(0.7ms) SELECT sqlite_version(*)  (0.6ms) SELECT sqlite_version(*)  (0.0ms) SELECT sqlite_version(*)  (0.0ms) SELECT sqlite_version(*)  (0.1ms) DROP TABLE IF EXISTS "alfas"  (2.1ms) CREATE TABLE "alfas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean" boolean, "integer" integer, "decimal" decimal, "string" varchar, "date" date, "time" time, "datetime" datetime, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "bravos"  (1.8ms) CREATE TABLE "bravos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean" boolean DEFAULT 0 NOT NULL, "integer" integer NOT NULL, "decimal" decimal NOT NULL, "string" varchar NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "charlies"  (1.7ms) CREATE TABLE "charlies" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.7ms) CREATE INDEX "index_charlies_on_alfa_id" ON "charlies" ("alfa_id")  (0.1ms) DROP TABLE IF EXISTS "deltas"  (1.8ms) CREATE TABLE "deltas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.7ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (1.8ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.1ms) DROP TABLE IF EXISTS "echos"  (1.9ms) CREATE TABLE "echos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "echoable_type" varchar, "echoable_id" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.7ms) CREATE INDEX "index_echos_on_echoable_type_and_echoable_id" ON "echos" ("echoable_type", "echoable_id")  (0.1ms) DROP TABLE IF EXISTS "foxtrots"  (1.7ms) CREATE TABLE "foxtrots" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "hotels"  (2.2ms) CREATE TABLE "hotels" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer)  (1.6ms) CREATE INDEX "index_hotels_on_india_id" ON "hotels" ("india_id")  (0.1ms) DROP TABLE IF EXISTS "indias"  (1.8ms) CREATE TABLE "indias" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.6ms) CREATE INDEX "index_indias_on_hotel_id" ON "indias" ("hotel_id")  (0.1ms) DROP TABLE IF EXISTS "juliets"  (1.8ms) CREATE TABLE "juliets" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "alfa_id" integer NOT NULL, "string" varchar, "integer" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.6ms) CREATE INDEX "index_juliets_on_alfa_id" ON "juliets" ("alfa_id")  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "acharlies" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_acharlies_on_alfa_id" ON "acharlies" ("alfa_id")  (0.0ms) INSERT INTO "acharlies" ("id","alfa_id","created_at","updated_at") SELECT "id","alfa_id","created_at","updated_at" FROM "charlies"  (0.1ms) DROP TABLE "charlies"  (0.1ms) CREATE TABLE "charlies" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_c22432acee" FOREIGN KEY ("alfa_id") REFERENCES "alfas" ("id") )  (0.1ms) CREATE INDEX "index_charlies_on_alfa_id" ON "charlies" ("alfa_id")  (0.0ms) INSERT INTO "charlies" ("id","alfa_id","created_at","updated_at") SELECT "id","alfa_id","created_at","updated_at" FROM "acharlies"  (0.1ms) DROP TABLE "acharlies"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.2ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "adeltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_adeltas_on_zed_id" ON "adeltas" ("zed_id")  (0.1ms) CREATE INDEX "tindex_adeltas_on_bravo_id" ON "adeltas" ("bravo_id")  (0.0ms) INSERT INTO "adeltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "deltas"  (0.1ms) DROP TABLE "deltas"  (0.1ms) CREATE TABLE "deltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_aa131d729d" FOREIGN KEY ("bravo_id") REFERENCES "bravos" ("id") )  (0.1ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (0.1ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.0ms) INSERT INTO "deltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "adeltas"  (0.1ms) DROP TABLE "adeltas"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.2ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "adeltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_adeltas_on_zed_id" ON "adeltas" ("zed_id")  (0.1ms) CREATE INDEX "tindex_adeltas_on_bravo_id" ON "adeltas" ("bravo_id")  (0.0ms) INSERT INTO "adeltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "deltas"  (0.1ms) DROP TABLE "deltas"  (0.7ms) CREATE TABLE "deltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_aa131d729d" FOREIGN KEY ("bravo_id") REFERENCES "bravos" ("id") , CONSTRAINT "fk_rails_afc1a9c87d" FOREIGN KEY ("zed_id") REFERENCES "charlies" ("id") )  (0.1ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (0.1ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.0ms) INSERT INTO "deltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "adeltas"  (0.1ms) DROP TABLE "adeltas"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.2ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "ahotels" ("id" integer NOT NULL PRIMARY KEY, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer DEFAULT NULL)  (0.1ms) CREATE INDEX "tindex_ahotels_on_india_id" ON "ahotels" ("india_id")  (0.0ms) INSERT INTO "ahotels" ("id","created_at","updated_at","india_id") SELECT "id","created_at","updated_at","india_id" FROM "hotels"  (0.1ms) DROP TABLE "hotels"  (0.1ms) CREATE TABLE "hotels" ("id" integer NOT NULL PRIMARY KEY, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer DEFAULT NULL, CONSTRAINT "fk_rails_2d98147578" FOREIGN KEY ("india_id") REFERENCES "indias" ("id") )  (0.1ms) CREATE INDEX "index_hotels_on_india_id" ON "hotels" ("india_id")  (0.7ms) INSERT INTO "hotels" ("id","created_at","updated_at","india_id") SELECT "id","created_at","updated_at","india_id" FROM "ahotels"  (0.1ms) DROP TABLE "ahotels"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.2ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "aindias" ("id" integer NOT NULL PRIMARY KEY, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_aindias_on_hotel_id" ON "aindias" ("hotel_id")  (0.0ms) INSERT INTO "aindias" ("id","hotel_id","created_at","updated_at") SELECT "id","hotel_id","created_at","updated_at" FROM "indias"  (0.1ms) DROP TABLE "indias"  (0.1ms) CREATE TABLE "indias" ("id" integer NOT NULL PRIMARY KEY, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_304a9d92d0" FOREIGN KEY ("hotel_id") REFERENCES "hotels" ("id") )  (0.1ms) CREATE INDEX "index_indias_on_hotel_id" ON "indias" ("hotel_id")  (0.0ms) INSERT INTO "indias" ("id","hotel_id","created_at","updated_at") SELECT "id","hotel_id","created_at","updated_at" FROM "aindias"  (0.1ms) DROP TABLE "aindias"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.2ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "ajuliets" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "string" varchar DEFAULT NULL, "integer" integer DEFAULT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_ajuliets_on_alfa_id" ON "ajuliets" ("alfa_id")  (0.0ms) INSERT INTO "ajuliets" ("id","alfa_id","string","integer","created_at","updated_at") SELECT "id","alfa_id","string","integer","created_at","updated_at" FROM "juliets"  (0.6ms) DROP TABLE "juliets"  (0.1ms) CREATE TABLE "juliets" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "string" varchar DEFAULT NULL, "integer" integer DEFAULT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_594c05b076" FOREIGN KEY ("alfa_id") REFERENCES "alfas" ("id") )  (0.1ms) CREATE INDEX "index_juliets_on_alfa_id" ON "juliets" ("alfa_id")  (0.0ms) INSERT INTO "juliets" ("id","alfa_id","string","integer","created_at","updated_at") SELECT "id","alfa_id","string","integer","created_at","updated_at" FROM "ajuliets"  (0.1ms) DROP TABLE "ajuliets"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES (20200923100336)  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES (20200923100317), (20200923100328), (20200923100329), (20200923100330), (20200923100331), (20200923100332), (20200923100334), (20200923100335);   (1.6ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2020-11-17 20:56:52.198830"], ["updated_at", "2020-11-17 20:56:52.198830"]]  (1.2ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ActiveRecord::InternalMetadata Load (0.0ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "schema_sha1"], ["LIMIT", 1]]  (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "schema_sha1"], ["value", "208062b2363c5e56adf3e65e28479ddc5e1c0469"], ["created_at", "2020-11-17 20:56:52.203378"], ["updated_at", "2020-11-17 20:56:52.203378"]]  (1.2ms) commit transaction  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.3ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.9ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.8ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.9ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 27], ["decimal", 5.12517315084137], ["string", "Delectus blanditiis eos."], ["date", "2019-01-25"], ["time", "2000-01-01 03:09:39.807087"], ["datetime", "2020-11-17 05:19:37.689377"], ["created_at", "2020-11-17 20:56:53.434947"], ["updated_at", "2020-11-17 20:56:53.434947"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 8.57106217599596], ["string", "Explicabo repudiandae est ad."], ["date", "2022-06-30"], ["time", "2000-01-01 08:35:21.741453"], ["datetime", "2020-11-17 16:41:34.534954"], ["created_at", "2020-11-17 20:56:53.436990"], ["updated_at", "2020-11-17 20:56:53.436990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 9.65779671036635], ["string", "Voluptas quidem eos."], ["date", "2022-01-12"], ["time", "2000-01-01 01:01:44.052853"], ["datetime", "2020-11-17 18:09:52.762445"], ["created_at", "2020-11-17 20:56:53.438465"], ["updated_at", "2020-11-17 20:56:53.438465"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 13.5643098408314], ["string", "Voluptatum blanditiis deleniti in."], ["date", "2021-05-02"], ["time", "2000-01-01 21:55:35.327710"], ["datetime", "2020-11-17 09:41:02.107968"], ["created_at", "2020-11-17 20:56:53.439881"], ["updated_at", "2020-11-17 20:56:53.439881"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 4.45597908370561], ["string", "Ipsa minus aut."], ["date", "2022-03-12"], ["time", "2000-01-01 04:26:41.802523"], ["datetime", "2020-11-17 03:41:49.387271"], ["created_at", "2020-11-17 20:56:53.441458"], ["updated_at", "2020-11-17 20:56:53.441458"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 31.9824412297013], ["string", "Amet vero facilis."], ["created_at", "2020-11-17 20:56:53.447141"], ["updated_at", "2020-11-17 20:56:53.447141"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 3.06317875939136], ["string", "Expedita saepe nihil sed."], ["created_at", "2020-11-17 20:56:53.448245"], ["updated_at", "2020-11-17 20:56:53.448245"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 5.54403994204756], ["string", "Ex impedit quasi."], ["created_at", "2020-11-17 20:56:53.449203"], ["updated_at", "2020-11-17 20:56:53.449203"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1033], ["decimal", 6.47247484179033], ["string", "Ipsum vero et atque."], ["created_at", "2020-11-17 20:56:53.450131"], ["updated_at", "2020-11-17 20:56:53.450131"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1028], ["decimal", 11.6610929603772], ["string", "Autem asperiores eligendi."], ["created_at", "2020-11-17 20:56:53.451050"], ["updated_at", "2020-11-17 20:56:53.451050"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 20:56:53.458092"], ["updated_at", "2020-11-17 20:56:53.458092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 20:56:53.459854"], ["updated_at", "2020-11-17 20:56:53.459854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 20:56:53.461289"], ["updated_at", "2020-11-17 20:56:53.461289"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 20:56:53.462662"], ["updated_at", "2020-11-17 20:56:53.462662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 20:56:53.463972"], ["updated_at", "2020-11-17 20:56:53.463972"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-17 20:56:53.469989"], ["updated_at", "2020-11-17 20:56:53.469989"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-17 20:56:53.471997"], ["updated_at", "2020-11-17 20:56:53.471997"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-17 20:56:53.473968"], ["updated_at", "2020-11-17 20:56:53.473968"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-17 20:56:53.475647"], ["updated_at", "2020-11-17 20:56:53.475647"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-17 20:56:53.477323"], ["updated_at", "2020-11-17 20:56:53.477323"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-17 20:56:53.482248"], ["updated_at", "2020-11-17 20:56:53.482248"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-17 20:56:53.483611"], ["updated_at", "2020-11-17 20:56:53.483611"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-17 20:56:53.484784"], ["updated_at", "2020-11-17 20:56:53.484784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 20:56:53.486070"], ["updated_at", "2020-11-17 20:56:53.486070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 20:56:53.487688"], ["updated_at", "2020-11-17 20:56:53.487688"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.505577"], ["updated_at", "2020-11-17 20:56:53.505577"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.507152"], ["updated_at", "2020-11-17 20:56:53.507152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.508560"], ["updated_at", "2020-11-17 20:56:53.508560"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.509911"], ["updated_at", "2020-11-17 20:56:53.509911"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.511230"], ["updated_at", "2020-11-17 20:56:53.511230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 20:56:53.527104"], ["updated_at", "2020-11-17 20:56:53.527104"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 20:56:53.528577"], ["updated_at", "2020-11-17 20:56:53.528577"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 20:56:53.529901"], ["updated_at", "2020-11-17 20:56:53.529901"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 20:56:53.531171"], ["updated_at", "2020-11-17 20:56:53.531171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 20:56:53.532465"], ["updated_at", "2020-11-17 20:56:53.532465"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.536232"], ["updated_at", "2020-11-17 20:56:53.536232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.537055"], ["updated_at", "2020-11-17 20:56:53.537055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.537716"], ["updated_at", "2020-11-17 20:56:53.537716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.538341"], ["updated_at", "2020-11-17 20:56:53.538341"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.538975"], ["updated_at", "2020-11-17 20:56:53.538975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:53.541893"], ["updated_at", "2020-11-17 20:56:53.541893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:53.542619"], ["updated_at", "2020-11-17 20:56:53.542619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:53.543274"], ["updated_at", "2020-11-17 20:56:53.543274"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:53.543921"], ["updated_at", "2020-11-17 20:56:53.543921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:53.544564"], ["updated_at", "2020-11-17 20:56:53.544564"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 27], ["decimal", 4.67058310388499], ["string", "Nostrum deserunt molestiae."], ["date", "2022-01-08"], ["time", "2000-01-01 23:55:19.977554"], ["datetime", "2020-11-17 09:57:12.979745"], ["created_at", "2020-11-17 20:56:53.545827"], ["updated_at", "2020-11-17 20:56:53.545827"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 13.180175792696], ["string", "Aliquam molestiae pariatur quia."], ["date", "2022-04-09"], ["time", "2000-01-01 13:21:39.852117"], ["datetime", "2020-11-17 00:28:17.704929"], ["created_at", "2020-11-17 20:56:53.547233"], ["updated_at", "2020-11-17 20:56:53.547233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 21], ["decimal", 18.2734257371824], ["string", "Molestias doloribus beatae."], ["date", "2019-03-15"], ["time", "2000-01-01 20:23:24.469335"], ["datetime", "2020-11-16 21:58:49.686984"], ["created_at", "2020-11-17 20:56:53.548592"], ["updated_at", "2020-11-17 20:56:53.548592"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 27], ["decimal", 2.16950786092162], ["string", "Nihil omnis minima ex."], ["date", "2021-01-18"], ["time", "2000-01-01 02:16:38.230690"], ["datetime", "2020-11-17 00:20:13.708562"], ["created_at", "2020-11-17 20:56:53.549944"], ["updated_at", "2020-11-17 20:56:53.549944"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 16.0766611525615], ["string", "Aliquam nesciunt necessitatibus."], ["date", "2020-02-29"], ["time", "2000-01-01 00:45:17.056383"], ["datetime", "2020-11-17 11:05:03.816404"], ["created_at", "2020-11-17 20:56:53.551288"], ["updated_at", "2020-11-17 20:56:53.551288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 11.2594933693639], ["string", "Qui vero ut."], ["created_at", "2020-11-17 20:56:53.552524"], ["updated_at", "2020-11-17 20:56:53.552524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 18.8706097608768], ["string", "Iusto officiis ducimus corrupti."], ["created_at", "2020-11-17 20:56:53.553540"], ["updated_at", "2020-11-17 20:56:53.553540"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 15.6970511510119], ["string", "Error officia ea."], ["created_at", "2020-11-17 20:56:53.554502"], ["updated_at", "2020-11-17 20:56:53.554502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 23.5826237819529], ["string", "Facilis fugit cupiditate tempora."], ["created_at", "2020-11-17 20:56:53.555460"], ["updated_at", "2020-11-17 20:56:53.555460"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 3.66229751840297], ["string", "Aperiam assumenda dolore."], ["created_at", "2020-11-17 20:56:53.556407"], ["updated_at", "2020-11-17 20:56:53.556407"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-17 20:56:53.557807"], ["updated_at", "2020-11-17 20:56:53.557807"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 20:56:53.558998"], ["updated_at", "2020-11-17 20:56:53.558998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 20:56:53.560129"], ["updated_at", "2020-11-17 20:56:53.560129"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 20:56:53.561270"], ["updated_at", "2020-11-17 20:56:53.561270"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-17 20:56:53.562389"], ["updated_at", "2020-11-17 20:56:53.562389"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-17 20:56:53.564168"], ["updated_at", "2020-11-17 20:56:53.564168"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-17 20:56:53.566028"], ["updated_at", "2020-11-17 20:56:53.566028"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 10], ["created_at", "2020-11-17 20:56:53.567608"], ["updated_at", "2020-11-17 20:56:53.567608"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 9], ["created_at", "2020-11-17 20:56:53.569167"], ["updated_at", "2020-11-17 20:56:53.569167"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 10], ["created_at", "2020-11-17 20:56:53.570722"], ["updated_at", "2020-11-17 20:56:53.570722"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-17 20:56:53.571919"], ["updated_at", "2020-11-17 20:56:53.571919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-17 20:56:53.573139"], ["updated_at", "2020-11-17 20:56:53.573139"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-17 20:56:53.574313"], ["updated_at", "2020-11-17 20:56:53.574313"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-17 20:56:53.575475"], ["updated_at", "2020-11-17 20:56:53.575475"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-17 20:56:53.576673"], ["updated_at", "2020-11-17 20:56:53.576673"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 20:56:53.578236"], ["updated_at", "2020-11-17 20:56:53.578236"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 20:56:53.579665"], ["updated_at", "2020-11-17 20:56:53.579665"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 20:56:53.580962"], ["updated_at", "2020-11-17 20:56:53.580962"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 20:56:53.582149"], ["updated_at", "2020-11-17 20:56:53.582149"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 20:56:53.583304"], ["updated_at", "2020-11-17 20:56:53.583304"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 20:56:53.590844"], ["updated_at", "2020-11-17 20:56:53.590844"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-17 20:56:53.592103"], ["updated_at", "2020-11-17 20:56:53.592103"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-17 20:56:53.593289"], ["updated_at", "2020-11-17 20:56:53.593289"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-17 20:56:53.594528"], ["updated_at", "2020-11-17 20:56:53.594528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-17 20:56:53.595628"], ["updated_at", "2020-11-17 20:56:53.595628"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.596327"], ["updated_at", "2020-11-17 20:56:53.596327"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.596948"], ["updated_at", "2020-11-17 20:56:53.596948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.597559"], ["updated_at", "2020-11-17 20:56:53.597559"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.598156"], ["updated_at", "2020-11-17 20:56:53.598156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.598755"], ["updated_at", "2020-11-17 20:56:53.598755"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:53.599386"], ["updated_at", "2020-11-17 20:56:53.599386"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:53.600026"], ["updated_at", "2020-11-17 20:56:53.600026"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:53.600641"], ["updated_at", "2020-11-17 20:56:53.600641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:53.601264"], ["updated_at", "2020-11-17 20:56:53.601264"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:53.601878"], ["updated_at", "2020-11-17 20:56:53.601878"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 11.6040886604129], ["string", "Nisi perferendis quae."], ["date", "2019-10-21"], ["time", "2000-01-01 09:36:51.648139"], ["datetime", "2020-11-17 15:33:45.185598"], ["created_at", "2020-11-17 20:56:53.603041"], ["updated_at", "2020-11-17 20:56:53.603041"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 3.68086772622081], ["string", "Consequuntur vero id ab."], ["date", "2021-03-23"], ["time", "2000-01-01 08:48:07.959752"], ["datetime", "2020-11-16 21:47:02.535532"], ["created_at", "2020-11-17 20:56:53.604415"], ["updated_at", "2020-11-17 20:56:53.604415"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 9.37741462191745], ["string", "Quia eos quia."], ["date", "2020-04-03"], ["time", "2000-01-01 23:55:20.907124"], ["datetime", "2020-11-17 20:29:22.800193"], ["created_at", "2020-11-17 20:56:53.605744"], ["updated_at", "2020-11-17 20:56:53.605744"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 2.9573147218167], ["string", "Itaque enim dolores officia."], ["date", "2019-01-03"], ["time", "2000-01-01 04:00:08.867650"], ["datetime", "2020-11-17 16:13:14.630053"], ["created_at", "2020-11-17 20:56:53.607156"], ["updated_at", "2020-11-17 20:56:53.607156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 29.2618138781435], ["string", "Quae in voluptatem."], ["date", "2021-02-24"], ["time", "2000-01-01 23:26:50.843651"], ["datetime", "2020-11-17 17:26:29.397678"], ["created_at", "2020-11-17 20:56:53.608558"], ["updated_at", "2020-11-17 20:56:53.608558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", 1.36872644736597], ["string", "Et iure cumque."], ["created_at", "2020-11-17 20:56:53.609779"], ["updated_at", "2020-11-17 20:56:53.609779"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 6.66311629837914], ["string", "Ipsa fugit perspiciatis qui."], ["created_at", "2020-11-17 20:56:53.610747"], ["updated_at", "2020-11-17 20:56:53.610747"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 21.744363948446], ["string", "Autem dolor veritatis."], ["created_at", "2020-11-17 20:56:53.611664"], ["updated_at", "2020-11-17 20:56:53.611664"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 14.3845509746709], ["string", "Aperiam nobis ullam dolor."], ["created_at", "2020-11-17 20:56:53.612583"], ["updated_at", "2020-11-17 20:56:53.612583"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 14.4237204493996], ["string", "Mollitia nihil aut."], ["created_at", "2020-11-17 20:56:53.613496"], ["updated_at", "2020-11-17 20:56:53.613496"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-17 20:56:53.614896"], ["updated_at", "2020-11-17 20:56:53.614896"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-17 20:56:53.616694"], ["updated_at", "2020-11-17 20:56:53.616694"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-17 20:56:53.618405"], ["updated_at", "2020-11-17 20:56:53.618405"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-17 20:56:53.620105"], ["updated_at", "2020-11-17 20:56:53.620105"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-17 20:56:53.621843"], ["updated_at", "2020-11-17 20:56:53.621843"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 8], ["created_at", "2020-11-17 20:56:53.623682"], ["updated_at", "2020-11-17 20:56:53.623682"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-17 20:56:53.625306"], ["updated_at", "2020-11-17 20:56:53.625306"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 7], ["created_at", "2020-11-17 20:56:53.627037"], ["updated_at", "2020-11-17 20:56:53.627037"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 14], ["created_at", "2020-11-17 20:56:53.629469"], ["updated_at", "2020-11-17 20:56:53.629469"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 15], ["created_at", "2020-11-17 20:56:53.631339"], ["updated_at", "2020-11-17 20:56:53.631339"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-17 20:56:53.632538"], ["updated_at", "2020-11-17 20:56:53.632538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-17 20:56:53.633681"], ["updated_at", "2020-11-17 20:56:53.633681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 11], ["created_at", "2020-11-17 20:56:53.634805"], ["updated_at", "2020-11-17 20:56:53.634805"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-17 20:56:53.635906"], ["updated_at", "2020-11-17 20:56:53.635906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-17 20:56:53.637028"], ["updated_at", "2020-11-17 20:56:53.637028"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 20:56:53.638188"], ["updated_at", "2020-11-17 20:56:53.638188"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 20:56:53.639321"], ["updated_at", "2020-11-17 20:56:53.639321"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 20:56:53.640504"], ["updated_at", "2020-11-17 20:56:53.640504"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 20:56:53.641679"], ["updated_at", "2020-11-17 20:56:53.641679"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 20:56:53.643447"], ["updated_at", "2020-11-17 20:56:53.643447"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-17 20:56:53.652898"], ["updated_at", "2020-11-17 20:56:53.652898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-17 20:56:53.654283"], ["updated_at", "2020-11-17 20:56:53.654283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 20:56:53.655389"], ["updated_at", "2020-11-17 20:56:53.655389"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-17 20:56:53.656472"], ["updated_at", "2020-11-17 20:56:53.656472"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-17 20:56:53.657575"], ["updated_at", "2020-11-17 20:56:53.657575"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.658259"], ["updated_at", "2020-11-17 20:56:53.658259"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.658886"], ["updated_at", "2020-11-17 20:56:53.658886"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.659492"], ["updated_at", "2020-11-17 20:56:53.659492"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.660084"], ["updated_at", "2020-11-17 20:56:53.660084"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.660680"], ["updated_at", "2020-11-17 20:56:53.660680"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:53.661326"], ["updated_at", "2020-11-17 20:56:53.661326"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:53.661971"], ["updated_at", "2020-11-17 20:56:53.661971"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:53.662586"], ["updated_at", "2020-11-17 20:56:53.662586"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:53.663206"], ["updated_at", "2020-11-17 20:56:53.663206"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:53.664033"], ["updated_at", "2020-11-17 20:56:53.664033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 0.309506534218268], ["string", "Voluptates magni quibusdam."], ["date", "2020-04-29"], ["time", "2000-01-01 16:11:22.398200"], ["datetime", "2020-11-17 02:43:46.427893"], ["created_at", "2020-11-17 20:56:53.670927"], ["updated_at", "2020-11-17 20:56:53.670927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 6.21263087566189], ["string", "Hic dolores harum voluptatem."], ["date", "2022-08-10"], ["time", "2000-01-01 18:27:03.674550"], ["datetime", "2020-11-17 14:16:23.309304"], ["created_at", "2020-11-17 20:56:53.673063"], ["updated_at", "2020-11-17 20:56:53.673063"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 8.48496685744233], ["string", "Rerum quo excepturi."], ["date", "2019-05-24"], ["time", "2000-01-01 13:57:24.285401"], ["datetime", "2020-11-17 11:43:06.992060"], ["created_at", "2020-11-17 20:56:53.675626"], ["updated_at", "2020-11-17 20:56:53.675626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 1.60418545247551], ["string", "Omnis dolorem eum nisi."], ["date", "2019-04-29"], ["time", "2000-01-01 04:59:08.801673"], ["datetime", "2020-11-17 08:08:12.990774"], ["created_at", "2020-11-17 20:56:53.677465"], ["updated_at", "2020-11-17 20:56:53.677465"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 18.952384930043], ["string", "Error doloribus adipisci."], ["date", "2020-10-24"], ["time", "2000-01-01 07:18:46.658024"], ["datetime", "2020-11-17 01:42:37.756158"], ["created_at", "2020-11-17 20:56:53.679004"], ["updated_at", "2020-11-17 20:56:53.679004"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 10.8817394474592], ["string", "Consequatur saepe tempora."], ["created_at", "2020-11-17 20:56:53.680438"], ["updated_at", "2020-11-17 20:56:53.680438"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 39.2647941794493], ["string", "A ut voluptatem quae."], ["created_at", "2020-11-17 20:56:53.681643"], ["updated_at", "2020-11-17 20:56:53.681643"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 8.7082313969656], ["string", "Ipsa ex praesentium."], ["created_at", "2020-11-17 20:56:53.682874"], ["updated_at", "2020-11-17 20:56:53.682874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 4.01344561379549], ["string", "Aut aspernatur repellendus vel."], ["created_at", "2020-11-17 20:56:53.684046"], ["updated_at", "2020-11-17 20:56:53.684046"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 14.1035234196499], ["string", "Dolores recusandae odit."], ["created_at", "2020-11-17 20:56:53.685736"], ["updated_at", "2020-11-17 20:56:53.685736"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 20:56:53.689215"], ["updated_at", "2020-11-17 20:56:53.689215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 20:56:53.690882"], ["updated_at", "2020-11-17 20:56:53.690882"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 20:56:53.692179"], ["updated_at", "2020-11-17 20:56:53.692179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 20:56:53.694054"], ["updated_at", "2020-11-17 20:56:53.694054"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 20:56:53.695850"], ["updated_at", "2020-11-17 20:56:53.695850"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-17 20:56:53.697948"], ["updated_at", "2020-11-17 20:56:53.697948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-17 20:56:53.700272"], ["updated_at", "2020-11-17 20:56:53.700272"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-17 20:56:53.703354"], ["updated_at", "2020-11-17 20:56:53.703354"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-17 20:56:53.705682"], ["updated_at", "2020-11-17 20:56:53.705682"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-17 20:56:53.707560"], ["updated_at", "2020-11-17 20:56:53.707560"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-17 20:56:53.709555"], ["updated_at", "2020-11-17 20:56:53.709555"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-17 20:56:53.712488"], ["updated_at", "2020-11-17 20:56:53.712488"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 20:56:53.714624"], ["updated_at", "2020-11-17 20:56:53.714624"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 20:56:53.716044"], ["updated_at", "2020-11-17 20:56:53.716044"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-17 20:56:53.717452"], ["updated_at", "2020-11-17 20:56:53.717452"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.718963"], ["updated_at", "2020-11-17 20:56:53.718963"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.720292"], ["updated_at", "2020-11-17 20:56:53.720292"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.721571"], ["updated_at", "2020-11-17 20:56:53.721571"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.722793"], ["updated_at", "2020-11-17 20:56:53.722793"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.723984"], ["updated_at", "2020-11-17 20:56:53.723984"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 20:56:53.732403"], ["updated_at", "2020-11-17 20:56:53.732403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 20:56:53.733723"], ["updated_at", "2020-11-17 20:56:53.733723"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 20:56:53.734907"], ["updated_at", "2020-11-17 20:56:53.734907"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 20:56:53.736063"], ["updated_at", "2020-11-17 20:56:53.736063"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 20:56:53.737237"], ["updated_at", "2020-11-17 20:56:53.737237"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.737977"], ["updated_at", "2020-11-17 20:56:53.737977"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.738680"], ["updated_at", "2020-11-17 20:56:53.738680"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.739284"], ["updated_at", "2020-11-17 20:56:53.739284"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.739892"], ["updated_at", "2020-11-17 20:56:53.739892"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.740493"], ["updated_at", "2020-11-17 20:56:53.740493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:53.741132"], ["updated_at", "2020-11-17 20:56:53.741132"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:53.741816"], ["updated_at", "2020-11-17 20:56:53.741816"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:53.742444"], ["updated_at", "2020-11-17 20:56:53.742444"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:53.743061"], ["updated_at", "2020-11-17 20:56:53.743061"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:53.743669"], ["updated_at", "2020-11-17 20:56:53.743669"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 13.3562317734869], ["string", "Nam voluptatem et."], ["date", "2021-07-08"], ["time", "2000-01-01 23:20:27.600173"], ["datetime", "2020-11-17 01:33:25.551838"], ["created_at", "2020-11-17 20:56:53.744873"], ["updated_at", "2020-11-17 20:56:53.744873"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 13.2727838310498], ["string", "Cumque quibusdam totam et."], ["date", "2019-01-22"], ["time", "2000-01-01 14:49:50.763932"], ["datetime", "2020-11-17 08:19:38.149421"], ["created_at", "2020-11-17 20:56:53.746271"], ["updated_at", "2020-11-17 20:56:53.746271"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 13.5762239906317], ["string", "Soluta blanditiis minima."], ["date", "2020-11-12"], ["time", "2000-01-01 14:01:54.040350"], ["datetime", "2020-11-17 13:07:02.320305"], ["created_at", "2020-11-17 20:56:53.747597"], ["updated_at", "2020-11-17 20:56:53.747597"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 29], ["decimal", 10.8897686980901], ["string", "Ipsam provident nihil ad."], ["date", "2021-11-28"], ["time", "2000-01-01 14:41:45.395888"], ["datetime", "2020-11-17 17:33:21.214960"], ["created_at", "2020-11-17 20:56:53.748910"], ["updated_at", "2020-11-17 20:56:53.748910"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 3.73799556681186], ["string", "Qui sit est."], ["date", "2022-01-20"], ["time", "2000-01-01 10:30:52.743985"], ["datetime", "2020-11-17 04:28:06.552031"], ["created_at", "2020-11-17 20:56:53.750216"], ["updated_at", "2020-11-17 20:56:53.750216"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1021], ["decimal", 2.77359925284906], ["string", "Natus omnis officia."], ["created_at", "2020-11-17 20:56:53.751398"], ["updated_at", "2020-11-17 20:56:53.751398"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 17.5521326484339], ["string", "Voluptatem qui laboriosam nobis."], ["created_at", "2020-11-17 20:56:53.752348"], ["updated_at", "2020-11-17 20:56:53.752348"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1026], ["decimal", 18.7043676604853], ["string", "Odio aut ut."], ["created_at", "2020-11-17 20:56:53.753284"], ["updated_at", "2020-11-17 20:56:53.753284"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["decimal", 2.55383810369077], ["string", "Et ut omnis maiores."], ["created_at", "2020-11-17 20:56:53.754215"], ["updated_at", "2020-11-17 20:56:53.754215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 23.5505758885914], ["string", "Id aliquid eveniet."], ["created_at", "2020-11-17 20:56:53.755140"], ["updated_at", "2020-11-17 20:56:53.755140"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 20:56:53.756430"], ["updated_at", "2020-11-17 20:56:53.756430"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 20:56:53.757610"], ["updated_at", "2020-11-17 20:56:53.757610"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 20:56:53.758722"], ["updated_at", "2020-11-17 20:56:53.758722"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-17 20:56:53.759815"], ["updated_at", "2020-11-17 20:56:53.759815"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-17 20:56:53.760891"], ["updated_at", "2020-11-17 20:56:53.760891"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-17 20:56:53.762460"], ["updated_at", "2020-11-17 20:56:53.762460"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-17 20:56:53.763958"], ["updated_at", "2020-11-17 20:56:53.763958"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-17 20:56:53.765460"], ["updated_at", "2020-11-17 20:56:53.765460"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 9], ["created_at", "2020-11-17 20:56:53.766936"], ["updated_at", "2020-11-17 20:56:53.766936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 7], ["created_at", "2020-11-17 20:56:53.768427"], ["updated_at", "2020-11-17 20:56:53.768427"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-17 20:56:53.769724"], ["updated_at", "2020-11-17 20:56:53.769724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-17 20:56:53.771140"], ["updated_at", "2020-11-17 20:56:53.771140"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-17 20:56:53.772501"], ["updated_at", "2020-11-17 20:56:53.772501"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-17 20:56:53.773824"], ["updated_at", "2020-11-17 20:56:53.773824"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-17 20:56:53.775044"], ["updated_at", "2020-11-17 20:56:53.775044"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 20:56:53.776194"], ["updated_at", "2020-11-17 20:56:53.776194"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 20:56:53.777299"], ["updated_at", "2020-11-17 20:56:53.777299"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 20:56:53.778350"], ["updated_at", "2020-11-17 20:56:53.778350"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 20:56:53.779391"], ["updated_at", "2020-11-17 20:56:53.779391"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 20:56:53.780516"], ["updated_at", "2020-11-17 20:56:53.780516"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 20:56:53.787207"], ["updated_at", "2020-11-17 20:56:53.787207"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 20:56:53.788378"], ["updated_at", "2020-11-17 20:56:53.788378"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 20:56:53.789454"], ["updated_at", "2020-11-17 20:56:53.789454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-17 20:56:53.790514"], ["updated_at", "2020-11-17 20:56:53.790514"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 20:56:53.791565"], ["updated_at", "2020-11-17 20:56:53.791565"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.792246"], ["updated_at", "2020-11-17 20:56:53.792246"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.792867"], ["updated_at", "2020-11-17 20:56:53.792867"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.793481"], ["updated_at", "2020-11-17 20:56:53.793481"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.794115"], ["updated_at", "2020-11-17 20:56:53.794115"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.794741"], ["updated_at", "2020-11-17 20:56:53.794741"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:53.795377"], ["updated_at", "2020-11-17 20:56:53.795377"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:53.796016"], ["updated_at", "2020-11-17 20:56:53.796016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:53.796624"], ["updated_at", "2020-11-17 20:56:53.796624"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:53.797239"], ["updated_at", "2020-11-17 20:56:53.797239"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:53.797870"], ["updated_at", "2020-11-17 20:56:53.797870"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 1.53851948280164], ["string", "Laudantium excepturi eum."], ["date", "2021-04-28"], ["time", "2000-01-01 22:43:54.585098"], ["datetime", "2020-11-17 14:31:14.837049"], ["created_at", "2020-11-17 20:56:53.799278"], ["updated_at", "2020-11-17 20:56:53.799278"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 0.900109079313626], ["string", "Eveniet provident labore voluptatem."], ["date", "2021-09-23"], ["time", "2000-01-01 19:19:53.212379"], ["datetime", "2020-11-17 01:23:44.452787"], ["created_at", "2020-11-17 20:56:53.801025"], ["updated_at", "2020-11-17 20:56:53.801025"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["decimal", 3.03271779664763], ["string", "Aut et aspernatur."], ["date", "2022-05-29"], ["time", "2000-01-01 06:13:39.774548"], ["datetime", "2020-11-17 17:06:34.977433"], ["created_at", "2020-11-17 20:56:53.802404"], ["updated_at", "2020-11-17 20:56:53.802404"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 30.4344217443966], ["string", "Ut aliquid enim repellat."], ["date", "2020-01-09"], ["time", "2000-01-01 11:09:34.123704"], ["datetime", "2020-11-17 18:45:47.415407"], ["created_at", "2020-11-17 20:56:53.803703"], ["updated_at", "2020-11-17 20:56:53.803703"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 24.9990166461488], ["string", "Quibusdam voluptate id."], ["date", "2020-06-05"], ["time", "2000-01-01 22:57:00.708801"], ["datetime", "2020-11-17 12:07:28.966758"], ["created_at", "2020-11-17 20:56:53.804997"], ["updated_at", "2020-11-17 20:56:53.804997"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 12.5971613305455], ["string", "Vitae impedit voluptatem."], ["created_at", "2020-11-17 20:56:53.806175"], ["updated_at", "2020-11-17 20:56:53.806175"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 27.4664170197461], ["string", "Aperiam harum nam amet."], ["created_at", "2020-11-17 20:56:53.807128"], ["updated_at", "2020-11-17 20:56:53.807128"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1036], ["decimal", 4.49814277203075], ["string", "Consequatur reprehenderit esse."], ["created_at", "2020-11-17 20:56:53.808044"], ["updated_at", "2020-11-17 20:56:53.808044"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 36.4957182864916], ["string", "Odit qui modi est."], ["created_at", "2020-11-17 20:56:53.808958"], ["updated_at", "2020-11-17 20:56:53.808958"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 33.8344144708433], ["string", "Placeat officiis vero."], ["created_at", "2020-11-17 20:56:53.809871"], ["updated_at", "2020-11-17 20:56:53.809871"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 20:56:53.811153"], ["updated_at", "2020-11-17 20:56:53.811153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-17 20:56:53.812271"], ["updated_at", "2020-11-17 20:56:53.812271"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-17 20:56:53.813354"], ["updated_at", "2020-11-17 20:56:53.813354"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-17 20:56:53.814424"], ["updated_at", "2020-11-17 20:56:53.814424"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 20:56:53.815489"], ["updated_at", "2020-11-17 20:56:53.815489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-17 20:56:53.817036"], ["updated_at", "2020-11-17 20:56:53.817036"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 9], ["created_at", "2020-11-17 20:56:53.818562"], ["updated_at", "2020-11-17 20:56:53.818562"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (2.5ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-17 20:56:53.829693"], ["updated_at", "2020-11-17 20:56:53.829693"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 5], ["created_at", "2020-11-17 20:56:53.834386"], ["updated_at", "2020-11-17 20:56:53.834386"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 12], ["created_at", "2020-11-17 20:56:53.836455"], ["updated_at", "2020-11-17 20:56:53.836455"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-17 20:56:53.838003"], ["updated_at", "2020-11-17 20:56:53.838003"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 11], ["created_at", "2020-11-17 20:56:53.839405"], ["updated_at", "2020-11-17 20:56:53.839405"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-17 20:56:53.840768"], ["updated_at", "2020-11-17 20:56:53.840768"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-17 20:56:53.842099"], ["updated_at", "2020-11-17 20:56:53.842099"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-17 20:56:53.843429"], ["updated_at", "2020-11-17 20:56:53.843429"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 20:56:53.844932"], ["updated_at", "2020-11-17 20:56:53.844932"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 20:56:53.846305"], ["updated_at", "2020-11-17 20:56:53.846305"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 20:56:53.847558"], ["updated_at", "2020-11-17 20:56:53.847558"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 20:56:53.848827"], ["updated_at", "2020-11-17 20:56:53.848827"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 20:56:53.850052"], ["updated_at", "2020-11-17 20:56:53.850052"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-17 20:56:53.857920"], ["updated_at", "2020-11-17 20:56:53.857920"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 20:56:53.859236"], ["updated_at", "2020-11-17 20:56:53.859236"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 20:56:53.860479"], ["updated_at", "2020-11-17 20:56:53.860479"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-17 20:56:53.861712"], ["updated_at", "2020-11-17 20:56:53.861712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-17 20:56:53.862970"], ["updated_at", "2020-11-17 20:56:53.862970"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.863813"], ["updated_at", "2020-11-17 20:56:53.863813"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.864592"], ["updated_at", "2020-11-17 20:56:53.864592"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.865256"], ["updated_at", "2020-11-17 20:56:53.865256"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.865898"], ["updated_at", "2020-11-17 20:56:53.865898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.866529"], ["updated_at", "2020-11-17 20:56:53.866529"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:53.867174"], ["updated_at", "2020-11-17 20:56:53.867174"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:53.867833"], ["updated_at", "2020-11-17 20:56:53.867833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:53.868456"], ["updated_at", "2020-11-17 20:56:53.868456"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:53.869069"], ["updated_at", "2020-11-17 20:56:53.869069"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:53.869692"], ["updated_at", "2020-11-17 20:56:53.869692"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 24.6432535739988], ["string", "Aut nostrum molestiae."], ["date", "2022-08-02"], ["time", "2000-01-01 17:16:36.591464"], ["datetime", "2020-11-17 00:20:41.761661"], ["created_at", "2020-11-17 20:56:53.906855"], ["updated_at", "2020-11-17 20:56:53.906855"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 19.7439794616243], ["string", "Laudantium cupiditate veritatis necessitatibus."], ["date", "2019-02-20"], ["time", "2000-01-01 08:47:04.742335"], ["datetime", "2020-11-17 13:38:17.929967"], ["created_at", "2020-11-17 20:56:53.909060"], ["updated_at", "2020-11-17 20:56:53.909060"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 18], ["decimal", 32.1526085394708], ["string", "Et vel ut."], ["date", "2021-11-13"], ["time", "2000-01-01 13:21:56.283799"], ["datetime", "2020-11-17 19:46:50.133988"], ["created_at", "2020-11-17 20:56:53.911183"], ["updated_at", "2020-11-17 20:56:53.911183"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 10.6590451102083], ["string", "Est molestias sequi."], ["date", "2022-11-15"], ["time", "2000-01-01 14:59:27.883657"], ["datetime", "2020-11-17 02:02:05.529104"], ["created_at", "2020-11-17 20:56:53.915564"], ["updated_at", "2020-11-17 20:56:53.915564"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 24], ["decimal", 0.4265433814644], ["string", "Inventore enim nobis numquam."], ["date", "2020-11-04"], ["time", "2000-01-01 16:08:47.300990"], ["datetime", "2020-11-16 23:34:56.856752"], ["created_at", "2020-11-17 20:56:53.917699"], ["updated_at", "2020-11-17 20:56:53.917699"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 31.8186497441384], ["string", "Eum adipisci placeat."], ["date", "2020-02-26"], ["time", "2000-01-01 02:31:25.564916"], ["datetime", "2020-11-17 05:01:09.318960"], ["created_at", "2020-11-17 20:56:53.919571"], ["updated_at", "2020-11-17 20:56:53.919571"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.922788"], ["updated_at", "2020-11-17 20:56:53.922788"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 1.08805252186397], ["string", "At itaque est."], ["date", "2020-03-13"], ["time", "2000-01-01 16:42:49.463415"], ["datetime", "2020-11-17 10:37:11.692628"], ["created_at", "2020-11-17 20:56:53.948893"], ["updated_at", "2020-11-17 20:56:53.948893"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 9.74697790639813], ["string", "Voluptas quas fugit aut."], ["date", "2020-08-11"], ["time", "2000-01-01 02:36:00.186202"], ["datetime", "2020-11-17 09:45:42.512451"], ["created_at", "2020-11-17 20:56:53.951050"], ["updated_at", "2020-11-17 20:56:53.951050"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 0.410962170248041], ["string", "Est fugiat soluta."], ["date", "2020-01-06"], ["time", "2000-01-01 15:36:03.691808"], ["datetime", "2020-11-17 00:41:19.459796"], ["created_at", "2020-11-17 20:56:53.952996"], ["updated_at", "2020-11-17 20:56:53.952996"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 16.4414780481399], ["string", "Debitis qui consequatur animi."], ["date", "2019-04-09"], ["time", "2000-01-01 23:36:03.352625"], ["datetime", "2020-11-17 16:04:43.256372"], ["created_at", "2020-11-17 20:56:53.955841"], ["updated_at", "2020-11-17 20:56:53.955841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 3.36740248434325], ["string", "Sunt veniam odio."], ["date", "2020-06-23"], ["time", "2000-01-01 21:37:51.583732"], ["datetime", "2020-11-17 18:10:26.492004"], ["created_at", "2020-11-17 20:56:53.957787"], ["updated_at", "2020-11-17 20:56:53.957787"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 21.7694533244654], ["string", "Aut aut ratione."], ["created_at", "2020-11-17 20:56:53.959748"], ["updated_at", "2020-11-17 20:56:53.959748"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 8.19091156975497], ["string", "Sit repellat eius aut."], ["created_at", "2020-11-17 20:56:53.961450"], ["updated_at", "2020-11-17 20:56:53.961450"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 8.02682499399783], ["string", "Non saepe provident."], ["created_at", "2020-11-17 20:56:53.962977"], ["updated_at", "2020-11-17 20:56:53.962977"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 20.5198792399527], ["string", "Eaque reiciendis recusandae quo."], ["created_at", "2020-11-17 20:56:53.964311"], ["updated_at", "2020-11-17 20:56:53.964311"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 1.05594927772165], ["string", "Animi labore accusamus."], ["created_at", "2020-11-17 20:56:53.965684"], ["updated_at", "2020-11-17 20:56:53.965684"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 20:56:53.967533"], ["updated_at", "2020-11-17 20:56:53.967533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 20:56:53.969165"], ["updated_at", "2020-11-17 20:56:53.969165"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 20:56:53.970778"], ["updated_at", "2020-11-17 20:56:53.970778"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 20:56:53.972306"], ["updated_at", "2020-11-17 20:56:53.972306"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 20:56:53.973890"], ["updated_at", "2020-11-17 20:56:53.973890"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-17 20:56:53.976238"], ["updated_at", "2020-11-17 20:56:53.976238"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-17 20:56:53.979593"], ["updated_at", "2020-11-17 20:56:53.979593"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-17 20:56:53.983179"], ["updated_at", "2020-11-17 20:56:53.983179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-17 20:56:53.985215"], ["updated_at", "2020-11-17 20:56:53.985215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-17 20:56:53.987060"], ["updated_at", "2020-11-17 20:56:53.987060"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 20:56:53.988497"], ["updated_at", "2020-11-17 20:56:53.988497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 20:56:53.989880"], ["updated_at", "2020-11-17 20:56:53.989880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 20:56:53.991270"], ["updated_at", "2020-11-17 20:56:53.991270"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-17 20:56:53.992986"], ["updated_at", "2020-11-17 20:56:53.992986"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-17 20:56:53.995067"], ["updated_at", "2020-11-17 20:56:53.995067"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.996725"], ["updated_at", "2020-11-17 20:56:53.996725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.998101"], ["updated_at", "2020-11-17 20:56:53.998101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:53.999387"], ["updated_at", "2020-11-17 20:56:53.999387"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:54.000645"], ["updated_at", "2020-11-17 20:56:54.000645"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:54.001924"], ["updated_at", "2020-11-17 20:56:54.001924"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 20:56:54.009728"], ["updated_at", "2020-11-17 20:56:54.009728"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 20:56:54.011053"], ["updated_at", "2020-11-17 20:56:54.011053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 20:56:54.012241"], ["updated_at", "2020-11-17 20:56:54.012241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 20:56:54.013426"], ["updated_at", "2020-11-17 20:56:54.013426"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 20:56:54.014619"], ["updated_at", "2020-11-17 20:56:54.014619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:54.015349"], ["updated_at", "2020-11-17 20:56:54.015349"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:54.016011"], ["updated_at", "2020-11-17 20:56:54.016011"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:54.016646"], ["updated_at", "2020-11-17 20:56:54.016646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:54.017257"], ["updated_at", "2020-11-17 20:56:54.017257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:54.017865"], ["updated_at", "2020-11-17 20:56:54.017865"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:54.018510"], ["updated_at", "2020-11-17 20:56:54.018510"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:54.019157"], ["updated_at", "2020-11-17 20:56:54.019157"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:54.019778"], ["updated_at", "2020-11-17 20:56:54.019778"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:54.020403"], ["updated_at", "2020-11-17 20:56:54.020403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:54.021026"], ["updated_at", "2020-11-17 20:56:54.021026"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 1.83204026960647], ["string", "Deserunt voluptatem doloribus."], ["date", "2019-08-30"], ["time", "2000-01-01 15:02:06.943759"], ["datetime", "2020-11-17 08:23:07.187322"], ["created_at", "2020-11-17 20:56:54.022240"], ["updated_at", "2020-11-17 20:56:54.022240"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 28.1774794523332], ["string", "Nulla harum cumque ab."], ["date", "2019-05-10"], ["time", "2000-01-01 06:37:08.317739"], ["datetime", "2020-11-17 00:08:56.643641"], ["created_at", "2020-11-17 20:56:54.023637"], ["updated_at", "2020-11-17 20:56:54.023637"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 38], ["decimal", 17.7699683760585], ["string", "Ut fugiat ad."], ["date", "2020-06-10"], ["time", "2000-01-01 06:52:41.138320"], ["datetime", "2020-11-17 14:07:48.730175"], ["created_at", "2020-11-17 20:56:54.024942"], ["updated_at", "2020-11-17 20:56:54.024942"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 1.20968934577797], ["string", "Non magnam aperiam nesciunt."], ["date", "2020-12-27"], ["time", "2000-01-01 09:05:55.483424"], ["datetime", "2020-11-17 20:23:53.949832"], ["created_at", "2020-11-17 20:56:54.026296"], ["updated_at", "2020-11-17 20:56:54.026296"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 3.61252571277687], ["string", "Enim quisquam amet."], ["date", "2021-07-13"], ["time", "2000-01-01 21:41:06.137993"], ["datetime", "2020-11-17 06:09:33.614156"], ["created_at", "2020-11-17 20:56:54.027610"], ["updated_at", "2020-11-17 20:56:54.027610"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 16.6701918167366], ["string", "Hic ipsa molestiae."], ["created_at", "2020-11-17 20:56:54.028789"], ["updated_at", "2020-11-17 20:56:54.028789"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1022], ["decimal", 36.2377390878533], ["string", "Ipsam qui at dicta."], ["created_at", "2020-11-17 20:56:54.029745"], ["updated_at", "2020-11-17 20:56:54.029745"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 3.72181172142142], ["string", "Natus consectetur non."], ["created_at", "2020-11-17 20:56:54.030674"], ["updated_at", "2020-11-17 20:56:54.030674"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 19.1006674074169], ["string", "Sed ipsam sequi non."], ["created_at", "2020-11-17 20:56:54.031581"], ["updated_at", "2020-11-17 20:56:54.031581"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 6.08654172131966], ["string", "Voluptatem fugiat nisi."], ["created_at", "2020-11-17 20:56:54.032506"], ["updated_at", "2020-11-17 20:56:54.032506"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 20:56:54.033833"], ["updated_at", "2020-11-17 20:56:54.033833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 20:56:54.034981"], ["updated_at", "2020-11-17 20:56:54.034981"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 20:56:54.036062"], ["updated_at", "2020-11-17 20:56:54.036062"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-17 20:56:54.037145"], ["updated_at", "2020-11-17 20:56:54.037145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-17 20:56:54.038231"], ["updated_at", "2020-11-17 20:56:54.038231"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 6], ["created_at", "2020-11-17 20:56:54.039780"], ["updated_at", "2020-11-17 20:56:54.039780"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 7], ["created_at", "2020-11-17 20:56:54.041291"], ["updated_at", "2020-11-17 20:56:54.041291"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-17 20:56:54.042772"], ["updated_at", "2020-11-17 20:56:54.042772"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 1], ["created_at", "2020-11-17 20:56:54.044260"], ["updated_at", "2020-11-17 20:56:54.044260"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 2], ["created_at", "2020-11-17 20:56:54.045744"], ["updated_at", "2020-11-17 20:56:54.045744"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-17 20:56:54.046894"], ["updated_at", "2020-11-17 20:56:54.046894"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-17 20:56:54.048004"], ["updated_at", "2020-11-17 20:56:54.048004"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-17 20:56:54.049125"], ["updated_at", "2020-11-17 20:56:54.049125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-17 20:56:54.050217"], ["updated_at", "2020-11-17 20:56:54.050217"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-17 20:56:54.051311"], ["updated_at", "2020-11-17 20:56:54.051311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 20:56:54.052446"], ["updated_at", "2020-11-17 20:56:54.052446"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 20:56:54.053564"], ["updated_at", "2020-11-17 20:56:54.053564"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 20:56:54.054614"], ["updated_at", "2020-11-17 20:56:54.054614"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 20:56:54.055653"], ["updated_at", "2020-11-17 20:56:54.055653"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 20:56:54.056689"], ["updated_at", "2020-11-17 20:56:54.056689"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 20:56:54.063616"], ["updated_at", "2020-11-17 20:56:54.063616"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 20:56:54.064980"], ["updated_at", "2020-11-17 20:56:54.064980"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 20:56:54.066318"], ["updated_at", "2020-11-17 20:56:54.066318"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 20:56:54.067594"], ["updated_at", "2020-11-17 20:56:54.067594"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-17 20:56:54.068793"], ["updated_at", "2020-11-17 20:56:54.068793"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:54.069503"], ["updated_at", "2020-11-17 20:56:54.069503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:54.070129"], ["updated_at", "2020-11-17 20:56:54.070129"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:54.070726"], ["updated_at", "2020-11-17 20:56:54.070726"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:54.071322"], ["updated_at", "2020-11-17 20:56:54.071322"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:54.071914"], ["updated_at", "2020-11-17 20:56:54.071914"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:54.072542"], ["updated_at", "2020-11-17 20:56:54.072542"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:54.073183"], ["updated_at", "2020-11-17 20:56:54.073183"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:54.073807"], ["updated_at", "2020-11-17 20:56:54.073807"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:54.074424"], ["updated_at", "2020-11-17 20:56:54.074424"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:54.075034"], ["updated_at", "2020-11-17 20:56:54.075034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 4.66205890045795], ["string", "Suscipit molestiae recusandae."], ["date", "2019-02-19"], ["time", "2000-01-01 03:51:01.431048"], ["datetime", "2020-11-17 17:23:52.414750"], ["created_at", "2020-11-17 20:56:54.076230"], ["updated_at", "2020-11-17 20:56:54.076230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 11.0353308566099], ["string", "Laborum nam enim non."], ["date", "2019-09-05"], ["time", "2000-01-01 03:07:36.812590"], ["datetime", "2020-11-17 13:12:25.962277"], ["created_at", "2020-11-17 20:56:54.077592"], ["updated_at", "2020-11-17 20:56:54.077592"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 9.75401556164547], ["string", "Eos omnis et."], ["date", "2018-12-13"], ["time", "2000-01-01 11:42:08.833737"], ["datetime", "2020-11-16 21:10:42.958969"], ["created_at", "2020-11-17 20:56:54.078902"], ["updated_at", "2020-11-17 20:56:54.078902"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 6.73005072502445], ["string", "Possimus quia reprehenderit non."], ["date", "2020-04-02"], ["time", "2000-01-01 00:31:55.212461"], ["datetime", "2020-11-17 07:43:01.801953"], ["created_at", "2020-11-17 20:56:54.080196"], ["updated_at", "2020-11-17 20:56:54.080196"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 20.8522521181867], ["string", "Sit sit est."], ["date", "2022-02-11"], ["time", "2000-01-01 03:56:39.927586"], ["datetime", "2020-11-17 00:46:21.361401"], ["created_at", "2020-11-17 20:56:54.081498"], ["updated_at", "2020-11-17 20:56:54.081498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 9.82973366075714], ["string", "Labore ipsam amet."], ["created_at", "2020-11-17 20:56:54.082660"], ["updated_at", "2020-11-17 20:56:54.082660"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 0.458049729072768], ["string", "Incidunt ut enim voluptatem."], ["created_at", "2020-11-17 20:56:54.083605"], ["updated_at", "2020-11-17 20:56:54.083605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 14.4984883907651], ["string", "Repellat natus eos."], ["created_at", "2020-11-17 20:56:54.084522"], ["updated_at", "2020-11-17 20:56:54.084522"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 7.665262643192], ["string", "Cum omnis dolores consequatur."], ["created_at", "2020-11-17 20:56:54.085430"], ["updated_at", "2020-11-17 20:56:54.085430"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 33.5093999785687], ["string", "Eveniet eligendi ut."], ["created_at", "2020-11-17 20:56:54.086348"], ["updated_at", "2020-11-17 20:56:54.086348"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-17 20:56:54.087654"], ["updated_at", "2020-11-17 20:56:54.087654"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 20:56:54.088820"], ["updated_at", "2020-11-17 20:56:54.088820"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 20:56:54.089982"], ["updated_at", "2020-11-17 20:56:54.089982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-17 20:56:54.091250"], ["updated_at", "2020-11-17 20:56:54.091250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 20:56:54.092498"], ["updated_at", "2020-11-17 20:56:54.092498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 3], ["created_at", "2020-11-17 20:56:54.094318"], ["updated_at", "2020-11-17 20:56:54.094318"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 10], ["created_at", "2020-11-17 20:56:54.096083"], ["updated_at", "2020-11-17 20:56:54.096083"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 5], ["created_at", "2020-11-17 20:56:54.097801"], ["updated_at", "2020-11-17 20:56:54.097801"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 12], ["created_at", "2020-11-17 20:56:54.099315"], ["updated_at", "2020-11-17 20:56:54.099315"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-17 20:56:54.100832"], ["updated_at", "2020-11-17 20:56:54.100832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-17 20:56:54.102035"], ["updated_at", "2020-11-17 20:56:54.102035"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-17 20:56:54.103189"], ["updated_at", "2020-11-17 20:56:54.103189"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-17 20:56:54.104316"], ["updated_at", "2020-11-17 20:56:54.104316"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 20:56:54.105417"], ["updated_at", "2020-11-17 20:56:54.105417"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-17 20:56:54.106522"], ["updated_at", "2020-11-17 20:56:54.106522"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 20:56:54.107669"], ["updated_at", "2020-11-17 20:56:54.107669"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 20:56:54.108756"], ["updated_at", "2020-11-17 20:56:54.108756"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 20:56:54.109810"], ["updated_at", "2020-11-17 20:56:54.109810"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 20:56:54.110856"], ["updated_at", "2020-11-17 20:56:54.110856"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 20:56:54.111891"], ["updated_at", "2020-11-17 20:56:54.111891"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-17 20:56:54.118542"], ["updated_at", "2020-11-17 20:56:54.118542"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-17 20:56:54.119692"], ["updated_at", "2020-11-17 20:56:54.119692"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-17 20:56:54.120766"], ["updated_at", "2020-11-17 20:56:54.120766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 20:56:54.121849"], ["updated_at", "2020-11-17 20:56:54.121849"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 20:56:54.122912"], ["updated_at", "2020-11-17 20:56:54.122912"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:54.123588"], ["updated_at", "2020-11-17 20:56:54.123588"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:54.124209"], ["updated_at", "2020-11-17 20:56:54.124209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:54.124804"], ["updated_at", "2020-11-17 20:56:54.124804"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:54.125402"], ["updated_at", "2020-11-17 20:56:54.125402"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 20:56:54.125990"], ["updated_at", "2020-11-17 20:56:54.125990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:54.126617"], ["updated_at", "2020-11-17 20:56:54.126617"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:54.127254"], ["updated_at", "2020-11-17 20:56:54.127254"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:54.127868"], ["updated_at", "2020-11-17 20:56:54.127868"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:54.128482"], ["updated_at", "2020-11-17 20:56:54.128482"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 20:56:54.129108"], ["updated_at", "2020-11-17 20:56:54.129108"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.3ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:00:58.440094"], ["updated_at", "2020-11-17 21:00:58.440094"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.8ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.7ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.9ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.1ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.8ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:01:20.537568"], ["updated_at", "2020-11-17 21:01:20.537568"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.7ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.8ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (1.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (1.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (1.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (12.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.8ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Dolor et omnis."], ["created_at", "2020-11-17 21:02:13.652408"], ["updated_at", "2020-11-17 21:02:13.652408"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Rem sit odit voluptatem."], ["created_at", "2020-11-17 21:02:13.654257"], ["updated_at", "2020-11-17 21:02:13.654257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Odit quo quidem."], ["created_at", "2020-11-17 21:02:13.655510"], ["updated_at", "2020-11-17 21:02:13.655510"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Praesentium quisquam reiciendis ut."], ["created_at", "2020-11-17 21:02:13.656702"], ["updated_at", "2020-11-17 21:02:13.656702"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Velit dolorem ab."], ["created_at", "2020-11-17 21:02:13.657880"], ["updated_at", "2020-11-17 21:02:13.657880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:02:13.681470"], ["updated_at", "2020-11-17 21:02:13.681470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:02:13.682938"], ["updated_at", "2020-11-17 21:02:13.682938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:02:13.684088"], ["updated_at", "2020-11-17 21:02:13.684088"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:02:13.685201"], ["updated_at", "2020-11-17 21:02:13.685201"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:02:13.686312"], ["updated_at", "2020-11-17 21:02:13.686312"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 21:02:13.702777"], ["updated_at", "2020-11-17 21:02:13.702777"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 21:02:13.704249"], ["updated_at", "2020-11-17 21:02:13.704249"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 21:02:13.705537"], ["updated_at", "2020-11-17 21:02:13.705537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 21:02:13.706764"], ["updated_at", "2020-11-17 21:02:13.706764"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 21:02:13.707928"], ["updated_at", "2020-11-17 21:02:13.707928"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.712435"], ["updated_at", "2020-11-17 21:02:13.712435"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.713712"], ["updated_at", "2020-11-17 21:02:13.713712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.714879"], ["updated_at", "2020-11-17 21:02:13.714879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.716004"], ["updated_at", "2020-11-17 21:02:13.716004"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.717131"], ["updated_at", "2020-11-17 21:02:13.717131"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:02:13.730690"], ["updated_at", "2020-11-17 21:02:13.730690"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:02:13.731971"], ["updated_at", "2020-11-17 21:02:13.731971"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:02:13.733106"], ["updated_at", "2020-11-17 21:02:13.733106"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:02:13.734222"], ["updated_at", "2020-11-17 21:02:13.734222"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:02:13.735299"], ["updated_at", "2020-11-17 21:02:13.735299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.738541"], ["updated_at", "2020-11-17 21:02:13.738541"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.739282"], ["updated_at", "2020-11-17 21:02:13.739282"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.739903"], ["updated_at", "2020-11-17 21:02:13.739903"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.740522"], ["updated_at", "2020-11-17 21:02:13.740522"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.741144"], ["updated_at", "2020-11-17 21:02:13.741144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:13.743863"], ["updated_at", "2020-11-17 21:02:13.743863"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:13.744571"], ["updated_at", "2020-11-17 21:02:13.744571"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:13.745213"], ["updated_at", "2020-11-17 21:02:13.745213"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:13.745841"], ["updated_at", "2020-11-17 21:02:13.745841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:13.746469"], ["updated_at", "2020-11-17 21:02:13.746469"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Est repudiandae at."], ["created_at", "2020-11-17 21:02:13.747719"], ["updated_at", "2020-11-17 21:02:13.747719"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Similique quis nostrum dolores."], ["created_at", "2020-11-17 21:02:13.748958"], ["updated_at", "2020-11-17 21:02:13.748958"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Dolor aut hic."], ["created_at", "2020-11-17 21:02:13.750157"], ["updated_at", "2020-11-17 21:02:13.750157"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Esse temporibus similique perspiciatis."], ["created_at", "2020-11-17 21:02:13.751353"], ["updated_at", "2020-11-17 21:02:13.751353"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Dolor voluptas laudantium."], ["created_at", "2020-11-17 21:02:13.752552"], ["updated_at", "2020-11-17 21:02:13.752552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:02:13.758376"], ["updated_at", "2020-11-17 21:02:13.758376"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:02:13.759648"], ["updated_at", "2020-11-17 21:02:13.759648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-17 21:02:13.760775"], ["updated_at", "2020-11-17 21:02:13.760775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:02:13.761880"], ["updated_at", "2020-11-17 21:02:13.761880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:02:13.763002"], ["updated_at", "2020-11-17 21:02:13.763002"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-17 21:02:13.771462"], ["updated_at", "2020-11-17 21:02:13.771462"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-17 21:02:13.772732"], ["updated_at", "2020-11-17 21:02:13.772732"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-17 21:02:13.773909"], ["updated_at", "2020-11-17 21:02:13.773909"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 21:02:13.775035"], ["updated_at", "2020-11-17 21:02:13.775035"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-17 21:02:13.776159"], ["updated_at", "2020-11-17 21:02:13.776159"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:13.777557"], ["updated_at", "2020-11-17 21:02:13.777557"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:13.778669"], ["updated_at", "2020-11-17 21:02:13.778669"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:13.779744"], ["updated_at", "2020-11-17 21:02:13.779744"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:13.780825"], ["updated_at", "2020-11-17 21:02:13.780825"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:13.781909"], ["updated_at", "2020-11-17 21:02:13.781909"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-17 21:02:13.788711"], ["updated_at", "2020-11-17 21:02:13.788711"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-17 21:02:13.789912"], ["updated_at", "2020-11-17 21:02:13.789912"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:02:13.791051"], ["updated_at", "2020-11-17 21:02:13.791051"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:02:13.792145"], ["updated_at", "2020-11-17 21:02:13.792145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-17 21:02:13.793256"], ["updated_at", "2020-11-17 21:02:13.793256"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.793975"], ["updated_at", "2020-11-17 21:02:13.793975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.794611"], ["updated_at", "2020-11-17 21:02:13.794611"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.795216"], ["updated_at", "2020-11-17 21:02:13.795216"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.795818"], ["updated_at", "2020-11-17 21:02:13.795818"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.796440"], ["updated_at", "2020-11-17 21:02:13.796440"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:13.797138"], ["updated_at", "2020-11-17 21:02:13.797138"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:13.797898"], ["updated_at", "2020-11-17 21:02:13.797898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:13.798662"], ["updated_at", "2020-11-17 21:02:13.798662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:13.799392"], ["updated_at", "2020-11-17 21:02:13.799392"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:13.800045"], ["updated_at", "2020-11-17 21:02:13.800045"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Dolorem ex maxime."], ["created_at", "2020-11-17 21:02:13.801327"], ["updated_at", "2020-11-17 21:02:13.801327"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Nisi est ipsum deserunt."], ["created_at", "2020-11-17 21:02:13.802559"], ["updated_at", "2020-11-17 21:02:13.802559"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Tenetur est fugit."], ["created_at", "2020-11-17 21:02:13.803748"], ["updated_at", "2020-11-17 21:02:13.803748"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Ratione dolores quos in."], ["created_at", "2020-11-17 21:02:13.804929"], ["updated_at", "2020-11-17 21:02:13.804929"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Aut qui culpa."], ["created_at", "2020-11-17 21:02:13.806126"], ["updated_at", "2020-11-17 21:02:13.806126"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-17 21:02:13.811944"], ["updated_at", "2020-11-17 21:02:13.811944"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:02:13.813230"], ["updated_at", "2020-11-17 21:02:13.813230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-17 21:02:13.814364"], ["updated_at", "2020-11-17 21:02:13.814364"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-17 21:02:13.815473"], ["updated_at", "2020-11-17 21:02:13.815473"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-17 21:02:13.816583"], ["updated_at", "2020-11-17 21:02:13.816583"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-17 21:02:13.825401"], ["updated_at", "2020-11-17 21:02:13.825401"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-17 21:02:13.826786"], ["updated_at", "2020-11-17 21:02:13.826786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-17 21:02:13.828023"], ["updated_at", "2020-11-17 21:02:13.828023"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-17 21:02:13.829188"], ["updated_at", "2020-11-17 21:02:13.829188"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-17 21:02:13.830338"], ["updated_at", "2020-11-17 21:02:13.830338"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:13.831527"], ["updated_at", "2020-11-17 21:02:13.831527"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:13.832635"], ["updated_at", "2020-11-17 21:02:13.832635"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:13.833721"], ["updated_at", "2020-11-17 21:02:13.833721"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:13.834799"], ["updated_at", "2020-11-17 21:02:13.834799"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:13.835868"], ["updated_at", "2020-11-17 21:02:13.835868"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-17 21:02:13.852597"], ["updated_at", "2020-11-17 21:02:13.852597"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-17 21:02:13.854075"], ["updated_at", "2020-11-17 21:02:13.854075"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-17 21:02:13.855408"], ["updated_at", "2020-11-17 21:02:13.855408"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-17 21:02:13.856729"], ["updated_at", "2020-11-17 21:02:13.856729"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:02:13.858069"], ["updated_at", "2020-11-17 21:02:13.858069"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.858896"], ["updated_at", "2020-11-17 21:02:13.858896"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.859658"], ["updated_at", "2020-11-17 21:02:13.859658"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.860388"], ["updated_at", "2020-11-17 21:02:13.860388"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.861087"], ["updated_at", "2020-11-17 21:02:13.861087"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.861835"], ["updated_at", "2020-11-17 21:02:13.861835"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:13.862658"], ["updated_at", "2020-11-17 21:02:13.862658"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:13.863456"], ["updated_at", "2020-11-17 21:02:13.863456"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:13.864180"], ["updated_at", "2020-11-17 21:02:13.864180"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:13.864917"], ["updated_at", "2020-11-17 21:02:13.864917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:13.865656"], ["updated_at", "2020-11-17 21:02:13.865656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "A minus sed."], ["created_at", "2020-11-17 21:02:13.877986"], ["updated_at", "2020-11-17 21:02:13.877986"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Aut nobis eligendi ea."], ["created_at", "2020-11-17 21:02:13.879860"], ["updated_at", "2020-11-17 21:02:13.879860"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Eos quaerat dolorum."], ["created_at", "2020-11-17 21:02:13.881498"], ["updated_at", "2020-11-17 21:02:13.881498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Ducimus repellendus consequatur voluptatem."], ["created_at", "2020-11-17 21:02:13.883155"], ["updated_at", "2020-11-17 21:02:13.883155"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Ipsam eaque quam."], ["created_at", "2020-11-17 21:02:13.885531"], ["updated_at", "2020-11-17 21:02:13.885531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:02:13.892987"], ["updated_at", "2020-11-17 21:02:13.892987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:02:13.894590"], ["updated_at", "2020-11-17 21:02:13.894590"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:02:13.896161"], ["updated_at", "2020-11-17 21:02:13.896161"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:02:13.897587"], ["updated_at", "2020-11-17 21:02:13.897587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:02:13.898858"], ["updated_at", "2020-11-17 21:02:13.898858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 21:02:13.908522"], ["updated_at", "2020-11-17 21:02:13.908522"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-17 21:02:13.909927"], ["updated_at", "2020-11-17 21:02:13.909927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-17 21:02:13.911169"], ["updated_at", "2020-11-17 21:02:13.911169"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-17 21:02:13.912468"], ["updated_at", "2020-11-17 21:02:13.912468"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 21:02:13.913730"], ["updated_at", "2020-11-17 21:02:13.913730"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.915072"], ["updated_at", "2020-11-17 21:02:13.915072"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.916235"], ["updated_at", "2020-11-17 21:02:13.916235"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.917369"], ["updated_at", "2020-11-17 21:02:13.917369"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.918489"], ["updated_at", "2020-11-17 21:02:13.918489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.919573"], ["updated_at", "2020-11-17 21:02:13.919573"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:02:13.926516"], ["updated_at", "2020-11-17 21:02:13.926516"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:02:13.927742"], ["updated_at", "2020-11-17 21:02:13.927742"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:02:13.928856"], ["updated_at", "2020-11-17 21:02:13.928856"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:02:13.929997"], ["updated_at", "2020-11-17 21:02:13.929997"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:02:13.931140"], ["updated_at", "2020-11-17 21:02:13.931140"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.931853"], ["updated_at", "2020-11-17 21:02:13.931853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.932539"], ["updated_at", "2020-11-17 21:02:13.932539"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.933169"], ["updated_at", "2020-11-17 21:02:13.933169"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.933793"], ["updated_at", "2020-11-17 21:02:13.933793"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.934410"], ["updated_at", "2020-11-17 21:02:13.934410"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:13.935076"], ["updated_at", "2020-11-17 21:02:13.935076"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:13.935730"], ["updated_at", "2020-11-17 21:02:13.935730"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:13.936377"], ["updated_at", "2020-11-17 21:02:13.936377"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:13.936999"], ["updated_at", "2020-11-17 21:02:13.936999"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:13.937660"], ["updated_at", "2020-11-17 21:02:13.937660"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Nobis et commodi."], ["created_at", "2020-11-17 21:02:13.938944"], ["updated_at", "2020-11-17 21:02:13.938944"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Illum nulla autem necessitatibus."], ["created_at", "2020-11-17 21:02:13.940186"], ["updated_at", "2020-11-17 21:02:13.940186"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Eum quos nostrum."], ["created_at", "2020-11-17 21:02:13.941384"], ["updated_at", "2020-11-17 21:02:13.941384"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Necessitatibus architecto molestiae iusto."], ["created_at", "2020-11-17 21:02:13.942566"], ["updated_at", "2020-11-17 21:02:13.942566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Similique rerum ab."], ["created_at", "2020-11-17 21:02:13.943750"], ["updated_at", "2020-11-17 21:02:13.943750"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:02:13.949398"], ["updated_at", "2020-11-17 21:02:13.949398"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-17 21:02:13.950595"], ["updated_at", "2020-11-17 21:02:13.950595"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:02:13.951711"], ["updated_at", "2020-11-17 21:02:13.951711"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:02:13.952813"], ["updated_at", "2020-11-17 21:02:13.952813"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-17 21:02:13.953912"], ["updated_at", "2020-11-17 21:02:13.953912"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-17 21:02:13.962368"], ["updated_at", "2020-11-17 21:02:13.962368"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-17 21:02:13.963605"], ["updated_at", "2020-11-17 21:02:13.963605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-17 21:02:13.964734"], ["updated_at", "2020-11-17 21:02:13.964734"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-17 21:02:13.965911"], ["updated_at", "2020-11-17 21:02:13.965911"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 21:02:13.967062"], ["updated_at", "2020-11-17 21:02:13.967062"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:13.968227"], ["updated_at", "2020-11-17 21:02:13.968227"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:13.969340"], ["updated_at", "2020-11-17 21:02:13.969340"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:13.970424"], ["updated_at", "2020-11-17 21:02:13.970424"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:13.971501"], ["updated_at", "2020-11-17 21:02:13.971501"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:13.972573"], ["updated_at", "2020-11-17 21:02:13.972573"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:02:13.979383"], ["updated_at", "2020-11-17 21:02:13.979383"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:02:13.980583"], ["updated_at", "2020-11-17 21:02:13.980583"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-17 21:02:13.981706"], ["updated_at", "2020-11-17 21:02:13.981706"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-17 21:02:13.982769"], ["updated_at", "2020-11-17 21:02:13.982769"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-17 21:02:13.983930"], ["updated_at", "2020-11-17 21:02:13.983930"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.984770"], ["updated_at", "2020-11-17 21:02:13.984770"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.985530"], ["updated_at", "2020-11-17 21:02:13.985530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.986222"], ["updated_at", "2020-11-17 21:02:13.986222"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.987000"], ["updated_at", "2020-11-17 21:02:13.987000"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:13.987773"], ["updated_at", "2020-11-17 21:02:13.987773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:13.988576"], ["updated_at", "2020-11-17 21:02:13.988576"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:13.989373"], ["updated_at", "2020-11-17 21:02:13.989373"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:13.990131"], ["updated_at", "2020-11-17 21:02:13.990131"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:13.990811"], ["updated_at", "2020-11-17 21:02:13.990811"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:13.991440"], ["updated_at", "2020-11-17 21:02:13.991440"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Dolor in possimus."], ["created_at", "2020-11-17 21:02:13.992706"], ["updated_at", "2020-11-17 21:02:13.992706"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Cum quas dignissimos corporis."], ["created_at", "2020-11-17 21:02:13.993963"], ["updated_at", "2020-11-17 21:02:13.993963"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "In dolor nobis."], ["created_at", "2020-11-17 21:02:13.995153"], ["updated_at", "2020-11-17 21:02:13.995153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Eaque et ut accusamus."], ["created_at", "2020-11-17 21:02:13.996331"], ["updated_at", "2020-11-17 21:02:13.996331"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Doloribus omnis mollitia."], ["created_at", "2020-11-17 21:02:13.997521"], ["updated_at", "2020-11-17 21:02:13.997521"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-17 21:02:14.003155"], ["updated_at", "2020-11-17 21:02:14.003155"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:02:14.004381"], ["updated_at", "2020-11-17 21:02:14.004381"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-17 21:02:14.005527"], ["updated_at", "2020-11-17 21:02:14.005527"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:02:14.006652"], ["updated_at", "2020-11-17 21:02:14.006652"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-17 21:02:14.007771"], ["updated_at", "2020-11-17 21:02:14.007771"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 12], ["created_at", "2020-11-17 21:02:14.016405"], ["updated_at", "2020-11-17 21:02:14.016405"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-17 21:02:14.017702"], ["updated_at", "2020-11-17 21:02:14.017702"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-17 21:02:14.018869"], ["updated_at", "2020-11-17 21:02:14.018869"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 15], ["created_at", "2020-11-17 21:02:14.020005"], ["updated_at", "2020-11-17 21:02:14.020005"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-17 21:02:14.021155"], ["updated_at", "2020-11-17 21:02:14.021155"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:14.022327"], ["updated_at", "2020-11-17 21:02:14.022327"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:14.023463"], ["updated_at", "2020-11-17 21:02:14.023463"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:14.024551"], ["updated_at", "2020-11-17 21:02:14.024551"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:14.025639"], ["updated_at", "2020-11-17 21:02:14.025639"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:14.026711"], ["updated_at", "2020-11-17 21:02:14.026711"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-17 21:02:14.033551"], ["updated_at", "2020-11-17 21:02:14.033551"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-17 21:02:14.034748"], ["updated_at", "2020-11-17 21:02:14.034748"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:02:14.035861"], ["updated_at", "2020-11-17 21:02:14.035861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-17 21:02:14.046127"], ["updated_at", "2020-11-17 21:02:14.046127"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:02:14.047443"], ["updated_at", "2020-11-17 21:02:14.047443"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:14.048274"], ["updated_at", "2020-11-17 21:02:14.048274"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:14.049040"], ["updated_at", "2020-11-17 21:02:14.049040"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:14.049790"], ["updated_at", "2020-11-17 21:02:14.049790"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:14.050527"], ["updated_at", "2020-11-17 21:02:14.050527"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:14.051233"], ["updated_at", "2020-11-17 21:02:14.051233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:14.051988"], ["updated_at", "2020-11-17 21:02:14.051988"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:14.052747"], ["updated_at", "2020-11-17 21:02:14.052747"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:14.053485"], ["updated_at", "2020-11-17 21:02:14.053485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:14.054232"], ["updated_at", "2020-11-17 21:02:14.054232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:14.054923"], ["updated_at", "2020-11-17 21:02:14.054923"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Ut omnis velit."], ["created_at", "2020-11-17 21:02:14.093706"], ["updated_at", "2020-11-17 21:02:14.093706"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "At architecto cupiditate quae."], ["created_at", "2020-11-17 21:02:14.095329"], ["updated_at", "2020-11-17 21:02:14.095329"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Illum ad reiciendis."], ["created_at", "2020-11-17 21:02:14.097042"], ["updated_at", "2020-11-17 21:02:14.097042"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Labore qui et."], ["created_at", "2020-11-17 21:02:14.100402"], ["updated_at", "2020-11-17 21:02:14.100402"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Ut quidem rerum qui."], ["created_at", "2020-11-17 21:02:14.102809"], ["updated_at", "2020-11-17 21:02:14.102809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "A voluptas magnam."], ["created_at", "2020-11-17 21:02:14.104605"], ["updated_at", "2020-11-17 21:02:14.104605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:14.106874"], ["updated_at", "2020-11-17 21:02:14.106874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Nesciunt veritatis cumque."], ["created_at", "2020-11-17 21:02:14.130916"], ["updated_at", "2020-11-17 21:02:14.130916"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Ipsa est eius porro."], ["created_at", "2020-11-17 21:02:14.134002"], ["updated_at", "2020-11-17 21:02:14.134002"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Modi sint dolorem."], ["created_at", "2020-11-17 21:02:14.136851"], ["updated_at", "2020-11-17 21:02:14.136851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Fugit commodi et id."], ["created_at", "2020-11-17 21:02:14.138700"], ["updated_at", "2020-11-17 21:02:14.138700"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Reprehenderit explicabo in."], ["created_at", "2020-11-17 21:02:14.140158"], ["updated_at", "2020-11-17 21:02:14.140158"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:02:14.147238"], ["updated_at", "2020-11-17 21:02:14.147238"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:02:14.148950"], ["updated_at", "2020-11-17 21:02:14.148950"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:02:14.150329"], ["updated_at", "2020-11-17 21:02:14.150329"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:02:14.151601"], ["updated_at", "2020-11-17 21:02:14.151601"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:02:14.152868"], ["updated_at", "2020-11-17 21:02:14.152868"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 21:02:14.162879"], ["updated_at", "2020-11-17 21:02:14.162879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-17 21:02:14.164328"], ["updated_at", "2020-11-17 21:02:14.164328"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-17 21:02:14.165518"], ["updated_at", "2020-11-17 21:02:14.165518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-17 21:02:14.166686"], ["updated_at", "2020-11-17 21:02:14.166686"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-17 21:02:14.167800"], ["updated_at", "2020-11-17 21:02:14.167800"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:14.169101"], ["updated_at", "2020-11-17 21:02:14.169101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:14.170291"], ["updated_at", "2020-11-17 21:02:14.170291"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:14.171436"], ["updated_at", "2020-11-17 21:02:14.171436"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:14.172565"], ["updated_at", "2020-11-17 21:02:14.172565"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:14.173692"], ["updated_at", "2020-11-17 21:02:14.173692"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:02:14.180863"], ["updated_at", "2020-11-17 21:02:14.180863"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:02:14.182243"], ["updated_at", "2020-11-17 21:02:14.182243"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:02:14.183403"], ["updated_at", "2020-11-17 21:02:14.183403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:02:14.184507"], ["updated_at", "2020-11-17 21:02:14.184507"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:02:14.185612"], ["updated_at", "2020-11-17 21:02:14.185612"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:14.186330"], ["updated_at", "2020-11-17 21:02:14.186330"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:14.186991"], ["updated_at", "2020-11-17 21:02:14.186991"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:14.187616"], ["updated_at", "2020-11-17 21:02:14.187616"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:14.188225"], ["updated_at", "2020-11-17 21:02:14.188225"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:14.188830"], ["updated_at", "2020-11-17 21:02:14.188830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:14.189495"], ["updated_at", "2020-11-17 21:02:14.189495"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:14.190154"], ["updated_at", "2020-11-17 21:02:14.190154"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:14.190787"], ["updated_at", "2020-11-17 21:02:14.190787"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:14.191413"], ["updated_at", "2020-11-17 21:02:14.191413"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:14.192038"], ["updated_at", "2020-11-17 21:02:14.192038"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Et non dicta."], ["created_at", "2020-11-17 21:02:14.193353"], ["updated_at", "2020-11-17 21:02:14.193353"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Et molestiae vel cum."], ["created_at", "2020-11-17 21:02:14.194633"], ["updated_at", "2020-11-17 21:02:14.194633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Voluptatum eos atque."], ["created_at", "2020-11-17 21:02:14.195868"], ["updated_at", "2020-11-17 21:02:14.195868"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Qui consectetur qui aut."], ["created_at", "2020-11-17 21:02:14.197111"], ["updated_at", "2020-11-17 21:02:14.197111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Placeat atque velit."], ["created_at", "2020-11-17 21:02:14.198369"], ["updated_at", "2020-11-17 21:02:14.198369"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-17 21:02:14.204236"], ["updated_at", "2020-11-17 21:02:14.204236"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-17 21:02:14.205450"], ["updated_at", "2020-11-17 21:02:14.205450"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-17 21:02:14.206585"], ["updated_at", "2020-11-17 21:02:14.206585"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-17 21:02:14.207688"], ["updated_at", "2020-11-17 21:02:14.207688"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-17 21:02:14.208799"], ["updated_at", "2020-11-17 21:02:14.208799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-17 21:02:14.217324"], ["updated_at", "2020-11-17 21:02:14.217324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-17 21:02:14.218563"], ["updated_at", "2020-11-17 21:02:14.218563"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-17 21:02:14.219697"], ["updated_at", "2020-11-17 21:02:14.219697"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-17 21:02:14.220825"], ["updated_at", "2020-11-17 21:02:14.220825"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-17 21:02:14.222227"], ["updated_at", "2020-11-17 21:02:14.222227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:14.223469"], ["updated_at", "2020-11-17 21:02:14.223469"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:14.224556"], ["updated_at", "2020-11-17 21:02:14.224556"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:14.225597"], ["updated_at", "2020-11-17 21:02:14.225597"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:14.226626"], ["updated_at", "2020-11-17 21:02:14.226626"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:14.227648"], ["updated_at", "2020-11-17 21:02:14.227648"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-17 21:02:14.234416"], ["updated_at", "2020-11-17 21:02:14.234416"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-17 21:02:14.235574"], ["updated_at", "2020-11-17 21:02:14.235574"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-17 21:02:14.236631"], ["updated_at", "2020-11-17 21:02:14.236631"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:02:14.237689"], ["updated_at", "2020-11-17 21:02:14.237689"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:02:14.238734"], ["updated_at", "2020-11-17 21:02:14.238734"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:14.239412"], ["updated_at", "2020-11-17 21:02:14.239412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:14.240035"], ["updated_at", "2020-11-17 21:02:14.240035"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:14.240625"], ["updated_at", "2020-11-17 21:02:14.240625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:14.241242"], ["updated_at", "2020-11-17 21:02:14.241242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:14.241836"], ["updated_at", "2020-11-17 21:02:14.241836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:14.242463"], ["updated_at", "2020-11-17 21:02:14.242463"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:14.243101"], ["updated_at", "2020-11-17 21:02:14.243101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:14.243706"], ["updated_at", "2020-11-17 21:02:14.243706"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:14.244328"], ["updated_at", "2020-11-17 21:02:14.244328"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:14.244952"], ["updated_at", "2020-11-17 21:02:14.244952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Officia voluptatem asperiores."], ["created_at", "2020-11-17 21:02:14.255609"], ["updated_at", "2020-11-17 21:02:14.255609"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Corporis eligendi ad eveniet."], ["created_at", "2020-11-17 21:02:14.257454"], ["updated_at", "2020-11-17 21:02:14.257454"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Quasi provident quia."], ["created_at", "2020-11-17 21:02:14.259016"], ["updated_at", "2020-11-17 21:02:14.259016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Voluptas culpa quo quia."], ["created_at", "2020-11-17 21:02:14.260517"], ["updated_at", "2020-11-17 21:02:14.260517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Totam voluptatum ea."], ["created_at", "2020-11-17 21:02:14.262005"], ["updated_at", "2020-11-17 21:02:14.262005"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-17 21:02:14.268945"], ["updated_at", "2020-11-17 21:02:14.268945"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:02:14.270324"], ["updated_at", "2020-11-17 21:02:14.270324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-17 21:02:14.271553"], ["updated_at", "2020-11-17 21:02:14.271553"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:02:14.272789"], ["updated_at", "2020-11-17 21:02:14.272789"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:02:14.274121"], ["updated_at", "2020-11-17 21:02:14.274121"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-17 21:02:14.283544"], ["updated_at", "2020-11-17 21:02:14.283544"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 21:02:14.284856"], ["updated_at", "2020-11-17 21:02:14.284856"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-17 21:02:14.286033"], ["updated_at", "2020-11-17 21:02:14.286033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-17 21:02:14.287201"], ["updated_at", "2020-11-17 21:02:14.287201"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 15], ["created_at", "2020-11-17 21:02:14.288364"], ["updated_at", "2020-11-17 21:02:14.288364"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:14.289554"], ["updated_at", "2020-11-17 21:02:14.289554"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:14.290693"], ["updated_at", "2020-11-17 21:02:14.290693"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:14.291802"], ["updated_at", "2020-11-17 21:02:14.291802"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:14.292919"], ["updated_at", "2020-11-17 21:02:14.292919"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:14.294168"], ["updated_at", "2020-11-17 21:02:14.294168"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-17 21:02:14.301560"], ["updated_at", "2020-11-17 21:02:14.301560"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-17 21:02:14.302805"], ["updated_at", "2020-11-17 21:02:14.302805"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-17 21:02:14.303972"], ["updated_at", "2020-11-17 21:02:14.303972"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:02:14.305189"], ["updated_at", "2020-11-17 21:02:14.305189"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-17 21:02:14.306334"], ["updated_at", "2020-11-17 21:02:14.306334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:14.307086"], ["updated_at", "2020-11-17 21:02:14.307086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:14.307742"], ["updated_at", "2020-11-17 21:02:14.307742"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:14.308379"], ["updated_at", "2020-11-17 21:02:14.308379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:14.308996"], ["updated_at", "2020-11-17 21:02:14.308996"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:14.309639"], ["updated_at", "2020-11-17 21:02:14.309639"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:14.310302"], ["updated_at", "2020-11-17 21:02:14.310302"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:14.310965"], ["updated_at", "2020-11-17 21:02:14.310965"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:14.311616"], ["updated_at", "2020-11-17 21:02:14.311616"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:14.312250"], ["updated_at", "2020-11-17 21:02:14.312250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:14.312936"], ["updated_at", "2020-11-17 21:02:14.312936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.9ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Error nisi omnis."], ["created_at", "2020-11-17 21:02:56.471643"], ["updated_at", "2020-11-17 21:02:56.471643"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Officiis nobis sit quo."], ["created_at", "2020-11-17 21:02:56.473522"], ["updated_at", "2020-11-17 21:02:56.473522"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Ab dolore quas."], ["created_at", "2020-11-17 21:02:56.474829"], ["updated_at", "2020-11-17 21:02:56.474829"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Et quis dolorem ut."], ["created_at", "2020-11-17 21:02:56.476047"], ["updated_at", "2020-11-17 21:02:56.476047"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Nostrum voluptatem dolore."], ["created_at", "2020-11-17 21:02:56.477451"], ["updated_at", "2020-11-17 21:02:56.477451"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:02:56.507494"], ["updated_at", "2020-11-17 21:02:56.507494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:02:56.509129"], ["updated_at", "2020-11-17 21:02:56.509129"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:02:56.510411"], ["updated_at", "2020-11-17 21:02:56.510411"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:02:56.511678"], ["updated_at", "2020-11-17 21:02:56.511678"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:02:56.512894"], ["updated_at", "2020-11-17 21:02:56.512894"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 21:02:56.530929"], ["updated_at", "2020-11-17 21:02:56.530929"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 21:02:56.532412"], ["updated_at", "2020-11-17 21:02:56.532412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 21:02:56.533635"], ["updated_at", "2020-11-17 21:02:56.533635"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-17 21:02:56.534827"], ["updated_at", "2020-11-17 21:02:56.534827"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 21:02:56.535987"], ["updated_at", "2020-11-17 21:02:56.535987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.540560"], ["updated_at", "2020-11-17 21:02:56.540560"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.541826"], ["updated_at", "2020-11-17 21:02:56.541826"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.542945"], ["updated_at", "2020-11-17 21:02:56.542945"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.544027"], ["updated_at", "2020-11-17 21:02:56.544027"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.545109"], ["updated_at", "2020-11-17 21:02:56.545109"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:02:56.558200"], ["updated_at", "2020-11-17 21:02:56.558200"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:02:56.559440"], ["updated_at", "2020-11-17 21:02:56.559440"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:02:56.560537"], ["updated_at", "2020-11-17 21:02:56.560537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:02:56.561615"], ["updated_at", "2020-11-17 21:02:56.561615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:02:56.562669"], ["updated_at", "2020-11-17 21:02:56.562669"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.565881"], ["updated_at", "2020-11-17 21:02:56.565881"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.566564"], ["updated_at", "2020-11-17 21:02:56.566564"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.567166"], ["updated_at", "2020-11-17 21:02:56.567166"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.567756"], ["updated_at", "2020-11-17 21:02:56.567756"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.568365"], ["updated_at", "2020-11-17 21:02:56.568365"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:56.571078"], ["updated_at", "2020-11-17 21:02:56.571078"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:56.571764"], ["updated_at", "2020-11-17 21:02:56.571764"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:56.572385"], ["updated_at", "2020-11-17 21:02:56.572385"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:56.573001"], ["updated_at", "2020-11-17 21:02:56.573001"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:56.573627"], ["updated_at", "2020-11-17 21:02:56.573627"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Quasi quam quos."], ["created_at", "2020-11-17 21:02:56.574866"], ["updated_at", "2020-11-17 21:02:56.574866"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "In deleniti ullam fugiat."], ["created_at", "2020-11-17 21:02:56.576083"], ["updated_at", "2020-11-17 21:02:56.576083"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Ipsa consequatur atque."], ["created_at", "2020-11-17 21:02:56.577256"], ["updated_at", "2020-11-17 21:02:56.577256"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Et culpa sequi aspernatur."], ["created_at", "2020-11-17 21:02:56.578419"], ["updated_at", "2020-11-17 21:02:56.578419"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Blanditiis quod laboriosam."], ["created_at", "2020-11-17 21:02:56.579590"], ["updated_at", "2020-11-17 21:02:56.579590"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-17 21:02:56.585331"], ["updated_at", "2020-11-17 21:02:56.585331"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-17 21:02:56.586516"], ["updated_at", "2020-11-17 21:02:56.586516"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:02:56.587599"], ["updated_at", "2020-11-17 21:02:56.587599"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:02:56.588679"], ["updated_at", "2020-11-17 21:02:56.588679"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:02:56.589789"], ["updated_at", "2020-11-17 21:02:56.589789"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 21:02:56.598093"], ["updated_at", "2020-11-17 21:02:56.598093"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-17 21:02:56.599320"], ["updated_at", "2020-11-17 21:02:56.599320"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-17 21:02:56.600450"], ["updated_at", "2020-11-17 21:02:56.600450"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-17 21:02:56.601563"], ["updated_at", "2020-11-17 21:02:56.601563"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-17 21:02:56.602686"], ["updated_at", "2020-11-17 21:02:56.602686"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:56.604032"], ["updated_at", "2020-11-17 21:02:56.604032"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:56.605122"], ["updated_at", "2020-11-17 21:02:56.605122"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:56.606169"], ["updated_at", "2020-11-17 21:02:56.606169"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:56.607224"], ["updated_at", "2020-11-17 21:02:56.607224"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:56.608267"], ["updated_at", "2020-11-17 21:02:56.608267"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-17 21:02:56.615041"], ["updated_at", "2020-11-17 21:02:56.615041"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-17 21:02:56.616207"], ["updated_at", "2020-11-17 21:02:56.616207"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-17 21:02:56.617284"], ["updated_at", "2020-11-17 21:02:56.617284"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-17 21:02:56.618354"], ["updated_at", "2020-11-17 21:02:56.618354"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:02:56.619414"], ["updated_at", "2020-11-17 21:02:56.619414"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.620096"], ["updated_at", "2020-11-17 21:02:56.620096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.620718"], ["updated_at", "2020-11-17 21:02:56.620718"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.621321"], ["updated_at", "2020-11-17 21:02:56.621321"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.621918"], ["updated_at", "2020-11-17 21:02:56.621918"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.622507"], ["updated_at", "2020-11-17 21:02:56.622507"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:56.623153"], ["updated_at", "2020-11-17 21:02:56.623153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:56.623833"], ["updated_at", "2020-11-17 21:02:56.623833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:56.624480"], ["updated_at", "2020-11-17 21:02:56.624480"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:56.625105"], ["updated_at", "2020-11-17 21:02:56.625105"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:56.625724"], ["updated_at", "2020-11-17 21:02:56.625724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Quibusdam a aliquid."], ["created_at", "2020-11-17 21:02:56.626991"], ["updated_at", "2020-11-17 21:02:56.626991"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Quo voluptate deserunt ipsum."], ["created_at", "2020-11-17 21:02:56.628296"], ["updated_at", "2020-11-17 21:02:56.628296"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Cum eos saepe."], ["created_at", "2020-11-17 21:02:56.629598"], ["updated_at", "2020-11-17 21:02:56.629598"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Incidunt libero et sed."], ["created_at", "2020-11-17 21:02:56.630840"], ["updated_at", "2020-11-17 21:02:56.630840"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Repellendus qui rem."], ["created_at", "2020-11-17 21:02:56.632010"], ["updated_at", "2020-11-17 21:02:56.632010"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-17 21:02:56.637825"], ["updated_at", "2020-11-17 21:02:56.637825"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:02:56.639034"], ["updated_at", "2020-11-17 21:02:56.639034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-17 21:02:56.640125"], ["updated_at", "2020-11-17 21:02:56.640125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-17 21:02:56.641208"], ["updated_at", "2020-11-17 21:02:56.641208"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:02:56.642284"], ["updated_at", "2020-11-17 21:02:56.642284"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-17 21:02:56.650580"], ["updated_at", "2020-11-17 21:02:56.650580"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-17 21:02:56.651802"], ["updated_at", "2020-11-17 21:02:56.651802"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-17 21:02:56.652948"], ["updated_at", "2020-11-17 21:02:56.652948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 21:02:56.654082"], ["updated_at", "2020-11-17 21:02:56.654082"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 14], ["created_at", "2020-11-17 21:02:56.655205"], ["updated_at", "2020-11-17 21:02:56.655205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:56.656354"], ["updated_at", "2020-11-17 21:02:56.656354"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:56.657453"], ["updated_at", "2020-11-17 21:02:56.657453"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:56.658508"], ["updated_at", "2020-11-17 21:02:56.658508"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:56.659567"], ["updated_at", "2020-11-17 21:02:56.659567"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:56.660613"], ["updated_at", "2020-11-17 21:02:56.660613"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-17 21:02:56.667576"], ["updated_at", "2020-11-17 21:02:56.667576"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-17 21:02:56.668781"], ["updated_at", "2020-11-17 21:02:56.668781"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-17 21:02:56.669874"], ["updated_at", "2020-11-17 21:02:56.669874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-17 21:02:56.670941"], ["updated_at", "2020-11-17 21:02:56.670941"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-17 21:02:56.672006"], ["updated_at", "2020-11-17 21:02:56.672006"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.672710"], ["updated_at", "2020-11-17 21:02:56.672710"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.673346"], ["updated_at", "2020-11-17 21:02:56.673346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.673941"], ["updated_at", "2020-11-17 21:02:56.673941"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.674534"], ["updated_at", "2020-11-17 21:02:56.674534"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.675120"], ["updated_at", "2020-11-17 21:02:56.675120"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:56.675754"], ["updated_at", "2020-11-17 21:02:56.675754"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:56.676387"], ["updated_at", "2020-11-17 21:02:56.676387"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:56.676997"], ["updated_at", "2020-11-17 21:02:56.676997"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:56.677621"], ["updated_at", "2020-11-17 21:02:56.677621"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:56.678232"], ["updated_at", "2020-11-17 21:02:56.678232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Quidem accusantium ut."], ["created_at", "2020-11-17 21:02:56.689201"], ["updated_at", "2020-11-17 21:02:56.689201"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Quam earum fuga harum."], ["created_at", "2020-11-17 21:02:56.690650"], ["updated_at", "2020-11-17 21:02:56.690650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Et qui quis."], ["created_at", "2020-11-17 21:02:56.691849"], ["updated_at", "2020-11-17 21:02:56.691849"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Dolores sunt autem reprehenderit."], ["created_at", "2020-11-17 21:02:56.692998"], ["updated_at", "2020-11-17 21:02:56.692998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Ducimus illo dolorum."], ["created_at", "2020-11-17 21:02:56.694196"], ["updated_at", "2020-11-17 21:02:56.694196"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:02:56.701617"], ["updated_at", "2020-11-17 21:02:56.701617"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:02:56.702968"], ["updated_at", "2020-11-17 21:02:56.702968"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:02:56.704125"], ["updated_at", "2020-11-17 21:02:56.704125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:02:56.705323"], ["updated_at", "2020-11-17 21:02:56.705323"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:02:56.706434"], ["updated_at", "2020-11-17 21:02:56.706434"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-17 21:02:56.715357"], ["updated_at", "2020-11-17 21:02:56.715357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-17 21:02:56.716723"], ["updated_at", "2020-11-17 21:02:56.716723"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-17 21:02:56.717885"], ["updated_at", "2020-11-17 21:02:56.717885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-17 21:02:56.718980"], ["updated_at", "2020-11-17 21:02:56.718980"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-17 21:02:56.720070"], ["updated_at", "2020-11-17 21:02:56.720070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.721336"], ["updated_at", "2020-11-17 21:02:56.721336"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.722487"], ["updated_at", "2020-11-17 21:02:56.722487"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.723574"], ["updated_at", "2020-11-17 21:02:56.723574"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.724671"], ["updated_at", "2020-11-17 21:02:56.724671"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.725764"], ["updated_at", "2020-11-17 21:02:56.725764"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:02:56.732688"], ["updated_at", "2020-11-17 21:02:56.732688"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:02:56.733925"], ["updated_at", "2020-11-17 21:02:56.733925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:02:56.735029"], ["updated_at", "2020-11-17 21:02:56.735029"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:02:56.736092"], ["updated_at", "2020-11-17 21:02:56.736092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:02:56.737183"], ["updated_at", "2020-11-17 21:02:56.737183"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.737881"], ["updated_at", "2020-11-17 21:02:56.737881"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.738515"], ["updated_at", "2020-11-17 21:02:56.738515"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.739108"], ["updated_at", "2020-11-17 21:02:56.739108"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.739706"], ["updated_at", "2020-11-17 21:02:56.739706"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.740303"], ["updated_at", "2020-11-17 21:02:56.740303"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:56.740948"], ["updated_at", "2020-11-17 21:02:56.740948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:56.741637"], ["updated_at", "2020-11-17 21:02:56.741637"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:56.742251"], ["updated_at", "2020-11-17 21:02:56.742251"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:56.753846"], ["updated_at", "2020-11-17 21:02:56.753846"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:56.754988"], ["updated_at", "2020-11-17 21:02:56.754988"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Expedita accusantium esse."], ["created_at", "2020-11-17 21:02:56.758934"], ["updated_at", "2020-11-17 21:02:56.758934"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Dolore pariatur ipsa esse."], ["created_at", "2020-11-17 21:02:56.761081"], ["updated_at", "2020-11-17 21:02:56.761081"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Reiciendis similique omnis."], ["created_at", "2020-11-17 21:02:56.762989"], ["updated_at", "2020-11-17 21:02:56.762989"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Ex qui dicta enim."], ["created_at", "2020-11-17 21:02:56.764828"], ["updated_at", "2020-11-17 21:02:56.764828"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Nihil atque aut."], ["created_at", "2020-11-17 21:02:56.766635"], ["updated_at", "2020-11-17 21:02:56.766635"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:02:56.774158"], ["updated_at", "2020-11-17 21:02:56.774158"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:02:56.775950"], ["updated_at", "2020-11-17 21:02:56.775950"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-17 21:02:56.777727"], ["updated_at", "2020-11-17 21:02:56.777727"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:02:56.779470"], ["updated_at", "2020-11-17 21:02:56.779470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-17 21:02:56.781188"], ["updated_at", "2020-11-17 21:02:56.781188"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-17 21:02:56.793229"], ["updated_at", "2020-11-17 21:02:56.793229"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-17 21:02:56.794986"], ["updated_at", "2020-11-17 21:02:56.794986"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 21:02:56.796497"], ["updated_at", "2020-11-17 21:02:56.796497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-17 21:02:56.797982"], ["updated_at", "2020-11-17 21:02:56.797982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-17 21:02:56.799467"], ["updated_at", "2020-11-17 21:02:56.799467"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:56.800974"], ["updated_at", "2020-11-17 21:02:56.800974"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:56.802430"], ["updated_at", "2020-11-17 21:02:56.802430"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:56.803868"], ["updated_at", "2020-11-17 21:02:56.803868"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:56.805496"], ["updated_at", "2020-11-17 21:02:56.805496"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:56.807033"], ["updated_at", "2020-11-17 21:02:56.807033"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:02:56.815238"], ["updated_at", "2020-11-17 21:02:56.815238"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:02:56.816782"], ["updated_at", "2020-11-17 21:02:56.816782"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-17 21:02:56.817930"], ["updated_at", "2020-11-17 21:02:56.817930"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:02:56.819021"], ["updated_at", "2020-11-17 21:02:56.819021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-17 21:02:56.820108"], ["updated_at", "2020-11-17 21:02:56.820108"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.820804"], ["updated_at", "2020-11-17 21:02:56.820804"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.821449"], ["updated_at", "2020-11-17 21:02:56.821449"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.822047"], ["updated_at", "2020-11-17 21:02:56.822047"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.822642"], ["updated_at", "2020-11-17 21:02:56.822642"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.823236"], ["updated_at", "2020-11-17 21:02:56.823236"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:56.823883"], ["updated_at", "2020-11-17 21:02:56.823883"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:56.824526"], ["updated_at", "2020-11-17 21:02:56.824526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:56.825156"], ["updated_at", "2020-11-17 21:02:56.825156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:56.825783"], ["updated_at", "2020-11-17 21:02:56.825783"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:56.826404"], ["updated_at", "2020-11-17 21:02:56.826404"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Doloribus ullam qui."], ["created_at", "2020-11-17 21:02:56.827636"], ["updated_at", "2020-11-17 21:02:56.827636"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Esse fugiat aliquam ex."], ["created_at", "2020-11-17 21:02:56.828885"], ["updated_at", "2020-11-17 21:02:56.828885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Debitis et soluta."], ["created_at", "2020-11-17 21:02:56.830085"], ["updated_at", "2020-11-17 21:02:56.830085"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Et magni possimus ab."], ["created_at", "2020-11-17 21:02:56.831269"], ["updated_at", "2020-11-17 21:02:56.831269"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Saepe iste quae."], ["created_at", "2020-11-17 21:02:56.832449"], ["updated_at", "2020-11-17 21:02:56.832449"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-17 21:02:56.838236"], ["updated_at", "2020-11-17 21:02:56.838236"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-17 21:02:56.839653"], ["updated_at", "2020-11-17 21:02:56.839653"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:02:56.840916"], ["updated_at", "2020-11-17 21:02:56.840916"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-17 21:02:56.842041"], ["updated_at", "2020-11-17 21:02:56.842041"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:02:56.843132"], ["updated_at", "2020-11-17 21:02:56.843132"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 21:02:56.851502"], ["updated_at", "2020-11-17 21:02:56.851502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-17 21:02:56.852717"], ["updated_at", "2020-11-17 21:02:56.852717"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 12], ["created_at", "2020-11-17 21:02:56.853843"], ["updated_at", "2020-11-17 21:02:56.853843"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-17 21:02:56.854975"], ["updated_at", "2020-11-17 21:02:56.854975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-17 21:02:56.856098"], ["updated_at", "2020-11-17 21:02:56.856098"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:56.857252"], ["updated_at", "2020-11-17 21:02:56.857252"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:56.858349"], ["updated_at", "2020-11-17 21:02:56.858349"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:56.859421"], ["updated_at", "2020-11-17 21:02:56.859421"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:56.860474"], ["updated_at", "2020-11-17 21:02:56.860474"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:56.861540"], ["updated_at", "2020-11-17 21:02:56.861540"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:02:56.869155"], ["updated_at", "2020-11-17 21:02:56.869155"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-17 21:02:56.870470"], ["updated_at", "2020-11-17 21:02:56.870470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-17 21:02:56.871565"], ["updated_at", "2020-11-17 21:02:56.871565"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-17 21:02:56.872645"], ["updated_at", "2020-11-17 21:02:56.872645"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-17 21:02:56.873725"], ["updated_at", "2020-11-17 21:02:56.873725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.874419"], ["updated_at", "2020-11-17 21:02:56.874419"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.875040"], ["updated_at", "2020-11-17 21:02:56.875040"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.875632"], ["updated_at", "2020-11-17 21:02:56.875632"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.876222"], ["updated_at", "2020-11-17 21:02:56.876222"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.876810"], ["updated_at", "2020-11-17 21:02:56.876810"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:56.877453"], ["updated_at", "2020-11-17 21:02:56.877453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:56.878092"], ["updated_at", "2020-11-17 21:02:56.878092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:56.878734"], ["updated_at", "2020-11-17 21:02:56.878734"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:56.879343"], ["updated_at", "2020-11-17 21:02:56.879343"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:56.879953"], ["updated_at", "2020-11-17 21:02:56.879953"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Nisi perferendis et."], ["created_at", "2020-11-17 21:02:56.913108"], ["updated_at", "2020-11-17 21:02:56.913108"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Fuga atque consectetur est."], ["created_at", "2020-11-17 21:02:56.915214"], ["updated_at", "2020-11-17 21:02:56.915214"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Ut est enim."], ["created_at", "2020-11-17 21:02:56.917823"], ["updated_at", "2020-11-17 21:02:56.917823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Facere vitae itaque."], ["created_at", "2020-11-17 21:02:56.921155"], ["updated_at", "2020-11-17 21:02:56.921155"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Odio sequi non ea."], ["created_at", "2020-11-17 21:02:56.922722"], ["updated_at", "2020-11-17 21:02:56.922722"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Tempore qui quis."], ["created_at", "2020-11-17 21:02:56.924052"], ["updated_at", "2020-11-17 21:02:56.924052"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.926168"], ["updated_at", "2020-11-17 21:02:56.926168"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Laudantium odio nostrum."], ["created_at", "2020-11-17 21:02:56.950315"], ["updated_at", "2020-11-17 21:02:56.950315"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Expedita minus ut a."], ["created_at", "2020-11-17 21:02:56.952742"], ["updated_at", "2020-11-17 21:02:56.952742"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Qui et consequuntur."], ["created_at", "2020-11-17 21:02:56.954441"], ["updated_at", "2020-11-17 21:02:56.954441"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Nesciunt dolore ratione tempore."], ["created_at", "2020-11-17 21:02:56.955913"], ["updated_at", "2020-11-17 21:02:56.955913"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Neque voluptatem incidunt."], ["created_at", "2020-11-17 21:02:56.957353"], ["updated_at", "2020-11-17 21:02:56.957353"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:02:56.964485"], ["updated_at", "2020-11-17 21:02:56.964485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:02:56.966770"], ["updated_at", "2020-11-17 21:02:56.966770"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:02:56.968887"], ["updated_at", "2020-11-17 21:02:56.968887"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:02:56.970353"], ["updated_at", "2020-11-17 21:02:56.970353"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:02:56.971632"], ["updated_at", "2020-11-17 21:02:56.971632"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-17 21:02:56.982081"], ["updated_at", "2020-11-17 21:02:56.982081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-17 21:02:56.983677"], ["updated_at", "2020-11-17 21:02:56.983677"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-17 21:02:56.985000"], ["updated_at", "2020-11-17 21:02:56.985000"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-17 21:02:56.986291"], ["updated_at", "2020-11-17 21:02:56.986291"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-17 21:02:56.987544"], ["updated_at", "2020-11-17 21:02:56.987544"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.988961"], ["updated_at", "2020-11-17 21:02:56.988961"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.990294"], ["updated_at", "2020-11-17 21:02:56.990294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.991526"], ["updated_at", "2020-11-17 21:02:56.991526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.992893"], ["updated_at", "2020-11-17 21:02:56.992893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:56.994472"], ["updated_at", "2020-11-17 21:02:56.994472"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:02:57.001435"], ["updated_at", "2020-11-17 21:02:57.001435"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:02:57.002671"], ["updated_at", "2020-11-17 21:02:57.002671"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:02:57.003796"], ["updated_at", "2020-11-17 21:02:57.003796"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:02:57.004921"], ["updated_at", "2020-11-17 21:02:57.004921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:02:57.006041"], ["updated_at", "2020-11-17 21:02:57.006041"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:57.006758"], ["updated_at", "2020-11-17 21:02:57.006758"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:57.007432"], ["updated_at", "2020-11-17 21:02:57.007432"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:57.008057"], ["updated_at", "2020-11-17 21:02:57.008057"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:57.008671"], ["updated_at", "2020-11-17 21:02:57.008671"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:57.009302"], ["updated_at", "2020-11-17 21:02:57.009302"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:57.009970"], ["updated_at", "2020-11-17 21:02:57.009970"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:57.010658"], ["updated_at", "2020-11-17 21:02:57.010658"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:57.011306"], ["updated_at", "2020-11-17 21:02:57.011306"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:57.011941"], ["updated_at", "2020-11-17 21:02:57.011941"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:57.012580"], ["updated_at", "2020-11-17 21:02:57.012580"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Fuga quos eos."], ["created_at", "2020-11-17 21:02:57.013870"], ["updated_at", "2020-11-17 21:02:57.013870"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Ea sed eos sapiente."], ["created_at", "2020-11-17 21:02:57.015165"], ["updated_at", "2020-11-17 21:02:57.015165"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Vero ut voluptatem."], ["created_at", "2020-11-17 21:02:57.016394"], ["updated_at", "2020-11-17 21:02:57.016394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Dolorum non quis cupiditate."], ["created_at", "2020-11-17 21:02:57.017635"], ["updated_at", "2020-11-17 21:02:57.017635"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Maxime aut sequi."], ["created_at", "2020-11-17 21:02:57.018870"], ["updated_at", "2020-11-17 21:02:57.018870"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-17 21:02:57.024868"], ["updated_at", "2020-11-17 21:02:57.024868"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-17 21:02:57.026135"], ["updated_at", "2020-11-17 21:02:57.026135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:02:57.027258"], ["updated_at", "2020-11-17 21:02:57.027258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:02:57.028383"], ["updated_at", "2020-11-17 21:02:57.028383"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:02:57.029512"], ["updated_at", "2020-11-17 21:02:57.029512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-17 21:02:57.038067"], ["updated_at", "2020-11-17 21:02:57.038067"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 21:02:57.039324"], ["updated_at", "2020-11-17 21:02:57.039324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (1.9ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 21:02:57.051402"], ["updated_at", "2020-11-17 21:02:57.051402"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-17 21:02:57.055399"], ["updated_at", "2020-11-17 21:02:57.055399"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 21:02:57.057143"], ["updated_at", "2020-11-17 21:02:57.057143"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:57.058673"], ["updated_at", "2020-11-17 21:02:57.058673"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:57.060108"], ["updated_at", "2020-11-17 21:02:57.060108"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:57.061494"], ["updated_at", "2020-11-17 21:02:57.061494"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:57.062863"], ["updated_at", "2020-11-17 21:02:57.062863"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:57.064221"], ["updated_at", "2020-11-17 21:02:57.064221"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:02:57.072900"], ["updated_at", "2020-11-17 21:02:57.072900"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-17 21:02:57.074329"], ["updated_at", "2020-11-17 21:02:57.074329"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-17 21:02:57.075661"], ["updated_at", "2020-11-17 21:02:57.075661"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-17 21:02:57.076992"], ["updated_at", "2020-11-17 21:02:57.076992"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-17 21:02:57.078311"], ["updated_at", "2020-11-17 21:02:57.078311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:57.079131"], ["updated_at", "2020-11-17 21:02:57.079131"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:57.079864"], ["updated_at", "2020-11-17 21:02:57.079864"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:57.080582"], ["updated_at", "2020-11-17 21:02:57.080582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:57.081302"], ["updated_at", "2020-11-17 21:02:57.081302"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:57.081991"], ["updated_at", "2020-11-17 21:02:57.081991"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:57.082727"], ["updated_at", "2020-11-17 21:02:57.082727"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:57.083483"], ["updated_at", "2020-11-17 21:02:57.083483"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:57.084203"], ["updated_at", "2020-11-17 21:02:57.084203"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:57.084923"], ["updated_at", "2020-11-17 21:02:57.084923"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:57.085649"], ["updated_at", "2020-11-17 21:02:57.085649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Dolor velit inventore."], ["created_at", "2020-11-17 21:02:57.087096"], ["updated_at", "2020-11-17 21:02:57.087096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Vel cupiditate molestias omnis."], ["created_at", "2020-11-17 21:02:57.088512"], ["updated_at", "2020-11-17 21:02:57.088512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Quam tempore cum."], ["created_at", "2020-11-17 21:02:57.089834"], ["updated_at", "2020-11-17 21:02:57.089834"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Ut deserunt ut pariatur."], ["created_at", "2020-11-17 21:02:57.091148"], ["updated_at", "2020-11-17 21:02:57.091148"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("string", "created_at", "updated_at") VALUES (?, ?, ?) [["string", "Unde odio cumque."], ["created_at", "2020-11-17 21:02:57.092457"], ["updated_at", "2020-11-17 21:02:57.092457"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-17 21:02:57.098595"], ["updated_at", "2020-11-17 21:02:57.098595"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-17 21:02:57.099855"], ["updated_at", "2020-11-17 21:02:57.099855"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-17 21:02:57.101018"], ["updated_at", "2020-11-17 21:02:57.101018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:02:57.102436"], ["updated_at", "2020-11-17 21:02:57.102436"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-17 21:02:57.103632"], ["updated_at", "2020-11-17 21:02:57.103632"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 14], ["created_at", "2020-11-17 21:02:57.112251"], ["updated_at", "2020-11-17 21:02:57.112251"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 11], ["created_at", "2020-11-17 21:02:57.113533"], ["updated_at", "2020-11-17 21:02:57.113533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-17 21:02:57.114672"], ["updated_at", "2020-11-17 21:02:57.114672"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 11], ["created_at", "2020-11-17 21:02:57.115820"], ["updated_at", "2020-11-17 21:02:57.115820"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 11], ["created_at", "2020-11-17 21:02:57.116957"], ["updated_at", "2020-11-17 21:02:57.116957"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:57.118238"], ["updated_at", "2020-11-17 21:02:57.118238"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:57.119540"], ["updated_at", "2020-11-17 21:02:57.119540"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:57.120875"], ["updated_at", "2020-11-17 21:02:57.120875"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:57.122024"], ["updated_at", "2020-11-17 21:02:57.122024"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:02:57.123121"], ["updated_at", "2020-11-17 21:02:57.123121"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-17 21:02:57.130334"], ["updated_at", "2020-11-17 21:02:57.130334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:02:57.131528"], ["updated_at", "2020-11-17 21:02:57.131528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-17 21:02:57.132611"], ["updated_at", "2020-11-17 21:02:57.132611"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:02:57.133741"], ["updated_at", "2020-11-17 21:02:57.133741"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-17 21:02:57.134854"], ["updated_at", "2020-11-17 21:02:57.134854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:57.135567"], ["updated_at", "2020-11-17 21:02:57.135567"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:57.136220"], ["updated_at", "2020-11-17 21:02:57.136220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:57.136843"], ["updated_at", "2020-11-17 21:02:57.136843"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:57.137483"], ["updated_at", "2020-11-17 21:02:57.137483"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:02:57.138099"], ["updated_at", "2020-11-17 21:02:57.138099"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:57.138751"], ["updated_at", "2020-11-17 21:02:57.138751"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:57.139408"], ["updated_at", "2020-11-17 21:02:57.139408"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:57.140056"], ["updated_at", "2020-11-17 21:02:57.140056"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:57.140694"], ["updated_at", "2020-11-17 21:02:57.140694"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:02:57.141344"], ["updated_at", "2020-11-17 21:02:57.141344"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.3ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 0.720512810098025], ["string", "Hic sapiente natus."], ["date", "2019-12-19"], ["time", "2000-01-01 14:21:18.042952"], ["datetime", "2020-11-17 15:44:04.361129"], ["created_at", "2020-11-17 21:03:44.796141"], ["updated_at", "2020-11-17 21:03:44.796141"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 12.9237733707818], ["string", "Earum sit dolores recusandae."], ["date", "2020-03-05"], ["time", "2000-01-01 10:34:57.700922"], ["datetime", "2020-11-16 23:48:37.376197"], ["created_at", "2020-11-17 21:03:44.798250"], ["updated_at", "2020-11-17 21:03:44.798250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 19.2326335293576], ["string", "Quo pariatur ipsa."], ["date", "2020-05-16"], ["time", "2000-01-01 04:49:49.983894"], ["datetime", "2020-11-17 04:35:10.012324"], ["created_at", "2020-11-17 21:03:44.799665"], ["updated_at", "2020-11-17 21:03:44.799665"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 5.43096290032611], ["string", "Ex et cumque consequatur."], ["date", "2018-12-12"], ["time", "2000-01-01 16:20:27.684307"], ["datetime", "2020-11-17 14:46:54.732718"], ["created_at", "2020-11-17 21:03:44.800995"], ["updated_at", "2020-11-17 21:03:44.800995"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 10.1232653579582], ["string", "Nihil dolores necessitatibus."], ["date", "2021-09-12"], ["time", "2000-01-01 14:48:46.482606"], ["datetime", "2020-11-17 09:14:49.356051"], ["created_at", "2020-11-17 21:03:44.802340"], ["updated_at", "2020-11-17 21:03:44.802340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 26.4532418698649], ["string", "Voluptate voluptatum aut."], ["created_at", "2020-11-17 21:03:44.808044"], ["updated_at", "2020-11-17 21:03:44.808044"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 2.47513559618813], ["string", "Nemo neque illum nesciunt."], ["created_at", "2020-11-17 21:03:44.809158"], ["updated_at", "2020-11-17 21:03:44.809158"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 22.4463368098215], ["string", "Excepturi neque dolorem."], ["created_at", "2020-11-17 21:03:44.810127"], ["updated_at", "2020-11-17 21:03:44.810127"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 20.03819072368], ["string", "Dolorem officia fugiat aperiam."], ["created_at", "2020-11-17 21:03:44.811076"], ["updated_at", "2020-11-17 21:03:44.811076"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 5.3685579194235], ["string", "Iure quia voluptas."], ["created_at", "2020-11-17 21:03:44.812035"], ["updated_at", "2020-11-17 21:03:44.812035"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:03:44.818531"], ["updated_at", "2020-11-17 21:03:44.818531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:03:44.819917"], ["updated_at", "2020-11-17 21:03:44.819917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:03:44.821079"], ["updated_at", "2020-11-17 21:03:44.821079"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:03:44.822205"], ["updated_at", "2020-11-17 21:03:44.822205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:03:44.823323"], ["updated_at", "2020-11-17 21:03:44.823323"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-17 21:03:44.828728"], ["updated_at", "2020-11-17 21:03:44.828728"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-17 21:03:44.830466"], ["updated_at", "2020-11-17 21:03:44.830466"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-17 21:03:44.832038"], ["updated_at", "2020-11-17 21:03:44.832038"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-17 21:03:44.833583"], ["updated_at", "2020-11-17 21:03:44.833583"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-17 21:03:44.835110"], ["updated_at", "2020-11-17 21:03:44.835110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-17 21:03:44.839949"], ["updated_at", "2020-11-17 21:03:44.839949"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-17 21:03:44.841343"], ["updated_at", "2020-11-17 21:03:44.841343"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 21:03:44.842501"], ["updated_at", "2020-11-17 21:03:44.842501"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-17 21:03:44.843676"], ["updated_at", "2020-11-17 21:03:44.843676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 21:03:44.844834"], ["updated_at", "2020-11-17 21:03:44.844834"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:44.849569"], ["updated_at", "2020-11-17 21:03:44.849569"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:44.850893"], ["updated_at", "2020-11-17 21:03:44.850893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:44.852034"], ["updated_at", "2020-11-17 21:03:44.852034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:44.853162"], ["updated_at", "2020-11-17 21:03:44.853162"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:44.854296"], ["updated_at", "2020-11-17 21:03:44.854296"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:03:44.867829"], ["updated_at", "2020-11-17 21:03:44.867829"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:03:44.869089"], ["updated_at", "2020-11-17 21:03:44.869089"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:03:44.870237"], ["updated_at", "2020-11-17 21:03:44.870237"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:03:44.871330"], ["updated_at", "2020-11-17 21:03:44.871330"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:03:44.872443"], ["updated_at", "2020-11-17 21:03:44.872443"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:44.875793"], ["updated_at", "2020-11-17 21:03:44.875793"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:44.876536"], ["updated_at", "2020-11-17 21:03:44.876536"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:44.877195"], ["updated_at", "2020-11-17 21:03:44.877195"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:44.877830"], ["updated_at", "2020-11-17 21:03:44.877830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:44.878445"], ["updated_at", "2020-11-17 21:03:44.878445"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:44.895354"], ["updated_at", "2020-11-17 21:03:44.895354"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:44.896466"], ["updated_at", "2020-11-17 21:03:44.896466"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:44.897296"], ["updated_at", "2020-11-17 21:03:44.897296"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:44.898113"], ["updated_at", "2020-11-17 21:03:44.898113"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:44.898885"], ["updated_at", "2020-11-17 21:03:44.898885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 29], ["decimal", 37.9147171246996], ["string", "Atque animi id."], ["date", "2019-07-01"], ["time", "2000-01-01 19:18:29.901031"], ["datetime", "2020-11-17 02:07:42.179503"], ["created_at", "2020-11-17 21:03:44.900352"], ["updated_at", "2020-11-17 21:03:44.900352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 1.33974285512532], ["string", "Corrupti provident exercitationem impedit."], ["date", "2020-11-05"], ["time", "2000-01-01 11:09:47.034671"], ["datetime", "2020-11-17 18:23:36.400566"], ["created_at", "2020-11-17 21:03:44.902137"], ["updated_at", "2020-11-17 21:03:44.902137"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 0.562739448896709], ["string", "Ratione deleniti eius."], ["date", "2020-08-05"], ["time", "2000-01-01 07:06:17.036217"], ["datetime", "2020-11-17 14:58:09.889679"], ["created_at", "2020-11-17 21:03:44.903833"], ["updated_at", "2020-11-17 21:03:44.903833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 14.7700277982931], ["string", "Recusandae qui sequi accusamus."], ["date", "2022-02-22"], ["time", "2000-01-01 05:01:30.005700"], ["datetime", "2020-11-17 14:11:46.909632"], ["created_at", "2020-11-17 21:03:44.905479"], ["updated_at", "2020-11-17 21:03:44.905479"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 10.016441050153], ["string", "Aut voluptatem est."], ["date", "2021-10-24"], ["time", "2000-01-01 11:58:25.326852"], ["datetime", "2020-11-17 04:51:37.044570"], ["created_at", "2020-11-17 21:03:44.907057"], ["updated_at", "2020-11-17 21:03:44.907057"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1035], ["decimal", 18.5970138604423], ["string", "Ea accusantium sequi."], ["created_at", "2020-11-17 21:03:44.908470"], ["updated_at", "2020-11-17 21:03:44.908470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 14.6097386359679], ["string", "Omnis fuga magni id."], ["created_at", "2020-11-17 21:03:44.909662"], ["updated_at", "2020-11-17 21:03:44.909662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1035], ["decimal", 5.69028463735937], ["string", "Commodi ea odit."], ["created_at", "2020-11-17 21:03:44.910784"], ["updated_at", "2020-11-17 21:03:44.910784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 31.2541814692098], ["string", "Placeat expedita eius earum."], ["created_at", "2020-11-17 21:03:44.911900"], ["updated_at", "2020-11-17 21:03:44.911900"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 17.7909025412195], ["string", "Quia blanditiis accusamus."], ["created_at", "2020-11-17 21:03:44.912989"], ["updated_at", "2020-11-17 21:03:44.912989"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:03:44.914533"], ["updated_at", "2020-11-17 21:03:44.914533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-17 21:03:44.915878"], ["updated_at", "2020-11-17 21:03:44.915878"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-17 21:03:44.917151"], ["updated_at", "2020-11-17 21:03:44.917151"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-17 21:03:44.918442"], ["updated_at", "2020-11-17 21:03:44.918442"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:03:44.919715"], ["updated_at", "2020-11-17 21:03:44.919715"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 9], ["created_at", "2020-11-17 21:03:44.921504"], ["updated_at", "2020-11-17 21:03:44.921504"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 7], ["created_at", "2020-11-17 21:03:44.923187"], ["updated_at", "2020-11-17 21:03:44.923187"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 10], ["created_at", "2020-11-17 21:03:44.924756"], ["updated_at", "2020-11-17 21:03:44.924756"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 7], ["created_at", "2020-11-17 21:03:44.926319"], ["updated_at", "2020-11-17 21:03:44.926319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 1], ["created_at", "2020-11-17 21:03:44.927894"], ["updated_at", "2020-11-17 21:03:44.927894"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-17 21:03:44.929112"], ["updated_at", "2020-11-17 21:03:44.929112"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 21:03:44.930348"], ["updated_at", "2020-11-17 21:03:44.930348"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-17 21:03:44.931562"], ["updated_at", "2020-11-17 21:03:44.931562"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-17 21:03:44.932746"], ["updated_at", "2020-11-17 21:03:44.932746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 21:03:44.933910"], ["updated_at", "2020-11-17 21:03:44.933910"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:03:44.935322"], ["updated_at", "2020-11-17 21:03:44.935322"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:03:44.936475"], ["updated_at", "2020-11-17 21:03:44.936475"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:03:44.937588"], ["updated_at", "2020-11-17 21:03:44.937588"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:03:44.938690"], ["updated_at", "2020-11-17 21:03:44.938690"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:03:44.939790"], ["updated_at", "2020-11-17 21:03:44.939790"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-17 21:03:44.946699"], ["updated_at", "2020-11-17 21:03:44.946699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:03:44.947906"], ["updated_at", "2020-11-17 21:03:44.947906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:03:44.949036"], ["updated_at", "2020-11-17 21:03:44.949036"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:03:44.950159"], ["updated_at", "2020-11-17 21:03:44.950159"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:03:44.951334"], ["updated_at", "2020-11-17 21:03:44.951334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:44.952124"], ["updated_at", "2020-11-17 21:03:44.952124"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:44.952802"], ["updated_at", "2020-11-17 21:03:44.952802"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:44.953446"], ["updated_at", "2020-11-17 21:03:44.953446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:44.954069"], ["updated_at", "2020-11-17 21:03:44.954069"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:44.954690"], ["updated_at", "2020-11-17 21:03:44.954690"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:44.955353"], ["updated_at", "2020-11-17 21:03:44.955353"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:44.956014"], ["updated_at", "2020-11-17 21:03:44.956014"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:44.956670"], ["updated_at", "2020-11-17 21:03:44.956670"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:44.957323"], ["updated_at", "2020-11-17 21:03:44.957323"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:44.957962"], ["updated_at", "2020-11-17 21:03:44.957962"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 25], ["decimal", 0.366316906256437], ["string", "Enim eos quod."], ["date", "2020-10-31"], ["time", "2000-01-01 21:12:04.255762"], ["datetime", "2020-11-16 23:58:11.281549"], ["created_at", "2020-11-17 21:03:44.959200"], ["updated_at", "2020-11-17 21:03:44.959200"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 8.22611250623238], ["string", "Qui rerum perferendis aspernatur."], ["date", "2022-10-16"], ["time", "2000-01-01 15:10:16.627687"], ["datetime", "2020-11-17 20:02:53.390861"], ["created_at", "2020-11-17 21:03:44.960650"], ["updated_at", "2020-11-17 21:03:44.960650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 1.85783115244401], ["string", "Aut aut totam."], ["date", "2020-02-20"], ["time", "2000-01-01 22:21:14.548931"], ["datetime", "2020-11-17 03:50:59.229195"], ["created_at", "2020-11-17 21:03:44.962009"], ["updated_at", "2020-11-17 21:03:44.962009"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 1.95245842079493], ["string", "Unde labore dolorem adipisci."], ["date", "2020-12-23"], ["time", "2000-01-01 13:45:08.065522"], ["datetime", "2020-11-17 11:02:09.635194"], ["created_at", "2020-11-17 21:03:44.963363"], ["updated_at", "2020-11-17 21:03:44.963363"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 21.4005929343768], ["string", "Et officia ut."], ["date", "2022-01-22"], ["time", "2000-01-01 02:17:17.322805"], ["datetime", "2020-11-16 23:11:10.723238"], ["created_at", "2020-11-17 21:03:44.964705"], ["updated_at", "2020-11-17 21:03:44.964705"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 34.0063996123908], ["string", "Hic aliquid aperiam."], ["created_at", "2020-11-17 21:03:44.965919"], ["updated_at", "2020-11-17 21:03:44.965919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 1.24893076589644], ["string", "Ut reprehenderit vel eos."], ["created_at", "2020-11-17 21:03:44.966899"], ["updated_at", "2020-11-17 21:03:44.966899"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 1.9719022531781], ["string", "Sapiente assumenda fugiat."], ["created_at", "2020-11-17 21:03:44.967845"], ["updated_at", "2020-11-17 21:03:44.967845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 10.5876631710897], ["string", "Aspernatur et quibusdam corporis."], ["created_at", "2020-11-17 21:03:44.968764"], ["updated_at", "2020-11-17 21:03:44.968764"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1022], ["decimal", 7.53629562014317], ["string", "Itaque ut cum."], ["created_at", "2020-11-17 21:03:44.969709"], ["updated_at", "2020-11-17 21:03:44.969709"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:03:44.971045"], ["updated_at", "2020-11-17 21:03:44.971045"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:03:44.972215"], ["updated_at", "2020-11-17 21:03:44.972215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-17 21:03:44.973334"], ["updated_at", "2020-11-17 21:03:44.973334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-17 21:03:44.974447"], ["updated_at", "2020-11-17 21:03:44.974447"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-17 21:03:44.975559"], ["updated_at", "2020-11-17 21:03:44.975559"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 14], ["created_at", "2020-11-17 21:03:44.977160"], ["updated_at", "2020-11-17 21:03:44.977160"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 8], ["created_at", "2020-11-17 21:03:44.978737"], ["updated_at", "2020-11-17 21:03:44.978737"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 14], ["created_at", "2020-11-17 21:03:44.980265"], ["updated_at", "2020-11-17 21:03:44.980265"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 11], ["created_at", "2020-11-17 21:03:44.981794"], ["updated_at", "2020-11-17 21:03:44.981794"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 6], ["created_at", "2020-11-17 21:03:44.983336"], ["updated_at", "2020-11-17 21:03:44.983336"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-17 21:03:44.984552"], ["updated_at", "2020-11-17 21:03:44.984552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-17 21:03:44.985753"], ["updated_at", "2020-11-17 21:03:44.985753"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-17 21:03:44.986896"], ["updated_at", "2020-11-17 21:03:44.986896"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 21:03:44.988068"], ["updated_at", "2020-11-17 21:03:44.988068"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-17 21:03:44.989224"], ["updated_at", "2020-11-17 21:03:44.989224"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:03:44.990400"], ["updated_at", "2020-11-17 21:03:44.990400"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:03:44.991524"], ["updated_at", "2020-11-17 21:03:44.991524"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:03:44.992610"], ["updated_at", "2020-11-17 21:03:44.992610"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:03:44.993709"], ["updated_at", "2020-11-17 21:03:44.993709"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:03:44.994785"], ["updated_at", "2020-11-17 21:03:44.994785"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-17 21:03:45.001543"], ["updated_at", "2020-11-17 21:03:45.001543"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-17 21:03:45.002854"], ["updated_at", "2020-11-17 21:03:45.002854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:03:45.003999"], ["updated_at", "2020-11-17 21:03:45.003999"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:03:45.005102"], ["updated_at", "2020-11-17 21:03:45.005102"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-17 21:03:45.006229"], ["updated_at", "2020-11-17 21:03:45.006229"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.006954"], ["updated_at", "2020-11-17 21:03:45.006954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.007595"], ["updated_at", "2020-11-17 21:03:45.007595"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.008213"], ["updated_at", "2020-11-17 21:03:45.008213"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.008821"], ["updated_at", "2020-11-17 21:03:45.008821"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.009453"], ["updated_at", "2020-11-17 21:03:45.009453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.010114"], ["updated_at", "2020-11-17 21:03:45.010114"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.010766"], ["updated_at", "2020-11-17 21:03:45.010766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.011393"], ["updated_at", "2020-11-17 21:03:45.011393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.012030"], ["updated_at", "2020-11-17 21:03:45.012030"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.012655"], ["updated_at", "2020-11-17 21:03:45.012655"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 11.2460182150481], ["string", "Fugiat nihil quibusdam."], ["date", "2018-11-27"], ["time", "2000-01-01 17:48:32.715718"], ["datetime", "2020-11-17 06:32:35.591258"], ["created_at", "2020-11-17 21:03:45.019249"], ["updated_at", "2020-11-17 21:03:45.019249"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 7.3078509577927], ["string", "Porro vel molestiae odit."], ["date", "2020-08-17"], ["time", "2000-01-01 04:25:04.546969"], ["datetime", "2020-11-16 21:24:04.356345"], ["created_at", "2020-11-17 21:03:45.022072"], ["updated_at", "2020-11-17 21:03:45.022072"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 10.153438035539], ["string", "Reprehenderit est rem."], ["date", "2022-10-13"], ["time", "2000-01-01 10:21:10.139535"], ["datetime", "2020-11-17 11:09:15.661397"], ["created_at", "2020-11-17 21:03:45.024111"], ["updated_at", "2020-11-17 21:03:45.024111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 24.9024388682544], ["string", "Repellendus ex consequatur quia."], ["date", "2021-11-04"], ["time", "2000-01-01 05:41:51.089480"], ["datetime", "2020-11-17 16:01:04.177572"], ["created_at", "2020-11-17 21:03:45.025956"], ["updated_at", "2020-11-17 21:03:45.025956"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 7.21893971645549], ["string", "Nulla libero error."], ["date", "2019-01-11"], ["time", "2000-01-01 22:09:20.689282"], ["datetime", "2020-11-17 15:32:16.677071"], ["created_at", "2020-11-17 21:03:45.028292"], ["updated_at", "2020-11-17 21:03:45.028292"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 14.2087958258045], ["string", "Est voluptatem perspiciatis."], ["created_at", "2020-11-17 21:03:45.030489"], ["updated_at", "2020-11-17 21:03:45.030489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 8.96570702008909], ["string", "Mollitia a rerum sunt."], ["created_at", "2020-11-17 21:03:45.032745"], ["updated_at", "2020-11-17 21:03:45.032745"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 5.94416747771215], ["string", "Sunt minus perferendis."], ["created_at", "2020-11-17 21:03:45.034357"], ["updated_at", "2020-11-17 21:03:45.034357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1024], ["decimal", 32.191198586821], ["string", "Labore sunt facilis aut."], ["created_at", "2020-11-17 21:03:45.035681"], ["updated_at", "2020-11-17 21:03:45.035681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 3.65068455349107], ["string", "Assumenda itaque nisi."], ["created_at", "2020-11-17 21:03:45.036741"], ["updated_at", "2020-11-17 21:03:45.036741"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:03:45.038227"], ["updated_at", "2020-11-17 21:03:45.038227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:03:45.039419"], ["updated_at", "2020-11-17 21:03:45.039419"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:03:45.040556"], ["updated_at", "2020-11-17 21:03:45.040556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:03:45.041701"], ["updated_at", "2020-11-17 21:03:45.041701"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:03:45.042868"], ["updated_at", "2020-11-17 21:03:45.042868"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-17 21:03:45.044464"], ["updated_at", "2020-11-17 21:03:45.044464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-17 21:03:45.046035"], ["updated_at", "2020-11-17 21:03:45.046035"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-17 21:03:45.047655"], ["updated_at", "2020-11-17 21:03:45.047655"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-17 21:03:45.049403"], ["updated_at", "2020-11-17 21:03:45.049403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-17 21:03:45.050908"], ["updated_at", "2020-11-17 21:03:45.050908"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-17 21:03:45.052097"], ["updated_at", "2020-11-17 21:03:45.052097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-17 21:03:45.053235"], ["updated_at", "2020-11-17 21:03:45.053235"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 21:03:45.054384"], ["updated_at", "2020-11-17 21:03:45.054384"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-17 21:03:45.055509"], ["updated_at", "2020-11-17 21:03:45.055509"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-17 21:03:45.056605"], ["updated_at", "2020-11-17 21:03:45.056605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.057860"], ["updated_at", "2020-11-17 21:03:45.057860"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.059016"], ["updated_at", "2020-11-17 21:03:45.059016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.060320"], ["updated_at", "2020-11-17 21:03:45.060320"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.062152"], ["updated_at", "2020-11-17 21:03:45.062152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.063908"], ["updated_at", "2020-11-17 21:03:45.063908"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:03:45.070771"], ["updated_at", "2020-11-17 21:03:45.070771"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:03:45.071970"], ["updated_at", "2020-11-17 21:03:45.071970"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:03:45.073084"], ["updated_at", "2020-11-17 21:03:45.073084"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:03:45.074237"], ["updated_at", "2020-11-17 21:03:45.074237"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:03:45.075336"], ["updated_at", "2020-11-17 21:03:45.075336"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.076040"], ["updated_at", "2020-11-17 21:03:45.076040"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.076732"], ["updated_at", "2020-11-17 21:03:45.076732"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.077365"], ["updated_at", "2020-11-17 21:03:45.077365"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.077982"], ["updated_at", "2020-11-17 21:03:45.077982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.078598"], ["updated_at", "2020-11-17 21:03:45.078598"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.079267"], ["updated_at", "2020-11-17 21:03:45.079267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.079933"], ["updated_at", "2020-11-17 21:03:45.079933"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.080572"], ["updated_at", "2020-11-17 21:03:45.080572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.081208"], ["updated_at", "2020-11-17 21:03:45.081208"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.081822"], ["updated_at", "2020-11-17 21:03:45.081822"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 6.04628031505734], ["string", "Minus omnis ipsa."], ["date", "2021-10-20"], ["time", "2000-01-01 08:37:44.933941"], ["datetime", "2020-11-17 04:34:28.813633"], ["created_at", "2020-11-17 21:03:45.083121"], ["updated_at", "2020-11-17 21:03:45.083121"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 1.28195607288243], ["string", "Sed aliquam quia molestias."], ["date", "2020-03-25"], ["time", "2000-01-01 15:34:21.950946"], ["datetime", "2020-11-17 12:27:41.173728"], ["created_at", "2020-11-17 21:03:45.084638"], ["updated_at", "2020-11-17 21:03:45.084638"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 15.4452053002299], ["string", "Asperiores aut quo."], ["date", "2019-10-23"], ["time", "2000-01-01 03:10:02.378785"], ["datetime", "2020-11-17 19:11:15.258906"], ["created_at", "2020-11-17 21:03:45.086229"], ["updated_at", "2020-11-17 21:03:45.086229"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 2.3825490687614], ["string", "Inventore exercitationem magnam vero."], ["date", "2019-01-21"], ["time", "2000-01-01 17:19:56.069134"], ["datetime", "2020-11-17 06:45:13.209737"], ["created_at", "2020-11-17 21:03:45.087696"], ["updated_at", "2020-11-17 21:03:45.087696"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 29], ["decimal", 17.8952212982376], ["string", "Minus et et."], ["date", "2020-02-23"], ["time", "2000-01-01 05:13:06.513598"], ["datetime", "2020-11-17 01:08:47.495571"], ["created_at", "2020-11-17 21:03:45.089046"], ["updated_at", "2020-11-17 21:03:45.089046"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 1.53022171324923], ["string", "Odio ex explicabo."], ["created_at", "2020-11-17 21:03:45.090279"], ["updated_at", "2020-11-17 21:03:45.090279"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 1.24324444483385], ["string", "Ut repellendus cupiditate dolorem."], ["created_at", "2020-11-17 21:03:45.091259"], ["updated_at", "2020-11-17 21:03:45.091259"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 1.69273039103883], ["string", "Et officia odit."], ["created_at", "2020-11-17 21:03:45.092215"], ["updated_at", "2020-11-17 21:03:45.092215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 0.598458441344816], ["string", "Totam ipsa quia aliquam."], ["created_at", "2020-11-17 21:03:45.093169"], ["updated_at", "2020-11-17 21:03:45.093169"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 13.0998218921508], ["string", "Corrupti quasi aut."], ["created_at", "2020-11-17 21:03:45.094092"], ["updated_at", "2020-11-17 21:03:45.094092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:03:45.095430"], ["updated_at", "2020-11-17 21:03:45.095430"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-17 21:03:45.096592"], ["updated_at", "2020-11-17 21:03:45.096592"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:03:45.097707"], ["updated_at", "2020-11-17 21:03:45.097707"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-17 21:03:45.098811"], ["updated_at", "2020-11-17 21:03:45.098811"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:03:45.099906"], ["updated_at", "2020-11-17 21:03:45.099906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 8], ["created_at", "2020-11-17 21:03:45.101519"], ["updated_at", "2020-11-17 21:03:45.101519"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 9], ["created_at", "2020-11-17 21:03:45.103067"], ["updated_at", "2020-11-17 21:03:45.103067"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 1], ["created_at", "2020-11-17 21:03:45.104609"], ["updated_at", "2020-11-17 21:03:45.104609"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 3], ["created_at", "2020-11-17 21:03:45.106155"], ["updated_at", "2020-11-17 21:03:45.106155"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 10], ["created_at", "2020-11-17 21:03:45.107687"], ["updated_at", "2020-11-17 21:03:45.107687"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-17 21:03:45.108862"], ["updated_at", "2020-11-17 21:03:45.108862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-17 21:03:45.110062"], ["updated_at", "2020-11-17 21:03:45.110062"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-17 21:03:45.111220"], ["updated_at", "2020-11-17 21:03:45.111220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-17 21:03:45.112337"], ["updated_at", "2020-11-17 21:03:45.112337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-17 21:03:45.113499"], ["updated_at", "2020-11-17 21:03:45.113499"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:03:45.114683"], ["updated_at", "2020-11-17 21:03:45.114683"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:03:45.115784"], ["updated_at", "2020-11-17 21:03:45.115784"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:03:45.116847"], ["updated_at", "2020-11-17 21:03:45.116847"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:03:45.117926"], ["updated_at", "2020-11-17 21:03:45.117926"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:03:45.118996"], ["updated_at", "2020-11-17 21:03:45.118996"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-17 21:03:45.125658"], ["updated_at", "2020-11-17 21:03:45.125658"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-17 21:03:45.126847"], ["updated_at", "2020-11-17 21:03:45.126847"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-17 21:03:45.127942"], ["updated_at", "2020-11-17 21:03:45.127942"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:03:45.129020"], ["updated_at", "2020-11-17 21:03:45.129020"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:03:45.130166"], ["updated_at", "2020-11-17 21:03:45.130166"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.130876"], ["updated_at", "2020-11-17 21:03:45.130876"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.131519"], ["updated_at", "2020-11-17 21:03:45.131519"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.132134"], ["updated_at", "2020-11-17 21:03:45.132134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.132752"], ["updated_at", "2020-11-17 21:03:45.132752"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.133378"], ["updated_at", "2020-11-17 21:03:45.133378"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.134031"], ["updated_at", "2020-11-17 21:03:45.134031"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.134682"], ["updated_at", "2020-11-17 21:03:45.134682"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.135311"], ["updated_at", "2020-11-17 21:03:45.135311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.135938"], ["updated_at", "2020-11-17 21:03:45.135938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.136565"], ["updated_at", "2020-11-17 21:03:45.136565"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 5.10845363656833], ["string", "Et nesciunt alias."], ["date", "2020-04-14"], ["time", "2000-01-01 02:40:31.734660"], ["datetime", "2020-11-17 13:39:56.923024"], ["created_at", "2020-11-17 21:03:45.137752"], ["updated_at", "2020-11-17 21:03:45.137752"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 13.4525996910509], ["string", "Asperiores nulla quas dolor."], ["date", "2019-10-31"], ["time", "2000-01-01 21:35:12.809250"], ["datetime", "2020-11-17 20:11:06.392771"], ["created_at", "2020-11-17 21:03:45.139117"], ["updated_at", "2020-11-17 21:03:45.139117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 5.50692241221225], ["string", "A dicta voluptatum."], ["date", "2019-03-28"], ["time", "2000-01-01 22:42:38.477383"], ["datetime", "2020-11-17 10:55:10.980013"], ["created_at", "2020-11-17 21:03:45.140420"], ["updated_at", "2020-11-17 21:03:45.140420"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 8.57591591391143], ["string", "Nisi nobis adipisci voluptas."], ["date", "2019-06-01"], ["time", "2000-01-01 12:16:20.735094"], ["datetime", "2020-11-17 13:21:43.291999"], ["created_at", "2020-11-17 21:03:45.141741"], ["updated_at", "2020-11-17 21:03:45.141741"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 3.76232862163824], ["string", "Aut vel corporis."], ["date", "2020-05-05"], ["time", "2000-01-01 07:49:50.112063"], ["datetime", "2020-11-17 04:19:27.802349"], ["created_at", "2020-11-17 21:03:45.143085"], ["updated_at", "2020-11-17 21:03:45.143085"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 4.5116485586263], ["string", "Aut incidunt error."], ["created_at", "2020-11-17 21:03:45.144253"], ["updated_at", "2020-11-17 21:03:45.144253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 20.5853844060835], ["string", "Nobis quos eaque non."], ["created_at", "2020-11-17 21:03:45.145205"], ["updated_at", "2020-11-17 21:03:45.145205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 7.37243191873102], ["string", "Aliquam nesciunt at."], ["created_at", "2020-11-17 21:03:45.146123"], ["updated_at", "2020-11-17 21:03:45.146123"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 2.09555662665419], ["string", "Eum aliquid provident autem."], ["created_at", "2020-11-17 21:03:45.147019"], ["updated_at", "2020-11-17 21:03:45.147019"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1030], ["decimal", 2.56162373015412], ["string", "Corporis quisquam ut."], ["created_at", "2020-11-17 21:03:45.147922"], ["updated_at", "2020-11-17 21:03:45.147922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-17 21:03:45.149220"], ["updated_at", "2020-11-17 21:03:45.149220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-17 21:03:45.150344"], ["updated_at", "2020-11-17 21:03:45.150344"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-17 21:03:45.151403"], ["updated_at", "2020-11-17 21:03:45.151403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-17 21:03:45.152452"], ["updated_at", "2020-11-17 21:03:45.152452"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-17 21:03:45.153556"], ["updated_at", "2020-11-17 21:03:45.153556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 8], ["created_at", "2020-11-17 21:03:45.155603"], ["updated_at", "2020-11-17 21:03:45.155603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 10], ["created_at", "2020-11-17 21:03:45.157145"], ["updated_at", "2020-11-17 21:03:45.157145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 1], ["created_at", "2020-11-17 21:03:45.158607"], ["updated_at", "2020-11-17 21:03:45.158607"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 11], ["created_at", "2020-11-17 21:03:45.160065"], ["updated_at", "2020-11-17 21:03:45.160065"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-17 21:03:45.161530"], ["updated_at", "2020-11-17 21:03:45.161530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-17 21:03:45.162700"], ["updated_at", "2020-11-17 21:03:45.162700"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 14], ["created_at", "2020-11-17 21:03:45.163830"], ["updated_at", "2020-11-17 21:03:45.163830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-17 21:03:45.164974"], ["updated_at", "2020-11-17 21:03:45.164974"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-17 21:03:45.166073"], ["updated_at", "2020-11-17 21:03:45.166073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-17 21:03:45.167146"], ["updated_at", "2020-11-17 21:03:45.167146"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:03:45.168270"], ["updated_at", "2020-11-17 21:03:45.168270"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:03:45.169356"], ["updated_at", "2020-11-17 21:03:45.169356"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:03:45.170399"], ["updated_at", "2020-11-17 21:03:45.170399"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:03:45.171430"], ["updated_at", "2020-11-17 21:03:45.171430"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:03:45.172457"], ["updated_at", "2020-11-17 21:03:45.172457"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:03:45.179028"], ["updated_at", "2020-11-17 21:03:45.179028"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-17 21:03:45.180174"], ["updated_at", "2020-11-17 21:03:45.180174"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-17 21:03:45.181238"], ["updated_at", "2020-11-17 21:03:45.181238"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-17 21:03:45.182293"], ["updated_at", "2020-11-17 21:03:45.182293"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-17 21:03:45.183296"], ["updated_at", "2020-11-17 21:03:45.183296"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.183974"], ["updated_at", "2020-11-17 21:03:45.183974"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.184596"], ["updated_at", "2020-11-17 21:03:45.184596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.185195"], ["updated_at", "2020-11-17 21:03:45.185195"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.185786"], ["updated_at", "2020-11-17 21:03:45.185786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.186371"], ["updated_at", "2020-11-17 21:03:45.186371"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.186993"], ["updated_at", "2020-11-17 21:03:45.186993"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.187619"], ["updated_at", "2020-11-17 21:03:45.187619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.188225"], ["updated_at", "2020-11-17 21:03:45.188225"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.188830"], ["updated_at", "2020-11-17 21:03:45.188830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.189445"], ["updated_at", "2020-11-17 21:03:45.189445"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 26], ["decimal", 0.637353036797434], ["string", "Ut rem qui."], ["date", "2022-05-17"], ["time", "2000-01-01 23:30:12.916092"], ["datetime", "2020-11-17 00:43:22.425916"], ["created_at", "2020-11-17 21:03:45.221160"], ["updated_at", "2020-11-17 21:03:45.221160"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 16.9570350607652], ["string", "Ipsum rerum a enim."], ["date", "2022-01-23"], ["time", "2000-01-01 02:08:55.237397"], ["datetime", "2020-11-17 11:41:28.798313"], ["created_at", "2020-11-17 21:03:45.222730"], ["updated_at", "2020-11-17 21:03:45.222730"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (2.8ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 5.37181040360535], ["string", "Illum et labore."], ["date", "2018-11-22"], ["time", "2000-01-01 09:13:54.128325"], ["datetime", "2020-11-17 12:23:53.717983"], ["created_at", "2020-11-17 21:03:45.224041"], ["updated_at", "2020-11-17 21:03:45.224041"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 35.5770704383664], ["string", "Cupiditate incidunt quia."], ["date", "2019-06-09"], ["time", "2000-01-01 16:53:05.467533"], ["datetime", "2020-11-17 03:02:36.496720"], ["created_at", "2020-11-17 21:03:45.242507"], ["updated_at", "2020-11-17 21:03:45.242507"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 0.214040108612343], ["string", "Ad sunt fugiat et."], ["date", "2021-04-12"], ["time", "2000-01-01 16:10:55.019775"], ["datetime", "2020-11-16 23:25:00.466843"], ["created_at", "2020-11-17 21:03:45.245078"], ["updated_at", "2020-11-17 21:03:45.245078"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 24], ["decimal", 36.293546283062], ["string", "Quos eius et."], ["date", "2019-11-13"], ["time", "2000-01-01 17:29:49.855178"], ["datetime", "2020-11-16 21:10:17.874494"], ["created_at", "2020-11-17 21:03:45.247319"], ["updated_at", "2020-11-17 21:03:45.247319"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.250945"], ["updated_at", "2020-11-17 21:03:45.250945"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 4.4957321851607], ["string", "Tempore sapiente temporibus."], ["date", "2022-05-10"], ["time", "2000-01-01 05:07:29.724914"], ["datetime", "2020-11-17 17:27:56.494513"], ["created_at", "2020-11-17 21:03:45.276853"], ["updated_at", "2020-11-17 21:03:45.276853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 4.66438584033054], ["string", "Ipsum rerum voluptatem numquam."], ["date", "2019-04-11"], ["time", "2000-01-01 23:19:32.275391"], ["datetime", "2020-11-17 05:06:58.794990"], ["created_at", "2020-11-17 21:03:45.279021"], ["updated_at", "2020-11-17 21:03:45.279021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 3.77661884296734], ["string", "Excepturi ducimus sint."], ["date", "2021-07-18"], ["time", "2000-01-01 05:34:57.249371"], ["datetime", "2020-11-17 02:11:54.249662"], ["created_at", "2020-11-17 21:03:45.281272"], ["updated_at", "2020-11-17 21:03:45.281272"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 17.6742091266851], ["string", "Quia aut quisquam corporis."], ["date", "2020-03-03"], ["time", "2000-01-01 19:20:09.671977"], ["datetime", "2020-11-16 22:19:45.326244"], ["created_at", "2020-11-17 21:03:45.283875"], ["updated_at", "2020-11-17 21:03:45.283875"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 13.1603045086999], ["string", "Et excepturi voluptate."], ["date", "2020-10-07"], ["time", "2000-01-01 12:46:21.955431"], ["datetime", "2020-11-17 01:22:07.478379"], ["created_at", "2020-11-17 21:03:45.286016"], ["updated_at", "2020-11-17 21:03:45.286016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 13.0205100475571], ["string", "Quo officia illum."], ["created_at", "2020-11-17 21:03:45.287604"], ["updated_at", "2020-11-17 21:03:45.287604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 3.6174720542622], ["string", "Quasi dolore occaecati quas."], ["created_at", "2020-11-17 21:03:45.288800"], ["updated_at", "2020-11-17 21:03:45.288800"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 5.75130743477541], ["string", "Sed sunt rerum."], ["created_at", "2020-11-17 21:03:45.289951"], ["updated_at", "2020-11-17 21:03:45.289951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 3.06572685344798], ["string", "Esse possimus incidunt est."], ["created_at", "2020-11-17 21:03:45.291074"], ["updated_at", "2020-11-17 21:03:45.291074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 1.69169989606473], ["string", "Rem necessitatibus eos."], ["created_at", "2020-11-17 21:03:45.292198"], ["updated_at", "2020-11-17 21:03:45.292198"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:03:45.293915"], ["updated_at", "2020-11-17 21:03:45.293915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:03:45.295517"], ["updated_at", "2020-11-17 21:03:45.295517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:03:45.297086"], ["updated_at", "2020-11-17 21:03:45.297086"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:03:45.299389"], ["updated_at", "2020-11-17 21:03:45.299389"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:03:45.301250"], ["updated_at", "2020-11-17 21:03:45.301250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-17 21:03:45.303467"], ["updated_at", "2020-11-17 21:03:45.303467"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-17 21:03:45.305378"], ["updated_at", "2020-11-17 21:03:45.305378"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-17 21:03:45.307168"], ["updated_at", "2020-11-17 21:03:45.307168"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-17 21:03:45.308959"], ["updated_at", "2020-11-17 21:03:45.308959"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-17 21:03:45.310822"], ["updated_at", "2020-11-17 21:03:45.310822"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-17 21:03:45.312281"], ["updated_at", "2020-11-17 21:03:45.312281"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-17 21:03:45.313656"], ["updated_at", "2020-11-17 21:03:45.313656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-17 21:03:45.314973"], ["updated_at", "2020-11-17 21:03:45.314973"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 21:03:45.316276"], ["updated_at", "2020-11-17 21:03:45.316276"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-17 21:03:45.317637"], ["updated_at", "2020-11-17 21:03:45.317637"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.319116"], ["updated_at", "2020-11-17 21:03:45.319116"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.320410"], ["updated_at", "2020-11-17 21:03:45.320410"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.321674"], ["updated_at", "2020-11-17 21:03:45.321674"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.322908"], ["updated_at", "2020-11-17 21:03:45.322908"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.324131"], ["updated_at", "2020-11-17 21:03:45.324131"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:03:45.332271"], ["updated_at", "2020-11-17 21:03:45.332271"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:03:45.333941"], ["updated_at", "2020-11-17 21:03:45.333941"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:03:45.335367"], ["updated_at", "2020-11-17 21:03:45.335367"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:03:45.336786"], ["updated_at", "2020-11-17 21:03:45.336786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:03:45.338214"], ["updated_at", "2020-11-17 21:03:45.338214"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.339119"], ["updated_at", "2020-11-17 21:03:45.339119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.339983"], ["updated_at", "2020-11-17 21:03:45.339983"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.340890"], ["updated_at", "2020-11-17 21:03:45.340890"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.341712"], ["updated_at", "2020-11-17 21:03:45.341712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.342457"], ["updated_at", "2020-11-17 21:03:45.342457"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.343123"], ["updated_at", "2020-11-17 21:03:45.343123"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.343769"], ["updated_at", "2020-11-17 21:03:45.343769"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.344381"], ["updated_at", "2020-11-17 21:03:45.344381"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.344992"], ["updated_at", "2020-11-17 21:03:45.344992"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.345625"], ["updated_at", "2020-11-17 21:03:45.345625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 10.9517864348925], ["string", "Accusamus minima voluptatem."], ["date", "2020-09-25"], ["time", "2000-01-01 00:56:22.426078"], ["datetime", "2020-11-17 14:03:08.038761"], ["created_at", "2020-11-17 21:03:45.346827"], ["updated_at", "2020-11-17 21:03:45.346827"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 17.3518414188191], ["string", "Eum et repellendus quisquam."], ["date", "2021-12-15"], ["time", "2000-01-01 09:21:06.450336"], ["datetime", "2020-11-17 20:07:16.946669"], ["created_at", "2020-11-17 21:03:45.348177"], ["updated_at", "2020-11-17 21:03:45.348177"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 0.176061882181686], ["string", "Minus voluptatibus et."], ["date", "2022-06-10"], ["time", "2000-01-01 18:38:21.797038"], ["datetime", "2020-11-17 07:13:00.644922"], ["created_at", "2020-11-17 21:03:45.349501"], ["updated_at", "2020-11-17 21:03:45.349501"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 18], ["decimal", 22.1151374218711], ["string", "Est corporis nostrum ex."], ["date", "2022-05-09"], ["time", "2000-01-01 11:46:21.698346"], ["datetime", "2020-11-17 03:07:43.278488"], ["created_at", "2020-11-17 21:03:45.350818"], ["updated_at", "2020-11-17 21:03:45.350818"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 11.8871656233826], ["string", "Deserunt nemo voluptate."], ["date", "2022-03-10"], ["time", "2000-01-01 02:28:12.385555"], ["datetime", "2020-11-17 10:10:44.716732"], ["created_at", "2020-11-17 21:03:45.352116"], ["updated_at", "2020-11-17 21:03:45.352116"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 24.5505208765568], ["string", "Quia rerum omnis."], ["created_at", "2020-11-17 21:03:45.353295"], ["updated_at", "2020-11-17 21:03:45.353295"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1024], ["decimal", 11.5135775413119], ["string", "Quo vel nostrum est."], ["created_at", "2020-11-17 21:03:45.354233"], ["updated_at", "2020-11-17 21:03:45.354233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 27.3446435578103], ["string", "Eum id consequatur."], ["created_at", "2020-11-17 21:03:45.355152"], ["updated_at", "2020-11-17 21:03:45.355152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 1.17155216567875], ["string", "Commodi corporis sequi qui."], ["created_at", "2020-11-17 21:03:45.356064"], ["updated_at", "2020-11-17 21:03:45.356064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 32.6299186959743], ["string", "Est quidem voluptatem."], ["created_at", "2020-11-17 21:03:45.356972"], ["updated_at", "2020-11-17 21:03:45.356972"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:03:45.358287"], ["updated_at", "2020-11-17 21:03:45.358287"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-17 21:03:45.359413"], ["updated_at", "2020-11-17 21:03:45.359413"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-17 21:03:45.360487"], ["updated_at", "2020-11-17 21:03:45.360487"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:03:45.361557"], ["updated_at", "2020-11-17 21:03:45.361557"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-17 21:03:45.362617"], ["updated_at", "2020-11-17 21:03:45.362617"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 6], ["created_at", "2020-11-17 21:03:45.364144"], ["updated_at", "2020-11-17 21:03:45.364144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 4], ["created_at", "2020-11-17 21:03:45.365648"], ["updated_at", "2020-11-17 21:03:45.365648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 8], ["created_at", "2020-11-17 21:03:45.367115"], ["updated_at", "2020-11-17 21:03:45.367115"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 10], ["created_at", "2020-11-17 21:03:45.368575"], ["updated_at", "2020-11-17 21:03:45.368575"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 2], ["created_at", "2020-11-17 21:03:45.370037"], ["updated_at", "2020-11-17 21:03:45.370037"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-17 21:03:45.371179"], ["updated_at", "2020-11-17 21:03:45.371179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-17 21:03:45.372282"], ["updated_at", "2020-11-17 21:03:45.372282"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-17 21:03:45.373379"], ["updated_at", "2020-11-17 21:03:45.373379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 21:03:45.374505"], ["updated_at", "2020-11-17 21:03:45.374505"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 21:03:45.375586"], ["updated_at", "2020-11-17 21:03:45.375586"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:03:45.376719"], ["updated_at", "2020-11-17 21:03:45.376719"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:03:45.377789"], ["updated_at", "2020-11-17 21:03:45.377789"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:03:45.378820"], ["updated_at", "2020-11-17 21:03:45.378820"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:03:45.379848"], ["updated_at", "2020-11-17 21:03:45.379848"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:03:45.380878"], ["updated_at", "2020-11-17 21:03:45.380878"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-17 21:03:45.387497"], ["updated_at", "2020-11-17 21:03:45.387497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-17 21:03:45.388637"], ["updated_at", "2020-11-17 21:03:45.388637"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:03:45.389705"], ["updated_at", "2020-11-17 21:03:45.389705"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-17 21:03:45.390760"], ["updated_at", "2020-11-17 21:03:45.390760"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:03:45.391813"], ["updated_at", "2020-11-17 21:03:45.391813"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.392495"], ["updated_at", "2020-11-17 21:03:45.392495"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.393121"], ["updated_at", "2020-11-17 21:03:45.393121"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.393714"], ["updated_at", "2020-11-17 21:03:45.393714"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.394307"], ["updated_at", "2020-11-17 21:03:45.394307"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.394895"], ["updated_at", "2020-11-17 21:03:45.394895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.395521"], ["updated_at", "2020-11-17 21:03:45.395521"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.396154"], ["updated_at", "2020-11-17 21:03:45.396154"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.396763"], ["updated_at", "2020-11-17 21:03:45.396763"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.397381"], ["updated_at", "2020-11-17 21:03:45.397381"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.397987"], ["updated_at", "2020-11-17 21:03:45.397987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 0.552491101574547], ["string", "Qui suscipit ut."], ["date", "2019-03-15"], ["time", "2000-01-01 11:52:46.643488"], ["datetime", "2020-11-17 06:14:02.622016"], ["created_at", "2020-11-17 21:03:45.399151"], ["updated_at", "2020-11-17 21:03:45.399151"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 3.23922227574924], ["string", "Rerum asperiores et rem."], ["date", "2021-06-09"], ["time", "2000-01-01 01:05:37.997332"], ["datetime", "2020-11-17 08:23:36.998827"], ["created_at", "2020-11-17 21:03:45.400526"], ["updated_at", "2020-11-17 21:03:45.400526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 13.6197260489113], ["string", "Ab quia quam."], ["date", "2020-06-21"], ["time", "2000-01-01 15:08:54.061426"], ["datetime", "2020-11-17 20:31:04.962027"], ["created_at", "2020-11-17 21:03:45.401926"], ["updated_at", "2020-11-17 21:03:45.401926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 13.7835888232626], ["string", "Est officia nostrum a."], ["date", "2020-11-23"], ["time", "2000-01-01 01:19:10.183371"], ["datetime", "2020-11-17 09:19:51.175673"], ["created_at", "2020-11-17 21:03:45.403428"], ["updated_at", "2020-11-17 21:03:45.403428"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 2.33791345820744], ["string", "Assumenda fugit dolorem."], ["date", "2020-02-19"], ["time", "2000-01-01 23:26:50.067659"], ["datetime", "2020-11-17 07:42:56.321355"], ["created_at", "2020-11-17 21:03:45.404720"], ["updated_at", "2020-11-17 21:03:45.404720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 17.5230518797137], ["string", "Illo sed asperiores."], ["created_at", "2020-11-17 21:03:45.405893"], ["updated_at", "2020-11-17 21:03:45.405893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 19.6907162449532], ["string", "Praesentium sit et facere."], ["created_at", "2020-11-17 21:03:45.406839"], ["updated_at", "2020-11-17 21:03:45.406839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 30.8730136216451], ["string", "Excepturi id similique."], ["created_at", "2020-11-17 21:03:45.407761"], ["updated_at", "2020-11-17 21:03:45.407761"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 18.7023394940357], ["string", "Qui deserunt minus accusantium."], ["created_at", "2020-11-17 21:03:45.408704"], ["updated_at", "2020-11-17 21:03:45.408704"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 6.46100106888484], ["string", "Earum sed eos."], ["created_at", "2020-11-17 21:03:45.409742"], ["updated_at", "2020-11-17 21:03:45.409742"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:03:45.411078"], ["updated_at", "2020-11-17 21:03:45.411078"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-17 21:03:45.412205"], ["updated_at", "2020-11-17 21:03:45.412205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-17 21:03:45.413277"], ["updated_at", "2020-11-17 21:03:45.413277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-17 21:03:45.414337"], ["updated_at", "2020-11-17 21:03:45.414337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-17 21:03:45.415398"], ["updated_at", "2020-11-17 21:03:45.415398"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-17 21:03:45.416933"], ["updated_at", "2020-11-17 21:03:45.416933"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 11], ["created_at", "2020-11-17 21:03:45.418445"], ["updated_at", "2020-11-17 21:03:45.418445"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 6], ["created_at", "2020-11-17 21:03:45.419906"], ["updated_at", "2020-11-17 21:03:45.419906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 8], ["created_at", "2020-11-17 21:03:45.421381"], ["updated_at", "2020-11-17 21:03:45.421381"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 1], ["created_at", "2020-11-17 21:03:45.422851"], ["updated_at", "2020-11-17 21:03:45.422851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-17 21:03:45.424030"], ["updated_at", "2020-11-17 21:03:45.424030"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-17 21:03:45.425166"], ["updated_at", "2020-11-17 21:03:45.425166"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 14], ["created_at", "2020-11-17 21:03:45.426275"], ["updated_at", "2020-11-17 21:03:45.426275"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-17 21:03:45.427362"], ["updated_at", "2020-11-17 21:03:45.427362"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-17 21:03:45.428473"], ["updated_at", "2020-11-17 21:03:45.428473"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:03:45.429646"], ["updated_at", "2020-11-17 21:03:45.429646"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:03:45.430755"], ["updated_at", "2020-11-17 21:03:45.430755"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:03:45.431806"], ["updated_at", "2020-11-17 21:03:45.431806"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:03:45.432861"], ["updated_at", "2020-11-17 21:03:45.432861"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:03:45.433928"], ["updated_at", "2020-11-17 21:03:45.433928"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:03:45.440542"], ["updated_at", "2020-11-17 21:03:45.440542"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-17 21:03:45.441696"], ["updated_at", "2020-11-17 21:03:45.441696"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-17 21:03:45.442762"], ["updated_at", "2020-11-17 21:03:45.442762"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-17 21:03:45.443819"], ["updated_at", "2020-11-17 21:03:45.443819"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-17 21:03:45.444870"], ["updated_at", "2020-11-17 21:03:45.444870"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.445560"], ["updated_at", "2020-11-17 21:03:45.445560"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.446194"], ["updated_at", "2020-11-17 21:03:45.446194"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.446784"], ["updated_at", "2020-11-17 21:03:45.446784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.447369"], ["updated_at", "2020-11-17 21:03:45.447369"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:03:45.447958"], ["updated_at", "2020-11-17 21:03:45.447958"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.448587"], ["updated_at", "2020-11-17 21:03:45.448587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.449223"], ["updated_at", "2020-11-17 21:03:45.449223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.449835"], ["updated_at", "2020-11-17 21:03:45.449835"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.450441"], ["updated_at", "2020-11-17 21:03:45.450441"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:03:45.451048"], ["updated_at", "2020-11-17 21:03:45.451048"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.8ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.9ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 15.6577419008411], ["string", "Ab eum voluptate."], ["date", "2022-10-03"], ["time", "2000-01-01 08:07:57.840475"], ["datetime", "2020-11-17 00:34:01.545240"], ["created_at", "2020-11-17 21:04:48.575104"], ["updated_at", "2020-11-17 21:04:48.575104"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 20.5084862126484], ["string", "Ea officia ut soluta."], ["date", "2019-07-11"], ["time", "2000-01-01 13:12:44.396565"], ["datetime", "2020-11-17 15:23:49.227845"], ["created_at", "2020-11-17 21:04:48.577181"], ["updated_at", "2020-11-17 21:04:48.577181"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 1.14155466755025], ["string", "Rem aspernatur ut."], ["date", "2022-02-26"], ["time", "2000-01-01 19:17:48.565956"], ["datetime", "2020-11-17 18:12:29.945029"], ["created_at", "2020-11-17 21:04:48.578547"], ["updated_at", "2020-11-17 21:04:48.578547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 29.8063315907679], ["string", "Et officiis et dolores."], ["date", "2022-01-17"], ["time", "2000-01-01 00:58:51.078174"], ["datetime", "2020-11-16 21:40:44.556543"], ["created_at", "2020-11-17 21:04:48.579833"], ["updated_at", "2020-11-17 21:04:48.579833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 6.65861043173367], ["string", "Eius possimus quia."], ["date", "2019-09-05"], ["time", "2000-01-01 07:54:33.639675"], ["datetime", "2020-11-17 13:28:20.777312"], ["created_at", "2020-11-17 21:04:48.581127"], ["updated_at", "2020-11-17 21:04:48.581127"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 24.7898631085474], ["string", "Molestiae ab fugiat."], ["created_at", "2020-11-17 21:04:48.586841"], ["updated_at", "2020-11-17 21:04:48.586841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 2.55191319349327], ["string", "Magnam eos dolorem qui."], ["created_at", "2020-11-17 21:04:48.587947"], ["updated_at", "2020-11-17 21:04:48.587947"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 3.43762774021348], ["string", "Nihil earum omnis."], ["created_at", "2020-11-17 21:04:48.588884"], ["updated_at", "2020-11-17 21:04:48.588884"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 4.75733787983808], ["string", "Est vitae rerum laboriosam."], ["created_at", "2020-11-17 21:04:48.589808"], ["updated_at", "2020-11-17 21:04:48.589808"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 0.441551766069207], ["string", "Praesentium cum nostrum."], ["created_at", "2020-11-17 21:04:48.590733"], ["updated_at", "2020-11-17 21:04:48.590733"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:04:48.597020"], ["updated_at", "2020-11-17 21:04:48.597020"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:04:48.598354"], ["updated_at", "2020-11-17 21:04:48.598354"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:04:48.599458"], ["updated_at", "2020-11-17 21:04:48.599458"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:04:48.600523"], ["updated_at", "2020-11-17 21:04:48.600523"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:04:48.601595"], ["updated_at", "2020-11-17 21:04:48.601595"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-17 21:04:48.606868"], ["updated_at", "2020-11-17 21:04:48.606868"]]  (0.0ms) [1mRELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-17 21:04:48.608443"], ["updated_at", "2020-11-17 21:04:48.608443"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-17 21:04:48.609927"], ["updated_at", "2020-11-17 21:04:48.609927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-17 21:04:48.611379"], ["updated_at", "2020-11-17 21:04:48.611379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-17 21:04:48.612826"], ["updated_at", "2020-11-17 21:04:48.612826"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-17 21:04:48.617624"], ["updated_at", "2020-11-17 21:04:48.617624"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 21:04:48.618907"], ["updated_at", "2020-11-17 21:04:48.618907"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-17 21:04:48.620049"], ["updated_at", "2020-11-17 21:04:48.620049"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-17 21:04:48.621146"], ["updated_at", "2020-11-17 21:04:48.621146"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-17 21:04:48.622222"], ["updated_at", "2020-11-17 21:04:48.622222"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.626743"], ["updated_at", "2020-11-17 21:04:48.626743"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.628164"], ["updated_at", "2020-11-17 21:04:48.628164"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.629322"], ["updated_at", "2020-11-17 21:04:48.629322"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.630430"], ["updated_at", "2020-11-17 21:04:48.630430"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.631552"], ["updated_at", "2020-11-17 21:04:48.631552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:04:48.644906"], ["updated_at", "2020-11-17 21:04:48.644906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:04:48.646184"], ["updated_at", "2020-11-17 21:04:48.646184"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:04:48.647276"], ["updated_at", "2020-11-17 21:04:48.647276"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:04:48.648361"], ["updated_at", "2020-11-17 21:04:48.648361"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:04:48.649455"], ["updated_at", "2020-11-17 21:04:48.649455"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.652770"], ["updated_at", "2020-11-17 21:04:48.652770"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.653542"], ["updated_at", "2020-11-17 21:04:48.653542"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.654177"], ["updated_at", "2020-11-17 21:04:48.654177"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.654799"], ["updated_at", "2020-11-17 21:04:48.654799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.655411"], ["updated_at", "2020-11-17 21:04:48.655411"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:48.672472"], ["updated_at", "2020-11-17 21:04:48.672472"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:48.673599"], ["updated_at", "2020-11-17 21:04:48.673599"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:48.674409"], ["updated_at", "2020-11-17 21:04:48.674409"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:48.675207"], ["updated_at", "2020-11-17 21:04:48.675207"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:48.675990"], ["updated_at", "2020-11-17 21:04:48.675990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 3.44491474839242], ["string", "Illo ut sed."], ["date", "2021-04-14"], ["time", "2000-01-01 02:08:47.931050"], ["datetime", "2020-11-17 06:30:05.997346"], ["created_at", "2020-11-17 21:04:48.677472"], ["updated_at", "2020-11-17 21:04:48.677472"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 22], ["decimal", 10.0360085032309], ["string", "Veritatis sapiente aspernatur ipsum."], ["date", "2020-12-06"], ["time", "2000-01-01 22:10:51.568397"], ["datetime", "2020-11-17 16:02:10.921243"], ["created_at", "2020-11-17 21:04:48.679259"], ["updated_at", "2020-11-17 21:04:48.679259"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 39.1355649310582], ["string", "Ipsa non iure."], ["date", "2021-06-29"], ["time", "2000-01-01 11:19:42.710585"], ["datetime", "2020-11-17 08:43:17.441442"], ["created_at", "2020-11-17 21:04:48.680932"], ["updated_at", "2020-11-17 21:04:48.680932"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 10.634607954087], ["string", "Commodi excepturi enim nihil."], ["date", "2020-11-16"], ["time", "2000-01-01 07:16:27.161236"], ["datetime", "2020-11-17 20:01:11.258639"], ["created_at", "2020-11-17 21:04:48.682606"], ["updated_at", "2020-11-17 21:04:48.682606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 40], ["decimal", 8.72276403636237], ["string", "Ex sit iure."], ["date", "2021-08-09"], ["time", "2000-01-01 23:07:05.451675"], ["datetime", "2020-11-16 22:10:19.681134"], ["created_at", "2020-11-17 21:04:48.684232"], ["updated_at", "2020-11-17 21:04:48.684232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 1.69240206196869], ["string", "Ipsum voluptatem perferendis."], ["created_at", "2020-11-17 21:04:48.685641"], ["updated_at", "2020-11-17 21:04:48.685641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 12.4511700041196], ["string", "Minima ipsam nulla maxime."], ["created_at", "2020-11-17 21:04:48.686793"], ["updated_at", "2020-11-17 21:04:48.686793"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 22.2836876328073], ["string", "Sit delectus officia."], ["created_at", "2020-11-17 21:04:48.687884"], ["updated_at", "2020-11-17 21:04:48.687884"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 7.41475238192526], ["string", "Odio voluptatem animi voluptatum."], ["created_at", "2020-11-17 21:04:48.688987"], ["updated_at", "2020-11-17 21:04:48.688987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1026], ["decimal", 7.16444218019209], ["string", "Libero et omnis."], ["created_at", "2020-11-17 21:04:48.690115"], ["updated_at", "2020-11-17 21:04:48.690115"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-17 21:04:48.691606"], ["updated_at", "2020-11-17 21:04:48.691606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-17 21:04:48.692912"], ["updated_at", "2020-11-17 21:04:48.692912"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:04:48.694206"], ["updated_at", "2020-11-17 21:04:48.694206"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-17 21:04:48.695447"], ["updated_at", "2020-11-17 21:04:48.695447"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-17 21:04:48.696724"], ["updated_at", "2020-11-17 21:04:48.696724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 9], ["created_at", "2020-11-17 21:04:48.698534"], ["updated_at", "2020-11-17 21:04:48.698534"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-17 21:04:48.700210"], ["updated_at", "2020-11-17 21:04:48.700210"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 5], ["created_at", "2020-11-17 21:04:48.701804"], ["updated_at", "2020-11-17 21:04:48.701804"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 8], ["created_at", "2020-11-17 21:04:48.703326"], ["updated_at", "2020-11-17 21:04:48.703326"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 2], ["created_at", "2020-11-17 21:04:48.704879"], ["updated_at", "2020-11-17 21:04:48.704879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-17 21:04:48.706152"], ["updated_at", "2020-11-17 21:04:48.706152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 21:04:48.707348"], ["updated_at", "2020-11-17 21:04:48.707348"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-17 21:04:48.708497"], ["updated_at", "2020-11-17 21:04:48.708497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-17 21:04:48.709671"], ["updated_at", "2020-11-17 21:04:48.709671"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-17 21:04:48.710818"], ["updated_at", "2020-11-17 21:04:48.710818"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:04:48.712227"], ["updated_at", "2020-11-17 21:04:48.712227"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:04:48.713375"], ["updated_at", "2020-11-17 21:04:48.713375"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:04:48.714489"], ["updated_at", "2020-11-17 21:04:48.714489"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:04:48.715575"], ["updated_at", "2020-11-17 21:04:48.715575"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:04:48.716656"], ["updated_at", "2020-11-17 21:04:48.716656"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-17 21:04:48.723433"], ["updated_at", "2020-11-17 21:04:48.723433"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:04:48.724636"], ["updated_at", "2020-11-17 21:04:48.724636"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:04:48.725756"], ["updated_at", "2020-11-17 21:04:48.725756"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:04:48.726872"], ["updated_at", "2020-11-17 21:04:48.726872"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:04:48.728033"], ["updated_at", "2020-11-17 21:04:48.728033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.728786"], ["updated_at", "2020-11-17 21:04:48.728786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.729433"], ["updated_at", "2020-11-17 21:04:48.729433"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.730029"], ["updated_at", "2020-11-17 21:04:48.730029"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.730626"], ["updated_at", "2020-11-17 21:04:48.730626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.731220"], ["updated_at", "2020-11-17 21:04:48.731220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:48.731851"], ["updated_at", "2020-11-17 21:04:48.731851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:48.732487"], ["updated_at", "2020-11-17 21:04:48.732487"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:48.733103"], ["updated_at", "2020-11-17 21:04:48.733103"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:48.733729"], ["updated_at", "2020-11-17 21:04:48.733729"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:48.734340"], ["updated_at", "2020-11-17 21:04:48.734340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 0.144448546260542], ["string", "Voluptatem id nobis."], ["date", "2022-02-01"], ["time", "2000-01-01 08:20:22.801525"], ["datetime", "2020-11-16 22:10:01.849257"], ["created_at", "2020-11-17 21:04:48.735541"], ["updated_at", "2020-11-17 21:04:48.735541"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 1.87756606274141], ["string", "Minus voluptates sit magni."], ["date", "2020-07-30"], ["time", "2000-01-01 06:07:31.439404"], ["datetime", "2020-11-17 12:24:00.708176"], ["created_at", "2020-11-17 21:04:48.736929"], ["updated_at", "2020-11-17 21:04:48.736929"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 2.21357443718567], ["string", "Aut aut accusamus."], ["date", "2022-07-04"], ["time", "2000-01-01 03:16:37.581343"], ["datetime", "2020-11-17 01:20:48.851965"], ["created_at", "2020-11-17 21:04:48.738442"], ["updated_at", "2020-11-17 21:04:48.738442"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 22.0169165007222], ["string", "Sint molestiae saepe autem."], ["date", "2020-12-07"], ["time", "2000-01-01 04:08:44.482726"], ["datetime", "2020-11-17 16:10:37.453244"], ["created_at", "2020-11-17 21:04:48.739878"], ["updated_at", "2020-11-17 21:04:48.739878"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 23], ["decimal", 7.71485892790553], ["string", "Sit est hic."], ["date", "2021-03-25"], ["time", "2000-01-01 18:30:56.736356"], ["datetime", "2020-11-17 12:50:49.761659"], ["created_at", "2020-11-17 21:04:48.741228"], ["updated_at", "2020-11-17 21:04:48.741228"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 19.3500778100613], ["string", "Voluptatem magni sunt."], ["created_at", "2020-11-17 21:04:48.742395"], ["updated_at", "2020-11-17 21:04:48.742395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 0.988585712645631], ["string", "Delectus sapiente consequatur quibusdam."], ["created_at", "2020-11-17 21:04:48.743326"], ["updated_at", "2020-11-17 21:04:48.743326"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1037], ["decimal", 5.68666948387249], ["string", "Iusto voluptatum qui."], ["created_at", "2020-11-17 21:04:48.744218"], ["updated_at", "2020-11-17 21:04:48.744218"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 1.85129074619343], ["string", "Quae distinctio ratione velit."], ["created_at", "2020-11-17 21:04:48.745111"], ["updated_at", "2020-11-17 21:04:48.745111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 4.89062025910004], ["string", "Voluptas autem non."], ["created_at", "2020-11-17 21:04:48.746010"], ["updated_at", "2020-11-17 21:04:48.746010"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-17 21:04:48.747258"], ["updated_at", "2020-11-17 21:04:48.747258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-17 21:04:48.748351"], ["updated_at", "2020-11-17 21:04:48.748351"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-17 21:04:48.749441"], ["updated_at", "2020-11-17 21:04:48.749441"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-17 21:04:48.750514"], ["updated_at", "2020-11-17 21:04:48.750514"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:04:48.751570"], ["updated_at", "2020-11-17 21:04:48.751570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 11], ["created_at", "2020-11-17 21:04:48.753090"], ["updated_at", "2020-11-17 21:04:48.753090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-17 21:04:48.754575"], ["updated_at", "2020-11-17 21:04:48.754575"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 9], ["created_at", "2020-11-17 21:04:48.756072"], ["updated_at", "2020-11-17 21:04:48.756072"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-17 21:04:48.757560"], ["updated_at", "2020-11-17 21:04:48.757560"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 14], ["created_at", "2020-11-17 21:04:48.759026"], ["updated_at", "2020-11-17 21:04:48.759026"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 15], ["created_at", "2020-11-17 21:04:48.760172"], ["updated_at", "2020-11-17 21:04:48.760172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-17 21:04:48.761316"], ["updated_at", "2020-11-17 21:04:48.761316"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-17 21:04:48.762412"], ["updated_at", "2020-11-17 21:04:48.762412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 11], ["created_at", "2020-11-17 21:04:48.763506"], ["updated_at", "2020-11-17 21:04:48.763506"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-17 21:04:48.764598"], ["updated_at", "2020-11-17 21:04:48.764598"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:04:48.765728"], ["updated_at", "2020-11-17 21:04:48.765728"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:04:48.766798"], ["updated_at", "2020-11-17 21:04:48.766798"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:04:48.767832"], ["updated_at", "2020-11-17 21:04:48.767832"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:04:48.768853"], ["updated_at", "2020-11-17 21:04:48.768853"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:04:48.769892"], ["updated_at", "2020-11-17 21:04:48.769892"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:04:48.776461"], ["updated_at", "2020-11-17 21:04:48.776461"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-17 21:04:48.777604"], ["updated_at", "2020-11-17 21:04:48.777604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:04:48.778687"], ["updated_at", "2020-11-17 21:04:48.778687"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-17 21:04:48.779843"], ["updated_at", "2020-11-17 21:04:48.779843"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:04:48.780925"], ["updated_at", "2020-11-17 21:04:48.780925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.781631"], ["updated_at", "2020-11-17 21:04:48.781631"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.782241"], ["updated_at", "2020-11-17 21:04:48.782241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.782832"], ["updated_at", "2020-11-17 21:04:48.782832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.783417"], ["updated_at", "2020-11-17 21:04:48.783417"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.783998"], ["updated_at", "2020-11-17 21:04:48.783998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:48.784629"], ["updated_at", "2020-11-17 21:04:48.784629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:48.785275"], ["updated_at", "2020-11-17 21:04:48.785275"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:48.785879"], ["updated_at", "2020-11-17 21:04:48.785879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:48.786478"], ["updated_at", "2020-11-17 21:04:48.786478"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:48.787072"], ["updated_at", "2020-11-17 21:04:48.787072"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 30], ["decimal", 5.66114395155534], ["string", "Officia dolorum animi."], ["date", "2020-03-04"], ["time", "2000-01-01 23:11:16.082058"], ["datetime", "2020-11-17 19:24:07.420673"], ["created_at", "2020-11-17 21:04:48.793745"], ["updated_at", "2020-11-17 21:04:48.793745"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 32.8150983813626], ["string", "Est aut consequuntur ut."], ["date", "2021-01-11"], ["time", "2000-01-01 07:15:20.435786"], ["datetime", "2020-11-17 06:09:04.942715"], ["created_at", "2020-11-17 21:04:48.796318"], ["updated_at", "2020-11-17 21:04:48.796318"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 12.8735342253856], ["string", "Aliquid eveniet nihil."], ["date", "2019-04-21"], ["time", "2000-01-01 05:48:30.883454"], ["datetime", "2020-11-17 18:44:35.476467"], ["created_at", "2020-11-17 21:04:48.798040"], ["updated_at", "2020-11-17 21:04:48.798040"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 1.18164212852949], ["string", "Minus beatae consequatur odio."], ["date", "2022-07-01"], ["time", "2000-01-01 03:15:21.960125"], ["datetime", "2020-11-17 20:24:22.619329"], ["created_at", "2020-11-17 21:04:48.799365"], ["updated_at", "2020-11-17 21:04:48.799365"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 33], ["decimal", 5.46546130167618], ["string", "Hic rem aut."], ["date", "2021-08-03"], ["time", "2000-01-01 18:28:55.405403"], ["datetime", "2020-11-17 18:23:40.282885"], ["created_at", "2020-11-17 21:04:48.800633"], ["updated_at", "2020-11-17 21:04:48.800633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 22.1001281354851], ["string", "Nihil modi et."], ["created_at", "2020-11-17 21:04:48.801782"], ["updated_at", "2020-11-17 21:04:48.801782"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 1.18897649798502], ["string", "Laboriosam molestias quo doloribus."], ["created_at", "2020-11-17 21:04:48.802725"], ["updated_at", "2020-11-17 21:04:48.802725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1035], ["decimal", 5.35563523518407], ["string", "Eos ad asperiores."], ["created_at", "2020-11-17 21:04:48.803635"], ["updated_at", "2020-11-17 21:04:48.803635"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 6.28755998695572], ["string", "Et quasi velit aut."], ["created_at", "2020-11-17 21:04:48.804531"], ["updated_at", "2020-11-17 21:04:48.804531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 6.51592612359574], ["string", "Voluptates eos rerum."], ["created_at", "2020-11-17 21:04:48.805443"], ["updated_at", "2020-11-17 21:04:48.805443"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:04:48.806874"], ["updated_at", "2020-11-17 21:04:48.806874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:04:48.808231"], ["updated_at", "2020-11-17 21:04:48.808231"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:04:48.809755"], ["updated_at", "2020-11-17 21:04:48.809755"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:04:48.811770"], ["updated_at", "2020-11-17 21:04:48.811770"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:04:48.813640"], ["updated_at", "2020-11-17 21:04:48.813640"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-17 21:04:48.815530"], ["updated_at", "2020-11-17 21:04:48.815530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-17 21:04:48.817125"], ["updated_at", "2020-11-17 21:04:48.817125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-17 21:04:48.818600"], ["updated_at", "2020-11-17 21:04:48.818600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-17 21:04:48.820030"], ["updated_at", "2020-11-17 21:04:48.820030"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-17 21:04:48.821478"], ["updated_at", "2020-11-17 21:04:48.821478"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-17 21:04:48.822695"], ["updated_at", "2020-11-17 21:04:48.822695"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-17 21:04:48.823883"], ["updated_at", "2020-11-17 21:04:48.823883"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-17 21:04:48.825005"], ["updated_at", "2020-11-17 21:04:48.825005"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-17 21:04:48.826133"], ["updated_at", "2020-11-17 21:04:48.826133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-17 21:04:48.827218"], ["updated_at", "2020-11-17 21:04:48.827218"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.828497"], ["updated_at", "2020-11-17 21:04:48.828497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.829671"], ["updated_at", "2020-11-17 21:04:48.829671"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.830777"], ["updated_at", "2020-11-17 21:04:48.830777"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.831866"], ["updated_at", "2020-11-17 21:04:48.831866"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.832964"], ["updated_at", "2020-11-17 21:04:48.832964"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:04:48.839646"], ["updated_at", "2020-11-17 21:04:48.839646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:04:48.840884"], ["updated_at", "2020-11-17 21:04:48.840884"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:04:48.842003"], ["updated_at", "2020-11-17 21:04:48.842003"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:04:48.843081"], ["updated_at", "2020-11-17 21:04:48.843081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:04:48.844158"], ["updated_at", "2020-11-17 21:04:48.844158"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.844849"], ["updated_at", "2020-11-17 21:04:48.844849"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.845532"], ["updated_at", "2020-11-17 21:04:48.845532"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.846156"], ["updated_at", "2020-11-17 21:04:48.846156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.846763"], ["updated_at", "2020-11-17 21:04:48.846763"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.847373"], ["updated_at", "2020-11-17 21:04:48.847373"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:48.848020"], ["updated_at", "2020-11-17 21:04:48.848020"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:48.848682"], ["updated_at", "2020-11-17 21:04:48.848682"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:48.849308"], ["updated_at", "2020-11-17 21:04:48.849308"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:48.849941"], ["updated_at", "2020-11-17 21:04:48.849941"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:48.850563"], ["updated_at", "2020-11-17 21:04:48.850563"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 35.8195470353795], ["string", "Perspiciatis eaque quae."], ["date", "2021-12-19"], ["time", "2000-01-01 21:02:57.977996"], ["datetime", "2020-11-17 11:27:04.986506"], ["created_at", "2020-11-17 21:04:48.851761"], ["updated_at", "2020-11-17 21:04:48.851761"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 21.6283163924103], ["string", "Hic minima recusandae commodi."], ["date", "2021-12-27"], ["time", "2000-01-01 17:36:38.337337"], ["datetime", "2020-11-17 11:04:43.328181"], ["created_at", "2020-11-17 21:04:48.853156"], ["updated_at", "2020-11-17 21:04:48.853156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 1.74489168843445], ["string", "Itaque dignissimos et."], ["date", "2018-12-03"], ["time", "2000-01-01 04:58:12.916142"], ["datetime", "2020-11-17 09:00:52.638424"], ["created_at", "2020-11-17 21:04:48.854481"], ["updated_at", "2020-11-17 21:04:48.854481"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 20.9248513152356], ["string", "Et amet illum quasi."], ["date", "2022-04-28"], ["time", "2000-01-01 05:14:46.409700"], ["datetime", "2020-11-17 00:27:29.463390"], ["created_at", "2020-11-17 21:04:48.855780"], ["updated_at", "2020-11-17 21:04:48.855780"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 25], ["decimal", 4.16387603743084], ["string", "Accusantium officia dolorem."], ["date", "2022-04-12"], ["time", "2000-01-01 07:12:58.818153"], ["datetime", "2020-11-17 06:27:58.181220"], ["created_at", "2020-11-17 21:04:48.857091"], ["updated_at", "2020-11-17 21:04:48.857091"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1030], ["decimal", 6.07545195621719], ["string", "Sit cum doloribus."], ["created_at", "2020-11-17 21:04:48.858268"], ["updated_at", "2020-11-17 21:04:48.858268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1024], ["decimal", 9.09957271151867], ["string", "Aperiam nisi quas ut."], ["created_at", "2020-11-17 21:04:48.859212"], ["updated_at", "2020-11-17 21:04:48.859212"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 2.95890255281808], ["string", "Et aut molestias."], ["created_at", "2020-11-17 21:04:48.860139"], ["updated_at", "2020-11-17 21:04:48.860139"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 10.0808436317742], ["string", "Culpa beatae tempora qui."], ["created_at", "2020-11-17 21:04:48.861040"], ["updated_at", "2020-11-17 21:04:48.861040"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 6.05760140765101], ["string", "Adipisci et eos."], ["created_at", "2020-11-17 21:04:48.861980"], ["updated_at", "2020-11-17 21:04:48.861980"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:04:48.863298"], ["updated_at", "2020-11-17 21:04:48.863298"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-17 21:04:48.864433"], ["updated_at", "2020-11-17 21:04:48.864433"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-17 21:04:48.865524"], ["updated_at", "2020-11-17 21:04:48.865524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:04:48.866610"], ["updated_at", "2020-11-17 21:04:48.866610"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-17 21:04:48.867684"], ["updated_at", "2020-11-17 21:04:48.867684"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-17 21:04:48.869258"], ["updated_at", "2020-11-17 21:04:48.869258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 8], ["created_at", "2020-11-17 21:04:48.870767"], ["updated_at", "2020-11-17 21:04:48.870767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 10], ["created_at", "2020-11-17 21:04:48.872209"], ["updated_at", "2020-11-17 21:04:48.872209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 10], ["created_at", "2020-11-17 21:04:48.873704"], ["updated_at", "2020-11-17 21:04:48.873704"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 7], ["created_at", "2020-11-17 21:04:48.875190"], ["updated_at", "2020-11-17 21:04:48.875190"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-17 21:04:48.876378"], ["updated_at", "2020-11-17 21:04:48.876378"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-17 21:04:48.877532"], ["updated_at", "2020-11-17 21:04:48.877532"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-17 21:04:48.878672"], ["updated_at", "2020-11-17 21:04:48.878672"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 21:04:48.879798"], ["updated_at", "2020-11-17 21:04:48.879798"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-17 21:04:48.880897"], ["updated_at", "2020-11-17 21:04:48.880897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:04:48.882058"], ["updated_at", "2020-11-17 21:04:48.882058"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:04:48.883152"], ["updated_at", "2020-11-17 21:04:48.883152"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:04:48.884206"], ["updated_at", "2020-11-17 21:04:48.884206"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:04:48.885257"], ["updated_at", "2020-11-17 21:04:48.885257"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:04:48.886329"], ["updated_at", "2020-11-17 21:04:48.886329"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-17 21:04:48.892897"], ["updated_at", "2020-11-17 21:04:48.892897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-17 21:04:48.894072"], ["updated_at", "2020-11-17 21:04:48.894072"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-17 21:04:48.895155"], ["updated_at", "2020-11-17 21:04:48.895155"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-17 21:04:48.896226"], ["updated_at", "2020-11-17 21:04:48.896226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:04:48.897297"], ["updated_at", "2020-11-17 21:04:48.897297"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.897993"], ["updated_at", "2020-11-17 21:04:48.897993"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.898633"], ["updated_at", "2020-11-17 21:04:48.898633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.899232"], ["updated_at", "2020-11-17 21:04:48.899232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.899844"], ["updated_at", "2020-11-17 21:04:48.899844"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.900447"], ["updated_at", "2020-11-17 21:04:48.900447"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:48.901088"], ["updated_at", "2020-11-17 21:04:48.901088"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:48.901746"], ["updated_at", "2020-11-17 21:04:48.901746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:48.902369"], ["updated_at", "2020-11-17 21:04:48.902369"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:48.902987"], ["updated_at", "2020-11-17 21:04:48.902987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:48.903609"], ["updated_at", "2020-11-17 21:04:48.903609"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 3.56642989483637], ["string", "Et aliquam suscipit."], ["date", "2022-06-07"], ["time", "2000-01-01 08:43:46.574450"], ["datetime", "2020-11-16 22:39:41.021685"], ["created_at", "2020-11-17 21:04:48.904807"], ["updated_at", "2020-11-17 21:04:48.904807"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 16.7330328463988], ["string", "Dicta natus deleniti nemo."], ["date", "2022-05-30"], ["time", "2000-01-01 12:00:01.126011"], ["datetime", "2020-11-16 22:48:53.631730"], ["created_at", "2020-11-17 21:04:48.906256"], ["updated_at", "2020-11-17 21:04:48.906256"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 1.64567688372568], ["string", "Iure perferendis et."], ["date", "2021-03-02"], ["time", "2000-01-01 09:43:28.287605"], ["datetime", "2020-11-17 20:23:00.104740"], ["created_at", "2020-11-17 21:04:48.907564"], ["updated_at", "2020-11-17 21:04:48.907564"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 0.778194470356957], ["string", "Nihil quis quos mollitia."], ["date", "2022-08-14"], ["time", "2000-01-01 00:04:19.995441"], ["datetime", "2020-11-17 12:15:16.435372"], ["created_at", "2020-11-17 21:04:48.908857"], ["updated_at", "2020-11-17 21:04:48.908857"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 3.43088885870847], ["string", "Magnam quia voluptas."], ["date", "2021-01-16"], ["time", "2000-01-01 07:58:42.849607"], ["datetime", "2020-11-17 12:14:28.085882"], ["created_at", "2020-11-17 21:04:48.910168"], ["updated_at", "2020-11-17 21:04:48.910168"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 2.42635023429083], ["string", "Et qui labore."], ["created_at", "2020-11-17 21:04:48.911316"], ["updated_at", "2020-11-17 21:04:48.911316"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 7.05623866772959], ["string", "Sed officiis voluptatibus consectetur."], ["created_at", "2020-11-17 21:04:48.912264"], ["updated_at", "2020-11-17 21:04:48.912264"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 3.98581593602918], ["string", "Velit repellendus qui."], ["created_at", "2020-11-17 21:04:48.913196"], ["updated_at", "2020-11-17 21:04:48.913196"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1021], ["decimal", 23.2484514477735], ["string", "Molestiae natus dignissimos est."], ["created_at", "2020-11-17 21:04:48.914118"], ["updated_at", "2020-11-17 21:04:48.914118"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 2.84476137999998], ["string", "Distinctio aut nulla."], ["created_at", "2020-11-17 21:04:48.915046"], ["updated_at", "2020-11-17 21:04:48.915046"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-17 21:04:48.916345"], ["updated_at", "2020-11-17 21:04:48.916345"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-17 21:04:48.917495"], ["updated_at", "2020-11-17 21:04:48.917495"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-17 21:04:48.918593"], ["updated_at", "2020-11-17 21:04:48.918593"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-17 21:04:48.919675"], ["updated_at", "2020-11-17 21:04:48.919675"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-17 21:04:48.920760"], ["updated_at", "2020-11-17 21:04:48.920760"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-17 21:04:48.922335"], ["updated_at", "2020-11-17 21:04:48.922335"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 9], ["created_at", "2020-11-17 21:04:48.923856"], ["updated_at", "2020-11-17 21:04:48.923856"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 9], ["created_at", "2020-11-17 21:04:48.925359"], ["updated_at", "2020-11-17 21:04:48.925359"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 2], ["created_at", "2020-11-17 21:04:48.926853"], ["updated_at", "2020-11-17 21:04:48.926853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 13], ["created_at", "2020-11-17 21:04:48.928337"], ["updated_at", "2020-11-17 21:04:48.928337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 21:04:48.929522"], ["updated_at", "2020-11-17 21:04:48.929522"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-17 21:04:48.930729"], ["updated_at", "2020-11-17 21:04:48.930729"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-17 21:04:48.931936"], ["updated_at", "2020-11-17 21:04:48.931936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 21:04:48.933073"], ["updated_at", "2020-11-17 21:04:48.933073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-17 21:04:48.934188"], ["updated_at", "2020-11-17 21:04:48.934188"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:04:48.935299"], ["updated_at", "2020-11-17 21:04:48.935299"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:04:48.936352"], ["updated_at", "2020-11-17 21:04:48.936352"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:04:48.937378"], ["updated_at", "2020-11-17 21:04:48.937378"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:04:48.938388"], ["updated_at", "2020-11-17 21:04:48.938388"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:04:48.939405"], ["updated_at", "2020-11-17 21:04:48.939405"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-17 21:04:48.945856"], ["updated_at", "2020-11-17 21:04:48.945856"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:04:48.946980"], ["updated_at", "2020-11-17 21:04:48.946980"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:04:48.948029"], ["updated_at", "2020-11-17 21:04:48.948029"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-17 21:04:48.949058"], ["updated_at", "2020-11-17 21:04:48.949058"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:04:48.950101"], ["updated_at", "2020-11-17 21:04:48.950101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.950770"], ["updated_at", "2020-11-17 21:04:48.950770"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.951374"], ["updated_at", "2020-11-17 21:04:48.951374"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.951955"], ["updated_at", "2020-11-17 21:04:48.951955"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.952544"], ["updated_at", "2020-11-17 21:04:48.952544"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:48.953128"], ["updated_at", "2020-11-17 21:04:48.953128"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:48.953746"], ["updated_at", "2020-11-17 21:04:48.953746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:48.954371"], ["updated_at", "2020-11-17 21:04:48.954371"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:48.954967"], ["updated_at", "2020-11-17 21:04:48.954967"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:48.955567"], ["updated_at", "2020-11-17 21:04:48.955567"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:48.956161"], ["updated_at", "2020-11-17 21:04:48.956161"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 40], ["decimal", 7.77661432031526], ["string", "Adipisci doloremque amet."], ["date", "2022-04-30"], ["time", "2000-01-01 20:09:54.268661"], ["datetime", "2020-11-17 08:08:08.274626"], ["created_at", "2020-11-17 21:04:49.007121"], ["updated_at", "2020-11-17 21:04:49.007121"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 27], ["decimal", 4.81003718200946], ["string", "Error ducimus cum nam."], ["date", "2020-09-09"], ["time", "2000-01-01 10:31:46.355715"], ["datetime", "2020-11-17 01:10:03.138386"], ["created_at", "2020-11-17 21:04:49.009456"], ["updated_at", "2020-11-17 21:04:49.009456"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 2.4388452040432], ["string", "Tenetur nulla dolor."], ["date", "2020-01-02"], ["time", "2000-01-01 03:24:14.398125"], ["datetime", "2020-11-17 11:10:48.389784"], ["created_at", "2020-11-17 21:04:49.011870"], ["updated_at", "2020-11-17 21:04:49.011870"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 23.6067058588304], ["string", "Impedit aut et."], ["date", "2022-08-05"], ["time", "2000-01-01 04:50:10.793827"], ["datetime", "2020-11-17 12:20:50.357689"], ["created_at", "2020-11-17 21:04:49.016447"], ["updated_at", "2020-11-17 21:04:49.016447"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 0.774506981301107], ["string", "Quod non et debitis."], ["date", "2020-10-27"], ["time", "2000-01-01 12:29:43.559544"], ["datetime", "2020-11-17 14:08:41.376902"], ["created_at", "2020-11-17 21:04:49.018498"], ["updated_at", "2020-11-17 21:04:49.018498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 7.23282934011596], ["string", "Aliquam rerum minima."], ["date", "2019-08-03"], ["time", "2000-01-01 07:14:33.753305"], ["datetime", "2020-11-17 12:48:16.427311"], ["created_at", "2020-11-17 21:04:49.020243"], ["updated_at", "2020-11-17 21:04:49.020243"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:49.022923"], ["updated_at", "2020-11-17 21:04:49.022923"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 10.6666554166524], ["string", "Eligendi consequuntur officia."], ["date", "2020-03-05"], ["time", "2000-01-01 08:06:58.769548"], ["datetime", "2020-11-17 01:47:55.058462"], ["created_at", "2020-11-17 21:04:49.048527"], ["updated_at", "2020-11-17 21:04:49.048527"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 4.01929009758716], ["string", "Recusandae facilis itaque nisi."], ["date", "2020-06-11"], ["time", "2000-01-01 15:52:53.522879"], ["datetime", "2020-11-17 20:37:15.838716"], ["created_at", "2020-11-17 21:04:49.050531"], ["updated_at", "2020-11-17 21:04:49.050531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 1.53623890618858], ["string", "Mollitia voluptatem et."], ["date", "2019-11-21"], ["time", "2000-01-01 10:50:10.965086"], ["datetime", "2020-11-17 13:02:42.700399"], ["created_at", "2020-11-17 21:04:49.052130"], ["updated_at", "2020-11-17 21:04:49.052130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 3.01701715342357], ["string", "Vitae qui et illum."], ["date", "2019-11-01"], ["time", "2000-01-01 01:26:44.216685"], ["datetime", "2020-11-17 17:34:00.307366"], ["created_at", "2020-11-17 21:04:49.053685"], ["updated_at", "2020-11-17 21:04:49.053685"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 7.99624020056985], ["string", "Facilis sit laboriosam."], ["date", "2022-03-18"], ["time", "2000-01-01 04:43:32.908630"], ["datetime", "2020-11-17 18:35:06.116435"], ["created_at", "2020-11-17 21:04:49.055238"], ["updated_at", "2020-11-17 21:04:49.055238"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1032], ["decimal", 30.0333182591783], ["string", "Explicabo ut animi."], ["created_at", "2020-11-17 21:04:49.056659"], ["updated_at", "2020-11-17 21:04:49.056659"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 2.01046457797907], ["string", "In ut iusto atque."], ["created_at", "2020-11-17 21:04:49.057851"], ["updated_at", "2020-11-17 21:04:49.057851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 14.6538891367936], ["string", "Sed quibusdam corporis."], ["created_at", "2020-11-17 21:04:49.059075"], ["updated_at", "2020-11-17 21:04:49.059075"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 16.1420618564726], ["string", "Incidunt occaecati non iusto."], ["created_at", "2020-11-17 21:04:49.060465"], ["updated_at", "2020-11-17 21:04:49.060465"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 5.15013795484022], ["string", "Blanditiis numquam voluptatem."], ["created_at", "2020-11-17 21:04:49.062053"], ["updated_at", "2020-11-17 21:04:49.062053"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:04:49.064582"], ["updated_at", "2020-11-17 21:04:49.064582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:04:49.066110"], ["updated_at", "2020-11-17 21:04:49.066110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:04:49.067412"], ["updated_at", "2020-11-17 21:04:49.067412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:04:49.068676"], ["updated_at", "2020-11-17 21:04:49.068676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:04:49.069966"], ["updated_at", "2020-11-17 21:04:49.069966"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-17 21:04:49.071737"], ["updated_at", "2020-11-17 21:04:49.071737"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-17 21:04:49.073575"], ["updated_at", "2020-11-17 21:04:49.073575"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-17 21:04:49.075350"], ["updated_at", "2020-11-17 21:04:49.075350"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-17 21:04:49.077351"], ["updated_at", "2020-11-17 21:04:49.077351"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-17 21:04:49.079179"], ["updated_at", "2020-11-17 21:04:49.079179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-17 21:04:49.080559"], ["updated_at", "2020-11-17 21:04:49.080559"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 21:04:49.081880"], ["updated_at", "2020-11-17 21:04:49.081880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 21:04:49.083164"], ["updated_at", "2020-11-17 21:04:49.083164"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 21:04:49.084412"], ["updated_at", "2020-11-17 21:04:49.084412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-17 21:04:49.085673"], ["updated_at", "2020-11-17 21:04:49.085673"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:49.087043"], ["updated_at", "2020-11-17 21:04:49.087043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:49.088260"], ["updated_at", "2020-11-17 21:04:49.088260"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:49.089506"], ["updated_at", "2020-11-17 21:04:49.089506"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:49.090731"], ["updated_at", "2020-11-17 21:04:49.090731"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:49.091906"], ["updated_at", "2020-11-17 21:04:49.091906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:04:49.098735"], ["updated_at", "2020-11-17 21:04:49.098735"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:04:49.099894"], ["updated_at", "2020-11-17 21:04:49.099894"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:04:49.100956"], ["updated_at", "2020-11-17 21:04:49.100956"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:04:49.102016"], ["updated_at", "2020-11-17 21:04:49.102016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:04:49.103063"], ["updated_at", "2020-11-17 21:04:49.103063"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:49.103740"], ["updated_at", "2020-11-17 21:04:49.103740"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:49.104394"], ["updated_at", "2020-11-17 21:04:49.104394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:49.105003"], ["updated_at", "2020-11-17 21:04:49.105003"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:49.105611"], ["updated_at", "2020-11-17 21:04:49.105611"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:49.106207"], ["updated_at", "2020-11-17 21:04:49.106207"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:49.106847"], ["updated_at", "2020-11-17 21:04:49.106847"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:49.107483"], ["updated_at", "2020-11-17 21:04:49.107483"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:49.108083"], ["updated_at", "2020-11-17 21:04:49.108083"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:49.108687"], ["updated_at", "2020-11-17 21:04:49.108687"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:49.109298"], ["updated_at", "2020-11-17 21:04:49.109298"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 5.18577584358955], ["string", "Neque consequatur fugit."], ["date", "2021-09-30"], ["time", "2000-01-01 21:13:01.371372"], ["datetime", "2020-11-17 09:16:43.731121"], ["created_at", "2020-11-17 21:04:49.110495"], ["updated_at", "2020-11-17 21:04:49.110495"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 1.58285179979303], ["string", "Quod eum praesentium illo."], ["date", "2020-01-03"], ["time", "2000-01-01 12:00:08.649865"], ["datetime", "2020-11-17 03:00:11.386209"], ["created_at", "2020-11-17 21:04:49.111860"], ["updated_at", "2020-11-17 21:04:49.111860"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 6.13342166466934], ["string", "Magni ut alias."], ["date", "2021-02-15"], ["time", "2000-01-01 19:28:49.380124"], ["datetime", "2020-11-16 23:16:38.559424"], ["created_at", "2020-11-17 21:04:49.113178"], ["updated_at", "2020-11-17 21:04:49.113178"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 22], ["decimal", 7.68291868325013], ["string", "Assumenda repudiandae corporis inventore."], ["date", "2020-01-05"], ["time", "2000-01-01 22:09:17.383934"], ["datetime", "2020-11-17 08:51:16.515974"], ["created_at", "2020-11-17 21:04:49.114481"], ["updated_at", "2020-11-17 21:04:49.114481"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 4.37911274477667], ["string", "Non rerum consectetur."], ["date", "2021-07-16"], ["time", "2000-01-01 17:01:58.286774"], ["datetime", "2020-11-17 15:34:27.309399"], ["created_at", "2020-11-17 21:04:49.115777"], ["updated_at", "2020-11-17 21:04:49.115777"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 4.68194423848754], ["string", "Rem sequi et."], ["created_at", "2020-11-17 21:04:49.116933"], ["updated_at", "2020-11-17 21:04:49.116933"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1035], ["decimal", 10.7964766697252], ["string", "Ad repellendus ea et."], ["created_at", "2020-11-17 21:04:49.117885"], ["updated_at", "2020-11-17 21:04:49.117885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 26.9949941326578], ["string", "Provident eaque assumenda."], ["created_at", "2020-11-17 21:04:49.118788"], ["updated_at", "2020-11-17 21:04:49.118788"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 21.6758871101762], ["string", "Eos dolores quia rem."], ["created_at", "2020-11-17 21:04:49.119685"], ["updated_at", "2020-11-17 21:04:49.119685"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 9.03120462972064], ["string", "Voluptas minima et."], ["created_at", "2020-11-17 21:04:49.120593"], ["updated_at", "2020-11-17 21:04:49.120593"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:04:49.121906"], ["updated_at", "2020-11-17 21:04:49.121906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-17 21:04:49.123026"], ["updated_at", "2020-11-17 21:04:49.123026"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:04:49.124087"], ["updated_at", "2020-11-17 21:04:49.124087"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-17 21:04:49.125174"], ["updated_at", "2020-11-17 21:04:49.125174"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:04:49.126236"], ["updated_at", "2020-11-17 21:04:49.126236"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 6], ["created_at", "2020-11-17 21:04:49.127762"], ["updated_at", "2020-11-17 21:04:49.127762"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-17 21:04:49.129270"], ["updated_at", "2020-11-17 21:04:49.129270"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-17 21:04:49.130727"], ["updated_at", "2020-11-17 21:04:49.130727"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-17 21:04:49.132185"], ["updated_at", "2020-11-17 21:04:49.132185"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 6], ["created_at", "2020-11-17 21:04:49.133637"], ["updated_at", "2020-11-17 21:04:49.133637"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 21:04:49.134783"], ["updated_at", "2020-11-17 21:04:49.134783"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-17 21:04:49.135893"], ["updated_at", "2020-11-17 21:04:49.135893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-17 21:04:49.136959"], ["updated_at", "2020-11-17 21:04:49.136959"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-17 21:04:49.138090"], ["updated_at", "2020-11-17 21:04:49.138090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-17 21:04:49.139177"], ["updated_at", "2020-11-17 21:04:49.139177"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:04:49.140326"], ["updated_at", "2020-11-17 21:04:49.140326"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:04:49.141469"], ["updated_at", "2020-11-17 21:04:49.141469"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:04:49.142515"], ["updated_at", "2020-11-17 21:04:49.142515"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:04:49.143550"], ["updated_at", "2020-11-17 21:04:49.143550"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:04:49.144563"], ["updated_at", "2020-11-17 21:04:49.144563"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-17 21:04:49.151133"], ["updated_at", "2020-11-17 21:04:49.151133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-17 21:04:49.152263"], ["updated_at", "2020-11-17 21:04:49.152263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:04:49.153338"], ["updated_at", "2020-11-17 21:04:49.153338"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:04:49.154413"], ["updated_at", "2020-11-17 21:04:49.154413"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-17 21:04:49.155492"], ["updated_at", "2020-11-17 21:04:49.155492"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:49.156171"], ["updated_at", "2020-11-17 21:04:49.156171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:49.156789"], ["updated_at", "2020-11-17 21:04:49.156789"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:49.157388"], ["updated_at", "2020-11-17 21:04:49.157388"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:49.157971"], ["updated_at", "2020-11-17 21:04:49.157971"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:49.158551"], ["updated_at", "2020-11-17 21:04:49.158551"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:49.159171"], ["updated_at", "2020-11-17 21:04:49.159171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:49.159793"], ["updated_at", "2020-11-17 21:04:49.159793"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:49.160395"], ["updated_at", "2020-11-17 21:04:49.160395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:49.160996"], ["updated_at", "2020-11-17 21:04:49.160996"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:49.161610"], ["updated_at", "2020-11-17 21:04:49.161610"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 12.7995173131594], ["string", "Quod repudiandae est."], ["date", "2019-10-13"], ["time", "2000-01-01 11:42:43.036795"], ["datetime", "2020-11-17 20:28:19.499325"], ["created_at", "2020-11-17 21:04:49.162775"], ["updated_at", "2020-11-17 21:04:49.162775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 12.8119935067883], ["string", "Accusantium dolorem et minima."], ["date", "2020-04-30"], ["time", "2000-01-01 09:19:51.646868"], ["datetime", "2020-11-17 14:20:44.753094"], ["created_at", "2020-11-17 21:04:49.164108"], ["updated_at", "2020-11-17 21:04:49.164108"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 17.7210080499051], ["string", "Inventore quam quae."], ["date", "2019-09-28"], ["time", "2000-01-01 06:27:18.755467"], ["datetime", "2020-11-16 23:08:55.504654"], ["created_at", "2020-11-17 21:04:49.165400"], ["updated_at", "2020-11-17 21:04:49.165400"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 25.5306745512544], ["string", "Et magni doloremque fuga."], ["date", "2019-03-02"], ["time", "2000-01-01 16:46:09.960761"], ["datetime", "2020-11-17 17:06:08.333811"], ["created_at", "2020-11-17 21:04:49.166673"], ["updated_at", "2020-11-17 21:04:49.166673"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 16.1791196881868], ["string", "Quia dolorem velit."], ["date", "2022-04-17"], ["time", "2000-01-01 00:18:27.018451"], ["datetime", "2020-11-16 21:38:32.712669"], ["created_at", "2020-11-17 21:04:49.167949"], ["updated_at", "2020-11-17 21:04:49.167949"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 6.44076058496313], ["string", "Dignissimos vitae nisi."], ["created_at", "2020-11-17 21:04:49.169104"], ["updated_at", "2020-11-17 21:04:49.169104"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 10.3023986595477], ["string", "Adipisci non dolorum quisquam."], ["created_at", "2020-11-17 21:04:49.170035"], ["updated_at", "2020-11-17 21:04:49.170035"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 14.2638154725329], ["string", "Sunt beatae quo."], ["created_at", "2020-11-17 21:04:49.170938"], ["updated_at", "2020-11-17 21:04:49.170938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 16.2091642876477], ["string", "Cumque blanditiis eligendi doloribus."], ["created_at", "2020-11-17 21:04:49.171827"], ["updated_at", "2020-11-17 21:04:49.171827"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 5.98654329559268], ["string", "Maxime dolores consequatur."], ["created_at", "2020-11-17 21:04:49.172720"], ["updated_at", "2020-11-17 21:04:49.172720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-17 21:04:49.173982"], ["updated_at", "2020-11-17 21:04:49.173982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:04:49.175122"], ["updated_at", "2020-11-17 21:04:49.175122"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-17 21:04:49.176183"], ["updated_at", "2020-11-17 21:04:49.176183"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-17 21:04:49.177246"], ["updated_at", "2020-11-17 21:04:49.177246"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:04:49.178302"], ["updated_at", "2020-11-17 21:04:49.178302"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 9], ["created_at", "2020-11-17 21:04:49.179829"], ["updated_at", "2020-11-17 21:04:49.179829"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 8], ["created_at", "2020-11-17 21:04:49.181323"], ["updated_at", "2020-11-17 21:04:49.181323"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-17 21:04:49.182772"], ["updated_at", "2020-11-17 21:04:49.182772"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 13], ["created_at", "2020-11-17 21:04:49.184224"], ["updated_at", "2020-11-17 21:04:49.184224"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 15], ["created_at", "2020-11-17 21:04:49.185683"], ["updated_at", "2020-11-17 21:04:49.185683"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 21:04:49.186823"], ["updated_at", "2020-11-17 21:04:49.186823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 21:04:49.187966"], ["updated_at", "2020-11-17 21:04:49.187966"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-17 21:04:49.189050"], ["updated_at", "2020-11-17 21:04:49.189050"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 21:04:49.190153"], ["updated_at", "2020-11-17 21:04:49.190153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-17 21:04:49.191219"], ["updated_at", "2020-11-17 21:04:49.191219"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:04:49.192374"], ["updated_at", "2020-11-17 21:04:49.192374"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:04:49.193514"], ["updated_at", "2020-11-17 21:04:49.193514"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:04:49.194556"], ["updated_at", "2020-11-17 21:04:49.194556"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:04:49.195600"], ["updated_at", "2020-11-17 21:04:49.195600"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:04:49.196624"], ["updated_at", "2020-11-17 21:04:49.196624"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-17 21:04:49.203210"], ["updated_at", "2020-11-17 21:04:49.203210"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:04:49.204335"], ["updated_at", "2020-11-17 21:04:49.204335"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:04:49.205445"], ["updated_at", "2020-11-17 21:04:49.205445"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:04:49.206515"], ["updated_at", "2020-11-17 21:04:49.206515"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-17 21:04:49.207561"], ["updated_at", "2020-11-17 21:04:49.207561"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:49.208231"], ["updated_at", "2020-11-17 21:04:49.208231"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:49.208844"], ["updated_at", "2020-11-17 21:04:49.208844"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:49.209437"], ["updated_at", "2020-11-17 21:04:49.209437"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:49.210026"], ["updated_at", "2020-11-17 21:04:49.210026"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:04:49.210605"], ["updated_at", "2020-11-17 21:04:49.210605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:49.211227"], ["updated_at", "2020-11-17 21:04:49.211227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:49.211854"], ["updated_at", "2020-11-17 21:04:49.211854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:49.212458"], ["updated_at", "2020-11-17 21:04:49.212458"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:49.213057"], ["updated_at", "2020-11-17 21:04:49.213057"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:04:49.213663"], ["updated_at", "2020-11-17 21:04:49.213663"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.5ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.9ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 8.90431895879634], ["string", "Commodi itaque est."], ["date", "2022-07-04"], ["time", "2000-01-01 02:10:41.908729"], ["datetime", "2020-11-17 17:05:26.904006"], ["created_at", "2020-11-17 21:04:59.995576"], ["updated_at", "2020-11-17 21:04:59.995576"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 28.1271435232529], ["string", "Sequi eos quia suscipit."], ["date", "2020-07-19"], ["time", "2000-01-01 22:17:12.055910"], ["datetime", "2020-11-17 18:21:04.640542"], ["created_at", "2020-11-17 21:04:59.997536"], ["updated_at", "2020-11-17 21:04:59.997536"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 16.6276988425066], ["string", "Id non ipsa."], ["date", "2021-08-17"], ["time", "2000-01-01 18:57:41.132702"], ["datetime", "2020-11-17 01:08:24.636053"], ["created_at", "2020-11-17 21:04:59.998931"], ["updated_at", "2020-11-17 21:04:59.998931"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 11.5753477257358], ["string", "Cum et dolorum voluptas."], ["date", "2020-05-03"], ["time", "2000-01-01 21:06:44.097445"], ["datetime", "2020-11-17 12:55:59.330897"], ["created_at", "2020-11-17 21:05:00.000280"], ["updated_at", "2020-11-17 21:05:00.000280"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 26.009198686059], ["string", "Alias accusantium doloribus."], ["date", "2019-07-12"], ["time", "2000-01-01 13:05:52.348391"], ["datetime", "2020-11-16 23:19:36.705161"], ["created_at", "2020-11-17 21:05:00.001708"], ["updated_at", "2020-11-17 21:05:00.001708"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", 15.9215496287319], ["string", "Est laborum et."], ["created_at", "2020-11-17 21:05:00.020364"], ["updated_at", "2020-11-17 21:05:00.020364"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 13.2209466703251], ["string", "Omnis omnis ipsa cupiditate."], ["created_at", "2020-11-17 21:05:00.021863"], ["updated_at", "2020-11-17 21:05:00.021863"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1028], ["decimal", 37.4117887853125], ["string", "Eum eaque consectetur."], ["created_at", "2020-11-17 21:05:00.023052"], ["updated_at", "2020-11-17 21:05:00.023052"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 0.503480612990879], ["string", "Sed et nisi est."], ["created_at", "2020-11-17 21:05:00.024176"], ["updated_at", "2020-11-17 21:05:00.024176"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 24.0397436958866], ["string", "Hic velit et."], ["created_at", "2020-11-17 21:05:00.025287"], ["updated_at", "2020-11-17 21:05:00.025287"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:05:00.032718"], ["updated_at", "2020-11-17 21:05:00.032718"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:05:00.034318"], ["updated_at", "2020-11-17 21:05:00.034318"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:05:00.035626"], ["updated_at", "2020-11-17 21:05:00.035626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:05:00.036898"], ["updated_at", "2020-11-17 21:05:00.036898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:05:00.038179"], ["updated_at", "2020-11-17 21:05:00.038179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-17 21:05:00.044301"], ["updated_at", "2020-11-17 21:05:00.044301"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-17 21:05:00.046246"], ["updated_at", "2020-11-17 21:05:00.046246"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-17 21:05:00.048111"], ["updated_at", "2020-11-17 21:05:00.048111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-17 21:05:00.049918"], ["updated_at", "2020-11-17 21:05:00.049918"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-17 21:05:00.051619"], ["updated_at", "2020-11-17 21:05:00.051619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-17 21:05:00.056568"], ["updated_at", "2020-11-17 21:05:00.056568"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 21:05:00.057956"], ["updated_at", "2020-11-17 21:05:00.057956"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-17 21:05:00.059195"], ["updated_at", "2020-11-17 21:05:00.059195"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 21:05:00.060362"], ["updated_at", "2020-11-17 21:05:00.060362"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 21:05:00.061542"], ["updated_at", "2020-11-17 21:05:00.061542"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.066088"], ["updated_at", "2020-11-17 21:05:00.066088"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.067372"], ["updated_at", "2020-11-17 21:05:00.067372"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.068532"], ["updated_at", "2020-11-17 21:05:00.068532"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.069712"], ["updated_at", "2020-11-17 21:05:00.069712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.070862"], ["updated_at", "2020-11-17 21:05:00.070862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:05:00.084248"], ["updated_at", "2020-11-17 21:05:00.084248"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:05:00.085561"], ["updated_at", "2020-11-17 21:05:00.085561"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:05:00.086708"], ["updated_at", "2020-11-17 21:05:00.086708"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:05:00.087818"], ["updated_at", "2020-11-17 21:05:00.087818"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:05:00.088936"], ["updated_at", "2020-11-17 21:05:00.088936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.092191"], ["updated_at", "2020-11-17 21:05:00.092191"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.092925"], ["updated_at", "2020-11-17 21:05:00.092925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.093560"], ["updated_at", "2020-11-17 21:05:00.093560"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.094188"], ["updated_at", "2020-11-17 21:05:00.094188"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.094807"], ["updated_at", "2020-11-17 21:05:00.094807"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.097541"], ["updated_at", "2020-11-17 21:05:00.097541"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.098242"], ["updated_at", "2020-11-17 21:05:00.098242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.098889"], ["updated_at", "2020-11-17 21:05:00.098889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.099538"], ["updated_at", "2020-11-17 21:05:00.099538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.100174"], ["updated_at", "2020-11-17 21:05:00.100174"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 6.28085278957503], ["string", "Reiciendis temporibus officiis."], ["date", "2019-11-06"], ["time", "2000-01-01 15:46:24.515524"], ["datetime", "2020-11-17 02:15:11.601122"], ["created_at", "2020-11-17 21:05:00.101439"], ["updated_at", "2020-11-17 21:05:00.101439"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 4.11663845878629], ["string", "Voluptatem libero fugit commodi."], ["date", "2019-04-30"], ["time", "2000-01-01 05:01:15.211895"], ["datetime", "2020-11-17 18:40:39.920434"], ["created_at", "2020-11-17 21:05:00.102864"], ["updated_at", "2020-11-17 21:05:00.102864"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 21.9096917116312], ["string", "Aliquam amet assumenda."], ["date", "2022-04-16"], ["time", "2000-01-01 20:24:38.726577"], ["datetime", "2020-11-17 19:56:25.278188"], ["created_at", "2020-11-17 21:05:00.104206"], ["updated_at", "2020-11-17 21:05:00.104206"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 17.840451197261], ["string", "Recusandae et voluptas qui."], ["date", "2020-10-30"], ["time", "2000-01-01 22:39:34.175087"], ["datetime", "2020-11-17 09:45:22.785067"], ["created_at", "2020-11-17 21:05:00.105541"], ["updated_at", "2020-11-17 21:05:00.105541"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 25], ["decimal", 13.8005801903152], ["string", "Est soluta porro."], ["date", "2019-02-04"], ["time", "2000-01-01 23:01:09.811282"], ["datetime", "2020-11-17 00:38:27.314090"], ["created_at", "2020-11-17 21:05:00.106879"], ["updated_at", "2020-11-17 21:05:00.106879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 0.558689783080534], ["string", "Sint dolorum dolor."], ["created_at", "2020-11-17 21:05:00.108080"], ["updated_at", "2020-11-17 21:05:00.108080"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 26.0292073407408], ["string", "Doloribus nihil soluta odio."], ["created_at", "2020-11-17 21:05:00.109067"], ["updated_at", "2020-11-17 21:05:00.109067"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 9.99315570968142], ["string", "Vero totam delectus."], ["created_at", "2020-11-17 21:05:00.110079"], ["updated_at", "2020-11-17 21:05:00.110079"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 4.79313537479847], ["string", "Ut qui in alias."], ["created_at", "2020-11-17 21:05:00.111067"], ["updated_at", "2020-11-17 21:05:00.111067"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 5.25181656099137], ["string", "Eum nihil sint."], ["created_at", "2020-11-17 21:05:00.112005"], ["updated_at", "2020-11-17 21:05:00.112005"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-17 21:05:00.113363"], ["updated_at", "2020-11-17 21:05:00.113363"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-17 21:05:00.114550"], ["updated_at", "2020-11-17 21:05:00.114550"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-17 21:05:00.115685"], ["updated_at", "2020-11-17 21:05:00.115685"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:05:00.116803"], ["updated_at", "2020-11-17 21:05:00.116803"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-17 21:05:00.117914"], ["updated_at", "2020-11-17 21:05:00.117914"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-17 21:05:00.119531"], ["updated_at", "2020-11-17 21:05:00.119531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 9], ["created_at", "2020-11-17 21:05:00.121095"], ["updated_at", "2020-11-17 21:05:00.121095"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 10], ["created_at", "2020-11-17 21:05:00.122646"], ["updated_at", "2020-11-17 21:05:00.122646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 10], ["created_at", "2020-11-17 21:05:00.124182"], ["updated_at", "2020-11-17 21:05:00.124182"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 9], ["created_at", "2020-11-17 21:05:00.125740"], ["updated_at", "2020-11-17 21:05:00.125740"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-17 21:05:00.126973"], ["updated_at", "2020-11-17 21:05:00.126973"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-17 21:05:00.128186"], ["updated_at", "2020-11-17 21:05:00.128186"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-17 21:05:00.129732"], ["updated_at", "2020-11-17 21:05:00.129732"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-17 21:05:00.131243"], ["updated_at", "2020-11-17 21:05:00.131243"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-17 21:05:00.132692"], ["updated_at", "2020-11-17 21:05:00.132692"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:05:00.134379"], ["updated_at", "2020-11-17 21:05:00.134379"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:05:00.135793"], ["updated_at", "2020-11-17 21:05:00.135793"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:05:00.137203"], ["updated_at", "2020-11-17 21:05:00.137203"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:05:00.138590"], ["updated_at", "2020-11-17 21:05:00.138590"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:05:00.139961"], ["updated_at", "2020-11-17 21:05:00.139961"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-17 21:05:00.147588"], ["updated_at", "2020-11-17 21:05:00.147588"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:05:00.149052"], ["updated_at", "2020-11-17 21:05:00.149052"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:05:00.150513"], ["updated_at", "2020-11-17 21:05:00.150513"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:05:00.151911"], ["updated_at", "2020-11-17 21:05:00.151911"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:05:00.153409"], ["updated_at", "2020-11-17 21:05:00.153409"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.154338"], ["updated_at", "2020-11-17 21:05:00.154338"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.155163"], ["updated_at", "2020-11-17 21:05:00.155163"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.155969"], ["updated_at", "2020-11-17 21:05:00.155969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.156769"], ["updated_at", "2020-11-17 21:05:00.156769"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.157582"], ["updated_at", "2020-11-17 21:05:00.157582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.158468"], ["updated_at", "2020-11-17 21:05:00.158468"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.159322"], ["updated_at", "2020-11-17 21:05:00.159322"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.160171"], ["updated_at", "2020-11-17 21:05:00.160171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.160994"], ["updated_at", "2020-11-17 21:05:00.160994"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.161828"], ["updated_at", "2020-11-17 21:05:00.161828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 21], ["decimal", 11.1157911293376], ["string", "Labore omnis et."], ["date", "2022-11-05"], ["time", "2000-01-01 05:33:58.267952"], ["datetime", "2020-11-17 05:26:30.969564"], ["created_at", "2020-11-17 21:05:00.163253"], ["updated_at", "2020-11-17 21:05:00.163253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 1.69657384496977], ["string", "Aut excepturi sapiente laudantium."], ["date", "2019-08-07"], ["time", "2000-01-01 05:56:50.167656"], ["datetime", "2020-11-17 13:19:16.441790"], ["created_at", "2020-11-17 21:05:00.164849"], ["updated_at", "2020-11-17 21:05:00.164849"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 40], ["decimal", 2.40487300138499], ["string", "Ipsa exercitationem aut."], ["date", "2020-02-29"], ["time", "2000-01-01 05:23:49.746994"], ["datetime", "2020-11-17 11:02:27.123304"], ["created_at", "2020-11-17 21:05:00.166377"], ["updated_at", "2020-11-17 21:05:00.166377"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 15.4883143531441], ["string", "Aut quis accusantium et."], ["date", "2022-08-09"], ["time", "2000-01-01 16:10:51.576634"], ["datetime", "2020-11-16 21:23:57.784071"], ["created_at", "2020-11-17 21:05:00.167900"], ["updated_at", "2020-11-17 21:05:00.167900"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 23], ["decimal", 12.2317648286192], ["string", "Ut quis est."], ["date", "2022-06-17"], ["time", "2000-01-01 11:43:15.741781"], ["datetime", "2020-11-17 19:34:02.831403"], ["created_at", "2020-11-17 21:05:00.169450"], ["updated_at", "2020-11-17 21:05:00.169450"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1032], ["decimal", 11.6663594255548], ["string", "Earum aut dolores."], ["created_at", "2020-11-17 21:05:00.170843"], ["updated_at", "2020-11-17 21:05:00.170843"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 5.04270495696722], ["string", "Praesentium non sunt corporis."], ["created_at", "2020-11-17 21:05:00.171997"], ["updated_at", "2020-11-17 21:05:00.171997"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 15.5002902375828], ["string", "Tempore laudantium incidunt."], ["created_at", "2020-11-17 21:05:00.173152"], ["updated_at", "2020-11-17 21:05:00.173152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 20.4071681211123], ["string", "Hic qui ut necessitatibus."], ["created_at", "2020-11-17 21:05:00.174292"], ["updated_at", "2020-11-17 21:05:00.174292"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 1.29356781873454], ["string", "Ut repellendus impedit."], ["created_at", "2020-11-17 21:05:00.175422"], ["updated_at", "2020-11-17 21:05:00.175422"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-17 21:05:00.177091"], ["updated_at", "2020-11-17 21:05:00.177091"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-17 21:05:00.178610"], ["updated_at", "2020-11-17 21:05:00.178610"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-17 21:05:00.180144"], ["updated_at", "2020-11-17 21:05:00.180144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-17 21:05:00.181661"], ["updated_at", "2020-11-17 21:05:00.181661"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-17 21:05:00.183134"], ["updated_at", "2020-11-17 21:05:00.183134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 13], ["created_at", "2020-11-17 21:05:00.185191"], ["updated_at", "2020-11-17 21:05:00.185191"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 12], ["created_at", "2020-11-17 21:05:00.187203"], ["updated_at", "2020-11-17 21:05:00.187203"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-17 21:05:00.189214"], ["updated_at", "2020-11-17 21:05:00.189214"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 10], ["created_at", "2020-11-17 21:05:00.191257"], ["updated_at", "2020-11-17 21:05:00.191257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 4], ["created_at", "2020-11-17 21:05:00.193252"], ["updated_at", "2020-11-17 21:05:00.193252"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-17 21:05:00.194754"], ["updated_at", "2020-11-17 21:05:00.194754"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-17 21:05:00.196261"], ["updated_at", "2020-11-17 21:05:00.196261"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-17 21:05:00.197721"], ["updated_at", "2020-11-17 21:05:00.197721"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-17 21:05:00.199167"], ["updated_at", "2020-11-17 21:05:00.199167"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-17 21:05:00.200604"], ["updated_at", "2020-11-17 21:05:00.200604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:05:00.202120"], ["updated_at", "2020-11-17 21:05:00.202120"], ["india_id", 7]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:05:00.203645"], ["updated_at", "2020-11-17 21:05:00.203645"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:05:00.205082"], ["updated_at", "2020-11-17 21:05:00.205082"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:05:00.206486"], ["updated_at", "2020-11-17 21:05:00.206486"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:05:00.207876"], ["updated_at", "2020-11-17 21:05:00.207876"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-17 21:05:00.215612"], ["updated_at", "2020-11-17 21:05:00.215612"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-17 21:05:00.217123"], ["updated_at", "2020-11-17 21:05:00.217123"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-17 21:05:00.218598"], ["updated_at", "2020-11-17 21:05:00.218598"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-17 21:05:00.220024"], ["updated_at", "2020-11-17 21:05:00.220024"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-17 21:05:00.221454"], ["updated_at", "2020-11-17 21:05:00.221454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.222361"], ["updated_at", "2020-11-17 21:05:00.222361"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.223182"], ["updated_at", "2020-11-17 21:05:00.223182"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.223997"], ["updated_at", "2020-11-17 21:05:00.223997"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.224808"], ["updated_at", "2020-11-17 21:05:00.224808"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.225625"], ["updated_at", "2020-11-17 21:05:00.225625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.226487"], ["updated_at", "2020-11-17 21:05:00.226487"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.227339"], ["updated_at", "2020-11-17 21:05:00.227339"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.228218"], ["updated_at", "2020-11-17 21:05:00.228218"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.229040"], ["updated_at", "2020-11-17 21:05:00.229040"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.229873"], ["updated_at", "2020-11-17 21:05:00.229873"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 7.32379075293811], ["string", "Non quia beatae."], ["date", "2021-11-29"], ["time", "2000-01-01 09:11:50.719064"], ["datetime", "2020-11-17 20:36:22.278767"], ["created_at", "2020-11-17 21:05:00.238317"], ["updated_at", "2020-11-17 21:05:00.238317"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 0.768560695285553], ["string", "Veritatis nostrum molestiae dignissimos."], ["date", "2020-09-10"], ["time", "2000-01-01 17:02:46.177085"], ["datetime", "2020-11-17 04:40:50.462485"], ["created_at", "2020-11-17 21:05:00.240953"], ["updated_at", "2020-11-17 21:05:00.240953"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 25.7846099898512], ["string", "Quis voluptas dicta."], ["date", "2021-05-20"], ["time", "2000-01-01 23:05:33.692485"], ["datetime", "2020-11-17 18:05:10.026612"], ["created_at", "2020-11-17 21:05:00.242935"], ["updated_at", "2020-11-17 21:05:00.242935"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 11.1582780759514], ["string", "Doloribus inventore cumque maiores."], ["date", "2021-04-27"], ["time", "2000-01-01 03:53:12.705483"], ["datetime", "2020-11-17 06:08:55.093940"], ["created_at", "2020-11-17 21:05:00.245390"], ["updated_at", "2020-11-17 21:05:00.245390"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 18.7195042310521], ["string", "Est necessitatibus voluptatem."], ["date", "2019-07-18"], ["time", "2000-01-01 18:59:53.474107"], ["datetime", "2020-11-17 16:50:50.583083"], ["created_at", "2020-11-17 21:05:00.247274"], ["updated_at", "2020-11-17 21:05:00.247274"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 7.22528927553255], ["string", "Id sed consequatur."], ["created_at", "2020-11-17 21:05:00.248767"], ["updated_at", "2020-11-17 21:05:00.248767"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 20.0560590624778], ["string", "Sit voluptatum laudantium qui."], ["created_at", "2020-11-17 21:05:00.250211"], ["updated_at", "2020-11-17 21:05:00.250211"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 35.6831442784502], ["string", "Porro incidunt repellat."], ["created_at", "2020-11-17 21:05:00.251444"], ["updated_at", "2020-11-17 21:05:00.251444"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 6.79530425006056], ["string", "Aspernatur ut veritatis rerum."], ["created_at", "2020-11-17 21:05:00.252626"], ["updated_at", "2020-11-17 21:05:00.252626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 7.60932639736861], ["string", "Debitis minima atque."], ["created_at", "2020-11-17 21:05:00.253799"], ["updated_at", "2020-11-17 21:05:00.253799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:05:00.255556"], ["updated_at", "2020-11-17 21:05:00.255556"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:05:00.257503"], ["updated_at", "2020-11-17 21:05:00.257503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:05:00.259007"], ["updated_at", "2020-11-17 21:05:00.259007"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:05:00.260433"], ["updated_at", "2020-11-17 21:05:00.260433"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:05:00.261859"], ["updated_at", "2020-11-17 21:05:00.261859"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-17 21:05:00.263880"], ["updated_at", "2020-11-17 21:05:00.263880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-17 21:05:00.266054"], ["updated_at", "2020-11-17 21:05:00.266054"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-17 21:05:00.268119"], ["updated_at", "2020-11-17 21:05:00.268119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-17 21:05:00.270154"], ["updated_at", "2020-11-17 21:05:00.270154"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-17 21:05:00.272130"], ["updated_at", "2020-11-17 21:05:00.272130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-17 21:05:00.273712"], ["updated_at", "2020-11-17 21:05:00.273712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-17 21:05:00.275370"], ["updated_at", "2020-11-17 21:05:00.275370"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-17 21:05:00.276804"], ["updated_at", "2020-11-17 21:05:00.276804"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 21:05:00.278270"], ["updated_at", "2020-11-17 21:05:00.278270"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-17 21:05:00.279706"], ["updated_at", "2020-11-17 21:05:00.279706"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.281281"], ["updated_at", "2020-11-17 21:05:00.281281"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.282895"], ["updated_at", "2020-11-17 21:05:00.282895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.284330"], ["updated_at", "2020-11-17 21:05:00.284330"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.285750"], ["updated_at", "2020-11-17 21:05:00.285750"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.287157"], ["updated_at", "2020-11-17 21:05:00.287157"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:05:00.294864"], ["updated_at", "2020-11-17 21:05:00.294864"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:05:00.296494"], ["updated_at", "2020-11-17 21:05:00.296494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:05:00.297923"], ["updated_at", "2020-11-17 21:05:00.297923"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:05:00.299330"], ["updated_at", "2020-11-17 21:05:00.299330"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:05:00.300720"], ["updated_at", "2020-11-17 21:05:00.300720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.301615"], ["updated_at", "2020-11-17 21:05:00.301615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.302478"], ["updated_at", "2020-11-17 21:05:00.302478"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.303419"], ["updated_at", "2020-11-17 21:05:00.303419"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.304237"], ["updated_at", "2020-11-17 21:05:00.304237"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.305038"], ["updated_at", "2020-11-17 21:05:00.305038"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.305904"], ["updated_at", "2020-11-17 21:05:00.305904"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.306745"], ["updated_at", "2020-11-17 21:05:00.306745"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.307562"], ["updated_at", "2020-11-17 21:05:00.307562"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.308377"], ["updated_at", "2020-11-17 21:05:00.308377"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.309201"], ["updated_at", "2020-11-17 21:05:00.309201"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 24.655918211988], ["string", "Quidem alias et."], ["date", "2021-04-28"], ["time", "2000-01-01 08:18:50.932409"], ["datetime", "2020-11-17 00:15:15.303824"], ["created_at", "2020-11-17 21:05:00.310610"], ["updated_at", "2020-11-17 21:05:00.310610"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 4.57866146524148], ["string", "Ratione velit sed rem."], ["date", "2020-08-03"], ["time", "2000-01-01 23:15:52.948988"], ["datetime", "2020-11-17 09:03:03.601622"], ["created_at", "2020-11-17 21:05:00.312170"], ["updated_at", "2020-11-17 21:05:00.312170"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 1.34511433511115], ["string", "Vitae dolorum minima."], ["date", "2019-11-29"], ["time", "2000-01-01 00:23:18.860366"], ["datetime", "2020-11-17 19:44:22.506098"], ["created_at", "2020-11-17 21:05:00.313750"], ["updated_at", "2020-11-17 21:05:00.313750"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 11.3538352145264], ["string", "Similique incidunt repellendus nesciunt."], ["date", "2022-06-26"], ["time", "2000-01-01 06:18:13.029362"], ["datetime", "2020-11-17 18:01:47.446785"], ["created_at", "2020-11-17 21:05:00.315285"], ["updated_at", "2020-11-17 21:05:00.315285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 11.1478697168717], ["string", "Illum alias sapiente."], ["date", "2021-07-07"], ["time", "2000-01-01 08:54:51.335752"], ["datetime", "2020-11-17 07:10:25.332317"], ["created_at", "2020-11-17 21:05:00.316800"], ["updated_at", "2020-11-17 21:05:00.316800"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 6.73542015740846], ["string", "Nam dolores iusto."], ["created_at", "2020-11-17 21:05:00.318193"], ["updated_at", "2020-11-17 21:05:00.318193"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 11.9338339559111], ["string", "Eius accusantium autem amet."], ["created_at", "2020-11-17 21:05:00.319354"], ["updated_at", "2020-11-17 21:05:00.319354"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1020], ["decimal", 3.02135789799796], ["string", "Sed enim quasi."], ["created_at", "2020-11-17 21:05:00.320471"], ["updated_at", "2020-11-17 21:05:00.320471"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 9.58265771409959], ["string", "Aspernatur doloribus qui soluta."], ["created_at", "2020-11-17 21:05:00.321595"], ["updated_at", "2020-11-17 21:05:00.321595"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 18.9247826716813], ["string", "Veniam ea distinctio."], ["created_at", "2020-11-17 21:05:00.322721"], ["updated_at", "2020-11-17 21:05:00.322721"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:05:00.324334"], ["updated_at", "2020-11-17 21:05:00.324334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-17 21:05:00.325792"], ["updated_at", "2020-11-17 21:05:00.325792"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:05:00.327194"], ["updated_at", "2020-11-17 21:05:00.327194"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-17 21:05:00.328605"], ["updated_at", "2020-11-17 21:05:00.328605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:05:00.330047"], ["updated_at", "2020-11-17 21:05:00.330047"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-17 21:05:00.332059"], ["updated_at", "2020-11-17 21:05:00.332059"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 10], ["created_at", "2020-11-17 21:05:00.334056"], ["updated_at", "2020-11-17 21:05:00.334056"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (2.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-17 21:05:00.336007"], ["updated_at", "2020-11-17 21:05:00.336007"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 2], ["created_at", "2020-11-17 21:05:00.349901"], ["updated_at", "2020-11-17 21:05:00.349901"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 4], ["created_at", "2020-11-17 21:05:00.352486"], ["updated_at", "2020-11-17 21:05:00.352486"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-17 21:05:00.354515"], ["updated_at", "2020-11-17 21:05:00.354515"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-17 21:05:00.356464"], ["updated_at", "2020-11-17 21:05:00.356464"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-17 21:05:00.358400"], ["updated_at", "2020-11-17 21:05:00.358400"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-17 21:05:00.360195"], ["updated_at", "2020-11-17 21:05:00.360195"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-17 21:05:00.361938"], ["updated_at", "2020-11-17 21:05:00.361938"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:05:00.363692"], ["updated_at", "2020-11-17 21:05:00.363692"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:05:00.365402"], ["updated_at", "2020-11-17 21:05:00.365402"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:05:00.367013"], ["updated_at", "2020-11-17 21:05:00.367013"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:05:00.368690"], ["updated_at", "2020-11-17 21:05:00.368690"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:05:00.370315"], ["updated_at", "2020-11-17 21:05:00.370315"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:05:00.378850"], ["updated_at", "2020-11-17 21:05:00.378850"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-17 21:05:00.380393"], ["updated_at", "2020-11-17 21:05:00.380393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-17 21:05:00.381848"], ["updated_at", "2020-11-17 21:05:00.381848"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-17 21:05:00.383299"], ["updated_at", "2020-11-17 21:05:00.383299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-17 21:05:00.384740"], ["updated_at", "2020-11-17 21:05:00.384740"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.385669"], ["updated_at", "2020-11-17 21:05:00.385669"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.386537"], ["updated_at", "2020-11-17 21:05:00.386537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.387365"], ["updated_at", "2020-11-17 21:05:00.387365"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.388209"], ["updated_at", "2020-11-17 21:05:00.388209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.389021"], ["updated_at", "2020-11-17 21:05:00.389021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.389913"], ["updated_at", "2020-11-17 21:05:00.389913"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.390786"], ["updated_at", "2020-11-17 21:05:00.390786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.391629"], ["updated_at", "2020-11-17 21:05:00.391629"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.392469"], ["updated_at", "2020-11-17 21:05:00.392469"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.393317"], ["updated_at", "2020-11-17 21:05:00.393317"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 10.1882458983295], ["string", "Nemo laboriosam similique."], ["date", "2020-11-24"], ["time", "2000-01-01 03:26:55.975588"], ["datetime", "2020-11-17 02:10:24.606135"], ["created_at", "2020-11-17 21:05:00.394737"], ["updated_at", "2020-11-17 21:05:00.394737"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 8.00830049035114], ["string", "Ducimus aut et fugiat."], ["date", "2019-12-24"], ["time", "2000-01-01 17:29:01.366766"], ["datetime", "2020-11-17 07:32:58.893825"], ["created_at", "2020-11-17 21:05:00.396379"], ["updated_at", "2020-11-17 21:05:00.396379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 9.82271285549582], ["string", "Aut et aliquam."], ["date", "2020-02-23"], ["time", "2000-01-01 13:04:56.231751"], ["datetime", "2020-11-17 18:45:44.906612"], ["created_at", "2020-11-17 21:05:00.397983"], ["updated_at", "2020-11-17 21:05:00.397983"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 0.194301153158745], ["string", "Molestias commodi tempore praesentium."], ["date", "2019-07-16"], ["time", "2000-01-01 22:12:40.800797"], ["datetime", "2020-11-17 14:23:31.499230"], ["created_at", "2020-11-17 21:05:00.399527"], ["updated_at", "2020-11-17 21:05:00.399527"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 3.46509463786426], ["string", "Fugit quidem laudantium."], ["date", "2022-02-15"], ["time", "2000-01-01 04:19:16.970010"], ["datetime", "2020-11-17 07:39:45.967835"], ["created_at", "2020-11-17 21:05:00.401084"], ["updated_at", "2020-11-17 21:05:00.401084"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 21.9155150428204], ["string", "Omnis impedit veritatis."], ["created_at", "2020-11-17 21:05:00.402515"], ["updated_at", "2020-11-17 21:05:00.402515"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 4.15734442809098], ["string", "Labore voluptates sint natus."], ["created_at", "2020-11-17 21:05:00.403692"], ["updated_at", "2020-11-17 21:05:00.403692"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 5.56785699663704], ["string", "Eum ipsam alias."], ["created_at", "2020-11-17 21:05:00.404828"], ["updated_at", "2020-11-17 21:05:00.404828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 12.436357518776], ["string", "Voluptatem amet autem reprehenderit."], ["created_at", "2020-11-17 21:05:00.406063"], ["updated_at", "2020-11-17 21:05:00.406063"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 23.4524939533824], ["string", "Est ut et."], ["created_at", "2020-11-17 21:05:00.407284"], ["updated_at", "2020-11-17 21:05:00.407284"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:05:00.408937"], ["updated_at", "2020-11-17 21:05:00.408937"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:05:00.410438"], ["updated_at", "2020-11-17 21:05:00.410438"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:05:00.411939"], ["updated_at", "2020-11-17 21:05:00.411939"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:05:00.413394"], ["updated_at", "2020-11-17 21:05:00.413394"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:05:00.414848"], ["updated_at", "2020-11-17 21:05:00.414848"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 12], ["created_at", "2020-11-17 21:05:00.416912"], ["updated_at", "2020-11-17 21:05:00.416912"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 1], ["created_at", "2020-11-17 21:05:00.418947"], ["updated_at", "2020-11-17 21:05:00.418947"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 6], ["created_at", "2020-11-17 21:05:00.420998"], ["updated_at", "2020-11-17 21:05:00.420998"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-17 21:05:00.423005"], ["updated_at", "2020-11-17 21:05:00.423005"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 3], ["created_at", "2020-11-17 21:05:00.424987"], ["updated_at", "2020-11-17 21:05:00.424987"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 11], ["created_at", "2020-11-17 21:05:00.426529"], ["updated_at", "2020-11-17 21:05:00.426529"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-17 21:05:00.427995"], ["updated_at", "2020-11-17 21:05:00.427995"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-17 21:05:00.429445"], ["updated_at", "2020-11-17 21:05:00.429445"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-17 21:05:00.430900"], ["updated_at", "2020-11-17 21:05:00.430900"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-17 21:05:00.432363"], ["updated_at", "2020-11-17 21:05:00.432363"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:05:00.433886"], ["updated_at", "2020-11-17 21:05:00.433886"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:05:00.435327"], ["updated_at", "2020-11-17 21:05:00.435327"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:05:00.436729"], ["updated_at", "2020-11-17 21:05:00.436729"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:05:00.438133"], ["updated_at", "2020-11-17 21:05:00.438133"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:05:00.439525"], ["updated_at", "2020-11-17 21:05:00.439525"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:05:00.447336"], ["updated_at", "2020-11-17 21:05:00.447336"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-17 21:05:00.448838"], ["updated_at", "2020-11-17 21:05:00.448838"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-17 21:05:00.450305"], ["updated_at", "2020-11-17 21:05:00.450305"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:05:00.451749"], ["updated_at", "2020-11-17 21:05:00.451749"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:05:00.453175"], ["updated_at", "2020-11-17 21:05:00.453175"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.454061"], ["updated_at", "2020-11-17 21:05:00.454061"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.454880"], ["updated_at", "2020-11-17 21:05:00.454880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.455738"], ["updated_at", "2020-11-17 21:05:00.455738"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.456606"], ["updated_at", "2020-11-17 21:05:00.456606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.457433"], ["updated_at", "2020-11-17 21:05:00.457433"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.458311"], ["updated_at", "2020-11-17 21:05:00.458311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.459151"], ["updated_at", "2020-11-17 21:05:00.459151"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.459993"], ["updated_at", "2020-11-17 21:05:00.459993"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.460821"], ["updated_at", "2020-11-17 21:05:00.460821"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.461668"], ["updated_at", "2020-11-17 21:05:00.461668"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 29], ["decimal", 9.98825426208448], ["string", "Quod et autem."], ["date", "2022-10-21"], ["time", "2000-01-01 07:42:38.083873"], ["datetime", "2020-11-17 06:45:14.160830"], ["created_at", "2020-11-17 21:05:00.500794"], ["updated_at", "2020-11-17 21:05:00.500794"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 8.15320068706298], ["string", "Voluptas omnis voluptatem dicta."], ["date", "2021-06-07"], ["time", "2000-01-01 18:59:42.255201"], ["datetime", "2020-11-17 03:48:39.900470"], ["created_at", "2020-11-17 21:05:00.503009"], ["updated_at", "2020-11-17 21:05:00.503009"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 15.8533776395122], ["string", "Possimus provident recusandae."], ["date", "2018-11-18"], ["time", "2000-01-01 15:50:13.123512"], ["datetime", "2020-11-17 15:47:56.769546"], ["created_at", "2020-11-17 21:05:00.504749"], ["updated_at", "2020-11-17 21:05:00.504749"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 3.74347566687251], ["string", "Sint omnis maxime."], ["date", "2022-08-01"], ["time", "2000-01-01 14:00:28.142835"], ["datetime", "2020-11-17 07:12:21.609045"], ["created_at", "2020-11-17 21:05:00.508484"], ["updated_at", "2020-11-17 21:05:00.508484"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 33], ["decimal", 0.478996142252615], ["string", "Sequi dolores molestias rem."], ["date", "2022-10-24"], ["time", "2000-01-01 05:39:58.063898"], ["datetime", "2020-11-17 10:48:39.866287"], ["created_at", "2020-11-17 21:05:00.511017"], ["updated_at", "2020-11-17 21:05:00.511017"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 20.1403937022862], ["string", "Recusandae sed harum."], ["date", "2021-05-11"], ["time", "2000-01-01 06:54:16.888376"], ["datetime", "2020-11-17 13:07:44.828944"], ["created_at", "2020-11-17 21:05:00.513414"], ["updated_at", "2020-11-17 21:05:00.513414"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.516587"], ["updated_at", "2020-11-17 21:05:00.516587"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 6.97640409353281], ["string", "Occaecati voluptatem aperiam."], ["date", "2020-07-28"], ["time", "2000-01-01 14:03:25.787775"], ["datetime", "2020-11-17 17:33:06.339228"], ["created_at", "2020-11-17 21:05:00.542974"], ["updated_at", "2020-11-17 21:05:00.542974"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 31], ["decimal", 8.04813574690548], ["string", "Enim sed aliquam placeat."], ["date", "2020-03-28"], ["time", "2000-01-01 20:56:31.586229"], ["datetime", "2020-11-17 10:05:56.733756"], ["created_at", "2020-11-17 21:05:00.545667"], ["updated_at", "2020-11-17 21:05:00.545667"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 14.7142068346035], ["string", "Culpa voluptatum ipsum."], ["date", "2022-04-12"], ["time", "2000-01-01 01:38:39.874551"], ["datetime", "2020-11-16 21:55:28.276621"], ["created_at", "2020-11-17 21:05:00.547876"], ["updated_at", "2020-11-17 21:05:00.547876"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 28.4630639636393], ["string", "Quo labore sit ratione."], ["date", "2021-09-03"], ["time", "2000-01-01 14:37:48.283096"], ["datetime", "2020-11-17 15:52:10.176960"], ["created_at", "2020-11-17 21:05:00.549718"], ["updated_at", "2020-11-17 21:05:00.549718"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 27], ["decimal", 14.6736371010541], ["string", "Sint quo aperiam."], ["date", "2019-03-25"], ["time", "2000-01-01 09:47:02.112064"], ["datetime", "2020-11-17 04:31:35.141580"], ["created_at", "2020-11-17 21:05:00.551493"], ["updated_at", "2020-11-17 21:05:00.551493"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 23.91667657426], ["string", "Voluptas aut earum."], ["created_at", "2020-11-17 21:05:00.553128"], ["updated_at", "2020-11-17 21:05:00.553128"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 15.5525858065492], ["string", "Laboriosam sunt esse incidunt."], ["created_at", "2020-11-17 21:05:00.554582"], ["updated_at", "2020-11-17 21:05:00.554582"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", 6.51550339771445], ["string", "Maiores sunt repellendus."], ["created_at", "2020-11-17 21:05:00.556011"], ["updated_at", "2020-11-17 21:05:00.556011"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 8.9666056259353], ["string", "Perspiciatis architecto dolorem delectus."], ["created_at", "2020-11-17 21:05:00.557495"], ["updated_at", "2020-11-17 21:05:00.557495"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 7.38027197897771], ["string", "Temporibus enim eius."], ["created_at", "2020-11-17 21:05:00.558707"], ["updated_at", "2020-11-17 21:05:00.558707"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:05:00.560412"], ["updated_at", "2020-11-17 21:05:00.560412"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:05:00.562464"], ["updated_at", "2020-11-17 21:05:00.562464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:05:00.564165"], ["updated_at", "2020-11-17 21:05:00.564165"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:05:00.565494"], ["updated_at", "2020-11-17 21:05:00.565494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:05:00.566746"], ["updated_at", "2020-11-17 21:05:00.566746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-17 21:05:00.568558"], ["updated_at", "2020-11-17 21:05:00.568558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-17 21:05:00.570360"], ["updated_at", "2020-11-17 21:05:00.570360"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-17 21:05:00.572125"], ["updated_at", "2020-11-17 21:05:00.572125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-17 21:05:00.574206"], ["updated_at", "2020-11-17 21:05:00.574206"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-17 21:05:00.575969"], ["updated_at", "2020-11-17 21:05:00.575969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 21:05:00.577338"], ["updated_at", "2020-11-17 21:05:00.577338"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 21:05:00.578629"], ["updated_at", "2020-11-17 21:05:00.578629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 21:05:00.579844"], ["updated_at", "2020-11-17 21:05:00.579844"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-17 21:05:00.581021"], ["updated_at", "2020-11-17 21:05:00.581021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-17 21:05:00.582171"], ["updated_at", "2020-11-17 21:05:00.582171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.583502"], ["updated_at", "2020-11-17 21:05:00.583502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.584739"], ["updated_at", "2020-11-17 21:05:00.584739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.585888"], ["updated_at", "2020-11-17 21:05:00.585888"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.587064"], ["updated_at", "2020-11-17 21:05:00.587064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.588201"], ["updated_at", "2020-11-17 21:05:00.588201"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:05:00.595080"], ["updated_at", "2020-11-17 21:05:00.595080"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:05:00.596279"], ["updated_at", "2020-11-17 21:05:00.596279"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:05:00.597424"], ["updated_at", "2020-11-17 21:05:00.597424"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:05:00.598522"], ["updated_at", "2020-11-17 21:05:00.598522"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:05:00.599612"], ["updated_at", "2020-11-17 21:05:00.599612"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.600327"], ["updated_at", "2020-11-17 21:05:00.600327"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.600987"], ["updated_at", "2020-11-17 21:05:00.600987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.601648"], ["updated_at", "2020-11-17 21:05:00.601648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.602265"], ["updated_at", "2020-11-17 21:05:00.602265"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.602890"], ["updated_at", "2020-11-17 21:05:00.602890"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.603556"], ["updated_at", "2020-11-17 21:05:00.603556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.604219"], ["updated_at", "2020-11-17 21:05:00.604219"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.604856"], ["updated_at", "2020-11-17 21:05:00.604856"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.605512"], ["updated_at", "2020-11-17 21:05:00.605512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.606146"], ["updated_at", "2020-11-17 21:05:00.606146"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 23.9382273018961], ["string", "Quia in eum."], ["date", "2021-07-29"], ["time", "2000-01-01 20:35:43.356618"], ["datetime", "2020-11-17 07:49:00.065427"], ["created_at", "2020-11-17 21:05:00.607352"], ["updated_at", "2020-11-17 21:05:00.607352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 6.59400875651622], ["string", "Aut voluptatem qui minus."], ["date", "2018-11-20"], ["time", "2000-01-01 16:17:56.656139"], ["datetime", "2020-11-17 01:39:46.433289"], ["created_at", "2020-11-17 21:05:00.608763"], ["updated_at", "2020-11-17 21:05:00.608763"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 4.28326694513414], ["string", "Possimus beatae sunt."], ["date", "2019-10-04"], ["time", "2000-01-01 01:13:48.442154"], ["datetime", "2020-11-17 05:49:46.422738"], ["created_at", "2020-11-17 21:05:00.610245"], ["updated_at", "2020-11-17 21:05:00.610245"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 25.5903198059801], ["string", "Quaerat voluptatem magnam iste."], ["date", "2020-11-22"], ["time", "2000-01-01 23:49:22.156852"], ["datetime", "2020-11-17 17:13:29.210112"], ["created_at", "2020-11-17 21:05:00.611625"], ["updated_at", "2020-11-17 21:05:00.611625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 25], ["decimal", 30.8772997889765], ["string", "Fuga quasi sunt."], ["date", "2022-08-13"], ["time", "2000-01-01 10:20:35.409640"], ["datetime", "2020-11-17 07:12:27.222414"], ["created_at", "2020-11-17 21:05:00.612948"], ["updated_at", "2020-11-17 21:05:00.612948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 17.6566004028713], ["string", "Iusto eius reiciendis."], ["created_at", "2020-11-17 21:05:00.614168"], ["updated_at", "2020-11-17 21:05:00.614168"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 4.0047550031748], ["string", "Neque est voluptatibus nihil."], ["created_at", "2020-11-17 21:05:00.615162"], ["updated_at", "2020-11-17 21:05:00.615162"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 6.21108021010292], ["string", "Aut consequuntur omnis."], ["created_at", "2020-11-17 21:05:00.616105"], ["updated_at", "2020-11-17 21:05:00.616105"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 11.2795181850907], ["string", "Animi qui possimus numquam."], ["created_at", "2020-11-17 21:05:00.617055"], ["updated_at", "2020-11-17 21:05:00.617055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 15.3705768646409], ["string", "Non nemo sunt."], ["created_at", "2020-11-17 21:05:00.618005"], ["updated_at", "2020-11-17 21:05:00.618005"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-17 21:05:00.619337"], ["updated_at", "2020-11-17 21:05:00.619337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:05:00.620497"], ["updated_at", "2020-11-17 21:05:00.620497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-17 21:05:00.621626"], ["updated_at", "2020-11-17 21:05:00.621626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-17 21:05:00.622740"], ["updated_at", "2020-11-17 21:05:00.622740"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:05:00.623858"], ["updated_at", "2020-11-17 21:05:00.623858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 5], ["created_at", "2020-11-17 21:05:00.625468"], ["updated_at", "2020-11-17 21:05:00.625468"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 8], ["created_at", "2020-11-17 21:05:00.627037"], ["updated_at", "2020-11-17 21:05:00.627037"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 3], ["created_at", "2020-11-17 21:05:00.628563"], ["updated_at", "2020-11-17 21:05:00.628563"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 5], ["created_at", "2020-11-17 21:05:00.630113"], ["updated_at", "2020-11-17 21:05:00.630113"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 6], ["created_at", "2020-11-17 21:05:00.631651"], ["updated_at", "2020-11-17 21:05:00.631651"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-17 21:05:00.632852"], ["updated_at", "2020-11-17 21:05:00.632852"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-17 21:05:00.634017"], ["updated_at", "2020-11-17 21:05:00.634017"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-17 21:05:00.635189"], ["updated_at", "2020-11-17 21:05:00.635189"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-17 21:05:00.636330"], ["updated_at", "2020-11-17 21:05:00.636330"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 21:05:00.637493"], ["updated_at", "2020-11-17 21:05:00.637493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:05:00.638674"], ["updated_at", "2020-11-17 21:05:00.638674"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:05:00.639793"], ["updated_at", "2020-11-17 21:05:00.639793"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:05:00.640881"], ["updated_at", "2020-11-17 21:05:00.640881"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:05:00.641976"], ["updated_at", "2020-11-17 21:05:00.641976"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:05:00.643059"], ["updated_at", "2020-11-17 21:05:00.643059"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:05:00.649796"], ["updated_at", "2020-11-17 21:05:00.649796"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-17 21:05:00.650975"], ["updated_at", "2020-11-17 21:05:00.650975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-17 21:05:00.652086"], ["updated_at", "2020-11-17 21:05:00.652086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:05:00.653194"], ["updated_at", "2020-11-17 21:05:00.653194"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-17 21:05:00.654309"], ["updated_at", "2020-11-17 21:05:00.654309"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.655021"], ["updated_at", "2020-11-17 21:05:00.655021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.655671"], ["updated_at", "2020-11-17 21:05:00.655671"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.656300"], ["updated_at", "2020-11-17 21:05:00.656300"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.656910"], ["updated_at", "2020-11-17 21:05:00.656910"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.657540"], ["updated_at", "2020-11-17 21:05:00.657540"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.658202"], ["updated_at", "2020-11-17 21:05:00.658202"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.658867"], ["updated_at", "2020-11-17 21:05:00.658867"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.659502"], ["updated_at", "2020-11-17 21:05:00.659502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.660177"], ["updated_at", "2020-11-17 21:05:00.660177"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.660833"], ["updated_at", "2020-11-17 21:05:00.660833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 22], ["decimal", 24.4290593634685], ["string", "Totam in corporis."], ["date", "2019-01-24"], ["time", "2000-01-01 11:52:36.140305"], ["datetime", "2020-11-16 23:59:10.463940"], ["created_at", "2020-11-17 21:05:00.662071"], ["updated_at", "2020-11-17 21:05:00.662071"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 36], ["decimal", 12.0195302674213], ["string", "Totam itaque modi rerum."], ["date", "2019-05-12"], ["time", "2000-01-01 02:05:46.822032"], ["datetime", "2020-11-17 16:56:20.262555"], ["created_at", "2020-11-17 21:05:00.663464"], ["updated_at", "2020-11-17 21:05:00.663464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 2.82181937525922], ["string", "Officia et animi."], ["date", "2022-11-12"], ["time", "2000-01-01 18:06:33.865561"], ["datetime", "2020-11-16 21:43:16.603184"], ["created_at", "2020-11-17 21:05:00.664797"], ["updated_at", "2020-11-17 21:05:00.664797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 4.54405922098409], ["string", "Et voluptates et qui."], ["date", "2022-08-28"], ["time", "2000-01-01 09:15:39.599415"], ["datetime", "2020-11-17 16:33:26.739277"], ["created_at", "2020-11-17 21:05:00.666133"], ["updated_at", "2020-11-17 21:05:00.666133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 21], ["decimal", 5.35591831515414], ["string", "Maiores nihil dolor."], ["date", "2022-04-17"], ["time", "2000-01-01 01:16:24.214644"], ["datetime", "2020-11-17 14:22:09.268518"], ["created_at", "2020-11-17 21:05:00.667453"], ["updated_at", "2020-11-17 21:05:00.667453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 39.9288526657228], ["string", "Perspiciatis sit ratione."], ["created_at", "2020-11-17 21:05:00.668641"], ["updated_at", "2020-11-17 21:05:00.668641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 2.54853592621927], ["string", "In et quos et."], ["created_at", "2020-11-17 21:05:00.669620"], ["updated_at", "2020-11-17 21:05:00.669620"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1030], ["decimal", 7.13765210934522], ["string", "Eum sunt ab."], ["created_at", "2020-11-17 21:05:00.670560"], ["updated_at", "2020-11-17 21:05:00.670560"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1022], ["decimal", 13.4683386785847], ["string", "Esse blanditiis voluptatem totam."], ["created_at", "2020-11-17 21:05:00.671491"], ["updated_at", "2020-11-17 21:05:00.671491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 33.6956097787169], ["string", "Vero sapiente omnis."], ["created_at", "2020-11-17 21:05:00.672434"], ["updated_at", "2020-11-17 21:05:00.672434"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-17 21:05:00.673772"], ["updated_at", "2020-11-17 21:05:00.673772"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:05:00.674944"], ["updated_at", "2020-11-17 21:05:00.674944"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-17 21:05:00.676082"], ["updated_at", "2020-11-17 21:05:00.676082"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:05:00.677210"], ["updated_at", "2020-11-17 21:05:00.677210"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-17 21:05:00.678329"], ["updated_at", "2020-11-17 21:05:00.678329"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (2.3ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 11], ["created_at", "2020-11-17 21:05:00.689274"], ["updated_at", "2020-11-17 21:05:00.689274"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 3], ["created_at", "2020-11-17 21:05:00.693679"], ["updated_at", "2020-11-17 21:05:00.693679"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-17 21:05:00.695656"], ["updated_at", "2020-11-17 21:05:00.695656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 1], ["created_at", "2020-11-17 21:05:00.697582"], ["updated_at", "2020-11-17 21:05:00.697582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 4], ["created_at", "2020-11-17 21:05:00.699541"], ["updated_at", "2020-11-17 21:05:00.699541"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-17 21:05:00.700953"], ["updated_at", "2020-11-17 21:05:00.700953"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-17 21:05:00.702379"], ["updated_at", "2020-11-17 21:05:00.702379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 21:05:00.703789"], ["updated_at", "2020-11-17 21:05:00.703789"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-17 21:05:00.705169"], ["updated_at", "2020-11-17 21:05:00.705169"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-17 21:05:00.706498"], ["updated_at", "2020-11-17 21:05:00.706498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:05:00.707912"], ["updated_at", "2020-11-17 21:05:00.707912"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:05:00.709244"], ["updated_at", "2020-11-17 21:05:00.709244"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:05:00.710513"], ["updated_at", "2020-11-17 21:05:00.710513"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:05:00.711881"], ["updated_at", "2020-11-17 21:05:00.711881"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:05:00.713205"], ["updated_at", "2020-11-17 21:05:00.713205"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-17 21:05:00.720983"], ["updated_at", "2020-11-17 21:05:00.720983"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-17 21:05:00.722224"], ["updated_at", "2020-11-17 21:05:00.722224"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:05:00.723371"], ["updated_at", "2020-11-17 21:05:00.723371"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:05:00.724521"], ["updated_at", "2020-11-17 21:05:00.724521"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-17 21:05:00.725671"], ["updated_at", "2020-11-17 21:05:00.725671"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.726414"], ["updated_at", "2020-11-17 21:05:00.726414"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.727082"], ["updated_at", "2020-11-17 21:05:00.727082"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.727739"], ["updated_at", "2020-11-17 21:05:00.727739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.728369"], ["updated_at", "2020-11-17 21:05:00.728369"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:05:00.728996"], ["updated_at", "2020-11-17 21:05:00.728996"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.729675"], ["updated_at", "2020-11-17 21:05:00.729675"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.730353"], ["updated_at", "2020-11-17 21:05:00.730353"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.731015"], ["updated_at", "2020-11-17 21:05:00.731015"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.731678"], ["updated_at", "2020-11-17 21:05:00.731678"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:05:00.732328"], ["updated_at", "2020-11-17 21:05:00.732328"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.4ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.8ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (1.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (1.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:08:19.003315"], ["updated_at", "2020-11-17 21:08:19.003315"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.9ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.2ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.9ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.8ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.9ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:08:42.468307"], ["updated_at", "2020-11-17 21:08:42.468307"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.8ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.8ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.9ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (11.6ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (36.6ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.8ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.8ms) DELETE FROM "echos";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.8ms) DELETE FROM "foxtrots";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (2.5ms) DELETE FROM "charlies";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'charlies';  (2.5ms) DELETE FROM "deltas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'deltas';  (2.4ms) DELETE FROM "hotels";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.8ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.7ms) DELETE FROM "juliets";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["string", "Ut et nam."], ["date", "2020-02-04"], ["time", "2000-01-01 05:37:03.260151"], ["datetime", "2020-11-17 12:14:35.862683"], ["created_at", "2020-11-17 21:09:40.034635"], ["updated_at", "2020-11-17 21:09:40.034635"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["string", "Et id cum id."], ["date", "2019-05-05"], ["time", "2000-01-01 00:58:08.878973"], ["datetime", "2020-11-16 21:46:24.318482"], ["created_at", "2020-11-17 21:09:40.036941"], ["updated_at", "2020-11-17 21:09:40.036941"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["string", "Saepe consequatur illo."], ["date", "2020-01-05"], ["time", "2000-01-01 18:04:15.326296"], ["datetime", "2020-11-17 03:06:31.109445"], ["created_at", "2020-11-17 21:09:40.038548"], ["updated_at", "2020-11-17 21:09:40.038548"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["string", "Libero porro facere repudiandae."], ["date", "2021-08-11"], ["time", "2000-01-01 09:20:19.720154"], ["datetime", "2020-11-17 09:55:13.974143"], ["created_at", "2020-11-17 21:09:40.040096"], ["updated_at", "2020-11-17 21:09:40.040096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["string", "Facilis impedit ab."], ["date", "2022-10-13"], ["time", "2000-01-01 02:55:03.491009"], ["datetime", "2020-11-17 08:03:22.226402"], ["created_at", "2020-11-17 21:09:40.041660"], ["updated_at", "2020-11-17 21:09:40.041660"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1001], ["string", "Alias laborum earum."], ["created_at", "2020-11-17 21:09:40.047328"], ["updated_at", "2020-11-17 21:09:40.047328"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["string", "Rerum quasi sunt placeat."], ["created_at", "2020-11-17 21:09:40.048669"], ["updated_at", "2020-11-17 21:09:40.048669"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1012], ["string", "Minima omnis porro."], ["created_at", "2020-11-17 21:09:40.049906"], ["updated_at", "2020-11-17 21:09:40.049906"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1025], ["string", "Dolorem dicta voluptatum quo."], ["created_at", "2020-11-17 21:09:40.051178"], ["updated_at", "2020-11-17 21:09:40.051178"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1003], ["string", "Deserunt ut in."], ["created_at", "2020-11-17 21:09:40.060947"], ["updated_at", "2020-11-17 21:09:40.060947"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:09:40.068316"], ["updated_at", "2020-11-17 21:09:40.068316"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:09:40.070306"], ["updated_at", "2020-11-17 21:09:40.070306"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:09:40.072032"], ["updated_at", "2020-11-17 21:09:40.072032"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:09:40.073803"], ["updated_at", "2020-11-17 21:09:40.073803"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:09:40.075610"], ["updated_at", "2020-11-17 21:09:40.075610"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 21:09:40.095069"], ["updated_at", "2020-11-17 21:09:40.095069"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-17 21:09:40.096914"], ["updated_at", "2020-11-17 21:09:40.096914"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 21:09:40.098418"], ["updated_at", "2020-11-17 21:09:40.098418"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-17 21:09:40.099891"], ["updated_at", "2020-11-17 21:09:40.099891"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 21:09:40.101406"], ["updated_at", "2020-11-17 21:09:40.101406"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.106320"], ["updated_at", "2020-11-17 21:09:40.106320"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.108036"], ["updated_at", "2020-11-17 21:09:40.108036"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.109585"], ["updated_at", "2020-11-17 21:09:40.109585"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.111026"], ["updated_at", "2020-11-17 21:09:40.111026"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.112165"], ["updated_at", "2020-11-17 21:09:40.112165"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:09:40.125612"], ["updated_at", "2020-11-17 21:09:40.125612"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:09:40.126864"], ["updated_at", "2020-11-17 21:09:40.126864"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:09:40.127984"], ["updated_at", "2020-11-17 21:09:40.127984"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:09:40.129058"], ["updated_at", "2020-11-17 21:09:40.129058"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:09:40.130213"], ["updated_at", "2020-11-17 21:09:40.130213"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.133567"], ["updated_at", "2020-11-17 21:09:40.133567"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.134318"], ["updated_at", "2020-11-17 21:09:40.134318"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.134961"], ["updated_at", "2020-11-17 21:09:40.134961"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.135595"], ["updated_at", "2020-11-17 21:09:40.135595"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.136231"], ["updated_at", "2020-11-17 21:09:40.136231"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.138967"], ["updated_at", "2020-11-17 21:09:40.138967"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.139700"], ["updated_at", "2020-11-17 21:09:40.139700"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.140350"], ["updated_at", "2020-11-17 21:09:40.140350"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.141012"], ["updated_at", "2020-11-17 21:09:40.141012"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.141669"], ["updated_at", "2020-11-17 21:09:40.141669"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["string", "Earum ullam ut."], ["date", "2020-04-25"], ["time", "2000-01-01 18:46:12.551770"], ["datetime", "2020-11-17 10:11:56.166522"], ["created_at", "2020-11-17 21:09:40.142977"], ["updated_at", "2020-11-17 21:09:40.142977"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 37], ["string", "Quia vero a quia."], ["date", "2019-06-12"], ["time", "2000-01-01 03:22:19.641654"], ["datetime", "2020-11-17 10:22:00.058783"], ["created_at", "2020-11-17 21:09:40.144385"], ["updated_at", "2020-11-17 21:09:40.144385"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["string", "Officiis corrupti ut."], ["date", "2021-07-17"], ["time", "2000-01-01 13:25:47.677921"], ["datetime", "2020-11-17 01:15:02.682177"], ["created_at", "2020-11-17 21:09:40.145740"], ["updated_at", "2020-11-17 21:09:40.145740"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["string", "Corporis nemo aperiam dolor."], ["date", "2019-04-03"], ["time", "2000-01-01 19:51:40.072714"], ["datetime", "2020-11-17 07:31:11.271778"], ["created_at", "2020-11-17 21:09:40.147088"], ["updated_at", "2020-11-17 21:09:40.147088"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["string", "Non porro est."], ["date", "2022-02-22"], ["time", "2000-01-01 14:19:37.765510"], ["datetime", "2020-11-17 12:47:59.618406"], ["created_at", "2020-11-17 21:09:40.148427"], ["updated_at", "2020-11-17 21:09:40.148427"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1003], ["string", "Maxime hic sunt."], ["created_at", "2020-11-17 21:09:40.149642"], ["updated_at", "2020-11-17 21:09:40.149642"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["string", "Consequatur nobis id ex."], ["created_at", "2020-11-17 21:09:40.150675"], ["updated_at", "2020-11-17 21:09:40.150675"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["string", "Pariatur id aspernatur."], ["created_at", "2020-11-17 21:09:40.151672"], ["updated_at", "2020-11-17 21:09:40.151672"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["string", "Similique dicta tempore dolorum."], ["created_at", "2020-11-17 21:09:40.152673"], ["updated_at", "2020-11-17 21:09:40.152673"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1014], ["string", "Ut sunt quae."], ["created_at", "2020-11-17 21:09:40.153701"], ["updated_at", "2020-11-17 21:09:40.153701"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:09:40.155069"], ["updated_at", "2020-11-17 21:09:40.155069"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:09:40.156260"], ["updated_at", "2020-11-17 21:09:40.156260"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:09:40.157392"], ["updated_at", "2020-11-17 21:09:40.157392"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-17 21:09:40.158513"], ["updated_at", "2020-11-17 21:09:40.158513"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:09:40.159628"], ["updated_at", "2020-11-17 21:09:40.159628"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-17 21:09:40.168220"], ["updated_at", "2020-11-17 21:09:40.168220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-17 21:09:40.169508"], ["updated_at", "2020-11-17 21:09:40.169508"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-17 21:09:40.170652"], ["updated_at", "2020-11-17 21:09:40.170652"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-17 21:09:40.171819"], ["updated_at", "2020-11-17 21:09:40.171819"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-17 21:09:40.172980"], ["updated_at", "2020-11-17 21:09:40.172980"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:09:40.174568"], ["updated_at", "2020-11-17 21:09:40.174568"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:09:40.175845"], ["updated_at", "2020-11-17 21:09:40.175845"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:09:40.176950"], ["updated_at", "2020-11-17 21:09:40.176950"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:09:40.178058"], ["updated_at", "2020-11-17 21:09:40.178058"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:09:40.179152"], ["updated_at", "2020-11-17 21:09:40.179152"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:09:40.186226"], ["updated_at", "2020-11-17 21:09:40.186226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:09:40.187457"], ["updated_at", "2020-11-17 21:09:40.187457"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-17 21:09:40.188582"], ["updated_at", "2020-11-17 21:09:40.188582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:09:40.189727"], ["updated_at", "2020-11-17 21:09:40.189727"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:09:40.190954"], ["updated_at", "2020-11-17 21:09:40.190954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.191696"], ["updated_at", "2020-11-17 21:09:40.191696"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.192364"], ["updated_at", "2020-11-17 21:09:40.192364"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.192999"], ["updated_at", "2020-11-17 21:09:40.192999"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.193645"], ["updated_at", "2020-11-17 21:09:40.193645"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.194268"], ["updated_at", "2020-11-17 21:09:40.194268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.194931"], ["updated_at", "2020-11-17 21:09:40.194931"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.195610"], ["updated_at", "2020-11-17 21:09:40.195610"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.196272"], ["updated_at", "2020-11-17 21:09:40.196272"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.196928"], ["updated_at", "2020-11-17 21:09:40.196928"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.197582"], ["updated_at", "2020-11-17 21:09:40.197582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["string", "Aspernatur aliquam dicta."], ["date", "2022-09-06"], ["time", "2000-01-01 10:22:34.132738"], ["datetime", "2020-11-16 23:59:54.928324"], ["created_at", "2020-11-17 21:09:40.198868"], ["updated_at", "2020-11-17 21:09:40.198868"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 31], ["string", "Reiciendis incidunt doloribus placeat."], ["date", "2019-09-18"], ["time", "2000-01-01 13:09:06.347950"], ["datetime", "2020-11-17 21:04:59.779339"], ["created_at", "2020-11-17 21:09:40.200272"], ["updated_at", "2020-11-17 21:09:40.200272"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 32], ["string", "Culpa aut eaque."], ["date", "2019-03-22"], ["time", "2000-01-01 17:26:02.108335"], ["datetime", "2020-11-17 03:05:18.145401"], ["created_at", "2020-11-17 21:09:40.201644"], ["updated_at", "2020-11-17 21:09:40.201644"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 39], ["string", "Totam ex eos fugit."], ["date", "2021-05-14"], ["time", "2000-01-01 10:01:14.412146"], ["datetime", "2020-11-17 01:40:29.579818"], ["created_at", "2020-11-17 21:09:40.202980"], ["updated_at", "2020-11-17 21:09:40.202980"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["string", "Voluptatem rerum debitis."], ["date", "2020-04-05"], ["time", "2000-01-01 00:54:42.191450"], ["datetime", "2020-11-17 19:50:20.708909"], ["created_at", "2020-11-17 21:09:40.204303"], ["updated_at", "2020-11-17 21:09:40.204303"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["string", "Voluptas velit autem."], ["created_at", "2020-11-17 21:09:40.205514"], ["updated_at", "2020-11-17 21:09:40.205514"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["string", "Eius vero velit possimus."], ["created_at", "2020-11-17 21:09:40.206553"], ["updated_at", "2020-11-17 21:09:40.206553"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1010], ["string", "Et adipisci qui."], ["created_at", "2020-11-17 21:09:40.207541"], ["updated_at", "2020-11-17 21:09:40.207541"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["string", "Qui natus sapiente totam."], ["created_at", "2020-11-17 21:09:40.208518"], ["updated_at", "2020-11-17 21:09:40.208518"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1027], ["string", "Non rerum aut."], ["created_at", "2020-11-17 21:09:40.209509"], ["updated_at", "2020-11-17 21:09:40.209509"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-17 21:09:40.210887"], ["updated_at", "2020-11-17 21:09:40.210887"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:09:40.212096"], ["updated_at", "2020-11-17 21:09:40.212096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-17 21:09:40.213252"], ["updated_at", "2020-11-17 21:09:40.213252"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-17 21:09:40.214378"], ["updated_at", "2020-11-17 21:09:40.214378"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-17 21:09:40.215503"], ["updated_at", "2020-11-17 21:09:40.215503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-17 21:09:40.224166"], ["updated_at", "2020-11-17 21:09:40.224166"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-17 21:09:40.225465"], ["updated_at", "2020-11-17 21:09:40.225465"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-17 21:09:40.226649"], ["updated_at", "2020-11-17 21:09:40.226649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-17 21:09:40.227818"], ["updated_at", "2020-11-17 21:09:40.227818"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-17 21:09:40.228979"], ["updated_at", "2020-11-17 21:09:40.228979"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:09:40.230182"], ["updated_at", "2020-11-17 21:09:40.230182"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:09:40.231308"], ["updated_at", "2020-11-17 21:09:40.231308"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:09:40.232408"], ["updated_at", "2020-11-17 21:09:40.232408"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:09:40.233529"], ["updated_at", "2020-11-17 21:09:40.233529"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:09:40.234628"], ["updated_at", "2020-11-17 21:09:40.234628"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:09:40.241440"], ["updated_at", "2020-11-17 21:09:40.241440"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-17 21:09:40.242743"], ["updated_at", "2020-11-17 21:09:40.242743"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:09:40.244130"], ["updated_at", "2020-11-17 21:09:40.244130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:09:40.245507"], ["updated_at", "2020-11-17 21:09:40.245507"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-17 21:09:40.246665"], ["updated_at", "2020-11-17 21:09:40.246665"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.247377"], ["updated_at", "2020-11-17 21:09:40.247377"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.248021"], ["updated_at", "2020-11-17 21:09:40.248021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.248655"], ["updated_at", "2020-11-17 21:09:40.248655"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.249300"], ["updated_at", "2020-11-17 21:09:40.249300"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.249926"], ["updated_at", "2020-11-17 21:09:40.249926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.250590"], ["updated_at", "2020-11-17 21:09:40.250590"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.251256"], ["updated_at", "2020-11-17 21:09:40.251256"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.251899"], ["updated_at", "2020-11-17 21:09:40.251899"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.252553"], ["updated_at", "2020-11-17 21:09:40.252553"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.253199"], ["updated_at", "2020-11-17 21:09:40.253199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["string", "Aut eius neque."], ["date", "2022-03-04"], ["time", "2000-01-01 23:37:55.366904"], ["datetime", "2020-11-17 20:29:57.854326"], ["created_at", "2020-11-17 21:09:40.275068"], ["updated_at", "2020-11-17 21:09:40.275068"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["string", "Impedit libero nihil est."], ["date", "2022-11-01"], ["time", "2000-01-01 05:08:23.432426"], ["datetime", "2020-11-17 13:22:29.161907"], ["created_at", "2020-11-17 21:09:40.277809"], ["updated_at", "2020-11-17 21:09:40.277809"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["string", "Tempora doloribus dolorem."], ["date", "2021-12-20"], ["time", "2000-01-01 20:24:53.932570"], ["datetime", "2020-11-17 16:39:46.391239"], ["created_at", "2020-11-17 21:09:40.280592"], ["updated_at", "2020-11-17 21:09:40.280592"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["string", "Aut deserunt rerum alias."], ["date", "2020-02-20"], ["time", "2000-01-01 01:11:01.189352"], ["datetime", "2020-11-17 11:27:42.791960"], ["created_at", "2020-11-17 21:09:40.283038"], ["updated_at", "2020-11-17 21:09:40.283038"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["string", "Non voluptas sunt."], ["date", "2020-12-08"], ["time", "2000-01-01 23:11:49.547396"], ["datetime", "2020-11-17 15:03:03.413245"], ["created_at", "2020-11-17 21:09:40.285711"], ["updated_at", "2020-11-17 21:09:40.285711"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1016], ["string", "Commodi et rerum."], ["created_at", "2020-11-17 21:09:40.287572"], ["updated_at", "2020-11-17 21:09:40.287572"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["string", "Ut iste molestiae sed."], ["created_at", "2020-11-17 21:09:40.288935"], ["updated_at", "2020-11-17 21:09:40.288935"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["string", "Laborum ipsa molestiae."], ["created_at", "2020-11-17 21:09:40.290232"], ["updated_at", "2020-11-17 21:09:40.290232"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["string", "Repellat consequatur dolorem et."], ["created_at", "2020-11-17 21:09:40.291498"], ["updated_at", "2020-11-17 21:09:40.291498"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1016], ["string", "Consequatur minima et."], ["created_at", "2020-11-17 21:09:40.292778"], ["updated_at", "2020-11-17 21:09:40.292778"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:09:40.294456"], ["updated_at", "2020-11-17 21:09:40.294456"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:09:40.296241"], ["updated_at", "2020-11-17 21:09:40.296241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:09:40.297964"], ["updated_at", "2020-11-17 21:09:40.297964"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:09:40.299418"], ["updated_at", "2020-11-17 21:09:40.299418"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:09:40.300751"], ["updated_at", "2020-11-17 21:09:40.300751"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 21:09:40.311300"], ["updated_at", "2020-11-17 21:09:40.311300"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 21:09:40.312809"], ["updated_at", "2020-11-17 21:09:40.312809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-17 21:09:40.314167"], ["updated_at", "2020-11-17 21:09:40.314167"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-17 21:09:40.315485"], ["updated_at", "2020-11-17 21:09:40.315485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-17 21:09:40.316784"], ["updated_at", "2020-11-17 21:09:40.316784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.318217"], ["updated_at", "2020-11-17 21:09:40.318217"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.319513"], ["updated_at", "2020-11-17 21:09:40.319513"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.320760"], ["updated_at", "2020-11-17 21:09:40.320760"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.321999"], ["updated_at", "2020-11-17 21:09:40.321999"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.323176"], ["updated_at", "2020-11-17 21:09:40.323176"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:09:40.330238"], ["updated_at", "2020-11-17 21:09:40.330238"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:09:40.331505"], ["updated_at", "2020-11-17 21:09:40.331505"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:09:40.332676"], ["updated_at", "2020-11-17 21:09:40.332676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:09:40.333834"], ["updated_at", "2020-11-17 21:09:40.333834"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:09:40.334960"], ["updated_at", "2020-11-17 21:09:40.334960"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.335705"], ["updated_at", "2020-11-17 21:09:40.335705"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.336390"], ["updated_at", "2020-11-17 21:09:40.336390"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.337046"], ["updated_at", "2020-11-17 21:09:40.337046"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.337714"], ["updated_at", "2020-11-17 21:09:40.337714"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.338347"], ["updated_at", "2020-11-17 21:09:40.338347"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.339030"], ["updated_at", "2020-11-17 21:09:40.339030"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.339714"], ["updated_at", "2020-11-17 21:09:40.339714"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.340373"], ["updated_at", "2020-11-17 21:09:40.340373"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.341019"], ["updated_at", "2020-11-17 21:09:40.341019"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.341689"], ["updated_at", "2020-11-17 21:09:40.341689"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["string", "Et facilis ab."], ["date", "2019-03-05"], ["time", "2000-01-01 01:25:20.622506"], ["datetime", "2020-11-17 16:16:29.904584"], ["created_at", "2020-11-17 21:09:40.342968"], ["updated_at", "2020-11-17 21:09:40.342968"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["string", "Qui inventore explicabo ex."], ["date", "2022-10-02"], ["time", "2000-01-01 05:49:46.173626"], ["datetime", "2020-11-17 10:05:47.248693"], ["created_at", "2020-11-17 21:09:40.344380"], ["updated_at", "2020-11-17 21:09:40.344380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["string", "Ratione eum rem."], ["date", "2020-08-08"], ["time", "2000-01-01 02:09:19.961302"], ["datetime", "2020-11-17 05:10:00.723152"], ["created_at", "2020-11-17 21:09:40.345747"], ["updated_at", "2020-11-17 21:09:40.345747"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["string", "Veritatis quod accusamus sunt."], ["date", "2019-04-14"], ["time", "2000-01-01 07:38:16.125766"], ["datetime", "2020-11-17 07:39:08.887356"], ["created_at", "2020-11-17 21:09:40.347106"], ["updated_at", "2020-11-17 21:09:40.347106"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["string", "Et sunt laborum."], ["date", "2021-07-04"], ["time", "2000-01-01 11:56:59.023009"], ["datetime", "2020-11-17 10:10:35.889466"], ["created_at", "2020-11-17 21:09:40.348449"], ["updated_at", "2020-11-17 21:09:40.348449"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["string", "Quibusdam et dolor."], ["created_at", "2020-11-17 21:09:40.349684"], ["updated_at", "2020-11-17 21:09:40.349684"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["string", "Ratione fugit quis temporibus."], ["created_at", "2020-11-17 21:09:40.350740"], ["updated_at", "2020-11-17 21:09:40.350740"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["string", "Facilis non illum."], ["created_at", "2020-11-17 21:09:40.351743"], ["updated_at", "2020-11-17 21:09:40.351743"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["string", "Aut totam deleniti et."], ["created_at", "2020-11-17 21:09:40.352736"], ["updated_at", "2020-11-17 21:09:40.352736"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["string", "Quidem velit sed."], ["created_at", "2020-11-17 21:09:40.353739"], ["updated_at", "2020-11-17 21:09:40.353739"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:09:40.355131"], ["updated_at", "2020-11-17 21:09:40.355131"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:09:40.356349"], ["updated_at", "2020-11-17 21:09:40.356349"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:09:40.357524"], ["updated_at", "2020-11-17 21:09:40.357524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:09:40.358650"], ["updated_at", "2020-11-17 21:09:40.358650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-17 21:09:40.359781"], ["updated_at", "2020-11-17 21:09:40.359781"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-17 21:09:40.368436"], ["updated_at", "2020-11-17 21:09:40.368436"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-17 21:09:40.369698"], ["updated_at", "2020-11-17 21:09:40.369698"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-17 21:09:40.370848"], ["updated_at", "2020-11-17 21:09:40.370848"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-17 21:09:40.371984"], ["updated_at", "2020-11-17 21:09:40.371984"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-17 21:09:40.373176"], ["updated_at", "2020-11-17 21:09:40.373176"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:09:40.374395"], ["updated_at", "2020-11-17 21:09:40.374395"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:09:40.375706"], ["updated_at", "2020-11-17 21:09:40.375706"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:09:40.376921"], ["updated_at", "2020-11-17 21:09:40.376921"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:09:40.378052"], ["updated_at", "2020-11-17 21:09:40.378052"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:09:40.379159"], ["updated_at", "2020-11-17 21:09:40.379159"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-17 21:09:40.385961"], ["updated_at", "2020-11-17 21:09:40.385961"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:09:40.387173"], ["updated_at", "2020-11-17 21:09:40.387173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-17 21:09:40.388309"], ["updated_at", "2020-11-17 21:09:40.388309"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-17 21:09:40.389434"], ["updated_at", "2020-11-17 21:09:40.389434"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:09:40.390546"], ["updated_at", "2020-11-17 21:09:40.390546"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.391259"], ["updated_at", "2020-11-17 21:09:40.391259"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.391921"], ["updated_at", "2020-11-17 21:09:40.391921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.392547"], ["updated_at", "2020-11-17 21:09:40.392547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.393220"], ["updated_at", "2020-11-17 21:09:40.393220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.393874"], ["updated_at", "2020-11-17 21:09:40.393874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.394553"], ["updated_at", "2020-11-17 21:09:40.394553"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.395226"], ["updated_at", "2020-11-17 21:09:40.395226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.395871"], ["updated_at", "2020-11-17 21:09:40.395871"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.396511"], ["updated_at", "2020-11-17 21:09:40.396511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.397161"], ["updated_at", "2020-11-17 21:09:40.397161"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["string", "Temporibus pariatur et."], ["date", "2020-02-13"], ["time", "2000-01-01 23:47:34.133254"], ["datetime", "2020-11-17 09:43:42.136629"], ["created_at", "2020-11-17 21:09:40.398452"], ["updated_at", "2020-11-17 21:09:40.398452"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["string", "Laborum voluptas similique voluptas."], ["date", "2020-02-08"], ["time", "2000-01-01 09:11:10.420925"], ["datetime", "2020-11-17 17:56:48.599111"], ["created_at", "2020-11-17 21:09:40.399855"], ["updated_at", "2020-11-17 21:09:40.399855"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["string", "Sed libero dolorem."], ["date", "2021-09-20"], ["time", "2000-01-01 13:13:32.647958"], ["datetime", "2020-11-17 00:56:45.883461"], ["created_at", "2020-11-17 21:09:40.401235"], ["updated_at", "2020-11-17 21:09:40.401235"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["string", "Nihil dolore ipsum unde."], ["date", "2022-10-06"], ["time", "2000-01-01 19:40:40.373259"], ["datetime", "2020-11-17 14:00:53.082623"], ["created_at", "2020-11-17 21:09:40.402594"], ["updated_at", "2020-11-17 21:09:40.402594"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["string", "Possimus laboriosam consectetur."], ["date", "2022-11-15"], ["time", "2000-01-01 15:52:01.178381"], ["datetime", "2020-11-17 01:40:57.957717"], ["created_at", "2020-11-17 21:09:40.403963"], ["updated_at", "2020-11-17 21:09:40.403963"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1006], ["string", "Eligendi voluptas et."], ["created_at", "2020-11-17 21:09:40.405187"], ["updated_at", "2020-11-17 21:09:40.405187"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1032], ["string", "Sit dolorem rem ea."], ["created_at", "2020-11-17 21:09:40.406222"], ["updated_at", "2020-11-17 21:09:40.406222"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["string", "Consequatur dignissimos reiciendis."], ["created_at", "2020-11-17 21:09:40.407238"], ["updated_at", "2020-11-17 21:09:40.407238"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["string", "Quasi maxime a qui."], ["created_at", "2020-11-17 21:09:40.408226"], ["updated_at", "2020-11-17 21:09:40.408226"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1003], ["string", "Nobis doloremque consequatur."], ["created_at", "2020-11-17 21:09:40.409242"], ["updated_at", "2020-11-17 21:09:40.409242"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-17 21:09:40.410607"], ["updated_at", "2020-11-17 21:09:40.410607"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-17 21:09:40.411795"], ["updated_at", "2020-11-17 21:09:40.411795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:09:40.412932"], ["updated_at", "2020-11-17 21:09:40.412932"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:09:40.414097"], ["updated_at", "2020-11-17 21:09:40.414097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-17 21:09:40.415373"], ["updated_at", "2020-11-17 21:09:40.415373"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-17 21:09:40.424242"], ["updated_at", "2020-11-17 21:09:40.424242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 14], ["created_at", "2020-11-17 21:09:40.425558"], ["updated_at", "2020-11-17 21:09:40.425558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-17 21:09:40.426742"], ["updated_at", "2020-11-17 21:09:40.426742"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-17 21:09:40.427926"], ["updated_at", "2020-11-17 21:09:40.427926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 14], ["created_at", "2020-11-17 21:09:40.429111"], ["updated_at", "2020-11-17 21:09:40.429111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:09:40.430319"], ["updated_at", "2020-11-17 21:09:40.430319"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:09:40.431472"], ["updated_at", "2020-11-17 21:09:40.431472"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:09:40.432580"], ["updated_at", "2020-11-17 21:09:40.432580"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:09:40.433704"], ["updated_at", "2020-11-17 21:09:40.433704"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:09:40.434808"], ["updated_at", "2020-11-17 21:09:40.434808"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:09:40.441583"], ["updated_at", "2020-11-17 21:09:40.441583"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-17 21:09:40.442832"], ["updated_at", "2020-11-17 21:09:40.442832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-17 21:09:40.444072"], ["updated_at", "2020-11-17 21:09:40.444072"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:09:40.445230"], ["updated_at", "2020-11-17 21:09:40.445230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-17 21:09:40.446347"], ["updated_at", "2020-11-17 21:09:40.446347"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.447056"], ["updated_at", "2020-11-17 21:09:40.447056"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.447730"], ["updated_at", "2020-11-17 21:09:40.447730"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.448360"], ["updated_at", "2020-11-17 21:09:40.448360"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.448997"], ["updated_at", "2020-11-17 21:09:40.448997"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.449627"], ["updated_at", "2020-11-17 21:09:40.449627"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.450289"], ["updated_at", "2020-11-17 21:09:40.450289"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.450973"], ["updated_at", "2020-11-17 21:09:40.450973"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.451615"], ["updated_at", "2020-11-17 21:09:40.451615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.452250"], ["updated_at", "2020-11-17 21:09:40.452250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.452901"], ["updated_at", "2020-11-17 21:09:40.452901"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["string", "Nihil sint quis."], ["date", "2019-09-26"], ["time", "2000-01-01 11:12:43.310376"], ["datetime", "2020-11-17 05:52:26.447940"], ["created_at", "2020-11-17 21:09:40.503990"], ["updated_at", "2020-11-17 21:09:40.503990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 26], ["string", "Qui dolorem consequatur qui."], ["date", "2020-07-09"], ["time", "2000-01-01 10:36:01.992149"], ["datetime", "2020-11-17 05:49:03.362454"], ["created_at", "2020-11-17 21:09:40.505923"], ["updated_at", "2020-11-17 21:09:40.505923"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["string", "Optio laboriosam fugiat."], ["date", "2018-12-17"], ["time", "2000-01-01 21:15:09.281624"], ["datetime", "2020-11-17 08:37:43.214768"], ["created_at", "2020-11-17 21:09:40.507649"], ["updated_at", "2020-11-17 21:09:40.507649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 23], ["string", "Perspiciatis assumenda error."], ["date", "2019-10-14"], ["time", "2000-01-01 08:46:20.806611"], ["datetime", "2020-11-17 19:01:55.302255"], ["created_at", "2020-11-17 21:09:40.510955"], ["updated_at", "2020-11-17 21:09:40.510955"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["string", "Asperiores eius ut est."], ["date", "2019-12-04"], ["time", "2000-01-01 13:51:56.401744"], ["datetime", "2020-11-17 02:09:53.467334"], ["created_at", "2020-11-17 21:09:40.513769"], ["updated_at", "2020-11-17 21:09:40.513769"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["string", "Consequuntur ipsam modi."], ["date", "2021-07-12"], ["time", "2000-01-01 21:31:28.326061"], ["datetime", "2020-11-17 07:36:34.519027"], ["created_at", "2020-11-17 21:09:40.516548"], ["updated_at", "2020-11-17 21:09:40.516548"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.520552"], ["updated_at", "2020-11-17 21:09:40.520552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["string", "Fuga earum ut."], ["date", "2019-04-08"], ["time", "2000-01-01 14:21:13.489963"], ["datetime", "2020-11-17 05:16:04.768832"], ["created_at", "2020-11-17 21:09:40.547439"], ["updated_at", "2020-11-17 21:09:40.547439"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["string", "Exercitationem necessitatibus et amet."], ["date", "2019-10-19"], ["time", "2000-01-01 14:12:09.443648"], ["datetime", "2020-11-17 01:56:34.627281"], ["created_at", "2020-11-17 21:09:40.549772"], ["updated_at", "2020-11-17 21:09:40.549772"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["string", "Dolorem ducimus animi."], ["date", "2019-02-07"], ["time", "2000-01-01 08:07:34.284176"], ["datetime", "2020-11-17 20:56:42.516371"], ["created_at", "2020-11-17 21:09:40.552092"], ["updated_at", "2020-11-17 21:09:40.552092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["string", "Nihil illo a eveniet."], ["date", "2021-12-20"], ["time", "2000-01-01 19:37:58.851126"], ["datetime", "2020-11-16 21:43:11.387444"], ["created_at", "2020-11-17 21:09:40.554009"], ["updated_at", "2020-11-17 21:09:40.554009"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["string", "Veritatis similique voluptas."], ["date", "2021-07-18"], ["time", "2000-01-01 18:52:34.908981"], ["datetime", "2020-11-17 01:33:50.594518"], ["created_at", "2020-11-17 21:09:40.555729"], ["updated_at", "2020-11-17 21:09:40.555729"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1013], ["string", "Explicabo consequatur ipsa."], ["created_at", "2020-11-17 21:09:40.557213"], ["updated_at", "2020-11-17 21:09:40.557213"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["string", "Assumenda dolorem rerum magni."], ["created_at", "2020-11-17 21:09:40.558503"], ["updated_at", "2020-11-17 21:09:40.558503"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1025], ["string", "Omnis nostrum reiciendis."], ["created_at", "2020-11-17 21:09:40.559767"], ["updated_at", "2020-11-17 21:09:40.559767"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1002], ["string", "Qui et exercitationem nam."], ["created_at", "2020-11-17 21:09:40.560969"], ["updated_at", "2020-11-17 21:09:40.560969"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1004], ["string", "Eum est qui."], ["created_at", "2020-11-17 21:09:40.562260"], ["updated_at", "2020-11-17 21:09:40.562260"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:09:40.564155"], ["updated_at", "2020-11-17 21:09:40.564155"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:09:40.565938"], ["updated_at", "2020-11-17 21:09:40.565938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:09:40.567911"], ["updated_at", "2020-11-17 21:09:40.567911"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:09:40.569784"], ["updated_at", "2020-11-17 21:09:40.569784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:09:40.571321"], ["updated_at", "2020-11-17 21:09:40.571321"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 21:09:40.583034"], ["updated_at", "2020-11-17 21:09:40.583034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-17 21:09:40.584559"], ["updated_at", "2020-11-17 21:09:40.584559"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 21:09:40.585986"], ["updated_at", "2020-11-17 21:09:40.585986"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 21:09:40.587280"], ["updated_at", "2020-11-17 21:09:40.587280"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 21:09:40.588531"], ["updated_at", "2020-11-17 21:09:40.588531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.589994"], ["updated_at", "2020-11-17 21:09:40.589994"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.591282"], ["updated_at", "2020-11-17 21:09:40.591282"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.592585"], ["updated_at", "2020-11-17 21:09:40.592585"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.593865"], ["updated_at", "2020-11-17 21:09:40.593865"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.595144"], ["updated_at", "2020-11-17 21:09:40.595144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:09:40.602520"], ["updated_at", "2020-11-17 21:09:40.602520"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:09:40.603773"], ["updated_at", "2020-11-17 21:09:40.603773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:09:40.604915"], ["updated_at", "2020-11-17 21:09:40.604915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:09:40.606078"], ["updated_at", "2020-11-17 21:09:40.606078"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:09:40.607202"], ["updated_at", "2020-11-17 21:09:40.607202"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.607934"], ["updated_at", "2020-11-17 21:09:40.607934"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.608608"], ["updated_at", "2020-11-17 21:09:40.608608"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.609258"], ["updated_at", "2020-11-17 21:09:40.609258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.609901"], ["updated_at", "2020-11-17 21:09:40.609901"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.610533"], ["updated_at", "2020-11-17 21:09:40.610533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.611203"], ["updated_at", "2020-11-17 21:09:40.611203"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.611901"], ["updated_at", "2020-11-17 21:09:40.611901"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.612544"], ["updated_at", "2020-11-17 21:09:40.612544"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.613208"], ["updated_at", "2020-11-17 21:09:40.613208"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.613843"], ["updated_at", "2020-11-17 21:09:40.613843"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["string", "Laudantium sapiente ipsa."], ["date", "2022-05-13"], ["time", "2000-01-01 20:12:23.021792"], ["datetime", "2020-11-17 07:11:32.705352"], ["created_at", "2020-11-17 21:09:40.615184"], ["updated_at", "2020-11-17 21:09:40.615184"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["string", "Est corporis voluptatibus molestias."], ["date", "2022-04-05"], ["time", "2000-01-01 09:02:30.905375"], ["datetime", "2020-11-17 12:19:10.163897"], ["created_at", "2020-11-17 21:09:40.616642"], ["updated_at", "2020-11-17 21:09:40.616642"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 32], ["string", "At quo id."], ["date", "2020-04-15"], ["time", "2000-01-01 03:20:34.720774"], ["datetime", "2020-11-17 05:51:31.581476"], ["created_at", "2020-11-17 21:09:40.618033"], ["updated_at", "2020-11-17 21:09:40.618033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["string", "Hic quia id in."], ["date", "2022-09-28"], ["time", "2000-01-01 19:37:54.490744"], ["datetime", "2020-11-17 18:20:39.010072"], ["created_at", "2020-11-17 21:09:40.619413"], ["updated_at", "2020-11-17 21:09:40.619413"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["string", "Explicabo vel earum."], ["date", "2021-05-14"], ["time", "2000-01-01 01:05:19.878541"], ["datetime", "2020-11-17 13:44:00.933323"], ["created_at", "2020-11-17 21:09:40.620769"], ["updated_at", "2020-11-17 21:09:40.620769"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["string", "Harum corrupti similique."], ["created_at", "2020-11-17 21:09:40.622010"], ["updated_at", "2020-11-17 21:09:40.622010"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1005], ["string", "Nobis maxime ut earum."], ["created_at", "2020-11-17 21:09:40.623076"], ["updated_at", "2020-11-17 21:09:40.623076"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1012], ["string", "Repellat molestiae qui."], ["created_at", "2020-11-17 21:09:40.624085"], ["updated_at", "2020-11-17 21:09:40.624085"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1029], ["string", "Deleniti quibusdam aut mollitia."], ["created_at", "2020-11-17 21:09:40.625071"], ["updated_at", "2020-11-17 21:09:40.625071"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1002], ["string", "Non eum eaque."], ["created_at", "2020-11-17 21:09:40.626103"], ["updated_at", "2020-11-17 21:09:40.626103"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:09:40.627465"], ["updated_at", "2020-11-17 21:09:40.627465"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:09:40.628657"], ["updated_at", "2020-11-17 21:09:40.628657"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:09:40.629823"], ["updated_at", "2020-11-17 21:09:40.629823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:09:40.630958"], ["updated_at", "2020-11-17 21:09:40.630958"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-17 21:09:40.632082"], ["updated_at", "2020-11-17 21:09:40.632082"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-17 21:09:40.640779"], ["updated_at", "2020-11-17 21:09:40.640779"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 21:09:40.642039"], ["updated_at", "2020-11-17 21:09:40.642039"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-17 21:09:40.643212"], ["updated_at", "2020-11-17 21:09:40.643212"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-17 21:09:40.644382"], ["updated_at", "2020-11-17 21:09:40.644382"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-17 21:09:40.645555"], ["updated_at", "2020-11-17 21:09:40.645555"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:09:40.646751"], ["updated_at", "2020-11-17 21:09:40.646751"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:09:40.647875"], ["updated_at", "2020-11-17 21:09:40.647875"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:09:40.648957"], ["updated_at", "2020-11-17 21:09:40.648957"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:09:40.650159"], ["updated_at", "2020-11-17 21:09:40.650159"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:09:40.651351"], ["updated_at", "2020-11-17 21:09:40.651351"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:09:40.658208"], ["updated_at", "2020-11-17 21:09:40.658208"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-17 21:09:40.659432"], ["updated_at", "2020-11-17 21:09:40.659432"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-17 21:09:40.660559"], ["updated_at", "2020-11-17 21:09:40.660559"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:09:40.661692"], ["updated_at", "2020-11-17 21:09:40.661692"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:09:40.662820"], ["updated_at", "2020-11-17 21:09:40.662820"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.663549"], ["updated_at", "2020-11-17 21:09:40.663549"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.664202"], ["updated_at", "2020-11-17 21:09:40.664202"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.664847"], ["updated_at", "2020-11-17 21:09:40.664847"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.665488"], ["updated_at", "2020-11-17 21:09:40.665488"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.666126"], ["updated_at", "2020-11-17 21:09:40.666126"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.666792"], ["updated_at", "2020-11-17 21:09:40.666792"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.667460"], ["updated_at", "2020-11-17 21:09:40.667460"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.668098"], ["updated_at", "2020-11-17 21:09:40.668098"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.668747"], ["updated_at", "2020-11-17 21:09:40.668747"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.669417"], ["updated_at", "2020-11-17 21:09:40.669417"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["string", "Ipsam officiis molestias."], ["date", "2019-05-07"], ["time", "2000-01-01 04:50:24.217629"], ["datetime", "2020-11-17 07:29:16.943868"], ["created_at", "2020-11-17 21:09:40.670688"], ["updated_at", "2020-11-17 21:09:40.670688"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["string", "Et impedit ipsa adipisci."], ["date", "2022-03-21"], ["time", "2000-01-01 02:35:41.683698"], ["datetime", "2020-11-16 21:17:56.023855"], ["created_at", "2020-11-17 21:09:40.672088"], ["updated_at", "2020-11-17 21:09:40.672088"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["string", "Qui veritatis libero."], ["date", "2020-03-09"], ["time", "2000-01-01 08:03:22.605068"], ["datetime", "2020-11-17 20:49:53.080931"], ["created_at", "2020-11-17 21:09:40.673430"], ["updated_at", "2020-11-17 21:09:40.673430"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["string", "Placeat reprehenderit facilis aut."], ["date", "2020-05-08"], ["time", "2000-01-01 07:12:38.677440"], ["datetime", "2020-11-17 05:14:06.203138"], ["created_at", "2020-11-17 21:09:40.674767"], ["updated_at", "2020-11-17 21:09:40.674767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["string", "Voluptas atque et."], ["date", "2022-11-03"], ["time", "2000-01-01 15:21:16.962232"], ["datetime", "2020-11-17 17:44:00.082742"], ["created_at", "2020-11-17 21:09:40.676119"], ["updated_at", "2020-11-17 21:09:40.676119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["string", "Placeat ratione perspiciatis."], ["created_at", "2020-11-17 21:09:40.677521"], ["updated_at", "2020-11-17 21:09:40.677521"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1004], ["string", "Natus dolorem at quia."], ["created_at", "2020-11-17 21:09:40.678640"], ["updated_at", "2020-11-17 21:09:40.678640"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1013], ["string", "Unde exercitationem fugit."], ["created_at", "2020-11-17 21:09:40.679656"], ["updated_at", "2020-11-17 21:09:40.679656"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["string", "Porro accusantium provident quam."], ["created_at", "2020-11-17 21:09:40.680656"], ["updated_at", "2020-11-17 21:09:40.680656"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1005], ["string", "Omnis quasi omnis."], ["created_at", "2020-11-17 21:09:40.681683"], ["updated_at", "2020-11-17 21:09:40.681683"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-17 21:09:40.683061"], ["updated_at", "2020-11-17 21:09:40.683061"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:09:40.684248"], ["updated_at", "2020-11-17 21:09:40.684248"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:09:40.685398"], ["updated_at", "2020-11-17 21:09:40.685398"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:09:40.686550"], ["updated_at", "2020-11-17 21:09:40.686550"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:09:40.687676"], ["updated_at", "2020-11-17 21:09:40.687676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-17 21:09:40.707010"], ["updated_at", "2020-11-17 21:09:40.707010"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-17 21:09:40.708590"], ["updated_at", "2020-11-17 21:09:40.708590"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-17 21:09:40.710042"], ["updated_at", "2020-11-17 21:09:40.710042"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-17 21:09:40.711415"], ["updated_at", "2020-11-17 21:09:40.711415"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 15], ["created_at", "2020-11-17 21:09:40.712792"], ["updated_at", "2020-11-17 21:09:40.712792"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:09:40.714213"], ["updated_at", "2020-11-17 21:09:40.714213"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:09:40.715512"], ["updated_at", "2020-11-17 21:09:40.715512"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:09:40.716794"], ["updated_at", "2020-11-17 21:09:40.716794"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:09:40.718074"], ["updated_at", "2020-11-17 21:09:40.718074"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:09:40.719347"], ["updated_at", "2020-11-17 21:09:40.719347"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-17 21:09:40.726988"], ["updated_at", "2020-11-17 21:09:40.726988"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-17 21:09:40.728229"], ["updated_at", "2020-11-17 21:09:40.728229"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-17 21:09:40.729380"], ["updated_at", "2020-11-17 21:09:40.729380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-17 21:09:40.730506"], ["updated_at", "2020-11-17 21:09:40.730506"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-17 21:09:40.731665"], ["updated_at", "2020-11-17 21:09:40.731665"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.732379"], ["updated_at", "2020-11-17 21:09:40.732379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.733041"], ["updated_at", "2020-11-17 21:09:40.733041"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.733689"], ["updated_at", "2020-11-17 21:09:40.733689"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.734319"], ["updated_at", "2020-11-17 21:09:40.734319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:09:40.734967"], ["updated_at", "2020-11-17 21:09:40.734967"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.735639"], ["updated_at", "2020-11-17 21:09:40.735639"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.736315"], ["updated_at", "2020-11-17 21:09:40.736315"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.736967"], ["updated_at", "2020-11-17 21:09:40.736967"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.737628"], ["updated_at", "2020-11-17 21:09:40.737628"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:09:40.738276"], ["updated_at", "2020-11-17 21:09:40.738276"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (36.8ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.7ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.5ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.5ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.5ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.9ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.8ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (37.2ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.9ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (37.6ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.6ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (37.5ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.6ms) DELETE FROM "alfas";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (11.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.1ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (2.1ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (36.8ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.4ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.7ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.7ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.2ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.2ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.8ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.9ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.4ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.9ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.6ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.8ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.7ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.7ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.8ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.7ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (2.0ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (36.5ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.1ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.5ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.6ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.5ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.7ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.2ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.7ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.7ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.2ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.8ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.2ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.6ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.9ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.5ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.7ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.5ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (2.2ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (2.1ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.7ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.7ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.6ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.5ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.5ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.6ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.8ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (2.0ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.3ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.6ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.6ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (2.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (12.1ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.5ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.5ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.5ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.5ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.5ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.5ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (2.0ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (2.1ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.6ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.8ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.8ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (12.4ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.8ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'bravos';  (2.6ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.6ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.6ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (2.2ms) DELETE FROM "deltas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.6ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.5ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.2ms) DELETE FROM "echos";  (13.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.7ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.8ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.7ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (2.0ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.9ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 18.3388154030741], ["string", "Qui rem sed."], ["date", "2019-06-25"], ["time", "2000-01-01 04:08:13.444208"], ["datetime", "2020-11-17 03:55:40.176555"], ["created_at", "2020-11-17 21:30:19.568546"], ["updated_at", "2020-11-17 21:30:19.568546"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 12.7060256890152], ["string", "Explicabo dolorem tenetur aliquam."], ["date", "2020-03-06"], ["time", "2000-01-01 16:58:56.207500"], ["datetime", "2020-11-17 01:50:44.229792"], ["created_at", "2020-11-17 21:30:19.570724"], ["updated_at", "2020-11-17 21:30:19.570724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 22.0166718154763], ["string", "Reiciendis pariatur incidunt."], ["date", "2018-12-22"], ["time", "2000-01-01 14:52:32.656985"], ["datetime", "2020-11-17 03:28:37.606917"], ["created_at", "2020-11-17 21:30:19.572338"], ["updated_at", "2020-11-17 21:30:19.572338"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 23], ["decimal", 1.35480029057637], ["string", "Consequatur illo laudantium qui."], ["date", "2022-10-24"], ["time", "2000-01-01 08:01:21.840739"], ["datetime", "2020-11-17 03:31:59.021159"], ["created_at", "2020-11-17 21:30:19.573939"], ["updated_at", "2020-11-17 21:30:19.573939"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 12.6587262195808], ["string", "Aut deleniti quae."], ["date", "2022-04-15"], ["time", "2000-01-01 22:04:42.478949"], ["datetime", "2020-11-17 08:14:45.541903"], ["created_at", "2020-11-17 21:30:19.575535"], ["updated_at", "2020-11-17 21:30:19.575535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1030], ["decimal", 25.8360544966848], ["string", "Sunt non nemo."], ["created_at", "2020-11-17 21:30:19.581836"], ["updated_at", "2020-11-17 21:30:19.581836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 3.36739905578429], ["string", "Nobis est mollitia eligendi."], ["created_at", "2020-11-17 21:30:19.583064"], ["updated_at", "2020-11-17 21:30:19.583064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["decimal", 3.41151211910398], ["string", "Enim facilis esse."], ["created_at", "2020-11-17 21:30:19.584144"], ["updated_at", "2020-11-17 21:30:19.584144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 20.4307985266951], ["string", "Non sunt asperiores ad."], ["created_at", "2020-11-17 21:30:19.585213"], ["updated_at", "2020-11-17 21:30:19.585213"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 2.96993631239297], ["string", "Pariatur distinctio ducimus."], ["created_at", "2020-11-17 21:30:19.586267"], ["updated_at", "2020-11-17 21:30:19.586267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:30:19.592728"], ["updated_at", "2020-11-17 21:30:19.592728"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:30:19.594230"], ["updated_at", "2020-11-17 21:30:19.594230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:30:19.595366"], ["updated_at", "2020-11-17 21:30:19.595366"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:30:19.596467"], ["updated_at", "2020-11-17 21:30:19.596467"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:30:19.597619"], ["updated_at", "2020-11-17 21:30:19.597619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-17 21:30:19.602880"], ["updated_at", "2020-11-17 21:30:19.602880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-17 21:30:19.604527"], ["updated_at", "2020-11-17 21:30:19.604527"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 3], ["created_at", "2020-11-17 21:30:19.606136"], ["updated_at", "2020-11-17 21:30:19.606136"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-17 21:30:19.607714"], ["updated_at", "2020-11-17 21:30:19.607714"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-17 21:30:19.609279"], ["updated_at", "2020-11-17 21:30:19.609279"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 21:30:19.614070"], ["updated_at", "2020-11-17 21:30:19.614070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-17 21:30:19.615436"], ["updated_at", "2020-11-17 21:30:19.615436"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-17 21:30:19.616566"], ["updated_at", "2020-11-17 21:30:19.616566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-17 21:30:19.617728"], ["updated_at", "2020-11-17 21:30:19.617728"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-17 21:30:19.618869"], ["updated_at", "2020-11-17 21:30:19.618869"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.623447"], ["updated_at", "2020-11-17 21:30:19.623447"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.624747"], ["updated_at", "2020-11-17 21:30:19.624747"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.625886"], ["updated_at", "2020-11-17 21:30:19.625886"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.627038"], ["updated_at", "2020-11-17 21:30:19.627038"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.628143"], ["updated_at", "2020-11-17 21:30:19.628143"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:30:19.641136"], ["updated_at", "2020-11-17 21:30:19.641136"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:30:19.642387"], ["updated_at", "2020-11-17 21:30:19.642387"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:30:19.643502"], ["updated_at", "2020-11-17 21:30:19.643502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:30:19.644595"], ["updated_at", "2020-11-17 21:30:19.644595"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:30:19.645725"], ["updated_at", "2020-11-17 21:30:19.645725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.648941"], ["updated_at", "2020-11-17 21:30:19.648941"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.649664"], ["updated_at", "2020-11-17 21:30:19.649664"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.650278"], ["updated_at", "2020-11-17 21:30:19.650278"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.650895"], ["updated_at", "2020-11-17 21:30:19.650895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.651510"], ["updated_at", "2020-11-17 21:30:19.651510"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:19.654217"], ["updated_at", "2020-11-17 21:30:19.654217"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:19.654926"], ["updated_at", "2020-11-17 21:30:19.654926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:19.655574"], ["updated_at", "2020-11-17 21:30:19.655574"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:19.656199"], ["updated_at", "2020-11-17 21:30:19.656199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:19.656828"], ["updated_at", "2020-11-17 21:30:19.656828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 28], ["decimal", 4.01578241083872], ["string", "Omnis possimus illo."], ["date", "2021-06-22"], ["time", "2000-01-01 02:38:13.734635"], ["datetime", "2020-11-16 22:09:33.534561"], ["created_at", "2020-11-17 21:30:19.658085"], ["updated_at", "2020-11-17 21:30:19.658085"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 26], ["decimal", 4.55987619346351], ["string", "Quae qui dolorem distinctio."], ["date", "2021-06-30"], ["time", "2000-01-01 09:57:21.776351"], ["datetime", "2020-11-17 14:20:07.224262"], ["created_at", "2020-11-17 21:30:19.659510"], ["updated_at", "2020-11-17 21:30:19.659510"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 18.8570061252408], ["string", "Eveniet vel tempore."], ["date", "2018-12-18"], ["time", "2000-01-01 18:42:54.207212"], ["datetime", "2020-11-16 23:54:24.446467"], ["created_at", "2020-11-17 21:30:19.660849"], ["updated_at", "2020-11-17 21:30:19.660849"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 36], ["decimal", 6.39734127889236], ["string", "Voluptate aut labore sit."], ["date", "2021-05-16"], ["time", "2000-01-01 04:51:54.107609"], ["datetime", "2020-11-17 13:47:17.246224"], ["created_at", "2020-11-17 21:30:19.662176"], ["updated_at", "2020-11-17 21:30:19.662176"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 32.5009986739512], ["string", "Similique unde corrupti."], ["date", "2022-07-15"], ["time", "2000-01-01 06:25:49.102577"], ["datetime", "2020-11-17 05:32:30.488443"], ["created_at", "2020-11-17 21:30:19.663499"], ["updated_at", "2020-11-17 21:30:19.663499"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 18.1013181308776], ["string", "Voluptatem quidem illo."], ["created_at", "2020-11-17 21:30:19.664692"], ["updated_at", "2020-11-17 21:30:19.664692"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 22.2750406073987], ["string", "Eum optio voluptate molestiae."], ["created_at", "2020-11-17 21:30:19.665677"], ["updated_at", "2020-11-17 21:30:19.665677"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 7.4781924184959], ["string", "Veniam molestiae illo."], ["created_at", "2020-11-17 21:30:19.666596"], ["updated_at", "2020-11-17 21:30:19.666596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1025], ["decimal", 22.3224465506298], ["string", "Ut nesciunt ut placeat."], ["created_at", "2020-11-17 21:30:19.667515"], ["updated_at", "2020-11-17 21:30:19.667515"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 14.5716349152373], ["string", "Enim aliquid atque."], ["created_at", "2020-11-17 21:30:19.668431"], ["updated_at", "2020-11-17 21:30:19.668431"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-17 21:30:19.669777"], ["updated_at", "2020-11-17 21:30:19.669777"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:30:19.670942"], ["updated_at", "2020-11-17 21:30:19.670942"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:30:19.672044"], ["updated_at", "2020-11-17 21:30:19.672044"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:30:19.673171"], ["updated_at", "2020-11-17 21:30:19.673171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-17 21:30:19.674274"], ["updated_at", "2020-11-17 21:30:19.674274"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 3], ["created_at", "2020-11-17 21:30:19.675968"], ["updated_at", "2020-11-17 21:30:19.675968"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 9], ["created_at", "2020-11-17 21:30:19.677588"], ["updated_at", "2020-11-17 21:30:19.677588"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 7], ["created_at", "2020-11-17 21:30:19.679114"], ["updated_at", "2020-11-17 21:30:19.679114"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 10], ["created_at", "2020-11-17 21:30:19.680644"], ["updated_at", "2020-11-17 21:30:19.680644"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 6], ["created_at", "2020-11-17 21:30:19.682189"], ["updated_at", "2020-11-17 21:30:19.682189"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 21:30:19.683378"], ["updated_at", "2020-11-17 21:30:19.683378"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-17 21:30:19.684522"], ["updated_at", "2020-11-17 21:30:19.684522"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-17 21:30:19.685640"], ["updated_at", "2020-11-17 21:30:19.685640"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-17 21:30:19.686786"], ["updated_at", "2020-11-17 21:30:19.686786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-17 21:30:19.687918"], ["updated_at", "2020-11-17 21:30:19.687918"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:19.689318"], ["updated_at", "2020-11-17 21:30:19.689318"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:19.690426"], ["updated_at", "2020-11-17 21:30:19.690426"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:19.691509"], ["updated_at", "2020-11-17 21:30:19.691509"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:19.692583"], ["updated_at", "2020-11-17 21:30:19.692583"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:19.693678"], ["updated_at", "2020-11-17 21:30:19.693678"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:30:19.700318"], ["updated_at", "2020-11-17 21:30:19.700318"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-17 21:30:19.701504"], ["updated_at", "2020-11-17 21:30:19.701504"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-17 21:30:19.702601"], ["updated_at", "2020-11-17 21:30:19.702601"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:30:19.703687"], ["updated_at", "2020-11-17 21:30:19.703687"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:30:19.704788"], ["updated_at", "2020-11-17 21:30:19.704788"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.705502"], ["updated_at", "2020-11-17 21:30:19.705502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.706141"], ["updated_at", "2020-11-17 21:30:19.706141"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.706761"], ["updated_at", "2020-11-17 21:30:19.706761"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.707370"], ["updated_at", "2020-11-17 21:30:19.707370"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.707977"], ["updated_at", "2020-11-17 21:30:19.707977"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:19.708633"], ["updated_at", "2020-11-17 21:30:19.708633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:19.709296"], ["updated_at", "2020-11-17 21:30:19.709296"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:19.709924"], ["updated_at", "2020-11-17 21:30:19.709924"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:19.710574"], ["updated_at", "2020-11-17 21:30:19.710574"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:19.711200"], ["updated_at", "2020-11-17 21:30:19.711200"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 20.3975643444038], ["string", "Quo explicabo expedita."], ["date", "2019-01-28"], ["time", "2000-01-01 14:03:18.482013"], ["datetime", "2020-11-17 18:39:31.158379"], ["created_at", "2020-11-17 21:30:19.712392"], ["updated_at", "2020-11-17 21:30:19.712392"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 18], ["decimal", 6.25555534257963], ["string", "Illum hic placeat et."], ["date", "2019-01-27"], ["time", "2000-01-01 06:28:01.785862"], ["datetime", "2020-11-17 20:40:08.641120"], ["created_at", "2020-11-17 21:30:19.713785"], ["updated_at", "2020-11-17 21:30:19.713785"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 9.84575770642068], ["string", "Iure commodi sint."], ["date", "2018-11-30"], ["time", "2000-01-01 09:28:31.367038"], ["datetime", "2020-11-17 15:06:39.007739"], ["created_at", "2020-11-17 21:30:19.715092"], ["updated_at", "2020-11-17 21:30:19.715092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 39.7846180194134], ["string", "Doloremque vel est voluptatum."], ["date", "2020-08-06"], ["time", "2000-01-01 21:55:59.997988"], ["datetime", "2020-11-17 07:47:20.054161"], ["created_at", "2020-11-17 21:30:19.716394"], ["updated_at", "2020-11-17 21:30:19.716394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 12.441617778205], ["string", "Eum quas eveniet."], ["date", "2022-03-13"], ["time", "2000-01-01 05:47:02.630896"], ["datetime", "2020-11-16 23:18:51.413757"], ["created_at", "2020-11-17 21:30:19.717701"], ["updated_at", "2020-11-17 21:30:19.717701"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 11.7866674868351], ["string", "Fugit incidunt non."], ["created_at", "2020-11-17 21:30:19.718887"], ["updated_at", "2020-11-17 21:30:19.718887"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 0.490464386675864], ["string", "Optio omnis magnam ut."], ["created_at", "2020-11-17 21:30:19.719841"], ["updated_at", "2020-11-17 21:30:19.719841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1035], ["decimal", 3.60719418827465], ["string", "Aspernatur adipisci dolor."], ["created_at", "2020-11-17 21:30:19.720773"], ["updated_at", "2020-11-17 21:30:19.720773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 10.3294219632446], ["string", "Corporis voluptatum harum distinctio."], ["created_at", "2020-11-17 21:30:19.721720"], ["updated_at", "2020-11-17 21:30:19.721720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 5.81532042006791], ["string", "Modi qui molestiae."], ["created_at", "2020-11-17 21:30:19.722643"], ["updated_at", "2020-11-17 21:30:19.722643"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-17 21:30:19.723962"], ["updated_at", "2020-11-17 21:30:19.723962"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-17 21:30:19.725130"], ["updated_at", "2020-11-17 21:30:19.725130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-17 21:30:19.726304"], ["updated_at", "2020-11-17 21:30:19.726304"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-17 21:30:19.727520"], ["updated_at", "2020-11-17 21:30:19.727520"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-17 21:30:19.728648"], ["updated_at", "2020-11-17 21:30:19.728648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 14], ["created_at", "2020-11-17 21:30:19.730260"], ["updated_at", "2020-11-17 21:30:19.730260"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 10], ["created_at", "2020-11-17 21:30:19.731823"], ["updated_at", "2020-11-17 21:30:19.731823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 14], ["created_at", "2020-11-17 21:30:19.733376"], ["updated_at", "2020-11-17 21:30:19.733376"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (1.9ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 11], ["created_at", "2020-11-17 21:30:19.743432"], ["updated_at", "2020-11-17 21:30:19.743432"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 15], ["created_at", "2020-11-17 21:30:19.747378"], ["updated_at", "2020-11-17 21:30:19.747378"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-17 21:30:19.748936"], ["updated_at", "2020-11-17 21:30:19.748936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-17 21:30:19.750378"], ["updated_at", "2020-11-17 21:30:19.750378"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 11], ["created_at", "2020-11-17 21:30:19.751765"], ["updated_at", "2020-11-17 21:30:19.751765"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-17 21:30:19.753101"], ["updated_at", "2020-11-17 21:30:19.753101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 21:30:19.754467"], ["updated_at", "2020-11-17 21:30:19.754467"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:19.755835"], ["updated_at", "2020-11-17 21:30:19.755835"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:19.757157"], ["updated_at", "2020-11-17 21:30:19.757157"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:19.758418"], ["updated_at", "2020-11-17 21:30:19.758418"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:19.759679"], ["updated_at", "2020-11-17 21:30:19.759679"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:19.760936"], ["updated_at", "2020-11-17 21:30:19.760936"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-17 21:30:19.768710"], ["updated_at", "2020-11-17 21:30:19.768710"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-17 21:30:19.769974"], ["updated_at", "2020-11-17 21:30:19.769974"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:30:19.771112"], ["updated_at", "2020-11-17 21:30:19.771112"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-17 21:30:19.772241"], ["updated_at", "2020-11-17 21:30:19.772241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-17 21:30:19.773369"], ["updated_at", "2020-11-17 21:30:19.773369"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.774092"], ["updated_at", "2020-11-17 21:30:19.774092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.774752"], ["updated_at", "2020-11-17 21:30:19.774752"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.775385"], ["updated_at", "2020-11-17 21:30:19.775385"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.776050"], ["updated_at", "2020-11-17 21:30:19.776050"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.776700"], ["updated_at", "2020-11-17 21:30:19.776700"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:19.777394"], ["updated_at", "2020-11-17 21:30:19.777394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:19.778073"], ["updated_at", "2020-11-17 21:30:19.778073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:19.778718"], ["updated_at", "2020-11-17 21:30:19.778718"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:19.779361"], ["updated_at", "2020-11-17 21:30:19.779361"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:19.780007"], ["updated_at", "2020-11-17 21:30:19.780007"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 1.46887322836114], ["string", "Porro aperiam cupiditate."], ["date", "2020-07-08"], ["time", "2000-01-01 18:04:14.838574"], ["datetime", "2020-11-17 00:59:08.662787"], ["created_at", "2020-11-17 21:30:19.786965"], ["updated_at", "2020-11-17 21:30:19.786965"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 5.17929285339349], ["string", "Deserunt itaque eligendi perspiciatis."], ["date", "2019-02-27"], ["time", "2000-01-01 23:24:34.726480"], ["datetime", "2020-11-17 12:43:18.434737"], ["created_at", "2020-11-17 21:30:19.789477"], ["updated_at", "2020-11-17 21:30:19.789477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 9.555001301427], ["string", "Maiores eius consectetur."], ["date", "2021-10-22"], ["time", "2000-01-01 21:27:36.610596"], ["datetime", "2020-11-17 21:23:09.871925"], ["created_at", "2020-11-17 21:30:19.791145"], ["updated_at", "2020-11-17 21:30:19.791145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 13.0435023789443], ["string", "Est doloribus consequatur deserunt."], ["date", "2021-03-03"], ["time", "2000-01-01 19:14:46.996371"], ["datetime", "2020-11-17 21:13:11.402947"], ["created_at", "2020-11-17 21:30:19.792683"], ["updated_at", "2020-11-17 21:30:19.792683"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 22], ["decimal", 5.81838009688657], ["string", "Cum velit ut."], ["date", "2020-01-09"], ["time", "2000-01-01 13:00:45.288753"], ["datetime", "2020-11-17 14:23:26.268817"], ["created_at", "2020-11-17 21:30:19.794202"], ["updated_at", "2020-11-17 21:30:19.794202"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1021], ["decimal", 13.343230116134], ["string", "Harum veniam voluptas."], ["created_at", "2020-11-17 21:30:19.795582"], ["updated_at", "2020-11-17 21:30:19.795582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 8.75996356074755], ["string", "Nam aliquid natus tempore."], ["created_at", "2020-11-17 21:30:19.796821"], ["updated_at", "2020-11-17 21:30:19.796821"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 13.1831904523678], ["string", "Blanditiis est voluptatem."], ["created_at", "2020-11-17 21:30:19.798484"], ["updated_at", "2020-11-17 21:30:19.798484"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1037], ["decimal", 2.60341123344643], ["string", "Aperiam ut repudiandae quaerat."], ["created_at", "2020-11-17 21:30:19.800302"], ["updated_at", "2020-11-17 21:30:19.800302"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 1.31258097813436], ["string", "Consequatur reprehenderit non."], ["created_at", "2020-11-17 21:30:19.801896"], ["updated_at", "2020-11-17 21:30:19.801896"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:30:19.803679"], ["updated_at", "2020-11-17 21:30:19.803679"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:30:19.805042"], ["updated_at", "2020-11-17 21:30:19.805042"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:30:19.806377"], ["updated_at", "2020-11-17 21:30:19.806377"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:30:19.807682"], ["updated_at", "2020-11-17 21:30:19.807682"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:30:19.808969"], ["updated_at", "2020-11-17 21:30:19.808969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-17 21:30:19.810836"], ["updated_at", "2020-11-17 21:30:19.810836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-17 21:30:19.812665"], ["updated_at", "2020-11-17 21:30:19.812665"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-17 21:30:19.814897"], ["updated_at", "2020-11-17 21:30:19.814897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-17 21:30:19.816794"], ["updated_at", "2020-11-17 21:30:19.816794"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-17 21:30:19.818486"], ["updated_at", "2020-11-17 21:30:19.818486"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-17 21:30:19.819789"], ["updated_at", "2020-11-17 21:30:19.819789"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-17 21:30:19.821089"], ["updated_at", "2020-11-17 21:30:19.821089"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-17 21:30:19.822311"], ["updated_at", "2020-11-17 21:30:19.822311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 21:30:19.823476"], ["updated_at", "2020-11-17 21:30:19.823476"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 21:30:19.824620"], ["updated_at", "2020-11-17 21:30:19.824620"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.825897"], ["updated_at", "2020-11-17 21:30:19.825897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.827089"], ["updated_at", "2020-11-17 21:30:19.827089"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.828215"], ["updated_at", "2020-11-17 21:30:19.828215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.829344"], ["updated_at", "2020-11-17 21:30:19.829344"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.830426"], ["updated_at", "2020-11-17 21:30:19.830426"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:30:19.837128"], ["updated_at", "2020-11-17 21:30:19.837128"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:30:19.838287"], ["updated_at", "2020-11-17 21:30:19.838287"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:30:19.839358"], ["updated_at", "2020-11-17 21:30:19.839358"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:30:19.840432"], ["updated_at", "2020-11-17 21:30:19.840432"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:30:19.841503"], ["updated_at", "2020-11-17 21:30:19.841503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.842219"], ["updated_at", "2020-11-17 21:30:19.842219"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.842856"], ["updated_at", "2020-11-17 21:30:19.842856"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.843463"], ["updated_at", "2020-11-17 21:30:19.843463"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.844057"], ["updated_at", "2020-11-17 21:30:19.844057"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.844645"], ["updated_at", "2020-11-17 21:30:19.844645"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:19.845292"], ["updated_at", "2020-11-17 21:30:19.845292"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:19.845932"], ["updated_at", "2020-11-17 21:30:19.845932"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:19.846543"], ["updated_at", "2020-11-17 21:30:19.846543"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:19.847151"], ["updated_at", "2020-11-17 21:30:19.847151"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:19.847765"], ["updated_at", "2020-11-17 21:30:19.847765"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 38.0706579919527], ["string", "Et sed sunt."], ["date", "2020-09-13"], ["time", "2000-01-01 14:18:13.261295"], ["datetime", "2020-11-17 04:01:12.196136"], ["created_at", "2020-11-17 21:30:19.848940"], ["updated_at", "2020-11-17 21:30:19.848940"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 0.0926264238884382], ["string", "Voluptate cumque quia ut."], ["date", "2020-08-23"], ["time", "2000-01-01 23:51:24.202361"], ["datetime", "2020-11-17 15:00:43.055835"], ["created_at", "2020-11-17 21:30:19.850318"], ["updated_at", "2020-11-17 21:30:19.850318"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 3.84513459191912], ["string", "Qui voluptatem vitae."], ["date", "2019-05-04"], ["time", "2000-01-01 14:39:33.498381"], ["datetime", "2020-11-17 20:50:25.248071"], ["created_at", "2020-11-17 21:30:19.851635"], ["updated_at", "2020-11-17 21:30:19.851635"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 0.823663783960387], ["string", "Nam quis aut est."], ["date", "2020-09-17"], ["time", "2000-01-01 06:10:36.363115"], ["datetime", "2020-11-17 14:55:16.328189"], ["created_at", "2020-11-17 21:30:19.852928"], ["updated_at", "2020-11-17 21:30:19.852928"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 17.1172938256402], ["string", "Maiores quaerat dolorem."], ["date", "2020-04-14"], ["time", "2000-01-01 00:05:35.145629"], ["datetime", "2020-11-17 04:28:30.990262"], ["created_at", "2020-11-17 21:30:19.854234"], ["updated_at", "2020-11-17 21:30:19.854234"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 8.93427657202474], ["string", "Sit reprehenderit et."], ["created_at", "2020-11-17 21:30:19.855412"], ["updated_at", "2020-11-17 21:30:19.855412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 37.6629190123785], ["string", "Qui soluta doloremque sit."], ["created_at", "2020-11-17 21:30:19.856357"], ["updated_at", "2020-11-17 21:30:19.856357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 26.4481455550149], ["string", "Id non unde."], ["created_at", "2020-11-17 21:30:19.857264"], ["updated_at", "2020-11-17 21:30:19.857264"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 11.1309274976817], ["string", "Consectetur et molestias aut."], ["created_at", "2020-11-17 21:30:19.858183"], ["updated_at", "2020-11-17 21:30:19.858183"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 9.70303440503903], ["string", "Expedita incidunt sit."], ["created_at", "2020-11-17 21:30:19.859083"], ["updated_at", "2020-11-17 21:30:19.859083"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-17 21:30:19.860416"], ["updated_at", "2020-11-17 21:30:19.860416"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:30:19.861594"], ["updated_at", "2020-11-17 21:30:19.861594"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:30:19.862719"], ["updated_at", "2020-11-17 21:30:19.862719"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-17 21:30:19.863851"], ["updated_at", "2020-11-17 21:30:19.863851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:30:19.864965"], ["updated_at", "2020-11-17 21:30:19.864965"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-17 21:30:19.866578"], ["updated_at", "2020-11-17 21:30:19.866578"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-17 21:30:19.868133"], ["updated_at", "2020-11-17 21:30:19.868133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 10], ["created_at", "2020-11-17 21:30:19.869698"], ["updated_at", "2020-11-17 21:30:19.869698"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 6], ["created_at", "2020-11-17 21:30:19.871237"], ["updated_at", "2020-11-17 21:30:19.871237"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 7], ["created_at", "2020-11-17 21:30:19.872773"], ["updated_at", "2020-11-17 21:30:19.872773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-17 21:30:19.874009"], ["updated_at", "2020-11-17 21:30:19.874009"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 [1mEcho Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-17 21:30:19.875173"], ["updated_at", "2020-11-17 21:30:19.875173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-17 21:30:19.876303"], ["updated_at", "2020-11-17 21:30:19.876303"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-17 21:30:19.877457"], ["updated_at", "2020-11-17 21:30:19.877457"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-17 21:30:19.878607"], ["updated_at", "2020-11-17 21:30:19.878607"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:19.879773"], ["updated_at", "2020-11-17 21:30:19.879773"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:19.880873"], ["updated_at", "2020-11-17 21:30:19.880873"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:19.881964"], ["updated_at", "2020-11-17 21:30:19.881964"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:19.883028"], ["updated_at", "2020-11-17 21:30:19.883028"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:19.884101"], ["updated_at", "2020-11-17 21:30:19.884101"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:30:19.890813"], ["updated_at", "2020-11-17 21:30:19.890813"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:30:19.892006"], ["updated_at", "2020-11-17 21:30:19.892006"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-17 21:30:19.893105"], ["updated_at", "2020-11-17 21:30:19.893105"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-17 21:30:19.894205"], ["updated_at", "2020-11-17 21:30:19.894205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-17 21:30:19.895288"], ["updated_at", "2020-11-17 21:30:19.895288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.895984"], ["updated_at", "2020-11-17 21:30:19.895984"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.896625"], ["updated_at", "2020-11-17 21:30:19.896625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.897258"], ["updated_at", "2020-11-17 21:30:19.897258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.897861"], ["updated_at", "2020-11-17 21:30:19.897861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.898478"], ["updated_at", "2020-11-17 21:30:19.898478"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:19.899138"], ["updated_at", "2020-11-17 21:30:19.899138"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:19.899799"], ["updated_at", "2020-11-17 21:30:19.899799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:19.900429"], ["updated_at", "2020-11-17 21:30:19.900429"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:19.901073"], ["updated_at", "2020-11-17 21:30:19.901073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:19.901718"], ["updated_at", "2020-11-17 21:30:19.901718"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 1.14130082291752], ["string", "Magni corporis optio."], ["date", "2021-04-23"], ["time", "2000-01-01 16:17:40.696090"], ["datetime", "2020-11-17 17:26:26.543621"], ["created_at", "2020-11-17 21:30:19.902904"], ["updated_at", "2020-11-17 21:30:19.902904"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 3.05270346684666], ["string", "Doloremque est porro consectetur."], ["date", "2022-04-18"], ["time", "2000-01-01 11:10:23.981419"], ["datetime", "2020-11-17 17:21:19.669055"], ["created_at", "2020-11-17 21:30:19.904274"], ["updated_at", "2020-11-17 21:30:19.904274"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 3.86378297710529], ["string", "Nulla est tempora."], ["date", "2019-02-11"], ["time", "2000-01-01 04:45:04.935841"], ["datetime", "2020-11-16 22:16:56.610122"], ["created_at", "2020-11-17 21:30:19.905591"], ["updated_at", "2020-11-17 21:30:19.905591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 18.6774859269941], ["string", "Eos et in voluptas."], ["date", "2020-11-06"], ["time", "2000-01-01 04:32:32.033220"], ["datetime", "2020-11-17 11:27:01.024352"], ["created_at", "2020-11-17 21:30:19.906920"], ["updated_at", "2020-11-17 21:30:19.906920"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 4.56902167887733], ["string", "Error quo et."], ["date", "2021-08-12"], ["time", "2000-01-01 02:59:35.535011"], ["datetime", "2020-11-17 05:15:24.541821"], ["created_at", "2020-11-17 21:30:19.908366"], ["updated_at", "2020-11-17 21:30:19.908366"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 0.421491606324645], ["string", "Ut aliquid distinctio."], ["created_at", "2020-11-17 21:30:19.909764"], ["updated_at", "2020-11-17 21:30:19.909764"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 5.86890295798761], ["string", "Officiis quia unde officia."], ["created_at", "2020-11-17 21:30:19.910824"], ["updated_at", "2020-11-17 21:30:19.910824"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 6.01953534495345], ["string", "Labore harum cum."], ["created_at", "2020-11-17 21:30:19.911747"], ["updated_at", "2020-11-17 21:30:19.911747"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 3.31920382908485], ["string", "Quos nobis odio ut."], ["created_at", "2020-11-17 21:30:19.912682"], ["updated_at", "2020-11-17 21:30:19.912682"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 30.4145806167407], ["string", "Accusamus id minima."], ["created_at", "2020-11-17 21:30:19.913613"], ["updated_at", "2020-11-17 21:30:19.913613"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-17 21:30:19.914959"], ["updated_at", "2020-11-17 21:30:19.914959"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-17 21:30:19.916131"], ["updated_at", "2020-11-17 21:30:19.916131"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-17 21:30:19.917260"], ["updated_at", "2020-11-17 21:30:19.917260"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-17 21:30:19.918390"], ["updated_at", "2020-11-17 21:30:19.918390"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-17 21:30:19.919494"], ["updated_at", "2020-11-17 21:30:19.919494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-17 21:30:19.921096"], ["updated_at", "2020-11-17 21:30:19.921096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-17 21:30:19.922676"], ["updated_at", "2020-11-17 21:30:19.922676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 15], ["created_at", "2020-11-17 21:30:19.924209"], ["updated_at", "2020-11-17 21:30:19.924209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 11], ["created_at", "2020-11-17 21:30:19.925748"], ["updated_at", "2020-11-17 21:30:19.925748"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-17 21:30:19.927277"], ["updated_at", "2020-11-17 21:30:19.927277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 21:30:19.928585"], ["updated_at", "2020-11-17 21:30:19.928585"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-17 21:30:19.929859"], ["updated_at", "2020-11-17 21:30:19.929859"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 21:30:19.931070"], ["updated_at", "2020-11-17 21:30:19.931070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 11], ["created_at", "2020-11-17 21:30:19.932231"], ["updated_at", "2020-11-17 21:30:19.932231"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 12], ["created_at", "2020-11-17 21:30:19.933397"], ["updated_at", "2020-11-17 21:30:19.933397"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:19.934580"], ["updated_at", "2020-11-17 21:30:19.934580"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:19.935685"], ["updated_at", "2020-11-17 21:30:19.935685"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:19.936757"], ["updated_at", "2020-11-17 21:30:19.936757"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:19.937846"], ["updated_at", "2020-11-17 21:30:19.937846"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:19.938911"], ["updated_at", "2020-11-17 21:30:19.938911"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:30:19.954584"], ["updated_at", "2020-11-17 21:30:19.954584"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-17 21:30:19.956032"], ["updated_at", "2020-11-17 21:30:19.956032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-17 21:30:19.957348"], ["updated_at", "2020-11-17 21:30:19.957348"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-17 21:30:19.958639"], ["updated_at", "2020-11-17 21:30:19.958639"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-17 21:30:19.959900"], ["updated_at", "2020-11-17 21:30:19.959900"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.960706"], ["updated_at", "2020-11-17 21:30:19.960706"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.961446"], ["updated_at", "2020-11-17 21:30:19.961446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.962147"], ["updated_at", "2020-11-17 21:30:19.962147"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.962859"], ["updated_at", "2020-11-17 21:30:19.962859"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:19.963588"], ["updated_at", "2020-11-17 21:30:19.963588"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:19.964341"], ["updated_at", "2020-11-17 21:30:19.964341"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:19.965086"], ["updated_at", "2020-11-17 21:30:19.965086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:19.965816"], ["updated_at", "2020-11-17 21:30:19.965816"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:19.966517"], ["updated_at", "2020-11-17 21:30:19.966517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:19.967201"], ["updated_at", "2020-11-17 21:30:19.967201"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 3.61032724011181], ["string", "Voluptas ea provident."], ["date", "2020-02-03"], ["time", "2000-01-01 06:06:37.644492"], ["datetime", "2020-11-17 00:12:41.564712"], ["created_at", "2020-11-17 21:30:20.002915"], ["updated_at", "2020-11-17 21:30:20.002915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 2.9478073072909], ["string", "Quas eveniet modi enim."], ["date", "2020-04-05"], ["time", "2000-01-01 14:50:58.521615"], ["datetime", "2020-11-17 18:21:42.788861"], ["created_at", "2020-11-17 21:30:20.004932"], ["updated_at", "2020-11-17 21:30:20.004932"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 5.59168741546804], ["string", "Recusandae porro neque."], ["date", "2021-01-12"], ["time", "2000-01-01 10:56:53.658423"], ["datetime", "2020-11-17 01:24:58.702664"], ["created_at", "2020-11-17 21:30:20.006549"], ["updated_at", "2020-11-17 21:30:20.006549"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 13.9554279038348], ["string", "Harum similique distinctio."], ["date", "2020-07-22"], ["time", "2000-01-01 15:52:27.557183"], ["datetime", "2020-11-17 02:59:25.214209"], ["created_at", "2020-11-17 21:30:20.009702"], ["updated_at", "2020-11-17 21:30:20.009702"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 29], ["decimal", 0.470531740095311], ["string", "Maxime molestiae reiciendis sequi."], ["date", "2020-07-01"], ["time", "2000-01-01 06:08:54.350251"], ["datetime", "2020-11-17 15:51:14.271490"], ["created_at", "2020-11-17 21:30:20.011686"], ["updated_at", "2020-11-17 21:30:20.011686"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 14.1957124904283], ["string", "Laborum tenetur temporibus."], ["date", "2020-08-02"], ["time", "2000-01-01 03:44:10.192378"], ["datetime", "2020-11-17 15:28:18.191085"], ["created_at", "2020-11-17 21:30:20.013431"], ["updated_at", "2020-11-17 21:30:20.013431"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:20.016443"], ["updated_at", "2020-11-17 21:30:20.016443"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 2.76008758893884], ["string", "Et aut qui."], ["date", "2021-07-12"], ["time", "2000-01-01 21:23:44.183538"], ["datetime", "2020-11-17 10:02:25.680366"], ["created_at", "2020-11-17 21:30:20.042156"], ["updated_at", "2020-11-17 21:30:20.042156"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 3.10171831292837], ["string", "Harum dicta error quo."], ["date", "2020-04-14"], ["time", "2000-01-01 21:48:20.738307"], ["datetime", "2020-11-17 01:19:56.385559"], ["created_at", "2020-11-17 21:30:20.044485"], ["updated_at", "2020-11-17 21:30:20.044485"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 11.2472060950385], ["string", "At quae porro."], ["date", "2020-04-26"], ["time", "2000-01-01 03:58:16.146656"], ["datetime", "2020-11-17 04:11:20.151260"], ["created_at", "2020-11-17 21:30:20.046459"], ["updated_at", "2020-11-17 21:30:20.046459"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["decimal", 1.11825128920532], ["string", "Optio nemo qui veritatis."], ["date", "2021-02-18"], ["time", "2000-01-01 06:30:56.399859"], ["datetime", "2020-11-17 15:06:32.462845"], ["created_at", "2020-11-17 21:30:20.048686"], ["updated_at", "2020-11-17 21:30:20.048686"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 9.85222944383283], ["string", "Facilis minima exercitationem."], ["date", "2019-05-23"], ["time", "2000-01-01 03:31:02.210613"], ["datetime", "2020-11-17 12:21:53.003697"], ["created_at", "2020-11-17 21:30:20.051117"], ["updated_at", "2020-11-17 21:30:20.051117"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1021], ["decimal", 38.8172209318075], ["string", "Repellendus mollitia voluptatem."], ["created_at", "2020-11-17 21:30:20.053292"], ["updated_at", "2020-11-17 21:30:20.053292"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 4.43324938101261], ["string", "Deserunt aut officiis dolor."], ["created_at", "2020-11-17 21:30:20.054892"], ["updated_at", "2020-11-17 21:30:20.054892"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 3.80136793553671], ["string", "Deserunt qui vel."], ["created_at", "2020-11-17 21:30:20.056238"], ["updated_at", "2020-11-17 21:30:20.056238"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 16.8583295579458], ["string", "Quis quae consectetur ipsum."], ["created_at", "2020-11-17 21:30:20.057573"], ["updated_at", "2020-11-17 21:30:20.057573"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 12.3490368082585], ["string", "Praesentium sequi sint."], ["created_at", "2020-11-17 21:30:20.058912"], ["updated_at", "2020-11-17 21:30:20.058912"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:30:20.060893"], ["updated_at", "2020-11-17 21:30:20.060893"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:30:20.062734"], ["updated_at", "2020-11-17 21:30:20.062734"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:30:20.064547"], ["updated_at", "2020-11-17 21:30:20.064547"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:30:20.066508"], ["updated_at", "2020-11-17 21:30:20.066508"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:30:20.068236"], ["updated_at", "2020-11-17 21:30:20.068236"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-17 21:30:20.070655"], ["updated_at", "2020-11-17 21:30:20.070655"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-17 21:30:20.072997"], ["updated_at", "2020-11-17 21:30:20.072997"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-17 21:30:20.075242"], ["updated_at", "2020-11-17 21:30:20.075242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-17 21:30:20.077387"], ["updated_at", "2020-11-17 21:30:20.077387"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-17 21:30:20.079593"], ["updated_at", "2020-11-17 21:30:20.079593"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-17 21:30:20.081195"], ["updated_at", "2020-11-17 21:30:20.081195"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 21:30:20.082850"], ["updated_at", "2020-11-17 21:30:20.082850"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-17 21:30:20.084306"], ["updated_at", "2020-11-17 21:30:20.084306"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-17 21:30:20.085726"], ["updated_at", "2020-11-17 21:30:20.085726"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-17 21:30:20.087131"], ["updated_at", "2020-11-17 21:30:20.087131"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:20.088693"], ["updated_at", "2020-11-17 21:30:20.088693"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:20.090240"], ["updated_at", "2020-11-17 21:30:20.090240"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:20.091651"], ["updated_at", "2020-11-17 21:30:20.091651"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:20.093058"], ["updated_at", "2020-11-17 21:30:20.093058"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:20.094489"], ["updated_at", "2020-11-17 21:30:20.094489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:30:20.102517"], ["updated_at", "2020-11-17 21:30:20.102517"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:30:20.104244"], ["updated_at", "2020-11-17 21:30:20.104244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:30:20.105709"], ["updated_at", "2020-11-17 21:30:20.105709"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:30:20.107106"], ["updated_at", "2020-11-17 21:30:20.107106"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:30:20.108481"], ["updated_at", "2020-11-17 21:30:20.108481"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:20.109537"], ["updated_at", "2020-11-17 21:30:20.109537"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:20.110611"], ["updated_at", "2020-11-17 21:30:20.110611"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:20.111501"], ["updated_at", "2020-11-17 21:30:20.111501"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:20.112307"], ["updated_at", "2020-11-17 21:30:20.112307"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:20.113147"], ["updated_at", "2020-11-17 21:30:20.113147"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:20.113978"], ["updated_at", "2020-11-17 21:30:20.113978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:20.114816"], ["updated_at", "2020-11-17 21:30:20.114816"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:20.115618"], ["updated_at", "2020-11-17 21:30:20.115618"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:20.116424"], ["updated_at", "2020-11-17 21:30:20.116424"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:20.117237"], ["updated_at", "2020-11-17 21:30:20.117237"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 19.403110475732], ["string", "Tempore sequi error."], ["date", "2019-01-22"], ["time", "2000-01-01 22:24:07.852353"], ["datetime", "2020-11-17 06:17:49.554606"], ["created_at", "2020-11-17 21:30:20.118596"], ["updated_at", "2020-11-17 21:30:20.118596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 5.20115166487273], ["string", "Et consectetur itaque iste."], ["date", "2021-07-02"], ["time", "2000-01-01 20:58:23.797607"], ["datetime", "2020-11-17 00:53:27.053347"], ["created_at", "2020-11-17 21:30:20.120140"], ["updated_at", "2020-11-17 21:30:20.120140"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 2.52415926443677], ["string", "Dolores eveniet nam."], ["date", "2020-01-11"], ["time", "2000-01-01 06:12:22.843961"], ["datetime", "2020-11-17 20:29:49.843059"], ["created_at", "2020-11-17 21:30:20.121688"], ["updated_at", "2020-11-17 21:30:20.121688"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 15.0545251082448], ["string", "Qui praesentium est est."], ["date", "2021-01-10"], ["time", "2000-01-01 17:56:25.961361"], ["datetime", "2020-11-17 06:07:09.157096"], ["created_at", "2020-11-17 21:30:20.123185"], ["updated_at", "2020-11-17 21:30:20.123185"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 15.1571032543052], ["string", "Quibusdam aut cum."], ["date", "2020-05-07"], ["time", "2000-01-01 03:21:13.609015"], ["datetime", "2020-11-17 02:10:53.060169"], ["created_at", "2020-11-17 21:30:20.124735"], ["updated_at", "2020-11-17 21:30:20.124735"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 0.795963059869028], ["string", "Hic suscipit et."], ["created_at", "2020-11-17 21:30:20.126116"], ["updated_at", "2020-11-17 21:30:20.126116"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1033], ["decimal", 38.1434294127315], ["string", "Nulla et sunt accusamus."], ["created_at", "2020-11-17 21:30:20.127256"], ["updated_at", "2020-11-17 21:30:20.127256"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1022], ["decimal", 21.2652759796303], ["string", "Soluta voluptatibus facilis."], ["created_at", "2020-11-17 21:30:20.128366"], ["updated_at", "2020-11-17 21:30:20.128366"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1021], ["decimal", 17.9262094779847], ["string", "Commodi autem et asperiores."], ["created_at", "2020-11-17 21:30:20.129555"], ["updated_at", "2020-11-17 21:30:20.129555"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1021], ["decimal", 6.09076185022428], ["string", "Alias deserunt fuga."], ["created_at", "2020-11-17 21:30:20.130769"], ["updated_at", "2020-11-17 21:30:20.130769"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:30:20.132428"], ["updated_at", "2020-11-17 21:30:20.132428"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:30:20.133897"], ["updated_at", "2020-11-17 21:30:20.133897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:30:20.135315"], ["updated_at", "2020-11-17 21:30:20.135315"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:30:20.136706"], ["updated_at", "2020-11-17 21:30:20.136706"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:30:20.137866"], ["updated_at", "2020-11-17 21:30:20.137866"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 7], ["created_at", "2020-11-17 21:30:20.139457"], ["updated_at", "2020-11-17 21:30:20.139457"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-17 21:30:20.141017"], ["updated_at", "2020-11-17 21:30:20.141017"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 5], ["created_at", "2020-11-17 21:30:20.142543"], ["updated_at", "2020-11-17 21:30:20.142543"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-17 21:30:20.144037"], ["updated_at", "2020-11-17 21:30:20.144037"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 3], ["created_at", "2020-11-17 21:30:20.145526"], ["updated_at", "2020-11-17 21:30:20.145526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-17 21:30:20.146679"], ["updated_at", "2020-11-17 21:30:20.146679"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-17 21:30:20.147823"], ["updated_at", "2020-11-17 21:30:20.147823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 21:30:20.148932"], ["updated_at", "2020-11-17 21:30:20.148932"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-17 21:30:20.150048"], ["updated_at", "2020-11-17 21:30:20.150048"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-17 21:30:20.151146"], ["updated_at", "2020-11-17 21:30:20.151146"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:20.152275"], ["updated_at", "2020-11-17 21:30:20.152275"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:20.153352"], ["updated_at", "2020-11-17 21:30:20.153352"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:20.154396"], ["updated_at", "2020-11-17 21:30:20.154396"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:20.155435"], ["updated_at", "2020-11-17 21:30:20.155435"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:20.156464"], ["updated_at", "2020-11-17 21:30:20.156464"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:30:20.163089"], ["updated_at", "2020-11-17 21:30:20.163089"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:30:20.164238"], ["updated_at", "2020-11-17 21:30:20.164238"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-17 21:30:20.165301"], ["updated_at", "2020-11-17 21:30:20.165301"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:30:20.166352"], ["updated_at", "2020-11-17 21:30:20.166352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-17 21:30:20.167409"], ["updated_at", "2020-11-17 21:30:20.167409"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:20.168086"], ["updated_at", "2020-11-17 21:30:20.168086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:20.168701"], ["updated_at", "2020-11-17 21:30:20.168701"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:20.169299"], ["updated_at", "2020-11-17 21:30:20.169299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:20.169883"], ["updated_at", "2020-11-17 21:30:20.169883"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:20.170475"], ["updated_at", "2020-11-17 21:30:20.170475"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:20.171099"], ["updated_at", "2020-11-17 21:30:20.171099"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:20.171734"], ["updated_at", "2020-11-17 21:30:20.171734"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:20.172346"], ["updated_at", "2020-11-17 21:30:20.172346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:20.172950"], ["updated_at", "2020-11-17 21:30:20.172950"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:20.173570"], ["updated_at", "2020-11-17 21:30:20.173570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 39.3779995721229], ["string", "Similique in beatae."], ["date", "2018-12-03"], ["time", "2000-01-01 14:42:52.985054"], ["datetime", "2020-11-17 15:27:07.743511"], ["created_at", "2020-11-17 21:30:20.174734"], ["updated_at", "2020-11-17 21:30:20.174734"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 3.84650489202392], ["string", "Animi veritatis impedit molestiae."], ["date", "2022-01-27"], ["time", "2000-01-01 08:01:49.395989"], ["datetime", "2020-11-17 07:15:42.287526"], ["created_at", "2020-11-17 21:30:20.176092"], ["updated_at", "2020-11-17 21:30:20.176092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (1.6ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 13.1146974773508], ["string", "Occaecati ex commodi."], ["date", "2019-11-08"], ["time", "2000-01-01 15:20:09.492022"], ["datetime", "2020-11-17 12:54:59.834895"], ["created_at", "2020-11-17 21:30:20.185378"], ["updated_at", "2020-11-17 21:30:20.185378"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 3.40819578821476], ["string", "Libero sed ipsa nostrum."], ["date", "2020-05-11"], ["time", "2000-01-01 07:39:24.341390"], ["datetime", "2020-11-17 14:59:13.445617"], ["created_at", "2020-11-17 21:30:20.188949"], ["updated_at", "2020-11-17 21:30:20.188949"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 42], ["decimal", 26.7961886207058], ["string", "Unde quo est."], ["date", "2022-02-02"], ["time", "2000-01-01 22:39:42.631587"], ["datetime", "2020-11-17 09:49:49.617305"], ["created_at", "2020-11-17 21:30:20.190665"], ["updated_at", "2020-11-17 21:30:20.190665"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 24.5503862800735], ["string", "Quisquam nihil et."], ["created_at", "2020-11-17 21:30:20.192091"], ["updated_at", "2020-11-17 21:30:20.192091"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1029], ["decimal", 7.66692527939263], ["string", "Temporibus qui sint ullam."], ["created_at", "2020-11-17 21:30:20.193227"], ["updated_at", "2020-11-17 21:30:20.193227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1030], ["decimal", 22.886052622876], ["string", "Eos nihil quisquam."], ["created_at", "2020-11-17 21:30:20.194303"], ["updated_at", "2020-11-17 21:30:20.194303"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 19.5525520376349], ["string", "Ipsum pariatur provident et."], ["created_at", "2020-11-17 21:30:20.195365"], ["updated_at", "2020-11-17 21:30:20.195365"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 13.2372565152401], ["string", "Eum voluptatem ipsum."], ["created_at", "2020-11-17 21:30:20.196422"], ["updated_at", "2020-11-17 21:30:20.196422"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:30:20.197912"], ["updated_at", "2020-11-17 21:30:20.197912"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-17 21:30:20.199259"], ["updated_at", "2020-11-17 21:30:20.199259"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-17 21:30:20.200510"], ["updated_at", "2020-11-17 21:30:20.200510"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-17 21:30:20.201766"], ["updated_at", "2020-11-17 21:30:20.201766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:30:20.203006"], ["updated_at", "2020-11-17 21:30:20.203006"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-17 21:30:20.204805"], ["updated_at", "2020-11-17 21:30:20.204805"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 9], ["created_at", "2020-11-17 21:30:20.206551"], ["updated_at", "2020-11-17 21:30:20.206551"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 6], ["created_at", "2020-11-17 21:30:20.208188"], ["updated_at", "2020-11-17 21:30:20.208188"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 8], ["created_at", "2020-11-17 21:30:20.209767"], ["updated_at", "2020-11-17 21:30:20.209767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 12], ["created_at", "2020-11-17 21:30:20.211295"], ["updated_at", "2020-11-17 21:30:20.211295"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-17 21:30:20.212527"], ["updated_at", "2020-11-17 21:30:20.212527"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-17 21:30:20.213700"], ["updated_at", "2020-11-17 21:30:20.213700"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 15], ["created_at", "2020-11-17 21:30:20.214851"], ["updated_at", "2020-11-17 21:30:20.214851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 11], ["created_at", "2020-11-17 21:30:20.215975"], ["updated_at", "2020-11-17 21:30:20.215975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-17 21:30:20.217092"], ["updated_at", "2020-11-17 21:30:20.217092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:20.218269"], ["updated_at", "2020-11-17 21:30:20.218269"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:20.219363"], ["updated_at", "2020-11-17 21:30:20.219363"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:20.220428"], ["updated_at", "2020-11-17 21:30:20.220428"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:20.221497"], ["updated_at", "2020-11-17 21:30:20.221497"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:20.222574"], ["updated_at", "2020-11-17 21:30:20.222574"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:30:20.229590"], ["updated_at", "2020-11-17 21:30:20.229590"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-17 21:30:20.230821"], ["updated_at", "2020-11-17 21:30:20.230821"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:30:20.231922"], ["updated_at", "2020-11-17 21:30:20.231922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:30:20.233003"], ["updated_at", "2020-11-17 21:30:20.233003"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-17 21:30:20.234132"], ["updated_at", "2020-11-17 21:30:20.234132"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:20.234837"], ["updated_at", "2020-11-17 21:30:20.234837"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:20.235473"], ["updated_at", "2020-11-17 21:30:20.235473"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:20.236146"], ["updated_at", "2020-11-17 21:30:20.236146"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:20.236788"], ["updated_at", "2020-11-17 21:30:20.236788"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:20.237417"], ["updated_at", "2020-11-17 21:30:20.237417"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:20.238072"], ["updated_at", "2020-11-17 21:30:20.238072"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:20.238720"], ["updated_at", "2020-11-17 21:30:20.238720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:20.239339"], ["updated_at", "2020-11-17 21:30:20.239339"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:20.239953"], ["updated_at", "2020-11-17 21:30:20.239953"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:20.240565"], ["updated_at", "2020-11-17 21:30:20.240565"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (38.1ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.6ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 20.4754489457047], ["string", "Quod provident autem."], ["date", "2019-01-30"], ["time", "2000-01-01 11:28:39.773220"], ["datetime", "2020-11-16 23:59:02.894437"], ["created_at", "2020-11-17 21:30:40.255952"], ["updated_at", "2020-11-17 21:30:40.255952"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 4.81781682454171], ["string", "Ducimus a repudiandae rerum."], ["date", "2021-02-26"], ["time", "2000-01-01 14:39:54.349431"], ["datetime", "2020-11-17 04:33:45.919050"], ["created_at", "2020-11-17 21:30:40.258221"], ["updated_at", "2020-11-17 21:30:40.258221"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 33.2923938788946], ["string", "Itaque consequatur asperiores."], ["date", "2019-07-23"], ["time", "2000-01-01 03:55:31.522089"], ["datetime", "2020-11-17 16:33:06.404864"], ["created_at", "2020-11-17 21:30:40.259950"], ["updated_at", "2020-11-17 21:30:40.259950"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["decimal", 11.919881448838], ["string", "Iure hic repellendus quibusdam."], ["date", "2020-01-21"], ["time", "2000-01-01 23:47:34.793393"], ["datetime", "2020-11-17 04:53:04.677213"], ["created_at", "2020-11-17 21:30:40.261565"], ["updated_at", "2020-11-17 21:30:40.261565"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 5.02466593618521], ["string", "Tenetur cupiditate placeat."], ["date", "2022-11-15"], ["time", "2000-01-01 12:50:41.209229"], ["datetime", "2020-11-17 11:14:25.801605"], ["created_at", "2020-11-17 21:30:40.263151"], ["updated_at", "2020-11-17 21:30:40.263151"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 18.9550552401374], ["string", "Reiciendis quaerat similique."], ["created_at", "2020-11-17 21:30:40.269695"], ["updated_at", "2020-11-17 21:30:40.269695"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 33.3419986621554], ["string", "Illo et dolores incidunt."], ["created_at", "2020-11-17 21:30:40.271009"], ["updated_at", "2020-11-17 21:30:40.271009"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1021], ["decimal", 2.97396262789575], ["string", "Numquam pariatur quia."], ["created_at", "2020-11-17 21:30:40.272123"], ["updated_at", "2020-11-17 21:30:40.272123"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 17.3608855701907], ["string", "Possimus tempore sed esse."], ["created_at", "2020-11-17 21:30:40.273240"], ["updated_at", "2020-11-17 21:30:40.273240"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1021], ["decimal", 26.3908812320235], ["string", "Iusto sit voluptatum."], ["created_at", "2020-11-17 21:30:40.274341"], ["updated_at", "2020-11-17 21:30:40.274341"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:30:40.281381"], ["updated_at", "2020-11-17 21:30:40.281381"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:30:40.282924"], ["updated_at", "2020-11-17 21:30:40.282924"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:30:40.284227"], ["updated_at", "2020-11-17 21:30:40.284227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:30:40.285502"], ["updated_at", "2020-11-17 21:30:40.285502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:30:40.286711"], ["updated_at", "2020-11-17 21:30:40.286711"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-17 21:30:40.292293"], ["updated_at", "2020-11-17 21:30:40.292293"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-17 21:30:40.293940"], ["updated_at", "2020-11-17 21:30:40.293940"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-17 21:30:40.295469"], ["updated_at", "2020-11-17 21:30:40.295469"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-17 21:30:40.296986"], ["updated_at", "2020-11-17 21:30:40.296986"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-17 21:30:40.298508"], ["updated_at", "2020-11-17 21:30:40.298508"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-17 21:30:40.303283"], ["updated_at", "2020-11-17 21:30:40.303283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-17 21:30:40.304625"], ["updated_at", "2020-11-17 21:30:40.304625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-17 21:30:40.305820"], ["updated_at", "2020-11-17 21:30:40.305820"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-17 21:30:40.307007"], ["updated_at", "2020-11-17 21:30:40.307007"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-17 21:30:40.308250"], ["updated_at", "2020-11-17 21:30:40.308250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.312867"], ["updated_at", "2020-11-17 21:30:40.312867"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.314193"], ["updated_at", "2020-11-17 21:30:40.314193"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.315331"], ["updated_at", "2020-11-17 21:30:40.315331"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.316429"], ["updated_at", "2020-11-17 21:30:40.316429"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.317547"], ["updated_at", "2020-11-17 21:30:40.317547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:30:40.330510"], ["updated_at", "2020-11-17 21:30:40.330510"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:30:40.331790"], ["updated_at", "2020-11-17 21:30:40.331790"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:30:40.332938"], ["updated_at", "2020-11-17 21:30:40.332938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:30:40.334037"], ["updated_at", "2020-11-17 21:30:40.334037"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:30:40.335120"], ["updated_at", "2020-11-17 21:30:40.335120"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.338378"], ["updated_at", "2020-11-17 21:30:40.338378"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.339082"], ["updated_at", "2020-11-17 21:30:40.339082"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.339702"], ["updated_at", "2020-11-17 21:30:40.339702"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.340322"], ["updated_at", "2020-11-17 21:30:40.340322"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.340935"], ["updated_at", "2020-11-17 21:30:40.340935"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.343638"], ["updated_at", "2020-11-17 21:30:40.343638"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.344343"], ["updated_at", "2020-11-17 21:30:40.344343"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.344980"], ["updated_at", "2020-11-17 21:30:40.344980"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.345628"], ["updated_at", "2020-11-17 21:30:40.345628"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.346276"], ["updated_at", "2020-11-17 21:30:40.346276"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 0.969605232360313], ["string", "Molestiae expedita quia."], ["date", "2022-07-17"], ["time", "2000-01-01 10:55:28.506931"], ["datetime", "2020-11-17 16:34:48.701738"], ["created_at", "2020-11-17 21:30:40.347516"], ["updated_at", "2020-11-17 21:30:40.347516"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 0.837783399537369], ["string", "Aut tempore qui placeat."], ["date", "2020-05-13"], ["time", "2000-01-01 22:19:31.669169"], ["datetime", "2020-11-17 12:01:43.348944"], ["created_at", "2020-11-17 21:30:40.348909"], ["updated_at", "2020-11-17 21:30:40.348909"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 13.7503839672551], ["string", "Aperiam non nemo."], ["date", "2019-10-10"], ["time", "2000-01-01 22:17:49.524531"], ["datetime", "2020-11-17 01:18:31.097100"], ["created_at", "2020-11-17 21:30:40.350261"], ["updated_at", "2020-11-17 21:30:40.350261"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 11.2379953603108], ["string", "Ut minima quos incidunt."], ["date", "2019-08-25"], ["time", "2000-01-01 22:55:17.579127"], ["datetime", "2020-11-17 03:35:20.322794"], ["created_at", "2020-11-17 21:30:40.351572"], ["updated_at", "2020-11-17 21:30:40.351572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 13.8965939514193], ["string", "Voluptate excepturi et."], ["date", "2022-07-15"], ["time", "2000-01-01 11:30:36.812020"], ["datetime", "2020-11-17 05:20:01.792090"], ["created_at", "2020-11-17 21:30:40.352881"], ["updated_at", "2020-11-17 21:30:40.352881"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 12.9843409247954], ["string", "Distinctio vitae ipsam."], ["created_at", "2020-11-17 21:30:40.354093"], ["updated_at", "2020-11-17 21:30:40.354093"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1030], ["decimal", 37.1576687848135], ["string", "Laudantium deleniti dolorem ad."], ["created_at", "2020-11-17 21:30:40.355050"], ["updated_at", "2020-11-17 21:30:40.355050"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 19.8983545894643], ["string", "Accusamus nostrum minus."], ["created_at", "2020-11-17 21:30:40.355964"], ["updated_at", "2020-11-17 21:30:40.355964"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1033], ["decimal", 4.9914836484565], ["string", "Magnam voluptatem perferendis sapiente."], ["created_at", "2020-11-17 21:30:40.356895"], ["updated_at", "2020-11-17 21:30:40.356895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 9.11526514704988], ["string", "Qui dolorem unde."], ["created_at", "2020-11-17 21:30:40.357828"], ["updated_at", "2020-11-17 21:30:40.357828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-17 21:30:40.359142"], ["updated_at", "2020-11-17 21:30:40.359142"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-17 21:30:40.360341"], ["updated_at", "2020-11-17 21:30:40.360341"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:30:40.361459"], ["updated_at", "2020-11-17 21:30:40.361459"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:30:40.362574"], ["updated_at", "2020-11-17 21:30:40.362574"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:30:40.363667"], ["updated_at", "2020-11-17 21:30:40.363667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-17 21:30:40.365251"], ["updated_at", "2020-11-17 21:30:40.365251"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-17 21:30:40.366792"], ["updated_at", "2020-11-17 21:30:40.366792"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 10], ["created_at", "2020-11-17 21:30:40.368292"], ["updated_at", "2020-11-17 21:30:40.368292"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 8], ["created_at", "2020-11-17 21:30:40.369823"], ["updated_at", "2020-11-17 21:30:40.369823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-17 21:30:40.371366"], ["updated_at", "2020-11-17 21:30:40.371366"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-17 21:30:40.372554"], ["updated_at", "2020-11-17 21:30:40.372554"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-17 21:30:40.373699"], ["updated_at", "2020-11-17 21:30:40.373699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-17 21:30:40.374816"], ["updated_at", "2020-11-17 21:30:40.374816"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-17 21:30:40.375926"], ["updated_at", "2020-11-17 21:30:40.375926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-17 21:30:40.377045"], ["updated_at", "2020-11-17 21:30:40.377045"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:40.378441"], ["updated_at", "2020-11-17 21:30:40.378441"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:40.379561"], ["updated_at", "2020-11-17 21:30:40.379561"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:40.380641"], ["updated_at", "2020-11-17 21:30:40.380641"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:40.381723"], ["updated_at", "2020-11-17 21:30:40.381723"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:40.382786"], ["updated_at", "2020-11-17 21:30:40.382786"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:30:40.389393"], ["updated_at", "2020-11-17 21:30:40.389393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:30:40.390568"], ["updated_at", "2020-11-17 21:30:40.390568"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:30:40.391681"], ["updated_at", "2020-11-17 21:30:40.391681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:30:40.392762"], ["updated_at", "2020-11-17 21:30:40.392762"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-17 21:30:40.393850"], ["updated_at", "2020-11-17 21:30:40.393850"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.394551"], ["updated_at", "2020-11-17 21:30:40.394551"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.395191"], ["updated_at", "2020-11-17 21:30:40.395191"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.395813"], ["updated_at", "2020-11-17 21:30:40.395813"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.396427"], ["updated_at", "2020-11-17 21:30:40.396427"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.397033"], ["updated_at", "2020-11-17 21:30:40.397033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.397687"], ["updated_at", "2020-11-17 21:30:40.397687"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.398350"], ["updated_at", "2020-11-17 21:30:40.398350"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.398974"], ["updated_at", "2020-11-17 21:30:40.398974"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.399607"], ["updated_at", "2020-11-17 21:30:40.399607"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.400245"], ["updated_at", "2020-11-17 21:30:40.400245"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 25], ["decimal", 8.30036514129768], ["string", "Enim tempora nihil."], ["date", "2022-02-25"], ["time", "2000-01-01 01:20:43.751937"], ["datetime", "2020-11-17 02:38:12.152789"], ["created_at", "2020-11-17 21:30:40.401438"], ["updated_at", "2020-11-17 21:30:40.401438"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 16.7604270187449], ["string", "Cupiditate neque assumenda autem."], ["date", "2021-04-02"], ["time", "2000-01-01 14:07:44.946520"], ["datetime", "2020-11-17 02:17:54.665781"], ["created_at", "2020-11-17 21:30:40.402804"], ["updated_at", "2020-11-17 21:30:40.402804"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 30], ["decimal", 13.7519986924179], ["string", "Non omnis et."], ["date", "2020-11-02"], ["time", "2000-01-01 14:04:15.026396"], ["datetime", "2020-11-17 07:30:06.013493"], ["created_at", "2020-11-17 21:30:40.404116"], ["updated_at", "2020-11-17 21:30:40.404116"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 12.2609591269658], ["string", "Voluptatum qui et repellendus."], ["date", "2021-08-09"], ["time", "2000-01-01 15:26:01.216613"], ["datetime", "2020-11-17 04:21:57.356604"], ["created_at", "2020-11-17 21:30:40.405433"], ["updated_at", "2020-11-17 21:30:40.405433"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 14.7153819300103], ["string", "Distinctio adipisci cum."], ["date", "2019-04-30"], ["time", "2000-01-01 07:47:24.008737"], ["datetime", "2020-11-17 04:15:20.331617"], ["created_at", "2020-11-17 21:30:40.406734"], ["updated_at", "2020-11-17 21:30:40.406734"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 13.4221889641162], ["string", "Perspiciatis repudiandae quibusdam."], ["created_at", "2020-11-17 21:30:40.407897"], ["updated_at", "2020-11-17 21:30:40.407897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 11.7853314281891], ["string", "Eligendi nihil corrupti quisquam."], ["created_at", "2020-11-17 21:30:40.408853"], ["updated_at", "2020-11-17 21:30:40.408853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 6.48854618937661], ["string", "Officiis doloremque ipsum."], ["created_at", "2020-11-17 21:30:40.409812"], ["updated_at", "2020-11-17 21:30:40.409812"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 3.63012406713585], ["string", "Culpa ducimus eligendi in."], ["created_at", "2020-11-17 21:30:40.410835"], ["updated_at", "2020-11-17 21:30:40.410835"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1021], ["decimal", 13.829022056248], ["string", "Ut perferendis omnis."], ["created_at", "2020-11-17 21:30:40.411778"], ["updated_at", "2020-11-17 21:30:40.411778"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-17 21:30:40.413152"], ["updated_at", "2020-11-17 21:30:40.413152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:30:40.414356"], ["updated_at", "2020-11-17 21:30:40.414356"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-17 21:30:40.415458"], ["updated_at", "2020-11-17 21:30:40.415458"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-17 21:30:40.416555"], ["updated_at", "2020-11-17 21:30:40.416555"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:30:40.417669"], ["updated_at", "2020-11-17 21:30:40.417669"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 6], ["created_at", "2020-11-17 21:30:40.419260"], ["updated_at", "2020-11-17 21:30:40.419260"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 9], ["created_at", "2020-11-17 21:30:40.420809"], ["updated_at", "2020-11-17 21:30:40.420809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (9.6ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 15], ["created_at", "2020-11-17 21:30:40.422354"], ["updated_at", "2020-11-17 21:30:40.422354"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 6], ["created_at", "2020-11-17 21:30:40.434040"], ["updated_at", "2020-11-17 21:30:40.434040"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 7], ["created_at", "2020-11-17 21:30:40.436094"], ["updated_at", "2020-11-17 21:30:40.436094"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 14], ["created_at", "2020-11-17 21:30:40.437564"], ["updated_at", "2020-11-17 21:30:40.437564"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 12], ["created_at", "2020-11-17 21:30:40.438958"], ["updated_at", "2020-11-17 21:30:40.438958"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-17 21:30:40.440356"], ["updated_at", "2020-11-17 21:30:40.440356"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-17 21:30:40.441694"], ["updated_at", "2020-11-17 21:30:40.441694"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-17 21:30:40.443016"], ["updated_at", "2020-11-17 21:30:40.443016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:40.444380"], ["updated_at", "2020-11-17 21:30:40.444380"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:40.445663"], ["updated_at", "2020-11-17 21:30:40.445663"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:40.446910"], ["updated_at", "2020-11-17 21:30:40.446910"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:40.448154"], ["updated_at", "2020-11-17 21:30:40.448154"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:40.449396"], ["updated_at", "2020-11-17 21:30:40.449396"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-17 21:30:40.456751"], ["updated_at", "2020-11-17 21:30:40.456751"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-17 21:30:40.457993"], ["updated_at", "2020-11-17 21:30:40.457993"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:30:40.459141"], ["updated_at", "2020-11-17 21:30:40.459141"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-17 21:30:40.460331"], ["updated_at", "2020-11-17 21:30:40.460331"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-17 21:30:40.461558"], ["updated_at", "2020-11-17 21:30:40.461558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.462298"], ["updated_at", "2020-11-17 21:30:40.462298"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.462975"], ["updated_at", "2020-11-17 21:30:40.462975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.463613"], ["updated_at", "2020-11-17 21:30:40.463613"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.464238"], ["updated_at", "2020-11-17 21:30:40.464238"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.464866"], ["updated_at", "2020-11-17 21:30:40.464866"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.465550"], ["updated_at", "2020-11-17 21:30:40.465550"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.466227"], ["updated_at", "2020-11-17 21:30:40.466227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.466877"], ["updated_at", "2020-11-17 21:30:40.466877"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.467521"], ["updated_at", "2020-11-17 21:30:40.467521"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.468165"], ["updated_at", "2020-11-17 21:30:40.468165"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 9.62478025761682], ["string", "In et accusamus."], ["date", "2020-10-07"], ["time", "2000-01-01 03:49:04.739629"], ["datetime", "2020-11-17 19:25:26.650854"], ["created_at", "2020-11-17 21:30:40.475228"], ["updated_at", "2020-11-17 21:30:40.475228"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 37], ["decimal", 9.59389232827995], ["string", "Magnam accusamus harum delectus."], ["date", "2021-07-27"], ["time", "2000-01-01 05:09:30.634570"], ["datetime", "2020-11-17 08:03:13.409666"], ["created_at", "2020-11-17 21:30:40.477854"], ["updated_at", "2020-11-17 21:30:40.477854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 12.3085890468152], ["string", "Accusantium vel saepe."], ["date", "2020-09-27"], ["time", "2000-01-01 11:56:04.357641"], ["datetime", "2020-11-17 07:50:52.758881"], ["created_at", "2020-11-17 21:30:40.479952"], ["updated_at", "2020-11-17 21:30:40.479952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 10.0045253222346], ["string", "Sequi ipsam et sed."], ["date", "2022-10-14"], ["time", "2000-01-01 01:45:13.141487"], ["datetime", "2020-11-17 02:29:29.063295"], ["created_at", "2020-11-17 21:30:40.481977"], ["updated_at", "2020-11-17 21:30:40.481977"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 33.3865825530406], ["string", "Fugit deleniti exercitationem."], ["date", "2022-06-29"], ["time", "2000-01-01 13:27:24.066584"], ["datetime", "2020-11-17 19:59:35.485613"], ["created_at", "2020-11-17 21:30:40.484634"], ["updated_at", "2020-11-17 21:30:40.484634"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 6.26354352856186], ["string", "Ut temporibus id."], ["created_at", "2020-11-17 21:30:40.486423"], ["updated_at", "2020-11-17 21:30:40.486423"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", 3.10649215677751], ["string", "Dolorum id rerum rem."], ["created_at", "2020-11-17 21:30:40.487631"], ["updated_at", "2020-11-17 21:30:40.487631"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 7.87148305500286], ["string", "Est illum ea."], ["created_at", "2020-11-17 21:30:40.488717"], ["updated_at", "2020-11-17 21:30:40.488717"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 2.16920795424454], ["string", "Qui tempora sint ut."], ["created_at", "2020-11-17 21:30:40.489776"], ["updated_at", "2020-11-17 21:30:40.489776"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 17.4779139580577], ["string", "Deserunt quam ipsam."], ["created_at", "2020-11-17 21:30:40.490914"], ["updated_at", "2020-11-17 21:30:40.490914"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:30:40.492688"], ["updated_at", "2020-11-17 21:30:40.492688"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:30:40.494124"], ["updated_at", "2020-11-17 21:30:40.494124"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:30:40.495604"], ["updated_at", "2020-11-17 21:30:40.495604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:30:40.496972"], ["updated_at", "2020-11-17 21:30:40.496972"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:30:40.498296"], ["updated_at", "2020-11-17 21:30:40.498296"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-17 21:30:40.500148"], ["updated_at", "2020-11-17 21:30:40.500148"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-17 21:30:40.501949"], ["updated_at", "2020-11-17 21:30:40.501949"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-17 21:30:40.503700"], ["updated_at", "2020-11-17 21:30:40.503700"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-17 21:30:40.505444"], ["updated_at", "2020-11-17 21:30:40.505444"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-17 21:30:40.507146"], ["updated_at", "2020-11-17 21:30:40.507146"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-17 21:30:40.508437"], ["updated_at", "2020-11-17 21:30:40.508437"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-17 21:30:40.509676"], ["updated_at", "2020-11-17 21:30:40.509676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 21:30:40.510871"], ["updated_at", "2020-11-17 21:30:40.510871"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-17 21:30:40.511994"], ["updated_at", "2020-11-17 21:30:40.511994"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-17 21:30:40.513106"], ["updated_at", "2020-11-17 21:30:40.513106"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.514394"], ["updated_at", "2020-11-17 21:30:40.514394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.515535"], ["updated_at", "2020-11-17 21:30:40.515535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.516621"], ["updated_at", "2020-11-17 21:30:40.516621"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.517720"], ["updated_at", "2020-11-17 21:30:40.517720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.518807"], ["updated_at", "2020-11-17 21:30:40.518807"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:30:40.525479"], ["updated_at", "2020-11-17 21:30:40.525479"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:30:40.526649"], ["updated_at", "2020-11-17 21:30:40.526649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:30:40.527791"], ["updated_at", "2020-11-17 21:30:40.527791"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:30:40.528878"], ["updated_at", "2020-11-17 21:30:40.528878"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:30:40.529997"], ["updated_at", "2020-11-17 21:30:40.529997"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.530703"], ["updated_at", "2020-11-17 21:30:40.530703"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.531396"], ["updated_at", "2020-11-17 21:30:40.531396"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.532027"], ["updated_at", "2020-11-17 21:30:40.532027"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.532643"], ["updated_at", "2020-11-17 21:30:40.532643"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.533272"], ["updated_at", "2020-11-17 21:30:40.533272"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.533929"], ["updated_at", "2020-11-17 21:30:40.533929"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.534594"], ["updated_at", "2020-11-17 21:30:40.534594"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.535234"], ["updated_at", "2020-11-17 21:30:40.535234"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.535865"], ["updated_at", "2020-11-17 21:30:40.535865"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.536526"], ["updated_at", "2020-11-17 21:30:40.536526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 21], ["decimal", 5.33301667726139], ["string", "Consequatur provident nobis."], ["date", "2022-02-18"], ["time", "2000-01-01 18:18:34.553545"], ["datetime", "2020-11-17 01:51:32.295375"], ["created_at", "2020-11-17 21:30:40.537735"], ["updated_at", "2020-11-17 21:30:40.537735"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 1.91757116286422], ["string", "Tempora quo totam quaerat."], ["date", "2019-05-06"], ["time", "2000-01-01 16:53:58.664149"], ["datetime", "2020-11-17 05:34:14.313766"], ["created_at", "2020-11-17 21:30:40.539097"], ["updated_at", "2020-11-17 21:30:40.539097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 2.46762093180581], ["string", "Minus aliquam vitae."], ["date", "2022-02-17"], ["time", "2000-01-01 21:00:20.416221"], ["datetime", "2020-11-17 11:35:57.956515"], ["created_at", "2020-11-17 21:30:40.540425"], ["updated_at", "2020-11-17 21:30:40.540425"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 10.3401376937623], ["string", "Sed aut iste id."], ["date", "2018-11-17"], ["time", "2000-01-01 06:07:49.834855"], ["datetime", "2020-11-17 20:03:14.732001"], ["created_at", "2020-11-17 21:30:40.541750"], ["updated_at", "2020-11-17 21:30:40.541750"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 9.03713933965739], ["string", "Ea dolor accusantium."], ["date", "2020-09-05"], ["time", "2000-01-01 23:54:43.417175"], ["datetime", "2020-11-17 20:09:26.481394"], ["created_at", "2020-11-17 21:30:40.543053"], ["updated_at", "2020-11-17 21:30:40.543053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 21.434218500971], ["string", "Veniam quasi corrupti."], ["created_at", "2020-11-17 21:30:40.544244"], ["updated_at", "2020-11-17 21:30:40.544244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1024], ["decimal", 3.5184697300478], ["string", "Non quasi ducimus aliquid."], ["created_at", "2020-11-17 21:30:40.545205"], ["updated_at", "2020-11-17 21:30:40.545205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1029], ["decimal", 6.12968633089007], ["string", "Incidunt ea enim."], ["created_at", "2020-11-17 21:30:40.546147"], ["updated_at", "2020-11-17 21:30:40.546147"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1029], ["decimal", 24.4326626855349], ["string", "Nihil voluptates perferendis in."], ["created_at", "2020-11-17 21:30:40.547080"], ["updated_at", "2020-11-17 21:30:40.547080"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 32.8050734932934], ["string", "Rerum id explicabo."], ["created_at", "2020-11-17 21:30:40.548007"], ["updated_at", "2020-11-17 21:30:40.548007"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:30:40.549345"], ["updated_at", "2020-11-17 21:30:40.549345"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:30:40.550514"], ["updated_at", "2020-11-17 21:30:40.550514"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-17 21:30:40.551643"], ["updated_at", "2020-11-17 21:30:40.551643"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-17 21:30:40.552764"], ["updated_at", "2020-11-17 21:30:40.552764"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-17 21:30:40.553897"], ["updated_at", "2020-11-17 21:30:40.553897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 7], ["created_at", "2020-11-17 21:30:40.555518"], ["updated_at", "2020-11-17 21:30:40.555518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 8], ["created_at", "2020-11-17 21:30:40.557084"], ["updated_at", "2020-11-17 21:30:40.557084"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 8], ["created_at", "2020-11-17 21:30:40.558649"], ["updated_at", "2020-11-17 21:30:40.558649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 10], ["created_at", "2020-11-17 21:30:40.560171"], ["updated_at", "2020-11-17 21:30:40.560171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-17 21:30:40.561721"], ["updated_at", "2020-11-17 21:30:40.561721"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-17 21:30:40.562950"], ["updated_at", "2020-11-17 21:30:40.562950"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-17 21:30:40.564119"], ["updated_at", "2020-11-17 21:30:40.564119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-17 21:30:40.565253"], ["updated_at", "2020-11-17 21:30:40.565253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-17 21:30:40.566381"], ["updated_at", "2020-11-17 21:30:40.566381"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-17 21:30:40.567497"], ["updated_at", "2020-11-17 21:30:40.567497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:40.568663"], ["updated_at", "2020-11-17 21:30:40.568663"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:40.569786"], ["updated_at", "2020-11-17 21:30:40.569786"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:40.570865"], ["updated_at", "2020-11-17 21:30:40.570865"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:40.571934"], ["updated_at", "2020-11-17 21:30:40.571934"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:40.573003"], ["updated_at", "2020-11-17 21:30:40.573003"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:30:40.579677"], ["updated_at", "2020-11-17 21:30:40.579677"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:30:40.580874"], ["updated_at", "2020-11-17 21:30:40.580874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:30:40.582011"], ["updated_at", "2020-11-17 21:30:40.582011"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:30:40.583112"], ["updated_at", "2020-11-17 21:30:40.583112"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:30:40.584193"], ["updated_at", "2020-11-17 21:30:40.584193"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.584899"], ["updated_at", "2020-11-17 21:30:40.584899"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.585549"], ["updated_at", "2020-11-17 21:30:40.585549"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.586178"], ["updated_at", "2020-11-17 21:30:40.586178"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.586798"], ["updated_at", "2020-11-17 21:30:40.586798"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.587412"], ["updated_at", "2020-11-17 21:30:40.587412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.588084"], ["updated_at", "2020-11-17 21:30:40.588084"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.588739"], ["updated_at", "2020-11-17 21:30:40.588739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.589382"], ["updated_at", "2020-11-17 21:30:40.589382"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.590033"], ["updated_at", "2020-11-17 21:30:40.590033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.590669"], ["updated_at", "2020-11-17 21:30:40.590669"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 23], ["decimal", 21.9662794829289], ["string", "Ut itaque quis."], ["date", "2020-03-24"], ["time", "2000-01-01 03:16:37.926445"], ["datetime", "2020-11-16 23:28:59.907614"], ["created_at", "2020-11-17 21:30:40.591855"], ["updated_at", "2020-11-17 21:30:40.591855"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 12.96171222596], ["string", "A consectetur architecto deserunt."], ["date", "2021-07-24"], ["time", "2000-01-01 16:21:58.656702"], ["datetime", "2020-11-17 03:52:50.163499"], ["created_at", "2020-11-17 21:30:40.593230"], ["updated_at", "2020-11-17 21:30:40.593230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 14.883018388149], ["string", "Et veritatis id."], ["date", "2018-11-25"], ["time", "2000-01-01 19:03:45.672332"], ["datetime", "2020-11-16 23:03:46.299165"], ["created_at", "2020-11-17 21:30:40.594552"], ["updated_at", "2020-11-17 21:30:40.594552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 4.68495227173667], ["string", "Autem excepturi error dolor."], ["date", "2019-06-14"], ["time", "2000-01-01 05:33:48.072807"], ["datetime", "2020-11-17 09:18:29.603093"], ["created_at", "2020-11-17 21:30:40.595849"], ["updated_at", "2020-11-17 21:30:40.595849"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 6.84416782273576], ["string", "Sed et fuga."], ["date", "2019-12-27"], ["time", "2000-01-01 16:31:30.361642"], ["datetime", "2020-11-17 17:29:45.482407"], ["created_at", "2020-11-17 21:30:40.597170"], ["updated_at", "2020-11-17 21:30:40.597170"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1025], ["decimal", 0.250591796420917], ["string", "Nam aut corrupti."], ["created_at", "2020-11-17 21:30:40.598346"], ["updated_at", "2020-11-17 21:30:40.598346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 3.5680195690358], ["string", "Iusto sunt illum laborum."], ["created_at", "2020-11-17 21:30:40.599307"], ["updated_at", "2020-11-17 21:30:40.599307"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1028], ["decimal", 1.18158085245919], ["string", "Est qui quibusdam."], ["created_at", "2020-11-17 21:30:40.600241"], ["updated_at", "2020-11-17 21:30:40.600241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 14.0492759558443], ["string", "Deleniti culpa quo dicta."], ["created_at", "2020-11-17 21:30:40.601184"], ["updated_at", "2020-11-17 21:30:40.601184"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1030], ["decimal", 4.11472637953735], ["string", "Non dolores sint."], ["created_at", "2020-11-17 21:30:40.602124"], ["updated_at", "2020-11-17 21:30:40.602124"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-17 21:30:40.603460"], ["updated_at", "2020-11-17 21:30:40.603460"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:30:40.604625"], ["updated_at", "2020-11-17 21:30:40.604625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-17 21:30:40.605760"], ["updated_at", "2020-11-17 21:30:40.605760"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-17 21:30:40.606887"], ["updated_at", "2020-11-17 21:30:40.606887"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:30:40.607984"], ["updated_at", "2020-11-17 21:30:40.607984"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 6], ["created_at", "2020-11-17 21:30:40.609584"], ["updated_at", "2020-11-17 21:30:40.609584"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 10], ["created_at", "2020-11-17 21:30:40.611157"], ["updated_at", "2020-11-17 21:30:40.611157"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-17 21:30:40.612702"], ["updated_at", "2020-11-17 21:30:40.612702"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 13], ["created_at", "2020-11-17 21:30:40.614325"], ["updated_at", "2020-11-17 21:30:40.614325"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 13], ["created_at", "2020-11-17 21:30:40.615968"], ["updated_at", "2020-11-17 21:30:40.615968"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-17 21:30:40.617212"], ["updated_at", "2020-11-17 21:30:40.617212"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 21:30:40.618439"], ["updated_at", "2020-11-17 21:30:40.618439"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-17 21:30:40.619620"], ["updated_at", "2020-11-17 21:30:40.619620"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 15], ["created_at", "2020-11-17 21:30:40.620775"], ["updated_at", "2020-11-17 21:30:40.620775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-17 21:30:40.621953"], ["updated_at", "2020-11-17 21:30:40.621953"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:40.623179"], ["updated_at", "2020-11-17 21:30:40.623179"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:40.624284"], ["updated_at", "2020-11-17 21:30:40.624284"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:40.625378"], ["updated_at", "2020-11-17 21:30:40.625378"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:40.626488"], ["updated_at", "2020-11-17 21:30:40.626488"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:40.628097"], ["updated_at", "2020-11-17 21:30:40.628097"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-17 21:30:40.643550"], ["updated_at", "2020-11-17 21:30:40.643550"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-17 21:30:40.644988"], ["updated_at", "2020-11-17 21:30:40.644988"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-17 21:30:40.646309"], ["updated_at", "2020-11-17 21:30:40.646309"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-17 21:30:40.647576"], ["updated_at", "2020-11-17 21:30:40.647576"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:30:40.648836"], ["updated_at", "2020-11-17 21:30:40.648836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.649651"], ["updated_at", "2020-11-17 21:30:40.649651"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.650389"], ["updated_at", "2020-11-17 21:30:40.650389"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.651090"], ["updated_at", "2020-11-17 21:30:40.651090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.651781"], ["updated_at", "2020-11-17 21:30:40.651781"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.652504"], ["updated_at", "2020-11-17 21:30:40.652504"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.653233"], ["updated_at", "2020-11-17 21:30:40.653233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.653959"], ["updated_at", "2020-11-17 21:30:40.653959"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.654666"], ["updated_at", "2020-11-17 21:30:40.654666"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.655369"], ["updated_at", "2020-11-17 21:30:40.655369"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.656039"], ["updated_at", "2020-11-17 21:30:40.656039"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 32], ["decimal", 11.8248172292069], ["string", "Modi consectetur quis."], ["date", "2022-06-22"], ["time", "2000-01-01 15:34:14.725919"], ["datetime", "2020-11-17 11:16:34.043410"], ["created_at", "2020-11-17 21:30:40.689648"], ["updated_at", "2020-11-17 21:30:40.689648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 19.5835385697829], ["string", "Ipsum amet sint aspernatur."], ["date", "2020-08-23"], ["time", "2000-01-01 13:20:21.670519"], ["datetime", "2020-11-17 19:32:03.393345"], ["created_at", "2020-11-17 21:30:40.691683"], ["updated_at", "2020-11-17 21:30:40.691683"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 34], ["decimal", 32.4793148373199], ["string", "Quod inventore expedita."], ["date", "2022-11-02"], ["time", "2000-01-01 07:35:40.120459"], ["datetime", "2020-11-17 04:03:58.664451"], ["created_at", "2020-11-17 21:30:40.693395"], ["updated_at", "2020-11-17 21:30:40.693395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 7.02764688033313], ["string", "Labore optio voluptatem."], ["date", "2021-04-07"], ["time", "2000-01-01 02:39:36.661982"], ["datetime", "2020-11-17 16:49:29.276627"], ["created_at", "2020-11-17 21:30:40.696553"], ["updated_at", "2020-11-17 21:30:40.696553"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 4.3483328963388], ["string", "Et odit eos omnis."], ["date", "2019-02-05"], ["time", "2000-01-01 04:53:21.739816"], ["datetime", "2020-11-17 08:25:01.062476"], ["created_at", "2020-11-17 21:30:40.698568"], ["updated_at", "2020-11-17 21:30:40.698568"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 5.05138960322801], ["string", "Doloribus tempore nisi."], ["date", "2021-12-29"], ["time", "2000-01-01 08:33:30.102643"], ["datetime", "2020-11-17 02:24:52.854212"], ["created_at", "2020-11-17 21:30:40.700845"], ["updated_at", "2020-11-17 21:30:40.700845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.703850"], ["updated_at", "2020-11-17 21:30:40.703850"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 9.2839174566743], ["string", "Nostrum tempora placeat."], ["date", "2021-01-24"], ["time", "2000-01-01 17:13:07.981301"], ["datetime", "2020-11-17 17:43:08.262610"], ["created_at", "2020-11-17 21:30:40.727443"], ["updated_at", "2020-11-17 21:30:40.727443"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 2.52189313978826], ["string", "Id qui odit facere."], ["date", "2019-06-16"], ["time", "2000-01-01 10:53:06.629334"], ["datetime", "2020-11-17 13:12:53.435078"], ["created_at", "2020-11-17 21:30:40.729433"], ["updated_at", "2020-11-17 21:30:40.729433"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 3.47540885134781], ["string", "Rerum unde soluta."], ["date", "2022-10-31"], ["time", "2000-01-01 07:02:48.671168"], ["datetime", "2020-11-17 10:28:47.884915"], ["created_at", "2020-11-17 21:30:40.731269"], ["updated_at", "2020-11-17 21:30:40.731269"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 11.0291888364995], ["string", "Cum incidunt facilis aut."], ["date", "2019-02-14"], ["time", "2000-01-01 09:33:10.874511"], ["datetime", "2020-11-16 23:43:41.979454"], ["created_at", "2020-11-17 21:30:40.733716"], ["updated_at", "2020-11-17 21:30:40.733716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 31], ["decimal", 2.4923833494668], ["string", "Natus dicta qui."], ["date", "2020-09-05"], ["time", "2000-01-01 14:55:25.286554"], ["datetime", "2020-11-17 11:53:05.126366"], ["created_at", "2020-11-17 21:30:40.735861"], ["updated_at", "2020-11-17 21:30:40.735861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 16.731438729894], ["string", "Qui quos ducimus."], ["created_at", "2020-11-17 21:30:40.737400"], ["updated_at", "2020-11-17 21:30:40.737400"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 30.8558648109396], ["string", "Eos dolorem soluta voluptatem."], ["created_at", "2020-11-17 21:30:40.738588"], ["updated_at", "2020-11-17 21:30:40.738588"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1025], ["decimal", 8.64484790599887], ["string", "Dolor placeat at."], ["created_at", "2020-11-17 21:30:40.739744"], ["updated_at", "2020-11-17 21:30:40.739744"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 2.18073826954367], ["string", "Eum laborum voluptatem dolorum."], ["created_at", "2020-11-17 21:30:40.741212"], ["updated_at", "2020-11-17 21:30:40.741212"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1020], ["decimal", 26.4104331228491], ["string", "Ut totam dolorum."], ["created_at", "2020-11-17 21:30:40.742349"], ["updated_at", "2020-11-17 21:30:40.742349"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:30:40.743935"], ["updated_at", "2020-11-17 21:30:40.743935"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:30:40.745298"], ["updated_at", "2020-11-17 21:30:40.745298"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:30:40.746558"], ["updated_at", "2020-11-17 21:30:40.746558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:30:40.747797"], ["updated_at", "2020-11-17 21:30:40.747797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:30:40.749028"], ["updated_at", "2020-11-17 21:30:40.749028"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-17 21:30:40.750806"], ["updated_at", "2020-11-17 21:30:40.750806"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-17 21:30:40.752500"], ["updated_at", "2020-11-17 21:30:40.752500"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-17 21:30:40.754218"], ["updated_at", "2020-11-17 21:30:40.754218"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-17 21:30:40.755864"], ["updated_at", "2020-11-17 21:30:40.755864"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-17 21:30:40.757502"], ["updated_at", "2020-11-17 21:30:40.757502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-17 21:30:40.758795"], ["updated_at", "2020-11-17 21:30:40.758795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-17 21:30:40.759991"], ["updated_at", "2020-11-17 21:30:40.759991"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 21:30:40.761152"], ["updated_at", "2020-11-17 21:30:40.761152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-17 21:30:40.762281"], ["updated_at", "2020-11-17 21:30:40.762281"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-17 21:30:40.763369"], ["updated_at", "2020-11-17 21:30:40.763369"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.764641"], ["updated_at", "2020-11-17 21:30:40.764641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.765780"], ["updated_at", "2020-11-17 21:30:40.765780"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.766853"], ["updated_at", "2020-11-17 21:30:40.766853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.767919"], ["updated_at", "2020-11-17 21:30:40.767919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.769006"], ["updated_at", "2020-11-17 21:30:40.769006"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:30:40.775716"], ["updated_at", "2020-11-17 21:30:40.775716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:30:40.776888"], ["updated_at", "2020-11-17 21:30:40.776888"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:30:40.777972"], ["updated_at", "2020-11-17 21:30:40.777972"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:30:40.779037"], ["updated_at", "2020-11-17 21:30:40.779037"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:30:40.780076"], ["updated_at", "2020-11-17 21:30:40.780076"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.780770"], ["updated_at", "2020-11-17 21:30:40.780770"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.781410"], ["updated_at", "2020-11-17 21:30:40.781410"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.782006"], ["updated_at", "2020-11-17 21:30:40.782006"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.782597"], ["updated_at", "2020-11-17 21:30:40.782597"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.783183"], ["updated_at", "2020-11-17 21:30:40.783183"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.783823"], ["updated_at", "2020-11-17 21:30:40.783823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.784463"], ["updated_at", "2020-11-17 21:30:40.784463"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.785073"], ["updated_at", "2020-11-17 21:30:40.785073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.785697"], ["updated_at", "2020-11-17 21:30:40.785697"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.786305"], ["updated_at", "2020-11-17 21:30:40.786305"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 38], ["decimal", 23.4339024254255], ["string", "Aut voluptatem praesentium."], ["date", "2020-08-17"], ["time", "2000-01-01 14:36:04.547727"], ["datetime", "2020-11-17 07:29:20.155839"], ["created_at", "2020-11-17 21:30:40.787459"], ["updated_at", "2020-11-17 21:30:40.787459"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 34], ["decimal", 20.9768129326787], ["string", "Corrupti voluptas eveniet nulla."], ["date", "2020-05-07"], ["time", "2000-01-01 14:17:20.335521"], ["datetime", "2020-11-17 13:40:56.569515"], ["created_at", "2020-11-17 21:30:40.788796"], ["updated_at", "2020-11-17 21:30:40.788796"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 1.28251111782484], ["string", "Et qui voluptas."], ["date", "2020-03-29"], ["time", "2000-01-01 15:23:24.191909"], ["datetime", "2020-11-17 11:30:39.351317"], ["created_at", "2020-11-17 21:30:40.790086"], ["updated_at", "2020-11-17 21:30:40.790086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 13.7133425742349], ["string", "Quaerat perferendis provident eos."], ["date", "2018-11-24"], ["time", "2000-01-01 14:50:52.434148"], ["datetime", "2020-11-17 07:56:50.367536"], ["created_at", "2020-11-17 21:30:40.791357"], ["updated_at", "2020-11-17 21:30:40.791357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 20.5494455204148], ["string", "Aliquid laudantium repellendus."], ["date", "2019-01-29"], ["time", "2000-01-01 02:29:01.042949"], ["datetime", "2020-11-17 20:02:57.887033"], ["created_at", "2020-11-17 21:30:40.792625"], ["updated_at", "2020-11-17 21:30:40.792625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1021], ["decimal", 2.55776029827877], ["string", "Odit voluptates ipsum."], ["created_at", "2020-11-17 21:30:40.793793"], ["updated_at", "2020-11-17 21:30:40.793793"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 11.5311052730624], ["string", "Qui ducimus inventore in."], ["created_at", "2020-11-17 21:30:40.794736"], ["updated_at", "2020-11-17 21:30:40.794736"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 18.9149759510823], ["string", "Fugiat nulla explicabo."], ["created_at", "2020-11-17 21:30:40.795639"], ["updated_at", "2020-11-17 21:30:40.795639"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 37.4376814028799], ["string", "Et officiis ut eum."], ["created_at", "2020-11-17 21:30:40.796540"], ["updated_at", "2020-11-17 21:30:40.796540"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 7.45606882012083], ["string", "Adipisci id et."], ["created_at", "2020-11-17 21:30:40.797452"], ["updated_at", "2020-11-17 21:30:40.797452"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:30:40.798740"], ["updated_at", "2020-11-17 21:30:40.798740"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-17 21:30:40.799859"], ["updated_at", "2020-11-17 21:30:40.799859"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-17 21:30:40.800924"], ["updated_at", "2020-11-17 21:30:40.800924"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:30:40.802002"], ["updated_at", "2020-11-17 21:30:40.802002"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:30:40.803069"], ["updated_at", "2020-11-17 21:30:40.803069"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-17 21:30:40.804592"], ["updated_at", "2020-11-17 21:30:40.804592"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 7], ["created_at", "2020-11-17 21:30:40.806088"], ["updated_at", "2020-11-17 21:30:40.806088"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 4], ["created_at", "2020-11-17 21:30:40.807564"], ["updated_at", "2020-11-17 21:30:40.807564"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 8], ["created_at", "2020-11-17 21:30:40.809032"], ["updated_at", "2020-11-17 21:30:40.809032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 5], ["created_at", "2020-11-17 21:30:40.810488"], ["updated_at", "2020-11-17 21:30:40.810488"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-17 21:30:40.811631"], ["updated_at", "2020-11-17 21:30:40.811631"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 21:30:40.812777"], ["updated_at", "2020-11-17 21:30:40.812777"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 21:30:40.813882"], ["updated_at", "2020-11-17 21:30:40.813882"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-17 21:30:40.815001"], ["updated_at", "2020-11-17 21:30:40.815001"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 21:30:40.816109"], ["updated_at", "2020-11-17 21:30:40.816109"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:40.817233"], ["updated_at", "2020-11-17 21:30:40.817233"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:40.818292"], ["updated_at", "2020-11-17 21:30:40.818292"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:40.819316"], ["updated_at", "2020-11-17 21:30:40.819316"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:40.820472"], ["updated_at", "2020-11-17 21:30:40.820472"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:40.821640"], ["updated_at", "2020-11-17 21:30:40.821640"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-17 21:30:40.828371"], ["updated_at", "2020-11-17 21:30:40.828371"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-17 21:30:40.829564"], ["updated_at", "2020-11-17 21:30:40.829564"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:30:40.830679"], ["updated_at", "2020-11-17 21:30:40.830679"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:30:40.831778"], ["updated_at", "2020-11-17 21:30:40.831778"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:30:40.832872"], ["updated_at", "2020-11-17 21:30:40.832872"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.833583"], ["updated_at", "2020-11-17 21:30:40.833583"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.834242"], ["updated_at", "2020-11-17 21:30:40.834242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.834860"], ["updated_at", "2020-11-17 21:30:40.834860"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.835483"], ["updated_at", "2020-11-17 21:30:40.835483"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.836095"], ["updated_at", "2020-11-17 21:30:40.836095"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.836749"], ["updated_at", "2020-11-17 21:30:40.836749"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.837418"], ["updated_at", "2020-11-17 21:30:40.837418"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.838049"], ["updated_at", "2020-11-17 21:30:40.838049"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.838680"], ["updated_at", "2020-11-17 21:30:40.838680"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.839318"], ["updated_at", "2020-11-17 21:30:40.839318"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 14.9412975495706], ["string", "Id labore voluptas."], ["date", "2019-04-19"], ["time", "2000-01-01 02:00:57.395368"], ["datetime", "2020-11-17 06:13:13.032872"], ["created_at", "2020-11-17 21:30:40.840500"], ["updated_at", "2020-11-17 21:30:40.840500"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 4.69905840303614], ["string", "Earum repudiandae est assumenda."], ["date", "2021-03-09"], ["time", "2000-01-01 13:57:10.919021"], ["datetime", "2020-11-17 00:30:04.818722"], ["created_at", "2020-11-17 21:30:40.841892"], ["updated_at", "2020-11-17 21:30:40.841892"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (1.6ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 4.57127729403439], ["string", "Et aut optio."], ["date", "2019-04-30"], ["time", "2000-01-01 17:37:45.470411"], ["datetime", "2020-11-17 20:45:48.403394"], ["created_at", "2020-11-17 21:30:40.850896"], ["updated_at", "2020-11-17 21:30:40.850896"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 7.67768703123713], ["string", "Quis ab beatae molestiae."], ["date", "2021-01-30"], ["time", "2000-01-01 03:32:00.564909"], ["datetime", "2020-11-17 04:00:53.426058"], ["created_at", "2020-11-17 21:30:40.854523"], ["updated_at", "2020-11-17 21:30:40.854523"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 0.775638485020043], ["string", "Sed molestiae repellat."], ["date", "2020-05-13"], ["time", "2000-01-01 02:39:15.523248"], ["datetime", "2020-11-17 11:58:14.022765"], ["created_at", "2020-11-17 21:30:40.856229"], ["updated_at", "2020-11-17 21:30:40.856229"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 12.7004448181661], ["string", "Neque voluptas nesciunt."], ["created_at", "2020-11-17 21:30:40.857679"], ["updated_at", "2020-11-17 21:30:40.857679"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 13.2787790991637], ["string", "Quia aut error voluptas."], ["created_at", "2020-11-17 21:30:40.858845"], ["updated_at", "2020-11-17 21:30:40.858845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 19.2433226060916], ["string", "Et et ipsam."], ["created_at", "2020-11-17 21:30:40.859979"], ["updated_at", "2020-11-17 21:30:40.859979"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 31.1892894649536], ["string", "Architecto neque eos qui."], ["created_at", "2020-11-17 21:30:40.861090"], ["updated_at", "2020-11-17 21:30:40.861090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 3.31626680880027], ["string", "Aut et non."], ["created_at", "2020-11-17 21:30:40.862194"], ["updated_at", "2020-11-17 21:30:40.862194"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:30:40.863719"], ["updated_at", "2020-11-17 21:30:40.863719"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-17 21:30:40.865143"], ["updated_at", "2020-11-17 21:30:40.865143"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-17 21:30:40.866476"], ["updated_at", "2020-11-17 21:30:40.866476"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-17 21:30:40.867796"], ["updated_at", "2020-11-17 21:30:40.867796"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-17 21:30:40.869119"], ["updated_at", "2020-11-17 21:30:40.869119"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-17 21:30:40.871081"], ["updated_at", "2020-11-17 21:30:40.871081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 7], ["created_at", "2020-11-17 21:30:40.872982"], ["updated_at", "2020-11-17 21:30:40.872982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 4], ["created_at", "2020-11-17 21:30:40.874789"], ["updated_at", "2020-11-17 21:30:40.874789"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 3], ["created_at", "2020-11-17 21:30:40.876504"], ["updated_at", "2020-11-17 21:30:40.876504"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 9], ["created_at", "2020-11-17 21:30:40.878210"], ["updated_at", "2020-11-17 21:30:40.878210"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 11], ["created_at", "2020-11-17 21:30:40.879561"], ["updated_at", "2020-11-17 21:30:40.879561"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-17 21:30:40.880794"], ["updated_at", "2020-11-17 21:30:40.880794"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 12], ["created_at", "2020-11-17 21:30:40.881960"], ["updated_at", "2020-11-17 21:30:40.881960"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-17 21:30:40.883143"], ["updated_at", "2020-11-17 21:30:40.883143"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-17 21:30:40.884293"], ["updated_at", "2020-11-17 21:30:40.884293"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:40.885497"], ["updated_at", "2020-11-17 21:30:40.885497"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:40.886656"], ["updated_at", "2020-11-17 21:30:40.886656"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:40.887758"], ["updated_at", "2020-11-17 21:30:40.887758"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:40.888873"], ["updated_at", "2020-11-17 21:30:40.888873"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:30:40.889993"], ["updated_at", "2020-11-17 21:30:40.889993"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-17 21:30:40.896992"], ["updated_at", "2020-11-17 21:30:40.896992"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-17 21:30:40.898217"], ["updated_at", "2020-11-17 21:30:40.898217"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-17 21:30:40.899337"], ["updated_at", "2020-11-17 21:30:40.899337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-17 21:30:40.900481"], ["updated_at", "2020-11-17 21:30:40.900481"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:30:40.901595"], ["updated_at", "2020-11-17 21:30:40.901595"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.902290"], ["updated_at", "2020-11-17 21:30:40.902290"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.902918"], ["updated_at", "2020-11-17 21:30:40.902918"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.903521"], ["updated_at", "2020-11-17 21:30:40.903521"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.904121"], ["updated_at", "2020-11-17 21:30:40.904121"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:40.904725"], ["updated_at", "2020-11-17 21:30:40.904725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.905379"], ["updated_at", "2020-11-17 21:30:40.905379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.906027"], ["updated_at", "2020-11-17 21:30:40.906027"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.906648"], ["updated_at", "2020-11-17 21:30:40.906648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.907267"], ["updated_at", "2020-11-17 21:30:40.907267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:30:40.907885"], ["updated_at", "2020-11-17 21:30:40.907885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (13.0ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (2.0ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.8ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:30:57.737812"], ["updated_at", "2020-11-17 21:30:57.737812"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (12.9ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.7ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.7ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.5ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.5ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.5ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 5.93886092886301], ["string", "Illum ullam illo."], ["date", "2021-09-21"], ["time", "2000-01-01 16:24:43.879422"], ["datetime", "2020-11-17 10:55:12.812879"], ["created_at", "2020-11-17 21:31:23.070229"], ["updated_at", "2020-11-17 21:31:23.070229"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 9.92467388863212], ["string", "Quod non et quisquam."], ["date", "2019-03-14"], ["time", "2000-01-01 17:14:31.390311"], ["datetime", "2020-11-17 20:59:25.870731"], ["created_at", "2020-11-17 21:31:23.072810"], ["updated_at", "2020-11-17 21:31:23.072810"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 2.51374439322179], ["string", "Quo laborum perferendis."], ["date", "2019-08-02"], ["time", "2000-01-01 11:14:36.776537"], ["datetime", "2020-11-17 13:59:05.259457"], ["created_at", "2020-11-17 21:31:23.074793"], ["updated_at", "2020-11-17 21:31:23.074793"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 11.3586388575783], ["string", "Quo cum nesciunt dicta."], ["date", "2020-11-03"], ["time", "2000-01-01 16:34:02.739136"], ["datetime", "2020-11-17 18:10:16.841636"], ["created_at", "2020-11-17 21:31:23.076389"], ["updated_at", "2020-11-17 21:31:23.076389"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 17.1415471758225], ["string", "Autem iusto amet."], ["date", "2020-07-15"], ["time", "2000-01-01 06:28:24.150801"], ["datetime", "2020-11-17 13:31:06.858954"], ["created_at", "2020-11-17 21:31:23.077916"], ["updated_at", "2020-11-17 21:31:23.077916"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 12.0315727522761], ["string", "Nostrum facere ut."], ["created_at", "2020-11-17 21:31:23.084233"], ["updated_at", "2020-11-17 21:31:23.084233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 2.59597546330953], ["string", "Aut ex at nam."], ["created_at", "2020-11-17 21:31:23.085412"], ["updated_at", "2020-11-17 21:31:23.085412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1022], ["decimal", 38.7223577812169], ["string", "Odit aut odio."], ["created_at", "2020-11-17 21:31:23.086522"], ["updated_at", "2020-11-17 21:31:23.086522"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 6.82145315746765], ["string", "Harum enim non facere."], ["created_at", "2020-11-17 21:31:23.087591"], ["updated_at", "2020-11-17 21:31:23.087591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 18.6879230548508], ["string", "Ut repudiandae quaerat."], ["created_at", "2020-11-17 21:31:23.088632"], ["updated_at", "2020-11-17 21:31:23.088632"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:31:23.094927"], ["updated_at", "2020-11-17 21:31:23.094927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:31:23.096354"], ["updated_at", "2020-11-17 21:31:23.096354"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:31:23.097627"], ["updated_at", "2020-11-17 21:31:23.097627"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:31:23.098751"], ["updated_at", "2020-11-17 21:31:23.098751"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:31:23.099874"], ["updated_at", "2020-11-17 21:31:23.099874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-17 21:31:23.105247"], ["updated_at", "2020-11-17 21:31:23.105247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-17 21:31:23.106964"], ["updated_at", "2020-11-17 21:31:23.106964"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-17 21:31:23.108517"], ["updated_at", "2020-11-17 21:31:23.108517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-17 21:31:23.110043"], ["updated_at", "2020-11-17 21:31:23.110043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-17 21:31:23.111590"], ["updated_at", "2020-11-17 21:31:23.111590"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 21:31:23.116414"], ["updated_at", "2020-11-17 21:31:23.116414"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-17 21:31:23.117799"], ["updated_at", "2020-11-17 21:31:23.117799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-17 21:31:23.118946"], ["updated_at", "2020-11-17 21:31:23.118946"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 21:31:23.120071"], ["updated_at", "2020-11-17 21:31:23.120071"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-17 21:31:23.121244"], ["updated_at", "2020-11-17 21:31:23.121244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.125929"], ["updated_at", "2020-11-17 21:31:23.125929"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.127263"], ["updated_at", "2020-11-17 21:31:23.127263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.128451"], ["updated_at", "2020-11-17 21:31:23.128451"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.129593"], ["updated_at", "2020-11-17 21:31:23.129593"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.130730"], ["updated_at", "2020-11-17 21:31:23.130730"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:31:23.143839"], ["updated_at", "2020-11-17 21:31:23.143839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:31:23.145103"], ["updated_at", "2020-11-17 21:31:23.145103"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:31:23.146292"], ["updated_at", "2020-11-17 21:31:23.146292"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:31:23.147401"], ["updated_at", "2020-11-17 21:31:23.147401"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:31:23.148495"], ["updated_at", "2020-11-17 21:31:23.148495"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.151757"], ["updated_at", "2020-11-17 21:31:23.151757"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.152484"], ["updated_at", "2020-11-17 21:31:23.152484"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.153127"], ["updated_at", "2020-11-17 21:31:23.153127"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.153761"], ["updated_at", "2020-11-17 21:31:23.153761"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.154375"], ["updated_at", "2020-11-17 21:31:23.154375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.157082"], ["updated_at", "2020-11-17 21:31:23.157082"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.157789"], ["updated_at", "2020-11-17 21:31:23.157789"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.158431"], ["updated_at", "2020-11-17 21:31:23.158431"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.159095"], ["updated_at", "2020-11-17 21:31:23.159095"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.159734"], ["updated_at", "2020-11-17 21:31:23.159734"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 5.95587058431225], ["string", "Minima reprehenderit rem."], ["date", "2021-12-15"], ["time", "2000-01-01 18:16:30.258755"], ["datetime", "2020-11-16 21:43:59.171439"], ["created_at", "2020-11-17 21:31:23.160986"], ["updated_at", "2020-11-17 21:31:23.160986"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 3.05513839902487], ["string", "Est architecto qui nam."], ["date", "2020-05-01"], ["time", "2000-01-01 00:28:39.558287"], ["datetime", "2020-11-17 17:51:08.665333"], ["created_at", "2020-11-17 21:31:23.162405"], ["updated_at", "2020-11-17 21:31:23.162405"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 7.57920061880785], ["string", "Ipsum dolor praesentium."], ["date", "2022-03-14"], ["time", "2000-01-01 17:53:07.462983"], ["datetime", "2020-11-17 00:20:37.475861"], ["created_at", "2020-11-17 21:31:23.163733"], ["updated_at", "2020-11-17 21:31:23.163733"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 8.15703180361561], ["string", "Laudantium quia eum porro."], ["date", "2020-04-28"], ["time", "2000-01-01 03:16:56.260219"], ["datetime", "2020-11-17 06:39:12.782138"], ["created_at", "2020-11-17 21:31:23.165039"], ["updated_at", "2020-11-17 21:31:23.165039"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 23], ["decimal", 0.358316489477286], ["string", "Fuga porro vero."], ["date", "2021-11-26"], ["time", "2000-01-01 00:29:48.221071"], ["datetime", "2020-11-17 17:18:44.780783"], ["created_at", "2020-11-17 21:31:23.166389"], ["updated_at", "2020-11-17 21:31:23.166389"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1026], ["decimal", 16.12134719546], ["string", "In assumenda distinctio."], ["created_at", "2020-11-17 21:31:23.167600"], ["updated_at", "2020-11-17 21:31:23.167600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 9.43263591600077], ["string", "Enim nulla necessitatibus a."], ["created_at", "2020-11-17 21:31:23.168581"], ["updated_at", "2020-11-17 21:31:23.168581"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 5.88322872183462], ["string", "Impedit omnis perspiciatis."], ["created_at", "2020-11-17 21:31:23.169522"], ["updated_at", "2020-11-17 21:31:23.169522"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 7.26676971445166], ["string", "Iusto cum tempore earum."], ["created_at", "2020-11-17 21:31:23.170442"], ["updated_at", "2020-11-17 21:31:23.170442"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 2.64325038580894], ["string", "Laborum id pariatur."], ["created_at", "2020-11-17 21:31:23.171369"], ["updated_at", "2020-11-17 21:31:23.171369"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-17 21:31:23.172727"], ["updated_at", "2020-11-17 21:31:23.172727"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-17 21:31:23.173943"], ["updated_at", "2020-11-17 21:31:23.173943"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:31:23.175058"], ["updated_at", "2020-11-17 21:31:23.175058"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-17 21:31:23.176171"], ["updated_at", "2020-11-17 21:31:23.176171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:31:23.177355"], ["updated_at", "2020-11-17 21:31:23.177355"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 7], ["created_at", "2020-11-17 21:31:23.179053"], ["updated_at", "2020-11-17 21:31:23.179053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 8], ["created_at", "2020-11-17 21:31:23.180633"], ["updated_at", "2020-11-17 21:31:23.180633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 6], ["created_at", "2020-11-17 21:31:23.182184"], ["updated_at", "2020-11-17 21:31:23.182184"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 4], ["created_at", "2020-11-17 21:31:23.183737"], ["updated_at", "2020-11-17 21:31:23.183737"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 4], ["created_at", "2020-11-17 21:31:23.185293"], ["updated_at", "2020-11-17 21:31:23.185293"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-17 21:31:23.186491"], ["updated_at", "2020-11-17 21:31:23.186491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-17 21:31:23.187649"], ["updated_at", "2020-11-17 21:31:23.187649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 21:31:23.188805"], ["updated_at", "2020-11-17 21:31:23.188805"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-17 21:31:23.189968"], ["updated_at", "2020-11-17 21:31:23.189968"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-17 21:31:23.191112"], ["updated_at", "2020-11-17 21:31:23.191112"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:31:23.192531"], ["updated_at", "2020-11-17 21:31:23.192531"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:31:23.193677"], ["updated_at", "2020-11-17 21:31:23.193677"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:31:23.194761"], ["updated_at", "2020-11-17 21:31:23.194761"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:31:23.195836"], ["updated_at", "2020-11-17 21:31:23.195836"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:31:23.196912"], ["updated_at", "2020-11-17 21:31:23.196912"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:31:23.203554"], ["updated_at", "2020-11-17 21:31:23.203554"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-17 21:31:23.204712"], ["updated_at", "2020-11-17 21:31:23.204712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-17 21:31:23.205803"], ["updated_at", "2020-11-17 21:31:23.205803"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-17 21:31:23.206861"], ["updated_at", "2020-11-17 21:31:23.206861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:31:23.207911"], ["updated_at", "2020-11-17 21:31:23.207911"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.208592"], ["updated_at", "2020-11-17 21:31:23.208592"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.209220"], ["updated_at", "2020-11-17 21:31:23.209220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.209822"], ["updated_at", "2020-11-17 21:31:23.209822"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.210410"], ["updated_at", "2020-11-17 21:31:23.210410"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.211001"], ["updated_at", "2020-11-17 21:31:23.211001"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.211650"], ["updated_at", "2020-11-17 21:31:23.211650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.212282"], ["updated_at", "2020-11-17 21:31:23.212282"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.212895"], ["updated_at", "2020-11-17 21:31:23.212895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.213523"], ["updated_at", "2020-11-17 21:31:23.213523"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.214142"], ["updated_at", "2020-11-17 21:31:23.214142"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 31], ["decimal", 6.42688065242182], ["string", "Rerum odit modi."], ["date", "2019-04-22"], ["time", "2000-01-01 21:30:20.946202"], ["datetime", "2020-11-17 11:25:46.730683"], ["created_at", "2020-11-17 21:31:23.215312"], ["updated_at", "2020-11-17 21:31:23.215312"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 22], ["decimal", 4.40545948450091], ["string", "Nisi nihil eum porro."], ["date", "2020-11-09"], ["time", "2000-01-01 00:47:43.789843"], ["datetime", "2020-11-17 04:24:11.601527"], ["created_at", "2020-11-17 21:31:23.216666"], ["updated_at", "2020-11-17 21:31:23.216666"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 18.7758810090498], ["string", "Eaque error id."], ["date", "2019-05-14"], ["time", "2000-01-01 16:25:03.802589"], ["datetime", "2020-11-17 07:05:41.052355"], ["created_at", "2020-11-17 21:31:23.217973"], ["updated_at", "2020-11-17 21:31:23.217973"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 24.615201134643], ["string", "Quae nulla ipsam sed."], ["date", "2022-09-25"], ["time", "2000-01-01 08:30:41.106127"], ["datetime", "2020-11-17 05:31:03.552892"], ["created_at", "2020-11-17 21:31:23.219253"], ["updated_at", "2020-11-17 21:31:23.219253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 38], ["decimal", 18.982228930252], ["string", "Excepturi necessitatibus voluptas."], ["date", "2022-05-24"], ["time", "2000-01-01 18:17:24.516605"], ["datetime", "2020-11-17 10:33:36.940490"], ["created_at", "2020-11-17 21:31:23.220709"], ["updated_at", "2020-11-17 21:31:23.220709"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 5.46861184034016], ["string", "Aliquam possimus suscipit."], ["created_at", "2020-11-17 21:31:23.222076"], ["updated_at", "2020-11-17 21:31:23.222076"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 0.268411782564624], ["string", "Beatae tempora est quasi."], ["created_at", "2020-11-17 21:31:23.223033"], ["updated_at", "2020-11-17 21:31:23.223033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 36.8354137594821], ["string", "Quia aut mollitia."], ["created_at", "2020-11-17 21:31:23.223947"], ["updated_at", "2020-11-17 21:31:23.223947"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 2.42195063288978], ["string", "Tempore deserunt illum consectetur."], ["created_at", "2020-11-17 21:31:23.224854"], ["updated_at", "2020-11-17 21:31:23.224854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1022], ["decimal", 18.1533238390919], ["string", "Quibusdam repudiandae assumenda."], ["created_at", "2020-11-17 21:31:23.225782"], ["updated_at", "2020-11-17 21:31:23.225782"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:31:23.227096"], ["updated_at", "2020-11-17 21:31:23.227096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-17 21:31:23.228274"], ["updated_at", "2020-11-17 21:31:23.228274"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-17 21:31:23.229562"], ["updated_at", "2020-11-17 21:31:23.229562"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-17 21:31:23.230682"], ["updated_at", "2020-11-17 21:31:23.230682"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-17 21:31:23.231770"], ["updated_at", "2020-11-17 21:31:23.231770"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 11], ["created_at", "2020-11-17 21:31:23.233316"], ["updated_at", "2020-11-17 21:31:23.233316"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 11], ["created_at", "2020-11-17 21:31:23.244351"], ["updated_at", "2020-11-17 21:31:23.244351"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-17 21:31:23.246305"], ["updated_at", "2020-11-17 21:31:23.246305"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 8], ["created_at", "2020-11-17 21:31:23.248163"], ["updated_at", "2020-11-17 21:31:23.248163"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 10], ["created_at", "2020-11-17 21:31:23.249978"], ["updated_at", "2020-11-17 21:31:23.249978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-17 21:31:23.251333"], ["updated_at", "2020-11-17 21:31:23.251333"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 15], ["created_at", "2020-11-17 21:31:23.252671"], ["updated_at", "2020-11-17 21:31:23.252671"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-17 21:31:23.253932"], ["updated_at", "2020-11-17 21:31:23.253932"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-17 21:31:23.255263"], ["updated_at", "2020-11-17 21:31:23.255263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 21:31:23.256534"], ["updated_at", "2020-11-17 21:31:23.256534"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:31:23.257871"], ["updated_at", "2020-11-17 21:31:23.257871"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:31:23.259131"], ["updated_at", "2020-11-17 21:31:23.259131"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:31:23.260360"], ["updated_at", "2020-11-17 21:31:23.260360"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:31:23.261557"], ["updated_at", "2020-11-17 21:31:23.261557"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:31:23.262731"], ["updated_at", "2020-11-17 21:31:23.262731"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-17 21:31:23.269804"], ["updated_at", "2020-11-17 21:31:23.269804"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-17 21:31:23.271027"], ["updated_at", "2020-11-17 21:31:23.271027"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:31:23.272169"], ["updated_at", "2020-11-17 21:31:23.272169"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-17 21:31:23.273277"], ["updated_at", "2020-11-17 21:31:23.273277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-17 21:31:23.274364"], ["updated_at", "2020-11-17 21:31:23.274364"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.275067"], ["updated_at", "2020-11-17 21:31:23.275067"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.275710"], ["updated_at", "2020-11-17 21:31:23.275710"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.276318"], ["updated_at", "2020-11-17 21:31:23.276318"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.276921"], ["updated_at", "2020-11-17 21:31:23.276921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.277541"], ["updated_at", "2020-11-17 21:31:23.277541"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.278193"], ["updated_at", "2020-11-17 21:31:23.278193"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.278850"], ["updated_at", "2020-11-17 21:31:23.278850"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.279623"], ["updated_at", "2020-11-17 21:31:23.279623"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.280272"], ["updated_at", "2020-11-17 21:31:23.280272"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.280898"], ["updated_at", "2020-11-17 21:31:23.280898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 0.679763334666743], ["string", "Modi explicabo et."], ["date", "2020-01-07"], ["time", "2000-01-01 03:33:44.144188"], ["datetime", "2020-11-16 21:50:52.919949"], ["created_at", "2020-11-17 21:31:23.287666"], ["updated_at", "2020-11-17 21:31:23.287666"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 16.3408616842581], ["string", "Neque aperiam non et."], ["date", "2021-08-19"], ["time", "2000-01-01 01:24:52.971680"], ["datetime", "2020-11-16 23:52:46.417550"], ["created_at", "2020-11-17 21:31:23.290115"], ["updated_at", "2020-11-17 21:31:23.290115"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 14.0946989439783], ["string", "Ipsam suscipit praesentium."], ["date", "2019-01-19"], ["time", "2000-01-01 14:59:46.377500"], ["datetime", "2020-11-17 11:33:55.396229"], ["created_at", "2020-11-17 21:31:23.291786"], ["updated_at", "2020-11-17 21:31:23.291786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 1.18661662775017], ["string", "Rerum cum sed amet."], ["date", "2021-04-25"], ["time", "2000-01-01 00:25:11.669207"], ["datetime", "2020-11-17 05:06:04.307492"], ["created_at", "2020-11-17 21:31:23.293524"], ["updated_at", "2020-11-17 21:31:23.293524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 6.2716738731739], ["string", "Quo harum ratione."], ["date", "2021-02-07"], ["time", "2000-01-01 07:27:01.419585"], ["datetime", "2020-11-16 22:06:22.931198"], ["created_at", "2020-11-17 21:31:23.295328"], ["updated_at", "2020-11-17 21:31:23.295328"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 13.3005660354411], ["string", "Reprehenderit sequi molestias."], ["created_at", "2020-11-17 21:31:23.296974"], ["updated_at", "2020-11-17 21:31:23.296974"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 30.4682303727521], ["string", "Fuga ea veniam repellendus."], ["created_at", "2020-11-17 21:31:23.298688"], ["updated_at", "2020-11-17 21:31:23.298688"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 25.0907799014065], ["string", "Excepturi odio repellendus."], ["created_at", "2020-11-17 21:31:23.300217"], ["updated_at", "2020-11-17 21:31:23.300217"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 30.6006329978715], ["string", "Et cumque quis nihil."], ["created_at", "2020-11-17 21:31:23.301425"], ["updated_at", "2020-11-17 21:31:23.301425"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 13.4734694135541], ["string", "Reiciendis voluptatem repellat."], ["created_at", "2020-11-17 21:31:23.302531"], ["updated_at", "2020-11-17 21:31:23.302531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:31:23.304174"], ["updated_at", "2020-11-17 21:31:23.304174"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:31:23.305605"], ["updated_at", "2020-11-17 21:31:23.305605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:31:23.306969"], ["updated_at", "2020-11-17 21:31:23.306969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:31:23.308260"], ["updated_at", "2020-11-17 21:31:23.308260"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:31:23.309635"], ["updated_at", "2020-11-17 21:31:23.309635"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-17 21:31:23.311656"], ["updated_at", "2020-11-17 21:31:23.311656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-17 21:31:23.313528"], ["updated_at", "2020-11-17 21:31:23.313528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-17 21:31:23.315271"], ["updated_at", "2020-11-17 21:31:23.315271"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-17 21:31:23.316970"], ["updated_at", "2020-11-17 21:31:23.316970"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-17 21:31:23.318663"], ["updated_at", "2020-11-17 21:31:23.318663"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-17 21:31:23.319913"], ["updated_at", "2020-11-17 21:31:23.319913"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 21:31:23.321189"], ["updated_at", "2020-11-17 21:31:23.321189"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 21:31:23.322355"], ["updated_at", "2020-11-17 21:31:23.322355"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-17 21:31:23.323521"], ["updated_at", "2020-11-17 21:31:23.323521"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-17 21:31:23.324686"], ["updated_at", "2020-11-17 21:31:23.324686"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.326070"], ["updated_at", "2020-11-17 21:31:23.326070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.327324"], ["updated_at", "2020-11-17 21:31:23.327324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.328468"], ["updated_at", "2020-11-17 21:31:23.328468"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.329617"], ["updated_at", "2020-11-17 21:31:23.329617"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.330770"], ["updated_at", "2020-11-17 21:31:23.330770"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:31:23.337673"], ["updated_at", "2020-11-17 21:31:23.337673"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:31:23.338917"], ["updated_at", "2020-11-17 21:31:23.338917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:31:23.340057"], ["updated_at", "2020-11-17 21:31:23.340057"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:31:23.341180"], ["updated_at", "2020-11-17 21:31:23.341180"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:31:23.342298"], ["updated_at", "2020-11-17 21:31:23.342298"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.343032"], ["updated_at", "2020-11-17 21:31:23.343032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.343695"], ["updated_at", "2020-11-17 21:31:23.343695"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.344345"], ["updated_at", "2020-11-17 21:31:23.344345"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.344963"], ["updated_at", "2020-11-17 21:31:23.344963"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.345607"], ["updated_at", "2020-11-17 21:31:23.345607"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.346288"], ["updated_at", "2020-11-17 21:31:23.346288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.346965"], ["updated_at", "2020-11-17 21:31:23.346965"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.347604"], ["updated_at", "2020-11-17 21:31:23.347604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.348245"], ["updated_at", "2020-11-17 21:31:23.348245"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.348889"], ["updated_at", "2020-11-17 21:31:23.348889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 3.39920009989832], ["string", "Sunt nobis et."], ["date", "2020-08-07"], ["time", "2000-01-01 20:53:48.279173"], ["datetime", "2020-11-17 05:25:57.855800"], ["created_at", "2020-11-17 21:31:23.350130"], ["updated_at", "2020-11-17 21:31:23.350130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 27], ["decimal", 19.682862308326], ["string", "Repellendus corrupti expedita ex."], ["date", "2019-01-03"], ["time", "2000-01-01 10:43:22.584128"], ["datetime", "2020-11-17 05:41:25.386056"], ["created_at", "2020-11-17 21:31:23.351549"], ["updated_at", "2020-11-17 21:31:23.351549"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 18], ["decimal", 1.59889346414181], ["string", "Cumque enim deleniti."], ["date", "2018-12-14"], ["time", "2000-01-01 16:34:09.168651"], ["datetime", "2020-11-17 03:10:18.419590"], ["created_at", "2020-11-17 21:31:23.352893"], ["updated_at", "2020-11-17 21:31:23.352893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 25], ["decimal", 12.2594457350789], ["string", "Quod cupiditate est magnam."], ["date", "2019-09-04"], ["time", "2000-01-01 14:42:40.663215"], ["datetime", "2020-11-17 06:33:14.798181"], ["created_at", "2020-11-17 21:31:23.354247"], ["updated_at", "2020-11-17 21:31:23.354247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 24.8023849201566], ["string", "Pariatur dolorem sit."], ["date", "2022-01-27"], ["time", "2000-01-01 22:21:31.173292"], ["datetime", "2020-11-17 12:59:38.940155"], ["created_at", "2020-11-17 21:31:23.355564"], ["updated_at", "2020-11-17 21:31:23.355564"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 32.1872275642052], ["string", "Saepe nesciunt distinctio."], ["created_at", "2020-11-17 21:31:23.356756"], ["updated_at", "2020-11-17 21:31:23.356756"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 6.98349848549763], ["string", "Cum quasi sed iste."], ["created_at", "2020-11-17 21:31:23.357714"], ["updated_at", "2020-11-17 21:31:23.357714"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 22.9191530213784], ["string", "Et corrupti dolores."], ["created_at", "2020-11-17 21:31:23.358654"], ["updated_at", "2020-11-17 21:31:23.358654"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 3.6212932386753], ["string", "Sunt nam ex atque."], ["created_at", "2020-11-17 21:31:23.359587"], ["updated_at", "2020-11-17 21:31:23.359587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1029], ["decimal", 27.8407666384735], ["string", "Sapiente neque quas."], ["created_at", "2020-11-17 21:31:23.360513"], ["updated_at", "2020-11-17 21:31:23.360513"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:31:23.361858"], ["updated_at", "2020-11-17 21:31:23.361858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:31:23.363048"], ["updated_at", "2020-11-17 21:31:23.363048"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:31:23.364198"], ["updated_at", "2020-11-17 21:31:23.364198"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-17 21:31:23.365351"], ["updated_at", "2020-11-17 21:31:23.365351"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:31:23.366472"], ["updated_at", "2020-11-17 21:31:23.366472"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 10], ["created_at", "2020-11-17 21:31:23.368082"], ["updated_at", "2020-11-17 21:31:23.368082"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-17 21:31:23.369680"], ["updated_at", "2020-11-17 21:31:23.369680"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-17 21:31:23.371241"], ["updated_at", "2020-11-17 21:31:23.371241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 9], ["created_at", "2020-11-17 21:31:23.372798"], ["updated_at", "2020-11-17 21:31:23.372798"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 7], ["created_at", "2020-11-17 21:31:23.374347"], ["updated_at", "2020-11-17 21:31:23.374347"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 21:31:23.375595"], ["updated_at", "2020-11-17 21:31:23.375595"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-17 21:31:23.376777"], ["updated_at", "2020-11-17 21:31:23.376777"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 21:31:23.377945"], ["updated_at", "2020-11-17 21:31:23.377945"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 21:31:23.379091"], ["updated_at", "2020-11-17 21:31:23.379091"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-17 21:31:23.380223"], ["updated_at", "2020-11-17 21:31:23.380223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:31:23.381414"], ["updated_at", "2020-11-17 21:31:23.381414"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:31:23.382529"], ["updated_at", "2020-11-17 21:31:23.382529"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:31:23.383618"], ["updated_at", "2020-11-17 21:31:23.383618"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:31:23.384686"], ["updated_at", "2020-11-17 21:31:23.384686"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:31:23.385797"], ["updated_at", "2020-11-17 21:31:23.385797"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-17 21:31:23.392506"], ["updated_at", "2020-11-17 21:31:23.392506"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-17 21:31:23.393723"], ["updated_at", "2020-11-17 21:31:23.393723"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-17 21:31:23.394845"], ["updated_at", "2020-11-17 21:31:23.394845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-17 21:31:23.395947"], ["updated_at", "2020-11-17 21:31:23.395947"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-17 21:31:23.397053"], ["updated_at", "2020-11-17 21:31:23.397053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.397783"], ["updated_at", "2020-11-17 21:31:23.397783"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.398435"], ["updated_at", "2020-11-17 21:31:23.398435"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.399058"], ["updated_at", "2020-11-17 21:31:23.399058"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.399690"], ["updated_at", "2020-11-17 21:31:23.399690"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.400312"], ["updated_at", "2020-11-17 21:31:23.400312"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.400970"], ["updated_at", "2020-11-17 21:31:23.400970"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.401648"], ["updated_at", "2020-11-17 21:31:23.401648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.402281"], ["updated_at", "2020-11-17 21:31:23.402281"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.402923"], ["updated_at", "2020-11-17 21:31:23.402923"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.403553"], ["updated_at", "2020-11-17 21:31:23.403553"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 14.9715031443722], ["string", "Magni cum quisquam."], ["date", "2019-08-22"], ["time", "2000-01-01 00:58:30.909334"], ["datetime", "2020-11-17 12:48:37.124152"], ["created_at", "2020-11-17 21:31:23.404742"], ["updated_at", "2020-11-17 21:31:23.404742"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 3.27669568676431], ["string", "Ut quo voluptatem non."], ["date", "2020-10-15"], ["time", "2000-01-01 21:31:33.771671"], ["datetime", "2020-11-17 07:21:52.245018"], ["created_at", "2020-11-17 21:31:23.406140"], ["updated_at", "2020-11-17 21:31:23.406140"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 2.93326438856013], ["string", "Dolor cupiditate labore."], ["date", "2018-11-17"], ["time", "2000-01-01 04:16:09.077017"], ["datetime", "2020-11-17 07:31:57.522495"], ["created_at", "2020-11-17 21:31:23.407450"], ["updated_at", "2020-11-17 21:31:23.407450"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 10.0785101617601], ["string", "Amet consequatur voluptas quo."], ["date", "2018-11-30"], ["time", "2000-01-01 11:20:17.585180"], ["datetime", "2020-11-17 00:50:39.009669"], ["created_at", "2020-11-17 21:31:23.408761"], ["updated_at", "2020-11-17 21:31:23.408761"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 24], ["decimal", 3.2350186556967], ["string", "Aut quia similique."], ["date", "2020-10-04"], ["time", "2000-01-01 04:53:08.204475"], ["datetime", "2020-11-17 08:36:49.063548"], ["created_at", "2020-11-17 21:31:23.410098"], ["updated_at", "2020-11-17 21:31:23.410098"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 14.0292260392092], ["string", "Illum et nihil."], ["created_at", "2020-11-17 21:31:23.411288"], ["updated_at", "2020-11-17 21:31:23.411288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 3.19072666555763], ["string", "Tempora unde odio corporis."], ["created_at", "2020-11-17 21:31:23.412256"], ["updated_at", "2020-11-17 21:31:23.412256"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1025], ["decimal", 37.1606991797776], ["string", "Eos mollitia quibusdam."], ["created_at", "2020-11-17 21:31:23.413193"], ["updated_at", "2020-11-17 21:31:23.413193"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 2.75877992357941], ["string", "Perspiciatis est omnis illum."], ["created_at", "2020-11-17 21:31:23.414128"], ["updated_at", "2020-11-17 21:31:23.414128"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 8.8485289447666], ["string", "Ut sit exercitationem."], ["created_at", "2020-11-17 21:31:23.415059"], ["updated_at", "2020-11-17 21:31:23.415059"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-17 21:31:23.416377"], ["updated_at", "2020-11-17 21:31:23.416377"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-17 21:31:23.417587"], ["updated_at", "2020-11-17 21:31:23.417587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-17 21:31:23.418717"], ["updated_at", "2020-11-17 21:31:23.418717"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-17 21:31:23.419824"], ["updated_at", "2020-11-17 21:31:23.419824"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-17 21:31:23.420943"], ["updated_at", "2020-11-17 21:31:23.420943"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 7], ["created_at", "2020-11-17 21:31:23.422569"], ["updated_at", "2020-11-17 21:31:23.422569"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-17 21:31:23.424139"], ["updated_at", "2020-11-17 21:31:23.424139"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 11], ["created_at", "2020-11-17 21:31:23.425700"], ["updated_at", "2020-11-17 21:31:23.425700"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 15], ["created_at", "2020-11-17 21:31:23.427257"], ["updated_at", "2020-11-17 21:31:23.427257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 15], ["created_at", "2020-11-17 21:31:23.428810"], ["updated_at", "2020-11-17 21:31:23.428810"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-17 21:31:23.430188"], ["updated_at", "2020-11-17 21:31:23.430188"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-17 21:31:23.431422"], ["updated_at", "2020-11-17 21:31:23.431422"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-17 21:31:23.432577"], ["updated_at", "2020-11-17 21:31:23.432577"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-17 21:31:23.433721"], ["updated_at", "2020-11-17 21:31:23.433721"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-17 21:31:23.434829"], ["updated_at", "2020-11-17 21:31:23.434829"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:31:23.435973"], ["updated_at", "2020-11-17 21:31:23.435973"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:31:23.437061"], ["updated_at", "2020-11-17 21:31:23.437061"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:31:23.438130"], ["updated_at", "2020-11-17 21:31:23.438130"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:31:23.439189"], ["updated_at", "2020-11-17 21:31:23.439189"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:31:23.440232"], ["updated_at", "2020-11-17 21:31:23.440232"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:31:23.456034"], ["updated_at", "2020-11-17 21:31:23.456034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:31:23.457433"], ["updated_at", "2020-11-17 21:31:23.457433"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-17 21:31:23.458667"], ["updated_at", "2020-11-17 21:31:23.458667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-17 21:31:23.459897"], ["updated_at", "2020-11-17 21:31:23.459897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-17 21:31:23.461138"], ["updated_at", "2020-11-17 21:31:23.461138"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.461908"], ["updated_at", "2020-11-17 21:31:23.461908"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.462632"], ["updated_at", "2020-11-17 21:31:23.462632"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.463313"], ["updated_at", "2020-11-17 21:31:23.463313"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.463973"], ["updated_at", "2020-11-17 21:31:23.463973"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.464629"], ["updated_at", "2020-11-17 21:31:23.464629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.465336"], ["updated_at", "2020-11-17 21:31:23.465336"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.466010"], ["updated_at", "2020-11-17 21:31:23.466010"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.466656"], ["updated_at", "2020-11-17 21:31:23.466656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.467285"], ["updated_at", "2020-11-17 21:31:23.467285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.467923"], ["updated_at", "2020-11-17 21:31:23.467923"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 1.59005011483464], ["string", "Autem nulla doloribus."], ["date", "2020-04-21"], ["time", "2000-01-01 21:10:19.399512"], ["datetime", "2020-11-16 23:50:03.887269"], ["created_at", "2020-11-17 21:31:23.503407"], ["updated_at", "2020-11-17 21:31:23.503407"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 0.0258841657654082], ["string", "Architecto nesciunt hic ut."], ["date", "2020-02-22"], ["time", "2000-01-01 09:36:06.307337"], ["datetime", "2020-11-17 10:03:33.162362"], ["created_at", "2020-11-17 21:31:23.505231"], ["updated_at", "2020-11-17 21:31:23.505231"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 9.77697268881873], ["string", "Et quo reprehenderit."], ["date", "2022-06-06"], ["time", "2000-01-01 07:14:21.576505"], ["datetime", "2020-11-17 15:13:46.756911"], ["created_at", "2020-11-17 21:31:23.506851"], ["updated_at", "2020-11-17 21:31:23.506851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 2.99682782016948], ["string", "Vero quis non."], ["date", "2020-09-04"], ["time", "2000-01-01 20:36:57.556950"], ["datetime", "2020-11-17 09:50:36.445590"], ["created_at", "2020-11-17 21:31:23.510069"], ["updated_at", "2020-11-17 21:31:23.510069"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 3.95978608424063], ["string", "Autem molestiae sunt mollitia."], ["date", "2019-11-27"], ["time", "2000-01-01 22:30:59.287761"], ["datetime", "2020-11-17 04:57:21.504720"], ["created_at", "2020-11-17 21:31:23.512373"], ["updated_at", "2020-11-17 21:31:23.512373"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 7.48864977340574], ["string", "Quis earum sint."], ["date", "2019-07-06"], ["time", "2000-01-01 06:39:00.522016"], ["datetime", "2020-11-17 08:23:38.174317"], ["created_at", "2020-11-17 21:31:23.514615"], ["updated_at", "2020-11-17 21:31:23.514615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.517720"], ["updated_at", "2020-11-17 21:31:23.517720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 27.7162733164568], ["string", "Natus ullam quibusdam."], ["date", "2021-03-14"], ["time", "2000-01-01 23:31:47.149901"], ["datetime", "2020-11-17 12:43:13.164673"], ["created_at", "2020-11-17 21:31:23.543877"], ["updated_at", "2020-11-17 21:31:23.543877"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 0.0331680326149399], ["string", "Ut velit reprehenderit nisi."], ["date", "2022-10-18"], ["time", "2000-01-01 10:59:05.692461"], ["datetime", "2020-11-16 21:48:11.748643"], ["created_at", "2020-11-17 21:31:23.546490"], ["updated_at", "2020-11-17 21:31:23.546490"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 23], ["decimal", 30.2177795331386], ["string", "Architecto dolores laboriosam."], ["date", "2022-08-05"], ["time", "2000-01-01 01:49:20.774731"], ["datetime", "2020-11-17 16:22:06.308393"], ["created_at", "2020-11-17 21:31:23.548934"], ["updated_at", "2020-11-17 21:31:23.548934"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 40], ["decimal", 6.17414629254519], ["string", "Soluta eos maxime voluptatum."], ["date", "2019-07-25"], ["time", "2000-01-01 12:21:19.810341"], ["datetime", "2020-11-17 08:00:29.264523"], ["created_at", "2020-11-17 21:31:23.550982"], ["updated_at", "2020-11-17 21:31:23.550982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 23], ["decimal", 24.5469304040539], ["string", "Mollitia voluptas deserunt."], ["date", "2020-03-20"], ["time", "2000-01-01 04:39:33.279594"], ["datetime", "2020-11-17 01:34:27.626415"], ["created_at", "2020-11-17 21:31:23.552797"], ["updated_at", "2020-11-17 21:31:23.552797"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 29.540085083472], ["string", "Consequuntur quis harum."], ["created_at", "2020-11-17 21:31:23.554447"], ["updated_at", "2020-11-17 21:31:23.554447"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 10.5306135356199], ["string", "Libero inventore reiciendis ea."], ["created_at", "2020-11-17 21:31:23.555897"], ["updated_at", "2020-11-17 21:31:23.555897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1020], ["decimal", 22.6473547021073], ["string", "Atque veniam consequatur."], ["created_at", "2020-11-17 21:31:23.557220"], ["updated_at", "2020-11-17 21:31:23.557220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 15.6072412994328], ["string", "Rem impedit cum et."], ["created_at", "2020-11-17 21:31:23.558488"], ["updated_at", "2020-11-17 21:31:23.558488"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 3.08639997278185], ["string", "Fugiat non autem."], ["created_at", "2020-11-17 21:31:23.559971"], ["updated_at", "2020-11-17 21:31:23.559971"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:31:23.562936"], ["updated_at", "2020-11-17 21:31:23.562936"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:31:23.565253"], ["updated_at", "2020-11-17 21:31:23.565253"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:31:23.567456"], ["updated_at", "2020-11-17 21:31:23.567456"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:31:23.569229"], ["updated_at", "2020-11-17 21:31:23.569229"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:31:23.570949"], ["updated_at", "2020-11-17 21:31:23.570949"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-17 21:31:23.573356"], ["updated_at", "2020-11-17 21:31:23.573356"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-17 21:31:23.575790"], ["updated_at", "2020-11-17 21:31:23.575790"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-17 21:31:23.578508"], ["updated_at", "2020-11-17 21:31:23.578508"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-17 21:31:23.581034"], ["updated_at", "2020-11-17 21:31:23.581034"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-17 21:31:23.583356"], ["updated_at", "2020-11-17 21:31:23.583356"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-17 21:31:23.585045"], ["updated_at", "2020-11-17 21:31:23.585045"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-17 21:31:23.586850"], ["updated_at", "2020-11-17 21:31:23.586850"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 21:31:23.588450"], ["updated_at", "2020-11-17 21:31:23.588450"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 21:31:23.590140"], ["updated_at", "2020-11-17 21:31:23.590140"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-17 21:31:23.591758"], ["updated_at", "2020-11-17 21:31:23.591758"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.593205"], ["updated_at", "2020-11-17 21:31:23.593205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.594392"], ["updated_at", "2020-11-17 21:31:23.594392"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.595526"], ["updated_at", "2020-11-17 21:31:23.595526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.596624"], ["updated_at", "2020-11-17 21:31:23.596624"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.597726"], ["updated_at", "2020-11-17 21:31:23.597726"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:31:23.604750"], ["updated_at", "2020-11-17 21:31:23.604750"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:31:23.606081"], ["updated_at", "2020-11-17 21:31:23.606081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:31:23.607219"], ["updated_at", "2020-11-17 21:31:23.607219"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:31:23.608337"], ["updated_at", "2020-11-17 21:31:23.608337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:31:23.609493"], ["updated_at", "2020-11-17 21:31:23.609493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.610240"], ["updated_at", "2020-11-17 21:31:23.610240"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.610917"], ["updated_at", "2020-11-17 21:31:23.610917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.611551"], ["updated_at", "2020-11-17 21:31:23.611551"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.612164"], ["updated_at", "2020-11-17 21:31:23.612164"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.612785"], ["updated_at", "2020-11-17 21:31:23.612785"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.613456"], ["updated_at", "2020-11-17 21:31:23.613456"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.614125"], ["updated_at", "2020-11-17 21:31:23.614125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.614758"], ["updated_at", "2020-11-17 21:31:23.614758"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.615394"], ["updated_at", "2020-11-17 21:31:23.615394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.616026"], ["updated_at", "2020-11-17 21:31:23.616026"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 18.8215196215735], ["string", "Nihil sed reiciendis."], ["date", "2018-11-18"], ["time", "2000-01-01 06:21:46.867536"], ["datetime", "2020-11-17 06:43:49.716735"], ["created_at", "2020-11-17 21:31:23.617240"], ["updated_at", "2020-11-17 21:31:23.617240"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 2.93371760993117], ["string", "Ab sequi ea non."], ["date", "2021-04-27"], ["time", "2000-01-01 12:45:23.422967"], ["datetime", "2020-11-17 11:52:26.808668"], ["created_at", "2020-11-17 21:31:23.618613"], ["updated_at", "2020-11-17 21:31:23.618613"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 5.7773135631189], ["string", "Aut quo sint."], ["date", "2022-08-09"], ["time", "2000-01-01 09:54:33.326880"], ["datetime", "2020-11-16 22:36:11.939092"], ["created_at", "2020-11-17 21:31:23.619927"], ["updated_at", "2020-11-17 21:31:23.619927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 31], ["decimal", 2.08864788591906], ["string", "Accusamus enim et eaque."], ["date", "2019-02-15"], ["time", "2000-01-01 10:06:57.020764"], ["datetime", "2020-11-17 11:50:31.582297"], ["created_at", "2020-11-17 21:31:23.621267"], ["updated_at", "2020-11-17 21:31:23.621267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 14.1519673607947], ["string", "Magni nesciunt dolores."], ["date", "2021-06-13"], ["time", "2000-01-01 20:44:58.133908"], ["datetime", "2020-11-17 03:36:30.358075"], ["created_at", "2020-11-17 21:31:23.622596"], ["updated_at", "2020-11-17 21:31:23.622596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 11.7260722498436], ["string", "Necessitatibus est et."], ["created_at", "2020-11-17 21:31:23.623805"], ["updated_at", "2020-11-17 21:31:23.623805"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 5.41430875669829], ["string", "Fugit ea nihil voluptatibus."], ["created_at", "2020-11-17 21:31:23.624773"], ["updated_at", "2020-11-17 21:31:23.624773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 1.19247185962791], ["string", "Omnis omnis qui."], ["created_at", "2020-11-17 21:31:23.625728"], ["updated_at", "2020-11-17 21:31:23.625728"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1042], ["decimal", 20.7093414617799], ["string", "Pariatur cumque non officia."], ["created_at", "2020-11-17 21:31:23.626659"], ["updated_at", "2020-11-17 21:31:23.626659"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1027], ["decimal", 11.8375271580707], ["string", "Laborum voluptatem est."], ["created_at", "2020-11-17 21:31:23.627581"], ["updated_at", "2020-11-17 21:31:23.627581"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:31:23.628918"], ["updated_at", "2020-11-17 21:31:23.628918"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-17 21:31:23.630102"], ["updated_at", "2020-11-17 21:31:23.630102"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-17 21:31:23.631211"], ["updated_at", "2020-11-17 21:31:23.631211"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-17 21:31:23.632318"], ["updated_at", "2020-11-17 21:31:23.632318"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:31:23.633435"], ["updated_at", "2020-11-17 21:31:23.633435"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-17 21:31:23.635035"], ["updated_at", "2020-11-17 21:31:23.635035"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-17 21:31:23.636587"], ["updated_at", "2020-11-17 21:31:23.636587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 9], ["created_at", "2020-11-17 21:31:23.638120"], ["updated_at", "2020-11-17 21:31:23.638120"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 2], ["created_at", "2020-11-17 21:31:23.639650"], ["updated_at", "2020-11-17 21:31:23.639650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 2], ["created_at", "2020-11-17 21:31:23.641193"], ["updated_at", "2020-11-17 21:31:23.641193"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-17 21:31:23.642406"], ["updated_at", "2020-11-17 21:31:23.642406"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-17 21:31:23.643584"], ["updated_at", "2020-11-17 21:31:23.643584"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-17 21:31:23.644706"], ["updated_at", "2020-11-17 21:31:23.644706"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-17 21:31:23.645870"], ["updated_at", "2020-11-17 21:31:23.645870"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-17 21:31:23.647024"], ["updated_at", "2020-11-17 21:31:23.647024"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:31:23.648204"], ["updated_at", "2020-11-17 21:31:23.648204"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:31:23.649326"], ["updated_at", "2020-11-17 21:31:23.649326"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:31:23.650392"], ["updated_at", "2020-11-17 21:31:23.650392"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:31:23.651477"], ["updated_at", "2020-11-17 21:31:23.651477"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:31:23.652557"], ["updated_at", "2020-11-17 21:31:23.652557"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-17 21:31:23.659271"], ["updated_at", "2020-11-17 21:31:23.659271"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:31:23.660468"], ["updated_at", "2020-11-17 21:31:23.660468"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:31:23.661594"], ["updated_at", "2020-11-17 21:31:23.661594"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-17 21:31:23.662695"], ["updated_at", "2020-11-17 21:31:23.662695"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-17 21:31:23.663810"], ["updated_at", "2020-11-17 21:31:23.663810"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.664524"], ["updated_at", "2020-11-17 21:31:23.664524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.665179"], ["updated_at", "2020-11-17 21:31:23.665179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.665799"], ["updated_at", "2020-11-17 21:31:23.665799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.666421"], ["updated_at", "2020-11-17 21:31:23.666421"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.667032"], ["updated_at", "2020-11-17 21:31:23.667032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.667679"], ["updated_at", "2020-11-17 21:31:23.667679"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.668347"], ["updated_at", "2020-11-17 21:31:23.668347"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.668986"], ["updated_at", "2020-11-17 21:31:23.668986"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.669634"], ["updated_at", "2020-11-17 21:31:23.669634"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.670271"], ["updated_at", "2020-11-17 21:31:23.670271"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 6.91235872122196], ["string", "Atque quasi qui."], ["date", "2020-01-26"], ["time", "2000-01-01 03:29:21.301506"], ["datetime", "2020-11-17 15:52:03.003210"], ["created_at", "2020-11-17 21:31:23.680316"], ["updated_at", "2020-11-17 21:31:23.680316"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 38], ["decimal", 0.135849758395628], ["string", "Commodi odit optio hic."], ["date", "2019-05-17"], ["time", "2000-01-01 18:37:29.361589"], ["datetime", "2020-11-17 10:20:42.623473"], ["created_at", "2020-11-17 21:31:23.682214"], ["updated_at", "2020-11-17 21:31:23.682214"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 33], ["decimal", 0.326335951686885], ["string", "Ipsam ipsa molestias."], ["date", "2020-05-10"], ["time", "2000-01-01 23:19:28.283991"], ["datetime", "2020-11-17 02:18:52.288152"], ["created_at", "2020-11-17 21:31:23.683824"], ["updated_at", "2020-11-17 21:31:23.683824"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 34], ["decimal", 12.5408215071574], ["string", "Distinctio inventore officia aliquam."], ["date", "2021-06-26"], ["time", "2000-01-01 06:52:49.749654"], ["datetime", "2020-11-17 07:00:01.777518"], ["created_at", "2020-11-17 21:31:23.685401"], ["updated_at", "2020-11-17 21:31:23.685401"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 6.4979867548125], ["string", "Voluptas aspernatur possimus."], ["date", "2021-07-31"], ["time", "2000-01-01 20:47:14.139373"], ["datetime", "2020-11-17 15:37:22.325654"], ["created_at", "2020-11-17 21:31:23.686985"], ["updated_at", "2020-11-17 21:31:23.686985"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 8.36397469891174], ["string", "Sint aliquid earum."], ["created_at", "2020-11-17 21:31:23.688482"], ["updated_at", "2020-11-17 21:31:23.688482"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 1.48524969231899], ["string", "Iste quidem aut sapiente."], ["created_at", "2020-11-17 21:31:23.689638"], ["updated_at", "2020-11-17 21:31:23.689638"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1021], ["decimal", 11.7969831915936], ["string", "Quae sunt commodi."], ["created_at", "2020-11-17 21:31:23.690720"], ["updated_at", "2020-11-17 21:31:23.690720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 35.0707128679671], ["string", "Qui dolores aut atque."], ["created_at", "2020-11-17 21:31:23.691792"], ["updated_at", "2020-11-17 21:31:23.691792"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 3.46854491522591], ["string", "Aut cum aut."], ["created_at", "2020-11-17 21:31:23.692874"], ["updated_at", "2020-11-17 21:31:23.692874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:31:23.694375"], ["updated_at", "2020-11-17 21:31:23.694375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-17 21:31:23.695689"], ["updated_at", "2020-11-17 21:31:23.695689"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:31:23.696942"], ["updated_at", "2020-11-17 21:31:23.696942"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-17 21:31:23.698240"], ["updated_at", "2020-11-17 21:31:23.698240"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-17 21:31:23.699449"], ["updated_at", "2020-11-17 21:31:23.699449"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-17 21:31:23.701146"], ["updated_at", "2020-11-17 21:31:23.701146"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 13], ["created_at", "2020-11-17 21:31:23.702778"], ["updated_at", "2020-11-17 21:31:23.702778"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 13], ["created_at", "2020-11-17 21:31:23.704380"], ["updated_at", "2020-11-17 21:31:23.704380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 7], ["created_at", "2020-11-17 21:31:23.705995"], ["updated_at", "2020-11-17 21:31:23.705995"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 9], ["created_at", "2020-11-17 21:31:23.707590"], ["updated_at", "2020-11-17 21:31:23.707590"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 11], ["created_at", "2020-11-17 21:31:23.708820"], ["updated_at", "2020-11-17 21:31:23.708820"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 21:31:23.710054"], ["updated_at", "2020-11-17 21:31:23.710054"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-17 21:31:23.711251"], ["updated_at", "2020-11-17 21:31:23.711251"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-17 21:31:23.712434"], ["updated_at", "2020-11-17 21:31:23.712434"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-17 21:31:23.713606"], ["updated_at", "2020-11-17 21:31:23.713606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:31:23.714804"], ["updated_at", "2020-11-17 21:31:23.714804"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:31:23.715952"], ["updated_at", "2020-11-17 21:31:23.715952"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:31:23.717026"], ["updated_at", "2020-11-17 21:31:23.717026"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:31:23.718121"], ["updated_at", "2020-11-17 21:31:23.718121"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:31:23.719201"], ["updated_at", "2020-11-17 21:31:23.719201"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:31:23.726131"], ["updated_at", "2020-11-17 21:31:23.726131"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-17 21:31:23.727324"], ["updated_at", "2020-11-17 21:31:23.727324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:31:23.728419"], ["updated_at", "2020-11-17 21:31:23.728419"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-17 21:31:23.729522"], ["updated_at", "2020-11-17 21:31:23.729522"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-17 21:31:23.730606"], ["updated_at", "2020-11-17 21:31:23.730606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.731319"], ["updated_at", "2020-11-17 21:31:23.731319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.731949"], ["updated_at", "2020-11-17 21:31:23.731949"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.732549"], ["updated_at", "2020-11-17 21:31:23.732549"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.733158"], ["updated_at", "2020-11-17 21:31:23.733158"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:31:23.733761"], ["updated_at", "2020-11-17 21:31:23.733761"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.734405"], ["updated_at", "2020-11-17 21:31:23.734405"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.735044"], ["updated_at", "2020-11-17 21:31:23.735044"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.735679"], ["updated_at", "2020-11-17 21:31:23.735679"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.736296"], ["updated_at", "2020-11-17 21:31:23.736296"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:31:23.736963"], ["updated_at", "2020-11-17 21:31:23.736963"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.8ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 35], ["decimal", 1.98254184941954], ["string", "Culpa quam iusto."], ["date", "2019-08-16"], ["time", "2000-01-01 00:07:50.207858"], ["datetime", "2020-11-17 12:02:02.366940"], ["created_at", "2020-11-17 21:33:11.344447"], ["updated_at", "2020-11-17 21:33:11.344447"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 17.3351531783361], ["string", "Rerum qui libero odio."], ["date", "2020-04-10"], ["time", "2000-01-01 04:46:13.693605"], ["datetime", "2020-11-17 18:12:31.738164"], ["created_at", "2020-11-17 21:33:11.346754"], ["updated_at", "2020-11-17 21:33:11.346754"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 1.95170552220789], ["string", "Sunt magnam eaque."], ["date", "2020-10-11"], ["time", "2000-01-01 14:37:36.154674"], ["datetime", "2020-11-16 23:02:36.404701"], ["created_at", "2020-11-17 21:33:11.348378"], ["updated_at", "2020-11-17 21:33:11.348378"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 4.89268867850544], ["string", "Neque quas est impedit."], ["date", "2019-12-16"], ["time", "2000-01-01 02:04:38.180002"], ["datetime", "2020-11-17 06:23:12.674658"], ["created_at", "2020-11-17 21:33:11.349951"], ["updated_at", "2020-11-17 21:33:11.349951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 23.9209869841722], ["string", "Veniam et quasi."], ["date", "2020-01-31"], ["time", "2000-01-01 16:22:46.274354"], ["datetime", "2020-11-17 05:20:11.952044"], ["created_at", "2020-11-17 21:33:11.351523"], ["updated_at", "2020-11-17 21:33:11.351523"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 16.6379750569613], ["string", "Deserunt architecto qui."], ["created_at", "2020-11-17 21:33:11.357987"], ["updated_at", "2020-11-17 21:33:11.357987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 3.0155137444761], ["string", "Dolorum non eum unde."], ["created_at", "2020-11-17 21:33:11.359333"], ["updated_at", "2020-11-17 21:33:11.359333"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1020], ["decimal", 16.4473596613303], ["string", "Aperiam officiis ut."], ["created_at", "2020-11-17 21:33:11.360442"], ["updated_at", "2020-11-17 21:33:11.360442"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 14.5720422558292], ["string", "Natus est dolorum voluptatem."], ["created_at", "2020-11-17 21:33:11.361521"], ["updated_at", "2020-11-17 21:33:11.361521"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 3.27173764090469], ["string", "Cumque autem molestiae."], ["created_at", "2020-11-17 21:33:11.362593"], ["updated_at", "2020-11-17 21:33:11.362593"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:33:11.369601"], ["updated_at", "2020-11-17 21:33:11.369601"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:33:11.371202"], ["updated_at", "2020-11-17 21:33:11.371202"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:33:11.372536"], ["updated_at", "2020-11-17 21:33:11.372536"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:33:11.373785"], ["updated_at", "2020-11-17 21:33:11.373785"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:33:11.374995"], ["updated_at", "2020-11-17 21:33:11.374995"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-17 21:33:11.380362"], ["updated_at", "2020-11-17 21:33:11.380362"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-17 21:33:11.382017"], ["updated_at", "2020-11-17 21:33:11.382017"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-17 21:33:11.383569"], ["updated_at", "2020-11-17 21:33:11.383569"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-17 21:33:11.385122"], ["updated_at", "2020-11-17 21:33:11.385122"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-17 21:33:11.386663"], ["updated_at", "2020-11-17 21:33:11.386663"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-17 21:33:11.391524"], ["updated_at", "2020-11-17 21:33:11.391524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 21:33:11.392917"], ["updated_at", "2020-11-17 21:33:11.392917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-17 21:33:11.394076"], ["updated_at", "2020-11-17 21:33:11.394076"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-17 21:33:11.395243"], ["updated_at", "2020-11-17 21:33:11.395243"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 21:33:11.396493"], ["updated_at", "2020-11-17 21:33:11.396493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.401306"], ["updated_at", "2020-11-17 21:33:11.401306"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.402650"], ["updated_at", "2020-11-17 21:33:11.402650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.403792"], ["updated_at", "2020-11-17 21:33:11.403792"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.404874"], ["updated_at", "2020-11-17 21:33:11.404874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.405951"], ["updated_at", "2020-11-17 21:33:11.405951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:33:11.418994"], ["updated_at", "2020-11-17 21:33:11.418994"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:33:11.420262"], ["updated_at", "2020-11-17 21:33:11.420262"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:33:11.421393"], ["updated_at", "2020-11-17 21:33:11.421393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:33:11.422490"], ["updated_at", "2020-11-17 21:33:11.422490"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:33:11.423582"], ["updated_at", "2020-11-17 21:33:11.423582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.426836"], ["updated_at", "2020-11-17 21:33:11.426836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.427552"], ["updated_at", "2020-11-17 21:33:11.427552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.428179"], ["updated_at", "2020-11-17 21:33:11.428179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.428810"], ["updated_at", "2020-11-17 21:33:11.428810"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.429438"], ["updated_at", "2020-11-17 21:33:11.429438"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.432168"], ["updated_at", "2020-11-17 21:33:11.432168"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.432877"], ["updated_at", "2020-11-17 21:33:11.432877"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.433518"], ["updated_at", "2020-11-17 21:33:11.433518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.434153"], ["updated_at", "2020-11-17 21:33:11.434153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.434801"], ["updated_at", "2020-11-17 21:33:11.434801"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 13.9132814299971], ["string", "Expedita voluptatem praesentium."], ["date", "2021-10-04"], ["time", "2000-01-01 17:22:48.534783"], ["datetime", "2020-11-17 20:51:06.727530"], ["created_at", "2020-11-17 21:33:11.436060"], ["updated_at", "2020-11-17 21:33:11.436060"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 18.3941963330846], ["string", "Illo molestiae non consequatur."], ["date", "2022-05-12"], ["time", "2000-01-01 05:50:24.853823"], ["datetime", "2020-11-17 10:50:14.131746"], ["created_at", "2020-11-17 21:33:11.437468"], ["updated_at", "2020-11-17 21:33:11.437468"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 35.9428687451174], ["string", "Quis sint voluptatem."], ["date", "2021-02-21"], ["time", "2000-01-01 02:58:29.876718"], ["datetime", "2020-11-17 12:10:53.983374"], ["created_at", "2020-11-17 21:33:11.438802"], ["updated_at", "2020-11-17 21:33:11.438802"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 36.9576942235629], ["string", "Iste quibusdam aut neque."], ["date", "2021-04-30"], ["time", "2000-01-01 13:35:06.955088"], ["datetime", "2020-11-17 09:54:27.371596"], ["created_at", "2020-11-17 21:33:11.440126"], ["updated_at", "2020-11-17 21:33:11.440126"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 18.5632324598004], ["string", "Magnam quis quia."], ["date", "2020-11-26"], ["time", "2000-01-01 02:44:37.866430"], ["datetime", "2020-11-17 06:11:04.062995"], ["created_at", "2020-11-17 21:33:11.441462"], ["updated_at", "2020-11-17 21:33:11.441462"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1021], ["decimal", 5.10164240722505], ["string", "Maxime rerum qui."], ["created_at", "2020-11-17 21:33:11.442654"], ["updated_at", "2020-11-17 21:33:11.442654"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1028], ["decimal", 13.1189976141], ["string", "Est ad nostrum corporis."], ["created_at", "2020-11-17 21:33:11.443631"], ["updated_at", "2020-11-17 21:33:11.443631"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 3.47281382678551], ["string", "Provident quis molestiae."], ["created_at", "2020-11-17 21:33:11.444600"], ["updated_at", "2020-11-17 21:33:11.444600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 17.5470092922313], ["string", "Id fuga sapiente cumque."], ["created_at", "2020-11-17 21:33:11.445544"], ["updated_at", "2020-11-17 21:33:11.445544"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 12.0677260504566], ["string", "Ad voluptatem repellendus."], ["created_at", "2020-11-17 21:33:11.446486"], ["updated_at", "2020-11-17 21:33:11.446486"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-17 21:33:11.447816"], ["updated_at", "2020-11-17 21:33:11.447816"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-17 21:33:11.448995"], ["updated_at", "2020-11-17 21:33:11.448995"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-17 21:33:11.450125"], ["updated_at", "2020-11-17 21:33:11.450125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-17 21:33:11.451236"], ["updated_at", "2020-11-17 21:33:11.451236"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:33:11.452351"], ["updated_at", "2020-11-17 21:33:11.452351"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-17 21:33:11.453961"], ["updated_at", "2020-11-17 21:33:11.453961"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 5], ["created_at", "2020-11-17 21:33:11.455561"], ["updated_at", "2020-11-17 21:33:11.455561"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 2], ["created_at", "2020-11-17 21:33:11.457081"], ["updated_at", "2020-11-17 21:33:11.457081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-17 21:33:11.458618"], ["updated_at", "2020-11-17 21:33:11.458618"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 5], ["created_at", "2020-11-17 21:33:11.460141"], ["updated_at", "2020-11-17 21:33:11.460141"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-17 21:33:11.461377"], ["updated_at", "2020-11-17 21:33:11.461377"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-17 21:33:11.462549"], ["updated_at", "2020-11-17 21:33:11.462549"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-17 21:33:11.463662"], ["updated_at", "2020-11-17 21:33:11.463662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-17 21:33:11.464825"], ["updated_at", "2020-11-17 21:33:11.464825"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-17 21:33:11.465974"], ["updated_at", "2020-11-17 21:33:11.465974"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:33:11.467365"], ["updated_at", "2020-11-17 21:33:11.467365"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:33:11.468477"], ["updated_at", "2020-11-17 21:33:11.468477"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:33:11.469572"], ["updated_at", "2020-11-17 21:33:11.469572"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:33:11.470650"], ["updated_at", "2020-11-17 21:33:11.470650"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:33:11.471725"], ["updated_at", "2020-11-17 21:33:11.471725"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-17 21:33:11.480895"], ["updated_at", "2020-11-17 21:33:11.480895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-17 21:33:11.482239"], ["updated_at", "2020-11-17 21:33:11.482239"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-17 21:33:11.483386"], ["updated_at", "2020-11-17 21:33:11.483386"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:33:11.484512"], ["updated_at", "2020-11-17 21:33:11.484512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-17 21:33:11.485661"], ["updated_at", "2020-11-17 21:33:11.485661"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.486404"], ["updated_at", "2020-11-17 21:33:11.486404"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.487027"], ["updated_at", "2020-11-17 21:33:11.487027"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.487618"], ["updated_at", "2020-11-17 21:33:11.487618"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.488214"], ["updated_at", "2020-11-17 21:33:11.488214"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.488824"], ["updated_at", "2020-11-17 21:33:11.488824"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.489488"], ["updated_at", "2020-11-17 21:33:11.489488"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.490158"], ["updated_at", "2020-11-17 21:33:11.490158"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.490786"], ["updated_at", "2020-11-17 21:33:11.490786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.491422"], ["updated_at", "2020-11-17 21:33:11.491422"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.492078"], ["updated_at", "2020-11-17 21:33:11.492078"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 0.981783245178132], ["string", "Odit consequatur eum."], ["date", "2019-06-02"], ["time", "2000-01-01 17:36:49.503106"], ["datetime", "2020-11-17 07:52:24.598296"], ["created_at", "2020-11-17 21:33:11.493273"], ["updated_at", "2020-11-17 21:33:11.493273"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 0.264407231387635], ["string", "Non sequi vitae quam."], ["date", "2019-05-30"], ["time", "2000-01-01 02:16:04.168776"], ["datetime", "2020-11-17 08:10:35.563533"], ["created_at", "2020-11-17 21:33:11.494647"], ["updated_at", "2020-11-17 21:33:11.494647"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 27.3207464991249], ["string", "Aspernatur aut quis."], ["date", "2021-07-05"], ["time", "2000-01-01 17:50:44.772487"], ["datetime", "2020-11-17 21:29:55.108471"], ["created_at", "2020-11-17 21:33:11.495949"], ["updated_at", "2020-11-17 21:33:11.495949"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 5.93359937169337], ["string", "Nostrum quidem rem accusantium."], ["date", "2020-01-25"], ["time", "2000-01-01 09:45:54.063821"], ["datetime", "2020-11-17 13:28:09.794601"], ["created_at", "2020-11-17 21:33:11.497273"], ["updated_at", "2020-11-17 21:33:11.497273"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 7.87173809010637], ["string", "Repudiandae facere quasi."], ["date", "2022-07-13"], ["time", "2000-01-01 19:24:59.732249"], ["datetime", "2020-11-17 11:50:05.224655"], ["created_at", "2020-11-17 21:33:11.498612"], ["updated_at", "2020-11-17 21:33:11.498612"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 4.48660154463578], ["string", "Ut velit saepe."], ["created_at", "2020-11-17 21:33:11.499927"], ["updated_at", "2020-11-17 21:33:11.499927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 22.8115959215187], ["string", "Architecto doloremque sunt dignissimos."], ["created_at", "2020-11-17 21:33:11.500919"], ["updated_at", "2020-11-17 21:33:11.500919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 1.87663520979472], ["string", "Ab sint ut."], ["created_at", "2020-11-17 21:33:11.501889"], ["updated_at", "2020-11-17 21:33:11.501889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 11.6345735041261], ["string", "Vero et non nobis."], ["created_at", "2020-11-17 21:33:11.502850"], ["updated_at", "2020-11-17 21:33:11.502850"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 11.8923477769224], ["string", "Quaerat perspiciatis velit."], ["created_at", "2020-11-17 21:33:11.503775"], ["updated_at", "2020-11-17 21:33:11.503775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-17 21:33:11.505157"], ["updated_at", "2020-11-17 21:33:11.505157"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-17 21:33:11.506344"], ["updated_at", "2020-11-17 21:33:11.506344"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-17 21:33:11.507473"], ["updated_at", "2020-11-17 21:33:11.507473"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-17 21:33:11.508583"], ["updated_at", "2020-11-17 21:33:11.508583"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:33:11.509710"], ["updated_at", "2020-11-17 21:33:11.509710"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 2], ["created_at", "2020-11-17 21:33:11.511323"], ["updated_at", "2020-11-17 21:33:11.511323"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 1], ["created_at", "2020-11-17 21:33:11.512889"], ["updated_at", "2020-11-17 21:33:11.512889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 10], ["created_at", "2020-11-17 21:33:11.514433"], ["updated_at", "2020-11-17 21:33:11.514433"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-17 21:33:11.526223"], ["updated_at", "2020-11-17 21:33:11.526223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 7], ["created_at", "2020-11-17 21:33:11.528195"], ["updated_at", "2020-11-17 21:33:11.528195"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 14], ["created_at", "2020-11-17 21:33:11.529634"], ["updated_at", "2020-11-17 21:33:11.529634"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 21:33:11.531020"], ["updated_at", "2020-11-17 21:33:11.531020"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-17 21:33:11.532370"], ["updated_at", "2020-11-17 21:33:11.532370"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-17 21:33:11.533767"], ["updated_at", "2020-11-17 21:33:11.533767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-17 21:33:11.535133"], ["updated_at", "2020-11-17 21:33:11.535133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:33:11.536492"], ["updated_at", "2020-11-17 21:33:11.536492"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:33:11.537788"], ["updated_at", "2020-11-17 21:33:11.537788"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:33:11.539047"], ["updated_at", "2020-11-17 21:33:11.539047"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:33:11.540316"], ["updated_at", "2020-11-17 21:33:11.540316"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:33:11.541586"], ["updated_at", "2020-11-17 21:33:11.541586"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:33:11.548953"], ["updated_at", "2020-11-17 21:33:11.548953"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:33:11.550319"], ["updated_at", "2020-11-17 21:33:11.550319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-17 21:33:11.551571"], ["updated_at", "2020-11-17 21:33:11.551571"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-17 21:33:11.552732"], ["updated_at", "2020-11-17 21:33:11.552732"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:33:11.553874"], ["updated_at", "2020-11-17 21:33:11.553874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.554600"], ["updated_at", "2020-11-17 21:33:11.554600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.555266"], ["updated_at", "2020-11-17 21:33:11.555266"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.555893"], ["updated_at", "2020-11-17 21:33:11.555893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.556523"], ["updated_at", "2020-11-17 21:33:11.556523"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.557157"], ["updated_at", "2020-11-17 21:33:11.557157"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.557830"], ["updated_at", "2020-11-17 21:33:11.557830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.558514"], ["updated_at", "2020-11-17 21:33:11.558514"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.559167"], ["updated_at", "2020-11-17 21:33:11.559167"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.559815"], ["updated_at", "2020-11-17 21:33:11.559815"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.560472"], ["updated_at", "2020-11-17 21:33:11.560472"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 0.374332601807056], ["string", "Ipsum est quidem."], ["date", "2018-12-02"], ["time", "2000-01-01 02:10:05.645821"], ["datetime", "2020-11-17 14:28:40.311538"], ["created_at", "2020-11-17 21:33:11.567501"], ["updated_at", "2020-11-17 21:33:11.567501"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 1.57407724195366], ["string", "Ex neque omnis impedit."], ["date", "2022-04-16"], ["time", "2000-01-01 18:59:41.452616"], ["datetime", "2020-11-16 23:41:19.556791"], ["created_at", "2020-11-17 21:33:11.569873"], ["updated_at", "2020-11-17 21:33:11.569873"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 14.0089136663085], ["string", "Et in eligendi."], ["date", "2021-07-30"], ["time", "2000-01-01 15:19:16.412844"], ["datetime", "2020-11-17 14:03:31.700663"], ["created_at", "2020-11-17 21:33:11.571621"], ["updated_at", "2020-11-17 21:33:11.571621"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 23], ["decimal", 40.3727553875047], ["string", "Praesentium blanditiis neque rerum."], ["date", "2019-01-04"], ["time", "2000-01-01 04:26:23.328265"], ["datetime", "2020-11-17 03:09:31.051075"], ["created_at", "2020-11-17 21:33:11.573531"], ["updated_at", "2020-11-17 21:33:11.573531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 21.6691533290855], ["string", "Optio aut aut."], ["date", "2021-10-07"], ["time", "2000-01-01 11:26:38.046425"], ["datetime", "2020-11-17 10:25:27.510583"], ["created_at", "2020-11-17 21:33:11.575434"], ["updated_at", "2020-11-17 21:33:11.575434"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 9.5512861277698], ["string", "Eligendi sit et."], ["created_at", "2020-11-17 21:33:11.577468"], ["updated_at", "2020-11-17 21:33:11.577468"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 8.64735181733698], ["string", "Vitae adipisci aperiam maxime."], ["created_at", "2020-11-17 21:33:11.579091"], ["updated_at", "2020-11-17 21:33:11.579091"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 16.5012078493805], ["string", "Nihil delectus qui."], ["created_at", "2020-11-17 21:33:11.580260"], ["updated_at", "2020-11-17 21:33:11.580260"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 14.7857897820681], ["string", "Aut voluptas consequatur voluptatem."], ["created_at", "2020-11-17 21:33:11.581375"], ["updated_at", "2020-11-17 21:33:11.581375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 10.7258274447331], ["string", "Consequuntur eum sapiente."], ["created_at", "2020-11-17 21:33:11.582468"], ["updated_at", "2020-11-17 21:33:11.582468"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:33:11.584126"], ["updated_at", "2020-11-17 21:33:11.584126"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:33:11.585538"], ["updated_at", "2020-11-17 21:33:11.585538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:33:11.586862"], ["updated_at", "2020-11-17 21:33:11.586862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:33:11.588187"], ["updated_at", "2020-11-17 21:33:11.588187"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:33:11.589585"], ["updated_at", "2020-11-17 21:33:11.589585"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-17 21:33:11.591602"], ["updated_at", "2020-11-17 21:33:11.591602"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-17 21:33:11.593477"], ["updated_at", "2020-11-17 21:33:11.593477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-17 21:33:11.595175"], ["updated_at", "2020-11-17 21:33:11.595175"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-17 21:33:11.596865"], ["updated_at", "2020-11-17 21:33:11.596865"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-17 21:33:11.598496"], ["updated_at", "2020-11-17 21:33:11.598496"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 21:33:11.599767"], ["updated_at", "2020-11-17 21:33:11.599767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-17 21:33:11.601016"], ["updated_at", "2020-11-17 21:33:11.601016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-17 21:33:11.602233"], ["updated_at", "2020-11-17 21:33:11.602233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-17 21:33:11.603451"], ["updated_at", "2020-11-17 21:33:11.603451"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-17 21:33:11.604646"], ["updated_at", "2020-11-17 21:33:11.604646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.606009"], ["updated_at", "2020-11-17 21:33:11.606009"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.607224"], ["updated_at", "2020-11-17 21:33:11.607224"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.608349"], ["updated_at", "2020-11-17 21:33:11.608349"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.609495"], ["updated_at", "2020-11-17 21:33:11.609495"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.610623"], ["updated_at", "2020-11-17 21:33:11.610623"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:33:11.617478"], ["updated_at", "2020-11-17 21:33:11.617478"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:33:11.618740"], ["updated_at", "2020-11-17 21:33:11.618740"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:33:11.619859"], ["updated_at", "2020-11-17 21:33:11.619859"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:33:11.620998"], ["updated_at", "2020-11-17 21:33:11.620998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:33:11.622147"], ["updated_at", "2020-11-17 21:33:11.622147"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.622884"], ["updated_at", "2020-11-17 21:33:11.622884"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.623561"], ["updated_at", "2020-11-17 21:33:11.623561"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.624199"], ["updated_at", "2020-11-17 21:33:11.624199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.624818"], ["updated_at", "2020-11-17 21:33:11.624818"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.625443"], ["updated_at", "2020-11-17 21:33:11.625443"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.626117"], ["updated_at", "2020-11-17 21:33:11.626117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.626780"], ["updated_at", "2020-11-17 21:33:11.626780"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.627419"], ["updated_at", "2020-11-17 21:33:11.627419"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.628068"], ["updated_at", "2020-11-17 21:33:11.628068"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.628720"], ["updated_at", "2020-11-17 21:33:11.628720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 23], ["decimal", 1.30770261079799], ["string", "Ex repudiandae alias."], ["date", "2021-05-28"], ["time", "2000-01-01 14:55:46.338873"], ["datetime", "2020-11-17 18:59:16.314731"], ["created_at", "2020-11-17 21:33:11.629951"], ["updated_at", "2020-11-17 21:33:11.629951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 3.51113035216389], ["string", "Quaerat cumque et suscipit."], ["date", "2022-03-05"], ["time", "2000-01-01 15:45:37.163820"], ["datetime", "2020-11-17 16:42:16.360288"], ["created_at", "2020-11-17 21:33:11.631337"], ["updated_at", "2020-11-17 21:33:11.631337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 22], ["decimal", 16.7451841728906], ["string", "Exercitationem sit dolores."], ["date", "2020-11-30"], ["time", "2000-01-01 22:18:45.697807"], ["datetime", "2020-11-17 03:20:01.369436"], ["created_at", "2020-11-17 21:33:11.632677"], ["updated_at", "2020-11-17 21:33:11.632677"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 39], ["decimal", 8.58955509414779], ["string", "Enim harum maxime aut."], ["date", "2021-06-18"], ["time", "2000-01-01 18:28:53.734986"], ["datetime", "2020-11-17 00:03:07.555392"], ["created_at", "2020-11-17 21:33:11.634023"], ["updated_at", "2020-11-17 21:33:11.634023"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 2.80737955121702], ["string", "Dignissimos tenetur et."], ["date", "2022-10-06"], ["time", "2000-01-01 14:05:18.847004"], ["datetime", "2020-11-17 10:29:49.122081"], ["created_at", "2020-11-17 21:33:11.635352"], ["updated_at", "2020-11-17 21:33:11.635352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1025], ["decimal", 6.85921526315781], ["string", "Et voluptatem aperiam."], ["created_at", "2020-11-17 21:33:11.636541"], ["updated_at", "2020-11-17 21:33:11.636541"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 34.7814157351345], ["string", "Quas suscipit id voluptatum."], ["created_at", "2020-11-17 21:33:11.637520"], ["updated_at", "2020-11-17 21:33:11.637520"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 21.3104865880177], ["string", "Voluptates laborum iure."], ["created_at", "2020-11-17 21:33:11.638456"], ["updated_at", "2020-11-17 21:33:11.638456"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 23.3982199706719], ["string", "Aperiam tempore vel a."], ["created_at", "2020-11-17 21:33:11.639404"], ["updated_at", "2020-11-17 21:33:11.639404"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 21.7385665237097], ["string", "Voluptate quia libero."], ["created_at", "2020-11-17 21:33:11.640349"], ["updated_at", "2020-11-17 21:33:11.640349"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-17 21:33:11.641702"], ["updated_at", "2020-11-17 21:33:11.641702"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-17 21:33:11.642887"], ["updated_at", "2020-11-17 21:33:11.642887"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-17 21:33:11.644009"], ["updated_at", "2020-11-17 21:33:11.644009"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:33:11.645158"], ["updated_at", "2020-11-17 21:33:11.645158"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-17 21:33:11.646301"], ["updated_at", "2020-11-17 21:33:11.646301"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 6], ["created_at", "2020-11-17 21:33:11.647909"], ["updated_at", "2020-11-17 21:33:11.647909"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-17 21:33:11.649489"], ["updated_at", "2020-11-17 21:33:11.649489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-17 21:33:11.651055"], ["updated_at", "2020-11-17 21:33:11.651055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 3], ["created_at", "2020-11-17 21:33:11.652604"], ["updated_at", "2020-11-17 21:33:11.652604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-17 21:33:11.654170"], ["updated_at", "2020-11-17 21:33:11.654170"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-17 21:33:11.655394"], ["updated_at", "2020-11-17 21:33:11.655394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-17 21:33:11.656629"], ["updated_at", "2020-11-17 21:33:11.656629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-17 21:33:11.657807"], ["updated_at", "2020-11-17 21:33:11.657807"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-17 21:33:11.658975"], ["updated_at", "2020-11-17 21:33:11.658975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-17 21:33:11.660135"], ["updated_at", "2020-11-17 21:33:11.660135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:33:11.661322"], ["updated_at", "2020-11-17 21:33:11.661322"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:33:11.662435"], ["updated_at", "2020-11-17 21:33:11.662435"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:33:11.663516"], ["updated_at", "2020-11-17 21:33:11.663516"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:33:11.664600"], ["updated_at", "2020-11-17 21:33:11.664600"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:33:11.665689"], ["updated_at", "2020-11-17 21:33:11.665689"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-17 21:33:11.672403"], ["updated_at", "2020-11-17 21:33:11.672403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-17 21:33:11.673599"], ["updated_at", "2020-11-17 21:33:11.673599"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-17 21:33:11.674709"], ["updated_at", "2020-11-17 21:33:11.674709"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:33:11.675817"], ["updated_at", "2020-11-17 21:33:11.675817"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:33:11.676923"], ["updated_at", "2020-11-17 21:33:11.676923"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.677648"], ["updated_at", "2020-11-17 21:33:11.677648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.678305"], ["updated_at", "2020-11-17 21:33:11.678305"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.678927"], ["updated_at", "2020-11-17 21:33:11.678927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.679548"], ["updated_at", "2020-11-17 21:33:11.679548"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.680171"], ["updated_at", "2020-11-17 21:33:11.680171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.680831"], ["updated_at", "2020-11-17 21:33:11.680831"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.681509"], ["updated_at", "2020-11-17 21:33:11.681509"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.682148"], ["updated_at", "2020-11-17 21:33:11.682148"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.682793"], ["updated_at", "2020-11-17 21:33:11.682793"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.683428"], ["updated_at", "2020-11-17 21:33:11.683428"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 22.3793758971796], ["string", "Libero maxime quam."], ["date", "2019-10-22"], ["time", "2000-01-01 07:36:41.320166"], ["datetime", "2020-11-17 08:54:13.914565"], ["created_at", "2020-11-17 21:33:11.684627"], ["updated_at", "2020-11-17 21:33:11.684627"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 36.5607689363607], ["string", "Debitis optio voluptas reprehenderit."], ["date", "2018-12-25"], ["time", "2000-01-01 00:58:19.244166"], ["datetime", "2020-11-17 12:40:21.437751"], ["created_at", "2020-11-17 21:33:11.686009"], ["updated_at", "2020-11-17 21:33:11.686009"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 3.75387704620394], ["string", "Quae velit sed."], ["date", "2019-05-02"], ["time", "2000-01-01 12:04:45.311036"], ["datetime", "2020-11-17 15:10:36.524173"], ["created_at", "2020-11-17 21:33:11.687322"], ["updated_at", "2020-11-17 21:33:11.687322"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 32.4039550921106], ["string", "Voluptatibus natus placeat praesentium."], ["date", "2019-02-17"], ["time", "2000-01-01 12:58:32.895004"], ["datetime", "2020-11-17 09:34:01.446147"], ["created_at", "2020-11-17 21:33:11.688624"], ["updated_at", "2020-11-17 21:33:11.688624"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 31.0221801716373], ["string", "Officiis aut quam."], ["date", "2021-07-15"], ["time", "2000-01-01 20:57:13.286617"], ["datetime", "2020-11-17 00:47:30.404134"], ["created_at", "2020-11-17 21:33:11.689936"], ["updated_at", "2020-11-17 21:33:11.689936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 6.71360037503431], ["string", "Necessitatibus maxime quis."], ["created_at", "2020-11-17 21:33:11.691119"], ["updated_at", "2020-11-17 21:33:11.691119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["decimal", 13.4960162584518], ["string", "Quo corporis voluptates ex."], ["created_at", "2020-11-17 21:33:11.692081"], ["updated_at", "2020-11-17 21:33:11.692081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 7.11610788476009], ["string", "Eum eos hic."], ["created_at", "2020-11-17 21:33:11.693033"], ["updated_at", "2020-11-17 21:33:11.693033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 21.8044447720097], ["string", "Alias non debitis voluptatem."], ["created_at", "2020-11-17 21:33:11.693977"], ["updated_at", "2020-11-17 21:33:11.693977"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 3.69133338691204], ["string", "Dicta doloremque voluptate."], ["created_at", "2020-11-17 21:33:11.694935"], ["updated_at", "2020-11-17 21:33:11.694935"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:33:11.696294"], ["updated_at", "2020-11-17 21:33:11.696294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-17 21:33:11.697477"], ["updated_at", "2020-11-17 21:33:11.697477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:33:11.698614"], ["updated_at", "2020-11-17 21:33:11.698614"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-17 21:33:11.699763"], ["updated_at", "2020-11-17 21:33:11.699763"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-17 21:33:11.701037"], ["updated_at", "2020-11-17 21:33:11.701037"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 2], ["created_at", "2020-11-17 21:33:11.702848"], ["updated_at", "2020-11-17 21:33:11.702848"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 4], ["created_at", "2020-11-17 21:33:11.704449"], ["updated_at", "2020-11-17 21:33:11.704449"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 14], ["created_at", "2020-11-17 21:33:11.705969"], ["updated_at", "2020-11-17 21:33:11.705969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 2], ["created_at", "2020-11-17 21:33:11.707457"], ["updated_at", "2020-11-17 21:33:11.707457"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 1], ["created_at", "2020-11-17 21:33:11.708934"], ["updated_at", "2020-11-17 21:33:11.708934"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-17 21:33:11.710135"], ["updated_at", "2020-11-17 21:33:11.710135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-17 21:33:11.711294"], ["updated_at", "2020-11-17 21:33:11.711294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-17 21:33:11.712424"], ["updated_at", "2020-11-17 21:33:11.712424"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-17 21:33:11.713556"], ["updated_at", "2020-11-17 21:33:11.713556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-17 21:33:11.714675"], ["updated_at", "2020-11-17 21:33:11.714675"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:33:11.715823"], ["updated_at", "2020-11-17 21:33:11.715823"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:33:11.716895"], ["updated_at", "2020-11-17 21:33:11.716895"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:33:11.717947"], ["updated_at", "2020-11-17 21:33:11.717947"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:33:11.718998"], ["updated_at", "2020-11-17 21:33:11.718998"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:33:11.720041"], ["updated_at", "2020-11-17 21:33:11.720041"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:33:11.735498"], ["updated_at", "2020-11-17 21:33:11.735498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-17 21:33:11.736876"], ["updated_at", "2020-11-17 21:33:11.736876"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-17 21:33:11.738175"], ["updated_at", "2020-11-17 21:33:11.738175"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-17 21:33:11.739442"], ["updated_at", "2020-11-17 21:33:11.739442"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:33:11.740664"], ["updated_at", "2020-11-17 21:33:11.740664"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.741463"], ["updated_at", "2020-11-17 21:33:11.741463"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.742188"], ["updated_at", "2020-11-17 21:33:11.742188"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.742850"], ["updated_at", "2020-11-17 21:33:11.742850"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.743511"], ["updated_at", "2020-11-17 21:33:11.743511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.744198"], ["updated_at", "2020-11-17 21:33:11.744198"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.744906"], ["updated_at", "2020-11-17 21:33:11.744906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.745634"], ["updated_at", "2020-11-17 21:33:11.745634"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.746318"], ["updated_at", "2020-11-17 21:33:11.746318"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.746975"], ["updated_at", "2020-11-17 21:33:11.746975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.747636"], ["updated_at", "2020-11-17 21:33:11.747636"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["decimal", 4.46469277067244], ["string", "Voluptas reprehenderit maxime."], ["date", "2021-11-25"], ["time", "2000-01-01 15:17:09.688293"], ["datetime", "2020-11-17 02:31:34.263800"], ["created_at", "2020-11-17 21:33:11.781017"], ["updated_at", "2020-11-17 21:33:11.781017"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 2.82883959425509], ["string", "Molestiae est eligendi beatae."], ["date", "2019-05-20"], ["time", "2000-01-01 11:08:16.336891"], ["datetime", "2020-11-17 01:48:28.828331"], ["created_at", "2020-11-17 21:33:11.782854"], ["updated_at", "2020-11-17 21:33:11.782854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 17.1328389357305], ["string", "Ad at magni."], ["date", "2020-07-01"], ["time", "2000-01-01 00:45:36.724810"], ["datetime", "2020-11-17 01:24:44.336100"], ["created_at", "2020-11-17 21:33:11.784361"], ["updated_at", "2020-11-17 21:33:11.784361"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 0.347954974362864], ["string", "Qui itaque ea."], ["date", "2022-10-18"], ["time", "2000-01-01 10:56:31.958174"], ["datetime", "2020-11-17 15:29:51.890008"], ["created_at", "2020-11-17 21:33:11.787250"], ["updated_at", "2020-11-17 21:33:11.787250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 4.68486857092214], ["string", "Velit beatae tempora placeat."], ["date", "2019-11-24"], ["time", "2000-01-01 12:53:10.984368"], ["datetime", "2020-11-17 13:45:04.251529"], ["created_at", "2020-11-17 21:33:11.789083"], ["updated_at", "2020-11-17 21:33:11.789083"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 4.07666143813541], ["string", "Impedit ad est."], ["date", "2021-04-09"], ["time", "2000-01-01 19:30:27.095739"], ["datetime", "2020-11-17 15:35:25.482929"], ["created_at", "2020-11-17 21:33:11.791061"], ["updated_at", "2020-11-17 21:33:11.791061"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.794083"], ["updated_at", "2020-11-17 21:33:11.794083"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 10.8390175570966], ["string", "Aperiam reiciendis eos."], ["date", "2021-07-29"], ["time", "2000-01-01 07:23:50.224252"], ["datetime", "2020-11-17 17:37:02.417970"], ["created_at", "2020-11-17 21:33:11.818865"], ["updated_at", "2020-11-17 21:33:11.818865"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 4.19432088089673], ["string", "Facilis officia minus maiores."], ["date", "2019-02-10"], ["time", "2000-01-01 22:52:29.460507"], ["datetime", "2020-11-17 10:31:18.100490"], ["created_at", "2020-11-17 21:33:11.821061"], ["updated_at", "2020-11-17 21:33:11.821061"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 16.1559398292101], ["string", "Impedit cum delectus."], ["date", "2019-08-08"], ["time", "2000-01-01 19:06:12.708970"], ["datetime", "2020-11-16 23:52:36.555629"], ["created_at", "2020-11-17 21:33:11.823031"], ["updated_at", "2020-11-17 21:33:11.823031"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 9.6216067632843], ["string", "Laudantium autem hic iusto."], ["date", "2020-03-26"], ["time", "2000-01-01 18:20:46.749117"], ["datetime", "2020-11-17 18:05:55.413647"], ["created_at", "2020-11-17 21:33:11.824963"], ["updated_at", "2020-11-17 21:33:11.824963"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 6.18422203423703], ["string", "Explicabo voluptatibus dignissimos."], ["date", "2019-12-10"], ["time", "2000-01-01 18:11:29.001422"], ["datetime", "2020-11-17 12:00:07.548905"], ["created_at", "2020-11-17 21:33:11.826910"], ["updated_at", "2020-11-17 21:33:11.826910"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 4.66996246510546], ["string", "Saepe illo ducimus."], ["created_at", "2020-11-17 21:33:11.828874"], ["updated_at", "2020-11-17 21:33:11.828874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 3.88591787615235], ["string", "Vel repudiandae qui quam."], ["created_at", "2020-11-17 21:33:11.830345"], ["updated_at", "2020-11-17 21:33:11.830345"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 2.99195147893164], ["string", "Ullam recusandae nemo."], ["created_at", "2020-11-17 21:33:11.831469"], ["updated_at", "2020-11-17 21:33:11.831469"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 6.65944691012982], ["string", "Eos sapiente in placeat."], ["created_at", "2020-11-17 21:33:11.832542"], ["updated_at", "2020-11-17 21:33:11.832542"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 6.13717329892614], ["string", "Aperiam illum est."], ["created_at", "2020-11-17 21:33:11.833632"], ["updated_at", "2020-11-17 21:33:11.833632"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:33:11.835226"], ["updated_at", "2020-11-17 21:33:11.835226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:33:11.836571"], ["updated_at", "2020-11-17 21:33:11.836571"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:33:11.837852"], ["updated_at", "2020-11-17 21:33:11.837852"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:33:11.839167"], ["updated_at", "2020-11-17 21:33:11.839167"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:33:11.840577"], ["updated_at", "2020-11-17 21:33:11.840577"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-17 21:33:11.842455"], ["updated_at", "2020-11-17 21:33:11.842455"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-17 21:33:11.844183"], ["updated_at", "2020-11-17 21:33:11.844183"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-17 21:33:11.845890"], ["updated_at", "2020-11-17 21:33:11.845890"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-17 21:33:11.847529"], ["updated_at", "2020-11-17 21:33:11.847529"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-17 21:33:11.849168"], ["updated_at", "2020-11-17 21:33:11.849168"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-17 21:33:11.850495"], ["updated_at", "2020-11-17 21:33:11.850495"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-17 21:33:11.851698"], ["updated_at", "2020-11-17 21:33:11.851698"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-17 21:33:11.852836"], ["updated_at", "2020-11-17 21:33:11.852836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-17 21:33:11.853958"], ["updated_at", "2020-11-17 21:33:11.853958"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-17 21:33:11.855079"], ["updated_at", "2020-11-17 21:33:11.855079"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.856344"], ["updated_at", "2020-11-17 21:33:11.856344"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.857485"], ["updated_at", "2020-11-17 21:33:11.857485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.858559"], ["updated_at", "2020-11-17 21:33:11.858559"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.859635"], ["updated_at", "2020-11-17 21:33:11.859635"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.860730"], ["updated_at", "2020-11-17 21:33:11.860730"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:33:11.867507"], ["updated_at", "2020-11-17 21:33:11.867507"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:33:11.868695"], ["updated_at", "2020-11-17 21:33:11.868695"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:33:11.869779"], ["updated_at", "2020-11-17 21:33:11.869779"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:33:11.870855"], ["updated_at", "2020-11-17 21:33:11.870855"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-17 21:33:11.871906"], ["updated_at", "2020-11-17 21:33:11.871906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.872595"], ["updated_at", "2020-11-17 21:33:11.872595"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.873231"], ["updated_at", "2020-11-17 21:33:11.873231"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.873832"], ["updated_at", "2020-11-17 21:33:11.873832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.874441"], ["updated_at", "2020-11-17 21:33:11.874441"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.875032"], ["updated_at", "2020-11-17 21:33:11.875032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.875666"], ["updated_at", "2020-11-17 21:33:11.875666"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.876314"], ["updated_at", "2020-11-17 21:33:11.876314"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.876927"], ["updated_at", "2020-11-17 21:33:11.876927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.877548"], ["updated_at", "2020-11-17 21:33:11.877548"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.878187"], ["updated_at", "2020-11-17 21:33:11.878187"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 10.6973291364773], ["string", "Cum omnis dicta."], ["date", "2021-04-04"], ["time", "2000-01-01 20:01:42.046693"], ["datetime", "2020-11-16 23:40:46.161726"], ["created_at", "2020-11-17 21:33:11.879359"], ["updated_at", "2020-11-17 21:33:11.879359"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 35], ["decimal", 28.3055487979025], ["string", "Quam eius natus ab."], ["date", "2022-10-16"], ["time", "2000-01-01 16:13:31.093655"], ["datetime", "2020-11-17 05:22:21.218165"], ["created_at", "2020-11-17 21:33:11.880725"], ["updated_at", "2020-11-17 21:33:11.880725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 22.0797092480568], ["string", "Vel minima officia."], ["date", "2021-05-26"], ["time", "2000-01-01 07:23:13.838188"], ["datetime", "2020-11-17 03:13:10.747210"], ["created_at", "2020-11-17 21:33:11.882015"], ["updated_at", "2020-11-17 21:33:11.882015"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 4.4554512699553], ["string", "Quis laudantium consequuntur minus."], ["date", "2021-06-09"], ["time", "2000-01-01 08:59:36.697477"], ["datetime", "2020-11-17 13:39:36.354280"], ["created_at", "2020-11-17 21:33:11.883324"], ["updated_at", "2020-11-17 21:33:11.883324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 27], ["decimal", 3.81608521606057], ["string", "Labore molestiae eum."], ["date", "2020-05-16"], ["time", "2000-01-01 10:05:37.576461"], ["datetime", "2020-11-17 13:50:51.351673"], ["created_at", "2020-11-17 21:33:11.884625"], ["updated_at", "2020-11-17 21:33:11.884625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 5.65380701447434], ["string", "Et ducimus optio."], ["created_at", "2020-11-17 21:33:11.885805"], ["updated_at", "2020-11-17 21:33:11.885805"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1020], ["decimal", 8.39398191549422], ["string", "Minima sed esse ipsam."], ["created_at", "2020-11-17 21:33:11.886760"], ["updated_at", "2020-11-17 21:33:11.886760"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 15.6627921027341], ["string", "Et velit autem."], ["created_at", "2020-11-17 21:33:11.887673"], ["updated_at", "2020-11-17 21:33:11.887673"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 2.1518553245265], ["string", "Quasi temporibus consequatur hic."], ["created_at", "2020-11-17 21:33:11.888592"], ["updated_at", "2020-11-17 21:33:11.888592"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 31.8648576205468], ["string", "Nemo quo aut."], ["created_at", "2020-11-17 21:33:11.889505"], ["updated_at", "2020-11-17 21:33:11.889505"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:33:11.890802"], ["updated_at", "2020-11-17 21:33:11.890802"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:33:11.891957"], ["updated_at", "2020-11-17 21:33:11.891957"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:33:11.893049"], ["updated_at", "2020-11-17 21:33:11.893049"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-17 21:33:11.894129"], ["updated_at", "2020-11-17 21:33:11.894129"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-17 21:33:11.895213"], ["updated_at", "2020-11-17 21:33:11.895213"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-17 21:33:11.896752"], ["updated_at", "2020-11-17 21:33:11.896752"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-17 21:33:11.898301"], ["updated_at", "2020-11-17 21:33:11.898301"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 4], ["created_at", "2020-11-17 21:33:11.899786"], ["updated_at", "2020-11-17 21:33:11.899786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 6], ["created_at", "2020-11-17 21:33:11.901274"], ["updated_at", "2020-11-17 21:33:11.901274"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-17 21:33:11.902760"], ["updated_at", "2020-11-17 21:33:11.902760"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-17 21:33:11.903914"], ["updated_at", "2020-11-17 21:33:11.903914"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-17 21:33:11.905091"], ["updated_at", "2020-11-17 21:33:11.905091"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-17 21:33:11.906262"], ["updated_at", "2020-11-17 21:33:11.906262"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-17 21:33:11.907473"], ["updated_at", "2020-11-17 21:33:11.907473"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-17 21:33:11.908593"], ["updated_at", "2020-11-17 21:33:11.908593"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:33:11.909734"], ["updated_at", "2020-11-17 21:33:11.909734"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:33:11.910799"], ["updated_at", "2020-11-17 21:33:11.910799"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:33:11.911836"], ["updated_at", "2020-11-17 21:33:11.911836"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:33:11.912891"], ["updated_at", "2020-11-17 21:33:11.912891"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:33:11.913948"], ["updated_at", "2020-11-17 21:33:11.913948"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-17 21:33:11.920573"], ["updated_at", "2020-11-17 21:33:11.920573"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-17 21:33:11.921718"], ["updated_at", "2020-11-17 21:33:11.921718"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:33:11.922783"], ["updated_at", "2020-11-17 21:33:11.922783"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-17 21:33:11.923834"], ["updated_at", "2020-11-17 21:33:11.923834"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-17 21:33:11.924904"], ["updated_at", "2020-11-17 21:33:11.924904"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.925605"], ["updated_at", "2020-11-17 21:33:11.925605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.926230"], ["updated_at", "2020-11-17 21:33:11.926230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.926821"], ["updated_at", "2020-11-17 21:33:11.926821"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.927412"], ["updated_at", "2020-11-17 21:33:11.927412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.928001"], ["updated_at", "2020-11-17 21:33:11.928001"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.928629"], ["updated_at", "2020-11-17 21:33:11.928629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.929273"], ["updated_at", "2020-11-17 21:33:11.929273"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.929883"], ["updated_at", "2020-11-17 21:33:11.929883"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.930504"], ["updated_at", "2020-11-17 21:33:11.930504"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.931138"], ["updated_at", "2020-11-17 21:33:11.931138"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 2.88609187003783], ["string", "Expedita facilis repudiandae."], ["date", "2019-08-20"], ["time", "2000-01-01 00:19:01.834541"], ["datetime", "2020-11-17 05:44:11.228526"], ["created_at", "2020-11-17 21:33:11.932315"], ["updated_at", "2020-11-17 21:33:11.932315"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 2.88948996082433], ["string", "Facere autem dolores nihil."], ["date", "2022-06-07"], ["time", "2000-01-01 06:00:36.381215"], ["datetime", "2020-11-17 00:39:33.352043"], ["created_at", "2020-11-17 21:33:11.933681"], ["updated_at", "2020-11-17 21:33:11.933681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 34], ["decimal", 28.5059442169609], ["string", "Eveniet blanditiis dolores."], ["date", "2019-03-02"], ["time", "2000-01-01 02:33:32.061410"], ["datetime", "2020-11-17 20:42:29.924375"], ["created_at", "2020-11-17 21:33:11.943798"], ["updated_at", "2020-11-17 21:33:11.943798"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 4.22887523350963], ["string", "In voluptatem et non."], ["date", "2021-10-25"], ["time", "2000-01-01 20:03:24.075471"], ["datetime", "2020-11-16 22:09:14.885013"], ["created_at", "2020-11-17 21:33:11.945849"], ["updated_at", "2020-11-17 21:33:11.945849"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 32], ["decimal", 5.58765952751107], ["string", "Et tempore quis."], ["date", "2020-03-09"], ["time", "2000-01-01 18:15:30.605342"], ["datetime", "2020-11-17 15:43:59.277819"], ["created_at", "2020-11-17 21:33:11.947431"], ["updated_at", "2020-11-17 21:33:11.947431"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 2.71014028747166], ["string", "Iusto possimus consectetur."], ["created_at", "2020-11-17 21:33:11.948796"], ["updated_at", "2020-11-17 21:33:11.948796"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 1.56435444900495], ["string", "Possimus non deleniti vel."], ["created_at", "2020-11-17 21:33:11.949914"], ["updated_at", "2020-11-17 21:33:11.949914"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 0.806787497593263], ["string", "Aliquid voluptatem recusandae."], ["created_at", "2020-11-17 21:33:11.950994"], ["updated_at", "2020-11-17 21:33:11.950994"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1020], ["decimal", 22.3660959073531], ["string", "Et dolorum laudantium at."], ["created_at", "2020-11-17 21:33:11.952090"], ["updated_at", "2020-11-17 21:33:11.952090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 20.2424321277958], ["string", "Beatae eveniet nam."], ["created_at", "2020-11-17 21:33:11.953167"], ["updated_at", "2020-11-17 21:33:11.953167"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-17 21:33:11.954764"], ["updated_at", "2020-11-17 21:33:11.954764"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:33:11.956225"], ["updated_at", "2020-11-17 21:33:11.956225"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-17 21:33:11.957578"], ["updated_at", "2020-11-17 21:33:11.957578"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-17 21:33:11.958843"], ["updated_at", "2020-11-17 21:33:11.958843"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-17 21:33:11.960077"], ["updated_at", "2020-11-17 21:33:11.960077"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 2], ["created_at", "2020-11-17 21:33:11.961858"], ["updated_at", "2020-11-17 21:33:11.961858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 1], ["created_at", "2020-11-17 21:33:11.963626"], ["updated_at", "2020-11-17 21:33:11.963626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 11], ["created_at", "2020-11-17 21:33:11.965350"], ["updated_at", "2020-11-17 21:33:11.965350"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-17 21:33:11.967020"], ["updated_at", "2020-11-17 21:33:11.967020"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 12], ["created_at", "2020-11-17 21:33:11.968663"], ["updated_at", "2020-11-17 21:33:11.968663"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-17 21:33:11.969948"], ["updated_at", "2020-11-17 21:33:11.969948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-17 21:33:11.971135"], ["updated_at", "2020-11-17 21:33:11.971135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-17 21:33:11.972324"], ["updated_at", "2020-11-17 21:33:11.972324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 21:33:11.973473"], ["updated_at", "2020-11-17 21:33:11.973473"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-17 21:33:11.974591"], ["updated_at", "2020-11-17 21:33:11.974591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:33:11.975779"], ["updated_at", "2020-11-17 21:33:11.975779"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:33:11.976889"], ["updated_at", "2020-11-17 21:33:11.976889"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:33:11.977963"], ["updated_at", "2020-11-17 21:33:11.977963"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:33:11.979043"], ["updated_at", "2020-11-17 21:33:11.979043"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-17 21:33:11.980121"], ["updated_at", "2020-11-17 21:33:11.980121"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:33:11.987077"], ["updated_at", "2020-11-17 21:33:11.987077"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-17 21:33:11.988253"], ["updated_at", "2020-11-17 21:33:11.988253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-17 21:33:11.989347"], ["updated_at", "2020-11-17 21:33:11.989347"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-17 21:33:11.990433"], ["updated_at", "2020-11-17 21:33:11.990433"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-17 21:33:11.991503"], ["updated_at", "2020-11-17 21:33:11.991503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.992198"], ["updated_at", "2020-11-17 21:33:11.992198"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.992829"], ["updated_at", "2020-11-17 21:33:11.992829"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.993439"], ["updated_at", "2020-11-17 21:33:11.993439"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.994042"], ["updated_at", "2020-11-17 21:33:11.994042"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-17 21:33:11.994642"], ["updated_at", "2020-11-17 21:33:11.994642"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.995297"], ["updated_at", "2020-11-17 21:33:11.995297"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.995948"], ["updated_at", "2020-11-17 21:33:11.995948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.996568"], ["updated_at", "2020-11-17 21:33:11.996568"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.997191"], ["updated_at", "2020-11-17 21:33:11.997191"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-17 21:33:11.997811"], ["updated_at", "2020-11-17 21:33:11.997811"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.8ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.1ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.8ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.9ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.5ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 1.01258277908374], ["string", "Commodi esse nulla."], ["date", "2021-02-20"], ["time", "2000-01-01 18:07:39.627414"], ["datetime", "2020-11-18 02:40:58.835348"], ["created_at", "2020-11-18 09:05:03.083458"], ["updated_at", "2020-11-18 09:05:03.083458"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 24], ["decimal", 7.8614479711978], ["string", "Similique veritatis aut molestias."], ["date", "2021-05-22"], ["time", "2000-01-01 03:10:27.354078"], ["datetime", "2020-11-17 18:37:29.417926"], ["created_at", "2020-11-18 09:05:03.085525"], ["updated_at", "2020-11-18 09:05:03.085525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 1.80876761081278], ["string", "Et asperiores ea."], ["date", "2022-10-11"], ["time", "2000-01-01 01:04:17.243370"], ["datetime", "2020-11-17 09:23:04.186392"], ["created_at", "2020-11-18 09:05:03.087046"], ["updated_at", "2020-11-18 09:05:03.087046"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 35.1720948572023], ["string", "Eveniet nobis dolor asperiores."], ["date", "2020-12-09"], ["time", "2000-01-01 05:10:13.273946"], ["datetime", "2020-11-18 05:24:19.461015"], ["created_at", "2020-11-18 09:05:03.088535"], ["updated_at", "2020-11-18 09:05:03.088535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 0.723822504949052], ["string", "Est molestias sed."], ["date", "2019-03-15"], ["time", "2000-01-01 03:05:35.122527"], ["datetime", "2020-11-18 06:11:08.954705"], ["created_at", "2020-11-18 09:05:03.089994"], ["updated_at", "2020-11-18 09:05:03.089994"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1020], ["decimal", 6.98256668660324], ["string", "Neque iure id."], ["created_at", "2020-11-18 09:05:03.096241"], ["updated_at", "2020-11-18 09:05:03.096241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 30.313423763846], ["string", "Esse quia laboriosam consectetur."], ["created_at", "2020-11-18 09:05:03.097359"], ["updated_at", "2020-11-18 09:05:03.097359"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1037], ["decimal", 10.4731990068269], ["string", "Dolorem maxime voluptas."], ["created_at", "2020-11-18 09:05:03.098371"], ["updated_at", "2020-11-18 09:05:03.098371"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 17.2585276840885], ["string", "Dolore at sed fugit."], ["created_at", "2020-11-18 09:05:03.099322"], ["updated_at", "2020-11-18 09:05:03.099322"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 0.259392808370536], ["string", "Ipsa debitis ipsam."], ["created_at", "2020-11-18 09:05:03.100280"], ["updated_at", "2020-11-18 09:05:03.100280"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 09:05:03.106400"], ["updated_at", "2020-11-18 09:05:03.106400"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 09:05:03.107647"], ["updated_at", "2020-11-18 09:05:03.107647"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 09:05:03.108718"], ["updated_at", "2020-11-18 09:05:03.108718"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 09:05:03.109765"], ["updated_at", "2020-11-18 09:05:03.109765"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 09:05:03.110824"], ["updated_at", "2020-11-18 09:05:03.110824"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-18 09:05:03.115915"], ["updated_at", "2020-11-18 09:05:03.115915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-18 09:05:03.117438"], ["updated_at", "2020-11-18 09:05:03.117438"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-18 09:05:03.118864"], ["updated_at", "2020-11-18 09:05:03.118864"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-18 09:05:03.120305"], ["updated_at", "2020-11-18 09:05:03.120305"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-18 09:05:03.121802"], ["updated_at", "2020-11-18 09:05:03.121802"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 09:05:03.126454"], ["updated_at", "2020-11-18 09:05:03.126454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 09:05:03.127693"], ["updated_at", "2020-11-18 09:05:03.127693"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 09:05:03.128805"], ["updated_at", "2020-11-18 09:05:03.128805"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 09:05:03.129882"], ["updated_at", "2020-11-18 09:05:03.129882"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 09:05:03.130942"], ["updated_at", "2020-11-18 09:05:03.130942"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.135229"], ["updated_at", "2020-11-18 09:05:03.135229"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.136360"], ["updated_at", "2020-11-18 09:05:03.136360"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.137404"], ["updated_at", "2020-11-18 09:05:03.137404"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.138449"], ["updated_at", "2020-11-18 09:05:03.138449"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.139484"], ["updated_at", "2020-11-18 09:05:03.139484"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 09:05:03.152088"], ["updated_at", "2020-11-18 09:05:03.152088"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 09:05:03.153234"], ["updated_at", "2020-11-18 09:05:03.153234"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 09:05:03.154269"], ["updated_at", "2020-11-18 09:05:03.154269"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 09:05:03.155323"], ["updated_at", "2020-11-18 09:05:03.155323"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 09:05:03.156363"], ["updated_at", "2020-11-18 09:05:03.156363"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.159507"], ["updated_at", "2020-11-18 09:05:03.159507"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.160188"], ["updated_at", "2020-11-18 09:05:03.160188"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.160779"], ["updated_at", "2020-11-18 09:05:03.160779"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.161363"], ["updated_at", "2020-11-18 09:05:03.161363"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.161942"], ["updated_at", "2020-11-18 09:05:03.161942"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.164566"], ["updated_at", "2020-11-18 09:05:03.164566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.165233"], ["updated_at", "2020-11-18 09:05:03.165233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.165837"], ["updated_at", "2020-11-18 09:05:03.165837"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.166437"], ["updated_at", "2020-11-18 09:05:03.166437"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.167043"], ["updated_at", "2020-11-18 09:05:03.167043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 9.94310880937371], ["string", "Velit quae earum."], ["date", "2022-01-04"], ["time", "2000-01-01 03:24:32.131478"], ["datetime", "2020-11-17 09:31:08.394651"], ["created_at", "2020-11-18 09:05:03.168231"], ["updated_at", "2020-11-18 09:05:03.168231"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 28.1495461718136], ["string", "Quam est voluptatem tenetur."], ["date", "2020-05-28"], ["time", "2000-01-01 20:36:05.616808"], ["datetime", "2020-11-17 17:16:16.098395"], ["created_at", "2020-11-18 09:05:03.169579"], ["updated_at", "2020-11-18 09:05:03.169579"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 4.10881840979905], ["string", "Ut explicabo maxime."], ["date", "2019-10-29"], ["time", "2000-01-01 08:11:45.130445"], ["datetime", "2020-11-17 17:38:32.863171"], ["created_at", "2020-11-18 09:05:03.170861"], ["updated_at", "2020-11-18 09:05:03.170861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 7.85024000124282], ["string", "Occaecati ad alias deleniti."], ["date", "2021-12-30"], ["time", "2000-01-01 00:31:06.721897"], ["datetime", "2020-11-17 21:02:07.703048"], ["created_at", "2020-11-18 09:05:03.172138"], ["updated_at", "2020-11-18 09:05:03.172138"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 39], ["decimal", 14.8397742298073], ["string", "Aliquam occaecati enim."], ["date", "2021-12-23"], ["time", "2000-01-01 08:27:30.833596"], ["datetime", "2020-11-17 13:53:50.449126"], ["created_at", "2020-11-18 09:05:03.173394"], ["updated_at", "2020-11-18 09:05:03.173394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1037], ["decimal", 24.0397306111529], ["string", "Aut voluptas consequatur."], ["created_at", "2020-11-18 09:05:03.174538"], ["updated_at", "2020-11-18 09:05:03.174538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1029], ["decimal", 8.85882925316753], ["string", "Sit architecto earum quo."], ["created_at", "2020-11-18 09:05:03.175469"], ["updated_at", "2020-11-18 09:05:03.175469"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 12.3786924640582], ["string", "Sed harum numquam."], ["created_at", "2020-11-18 09:05:03.176392"], ["updated_at", "2020-11-18 09:05:03.176392"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 16.8874483605071], ["string", "Ipsa corrupti omnis recusandae."], ["created_at", "2020-11-18 09:05:03.177290"], ["updated_at", "2020-11-18 09:05:03.177290"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 3.224390279162], ["string", "Dignissimos sit cupiditate."], ["created_at", "2020-11-18 09:05:03.178171"], ["updated_at", "2020-11-18 09:05:03.178171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 09:05:03.179430"], ["updated_at", "2020-11-18 09:05:03.179430"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 09:05:03.180533"], ["updated_at", "2020-11-18 09:05:03.180533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 09:05:03.181572"], ["updated_at", "2020-11-18 09:05:03.181572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 09:05:03.182618"], ["updated_at", "2020-11-18 09:05:03.182618"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 09:05:03.183653"], ["updated_at", "2020-11-18 09:05:03.183653"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-18 09:05:03.185159"], ["updated_at", "2020-11-18 09:05:03.185159"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 1], ["created_at", "2020-11-18 09:05:03.186615"], ["updated_at", "2020-11-18 09:05:03.186615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 10], ["created_at", "2020-11-18 09:05:03.188048"], ["updated_at", "2020-11-18 09:05:03.188048"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-18 09:05:03.189468"], ["updated_at", "2020-11-18 09:05:03.189468"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-18 09:05:03.190906"], ["updated_at", "2020-11-18 09:05:03.190906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 09:05:03.192030"], ["updated_at", "2020-11-18 09:05:03.192030"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 09:05:03.193120"], ["updated_at", "2020-11-18 09:05:03.193120"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 09:05:03.194169"], ["updated_at", "2020-11-18 09:05:03.194169"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-18 09:05:03.195221"], ["updated_at", "2020-11-18 09:05:03.195221"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-18 09:05:03.196277"], ["updated_at", "2020-11-18 09:05:03.196277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 09:05:03.197590"], ["updated_at", "2020-11-18 09:05:03.197590"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 09:05:03.198642"], ["updated_at", "2020-11-18 09:05:03.198642"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 09:05:03.199648"], ["updated_at", "2020-11-18 09:05:03.199648"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 09:05:03.200673"], ["updated_at", "2020-11-18 09:05:03.200673"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 09:05:03.201682"], ["updated_at", "2020-11-18 09:05:03.201682"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 09:05:03.208106"], ["updated_at", "2020-11-18 09:05:03.208106"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 09:05:03.209206"], ["updated_at", "2020-11-18 09:05:03.209206"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 09:05:03.210241"], ["updated_at", "2020-11-18 09:05:03.210241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 09:05:03.211265"], ["updated_at", "2020-11-18 09:05:03.211265"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 09:05:03.212294"], ["updated_at", "2020-11-18 09:05:03.212294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.212958"], ["updated_at", "2020-11-18 09:05:03.212958"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.213569"], ["updated_at", "2020-11-18 09:05:03.213569"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.214153"], ["updated_at", "2020-11-18 09:05:03.214153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.214747"], ["updated_at", "2020-11-18 09:05:03.214747"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.215328"], ["updated_at", "2020-11-18 09:05:03.215328"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.215951"], ["updated_at", "2020-11-18 09:05:03.215951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.216576"], ["updated_at", "2020-11-18 09:05:03.216576"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.217177"], ["updated_at", "2020-11-18 09:05:03.217177"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.217782"], ["updated_at", "2020-11-18 09:05:03.217782"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.218393"], ["updated_at", "2020-11-18 09:05:03.218393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 8.45790779113632], ["string", "Aut voluptate qui."], ["date", "2019-04-17"], ["time", "2000-01-01 07:11:19.897814"], ["datetime", "2020-11-17 18:02:42.247599"], ["created_at", "2020-11-18 09:05:03.219503"], ["updated_at", "2020-11-18 09:05:03.219503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 10.7086710782456], ["string", "Eum maxime deserunt sit."], ["date", "2021-09-06"], ["time", "2000-01-01 04:24:06.324140"], ["datetime", "2020-11-18 05:19:15.317984"], ["created_at", "2020-11-18 09:05:03.220880"], ["updated_at", "2020-11-18 09:05:03.220880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 12.9421498831116], ["string", "Debitis distinctio et."], ["date", "2021-06-17"], ["time", "2000-01-01 08:51:40.601701"], ["datetime", "2020-11-17 11:34:00.756737"], ["created_at", "2020-11-18 09:05:03.222152"], ["updated_at", "2020-11-18 09:05:03.222152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 21], ["decimal", 3.25525182439585], ["string", "Aspernatur sunt magnam tempora."], ["date", "2020-09-17"], ["time", "2000-01-01 07:32:39.361078"], ["datetime", "2020-11-17 12:00:36.239061"], ["created_at", "2020-11-18 09:05:03.223406"], ["updated_at", "2020-11-18 09:05:03.223406"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 22], ["decimal", 0.854241220725747], ["string", "Nostrum corporis occaecati."], ["date", "2022-02-24"], ["time", "2000-01-01 09:32:45.894890"], ["datetime", "2020-11-18 05:50:15.484097"], ["created_at", "2020-11-18 09:05:03.224666"], ["updated_at", "2020-11-18 09:05:03.224666"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 28.7993482615692], ["string", "Reprehenderit est eos."], ["created_at", "2020-11-18 09:05:03.225795"], ["updated_at", "2020-11-18 09:05:03.225795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 14.0334637930091], ["string", "Ut nam expedita hic."], ["created_at", "2020-11-18 09:05:03.226724"], ["updated_at", "2020-11-18 09:05:03.226724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 1.78701603459379], ["string", "Error officiis mollitia."], ["created_at", "2020-11-18 09:05:03.227629"], ["updated_at", "2020-11-18 09:05:03.227629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 6.62921967556008], ["string", "Sequi amet dolore debitis."], ["created_at", "2020-11-18 09:05:03.229052"], ["updated_at", "2020-11-18 09:05:03.229052"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 0.949378841645621], ["string", "Sed earum ut."], ["created_at", "2020-11-18 09:05:03.231425"], ["updated_at", "2020-11-18 09:05:03.231425"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 09:05:03.234217"], ["updated_at", "2020-11-18 09:05:03.234217"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-18 09:05:03.236683"], ["updated_at", "2020-11-18 09:05:03.236683"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 09:05:03.238971"], ["updated_at", "2020-11-18 09:05:03.238971"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-18 09:05:03.241364"], ["updated_at", "2020-11-18 09:05:03.241364"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 09:05:03.243719"], ["updated_at", "2020-11-18 09:05:03.243719"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 13], ["created_at", "2020-11-18 09:05:03.246998"], ["updated_at", "2020-11-18 09:05:03.246998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 12], ["created_at", "2020-11-18 09:05:03.249465"], ["updated_at", "2020-11-18 09:05:03.249465"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (9.2ms) SAVEPOINT active_record_2 Delta Create (1.4ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-18 09:05:03.252471"], ["updated_at", "2020-11-18 09:05:03.252471"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 11], ["created_at", "2020-11-18 09:05:03.265212"], ["updated_at", "2020-11-18 09:05:03.265212"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 10], ["created_at", "2020-11-18 09:05:03.266983"], ["updated_at", "2020-11-18 09:05:03.266983"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 15], ["created_at", "2020-11-18 09:05:03.268387"], ["updated_at", "2020-11-18 09:05:03.268387"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 15], ["created_at", "2020-11-18 09:05:03.269694"], ["updated_at", "2020-11-18 09:05:03.269694"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-18 09:05:03.270966"], ["updated_at", "2020-11-18 09:05:03.270966"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 11], ["created_at", "2020-11-18 09:05:03.272227"], ["updated_at", "2020-11-18 09:05:03.272227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 09:05:03.273486"], ["updated_at", "2020-11-18 09:05:03.273486"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 09:05:03.274809"], ["updated_at", "2020-11-18 09:05:03.274809"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 09:05:03.276018"], ["updated_at", "2020-11-18 09:05:03.276018"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 09:05:03.277217"], ["updated_at", "2020-11-18 09:05:03.277217"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 09:05:03.278413"], ["updated_at", "2020-11-18 09:05:03.278413"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 09:05:03.279577"], ["updated_at", "2020-11-18 09:05:03.279577"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-18 09:05:03.286530"], ["updated_at", "2020-11-18 09:05:03.286530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 09:05:03.287666"], ["updated_at", "2020-11-18 09:05:03.287666"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 09:05:03.288760"], ["updated_at", "2020-11-18 09:05:03.288760"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 09:05:03.289824"], ["updated_at", "2020-11-18 09:05:03.289824"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 09:05:03.290876"], ["updated_at", "2020-11-18 09:05:03.290876"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.291558"], ["updated_at", "2020-11-18 09:05:03.291558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.292198"], ["updated_at", "2020-11-18 09:05:03.292198"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.292792"], ["updated_at", "2020-11-18 09:05:03.292792"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.293397"], ["updated_at", "2020-11-18 09:05:03.293397"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.294010"], ["updated_at", "2020-11-18 09:05:03.294010"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.294639"], ["updated_at", "2020-11-18 09:05:03.294639"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.295279"], ["updated_at", "2020-11-18 09:05:03.295279"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.295908"], ["updated_at", "2020-11-18 09:05:03.295908"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.296526"], ["updated_at", "2020-11-18 09:05:03.296526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.297143"], ["updated_at", "2020-11-18 09:05:03.297143"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 11.2208330563073], ["string", "Praesentium enim fugiat."], ["date", "2019-12-11"], ["time", "2000-01-01 13:50:40.228169"], ["datetime", "2020-11-18 07:12:06.748061"], ["created_at", "2020-11-18 09:05:03.303346"], ["updated_at", "2020-11-18 09:05:03.303346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 20.0216560835174], ["string", "Aliquid corporis nihil accusantium."], ["date", "2022-10-28"], ["time", "2000-01-01 13:52:16.435632"], ["datetime", "2020-11-17 22:42:07.675425"], ["created_at", "2020-11-18 09:05:03.305399"], ["updated_at", "2020-11-18 09:05:03.305399"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 10.588423672058], ["string", "Cupiditate sunt enim."], ["date", "2020-06-21"], ["time", "2000-01-01 07:56:08.410615"], ["datetime", "2020-11-18 06:59:41.867783"], ["created_at", "2020-11-18 09:05:03.307820"], ["updated_at", "2020-11-18 09:05:03.307820"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 7.58039485054994], ["string", "Neque voluptatem similique veniam."], ["date", "2022-05-10"], ["time", "2000-01-01 06:58:40.043111"], ["datetime", "2020-11-18 07:54:51.954360"], ["created_at", "2020-11-18 09:05:03.309414"], ["updated_at", "2020-11-18 09:05:03.309414"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 23.0214944789285], ["string", "Aut deleniti voluptates."], ["date", "2022-06-07"], ["time", "2000-01-01 17:59:31.199487"], ["datetime", "2020-11-18 08:05:50.582916"], ["created_at", "2020-11-18 09:05:03.310826"], ["updated_at", "2020-11-18 09:05:03.310826"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1025], ["decimal", 9.49249588167183], ["string", "Molestiae eum quae."], ["created_at", "2020-11-18 09:05:03.312350"], ["updated_at", "2020-11-18 09:05:03.312350"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 12.0466121214983], ["string", "Odit mollitia error ullam."], ["created_at", "2020-11-18 09:05:03.313584"], ["updated_at", "2020-11-18 09:05:03.313584"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 5.30220288581298], ["string", "Et pariatur incidunt."], ["created_at", "2020-11-18 09:05:03.314987"], ["updated_at", "2020-11-18 09:05:03.314987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 8.20403961484409], ["string", "Quia esse repellendus eius."], ["created_at", "2020-11-18 09:05:03.316212"], ["updated_at", "2020-11-18 09:05:03.316212"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 1.84558582485855], ["string", "Esse doloremque cum."], ["created_at", "2020-11-18 09:05:03.317324"], ["updated_at", "2020-11-18 09:05:03.317324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 09:05:03.319040"], ["updated_at", "2020-11-18 09:05:03.319040"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 09:05:03.321109"], ["updated_at", "2020-11-18 09:05:03.321109"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 09:05:03.322910"], ["updated_at", "2020-11-18 09:05:03.322910"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 09:05:03.324299"], ["updated_at", "2020-11-18 09:05:03.324299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 09:05:03.325533"], ["updated_at", "2020-11-18 09:05:03.325533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-18 09:05:03.327330"], ["updated_at", "2020-11-18 09:05:03.327330"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-18 09:05:03.329143"], ["updated_at", "2020-11-18 09:05:03.329143"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-18 09:05:03.330912"], ["updated_at", "2020-11-18 09:05:03.330912"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-18 09:05:03.332679"], ["updated_at", "2020-11-18 09:05:03.332679"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-18 09:05:03.334322"], ["updated_at", "2020-11-18 09:05:03.334322"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 09:05:03.335616"], ["updated_at", "2020-11-18 09:05:03.335616"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 09:05:03.336874"], ["updated_at", "2020-11-18 09:05:03.336874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 09:05:03.338091"], ["updated_at", "2020-11-18 09:05:03.338091"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 09:05:03.339264"], ["updated_at", "2020-11-18 09:05:03.339264"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 09:05:03.340381"], ["updated_at", "2020-11-18 09:05:03.340381"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.341692"], ["updated_at", "2020-11-18 09:05:03.341692"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.342839"], ["updated_at", "2020-11-18 09:05:03.342839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.343951"], ["updated_at", "2020-11-18 09:05:03.343951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.345043"], ["updated_at", "2020-11-18 09:05:03.345043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.346123"], ["updated_at", "2020-11-18 09:05:03.346123"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 09:05:03.352704"], ["updated_at", "2020-11-18 09:05:03.352704"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 09:05:03.353815"], ["updated_at", "2020-11-18 09:05:03.353815"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 09:05:03.354871"], ["updated_at", "2020-11-18 09:05:03.354871"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 09:05:03.355906"], ["updated_at", "2020-11-18 09:05:03.355906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 09:05:03.356950"], ["updated_at", "2020-11-18 09:05:03.356950"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.357631"], ["updated_at", "2020-11-18 09:05:03.357631"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.358255"], ["updated_at", "2020-11-18 09:05:03.358255"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.358847"], ["updated_at", "2020-11-18 09:05:03.358847"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.359432"], ["updated_at", "2020-11-18 09:05:03.359432"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.360035"], ["updated_at", "2020-11-18 09:05:03.360035"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.360657"], ["updated_at", "2020-11-18 09:05:03.360657"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.361299"], ["updated_at", "2020-11-18 09:05:03.361299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.361912"], ["updated_at", "2020-11-18 09:05:03.361912"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.362522"], ["updated_at", "2020-11-18 09:05:03.362522"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.363133"], ["updated_at", "2020-11-18 09:05:03.363133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["decimal", 5.83395571376696], ["string", "Facilis cum nihil."], ["date", "2019-02-02"], ["time", "2000-01-01 12:53:05.035476"], ["datetime", "2020-11-17 10:47:39.764129"], ["created_at", "2020-11-18 09:05:03.364272"], ["updated_at", "2020-11-18 09:05:03.364272"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 21], ["decimal", 15.7846104372048], ["string", "Voluptate natus occaecati placeat."], ["date", "2022-03-29"], ["time", "2000-01-01 11:37:24.771459"], ["datetime", "2020-11-17 12:14:19.174070"], ["created_at", "2020-11-18 09:05:03.365618"], ["updated_at", "2020-11-18 09:05:03.365618"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 16.0522711318131], ["string", "Sint et provident."], ["date", "2021-07-13"], ["time", "2000-01-01 17:26:50.839155"], ["datetime", "2020-11-17 19:53:53.256638"], ["created_at", "2020-11-18 09:05:03.366888"], ["updated_at", "2020-11-18 09:05:03.366888"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 7.75189360606357], ["string", "Dolores culpa quod sed."], ["date", "2021-01-19"], ["time", "2000-01-01 04:46:42.130174"], ["datetime", "2020-11-17 13:19:15.353695"], ["created_at", "2020-11-18 09:05:03.368168"], ["updated_at", "2020-11-18 09:05:03.368168"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 38], ["decimal", 23.435779537952], ["string", "Sequi sint delectus."], ["date", "2022-10-13"], ["time", "2000-01-01 21:34:35.465906"], ["datetime", "2020-11-17 20:38:48.217501"], ["created_at", "2020-11-18 09:05:03.369446"], ["updated_at", "2020-11-18 09:05:03.369446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1037], ["decimal", 9.6603807100708], ["string", "Sit soluta ut."], ["created_at", "2020-11-18 09:05:03.370582"], ["updated_at", "2020-11-18 09:05:03.370582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 0.892945091327565], ["string", "Itaque vel similique assumenda."], ["created_at", "2020-11-18 09:05:03.371521"], ["updated_at", "2020-11-18 09:05:03.371521"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 3.68272717100284], ["string", "Quam nostrum odio."], ["created_at", "2020-11-18 09:05:03.372434"], ["updated_at", "2020-11-18 09:05:03.372434"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 14.4459234459136], ["string", "Dolor quae sed incidunt."], ["created_at", "2020-11-18 09:05:03.373357"], ["updated_at", "2020-11-18 09:05:03.373357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 7.17645547913645], ["string", "Animi laborum ipsum."], ["created_at", "2020-11-18 09:05:03.374266"], ["updated_at", "2020-11-18 09:05:03.374266"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 09:05:03.375533"], ["updated_at", "2020-11-18 09:05:03.375533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 09:05:03.376662"], ["updated_at", "2020-11-18 09:05:03.376662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 09:05:03.377730"], ["updated_at", "2020-11-18 09:05:03.377730"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 09:05:03.378794"], ["updated_at", "2020-11-18 09:05:03.378794"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 09:05:03.379873"], ["updated_at", "2020-11-18 09:05:03.379873"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-18 09:05:03.381382"], ["updated_at", "2020-11-18 09:05:03.381382"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 10], ["created_at", "2020-11-18 09:05:03.382861"], ["updated_at", "2020-11-18 09:05:03.382861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 6], ["created_at", "2020-11-18 09:05:03.384320"], ["updated_at", "2020-11-18 09:05:03.384320"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-18 09:05:03.385774"], ["updated_at", "2020-11-18 09:05:03.385774"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 9], ["created_at", "2020-11-18 09:05:03.387264"], ["updated_at", "2020-11-18 09:05:03.387264"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 09:05:03.388444"], ["updated_at", "2020-11-18 09:05:03.388444"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 09:05:03.389540"], ["updated_at", "2020-11-18 09:05:03.389540"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-18 09:05:03.390600"], ["updated_at", "2020-11-18 09:05:03.390600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 09:05:03.391678"], ["updated_at", "2020-11-18 09:05:03.391678"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 09:05:03.392767"], ["updated_at", "2020-11-18 09:05:03.392767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 09:05:03.393869"], ["updated_at", "2020-11-18 09:05:03.393869"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 09:05:03.394914"], ["updated_at", "2020-11-18 09:05:03.394914"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 09:05:03.395933"], ["updated_at", "2020-11-18 09:05:03.395933"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 09:05:03.396943"], ["updated_at", "2020-11-18 09:05:03.396943"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 09:05:03.397955"], ["updated_at", "2020-11-18 09:05:03.397955"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 09:05:03.404433"], ["updated_at", "2020-11-18 09:05:03.404433"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 09:05:03.405526"], ["updated_at", "2020-11-18 09:05:03.405526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 09:05:03.406555"], ["updated_at", "2020-11-18 09:05:03.406555"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.5ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 09:05:03.407576"], ["updated_at", "2020-11-18 09:05:03.407576"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 09:05:03.409124"], ["updated_at", "2020-11-18 09:05:03.409124"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.409806"], ["updated_at", "2020-11-18 09:05:03.409806"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.410428"], ["updated_at", "2020-11-18 09:05:03.410428"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.411018"], ["updated_at", "2020-11-18 09:05:03.411018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.411602"], ["updated_at", "2020-11-18 09:05:03.411602"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.412194"], ["updated_at", "2020-11-18 09:05:03.412194"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.412813"], ["updated_at", "2020-11-18 09:05:03.412813"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.413439"], ["updated_at", "2020-11-18 09:05:03.413439"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.414047"], ["updated_at", "2020-11-18 09:05:03.414047"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.414653"], ["updated_at", "2020-11-18 09:05:03.414653"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.415259"], ["updated_at", "2020-11-18 09:05:03.415259"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 9.42941992136218], ["string", "Sunt est cumque."], ["date", "2021-02-23"], ["time", "2000-01-01 16:42:38.096590"], ["datetime", "2020-11-18 02:31:03.084460"], ["created_at", "2020-11-18 09:05:03.416408"], ["updated_at", "2020-11-18 09:05:03.416408"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 13.3466260879322], ["string", "Est hic cumque voluptatem."], ["date", "2022-04-28"], ["time", "2000-01-01 04:18:15.383767"], ["datetime", "2020-11-17 19:44:47.979994"], ["created_at", "2020-11-18 09:05:03.417739"], ["updated_at", "2020-11-18 09:05:03.417739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 27], ["decimal", 6.18053756039102], ["string", "Et dolor ut."], ["date", "2020-01-12"], ["time", "2000-01-01 05:51:34.700990"], ["datetime", "2020-11-18 00:24:12.080098"], ["created_at", "2020-11-18 09:05:03.418993"], ["updated_at", "2020-11-18 09:05:03.418993"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 3.6869921610452], ["string", "Quis sequi beatae asperiores."], ["date", "2020-06-03"], ["time", "2000-01-01 12:52:29.536146"], ["datetime", "2020-11-17 22:46:02.760332"], ["created_at", "2020-11-18 09:05:03.420250"], ["updated_at", "2020-11-18 09:05:03.420250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 16.8903009798289], ["string", "Sed voluptatem amet."], ["date", "2021-04-13"], ["time", "2000-01-01 12:32:53.611852"], ["datetime", "2020-11-17 11:16:57.732903"], ["created_at", "2020-11-18 09:05:03.421512"], ["updated_at", "2020-11-18 09:05:03.421512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 4.86486950022563], ["string", "Quisquam quod sit."], ["created_at", "2020-11-18 09:05:03.422648"], ["updated_at", "2020-11-18 09:05:03.422648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 9.51200391914464], ["string", "Illo commodi et itaque."], ["created_at", "2020-11-18 09:05:03.423567"], ["updated_at", "2020-11-18 09:05:03.423567"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 19.6203474958962], ["string", "Cum in est."], ["created_at", "2020-11-18 09:05:03.424462"], ["updated_at", "2020-11-18 09:05:03.424462"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 0.750781171492368], ["string", "Quis reprehenderit rerum odio."], ["created_at", "2020-11-18 09:05:03.425348"], ["updated_at", "2020-11-18 09:05:03.425348"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1026], ["decimal", 15.8435293733189], ["string", "Nihil nemo aspernatur."], ["created_at", "2020-11-18 09:05:03.426249"], ["updated_at", "2020-11-18 09:05:03.426249"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-18 09:05:03.427485"], ["updated_at", "2020-11-18 09:05:03.427485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 09:05:03.428577"], ["updated_at", "2020-11-18 09:05:03.428577"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 09:05:03.429640"], ["updated_at", "2020-11-18 09:05:03.429640"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 09:05:03.430680"], ["updated_at", "2020-11-18 09:05:03.430680"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 09:05:03.431718"], ["updated_at", "2020-11-18 09:05:03.431718"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 3], ["created_at", "2020-11-18 09:05:03.433239"], ["updated_at", "2020-11-18 09:05:03.433239"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 6], ["created_at", "2020-11-18 09:05:03.434704"], ["updated_at", "2020-11-18 09:05:03.434704"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 10], ["created_at", "2020-11-18 09:05:03.436145"], ["updated_at", "2020-11-18 09:05:03.436145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 1], ["created_at", "2020-11-18 09:05:03.437584"], ["updated_at", "2020-11-18 09:05:03.437584"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 3], ["created_at", "2020-11-18 09:05:03.439017"], ["updated_at", "2020-11-18 09:05:03.439017"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 09:05:03.440148"], ["updated_at", "2020-11-18 09:05:03.440148"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-18 09:05:03.441242"], ["updated_at", "2020-11-18 09:05:03.441242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 09:05:03.442301"], ["updated_at", "2020-11-18 09:05:03.442301"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-18 09:05:03.443389"], ["updated_at", "2020-11-18 09:05:03.443389"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-18 09:05:03.444491"], ["updated_at", "2020-11-18 09:05:03.444491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 09:05:03.445600"], ["updated_at", "2020-11-18 09:05:03.445600"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 09:05:03.446639"], ["updated_at", "2020-11-18 09:05:03.446639"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 09:05:03.447656"], ["updated_at", "2020-11-18 09:05:03.447656"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 09:05:03.448687"], ["updated_at", "2020-11-18 09:05:03.448687"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 09:05:03.449720"], ["updated_at", "2020-11-18 09:05:03.449720"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 09:05:03.464832"], ["updated_at", "2020-11-18 09:05:03.464832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-18 09:05:03.466144"], ["updated_at", "2020-11-18 09:05:03.466144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-18 09:05:03.467353"], ["updated_at", "2020-11-18 09:05:03.467353"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 09:05:03.468545"], ["updated_at", "2020-11-18 09:05:03.468545"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 09:05:03.469728"], ["updated_at", "2020-11-18 09:05:03.469728"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.470487"], ["updated_at", "2020-11-18 09:05:03.470487"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.471173"], ["updated_at", "2020-11-18 09:05:03.471173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.471843"], ["updated_at", "2020-11-18 09:05:03.471843"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.472525"], ["updated_at", "2020-11-18 09:05:03.472525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.473184"], ["updated_at", "2020-11-18 09:05:03.473184"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.473882"], ["updated_at", "2020-11-18 09:05:03.473882"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.474579"], ["updated_at", "2020-11-18 09:05:03.474579"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.475235"], ["updated_at", "2020-11-18 09:05:03.475235"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.475898"], ["updated_at", "2020-11-18 09:05:03.475898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.476550"], ["updated_at", "2020-11-18 09:05:03.476550"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 10.6983204009127], ["string", "Aliquid reiciendis laudantium."], ["date", "2021-03-08"], ["time", "2000-01-01 14:10:41.690996"], ["datetime", "2020-11-17 18:06:46.584753"], ["created_at", "2020-11-18 09:05:03.507820"], ["updated_at", "2020-11-18 09:05:03.507820"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 2.71449346569172], ["string", "Omnis nihil laborum sapiente."], ["date", "2022-06-30"], ["time", "2000-01-01 14:39:13.647311"], ["datetime", "2020-11-17 14:49:56.901989"], ["created_at", "2020-11-18 09:05:03.510019"], ["updated_at", "2020-11-18 09:05:03.510019"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 7.58244162997777], ["string", "Quam repellat officia."], ["date", "2022-07-20"], ["time", "2000-01-01 23:03:43.334796"], ["datetime", "2020-11-17 12:49:59.887280"], ["created_at", "2020-11-18 09:05:03.511610"], ["updated_at", "2020-11-18 09:05:03.511610"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 29], ["decimal", 0.123844291833455], ["string", "Nostrum rem dolorem."], ["date", "2020-01-04"], ["time", "2000-01-01 18:41:30.876613"], ["datetime", "2020-11-18 06:31:58.598565"], ["created_at", "2020-11-18 09:05:03.515035"], ["updated_at", "2020-11-18 09:05:03.515035"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 0.341429104038897], ["string", "Nesciunt ut eos omnis."], ["date", "2022-03-11"], ["time", "2000-01-01 01:46:40.579062"], ["datetime", "2020-11-17 17:57:16.274349"], ["created_at", "2020-11-18 09:05:03.517114"], ["updated_at", "2020-11-18 09:05:03.517114"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 13.8280629947059], ["string", "Quas sit et."], ["date", "2020-02-19"], ["time", "2000-01-01 17:01:56.751875"], ["datetime", "2020-11-17 17:31:10.478433"], ["created_at", "2020-11-18 09:05:03.519806"], ["updated_at", "2020-11-18 09:05:03.519806"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.522548"], ["updated_at", "2020-11-18 09:05:03.522548"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 9.06264739226124], ["string", "Placeat quidem alias."], ["date", "2020-01-21"], ["time", "2000-01-01 16:26:57.800558"], ["datetime", "2020-11-17 20:22:56.052078"], ["created_at", "2020-11-18 09:05:03.544902"], ["updated_at", "2020-11-18 09:05:03.544902"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 13.1914710289586], ["string", "Ipsam sequi dolorum non."], ["date", "2021-12-16"], ["time", "2000-01-01 22:15:50.401577"], ["datetime", "2020-11-17 21:52:23.360670"], ["created_at", "2020-11-18 09:05:03.546961"], ["updated_at", "2020-11-18 09:05:03.546961"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 20.9004723120171], ["string", "Saepe cupiditate vel."], ["date", "2021-05-20"], ["time", "2000-01-01 18:30:50.309303"], ["datetime", "2020-11-18 00:31:37.109951"], ["created_at", "2020-11-18 09:05:03.548983"], ["updated_at", "2020-11-18 09:05:03.548983"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 21], ["decimal", 2.89733395879872], ["string", "Omnis minus dolorem velit."], ["date", "2022-11-10"], ["time", "2000-01-01 19:13:47.284977"], ["datetime", "2020-11-18 08:37:52.566684"], ["created_at", "2020-11-18 09:05:03.550770"], ["updated_at", "2020-11-18 09:05:03.550770"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 10.4577685897855], ["string", "Provident aspernatur accusamus."], ["date", "2020-09-23"], ["time", "2000-01-01 06:05:33.723356"], ["datetime", "2020-11-17 15:09:48.830755"], ["created_at", "2020-11-18 09:05:03.552503"], ["updated_at", "2020-11-18 09:05:03.552503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1037], ["decimal", 5.53606103281116], ["string", "Sit incidunt id."], ["created_at", "2020-11-18 09:05:03.554134"], ["updated_at", "2020-11-18 09:05:03.554134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 35.4558104929885], ["string", "Non aperiam natus dolores."], ["created_at", "2020-11-18 09:05:03.555417"], ["updated_at", "2020-11-18 09:05:03.555417"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 38.7249837982108], ["string", "Error suscipit consequuntur."], ["created_at", "2020-11-18 09:05:03.556568"], ["updated_at", "2020-11-18 09:05:03.556568"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 25.0665768947138], ["string", "Expedita quasi commodi asperiores."], ["created_at", "2020-11-18 09:05:03.557714"], ["updated_at", "2020-11-18 09:05:03.557714"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 8.56623704394778], ["string", "Possimus impedit assumenda."], ["created_at", "2020-11-18 09:05:03.558847"], ["updated_at", "2020-11-18 09:05:03.558847"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 09:05:03.560705"], ["updated_at", "2020-11-18 09:05:03.560705"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 09:05:03.563101"], ["updated_at", "2020-11-18 09:05:03.563101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 09:05:03.564959"], ["updated_at", "2020-11-18 09:05:03.564959"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 09:05:03.566399"], ["updated_at", "2020-11-18 09:05:03.566399"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 09:05:03.567736"], ["updated_at", "2020-11-18 09:05:03.567736"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-18 09:05:03.569571"], ["updated_at", "2020-11-18 09:05:03.569571"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-18 09:05:03.571317"], ["updated_at", "2020-11-18 09:05:03.571317"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-18 09:05:03.573032"], ["updated_at", "2020-11-18 09:05:03.573032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-18 09:05:03.574702"], ["updated_at", "2020-11-18 09:05:03.574702"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-18 09:05:03.576443"], ["updated_at", "2020-11-18 09:05:03.576443"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 09:05:03.577767"], ["updated_at", "2020-11-18 09:05:03.577767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 09:05:03.579080"], ["updated_at", "2020-11-18 09:05:03.579080"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 09:05:03.580337"], ["updated_at", "2020-11-18 09:05:03.580337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 09:05:03.581558"], ["updated_at", "2020-11-18 09:05:03.581558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 09:05:03.582776"], ["updated_at", "2020-11-18 09:05:03.582776"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.584168"], ["updated_at", "2020-11-18 09:05:03.584168"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.585357"], ["updated_at", "2020-11-18 09:05:03.585357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.586482"], ["updated_at", "2020-11-18 09:05:03.586482"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.587613"], ["updated_at", "2020-11-18 09:05:03.587613"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.588741"], ["updated_at", "2020-11-18 09:05:03.588741"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 09:05:03.595392"], ["updated_at", "2020-11-18 09:05:03.595392"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 09:05:03.596512"], ["updated_at", "2020-11-18 09:05:03.596512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 09:05:03.597556"], ["updated_at", "2020-11-18 09:05:03.597556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 09:05:03.598589"], ["updated_at", "2020-11-18 09:05:03.598589"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 09:05:03.599625"], ["updated_at", "2020-11-18 09:05:03.599625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.600306"], ["updated_at", "2020-11-18 09:05:03.600306"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.600926"], ["updated_at", "2020-11-18 09:05:03.600926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.601513"], ["updated_at", "2020-11-18 09:05:03.601513"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.602097"], ["updated_at", "2020-11-18 09:05:03.602097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.602676"], ["updated_at", "2020-11-18 09:05:03.602676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.603297"], ["updated_at", "2020-11-18 09:05:03.603297"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.603936"], ["updated_at", "2020-11-18 09:05:03.603936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.604538"], ["updated_at", "2020-11-18 09:05:03.604538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.605144"], ["updated_at", "2020-11-18 09:05:03.605144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.605746"], ["updated_at", "2020-11-18 09:05:03.605746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 22], ["decimal", 7.67656976650664], ["string", "Dolores rerum numquam."], ["date", "2020-04-20"], ["time", "2000-01-01 19:49:30.587932"], ["datetime", "2020-11-18 04:40:32.681167"], ["created_at", "2020-11-18 09:05:03.606869"], ["updated_at", "2020-11-18 09:05:03.606869"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 18], ["decimal", 3.27545299578506], ["string", "Et quam distinctio pariatur."], ["date", "2022-10-23"], ["time", "2000-01-01 20:24:24.264821"], ["datetime", "2020-11-17 23:33:09.130430"], ["created_at", "2020-11-18 09:05:03.608193"], ["updated_at", "2020-11-18 09:05:03.608193"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 26], ["decimal", 9.80455532557505], ["string", "Praesentium neque explicabo."], ["date", "2021-07-19"], ["time", "2000-01-01 17:19:28.007265"], ["datetime", "2020-11-17 10:23:43.787856"], ["created_at", "2020-11-18 09:05:03.609461"], ["updated_at", "2020-11-18 09:05:03.609461"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 22], ["decimal", 4.52066119917435], ["string", "Est sit veritatis nihil."], ["date", "2021-08-27"], ["time", "2000-01-01 01:31:00.916038"], ["datetime", "2020-11-17 23:34:50.928834"], ["created_at", "2020-11-18 09:05:03.610717"], ["updated_at", "2020-11-18 09:05:03.610717"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 15.667501444178], ["string", "Qui tempora excepturi."], ["date", "2020-05-26"], ["time", "2000-01-01 04:59:48.155236"], ["datetime", "2020-11-18 00:03:22.928792"], ["created_at", "2020-11-18 09:05:03.611975"], ["updated_at", "2020-11-18 09:05:03.611975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 2.51291754458385], ["string", "Et est omnis."], ["created_at", "2020-11-18 09:05:03.613106"], ["updated_at", "2020-11-18 09:05:03.613106"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 0.0394454193856312], ["string", "Consequatur ut quia et."], ["created_at", "2020-11-18 09:05:03.614038"], ["updated_at", "2020-11-18 09:05:03.614038"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1028], ["decimal", 32.776350924403], ["string", "Occaecati quia explicabo."], ["created_at", "2020-11-18 09:05:03.614939"], ["updated_at", "2020-11-18 09:05:03.614939"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 29.7528353406016], ["string", "Similique voluptatem iste dolores."], ["created_at", "2020-11-18 09:05:03.615858"], ["updated_at", "2020-11-18 09:05:03.615858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 4.59313998404584], ["string", "Dolorem dolorum id."], ["created_at", "2020-11-18 09:05:03.616767"], ["updated_at", "2020-11-18 09:05:03.616767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 09:05:03.618059"], ["updated_at", "2020-11-18 09:05:03.618059"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 09:05:03.619169"], ["updated_at", "2020-11-18 09:05:03.619169"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 09:05:03.620251"], ["updated_at", "2020-11-18 09:05:03.620251"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 09:05:03.621293"], ["updated_at", "2020-11-18 09:05:03.621293"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 09:05:03.622386"], ["updated_at", "2020-11-18 09:05:03.622386"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 9], ["created_at", "2020-11-18 09:05:03.623892"], ["updated_at", "2020-11-18 09:05:03.623892"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 9], ["created_at", "2020-11-18 09:05:03.625365"], ["updated_at", "2020-11-18 09:05:03.625365"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-18 09:05:03.626792"], ["updated_at", "2020-11-18 09:05:03.626792"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-18 09:05:03.628236"], ["updated_at", "2020-11-18 09:05:03.628236"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 9], ["created_at", "2020-11-18 09:05:03.629677"], ["updated_at", "2020-11-18 09:05:03.629677"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 09:05:03.630817"], ["updated_at", "2020-11-18 09:05:03.630817"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 09:05:03.631941"], ["updated_at", "2020-11-18 09:05:03.631941"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 09:05:03.633018"], ["updated_at", "2020-11-18 09:05:03.633018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 09:05:03.634073"], ["updated_at", "2020-11-18 09:05:03.634073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 09:05:03.635122"], ["updated_at", "2020-11-18 09:05:03.635122"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 09:05:03.636226"], ["updated_at", "2020-11-18 09:05:03.636226"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 09:05:03.637265"], ["updated_at", "2020-11-18 09:05:03.637265"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 09:05:03.638273"], ["updated_at", "2020-11-18 09:05:03.638273"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 09:05:03.639286"], ["updated_at", "2020-11-18 09:05:03.639286"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 09:05:03.640299"], ["updated_at", "2020-11-18 09:05:03.640299"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 09:05:03.646809"], ["updated_at", "2020-11-18 09:05:03.646809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 09:05:03.647930"], ["updated_at", "2020-11-18 09:05:03.647930"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 09:05:03.648977"], ["updated_at", "2020-11-18 09:05:03.648977"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 09:05:03.650009"], ["updated_at", "2020-11-18 09:05:03.650009"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 09:05:03.651038"], ["updated_at", "2020-11-18 09:05:03.651038"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.651702"], ["updated_at", "2020-11-18 09:05:03.651702"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.652319"], ["updated_at", "2020-11-18 09:05:03.652319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.652901"], ["updated_at", "2020-11-18 09:05:03.652901"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.653480"], ["updated_at", "2020-11-18 09:05:03.653480"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.654059"], ["updated_at", "2020-11-18 09:05:03.654059"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.654670"], ["updated_at", "2020-11-18 09:05:03.654670"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.655292"], ["updated_at", "2020-11-18 09:05:03.655292"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.655899"], ["updated_at", "2020-11-18 09:05:03.655899"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.656508"], ["updated_at", "2020-11-18 09:05:03.656508"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.657112"], ["updated_at", "2020-11-18 09:05:03.657112"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 10.6236289668058], ["string", "Doloribus ab excepturi."], ["date", "2021-01-12"], ["time", "2000-01-01 13:30:31.505026"], ["datetime", "2020-11-17 13:02:54.770872"], ["created_at", "2020-11-18 09:05:03.658233"], ["updated_at", "2020-11-18 09:05:03.658233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 1.01331931851579], ["string", "Provident assumenda quis eos."], ["date", "2020-04-01"], ["time", "2000-01-01 08:12:56.077910"], ["datetime", "2020-11-18 08:01:08.445108"], ["created_at", "2020-11-18 09:05:03.659560"], ["updated_at", "2020-11-18 09:05:03.659560"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 22], ["decimal", 3.87786137664322], ["string", "Sunt quo aliquid."], ["date", "2022-04-16"], ["time", "2000-01-01 20:04:15.936720"], ["datetime", "2020-11-17 19:32:33.582825"], ["created_at", "2020-11-18 09:05:03.669501"], ["updated_at", "2020-11-18 09:05:03.669501"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 7.27632845389281], ["string", "Qui tenetur eos incidunt."], ["date", "2020-06-01"], ["time", "2000-01-01 18:06:56.779672"], ["datetime", "2020-11-17 23:56:57.619948"], ["created_at", "2020-11-18 09:05:03.671397"], ["updated_at", "2020-11-18 09:05:03.671397"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 28], ["decimal", 4.07801091738545], ["string", "Quia maiores ut."], ["date", "2021-10-03"], ["time", "2000-01-01 17:08:50.206879"], ["datetime", "2020-11-17 23:23:25.123827"], ["created_at", "2020-11-18 09:05:03.672888"], ["updated_at", "2020-11-18 09:05:03.672888"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 14.5816374783343], ["string", "Culpa aliquam et."], ["created_at", "2020-11-18 09:05:03.674231"], ["updated_at", "2020-11-18 09:05:03.674231"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 2.07137065934124], ["string", "Ut facilis delectus qui."], ["created_at", "2020-11-18 09:05:03.675315"], ["updated_at", "2020-11-18 09:05:03.675315"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 12.336510500689], ["string", "Dolore molestiae sed."], ["created_at", "2020-11-18 09:05:03.676388"], ["updated_at", "2020-11-18 09:05:03.676388"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1033], ["decimal", 3.71810573460442], ["string", "Assumenda architecto blanditiis doloremque."], ["created_at", "2020-11-18 09:05:03.677458"], ["updated_at", "2020-11-18 09:05:03.677458"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1037], ["decimal", 8.51618563748575], ["string", "Tempore et id."], ["created_at", "2020-11-18 09:05:03.678512"], ["updated_at", "2020-11-18 09:05:03.678512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 09:05:03.679953"], ["updated_at", "2020-11-18 09:05:03.679953"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-18 09:05:03.681251"], ["updated_at", "2020-11-18 09:05:03.681251"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 09:05:03.682479"], ["updated_at", "2020-11-18 09:05:03.682479"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-18 09:05:03.683663"], ["updated_at", "2020-11-18 09:05:03.683663"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 09:05:03.684857"], ["updated_at", "2020-11-18 09:05:03.684857"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 12], ["created_at", "2020-11-18 09:05:03.686537"], ["updated_at", "2020-11-18 09:05:03.686537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 13], ["created_at", "2020-11-18 09:05:03.688110"], ["updated_at", "2020-11-18 09:05:03.688110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 9], ["created_at", "2020-11-18 09:05:03.689605"], ["updated_at", "2020-11-18 09:05:03.689605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-18 09:05:03.691079"], ["updated_at", "2020-11-18 09:05:03.691079"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 15], ["created_at", "2020-11-18 09:05:03.692586"], ["updated_at", "2020-11-18 09:05:03.692586"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 09:05:03.693750"], ["updated_at", "2020-11-18 09:05:03.693750"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 11], ["created_at", "2020-11-18 09:05:03.694883"], ["updated_at", "2020-11-18 09:05:03.694883"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 09:05:03.695987"], ["updated_at", "2020-11-18 09:05:03.695987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 15], ["created_at", "2020-11-18 09:05:03.697085"], ["updated_at", "2020-11-18 09:05:03.697085"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 09:05:03.698161"], ["updated_at", "2020-11-18 09:05:03.698161"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 09:05:03.699302"], ["updated_at", "2020-11-18 09:05:03.699302"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 09:05:03.700377"], ["updated_at", "2020-11-18 09:05:03.700377"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 09:05:03.701414"], ["updated_at", "2020-11-18 09:05:03.701414"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 09:05:03.702454"], ["updated_at", "2020-11-18 09:05:03.702454"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 09:05:03.703496"], ["updated_at", "2020-11-18 09:05:03.703496"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 09:05:03.710329"], ["updated_at", "2020-11-18 09:05:03.710329"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 09:05:03.711446"], ["updated_at", "2020-11-18 09:05:03.711446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 09:05:03.712530"], ["updated_at", "2020-11-18 09:05:03.712530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-18 09:05:03.713596"], ["updated_at", "2020-11-18 09:05:03.713596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 09:05:03.714656"], ["updated_at", "2020-11-18 09:05:03.714656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.715337"], ["updated_at", "2020-11-18 09:05:03.715337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.715975"], ["updated_at", "2020-11-18 09:05:03.715975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.716577"], ["updated_at", "2020-11-18 09:05:03.716577"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.717190"], ["updated_at", "2020-11-18 09:05:03.717190"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 09:05:03.717785"], ["updated_at", "2020-11-18 09:05:03.717785"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.718415"], ["updated_at", "2020-11-18 09:05:03.718415"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.719050"], ["updated_at", "2020-11-18 09:05:03.719050"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.719663"], ["updated_at", "2020-11-18 09:05:03.719663"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.720289"], ["updated_at", "2020-11-18 09:05:03.720289"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 09:05:03.720900"], ["updated_at", "2020-11-18 09:05:03.720900"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.9ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.9ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.9ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.5ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 2.5353756766057], ["string", "Fugit officiis ut."], ["date", "2019-04-10"], ["time", "2000-01-01 17:47:00.618837"], ["datetime", "2020-11-17 19:30:52.881696"], ["created_at", "2020-11-18 10:47:48.205053"], ["updated_at", "2020-11-18 10:47:48.205053"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["decimal", 32.8942359204379], ["string", "Nemo ab harum aut."], ["date", "2019-11-23"], ["time", "2000-01-01 14:47:53.675980"], ["datetime", "2020-11-17 17:44:04.402046"], ["created_at", "2020-11-18 10:47:48.208237"], ["updated_at", "2020-11-18 10:47:48.208237"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 22], ["decimal", 0.977661653417565], ["string", "Iusto maiores sed."], ["date", "2021-03-07"], ["time", "2000-01-01 01:02:03.281787"], ["datetime", "2020-11-17 16:25:34.376899"], ["created_at", "2020-11-18 10:47:48.210677"], ["updated_at", "2020-11-18 10:47:48.210677"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 22], ["decimal", 0.979875762029206], ["string", "Qui impedit magni vero."], ["date", "2019-08-31"], ["time", "2000-01-01 09:34:01.860450"], ["datetime", "2020-11-18 01:51:22.380951"], ["created_at", "2020-11-18 10:47:48.213131"], ["updated_at", "2020-11-18 10:47:48.213131"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 32.1220365593543], ["string", "Eum quis aut."], ["date", "2022-07-11"], ["time", "2000-01-01 21:05:17.763769"], ["datetime", "2020-11-18 10:08:11.526789"], ["created_at", "2020-11-18 10:47:48.215090"], ["updated_at", "2020-11-18 10:47:48.215090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 15.1791835822371], ["string", "Tenetur velit natus."], ["created_at", "2020-11-18 10:47:48.224074"], ["updated_at", "2020-11-18 10:47:48.224074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 3.14992825772811], ["string", "Ipsum qui est alias."], ["created_at", "2020-11-18 10:47:48.225770"], ["updated_at", "2020-11-18 10:47:48.225770"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1019], ["decimal", 3.1450245875055], ["string", "Perferendis quibusdam dolores."], ["created_at", "2020-11-18 10:47:48.227215"], ["updated_at", "2020-11-18 10:47:48.227215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", 2.29324938053773], ["string", "Excepturi iusto necessitatibus dolores."], ["created_at", "2020-11-18 10:47:48.228629"], ["updated_at", "2020-11-18 10:47:48.228629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 0.459174990063334], ["string", "Rerum dolores et."], ["created_at", "2020-11-18 10:47:48.229888"], ["updated_at", "2020-11-18 10:47:48.229888"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 10:47:48.237955"], ["updated_at", "2020-11-18 10:47:48.237955"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 10:47:48.239760"], ["updated_at", "2020-11-18 10:47:48.239760"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 10:47:48.241158"], ["updated_at", "2020-11-18 10:47:48.241158"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 10:47:48.242518"], ["updated_at", "2020-11-18 10:47:48.242518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 10:47:48.243856"], ["updated_at", "2020-11-18 10:47:48.243856"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-18 10:47:48.250667"], ["updated_at", "2020-11-18 10:47:48.250667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-18 10:47:48.253103"], ["updated_at", "2020-11-18 10:47:48.253103"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-18 10:47:48.255300"], ["updated_at", "2020-11-18 10:47:48.255300"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-18 10:47:48.257490"], ["updated_at", "2020-11-18 10:47:48.257490"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-18 10:47:48.259884"], ["updated_at", "2020-11-18 10:47:48.259884"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 10:47:48.266510"], ["updated_at", "2020-11-18 10:47:48.266510"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 10:47:48.268629"], ["updated_at", "2020-11-18 10:47:48.268629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 10:47:48.270421"], ["updated_at", "2020-11-18 10:47:48.270421"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 10:47:48.272109"], ["updated_at", "2020-11-18 10:47:48.272109"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 10:47:48.274034"], ["updated_at", "2020-11-18 10:47:48.274034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.279954"], ["updated_at", "2020-11-18 10:47:48.279954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.281511"], ["updated_at", "2020-11-18 10:47:48.281511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.282886"], ["updated_at", "2020-11-18 10:47:48.282886"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.284308"], ["updated_at", "2020-11-18 10:47:48.284308"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.285870"], ["updated_at", "2020-11-18 10:47:48.285870"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 10:47:48.303664"], ["updated_at", "2020-11-18 10:47:48.303664"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 10:47:48.305316"], ["updated_at", "2020-11-18 10:47:48.305316"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 10:47:48.306784"], ["updated_at", "2020-11-18 10:47:48.306784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 10:47:48.308264"], ["updated_at", "2020-11-18 10:47:48.308264"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 10:47:48.309744"], ["updated_at", "2020-11-18 10:47:48.309744"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.314092"], ["updated_at", "2020-11-18 10:47:48.314092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.315247"], ["updated_at", "2020-11-18 10:47:48.315247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.316163"], ["updated_at", "2020-11-18 10:47:48.316163"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.317056"], ["updated_at", "2020-11-18 10:47:48.317056"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.317933"], ["updated_at", "2020-11-18 10:47:48.317933"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:48.321677"], ["updated_at", "2020-11-18 10:47:48.321677"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:48.322870"], ["updated_at", "2020-11-18 10:47:48.322870"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:48.323835"], ["updated_at", "2020-11-18 10:47:48.323835"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:48.324726"], ["updated_at", "2020-11-18 10:47:48.324726"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:48.325538"], ["updated_at", "2020-11-18 10:47:48.325538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 23.6060535989912], ["string", "Sint perferendis non."], ["date", "2019-07-30"], ["time", "2000-01-01 16:34:06.677606"], ["datetime", "2020-11-18 03:57:09.655852"], ["created_at", "2020-11-18 10:47:48.327084"], ["updated_at", "2020-11-18 10:47:48.327084"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 14.4817153420276], ["string", "Aliquam in nemo numquam."], ["date", "2019-08-14"], ["time", "2000-01-01 02:14:23.827770"], ["datetime", "2020-11-18 07:14:43.884212"], ["created_at", "2020-11-18 10:47:48.329096"], ["updated_at", "2020-11-18 10:47:48.329096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 14.0732606071094], ["string", "Sit adipisci facere."], ["date", "2022-07-06"], ["time", "2000-01-01 06:49:24.318076"], ["datetime", "2020-11-18 06:38:15.740674"], ["created_at", "2020-11-18 10:47:48.330995"], ["updated_at", "2020-11-18 10:47:48.330995"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 18.4399304987773], ["string", "Voluptate eveniet tempora voluptas."], ["date", "2020-07-10"], ["time", "2000-01-01 01:06:14.872629"], ["datetime", "2020-11-17 23:11:58.566629"], ["created_at", "2020-11-18 10:47:48.332789"], ["updated_at", "2020-11-18 10:47:48.332789"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 21.6433202618299], ["string", "Officia id qui."], ["date", "2020-04-21"], ["time", "2000-01-01 17:51:12.854460"], ["datetime", "2020-11-18 08:20:36.054461"], ["created_at", "2020-11-18 10:47:48.334803"], ["updated_at", "2020-11-18 10:47:48.334803"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 13.7542374718341], ["string", "Et porro rerum."], ["created_at", "2020-11-18 10:47:48.336713"], ["updated_at", "2020-11-18 10:47:48.336713"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 6.20557016676425], ["string", "Atque modi quo labore."], ["created_at", "2020-11-18 10:47:48.338669"], ["updated_at", "2020-11-18 10:47:48.338669"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 2.88688151257503], ["string", "Quas sed ex."], ["created_at", "2020-11-18 10:47:48.340060"], ["updated_at", "2020-11-18 10:47:48.340060"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 12.647591798962], ["string", "Recusandae doloribus fugiat eum."], ["created_at", "2020-11-18 10:47:48.341544"], ["updated_at", "2020-11-18 10:47:48.341544"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 5.56729955443259], ["string", "Ipsam eius maxime."], ["created_at", "2020-11-18 10:47:48.343199"], ["updated_at", "2020-11-18 10:47:48.343199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 10:47:48.345102"], ["updated_at", "2020-11-18 10:47:48.345102"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 10:47:48.346911"], ["updated_at", "2020-11-18 10:47:48.346911"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 10:47:48.348833"], ["updated_at", "2020-11-18 10:47:48.348833"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 10:47:48.351191"], ["updated_at", "2020-11-18 10:47:48.351191"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 10:47:48.353454"], ["updated_at", "2020-11-18 10:47:48.353454"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-18 10:47:48.357192"], ["updated_at", "2020-11-18 10:47:48.357192"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-18 10:47:48.360961"], ["updated_at", "2020-11-18 10:47:48.360961"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-18 10:47:48.364569"], ["updated_at", "2020-11-18 10:47:48.364569"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 8], ["created_at", "2020-11-18 10:47:48.368301"], ["updated_at", "2020-11-18 10:47:48.368301"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 8], ["created_at", "2020-11-18 10:47:48.372486"], ["updated_at", "2020-11-18 10:47:48.372486"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 10:47:48.375316"], ["updated_at", "2020-11-18 10:47:48.375316"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-18 10:47:48.378133"], ["updated_at", "2020-11-18 10:47:48.378133"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-18 10:47:48.380951"], ["updated_at", "2020-11-18 10:47:48.380951"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 10:47:48.383374"], ["updated_at", "2020-11-18 10:47:48.383374"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-18 10:47:48.385502"], ["updated_at", "2020-11-18 10:47:48.385502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:47:48.387901"], ["updated_at", "2020-11-18 10:47:48.387901"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:47:48.390215"], ["updated_at", "2020-11-18 10:47:48.390215"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:47:48.392373"], ["updated_at", "2020-11-18 10:47:48.392373"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:47:48.395204"], ["updated_at", "2020-11-18 10:47:48.395204"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:47:48.398005"], ["updated_at", "2020-11-18 10:47:48.398005"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 10:47:48.411107"], ["updated_at", "2020-11-18 10:47:48.411107"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 10:47:48.413008"], ["updated_at", "2020-11-18 10:47:48.413008"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 10:47:48.414869"], ["updated_at", "2020-11-18 10:47:48.414869"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 10:47:48.416704"], ["updated_at", "2020-11-18 10:47:48.416704"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 10:47:48.418571"], ["updated_at", "2020-11-18 10:47:48.418571"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.419958"], ["updated_at", "2020-11-18 10:47:48.419958"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.421029"], ["updated_at", "2020-11-18 10:47:48.421029"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.421982"], ["updated_at", "2020-11-18 10:47:48.421982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.422831"], ["updated_at", "2020-11-18 10:47:48.422831"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.423679"], ["updated_at", "2020-11-18 10:47:48.423679"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:48.424613"], ["updated_at", "2020-11-18 10:47:48.424613"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:48.425534"], ["updated_at", "2020-11-18 10:47:48.425534"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:48.426403"], ["updated_at", "2020-11-18 10:47:48.426403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:48.427257"], ["updated_at", "2020-11-18 10:47:48.427257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:48.428137"], ["updated_at", "2020-11-18 10:47:48.428137"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 17.8553805954121], ["string", "Pariatur ad et."], ["date", "2022-04-03"], ["time", "2000-01-01 15:09:58.060959"], ["datetime", "2020-11-17 20:39:30.502657"], ["created_at", "2020-11-18 10:47:48.429745"], ["updated_at", "2020-11-18 10:47:48.429745"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 21.8040011123673], ["string", "Vitae rerum voluptatem accusamus."], ["date", "2020-09-13"], ["time", "2000-01-01 04:05:13.402496"], ["datetime", "2020-11-17 14:10:38.740224"], ["created_at", "2020-11-18 10:47:48.431970"], ["updated_at", "2020-11-18 10:47:48.431970"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 21.042099032443], ["string", "Ea est eligendi."], ["date", "2019-01-31"], ["time", "2000-01-01 12:12:02.043007"], ["datetime", "2020-11-18 00:23:14.486782"], ["created_at", "2020-11-18 10:47:48.433922"], ["updated_at", "2020-11-18 10:47:48.433922"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 8.25737931282143], ["string", "Ipsum vitae repellat enim."], ["date", "2019-11-18"], ["time", "2000-01-01 18:06:07.927470"], ["datetime", "2020-11-17 22:19:22.495265"], ["created_at", "2020-11-18 10:47:48.436243"], ["updated_at", "2020-11-18 10:47:48.436243"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 26.0484888014705], ["string", "Hic eos consectetur."], ["date", "2019-10-16"], ["time", "2000-01-01 13:27:40.270002"], ["datetime", "2020-11-17 19:46:42.941423"], ["created_at", "2020-11-18 10:47:48.438626"], ["updated_at", "2020-11-18 10:47:48.438626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 19.8911266692444], ["string", "Eius quia voluptatem."], ["created_at", "2020-11-18 10:47:48.440724"], ["updated_at", "2020-11-18 10:47:48.440724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 5.77930556300321], ["string", "Alias natus iusto ipsam."], ["created_at", "2020-11-18 10:47:48.442420"], ["updated_at", "2020-11-18 10:47:48.442420"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 7.28814828607643], ["string", "Atque consequatur quo."], ["created_at", "2020-11-18 10:47:48.444626"], ["updated_at", "2020-11-18 10:47:48.444626"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 13.3708358148671], ["string", "Provident consequatur enim possimus."], ["created_at", "2020-11-18 10:47:48.446455"], ["updated_at", "2020-11-18 10:47:48.446455"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1022], ["decimal", 10.8738958941032], ["string", "Hic totam qui."], ["created_at", "2020-11-18 10:47:48.448398"], ["updated_at", "2020-11-18 10:47:48.448398"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 10:47:48.450728"], ["updated_at", "2020-11-18 10:47:48.450728"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-18 10:47:48.452558"], ["updated_at", "2020-11-18 10:47:48.452558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-18 10:47:48.454469"], ["updated_at", "2020-11-18 10:47:48.454469"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 10:47:48.456862"], ["updated_at", "2020-11-18 10:47:48.456862"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 10:47:48.459573"], ["updated_at", "2020-11-18 10:47:48.459573"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 7], ["created_at", "2020-11-18 10:47:48.462517"], ["updated_at", "2020-11-18 10:47:48.462517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 11], ["created_at", "2020-11-18 10:47:48.465699"], ["updated_at", "2020-11-18 10:47:48.465699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 5], ["created_at", "2020-11-18 10:47:48.468568"], ["updated_at", "2020-11-18 10:47:48.468568"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 15], ["created_at", "2020-11-18 10:47:48.471809"], ["updated_at", "2020-11-18 10:47:48.471809"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 15], ["created_at", "2020-11-18 10:47:48.474889"], ["updated_at", "2020-11-18 10:47:48.474889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 10:47:48.477189"], ["updated_at", "2020-11-18 10:47:48.477189"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 10:47:48.479232"], ["updated_at", "2020-11-18 10:47:48.479232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-18 10:47:48.481383"], ["updated_at", "2020-11-18 10:47:48.481383"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-18 10:47:48.483340"], ["updated_at", "2020-11-18 10:47:48.483340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 10:47:48.485450"], ["updated_at", "2020-11-18 10:47:48.485450"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:47:48.487318"], ["updated_at", "2020-11-18 10:47:48.487318"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:47:48.489160"], ["updated_at", "2020-11-18 10:47:48.489160"], ["india_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:47:48.491561"], ["updated_at", "2020-11-18 10:47:48.491561"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:47:48.494063"], ["updated_at", "2020-11-18 10:47:48.494063"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:47:48.496929"], ["updated_at", "2020-11-18 10:47:48.496929"], ["india_id", 6]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 10:47:48.508418"], ["updated_at", "2020-11-18 10:47:48.508418"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 10:47:48.510092"], ["updated_at", "2020-11-18 10:47:48.510092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 10:47:48.511729"], ["updated_at", "2020-11-18 10:47:48.511729"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 10:47:48.513519"], ["updated_at", "2020-11-18 10:47:48.513519"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-18 10:47:48.515395"], ["updated_at", "2020-11-18 10:47:48.515395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.516742"], ["updated_at", "2020-11-18 10:47:48.516742"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.517917"], ["updated_at", "2020-11-18 10:47:48.517917"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.519055"], ["updated_at", "2020-11-18 10:47:48.519055"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.520257"], ["updated_at", "2020-11-18 10:47:48.520257"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.521697"], ["updated_at", "2020-11-18 10:47:48.521697"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:48.523051"], ["updated_at", "2020-11-18 10:47:48.523051"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:48.524430"], ["updated_at", "2020-11-18 10:47:48.524430"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:48.525846"], ["updated_at", "2020-11-18 10:47:48.525846"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:48.527180"], ["updated_at", "2020-11-18 10:47:48.527180"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:48.528742"], ["updated_at", "2020-11-18 10:47:48.528742"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 0.609487991433393], ["string", "Et deserunt minus."], ["date", "2021-12-19"], ["time", "2000-01-01 12:56:53.962169"], ["datetime", "2020-11-18 01:45:49.506768"], ["created_at", "2020-11-18 10:47:48.540332"], ["updated_at", "2020-11-18 10:47:48.540332"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 11.3606550030665], ["string", "Porro praesentium quidem assumenda."], ["date", "2021-03-08"], ["time", "2000-01-01 20:24:43.267138"], ["datetime", "2020-11-17 12:50:15.821478"], ["created_at", "2020-11-18 10:47:48.544262"], ["updated_at", "2020-11-18 10:47:48.544262"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 5.7597225146017], ["string", "Quo nostrum nisi."], ["date", "2019-10-11"], ["time", "2000-01-01 17:10:48.712570"], ["datetime", "2020-11-17 21:46:22.151756"], ["created_at", "2020-11-18 10:47:48.547102"], ["updated_at", "2020-11-18 10:47:48.547102"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 4.1627044123719], ["string", "Laborum reiciendis sunt est."], ["date", "2021-09-29"], ["time", "2000-01-01 18:42:25.957005"], ["datetime", "2020-11-18 06:18:46.213263"], ["created_at", "2020-11-18 10:47:48.549940"], ["updated_at", "2020-11-18 10:47:48.549940"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 30], ["decimal", 9.36582927738214], ["string", "Ea non tempora."], ["date", "2021-01-29"], ["time", "2000-01-01 03:03:30.033029"], ["datetime", "2020-11-18 02:18:12.838653"], ["created_at", "2020-11-18 10:47:48.552785"], ["updated_at", "2020-11-18 10:47:48.552785"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 1.67801911700358], ["string", "Earum modi ut."], ["created_at", "2020-11-18 10:47:48.555593"], ["updated_at", "2020-11-18 10:47:48.555593"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 2.80893502319729], ["string", "Quos blanditiis consequatur nulla."], ["created_at", "2020-11-18 10:47:48.558145"], ["updated_at", "2020-11-18 10:47:48.558145"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 21.4689482827311], ["string", "Occaecati molestiae enim."], ["created_at", "2020-11-18 10:47:48.560960"], ["updated_at", "2020-11-18 10:47:48.560960"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1020], ["decimal", 18.667156877968], ["string", "Dolores est dolor velit."], ["created_at", "2020-11-18 10:47:48.563201"], ["updated_at", "2020-11-18 10:47:48.563201"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 9.61235786367012], ["string", "Dolorem repudiandae saepe."], ["created_at", "2020-11-18 10:47:48.565497"], ["updated_at", "2020-11-18 10:47:48.565497"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 10:47:48.568862"], ["updated_at", "2020-11-18 10:47:48.568862"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.2ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.3ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 10:47:48.572870"], ["updated_at", "2020-11-18 10:47:48.572870"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 10:47:48.576429"], ["updated_at", "2020-11-18 10:47:48.576429"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 10:47:48.579247"], ["updated_at", "2020-11-18 10:47:48.579247"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 10:47:48.581971"], ["updated_at", "2020-11-18 10:47:48.581971"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-18 10:47:48.585894"], ["updated_at", "2020-11-18 10:47:48.585894"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-18 10:47:48.590358"], ["updated_at", "2020-11-18 10:47:48.590358"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-18 10:47:48.594251"], ["updated_at", "2020-11-18 10:47:48.594251"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-18 10:47:48.597974"], ["updated_at", "2020-11-18 10:47:48.597974"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-18 10:47:48.602344"], ["updated_at", "2020-11-18 10:47:48.602344"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.3ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 10:47:48.605524"], ["updated_at", "2020-11-18 10:47:48.605524"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 10:47:48.609013"], ["updated_at", "2020-11-18 10:47:48.609013"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 10:47:48.611933"], ["updated_at", "2020-11-18 10:47:48.611933"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 10:47:48.614613"], ["updated_at", "2020-11-18 10:47:48.614613"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 10:47:48.617595"], ["updated_at", "2020-11-18 10:47:48.617595"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.621133"], ["updated_at", "2020-11-18 10:47:48.621133"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.624697"], ["updated_at", "2020-11-18 10:47:48.624697"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.627542"], ["updated_at", "2020-11-18 10:47:48.627542"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.630233"], ["updated_at", "2020-11-18 10:47:48.630233"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.632918"], ["updated_at", "2020-11-18 10:47:48.632918"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 10:47:48.646960"], ["updated_at", "2020-11-18 10:47:48.646960"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 10:47:48.650050"], ["updated_at", "2020-11-18 10:47:48.650050"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 10:47:48.652794"], ["updated_at", "2020-11-18 10:47:48.652794"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 10:47:48.655586"], ["updated_at", "2020-11-18 10:47:48.655586"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 10:47:48.658222"], ["updated_at", "2020-11-18 10:47:48.658222"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.659894"], ["updated_at", "2020-11-18 10:47:48.659894"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.661528"], ["updated_at", "2020-11-18 10:47:48.661528"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.663183"], ["updated_at", "2020-11-18 10:47:48.663183"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.664796"], ["updated_at", "2020-11-18 10:47:48.664796"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.666412"], ["updated_at", "2020-11-18 10:47:48.666412"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:48.668138"], ["updated_at", "2020-11-18 10:47:48.668138"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:48.669858"], ["updated_at", "2020-11-18 10:47:48.669858"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:48.671922"], ["updated_at", "2020-11-18 10:47:48.671922"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:48.673631"], ["updated_at", "2020-11-18 10:47:48.673631"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:48.675165"], ["updated_at", "2020-11-18 10:47:48.675165"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 7.12637309863222], ["string", "Eaque similique optio."], ["date", "2019-11-26"], ["time", "2000-01-01 02:14:32.452824"], ["datetime", "2020-11-17 22:30:29.700956"], ["created_at", "2020-11-18 10:47:48.677681"], ["updated_at", "2020-11-18 10:47:48.677681"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 5.61309099842375], ["string", "Iusto commodi sit repellat."], ["date", "2021-01-21"], ["time", "2000-01-01 01:44:45.766766"], ["datetime", "2020-11-18 10:17:37.890751"], ["created_at", "2020-11-18 10:47:48.680787"], ["updated_at", "2020-11-18 10:47:48.680787"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 1.10863921406002], ["string", "Praesentium vitae aut."], ["date", "2022-03-07"], ["time", "2000-01-01 10:12:20.763437"], ["datetime", "2020-11-18 01:47:27.152113"], ["created_at", "2020-11-18 10:47:48.683889"], ["updated_at", "2020-11-18 10:47:48.683889"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 36], ["decimal", 1.52063916187613], ["string", "Facilis ad assumenda quisquam."], ["date", "2021-06-09"], ["time", "2000-01-01 20:47:10.633345"], ["datetime", "2020-11-17 18:52:04.395688"], ["created_at", "2020-11-18 10:47:48.687012"], ["updated_at", "2020-11-18 10:47:48.687012"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 3.99081258067252], ["string", "Dicta debitis et."], ["date", "2022-08-22"], ["time", "2000-01-01 07:00:23.303543"], ["datetime", "2020-11-17 20:17:03.965668"], ["created_at", "2020-11-18 10:47:48.690377"], ["updated_at", "2020-11-18 10:47:48.690377"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1032], ["decimal", 9.66037023798199], ["string", "Et eveniet recusandae."], ["created_at", "2020-11-18 10:47:48.693243"], ["updated_at", "2020-11-18 10:47:48.693243"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 3.04069846758623], ["string", "Ipsa perspiciatis rerum eaque."], ["created_at", "2020-11-18 10:47:48.695570"], ["updated_at", "2020-11-18 10:47:48.695570"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 21.6943364679603], ["string", "Dolores aliquam sequi."], ["created_at", "2020-11-18 10:47:48.698219"], ["updated_at", "2020-11-18 10:47:48.698219"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1034], ["decimal", 13.1455936046685], ["string", "Qui architecto fugiat qui."], ["created_at", "2020-11-18 10:47:48.700865"], ["updated_at", "2020-11-18 10:47:48.700865"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1031], ["decimal", 7.0978029456546], ["string", "Fuga sint nobis."], ["created_at", "2020-11-18 10:47:48.703213"], ["updated_at", "2020-11-18 10:47:48.703213"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 10:47:48.706220"], ["updated_at", "2020-11-18 10:47:48.706220"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 10:47:48.709012"], ["updated_at", "2020-11-18 10:47:48.709012"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 10:47:48.711768"], ["updated_at", "2020-11-18 10:47:48.711768"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 10:47:48.714622"], ["updated_at", "2020-11-18 10:47:48.714622"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 10:47:48.717811"], ["updated_at", "2020-11-18 10:47:48.717811"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 8], ["created_at", "2020-11-18 10:47:48.722253"], ["updated_at", "2020-11-18 10:47:48.722253"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 4], ["created_at", "2020-11-18 10:47:48.726513"], ["updated_at", "2020-11-18 10:47:48.726513"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 2], ["created_at", "2020-11-18 10:47:48.730681"], ["updated_at", "2020-11-18 10:47:48.730681"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 2], ["created_at", "2020-11-18 10:47:48.735108"], ["updated_at", "2020-11-18 10:47:48.735108"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-18 10:47:48.738923"], ["updated_at", "2020-11-18 10:47:48.738923"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 10:47:48.742159"], ["updated_at", "2020-11-18 10:47:48.742159"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-18 10:47:48.745683"], ["updated_at", "2020-11-18 10:47:48.745683"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.2ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 10:47:48.749470"], ["updated_at", "2020-11-18 10:47:48.749470"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 10:47:48.753618"], ["updated_at", "2020-11-18 10:47:48.753618"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 10:47:48.756890"], ["updated_at", "2020-11-18 10:47:48.756890"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:47:48.759694"], ["updated_at", "2020-11-18 10:47:48.759694"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:47:48.762082"], ["updated_at", "2020-11-18 10:47:48.762082"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:47:48.764463"], ["updated_at", "2020-11-18 10:47:48.764463"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:47:48.767324"], ["updated_at", "2020-11-18 10:47:48.767324"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:47:48.769846"], ["updated_at", "2020-11-18 10:47:48.769846"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 10:47:48.784382"], ["updated_at", "2020-11-18 10:47:48.784382"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 10:47:48.786789"], ["updated_at", "2020-11-18 10:47:48.786789"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 10:47:48.789047"], ["updated_at", "2020-11-18 10:47:48.789047"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 10:47:48.791224"], ["updated_at", "2020-11-18 10:47:48.791224"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 10:47:48.793390"], ["updated_at", "2020-11-18 10:47:48.793390"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.794594"], ["updated_at", "2020-11-18 10:47:48.794594"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.795681"], ["updated_at", "2020-11-18 10:47:48.795681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.796914"], ["updated_at", "2020-11-18 10:47:48.796914"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.798132"], ["updated_at", "2020-11-18 10:47:48.798132"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.799720"], ["updated_at", "2020-11-18 10:47:48.799720"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:48.801067"], ["updated_at", "2020-11-18 10:47:48.801067"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:48.802363"], ["updated_at", "2020-11-18 10:47:48.802363"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:48.803472"], ["updated_at", "2020-11-18 10:47:48.803472"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:48.805122"], ["updated_at", "2020-11-18 10:47:48.805122"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:48.806526"], ["updated_at", "2020-11-18 10:47:48.806526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 9.23429377107131], ["string", "Ipsa dicta enim."], ["date", "2019-08-01"], ["time", "2000-01-01 12:07:32.270992"], ["datetime", "2020-11-18 00:35:27.701745"], ["created_at", "2020-11-18 10:47:48.808655"], ["updated_at", "2020-11-18 10:47:48.808655"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 23.9881277335215], ["string", "Velit dolores animi voluptas."], ["date", "2020-09-16"], ["time", "2000-01-01 12:40:21.862124"], ["datetime", "2020-11-17 15:11:11.046672"], ["created_at", "2020-11-18 10:47:48.811472"], ["updated_at", "2020-11-18 10:47:48.811472"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 3.49433847056148], ["string", "Vitae vel eius."], ["date", "2022-09-12"], ["time", "2000-01-01 22:27:03.708808"], ["datetime", "2020-11-17 12:02:53.636604"], ["created_at", "2020-11-18 10:47:48.813585"], ["updated_at", "2020-11-18 10:47:48.813585"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 22], ["decimal", 5.90893845560658], ["string", "Quis libero occaecati culpa."], ["date", "2021-04-15"], ["time", "2000-01-01 01:04:47.570983"], ["datetime", "2020-11-17 14:52:30.325379"], ["created_at", "2020-11-18 10:47:48.816090"], ["updated_at", "2020-11-18 10:47:48.816090"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 16.325017678759], ["string", "Consequuntur enim sed."], ["date", "2020-06-18"], ["time", "2000-01-01 05:23:30.443565"], ["datetime", "2020-11-17 22:32:41.353557"], ["created_at", "2020-11-18 10:47:48.818337"], ["updated_at", "2020-11-18 10:47:48.818337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 17.8169614523603], ["string", "Doloremque non deserunt."], ["created_at", "2020-11-18 10:47:48.820304"], ["updated_at", "2020-11-18 10:47:48.820304"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 5.12019828966039], ["string", "Aspernatur quaerat quam deserunt."], ["created_at", "2020-11-18 10:47:48.822075"], ["updated_at", "2020-11-18 10:47:48.822075"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 8.52943986126752], ["string", "Dolorum exercitationem est."], ["created_at", "2020-11-18 10:47:48.823975"], ["updated_at", "2020-11-18 10:47:48.823975"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 26.9075490922647], ["string", "Alias est commodi quae."], ["created_at", "2020-11-18 10:47:48.825985"], ["updated_at", "2020-11-18 10:47:48.825985"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 5.72303313621833], ["string", "Id veritatis accusantium."], ["created_at", "2020-11-18 10:47:48.827813"], ["updated_at", "2020-11-18 10:47:48.827813"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 10:47:48.830022"], ["updated_at", "2020-11-18 10:47:48.830022"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-18 10:47:48.832394"], ["updated_at", "2020-11-18 10:47:48.832394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 10:47:48.834998"], ["updated_at", "2020-11-18 10:47:48.834998"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 10:47:48.837717"], ["updated_at", "2020-11-18 10:47:48.837717"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-18 10:47:48.840086"], ["updated_at", "2020-11-18 10:47:48.840086"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 13], ["created_at", "2020-11-18 10:47:48.843503"], ["updated_at", "2020-11-18 10:47:48.843503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 5], ["created_at", "2020-11-18 10:47:48.846177"], ["updated_at", "2020-11-18 10:47:48.846177"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (6.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 12], ["created_at", "2020-11-18 10:47:48.849157"], ["updated_at", "2020-11-18 10:47:48.849157"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.4ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 7], ["created_at", "2020-11-18 10:47:48.879944"], ["updated_at", "2020-11-18 10:47:48.879944"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.3ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 11], ["created_at", "2020-11-18 10:47:48.885305"], ["updated_at", "2020-11-18 10:47:48.885305"]]  (0.4ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 10:47:48.888889"], ["updated_at", "2020-11-18 10:47:48.888889"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.3ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 15], ["created_at", "2020-11-18 10:47:48.891651"], ["updated_at", "2020-11-18 10:47:48.891651"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-18 10:47:48.894324"], ["updated_at", "2020-11-18 10:47:48.894324"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-18 10:47:48.896716"], ["updated_at", "2020-11-18 10:47:48.896716"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 10:47:48.899913"], ["updated_at", "2020-11-18 10:47:48.899913"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:47:48.903208"], ["updated_at", "2020-11-18 10:47:48.903208"], ["india_id", 10]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:47:48.905986"], ["updated_at", "2020-11-18 10:47:48.905986"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:47:48.908226"], ["updated_at", "2020-11-18 10:47:48.908226"], ["india_id", 6]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:47:48.910170"], ["updated_at", "2020-11-18 10:47:48.910170"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:47:48.912113"], ["updated_at", "2020-11-18 10:47:48.912113"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 10:47:48.926187"], ["updated_at", "2020-11-18 10:47:48.926187"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-18 10:47:48.928285"], ["updated_at", "2020-11-18 10:47:48.928285"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 10:47:48.930178"], ["updated_at", "2020-11-18 10:47:48.930178"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 10:47:48.932239"], ["updated_at", "2020-11-18 10:47:48.932239"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 10:47:48.934555"], ["updated_at", "2020-11-18 10:47:48.934555"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.935869"], ["updated_at", "2020-11-18 10:47:48.935869"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.937052"], ["updated_at", "2020-11-18 10:47:48.937052"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.938543"], ["updated_at", "2020-11-18 10:47:48.938543"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.939705"], ["updated_at", "2020-11-18 10:47:48.939705"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:48.940688"], ["updated_at", "2020-11-18 10:47:48.940688"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:48.941754"], ["updated_at", "2020-11-18 10:47:48.941754"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:48.942942"], ["updated_at", "2020-11-18 10:47:48.942942"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:48.944019"], ["updated_at", "2020-11-18 10:47:48.944019"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:48.944991"], ["updated_at", "2020-11-18 10:47:48.944991"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:48.945953"], ["updated_at", "2020-11-18 10:47:48.945953"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 35.2807585631141], ["string", "Dolor voluptatem cumque."], ["date", "2019-07-21"], ["time", "2000-01-01 03:28:33.364436"], ["datetime", "2020-11-17 18:02:37.280624"], ["created_at", "2020-11-18 10:47:48.992158"], ["updated_at", "2020-11-18 10:47:48.992158"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 11.7471998904344], ["string", "Voluptas maxime sed ut."], ["date", "2020-11-05"], ["time", "2000-01-01 16:04:52.675506"], ["datetime", "2020-11-17 20:46:31.065017"], ["created_at", "2020-11-18 10:47:48.994861"], ["updated_at", "2020-11-18 10:47:48.994861"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 5.93988809218098], ["string", "Est et officiis."], ["date", "2022-08-11"], ["time", "2000-01-01 15:46:41.309381"], ["datetime", "2020-11-18 07:07:38.278780"], ["created_at", "2020-11-18 10:47:48.998144"], ["updated_at", "2020-11-18 10:47:48.998144"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 25], ["decimal", 11.8548264324871], ["string", "A in laudantium."], ["date", "2022-07-04"], ["time", "2000-01-01 04:54:49.428625"], ["datetime", "2020-11-17 21:07:02.992244"], ["created_at", "2020-11-18 10:47:49.005429"], ["updated_at", "2020-11-18 10:47:49.005429"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 11.5552717812248], ["string", "Eum sed officiis error."], ["date", "2019-05-12"], ["time", "2000-01-01 15:17:36.372299"], ["datetime", "2020-11-18 02:22:25.244266"], ["created_at", "2020-11-18 10:47:49.008627"], ["updated_at", "2020-11-18 10:47:49.008627"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 9.68596664755519], ["string", "Dolorem quasi repellendus."], ["date", "2021-01-17"], ["time", "2000-01-01 14:50:53.967518"], ["datetime", "2020-11-17 18:50:39.856201"], ["created_at", "2020-11-18 10:47:49.011168"], ["updated_at", "2020-11-18 10:47:49.011168"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:49.014829"], ["updated_at", "2020-11-18 10:47:49.014829"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 8.97774365517982], ["string", "Eum inventore ipsum."], ["date", "2019-10-28"], ["time", "2000-01-01 14:09:50.265272"], ["datetime", "2020-11-17 13:22:51.319149"], ["created_at", "2020-11-18 10:47:49.051917"], ["updated_at", "2020-11-18 10:47:49.051917"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 22], ["decimal", 0.776976146538299], ["string", "Officiis nihil quas hic."], ["date", "2022-10-10"], ["time", "2000-01-01 02:59:13.974551"], ["datetime", "2020-11-17 17:18:56.994420"], ["created_at", "2020-11-18 10:47:49.055552"], ["updated_at", "2020-11-18 10:47:49.055552"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 7.11560433010257], ["string", "Ratione debitis est."], ["date", "2021-06-11"], ["time", "2000-01-01 23:29:52.047384"], ["datetime", "2020-11-18 07:13:34.409587"], ["created_at", "2020-11-18 10:47:49.059355"], ["updated_at", "2020-11-18 10:47:49.059355"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 21], ["decimal", 8.78402143272226], ["string", "Minima sit fuga dolorem."], ["date", "2022-10-25"], ["time", "2000-01-01 00:47:14.136313"], ["datetime", "2020-11-18 03:36:29.740893"], ["created_at", "2020-11-18 10:47:49.062074"], ["updated_at", "2020-11-18 10:47:49.062074"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 18.6664416858132], ["string", "Voluptatem sunt rem."], ["date", "2022-08-18"], ["time", "2000-01-01 06:34:09.198204"], ["datetime", "2020-11-17 15:27:54.354476"], ["created_at", "2020-11-18 10:47:49.064480"], ["updated_at", "2020-11-18 10:47:49.064480"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 33.3852925660881], ["string", "Consectetur magni harum."], ["created_at", "2020-11-18 10:47:49.067159"], ["updated_at", "2020-11-18 10:47:49.067159"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 8.37690884364295], ["string", "Accusantium laudantium tenetur sit."], ["created_at", "2020-11-18 10:47:49.069708"], ["updated_at", "2020-11-18 10:47:49.069708"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 1.31763842949183], ["string", "Ratione id molestiae."], ["created_at", "2020-11-18 10:47:49.071798"], ["updated_at", "2020-11-18 10:47:49.071798"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 9.88426403952987], ["string", "Consequatur voluptatem qui omnis."], ["created_at", "2020-11-18 10:47:49.074282"], ["updated_at", "2020-11-18 10:47:49.074282"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 0.95486190327426], ["string", "Nulla architecto fuga."], ["created_at", "2020-11-18 10:47:49.076367"], ["updated_at", "2020-11-18 10:47:49.076367"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 10:47:49.079191"], ["updated_at", "2020-11-18 10:47:49.079191"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 10:47:49.081601"], ["updated_at", "2020-11-18 10:47:49.081601"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 10:47:49.083734"], ["updated_at", "2020-11-18 10:47:49.083734"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 10:47:49.086090"], ["updated_at", "2020-11-18 10:47:49.086090"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 10:47:49.088253"], ["updated_at", "2020-11-18 10:47:49.088253"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.3ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-18 10:47:49.093348"], ["updated_at", "2020-11-18 10:47:49.093348"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-18 10:47:49.098926"], ["updated_at", "2020-11-18 10:47:49.098926"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-18 10:47:49.102889"], ["updated_at", "2020-11-18 10:47:49.102889"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-18 10:47:49.106361"], ["updated_at", "2020-11-18 10:47:49.106361"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-18 10:47:49.109396"], ["updated_at", "2020-11-18 10:47:49.109396"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 10:47:49.111485"], ["updated_at", "2020-11-18 10:47:49.111485"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 10:47:49.113481"], ["updated_at", "2020-11-18 10:47:49.113481"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 10:47:49.116204"], ["updated_at", "2020-11-18 10:47:49.116204"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 10:47:49.119093"], ["updated_at", "2020-11-18 10:47:49.119093"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 10:47:49.121915"], ["updated_at", "2020-11-18 10:47:49.121915"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:49.125256"], ["updated_at", "2020-11-18 10:47:49.125256"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:49.128245"], ["updated_at", "2020-11-18 10:47:49.128245"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:49.131079"], ["updated_at", "2020-11-18 10:47:49.131079"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:49.134128"], ["updated_at", "2020-11-18 10:47:49.134128"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:49.137016"], ["updated_at", "2020-11-18 10:47:49.137016"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 10:47:49.154031"], ["updated_at", "2020-11-18 10:47:49.154031"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 10:47:49.156985"], ["updated_at", "2020-11-18 10:47:49.156985"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 10:47:49.159095"], ["updated_at", "2020-11-18 10:47:49.159095"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 10:47:49.161096"], ["updated_at", "2020-11-18 10:47:49.161096"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 10:47:49.163206"], ["updated_at", "2020-11-18 10:47:49.163206"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:49.164531"], ["updated_at", "2020-11-18 10:47:49.164531"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:49.165939"], ["updated_at", "2020-11-18 10:47:49.165939"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:49.167300"], ["updated_at", "2020-11-18 10:47:49.167300"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:49.168569"], ["updated_at", "2020-11-18 10:47:49.168569"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:49.169662"], ["updated_at", "2020-11-18 10:47:49.169662"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:49.170865"], ["updated_at", "2020-11-18 10:47:49.170865"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:49.172127"], ["updated_at", "2020-11-18 10:47:49.172127"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:49.173256"], ["updated_at", "2020-11-18 10:47:49.173256"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:49.174393"], ["updated_at", "2020-11-18 10:47:49.174393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:49.175414"], ["updated_at", "2020-11-18 10:47:49.175414"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 30], ["decimal", 22.2586661165205], ["string", "Blanditiis et et."], ["date", "2019-10-22"], ["time", "2000-01-01 10:18:21.518275"], ["datetime", "2020-11-18 04:05:47.654389"], ["created_at", "2020-11-18 10:47:49.177236"], ["updated_at", "2020-11-18 10:47:49.177236"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 34.2163341295225], ["string", "Nihil quo numquam et."], ["date", "2020-02-16"], ["time", "2000-01-01 22:46:25.145114"], ["datetime", "2020-11-17 17:58:53.515642"], ["created_at", "2020-11-18 10:47:49.179589"], ["updated_at", "2020-11-18 10:47:49.179589"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 5.76615266693642], ["string", "Quos autem tempora."], ["date", "2020-09-13"], ["time", "2000-01-01 05:45:28.320997"], ["datetime", "2020-11-18 10:23:39.067226"], ["created_at", "2020-11-18 10:47:49.182227"], ["updated_at", "2020-11-18 10:47:49.182227"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 8.02381704413765], ["string", "Laudantium repellendus similique omnis."], ["date", "2020-09-28"], ["time", "2000-01-01 05:50:27.548166"], ["datetime", "2020-11-18 07:53:36.820857"], ["created_at", "2020-11-18 10:47:49.184688"], ["updated_at", "2020-11-18 10:47:49.184688"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 4.25307221553473], ["string", "Aperiam ut aut."], ["date", "2019-02-19"], ["time", "2000-01-01 07:00:07.654747"], ["datetime", "2020-11-17 16:03:09.423337"], ["created_at", "2020-11-18 10:47:49.187045"], ["updated_at", "2020-11-18 10:47:49.187045"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 23.0819465506026], ["string", "Eos corporis earum."], ["created_at", "2020-11-18 10:47:49.189035"], ["updated_at", "2020-11-18 10:47:49.189035"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 10.6831616348196], ["string", "Culpa voluptatem corrupti quo."], ["created_at", "2020-11-18 10:47:49.190692"], ["updated_at", "2020-11-18 10:47:49.190692"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 10.9715701450818], ["string", "Eligendi consequatur aut."], ["created_at", "2020-11-18 10:47:49.192107"], ["updated_at", "2020-11-18 10:47:49.192107"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1033], ["decimal", 21.0202828393494], ["string", "Consequatur voluptas a dicta."], ["created_at", "2020-11-18 10:47:49.193526"], ["updated_at", "2020-11-18 10:47:49.193526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 28.8608177923073], ["string", "Ipsam nulla placeat."], ["created_at", "2020-11-18 10:47:49.195034"], ["updated_at", "2020-11-18 10:47:49.195034"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 10:47:49.197075"], ["updated_at", "2020-11-18 10:47:49.197075"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 10:47:49.199294"], ["updated_at", "2020-11-18 10:47:49.199294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 10:47:49.201264"], ["updated_at", "2020-11-18 10:47:49.201264"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 10:47:49.203039"], ["updated_at", "2020-11-18 10:47:49.203039"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 10:47:49.204821"], ["updated_at", "2020-11-18 10:47:49.204821"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 6], ["created_at", "2020-11-18 10:47:49.207372"], ["updated_at", "2020-11-18 10:47:49.207372"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 4], ["created_at", "2020-11-18 10:47:49.210234"], ["updated_at", "2020-11-18 10:47:49.210234"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 7], ["created_at", "2020-11-18 10:47:49.213962"], ["updated_at", "2020-11-18 10:47:49.213962"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 9], ["created_at", "2020-11-18 10:47:49.231674"], ["updated_at", "2020-11-18 10:47:49.231674"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-18 10:47:49.235201"], ["updated_at", "2020-11-18 10:47:49.235201"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 10:47:49.238110"], ["updated_at", "2020-11-18 10:47:49.238110"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 10:47:49.240691"], ["updated_at", "2020-11-18 10:47:49.240691"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 10:47:49.242710"], ["updated_at", "2020-11-18 10:47:49.242710"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-18 10:47:49.245412"], ["updated_at", "2020-11-18 10:47:49.245412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 10:47:49.247557"], ["updated_at", "2020-11-18 10:47:49.247557"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:47:49.249594"], ["updated_at", "2020-11-18 10:47:49.249594"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:47:49.251709"], ["updated_at", "2020-11-18 10:47:49.251709"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:47:49.253963"], ["updated_at", "2020-11-18 10:47:49.253963"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:47:49.255895"], ["updated_at", "2020-11-18 10:47:49.255895"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:47:49.257971"], ["updated_at", "2020-11-18 10:47:49.257971"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 10:47:49.268199"], ["updated_at", "2020-11-18 10:47:49.268199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 10:47:49.270035"], ["updated_at", "2020-11-18 10:47:49.270035"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 10:47:49.271768"], ["updated_at", "2020-11-18 10:47:49.271768"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 10:47:49.274502"], ["updated_at", "2020-11-18 10:47:49.274502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 10:47:49.276169"], ["updated_at", "2020-11-18 10:47:49.276169"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:49.277262"], ["updated_at", "2020-11-18 10:47:49.277262"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:49.278189"], ["updated_at", "2020-11-18 10:47:49.278189"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:49.279057"], ["updated_at", "2020-11-18 10:47:49.279057"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:49.279957"], ["updated_at", "2020-11-18 10:47:49.279957"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:49.281035"], ["updated_at", "2020-11-18 10:47:49.281035"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:49.282245"], ["updated_at", "2020-11-18 10:47:49.282245"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:49.283369"], ["updated_at", "2020-11-18 10:47:49.283369"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:49.284402"], ["updated_at", "2020-11-18 10:47:49.284402"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:49.285637"], ["updated_at", "2020-11-18 10:47:49.285637"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:49.286856"], ["updated_at", "2020-11-18 10:47:49.286856"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 1.00278791452176], ["string", "Voluptatem at omnis."], ["date", "2021-05-18"], ["time", "2000-01-01 17:53:33.885733"], ["datetime", "2020-11-17 22:52:55.913512"], ["created_at", "2020-11-18 10:47:49.288984"], ["updated_at", "2020-11-18 10:47:49.288984"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 6.75377398090388], ["string", "Ducimus deleniti aspernatur magnam."], ["date", "2021-12-30"], ["time", "2000-01-01 08:34:57.134805"], ["datetime", "2020-11-18 00:44:22.375005"], ["created_at", "2020-11-18 10:47:49.291676"], ["updated_at", "2020-11-18 10:47:49.291676"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 8.7469112733843], ["string", "Quia magnam tenetur."], ["date", "2020-05-09"], ["time", "2000-01-01 19:31:05.012055"], ["datetime", "2020-11-17 17:04:16.249025"], ["created_at", "2020-11-18 10:47:49.294411"], ["updated_at", "2020-11-18 10:47:49.294411"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 20.8338638778594], ["string", "Nostrum eveniet error voluptatum."], ["date", "2021-09-06"], ["time", "2000-01-01 18:08:00.386577"], ["datetime", "2020-11-18 10:33:36.986968"], ["created_at", "2020-11-18 10:47:49.296833"], ["updated_at", "2020-11-18 10:47:49.296833"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 16.74488254881], ["string", "Fuga atque eius."], ["date", "2020-03-02"], ["time", "2000-01-01 10:46:31.336249"], ["datetime", "2020-11-17 22:43:09.443544"], ["created_at", "2020-11-18 10:47:49.300321"], ["updated_at", "2020-11-18 10:47:49.300321"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", 1.28415818031699], ["string", "Expedita consequatur maiores."], ["created_at", "2020-11-18 10:47:49.303422"], ["updated_at", "2020-11-18 10:47:49.303422"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1033], ["decimal", 8.95574444785603], ["string", "Ex dicta sed qui."], ["created_at", "2020-11-18 10:47:49.305995"], ["updated_at", "2020-11-18 10:47:49.305995"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 7.6431033577966], ["string", "Amet ab quia."], ["created_at", "2020-11-18 10:47:49.308244"], ["updated_at", "2020-11-18 10:47:49.308244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 9.57619296983], ["string", "Temporibus consectetur aliquid et."], ["created_at", "2020-11-18 10:47:49.309990"], ["updated_at", "2020-11-18 10:47:49.309990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 11.4642500494478], ["string", "In reprehenderit nisi."], ["created_at", "2020-11-18 10:47:49.311729"], ["updated_at", "2020-11-18 10:47:49.311729"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 10:47:49.314004"], ["updated_at", "2020-11-18 10:47:49.314004"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-18 10:47:49.316572"], ["updated_at", "2020-11-18 10:47:49.316572"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 10:47:49.319148"], ["updated_at", "2020-11-18 10:47:49.319148"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 10:47:49.321804"], ["updated_at", "2020-11-18 10:47:49.321804"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 10:47:49.324217"], ["updated_at", "2020-11-18 10:47:49.324217"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 6], ["created_at", "2020-11-18 10:47:49.328434"], ["updated_at", "2020-11-18 10:47:49.328434"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 11], ["created_at", "2020-11-18 10:47:49.331281"], ["updated_at", "2020-11-18 10:47:49.331281"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 10], ["created_at", "2020-11-18 10:47:49.333995"], ["updated_at", "2020-11-18 10:47:49.333995"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 8], ["created_at", "2020-11-18 10:47:49.336656"], ["updated_at", "2020-11-18 10:47:49.336656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 7], ["created_at", "2020-11-18 10:47:49.339245"], ["updated_at", "2020-11-18 10:47:49.339245"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-18 10:47:49.341274"], ["updated_at", "2020-11-18 10:47:49.341274"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-18 10:47:49.343148"], ["updated_at", "2020-11-18 10:47:49.343148"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-18 10:47:49.345009"], ["updated_at", "2020-11-18 10:47:49.345009"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 10:47:49.346952"], ["updated_at", "2020-11-18 10:47:49.346952"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 10:47:49.349590"], ["updated_at", "2020-11-18 10:47:49.349590"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:47:49.352116"], ["updated_at", "2020-11-18 10:47:49.352116"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:47:49.354802"], ["updated_at", "2020-11-18 10:47:49.354802"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:47:49.357435"], ["updated_at", "2020-11-18 10:47:49.357435"], ["india_id", 9]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:47:49.359673"], ["updated_at", "2020-11-18 10:47:49.359673"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:47:49.361635"], ["updated_at", "2020-11-18 10:47:49.361635"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 10:47:49.374969"], ["updated_at", "2020-11-18 10:47:49.374969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 10:47:49.376991"], ["updated_at", "2020-11-18 10:47:49.376991"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 10:47:49.379087"], ["updated_at", "2020-11-18 10:47:49.379087"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 10:47:49.381541"], ["updated_at", "2020-11-18 10:47:49.381541"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 10:47:49.384119"], ["updated_at", "2020-11-18 10:47:49.384119"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:49.385496"], ["updated_at", "2020-11-18 10:47:49.385496"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:49.386584"], ["updated_at", "2020-11-18 10:47:49.386584"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:49.387847"], ["updated_at", "2020-11-18 10:47:49.387847"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:49.389358"], ["updated_at", "2020-11-18 10:47:49.389358"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:47:49.390461"], ["updated_at", "2020-11-18 10:47:49.390461"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:49.391511"], ["updated_at", "2020-11-18 10:47:49.391511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:49.392597"], ["updated_at", "2020-11-18 10:47:49.392597"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:49.393581"], ["updated_at", "2020-11-18 10:47:49.393581"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:49.394569"], ["updated_at", "2020-11-18 10:47:49.394569"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:47:49.395465"], ["updated_at", "2020-11-18 10:47:49.395465"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (2.0ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (2.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.4ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 0.545691010578318], ["string", "Suscipit officia magni."], ["date", "2022-01-01"], ["time", "2000-01-01 08:20:17.578306"], ["datetime", "2020-11-17 16:22:59.898125"], ["created_at", "2020-11-18 10:48:02.519552"], ["updated_at", "2020-11-18 10:48:02.519552"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 0.482857790429377], ["string", "Optio culpa illo nemo."], ["date", "2021-04-29"], ["time", "2000-01-01 19:18:40.152644"], ["datetime", "2020-11-17 14:33:47.309372"], ["created_at", "2020-11-18 10:48:02.524376"], ["updated_at", "2020-11-18 10:48:02.524376"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 20.5188451052835], ["string", "Enim quia nesciunt."], ["date", "2018-12-19"], ["time", "2000-01-01 16:23:10.649557"], ["datetime", "2020-11-18 02:53:01.553021"], ["created_at", "2020-11-18 10:48:02.527504"], ["updated_at", "2020-11-18 10:48:02.527504"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 35.7233413146906], ["string", "Voluptas dignissimos neque iste."], ["date", "2020-09-26"], ["time", "2000-01-01 17:11:28.894837"], ["datetime", "2020-11-17 16:58:25.064887"], ["created_at", "2020-11-18 10:48:02.530766"], ["updated_at", "2020-11-18 10:48:02.530766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 0.810261132368648], ["string", "Quos molestiae autem."], ["date", "2021-08-17"], ["time", "2000-01-01 18:27:17.070546"], ["datetime", "2020-11-17 14:00:15.996642"], ["created_at", "2020-11-18 10:48:02.532879"], ["updated_at", "2020-11-18 10:48:02.532879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1025], ["decimal", 4.44439939920782], ["string", "Vero ex sunt."], ["created_at", "2020-11-18 10:48:02.540167"], ["updated_at", "2020-11-18 10:48:02.540167"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 35.2674960903419], ["string", "Voluptatibus facilis voluptatum velit."], ["created_at", "2020-11-18 10:48:02.541909"], ["updated_at", "2020-11-18 10:48:02.541909"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 9.00712144854796], ["string", "Laboriosam fuga nihil."], ["created_at", "2020-11-18 10:48:02.543463"], ["updated_at", "2020-11-18 10:48:02.543463"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 21.1812671239259], ["string", "Modi reiciendis facere laudantium."], ["created_at", "2020-11-18 10:48:02.544964"], ["updated_at", "2020-11-18 10:48:02.544964"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 0.484777902183933], ["string", "Vel deleniti architecto."], ["created_at", "2020-11-18 10:48:02.546603"], ["updated_at", "2020-11-18 10:48:02.546603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 10:48:02.555154"], ["updated_at", "2020-11-18 10:48:02.555154"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 10:48:02.557212"], ["updated_at", "2020-11-18 10:48:02.557212"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 10:48:02.559013"], ["updated_at", "2020-11-18 10:48:02.559013"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 10:48:02.561124"], ["updated_at", "2020-11-18 10:48:02.561124"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 10:48:02.563147"], ["updated_at", "2020-11-18 10:48:02.563147"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-18 10:48:02.571722"], ["updated_at", "2020-11-18 10:48:02.571722"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-18 10:48:02.574828"], ["updated_at", "2020-11-18 10:48:02.574828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-18 10:48:02.577231"], ["updated_at", "2020-11-18 10:48:02.577231"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-18 10:48:02.579394"], ["updated_at", "2020-11-18 10:48:02.579394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-18 10:48:02.581585"], ["updated_at", "2020-11-18 10:48:02.581585"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 10:48:02.611809"], ["updated_at", "2020-11-18 10:48:02.611809"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 10:48:02.614126"], ["updated_at", "2020-11-18 10:48:02.614126"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 10:48:02.616003"], ["updated_at", "2020-11-18 10:48:02.616003"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 10:48:02.618505"], ["updated_at", "2020-11-18 10:48:02.618505"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 10:48:02.620792"], ["updated_at", "2020-11-18 10:48:02.620792"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:02.629210"], ["updated_at", "2020-11-18 10:48:02.629210"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:02.631453"], ["updated_at", "2020-11-18 10:48:02.631453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:02.633343"], ["updated_at", "2020-11-18 10:48:02.633343"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:02.635263"], ["updated_at", "2020-11-18 10:48:02.635263"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:02.637171"], ["updated_at", "2020-11-18 10:48:02.637171"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 10:48:02.659046"], ["updated_at", "2020-11-18 10:48:02.659046"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 10:48:02.661072"], ["updated_at", "2020-11-18 10:48:02.661072"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 10:48:02.662992"], ["updated_at", "2020-11-18 10:48:02.662992"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 10:48:02.664818"], ["updated_at", "2020-11-18 10:48:02.664818"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 10:48:02.666596"], ["updated_at", "2020-11-18 10:48:02.666596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:02.671368"], ["updated_at", "2020-11-18 10:48:02.671368"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:02.672675"], ["updated_at", "2020-11-18 10:48:02.672675"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:02.673588"], ["updated_at", "2020-11-18 10:48:02.673588"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:02.674398"], ["updated_at", "2020-11-18 10:48:02.674398"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:02.675182"], ["updated_at", "2020-11-18 10:48:02.675182"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:02.678952"], ["updated_at", "2020-11-18 10:48:02.678952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:02.680138"], ["updated_at", "2020-11-18 10:48:02.680138"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:02.681090"], ["updated_at", "2020-11-18 10:48:02.681090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:02.681999"], ["updated_at", "2020-11-18 10:48:02.681999"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:02.682858"], ["updated_at", "2020-11-18 10:48:02.682858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 26.9691336529154], ["string", "Amet quas quia."], ["date", "2020-04-15"], ["time", "2000-01-01 06:16:40.759454"], ["datetime", "2020-11-18 03:42:00.372328"], ["created_at", "2020-11-18 10:48:02.684561"], ["updated_at", "2020-11-18 10:48:02.684561"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 3.95429138413002], ["string", "Eum doloremque voluptatum explicabo."], ["date", "2020-08-04"], ["time", "2000-01-01 01:36:39.506288"], ["datetime", "2020-11-17 22:44:16.452136"], ["created_at", "2020-11-18 10:48:02.686989"], ["updated_at", "2020-11-18 10:48:02.686989"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 11.7453077204391], ["string", "Eligendi consequuntur asperiores."], ["date", "2018-11-21"], ["time", "2000-01-01 16:51:23.497103"], ["datetime", "2020-11-17 23:59:46.253482"], ["created_at", "2020-11-18 10:48:02.689257"], ["updated_at", "2020-11-18 10:48:02.689257"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 7.1475340197352], ["string", "Unde vitae voluptas architecto."], ["date", "2020-07-10"], ["time", "2000-01-01 09:34:31.078994"], ["datetime", "2020-11-18 05:35:58.611723"], ["created_at", "2020-11-18 10:48:02.691846"], ["updated_at", "2020-11-18 10:48:02.691846"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 2.30567380853009], ["string", "Ratione est ut."], ["date", "2022-08-22"], ["time", "2000-01-01 17:09:20.442577"], ["datetime", "2020-11-18 06:15:52.510977"], ["created_at", "2020-11-18 10:48:02.693934"], ["updated_at", "2020-11-18 10:48:02.693934"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 3.91303190023578], ["string", "Qui ratione voluptas."], ["created_at", "2020-11-18 10:48:02.695772"], ["updated_at", "2020-11-18 10:48:02.695772"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 0.598438012622518], ["string", "Nesciunt ipsam non dolores."], ["created_at", "2020-11-18 10:48:02.697438"], ["updated_at", "2020-11-18 10:48:02.697438"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1035], ["decimal", 19.9886059442361], ["string", "Optio aut ut."], ["created_at", "2020-11-18 10:48:02.698908"], ["updated_at", "2020-11-18 10:48:02.698908"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 6.75157448876937], ["string", "Atque expedita suscipit dolorem."], ["created_at", "2020-11-18 10:48:02.700372"], ["updated_at", "2020-11-18 10:48:02.700372"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 0.63177033222371], ["string", "Deserunt dolorum similique."], ["created_at", "2020-11-18 10:48:02.701791"], ["updated_at", "2020-11-18 10:48:02.701791"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 10:48:02.703718"], ["updated_at", "2020-11-18 10:48:02.703718"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 10:48:02.705671"], ["updated_at", "2020-11-18 10:48:02.705671"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 10:48:02.707593"], ["updated_at", "2020-11-18 10:48:02.707593"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 10:48:02.709549"], ["updated_at", "2020-11-18 10:48:02.709549"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 10:48:02.711364"], ["updated_at", "2020-11-18 10:48:02.711364"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-18 10:48:02.714021"], ["updated_at", "2020-11-18 10:48:02.714021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 9], ["created_at", "2020-11-18 10:48:02.716529"], ["updated_at", "2020-11-18 10:48:02.716529"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 7], ["created_at", "2020-11-18 10:48:02.718942"], ["updated_at", "2020-11-18 10:48:02.718942"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 9], ["created_at", "2020-11-18 10:48:02.721284"], ["updated_at", "2020-11-18 10:48:02.721284"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-18 10:48:02.723642"], ["updated_at", "2020-11-18 10:48:02.723642"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-18 10:48:02.725571"], ["updated_at", "2020-11-18 10:48:02.725571"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 10:48:02.727558"], ["updated_at", "2020-11-18 10:48:02.727558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 10:48:02.729753"], ["updated_at", "2020-11-18 10:48:02.729753"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 10:48:02.732372"], ["updated_at", "2020-11-18 10:48:02.732372"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-18 10:48:02.734573"], ["updated_at", "2020-11-18 10:48:02.734573"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:48:02.736767"], ["updated_at", "2020-11-18 10:48:02.736767"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:48:02.738725"], ["updated_at", "2020-11-18 10:48:02.738725"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:48:02.740287"], ["updated_at", "2020-11-18 10:48:02.740287"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:48:02.741828"], ["updated_at", "2020-11-18 10:48:02.741828"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:48:02.743343"], ["updated_at", "2020-11-18 10:48:02.743343"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 10:48:02.755331"], ["updated_at", "2020-11-18 10:48:02.755331"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 10:48:02.757345"], ["updated_at", "2020-11-18 10:48:02.757345"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 10:48:02.759281"], ["updated_at", "2020-11-18 10:48:02.759281"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 10:48:02.761324"], ["updated_at", "2020-11-18 10:48:02.761324"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 10:48:02.763403"], ["updated_at", "2020-11-18 10:48:02.763403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:02.764795"], ["updated_at", "2020-11-18 10:48:02.764795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:02.765750"], ["updated_at", "2020-11-18 10:48:02.765750"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:02.766655"], ["updated_at", "2020-11-18 10:48:02.766655"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:02.767505"], ["updated_at", "2020-11-18 10:48:02.767505"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:02.768374"], ["updated_at", "2020-11-18 10:48:02.768374"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:02.769282"], ["updated_at", "2020-11-18 10:48:02.769282"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:02.770414"], ["updated_at", "2020-11-18 10:48:02.770414"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:02.771805"], ["updated_at", "2020-11-18 10:48:02.771805"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:02.773184"], ["updated_at", "2020-11-18 10:48:02.773184"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:02.774607"], ["updated_at", "2020-11-18 10:48:02.774607"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 7.90781200102888], ["string", "Quaerat molestiae quibusdam."], ["date", "2022-02-09"], ["time", "2000-01-01 05:52:02.691584"], ["datetime", "2020-11-17 18:15:15.317619"], ["created_at", "2020-11-18 10:48:02.777351"], ["updated_at", "2020-11-18 10:48:02.777351"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 2.3931633948914], ["string", "Repellendus quaerat eaque eos."], ["date", "2021-06-29"], ["time", "2000-01-01 02:45:13.648351"], ["datetime", "2020-11-17 14:25:22.840490"], ["created_at", "2020-11-18 10:48:02.780347"], ["updated_at", "2020-11-18 10:48:02.780347"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 4.22123185512084], ["string", "Molestiae et occaecati."], ["date", "2022-02-19"], ["time", "2000-01-01 21:23:14.836068"], ["datetime", "2020-11-18 04:17:20.042767"], ["created_at", "2020-11-18 10:48:02.782917"], ["updated_at", "2020-11-18 10:48:02.782917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 4.27319966363899], ["string", "Consequuntur commodi harum quia."], ["date", "2021-09-13"], ["time", "2000-01-01 11:56:38.030454"], ["datetime", "2020-11-18 05:13:13.543899"], ["created_at", "2020-11-18 10:48:02.785122"], ["updated_at", "2020-11-18 10:48:02.785122"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 2.49662158370744], ["string", "Dolores similique nihil."], ["date", "2019-08-26"], ["time", "2000-01-01 19:23:06.776225"], ["datetime", "2020-11-17 13:07:11.988413"], ["created_at", "2020-11-18 10:48:02.787252"], ["updated_at", "2020-11-18 10:48:02.787252"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 6.36918216542111], ["string", "Occaecati facilis natus."], ["created_at", "2020-11-18 10:48:02.789160"], ["updated_at", "2020-11-18 10:48:02.789160"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 4.60483948946883], ["string", "Ipsam nesciunt molestiae ut."], ["created_at", "2020-11-18 10:48:02.790674"], ["updated_at", "2020-11-18 10:48:02.790674"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 3.86274441887836], ["string", "Harum laboriosam quia."], ["created_at", "2020-11-18 10:48:02.792133"], ["updated_at", "2020-11-18 10:48:02.792133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 3.80933772608495], ["string", "Labore molestiae quia inventore."], ["created_at", "2020-11-18 10:48:02.793613"], ["updated_at", "2020-11-18 10:48:02.793613"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 3.31199838623884], ["string", "Animi distinctio minus."], ["created_at", "2020-11-18 10:48:02.795052"], ["updated_at", "2020-11-18 10:48:02.795052"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 10:48:02.797932"], ["updated_at", "2020-11-18 10:48:02.797932"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 10:48:02.800717"], ["updated_at", "2020-11-18 10:48:02.800717"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 10:48:02.803527"], ["updated_at", "2020-11-18 10:48:02.803527"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 10:48:02.805963"], ["updated_at", "2020-11-18 10:48:02.805963"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 10:48:02.808038"], ["updated_at", "2020-11-18 10:48:02.808038"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 13], ["created_at", "2020-11-18 10:48:02.810457"], ["updated_at", "2020-11-18 10:48:02.810457"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-18 10:48:02.812946"], ["updated_at", "2020-11-18 10:48:02.812946"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 15], ["created_at", "2020-11-18 10:48:02.815362"], ["updated_at", "2020-11-18 10:48:02.815362"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 2], ["created_at", "2020-11-18 10:48:02.818561"], ["updated_at", "2020-11-18 10:48:02.818561"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 15], ["created_at", "2020-11-18 10:48:02.821296"], ["updated_at", "2020-11-18 10:48:02.821296"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-18 10:48:02.823603"], ["updated_at", "2020-11-18 10:48:02.823603"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-18 10:48:02.825536"], ["updated_at", "2020-11-18 10:48:02.825536"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-18 10:48:02.827444"], ["updated_at", "2020-11-18 10:48:02.827444"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 10:48:02.829417"], ["updated_at", "2020-11-18 10:48:02.829417"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 15], ["created_at", "2020-11-18 10:48:02.831530"], ["updated_at", "2020-11-18 10:48:02.831530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:48:02.833654"], ["updated_at", "2020-11-18 10:48:02.833654"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:48:02.835447"], ["updated_at", "2020-11-18 10:48:02.835447"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:48:02.837150"], ["updated_at", "2020-11-18 10:48:02.837150"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:48:02.838871"], ["updated_at", "2020-11-18 10:48:02.838871"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:48:02.840579"], ["updated_at", "2020-11-18 10:48:02.840579"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-18 10:48:02.851851"], ["updated_at", "2020-11-18 10:48:02.851851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 10:48:02.853757"], ["updated_at", "2020-11-18 10:48:02.853757"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 10:48:02.855478"], ["updated_at", "2020-11-18 10:48:02.855478"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 10:48:02.857178"], ["updated_at", "2020-11-18 10:48:02.857178"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 10:48:02.858865"], ["updated_at", "2020-11-18 10:48:02.858865"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:02.859868"], ["updated_at", "2020-11-18 10:48:02.859868"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:02.860684"], ["updated_at", "2020-11-18 10:48:02.860684"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:02.861479"], ["updated_at", "2020-11-18 10:48:02.861479"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:02.862269"], ["updated_at", "2020-11-18 10:48:02.862269"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:02.863085"], ["updated_at", "2020-11-18 10:48:02.863085"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:02.863913"], ["updated_at", "2020-11-18 10:48:02.863913"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:02.864713"], ["updated_at", "2020-11-18 10:48:02.864713"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:02.865466"], ["updated_at", "2020-11-18 10:48:02.865466"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:02.866211"], ["updated_at", "2020-11-18 10:48:02.866211"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:02.867004"], ["updated_at", "2020-11-18 10:48:02.867004"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 17.7074041614668], ["string", "Ex consequatur dicta."], ["date", "2020-10-03"], ["time", "2000-01-01 02:36:39.797531"], ["datetime", "2020-11-17 23:40:22.074771"], ["created_at", "2020-11-18 10:48:02.874761"], ["updated_at", "2020-11-18 10:48:02.874761"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 0.334465620872793], ["string", "Optio corporis architecto asperiores."], ["date", "2020-07-29"], ["time", "2000-01-01 00:54:07.095226"], ["datetime", "2020-11-18 02:33:06.883758"], ["created_at", "2020-11-18 10:48:02.878088"], ["updated_at", "2020-11-18 10:48:02.878088"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 9.95653872736028], ["string", "A odit blanditiis."], ["date", "2019-09-02"], ["time", "2000-01-01 09:17:52.488618"], ["datetime", "2020-11-18 03:03:21.064062"], ["created_at", "2020-11-18 10:48:02.880691"], ["updated_at", "2020-11-18 10:48:02.880691"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 1.48740294703303], ["string", "Cumque nostrum ullam id."], ["date", "2019-02-17"], ["time", "2000-01-01 22:09:28.905890"], ["datetime", "2020-11-17 19:36:07.332121"], ["created_at", "2020-11-18 10:48:02.883003"], ["updated_at", "2020-11-18 10:48:02.883003"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 11.5359235886541], ["string", "Vel eos aut."], ["date", "2020-11-27"], ["time", "2000-01-01 14:56:16.631020"], ["datetime", "2020-11-17 21:19:29.803060"], ["created_at", "2020-11-18 10:48:02.885639"], ["updated_at", "2020-11-18 10:48:02.885639"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 12.4779625116835], ["string", "Similique cum nam."], ["created_at", "2020-11-18 10:48:02.887755"], ["updated_at", "2020-11-18 10:48:02.887755"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 23.1053197083228], ["string", "Alias eos nostrum inventore."], ["created_at", "2020-11-18 10:48:02.890271"], ["updated_at", "2020-11-18 10:48:02.890271"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", 20.4298446492666], ["string", "Laborum voluptatem temporibus."], ["created_at", "2020-11-18 10:48:02.892784"], ["updated_at", "2020-11-18 10:48:02.892784"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 4.89597919776782], ["string", "Iste assumenda non nihil."], ["created_at", "2020-11-18 10:48:02.894678"], ["updated_at", "2020-11-18 10:48:02.894678"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 4.2052668035423], ["string", "Enim nam perferendis."], ["created_at", "2020-11-18 10:48:02.896915"], ["updated_at", "2020-11-18 10:48:02.896915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 10:48:02.899399"], ["updated_at", "2020-11-18 10:48:02.899399"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 10:48:02.901727"], ["updated_at", "2020-11-18 10:48:02.901727"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 10:48:02.903916"], ["updated_at", "2020-11-18 10:48:02.903916"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 10:48:02.906645"], ["updated_at", "2020-11-18 10:48:02.906645"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 10:48:02.908896"], ["updated_at", "2020-11-18 10:48:02.908896"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-18 10:48:02.912139"], ["updated_at", "2020-11-18 10:48:02.912139"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-18 10:48:02.915177"], ["updated_at", "2020-11-18 10:48:02.915177"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-18 10:48:02.918182"], ["updated_at", "2020-11-18 10:48:02.918182"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-18 10:48:02.921015"], ["updated_at", "2020-11-18 10:48:02.921015"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-18 10:48:02.923563"], ["updated_at", "2020-11-18 10:48:02.923563"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 10:48:02.925634"], ["updated_at", "2020-11-18 10:48:02.925634"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 10:48:02.927634"], ["updated_at", "2020-11-18 10:48:02.927634"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 10:48:02.929646"], ["updated_at", "2020-11-18 10:48:02.929646"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 10:48:02.932012"], ["updated_at", "2020-11-18 10:48:02.932012"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 10:48:02.933939"], ["updated_at", "2020-11-18 10:48:02.933939"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:02.935938"], ["updated_at", "2020-11-18 10:48:02.935938"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:02.938254"], ["updated_at", "2020-11-18 10:48:02.938254"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:02.940244"], ["updated_at", "2020-11-18 10:48:02.940244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:02.942099"], ["updated_at", "2020-11-18 10:48:02.942099"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:02.944168"], ["updated_at", "2020-11-18 10:48:02.944168"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 10:48:02.955068"], ["updated_at", "2020-11-18 10:48:02.955068"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 10:48:02.956820"], ["updated_at", "2020-11-18 10:48:02.956820"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 10:48:02.958543"], ["updated_at", "2020-11-18 10:48:02.958543"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 10:48:02.960193"], ["updated_at", "2020-11-18 10:48:02.960193"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 10:48:02.961868"], ["updated_at", "2020-11-18 10:48:02.961868"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:02.963085"], ["updated_at", "2020-11-18 10:48:02.963085"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:02.964070"], ["updated_at", "2020-11-18 10:48:02.964070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:02.964940"], ["updated_at", "2020-11-18 10:48:02.964940"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:02.965817"], ["updated_at", "2020-11-18 10:48:02.965817"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:02.966634"], ["updated_at", "2020-11-18 10:48:02.966634"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:02.967530"], ["updated_at", "2020-11-18 10:48:02.967530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:02.968461"], ["updated_at", "2020-11-18 10:48:02.968461"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:02.969292"], ["updated_at", "2020-11-18 10:48:02.969292"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:02.970103"], ["updated_at", "2020-11-18 10:48:02.970103"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:02.970892"], ["updated_at", "2020-11-18 10:48:02.970892"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 19.08914233051], ["string", "Odit sapiente velit."], ["date", "2022-10-10"], ["time", "2000-01-01 17:32:30.839288"], ["datetime", "2020-11-17 23:34:12.090114"], ["created_at", "2020-11-18 10:48:02.972383"], ["updated_at", "2020-11-18 10:48:02.972383"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 6.75969923027288], ["string", "Atque quia architecto molestiae."], ["date", "2019-06-20"], ["time", "2000-01-01 23:55:34.665769"], ["datetime", "2020-11-18 00:01:37.207125"], ["created_at", "2020-11-18 10:48:02.974160"], ["updated_at", "2020-11-18 10:48:02.974160"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 23], ["decimal", 9.58250642394698], ["string", "Reiciendis error rerum."], ["date", "2022-05-06"], ["time", "2000-01-01 06:23:11.913129"], ["datetime", "2020-11-17 23:23:15.337943"], ["created_at", "2020-11-18 10:48:02.975832"], ["updated_at", "2020-11-18 10:48:02.975832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 28], ["decimal", 8.86423846835023], ["string", "Minus voluptatem dicta qui."], ["date", "2019-04-23"], ["time", "2000-01-01 00:52:08.193773"], ["datetime", "2020-11-17 18:06:13.033759"], ["created_at", "2020-11-18 10:48:02.977528"], ["updated_at", "2020-11-18 10:48:02.977528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 38], ["decimal", 21.1911037029759], ["string", "Distinctio est reiciendis."], ["date", "2020-05-08"], ["time", "2000-01-01 17:41:00.696424"], ["datetime", "2020-11-17 13:59:55.271862"], ["created_at", "2020-11-18 10:48:02.979287"], ["updated_at", "2020-11-18 10:48:02.979287"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 3.76011060500708], ["string", "Sit maiores commodi."], ["created_at", "2020-11-18 10:48:02.980964"], ["updated_at", "2020-11-18 10:48:02.980964"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 17.9296178488958], ["string", "Ab nulla officia voluptatum."], ["created_at", "2020-11-18 10:48:02.982272"], ["updated_at", "2020-11-18 10:48:02.982272"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 19.4302720826979], ["string", "Accusantium rerum sed."], ["created_at", "2020-11-18 10:48:02.983471"], ["updated_at", "2020-11-18 10:48:02.983471"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 30.8158969347447], ["string", "Tempore recusandae porro fugit."], ["created_at", "2020-11-18 10:48:02.984755"], ["updated_at", "2020-11-18 10:48:02.984755"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 0.481804993297441], ["string", "Doloremque totam praesentium."], ["created_at", "2020-11-18 10:48:02.986128"], ["updated_at", "2020-11-18 10:48:02.986128"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 10:48:02.987933"], ["updated_at", "2020-11-18 10:48:02.987933"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 10:48:02.989603"], ["updated_at", "2020-11-18 10:48:02.989603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 10:48:02.991226"], ["updated_at", "2020-11-18 10:48:02.991226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 10:48:02.992896"], ["updated_at", "2020-11-18 10:48:02.992896"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 10:48:02.994458"], ["updated_at", "2020-11-18 10:48:02.994458"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-18 10:48:02.996806"], ["updated_at", "2020-11-18 10:48:02.996806"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 10], ["created_at", "2020-11-18 10:48:02.999097"], ["updated_at", "2020-11-18 10:48:02.999097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 10], ["created_at", "2020-11-18 10:48:03.001331"], ["updated_at", "2020-11-18 10:48:03.001331"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 2], ["created_at", "2020-11-18 10:48:03.003492"], ["updated_at", "2020-11-18 10:48:03.003492"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 5], ["created_at", "2020-11-18 10:48:03.005649"], ["updated_at", "2020-11-18 10:48:03.005649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 10:48:03.007447"], ["updated_at", "2020-11-18 10:48:03.007447"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 10:48:03.009101"], ["updated_at", "2020-11-18 10:48:03.009101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 10:48:03.010673"], ["updated_at", "2020-11-18 10:48:03.010673"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 10:48:03.012318"], ["updated_at", "2020-11-18 10:48:03.012318"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 10:48:03.014205"], ["updated_at", "2020-11-18 10:48:03.014205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:48:03.015895"], ["updated_at", "2020-11-18 10:48:03.015895"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:48:03.017441"], ["updated_at", "2020-11-18 10:48:03.017441"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:48:03.018979"], ["updated_at", "2020-11-18 10:48:03.018979"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:48:03.021239"], ["updated_at", "2020-11-18 10:48:03.021239"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:48:03.022851"], ["updated_at", "2020-11-18 10:48:03.022851"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 10:48:03.032539"], ["updated_at", "2020-11-18 10:48:03.032539"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 10:48:03.034387"], ["updated_at", "2020-11-18 10:48:03.034387"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 10:48:03.036248"], ["updated_at", "2020-11-18 10:48:03.036248"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 10:48:03.037825"], ["updated_at", "2020-11-18 10:48:03.037825"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 10:48:03.039365"], ["updated_at", "2020-11-18 10:48:03.039365"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:03.040389"], ["updated_at", "2020-11-18 10:48:03.040389"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:03.041269"], ["updated_at", "2020-11-18 10:48:03.041269"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:03.042082"], ["updated_at", "2020-11-18 10:48:03.042082"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:03.042895"], ["updated_at", "2020-11-18 10:48:03.042895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:03.043703"], ["updated_at", "2020-11-18 10:48:03.043703"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:03.044576"], ["updated_at", "2020-11-18 10:48:03.044576"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:03.045466"], ["updated_at", "2020-11-18 10:48:03.045466"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:03.046354"], ["updated_at", "2020-11-18 10:48:03.046354"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:03.047227"], ["updated_at", "2020-11-18 10:48:03.047227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:03.048083"], ["updated_at", "2020-11-18 10:48:03.048083"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 25], ["decimal", 4.45202514720076], ["string", "Velit autem doloremque."], ["date", "2019-06-03"], ["time", "2000-01-01 09:14:28.573994"], ["datetime", "2020-11-17 21:33:02.219623"], ["created_at", "2020-11-18 10:48:03.049610"], ["updated_at", "2020-11-18 10:48:03.049610"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 29], ["decimal", 18.3421403152071], ["string", "Expedita recusandae quae minus."], ["date", "2022-11-08"], ["time", "2000-01-01 01:11:37.640023"], ["datetime", "2020-11-17 14:22:11.396647"], ["created_at", "2020-11-18 10:48:03.051446"], ["updated_at", "2020-11-18 10:48:03.051446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 25.4463980497002], ["string", "Odio soluta sunt."], ["date", "2020-04-22"], ["time", "2000-01-01 05:54:55.944080"], ["datetime", "2020-11-17 22:00:30.346982"], ["created_at", "2020-11-18 10:48:03.053284"], ["updated_at", "2020-11-18 10:48:03.053284"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 0.496229584340432], ["string", "Nam commodi quis harum."], ["date", "2019-11-29"], ["time", "2000-01-01 03:17:58.339270"], ["datetime", "2020-11-17 13:11:11.241316"], ["created_at", "2020-11-18 10:48:03.055057"], ["updated_at", "2020-11-18 10:48:03.055057"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 34.805108483786], ["string", "Pariatur rem quo."], ["date", "2021-06-12"], ["time", "2000-01-01 09:15:53.613068"], ["datetime", "2020-11-17 17:48:11.010422"], ["created_at", "2020-11-18 10:48:03.056824"], ["updated_at", "2020-11-18 10:48:03.056824"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 21.4708208737564], ["string", "Non sequi modi."], ["created_at", "2020-11-18 10:48:03.058380"], ["updated_at", "2020-11-18 10:48:03.058380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 14.5691932897611], ["string", "Sunt rerum qui recusandae."], ["created_at", "2020-11-18 10:48:03.059627"], ["updated_at", "2020-11-18 10:48:03.059627"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 10.6079577752538], ["string", "Sapiente assumenda ut."], ["created_at", "2020-11-18 10:48:03.060892"], ["updated_at", "2020-11-18 10:48:03.060892"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 18.7058816039699], ["string", "Dolores voluptates vel vitae."], ["created_at", "2020-11-18 10:48:03.062209"], ["updated_at", "2020-11-18 10:48:03.062209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 11.90903677209], ["string", "Omnis accusamus id."], ["created_at", "2020-11-18 10:48:03.063527"], ["updated_at", "2020-11-18 10:48:03.063527"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 10:48:03.065240"], ["updated_at", "2020-11-18 10:48:03.065240"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 10:48:03.066703"], ["updated_at", "2020-11-18 10:48:03.066703"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 10:48:03.068142"], ["updated_at", "2020-11-18 10:48:03.068142"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 10:48:03.069549"], ["updated_at", "2020-11-18 10:48:03.069549"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 10:48:03.070947"], ["updated_at", "2020-11-18 10:48:03.070947"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 14], ["created_at", "2020-11-18 10:48:03.072982"], ["updated_at", "2020-11-18 10:48:03.072982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 15], ["created_at", "2020-11-18 10:48:03.075010"], ["updated_at", "2020-11-18 10:48:03.075010"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 1], ["created_at", "2020-11-18 10:48:03.076954"], ["updated_at", "2020-11-18 10:48:03.076954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 10], ["created_at", "2020-11-18 10:48:03.078891"], ["updated_at", "2020-11-18 10:48:03.078891"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 15], ["created_at", "2020-11-18 10:48:03.080969"], ["updated_at", "2020-11-18 10:48:03.080969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 10:48:03.082623"], ["updated_at", "2020-11-18 10:48:03.082623"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 10:48:03.084252"], ["updated_at", "2020-11-18 10:48:03.084252"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 10:48:03.085962"], ["updated_at", "2020-11-18 10:48:03.085962"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (4.0ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-18 10:48:03.101029"], ["updated_at", "2020-11-18 10:48:03.101029"]]  (0.6ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.6ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 10:48:03.108143"], ["updated_at", "2020-11-18 10:48:03.108143"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:48:03.110844"], ["updated_at", "2020-11-18 10:48:03.110844"], ["india_id", 10]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:48:03.112982"], ["updated_at", "2020-11-18 10:48:03.112982"], ["india_id", 9]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:48:03.115004"], ["updated_at", "2020-11-18 10:48:03.115004"], ["india_id", 9]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:48:03.116985"], ["updated_at", "2020-11-18 10:48:03.116985"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:48:03.118870"], ["updated_at", "2020-11-18 10:48:03.118870"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 10:48:03.130865"], ["updated_at", "2020-11-18 10:48:03.130865"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 10:48:03.132868"], ["updated_at", "2020-11-18 10:48:03.132868"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 10:48:03.134666"], ["updated_at", "2020-11-18 10:48:03.134666"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 10:48:03.136973"], ["updated_at", "2020-11-18 10:48:03.136973"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 10:48:03.138836"], ["updated_at", "2020-11-18 10:48:03.138836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:03.139919"], ["updated_at", "2020-11-18 10:48:03.139919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:03.140883"], ["updated_at", "2020-11-18 10:48:03.140883"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:03.141838"], ["updated_at", "2020-11-18 10:48:03.141838"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:03.142745"], ["updated_at", "2020-11-18 10:48:03.142745"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:03.143633"], ["updated_at", "2020-11-18 10:48:03.143633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:03.144617"], ["updated_at", "2020-11-18 10:48:03.144617"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:03.145649"], ["updated_at", "2020-11-18 10:48:03.145649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:03.146588"], ["updated_at", "2020-11-18 10:48:03.146588"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:03.147520"], ["updated_at", "2020-11-18 10:48:03.147520"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:03.148446"], ["updated_at", "2020-11-18 10:48:03.148446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 11.6233009484795], ["string", "Quia debitis assumenda."], ["date", "2021-12-16"], ["time", "2000-01-01 12:04:30.542353"], ["datetime", "2020-11-18 01:07:32.617911"], ["created_at", "2020-11-18 10:48:03.207182"], ["updated_at", "2020-11-18 10:48:03.207182"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 9.40637992865377], ["string", "Totam dicta atque placeat."], ["date", "2020-02-16"], ["time", "2000-01-01 19:20:06.514181"], ["datetime", "2020-11-18 00:01:18.778442"], ["created_at", "2020-11-18 10:48:03.210383"], ["updated_at", "2020-11-18 10:48:03.210383"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 42], ["decimal", 7.11756874554187], ["string", "Sit rerum minus."], ["date", "2019-06-18"], ["time", "2000-01-01 06:58:30.571087"], ["datetime", "2020-11-17 17:47:24.328757"], ["created_at", "2020-11-18 10:48:03.212809"], ["updated_at", "2020-11-18 10:48:03.212809"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 3.77425322128155], ["string", "Doloremque autem nihil."], ["date", "2022-01-28"], ["time", "2000-01-01 08:32:44.985163"], ["datetime", "2020-11-17 18:48:58.997878"], ["created_at", "2020-11-18 10:48:03.219252"], ["updated_at", "2020-11-18 10:48:03.219252"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 21], ["decimal", 19.9378085327502], ["string", "Nihil aut officiis recusandae."], ["date", "2021-05-15"], ["time", "2000-01-01 18:48:24.053622"], ["datetime", "2020-11-17 11:50:10.896852"], ["created_at", "2020-11-18 10:48:03.223339"], ["updated_at", "2020-11-18 10:48:03.223339"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 7.12884823771792], ["string", "Qui illum molestiae."], ["date", "2020-07-20"], ["time", "2000-01-01 02:04:05.346545"], ["datetime", "2020-11-17 16:24:37.691062"], ["created_at", "2020-11-18 10:48:03.227070"], ["updated_at", "2020-11-18 10:48:03.227070"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:03.232719"], ["updated_at", "2020-11-18 10:48:03.232719"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 16.4623097198684], ["string", "Ut itaque sit."], ["date", "2022-05-11"], ["time", "2000-01-01 09:30:33.732074"], ["datetime", "2020-11-17 12:23:07.039504"], ["created_at", "2020-11-18 10:48:03.270884"], ["updated_at", "2020-11-18 10:48:03.270884"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 2.02044721243618], ["string", "In suscipit et molestiae."], ["date", "2019-12-21"], ["time", "2000-01-01 19:04:13.781521"], ["datetime", "2020-11-18 08:06:43.461652"], ["created_at", "2020-11-18 10:48:03.273719"], ["updated_at", "2020-11-18 10:48:03.273719"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 20.1133831724275], ["string", "Et minus voluptas."], ["date", "2019-03-02"], ["time", "2000-01-01 20:14:25.538814"], ["datetime", "2020-11-18 07:02:21.781425"], ["created_at", "2020-11-18 10:48:03.276894"], ["updated_at", "2020-11-18 10:48:03.276894"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 14.8586699012981], ["string", "Deserunt quasi dolores temporibus."], ["date", "2020-03-30"], ["time", "2000-01-01 12:11:49.297170"], ["datetime", "2020-11-18 05:58:30.611768"], ["created_at", "2020-11-18 10:48:03.280251"], ["updated_at", "2020-11-18 10:48:03.280251"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 16.7755361188822], ["string", "Quis voluptas aut."], ["date", "2019-06-11"], ["time", "2000-01-01 02:35:17.470708"], ["datetime", "2020-11-17 18:05:55.485822"], ["created_at", "2020-11-18 10:48:03.283118"], ["updated_at", "2020-11-18 10:48:03.283118"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 14.5733567865878], ["string", "Ex modi enim."], ["created_at", "2020-11-18 10:48:03.285701"], ["updated_at", "2020-11-18 10:48:03.285701"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 27.9078437174374], ["string", "Fugiat officiis qui nihil."], ["created_at", "2020-11-18 10:48:03.287645"], ["updated_at", "2020-11-18 10:48:03.287645"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 6.31749241333101], ["string", "Vel iste beatae."], ["created_at", "2020-11-18 10:48:03.289457"], ["updated_at", "2020-11-18 10:48:03.289457"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 12.9949963730732], ["string", "Sit nobis ipsum explicabo."], ["created_at", "2020-11-18 10:48:03.291155"], ["updated_at", "2020-11-18 10:48:03.291155"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 7.10008377504331], ["string", "Eligendi cum rem."], ["created_at", "2020-11-18 10:48:03.293406"], ["updated_at", "2020-11-18 10:48:03.293406"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 10:48:03.297152"], ["updated_at", "2020-11-18 10:48:03.297152"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 10:48:03.299636"], ["updated_at", "2020-11-18 10:48:03.299636"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 10:48:03.301980"], ["updated_at", "2020-11-18 10:48:03.301980"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 10:48:03.304204"], ["updated_at", "2020-11-18 10:48:03.304204"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 10:48:03.306557"], ["updated_at", "2020-11-18 10:48:03.306557"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-18 10:48:03.309958"], ["updated_at", "2020-11-18 10:48:03.309958"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 3], ["created_at", "2020-11-18 10:48:03.313404"], ["updated_at", "2020-11-18 10:48:03.313404"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-18 10:48:03.316355"], ["updated_at", "2020-11-18 10:48:03.316355"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-18 10:48:03.319981"], ["updated_at", "2020-11-18 10:48:03.319981"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-18 10:48:03.323530"], ["updated_at", "2020-11-18 10:48:03.323530"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 10:48:03.326398"], ["updated_at", "2020-11-18 10:48:03.326398"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 10:48:03.329506"], ["updated_at", "2020-11-18 10:48:03.329506"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 10:48:03.331669"], ["updated_at", "2020-11-18 10:48:03.331669"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 10:48:03.333682"], ["updated_at", "2020-11-18 10:48:03.333682"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 10:48:03.335952"], ["updated_at", "2020-11-18 10:48:03.335952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:03.338175"], ["updated_at", "2020-11-18 10:48:03.338175"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:03.341282"], ["updated_at", "2020-11-18 10:48:03.341282"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:03.343881"], ["updated_at", "2020-11-18 10:48:03.343881"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:03.345831"], ["updated_at", "2020-11-18 10:48:03.345831"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:03.348090"], ["updated_at", "2020-11-18 10:48:03.348090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 10:48:03.360807"], ["updated_at", "2020-11-18 10:48:03.360807"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 10:48:03.363061"], ["updated_at", "2020-11-18 10:48:03.363061"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 10:48:03.365298"], ["updated_at", "2020-11-18 10:48:03.365298"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 10:48:03.367503"], ["updated_at", "2020-11-18 10:48:03.367503"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 10:48:03.369817"], ["updated_at", "2020-11-18 10:48:03.369817"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:03.371239"], ["updated_at", "2020-11-18 10:48:03.371239"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:03.372385"], ["updated_at", "2020-11-18 10:48:03.372385"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:03.373406"], ["updated_at", "2020-11-18 10:48:03.373406"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:03.374533"], ["updated_at", "2020-11-18 10:48:03.374533"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:03.375605"], ["updated_at", "2020-11-18 10:48:03.375605"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:03.376758"], ["updated_at", "2020-11-18 10:48:03.376758"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:03.377873"], ["updated_at", "2020-11-18 10:48:03.377873"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:03.379015"], ["updated_at", "2020-11-18 10:48:03.379015"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:03.380322"], ["updated_at", "2020-11-18 10:48:03.380322"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:03.381633"], ["updated_at", "2020-11-18 10:48:03.381633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 19.7802274470894], ["string", "Et adipisci quod."], ["date", "2020-10-14"], ["time", "2000-01-01 06:04:39.235204"], ["datetime", "2020-11-17 18:40:34.267135"], ["created_at", "2020-11-18 10:48:03.383490"], ["updated_at", "2020-11-18 10:48:03.383490"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 23], ["decimal", 22.7131956929885], ["string", "Nihil et voluptas natus."], ["date", "2022-02-18"], ["time", "2000-01-01 23:00:21.488209"], ["datetime", "2020-11-18 00:10:51.775754"], ["created_at", "2020-11-18 10:48:03.385836"], ["updated_at", "2020-11-18 10:48:03.385836"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 1.45545856455437], ["string", "Dolores fugit nulla."], ["date", "2020-06-08"], ["time", "2000-01-01 05:54:45.060490"], ["datetime", "2020-11-18 05:58:40.910078"], ["created_at", "2020-11-18 10:48:03.388212"], ["updated_at", "2020-11-18 10:48:03.388212"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 8.67526105098249], ["string", "Non quidem blanditiis repellat."], ["date", "2022-05-23"], ["time", "2000-01-01 07:49:25.555379"], ["datetime", "2020-11-17 15:17:59.039913"], ["created_at", "2020-11-18 10:48:03.390505"], ["updated_at", "2020-11-18 10:48:03.390505"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 11.1902561282433], ["string", "Quidem vero laboriosam."], ["date", "2020-07-07"], ["time", "2000-01-01 18:47:56.880945"], ["datetime", "2020-11-17 19:56:31.788293"], ["created_at", "2020-11-18 10:48:03.392696"], ["updated_at", "2020-11-18 10:48:03.392696"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 28.4530549055089], ["string", "Quae nihil doloribus."], ["created_at", "2020-11-18 10:48:03.394601"], ["updated_at", "2020-11-18 10:48:03.394601"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 19.3105754545108], ["string", "Porro aut blanditiis quasi."], ["created_at", "2020-11-18 10:48:03.396311"], ["updated_at", "2020-11-18 10:48:03.396311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 4.3417036559035], ["string", "Dolores quia consequatur."], ["created_at", "2020-11-18 10:48:03.398047"], ["updated_at", "2020-11-18 10:48:03.398047"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 41.3986145646968], ["string", "Nulla repellat et quia."], ["created_at", "2020-11-18 10:48:03.399655"], ["updated_at", "2020-11-18 10:48:03.399655"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 17.4245661330259], ["string", "Dolores est itaque."], ["created_at", "2020-11-18 10:48:03.401063"], ["updated_at", "2020-11-18 10:48:03.401063"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 10:48:03.402889"], ["updated_at", "2020-11-18 10:48:03.402889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 10:48:03.404520"], ["updated_at", "2020-11-18 10:48:03.404520"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 10:48:03.406160"], ["updated_at", "2020-11-18 10:48:03.406160"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 10:48:03.407851"], ["updated_at", "2020-11-18 10:48:03.407851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 10:48:03.409523"], ["updated_at", "2020-11-18 10:48:03.409523"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 8], ["created_at", "2020-11-18 10:48:03.411813"], ["updated_at", "2020-11-18 10:48:03.411813"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 10], ["created_at", "2020-11-18 10:48:03.414301"], ["updated_at", "2020-11-18 10:48:03.414301"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 2], ["created_at", "2020-11-18 10:48:03.417015"], ["updated_at", "2020-11-18 10:48:03.417015"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 10], ["created_at", "2020-11-18 10:48:03.419584"], ["updated_at", "2020-11-18 10:48:03.419584"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 9], ["created_at", "2020-11-18 10:48:03.422132"], ["updated_at", "2020-11-18 10:48:03.422132"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 10:48:03.424100"], ["updated_at", "2020-11-18 10:48:03.424100"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 10:48:03.426560"], ["updated_at", "2020-11-18 10:48:03.426560"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 10:48:03.428846"], ["updated_at", "2020-11-18 10:48:03.428846"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 10:48:03.431045"], ["updated_at", "2020-11-18 10:48:03.431045"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-18 10:48:03.433350"], ["updated_at", "2020-11-18 10:48:03.433350"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:48:03.435709"], ["updated_at", "2020-11-18 10:48:03.435709"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:48:03.437847"], ["updated_at", "2020-11-18 10:48:03.437847"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:48:03.439739"], ["updated_at", "2020-11-18 10:48:03.439739"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:48:03.441601"], ["updated_at", "2020-11-18 10:48:03.441601"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:48:03.443472"], ["updated_at", "2020-11-18 10:48:03.443472"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 10:48:03.455581"], ["updated_at", "2020-11-18 10:48:03.455581"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 10:48:03.457707"], ["updated_at", "2020-11-18 10:48:03.457707"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 10:48:03.459719"], ["updated_at", "2020-11-18 10:48:03.459719"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 10:48:03.461646"], ["updated_at", "2020-11-18 10:48:03.461646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 10:48:03.463607"], ["updated_at", "2020-11-18 10:48:03.463607"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:03.464990"], ["updated_at", "2020-11-18 10:48:03.464990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:03.466055"], ["updated_at", "2020-11-18 10:48:03.466055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:03.467076"], ["updated_at", "2020-11-18 10:48:03.467076"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:03.468101"], ["updated_at", "2020-11-18 10:48:03.468101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:03.469129"], ["updated_at", "2020-11-18 10:48:03.469129"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:03.470283"], ["updated_at", "2020-11-18 10:48:03.470283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:03.471386"], ["updated_at", "2020-11-18 10:48:03.471386"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:03.472496"], ["updated_at", "2020-11-18 10:48:03.472496"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:03.473491"], ["updated_at", "2020-11-18 10:48:03.473491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:03.474437"], ["updated_at", "2020-11-18 10:48:03.474437"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 4.48577244763358], ["string", "Ut temporibus nisi."], ["date", "2022-05-07"], ["time", "2000-01-01 16:07:28.000008"], ["datetime", "2020-11-18 03:47:44.614859"], ["created_at", "2020-11-18 10:48:03.476191"], ["updated_at", "2020-11-18 10:48:03.476191"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 32], ["decimal", 14.1439956575835], ["string", "Facere corporis eos ut."], ["date", "2022-07-31"], ["time", "2000-01-01 15:14:42.688714"], ["datetime", "2020-11-17 18:02:54.755142"], ["created_at", "2020-11-18 10:48:03.478393"], ["updated_at", "2020-11-18 10:48:03.478393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 2.62621412512924], ["string", "Similique iure fuga."], ["date", "2022-10-13"], ["time", "2000-01-01 16:46:45.462901"], ["datetime", "2020-11-17 20:56:35.328003"], ["created_at", "2020-11-18 10:48:03.480829"], ["updated_at", "2020-11-18 10:48:03.480829"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 23.9228849040745], ["string", "Sit labore magnam assumenda."], ["date", "2020-10-14"], ["time", "2000-01-01 21:18:15.457649"], ["datetime", "2020-11-17 17:31:58.091180"], ["created_at", "2020-11-18 10:48:03.483048"], ["updated_at", "2020-11-18 10:48:03.483048"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 32], ["decimal", 15.2663958528889], ["string", "Earum non tempora."], ["date", "2020-07-05"], ["time", "2000-01-01 12:28:14.224545"], ["datetime", "2020-11-18 10:11:17.230544"], ["created_at", "2020-11-18 10:48:03.485222"], ["updated_at", "2020-11-18 10:48:03.485222"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 26.1789025174898], ["string", "Mollitia non corporis."], ["created_at", "2020-11-18 10:48:03.487085"], ["updated_at", "2020-11-18 10:48:03.487085"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 38.9304965185666], ["string", "Et repudiandae iure aut."], ["created_at", "2020-11-18 10:48:03.488593"], ["updated_at", "2020-11-18 10:48:03.488593"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 39.7957992771306], ["string", "Modi et sit."], ["created_at", "2020-11-18 10:48:03.489982"], ["updated_at", "2020-11-18 10:48:03.489982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 0.905353810982094], ["string", "Voluptatibus quibusdam maiores hic."], ["created_at", "2020-11-18 10:48:03.491250"], ["updated_at", "2020-11-18 10:48:03.491250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 21.2037902684901], ["string", "Voluptas vero voluptas."], ["created_at", "2020-11-18 10:48:03.492551"], ["updated_at", "2020-11-18 10:48:03.492551"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 10:48:03.494347"], ["updated_at", "2020-11-18 10:48:03.494347"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-18 10:48:03.496095"], ["updated_at", "2020-11-18 10:48:03.496095"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 10:48:03.497716"], ["updated_at", "2020-11-18 10:48:03.497716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 10:48:03.499420"], ["updated_at", "2020-11-18 10:48:03.499420"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 10:48:03.501270"], ["updated_at", "2020-11-18 10:48:03.501270"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 10], ["created_at", "2020-11-18 10:48:03.503623"], ["updated_at", "2020-11-18 10:48:03.503623"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 6], ["created_at", "2020-11-18 10:48:03.505951"], ["updated_at", "2020-11-18 10:48:03.505951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 13], ["created_at", "2020-11-18 10:48:03.508303"], ["updated_at", "2020-11-18 10:48:03.508303"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 12], ["created_at", "2020-11-18 10:48:03.511309"], ["updated_at", "2020-11-18 10:48:03.511309"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 10], ["created_at", "2020-11-18 10:48:03.514176"], ["updated_at", "2020-11-18 10:48:03.514176"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 11], ["created_at", "2020-11-18 10:48:03.516379"], ["updated_at", "2020-11-18 10:48:03.516379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-18 10:48:03.518324"], ["updated_at", "2020-11-18 10:48:03.518324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-18 10:48:03.520157"], ["updated_at", "2020-11-18 10:48:03.520157"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 14], ["created_at", "2020-11-18 10:48:03.521952"], ["updated_at", "2020-11-18 10:48:03.521952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-18 10:48:03.524056"], ["updated_at", "2020-11-18 10:48:03.524056"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:48:03.526452"], ["updated_at", "2020-11-18 10:48:03.526452"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:48:03.528435"], ["updated_at", "2020-11-18 10:48:03.528435"], ["india_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:48:03.530540"], ["updated_at", "2020-11-18 10:48:03.530540"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:48:03.532727"], ["updated_at", "2020-11-18 10:48:03.532727"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 10:48:03.534739"], ["updated_at", "2020-11-18 10:48:03.534739"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 10:48:03.546109"], ["updated_at", "2020-11-18 10:48:03.546109"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 10:48:03.547990"], ["updated_at", "2020-11-18 10:48:03.547990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 10:48:03.549915"], ["updated_at", "2020-11-18 10:48:03.549915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 10:48:03.551687"], ["updated_at", "2020-11-18 10:48:03.551687"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 10:48:03.553540"], ["updated_at", "2020-11-18 10:48:03.553540"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:03.554640"], ["updated_at", "2020-11-18 10:48:03.554640"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:03.555598"], ["updated_at", "2020-11-18 10:48:03.555598"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:03.556501"], ["updated_at", "2020-11-18 10:48:03.556501"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:03.557322"], ["updated_at", "2020-11-18 10:48:03.557322"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:03.558134"], ["updated_at", "2020-11-18 10:48:03.558134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:03.559042"], ["updated_at", "2020-11-18 10:48:03.559042"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:03.560174"], ["updated_at", "2020-11-18 10:48:03.560174"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:03.561161"], ["updated_at", "2020-11-18 10:48:03.561161"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:03.562172"], ["updated_at", "2020-11-18 10:48:03.562172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 10:48:03.563192"], ["updated_at", "2020-11-18 10:48:03.563192"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.9ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (2.1ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 10:48:34.295594"], ["updated_at", "2020-11-18 10:48:34.295594"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (33.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (6.1ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.9ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.8ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.8ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.0ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.0ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.8ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.8ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (2.3ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.1ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.5ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (2.1ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.5ms) DELETE FROM "deltas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.6ms) DELETE FROM "hotels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (2.0ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.9ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.9ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.5ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (2.1ms) DELETE FROM "juliets";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.9ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (2.0ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.8ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.9ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.9ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.0ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.5ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.5ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (1.0ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.7ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.6ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (2.2ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.7ms) DELETE FROM "deltas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.6ms) DELETE FROM "hotels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.6ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.8ms) DELETE FROM "juliets";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (2.0ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.5ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.1ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.5ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.0ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.5ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.9ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "juliets";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (1.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.6ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.5ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (1.0ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.9ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (2.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.8ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.5ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.8ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (1.0ms) SELECT sqlite_version(*)  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.7ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.9ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.9ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (2.1ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.9ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.8ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (1.0ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.9ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.5ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.6ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (1.0ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.5ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.9ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.6ms) DELETE FROM "deltas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.6ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.7ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.4ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.2ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.8ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (1.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.9ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.9ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (2.0ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.9ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.4ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.8ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (1.7ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.5ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.5ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.6ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (1.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.8ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.8ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 0.562370582627583], ["string", "Quo in sit."], ["date", "2021-10-30"], ["time", "2000-01-01 12:54:51.620353"], ["datetime", "2020-11-18 04:47:59.126108"], ["created_at", "2020-11-18 11:24:04.043595"], ["updated_at", "2020-11-18 11:24:04.043595"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 13.1048271308066], ["string", "Voluptatem quis repellat et."], ["date", "2022-01-22"], ["time", "2000-01-01 04:57:30.120123"], ["datetime", "2020-11-17 15:40:22.176885"], ["created_at", "2020-11-18 11:24:04.048085"], ["updated_at", "2020-11-18 11:24:04.048085"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 5.93202343182139], ["string", "Nam consectetur animi."], ["date", "2020-03-25"], ["time", "2000-01-01 12:26:07.360025"], ["datetime", "2020-11-18 11:02:30.246077"], ["created_at", "2020-11-18 11:24:04.050851"], ["updated_at", "2020-11-18 11:24:04.050851"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 27.3065590967421], ["string", "Nostrum ullam aliquam accusamus."], ["date", "2022-04-12"], ["time", "2000-01-01 09:11:52.328188"], ["datetime", "2020-11-18 01:54:44.784172"], ["created_at", "2020-11-18 11:24:04.053447"], ["updated_at", "2020-11-18 11:24:04.053447"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 13.1193118406303], ["string", "Accusantium laborum eos."], ["date", "2021-04-12"], ["time", "2000-01-01 06:43:08.347938"], ["datetime", "2020-11-18 09:39:36.282557"], ["created_at", "2020-11-18 11:24:04.056194"], ["updated_at", "2020-11-18 11:24:04.056194"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 5.13432103897241], ["string", "Aut quas hic."], ["created_at", "2020-11-18 11:24:04.066488"], ["updated_at", "2020-11-18 11:24:04.066488"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1025], ["decimal", 21.2595528178418], ["string", "Quod inventore totam ea."], ["created_at", "2020-11-18 11:24:04.069139"], ["updated_at", "2020-11-18 11:24:04.069139"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 1.56310766561846], ["string", "Quos recusandae est."], ["created_at", "2020-11-18 11:24:04.071475"], ["updated_at", "2020-11-18 11:24:04.071475"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 25.2986401653566], ["string", "Dolores dolorum nesciunt id."], ["created_at", "2020-11-18 11:24:04.073683"], ["updated_at", "2020-11-18 11:24:04.073683"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1022], ["decimal", 10.4418126551666], ["string", "Quod laudantium similique."], ["created_at", "2020-11-18 11:24:04.076184"], ["updated_at", "2020-11-18 11:24:04.076184"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 11:24:04.087500"], ["updated_at", "2020-11-18 11:24:04.087500"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 11:24:04.090607"], ["updated_at", "2020-11-18 11:24:04.090607"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 11:24:04.093727"], ["updated_at", "2020-11-18 11:24:04.093727"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 11:24:04.096587"], ["updated_at", "2020-11-18 11:24:04.096587"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 11:24:04.098830"], ["updated_at", "2020-11-18 11:24:04.098830"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 3], ["created_at", "2020-11-18 11:24:04.106951"], ["updated_at", "2020-11-18 11:24:04.106951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-18 11:24:04.110079"], ["updated_at", "2020-11-18 11:24:04.110079"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-18 11:24:04.112689"], ["updated_at", "2020-11-18 11:24:04.112689"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-18 11:24:04.115180"], ["updated_at", "2020-11-18 11:24:04.115180"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-18 11:24:04.117464"], ["updated_at", "2020-11-18 11:24:04.117464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 11:24:04.125402"], ["updated_at", "2020-11-18 11:24:04.125402"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 11:24:04.128703"], ["updated_at", "2020-11-18 11:24:04.128703"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 11:24:04.131038"], ["updated_at", "2020-11-18 11:24:04.131038"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 11:24:04.133816"], ["updated_at", "2020-11-18 11:24:04.133816"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 11:24:04.136701"], ["updated_at", "2020-11-18 11:24:04.136701"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "indias"."id" FROM "indias" India Load (0.2ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.145017"], ["updated_at", "2020-11-18 11:24:04.145017"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.148146"], ["updated_at", "2020-11-18 11:24:04.148146"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.150297"], ["updated_at", "2020-11-18 11:24:04.150297"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.152720"], ["updated_at", "2020-11-18 11:24:04.152720"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.155463"], ["updated_at", "2020-11-18 11:24:04.155463"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.2ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.2ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 11:24:04.178447"], ["updated_at", "2020-11-18 11:24:04.178447"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 11:24:04.181354"], ["updated_at", "2020-11-18 11:24:04.181354"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 11:24:04.183900"], ["updated_at", "2020-11-18 11:24:04.183900"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 11:24:04.186323"], ["updated_at", "2020-11-18 11:24:04.186323"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 11:24:04.188865"], ["updated_at", "2020-11-18 11:24:04.188865"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.196008"], ["updated_at", "2020-11-18 11:24:04.196008"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.198021"], ["updated_at", "2020-11-18 11:24:04.198021"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.199300"], ["updated_at", "2020-11-18 11:24:04.199300"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.200847"], ["updated_at", "2020-11-18 11:24:04.200847"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.202237"], ["updated_at", "2020-11-18 11:24:04.202237"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:04.207810"], ["updated_at", "2020-11-18 11:24:04.207810"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:04.209370"], ["updated_at", "2020-11-18 11:24:04.209370"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:04.210575"], ["updated_at", "2020-11-18 11:24:04.210575"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:04.211809"], ["updated_at", "2020-11-18 11:24:04.211809"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:04.212946"], ["updated_at", "2020-11-18 11:24:04.212946"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 20.3485871551784], ["string", "Modi et eligendi."], ["date", "2019-08-17"], ["time", "2000-01-01 19:44:08.090310"], ["datetime", "2020-11-17 20:48:27.239969"], ["created_at", "2020-11-18 11:24:04.214939"], ["updated_at", "2020-11-18 11:24:04.214939"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 35], ["decimal", 7.75572517012425], ["string", "Recusandae rerum aut illum."], ["date", "2021-05-15"], ["time", "2000-01-01 16:56:38.457864"], ["datetime", "2020-11-18 00:22:38.760783"], ["created_at", "2020-11-18 11:24:04.217449"], ["updated_at", "2020-11-18 11:24:04.217449"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 18.2810523607595], ["string", "Deserunt mollitia dolor."], ["date", "2021-10-21"], ["time", "2000-01-01 01:29:10.272038"], ["datetime", "2020-11-17 23:54:41.328346"], ["created_at", "2020-11-18 11:24:04.219844"], ["updated_at", "2020-11-18 11:24:04.219844"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 15.72499690514], ["string", "Distinctio quia dicta enim."], ["date", "2022-11-02"], ["time", "2000-01-01 11:16:49.066915"], ["datetime", "2020-11-17 16:36:41.569682"], ["created_at", "2020-11-18 11:24:04.222368"], ["updated_at", "2020-11-18 11:24:04.222368"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 33.1819607688118], ["string", "Excepturi repellendus et."], ["date", "2019-11-09"], ["time", "2000-01-01 20:52:03.365125"], ["datetime", "2020-11-17 22:39:14.333577"], ["created_at", "2020-11-18 11:24:04.225751"], ["updated_at", "2020-11-18 11:24:04.225751"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 0.508824633060571], ["string", "Asperiores animi corrupti."], ["created_at", "2020-11-18 11:24:04.228073"], ["updated_at", "2020-11-18 11:24:04.228073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1020], ["decimal", 21.3911557036626], ["string", "Consequatur laborum magnam minima."], ["created_at", "2020-11-18 11:24:04.229734"], ["updated_at", "2020-11-18 11:24:04.229734"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 13.2767160859186], ["string", "Omnis commodi ea."], ["created_at", "2020-11-18 11:24:04.231233"], ["updated_at", "2020-11-18 11:24:04.231233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 7.3893094036857], ["string", "Mollitia eos porro quia."], ["created_at", "2020-11-18 11:24:04.232806"], ["updated_at", "2020-11-18 11:24:04.232806"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 17.8375606628183], ["string", "Enim facere recusandae."], ["created_at", "2020-11-18 11:24:04.234306"], ["updated_at", "2020-11-18 11:24:04.234306"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 11:24:04.236416"], ["updated_at", "2020-11-18 11:24:04.236416"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 11:24:04.238491"], ["updated_at", "2020-11-18 11:24:04.238491"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 11:24:04.240424"], ["updated_at", "2020-11-18 11:24:04.240424"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 11:24:04.242383"], ["updated_at", "2020-11-18 11:24:04.242383"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 11:24:04.244416"], ["updated_at", "2020-11-18 11:24:04.244416"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-18 11:24:04.247156"], ["updated_at", "2020-11-18 11:24:04.247156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 10], ["created_at", "2020-11-18 11:24:04.249678"], ["updated_at", "2020-11-18 11:24:04.249678"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-18 11:24:04.252274"], ["updated_at", "2020-11-18 11:24:04.252274"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 1], ["created_at", "2020-11-18 11:24:04.254868"], ["updated_at", "2020-11-18 11:24:04.254868"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 2], ["created_at", "2020-11-18 11:24:04.257412"], ["updated_at", "2020-11-18 11:24:04.257412"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 11:24:04.259475"], ["updated_at", "2020-11-18 11:24:04.259475"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 11:24:04.261573"], ["updated_at", "2020-11-18 11:24:04.261573"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 11:24:04.263564"], ["updated_at", "2020-11-18 11:24:04.263564"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 11:24:04.266079"], ["updated_at", "2020-11-18 11:24:04.266079"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 11:24:04.268043"], ["updated_at", "2020-11-18 11:24:04.268043"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:24:04.270580"], ["updated_at", "2020-11-18 11:24:04.270580"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:24:04.272405"], ["updated_at", "2020-11-18 11:24:04.272405"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:24:04.274517"], ["updated_at", "2020-11-18 11:24:04.274517"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:24:04.276386"], ["updated_at", "2020-11-18 11:24:04.276386"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:24:04.278397"], ["updated_at", "2020-11-18 11:24:04.278397"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 11:24:04.290427"], ["updated_at", "2020-11-18 11:24:04.290427"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 11:24:04.292328"], ["updated_at", "2020-11-18 11:24:04.292328"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 11:24:04.294144"], ["updated_at", "2020-11-18 11:24:04.294144"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 11:24:04.296227"], ["updated_at", "2020-11-18 11:24:04.296227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 11:24:04.298318"], ["updated_at", "2020-11-18 11:24:04.298318"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.299601"], ["updated_at", "2020-11-18 11:24:04.299601"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.300707"], ["updated_at", "2020-11-18 11:24:04.300707"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.302265"], ["updated_at", "2020-11-18 11:24:04.302265"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.303556"], ["updated_at", "2020-11-18 11:24:04.303556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.3ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.304833"], ["updated_at", "2020-11-18 11:24:04.304833"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:04.307207"], ["updated_at", "2020-11-18 11:24:04.307207"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:04.309014"], ["updated_at", "2020-11-18 11:24:04.309014"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:04.310387"], ["updated_at", "2020-11-18 11:24:04.310387"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:04.312172"], ["updated_at", "2020-11-18 11:24:04.312172"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:04.314169"], ["updated_at", "2020-11-18 11:24:04.314169"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 20.5498457021201], ["string", "Beatae culpa tenetur."], ["date", "2019-05-30"], ["time", "2000-01-01 02:37:50.761913"], ["datetime", "2020-11-17 22:06:47.207368"], ["created_at", "2020-11-18 11:24:04.317309"], ["updated_at", "2020-11-18 11:24:04.317309"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 33], ["decimal", 4.0983321433408], ["string", "Saepe soluta sequi accusantium."], ["date", "2020-08-16"], ["time", "2000-01-01 22:58:53.775441"], ["datetime", "2020-11-17 19:39:23.751334"], ["created_at", "2020-11-18 11:24:04.320373"], ["updated_at", "2020-11-18 11:24:04.320373"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 28], ["decimal", 4.18582984252554], ["string", "Eum voluptatem nobis."], ["date", "2022-05-31"], ["time", "2000-01-01 06:49:58.691410"], ["datetime", "2020-11-18 06:52:22.060266"], ["created_at", "2020-11-18 11:24:04.323420"], ["updated_at", "2020-11-18 11:24:04.323420"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 25.1079364013843], ["string", "Reprehenderit itaque fuga ratione."], ["date", "2020-06-17"], ["time", "2000-01-01 20:33:59.170886"], ["datetime", "2020-11-17 22:09:33.851194"], ["created_at", "2020-11-18 11:24:04.327008"], ["updated_at", "2020-11-18 11:24:04.327008"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 22.5077060650557], ["string", "Maiores laudantium qui."], ["date", "2020-06-07"], ["time", "2000-01-01 07:10:17.222292"], ["datetime", "2020-11-18 08:16:28.973150"], ["created_at", "2020-11-18 11:24:04.329861"], ["updated_at", "2020-11-18 11:24:04.329861"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 11.7626333720455], ["string", "Dolorem facilis ut."], ["created_at", "2020-11-18 11:24:04.332143"], ["updated_at", "2020-11-18 11:24:04.332143"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 2.9904959073982], ["string", "Molestiae nisi ullam quia."], ["created_at", "2020-11-18 11:24:04.334122"], ["updated_at", "2020-11-18 11:24:04.334122"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 18.242749720931], ["string", "Aut eaque et."], ["created_at", "2020-11-18 11:24:04.336074"], ["updated_at", "2020-11-18 11:24:04.336074"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 12.2406687482035], ["string", "Ullam qui delectus illum."], ["created_at", "2020-11-18 11:24:04.338009"], ["updated_at", "2020-11-18 11:24:04.338009"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 5.64133304304556], ["string", "Quod consequatur maxime."], ["created_at", "2020-11-18 11:24:04.339654"], ["updated_at", "2020-11-18 11:24:04.339654"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-18 11:24:04.341771"], ["updated_at", "2020-11-18 11:24:04.341771"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 11:24:04.343901"], ["updated_at", "2020-11-18 11:24:04.343901"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 11:24:04.345925"], ["updated_at", "2020-11-18 11:24:04.345925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-18 11:24:04.347943"], ["updated_at", "2020-11-18 11:24:04.347943"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 11:24:04.350124"], ["updated_at", "2020-11-18 11:24:04.350124"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_2 Delta Create (0.3ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 12], ["created_at", "2020-11-18 11:24:04.353576"], ["updated_at", "2020-11-18 11:24:04.353576"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 8], ["created_at", "2020-11-18 11:24:04.358369"], ["updated_at", "2020-11-18 11:24:04.358369"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 15], ["created_at", "2020-11-18 11:24:04.362678"], ["updated_at", "2020-11-18 11:24:04.362678"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 14], ["created_at", "2020-11-18 11:24:04.365762"], ["updated_at", "2020-11-18 11:24:04.365762"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 7], ["created_at", "2020-11-18 11:24:04.368592"], ["updated_at", "2020-11-18 11:24:04.368592"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-18 11:24:04.370825"], ["updated_at", "2020-11-18 11:24:04.370825"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-18 11:24:04.372970"], ["updated_at", "2020-11-18 11:24:04.372970"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 11:24:04.375040"], ["updated_at", "2020-11-18 11:24:04.375040"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-18 11:24:04.377185"], ["updated_at", "2020-11-18 11:24:04.377185"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-18 11:24:04.379365"], ["updated_at", "2020-11-18 11:24:04.379365"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:24:04.381379"], ["updated_at", "2020-11-18 11:24:04.381379"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:24:04.383245"], ["updated_at", "2020-11-18 11:24:04.383245"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:24:04.385088"], ["updated_at", "2020-11-18 11:24:04.385088"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:24:04.386881"], ["updated_at", "2020-11-18 11:24:04.386881"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:24:04.388698"], ["updated_at", "2020-11-18 11:24:04.388698"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-18 11:24:04.399724"], ["updated_at", "2020-11-18 11:24:04.399724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 11:24:04.401575"], ["updated_at", "2020-11-18 11:24:04.401575"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 11:24:04.403601"], ["updated_at", "2020-11-18 11:24:04.403601"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 11:24:04.405453"], ["updated_at", "2020-11-18 11:24:04.405453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-18 11:24:04.407624"], ["updated_at", "2020-11-18 11:24:04.407624"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.408866"], ["updated_at", "2020-11-18 11:24:04.408866"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.409884"], ["updated_at", "2020-11-18 11:24:04.409884"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.410981"], ["updated_at", "2020-11-18 11:24:04.410981"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.412043"], ["updated_at", "2020-11-18 11:24:04.412043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.413115"], ["updated_at", "2020-11-18 11:24:04.413115"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:04.414645"], ["updated_at", "2020-11-18 11:24:04.414645"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:04.416060"], ["updated_at", "2020-11-18 11:24:04.416060"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:04.417242"], ["updated_at", "2020-11-18 11:24:04.417242"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:04.418673"], ["updated_at", "2020-11-18 11:24:04.418673"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:04.419873"], ["updated_at", "2020-11-18 11:24:04.419873"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.2ms) SELECT COUNT(*) FROM "indias"  (0.6ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 0.213315496421494], ["string", "Commodi cum vel."], ["date", "2019-05-04"], ["time", "2000-01-01 05:09:28.691227"], ["datetime", "2020-11-17 18:53:16.247888"], ["created_at", "2020-11-18 11:24:04.431871"], ["updated_at", "2020-11-18 11:24:04.431871"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 31.6331913609461], ["string", "Et facere quo praesentium."], ["date", "2022-09-20"], ["time", "2000-01-01 02:37:08.040293"], ["datetime", "2020-11-18 08:27:18.855110"], ["created_at", "2020-11-18 11:24:04.434646"], ["updated_at", "2020-11-18 11:24:04.434646"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 17.6084273005274], ["string", "Porro totam perspiciatis."], ["date", "2022-11-05"], ["time", "2000-01-01 15:15:59.464351"], ["datetime", "2020-11-18 09:10:52.923969"], ["created_at", "2020-11-18 11:24:04.438086"], ["updated_at", "2020-11-18 11:24:04.438086"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 1.02814728938763], ["string", "Pariatur unde necessitatibus quisquam."], ["date", "2019-01-30"], ["time", "2000-01-01 12:44:44.125573"], ["datetime", "2020-11-18 02:51:43.522884"], ["created_at", "2020-11-18 11:24:04.443138"], ["updated_at", "2020-11-18 11:24:04.443138"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 4.33620850339263], ["string", "Facilis est adipisci."], ["date", "2020-09-06"], ["time", "2000-01-01 19:10:29.483222"], ["datetime", "2020-11-18 03:18:33.166481"], ["created_at", "2020-11-18 11:24:04.446695"], ["updated_at", "2020-11-18 11:24:04.446695"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 10.7216000451686], ["string", "Reprehenderit impedit eveniet."], ["created_at", "2020-11-18 11:24:04.449751"], ["updated_at", "2020-11-18 11:24:04.449751"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1038], ["decimal", 27.7958799170693], ["string", "Magnam asperiores fuga earum."], ["created_at", "2020-11-18 11:24:04.452216"], ["updated_at", "2020-11-18 11:24:04.452216"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 1.08488006923488], ["string", "Aut praesentium excepturi."], ["created_at", "2020-11-18 11:24:04.455066"], ["updated_at", "2020-11-18 11:24:04.455066"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 19.5044449763858], ["string", "Molestiae voluptatem mollitia rerum."], ["created_at", "2020-11-18 11:24:04.457824"], ["updated_at", "2020-11-18 11:24:04.457824"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 2.3285861001192], ["string", "Nostrum architecto corporis."], ["created_at", "2020-11-18 11:24:04.461218"], ["updated_at", "2020-11-18 11:24:04.461218"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 11:24:04.464372"], ["updated_at", "2020-11-18 11:24:04.464372"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 11:24:04.467028"], ["updated_at", "2020-11-18 11:24:04.467028"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 11:24:04.469546"], ["updated_at", "2020-11-18 11:24:04.469546"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 11:24:04.471870"], ["updated_at", "2020-11-18 11:24:04.471870"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 11:24:04.474490"], ["updated_at", "2020-11-18 11:24:04.474490"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-18 11:24:04.478090"], ["updated_at", "2020-11-18 11:24:04.478090"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-18 11:24:04.481550"], ["updated_at", "2020-11-18 11:24:04.481550"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-18 11:24:04.484884"], ["updated_at", "2020-11-18 11:24:04.484884"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-18 11:24:04.488259"], ["updated_at", "2020-11-18 11:24:04.488259"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-18 11:24:04.491596"], ["updated_at", "2020-11-18 11:24:04.491596"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 11:24:04.494422"], ["updated_at", "2020-11-18 11:24:04.494422"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 11:24:04.497761"], ["updated_at", "2020-11-18 11:24:04.497761"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 11:24:04.500767"], ["updated_at", "2020-11-18 11:24:04.500767"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 11:24:04.503746"], ["updated_at", "2020-11-18 11:24:04.503746"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 11:24:04.506782"], ["updated_at", "2020-11-18 11:24:04.506782"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.509864"], ["updated_at", "2020-11-18 11:24:04.509864"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.513122"], ["updated_at", "2020-11-18 11:24:04.513122"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.516046"], ["updated_at", "2020-11-18 11:24:04.516046"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.519182"], ["updated_at", "2020-11-18 11:24:04.519182"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.3ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.522654"], ["updated_at", "2020-11-18 11:24:04.522654"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 11:24:04.538252"], ["updated_at", "2020-11-18 11:24:04.538252"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 11:24:04.540590"], ["updated_at", "2020-11-18 11:24:04.540590"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 11:24:04.542876"], ["updated_at", "2020-11-18 11:24:04.542876"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 11:24:04.545348"], ["updated_at", "2020-11-18 11:24:04.545348"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 11:24:04.547946"], ["updated_at", "2020-11-18 11:24:04.547946"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.549356"], ["updated_at", "2020-11-18 11:24:04.549356"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.550587"], ["updated_at", "2020-11-18 11:24:04.550587"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.551765"], ["updated_at", "2020-11-18 11:24:04.551765"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.553046"], ["updated_at", "2020-11-18 11:24:04.553046"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.554226"], ["updated_at", "2020-11-18 11:24:04.554226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:04.555401"], ["updated_at", "2020-11-18 11:24:04.555401"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:04.556637"], ["updated_at", "2020-11-18 11:24:04.556637"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:04.558256"], ["updated_at", "2020-11-18 11:24:04.558256"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:04.560304"], ["updated_at", "2020-11-18 11:24:04.560304"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:04.561906"], ["updated_at", "2020-11-18 11:24:04.561906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 26.743693561403], ["string", "Debitis adipisci laborum."], ["date", "2021-06-04"], ["time", "2000-01-01 11:57:15.477714"], ["datetime", "2020-11-18 03:41:24.841503"], ["created_at", "2020-11-18 11:24:04.564201"], ["updated_at", "2020-11-18 11:24:04.564201"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 5.31939665660295], ["string", "Dolores rem amet voluptas."], ["date", "2021-12-24"], ["time", "2000-01-01 15:13:33.181989"], ["datetime", "2020-11-18 05:32:03.435664"], ["created_at", "2020-11-18 11:24:04.566823"], ["updated_at", "2020-11-18 11:24:04.566823"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 27.0959038718461], ["string", "Et ipsa adipisci."], ["date", "2020-08-21"], ["time", "2000-01-01 17:01:52.135353"], ["datetime", "2020-11-17 22:23:34.073373"], ["created_at", "2020-11-18 11:24:04.569408"], ["updated_at", "2020-11-18 11:24:04.569408"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 19.3482751001918], ["string", "Facere mollitia quo vero."], ["date", "2019-06-05"], ["time", "2000-01-01 19:52:31.690611"], ["datetime", "2020-11-17 17:51:51.123014"], ["created_at", "2020-11-18 11:24:04.571930"], ["updated_at", "2020-11-18 11:24:04.571930"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 21], ["decimal", 0.101215817503764], ["string", "Quod soluta incidunt."], ["date", "2021-03-01"], ["time", "2000-01-01 08:49:30.698167"], ["datetime", "2020-11-17 15:13:22.623991"], ["created_at", "2020-11-18 11:24:04.574412"], ["updated_at", "2020-11-18 11:24:04.574412"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 7.71404935230125], ["string", "Commodi omnis animi."], ["created_at", "2020-11-18 11:24:04.576575"], ["updated_at", "2020-11-18 11:24:04.576575"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 1.69049031056194], ["string", "Deserunt velit similique accusantium."], ["created_at", "2020-11-18 11:24:04.578919"], ["updated_at", "2020-11-18 11:24:04.578919"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1033], ["decimal", 15.9272365509123], ["string", "Doloremque culpa nobis."], ["created_at", "2020-11-18 11:24:04.581155"], ["updated_at", "2020-11-18 11:24:04.581155"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 12.7628841355832], ["string", "Aut amet est non."], ["created_at", "2020-11-18 11:24:04.583399"], ["updated_at", "2020-11-18 11:24:04.583399"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 4.47616570874023], ["string", "Voluptatum repellendus saepe."], ["created_at", "2020-11-18 11:24:04.585952"], ["updated_at", "2020-11-18 11:24:04.585952"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 11:24:04.589973"], ["updated_at", "2020-11-18 11:24:04.589973"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 11:24:04.592882"], ["updated_at", "2020-11-18 11:24:04.592882"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 11:24:04.595456"], ["updated_at", "2020-11-18 11:24:04.595456"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 11:24:04.597953"], ["updated_at", "2020-11-18 11:24:04.597953"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 11:24:04.601718"], ["updated_at", "2020-11-18 11:24:04.601718"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 6], ["created_at", "2020-11-18 11:24:04.606146"], ["updated_at", "2020-11-18 11:24:04.606146"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 7], ["created_at", "2020-11-18 11:24:04.610638"], ["updated_at", "2020-11-18 11:24:04.610638"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-18 11:24:04.614463"], ["updated_at", "2020-11-18 11:24:04.614463"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 8], ["created_at", "2020-11-18 11:24:04.618479"], ["updated_at", "2020-11-18 11:24:04.618479"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 3], ["created_at", "2020-11-18 11:24:04.622994"], ["updated_at", "2020-11-18 11:24:04.622994"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 11:24:04.627316"], ["updated_at", "2020-11-18 11:24:04.627316"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-18 11:24:04.630470"], ["updated_at", "2020-11-18 11:24:04.630470"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 11:24:04.633234"], ["updated_at", "2020-11-18 11:24:04.633234"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 11:24:04.635746"], ["updated_at", "2020-11-18 11:24:04.635746"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 11:24:04.638343"], ["updated_at", "2020-11-18 11:24:04.638343"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:24:04.640697"], ["updated_at", "2020-11-18 11:24:04.640697"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:24:04.642990"], ["updated_at", "2020-11-18 11:24:04.642990"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:24:04.645546"], ["updated_at", "2020-11-18 11:24:04.645546"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:24:04.648006"], ["updated_at", "2020-11-18 11:24:04.648006"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:24:04.650343"], ["updated_at", "2020-11-18 11:24:04.650343"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 11:24:04.665256"], ["updated_at", "2020-11-18 11:24:04.665256"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 11:24:04.667546"], ["updated_at", "2020-11-18 11:24:04.667546"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 11:24:04.669821"], ["updated_at", "2020-11-18 11:24:04.669821"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 11:24:04.672170"], ["updated_at", "2020-11-18 11:24:04.672170"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 11:24:04.674758"], ["updated_at", "2020-11-18 11:24:04.674758"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.676920"], ["updated_at", "2020-11-18 11:24:04.676920"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.678698"], ["updated_at", "2020-11-18 11:24:04.678698"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.679829"], ["updated_at", "2020-11-18 11:24:04.679829"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.681016"], ["updated_at", "2020-11-18 11:24:04.681016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.682020"], ["updated_at", "2020-11-18 11:24:04.682020"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:04.683132"], ["updated_at", "2020-11-18 11:24:04.683132"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:04.684288"], ["updated_at", "2020-11-18 11:24:04.684288"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:04.685338"], ["updated_at", "2020-11-18 11:24:04.685338"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:04.686360"], ["updated_at", "2020-11-18 11:24:04.686360"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:04.687502"], ["updated_at", "2020-11-18 11:24:04.687502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 18], ["decimal", 16.4653113769568], ["string", "Aperiam dolore modi."], ["date", "2019-02-14"], ["time", "2000-01-01 13:54:26.553544"], ["datetime", "2020-11-18 06:56:24.193867"], ["created_at", "2020-11-18 11:24:04.689454"], ["updated_at", "2020-11-18 11:24:04.689454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 12.7004326978468], ["string", "Aperiam fuga adipisci dolores."], ["date", "2022-03-04"], ["time", "2000-01-01 20:25:39.538267"], ["datetime", "2020-11-18 01:05:55.426303"], ["created_at", "2020-11-18 11:24:04.691760"], ["updated_at", "2020-11-18 11:24:04.691760"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 27.1286824759217], ["string", "Distinctio corrupti cupiditate."], ["date", "2021-11-15"], ["time", "2000-01-01 22:47:36.194881"], ["datetime", "2020-11-18 06:02:37.628772"], ["created_at", "2020-11-18 11:24:04.694090"], ["updated_at", "2020-11-18 11:24:04.694090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 18.8914329192465], ["string", "Enim velit ut optio."], ["date", "2022-07-08"], ["time", "2000-01-01 14:27:51.252913"], ["datetime", "2020-11-18 00:11:51.973839"], ["created_at", "2020-11-18 11:24:04.696468"], ["updated_at", "2020-11-18 11:24:04.696468"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 3.89335253376927], ["string", "Corporis sit vitae."], ["date", "2022-01-23"], ["time", "2000-01-01 23:48:04.438792"], ["datetime", "2020-11-18 10:39:00.812913"], ["created_at", "2020-11-18 11:24:04.698800"], ["updated_at", "2020-11-18 11:24:04.698800"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 0.751479677371141], ["string", "Dolores voluptate non."], ["created_at", "2020-11-18 11:24:04.700867"], ["updated_at", "2020-11-18 11:24:04.700867"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 35.3903648361968], ["string", "Ratione eos nihil rerum."], ["created_at", "2020-11-18 11:24:04.702448"], ["updated_at", "2020-11-18 11:24:04.702448"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 32.6873928942117], ["string", "Doloribus doloremque blanditiis."], ["created_at", "2020-11-18 11:24:04.704055"], ["updated_at", "2020-11-18 11:24:04.704055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 9.10999063896947], ["string", "Deserunt et et qui."], ["created_at", "2020-11-18 11:24:04.705544"], ["updated_at", "2020-11-18 11:24:04.705544"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 27.2341910528188], ["string", "Dicta adipisci provident."], ["created_at", "2020-11-18 11:24:04.707015"], ["updated_at", "2020-11-18 11:24:04.707015"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 11:24:04.709106"], ["updated_at", "2020-11-18 11:24:04.709106"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-18 11:24:04.711208"], ["updated_at", "2020-11-18 11:24:04.711208"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 11:24:04.713374"], ["updated_at", "2020-11-18 11:24:04.713374"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 11:24:04.715578"], ["updated_at", "2020-11-18 11:24:04.715578"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-18 11:24:04.717768"], ["updated_at", "2020-11-18 11:24:04.717768"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 10], ["created_at", "2020-11-18 11:24:04.720790"], ["updated_at", "2020-11-18 11:24:04.720790"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 11], ["created_at", "2020-11-18 11:24:04.723821"], ["updated_at", "2020-11-18 11:24:04.723821"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 15], ["created_at", "2020-11-18 11:24:04.727300"], ["updated_at", "2020-11-18 11:24:04.727300"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 12], ["created_at", "2020-11-18 11:24:04.730257"], ["updated_at", "2020-11-18 11:24:04.730257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 10], ["created_at", "2020-11-18 11:24:04.733151"], ["updated_at", "2020-11-18 11:24:04.733151"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 11:24:04.735455"], ["updated_at", "2020-11-18 11:24:04.735455"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (5.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-18 11:24:04.755045"], ["updated_at", "2020-11-18 11:24:04.755045"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 11:24:04.762772"], ["updated_at", "2020-11-18 11:24:04.762772"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-18 11:24:04.765137"], ["updated_at", "2020-11-18 11:24:04.765137"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 12], ["created_at", "2020-11-18 11:24:04.767707"], ["updated_at", "2020-11-18 11:24:04.767707"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:24:04.770091"], ["updated_at", "2020-11-18 11:24:04.770091"], ["india_id", 10]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:24:04.772408"], ["updated_at", "2020-11-18 11:24:04.772408"], ["india_id", 10]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:24:04.774859"], ["updated_at", "2020-11-18 11:24:04.774859"], ["india_id", 10]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:24:04.777128"], ["updated_at", "2020-11-18 11:24:04.777128"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:24:04.779349"], ["updated_at", "2020-11-18 11:24:04.779349"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 11:24:04.792246"], ["updated_at", "2020-11-18 11:24:04.792246"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 11:24:04.794571"], ["updated_at", "2020-11-18 11:24:04.794571"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 11:24:04.796811"], ["updated_at", "2020-11-18 11:24:04.796811"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 11:24:04.799133"], ["updated_at", "2020-11-18 11:24:04.799133"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 11:24:04.801187"], ["updated_at", "2020-11-18 11:24:04.801187"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.802341"], ["updated_at", "2020-11-18 11:24:04.802341"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.803329"], ["updated_at", "2020-11-18 11:24:04.803329"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.804285"], ["updated_at", "2020-11-18 11:24:04.804285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.805206"], ["updated_at", "2020-11-18 11:24:04.805206"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.806229"], ["updated_at", "2020-11-18 11:24:04.806229"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:04.807257"], ["updated_at", "2020-11-18 11:24:04.807257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:04.808295"], ["updated_at", "2020-11-18 11:24:04.808295"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms)[0m SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:04.809236"], ["updated_at", "2020-11-18 11:24:04.809236"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:04.810113"], ["updated_at", "2020-11-18 11:24:04.810113"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:04.811051"], ["updated_at", "2020-11-18 11:24:04.811051"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 14.2098773053301], ["string", "Est hic fugit."], ["date", "2022-07-15"], ["time", "2000-01-01 23:14:54.477373"], ["datetime", "2020-11-18 07:14:06.228286"], ["created_at", "2020-11-18 11:24:04.863159"], ["updated_at", "2020-11-18 11:24:04.863159"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 23.0110411158059], ["string", "Aliquid id nobis itaque."], ["date", "2021-08-12"], ["time", "2000-01-01 23:47:15.266942"], ["datetime", "2020-11-18 04:09:24.395518"], ["created_at", "2020-11-18 11:24:04.865906"], ["updated_at", "2020-11-18 11:24:04.865906"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 13.3338442342907], ["string", "Necessitatibus beatae eveniet."], ["date", "2020-05-22"], ["time", "2000-01-01 07:43:42.432417"], ["datetime", "2020-11-17 14:23:52.854303"], ["created_at", "2020-11-18 11:24:04.868352"], ["updated_at", "2020-11-18 11:24:04.868352"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 16.0853056216823], ["string", "Tempore reiciendis nihil."], ["date", "2020-08-16"], ["time", "2000-01-01 19:11:55.598816"], ["datetime", "2020-11-17 18:28:41.936714"], ["created_at", "2020-11-18 11:24:04.874043"], ["updated_at", "2020-11-18 11:24:04.874043"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 4.05096751466827], ["string", "Aut ipsum ullam enim."], ["date", "2022-06-02"], ["time", "2000-01-01 00:56:22.559199"], ["datetime", "2020-11-18 03:42:45.687324"], ["created_at", "2020-11-18 11:24:04.877865"], ["updated_at", "2020-11-18 11:24:04.877865"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 17.6514171373404], ["string", "Quidem velit aut."], ["date", "2021-12-31"], ["time", "2000-01-01 02:51:32.460025"], ["datetime", "2020-11-17 23:27:30.671397"], ["created_at", "2020-11-18 11:24:04.880379"], ["updated_at", "2020-11-18 11:24:04.880379"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:04.884183"], ["updated_at", "2020-11-18 11:24:04.884183"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 8.61466995110291], ["string", "Quia numquam sapiente."], ["date", "2021-10-14"], ["time", "2000-01-01 08:45:52.315293"], ["datetime", "2020-11-18 00:11:26.940880"], ["created_at", "2020-11-18 11:24:04.937174"], ["updated_at", "2020-11-18 11:24:04.937174"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 29.0207148113145], ["string", "Aspernatur molestias dolores recusandae."], ["date", "2019-12-20"], ["time", "2000-01-01 13:10:09.383237"], ["datetime", "2020-11-17 17:28:44.692062"], ["created_at", "2020-11-18 11:24:04.941432"], ["updated_at", "2020-11-18 11:24:04.941432"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 5.97740844858148], ["string", "Fugiat impedit eos."], ["date", "2020-04-21"], ["time", "2000-01-01 12:47:23.299082"], ["datetime", "2020-11-18 04:36:39.983851"], ["created_at", "2020-11-18 11:24:04.945367"], ["updated_at", "2020-11-18 11:24:04.945367"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 23.8634447890232], ["string", "Ab hic quidem repellendus."], ["date", "2021-03-16"], ["time", "2000-01-01 13:03:26.346074"], ["datetime", "2020-11-17 16:51:20.654131"], ["created_at", "2020-11-18 11:24:04.949070"], ["updated_at", "2020-11-18 11:24:04.949070"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 2.69671651332133], ["string", "Reprehenderit ullam atque."], ["date", "2019-09-02"], ["time", "2000-01-01 19:06:40.830154"], ["datetime", "2020-11-18 09:01:21.092290"], ["created_at", "2020-11-18 11:24:04.953362"], ["updated_at", "2020-11-18 11:24:04.953362"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 3.73706954945048], ["string", "Iste dolor perferendis."], ["created_at", "2020-11-18 11:24:04.957367"], ["updated_at", "2020-11-18 11:24:04.957367"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1031], ["decimal", 3.13164420497314], ["string", "Molestias eos itaque voluptates."], ["created_at", "2020-11-18 11:24:04.960877"], ["updated_at", "2020-11-18 11:24:04.960877"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 21.3780266216653], ["string", "Et delectus non."], ["created_at", "2020-11-18 11:24:04.963570"], ["updated_at", "2020-11-18 11:24:04.963570"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 0.846250666720063], ["string", "Tempore et aspernatur libero."], ["created_at", "2020-11-18 11:24:04.966272"], ["updated_at", "2020-11-18 11:24:04.966272"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 0.0651403622630022], ["string", "Magnam et omnis."], ["created_at", "2020-11-18 11:24:04.969395"], ["updated_at", "2020-11-18 11:24:04.969395"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 11:24:04.972368"], ["updated_at", "2020-11-18 11:24:04.972368"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 11:24:04.974953"], ["updated_at", "2020-11-18 11:24:04.974953"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 11:24:04.977378"], ["updated_at", "2020-11-18 11:24:04.977378"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 11:24:04.979693"], ["updated_at", "2020-11-18 11:24:04.979693"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 11:24:04.981760"], ["updated_at", "2020-11-18 11:24:04.981760"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-18 11:24:04.984545"], ["updated_at", "2020-11-18 11:24:04.984545"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-18 11:24:04.987196"], ["updated_at", "2020-11-18 11:24:04.987196"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-18 11:24:04.989754"], ["updated_at", "2020-11-18 11:24:04.989754"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-18 11:24:04.992785"], ["updated_at", "2020-11-18 11:24:04.992785"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-18 11:24:04.995695"], ["updated_at", "2020-11-18 11:24:04.995695"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 11:24:04.997839"], ["updated_at", "2020-11-18 11:24:04.997839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 11:24:04.999900"], ["updated_at", "2020-11-18 11:24:04.999900"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 11:24:05.001804"], ["updated_at", "2020-11-18 11:24:05.001804"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 11:24:05.003740"], ["updated_at", "2020-11-18 11:24:05.003740"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 11:24:05.005732"], ["updated_at", "2020-11-18 11:24:05.005732"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:05.008001"], ["updated_at", "2020-11-18 11:24:05.008001"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:05.010139"], ["updated_at", "2020-11-18 11:24:05.010139"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:05.012339"], ["updated_at", "2020-11-18 11:24:05.012339"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:05.014273"], ["updated_at", "2020-11-18 11:24:05.014273"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:05.016197"], ["updated_at", "2020-11-18 11:24:05.016197"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 11:24:05.027331"], ["updated_at", "2020-11-18 11:24:05.027331"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 11:24:05.029336"], ["updated_at", "2020-11-18 11:24:05.029336"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 11:24:05.031048"], ["updated_at", "2020-11-18 11:24:05.031048"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 11:24:05.032794"], ["updated_at", "2020-11-18 11:24:05.032794"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 11:24:05.034503"], ["updated_at", "2020-11-18 11:24:05.034503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:05.035585"], ["updated_at", "2020-11-18 11:24:05.035585"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:05.036752"], ["updated_at", "2020-11-18 11:24:05.036752"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:05.037774"], ["updated_at", "2020-11-18 11:24:05.037774"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:05.038726"], ["updated_at", "2020-11-18 11:24:05.038726"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:05.039700"], ["updated_at", "2020-11-18 11:24:05.039700"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:05.040757"], ["updated_at", "2020-11-18 11:24:05.040757"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:05.041735"], ["updated_at", "2020-11-18 11:24:05.041735"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:05.042662"], ["updated_at", "2020-11-18 11:24:05.042662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:05.043595"], ["updated_at", "2020-11-18 11:24:05.043595"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:05.044651"], ["updated_at", "2020-11-18 11:24:05.044651"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 0.0330114913068744], ["string", "Eum nihil maiores."], ["date", "2022-09-18"], ["time", "2000-01-01 18:53:49.965615"], ["datetime", "2020-11-18 02:52:20.989393"], ["created_at", "2020-11-18 11:24:05.046377"], ["updated_at", "2020-11-18 11:24:05.046377"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 13.8777855410051], ["string", "Est impedit voluptas exercitationem."], ["date", "2022-11-14"], ["time", "2000-01-01 13:55:44.369933"], ["datetime", "2020-11-17 12:09:27.928109"], ["created_at", "2020-11-18 11:24:05.048413"], ["updated_at", "2020-11-18 11:24:05.048413"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 5.60117200814257], ["string", "Odio id et."], ["date", "2020-09-03"], ["time", "2000-01-01 22:34:49.175644"], ["datetime", "2020-11-17 19:31:08.830414"], ["created_at", "2020-11-18 11:24:05.050301"], ["updated_at", "2020-11-18 11:24:05.050301"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 27], ["decimal", 5.91922725882873], ["string", "Sint maxime delectus repudiandae."], ["date", "2020-03-03"], ["time", "2000-01-01 23:15:17.403430"], ["datetime", "2020-11-17 20:09:14.199583"], ["created_at", "2020-11-18 11:24:05.052203"], ["updated_at", "2020-11-18 11:24:05.052203"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 4.37243228758593], ["string", "Dolore ea dolores."], ["date", "2021-09-30"], ["time", "2000-01-01 13:58:33.677948"], ["datetime", "2020-11-17 19:41:45.761509"], ["created_at", "2020-11-18 11:24:05.054259"], ["updated_at", "2020-11-18 11:24:05.054259"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 10.9802478658632], ["string", "Commodi quos cupiditate."], ["created_at", "2020-11-18 11:24:05.056135"], ["updated_at", "2020-11-18 11:24:05.056135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 9.43685778962435], ["string", "Libero itaque consequatur perferendis."], ["created_at", "2020-11-18 11:24:05.057655"], ["updated_at", "2020-11-18 11:24:05.057655"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 22.3863299931649], ["string", "Pariatur quo dignissimos."], ["created_at", "2020-11-18 11:24:05.059027"], ["updated_at", "2020-11-18 11:24:05.059027"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 1.14335838781679], ["string", "Incidunt consectetur vitae facilis."], ["created_at", "2020-11-18 11:24:05.060433"], ["updated_at", "2020-11-18 11:24:05.060433"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 35.1526903053651], ["string", "Ut velit ad."], ["created_at", "2020-11-18 11:24:05.061990"], ["updated_at", "2020-11-18 11:24:05.061990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 11:24:05.063875"], ["updated_at", "2020-11-18 11:24:05.063875"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 11:24:05.065564"], ["updated_at", "2020-11-18 11:24:05.065564"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 11:24:05.067169"], ["updated_at", "2020-11-18 11:24:05.067169"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 11:24:05.068953"], ["updated_at", "2020-11-18 11:24:05.068953"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 11:24:05.070833"], ["updated_at", "2020-11-18 11:24:05.070833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 9], ["created_at", "2020-11-18 11:24:05.073453"], ["updated_at", "2020-11-18 11:24:05.073453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-18 11:24:05.075770"], ["updated_at", "2020-11-18 11:24:05.075770"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 8], ["created_at", "2020-11-18 11:24:05.078111"], ["updated_at", "2020-11-18 11:24:05.078111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-18 11:24:05.080288"], ["updated_at", "2020-11-18 11:24:05.080288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 8], ["created_at", "2020-11-18 11:24:05.082346"], ["updated_at", "2020-11-18 11:24:05.082346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-18 11:24:05.084115"], ["updated_at", "2020-11-18 11:24:05.084115"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 11:24:05.086002"], ["updated_at", "2020-11-18 11:24:05.086002"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 11:24:05.087628"], ["updated_at", "2020-11-18 11:24:05.087628"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 11:24:05.089295"], ["updated_at", "2020-11-18 11:24:05.089295"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-18 11:24:05.091136"], ["updated_at", "2020-11-18 11:24:05.091136"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:24:05.093028"], ["updated_at", "2020-11-18 11:24:05.093028"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:24:05.094836"], ["updated_at", "2020-11-18 11:24:05.094836"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:24:05.096820"], ["updated_at", "2020-11-18 11:24:05.096820"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:24:05.098499"], ["updated_at", "2020-11-18 11:24:05.098499"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:24:05.100265"], ["updated_at", "2020-11-18 11:24:05.100265"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 11:24:05.110704"], ["updated_at", "2020-11-18 11:24:05.110704"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 11:24:05.113012"], ["updated_at", "2020-11-18 11:24:05.113012"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 11:24:05.115056"], ["updated_at", "2020-11-18 11:24:05.115056"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 11:24:05.116855"], ["updated_at", "2020-11-18 11:24:05.116855"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 11:24:05.118550"], ["updated_at", "2020-11-18 11:24:05.118550"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:05.119741"], ["updated_at", "2020-11-18 11:24:05.119741"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:05.120679"], ["updated_at", "2020-11-18 11:24:05.120679"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:05.121529"], ["updated_at", "2020-11-18 11:24:05.121529"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:05.122417"], ["updated_at", "2020-11-18 11:24:05.122417"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:05.123569"], ["updated_at", "2020-11-18 11:24:05.123569"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:05.124561"], ["updated_at", "2020-11-18 11:24:05.124561"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:05.125667"], ["updated_at", "2020-11-18 11:24:05.125667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:05.126578"], ["updated_at", "2020-11-18 11:24:05.126578"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:05.127520"], ["updated_at", "2020-11-18 11:24:05.127520"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:05.128632"], ["updated_at", "2020-11-18 11:24:05.128632"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 28], ["decimal", 37.0345989847847], ["string", "Repudiandae a neque."], ["date", "2022-03-31"], ["time", "2000-01-01 07:34:00.071103"], ["datetime", "2020-11-18 02:55:32.031057"], ["created_at", "2020-11-18 11:24:05.130327"], ["updated_at", "2020-11-18 11:24:05.130327"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 11.4719766801893], ["string", "Aut aspernatur soluta architecto."], ["date", "2021-12-26"], ["time", "2000-01-01 03:54:56.501854"], ["datetime", "2020-11-18 02:16:44.950362"], ["created_at", "2020-11-18 11:24:05.132399"], ["updated_at", "2020-11-18 11:24:05.132399"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 12.7425018777384], ["string", "Voluptas ut voluptas."], ["date", "2021-06-07"], ["time", "2000-01-01 20:07:29.134051"], ["datetime", "2020-11-18 00:34:40.280148"], ["created_at", "2020-11-18 11:24:05.134430"], ["updated_at", "2020-11-18 11:24:05.134430"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 11.6432289141896], ["string", "Aliquid officia ut animi."], ["date", "2019-11-10"], ["time", "2000-01-01 06:54:22.902395"], ["datetime", "2020-11-17 11:33:25.495499"], ["created_at", "2020-11-18 11:24:05.136712"], ["updated_at", "2020-11-18 11:24:05.136712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 22.5895950138252], ["string", "Sequi aperiam cupiditate."], ["date", "2019-02-09"], ["time", "2000-01-01 13:51:24.367724"], ["datetime", "2020-11-17 23:48:39.762950"], ["created_at", "2020-11-18 11:24:05.138981"], ["updated_at", "2020-11-18 11:24:05.138981"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 6.83442742622434], ["string", "Libero ab et."], ["created_at", "2020-11-18 11:24:05.141368"], ["updated_at", "2020-11-18 11:24:05.141368"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 18.2241869102095], ["string", "Voluptatem laudantium et qui."], ["created_at", "2020-11-18 11:24:05.142871"], ["updated_at", "2020-11-18 11:24:05.142871"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1034], ["decimal", 3.16993695274674], ["string", "Neque sit quo."], ["created_at", "2020-11-18 11:24:05.144342"], ["updated_at", "2020-11-18 11:24:05.144342"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 9.7412199777976], ["string", "Officia perspiciatis doloribus omnis."], ["created_at", "2020-11-18 11:24:05.146215"], ["updated_at", "2020-11-18 11:24:05.146215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 15.6671583013471], ["string", "Architecto ut at."], ["created_at", "2020-11-18 11:24:05.147807"], ["updated_at", "2020-11-18 11:24:05.147807"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-18 11:24:05.149810"], ["updated_at", "2020-11-18 11:24:05.149810"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-18 11:24:05.151524"], ["updated_at", "2020-11-18 11:24:05.151524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 11:24:05.153250"], ["updated_at", "2020-11-18 11:24:05.153250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-18 11:24:05.154928"], ["updated_at", "2020-11-18 11:24:05.154928"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-18 11:24:05.157097"], ["updated_at", "2020-11-18 11:24:05.157097"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 5], ["created_at", "2020-11-18 11:24:05.159878"], ["updated_at", "2020-11-18 11:24:05.159878"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 8], ["created_at", "2020-11-18 11:24:05.162843"], ["updated_at", "2020-11-18 11:24:05.162843"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 6], ["created_at", "2020-11-18 11:24:05.165392"], ["updated_at", "2020-11-18 11:24:05.165392"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 8], ["created_at", "2020-11-18 11:24:05.167642"], ["updated_at", "2020-11-18 11:24:05.167642"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 1], ["created_at", "2020-11-18 11:24:05.169858"], ["updated_at", "2020-11-18 11:24:05.169858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-18 11:24:05.171615"], ["updated_at", "2020-11-18 11:24:05.171615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-18 11:24:05.173436"], ["updated_at", "2020-11-18 11:24:05.173436"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-18 11:24:05.175358"], ["updated_at", "2020-11-18 11:24:05.175358"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 11:24:05.177115"], ["updated_at", "2020-11-18 11:24:05.177115"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-18 11:24:05.179177"], ["updated_at", "2020-11-18 11:24:05.179177"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:24:05.181080"], ["updated_at", "2020-11-18 11:24:05.181080"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:24:05.182817"], ["updated_at", "2020-11-18 11:24:05.182817"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:24:05.184504"], ["updated_at", "2020-11-18 11:24:05.184504"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:24:05.186193"], ["updated_at", "2020-11-18 11:24:05.186193"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:24:05.187890"], ["updated_at", "2020-11-18 11:24:05.187890"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 11:24:05.198927"], ["updated_at", "2020-11-18 11:24:05.198927"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 11:24:05.200923"], ["updated_at", "2020-11-18 11:24:05.200923"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 11:24:05.202875"], ["updated_at", "2020-11-18 11:24:05.202875"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 11:24:05.204756"], ["updated_at", "2020-11-18 11:24:05.204756"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-18 11:24:05.206671"], ["updated_at", "2020-11-18 11:24:05.206671"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:05.207953"], ["updated_at", "2020-11-18 11:24:05.207953"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:05.209012"], ["updated_at", "2020-11-18 11:24:05.209012"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:05.209994"], ["updated_at", "2020-11-18 11:24:05.209994"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:05.211237"], ["updated_at", "2020-11-18 11:24:05.211237"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:24:05.212359"], ["updated_at", "2020-11-18 11:24:05.212359"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:05.213534"], ["updated_at", "2020-11-18 11:24:05.213534"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:05.214696"], ["updated_at", "2020-11-18 11:24:05.214696"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:05.215879"], ["updated_at", "2020-11-18 11:24:05.215879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:05.217047"], ["updated_at", "2020-11-18 11:24:05.217047"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:24:05.218448"], ["updated_at", "2020-11-18 11:24:05.218448"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (11.7ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.9ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.5ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.9ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (1.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 5.12379932211365], ["string", "Eos assumenda accusamus."], ["date", "2021-09-16"], ["time", "2000-01-01 02:33:35.570321"], ["datetime", "2020-11-17 22:20:27.043785"], ["created_at", "2020-11-18 11:28:45.749880"], ["updated_at", "2020-11-18 11:28:45.749880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 17.6156644553756], ["string", "Rerum nesciunt eos ab."], ["date", "2020-03-04"], ["time", "2000-01-01 07:53:37.761413"], ["datetime", "2020-11-17 21:52:23.960382"], ["created_at", "2020-11-18 11:28:45.752165"], ["updated_at", "2020-11-18 11:28:45.752165"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 24], ["decimal", 14.7036012804557], ["string", "Beatae tempore qui."], ["date", "2019-03-04"], ["time", "2000-01-01 11:41:58.251402"], ["datetime", "2020-11-17 17:13:05.920266"], ["created_at", "2020-11-18 11:28:45.753853"], ["updated_at", "2020-11-18 11:28:45.753853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 4.82857698827147], ["string", "Molestiae quae accusamus facilis."], ["date", "2022-10-09"], ["time", "2000-01-01 22:29:19.472069"], ["datetime", "2020-11-18 03:00:57.686040"], ["created_at", "2020-11-18 11:28:45.755489"], ["updated_at", "2020-11-18 11:28:45.755489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 4.40155109533459], ["string", "Unde repellendus blanditiis."], ["date", "2020-10-12"], ["time", "2000-01-01 09:39:24.219661"], ["datetime", "2020-11-17 22:29:08.261836"], ["created_at", "2020-11-18 11:28:45.757156"], ["updated_at", "2020-11-18 11:28:45.757156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 0.572215730976338], ["string", "Et dolores enim."], ["created_at", "2020-11-18 11:28:45.763879"], ["updated_at", "2020-11-18 11:28:45.763879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1027], ["decimal", 26.67606583683], ["string", "Qui explicabo sint incidunt."], ["created_at", "2020-11-18 11:28:45.765493"], ["updated_at", "2020-11-18 11:28:45.765493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 2.88997717645769], ["string", "Et eum dolorem."], ["created_at", "2020-11-18 11:28:45.766858"], ["updated_at", "2020-11-18 11:28:45.766858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 5.39691626165585], ["string", "Laudantium eveniet saepe sunt."], ["created_at", "2020-11-18 11:28:45.768024"], ["updated_at", "2020-11-18 11:28:45.768024"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 6.53867318644085], ["string", "Minima fuga cupiditate."], ["created_at", "2020-11-18 11:28:45.769139"], ["updated_at", "2020-11-18 11:28:45.769139"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 11:28:45.776827"], ["updated_at", "2020-11-18 11:28:45.776827"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 11:28:45.778886"], ["updated_at", "2020-11-18 11:28:45.778886"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 11:28:45.780830"], ["updated_at", "2020-11-18 11:28:45.780830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 11:28:45.782399"], ["updated_at", "2020-11-18 11:28:45.782399"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 11:28:45.783719"], ["updated_at", "2020-11-18 11:28:45.783719"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-18 11:28:45.790368"], ["updated_at", "2020-11-18 11:28:45.790368"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-18 11:28:45.792766"], ["updated_at", "2020-11-18 11:28:45.792766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-18 11:28:45.795045"], ["updated_at", "2020-11-18 11:28:45.795045"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-18 11:28:45.797258"], ["updated_at", "2020-11-18 11:28:45.797258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-18 11:28:45.799429"], ["updated_at", "2020-11-18 11:28:45.799429"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 11:28:45.805911"], ["updated_at", "2020-11-18 11:28:45.805911"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 11:28:45.807698"], ["updated_at", "2020-11-18 11:28:45.807698"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 11:28:45.809226"], ["updated_at", "2020-11-18 11:28:45.809226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 11:28:45.810656"], ["updated_at", "2020-11-18 11:28:45.810656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 11:28:45.812084"], ["updated_at", "2020-11-18 11:28:45.812084"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:45.818234"], ["updated_at", "2020-11-18 11:28:45.818234"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:45.819918"], ["updated_at", "2020-11-18 11:28:45.819918"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:45.821344"], ["updated_at", "2020-11-18 11:28:45.821344"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:45.822707"], ["updated_at", "2020-11-18 11:28:45.822707"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:45.824073"], ["updated_at", "2020-11-18 11:28:45.824073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 11:28:45.841885"], ["updated_at", "2020-11-18 11:28:45.841885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 11:28:45.843758"], ["updated_at", "2020-11-18 11:28:45.843758"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 11:28:45.845471"], ["updated_at", "2020-11-18 11:28:45.845471"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 11:28:45.847218"], ["updated_at", "2020-11-18 11:28:45.847218"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 11:28:45.848992"], ["updated_at", "2020-11-18 11:28:45.848992"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:45.853503"], ["updated_at", "2020-11-18 11:28:45.853503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:45.854601"], ["updated_at", "2020-11-18 11:28:45.854601"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:45.855368"], ["updated_at", "2020-11-18 11:28:45.855368"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:45.856139"], ["updated_at", "2020-11-18 11:28:45.856139"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:45.856874"], ["updated_at", "2020-11-18 11:28:45.856874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:45.860415"], ["updated_at", "2020-11-18 11:28:45.860415"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:45.861321"], ["updated_at", "2020-11-18 11:28:45.861321"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:45.862066"], ["updated_at", "2020-11-18 11:28:45.862066"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:45.862788"], ["updated_at", "2020-11-18 11:28:45.862788"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:45.863513"], ["updated_at", "2020-11-18 11:28:45.863513"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 7.77800571052536], ["string", "Voluptas est aut."], ["date", "2022-09-29"], ["time", "2000-01-01 23:24:01.300534"], ["datetime", "2020-11-18 09:58:37.000201"], ["created_at", "2020-11-18 11:28:45.864920"], ["updated_at", "2020-11-18 11:28:45.864920"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 9.44079411558044], ["string", "Nam tenetur rerum repudiandae."], ["date", "2021-11-20"], ["time", "2000-01-01 14:14:44.381545"], ["datetime", "2020-11-18 06:34:51.277805"], ["created_at", "2020-11-18 11:28:45.866535"], ["updated_at", "2020-11-18 11:28:45.866535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 2.9070168140372], ["string", "Nostrum hic tenetur."], ["date", "2021-05-25"], ["time", "2000-01-01 06:24:13.087073"], ["datetime", "2020-11-17 16:43:14.511731"], ["created_at", "2020-11-18 11:28:45.868055"], ["updated_at", "2020-11-18 11:28:45.868055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 20.7894625681444], ["string", "Iste aperiam animi iure."], ["date", "2021-06-20"], ["time", "2000-01-01 13:27:15.535238"], ["datetime", "2020-11-18 04:01:33.028664"], ["created_at", "2020-11-18 11:28:45.869543"], ["updated_at", "2020-11-18 11:28:45.869543"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 2.92638740002818], ["string", "Et veniam fugiat."], ["date", "2021-03-01"], ["time", "2000-01-01 06:19:00.282811"], ["datetime", "2020-11-17 19:01:05.181425"], ["created_at", "2020-11-18 11:28:45.871030"], ["updated_at", "2020-11-18 11:28:45.871030"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1027], ["decimal", 1.29795276904666], ["string", "Quidem sit tenetur."], ["created_at", "2020-11-18 11:28:45.872582"], ["updated_at", "2020-11-18 11:28:45.872582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 0.272532741668517], ["string", "Ex magnam porro dolor."], ["created_at", "2020-11-18 11:28:45.874078"], ["updated_at", "2020-11-18 11:28:45.874078"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 19.0665976380702], ["string", "Delectus harum nulla."], ["created_at", "2020-11-18 11:28:45.875295"], ["updated_at", "2020-11-18 11:28:45.875295"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 0.326722228137905], ["string", "Eum dolores sed et."], ["created_at", "2020-11-18 11:28:45.876596"], ["updated_at", "2020-11-18 11:28:45.876596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 2.03637422535431], ["string", "Repellendus nostrum veniam."], ["created_at", "2020-11-18 11:28:45.878345"], ["updated_at", "2020-11-18 11:28:45.878345"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 11:28:45.880323"], ["updated_at", "2020-11-18 11:28:45.880323"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 11:28:45.882015"], ["updated_at", "2020-11-18 11:28:45.882015"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 11:28:45.883615"], ["updated_at", "2020-11-18 11:28:45.883615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 11:28:45.885270"], ["updated_at", "2020-11-18 11:28:45.885270"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 11:28:45.886901"], ["updated_at", "2020-11-18 11:28:45.886901"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-18 11:28:45.889199"], ["updated_at", "2020-11-18 11:28:45.889199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 7], ["created_at", "2020-11-18 11:28:45.891454"], ["updated_at", "2020-11-18 11:28:45.891454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-18 11:28:45.893774"], ["updated_at", "2020-11-18 11:28:45.893774"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 5], ["created_at", "2020-11-18 11:28:45.895942"], ["updated_at", "2020-11-18 11:28:45.895942"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-18 11:28:45.898127"], ["updated_at", "2020-11-18 11:28:45.898127"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 11:28:45.899833"], ["updated_at", "2020-11-18 11:28:45.899833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-18 11:28:45.901358"], ["updated_at", "2020-11-18 11:28:45.901358"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 11:28:45.902767"], ["updated_at", "2020-11-18 11:28:45.902767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 11:28:45.904209"], ["updated_at", "2020-11-18 11:28:45.904209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-18 11:28:45.905744"], ["updated_at", "2020-11-18 11:28:45.905744"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:28:45.907514"], ["updated_at", "2020-11-18 11:28:45.907514"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:28:45.908968"], ["updated_at", "2020-11-18 11:28:45.908968"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:28:45.910310"], ["updated_at", "2020-11-18 11:28:45.910310"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:28:45.911938"], ["updated_at", "2020-11-18 11:28:45.911938"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:28:45.913499"], ["updated_at", "2020-11-18 11:28:45.913499"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 11:28:45.925092"], ["updated_at", "2020-11-18 11:28:45.925092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 11:28:45.926789"], ["updated_at", "2020-11-18 11:28:45.926789"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 11:28:45.928266"], ["updated_at", "2020-11-18 11:28:45.928266"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 11:28:45.929817"], ["updated_at", "2020-11-18 11:28:45.929817"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 11:28:45.931428"], ["updated_at", "2020-11-18 11:28:45.931428"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:45.932431"], ["updated_at", "2020-11-18 11:28:45.932431"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:45.933329"], ["updated_at", "2020-11-18 11:28:45.933329"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:45.934106"], ["updated_at", "2020-11-18 11:28:45.934106"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:45.934882"], ["updated_at", "2020-11-18 11:28:45.934882"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:45.935673"], ["updated_at", "2020-11-18 11:28:45.935673"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:45.936528"], ["updated_at", "2020-11-18 11:28:45.936528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:45.937362"], ["updated_at", "2020-11-18 11:28:45.937362"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:45.938170"], ["updated_at", "2020-11-18 11:28:45.938170"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:45.938962"], ["updated_at", "2020-11-18 11:28:45.938962"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:45.939768"], ["updated_at", "2020-11-18 11:28:45.939768"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 4.66973116343258], ["string", "Debitis esse illo."], ["date", "2022-08-08"], ["time", "2000-01-01 07:43:30.152797"], ["datetime", "2020-11-18 04:35:10.562747"], ["created_at", "2020-11-18 11:28:45.941286"], ["updated_at", "2020-11-18 11:28:45.941286"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 3.02342901675473], ["string", "Consequuntur non dolor omnis."], ["date", "2020-08-07"], ["time", "2000-01-01 22:00:18.949748"], ["datetime", "2020-11-17 12:12:47.317416"], ["created_at", "2020-11-18 11:28:45.943153"], ["updated_at", "2020-11-18 11:28:45.943153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 34.0304501216908], ["string", "Vel enim quo."], ["date", "2022-02-02"], ["time", "2000-01-01 13:07:07.683572"], ["datetime", "2020-11-17 18:12:15.040907"], ["created_at", "2020-11-18 11:28:45.944934"], ["updated_at", "2020-11-18 11:28:45.944934"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 33], ["decimal", 25.3035276842522], ["string", "Ex veritatis asperiores dolores."], ["date", "2022-03-22"], ["time", "2000-01-01 18:14:43.192979"], ["datetime", "2020-11-17 22:33:13.559433"], ["created_at", "2020-11-18 11:28:45.946649"], ["updated_at", "2020-11-18 11:28:45.946649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 39.0055509917171], ["string", "Sunt placeat sint."], ["date", "2021-04-01"], ["time", "2000-01-01 12:19:58.741101"], ["datetime", "2020-11-18 07:12:58.689445"], ["created_at", "2020-11-18 11:28:45.948395"], ["updated_at", "2020-11-18 11:28:45.948395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 5.25624888999719], ["string", "Minima veniam ex."], ["created_at", "2020-11-18 11:28:45.950053"], ["updated_at", "2020-11-18 11:28:45.950053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 0.587898901704051], ["string", "Aperiam et eveniet aut."], ["created_at", "2020-11-18 11:28:45.951402"], ["updated_at", "2020-11-18 11:28:45.951402"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 16.3087863146133], ["string", "Aspernatur qui et."], ["created_at", "2020-11-18 11:28:45.952737"], ["updated_at", "2020-11-18 11:28:45.952737"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1039], ["decimal", 7.74337931833729], ["string", "Commodi natus cumque culpa."], ["created_at", "2020-11-18 11:28:45.954215"], ["updated_at", "2020-11-18 11:28:45.954215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["decimal", 5.48911733935577], ["string", "Earum at ad."], ["created_at", "2020-11-18 11:28:45.955597"], ["updated_at", "2020-11-18 11:28:45.955597"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-18 11:28:45.957484"], ["updated_at", "2020-11-18 11:28:45.957484"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 11:28:45.959161"], ["updated_at", "2020-11-18 11:28:45.959161"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-18 11:28:45.960819"], ["updated_at", "2020-11-18 11:28:45.960819"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 11:28:45.962603"], ["updated_at", "2020-11-18 11:28:45.962603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 11:28:45.964318"], ["updated_at", "2020-11-18 11:28:45.964318"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 9], ["created_at", "2020-11-18 11:28:45.966494"], ["updated_at", "2020-11-18 11:28:45.966494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 10], ["created_at", "2020-11-18 11:28:45.968608"], ["updated_at", "2020-11-18 11:28:45.968608"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 7], ["created_at", "2020-11-18 11:28:45.970672"], ["updated_at", "2020-11-18 11:28:45.970672"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-18 11:28:45.972770"], ["updated_at", "2020-11-18 11:28:45.972770"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 8], ["created_at", "2020-11-18 11:28:45.974816"], ["updated_at", "2020-11-18 11:28:45.974816"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-18 11:28:45.976474"], ["updated_at", "2020-11-18 11:28:45.976474"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 11], ["created_at", "2020-11-18 11:28:45.978089"], ["updated_at", "2020-11-18 11:28:45.978089"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-18 11:28:45.979656"], ["updated_at", "2020-11-18 11:28:45.979656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 11:28:45.981331"], ["updated_at", "2020-11-18 11:28:45.981331"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-18 11:28:45.983009"], ["updated_at", "2020-11-18 11:28:45.983009"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:28:45.984700"], ["updated_at", "2020-11-18 11:28:45.984700"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:28:45.986294"], ["updated_at", "2020-11-18 11:28:45.986294"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:28:45.987830"], ["updated_at", "2020-11-18 11:28:45.987830"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:28:45.989356"], ["updated_at", "2020-11-18 11:28:45.989356"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:28:45.990873"], ["updated_at", "2020-11-18 11:28:45.990873"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-18 11:28:46.000270"], ["updated_at", "2020-11-18 11:28:46.000270"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 11:28:46.002000"], ["updated_at", "2020-11-18 11:28:46.002000"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-18 11:28:46.003606"], ["updated_at", "2020-11-18 11:28:46.003606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 11:28:46.005212"], ["updated_at", "2020-11-18 11:28:46.005212"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 11:28:46.006803"], ["updated_at", "2020-11-18 11:28:46.006803"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.007834"], ["updated_at", "2020-11-18 11:28:46.007834"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.008839"], ["updated_at", "2020-11-18 11:28:46.008839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.009737"], ["updated_at", "2020-11-18 11:28:46.009737"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.011086"], ["updated_at", "2020-11-18 11:28:46.011086"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.012447"], ["updated_at", "2020-11-18 11:28:46.012447"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.013793"], ["updated_at", "2020-11-18 11:28:46.013793"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.015074"], ["updated_at", "2020-11-18 11:28:46.015074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.016046"], ["updated_at", "2020-11-18 11:28:46.016046"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.016957"], ["updated_at", "2020-11-18 11:28:46.016957"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.017835"], ["updated_at", "2020-11-18 11:28:46.017835"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 1.65792210874439], ["string", "Quod quae nihil."], ["date", "2020-10-05"], ["time", "2000-01-01 22:33:15.316025"], ["datetime", "2020-11-17 19:28:07.279790"], ["created_at", "2020-11-18 11:28:46.026655"], ["updated_at", "2020-11-18 11:28:46.026655"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 11.7521242862712], ["string", "Blanditiis eligendi asperiores error."], ["date", "2019-07-03"], ["time", "2000-01-01 08:12:18.435280"], ["datetime", "2020-11-17 17:25:03.377813"], ["created_at", "2020-11-18 11:28:46.030102"], ["updated_at", "2020-11-18 11:28:46.030102"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 8.87926865226294], ["string", "Sit eos at."], ["date", "2019-02-16"], ["time", "2000-01-01 16:45:14.412700"], ["datetime", "2020-11-17 22:29:47.535236"], ["created_at", "2020-11-18 11:28:46.033453"], ["updated_at", "2020-11-18 11:28:46.033453"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 38.3817226221048], ["string", "Id et nostrum repudiandae."], ["date", "2020-09-07"], ["time", "2000-01-01 07:21:17.398602"], ["datetime", "2020-11-17 11:55:37.070260"], ["created_at", "2020-11-18 11:28:46.036010"], ["updated_at", "2020-11-18 11:28:46.036010"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 2.91250362808095], ["string", "Aspernatur commodi iure."], ["date", "2021-06-09"], ["time", "2000-01-01 05:32:23.911237"], ["datetime", "2020-11-17 17:12:10.254874"], ["created_at", "2020-11-18 11:28:46.038194"], ["updated_at", "2020-11-18 11:28:46.038194"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1020], ["decimal", 0.25893238439535], ["string", "Nihil placeat et."], ["created_at", "2020-11-18 11:28:46.040127"], ["updated_at", "2020-11-18 11:28:46.040127"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 1.98824022425148], ["string", "Qui quae et ab."], ["created_at", "2020-11-18 11:28:46.041731"], ["updated_at", "2020-11-18 11:28:46.041731"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1027], ["decimal", 13.3614677186779], ["string", "Dignissimos omnis neque."], ["created_at", "2020-11-18 11:28:46.043212"], ["updated_at", "2020-11-18 11:28:46.043212"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 3.80615203585374], ["string", "Repudiandae ipsum in ut."], ["created_at", "2020-11-18 11:28:46.044703"], ["updated_at", "2020-11-18 11:28:46.044703"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 6.54963929710628], ["string", "Facilis similique architecto."], ["created_at", "2020-11-18 11:28:46.046249"], ["updated_at", "2020-11-18 11:28:46.046249"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 11:28:46.048680"], ["updated_at", "2020-11-18 11:28:46.048680"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 11:28:46.050702"], ["updated_at", "2020-11-18 11:28:46.050702"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 11:28:46.052665"], ["updated_at", "2020-11-18 11:28:46.052665"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 11:28:46.054774"], ["updated_at", "2020-11-18 11:28:46.054774"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 11:28:46.056922"], ["updated_at", "2020-11-18 11:28:46.056922"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-18 11:28:46.061663"], ["updated_at", "2020-11-18 11:28:46.061663"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-18 11:28:46.065402"], ["updated_at", "2020-11-18 11:28:46.065402"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-18 11:28:46.068605"], ["updated_at", "2020-11-18 11:28:46.068605"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-18 11:28:46.071366"], ["updated_at", "2020-11-18 11:28:46.071366"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-18 11:28:46.073976"], ["updated_at", "2020-11-18 11:28:46.073976"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 11:28:46.076005"], ["updated_at", "2020-11-18 11:28:46.076005"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 11:28:46.078004"], ["updated_at", "2020-11-18 11:28:46.078004"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 11:28:46.079877"], ["updated_at", "2020-11-18 11:28:46.079877"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 11:28:46.081699"], ["updated_at", "2020-11-18 11:28:46.081699"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 11:28:46.083519"], ["updated_at", "2020-11-18 11:28:46.083519"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.085524"], ["updated_at", "2020-11-18 11:28:46.085524"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.087527"], ["updated_at", "2020-11-18 11:28:46.087527"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.089402"], ["updated_at", "2020-11-18 11:28:46.089402"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.091249"], ["updated_at", "2020-11-18 11:28:46.091249"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.093048"], ["updated_at", "2020-11-18 11:28:46.093048"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 11:28:46.103486"], ["updated_at", "2020-11-18 11:28:46.103486"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 11:28:46.105380"], ["updated_at", "2020-11-18 11:28:46.105380"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 11:28:46.107116"], ["updated_at", "2020-11-18 11:28:46.107116"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 11:28:46.108866"], ["updated_at", "2020-11-18 11:28:46.108866"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 11:28:46.110587"], ["updated_at", "2020-11-18 11:28:46.110587"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.111638"], ["updated_at", "2020-11-18 11:28:46.111638"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.112601"], ["updated_at", "2020-11-18 11:28:46.112601"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.113481"], ["updated_at", "2020-11-18 11:28:46.113481"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.114362"], ["updated_at", "2020-11-18 11:28:46.114362"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.115195"], ["updated_at", "2020-11-18 11:28:46.115195"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.116110"], ["updated_at", "2020-11-18 11:28:46.116110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.117007"], ["updated_at", "2020-11-18 11:28:46.117007"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.117881"], ["updated_at", "2020-11-18 11:28:46.117881"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.118743"], ["updated_at", "2020-11-18 11:28:46.118743"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.119603"], ["updated_at", "2020-11-18 11:28:46.119603"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 18.071822506107], ["string", "Earum quam ut."], ["date", "2019-11-11"], ["time", "2000-01-01 21:40:29.439957"], ["datetime", "2020-11-18 03:46:03.222396"], ["created_at", "2020-11-18 11:28:46.121233"], ["updated_at", "2020-11-18 11:28:46.121233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 7.13314732824042], ["string", "Labore similique reiciendis molestiae."], ["date", "2020-07-04"], ["time", "2000-01-01 02:14:34.702534"], ["datetime", "2020-11-17 20:23:51.617794"], ["created_at", "2020-11-18 11:28:46.123213"], ["updated_at", "2020-11-18 11:28:46.123213"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 28], ["decimal", 10.8465661110318], ["string", "Aperiam quis corrupti."], ["date", "2019-03-27"], ["time", "2000-01-01 09:48:02.458385"], ["datetime", "2020-11-17 21:37:13.472284"], ["created_at", "2020-11-18 11:28:46.125182"], ["updated_at", "2020-11-18 11:28:46.125182"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 17.7419871511992], ["string", "Id quas rerum sint."], ["date", "2019-11-01"], ["time", "2000-01-01 15:52:17.012485"], ["datetime", "2020-11-18 06:22:30.123769"], ["created_at", "2020-11-18 11:28:46.127417"], ["updated_at", "2020-11-18 11:28:46.127417"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 23], ["decimal", 17.4936559754003], ["string", "Neque labore similique."], ["date", "2018-12-10"], ["time", "2000-01-01 01:58:25.872383"], ["datetime", "2020-11-17 17:25:05.671928"], ["created_at", "2020-11-18 11:28:46.129539"], ["updated_at", "2020-11-18 11:28:46.129539"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 1.64199181686971], ["string", "Et voluptatem autem."], ["created_at", "2020-11-18 11:28:46.131302"], ["updated_at", "2020-11-18 11:28:46.131302"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 1.38818451884693], ["string", "Perspiciatis voluptates aperiam non."], ["created_at", "2020-11-18 11:28:46.132724"], ["updated_at", "2020-11-18 11:28:46.132724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 1.83644731203001], ["string", "A et eaque."], ["created_at", "2020-11-18 11:28:46.134015"], ["updated_at", "2020-11-18 11:28:46.134015"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 9.85760334095611], ["string", "Quia eos eos voluptas."], ["created_at", "2020-11-18 11:28:46.135275"], ["updated_at", "2020-11-18 11:28:46.135275"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1030], ["decimal", 6.04586046484097], ["string", "Nemo et laborum."], ["created_at", "2020-11-18 11:28:46.136560"], ["updated_at", "2020-11-18 11:28:46.136560"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 11:28:46.138353"], ["updated_at", "2020-11-18 11:28:46.138353"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 11:28:46.139911"], ["updated_at", "2020-11-18 11:28:46.139911"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 11:28:46.141422"], ["updated_at", "2020-11-18 11:28:46.141422"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 11:28:46.143004"], ["updated_at", "2020-11-18 11:28:46.143004"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 11:28:46.144587"], ["updated_at", "2020-11-18 11:28:46.144587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 6], ["created_at", "2020-11-18 11:28:46.146748"], ["updated_at", "2020-11-18 11:28:46.146748"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-18 11:28:46.148889"], ["updated_at", "2020-11-18 11:28:46.148889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 7], ["created_at", "2020-11-18 11:28:46.151005"], ["updated_at", "2020-11-18 11:28:46.151005"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 6], ["created_at", "2020-11-18 11:28:46.153092"], ["updated_at", "2020-11-18 11:28:46.153092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 2], ["created_at", "2020-11-18 11:28:46.155163"], ["updated_at", "2020-11-18 11:28:46.155163"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 11:28:46.156912"], ["updated_at", "2020-11-18 11:28:46.156912"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 11:28:46.158610"], ["updated_at", "2020-11-18 11:28:46.158610"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 11:28:46.160407"], ["updated_at", "2020-11-18 11:28:46.160407"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-18 11:28:46.162230"], ["updated_at", "2020-11-18 11:28:46.162230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 11:28:46.163957"], ["updated_at", "2020-11-18 11:28:46.163957"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:28:46.165710"], ["updated_at", "2020-11-18 11:28:46.165710"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:28:46.167332"], ["updated_at", "2020-11-18 11:28:46.167332"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:28:46.169025"], ["updated_at", "2020-11-18 11:28:46.169025"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:28:46.170746"], ["updated_at", "2020-11-18 11:28:46.170746"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:28:46.172414"], ["updated_at", "2020-11-18 11:28:46.172414"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 11:28:46.182900"], ["updated_at", "2020-11-18 11:28:46.182900"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 11:28:46.184795"], ["updated_at", "2020-11-18 11:28:46.184795"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 11:28:46.186600"], ["updated_at", "2020-11-18 11:28:46.186600"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 11:28:46.188462"], ["updated_at", "2020-11-18 11:28:46.188462"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 11:28:46.190269"], ["updated_at", "2020-11-18 11:28:46.190269"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.191466"], ["updated_at", "2020-11-18 11:28:46.191466"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.192544"], ["updated_at", "2020-11-18 11:28:46.192544"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.193541"], ["updated_at", "2020-11-18 11:28:46.193541"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.194546"], ["updated_at", "2020-11-18 11:28:46.194546"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.195544"], ["updated_at", "2020-11-18 11:28:46.195544"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.196592"], ["updated_at", "2020-11-18 11:28:46.196592"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.197597"], ["updated_at", "2020-11-18 11:28:46.197597"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.198550"], ["updated_at", "2020-11-18 11:28:46.198550"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.199482"], ["updated_at", "2020-11-18 11:28:46.199482"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.200414"], ["updated_at", "2020-11-18 11:28:46.200414"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 9.10746223076813], ["string", "Nesciunt voluptatem quidem."], ["date", "2019-04-07"], ["time", "2000-01-01 15:01:02.777324"], ["datetime", "2020-11-17 21:05:29.741373"], ["created_at", "2020-11-18 11:28:46.202114"], ["updated_at", "2020-11-18 11:28:46.202114"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 19.2869037420314], ["string", "Cum et quis asperiores."], ["date", "2022-07-06"], ["time", "2000-01-01 06:24:19.872262"], ["datetime", "2020-11-18 05:19:15.238232"], ["created_at", "2020-11-18 11:28:46.204220"], ["updated_at", "2020-11-18 11:28:46.204220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 38], ["decimal", 12.495890000087], ["string", "Numquam voluptates dolor."], ["date", "2020-07-05"], ["time", "2000-01-01 13:37:18.132112"], ["datetime", "2020-11-18 04:20:50.670127"], ["created_at", "2020-11-18 11:28:46.206249"], ["updated_at", "2020-11-18 11:28:46.206249"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 29.9785302747978], ["string", "Eos tempore tenetur molestias."], ["date", "2021-12-27"], ["time", "2000-01-01 16:39:25.924268"], ["datetime", "2020-11-17 12:10:24.146878"], ["created_at", "2020-11-18 11:28:46.208324"], ["updated_at", "2020-11-18 11:28:46.208324"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 17.7370208528582], ["string", "Doloremque voluptates est."], ["date", "2022-05-04"], ["time", "2000-01-01 11:11:39.629323"], ["datetime", "2020-11-18 01:12:27.166559"], ["created_at", "2020-11-18 11:28:46.210327"], ["updated_at", "2020-11-18 11:28:46.210327"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 6.74899720649577], ["string", "Ut reprehenderit sequi."], ["created_at", "2020-11-18 11:28:46.212097"], ["updated_at", "2020-11-18 11:28:46.212097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1026], ["decimal", 15.4941004655826], ["string", "Debitis voluptas praesentium sed."], ["created_at", "2020-11-18 11:28:46.213508"], ["updated_at", "2020-11-18 11:28:46.213508"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 10.015767004642], ["string", "Voluptatem ut ipsam."], ["created_at", "2020-11-18 11:28:46.214881"], ["updated_at", "2020-11-18 11:28:46.214881"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 3.8577932934292], ["string", "Possimus et quia earum."], ["created_at", "2020-11-18 11:28:46.216227"], ["updated_at", "2020-11-18 11:28:46.216227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1020], ["decimal", 1.77284133964474], ["string", "Aperiam molestiae aut."], ["created_at", "2020-11-18 11:28:46.217580"], ["updated_at", "2020-11-18 11:28:46.217580"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 11:28:46.219453"], ["updated_at", "2020-11-18 11:28:46.219453"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 11:28:46.221425"], ["updated_at", "2020-11-18 11:28:46.221425"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 11:28:46.223447"], ["updated_at", "2020-11-18 11:28:46.223447"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 11:28:46.225458"], ["updated_at", "2020-11-18 11:28:46.225458"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 11:28:46.227480"], ["updated_at", "2020-11-18 11:28:46.227480"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 5], ["created_at", "2020-11-18 11:28:46.230324"], ["updated_at", "2020-11-18 11:28:46.230324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 2], ["created_at", "2020-11-18 11:28:46.232902"], ["updated_at", "2020-11-18 11:28:46.232902"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 10], ["created_at", "2020-11-18 11:28:46.235336"], ["updated_at", "2020-11-18 11:28:46.235336"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-18 11:28:46.237858"], ["updated_at", "2020-11-18 11:28:46.237858"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 7], ["created_at", "2020-11-18 11:28:46.240845"], ["updated_at", "2020-11-18 11:28:46.240845"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-18 11:28:46.242976"], ["updated_at", "2020-11-18 11:28:46.242976"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 11:28:46.245024"], ["updated_at", "2020-11-18 11:28:46.245024"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-18 11:28:46.247107"], ["updated_at", "2020-11-18 11:28:46.247107"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (5.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 15], ["created_at", "2020-11-18 11:28:46.249236"], ["updated_at", "2020-11-18 11:28:46.249236"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.5ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 11:28:46.273766"], ["updated_at", "2020-11-18 11:28:46.273766"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:28:46.276885"], ["updated_at", "2020-11-18 11:28:46.276885"], ["india_id", 6]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:28:46.279334"], ["updated_at", "2020-11-18 11:28:46.279334"], ["india_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:28:46.281630"], ["updated_at", "2020-11-18 11:28:46.281630"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:28:46.284178"], ["updated_at", "2020-11-18 11:28:46.284178"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:28:46.286509"], ["updated_at", "2020-11-18 11:28:46.286509"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 11:28:46.299162"], ["updated_at", "2020-11-18 11:28:46.299162"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-18 11:28:46.301752"], ["updated_at", "2020-11-18 11:28:46.301752"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 11:28:46.303704"], ["updated_at", "2020-11-18 11:28:46.303704"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 11:28:46.305594"], ["updated_at", "2020-11-18 11:28:46.305594"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 11:28:46.307371"], ["updated_at", "2020-11-18 11:28:46.307371"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.308591"], ["updated_at", "2020-11-18 11:28:46.308591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.309598"], ["updated_at", "2020-11-18 11:28:46.309598"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.310603"], ["updated_at", "2020-11-18 11:28:46.310603"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.311598"], ["updated_at", "2020-11-18 11:28:46.311598"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.312503"], ["updated_at", "2020-11-18 11:28:46.312503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.313396"], ["updated_at", "2020-11-18 11:28:46.313396"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.314305"], ["updated_at", "2020-11-18 11:28:46.314305"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.315131"], ["updated_at", "2020-11-18 11:28:46.315131"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.315987"], ["updated_at", "2020-11-18 11:28:46.315987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.316812"], ["updated_at", "2020-11-18 11:28:46.316812"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 0.340396865468832], ["string", "Id velit id."], ["date", "2019-03-10"], ["time", "2000-01-01 22:17:04.669380"], ["datetime", "2020-11-18 04:18:44.364521"], ["created_at", "2020-11-18 11:28:46.365664"], ["updated_at", "2020-11-18 11:28:46.365664"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 21], ["decimal", 3.27074216436234], ["string", "Sed esse eos deserunt."], ["date", "2022-04-05"], ["time", "2000-01-01 19:44:34.768632"], ["datetime", "2020-11-18 03:54:40.093734"], ["created_at", "2020-11-18 11:28:46.368576"], ["updated_at", "2020-11-18 11:28:46.368576"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 22], ["decimal", 24.0757548858785], ["string", "Ipsa placeat voluptas."], ["date", "2020-03-17"], ["time", "2000-01-01 05:49:29.637839"], ["datetime", "2020-11-18 10:51:52.650630"], ["created_at", "2020-11-18 11:28:46.371270"], ["updated_at", "2020-11-18 11:28:46.371270"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 16.1662327808221], ["string", "Quos nobis hic."], ["date", "2019-07-23"], ["time", "2000-01-01 09:30:09.537714"], ["datetime", "2020-11-18 03:16:05.521893"], ["created_at", "2020-11-18 11:28:46.376089"], ["updated_at", "2020-11-18 11:28:46.376089"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 17.9848128700787], ["string", "Deserunt optio sunt ex."], ["date", "2020-10-02"], ["time", "2000-01-01 22:56:09.248505"], ["datetime", "2020-11-17 19:20:42.030484"], ["created_at", "2020-11-18 11:28:46.379698"], ["updated_at", "2020-11-18 11:28:46.379698"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 4.41769358494445], ["string", "Eveniet laborum eaque."], ["date", "2021-10-20"], ["time", "2000-01-01 21:20:08.180161"], ["datetime", "2020-11-18 03:46:54.340568"], ["created_at", "2020-11-18 11:28:46.383208"], ["updated_at", "2020-11-18 11:28:46.383208"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.387137"], ["updated_at", "2020-11-18 11:28:46.387137"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.4ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 24], ["decimal", 4.46499234987461], ["string", "Sit id dolores."], ["date", "2019-03-21"], ["time", "2000-01-01 01:08:43.909055"], ["datetime", "2020-11-17 19:43:28.515530"], ["created_at", "2020-11-18 11:28:46.425577"], ["updated_at", "2020-11-18 11:28:46.425577"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 7.45962778655017], ["string", "Cupiditate autem cumque iusto."], ["date", "2020-06-05"], ["time", "2000-01-01 12:10:21.909086"], ["datetime", "2020-11-17 16:43:18.227426"], ["created_at", "2020-11-18 11:28:46.430444"], ["updated_at", "2020-11-18 11:28:46.430444"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 4.13298721932095], ["string", "Doloremque sequi quo."], ["date", "2021-12-03"], ["time", "2000-01-01 10:57:05.562004"], ["datetime", "2020-11-18 03:18:36.549000"], ["created_at", "2020-11-18 11:28:46.434888"], ["updated_at", "2020-11-18 11:28:46.434888"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 11.4184660620492], ["string", "Facere repellendus totam repudiandae."], ["date", "2019-04-26"], ["time", "2000-01-01 08:12:13.934675"], ["datetime", "2020-11-17 21:44:13.534300"], ["created_at", "2020-11-18 11:28:46.438323"], ["updated_at", "2020-11-18 11:28:46.438323"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 28], ["decimal", 3.60654203179608], ["string", "Quaerat exercitationem sint."], ["date", "2019-10-01"], ["time", "2000-01-01 18:48:46.583363"], ["datetime", "2020-11-18 01:37:53.966490"], ["created_at", "2020-11-18 11:28:46.442541"], ["updated_at", "2020-11-18 11:28:46.442541"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 4.17588512537298], ["string", "Velit expedita sed."], ["created_at", "2020-11-18 11:28:46.446298"], ["updated_at", "2020-11-18 11:28:46.446298"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 13.285054812682], ["string", "Sint velit ducimus ullam."], ["created_at", "2020-11-18 11:28:46.449332"], ["updated_at", "2020-11-18 11:28:46.449332"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 30.2148334144345], ["string", "Sit molestias eos."], ["created_at", "2020-11-18 11:28:46.452346"], ["updated_at", "2020-11-18 11:28:46.452346"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 1.21527901491172], ["string", "Nesciunt error totam ratione."], ["created_at", "2020-11-18 11:28:46.454863"], ["updated_at", "2020-11-18 11:28:46.454863"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1030], ["decimal", 9.43015508242041], ["string", "Tempore necessitatibus et."], ["created_at", "2020-11-18 11:28:46.457240"], ["updated_at", "2020-11-18 11:28:46.457240"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 11:28:46.460686"], ["updated_at", "2020-11-18 11:28:46.460686"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 11:28:46.464243"], ["updated_at", "2020-11-18 11:28:46.464243"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 11:28:46.468022"], ["updated_at", "2020-11-18 11:28:46.468022"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 11:28:46.471644"], ["updated_at", "2020-11-18 11:28:46.471644"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 11:28:46.474784"], ["updated_at", "2020-11-18 11:28:46.474784"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-18 11:28:46.478044"], ["updated_at", "2020-11-18 11:28:46.478044"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-18 11:28:46.480959"], ["updated_at", "2020-11-18 11:28:46.480959"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-18 11:28:46.483639"], ["updated_at", "2020-11-18 11:28:46.483639"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-18 11:28:46.486346"], ["updated_at", "2020-11-18 11:28:46.486346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-18 11:28:46.488975"], ["updated_at", "2020-11-18 11:28:46.488975"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 11:28:46.491080"], ["updated_at", "2020-11-18 11:28:46.491080"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 11:28:46.493169"], ["updated_at", "2020-11-18 11:28:46.493169"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 11:28:46.495150"], ["updated_at", "2020-11-18 11:28:46.495150"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 11:28:46.497136"], ["updated_at", "2020-11-18 11:28:46.497136"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 11:28:46.499053"], ["updated_at", "2020-11-18 11:28:46.499053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.501065"], ["updated_at", "2020-11-18 11:28:46.501065"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.502992"], ["updated_at", "2020-11-18 11:28:46.502992"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.504898"], ["updated_at", "2020-11-18 11:28:46.504898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.506715"], ["updated_at", "2020-11-18 11:28:46.506715"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.508524"], ["updated_at", "2020-11-18 11:28:46.508524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 11:28:46.518234"], ["updated_at", "2020-11-18 11:28:46.518234"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 11:28:46.520015"], ["updated_at", "2020-11-18 11:28:46.520015"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 11:28:46.521702"], ["updated_at", "2020-11-18 11:28:46.521702"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 11:28:46.523446"], ["updated_at", "2020-11-18 11:28:46.523446"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 11:28:46.525280"], ["updated_at", "2020-11-18 11:28:46.525280"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.526428"], ["updated_at", "2020-11-18 11:28:46.526428"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.527495"], ["updated_at", "2020-11-18 11:28:46.527495"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.528482"], ["updated_at", "2020-11-18 11:28:46.528482"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.529501"], ["updated_at", "2020-11-18 11:28:46.529501"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.530416"], ["updated_at", "2020-11-18 11:28:46.530416"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.531388"], ["updated_at", "2020-11-18 11:28:46.531388"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.532657"], ["updated_at", "2020-11-18 11:28:46.532657"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.534010"], ["updated_at", "2020-11-18 11:28:46.534010"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.535116"], ["updated_at", "2020-11-18 11:28:46.535116"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.536260"], ["updated_at", "2020-11-18 11:28:46.536260"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 2.2225102662261], ["string", "Nesciunt quod debitis."], ["date", "2022-04-18"], ["time", "2000-01-01 16:51:47.602581"], ["datetime", "2020-11-18 01:41:34.155361"], ["created_at", "2020-11-18 11:28:46.538663"], ["updated_at", "2020-11-18 11:28:46.538663"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 27], ["decimal", 0.321666766614381], ["string", "Laborum expedita numquam distinctio."], ["date", "2022-08-20"], ["time", "2000-01-01 17:06:56.779717"], ["datetime", "2020-11-18 04:29:17.037796"], ["created_at", "2020-11-18 11:28:46.542360"], ["updated_at", "2020-11-18 11:28:46.542360"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 12.9022593794357], ["string", "Quo aut architecto."], ["date", "2022-03-14"], ["time", "2000-01-01 03:09:23.820065"], ["datetime", "2020-11-18 05:13:52.527009"], ["created_at", "2020-11-18 11:28:46.545782"], ["updated_at", "2020-11-18 11:28:46.545782"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 0.319662347344831], ["string", "Fugiat impedit voluptatem voluptatum."], ["date", "2020-03-01"], ["time", "2000-01-01 03:52:45.194049"], ["datetime", "2020-11-17 18:15:07.243994"], ["created_at", "2020-11-18 11:28:46.549216"], ["updated_at", "2020-11-18 11:28:46.549216"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 4.56222277599676], ["string", "Animi incidunt nihil."], ["date", "2022-04-30"], ["time", "2000-01-01 08:59:37.622664"], ["datetime", "2020-11-17 21:06:35.125776"], ["created_at", "2020-11-18 11:28:46.552439"], ["updated_at", "2020-11-18 11:28:46.552439"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 20.7787567953174], ["string", "Labore et voluptatem."], ["created_at", "2020-11-18 11:28:46.555565"], ["updated_at", "2020-11-18 11:28:46.555565"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 9.97848836759287], ["string", "Consequatur in corporis ratione."], ["created_at", "2020-11-18 11:28:46.557884"], ["updated_at", "2020-11-18 11:28:46.557884"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 10.383436120503], ["string", "Quia enim et."], ["created_at", "2020-11-18 11:28:46.560082"], ["updated_at", "2020-11-18 11:28:46.560082"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 3.89239858037722], ["string", "Quis voluptas quis eum."], ["created_at", "2020-11-18 11:28:46.562407"], ["updated_at", "2020-11-18 11:28:46.562407"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 34.4189950869312], ["string", "Molestias molestiae odit."], ["created_at", "2020-11-18 11:28:46.565189"], ["updated_at", "2020-11-18 11:28:46.565189"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 11:28:46.568588"], ["updated_at", "2020-11-18 11:28:46.568588"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 11:28:46.570641"], ["updated_at", "2020-11-18 11:28:46.570641"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 11:28:46.573357"], ["updated_at", "2020-11-18 11:28:46.573357"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 11:28:46.576412"], ["updated_at", "2020-11-18 11:28:46.576412"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 11:28:46.579332"], ["updated_at", "2020-11-18 11:28:46.579332"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 10], ["created_at", "2020-11-18 11:28:46.583847"], ["updated_at", "2020-11-18 11:28:46.583847"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 8], ["created_at", "2020-11-18 11:28:46.588365"], ["updated_at", "2020-11-18 11:28:46.588365"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-18 11:28:46.592277"], ["updated_at", "2020-11-18 11:28:46.592277"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 10], ["created_at", "2020-11-18 11:28:46.596212"], ["updated_at", "2020-11-18 11:28:46.596212"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-18 11:28:46.600085"], ["updated_at", "2020-11-18 11:28:46.600085"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 11:28:46.603081"], ["updated_at", "2020-11-18 11:28:46.603081"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 11:28:46.605514"], ["updated_at", "2020-11-18 11:28:46.605514"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 11:28:46.607500"], ["updated_at", "2020-11-18 11:28:46.607500"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 11:28:46.609509"], ["updated_at", "2020-11-18 11:28:46.609509"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 11:28:46.611303"], ["updated_at", "2020-11-18 11:28:46.611303"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:28:46.613260"], ["updated_at", "2020-11-18 11:28:46.613260"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:28:46.615073"], ["updated_at", "2020-11-18 11:28:46.615073"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:28:46.616775"], ["updated_at", "2020-11-18 11:28:46.616775"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:28:46.618475"], ["updated_at", "2020-11-18 11:28:46.618475"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:28:46.620180"], ["updated_at", "2020-11-18 11:28:46.620180"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 11:28:46.631741"], ["updated_at", "2020-11-18 11:28:46.631741"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 11:28:46.633623"], ["updated_at", "2020-11-18 11:28:46.633623"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 11:28:46.635506"], ["updated_at", "2020-11-18 11:28:46.635506"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 11:28:46.637333"], ["updated_at", "2020-11-18 11:28:46.637333"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 11:28:46.639133"], ["updated_at", "2020-11-18 11:28:46.639133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.640411"], ["updated_at", "2020-11-18 11:28:46.640411"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.641723"], ["updated_at", "2020-11-18 11:28:46.641723"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.643052"], ["updated_at", "2020-11-18 11:28:46.643052"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.644223"], ["updated_at", "2020-11-18 11:28:46.644223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.645325"], ["updated_at", "2020-11-18 11:28:46.645325"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.646817"], ["updated_at", "2020-11-18 11:28:46.646817"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.647895"], ["updated_at", "2020-11-18 11:28:46.647895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.648825"], ["updated_at", "2020-11-18 11:28:46.648825"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.649701"], ["updated_at", "2020-11-18 11:28:46.649701"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.650560"], ["updated_at", "2020-11-18 11:28:46.650560"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 5.42178014410258], ["string", "Non ut voluptatum."], ["date", "2020-09-20"], ["time", "2000-01-01 05:07:01.965273"], ["datetime", "2020-11-18 03:50:57.135192"], ["created_at", "2020-11-18 11:28:46.652093"], ["updated_at", "2020-11-18 11:28:46.652093"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 1.67786200799344], ["string", "Ea inventore occaecati alias."], ["date", "2019-02-02"], ["time", "2000-01-01 19:08:07.430267"], ["datetime", "2020-11-18 01:13:13.056553"], ["created_at", "2020-11-18 11:28:46.653919"], ["updated_at", "2020-11-18 11:28:46.653919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 3.41582943311511], ["string", "Consequatur nulla consequatur."], ["date", "2021-05-11"], ["time", "2000-01-01 13:45:38.675846"], ["datetime", "2020-11-17 21:00:51.105502"], ["created_at", "2020-11-18 11:28:46.655820"], ["updated_at", "2020-11-18 11:28:46.655820"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 15.6283530165324], ["string", "Ducimus quos sed fuga."], ["date", "2021-07-12"], ["time", "2000-01-01 17:04:39.668849"], ["datetime", "2020-11-17 23:56:22.353485"], ["created_at", "2020-11-18 11:28:46.657702"], ["updated_at", "2020-11-18 11:28:46.657702"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 28.0282378534263], ["string", "Ea quasi quos."], ["date", "2019-03-27"], ["time", "2000-01-01 09:59:44.968385"], ["datetime", "2020-11-18 03:45:42.307540"], ["created_at", "2020-11-18 11:28:46.659675"], ["updated_at", "2020-11-18 11:28:46.659675"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 1.5251422620891], ["string", "Rem quaerat quos."], ["created_at", "2020-11-18 11:28:46.661555"], ["updated_at", "2020-11-18 11:28:46.661555"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1025], ["decimal", 3.96241339442128], ["string", "Et at non odit."], ["created_at", "2020-11-18 11:28:46.663098"], ["updated_at", "2020-11-18 11:28:46.663098"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 3.28795442064361], ["string", "Esse repudiandae blanditiis."], ["created_at", "2020-11-18 11:28:46.664628"], ["updated_at", "2020-11-18 11:28:46.664628"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 29.975057621782], ["string", "Est et omnis eos."], ["created_at", "2020-11-18 11:28:46.666162"], ["updated_at", "2020-11-18 11:28:46.666162"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1028], ["decimal", 0.631054120215778], ["string", "Officiis et alias."], ["created_at", "2020-11-18 11:28:46.667699"], ["updated_at", "2020-11-18 11:28:46.667699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 11:28:46.669753"], ["updated_at", "2020-11-18 11:28:46.669753"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 11:28:46.671742"], ["updated_at", "2020-11-18 11:28:46.671742"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-18 11:28:46.673774"], ["updated_at", "2020-11-18 11:28:46.673774"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-18 11:28:46.675817"], ["updated_at", "2020-11-18 11:28:46.675817"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 11:28:46.677949"], ["updated_at", "2020-11-18 11:28:46.677949"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 6], ["created_at", "2020-11-18 11:28:46.681062"], ["updated_at", "2020-11-18 11:28:46.681062"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 5], ["created_at", "2020-11-18 11:28:46.683459"], ["updated_at", "2020-11-18 11:28:46.683459"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 15], ["created_at", "2020-11-18 11:28:46.685807"], ["updated_at", "2020-11-18 11:28:46.685807"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 12], ["created_at", "2020-11-18 11:28:46.688164"], ["updated_at", "2020-11-18 11:28:46.688164"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 10], ["created_at", "2020-11-18 11:28:46.690492"], ["updated_at", "2020-11-18 11:28:46.690492"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-18 11:28:46.692510"], ["updated_at", "2020-11-18 11:28:46.692510"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 15], ["created_at", "2020-11-18 11:28:46.694603"], ["updated_at", "2020-11-18 11:28:46.694603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 11:28:46.696624"], ["updated_at", "2020-11-18 11:28:46.696624"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 11:28:46.698525"], ["updated_at", "2020-11-18 11:28:46.698525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 12], ["created_at", "2020-11-18 11:28:46.700483"], ["updated_at", "2020-11-18 11:28:46.700483"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:28:46.702390"], ["updated_at", "2020-11-18 11:28:46.702390"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:28:46.704223"], ["updated_at", "2020-11-18 11:28:46.704223"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:28:46.705979"], ["updated_at", "2020-11-18 11:28:46.705979"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:28:46.707698"], ["updated_at", "2020-11-18 11:28:46.707698"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:28:46.709419"], ["updated_at", "2020-11-18 11:28:46.709419"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 11:28:46.720706"], ["updated_at", "2020-11-18 11:28:46.720706"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 11:28:46.722848"], ["updated_at", "2020-11-18 11:28:46.722848"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 11:28:46.725396"], ["updated_at", "2020-11-18 11:28:46.725396"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 11:28:46.728138"], ["updated_at", "2020-11-18 11:28:46.728138"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 11:28:46.730620"], ["updated_at", "2020-11-18 11:28:46.730620"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.731899"], ["updated_at", "2020-11-18 11:28:46.731899"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.733028"], ["updated_at", "2020-11-18 11:28:46.733028"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.734097"], ["updated_at", "2020-11-18 11:28:46.734097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.735161"], ["updated_at", "2020-11-18 11:28:46.735161"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:28:46.736237"], ["updated_at", "2020-11-18 11:28:46.736237"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.737338"], ["updated_at", "2020-11-18 11:28:46.737338"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.738403"], ["updated_at", "2020-11-18 11:28:46.738403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.739441"], ["updated_at", "2020-11-18 11:28:46.739441"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.740510"], ["updated_at", "2020-11-18 11:28:46.740510"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:28:46.741587"], ["updated_at", "2020-11-18 11:28:46.741587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.0ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.9ms) DELETE FROM "deltas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 17.2951707581735], ["string", "Voluptates vel doloremque."], ["date", "2022-05-31"], ["time", "2000-01-01 19:48:33.941283"], ["datetime", "2020-11-18 10:09:12.415399"], ["created_at", "2020-11-18 11:29:20.134465"], ["updated_at", "2020-11-18 11:29:20.134465"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 2.2859394734142], ["string", "Debitis vel corrupti ipsa."], ["date", "2021-01-26"], ["time", "2000-01-01 10:22:49.493858"], ["datetime", "2020-11-17 23:20:03.433752"], ["created_at", "2020-11-18 11:29:20.137373"], ["updated_at", "2020-11-18 11:29:20.137373"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 10.9846333373991], ["string", "Nulla et qui."], ["date", "2022-06-15"], ["time", "2000-01-01 09:39:23.701669"], ["datetime", "2020-11-18 04:08:29.242292"], ["created_at", "2020-11-18 11:29:20.139535"], ["updated_at", "2020-11-18 11:29:20.139535"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 18], ["decimal", 28.0291896281882], ["string", "Quis a et deleniti."], ["date", "2022-05-22"], ["time", "2000-01-01 21:47:49.930140"], ["datetime", "2020-11-17 20:01:37.901263"], ["created_at", "2020-11-18 11:29:20.141785"], ["updated_at", "2020-11-18 11:29:20.141785"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 27.1397539361006], ["string", "Ipsa qui nobis."], ["date", "2021-11-28"], ["time", "2000-01-01 10:53:46.444360"], ["datetime", "2020-11-17 15:43:53.336444"], ["created_at", "2020-11-18 11:29:20.143954"], ["updated_at", "2020-11-18 11:29:20.143954"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 1.29190140384252], ["string", "Fugit totam minus."], ["created_at", "2020-11-18 11:29:20.151844"], ["updated_at", "2020-11-18 11:29:20.151844"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", 26.0992779276914], ["string", "Vero molestias doloremque libero."], ["created_at", "2020-11-18 11:29:20.153427"], ["updated_at", "2020-11-18 11:29:20.153427"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 1.23152885696979], ["string", "Quis dolor dicta."], ["created_at", "2020-11-18 11:29:20.154838"], ["updated_at", "2020-11-18 11:29:20.154838"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 21.4899005830707], ["string", "Non sit sint atque."], ["created_at", "2020-11-18 11:29:20.156287"], ["updated_at", "2020-11-18 11:29:20.156287"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 17.1542130385607], ["string", "Dolores et libero."], ["created_at", "2020-11-18 11:29:20.157775"], ["updated_at", "2020-11-18 11:29:20.157775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 11:29:20.167296"], ["updated_at", "2020-11-18 11:29:20.167296"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 11:29:20.169840"], ["updated_at", "2020-11-18 11:29:20.169840"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 11:29:20.171707"], ["updated_at", "2020-11-18 11:29:20.171707"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 11:29:20.173538"], ["updated_at", "2020-11-18 11:29:20.173538"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 11:29:20.175330"], ["updated_at", "2020-11-18 11:29:20.175330"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-18 11:29:20.183623"], ["updated_at", "2020-11-18 11:29:20.183623"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-18 11:29:20.186276"], ["updated_at", "2020-11-18 11:29:20.186276"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-18 11:29:20.188921"], ["updated_at", "2020-11-18 11:29:20.188921"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-18 11:29:20.191381"], ["updated_at", "2020-11-18 11:29:20.191381"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-18 11:29:20.193981"], ["updated_at", "2020-11-18 11:29:20.193981"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 11:29:20.200837"], ["updated_at", "2020-11-18 11:29:20.200837"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 11:29:20.202656"], ["updated_at", "2020-11-18 11:29:20.202656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 11:29:20.204164"], ["updated_at", "2020-11-18 11:29:20.204164"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 11:29:20.205649"], ["updated_at", "2020-11-18 11:29:20.205649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 11:29:20.207119"], ["updated_at", "2020-11-18 11:29:20.207119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.212877"], ["updated_at", "2020-11-18 11:29:20.212877"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.214584"], ["updated_at", "2020-11-18 11:29:20.214584"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.216203"], ["updated_at", "2020-11-18 11:29:20.216203"]]  (24.6ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.242697"], ["updated_at", "2020-11-18 11:29:20.242697"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.245287"], ["updated_at", "2020-11-18 11:29:20.245287"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 11:29:20.265845"], ["updated_at", "2020-11-18 11:29:20.265845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 11:29:20.267656"], ["updated_at", "2020-11-18 11:29:20.267656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 11:29:20.269215"], ["updated_at", "2020-11-18 11:29:20.269215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 11:29:20.270707"], ["updated_at", "2020-11-18 11:29:20.270707"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 11:29:20.272454"], ["updated_at", "2020-11-18 11:29:20.272454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.276925"], ["updated_at", "2020-11-18 11:29:20.276925"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.278102"], ["updated_at", "2020-11-18 11:29:20.278102"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.279235"], ["updated_at", "2020-11-18 11:29:20.279235"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.280092"], ["updated_at", "2020-11-18 11:29:20.280092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.280910"], ["updated_at", "2020-11-18 11:29:20.280910"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.284840"], ["updated_at", "2020-11-18 11:29:20.284840"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.285935"], ["updated_at", "2020-11-18 11:29:20.285935"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.286704"], ["updated_at", "2020-11-18 11:29:20.286704"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.287469"], ["updated_at", "2020-11-18 11:29:20.287469"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.288231"], ["updated_at", "2020-11-18 11:29:20.288231"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 24.6515827508651], ["string", "Enim repudiandae vitae."], ["date", "2018-11-24"], ["time", "2000-01-01 10:59:37.001277"], ["datetime", "2020-11-17 16:37:28.588116"], ["created_at", "2020-11-18 11:29:20.289624"], ["updated_at", "2020-11-18 11:29:20.289624"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 2.98808835904834], ["string", "Molestias occaecati et sit."], ["date", "2021-05-05"], ["time", "2000-01-01 12:16:08.653671"], ["datetime", "2020-11-17 16:30:58.057314"], ["created_at", "2020-11-18 11:29:20.291202"], ["updated_at", "2020-11-18 11:29:20.291202"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 28.9283164192714], ["string", "Aperiam aut doloremque."], ["date", "2020-01-17"], ["time", "2000-01-01 12:21:27.683673"], ["datetime", "2020-11-17 21:40:31.203417"], ["created_at", "2020-11-18 11:29:20.292799"], ["updated_at", "2020-11-18 11:29:20.292799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 18.8729430650876], ["string", "Harum porro maxime accusamus."], ["date", "2022-04-19"], ["time", "2000-01-01 23:54:30.792180"], ["datetime", "2020-11-18 00:35:50.556545"], ["created_at", "2020-11-18 11:29:20.294609"], ["updated_at", "2020-11-18 11:29:20.294609"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 31], ["decimal", 16.814622030713], ["string", "Sapiente ad asperiores."], ["date", "2021-01-14"], ["time", "2000-01-01 08:54:31.601762"], ["datetime", "2020-11-17 12:38:44.429519"], ["created_at", "2020-11-18 11:29:20.296562"], ["updated_at", "2020-11-18 11:29:20.296562"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1030], ["decimal", 19.9016167774406], ["string", "Est temporibus totam."], ["created_at", "2020-11-18 11:29:20.298400"], ["updated_at", "2020-11-18 11:29:20.298400"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 5.62280236898832], ["string", "Et rerum non labore."], ["created_at", "2020-11-18 11:29:20.299863"], ["updated_at", "2020-11-18 11:29:20.299863"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 8.02377904948058], ["string", "At et autem."], ["created_at", "2020-11-18 11:29:20.301266"], ["updated_at", "2020-11-18 11:29:20.301266"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 0.55599274366105], ["string", "Non dolorem sed labore."], ["created_at", "2020-11-18 11:29:20.302658"], ["updated_at", "2020-11-18 11:29:20.302658"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 4.77861841845666], ["string", "Veritatis qui praesentium."], ["created_at", "2020-11-18 11:29:20.304099"], ["updated_at", "2020-11-18 11:29:20.304099"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 11:29:20.305953"], ["updated_at", "2020-11-18 11:29:20.305953"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 11:29:20.307682"], ["updated_at", "2020-11-18 11:29:20.307682"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 11:29:20.310158"], ["updated_at", "2020-11-18 11:29:20.310158"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 11:29:20.311886"], ["updated_at", "2020-11-18 11:29:20.311886"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 11:29:20.313603"], ["updated_at", "2020-11-18 11:29:20.313603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-18 11:29:20.315675"], ["updated_at", "2020-11-18 11:29:20.315675"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 9], ["created_at", "2020-11-18 11:29:20.317726"], ["updated_at", "2020-11-18 11:29:20.317726"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-18 11:29:20.319652"], ["updated_at", "2020-11-18 11:29:20.319652"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 7], ["created_at", "2020-11-18 11:29:20.321608"], ["updated_at", "2020-11-18 11:29:20.321608"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 1], ["created_at", "2020-11-18 11:29:20.323754"], ["updated_at", "2020-11-18 11:29:20.323754"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 11:29:20.325661"], ["updated_at", "2020-11-18 11:29:20.325661"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 11:29:20.327480"], ["updated_at", "2020-11-18 11:29:20.327480"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 11:29:20.329086"], ["updated_at", "2020-11-18 11:29:20.329086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 11:29:20.330433"], ["updated_at", "2020-11-18 11:29:20.330433"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 11:29:20.331855"], ["updated_at", "2020-11-18 11:29:20.331855"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:20.333516"], ["updated_at", "2020-11-18 11:29:20.333516"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:20.335485"], ["updated_at", "2020-11-18 11:29:20.335485"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:20.337587"], ["updated_at", "2020-11-18 11:29:20.337587"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:20.339800"], ["updated_at", "2020-11-18 11:29:20.339800"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:20.341998"], ["updated_at", "2020-11-18 11:29:20.341998"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 11:29:20.354894"], ["updated_at", "2020-11-18 11:29:20.354894"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 11:29:20.357166"], ["updated_at", "2020-11-18 11:29:20.357166"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 11:29:20.359255"], ["updated_at", "2020-11-18 11:29:20.359255"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 11:29:20.361230"], ["updated_at", "2020-11-18 11:29:20.361230"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 11:29:20.363150"], ["updated_at", "2020-11-18 11:29:20.363150"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.364418"], ["updated_at", "2020-11-18 11:29:20.364418"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.365523"], ["updated_at", "2020-11-18 11:29:20.365523"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.366615"], ["updated_at", "2020-11-18 11:29:20.366615"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.367644"], ["updated_at", "2020-11-18 11:29:20.367644"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.368720"], ["updated_at", "2020-11-18 11:29:20.368720"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.369831"], ["updated_at", "2020-11-18 11:29:20.369831"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.370897"], ["updated_at", "2020-11-18 11:29:20.370897"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.372044"], ["updated_at", "2020-11-18 11:29:20.372044"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.373127"], ["updated_at", "2020-11-18 11:29:20.373127"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.374154"], ["updated_at", "2020-11-18 11:29:20.374154"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 38], ["decimal", 1.0355229408678], ["string", "Autem neque iusto."], ["date", "2021-02-17"], ["time", "2000-01-01 14:44:17.065568"], ["datetime", "2020-11-18 10:37:40.377345"], ["created_at", "2020-11-18 11:29:20.375868"], ["updated_at", "2020-11-18 11:29:20.375868"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 30.7243135234465], ["string", "Modi optio rem in."], ["date", "2020-02-09"], ["time", "2000-01-01 08:45:12.683550"], ["datetime", "2020-11-17 20:41:52.009619"], ["created_at", "2020-11-18 11:29:20.377813"], ["updated_at", "2020-11-18 11:29:20.377813"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 25.7002842881088], ["string", "Sunt accusantium omnis."], ["date", "2021-07-19"], ["time", "2000-01-01 09:13:29.963332"], ["datetime", "2020-11-18 06:44:10.178998"], ["created_at", "2020-11-18 11:29:20.380024"], ["updated_at", "2020-11-18 11:29:20.380024"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 13.5536463311561], ["string", "Nisi est voluptatem eveniet."], ["date", "2020-06-19"], ["time", "2000-01-01 02:24:17.302123"], ["datetime", "2020-11-17 18:25:41.073167"], ["created_at", "2020-11-18 11:29:20.382293"], ["updated_at", "2020-11-18 11:29:20.382293"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 4.69574481067643], ["string", "Dolorem error velit."], ["date", "2021-10-31"], ["time", "2000-01-01 23:35:39.067063"], ["datetime", "2020-11-17 13:32:50.036647"], ["created_at", "2020-11-18 11:29:20.384599"], ["updated_at", "2020-11-18 11:29:20.384599"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1021], ["decimal", 7.31993780806893], ["string", "Blanditiis aut quia."], ["created_at", "2020-11-18 11:29:20.386692"], ["updated_at", "2020-11-18 11:29:20.386692"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 28.3632190006796], ["string", "Maiores voluptatem ut totam."], ["created_at", "2020-11-18 11:29:20.388439"], ["updated_at", "2020-11-18 11:29:20.388439"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 9.78878259199439], ["string", "Quam ipsum repudiandae."], ["created_at", "2020-11-18 11:29:20.390192"], ["updated_at", "2020-11-18 11:29:20.390192"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 5.55433490017683], ["string", "Soluta delectus consequuntur temporibus."], ["created_at", "2020-11-18 11:29:20.391864"], ["updated_at", "2020-11-18 11:29:20.391864"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 13.0258153044915], ["string", "Veritatis ipsum quasi."], ["created_at", "2020-11-18 11:29:20.393492"], ["updated_at", "2020-11-18 11:29:20.393492"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 11:29:20.395731"], ["updated_at", "2020-11-18 11:29:20.395731"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 11:29:20.397984"], ["updated_at", "2020-11-18 11:29:20.397984"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-18 11:29:20.400117"], ["updated_at", "2020-11-18 11:29:20.400117"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-18 11:29:20.402055"], ["updated_at", "2020-11-18 11:29:20.402055"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 11:29:20.403931"], ["updated_at", "2020-11-18 11:29:20.403931"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 1], ["created_at", "2020-11-18 11:29:20.406596"], ["updated_at", "2020-11-18 11:29:20.406596"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 12], ["created_at", "2020-11-18 11:29:20.409238"], ["updated_at", "2020-11-18 11:29:20.409238"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 6], ["created_at", "2020-11-18 11:29:20.411905"], ["updated_at", "2020-11-18 11:29:20.411905"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 6], ["created_at", "2020-11-18 11:29:20.414503"], ["updated_at", "2020-11-18 11:29:20.414503"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 6], ["created_at", "2020-11-18 11:29:20.417059"], ["updated_at", "2020-11-18 11:29:20.417059"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 15], ["created_at", "2020-11-18 11:29:20.419004"], ["updated_at", "2020-11-18 11:29:20.419004"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 11:29:20.420881"], ["updated_at", "2020-11-18 11:29:20.420881"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 11:29:20.422759"], ["updated_at", "2020-11-18 11:29:20.422759"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 11:29:20.424704"], ["updated_at", "2020-11-18 11:29:20.424704"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 11:29:20.426648"], ["updated_at", "2020-11-18 11:29:20.426648"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:20.428778"], ["updated_at", "2020-11-18 11:29:20.428778"], ["india_id", 7]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:20.430588"], ["updated_at", "2020-11-18 11:29:20.430588"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:20.432327"], ["updated_at", "2020-11-18 11:29:20.432327"], ["india_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:20.434183"], ["updated_at", "2020-11-18 11:29:20.434183"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:20.436257"], ["updated_at", "2020-11-18 11:29:20.436257"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-18 11:29:20.448318"], ["updated_at", "2020-11-18 11:29:20.448318"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 11:29:20.450788"], ["updated_at", "2020-11-18 11:29:20.450788"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 11:29:20.453095"], ["updated_at", "2020-11-18 11:29:20.453095"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-18 11:29:20.455335"], ["updated_at", "2020-11-18 11:29:20.455335"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 11:29:20.457479"], ["updated_at", "2020-11-18 11:29:20.457479"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.458758"], ["updated_at", "2020-11-18 11:29:20.458758"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.459908"], ["updated_at", "2020-11-18 11:29:20.459908"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.461082"], ["updated_at", "2020-11-18 11:29:20.461082"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.462253"], ["updated_at", "2020-11-18 11:29:20.462253"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.463395"], ["updated_at", "2020-11-18 11:29:20.463395"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.464699"], ["updated_at", "2020-11-18 11:29:20.464699"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.466025"], ["updated_at", "2020-11-18 11:29:20.466025"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.467243"], ["updated_at", "2020-11-18 11:29:20.467243"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.468431"], ["updated_at", "2020-11-18 11:29:20.468431"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.469608"], ["updated_at", "2020-11-18 11:29:20.469608"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 13.8685634815912], ["string", "Aut quis eum."], ["date", "2019-07-15"], ["time", "2000-01-01 19:55:25.621621"], ["datetime", "2020-11-18 08:14:14.691619"], ["created_at", "2020-11-18 11:29:20.479297"], ["updated_at", "2020-11-18 11:29:20.479297"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 0.730779227398713], ["string", "Velit neque nostrum sapiente."], ["date", "2020-10-29"], ["time", "2000-01-01 17:12:41.486733"], ["datetime", "2020-11-17 21:39:02.911266"], ["created_at", "2020-11-18 11:29:20.482022"], ["updated_at", "2020-11-18 11:29:20.482022"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 16.7289096403777], ["string", "Dolor quod dignissimos."], ["date", "2021-09-19"], ["time", "2000-01-01 01:43:11.503963"], ["datetime", "2020-11-18 00:09:15.513842"], ["created_at", "2020-11-18 11:29:20.485089"], ["updated_at", "2020-11-18 11:29:20.485089"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 25.0350109113179], ["string", "Sed exercitationem quis itaque."], ["date", "2019-05-23"], ["time", "2000-01-01 00:50:44.393778"], ["datetime", "2020-11-17 14:12:08.440382"], ["created_at", "2020-11-18 11:29:20.487378"], ["updated_at", "2020-11-18 11:29:20.487378"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 6.49975136391106], ["string", "Maxime tempora quia."], ["date", "2019-11-20"], ["time", "2000-01-01 01:56:57.730954"], ["datetime", "2020-11-18 05:24:57.743234"], ["created_at", "2020-11-18 11:29:20.489542"], ["updated_at", "2020-11-18 11:29:20.489542"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["decimal", 1.12857615475263], ["string", "Aut sed qui."], ["created_at", "2020-11-18 11:29:20.491232"], ["updated_at", "2020-11-18 11:29:20.491232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 2.57000992042979], ["string", "Vel ut qui mollitia."], ["created_at", "2020-11-18 11:29:20.492448"], ["updated_at", "2020-11-18 11:29:20.492448"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 7.71795770423913], ["string", "Dolorum qui aperiam."], ["created_at", "2020-11-18 11:29:20.493595"], ["updated_at", "2020-11-18 11:29:20.493595"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 3.90459329979442], ["string", "Minus officia ex architecto."], ["created_at", "2020-11-18 11:29:20.494720"], ["updated_at", "2020-11-18 11:29:20.494720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 4.45841103024058], ["string", "Dolore distinctio magnam."], ["created_at", "2020-11-18 11:29:20.495847"], ["updated_at", "2020-11-18 11:29:20.495847"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 11:29:20.497867"], ["updated_at", "2020-11-18 11:29:20.497867"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 11:29:20.499613"], ["updated_at", "2020-11-18 11:29:20.499613"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 11:29:20.501504"], ["updated_at", "2020-11-18 11:29:20.501504"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 11:29:20.503311"], ["updated_at", "2020-11-18 11:29:20.503311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 11:29:20.505115"], ["updated_at", "2020-11-18 11:29:20.505115"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-18 11:29:20.508463"], ["updated_at", "2020-11-18 11:29:20.508463"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-18 11:29:20.512998"], ["updated_at", "2020-11-18 11:29:20.512998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-18 11:29:20.516140"], ["updated_at", "2020-11-18 11:29:20.516140"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-18 11:29:20.519095"], ["updated_at", "2020-11-18 11:29:20.519095"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-18 11:29:20.521664"], ["updated_at", "2020-11-18 11:29:20.521664"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 11:29:20.523650"], ["updated_at", "2020-11-18 11:29:20.523650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 11:29:20.526087"], ["updated_at", "2020-11-18 11:29:20.526087"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 11:29:20.528286"], ["updated_at", "2020-11-18 11:29:20.528286"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 11:29:20.530443"], ["updated_at", "2020-11-18 11:29:20.530443"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 11:29:20.532622"], ["updated_at", "2020-11-18 11:29:20.532622"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.534629"], ["updated_at", "2020-11-18 11:29:20.534629"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.536953"], ["updated_at", "2020-11-18 11:29:20.536953"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.538780"], ["updated_at", "2020-11-18 11:29:20.538780"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.540603"], ["updated_at", "2020-11-18 11:29:20.540603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.542348"], ["updated_at", "2020-11-18 11:29:20.542348"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 11:29:20.552614"], ["updated_at", "2020-11-18 11:29:20.552614"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 11:29:20.554223"], ["updated_at", "2020-11-18 11:29:20.554223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 11:29:20.555674"], ["updated_at", "2020-11-18 11:29:20.555674"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 11:29:20.557152"], ["updated_at", "2020-11-18 11:29:20.557152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 11:29:20.558603"], ["updated_at", "2020-11-18 11:29:20.558603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.559582"], ["updated_at", "2020-11-18 11:29:20.559582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.560553"], ["updated_at", "2020-11-18 11:29:20.560553"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.561357"], ["updated_at", "2020-11-18 11:29:20.561357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.562146"], ["updated_at", "2020-11-18 11:29:20.562146"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.562951"], ["updated_at", "2020-11-18 11:29:20.562951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.563824"], ["updated_at", "2020-11-18 11:29:20.563824"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.564727"], ["updated_at", "2020-11-18 11:29:20.564727"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.565600"], ["updated_at", "2020-11-18 11:29:20.565600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.566475"], ["updated_at", "2020-11-18 11:29:20.566475"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.567362"], ["updated_at", "2020-11-18 11:29:20.567362"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 8.24610735646361], ["string", "Numquam sed voluptatum."], ["date", "2022-02-14"], ["time", "2000-01-01 02:23:57.118299"], ["datetime", "2020-11-18 06:30:57.424394"], ["created_at", "2020-11-18 11:29:20.568954"], ["updated_at", "2020-11-18 11:29:20.568954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 23.3808251984758], ["string", "Est qui excepturi laborum."], ["date", "2022-01-01"], ["time", "2000-01-01 16:17:51.812082"], ["datetime", "2020-11-17 20:55:25.187922"], ["created_at", "2020-11-18 11:29:20.570953"], ["updated_at", "2020-11-18 11:29:20.570953"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 13.1262087208984], ["string", "Ut voluptatem officiis."], ["date", "2019-06-05"], ["time", "2000-01-01 07:16:35.302789"], ["datetime", "2020-11-18 10:23:06.768413"], ["created_at", "2020-11-18 11:29:20.572968"], ["updated_at", "2020-11-18 11:29:20.572968"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 6.69520106853197], ["string", "Dolorum dignissimos aut expedita."], ["date", "2020-01-18"], ["time", "2000-01-01 10:19:01.172373"], ["datetime", "2020-11-17 12:43:04.983999"], ["created_at", "2020-11-18 11:29:20.575064"], ["updated_at", "2020-11-18 11:29:20.575064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 8.62022319686883], ["string", "Ex error laudantium."], ["date", "2021-07-10"], ["time", "2000-01-01 12:52:43.918915"], ["datetime", "2020-11-18 05:17:59.710009"], ["created_at", "2020-11-18 11:29:20.577153"], ["updated_at", "2020-11-18 11:29:20.577153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 1.44266700167733], ["string", "Et aut officiis."], ["created_at", "2020-11-18 11:29:20.578977"], ["updated_at", "2020-11-18 11:29:20.578977"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 1.07781336323602], ["string", "Aut omnis non et."], ["created_at", "2020-11-18 11:29:20.580499"], ["updated_at", "2020-11-18 11:29:20.580499"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", 3.56995293267161], ["string", "Animi quasi maiores."], ["created_at", "2020-11-18 11:29:20.581922"], ["updated_at", "2020-11-18 11:29:20.581922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 21.305392677052], ["string", "Enim aperiam autem molestiae."], ["created_at", "2020-11-18 11:29:20.583496"], ["updated_at", "2020-11-18 11:29:20.583496"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 13.5941279799765], ["string", "Veritatis voluptas ut."], ["created_at", "2020-11-18 11:29:20.585089"], ["updated_at", "2020-11-18 11:29:20.585089"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 11:29:20.587018"], ["updated_at", "2020-11-18 11:29:20.587018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 11:29:20.588702"], ["updated_at", "2020-11-18 11:29:20.588702"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 11:29:20.590275"], ["updated_at", "2020-11-18 11:29:20.590275"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 11:29:20.591865"], ["updated_at", "2020-11-18 11:29:20.591865"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 11:29:20.593530"], ["updated_at", "2020-11-18 11:29:20.593530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-18 11:29:20.595880"], ["updated_at", "2020-11-18 11:29:20.595880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 10], ["created_at", "2020-11-18 11:29:20.598319"], ["updated_at", "2020-11-18 11:29:20.598319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-18 11:29:20.601097"], ["updated_at", "2020-11-18 11:29:20.601097"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 10], ["created_at", "2020-11-18 11:29:20.603574"], ["updated_at", "2020-11-18 11:29:20.603574"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 3], ["created_at", "2020-11-18 11:29:20.605996"], ["updated_at", "2020-11-18 11:29:20.605996"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 11:29:20.607939"], ["updated_at", "2020-11-18 11:29:20.607939"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 11:29:20.609837"], ["updated_at", "2020-11-18 11:29:20.609837"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 11:29:20.611611"], ["updated_at", "2020-11-18 11:29:20.611611"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 11:29:20.613889"], ["updated_at", "2020-11-18 11:29:20.613889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 11:29:20.615831"], ["updated_at", "2020-11-18 11:29:20.615831"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:20.617820"], ["updated_at", "2020-11-18 11:29:20.617820"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:20.619786"], ["updated_at", "2020-11-18 11:29:20.619786"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:20.622100"], ["updated_at", "2020-11-18 11:29:20.622100"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:20.623974"], ["updated_at", "2020-11-18 11:29:20.623974"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:20.625860"], ["updated_at", "2020-11-18 11:29:20.625860"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 11:29:20.637420"], ["updated_at", "2020-11-18 11:29:20.637420"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 11:29:20.639685"], ["updated_at", "2020-11-18 11:29:20.639685"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 11:29:20.641869"], ["updated_at", "2020-11-18 11:29:20.641869"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 11:29:20.643989"], ["updated_at", "2020-11-18 11:29:20.643989"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 11:29:20.646095"], ["updated_at", "2020-11-18 11:29:20.646095"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.647457"], ["updated_at", "2020-11-18 11:29:20.647457"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.648765"], ["updated_at", "2020-11-18 11:29:20.648765"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.649980"], ["updated_at", "2020-11-18 11:29:20.649980"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.651278"], ["updated_at", "2020-11-18 11:29:20.651278"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.652599"], ["updated_at", "2020-11-18 11:29:20.652599"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.653860"], ["updated_at", "2020-11-18 11:29:20.653860"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.655112"], ["updated_at", "2020-11-18 11:29:20.655112"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.656332"], ["updated_at", "2020-11-18 11:29:20.656332"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.657516"], ["updated_at", "2020-11-18 11:29:20.657516"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.658696"], ["updated_at", "2020-11-18 11:29:20.658696"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 34.7516947111255], ["string", "Velit non earum."], ["date", "2022-05-10"], ["time", "2000-01-01 22:18:54.397601"], ["datetime", "2020-11-18 01:02:03.326591"], ["created_at", "2020-11-18 11:29:20.660524"], ["updated_at", "2020-11-18 11:29:20.660524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 0.0399665224332101], ["string", "Id fugit nihil repellendus."], ["date", "2019-12-12"], ["time", "2000-01-01 14:24:58.106880"], ["datetime", "2020-11-18 09:29:17.190964"], ["created_at", "2020-11-18 11:29:20.662790"], ["updated_at", "2020-11-18 11:29:20.662790"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 21], ["decimal", 17.0447141757174], ["string", "Repellendus fuga qui."], ["date", "2021-05-03"], ["time", "2000-01-01 10:18:47.153608"], ["datetime", "2020-11-17 11:51:34.558894"], ["created_at", "2020-11-18 11:29:20.665064"], ["updated_at", "2020-11-18 11:29:20.665064"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 8.87609845426494], ["string", "Consectetur non id perspiciatis."], ["date", "2022-07-28"], ["time", "2000-01-01 13:44:24.252890"], ["datetime", "2020-11-17 19:33:49.466771"], ["created_at", "2020-11-18 11:29:20.667274"], ["updated_at", "2020-11-18 11:29:20.667274"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 0.281078095317561], ["string", "Rerum deleniti a."], ["date", "2018-11-20"], ["time", "2000-01-01 15:22:51.248012"], ["datetime", "2020-11-18 06:25:51.665008"], ["created_at", "2020-11-18 11:29:20.669561"], ["updated_at", "2020-11-18 11:29:20.669561"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1025], ["decimal", 17.350281097058], ["string", "Quo itaque dolorum."], ["created_at", "2020-11-18 11:29:20.671478"], ["updated_at", "2020-11-18 11:29:20.671478"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 2.62573035225188], ["string", "Eveniet veritatis fugit aut."], ["created_at", "2020-11-18 11:29:20.673004"], ["updated_at", "2020-11-18 11:29:20.673004"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 10.6711172146551], ["string", "Quidem eius magni."], ["created_at", "2020-11-18 11:29:20.674475"], ["updated_at", "2020-11-18 11:29:20.674475"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 2.20736144779517], ["string", "Est in sint odio."], ["created_at", "2020-11-18 11:29:20.675927"], ["updated_at", "2020-11-18 11:29:20.675927"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 2.72540625832891], ["string", "Tenetur dolor aperiam."], ["created_at", "2020-11-18 11:29:20.677418"], ["updated_at", "2020-11-18 11:29:20.677418"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 11:29:20.679566"], ["updated_at", "2020-11-18 11:29:20.679566"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 11:29:20.681677"], ["updated_at", "2020-11-18 11:29:20.681677"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 11:29:20.683812"], ["updated_at", "2020-11-18 11:29:20.683812"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 11:29:20.685957"], ["updated_at", "2020-11-18 11:29:20.685957"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 11:29:20.688109"], ["updated_at", "2020-11-18 11:29:20.688109"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 3], ["created_at", "2020-11-18 11:29:20.691120"], ["updated_at", "2020-11-18 11:29:20.691120"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 9], ["created_at", "2020-11-18 11:29:20.694110"], ["updated_at", "2020-11-18 11:29:20.694110"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 13], ["created_at", "2020-11-18 11:29:20.697060"], ["updated_at", "2020-11-18 11:29:20.697060"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 10], ["created_at", "2020-11-18 11:29:20.700015"], ["updated_at", "2020-11-18 11:29:20.700015"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 7], ["created_at", "2020-11-18 11:29:20.702985"], ["updated_at", "2020-11-18 11:29:20.702985"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 12], ["created_at", "2020-11-18 11:29:20.705231"], ["updated_at", "2020-11-18 11:29:20.705231"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 11:29:20.707362"], ["updated_at", "2020-11-18 11:29:20.707362"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 11:29:20.709532"], ["updated_at", "2020-11-18 11:29:20.709532"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 11:29:20.711710"], ["updated_at", "2020-11-18 11:29:20.711710"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 11:29:20.713816"], ["updated_at", "2020-11-18 11:29:20.713816"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:20.716074"], ["updated_at", "2020-11-18 11:29:20.716074"], ["india_id", 10]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:20.718416"], ["updated_at", "2020-11-18 11:29:20.718416"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:20.720496"], ["updated_at", "2020-11-18 11:29:20.720496"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:20.722150"], ["updated_at", "2020-11-18 11:29:20.722150"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:20.723807"], ["updated_at", "2020-11-18 11:29:20.723807"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 11:29:20.735178"], ["updated_at", "2020-11-18 11:29:20.735178"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 11:29:20.737101"], ["updated_at", "2020-11-18 11:29:20.737101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 11:29:20.738785"], ["updated_at", "2020-11-18 11:29:20.738785"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 11:29:20.740463"], ["updated_at", "2020-11-18 11:29:20.740463"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 11:29:20.742123"], ["updated_at", "2020-11-18 11:29:20.742123"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.743181"], ["updated_at", "2020-11-18 11:29:20.743181"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.744110"], ["updated_at", "2020-11-18 11:29:20.744110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.744982"], ["updated_at", "2020-11-18 11:29:20.744982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.745819"], ["updated_at", "2020-11-18 11:29:20.745819"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.746638"], ["updated_at", "2020-11-18 11:29:20.746638"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.747601"], ["updated_at", "2020-11-18 11:29:20.747601"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.748565"], ["updated_at", "2020-11-18 11:29:20.748565"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.749502"], ["updated_at", "2020-11-18 11:29:20.749502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.750421"], ["updated_at", "2020-11-18 11:29:20.750421"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.751367"], ["updated_at", "2020-11-18 11:29:20.751367"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 4.16836852400261], ["string", "Cum veniam et."], ["date", "2019-10-07"], ["time", "2000-01-01 15:09:17.273847"], ["datetime", "2020-11-18 10:48:20.787915"], ["created_at", "2020-11-18 11:29:20.819930"], ["updated_at", "2020-11-18 11:29:20.819930"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 1.26614247035724], ["string", "Aspernatur illo sit voluptates."], ["date", "2021-09-10"], ["time", "2000-01-01 19:37:45.016893"], ["datetime", "2020-11-17 19:24:18.128826"], ["created_at", "2020-11-18 11:29:20.823872"], ["updated_at", "2020-11-18 11:29:20.823872"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 6.16977871190274], ["string", "Qui fugit eaque."], ["date", "2021-06-22"], ["time", "2000-01-01 02:29:20.737813"], ["datetime", "2020-11-17 12:48:57.922580"], ["created_at", "2020-11-18 11:29:20.827629"], ["updated_at", "2020-11-18 11:29:20.827629"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.4ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 27.8350597989288], ["string", "Dolor quam modi."], ["date", "2021-06-04"], ["time", "2000-01-01 23:08:38.325149"], ["datetime", "2020-11-18 09:32:06.621333"], ["created_at", "2020-11-18 11:29:20.834309"], ["updated_at", "2020-11-18 11:29:20.834309"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 24], ["decimal", 11.7268143745062], ["string", "Officia modi praesentium veritatis."], ["date", "2019-10-15"], ["time", "2000-01-01 01:18:17.646587"], ["datetime", "2020-11-18 08:14:18.763263"], ["created_at", "2020-11-18 11:29:20.838150"], ["updated_at", "2020-11-18 11:29:20.838150"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 6.17058310935], ["string", "Atque qui enim."], ["date", "2021-02-01"], ["time", "2000-01-01 22:14:08.484087"], ["datetime", "2020-11-17 15:21:18.483047"], ["created_at", "2020-11-18 11:29:20.841135"], ["updated_at", "2020-11-18 11:29:20.841135"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.845403"], ["updated_at", "2020-11-18 11:29:20.845403"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.4ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 28], ["decimal", 30.8800822581417], ["string", "Voluptatem enim omnis."], ["date", "2022-07-30"], ["time", "2000-01-01 12:18:36.234873"], ["datetime", "2020-11-18 07:30:21.351640"], ["created_at", "2020-11-18 11:29:20.885207"], ["updated_at", "2020-11-18 11:29:20.885207"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 22.5782254398916], ["string", "Porro autem qui enim."], ["date", "2020-01-07"], ["time", "2000-01-01 00:11:42.671612"], ["datetime", "2020-11-18 11:23:48.658617"], ["created_at", "2020-11-18 11:29:20.888490"], ["updated_at", "2020-11-18 11:29:20.888490"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 17.1833642129505], ["string", "Officiis vel amet."], ["date", "2021-01-23"], ["time", "2000-01-01 22:41:06.511733"], ["datetime", "2020-11-18 10:58:59.955011"], ["created_at", "2020-11-18 11:29:20.891000"], ["updated_at", "2020-11-18 11:29:20.891000"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 1.55794864292276], ["string", "Ut consequuntur doloremque corrupti."], ["date", "2022-04-26"], ["time", "2000-01-01 13:24:07.216314"], ["datetime", "2020-11-17 21:24:07.825039"], ["created_at", "2020-11-18 11:29:20.893757"], ["updated_at", "2020-11-18 11:29:20.893757"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 9.96575572986935], ["string", "Voluptas est optio."], ["date", "2022-06-02"], ["time", "2000-01-01 21:15:15.277608"], ["datetime", "2020-11-18 10:46:03.162512"], ["created_at", "2020-11-18 11:29:20.897238"], ["updated_at", "2020-11-18 11:29:20.897238"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 8.23566432138472], ["string", "Et accusamus velit."], ["created_at", "2020-11-18 11:29:20.900122"], ["updated_at", "2020-11-18 11:29:20.900122"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 26.418498254619], ["string", "Officiis placeat assumenda aperiam."], ["created_at", "2020-11-18 11:29:20.902380"], ["updated_at", "2020-11-18 11:29:20.902380"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 29.2059683222622], ["string", "Est numquam magni."], ["created_at", "2020-11-18 11:29:20.904624"], ["updated_at", "2020-11-18 11:29:20.904624"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 3.26665088743998], ["string", "Saepe dicta accusantium magni."], ["created_at", "2020-11-18 11:29:20.906369"], ["updated_at", "2020-11-18 11:29:20.906369"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 3.91086847831749], ["string", "Tenetur eveniet sit."], ["created_at", "2020-11-18 11:29:20.908128"], ["updated_at", "2020-11-18 11:29:20.908128"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 11:29:20.911795"], ["updated_at", "2020-11-18 11:29:20.911795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 11:29:20.913827"], ["updated_at", "2020-11-18 11:29:20.913827"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 11:29:20.915905"], ["updated_at", "2020-11-18 11:29:20.915905"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 11:29:20.918639"], ["updated_at", "2020-11-18 11:29:20.918639"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 11:29:20.920719"], ["updated_at", "2020-11-18 11:29:20.920719"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-18 11:29:20.923402"], ["updated_at", "2020-11-18 11:29:20.923402"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-18 11:29:20.925914"], ["updated_at", "2020-11-18 11:29:20.925914"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-18 11:29:20.928322"], ["updated_at", "2020-11-18 11:29:20.928322"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-18 11:29:20.930722"], ["updated_at", "2020-11-18 11:29:20.930722"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-18 11:29:20.933116"], ["updated_at", "2020-11-18 11:29:20.933116"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 11:29:20.934968"], ["updated_at", "2020-11-18 11:29:20.934968"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 11:29:20.936752"], ["updated_at", "2020-11-18 11:29:20.936752"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 11:29:20.938516"], ["updated_at", "2020-11-18 11:29:20.938516"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 11:29:20.940287"], ["updated_at", "2020-11-18 11:29:20.940287"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 11:29:20.942052"], ["updated_at", "2020-11-18 11:29:20.942052"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.943995"], ["updated_at", "2020-11-18 11:29:20.943995"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.945778"], ["updated_at", "2020-11-18 11:29:20.945778"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.947423"], ["updated_at", "2020-11-18 11:29:20.947423"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.949132"], ["updated_at", "2020-11-18 11:29:20.949132"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.950794"], ["updated_at", "2020-11-18 11:29:20.950794"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 11:29:20.960659"], ["updated_at", "2020-11-18 11:29:20.960659"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 11:29:20.962437"], ["updated_at", "2020-11-18 11:29:20.962437"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 11:29:20.964093"], ["updated_at", "2020-11-18 11:29:20.964093"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 11:29:20.965688"], ["updated_at", "2020-11-18 11:29:20.965688"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 11:29:20.967212"], ["updated_at", "2020-11-18 11:29:20.967212"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.968219"], ["updated_at", "2020-11-18 11:29:20.968219"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.969144"], ["updated_at", "2020-11-18 11:29:20.969144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.970073"], ["updated_at", "2020-11-18 11:29:20.970073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.970934"], ["updated_at", "2020-11-18 11:29:20.970934"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:20.971786"], ["updated_at", "2020-11-18 11:29:20.971786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.972704"], ["updated_at", "2020-11-18 11:29:20.972704"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.973617"], ["updated_at", "2020-11-18 11:29:20.973617"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.974492"], ["updated_at", "2020-11-18 11:29:20.974492"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.975321"], ["updated_at", "2020-11-18 11:29:20.975321"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:20.976226"], ["updated_at", "2020-11-18 11:29:20.976226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 19.1028080733991], ["string", "Exercitationem et omnis."], ["date", "2020-01-05"], ["time", "2000-01-01 17:32:45.000994"], ["datetime", "2020-11-18 10:40:33.624291"], ["created_at", "2020-11-18 11:29:20.977807"], ["updated_at", "2020-11-18 11:29:20.977807"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 34], ["decimal", 19.4162216973504], ["string", "Eius aspernatur reiciendis culpa."], ["date", "2022-09-27"], ["time", "2000-01-01 04:34:14.409469"], ["datetime", "2020-11-18 01:08:10.977773"], ["created_at", "2020-11-18 11:29:20.979684"], ["updated_at", "2020-11-18 11:29:20.979684"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 20.1218375522443], ["string", "Accusantium ducimus similique."], ["date", "2020-01-16"], ["time", "2000-01-01 21:03:19.933202"], ["datetime", "2020-11-17 17:28:43.578934"], ["created_at", "2020-11-18 11:29:20.981533"], ["updated_at", "2020-11-18 11:29:20.981533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 20.6525350642517], ["string", "Explicabo eos cumque itaque."], ["date", "2020-12-13"], ["time", "2000-01-01 01:09:02.500876"], ["datetime", "2020-11-17 16:48:36.053468"], ["created_at", "2020-11-18 11:29:20.983396"], ["updated_at", "2020-11-18 11:29:20.983396"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 21], ["decimal", 12.2086335545416], ["string", "Sed fuga molestiae."], ["date", "2019-11-06"], ["time", "2000-01-01 04:27:43.670771"], ["datetime", "2020-11-18 09:44:02.401072"], ["created_at", "2020-11-18 11:29:20.985221"], ["updated_at", "2020-11-18 11:29:20.985221"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 1.0011215260839], ["string", "Est fugit pariatur."], ["created_at", "2020-11-18 11:29:20.986898"], ["updated_at", "2020-11-18 11:29:20.986898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 0.106707306826647], ["string", "Animi perferendis nam minima."], ["created_at", "2020-11-18 11:29:20.988258"], ["updated_at", "2020-11-18 11:29:20.988258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 5.85162178956689], ["string", "Est voluptas molestiae."], ["created_at", "2020-11-18 11:29:20.989599"], ["updated_at", "2020-11-18 11:29:20.989599"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1022], ["decimal", 4.1155736025719], ["string", "Nihil pariatur distinctio sapiente."], ["created_at", "2020-11-18 11:29:20.990943"], ["updated_at", "2020-11-18 11:29:20.990943"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1032], ["decimal", 2.81864404368847], ["string", "Asperiores delectus aut."], ["created_at", "2020-11-18 11:29:20.992328"], ["updated_at", "2020-11-18 11:29:20.992328"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 11:29:20.994154"], ["updated_at", "2020-11-18 11:29:20.994154"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 11:29:20.995818"], ["updated_at", "2020-11-18 11:29:20.995818"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 11:29:20.997492"], ["updated_at", "2020-11-18 11:29:20.997492"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 11:29:20.999145"], ["updated_at", "2020-11-18 11:29:20.999145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 11:29:21.000803"], ["updated_at", "2020-11-18 11:29:21.000803"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 3], ["created_at", "2020-11-18 11:29:21.003148"], ["updated_at", "2020-11-18 11:29:21.003148"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-18 11:29:21.005458"], ["updated_at", "2020-11-18 11:29:21.005458"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 8], ["created_at", "2020-11-18 11:29:21.007655"], ["updated_at", "2020-11-18 11:29:21.007655"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-18 11:29:21.009899"], ["updated_at", "2020-11-18 11:29:21.009899"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 10], ["created_at", "2020-11-18 11:29:21.012324"], ["updated_at", "2020-11-18 11:29:21.012324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 11:29:21.014244"], ["updated_at", "2020-11-18 11:29:21.014244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 11:29:21.016029"], ["updated_at", "2020-11-18 11:29:21.016029"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-18 11:29:21.017692"], ["updated_at", "2020-11-18 11:29:21.017692"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 11:29:21.019364"], ["updated_at", "2020-11-18 11:29:21.019364"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 11:29:21.021149"], ["updated_at", "2020-11-18 11:29:21.021149"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:21.022854"], ["updated_at", "2020-11-18 11:29:21.022854"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:21.024474"], ["updated_at", "2020-11-18 11:29:21.024474"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:21.025964"], ["updated_at", "2020-11-18 11:29:21.025964"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:21.027473"], ["updated_at", "2020-11-18 11:29:21.027473"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:21.029025"], ["updated_at", "2020-11-18 11:29:21.029025"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 11:29:21.038351"], ["updated_at", "2020-11-18 11:29:21.038351"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 11:29:21.039970"], ["updated_at", "2020-11-18 11:29:21.039970"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 11:29:21.041467"], ["updated_at", "2020-11-18 11:29:21.041467"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 11:29:21.042930"], ["updated_at", "2020-11-18 11:29:21.042930"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 11:29:21.044419"], ["updated_at", "2020-11-18 11:29:21.044419"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:21.045380"], ["updated_at", "2020-11-18 11:29:21.045380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:21.046229"], ["updated_at", "2020-11-18 11:29:21.046229"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:21.047042"], ["updated_at", "2020-11-18 11:29:21.047042"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:21.047848"], ["updated_at", "2020-11-18 11:29:21.047848"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:21.048679"], ["updated_at", "2020-11-18 11:29:21.048679"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:21.049579"], ["updated_at", "2020-11-18 11:29:21.049579"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:21.050486"], ["updated_at", "2020-11-18 11:29:21.050486"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:21.051367"], ["updated_at", "2020-11-18 11:29:21.051367"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:21.052258"], ["updated_at", "2020-11-18 11:29:21.052258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:21.053109"], ["updated_at", "2020-11-18 11:29:21.053109"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 2.53895822749349], ["string", "Non quis unde."], ["date", "2021-08-14"], ["time", "2000-01-01 23:58:12.391203"], ["datetime", "2020-11-18 06:19:59.841050"], ["created_at", "2020-11-18 11:29:21.054587"], ["updated_at", "2020-11-18 11:29:21.054587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 12.4570219887238], ["string", "Quod fugiat rerum qui."], ["date", "2020-09-09"], ["time", "2000-01-01 10:59:30.220004"], ["datetime", "2020-11-18 11:24:31.946694"], ["created_at", "2020-11-18 11:29:21.056355"], ["updated_at", "2020-11-18 11:29:21.056355"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 3.80972969565859], ["string", "Sint magnam magni."], ["date", "2021-07-08"], ["time", "2000-01-01 10:18:39.790045"], ["datetime", "2020-11-17 21:10:24.670404"], ["created_at", "2020-11-18 11:29:21.058081"], ["updated_at", "2020-11-18 11:29:21.058081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 0.436994818849294], ["string", "Tenetur esse qui reprehenderit."], ["date", "2018-12-08"], ["time", "2000-01-01 05:40:54.328519"], ["datetime", "2020-11-18 03:16:01.370204"], ["created_at", "2020-11-18 11:29:21.059861"], ["updated_at", "2020-11-18 11:29:21.059861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 13.8838842629202], ["string", "Sed praesentium totam."], ["date", "2020-03-23"], ["time", "2000-01-01 11:42:55.731191"], ["datetime", "2020-11-17 12:44:46.216620"], ["created_at", "2020-11-18 11:29:21.061720"], ["updated_at", "2020-11-18 11:29:21.061720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 5.68622299579214], ["string", "Omnis fugiat similique."], ["created_at", "2020-11-18 11:29:21.063426"], ["updated_at", "2020-11-18 11:29:21.063426"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 5.56655329574006], ["string", "Porro ducimus eveniet quas."], ["created_at", "2020-11-18 11:29:21.064750"], ["updated_at", "2020-11-18 11:29:21.064750"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 7.68518067836209], ["string", "Odit sequi vel."], ["created_at", "2020-11-18 11:29:21.066003"], ["updated_at", "2020-11-18 11:29:21.066003"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 19.2504361430343], ["string", "Dolorem aspernatur voluptatibus iste."], ["created_at", "2020-11-18 11:29:21.067253"], ["updated_at", "2020-11-18 11:29:21.067253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 3.66468352676796], ["string", "At perspiciatis voluptatem."], ["created_at", "2020-11-18 11:29:21.068514"], ["updated_at", "2020-11-18 11:29:21.068514"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 11:29:21.070180"], ["updated_at", "2020-11-18 11:29:21.070180"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 11:29:21.071670"], ["updated_at", "2020-11-18 11:29:21.071670"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 11:29:21.073073"], ["updated_at", "2020-11-18 11:29:21.073073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-18 11:29:21.074445"], ["updated_at", "2020-11-18 11:29:21.074445"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 11:29:21.075795"], ["updated_at", "2020-11-18 11:29:21.075795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 3], ["created_at", "2020-11-18 11:29:21.077706"], ["updated_at", "2020-11-18 11:29:21.077706"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 8], ["created_at", "2020-11-18 11:29:21.079619"], ["updated_at", "2020-11-18 11:29:21.079619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 11], ["created_at", "2020-11-18 11:29:21.081525"], ["updated_at", "2020-11-18 11:29:21.081525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 4], ["created_at", "2020-11-18 11:29:21.083402"], ["updated_at", "2020-11-18 11:29:21.083402"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 1], ["created_at", "2020-11-18 11:29:21.085307"], ["updated_at", "2020-11-18 11:29:21.085307"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-18 11:29:21.086795"], ["updated_at", "2020-11-18 11:29:21.086795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 11:29:21.088230"], ["updated_at", "2020-11-18 11:29:21.088230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 11:29:21.089601"], ["updated_at", "2020-11-18 11:29:21.089601"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-18 11:29:21.090938"], ["updated_at", "2020-11-18 11:29:21.090938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 11:29:21.092280"], ["updated_at", "2020-11-18 11:29:21.092280"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:21.093647"], ["updated_at", "2020-11-18 11:29:21.093647"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:21.095056"], ["updated_at", "2020-11-18 11:29:21.095056"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:21.096406"], ["updated_at", "2020-11-18 11:29:21.096406"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:21.097719"], ["updated_at", "2020-11-18 11:29:21.097719"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:21.098987"], ["updated_at", "2020-11-18 11:29:21.098987"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 11:29:21.107430"], ["updated_at", "2020-11-18 11:29:21.107430"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 11:29:21.108922"], ["updated_at", "2020-11-18 11:29:21.108922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 11:29:21.110289"], ["updated_at", "2020-11-18 11:29:21.110289"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 11:29:21.111662"], ["updated_at", "2020-11-18 11:29:21.111662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-18 11:29:21.113051"], ["updated_at", "2020-11-18 11:29:21.113051"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:21.113941"], ["updated_at", "2020-11-18 11:29:21.113941"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:21.114788"], ["updated_at", "2020-11-18 11:29:21.114788"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:21.115598"], ["updated_at", "2020-11-18 11:29:21.115598"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:21.116382"], ["updated_at", "2020-11-18 11:29:21.116382"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:21.117142"], ["updated_at", "2020-11-18 11:29:21.117142"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:21.117939"], ["updated_at", "2020-11-18 11:29:21.117939"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:21.118733"], ["updated_at", "2020-11-18 11:29:21.118733"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:21.119487"], ["updated_at", "2020-11-18 11:29:21.119487"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:21.120256"], ["updated_at", "2020-11-18 11:29:21.120256"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:21.121004"], ["updated_at", "2020-11-18 11:29:21.121004"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.9ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.0ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (2.0ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.9ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (1.5ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.4ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 11.2375426325803], ["string", "Alias dolor quis."], ["date", "2019-06-11"], ["time", "2000-01-01 18:54:36.630019"], ["datetime", "2020-11-18 07:57:44.178026"], ["created_at", "2020-11-18 11:29:53.099034"], ["updated_at", "2020-11-18 11:29:53.099034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 23.9803783861899], ["string", "Consequatur modi architecto aperiam."], ["date", "2019-07-08"], ["time", "2000-01-01 01:54:08.248829"], ["datetime", "2020-11-18 05:24:42.968110"], ["created_at", "2020-11-18 11:29:53.101739"], ["updated_at", "2020-11-18 11:29:53.101739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 0.428352177809415], ["string", "Adipisci id et."], ["date", "2022-06-13"], ["time", "2000-01-01 18:51:39.130302"], ["datetime", "2020-11-18 00:37:03.218540"], ["created_at", "2020-11-18 11:29:53.103900"], ["updated_at", "2020-11-18 11:29:53.103900"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 25], ["decimal", 12.3675813307902], ["string", "Quo nemo voluptas aperiam."], ["date", "2021-04-18"], ["time", "2000-01-01 00:45:13.801349"], ["datetime", "2020-11-18 04:14:57.171899"], ["created_at", "2020-11-18 11:29:53.106104"], ["updated_at", "2020-11-18 11:29:53.106104"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 26], ["decimal", 9.24168675527482], ["string", "Cum et quisquam."], ["date", "2019-07-25"], ["time", "2000-01-01 19:45:07.064114"], ["datetime", "2020-11-17 16:55:59.877625"], ["created_at", "2020-11-18 11:29:53.108706"], ["updated_at", "2020-11-18 11:29:53.108706"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 22.9174183819509], ["string", "Neque explicabo fugiat."], ["created_at", "2020-11-18 11:29:53.118250"], ["updated_at", "2020-11-18 11:29:53.118250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 16.2751991189873], ["string", "Voluptatem vel blanditiis ipsa."], ["created_at", "2020-11-18 11:29:53.120263"], ["updated_at", "2020-11-18 11:29:53.120263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 18.3324232747541], ["string", "Quaerat eius error."], ["created_at", "2020-11-18 11:29:53.122094"], ["updated_at", "2020-11-18 11:29:53.122094"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 12.8739989316344], ["string", "Omnis omnis provident ut."], ["created_at", "2020-11-18 11:29:53.123963"], ["updated_at", "2020-11-18 11:29:53.123963"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 15.6991099915544], ["string", "Qui dolorum nesciunt."], ["created_at", "2020-11-18 11:29:53.125771"], ["updated_at", "2020-11-18 11:29:53.125771"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 11:29:53.135568"], ["updated_at", "2020-11-18 11:29:53.135568"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 11:29:53.137914"], ["updated_at", "2020-11-18 11:29:53.137914"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 11:29:53.139965"], ["updated_at", "2020-11-18 11:29:53.139965"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 11:29:53.142885"], ["updated_at", "2020-11-18 11:29:53.142885"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 11:29:53.145538"], ["updated_at", "2020-11-18 11:29:53.145538"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.2ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.2ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-18 11:29:53.158478"], ["updated_at", "2020-11-18 11:29:53.158478"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-18 11:29:53.162122"], ["updated_at", "2020-11-18 11:29:53.162122"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-18 11:29:53.165508"], ["updated_at", "2020-11-18 11:29:53.165508"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 3], ["created_at", "2020-11-18 11:29:53.168587"], ["updated_at", "2020-11-18 11:29:53.168587"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-18 11:29:53.171499"], ["updated_at", "2020-11-18 11:29:53.171499"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 11:29:53.180818"], ["updated_at", "2020-11-18 11:29:53.180818"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 11:29:53.183232"], ["updated_at", "2020-11-18 11:29:53.183232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 11:29:53.185076"], ["updated_at", "2020-11-18 11:29:53.185076"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 11:29:53.187216"], ["updated_at", "2020-11-18 11:29:53.187216"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 11:29:53.189228"], ["updated_at", "2020-11-18 11:29:53.189228"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.197538"], ["updated_at", "2020-11-18 11:29:53.197538"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.199918"], ["updated_at", "2020-11-18 11:29:53.199918"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.201914"], ["updated_at", "2020-11-18 11:29:53.201914"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.204025"], ["updated_at", "2020-11-18 11:29:53.204025"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.206071"], ["updated_at", "2020-11-18 11:29:53.206071"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 11:29:53.227413"], ["updated_at", "2020-11-18 11:29:53.227413"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 11:29:53.229175"], ["updated_at", "2020-11-18 11:29:53.229175"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 11:29:53.231022"], ["updated_at", "2020-11-18 11:29:53.231022"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 11:29:53.232713"], ["updated_at", "2020-11-18 11:29:53.232713"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 11:29:53.234595"], ["updated_at", "2020-11-18 11:29:53.234595"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.240960"], ["updated_at", "2020-11-18 11:29:53.240960"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.242316"], ["updated_at", "2020-11-18 11:29:53.242316"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.243417"], ["updated_at", "2020-11-18 11:29:53.243417"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.244507"], ["updated_at", "2020-11-18 11:29:53.244507"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.245612"], ["updated_at", "2020-11-18 11:29:53.245612"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:53.251275"], ["updated_at", "2020-11-18 11:29:53.251275"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:53.253037"], ["updated_at", "2020-11-18 11:29:53.253037"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:53.254240"], ["updated_at", "2020-11-18 11:29:53.254240"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:53.255327"], ["updated_at", "2020-11-18 11:29:53.255327"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:53.256569"], ["updated_at", "2020-11-18 11:29:53.256569"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 8.1072521532924], ["string", "Eius sint reiciendis."], ["date", "2020-05-11"], ["time", "2000-01-01 20:42:19.853078"], ["datetime", "2020-11-17 20:09:44.471062"], ["created_at", "2020-11-18 11:29:53.258991"], ["updated_at", "2020-11-18 11:29:53.258991"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 8.95018642461961], ["string", "Est maiores dolores blanditiis."], ["date", "2020-06-10"], ["time", "2000-01-01 07:36:41.171204"], ["datetime", "2020-11-18 03:39:26.116038"], ["created_at", "2020-11-18 11:29:53.261626"], ["updated_at", "2020-11-18 11:29:53.261626"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 14.1635060742177], ["string", "Sed sit optio."], ["date", "2019-05-10"], ["time", "2000-01-01 01:56:12.979708"], ["datetime", "2020-11-18 10:10:05.924209"], ["created_at", "2020-11-18 11:29:53.264146"], ["updated_at", "2020-11-18 11:29:53.264146"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 10.8965824411729], ["string", "Et eos quaerat soluta."], ["date", "2022-02-05"], ["time", "2000-01-01 09:27:32.089004"], ["datetime", "2020-11-17 21:31:57.313729"], ["created_at", "2020-11-18 11:29:53.266714"], ["updated_at", "2020-11-18 11:29:53.266714"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 0.709942275845196], ["string", "Non esse similique."], ["date", "2020-06-04"], ["time", "2000-01-01 06:44:27.818922"], ["datetime", "2020-11-18 05:59:17.301331"], ["created_at", "2020-11-18 11:29:53.268856"], ["updated_at", "2020-11-18 11:29:53.268856"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 6.51514324899428], ["string", "Porro aut placeat."], ["created_at", "2020-11-18 11:29:53.270780"], ["updated_at", "2020-11-18 11:29:53.270780"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 1.65226425183741], ["string", "Ab ullam id blanditiis."], ["created_at", "2020-11-18 11:29:53.272265"], ["updated_at", "2020-11-18 11:29:53.272265"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 31.0418785351723], ["string", "Assumenda mollitia optio."], ["created_at", "2020-11-18 11:29:53.273790"], ["updated_at", "2020-11-18 11:29:53.273790"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 27.5469499105425], ["string", "Voluptas cum voluptatem quia."], ["created_at", "2020-11-18 11:29:53.275286"], ["updated_at", "2020-11-18 11:29:53.275286"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 12.0763764720951], ["string", "Aliquid eos rerum."], ["created_at", "2020-11-18 11:29:53.276844"], ["updated_at", "2020-11-18 11:29:53.276844"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 11:29:53.278869"], ["updated_at", "2020-11-18 11:29:53.278869"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 11:29:53.281189"], ["updated_at", "2020-11-18 11:29:53.281189"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 11:29:53.283414"], ["updated_at", "2020-11-18 11:29:53.283414"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 11:29:53.285475"], ["updated_at", "2020-11-18 11:29:53.285475"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 11:29:53.287546"], ["updated_at", "2020-11-18 11:29:53.287546"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 2], ["created_at", "2020-11-18 11:29:53.290457"], ["updated_at", "2020-11-18 11:29:53.290457"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 7], ["created_at", "2020-11-18 11:29:53.293473"], ["updated_at", "2020-11-18 11:29:53.293473"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.3ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 5], ["created_at", "2020-11-18 11:29:53.297067"], ["updated_at", "2020-11-18 11:29:53.297067"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 1], ["created_at", "2020-11-18 11:29:53.300899"], ["updated_at", "2020-11-18 11:29:53.300899"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-18 11:29:53.303859"], ["updated_at", "2020-11-18 11:29:53.303859"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-18 11:29:53.306155"], ["updated_at", "2020-11-18 11:29:53.306155"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-18 11:29:53.308425"], ["updated_at", "2020-11-18 11:29:53.308425"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 11:29:53.310670"], ["updated_at", "2020-11-18 11:29:53.310670"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 11:29:53.312758"], ["updated_at", "2020-11-18 11:29:53.312758"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 11:29:53.314743"], ["updated_at", "2020-11-18 11:29:53.314743"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:53.317002"], ["updated_at", "2020-11-18 11:29:53.317002"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:53.318817"], ["updated_at", "2020-11-18 11:29:53.318817"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:53.320609"], ["updated_at", "2020-11-18 11:29:53.320609"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:53.322272"], ["updated_at", "2020-11-18 11:29:53.322272"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:53.323878"], ["updated_at", "2020-11-18 11:29:53.323878"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 11:29:53.334987"], ["updated_at", "2020-11-18 11:29:53.334987"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 11:29:53.337071"], ["updated_at", "2020-11-18 11:29:53.337071"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 11:29:53.338993"], ["updated_at", "2020-11-18 11:29:53.338993"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 11:29:53.340876"], ["updated_at", "2020-11-18 11:29:53.340876"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 11:29:53.343402"], ["updated_at", "2020-11-18 11:29:53.343402"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.344970"], ["updated_at", "2020-11-18 11:29:53.344970"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.346240"], ["updated_at", "2020-11-18 11:29:53.346240"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.347572"], ["updated_at", "2020-11-18 11:29:53.347572"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.348849"], ["updated_at", "2020-11-18 11:29:53.348849"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.350059"], ["updated_at", "2020-11-18 11:29:53.350059"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:53.351367"], ["updated_at", "2020-11-18 11:29:53.351367"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:53.352720"], ["updated_at", "2020-11-18 11:29:53.352720"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:53.354100"], ["updated_at", "2020-11-18 11:29:53.354100"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:53.355403"], ["updated_at", "2020-11-18 11:29:53.355403"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:53.356852"], ["updated_at", "2020-11-18 11:29:53.356852"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 1.28004885648802], ["string", "Sit in sed."], ["date", "2021-09-20"], ["time", "2000-01-01 03:27:37.124058"], ["datetime", "2020-11-18 01:06:50.160753"], ["created_at", "2020-11-18 11:29:53.359514"], ["updated_at", "2020-11-18 11:29:53.359514"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 1.68304538409068], ["string", "Quia nostrum ad quam."], ["date", "2019-04-07"], ["time", "2000-01-01 02:27:56.019551"], ["datetime", "2020-11-17 22:15:18.337983"], ["created_at", "2020-11-18 11:29:53.362350"], ["updated_at", "2020-11-18 11:29:53.362350"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 15.5247258740657], ["string", "Consectetur quisquam laudantium."], ["date", "2021-01-17"], ["time", "2000-01-01 18:41:19.774184"], ["datetime", "2020-11-18 10:41:45.691920"], ["created_at", "2020-11-18 11:29:53.365165"], ["updated_at", "2020-11-18 11:29:53.365165"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 23.1826113290347], ["string", "Minima et ratione est."], ["date", "2019-05-03"], ["time", "2000-01-01 22:38:49.786660"], ["datetime", "2020-11-17 12:59:34.836664"], ["created_at", "2020-11-18 11:29:53.367863"], ["updated_at", "2020-11-18 11:29:53.367863"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 35], ["decimal", 27.1070718629724], ["string", "Architecto provident facere."], ["date", "2020-07-17"], ["time", "2000-01-01 14:20:54.566884"], ["datetime", "2020-11-17 23:02:36.182319"], ["created_at", "2020-11-18 11:29:53.369999"], ["updated_at", "2020-11-18 11:29:53.369999"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 18.4597976359073], ["string", "Eum earum tempora."], ["created_at", "2020-11-18 11:29:53.371851"], ["updated_at", "2020-11-18 11:29:53.371851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 19.5509947339406], ["string", "Sequi aut ullam voluptates."], ["created_at", "2020-11-18 11:29:53.373488"], ["updated_at", "2020-11-18 11:29:53.373488"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 2.10448437774577], ["string", "Ex voluptatem sint."], ["created_at", "2020-11-18 11:29:53.375210"], ["updated_at", "2020-11-18 11:29:53.375210"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 5.66170119892313], ["string", "Et animi ut autem."], ["created_at", "2020-11-18 11:29:53.376695"], ["updated_at", "2020-11-18 11:29:53.376695"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 2.60357487797666], ["string", "Dicta dolores beatae."], ["created_at", "2020-11-18 11:29:53.378208"], ["updated_at", "2020-11-18 11:29:53.378208"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 11:29:53.380323"], ["updated_at", "2020-11-18 11:29:53.380323"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 11:29:53.382801"], ["updated_at", "2020-11-18 11:29:53.382801"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 11:29:53.385081"], ["updated_at", "2020-11-18 11:29:53.385081"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-18 11:29:53.387329"], ["updated_at", "2020-11-18 11:29:53.387329"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-18 11:29:53.389577"], ["updated_at", "2020-11-18 11:29:53.389577"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 15], ["created_at", "2020-11-18 11:29:53.392820"], ["updated_at", "2020-11-18 11:29:53.392820"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 12], ["created_at", "2020-11-18 11:29:53.396340"], ["updated_at", "2020-11-18 11:29:53.396340"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 8], ["created_at", "2020-11-18 11:29:53.400007"], ["updated_at", "2020-11-18 11:29:53.400007"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-18 11:29:53.403506"], ["updated_at", "2020-11-18 11:29:53.403506"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-18 11:29:53.407005"], ["updated_at", "2020-11-18 11:29:53.407005"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 12], ["created_at", "2020-11-18 11:29:53.409622"], ["updated_at", "2020-11-18 11:29:53.409622"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 11:29:53.412207"], ["updated_at", "2020-11-18 11:29:53.412207"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-18 11:29:53.414966"], ["updated_at", "2020-11-18 11:29:53.414966"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-18 11:29:53.417554"], ["updated_at", "2020-11-18 11:29:53.417554"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 11:29:53.420001"], ["updated_at", "2020-11-18 11:29:53.420001"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:53.422389"], ["updated_at", "2020-11-18 11:29:53.422389"], ["india_id", 7]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:53.424685"], ["updated_at", "2020-11-18 11:29:53.424685"], ["india_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:53.426880"], ["updated_at", "2020-11-18 11:29:53.426880"], ["india_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:53.429031"], ["updated_at", "2020-11-18 11:29:53.429031"], ["india_id", 10]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:53.431290"], ["updated_at", "2020-11-18 11:29:53.431290"], ["india_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 11:29:53.444177"], ["updated_at", "2020-11-18 11:29:53.444177"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 11:29:53.446737"], ["updated_at", "2020-11-18 11:29:53.446737"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-18 11:29:53.449343"], ["updated_at", "2020-11-18 11:29:53.449343"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-18 11:29:53.451905"], ["updated_at", "2020-11-18 11:29:53.451905"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 11:29:53.454418"], ["updated_at", "2020-11-18 11:29:53.454418"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.455969"], ["updated_at", "2020-11-18 11:29:53.455969"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.457375"], ["updated_at", "2020-11-18 11:29:53.457375"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.458773"], ["updated_at", "2020-11-18 11:29:53.458773"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.460129"], ["updated_at", "2020-11-18 11:29:53.460129"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.461438"], ["updated_at", "2020-11-18 11:29:53.461438"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:53.462760"], ["updated_at", "2020-11-18 11:29:53.462760"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:53.464339"], ["updated_at", "2020-11-18 11:29:53.464339"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:53.465588"], ["updated_at", "2020-11-18 11:29:53.465588"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:53.466576"], ["updated_at", "2020-11-18 11:29:53.466576"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:53.467513"], ["updated_at", "2020-11-18 11:29:53.467513"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 1.28812610912044], ["string", "Molestiae eum ut."], ["date", "2019-06-19"], ["time", "2000-01-01 17:55:56.279841"], ["datetime", "2020-11-18 10:23:08.372606"], ["created_at", "2020-11-18 11:29:53.477070"], ["updated_at", "2020-11-18 11:29:53.477070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 8.79781205005489], ["string", "Voluptas eveniet eaque quis."], ["date", "2022-08-21"], ["time", "2000-01-01 00:18:13.475043"], ["datetime", "2020-11-17 12:29:16.824826"], ["created_at", "2020-11-18 11:29:53.479281"], ["updated_at", "2020-11-18 11:29:53.479281"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 17.640082096724], ["string", "Autem accusantium eaque."], ["date", "2019-03-04"], ["time", "2000-01-01 00:45:53.030174"], ["datetime", "2020-11-18 00:01:38.176120"], ["created_at", "2020-11-18 11:29:53.482276"], ["updated_at", "2020-11-18 11:29:53.482276"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 6.07813105238764], ["string", "Doloribus et et quis."], ["date", "2019-09-19"], ["time", "2000-01-01 22:42:09.420254"], ["datetime", "2020-11-17 21:17:36.965066"], ["created_at", "2020-11-18 11:29:53.485965"], ["updated_at", "2020-11-18 11:29:53.485965"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 14.9192304681755], ["string", "Magnam quaerat est."], ["date", "2019-05-10"], ["time", "2000-01-01 06:48:39.717588"], ["datetime", "2020-11-17 12:29:12.063708"], ["created_at", "2020-11-18 11:29:53.489960"], ["updated_at", "2020-11-18 11:29:53.489960"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 3.4135520680198], ["string", "Accusantium omnis sed."], ["created_at", "2020-11-18 11:29:53.493534"], ["updated_at", "2020-11-18 11:29:53.493534"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 9.2720373737915], ["string", "Qui tempore laboriosam corporis."], ["created_at", "2020-11-18 11:29:53.496326"], ["updated_at", "2020-11-18 11:29:53.496326"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 2.0963234200968], ["string", "Sed et inventore."], ["created_at", "2020-11-18 11:29:53.498429"], ["updated_at", "2020-11-18 11:29:53.498429"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 19.7931940547913], ["string", "Qui velit sit reprehenderit."], ["created_at", "2020-11-18 11:29:53.499958"], ["updated_at", "2020-11-18 11:29:53.499958"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 14.0165212360486], ["string", "Ducimus sed sit."], ["created_at", "2020-11-18 11:29:53.501466"], ["updated_at", "2020-11-18 11:29:53.501466"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 11:29:53.503696"], ["updated_at", "2020-11-18 11:29:53.503696"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 11:29:53.505575"], ["updated_at", "2020-11-18 11:29:53.505575"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 11:29:53.508048"], ["updated_at", "2020-11-18 11:29:53.508048"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 11:29:53.509997"], ["updated_at", "2020-11-18 11:29:53.509997"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 11:29:53.511788"], ["updated_at", "2020-11-18 11:29:53.511788"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-18 11:29:53.514932"], ["updated_at", "2020-11-18 11:29:53.514932"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-18 11:29:53.517769"], ["updated_at", "2020-11-18 11:29:53.517769"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-18 11:29:53.520495"], ["updated_at", "2020-11-18 11:29:53.520495"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-18 11:29:53.523219"], ["updated_at", "2020-11-18 11:29:53.523219"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-18 11:29:53.525878"], ["updated_at", "2020-11-18 11:29:53.525878"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 11:29:53.527837"], ["updated_at", "2020-11-18 11:29:53.527837"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 11:29:53.530145"], ["updated_at", "2020-11-18 11:29:53.530145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 11:29:53.532280"], ["updated_at", "2020-11-18 11:29:53.532280"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 11:29:53.533981"], ["updated_at", "2020-11-18 11:29:53.533981"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 11:29:53.535606"], ["updated_at", "2020-11-18 11:29:53.535606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.537540"], ["updated_at", "2020-11-18 11:29:53.537540"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.539440"], ["updated_at", "2020-11-18 11:29:53.539440"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.541245"], ["updated_at", "2020-11-18 11:29:53.541245"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.543119"], ["updated_at", "2020-11-18 11:29:53.543119"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.545122"], ["updated_at", "2020-11-18 11:29:53.545122"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 11:29:53.558116"], ["updated_at", "2020-11-18 11:29:53.558116"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 11:29:53.560232"], ["updated_at", "2020-11-18 11:29:53.560232"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 11:29:53.562437"], ["updated_at", "2020-11-18 11:29:53.562437"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 11:29:53.565002"], ["updated_at", "2020-11-18 11:29:53.565002"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 11:29:53.567309"], ["updated_at", "2020-11-18 11:29:53.567309"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.568791"], ["updated_at", "2020-11-18 11:29:53.568791"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.570298"], ["updated_at", "2020-11-18 11:29:53.570298"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.571432"], ["updated_at", "2020-11-18 11:29:53.571432"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.572474"], ["updated_at", "2020-11-18 11:29:53.572474"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.573490"], ["updated_at", "2020-11-18 11:29:53.573490"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:53.574826"], ["updated_at", "2020-11-18 11:29:53.574826"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:53.576040"], ["updated_at", "2020-11-18 11:29:53.576040"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:53.577174"], ["updated_at", "2020-11-18 11:29:53.577174"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:53.578210"], ["updated_at", "2020-11-18 11:29:53.578210"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:53.579208"], ["updated_at", "2020-11-18 11:29:53.579208"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 11.3095912548038], ["string", "Fugit in aut."], ["date", "2019-02-05"], ["time", "2000-01-01 23:02:18.273190"], ["datetime", "2020-11-17 20:57:38.666024"], ["created_at", "2020-11-18 11:29:53.581845"], ["updated_at", "2020-11-18 11:29:53.581845"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 25.6008267840002], ["string", "Commodi veritatis voluptatum officiis."], ["date", "2021-01-25"], ["time", "2000-01-01 14:18:24.891390"], ["datetime", "2020-11-17 18:40:34.928651"], ["created_at", "2020-11-18 11:29:53.584558"], ["updated_at", "2020-11-18 11:29:53.584558"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 20.5594917431619], ["string", "Ab quae est."], ["date", "2021-03-03"], ["time", "2000-01-01 04:11:22.705294"], ["datetime", "2020-11-18 04:54:00.753260"], ["created_at", "2020-11-18 11:29:53.587080"], ["updated_at", "2020-11-18 11:29:53.587080"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 2.01488440439761], ["string", "Alias eum iusto quia."], ["date", "2020-12-20"], ["time", "2000-01-01 13:32:03.854691"], ["datetime", "2020-11-18 02:20:28.714735"], ["created_at", "2020-11-18 11:29:53.589486"], ["updated_at", "2020-11-18 11:29:53.589486"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 20.0135910599395], ["string", "Rerum illo accusamus."], ["date", "2020-05-01"], ["time", "2000-01-01 05:36:03.313511"], ["datetime", "2020-11-17 16:27:26.077225"], ["created_at", "2020-11-18 11:29:53.591811"], ["updated_at", "2020-11-18 11:29:53.591811"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 9.60426401902056], ["string", "Omnis iusto iure."], ["created_at", "2020-11-18 11:29:53.593880"], ["updated_at", "2020-11-18 11:29:53.593880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 15.0580564731501], ["string", "Omnis debitis neque autem."], ["created_at", "2020-11-18 11:29:53.595513"], ["updated_at", "2020-11-18 11:29:53.595513"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1025], ["decimal", 7.68360522493418], ["string", "Iusto sunt cum."], ["created_at", "2020-11-18 11:29:53.597307"], ["updated_at", "2020-11-18 11:29:53.597307"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1021], ["decimal", 2.34581924608843], ["string", "Sint est enim est."], ["created_at", "2020-11-18 11:29:53.599114"], ["updated_at", "2020-11-18 11:29:53.599114"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 8.81438838696295], ["string", "Fugiat voluptatem inventore."], ["created_at", "2020-11-18 11:29:53.600939"], ["updated_at", "2020-11-18 11:29:53.600939"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 11:29:53.603155"], ["updated_at", "2020-11-18 11:29:53.603155"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 11:29:53.605225"], ["updated_at", "2020-11-18 11:29:53.605225"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 11:29:53.607139"], ["updated_at", "2020-11-18 11:29:53.607139"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 11:29:53.609040"], ["updated_at", "2020-11-18 11:29:53.609040"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 11:29:53.610874"], ["updated_at", "2020-11-18 11:29:53.610874"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 1], ["created_at", "2020-11-18 11:29:53.613594"], ["updated_at", "2020-11-18 11:29:53.613594"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 5], ["created_at", "2020-11-18 11:29:53.616210"], ["updated_at", "2020-11-18 11:29:53.616210"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 2], ["created_at", "2020-11-18 11:29:53.618565"], ["updated_at", "2020-11-18 11:29:53.618565"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-18 11:29:53.621149"], ["updated_at", "2020-11-18 11:29:53.621149"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-18 11:29:53.623753"], ["updated_at", "2020-11-18 11:29:53.623753"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 11:29:53.626610"], ["updated_at", "2020-11-18 11:29:53.626610"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 11:29:53.629786"], ["updated_at", "2020-11-18 11:29:53.629786"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 11:29:53.632915"], ["updated_at", "2020-11-18 11:29:53.632915"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 11:29:53.635446"], ["updated_at", "2020-11-18 11:29:53.635446"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 11:29:53.638316"], ["updated_at", "2020-11-18 11:29:53.638316"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:53.641713"], ["updated_at", "2020-11-18 11:29:53.641713"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:53.644813"], ["updated_at", "2020-11-18 11:29:53.644813"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:53.648167"], ["updated_at", "2020-11-18 11:29:53.648167"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:53.651076"], ["updated_at", "2020-11-18 11:29:53.651076"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:53.653846"], ["updated_at", "2020-11-18 11:29:53.653846"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 11:29:53.669932"], ["updated_at", "2020-11-18 11:29:53.669932"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 11:29:53.672625"], ["updated_at", "2020-11-18 11:29:53.672625"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 11:29:53.675505"], ["updated_at", "2020-11-18 11:29:53.675505"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.3ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 11:29:53.678742"], ["updated_at", "2020-11-18 11:29:53.678742"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 11:29:53.682574"], ["updated_at", "2020-11-18 11:29:53.682574"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.684980"], ["updated_at", "2020-11-18 11:29:53.684980"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.687148"], ["updated_at", "2020-11-18 11:29:53.687148"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.689175"], ["updated_at", "2020-11-18 11:29:53.689175"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.691178"], ["updated_at", "2020-11-18 11:29:53.691178"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.693057"], ["updated_at", "2020-11-18 11:29:53.693057"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:53.694742"], ["updated_at", "2020-11-18 11:29:53.694742"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:53.696280"], ["updated_at", "2020-11-18 11:29:53.696280"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:53.697686"], ["updated_at", "2020-11-18 11:29:53.697686"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:53.699022"], ["updated_at", "2020-11-18 11:29:53.699022"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:53.700321"], ["updated_at", "2020-11-18 11:29:53.700321"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 1.91483258265929], ["string", "Vel labore culpa."], ["date", "2021-06-28"], ["time", "2000-01-01 00:41:55.509229"], ["datetime", "2020-11-18 01:03:54.831398"], ["created_at", "2020-11-18 11:29:53.702530"], ["updated_at", "2020-11-18 11:29:53.702530"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 1.16082805623613], ["string", "Exercitationem voluptatem praesentium fugit."], ["date", "2022-07-03"], ["time", "2000-01-01 17:48:30.981081"], ["datetime", "2020-11-17 16:19:57.983783"], ["created_at", "2020-11-18 11:29:53.705330"], ["updated_at", "2020-11-18 11:29:53.705330"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 18.1467107561716], ["string", "Molestiae praesentium assumenda."], ["date", "2022-01-27"], ["time", "2000-01-01 05:56:34.682587"], ["datetime", "2020-11-17 20:21:53.331508"], ["created_at", "2020-11-18 11:29:53.707998"], ["updated_at", "2020-11-18 11:29:53.707998"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 1.78257729066397], ["string", "Vel ut ratione quae."], ["date", "2021-06-09"], ["time", "2000-01-01 06:19:57.667026"], ["datetime", "2020-11-18 08:36:21.432178"], ["created_at", "2020-11-18 11:29:53.710580"], ["updated_at", "2020-11-18 11:29:53.710580"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 11.6395982372684], ["string", "Id laborum ut."], ["date", "2020-07-18"], ["time", "2000-01-01 11:46:02.226550"], ["datetime", "2020-11-17 13:40:46.070280"], ["created_at", "2020-11-18 11:29:53.713063"], ["updated_at", "2020-11-18 11:29:53.713063"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 19.5366243185056], ["string", "Explicabo reiciendis rerum."], ["created_at", "2020-11-18 11:29:53.715189"], ["updated_at", "2020-11-18 11:29:53.715189"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 21.5508927014721], ["string", "Voluptatibus quia aut qui."], ["created_at", "2020-11-18 11:29:53.716910"], ["updated_at", "2020-11-18 11:29:53.716910"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 1.19611483349627], ["string", "Optio dolores fugiat."], ["created_at", "2020-11-18 11:29:53.718517"], ["updated_at", "2020-11-18 11:29:53.718517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 20.6962087157931], ["string", "Dolores blanditiis consequatur dolores."], ["created_at", "2020-11-18 11:29:53.720104"], ["updated_at", "2020-11-18 11:29:53.720104"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1037], ["decimal", 5.49372487407027], ["string", "Et dolorum eum."], ["created_at", "2020-11-18 11:29:53.721738"], ["updated_at", "2020-11-18 11:29:53.721738"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-18 11:29:53.724182"], ["updated_at", "2020-11-18 11:29:53.724182"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 11:29:53.726422"], ["updated_at", "2020-11-18 11:29:53.726422"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 11:29:53.728556"], ["updated_at", "2020-11-18 11:29:53.728556"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 11:29:53.730742"], ["updated_at", "2020-11-18 11:29:53.730742"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-18 11:29:53.732769"], ["updated_at", "2020-11-18 11:29:53.732769"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 2], ["created_at", "2020-11-18 11:29:53.735592"], ["updated_at", "2020-11-18 11:29:53.735592"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-18 11:29:53.738341"], ["updated_at", "2020-11-18 11:29:53.738341"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 7], ["created_at", "2020-11-18 11:29:53.741104"], ["updated_at", "2020-11-18 11:29:53.741104"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 11], ["created_at", "2020-11-18 11:29:53.743641"], ["updated_at", "2020-11-18 11:29:53.743641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 14], ["created_at", "2020-11-18 11:29:53.746108"], ["updated_at", "2020-11-18 11:29:53.746108"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 11], ["created_at", "2020-11-18 11:29:53.748055"], ["updated_at", "2020-11-18 11:29:53.748055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-18 11:29:53.749964"], ["updated_at", "2020-11-18 11:29:53.749964"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-18 11:29:53.751724"], ["updated_at", "2020-11-18 11:29:53.751724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (16.1ms) SAVEPOINT active_record_2 Echo Create (4.0ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-18 11:29:53.753655"], ["updated_at", "2020-11-18 11:29:53.753655"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.6ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 11:29:53.776119"], ["updated_at", "2020-11-18 11:29:53.776119"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:53.778970"], ["updated_at", "2020-11-18 11:29:53.778970"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:53.781094"], ["updated_at", "2020-11-18 11:29:53.781094"], ["india_id", 6]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:53.783712"], ["updated_at", "2020-11-18 11:29:53.783712"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:53.786125"], ["updated_at", "2020-11-18 11:29:53.786125"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:53.788477"], ["updated_at", "2020-11-18 11:29:53.788477"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 11:29:53.802703"], ["updated_at", "2020-11-18 11:29:53.802703"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 11:29:53.804889"], ["updated_at", "2020-11-18 11:29:53.804889"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 11:29:53.807046"], ["updated_at", "2020-11-18 11:29:53.807046"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 11:29:53.809021"], ["updated_at", "2020-11-18 11:29:53.809021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 11:29:53.810655"], ["updated_at", "2020-11-18 11:29:53.810655"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.811664"], ["updated_at", "2020-11-18 11:29:53.811664"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.812608"], ["updated_at", "2020-11-18 11:29:53.812608"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.813766"], ["updated_at", "2020-11-18 11:29:53.813766"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.815192"], ["updated_at", "2020-11-18 11:29:53.815192"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.816199"], ["updated_at", "2020-11-18 11:29:53.816199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:53.817165"], ["updated_at", "2020-11-18 11:29:53.817165"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:53.818135"], ["updated_at", "2020-11-18 11:29:53.818135"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:53.819109"], ["updated_at", "2020-11-18 11:29:53.819109"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:53.820157"], ["updated_at", "2020-11-18 11:29:53.820157"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:53.821356"], ["updated_at", "2020-11-18 11:29:53.821356"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 2.31538308277049], ["string", "Aut dolores illum."], ["date", "2021-12-23"], ["time", "2000-01-01 20:44:22.797852"], ["datetime", "2020-11-17 17:35:35.092917"], ["created_at", "2020-11-18 11:29:53.868209"], ["updated_at", "2020-11-18 11:29:53.868209"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 13.766250432841], ["string", "Eum nisi at animi."], ["date", "2019-09-04"], ["time", "2000-01-01 08:09:15.800400"], ["datetime", "2020-11-17 22:42:31.507673"], ["created_at", "2020-11-18 11:29:53.871351"], ["updated_at", "2020-11-18 11:29:53.871351"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 9.56565060252927], ["string", "Consectetur voluptatem sapiente."], ["date", "2019-08-09"], ["time", "2000-01-01 03:53:50.305563"], ["datetime", "2020-11-17 17:07:32.795183"], ["created_at", "2020-11-18 11:29:53.874324"], ["updated_at", "2020-11-18 11:29:53.874324"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 1.53348393925794], ["string", "Mollitia sed excepturi."], ["date", "2021-04-16"], ["time", "2000-01-01 17:53:34.201024"], ["datetime", "2020-11-17 13:06:27.577848"], ["created_at", "2020-11-18 11:29:53.881082"], ["updated_at", "2020-11-18 11:29:53.881082"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 11.6485298798109], ["string", "Et vero eum in."], ["date", "2021-08-24"], ["time", "2000-01-01 18:16:10.707618"], ["datetime", "2020-11-17 19:52:34.478995"], ["created_at", "2020-11-18 11:29:53.884543"], ["updated_at", "2020-11-18 11:29:53.884543"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 14.4503025794167], ["string", "Voluptatem non sequi."], ["date", "2022-03-14"], ["time", "2000-01-01 18:23:00.054371"], ["datetime", "2020-11-17 14:40:03.309247"], ["created_at", "2020-11-18 11:29:53.887313"], ["updated_at", "2020-11-18 11:29:53.887313"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:53.892402"], ["updated_at", "2020-11-18 11:29:53.892402"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.4ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 32], ["decimal", 13.5954242660375], ["string", "Tenetur alias nihil."], ["date", "2021-09-11"], ["time", "2000-01-01 14:45:53.044816"], ["datetime", "2020-11-17 12:27:26.452606"], ["created_at", "2020-11-18 11:29:53.929899"], ["updated_at", "2020-11-18 11:29:53.929899"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 21], ["decimal", 1.4656307471034], ["string", "Et repudiandae in error."], ["date", "2021-05-04"], ["time", "2000-01-01 20:15:47.719310"], ["datetime", "2020-11-18 09:35:20.529254"], ["created_at", "2020-11-18 11:29:53.933661"], ["updated_at", "2020-11-18 11:29:53.933661"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 33], ["decimal", 0.73769608183248], ["string", "Sed aperiam fugit."], ["date", "2019-09-28"], ["time", "2000-01-01 20:56:25.845428"], ["datetime", "2020-11-17 12:41:14.388925"], ["created_at", "2020-11-18 11:29:53.936436"], ["updated_at", "2020-11-18 11:29:53.936436"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 14.3095024313679], ["string", "Qui aliquid explicabo iste."], ["date", "2021-06-27"], ["time", "2000-01-01 00:07:07.649465"], ["datetime", "2020-11-18 04:23:47.712840"], ["created_at", "2020-11-18 11:29:53.939269"], ["updated_at", "2020-11-18 11:29:53.939269"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 1.8476693872895], ["string", "Ab quis corrupti."], ["date", "2021-08-23"], ["time", "2000-01-01 23:53:08.619628"], ["datetime", "2020-11-17 19:36:00.555063"], ["created_at", "2020-11-18 11:29:53.942330"], ["updated_at", "2020-11-18 11:29:53.942330"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1027], ["decimal", 31.6348690960464], ["string", "Eum facere ducimus."], ["created_at", "2020-11-18 11:29:53.945278"], ["updated_at", "2020-11-18 11:29:53.945278"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["decimal", 4.55772154822173], ["string", "Ea et et odit."], ["created_at", "2020-11-18 11:29:53.948520"], ["updated_at", "2020-11-18 11:29:53.948520"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 31.6211326309752], ["string", "Ea qui dolorum."], ["created_at", "2020-11-18 11:29:53.951162"], ["updated_at", "2020-11-18 11:29:53.951162"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 15.0102130462942], ["string", "Mollitia fuga sit nihil."], ["created_at", "2020-11-18 11:29:53.953894"], ["updated_at", "2020-11-18 11:29:53.953894"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 28.1943216016971], ["string", "Quidem fugit et."], ["created_at", "2020-11-18 11:29:53.956266"], ["updated_at", "2020-11-18 11:29:53.956266"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 11:29:53.959798"], ["updated_at", "2020-11-18 11:29:53.959798"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 11:29:53.962837"], ["updated_at", "2020-11-18 11:29:53.962837"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 11:29:53.965586"], ["updated_at", "2020-11-18 11:29:53.965586"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 11:29:53.968272"], ["updated_at", "2020-11-18 11:29:53.968272"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 11:29:53.970778"], ["updated_at", "2020-11-18 11:29:53.970778"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-18 11:29:53.974072"], ["updated_at", "2020-11-18 11:29:53.974072"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-18 11:29:53.977702"], ["updated_at", "2020-11-18 11:29:53.977702"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-18 11:29:53.981246"], ["updated_at", "2020-11-18 11:29:53.981246"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-18 11:29:53.985026"], ["updated_at", "2020-11-18 11:29:53.985026"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-18 11:29:53.988472"], ["updated_at", "2020-11-18 11:29:53.988472"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 11:29:53.990758"], ["updated_at", "2020-11-18 11:29:53.990758"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 11:29:53.992977"], ["updated_at", "2020-11-18 11:29:53.992977"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 11:29:53.995224"], ["updated_at", "2020-11-18 11:29:53.995224"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.3ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 11:29:53.998123"], ["updated_at", "2020-11-18 11:29:53.998123"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 11:29:54.001748"], ["updated_at", "2020-11-18 11:29:54.001748"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:54.004483"], ["updated_at", "2020-11-18 11:29:54.004483"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:54.006824"], ["updated_at", "2020-11-18 11:29:54.006824"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:54.009233"], ["updated_at", "2020-11-18 11:29:54.009233"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:54.011739"], ["updated_at", "2020-11-18 11:29:54.011739"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:54.014850"], ["updated_at", "2020-11-18 11:29:54.014850"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 11:29:54.028354"], ["updated_at", "2020-11-18 11:29:54.028354"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 11:29:54.030568"], ["updated_at", "2020-11-18 11:29:54.030568"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 11:29:54.032657"], ["updated_at", "2020-11-18 11:29:54.032657"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 11:29:54.034658"], ["updated_at", "2020-11-18 11:29:54.034658"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 11:29:54.036544"], ["updated_at", "2020-11-18 11:29:54.036544"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:54.037774"], ["updated_at", "2020-11-18 11:29:54.037774"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:54.038842"], ["updated_at", "2020-11-18 11:29:54.038842"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:54.039873"], ["updated_at", "2020-11-18 11:29:54.039873"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:54.040814"], ["updated_at", "2020-11-18 11:29:54.040814"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:54.041681"], ["updated_at", "2020-11-18 11:29:54.041681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:54.042608"], ["updated_at", "2020-11-18 11:29:54.042608"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:54.043590"], ["updated_at", "2020-11-18 11:29:54.043590"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:54.044518"], ["updated_at", "2020-11-18 11:29:54.044518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:54.045402"], ["updated_at", "2020-11-18 11:29:54.045402"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:54.046345"], ["updated_at", "2020-11-18 11:29:54.046345"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 39.6753732986334], ["string", "Quasi quaerat saepe."], ["date", "2021-05-26"], ["time", "2000-01-01 21:44:54.987268"], ["datetime", "2020-11-18 09:53:37.717571"], ["created_at", "2020-11-18 11:29:54.047948"], ["updated_at", "2020-11-18 11:29:54.047948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 20.3326726964363], ["string", "In nostrum totam enim."], ["date", "2019-07-02"], ["time", "2000-01-01 19:25:07.825304"], ["datetime", "2020-11-18 00:49:06.974748"], ["created_at", "2020-11-18 11:29:54.049880"], ["updated_at", "2020-11-18 11:29:54.049880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 27.9379097899792], ["string", "Aperiam delectus est."], ["date", "2022-06-03"], ["time", "2000-01-01 21:44:26.329714"], ["datetime", "2020-11-17 14:04:23.313453"], ["created_at", "2020-11-18 11:29:54.051741"], ["updated_at", "2020-11-18 11:29:54.051741"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 21], ["decimal", 17.4413806728232], ["string", "Sit non qui perferendis."], ["date", "2019-08-04"], ["time", "2000-01-01 00:00:01.358246"], ["datetime", "2020-11-18 03:26:26.001414"], ["created_at", "2020-11-18 11:29:54.053588"], ["updated_at", "2020-11-18 11:29:54.053588"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 7.27920098966029], ["string", "Ab accusantium cumque."], ["date", "2021-02-05"], ["time", "2000-01-01 23:40:20.353024"], ["datetime", "2020-11-18 07:59:53.444724"], ["created_at", "2020-11-18 11:29:54.055494"], ["updated_at", "2020-11-18 11:29:54.055494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 10.9043963888063], ["string", "Fugit impedit aut."], ["created_at", "2020-11-18 11:29:54.057199"], ["updated_at", "2020-11-18 11:29:54.057199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 24.7241729714209], ["string", "Voluptatum repellat odit consequuntur."], ["created_at", "2020-11-18 11:29:54.058530"], ["updated_at", "2020-11-18 11:29:54.058530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 21.4898943267272], ["string", "Nisi dolorem perspiciatis."], ["created_at", "2020-11-18 11:29:54.059789"], ["updated_at", "2020-11-18 11:29:54.059789"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 1.5753691445938], ["string", "Dolore nemo sapiente quo."], ["created_at", "2020-11-18 11:29:54.061161"], ["updated_at", "2020-11-18 11:29:54.061161"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 17.6202808865088], ["string", "Ad voluptatem facere."], ["created_at", "2020-11-18 11:29:54.062455"], ["updated_at", "2020-11-18 11:29:54.062455"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 11:29:54.064227"], ["updated_at", "2020-11-18 11:29:54.064227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 11:29:54.065859"], ["updated_at", "2020-11-18 11:29:54.065859"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 11:29:54.067417"], ["updated_at", "2020-11-18 11:29:54.067417"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 11:29:54.068927"], ["updated_at", "2020-11-18 11:29:54.068927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 11:29:54.070469"], ["updated_at", "2020-11-18 11:29:54.070469"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 6], ["created_at", "2020-11-18 11:29:54.072587"], ["updated_at", "2020-11-18 11:29:54.072587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-18 11:29:54.074608"], ["updated_at", "2020-11-18 11:29:54.074608"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 3], ["created_at", "2020-11-18 11:29:54.076633"], ["updated_at", "2020-11-18 11:29:54.076633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 7], ["created_at", "2020-11-18 11:29:54.078550"], ["updated_at", "2020-11-18 11:29:54.078550"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 8], ["created_at", "2020-11-18 11:29:54.080455"], ["updated_at", "2020-11-18 11:29:54.080455"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 11:29:54.082041"], ["updated_at", "2020-11-18 11:29:54.082041"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 11:29:54.083563"], ["updated_at", "2020-11-18 11:29:54.083563"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 11:29:54.085357"], ["updated_at", "2020-11-18 11:29:54.085357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-18 11:29:54.086915"], ["updated_at", "2020-11-18 11:29:54.086915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 11:29:54.088363"], ["updated_at", "2020-11-18 11:29:54.088363"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:54.089845"], ["updated_at", "2020-11-18 11:29:54.089845"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:54.091226"], ["updated_at", "2020-11-18 11:29:54.091226"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:54.092603"], ["updated_at", "2020-11-18 11:29:54.092603"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:54.093948"], ["updated_at", "2020-11-18 11:29:54.093948"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:54.095296"], ["updated_at", "2020-11-18 11:29:54.095296"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 11:29:54.104139"], ["updated_at", "2020-11-18 11:29:54.104139"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 11:29:54.105688"], ["updated_at", "2020-11-18 11:29:54.105688"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 11:29:54.107116"], ["updated_at", "2020-11-18 11:29:54.107116"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 11:29:54.108580"], ["updated_at", "2020-11-18 11:29:54.108580"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 11:29:54.110018"], ["updated_at", "2020-11-18 11:29:54.110018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:54.110958"], ["updated_at", "2020-11-18 11:29:54.110958"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:54.111821"], ["updated_at", "2020-11-18 11:29:54.111821"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:54.112630"], ["updated_at", "2020-11-18 11:29:54.112630"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:54.113388"], ["updated_at", "2020-11-18 11:29:54.113388"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:54.114180"], ["updated_at", "2020-11-18 11:29:54.114180"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:54.115015"], ["updated_at", "2020-11-18 11:29:54.115015"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:54.115923"], ["updated_at", "2020-11-18 11:29:54.115923"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:54.116750"], ["updated_at", "2020-11-18 11:29:54.116750"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:54.117568"], ["updated_at", "2020-11-18 11:29:54.117568"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:54.118345"], ["updated_at", "2020-11-18 11:29:54.118345"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 30], ["decimal", 0.782719174850146], ["string", "Ad aut et."], ["date", "2021-12-31"], ["time", "2000-01-01 10:50:38.719654"], ["datetime", "2020-11-18 02:24:00.067846"], ["created_at", "2020-11-18 11:29:54.119921"], ["updated_at", "2020-11-18 11:29:54.119921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 6.04192339778238], ["string", "Et pariatur veritatis et."], ["date", "2020-04-07"], ["time", "2000-01-01 06:16:18.220424"], ["datetime", "2020-11-17 22:00:38.931882"], ["created_at", "2020-11-18 11:29:54.121772"], ["updated_at", "2020-11-18 11:29:54.121772"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 13.7709571426643], ["string", "Ea quos voluptatem."], ["date", "2020-12-07"], ["time", "2000-01-01 17:04:27.323041"], ["datetime", "2020-11-17 13:56:19.117412"], ["created_at", "2020-11-18 11:29:54.123531"], ["updated_at", "2020-11-18 11:29:54.123531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 5.46498378533275], ["string", "Voluptatibus qui non earum."], ["date", "2019-03-23"], ["time", "2000-01-01 02:52:05.794509"], ["datetime", "2020-11-17 23:44:26.522635"], ["created_at", "2020-11-18 11:29:54.125362"], ["updated_at", "2020-11-18 11:29:54.125362"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 31], ["decimal", 23.6048542180082], ["string", "Et est quos."], ["date", "2019-06-30"], ["time", "2000-01-01 21:39:57.516765"], ["datetime", "2020-11-17 16:02:26.251611"], ["created_at", "2020-11-18 11:29:54.127132"], ["updated_at", "2020-11-18 11:29:54.127132"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1033], ["decimal", 3.0827898127941], ["string", "Voluptates nihil dignissimos."], ["created_at", "2020-11-18 11:29:54.128733"], ["updated_at", "2020-11-18 11:29:54.128733"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1024], ["decimal", 1.01488418573154], ["string", "Ipsa qui ducimus voluptas."], ["created_at", "2020-11-18 11:29:54.130033"], ["updated_at", "2020-11-18 11:29:54.130033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 8.55970134612097], ["string", "Deleniti aut perspiciatis."], ["created_at", "2020-11-18 11:29:54.131261"], ["updated_at", "2020-11-18 11:29:54.131261"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 12.5340942237826], ["string", "Facere quis modi dolor."], ["created_at", "2020-11-18 11:29:54.132555"], ["updated_at", "2020-11-18 11:29:54.132555"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1027], ["decimal", 2.08280148506596], ["string", "Eum harum dignissimos."], ["created_at", "2020-11-18 11:29:54.133829"], ["updated_at", "2020-11-18 11:29:54.133829"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 11:29:54.135761"], ["updated_at", "2020-11-18 11:29:54.135761"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 11:29:54.137758"], ["updated_at", "2020-11-18 11:29:54.137758"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-18 11:29:54.139305"], ["updated_at", "2020-11-18 11:29:54.139305"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 11:29:54.140825"], ["updated_at", "2020-11-18 11:29:54.140825"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-18 11:29:54.142468"], ["updated_at", "2020-11-18 11:29:54.142468"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 10], ["created_at", "2020-11-18 11:29:54.144639"], ["updated_at", "2020-11-18 11:29:54.144639"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-18 11:29:54.146846"], ["updated_at", "2020-11-18 11:29:54.146846"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 3], ["created_at", "2020-11-18 11:29:54.148996"], ["updated_at", "2020-11-18 11:29:54.148996"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 6], ["created_at", "2020-11-18 11:29:54.151824"], ["updated_at", "2020-11-18 11:29:54.151824"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 14], ["created_at", "2020-11-18 11:29:54.154144"], ["updated_at", "2020-11-18 11:29:54.154144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-18 11:29:54.155879"], ["updated_at", "2020-11-18 11:29:54.155879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-18 11:29:54.157494"], ["updated_at", "2020-11-18 11:29:54.157494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 11:29:54.159062"], ["updated_at", "2020-11-18 11:29:54.159062"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 11:29:54.160663"], ["updated_at", "2020-11-18 11:29:54.160663"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-18 11:29:54.162427"], ["updated_at", "2020-11-18 11:29:54.162427"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:54.164388"], ["updated_at", "2020-11-18 11:29:54.164388"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:54.166023"], ["updated_at", "2020-11-18 11:29:54.166023"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:54.167571"], ["updated_at", "2020-11-18 11:29:54.167571"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:54.169160"], ["updated_at", "2020-11-18 11:29:54.169160"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 11:29:54.170692"], ["updated_at", "2020-11-18 11:29:54.170692"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 11:29:54.180287"], ["updated_at", "2020-11-18 11:29:54.180287"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 11:29:54.182133"], ["updated_at", "2020-11-18 11:29:54.182133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 11:29:54.183857"], ["updated_at", "2020-11-18 11:29:54.183857"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 11:29:54.185898"], ["updated_at", "2020-11-18 11:29:54.185898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 11:29:54.187575"], ["updated_at", "2020-11-18 11:29:54.187575"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:54.188616"], ["updated_at", "2020-11-18 11:29:54.188616"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:54.189540"], ["updated_at", "2020-11-18 11:29:54.189540"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:54.190415"], ["updated_at", "2020-11-18 11:29:54.190415"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:54.191284"], ["updated_at", "2020-11-18 11:29:54.191284"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 11:29:54.192173"], ["updated_at", "2020-11-18 11:29:54.192173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:54.193126"], ["updated_at", "2020-11-18 11:29:54.193126"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:54.194073"], ["updated_at", "2020-11-18 11:29:54.194073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:54.194974"], ["updated_at", "2020-11-18 11:29:54.194974"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:54.195886"], ["updated_at", "2020-11-18 11:29:54.195886"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 11:29:54.196800"], ["updated_at", "2020-11-18 11:29:54.196800"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.6ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.9ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (2.0ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (2.1ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.7ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 19.5697132615716], ["string", "Natus corporis laborum."], ["date", "2020-09-23"], ["time", "2000-01-01 06:46:27.286663"], ["datetime", "2020-11-17 15:21:06.557768"], ["created_at", "2020-11-18 12:52:47.709944"], ["updated_at", "2020-11-18 12:52:47.709944"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 14.2239307756228], ["string", "Ipsum autem id expedita."], ["date", "2018-12-01"], ["time", "2000-01-01 14:13:24.215388"], ["datetime", "2020-11-18 02:33:10.563078"], ["created_at", "2020-11-18 12:52:47.712234"], ["updated_at", "2020-11-18 12:52:47.712234"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 15.5559409329349], ["string", "Pariatur nemo dolores."], ["date", "2022-08-19"], ["time", "2000-01-01 00:26:15.596359"], ["datetime", "2020-11-18 12:14:01.675771"], ["created_at", "2020-11-18 12:52:47.713907"], ["updated_at", "2020-11-18 12:52:47.713907"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 0.179490240454934], ["string", "Provident dolorem dolores suscipit."], ["date", "2020-09-25"], ["time", "2000-01-01 10:43:56.163313"], ["datetime", "2020-11-17 17:32:54.666766"], ["created_at", "2020-11-18 12:52:47.715677"], ["updated_at", "2020-11-18 12:52:47.715677"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 28], ["decimal", 3.85989557164361], ["string", "Vitae nihil dolorum."], ["date", "2020-11-11"], ["time", "2000-01-01 02:25:20.887535"], ["datetime", "2020-11-18 08:30:57.990454"], ["created_at", "2020-11-18 12:52:47.718086"], ["updated_at", "2020-11-18 12:52:47.718086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 1.94484111694025], ["string", "Nobis et dolor."], ["created_at", "2020-11-18 12:52:47.725233"], ["updated_at", "2020-11-18 12:52:47.725233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1026], ["decimal", 9.96702271761518], ["string", "Nostrum consequuntur aut magni."], ["created_at", "2020-11-18 12:52:47.726814"], ["updated_at", "2020-11-18 12:52:47.726814"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 26.971871840545], ["string", "Voluptate cupiditate alias."], ["created_at", "2020-11-18 12:52:47.728128"], ["updated_at", "2020-11-18 12:52:47.728128"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 22.5869175599795], ["string", "Sit labore omnis dolores."], ["created_at", "2020-11-18 12:52:47.729539"], ["updated_at", "2020-11-18 12:52:47.729539"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1037], ["decimal", 2.48923399221424], ["string", "Sed accusantium quia."], ["created_at", "2020-11-18 12:52:47.730926"], ["updated_at", "2020-11-18 12:52:47.730926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 12:52:47.738857"], ["updated_at", "2020-11-18 12:52:47.738857"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 12:52:47.740861"], ["updated_at", "2020-11-18 12:52:47.740861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 12:52:47.742516"], ["updated_at", "2020-11-18 12:52:47.742516"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 12:52:47.744063"], ["updated_at", "2020-11-18 12:52:47.744063"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 12:52:47.745626"], ["updated_at", "2020-11-18 12:52:47.745626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-18 12:52:47.752035"], ["updated_at", "2020-11-18 12:52:47.752035"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 3], ["created_at", "2020-11-18 12:52:47.753958"], ["updated_at", "2020-11-18 12:52:47.753958"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-18 12:52:47.756069"], ["updated_at", "2020-11-18 12:52:47.756069"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-18 12:52:47.758573"], ["updated_at", "2020-11-18 12:52:47.758573"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-18 12:52:47.760969"], ["updated_at", "2020-11-18 12:52:47.760969"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 12:52:47.767439"], ["updated_at", "2020-11-18 12:52:47.767439"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 12:52:47.769587"], ["updated_at", "2020-11-18 12:52:47.769587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 12:52:47.771181"], ["updated_at", "2020-11-18 12:52:47.771181"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 12:52:47.772831"], ["updated_at", "2020-11-18 12:52:47.772831"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 12:52:47.774444"], ["updated_at", "2020-11-18 12:52:47.774444"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:47.780000"], ["updated_at", "2020-11-18 12:52:47.780000"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:47.781633"], ["updated_at", "2020-11-18 12:52:47.781633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:47.783165"], ["updated_at", "2020-11-18 12:52:47.783165"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:47.784623"], ["updated_at", "2020-11-18 12:52:47.784623"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:47.786059"], ["updated_at", "2020-11-18 12:52:47.786059"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 12:52:47.805173"], ["updated_at", "2020-11-18 12:52:47.805173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 12:52:47.806851"], ["updated_at", "2020-11-18 12:52:47.806851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 12:52:47.808337"], ["updated_at", "2020-11-18 12:52:47.808337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 12:52:47.809766"], ["updated_at", "2020-11-18 12:52:47.809766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 12:52:47.811156"], ["updated_at", "2020-11-18 12:52:47.811156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:47.815192"], ["updated_at", "2020-11-18 12:52:47.815192"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:47.816191"], ["updated_at", "2020-11-18 12:52:47.816191"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:47.817014"], ["updated_at", "2020-11-18 12:52:47.817014"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:47.817779"], ["updated_at", "2020-11-18 12:52:47.817779"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:47.818535"], ["updated_at", "2020-11-18 12:52:47.818535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:52:47.821954"], ["updated_at", "2020-11-18 12:52:47.821954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:52:47.822928"], ["updated_at", "2020-11-18 12:52:47.822928"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:52:47.823779"], ["updated_at", "2020-11-18 12:52:47.823779"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:52:47.824609"], ["updated_at", "2020-11-18 12:52:47.824609"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:52:47.825403"], ["updated_at", "2020-11-18 12:52:47.825403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 40.140978436747], ["string", "Ducimus velit fuga."], ["date", "2019-01-19"], ["time", "2000-01-01 13:50:54.854557"], ["datetime", "2020-11-17 13:16:27.349676"], ["created_at", "2020-11-18 12:52:47.826891"], ["updated_at", "2020-11-18 12:52:47.826891"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 16.1512528701258], ["string", "Recusandae sit qui ullam."], ["date", "2018-12-28"], ["time", "2000-01-01 07:30:27.589429"], ["datetime", "2020-11-17 20:33:04.588158"], ["created_at", "2020-11-18 12:52:47.828695"], ["updated_at", "2020-11-18 12:52:47.828695"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 38], ["decimal", 2.79308168052664], ["string", "Praesentium sunt dolores."], ["date", "2020-12-06"], ["time", "2000-01-01 04:23:58.140096"], ["datetime", "2020-11-17 18:25:21.723719"], ["created_at", "2020-11-18 12:52:47.830493"], ["updated_at", "2020-11-18 12:52:47.830493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 16.3344931800374], ["string", "Ullam amet provident rem."], ["date", "2020-12-10"], ["time", "2000-01-01 06:54:36.963575"], ["datetime", "2020-11-18 03:25:11.642186"], ["created_at", "2020-11-18 12:52:47.832266"], ["updated_at", "2020-11-18 12:52:47.832266"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 30.5260011592846], ["string", "Similique reiciendis qui."], ["date", "2022-02-14"], ["time", "2000-01-01 06:17:21.236223"], ["datetime", "2020-11-18 12:24:33.012270"], ["created_at", "2020-11-18 12:52:47.834092"], ["updated_at", "2020-11-18 12:52:47.834092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 27.3958067744333], ["string", "Eligendi nihil corrupti."], ["created_at", "2020-11-18 12:52:47.835791"], ["updated_at", "2020-11-18 12:52:47.835791"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 7.54462750276521], ["string", "Officia quidem accusamus vero."], ["created_at", "2020-11-18 12:52:47.837107"], ["updated_at", "2020-11-18 12:52:47.837107"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 14.9703845818782], ["string", "Doloremque qui nesciunt."], ["created_at", "2020-11-18 12:52:47.838404"], ["updated_at", "2020-11-18 12:52:47.838404"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 3.08626603905257], ["string", "Doloribus similique ut et."], ["created_at", "2020-11-18 12:52:47.839662"], ["updated_at", "2020-11-18 12:52:47.839662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 26.1345667574972], ["string", "Illo autem quo."], ["created_at", "2020-11-18 12:52:47.840917"], ["updated_at", "2020-11-18 12:52:47.840917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 12:52:47.842696"], ["updated_at", "2020-11-18 12:52:47.842696"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 12:52:47.844397"], ["updated_at", "2020-11-18 12:52:47.844397"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 12:52:47.845991"], ["updated_at", "2020-11-18 12:52:47.845991"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 12:52:47.847569"], ["updated_at", "2020-11-18 12:52:47.847569"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 12:52:47.849110"], ["updated_at", "2020-11-18 12:52:47.849110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-18 12:52:47.851273"], ["updated_at", "2020-11-18 12:52:47.851273"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 3], ["created_at", "2020-11-18 12:52:47.853412"], ["updated_at", "2020-11-18 12:52:47.853412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 2], ["created_at", "2020-11-18 12:52:47.855484"], ["updated_at", "2020-11-18 12:52:47.855484"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 7], ["created_at", "2020-11-18 12:52:47.857528"], ["updated_at", "2020-11-18 12:52:47.857528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 6], ["created_at", "2020-11-18 12:52:47.859582"], ["updated_at", "2020-11-18 12:52:47.859582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 12:52:47.861183"], ["updated_at", "2020-11-18 12:52:47.861183"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 12:52:47.862766"], ["updated_at", "2020-11-18 12:52:47.862766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-18 12:52:47.864319"], ["updated_at", "2020-11-18 12:52:47.864319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 12:52:47.865901"], ["updated_at", "2020-11-18 12:52:47.865901"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 12:52:47.867612"], ["updated_at", "2020-11-18 12:52:47.867612"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:52:47.869502"], ["updated_at", "2020-11-18 12:52:47.869502"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:52:47.871038"], ["updated_at", "2020-11-18 12:52:47.871038"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:52:47.872499"], ["updated_at", "2020-11-18 12:52:47.872499"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:52:47.873948"], ["updated_at", "2020-11-18 12:52:47.873948"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:52:47.875414"], ["updated_at", "2020-11-18 12:52:47.875414"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 12:52:47.884620"], ["updated_at", "2020-11-18 12:52:47.884620"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 12:52:47.886377"], ["updated_at", "2020-11-18 12:52:47.886377"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 12:52:47.887973"], ["updated_at", "2020-11-18 12:52:47.887973"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 12:52:47.889552"], ["updated_at", "2020-11-18 12:52:47.889552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 12:52:47.891134"], ["updated_at", "2020-11-18 12:52:47.891134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:47.892141"], ["updated_at", "2020-11-18 12:52:47.892141"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:47.893062"], ["updated_at", "2020-11-18 12:52:47.893062"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:47.893947"], ["updated_at", "2020-11-18 12:52:47.893947"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:47.894845"], ["updated_at", "2020-11-18 12:52:47.894845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:47.895737"], ["updated_at", "2020-11-18 12:52:47.895737"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:52:47.896679"], ["updated_at", "2020-11-18 12:52:47.896679"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:52:47.897631"], ["updated_at", "2020-11-18 12:52:47.897631"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:52:47.898522"], ["updated_at", "2020-11-18 12:52:47.898522"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:52:47.899436"], ["updated_at", "2020-11-18 12:52:47.899436"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:52:47.900299"], ["updated_at", "2020-11-18 12:52:47.900299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 30], ["decimal", 0.661026547639423], ["string", "Itaque dolorem deserunt."], ["date", "2019-03-22"], ["time", "2000-01-01 20:59:04.013206"], ["datetime", "2020-11-18 05:36:21.868104"], ["created_at", "2020-11-18 12:52:47.901914"], ["updated_at", "2020-11-18 12:52:47.901914"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 15.6369954292694], ["string", "Voluptas magni consequatur consequuntur."], ["date", "2022-05-31"], ["time", "2000-01-01 21:36:26.914635"], ["datetime", "2020-11-18 05:58:29.926333"], ["created_at", "2020-11-18 12:52:47.903843"], ["updated_at", "2020-11-18 12:52:47.903843"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 19.6009191158257], ["string", "Repellendus minima aut."], ["date", "2022-10-30"], ["time", "2000-01-01 13:53:16.903643"], ["datetime", "2020-11-18 00:33:14.798229"], ["created_at", "2020-11-18 12:52:47.905766"], ["updated_at", "2020-11-18 12:52:47.905766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 15.4044597030982], ["string", "Voluptatem id perspiciatis est."], ["date", "2020-02-10"], ["time", "2000-01-01 18:24:54.672292"], ["datetime", "2020-11-17 23:51:39.848693"], ["created_at", "2020-11-18 12:52:47.907708"], ["updated_at", "2020-11-18 12:52:47.907708"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 6.98898365975771], ["string", "Quibusdam quo dolorum."], ["date", "2021-01-12"], ["time", "2000-01-01 09:41:07.174855"], ["datetime", "2020-11-17 16:18:38.815927"], ["created_at", "2020-11-18 12:52:47.909609"], ["updated_at", "2020-11-18 12:52:47.909609"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 1.79301930067761], ["string", "Dignissimos sed aut."], ["created_at", "2020-11-18 12:52:47.911329"], ["updated_at", "2020-11-18 12:52:47.911329"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 30.110426888159], ["string", "Est non eius ut."], ["created_at", "2020-11-18 12:52:47.912711"], ["updated_at", "2020-11-18 12:52:47.912711"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 6.14420582136986], ["string", "Architecto ipsa quo."], ["created_at", "2020-11-18 12:52:47.914064"], ["updated_at", "2020-11-18 12:52:47.914064"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 3.07866615031868], ["string", "Quia nihil at debitis."], ["created_at", "2020-11-18 12:52:47.915421"], ["updated_at", "2020-11-18 12:52:47.915421"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 10.2180220433002], ["string", "Dolores aut voluptatem."], ["created_at", "2020-11-18 12:52:47.916789"], ["updated_at", "2020-11-18 12:52:47.916789"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 12:52:47.918699"], ["updated_at", "2020-11-18 12:52:47.918699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 12:52:47.920426"], ["updated_at", "2020-11-18 12:52:47.920426"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 12:52:47.922060"], ["updated_at", "2020-11-18 12:52:47.922060"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-18 12:52:47.923725"], ["updated_at", "2020-11-18 12:52:47.923725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 12:52:47.925380"], ["updated_at", "2020-11-18 12:52:47.925380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 13], ["created_at", "2020-11-18 12:52:47.927739"], ["updated_at", "2020-11-18 12:52:47.927739"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 13], ["created_at", "2020-11-18 12:52:47.930040"], ["updated_at", "2020-11-18 12:52:47.930040"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 7], ["created_at", "2020-11-18 12:52:47.932317"], ["updated_at", "2020-11-18 12:52:47.932317"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 8], ["created_at", "2020-11-18 12:52:47.934564"], ["updated_at", "2020-11-18 12:52:47.934564"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 12], ["created_at", "2020-11-18 12:52:47.936846"], ["updated_at", "2020-11-18 12:52:47.936846"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 12:52:47.938648"], ["updated_at", "2020-11-18 12:52:47.938648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-18 12:52:47.940378"], ["updated_at", "2020-11-18 12:52:47.940378"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 11], ["created_at", "2020-11-18 12:52:47.942074"], ["updated_at", "2020-11-18 12:52:47.942074"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 12:52:47.943773"], ["updated_at", "2020-11-18 12:52:47.943773"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 12:52:47.945460"], ["updated_at", "2020-11-18 12:52:47.945460"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:52:47.947207"], ["updated_at", "2020-11-18 12:52:47.947207"], ["india_id", 6]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:52:47.948766"], ["updated_at", "2020-11-18 12:52:47.948766"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:52:47.950300"], ["updated_at", "2020-11-18 12:52:47.950300"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:52:47.951832"], ["updated_at", "2020-11-18 12:52:47.951832"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:52:47.953350"], ["updated_at", "2020-11-18 12:52:47.953350"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 12:52:47.963039"], ["updated_at", "2020-11-18 12:52:47.963039"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 12:52:47.964813"], ["updated_at", "2020-11-18 12:52:47.964813"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 12:52:47.966467"], ["updated_at", "2020-11-18 12:52:47.966467"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-18 12:52:47.968137"], ["updated_at", "2020-11-18 12:52:47.968137"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 12:52:47.969804"], ["updated_at", "2020-11-18 12:52:47.969804"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:47.970826"], ["updated_at", "2020-11-18 12:52:47.970826"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:47.971773"], ["updated_at", "2020-11-18 12:52:47.971773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:47.972671"], ["updated_at", "2020-11-18 12:52:47.972671"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:47.973517"], ["updated_at", "2020-11-18 12:52:47.973517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:47.974370"], ["updated_at", "2020-11-18 12:52:47.974370"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:52:47.975265"], ["updated_at", "2020-11-18 12:52:47.975265"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:52:47.976165"], ["updated_at", "2020-11-18 12:52:47.976165"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:52:47.977023"], ["updated_at", "2020-11-18 12:52:47.977023"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:52:47.977885"], ["updated_at", "2020-11-18 12:52:47.977885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:52:47.978788"], ["updated_at", "2020-11-18 12:52:47.978788"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 14.5320791100681], ["string", "Ut sit voluptas."], ["date", "2022-06-27"], ["time", "2000-01-01 21:42:50.623033"], ["datetime", "2020-11-18 04:07:02.144424"], ["created_at", "2020-11-18 12:52:47.986412"], ["updated_at", "2020-11-18 12:52:47.986412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 4.77958112939382], ["string", "Cupiditate rerum maiores est."], ["date", "2019-12-01"], ["time", "2000-01-01 03:00:46.714939"], ["datetime", "2020-11-17 13:25:43.194813"], ["created_at", "2020-11-18 12:52:47.988541"], ["updated_at", "2020-11-18 12:52:47.988541"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 34], ["decimal", 19.664377858654], ["string", "Asperiores ullam quaerat."], ["date", "2022-08-06"], ["time", "2000-01-01 03:46:45.434762"], ["datetime", "2020-11-18 01:01:27.827691"], ["created_at", "2020-11-18 12:52:47.990573"], ["updated_at", "2020-11-18 12:52:47.990573"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 2.79536249041122], ["string", "Enim aut voluptatem suscipit."], ["date", "2019-04-12"], ["time", "2000-01-01 11:58:57.718359"], ["datetime", "2020-11-17 20:54:22.997215"], ["created_at", "2020-11-18 12:52:47.992632"], ["updated_at", "2020-11-18 12:52:47.992632"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 21.3675979415204], ["string", "Cum blanditiis illo."], ["date", "2021-03-11"], ["time", "2000-01-01 10:36:58.758173"], ["datetime", "2020-11-18 09:54:19.231742"], ["created_at", "2020-11-18 12:52:47.994564"], ["updated_at", "2020-11-18 12:52:47.994564"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1038], ["decimal", 16.9615665922945], ["string", "Voluptatem voluptas qui."], ["created_at", "2020-11-18 12:52:47.996385"], ["updated_at", "2020-11-18 12:52:47.996385"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 12.1856336405228], ["string", "Veritatis tempore ut deleniti."], ["created_at", "2020-11-18 12:52:47.999207"], ["updated_at", "2020-11-18 12:52:47.999207"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 7.2552289937629], ["string", "Aut qui ullam."], ["created_at", "2020-11-18 12:52:48.001518"], ["updated_at", "2020-11-18 12:52:48.001518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 7.27660126183008], ["string", "Quos eum et repudiandae."], ["created_at", "2020-11-18 12:52:48.003420"], ["updated_at", "2020-11-18 12:52:48.003420"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 14.7666048156835], ["string", "Voluptate autem repellat."], ["created_at", "2020-11-18 12:52:48.005058"], ["updated_at", "2020-11-18 12:52:48.005058"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 12:52:48.007215"], ["updated_at", "2020-11-18 12:52:48.007215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 12:52:48.009044"], ["updated_at", "2020-11-18 12:52:48.009044"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 12:52:48.010657"], ["updated_at", "2020-11-18 12:52:48.010657"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 12:52:48.012245"], ["updated_at", "2020-11-18 12:52:48.012245"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 12:52:48.014617"], ["updated_at", "2020-11-18 12:52:48.014617"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-18 12:52:48.017110"], ["updated_at", "2020-11-18 12:52:48.017110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-18 12:52:48.019466"], ["updated_at", "2020-11-18 12:52:48.019466"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-18 12:52:48.021542"], ["updated_at", "2020-11-18 12:52:48.021542"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-18 12:52:48.023975"], ["updated_at", "2020-11-18 12:52:48.023975"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-18 12:52:48.027453"], ["updated_at", "2020-11-18 12:52:48.027453"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 12:52:48.029703"], ["updated_at", "2020-11-18 12:52:48.029703"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 12:52:48.031853"], ["updated_at", "2020-11-18 12:52:48.031853"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 12:52:48.034048"], ["updated_at", "2020-11-18 12:52:48.034048"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 12:52:48.035856"], ["updated_at", "2020-11-18 12:52:48.035856"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 12:52:48.037659"], ["updated_at", "2020-11-18 12:52:48.037659"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:48.039894"], ["updated_at", "2020-11-18 12:52:48.039894"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:48.042127"], ["updated_at", "2020-11-18 12:52:48.042127"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:48.044142"], ["updated_at", "2020-11-18 12:52:48.044142"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:48.045928"], ["updated_at", "2020-11-18 12:52:48.045928"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:48.048174"], ["updated_at", "2020-11-18 12:52:48.048174"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 12:52:48.060322"], ["updated_at", "2020-11-18 12:52:48.060322"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 12:52:48.063107"], ["updated_at", "2020-11-18 12:52:48.063107"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 12:52:48.065971"], ["updated_at", "2020-11-18 12:52:48.065971"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 12:52:48.068607"], ["updated_at", "2020-11-18 12:52:48.068607"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 12:52:48.071095"], ["updated_at", "2020-11-18 12:52:48.071095"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:48.072716"], ["updated_at", "2020-11-18 12:52:48.072716"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:48.074429"], ["updated_at", "2020-11-18 12:52:48.074429"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:48.076154"], ["updated_at", "2020-11-18 12:52:48.076154"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:48.077579"], ["updated_at", "2020-11-18 12:52:48.077579"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:48.078982"], ["updated_at", "2020-11-18 12:52:48.078982"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:52:48.080615"], ["updated_at", "2020-11-18 12:52:48.080615"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:52:48.082482"], ["updated_at", "2020-11-18 12:52:48.082482"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:52:48.084043"], ["updated_at", "2020-11-18 12:52:48.084043"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:52:48.085480"], ["updated_at", "2020-11-18 12:52:48.085480"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:52:48.086959"], ["updated_at", "2020-11-18 12:52:48.086959"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 8.86174320524175], ["string", "Non repudiandae repellat."], ["date", "2020-04-01"], ["time", "2000-01-01 10:35:05.962518"], ["datetime", "2020-11-17 15:13:57.921026"], ["created_at", "2020-11-18 12:52:48.089351"], ["updated_at", "2020-11-18 12:52:48.089351"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 0.601000056180051], ["string", "Tempora accusamus perspiciatis tenetur."], ["date", "2021-06-06"], ["time", "2000-01-01 12:35:03.823657"], ["datetime", "2020-11-18 06:38:53.379875"], ["created_at", "2020-11-18 12:52:48.092487"], ["updated_at", "2020-11-18 12:52:48.092487"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 11.1171041373069], ["string", "Unde ut et."], ["date", "2020-11-11"], ["time", "2000-01-01 23:15:55.390344"], ["datetime", "2020-11-18 09:24:06.206482"], ["created_at", "2020-11-18 12:52:48.095170"], ["updated_at", "2020-11-18 12:52:48.095170"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 5.99100335914572], ["string", "Nihil repellat sapiente in."], ["date", "2019-11-20"], ["time", "2000-01-01 14:28:15.241563"], ["datetime", "2020-11-17 13:01:26.639530"], ["created_at", "2020-11-18 12:52:48.097868"], ["updated_at", "2020-11-18 12:52:48.097868"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 24], ["decimal", 13.4176119978245], ["string", "Nihil et error."], ["date", "2019-02-19"], ["time", "2000-01-01 07:51:35.210923"], ["datetime", "2020-11-18 11:51:28.137994"], ["created_at", "2020-11-18 12:52:48.100569"], ["updated_at", "2020-11-18 12:52:48.100569"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 8.17654001083177], ["string", "Vitae facilis qui."], ["created_at", "2020-11-18 12:52:48.102978"], ["updated_at", "2020-11-18 12:52:48.102978"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 6.61944500806227], ["string", "Enim natus aperiam et."], ["created_at", "2020-11-18 12:52:48.104873"], ["updated_at", "2020-11-18 12:52:48.104873"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 10.030154100638], ["string", "Et maxime mollitia."], ["created_at", "2020-11-18 12:52:48.106972"], ["updated_at", "2020-11-18 12:52:48.106972"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 21.6926062272325], ["string", "Minus repellendus magnam culpa."], ["created_at", "2020-11-18 12:52:48.109167"], ["updated_at", "2020-11-18 12:52:48.109167"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1035], ["decimal", 0.614927090985758], ["string", "Iste doloremque vitae."], ["created_at", "2020-11-18 12:52:48.111265"], ["updated_at", "2020-11-18 12:52:48.111265"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 12:52:48.114156"], ["updated_at", "2020-11-18 12:52:48.114156"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 12:52:48.116852"], ["updated_at", "2020-11-18 12:52:48.116852"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 12:52:48.119457"], ["updated_at", "2020-11-18 12:52:48.119457"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 12:52:48.122304"], ["updated_at", "2020-11-18 12:52:48.122304"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 12:52:48.125300"], ["updated_at", "2020-11-18 12:52:48.125300"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-18 12:52:48.128164"], ["updated_at", "2020-11-18 12:52:48.128164"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 1], ["created_at", "2020-11-18 12:52:48.130670"], ["updated_at", "2020-11-18 12:52:48.130670"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 6], ["created_at", "2020-11-18 12:52:48.132893"], ["updated_at", "2020-11-18 12:52:48.132893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 1], ["created_at", "2020-11-18 12:52:48.135058"], ["updated_at", "2020-11-18 12:52:48.135058"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 1], ["created_at", "2020-11-18 12:52:48.137784"], ["updated_at", "2020-11-18 12:52:48.137784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 12:52:48.139823"], ["updated_at", "2020-11-18 12:52:48.139823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-18 12:52:48.141768"], ["updated_at", "2020-11-18 12:52:48.141768"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-18 12:52:48.143633"], ["updated_at", "2020-11-18 12:52:48.143633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-18 12:52:48.145184"], ["updated_at", "2020-11-18 12:52:48.145184"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 12:52:48.146751"], ["updated_at", "2020-11-18 12:52:48.146751"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:52:48.148380"], ["updated_at", "2020-11-18 12:52:48.148380"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:52:48.149903"], ["updated_at", "2020-11-18 12:52:48.149903"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:52:48.151510"], ["updated_at", "2020-11-18 12:52:48.151510"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:52:48.153068"], ["updated_at", "2020-11-18 12:52:48.153068"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:52:48.154644"], ["updated_at", "2020-11-18 12:52:48.154644"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 12:52:48.165175"], ["updated_at", "2020-11-18 12:52:48.165175"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 12:52:48.166993"], ["updated_at", "2020-11-18 12:52:48.166993"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 12:52:48.168698"], ["updated_at", "2020-11-18 12:52:48.168698"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 12:52:48.170576"], ["updated_at", "2020-11-18 12:52:48.170576"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 12:52:48.172829"], ["updated_at", "2020-11-18 12:52:48.172829"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:48.173863"], ["updated_at", "2020-11-18 12:52:48.173863"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:48.174740"], ["updated_at", "2020-11-18 12:52:48.174740"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:48.175525"], ["updated_at", "2020-11-18 12:52:48.175525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:48.176300"], ["updated_at", "2020-11-18 12:52:48.176300"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:48.177054"], ["updated_at", "2020-11-18 12:52:48.177054"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:52:48.177876"], ["updated_at", "2020-11-18 12:52:48.177876"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:52:48.178781"], ["updated_at", "2020-11-18 12:52:48.178781"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:52:48.179589"], ["updated_at", "2020-11-18 12:52:48.179589"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:52:48.180421"], ["updated_at", "2020-11-18 12:52:48.180421"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:52:48.181311"], ["updated_at", "2020-11-18 12:52:48.181311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 25.0499371371317], ["string", "Consectetur occaecati non."], ["date", "2019-02-13"], ["time", "2000-01-01 07:48:54.373325"], ["datetime", "2020-11-17 15:36:37.979012"], ["created_at", "2020-11-18 12:52:48.182874"], ["updated_at", "2020-11-18 12:52:48.182874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 6.5960456657457], ["string", "Libero corrupti doloremque tempora."], ["date", "2022-11-17"], ["time", "2000-01-01 01:12:03.994935"], ["datetime", "2020-11-18 10:14:37.296009"], ["created_at", "2020-11-18 12:52:48.184863"], ["updated_at", "2020-11-18 12:52:48.184863"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 4.03494539350438], ["string", "Nobis rerum nisi."], ["date", "2022-10-22"], ["time", "2000-01-01 12:48:10.577260"], ["datetime", "2020-11-18 10:30:34.051833"], ["created_at", "2020-11-18 12:52:48.186785"], ["updated_at", "2020-11-18 12:52:48.186785"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 17.896351169262], ["string", "Qui ut ex et."], ["date", "2020-03-17"], ["time", "2000-01-01 03:34:43.121140"], ["datetime", "2020-11-18 03:11:47.664401"], ["created_at", "2020-11-18 12:52:48.188775"], ["updated_at", "2020-11-18 12:52:48.188775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 5.38797208250017], ["string", "Sapiente quo illo."], ["date", "2022-03-31"], ["time", "2000-01-01 17:39:34.868975"], ["datetime", "2020-11-18 08:17:44.803540"], ["created_at", "2020-11-18 12:52:48.190891"], ["updated_at", "2020-11-18 12:52:48.190891"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 4.78223989306495], ["string", "Architecto sit soluta."], ["created_at", "2020-11-18 12:52:48.192803"], ["updated_at", "2020-11-18 12:52:48.192803"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 6.34425649902593], ["string", "Sequi animi dolore aut."], ["created_at", "2020-11-18 12:52:48.194316"], ["updated_at", "2020-11-18 12:52:48.194316"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 20.6821275563739], ["string", "Beatae animi laboriosam."], ["created_at", "2020-11-18 12:52:48.195795"], ["updated_at", "2020-11-18 12:52:48.195795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 9.21638288709803], ["string", "Atque est corrupti quibusdam."], ["created_at", "2020-11-18 12:52:48.197229"], ["updated_at", "2020-11-18 12:52:48.197229"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 1.57149217570907], ["string", "Facilis consectetur necessitatibus."], ["created_at", "2020-11-18 12:52:48.198748"], ["updated_at", "2020-11-18 12:52:48.198748"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-18 12:52:48.200696"], ["updated_at", "2020-11-18 12:52:48.200696"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 12:52:48.202543"], ["updated_at", "2020-11-18 12:52:48.202543"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 12:52:48.204584"], ["updated_at", "2020-11-18 12:52:48.204584"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 12:52:48.206683"], ["updated_at", "2020-11-18 12:52:48.206683"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) [1mINSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-18 12:52:48.208648"], ["updated_at", "2020-11-18 12:52:48.208648"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 5], ["created_at", "2020-11-18 12:52:48.211366"], ["updated_at", "2020-11-18 12:52:48.211366"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-18 12:52:48.213982"], ["updated_at", "2020-11-18 12:52:48.213982"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 14], ["created_at", "2020-11-18 12:52:48.216530"], ["updated_at", "2020-11-18 12:52:48.216530"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-18 12:52:48.219216"], ["updated_at", "2020-11-18 12:52:48.219216"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 13], ["created_at", "2020-11-18 12:52:48.221337"], ["updated_at", "2020-11-18 12:52:48.221337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 12:52:48.223299"], ["updated_at", "2020-11-18 12:52:48.223299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 12:52:48.224915"], ["updated_at", "2020-11-18 12:52:48.224915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 12:52:48.226302"], ["updated_at", "2020-11-18 12:52:48.226302"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-18 12:52:48.227700"], ["updated_at", "2020-11-18 12:52:48.227700"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (4.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-18 12:52:48.244569"], ["updated_at", "2020-11-18 12:52:48.244569"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:52:48.250866"], ["updated_at", "2020-11-18 12:52:48.250866"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:52:48.252989"], ["updated_at", "2020-11-18 12:52:48.252989"], ["india_id", 7]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:52:48.254993"], ["updated_at", "2020-11-18 12:52:48.254993"], ["india_id", 6]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:52:48.257316"], ["updated_at", "2020-11-18 12:52:48.257316"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:52:48.258996"], ["updated_at", "2020-11-18 12:52:48.258996"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-18 12:52:48.269748"], ["updated_at", "2020-11-18 12:52:48.269748"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 12:52:48.271685"], ["updated_at", "2020-11-18 12:52:48.271685"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 12:52:48.273555"], ["updated_at", "2020-11-18 12:52:48.273555"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 12:52:48.275442"], ["updated_at", "2020-11-18 12:52:48.275442"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 12:52:48.277366"], ["updated_at", "2020-11-18 12:52:48.277366"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:48.278595"], ["updated_at", "2020-11-18 12:52:48.278595"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:48.279726"], ["updated_at", "2020-11-18 12:52:48.279726"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:48.280765"], ["updated_at", "2020-11-18 12:52:48.280765"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:48.281806"], ["updated_at", "2020-11-18 12:52:48.281806"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:48.282835"], ["updated_at", "2020-11-18 12:52:48.282835"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:52:48.283900"], ["updated_at", "2020-11-18 12:52:48.283900"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:52:48.284957"], ["updated_at", "2020-11-18 12:52:48.284957"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:52:48.285962"], ["updated_at", "2020-11-18 12:52:48.285962"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:52:48.286998"], ["updated_at", "2020-11-18 12:52:48.286998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:52:48.288015"], ["updated_at", "2020-11-18 12:52:48.288015"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 0.963407469770139], ["string", "Necessitatibus deserunt nulla."], ["date", "2020-04-19"], ["time", "2000-01-01 03:18:50.495939"], ["datetime", "2020-11-17 17:28:42.358380"], ["created_at", "2020-11-18 12:52:48.328184"], ["updated_at", "2020-11-18 12:52:48.328184"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 11.8996771204721], ["string", "Odio suscipit accusamus nemo."], ["date", "2020-08-13"], ["time", "2000-01-01 05:26:30.717573"], ["datetime", "2020-11-18 07:30:50.845594"], ["created_at", "2020-11-18 12:52:48.331966"], ["updated_at", "2020-11-18 12:52:48.331966"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 1.2580027512423], ["string", "Officia minima et."], ["date", "2018-12-10"], ["time", "2000-01-01 20:04:41.990358"], ["datetime", "2020-11-17 17:51:34.079096"], ["created_at", "2020-11-18 12:52:48.335564"], ["updated_at", "2020-11-18 12:52:48.335564"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 24], ["decimal", 11.249717947214], ["string", "Id sit veniam."], ["date", "2018-12-06"], ["time", "2000-01-01 07:31:31.751579"], ["datetime", "2020-11-18 07:06:22.790729"], ["created_at", "2020-11-18 12:52:48.340763"], ["updated_at", "2020-11-18 12:52:48.340763"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 6.17454982323306], ["string", "Aut atque aut accusamus."], ["date", "2022-04-02"], ["time", "2000-01-01 12:27:12.712512"], ["datetime", "2020-11-17 14:11:47.352398"], ["created_at", "2020-11-18 12:52:48.344051"], ["updated_at", "2020-11-18 12:52:48.344051"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 24], ["decimal", 3.82558985638861], ["string", "Sit quo quis."], ["date", "2020-12-03"], ["time", "2000-01-01 07:44:27.982810"], ["datetime", "2020-11-18 05:22:49.351404"], ["created_at", "2020-11-18 12:52:48.347798"], ["updated_at", "2020-11-18 12:52:48.347798"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:52:48.353184"], ["updated_at", "2020-11-18 12:52:48.353184"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.8ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.9ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.9ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.5ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.6ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 23], ["decimal", 14.129903351979], ["string", "Temporibus minima quod."], ["date", "2021-01-13"], ["time", "2000-01-01 20:06:02.203349"], ["datetime", "2020-11-17 20:41:20.656736"], ["created_at", "2020-11-18 12:53:02.023590"], ["updated_at", "2020-11-18 12:53:02.023590"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 29.4366045975934], ["string", "Vel tenetur animi consequatur."], ["date", "2022-07-22"], ["time", "2000-01-01 21:51:59.835014"], ["datetime", "2020-11-18 06:54:23.933675"], ["created_at", "2020-11-18 12:53:02.026474"], ["updated_at", "2020-11-18 12:53:02.026474"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 15.7551849518816], ["string", "Rem commodi omnis."], ["date", "2020-03-28"], ["time", "2000-01-01 23:58:20.912749"], ["datetime", "2020-11-17 23:57:53.604019"], ["created_at", "2020-11-18 12:53:02.029254"], ["updated_at", "2020-11-18 12:53:02.029254"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 4.64481882506962], ["string", "Ab enim voluptate deserunt."], ["date", "2022-10-01"], ["time", "2000-01-01 03:27:59.209789"], ["datetime", "2020-11-18 02:50:33.429640"], ["created_at", "2020-11-18 12:53:02.031605"], ["updated_at", "2020-11-18 12:53:02.031605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 21], ["decimal", 32.0906660533009], ["string", "Harum molestiae laborum."], ["date", "2021-01-01"], ["time", "2000-01-01 07:59:30.189534"], ["datetime", "2020-11-17 22:52:08.211573"], ["created_at", "2020-11-18 12:53:02.033721"], ["updated_at", "2020-11-18 12:53:02.033721"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1022], ["decimal", 24.1444202352187], ["string", "Dignissimos odio ducimus."], ["created_at", "2020-11-18 12:53:02.041110"], ["updated_at", "2020-11-18 12:53:02.041110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1034], ["decimal", 6.58662777392593], ["string", "Totam aut et itaque."], ["created_at", "2020-11-18 12:53:02.042895"], ["updated_at", "2020-11-18 12:53:02.042895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 2.14079596837025], ["string", "Dolor qui cumque."], ["created_at", "2020-11-18 12:53:02.044235"], ["updated_at", "2020-11-18 12:53:02.044235"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1039], ["decimal", 3.64289817597347], ["string", "Optio culpa ut quia."], ["created_at", "2020-11-18 12:53:02.045499"], ["updated_at", "2020-11-18 12:53:02.045499"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 6.69402158429328], ["string", "Blanditiis enim repellat."], ["created_at", "2020-11-18 12:53:02.046801"], ["updated_at", "2020-11-18 12:53:02.046801"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 12:53:02.055120"], ["updated_at", "2020-11-18 12:53:02.055120"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 12:53:02.057387"], ["updated_at", "2020-11-18 12:53:02.057387"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 12:53:02.059286"], ["updated_at", "2020-11-18 12:53:02.059286"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 12:53:02.061138"], ["updated_at", "2020-11-18 12:53:02.061138"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 12:53:02.063003"], ["updated_at", "2020-11-18 12:53:02.063003"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-18 12:53:02.070644"], ["updated_at", "2020-11-18 12:53:02.070644"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-18 12:53:02.073226"], ["updated_at", "2020-11-18 12:53:02.073226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-18 12:53:02.075666"], ["updated_at", "2020-11-18 12:53:02.075666"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-18 12:53:02.078043"], ["updated_at", "2020-11-18 12:53:02.078043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 3], ["created_at", "2020-11-18 12:53:02.080247"], ["updated_at", "2020-11-18 12:53:02.080247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 12:53:02.086935"], ["updated_at", "2020-11-18 12:53:02.086935"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 12:53:02.088993"], ["updated_at", "2020-11-18 12:53:02.088993"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 12:53:02.090769"], ["updated_at", "2020-11-18 12:53:02.090769"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 12:53:02.092620"], ["updated_at", "2020-11-18 12:53:02.092620"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 12:53:02.094455"], ["updated_at", "2020-11-18 12:53:02.094455"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.100912"], ["updated_at", "2020-11-18 12:53:02.100912"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.102716"], ["updated_at", "2020-11-18 12:53:02.102716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.104365"], ["updated_at", "2020-11-18 12:53:02.104365"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.105943"], ["updated_at", "2020-11-18 12:53:02.105943"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.107533"], ["updated_at", "2020-11-18 12:53:02.107533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 12:53:02.124989"], ["updated_at", "2020-11-18 12:53:02.124989"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 12:53:02.126531"], ["updated_at", "2020-11-18 12:53:02.126531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 12:53:02.127858"], ["updated_at", "2020-11-18 12:53:02.127858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 12:53:02.129148"], ["updated_at", "2020-11-18 12:53:02.129148"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 12:53:02.130536"], ["updated_at", "2020-11-18 12:53:02.130536"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.134504"], ["updated_at", "2020-11-18 12:53:02.134504"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.135717"], ["updated_at", "2020-11-18 12:53:02.135717"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.136529"], ["updated_at", "2020-11-18 12:53:02.136529"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.137281"], ["updated_at", "2020-11-18 12:53:02.137281"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.138032"], ["updated_at", "2020-11-18 12:53:02.138032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:53:02.141570"], ["updated_at", "2020-11-18 12:53:02.141570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:53:02.142713"], ["updated_at", "2020-11-18 12:53:02.142713"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:53:02.143485"], ["updated_at", "2020-11-18 12:53:02.143485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:53:02.144208"], ["updated_at", "2020-11-18 12:53:02.144208"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:53:02.144926"], ["updated_at", "2020-11-18 12:53:02.144926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 14.4128189066178], ["string", "Assumenda fuga aliquid."], ["date", "2021-03-27"], ["time", "2000-01-01 14:59:13.884662"], ["datetime", "2020-11-17 17:52:49.712112"], ["created_at", "2020-11-18 12:53:02.146309"], ["updated_at", "2020-11-18 12:53:02.146309"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 2.21816305018181], ["string", "Optio hic ea dolorum."], ["date", "2021-09-03"], ["time", "2000-01-01 02:54:17.800850"], ["datetime", "2020-11-18 07:49:58.994694"], ["created_at", "2020-11-18 12:53:02.147905"], ["updated_at", "2020-11-18 12:53:02.147905"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 6.83162278342675], ["string", "Est tenetur cumque."], ["date", "2021-04-08"], ["time", "2000-01-01 06:06:51.265348"], ["datetime", "2020-11-18 08:44:25.880944"], ["created_at", "2020-11-18 12:53:02.149402"], ["updated_at", "2020-11-18 12:53:02.149402"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 5.79333009966093], ["string", "Sit enim cupiditate accusantium."], ["date", "2020-08-12"], ["time", "2000-01-01 05:09:29.218370"], ["datetime", "2020-11-18 08:03:09.852688"], ["created_at", "2020-11-18 12:53:02.151031"], ["updated_at", "2020-11-18 12:53:02.151031"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 8.98821347710516], ["string", "Maxime et dolor."], ["date", "2020-11-07"], ["time", "2000-01-01 01:09:58.957271"], ["datetime", "2020-11-18 06:56:27.836325"], ["created_at", "2020-11-18 12:53:02.153579"], ["updated_at", "2020-11-18 12:53:02.153579"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 0.822479112159443], ["string", "In ad exercitationem."], ["created_at", "2020-11-18 12:53:02.155484"], ["updated_at", "2020-11-18 12:53:02.155484"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1026], ["decimal", 0.354604569339937], ["string", "Dolor et est voluptas."], ["created_at", "2020-11-18 12:53:02.157181"], ["updated_at", "2020-11-18 12:53:02.157181"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 10.466180599318], ["string", "Dolorum fuga nobis."], ["created_at", "2020-11-18 12:53:02.159463"], ["updated_at", "2020-11-18 12:53:02.159463"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1029], ["decimal", 14.7925848270497], ["string", "Placeat quidem eos ea."], ["created_at", "2020-11-18 12:53:02.161285"], ["updated_at", "2020-11-18 12:53:02.161285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1025], ["decimal", 23.1646336237094], ["string", "Aut quia et."], ["created_at", "2020-11-18 12:53:02.162735"], ["updated_at", "2020-11-18 12:53:02.162735"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 12:53:02.164540"], ["updated_at", "2020-11-18 12:53:02.164540"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 12:53:02.166299"], ["updated_at", "2020-11-18 12:53:02.166299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 12:53:02.168040"], ["updated_at", "2020-11-18 12:53:02.168040"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 12:53:02.169761"], ["updated_at", "2020-11-18 12:53:02.169761"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 12:53:02.171613"], ["updated_at", "2020-11-18 12:53:02.171613"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-18 12:53:02.174039"], ["updated_at", "2020-11-18 12:53:02.174039"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-18 12:53:02.176420"], ["updated_at", "2020-11-18 12:53:02.176420"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-18 12:53:02.178629"], ["updated_at", "2020-11-18 12:53:02.178629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 4], ["created_at", "2020-11-18 12:53:02.180897"], ["updated_at", "2020-11-18 12:53:02.180897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 2], ["created_at", "2020-11-18 12:53:02.183096"], ["updated_at", "2020-11-18 12:53:02.183096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-18 12:53:02.184823"], ["updated_at", "2020-11-18 12:53:02.184823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 12:53:02.186553"], ["updated_at", "2020-11-18 12:53:02.186553"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 12:53:02.188263"], ["updated_at", "2020-11-18 12:53:02.188263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 12:53:02.190084"], ["updated_at", "2020-11-18 12:53:02.190084"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-18 12:53:02.191998"], ["updated_at", "2020-11-18 12:53:02.191998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:53:02.194215"], ["updated_at", "2020-11-18 12:53:02.194215"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:53:02.196075"], ["updated_at", "2020-11-18 12:53:02.196075"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:53:02.197841"], ["updated_at", "2020-11-18 12:53:02.197841"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:53:02.199588"], ["updated_at", "2020-11-18 12:53:02.199588"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:53:02.201267"], ["updated_at", "2020-11-18 12:53:02.201267"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 12:53:02.210316"], ["updated_at", "2020-11-18 12:53:02.210316"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 12:53:02.211852"], ["updated_at", "2020-11-18 12:53:02.211852"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 12:53:02.213238"], ["updated_at", "2020-11-18 12:53:02.213238"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 12:53:02.214636"], ["updated_at", "2020-11-18 12:53:02.214636"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 12:53:02.215999"], ["updated_at", "2020-11-18 12:53:02.215999"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.216899"], ["updated_at", "2020-11-18 12:53:02.216899"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.217694"], ["updated_at", "2020-11-18 12:53:02.217694"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.218447"], ["updated_at", "2020-11-18 12:53:02.218447"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.219190"], ["updated_at", "2020-11-18 12:53:02.219190"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.219945"], ["updated_at", "2020-11-18 12:53:02.219945"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:53:02.220748"], ["updated_at", "2020-11-18 12:53:02.220748"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:53:02.221524"], ["updated_at", "2020-11-18 12:53:02.221524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:53:02.222282"], ["updated_at", "2020-11-18 12:53:02.222282"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:53:02.223052"], ["updated_at", "2020-11-18 12:53:02.223052"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:53:02.223775"], ["updated_at", "2020-11-18 12:53:02.223775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 0.681691591210539], ["string", "Asperiores hic expedita."], ["date", "2021-03-02"], ["time", "2000-01-01 01:59:05.796488"], ["datetime", "2020-11-17 14:19:07.978691"], ["created_at", "2020-11-18 12:53:02.225110"], ["updated_at", "2020-11-18 12:53:02.225110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 27.7057085728424], ["string", "Nam consequatur aut porro."], ["date", "2019-10-23"], ["time", "2000-01-01 10:36:05.443109"], ["datetime", "2020-11-17 14:52:55.775682"], ["created_at", "2020-11-18 12:53:02.226711"], ["updated_at", "2020-11-18 12:53:02.226711"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 4.9650885611765], ["string", "Modi ea distinctio."], ["date", "2020-03-06"], ["time", "2000-01-01 20:21:29.495047"], ["datetime", "2020-11-18 06:55:55.594026"], ["created_at", "2020-11-18 12:53:02.228186"], ["updated_at", "2020-11-18 12:53:02.228186"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 29.4282944975665], ["string", "Vel pariatur quidem labore."], ["date", "2021-11-05"], ["time", "2000-01-01 06:45:31.808834"], ["datetime", "2020-11-17 23:51:44.269231"], ["created_at", "2020-11-18 12:53:02.229628"], ["updated_at", "2020-11-18 12:53:02.229628"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 12.79841879354], ["string", "Quibusdam aperiam non."], ["date", "2020-01-16"], ["time", "2000-01-01 12:08:29.721451"], ["datetime", "2020-11-17 18:40:23.123714"], ["created_at", "2020-11-18 12:53:02.231172"], ["updated_at", "2020-11-18 12:53:02.231172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 5.59900386697825], ["string", "In ipsam porro."], ["created_at", "2020-11-18 12:53:02.233064"], ["updated_at", "2020-11-18 12:53:02.233064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 10.239912550025], ["string", "Distinctio dolorem repellat modi."], ["created_at", "2020-11-18 12:53:02.234540"], ["updated_at", "2020-11-18 12:53:02.234540"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", 18.8801994991829], ["string", "Occaecati asperiores perspiciatis."], ["created_at", "2020-11-18 12:53:02.235905"], ["updated_at", "2020-11-18 12:53:02.235905"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 17.6355408189413], ["string", "Est architecto non expedita."], ["created_at", "2020-11-18 12:53:02.237256"], ["updated_at", "2020-11-18 12:53:02.237256"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 4.92222998295272], ["string", "Numquam ut quo."], ["created_at", "2020-11-18 12:53:02.238696"], ["updated_at", "2020-11-18 12:53:02.238696"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-18 12:53:02.240528"], ["updated_at", "2020-11-18 12:53:02.240528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 12:53:02.242290"], ["updated_at", "2020-11-18 12:53:02.242290"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 12:53:02.244201"], ["updated_at", "2020-11-18 12:53:02.244201"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 12:53:02.246285"], ["updated_at", "2020-11-18 12:53:02.246285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 12:53:02.248279"], ["updated_at", "2020-11-18 12:53:02.248279"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 12], ["created_at", "2020-11-18 12:53:02.251074"], ["updated_at", "2020-11-18 12:53:02.251074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 13], ["created_at", "2020-11-18 12:53:02.253418"], ["updated_at", "2020-11-18 12:53:02.253418"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-18 12:53:02.255845"], ["updated_at", "2020-11-18 12:53:02.255845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-18 12:53:02.258138"], ["updated_at", "2020-11-18 12:53:02.258138"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 8], ["created_at", "2020-11-18 12:53:02.260456"], ["updated_at", "2020-11-18 12:53:02.260456"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 12:53:02.262077"], ["updated_at", "2020-11-18 12:53:02.262077"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 12:53:02.263588"], ["updated_at", "2020-11-18 12:53:02.263588"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-18 12:53:02.265039"], ["updated_at", "2020-11-18 12:53:02.265039"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 12:53:02.266544"], ["updated_at", "2020-11-18 12:53:02.266544"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 14], ["created_at", "2020-11-18 12:53:02.268069"], ["updated_at", "2020-11-18 12:53:02.268069"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:53:02.269642"], ["updated_at", "2020-11-18 12:53:02.269642"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:53:02.271246"], ["updated_at", "2020-11-18 12:53:02.271246"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:53:02.272859"], ["updated_at", "2020-11-18 12:53:02.272859"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:53:02.274511"], ["updated_at", "2020-11-18 12:53:02.274511"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:53:02.276179"], ["updated_at", "2020-11-18 12:53:02.276179"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 12:53:02.286970"], ["updated_at", "2020-11-18 12:53:02.286970"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 12:53:02.288915"], ["updated_at", "2020-11-18 12:53:02.288915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-18 12:53:02.290686"], ["updated_at", "2020-11-18 12:53:02.290686"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 12:53:02.292370"], ["updated_at", "2020-11-18 12:53:02.292370"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 12:53:02.293933"], ["updated_at", "2020-11-18 12:53:02.293933"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.294945"], ["updated_at", "2020-11-18 12:53:02.294945"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.295857"], ["updated_at", "2020-11-18 12:53:02.295857"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.296733"], ["updated_at", "2020-11-18 12:53:02.296733"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.297587"], ["updated_at", "2020-11-18 12:53:02.297587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.298443"], ["updated_at", "2020-11-18 12:53:02.298443"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:53:02.299358"], ["updated_at", "2020-11-18 12:53:02.299358"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:53:02.300268"], ["updated_at", "2020-11-18 12:53:02.300268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:53:02.301132"], ["updated_at", "2020-11-18 12:53:02.301132"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:53:02.302014"], ["updated_at", "2020-11-18 12:53:02.302014"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:53:02.302914"], ["updated_at", "2020-11-18 12:53:02.302914"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 12.8336030548531], ["string", "Molestias veniam non."], ["date", "2022-09-20"], ["time", "2000-01-01 21:54:18.716561"], ["datetime", "2020-11-18 12:15:39.484606"], ["created_at", "2020-11-18 12:53:02.311454"], ["updated_at", "2020-11-18 12:53:02.311454"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 28], ["decimal", 3.52611462862548], ["string", "In velit saepe ut."], ["date", "2019-01-11"], ["time", "2000-01-01 07:02:16.038991"], ["datetime", "2020-11-18 06:01:59.963063"], ["created_at", "2020-11-18 12:53:02.314462"], ["updated_at", "2020-11-18 12:53:02.314462"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 6.36907470302373], ["string", "Ut fuga molestiae."], ["date", "2020-07-07"], ["time", "2000-01-01 09:43:53.806907"], ["datetime", "2020-11-17 18:57:13.952734"], ["created_at", "2020-11-18 12:53:02.317521"], ["updated_at", "2020-11-18 12:53:02.317521"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.4ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 22.5321670072008], ["string", "Fugit voluptas cumque sit."], ["date", "2019-01-20"], ["time", "2000-01-01 21:43:17.994119"], ["datetime", "2020-11-17 16:06:47.015050"], ["created_at", "2020-11-18 12:53:02.320664"], ["updated_at", "2020-11-18 12:53:02.320664"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 21.8324514471044], ["string", "Voluptas dignissimos dolor."], ["date", "2019-09-05"], ["time", "2000-01-01 22:22:36.742693"], ["datetime", "2020-11-17 14:52:51.999129"], ["created_at", "2020-11-18 12:53:02.324465"], ["updated_at", "2020-11-18 12:53:02.324465"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 16.8656422723048], ["string", "Non eos cumque."], ["created_at", "2020-11-18 12:53:02.327271"], ["updated_at", "2020-11-18 12:53:02.327271"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 7.90719320122933], ["string", "Corporis officiis facilis cumque."], ["created_at", "2020-11-18 12:53:02.328708"], ["updated_at", "2020-11-18 12:53:02.328708"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1020], ["decimal", 6.93006890565166], ["string", "Placeat qui consequatur."], ["created_at", "2020-11-18 12:53:02.329898"], ["updated_at", "2020-11-18 12:53:02.329898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 11.4965490457374], ["string", "Nisi sed eum quia."], ["created_at", "2020-11-18 12:53:02.331065"], ["updated_at", "2020-11-18 12:53:02.331065"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 4.43589068229333], ["string", "Ut est facilis."], ["created_at", "2020-11-18 12:53:02.332255"], ["updated_at", "2020-11-18 12:53:02.332255"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 12:53:02.334013"], ["updated_at", "2020-11-18 12:53:02.334013"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 12:53:02.335691"], ["updated_at", "2020-11-18 12:53:02.335691"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 12:53:02.337203"], ["updated_at", "2020-11-18 12:53:02.337203"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 12:53:02.339170"], ["updated_at", "2020-11-18 12:53:02.339170"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 12:53:02.340906"], ["updated_at", "2020-11-18 12:53:02.340906"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-18 12:53:02.344129"], ["updated_at", "2020-11-18 12:53:02.344129"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-18 12:53:02.346775"], ["updated_at", "2020-11-18 12:53:02.346775"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-18 12:53:02.350497"], ["updated_at", "2020-11-18 12:53:02.350497"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-18 12:53:02.354269"], ["updated_at", "2020-11-18 12:53:02.354269"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-18 12:53:02.357884"], ["updated_at", "2020-11-18 12:53:02.357884"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 12:53:02.361186"], ["updated_at", "2020-11-18 12:53:02.361186"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 12:53:02.363389"], ["updated_at", "2020-11-18 12:53:02.363389"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 12:53:02.365579"], ["updated_at", "2020-11-18 12:53:02.365579"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 12:53:02.367326"], ["updated_at", "2020-11-18 12:53:02.367326"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 12:53:02.368957"], ["updated_at", "2020-11-18 12:53:02.368957"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.370997"], ["updated_at", "2020-11-18 12:53:02.370997"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.372608"], ["updated_at", "2020-11-18 12:53:02.372608"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.374028"], ["updated_at", "2020-11-18 12:53:02.374028"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.375577"], ["updated_at", "2020-11-18 12:53:02.375577"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.377438"], ["updated_at", "2020-11-18 12:53:02.377438"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 12:53:02.385925"], ["updated_at", "2020-11-18 12:53:02.385925"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 12:53:02.388433"], ["updated_at", "2020-11-18 12:53:02.388433"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 12:53:02.390904"], ["updated_at", "2020-11-18 12:53:02.390904"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 12:53:02.393316"], ["updated_at", "2020-11-18 12:53:02.393316"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 12:53:02.394981"], ["updated_at", "2020-11-18 12:53:02.394981"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.396083"], ["updated_at", "2020-11-18 12:53:02.396083"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.397005"], ["updated_at", "2020-11-18 12:53:02.397005"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.397857"], ["updated_at", "2020-11-18 12:53:02.397857"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.398670"], ["updated_at", "2020-11-18 12:53:02.398670"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.399502"], ["updated_at", "2020-11-18 12:53:02.399502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:53:02.400323"], ["updated_at", "2020-11-18 12:53:02.400323"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:53:02.401930"], ["updated_at", "2020-11-18 12:53:02.401930"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:53:02.403404"], ["updated_at", "2020-11-18 12:53:02.403404"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:53:02.404606"], ["updated_at", "2020-11-18 12:53:02.404606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:53:02.405420"], ["updated_at", "2020-11-18 12:53:02.405420"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 4.21640588764536], ["string", "Non aperiam expedita."], ["date", "2020-01-20"], ["time", "2000-01-01 14:10:42.093176"], ["datetime", "2020-11-17 22:45:09.318015"], ["created_at", "2020-11-18 12:53:02.407261"], ["updated_at", "2020-11-18 12:53:02.407261"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 13.1023563004047], ["string", "Doloremque doloribus aut dolorem."], ["date", "2020-04-22"], ["time", "2000-01-01 13:05:54.603747"], ["datetime", "2020-11-17 18:48:00.670418"], ["created_at", "2020-11-18 12:53:02.410704"], ["updated_at", "2020-11-18 12:53:02.410704"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 15.1050882662389], ["string", "Nihil enim aut."], ["date", "2021-05-04"], ["time", "2000-01-01 23:12:37.877517"], ["datetime", "2020-11-18 00:56:37.705995"], ["created_at", "2020-11-18 12:53:02.412858"], ["updated_at", "2020-11-18 12:53:02.412858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 3.78620286061552], ["string", "Maxime nemo dolorum ipsa."], ["date", "2021-12-01"], ["time", "2000-01-01 04:35:27.761856"], ["datetime", "2020-11-18 06:35:10.484126"], ["created_at", "2020-11-18 12:53:02.414894"], ["updated_at", "2020-11-18 12:53:02.414894"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 36.5916775960572], ["string", "Aspernatur enim nihil."], ["date", "2020-10-24"], ["time", "2000-01-01 16:44:43.930641"], ["datetime", "2020-11-17 17:25:18.107600"], ["created_at", "2020-11-18 12:53:02.416911"], ["updated_at", "2020-11-18 12:53:02.416911"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 5.46274644383807], ["string", "Dolorum explicabo commodi."], ["created_at", "2020-11-18 12:53:02.418683"], ["updated_at", "2020-11-18 12:53:02.418683"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 4.57630274751369], ["string", "Cum vitae nostrum aut."], ["created_at", "2020-11-18 12:53:02.420134"], ["updated_at", "2020-11-18 12:53:02.420134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 3.99951314427028], ["string", "Deserunt quia laboriosam."], ["created_at", "2020-11-18 12:53:02.421589"], ["updated_at", "2020-11-18 12:53:02.421589"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 30.3309180453317], ["string", "Unde repellat similique inventore."], ["created_at", "2020-11-18 12:53:02.422877"], ["updated_at", "2020-11-18 12:53:02.422877"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 2.04013770831023], ["string", "Quis ut amet."], ["created_at", "2020-11-18 12:53:02.424036"], ["updated_at", "2020-11-18 12:53:02.424036"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 12:53:02.425643"], ["updated_at", "2020-11-18 12:53:02.425643"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 12:53:02.427258"], ["updated_at", "2020-11-18 12:53:02.427258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 12:53:02.429093"], ["updated_at", "2020-11-18 12:53:02.429093"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 12:53:02.430871"], ["updated_at", "2020-11-18 12:53:02.430871"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 12:53:02.433145"], ["updated_at", "2020-11-18 12:53:02.433145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-18 12:53:02.435779"], ["updated_at", "2020-11-18 12:53:02.435779"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 2], ["created_at", "2020-11-18 12:53:02.438280"], ["updated_at", "2020-11-18 12:53:02.438280"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 7], ["created_at", "2020-11-18 12:53:02.440777"], ["updated_at", "2020-11-18 12:53:02.440777"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 10], ["created_at", "2020-11-18 12:53:02.443977"], ["updated_at", "2020-11-18 12:53:02.443977"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 7], ["created_at", "2020-11-18 12:53:02.447597"], ["updated_at", "2020-11-18 12:53:02.447597"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 12:53:02.450372"], ["updated_at", "2020-11-18 12:53:02.450372"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-18 12:53:02.453019"], ["updated_at", "2020-11-18 12:53:02.453019"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 12:53:02.455663"], ["updated_at", "2020-11-18 12:53:02.455663"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 12:53:02.458369"], ["updated_at", "2020-11-18 12:53:02.458369"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 12:53:02.460906"], ["updated_at", "2020-11-18 12:53:02.460906"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:53:02.463540"], ["updated_at", "2020-11-18 12:53:02.463540"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:53:02.465985"], ["updated_at", "2020-11-18 12:53:02.465985"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:53:02.468079"], ["updated_at", "2020-11-18 12:53:02.468079"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:53:02.470058"], ["updated_at", "2020-11-18 12:53:02.470058"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:53:02.472049"], ["updated_at", "2020-11-18 12:53:02.472049"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 12:53:02.485293"], ["updated_at", "2020-11-18 12:53:02.485293"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 12:53:02.487567"], ["updated_at", "2020-11-18 12:53:02.487567"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 12:53:02.489764"], ["updated_at", "2020-11-18 12:53:02.489764"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 12:53:02.491936"], ["updated_at", "2020-11-18 12:53:02.491936"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 12:53:02.494008"], ["updated_at", "2020-11-18 12:53:02.494008"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.495375"], ["updated_at", "2020-11-18 12:53:02.495375"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.496668"], ["updated_at", "2020-11-18 12:53:02.496668"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.497813"], ["updated_at", "2020-11-18 12:53:02.497813"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.498897"], ["updated_at", "2020-11-18 12:53:02.498897"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.500002"], ["updated_at", "2020-11-18 12:53:02.500002"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:53:02.501146"], ["updated_at", "2020-11-18 12:53:02.501146"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:53:02.502411"], ["updated_at", "2020-11-18 12:53:02.502411"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:53:02.503829"], ["updated_at", "2020-11-18 12:53:02.503829"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:53:02.505061"], ["updated_at", "2020-11-18 12:53:02.505061"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:53:02.506428"], ["updated_at", "2020-11-18 12:53:02.506428"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 29], ["decimal", 6.76505445632045], ["string", "Quod voluptas quis."], ["date", "2021-09-06"], ["time", "2000-01-01 09:17:32.001359"], ["datetime", "2020-11-18 01:12:43.416927"], ["created_at", "2020-11-18 12:53:02.509076"], ["updated_at", "2020-11-18 12:53:02.509076"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 9.56262194206577], ["string", "Velit possimus aut modi."], ["date", "2021-09-15"], ["time", "2000-01-01 06:37:12.754648"], ["datetime", "2020-11-18 05:40:00.356743"], ["created_at", "2020-11-18 12:53:02.511158"], ["updated_at", "2020-11-18 12:53:02.511158"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 22.0099631871661], ["string", "Autem nihil magnam."], ["date", "2022-01-29"], ["time", "2000-01-01 10:00:20.603433"], ["datetime", "2020-11-18 02:20:42.822433"], ["created_at", "2020-11-18 12:53:02.513181"], ["updated_at", "2020-11-18 12:53:02.513181"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 1.80072000087243], ["string", "Ut dolores et beatae."], ["date", "2021-08-29"], ["time", "2000-01-01 01:15:58.557953"], ["datetime", "2020-11-17 14:23:32.020263"], ["created_at", "2020-11-18 12:53:02.515610"], ["updated_at", "2020-11-18 12:53:02.515610"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 32], ["decimal", 9.04838523220547], ["string", "Vitae tenetur autem."], ["date", "2021-01-22"], ["time", "2000-01-01 11:36:56.177412"], ["datetime", "2020-11-18 09:22:52.572260"], ["created_at", "2020-11-18 12:53:02.517948"], ["updated_at", "2020-11-18 12:53:02.517948"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 11.8238647555627], ["string", "Et culpa quia."], ["created_at", "2020-11-18 12:53:02.520298"], ["updated_at", "2020-11-18 12:53:02.520298"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 22.9416538795671], ["string", "Illo omnis natus suscipit."], ["created_at", "2020-11-18 12:53:02.522067"], ["updated_at", "2020-11-18 12:53:02.522067"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1038], ["decimal", 21.224078696179], ["string", "Neque explicabo excepturi."], ["created_at", "2020-11-18 12:53:02.523764"], ["updated_at", "2020-11-18 12:53:02.523764"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 14.4404550702042], ["string", "Quae eligendi aut sunt."], ["created_at", "2020-11-18 12:53:02.525604"], ["updated_at", "2020-11-18 12:53:02.525604"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1031], ["decimal", 1.57467878780754], ["string", "Qui qui omnis."], ["created_at", "2020-11-18 12:53:02.527446"], ["updated_at", "2020-11-18 12:53:02.527446"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 12:53:02.530126"], ["updated_at", "2020-11-18 12:53:02.530126"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 12:53:02.532593"], ["updated_at", "2020-11-18 12:53:02.532593"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 12:53:02.534960"], ["updated_at", "2020-11-18 12:53:02.534960"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 12:53:02.537243"], ["updated_at", "2020-11-18 12:53:02.537243"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 12:53:02.539699"], ["updated_at", "2020-11-18 12:53:02.539699"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 15], ["created_at", "2020-11-18 12:53:02.542948"], ["updated_at", "2020-11-18 12:53:02.542948"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 15], ["created_at", "2020-11-18 12:53:02.546180"], ["updated_at", "2020-11-18 12:53:02.546180"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 3], ["created_at", "2020-11-18 12:53:02.549453"], ["updated_at", "2020-11-18 12:53:02.549453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (4.8ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 2], ["created_at", "2020-11-18 12:53:02.551937"], ["updated_at", "2020-11-18 12:53:02.551937"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.3ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 11], ["created_at", "2020-11-18 12:53:02.576562"], ["updated_at", "2020-11-18 12:53:02.576562"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-18 12:53:02.579137"], ["updated_at", "2020-11-18 12:53:02.579137"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 11], ["created_at", "2020-11-18 12:53:02.581460"], ["updated_at", "2020-11-18 12:53:02.581460"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 12:53:02.583746"], ["updated_at", "2020-11-18 12:53:02.583746"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-18 12:53:02.585962"], ["updated_at", "2020-11-18 12:53:02.585962"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 12:53:02.588162"], ["updated_at", "2020-11-18 12:53:02.588162"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:53:02.590422"], ["updated_at", "2020-11-18 12:53:02.590422"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:53:02.592449"], ["updated_at", "2020-11-18 12:53:02.592449"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:53:02.594461"], ["updated_at", "2020-11-18 12:53:02.594461"], ["india_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:53:02.596606"], ["updated_at", "2020-11-18 12:53:02.596606"], ["india_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:53:02.598705"], ["updated_at", "2020-11-18 12:53:02.598705"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 12:53:02.610836"], ["updated_at", "2020-11-18 12:53:02.610836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 12:53:02.612691"], ["updated_at", "2020-11-18 12:53:02.612691"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 12:53:02.614385"], ["updated_at", "2020-11-18 12:53:02.614385"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-18 12:53:02.616119"], ["updated_at", "2020-11-18 12:53:02.616119"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-18 12:53:02.618000"], ["updated_at", "2020-11-18 12:53:02.618000"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.619257"], ["updated_at", "2020-11-18 12:53:02.619257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.620391"], ["updated_at", "2020-11-18 12:53:02.620391"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.621527"], ["updated_at", "2020-11-18 12:53:02.621527"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.622912"], ["updated_at", "2020-11-18 12:53:02.622912"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.624135"], ["updated_at", "2020-11-18 12:53:02.624135"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:53:02.625545"], ["updated_at", "2020-11-18 12:53:02.625545"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:53:02.626778"], ["updated_at", "2020-11-18 12:53:02.626778"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:53:02.627940"], ["updated_at", "2020-11-18 12:53:02.627940"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:53:02.629010"], ["updated_at", "2020-11-18 12:53:02.629010"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:53:02.630149"], ["updated_at", "2020-11-18 12:53:02.630149"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 1.72322879919509], ["string", "A ipsa amet."], ["date", "2019-04-29"], ["time", "2000-01-01 19:01:52.887268"], ["datetime", "2020-11-18 01:26:46.528117"], ["created_at", "2020-11-18 12:53:02.670869"], ["updated_at", "2020-11-18 12:53:02.670869"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 10.6982038475135], ["string", "Officia cumque amet maxime."], ["date", "2020-10-21"], ["time", "2000-01-01 22:22:29.496462"], ["datetime", "2020-11-17 16:44:59.432415"], ["created_at", "2020-11-18 12:53:02.674478"], ["updated_at", "2020-11-18 12:53:02.674478"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 26], ["decimal", 17.2697911586161], ["string", "Optio voluptate aliquid."], ["date", "2020-10-21"], ["time", "2000-01-01 04:52:05.134906"], ["datetime", "2020-11-18 11:46:29.154142"], ["created_at", "2020-11-18 12:53:02.677357"], ["updated_at", "2020-11-18 12:53:02.677357"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 26.5199233214472], ["string", "Et ipsa minus."], ["date", "2020-05-20"], ["time", "2000-01-01 23:59:05.571762"], ["datetime", "2020-11-18 07:16:35.753501"], ["created_at", "2020-11-18 12:53:02.681967"], ["updated_at", "2020-11-18 12:53:02.681967"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 2.83984126128187], ["string", "Cupiditate quaerat maxime aut."], ["date", "2022-06-15"], ["time", "2000-01-01 06:20:12.839536"], ["datetime", "2020-11-17 13:20:59.617662"], ["created_at", "2020-11-18 12:53:02.684789"], ["updated_at", "2020-11-18 12:53:02.684789"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 13.771920799536], ["string", "Ea necessitatibus expedita."], ["date", "2019-06-02"], ["time", "2000-01-01 23:03:24.635058"], ["datetime", "2020-11-17 23:16:25.136160"], ["created_at", "2020-11-18 12:53:02.687537"], ["updated_at", "2020-11-18 12:53:02.687537"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:53:02.691455"], ["updated_at", "2020-11-18 12:53:02.691455"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.9ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.0ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 23], ["decimal", 11.1257277278295], ["string", "Et autem itaque."], ["date", "2020-01-11"], ["time", "2000-01-01 08:26:27.166461"], ["datetime", "2020-11-18 10:01:36.747034"], ["created_at", "2020-11-18 12:54:05.117692"], ["updated_at", "2020-11-18 12:54:05.117692"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["decimal", 10.402000125635], ["string", "Sit natus qui debitis."], ["date", "2020-11-22"], ["time", "2000-01-01 10:25:14.589492"], ["datetime", "2020-11-18 09:19:28.866240"], ["created_at", "2020-11-18 12:54:05.121663"], ["updated_at", "2020-11-18 12:54:05.121663"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 11.8845895020121], ["string", "Est nulla accusamus."], ["date", "2019-01-21"], ["time", "2000-01-01 03:12:00.004096"], ["datetime", "2020-11-18 04:23:06.925724"], ["created_at", "2020-11-18 12:54:05.124978"], ["updated_at", "2020-11-18 12:54:05.124978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 1.04700464186442], ["string", "Magni sequi exercitationem."], ["date", "2022-10-10"], ["time", "2000-01-01 14:59:50.590225"], ["datetime", "2020-11-18 00:23:09.707726"], ["created_at", "2020-11-18 12:54:05.128788"], ["updated_at", "2020-11-18 12:54:05.128788"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 10.6680069875818], ["string", "Omnis occaecati veritatis unde."], ["date", "2019-07-24"], ["time", "2000-01-01 02:40:58.878528"], ["datetime", "2020-11-18 01:50:29.981173"], ["created_at", "2020-11-18 12:54:05.130831"], ["updated_at", "2020-11-18 12:54:05.130831"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 21.4540797994023], ["string", "Consequatur dignissimos sunt."], ["date", "2021-03-26"], ["time", "2000-01-01 22:32:39.141777"], ["datetime", "2020-11-17 19:35:24.628818"], ["created_at", "2020-11-18 12:54:05.132774"], ["updated_at", "2020-11-18 12:54:05.132774"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:05.135839"], ["updated_at", "2020-11-18 12:54:05.135839"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.5ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.5ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.6ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (1.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 18.6644977005092], ["string", "Temporibus vel dolorem."], ["date", "2022-10-13"], ["time", "2000-01-01 01:42:16.299179"], ["datetime", "2020-11-17 22:01:38.821009"], ["created_at", "2020-11-18 12:54:12.946067"], ["updated_at", "2020-11-18 12:54:12.946067"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 1.49824740296461], ["string", "Voluptate molestiae ipsum temporibus."], ["date", "2022-01-22"], ["time", "2000-01-01 04:04:38.787505"], ["datetime", "2020-11-17 19:53:36.103106"], ["created_at", "2020-11-18 12:54:12.949015"], ["updated_at", "2020-11-18 12:54:12.949015"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 10.0135050915869], ["string", "Exercitationem quia a."], ["date", "2020-02-13"], ["time", "2000-01-01 17:53:53.627194"], ["datetime", "2020-11-17 21:25:42.411163"], ["created_at", "2020-11-18 12:54:12.951327"], ["updated_at", "2020-11-18 12:54:12.951327"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 5.59507502247824], ["string", "Assumenda eum ratione."], ["date", "2021-08-08"], ["time", "2000-01-01 12:36:34.814067"], ["datetime", "2020-11-18 12:20:26.146197"], ["created_at", "2020-11-18 12:54:12.955765"], ["updated_at", "2020-11-18 12:54:12.955765"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 2.71641469378075], ["string", "Quod labore est recusandae."], ["date", "2019-04-19"], ["time", "2000-01-01 16:41:44.420799"], ["datetime", "2020-11-18 06:03:57.265311"], ["created_at", "2020-11-18 12:54:12.958585"], ["updated_at", "2020-11-18 12:54:12.958585"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 7.47451486219602], ["string", "Quae quia amet."], ["date", "2021-08-14"], ["time", "2000-01-01 09:37:24.860361"], ["datetime", "2020-11-18 03:53:17.920149"], ["created_at", "2020-11-18 12:54:12.961159"], ["updated_at", "2020-11-18 12:54:12.961159"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:12.966839"], ["updated_at", "2020-11-18 12:54:12.966839"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.2ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.5ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.5ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 33.6556642212343], ["string", "Ex velit nihil."], ["date", "2021-12-14"], ["time", "2000-01-01 21:33:38.978457"], ["datetime", "2020-11-18 05:24:59.201951"], ["created_at", "2020-11-18 12:54:51.690759"], ["updated_at", "2020-11-18 12:54:51.690759"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 20.6822978732713], ["string", "In distinctio dolorem omnis."], ["date", "2022-06-03"], ["time", "2000-01-01 11:12:37.546119"], ["datetime", "2020-11-18 01:57:58.045869"], ["created_at", "2020-11-18 12:54:51.693430"], ["updated_at", "2020-11-18 12:54:51.693430"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 7.68245096905914], ["string", "Qui earum quis."], ["date", "2020-01-03"], ["time", "2000-01-01 10:04:31.499315"], ["datetime", "2020-11-18 08:14:30.457198"], ["created_at", "2020-11-18 12:54:51.695691"], ["updated_at", "2020-11-18 12:54:51.695691"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 22.4326739305026], ["string", "Sunt beatae optio ut."], ["date", "2019-01-25"], ["time", "2000-01-01 22:07:05.494286"], ["datetime", "2020-11-18 06:40:30.991564"], ["created_at", "2020-11-18 12:54:51.697826"], ["updated_at", "2020-11-18 12:54:51.697826"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 24], ["decimal", 2.80051735167883], ["string", "Labore fuga minima."], ["date", "2019-10-10"], ["time", "2000-01-01 16:34:15.072317"], ["datetime", "2020-11-18 07:58:43.195238"], ["created_at", "2020-11-18 12:54:51.699966"], ["updated_at", "2020-11-18 12:54:51.699966"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1021], ["decimal", 4.61564983936283], ["string", "Debitis omnis repellat."], ["created_at", "2020-11-18 12:54:51.708375"], ["updated_at", "2020-11-18 12:54:51.708375"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 15.6879088726632], ["string", "Error aut quo aut."], ["created_at", "2020-11-18 12:54:51.710199"], ["updated_at", "2020-11-18 12:54:51.710199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 2.76469098033693], ["string", "Enim corporis et."], ["created_at", "2020-11-18 12:54:51.711787"], ["updated_at", "2020-11-18 12:54:51.711787"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 2.18214877498429], ["string", "Velit ea veritatis maxime."], ["created_at", "2020-11-18 12:54:51.713247"], ["updated_at", "2020-11-18 12:54:51.713247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 7.94374321218204], ["string", "Et dolor ea."], ["created_at", "2020-11-18 12:54:51.714710"], ["updated_at", "2020-11-18 12:54:51.714710"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 12:54:51.723789"], ["updated_at", "2020-11-18 12:54:51.723789"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 12:54:51.725903"], ["updated_at", "2020-11-18 12:54:51.725903"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 12:54:51.727857"], ["updated_at", "2020-11-18 12:54:51.727857"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 12:54:51.729647"], ["updated_at", "2020-11-18 12:54:51.729647"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 12:54:51.731460"], ["updated_at", "2020-11-18 12:54:51.731460"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-18 12:54:51.739496"], ["updated_at", "2020-11-18 12:54:51.739496"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-18 12:54:51.742112"], ["updated_at", "2020-11-18 12:54:51.742112"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-18 12:54:51.744650"], ["updated_at", "2020-11-18 12:54:51.744650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-18 12:54:51.747068"], ["updated_at", "2020-11-18 12:54:51.747068"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-18 12:54:51.749429"], ["updated_at", "2020-11-18 12:54:51.749429"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 12:54:51.756689"], ["updated_at", "2020-11-18 12:54:51.756689"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 12:54:51.758806"], ["updated_at", "2020-11-18 12:54:51.758806"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 12:54:51.760571"], ["updated_at", "2020-11-18 12:54:51.760571"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 12:54:51.762273"], ["updated_at", "2020-11-18 12:54:51.762273"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 12:54:51.764037"], ["updated_at", "2020-11-18 12:54:51.764037"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:51.770681"], ["updated_at", "2020-11-18 12:54:51.770681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:51.772558"], ["updated_at", "2020-11-18 12:54:51.772558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:51.774256"], ["updated_at", "2020-11-18 12:54:51.774256"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:51.775917"], ["updated_at", "2020-11-18 12:54:51.775917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:51.777618"], ["updated_at", "2020-11-18 12:54:51.777618"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 12:54:51.798005"], ["updated_at", "2020-11-18 12:54:51.798005"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 12:54:51.799845"], ["updated_at", "2020-11-18 12:54:51.799845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 12:54:51.801421"], ["updated_at", "2020-11-18 12:54:51.801421"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 12:54:51.802988"], ["updated_at", "2020-11-18 12:54:51.802988"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 12:54:51.804569"], ["updated_at", "2020-11-18 12:54:51.804569"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:51.809141"], ["updated_at", "2020-11-18 12:54:51.809141"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:51.810263"], ["updated_at", "2020-11-18 12:54:51.810263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:51.811222"], ["updated_at", "2020-11-18 12:54:51.811222"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:51.812154"], ["updated_at", "2020-11-18 12:54:51.812154"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:51.813073"], ["updated_at", "2020-11-18 12:54:51.813073"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:51.816985"], ["updated_at", "2020-11-18 12:54:51.816985"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:51.818043"], ["updated_at", "2020-11-18 12:54:51.818043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:51.819004"], ["updated_at", "2020-11-18 12:54:51.819004"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:51.819909"], ["updated_at", "2020-11-18 12:54:51.819909"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:51.820797"], ["updated_at", "2020-11-18 12:54:51.820797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 10.631015087483], ["string", "Possimus consequatur et."], ["date", "2020-05-15"], ["time", "2000-01-01 02:39:03.270575"], ["datetime", "2020-11-18 00:05:40.555881"], ["created_at", "2020-11-18 12:54:51.822370"], ["updated_at", "2020-11-18 12:54:51.822370"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 0.72006810714709], ["string", "Esse est sit accusantium."], ["date", "2022-09-30"], ["time", "2000-01-01 10:31:30.278212"], ["datetime", "2020-11-18 07:38:06.709594"], ["created_at", "2020-11-18 12:54:51.824237"], ["updated_at", "2020-11-18 12:54:51.824237"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 19.3181588942366], ["string", "Qui iste cupiditate."], ["date", "2021-11-11"], ["time", "2000-01-01 23:46:26.635172"], ["datetime", "2020-11-17 20:10:07.625602"], ["created_at", "2020-11-18 12:54:51.826025"], ["updated_at", "2020-11-18 12:54:51.826025"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 6.22950984807708], ["string", "Ipsa nesciunt accusantium voluptas."], ["date", "2019-01-09"], ["time", "2000-01-01 17:40:33.498566"], ["datetime", "2020-11-17 19:44:20.221217"], ["created_at", "2020-11-18 12:54:51.827810"], ["updated_at", "2020-11-18 12:54:51.827810"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 6.45095968061791], ["string", "Odio eum tenetur."], ["date", "2022-03-23"], ["time", "2000-01-01 13:48:57.865546"], ["datetime", "2020-11-18 10:11:44.556476"], ["created_at", "2020-11-18 12:54:51.829585"], ["updated_at", "2020-11-18 12:54:51.829585"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 11.290890467443], ["string", "Et eum aut."], ["created_at", "2020-11-18 12:54:51.831269"], ["updated_at", "2020-11-18 12:54:51.831269"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 19.2661174133839], ["string", "Omnis pariatur assumenda non."], ["created_at", "2020-11-18 12:54:51.832605"], ["updated_at", "2020-11-18 12:54:51.832605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 18.0257393561735], ["string", "Et qui error."], ["created_at", "2020-11-18 12:54:51.833933"], ["updated_at", "2020-11-18 12:54:51.833933"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1028], ["decimal", 19.3638209429145], ["string", "Atque inventore omnis beatae."], ["created_at", "2020-11-18 12:54:51.835227"], ["updated_at", "2020-11-18 12:54:51.835227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1030], ["decimal", 16.7183586689423], ["string", "Magnam fuga maiores."], ["created_at", "2020-11-18 12:54:51.836481"], ["updated_at", "2020-11-18 12:54:51.836481"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 12:54:51.838287"], ["updated_at", "2020-11-18 12:54:51.838287"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 12:54:51.840030"], ["updated_at", "2020-11-18 12:54:51.840030"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 12:54:51.841745"], ["updated_at", "2020-11-18 12:54:51.841745"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 12:54:51.843510"], ["updated_at", "2020-11-18 12:54:51.843510"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 12:54:51.845284"], ["updated_at", "2020-11-18 12:54:51.845284"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 7], ["created_at", "2020-11-18 12:54:51.847704"], ["updated_at", "2020-11-18 12:54:51.847704"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 8], ["created_at", "2020-11-18 12:54:51.850013"], ["updated_at", "2020-11-18 12:54:51.850013"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 10], ["created_at", "2020-11-18 12:54:51.852233"], ["updated_at", "2020-11-18 12:54:51.852233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 6], ["created_at", "2020-11-18 12:54:51.854523"], ["updated_at", "2020-11-18 12:54:51.854523"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 8], ["created_at", "2020-11-18 12:54:51.856798"], ["updated_at", "2020-11-18 12:54:51.856798"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 12:54:51.858517"], ["updated_at", "2020-11-18 12:54:51.858517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 12:54:51.860265"], ["updated_at", "2020-11-18 12:54:51.860265"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 12:54:51.861978"], ["updated_at", "2020-11-18 12:54:51.861978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-18 12:54:51.863749"], ["updated_at", "2020-11-18 12:54:51.863749"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 12:54:51.865518"], ["updated_at", "2020-11-18 12:54:51.865518"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:54:51.867578"], ["updated_at", "2020-11-18 12:54:51.867578"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:54:51.869262"], ["updated_at", "2020-11-18 12:54:51.869262"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:54:51.870940"], ["updated_at", "2020-11-18 12:54:51.870940"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:54:51.872602"], ["updated_at", "2020-11-18 12:54:51.872602"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:54:51.874286"], ["updated_at", "2020-11-18 12:54:51.874286"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 12:54:51.884461"], ["updated_at", "2020-11-18 12:54:51.884461"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 12:54:51.886206"], ["updated_at", "2020-11-18 12:54:51.886206"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 12:54:51.887871"], ["updated_at", "2020-11-18 12:54:51.887871"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 12:54:51.889435"], ["updated_at", "2020-11-18 12:54:51.889435"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 12:54:51.890975"], ["updated_at", "2020-11-18 12:54:51.890975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:51.891960"], ["updated_at", "2020-11-18 12:54:51.891960"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:51.892841"], ["updated_at", "2020-11-18 12:54:51.892841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:51.893672"], ["updated_at", "2020-11-18 12:54:51.893672"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:51.894508"], ["updated_at", "2020-11-18 12:54:51.894508"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:51.895348"], ["updated_at", "2020-11-18 12:54:51.895348"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:51.896237"], ["updated_at", "2020-11-18 12:54:51.896237"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:51.897147"], ["updated_at", "2020-11-18 12:54:51.897147"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:51.898021"], ["updated_at", "2020-11-18 12:54:51.898021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:51.898931"], ["updated_at", "2020-11-18 12:54:51.898931"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:51.899919"], ["updated_at", "2020-11-18 12:54:51.899919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 0.142870117020044], ["string", "Error iure ut."], ["date", "2020-08-05"], ["time", "2000-01-01 21:10:25.798623"], ["datetime", "2020-11-18 11:57:11.389101"], ["created_at", "2020-11-18 12:54:51.901587"], ["updated_at", "2020-11-18 12:54:51.901587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 4.3305946629997], ["string", "Eligendi optio libero consequuntur."], ["date", "2019-09-11"], ["time", "2000-01-01 06:29:26.104300"], ["datetime", "2020-11-18 09:24:56.901947"], ["created_at", "2020-11-18 12:54:51.903660"], ["updated_at", "2020-11-18 12:54:51.903660"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 30.0625078028377], ["string", "Nam in dicta."], ["date", "2021-04-26"], ["time", "2000-01-01 21:51:18.536708"], ["datetime", "2020-11-17 18:57:37.782868"], ["created_at", "2020-11-18 12:54:51.905706"], ["updated_at", "2020-11-18 12:54:51.905706"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 9.63272742605493], ["string", "Excepturi magni qui sit."], ["date", "2019-01-06"], ["time", "2000-01-01 23:02:44.222940"], ["datetime", "2020-11-17 17:55:24.835297"], ["created_at", "2020-11-18 12:54:51.907760"], ["updated_at", "2020-11-18 12:54:51.907760"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 1.38388462258786], ["string", "Facilis officiis cumque."], ["date", "2020-11-05"], ["time", "2000-01-01 14:13:45.008077"], ["datetime", "2020-11-17 15:07:32.050843"], ["created_at", "2020-11-18 12:54:51.909826"], ["updated_at", "2020-11-18 12:54:51.909826"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 32.7307042363294], ["string", "Reprehenderit dicta et."], ["created_at", "2020-11-18 12:54:51.911598"], ["updated_at", "2020-11-18 12:54:51.911598"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 29.745788380386], ["string", "Et neque et commodi."], ["created_at", "2020-11-18 12:54:51.913170"], ["updated_at", "2020-11-18 12:54:51.913170"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1035], ["decimal", 13.7960453270903], ["string", "Est magni quam."], ["created_at", "2020-11-18 12:54:51.914676"], ["updated_at", "2020-11-18 12:54:51.914676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", 10.068189923512], ["string", "Dicta et temporibus deleniti."], ["created_at", "2020-11-18 12:54:51.916026"], ["updated_at", "2020-11-18 12:54:51.916026"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 4.75212004247811], ["string", "Qui itaque eum."], ["created_at", "2020-11-18 12:54:51.917318"], ["updated_at", "2020-11-18 12:54:51.917318"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 12:54:51.919130"], ["updated_at", "2020-11-18 12:54:51.919130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 12:54:51.920631"], ["updated_at", "2020-11-18 12:54:51.920631"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 12:54:51.922055"], ["updated_at", "2020-11-18 12:54:51.922055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 12:54:51.923498"], ["updated_at", "2020-11-18 12:54:51.923498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-18 12:54:51.925043"], ["updated_at", "2020-11-18 12:54:51.925043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 6], ["created_at", "2020-11-18 12:54:51.927308"], ["updated_at", "2020-11-18 12:54:51.927308"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-18 12:54:51.929828"], ["updated_at", "2020-11-18 12:54:51.929828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-18 12:54:51.932267"], ["updated_at", "2020-11-18 12:54:51.932267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 11], ["created_at", "2020-11-18 12:54:51.934532"], ["updated_at", "2020-11-18 12:54:51.934532"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 12], ["created_at", "2020-11-18 12:54:51.936492"], ["updated_at", "2020-11-18 12:54:51.936492"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 12:54:51.938009"], ["updated_at", "2020-11-18 12:54:51.938009"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 12:54:51.939414"], ["updated_at", "2020-11-18 12:54:51.939414"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-18 12:54:51.940773"], ["updated_at", "2020-11-18 12:54:51.940773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 12:54:51.942077"], ["updated_at", "2020-11-18 12:54:51.942077"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 12:54:51.943724"], ["updated_at", "2020-11-18 12:54:51.943724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:54:51.945424"], ["updated_at", "2020-11-18 12:54:51.945424"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:54:51.947075"], ["updated_at", "2020-11-18 12:54:51.947075"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:54:51.948637"], ["updated_at", "2020-11-18 12:54:51.948637"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:54:51.950489"], ["updated_at", "2020-11-18 12:54:51.950489"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:54:51.952263"], ["updated_at", "2020-11-18 12:54:51.952263"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 12:54:51.962527"], ["updated_at", "2020-11-18 12:54:51.962527"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 12:54:51.964167"], ["updated_at", "2020-11-18 12:54:51.964167"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 12:54:51.965629"], ["updated_at", "2020-11-18 12:54:51.965629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-18 12:54:51.967059"], ["updated_at", "2020-11-18 12:54:51.967059"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 12:54:51.968433"], ["updated_at", "2020-11-18 12:54:51.968433"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:51.969333"], ["updated_at", "2020-11-18 12:54:51.969333"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:51.970144"], ["updated_at", "2020-11-18 12:54:51.970144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:51.970957"], ["updated_at", "2020-11-18 12:54:51.970957"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:51.971841"], ["updated_at", "2020-11-18 12:54:51.971841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:51.972801"], ["updated_at", "2020-11-18 12:54:51.972801"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:51.974307"], ["updated_at", "2020-11-18 12:54:51.974307"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:51.975492"], ["updated_at", "2020-11-18 12:54:51.975492"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:51.976474"], ["updated_at", "2020-11-18 12:54:51.976474"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:51.977752"], ["updated_at", "2020-11-18 12:54:51.977752"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:51.978973"], ["updated_at", "2020-11-18 12:54:51.978973"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 3.60315368219389], ["string", "Sint repellat incidunt."], ["date", "2019-04-20"], ["time", "2000-01-01 22:58:45.361875"], ["datetime", "2020-11-17 14:42:32.680999"], ["created_at", "2020-11-18 12:54:51.988386"], ["updated_at", "2020-11-18 12:54:51.988386"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 19.6625424732462], ["string", "Odio dolorem et quo."], ["date", "2022-04-06"], ["time", "2000-01-01 22:48:39.653678"], ["datetime", "2020-11-18 02:51:08.223947"], ["created_at", "2020-11-18 12:54:51.992295"], ["updated_at", "2020-11-18 12:54:51.992295"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 35], ["decimal", 31.992744722467], ["string", "Iste non voluptatem."], ["date", "2020-06-15"], ["time", "2000-01-01 03:54:51.541867"], ["datetime", "2020-11-17 20:43:27.138162"], ["created_at", "2020-11-18 12:54:51.995680"], ["updated_at", "2020-11-18 12:54:51.995680"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 34], ["decimal", 4.8429384800389], ["string", "Non maxime laborum qui."], ["date", "2020-09-26"], ["time", "2000-01-01 09:23:22.297492"], ["datetime", "2020-11-18 03:20:09.032901"], ["created_at", "2020-11-18 12:54:51.999173"], ["updated_at", "2020-11-18 12:54:51.999173"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 17.9755068250614], ["string", "Explicabo amet velit."], ["date", "2019-03-24"], ["time", "2000-01-01 17:12:20.483234"], ["datetime", "2020-11-18 09:00:26.149087"], ["created_at", "2020-11-18 12:54:52.002596"], ["updated_at", "2020-11-18 12:54:52.002596"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 14.5195922324887], ["string", "Natus enim et."], ["created_at", "2020-11-18 12:54:52.005093"], ["updated_at", "2020-11-18 12:54:52.005093"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 5.28553256839515], ["string", "Exercitationem perferendis deleniti quia."], ["created_at", "2020-11-18 12:54:52.006952"], ["updated_at", "2020-11-18 12:54:52.006952"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 13.5083837909909], ["string", "Fugiat officiis vel."], ["created_at", "2020-11-18 12:54:52.008951"], ["updated_at", "2020-11-18 12:54:52.008951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 12.165524138108], ["string", "Dicta ex facilis facere."], ["created_at", "2020-11-18 12:54:52.010638"], ["updated_at", "2020-11-18 12:54:52.010638"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1028], ["decimal", 27.8001866916336], ["string", "Reiciendis placeat quia."], ["created_at", "2020-11-18 12:54:52.012259"], ["updated_at", "2020-11-18 12:54:52.012259"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 12:54:52.014440"], ["updated_at", "2020-11-18 12:54:52.014440"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 12:54:52.016110"], ["updated_at", "2020-11-18 12:54:52.016110"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 12:54:52.018121"], ["updated_at", "2020-11-18 12:54:52.018121"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 12:54:52.020524"], ["updated_at", "2020-11-18 12:54:52.020524"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 12:54:52.023043"], ["updated_at", "2020-11-18 12:54:52.023043"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-18 12:54:52.026417"], ["updated_at", "2020-11-18 12:54:52.026417"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-18 12:54:52.029954"], ["updated_at", "2020-11-18 12:54:52.029954"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-18 12:54:52.033084"], ["updated_at", "2020-11-18 12:54:52.033084"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-18 12:54:52.035514"], ["updated_at", "2020-11-18 12:54:52.035514"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 3], ["created_at", "2020-11-18 12:54:52.037572"], ["updated_at", "2020-11-18 12:54:52.037572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 12:54:52.039346"], ["updated_at", "2020-11-18 12:54:52.039346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 12:54:52.041362"], ["updated_at", "2020-11-18 12:54:52.041362"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 12:54:52.043125"], ["updated_at", "2020-11-18 12:54:52.043125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 12:54:52.044785"], ["updated_at", "2020-11-18 12:54:52.044785"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 12:54:52.046369"], ["updated_at", "2020-11-18 12:54:52.046369"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.047973"], ["updated_at", "2020-11-18 12:54:52.047973"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.049380"], ["updated_at", "2020-11-18 12:54:52.049380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.050785"], ["updated_at", "2020-11-18 12:54:52.050785"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.052102"], ["updated_at", "2020-11-18 12:54:52.052102"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.053433"], ["updated_at", "2020-11-18 12:54:52.053433"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 12:54:52.063267"], ["updated_at", "2020-11-18 12:54:52.063267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 12:54:52.064772"], ["updated_at", "2020-11-18 12:54:52.064772"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 12:54:52.066086"], ["updated_at", "2020-11-18 12:54:52.066086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 12:54:52.067389"], ["updated_at", "2020-11-18 12:54:52.067389"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 12:54:52.068647"], ["updated_at", "2020-11-18 12:54:52.068647"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.069481"], ["updated_at", "2020-11-18 12:54:52.069481"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.070203"], ["updated_at", "2020-11-18 12:54:52.070203"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.070888"], ["updated_at", "2020-11-18 12:54:52.070888"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.071660"], ["updated_at", "2020-11-18 12:54:52.071660"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.072460"], ["updated_at", "2020-11-18 12:54:52.072460"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:52.073314"], ["updated_at", "2020-11-18 12:54:52.073314"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:52.074186"], ["updated_at", "2020-11-18 12:54:52.074186"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:52.075041"], ["updated_at", "2020-11-18 12:54:52.075041"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:52.075935"], ["updated_at", "2020-11-18 12:54:52.075935"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:52.076813"], ["updated_at", "2020-11-18 12:54:52.076813"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 23], ["decimal", 10.1376903917625], ["string", "Et in tenetur."], ["date", "2022-02-18"], ["time", "2000-01-01 13:52:43.928117"], ["datetime", "2020-11-17 14:20:06.024273"], ["created_at", "2020-11-18 12:54:52.078398"], ["updated_at", "2020-11-18 12:54:52.078398"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 6.59395950037355], ["string", "Magnam non quo aperiam."], ["date", "2022-05-28"], ["time", "2000-01-01 06:06:18.314683"], ["datetime", "2020-11-18 11:29:58.757581"], ["created_at", "2020-11-18 12:54:52.080462"], ["updated_at", "2020-11-18 12:54:52.080462"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 6.32729101792212], ["string", "Sed exercitationem enim."], ["date", "2022-01-31"], ["time", "2000-01-01 10:25:31.262321"], ["datetime", "2020-11-17 13:44:58.052256"], ["created_at", "2020-11-18 12:54:52.082506"], ["updated_at", "2020-11-18 12:54:52.082506"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 19.9881984373468], ["string", "Error hic nostrum provident."], ["date", "2021-01-25"], ["time", "2000-01-01 19:01:09.648130"], ["datetime", "2020-11-18 07:09:09.543508"], ["created_at", "2020-11-18 12:54:52.084374"], ["updated_at", "2020-11-18 12:54:52.084374"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 18.8154158004626], ["string", "Consequatur omnis nobis."], ["date", "2020-02-08"], ["time", "2000-01-01 19:51:24.360176"], ["datetime", "2020-11-18 06:05:20.466924"], ["created_at", "2020-11-18 12:54:52.086091"], ["updated_at", "2020-11-18 12:54:52.086091"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 0.373966968580484], ["string", "Odit voluptas ad."], ["created_at", "2020-11-18 12:54:52.087599"], ["updated_at", "2020-11-18 12:54:52.087599"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1026], ["decimal", 28.7962633038827], ["string", "Atque dolor est qui."], ["created_at", "2020-11-18 12:54:52.088795"], ["updated_at", "2020-11-18 12:54:52.088795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 1.10000169264601], ["string", "Minus voluptatum expedita."], ["created_at", "2020-11-18 12:54:52.090003"], ["updated_at", "2020-11-18 12:54:52.090003"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 8.16531848722655], ["string", "Et molestiae aperiam laudantium."], ["created_at", "2020-11-18 12:54:52.091289"], ["updated_at", "2020-11-18 12:54:52.091289"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 2.09655812455139], ["string", "Aliquam quos dolor."], ["created_at", "2020-11-18 12:54:52.092584"], ["updated_at", "2020-11-18 12:54:52.092584"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 12:54:52.094354"], ["updated_at", "2020-11-18 12:54:52.094354"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 12:54:52.095960"], ["updated_at", "2020-11-18 12:54:52.095960"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 12:54:52.097524"], ["updated_at", "2020-11-18 12:54:52.097524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 12:54:52.099070"], ["updated_at", "2020-11-18 12:54:52.099070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 12:54:52.100716"], ["updated_at", "2020-11-18 12:54:52.100716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 9], ["created_at", "2020-11-18 12:54:52.103113"], ["updated_at", "2020-11-18 12:54:52.103113"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 7], ["created_at", "2020-11-18 12:54:52.105734"], ["updated_at", "2020-11-18 12:54:52.105734"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 6], ["created_at", "2020-11-18 12:54:52.108135"], ["updated_at", "2020-11-18 12:54:52.108135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-18 12:54:52.110460"], ["updated_at", "2020-11-18 12:54:52.110460"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 10], ["created_at", "2020-11-18 12:54:52.112815"], ["updated_at", "2020-11-18 12:54:52.112815"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 12:54:52.114661"], ["updated_at", "2020-11-18 12:54:52.114661"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 12:54:52.116503"], ["updated_at", "2020-11-18 12:54:52.116503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 12:54:52.118413"], ["updated_at", "2020-11-18 12:54:52.118413"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 12:54:52.120297"], ["updated_at", "2020-11-18 12:54:52.120297"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 12:54:52.122023"], ["updated_at", "2020-11-18 12:54:52.122023"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:54:52.123822"], ["updated_at", "2020-11-18 12:54:52.123822"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:54:52.125967"], ["updated_at", "2020-11-18 12:54:52.125967"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:54:52.128320"], ["updated_at", "2020-11-18 12:54:52.128320"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:54:52.130180"], ["updated_at", "2020-11-18 12:54:52.130180"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:54:52.132585"], ["updated_at", "2020-11-18 12:54:52.132585"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 12:54:52.142854"], ["updated_at", "2020-11-18 12:54:52.142854"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 12:54:52.144633"], ["updated_at", "2020-11-18 12:54:52.144633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 12:54:52.146307"], ["updated_at", "2020-11-18 12:54:52.146307"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 12:54:52.148070"], ["updated_at", "2020-11-18 12:54:52.148070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 12:54:52.149740"], ["updated_at", "2020-11-18 12:54:52.149740"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.150862"], ["updated_at", "2020-11-18 12:54:52.150862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.151841"], ["updated_at", "2020-11-18 12:54:52.151841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.152756"], ["updated_at", "2020-11-18 12:54:52.152756"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.153653"], ["updated_at", "2020-11-18 12:54:52.153653"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.154570"], ["updated_at", "2020-11-18 12:54:52.154570"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:52.155633"], ["updated_at", "2020-11-18 12:54:52.155633"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:52.156625"], ["updated_at", "2020-11-18 12:54:52.156625"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:52.157482"], ["updated_at", "2020-11-18 12:54:52.157482"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:52.158296"], ["updated_at", "2020-11-18 12:54:52.158296"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:52.159128"], ["updated_at", "2020-11-18 12:54:52.159128"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 0.0414513260703379], ["string", "Architecto suscipit labore."], ["date", "2020-10-18"], ["time", "2000-01-01 16:15:47.334568"], ["datetime", "2020-11-18 05:00:05.406250"], ["created_at", "2020-11-18 12:54:52.160636"], ["updated_at", "2020-11-18 12:54:52.160636"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 3.19892238383261], ["string", "Voluptas consectetur non ullam."], ["date", "2020-02-13"], ["time", "2000-01-01 20:50:52.416425"], ["datetime", "2020-11-17 13:27:34.619413"], ["created_at", "2020-11-18 12:54:52.162411"], ["updated_at", "2020-11-18 12:54:52.162411"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 24], ["decimal", 0.881204536012911], ["string", "Consequuntur a voluptate."], ["date", "2022-02-22"], ["time", "2000-01-01 21:41:43.304198"], ["datetime", "2020-11-17 15:31:37.372712"], ["created_at", "2020-11-18 12:54:52.164110"], ["updated_at", "2020-11-18 12:54:52.164110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 13.8445087318961], ["string", "Ullam sed alias quaerat."], ["date", "2020-08-10"], ["time", "2000-01-01 15:26:38.416472"], ["datetime", "2020-11-17 23:42:54.636335"], ["created_at", "2020-11-18 12:54:52.165823"], ["updated_at", "2020-11-18 12:54:52.165823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 37], ["decimal", 15.8944576558848], ["string", "Qui quis exercitationem."], ["date", "2021-12-09"], ["time", "2000-01-01 04:44:54.364763"], ["datetime", "2020-11-18 01:19:59.133016"], ["created_at", "2020-11-18 12:54:52.167739"], ["updated_at", "2020-11-18 12:54:52.167739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 4.92541777428194], ["string", "Eveniet nihil voluptatum."], ["created_at", "2020-11-18 12:54:52.169546"], ["updated_at", "2020-11-18 12:54:52.169546"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 0.5713912595617], ["string", "Deserunt modi maiores aperiam."], ["created_at", "2020-11-18 12:54:52.171616"], ["updated_at", "2020-11-18 12:54:52.171616"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1021], ["decimal", 8.91707870765744], ["string", "Non velit porro."], ["created_at", "2020-11-18 12:54:52.173502"], ["updated_at", "2020-11-18 12:54:52.173502"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 20.1019566866387], ["string", "Iure velit excepturi adipisci."], ["created_at", "2020-11-18 12:54:52.175246"], ["updated_at", "2020-11-18 12:54:52.175246"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 2.48881116677205], ["string", "Recusandae quos id."], ["created_at", "2020-11-18 12:54:52.177364"], ["updated_at", "2020-11-18 12:54:52.177364"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 12:54:52.179511"], ["updated_at", "2020-11-18 12:54:52.179511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 12:54:52.181298"], ["updated_at", "2020-11-18 12:54:52.181298"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-18 12:54:52.182986"], ["updated_at", "2020-11-18 12:54:52.182986"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 12:54:52.184643"], ["updated_at", "2020-11-18 12:54:52.184643"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 12:54:52.186361"], ["updated_at", "2020-11-18 12:54:52.186361"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 2], ["created_at", "2020-11-18 12:54:52.188783"], ["updated_at", "2020-11-18 12:54:52.188783"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 1], ["created_at", "2020-11-18 12:54:52.191191"], ["updated_at", "2020-11-18 12:54:52.191191"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 11], ["created_at", "2020-11-18 12:54:52.193756"], ["updated_at", "2020-11-18 12:54:52.193756"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 2], ["created_at", "2020-11-18 12:54:52.196394"], ["updated_at", "2020-11-18 12:54:52.196394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 11], ["created_at", "2020-11-18 12:54:52.198936"], ["updated_at", "2020-11-18 12:54:52.198936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-18 12:54:52.200950"], ["updated_at", "2020-11-18 12:54:52.200950"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 15], ["created_at", "2020-11-18 12:54:52.202939"], ["updated_at", "2020-11-18 12:54:52.202939"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-18 12:54:52.204865"], ["updated_at", "2020-11-18 12:54:52.204865"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (5.3ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-18 12:54:52.206803"], ["updated_at", "2020-11-18 12:54:52.206803"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.4ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 12:54:52.230481"], ["updated_at", "2020-11-18 12:54:52.230481"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:54:52.233306"], ["updated_at", "2020-11-18 12:54:52.233306"], ["india_id", 7]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:54:52.235583"], ["updated_at", "2020-11-18 12:54:52.235583"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:54:52.237634"], ["updated_at", "2020-11-18 12:54:52.237634"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:54:52.239607"], ["updated_at", "2020-11-18 12:54:52.239607"], ["india_id", 9]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:54:52.241579"], ["updated_at", "2020-11-18 12:54:52.241579"], ["india_id", 10]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-18 12:54:52.253266"], ["updated_at", "2020-11-18 12:54:52.253266"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 12:54:52.255240"], ["updated_at", "2020-11-18 12:54:52.255240"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-18 12:54:52.257043"], ["updated_at", "2020-11-18 12:54:52.257043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-18 12:54:52.258946"], ["updated_at", "2020-11-18 12:54:52.258946"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-18 12:54:52.260748"], ["updated_at", "2020-11-18 12:54:52.260748"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.261834"], ["updated_at", "2020-11-18 12:54:52.261834"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.262809"], ["updated_at", "2020-11-18 12:54:52.262809"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.264072"], ["updated_at", "2020-11-18 12:54:52.264072"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.265336"], ["updated_at", "2020-11-18 12:54:52.265336"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.266725"], ["updated_at", "2020-11-18 12:54:52.266725"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:52.268067"], ["updated_at", "2020-11-18 12:54:52.268067"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:52.269418"], ["updated_at", "2020-11-18 12:54:52.269418"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:52.270642"], ["updated_at", "2020-11-18 12:54:52.270642"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:52.271829"], ["updated_at", "2020-11-18 12:54:52.271829"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:52.273003"], ["updated_at", "2020-11-18 12:54:52.273003"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 7.16054960608933], ["string", "Quibusdam facere in."], ["date", "2020-03-26"], ["time", "2000-01-01 11:04:36.174748"], ["datetime", "2020-11-17 18:26:08.191990"], ["created_at", "2020-11-18 12:54:52.312936"], ["updated_at", "2020-11-18 12:54:52.312936"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 11.8632282124198], ["string", "Nesciunt et magnam error."], ["date", "2019-07-15"], ["time", "2000-01-01 10:10:07.532560"], ["datetime", "2020-11-18 02:23:57.510684"], ["created_at", "2020-11-18 12:54:52.316787"], ["updated_at", "2020-11-18 12:54:52.316787"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 22.5759110482138], ["string", "Rerum modi sunt."], ["date", "2018-12-30"], ["time", "2000-01-01 05:13:15.709336"], ["datetime", "2020-11-18 03:28:38.489714"], ["created_at", "2020-11-18 12:54:52.319739"], ["updated_at", "2020-11-18 12:54:52.319739"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 23.7304977880851], ["string", "Dolores asperiores beatae."], ["date", "2021-07-23"], ["time", "2000-01-01 20:16:32.117376"], ["datetime", "2020-11-17 22:13:44.375930"], ["created_at", "2020-11-18 12:54:52.325807"], ["updated_at", "2020-11-18 12:54:52.325807"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 1.68836414897351], ["string", "Sit enim iusto unde."], ["date", "2020-01-15"], ["time", "2000-01-01 06:59:11.062376"], ["datetime", "2020-11-17 17:46:56.431209"], ["created_at", "2020-11-18 12:54:52.329864"], ["updated_at", "2020-11-18 12:54:52.329864"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 40.7333248368759], ["string", "Qui in nulla."], ["date", "2019-02-09"], ["time", "2000-01-01 10:33:11.430166"], ["datetime", "2020-11-17 19:32:18.157175"], ["created_at", "2020-11-18 12:54:52.333773"], ["updated_at", "2020-11-18 12:54:52.333773"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.337853"], ["updated_at", "2020-11-18 12:54:52.337853"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 6.21936978044681], ["string", "Occaecati at aut."], ["date", "2019-01-29"], ["time", "2000-01-01 01:39:50.544789"], ["datetime", "2020-11-18 05:04:56.483433"], ["created_at", "2020-11-18 12:54:52.379205"], ["updated_at", "2020-11-18 12:54:52.379205"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 0.831119462047079], ["string", "Omnis mollitia ut sed."], ["date", "2021-02-06"], ["time", "2000-01-01 17:31:21.090021"], ["datetime", "2020-11-17 17:13:55.217392"], ["created_at", "2020-11-18 12:54:52.382126"], ["updated_at", "2020-11-18 12:54:52.382126"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 10.6494479003709], ["string", "Blanditiis aperiam et."], ["date", "2019-09-21"], ["time", "2000-01-01 08:43:41.956100"], ["datetime", "2020-11-18 08:23:19.015627"], ["created_at", "2020-11-18 12:54:52.384859"], ["updated_at", "2020-11-18 12:54:52.384859"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 3.75950799540505], ["string", "Ab deserunt omnis eos."], ["date", "2018-12-06"], ["time", "2000-01-01 09:01:13.854833"], ["datetime", "2020-11-17 17:25:13.898704"], ["created_at", "2020-11-18 12:54:52.387361"], ["updated_at", "2020-11-18 12:54:52.387361"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 38], ["decimal", 8.70244877981428], ["string", "Commodi dolores quo."], ["date", "2021-07-13"], ["time", "2000-01-01 00:33:57.895797"], ["datetime", "2020-11-17 14:04:09.472151"], ["created_at", "2020-11-18 12:54:52.389859"], ["updated_at", "2020-11-18 12:54:52.389859"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 15.9166841141032], ["string", "Sed blanditiis ut."], ["created_at", "2020-11-18 12:54:52.392161"], ["updated_at", "2020-11-18 12:54:52.392161"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 11.9686060323253], ["string", "Et voluptates facilis non."], ["created_at", "2020-11-18 12:54:52.394027"], ["updated_at", "2020-11-18 12:54:52.394027"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1027], ["decimal", 11.5170174227972], ["string", "Dicta magni nemo."], ["created_at", "2020-11-18 12:54:52.395816"], ["updated_at", "2020-11-18 12:54:52.395816"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 6.95793912578931], ["string", "Voluptates officiis explicabo vero."], ["created_at", "2020-11-18 12:54:52.398387"], ["updated_at", "2020-11-18 12:54:52.398387"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 5.24642268209777], ["string", "Dicta eius ipsum."], ["created_at", "2020-11-18 12:54:52.400737"], ["updated_at", "2020-11-18 12:54:52.400737"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 12:54:52.403669"], ["updated_at", "2020-11-18 12:54:52.403669"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 12:54:52.406054"], ["updated_at", "2020-11-18 12:54:52.406054"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 12:54:52.408615"], ["updated_at", "2020-11-18 12:54:52.408615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 12:54:52.410786"], ["updated_at", "2020-11-18 12:54:52.410786"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 12:54:52.412991"], ["updated_at", "2020-11-18 12:54:52.412991"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-18 12:54:52.415864"], ["updated_at", "2020-11-18 12:54:52.415864"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-18 12:54:52.418635"], ["updated_at", "2020-11-18 12:54:52.418635"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-18 12:54:52.421325"], ["updated_at", "2020-11-18 12:54:52.421325"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-18 12:54:52.423889"], ["updated_at", "2020-11-18 12:54:52.423889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-18 12:54:52.426451"], ["updated_at", "2020-11-18 12:54:52.426451"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 12:54:52.428942"], ["updated_at", "2020-11-18 12:54:52.428942"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 12:54:52.431116"], ["updated_at", "2020-11-18 12:54:52.431116"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 12:54:52.433011"], ["updated_at", "2020-11-18 12:54:52.433011"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 12:54:52.435125"], ["updated_at", "2020-11-18 12:54:52.435125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 12:54:52.436729"], ["updated_at", "2020-11-18 12:54:52.436729"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.438571"], ["updated_at", "2020-11-18 12:54:52.438571"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.440584"], ["updated_at", "2020-11-18 12:54:52.440584"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.442484"], ["updated_at", "2020-11-18 12:54:52.442484"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.444268"], ["updated_at", "2020-11-18 12:54:52.444268"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.446015"], ["updated_at", "2020-11-18 12:54:52.446015"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 12:54:52.456816"], ["updated_at", "2020-11-18 12:54:52.456816"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 12:54:52.458677"], ["updated_at", "2020-11-18 12:54:52.458677"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 12:54:52.460902"], ["updated_at", "2020-11-18 12:54:52.460902"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 12:54:52.463267"], ["updated_at", "2020-11-18 12:54:52.463267"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 12:54:52.465552"], ["updated_at", "2020-11-18 12:54:52.465552"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.466987"], ["updated_at", "2020-11-18 12:54:52.466987"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.468418"], ["updated_at", "2020-11-18 12:54:52.468418"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.469807"], ["updated_at", "2020-11-18 12:54:52.469807"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.471075"], ["updated_at", "2020-11-18 12:54:52.471075"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.472352"], ["updated_at", "2020-11-18 12:54:52.472352"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:52.473506"], ["updated_at", "2020-11-18 12:54:52.473506"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:52.475069"], ["updated_at", "2020-11-18 12:54:52.475069"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:52.476445"], ["updated_at", "2020-11-18 12:54:52.476445"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:52.477953"], ["updated_at", "2020-11-18 12:54:52.477953"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:52.479359"], ["updated_at", "2020-11-18 12:54:52.479359"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 12.0360732472582], ["string", "Tempora et et."], ["date", "2021-11-26"], ["time", "2000-01-01 08:56:37.252930"], ["datetime", "2020-11-17 15:37:35.234915"], ["created_at", "2020-11-18 12:54:52.481898"], ["updated_at", "2020-11-18 12:54:52.481898"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 4.64608354015679], ["string", "Dolorem qui maxime velit."], ["date", "2022-08-07"], ["time", "2000-01-01 16:25:54.901767"], ["datetime", "2020-11-17 20:20:30.185198"], ["created_at", "2020-11-18 12:54:52.484436"], ["updated_at", "2020-11-18 12:54:52.484436"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 29], ["decimal", 18.5946697081886], ["string", "Et voluptas enim."], ["date", "2021-03-27"], ["time", "2000-01-01 10:17:03.672588"], ["datetime", "2020-11-17 17:31:19.739671"], ["created_at", "2020-11-18 12:54:52.486945"], ["updated_at", "2020-11-18 12:54:52.486945"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 2.45463858102128], ["string", "Consequatur culpa corporis expedita."], ["date", "2020-03-06"], ["time", "2000-01-01 03:08:27.905503"], ["datetime", "2020-11-17 16:55:43.445836"], ["created_at", "2020-11-18 12:54:52.489365"], ["updated_at", "2020-11-18 12:54:52.489365"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 39], ["decimal", 4.13159210616781], ["string", "Non dolorum aspernatur."], ["date", "2021-07-13"], ["time", "2000-01-01 11:04:36.317881"], ["datetime", "2020-11-17 20:37:09.393618"], ["created_at", "2020-11-18 12:54:52.491727"], ["updated_at", "2020-11-18 12:54:52.491727"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 25.3907979170405], ["string", "Aut cum aut."], ["created_at", "2020-11-18 12:54:52.493789"], ["updated_at", "2020-11-18 12:54:52.493789"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1030], ["decimal", 14.5278664716627], ["string", "Facere voluptatibus non non."], ["created_at", "2020-11-18 12:54:52.495486"], ["updated_at", "2020-11-18 12:54:52.495486"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1025], ["decimal", 17.9013742488542], ["string", "Fugit corporis porro."], ["created_at", "2020-11-18 12:54:52.497122"], ["updated_at", "2020-11-18 12:54:52.497122"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 31.149500756718], ["string", "Voluptates distinctio dolor assumenda."], ["created_at", "2020-11-18 12:54:52.498766"], ["updated_at", "2020-11-18 12:54:52.498766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 9.67020672660979], ["string", "Alias voluptatem cumque."], ["created_at", "2020-11-18 12:54:52.500380"], ["updated_at", "2020-11-18 12:54:52.500380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 12:54:52.502489"], ["updated_at", "2020-11-18 12:54:52.502489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 12:54:52.504520"], ["updated_at", "2020-11-18 12:54:52.504520"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 12:54:52.506511"], ["updated_at", "2020-11-18 12:54:52.506511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 12:54:52.508412"], ["updated_at", "2020-11-18 12:54:52.508412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 12:54:52.510243"], ["updated_at", "2020-11-18 12:54:52.510243"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-18 12:54:52.512787"], ["updated_at", "2020-11-18 12:54:52.512787"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 9], ["created_at", "2020-11-18 12:54:52.515456"], ["updated_at", "2020-11-18 12:54:52.515456"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-18 12:54:52.517965"], ["updated_at", "2020-11-18 12:54:52.517965"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 8], ["created_at", "2020-11-18 12:54:52.520917"], ["updated_at", "2020-11-18 12:54:52.520917"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-18 12:54:52.523738"], ["updated_at", "2020-11-18 12:54:52.523738"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-18 12:54:52.525741"], ["updated_at", "2020-11-18 12:54:52.525741"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 12:54:52.528430"], ["updated_at", "2020-11-18 12:54:52.528430"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-18 12:54:52.530856"], ["updated_at", "2020-11-18 12:54:52.530856"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 12:54:52.533206"], ["updated_at", "2020-11-18 12:54:52.533206"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 12:54:52.535405"], ["updated_at", "2020-11-18 12:54:52.535405"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:54:52.537637"], ["updated_at", "2020-11-18 12:54:52.537637"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:54:52.540251"], ["updated_at", "2020-11-18 12:54:52.540251"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:54:52.543109"], ["updated_at", "2020-11-18 12:54:52.543109"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:54:52.545457"], ["updated_at", "2020-11-18 12:54:52.545457"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:54:52.547829"], ["updated_at", "2020-11-18 12:54:52.547829"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 12:54:52.560024"], ["updated_at", "2020-11-18 12:54:52.560024"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 12:54:52.562045"], ["updated_at", "2020-11-18 12:54:52.562045"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 12:54:52.563819"], ["updated_at", "2020-11-18 12:54:52.563819"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 12:54:52.565432"], ["updated_at", "2020-11-18 12:54:52.565432"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 12:54:52.567001"], ["updated_at", "2020-11-18 12:54:52.567001"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.568206"], ["updated_at", "2020-11-18 12:54:52.568206"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.569332"], ["updated_at", "2020-11-18 12:54:52.569332"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.570252"], ["updated_at", "2020-11-18 12:54:52.570252"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.571199"], ["updated_at", "2020-11-18 12:54:52.571199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.572187"], ["updated_at", "2020-11-18 12:54:52.572187"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:52.573254"], ["updated_at", "2020-11-18 12:54:52.573254"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:52.574395"], ["updated_at", "2020-11-18 12:54:52.574395"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:52.575834"], ["updated_at", "2020-11-18 12:54:52.575834"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:52.577007"], ["updated_at", "2020-11-18 12:54:52.577007"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:52.578326"], ["updated_at", "2020-11-18 12:54:52.578326"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 9.08504604414437], ["string", "Aut dolor deserunt."], ["date", "2020-01-14"], ["time", "2000-01-01 18:03:58.951848"], ["datetime", "2020-11-17 16:54:31.739165"], ["created_at", "2020-11-18 12:54:52.580159"], ["updated_at", "2020-11-18 12:54:52.580159"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 1.68204298696339], ["string", "Pariatur voluptas voluptas reiciendis."], ["date", "2022-04-30"], ["time", "2000-01-01 00:35:04.717675"], ["datetime", "2020-11-17 17:39:43.737028"], ["created_at", "2020-11-18 12:54:52.582182"], ["updated_at", "2020-11-18 12:54:52.582182"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 37.5857338749454], ["string", "Voluptas ipsum itaque."], ["date", "2019-03-01"], ["time", "2000-01-01 17:33:47.690351"], ["datetime", "2020-11-18 08:42:26.473384"], ["created_at", "2020-11-18 12:54:52.584311"], ["updated_at", "2020-11-18 12:54:52.584311"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 0.0127521340436422], ["string", "Illo ea quam eligendi."], ["date", "2020-09-16"], ["time", "2000-01-01 22:12:08.679613"], ["datetime", "2020-11-18 02:54:31.160404"], ["created_at", "2020-11-18 12:54:52.586511"], ["updated_at", "2020-11-18 12:54:52.586511"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 40], ["decimal", 9.00816581902724], ["string", "Nostrum itaque dolorem."], ["date", "2021-06-24"], ["time", "2000-01-01 02:25:41.121769"], ["datetime", "2020-11-18 10:31:08.741968"], ["created_at", "2020-11-18 12:54:52.588665"], ["updated_at", "2020-11-18 12:54:52.588665"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1034], ["decimal", 0.0356547430965184], ["string", "Consequatur et sed."], ["created_at", "2020-11-18 12:54:52.590586"], ["updated_at", "2020-11-18 12:54:52.590586"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 17.2174505482831], ["string", "Esse dolor sunt ea."], ["created_at", "2020-11-18 12:54:52.592218"], ["updated_at", "2020-11-18 12:54:52.592218"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 4.18587179532518], ["string", "Atque et modi."], ["created_at", "2020-11-18 12:54:52.593739"], ["updated_at", "2020-11-18 12:54:52.593739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 11.9592650602474], ["string", "Hic assumenda et sed."], ["created_at", "2020-11-18 12:54:52.595222"], ["updated_at", "2020-11-18 12:54:52.595222"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", 5.46042504884364], ["string", "Facere harum adipisci."], ["created_at", "2020-11-18 12:54:52.596792"], ["updated_at", "2020-11-18 12:54:52.596792"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 12:54:52.599036"], ["updated_at", "2020-11-18 12:54:52.599036"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 12:54:52.600954"], ["updated_at", "2020-11-18 12:54:52.600954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 12:54:52.602790"], ["updated_at", "2020-11-18 12:54:52.602790"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 12:54:52.604940"], ["updated_at", "2020-11-18 12:54:52.604940"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 12:54:52.607234"], ["updated_at", "2020-11-18 12:54:52.607234"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-18 12:54:52.610461"], ["updated_at", "2020-11-18 12:54:52.610461"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 3], ["created_at", "2020-11-18 12:54:52.613111"], ["updated_at", "2020-11-18 12:54:52.613111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 7], ["created_at", "2020-11-18 12:54:52.615813"], ["updated_at", "2020-11-18 12:54:52.615813"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 5], ["created_at", "2020-11-18 12:54:52.618440"], ["updated_at", "2020-11-18 12:54:52.618440"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 7], ["created_at", "2020-11-18 12:54:52.621242"], ["updated_at", "2020-11-18 12:54:52.621242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-18 12:54:52.623153"], ["updated_at", "2020-11-18 12:54:52.623153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 12:54:52.624924"], ["updated_at", "2020-11-18 12:54:52.624924"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-18 12:54:52.626626"], ["updated_at", "2020-11-18 12:54:52.626626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 12:54:52.628203"], ["updated_at", "2020-11-18 12:54:52.628203"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 12:54:52.629736"], ["updated_at", "2020-11-18 12:54:52.629736"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:54:52.631347"], ["updated_at", "2020-11-18 12:54:52.631347"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:54:52.632838"], ["updated_at", "2020-11-18 12:54:52.632838"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:54:52.634948"], ["updated_at", "2020-11-18 12:54:52.634948"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:54:52.636841"], ["updated_at", "2020-11-18 12:54:52.636841"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:54:52.638603"], ["updated_at", "2020-11-18 12:54:52.638603"], ["india_id", 7]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 12:54:52.648828"], ["updated_at", "2020-11-18 12:54:52.648828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-18 12:54:52.650516"], ["updated_at", "2020-11-18 12:54:52.650516"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-18 12:54:52.652041"], ["updated_at", "2020-11-18 12:54:52.652041"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 12:54:52.653557"], ["updated_at", "2020-11-18 12:54:52.653557"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-18 12:54:52.655069"], ["updated_at", "2020-11-18 12:54:52.655069"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.656055"], ["updated_at", "2020-11-18 12:54:52.656055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.656904"], ["updated_at", "2020-11-18 12:54:52.656904"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.657749"], ["updated_at", "2020-11-18 12:54:52.657749"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.658596"], ["updated_at", "2020-11-18 12:54:52.658596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:54:52.659428"], ["updated_at", "2020-11-18 12:54:52.659428"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:52.660319"], ["updated_at", "2020-11-18 12:54:52.660319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:52.661139"], ["updated_at", "2020-11-18 12:54:52.661139"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:52.661921"], ["updated_at", "2020-11-18 12:54:52.661921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:52.662709"], ["updated_at", "2020-11-18 12:54:52.662709"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:54:52.663490"], ["updated_at", "2020-11-18 12:54:52.663490"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.7ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.9ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (1.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.6ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 0.37716321030519], ["string", "Cupiditate placeat ab."], ["date", "2019-06-02"], ["time", "2000-01-01 10:08:29.964656"], ["datetime", "2020-11-18 01:16:35.592253"], ["created_at", "2020-11-18 12:55:45.087674"], ["updated_at", "2020-11-18 12:55:45.087674"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 23], ["decimal", 17.0803280119657], ["string", "Cupiditate nesciunt tempora est."], ["date", "2020-11-19"], ["time", "2000-01-01 13:39:24.824206"], ["datetime", "2020-11-18 07:45:37.848649"], ["created_at", "2020-11-18 12:55:45.090725"], ["updated_at", "2020-11-18 12:55:45.090725"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 36], ["decimal", 1.17784746490382], ["string", "Itaque quia debitis."], ["date", "2021-04-07"], ["time", "2000-01-01 15:13:05.195659"], ["datetime", "2020-11-17 15:10:40.525352"], ["created_at", "2020-11-18 12:55:45.093057"], ["updated_at", "2020-11-18 12:55:45.093057"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 10.3928341467622], ["string", "Ut veniam deserunt in."], ["date", "2022-04-11"], ["time", "2000-01-01 02:15:15.879275"], ["datetime", "2020-11-17 16:17:04.066225"], ["created_at", "2020-11-18 12:55:45.095127"], ["updated_at", "2020-11-18 12:55:45.095127"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 22], ["decimal", 6.38804505663199], ["string", "Quod atque placeat."], ["date", "2022-10-08"], ["time", "2000-01-01 18:57:47.868580"], ["datetime", "2020-11-18 09:31:59.061705"], ["created_at", "2020-11-18 12:55:45.097619"], ["updated_at", "2020-11-18 12:55:45.097619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1021], ["decimal", 2.72928322292427], ["string", "Harum corporis aut."], ["created_at", "2020-11-18 12:55:45.104372"], ["updated_at", "2020-11-18 12:55:45.104372"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 26.765601807382], ["string", "Eos neque et ut."], ["created_at", "2020-11-18 12:55:45.105717"], ["updated_at", "2020-11-18 12:55:45.105717"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", 37.0992059993628], ["string", "Voluptate ut possimus."], ["created_at", "2020-11-18 12:55:45.106852"], ["updated_at", "2020-11-18 12:55:45.106852"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 18.0614239379466], ["string", "Quisquam qui assumenda reprehenderit."], ["created_at", "2020-11-18 12:55:45.107893"], ["updated_at", "2020-11-18 12:55:45.107893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 22.2238988499754], ["string", "Quisquam dolorem magnam."], ["created_at", "2020-11-18 12:55:45.108943"], ["updated_at", "2020-11-18 12:55:45.108943"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 12:55:45.116021"], ["updated_at", "2020-11-18 12:55:45.116021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 12:55:45.117670"], ["updated_at", "2020-11-18 12:55:45.117670"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 12:55:45.119898"], ["updated_at", "2020-11-18 12:55:45.119898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 12:55:45.121459"], ["updated_at", "2020-11-18 12:55:45.121459"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 12:55:45.122806"], ["updated_at", "2020-11-18 12:55:45.122806"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-18 12:55:45.129109"], ["updated_at", "2020-11-18 12:55:45.129109"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-18 12:55:45.131394"], ["updated_at", "2020-11-18 12:55:45.131394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-18 12:55:45.133740"], ["updated_at", "2020-11-18 12:55:45.133740"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-18 12:55:45.135697"], ["updated_at", "2020-11-18 12:55:45.135697"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 3], ["created_at", "2020-11-18 12:55:45.137451"], ["updated_at", "2020-11-18 12:55:45.137451"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 12:55:45.144059"], ["updated_at", "2020-11-18 12:55:45.144059"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 12:55:45.146460"], ["updated_at", "2020-11-18 12:55:45.146460"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 12:55:45.148822"], ["updated_at", "2020-11-18 12:55:45.148822"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 12:55:45.151222"], ["updated_at", "2020-11-18 12:55:45.151222"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 12:55:45.153320"], ["updated_at", "2020-11-18 12:55:45.153320"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.161956"], ["updated_at", "2020-11-18 12:55:45.161956"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.164291"], ["updated_at", "2020-11-18 12:55:45.164291"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.165984"], ["updated_at", "2020-11-18 12:55:45.165984"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.167375"], ["updated_at", "2020-11-18 12:55:45.167375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.168649"], ["updated_at", "2020-11-18 12:55:45.168649"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.2ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.2ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.3ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 12:55:45.193293"], ["updated_at", "2020-11-18 12:55:45.193293"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 12:55:45.196690"], ["updated_at", "2020-11-18 12:55:45.196690"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 12:55:45.199354"], ["updated_at", "2020-11-18 12:55:45.199354"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 12:55:45.201673"], ["updated_at", "2020-11-18 12:55:45.201673"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 12:55:45.203868"], ["updated_at", "2020-11-18 12:55:45.203868"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.210199"], ["updated_at", "2020-11-18 12:55:45.210199"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.211503"], ["updated_at", "2020-11-18 12:55:45.211503"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.212623"], ["updated_at", "2020-11-18 12:55:45.212623"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.213718"], ["updated_at", "2020-11-18 12:55:45.213718"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.214796"], ["updated_at", "2020-11-18 12:55:45.214796"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.220057"], ["updated_at", "2020-11-18 12:55:45.220057"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.221577"], ["updated_at", "2020-11-18 12:55:45.221577"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.223026"], ["updated_at", "2020-11-18 12:55:45.223026"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.224395"], ["updated_at", "2020-11-18 12:55:45.224395"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.225835"], ["updated_at", "2020-11-18 12:55:45.225835"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 14.1940387706011], ["string", "Autem repellat quam."], ["date", "2019-12-09"], ["time", "2000-01-01 02:19:58.816202"], ["datetime", "2020-11-18 12:29:39.377334"], ["created_at", "2020-11-18 12:55:45.228097"], ["updated_at", "2020-11-18 12:55:45.228097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 11.1350370396345], ["string", "Qui ut exercitationem perferendis."], ["date", "2022-08-21"], ["time", "2000-01-01 19:49:40.009368"], ["datetime", "2020-11-17 13:05:40.475550"], ["created_at", "2020-11-18 12:55:45.230415"], ["updated_at", "2020-11-18 12:55:45.230415"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 0.394265823062146], ["string", "Vel labore et."], ["date", "2020-01-02"], ["time", "2000-01-01 08:52:33.236728"], ["datetime", "2020-11-17 21:21:57.769132"], ["created_at", "2020-11-18 12:55:45.232648"], ["updated_at", "2020-11-18 12:55:45.232648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 7.35704598085131], ["string", "Et labore est nihil."], ["date", "2020-01-18"], ["time", "2000-01-01 02:43:15.656159"], ["datetime", "2020-11-18 07:44:21.244733"], ["created_at", "2020-11-18 12:55:45.234384"], ["updated_at", "2020-11-18 12:55:45.234384"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 13.3709408200348], ["string", "Et velit nam."], ["date", "2021-04-27"], ["time", "2000-01-01 01:37:13.904250"], ["datetime", "2020-11-17 22:25:02.851923"], ["created_at", "2020-11-18 12:55:45.235916"], ["updated_at", "2020-11-18 12:55:45.235916"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 1.87466423552952], ["string", "Voluptatem natus delectus."], ["created_at", "2020-11-18 12:55:45.237358"], ["updated_at", "2020-11-18 12:55:45.237358"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 14.2779246795675], ["string", "Delectus blanditiis eius est."], ["created_at", "2020-11-18 12:55:45.238538"], ["updated_at", "2020-11-18 12:55:45.238538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 12.2751896007003], ["string", "Aut quidem cum."], ["created_at", "2020-11-18 12:55:45.239656"], ["updated_at", "2020-11-18 12:55:45.239656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 22.9359092905646], ["string", "Provident debitis voluptas atque."], ["created_at", "2020-11-18 12:55:45.240835"], ["updated_at", "2020-11-18 12:55:45.240835"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 0.960110876155837], ["string", "Esse et quam."], ["created_at", "2020-11-18 12:55:45.242161"], ["updated_at", "2020-11-18 12:55:45.242161"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 12:55:45.244000"], ["updated_at", "2020-11-18 12:55:45.244000"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 12:55:45.245647"], ["updated_at", "2020-11-18 12:55:45.245647"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 12:55:45.247273"], ["updated_at", "2020-11-18 12:55:45.247273"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 12:55:45.248896"], ["updated_at", "2020-11-18 12:55:45.248896"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 12:55:45.250488"], ["updated_at", "2020-11-18 12:55:45.250488"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 5], ["created_at", "2020-11-18 12:55:45.252594"], ["updated_at", "2020-11-18 12:55:45.252594"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-18 12:55:45.254605"], ["updated_at", "2020-11-18 12:55:45.254605"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 1], ["created_at", "2020-11-18 12:55:45.256698"], ["updated_at", "2020-11-18 12:55:45.256698"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 9], ["created_at", "2020-11-18 12:55:45.258874"], ["updated_at", "2020-11-18 12:55:45.258874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 8], ["created_at", "2020-11-18 12:55:45.261136"], ["updated_at", "2020-11-18 12:55:45.261136"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 12:55:45.263013"], ["updated_at", "2020-11-18 12:55:45.263013"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-18 12:55:45.264814"], ["updated_at", "2020-11-18 12:55:45.264814"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 12:55:45.266662"], ["updated_at", "2020-11-18 12:55:45.266662"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 12:55:45.268418"], ["updated_at", "2020-11-18 12:55:45.268418"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 12:55:45.270223"], ["updated_at", "2020-11-18 12:55:45.270223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:55:45.272481"], ["updated_at", "2020-11-18 12:55:45.272481"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:55:45.274455"], ["updated_at", "2020-11-18 12:55:45.274455"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:55:45.276664"], ["updated_at", "2020-11-18 12:55:45.276664"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:55:45.278721"], ["updated_at", "2020-11-18 12:55:45.278721"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:55:45.280778"], ["updated_at", "2020-11-18 12:55:45.280778"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 12:55:45.292962"], ["updated_at", "2020-11-18 12:55:45.292962"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 12:55:45.295063"], ["updated_at", "2020-11-18 12:55:45.295063"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 12:55:45.297628"], ["updated_at", "2020-11-18 12:55:45.297628"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 12:55:45.299613"], ["updated_at", "2020-11-18 12:55:45.299613"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 12:55:45.301914"], ["updated_at", "2020-11-18 12:55:45.301914"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.303337"], ["updated_at", "2020-11-18 12:55:45.303337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.304530"], ["updated_at", "2020-11-18 12:55:45.304530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.305466"], ["updated_at", "2020-11-18 12:55:45.305466"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.306625"], ["updated_at", "2020-11-18 12:55:45.306625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.307553"], ["updated_at", "2020-11-18 12:55:45.307553"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.308422"], ["updated_at", "2020-11-18 12:55:45.308422"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.309281"], ["updated_at", "2020-11-18 12:55:45.309281"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.310117"], ["updated_at", "2020-11-18 12:55:45.310117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.310960"], ["updated_at", "2020-11-18 12:55:45.310960"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.311790"], ["updated_at", "2020-11-18 12:55:45.311790"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 2.37167186010383], ["string", "Rem est sunt."], ["date", "2021-12-11"], ["time", "2000-01-01 18:56:36.818329"], ["datetime", "2020-11-18 08:50:19.698341"], ["created_at", "2020-11-18 12:55:45.313368"], ["updated_at", "2020-11-18 12:55:45.313368"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 5.93664256572822], ["string", "Necessitatibus eum quia atque."], ["date", "2022-07-16"], ["time", "2000-01-01 08:50:37.004715"], ["datetime", "2020-11-17 14:12:17.361942"], ["created_at", "2020-11-18 12:55:45.315228"], ["updated_at", "2020-11-18 12:55:45.315228"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 6.0033066953604], ["string", "Maxime nam quae."], ["date", "2019-11-29"], ["time", "2000-01-01 14:45:38.696862"], ["datetime", "2020-11-17 23:11:22.754554"], ["created_at", "2020-11-18 12:55:45.316963"], ["updated_at", "2020-11-18 12:55:45.316963"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 35], ["decimal", 12.8053921692053], ["string", "Officiis dolores iste vel."], ["date", "2020-01-20"], ["time", "2000-01-01 16:14:58.537083"], ["datetime", "2020-11-17 14:01:30.771863"], ["created_at", "2020-11-18 12:55:45.318743"], ["updated_at", "2020-11-18 12:55:45.318743"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 20.1665451841154], ["string", "Earum et et."], ["date", "2020-05-30"], ["time", "2000-01-01 22:44:18.338670"], ["datetime", "2020-11-17 21:12:04.724487"], ["created_at", "2020-11-18 12:55:45.320577"], ["updated_at", "2020-11-18 12:55:45.320577"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 5.51614215337561], ["string", "Consequatur vitae enim."], ["created_at", "2020-11-18 12:55:45.322435"], ["updated_at", "2020-11-18 12:55:45.322435"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 2.23394482037287], ["string", "Sint omnis eaque cupiditate."], ["created_at", "2020-11-18 12:55:45.324136"], ["updated_at", "2020-11-18 12:55:45.324136"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 9.58478283947697], ["string", "Aut deserunt illo."], ["created_at", "2020-11-18 12:55:45.325740"], ["updated_at", "2020-11-18 12:55:45.325740"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1021], ["decimal", 7.99532782089983], ["string", "Soluta dolore itaque sit."], ["created_at", "2020-11-18 12:55:45.327354"], ["updated_at", "2020-11-18 12:55:45.327354"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 18.5798726137596], ["string", "Dolorum omnis corporis."], ["created_at", "2020-11-18 12:55:45.328963"], ["updated_at", "2020-11-18 12:55:45.328963"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 12:55:45.331013"], ["updated_at", "2020-11-18 12:55:45.331013"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 12:55:45.333022"], ["updated_at", "2020-11-18 12:55:45.333022"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 12:55:45.335064"], ["updated_at", "2020-11-18 12:55:45.335064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-18 12:55:45.336927"], ["updated_at", "2020-11-18 12:55:45.336927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-18 12:55:45.338724"], ["updated_at", "2020-11-18 12:55:45.338724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 9], ["created_at", "2020-11-18 12:55:45.341158"], ["updated_at", "2020-11-18 12:55:45.341158"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 7], ["created_at", "2020-11-18 12:55:45.343558"], ["updated_at", "2020-11-18 12:55:45.343558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 7], ["created_at", "2020-11-18 12:55:45.345685"], ["updated_at", "2020-11-18 12:55:45.345685"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 3], ["created_at", "2020-11-18 12:55:45.347796"], ["updated_at", "2020-11-18 12:55:45.347796"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 10], ["created_at", "2020-11-18 12:55:45.349883"], ["updated_at", "2020-11-18 12:55:45.349883"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-18 12:55:45.351533"], ["updated_at", "2020-11-18 12:55:45.351533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 12], ["created_at", "2020-11-18 12:55:45.353226"], ["updated_at", "2020-11-18 12:55:45.353226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 11], ["created_at", "2020-11-18 12:55:45.355006"], ["updated_at", "2020-11-18 12:55:45.355006"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 12:55:45.356916"], ["updated_at", "2020-11-18 12:55:45.356916"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-18 12:55:45.358842"], ["updated_at", "2020-11-18 12:55:45.358842"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:55:45.360715"], ["updated_at", "2020-11-18 12:55:45.360715"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:55:45.362477"], ["updated_at", "2020-11-18 12:55:45.362477"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:55:45.364164"], ["updated_at", "2020-11-18 12:55:45.364164"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:55:45.365945"], ["updated_at", "2020-11-18 12:55:45.365945"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:55:45.367677"], ["updated_at", "2020-11-18 12:55:45.367677"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 12:55:45.379563"], ["updated_at", "2020-11-18 12:55:45.379563"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 12:55:45.381708"], ["updated_at", "2020-11-18 12:55:45.381708"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 12:55:45.383961"], ["updated_at", "2020-11-18 12:55:45.383961"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 12:55:45.385878"], ["updated_at", "2020-11-18 12:55:45.385878"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-18 12:55:45.387716"], ["updated_at", "2020-11-18 12:55:45.387716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.388816"], ["updated_at", "2020-11-18 12:55:45.388816"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.389953"], ["updated_at", "2020-11-18 12:55:45.389953"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.391007"], ["updated_at", "2020-11-18 12:55:45.391007"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.391895"], ["updated_at", "2020-11-18 12:55:45.391895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.392839"], ["updated_at", "2020-11-18 12:55:45.392839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.393756"], ["updated_at", "2020-11-18 12:55:45.393756"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.394746"], ["updated_at", "2020-11-18 12:55:45.394746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.395743"], ["updated_at", "2020-11-18 12:55:45.395743"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.396650"], ["updated_at", "2020-11-18 12:55:45.396650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.397589"], ["updated_at", "2020-11-18 12:55:45.397589"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 28], ["decimal", 17.0371144330548], ["string", "Beatae illo id."], ["date", "2021-09-07"], ["time", "2000-01-01 01:06:00.622374"], ["datetime", "2020-11-17 19:19:54.307842"], ["created_at", "2020-11-18 12:55:45.405741"], ["updated_at", "2020-11-18 12:55:45.405741"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 36.3211947162581], ["string", "Qui cumque tempora et."], ["date", "2022-08-10"], ["time", "2000-01-01 14:46:04.467287"], ["datetime", "2020-11-17 16:27:54.068198"], ["created_at", "2020-11-18 12:55:45.408501"], ["updated_at", "2020-11-18 12:55:45.408501"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 36.9013111535539], ["string", "Incidunt cum non."], ["date", "2021-05-28"], ["time", "2000-01-01 12:46:38.830994"], ["datetime", "2020-11-17 22:45:00.942504"], ["created_at", "2020-11-18 12:55:45.411048"], ["updated_at", "2020-11-18 12:55:45.411048"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 13.2711176155851], ["string", "Perferendis quis sed repellat."], ["date", "2019-07-18"], ["time", "2000-01-01 17:00:03.166565"], ["datetime", "2020-11-18 01:48:05.135473"], ["created_at", "2020-11-18 12:55:45.413936"], ["updated_at", "2020-11-18 12:55:45.413936"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 29], ["decimal", 23.6024545971], ["string", "Reprehenderit ut necessitatibus."], ["date", "2022-06-24"], ["time", "2000-01-01 08:48:20.935977"], ["datetime", "2020-11-17 21:35:14.046978"], ["created_at", "2020-11-18 12:55:45.417076"], ["updated_at", "2020-11-18 12:55:45.417076"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 3.40785941268563], ["string", "Aut rerum quas."], ["created_at", "2020-11-18 12:55:45.419437"], ["updated_at", "2020-11-18 12:55:45.419437"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 4.7055240397095], ["string", "Accusantium vero pariatur architecto."], ["created_at", "2020-11-18 12:55:45.421336"], ["updated_at", "2020-11-18 12:55:45.421336"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1034], ["decimal", 19.8533225873405], ["string", "Accusantium voluptates quas."], ["created_at", "2020-11-18 12:55:45.423089"], ["updated_at", "2020-11-18 12:55:45.423089"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 0.480602527661431], ["string", "Exercitationem tenetur et et."], ["created_at", "2020-11-18 12:55:45.424975"], ["updated_at", "2020-11-18 12:55:45.424975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 36.9504761276699], ["string", "In corporis vel."], ["created_at", "2020-11-18 12:55:45.426497"], ["updated_at", "2020-11-18 12:55:45.426497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 12:55:45.428540"], ["updated_at", "2020-11-18 12:55:45.428540"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 12:55:45.430269"], ["updated_at", "2020-11-18 12:55:45.430269"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 12:55:45.432243"], ["updated_at", "2020-11-18 12:55:45.432243"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 12:55:45.434857"], ["updated_at", "2020-11-18 12:55:45.434857"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 12:55:45.437957"], ["updated_at", "2020-11-18 12:55:45.437957"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-18 12:55:45.441978"], ["updated_at", "2020-11-18 12:55:45.441978"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-18 12:55:45.446283"], ["updated_at", "2020-11-18 12:55:45.446283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-18 12:55:45.450226"], ["updated_at", "2020-11-18 12:55:45.450226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-18 12:55:45.452823"], ["updated_at", "2020-11-18 12:55:45.452823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-18 12:55:45.455390"], ["updated_at", "2020-11-18 12:55:45.455390"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 12:55:45.457755"], ["updated_at", "2020-11-18 12:55:45.457755"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 12:55:45.459760"], ["updated_at", "2020-11-18 12:55:45.459760"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 12:55:45.461619"], ["updated_at", "2020-11-18 12:55:45.461619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 12:55:45.463436"], ["updated_at", "2020-11-18 12:55:45.463436"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 12:55:45.465357"], ["updated_at", "2020-11-18 12:55:45.465357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.467353"], ["updated_at", "2020-11-18 12:55:45.467353"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.469097"], ["updated_at", "2020-11-18 12:55:45.469097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.470820"], ["updated_at", "2020-11-18 12:55:45.470820"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.472450"], ["updated_at", "2020-11-18 12:55:45.472450"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.474082"], ["updated_at", "2020-11-18 12:55:45.474082"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 12:55:45.485581"], ["updated_at", "2020-11-18 12:55:45.485581"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 12:55:45.487621"], ["updated_at", "2020-11-18 12:55:45.487621"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 12:55:45.489479"], ["updated_at", "2020-11-18 12:55:45.489479"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 12:55:45.491479"], ["updated_at", "2020-11-18 12:55:45.491479"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 12:55:45.494023"], ["updated_at", "2020-11-18 12:55:45.494023"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.495433"], ["updated_at", "2020-11-18 12:55:45.495433"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.496573"], ["updated_at", "2020-11-18 12:55:45.496573"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.497801"], ["updated_at", "2020-11-18 12:55:45.497801"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.499361"], ["updated_at", "2020-11-18 12:55:45.499361"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.500488"], ["updated_at", "2020-11-18 12:55:45.500488"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.501599"], ["updated_at", "2020-11-18 12:55:45.501599"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.502738"], ["updated_at", "2020-11-18 12:55:45.502738"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.503772"], ["updated_at", "2020-11-18 12:55:45.503772"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.504716"], ["updated_at", "2020-11-18 12:55:45.504716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.505672"], ["updated_at", "2020-11-18 12:55:45.505672"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 0.767771850023022], ["string", "Ipsum sint ullam."], ["date", "2021-07-26"], ["time", "2000-01-01 02:37:01.820603"], ["datetime", "2020-11-18 09:59:19.180971"], ["created_at", "2020-11-18 12:55:45.507880"], ["updated_at", "2020-11-18 12:55:45.507880"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 4.5630703981514], ["string", "Et ut odit sint."], ["date", "2019-07-10"], ["time", "2000-01-01 01:18:50.042826"], ["datetime", "2020-11-17 15:50:57.998119"], ["created_at", "2020-11-18 12:55:45.510722"], ["updated_at", "2020-11-18 12:55:45.510722"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 1.36779232650594], ["string", "Autem et vero."], ["date", "2020-10-06"], ["time", "2000-01-01 22:32:04.813824"], ["datetime", "2020-11-17 19:23:56.090473"], ["created_at", "2020-11-18 12:55:45.513399"], ["updated_at", "2020-11-18 12:55:45.513399"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 12.3171292896943], ["string", "Expedita dolorum est adipisci."], ["date", "2022-08-05"], ["time", "2000-01-01 17:51:38.787492"], ["datetime", "2020-11-18 12:38:42.631248"], ["created_at", "2020-11-18 12:55:45.515871"], ["updated_at", "2020-11-18 12:55:45.515871"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 5.10321306018789], ["string", "Numquam perspiciatis dolores."], ["date", "2021-09-26"], ["time", "2000-01-01 19:30:59.560714"], ["datetime", "2020-11-18 12:36:30.274447"], ["created_at", "2020-11-18 12:55:45.518080"], ["updated_at", "2020-11-18 12:55:45.518080"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 26.395540872075], ["string", "Illum veniam velit."], ["created_at", "2020-11-18 12:55:45.520117"], ["updated_at", "2020-11-18 12:55:45.520117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 7.03592977395211], ["string", "Dolor tempora commodi doloremque."], ["created_at", "2020-11-18 12:55:45.521818"], ["updated_at", "2020-11-18 12:55:45.521818"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 10.1710820909485], ["string", "Aut rerum quis."], ["created_at", "2020-11-18 12:55:45.523513"], ["updated_at", "2020-11-18 12:55:45.523513"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 9.44421172142662], ["string", "Necessitatibus accusantium quidem fuga."], ["created_at", "2020-11-18 12:55:45.525196"], ["updated_at", "2020-11-18 12:55:45.525196"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 1.72110809911639], ["string", "Quia ratione suscipit."], ["created_at", "2020-11-18 12:55:45.527139"], ["updated_at", "2020-11-18 12:55:45.527139"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 12:55:45.529761"], ["updated_at", "2020-11-18 12:55:45.529761"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 12:55:45.532238"], ["updated_at", "2020-11-18 12:55:45.532238"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 12:55:45.534677"], ["updated_at", "2020-11-18 12:55:45.534677"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 12:55:45.537146"], ["updated_at", "2020-11-18 12:55:45.537146"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 12:55:45.539623"], ["updated_at", "2020-11-18 12:55:45.539623"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-18 12:55:45.542918"], ["updated_at", "2020-11-18 12:55:45.542918"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 10], ["created_at", "2020-11-18 12:55:45.546187"], ["updated_at", "2020-11-18 12:55:45.546187"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 9], ["created_at", "2020-11-18 12:55:45.548802"], ["updated_at", "2020-11-18 12:55:45.548802"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-18 12:55:45.551250"], ["updated_at", "2020-11-18 12:55:45.551250"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 5], ["created_at", "2020-11-18 12:55:45.553844"], ["updated_at", "2020-11-18 12:55:45.553844"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-18 12:55:45.555740"], ["updated_at", "2020-11-18 12:55:45.555740"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 12:55:45.557669"], ["updated_at", "2020-11-18 12:55:45.557669"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 12:55:45.559547"], ["updated_at", "2020-11-18 12:55:45.559547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-18 12:55:45.561314"], ["updated_at", "2020-11-18 12:55:45.561314"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 12:55:45.563091"], ["updated_at", "2020-11-18 12:55:45.563091"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:55:45.564895"], ["updated_at", "2020-11-18 12:55:45.564895"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:55:45.566458"], ["updated_at", "2020-11-18 12:55:45.566458"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:55:45.567930"], ["updated_at", "2020-11-18 12:55:45.567930"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:55:45.569377"], ["updated_at", "2020-11-18 12:55:45.569377"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:55:45.570825"], ["updated_at", "2020-11-18 12:55:45.570825"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 12:55:45.580955"], ["updated_at", "2020-11-18 12:55:45.580955"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 12:55:45.582840"], ["updated_at", "2020-11-18 12:55:45.582840"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 12:55:45.584759"], ["updated_at", "2020-11-18 12:55:45.584759"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 12:55:45.586710"], ["updated_at", "2020-11-18 12:55:45.586710"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 12:55:45.589267"], ["updated_at", "2020-11-18 12:55:45.589267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.590615"], ["updated_at", "2020-11-18 12:55:45.590615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.591782"], ["updated_at", "2020-11-18 12:55:45.591782"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.593054"], ["updated_at", "2020-11-18 12:55:45.593054"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.594189"], ["updated_at", "2020-11-18 12:55:45.594189"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.595214"], ["updated_at", "2020-11-18 12:55:45.595214"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.596241"], ["updated_at", "2020-11-18 12:55:45.596241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.597262"], ["updated_at", "2020-11-18 12:55:45.597262"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.598244"], ["updated_at", "2020-11-18 12:55:45.598244"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.599282"], ["updated_at", "2020-11-18 12:55:45.599282"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.600352"], ["updated_at", "2020-11-18 12:55:45.600352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 9.46923488613266], ["string", "Ullam ipsam aut."], ["date", "2020-02-19"], ["time", "2000-01-01 08:26:08.203267"], ["datetime", "2020-11-18 01:32:13.150537"], ["created_at", "2020-11-18 12:55:45.602168"], ["updated_at", "2020-11-18 12:55:45.602168"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 26.2404236540823], ["string", "Aliquid nihil vitae maiores."], ["date", "2020-07-27"], ["time", "2000-01-01 09:40:41.068723"], ["datetime", "2020-11-17 17:04:57.014519"], ["created_at", "2020-11-18 12:55:45.604475"], ["updated_at", "2020-11-18 12:55:45.604475"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 3.68231881975113], ["string", "Magnam dolor fugit."], ["date", "2020-09-10"], ["time", "2000-01-01 12:12:05.712035"], ["datetime", "2020-11-18 10:39:48.216295"], ["created_at", "2020-11-18 12:55:45.606567"], ["updated_at", "2020-11-18 12:55:45.606567"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 24], ["decimal", 26.9710378462842], ["string", "Qui optio corrupti quia."], ["date", "2018-12-16"], ["time", "2000-01-01 06:37:28.168330"], ["datetime", "2020-11-18 03:10:16.262056"], ["created_at", "2020-11-18 12:55:45.608703"], ["updated_at", "2020-11-18 12:55:45.608703"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 6.37277956179226], ["string", "Quos qui odit."], ["date", "2019-01-02"], ["time", "2000-01-01 19:41:07.203403"], ["datetime", "2020-11-17 20:05:39.973128"], ["created_at", "2020-11-18 12:55:45.611076"], ["updated_at", "2020-11-18 12:55:45.611076"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 5.212951852751], ["string", "Dolorem qui et."], ["created_at", "2020-11-18 12:55:45.613011"], ["updated_at", "2020-11-18 12:55:45.613011"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 21.1502987598191], ["string", "Neque dolore quis perferendis."], ["created_at", "2020-11-18 12:55:45.614567"], ["updated_at", "2020-11-18 12:55:45.614567"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 8.89045216789512], ["string", "Vero enim nostrum."], ["created_at", "2020-11-18 12:55:45.616156"], ["updated_at", "2020-11-18 12:55:45.616156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 3.93727162053008], ["string", "Ad a nesciunt sunt."], ["created_at", "2020-11-18 12:55:45.617748"], ["updated_at", "2020-11-18 12:55:45.617748"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1031], ["decimal", 5.38946174429355], ["string", "Aliquid aut aut."], ["created_at", "2020-11-18 12:55:45.619403"], ["updated_at", "2020-11-18 12:55:45.619403"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-18 12:55:45.621615"], ["updated_at", "2020-11-18 12:55:45.621615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-18 12:55:45.623621"], ["updated_at", "2020-11-18 12:55:45.623621"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-18 12:55:45.625532"], ["updated_at", "2020-11-18 12:55:45.625532"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 12:55:45.627395"], ["updated_at", "2020-11-18 12:55:45.627395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-18 12:55:45.629339"], ["updated_at", "2020-11-18 12:55:45.629339"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 12], ["created_at", "2020-11-18 12:55:45.631978"], ["updated_at", "2020-11-18 12:55:45.631978"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 4], ["created_at", "2020-11-18 12:55:45.634547"], ["updated_at", "2020-11-18 12:55:45.634547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 6], ["created_at", "2020-11-18 12:55:45.637094"], ["updated_at", "2020-11-18 12:55:45.637094"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.8ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 12], ["created_at", "2020-11-18 12:55:45.660620"], ["updated_at", "2020-11-18 12:55:45.660620"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 14], ["created_at", "2020-11-18 12:55:45.664261"], ["updated_at", "2020-11-18 12:55:45.664261"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 12:55:45.666596"], ["updated_at", "2020-11-18 12:55:45.666596"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 12:55:45.668755"], ["updated_at", "2020-11-18 12:55:45.668755"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-18 12:55:45.670922"], ["updated_at", "2020-11-18 12:55:45.670922"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 12:55:45.672972"], ["updated_at", "2020-11-18 12:55:45.672972"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 15], ["created_at", "2020-11-18 12:55:45.675014"], ["updated_at", "2020-11-18 12:55:45.675014"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:55:45.677030"], ["updated_at", "2020-11-18 12:55:45.677030"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:55:45.678960"], ["updated_at", "2020-11-18 12:55:45.678960"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:55:45.680989"], ["updated_at", "2020-11-18 12:55:45.680989"], ["india_id", 7]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:55:45.683495"], ["updated_at", "2020-11-18 12:55:45.683495"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:55:45.685548"], ["updated_at", "2020-11-18 12:55:45.685548"], ["india_id", 6]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 12:55:45.698823"], ["updated_at", "2020-11-18 12:55:45.698823"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 12:55:45.701608"], ["updated_at", "2020-11-18 12:55:45.701608"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 12:55:45.704302"], ["updated_at", "2020-11-18 12:55:45.704302"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 12:55:45.706731"], ["updated_at", "2020-11-18 12:55:45.706731"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-18 12:55:45.708938"], ["updated_at", "2020-11-18 12:55:45.708938"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.710306"], ["updated_at", "2020-11-18 12:55:45.710306"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.711592"], ["updated_at", "2020-11-18 12:55:45.711592"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.712887"], ["updated_at", "2020-11-18 12:55:45.712887"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.714056"], ["updated_at", "2020-11-18 12:55:45.714056"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.715258"], ["updated_at", "2020-11-18 12:55:45.715258"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.716549"], ["updated_at", "2020-11-18 12:55:45.716549"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.717880"], ["updated_at", "2020-11-18 12:55:45.717880"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.719246"], ["updated_at", "2020-11-18 12:55:45.719246"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.720604"], ["updated_at", "2020-11-18 12:55:45.720604"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.721956"], ["updated_at", "2020-11-18 12:55:45.721956"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 2.73439452782019], ["string", "Repudiandae autem ea."], ["date", "2019-04-22"], ["time", "2000-01-01 09:29:01.613915"], ["datetime", "2020-11-17 19:01:11.902659"], ["created_at", "2020-11-18 12:55:45.773373"], ["updated_at", "2020-11-18 12:55:45.773373"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 1.84786196320629], ["string", "Quis ea totam omnis."], ["date", "2022-05-10"], ["time", "2000-01-01 00:13:21.044043"], ["datetime", "2020-11-18 00:22:01.946464"], ["created_at", "2020-11-18 12:55:45.776874"], ["updated_at", "2020-11-18 12:55:45.776874"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 24.4504562793011], ["string", "Corporis facilis asperiores."], ["date", "2019-08-19"], ["time", "2000-01-01 13:40:19.909500"], ["datetime", "2020-11-18 02:33:37.233636"], ["created_at", "2020-11-18 12:55:45.780885"], ["updated_at", "2020-11-18 12:55:45.780885"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 2.81020622925545], ["string", "Voluptatem sed aut."], ["date", "2021-03-01"], ["time", "2000-01-01 16:31:12.313846"], ["datetime", "2020-11-18 09:47:08.400849"], ["created_at", "2020-11-18 12:55:45.787712"], ["updated_at", "2020-11-18 12:55:45.787712"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 6.33557436097283], ["string", "Sed est nostrum corrupti."], ["date", "2021-04-06"], ["time", "2000-01-01 04:33:41.562416"], ["datetime", "2020-11-17 22:00:45.733436"], ["created_at", "2020-11-18 12:55:45.792125"], ["updated_at", "2020-11-18 12:55:45.792125"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 24], ["decimal", 0.698820578621371], ["string", "Dolores veritatis mollitia."], ["date", "2019-03-27"], ["time", "2000-01-01 21:19:46.423534"], ["datetime", "2020-11-18 07:59:32.448159"], ["created_at", "2020-11-18 12:55:45.796916"], ["updated_at", "2020-11-18 12:55:45.796916"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.801628"], ["updated_at", "2020-11-18 12:55:45.801628"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 39], ["decimal", 35.3100913032833], ["string", "Architecto quod ad."], ["date", "2022-02-12"], ["time", "2000-01-01 09:08:35.535945"], ["datetime", "2020-11-17 13:28:48.610522"], ["created_at", "2020-11-18 12:55:45.843617"], ["updated_at", "2020-11-18 12:55:45.843617"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 11.8403378395059], ["string", "Vitae tempora ab eius."], ["date", "2019-12-26"], ["time", "2000-01-01 03:20:45.971659"], ["datetime", "2020-11-18 06:05:30.979384"], ["created_at", "2020-11-18 12:55:45.847024"], ["updated_at", "2020-11-18 12:55:45.847024"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 24.0053156835798], ["string", "Fuga incidunt magnam."], ["date", "2021-07-10"], ["time", "2000-01-01 04:55:39.987589"], ["datetime", "2020-11-18 12:17:19.808364"], ["created_at", "2020-11-18 12:55:45.849959"], ["updated_at", "2020-11-18 12:55:45.849959"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 31.493855859373], ["string", "Rem dolorem est maxime."], ["date", "2021-07-23"], ["time", "2000-01-01 18:42:00.953764"], ["datetime", "2020-11-17 21:39:39.852176"], ["created_at", "2020-11-18 12:55:45.853092"], ["updated_at", "2020-11-18 12:55:45.853092"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 5.15897391212051], ["string", "Recusandae consequatur numquam."], ["date", "2022-01-23"], ["time", "2000-01-01 08:45:56.895870"], ["datetime", "2020-11-17 14:19:01.279976"], ["created_at", "2020-11-18 12:55:45.856230"], ["updated_at", "2020-11-18 12:55:45.856230"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.4ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 27.1443051508944], ["string", "Est vel ex."], ["created_at", "2020-11-18 12:55:45.859515"], ["updated_at", "2020-11-18 12:55:45.859515"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 0.0730854683649556], ["string", "Et est a culpa."], ["created_at", "2020-11-18 12:55:45.863205"], ["updated_at", "2020-11-18 12:55:45.863205"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1021], ["decimal", 24.9809278188267], ["string", "Sit et unde."], ["created_at", "2020-11-18 12:55:45.865866"], ["updated_at", "2020-11-18 12:55:45.865866"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 5.4709427971539], ["string", "Dolores hic expedita impedit."], ["created_at", "2020-11-18 12:55:45.867730"], ["updated_at", "2020-11-18 12:55:45.867730"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 6.78015604049664], ["string", "Iste fugit quia."], ["created_at", "2020-11-18 12:55:45.869566"], ["updated_at", "2020-11-18 12:55:45.869566"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 12:55:45.872155"], ["updated_at", "2020-11-18 12:55:45.872155"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 12:55:45.875041"], ["updated_at", "2020-11-18 12:55:45.875041"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 12:55:45.876995"], ["updated_at", "2020-11-18 12:55:45.876995"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 12:55:45.878833"], ["updated_at", "2020-11-18 12:55:45.878833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 12:55:45.880669"], ["updated_at", "2020-11-18 12:55:45.880669"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-18 12:55:45.883425"], ["updated_at", "2020-11-18 12:55:45.883425"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-18 12:55:45.886084"], ["updated_at", "2020-11-18 12:55:45.886084"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-18 12:55:45.888735"], ["updated_at", "2020-11-18 12:55:45.888735"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-18 12:55:45.891339"], ["updated_at", "2020-11-18 12:55:45.891339"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-18 12:55:45.893955"], ["updated_at", "2020-11-18 12:55:45.893955"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 12:55:45.896040"], ["updated_at", "2020-11-18 12:55:45.896040"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 12:55:45.897995"], ["updated_at", "2020-11-18 12:55:45.897995"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 12:55:45.899919"], ["updated_at", "2020-11-18 12:55:45.899919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 12:55:45.901786"], ["updated_at", "2020-11-18 12:55:45.901786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 12:55:45.903725"], ["updated_at", "2020-11-18 12:55:45.903725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.905782"], ["updated_at", "2020-11-18 12:55:45.905782"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.907767"], ["updated_at", "2020-11-18 12:55:45.907767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.909845"], ["updated_at", "2020-11-18 12:55:45.909845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.911755"], ["updated_at", "2020-11-18 12:55:45.911755"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.913572"], ["updated_at", "2020-11-18 12:55:45.913572"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 12:55:45.924145"], ["updated_at", "2020-11-18 12:55:45.924145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 12:55:45.926036"], ["updated_at", "2020-11-18 12:55:45.926036"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 12:55:45.927737"], ["updated_at", "2020-11-18 12:55:45.927737"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 12:55:45.929216"], ["updated_at", "2020-11-18 12:55:45.929216"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 12:55:45.930593"], ["updated_at", "2020-11-18 12:55:45.930593"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.931490"], ["updated_at", "2020-11-18 12:55:45.931490"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.932341"], ["updated_at", "2020-11-18 12:55:45.932341"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.933158"], ["updated_at", "2020-11-18 12:55:45.933158"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.934026"], ["updated_at", "2020-11-18 12:55:45.934026"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:45.934842"], ["updated_at", "2020-11-18 12:55:45.934842"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.935672"], ["updated_at", "2020-11-18 12:55:45.935672"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.936531"], ["updated_at", "2020-11-18 12:55:45.936531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.937344"], ["updated_at", "2020-11-18 12:55:45.937344"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.938144"], ["updated_at", "2020-11-18 12:55:45.938144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:45.938961"], ["updated_at", "2020-11-18 12:55:45.938961"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 3.48427041646909], ["string", "Quis veniam error."], ["date", "2021-03-21"], ["time", "2000-01-01 06:26:59.501545"], ["datetime", "2020-11-17 18:15:33.723626"], ["created_at", "2020-11-18 12:55:45.940434"], ["updated_at", "2020-11-18 12:55:45.940434"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 9.80025136929114], ["string", "Dolorum eos est repellat."], ["date", "2021-01-09"], ["time", "2000-01-01 02:04:20.168727"], ["datetime", "2020-11-17 18:32:26.048853"], ["created_at", "2020-11-18 12:55:45.942223"], ["updated_at", "2020-11-18 12:55:45.942223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 9.77719812173511], ["string", "Fugit tempore dolore."], ["date", "2020-02-29"], ["time", "2000-01-01 03:10:05.998195"], ["datetime", "2020-11-18 08:27:19.105481"], ["created_at", "2020-11-18 12:55:45.944008"], ["updated_at", "2020-11-18 12:55:45.944008"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 11.050295189896], ["string", "Quo incidunt dignissimos sunt."], ["date", "2020-12-06"], ["time", "2000-01-01 17:37:06.116692"], ["datetime", "2020-11-18 06:14:44.804201"], ["created_at", "2020-11-18 12:55:45.945729"], ["updated_at", "2020-11-18 12:55:45.945729"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 19.480524590049], ["string", "Consequatur eveniet et."], ["date", "2022-04-27"], ["time", "2000-01-01 07:01:58.009753"], ["datetime", "2020-11-18 06:44:11.345580"], ["created_at", "2020-11-18 12:55:45.947455"], ["updated_at", "2020-11-18 12:55:45.947455"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 2.38000992453894], ["string", "Recusandae necessitatibus adipisci."], ["created_at", "2020-11-18 12:55:45.949070"], ["updated_at", "2020-11-18 12:55:45.949070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1026], ["decimal", 5.39527854799086], ["string", "Consequatur deleniti ipsum assumenda."], ["created_at", "2020-11-18 12:55:45.950313"], ["updated_at", "2020-11-18 12:55:45.950313"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 19.7409322652434], ["string", "Quod praesentium rerum."], ["created_at", "2020-11-18 12:55:45.951535"], ["updated_at", "2020-11-18 12:55:45.951535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 7.71516445318395], ["string", "Incidunt quis labore non."], ["created_at", "2020-11-18 12:55:45.952739"], ["updated_at", "2020-11-18 12:55:45.952739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 0.600262945378538], ["string", "Est ad placeat."], ["created_at", "2020-11-18 12:55:45.953911"], ["updated_at", "2020-11-18 12:55:45.953911"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 12:55:45.955573"], ["updated_at", "2020-11-18 12:55:45.955573"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 12:55:45.957060"], ["updated_at", "2020-11-18 12:55:45.957060"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 12:55:45.958518"], ["updated_at", "2020-11-18 12:55:45.958518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 12:55:45.959908"], ["updated_at", "2020-11-18 12:55:45.959908"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 12:55:45.961274"], ["updated_at", "2020-11-18 12:55:45.961274"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-18 12:55:45.963227"], ["updated_at", "2020-11-18 12:55:45.963227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-18 12:55:45.965142"], ["updated_at", "2020-11-18 12:55:45.965142"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 8], ["created_at", "2020-11-18 12:55:45.967094"], ["updated_at", "2020-11-18 12:55:45.967094"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 7], ["created_at", "2020-11-18 12:55:45.969134"], ["updated_at", "2020-11-18 12:55:45.969134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 2], ["created_at", "2020-11-18 12:55:45.971083"], ["updated_at", "2020-11-18 12:55:45.971083"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 12:55:45.972604"], ["updated_at", "2020-11-18 12:55:45.972604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 12:55:45.974050"], ["updated_at", "2020-11-18 12:55:45.974050"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 12:55:45.975445"], ["updated_at", "2020-11-18 12:55:45.975445"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 12:55:45.976788"], ["updated_at", "2020-11-18 12:55:45.976788"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 12:55:45.978142"], ["updated_at", "2020-11-18 12:55:45.978142"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:55:45.979609"], ["updated_at", "2020-11-18 12:55:45.979609"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:55:45.981006"], ["updated_at", "2020-11-18 12:55:45.981006"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:55:45.982370"], ["updated_at", "2020-11-18 12:55:45.982370"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:55:45.983723"], ["updated_at", "2020-11-18 12:55:45.983723"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:55:45.985051"], ["updated_at", "2020-11-18 12:55:45.985051"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 12:55:45.993457"], ["updated_at", "2020-11-18 12:55:45.993457"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 12:55:45.994980"], ["updated_at", "2020-11-18 12:55:45.994980"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 12:55:45.996388"], ["updated_at", "2020-11-18 12:55:45.996388"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 12:55:45.997772"], ["updated_at", "2020-11-18 12:55:45.997772"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 12:55:45.999175"], ["updated_at", "2020-11-18 12:55:45.999175"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:46.000048"], ["updated_at", "2020-11-18 12:55:46.000048"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:46.000831"], ["updated_at", "2020-11-18 12:55:46.000831"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:46.001576"], ["updated_at", "2020-11-18 12:55:46.001576"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:46.002348"], ["updated_at", "2020-11-18 12:55:46.002348"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:46.003097"], ["updated_at", "2020-11-18 12:55:46.003097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:46.003925"], ["updated_at", "2020-11-18 12:55:46.003925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:46.004746"], ["updated_at", "2020-11-18 12:55:46.004746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:46.005529"], ["updated_at", "2020-11-18 12:55:46.005529"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:46.006313"], ["updated_at", "2020-11-18 12:55:46.006313"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:46.007197"], ["updated_at", "2020-11-18 12:55:46.007197"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 3.70087247503451], ["string", "Quo necessitatibus occaecati."], ["date", "2021-09-14"], ["time", "2000-01-01 04:07:49.749522"], ["datetime", "2020-11-18 09:49:17.614787"], ["created_at", "2020-11-18 12:55:46.008640"], ["updated_at", "2020-11-18 12:55:46.008640"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 6.26366783335706], ["string", "Beatae ut commodi deserunt."], ["date", "2019-01-12"], ["time", "2000-01-01 12:23:27.273289"], ["datetime", "2020-11-18 06:39:08.351471"], ["created_at", "2020-11-18 12:55:46.010330"], ["updated_at", "2020-11-18 12:55:46.010330"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 22.7213025325396], ["string", "Et culpa vel."], ["date", "2021-01-04"], ["time", "2000-01-01 06:33:23.940398"], ["datetime", "2020-11-18 04:46:13.793454"], ["created_at", "2020-11-18 12:55:46.012050"], ["updated_at", "2020-11-18 12:55:46.012050"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 20.4929446046562], ["string", "Explicabo aut neque eaque."], ["date", "2022-08-06"], ["time", "2000-01-01 04:57:03.414445"], ["datetime", "2020-11-17 14:06:02.882266"], ["created_at", "2020-11-18 12:55:46.013713"], ["updated_at", "2020-11-18 12:55:46.013713"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 1.92438470994738], ["string", "Nesciunt accusantium sunt."], ["date", "2020-06-01"], ["time", "2000-01-01 00:37:42.150529"], ["datetime", "2020-11-17 18:21:07.330381"], ["created_at", "2020-11-18 12:55:46.015383"], ["updated_at", "2020-11-18 12:55:46.015383"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1020], ["decimal", 23.2892080327149], ["string", "Ut fuga harum."], ["created_at", "2020-11-18 12:55:46.016917"], ["updated_at", "2020-11-18 12:55:46.016917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 16.1385399277144], ["string", "Ut et aliquid tenetur."], ["created_at", "2020-11-18 12:55:46.018252"], ["updated_at", "2020-11-18 12:55:46.018252"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["decimal", 14.0924222252593], ["string", "Aut est quisquam."], ["created_at", "2020-11-18 12:55:46.019526"], ["updated_at", "2020-11-18 12:55:46.019526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 1.18101125823606], ["string", "Vel amet omnis excepturi."], ["created_at", "2020-11-18 12:55:46.020718"], ["updated_at", "2020-11-18 12:55:46.020718"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 10.295958828906], ["string", "Non debitis fugiat."], ["created_at", "2020-11-18 12:55:46.021935"], ["updated_at", "2020-11-18 12:55:46.021935"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 12:55:46.023634"], ["updated_at", "2020-11-18 12:55:46.023634"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-18 12:55:46.025133"], ["updated_at", "2020-11-18 12:55:46.025133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 12:55:46.026591"], ["updated_at", "2020-11-18 12:55:46.026591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-18 12:55:46.028057"], ["updated_at", "2020-11-18 12:55:46.028057"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 12:55:46.029512"], ["updated_at", "2020-11-18 12:55:46.029512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 1], ["created_at", "2020-11-18 12:55:46.031579"], ["updated_at", "2020-11-18 12:55:46.031579"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 8], ["created_at", "2020-11-18 12:55:46.033651"], ["updated_at", "2020-11-18 12:55:46.033651"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 15], ["created_at", "2020-11-18 12:55:46.035756"], ["updated_at", "2020-11-18 12:55:46.035756"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 8], ["created_at", "2020-11-18 12:55:46.037803"], ["updated_at", "2020-11-18 12:55:46.037803"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 3], ["created_at", "2020-11-18 12:55:46.039896"], ["updated_at", "2020-11-18 12:55:46.039896"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 12:55:46.041561"], ["updated_at", "2020-11-18 12:55:46.041561"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 12:55:46.043199"], ["updated_at", "2020-11-18 12:55:46.043199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 12:55:46.044745"], ["updated_at", "2020-11-18 12:55:46.044745"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 12:55:46.046310"], ["updated_at", "2020-11-18 12:55:46.046310"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 12:55:46.047912"], ["updated_at", "2020-11-18 12:55:46.047912"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:55:46.049543"], ["updated_at", "2020-11-18 12:55:46.049543"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:55:46.051056"], ["updated_at", "2020-11-18 12:55:46.051056"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:55:46.052621"], ["updated_at", "2020-11-18 12:55:46.052621"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:55:46.054145"], ["updated_at", "2020-11-18 12:55:46.054145"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:55:46.055669"], ["updated_at", "2020-11-18 12:55:46.055669"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-18 12:55:46.065088"], ["updated_at", "2020-11-18 12:55:46.065088"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-18 12:55:46.066727"], ["updated_at", "2020-11-18 12:55:46.066727"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 12:55:46.068304"], ["updated_at", "2020-11-18 12:55:46.068304"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-18 12:55:46.069947"], ["updated_at", "2020-11-18 12:55:46.069947"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-18 12:55:46.071516"], ["updated_at", "2020-11-18 12:55:46.071516"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:46.072509"], ["updated_at", "2020-11-18 12:55:46.072509"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:46.073423"], ["updated_at", "2020-11-18 12:55:46.073423"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:46.074253"], ["updated_at", "2020-11-18 12:55:46.074253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:46.075084"], ["updated_at", "2020-11-18 12:55:46.075084"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:55:46.075911"], ["updated_at", "2020-11-18 12:55:46.075911"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:46.076784"], ["updated_at", "2020-11-18 12:55:46.076784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:46.077670"], ["updated_at", "2020-11-18 12:55:46.077670"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:46.078528"], ["updated_at", "2020-11-18 12:55:46.078528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:46.079384"], ["updated_at", "2020-11-18 12:55:46.079384"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:55:46.080238"], ["updated_at", "2020-11-18 12:55:46.080238"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (1.3ms) SELECT sqlite_version(*)  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.5ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.9ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.8ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (1.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 0.0628475037678241], ["string", "Expedita et non."], ["date", "2019-07-12"], ["time", "2000-01-01 02:30:33.071239"], ["datetime", "2020-11-18 10:37:39.715658"], ["created_at", "2020-11-18 12:56:13.612805"], ["updated_at", "2020-11-18 12:56:13.612805"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 26], ["decimal", 0.19091727440934], ["string", "Sunt facilis asperiores architecto."], ["date", "2019-03-11"], ["time", "2000-01-01 22:48:06.019132"], ["datetime", "2020-11-18 01:58:02.527250"], ["created_at", "2020-11-18 12:56:13.616523"], ["updated_at", "2020-11-18 12:56:13.616523"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 34.1631502740921], ["string", "Eveniet vero id."], ["date", "2020-02-23"], ["time", "2000-01-01 22:14:59.914801"], ["datetime", "2020-11-18 09:21:37.684506"], ["created_at", "2020-11-18 12:56:13.619186"], ["updated_at", "2020-11-18 12:56:13.619186"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 20.4467722326408], ["string", "Ut fugit nam laudantium."], ["date", "2020-03-26"], ["time", "2000-01-01 10:43:36.492803"], ["datetime", "2020-11-17 22:22:17.328749"], ["created_at", "2020-11-18 12:56:13.621640"], ["updated_at", "2020-11-18 12:56:13.621640"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 3.03782789643918], ["string", "Inventore dolores sequi."], ["date", "2022-11-01"], ["time", "2000-01-01 07:59:29.334388"], ["datetime", "2020-11-17 15:58:29.638143"], ["created_at", "2020-11-18 12:56:13.624181"], ["updated_at", "2020-11-18 12:56:13.624181"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 15.8589224634292], ["string", "Voluptatibus ut aut."], ["created_at", "2020-11-18 12:56:13.632823"], ["updated_at", "2020-11-18 12:56:13.632823"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 6.78088055513407], ["string", "Voluptatum necessitatibus ut eius."], ["created_at", "2020-11-18 12:56:13.635138"], ["updated_at", "2020-11-18 12:56:13.635138"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 8.10422949144673], ["string", "Non magnam culpa."], ["created_at", "2020-11-18 12:56:13.636827"], ["updated_at", "2020-11-18 12:56:13.636827"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 30.5487101137863], ["string", "Maxime quae ab impedit."], ["created_at", "2020-11-18 12:56:13.638446"], ["updated_at", "2020-11-18 12:56:13.638446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 17.8643108584249], ["string", "Est aliquam aut."], ["created_at", "2020-11-18 12:56:13.640149"], ["updated_at", "2020-11-18 12:56:13.640149"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.2ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 12:56:13.650717"], ["updated_at", "2020-11-18 12:56:13.650717"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 12:56:13.653611"], ["updated_at", "2020-11-18 12:56:13.653611"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 12:56:13.656023"], ["updated_at", "2020-11-18 12:56:13.656023"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 12:56:13.658291"], ["updated_at", "2020-11-18 12:56:13.658291"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 12:56:13.661004"], ["updated_at", "2020-11-18 12:56:13.661004"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.2ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-18 12:56:13.671929"], ["updated_at", "2020-11-18 12:56:13.671929"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-18 12:56:13.675120"], ["updated_at", "2020-11-18 12:56:13.675120"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-18 12:56:13.678849"], ["updated_at", "2020-11-18 12:56:13.678849"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-18 12:56:13.683275"], ["updated_at", "2020-11-18 12:56:13.683275"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-18 12:56:13.686514"], ["updated_at", "2020-11-18 12:56:13.686514"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 12:56:13.694147"], ["updated_at", "2020-11-18 12:56:13.694147"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 12:56:13.696727"], ["updated_at", "2020-11-18 12:56:13.696727"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 12:56:13.699220"], ["updated_at", "2020-11-18 12:56:13.699220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 12:56:13.701436"], ["updated_at", "2020-11-18 12:56:13.701436"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 12:56:13.703699"], ["updated_at", "2020-11-18 12:56:13.703699"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:13.711919"], ["updated_at", "2020-11-18 12:56:13.711919"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:13.714989"], ["updated_at", "2020-11-18 12:56:13.714989"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:13.718146"], ["updated_at", "2020-11-18 12:56:13.718146"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:13.720597"], ["updated_at", "2020-11-18 12:56:13.720597"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:13.723412"], ["updated_at", "2020-11-18 12:56:13.723412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.2ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.2ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 12:56:13.748141"], ["updated_at", "2020-11-18 12:56:13.748141"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 12:56:13.751243"], ["updated_at", "2020-11-18 12:56:13.751243"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 12:56:13.753833"], ["updated_at", "2020-11-18 12:56:13.753833"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 12:56:13.756596"], ["updated_at", "2020-11-18 12:56:13.756596"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 12:56:13.759258"], ["updated_at", "2020-11-18 12:56:13.759258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:13.765369"], ["updated_at", "2020-11-18 12:56:13.765369"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:13.767437"], ["updated_at", "2020-11-18 12:56:13.767437"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:13.768766"], ["updated_at", "2020-11-18 12:56:13.768766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:13.769991"], ["updated_at", "2020-11-18 12:56:13.769991"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:13.771476"], ["updated_at", "2020-11-18 12:56:13.771476"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:13.776045"], ["updated_at", "2020-11-18 12:56:13.776045"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:13.777449"], ["updated_at", "2020-11-18 12:56:13.777449"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:13.778613"], ["updated_at", "2020-11-18 12:56:13.778613"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:13.779818"], ["updated_at", "2020-11-18 12:56:13.779818"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:13.782086"], ["updated_at", "2020-11-18 12:56:13.782086"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 15.4097721342877], ["string", "Libero delectus et."], ["date", "2022-10-02"], ["time", "2000-01-01 09:19:55.684506"], ["datetime", "2020-11-17 13:20:27.266029"], ["created_at", "2020-11-18 12:56:13.785529"], ["updated_at", "2020-11-18 12:56:13.785529"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 4.98912790375374], ["string", "Et veritatis non consequatur."], ["date", "2020-01-22"], ["time", "2000-01-01 03:26:26.543745"], ["datetime", "2020-11-18 08:20:55.617626"], ["created_at", "2020-11-18 12:56:13.789310"], ["updated_at", "2020-11-18 12:56:13.789310"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 17.8274917855992], ["string", "Ipsa neque consectetur."], ["date", "2019-05-01"], ["time", "2000-01-01 18:26:54.618456"], ["datetime", "2020-11-18 10:40:49.714283"], ["created_at", "2020-11-18 12:56:13.791924"], ["updated_at", "2020-11-18 12:56:13.791924"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 37], ["decimal", 5.89739924858766], ["string", "Occaecati soluta debitis et."], ["date", "2020-04-12"], ["time", "2000-01-01 14:56:17.668243"], ["datetime", "2020-11-17 15:41:56.715452"], ["created_at", "2020-11-18 12:56:13.794398"], ["updated_at", "2020-11-18 12:56:13.794398"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 21], ["decimal", 3.59926702022921], ["string", "Enim non voluptatem."], ["date", "2020-08-03"], ["time", "2000-01-01 23:14:52.830446"], ["datetime", "2020-11-17 14:32:54.933012"], ["created_at", "2020-11-18 12:56:13.797054"], ["updated_at", "2020-11-18 12:56:13.797054"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", 3.59916302573053], ["string", "Quisquam autem doloribus."], ["created_at", "2020-11-18 12:56:13.801226"], ["updated_at", "2020-11-18 12:56:13.801226"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 22.9729420776819], ["string", "Est ad tenetur libero."], ["created_at", "2020-11-18 12:56:13.804189"], ["updated_at", "2020-11-18 12:56:13.804189"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 16.3388519259474], ["string", "Vel facere qui."], ["created_at", "2020-11-18 12:56:13.806571"], ["updated_at", "2020-11-18 12:56:13.806571"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 17.144772220179], ["string", "Sed incidunt quia numquam."], ["created_at", "2020-11-18 12:56:13.808526"], ["updated_at", "2020-11-18 12:56:13.808526"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 5.91617021672791], ["string", "Velit quia debitis."], ["created_at", "2020-11-18 12:56:13.810422"], ["updated_at", "2020-11-18 12:56:13.810422"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 12:56:13.812833"], ["updated_at", "2020-11-18 12:56:13.812833"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 12:56:13.816362"], ["updated_at", "2020-11-18 12:56:13.816362"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 12:56:13.819912"], ["updated_at", "2020-11-18 12:56:13.819912"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 12:56:13.823091"], ["updated_at", "2020-11-18 12:56:13.823091"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 12:56:13.825482"], ["updated_at", "2020-11-18 12:56:13.825482"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 6], ["created_at", "2020-11-18 12:56:13.828609"], ["updated_at", "2020-11-18 12:56:13.828609"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 10], ["created_at", "2020-11-18 12:56:13.832574"], ["updated_at", "2020-11-18 12:56:13.832574"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 8], ["created_at", "2020-11-18 12:56:13.836318"], ["updated_at", "2020-11-18 12:56:13.836318"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 9], ["created_at", "2020-11-18 12:56:13.840253"], ["updated_at", "2020-11-18 12:56:13.840253"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 7], ["created_at", "2020-11-18 12:56:13.843369"], ["updated_at", "2020-11-18 12:56:13.843369"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 12:56:13.845718"], ["updated_at", "2020-11-18 12:56:13.845718"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 12:56:13.848596"], ["updated_at", "2020-11-18 12:56:13.848596"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 12:56:13.851575"], ["updated_at", "2020-11-18 12:56:13.851575"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 12:56:13.854098"], ["updated_at", "2020-11-18 12:56:13.854098"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 12:56:13.856453"], ["updated_at", "2020-11-18 12:56:13.856453"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:56:13.859146"], ["updated_at", "2020-11-18 12:56:13.859146"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:56:13.861377"], ["updated_at", "2020-11-18 12:56:13.861377"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:56:13.863626"], ["updated_at", "2020-11-18 12:56:13.863626"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:56:13.866221"], ["updated_at", "2020-11-18 12:56:13.866221"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:56:13.868361"], ["updated_at", "2020-11-18 12:56:13.868361"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 12:56:13.881211"], ["updated_at", "2020-11-18 12:56:13.881211"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 12:56:13.883702"], ["updated_at", "2020-11-18 12:56:13.883702"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 12:56:13.885925"], ["updated_at", "2020-11-18 12:56:13.885925"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 12:56:13.888102"], ["updated_at", "2020-11-18 12:56:13.888102"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 12:56:13.890130"], ["updated_at", "2020-11-18 12:56:13.890130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:13.891353"], ["updated_at", "2020-11-18 12:56:13.891353"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:13.892388"], ["updated_at", "2020-11-18 12:56:13.892388"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:13.893369"], ["updated_at", "2020-11-18 12:56:13.893369"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:13.894304"], ["updated_at", "2020-11-18 12:56:13.894304"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:13.895205"], ["updated_at", "2020-11-18 12:56:13.895205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:13.896180"], ["updated_at", "2020-11-18 12:56:13.896180"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:13.897435"], ["updated_at", "2020-11-18 12:56:13.897435"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:13.899088"], ["updated_at", "2020-11-18 12:56:13.899088"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:13.900253"], ["updated_at", "2020-11-18 12:56:13.900253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:13.901302"], ["updated_at", "2020-11-18 12:56:13.901302"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 16.9422416125207], ["string", "Eum itaque atque."], ["date", "2022-08-19"], ["time", "2000-01-01 06:38:29.077028"], ["datetime", "2020-11-17 20:28:00.945303"], ["created_at", "2020-11-18 12:56:13.903073"], ["updated_at", "2020-11-18 12:56:13.903073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 1.95024534559159], ["string", "Perferendis maiores sit omnis."], ["date", "2020-12-20"], ["time", "2000-01-01 12:35:00.005248"], ["datetime", "2020-11-17 22:50:46.377546"], ["created_at", "2020-11-18 12:56:13.905153"], ["updated_at", "2020-11-18 12:56:13.905153"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 24], ["decimal", 17.9278647423516], ["string", "Sed corporis veritatis."], ["date", "2020-11-13"], ["time", "2000-01-01 00:22:53.804177"], ["datetime", "2020-11-18 04:01:36.392850"], ["created_at", "2020-11-18 12:56:13.907224"], ["updated_at", "2020-11-18 12:56:13.907224"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 4.09779663360017], ["string", "Quia porro aperiam enim."], ["date", "2022-11-17"], ["time", "2000-01-01 20:50:33.874028"], ["datetime", "2020-11-17 22:51:35.184599"], ["created_at", "2020-11-18 12:56:13.909186"], ["updated_at", "2020-11-18 12:56:13.909186"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 4.06582991787775], ["string", "Saepe dolores omnis."], ["date", "2019-01-14"], ["time", "2000-01-01 15:07:29.218587"], ["datetime", "2020-11-17 15:15:40.105506"], ["created_at", "2020-11-18 12:56:13.911265"], ["updated_at", "2020-11-18 12:56:13.911265"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1028], ["decimal", 1.28872790891845], ["string", "Illum doloremque quo."], ["created_at", "2020-11-18 12:56:13.913063"], ["updated_at", "2020-11-18 12:56:13.913063"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1029], ["decimal", 1.86579951634824], ["string", "Voluptatem qui dolores sapiente."], ["created_at", "2020-11-18 12:56:13.915032"], ["updated_at", "2020-11-18 12:56:13.915032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 2.78001721121141], ["string", "Perferendis veniam molestiae."], ["created_at", "2020-11-18 12:56:13.916858"], ["updated_at", "2020-11-18 12:56:13.916858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 32.3031254791391], ["string", "Sit fuga aut ex."], ["created_at", "2020-11-18 12:56:13.918282"], ["updated_at", "2020-11-18 12:56:13.918282"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 17.8598516262651], ["string", "Tempora molestiae perspiciatis."], ["created_at", "2020-11-18 12:56:13.919749"], ["updated_at", "2020-11-18 12:56:13.919749"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 12:56:13.921691"], ["updated_at", "2020-11-18 12:56:13.921691"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-18 12:56:13.923506"], ["updated_at", "2020-11-18 12:56:13.923506"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-18 12:56:13.925276"], ["updated_at", "2020-11-18 12:56:13.925276"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 12:56:13.927069"], ["updated_at", "2020-11-18 12:56:13.927069"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 12:56:13.928807"], ["updated_at", "2020-11-18 12:56:13.928807"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 5], ["created_at", "2020-11-18 12:56:13.931951"], ["updated_at", "2020-11-18 12:56:13.931951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 10], ["created_at", "2020-11-18 12:56:13.934242"], ["updated_at", "2020-11-18 12:56:13.934242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-18 12:56:13.936420"], ["updated_at", "2020-11-18 12:56:13.936420"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 11], ["created_at", "2020-11-18 12:56:13.938518"], ["updated_at", "2020-11-18 12:56:13.938518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-18 12:56:13.940668"], ["updated_at", "2020-11-18 12:56:13.940668"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-18 12:56:13.942292"], ["updated_at", "2020-11-18 12:56:13.942292"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 12], ["created_at", "2020-11-18 12:56:13.944091"], ["updated_at", "2020-11-18 12:56:13.944091"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-18 12:56:13.945695"], ["updated_at", "2020-11-18 12:56:13.945695"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 12:56:13.947841"], ["updated_at", "2020-11-18 12:56:13.947841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 12:56:13.949639"], ["updated_at", "2020-11-18 12:56:13.949639"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:56:13.951327"], ["updated_at", "2020-11-18 12:56:13.951327"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:56:13.952948"], ["updated_at", "2020-11-18 12:56:13.952948"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:56:13.954576"], ["updated_at", "2020-11-18 12:56:13.954576"], ["india_id", 6]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:56:13.956458"], ["updated_at", "2020-11-18 12:56:13.956458"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:56:13.958255"], ["updated_at", "2020-11-18 12:56:13.958255"], ["india_id", 9]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 12:56:13.969551"], ["updated_at", "2020-11-18 12:56:13.969551"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 12:56:13.971512"], ["updated_at", "2020-11-18 12:56:13.971512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 12:56:13.973253"], ["updated_at", "2020-11-18 12:56:13.973253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 12:56:13.974984"], ["updated_at", "2020-11-18 12:56:13.974984"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-18 12:56:13.976812"], ["updated_at", "2020-11-18 12:56:13.976812"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:13.977918"], ["updated_at", "2020-11-18 12:56:13.977918"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:13.978948"], ["updated_at", "2020-11-18 12:56:13.978948"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:13.980028"], ["updated_at", "2020-11-18 12:56:13.980028"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:13.981735"], ["updated_at", "2020-11-18 12:56:13.981735"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:13.983185"], ["updated_at", "2020-11-18 12:56:13.983185"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:13.984463"], ["updated_at", "2020-11-18 12:56:13.984463"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:13.985646"], ["updated_at", "2020-11-18 12:56:13.985646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:13.986852"], ["updated_at", "2020-11-18 12:56:13.986852"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:13.987952"], ["updated_at", "2020-11-18 12:56:13.987952"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:13.989143"], ["updated_at", "2020-11-18 12:56:13.989143"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 23.1689726113934], ["string", "Quia dicta molestias."], ["date", "2019-01-26"], ["time", "2000-01-01 20:28:07.205562"], ["datetime", "2020-11-17 15:31:31.513003"], ["created_at", "2020-11-18 12:56:14.000943"], ["updated_at", "2020-11-18 12:56:14.000943"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 19.9780784255042], ["string", "Quibusdam quis porro quo."], ["date", "2022-07-27"], ["time", "2000-01-01 13:06:36.939296"], ["datetime", "2020-11-17 23:34:57.606228"], ["created_at", "2020-11-18 12:56:14.003837"], ["updated_at", "2020-11-18 12:56:14.003837"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 18.3818195329637], ["string", "Sunt voluptatem velit."], ["date", "2020-04-27"], ["time", "2000-01-01 19:08:11.192422"], ["datetime", "2020-11-17 17:39:57.273909"], ["created_at", "2020-11-18 12:56:14.006370"], ["updated_at", "2020-11-18 12:56:14.006370"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 7.67588126209027], ["string", "Nam corporis omnis quas."], ["date", "2019-12-02"], ["time", "2000-01-01 14:58:59.885315"], ["datetime", "2020-11-17 19:22:29.411779"], ["created_at", "2020-11-18 12:56:14.008698"], ["updated_at", "2020-11-18 12:56:14.008698"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 28], ["decimal", 1.02828932581266], ["string", "Sint in voluptatibus."], ["date", "2022-02-12"], ["time", "2000-01-01 13:25:19.150102"], ["datetime", "2020-11-17 20:55:11.965376"], ["created_at", "2020-11-18 12:56:14.011032"], ["updated_at", "2020-11-18 12:56:14.011032"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 7.87006103659857], ["string", "Recusandae qui vitae."], ["created_at", "2020-11-18 12:56:14.013223"], ["updated_at", "2020-11-18 12:56:14.013223"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 3.53941633069927], ["string", "Autem iste quod ea."], ["created_at", "2020-11-18 12:56:14.015408"], ["updated_at", "2020-11-18 12:56:14.015408"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 1.80417459790214], ["string", "Et nam officiis."], ["created_at", "2020-11-18 12:56:14.017134"], ["updated_at", "2020-11-18 12:56:14.017134"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 5.09738444529735], ["string", "Quia quia ducimus corrupti."], ["created_at", "2020-11-18 12:56:14.018920"], ["updated_at", "2020-11-18 12:56:14.018920"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 16.390898140129], ["string", "Exercitationem ad excepturi."], ["created_at", "2020-11-18 12:56:14.020886"], ["updated_at", "2020-11-18 12:56:14.020886"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 12:56:14.023700"], ["updated_at", "2020-11-18 12:56:14.023700"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 12:56:14.027389"], ["updated_at", "2020-11-18 12:56:14.027389"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 12:56:14.030683"], ["updated_at", "2020-11-18 12:56:14.030683"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 12:56:14.033773"], ["updated_at", "2020-11-18 12:56:14.033773"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 12:56:14.036484"], ["updated_at", "2020-11-18 12:56:14.036484"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-18 12:56:14.039747"], ["updated_at", "2020-11-18 12:56:14.039747"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-18 12:56:14.042792"], ["updated_at", "2020-11-18 12:56:14.042792"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-18 12:56:14.045600"], ["updated_at", "2020-11-18 12:56:14.045600"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-18 12:56:14.049847"], ["updated_at", "2020-11-18 12:56:14.049847"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-18 12:56:14.053010"], ["updated_at", "2020-11-18 12:56:14.053010"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 12:56:14.055364"], ["updated_at", "2020-11-18 12:56:14.055364"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 12:56:14.058408"], ["updated_at", "2020-11-18 12:56:14.058408"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 12:56:14.061357"], ["updated_at", "2020-11-18 12:56:14.061357"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 12:56:14.065064"], ["updated_at", "2020-11-18 12:56:14.065064"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 12:56:14.067784"], ["updated_at", "2020-11-18 12:56:14.067784"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.070083"], ["updated_at", "2020-11-18 12:56:14.070083"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.072576"], ["updated_at", "2020-11-18 12:56:14.072576"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.074929"], ["updated_at", "2020-11-18 12:56:14.074929"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.077406"], ["updated_at", "2020-11-18 12:56:14.077406"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.3ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.080257"], ["updated_at", "2020-11-18 12:56:14.080257"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 12:56:14.094808"], ["updated_at", "2020-11-18 12:56:14.094808"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 12:56:14.097758"], ["updated_at", "2020-11-18 12:56:14.097758"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 12:56:14.100545"], ["updated_at", "2020-11-18 12:56:14.100545"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 12:56:14.103179"], ["updated_at", "2020-11-18 12:56:14.103179"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 12:56:14.105719"], ["updated_at", "2020-11-18 12:56:14.105719"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.107314"], ["updated_at", "2020-11-18 12:56:14.107314"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.108808"], ["updated_at", "2020-11-18 12:56:14.108808"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.110556"], ["updated_at", "2020-11-18 12:56:14.110556"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.112056"], ["updated_at", "2020-11-18 12:56:14.112056"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.113546"], ["updated_at", "2020-11-18 12:56:14.113546"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:14.115277"], ["updated_at", "2020-11-18 12:56:14.115277"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:14.116602"], ["updated_at", "2020-11-18 12:56:14.116602"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:14.117738"], ["updated_at", "2020-11-18 12:56:14.117738"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:14.118872"], ["updated_at", "2020-11-18 12:56:14.118872"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:14.120008"], ["updated_at", "2020-11-18 12:56:14.120008"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 14.1185437317919], ["string", "Exercitationem in dolores."], ["date", "2018-12-15"], ["time", "2000-01-01 12:17:10.364852"], ["datetime", "2020-11-18 03:10:00.296810"], ["created_at", "2020-11-18 12:56:14.121969"], ["updated_at", "2020-11-18 12:56:14.121969"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 1.03504344131234], ["string", "Ut adipisci eaque voluptas."], ["date", "2019-10-03"], ["time", "2000-01-01 17:25:54.801731"], ["datetime", "2020-11-18 09:06:40.577579"], ["created_at", "2020-11-18 12:56:14.124371"], ["updated_at", "2020-11-18 12:56:14.124371"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 21], ["decimal", 23.785912319076], ["string", "Rerum ut eos."], ["date", "2020-02-24"], ["time", "2000-01-01 17:58:31.476197"], ["datetime", "2020-11-17 23:46:48.326969"], ["created_at", "2020-11-18 12:56:14.126764"], ["updated_at", "2020-11-18 12:56:14.126764"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 19.9864216211973], ["string", "Rerum voluptas nihil dignissimos."], ["date", "2022-02-15"], ["time", "2000-01-01 18:00:43.297273"], ["datetime", "2020-11-18 07:31:22.489588"], ["created_at", "2020-11-18 12:56:14.129169"], ["updated_at", "2020-11-18 12:56:14.129169"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["decimal", 0.96260456653068], ["string", "Earum nihil nisi."], ["date", "2022-09-26"], ["time", "2000-01-01 15:27:12.047294"], ["datetime", "2020-11-18 12:54:48.198872"], ["created_at", "2020-11-18 12:56:14.131985"], ["updated_at", "2020-11-18 12:56:14.131985"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 10.5001897677262], ["string", "Aut optio at."], ["created_at", "2020-11-18 12:56:14.134477"], ["updated_at", "2020-11-18 12:56:14.134477"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1020], ["decimal", 0.0717272427367915], ["string", "Quis nemo rerum tempore."], ["created_at", "2020-11-18 12:56:14.136406"], ["updated_at", "2020-11-18 12:56:14.136406"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 19.3109576158899], ["string", "Quo quo enim."], ["created_at", "2020-11-18 12:56:14.138271"], ["updated_at", "2020-11-18 12:56:14.138271"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 5.94201856681792], ["string", "Iure et iusto aliquid."], ["created_at", "2020-11-18 12:56:14.140201"], ["updated_at", "2020-11-18 12:56:14.140201"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 8.37037380782182], ["string", "Nulla commodi optio."], ["created_at", "2020-11-18 12:56:14.142543"], ["updated_at", "2020-11-18 12:56:14.142543"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.2ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 12:56:14.146111"], ["updated_at", "2020-11-18 12:56:14.146111"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 12:56:14.149444"], ["updated_at", "2020-11-18 12:56:14.149444"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 12:56:14.151680"], ["updated_at", "2020-11-18 12:56:14.151680"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 12:56:14.153717"], ["updated_at", "2020-11-18 12:56:14.153717"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 12:56:14.155662"], ["updated_at", "2020-11-18 12:56:14.155662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 7], ["created_at", "2020-11-18 12:56:14.158303"], ["updated_at", "2020-11-18 12:56:14.158303"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-18 12:56:14.160862"], ["updated_at", "2020-11-18 12:56:14.160862"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 7], ["created_at", "2020-11-18 12:56:14.163293"], ["updated_at", "2020-11-18 12:56:14.163293"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 3], ["created_at", "2020-11-18 12:56:14.166703"], ["updated_at", "2020-11-18 12:56:14.166703"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 9], ["created_at", "2020-11-18 12:56:14.169298"], ["updated_at", "2020-11-18 12:56:14.169298"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 12:56:14.171320"], ["updated_at", "2020-11-18 12:56:14.171320"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 12:56:14.173312"], ["updated_at", "2020-11-18 12:56:14.173312"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 12:56:14.175156"], ["updated_at", "2020-11-18 12:56:14.175156"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-18 12:56:14.177737"], ["updated_at", "2020-11-18 12:56:14.177737"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 12:56:14.180233"], ["updated_at", "2020-11-18 12:56:14.180233"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.3ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:56:14.183544"], ["updated_at", "2020-11-18 12:56:14.183544"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:56:14.187040"], ["updated_at", "2020-11-18 12:56:14.187040"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:56:14.189737"], ["updated_at", "2020-11-18 12:56:14.189737"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:56:14.192461"], ["updated_at", "2020-11-18 12:56:14.192461"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:56:14.195097"], ["updated_at", "2020-11-18 12:56:14.195097"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 12:56:14.209036"], ["updated_at", "2020-11-18 12:56:14.209036"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 12:56:14.211259"], ["updated_at", "2020-11-18 12:56:14.211259"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 12:56:14.213403"], ["updated_at", "2020-11-18 12:56:14.213403"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 12:56:14.216223"], ["updated_at", "2020-11-18 12:56:14.216223"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 12:56:14.219045"], ["updated_at", "2020-11-18 12:56:14.219045"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.220786"], ["updated_at", "2020-11-18 12:56:14.220786"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.222397"], ["updated_at", "2020-11-18 12:56:14.222397"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.224308"], ["updated_at", "2020-11-18 12:56:14.224308"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.226210"], ["updated_at", "2020-11-18 12:56:14.226210"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.227903"], ["updated_at", "2020-11-18 12:56:14.227903"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:14.229312"], ["updated_at", "2020-11-18 12:56:14.229312"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:14.230827"], ["updated_at", "2020-11-18 12:56:14.230827"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:14.233022"], ["updated_at", "2020-11-18 12:56:14.233022"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:14.234815"], ["updated_at", "2020-11-18 12:56:14.234815"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:14.236503"], ["updated_at", "2020-11-18 12:56:14.236503"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 23.3749834863071], ["string", "Et est reiciendis."], ["date", "2020-07-15"], ["time", "2000-01-01 07:29:51.965245"], ["datetime", "2020-11-18 00:03:02.955159"], ["created_at", "2020-11-18 12:56:14.239154"], ["updated_at", "2020-11-18 12:56:14.239154"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 6.79866657348288], ["string", "Dolores dolorem voluptas ut."], ["date", "2020-04-02"], ["time", "2000-01-01 18:46:15.081336"], ["datetime", "2020-11-17 19:18:11.708024"], ["created_at", "2020-11-18 12:56:14.242540"], ["updated_at", "2020-11-18 12:56:14.242540"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 7.83884026502325], ["string", "Aliquam qui culpa."], ["date", "2019-06-22"], ["time", "2000-01-01 18:19:19.108959"], ["datetime", "2020-11-18 09:05:00.749624"], ["created_at", "2020-11-18 12:56:14.245769"], ["updated_at", "2020-11-18 12:56:14.245769"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 19.2136480003418], ["string", "Esse et et et."], ["date", "2020-05-19"], ["time", "2000-01-01 15:40:35.562926"], ["datetime", "2020-11-18 07:32:57.057923"], ["created_at", "2020-11-18 12:56:14.248852"], ["updated_at", "2020-11-18 12:56:14.248852"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 12.6678913447013], ["string", "Aperiam quia dolorum."], ["date", "2020-05-29"], ["time", "2000-01-01 23:34:46.952299"], ["datetime", "2020-11-18 08:39:45.180906"], ["created_at", "2020-11-18 12:56:14.252699"], ["updated_at", "2020-11-18 12:56:14.252699"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 14.8147776695122], ["string", "Corporis alias ab."], ["created_at", "2020-11-18 12:56:14.255214"], ["updated_at", "2020-11-18 12:56:14.255214"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 5.36904060989438], ["string", "Ut ipsam non animi."], ["created_at", "2020-11-18 12:56:14.257191"], ["updated_at", "2020-11-18 12:56:14.257191"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 30.7739858091289], ["string", "Dolorum voluptatem et."], ["created_at", "2020-11-18 12:56:14.259268"], ["updated_at", "2020-11-18 12:56:14.259268"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 9.77249225852317], ["string", "Est deserunt cupiditate aspernatur."], ["created_at", "2020-11-18 12:56:14.261453"], ["updated_at", "2020-11-18 12:56:14.261453"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 0.607762575377593], ["string", "Distinctio tenetur sit."], ["created_at", "2020-11-18 12:56:14.264177"], ["updated_at", "2020-11-18 12:56:14.264177"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 12:56:14.267574"], ["updated_at", "2020-11-18 12:56:14.267574"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 12:56:14.269753"], ["updated_at", "2020-11-18 12:56:14.269753"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-18 12:56:14.271873"], ["updated_at", "2020-11-18 12:56:14.271873"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-18 12:56:14.273919"], ["updated_at", "2020-11-18 12:56:14.273919"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-18 12:56:14.275834"], ["updated_at", "2020-11-18 12:56:14.275834"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 11], ["created_at", "2020-11-18 12:56:14.278467"], ["updated_at", "2020-11-18 12:56:14.278467"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 12], ["created_at", "2020-11-18 12:56:14.282234"], ["updated_at", "2020-11-18 12:56:14.282234"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-18 12:56:14.285729"], ["updated_at", "2020-11-18 12:56:14.285729"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 8], ["created_at", "2020-11-18 12:56:14.289188"], ["updated_at", "2020-11-18 12:56:14.289188"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 3], ["created_at", "2020-11-18 12:56:14.292218"], ["updated_at", "2020-11-18 12:56:14.292218"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-18 12:56:14.294792"], ["updated_at", "2020-11-18 12:56:14.294792"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 12:56:14.297318"], ["updated_at", "2020-11-18 12:56:14.297318"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-18 12:56:14.300279"], ["updated_at", "2020-11-18 12:56:14.300279"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 14], ["created_at", "2020-11-18 12:56:14.302971"], ["updated_at", "2020-11-18 12:56:14.302971"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (4.5ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 12:56:14.322924"], ["updated_at", "2020-11-18 12:56:14.322924"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:56:14.330415"], ["updated_at", "2020-11-18 12:56:14.330415"], ["india_id", 10]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:56:14.333386"], ["updated_at", "2020-11-18 12:56:14.333386"], ["india_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:56:14.336091"], ["updated_at", "2020-11-18 12:56:14.336091"], ["india_id", 9]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:56:14.339134"], ["updated_at", "2020-11-18 12:56:14.339134"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:56:14.341682"], ["updated_at", "2020-11-18 12:56:14.341682"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-18 12:56:14.356221"], ["updated_at", "2020-11-18 12:56:14.356221"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-18 12:56:14.358763"], ["updated_at", "2020-11-18 12:56:14.358763"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-18 12:56:14.360958"], ["updated_at", "2020-11-18 12:56:14.360958"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-18 12:56:14.364026"], ["updated_at", "2020-11-18 12:56:14.364026"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 12:56:14.367084"], ["updated_at", "2020-11-18 12:56:14.367084"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.368894"], ["updated_at", "2020-11-18 12:56:14.368894"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.370372"], ["updated_at", "2020-11-18 12:56:14.370372"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.371893"], ["updated_at", "2020-11-18 12:56:14.371893"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.373414"], ["updated_at", "2020-11-18 12:56:14.373414"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.375040"], ["updated_at", "2020-11-18 12:56:14.375040"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:14.376657"], ["updated_at", "2020-11-18 12:56:14.376657"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:14.378332"], ["updated_at", "2020-11-18 12:56:14.378332"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:14.380229"], ["updated_at", "2020-11-18 12:56:14.380229"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:14.382232"], ["updated_at", "2020-11-18 12:56:14.382232"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:14.383707"], ["updated_at", "2020-11-18 12:56:14.383707"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 23], ["decimal", 0.02929345987059], ["string", "Vel quis impedit."], ["date", "2022-09-20"], ["time", "2000-01-01 14:27:03.576602"], ["datetime", "2020-11-18 07:28:07.665932"], ["created_at", "2020-11-18 12:56:14.432482"], ["updated_at", "2020-11-18 12:56:14.432482"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 25.6521843990151], ["string", "Fugit non aut qui."], ["date", "2020-03-22"], ["time", "2000-01-01 13:36:45.808990"], ["datetime", "2020-11-18 01:44:33.273996"], ["created_at", "2020-11-18 12:56:14.436399"], ["updated_at", "2020-11-18 12:56:14.436399"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 4.63963602957304], ["string", "Labore maiores repudiandae."], ["date", "2020-07-12"], ["time", "2000-01-01 22:44:01.230713"], ["datetime", "2020-11-18 05:06:53.266862"], ["created_at", "2020-11-18 12:56:14.439754"], ["updated_at", "2020-11-18 12:56:14.439754"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 9.86035947845589], ["string", "Excepturi voluptatem harum."], ["date", "2021-07-01"], ["time", "2000-01-01 13:32:23.195898"], ["datetime", "2020-11-18 10:13:41.739881"], ["created_at", "2020-11-18 12:56:14.445935"], ["updated_at", "2020-11-18 12:56:14.445935"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 23.2782330360042], ["string", "Modi consequatur dignissimos et."], ["date", "2022-02-10"], ["time", "2000-01-01 07:09:23.538422"], ["datetime", "2020-11-17 19:10:49.114842"], ["created_at", "2020-11-18 12:56:14.449803"], ["updated_at", "2020-11-18 12:56:14.449803"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 19.1547745090111], ["string", "Eum maxime architecto."], ["date", "2020-09-14"], ["time", "2000-01-01 03:11:45.348545"], ["datetime", "2020-11-17 14:55:28.691814"], ["created_at", "2020-11-18 12:56:14.453268"], ["updated_at", "2020-11-18 12:56:14.453268"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.457870"], ["updated_at", "2020-11-18 12:56:14.457870"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 3.00082580993287], ["string", "Et ipsam veniam."], ["date", "2022-06-15"], ["time", "2000-01-01 12:28:48.925639"], ["datetime", "2020-11-17 16:35:17.153561"], ["created_at", "2020-11-18 12:56:14.495718"], ["updated_at", "2020-11-18 12:56:14.495718"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 4.31155138309107], ["string", "Aut pariatur ut quos."], ["date", "2022-10-21"], ["time", "2000-01-01 18:54:55.541017"], ["datetime", "2020-11-17 18:30:07.956075"], ["created_at", "2020-11-18 12:56:14.498262"], ["updated_at", "2020-11-18 12:56:14.498262"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 16.3899577830487], ["string", "Exercitationem dolorem eos."], ["date", "2020-10-09"], ["time", "2000-01-01 11:34:16.565866"], ["datetime", "2020-11-18 12:35:35.911826"], ["created_at", "2020-11-18 12:56:14.501096"], ["updated_at", "2020-11-18 12:56:14.501096"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 5.26741230126576], ["string", "Et voluptatem soluta dicta."], ["date", "2020-09-08"], ["time", "2000-01-01 21:24:29.968719"], ["datetime", "2020-11-18 11:30:22.104939"], ["created_at", "2020-11-18 12:56:14.503700"], ["updated_at", "2020-11-18 12:56:14.503700"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 10.5592660107991], ["string", "Culpa quasi quia."], ["date", "2022-03-13"], ["time", "2000-01-01 21:11:06.737992"], ["datetime", "2020-11-18 10:14:26.004487"], ["created_at", "2020-11-18 12:56:14.506038"], ["updated_at", "2020-11-18 12:56:14.506038"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 5.67455980286694], ["string", "Consectetur sapiente dignissimos."], ["created_at", "2020-11-18 12:56:14.508157"], ["updated_at", "2020-11-18 12:56:14.508157"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 22.7630769807347], ["string", "Quaerat et sed natus."], ["created_at", "2020-11-18 12:56:14.510553"], ["updated_at", "2020-11-18 12:56:14.510553"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 7.01423132514732], ["string", "Aut excepturi autem."], ["created_at", "2020-11-18 12:56:14.512849"], ["updated_at", "2020-11-18 12:56:14.512849"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 1.34361187183841], ["string", "Voluptatem alias sint dolor."], ["created_at", "2020-11-18 12:56:14.515148"], ["updated_at", "2020-11-18 12:56:14.515148"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 10.2145679036836], ["string", "Sint doloribus numquam."], ["created_at", "2020-11-18 12:56:14.517278"], ["updated_at", "2020-11-18 12:56:14.517278"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 12:56:14.519739"], ["updated_at", "2020-11-18 12:56:14.519739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 12:56:14.521611"], ["updated_at", "2020-11-18 12:56:14.521611"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 12:56:14.523271"], ["updated_at", "2020-11-18 12:56:14.523271"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 12:56:14.524868"], ["updated_at", "2020-11-18 12:56:14.524868"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 12:56:14.526415"], ["updated_at", "2020-11-18 12:56:14.526415"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-18 12:56:14.528579"], ["updated_at", "2020-11-18 12:56:14.528579"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-18 12:56:14.531148"], ["updated_at", "2020-11-18 12:56:14.531148"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-18 12:56:14.534319"], ["updated_at", "2020-11-18 12:56:14.534319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-18 12:56:14.537227"], ["updated_at", "2020-11-18 12:56:14.537227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-18 12:56:14.539582"], ["updated_at", "2020-11-18 12:56:14.539582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 12:56:14.541350"], ["updated_at", "2020-11-18 12:56:14.541350"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 12:56:14.543071"], ["updated_at", "2020-11-18 12:56:14.543071"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 12:56:14.544631"], ["updated_at", "2020-11-18 12:56:14.544631"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 12:56:14.546116"], ["updated_at", "2020-11-18 12:56:14.546116"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 12:56:14.548136"], ["updated_at", "2020-11-18 12:56:14.548136"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.550497"], ["updated_at", "2020-11-18 12:56:14.550497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.552339"], ["updated_at", "2020-11-18 12:56:14.552339"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.554730"], ["updated_at", "2020-11-18 12:56:14.554730"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.556899"], ["updated_at", "2020-11-18 12:56:14.556899"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.559307"], ["updated_at", "2020-11-18 12:56:14.559307"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 12:56:14.570830"], ["updated_at", "2020-11-18 12:56:14.570830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 12:56:14.572330"], ["updated_at", "2020-11-18 12:56:14.572330"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 12:56:14.573750"], ["updated_at", "2020-11-18 12:56:14.573750"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 12:56:14.575479"], ["updated_at", "2020-11-18 12:56:14.575479"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 12:56:14.577305"], ["updated_at", "2020-11-18 12:56:14.577305"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.578436"], ["updated_at", "2020-11-18 12:56:14.578436"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.579453"], ["updated_at", "2020-11-18 12:56:14.579453"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.581020"], ["updated_at", "2020-11-18 12:56:14.581020"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.582277"], ["updated_at", "2020-11-18 12:56:14.582277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.583201"], ["updated_at", "2020-11-18 12:56:14.583201"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:14.584094"], ["updated_at", "2020-11-18 12:56:14.584094"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:14.585007"], ["updated_at", "2020-11-18 12:56:14.585007"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:14.585839"], ["updated_at", "2020-11-18 12:56:14.585839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:14.586675"], ["updated_at", "2020-11-18 12:56:14.586675"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:14.587478"], ["updated_at", "2020-11-18 12:56:14.587478"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 22.6134004721436], ["string", "Dolorem ut nobis."], ["date", "2021-02-10"], ["time", "2000-01-01 21:49:42.509270"], ["datetime", "2020-11-17 18:52:18.621271"], ["created_at", "2020-11-18 12:56:14.589011"], ["updated_at", "2020-11-18 12:56:14.589011"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 1.06864126863619], ["string", "Nesciunt itaque officia maxime."], ["date", "2019-08-14"], ["time", "2000-01-01 12:30:18.264457"], ["datetime", "2020-11-18 01:04:21.262568"], ["created_at", "2020-11-18 12:56:14.590765"], ["updated_at", "2020-11-18 12:56:14.590765"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 4.83413438127452], ["string", "Id et pariatur."], ["date", "2020-10-17"], ["time", "2000-01-01 10:07:58.349465"], ["datetime", "2020-11-17 14:33:53.665609"], ["created_at", "2020-11-18 12:56:14.592453"], ["updated_at", "2020-11-18 12:56:14.592453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 10.3789218317187], ["string", "Odio fuga dolore corrupti."], ["date", "2019-05-07"], ["time", "2000-01-01 03:42:03.233538"], ["datetime", "2020-11-17 22:19:56.897911"], ["created_at", "2020-11-18 12:56:14.594320"], ["updated_at", "2020-11-18 12:56:14.594320"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 7.43054779297353], ["string", "Rerum ut voluptas."], ["date", "2022-10-24"], ["time", "2000-01-01 23:09:43.346928"], ["datetime", "2020-11-17 19:36:07.472526"], ["created_at", "2020-11-18 12:56:14.596149"], ["updated_at", "2020-11-18 12:56:14.596149"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 18.0366973423029], ["string", "Nihil suscipit aperiam."], ["created_at", "2020-11-18 12:56:14.597763"], ["updated_at", "2020-11-18 12:56:14.597763"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 0.273386503010653], ["string", "Enim rem saepe possimus."], ["created_at", "2020-11-18 12:56:14.599042"], ["updated_at", "2020-11-18 12:56:14.599042"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1037], ["decimal", 25.5433090069877], ["string", "Doloribus eum in."], ["created_at", "2020-11-18 12:56:14.600282"], ["updated_at", "2020-11-18 12:56:14.600282"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 15.6433756759678], ["string", "Et consequuntur eveniet quos."], ["created_at", "2020-11-18 12:56:14.601541"], ["updated_at", "2020-11-18 12:56:14.601541"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 0.713686147547688], ["string", "Dolorum laudantium natus."], ["created_at", "2020-11-18 12:56:14.603117"], ["updated_at", "2020-11-18 12:56:14.603117"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 12:56:14.605063"], ["updated_at", "2020-11-18 12:56:14.605063"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 12:56:14.606513"], ["updated_at", "2020-11-18 12:56:14.606513"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 12:56:14.607988"], ["updated_at", "2020-11-18 12:56:14.607988"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 12:56:14.609320"], ["updated_at", "2020-11-18 12:56:14.609320"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 12:56:14.610775"], ["updated_at", "2020-11-18 12:56:14.610775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 1], ["created_at", "2020-11-18 12:56:14.612898"], ["updated_at", "2020-11-18 12:56:14.612898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-18 12:56:14.615003"], ["updated_at", "2020-11-18 12:56:14.615003"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 9], ["created_at", "2020-11-18 12:56:14.617070"], ["updated_at", "2020-11-18 12:56:14.617070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 10], ["created_at", "2020-11-18 12:56:14.619206"], ["updated_at", "2020-11-18 12:56:14.619206"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 8], ["created_at", "2020-11-18 12:56:14.621334"], ["updated_at", "2020-11-18 12:56:14.621334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 12:56:14.622998"], ["updated_at", "2020-11-18 12:56:14.622998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 12:56:14.624785"], ["updated_at", "2020-11-18 12:56:14.624785"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 12:56:14.626616"], ["updated_at", "2020-11-18 12:56:14.626616"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 12:56:14.628391"], ["updated_at", "2020-11-18 12:56:14.628391"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 12:56:14.630437"], ["updated_at", "2020-11-18 12:56:14.630437"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:56:14.632225"], ["updated_at", "2020-11-18 12:56:14.632225"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:56:14.633981"], ["updated_at", "2020-11-18 12:56:14.633981"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:56:14.635827"], ["updated_at", "2020-11-18 12:56:14.635827"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:56:14.637545"], ["updated_at", "2020-11-18 12:56:14.637545"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:56:14.639197"], ["updated_at", "2020-11-18 12:56:14.639197"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 12:56:14.649060"], ["updated_at", "2020-11-18 12:56:14.649060"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 12:56:14.650719"], ["updated_at", "2020-11-18 12:56:14.650719"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 12:56:14.652154"], ["updated_at", "2020-11-18 12:56:14.652154"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 12:56:14.653648"], ["updated_at", "2020-11-18 12:56:14.653648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 12:56:14.655339"], ["updated_at", "2020-11-18 12:56:14.655339"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.656388"], ["updated_at", "2020-11-18 12:56:14.656388"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.657258"], ["updated_at", "2020-11-18 12:56:14.657258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.658065"], ["updated_at", "2020-11-18 12:56:14.658065"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.658886"], ["updated_at", "2020-11-18 12:56:14.658886"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.659681"], ["updated_at", "2020-11-18 12:56:14.659681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:14.660508"], ["updated_at", "2020-11-18 12:56:14.660508"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:14.661364"], ["updated_at", "2020-11-18 12:56:14.661364"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:14.662187"], ["updated_at", "2020-11-18 12:56:14.662187"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:14.663087"], ["updated_at", "2020-11-18 12:56:14.663087"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:14.663948"], ["updated_at", "2020-11-18 12:56:14.663948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 3.41374918192664], ["string", "Omnis quia exercitationem."], ["date", "2021-05-13"], ["time", "2000-01-01 09:47:50.718086"], ["datetime", "2020-11-18 10:55:51.737609"], ["created_at", "2020-11-18 12:56:14.665611"], ["updated_at", "2020-11-18 12:56:14.665611"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 0.0385766566870788], ["string", "Atque non autem quae."], ["date", "2019-04-29"], ["time", "2000-01-01 17:59:52.717037"], ["datetime", "2020-11-18 03:27:28.160924"], ["created_at", "2020-11-18 12:56:14.667628"], ["updated_at", "2020-11-18 12:56:14.667628"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 25.5383424703135], ["string", "Repudiandae placeat qui."], ["date", "2021-02-11"], ["time", "2000-01-01 20:03:09.304410"], ["datetime", "2020-11-17 16:23:52.878406"], ["created_at", "2020-11-18 12:56:14.669417"], ["updated_at", "2020-11-18 12:56:14.669417"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 16.7784910524426], ["string", "Omnis quod ipsum molestiae."], ["date", "2022-09-05"], ["time", "2000-01-01 03:05:55.794912"], ["datetime", "2020-11-17 16:01:24.935373"], ["created_at", "2020-11-18 12:56:14.671142"], ["updated_at", "2020-11-18 12:56:14.671142"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 28], ["decimal", 25.5876552616156], ["string", "Et soluta eum."], ["date", "2020-02-09"], ["time", "2000-01-01 06:20:25.661177"], ["datetime", "2020-11-18 11:47:03.058504"], ["created_at", "2020-11-18 12:56:14.672833"], ["updated_at", "2020-11-18 12:56:14.672833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 0.0268212832253268], ["string", "Quia quia nihil."], ["created_at", "2020-11-18 12:56:14.674376"], ["updated_at", "2020-11-18 12:56:14.674376"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 3.1542514873205], ["string", "Officiis temporibus similique ratione."], ["created_at", "2020-11-18 12:56:14.675627"], ["updated_at", "2020-11-18 12:56:14.675627"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 7.38139336931788], ["string", "Similique temporibus vitae."], ["created_at", "2020-11-18 12:56:14.676840"], ["updated_at", "2020-11-18 12:56:14.676840"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 27.919889875411], ["string", "Doloremque mollitia dolor ea."], ["created_at", "2020-11-18 12:56:14.678178"], ["updated_at", "2020-11-18 12:56:14.678178"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 1.76332329788026], ["string", "Veniam et omnis."], ["created_at", "2020-11-18 12:56:14.679936"], ["updated_at", "2020-11-18 12:56:14.679936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 12:56:14.681902"], ["updated_at", "2020-11-18 12:56:14.681902"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 12:56:14.683613"], ["updated_at", "2020-11-18 12:56:14.683613"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 12:56:14.685476"], ["updated_at", "2020-11-18 12:56:14.685476"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-18 12:56:14.686917"], ["updated_at", "2020-11-18 12:56:14.686917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 12:56:14.688393"], ["updated_at", "2020-11-18 12:56:14.688393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 7], ["created_at", "2020-11-18 12:56:14.690570"], ["updated_at", "2020-11-18 12:56:14.690570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 5], ["created_at", "2020-11-18 12:56:14.692960"], ["updated_at", "2020-11-18 12:56:14.692960"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 12], ["created_at", "2020-11-18 12:56:14.695297"], ["updated_at", "2020-11-18 12:56:14.695297"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 1], ["created_at", "2020-11-18 12:56:14.697614"], ["updated_at", "2020-11-18 12:56:14.697614"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 13], ["created_at", "2020-11-18 12:56:14.700129"], ["updated_at", "2020-11-18 12:56:14.700129"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 12:56:14.702146"], ["updated_at", "2020-11-18 12:56:14.702146"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 12:56:14.703898"], ["updated_at", "2020-11-18 12:56:14.703898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 12:56:14.705702"], ["updated_at", "2020-11-18 12:56:14.705702"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-18 12:56:14.707766"], ["updated_at", "2020-11-18 12:56:14.707766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-18 12:56:14.709528"], ["updated_at", "2020-11-18 12:56:14.709528"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:56:14.711409"], ["updated_at", "2020-11-18 12:56:14.711409"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:56:14.713322"], ["updated_at", "2020-11-18 12:56:14.713322"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:56:14.715303"], ["updated_at", "2020-11-18 12:56:14.715303"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:56:14.717148"], ["updated_at", "2020-11-18 12:56:14.717148"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 12:56:14.718481"], ["updated_at", "2020-11-18 12:56:14.718481"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 12:56:14.726774"], ["updated_at", "2020-11-18 12:56:14.726774"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 12:56:14.728262"], ["updated_at", "2020-11-18 12:56:14.728262"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 12:56:14.729668"], ["updated_at", "2020-11-18 12:56:14.729668"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 12:56:14.731289"], ["updated_at", "2020-11-18 12:56:14.731289"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 12:56:14.732670"], ["updated_at", "2020-11-18 12:56:14.732670"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.733542"], ["updated_at", "2020-11-18 12:56:14.733542"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.734317"], ["updated_at", "2020-11-18 12:56:14.734317"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.735066"], ["updated_at", "2020-11-18 12:56:14.735066"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.735744"], ["updated_at", "2020-11-18 12:56:14.735744"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:56:14.736442"], ["updated_at", "2020-11-18 12:56:14.736442"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:14.737240"], ["updated_at", "2020-11-18 12:56:14.737240"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:14.738127"], ["updated_at", "2020-11-18 12:56:14.738127"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:14.738967"], ["updated_at", "2020-11-18 12:56:14.738967"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:14.739870"], ["updated_at", "2020-11-18 12:56:14.739870"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 12:56:14.740587"], ["updated_at", "2020-11-18 12:56:14.740587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.9ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (2.7ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.6ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (2.0ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.5ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.7ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (2.2ms) DELETE FROM "deltas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.6ms) DELETE FROM "hotels";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.5ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (2.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.6ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (1.6ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 12:59:49.506312"], ["updated_at", "2020-11-18 12:59:49.506312"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.2ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.2ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.9ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (1.8ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (2.2ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (2.1ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.5ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (2.1ms) DELETE FROM "deltas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.6ms) DELETE FROM "hotels";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.7ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'indias';  (2.1ms) DELETE FROM "juliets";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["string", "Pariatur nulla necessitatibus."], ["date", "2021-09-10"], ["time", "2000-01-01 10:42:11.504695"], ["datetime", "2020-11-18 11:04:43.178827"], ["created_at", "2020-11-18 13:00:40.750322"], ["updated_at", "2020-11-18 13:00:40.750322"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["string", "Est rerum ipsum est."], ["date", "2020-07-12"], ["time", "2000-01-01 12:13:49.667070"], ["datetime", "2020-11-17 15:15:24.950358"], ["created_at", "2020-11-18 13:00:40.754439"], ["updated_at", "2020-11-18 13:00:40.754439"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["string", "Quaerat tenetur assumenda."], ["date", "2020-09-20"], ["time", "2000-01-01 12:56:11.422020"], ["datetime", "2020-11-17 19:07:23.089767"], ["created_at", "2020-11-18 13:00:40.757627"], ["updated_at", "2020-11-18 13:00:40.757627"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["string", "Id sequi maxime quo."], ["date", "2020-03-20"], ["time", "2000-01-01 19:00:44.575441"], ["datetime", "2020-11-18 09:22:00.847305"], ["created_at", "2020-11-18 13:00:40.760739"], ["updated_at", "2020-11-18 13:00:40.760739"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["string", "Repellat eum quod."], ["date", "2020-06-16"], ["time", "2000-01-01 21:04:50.370629"], ["datetime", "2020-11-18 07:53:19.817761"], ["created_at", "2020-11-18 13:00:40.763871"], ["updated_at", "2020-11-18 13:00:40.763871"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.4ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1027], ["string", "Aspernatur dignissimos quidem."], ["created_at", "2020-11-18 13:00:40.774757"], ["updated_at", "2020-11-18 13:00:40.774757"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["string", "Exercitationem porro omnis perferendis."], ["created_at", "2020-11-18 13:00:40.777015"], ["updated_at", "2020-11-18 13:00:40.777015"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1021], ["string", "Impedit voluptas id."], ["created_at", "2020-11-18 13:00:40.779165"], ["updated_at", "2020-11-18 13:00:40.779165"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["string", "Exercitationem deleniti omnis quis."], ["created_at", "2020-11-18 13:00:40.781215"], ["updated_at", "2020-11-18 13:00:40.781215"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["string", "Quisquam commodi quo."], ["created_at", "2020-11-18 13:00:40.783465"], ["updated_at", "2020-11-18 13:00:40.783465"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.2ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:00:40.797407"], ["updated_at", "2020-11-18 13:00:40.797407"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:00:40.800356"], ["updated_at", "2020-11-18 13:00:40.800356"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:00:40.802634"], ["updated_at", "2020-11-18 13:00:40.802634"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:00:40.805158"], ["updated_at", "2020-11-18 13:00:40.805158"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:00:40.807310"], ["updated_at", "2020-11-18 13:00:40.807310"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 13:00:40.839585"], ["updated_at", "2020-11-18 13:00:40.839585"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:00:40.842933"], ["updated_at", "2020-11-18 13:00:40.842933"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 13:00:40.846601"], ["updated_at", "2020-11-18 13:00:40.846601"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 13:00:40.849360"], ["updated_at", "2020-11-18 13:00:40.849360"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 13:00:40.851787"], ["updated_at", "2020-11-18 13:00:40.851787"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:40.860322"], ["updated_at", "2020-11-18 13:00:40.860322"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:40.862736"], ["updated_at", "2020-11-18 13:00:40.862736"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:40.865578"], ["updated_at", "2020-11-18 13:00:40.865578"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:40.868388"], ["updated_at", "2020-11-18 13:00:40.868388"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:40.871434"], ["updated_at", "2020-11-18 13:00:40.871434"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:00:40.899760"], ["updated_at", "2020-11-18 13:00:40.899760"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:00:40.902203"], ["updated_at", "2020-11-18 13:00:40.902203"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:00:40.904751"], ["updated_at", "2020-11-18 13:00:40.904751"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:00:40.906868"], ["updated_at", "2020-11-18 13:00:40.906868"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:00:40.908985"], ["updated_at", "2020-11-18 13:00:40.908985"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:40.915737"], ["updated_at", "2020-11-18 13:00:40.915737"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:40.917328"], ["updated_at", "2020-11-18 13:00:40.917328"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:40.918782"], ["updated_at", "2020-11-18 13:00:40.918782"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:40.920230"], ["updated_at", "2020-11-18 13:00:40.920230"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:40.921750"], ["updated_at", "2020-11-18 13:00:40.921750"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:40.927516"], ["updated_at", "2020-11-18 13:00:40.927516"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:40.929217"], ["updated_at", "2020-11-18 13:00:40.929217"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:40.930576"], ["updated_at", "2020-11-18 13:00:40.930576"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:40.931821"], ["updated_at", "2020-11-18 13:00:40.931821"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:40.933091"], ["updated_at", "2020-11-18 13:00:40.933091"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 35], ["string", "Vel dolor cum."], ["date", "2022-11-02"], ["time", "2000-01-01 14:47:07.997570"], ["datetime", "2020-11-17 21:52:38.312714"], ["created_at", "2020-11-18 13:00:40.935567"], ["updated_at", "2020-11-18 13:00:40.935567"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["string", "Qui iure temporibus autem."], ["date", "2021-09-02"], ["time", "2000-01-01 22:43:13.909903"], ["datetime", "2020-11-18 08:46:52.611824"], ["created_at", "2020-11-18 13:00:40.938907"], ["updated_at", "2020-11-18 13:00:40.938907"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["string", "Consequatur praesentium sequi."], ["date", "2021-10-16"], ["time", "2000-01-01 23:41:17.592114"], ["datetime", "2020-11-18 11:54:31.221752"], ["created_at", "2020-11-18 13:00:40.941854"], ["updated_at", "2020-11-18 13:00:40.941854"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["string", "Eos est et enim."], ["date", "2019-07-06"], ["time", "2000-01-01 15:59:15.474144"], ["datetime", "2020-11-18 08:43:57.412716"], ["created_at", "2020-11-18 13:00:40.944737"], ["updated_at", "2020-11-18 13:00:40.944737"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["string", "Et aut numquam."], ["date", "2022-05-10"], ["time", "2000-01-01 05:36:50.348690"], ["datetime", "2020-11-18 04:29:41.948762"], ["created_at", "2020-11-18 13:00:40.947947"], ["updated_at", "2020-11-18 13:00:40.947947"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["string", "Amet et optio."], ["created_at", "2020-11-18 13:00:40.950549"], ["updated_at", "2020-11-18 13:00:40.950549"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1014], ["string", "Velit inventore porro nesciunt."], ["created_at", "2020-11-18 13:00:40.952814"], ["updated_at", "2020-11-18 13:00:40.952814"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1013], ["string", "Libero velit alias."], ["created_at", "2020-11-18 13:00:40.955087"], ["updated_at", "2020-11-18 13:00:40.955087"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1011], ["string", "Et sed tempora et."], ["created_at", "2020-11-18 13:00:40.957274"], ["updated_at", "2020-11-18 13:00:40.957274"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["string", "Est sed nostrum."], ["created_at", "2020-11-18 13:00:40.959458"], ["updated_at", "2020-11-18 13:00:40.959458"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:00:40.962191"], ["updated_at", "2020-11-18 13:00:40.962191"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:00:40.964559"], ["updated_at", "2020-11-18 13:00:40.964559"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:00:40.967353"], ["updated_at", "2020-11-18 13:00:40.967353"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:00:40.970553"], ["updated_at", "2020-11-18 13:00:40.970553"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:00:40.973492"], ["updated_at", "2020-11-18 13:00:40.973492"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 13:00:40.992388"], ["updated_at", "2020-11-18 13:00:40.992388"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-18 13:00:40.994789"], ["updated_at", "2020-11-18 13:00:40.994789"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:00:40.996995"], ["updated_at", "2020-11-18 13:00:40.996995"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 13:00:40.999192"], ["updated_at", "2020-11-18 13:00:40.999192"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:00:41.001339"], ["updated_at", "2020-11-18 13:00:41.001339"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:00:41.004177"], ["updated_at", "2020-11-18 13:00:41.004177"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:00:41.006622"], ["updated_at", "2020-11-18 13:00:41.006622"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:00:41.009726"], ["updated_at", "2020-11-18 13:00:41.009726"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:00:41.012629"], ["updated_at", "2020-11-18 13:00:41.012629"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:00:41.015042"], ["updated_at", "2020-11-18 13:00:41.015042"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 13:00:41.029679"], ["updated_at", "2020-11-18 13:00:41.029679"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 13:00:41.032306"], ["updated_at", "2020-11-18 13:00:41.032306"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:00:41.034764"], ["updated_at", "2020-11-18 13:00:41.034764"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 13:00:41.037822"], ["updated_at", "2020-11-18 13:00:41.037822"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:00:41.040851"], ["updated_at", "2020-11-18 13:00:41.040851"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.042893"], ["updated_at", "2020-11-18 13:00:41.042893"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.044675"], ["updated_at", "2020-11-18 13:00:41.044675"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.046311"], ["updated_at", "2020-11-18 13:00:41.046311"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.048055"], ["updated_at", "2020-11-18 13:00:41.048055"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.049900"], ["updated_at", "2020-11-18 13:00:41.049900"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:41.051722"], ["updated_at", "2020-11-18 13:00:41.051722"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:41.053254"], ["updated_at", "2020-11-18 13:00:41.053254"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:41.054965"], ["updated_at", "2020-11-18 13:00:41.054965"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:41.056668"], ["updated_at", "2020-11-18 13:00:41.056668"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:41.058416"], ["updated_at", "2020-11-18 13:00:41.058416"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["string", "Quis facilis qui."], ["date", "2020-09-13"], ["time", "2000-01-01 14:25:37.268926"], ["datetime", "2020-11-17 19:23:05.736858"], ["created_at", "2020-11-18 13:00:41.061159"], ["updated_at", "2020-11-18 13:00:41.061159"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["string", "Vel dolor saepe quaerat."], ["date", "2020-12-25"], ["time", "2000-01-01 02:46:52.601966"], ["datetime", "2020-11-17 22:20:04.076067"], ["created_at", "2020-11-18 13:00:41.064393"], ["updated_at", "2020-11-18 13:00:41.064393"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["string", "Quis temporibus ut."], ["date", "2019-12-09"], ["time", "2000-01-01 11:34:14.310385"], ["datetime", "2020-11-17 22:53:02.202380"], ["created_at", "2020-11-18 13:00:41.067686"], ["updated_at", "2020-11-18 13:00:41.067686"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["string", "Aut ipsum consequatur explicabo."], ["date", "2022-01-13"], ["time", "2000-01-01 06:16:30.837124"], ["datetime", "2020-11-18 11:52:12.022928"], ["created_at", "2020-11-18 13:00:41.071261"], ["updated_at", "2020-11-18 13:00:41.071261"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 23], ["string", "Nihil iure repellendus."], ["date", "2022-03-21"], ["time", "2000-01-01 22:13:20.162942"], ["datetime", "2020-11-17 15:09:10.925638"], ["created_at", "2020-11-18 13:00:41.074651"], ["updated_at", "2020-11-18 13:00:41.074651"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.4ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["string", "Voluptas laborum dolores."], ["created_at", "2020-11-18 13:00:41.077788"], ["updated_at", "2020-11-18 13:00:41.077788"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.4ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1027], ["string", "Blanditiis ipsum et ipsam."], ["created_at", "2020-11-18 13:00:41.080486"], ["updated_at", "2020-11-18 13:00:41.080486"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["string", "Non voluptatum asperiores."], ["created_at", "2020-11-18 13:00:41.083227"], ["updated_at", "2020-11-18 13:00:41.083227"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.5ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1020], ["string", "Nisi culpa dolor quidem."], ["created_at", "2020-11-18 13:00:41.085435"], ["updated_at", "2020-11-18 13:00:41.085435"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1005], ["string", "Esse fuga modi."], ["created_at", "2020-11-18 13:00:41.088579"], ["updated_at", "2020-11-18 13:00:41.088579"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:00:41.092101"], ["updated_at", "2020-11-18 13:00:41.092101"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:00:41.095470"], ["updated_at", "2020-11-18 13:00:41.095470"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 13:00:41.098463"], ["updated_at", "2020-11-18 13:00:41.098463"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:00:41.101363"], ["updated_at", "2020-11-18 13:00:41.101363"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.3ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 13:00:41.105083"], ["updated_at", "2020-11-18 13:00:41.105083"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.2ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-18 13:00:41.128748"], ["updated_at", "2020-11-18 13:00:41.128748"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 13:00:41.131894"], ["updated_at", "2020-11-18 13:00:41.131894"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 13:00:41.135155"], ["updated_at", "2020-11-18 13:00:41.135155"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 13:00:41.138705"], ["updated_at", "2020-11-18 13:00:41.138705"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-18 13:00:41.141795"], ["updated_at", "2020-11-18 13:00:41.141795"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:00:41.145289"], ["updated_at", "2020-11-18 13:00:41.145289"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:00:41.148649"], ["updated_at", "2020-11-18 13:00:41.148649"], ["india_id", 6]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:00:41.152038"], ["updated_at", "2020-11-18 13:00:41.152038"], ["india_id", 7]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:00:41.155721"], ["updated_at", "2020-11-18 13:00:41.155721"], ["india_id", 6]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:00:41.158917"], ["updated_at", "2020-11-18 13:00:41.158917"], ["india_id", 7]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.2ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:00:41.177210"], ["updated_at", "2020-11-18 13:00:41.177210"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-18 13:00:41.180194"], ["updated_at", "2020-11-18 13:00:41.180194"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-18 13:00:41.182985"], ["updated_at", "2020-11-18 13:00:41.182985"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 13:00:41.185586"], ["updated_at", "2020-11-18 13:00:41.185586"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-18 13:00:41.188671"], ["updated_at", "2020-11-18 13:00:41.188671"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.190512"], ["updated_at", "2020-11-18 13:00:41.190512"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.192449"], ["updated_at", "2020-11-18 13:00:41.192449"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.194368"], ["updated_at", "2020-11-18 13:00:41.194368"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.196136"], ["updated_at", "2020-11-18 13:00:41.196136"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.197877"], ["updated_at", "2020-11-18 13:00:41.197877"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:41.199759"], ["updated_at", "2020-11-18 13:00:41.199759"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:41.201586"], ["updated_at", "2020-11-18 13:00:41.201586"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:41.203575"], ["updated_at", "2020-11-18 13:00:41.203575"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:41.205651"], ["updated_at", "2020-11-18 13:00:41.205651"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:41.207540"], ["updated_at", "2020-11-18 13:00:41.207540"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.7ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.4ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["string", "Ut sapiente maiores."], ["date", "2021-09-28"], ["time", "2000-01-01 05:58:21.714292"], ["datetime", "2020-11-17 19:21:35.755720"], ["created_at", "2020-11-18 13:00:41.231235"], ["updated_at", "2020-11-18 13:00:41.231235"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["string", "Autem et voluptas provident."], ["date", "2019-04-17"], ["time", "2000-01-01 17:10:58.819360"], ["datetime", "2020-11-17 18:24:48.612325"], ["created_at", "2020-11-18 13:00:41.236253"], ["updated_at", "2020-11-18 13:00:41.236253"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["string", "Odit ratione et."], ["date", "2020-02-06"], ["time", "2000-01-01 16:19:57.383417"], ["datetime", "2020-11-18 07:34:39.359740"], ["created_at", "2020-11-18 13:00:41.241042"], ["updated_at", "2020-11-18 13:00:41.241042"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["string", "Saepe omnis error et."], ["date", "2019-08-10"], ["time", "2000-01-01 00:27:38.298925"], ["datetime", "2020-11-18 05:13:50.592008"], ["created_at", "2020-11-18 13:00:41.246112"], ["updated_at", "2020-11-18 13:00:41.246112"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 25], ["string", "Vel qui quae."], ["date", "2021-05-06"], ["time", "2000-01-01 20:48:13.638810"], ["datetime", "2020-11-17 16:52:18.807119"], ["created_at", "2020-11-18 13:00:41.250964"], ["updated_at", "2020-11-18 13:00:41.250964"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.3ms) SAVEPOINT active_record_2 Bravo Create (0.6ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["string", "Facilis soluta inventore."], ["created_at", "2020-11-18 13:00:41.254327"], ["updated_at", "2020-11-18 13:00:41.254327"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.5ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1022], ["string", "Rerum et esse laboriosam."], ["created_at", "2020-11-18 13:00:41.258711"], ["updated_at", "2020-11-18 13:00:41.258711"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.4ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1020], ["string", "Tenetur ut possimus."], ["created_at", "2020-11-18 13:00:41.261613"], ["updated_at", "2020-11-18 13:00:41.261613"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["string", "Adipisci nisi sunt voluptatem."], ["created_at", "2020-11-18 13:00:41.264155"], ["updated_at", "2020-11-18 13:00:41.264155"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.4ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1022], ["string", "Aperiam alias minus."], ["created_at", "2020-11-18 13:00:41.266415"], ["updated_at", "2020-11-18 13:00:41.266415"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.3ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:00:41.269629"], ["updated_at", "2020-11-18 13:00:41.269629"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:00:41.273943"], ["updated_at", "2020-11-18 13:00:41.273943"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:00:41.277293"], ["updated_at", "2020-11-18 13:00:41.277293"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:00:41.280128"], ["updated_at", "2020-11-18 13:00:41.280128"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.3ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:00:41.283354"], ["updated_at", "2020-11-18 13:00:41.283354"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.2ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:00:41.305734"], ["updated_at", "2020-11-18 13:00:41.305734"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 13:00:41.308629"], ["updated_at", "2020-11-18 13:00:41.308629"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.2ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 13:00:41.312088"], ["updated_at", "2020-11-18 13:00:41.312088"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 13:00:41.314985"], ["updated_at", "2020-11-18 13:00:41.314985"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 13:00:41.318004"], ["updated_at", "2020-11-18 13:00:41.318004"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.321494"], ["updated_at", "2020-11-18 13:00:41.321494"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.324631"], ["updated_at", "2020-11-18 13:00:41.324631"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.328214"], ["updated_at", "2020-11-18 13:00:41.328214"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.331571"], ["updated_at", "2020-11-18 13:00:41.331571"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.334499"], ["updated_at", "2020-11-18 13:00:41.334499"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:00:41.348944"], ["updated_at", "2020-11-18 13:00:41.348944"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:00:41.351492"], ["updated_at", "2020-11-18 13:00:41.351492"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:00:41.353995"], ["updated_at", "2020-11-18 13:00:41.353995"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:00:41.356569"], ["updated_at", "2020-11-18 13:00:41.356569"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:00:41.359244"], ["updated_at", "2020-11-18 13:00:41.359244"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.360841"], ["updated_at", "2020-11-18 13:00:41.360841"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.362596"], ["updated_at", "2020-11-18 13:00:41.362596"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.364404"], ["updated_at", "2020-11-18 13:00:41.364404"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.365834"], ["updated_at", "2020-11-18 13:00:41.365834"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.367325"], ["updated_at", "2020-11-18 13:00:41.367325"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:41.368836"], ["updated_at", "2020-11-18 13:00:41.368836"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:41.370668"], ["updated_at", "2020-11-18 13:00:41.370668"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:41.372315"], ["updated_at", "2020-11-18 13:00:41.372315"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:41.374104"], ["updated_at", "2020-11-18 13:00:41.374104"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:41.375825"], ["updated_at", "2020-11-18 13:00:41.375825"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["string", "Quae amet rerum."], ["date", "2021-10-25"], ["time", "2000-01-01 10:15:29.368516"], ["datetime", "2020-11-17 18:24:43.982750"], ["created_at", "2020-11-18 13:00:41.378672"], ["updated_at", "2020-11-18 13:00:41.378672"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["string", "Officia est qui aut."], ["date", "2019-05-12"], ["time", "2000-01-01 09:45:27.718469"], ["datetime", "2020-11-18 00:21:34.691205"], ["created_at", "2020-11-18 13:00:41.381953"], ["updated_at", "2020-11-18 13:00:41.381953"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["string", "Harum accusantium sunt."], ["date", "2020-05-28"], ["time", "2000-01-01 04:23:37.366347"], ["datetime", "2020-11-18 03:24:00.828562"], ["created_at", "2020-11-18 13:00:41.385223"], ["updated_at", "2020-11-18 13:00:41.385223"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["string", "Repudiandae voluptas ea numquam."], ["date", "2021-06-04"], ["time", "2000-01-01 19:59:33.368764"], ["datetime", "2020-11-17 15:38:39.827671"], ["created_at", "2020-11-18 13:00:41.388751"], ["updated_at", "2020-11-18 13:00:41.388751"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["string", "Aperiam molestiae non."], ["date", "2019-03-05"], ["time", "2000-01-01 23:58:00.503789"], ["datetime", "2020-11-17 22:19:46.573735"], ["created_at", "2020-11-18 13:00:41.392269"], ["updated_at", "2020-11-18 13:00:41.392269"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.4ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1006], ["string", "Aspernatur iste laboriosam."], ["created_at", "2020-11-18 13:00:41.394964"], ["updated_at", "2020-11-18 13:00:41.394964"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.4ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["string", "Qui sed similique possimus."], ["created_at", "2020-11-18 13:00:41.397571"], ["updated_at", "2020-11-18 13:00:41.397571"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1001], ["string", "Delectus esse accusamus."], ["created_at", "2020-11-18 13:00:41.400148"], ["updated_at", "2020-11-18 13:00:41.400148"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.5ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1009], ["string", "Corporis quo quos rerum."], ["created_at", "2020-11-18 13:00:41.402429"], ["updated_at", "2020-11-18 13:00:41.402429"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.5ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["string", "Autem et rerum."], ["created_at", "2020-11-18 13:00:41.404987"], ["updated_at", "2020-11-18 13:00:41.404987"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:00:41.408872"], ["updated_at", "2020-11-18 13:00:41.408872"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 13:00:41.412761"], ["updated_at", "2020-11-18 13:00:41.412761"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:00:41.416123"], ["updated_at", "2020-11-18 13:00:41.416123"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 13:00:41.419035"], ["updated_at", "2020-11-18 13:00:41.419035"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:00:41.421834"], ["updated_at", "2020-11-18 13:00:41.421834"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 13:00:41.444294"], ["updated_at", "2020-11-18 13:00:41.444294"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:00:41.447519"], ["updated_at", "2020-11-18 13:00:41.447519"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 13:00:41.450417"], ["updated_at", "2020-11-18 13:00:41.450417"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 13:00:41.454845"], ["updated_at", "2020-11-18 13:00:41.454845"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 13:00:41.458889"], ["updated_at", "2020-11-18 13:00:41.458889"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:00:41.462027"], ["updated_at", "2020-11-18 13:00:41.462027"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.3ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:00:41.464837"], ["updated_at", "2020-11-18 13:00:41.464837"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:00:41.469126"], ["updated_at", "2020-11-18 13:00:41.469126"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:00:41.473100"], ["updated_at", "2020-11-18 13:00:41.473100"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:00:41.477237"], ["updated_at", "2020-11-18 13:00:41.477237"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.2ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:00:41.498539"], ["updated_at", "2020-11-18 13:00:41.498539"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 13:00:41.501423"], ["updated_at", "2020-11-18 13:00:41.501423"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 13:00:41.504818"], ["updated_at", "2020-11-18 13:00:41.504818"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 13:00:41.508254"], ["updated_at", "2020-11-18 13:00:41.508254"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 13:00:41.511167"], ["updated_at", "2020-11-18 13:00:41.511167"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.512826"], ["updated_at", "2020-11-18 13:00:41.512826"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.514212"], ["updated_at", "2020-11-18 13:00:41.514212"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.515505"], ["updated_at", "2020-11-18 13:00:41.515505"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.516752"], ["updated_at", "2020-11-18 13:00:41.516752"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.518087"], ["updated_at", "2020-11-18 13:00:41.518087"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:41.519451"], ["updated_at", "2020-11-18 13:00:41.519451"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:41.520995"], ["updated_at", "2020-11-18 13:00:41.520995"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:41.522351"], ["updated_at", "2020-11-18 13:00:41.522351"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:41.524297"], ["updated_at", "2020-11-18 13:00:41.524297"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:41.526271"], ["updated_at", "2020-11-18 13:00:41.526271"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 30], ["string", "Rerum odit similique."], ["date", "2019-04-28"], ["time", "2000-01-01 00:13:29.544885"], ["datetime", "2020-11-17 15:51:56.966931"], ["created_at", "2020-11-18 13:00:41.529468"], ["updated_at", "2020-11-18 13:00:41.529468"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 21], ["string", "Magnam enim ut qui."], ["date", "2020-05-28"], ["time", "2000-01-01 09:17:55.176046"], ["datetime", "2020-11-18 08:30:25.344392"], ["created_at", "2020-11-18 13:00:41.533230"], ["updated_at", "2020-11-18 13:00:41.533230"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 21], ["string", "Ab architecto ex."], ["date", "2019-08-23"], ["time", "2000-01-01 14:40:39.440637"], ["datetime", "2020-11-18 10:25:19.153542"], ["created_at", "2020-11-18 13:00:41.536616"], ["updated_at", "2020-11-18 13:00:41.536616"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 23], ["string", "Sunt reiciendis cupiditate quibusdam."], ["date", "2019-11-06"], ["time", "2000-01-01 14:15:33.324753"], ["datetime", "2020-11-18 00:04:45.815185"], ["created_at", "2020-11-18 13:00:41.540410"], ["updated_at", "2020-11-18 13:00:41.540410"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["string", "In error animi."], ["date", "2020-01-28"], ["time", "2000-01-01 04:19:51.527048"], ["datetime", "2020-11-17 19:22:12.311129"], ["created_at", "2020-11-18 13:00:41.544499"], ["updated_at", "2020-11-18 13:00:41.544499"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1003], ["string", "At ad molestiae."], ["created_at", "2020-11-18 13:00:41.547266"], ["updated_at", "2020-11-18 13:00:41.547266"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1013], ["string", "Dolores unde autem quis."], ["created_at", "2020-11-18 13:00:41.549364"], ["updated_at", "2020-11-18 13:00:41.549364"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["string", "Nisi consequatur voluptatibus."], ["created_at", "2020-11-18 13:00:41.551494"], ["updated_at", "2020-11-18 13:00:41.551494"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1002], ["string", "Rerum et minima ut."], ["created_at", "2020-11-18 13:00:41.553833"], ["updated_at", "2020-11-18 13:00:41.553833"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.4ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1025], ["string", "Sunt facere quisquam."], ["created_at", "2020-11-18 13:00:41.556103"], ["updated_at", "2020-11-18 13:00:41.556103"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-18 13:00:41.559189"], ["updated_at", "2020-11-18 13:00:41.559189"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 13:00:41.561849"], ["updated_at", "2020-11-18 13:00:41.561849"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:00:41.564328"], ["updated_at", "2020-11-18 13:00:41.564328"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:00:41.566625"], ["updated_at", "2020-11-18 13:00:41.566625"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-18 13:00:41.568854"], ["updated_at", "2020-11-18 13:00:41.568854"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-18 13:00:41.615479"], ["updated_at", "2020-11-18 13:00:41.615479"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.4ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:00:41.618048"], ["updated_at", "2020-11-18 13:00:41.618048"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.5ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 13:00:41.620983"], ["updated_at", "2020-11-18 13:00:41.620983"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 13:00:41.623936"], ["updated_at", "2020-11-18 13:00:41.623936"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-18 13:00:41.626497"], ["updated_at", "2020-11-18 13:00:41.626497"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:00:41.628987"], ["updated_at", "2020-11-18 13:00:41.628987"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:00:41.631518"], ["updated_at", "2020-11-18 13:00:41.631518"], ["india_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:00:41.633926"], ["updated_at", "2020-11-18 13:00:41.633926"], ["india_id", 9]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:00:41.636538"], ["updated_at", "2020-11-18 13:00:41.636538"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:00:41.639238"], ["updated_at", "2020-11-18 13:00:41.639238"], ["india_id", 6]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-18 13:00:41.654981"], ["updated_at", "2020-11-18 13:00:41.654981"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 13:00:41.657973"], ["updated_at", "2020-11-18 13:00:41.657973"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 13:00:41.660477"], ["updated_at", "2020-11-18 13:00:41.660477"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 13:00:41.662750"], ["updated_at", "2020-11-18 13:00:41.662750"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 13:00:41.664935"], ["updated_at", "2020-11-18 13:00:41.664935"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.666309"], ["updated_at", "2020-11-18 13:00:41.666309"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.667570"], ["updated_at", "2020-11-18 13:00:41.667570"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.668799"], ["updated_at", "2020-11-18 13:00:41.668799"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.670403"], ["updated_at", "2020-11-18 13:00:41.670403"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.672165"], ["updated_at", "2020-11-18 13:00:41.672165"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:41.673689"], ["updated_at", "2020-11-18 13:00:41.673689"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:41.675833"], ["updated_at", "2020-11-18 13:00:41.675833"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:41.677838"], ["updated_at", "2020-11-18 13:00:41.677838"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:41.679521"], ["updated_at", "2020-11-18 13:00:41.679521"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:41.681115"], ["updated_at", "2020-11-18 13:00:41.681115"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["string", "Et eveniet veniam."], ["date", "2022-05-23"], ["time", "2000-01-01 06:21:41.746967"], ["datetime", "2020-11-18 00:18:56.078859"], ["created_at", "2020-11-18 13:00:41.744684"], ["updated_at", "2020-11-18 13:00:41.744684"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["string", "Cupiditate nesciunt qui asperiores."], ["date", "2020-03-28"], ["time", "2000-01-01 22:59:36.623444"], ["datetime", "2020-11-18 10:54:17.919693"], ["created_at", "2020-11-18 13:00:41.749152"], ["updated_at", "2020-11-18 13:00:41.749152"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["string", "Non voluptates est."], ["date", "2021-08-11"], ["time", "2000-01-01 06:05:07.532169"], ["datetime", "2020-11-17 16:01:54.242573"], ["created_at", "2020-11-18 13:00:41.753750"], ["updated_at", "2020-11-18 13:00:41.753750"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.5ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 40], ["string", "Aliquam modi impedit."], ["date", "2020-07-23"], ["time", "2000-01-01 18:09:32.500850"], ["datetime", "2020-11-17 23:19:48.725699"], ["created_at", "2020-11-18 13:00:41.762800"], ["updated_at", "2020-11-18 13:00:41.762800"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["string", "Recusandae sit autem sunt."], ["date", "2022-04-08"], ["time", "2000-01-01 19:49:31.987607"], ["datetime", "2020-11-17 23:54:10.776930"], ["created_at", "2020-11-18 13:00:41.768093"], ["updated_at", "2020-11-18 13:00:41.768093"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["string", "Eum nisi ratione."], ["date", "2022-07-17"], ["time", "2000-01-01 18:40:22.680294"], ["datetime", "2020-11-18 04:38:38.091046"], ["created_at", "2020-11-18 13:00:41.772876"], ["updated_at", "2020-11-18 13:00:41.772876"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.778791"], ["updated_at", "2020-11-18 13:00:41.778791"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["string", "Nihil itaque culpa."], ["date", "2022-01-04"], ["time", "2000-01-01 17:54:55.073129"], ["datetime", "2020-11-17 13:21:36.536886"], ["created_at", "2020-11-18 13:00:41.830776"], ["updated_at", "2020-11-18 13:00:41.830776"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["string", "Quis assumenda deserunt ex."], ["date", "2021-03-11"], ["time", "2000-01-01 11:16:25.187568"], ["datetime", "2020-11-18 05:31:54.547183"], ["created_at", "2020-11-18 13:00:41.834793"], ["updated_at", "2020-11-18 13:00:41.834793"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["string", "Et commodi error."], ["date", "2020-05-20"], ["time", "2000-01-01 22:37:59.580901"], ["datetime", "2020-11-18 09:55:21.338492"], ["created_at", "2020-11-18 13:00:41.838280"], ["updated_at", "2020-11-18 13:00:41.838280"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 28], ["string", "Ad dolorem dolores ipsum."], ["date", "2022-02-25"], ["time", "2000-01-01 16:24:47.143149"], ["datetime", "2020-11-18 07:40:51.269899"], ["created_at", "2020-11-18 13:00:41.841645"], ["updated_at", "2020-11-18 13:00:41.841645"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["string", "Saepe id ullam."], ["date", "2019-05-19"], ["time", "2000-01-01 06:53:38.246834"], ["datetime", "2020-11-18 09:16:26.765881"], ["created_at", "2020-11-18 13:00:41.846104"], ["updated_at", "2020-11-18 13:00:41.846104"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.5ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1004], ["string", "Nesciunt ratione excepturi."], ["created_at", "2020-11-18 13:00:41.849014"], ["updated_at", "2020-11-18 13:00:41.849014"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.5ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["string", "Voluptatem expedita sunt ut."], ["created_at", "2020-11-18 13:00:41.852202"], ["updated_at", "2020-11-18 13:00:41.852202"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.5ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["string", "Tenetur odit et."], ["created_at", "2020-11-18 13:00:41.855432"], ["updated_at", "2020-11-18 13:00:41.855432"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Bravo Create (0.7ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1032], ["string", "Dolorum voluptatem molestias doloribus."], ["created_at", "2020-11-18 13:00:41.858718"], ["updated_at", "2020-11-18 13:00:41.858718"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.4ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1002], ["string", "Amet quaerat ratione."], ["created_at", "2020-11-18 13:00:41.863222"], ["updated_at", "2020-11-18 13:00:41.863222"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:00:41.866484"], ["updated_at", "2020-11-18 13:00:41.866484"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:00:41.868910"], ["updated_at", "2020-11-18 13:00:41.868910"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:00:41.871653"], ["updated_at", "2020-11-18 13:00:41.871653"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:00:41.875305"], ["updated_at", "2020-11-18 13:00:41.875305"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:00:41.878449"], ["updated_at", "2020-11-18 13:00:41.878449"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 13:00:41.899280"], ["updated_at", "2020-11-18 13:00:41.899280"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:00:41.902063"], ["updated_at", "2020-11-18 13:00:41.902063"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 13:00:41.904983"], ["updated_at", "2020-11-18 13:00:41.904983"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:00:41.907836"], ["updated_at", "2020-11-18 13:00:41.907836"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 13:00:41.910645"], ["updated_at", "2020-11-18 13:00:41.910645"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.913256"], ["updated_at", "2020-11-18 13:00:41.913256"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.915732"], ["updated_at", "2020-11-18 13:00:41.915732"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.918099"], ["updated_at", "2020-11-18 13:00:41.918099"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.920696"], ["updated_at", "2020-11-18 13:00:41.920696"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.923210"], ["updated_at", "2020-11-18 13:00:41.923210"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:00:41.939057"], ["updated_at", "2020-11-18 13:00:41.939057"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:00:41.941694"], ["updated_at", "2020-11-18 13:00:41.941694"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:00:41.944361"], ["updated_at", "2020-11-18 13:00:41.944361"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:00:41.947010"], ["updated_at", "2020-11-18 13:00:41.947010"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:00:41.949350"], ["updated_at", "2020-11-18 13:00:41.949350"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.950863"], ["updated_at", "2020-11-18 13:00:41.950863"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.952138"], ["updated_at", "2020-11-18 13:00:41.952138"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.953324"], ["updated_at", "2020-11-18 13:00:41.953324"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.954638"], ["updated_at", "2020-11-18 13:00:41.954638"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:41.955819"], ["updated_at", "2020-11-18 13:00:41.955819"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:41.957059"], ["updated_at", "2020-11-18 13:00:41.957059"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:41.958294"], ["updated_at", "2020-11-18 13:00:41.958294"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:41.959539"], ["updated_at", "2020-11-18 13:00:41.959539"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:41.960787"], ["updated_at", "2020-11-18 13:00:41.960787"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:41.961966"], ["updated_at", "2020-11-18 13:00:41.961966"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["string", "Non nisi dignissimos."], ["date", "2021-01-07"], ["time", "2000-01-01 13:21:42.897510"], ["datetime", "2020-11-17 15:19:08.929173"], ["created_at", "2020-11-18 13:00:41.964447"], ["updated_at", "2020-11-18 13:00:41.964447"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["string", "Minus sit accusantium quis."], ["date", "2019-06-03"], ["time", "2000-01-01 23:32:28.549588"], ["datetime", "2020-11-17 22:12:09.987826"], ["created_at", "2020-11-18 13:00:41.967246"], ["updated_at", "2020-11-18 13:00:41.967246"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["string", "Quidem sit possimus."], ["date", "2020-09-13"], ["time", "2000-01-01 16:10:39.829770"], ["datetime", "2020-11-18 01:56:53.580394"], ["created_at", "2020-11-18 13:00:41.970331"], ["updated_at", "2020-11-18 13:00:41.970331"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["string", "Ut blanditiis et perferendis."], ["date", "2021-11-19"], ["time", "2000-01-01 01:26:28.944539"], ["datetime", "2020-11-18 02:38:28.265035"], ["created_at", "2020-11-18 13:00:41.973508"], ["updated_at", "2020-11-18 13:00:41.973508"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["string", "Quae nisi repellendus."], ["date", "2022-06-07"], ["time", "2000-01-01 10:01:36.427728"], ["datetime", "2020-11-17 23:32:01.499391"], ["created_at", "2020-11-18 13:00:41.976220"], ["updated_at", "2020-11-18 13:00:41.976220"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1009], ["string", "Sit quisquam facilis."], ["created_at", "2020-11-18 13:00:41.978684"], ["updated_at", "2020-11-18 13:00:41.978684"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["string", "Aut id temporibus nam."], ["created_at", "2020-11-18 13:00:41.980784"], ["updated_at", "2020-11-18 13:00:41.980784"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1007], ["string", "Sequi et id."], ["created_at", "2020-11-18 13:00:41.982912"], ["updated_at", "2020-11-18 13:00:41.982912"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1028], ["string", "Sint quas magnam doloribus."], ["created_at", "2020-11-18 13:00:41.984972"], ["updated_at", "2020-11-18 13:00:41.984972"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.4ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["string", "Et praesentium commodi."], ["created_at", "2020-11-18 13:00:41.987360"], ["updated_at", "2020-11-18 13:00:41.987360"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:00:41.990556"], ["updated_at", "2020-11-18 13:00:41.990556"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:00:41.993292"], ["updated_at", "2020-11-18 13:00:41.993292"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 13:00:41.996831"], ["updated_at", "2020-11-18 13:00:41.996831"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:00:42.001116"], ["updated_at", "2020-11-18 13:00:42.001116"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 13:00:42.005072"], ["updated_at", "2020-11-18 13:00:42.005072"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-18 13:00:42.025588"], ["updated_at", "2020-11-18 13:00:42.025588"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 13:00:42.028432"], ["updated_at", "2020-11-18 13:00:42.028432"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 13:00:42.031026"], ["updated_at", "2020-11-18 13:00:42.031026"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-18 13:00:42.033627"], ["updated_at", "2020-11-18 13:00:42.033627"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 13:00:42.036419"], ["updated_at", "2020-11-18 13:00:42.036419"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:00:42.039165"], ["updated_at", "2020-11-18 13:00:42.039165"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:00:42.042077"], ["updated_at", "2020-11-18 13:00:42.042077"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:00:42.045378"], ["updated_at", "2020-11-18 13:00:42.045378"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:00:42.049257"], ["updated_at", "2020-11-18 13:00:42.049257"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:00:42.052864"], ["updated_at", "2020-11-18 13:00:42.052864"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.2ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:00:42.074897"], ["updated_at", "2020-11-18 13:00:42.074897"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:00:42.077583"], ["updated_at", "2020-11-18 13:00:42.077583"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:00:42.079955"], ["updated_at", "2020-11-18 13:00:42.079955"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:00:42.082267"], ["updated_at", "2020-11-18 13:00:42.082267"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 13:00:42.084588"], ["updated_at", "2020-11-18 13:00:42.084588"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:42.085986"], ["updated_at", "2020-11-18 13:00:42.085986"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:42.087271"], ["updated_at", "2020-11-18 13:00:42.087271"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:42.088444"], ["updated_at", "2020-11-18 13:00:42.088444"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:42.089580"], ["updated_at", "2020-11-18 13:00:42.089580"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:42.090813"], ["updated_at", "2020-11-18 13:00:42.090813"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:42.092082"], ["updated_at", "2020-11-18 13:00:42.092082"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:42.093401"], ["updated_at", "2020-11-18 13:00:42.093401"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:42.094742"], ["updated_at", "2020-11-18 13:00:42.094742"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:42.096065"], ["updated_at", "2020-11-18 13:00:42.096065"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:42.097343"], ["updated_at", "2020-11-18 13:00:42.097343"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["string", "Hic ut eum."], ["date", "2020-01-12"], ["time", "2000-01-01 23:20:53.656693"], ["datetime", "2020-11-17 16:12:27.665611"], ["created_at", "2020-11-18 13:00:42.100458"], ["updated_at", "2020-11-18 13:00:42.100458"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["string", "Voluptatem dolor consectetur quos."], ["date", "2021-07-05"], ["time", "2000-01-01 04:44:06.567838"], ["datetime", "2020-11-17 20:36:43.154520"], ["created_at", "2020-11-18 13:00:42.104691"], ["updated_at", "2020-11-18 13:00:42.104691"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["string", "Ab a provident."], ["date", "2021-03-31"], ["time", "2000-01-01 08:32:32.652524"], ["datetime", "2020-11-18 06:52:04.899030"], ["created_at", "2020-11-18 13:00:42.108254"], ["updated_at", "2020-11-18 13:00:42.108254"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["string", "Cupiditate maiores nulla dolore."], ["date", "2019-01-21"], ["time", "2000-01-01 16:42:35.170727"], ["datetime", "2020-11-18 08:46:33.313829"], ["created_at", "2020-11-18 13:00:42.111328"], ["updated_at", "2020-11-18 13:00:42.111328"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["string", "Qui deleniti et."], ["date", "2019-03-22"], ["time", "2000-01-01 10:46:03.769591"], ["datetime", "2020-11-18 02:34:51.026638"], ["created_at", "2020-11-18 13:00:42.114394"], ["updated_at", "2020-11-18 13:00:42.114394"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.5ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["string", "Autem in explicabo."], ["created_at", "2020-11-18 13:00:42.117176"], ["updated_at", "2020-11-18 13:00:42.117176"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.4ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["string", "Illum consequuntur qui saepe."], ["created_at", "2020-11-18 13:00:42.120817"], ["updated_at", "2020-11-18 13:00:42.120817"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.4ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["string", "Tempora vitae et."], ["created_at", "2020-11-18 13:00:42.123923"], ["updated_at", "2020-11-18 13:00:42.123923"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.4ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["string", "Quia molestiae laboriosam omnis."], ["created_at", "2020-11-18 13:00:42.126579"], ["updated_at", "2020-11-18 13:00:42.126579"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.4ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1021], ["string", "Voluptas adipisci soluta."], ["created_at", "2020-11-18 13:00:42.129214"], ["updated_at", "2020-11-18 13:00:42.129214"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-18 13:00:42.132519"], ["updated_at", "2020-11-18 13:00:42.132519"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 13:00:42.135352"], ["updated_at", "2020-11-18 13:00:42.135352"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-18 13:00:42.139842"], ["updated_at", "2020-11-18 13:00:42.139842"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.2ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:00:42.143925"], ["updated_at", "2020-11-18 13:00:42.143925"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 13:00:42.147374"], ["updated_at", "2020-11-18 13:00:42.147374"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.2ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.2ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.2ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-18 13:00:42.175216"], ["updated_at", "2020-11-18 13:00:42.175216"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:00:42.178109"], ["updated_at", "2020-11-18 13:00:42.178109"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 13:00:42.180702"], ["updated_at", "2020-11-18 13:00:42.180702"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-18 13:00:42.183354"], ["updated_at", "2020-11-18 13:00:42.183354"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-18 13:00:42.185946"], ["updated_at", "2020-11-18 13:00:42.185946"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:00:42.188484"], ["updated_at", "2020-11-18 13:00:42.188484"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:00:42.190821"], ["updated_at", "2020-11-18 13:00:42.190821"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:00:42.193044"], ["updated_at", "2020-11-18 13:00:42.193044"], ["india_id", 6]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:00:42.196135"], ["updated_at", "2020-11-18 13:00:42.196135"], ["india_id", 10]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:00:42.199543"], ["updated_at", "2020-11-18 13:00:42.199543"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.2ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.2ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 13:00:42.224342"], ["updated_at", "2020-11-18 13:00:42.224342"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:00:42.228545"], ["updated_at", "2020-11-18 13:00:42.228545"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 13:00:42.232557"], ["updated_at", "2020-11-18 13:00:42.232557"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-18 13:00:42.236173"], ["updated_at", "2020-11-18 13:00:42.236173"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-18 13:00:42.239713"], ["updated_at", "2020-11-18 13:00:42.239713"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:42.241781"], ["updated_at", "2020-11-18 13:00:42.241781"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:42.243673"], ["updated_at", "2020-11-18 13:00:42.243673"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:42.245469"], ["updated_at", "2020-11-18 13:00:42.245469"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:42.247352"], ["updated_at", "2020-11-18 13:00:42.247352"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:00:42.249144"], ["updated_at", "2020-11-18 13:00:42.249144"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:42.251079"], ["updated_at", "2020-11-18 13:00:42.251079"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:42.253019"], ["updated_at", "2020-11-18 13:00:42.253019"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:42.254897"], ["updated_at", "2020-11-18 13:00:42.254897"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:42.256788"], ["updated_at", "2020-11-18 13:00:42.256788"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:00:42.258509"], ["updated_at", "2020-11-18 13:00:42.258509"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.2ms) SELECT COUNT(*) FROM "charlies"  (0.2ms) SELECT COUNT(*) FROM "deltas"  (0.2ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.2ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.2ms) SELECT COUNT(*) FROM "hotels"  (0.2ms) SELECT COUNT(*) FROM "indias"  (0.7ms) ROLLBACK TO SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.9ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.9ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.8ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.7ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (2.5ms) DELETE FROM "juliets";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.3ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["string", "Est optio consequatur."], ["date", "2021-08-26"], ["time", "2000-01-01 21:42:33.368867"], ["datetime", "2020-11-18 12:29:51.244479"], ["created_at", "2020-11-18 13:02:36.934496"], ["updated_at", "2020-11-18 13:02:36.934496"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["string", "A eum sunt necessitatibus."], ["date", "2022-02-17"], ["time", "2000-01-01 08:32:41.168410"], ["datetime", "2020-11-17 19:51:30.712481"], ["created_at", "2020-11-18 13:02:36.937261"], ["updated_at", "2020-11-18 13:02:36.937261"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["string", "Tempore dicta ut."], ["date", "2021-04-30"], ["time", "2000-01-01 09:11:19.104968"], ["datetime", "2020-11-18 11:52:39.166913"], ["created_at", "2020-11-18 13:02:36.939435"], ["updated_at", "2020-11-18 13:02:36.939435"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 23], ["string", "Aliquam eos dolores sint."], ["date", "2019-11-15"], ["time", "2000-01-01 07:41:25.575702"], ["datetime", "2020-11-18 04:14:01.977013"], ["created_at", "2020-11-18 13:02:36.941475"], ["updated_at", "2020-11-18 13:02:36.941475"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["string", "Veniam enim libero."], ["date", "2022-08-17"], ["time", "2000-01-01 12:25:15.259267"], ["datetime", "2020-11-18 08:42:47.442987"], ["created_at", "2020-11-18 13:02:36.943625"], ["updated_at", "2020-11-18 13:02:36.943625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1037], ["string", "In alias nulla."], ["created_at", "2020-11-18 13:02:36.952030"], ["updated_at", "2020-11-18 13:02:36.952030"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.4ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["string", "Fuga illo earum voluptatem."], ["created_at", "2020-11-18 13:02:36.954547"], ["updated_at", "2020-11-18 13:02:36.954547"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["string", "Voluptatibus esse eos."], ["created_at", "2020-11-18 13:02:36.957363"], ["updated_at", "2020-11-18 13:02:36.957363"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["string", "Et pariatur dolor quis."], ["created_at", "2020-11-18 13:02:36.959307"], ["updated_at", "2020-11-18 13:02:36.959307"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["string", "Dolor omnis saepe."], ["created_at", "2020-11-18 13:02:36.961155"], ["updated_at", "2020-11-18 13:02:36.961155"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.2ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:02:36.973011"], ["updated_at", "2020-11-18 13:02:36.973011"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:02:36.975270"], ["updated_at", "2020-11-18 13:02:36.975270"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:02:36.977315"], ["updated_at", "2020-11-18 13:02:36.977315"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:02:36.979021"], ["updated_at", "2020-11-18 13:02:36.979021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.3ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:02:36.980801"], ["updated_at", "2020-11-18 13:02:36.980801"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.3ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.2ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.2ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 13:02:37.012764"], ["updated_at", "2020-11-18 13:02:37.012764"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 13:02:37.015083"], ["updated_at", "2020-11-18 13:02:37.015083"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 13:02:37.017074"], ["updated_at", "2020-11-18 13:02:37.017074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 13:02:37.019283"], ["updated_at", "2020-11-18 13:02:37.019283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:02:37.022136"], ["updated_at", "2020-11-18 13:02:37.022136"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.2ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.057016"], ["updated_at", "2020-11-18 13:02:37.057016"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.059544"], ["updated_at", "2020-11-18 13:02:37.059544"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.061307"], ["updated_at", "2020-11-18 13:02:37.061307"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.063372"], ["updated_at", "2020-11-18 13:02:37.063372"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.065759"], ["updated_at", "2020-11-18 13:02:37.065759"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.2ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.2ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:02:37.087216"], ["updated_at", "2020-11-18 13:02:37.087216"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:02:37.090161"], ["updated_at", "2020-11-18 13:02:37.090161"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:02:37.092383"], ["updated_at", "2020-11-18 13:02:37.092383"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:02:37.094407"], ["updated_at", "2020-11-18 13:02:37.094407"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:02:37.096569"], ["updated_at", "2020-11-18 13:02:37.096569"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.102214"], ["updated_at", "2020-11-18 13:02:37.102214"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.103639"], ["updated_at", "2020-11-18 13:02:37.103639"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.104723"], ["updated_at", "2020-11-18 13:02:37.104723"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.105784"], ["updated_at", "2020-11-18 13:02:37.105784"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.106851"], ["updated_at", "2020-11-18 13:02:37.106851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:37.111267"], ["updated_at", "2020-11-18 13:02:37.111267"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:37.112835"], ["updated_at", "2020-11-18 13:02:37.112835"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:37.113899"], ["updated_at", "2020-11-18 13:02:37.113899"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:37.115027"], ["updated_at", "2020-11-18 13:02:37.115027"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:37.116401"], ["updated_at", "2020-11-18 13:02:37.116401"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 18], ["string", "In eos ex."], ["date", "2020-10-01"], ["time", "2000-01-01 23:14:00.480415"], ["datetime", "2020-11-18 09:59:47.236787"], ["created_at", "2020-11-18 13:02:37.118989"], ["updated_at", "2020-11-18 13:02:37.118989"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 31], ["string", "Eligendi maxime labore ratione."], ["date", "2020-04-09"], ["time", "2000-01-01 09:21:05.886586"], ["datetime", "2020-11-18 01:33:12.268307"], ["created_at", "2020-11-18 13:02:37.122533"], ["updated_at", "2020-11-18 13:02:37.122533"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 26], ["string", "Perspiciatis officia voluptatem."], ["date", "2019-10-29"], ["time", "2000-01-01 19:59:27.192053"], ["datetime", "2020-11-18 10:32:16.139304"], ["created_at", "2020-11-18 13:02:37.126432"], ["updated_at", "2020-11-18 13:02:37.126432"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 22], ["string", "Consequatur voluptatem dolore ipsa."], ["date", "2022-10-06"], ["time", "2000-01-01 20:47:23.566516"], ["datetime", "2020-11-17 19:10:42.601854"], ["created_at", "2020-11-18 13:02:37.129450"], ["updated_at", "2020-11-18 13:02:37.129450"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["string", "Qui quos ipsum."], ["date", "2020-08-27"], ["time", "2000-01-01 06:45:10.024035"], ["datetime", "2020-11-17 18:05:44.514263"], ["created_at", "2020-11-18 13:02:37.132507"], ["updated_at", "2020-11-18 13:02:37.132507"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1001], ["string", "Delectus possimus nesciunt."], ["created_at", "2020-11-18 13:02:37.135157"], ["updated_at", "2020-11-18 13:02:37.135157"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["string", "Sed modi totam sequi."], ["created_at", "2020-11-18 13:02:37.137171"], ["updated_at", "2020-11-18 13:02:37.137171"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["string", "Ipsam voluptatem illo."], ["created_at", "2020-11-18 13:02:37.139028"], ["updated_at", "2020-11-18 13:02:37.139028"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1002], ["string", "Unde maxime sit et."], ["created_at", "2020-11-18 13:02:37.140819"], ["updated_at", "2020-11-18 13:02:37.140819"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1028], ["string", "Natus labore similique."], ["created_at", "2020-11-18 13:02:37.142794"], ["updated_at", "2020-11-18 13:02:37.142794"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 13:02:37.145288"], ["updated_at", "2020-11-18 13:02:37.145288"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:02:37.147781"], ["updated_at", "2020-11-18 13:02:37.147781"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 13:02:37.150874"], ["updated_at", "2020-11-18 13:02:37.150874"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.3ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:02:37.155727"], ["updated_at", "2020-11-18 13:02:37.155727"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 13:02:37.158399"], ["updated_at", "2020-11-18 13:02:37.158399"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 13:02:37.175800"], ["updated_at", "2020-11-18 13:02:37.175800"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-18 13:02:37.178573"], ["updated_at", "2020-11-18 13:02:37.178573"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-18 13:02:37.181728"], ["updated_at", "2020-11-18 13:02:37.181728"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.3ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-18 13:02:37.185076"], ["updated_at", "2020-11-18 13:02:37.185076"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.3ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-18 13:02:37.188401"], ["updated_at", "2020-11-18 13:02:37.188401"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:02:37.192408"], ["updated_at", "2020-11-18 13:02:37.192408"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:02:37.194734"], ["updated_at", "2020-11-18 13:02:37.194734"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:02:37.196941"], ["updated_at", "2020-11-18 13:02:37.196941"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:02:37.199091"], ["updated_at", "2020-11-18 13:02:37.199091"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:02:37.201089"], ["updated_at", "2020-11-18 13:02:37.201089"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:02:37.215509"], ["updated_at", "2020-11-18 13:02:37.215509"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:02:37.218844"], ["updated_at", "2020-11-18 13:02:37.218844"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 13:02:37.223396"], ["updated_at", "2020-11-18 13:02:37.223396"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.3ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 13:02:37.225983"], ["updated_at", "2020-11-18 13:02:37.225983"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 13:02:37.228800"], ["updated_at", "2020-11-18 13:02:37.228800"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.229967"], ["updated_at", "2020-11-18 13:02:37.229967"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.231150"], ["updated_at", "2020-11-18 13:02:37.231150"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.232288"], ["updated_at", "2020-11-18 13:02:37.232288"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.233355"], ["updated_at", "2020-11-18 13:02:37.233355"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.234576"], ["updated_at", "2020-11-18 13:02:37.234576"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:37.235780"], ["updated_at", "2020-11-18 13:02:37.235780"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:37.236991"], ["updated_at", "2020-11-18 13:02:37.236991"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:37.238048"], ["updated_at", "2020-11-18 13:02:37.238048"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:37.239106"], ["updated_at", "2020-11-18 13:02:37.239106"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:37.240131"], ["updated_at", "2020-11-18 13:02:37.240131"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["string", "Atque accusamus et."], ["date", "2021-05-10"], ["time", "2000-01-01 19:54:32.346527"], ["datetime", "2020-11-18 04:36:07.992197"], ["created_at", "2020-11-18 13:02:37.242209"], ["updated_at", "2020-11-18 13:02:37.242209"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["string", "Unde sit perferendis commodi."], ["date", "2020-04-04"], ["time", "2000-01-01 01:31:43.596378"], ["datetime", "2020-11-18 01:40:14.790436"], ["created_at", "2020-11-18 13:02:37.244763"], ["updated_at", "2020-11-18 13:02:37.244763"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["string", "Dolorum illum voluptatem."], ["date", "2020-05-27"], ["time", "2000-01-01 03:01:30.882219"], ["datetime", "2020-11-17 14:33:15.803263"], ["created_at", "2020-11-18 13:02:37.247306"], ["updated_at", "2020-11-18 13:02:37.247306"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["string", "Voluptate odit at hic."], ["date", "2020-08-07"], ["time", "2000-01-01 19:08:00.375762"], ["datetime", "2020-11-18 01:16:22.404324"], ["created_at", "2020-11-18 13:02:37.249995"], ["updated_at", "2020-11-18 13:02:37.249995"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["string", "Consequuntur vitae id."], ["date", "2022-09-17"], ["time", "2000-01-01 20:42:41.019611"], ["datetime", "2020-11-17 17:24:58.559899"], ["created_at", "2020-11-18 13:02:37.254147"], ["updated_at", "2020-11-18 13:02:37.254147"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.4ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["string", "Nemo et deleniti."], ["created_at", "2020-11-18 13:02:37.256729"], ["updated_at", "2020-11-18 13:02:37.256729"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.5ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1002], ["string", "Sequi maiores non voluptatem."], ["created_at", "2020-11-18 13:02:37.259290"], ["updated_at", "2020-11-18 13:02:37.259290"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["string", "Aut non expedita."], ["created_at", "2020-11-18 13:02:37.261907"], ["updated_at", "2020-11-18 13:02:37.261907"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.4ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1003], ["string", "Laboriosam debitis ipsa ducimus."], ["created_at", "2020-11-18 13:02:37.263882"], ["updated_at", "2020-11-18 13:02:37.263882"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1022], ["string", "Sint laudantium officia."], ["created_at", "2020-11-18 13:02:37.266369"], ["updated_at", "2020-11-18 13:02:37.266369"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-18 13:02:37.269042"], ["updated_at", "2020-11-18 13:02:37.269042"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:02:37.271275"], ["updated_at", "2020-11-18 13:02:37.271275"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-18 13:02:37.273283"], ["updated_at", "2020-11-18 13:02:37.273283"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:02:37.275285"], ["updated_at", "2020-11-18 13:02:37.275285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:02:37.277203"], ["updated_at", "2020-11-18 13:02:37.277203"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 13:02:37.298065"], ["updated_at", "2020-11-18 13:02:37.298065"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 13:02:37.301708"], ["updated_at", "2020-11-18 13:02:37.301708"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-18 13:02:37.304748"], ["updated_at", "2020-11-18 13:02:37.304748"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-18 13:02:37.307041"], ["updated_at", "2020-11-18 13:02:37.307041"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 13:02:37.309351"], ["updated_at", "2020-11-18 13:02:37.309351"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:02:37.311790"], ["updated_at", "2020-11-18 13:02:37.311790"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:02:37.314617"], ["updated_at", "2020-11-18 13:02:37.314617"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.3ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:02:37.318115"], ["updated_at", "2020-11-18 13:02:37.318115"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.3ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:02:37.321930"], ["updated_at", "2020-11-18 13:02:37.321930"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.3ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:02:37.325305"], ["updated_at", "2020-11-18 13:02:37.325305"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 13:02:37.341356"], ["updated_at", "2020-11-18 13:02:37.341356"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-18 13:02:37.344200"], ["updated_at", "2020-11-18 13:02:37.344200"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:02:37.346458"], ["updated_at", "2020-11-18 13:02:37.346458"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 13:02:37.349414"], ["updated_at", "2020-11-18 13:02:37.349414"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.3ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:02:37.353034"], ["updated_at", "2020-11-18 13:02:37.353034"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.356247"], ["updated_at", "2020-11-18 13:02:37.356247"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.357930"], ["updated_at", "2020-11-18 13:02:37.357930"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.359472"], ["updated_at", "2020-11-18 13:02:37.359472"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.360937"], ["updated_at", "2020-11-18 13:02:37.360937"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.362373"], ["updated_at", "2020-11-18 13:02:37.362373"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:37.363958"], ["updated_at", "2020-11-18 13:02:37.363958"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:37.365637"], ["updated_at", "2020-11-18 13:02:37.365637"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:37.367562"], ["updated_at", "2020-11-18 13:02:37.367562"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:37.369114"], ["updated_at", "2020-11-18 13:02:37.369114"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:37.371093"], ["updated_at", "2020-11-18 13:02:37.371093"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.6ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["string", "Nemo est est."], ["date", "2022-01-15"], ["time", "2000-01-01 23:37:21.621957"], ["datetime", "2020-11-17 21:48:33.540375"], ["created_at", "2020-11-18 13:02:37.393662"], ["updated_at", "2020-11-18 13:02:37.393662"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 23], ["string", "Voluptatem et consequatur explicabo."], ["date", "2020-04-04"], ["time", "2000-01-01 15:07:17.022928"], ["datetime", "2020-11-17 17:24:35.381066"], ["created_at", "2020-11-18 13:02:37.396552"], ["updated_at", "2020-11-18 13:02:37.396552"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["string", "Ut consectetur deserunt."], ["date", "2021-12-31"], ["time", "2000-01-01 23:16:10.139166"], ["datetime", "2020-11-18 08:07:49.158989"], ["created_at", "2020-11-18 13:02:37.399820"], ["updated_at", "2020-11-18 13:02:37.399820"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["string", "Totam commodi consequatur velit."], ["date", "2022-06-26"], ["time", "2000-01-01 23:05:37.528580"], ["datetime", "2020-11-18 03:26:52.163474"], ["created_at", "2020-11-18 13:02:37.403971"], ["updated_at", "2020-11-18 13:02:37.403971"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["string", "Alias aut ex."], ["date", "2022-02-11"], ["time", "2000-01-01 02:51:43.732242"], ["datetime", "2020-11-17 17:17:43.484406"], ["created_at", "2020-11-18 13:02:37.407992"], ["updated_at", "2020-11-18 13:02:37.407992"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Bravo Create (0.4ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["string", "Numquam voluptas aut."], ["created_at", "2020-11-18 13:02:37.411905"], ["updated_at", "2020-11-18 13:02:37.411905"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.4ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1026], ["string", "Nostrum reiciendis tempora vel."], ["created_at", "2020-11-18 13:02:37.414964"], ["updated_at", "2020-11-18 13:02:37.414964"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.5ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1020], ["string", "Molestiae incidunt explicabo."], ["created_at", "2020-11-18 13:02:37.418267"], ["updated_at", "2020-11-18 13:02:37.418267"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.4ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1019], ["string", "Ad quidem quia ex."], ["created_at", "2020-11-18 13:02:37.421600"], ["updated_at", "2020-11-18 13:02:37.421600"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["string", "Enim corporis ipsa."], ["created_at", "2020-11-18 13:02:37.424086"], ["updated_at", "2020-11-18 13:02:37.424086"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:02:37.427979"], ["updated_at", "2020-11-18 13:02:37.427979"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:02:37.431067"], ["updated_at", "2020-11-18 13:02:37.431067"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:02:37.433295"], ["updated_at", "2020-11-18 13:02:37.433295"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:02:37.435511"], ["updated_at", "2020-11-18 13:02:37.435511"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:02:37.437888"], ["updated_at", "2020-11-18 13:02:37.437888"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.2ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.2ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:02:37.458032"], ["updated_at", "2020-11-18 13:02:37.458032"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:02:37.460546"], ["updated_at", "2020-11-18 13:02:37.460546"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:02:37.463982"], ["updated_at", "2020-11-18 13:02:37.463982"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 13:02:37.467434"], ["updated_at", "2020-11-18 13:02:37.467434"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:02:37.470684"], ["updated_at", "2020-11-18 13:02:37.470684"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.473361"], ["updated_at", "2020-11-18 13:02:37.473361"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.475698"], ["updated_at", "2020-11-18 13:02:37.475698"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.477926"], ["updated_at", "2020-11-18 13:02:37.477926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.480142"], ["updated_at", "2020-11-18 13:02:37.480142"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.482557"], ["updated_at", "2020-11-18 13:02:37.482557"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:02:37.500113"], ["updated_at", "2020-11-18 13:02:37.500113"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:02:37.503538"], ["updated_at", "2020-11-18 13:02:37.503538"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:02:37.505861"], ["updated_at", "2020-11-18 13:02:37.505861"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:02:37.508083"], ["updated_at", "2020-11-18 13:02:37.508083"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:02:37.510225"], ["updated_at", "2020-11-18 13:02:37.510225"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.511622"], ["updated_at", "2020-11-18 13:02:37.511622"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.513006"], ["updated_at", "2020-11-18 13:02:37.513006"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.514185"], ["updated_at", "2020-11-18 13:02:37.514185"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.515874"], ["updated_at", "2020-11-18 13:02:37.515874"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.517970"], ["updated_at", "2020-11-18 13:02:37.517970"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:37.519718"], ["updated_at", "2020-11-18 13:02:37.519718"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.3ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:37.521605"], ["updated_at", "2020-11-18 13:02:37.521605"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:37.523957"], ["updated_at", "2020-11-18 13:02:37.523957"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:37.525406"], ["updated_at", "2020-11-18 13:02:37.525406"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:37.526742"], ["updated_at", "2020-11-18 13:02:37.526742"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["string", "Facere aspernatur sit."], ["date", "2021-11-29"], ["time", "2000-01-01 10:18:59.763662"], ["datetime", "2020-11-17 17:52:10.104112"], ["created_at", "2020-11-18 13:02:37.529271"], ["updated_at", "2020-11-18 13:02:37.529271"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 23], ["string", "Ipsam et nihil itaque."], ["date", "2021-06-28"], ["time", "2000-01-01 12:21:57.715626"], ["datetime", "2020-11-17 22:39:01.398085"], ["created_at", "2020-11-18 13:02:37.532230"], ["updated_at", "2020-11-18 13:02:37.532230"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["string", "Saepe facilis vero."], ["date", "2021-02-11"], ["time", "2000-01-01 21:11:43.135894"], ["datetime", "2020-11-18 03:13:58.547054"], ["created_at", "2020-11-18 13:02:37.535246"], ["updated_at", "2020-11-18 13:02:37.535246"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 37], ["string", "Sit nihil hic ex."], ["date", "2021-02-17"], ["time", "2000-01-01 03:36:11.684926"], ["datetime", "2020-11-18 02:54:39.920667"], ["created_at", "2020-11-18 13:02:37.537968"], ["updated_at", "2020-11-18 13:02:37.537968"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["string", "Dolor nostrum placeat."], ["date", "2019-10-26"], ["time", "2000-01-01 12:42:17.406785"], ["datetime", "2020-11-18 11:14:35.071554"], ["created_at", "2020-11-18 13:02:37.540556"], ["updated_at", "2020-11-18 13:02:37.540556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["string", "Occaecati id deserunt."], ["created_at", "2020-11-18 13:02:37.542717"], ["updated_at", "2020-11-18 13:02:37.542717"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["string", "Dolorem iste quibusdam nihil."], ["created_at", "2020-11-18 13:02:37.544714"], ["updated_at", "2020-11-18 13:02:37.544714"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["string", "Impedit quod et."], ["created_at", "2020-11-18 13:02:37.546665"], ["updated_at", "2020-11-18 13:02:37.546665"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1011], ["string", "Numquam quia ipsa quia."], ["created_at", "2020-11-18 13:02:37.548638"], ["updated_at", "2020-11-18 13:02:37.548638"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["string", "Eos nihil sit."], ["created_at", "2020-11-18 13:02:37.550854"], ["updated_at", "2020-11-18 13:02:37.550854"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 13:02:37.553653"], ["updated_at", "2020-11-18 13:02:37.553653"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:02:37.557089"], ["updated_at", "2020-11-18 13:02:37.557089"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:02:37.559219"], ["updated_at", "2020-11-18 13:02:37.559219"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 13:02:37.561040"], ["updated_at", "2020-11-18 13:02:37.561040"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:02:37.562842"], ["updated_at", "2020-11-18 13:02:37.562842"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 13:02:37.578287"], ["updated_at", "2020-11-18 13:02:37.578287"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 13:02:37.580560"], ["updated_at", "2020-11-18 13:02:37.580560"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 13:02:37.582826"], ["updated_at", "2020-11-18 13:02:37.582826"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 13:02:37.586836"], ["updated_at", "2020-11-18 13:02:37.586836"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.3ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-18 13:02:37.589611"], ["updated_at", "2020-11-18 13:02:37.589611"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:02:37.592921"], ["updated_at", "2020-11-18 13:02:37.592921"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:02:37.595012"], ["updated_at", "2020-11-18 13:02:37.595012"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:02:37.596988"], ["updated_at", "2020-11-18 13:02:37.596988"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:02:37.598848"], ["updated_at", "2020-11-18 13:02:37.598848"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:02:37.600614"], ["updated_at", "2020-11-18 13:02:37.600614"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:02:37.613446"], ["updated_at", "2020-11-18 13:02:37.613446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 13:02:37.616378"], ["updated_at", "2020-11-18 13:02:37.616378"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 13:02:37.619829"], ["updated_at", "2020-11-18 13:02:37.619829"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:02:37.623023"], ["updated_at", "2020-11-18 13:02:37.623023"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 13:02:37.625425"], ["updated_at", "2020-11-18 13:02:37.625425"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.626776"], ["updated_at", "2020-11-18 13:02:37.626776"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.627916"], ["updated_at", "2020-11-18 13:02:37.627916"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.628960"], ["updated_at", "2020-11-18 13:02:37.628960"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.630012"], ["updated_at", "2020-11-18 13:02:37.630012"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.631093"], ["updated_at", "2020-11-18 13:02:37.631093"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:37.632307"], ["updated_at", "2020-11-18 13:02:37.632307"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:37.633474"], ["updated_at", "2020-11-18 13:02:37.633474"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:37.634764"], ["updated_at", "2020-11-18 13:02:37.634764"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:37.636117"], ["updated_at", "2020-11-18 13:02:37.636117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:37.637215"], ["updated_at", "2020-11-18 13:02:37.637215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["string", "Dolorem esse nihil."], ["date", "2019-08-25"], ["time", "2000-01-01 03:23:52.584400"], ["datetime", "2020-11-17 21:35:46.764024"], ["created_at", "2020-11-18 13:02:37.639146"], ["updated_at", "2020-11-18 13:02:37.639146"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["string", "Facilis debitis laudantium similique."], ["date", "2022-08-27"], ["time", "2000-01-01 05:41:31.511461"], ["datetime", "2020-11-18 08:07:31.477164"], ["created_at", "2020-11-18 13:02:37.641491"], ["updated_at", "2020-11-18 13:02:37.641491"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 23], ["string", "Quidem id quas."], ["date", "2021-12-24"], ["time", "2000-01-01 13:59:34.572743"], ["datetime", "2020-11-18 02:02:22.809344"], ["created_at", "2020-11-18 13:02:37.643807"], ["updated_at", "2020-11-18 13:02:37.643807"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["string", "Doloremque magni et repellat."], ["date", "2022-01-24"], ["time", "2000-01-01 11:15:10.066683"], ["datetime", "2020-11-17 14:27:07.168530"], ["created_at", "2020-11-18 13:02:37.646123"], ["updated_at", "2020-11-18 13:02:37.646123"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 28], ["string", "Quaerat velit quae."], ["date", "2019-11-04"], ["time", "2000-01-01 19:25:06.996077"], ["datetime", "2020-11-18 02:04:21.137799"], ["created_at", "2020-11-18 13:02:37.649828"], ["updated_at", "2020-11-18 13:02:37.649828"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["string", "Et debitis veritatis."], ["created_at", "2020-11-18 13:02:37.652166"], ["updated_at", "2020-11-18 13:02:37.652166"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Bravo Create (0.4ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1034], ["string", "Pariatur in ut eos."], ["created_at", "2020-11-18 13:02:37.654187"], ["updated_at", "2020-11-18 13:02:37.654187"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1012], ["string", "Rerum consequuntur rerum."], ["created_at", "2020-11-18 13:02:37.656857"], ["updated_at", "2020-11-18 13:02:37.656857"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1002], ["string", "Nesciunt illum nemo nobis."], ["created_at", "2020-11-18 13:02:37.658872"], ["updated_at", "2020-11-18 13:02:37.658872"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["string", "Quisquam assumenda vel."], ["created_at", "2020-11-18 13:02:37.660783"], ["updated_at", "2020-11-18 13:02:37.660783"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 13:02:37.663071"], ["updated_at", "2020-11-18 13:02:37.663071"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-18 13:02:37.665182"], ["updated_at", "2020-11-18 13:02:37.665182"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:02:37.684933"], ["updated_at", "2020-11-18 13:02:37.684933"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:02:37.688291"], ["updated_at", "2020-11-18 13:02:37.688291"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:02:37.691237"], ["updated_at", "2020-11-18 13:02:37.691237"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.4ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-18 13:02:37.715076"], ["updated_at", "2020-11-18 13:02:37.715076"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-18 13:02:37.718039"], ["updated_at", "2020-11-18 13:02:37.718039"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 13:02:37.721108"], ["updated_at", "2020-11-18 13:02:37.721108"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 13:02:37.723786"], ["updated_at", "2020-11-18 13:02:37.723786"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 13:02:37.726418"], ["updated_at", "2020-11-18 13:02:37.726418"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:02:37.728625"], ["updated_at", "2020-11-18 13:02:37.728625"], ["india_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:02:37.730743"], ["updated_at", "2020-11-18 13:02:37.730743"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:02:37.732938"], ["updated_at", "2020-11-18 13:02:37.732938"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:02:37.735140"], ["updated_at", "2020-11-18 13:02:37.735140"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:02:37.737220"], ["updated_at", "2020-11-18 13:02:37.737220"], ["india_id", 10]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.3ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 13:02:37.752409"], ["updated_at", "2020-11-18 13:02:37.752409"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:02:37.756220"], ["updated_at", "2020-11-18 13:02:37.756220"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 13:02:37.759779"], ["updated_at", "2020-11-18 13:02:37.759779"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 13:02:37.762994"], ["updated_at", "2020-11-18 13:02:37.762994"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 13:02:37.765707"], ["updated_at", "2020-11-18 13:02:37.765707"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.767195"], ["updated_at", "2020-11-18 13:02:37.767195"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.768508"], ["updated_at", "2020-11-18 13:02:37.768508"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.769614"], ["updated_at", "2020-11-18 13:02:37.769614"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.770743"], ["updated_at", "2020-11-18 13:02:37.770743"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.771849"], ["updated_at", "2020-11-18 13:02:37.771849"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:37.772909"], ["updated_at", "2020-11-18 13:02:37.772909"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:37.774034"], ["updated_at", "2020-11-18 13:02:37.774034"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:37.775108"], ["updated_at", "2020-11-18 13:02:37.775108"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:37.776142"], ["updated_at", "2020-11-18 13:02:37.776142"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:37.777166"], ["updated_at", "2020-11-18 13:02:37.777166"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["string", "Libero odit reprehenderit."], ["date", "2020-03-20"], ["time", "2000-01-01 05:15:56.680181"], ["datetime", "2020-11-17 13:38:23.202630"], ["created_at", "2020-11-18 13:02:37.825140"], ["updated_at", "2020-11-18 13:02:37.825140"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["string", "Quo alias atque eos."], ["date", "2020-10-10"], ["time", "2000-01-01 22:10:58.088161"], ["datetime", "2020-11-17 19:02:40.292774"], ["created_at", "2020-11-18 13:02:37.828870"], ["updated_at", "2020-11-18 13:02:37.828870"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["string", "Dolor maxime est."], ["date", "2021-01-30"], ["time", "2000-01-01 06:08:39.154693"], ["datetime", "2020-11-17 14:20:40.882737"], ["created_at", "2020-11-18 13:02:37.832354"], ["updated_at", "2020-11-18 13:02:37.832354"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["string", "Porro error ut."], ["date", "2020-11-16"], ["time", "2000-01-01 15:35:15.890444"], ["datetime", "2020-11-17 14:30:01.530938"], ["created_at", "2020-11-18 13:02:37.837985"], ["updated_at", "2020-11-18 13:02:37.837985"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["string", "Autem voluptatibus eos est."], ["date", "2021-04-25"], ["time", "2000-01-01 13:43:37.536241"], ["datetime", "2020-11-17 19:48:34.515394"], ["created_at", "2020-11-18 13:02:37.841680"], ["updated_at", "2020-11-18 13:02:37.841680"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["string", "Qui velit quaerat."], ["date", "2021-04-18"], ["time", "2000-01-01 12:21:57.202337"], ["datetime", "2020-11-17 23:15:36.717489"], ["created_at", "2020-11-18 13:02:37.845675"], ["updated_at", "2020-11-18 13:02:37.845675"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.851058"], ["updated_at", "2020-11-18 13:02:37.851058"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["string", "Est blanditiis laboriosam."], ["date", "2020-01-24"], ["time", "2000-01-01 23:43:07.779151"], ["datetime", "2020-11-18 02:54:21.830633"], ["created_at", "2020-11-18 13:02:37.904740"], ["updated_at", "2020-11-18 13:02:37.904740"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 26], ["string", "Dolores id in atque."], ["date", "2021-12-18"], ["time", "2000-01-01 12:24:31.169423"], ["datetime", "2020-11-18 02:52:31.023807"], ["created_at", "2020-11-18 13:02:37.909100"], ["updated_at", "2020-11-18 13:02:37.909100"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["string", "Natus praesentium aspernatur."], ["date", "2020-12-14"], ["time", "2000-01-01 10:51:36.719826"], ["datetime", "2020-11-17 14:40:41.869964"], ["created_at", "2020-11-18 13:02:37.912765"], ["updated_at", "2020-11-18 13:02:37.912765"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["string", "Corrupti et pariatur vel."], ["date", "2020-07-22"], ["time", "2000-01-01 18:25:21.146290"], ["datetime", "2020-11-18 09:01:44.032153"], ["created_at", "2020-11-18 13:02:37.916662"], ["updated_at", "2020-11-18 13:02:37.916662"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["string", "Et optio dolores."], ["date", "2022-03-31"], ["time", "2000-01-01 15:53:30.676153"], ["datetime", "2020-11-17 15:45:42.250503"], ["created_at", "2020-11-18 13:02:37.920761"], ["updated_at", "2020-11-18 13:02:37.920761"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Bravo Create (0.5ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["string", "Consequatur quam illum."], ["created_at", "2020-11-18 13:02:37.925154"], ["updated_at", "2020-11-18 13:02:37.925154"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.5ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["string", "Velit aut consequatur aspernatur."], ["created_at", "2020-11-18 13:02:37.928555"], ["updated_at", "2020-11-18 13:02:37.928555"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.4ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1022], ["string", "Aut culpa quia."], ["created_at", "2020-11-18 13:02:37.931399"], ["updated_at", "2020-11-18 13:02:37.931399"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.4ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1036], ["string", "Harum aliquid repudiandae consequatur."], ["created_at", "2020-11-18 13:02:37.933861"], ["updated_at", "2020-11-18 13:02:37.933861"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.4ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1013], ["string", "Voluptates sunt et."], ["created_at", "2020-11-18 13:02:37.936363"], ["updated_at", "2020-11-18 13:02:37.936363"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:02:37.939567"], ["updated_at", "2020-11-18 13:02:37.939567"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:02:37.942562"], ["updated_at", "2020-11-18 13:02:37.942562"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:02:37.944778"], ["updated_at", "2020-11-18 13:02:37.944778"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:02:37.946846"], ["updated_at", "2020-11-18 13:02:37.946846"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.3ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:02:37.949260"], ["updated_at", "2020-11-18 13:02:37.949260"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 13:02:37.969089"], ["updated_at", "2020-11-18 13:02:37.969089"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 13:02:37.971520"], ["updated_at", "2020-11-18 13:02:37.971520"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 13:02:37.973624"], ["updated_at", "2020-11-18 13:02:37.973624"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 13:02:37.975634"], ["updated_at", "2020-11-18 13:02:37.975634"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 13:02:37.977861"], ["updated_at", "2020-11-18 13:02:37.977861"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.980007"], ["updated_at", "2020-11-18 13:02:37.980007"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.982984"], ["updated_at", "2020-11-18 13:02:37.982984"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.985476"], ["updated_at", "2020-11-18 13:02:37.985476"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.988070"], ["updated_at", "2020-11-18 13:02:37.988070"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:37.991150"], ["updated_at", "2020-11-18 13:02:37.991150"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:02:38.003924"], ["updated_at", "2020-11-18 13:02:38.003924"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:02:38.006048"], ["updated_at", "2020-11-18 13:02:38.006048"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:02:38.008229"], ["updated_at", "2020-11-18 13:02:38.008229"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:02:38.010123"], ["updated_at", "2020-11-18 13:02:38.010123"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.3ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:02:38.012091"], ["updated_at", "2020-11-18 13:02:38.012091"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:38.014037"], ["updated_at", "2020-11-18 13:02:38.014037"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:38.015816"], ["updated_at", "2020-11-18 13:02:38.015816"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:38.017540"], ["updated_at", "2020-11-18 13:02:38.017540"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:38.019015"], ["updated_at", "2020-11-18 13:02:38.019015"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:38.020507"], ["updated_at", "2020-11-18 13:02:38.020507"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:38.022682"], ["updated_at", "2020-11-18 13:02:38.022682"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:38.024117"], ["updated_at", "2020-11-18 13:02:38.024117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:38.025136"], ["updated_at", "2020-11-18 13:02:38.025136"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:38.026152"], ["updated_at", "2020-11-18 13:02:38.026152"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:38.027246"], ["updated_at", "2020-11-18 13:02:38.027246"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 25], ["string", "Iusto quo nesciunt."], ["date", "2021-03-12"], ["time", "2000-01-01 19:54:58.395964"], ["datetime", "2020-11-17 23:06:31.947419"], ["created_at", "2020-11-18 13:02:38.029223"], ["updated_at", "2020-11-18 13:02:38.029223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["string", "Sed laudantium deleniti recusandae."], ["date", "2019-08-03"], ["time", "2000-01-01 18:14:30.501042"], ["datetime", "2020-11-18 06:49:10.178334"], ["created_at", "2020-11-18 13:02:38.031508"], ["updated_at", "2020-11-18 13:02:38.031508"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["string", "Quas occaecati et."], ["date", "2021-06-09"], ["time", "2000-01-01 04:41:27.102790"], ["datetime", "2020-11-18 09:22:52.902469"], ["created_at", "2020-11-18 13:02:38.033755"], ["updated_at", "2020-11-18 13:02:38.033755"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["string", "Dolorem dolorum autem non."], ["date", "2022-03-03"], ["time", "2000-01-01 23:59:31.718282"], ["datetime", "2020-11-17 23:34:46.367798"], ["created_at", "2020-11-18 13:02:38.036011"], ["updated_at", "2020-11-18 13:02:38.036011"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["string", "Dolor pariatur sapiente."], ["date", "2020-01-17"], ["time", "2000-01-01 05:11:44.506960"], ["datetime", "2020-11-17 17:19:22.808188"], ["created_at", "2020-11-18 13:02:38.038234"], ["updated_at", "2020-11-18 13:02:38.038234"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["string", "Quia aut iste."], ["created_at", "2020-11-18 13:02:38.040774"], ["updated_at", "2020-11-18 13:02:38.040774"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["string", "Fugiat ut explicabo illum."], ["created_at", "2020-11-18 13:02:38.042624"], ["updated_at", "2020-11-18 13:02:38.042624"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["string", "Et repudiandae adipisci."], ["created_at", "2020-11-18 13:02:38.044213"], ["updated_at", "2020-11-18 13:02:38.044213"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1039], ["string", "Deleniti est quo ut."], ["created_at", "2020-11-18 13:02:38.046030"], ["updated_at", "2020-11-18 13:02:38.046030"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1003], ["string", "Cum perferendis corrupti."], ["created_at", "2020-11-18 13:02:38.047672"], ["updated_at", "2020-11-18 13:02:38.047672"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:02:38.049801"], ["updated_at", "2020-11-18 13:02:38.049801"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:02:38.051832"], ["updated_at", "2020-11-18 13:02:38.051832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:02:38.053997"], ["updated_at", "2020-11-18 13:02:38.053997"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 13:02:38.055983"], ["updated_at", "2020-11-18 13:02:38.055983"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:02:38.057816"], ["updated_at", "2020-11-18 13:02:38.057816"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-18 13:02:38.072416"], ["updated_at", "2020-11-18 13:02:38.072416"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:02:38.074413"], ["updated_at", "2020-11-18 13:02:38.074413"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 13:02:38.076173"], ["updated_at", "2020-11-18 13:02:38.076173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-18 13:02:38.077898"], ["updated_at", "2020-11-18 13:02:38.077898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 13:02:38.079630"], ["updated_at", "2020-11-18 13:02:38.079630"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:02:38.082395"], ["updated_at", "2020-11-18 13:02:38.082395"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:02:38.085498"], ["updated_at", "2020-11-18 13:02:38.085498"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:02:38.088765"], ["updated_at", "2020-11-18 13:02:38.088765"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:02:38.091766"], ["updated_at", "2020-11-18 13:02:38.091766"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:02:38.093861"], ["updated_at", "2020-11-18 13:02:38.093861"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 13:02:38.104885"], ["updated_at", "2020-11-18 13:02:38.104885"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 13:02:38.106942"], ["updated_at", "2020-11-18 13:02:38.106942"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:02:38.108950"], ["updated_at", "2020-11-18 13:02:38.108950"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 13:02:38.111090"], ["updated_at", "2020-11-18 13:02:38.111090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 13:02:38.113557"], ["updated_at", "2020-11-18 13:02:38.113557"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:38.114919"], ["updated_at", "2020-11-18 13:02:38.114919"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:38.116255"], ["updated_at", "2020-11-18 13:02:38.116255"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:38.117466"], ["updated_at", "2020-11-18 13:02:38.117466"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:38.118637"], ["updated_at", "2020-11-18 13:02:38.118637"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:38.119750"], ["updated_at", "2020-11-18 13:02:38.119750"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:38.121168"], ["updated_at", "2020-11-18 13:02:38.121168"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:38.123145"], ["updated_at", "2020-11-18 13:02:38.123145"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:38.124559"], ["updated_at", "2020-11-18 13:02:38.124559"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:38.125782"], ["updated_at", "2020-11-18 13:02:38.125782"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:38.126869"], ["updated_at", "2020-11-18 13:02:38.126869"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["string", "Numquam saepe quia."], ["date", "2021-07-04"], ["time", "2000-01-01 21:13:00.545707"], ["datetime", "2020-11-18 10:52:11.863788"], ["created_at", "2020-11-18 13:02:38.128759"], ["updated_at", "2020-11-18 13:02:38.128759"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 18], ["string", "Non molestiae consequuntur nihil."], ["date", "2022-05-15"], ["time", "2000-01-01 03:35:02.328442"], ["datetime", "2020-11-18 07:58:56.133305"], ["created_at", "2020-11-18 13:02:38.131136"], ["updated_at", "2020-11-18 13:02:38.131136"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["string", "Eius possimus sunt."], ["date", "2021-05-30"], ["time", "2000-01-01 15:38:50.888901"], ["datetime", "2020-11-17 23:35:45.620950"], ["created_at", "2020-11-18 13:02:38.133375"], ["updated_at", "2020-11-18 13:02:38.133375"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["string", "Consequatur autem quisquam ut."], ["date", "2021-12-10"], ["time", "2000-01-01 00:35:26.479470"], ["datetime", "2020-11-17 14:11:37.680480"], ["created_at", "2020-11-18 13:02:38.135853"], ["updated_at", "2020-11-18 13:02:38.135853"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["string", "Est porro eum."], ["date", "2019-07-16"], ["time", "2000-01-01 12:47:31.821625"], ["datetime", "2020-11-17 23:11:20.799251"], ["created_at", "2020-11-18 13:02:38.138175"], ["updated_at", "2020-11-18 13:02:38.138175"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["string", "Inventore beatae dolorum."], ["created_at", "2020-11-18 13:02:38.140243"], ["updated_at", "2020-11-18 13:02:38.140243"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1025], ["string", "Eum ab sint ut."], ["created_at", "2020-11-18 13:02:38.142118"], ["updated_at", "2020-11-18 13:02:38.142118"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.4ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1005], ["string", "Ipsum et illum."], ["created_at", "2020-11-18 13:02:38.144307"], ["updated_at", "2020-11-18 13:02:38.144307"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["integer", 1003], ["string", "Facilis minus qui est."], ["created_at", "2020-11-18 13:02:38.146567"], ["updated_at", "2020-11-18 13:02:38.146567"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.4ms) INSERT INTO "bravos" ("boolean", "integer", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["string", "Quia ut cum."], ["created_at", "2020-11-18 13:02:38.148364"], ["updated_at", "2020-11-18 13:02:38.148364"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-18 13:02:38.151816"], ["updated_at", "2020-11-18 13:02:38.151816"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 13:02:38.154558"], ["updated_at", "2020-11-18 13:02:38.154558"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-18 13:02:38.157483"], ["updated_at", "2020-11-18 13:02:38.157483"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:02:38.159512"], ["updated_at", "2020-11-18 13:02:38.159512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 13:02:38.161406"], ["updated_at", "2020-11-18 13:02:38.161406"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 13:02:38.177722"], ["updated_at", "2020-11-18 13:02:38.177722"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-18 13:02:38.180584"], ["updated_at", "2020-11-18 13:02:38.180584"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-18 13:02:38.183523"], ["updated_at", "2020-11-18 13:02:38.183523"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 13:02:38.186321"], ["updated_at", "2020-11-18 13:02:38.186321"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.2ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-18 13:02:38.189893"], ["updated_at", "2020-11-18 13:02:38.189893"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:02:38.192881"], ["updated_at", "2020-11-18 13:02:38.192881"], ["india_id", 7]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:02:38.195494"], ["updated_at", "2020-11-18 13:02:38.195494"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:02:38.197972"], ["updated_at", "2020-11-18 13:02:38.197972"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:02:38.200303"], ["updated_at", "2020-11-18 13:02:38.200303"], ["india_id", 9]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:02:38.202533"], ["updated_at", "2020-11-18 13:02:38.202533"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-18 13:02:38.216686"], ["updated_at", "2020-11-18 13:02:38.216686"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 13:02:38.218977"], ["updated_at", "2020-11-18 13:02:38.218977"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-18 13:02:38.222081"], ["updated_at", "2020-11-18 13:02:38.222081"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:02:38.224628"], ["updated_at", "2020-11-18 13:02:38.224628"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 13:02:38.226641"], ["updated_at", "2020-11-18 13:02:38.226641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:38.227868"], ["updated_at", "2020-11-18 13:02:38.227868"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:38.228995"], ["updated_at", "2020-11-18 13:02:38.228995"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:38.230096"], ["updated_at", "2020-11-18 13:02:38.230096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:38.231162"], ["updated_at", "2020-11-18 13:02:38.231162"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:02:38.232285"], ["updated_at", "2020-11-18 13:02:38.232285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:38.233366"], ["updated_at", "2020-11-18 13:02:38.233366"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:38.234422"], ["updated_at", "2020-11-18 13:02:38.234422"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:38.235393"], ["updated_at", "2020-11-18 13:02:38.235393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:38.236340"], ["updated_at", "2020-11-18 13:02:38.236340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:02:38.237242"], ["updated_at", "2020-11-18 13:02:38.237242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (1.1ms) SELECT sqlite_version(*)  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.2ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (11.9ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.9ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.6ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.7ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.6ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.5ms) DELETE FROM "deltas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.5ms) DELETE FROM "hotels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.9ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.6ms) DELETE FROM "juliets";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 21.2115274199105], ["string", "Et aliquam voluptatem."], ["date", "2021-03-06"], ["time", "2000-01-01 07:27:32.598613"], ["datetime", "2020-11-18 07:22:30.736155"], ["created_at", "2020-11-18 13:03:00.683751"], ["updated_at", "2020-11-18 13:03:00.683751"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 3.6560289011679], ["string", "Molestiae esse beatae alias."], ["date", "2022-02-07"], ["time", "2000-01-01 05:37:47.201154"], ["datetime", "2020-11-17 23:08:10.003368"], ["created_at", "2020-11-18 13:03:00.687635"], ["updated_at", "2020-11-18 13:03:00.687635"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 2.88822197987129], ["string", "Ut sit deserunt."], ["date", "2019-08-23"], ["time", "2000-01-01 23:35:58.043772"], ["datetime", "2020-11-18 09:33:46.417969"], ["created_at", "2020-11-18 13:03:00.690435"], ["updated_at", "2020-11-18 13:03:00.690435"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["decimal", 26.7322350559088], ["string", "Eius ea cumque totam."], ["date", "2022-08-14"], ["time", "2000-01-01 23:45:14.154923"], ["datetime", "2020-11-17 20:49:47.685288"], ["created_at", "2020-11-18 13:03:00.693640"], ["updated_at", "2020-11-18 13:03:00.693640"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 4.22648813180156], ["string", "Vitae ea impedit."], ["date", "2020-10-31"], ["time", "2000-01-01 09:13:33.356115"], ["datetime", "2020-11-18 10:33:48.409110"], ["created_at", "2020-11-18 13:03:00.697397"], ["updated_at", "2020-11-18 13:03:00.697397"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 2.77349956073205], ["string", "Qui occaecati et."], ["created_at", "2020-11-18 13:03:00.708172"], ["updated_at", "2020-11-18 13:03:00.708172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 3.56186444784044], ["string", "Expedita veniam distinctio ducimus."], ["created_at", "2020-11-18 13:03:00.710092"], ["updated_at", "2020-11-18 13:03:00.710092"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 2.8372825597045], ["string", "Error blanditiis qui."], ["created_at", "2020-11-18 13:03:00.712347"], ["updated_at", "2020-11-18 13:03:00.712347"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 1.08573801466455], ["string", "Hic nihil doloremque nulla."], ["created_at", "2020-11-18 13:03:00.715013"], ["updated_at", "2020-11-18 13:03:00.715013"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 0.410303936734136], ["string", "Nulla quia facilis."], ["created_at", "2020-11-18 13:03:00.717222"], ["updated_at", "2020-11-18 13:03:00.717222"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:03:00.726761"], ["updated_at", "2020-11-18 13:03:00.726761"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:03:00.728801"], ["updated_at", "2020-11-18 13:03:00.728801"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:03:00.731056"], ["updated_at", "2020-11-18 13:03:00.731056"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:03:00.733659"], ["updated_at", "2020-11-18 13:03:00.733659"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:03:00.735463"], ["updated_at", "2020-11-18 13:03:00.735463"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-18 13:03:00.744465"], ["updated_at", "2020-11-18 13:03:00.744465"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-18 13:03:00.749191"], ["updated_at", "2020-11-18 13:03:00.749191"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 3], ["created_at", "2020-11-18 13:03:00.754026"], ["updated_at", "2020-11-18 13:03:00.754026"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-18 13:03:00.758944"], ["updated_at", "2020-11-18 13:03:00.758944"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.3ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-18 13:03:00.763012"], ["updated_at", "2020-11-18 13:03:00.763012"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 13:03:00.772339"], ["updated_at", "2020-11-18 13:03:00.772339"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 13:03:00.775927"], ["updated_at", "2020-11-18 13:03:00.775927"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_2 Echo Create (0.3ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 13:03:00.779367"], ["updated_at", "2020-11-18 13:03:00.779367"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:03:00.783858"], ["updated_at", "2020-11-18 13:03:00.783858"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 13:03:00.787817"], ["updated_at", "2020-11-18 13:03:00.787817"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.2ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:00.800723"], ["updated_at", "2020-11-18 13:03:00.800723"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.2ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:00.804327"], ["updated_at", "2020-11-18 13:03:00.804327"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:00.807531"], ["updated_at", "2020-11-18 13:03:00.807531"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:00.811279"], ["updated_at", "2020-11-18 13:03:00.811279"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_2 Hotel Create (0.3ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:00.816631"], ["updated_at", "2020-11-18 13:03:00.816631"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.2ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:03:00.855364"], ["updated_at", "2020-11-18 13:03:00.855364"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:03:00.857750"], ["updated_at", "2020-11-18 13:03:00.857750"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:03:00.860201"], ["updated_at", "2020-11-18 13:03:00.860201"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:03:00.863054"], ["updated_at", "2020-11-18 13:03:00.863054"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:03:00.865118"], ["updated_at", "2020-11-18 13:03:00.865118"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:00.871314"], ["updated_at", "2020-11-18 13:03:00.871314"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:00.872766"], ["updated_at", "2020-11-18 13:03:00.872766"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:00.874345"], ["updated_at", "2020-11-18 13:03:00.874345"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:00.876171"], ["updated_at", "2020-11-18 13:03:00.876171"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:00.878038"], ["updated_at", "2020-11-18 13:03:00.878038"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Golf Create (0.3ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:00.885990"], ["updated_at", "2020-11-18 13:03:00.885990"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:00.888688"], ["updated_at", "2020-11-18 13:03:00.888688"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:00.890776"], ["updated_at", "2020-11-18 13:03:00.890776"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:00.893028"], ["updated_at", "2020-11-18 13:03:00.893028"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:00.894614"], ["updated_at", "2020-11-18 13:03:00.894614"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 30.1933149098509], ["string", "Dolores minima nihil."], ["date", "2022-08-05"], ["time", "2000-01-01 12:53:04.131035"], ["datetime", "2020-11-18 07:42:25.813375"], ["created_at", "2020-11-18 13:03:00.897358"], ["updated_at", "2020-11-18 13:03:00.897358"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 9.50419067366308], ["string", "Minima consequatur qui sint."], ["date", "2021-09-11"], ["time", "2000-01-01 18:14:52.410945"], ["datetime", "2020-11-18 07:07:32.267248"], ["created_at", "2020-11-18 13:03:00.900362"], ["updated_at", "2020-11-18 13:03:00.900362"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 13.7579098932534], ["string", "Qui qui sunt."], ["date", "2022-05-07"], ["time", "2000-01-01 21:30:21.677133"], ["datetime", "2020-11-17 18:01:45.809045"], ["created_at", "2020-11-18 13:03:00.902803"], ["updated_at", "2020-11-18 13:03:00.902803"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 18.8036892612761], ["string", "Fuga voluptatum et magnam."], ["date", "2021-12-12"], ["time", "2000-01-01 13:10:49.566740"], ["datetime", "2020-11-18 09:04:23.075912"], ["created_at", "2020-11-18 13:03:00.905252"], ["updated_at", "2020-11-18 13:03:00.905252"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["decimal", 1.19884649568418], ["string", "Voluptatum inventore rerum."], ["date", "2020-01-17"], ["time", "2000-01-01 13:08:11.520064"], ["datetime", "2020-11-17 20:11:27.310461"], ["created_at", "2020-11-18 13:03:00.907688"], ["updated_at", "2020-11-18 13:03:00.907688"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 2.64499306488796], ["string", "Quod modi autem."], ["created_at", "2020-11-18 13:03:00.911089"], ["updated_at", "2020-11-18 13:03:00.911089"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 1.93130249621785], ["string", "Eius dolorem iure qui."], ["created_at", "2020-11-18 13:03:00.913239"], ["updated_at", "2020-11-18 13:03:00.913239"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 10.3798390974428], ["string", "Qui eligendi tenetur."], ["created_at", "2020-11-18 13:03:00.915733"], ["updated_at", "2020-11-18 13:03:00.915733"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 11.9057164814019], ["string", "In corrupti architecto sed."], ["created_at", "2020-11-18 13:03:00.918347"], ["updated_at", "2020-11-18 13:03:00.918347"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1027], ["decimal", 1.32504227853168], ["string", "Asperiores facilis qui."], ["created_at", "2020-11-18 13:03:00.921073"], ["updated_at", "2020-11-18 13:03:00.921073"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.3ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 13:03:00.923843"], ["updated_at", "2020-11-18 13:03:00.923843"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:03:00.927761"], ["updated_at", "2020-11-18 13:03:00.927761"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:03:00.930692"], ["updated_at", "2020-11-18 13:03:00.930692"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:03:00.933588"], ["updated_at", "2020-11-18 13:03:00.933588"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:03:00.936365"], ["updated_at", "2020-11-18 13:03:00.936365"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 10], ["created_at", "2020-11-18 13:03:00.939627"], ["updated_at", "2020-11-18 13:03:00.939627"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 3], ["created_at", "2020-11-18 13:03:00.943414"], ["updated_at", "2020-11-18 13:03:00.943414"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.2ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 8], ["created_at", "2020-11-18 13:03:00.948460"], ["updated_at", "2020-11-18 13:03:00.948460"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 6], ["created_at", "2020-11-18 13:03:00.952416"], ["updated_at", "2020-11-18 13:03:00.952416"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 10], ["created_at", "2020-11-18 13:03:00.957171"], ["updated_at", "2020-11-18 13:03:00.957171"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-18 13:03:00.960990"], ["updated_at", "2020-11-18 13:03:00.960990"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-18 13:03:00.964789"], ["updated_at", "2020-11-18 13:03:00.964789"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 13:03:00.967545"], ["updated_at", "2020-11-18 13:03:00.967545"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 13:03:00.969980"], ["updated_at", "2020-11-18 13:03:00.969980"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-18 13:03:00.972538"], ["updated_at", "2020-11-18 13:03:00.972538"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:03:00.975521"], ["updated_at", "2020-11-18 13:03:00.975521"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.3ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:03:00.979742"], ["updated_at", "2020-11-18 13:03:00.979742"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "indias"."id" FROM "indias" India Load (0.2ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:03:00.984356"], ["updated_at", "2020-11-18 13:03:00.984356"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.3ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:03:00.987136"], ["updated_at", "2020-11-18 13:03:00.987136"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.2ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:03:00.990785"], ["updated_at", "2020-11-18 13:03:00.990785"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 13:03:01.004653"], ["updated_at", "2020-11-18 13:03:01.004653"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 13:03:01.007025"], ["updated_at", "2020-11-18 13:03:01.007025"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:03:01.010585"], ["updated_at", "2020-11-18 13:03:01.010585"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.2ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 13:03:01.015083"], ["updated_at", "2020-11-18 13:03:01.015083"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:03:01.018882"], ["updated_at", "2020-11-18 13:03:01.018882"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.020886"], ["updated_at", "2020-11-18 13:03:01.020886"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.022745"], ["updated_at", "2020-11-18 13:03:01.022745"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.025142"], ["updated_at", "2020-11-18 13:03:01.025142"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.027871"], ["updated_at", "2020-11-18 13:03:01.027871"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.029845"], ["updated_at", "2020-11-18 13:03:01.029845"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:01.031686"], ["updated_at", "2020-11-18 13:03:01.031686"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:01.033510"], ["updated_at", "2020-11-18 13:03:01.033510"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:01.035053"], ["updated_at", "2020-11-18 13:03:01.035053"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:01.036579"], ["updated_at", "2020-11-18 13:03:01.036579"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:01.038093"], ["updated_at", "2020-11-18 13:03:01.038093"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 2.86660318505424], ["string", "Sit tempore possimus."], ["date", "2020-09-19"], ["time", "2000-01-01 10:44:53.844810"], ["datetime", "2020-11-18 08:52:12.548784"], ["created_at", "2020-11-18 13:03:01.040560"], ["updated_at", "2020-11-18 13:03:01.040560"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 1.2564988203339], ["string", "Odit iusto voluptate voluptates."], ["date", "2021-02-16"], ["time", "2000-01-01 09:40:57.450320"], ["datetime", "2020-11-17 13:20:46.821616"], ["created_at", "2020-11-18 13:03:01.043998"], ["updated_at", "2020-11-18 13:03:01.043998"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 17.5998492247227], ["string", "Similique omnis sit."], ["date", "2020-02-28"], ["time", "2000-01-01 17:52:39.571665"], ["datetime", "2020-11-18 03:25:50.843151"], ["created_at", "2020-11-18 13:03:01.048403"], ["updated_at", "2020-11-18 13:03:01.048403"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 27.379705724535], ["string", "Ut laudantium perspiciatis dolores."], ["date", "2021-01-22"], ["time", "2000-01-01 07:50:29.385011"], ["datetime", "2020-11-18 11:20:25.037469"], ["created_at", "2020-11-18 13:03:01.052781"], ["updated_at", "2020-11-18 13:03:01.052781"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 12.1217510286421], ["string", "Aut iste rem."], ["date", "2022-01-04"], ["time", "2000-01-01 10:16:50.224690"], ["datetime", "2020-11-18 08:51:22.215049"], ["created_at", "2020-11-18 13:03:01.057133"], ["updated_at", "2020-11-18 13:03:01.057133"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1028], ["decimal", 6.85251025562753], ["string", "Ex eligendi odit."], ["created_at", "2020-11-18 13:03:01.059853"], ["updated_at", "2020-11-18 13:03:01.059853"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 26.350899690215], ["string", "Harum ut praesentium quam."], ["created_at", "2020-11-18 13:03:01.062579"], ["updated_at", "2020-11-18 13:03:01.062579"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 10.7098867676397], ["string", "Explicabo omnis quae."], ["created_at", "2020-11-18 13:03:01.065491"], ["updated_at", "2020-11-18 13:03:01.065491"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 15.4597070112199], ["string", "Voluptatem quo qui autem."], ["created_at", "2020-11-18 13:03:01.067805"], ["updated_at", "2020-11-18 13:03:01.067805"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 17.7973927999765], ["string", "Ut ducimus ut."], ["created_at", "2020-11-18 13:03:01.069710"], ["updated_at", "2020-11-18 13:03:01.069710"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:03:01.072235"], ["updated_at", "2020-11-18 13:03:01.072235"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:03:01.075382"], ["updated_at", "2020-11-18 13:03:01.075382"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.3ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 13:03:01.079557"], ["updated_at", "2020-11-18 13:03:01.079557"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.2ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:03:01.083784"], ["updated_at", "2020-11-18 13:03:01.083784"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:03:01.087104"], ["updated_at", "2020-11-18 13:03:01.087104"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 7], ["created_at", "2020-11-18 13:03:01.091324"], ["updated_at", "2020-11-18 13:03:01.091324"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 12], ["created_at", "2020-11-18 13:03:01.094690"], ["updated_at", "2020-11-18 13:03:01.094690"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 4], ["created_at", "2020-11-18 13:03:01.097919"], ["updated_at", "2020-11-18 13:03:01.097919"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 3], ["created_at", "2020-11-18 13:03:01.101562"], ["updated_at", "2020-11-18 13:03:01.101562"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 12], ["created_at", "2020-11-18 13:03:01.104604"], ["updated_at", "2020-11-18 13:03:01.104604"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 15], ["created_at", "2020-11-18 13:03:01.108056"], ["updated_at", "2020-11-18 13:03:01.108056"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.3ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-18 13:03:01.111848"], ["updated_at", "2020-11-18 13:03:01.111848"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.2ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 13:03:01.116280"], ["updated_at", "2020-11-18 13:03:01.116280"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 13:03:01.119903"], ["updated_at", "2020-11-18 13:03:01.119903"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 13:03:01.122990"], ["updated_at", "2020-11-18 13:03:01.122990"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:03:01.125389"], ["updated_at", "2020-11-18 13:03:01.125389"], ["india_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:03:01.128383"], ["updated_at", "2020-11-18 13:03:01.128383"], ["india_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.2ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:03:01.132279"], ["updated_at", "2020-11-18 13:03:01.132279"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:03:01.134701"], ["updated_at", "2020-11-18 13:03:01.134701"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:03:01.137190"], ["updated_at", "2020-11-18 13:03:01.137190"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 13:03:01.155163"], ["updated_at", "2020-11-18 13:03:01.155163"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 13:03:01.157790"], ["updated_at", "2020-11-18 13:03:01.157790"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 13:03:01.160119"], ["updated_at", "2020-11-18 13:03:01.160119"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-18 13:03:01.162806"], ["updated_at", "2020-11-18 13:03:01.162806"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 13:03:01.166349"], ["updated_at", "2020-11-18 13:03:01.166349"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.168476"], ["updated_at", "2020-11-18 13:03:01.168476"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.170440"], ["updated_at", "2020-11-18 13:03:01.170440"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.171892"], ["updated_at", "2020-11-18 13:03:01.171892"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.173313"], ["updated_at", "2020-11-18 13:03:01.173313"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.174815"], ["updated_at", "2020-11-18 13:03:01.174815"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:01.176520"], ["updated_at", "2020-11-18 13:03:01.176520"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Golf Create (0.3ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:01.178636"], ["updated_at", "2020-11-18 13:03:01.178636"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:01.181686"], ["updated_at", "2020-11-18 13:03:01.181686"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:01.184054"], ["updated_at", "2020-11-18 13:03:01.184054"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:01.185605"], ["updated_at", "2020-11-18 13:03:01.185605"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.2ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.7ms) ROLLBACK TO SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 25.9245084440839], ["string", "Rerum ex libero."], ["date", "2020-02-26"], ["time", "2000-01-01 04:17:21.462271"], ["datetime", "2020-11-18 09:19:58.783175"], ["created_at", "2020-11-18 13:03:01.203127"], ["updated_at", "2020-11-18 13:03:01.203127"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 4.9640336626662], ["string", "Eius ipsa dolor tempora."], ["date", "2019-12-12"], ["time", "2000-01-01 05:29:40.338618"], ["datetime", "2020-11-18 01:51:00.295066"], ["created_at", "2020-11-18 13:03:01.207642"], ["updated_at", "2020-11-18 13:03:01.207642"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 22], ["decimal", 1.01704423658435], ["string", "Et ut vero."], ["date", "2021-05-11"], ["time", "2000-01-01 09:54:43.832185"], ["datetime", "2020-11-18 01:23:15.591174"], ["created_at", "2020-11-18 13:03:01.211699"], ["updated_at", "2020-11-18 13:03:01.211699"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 26], ["decimal", 7.45351650318197], ["string", "Ut officia eum voluptatem."], ["date", "2022-11-15"], ["time", "2000-01-01 03:26:20.548095"], ["datetime", "2020-11-17 14:38:24.415604"], ["created_at", "2020-11-18 13:03:01.215885"], ["updated_at", "2020-11-18 13:03:01.215885"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 33], ["decimal", 2.74994000602916], ["string", "Et quae aut."], ["date", "2021-04-26"], ["time", "2000-01-01 07:18:04.033214"], ["datetime", "2020-11-17 15:09:17.979769"], ["created_at", "2020-11-18 13:03:01.221774"], ["updated_at", "2020-11-18 13:03:01.221774"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 9.82635175868574], ["string", "Illum non a."], ["created_at", "2020-11-18 13:03:01.225733"], ["updated_at", "2020-11-18 13:03:01.225733"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1021], ["decimal", 22.0884690012397], ["string", "Cupiditate perferendis ut assumenda."], ["created_at", "2020-11-18 13:03:01.228994"], ["updated_at", "2020-11-18 13:03:01.228994"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 1.60282808865714], ["string", "Ut qui eum."], ["created_at", "2020-11-18 13:03:01.231959"], ["updated_at", "2020-11-18 13:03:01.231959"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 21.2862646115528], ["string", "Accusantium est mollitia in."], ["created_at", "2020-11-18 13:03:01.235034"], ["updated_at", "2020-11-18 13:03:01.235034"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 22.9017093003948], ["string", "Est consequatur sapiente."], ["created_at", "2020-11-18 13:03:01.237432"], ["updated_at", "2020-11-18 13:03:01.237432"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:03:01.240279"], ["updated_at", "2020-11-18 13:03:01.240279"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:03:01.243907"], ["updated_at", "2020-11-18 13:03:01.243907"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:03:01.247463"], ["updated_at", "2020-11-18 13:03:01.247463"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:03:01.250568"], ["updated_at", "2020-11-18 13:03:01.250568"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.3ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:03:01.253354"], ["updated_at", "2020-11-18 13:03:01.253354"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-18 13:03:01.257941"], ["updated_at", "2020-11-18 13:03:01.257941"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-18 13:03:01.262282"], ["updated_at", "2020-11-18 13:03:01.262282"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-18 13:03:01.266549"], ["updated_at", "2020-11-18 13:03:01.266549"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-18 13:03:01.270348"], ["updated_at", "2020-11-18 13:03:01.270348"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 3], ["created_at", "2020-11-18 13:03:01.273230"], ["updated_at", "2020-11-18 13:03:01.273230"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 13:03:01.275979"], ["updated_at", "2020-11-18 13:03:01.275979"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 13:03:01.279171"], ["updated_at", "2020-11-18 13:03:01.279171"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 13:03:01.282571"], ["updated_at", "2020-11-18 13:03:01.282571"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.2ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 13:03:01.287455"], ["updated_at", "2020-11-18 13:03:01.287455"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:03:01.290513"], ["updated_at", "2020-11-18 13:03:01.290513"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.294113"], ["updated_at", "2020-11-18 13:03:01.294113"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.297486"], ["updated_at", "2020-11-18 13:03:01.297486"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.300539"], ["updated_at", "2020-11-18 13:03:01.300539"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.303737"], ["updated_at", "2020-11-18 13:03:01.303737"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.306526"], ["updated_at", "2020-11-18 13:03:01.306526"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.2ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.2ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:03:01.324181"], ["updated_at", "2020-11-18 13:03:01.324181"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:03:01.327417"], ["updated_at", "2020-11-18 13:03:01.327417"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:03:01.330693"], ["updated_at", "2020-11-18 13:03:01.330693"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:03:01.333825"], ["updated_at", "2020-11-18 13:03:01.333825"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:03:01.336447"], ["updated_at", "2020-11-18 13:03:01.336447"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.338062"], ["updated_at", "2020-11-18 13:03:01.338062"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.339438"], ["updated_at", "2020-11-18 13:03:01.339438"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.340994"], ["updated_at", "2020-11-18 13:03:01.340994"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.342899"], ["updated_at", "2020-11-18 13:03:01.342899"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.344579"], ["updated_at", "2020-11-18 13:03:01.344579"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:01.346316"], ["updated_at", "2020-11-18 13:03:01.346316"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:01.347680"], ["updated_at", "2020-11-18 13:03:01.347680"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:01.349171"], ["updated_at", "2020-11-18 13:03:01.349171"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:01.350432"], ["updated_at", "2020-11-18 13:03:01.350432"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:01.351972"], ["updated_at", "2020-11-18 13:03:01.351972"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 21], ["decimal", 16.7130014081791], ["string", "Eum sit neque."], ["date", "2021-07-27"], ["time", "2000-01-01 01:05:09.546183"], ["datetime", "2020-11-18 00:05:52.279392"], ["created_at", "2020-11-18 13:03:01.354744"], ["updated_at", "2020-11-18 13:03:01.354744"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 22.5135470079907], ["string", "Adipisci est fuga quis."], ["date", "2019-03-24"], ["time", "2000-01-01 09:51:01.985513"], ["datetime", "2020-11-17 14:03:34.443517"], ["created_at", "2020-11-18 13:03:01.357265"], ["updated_at", "2020-11-18 13:03:01.357265"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 4.30586076937988], ["string", "Culpa maxime nostrum."], ["date", "2022-10-01"], ["time", "2000-01-01 16:01:27.812565"], ["datetime", "2020-11-18 01:58:26.405621"], ["created_at", "2020-11-18 13:03:01.359598"], ["updated_at", "2020-11-18 13:03:01.359598"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 14.9530295173638], ["string", "Quas voluptas aut odio."], ["date", "2022-08-02"], ["time", "2000-01-01 04:08:01.292952"], ["datetime", "2020-11-18 01:04:56.689758"], ["created_at", "2020-11-18 13:03:01.362008"], ["updated_at", "2020-11-18 13:03:01.362008"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 7.62350236500362], ["string", "Rem asperiores odit."], ["date", "2019-10-12"], ["time", "2000-01-01 13:00:07.455200"], ["datetime", "2020-11-17 20:13:26.656137"], ["created_at", "2020-11-18 13:03:01.365256"], ["updated_at", "2020-11-18 13:03:01.365256"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 16.6661310969708], ["string", "Ea unde eaque."], ["created_at", "2020-11-18 13:03:01.367608"], ["updated_at", "2020-11-18 13:03:01.367608"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 8.43827971849296], ["string", "Sit ut excepturi voluptatibus."], ["created_at", "2020-11-18 13:03:01.369398"], ["updated_at", "2020-11-18 13:03:01.369398"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 2.34948423805644], ["string", "Cupiditate totam nemo."], ["created_at", "2020-11-18 13:03:01.371064"], ["updated_at", "2020-11-18 13:03:01.371064"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1035], ["decimal", 4.49098335081247], ["string", "Dolor et quam odio."], ["created_at", "2020-11-18 13:03:01.372636"], ["updated_at", "2020-11-18 13:03:01.372636"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 20.1574737200413], ["string", "Qui numquam molestias."], ["created_at", "2020-11-18 13:03:01.374840"], ["updated_at", "2020-11-18 13:03:01.374840"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:03:01.378137"], ["updated_at", "2020-11-18 13:03:01.378137"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:03:01.381323"], ["updated_at", "2020-11-18 13:03:01.381323"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.2ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:03:01.384817"], ["updated_at", "2020-11-18 13:03:01.384817"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:03:01.388142"], ["updated_at", "2020-11-18 13:03:01.388142"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 13:03:01.391097"], ["updated_at", "2020-11-18 13:03:01.391097"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-18 13:03:01.395193"], ["updated_at", "2020-11-18 13:03:01.395193"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 8], ["created_at", "2020-11-18 13:03:01.399015"], ["updated_at", "2020-11-18 13:03:01.399015"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 2], ["created_at", "2020-11-18 13:03:01.402882"], ["updated_at", "2020-11-18 13:03:01.402882"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 7], ["created_at", "2020-11-18 13:03:01.406533"], ["updated_at", "2020-11-18 13:03:01.406533"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 6], ["created_at", "2020-11-18 13:03:01.410489"], ["updated_at", "2020-11-18 13:03:01.410489"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 13:03:01.413699"], ["updated_at", "2020-11-18 13:03:01.413699"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-18 13:03:01.417452"], ["updated_at", "2020-11-18 13:03:01.417452"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 13:03:01.420376"], ["updated_at", "2020-11-18 13:03:01.420376"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-18 13:03:01.423214"], ["updated_at", "2020-11-18 13:03:01.423214"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_2 Echo Create (0.3ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 13:03:01.426203"], ["updated_at", "2020-11-18 13:03:01.426203"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:03:01.430314"], ["updated_at", "2020-11-18 13:03:01.430314"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:03:01.433273"], ["updated_at", "2020-11-18 13:03:01.433273"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:03:01.435887"], ["updated_at", "2020-11-18 13:03:01.435887"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:03:01.438445"], ["updated_at", "2020-11-18 13:03:01.438445"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:03:01.441390"], ["updated_at", "2020-11-18 13:03:01.441390"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 13:03:01.458840"], ["updated_at", "2020-11-18 13:03:01.458840"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 13:03:01.461736"], ["updated_at", "2020-11-18 13:03:01.461736"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 13:03:01.465270"], ["updated_at", "2020-11-18 13:03:01.465270"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:03:01.468267"], ["updated_at", "2020-11-18 13:03:01.468267"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 13:03:01.470989"], ["updated_at", "2020-11-18 13:03:01.470989"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.472832"], ["updated_at", "2020-11-18 13:03:01.472832"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.474760"], ["updated_at", "2020-11-18 13:03:01.474760"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.476566"], ["updated_at", "2020-11-18 13:03:01.476566"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.478391"], ["updated_at", "2020-11-18 13:03:01.478391"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.3ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.480131"], ["updated_at", "2020-11-18 13:03:01.480131"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:01.482443"], ["updated_at", "2020-11-18 13:03:01.482443"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:01.484248"], ["updated_at", "2020-11-18 13:03:01.484248"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:01.486229"], ["updated_at", "2020-11-18 13:03:01.486229"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:01.487989"], ["updated_at", "2020-11-18 13:03:01.487989"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:01.489332"], ["updated_at", "2020-11-18 13:03:01.489332"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 2.09560426432042], ["string", "Ut velit aspernatur."], ["date", "2019-06-23"], ["time", "2000-01-01 13:09:28.139938"], ["datetime", "2020-11-17 15:42:11.245485"], ["created_at", "2020-11-18 13:03:01.491619"], ["updated_at", "2020-11-18 13:03:01.491619"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 28], ["decimal", 1.05499854390557], ["string", "Provident sed qui recusandae."], ["date", "2020-03-05"], ["time", "2000-01-01 18:10:20.936286"], ["datetime", "2020-11-17 20:48:34.537787"], ["created_at", "2020-11-18 13:03:01.494489"], ["updated_at", "2020-11-18 13:03:01.494489"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 3.32298234699132], ["string", "Quidem commodi voluptas."], ["date", "2021-05-02"], ["time", "2000-01-01 21:56:45.252112"], ["datetime", "2020-11-18 12:13:23.898875"], ["created_at", "2020-11-18 13:03:01.497625"], ["updated_at", "2020-11-18 13:03:01.497625"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 10.4427778215974], ["string", "Voluptates aut sunt numquam."], ["date", "2021-07-28"], ["time", "2000-01-01 16:09:09.008012"], ["datetime", "2020-11-17 18:15:50.478156"], ["created_at", "2020-11-18 13:03:01.500704"], ["updated_at", "2020-11-18 13:03:01.500704"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 0.913259948801204], ["string", "Ut ab debitis."], ["date", "2019-01-30"], ["time", "2000-01-01 18:57:45.504671"], ["datetime", "2020-11-17 15:59:44.317068"], ["created_at", "2020-11-18 13:03:01.503410"], ["updated_at", "2020-11-18 13:03:01.503410"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1034], ["decimal", 1.34869139092885], ["string", "Quae quam rerum."], ["created_at", "2020-11-18 13:03:01.506616"], ["updated_at", "2020-11-18 13:03:01.506616"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1029], ["decimal", 6.66885595846667], ["string", "Aut assumenda ut aut."], ["created_at", "2020-11-18 13:03:01.509254"], ["updated_at", "2020-11-18 13:03:01.509254"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 0.438492793918698], ["string", "Dolor molestias consequatur."], ["created_at", "2020-11-18 13:03:01.511690"], ["updated_at", "2020-11-18 13:03:01.511690"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 31.7348446117065], ["string", "Aut quia dolore ea."], ["created_at", "2020-11-18 13:03:01.514485"], ["updated_at", "2020-11-18 13:03:01.514485"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 4.97882270765], ["string", "Aperiam reprehenderit assumenda."], ["created_at", "2020-11-18 13:03:01.516887"], ["updated_at", "2020-11-18 13:03:01.516887"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 13:03:01.520493"], ["updated_at", "2020-11-18 13:03:01.520493"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-18 13:03:01.523099"], ["updated_at", "2020-11-18 13:03:01.523099"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-18 13:03:01.525467"], ["updated_at", "2020-11-18 13:03:01.525467"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 13:03:01.527859"], ["updated_at", "2020-11-18 13:03:01.527859"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 13:03:01.531480"], ["updated_at", "2020-11-18 13:03:01.531480"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 8], ["created_at", "2020-11-18 13:03:01.535016"], ["updated_at", "2020-11-18 13:03:01.535016"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 13], ["created_at", "2020-11-18 13:03:01.538606"], ["updated_at", "2020-11-18 13:03:01.538606"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 7], ["created_at", "2020-11-18 13:03:01.543275"], ["updated_at", "2020-11-18 13:03:01.543275"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.2ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.2ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.3ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 7], ["created_at", "2020-11-18 13:03:01.548440"], ["updated_at", "2020-11-18 13:03:01.548440"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 1], ["created_at", "2020-11-18 13:03:01.552780"], ["updated_at", "2020-11-18 13:03:01.552780"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-18 13:03:01.555369"], ["updated_at", "2020-11-18 13:03:01.555369"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 11], ["created_at", "2020-11-18 13:03:01.557929"], ["updated_at", "2020-11-18 13:03:01.557929"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 13:03:01.560256"], ["updated_at", "2020-11-18 13:03:01.560256"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 13:03:01.562584"], ["updated_at", "2020-11-18 13:03:01.562584"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:03:01.564845"], ["updated_at", "2020-11-18 13:03:01.564845"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:03:01.567213"], ["updated_at", "2020-11-18 13:03:01.567213"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:03:01.589732"], ["updated_at", "2020-11-18 13:03:01.589732"], ["india_id", 9]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:03:01.592725"], ["updated_at", "2020-11-18 13:03:01.592725"], ["india_id", 7]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:03:01.599934"], ["updated_at", "2020-11-18 13:03:01.599934"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:03:01.603251"], ["updated_at", "2020-11-18 13:03:01.603251"], ["india_id", 7]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.2ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 13:03:01.622213"], ["updated_at", "2020-11-18 13:03:01.622213"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:03:01.624637"], ["updated_at", "2020-11-18 13:03:01.624637"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 13:03:01.627063"], ["updated_at", "2020-11-18 13:03:01.627063"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 13:03:01.629384"], ["updated_at", "2020-11-18 13:03:01.629384"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-18 13:03:01.631532"], ["updated_at", "2020-11-18 13:03:01.631532"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.632920"], ["updated_at", "2020-11-18 13:03:01.632920"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.634181"], ["updated_at", "2020-11-18 13:03:01.634181"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.635343"], ["updated_at", "2020-11-18 13:03:01.635343"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.636431"], ["updated_at", "2020-11-18 13:03:01.636431"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.638129"], ["updated_at", "2020-11-18 13:03:01.638129"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:01.640011"], ["updated_at", "2020-11-18 13:03:01.640011"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:01.641758"], ["updated_at", "2020-11-18 13:03:01.641758"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:01.643451"], ["updated_at", "2020-11-18 13:03:01.643451"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:01.645148"], ["updated_at", "2020-11-18 13:03:01.645148"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.3ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:01.647162"], ["updated_at", "2020-11-18 13:03:01.647162"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.7ms) ROLLBACK TO SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.4ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 27], ["decimal", 11.1093110646149], ["string", "Ut officia odio."], ["date", "2021-09-02"], ["time", "2000-01-01 21:10:29.732973"], ["datetime", "2020-11-18 10:46:53.708938"], ["created_at", "2020-11-18 13:03:01.705993"], ["updated_at", "2020-11-18 13:03:01.705993"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 9.68368905862558], ["string", "Nostrum rerum laudantium ea."], ["date", "2020-05-20"], ["time", "2000-01-01 15:50:43.443342"], ["datetime", "2020-11-17 23:36:32.476297"], ["created_at", "2020-11-18 13:03:01.711162"], ["updated_at", "2020-11-18 13:03:01.711162"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.3ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 26], ["decimal", 7.83792451005296], ["string", "Sunt ipsum rerum."], ["date", "2021-02-26"], ["time", "2000-01-01 23:02:04.803901"], ["datetime", "2020-11-17 22:49:10.586735"], ["created_at", "2020-11-18 13:03:01.716345"], ["updated_at", "2020-11-18 13:03:01.716345"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 4.38441639929403], ["string", "Cupiditate sed qui."], ["date", "2022-03-29"], ["time", "2000-01-01 14:49:19.103816"], ["datetime", "2020-11-17 19:21:42.682016"], ["created_at", "2020-11-18 13:03:01.724616"], ["updated_at", "2020-11-18 13:03:01.724616"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 2.10060878792523], ["string", "Sit quod at autem."], ["date", "2021-09-28"], ["time", "2000-01-01 14:58:31.971896"], ["datetime", "2020-11-17 18:33:31.062030"], ["created_at", "2020-11-18 13:03:01.727928"], ["updated_at", "2020-11-18 13:03:01.727928"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 0.410318948374912], ["string", "Impedit odit explicabo."], ["date", "2021-01-17"], ["time", "2000-01-01 14:40:50.141374"], ["datetime", "2020-11-17 13:58:11.498461"], ["created_at", "2020-11-18 13:03:01.731816"], ["updated_at", "2020-11-18 13:03:01.731816"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.737210"], ["updated_at", "2020-11-18 13:03:01.737210"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 17.8596393307962], ["string", "Accusantium suscipit consequatur."], ["date", "2019-07-21"], ["time", "2000-01-01 23:19:24.253342"], ["datetime", "2020-11-18 03:09:59.894089"], ["created_at", "2020-11-18 13:03:01.790573"], ["updated_at", "2020-11-18 13:03:01.790573"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.4ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 12.7511295535115], ["string", "Nesciunt a fugiat sint."], ["date", "2019-05-01"], ["time", "2000-01-01 00:17:43.526004"], ["datetime", "2020-11-18 01:57:32.663149"], ["created_at", "2020-11-18 13:03:01.795620"], ["updated_at", "2020-11-18 13:03:01.795620"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 7.28313634470055], ["string", "Aut vero aperiam."], ["date", "2020-11-07"], ["time", "2000-01-01 14:30:16.759294"], ["datetime", "2020-11-18 10:25:31.467680"], ["created_at", "2020-11-18 13:03:01.801507"], ["updated_at", "2020-11-18 13:03:01.801507"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 1.73415546934416], ["string", "Facilis ut molestiae sit."], ["date", "2019-04-09"], ["time", "2000-01-01 01:47:26.271484"], ["datetime", "2020-11-17 21:41:26.420572"], ["created_at", "2020-11-18 13:03:01.806556"], ["updated_at", "2020-11-18 13:03:01.806556"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 9.80940460874553], ["string", "Culpa architecto maiores."], ["date", "2022-06-02"], ["time", "2000-01-01 20:49:16.904557"], ["datetime", "2020-11-17 19:47:19.945529"], ["created_at", "2020-11-18 13:03:01.812203"], ["updated_at", "2020-11-18 13:03:01.812203"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 0.682318902379737], ["string", "Quas ut animi."], ["created_at", "2020-11-18 13:03:01.817882"], ["updated_at", "2020-11-18 13:03:01.817882"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 12.5979022597171], ["string", "Doloribus velit repellendus necessitatibus."], ["created_at", "2020-11-18 13:03:01.821555"], ["updated_at", "2020-11-18 13:03:01.821555"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 40.6230957563005], ["string", "Libero reprehenderit eum."], ["created_at", "2020-11-18 13:03:01.824157"], ["updated_at", "2020-11-18 13:03:01.824157"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 11.4115514718196], ["string", "Est sapiente nulla et."], ["created_at", "2020-11-18 13:03:01.826697"], ["updated_at", "2020-11-18 13:03:01.826697"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.4ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 0.710766509188832], ["string", "Veniam veritatis mollitia."], ["created_at", "2020-11-18 13:03:01.829273"], ["updated_at", "2020-11-18 13:03:01.829273"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:03:01.833782"], ["updated_at", "2020-11-18 13:03:01.833782"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.3ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:03:01.836637"], ["updated_at", "2020-11-18 13:03:01.836637"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:03:01.840401"], ["updated_at", "2020-11-18 13:03:01.840401"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_2 Charlie Create (0.3ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:03:01.843829"], ["updated_at", "2020-11-18 13:03:01.843829"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.2ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:03:01.848817"], ["updated_at", "2020-11-18 13:03:01.848817"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.3ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-18 13:03:01.854166"], ["updated_at", "2020-11-18 13:03:01.854166"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-18 13:03:01.858104"], ["updated_at", "2020-11-18 13:03:01.858104"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-18 13:03:01.861716"], ["updated_at", "2020-11-18 13:03:01.861716"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-18 13:03:01.866309"], ["updated_at", "2020-11-18 13:03:01.866309"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-18 13:03:01.870674"], ["updated_at", "2020-11-18 13:03:01.870674"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 13:03:01.873482"], ["updated_at", "2020-11-18 13:03:01.873482"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 13:03:01.876601"], ["updated_at", "2020-11-18 13:03:01.876601"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 13:03:01.879719"], ["updated_at", "2020-11-18 13:03:01.879719"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 13:03:01.883282"], ["updated_at", "2020-11-18 13:03:01.883282"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 13:03:01.886517"], ["updated_at", "2020-11-18 13:03:01.886517"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.889321"], ["updated_at", "2020-11-18 13:03:01.889321"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.891957"], ["updated_at", "2020-11-18 13:03:01.891957"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.894477"], ["updated_at", "2020-11-18 13:03:01.894477"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.897391"], ["updated_at", "2020-11-18 13:03:01.897391"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.900729"], ["updated_at", "2020-11-18 13:03:01.900729"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:03:01.917712"], ["updated_at", "2020-11-18 13:03:01.917712"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:03:01.919849"], ["updated_at", "2020-11-18 13:03:01.919849"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:03:01.921697"], ["updated_at", "2020-11-18 13:03:01.921697"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:03:01.923570"], ["updated_at", "2020-11-18 13:03:01.923570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:03:01.925512"], ["updated_at", "2020-11-18 13:03:01.925512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.926834"], ["updated_at", "2020-11-18 13:03:01.926834"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.927843"], ["updated_at", "2020-11-18 13:03:01.927843"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.928805"], ["updated_at", "2020-11-18 13:03:01.928805"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.929648"], ["updated_at", "2020-11-18 13:03:01.929648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:01.930525"], ["updated_at", "2020-11-18 13:03:01.930525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:01.931636"], ["updated_at", "2020-11-18 13:03:01.931636"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:01.932624"], ["updated_at", "2020-11-18 13:03:01.932624"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:01.933528"], ["updated_at", "2020-11-18 13:03:01.933528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:01.934411"], ["updated_at", "2020-11-18 13:03:01.934411"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:01.935607"], ["updated_at", "2020-11-18 13:03:01.935607"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 22], ["decimal", 24.7085489789538], ["string", "Eaque quia perspiciatis."], ["date", "2020-02-06"], ["time", "2000-01-01 09:02:04.471860"], ["datetime", "2020-11-18 12:51:09.823713"], ["created_at", "2020-11-18 13:03:01.938058"], ["updated_at", "2020-11-18 13:03:01.938058"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 11.8311111596844], ["string", "Sed vero illum eveniet."], ["date", "2020-05-30"], ["time", "2000-01-01 08:40:29.898146"], ["datetime", "2020-11-18 09:19:29.673282"], ["created_at", "2020-11-18 13:03:01.940236"], ["updated_at", "2020-11-18 13:03:01.940236"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 24], ["decimal", 26.1043312825972], ["string", "Eligendi neque dolor."], ["date", "2022-02-04"], ["time", "2000-01-01 15:07:59.239417"], ["datetime", "2020-11-18 12:47:48.291696"], ["created_at", "2020-11-18 13:03:01.943559"], ["updated_at", "2020-11-18 13:03:01.943559"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 20.5197406163443], ["string", "Architecto fuga explicabo ipsa."], ["date", "2021-05-16"], ["time", "2000-01-01 20:55:52.404766"], ["datetime", "2020-11-17 19:50:29.486630"], ["created_at", "2020-11-18 13:03:01.947377"], ["updated_at", "2020-11-18 13:03:01.947377"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 4.57945018230548], ["string", "Sit et ut."], ["date", "2019-09-26"], ["time", "2000-01-01 08:56:09.479175"], ["datetime", "2020-11-17 21:13:38.508321"], ["created_at", "2020-11-18 13:03:01.951373"], ["updated_at", "2020-11-18 13:03:01.951373"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 24.0451250804657], ["string", "Laboriosam quis est."], ["created_at", "2020-11-18 13:03:01.954519"], ["updated_at", "2020-11-18 13:03:01.954519"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 3.36557757182646], ["string", "Velit pariatur sint tempora."], ["created_at", "2020-11-18 13:03:01.957085"], ["updated_at", "2020-11-18 13:03:01.957085"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 8.57422644644742], ["string", "Minus voluptatibus aut."], ["created_at", "2020-11-18 13:03:01.959276"], ["updated_at", "2020-11-18 13:03:01.959276"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 27.0309939918229], ["string", "Pariatur omnis earum vitae."], ["created_at", "2020-11-18 13:03:01.961284"], ["updated_at", "2020-11-18 13:03:01.961284"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 28.7612815853566], ["string", "Et perspiciatis perferendis."], ["created_at", "2020-11-18 13:03:01.964005"], ["updated_at", "2020-11-18 13:03:01.964005"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:03:01.967050"], ["updated_at", "2020-11-18 13:03:01.967050"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 13:03:01.970054"], ["updated_at", "2020-11-18 13:03:01.970054"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:03:01.972652"], ["updated_at", "2020-11-18 13:03:01.972652"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 13:03:01.975346"], ["updated_at", "2020-11-18 13:03:01.975346"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 13:03:01.978072"], ["updated_at", "2020-11-18 13:03:01.978072"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.3ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-18 13:03:01.982767"], ["updated_at", "2020-11-18 13:03:01.982767"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 4], ["created_at", "2020-11-18 13:03:01.985800"], ["updated_at", "2020-11-18 13:03:01.985800"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 9], ["created_at", "2020-11-18 13:03:01.988225"], ["updated_at", "2020-11-18 13:03:01.988225"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-18 13:03:01.990184"], ["updated_at", "2020-11-18 13:03:01.990184"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 10], ["created_at", "2020-11-18 13:03:01.992528"], ["updated_at", "2020-11-18 13:03:01.992528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 13:03:01.994358"], ["updated_at", "2020-11-18 13:03:01.994358"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-18 13:03:01.996139"], ["updated_at", "2020-11-18 13:03:01.996139"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 13:03:01.998303"], ["updated_at", "2020-11-18 13:03:01.998303"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 13:03:02.001125"], ["updated_at", "2020-11-18 13:03:02.001125"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 13:03:02.003495"], ["updated_at", "2020-11-18 13:03:02.003495"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:03:02.005249"], ["updated_at", "2020-11-18 13:03:02.005249"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:03:02.006967"], ["updated_at", "2020-11-18 13:03:02.006967"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:03:02.009193"], ["updated_at", "2020-11-18 13:03:02.009193"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:03:02.011267"], ["updated_at", "2020-11-18 13:03:02.011267"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.2ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:03:02.013999"], ["updated_at", "2020-11-18 13:03:02.013999"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 13:03:02.028435"], ["updated_at", "2020-11-18 13:03:02.028435"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 13:03:02.030802"], ["updated_at", "2020-11-18 13:03:02.030802"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 13:03:02.033077"], ["updated_at", "2020-11-18 13:03:02.033077"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:03:02.036078"], ["updated_at", "2020-11-18 13:03:02.036078"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 13:03:02.038932"], ["updated_at", "2020-11-18 13:03:02.038932"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:02.040368"], ["updated_at", "2020-11-18 13:03:02.040368"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:02.041829"], ["updated_at", "2020-11-18 13:03:02.041829"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:02.043571"], ["updated_at", "2020-11-18 13:03:02.043571"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:02.045160"], ["updated_at", "2020-11-18 13:03:02.045160"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:02.047092"], ["updated_at", "2020-11-18 13:03:02.047092"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:02.048591"], ["updated_at", "2020-11-18 13:03:02.048591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:02.049721"], ["updated_at", "2020-11-18 13:03:02.049721"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:02.050778"], ["updated_at", "2020-11-18 13:03:02.050778"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:02.052606"], ["updated_at", "2020-11-18 13:03:02.052606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:02.054162"], ["updated_at", "2020-11-18 13:03:02.054162"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 4.04172514366819], ["string", "Ut eum sed."], ["date", "2021-09-19"], ["time", "2000-01-01 09:35:20.471649"], ["datetime", "2020-11-18 04:45:58.546284"], ["created_at", "2020-11-18 13:03:02.056291"], ["updated_at", "2020-11-18 13:03:02.056291"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 0.646902947893589], ["string", "Nam sint dolorem quia."], ["date", "2022-02-03"], ["time", "2000-01-01 18:40:00.423633"], ["datetime", "2020-11-17 19:10:44.275903"], ["created_at", "2020-11-18 13:03:02.059036"], ["updated_at", "2020-11-18 13:03:02.059036"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 1.69952812345981], ["string", "Minima voluptatem dolores."], ["date", "2020-03-03"], ["time", "2000-01-01 16:49:51.118972"], ["datetime", "2020-11-17 23:04:59.620179"], ["created_at", "2020-11-18 13:03:02.061498"], ["updated_at", "2020-11-18 13:03:02.061498"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 3.21154861816682], ["string", "Aut aut voluptatem et."], ["date", "2019-01-24"], ["time", "2000-01-01 21:33:26.326661"], ["datetime", "2020-11-18 02:30:21.605331"], ["created_at", "2020-11-18 13:03:02.065123"], ["updated_at", "2020-11-18 13:03:02.065123"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 15.011955209571], ["string", "Rerum earum delectus."], ["date", "2021-07-25"], ["time", "2000-01-01 01:12:00.044694"], ["datetime", "2020-11-17 18:19:44.017731"], ["created_at", "2020-11-18 13:03:02.068895"], ["updated_at", "2020-11-18 13:03:02.068895"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1027], ["decimal", 11.928616431563], ["string", "Earum ea aperiam."], ["created_at", "2020-11-18 13:03:02.071592"], ["updated_at", "2020-11-18 13:03:02.071592"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 2.53141390222781], ["string", "Quia consequatur qui fuga."], ["created_at", "2020-11-18 13:03:02.073659"], ["updated_at", "2020-11-18 13:03:02.073659"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 14.0377918332176], ["string", "Neque est laboriosam."], ["created_at", "2020-11-18 13:03:02.075842"], ["updated_at", "2020-11-18 13:03:02.075842"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 24.7810899374847], ["string", "Nisi error quasi enim."], ["created_at", "2020-11-18 13:03:02.078365"], ["updated_at", "2020-11-18 13:03:02.078365"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 12.9695761450199], ["string", "Quia quae tempore."], ["created_at", "2020-11-18 13:03:02.081644"], ["updated_at", "2020-11-18 13:03:02.081644"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.3ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:03:02.085590"], ["updated_at", "2020-11-18 13:03:02.085590"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 13:03:02.089502"], ["updated_at", "2020-11-18 13:03:02.089502"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 13:03:02.092794"], ["updated_at", "2020-11-18 13:03:02.092794"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:03:02.096644"], ["updated_at", "2020-11-18 13:03:02.096644"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:03:02.100899"], ["updated_at", "2020-11-18 13:03:02.100899"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 1], ["created_at", "2020-11-18 13:03:02.105689"], ["updated_at", "2020-11-18 13:03:02.105689"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 7], ["created_at", "2020-11-18 13:03:02.110081"], ["updated_at", "2020-11-18 13:03:02.110081"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.3ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 13], ["created_at", "2020-11-18 13:03:02.115229"], ["updated_at", "2020-11-18 13:03:02.115229"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.2ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 9], ["created_at", "2020-11-18 13:03:02.120349"], ["updated_at", "2020-11-18 13:03:02.120349"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 15], ["created_at", "2020-11-18 13:03:02.123608"], ["updated_at", "2020-11-18 13:03:02.123608"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-18 13:03:02.126750"], ["updated_at", "2020-11-18 13:03:02.126750"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.2ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-18 13:03:02.131158"], ["updated_at", "2020-11-18 13:03:02.131158"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-18 13:03:02.134168"], ["updated_at", "2020-11-18 13:03:02.134168"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 13:03:02.137750"], ["updated_at", "2020-11-18 13:03:02.137750"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 13:03:02.140443"], ["updated_at", "2020-11-18 13:03:02.140443"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:03:02.143345"], ["updated_at", "2020-11-18 13:03:02.143345"], ["india_id", 10]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:03:02.146288"], ["updated_at", "2020-11-18 13:03:02.146288"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:03:02.149840"], ["updated_at", "2020-11-18 13:03:02.149840"], ["india_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:03:02.153311"], ["updated_at", "2020-11-18 13:03:02.153311"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:03:02.155464"], ["updated_at", "2020-11-18 13:03:02.155464"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-18 13:03:02.171936"], ["updated_at", "2020-11-18 13:03:02.171936"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-18 13:03:02.174767"], ["updated_at", "2020-11-18 13:03:02.174767"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:03:02.177638"], ["updated_at", "2020-11-18 13:03:02.177638"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-18 13:03:02.180487"], ["updated_at", "2020-11-18 13:03:02.180487"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:03:02.183399"], ["updated_at", "2020-11-18 13:03:02.183399"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:02.185502"], ["updated_at", "2020-11-18 13:03:02.185502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:02.186871"], ["updated_at", "2020-11-18 13:03:02.186871"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:02.187935"], ["updated_at", "2020-11-18 13:03:02.187935"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:02.189214"], ["updated_at", "2020-11-18 13:03:02.189214"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:03:02.190512"], ["updated_at", "2020-11-18 13:03:02.190512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:02.191765"], ["updated_at", "2020-11-18 13:03:02.191765"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:02.192908"], ["updated_at", "2020-11-18 13:03:02.192908"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:02.194130"], ["updated_at", "2020-11-18 13:03:02.194130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:02.195277"], ["updated_at", "2020-11-18 13:03:02.195277"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:03:02.197308"], ["updated_at", "2020-11-18 13:03:02.197308"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.0ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (2.0ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.8ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.6ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (1.8ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 16.4493431647488], ["string", "Necessitatibus non autem."], ["date", "2020-11-14"], ["time", "2000-01-01 01:12:06.199552"], ["datetime", "2020-11-17 21:13:51.747160"], ["created_at", "2020-11-18 13:16:03.284691"], ["updated_at", "2020-11-18 13:16:03.284691"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 14.4605270237196], ["string", "Nisi voluptatem totam qui."], ["date", "2022-08-31"], ["time", "2000-01-01 13:28:01.606891"], ["datetime", "2020-11-18 03:55:29.607432"], ["created_at", "2020-11-18 13:16:03.287587"], ["updated_at", "2020-11-18 13:16:03.287587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 7.73543565539094], ["string", "Quam reiciendis optio."], ["date", "2021-08-21"], ["time", "2000-01-01 10:00:20.129395"], ["datetime", "2020-11-18 12:10:46.933538"], ["created_at", "2020-11-18 13:16:03.289849"], ["updated_at", "2020-11-18 13:16:03.289849"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 16.7343029278835], ["string", "Dolores ullam velit aspernatur."], ["date", "2019-05-06"], ["time", "2000-01-01 06:31:47.223648"], ["datetime", "2020-11-17 19:58:57.232875"], ["created_at", "2020-11-18 13:16:03.291915"], ["updated_at", "2020-11-18 13:16:03.291915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 31.4590722279795], ["string", "Sunt quae praesentium."], ["date", "2018-12-30"], ["time", "2000-01-01 08:59:04.187569"], ["datetime", "2020-11-17 17:58:05.532528"], ["created_at", "2020-11-18 13:16:03.293980"], ["updated_at", "2020-11-18 13:16:03.293980"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 2.68272571158425], ["string", "Culpa et ea."], ["created_at", "2020-11-18 13:16:03.302054"], ["updated_at", "2020-11-18 13:16:03.302054"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 1.66206259626112], ["string", "Numquam officiis possimus vel."], ["created_at", "2020-11-18 13:16:03.303817"], ["updated_at", "2020-11-18 13:16:03.303817"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1025], ["decimal", 4.95978691472733], ["string", "Quo magnam repudiandae."], ["created_at", "2020-11-18 13:16:03.305356"], ["updated_at", "2020-11-18 13:16:03.305356"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1028], ["decimal", 0.122524362844277], ["string", "Eum ab sed animi."], ["created_at", "2020-11-18 13:16:03.306808"], ["updated_at", "2020-11-18 13:16:03.306808"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1019], ["decimal", 8.44113561297679], ["string", "Eos maxime id."], ["created_at", "2020-11-18 13:16:03.308245"], ["updated_at", "2020-11-18 13:16:03.308245"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:16:03.317109"], ["updated_at", "2020-11-18 13:16:03.317109"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:16:03.319222"], ["updated_at", "2020-11-18 13:16:03.319222"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:16:03.320899"], ["updated_at", "2020-11-18 13:16:03.320899"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:16:03.322570"], ["updated_at", "2020-11-18 13:16:03.322570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:16:03.324243"], ["updated_at", "2020-11-18 13:16:03.324243"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-18 13:16:03.331969"], ["updated_at", "2020-11-18 13:16:03.331969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-18 13:16:03.334529"], ["updated_at", "2020-11-18 13:16:03.334529"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-18 13:16:03.337098"], ["updated_at", "2020-11-18 13:16:03.337098"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-18 13:16:03.339719"], ["updated_at", "2020-11-18 13:16:03.339719"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-18 13:16:03.342135"], ["updated_at", "2020-11-18 13:16:03.342135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 13:16:03.348965"], ["updated_at", "2020-11-18 13:16:03.348965"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:16:03.351211"], ["updated_at", "2020-11-18 13:16:03.351211"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 13:16:03.353125"], ["updated_at", "2020-11-18 13:16:03.353125"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 13:16:03.355007"], ["updated_at", "2020-11-18 13:16:03.355007"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 13:16:03.356872"], ["updated_at", "2020-11-18 13:16:03.356872"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.363704"], ["updated_at", "2020-11-18 13:16:03.363704"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.365760"], ["updated_at", "2020-11-18 13:16:03.365760"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.367657"], ["updated_at", "2020-11-18 13:16:03.367657"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.369504"], ["updated_at", "2020-11-18 13:16:03.369504"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.371335"], ["updated_at", "2020-11-18 13:16:03.371335"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:16:03.392234"], ["updated_at", "2020-11-18 13:16:03.392234"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:16:03.394313"], ["updated_at", "2020-11-18 13:16:03.394313"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:16:03.396134"], ["updated_at", "2020-11-18 13:16:03.396134"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:16:03.398018"], ["updated_at", "2020-11-18 13:16:03.398018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:16:03.399839"], ["updated_at", "2020-11-18 13:16:03.399839"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.404828"], ["updated_at", "2020-11-18 13:16:03.404828"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.406146"], ["updated_at", "2020-11-18 13:16:03.406146"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.407210"], ["updated_at", "2020-11-18 13:16:03.407210"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.408222"], ["updated_at", "2020-11-18 13:16:03.408222"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.409197"], ["updated_at", "2020-11-18 13:16:03.409197"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:16:03.413425"], ["updated_at", "2020-11-18 13:16:03.413425"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:16:03.414732"], ["updated_at", "2020-11-18 13:16:03.414732"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:16:03.415853"], ["updated_at", "2020-11-18 13:16:03.415853"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:16:03.416996"], ["updated_at", "2020-11-18 13:16:03.416996"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:16:03.418040"], ["updated_at", "2020-11-18 13:16:03.418040"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 23], ["decimal", 26.8023895720265], ["string", "Natus ad dolorem."], ["date", "2019-05-04"], ["time", "2000-01-01 13:52:36.568648"], ["datetime", "2020-11-17 16:12:27.957534"], ["created_at", "2020-11-18 13:16:03.419850"], ["updated_at", "2020-11-18 13:16:03.419850"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 10.1849977131176], ["string", "Laborum quos est amet."], ["date", "2018-12-25"], ["time", "2000-01-01 07:45:26.871006"], ["datetime", "2020-11-18 05:56:36.778247"], ["created_at", "2020-11-18 13:16:03.422023"], ["updated_at", "2020-11-18 13:16:03.422023"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 3.9815066808727], ["string", "Nemo quaerat reprehenderit."], ["date", "2022-06-27"], ["time", "2000-01-01 03:33:29.753848"], ["datetime", "2020-11-18 00:15:04.270675"], ["created_at", "2020-11-18 13:16:03.424199"], ["updated_at", "2020-11-18 13:16:03.424199"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 7.31496440599542], ["string", "Sapiente molestiae saepe mollitia."], ["date", "2022-04-09"], ["time", "2000-01-01 13:26:59.338716"], ["datetime", "2020-11-18 04:56:11.206064"], ["created_at", "2020-11-18 13:16:03.426455"], ["updated_at", "2020-11-18 13:16:03.426455"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 18.6420763871808], ["string", "Hic commodi odio."], ["date", "2021-02-13"], ["time", "2000-01-01 02:37:14.622199"], ["datetime", "2020-11-18 01:39:03.636918"], ["created_at", "2020-11-18 13:16:03.428650"], ["updated_at", "2020-11-18 13:16:03.428650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 9.21884748376598], ["string", "Ut officiis quibusdam."], ["created_at", "2020-11-18 13:16:03.430534"], ["updated_at", "2020-11-18 13:16:03.430534"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1019], ["decimal", 0.26000042861775], ["string", "Id provident ea suscipit."], ["created_at", "2020-11-18 13:16:03.432116"], ["updated_at", "2020-11-18 13:16:03.432116"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 0.169843487739113], ["string", "Aliquid ut porro."], ["created_at", "2020-11-18 13:16:03.433629"], ["updated_at", "2020-11-18 13:16:03.433629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 4.4008118314211], ["string", "Est perspiciatis eligendi explicabo."], ["created_at", "2020-11-18 13:16:03.435102"], ["updated_at", "2020-11-18 13:16:03.435102"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1021], ["decimal", 27.3244268776962], ["string", "Quisquam facilis cumque."], ["created_at", "2020-11-18 13:16:03.436581"], ["updated_at", "2020-11-18 13:16:03.436581"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 13:16:03.438592"], ["updated_at", "2020-11-18 13:16:03.438592"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 13:16:03.440556"], ["updated_at", "2020-11-18 13:16:03.440556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:16:03.442401"], ["updated_at", "2020-11-18 13:16:03.442401"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 13:16:03.444155"], ["updated_at", "2020-11-18 13:16:03.444155"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:16:03.445913"], ["updated_at", "2020-11-18 13:16:03.445913"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 1], ["created_at", "2020-11-18 13:16:03.448380"], ["updated_at", "2020-11-18 13:16:03.448380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-18 13:16:03.450849"], ["updated_at", "2020-11-18 13:16:03.450849"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 7], ["created_at", "2020-11-18 13:16:03.453218"], ["updated_at", "2020-11-18 13:16:03.453218"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 10], ["created_at", "2020-11-18 13:16:03.455502"], ["updated_at", "2020-11-18 13:16:03.455502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 10], ["created_at", "2020-11-18 13:16:03.457761"], ["updated_at", "2020-11-18 13:16:03.457761"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-18 13:16:03.459656"], ["updated_at", "2020-11-18 13:16:03.459656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 13:16:03.461405"], ["updated_at", "2020-11-18 13:16:03.461405"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-18 13:16:03.463115"], ["updated_at", "2020-11-18 13:16:03.463115"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-18 13:16:03.464786"], ["updated_at", "2020-11-18 13:16:03.464786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 13:16:03.466430"], ["updated_at", "2020-11-18 13:16:03.466430"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:16:03.468338"], ["updated_at", "2020-11-18 13:16:03.468338"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:16:03.469875"], ["updated_at", "2020-11-18 13:16:03.469875"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:16:03.471378"], ["updated_at", "2020-11-18 13:16:03.471378"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:16:03.472851"], ["updated_at", "2020-11-18 13:16:03.472851"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:16:03.474344"], ["updated_at", "2020-11-18 13:16:03.474344"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:16:03.484727"], ["updated_at", "2020-11-18 13:16:03.484727"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 13:16:03.486693"], ["updated_at", "2020-11-18 13:16:03.486693"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 13:16:03.488266"], ["updated_at", "2020-11-18 13:16:03.488266"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:16:03.489892"], ["updated_at", "2020-11-18 13:16:03.489892"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 13:16:03.492143"], ["updated_at", "2020-11-18 13:16:03.492143"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.493348"], ["updated_at", "2020-11-18 13:16:03.493348"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.494311"], ["updated_at", "2020-11-18 13:16:03.494311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.495231"], ["updated_at", "2020-11-18 13:16:03.495231"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.496223"], ["updated_at", "2020-11-18 13:16:03.496223"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.497149"], ["updated_at", "2020-11-18 13:16:03.497149"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:16:03.498123"], ["updated_at", "2020-11-18 13:16:03.498123"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:16:03.499112"], ["updated_at", "2020-11-18 13:16:03.499112"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:16:03.500086"], ["updated_at", "2020-11-18 13:16:03.500086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:16:03.500984"], ["updated_at", "2020-11-18 13:16:03.500984"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:16:03.501878"], ["updated_at", "2020-11-18 13:16:03.501878"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 9.08570384967458], ["string", "Pariatur debitis reprehenderit."], ["date", "2019-12-09"], ["time", "2000-01-01 17:41:15.759468"], ["datetime", "2020-11-18 12:06:54.580796"], ["created_at", "2020-11-18 13:16:03.503533"], ["updated_at", "2020-11-18 13:16:03.503533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 24], ["decimal", 0.73956033408255], ["string", "Tenetur nemo eligendi repellendus."], ["date", "2020-10-01"], ["time", "2000-01-01 13:42:27.660513"], ["datetime", "2020-11-17 20:10:52.335696"], ["created_at", "2020-11-18 13:16:03.505445"], ["updated_at", "2020-11-18 13:16:03.505445"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 6.94527818311495], ["string", "Sed doloremque error."], ["date", "2020-04-01"], ["time", "2000-01-01 20:26:23.042812"], ["datetime", "2020-11-17 22:17:31.366187"], ["created_at", "2020-11-18 13:16:03.507464"], ["updated_at", "2020-11-18 13:16:03.507464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["decimal", 1.33953943316726], ["string", "Sunt est molestias necessitatibus."], ["date", "2019-05-19"], ["time", "2000-01-01 10:44:09.040496"], ["datetime", "2020-11-17 22:16:50.882006"], ["created_at", "2020-11-18 13:16:03.509554"], ["updated_at", "2020-11-18 13:16:03.509554"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 0.478482018809862], ["string", "Perspiciatis fugiat qui."], ["date", "2019-08-25"], ["time", "2000-01-01 22:43:03.417978"], ["datetime", "2020-11-17 16:12:10.835053"], ["created_at", "2020-11-18 13:16:03.511653"], ["updated_at", "2020-11-18 13:16:03.511653"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 11.3617208044073], ["string", "Beatae deleniti mollitia."], ["created_at", "2020-11-18 13:16:03.513571"], ["updated_at", "2020-11-18 13:16:03.513571"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 4.78570157143845], ["string", "Assumenda et molestiae aut."], ["created_at", "2020-11-18 13:16:03.515213"], ["updated_at", "2020-11-18 13:16:03.515213"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 4.61640856398678], ["string", "Omnis quos quisquam."], ["created_at", "2020-11-18 13:16:03.516801"], ["updated_at", "2020-11-18 13:16:03.516801"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 1.61264268343282], ["string", "Sit commodi facilis iure."], ["created_at", "2020-11-18 13:16:03.518247"], ["updated_at", "2020-11-18 13:16:03.518247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 0.17122794526266], ["string", "Minima sunt consequatur."], ["created_at", "2020-11-18 13:16:03.519735"], ["updated_at", "2020-11-18 13:16:03.519735"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 13:16:03.521685"], ["updated_at", "2020-11-18 13:16:03.521685"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:16:03.523489"], ["updated_at", "2020-11-18 13:16:03.523489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:16:03.525166"], ["updated_at", "2020-11-18 13:16:03.525166"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 13:16:03.526873"], ["updated_at", "2020-11-18 13:16:03.526873"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:16:03.528601"], ["updated_at", "2020-11-18 13:16:03.528601"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 6], ["created_at", "2020-11-18 13:16:03.531125"], ["updated_at", "2020-11-18 13:16:03.531125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 13], ["created_at", "2020-11-18 13:16:03.533688"], ["updated_at", "2020-11-18 13:16:03.533688"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 2], ["created_at", "2020-11-18 13:16:03.536162"], ["updated_at", "2020-11-18 13:16:03.536162"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-18 13:16:03.538559"], ["updated_at", "2020-11-18 13:16:03.538559"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 6], ["created_at", "2020-11-18 13:16:03.540939"], ["updated_at", "2020-11-18 13:16:03.540939"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-18 13:16:03.542858"], ["updated_at", "2020-11-18 13:16:03.542858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 13:16:03.544689"], ["updated_at", "2020-11-18 13:16:03.544689"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-18 13:16:03.546562"], ["updated_at", "2020-11-18 13:16:03.546562"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-18 13:16:03.548401"], ["updated_at", "2020-11-18 13:16:03.548401"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-18 13:16:03.550127"], ["updated_at", "2020-11-18 13:16:03.550127"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:16:03.551856"], ["updated_at", "2020-11-18 13:16:03.551856"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:16:03.553535"], ["updated_at", "2020-11-18 13:16:03.553535"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:16:03.555080"], ["updated_at", "2020-11-18 13:16:03.555080"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:16:03.556609"], ["updated_at", "2020-11-18 13:16:03.556609"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:16:03.558148"], ["updated_at", "2020-11-18 13:16:03.558148"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 13:16:03.569178"], ["updated_at", "2020-11-18 13:16:03.569178"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:16:03.571720"], ["updated_at", "2020-11-18 13:16:03.571720"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 13:16:03.574129"], ["updated_at", "2020-11-18 13:16:03.574129"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-18 13:16:03.576135"], ["updated_at", "2020-11-18 13:16:03.576135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 13:16:03.578109"], ["updated_at", "2020-11-18 13:16:03.578109"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.579388"], ["updated_at", "2020-11-18 13:16:03.579388"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.580516"], ["updated_at", "2020-11-18 13:16:03.580516"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.581617"], ["updated_at", "2020-11-18 13:16:03.581617"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.582700"], ["updated_at", "2020-11-18 13:16:03.582700"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.583752"], ["updated_at", "2020-11-18 13:16:03.583752"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:16:03.584897"], ["updated_at", "2020-11-18 13:16:03.584897"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:16:03.586351"], ["updated_at", "2020-11-18 13:16:03.586351"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:16:03.587847"], ["updated_at", "2020-11-18 13:16:03.587847"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:16:03.589284"], ["updated_at", "2020-11-18 13:16:03.589284"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:16:03.590692"], ["updated_at", "2020-11-18 13:16:03.590692"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 4.42181112523533], ["string", "Placeat occaecati quidem."], ["date", "2019-07-12"], ["time", "2000-01-01 20:01:30.854362"], ["datetime", "2020-11-18 05:29:52.655980"], ["created_at", "2020-11-18 13:16:03.650184"], ["updated_at", "2020-11-18 13:16:03.650184"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 23], ["decimal", 6.54920356040368], ["string", "Nisi ea voluptatibus eaque."], ["date", "2022-03-02"], ["time", "2000-01-01 01:35:35.363706"], ["datetime", "2020-11-17 15:21:54.256458"], ["created_at", "2020-11-18 13:16:03.654022"], ["updated_at", "2020-11-18 13:16:03.654022"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 22.7695400258478], ["string", "Qui aut magnam."], ["date", "2019-09-06"], ["time", "2000-01-01 16:41:01.703901"], ["datetime", "2020-11-18 08:03:44.609002"], ["created_at", "2020-11-18 13:16:03.657375"], ["updated_at", "2020-11-18 13:16:03.657375"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 12.9984082783868], ["string", "Sit quas voluptatem."], ["date", "2020-04-14"], ["time", "2000-01-01 19:08:18.492251"], ["datetime", "2020-11-18 01:07:31.703577"], ["created_at", "2020-11-18 13:16:03.664675"], ["updated_at", "2020-11-18 13:16:03.664675"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 16.839333793843], ["string", "Exercitationem nihil earum possimus."], ["date", "2022-07-19"], ["time", "2000-01-01 19:48:10.085387"], ["datetime", "2020-11-17 15:52:48.430446"], ["created_at", "2020-11-18 13:16:03.669603"], ["updated_at", "2020-11-18 13:16:03.669603"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 2.04008667034283], ["string", "In molestiae quod."], ["date", "2022-08-05"], ["time", "2000-01-01 15:59:56.629423"], ["datetime", "2020-11-18 07:18:13.595892"], ["created_at", "2020-11-18 13:16:03.673278"], ["updated_at", "2020-11-18 13:16:03.673278"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.679372"], ["updated_at", "2020-11-18 13:16:03.679372"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.4ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 2.33656210762282], ["string", "Quos eum voluptatem."], ["date", "2019-06-28"], ["time", "2000-01-01 22:34:25.212242"], ["datetime", "2020-11-17 22:34:55.523028"], ["created_at", "2020-11-18 13:16:03.721078"], ["updated_at", "2020-11-18 13:16:03.721078"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 31], ["decimal", 29.5855858047392], ["string", "Dolor consequatur at tenetur."], ["date", "2021-12-11"], ["time", "2000-01-01 18:02:05.373632"], ["datetime", "2020-11-18 05:24:14.928694"], ["created_at", "2020-11-18 13:16:03.725181"], ["updated_at", "2020-11-18 13:16:03.725181"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 0.80632380674795], ["string", "Praesentium sint a."], ["date", "2022-04-22"], ["time", "2000-01-01 09:05:20.856501"], ["datetime", "2020-11-18 09:24:33.369177"], ["created_at", "2020-11-18 13:16:03.728315"], ["updated_at", "2020-11-18 13:16:03.728315"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 23.695062883765], ["string", "Dolores ut cum aut."], ["date", "2021-11-24"], ["time", "2000-01-01 15:07:10.259869"], ["datetime", "2020-11-18 04:16:57.061059"], ["created_at", "2020-11-18 13:16:03.733132"], ["updated_at", "2020-11-18 13:16:03.733132"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 24.3781432717708], ["string", "Non ut laboriosam."], ["date", "2021-02-03"], ["time", "2000-01-01 02:20:00.967340"], ["datetime", "2020-11-18 09:51:30.299737"], ["created_at", "2020-11-18 13:16:03.738071"], ["updated_at", "2020-11-18 13:16:03.738071"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 15.718495910111], ["string", "Quia quae ducimus."], ["created_at", "2020-11-18 13:16:03.741118"], ["updated_at", "2020-11-18 13:16:03.741118"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 12.7287905630909], ["string", "Soluta facere labore architecto."], ["created_at", "2020-11-18 13:16:03.743881"], ["updated_at", "2020-11-18 13:16:03.743881"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 11.3345873846702], ["string", "Repellat repudiandae quis."], ["created_at", "2020-11-18 13:16:03.745877"], ["updated_at", "2020-11-18 13:16:03.745877"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 9.10162753829642], ["string", "Ut dolore molestiae vero."], ["created_at", "2020-11-18 13:16:03.748125"], ["updated_at", "2020-11-18 13:16:03.748125"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Bravo Create (0.5ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 19.9895811698093], ["string", "Vel impedit adipisci."], ["created_at", "2020-11-18 13:16:03.750407"], ["updated_at", "2020-11-18 13:16:03.750407"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:16:03.754789"], ["updated_at", "2020-11-18 13:16:03.754789"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:16:03.757750"], ["updated_at", "2020-11-18 13:16:03.757750"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:16:03.760683"], ["updated_at", "2020-11-18 13:16:03.760683"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:16:03.763177"], ["updated_at", "2020-11-18 13:16:03.763177"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:16:03.765685"], ["updated_at", "2020-11-18 13:16:03.765685"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-18 13:16:03.769381"], ["updated_at", "2020-11-18 13:16:03.769381"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-18 13:16:03.772799"], ["updated_at", "2020-11-18 13:16:03.772799"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-18 13:16:03.775814"], ["updated_at", "2020-11-18 13:16:03.775814"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-18 13:16:03.778894"], ["updated_at", "2020-11-18 13:16:03.778894"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-18 13:16:03.783003"], ["updated_at", "2020-11-18 13:16:03.783003"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:16:03.786741"], ["updated_at", "2020-11-18 13:16:03.786741"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 13:16:03.790162"], ["updated_at", "2020-11-18 13:16:03.790162"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:16:03.793076"], ["updated_at", "2020-11-18 13:16:03.793076"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:16:03.795559"], ["updated_at", "2020-11-18 13:16:03.795559"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 13:16:03.797860"], ["updated_at", "2020-11-18 13:16:03.797860"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.800906"], ["updated_at", "2020-11-18 13:16:03.800906"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.803975"], ["updated_at", "2020-11-18 13:16:03.803975"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.806760"], ["updated_at", "2020-11-18 13:16:03.806760"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.809437"], ["updated_at", "2020-11-18 13:16:03.809437"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.812095"], ["updated_at", "2020-11-18 13:16:03.812095"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:16:03.824674"], ["updated_at", "2020-11-18 13:16:03.824674"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:16:03.826685"], ["updated_at", "2020-11-18 13:16:03.826685"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:16:03.828482"], ["updated_at", "2020-11-18 13:16:03.828482"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:16:03.830387"], ["updated_at", "2020-11-18 13:16:03.830387"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:16:03.832327"], ["updated_at", "2020-11-18 13:16:03.832327"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.833659"], ["updated_at", "2020-11-18 13:16:03.833659"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.834801"], ["updated_at", "2020-11-18 13:16:03.834801"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.835847"], ["updated_at", "2020-11-18 13:16:03.835847"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.836866"], ["updated_at", "2020-11-18 13:16:03.836866"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.837865"], ["updated_at", "2020-11-18 13:16:03.837865"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:16:03.838945"], ["updated_at", "2020-11-18 13:16:03.838945"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:16:03.840082"], ["updated_at", "2020-11-18 13:16:03.840082"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:16:03.841190"], ["updated_at", "2020-11-18 13:16:03.841190"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:16:03.842269"], ["updated_at", "2020-11-18 13:16:03.842269"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:16:03.843387"], ["updated_at", "2020-11-18 13:16:03.843387"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 15.937612995197], ["string", "Porro non consequatur."], ["date", "2022-03-02"], ["time", "2000-01-01 00:17:32.412011"], ["datetime", "2020-11-17 14:39:51.568149"], ["created_at", "2020-11-18 13:16:03.845433"], ["updated_at", "2020-11-18 13:16:03.845433"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 1.22660917408924], ["string", "Eos quisquam fuga maiores."], ["date", "2021-12-21"], ["time", "2000-01-01 09:17:51.230662"], ["datetime", "2020-11-17 17:43:59.184338"], ["created_at", "2020-11-18 13:16:03.848159"], ["updated_at", "2020-11-18 13:16:03.848159"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 16.9435857222116], ["string", "Sequi nemo quos."], ["date", "2020-05-13"], ["time", "2000-01-01 14:14:18.155286"], ["datetime", "2020-11-18 02:27:19.030151"], ["created_at", "2020-11-18 13:16:03.850924"], ["updated_at", "2020-11-18 13:16:03.850924"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 7.67181563648437], ["string", "Et laborum nostrum beatae."], ["date", "2020-01-26"], ["time", "2000-01-01 20:32:39.243020"], ["datetime", "2020-11-17 23:34:27.553598"], ["created_at", "2020-11-18 13:16:03.853425"], ["updated_at", "2020-11-18 13:16:03.853425"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 29], ["decimal", 4.64319643492816], ["string", "Veniam et natus."], ["date", "2019-08-19"], ["time", "2000-01-01 09:10:22.129976"], ["datetime", "2020-11-17 18:34:47.031469"], ["created_at", "2020-11-18 13:16:03.856256"], ["updated_at", "2020-11-18 13:16:03.856256"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 1.03411157144016], ["string", "Voluptatum voluptatem ratione."], ["created_at", "2020-11-18 13:16:03.858412"], ["updated_at", "2020-11-18 13:16:03.858412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 0.401038014016747], ["string", "Officiis sunt distinctio enim."], ["created_at", "2020-11-18 13:16:03.860107"], ["updated_at", "2020-11-18 13:16:03.860107"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1036], ["decimal", 18.3757656338872], ["string", "Non recusandae qui."], ["created_at", "2020-11-18 13:16:03.861776"], ["updated_at", "2020-11-18 13:16:03.861776"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 13.6110988966164], ["string", "Qui aspernatur impedit sed."], ["created_at", "2020-11-18 13:16:03.863406"], ["updated_at", "2020-11-18 13:16:03.863406"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 7.95684163386107], ["string", "Fuga libero dolorem."], ["created_at", "2020-11-18 13:16:03.865072"], ["updated_at", "2020-11-18 13:16:03.865072"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:16:03.867349"], ["updated_at", "2020-11-18 13:16:03.867349"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 13:16:03.869399"], ["updated_at", "2020-11-18 13:16:03.869399"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 13:16:03.871396"], ["updated_at", "2020-11-18 13:16:03.871396"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 13:16:03.873457"], ["updated_at", "2020-11-18 13:16:03.873457"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 13:16:03.875439"], ["updated_at", "2020-11-18 13:16:03.875439"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-18 13:16:03.878199"], ["updated_at", "2020-11-18 13:16:03.878199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 4], ["created_at", "2020-11-18 13:16:03.881130"], ["updated_at", "2020-11-18 13:16:03.881130"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 9], ["created_at", "2020-11-18 13:16:03.884631"], ["updated_at", "2020-11-18 13:16:03.884631"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 8], ["created_at", "2020-11-18 13:16:03.888235"], ["updated_at", "2020-11-18 13:16:03.888235"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 4], ["created_at", "2020-11-18 13:16:03.892223"], ["updated_at", "2020-11-18 13:16:03.892223"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 13:16:03.894462"], ["updated_at", "2020-11-18 13:16:03.894462"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-18 13:16:03.896469"], ["updated_at", "2020-11-18 13:16:03.896469"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-18 13:16:03.898456"], ["updated_at", "2020-11-18 13:16:03.898456"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 13:16:03.900503"], ["updated_at", "2020-11-18 13:16:03.900503"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 13:16:03.902534"], ["updated_at", "2020-11-18 13:16:03.902534"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:16:03.904503"], ["updated_at", "2020-11-18 13:16:03.904503"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:16:03.906411"], ["updated_at", "2020-11-18 13:16:03.906411"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:16:03.908265"], ["updated_at", "2020-11-18 13:16:03.908265"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:16:03.910142"], ["updated_at", "2020-11-18 13:16:03.910142"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:16:03.932315"], ["updated_at", "2020-11-18 13:16:03.932315"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:16:03.946762"], ["updated_at", "2020-11-18 13:16:03.946762"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 13:16:03.949233"], ["updated_at", "2020-11-18 13:16:03.949233"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 13:16:03.951564"], ["updated_at", "2020-11-18 13:16:03.951564"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 13:16:03.953746"], ["updated_at", "2020-11-18 13:16:03.953746"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 13:16:03.955933"], ["updated_at", "2020-11-18 13:16:03.955933"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.957263"], ["updated_at", "2020-11-18 13:16:03.957263"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.958481"], ["updated_at", "2020-11-18 13:16:03.958481"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.959564"], ["updated_at", "2020-11-18 13:16:03.959564"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.960714"], ["updated_at", "2020-11-18 13:16:03.960714"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:03.961863"], ["updated_at", "2020-11-18 13:16:03.961863"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:16:03.963091"], ["updated_at", "2020-11-18 13:16:03.963091"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:16:03.964286"], ["updated_at", "2020-11-18 13:16:03.964286"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:16:03.965520"], ["updated_at", "2020-11-18 13:16:03.965520"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:16:03.966702"], ["updated_at", "2020-11-18 13:16:03.966702"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:16:03.967838"], ["updated_at", "2020-11-18 13:16:03.967838"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 2.26364902386486], ["string", "Inventore quis facilis."], ["date", "2019-03-22"], ["time", "2000-01-01 21:51:53.614203"], ["datetime", "2020-11-18 08:11:59.374709"], ["created_at", "2020-11-18 13:16:03.969862"], ["updated_at", "2020-11-18 13:16:03.969862"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 0.762090868442014], ["string", "Ut non animi hic."], ["date", "2019-05-06"], ["time", "2000-01-01 12:00:05.143400"], ["datetime", "2020-11-18 12:50:20.982936"], ["created_at", "2020-11-18 13:16:03.972350"], ["updated_at", "2020-11-18 13:16:03.972350"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 10.8264213640639], ["string", "Omnis aut ipsum."], ["date", "2018-12-15"], ["time", "2000-01-01 02:38:10.391227"], ["datetime", "2020-11-18 11:51:55.709294"], ["created_at", "2020-11-18 13:16:03.974832"], ["updated_at", "2020-11-18 13:16:03.974832"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 7.32753669149336], ["string", "Illum beatae aut vel."], ["date", "2019-07-28"], ["time", "2000-01-01 02:17:27.217164"], ["datetime", "2020-11-18 03:12:42.899322"], ["created_at", "2020-11-18 13:16:03.977240"], ["updated_at", "2020-11-18 13:16:03.977240"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 10.345580367254], ["string", "Est blanditiis earum."], ["date", "2020-11-28"], ["time", "2000-01-01 10:58:28.568055"], ["datetime", "2020-11-18 04:49:45.717293"], ["created_at", "2020-11-18 13:16:03.979614"], ["updated_at", "2020-11-18 13:16:03.979614"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 6.45338595084992], ["string", "Non doloremque expedita."], ["created_at", "2020-11-18 13:16:03.982500"], ["updated_at", "2020-11-18 13:16:03.982500"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 28.8135430277839], ["string", "Et rem est consectetur."], ["created_at", "2020-11-18 13:16:03.984526"], ["updated_at", "2020-11-18 13:16:03.984526"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 0.373570878484896], ["string", "Aspernatur eos quibusdam."], ["created_at", "2020-11-18 13:16:03.986522"], ["updated_at", "2020-11-18 13:16:03.986522"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 0.125771778210902], ["string", "Magnam necessitatibus delectus qui."], ["created_at", "2020-11-18 13:16:03.988514"], ["updated_at", "2020-11-18 13:16:03.988514"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 5.9434051421573], ["string", "Cum ea non."], ["created_at", "2020-11-18 13:16:03.990543"], ["updated_at", "2020-11-18 13:16:03.990543"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:16:03.993034"], ["updated_at", "2020-11-18 13:16:03.993034"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:16:03.995238"], ["updated_at", "2020-11-18 13:16:03.995238"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:16:03.998022"], ["updated_at", "2020-11-18 13:16:03.998022"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-18 13:16:04.000423"], ["updated_at", "2020-11-18 13:16:04.000423"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-18 13:16:04.002976"], ["updated_at", "2020-11-18 13:16:04.002976"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 10], ["created_at", "2020-11-18 13:16:04.006019"], ["updated_at", "2020-11-18 13:16:04.006019"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 3], ["created_at", "2020-11-18 13:16:04.008972"], ["updated_at", "2020-11-18 13:16:04.008972"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 2], ["created_at", "2020-11-18 13:16:04.011656"], ["updated_at", "2020-11-18 13:16:04.011656"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 6], ["created_at", "2020-11-18 13:16:04.014607"], ["updated_at", "2020-11-18 13:16:04.014607"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 1], ["created_at", "2020-11-18 13:16:04.017662"], ["updated_at", "2020-11-18 13:16:04.017662"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 15], ["created_at", "2020-11-18 13:16:04.020003"], ["updated_at", "2020-11-18 13:16:04.020003"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-18 13:16:04.022238"], ["updated_at", "2020-11-18 13:16:04.022238"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 13:16:04.024206"], ["updated_at", "2020-11-18 13:16:04.024206"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-18 13:16:04.026144"], ["updated_at", "2020-11-18 13:16:04.026144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 11], ["created_at", "2020-11-18 13:16:04.028013"], ["updated_at", "2020-11-18 13:16:04.028013"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:16:04.029854"], ["updated_at", "2020-11-18 13:16:04.029854"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:16:04.031769"], ["updated_at", "2020-11-18 13:16:04.031769"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:16:04.033623"], ["updated_at", "2020-11-18 13:16:04.033623"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:16:04.035397"], ["updated_at", "2020-11-18 13:16:04.035397"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:16:04.037129"], ["updated_at", "2020-11-18 13:16:04.037129"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 13:16:04.048034"], ["updated_at", "2020-11-18 13:16:04.048034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:16:04.050035"], ["updated_at", "2020-11-18 13:16:04.050035"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:16:04.051705"], ["updated_at", "2020-11-18 13:16:04.051705"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-18 13:16:04.053271"], ["updated_at", "2020-11-18 13:16:04.053271"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:16:04.054844"], ["updated_at", "2020-11-18 13:16:04.054844"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:04.055848"], ["updated_at", "2020-11-18 13:16:04.055848"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:04.056776"], ["updated_at", "2020-11-18 13:16:04.056776"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:04.057662"], ["updated_at", "2020-11-18 13:16:04.057662"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:04.058578"], ["updated_at", "2020-11-18 13:16:04.058578"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:16:04.059490"], ["updated_at", "2020-11-18 13:16:04.059490"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:16:04.060481"], ["updated_at", "2020-11-18 13:16:04.060481"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:16:04.061467"], ["updated_at", "2020-11-18 13:16:04.061467"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:16:04.062417"], ["updated_at", "2020-11-18 13:16:04.062417"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:16:04.063368"], ["updated_at", "2020-11-18 13:16:04.063368"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:16:04.064327"], ["updated_at", "2020-11-18 13:16:04.064327"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.7ms) SELECT sqlite_version(*)  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (2.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.9ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.9ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 23], ["decimal", 2.86041770368728e-05], ["string", "Aut et nesciunt."], ["date", "2021-05-27"], ["time", "2000-01-01 16:56:01.789044"], ["datetime", "2020-11-18 06:58:15.596856"], ["created_at", "2020-11-18 13:17:10.554238"], ["updated_at", "2020-11-18 13:17:10.554238"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 10.7042365584177], ["string", "Et quasi et porro."], ["date", "2020-01-07"], ["time", "2000-01-01 12:33:54.793731"], ["datetime", "2020-11-17 19:08:06.032530"], ["created_at", "2020-11-18 13:17:10.557342"], ["updated_at", "2020-11-18 13:17:10.557342"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 8.63724775865156], ["string", "Impedit reiciendis cum."], ["date", "2020-07-23"], ["time", "2000-01-01 11:22:08.648558"], ["datetime", "2020-11-17 20:30:53.668992"], ["created_at", "2020-11-18 13:17:10.559707"], ["updated_at", "2020-11-18 13:17:10.559707"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 23.0557926809156], ["string", "Quo deserunt error vero."], ["date", "2020-07-12"], ["time", "2000-01-01 10:45:39.211861"], ["datetime", "2020-11-17 17:18:31.597199"], ["created_at", "2020-11-18 13:17:10.561969"], ["updated_at", "2020-11-18 13:17:10.561969"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 13.2975473971328], ["string", "Atque voluptas et."], ["date", "2021-10-10"], ["time", "2000-01-01 19:23:43.046581"], ["datetime", "2020-11-17 20:10:54.121860"], ["created_at", "2020-11-18 13:17:10.564344"], ["updated_at", "2020-11-18 13:17:10.564344"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 20.9891801265066], ["string", "Iusto deserunt illum."], ["created_at", "2020-11-18 13:17:10.572295"], ["updated_at", "2020-11-18 13:17:10.572295"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 5.49820754492989], ["string", "Perferendis ipsum tempore rerum."], ["created_at", "2020-11-18 13:17:10.574587"], ["updated_at", "2020-11-18 13:17:10.574587"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 24.869130064656], ["string", "Aut qui rerum."], ["created_at", "2020-11-18 13:17:10.576312"], ["updated_at", "2020-11-18 13:17:10.576312"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 29.0833353481813], ["string", "Omnis quas maiores error."], ["created_at", "2020-11-18 13:17:10.578013"], ["updated_at", "2020-11-18 13:17:10.578013"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 18.3483961598395], ["string", "Similique consequuntur repudiandae."], ["created_at", "2020-11-18 13:17:10.579709"], ["updated_at", "2020-11-18 13:17:10.579709"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:17:10.588968"], ["updated_at", "2020-11-18 13:17:10.588968"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:17:10.591758"], ["updated_at", "2020-11-18 13:17:10.591758"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:17:10.594121"], ["updated_at", "2020-11-18 13:17:10.594121"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:17:10.596436"], ["updated_at", "2020-11-18 13:17:10.596436"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:17:10.598708"], ["updated_at", "2020-11-18 13:17:10.598708"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-18 13:17:10.607469"], ["updated_at", "2020-11-18 13:17:10.607469"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-18 13:17:10.610924"], ["updated_at", "2020-11-18 13:17:10.610924"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-18 13:17:10.614112"], ["updated_at", "2020-11-18 13:17:10.614112"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-18 13:17:10.617251"], ["updated_at", "2020-11-18 13:17:10.617251"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-18 13:17:10.620332"], ["updated_at", "2020-11-18 13:17:10.620332"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 13:17:10.627784"], ["updated_at", "2020-11-18 13:17:10.627784"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 13:17:10.630518"], ["updated_at", "2020-11-18 13:17:10.630518"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:17:10.632925"], ["updated_at", "2020-11-18 13:17:10.632925"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 13:17:10.635471"], ["updated_at", "2020-11-18 13:17:10.635471"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 13:17:10.637795"], ["updated_at", "2020-11-18 13:17:10.637795"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:10.645218"], ["updated_at", "2020-11-18 13:17:10.645218"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:10.647909"], ["updated_at", "2020-11-18 13:17:10.647909"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:10.650391"], ["updated_at", "2020-11-18 13:17:10.650391"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:10.652796"], ["updated_at", "2020-11-18 13:17:10.652796"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:10.655275"], ["updated_at", "2020-11-18 13:17:10.655275"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:17:10.678547"], ["updated_at", "2020-11-18 13:17:10.678547"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:17:10.681305"], ["updated_at", "2020-11-18 13:17:10.681305"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:17:10.683843"], ["updated_at", "2020-11-18 13:17:10.683843"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:17:10.686275"], ["updated_at", "2020-11-18 13:17:10.686275"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:17:10.688756"], ["updated_at", "2020-11-18 13:17:10.688756"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:10.694391"], ["updated_at", "2020-11-18 13:17:10.694391"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:10.696009"], ["updated_at", "2020-11-18 13:17:10.696009"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:10.697508"], ["updated_at", "2020-11-18 13:17:10.697508"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:10.698899"], ["updated_at", "2020-11-18 13:17:10.698899"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:10.700223"], ["updated_at", "2020-11-18 13:17:10.700223"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:10.704962"], ["updated_at", "2020-11-18 13:17:10.704962"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:10.706549"], ["updated_at", "2020-11-18 13:17:10.706549"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:10.707922"], ["updated_at", "2020-11-18 13:17:10.707922"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:10.709280"], ["updated_at", "2020-11-18 13:17:10.709280"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:10.710596"], ["updated_at", "2020-11-18 13:17:10.710596"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 21.2073584990639], ["string", "Voluptas minima a."], ["date", "2021-10-08"], ["time", "2000-01-01 06:12:57.857625"], ["datetime", "2020-11-17 22:54:08.074208"], ["created_at", "2020-11-18 13:17:10.712722"], ["updated_at", "2020-11-18 13:17:10.712722"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 3.77078865408844], ["string", "Sunt amet provident rerum."], ["date", "2020-03-10"], ["time", "2000-01-01 03:16:22.544218"], ["datetime", "2020-11-18 12:32:38.299152"], ["created_at", "2020-11-18 13:17:10.715229"], ["updated_at", "2020-11-18 13:17:10.715229"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 2.27442355228162], ["string", "Non perferendis corporis."], ["date", "2019-04-02"], ["time", "2000-01-01 13:06:38.230484"], ["datetime", "2020-11-18 08:08:55.796246"], ["created_at", "2020-11-18 13:17:10.717611"], ["updated_at", "2020-11-18 13:17:10.717611"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 24.6743777721465], ["string", "Adipisci maiores assumenda sed."], ["date", "2020-11-27"], ["time", "2000-01-01 13:09:37.690426"], ["datetime", "2020-11-18 04:51:50.183817"], ["created_at", "2020-11-18 13:17:10.720004"], ["updated_at", "2020-11-18 13:17:10.720004"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 11.0281259384741], ["string", "Excepturi a sapiente."], ["date", "2021-06-07"], ["time", "2000-01-01 01:52:50.025304"], ["datetime", "2020-11-18 04:34:11.828051"], ["created_at", "2020-11-18 13:17:10.722469"], ["updated_at", "2020-11-18 13:17:10.722469"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 21.3045781994511], ["string", "Reprehenderit ut et."], ["created_at", "2020-11-18 13:17:10.724786"], ["updated_at", "2020-11-18 13:17:10.724786"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 4.11896625144852], ["string", "Aut qui omnis facilis."], ["created_at", "2020-11-18 13:17:10.726693"], ["updated_at", "2020-11-18 13:17:10.726693"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 8.70680344729842], ["string", "Rerum quasi praesentium."], ["created_at", "2020-11-18 13:17:10.728655"], ["updated_at", "2020-11-18 13:17:10.728655"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 3.92428343284412], ["string", "Voluptatem error ducimus modi."], ["created_at", "2020-11-18 13:17:10.730639"], ["updated_at", "2020-11-18 13:17:10.730639"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 5.16093010278466], ["string", "Eaque magni nisi."], ["created_at", "2020-11-18 13:17:10.732494"], ["updated_at", "2020-11-18 13:17:10.732494"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 13:17:10.735001"], ["updated_at", "2020-11-18 13:17:10.735001"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:17:10.737294"], ["updated_at", "2020-11-18 13:17:10.737294"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:17:10.739545"], ["updated_at", "2020-11-18 13:17:10.739545"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 13:17:10.741772"], ["updated_at", "2020-11-18 13:17:10.741772"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:17:10.743993"], ["updated_at", "2020-11-18 13:17:10.743993"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 3], ["created_at", "2020-11-18 13:17:10.747088"], ["updated_at", "2020-11-18 13:17:10.747088"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 7], ["created_at", "2020-11-18 13:17:10.750140"], ["updated_at", "2020-11-18 13:17:10.750140"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 4], ["created_at", "2020-11-18 13:17:10.753006"], ["updated_at", "2020-11-18 13:17:10.753006"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 3], ["created_at", "2020-11-18 13:17:10.755922"], ["updated_at", "2020-11-18 13:17:10.755922"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-18 13:17:10.758872"], ["updated_at", "2020-11-18 13:17:10.758872"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 13:17:10.761080"], ["updated_at", "2020-11-18 13:17:10.761080"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-18 13:17:10.763233"], ["updated_at", "2020-11-18 13:17:10.763233"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 13:17:10.765342"], ["updated_at", "2020-11-18 13:17:10.765342"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-18 13:17:10.767567"], ["updated_at", "2020-11-18 13:17:10.767567"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 13:17:10.769761"], ["updated_at", "2020-11-18 13:17:10.769761"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:10.772239"], ["updated_at", "2020-11-18 13:17:10.772239"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:10.774418"], ["updated_at", "2020-11-18 13:17:10.774418"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:10.776559"], ["updated_at", "2020-11-18 13:17:10.776559"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:10.778733"], ["updated_at", "2020-11-18 13:17:10.778733"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:10.780944"], ["updated_at", "2020-11-18 13:17:10.780944"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 13:17:10.793237"], ["updated_at", "2020-11-18 13:17:10.793237"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:17:10.795738"], ["updated_at", "2020-11-18 13:17:10.795738"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:17:10.798121"], ["updated_at", "2020-11-18 13:17:10.798121"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 13:17:10.800561"], ["updated_at", "2020-11-18 13:17:10.800561"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 13:17:10.802965"], ["updated_at", "2020-11-18 13:17:10.802965"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:10.804457"], ["updated_at", "2020-11-18 13:17:10.804457"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:10.805919"], ["updated_at", "2020-11-18 13:17:10.805919"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:10.807306"], ["updated_at", "2020-11-18 13:17:10.807306"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:10.808679"], ["updated_at", "2020-11-18 13:17:10.808679"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:10.810058"], ["updated_at", "2020-11-18 13:17:10.810058"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:10.811478"], ["updated_at", "2020-11-18 13:17:10.811478"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:10.812841"], ["updated_at", "2020-11-18 13:17:10.812841"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:10.814200"], ["updated_at", "2020-11-18 13:17:10.814200"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:10.815647"], ["updated_at", "2020-11-18 13:17:10.815647"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:10.816986"], ["updated_at", "2020-11-18 13:17:10.816986"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 16.5210085831134], ["string", "Vel ipsa mollitia."], ["date", "2020-03-28"], ["time", "2000-01-01 16:00:55.175471"], ["datetime", "2020-11-18 04:22:26.103797"], ["created_at", "2020-11-18 13:17:10.819244"], ["updated_at", "2020-11-18 13:17:10.819244"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 5.53229067520288], ["string", "Ut enim repudiandae adipisci."], ["date", "2019-05-29"], ["time", "2000-01-01 20:07:49.654526"], ["datetime", "2020-11-17 21:07:19.951833"], ["created_at", "2020-11-18 13:17:10.821787"], ["updated_at", "2020-11-18 13:17:10.821787"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 3.66986691205707], ["string", "Eligendi ea eaque."], ["date", "2019-05-28"], ["time", "2000-01-01 07:50:22.289929"], ["datetime", "2020-11-17 17:42:49.638712"], ["created_at", "2020-11-18 13:17:10.824311"], ["updated_at", "2020-11-18 13:17:10.824311"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 4.04265642041054], ["string", "Dolores non vitae qui."], ["date", "2020-05-01"], ["time", "2000-01-01 08:56:52.618677"], ["datetime", "2020-11-18 04:46:55.467983"], ["created_at", "2020-11-18 13:17:10.826776"], ["updated_at", "2020-11-18 13:17:10.826776"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 7.35658217853524], ["string", "Cum eos est."], ["date", "2020-01-26"], ["time", "2000-01-01 17:24:16.399564"], ["datetime", "2020-11-17 23:35:03.476802"], ["created_at", "2020-11-18 13:17:10.829205"], ["updated_at", "2020-11-18 13:17:10.829205"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 1.37366591905549], ["string", "Nihil sit ipsum."], ["created_at", "2020-11-18 13:17:10.831465"], ["updated_at", "2020-11-18 13:17:10.831465"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 8.84264394191668], ["string", "Beatae quis iure voluptates."], ["created_at", "2020-11-18 13:17:10.833410"], ["updated_at", "2020-11-18 13:17:10.833410"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1031], ["decimal", 7.2508976781428], ["string", "Ipsum sit quis."], ["created_at", "2020-11-18 13:17:10.835276"], ["updated_at", "2020-11-18 13:17:10.835276"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 19.7032713077346], ["string", "Ipsum rem ex nihil."], ["created_at", "2020-11-18 13:17:10.837188"], ["updated_at", "2020-11-18 13:17:10.837188"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 6.09769672302301], ["string", "Ut soluta aperiam."], ["created_at", "2020-11-18 13:17:10.839184"], ["updated_at", "2020-11-18 13:17:10.839184"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:17:10.841904"], ["updated_at", "2020-11-18 13:17:10.841904"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:17:10.844332"], ["updated_at", "2020-11-18 13:17:10.844332"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:17:10.846989"], ["updated_at", "2020-11-18 13:17:10.846989"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:17:10.849561"], ["updated_at", "2020-11-18 13:17:10.849561"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:17:10.852213"], ["updated_at", "2020-11-18 13:17:10.852213"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 3], ["created_at", "2020-11-18 13:17:10.856218"], ["updated_at", "2020-11-18 13:17:10.856218"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 13], ["created_at", "2020-11-18 13:17:10.860144"], ["updated_at", "2020-11-18 13:17:10.860144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 2], ["created_at", "2020-11-18 13:17:10.863004"], ["updated_at", "2020-11-18 13:17:10.863004"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-18 13:17:10.866908"], ["updated_at", "2020-11-18 13:17:10.866908"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 2], ["created_at", "2020-11-18 13:17:10.871137"], ["updated_at", "2020-11-18 13:17:10.871137"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:17:10.873799"], ["updated_at", "2020-11-18 13:17:10.873799"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-18 13:17:10.876319"], ["updated_at", "2020-11-18 13:17:10.876319"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 13:17:10.878778"], ["updated_at", "2020-11-18 13:17:10.878778"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:17:10.881582"], ["updated_at", "2020-11-18 13:17:10.881582"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 12], ["created_at", "2020-11-18 13:17:10.884381"], ["updated_at", "2020-11-18 13:17:10.884381"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:10.887111"], ["updated_at", "2020-11-18 13:17:10.887111"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:10.889877"], ["updated_at", "2020-11-18 13:17:10.889877"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:10.892664"], ["updated_at", "2020-11-18 13:17:10.892664"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:10.895394"], ["updated_at", "2020-11-18 13:17:10.895394"], ["india_id", 7]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:10.898111"], ["updated_at", "2020-11-18 13:17:10.898111"], ["india_id", 7]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 13:17:10.912918"], ["updated_at", "2020-11-18 13:17:10.912918"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-18 13:17:10.915933"], ["updated_at", "2020-11-18 13:17:10.915933"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 13:17:10.919380"], ["updated_at", "2020-11-18 13:17:10.919380"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 13:17:10.922175"], ["updated_at", "2020-11-18 13:17:10.922175"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-18 13:17:10.924866"], ["updated_at", "2020-11-18 13:17:10.924866"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:10.926529"], ["updated_at", "2020-11-18 13:17:10.926529"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:10.928038"], ["updated_at", "2020-11-18 13:17:10.928038"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:10.929461"], ["updated_at", "2020-11-18 13:17:10.929461"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:10.931033"], ["updated_at", "2020-11-18 13:17:10.931033"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:10.932632"], ["updated_at", "2020-11-18 13:17:10.932632"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:10.934115"], ["updated_at", "2020-11-18 13:17:10.934115"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:10.935561"], ["updated_at", "2020-11-18 13:17:10.935561"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:10.936913"], ["updated_at", "2020-11-18 13:17:10.936913"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:10.938511"], ["updated_at", "2020-11-18 13:17:10.938511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:10.939653"], ["updated_at", "2020-11-18 13:17:10.939653"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.5ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 2.99264252289674], ["string", "Rerum enim aut."], ["date", "2019-11-06"], ["time", "2000-01-01 07:39:07.102283"], ["datetime", "2020-11-18 08:03:11.574370"], ["created_at", "2020-11-18 13:17:10.994594"], ["updated_at", "2020-11-18 13:17:10.994594"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 3.03107070140267], ["string", "Facere architecto perspiciatis laborum."], ["date", "2019-11-25"], ["time", "2000-01-01 00:39:57.208105"], ["datetime", "2020-11-18 12:34:34.978979"], ["created_at", "2020-11-18 13:17:10.999642"], ["updated_at", "2020-11-18 13:17:10.999642"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 21], ["decimal", 1.86839096087822], ["string", "Delectus debitis vel."], ["date", "2021-01-24"], ["time", "2000-01-01 04:04:54.728608"], ["datetime", "2020-11-18 06:35:49.790246"], ["created_at", "2020-11-18 13:17:11.003978"], ["updated_at", "2020-11-18 13:17:11.003978"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.4ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 7.46434188893377], ["string", "Tempore eum aperiam."], ["date", "2020-07-11"], ["time", "2000-01-01 00:22:52.549727"], ["datetime", "2020-11-18 12:16:11.422359"], ["created_at", "2020-11-18 13:17:11.010591"], ["updated_at", "2020-11-18 13:17:11.010591"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 3.20047505807904], ["string", "Quia dicta error tempora."], ["date", "2022-04-12"], ["time", "2000-01-01 02:32:23.301471"], ["datetime", "2020-11-18 12:49:40.728154"], ["created_at", "2020-11-18 13:17:11.014978"], ["updated_at", "2020-11-18 13:17:11.014978"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 39.8783875038391], ["string", "Occaecati qui quisquam."], ["date", "2022-01-22"], ["time", "2000-01-01 21:23:30.581646"], ["datetime", "2020-11-17 17:09:38.472372"], ["created_at", "2020-11-18 13:17:11.019527"], ["updated_at", "2020-11-18 13:17:11.019527"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:11.025769"], ["updated_at", "2020-11-18 13:17:11.025769"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 24], ["decimal", 1.02382390658059], ["string", "Culpa odio quod."], ["date", "2021-09-03"], ["time", "2000-01-01 18:09:25.753523"], ["datetime", "2020-11-18 08:00:30.214162"], ["created_at", "2020-11-18 13:17:11.069857"], ["updated_at", "2020-11-18 13:17:11.069857"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 10.8021671389837], ["string", "Id labore eius quo."], ["date", "2021-06-05"], ["time", "2000-01-01 02:58:40.293108"], ["datetime", "2020-11-18 03:50:57.673603"], ["created_at", "2020-11-18 13:17:11.073154"], ["updated_at", "2020-11-18 13:17:11.073154"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 26], ["decimal", 13.9166298884909], ["string", "A rerum est."], ["date", "2021-12-31"], ["time", "2000-01-01 05:08:04.263771"], ["datetime", "2020-11-18 10:11:11.700735"], ["created_at", "2020-11-18 13:17:11.076342"], ["updated_at", "2020-11-18 13:17:11.076342"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 23], ["decimal", 18.2913507935096], ["string", "Ratione tenetur id molestiae."], ["date", "2022-10-22"], ["time", "2000-01-01 15:54:18.626445"], ["datetime", "2020-11-18 02:24:37.903110"], ["created_at", "2020-11-18 13:17:11.080397"], ["updated_at", "2020-11-18 13:17:11.080397"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 13.1181457132197], ["string", "Deleniti sit nesciunt."], ["date", "2021-03-10"], ["time", "2000-01-01 16:53:44.927858"], ["datetime", "2020-11-17 14:26:51.911842"], ["created_at", "2020-11-18 13:17:11.084106"], ["updated_at", "2020-11-18 13:17:11.084106"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 9.06458154851804], ["string", "Officia ipsa fugiat."], ["created_at", "2020-11-18 13:17:11.087033"], ["updated_at", "2020-11-18 13:17:11.087033"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1019], ["decimal", 25.6499290414238], ["string", "Nesciunt nobis inventore omnis."], ["created_at", "2020-11-18 13:17:11.089249"], ["updated_at", "2020-11-18 13:17:11.089249"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 2.93190170260438], ["string", "Error in doloremque."], ["created_at", "2020-11-18 13:17:11.091389"], ["updated_at", "2020-11-18 13:17:11.091389"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 2.62313327603504], ["string", "Reiciendis animi sunt eos."], ["created_at", "2020-11-18 13:17:11.094472"], ["updated_at", "2020-11-18 13:17:11.094472"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 2.39851592432285], ["string", "Accusamus a beatae."], ["created_at", "2020-11-18 13:17:11.097538"], ["updated_at", "2020-11-18 13:17:11.097538"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:17:11.100734"], ["updated_at", "2020-11-18 13:17:11.100734"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:17:11.103364"], ["updated_at", "2020-11-18 13:17:11.103364"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:17:11.105834"], ["updated_at", "2020-11-18 13:17:11.105834"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:17:11.108180"], ["updated_at", "2020-11-18 13:17:11.108180"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:17:11.110362"], ["updated_at", "2020-11-18 13:17:11.110362"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-18 13:17:11.113534"], ["updated_at", "2020-11-18 13:17:11.113534"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-18 13:17:11.116693"], ["updated_at", "2020-11-18 13:17:11.116693"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-18 13:17:11.119407"], ["updated_at", "2020-11-18 13:17:11.119407"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-18 13:17:11.122332"], ["updated_at", "2020-11-18 13:17:11.122332"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-18 13:17:11.125154"], ["updated_at", "2020-11-18 13:17:11.125154"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 13:17:11.127327"], ["updated_at", "2020-11-18 13:17:11.127327"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 13:17:11.129678"], ["updated_at", "2020-11-18 13:17:11.129678"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 13:17:11.132181"], ["updated_at", "2020-11-18 13:17:11.132181"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 13:17:11.134789"], ["updated_at", "2020-11-18 13:17:11.134789"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 13:17:11.137258"], ["updated_at", "2020-11-18 13:17:11.137258"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:11.140030"], ["updated_at", "2020-11-18 13:17:11.140030"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:11.142670"], ["updated_at", "2020-11-18 13:17:11.142670"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:11.145019"], ["updated_at", "2020-11-18 13:17:11.145019"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:11.147408"], ["updated_at", "2020-11-18 13:17:11.147408"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:11.149699"], ["updated_at", "2020-11-18 13:17:11.149699"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:17:11.162142"], ["updated_at", "2020-11-18 13:17:11.162142"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:17:11.164525"], ["updated_at", "2020-11-18 13:17:11.164525"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:17:11.166718"], ["updated_at", "2020-11-18 13:17:11.166718"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:17:11.168848"], ["updated_at", "2020-11-18 13:17:11.168848"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:17:11.170815"], ["updated_at", "2020-11-18 13:17:11.170815"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:11.172030"], ["updated_at", "2020-11-18 13:17:11.172030"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:11.173153"], ["updated_at", "2020-11-18 13:17:11.173153"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:11.174329"], ["updated_at", "2020-11-18 13:17:11.174329"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:11.175378"], ["updated_at", "2020-11-18 13:17:11.175378"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:11.176410"], ["updated_at", "2020-11-18 13:17:11.176410"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:11.177483"], ["updated_at", "2020-11-18 13:17:11.177483"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:11.178567"], ["updated_at", "2020-11-18 13:17:11.178567"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:11.179626"], ["updated_at", "2020-11-18 13:17:11.179626"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:11.180689"], ["updated_at", "2020-11-18 13:17:11.180689"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:11.181831"], ["updated_at", "2020-11-18 13:17:11.181831"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 23], ["decimal", 16.3874854358159], ["string", "Minima distinctio odit."], ["date", "2020-10-20"], ["time", "2000-01-01 20:52:37.511726"], ["datetime", "2020-11-18 11:37:34.153561"], ["created_at", "2020-11-18 13:17:11.183870"], ["updated_at", "2020-11-18 13:17:11.183870"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 21], ["decimal", 5.79547290735013], ["string", "Aut molestiae quo ea."], ["date", "2021-01-14"], ["time", "2000-01-01 09:20:03.517438"], ["datetime", "2020-11-18 00:49:02.792263"], ["created_at", "2020-11-18 13:17:11.186159"], ["updated_at", "2020-11-18 13:17:11.186159"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 19.719879421588], ["string", "Quo dolorem fuga."], ["date", "2021-04-02"], ["time", "2000-01-01 22:38:08.198480"], ["datetime", "2020-11-18 03:37:22.258022"], ["created_at", "2020-11-18 13:17:11.187945"], ["updated_at", "2020-11-18 13:17:11.187945"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 15.8430946558344], ["string", "Iste necessitatibus voluptas tempora."], ["date", "2020-01-16"], ["time", "2000-01-01 22:27:32.996702"], ["datetime", "2020-11-17 21:30:04.318799"], ["created_at", "2020-11-18 13:17:11.189595"], ["updated_at", "2020-11-18 13:17:11.189595"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 24], ["decimal", 4.31702354784354], ["string", "Cum debitis laboriosam."], ["date", "2022-06-09"], ["time", "2000-01-01 08:17:25.045001"], ["datetime", "2020-11-18 03:32:59.571577"], ["created_at", "2020-11-18 13:17:11.191166"], ["updated_at", "2020-11-18 13:17:11.191166"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 1.41222396488955], ["string", "Sed autem occaecati."], ["created_at", "2020-11-18 13:17:11.192533"], ["updated_at", "2020-11-18 13:17:11.192533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 5.45658400672939], ["string", "Eveniet molestias suscipit rem."], ["created_at", "2020-11-18 13:17:11.193653"], ["updated_at", "2020-11-18 13:17:11.193653"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 24.6138061988736], ["string", "Sequi sit et."], ["created_at", "2020-11-18 13:17:11.194766"], ["updated_at", "2020-11-18 13:17:11.194766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 6.99138295188347], ["string", "Et veniam est soluta."], ["created_at", "2020-11-18 13:17:11.195827"], ["updated_at", "2020-11-18 13:17:11.195827"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1027], ["decimal", 7.31774935859988], ["string", "Quam provident illum."], ["created_at", "2020-11-18 13:17:11.196919"], ["updated_at", "2020-11-18 13:17:11.196919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 13:17:11.198413"], ["updated_at", "2020-11-18 13:17:11.198413"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 13:17:11.199770"], ["updated_at", "2020-11-18 13:17:11.199770"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 13:17:11.201024"], ["updated_at", "2020-11-18 13:17:11.201024"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:17:11.202250"], ["updated_at", "2020-11-18 13:17:11.202250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:17:11.203969"], ["updated_at", "2020-11-18 13:17:11.203969"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 6], ["created_at", "2020-11-18 13:17:11.206947"], ["updated_at", "2020-11-18 13:17:11.206947"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-18 13:17:11.208946"], ["updated_at", "2020-11-18 13:17:11.208946"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 10], ["created_at", "2020-11-18 13:17:11.210708"], ["updated_at", "2020-11-18 13:17:11.210708"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 9], ["created_at", "2020-11-18 13:17:11.212405"], ["updated_at", "2020-11-18 13:17:11.212405"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-18 13:17:11.214090"], ["updated_at", "2020-11-18 13:17:11.214090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 13:17:11.215446"], ["updated_at", "2020-11-18 13:17:11.215446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 13:17:11.216752"], ["updated_at", "2020-11-18 13:17:11.216752"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 13:17:11.218064"], ["updated_at", "2020-11-18 13:17:11.218064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 13:17:11.219394"], ["updated_at", "2020-11-18 13:17:11.219394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-18 13:17:11.220620"], ["updated_at", "2020-11-18 13:17:11.220620"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:11.222159"], ["updated_at", "2020-11-18 13:17:11.222159"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:11.223534"], ["updated_at", "2020-11-18 13:17:11.223534"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:11.225082"], ["updated_at", "2020-11-18 13:17:11.225082"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:11.226877"], ["updated_at", "2020-11-18 13:17:11.226877"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:11.245626"], ["updated_at", "2020-11-18 13:17:11.245626"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 13:17:11.255287"], ["updated_at", "2020-11-18 13:17:11.255287"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:17:11.256817"], ["updated_at", "2020-11-18 13:17:11.256817"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 13:17:11.258188"], ["updated_at", "2020-11-18 13:17:11.258188"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 13:17:11.259513"], ["updated_at", "2020-11-18 13:17:11.259513"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:17:11.260829"], ["updated_at", "2020-11-18 13:17:11.260829"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:11.261721"], ["updated_at", "2020-11-18 13:17:11.261721"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:11.262521"], ["updated_at", "2020-11-18 13:17:11.262521"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:11.263281"], ["updated_at", "2020-11-18 13:17:11.263281"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:11.264030"], ["updated_at", "2020-11-18 13:17:11.264030"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:11.264819"], ["updated_at", "2020-11-18 13:17:11.264819"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:11.265617"], ["updated_at", "2020-11-18 13:17:11.265617"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:11.266433"], ["updated_at", "2020-11-18 13:17:11.266433"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:11.267197"], ["updated_at", "2020-11-18 13:17:11.267197"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:11.267946"], ["updated_at", "2020-11-18 13:17:11.267946"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:11.268683"], ["updated_at", "2020-11-18 13:17:11.268683"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 25], ["decimal", 9.679924227308], ["string", "Ipsa ut optio."], ["date", "2020-02-28"], ["time", "2000-01-01 18:02:37.358159"], ["datetime", "2020-11-18 03:35:34.096615"], ["created_at", "2020-11-18 13:17:11.270073"], ["updated_at", "2020-11-18 13:17:11.270073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 2.07531606785471], ["string", "Ut aspernatur consequatur voluptatem."], ["date", "2020-08-27"], ["time", "2000-01-01 18:33:13.442976"], ["datetime", "2020-11-18 09:57:48.958732"], ["created_at", "2020-11-18 13:17:11.271858"], ["updated_at", "2020-11-18 13:17:11.271858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 11.7699778301128], ["string", "Neque tempora architecto."], ["date", "2022-09-25"], ["time", "2000-01-01 21:26:13.610881"], ["datetime", "2020-11-17 18:08:16.986312"], ["created_at", "2020-11-18 13:17:11.273428"], ["updated_at", "2020-11-18 13:17:11.273428"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 0.433385738104316], ["string", "Earum enim veniam necessitatibus."], ["date", "2019-08-03"], ["time", "2000-01-01 08:40:47.568308"], ["datetime", "2020-11-18 07:16:56.778627"], ["created_at", "2020-11-18 13:17:11.274978"], ["updated_at", "2020-11-18 13:17:11.274978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 1.0772048299766], ["string", "Et beatae qui."], ["date", "2020-12-19"], ["time", "2000-01-01 04:04:29.556282"], ["datetime", "2020-11-18 06:47:24.189390"], ["created_at", "2020-11-18 13:17:11.276600"], ["updated_at", "2020-11-18 13:17:11.276600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 4.45796056121132], ["string", "Aperiam harum neque."], ["created_at", "2020-11-18 13:17:11.278011"], ["updated_at", "2020-11-18 13:17:11.278011"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 8.84850232007277], ["string", "Dicta officia minima quod."], ["created_at", "2020-11-18 13:17:11.279111"], ["updated_at", "2020-11-18 13:17:11.279111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 21.9115497084166], ["string", "Dolor enim praesentium."], ["created_at", "2020-11-18 13:17:11.280150"], ["updated_at", "2020-11-18 13:17:11.280150"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 13.6417366158739], ["string", "Et qui quo nam."], ["created_at", "2020-11-18 13:17:11.281226"], ["updated_at", "2020-11-18 13:17:11.281226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 29.4894872294403], ["string", "Autem fugit non."], ["created_at", "2020-11-18 13:17:11.282279"], ["updated_at", "2020-11-18 13:17:11.282279"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-18 13:17:11.283803"], ["updated_at", "2020-11-18 13:17:11.283803"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:17:11.285106"], ["updated_at", "2020-11-18 13:17:11.285106"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-18 13:17:11.286385"], ["updated_at", "2020-11-18 13:17:11.286385"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:17:11.287649"], ["updated_at", "2020-11-18 13:17:11.287649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-18 13:17:11.289190"], ["updated_at", "2020-11-18 13:17:11.289190"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 3], ["created_at", "2020-11-18 13:17:11.291323"], ["updated_at", "2020-11-18 13:17:11.291323"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 14], ["created_at", "2020-11-18 13:17:11.293127"], ["updated_at", "2020-11-18 13:17:11.293127"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 14], ["created_at", "2020-11-18 13:17:11.294889"], ["updated_at", "2020-11-18 13:17:11.294889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 14], ["created_at", "2020-11-18 13:17:11.296679"], ["updated_at", "2020-11-18 13:17:11.296679"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 10], ["created_at", "2020-11-18 13:17:11.298796"], ["updated_at", "2020-11-18 13:17:11.298796"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 15], ["created_at", "2020-11-18 13:17:11.300169"], ["updated_at", "2020-11-18 13:17:11.300169"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 13:17:11.301460"], ["updated_at", "2020-11-18 13:17:11.301460"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:17:11.302712"], ["updated_at", "2020-11-18 13:17:11.302712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 11], ["created_at", "2020-11-18 13:17:11.304136"], ["updated_at", "2020-11-18 13:17:11.304136"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:17:11.305679"], ["updated_at", "2020-11-18 13:17:11.305679"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:11.307221"], ["updated_at", "2020-11-18 13:17:11.307221"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:11.308662"], ["updated_at", "2020-11-18 13:17:11.308662"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:11.310062"], ["updated_at", "2020-11-18 13:17:11.310062"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:11.311526"], ["updated_at", "2020-11-18 13:17:11.311526"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:11.312991"], ["updated_at", "2020-11-18 13:17:11.312991"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 13:17:11.321788"], ["updated_at", "2020-11-18 13:17:11.321788"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-18 13:17:11.323304"], ["updated_at", "2020-11-18 13:17:11.323304"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:17:11.324662"], ["updated_at", "2020-11-18 13:17:11.324662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 13:17:11.326125"], ["updated_at", "2020-11-18 13:17:11.326125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-18 13:17:11.327825"], ["updated_at", "2020-11-18 13:17:11.327825"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:11.328853"], ["updated_at", "2020-11-18 13:17:11.328853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:11.329726"], ["updated_at", "2020-11-18 13:17:11.329726"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:11.330568"], ["updated_at", "2020-11-18 13:17:11.330568"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:11.331572"], ["updated_at", "2020-11-18 13:17:11.331572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:11.332455"], ["updated_at", "2020-11-18 13:17:11.332455"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:11.333455"], ["updated_at", "2020-11-18 13:17:11.333455"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:11.334662"], ["updated_at", "2020-11-18 13:17:11.334662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:11.335667"], ["updated_at", "2020-11-18 13:17:11.335667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:11.336492"], ["updated_at", "2020-11-18 13:17:11.336492"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:11.337263"], ["updated_at", "2020-11-18 13:17:11.337263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.9ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.8ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (2.0ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 39], ["decimal", 25.4631161374968], ["string", "Similique quis vitae."], ["date", "2021-12-30"], ["time", "2000-01-01 23:34:09.454170"], ["datetime", "2020-11-17 18:21:00.427621"], ["created_at", "2020-11-18 13:17:41.783411"], ["updated_at", "2020-11-18 13:17:41.783411"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 8.72578283755009], ["string", "Et nam rerum assumenda."], ["date", "2020-04-06"], ["time", "2000-01-01 22:59:53.269775"], ["datetime", "2020-11-18 07:48:34.839968"], ["created_at", "2020-11-18 13:17:41.785812"], ["updated_at", "2020-11-18 13:17:41.785812"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 9.18373076551419], ["string", "Quia dolorem ratione."], ["date", "2021-05-13"], ["time", "2000-01-01 07:10:32.274324"], ["datetime", "2020-11-17 18:11:21.153486"], ["created_at", "2020-11-18 13:17:41.788170"], ["updated_at", "2020-11-18 13:17:41.788170"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 9.6459724218702], ["string", "Accusantium consequuntur maiores quod."], ["date", "2020-01-16"], ["time", "2000-01-01 13:45:45.269545"], ["datetime", "2020-11-17 19:27:12.744987"], ["created_at", "2020-11-18 13:17:41.791042"], ["updated_at", "2020-11-18 13:17:41.791042"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 13.1419811758299], ["string", "Dolor et consequatur."], ["date", "2021-10-01"], ["time", "2000-01-01 04:03:02.065111"], ["datetime", "2020-11-17 13:55:16.990279"], ["created_at", "2020-11-18 13:17:41.793346"], ["updated_at", "2020-11-18 13:17:41.793346"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 14.4851241182123], ["string", "At laboriosam occaecati."], ["created_at", "2020-11-18 13:17:41.802149"], ["updated_at", "2020-11-18 13:17:41.802149"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 0.325519416529323], ["string", "Ducimus maiores accusamus unde."], ["created_at", "2020-11-18 13:17:41.804008"], ["updated_at", "2020-11-18 13:17:41.804008"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 0.158653415115849], ["string", "Maxime voluptas blanditiis."], ["created_at", "2020-11-18 13:17:41.805484"], ["updated_at", "2020-11-18 13:17:41.805484"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 13.7609385800121], ["string", "Nobis ducimus dolore iusto."], ["created_at", "2020-11-18 13:17:41.806863"], ["updated_at", "2020-11-18 13:17:41.806863"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 1.92002845509519], ["string", "Cumque quo illo."], ["created_at", "2020-11-18 13:17:41.808172"], ["updated_at", "2020-11-18 13:17:41.808172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:17:41.816931"], ["updated_at", "2020-11-18 13:17:41.816931"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:17:41.819053"], ["updated_at", "2020-11-18 13:17:41.819053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:17:41.820900"], ["updated_at", "2020-11-18 13:17:41.820900"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:17:41.822656"], ["updated_at", "2020-11-18 13:17:41.822656"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:17:41.824366"], ["updated_at", "2020-11-18 13:17:41.824366"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-18 13:17:41.832385"], ["updated_at", "2020-11-18 13:17:41.832385"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-18 13:17:41.834932"], ["updated_at", "2020-11-18 13:17:41.834932"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-18 13:17:41.837585"], ["updated_at", "2020-11-18 13:17:41.837585"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 3], ["created_at", "2020-11-18 13:17:41.840103"], ["updated_at", "2020-11-18 13:17:41.840103"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-18 13:17:41.842490"], ["updated_at", "2020-11-18 13:17:41.842490"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:17:41.849538"], ["updated_at", "2020-11-18 13:17:41.849538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:17:41.851676"], ["updated_at", "2020-11-18 13:17:41.851676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 13:17:41.853470"], ["updated_at", "2020-11-18 13:17:41.853470"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 13:17:41.855433"], ["updated_at", "2020-11-18 13:17:41.855433"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 13:17:41.882956"], ["updated_at", "2020-11-18 13:17:41.882956"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:41.891479"], ["updated_at", "2020-11-18 13:17:41.891479"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:41.893723"], ["updated_at", "2020-11-18 13:17:41.893723"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:41.895837"], ["updated_at", "2020-11-18 13:17:41.895837"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:41.897901"], ["updated_at", "2020-11-18 13:17:41.897901"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:41.900022"], ["updated_at", "2020-11-18 13:17:41.900022"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:17:41.924363"], ["updated_at", "2020-11-18 13:17:41.924363"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:17:41.926432"], ["updated_at", "2020-11-18 13:17:41.926432"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:17:41.928273"], ["updated_at", "2020-11-18 13:17:41.928273"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:17:41.930052"], ["updated_at", "2020-11-18 13:17:41.930052"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:17:41.931850"], ["updated_at", "2020-11-18 13:17:41.931850"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:41.937507"], ["updated_at", "2020-11-18 13:17:41.937507"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:41.938894"], ["updated_at", "2020-11-18 13:17:41.938894"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:41.940023"], ["updated_at", "2020-11-18 13:17:41.940023"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:41.941091"], ["updated_at", "2020-11-18 13:17:41.941091"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:41.942117"], ["updated_at", "2020-11-18 13:17:41.942117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:41.946770"], ["updated_at", "2020-11-18 13:17:41.946770"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:41.948035"], ["updated_at", "2020-11-18 13:17:41.948035"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:41.949068"], ["updated_at", "2020-11-18 13:17:41.949068"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:41.950074"], ["updated_at", "2020-11-18 13:17:41.950074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:41.951113"], ["updated_at", "2020-11-18 13:17:41.951113"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 25], ["decimal", 0.860633452878948], ["string", "Facere enim qui."], ["date", "2021-04-09"], ["time", "2000-01-01 05:44:39.061529"], ["datetime", "2020-11-17 21:30:03.216818"], ["created_at", "2020-11-18 13:17:41.952974"], ["updated_at", "2020-11-18 13:17:41.952974"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 15.6684064679562], ["string", "Assumenda enim maxime minima."], ["date", "2020-09-25"], ["time", "2000-01-01 07:19:34.541571"], ["datetime", "2020-11-18 10:13:15.995776"], ["created_at", "2020-11-18 13:17:41.955246"], ["updated_at", "2020-11-18 13:17:41.955246"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 32.889184080696], ["string", "Qui id sit."], ["date", "2022-11-04"], ["time", "2000-01-01 21:48:29.705416"], ["datetime", "2020-11-18 09:15:37.642490"], ["created_at", "2020-11-18 13:17:41.957347"], ["updated_at", "2020-11-18 13:17:41.957347"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 24], ["decimal", 1.99492944193728], ["string", "Rerum facilis cupiditate est."], ["date", "2020-07-19"], ["time", "2000-01-01 03:31:42.801859"], ["datetime", "2020-11-17 18:09:06.623181"], ["created_at", "2020-11-18 13:17:41.959476"], ["updated_at", "2020-11-18 13:17:41.959476"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 22], ["decimal", 1.81750408324779], ["string", "Aliquam corporis molestiae."], ["date", "2021-01-09"], ["time", "2000-01-01 08:15:53.885768"], ["datetime", "2020-11-18 05:57:32.457722"], ["created_at", "2020-11-18 13:17:41.961798"], ["updated_at", "2020-11-18 13:17:41.961798"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1027], ["decimal", 18.3155063644442], ["string", "Accusamus repellat vitae."], ["created_at", "2020-11-18 13:17:41.963785"], ["updated_at", "2020-11-18 13:17:41.963785"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 19.0456161940069], ["string", "Ab dignissimos modi impedit."], ["created_at", "2020-11-18 13:17:41.965258"], ["updated_at", "2020-11-18 13:17:41.965258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", 4.41525146359609], ["string", "Magnam ratione quia."], ["created_at", "2020-11-18 13:17:41.966684"], ["updated_at", "2020-11-18 13:17:41.966684"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 4.67477595562894], ["string", "Explicabo quaerat ut necessitatibus."], ["created_at", "2020-11-18 13:17:41.968104"], ["updated_at", "2020-11-18 13:17:41.968104"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1025], ["decimal", 7.56311560667239], ["string", "Eius totam voluptatum."], ["created_at", "2020-11-18 13:17:41.969529"], ["updated_at", "2020-11-18 13:17:41.969529"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:17:41.971910"], ["updated_at", "2020-11-18 13:17:41.971910"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 13:17:41.973803"], ["updated_at", "2020-11-18 13:17:41.973803"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:17:41.976154"], ["updated_at", "2020-11-18 13:17:41.976154"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:17:41.979093"], ["updated_at", "2020-11-18 13:17:41.979093"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 13:17:41.982100"], ["updated_at", "2020-11-18 13:17:41.982100"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 2], ["created_at", "2020-11-18 13:17:41.986249"], ["updated_at", "2020-11-18 13:17:41.986249"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 6], ["created_at", "2020-11-18 13:17:41.990341"], ["updated_at", "2020-11-18 13:17:41.990341"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 10], ["created_at", "2020-11-18 13:17:41.994291"], ["updated_at", "2020-11-18 13:17:41.994291"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-18 13:17:41.998275"], ["updated_at", "2020-11-18 13:17:41.998275"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 7], ["created_at", "2020-11-18 13:17:42.001658"], ["updated_at", "2020-11-18 13:17:42.001658"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-18 13:17:42.003530"], ["updated_at", "2020-11-18 13:17:42.003530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 13:17:42.005391"], ["updated_at", "2020-11-18 13:17:42.005391"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-18 13:17:42.007121"], ["updated_at", "2020-11-18 13:17:42.007121"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:17:42.008842"], ["updated_at", "2020-11-18 13:17:42.008842"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-18 13:17:42.010565"], ["updated_at", "2020-11-18 13:17:42.010565"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:42.012727"], ["updated_at", "2020-11-18 13:17:42.012727"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:42.014466"], ["updated_at", "2020-11-18 13:17:42.014466"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:42.016217"], ["updated_at", "2020-11-18 13:17:42.016217"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:42.017933"], ["updated_at", "2020-11-18 13:17:42.017933"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:42.019797"], ["updated_at", "2020-11-18 13:17:42.019797"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:17:42.030553"], ["updated_at", "2020-11-18 13:17:42.030553"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 13:17:42.032508"], ["updated_at", "2020-11-18 13:17:42.032508"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 13:17:42.034292"], ["updated_at", "2020-11-18 13:17:42.034292"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:17:42.036096"], ["updated_at", "2020-11-18 13:17:42.036096"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:17:42.037946"], ["updated_at", "2020-11-18 13:17:42.037946"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:42.039134"], ["updated_at", "2020-11-18 13:17:42.039134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:42.040157"], ["updated_at", "2020-11-18 13:17:42.040157"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:42.041101"], ["updated_at", "2020-11-18 13:17:42.041101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:42.042040"], ["updated_at", "2020-11-18 13:17:42.042040"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:42.043024"], ["updated_at", "2020-11-18 13:17:42.043024"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:42.044040"], ["updated_at", "2020-11-18 13:17:42.044040"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:42.045039"], ["updated_at", "2020-11-18 13:17:42.045039"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:42.046119"], ["updated_at", "2020-11-18 13:17:42.046119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:42.047101"], ["updated_at", "2020-11-18 13:17:42.047101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:42.048040"], ["updated_at", "2020-11-18 13:17:42.048040"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 30.8351956104229], ["string", "Sequi sapiente ea."], ["date", "2019-01-03"], ["time", "2000-01-01 06:24:11.704410"], ["datetime", "2020-11-18 03:16:17.164768"], ["created_at", "2020-11-18 13:17:42.049668"], ["updated_at", "2020-11-18 13:17:42.049668"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 1.1658466180443], ["string", "Fugit sed qui qui."], ["date", "2022-01-24"], ["time", "2000-01-01 05:27:56.477786"], ["datetime", "2020-11-18 02:07:32.277550"], ["created_at", "2020-11-18 13:17:42.051686"], ["updated_at", "2020-11-18 13:17:42.051686"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 16.8620489706546], ["string", "Vel in blanditiis."], ["date", "2021-12-22"], ["time", "2000-01-01 18:05:38.118514"], ["datetime", "2020-11-18 00:17:26.724583"], ["created_at", "2020-11-18 13:17:42.053730"], ["updated_at", "2020-11-18 13:17:42.053730"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 23.490572844813], ["string", "Ad ratione ab repudiandae."], ["date", "2018-11-20"], ["time", "2000-01-01 04:47:44.758375"], ["datetime", "2020-11-17 15:08:02.667014"], ["created_at", "2020-11-18 13:17:42.055881"], ["updated_at", "2020-11-18 13:17:42.055881"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 28.7344734973237], ["string", "Aperiam ducimus unde."], ["date", "2021-03-11"], ["time", "2000-01-01 14:48:12.925991"], ["datetime", "2020-11-17 15:26:13.362439"], ["created_at", "2020-11-18 13:17:42.057799"], ["updated_at", "2020-11-18 13:17:42.057799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1027], ["decimal", 34.0242381864146], ["string", "Eius optio quidem."], ["created_at", "2020-11-18 13:17:42.059502"], ["updated_at", "2020-11-18 13:17:42.059502"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 1.27053642047906], ["string", "Quisquam molestiae voluptatum et."], ["created_at", "2020-11-18 13:17:42.060860"], ["updated_at", "2020-11-18 13:17:42.060860"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 18.3935141806631], ["string", "Omnis voluptatem qui."], ["created_at", "2020-11-18 13:17:42.062201"], ["updated_at", "2020-11-18 13:17:42.062201"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 5.5418232683962], ["string", "Sit unde dolore eum."], ["created_at", "2020-11-18 13:17:42.063561"], ["updated_at", "2020-11-18 13:17:42.063561"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 18.3579546419647], ["string", "Tempore quae rem."], ["created_at", "2020-11-18 13:17:42.064906"], ["updated_at", "2020-11-18 13:17:42.064906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 13:17:42.066768"], ["updated_at", "2020-11-18 13:17:42.066768"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-18 13:17:42.068456"], ["updated_at", "2020-11-18 13:17:42.068456"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 13:17:42.070117"], ["updated_at", "2020-11-18 13:17:42.070117"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:17:42.071978"], ["updated_at", "2020-11-18 13:17:42.071978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:17:42.073716"], ["updated_at", "2020-11-18 13:17:42.073716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 15], ["created_at", "2020-11-18 13:17:42.076164"], ["updated_at", "2020-11-18 13:17:42.076164"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 15], ["created_at", "2020-11-18 13:17:42.078546"], ["updated_at", "2020-11-18 13:17:42.078546"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 15], ["created_at", "2020-11-18 13:17:42.080746"], ["updated_at", "2020-11-18 13:17:42.080746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 10], ["created_at", "2020-11-18 13:17:42.082825"], ["updated_at", "2020-11-18 13:17:42.082825"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 9], ["created_at", "2020-11-18 13:17:42.084888"], ["updated_at", "2020-11-18 13:17:42.084888"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-18 13:17:42.086486"], ["updated_at", "2020-11-18 13:17:42.086486"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 13:17:42.088145"], ["updated_at", "2020-11-18 13:17:42.088145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 13:17:42.089848"], ["updated_at", "2020-11-18 13:17:42.089848"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:17:42.091950"], ["updated_at", "2020-11-18 13:17:42.091950"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 13:17:42.094667"], ["updated_at", "2020-11-18 13:17:42.094667"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:42.097276"], ["updated_at", "2020-11-18 13:17:42.097276"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:42.099249"], ["updated_at", "2020-11-18 13:17:42.099249"], ["india_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:42.101100"], ["updated_at", "2020-11-18 13:17:42.101100"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:42.102827"], ["updated_at", "2020-11-18 13:17:42.102827"], ["india_id", 7]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:42.105020"], ["updated_at", "2020-11-18 13:17:42.105020"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 13:17:42.114841"], ["updated_at", "2020-11-18 13:17:42.114841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-18 13:17:42.116255"], ["updated_at", "2020-11-18 13:17:42.116255"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-18 13:17:42.117697"], ["updated_at", "2020-11-18 13:17:42.117697"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-18 13:17:42.119408"], ["updated_at", "2020-11-18 13:17:42.119408"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 13:17:42.121124"], ["updated_at", "2020-11-18 13:17:42.121124"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:42.122101"], ["updated_at", "2020-11-18 13:17:42.122101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:42.123009"], ["updated_at", "2020-11-18 13:17:42.123009"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:42.123854"], ["updated_at", "2020-11-18 13:17:42.123854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:42.124672"], ["updated_at", "2020-11-18 13:17:42.124672"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:42.125483"], ["updated_at", "2020-11-18 13:17:42.125483"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:42.126342"], ["updated_at", "2020-11-18 13:17:42.126342"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:42.127215"], ["updated_at", "2020-11-18 13:17:42.127215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:42.128058"], ["updated_at", "2020-11-18 13:17:42.128058"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:42.128891"], ["updated_at", "2020-11-18 13:17:42.128891"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:42.129709"], ["updated_at", "2020-11-18 13:17:42.129709"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 25], ["decimal", 3.33508851550967], ["string", "Quia eos et."], ["date", "2022-04-15"], ["time", "2000-01-01 18:56:01.397084"], ["datetime", "2020-11-18 03:08:43.786138"], ["created_at", "2020-11-18 13:17:42.174459"], ["updated_at", "2020-11-18 13:17:42.174459"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 7.42655344429592], ["string", "Labore non est error."], ["date", "2019-06-04"], ["time", "2000-01-01 21:23:14.684630"], ["datetime", "2020-11-18 08:43:43.909638"], ["created_at", "2020-11-18 13:17:42.177629"], ["updated_at", "2020-11-18 13:17:42.177629"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 22], ["decimal", 5.29774532726911], ["string", "Dolore explicabo commodi."], ["date", "2021-06-25"], ["time", "2000-01-01 04:46:44.324331"], ["datetime", "2020-11-17 21:18:24.269891"], ["created_at", "2020-11-18 13:17:42.180380"], ["updated_at", "2020-11-18 13:17:42.180380"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 7.70635892059086], ["string", "Repellat a est."], ["date", "2021-06-09"], ["time", "2000-01-01 20:59:18.929344"], ["datetime", "2020-11-18 11:31:37.144553"], ["created_at", "2020-11-18 13:17:42.184366"], ["updated_at", "2020-11-18 13:17:42.184366"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 6.08035959720631], ["string", "Vel et non rerum."], ["date", "2019-07-27"], ["time", "2000-01-01 09:39:38.092931"], ["datetime", "2020-11-18 08:57:46.476112"], ["created_at", "2020-11-18 13:17:42.187045"], ["updated_at", "2020-11-18 13:17:42.187045"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 1.02187407976566], ["string", "Iste non ipsam."], ["date", "2020-06-22"], ["time", "2000-01-01 05:25:04.892091"], ["datetime", "2020-11-18 08:05:53.779828"], ["created_at", "2020-11-18 13:17:42.189519"], ["updated_at", "2020-11-18 13:17:42.189519"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:42.194901"], ["updated_at", "2020-11-18 13:17:42.194901"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 22], ["decimal", 26.9317991821335], ["string", "Alias excepturi amet."], ["date", "2020-04-26"], ["time", "2000-01-01 03:29:37.420810"], ["datetime", "2020-11-17 23:46:17.633081"], ["created_at", "2020-11-18 13:17:42.221992"], ["updated_at", "2020-11-18 13:17:42.221992"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 14.5219129799993], ["string", "Sed necessitatibus consectetur tenetur."], ["date", "2022-10-12"], ["time", "2000-01-01 12:33:24.952433"], ["datetime", "2020-11-17 19:31:04.759272"], ["created_at", "2020-11-18 13:17:42.225354"], ["updated_at", "2020-11-18 13:17:42.225354"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 25.4814221160111], ["string", "Vero quia qui."], ["date", "2022-01-16"], ["time", "2000-01-01 05:09:37.956837"], ["datetime", "2020-11-18 09:27:19.105303"], ["created_at", "2020-11-18 13:17:42.228106"], ["updated_at", "2020-11-18 13:17:42.228106"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 9.12691322756926], ["string", "Possimus aspernatur numquam rerum."], ["date", "2022-05-05"], ["time", "2000-01-01 17:41:57.776920"], ["datetime", "2020-11-18 08:37:21.255295"], ["created_at", "2020-11-18 13:17:42.230803"], ["updated_at", "2020-11-18 13:17:42.230803"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 23], ["decimal", 14.3355696436137], ["string", "Mollitia aperiam provident."], ["date", "2020-05-22"], ["time", "2000-01-01 12:16:03.958986"], ["datetime", "2020-11-17 14:02:49.788890"], ["created_at", "2020-11-18 13:17:42.233173"], ["updated_at", "2020-11-18 13:17:42.233173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 23.5546249907378], ["string", "Perspiciatis quos repellendus."], ["created_at", "2020-11-18 13:17:42.235393"], ["updated_at", "2020-11-18 13:17:42.235393"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1026], ["decimal", 15.2252144044127], ["string", "Enim voluptatibus iure ipsa."], ["created_at", "2020-11-18 13:17:42.237229"], ["updated_at", "2020-11-18 13:17:42.237229"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1021], ["decimal", 6.345651007372], ["string", "Eveniet rerum adipisci."], ["created_at", "2020-11-18 13:17:42.238927"], ["updated_at", "2020-11-18 13:17:42.238927"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 6.18033599674295], ["string", "Provident dolores consectetur laudantium."], ["created_at", "2020-11-18 13:17:42.240903"], ["updated_at", "2020-11-18 13:17:42.240903"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 0.21683729655842], ["string", "Animi ex et."], ["created_at", "2020-11-18 13:17:42.242847"], ["updated_at", "2020-11-18 13:17:42.242847"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:17:42.245527"], ["updated_at", "2020-11-18 13:17:42.245527"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:17:42.247819"], ["updated_at", "2020-11-18 13:17:42.247819"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:17:42.249667"], ["updated_at", "2020-11-18 13:17:42.249667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:17:42.251485"], ["updated_at", "2020-11-18 13:17:42.251485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:17:42.253392"], ["updated_at", "2020-11-18 13:17:42.253392"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-18 13:17:42.256162"], ["updated_at", "2020-11-18 13:17:42.256162"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-18 13:17:42.258990"], ["updated_at", "2020-11-18 13:17:42.258990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-18 13:17:42.261261"], ["updated_at", "2020-11-18 13:17:42.261261"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-18 13:17:42.263996"], ["updated_at", "2020-11-18 13:17:42.263996"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 3], ["created_at", "2020-11-18 13:17:42.267062"], ["updated_at", "2020-11-18 13:17:42.267062"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 13:17:42.269518"], ["updated_at", "2020-11-18 13:17:42.269518"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:17:42.272043"], ["updated_at", "2020-11-18 13:17:42.272043"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 13:17:42.274263"], ["updated_at", "2020-11-18 13:17:42.274263"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 13:17:42.276511"], ["updated_at", "2020-11-18 13:17:42.276511"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 13:17:42.278665"], ["updated_at", "2020-11-18 13:17:42.278665"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:42.280982"], ["updated_at", "2020-11-18 13:17:42.280982"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:42.283490"], ["updated_at", "2020-11-18 13:17:42.283490"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:42.285787"], ["updated_at", "2020-11-18 13:17:42.285787"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:42.287974"], ["updated_at", "2020-11-18 13:17:42.287974"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:42.289928"], ["updated_at", "2020-11-18 13:17:42.289928"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:17:42.302225"], ["updated_at", "2020-11-18 13:17:42.302225"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:17:42.304947"], ["updated_at", "2020-11-18 13:17:42.304947"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:17:42.307535"], ["updated_at", "2020-11-18 13:17:42.307535"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:17:42.310175"], ["updated_at", "2020-11-18 13:17:42.310175"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:17:42.312116"], ["updated_at", "2020-11-18 13:17:42.312116"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:42.313289"], ["updated_at", "2020-11-18 13:17:42.313289"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:42.314427"], ["updated_at", "2020-11-18 13:17:42.314427"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:42.315535"], ["updated_at", "2020-11-18 13:17:42.315535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:42.316614"], ["updated_at", "2020-11-18 13:17:42.316614"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:42.317707"], ["updated_at", "2020-11-18 13:17:42.317707"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:42.318835"], ["updated_at", "2020-11-18 13:17:42.318835"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:42.320109"], ["updated_at", "2020-11-18 13:17:42.320109"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:42.321277"], ["updated_at", "2020-11-18 13:17:42.321277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:42.322416"], ["updated_at", "2020-11-18 13:17:42.322416"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:42.323581"], ["updated_at", "2020-11-18 13:17:42.323581"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 5.0678929451086], ["string", "Voluptatem voluptas totam."], ["date", "2019-04-30"], ["time", "2000-01-01 15:57:30.581296"], ["datetime", "2020-11-17 14:49:21.172589"], ["created_at", "2020-11-18 13:17:42.326210"], ["updated_at", "2020-11-18 13:17:42.326210"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 19.7418415148832], ["string", "Quisquam dolores quis molestiae."], ["date", "2020-03-17"], ["time", "2000-01-01 17:50:46.058752"], ["datetime", "2020-11-17 19:56:03.214326"], ["created_at", "2020-11-18 13:17:42.328528"], ["updated_at", "2020-11-18 13:17:42.328528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 26], ["decimal", 4.73067881859473], ["string", "Et et nihil."], ["date", "2021-05-05"], ["time", "2000-01-01 13:49:31.829295"], ["datetime", "2020-11-18 08:32:41.934866"], ["created_at", "2020-11-18 13:17:42.330646"], ["updated_at", "2020-11-18 13:17:42.330646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 0.0467800535458148], ["string", "Voluptate eligendi dolores ut."], ["date", "2019-05-22"], ["time", "2000-01-01 19:02:59.094498"], ["datetime", "2020-11-18 05:46:48.505216"], ["created_at", "2020-11-18 13:17:42.332779"], ["updated_at", "2020-11-18 13:17:42.332779"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 6.30545546208161], ["string", "Et consequatur qui."], ["date", "2019-12-02"], ["time", "2000-01-01 03:12:28.899606"], ["datetime", "2020-11-17 16:47:24.714838"], ["created_at", "2020-11-18 13:17:42.334853"], ["updated_at", "2020-11-18 13:17:42.334853"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 3.22351728812664], ["string", "Eligendi sed et."], ["created_at", "2020-11-18 13:17:42.337551"], ["updated_at", "2020-11-18 13:17:42.337551"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 3.56064990940494], ["string", "Molestiae non in voluptatem."], ["created_at", "2020-11-18 13:17:42.339233"], ["updated_at", "2020-11-18 13:17:42.339233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 3.84487109364263], ["string", "Necessitatibus qui voluptas."], ["created_at", "2020-11-18 13:17:42.340727"], ["updated_at", "2020-11-18 13:17:42.340727"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 13.2936554142364], ["string", "Non sint ad consequatur."], ["created_at", "2020-11-18 13:17:42.342223"], ["updated_at", "2020-11-18 13:17:42.342223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 2.4669939412964], ["string", "Ab maxime accusamus."], ["created_at", "2020-11-18 13:17:42.343602"], ["updated_at", "2020-11-18 13:17:42.343602"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:17:42.345412"], ["updated_at", "2020-11-18 13:17:42.345412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:17:42.347138"], ["updated_at", "2020-11-18 13:17:42.347138"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 13:17:42.348801"], ["updated_at", "2020-11-18 13:17:42.348801"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 13:17:42.350552"], ["updated_at", "2020-11-18 13:17:42.350552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 13:17:42.352515"], ["updated_at", "2020-11-18 13:17:42.352515"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 10], ["created_at", "2020-11-18 13:17:42.355880"], ["updated_at", "2020-11-18 13:17:42.355880"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 9], ["created_at", "2020-11-18 13:17:42.359177"], ["updated_at", "2020-11-18 13:17:42.359177"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-18 13:17:42.361901"], ["updated_at", "2020-11-18 13:17:42.361901"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 7], ["created_at", "2020-11-18 13:17:42.364525"], ["updated_at", "2020-11-18 13:17:42.364525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-18 13:17:42.367029"], ["updated_at", "2020-11-18 13:17:42.367029"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 13:17:42.368964"], ["updated_at", "2020-11-18 13:17:42.368964"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:17:42.371136"], ["updated_at", "2020-11-18 13:17:42.371136"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:17:42.373113"], ["updated_at", "2020-11-18 13:17:42.373113"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:17:42.374988"], ["updated_at", "2020-11-18 13:17:42.374988"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-18 13:17:42.376818"], ["updated_at", "2020-11-18 13:17:42.376818"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:42.378628"], ["updated_at", "2020-11-18 13:17:42.378628"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:42.380306"], ["updated_at", "2020-11-18 13:17:42.380306"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:42.381930"], ["updated_at", "2020-11-18 13:17:42.381930"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:42.383545"], ["updated_at", "2020-11-18 13:17:42.383545"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:42.385150"], ["updated_at", "2020-11-18 13:17:42.385150"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 13:17:42.417912"], ["updated_at", "2020-11-18 13:17:42.417912"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:17:42.420181"], ["updated_at", "2020-11-18 13:17:42.420181"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 13:17:42.422139"], ["updated_at", "2020-11-18 13:17:42.422139"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:17:42.424133"], ["updated_at", "2020-11-18 13:17:42.424133"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:17:42.426081"], ["updated_at", "2020-11-18 13:17:42.426081"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:42.427352"], ["updated_at", "2020-11-18 13:17:42.427352"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:42.428451"], ["updated_at", "2020-11-18 13:17:42.428451"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:42.429472"], ["updated_at", "2020-11-18 13:17:42.429472"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:42.430483"], ["updated_at", "2020-11-18 13:17:42.430483"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:42.431622"], ["updated_at", "2020-11-18 13:17:42.431622"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:42.432773"], ["updated_at", "2020-11-18 13:17:42.432773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:42.433859"], ["updated_at", "2020-11-18 13:17:42.433859"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:42.434853"], ["updated_at", "2020-11-18 13:17:42.434853"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:42.436053"], ["updated_at", "2020-11-18 13:17:42.436053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:42.437128"], ["updated_at", "2020-11-18 13:17:42.437128"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 25.1667275757808], ["string", "Animi et suscipit."], ["date", "2021-02-16"], ["time", "2000-01-01 22:34:56.818099"], ["datetime", "2020-11-18 04:44:52.522833"], ["created_at", "2020-11-18 13:17:42.438877"], ["updated_at", "2020-11-18 13:17:42.438877"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 31.6922187435394], ["string", "Nihil et tempora totam."], ["date", "2021-06-03"], ["time", "2000-01-01 03:22:25.960323"], ["datetime", "2020-11-17 23:45:27.122114"], ["created_at", "2020-11-18 13:17:42.441149"], ["updated_at", "2020-11-18 13:17:42.441149"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 24.6781368581286], ["string", "Delectus quisquam labore."], ["date", "2021-06-01"], ["time", "2000-01-01 08:16:38.225118"], ["datetime", "2020-11-17 15:11:27.301123"], ["created_at", "2020-11-18 13:17:42.443440"], ["updated_at", "2020-11-18 13:17:42.443440"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 2.17496523889964], ["string", "Quae ullam inventore maiores."], ["date", "2019-06-15"], ["time", "2000-01-01 22:05:10.668427"], ["datetime", "2020-11-17 19:48:34.743185"], ["created_at", "2020-11-18 13:17:42.445460"], ["updated_at", "2020-11-18 13:17:42.445460"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 27.163369569165], ["string", "Et aspernatur vel."], ["date", "2019-03-16"], ["time", "2000-01-01 20:33:37.196685"], ["datetime", "2020-11-17 17:10:20.652372"], ["created_at", "2020-11-18 13:17:42.447392"], ["updated_at", "2020-11-18 13:17:42.447392"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1027], ["decimal", 0.129251060365828], ["string", "Odit architecto dignissimos."], ["created_at", "2020-11-18 13:17:42.449102"], ["updated_at", "2020-11-18 13:17:42.449102"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", 37.3547083676824], ["string", "Maiores maxime vitae alias."], ["created_at", "2020-11-18 13:17:42.450574"], ["updated_at", "2020-11-18 13:17:42.450574"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 10.0651543784729], ["string", "Dignissimos voluptatem sequi."], ["created_at", "2020-11-18 13:17:42.452114"], ["updated_at", "2020-11-18 13:17:42.452114"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 3.90706082624534], ["string", "Molestiae at sit necessitatibus."], ["created_at", "2020-11-18 13:17:42.453857"], ["updated_at", "2020-11-18 13:17:42.453857"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1034], ["decimal", 0.396249163467921], ["string", "Quia qui natus."], ["created_at", "2020-11-18 13:17:42.455967"], ["updated_at", "2020-11-18 13:17:42.455967"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-18 13:17:42.458512"], ["updated_at", "2020-11-18 13:17:42.458512"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 13:17:42.460527"], ["updated_at", "2020-11-18 13:17:42.460527"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:17:42.462496"], ["updated_at", "2020-11-18 13:17:42.462496"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-18 13:17:42.464438"], ["updated_at", "2020-11-18 13:17:42.464438"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 13:17:42.466351"], ["updated_at", "2020-11-18 13:17:42.466351"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 1], ["created_at", "2020-11-18 13:17:42.469007"], ["updated_at", "2020-11-18 13:17:42.469007"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 15], ["created_at", "2020-11-18 13:17:42.471871"], ["updated_at", "2020-11-18 13:17:42.471871"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 15], ["created_at", "2020-11-18 13:17:42.474582"], ["updated_at", "2020-11-18 13:17:42.474582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 10], ["created_at", "2020-11-18 13:17:42.477195"], ["updated_at", "2020-11-18 13:17:42.477195"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 4], ["created_at", "2020-11-18 13:17:42.479676"], ["updated_at", "2020-11-18 13:17:42.479676"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 11], ["created_at", "2020-11-18 13:17:42.482441"], ["updated_at", "2020-11-18 13:17:42.482441"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 13:17:42.484604"], ["updated_at", "2020-11-18 13:17:42.484604"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 14], ["created_at", "2020-11-18 13:17:42.486804"], ["updated_at", "2020-11-18 13:17:42.486804"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-18 13:17:42.490420"], ["updated_at", "2020-11-18 13:17:42.490420"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 13:17:42.493648"], ["updated_at", "2020-11-18 13:17:42.493648"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:42.496315"], ["updated_at", "2020-11-18 13:17:42.496315"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:42.498417"], ["updated_at", "2020-11-18 13:17:42.498417"], ["india_id", 9]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:42.500435"], ["updated_at", "2020-11-18 13:17:42.500435"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:42.502494"], ["updated_at", "2020-11-18 13:17:42.502494"], ["india_id", 9]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:42.504795"], ["updated_at", "2020-11-18 13:17:42.504795"], ["india_id", 6]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 13:17:42.523488"], ["updated_at", "2020-11-18 13:17:42.523488"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:17:42.526668"], ["updated_at", "2020-11-18 13:17:42.526668"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 13:17:42.529922"], ["updated_at", "2020-11-18 13:17:42.529922"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:17:42.533171"], ["updated_at", "2020-11-18 13:17:42.533171"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-18 13:17:42.536444"], ["updated_at", "2020-11-18 13:17:42.536444"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:42.538556"], ["updated_at", "2020-11-18 13:17:42.538556"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:42.540476"], ["updated_at", "2020-11-18 13:17:42.540476"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:42.542263"], ["updated_at", "2020-11-18 13:17:42.542263"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:42.544046"], ["updated_at", "2020-11-18 13:17:42.544046"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:42.545859"], ["updated_at", "2020-11-18 13:17:42.545859"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:42.547716"], ["updated_at", "2020-11-18 13:17:42.547716"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:42.549580"], ["updated_at", "2020-11-18 13:17:42.549580"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:42.551425"], ["updated_at", "2020-11-18 13:17:42.551425"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:42.553277"], ["updated_at", "2020-11-18 13:17:42.553277"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:42.554979"], ["updated_at", "2020-11-18 13:17:42.554979"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.2ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.2ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.6ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.9ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.5ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.9ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:54.203555"], ["updated_at", "2020-11-18 13:17:54.203555"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:54.205850"], ["updated_at", "2020-11-18 13:17:54.205850"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:54.207797"], ["updated_at", "2020-11-18 13:17:54.207797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:54.209602"], ["updated_at", "2020-11-18 13:17:54.209602"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:54.211509"], ["updated_at", "2020-11-18 13:17:54.211509"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 14.7876372619692], ["string", "Et rerum odio."], ["date", "2022-06-12"], ["time", "2000-01-01 19:51:30.526637"], ["datetime", "2020-11-18 04:25:43.920594"], ["created_at", "2020-11-18 13:17:55.348072"], ["updated_at", "2020-11-18 13:17:55.348072"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 18.5745150384355], ["string", "Amet aliquid nesciunt sed."], ["date", "2022-06-27"], ["time", "2000-01-01 04:39:05.744770"], ["datetime", "2020-11-17 19:56:41.315093"], ["created_at", "2020-11-18 13:17:55.350541"], ["updated_at", "2020-11-18 13:17:55.350541"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 23.6598526794888], ["string", "Aut sunt deleniti."], ["date", "2022-11-10"], ["time", "2000-01-01 23:00:44.207300"], ["datetime", "2020-11-17 16:24:30.724398"], ["created_at", "2020-11-18 13:17:55.352860"], ["updated_at", "2020-11-18 13:17:55.352860"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 22], ["decimal", 1.09580247284404], ["string", "Officiis consequatur ut ut."], ["date", "2021-11-04"], ["time", "2000-01-01 20:14:08.510429"], ["datetime", "2020-11-17 21:35:03.736388"], ["created_at", "2020-11-18 13:17:55.355565"], ["updated_at", "2020-11-18 13:17:55.355565"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 37], ["decimal", 1.88391512600684], ["string", "Sit neque in."], ["date", "2021-10-27"], ["time", "2000-01-01 18:28:04.599442"], ["datetime", "2020-11-18 04:52:32.348944"], ["created_at", "2020-11-18 13:17:55.357592"], ["updated_at", "2020-11-18 13:17:55.357592"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:17:55.363874"], ["updated_at", "2020-11-18 13:17:55.363874"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:17:55.366563"], ["updated_at", "2020-11-18 13:17:55.366563"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:17:55.368786"], ["updated_at", "2020-11-18 13:17:55.368786"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:17:55.370798"], ["updated_at", "2020-11-18 13:17:55.370798"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:17:55.372585"], ["updated_at", "2020-11-18 13:17:55.372585"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.2ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:17:55.379342"], ["updated_at", "2020-11-18 13:17:55.379342"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:17:55.381849"], ["updated_at", "2020-11-18 13:17:55.381849"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:17:55.383911"], ["updated_at", "2020-11-18 13:17:55.383911"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:17:55.386512"], ["updated_at", "2020-11-18 13:17:55.386512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:17:55.388331"], ["updated_at", "2020-11-18 13:17:55.388331"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1030], ["decimal", 0.0574634647905763], ["string", "Et porro nisi."], ["created_at", "2020-11-18 13:17:55.395560"], ["updated_at", "2020-11-18 13:17:55.395560"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 12.5200286217549], ["string", "Ab aut magnam in."], ["created_at", "2020-11-18 13:17:55.397110"], ["updated_at", "2020-11-18 13:17:55.397110"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 3.82476390961481], ["string", "Ut sint excepturi."], ["created_at", "2020-11-18 13:17:55.398758"], ["updated_at", "2020-11-18 13:17:55.398758"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 1.05632880998411], ["string", "Odio hic rerum et."], ["created_at", "2020-11-18 13:17:55.400429"], ["updated_at", "2020-11-18 13:17:55.400429"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 14.8730752052017], ["string", "Eligendi aperiam nulla."], ["created_at", "2020-11-18 13:17:55.402134"], ["updated_at", "2020-11-18 13:17:55.402134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:55.407207"], ["updated_at", "2020-11-18 13:17:55.407207"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:55.408515"], ["updated_at", "2020-11-18 13:17:55.408515"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:55.409570"], ["updated_at", "2020-11-18 13:17:55.409570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:55.410589"], ["updated_at", "2020-11-18 13:17:55.410589"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:55.411570"], ["updated_at", "2020-11-18 13:17:55.411570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:55.415712"], ["updated_at", "2020-11-18 13:17:55.415712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:55.417147"], ["updated_at", "2020-11-18 13:17:55.417147"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:55.418141"], ["updated_at", "2020-11-18 13:17:55.418141"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:55.419143"], ["updated_at", "2020-11-18 13:17:55.419143"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:55.420070"], ["updated_at", "2020-11-18 13:17:55.420070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 13:17:55.427393"], ["updated_at", "2020-11-18 13:17:55.427393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:17:55.429584"], ["updated_at", "2020-11-18 13:17:55.429584"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:17:55.431771"], ["updated_at", "2020-11-18 13:17:55.431771"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 13:17:55.433774"], ["updated_at", "2020-11-18 13:17:55.433774"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 13:17:55.435775"], ["updated_at", "2020-11-18 13:17:55.435775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-18 13:17:55.458573"], ["updated_at", "2020-11-18 13:17:55.458573"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-18 13:17:55.460960"], ["updated_at", "2020-11-18 13:17:55.460960"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-18 13:17:55.463231"], ["updated_at", "2020-11-18 13:17:55.463231"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-18 13:17:55.466138"], ["updated_at", "2020-11-18 13:17:55.466138"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-18 13:17:55.469248"], ["updated_at", "2020-11-18 13:17:55.469248"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:55.471413"], ["updated_at", "2020-11-18 13:17:55.471413"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:55.473289"], ["updated_at", "2020-11-18 13:17:55.473289"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:55.474763"], ["updated_at", "2020-11-18 13:17:55.474763"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:55.476200"], ["updated_at", "2020-11-18 13:17:55.476200"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:55.477556"], ["updated_at", "2020-11-18 13:17:55.477556"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 24.7135474054069], ["string", "Quia hic assumenda."], ["date", "2022-02-13"], ["time", "2000-01-01 22:28:43.319571"], ["datetime", "2020-11-17 18:38:32.397905"], ["created_at", "2020-11-18 13:17:55.479051"], ["updated_at", "2020-11-18 13:17:55.479051"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 23.548685935598], ["string", "Dignissimos neque voluptatem aspernatur."], ["date", "2019-10-14"], ["time", "2000-01-01 00:19:22.152449"], ["datetime", "2020-11-17 15:25:35.728811"], ["created_at", "2020-11-18 13:17:55.480837"], ["updated_at", "2020-11-18 13:17:55.480837"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 11.0202424413596], ["string", "Omnis dolore veniam."], ["date", "2022-07-05"], ["time", "2000-01-01 11:10:03.967115"], ["datetime", "2020-11-17 22:03:14.417569"], ["created_at", "2020-11-18 13:17:55.482996"], ["updated_at", "2020-11-18 13:17:55.482996"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 19.9426965864474], ["string", "Assumenda quaerat aliquam itaque."], ["date", "2020-03-15"], ["time", "2000-01-01 12:54:34.207153"], ["datetime", "2020-11-17 20:09:47.100368"], ["created_at", "2020-11-18 13:17:55.485461"], ["updated_at", "2020-11-18 13:17:55.485461"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 0.326691048939394], ["string", "Voluptatibus optio adipisci."], ["date", "2019-06-05"], ["time", "2000-01-01 18:16:36.303111"], ["datetime", "2020-11-18 07:47:19.789095"], ["created_at", "2020-11-18 13:17:55.487784"], ["updated_at", "2020-11-18 13:17:55.487784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:17:55.489781"], ["updated_at", "2020-11-18 13:17:55.489781"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 13:17:55.491147"], ["updated_at", "2020-11-18 13:17:55.491147"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:17:55.492462"], ["updated_at", "2020-11-18 13:17:55.492462"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:17:55.493735"], ["updated_at", "2020-11-18 13:17:55.493735"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 13:17:55.495042"], ["updated_at", "2020-11-18 13:17:55.495042"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:17:55.496459"], ["updated_at", "2020-11-18 13:17:55.496459"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 13:17:55.498172"], ["updated_at", "2020-11-18 13:17:55.498172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 13:17:55.499679"], ["updated_at", "2020-11-18 13:17:55.499679"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:17:55.500998"], ["updated_at", "2020-11-18 13:17:55.500998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 13:17:55.502299"], ["updated_at", "2020-11-18 13:17:55.502299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1034], ["decimal", 6.37075986293389], ["string", "Animi autem quas."], ["created_at", "2020-11-18 13:17:55.503443"], ["updated_at", "2020-11-18 13:17:55.503443"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 18.2001462827722], ["string", "Recusandae error et saepe."], ["created_at", "2020-11-18 13:17:55.504525"], ["updated_at", "2020-11-18 13:17:55.504525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 19.3893693961787], ["string", "Nesciunt tempora iure."], ["created_at", "2020-11-18 13:17:55.505662"], ["updated_at", "2020-11-18 13:17:55.505662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1020], ["decimal", 3.67928233670859], ["string", "Error eveniet rem voluptas."], ["created_at", "2020-11-18 13:17:55.506747"], ["updated_at", "2020-11-18 13:17:55.506747"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 5.83459685061511], ["string", "Occaecati libero necessitatibus."], ["created_at", "2020-11-18 13:17:55.507820"], ["updated_at", "2020-11-18 13:17:55.507820"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:55.508664"], ["updated_at", "2020-11-18 13:17:55.508664"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:55.509379"], ["updated_at", "2020-11-18 13:17:55.509379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:55.510062"], ["updated_at", "2020-11-18 13:17:55.510062"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:55.510795"], ["updated_at", "2020-11-18 13:17:55.510795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:55.511531"], ["updated_at", "2020-11-18 13:17:55.511531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:55.512367"], ["updated_at", "2020-11-18 13:17:55.512367"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:55.513132"], ["updated_at", "2020-11-18 13:17:55.513132"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:55.513836"], ["updated_at", "2020-11-18 13:17:55.513836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:55.514571"], ["updated_at", "2020-11-18 13:17:55.514571"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:55.515328"], ["updated_at", "2020-11-18 13:17:55.515328"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 13:17:55.516723"], ["updated_at", "2020-11-18 13:17:55.516723"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 13:17:55.518311"], ["updated_at", "2020-11-18 13:17:55.518311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:17:55.519884"], ["updated_at", "2020-11-18 13:17:55.519884"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 13:17:55.521246"], ["updated_at", "2020-11-18 13:17:55.521246"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 13:17:55.523108"], ["updated_at", "2020-11-18 13:17:55.523108"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-18 13:17:55.544516"], ["updated_at", "2020-11-18 13:17:55.544516"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-18 13:17:55.547208"], ["updated_at", "2020-11-18 13:17:55.547208"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-18 13:17:55.549689"], ["updated_at", "2020-11-18 13:17:55.549689"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-18 13:17:55.552079"], ["updated_at", "2020-11-18 13:17:55.552079"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 9], ["created_at", "2020-11-18 13:17:55.554493"], ["updated_at", "2020-11-18 13:17:55.554493"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:55.556290"], ["updated_at", "2020-11-18 13:17:55.556290"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:55.558066"], ["updated_at", "2020-11-18 13:17:55.558066"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:55.559752"], ["updated_at", "2020-11-18 13:17:55.559752"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:55.561292"], ["updated_at", "2020-11-18 13:17:55.561292"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:17:55.562959"], ["updated_at", "2020-11-18 13:17:55.562959"], ["india_id", 7]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 16.0578831777748], ["string", "Rerum impedit tempora."], ["date", "2020-01-14"], ["time", "2000-01-01 05:50:22.858938"], ["datetime", "2020-11-17 20:20:54.752610"], ["created_at", "2020-11-18 13:17:55.564630"], ["updated_at", "2020-11-18 13:17:55.564630"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 26], ["decimal", 19.5288986537411], ["string", "Sed possimus voluptate enim."], ["date", "2020-06-05"], ["time", "2000-01-01 18:15:42.391500"], ["datetime", "2020-11-17 17:09:28.084404"], ["created_at", "2020-11-18 13:17:55.566695"], ["updated_at", "2020-11-18 13:17:55.566695"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 10.8807453344786], ["string", "Et illum dolores."], ["date", "2019-12-23"], ["time", "2000-01-01 22:16:05.394528"], ["datetime", "2020-11-18 00:26:11.952482"], ["created_at", "2020-11-18 13:17:55.568551"], ["updated_at", "2020-11-18 13:17:55.568551"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 5.10444509859149], ["string", "Dolorum voluptatibus minus minima."], ["date", "2020-01-15"], ["time", "2000-01-01 07:14:08.293448"], ["datetime", "2020-11-17 14:42:38.721475"], ["created_at", "2020-11-18 13:17:55.570606"], ["updated_at", "2020-11-18 13:17:55.570606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 15.4231614478471], ["string", "Voluptas possimus et."], ["date", "2018-12-07"], ["time", "2000-01-01 01:55:57.954607"], ["datetime", "2020-11-18 09:52:55.864951"], ["created_at", "2020-11-18 13:17:55.572336"], ["updated_at", "2020-11-18 13:17:55.572336"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:17:55.574435"], ["updated_at", "2020-11-18 13:17:55.574435"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-18 13:17:55.576133"], ["updated_at", "2020-11-18 13:17:55.576133"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:17:55.577749"], ["updated_at", "2020-11-18 13:17:55.577749"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-18 13:17:55.579523"], ["updated_at", "2020-11-18 13:17:55.579523"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:17:55.581786"], ["updated_at", "2020-11-18 13:17:55.581786"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-18 13:17:55.584223"], ["updated_at", "2020-11-18 13:17:55.584223"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:17:55.586629"], ["updated_at", "2020-11-18 13:17:55.586629"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:17:55.588648"], ["updated_at", "2020-11-18 13:17:55.588648"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-18 13:17:55.590427"], ["updated_at", "2020-11-18 13:17:55.590427"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:17:55.592165"], ["updated_at", "2020-11-18 13:17:55.592165"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 2.50019724935239], ["string", "Et dolores quis."], ["created_at", "2020-11-18 13:17:55.593561"], ["updated_at", "2020-11-18 13:17:55.593561"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 2.25939525802031], ["string", "Quaerat eveniet et sequi."], ["created_at", "2020-11-18 13:17:55.595006"], ["updated_at", "2020-11-18 13:17:55.595006"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1028], ["decimal", 6.76725684686897], ["string", "Sed ut pariatur."], ["created_at", "2020-11-18 13:17:55.596337"], ["updated_at", "2020-11-18 13:17:55.596337"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 16.4643593922455], ["string", "Quia quis et occaecati."], ["created_at", "2020-11-18 13:17:55.597625"], ["updated_at", "2020-11-18 13:17:55.597625"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 0.997609309693913], ["string", "Veniam vel occaecati."], ["created_at", "2020-11-18 13:17:55.598811"], ["updated_at", "2020-11-18 13:17:55.598811"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:55.599749"], ["updated_at", "2020-11-18 13:17:55.599749"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:55.600529"], ["updated_at", "2020-11-18 13:17:55.600529"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:55.601268"], ["updated_at", "2020-11-18 13:17:55.601268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:55.602002"], ["updated_at", "2020-11-18 13:17:55.602002"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:17:55.602763"], ["updated_at", "2020-11-18 13:17:55.602763"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:55.603530"], ["updated_at", "2020-11-18 13:17:55.603530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:55.604338"], ["updated_at", "2020-11-18 13:17:55.604338"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:55.605100"], ["updated_at", "2020-11-18 13:17:55.605100"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:55.605845"], ["updated_at", "2020-11-18 13:17:55.605845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:17:55.606610"], ["updated_at", "2020-11-18 13:17:55.606610"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 14], ["created_at", "2020-11-18 13:17:55.608196"], ["updated_at", "2020-11-18 13:17:55.608196"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 11], ["created_at", "2020-11-18 13:17:55.609704"], ["updated_at", "2020-11-18 13:17:55.609704"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 15], ["created_at", "2020-11-18 13:17:55.611157"], ["updated_at", "2020-11-18 13:17:55.611157"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 13:17:55.612575"], ["updated_at", "2020-11-18 13:17:55.612575"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 13:17:55.613989"], ["updated_at", "2020-11-18 13:17:55.613989"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 3], ["created_at", "2020-11-18 13:17:55.622447"], ["updated_at", "2020-11-18 13:17:55.622447"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 5], ["created_at", "2020-11-18 13:17:55.624294"], ["updated_at", "2020-11-18 13:17:55.624294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 6], ["created_at", "2020-11-18 13:17:55.626209"], ["updated_at", "2020-11-18 13:17:55.626209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 6], ["created_at", "2020-11-18 13:17:55.628412"], ["updated_at", "2020-11-18 13:17:55.628412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 2], ["created_at", "2020-11-18 13:17:55.630244"], ["updated_at", "2020-11-18 13:17:55.630244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.6ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.9ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (3.1ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.9ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (2.1ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:25.316162"], ["updated_at", "2020-11-18 13:18:25.316162"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:25.318752"], ["updated_at", "2020-11-18 13:18:25.318752"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:25.320887"], ["updated_at", "2020-11-18 13:18:25.320887"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:25.322770"], ["updated_at", "2020-11-18 13:18:25.322770"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:25.324714"], ["updated_at", "2020-11-18 13:18:25.324714"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 27.2219032481536], ["string", "Expedita adipisci saepe."], ["date", "2020-02-05"], ["time", "2000-01-01 23:27:03.387652"], ["datetime", "2020-11-17 19:58:46.046670"], ["created_at", "2020-11-18 13:18:26.353351"], ["updated_at", "2020-11-18 13:18:26.353351"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 27], ["decimal", 7.58171597004627], ["string", "Dignissimos ea voluptatum in."], ["date", "2022-05-21"], ["time", "2000-01-01 05:57:12.100646"], ["datetime", "2020-11-17 22:00:08.905307"], ["created_at", "2020-11-18 13:18:26.356143"], ["updated_at", "2020-11-18 13:18:26.356143"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 6.50638999095633], ["string", "Itaque id impedit."], ["date", "2020-10-03"], ["time", "2000-01-01 19:53:04.529382"], ["datetime", "2020-11-18 07:26:05.011050"], ["created_at", "2020-11-18 13:18:26.358313"], ["updated_at", "2020-11-18 13:18:26.358313"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 9.92477943424594], ["string", "Enim nostrum provident aut."], ["date", "2021-12-22"], ["time", "2000-01-01 13:29:10.314399"], ["datetime", "2020-11-18 09:17:40.337721"], ["created_at", "2020-11-18 13:18:26.360602"], ["updated_at", "2020-11-18 13:18:26.360602"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 8.42336588068451], ["string", "Rerum assumenda aut."], ["date", "2021-02-17"], ["time", "2000-01-01 11:40:11.136708"], ["datetime", "2020-11-18 06:37:54.271669"], ["created_at", "2020-11-18 13:18:26.363053"], ["updated_at", "2020-11-18 13:18:26.363053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:18:26.369612"], ["updated_at", "2020-11-18 13:18:26.369612"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:18:26.371811"], ["updated_at", "2020-11-18 13:18:26.371811"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:18:26.373733"], ["updated_at", "2020-11-18 13:18:26.373733"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:18:26.375720"], ["updated_at", "2020-11-18 13:18:26.375720"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:18:26.378034"], ["updated_at", "2020-11-18 13:18:26.378034"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.2ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:18:26.385263"], ["updated_at", "2020-11-18 13:18:26.385263"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:18:26.387863"], ["updated_at", "2020-11-18 13:18:26.387863"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:18:26.390210"], ["updated_at", "2020-11-18 13:18:26.390210"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:18:26.392374"], ["updated_at", "2020-11-18 13:18:26.392374"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:18:26.394856"], ["updated_at", "2020-11-18 13:18:26.394856"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 16.6080267051484], ["string", "Dolor numquam voluptas."], ["created_at", "2020-11-18 13:18:26.403628"], ["updated_at", "2020-11-18 13:18:26.403628"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 1.29022137153302], ["string", "Omnis modi excepturi recusandae."], ["created_at", "2020-11-18 13:18:26.405737"], ["updated_at", "2020-11-18 13:18:26.405737"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 26.3343523019641], ["string", "Et et omnis."], ["created_at", "2020-11-18 13:18:26.407691"], ["updated_at", "2020-11-18 13:18:26.407691"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 1.73279244541925], ["string", "Molestias libero magnam tempore."], ["created_at", "2020-11-18 13:18:26.409472"], ["updated_at", "2020-11-18 13:18:26.409472"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 6.30884029233194], ["string", "Inventore quibusdam quo."], ["created_at", "2020-11-18 13:18:26.411332"], ["updated_at", "2020-11-18 13:18:26.411332"]]  (12.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:26.429829"], ["updated_at", "2020-11-18 13:18:26.429829"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:26.431411"], ["updated_at", "2020-11-18 13:18:26.431411"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:26.432745"], ["updated_at", "2020-11-18 13:18:26.432745"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:26.433965"], ["updated_at", "2020-11-18 13:18:26.433965"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:26.435375"], ["updated_at", "2020-11-18 13:18:26.435375"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:18:26.440916"], ["updated_at", "2020-11-18 13:18:26.440916"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:18:26.442440"], ["updated_at", "2020-11-18 13:18:26.442440"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:18:26.443679"], ["updated_at", "2020-11-18 13:18:26.443679"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:18:26.445256"], ["updated_at", "2020-11-18 13:18:26.445256"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:18:26.446493"], ["updated_at", "2020-11-18 13:18:26.446493"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:18:26.455254"], ["updated_at", "2020-11-18 13:18:26.455254"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 13:18:26.458023"], ["updated_at", "2020-11-18 13:18:26.458023"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 13:18:26.460846"], ["updated_at", "2020-11-18 13:18:26.460846"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 13:18:26.463157"], ["updated_at", "2020-11-18 13:18:26.463157"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:18:26.465697"], ["updated_at", "2020-11-18 13:18:26.465697"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-18 13:18:26.490743"], ["updated_at", "2020-11-18 13:18:26.490743"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-18 13:18:26.493105"], ["updated_at", "2020-11-18 13:18:26.493105"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-18 13:18:26.495406"], ["updated_at", "2020-11-18 13:18:26.495406"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-18 13:18:26.497734"], ["updated_at", "2020-11-18 13:18:26.497734"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-18 13:18:26.500190"], ["updated_at", "2020-11-18 13:18:26.500190"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:18:26.502347"], ["updated_at", "2020-11-18 13:18:26.502347"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:18:26.504169"], ["updated_at", "2020-11-18 13:18:26.504169"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:18:26.505852"], ["updated_at", "2020-11-18 13:18:26.505852"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:18:26.507507"], ["updated_at", "2020-11-18 13:18:26.507507"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:18:26.509261"], ["updated_at", "2020-11-18 13:18:26.509261"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 0.00185751066783391], ["string", "Ut non sed."], ["date", "2022-08-12"], ["time", "2000-01-01 23:31:57.066010"], ["datetime", "2020-11-17 21:56:40.094989"], ["created_at", "2020-11-18 13:18:26.511255"], ["updated_at", "2020-11-18 13:18:26.511255"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 12.7480749122248], ["string", "Voluptate repudiandae soluta commodi."], ["date", "2022-07-13"], ["time", "2000-01-01 10:12:08.433271"], ["datetime", "2020-11-18 10:39:13.608783"], ["created_at", "2020-11-18 13:18:26.513538"], ["updated_at", "2020-11-18 13:18:26.513538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 4.84655485269653], ["string", "Nostrum illo eius."], ["date", "2021-08-15"], ["time", "2000-01-01 21:13:36.239694"], ["datetime", "2020-11-17 21:35:38.232805"], ["created_at", "2020-11-18 13:18:26.515773"], ["updated_at", "2020-11-18 13:18:26.515773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 3.76009768978968], ["string", "Mollitia autem sed rerum."], ["date", "2022-10-22"], ["time", "2000-01-01 10:47:33.712397"], ["datetime", "2020-11-17 17:56:37.687494"], ["created_at", "2020-11-18 13:18:26.518014"], ["updated_at", "2020-11-18 13:18:26.518014"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 0.220014631668691], ["string", "Sit aliquam dolor."], ["date", "2022-07-26"], ["time", "2000-01-01 19:18:15.144595"], ["datetime", "2020-11-18 12:55:08.356085"], ["created_at", "2020-11-18 13:18:26.520345"], ["updated_at", "2020-11-18 13:18:26.520345"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:18:26.522682"], ["updated_at", "2020-11-18 13:18:26.522682"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:18:26.524513"], ["updated_at", "2020-11-18 13:18:26.524513"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 13:18:26.526286"], ["updated_at", "2020-11-18 13:18:26.526286"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:18:26.528078"], ["updated_at", "2020-11-18 13:18:26.528078"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:18:26.529790"], ["updated_at", "2020-11-18 13:18:26.529790"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:18:26.531622"], ["updated_at", "2020-11-18 13:18:26.531622"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:18:26.533398"], ["updated_at", "2020-11-18 13:18:26.533398"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:18:26.535258"], ["updated_at", "2020-11-18 13:18:26.535258"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:18:26.537365"], ["updated_at", "2020-11-18 13:18:26.537365"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:18:26.539262"], ["updated_at", "2020-11-18 13:18:26.539262"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 5.24999013098904], ["string", "Cupiditate ipsam possimus."], ["created_at", "2020-11-18 13:18:26.540832"], ["updated_at", "2020-11-18 13:18:26.540832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 14.2828725243884], ["string", "Soluta laborum nihil harum."], ["created_at", "2020-11-18 13:18:26.542490"], ["updated_at", "2020-11-18 13:18:26.542490"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1021], ["decimal", 5.13309765400323], ["string", "Minima earum fuga."], ["created_at", "2020-11-18 13:18:26.544191"], ["updated_at", "2020-11-18 13:18:26.544191"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 0.780448335485482], ["string", "Fuga sequi culpa aliquam."], ["created_at", "2020-11-18 13:18:26.545924"], ["updated_at", "2020-11-18 13:18:26.545924"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 10.8928648879453], ["string", "Corrupti perferendis minus."], ["created_at", "2020-11-18 13:18:26.547581"], ["updated_at", "2020-11-18 13:18:26.547581"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:26.549024"], ["updated_at", "2020-11-18 13:18:26.549024"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:26.550065"], ["updated_at", "2020-11-18 13:18:26.550065"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:26.551012"], ["updated_at", "2020-11-18 13:18:26.551012"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:26.552024"], ["updated_at", "2020-11-18 13:18:26.552024"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:26.553069"], ["updated_at", "2020-11-18 13:18:26.553069"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:18:26.554170"], ["updated_at", "2020-11-18 13:18:26.554170"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:18:26.555237"], ["updated_at", "2020-11-18 13:18:26.555237"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:18:26.556296"], ["updated_at", "2020-11-18 13:18:26.556296"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:18:26.557368"], ["updated_at", "2020-11-18 13:18:26.557368"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:18:26.558452"], ["updated_at", "2020-11-18 13:18:26.558452"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-18 13:18:26.560941"], ["updated_at", "2020-11-18 13:18:26.560941"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 13:18:26.563399"], ["updated_at", "2020-11-18 13:18:26.563399"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 13:18:26.565457"], ["updated_at", "2020-11-18 13:18:26.565457"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:18:26.567687"], ["updated_at", "2020-11-18 13:18:26.567687"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:18:26.569801"], ["updated_at", "2020-11-18 13:18:26.569801"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-18 13:18:26.582022"], ["updated_at", "2020-11-18 13:18:26.582022"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-18 13:18:26.584638"], ["updated_at", "2020-11-18 13:18:26.584638"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-18 13:18:26.587533"], ["updated_at", "2020-11-18 13:18:26.587533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 7], ["created_at", "2020-11-18 13:18:26.590268"], ["updated_at", "2020-11-18 13:18:26.590268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 8], ["created_at", "2020-11-18 13:18:26.592977"], ["updated_at", "2020-11-18 13:18:26.592977"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:18:26.595442"], ["updated_at", "2020-11-18 13:18:26.595442"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:18:26.597741"], ["updated_at", "2020-11-18 13:18:26.597741"], ["india_id", 7]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:18:26.599860"], ["updated_at", "2020-11-18 13:18:26.599860"], ["india_id", 10]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:18:26.602127"], ["updated_at", "2020-11-18 13:18:26.602127"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:18:26.604558"], ["updated_at", "2020-11-18 13:18:26.604558"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 0.537564250910572], ["string", "Quia fugiat explicabo."], ["date", "2021-11-14"], ["time", "2000-01-01 20:06:28.715052"], ["datetime", "2020-11-17 17:35:31.144109"], ["created_at", "2020-11-18 13:18:26.606811"], ["updated_at", "2020-11-18 13:18:26.606811"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 3.99663095999957], ["string", "Pariatur culpa molestiae minima."], ["date", "2021-03-24"], ["time", "2000-01-01 11:33:13.810328"], ["datetime", "2020-11-18 01:52:42.533700"], ["created_at", "2020-11-18 13:18:26.609532"], ["updated_at", "2020-11-18 13:18:26.609532"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 0.0452262122658876], ["string", "Quis sit qui."], ["date", "2022-03-19"], ["time", "2000-01-01 03:55:09.285465"], ["datetime", "2020-11-18 12:42:47.533447"], ["created_at", "2020-11-18 13:18:26.612324"], ["updated_at", "2020-11-18 13:18:26.612324"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 1.50539237889611], ["string", "Consectetur ea et mollitia."], ["date", "2019-07-02"], ["time", "2000-01-01 10:41:33.643414"], ["datetime", "2020-11-17 13:37:57.254344"], ["created_at", "2020-11-18 13:18:26.614930"], ["updated_at", "2020-11-18 13:18:26.614930"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 11.5283722673307], ["string", "Numquam sed amet."], ["date", "2019-10-12"], ["time", "2000-01-01 11:20:44.349550"], ["datetime", "2020-11-18 10:22:44.393851"], ["created_at", "2020-11-18 13:18:26.617459"], ["updated_at", "2020-11-18 13:18:26.617459"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-18 13:18:26.620226"], ["updated_at", "2020-11-18 13:18:26.620226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:18:26.622349"], ["updated_at", "2020-11-18 13:18:26.622349"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:18:26.624454"], ["updated_at", "2020-11-18 13:18:26.624454"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-18 13:18:26.626593"], ["updated_at", "2020-11-18 13:18:26.626593"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 13:18:26.628734"], ["updated_at", "2020-11-18 13:18:26.628734"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:18:26.630883"], ["updated_at", "2020-11-18 13:18:26.630883"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:18:26.632982"], ["updated_at", "2020-11-18 13:18:26.632982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:18:26.635155"], ["updated_at", "2020-11-18 13:18:26.635155"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:18:26.637426"], ["updated_at", "2020-11-18 13:18:26.637426"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 13:18:26.639477"], ["updated_at", "2020-11-18 13:18:26.639477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["decimal", 7.46154135503406], ["string", "Dignissimos deleniti dolores."], ["created_at", "2020-11-18 13:18:26.641185"], ["updated_at", "2020-11-18 13:18:26.641185"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 5.63702700667843], ["string", "At dolorum dolorem quisquam."], ["created_at", "2020-11-18 13:18:26.642842"], ["updated_at", "2020-11-18 13:18:26.642842"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1034], ["decimal", 21.1584373180834], ["string", "Rem quo maiores."], ["created_at", "2020-11-18 13:18:26.644591"], ["updated_at", "2020-11-18 13:18:26.644591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 6.80638388319946], ["string", "Omnis quam voluptatem tenetur."], ["created_at", "2020-11-18 13:18:26.646279"], ["updated_at", "2020-11-18 13:18:26.646279"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 1.60186357661434], ["string", "Inventore porro itaque."], ["created_at", "2020-11-18 13:18:26.647952"], ["updated_at", "2020-11-18 13:18:26.647952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:26.649276"], ["updated_at", "2020-11-18 13:18:26.649276"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:26.650297"], ["updated_at", "2020-11-18 13:18:26.650297"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:26.651328"], ["updated_at", "2020-11-18 13:18:26.651328"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:26.652490"], ["updated_at", "2020-11-18 13:18:26.652490"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:26.653519"], ["updated_at", "2020-11-18 13:18:26.653519"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:18:26.654513"], ["updated_at", "2020-11-18 13:18:26.654513"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:18:26.655489"], ["updated_at", "2020-11-18 13:18:26.655489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:18:26.656392"], ["updated_at", "2020-11-18 13:18:26.656392"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:18:26.657280"], ["updated_at", "2020-11-18 13:18:26.657280"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:18:26.658175"], ["updated_at", "2020-11-18 13:18:26.658175"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-18 13:18:26.659896"], ["updated_at", "2020-11-18 13:18:26.659896"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 13:18:26.661828"], ["updated_at", "2020-11-18 13:18:26.661828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 13:18:26.663632"], ["updated_at", "2020-11-18 13:18:26.663632"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:18:26.665342"], ["updated_at", "2020-11-18 13:18:26.665342"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-18 13:18:26.667073"], ["updated_at", "2020-11-18 13:18:26.667073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 7], ["created_at", "2020-11-18 13:18:26.677883"], ["updated_at", "2020-11-18 13:18:26.677883"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-18 13:18:26.680106"], ["updated_at", "2020-11-18 13:18:26.680106"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 7], ["created_at", "2020-11-18 13:18:26.682064"], ["updated_at", "2020-11-18 13:18:26.682064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 1], ["created_at", "2020-11-18 13:18:26.684059"], ["updated_at", "2020-11-18 13:18:26.684059"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 10], ["created_at", "2020-11-18 13:18:26.686392"], ["updated_at", "2020-11-18 13:18:26.686392"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.6ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (1.2ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (2.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.7ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.5ms) DELETE FROM "deltas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:33.275649"], ["updated_at", "2020-11-18 13:18:33.275649"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:33.278249"], ["updated_at", "2020-11-18 13:18:33.278249"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:33.280292"], ["updated_at", "2020-11-18 13:18:33.280292"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:33.282111"], ["updated_at", "2020-11-18 13:18:33.282111"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:33.283972"], ["updated_at", "2020-11-18 13:18:33.283972"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 3.96727985628535], ["string", "Magni ducimus provident."], ["date", "2020-10-08"], ["time", "2000-01-01 11:54:27.672104"], ["datetime", "2020-11-18 06:00:06.907618"], ["created_at", "2020-11-18 13:18:34.314705"], ["updated_at", "2020-11-18 13:18:34.314705"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 6.67615607349034], ["string", "Perspiciatis exercitationem id laborum."], ["date", "2021-08-27"], ["time", "2000-01-01 06:49:29.188522"], ["datetime", "2020-11-18 06:11:58.950822"], ["created_at", "2020-11-18 13:18:34.317119"], ["updated_at", "2020-11-18 13:18:34.317119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 0.660125376854675], ["string", "Veniam dolorem est."], ["date", "2019-11-10"], ["time", "2000-01-01 19:38:22.653408"], ["datetime", "2020-11-17 15:35:16.300032"], ["created_at", "2020-11-18 13:18:34.319205"], ["updated_at", "2020-11-18 13:18:34.319205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 35], ["decimal", 10.9252106962133], ["string", "Quia et blanditiis voluptatum."], ["date", "2022-01-26"], ["time", "2000-01-01 05:04:46.497265"], ["datetime", "2020-11-18 07:28:26.604998"], ["created_at", "2020-11-18 13:18:34.321185"], ["updated_at", "2020-11-18 13:18:34.321185"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 21.0307598644582], ["string", "Id sed sit."], ["date", "2019-07-21"], ["time", "2000-01-01 08:44:07.984341"], ["datetime", "2020-11-18 12:15:27.957541"], ["created_at", "2020-11-18 13:18:34.323141"], ["updated_at", "2020-11-18 13:18:34.323141"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:18:34.329075"], ["updated_at", "2020-11-18 13:18:34.329075"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:18:34.331504"], ["updated_at", "2020-11-18 13:18:34.331504"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:18:34.333865"], ["updated_at", "2020-11-18 13:18:34.333865"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:18:34.336160"], ["updated_at", "2020-11-18 13:18:34.336160"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:18:34.338408"], ["updated_at", "2020-11-18 13:18:34.338408"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:18:34.345224"], ["updated_at", "2020-11-18 13:18:34.345224"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:18:34.347779"], ["updated_at", "2020-11-18 13:18:34.347779"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:18:34.350087"], ["updated_at", "2020-11-18 13:18:34.350087"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:18:34.352447"], ["updated_at", "2020-11-18 13:18:34.352447"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:18:34.354747"], ["updated_at", "2020-11-18 13:18:34.354747"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1030], ["decimal", 7.51414223999745], ["string", "Libero recusandae est."], ["created_at", "2020-11-18 13:18:34.374905"], ["updated_at", "2020-11-18 13:18:34.374905"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 30.4393946702516], ["string", "Et qui impedit autem."], ["created_at", "2020-11-18 13:18:34.377583"], ["updated_at", "2020-11-18 13:18:34.377583"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 2.6299538466583], ["string", "Possimus qui quos."], ["created_at", "2020-11-18 13:18:34.379760"], ["updated_at", "2020-11-18 13:18:34.379760"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1026], ["decimal", 2.37986492476328], ["string", "Ut quidem expedita natus."], ["created_at", "2020-11-18 13:18:34.381878"], ["updated_at", "2020-11-18 13:18:34.381878"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 0.0571410965435926], ["string", "Voluptatem alias aut."], ["created_at", "2020-11-18 13:18:34.383660"], ["updated_at", "2020-11-18 13:18:34.383660"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:34.389464"], ["updated_at", "2020-11-18 13:18:34.389464"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:34.390794"], ["updated_at", "2020-11-18 13:18:34.390794"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:34.391836"], ["updated_at", "2020-11-18 13:18:34.391836"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:34.392864"], ["updated_at", "2020-11-18 13:18:34.392864"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:34.393841"], ["updated_at", "2020-11-18 13:18:34.393841"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:18:34.398511"], ["updated_at", "2020-11-18 13:18:34.398511"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:18:34.399847"], ["updated_at", "2020-11-18 13:18:34.399847"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:18:34.400897"], ["updated_at", "2020-11-18 13:18:34.400897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:18:34.401922"], ["updated_at", "2020-11-18 13:18:34.401922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:18:34.402944"], ["updated_at", "2020-11-18 13:18:34.402944"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:18:34.410456"], ["updated_at", "2020-11-18 13:18:34.410456"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 13:18:34.412501"], ["updated_at", "2020-11-18 13:18:34.412501"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 13:18:34.414733"], ["updated_at", "2020-11-18 13:18:34.414733"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:18:34.416680"], ["updated_at", "2020-11-18 13:18:34.416680"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 13:18:34.418501"], ["updated_at", "2020-11-18 13:18:34.418501"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-18 13:18:34.440852"], ["updated_at", "2020-11-18 13:18:34.440852"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 3], ["created_at", "2020-11-18 13:18:34.443315"], ["updated_at", "2020-11-18 13:18:34.443315"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-18 13:18:34.445506"], ["updated_at", "2020-11-18 13:18:34.445506"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-18 13:18:34.447595"], ["updated_at", "2020-11-18 13:18:34.447595"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-18 13:18:34.449783"], ["updated_at", "2020-11-18 13:18:34.449783"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:18:34.451759"], ["updated_at", "2020-11-18 13:18:34.451759"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:18:34.453262"], ["updated_at", "2020-11-18 13:18:34.453262"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:18:34.454699"], ["updated_at", "2020-11-18 13:18:34.454699"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:18:34.456111"], ["updated_at", "2020-11-18 13:18:34.456111"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:18:34.457484"], ["updated_at", "2020-11-18 13:18:34.457484"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 31], ["decimal", 4.02604022978631], ["string", "Nobis cumque cum."], ["date", "2021-08-19"], ["time", "2000-01-01 23:18:22.265694"], ["datetime", "2020-11-18 01:20:08.173292"], ["created_at", "2020-11-18 13:18:34.459049"], ["updated_at", "2020-11-18 13:18:34.459049"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 6.18367462855315], ["string", "Accusantium fugit quia placeat."], ["date", "2018-12-24"], ["time", "2000-01-01 18:48:24.627307"], ["datetime", "2020-11-18 02:20:07.163010"], ["created_at", "2020-11-18 13:18:34.460845"], ["updated_at", "2020-11-18 13:18:34.460845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 12.1334651729162], ["string", "Eos consectetur quibusdam."], ["date", "2021-06-28"], ["time", "2000-01-01 12:56:35.960006"], ["datetime", "2020-11-17 22:01:21.553885"], ["created_at", "2020-11-18 13:18:34.462588"], ["updated_at", "2020-11-18 13:18:34.462588"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 1.11583226011814], ["string", "Ab laboriosam nihil tempora."], ["date", "2021-08-03"], ["time", "2000-01-01 04:38:51.236973"], ["datetime", "2020-11-17 21:08:31.937393"], ["created_at", "2020-11-18 13:18:34.464305"], ["updated_at", "2020-11-18 13:18:34.464305"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 38.1595489310648], ["string", "Quia nisi ad."], ["date", "2021-08-08"], ["time", "2000-01-01 22:44:13.119475"], ["datetime", "2020-11-18 01:27:44.980922"], ["created_at", "2020-11-18 13:18:34.466178"], ["updated_at", "2020-11-18 13:18:34.466178"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 13:18:34.468096"], ["updated_at", "2020-11-18 13:18:34.468096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 13:18:34.469521"], ["updated_at", "2020-11-18 13:18:34.469521"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:18:34.470968"], ["updated_at", "2020-11-18 13:18:34.470968"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:18:34.472411"], ["updated_at", "2020-11-18 13:18:34.472411"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 13:18:34.473907"], ["updated_at", "2020-11-18 13:18:34.473907"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:18:34.475449"], ["updated_at", "2020-11-18 13:18:34.475449"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:18:34.476958"], ["updated_at", "2020-11-18 13:18:34.476958"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:18:34.478449"], ["updated_at", "2020-11-18 13:18:34.478449"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 13:18:34.479951"], ["updated_at", "2020-11-18 13:18:34.479951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:18:34.481491"], ["updated_at", "2020-11-18 13:18:34.481491"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 19.9486744480958], ["string", "Qui perferendis sint."], ["created_at", "2020-11-18 13:18:34.483029"], ["updated_at", "2020-11-18 13:18:34.483029"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 9.89010397310932], ["string", "Ut ea commodi aut."], ["created_at", "2020-11-18 13:18:34.484441"], ["updated_at", "2020-11-18 13:18:34.484441"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 3.03621720989396], ["string", "Vel tenetur in."], ["created_at", "2020-11-18 13:18:34.485758"], ["updated_at", "2020-11-18 13:18:34.485758"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 2.11426326680608], ["string", "Harum fugiat quos laborum."], ["created_at", "2020-11-18 13:18:34.487169"], ["updated_at", "2020-11-18 13:18:34.487169"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 10.3919752688656], ["string", "Vel dolor unde."], ["created_at", "2020-11-18 13:18:34.488546"], ["updated_at", "2020-11-18 13:18:34.488546"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:34.489629"], ["updated_at", "2020-11-18 13:18:34.489629"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:34.490562"], ["updated_at", "2020-11-18 13:18:34.490562"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:34.491451"], ["updated_at", "2020-11-18 13:18:34.491451"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:34.492334"], ["updated_at", "2020-11-18 13:18:34.492334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:34.493212"], ["updated_at", "2020-11-18 13:18:34.493212"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:18:34.494149"], ["updated_at", "2020-11-18 13:18:34.494149"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:18:34.495103"], ["updated_at", "2020-11-18 13:18:34.495103"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:18:34.496017"], ["updated_at", "2020-11-18 13:18:34.496017"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:18:34.496906"], ["updated_at", "2020-11-18 13:18:34.496906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:18:34.497790"], ["updated_at", "2020-11-18 13:18:34.497790"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-18 13:18:34.499639"], ["updated_at", "2020-11-18 13:18:34.499639"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:18:34.501479"], ["updated_at", "2020-11-18 13:18:34.501479"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 13:18:34.503253"], ["updated_at", "2020-11-18 13:18:34.503253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 13:18:34.504999"], ["updated_at", "2020-11-18 13:18:34.504999"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 13:18:34.506783"], ["updated_at", "2020-11-18 13:18:34.506783"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 6], ["created_at", "2020-11-18 13:18:34.517388"], ["updated_at", "2020-11-18 13:18:34.517388"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 10], ["created_at", "2020-11-18 13:18:34.519640"], ["updated_at", "2020-11-18 13:18:34.519640"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 3], ["created_at", "2020-11-18 13:18:34.521677"], ["updated_at", "2020-11-18 13:18:34.521677"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-18 13:18:34.523698"], ["updated_at", "2020-11-18 13:18:34.523698"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 8], ["created_at", "2020-11-18 13:18:34.525602"], ["updated_at", "2020-11-18 13:18:34.525602"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:18:34.527075"], ["updated_at", "2020-11-18 13:18:34.527075"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:18:34.528467"], ["updated_at", "2020-11-18 13:18:34.528467"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:18:34.529942"], ["updated_at", "2020-11-18 13:18:34.529942"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:18:34.531691"], ["updated_at", "2020-11-18 13:18:34.531691"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:18:34.533232"], ["updated_at", "2020-11-18 13:18:34.533232"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 0.420161090516615], ["string", "Aut ratione sed."], ["date", "2020-02-23"], ["time", "2000-01-01 20:47:59.264769"], ["datetime", "2020-11-17 16:14:12.049891"], ["created_at", "2020-11-18 13:18:34.534785"], ["updated_at", "2020-11-18 13:18:34.534785"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 34], ["decimal", 1.07302769257162], ["string", "Reprehenderit numquam tempora fugiat."], ["date", "2022-06-11"], ["time", "2000-01-01 05:14:35.220026"], ["datetime", "2020-11-17 13:53:58.407259"], ["created_at", "2020-11-18 13:18:34.536632"], ["updated_at", "2020-11-18 13:18:34.536632"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 6.04343232680253], ["string", "Est aut debitis."], ["date", "2022-11-01"], ["time", "2000-01-01 14:15:56.229879"], ["datetime", "2020-11-17 17:33:19.561398"], ["created_at", "2020-11-18 13:18:34.538411"], ["updated_at", "2020-11-18 13:18:34.538411"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 0.166484346283442], ["string", "Odio aperiam aut quasi."], ["date", "2019-02-26"], ["time", "2000-01-01 00:03:05.022556"], ["datetime", "2020-11-17 18:23:28.749716"], ["created_at", "2020-11-18 13:18:34.540247"], ["updated_at", "2020-11-18 13:18:34.540247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 37], ["decimal", 14.2601712752877], ["string", "Repudiandae quia nam."], ["date", "2020-04-26"], ["time", "2000-01-01 22:45:05.295356"], ["datetime", "2020-11-18 04:27:20.805165"], ["created_at", "2020-11-18 13:18:34.542085"], ["updated_at", "2020-11-18 13:18:34.542085"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-18 13:18:34.544122"], ["updated_at", "2020-11-18 13:18:34.544122"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-18 13:18:34.545650"], ["updated_at", "2020-11-18 13:18:34.545650"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:18:34.547113"], ["updated_at", "2020-11-18 13:18:34.547113"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-18 13:18:34.548854"], ["updated_at", "2020-11-18 13:18:34.548854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 13:18:34.550735"], ["updated_at", "2020-11-18 13:18:34.550735"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-18 13:18:34.552454"], ["updated_at", "2020-11-18 13:18:34.552454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:18:34.554407"], ["updated_at", "2020-11-18 13:18:34.554407"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:18:34.556635"], ["updated_at", "2020-11-18 13:18:34.556635"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-18 13:18:34.558531"], ["updated_at", "2020-11-18 13:18:34.558531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 13:18:34.560509"], ["updated_at", "2020-11-18 13:18:34.560509"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 12.677302012098], ["string", "Voluptatibus fugiat alias."], ["created_at", "2020-11-18 13:18:34.562181"], ["updated_at", "2020-11-18 13:18:34.562181"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1024], ["decimal", 3.94736242356435], ["string", "Rerum quo aut corrupti."], ["created_at", "2020-11-18 13:18:34.563989"], ["updated_at", "2020-11-18 13:18:34.563989"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 1.30121315359102], ["string", "Inventore alias debitis."], ["created_at", "2020-11-18 13:18:34.566061"], ["updated_at", "2020-11-18 13:18:34.566061"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 0.0231714079480706], ["string", "In labore nulla laboriosam."], ["created_at", "2020-11-18 13:18:34.567816"], ["updated_at", "2020-11-18 13:18:34.567816"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 11.7292823346194], ["string", "Earum rerum ea."], ["created_at", "2020-11-18 13:18:34.569410"], ["updated_at", "2020-11-18 13:18:34.569410"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:34.570655"], ["updated_at", "2020-11-18 13:18:34.570655"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:34.571658"], ["updated_at", "2020-11-18 13:18:34.571658"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:34.572637"], ["updated_at", "2020-11-18 13:18:34.572637"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:34.573550"], ["updated_at", "2020-11-18 13:18:34.573550"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:18:34.574530"], ["updated_at", "2020-11-18 13:18:34.574530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:18:34.575463"], ["updated_at", "2020-11-18 13:18:34.575463"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:18:34.576348"], ["updated_at", "2020-11-18 13:18:34.576348"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:18:34.577171"], ["updated_at", "2020-11-18 13:18:34.577171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:18:34.577977"], ["updated_at", "2020-11-18 13:18:34.577977"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:18:34.578799"], ["updated_at", "2020-11-18 13:18:34.578799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 14], ["created_at", "2020-11-18 13:18:34.580633"], ["updated_at", "2020-11-18 13:18:34.580633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 11], ["created_at", "2020-11-18 13:18:34.582304"], ["updated_at", "2020-11-18 13:18:34.582304"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 13:18:34.584079"], ["updated_at", "2020-11-18 13:18:34.584079"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 13:18:34.585692"], ["updated_at", "2020-11-18 13:18:34.585692"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 11], ["created_at", "2020-11-18 13:18:34.587294"], ["updated_at", "2020-11-18 13:18:34.587294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-18 13:18:34.597531"], ["updated_at", "2020-11-18 13:18:34.597531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 5], ["created_at", "2020-11-18 13:18:34.600140"], ["updated_at", "2020-11-18 13:18:34.600140"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 2], ["created_at", "2020-11-18 13:18:34.602483"], ["updated_at", "2020-11-18 13:18:34.602483"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 11], ["created_at", "2020-11-18 13:18:34.605158"], ["updated_at", "2020-11-18 13:18:34.605158"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 3], ["created_at", "2020-11-18 13:18:34.608314"], ["updated_at", "2020-11-18 13:18:34.608314"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.2ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.8ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (3.4ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:02.498935"], ["updated_at", "2020-11-18 13:19:02.498935"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:02.501521"], ["updated_at", "2020-11-18 13:19:02.501521"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:02.503712"], ["updated_at", "2020-11-18 13:19:02.503712"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:02.505774"], ["updated_at", "2020-11-18 13:19:02.505774"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:02.507768"], ["updated_at", "2020-11-18 13:19:02.507768"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 2.16640527547514], ["string", "Animi eos accusamus."], ["date", "2020-05-15"], ["time", "2000-01-01 05:13:33.433999"], ["datetime", "2020-11-17 14:31:16.584703"], ["created_at", "2020-11-18 13:19:03.601976"], ["updated_at", "2020-11-18 13:19:03.601976"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 1.21278121442689], ["string", "Animi hic asperiores voluptatem."], ["date", "2019-04-27"], ["time", "2000-01-01 18:52:32.072444"], ["datetime", "2020-11-18 06:59:01.900655"], ["created_at", "2020-11-18 13:19:03.604721"], ["updated_at", "2020-11-18 13:19:03.604721"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 37.790659132008], ["string", "Dolores ratione enim."], ["date", "2019-06-30"], ["time", "2000-01-01 13:13:41.212587"], ["datetime", "2020-11-18 02:07:19.556599"], ["created_at", "2020-11-18 13:19:03.606760"], ["updated_at", "2020-11-18 13:19:03.606760"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 24], ["decimal", 14.6810696029594], ["string", "Atque qui laborum tempora."], ["date", "2019-06-18"], ["time", "2000-01-01 15:48:42.887341"], ["datetime", "2020-11-17 19:51:34.380150"], ["created_at", "2020-11-18 13:19:03.608748"], ["updated_at", "2020-11-18 13:19:03.608748"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 3.39350095454116], ["string", "Debitis odit a."], ["date", "2022-01-28"], ["time", "2000-01-01 22:53:10.876111"], ["datetime", "2020-11-18 09:27:51.928929"], ["created_at", "2020-11-18 13:19:03.610821"], ["updated_at", "2020-11-18 13:19:03.610821"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:19:03.617243"], ["updated_at", "2020-11-18 13:19:03.617243"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:19:03.619255"], ["updated_at", "2020-11-18 13:19:03.619255"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:19:03.621163"], ["updated_at", "2020-11-18 13:19:03.621163"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:19:03.622963"], ["updated_at", "2020-11-18 13:19:03.622963"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:19:03.624695"], ["updated_at", "2020-11-18 13:19:03.624695"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:19:03.631227"], ["updated_at", "2020-11-18 13:19:03.631227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:19:03.633195"], ["updated_at", "2020-11-18 13:19:03.633195"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:19:03.634974"], ["updated_at", "2020-11-18 13:19:03.634974"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:19:03.636681"], ["updated_at", "2020-11-18 13:19:03.636681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:19:03.638532"], ["updated_at", "2020-11-18 13:19:03.638532"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 21.7367797430613], ["string", "Voluptatem sint mollitia."], ["created_at", "2020-11-18 13:19:03.657396"], ["updated_at", "2020-11-18 13:19:03.657396"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 15.3077484287685], ["string", "Sed quis consequuntur molestiae."], ["created_at", "2020-11-18 13:19:03.659321"], ["updated_at", "2020-11-18 13:19:03.659321"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 8.24390164323589], ["string", "Beatae atque qui."], ["created_at", "2020-11-18 13:19:03.661024"], ["updated_at", "2020-11-18 13:19:03.661024"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 28.1416437446189], ["string", "Illum quo excepturi odit."], ["created_at", "2020-11-18 13:19:03.662629"], ["updated_at", "2020-11-18 13:19:03.662629"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 14.4907517578831], ["string", "Quas et porro."], ["created_at", "2020-11-18 13:19:03.664100"], ["updated_at", "2020-11-18 13:19:03.664100"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:03.668935"], ["updated_at", "2020-11-18 13:19:03.668935"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:03.669985"], ["updated_at", "2020-11-18 13:19:03.669985"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:03.671068"], ["updated_at", "2020-11-18 13:19:03.671068"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:03.672090"], ["updated_at", "2020-11-18 13:19:03.672090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:03.673034"], ["updated_at", "2020-11-18 13:19:03.673034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:03.677191"], ["updated_at", "2020-11-18 13:19:03.677191"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:03.678450"], ["updated_at", "2020-11-18 13:19:03.678450"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:03.679502"], ["updated_at", "2020-11-18 13:19:03.679502"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:03.680521"], ["updated_at", "2020-11-18 13:19:03.680521"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:03.681527"], ["updated_at", "2020-11-18 13:19:03.681527"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 13:19:03.688788"], ["updated_at", "2020-11-18 13:19:03.688788"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 13:19:03.691004"], ["updated_at", "2020-11-18 13:19:03.691004"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:19:03.692931"], ["updated_at", "2020-11-18 13:19:03.692931"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 13:19:03.694798"], ["updated_at", "2020-11-18 13:19:03.694798"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 13:19:03.697019"], ["updated_at", "2020-11-18 13:19:03.697019"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-18 13:19:03.719057"], ["updated_at", "2020-11-18 13:19:03.719057"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-18 13:19:03.721563"], ["updated_at", "2020-11-18 13:19:03.721563"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-18 13:19:03.723793"], ["updated_at", "2020-11-18 13:19:03.723793"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-18 13:19:03.726218"], ["updated_at", "2020-11-18 13:19:03.726218"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-18 13:19:03.728760"], ["updated_at", "2020-11-18 13:19:03.728760"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:19:03.731537"], ["updated_at", "2020-11-18 13:19:03.731537"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:19:03.733766"], ["updated_at", "2020-11-18 13:19:03.733766"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:19:03.735905"], ["updated_at", "2020-11-18 13:19:03.735905"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:19:03.738175"], ["updated_at", "2020-11-18 13:19:03.738175"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:19:03.740508"], ["updated_at", "2020-11-18 13:19:03.740508"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 15.6979498563247], ["string", "Ad voluptas quo."], ["date", "2022-09-17"], ["time", "2000-01-01 17:48:26.179359"], ["datetime", "2020-11-17 19:08:42.328167"], ["created_at", "2020-11-18 13:19:03.742878"], ["updated_at", "2020-11-18 13:19:03.742878"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 5.50951654691186], ["string", "Debitis et soluta earum."], ["date", "2019-11-25"], ["time", "2000-01-01 22:36:43.533649"], ["datetime", "2020-11-18 01:17:25.246878"], ["created_at", "2020-11-18 13:19:03.745681"], ["updated_at", "2020-11-18 13:19:03.745681"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 31], ["decimal", 18.6819371769782], ["string", "Praesentium quia quas."], ["date", "2021-01-11"], ["time", "2000-01-01 21:19:29.723352"], ["datetime", "2020-11-17 20:58:20.234884"], ["created_at", "2020-11-18 13:19:03.748259"], ["updated_at", "2020-11-18 13:19:03.748259"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 9.78143249484614], ["string", "Est occaecati quia magnam."], ["date", "2022-04-08"], ["time", "2000-01-01 11:22:44.774719"], ["datetime", "2020-11-17 17:59:31.090696"], ["created_at", "2020-11-18 13:19:03.750715"], ["updated_at", "2020-11-18 13:19:03.750715"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 10.1500524476149], ["string", "Sint in et."], ["date", "2019-02-22"], ["time", "2000-01-01 14:40:07.936632"], ["datetime", "2020-11-18 09:23:20.929678"], ["created_at", "2020-11-18 13:19:03.752937"], ["updated_at", "2020-11-18 13:19:03.752937"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:19:03.755531"], ["updated_at", "2020-11-18 13:19:03.755531"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:19:03.757627"], ["updated_at", "2020-11-18 13:19:03.757627"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:19:03.759750"], ["updated_at", "2020-11-18 13:19:03.759750"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:19:03.761975"], ["updated_at", "2020-11-18 13:19:03.761975"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 13:19:03.764189"], ["updated_at", "2020-11-18 13:19:03.764189"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:19:03.766509"], ["updated_at", "2020-11-18 13:19:03.766509"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 13:19:03.768818"], ["updated_at", "2020-11-18 13:19:03.768818"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 13:19:03.771270"], ["updated_at", "2020-11-18 13:19:03.771270"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 13:19:03.773710"], ["updated_at", "2020-11-18 13:19:03.773710"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 13:19:03.776192"], ["updated_at", "2020-11-18 13:19:03.776192"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1031], ["decimal", 19.892010888559], ["string", "A praesentium ut."], ["created_at", "2020-11-18 13:19:03.778153"], ["updated_at", "2020-11-18 13:19:03.778153"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 20.4579865486084], ["string", "Voluptatum nihil et a."], ["created_at", "2020-11-18 13:19:03.780106"], ["updated_at", "2020-11-18 13:19:03.780106"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 6.40025289585132], ["string", "Sed iste officiis."], ["created_at", "2020-11-18 13:19:03.781938"], ["updated_at", "2020-11-18 13:19:03.781938"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 6.05373721469073], ["string", "Rem eius aut accusantium."], ["created_at", "2020-11-18 13:19:03.783790"], ["updated_at", "2020-11-18 13:19:03.783790"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 10.8341258012464], ["string", "Quas temporibus sunt."], ["created_at", "2020-11-18 13:19:03.785656"], ["updated_at", "2020-11-18 13:19:03.785656"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:03.787250"], ["updated_at", "2020-11-18 13:19:03.787250"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:03.788679"], ["updated_at", "2020-11-18 13:19:03.788679"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:03.790028"], ["updated_at", "2020-11-18 13:19:03.790028"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:03.791219"], ["updated_at", "2020-11-18 13:19:03.791219"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:03.792296"], ["updated_at", "2020-11-18 13:19:03.792296"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:03.793394"], ["updated_at", "2020-11-18 13:19:03.793394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:03.794502"], ["updated_at", "2020-11-18 13:19:03.794502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:03.795568"], ["updated_at", "2020-11-18 13:19:03.795568"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:03.796606"], ["updated_at", "2020-11-18 13:19:03.796606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:03.797646"], ["updated_at", "2020-11-18 13:19:03.797646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 13:19:03.799586"], ["updated_at", "2020-11-18 13:19:03.799586"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 13:19:03.801572"], ["updated_at", "2020-11-18 13:19:03.801572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:19:03.803523"], ["updated_at", "2020-11-18 13:19:03.803523"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:19:03.805974"], ["updated_at", "2020-11-18 13:19:03.805974"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 13:19:03.808346"], ["updated_at", "2020-11-18 13:19:03.808346"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 6], ["created_at", "2020-11-18 13:19:03.821573"], ["updated_at", "2020-11-18 13:19:03.821573"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 10], ["created_at", "2020-11-18 13:19:03.824679"], ["updated_at", "2020-11-18 13:19:03.824679"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-18 13:19:03.827132"], ["updated_at", "2020-11-18 13:19:03.827132"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 4], ["created_at", "2020-11-18 13:19:03.830286"], ["updated_at", "2020-11-18 13:19:03.830286"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 8], ["created_at", "2020-11-18 13:19:03.833943"], ["updated_at", "2020-11-18 13:19:03.833943"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:19:03.836512"], ["updated_at", "2020-11-18 13:19:03.836512"], ["india_id", 7]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:19:03.838723"], ["updated_at", "2020-11-18 13:19:03.838723"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:19:03.841044"], ["updated_at", "2020-11-18 13:19:03.841044"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:19:03.843491"], ["updated_at", "2020-11-18 13:19:03.843491"], ["india_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:19:03.846071"], ["updated_at", "2020-11-18 13:19:03.846071"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 6.74267287935122], ["string", "Soluta aut expedita."], ["date", "2021-10-19"], ["time", "2000-01-01 15:41:16.567377"], ["datetime", "2020-11-17 21:01:58.990093"], ["created_at", "2020-11-18 13:19:03.848345"], ["updated_at", "2020-11-18 13:19:03.848345"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 11.9753690415892], ["string", "Earum aliquam nesciunt doloremque."], ["date", "2022-06-23"], ["time", "2000-01-01 02:54:35.351621"], ["datetime", "2020-11-17 21:52:18.428195"], ["created_at", "2020-11-18 13:19:03.850894"], ["updated_at", "2020-11-18 13:19:03.850894"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 17.3839619242556], ["string", "Atque qui repudiandae."], ["date", "2019-09-01"], ["time", "2000-01-01 17:17:53.381482"], ["datetime", "2020-11-18 00:47:36.632847"], ["created_at", "2020-11-18 13:19:03.853451"], ["updated_at", "2020-11-18 13:19:03.853451"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 23], ["decimal", 10.6824239668455], ["string", "Dolor reprehenderit ratione aut."], ["date", "2021-06-10"], ["time", "2000-01-01 08:38:56.116224"], ["datetime", "2020-11-17 23:42:22.130670"], ["created_at", "2020-11-18 13:19:03.856060"], ["updated_at", "2020-11-18 13:19:03.856060"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 31.5570044857218], ["string", "Dolores quia aut."], ["date", "2021-12-17"], ["time", "2000-01-01 01:55:51.248171"], ["datetime", "2020-11-18 04:12:09.581852"], ["created_at", "2020-11-18 13:19:03.858750"], ["updated_at", "2020-11-18 13:19:03.858750"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:19:03.861883"], ["updated_at", "2020-11-18 13:19:03.861883"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-18 13:19:03.864444"], ["updated_at", "2020-11-18 13:19:03.864444"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 13:19:03.866761"], ["updated_at", "2020-11-18 13:19:03.866761"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:19:03.869181"], ["updated_at", "2020-11-18 13:19:03.869181"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:19:03.871607"], ["updated_at", "2020-11-18 13:19:03.871607"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-18 13:19:03.874203"], ["updated_at", "2020-11-18 13:19:03.874203"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:19:03.876769"], ["updated_at", "2020-11-18 13:19:03.876769"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:19:03.879356"], ["updated_at", "2020-11-18 13:19:03.879356"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:19:03.881922"], ["updated_at", "2020-11-18 13:19:03.881922"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-18 13:19:03.884521"], ["updated_at", "2020-11-18 13:19:03.884521"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 11.9407255187447], ["string", "Enim odit in."], ["created_at", "2020-11-18 13:19:03.886512"], ["updated_at", "2020-11-18 13:19:03.886512"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 2.04920057789116], ["string", "Voluptatem incidunt consequatur similique."], ["created_at", "2020-11-18 13:19:03.888625"], ["updated_at", "2020-11-18 13:19:03.888625"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 3.68662704730573], ["string", "Aut laboriosam eum."], ["created_at", "2020-11-18 13:19:03.890640"], ["updated_at", "2020-11-18 13:19:03.890640"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 11.6234299573952], ["string", "Doloremque at animi quos."], ["created_at", "2020-11-18 13:19:03.892614"], ["updated_at", "2020-11-18 13:19:03.892614"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 11.600412528161], ["string", "Nobis id dolores."], ["created_at", "2020-11-18 13:19:03.894538"], ["updated_at", "2020-11-18 13:19:03.894538"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:03.896089"], ["updated_at", "2020-11-18 13:19:03.896089"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:03.897420"], ["updated_at", "2020-11-18 13:19:03.897420"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:03.898709"], ["updated_at", "2020-11-18 13:19:03.898709"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:03.899982"], ["updated_at", "2020-11-18 13:19:03.899982"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:03.901239"], ["updated_at", "2020-11-18 13:19:03.901239"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:03.902561"], ["updated_at", "2020-11-18 13:19:03.902561"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:03.903851"], ["updated_at", "2020-11-18 13:19:03.903851"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:03.905208"], ["updated_at", "2020-11-18 13:19:03.905208"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:03.906497"], ["updated_at", "2020-11-18 13:19:03.906497"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:03.907804"], ["updated_at", "2020-11-18 13:19:03.907804"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-18 13:19:03.910101"], ["updated_at", "2020-11-18 13:19:03.910101"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 11], ["created_at", "2020-11-18 13:19:03.912180"], ["updated_at", "2020-11-18 13:19:03.912180"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-18 13:19:03.914062"], ["updated_at", "2020-11-18 13:19:03.914062"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 13:19:03.915933"], ["updated_at", "2020-11-18 13:19:03.915933"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 13:19:03.917748"], ["updated_at", "2020-11-18 13:19:03.917748"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-18 13:19:03.928916"], ["updated_at", "2020-11-18 13:19:03.928916"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 6], ["created_at", "2020-11-18 13:19:03.931268"], ["updated_at", "2020-11-18 13:19:03.931268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-18 13:19:03.933557"], ["updated_at", "2020-11-18 13:19:03.933557"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-18 13:19:03.935810"], ["updated_at", "2020-11-18 13:19:03.935810"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 5], ["created_at", "2020-11-18 13:19:03.938207"], ["updated_at", "2020-11-18 13:19:03.938207"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.8ms) DELETE FROM "deltas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.5ms) DELETE FROM "hotels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.5ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:33.031587"], ["updated_at", "2020-11-18 13:19:33.031587"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:33.034785"], ["updated_at", "2020-11-18 13:19:33.034785"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:33.037153"], ["updated_at", "2020-11-18 13:19:33.037153"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:33.039571"], ["updated_at", "2020-11-18 13:19:33.039571"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:33.041907"], ["updated_at", "2020-11-18 13:19:33.041907"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 34.3356756937173], ["string", "Voluptas est dignissimos."], ["date", "2022-10-30"], ["time", "2000-01-01 16:59:54.570799"], ["datetime", "2020-11-18 10:21:04.484076"], ["created_at", "2020-11-18 13:19:34.071037"], ["updated_at", "2020-11-18 13:19:34.071037"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 28], ["decimal", 26.1858153284552], ["string", "Saepe ducimus facilis alias."], ["date", "2020-12-25"], ["time", "2000-01-01 09:07:27.649662"], ["datetime", "2020-11-17 14:58:01.331583"], ["created_at", "2020-11-18 13:19:34.073290"], ["updated_at", "2020-11-18 13:19:34.073290"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 13.1972729077746], ["string", "Distinctio voluptatum enim."], ["date", "2020-12-06"], ["time", "2000-01-01 10:17:28.804049"], ["datetime", "2020-11-18 11:04:37.922956"], ["created_at", "2020-11-18 13:19:34.075102"], ["updated_at", "2020-11-18 13:19:34.075102"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 13.2733160517443], ["string", "Dolorem ipsam perferendis ducimus."], ["date", "2021-12-23"], ["time", "2000-01-01 04:17:19.301829"], ["datetime", "2020-11-18 03:20:04.496882"], ["created_at", "2020-11-18 13:19:34.076948"], ["updated_at", "2020-11-18 13:19:34.076948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 14.2420282603602], ["string", "Mollitia omnis voluptas."], ["date", "2020-01-05"], ["time", "2000-01-01 02:29:33.497273"], ["datetime", "2020-11-18 04:27:13.732761"], ["created_at", "2020-11-18 13:19:34.078872"], ["updated_at", "2020-11-18 13:19:34.078872"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:19:34.084512"], ["updated_at", "2020-11-18 13:19:34.084512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:19:34.086329"], ["updated_at", "2020-11-18 13:19:34.086329"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:19:34.088007"], ["updated_at", "2020-11-18 13:19:34.088007"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:19:34.089700"], ["updated_at", "2020-11-18 13:19:34.089700"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:19:34.091437"], ["updated_at", "2020-11-18 13:19:34.091437"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:19:34.097025"], ["updated_at", "2020-11-18 13:19:34.097025"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:19:34.098876"], ["updated_at", "2020-11-18 13:19:34.098876"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:19:34.100519"], ["updated_at", "2020-11-18 13:19:34.100519"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:19:34.102186"], ["updated_at", "2020-11-18 13:19:34.102186"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:19:34.103871"], ["updated_at", "2020-11-18 13:19:34.103871"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1025], ["decimal", 2.13833456890911], ["string", "Rem aut assumenda."], ["created_at", "2020-11-18 13:19:34.110490"], ["updated_at", "2020-11-18 13:19:34.110490"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 12.6855906719869], ["string", "Sed occaecati consectetur id."], ["created_at", "2020-11-18 13:19:34.111927"], ["updated_at", "2020-11-18 13:19:34.111927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 4.10199205263505], ["string", "Maxime illum a."], ["created_at", "2020-11-18 13:19:34.113068"], ["updated_at", "2020-11-18 13:19:34.113068"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 3.71512662579292], ["string", "Nihil suscipit voluptatibus aut."], ["created_at", "2020-11-18 13:19:34.114560"], ["updated_at", "2020-11-18 13:19:34.114560"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 5.63764409476365], ["string", "Amet facere cumque."], ["created_at", "2020-11-18 13:19:34.126465"], ["updated_at", "2020-11-18 13:19:34.126465"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:34.131126"], ["updated_at", "2020-11-18 13:19:34.131126"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:34.132298"], ["updated_at", "2020-11-18 13:19:34.132298"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:34.133155"], ["updated_at", "2020-11-18 13:19:34.133155"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:34.133975"], ["updated_at", "2020-11-18 13:19:34.133975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:34.134771"], ["updated_at", "2020-11-18 13:19:34.134771"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:34.138784"], ["updated_at", "2020-11-18 13:19:34.138784"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:34.140119"], ["updated_at", "2020-11-18 13:19:34.140119"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:34.141731"], ["updated_at", "2020-11-18 13:19:34.141731"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:34.142932"], ["updated_at", "2020-11-18 13:19:34.142932"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:34.143923"], ["updated_at", "2020-11-18 13:19:34.143923"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 13:19:34.150991"], ["updated_at", "2020-11-18 13:19:34.150991"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 13:19:34.153059"], ["updated_at", "2020-11-18 13:19:34.153059"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 13:19:34.154943"], ["updated_at", "2020-11-18 13:19:34.154943"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 13:19:34.156736"], ["updated_at", "2020-11-18 13:19:34.156736"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:19:34.158625"], ["updated_at", "2020-11-18 13:19:34.158625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-18 13:19:34.179310"], ["updated_at", "2020-11-18 13:19:34.179310"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-18 13:19:34.181614"], ["updated_at", "2020-11-18 13:19:34.181614"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-18 13:19:34.183948"], ["updated_at", "2020-11-18 13:19:34.183948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-18 13:19:34.186225"], ["updated_at", "2020-11-18 13:19:34.186225"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-18 13:19:34.188519"], ["updated_at", "2020-11-18 13:19:34.188519"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:19:34.190604"], ["updated_at", "2020-11-18 13:19:34.190604"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:19:34.192442"], ["updated_at", "2020-11-18 13:19:34.192442"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:19:34.194151"], ["updated_at", "2020-11-18 13:19:34.194151"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:19:34.195887"], ["updated_at", "2020-11-18 13:19:34.195887"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:19:34.197599"], ["updated_at", "2020-11-18 13:19:34.197599"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 34], ["decimal", 34.1402215545192], ["string", "Fugiat error et."], ["date", "2022-06-25"], ["time", "2000-01-01 15:44:29.788168"], ["datetime", "2020-11-17 14:26:42.579581"], ["created_at", "2020-11-18 13:19:34.199384"], ["updated_at", "2020-11-18 13:19:34.199384"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 6.58767038358371], ["string", "Veniam ducimus autem qui."], ["date", "2022-02-27"], ["time", "2000-01-01 07:08:33.689008"], ["datetime", "2020-11-17 23:18:52.757754"], ["created_at", "2020-11-18 13:19:34.201431"], ["updated_at", "2020-11-18 13:19:34.201431"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 33.7839566620451], ["string", "Doloremque id quasi."], ["date", "2022-04-07"], ["time", "2000-01-01 08:04:21.045393"], ["datetime", "2020-11-17 14:45:03.382881"], ["created_at", "2020-11-18 13:19:34.203445"], ["updated_at", "2020-11-18 13:19:34.203445"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 7.54020953445056], ["string", "Non delectus explicabo temporibus."], ["date", "2020-01-13"], ["time", "2000-01-01 15:29:43.865743"], ["datetime", "2020-11-18 11:22:58.746315"], ["created_at", "2020-11-18 13:19:34.205429"], ["updated_at", "2020-11-18 13:19:34.205429"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 2.61788481138728], ["string", "Repellat aut voluptates."], ["date", "2018-11-19"], ["time", "2000-01-01 14:22:20.623527"], ["datetime", "2020-11-17 18:57:54.458194"], ["created_at", "2020-11-18 13:19:34.207349"], ["updated_at", "2020-11-18 13:19:34.207349"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:19:34.209614"], ["updated_at", "2020-11-18 13:19:34.209614"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:19:34.211316"], ["updated_at", "2020-11-18 13:19:34.211316"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 13:19:34.212914"], ["updated_at", "2020-11-18 13:19:34.212914"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 13:19:34.214723"], ["updated_at", "2020-11-18 13:19:34.214723"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 13:19:34.216961"], ["updated_at", "2020-11-18 13:19:34.216961"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 13:19:34.219351"], ["updated_at", "2020-11-18 13:19:34.219351"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:19:34.221702"], ["updated_at", "2020-11-18 13:19:34.221702"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:19:34.223562"], ["updated_at", "2020-11-18 13:19:34.223562"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:19:34.225487"], ["updated_at", "2020-11-18 13:19:34.225487"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 13:19:34.227297"], ["updated_at", "2020-11-18 13:19:34.227297"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 0.950433563639861], ["string", "Sunt excepturi praesentium."], ["created_at", "2020-11-18 13:19:34.229030"], ["updated_at", "2020-11-18 13:19:34.229030"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 0.922170996514332], ["string", "Sed officiis at laboriosam."], ["created_at", "2020-11-18 13:19:34.230631"], ["updated_at", "2020-11-18 13:19:34.230631"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 0.184793484260677], ["string", "Est quasi reprehenderit."], ["created_at", "2020-11-18 13:19:34.232060"], ["updated_at", "2020-11-18 13:19:34.232060"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 18.1513624225857], ["string", "Omnis eum repellendus eos."], ["created_at", "2020-11-18 13:19:34.233484"], ["updated_at", "2020-11-18 13:19:34.233484"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 2.22008135832282], ["string", "Quae odit nesciunt."], ["created_at", "2020-11-18 13:19:34.234929"], ["updated_at", "2020-11-18 13:19:34.234929"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:34.236078"], ["updated_at", "2020-11-18 13:19:34.236078"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:34.237068"], ["updated_at", "2020-11-18 13:19:34.237068"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:34.237972"], ["updated_at", "2020-11-18 13:19:34.237972"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:34.238855"], ["updated_at", "2020-11-18 13:19:34.238855"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:34.239706"], ["updated_at", "2020-11-18 13:19:34.239706"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:34.240606"], ["updated_at", "2020-11-18 13:19:34.240606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:34.241508"], ["updated_at", "2020-11-18 13:19:34.241508"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:34.242486"], ["updated_at", "2020-11-18 13:19:34.242486"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:34.243378"], ["updated_at", "2020-11-18 13:19:34.243378"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:34.244236"], ["updated_at", "2020-11-18 13:19:34.244236"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 13:19:34.245859"], ["updated_at", "2020-11-18 13:19:34.245859"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 13:19:34.247535"], ["updated_at", "2020-11-18 13:19:34.247535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-18 13:19:34.249183"], ["updated_at", "2020-11-18 13:19:34.249183"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:19:34.250852"], ["updated_at", "2020-11-18 13:19:34.250852"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 13:19:34.252525"], ["updated_at", "2020-11-18 13:19:34.252525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 7], ["created_at", "2020-11-18 13:19:34.263126"], ["updated_at", "2020-11-18 13:19:34.263126"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-18 13:19:34.265449"], ["updated_at", "2020-11-18 13:19:34.265449"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-18 13:19:34.267704"], ["updated_at", "2020-11-18 13:19:34.267704"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-18 13:19:34.269951"], ["updated_at", "2020-11-18 13:19:34.269951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 7], ["created_at", "2020-11-18 13:19:34.272271"], ["updated_at", "2020-11-18 13:19:34.272271"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:19:34.274049"], ["updated_at", "2020-11-18 13:19:34.274049"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:19:34.275903"], ["updated_at", "2020-11-18 13:19:34.275903"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:19:34.277668"], ["updated_at", "2020-11-18 13:19:34.277668"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:19:34.279561"], ["updated_at", "2020-11-18 13:19:34.279561"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:19:34.281327"], ["updated_at", "2020-11-18 13:19:34.281327"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 22.5883650761097], ["string", "Aut est aspernatur."], ["date", "2020-06-30"], ["time", "2000-01-01 04:03:13.372588"], ["datetime", "2020-11-18 06:20:14.578699"], ["created_at", "2020-11-18 13:19:34.283123"], ["updated_at", "2020-11-18 13:19:34.283123"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 10.0796627178208], ["string", "Beatae voluptates in aliquam."], ["date", "2019-05-09"], ["time", "2000-01-01 01:19:20.602259"], ["datetime", "2020-11-17 16:05:16.628116"], ["created_at", "2020-11-18 13:19:34.285257"], ["updated_at", "2020-11-18 13:19:34.285257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 0.494485461699495], ["string", "Est voluptas accusamus."], ["date", "2021-08-10"], ["time", "2000-01-01 07:00:00.218043"], ["datetime", "2020-11-18 02:55:00.873455"], ["created_at", "2020-11-18 13:19:34.287453"], ["updated_at", "2020-11-18 13:19:34.287453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 6.87225381355414], ["string", "Numquam possimus est voluptates."], ["date", "2020-03-29"], ["time", "2000-01-01 02:16:15.931170"], ["datetime", "2020-11-17 23:52:16.146644"], ["created_at", "2020-11-18 13:19:34.289395"], ["updated_at", "2020-11-18 13:19:34.289395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 14.9724516629348], ["string", "Quo qui molestias."], ["date", "2021-11-25"], ["time", "2000-01-01 12:46:00.808983"], ["datetime", "2020-11-18 02:01:49.434300"], ["created_at", "2020-11-18 13:19:34.291344"], ["updated_at", "2020-11-18 13:19:34.291344"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-18 13:19:34.293429"], ["updated_at", "2020-11-18 13:19:34.293429"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 13:19:34.295053"], ["updated_at", "2020-11-18 13:19:34.295053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 13:19:34.296562"], ["updated_at", "2020-11-18 13:19:34.296562"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:19:34.298055"], ["updated_at", "2020-11-18 13:19:34.298055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 13:19:34.299605"], ["updated_at", "2020-11-18 13:19:34.299605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:19:34.301356"], ["updated_at", "2020-11-18 13:19:34.301356"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:19:34.303115"], ["updated_at", "2020-11-18 13:19:34.303115"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 13:19:34.304797"], ["updated_at", "2020-11-18 13:19:34.304797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 13:19:34.306458"], ["updated_at", "2020-11-18 13:19:34.306458"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 13:19:34.308107"], ["updated_at", "2020-11-18 13:19:34.308107"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 8.09865701533092], ["string", "Corrupti reiciendis delectus."], ["created_at", "2020-11-18 13:19:34.309505"], ["updated_at", "2020-11-18 13:19:34.309505"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 3.32613374180317], ["string", "Nisi consequatur aperiam harum."], ["created_at", "2020-11-18 13:19:34.310943"], ["updated_at", "2020-11-18 13:19:34.310943"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1024], ["decimal", 2.97714906021694], ["string", "Earum ab in."], ["created_at", "2020-11-18 13:19:34.312300"], ["updated_at", "2020-11-18 13:19:34.312300"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 9.26098045495152], ["string", "Culpa pariatur enim sint."], ["created_at", "2020-11-18 13:19:34.313665"], ["updated_at", "2020-11-18 13:19:34.313665"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 11.0319456816597], ["string", "Sequi aut atque."], ["created_at", "2020-11-18 13:19:34.315120"], ["updated_at", "2020-11-18 13:19:34.315120"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:34.316283"], ["updated_at", "2020-11-18 13:19:34.316283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:34.317257"], ["updated_at", "2020-11-18 13:19:34.317257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:34.318177"], ["updated_at", "2020-11-18 13:19:34.318177"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:34.319109"], ["updated_at", "2020-11-18 13:19:34.319109"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:34.320027"], ["updated_at", "2020-11-18 13:19:34.320027"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:34.320987"], ["updated_at", "2020-11-18 13:19:34.320987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:34.321902"], ["updated_at", "2020-11-18 13:19:34.321902"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:34.322819"], ["updated_at", "2020-11-18 13:19:34.322819"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:34.323729"], ["updated_at", "2020-11-18 13:19:34.323729"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:34.324661"], ["updated_at", "2020-11-18 13:19:34.324661"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 14], ["created_at", "2020-11-18 13:19:34.326526"], ["updated_at", "2020-11-18 13:19:34.326526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 13:19:34.328322"], ["updated_at", "2020-11-18 13:19:34.328322"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 11], ["created_at", "2020-11-18 13:19:34.330304"], ["updated_at", "2020-11-18 13:19:34.330304"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:19:34.332051"], ["updated_at", "2020-11-18 13:19:34.332051"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-18 13:19:34.333639"], ["updated_at", "2020-11-18 13:19:34.333639"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 11], ["created_at", "2020-11-18 13:19:34.343641"], ["updated_at", "2020-11-18 13:19:34.343641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 9], ["created_at", "2020-11-18 13:19:34.345789"], ["updated_at", "2020-11-18 13:19:34.345789"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 1], ["created_at", "2020-11-18 13:19:34.347999"], ["updated_at", "2020-11-18 13:19:34.347999"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 6], ["created_at", "2020-11-18 13:19:34.350223"], ["updated_at", "2020-11-18 13:19:34.350223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 1], ["created_at", "2020-11-18 13:19:34.352770"], ["updated_at", "2020-11-18 13:19:34.352770"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.6ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.8ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.9ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.9ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:42.734727"], ["updated_at", "2020-11-18 13:19:42.734727"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:42.737046"], ["updated_at", "2020-11-18 13:19:42.737046"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:42.739498"], ["updated_at", "2020-11-18 13:19:42.739498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:42.741304"], ["updated_at", "2020-11-18 13:19:42.741304"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:42.743217"], ["updated_at", "2020-11-18 13:19:42.743217"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 22.8126462801401], ["string", "Eum dolore est."], ["date", "2019-10-12"], ["time", "2000-01-01 14:41:35.006595"], ["datetime", "2020-11-18 08:52:24.715125"], ["created_at", "2020-11-18 13:19:43.790561"], ["updated_at", "2020-11-18 13:19:43.790561"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 28.801117829037], ["string", "Qui deleniti iusto quam."], ["date", "2021-07-22"], ["time", "2000-01-01 15:00:03.234425"], ["datetime", "2020-11-18 07:07:26.017631"], ["created_at", "2020-11-18 13:19:43.793025"], ["updated_at", "2020-11-18 13:19:43.793025"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 7.69072718525558], ["string", "Aperiam quos officiis."], ["date", "2019-09-21"], ["time", "2000-01-01 08:50:56.072918"], ["datetime", "2020-11-18 09:37:05.922446"], ["created_at", "2020-11-18 13:19:43.795030"], ["updated_at", "2020-11-18 13:19:43.795030"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 13.5447657414683], ["string", "Totam eaque qui repellendus."], ["date", "2020-07-18"], ["time", "2000-01-01 15:03:08.775848"], ["datetime", "2020-11-17 20:57:49.805717"], ["created_at", "2020-11-18 13:19:43.797186"], ["updated_at", "2020-11-18 13:19:43.797186"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 22], ["decimal", 13.9316679751179], ["string", "Velit voluptatibus voluptatem."], ["date", "2022-10-11"], ["time", "2000-01-01 18:26:07.737464"], ["datetime", "2020-11-18 06:06:47.479214"], ["created_at", "2020-11-18 13:19:43.799632"], ["updated_at", "2020-11-18 13:19:43.799632"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:19:43.806227"], ["updated_at", "2020-11-18 13:19:43.806227"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:19:43.808398"], ["updated_at", "2020-11-18 13:19:43.808398"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:19:43.810123"], ["updated_at", "2020-11-18 13:19:43.810123"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:19:43.811764"], ["updated_at", "2020-11-18 13:19:43.811764"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:19:43.813572"], ["updated_at", "2020-11-18 13:19:43.813572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:19:43.819699"], ["updated_at", "2020-11-18 13:19:43.819699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:19:43.821428"], ["updated_at", "2020-11-18 13:19:43.821428"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:19:43.823114"], ["updated_at", "2020-11-18 13:19:43.823114"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:19:43.825034"], ["updated_at", "2020-11-18 13:19:43.825034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:19:43.826675"], ["updated_at", "2020-11-18 13:19:43.826675"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 14.6349949444268], ["string", "Est magnam adipisci."], ["created_at", "2020-11-18 13:19:43.834024"], ["updated_at", "2020-11-18 13:19:43.834024"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 13.5959388296257], ["string", "Reprehenderit veniam magni laudantium."], ["created_at", "2020-11-18 13:19:43.835767"], ["updated_at", "2020-11-18 13:19:43.835767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 8.20573120574128], ["string", "Qui ut sunt."], ["created_at", "2020-11-18 13:19:43.837159"], ["updated_at", "2020-11-18 13:19:43.837159"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 32.3857341477286], ["string", "Est reprehenderit et illum."], ["created_at", "2020-11-18 13:19:43.838535"], ["updated_at", "2020-11-18 13:19:43.838535"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 3.7747218983515], ["string", "Nemo ut exercitationem."], ["created_at", "2020-11-18 13:19:43.852087"], ["updated_at", "2020-11-18 13:19:43.852087"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:43.858417"], ["updated_at", "2020-11-18 13:19:43.858417"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:43.859941"], ["updated_at", "2020-11-18 13:19:43.859941"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:43.861077"], ["updated_at", "2020-11-18 13:19:43.861077"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:43.862219"], ["updated_at", "2020-11-18 13:19:43.862219"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:43.863385"], ["updated_at", "2020-11-18 13:19:43.863385"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:43.868374"], ["updated_at", "2020-11-18 13:19:43.868374"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:43.869845"], ["updated_at", "2020-11-18 13:19:43.869845"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:43.871086"], ["updated_at", "2020-11-18 13:19:43.871086"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:43.872204"], ["updated_at", "2020-11-18 13:19:43.872204"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:43.873297"], ["updated_at", "2020-11-18 13:19:43.873297"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 13:19:43.882325"], ["updated_at", "2020-11-18 13:19:43.882325"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:19:43.884773"], ["updated_at", "2020-11-18 13:19:43.884773"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 13:19:43.886890"], ["updated_at", "2020-11-18 13:19:43.886890"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 13:19:43.888857"], ["updated_at", "2020-11-18 13:19:43.888857"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 13:19:43.891296"], ["updated_at", "2020-11-18 13:19:43.891296"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-18 13:19:43.919116"], ["updated_at", "2020-11-18 13:19:43.919116"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-18 13:19:43.923149"], ["updated_at", "2020-11-18 13:19:43.923149"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-18 13:19:43.926941"], ["updated_at", "2020-11-18 13:19:43.926941"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-18 13:19:43.930245"], ["updated_at", "2020-11-18 13:19:43.930245"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-18 13:19:43.933096"], ["updated_at", "2020-11-18 13:19:43.933096"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:19:43.935586"], ["updated_at", "2020-11-18 13:19:43.935586"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:19:43.937624"], ["updated_at", "2020-11-18 13:19:43.937624"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:19:43.939714"], ["updated_at", "2020-11-18 13:19:43.939714"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:19:43.941595"], ["updated_at", "2020-11-18 13:19:43.941595"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:19:43.943530"], ["updated_at", "2020-11-18 13:19:43.943530"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 0.322127364783568], ["string", "Fugiat maxime et."], ["date", "2019-10-22"], ["time", "2000-01-01 15:30:02.801277"], ["datetime", "2020-11-18 06:10:56.932653"], ["created_at", "2020-11-18 13:19:43.945296"], ["updated_at", "2020-11-18 13:19:43.945296"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 0.640294098133258], ["string", "Voluptatem sed maiores quod."], ["date", "2020-08-08"], ["time", "2000-01-01 04:17:35.718075"], ["datetime", "2020-11-17 21:23:15.113045"], ["created_at", "2020-11-18 13:19:43.947362"], ["updated_at", "2020-11-18 13:19:43.947362"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 33.0424904627003], ["string", "Ipsam blanditiis tempore."], ["date", "2021-01-08"], ["time", "2000-01-01 18:34:51.256184"], ["datetime", "2020-11-17 20:32:02.184549"], ["created_at", "2020-11-18 13:19:43.949162"], ["updated_at", "2020-11-18 13:19:43.949162"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 12.4720633174372], ["string", "Aut quia corrupti a."], ["date", "2021-03-12"], ["time", "2000-01-01 17:17:28.008535"], ["datetime", "2020-11-18 01:05:09.952839"], ["created_at", "2020-11-18 13:19:43.950962"], ["updated_at", "2020-11-18 13:19:43.950962"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 26.4655340717303], ["string", "Harum voluptas non."], ["date", "2019-09-18"], ["time", "2000-01-01 09:37:08.497353"], ["datetime", "2020-11-18 03:56:26.498387"], ["created_at", "2020-11-18 13:19:43.952746"], ["updated_at", "2020-11-18 13:19:43.952746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:19:43.954717"], ["updated_at", "2020-11-18 13:19:43.954717"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:19:43.956190"], ["updated_at", "2020-11-18 13:19:43.956190"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:19:43.957801"], ["updated_at", "2020-11-18 13:19:43.957801"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:19:43.959241"], ["updated_at", "2020-11-18 13:19:43.959241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 13:19:43.960717"], ["updated_at", "2020-11-18 13:19:43.960717"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:19:43.962259"], ["updated_at", "2020-11-18 13:19:43.962259"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 13:19:43.963843"], ["updated_at", "2020-11-18 13:19:43.963843"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 13:19:43.965480"], ["updated_at", "2020-11-18 13:19:43.965480"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 13:19:43.967150"], ["updated_at", "2020-11-18 13:19:43.967150"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 13:19:43.968719"], ["updated_at", "2020-11-18 13:19:43.968719"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 20.4590318400152], ["string", "Ipsum distinctio eveniet."], ["created_at", "2020-11-18 13:19:43.970016"], ["updated_at", "2020-11-18 13:19:43.970016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 5.79052048225576], ["string", "Corrupti eaque non ipsam."], ["created_at", "2020-11-18 13:19:43.971303"], ["updated_at", "2020-11-18 13:19:43.971303"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1035], ["decimal", 16.7507756917236], ["string", "Rerum harum esse."], ["created_at", "2020-11-18 13:19:43.972495"], ["updated_at", "2020-11-18 13:19:43.972495"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1039], ["decimal", 23.2658968684312], ["string", "Porro optio ipsum facilis."], ["created_at", "2020-11-18 13:19:43.973685"], ["updated_at", "2020-11-18 13:19:43.973685"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 9.04570578165951], ["string", "Enim quis asperiores."], ["created_at", "2020-11-18 13:19:43.975218"], ["updated_at", "2020-11-18 13:19:43.975218"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:43.976265"], ["updated_at", "2020-11-18 13:19:43.976265"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:43.977078"], ["updated_at", "2020-11-18 13:19:43.977078"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:43.977933"], ["updated_at", "2020-11-18 13:19:43.977933"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:43.978890"], ["updated_at", "2020-11-18 13:19:43.978890"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:43.979731"], ["updated_at", "2020-11-18 13:19:43.979731"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:43.980602"], ["updated_at", "2020-11-18 13:19:43.980602"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:43.981456"], ["updated_at", "2020-11-18 13:19:43.981456"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:43.982268"], ["updated_at", "2020-11-18 13:19:43.982268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:43.983095"], ["updated_at", "2020-11-18 13:19:43.983095"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:43.983901"], ["updated_at", "2020-11-18 13:19:43.983901"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 13:19:43.985482"], ["updated_at", "2020-11-18 13:19:43.985482"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 13:19:43.987237"], ["updated_at", "2020-11-18 13:19:43.987237"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 13:19:43.989457"], ["updated_at", "2020-11-18 13:19:43.989457"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-18 13:19:43.991510"], ["updated_at", "2020-11-18 13:19:43.991510"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 13:19:43.993259"], ["updated_at", "2020-11-18 13:19:43.993259"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-18 13:19:44.004516"], ["updated_at", "2020-11-18 13:19:44.004516"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-18 13:19:44.007625"], ["updated_at", "2020-11-18 13:19:44.007625"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-18 13:19:44.010850"], ["updated_at", "2020-11-18 13:19:44.010850"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 10], ["created_at", "2020-11-18 13:19:44.013763"], ["updated_at", "2020-11-18 13:19:44.013763"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-18 13:19:44.015864"], ["updated_at", "2020-11-18 13:19:44.015864"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:19:44.017355"], ["updated_at", "2020-11-18 13:19:44.017355"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:19:44.018824"], ["updated_at", "2020-11-18 13:19:44.018824"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:19:44.020216"], ["updated_at", "2020-11-18 13:19:44.020216"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:19:44.021527"], ["updated_at", "2020-11-18 13:19:44.021527"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:19:44.023135"], ["updated_at", "2020-11-18 13:19:44.023135"], ["india_id", 7]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 25], ["decimal", 6.24947872847427], ["string", "Necessitatibus dolores reprehenderit."], ["date", "2021-12-20"], ["time", "2000-01-01 00:36:32.194384"], ["datetime", "2020-11-17 16:05:32.042462"], ["created_at", "2020-11-18 13:19:44.025663"], ["updated_at", "2020-11-18 13:19:44.025663"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 12.4194937273883], ["string", "Illo possimus ab voluptatem."], ["date", "2021-08-17"], ["time", "2000-01-01 06:55:21.774944"], ["datetime", "2020-11-18 04:35:31.143372"], ["created_at", "2020-11-18 13:19:44.027993"], ["updated_at", "2020-11-18 13:19:44.027993"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 21.0685091341078], ["string", "Voluptas soluta cumque."], ["date", "2019-10-21"], ["time", "2000-01-01 18:23:50.000464"], ["datetime", "2020-11-17 17:20:27.243928"], ["created_at", "2020-11-18 13:19:44.030416"], ["updated_at", "2020-11-18 13:19:44.030416"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 15.1301199132824], ["string", "Ut adipisci nemo rerum."], ["date", "2021-06-29"], ["time", "2000-01-01 15:34:43.422223"], ["datetime", "2020-11-17 22:59:34.262544"], ["created_at", "2020-11-18 13:19:44.032917"], ["updated_at", "2020-11-18 13:19:44.032917"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 12.5029430072476], ["string", "Ab atque quo."], ["date", "2020-07-04"], ["time", "2000-01-01 14:21:45.099095"], ["datetime", "2020-11-18 06:40:35.742929"], ["created_at", "2020-11-18 13:19:44.035090"], ["updated_at", "2020-11-18 13:19:44.035090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 13:19:44.037589"], ["updated_at", "2020-11-18 13:19:44.037589"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-18 13:19:44.039482"], ["updated_at", "2020-11-18 13:19:44.039482"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 13:19:44.041464"], ["updated_at", "2020-11-18 13:19:44.041464"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:19:44.043658"], ["updated_at", "2020-11-18 13:19:44.043658"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 13:19:44.045944"], ["updated_at", "2020-11-18 13:19:44.045944"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-18 13:19:44.048379"], ["updated_at", "2020-11-18 13:19:44.048379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 13:19:44.050324"], ["updated_at", "2020-11-18 13:19:44.050324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-18 13:19:44.052305"], ["updated_at", "2020-11-18 13:19:44.052305"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:19:44.054658"], ["updated_at", "2020-11-18 13:19:44.054658"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-18 13:19:44.057044"], ["updated_at", "2020-11-18 13:19:44.057044"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 20.4199271986121], ["string", "Dolore corrupti inventore."], ["created_at", "2020-11-18 13:19:44.059138"], ["updated_at", "2020-11-18 13:19:44.059138"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1026], ["decimal", 34.6682124284184], ["string", "Consequatur consequuntur est eligendi."], ["created_at", "2020-11-18 13:19:44.061162"], ["updated_at", "2020-11-18 13:19:44.061162"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 29.1423046999806], ["string", "Rerum omnis temporibus."], ["created_at", "2020-11-18 13:19:44.063256"], ["updated_at", "2020-11-18 13:19:44.063256"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 0.55498033777937], ["string", "Quasi quisquam tenetur numquam."], ["created_at", "2020-11-18 13:19:44.065363"], ["updated_at", "2020-11-18 13:19:44.065363"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 0.0902976428724523], ["string", "Minus nihil et."], ["created_at", "2020-11-18 13:19:44.067469"], ["updated_at", "2020-11-18 13:19:44.067469"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:44.069154"], ["updated_at", "2020-11-18 13:19:44.069154"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:44.070641"], ["updated_at", "2020-11-18 13:19:44.070641"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:44.072053"], ["updated_at", "2020-11-18 13:19:44.072053"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:44.073396"], ["updated_at", "2020-11-18 13:19:44.073396"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:19:44.074833"], ["updated_at", "2020-11-18 13:19:44.074833"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:44.076424"], ["updated_at", "2020-11-18 13:19:44.076424"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:44.077864"], ["updated_at", "2020-11-18 13:19:44.077864"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:44.079308"], ["updated_at", "2020-11-18 13:19:44.079308"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:44.080786"], ["updated_at", "2020-11-18 13:19:44.080786"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:19:44.082196"], ["updated_at", "2020-11-18 13:19:44.082196"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-18 13:19:44.084339"], ["updated_at", "2020-11-18 13:19:44.084339"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-18 13:19:44.086286"], ["updated_at", "2020-11-18 13:19:44.086286"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 13:19:44.088358"], ["updated_at", "2020-11-18 13:19:44.088358"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-18 13:19:44.090593"], ["updated_at", "2020-11-18 13:19:44.090593"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 15], ["created_at", "2020-11-18 13:19:44.092788"], ["updated_at", "2020-11-18 13:19:44.092788"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 14], ["created_at", "2020-11-18 13:19:44.107758"], ["updated_at", "2020-11-18 13:19:44.107758"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 10], ["created_at", "2020-11-18 13:19:44.112047"], ["updated_at", "2020-11-18 13:19:44.112047"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 9], ["created_at", "2020-11-18 13:19:44.115792"], ["updated_at", "2020-11-18 13:19:44.115792"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 8], ["created_at", "2020-11-18 13:19:44.118844"], ["updated_at", "2020-11-18 13:19:44.118844"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-18 13:19:44.121726"], ["updated_at", "2020-11-18 13:19:44.121726"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.6ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.9ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (2.4ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.5ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (2.1ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.5ms) DELETE FROM "deltas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.5ms) DELETE FROM "juliets";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (1.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 27.4258579895651], ["string", "Voluptatibus sed dolorem."], ["date", "2021-12-28"], ["time", "2000-01-01 18:13:50.002925"], ["datetime", "2020-11-18 03:08:59.250225"], ["created_at", "2020-11-18 13:20:06.610807"], ["updated_at", "2020-11-18 13:20:06.610807"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 13.6462348780794], ["string", "Qui ullam iste non."], ["date", "2022-05-16"], ["time", "2000-01-01 07:02:36.297475"], ["datetime", "2020-11-18 09:52:25.296135"], ["created_at", "2020-11-18 13:20:06.613089"], ["updated_at", "2020-11-18 13:20:06.613089"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 9.18103913931691], ["string", "Animi perspiciatis quis."], ["date", "2022-09-09"], ["time", "2000-01-01 00:48:05.104054"], ["datetime", "2020-11-18 00:55:37.940028"], ["created_at", "2020-11-18 13:20:06.614720"], ["updated_at", "2020-11-18 13:20:06.614720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 1.25014401862918], ["string", "Amet architecto eum corporis."], ["date", "2019-09-20"], ["time", "2000-01-01 08:53:48.787397"], ["datetime", "2020-11-17 20:02:48.730362"], ["created_at", "2020-11-18 13:20:06.616286"], ["updated_at", "2020-11-18 13:20:06.616286"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 5.28844095520226], ["string", "Explicabo omnis occaecati."], ["date", "2021-09-08"], ["time", "2000-01-01 12:15:59.982689"], ["datetime", "2020-11-18 02:31:06.677285"], ["created_at", "2020-11-18 13:20:06.617785"], ["updated_at", "2020-11-18 13:20:06.617785"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 4.60120834666326], ["string", "Veritatis tenetur est."], ["created_at", "2020-11-18 13:20:06.624496"], ["updated_at", "2020-11-18 13:20:06.624496"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 23.1468408433794], ["string", "Aliquid ipsa quas nemo."], ["created_at", "2020-11-18 13:20:06.626185"], ["updated_at", "2020-11-18 13:20:06.626185"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 5.70875676507127], ["string", "Nulla quas illum."], ["created_at", "2020-11-18 13:20:06.627642"], ["updated_at", "2020-11-18 13:20:06.627642"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 11.2158056789988], ["string", "Amet autem vel assumenda."], ["created_at", "2020-11-18 13:20:06.629033"], ["updated_at", "2020-11-18 13:20:06.629033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 10.0351687722614], ["string", "Consectetur accusantium dignissimos."], ["created_at", "2020-11-18 13:20:06.630402"], ["updated_at", "2020-11-18 13:20:06.630402"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:20:06.638286"], ["updated_at", "2020-11-18 13:20:06.638286"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:20:06.640239"], ["updated_at", "2020-11-18 13:20:06.640239"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:20:06.641769"], ["updated_at", "2020-11-18 13:20:06.641769"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:20:06.643227"], ["updated_at", "2020-11-18 13:20:06.643227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:20:06.644710"], ["updated_at", "2020-11-18 13:20:06.644710"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-18 13:20:06.651992"], ["updated_at", "2020-11-18 13:20:06.651992"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-18 13:20:06.654809"], ["updated_at", "2020-11-18 13:20:06.654809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-18 13:20:06.657426"], ["updated_at", "2020-11-18 13:20:06.657426"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-18 13:20:06.660263"], ["updated_at", "2020-11-18 13:20:06.660263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-18 13:20:06.662819"], ["updated_at", "2020-11-18 13:20:06.662819"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 13:20:06.669653"], ["updated_at", "2020-11-18 13:20:06.669653"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:20:06.671862"], ["updated_at", "2020-11-18 13:20:06.671862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 13:20:06.673683"], ["updated_at", "2020-11-18 13:20:06.673683"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 13:20:06.675512"], ["updated_at", "2020-11-18 13:20:06.675512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 13:20:06.677075"], ["updated_at", "2020-11-18 13:20:06.677075"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:06.683181"], ["updated_at", "2020-11-18 13:20:06.683181"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:06.684937"], ["updated_at", "2020-11-18 13:20:06.684937"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:06.686512"], ["updated_at", "2020-11-18 13:20:06.686512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:06.688311"], ["updated_at", "2020-11-18 13:20:06.688311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:06.689979"], ["updated_at", "2020-11-18 13:20:06.689979"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:20:06.706978"], ["updated_at", "2020-11-18 13:20:06.706978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:20:06.708517"], ["updated_at", "2020-11-18 13:20:06.708517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:20:06.709903"], ["updated_at", "2020-11-18 13:20:06.709903"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:20:06.711260"], ["updated_at", "2020-11-18 13:20:06.711260"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:20:06.712593"], ["updated_at", "2020-11-18 13:20:06.712593"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:06.716371"], ["updated_at", "2020-11-18 13:20:06.716371"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:06.717226"], ["updated_at", "2020-11-18 13:20:06.717226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:06.718040"], ["updated_at", "2020-11-18 13:20:06.718040"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:06.718799"], ["updated_at", "2020-11-18 13:20:06.718799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:06.719605"], ["updated_at", "2020-11-18 13:20:06.719605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:20:06.722994"], ["updated_at", "2020-11-18 13:20:06.722994"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:20:06.724112"], ["updated_at", "2020-11-18 13:20:06.724112"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:20:06.724968"], ["updated_at", "2020-11-18 13:20:06.724968"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:20:06.725796"], ["updated_at", "2020-11-18 13:20:06.725796"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:20:06.726612"], ["updated_at", "2020-11-18 13:20:06.726612"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 0.14079417496689], ["string", "Laudantium blanditiis minima."], ["date", "2019-05-17"], ["time", "2000-01-01 06:28:21.209143"], ["datetime", "2020-11-18 11:45:39.178254"], ["created_at", "2020-11-18 13:20:06.728101"], ["updated_at", "2020-11-18 13:20:06.728101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 1.4082913108459], ["string", "Accusamus nostrum qui ipsum."], ["date", "2018-11-23"], ["time", "2000-01-01 02:12:32.144969"], ["datetime", "2020-11-17 15:50:55.759282"], ["created_at", "2020-11-18 13:20:06.730033"], ["updated_at", "2020-11-18 13:20:06.730033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 15.261939006503], ["string", "Sint qui quo."], ["date", "2020-07-20"], ["time", "2000-01-01 07:23:43.125744"], ["datetime", "2020-11-17 16:30:37.185352"], ["created_at", "2020-11-18 13:20:06.731928"], ["updated_at", "2020-11-18 13:20:06.731928"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 1.96263380981573], ["string", "Minus voluptatum in aspernatur."], ["date", "2022-09-05"], ["time", "2000-01-01 16:16:42.375691"], ["datetime", "2020-11-17 23:39:47.168320"], ["created_at", "2020-11-18 13:20:06.733893"], ["updated_at", "2020-11-18 13:20:06.733893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 21.6518967424268], ["string", "Est rerum molestiae."], ["date", "2021-10-11"], ["time", "2000-01-01 06:01:59.896747"], ["datetime", "2020-11-18 12:02:18.682336"], ["created_at", "2020-11-18 13:20:06.735804"], ["updated_at", "2020-11-18 13:20:06.735804"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 1.22531030893456], ["string", "Animi dolorum accusantium."], ["created_at", "2020-11-18 13:20:06.737667"], ["updated_at", "2020-11-18 13:20:06.737667"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 12.3821207321037], ["string", "Unde nulla voluptatem recusandae."], ["created_at", "2020-11-18 13:20:06.739152"], ["updated_at", "2020-11-18 13:20:06.739152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 2.04355753599727], ["string", "Sit corrupti doloremque."], ["created_at", "2020-11-18 13:20:06.740475"], ["updated_at", "2020-11-18 13:20:06.740475"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 32.6083967885562], ["string", "Excepturi autem ut dolorum."], ["created_at", "2020-11-18 13:20:06.741759"], ["updated_at", "2020-11-18 13:20:06.741759"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 1.12693666665517], ["string", "Sed sed qui."], ["created_at", "2020-11-18 13:20:06.743081"], ["updated_at", "2020-11-18 13:20:06.743081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:20:06.744687"], ["updated_at", "2020-11-18 13:20:06.744687"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:20:06.746135"], ["updated_at", "2020-11-18 13:20:06.746135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 13:20:06.747637"], ["updated_at", "2020-11-18 13:20:06.747637"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:20:06.749049"], ["updated_at", "2020-11-18 13:20:06.749049"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 13:20:06.750422"], ["updated_at", "2020-11-18 13:20:06.750422"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 9], ["created_at", "2020-11-18 13:20:06.752271"], ["updated_at", "2020-11-18 13:20:06.752271"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 9], ["created_at", "2020-11-18 13:20:06.754115"], ["updated_at", "2020-11-18 13:20:06.754115"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 3], ["created_at", "2020-11-18 13:20:06.756208"], ["updated_at", "2020-11-18 13:20:06.756208"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 9], ["created_at", "2020-11-18 13:20:06.758237"], ["updated_at", "2020-11-18 13:20:06.758237"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-18 13:20:06.760319"], ["updated_at", "2020-11-18 13:20:06.760319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-18 13:20:06.762022"], ["updated_at", "2020-11-18 13:20:06.762022"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 13:20:06.763797"], ["updated_at", "2020-11-18 13:20:06.763797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-18 13:20:06.765478"], ["updated_at", "2020-11-18 13:20:06.765478"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:20:06.767092"], ["updated_at", "2020-11-18 13:20:06.767092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 13:20:06.768789"], ["updated_at", "2020-11-18 13:20:06.768789"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:20:06.770600"], ["updated_at", "2020-11-18 13:20:06.770600"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:20:06.772016"], ["updated_at", "2020-11-18 13:20:06.772016"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:20:06.773301"], ["updated_at", "2020-11-18 13:20:06.773301"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:20:06.774642"], ["updated_at", "2020-11-18 13:20:06.774642"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:20:06.775970"], ["updated_at", "2020-11-18 13:20:06.775970"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 13:20:06.785211"], ["updated_at", "2020-11-18 13:20:06.785211"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 13:20:06.787125"], ["updated_at", "2020-11-18 13:20:06.787125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 13:20:06.788856"], ["updated_at", "2020-11-18 13:20:06.788856"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 13:20:06.790349"], ["updated_at", "2020-11-18 13:20:06.790349"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:20:06.791895"], ["updated_at", "2020-11-18 13:20:06.791895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:06.793008"], ["updated_at", "2020-11-18 13:20:06.793008"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:06.793869"], ["updated_at", "2020-11-18 13:20:06.793869"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:06.794619"], ["updated_at", "2020-11-18 13:20:06.794619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:06.795325"], ["updated_at", "2020-11-18 13:20:06.795325"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:06.796009"], ["updated_at", "2020-11-18 13:20:06.796009"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:20:06.796771"], ["updated_at", "2020-11-18 13:20:06.796771"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:20:06.797533"], ["updated_at", "2020-11-18 13:20:06.797533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:20:06.798224"], ["updated_at", "2020-11-18 13:20:06.798224"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:20:06.798918"], ["updated_at", "2020-11-18 13:20:06.798918"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:20:06.799611"], ["updated_at", "2020-11-18 13:20:06.799611"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 26.8727409628175], ["string", "Nisi mollitia totam."], ["date", "2021-08-02"], ["time", "2000-01-01 17:59:22.919773"], ["datetime", "2020-11-17 14:21:44.138019"], ["created_at", "2020-11-18 13:20:06.800900"], ["updated_at", "2020-11-18 13:20:06.800900"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 25], ["decimal", 7.37906358290083], ["string", "Qui quae porro aut."], ["date", "2020-12-30"], ["time", "2000-01-01 09:58:15.483778"], ["datetime", "2020-11-17 16:04:17.681437"], ["created_at", "2020-11-18 13:20:06.802354"], ["updated_at", "2020-11-18 13:20:06.802354"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 20.0898843319428], ["string", "Aut ut distinctio."], ["date", "2020-01-03"], ["time", "2000-01-01 02:18:53.426463"], ["datetime", "2020-11-17 14:32:50.442450"], ["created_at", "2020-11-18 13:20:06.804073"], ["updated_at", "2020-11-18 13:20:06.804073"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 14.9569042652548], ["string", "Assumenda voluptatem rerum nemo."], ["date", "2021-11-15"], ["time", "2000-01-01 01:58:50.851369"], ["datetime", "2020-11-17 18:48:56.711047"], ["created_at", "2020-11-18 13:20:06.806480"], ["updated_at", "2020-11-18 13:20:06.806480"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 7.28169744576519], ["string", "Placeat sit ex."], ["date", "2020-08-10"], ["time", "2000-01-01 19:00:08.020406"], ["datetime", "2020-11-17 23:49:59.016867"], ["created_at", "2020-11-18 13:20:06.808830"], ["updated_at", "2020-11-18 13:20:06.808830"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 0.785693343064779], ["string", "Aperiam ratione sint."], ["created_at", "2020-11-18 13:20:06.810947"], ["updated_at", "2020-11-18 13:20:06.810947"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 14.3473326596201], ["string", "Nostrum ullam corporis in."], ["created_at", "2020-11-18 13:20:06.812570"], ["updated_at", "2020-11-18 13:20:06.812570"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 20.7901341216309], ["string", "Ad aut sit."], ["created_at", "2020-11-18 13:20:06.814085"], ["updated_at", "2020-11-18 13:20:06.814085"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 7.93960838734923], ["string", "Sed distinctio eos est."], ["created_at", "2020-11-18 13:20:06.815628"], ["updated_at", "2020-11-18 13:20:06.815628"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 7.27895111428953], ["string", "Consectetur dolorem accusantium."], ["created_at", "2020-11-18 13:20:06.817154"], ["updated_at", "2020-11-18 13:20:06.817154"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:20:06.819114"], ["updated_at", "2020-11-18 13:20:06.819114"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-18 13:20:06.821065"], ["updated_at", "2020-11-18 13:20:06.821065"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:20:06.823338"], ["updated_at", "2020-11-18 13:20:06.823338"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:20:06.825512"], ["updated_at", "2020-11-18 13:20:06.825512"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:20:06.827737"], ["updated_at", "2020-11-18 13:20:06.827737"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 8], ["created_at", "2020-11-18 13:20:06.831281"], ["updated_at", "2020-11-18 13:20:06.831281"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 6], ["created_at", "2020-11-18 13:20:06.834476"], ["updated_at", "2020-11-18 13:20:06.834476"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 14], ["created_at", "2020-11-18 13:20:06.837591"], ["updated_at", "2020-11-18 13:20:06.837591"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 11], ["created_at", "2020-11-18 13:20:06.840593"], ["updated_at", "2020-11-18 13:20:06.840593"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 10], ["created_at", "2020-11-18 13:20:06.843347"], ["updated_at", "2020-11-18 13:20:06.843347"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 13:20:06.845273"], ["updated_at", "2020-11-18 13:20:06.845273"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 13:20:06.847192"], ["updated_at", "2020-11-18 13:20:06.847192"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-18 13:20:06.849150"], ["updated_at", "2020-11-18 13:20:06.849150"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:20:06.851456"], ["updated_at", "2020-11-18 13:20:06.851456"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-18 13:20:06.853817"], ["updated_at", "2020-11-18 13:20:06.853817"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:20:06.856139"], ["updated_at", "2020-11-18 13:20:06.856139"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:20:06.858498"], ["updated_at", "2020-11-18 13:20:06.858498"], ["india_id", 7]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:20:06.860680"], ["updated_at", "2020-11-18 13:20:06.860680"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:20:06.862841"], ["updated_at", "2020-11-18 13:20:06.862841"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:20:06.864952"], ["updated_at", "2020-11-18 13:20:06.864952"], ["india_id", 6]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:20:06.876156"], ["updated_at", "2020-11-18 13:20:06.876156"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-18 13:20:06.878385"], ["updated_at", "2020-11-18 13:20:06.878385"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 13:20:06.880413"], ["updated_at", "2020-11-18 13:20:06.880413"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 13:20:06.882471"], ["updated_at", "2020-11-18 13:20:06.882471"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:20:06.884588"], ["updated_at", "2020-11-18 13:20:06.884588"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:06.885973"], ["updated_at", "2020-11-18 13:20:06.885973"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:06.887261"], ["updated_at", "2020-11-18 13:20:06.887261"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:06.888558"], ["updated_at", "2020-11-18 13:20:06.888558"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:06.889819"], ["updated_at", "2020-11-18 13:20:06.889819"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:06.891082"], ["updated_at", "2020-11-18 13:20:06.891082"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:20:06.892427"], ["updated_at", "2020-11-18 13:20:06.892427"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:20:06.893757"], ["updated_at", "2020-11-18 13:20:06.893757"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:20:06.895048"], ["updated_at", "2020-11-18 13:20:06.895048"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:20:06.896368"], ["updated_at", "2020-11-18 13:20:06.896368"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:20:06.897722"], ["updated_at", "2020-11-18 13:20:06.897722"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 0.180310696427233], ["string", "Saepe culpa vel."], ["date", "2020-05-03"], ["time", "2000-01-01 20:52:45.214112"], ["datetime", "2020-11-17 18:46:46.769678"], ["created_at", "2020-11-18 13:20:06.947749"], ["updated_at", "2020-11-18 13:20:06.947749"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 40], ["decimal", 3.80114834293117], ["string", "Fugiat iste praesentium aliquid."], ["date", "2021-05-09"], ["time", "2000-01-01 12:04:02.411457"], ["datetime", "2020-11-18 12:29:51.076078"], ["created_at", "2020-11-18 13:20:06.951168"], ["updated_at", "2020-11-18 13:20:06.951168"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 2.83490425905296], ["string", "Tempora optio non."], ["date", "2021-08-19"], ["time", "2000-01-01 02:46:16.205986"], ["datetime", "2020-11-17 18:17:48.637372"], ["created_at", "2020-11-18 13:20:06.955061"], ["updated_at", "2020-11-18 13:20:06.955061"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 18], ["decimal", 9.17777256774486], ["string", "Dolorum et praesentium."], ["date", "2022-09-19"], ["time", "2000-01-01 16:48:45.735916"], ["datetime", "2020-11-17 19:59:36.845641"], ["created_at", "2020-11-18 13:20:06.961295"], ["updated_at", "2020-11-18 13:20:06.961295"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 30], ["decimal", 6.18057911789003], ["string", "Aut iure incidunt facere."], ["date", "2020-10-27"], ["time", "2000-01-01 02:33:42.945583"], ["datetime", "2020-11-18 01:48:38.417083"], ["created_at", "2020-11-18 13:20:06.964857"], ["updated_at", "2020-11-18 13:20:06.964857"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 29.9658969866184], ["string", "Quam iusto dignissimos."], ["date", "2020-07-22"], ["time", "2000-01-01 12:48:36.297928"], ["datetime", "2020-11-18 10:07:04.879547"], ["created_at", "2020-11-18 13:20:06.968207"], ["updated_at", "2020-11-18 13:20:06.968207"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:06.973827"], ["updated_at", "2020-11-18 13:20:06.973827"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 27.6558044603516], ["string", "Ea quas sit."], ["date", "2022-03-13"], ["time", "2000-01-01 03:21:30.205586"], ["datetime", "2020-11-18 11:35:02.834852"], ["created_at", "2020-11-18 13:20:07.010854"], ["updated_at", "2020-11-18 13:20:07.010854"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 29], ["decimal", 9.52592432499587], ["string", "Dolores et assumenda quia."], ["date", "2021-10-08"], ["time", "2000-01-01 20:14:28.432992"], ["datetime", "2020-11-18 01:46:40.950865"], ["created_at", "2020-11-18 13:20:07.013704"], ["updated_at", "2020-11-18 13:20:07.013704"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 1.6304893516342], ["string", "Aperiam eos ullam."], ["date", "2019-11-04"], ["time", "2000-01-01 09:41:11.109691"], ["datetime", "2020-11-17 20:58:19.522930"], ["created_at", "2020-11-18 13:20:07.016413"], ["updated_at", "2020-11-18 13:20:07.016413"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 1.49074770610597], ["string", "Impedit et voluptatem autem."], ["date", "2019-07-18"], ["time", "2000-01-01 19:49:07.291684"], ["datetime", "2020-11-18 04:36:17.605273"], ["created_at", "2020-11-18 13:20:07.020459"], ["updated_at", "2020-11-18 13:20:07.020459"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 22.9100123362513], ["string", "Earum et consequatur."], ["date", "2021-08-14"], ["time", "2000-01-01 15:06:27.060884"], ["datetime", "2020-11-18 02:40:39.828302"], ["created_at", "2020-11-18 13:20:07.023594"], ["updated_at", "2020-11-18 13:20:07.023594"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 3.25368605452848], ["string", "Saepe eveniet aut."], ["created_at", "2020-11-18 13:20:07.026163"], ["updated_at", "2020-11-18 13:20:07.026163"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 14.7468929957489], ["string", "Iusto quos error veniam."], ["created_at", "2020-11-18 13:20:07.028236"], ["updated_at", "2020-11-18 13:20:07.028236"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 5.15455324009074], ["string", "Numquam aut et."], ["created_at", "2020-11-18 13:20:07.030030"], ["updated_at", "2020-11-18 13:20:07.030030"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1021], ["decimal", 7.82741542254405], ["string", "Rerum molestiae incidunt voluptates."], ["created_at", "2020-11-18 13:20:07.031768"], ["updated_at", "2020-11-18 13:20:07.031768"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.4ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1032], ["decimal", 15.4422292541693], ["string", "Necessitatibus et fugit."], ["created_at", "2020-11-18 13:20:07.033821"], ["updated_at", "2020-11-18 13:20:07.033821"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:20:07.037733"], ["updated_at", "2020-11-18 13:20:07.037733"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:20:07.040318"], ["updated_at", "2020-11-18 13:20:07.040318"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:20:07.042454"], ["updated_at", "2020-11-18 13:20:07.042454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:20:07.044440"], ["updated_at", "2020-11-18 13:20:07.044440"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:20:07.047438"], ["updated_at", "2020-11-18 13:20:07.047438"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-18 13:20:07.050401"], ["updated_at", "2020-11-18 13:20:07.050401"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-18 13:20:07.052861"], ["updated_at", "2020-11-18 13:20:07.052861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-18 13:20:07.055331"], ["updated_at", "2020-11-18 13:20:07.055331"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-18 13:20:07.058055"], ["updated_at", "2020-11-18 13:20:07.058055"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-18 13:20:07.060789"], ["updated_at", "2020-11-18 13:20:07.060789"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 13:20:07.062516"], ["updated_at", "2020-11-18 13:20:07.062516"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 13:20:07.064194"], ["updated_at", "2020-11-18 13:20:07.064194"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 13:20:07.065876"], ["updated_at", "2020-11-18 13:20:07.065876"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:20:07.067667"], ["updated_at", "2020-11-18 13:20:07.067667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 13:20:07.069404"], ["updated_at", "2020-11-18 13:20:07.069404"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:07.071545"], ["updated_at", "2020-11-18 13:20:07.071545"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:07.073439"], ["updated_at", "2020-11-18 13:20:07.073439"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:07.075213"], ["updated_at", "2020-11-18 13:20:07.075213"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:07.076991"], ["updated_at", "2020-11-18 13:20:07.076991"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:07.078723"], ["updated_at", "2020-11-18 13:20:07.078723"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:20:07.089079"], ["updated_at", "2020-11-18 13:20:07.089079"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:20:07.091377"], ["updated_at", "2020-11-18 13:20:07.091377"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:20:07.094040"], ["updated_at", "2020-11-18 13:20:07.094040"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:20:07.097499"], ["updated_at", "2020-11-18 13:20:07.097499"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:20:07.099330"], ["updated_at", "2020-11-18 13:20:07.099330"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:07.100356"], ["updated_at", "2020-11-18 13:20:07.100356"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:07.101292"], ["updated_at", "2020-11-18 13:20:07.101292"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:07.102127"], ["updated_at", "2020-11-18 13:20:07.102127"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:07.103043"], ["updated_at", "2020-11-18 13:20:07.103043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:07.104053"], ["updated_at", "2020-11-18 13:20:07.104053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:20:07.105047"], ["updated_at", "2020-11-18 13:20:07.105047"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:20:07.106028"], ["updated_at", "2020-11-18 13:20:07.106028"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:20:07.107250"], ["updated_at", "2020-11-18 13:20:07.107250"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:20:07.108468"], ["updated_at", "2020-11-18 13:20:07.108468"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:20:07.109576"], ["updated_at", "2020-11-18 13:20:07.109576"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 4.22792596832027], ["string", "Libero qui in."], ["date", "2019-05-26"], ["time", "2000-01-01 13:03:30.653979"], ["datetime", "2020-11-18 07:01:07.379565"], ["created_at", "2020-11-18 13:20:07.111411"], ["updated_at", "2020-11-18 13:20:07.111411"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 11.0775396614109], ["string", "Culpa sequi adipisci reiciendis."], ["date", "2019-08-10"], ["time", "2000-01-01 07:24:28.215859"], ["datetime", "2020-11-18 02:26:40.239215"], ["created_at", "2020-11-18 13:20:07.113527"], ["updated_at", "2020-11-18 13:20:07.113527"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 7.73474173314636], ["string", "Quasi illo officia."], ["date", "2019-11-21"], ["time", "2000-01-01 19:17:37.758101"], ["datetime", "2020-11-18 07:21:42.183152"], ["created_at", "2020-11-18 13:20:07.115903"], ["updated_at", "2020-11-18 13:20:07.115903"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 20.5934241571963], ["string", "Mollitia ut amet voluptatum."], ["date", "2021-12-12"], ["time", "2000-01-01 19:15:45.169915"], ["datetime", "2020-11-18 08:46:52.458480"], ["created_at", "2020-11-18 13:20:07.118248"], ["updated_at", "2020-11-18 13:20:07.118248"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 11.5506085760287], ["string", "Sint aut et."], ["date", "2021-11-06"], ["time", "2000-01-01 14:25:08.943490"], ["datetime", "2020-11-17 22:31:36.619453"], ["created_at", "2020-11-18 13:20:07.120490"], ["updated_at", "2020-11-18 13:20:07.120490"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 6.07901772942423], ["string", "Eveniet animi voluptatum."], ["created_at", "2020-11-18 13:20:07.122882"], ["updated_at", "2020-11-18 13:20:07.122882"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 2.42114785939992], ["string", "Earum ratione laudantium accusamus."], ["created_at", "2020-11-18 13:20:07.125757"], ["updated_at", "2020-11-18 13:20:07.125757"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 3.7809116629833], ["string", "Quidem et voluptatem."], ["created_at", "2020-11-18 13:20:07.128632"], ["updated_at", "2020-11-18 13:20:07.128632"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 2.54995739718828], ["string", "Magni inventore eum natus."], ["created_at", "2020-11-18 13:20:07.131256"], ["updated_at", "2020-11-18 13:20:07.131256"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 0.000311968747914393], ["string", "Sed illum velit."], ["created_at", "2020-11-18 13:20:07.134019"], ["updated_at", "2020-11-18 13:20:07.134019"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 13:20:07.137643"], ["updated_at", "2020-11-18 13:20:07.137643"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:20:07.141137"], ["updated_at", "2020-11-18 13:20:07.141137"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:20:07.144685"], ["updated_at", "2020-11-18 13:20:07.144685"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 13:20:07.148176"], ["updated_at", "2020-11-18 13:20:07.148176"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:20:07.151678"], ["updated_at", "2020-11-18 13:20:07.151678"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 10], ["created_at", "2020-11-18 13:20:07.156469"], ["updated_at", "2020-11-18 13:20:07.156469"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 2], ["created_at", "2020-11-18 13:20:07.160927"], ["updated_at", "2020-11-18 13:20:07.160927"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-18 13:20:07.165098"], ["updated_at", "2020-11-18 13:20:07.165098"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 5], ["created_at", "2020-11-18 13:20:07.168130"], ["updated_at", "2020-11-18 13:20:07.168130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-18 13:20:07.170927"], ["updated_at", "2020-11-18 13:20:07.170927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 13:20:07.173442"], ["updated_at", "2020-11-18 13:20:07.173442"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 13:20:07.176530"], ["updated_at", "2020-11-18 13:20:07.176530"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 13:20:07.178760"], ["updated_at", "2020-11-18 13:20:07.178760"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-18 13:20:07.180944"], ["updated_at", "2020-11-18 13:20:07.180944"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 13:20:07.183185"], ["updated_at", "2020-11-18 13:20:07.183185"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:20:07.185663"], ["updated_at", "2020-11-18 13:20:07.185663"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:20:07.188057"], ["updated_at", "2020-11-18 13:20:07.188057"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:20:07.190994"], ["updated_at", "2020-11-18 13:20:07.190994"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.3ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:20:07.212026"], ["updated_at", "2020-11-18 13:20:07.212026"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:20:07.215097"], ["updated_at", "2020-11-18 13:20:07.215097"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_2 India Create (0.3ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 13:20:07.240685"], ["updated_at", "2020-11-18 13:20:07.240685"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 13:20:07.244779"], ["updated_at", "2020-11-18 13:20:07.244779"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 13:20:07.248766"], ["updated_at", "2020-11-18 13:20:07.248766"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:20:07.252464"], ["updated_at", "2020-11-18 13:20:07.252464"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 13:20:07.256293"], ["updated_at", "2020-11-18 13:20:07.256293"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:07.259259"], ["updated_at", "2020-11-18 13:20:07.259259"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:07.261628"], ["updated_at", "2020-11-18 13:20:07.261628"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:07.263553"], ["updated_at", "2020-11-18 13:20:07.263553"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:07.265553"], ["updated_at", "2020-11-18 13:20:07.265553"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:07.267618"], ["updated_at", "2020-11-18 13:20:07.267618"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:20:07.269415"], ["updated_at", "2020-11-18 13:20:07.269415"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:20:07.271365"], ["updated_at", "2020-11-18 13:20:07.271365"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:20:07.273164"], ["updated_at", "2020-11-18 13:20:07.273164"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:20:07.275230"], ["updated_at", "2020-11-18 13:20:07.275230"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:20:07.277273"], ["updated_at", "2020-11-18 13:20:07.277273"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 12.6830645899932], ["string", "Nesciunt atque quam."], ["date", "2019-09-30"], ["time", "2000-01-01 18:47:35.112394"], ["datetime", "2020-11-17 19:19:23.860986"], ["created_at", "2020-11-18 13:20:07.281180"], ["updated_at", "2020-11-18 13:20:07.281180"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 27.9381971717418], ["string", "Quia labore quaerat ea."], ["date", "2018-11-22"], ["time", "2000-01-01 21:08:50.457249"], ["datetime", "2020-11-18 05:00:35.001559"], ["created_at", "2020-11-18 13:20:07.285987"], ["updated_at", "2020-11-18 13:20:07.285987"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 11.2391400170302], ["string", "Dolor animi repellendus."], ["date", "2021-06-20"], ["time", "2000-01-01 12:19:55.647326"], ["datetime", "2020-11-18 07:47:33.100344"], ["created_at", "2020-11-18 13:20:07.290462"], ["updated_at", "2020-11-18 13:20:07.290462"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 2.80710278666615], ["string", "Earum delectus et repudiandae."], ["date", "2019-12-06"], ["time", "2000-01-01 03:08:17.058870"], ["datetime", "2020-11-17 16:07:13.467110"], ["created_at", "2020-11-18 13:20:07.295121"], ["updated_at", "2020-11-18 13:20:07.295121"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 22.6893136384402], ["string", "Velit quos ex."], ["date", "2022-10-15"], ["time", "2000-01-01 08:49:30.293158"], ["datetime", "2020-11-18 01:16:56.259098"], ["created_at", "2020-11-18 13:20:07.299802"], ["updated_at", "2020-11-18 13:20:07.299802"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 38.6678515870377], ["string", "Ea sint qui."], ["created_at", "2020-11-18 13:20:07.303700"], ["updated_at", "2020-11-18 13:20:07.303700"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 22.7239078638712], ["string", "Saepe quia ut repellat."], ["created_at", "2020-11-18 13:20:07.306925"], ["updated_at", "2020-11-18 13:20:07.306925"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1025], ["decimal", 7.74842974897385], ["string", "Ab sapiente quis."], ["created_at", "2020-11-18 13:20:07.310447"], ["updated_at", "2020-11-18 13:20:07.310447"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 4.16440327556555], ["string", "Ut amet quo nihil."], ["created_at", "2020-11-18 13:20:07.314386"], ["updated_at", "2020-11-18 13:20:07.314386"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 9.91842727482677], ["string", "Quasi numquam beatae."], ["created_at", "2020-11-18 13:20:07.317548"], ["updated_at", "2020-11-18 13:20:07.317548"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 13:20:07.321636"], ["updated_at", "2020-11-18 13:20:07.321636"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.2ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-18 13:20:07.325735"], ["updated_at", "2020-11-18 13:20:07.325735"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:20:07.329397"], ["updated_at", "2020-11-18 13:20:07.329397"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 13:20:07.332808"], ["updated_at", "2020-11-18 13:20:07.332808"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-18 13:20:07.336262"], ["updated_at", "2020-11-18 13:20:07.336262"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 4], ["created_at", "2020-11-18 13:20:07.341554"], ["updated_at", "2020-11-18 13:20:07.341554"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 11], ["created_at", "2020-11-18 13:20:07.345513"], ["updated_at", "2020-11-18 13:20:07.345513"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 14], ["created_at", "2020-11-18 13:20:07.349026"], ["updated_at", "2020-11-18 13:20:07.349026"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 10], ["created_at", "2020-11-18 13:20:07.353078"], ["updated_at", "2020-11-18 13:20:07.353078"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 12], ["created_at", "2020-11-18 13:20:07.357450"], ["updated_at", "2020-11-18 13:20:07.357450"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 13:20:07.361317"], ["updated_at", "2020-11-18 13:20:07.361317"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-18 13:20:07.364225"], ["updated_at", "2020-11-18 13:20:07.364225"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 15], ["created_at", "2020-11-18 13:20:07.366908"], ["updated_at", "2020-11-18 13:20:07.366908"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:20:07.369618"], ["updated_at", "2020-11-18 13:20:07.369618"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 13:20:07.372460"], ["updated_at", "2020-11-18 13:20:07.372460"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:20:07.375451"], ["updated_at", "2020-11-18 13:20:07.375451"], ["india_id", 6]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:20:07.378202"], ["updated_at", "2020-11-18 13:20:07.378202"], ["india_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:20:07.380732"], ["updated_at", "2020-11-18 13:20:07.380732"], ["india_id", 6]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:20:07.383057"], ["updated_at", "2020-11-18 13:20:07.383057"], ["india_id", 10]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:20:07.385434"], ["updated_at", "2020-11-18 13:20:07.385434"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:20:07.400902"], ["updated_at", "2020-11-18 13:20:07.400902"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 13:20:07.403514"], ["updated_at", "2020-11-18 13:20:07.403514"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-18 13:20:07.405832"], ["updated_at", "2020-11-18 13:20:07.405832"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:20:07.408640"], ["updated_at", "2020-11-18 13:20:07.408640"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:20:07.410941"], ["updated_at", "2020-11-18 13:20:07.410941"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:07.412298"], ["updated_at", "2020-11-18 13:20:07.412298"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:07.413407"], ["updated_at", "2020-11-18 13:20:07.413407"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:07.414483"], ["updated_at", "2020-11-18 13:20:07.414483"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:07.415502"], ["updated_at", "2020-11-18 13:20:07.415502"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:20:07.416744"], ["updated_at", "2020-11-18 13:20:07.416744"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:20:07.417958"], ["updated_at", "2020-11-18 13:20:07.417958"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:20:07.419117"], ["updated_at", "2020-11-18 13:20:07.419117"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:20:07.420465"], ["updated_at", "2020-11-18 13:20:07.420465"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:20:07.421715"], ["updated_at", "2020-11-18 13:20:07.421715"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:20:07.423261"], ["updated_at", "2020-11-18 13:20:07.423261"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.8ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (1.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.4ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 3.00973873351706], ["string", "Tempore voluptas voluptatem."], ["date", "2021-08-27"], ["time", "2000-01-01 22:50:37.264167"], ["datetime", "2020-11-17 15:13:27.646678"], ["created_at", "2020-11-18 13:26:34.392969"], ["updated_at", "2020-11-18 13:26:34.392969"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 29.2509271646324], ["string", "Assumenda voluptatibus dicta hic."], ["date", "2019-12-18"], ["time", "2000-01-01 11:08:37.424590"], ["datetime", "2020-11-18 04:37:34.950462"], ["created_at", "2020-11-18 13:26:34.395708"], ["updated_at", "2020-11-18 13:26:34.395708"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 6.70101283754866], ["string", "Culpa nesciunt ut."], ["date", "2022-03-29"], ["time", "2000-01-01 08:59:07.221405"], ["datetime", "2020-11-17 22:11:35.257244"], ["created_at", "2020-11-18 13:26:34.397868"], ["updated_at", "2020-11-18 13:26:34.397868"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 22], ["decimal", 1.64068189474549], ["string", "Est deserunt repudiandae nisi."], ["date", "2019-12-28"], ["time", "2000-01-01 19:45:23.029016"], ["datetime", "2020-11-17 14:21:42.880392"], ["created_at", "2020-11-18 13:26:34.400160"], ["updated_at", "2020-11-18 13:26:34.400160"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 7.1300845099304], ["string", "Quos suscipit vel."], ["date", "2022-01-31"], ["time", "2000-01-01 22:14:28.185770"], ["datetime", "2020-11-18 12:01:24.537263"], ["created_at", "2020-11-18 13:26:34.402396"], ["updated_at", "2020-11-18 13:26:34.402396"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1040], ["decimal", 0.542773155525048], ["string", "Sit tempore debitis."], ["created_at", "2020-11-18 13:26:34.410591"], ["updated_at", "2020-11-18 13:26:34.410591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 23.5208368855349], ["string", "Eius autem quam debitis."], ["created_at", "2020-11-18 13:26:34.412246"], ["updated_at", "2020-11-18 13:26:34.412246"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 19.8506553683646], ["string", "Enim dolores illum."], ["created_at", "2020-11-18 13:26:34.413599"], ["updated_at", "2020-11-18 13:26:34.413599"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 0.738351863495544], ["string", "Excepturi sunt temporibus et."], ["created_at", "2020-11-18 13:26:34.415002"], ["updated_at", "2020-11-18 13:26:34.415002"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 0.808931658713914], ["string", "Sint qui in."], ["created_at", "2020-11-18 13:26:34.416283"], ["updated_at", "2020-11-18 13:26:34.416283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:26:34.424669"], ["updated_at", "2020-11-18 13:26:34.424669"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:26:34.427327"], ["updated_at", "2020-11-18 13:26:34.427327"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:26:34.429932"], ["updated_at", "2020-11-18 13:26:34.429932"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:26:34.431908"], ["updated_at", "2020-11-18 13:26:34.431908"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:26:34.433962"], ["updated_at", "2020-11-18 13:26:34.433962"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-18 13:26:34.441817"], ["updated_at", "2020-11-18 13:26:34.441817"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-18 13:26:34.445092"], ["updated_at", "2020-11-18 13:26:34.445092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-18 13:26:34.447600"], ["updated_at", "2020-11-18 13:26:34.447600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-18 13:26:34.449937"], ["updated_at", "2020-11-18 13:26:34.449937"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-18 13:26:34.452016"], ["updated_at", "2020-11-18 13:26:34.452016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:26:34.458527"], ["updated_at", "2020-11-18 13:26:34.458527"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 13:26:34.460358"], ["updated_at", "2020-11-18 13:26:34.460358"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 13:26:34.461753"], ["updated_at", "2020-11-18 13:26:34.461753"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 13:26:34.463105"], ["updated_at", "2020-11-18 13:26:34.463105"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 13:26:34.464580"], ["updated_at", "2020-11-18 13:26:34.464580"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:34.470063"], ["updated_at", "2020-11-18 13:26:34.470063"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:34.471581"], ["updated_at", "2020-11-18 13:26:34.471581"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:34.473325"], ["updated_at", "2020-11-18 13:26:34.473325"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:34.475699"], ["updated_at", "2020-11-18 13:26:34.475699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:34.477874"], ["updated_at", "2020-11-18 13:26:34.477874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:26:34.500393"], ["updated_at", "2020-11-18 13:26:34.500393"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:26:34.502966"], ["updated_at", "2020-11-18 13:26:34.502966"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:26:34.505214"], ["updated_at", "2020-11-18 13:26:34.505214"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:26:34.507560"], ["updated_at", "2020-11-18 13:26:34.507560"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:26:34.510063"], ["updated_at", "2020-11-18 13:26:34.510063"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:34.515025"], ["updated_at", "2020-11-18 13:26:34.515025"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:34.516532"], ["updated_at", "2020-11-18 13:26:34.516532"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:34.517841"], ["updated_at", "2020-11-18 13:26:34.517841"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:34.519119"], ["updated_at", "2020-11-18 13:26:34.519119"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:34.520312"], ["updated_at", "2020-11-18 13:26:34.520312"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:26:34.524461"], ["updated_at", "2020-11-18 13:26:34.524461"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:26:34.526277"], ["updated_at", "2020-11-18 13:26:34.526277"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:26:34.527619"], ["updated_at", "2020-11-18 13:26:34.527619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:26:34.528957"], ["updated_at", "2020-11-18 13:26:34.528957"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:26:34.530183"], ["updated_at", "2020-11-18 13:26:34.530183"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 3.62450490014745], ["string", "Voluptatem quis modi."], ["date", "2022-11-07"], ["time", "2000-01-01 07:19:44.333335"], ["datetime", "2020-11-18 04:26:52.610320"], ["created_at", "2020-11-18 13:26:34.531941"], ["updated_at", "2020-11-18 13:26:34.531941"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 12.2093119333659], ["string", "Debitis cum sed excepturi."], ["date", "2020-09-24"], ["time", "2000-01-01 03:40:49.458296"], ["datetime", "2020-11-17 13:42:17.967807"], ["created_at", "2020-11-18 13:26:34.533989"], ["updated_at", "2020-11-18 13:26:34.533989"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 2.40704598901897], ["string", "Amet consequatur voluptas."], ["date", "2021-05-26"], ["time", "2000-01-01 04:01:52.761329"], ["datetime", "2020-11-18 13:04:47.085779"], ["created_at", "2020-11-18 13:26:34.535994"], ["updated_at", "2020-11-18 13:26:34.535994"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 23.2723490229438], ["string", "Aspernatur eos dolores velit."], ["date", "2022-02-18"], ["time", "2000-01-01 15:29:45.962652"], ["datetime", "2020-11-17 15:51:11.178541"], ["created_at", "2020-11-18 13:26:34.537924"], ["updated_at", "2020-11-18 13:26:34.537924"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 6.4738317417286], ["string", "Minus ullam quasi."], ["date", "2022-10-04"], ["time", "2000-01-01 10:08:51.868332"], ["datetime", "2020-11-17 15:14:11.091527"], ["created_at", "2020-11-18 13:26:34.539960"], ["updated_at", "2020-11-18 13:26:34.539960"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 0.364992740485621], ["string", "Ut eos deleniti."], ["created_at", "2020-11-18 13:26:34.542200"], ["updated_at", "2020-11-18 13:26:34.542200"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 25.3427891942944], ["string", "Et impedit tenetur quia."], ["created_at", "2020-11-18 13:26:34.543839"], ["updated_at", "2020-11-18 13:26:34.543839"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 7.82535276612328], ["string", "Doloribus fugiat eius."], ["created_at", "2020-11-18 13:26:34.545445"], ["updated_at", "2020-11-18 13:26:34.545445"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1030], ["decimal", 6.68050687652339], ["string", "Quisquam tempore nulla quis."], ["created_at", "2020-11-18 13:26:34.547076"], ["updated_at", "2020-11-18 13:26:34.547076"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 15.2086012423224], ["string", "Nisi assumenda dolorum."], ["created_at", "2020-11-18 13:26:34.549286"], ["updated_at", "2020-11-18 13:26:34.549286"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:26:34.551235"], ["updated_at", "2020-11-18 13:26:34.551235"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:26:34.552919"], ["updated_at", "2020-11-18 13:26:34.552919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:26:34.554546"], ["updated_at", "2020-11-18 13:26:34.554546"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:26:34.556145"], ["updated_at", "2020-11-18 13:26:34.556145"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:26:34.558400"], ["updated_at", "2020-11-18 13:26:34.558400"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-18 13:26:34.561522"], ["updated_at", "2020-11-18 13:26:34.561522"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 1], ["created_at", "2020-11-18 13:26:34.563923"], ["updated_at", "2020-11-18 13:26:34.563923"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-18 13:26:34.566172"], ["updated_at", "2020-11-18 13:26:34.566172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 3], ["created_at", "2020-11-18 13:26:34.568422"], ["updated_at", "2020-11-18 13:26:34.568422"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 9], ["created_at", "2020-11-18 13:26:34.570726"], ["updated_at", "2020-11-18 13:26:34.570726"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 13:26:34.572568"], ["updated_at", "2020-11-18 13:26:34.572568"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 13:26:34.574750"], ["updated_at", "2020-11-18 13:26:34.574750"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 13:26:34.577015"], ["updated_at", "2020-11-18 13:26:34.577015"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:26:34.578922"], ["updated_at", "2020-11-18 13:26:34.578922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 13:26:34.580722"], ["updated_at", "2020-11-18 13:26:34.580722"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:26:34.582880"], ["updated_at", "2020-11-18 13:26:34.582880"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:26:34.584591"], ["updated_at", "2020-11-18 13:26:34.584591"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:26:34.586228"], ["updated_at", "2020-11-18 13:26:34.586228"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:26:34.587842"], ["updated_at", "2020-11-18 13:26:34.587842"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:26:34.589466"], ["updated_at", "2020-11-18 13:26:34.589466"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 13:26:34.600668"], ["updated_at", "2020-11-18 13:26:34.600668"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 13:26:34.602663"], ["updated_at", "2020-11-18 13:26:34.602663"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 13:26:34.605132"], ["updated_at", "2020-11-18 13:26:34.605132"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:26:34.607627"], ["updated_at", "2020-11-18 13:26:34.607627"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:26:34.610465"], ["updated_at", "2020-11-18 13:26:34.610465"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:34.611983"], ["updated_at", "2020-11-18 13:26:34.611983"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:34.613295"], ["updated_at", "2020-11-18 13:26:34.613295"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:34.614616"], ["updated_at", "2020-11-18 13:26:34.614616"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:34.615920"], ["updated_at", "2020-11-18 13:26:34.615920"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:34.617196"], ["updated_at", "2020-11-18 13:26:34.617196"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:26:34.618534"], ["updated_at", "2020-11-18 13:26:34.618534"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:26:34.619845"], ["updated_at", "2020-11-18 13:26:34.619845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:26:34.620981"], ["updated_at", "2020-11-18 13:26:34.620981"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:26:34.621994"], ["updated_at", "2020-11-18 13:26:34.621994"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:26:34.623057"], ["updated_at", "2020-11-18 13:26:34.623057"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 5.30295580781037], ["string", "Tempore odit reiciendis."], ["date", "2021-01-15"], ["time", "2000-01-01 15:35:13.231953"], ["datetime", "2020-11-18 12:47:22.364541"], ["created_at", "2020-11-18 13:26:34.625142"], ["updated_at", "2020-11-18 13:26:34.625142"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 19.6444196725474], ["string", "Voluptatem voluptas incidunt ad."], ["date", "2020-06-07"], ["time", "2000-01-01 17:52:55.614789"], ["datetime", "2020-11-18 09:22:48.028230"], ["created_at", "2020-11-18 13:26:34.628243"], ["updated_at", "2020-11-18 13:26:34.628243"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 15.7841515207018], ["string", "Recusandae tenetur sed."], ["date", "2022-10-20"], ["time", "2000-01-01 09:43:24.563992"], ["datetime", "2020-11-18 09:20:34.237940"], ["created_at", "2020-11-18 13:26:34.630513"], ["updated_at", "2020-11-18 13:26:34.630513"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 4.62460859162483], ["string", "Ipsa dolor cum neque."], ["date", "2022-06-14"], ["time", "2000-01-01 04:22:38.006310"], ["datetime", "2020-11-17 16:05:32.958661"], ["created_at", "2020-11-18 13:26:34.632692"], ["updated_at", "2020-11-18 13:26:34.632692"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 2.68609414831074], ["string", "Quaerat non non."], ["date", "2021-08-16"], ["time", "2000-01-01 02:14:48.757919"], ["datetime", "2020-11-18 00:05:42.362822"], ["created_at", "2020-11-18 13:26:34.634868"], ["updated_at", "2020-11-18 13:26:34.634868"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 12.053533220541], ["string", "Dicta et illo."], ["created_at", "2020-11-18 13:26:34.636869"], ["updated_at", "2020-11-18 13:26:34.636869"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 10.1634027265807], ["string", "Debitis iusto quam distinctio."], ["created_at", "2020-11-18 13:26:34.638422"], ["updated_at", "2020-11-18 13:26:34.638422"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 6.99337590337306], ["string", "Est suscipit eaque."], ["created_at", "2020-11-18 13:26:34.640039"], ["updated_at", "2020-11-18 13:26:34.640039"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 6.49849586086545], ["string", "Iure nihil aut qui."], ["created_at", "2020-11-18 13:26:34.642447"], ["updated_at", "2020-11-18 13:26:34.642447"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 24.855736237284], ["string", "Ipsa ut cupiditate."], ["created_at", "2020-11-18 13:26:34.644409"], ["updated_at", "2020-11-18 13:26:34.644409"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:26:34.646602"], ["updated_at", "2020-11-18 13:26:34.646602"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:26:34.648583"], ["updated_at", "2020-11-18 13:26:34.648583"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:26:34.650532"], ["updated_at", "2020-11-18 13:26:34.650532"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 13:26:34.652443"], ["updated_at", "2020-11-18 13:26:34.652443"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:26:34.654369"], ["updated_at", "2020-11-18 13:26:34.654369"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 10], ["created_at", "2020-11-18 13:26:34.657338"], ["updated_at", "2020-11-18 13:26:34.657338"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 10], ["created_at", "2020-11-18 13:26:34.660920"], ["updated_at", "2020-11-18 13:26:34.660920"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 7], ["created_at", "2020-11-18 13:26:34.663554"], ["updated_at", "2020-11-18 13:26:34.663554"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 9], ["created_at", "2020-11-18 13:26:34.666113"], ["updated_at", "2020-11-18 13:26:34.666113"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 2], ["created_at", "2020-11-18 13:26:34.668737"], ["updated_at", "2020-11-18 13:26:34.668737"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 15], ["created_at", "2020-11-18 13:26:34.670881"], ["updated_at", "2020-11-18 13:26:34.670881"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:26:34.672835"], ["updated_at", "2020-11-18 13:26:34.672835"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-18 13:26:34.675442"], ["updated_at", "2020-11-18 13:26:34.675442"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-18 13:26:34.677989"], ["updated_at", "2020-11-18 13:26:34.677989"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 13:26:34.679994"], ["updated_at", "2020-11-18 13:26:34.679994"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:26:34.682027"], ["updated_at", "2020-11-18 13:26:34.682027"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:26:34.683932"], ["updated_at", "2020-11-18 13:26:34.683932"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:26:34.685790"], ["updated_at", "2020-11-18 13:26:34.685790"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:26:34.687658"], ["updated_at", "2020-11-18 13:26:34.687658"], ["india_id", 9]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:26:34.689591"], ["updated_at", "2020-11-18 13:26:34.689591"], ["india_id", 6]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:26:34.708035"], ["updated_at", "2020-11-18 13:26:34.708035"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 13:26:34.710579"], ["updated_at", "2020-11-18 13:26:34.710579"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:26:34.712554"], ["updated_at", "2020-11-18 13:26:34.712554"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 13:26:34.714458"], ["updated_at", "2020-11-18 13:26:34.714458"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:26:34.716284"], ["updated_at", "2020-11-18 13:26:34.716284"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:34.717455"], ["updated_at", "2020-11-18 13:26:34.717455"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:34.718546"], ["updated_at", "2020-11-18 13:26:34.718546"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:34.719556"], ["updated_at", "2020-11-18 13:26:34.719556"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:34.720537"], ["updated_at", "2020-11-18 13:26:34.720537"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:34.721529"], ["updated_at", "2020-11-18 13:26:34.721529"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:26:34.722601"], ["updated_at", "2020-11-18 13:26:34.722601"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:26:34.723730"], ["updated_at", "2020-11-18 13:26:34.723730"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:26:34.725171"], ["updated_at", "2020-11-18 13:26:34.725171"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:26:34.726509"], ["updated_at", "2020-11-18 13:26:34.726509"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:26:34.727597"], ["updated_at", "2020-11-18 13:26:34.727597"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 6.03050191944565], ["string", "Natus nostrum commodi."], ["date", "2019-10-13"], ["time", "2000-01-01 22:46:28.229497"], ["datetime", "2020-11-17 14:07:21.572539"], ["created_at", "2020-11-18 13:26:34.771616"], ["updated_at", "2020-11-18 13:26:34.771616"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 0.424693930163487], ["string", "Sequi hic perferendis corrupti."], ["date", "2019-03-17"], ["time", "2000-01-01 18:29:11.443174"], ["datetime", "2020-11-17 15:11:13.697624"], ["created_at", "2020-11-18 13:26:34.774320"], ["updated_at", "2020-11-18 13:26:34.774320"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 22.5259163508016], ["string", "Non quam beatae."], ["date", "2019-05-27"], ["time", "2000-01-01 03:59:58.929727"], ["datetime", "2020-11-17 21:11:24.707690"], ["created_at", "2020-11-18 13:26:34.776938"], ["updated_at", "2020-11-18 13:26:34.776938"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 8.83550323952364], ["string", "In sint nobis."], ["date", "2019-09-21"], ["time", "2000-01-01 14:05:38.642386"], ["datetime", "2020-11-18 05:39:20.230745"], ["created_at", "2020-11-18 13:26:34.781916"], ["updated_at", "2020-11-18 13:26:34.781916"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 21], ["decimal", 19.5988269584572], ["string", "Perspiciatis enim debitis eius."], ["date", "2022-01-15"], ["time", "2000-01-01 11:02:38.900401"], ["datetime", "2020-11-18 01:34:48.324027"], ["created_at", "2020-11-18 13:26:34.785348"], ["updated_at", "2020-11-18 13:26:34.785348"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 1.93043411263459], ["string", "Assumenda et quas."], ["date", "2019-08-02"], ["time", "2000-01-01 21:25:59.392980"], ["datetime", "2020-11-17 20:55:34.081623"], ["created_at", "2020-11-18 13:26:34.788144"], ["updated_at", "2020-11-18 13:26:34.788144"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:34.792766"], ["updated_at", "2020-11-18 13:26:34.792766"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 16.9426483278929], ["string", "Nemo natus voluptatibus."], ["date", "2022-07-06"], ["time", "2000-01-01 03:36:00.868056"], ["datetime", "2020-11-18 05:27:43.004885"], ["created_at", "2020-11-18 13:26:34.832751"], ["updated_at", "2020-11-18 13:26:34.832751"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 35], ["decimal", 5.19638341593028], ["string", "Dolore omnis sequi qui."], ["date", "2021-09-17"], ["time", "2000-01-01 06:55:17.613960"], ["datetime", "2020-11-17 14:12:07.593441"], ["created_at", "2020-11-18 13:26:34.836691"], ["updated_at", "2020-11-18 13:26:34.836691"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 3.46036364493049], ["string", "Ea odit sapiente."], ["date", "2021-09-25"], ["time", "2000-01-01 02:04:55.210845"], ["datetime", "2020-11-18 00:47:25.657661"], ["created_at", "2020-11-18 13:26:34.839764"], ["updated_at", "2020-11-18 13:26:34.839764"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 7.12205903720523], ["string", "Qui dolores ut aut."], ["date", "2019-05-20"], ["time", "2000-01-01 14:04:39.879641"], ["datetime", "2020-11-18 11:30:11.196059"], ["created_at", "2020-11-18 13:26:34.843244"], ["updated_at", "2020-11-18 13:26:34.843244"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 9.93595141755186], ["string", "Voluptatem dolor sed."], ["date", "2022-09-10"], ["time", "2000-01-01 09:11:11.614618"], ["datetime", "2020-11-18 10:25:45.659373"], ["created_at", "2020-11-18 13:26:34.846610"], ["updated_at", "2020-11-18 13:26:34.846610"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["decimal", 19.804347362509], ["string", "Iusto ad dicta."], ["created_at", "2020-11-18 13:26:34.849939"], ["updated_at", "2020-11-18 13:26:34.849939"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1031], ["decimal", 32.8018458128525], ["string", "Delectus quas soluta eum."], ["created_at", "2020-11-18 13:26:34.852943"], ["updated_at", "2020-11-18 13:26:34.852943"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 0.758991172826002], ["string", "Ut quidem odio."], ["created_at", "2020-11-18 13:26:34.855283"], ["updated_at", "2020-11-18 13:26:34.855283"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 2.412489786314], ["string", "Molestiae et ipsam aut."], ["created_at", "2020-11-18 13:26:34.857508"], ["updated_at", "2020-11-18 13:26:34.857508"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 9.88918263834918], ["string", "Ipsum reprehenderit esse."], ["created_at", "2020-11-18 13:26:34.860174"], ["updated_at", "2020-11-18 13:26:34.860174"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:26:34.863536"], ["updated_at", "2020-11-18 13:26:34.863536"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:26:34.866507"], ["updated_at", "2020-11-18 13:26:34.866507"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:26:34.869328"], ["updated_at", "2020-11-18 13:26:34.869328"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:26:34.872083"], ["updated_at", "2020-11-18 13:26:34.872083"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:26:34.875384"], ["updated_at", "2020-11-18 13:26:34.875384"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-18 13:26:34.879904"], ["updated_at", "2020-11-18 13:26:34.879904"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-18 13:26:34.884018"], ["updated_at", "2020-11-18 13:26:34.884018"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-18 13:26:34.887532"], ["updated_at", "2020-11-18 13:26:34.887532"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-18 13:26:34.891112"], ["updated_at", "2020-11-18 13:26:34.891112"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-18 13:26:34.895025"], ["updated_at", "2020-11-18 13:26:34.895025"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:26:34.897743"], ["updated_at", "2020-11-18 13:26:34.897743"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 13:26:34.900688"], ["updated_at", "2020-11-18 13:26:34.900688"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 13:26:34.903458"], ["updated_at", "2020-11-18 13:26:34.903458"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:26:34.905911"], ["updated_at", "2020-11-18 13:26:34.905911"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 13:26:34.908879"], ["updated_at", "2020-11-18 13:26:34.908879"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:34.911712"], ["updated_at", "2020-11-18 13:26:34.911712"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:34.914152"], ["updated_at", "2020-11-18 13:26:34.914152"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:34.916577"], ["updated_at", "2020-11-18 13:26:34.916577"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:34.918732"], ["updated_at", "2020-11-18 13:26:34.918732"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:34.920817"], ["updated_at", "2020-11-18 13:26:34.920817"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:26:34.932912"], ["updated_at", "2020-11-18 13:26:34.932912"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:26:34.935502"], ["updated_at", "2020-11-18 13:26:34.935502"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:26:34.937788"], ["updated_at", "2020-11-18 13:26:34.937788"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:26:34.940040"], ["updated_at", "2020-11-18 13:26:34.940040"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:26:34.943208"], ["updated_at", "2020-11-18 13:26:34.943208"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:34.945050"], ["updated_at", "2020-11-18 13:26:34.945050"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:34.946760"], ["updated_at", "2020-11-18 13:26:34.946760"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:34.948450"], ["updated_at", "2020-11-18 13:26:34.948450"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:34.950129"], ["updated_at", "2020-11-18 13:26:34.950129"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:34.951086"], ["updated_at", "2020-11-18 13:26:34.951086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:26:34.952040"], ["updated_at", "2020-11-18 13:26:34.952040"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:26:34.953014"], ["updated_at", "2020-11-18 13:26:34.953014"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:26:34.953924"], ["updated_at", "2020-11-18 13:26:34.953924"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:26:34.954894"], ["updated_at", "2020-11-18 13:26:34.954894"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:26:34.955951"], ["updated_at", "2020-11-18 13:26:34.955951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 4.50639668810692], ["string", "Porro voluptas ipsam."], ["date", "2021-12-27"], ["time", "2000-01-01 04:07:20.571934"], ["datetime", "2020-11-18 03:58:02.771921"], ["created_at", "2020-11-18 13:26:34.958152"], ["updated_at", "2020-11-18 13:26:34.958152"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 36], ["decimal", 26.2878017202496], ["string", "Tempora distinctio occaecati voluptatum."], ["date", "2020-10-28"], ["time", "2000-01-01 16:36:06.609668"], ["datetime", "2020-11-17 20:49:56.117659"], ["created_at", "2020-11-18 13:26:34.961100"], ["updated_at", "2020-11-18 13:26:34.961100"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 33], ["decimal", 0.157951359417949], ["string", "Asperiores illum exercitationem."], ["date", "2022-09-01"], ["time", "2000-01-01 05:37:17.430203"], ["datetime", "2020-11-17 20:17:45.746404"], ["created_at", "2020-11-18 13:26:34.963379"], ["updated_at", "2020-11-18 13:26:34.963379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 3.53113098145046], ["string", "Esse alias et nulla."], ["date", "2019-05-11"], ["time", "2000-01-01 06:00:14.977337"], ["datetime", "2020-11-18 09:24:29.591767"], ["created_at", "2020-11-18 13:26:34.965396"], ["updated_at", "2020-11-18 13:26:34.965396"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 5.25566480031968], ["string", "Repellat voluptates quod."], ["date", "2019-03-14"], ["time", "2000-01-01 03:30:31.651554"], ["datetime", "2020-11-17 13:28:15.294482"], ["created_at", "2020-11-18 13:26:34.967304"], ["updated_at", "2020-11-18 13:26:34.967304"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 1.69992200301022], ["string", "Quod earum quia."], ["created_at", "2020-11-18 13:26:34.968979"], ["updated_at", "2020-11-18 13:26:34.968979"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 2.24666747482584], ["string", "Sit sint facilis et."], ["created_at", "2020-11-18 13:26:34.970445"], ["updated_at", "2020-11-18 13:26:34.970445"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 6.3177126501337], ["string", "Tempora laudantium saepe."], ["created_at", "2020-11-18 13:26:34.971822"], ["updated_at", "2020-11-18 13:26:34.971822"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1027], ["decimal", 1.99006386421918], ["string", "Quia non repellendus eius."], ["created_at", "2020-11-18 13:26:34.973395"], ["updated_at", "2020-11-18 13:26:34.973395"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 24.1842454153758], ["string", "Quia et adipisci."], ["created_at", "2020-11-18 13:26:34.976054"], ["updated_at", "2020-11-18 13:26:34.976054"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:26:34.978525"], ["updated_at", "2020-11-18 13:26:34.978525"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:26:34.980829"], ["updated_at", "2020-11-18 13:26:34.980829"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:26:34.983065"], ["updated_at", "2020-11-18 13:26:34.983065"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:26:34.985281"], ["updated_at", "2020-11-18 13:26:34.985281"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:26:34.987550"], ["updated_at", "2020-11-18 13:26:34.987550"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 10], ["created_at", "2020-11-18 13:26:34.990916"], ["updated_at", "2020-11-18 13:26:34.990916"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 5], ["created_at", "2020-11-18 13:26:34.994371"], ["updated_at", "2020-11-18 13:26:34.994371"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 3], ["created_at", "2020-11-18 13:26:34.997369"], ["updated_at", "2020-11-18 13:26:34.997369"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 6], ["created_at", "2020-11-18 13:26:35.000206"], ["updated_at", "2020-11-18 13:26:35.000206"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 7], ["created_at", "2020-11-18 13:26:35.003278"], ["updated_at", "2020-11-18 13:26:35.003278"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:26:35.005380"], ["updated_at", "2020-11-18 13:26:35.005380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 13:26:35.007529"], ["updated_at", "2020-11-18 13:26:35.007529"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-18 13:26:35.010323"], ["updated_at", "2020-11-18 13:26:35.010323"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 13:26:35.012315"], ["updated_at", "2020-11-18 13:26:35.012315"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 13:26:35.014160"], ["updated_at", "2020-11-18 13:26:35.014160"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:26:35.015933"], ["updated_at", "2020-11-18 13:26:35.015933"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:26:35.017596"], ["updated_at", "2020-11-18 13:26:35.017596"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:26:35.019611"], ["updated_at", "2020-11-18 13:26:35.019611"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.3ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:26:35.041186"], ["updated_at", "2020-11-18 13:26:35.041186"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:26:35.044683"], ["updated_at", "2020-11-18 13:26:35.044683"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 13:26:35.067170"], ["updated_at", "2020-11-18 13:26:35.067170"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:26:35.069677"], ["updated_at", "2020-11-18 13:26:35.069677"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 13:26:35.072056"], ["updated_at", "2020-11-18 13:26:35.072056"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.3ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 13:26:35.074896"], ["updated_at", "2020-11-18 13:26:35.074896"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 13:26:35.077964"], ["updated_at", "2020-11-18 13:26:35.077964"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:35.079408"], ["updated_at", "2020-11-18 13:26:35.079408"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:35.080657"], ["updated_at", "2020-11-18 13:26:35.080657"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:35.081834"], ["updated_at", "2020-11-18 13:26:35.081834"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:35.083023"], ["updated_at", "2020-11-18 13:26:35.083023"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:35.084482"], ["updated_at", "2020-11-18 13:26:35.084482"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:26:35.086000"], ["updated_at", "2020-11-18 13:26:35.086000"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:26:35.087340"], ["updated_at", "2020-11-18 13:26:35.087340"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:26:35.088555"], ["updated_at", "2020-11-18 13:26:35.088555"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:26:35.089833"], ["updated_at", "2020-11-18 13:26:35.089833"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:26:35.091509"], ["updated_at", "2020-11-18 13:26:35.091509"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 15.0857394040341], ["string", "Error esse minus."], ["date", "2019-03-06"], ["time", "2000-01-01 08:16:47.568490"], ["datetime", "2020-11-17 16:17:19.694105"], ["created_at", "2020-11-18 13:26:35.094211"], ["updated_at", "2020-11-18 13:26:35.094211"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["decimal", 25.3762210986436], ["string", "Aut tempore officia ex."], ["date", "2021-06-30"], ["time", "2000-01-01 01:19:25.397020"], ["datetime", "2020-11-18 12:25:14.961999"], ["created_at", "2020-11-18 13:26:35.097475"], ["updated_at", "2020-11-18 13:26:35.097475"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 8.48962689318422], ["string", "Molestiae voluptatem et."], ["date", "2022-05-20"], ["time", "2000-01-01 07:59:01.268986"], ["datetime", "2020-11-18 12:17:01.256533"], ["created_at", "2020-11-18 13:26:35.099973"], ["updated_at", "2020-11-18 13:26:35.099973"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 8.34634011895686], ["string", "Temporibus voluptatem doloremque voluptatem."], ["date", "2019-05-16"], ["time", "2000-01-01 22:14:38.209143"], ["datetime", "2020-11-18 08:00:49.632426"], ["created_at", "2020-11-18 13:26:35.102429"], ["updated_at", "2020-11-18 13:26:35.102429"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 24.7480323191459], ["string", "Delectus perspiciatis aut."], ["date", "2019-05-01"], ["time", "2000-01-01 19:18:26.116392"], ["datetime", "2020-11-18 10:41:41.649599"], ["created_at", "2020-11-18 13:26:35.104831"], ["updated_at", "2020-11-18 13:26:35.104831"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 13.4424352202484], ["string", "Et omnis modi."], ["created_at", "2020-11-18 13:26:35.107541"], ["updated_at", "2020-11-18 13:26:35.107541"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 10.2418650612878], ["string", "Ullam est praesentium doloremque."], ["created_at", "2020-11-18 13:26:35.110477"], ["updated_at", "2020-11-18 13:26:35.110477"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1030], ["decimal", 3.17616752130507], ["string", "Itaque ab libero."], ["created_at", "2020-11-18 13:26:35.112479"], ["updated_at", "2020-11-18 13:26:35.112479"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 19.6313936236996], ["string", "Veniam itaque odio voluptas."], ["created_at", "2020-11-18 13:26:35.114386"], ["updated_at", "2020-11-18 13:26:35.114386"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 0.02801301496191], ["string", "Eligendi dolor voluptates."], ["created_at", "2020-11-18 13:26:35.116490"], ["updated_at", "2020-11-18 13:26:35.116490"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:26:35.118956"], ["updated_at", "2020-11-18 13:26:35.118956"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:26:35.120983"], ["updated_at", "2020-11-18 13:26:35.120983"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 13:26:35.122775"], ["updated_at", "2020-11-18 13:26:35.122775"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:26:35.125085"], ["updated_at", "2020-11-18 13:26:35.125085"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:26:35.127472"], ["updated_at", "2020-11-18 13:26:35.127472"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 15], ["created_at", "2020-11-18 13:26:35.130357"], ["updated_at", "2020-11-18 13:26:35.130357"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 9], ["created_at", "2020-11-18 13:26:35.132893"], ["updated_at", "2020-11-18 13:26:35.132893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 15], ["created_at", "2020-11-18 13:26:35.135595"], ["updated_at", "2020-11-18 13:26:35.135595"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 7], ["created_at", "2020-11-18 13:26:35.138498"], ["updated_at", "2020-11-18 13:26:35.138498"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 13], ["created_at", "2020-11-18 13:26:35.142058"], ["updated_at", "2020-11-18 13:26:35.142058"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-18 13:26:35.144637"], ["updated_at", "2020-11-18 13:26:35.144637"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 15], ["created_at", "2020-11-18 13:26:35.146777"], ["updated_at", "2020-11-18 13:26:35.146777"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-18 13:26:35.148806"], ["updated_at", "2020-11-18 13:26:35.148806"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 13:26:35.150848"], ["updated_at", "2020-11-18 13:26:35.150848"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 13:26:35.153010"], ["updated_at", "2020-11-18 13:26:35.153010"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:26:35.156017"], ["updated_at", "2020-11-18 13:26:35.156017"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:26:35.158815"], ["updated_at", "2020-11-18 13:26:35.158815"], ["india_id", 10]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:26:35.161463"], ["updated_at", "2020-11-18 13:26:35.161463"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:26:35.163976"], ["updated_at", "2020-11-18 13:26:35.163976"], ["india_id", 9]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:26:35.166088"], ["updated_at", "2020-11-18 13:26:35.166088"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-18 13:26:35.180239"], ["updated_at", "2020-11-18 13:26:35.180239"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 13:26:35.182535"], ["updated_at", "2020-11-18 13:26:35.182535"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-18 13:26:35.184662"], ["updated_at", "2020-11-18 13:26:35.184662"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-18 13:26:35.186844"], ["updated_at", "2020-11-18 13:26:35.186844"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 13:26:35.188890"], ["updated_at", "2020-11-18 13:26:35.188890"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:35.190268"], ["updated_at", "2020-11-18 13:26:35.190268"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:35.192105"], ["updated_at", "2020-11-18 13:26:35.192105"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:35.193637"], ["updated_at", "2020-11-18 13:26:35.193637"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:35.194781"], ["updated_at", "2020-11-18 13:26:35.194781"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:26:35.195887"], ["updated_at", "2020-11-18 13:26:35.195887"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:26:35.197047"], ["updated_at", "2020-11-18 13:26:35.197047"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:26:35.198218"], ["updated_at", "2020-11-18 13:26:35.198218"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:26:35.199388"], ["updated_at", "2020-11-18 13:26:35.199388"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:26:35.200534"], ["updated_at", "2020-11-18 13:26:35.200534"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:26:35.201645"], ["updated_at", "2020-11-18 13:26:35.201645"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.9ms) SELECT sqlite_version(*)  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (1.8ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.5ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.5ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.5ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.5ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 5.68229975070146], ["string", "Maiores optio vitae."], ["date", "2022-04-17"], ["time", "2000-01-01 19:00:24.334349"], ["datetime", "2020-11-18 09:27:38.566987"], ["created_at", "2020-11-18 13:31:57.757071"], ["updated_at", "2020-11-18 13:31:57.757071"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 9.49395287514046], ["string", "Sed saepe delectus voluptatem."], ["date", "2020-11-26"], ["time", "2000-01-01 15:46:41.962026"], ["datetime", "2020-11-18 06:59:47.631857"], ["created_at", "2020-11-18 13:31:57.759743"], ["updated_at", "2020-11-18 13:31:57.759743"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 12.2037454056296], ["string", "Debitis inventore soluta."], ["date", "2020-12-19"], ["time", "2000-01-01 21:20:09.409420"], ["datetime", "2020-11-18 08:53:13.490422"], ["created_at", "2020-11-18 13:31:57.761812"], ["updated_at", "2020-11-18 13:31:57.761812"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 27], ["decimal", 6.06812211985701], ["string", "Eos omnis et et."], ["date", "2020-12-28"], ["time", "2000-01-01 04:09:26.211823"], ["datetime", "2020-11-18 10:48:00.271679"], ["created_at", "2020-11-18 13:31:57.763711"], ["updated_at", "2020-11-18 13:31:57.763711"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 0.766553219541486], ["string", "Et repudiandae et."], ["date", "2021-06-02"], ["time", "2000-01-01 02:09:41.645455"], ["datetime", "2020-11-17 21:24:26.554995"], ["created_at", "2020-11-18 13:31:57.765618"], ["updated_at", "2020-11-18 13:31:57.765618"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 29.4961652537831], ["string", "Quaerat fuga nihil."], ["created_at", "2020-11-18 13:31:57.773239"], ["updated_at", "2020-11-18 13:31:57.773239"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 5.88960632692033], ["string", "Possimus aspernatur harum illum."], ["created_at", "2020-11-18 13:31:57.774932"], ["updated_at", "2020-11-18 13:31:57.774932"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 30.3567986536899], ["string", "Consequatur unde et."], ["created_at", "2020-11-18 13:31:57.776266"], ["updated_at", "2020-11-18 13:31:57.776266"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 24.4325610614721], ["string", "Molestiae et vitae ex."], ["created_at", "2020-11-18 13:31:57.777650"], ["updated_at", "2020-11-18 13:31:57.777650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 8.83918588513507], ["string", "Cupiditate nesciunt dolorum."], ["created_at", "2020-11-18 13:31:57.779046"], ["updated_at", "2020-11-18 13:31:57.779046"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:31:57.787383"], ["updated_at", "2020-11-18 13:31:57.787383"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:31:57.789449"], ["updated_at", "2020-11-18 13:31:57.789449"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:31:57.791207"], ["updated_at", "2020-11-18 13:31:57.791207"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:31:57.793024"], ["updated_at", "2020-11-18 13:31:57.793024"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:31:57.795006"], ["updated_at", "2020-11-18 13:31:57.795006"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-18 13:31:57.803029"], ["updated_at", "2020-11-18 13:31:57.803029"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-18 13:31:57.805531"], ["updated_at", "2020-11-18 13:31:57.805531"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-18 13:31:57.807859"], ["updated_at", "2020-11-18 13:31:57.807859"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-18 13:31:57.810382"], ["updated_at", "2020-11-18 13:31:57.810382"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 3], ["created_at", "2020-11-18 13:31:57.812927"], ["updated_at", "2020-11-18 13:31:57.812927"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 13:31:57.819856"], ["updated_at", "2020-11-18 13:31:57.819856"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 13:31:57.821815"], ["updated_at", "2020-11-18 13:31:57.821815"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 13:31:57.823578"], ["updated_at", "2020-11-18 13:31:57.823578"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 13:31:57.825293"], ["updated_at", "2020-11-18 13:31:57.825293"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 13:31:57.827020"], ["updated_at", "2020-11-18 13:31:57.827020"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:57.833579"], ["updated_at", "2020-11-18 13:31:57.833579"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:57.835461"], ["updated_at", "2020-11-18 13:31:57.835461"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:57.837089"], ["updated_at", "2020-11-18 13:31:57.837089"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:57.838710"], ["updated_at", "2020-11-18 13:31:57.838710"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:57.840328"], ["updated_at", "2020-11-18 13:31:57.840328"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:31:57.860152"], ["updated_at", "2020-11-18 13:31:57.860152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:31:57.862068"], ["updated_at", "2020-11-18 13:31:57.862068"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:31:57.863826"], ["updated_at", "2020-11-18 13:31:57.863826"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:31:57.865538"], ["updated_at", "2020-11-18 13:31:57.865538"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:31:57.867239"], ["updated_at", "2020-11-18 13:31:57.867239"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:57.872079"], ["updated_at", "2020-11-18 13:31:57.872079"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:57.873279"], ["updated_at", "2020-11-18 13:31:57.873279"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:57.874217"], ["updated_at", "2020-11-18 13:31:57.874217"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:57.875135"], ["updated_at", "2020-11-18 13:31:57.875135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:57.876029"], ["updated_at", "2020-11-18 13:31:57.876029"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:31:57.880247"], ["updated_at", "2020-11-18 13:31:57.880247"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:31:57.881566"], ["updated_at", "2020-11-18 13:31:57.881566"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:31:57.882618"], ["updated_at", "2020-11-18 13:31:57.882618"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:31:57.883590"], ["updated_at", "2020-11-18 13:31:57.883590"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:31:57.884539"], ["updated_at", "2020-11-18 13:31:57.884539"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 12.6202861145093], ["string", "Similique eligendi nesciunt."], ["date", "2019-03-08"], ["time", "2000-01-01 02:53:35.966491"], ["datetime", "2020-11-18 12:25:20.788608"], ["created_at", "2020-11-18 13:31:57.886261"], ["updated_at", "2020-11-18 13:31:57.886261"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 29.5439082464221], ["string", "Et sapiente eum reiciendis."], ["date", "2021-04-24"], ["time", "2000-01-01 23:42:12.644514"], ["datetime", "2020-11-17 13:36:25.692229"], ["created_at", "2020-11-18 13:31:57.888318"], ["updated_at", "2020-11-18 13:31:57.888318"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 10.9449844714924], ["string", "Illo magnam sit."], ["date", "2020-10-03"], ["time", "2000-01-01 19:16:19.696985"], ["datetime", "2020-11-17 22:43:55.214826"], ["created_at", "2020-11-18 13:31:57.890319"], ["updated_at", "2020-11-18 13:31:57.890319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 3.02025501000935], ["string", "Aut tempora hic voluptatem."], ["date", "2020-05-23"], ["time", "2000-01-01 23:23:48.059316"], ["datetime", "2020-11-17 13:50:27.008459"], ["created_at", "2020-11-18 13:31:57.892356"], ["updated_at", "2020-11-18 13:31:57.892356"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 9.20816803021959], ["string", "Velit rerum provident."], ["date", "2021-06-12"], ["time", "2000-01-01 03:09:52.292830"], ["datetime", "2020-11-17 18:01:24.228683"], ["created_at", "2020-11-18 13:31:57.894423"], ["updated_at", "2020-11-18 13:31:57.894423"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 18.506389032406], ["string", "Velit ut dolorem."], ["created_at", "2020-11-18 13:31:57.896312"], ["updated_at", "2020-11-18 13:31:57.896312"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 5.94250917300073], ["string", "Dolor asperiores veritatis sint."], ["created_at", "2020-11-18 13:31:57.897723"], ["updated_at", "2020-11-18 13:31:57.897723"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1025], ["decimal", 1.48540709937337], ["string", "Tempora mollitia accusamus."], ["created_at", "2020-11-18 13:31:57.899166"], ["updated_at", "2020-11-18 13:31:57.899166"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 0.102077080609857], ["string", "Corporis architecto temporibus sunt."], ["created_at", "2020-11-18 13:31:57.900562"], ["updated_at", "2020-11-18 13:31:57.900562"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 13.4799292252811], ["string", "Possimus fugit ut."], ["created_at", "2020-11-18 13:31:57.901922"], ["updated_at", "2020-11-18 13:31:57.901922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 13:31:57.903873"], ["updated_at", "2020-11-18 13:31:57.903873"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:31:57.905654"], ["updated_at", "2020-11-18 13:31:57.905654"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:31:57.907399"], ["updated_at", "2020-11-18 13:31:57.907399"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:31:57.909101"], ["updated_at", "2020-11-18 13:31:57.909101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:31:57.910861"], ["updated_at", "2020-11-18 13:31:57.910861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 8], ["created_at", "2020-11-18 13:31:57.913302"], ["updated_at", "2020-11-18 13:31:57.913302"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 8], ["created_at", "2020-11-18 13:31:57.915663"], ["updated_at", "2020-11-18 13:31:57.915663"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 2], ["created_at", "2020-11-18 13:31:57.917944"], ["updated_at", "2020-11-18 13:31:57.917944"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 9], ["created_at", "2020-11-18 13:31:57.920236"], ["updated_at", "2020-11-18 13:31:57.920236"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 10], ["created_at", "2020-11-18 13:31:57.922462"], ["updated_at", "2020-11-18 13:31:57.922462"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 13:31:57.924167"], ["updated_at", "2020-11-18 13:31:57.924167"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 13:31:57.925865"], ["updated_at", "2020-11-18 13:31:57.925865"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:31:57.927559"], ["updated_at", "2020-11-18 13:31:57.927559"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 13:31:57.929209"], ["updated_at", "2020-11-18 13:31:57.929209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 13:31:57.930928"], ["updated_at", "2020-11-18 13:31:57.930928"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:31:57.932920"], ["updated_at", "2020-11-18 13:31:57.932920"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:31:57.934526"], ["updated_at", "2020-11-18 13:31:57.934526"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:31:57.936016"], ["updated_at", "2020-11-18 13:31:57.936016"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:31:57.937481"], ["updated_at", "2020-11-18 13:31:57.937481"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:31:57.938974"], ["updated_at", "2020-11-18 13:31:57.938974"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 13:31:57.948375"], ["updated_at", "2020-11-18 13:31:57.948375"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 13:31:57.950186"], ["updated_at", "2020-11-18 13:31:57.950186"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 13:31:57.951796"], ["updated_at", "2020-11-18 13:31:57.951796"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:31:57.953328"], ["updated_at", "2020-11-18 13:31:57.953328"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 13:31:57.954876"], ["updated_at", "2020-11-18 13:31:57.954876"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:57.955845"], ["updated_at", "2020-11-18 13:31:57.955845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:57.956743"], ["updated_at", "2020-11-18 13:31:57.956743"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:57.957569"], ["updated_at", "2020-11-18 13:31:57.957569"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:57.958384"], ["updated_at", "2020-11-18 13:31:57.958384"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:57.959186"], ["updated_at", "2020-11-18 13:31:57.959186"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:31:57.960074"], ["updated_at", "2020-11-18 13:31:57.960074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:31:57.960985"], ["updated_at", "2020-11-18 13:31:57.960985"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:31:57.961830"], ["updated_at", "2020-11-18 13:31:57.961830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:31:57.962671"], ["updated_at", "2020-11-18 13:31:57.962671"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:31:57.963519"], ["updated_at", "2020-11-18 13:31:57.963519"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 30.7316335536259], ["string", "Repellat deserunt tenetur."], ["date", "2021-04-30"], ["time", "2000-01-01 22:41:03.549120"], ["datetime", "2020-11-18 04:52:11.542436"], ["created_at", "2020-11-18 13:31:57.965070"], ["updated_at", "2020-11-18 13:31:57.965070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 10.1152452222924], ["string", "Eos consequatur adipisci perferendis."], ["date", "2019-06-17"], ["time", "2000-01-01 21:51:26.849816"], ["datetime", "2020-11-17 22:59:50.658152"], ["created_at", "2020-11-18 13:31:57.966975"], ["updated_at", "2020-11-18 13:31:57.966975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 0.369988128019945], ["string", "Aperiam soluta repellendus."], ["date", "2021-08-28"], ["time", "2000-01-01 16:15:32.120936"], ["datetime", "2020-11-18 01:19:18.978093"], ["created_at", "2020-11-18 13:31:57.968919"], ["updated_at", "2020-11-18 13:31:57.968919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 2.01802265759984], ["string", "Ea consequuntur quas sint."], ["date", "2019-11-09"], ["time", "2000-01-01 04:37:46.424247"], ["datetime", "2020-11-17 18:35:08.364781"], ["created_at", "2020-11-18 13:31:57.970740"], ["updated_at", "2020-11-18 13:31:57.970740"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 30], ["decimal", 1.55484132041408], ["string", "Sint odio sed."], ["date", "2021-11-16"], ["time", "2000-01-01 09:12:12.674324"], ["datetime", "2020-11-18 04:29:23.877148"], ["created_at", "2020-11-18 13:31:57.972523"], ["updated_at", "2020-11-18 13:31:57.972523"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 15.3420441439539], ["string", "Sit ducimus aut."], ["created_at", "2020-11-18 13:31:57.974096"], ["updated_at", "2020-11-18 13:31:57.974096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 23.4476142397052], ["string", "Dolorum rerum praesentium sit."], ["created_at", "2020-11-18 13:31:57.975415"], ["updated_at", "2020-11-18 13:31:57.975415"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1027], ["decimal", 26.6615234540609], ["string", "Voluptatem ea quod."], ["created_at", "2020-11-18 13:31:57.976702"], ["updated_at", "2020-11-18 13:31:57.976702"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1025], ["decimal", 7.15524805651575], ["string", "Perferendis soluta doloremque occaecati."], ["created_at", "2020-11-18 13:31:57.978030"], ["updated_at", "2020-11-18 13:31:57.978030"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 9.9539999704021], ["string", "Aliquam voluptatem expedita."], ["created_at", "2020-11-18 13:31:57.979313"], ["updated_at", "2020-11-18 13:31:57.979313"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 13:31:57.981064"], ["updated_at", "2020-11-18 13:31:57.981064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-18 13:31:57.982649"], ["updated_at", "2020-11-18 13:31:57.982649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:31:57.984164"], ["updated_at", "2020-11-18 13:31:57.984164"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:31:57.985716"], ["updated_at", "2020-11-18 13:31:57.985716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 13:31:57.987267"], ["updated_at", "2020-11-18 13:31:57.987267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 15], ["created_at", "2020-11-18 13:31:57.989341"], ["updated_at", "2020-11-18 13:31:57.989341"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 8], ["created_at", "2020-11-18 13:31:57.991493"], ["updated_at", "2020-11-18 13:31:57.991493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 15], ["created_at", "2020-11-18 13:31:57.993776"], ["updated_at", "2020-11-18 13:31:57.993776"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 1], ["created_at", "2020-11-18 13:31:57.996189"], ["updated_at", "2020-11-18 13:31:57.996189"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 5], ["created_at", "2020-11-18 13:31:57.998452"], ["updated_at", "2020-11-18 13:31:57.998452"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 11], ["created_at", "2020-11-18 13:31:58.000165"], ["updated_at", "2020-11-18 13:31:58.000165"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-18 13:31:58.001946"], ["updated_at", "2020-11-18 13:31:58.001946"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-18 13:31:58.003698"], ["updated_at", "2020-11-18 13:31:58.003698"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 13:31:58.005401"], ["updated_at", "2020-11-18 13:31:58.005401"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-18 13:31:58.007078"], ["updated_at", "2020-11-18 13:31:58.007078"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:31:58.008784"], ["updated_at", "2020-11-18 13:31:58.008784"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:31:58.010511"], ["updated_at", "2020-11-18 13:31:58.010511"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:31:58.012224"], ["updated_at", "2020-11-18 13:31:58.012224"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:31:58.013900"], ["updated_at", "2020-11-18 13:31:58.013900"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:31:58.015561"], ["updated_at", "2020-11-18 13:31:58.015561"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-18 13:31:58.027553"], ["updated_at", "2020-11-18 13:31:58.027553"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-18 13:31:58.029737"], ["updated_at", "2020-11-18 13:31:58.029737"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:31:58.031938"], ["updated_at", "2020-11-18 13:31:58.031938"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:31:58.033767"], ["updated_at", "2020-11-18 13:31:58.033767"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 13:31:58.035559"], ["updated_at", "2020-11-18 13:31:58.035559"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:58.036686"], ["updated_at", "2020-11-18 13:31:58.036686"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:58.037667"], ["updated_at", "2020-11-18 13:31:58.037667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:58.038628"], ["updated_at", "2020-11-18 13:31:58.038628"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:58.039546"], ["updated_at", "2020-11-18 13:31:58.039546"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:58.040496"], ["updated_at", "2020-11-18 13:31:58.040496"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:31:58.041492"], ["updated_at", "2020-11-18 13:31:58.041492"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:31:58.042543"], ["updated_at", "2020-11-18 13:31:58.042543"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:31:58.043556"], ["updated_at", "2020-11-18 13:31:58.043556"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:31:58.044641"], ["updated_at", "2020-11-18 13:31:58.044641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:31:58.045673"], ["updated_at", "2020-11-18 13:31:58.045673"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 25.8707775215353], ["string", "Iusto ut omnis."], ["date", "2020-02-25"], ["time", "2000-01-01 15:11:00.231277"], ["datetime", "2020-11-18 02:11:00.207523"], ["created_at", "2020-11-18 13:31:58.099775"], ["updated_at", "2020-11-18 13:31:58.099775"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 11.8610951600322], ["string", "Vero quia dolor natus."], ["date", "2019-12-02"], ["time", "2000-01-01 22:30:16.719154"], ["datetime", "2020-11-18 00:53:01.803114"], ["created_at", "2020-11-18 13:31:58.102678"], ["updated_at", "2020-11-18 13:31:58.102678"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 25], ["decimal", 3.36398966967679], ["string", "Amet accusamus aut."], ["date", "2019-06-16"], ["time", "2000-01-01 15:01:25.012706"], ["datetime", "2020-11-18 00:31:51.548359"], ["created_at", "2020-11-18 13:31:58.106416"], ["updated_at", "2020-11-18 13:31:58.106416"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 5.24719316786769], ["string", "Sed dolorem vel."], ["date", "2021-04-02"], ["time", "2000-01-01 18:39:30.529116"], ["datetime", "2020-11-18 12:26:43.134174"], ["created_at", "2020-11-18 13:31:58.110897"], ["updated_at", "2020-11-18 13:31:58.110897"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 9.15686581723613], ["string", "Doloribus est sapiente sequi."], ["date", "2020-04-13"], ["time", "2000-01-01 09:30:55.176651"], ["datetime", "2020-11-18 10:11:19.201429"], ["created_at", "2020-11-18 13:31:58.113711"], ["updated_at", "2020-11-18 13:31:58.113711"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 27], ["decimal", 0.435176039125572], ["string", "Dolor enim qui."], ["date", "2021-12-06"], ["time", "2000-01-01 09:37:22.546740"], ["datetime", "2020-11-17 23:56:04.404182"], ["created_at", "2020-11-18 13:31:58.116460"], ["updated_at", "2020-11-18 13:31:58.116460"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:58.120903"], ["updated_at", "2020-11-18 13:31:58.120903"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 34.3448862152752], ["string", "Fugit debitis ut."], ["date", "2020-02-06"], ["time", "2000-01-01 16:09:01.926981"], ["datetime", "2020-11-18 03:36:30.427867"], ["created_at", "2020-11-18 13:31:58.152531"], ["updated_at", "2020-11-18 13:31:58.152531"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 3.62499867541195], ["string", "Iusto est dolor omnis."], ["date", "2022-02-19"], ["time", "2000-01-01 18:38:36.997697"], ["datetime", "2020-11-17 20:04:14.174114"], ["created_at", "2020-11-18 13:31:58.155720"], ["updated_at", "2020-11-18 13:31:58.155720"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 18], ["decimal", 10.5460270102051], ["string", "Voluptatum vel ducimus."], ["date", "2019-06-02"], ["time", "2000-01-01 10:04:05.373108"], ["datetime", "2020-11-18 00:26:22.301046"], ["created_at", "2020-11-18 13:31:58.158701"], ["updated_at", "2020-11-18 13:31:58.158701"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 39.252762083252], ["string", "Excepturi consequatur sint id."], ["date", "2021-06-07"], ["time", "2000-01-01 07:20:11.152257"], ["datetime", "2020-11-18 12:55:19.934532"], ["created_at", "2020-11-18 13:31:58.161313"], ["updated_at", "2020-11-18 13:31:58.161313"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 9.04492587717916], ["string", "Ipsam aut voluptas."], ["date", "2019-11-27"], ["time", "2000-01-01 05:41:01.775780"], ["datetime", "2020-11-18 00:28:48.401246"], ["created_at", "2020-11-18 13:31:58.164415"], ["updated_at", "2020-11-18 13:31:58.164415"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 12.7342280749234], ["string", "Unde odio et."], ["created_at", "2020-11-18 13:31:58.167163"], ["updated_at", "2020-11-18 13:31:58.167163"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 16.4919040633239], ["string", "Earum esse ut explicabo."], ["created_at", "2020-11-18 13:31:58.169909"], ["updated_at", "2020-11-18 13:31:58.169909"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1031], ["decimal", 6.49386348359022], ["string", "Deleniti qui libero."], ["created_at", "2020-11-18 13:31:58.172260"], ["updated_at", "2020-11-18 13:31:58.172260"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1038], ["decimal", 15.6789179187572], ["string", "Recusandae aut tenetur illo."], ["created_at", "2020-11-18 13:31:58.173924"], ["updated_at", "2020-11-18 13:31:58.173924"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 7.28138845033851], ["string", "Et eaque cumque."], ["created_at", "2020-11-18 13:31:58.175514"], ["updated_at", "2020-11-18 13:31:58.175514"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:31:58.178500"], ["updated_at", "2020-11-18 13:31:58.178500"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:31:58.180915"], ["updated_at", "2020-11-18 13:31:58.180915"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:31:58.183033"], ["updated_at", "2020-11-18 13:31:58.183033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:31:58.184955"], ["updated_at", "2020-11-18 13:31:58.184955"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:31:58.186799"], ["updated_at", "2020-11-18 13:31:58.186799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-18 13:31:58.189298"], ["updated_at", "2020-11-18 13:31:58.189298"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-18 13:31:58.191783"], ["updated_at", "2020-11-18 13:31:58.191783"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-18 13:31:58.194266"], ["updated_at", "2020-11-18 13:31:58.194266"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-18 13:31:58.196851"], ["updated_at", "2020-11-18 13:31:58.196851"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-18 13:31:58.199330"], ["updated_at", "2020-11-18 13:31:58.199330"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:31:58.201172"], ["updated_at", "2020-11-18 13:31:58.201172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 13:31:58.202969"], ["updated_at", "2020-11-18 13:31:58.202969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 13:31:58.204745"], ["updated_at", "2020-11-18 13:31:58.204745"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:31:58.206399"], ["updated_at", "2020-11-18 13:31:58.206399"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 13:31:58.208037"], ["updated_at", "2020-11-18 13:31:58.208037"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:58.209856"], ["updated_at", "2020-11-18 13:31:58.209856"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:58.211687"], ["updated_at", "2020-11-18 13:31:58.211687"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:58.213464"], ["updated_at", "2020-11-18 13:31:58.213464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:58.215200"], ["updated_at", "2020-11-18 13:31:58.215200"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:58.216899"], ["updated_at", "2020-11-18 13:31:58.216899"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:31:58.227220"], ["updated_at", "2020-11-18 13:31:58.227220"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:31:58.229194"], ["updated_at", "2020-11-18 13:31:58.229194"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:31:58.231043"], ["updated_at", "2020-11-18 13:31:58.231043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:31:58.232888"], ["updated_at", "2020-11-18 13:31:58.232888"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:31:58.234716"], ["updated_at", "2020-11-18 13:31:58.234716"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:58.235845"], ["updated_at", "2020-11-18 13:31:58.235845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:58.236878"], ["updated_at", "2020-11-18 13:31:58.236878"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:58.237818"], ["updated_at", "2020-11-18 13:31:58.237818"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:58.238748"], ["updated_at", "2020-11-18 13:31:58.238748"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:58.239648"], ["updated_at", "2020-11-18 13:31:58.239648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:31:58.240609"], ["updated_at", "2020-11-18 13:31:58.240609"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:31:58.241575"], ["updated_at", "2020-11-18 13:31:58.241575"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:31:58.242503"], ["updated_at", "2020-11-18 13:31:58.242503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:31:58.243549"], ["updated_at", "2020-11-18 13:31:58.243549"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:31:58.244607"], ["updated_at", "2020-11-18 13:31:58.244607"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 18.3014494381243], ["string", "Officiis sed sequi."], ["date", "2022-07-01"], ["time", "2000-01-01 11:18:34.773187"], ["datetime", "2020-11-18 12:37:36.094530"], ["created_at", "2020-11-18 13:31:58.246401"], ["updated_at", "2020-11-18 13:31:58.246401"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 11.731462968792], ["string", "Sint quasi amet reiciendis."], ["date", "2022-11-08"], ["time", "2000-01-01 05:19:37.702790"], ["datetime", "2020-11-18 08:04:33.438718"], ["created_at", "2020-11-18 13:31:58.248551"], ["updated_at", "2020-11-18 13:31:58.248551"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 3.82703391552304], ["string", "Numquam vitae magni."], ["date", "2020-10-22"], ["time", "2000-01-01 16:43:47.538500"], ["datetime", "2020-11-18 03:25:17.954320"], ["created_at", "2020-11-18 13:31:58.250653"], ["updated_at", "2020-11-18 13:31:58.250653"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 12.1400756739735], ["string", "Aliquid rerum aliquam voluptate."], ["date", "2021-12-14"], ["time", "2000-01-01 08:57:11.209774"], ["datetime", "2020-11-18 12:11:03.065553"], ["created_at", "2020-11-18 13:31:58.252728"], ["updated_at", "2020-11-18 13:31:58.252728"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 16.8683141889557], ["string", "Iste quia illo."], ["date", "2020-09-17"], ["time", "2000-01-01 05:02:53.491669"], ["datetime", "2020-11-17 23:06:06.494128"], ["created_at", "2020-11-18 13:31:58.254823"], ["updated_at", "2020-11-18 13:31:58.254823"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1020], ["decimal", 8.52892262228894], ["string", "Sed vel minus."], ["created_at", "2020-11-18 13:31:58.256723"], ["updated_at", "2020-11-18 13:31:58.256723"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 7.22390971925646], ["string", "Voluptatum inventore natus quod."], ["created_at", "2020-11-18 13:31:58.258258"], ["updated_at", "2020-11-18 13:31:58.258258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1028], ["decimal", 8.27650426140993], ["string", "Veniam quia beatae."], ["created_at", "2020-11-18 13:31:58.259759"], ["updated_at", "2020-11-18 13:31:58.259759"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 0.422094405278974], ["string", "Eum ex ut tenetur."], ["created_at", "2020-11-18 13:31:58.261237"], ["updated_at", "2020-11-18 13:31:58.261237"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1029], ["decimal", 2.11424087305061], ["string", "Ut maxime animi."], ["created_at", "2020-11-18 13:31:58.262674"], ["updated_at", "2020-11-18 13:31:58.262674"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:31:58.264627"], ["updated_at", "2020-11-18 13:31:58.264627"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:31:58.266462"], ["updated_at", "2020-11-18 13:31:58.266462"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:31:58.268278"], ["updated_at", "2020-11-18 13:31:58.268278"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 13:31:58.270085"], ["updated_at", "2020-11-18 13:31:58.270085"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 13:31:58.271904"], ["updated_at", "2020-11-18 13:31:58.271904"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 6], ["created_at", "2020-11-18 13:31:58.274790"], ["updated_at", "2020-11-18 13:31:58.274790"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 1], ["created_at", "2020-11-18 13:31:58.277300"], ["updated_at", "2020-11-18 13:31:58.277300"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-18 13:31:58.279826"], ["updated_at", "2020-11-18 13:31:58.279826"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 1], ["created_at", "2020-11-18 13:31:58.282300"], ["updated_at", "2020-11-18 13:31:58.282300"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 10], ["created_at", "2020-11-18 13:31:58.284763"], ["updated_at", "2020-11-18 13:31:58.284763"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 13:31:58.286665"], ["updated_at", "2020-11-18 13:31:58.286665"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 13:31:58.288492"], ["updated_at", "2020-11-18 13:31:58.288492"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 13:31:58.290300"], ["updated_at", "2020-11-18 13:31:58.290300"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 13:31:58.292073"], ["updated_at", "2020-11-18 13:31:58.292073"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-18 13:31:58.293818"], ["updated_at", "2020-11-18 13:31:58.293818"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:31:58.295640"], ["updated_at", "2020-11-18 13:31:58.295640"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:31:58.297308"], ["updated_at", "2020-11-18 13:31:58.297308"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:31:58.316352"], ["updated_at", "2020-11-18 13:31:58.316352"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:31:58.318354"], ["updated_at", "2020-11-18 13:31:58.318354"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:31:58.320239"], ["updated_at", "2020-11-18 13:31:58.320239"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:31:58.337351"], ["updated_at", "2020-11-18 13:31:58.337351"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:31:58.339464"], ["updated_at", "2020-11-18 13:31:58.339464"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:31:58.341464"], ["updated_at", "2020-11-18 13:31:58.341464"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:31:58.343486"], ["updated_at", "2020-11-18 13:31:58.343486"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 13:31:58.345432"], ["updated_at", "2020-11-18 13:31:58.345432"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:58.346623"], ["updated_at", "2020-11-18 13:31:58.346623"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:58.347660"], ["updated_at", "2020-11-18 13:31:58.347660"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:58.348632"], ["updated_at", "2020-11-18 13:31:58.348632"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:58.349600"], ["updated_at", "2020-11-18 13:31:58.349600"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:58.350577"], ["updated_at", "2020-11-18 13:31:58.350577"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:31:58.351614"], ["updated_at", "2020-11-18 13:31:58.351614"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:31:58.352620"], ["updated_at", "2020-11-18 13:31:58.352620"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:31:58.353593"], ["updated_at", "2020-11-18 13:31:58.353593"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:31:58.354574"], ["updated_at", "2020-11-18 13:31:58.354574"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:31:58.355537"], ["updated_at", "2020-11-18 13:31:58.355537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 1.46544498391574], ["string", "Fugit quos corrupti."], ["date", "2018-11-23"], ["time", "2000-01-01 22:29:04.113491"], ["datetime", "2020-11-17 21:34:33.836585"], ["created_at", "2020-11-18 13:31:58.357259"], ["updated_at", "2020-11-18 13:31:58.357259"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 9.30193685396655], ["string", "Dignissimos rerum nam veritatis."], ["date", "2020-04-22"], ["time", "2000-01-01 16:18:13.578491"], ["datetime", "2020-11-17 16:19:00.145623"], ["created_at", "2020-11-18 13:31:58.359350"], ["updated_at", "2020-11-18 13:31:58.359350"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 0.133186544442501], ["string", "Qui fuga et."], ["date", "2020-07-04"], ["time", "2000-01-01 04:56:19.958943"], ["datetime", "2020-11-18 10:48:38.119394"], ["created_at", "2020-11-18 13:31:58.361419"], ["updated_at", "2020-11-18 13:31:58.361419"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 1.77611129875833], ["string", "Magni quae consequatur beatae."], ["date", "2021-08-28"], ["time", "2000-01-01 07:07:29.357106"], ["datetime", "2020-11-18 04:55:08.198901"], ["created_at", "2020-11-18 13:31:58.363564"], ["updated_at", "2020-11-18 13:31:58.363564"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 1.77586094371991], ["string", "Aliquam eos ut."], ["date", "2021-03-15"], ["time", "2000-01-01 19:46:15.514514"], ["datetime", "2020-11-18 07:25:40.341465"], ["created_at", "2020-11-18 13:31:58.365576"], ["updated_at", "2020-11-18 13:31:58.365576"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 32.6714378407778], ["string", "At porro expedita."], ["created_at", "2020-11-18 13:31:58.367349"], ["updated_at", "2020-11-18 13:31:58.367349"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 20.8241693877372], ["string", "Corporis eius omnis minima."], ["created_at", "2020-11-18 13:31:58.368812"], ["updated_at", "2020-11-18 13:31:58.368812"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 2.14354159411349], ["string", "Dolores deserunt sit."], ["created_at", "2020-11-18 13:31:58.370364"], ["updated_at", "2020-11-18 13:31:58.370364"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 3.21710001913312], ["string", "Nisi odio eos enim."], ["created_at", "2020-11-18 13:31:58.371907"], ["updated_at", "2020-11-18 13:31:58.371907"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 7.36567975656552], ["string", "Sit voluptatem velit."], ["created_at", "2020-11-18 13:31:58.373412"], ["updated_at", "2020-11-18 13:31:58.373412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:31:58.375475"], ["updated_at", "2020-11-18 13:31:58.375475"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:31:58.377372"], ["updated_at", "2020-11-18 13:31:58.377372"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 13:31:58.379529"], ["updated_at", "2020-11-18 13:31:58.379529"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:31:58.381516"], ["updated_at", "2020-11-18 13:31:58.381516"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-18 13:31:58.383386"], ["updated_at", "2020-11-18 13:31:58.383386"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 13], ["created_at", "2020-11-18 13:31:58.385853"], ["updated_at", "2020-11-18 13:31:58.385853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 15], ["created_at", "2020-11-18 13:31:58.388277"], ["updated_at", "2020-11-18 13:31:58.388277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 15], ["created_at", "2020-11-18 13:31:58.390862"], ["updated_at", "2020-11-18 13:31:58.390862"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-18 13:31:58.393378"], ["updated_at", "2020-11-18 13:31:58.393378"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 5], ["created_at", "2020-11-18 13:31:58.396046"], ["updated_at", "2020-11-18 13:31:58.396046"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 13:31:58.398017"], ["updated_at", "2020-11-18 13:31:58.398017"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-18 13:31:58.399978"], ["updated_at", "2020-11-18 13:31:58.399978"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 13:31:58.401845"], ["updated_at", "2020-11-18 13:31:58.401845"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-18 13:31:58.403644"], ["updated_at", "2020-11-18 13:31:58.403644"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 13:31:58.405526"], ["updated_at", "2020-11-18 13:31:58.405526"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:31:58.407349"], ["updated_at", "2020-11-18 13:31:58.407349"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:31:58.409108"], ["updated_at", "2020-11-18 13:31:58.409108"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:31:58.410876"], ["updated_at", "2020-11-18 13:31:58.410876"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:31:58.412606"], ["updated_at", "2020-11-18 13:31:58.412606"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:31:58.414354"], ["updated_at", "2020-11-18 13:31:58.414354"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:31:58.425281"], ["updated_at", "2020-11-18 13:31:58.425281"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:31:58.427686"], ["updated_at", "2020-11-18 13:31:58.427686"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:31:58.429705"], ["updated_at", "2020-11-18 13:31:58.429705"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 13:31:58.432046"], ["updated_at", "2020-11-18 13:31:58.432046"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-18 13:31:58.434038"], ["updated_at", "2020-11-18 13:31:58.434038"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:58.435263"], ["updated_at", "2020-11-18 13:31:58.435263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:58.436398"], ["updated_at", "2020-11-18 13:31:58.436398"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:58.437966"], ["updated_at", "2020-11-18 13:31:58.437966"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:58.439375"], ["updated_at", "2020-11-18 13:31:58.439375"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:31:58.440566"], ["updated_at", "2020-11-18 13:31:58.440566"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:31:58.441920"], ["updated_at", "2020-11-18 13:31:58.441920"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:31:58.443230"], ["updated_at", "2020-11-18 13:31:58.443230"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:31:58.444769"], ["updated_at", "2020-11-18 13:31:58.444769"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:31:58.446156"], ["updated_at", "2020-11-18 13:31:58.446156"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:31:58.447628"], ["updated_at", "2020-11-18 13:31:58.447628"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.9ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (2.0ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.8ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.9ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:40:41.078472"], ["updated_at", "2020-11-18 13:40:41.078472"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.1ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.6ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.5ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 4], ["boolean", 0], ["integer", 2], ["decimal", 13.2042948151366], ["string", "Quasi magni recusandae."], ["date", "2020-08-01"], ["time", "2000-01-01 04:48:06.069350"], ["datetime", "2020-11-17 20:01:05.118309"], ["created_at", "2020-11-17 19:31:25.385129"], ["updated_at", "2020-11-18 05:54:49.608410"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 19], ["boolean", 0], ["integer", 0], ["decimal", 1.98255923220397], ["string", "Tenetur deserunt cupiditate sed."], ["date", "2019-01-25"], ["time", "2000-01-01 02:48:38.737593"], ["datetime", "2020-11-17 20:51:38.028925"], ["created_at", "2020-11-17 22:56:26.841045"], ["updated_at", "2020-11-17 15:43:23.765158"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 11], ["boolean", 1], ["integer", 3], ["decimal", 18.4933428681465], ["string", "Consequatur et est."], ["date", "2022-08-12"], ["time", "2000-01-01 16:52:03.867699"], ["datetime", "2020-11-18 13:29:23.975202"], ["created_at", "2020-11-18 00:15:28.118928"], ["updated_at", "2020-11-17 23:40:54.832486"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 5], ["boolean", 0], ["integer", 5], ["decimal", 0.970378562892683], ["string", "Excepturi quasi et ab."], ["date", "2020-12-24"], ["time", "2000-01-01 02:02:35.824227"], ["datetime", "2020-11-17 15:35:50.213049"], ["created_at", "2020-11-18 01:39:22.324325"], ["updated_at", "2020-11-18 10:11:31.052852"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 22], ["boolean", 1], ["integer", 0], ["decimal", 16.5734624299579], ["string", "Autem ea qui."], ["date", "2021-02-12"], ["time", "2000-01-01 15:58:29.249694"], ["datetime", "2020-11-17 22:58:25.190437"], ["created_at", "2020-11-18 00:40:37.921198"], ["updated_at", "2020-11-18 08:34:48.044634"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["id", 24], ["integer", 1003], ["decimal", 8.89607424742976], ["string", "Consectetur nostrum nemo."], ["created_at", "2020-11-17 21:45:01.596186"], ["updated_at", "2020-11-17 23:02:00.664092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 4], ["boolean", 1], ["integer", 1015], ["decimal", 5.78197229714986], ["string", "Eos omnis aut ullam."], ["created_at", "2020-11-18 00:41:44.023657"], ["updated_at", "2020-11-18 06:43:29.477281"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["id", 36], ["integer", 1002], ["decimal", 12.2755149743396], ["string", "Modi omnis vel."], ["created_at", "2020-11-17 19:51:30.202387"], ["updated_at", "2020-11-18 02:24:02.790879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["id", 2], ["integer", 1013], ["decimal", 0.38270152736812], ["string", "Rerum dolores deleniti nam."], ["created_at", "2020-11-18 01:08:28.642158"], ["updated_at", "2020-11-17 14:26:54.185318"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("id", "boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 4], ["boolean", 1], ["integer", 1003], ["decimal", 2.65530694465525], ["string", "Iusto ea quia."], ["created_at", "2020-11-17 19:10:24.678417"], ["updated_at", "2020-11-18 09:46:41.461791"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 12], ["alfa_id", 4], ["created_at", "2020-11-18 01:08:46.948037"], ["updated_at", "2020-11-18 01:57:18.887792"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 3], ["alfa_id", 5], ["created_at", "2020-11-17 18:21:12.749798"], ["updated_at", "2020-11-18 09:46:46.517027"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 4], ["alfa_id", 4], ["created_at", "2020-11-18 00:48:54.899558"], ["updated_at", "2020-11-17 14:59:55.164299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 22], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 1], ["alfa_id", 22], ["created_at", "2020-11-18 09:41:05.030966"], ["updated_at", "2020-11-18 11:38:44.792670"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 22], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 6], ["alfa_id", 22], ["created_at", "2020-11-18 08:02:54.478641"], ["updated_at", "2020-11-17 14:25:57.548875"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 36], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 13], ["bravo_id", 36], ["zed_id", 1], ["created_at", "2020-11-18 02:43:48.607003"], ["updated_at", "2020-11-18 10:21:03.642043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 36], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 10], ["bravo_id", 36], ["zed_id", 3], ["created_at", "2020-11-18 09:30:40.717845"], ["updated_at", "2020-11-18 00:13:30.943593"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 36], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 0], ["bravo_id", 36], ["zed_id", 1], ["created_at", "2020-11-17 23:25:47.422297"], ["updated_at", "2020-11-18 11:17:32.812142"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 36], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 20], ["bravo_id", 36], ["zed_id", 1], ["created_at", "2020-11-18 13:06:59.839704"], ["updated_at", "2020-11-17 16:15:31.468937"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 24], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 7], ["bravo_id", 24], ["zed_id", 1], ["created_at", "2020-11-18 06:20:15.255569"], ["updated_at", "2020-11-18 03:56:40.084315"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 1], ["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-17 14:49:38.905804"], ["updated_at", "2020-11-18 11:18:55.140572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 5], ["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 12:10:43.727424"], ["updated_at", "2020-11-17 16:50:12.854993"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 2], ["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-17 22:36:22.492766"], ["updated_at", "2020-11-17 14:14:02.292341"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 0], ["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-17 23:10:06.851851"], ["updated_at", "2020-11-17 15:25:24.654390"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 19], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 4], ["echoable_type", "Alfa"], ["echoable_id", 19], ["created_at", "2020-11-18 02:36:32.098621"], ["updated_at", "2020-11-18 07:02:49.117581"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 0], ["created_at", "2020-11-18 07:59:49.281310"], ["updated_at", "2020-11-18 05:11:08.585647"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 12], ["created_at", "2020-11-18 03:47:20.577571"], ["updated_at", "2020-11-18 09:59:02.600179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 10], ["created_at", "2020-11-17 19:29:11.774555"], ["updated_at", "2020-11-18 10:22:09.549147"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 0], ["created_at", "2020-11-17 20:28:08.849352"], ["updated_at", "2020-11-17 14:40:59.229384"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 9], ["created_at", "2020-11-17 20:09:59.769526"], ["updated_at", "2020-11-18 03:30:12.775195"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 19], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 22], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 22], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 31], ["hotel_id", 9], ["created_at", "2020-11-18 11:56:37.228315"], ["updated_at", "2020-11-17 16:18:48.776439"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 28], ["hotel_id", 12], ["created_at", "2020-11-18 00:07:46.420688"], ["updated_at", "2020-11-18 00:19:05.380159"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 24], ["hotel_id", 0], ["created_at", "2020-11-18 00:09:18.459156"], ["updated_at", "2020-11-18 09:58:09.490124"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 0], ["hotel_id", 12], ["created_at", "2020-11-18 04:54:29.065017"], ["updated_at", "2020-11-17 19:08:55.436395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 9], ["hotel_id", 10], ["created_at", "2020-11-18 04:48:33.978746"], ["updated_at", "2020-11-18 03:18:27.557577"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 16], ["type", "Dolores voluptate cumque."], ["created_at", "2020-11-17 16:41:03.438823"], ["updated_at", "2020-11-17 18:26:39.671010"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 1], ["type", "Consequatur saepe laboriosam tempora."], ["created_at", "2020-11-18 06:51:17.893456"], ["updated_at", "2020-11-18 12:55:43.558545"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 14], ["type", "Maxime ea eligendi."], ["created_at", "2020-11-18 02:41:34.939558"], ["updated_at", "2020-11-17 17:08:58.754452"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 31], ["type", "Ullam perferendis delectus quia."], ["created_at", "2020-11-18 10:13:47.859605"], ["updated_at", "2020-11-18 11:30:32.160339"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 35], ["type", "Enim voluptas non."], ["created_at", "2020-11-17 14:33:21.959163"], ["updated_at", "2020-11-17 20:31:54.333498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 2], ["type", "Quod dolor dolorem."], ["created_at", "2020-11-18 02:43:15.101955"], ["updated_at", "2020-11-17 21:55:26.958599"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 0], ["type", "Explicabo voluptas qui et."], ["created_at", "2020-11-18 05:34:35.120622"], ["updated_at", "2020-11-18 08:24:52.645513"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 0], ["type", "Quo unde temporibus."], ["created_at", "2020-11-18 07:01:35.329639"], ["updated_at", "2020-11-18 07:51:52.589939"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 20], ["type", "Rem quia optio placeat."], ["created_at", "2020-11-18 11:12:26.028180"], ["updated_at", "2020-11-17 18:49:40.084619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 9], ["type", "Ipsam maiores error."], ["created_at", "2020-11-18 10:28:15.878522"], ["updated_at", "2020-11-18 03:33:42.037110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 2], ["boolean", 0], ["integer", 6], ["decimal", 7.29948309530584], ["string", "Sit autem neque."], ["date", "2021-05-01"], ["time", "2000-01-01 11:07:11.738477"], ["datetime", "2020-11-17 15:37:01.992164"], ["created_at", "2020-11-17 20:50:23.536306"], ["updated_at", "2020-11-18 06:24:32.124955"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 15], ["boolean", 0], ["integer", 3], ["decimal", 32.881811580515], ["string", "Nihil eligendi dolore aut."], ["date", "2022-05-31"], ["time", "2000-01-01 19:03:24.753151"], ["datetime", "2020-11-18 06:30:19.882936"], ["created_at", "2020-11-18 01:31:09.471890"], ["updated_at", "2020-11-17 16:52:14.220438"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 12], ["boolean", 0], ["integer", 32], ["decimal", 8.28905108754981], ["string", "Quam provident libero."], ["date", "2022-09-07"], ["time", "2000-01-01 09:20:04.875050"], ["datetime", "2020-11-17 16:23:02.854631"], ["created_at", "2020-11-18 02:43:54.845742"], ["updated_at", "2020-11-18 03:17:45.684412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 33], ["boolean", 1], ["integer", 4], ["decimal", 14.2645914307564], ["string", "Laborum voluptatem occaecati voluptate."], ["date", "2020-05-21"], ["time", "2000-01-01 21:15:00.994456"], ["datetime", "2020-11-17 23:48:28.125551"], ["created_at", "2020-11-18 02:51:20.000599"], ["updated_at", "2020-11-17 20:39:17.458452"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 0], ["boolean", 0], ["integer", 4], ["decimal", 14.4144194528148], ["string", "Ut est et."], ["date", "2020-11-05"], ["time", "2000-01-01 00:19:29.382521"], ["datetime", "2020-11-17 19:39:15.779464"], ["created_at", "2020-11-17 14:00:24.038134"], ["updated_at", "2020-11-17 16:09:45.612076"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["id", 10], ["integer", 1004], ["decimal", 4.76197760010799], ["string", "Excepturi illo reiciendis."], ["created_at", "2020-11-18 04:47:57.039871"], ["updated_at", "2020-11-17 15:58:12.100372"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 19], ["boolean", 1], ["integer", 1028], ["decimal", 3.82290812837857], ["string", "Voluptate magni sed quis."], ["created_at", "2020-11-18 00:04:48.669334"], ["updated_at", "2020-11-18 00:01:58.636774"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 3], ["boolean", 1], ["integer", 1039], ["decimal", 9.03265333819357], ["string", "Eos ut ut."], ["created_at", "2020-11-18 02:03:28.530576"], ["updated_at", "2020-11-17 20:21:16.176112"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 0], ["boolean", 1], ["integer", 1003], ["decimal", 5.63046142535133], ["string", "Tempora quo perferendis aut."], ["created_at", "2020-11-18 13:22:48.548211"], ["updated_at", "2020-11-18 10:20:03.788708"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 32], ["boolean", 1], ["integer", 1026], ["decimal", 27.1360541645965], ["string", "Voluptates non aut."], ["created_at", "2020-11-18 10:48:23.923245"], ["updated_at", "2020-11-17 20:04:27.289855"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 19], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 5], ["alfa_id", 19], ["created_at", "2020-11-18 08:49:54.011992"], ["updated_at", "2020-11-18 11:18:04.644102"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 22], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 13], ["alfa_id", 22], ["created_at", "2020-11-18 00:34:34.979334"], ["updated_at", "2020-11-17 22:05:19.243486"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 19], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 15], ["alfa_id", 19], ["created_at", "2020-11-17 22:09:16.366704"], ["updated_at", "2020-11-18 00:17:11.438030"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 22], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 3], ["alfa_id", 22], ["created_at", "2020-11-18 05:16:50.232111"], ["updated_at", "2020-11-17 18:27:48.848176"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 17], ["alfa_id", 15], ["created_at", "2020-11-18 12:35:11.268039"], ["updated_at", "2020-11-17 20:09:08.401919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 25], ["bravo_id", 0], ["zed_id", 17], ["created_at", "2020-11-17 20:26:09.325367"], ["updated_at", "2020-11-17 22:40:46.004920"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 16], ["bravo_id", 2], ["zed_id", 6], ["created_at", "2020-11-18 09:34:40.537190"], ["updated_at", "2020-11-17 14:18:33.741593"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 6], ["bravo_id", 0], ["zed_id", 13], ["created_at", "2020-11-17 22:42:42.679710"], ["updated_at", "2020-11-17 20:27:53.404736"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 5], ["bravo_id", 3], ["zed_id", 17], ["created_at", "2020-11-18 08:32:42.687852"], ["updated_at", "2020-11-17 20:34:30.454379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 32], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 7], ["bravo_id", 32], ["zed_id", 5], ["created_at", "2020-11-18 01:00:33.812573"], ["updated_at", "2020-11-18 04:48:13.343693"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 0], ["echoable_type", "Alfa"], ["echoable_id", 0], ["created_at", "2020-11-18 11:02:10.475827"], ["updated_at", "2020-11-18 12:29:44.436666"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 19], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 15], ["echoable_type", "Alfa"], ["echoable_id", 19], ["created_at", "2020-11-18 01:45:01.945012"], ["updated_at", "2020-11-18 02:31:25.217758"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 20], ["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 11:20:34.083320"], ["updated_at", "2020-11-17 21:14:36.992338"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 2], ["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-17 18:04:06.656054"], ["updated_at", "2020-11-17 23:20:45.889570"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 3], ["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-17 14:13:04.983875"], ["updated_at", "2020-11-18 11:10:20.908953"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 8], ["created_at", "2020-11-17 19:10:20.275367"], ["updated_at", "2020-11-18 02:36:17.581717"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 28], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 0], ["created_at", "2020-11-17 23:25:26.089390"], ["updated_at", "2020-11-17 23:31:57.307079"], ["india_id", 28]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 17], ["created_at", "2020-11-17 14:22:35.564447"], ["updated_at", "2020-11-18 05:15:14.219863"], ["india_id", 31]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 13], ["created_at", "2020-11-18 00:52:46.719646"], ["updated_at", "2020-11-18 04:23:50.986238"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 28], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 3], ["created_at", "2020-11-18 00:31:09.832966"], ["updated_at", "2020-11-18 00:20:47.315695"], ["india_id", 28]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 19], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 4], ["hotel_id", 13], ["created_at", "2020-11-18 05:28:02.354837"], ["updated_at", "2020-11-18 05:09:32.921182"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 2], ["hotel_id", 0], ["created_at", "2020-11-18 04:26:08.489470"], ["updated_at", "2020-11-18 10:13:10.205389"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 2], ["hotel_id", 8], ["created_at", "2020-11-18 10:20:05.579432"], ["updated_at", "2020-11-17 20:31:58.606569"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 3], ["hotel_id", 0], ["created_at", "2020-11-18 07:02:51.235456"], ["updated_at", "2020-11-17 15:12:17.468175"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 2], ["hotel_id", 10], ["created_at", "2020-11-18 07:38:14.792642"], ["updated_at", "2020-11-17 14:54:16.674622"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 4], ["type", "In autem dolorem."], ["created_at", "2020-11-18 05:50:53.816233"], ["updated_at", "2020-11-18 08:59:31.908883"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 10], ["type", "Qui amet eum explicabo."], ["created_at", "2020-11-18 01:12:50.249469"], ["updated_at", "2020-11-18 00:14:42.510350"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 4], ["type", "Vero itaque id."], ["created_at", "2020-11-17 18:31:02.977892"], ["updated_at", "2020-11-18 02:27:06.159071"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 18], ["type", "Asperiores quod distinctio natus."], ["created_at", "2020-11-17 22:30:04.637683"], ["updated_at", "2020-11-17 18:11:46.633371"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 7], ["type", "Odio saepe consequatur."], ["created_at", "2020-11-18 12:21:31.029869"], ["updated_at", "2020-11-17 22:25:39.196528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 22], ["type", "Sed ullam consequatur."], ["created_at", "2020-11-17 15:50:53.317505"], ["updated_at", "2020-11-17 15:29:59.700688"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 1], ["type", "Eligendi exercitationem velit tempora."], ["created_at", "2020-11-17 22:50:21.294355"], ["updated_at", "2020-11-18 04:36:21.330435"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 8], ["type", "Architecto ea nobis."], ["created_at", "2020-11-18 04:48:42.454958"], ["updated_at", "2020-11-18 05:54:19.638662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 12], ["type", "Est odio aut dolore."], ["created_at", "2020-11-17 18:31:54.912383"], ["updated_at", "2020-11-18 08:55:49.990744"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 15], ["type", "Sit adipisci ab."], ["created_at", "2020-11-17 18:50:44.247360"], ["updated_at", "2020-11-17 20:07:13.874309"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 2], ["boolean", 0], ["integer", 8], ["decimal", 2.74478497115475], ["string", "Aut alias est."], ["date", "2021-09-24"], ["time", "2000-01-01 01:48:18.808661"], ["datetime", "2020-11-17 21:17:48.491423"], ["created_at", "2020-11-17 21:16:01.785877"], ["updated_at", "2020-11-17 15:27:05.563560"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 8], ["boolean", 0], ["integer", 1], ["decimal", 26.5499022051012], ["string", "Blanditiis culpa magni minus."], ["date", "2022-03-08"], ["time", "2000-01-01 21:55:12.117094"], ["datetime", "2020-11-17 14:21:36.101769"], ["created_at", "2020-11-18 03:31:12.129226"], ["updated_at", "2020-11-18 11:12:06.420423"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 7], ["boolean", 1], ["integer", 7], ["decimal", 10.0490694652335], ["string", "Accusantium eos harum."], ["date", "2020-04-28"], ["time", "2000-01-01 10:51:19.188612"], ["datetime", "2020-11-17 23:06:43.461180"], ["created_at", "2020-11-18 05:15:48.242551"], ["updated_at", "2020-11-18 09:20:58.568277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 7], ["boolean", 0], ["integer", 3], ["decimal", 6.41552468776328], ["string", "Quis est cupiditate porro."], ["date", "2020-06-05"], ["time", "2000-01-01 06:04:43.944591"], ["datetime", "2020-11-17 15:36:05.856986"], ["created_at", "2020-11-17 21:19:57.336319"], ["updated_at", "2020-11-18 12:07:31.020608"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 1], ["boolean", 0], ["integer", 3], ["decimal", 20.5312479050531], ["string", "Esse voluptates et."], ["date", "2021-05-09"], ["time", "2000-01-01 12:33:33.691256"], ["datetime", "2020-11-18 00:48:45.999155"], ["created_at", "2020-11-18 06:42:37.626170"], ["updated_at", "2020-11-18 00:01:42.600867"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("id", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["id", 0], ["integer", 1004], ["decimal", 2.2827665113445], ["string", "Non dolor adipisci."], ["created_at", "2020-11-17 17:41:42.071463"], ["updated_at", "2020-11-18 06:25:45.287498"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["id", 12], ["integer", 1002], ["decimal", 11.1462519023965], ["string", "Consequatur illo aliquam et."], ["created_at", "2020-11-18 07:18:41.440480"], ["updated_at", "2020-11-17 14:02:54.094823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 1], ["boolean", 1], ["integer", 1030], ["decimal", 18.7108429576866], ["string", "In laboriosam quos."], ["created_at", "2020-11-17 21:05:39.920165"], ["updated_at", "2020-11-18 07:49:51.746838"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("id", "boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 2], ["boolean", 1], ["integer", 1019], ["decimal", 30.8191918723461], ["string", "Sit tenetur veritatis voluptatibus."], ["created_at", "2020-11-17 21:48:37.318567"], ["updated_at", "2020-11-17 20:01:18.489247"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("id", "boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 4], ["boolean", 1], ["integer", 1019], ["decimal", 14.1065773227178], ["string", "Impedit qui maiores."], ["created_at", "2020-11-18 13:21:01.057872"], ["updated_at", "2020-11-18 06:33:42.442798"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 4], ["alfa_id", 1], ["created_at", "2020-11-18 05:43:36.682768"], ["updated_at", "2020-11-17 22:56:06.779817"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 29], ["alfa_id", 11], ["created_at", "2020-11-17 15:52:54.554196"], ["updated_at", "2020-11-17 16:07:39.636963"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 2], ["alfa_id", 2], ["created_at", "2020-11-18 02:35:33.750533"], ["updated_at", "2020-11-17 14:13:33.347772"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 22], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 23], ["alfa_id", 22], ["created_at", "2020-11-18 08:51:51.139207"], ["updated_at", "2020-11-17 20:45:48.527077"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 18], ["alfa_id", 4], ["created_at", "2020-11-18 10:23:09.876150"], ["updated_at", "2020-11-17 23:24:03.845017"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 1], ["bravo_id", 3], ["zed_id", 29], ["created_at", "2020-11-17 23:37:27.658047"], ["updated_at", "2020-11-18 08:12:30.730278"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 23], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 6], ["bravo_id", 4], ["zed_id", 23], ["created_at", "2020-11-18 01:10:55.043380"], ["updated_at", "2020-11-17 18:06:03.520873"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 14], ["bravo_id", 4], ["zed_id", 12], ["created_at", "2020-11-18 08:39:59.033747"], ["updated_at", "2020-11-17 20:42:53.875754"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 18], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.3ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 7], ["bravo_id", 12], ["zed_id", 18], ["created_at", "2020-11-18 01:19:51.497949"], ["updated_at", "2020-11-18 00:31:54.027265"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 19], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 1], ["bravo_id", 19], ["zed_id", 1], ["created_at", "2020-11-18 12:36:09.768373"], ["updated_at", "2020-11-17 14:45:01.929280"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 2], ["echoable_type", "Alfa"], ["echoable_id", 15], ["created_at", "2020-11-18 10:07:07.891841"], ["updated_at", "2020-11-18 05:35:34.271680"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 17], ["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 03:05:27.047361"], ["updated_at", "2020-11-18 10:01:30.672845"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 18], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 21], ["echoable_type", "Charlie"], ["echoable_id", 18], ["created_at", "2020-11-18 00:02:20.678996"], ["updated_at", "2020-11-18 12:44:53.262195"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 23], ["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 20:32:46.140087"], ["updated_at", "2020-11-18 13:28:44.662175"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 16], ["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 13:20:24.837186"], ["updated_at", "2020-11-17 20:00:14.374467"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 4], ["created_at", "2020-11-18 06:18:09.440798"], ["updated_at", "2020-11-17 18:23:08.865471"], ["india_id", 9]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 24], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 24], ["created_at", "2020-11-18 04:57:37.281943"], ["updated_at", "2020-11-17 19:42:37.963714"], ["india_id", 24]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 11], ["created_at", "2020-11-18 05:37:10.392340"], ["updated_at", "2020-11-18 10:17:23.167201"], ["india_id", 31]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 7], ["created_at", "2020-11-18 02:16:13.961827"], ["updated_at", "2020-11-18 01:48:13.495620"], ["india_id", 9]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 28], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 2], ["created_at", "2020-11-18 00:28:25.686576"], ["updated_at", "2020-11-18 07:11:43.695135"], ["india_id", 28]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 22], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.3ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 0], ["hotel_id", 4], ["created_at", "2020-11-17 15:35:35.803107"], ["updated_at", "2020-11-18 05:51:00.588643"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 20], ["hotel_id", 0], ["created_at", "2020-11-17 15:49:36.042553"], ["updated_at", "2020-11-18 05:37:09.234382"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 3], ["hotel_id", 12], ["created_at", "2020-11-17 14:54:01.646397"], ["updated_at", "2020-11-17 15:22:42.433307"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 3], ["hotel_id", 10], ["created_at", "2020-11-18 13:28:13.450850"], ["updated_at", "2020-11-17 18:10:52.793861"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 15], ["hotel_id", 12], ["created_at", "2020-11-18 02:58:25.687002"], ["updated_at", "2020-11-17 18:36:17.520052"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 7], ["type", "Ut quis dolore."], ["created_at", "2020-11-18 02:55:21.896210"], ["updated_at", "2020-11-18 12:08:06.145462"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 17], ["type", "Suscipit accusantium accusamus magni."], ["created_at", "2020-11-17 17:39:33.029865"], ["updated_at", "2020-11-18 12:25:36.986708"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 12], ["type", "Ut nulla cum."], ["created_at", "2020-11-18 10:09:08.139481"], ["updated_at", "2020-11-17 21:44:31.641732"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 27], ["type", "In fuga dolor dicta."], ["created_at", "2020-11-17 15:16:44.746808"], ["updated_at", "2020-11-18 06:58:27.054409"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 3], ["type", "Sit sed aut."], ["created_at", "2020-11-18 11:07:48.524930"], ["updated_at", "2020-11-17 16:46:15.336275"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 14], ["type", "Officiis ea ut."], ["created_at", "2020-11-18 05:30:25.811790"], ["updated_at", "2020-11-17 13:49:20.254014"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 11], ["type", "Vel ullam voluptatem non."], ["created_at", "2020-11-18 02:16:54.341101"], ["updated_at", "2020-11-17 16:31:37.313791"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 17], ["type", "A numquam quasi."], ["created_at", "2020-11-18 08:16:26.639205"], ["updated_at", "2020-11-18 03:50:53.533773"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 1], ["type", "Culpa mollitia vel cumque."], ["created_at", "2020-11-18 03:18:09.440394"], ["updated_at", "2020-11-17 19:19:07.007713"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 9], ["type", "Adipisci consequatur dolore."], ["created_at", "2020-11-17 20:04:29.222834"], ["updated_at", "2020-11-18 13:07:55.442389"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 11], ["boolean", 0], ["integer", 0], ["decimal", 6.21331647384482], ["string", "Officia placeat et."], ["date", "2022-09-25"], ["time", "2000-01-01 19:59:45.366400"], ["datetime", "2020-11-18 01:48:58.884627"], ["created_at", "2020-11-17 21:04:52.554162"], ["updated_at", "2020-11-17 15:39:58.002532"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 6], ["boolean", 0], ["integer", 21], ["decimal", 7.52299051726103], ["string", "Id distinctio dolorem sit."], ["date", "2021-08-11"], ["time", "2000-01-01 12:41:38.260816"], ["datetime", "2020-11-18 06:19:25.518368"], ["created_at", "2020-11-18 06:10:40.657561"], ["updated_at", "2020-11-18 13:39:38.484044"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 4], ["boolean", 1], ["integer", 4], ["decimal", 24.7043560453047], ["string", "Eos dolores voluptatem."], ["date", "2020-10-03"], ["time", "2000-01-01 22:48:04.041611"], ["datetime", "2020-11-17 16:23:42.581115"], ["created_at", "2020-11-17 21:01:25.435128"], ["updated_at", "2020-11-18 02:37:22.376173"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 22], ["boolean", 0], ["integer", 28], ["decimal", 9.54265009509915], ["string", "Mollitia eaque suscipit."], ["date", "2020-02-15"], ["time", "2000-01-01 03:05:06.901655"], ["datetime", "2020-11-18 07:23:18.029998"], ["created_at", "2020-11-18 08:42:13.178461"], ["updated_at", "2020-11-18 06:47:06.971678"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 24], ["boolean", 1], ["integer", 5], ["decimal", 0.508431405589871], ["string", "Ut maiores vero ut."], ["date", "2019-11-15"], ["time", "2000-01-01 03:53:06.794732"], ["datetime", "2020-11-17 19:50:26.555987"], ["created_at", "2020-11-18 05:07:27.664261"], ["updated_at", "2020-11-18 10:27:41.784180"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 5], ["boolean", 1], ["integer", 0], ["decimal", 4.616963077611], ["string", "Corrupti consequuntur alias."], ["date", "2020-12-28"], ["time", "2000-01-01 17:20:22.149758"], ["datetime", "2020-11-18 01:18:48.453796"], ["created_at", "2020-11-18 05:35:40.630851"], ["updated_at", "2020-11-17 18:52:31.517924"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:41:28.275212"], ["updated_at", "2020-11-18 13:41:28.275212"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 5], ["boolean", 0], ["integer", 16], ["decimal", 15.1169067453703], ["string", "Non sed saepe."], ["date", "2020-04-01"], ["time", "2000-01-01 18:14:53.570507"], ["datetime", "2020-11-18 10:31:18.668140"], ["created_at", "2020-11-18 01:04:43.762226"], ["updated_at", "2020-11-18 06:14:20.747852"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 7], ["boolean", 0], ["integer", 9], ["decimal", 1.33307814417314], ["string", "Voluptatibus ut quod impedit."], ["date", "2021-07-09"], ["time", "2000-01-01 09:50:33.517002"], ["datetime", "2020-11-18 06:22:01.685287"], ["created_at", "2020-11-18 02:12:23.958101"], ["updated_at", "2020-11-17 23:03:29.019824"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 10], ["boolean", 0], ["integer", 32], ["decimal", 4.49675825616128], ["string", "Quia quasi totam."], ["date", "2020-02-05"], ["time", "2000-01-01 05:50:54.694733"], ["datetime", "2020-11-17 14:57:23.314238"], ["created_at", "2020-11-18 08:32:26.790955"], ["updated_at", "2020-11-17 22:40:32.110160"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 14], ["boolean", 1], ["integer", 8], ["decimal", 3.22661846203353], ["string", "Ea consequatur aut ratione."], ["date", "2019-01-18"], ["time", "2000-01-01 06:40:18.822263"], ["datetime", "2020-11-18 12:20:43.353314"], ["created_at", "2020-11-17 13:44:35.842681"], ["updated_at", "2020-11-18 11:50:20.000018"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.4ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 7], ["boolean", 0], ["integer", 16], ["decimal", 15.9620217340908], ["string", "Et voluptatum sunt."], ["date", "2020-05-24"], ["time", "2000-01-01 21:05:13.054474"], ["datetime", "2020-11-17 15:57:16.239904"], ["created_at", "2020-11-18 09:59:56.028326"], ["updated_at", "2020-11-18 13:10:39.296303"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("id", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["id", 11], ["integer", 1005], ["decimal", 34.3138481738769], ["string", "Et qui temporibus."], ["created_at", "2020-11-18 13:32:23.550946"], ["updated_at", "2020-11-17 21:23:56.864697"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("id", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["id", 9], ["integer", 1006], ["decimal", 0.101772643333322], ["string", "Recusandae possimus maiores non."], ["created_at", "2020-11-17 20:31:01.666908"], ["updated_at", "2020-11-18 00:50:50.753084"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("id", "boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 11], ["boolean", 1], ["integer", 1012], ["decimal", 22.0352655503597], ["string", "Et harum ducimus."], ["created_at", "2020-11-18 06:08:29.015274"], ["updated_at", "2020-11-18 12:47:20.532290"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 0], ["boolean", 1], ["integer", 1024], ["decimal", 19.3467378671922], ["string", "Ut nulla consectetur est."], ["created_at", "2020-11-18 05:47:15.157970"], ["updated_at", "2020-11-18 08:19:27.158768"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["id", 14], ["integer", 1010], ["decimal", 4.7563590813686], ["string", "Quaerat aut necessitatibus."], ["created_at", "2020-11-18 06:06:35.383812"], ["updated_at", "2020-11-18 03:19:58.026477"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 18], ["alfa_id", 5], ["created_at", "2020-11-18 07:18:10.484720"], ["updated_at", "2020-11-18 04:18:47.912388"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 6], ["alfa_id", 10], ["created_at", "2020-11-17 16:54:10.261957"], ["updated_at", "2020-11-17 19:23:22.276523"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 5], ["alfa_id", 14], ["created_at", "2020-11-18 00:32:42.900423"], ["updated_at", "2020-11-18 08:49:41.865087"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 1], ["alfa_id", 14], ["created_at", "2020-11-18 03:48:25.823078"], ["updated_at", "2020-11-18 01:20:28.985281"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 13], ["alfa_id", 7], ["created_at", "2020-11-18 05:52:16.536992"], ["updated_at", "2020-11-18 02:58:11.454714"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 8], ["bravo_id", 9], ["zed_id", 5], ["created_at", "2020-11-18 03:58:25.959949"], ["updated_at", "2020-11-18 03:18:23.386206"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 16], ["bravo_id", 9], ["zed_id", 6], ["created_at", "2020-11-17 21:43:57.405270"], ["updated_at", "2020-11-17 20:22:59.871853"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 11], ["bravo_id", 0], ["zed_id", 13], ["created_at", "2020-11-18 04:15:57.424997"], ["updated_at", "2020-11-17 20:04:57.024662"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 14], ["bravo_id", 11], ["zed_id", 13], ["created_at", "2020-11-17 17:33:59.676644"], ["updated_at", "2020-11-17 21:13:54.178998"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 27], ["bravo_id", 11], ["zed_id", 13], ["created_at", "2020-11-18 13:18:00.262082"], ["updated_at", "2020-11-17 15:03:43.444015"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 3], ["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-18 12:55:25.096671"], ["updated_at", "2020-11-17 17:41:36.719793"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 24], ["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-18 11:19:11.499293"], ["updated_at", "2020-11-17 18:55:50.181507"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 12], ["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-17 14:57:48.815640"], ["updated_at", "2020-11-18 12:54:38.516415"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 1], ["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-17 16:55:54.714765"], ["updated_at", "2020-11-17 20:47:53.987553"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 29], ["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-17 23:45:28.883385"], ["updated_at", "2020-11-17 16:40:48.142142"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 11], ["created_at", "2020-11-17 14:52:50.607699"], ["updated_at", "2020-11-18 06:30:31.632701"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 16], ["created_at", "2020-11-17 15:38:28.353273"], ["updated_at", "2020-11-17 15:34:30.550094"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 20], ["created_at", "2020-11-18 08:46:24.708664"], ["updated_at", "2020-11-18 04:17:47.041131"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 0], ["created_at", "2020-11-18 04:44:11.039704"], ["updated_at", "2020-11-18 09:03:24.557002"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 3], ["created_at", "2020-11-18 09:13:51.547935"], ["updated_at", "2020-11-18 01:17:19.923358"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 31], ["hotel_id", 3], ["created_at", "2020-11-18 06:28:41.735839"], ["updated_at", "2020-11-17 16:41:43.148521"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 20], ["hotel_id", 20], ["created_at", "2020-11-17 15:33:46.202338"], ["updated_at", "2020-11-18 12:02:57.866860"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 28], ["hotel_id", 0], ["created_at", "2020-11-18 12:13:33.885747"], ["updated_at", "2020-11-17 20:55:59.578421"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 5], ["hotel_id", 16], ["created_at", "2020-11-18 06:39:15.966465"], ["updated_at", "2020-11-18 09:45:34.628382"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 24], ["hotel_id", 3], ["created_at", "2020-11-18 06:39:50.585183"], ["updated_at", "2020-11-17 14:09:01.395593"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 10], ["type", "Minus dolorum qui."], ["created_at", "2020-11-18 11:15:41.032766"], ["updated_at", "2020-11-18 12:01:16.260200"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 2], ["type", "Facere omnis et ut."], ["created_at", "2020-11-17 20:08:15.380179"], ["updated_at", "2020-11-17 21:35:47.496862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 4], ["type", "Commodi impedit et."], ["created_at", "2020-11-17 18:26:04.792787"], ["updated_at", "2020-11-18 10:23:55.592711"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 7], ["type", "Est aut praesentium eos."], ["created_at", "2020-11-18 03:23:51.678706"], ["updated_at", "2020-11-18 11:35:02.365440"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 3], ["type", "Unde quam velit."], ["created_at", "2020-11-17 21:19:56.369982"], ["updated_at", "2020-11-17 23:11:05.097287"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 5], ["type", "Tempora est laborum."], ["created_at", "2020-11-18 02:12:52.863422"], ["updated_at", "2020-11-17 17:49:26.481942"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 25], ["type", "Quidem rerum veniam atque."], ["created_at", "2020-11-17 18:24:18.503201"], ["updated_at", "2020-11-18 13:25:41.199105"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 0], ["type", "In minima quaerat."], ["created_at", "2020-11-18 09:01:20.306800"], ["updated_at", "2020-11-18 01:18:52.015180"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.3ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 2], ["type", "Suscipit aut eligendi harum."], ["created_at", "2020-11-17 14:38:58.982527"], ["updated_at", "2020-11-18 12:37:12.452231"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.3ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 2], ["type", "Molestiae facilis amet."], ["created_at", "2020-11-17 16:51:43.955316"], ["updated_at", "2020-11-18 10:28:13.919667"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 3], ["boolean", 0], ["integer", 4], ["decimal", 24.6344004982555], ["string", "Ut aliquid voluptatem."], ["date", "2022-02-05"], ["time", "2000-01-01 18:03:17.490892"], ["datetime", "2020-11-18 05:47:06.392329"], ["created_at", "2020-11-17 15:12:15.706821"], ["updated_at", "2020-11-18 03:53:43.192236"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 13], ["boolean", 1], ["integer", 3], ["decimal", 2.41535154105809], ["string", "Quibusdam voluptatibus quae ex."], ["date", "2019-09-08"], ["time", "2000-01-01 21:45:15.303565"], ["datetime", "2020-11-17 21:51:16.150407"], ["created_at", "2020-11-18 02:27:35.519583"], ["updated_at", "2020-11-18 10:58:31.869035"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 12], ["boolean", 0], ["integer", 14], ["decimal", 3.42887693849968], ["string", "Corrupti quam quas."], ["date", "2019-08-27"], ["time", "2000-01-01 19:47:23.045840"], ["datetime", "2020-11-17 19:38:51.978481"], ["created_at", "2020-11-18 06:12:49.056043"], ["updated_at", "2020-11-17 22:33:52.135288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 0], ["boolean", 1], ["integer", 15], ["decimal", 24.5557476697593], ["string", "Sunt voluptas cupiditate ut."], ["date", "2019-08-16"], ["time", "2000-01-01 18:22:21.710307"], ["datetime", "2020-11-17 16:55:35.275880"], ["created_at", "2020-11-17 15:32:28.911040"], ["updated_at", "2020-11-18 05:25:40.642350"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 11], ["boolean", 1], ["integer", 4], ["decimal", 20.0485450255052], ["string", "Suscipit facere praesentium."], ["date", "2022-09-03"], ["time", "2000-01-01 05:30:37.204316"], ["datetime", "2020-11-17 16:04:11.387071"], ["created_at", "2020-11-17 13:50:32.148418"], ["updated_at", "2020-11-18 12:29:47.825470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("id", "boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 14], ["boolean", 1], ["integer", 1016], ["decimal", 3.58059381153934], ["string", "Explicabo perspiciatis saepe."], ["created_at", "2020-11-17 19:17:23.135950"], ["updated_at", "2020-11-18 09:53:30.261179"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("id", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["id", 14], ["integer", 1005], ["decimal", 17.8549947663392], ["string", "Vero est autem perferendis."], ["created_at", "2020-11-18 05:43:27.311744"], ["updated_at", "2020-11-17 20:14:10.428103"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["id", 4], ["integer", 1002], ["decimal", 8.90226703129907], ["string", "Recusandae facilis quas."], ["created_at", "2020-11-18 07:57:32.555008"], ["updated_at", "2020-11-17 20:29:29.131619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 6], ["boolean", 1], ["integer", 1003], ["decimal", 7.91550138096335], ["string", "Inventore veritatis eveniet officiis."], ["created_at", "2020-11-17 14:45:54.016353"], ["updated_at", "2020-11-18 12:32:57.398940"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 8], ["boolean", 1], ["integer", 1009], ["decimal", 0.510131432402641], ["string", "Eaque laborum architecto."], ["created_at", "2020-11-18 12:30:37.910745"], ["updated_at", "2020-11-18 10:40:57.424804"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 21], ["alfa_id", 5], ["created_at", "2020-11-17 20:59:17.917835"], ["updated_at", "2020-11-18 02:38:37.001033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 3], ["alfa_id", 12], ["created_at", "2020-11-18 07:16:32.334482"], ["updated_at", "2020-11-18 03:24:23.878288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.3ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 5], ["alfa_id", 12], ["created_at", "2020-11-17 15:14:52.782806"], ["updated_at", "2020-11-18 01:26:38.693628"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 20], ["alfa_id", 11], ["created_at", "2020-11-17 14:31:39.905111"], ["updated_at", "2020-11-18 12:21:01.095225"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 15], ["alfa_id", 12], ["created_at", "2020-11-18 01:10:55.078310"], ["updated_at", "2020-11-18 10:57:42.660271"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.3ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 8], ["bravo_id", 9], ["zed_id", 5], ["created_at", "2020-11-18 03:27:00.406122"], ["updated_at", "2020-11-18 05:30:45.816132"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 12], ["bravo_id", 11], ["zed_id", 21], ["created_at", "2020-11-18 05:12:19.924815"], ["updated_at", "2020-11-18 08:42:45.680324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 18], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 29], ["bravo_id", 14], ["zed_id", 18], ["created_at", "2020-11-17 21:44:23.843237"], ["updated_at", "2020-11-17 22:39:45.030122"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 6], ["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-17 19:03:30.341795"], ["updated_at", "2020-11-18 02:34:51.366107"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 3], ["bravo_id", 0], ["zed_id", 6], ["created_at", "2020-11-17 15:21:39.217248"], ["updated_at", "2020-11-18 11:17:09.084782"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 6], ["echoable_type", "Alfa"], ["echoable_id", 12], ["created_at", "2020-11-17 16:35:40.447798"], ["updated_at", "2020-11-18 09:46:13.745346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 7], ["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-17 14:18:49.963420"], ["updated_at", "2020-11-18 01:26:50.517986"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 0], ["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-18 06:37:28.145175"], ["updated_at", "2020-11-17 17:28:21.247465"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 10], ["echoable_type", "Alfa"], ["echoable_id", 11], ["created_at", "2020-11-18 03:37:42.347581"], ["updated_at", "2020-11-17 23:53:34.853470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 18], ["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-17 15:29:38.888247"], ["updated_at", "2020-11-17 18:13:13.693558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 24], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 2], ["created_at", "2020-11-18 00:53:36.525713"], ["updated_at", "2020-11-18 12:00:50.236332"], ["india_id", 24]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.3ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 0], ["created_at", "2020-11-17 22:13:33.530497"], ["updated_at", "2020-11-18 12:36:24.288071"], ["india_id", 31]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 24], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 1], ["created_at", "2020-11-18 05:16:15.693595"], ["updated_at", "2020-11-18 02:38:14.961862"], ["india_id", 24]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 13], ["created_at", "2020-11-18 06:14:28.669305"], ["updated_at", "2020-11-18 08:39:22.931058"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 28], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 6], ["created_at", "2020-11-18 03:40:17.527866"], ["updated_at", "2020-11-18 01:34:39.881780"], ["india_id", 28]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 6], ["hotel_id", 11], ["created_at", "2020-11-17 23:36:22.193313"], ["updated_at", "2020-11-17 21:04:49.011617"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 27], ["hotel_id", 0], ["created_at", "2020-11-18 10:47:32.046182"], ["updated_at", "2020-11-17 19:11:17.463446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.3ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 5], ["hotel_id", 11], ["created_at", "2020-11-17 20:52:41.870191"], ["updated_at", "2020-11-18 07:34:19.695574"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 10], ["hotel_id", 3], ["created_at", "2020-11-17 14:19:34.987748"], ["updated_at", "2020-11-17 16:16:56.812250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 36], ["hotel_id", 20], ["created_at", "2020-11-18 03:39:32.423854"], ["updated_at", "2020-11-18 01:39:00.991794"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 22], ["type", "Ullam repellendus quo."], ["created_at", "2020-11-18 03:00:05.497827"], ["updated_at", "2020-11-17 21:15:00.750895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 4], ["type", "Sed earum voluptatem vel."], ["created_at", "2020-11-18 01:19:26.510260"], ["updated_at", "2020-11-18 03:06:37.106239"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.3ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 0], ["type", "Ut voluptatibus commodi."], ["created_at", "2020-11-17 23:14:56.273813"], ["updated_at", "2020-11-17 15:20:41.431732"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 16], ["type", "Pariatur illum exercitationem porro."], ["created_at", "2020-11-18 00:56:40.664014"], ["updated_at", "2020-11-18 08:49:58.375142"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 0], ["type", "Iste consequuntur et."], ["created_at", "2020-11-18 11:29:32.512900"], ["updated_at", "2020-11-17 18:22:34.201311"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 1], ["type", "Aliquam officiis odio."], ["created_at", "2020-11-18 02:34:52.546662"], ["updated_at", "2020-11-18 03:36:14.152962"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 13], ["type", "Possimus suscipit odio ut."], ["created_at", "2020-11-17 19:40:37.530594"], ["updated_at", "2020-11-17 22:08:24.652503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 15], ["type", "Dicta quae error."], ["created_at", "2020-11-18 12:01:25.274849"], ["updated_at", "2020-11-18 00:50:12.271665"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 4], ["type", "Omnis itaque repellendus quis."], ["created_at", "2020-11-18 07:27:14.566605"], ["updated_at", "2020-11-17 14:44:01.556983"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 28], ["type", "Et possimus odio."], ["created_at", "2020-11-18 10:47:26.342706"], ["updated_at", "2020-11-18 11:11:34.832214"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 5], ["boolean", 0], ["integer", 3], ["decimal", 1.91630152201582], ["string", "Assumenda vitae sit."], ["date", "2020-08-15"], ["time", "2000-01-01 13:42:56.302312"], ["datetime", "2020-11-18 01:25:07.560641"], ["created_at", "2020-11-17 20:12:10.817490"], ["updated_at", "2020-11-17 14:37:11.997796"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 9], ["boolean", 0], ["integer", 11], ["decimal", 4.32777130341577], ["string", "Ut delectus beatae amet."], ["date", "2020-08-13"], ["time", "2000-01-01 07:14:01.962721"], ["datetime", "2020-11-17 23:46:24.996508"], ["created_at", "2020-11-17 16:35:43.888144"], ["updated_at", "2020-11-18 07:28:07.691354"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 5], ["boolean", 0], ["integer", 19], ["decimal", 9.34568521128235], ["string", "Et et architecto."], ["date", "2020-02-10"], ["time", "2000-01-01 16:57:12.384185"], ["datetime", "2020-11-17 22:37:10.083465"], ["created_at", "2020-11-18 07:35:29.460082"], ["updated_at", "2020-11-17 23:52:14.122290"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 26], ["boolean", 1], ["integer", 8], ["decimal", 2.58273427270423], ["string", "Facilis nesciunt dignissimos et."], ["date", "2020-03-12"], ["time", "2000-01-01 19:39:57.059453"], ["datetime", "2020-11-17 15:00:33.563482"], ["created_at", "2020-11-17 15:36:32.548516"], ["updated_at", "2020-11-17 17:09:40.420697"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 6], ["boolean", 1], ["integer", 1], ["decimal", 5.25182946252748], ["string", "Alias earum iusto."], ["date", "2022-11-11"], ["time", "2000-01-01 07:35:26.729635"], ["datetime", "2020-11-17 17:40:57.685527"], ["created_at", "2020-11-18 04:00:24.130614"], ["updated_at", "2020-11-18 00:25:49.527311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["id", 7], ["integer", 1020], ["decimal", 0.168842742684104], ["string", "Ab labore vel."], ["created_at", "2020-11-17 16:59:59.331318"], ["updated_at", "2020-11-17 14:12:29.164433"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("id", "boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 9], ["boolean", 1], ["integer", 1003], ["decimal", 0.117822289852706], ["string", "Consequatur sed iusto labore."], ["created_at", "2020-11-17 17:58:59.957774"], ["updated_at", "2020-11-18 09:03:59.355035"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("id", "boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 0], ["boolean", 1], ["integer", 1011], ["decimal", 4.37951022167442], ["string", "Ut nisi molestiae."], ["created_at", "2020-11-17 15:39:15.993544"], ["updated_at", "2020-11-18 13:04:54.665629"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 5], ["boolean", 1], ["integer", 1012], ["decimal", 10.16309443291], ["string", "Est dolores suscipit sequi."], ["created_at", "2020-11-18 06:04:33.861805"], ["updated_at", "2020-11-18 04:12:19.342466"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["id", 28], ["integer", 1004], ["decimal", 0.0654895299598136], ["string", "Aliquid ipsam vero."], ["created_at", "2020-11-18 12:42:48.979733"], ["updated_at", "2020-11-18 09:26:32.997561"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 27], ["alfa_id", 0], ["created_at", "2020-11-17 20:08:09.656890"], ["updated_at", "2020-11-17 15:35:55.889327"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 7], ["alfa_id", 9], ["created_at", "2020-11-17 22:05:35.660304"], ["updated_at", "2020-11-18 10:11:50.197393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 12], ["alfa_id", 10], ["created_at", "2020-11-17 22:04:46.468496"], ["updated_at", "2020-11-18 09:14:33.062154"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 26], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 30], ["alfa_id", 26], ["created_at", "2020-11-18 02:57:12.708773"], ["updated_at", "2020-11-17 19:08:50.865665"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.3ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 21], ["alfa_id", 13], ["created_at", "2020-11-17 22:05:53.979102"], ["updated_at", "2020-11-17 20:36:42.338016"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 7], ["bravo_id", 4], ["zed_id", 21], ["created_at", "2020-11-17 23:33:16.317000"], ["updated_at", "2020-11-18 08:40:29.793339"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 4], ["bravo_id", 6], ["zed_id", 1], ["created_at", "2020-11-17 19:10:16.765603"], ["updated_at", "2020-11-18 04:10:26.223771"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.3ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 12], ["bravo_id", 11], ["zed_id", 21], ["created_at", "2020-11-17 21:43:50.525365"], ["updated_at", "2020-11-17 19:19:38.779374"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 23], ["bravo_id", 5], ["zed_id", 21], ["created_at", "2020-11-17 20:52:42.207236"], ["updated_at", "2020-11-18 13:03:17.988273"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 12], ["bravo_id", 4], ["zed_id", 21], ["created_at", "2020-11-18 03:32:34.575498"], ["updated_at", "2020-11-18 03:16:07.154710"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 26], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 10], ["echoable_type", "Alfa"], ["echoable_id", 26], ["created_at", "2020-11-18 01:11:39.375355"], ["updated_at", "2020-11-18 12:37:36.200997"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 1], ["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-17 17:13:34.858665"], ["updated_at", "2020-11-17 17:56:37.489822"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 6], ["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-18 09:54:20.739004"], ["updated_at", "2020-11-17 23:55:58.366110"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 26], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 4], ["echoable_type", "Alfa"], ["echoable_id", 26], ["created_at", "2020-11-18 01:06:31.957210"], ["updated_at", "2020-11-17 16:09:28.846821"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 16], ["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 07:07:40.832787"], ["updated_at", "2020-11-18 04:36:28.497555"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 28], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 3], ["created_at", "2020-11-18 00:06:36.315554"], ["updated_at", "2020-11-18 03:18:01.781945"], ["india_id", 28]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 4], ["created_at", "2020-11-18 13:39:05.001137"], ["updated_at", "2020-11-17 19:16:10.344015"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 27], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 7], ["created_at", "2020-11-18 03:14:18.223717"], ["updated_at", "2020-11-18 06:36:36.208302"], ["india_id", 27]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 25], ["created_at", "2020-11-18 06:38:59.945598"], ["updated_at", "2020-11-18 13:15:02.431114"], ["india_id", 20]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 19], ["created_at", "2020-11-18 00:26:55.423429"], ["updated_at", "2020-11-17 17:19:43.089561"], ["india_id", 20]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 13], ["hotel_id", 16], ["created_at", "2020-11-18 05:28:36.460812"], ["updated_at", "2020-11-17 20:50:09.872884"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 1], ["hotel_id", 25], ["created_at", "2020-11-18 03:04:43.877843"], ["updated_at", "2020-11-18 10:19:20.014402"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 32], ["hotel_id", 20], ["created_at", "2020-11-17 22:13:31.891809"], ["updated_at", "2020-11-18 12:06:14.459917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 19], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 8], ["hotel_id", 19], ["created_at", "2020-11-18 13:33:52.389906"], ["updated_at", "2020-11-18 10:29:07.096644"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.3ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 5], ["hotel_id", 11], ["created_at", "2020-11-18 07:30:08.901091"], ["updated_at", "2020-11-17 15:13:42.538906"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 16], ["type", "Ipsum voluptatum nulla."], ["created_at", "2020-11-18 10:25:02.508374"], ["updated_at", "2020-11-18 12:41:35.503156"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 12], ["type", "Accusantium quibusdam porro eos."], ["created_at", "2020-11-17 22:50:12.863928"], ["updated_at", "2020-11-18 04:45:22.037647"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 5], ["type", "Id quidem necessitatibus."], ["created_at", "2020-11-18 00:53:40.891659"], ["updated_at", "2020-11-17 17:20:57.118243"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 29], ["type", "Tenetur optio et esse."], ["created_at", "2020-11-17 23:02:12.174810"], ["updated_at", "2020-11-17 23:59:54.347090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 2], ["type", "Veniam voluptas quis."], ["created_at", "2020-11-17 16:38:42.870609"], ["updated_at", "2020-11-18 13:12:39.055310"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 9], ["type", "Sit sunt quasi."], ["created_at", "2020-11-18 08:36:55.344746"], ["updated_at", "2020-11-17 15:33:29.505289"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 5], ["type", "Sint iste atque eos."], ["created_at", "2020-11-18 06:20:03.588455"], ["updated_at", "2020-11-17 17:50:23.751348"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 18], ["type", "Sapiente officiis ipsa."], ["created_at", "2020-11-18 10:35:16.229072"], ["updated_at", "2020-11-18 06:54:05.087480"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 3], ["type", "Molestiae sit expedita impedit."], ["created_at", "2020-11-18 10:21:43.075005"], ["updated_at", "2020-11-18 02:25:15.756026"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 26], ["type", "Impedit eaque repellat."], ["created_at", "2020-11-18 05:51:21.690574"], ["updated_at", "2020-11-17 16:02:18.834686"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (2.3ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (1.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 35], ["boolean", 0], ["integer", 5], ["decimal", 12.157542826637], ["string", "Ipsam quis placeat."], ["date", "2019-08-14"], ["time", "2000-01-01 14:58:51.163210"], ["datetime", "2020-11-18 10:55:59.531754"], ["created_at", "2020-11-18 12:07:41.014144"], ["updated_at", "2020-11-18 01:09:14.994337"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 2], ["boolean", 0], ["integer", 9], ["decimal", 0.200058335008766], ["string", "Illum debitis veniam ullam."], ["date", "2020-11-01"], ["time", "2000-01-01 15:49:33.425419"], ["datetime", "2020-11-17 20:11:49.682252"], ["created_at", "2020-11-18 12:54:14.794580"], ["updated_at", "2020-11-17 22:47:40.157142"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 8], ["boolean", 1], ["integer", 18], ["decimal", 4.6556765174464], ["string", "Aut quod aperiam."], ["date", "2021-04-12"], ["time", "2000-01-01 20:22:59.062434"], ["datetime", "2020-11-17 14:37:33.677139"], ["created_at", "2020-11-18 01:10:32.250700"], ["updated_at", "2020-11-17 14:33:27.361197"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 3], ["boolean", 0], ["integer", 4], ["decimal", 27.0062955947102], ["string", "Harum eum sed perspiciatis."], ["date", "2022-06-12"], ["time", "2000-01-01 21:35:58.156367"], ["datetime", "2020-11-18 03:51:20.043299"], ["created_at", "2020-11-17 20:38:30.459140"], ["updated_at", "2020-11-18 12:04:14.442993"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 3], ["boolean", 1], ["integer", 34], ["decimal", 7.66729715387514], ["string", "Repellat vero atque."], ["date", "2019-01-04"], ["time", "2000-01-01 10:46:38.536557"], ["datetime", "2020-11-18 05:04:15.091302"], ["created_at", "2020-11-17 23:15:08.720605"], ["updated_at", "2020-11-17 21:42:13.462544"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["id", 17], ["integer", 1014], ["decimal", 0.643091634568927], ["string", "A saepe in."], ["created_at", "2020-11-18 02:35:18.786576"], ["updated_at", "2020-11-17 14:26:52.422964"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["id", 24], ["integer", 1007], ["decimal", 20.9523768441683], ["string", "Ex quo autem qui."], ["created_at", "2020-11-18 06:29:24.039654"], ["updated_at", "2020-11-17 20:19:44.359622"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 3], ["boolean", 1], ["integer", 1009], ["decimal", 8.29100254460204], ["string", "Et qui non."], ["created_at", "2020-11-17 20:58:54.956330"], ["updated_at", "2020-11-17 14:17:52.886936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["id", 10], ["integer", 1016], ["decimal", 7.20932374653944], ["string", "Amet harum cupiditate possimus."], ["created_at", "2020-11-18 08:43:42.192115"], ["updated_at", "2020-11-18 10:25:12.038283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["id", 8], ["integer", 1031], ["decimal", 3.26767445634002], ["string", "Consequatur quia placeat."], ["created_at", "2020-11-18 01:17:36.866791"], ["updated_at", "2020-11-17 23:14:11.519409"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 0], ["alfa_id", 8], ["created_at", "2020-11-17 22:37:11.143348"], ["updated_at", "2020-11-17 23:01:11.229912"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 18], ["alfa_id", 8], ["created_at", "2020-11-18 11:32:03.939146"], ["updated_at", "2020-11-17 21:53:55.760390"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 35], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 5], ["alfa_id", 35], ["created_at", "2020-11-17 22:35:45.609870"], ["updated_at", "2020-11-17 20:55:42.417594"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 10], ["alfa_id", 3], ["created_at", "2020-11-18 05:40:45.952276"], ["updated_at", "2020-11-17 22:21:53.356233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 6], ["alfa_id", 8], ["created_at", "2020-11-18 06:26:28.222760"], ["updated_at", "2020-11-17 20:28:07.345869"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 24], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 3], ["bravo_id", 24], ["zed_id", 6], ["created_at", "2020-11-17 20:15:19.432968"], ["updated_at", "2020-11-18 10:23:00.257300"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 22], ["bravo_id", 10], ["zed_id", 5], ["created_at", "2020-11-17 22:51:25.155853"], ["updated_at", "2020-11-18 11:33:04.388417"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 24], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 6], ["bravo_id", 24], ["zed_id", 6], ["created_at", "2020-11-18 00:48:12.575771"], ["updated_at", "2020-11-17 14:37:48.931432"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 18], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 20], ["bravo_id", 17], ["zed_id", 18], ["created_at", "2020-11-17 17:46:09.535568"], ["updated_at", "2020-11-18 03:48:07.009799"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.3ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 22], ["bravo_id", 8], ["zed_id", 0], ["created_at", "2020-11-17 20:20:28.389275"], ["updated_at", "2020-11-18 05:31:35.112092"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 4], ["echoable_type", "Charlie"], ["echoable_id", 0], ["created_at", "2020-11-17 23:05:21.875898"], ["updated_at", "2020-11-17 22:20:58.333432"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 0], ["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-17 20:23:27.009517"], ["updated_at", "2020-11-17 13:45:07.174180"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 1], ["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 02:35:53.390385"], ["updated_at", "2020-11-18 05:03:45.889738"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 7], ["echoable_type", "Charlie"], ["echoable_id", 0], ["created_at", "2020-11-18 06:10:38.252417"], ["updated_at", "2020-11-18 07:38:58.614284"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 19], ["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 03:17:56.475594"], ["updated_at", "2020-11-17 17:37:42.114045"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 6], ["created_at", "2020-11-18 04:53:49.983705"], ["updated_at", "2020-11-17 23:50:38.070490"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.3ms) INSERT INTO "hotels" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 6], ["created_at", "2020-11-17 22:35:27.986714"], ["updated_at", "2020-11-18 04:21:52.074165"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 1], ["created_at", "2020-11-18 04:37:12.517130"], ["updated_at", "2020-11-18 12:13:15.170798"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 18], ["created_at", "2020-11-18 01:54:09.559427"], ["updated_at", "2020-11-17 23:16:32.278067"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 27], ["created_at", "2020-11-17 22:08:54.577948"], ["updated_at", "2020-11-17 21:54:03.660855"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 18], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 5], ["hotel_id", 18], ["created_at", "2020-11-18 00:57:14.690229"], ["updated_at", "2020-11-17 23:33:05.273372"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 18], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 42], ["hotel_id", 18], ["created_at", "2020-11-18 05:11:00.509887"], ["updated_at", "2020-11-17 14:43:35.348428"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 18], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 3], ["hotel_id", 18], ["created_at", "2020-11-18 08:11:03.453736"], ["updated_at", "2020-11-18 02:19:19.972682"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 7], ["hotel_id", 1], ["created_at", "2020-11-17 19:06:50.609123"], ["updated_at", "2020-11-17 14:13:52.532018"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 27], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 21], ["hotel_id", 27], ["created_at", "2020-11-17 15:34:37.640598"], ["updated_at", "2020-11-18 09:28:02.693539"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 29], ["type", "Expedita officiis voluptas."], ["created_at", "2020-11-17 16:46:56.673247"], ["updated_at", "2020-11-18 06:52:18.868424"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 1], ["type", "Id quos ut expedita."], ["created_at", "2020-11-18 02:56:53.491629"], ["updated_at", "2020-11-17 14:18:09.561256"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 6], ["type", "Eaque natus dolorem."], ["created_at", "2020-11-17 23:20:09.038470"], ["updated_at", "2020-11-17 18:46:29.629515"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 21], ["type", "Ut accusamus nihil numquam."], ["created_at", "2020-11-18 02:26:49.520284"], ["updated_at", "2020-11-17 23:20:55.244005"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 0], ["type", "Culpa perspiciatis tempora."], ["created_at", "2020-11-17 19:21:20.524408"], ["updated_at", "2020-11-18 06:05:38.058917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 17], ["type", "Ad quia velit."], ["created_at", "2020-11-18 02:16:01.197334"], ["updated_at", "2020-11-18 10:55:43.964362"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 7], ["type", "Voluptatibus voluptas nihil sed."], ["created_at", "2020-11-18 04:18:37.890315"], ["updated_at", "2020-11-17 14:00:16.006722"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 5], ["type", "Et cupiditate saepe."], ["created_at", "2020-11-18 12:40:53.387868"], ["updated_at", "2020-11-17 15:26:02.210715"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 6], ["type", "Quaerat quo nobis soluta."], ["created_at", "2020-11-18 04:05:17.098248"], ["updated_at", "2020-11-18 12:31:02.131792"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 9], ["type", "Neque magni sed."], ["created_at", "2020-11-17 21:09:41.234568"], ["updated_at", "2020-11-17 18:07:27.349923"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 24], ["boolean", 1], ["integer", 17], ["decimal", 40.8415223704935], ["string", "Sequi accusantium quia."], ["date", "2021-03-17"], ["time", "2000-01-01 15:05:14.718900"], ["datetime", "2020-11-18 04:50:16.534131"], ["created_at", "2020-11-18 07:47:15.570931"], ["updated_at", "2020-11-18 00:45:26.790505"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 37], ["boolean", 1], ["integer", 3], ["decimal", 22.77518628368], ["string", "Dignissimos ut nemo saepe."], ["date", "2019-09-08"], ["time", "2000-01-01 22:16:19.941682"], ["datetime", "2020-11-18 10:06:00.774931"], ["created_at", "2020-11-18 07:29:13.572177"], ["updated_at", "2020-11-17 18:55:38.675367"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 14], ["boolean", 1], ["integer", 0], ["decimal", 10.4900919731758], ["string", "Qui error nesciunt."], ["date", "2019-12-13"], ["time", "2000-01-01 09:13:00.374309"], ["datetime", "2020-11-18 13:39:12.560505"], ["created_at", "2020-11-18 01:30:49.575706"], ["updated_at", "2020-11-18 12:13:52.942121"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 22], ["boolean", 1], ["integer", 28], ["decimal", 8.37280227151583], ["string", "Quia voluptas et qui."], ["date", "2020-06-29"], ["time", "2000-01-01 09:24:16.233336"], ["datetime", "2020-11-18 02:07:11.077194"], ["created_at", "2020-11-18 10:03:47.038647"], ["updated_at", "2020-11-18 07:50:36.197190"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 5], ["boolean", 0], ["integer", 4], ["decimal", 1.44674945063809], ["string", "Consequatur animi totam."], ["date", "2021-11-23"], ["time", "2000-01-01 10:24:51.079810"], ["datetime", "2020-11-18 01:21:58.280982"], ["created_at", "2020-11-18 07:50:19.552968"], ["updated_at", "2020-11-18 05:28:56.558860"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["id", 5], ["integer", 1027], ["decimal", 2.42874713998675], ["string", "Minima in soluta."], ["created_at", "2020-11-18 09:39:31.429477"], ["updated_at", "2020-11-17 19:16:31.929867"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 6], ["boolean", 1], ["integer", 1008], ["decimal", 0.00170254343415288], ["string", "Omnis accusantium et reiciendis."], ["created_at", "2020-11-17 20:38:45.550904"], ["updated_at", "2020-11-18 02:14:16.548667"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["id", 7], ["integer", 1013], ["decimal", 2.40141395658293], ["string", "Reprehenderit nesciunt magni."], ["created_at", "2020-11-17 23:00:43.267813"], ["updated_at", "2020-11-18 00:33:08.140529"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("id", "boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 3], ["boolean", 1], ["integer", 1008], ["decimal", 10.7957557582059], ["string", "Unde id quam non."], ["created_at", "2020-11-17 18:09:31.031357"], ["updated_at", "2020-11-18 11:50:41.516159"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["id", 4], ["integer", 1006], ["decimal", 7.75428707786498], ["string", "Veniam ad rerum."], ["created_at", "2020-11-17 21:07:15.513956"], ["updated_at", "2020-11-17 23:10:24.436307"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 7], ["alfa_id", 3], ["created_at", "2020-11-18 00:24:26.670393"], ["updated_at", "2020-11-18 00:46:10.167822"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 6], ["alfa_id", 14], ["created_at", "2020-11-17 21:01:43.755877"], ["updated_at", "2020-11-18 03:58:32.406927"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 35], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 15], ["alfa_id", 35], ["created_at", "2020-11-18 13:16:35.692165"], ["updated_at", "2020-11-17 19:54:04.247961"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 35], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 34], ["alfa_id", 35], ["created_at", "2020-11-18 08:57:10.840898"], ["updated_at", "2020-11-17 18:17:43.212120"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 24], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 30], ["alfa_id", 24], ["created_at", "2020-11-17 21:05:40.285514"], ["updated_at", "2020-11-18 08:58:36.126821"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 5], ["bravo_id", 8], ["zed_id", 30], ["created_at", "2020-11-18 13:07:42.951455"], ["updated_at", "2020-11-18 07:17:46.053015"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 0], ["bravo_id", 6], ["zed_id", 5], ["created_at", "2020-11-18 10:54:48.949519"], ["updated_at", "2020-11-18 03:16:39.472906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 2], ["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-17 21:53:09.033353"], ["updated_at", "2020-11-18 04:06:11.684077"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 4], ["bravo_id", 10], ["zed_id", 5], ["created_at", "2020-11-18 12:12:32.212896"], ["updated_at", "2020-11-17 22:01:02.009515"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 18], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 25], ["bravo_id", 4], ["zed_id", 18], ["created_at", "2020-11-17 19:09:14.169702"], ["updated_at", "2020-11-18 05:17:27.659002"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 24], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 5], ["echoable_type", "Alfa"], ["echoable_id", 24], ["created_at", "2020-11-18 11:37:04.776220"], ["updated_at", "2020-11-17 20:21:06.759702"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 5], ["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-18 13:12:53.346644"], ["updated_at", "2020-11-18 10:52:04.846118"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 25], ["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 09:22:29.662079"], ["updated_at", "2020-11-17 22:47:22.665326"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 4], ["echoable_type", "Charlie"], ["echoable_id", 0], ["created_at", "2020-11-17 18:04:12.328314"], ["updated_at", "2020-11-18 06:49:18.166136"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 1], ["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-17 22:42:11.548347"], ["updated_at", "2020-11-18 03:45:41.092613"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 1], ["created_at", "2020-11-17 19:19:20.232621"], ["updated_at", "2020-11-18 01:33:46.105606"], ["india_id", 3]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 42], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 10], ["created_at", "2020-11-18 02:34:50.361977"], ["updated_at", "2020-11-18 01:45:06.526158"], ["india_id", 42]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 42], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 25], ["created_at", "2020-11-17 18:47:03.027589"], ["updated_at", "2020-11-18 04:05:50.292980"], ["india_id", 42]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 42], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 5], ["created_at", "2020-11-18 01:59:37.738275"], ["updated_at", "2020-11-18 11:23:42.564945"], ["india_id", 42]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 5], ["created_at", "2020-11-17 16:28:47.163413"], ["updated_at", "2020-11-18 13:36:18.259299"], ["india_id", 21]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 22], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 24], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 9], ["hotel_id", 25], ["created_at", "2020-11-17 16:06:07.925447"], ["updated_at", "2020-11-18 03:39:35.364087"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 27], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 12], ["hotel_id", 27], ["created_at", "2020-11-18 09:26:45.334596"], ["updated_at", "2020-11-18 03:30:34.143736"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 19], ["hotel_id", 1], ["created_at", "2020-11-17 17:02:19.490932"], ["updated_at", "2020-11-18 11:37:33.524254"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 8], ["hotel_id", 6], ["created_at", "2020-11-17 22:32:33.386131"], ["updated_at", "2020-11-17 18:29:45.263771"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 27], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 14], ["hotel_id", 27], ["created_at", "2020-11-18 06:30:38.910448"], ["updated_at", "2020-11-17 20:16:25.671265"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.3ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 1], ["type", "Voluptatem sint accusamus."], ["created_at", "2020-11-18 08:23:59.483828"], ["updated_at", "2020-11-17 16:24:32.385213"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 16], ["type", "Illo quae recusandae non."], ["created_at", "2020-11-18 09:10:13.528038"], ["updated_at", "2020-11-18 01:02:43.658746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 13], ["type", "Earum neque reprehenderit."], ["created_at", "2020-11-17 16:59:09.276076"], ["updated_at", "2020-11-17 17:18:45.414349"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 30], ["type", "Adipisci voluptas ducimus corrupti."], ["created_at", "2020-11-17 18:22:52.909914"], ["updated_at", "2020-11-17 13:55:47.554383"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 2], ["type", "Magni laborum quidem."], ["created_at", "2020-11-18 05:03:33.702117"], ["updated_at", "2020-11-18 06:33:59.361011"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 7], ["type", "Qui recusandae voluptatem."], ["created_at", "2020-11-17 16:10:58.847396"], ["updated_at", "2020-11-17 18:37:18.474642"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 33], ["type", "Molestiae beatae suscipit ea."], ["created_at", "2020-11-18 08:55:12.771413"], ["updated_at", "2020-11-17 17:00:07.511360"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 26], ["type", "Consequatur delectus qui."], ["created_at", "2020-11-18 01:48:40.405441"], ["updated_at", "2020-11-18 03:05:51.158897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 16], ["type", "Est ab quo omnis."], ["created_at", "2020-11-17 19:42:02.388017"], ["updated_at", "2020-11-18 06:11:48.582668"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 5], ["type", "Mollitia sunt quibusdam."], ["created_at", "2020-11-17 14:54:12.107836"], ["updated_at", "2020-11-18 02:13:51.863473"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 19], ["boolean", 1], ["integer", 0], ["decimal", 13.7055995996322], ["string", "Qui sunt quis."], ["date", "2021-04-09"], ["time", "2000-01-01 20:11:41.674271"], ["datetime", "2020-11-18 00:24:41.691666"], ["created_at", "2020-11-18 08:37:30.649316"], ["updated_at", "2020-11-18 12:18:27.192049"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 33], ["boolean", 0], ["integer", 8], ["decimal", 3.66250473503559], ["string", "Est commodi non numquam."], ["date", "2020-11-06"], ["time", "2000-01-01 05:26:02.016635"], ["datetime", "2020-11-18 03:36:54.103325"], ["created_at", "2020-11-17 19:16:06.958199"], ["updated_at", "2020-11-18 00:07:00.745057"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 3], ["boolean", 1], ["integer", 8], ["decimal", 5.43995370349661], ["string", "Minima porro eius."], ["date", "2021-03-10"], ["time", "2000-01-01 21:33:43.991295"], ["datetime", "2020-11-17 19:06:11.975340"], ["created_at", "2020-11-17 20:46:26.669563"], ["updated_at", "2020-11-17 16:06:26.521093"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 11], ["boolean", 0], ["integer", 0], ["decimal", 18.2449488650237], ["string", "Accusamus a assumenda quidem."], ["date", "2022-03-31"], ["time", "2000-01-01 04:43:38.856020"], ["datetime", "2020-11-18 11:03:58.165161"], ["created_at", "2020-11-18 03:14:57.542634"], ["updated_at", "2020-11-18 05:32:35.626963"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 15], ["boolean", 0], ["integer", 1], ["decimal", 8.18061571567836], ["string", "Exercitationem nihil aut."], ["date", "2022-07-25"], ["time", "2000-01-01 03:25:28.119308"], ["datetime", "2020-11-17 15:23:07.699706"], ["created_at", "2020-11-17 14:03:09.159678"], ["updated_at", "2020-11-18 13:13:13.765403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["id", 1], ["integer", 1011], ["decimal", 26.3965386392161], ["string", "Dolorem velit molestiae."], ["created_at", "2020-11-18 13:25:54.268668"], ["updated_at", "2020-11-17 20:35:50.715537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("id", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["id", 24], ["integer", 1001], ["decimal", 0.985100376611757], ["string", "Tenetur possimus consequuntur eos."], ["created_at", "2020-11-18 03:37:16.125015"], ["updated_at", "2020-11-18 13:39:09.763860"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("id", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["id", 7], ["integer", 1019], ["decimal", 9.95722478871747], ["string", "Non officia ut."], ["created_at", "2020-11-17 22:29:20.025011"], ["updated_at", "2020-11-18 13:36:32.211352"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("id", "boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 0], ["boolean", 1], ["integer", 1007], ["decimal", 8.87867250205359], ["string", "Error et aperiam suscipit."], ["created_at", "2020-11-17 22:42:58.782575"], ["updated_at", "2020-11-18 03:52:06.179058"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["id", 13], ["integer", 1013], ["decimal", 4.18306960316524], ["string", "Eveniet porro molestiae."], ["created_at", "2020-11-17 14:38:54.209717"], ["updated_at", "2020-11-18 00:45:32.268915"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 1], ["alfa_id", 14], ["created_at", "2020-11-17 15:06:56.422374"], ["updated_at", "2020-11-18 02:38:09.682274"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 20], ["alfa_id", 8], ["created_at", "2020-11-17 15:32:12.248946"], ["updated_at", "2020-11-18 07:58:17.048059"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 11], ["alfa_id", 3], ["created_at", "2020-11-17 23:41:04.806557"], ["updated_at", "2020-11-17 19:34:05.872776"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 19], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.3ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 5], ["alfa_id", 19], ["created_at", "2020-11-18 12:32:42.968593"], ["updated_at", "2020-11-18 07:19:47.150404"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.3ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 11], ["alfa_id", 37], ["created_at", "2020-11-17 19:41:09.997852"], ["updated_at", "2020-11-17 14:27:21.624180"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.3ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 25], ["bravo_id", 17], ["zed_id", 10], ["created_at", "2020-11-18 00:14:44.487062"], ["updated_at", "2020-11-18 05:43:24.241627"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 14], ["bravo_id", 1], ["zed_id", 15], ["created_at", "2020-11-18 10:28:34.587625"], ["updated_at", "2020-11-17 20:09:29.311034"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 11], ["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-17 15:37:44.729790"], ["updated_at", "2020-11-17 19:23:37.016924"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 5], ["bravo_id", 8], ["zed_id", 11], ["created_at", "2020-11-18 13:02:35.244994"], ["updated_at", "2020-11-17 23:54:06.060377"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 24], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 16], ["bravo_id", 24], ["zed_id", 15], ["created_at", "2020-11-18 08:17:04.405690"], ["updated_at", "2020-11-18 00:11:59.616423"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 38], ["echoable_type", "Alfa"], ["echoable_id", 33], ["created_at", "2020-11-17 22:06:57.275713"], ["updated_at", "2020-11-18 09:18:12.136469"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 34], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 14], ["echoable_type", "Charlie"], ["echoable_id", 34], ["created_at", "2020-11-18 05:37:17.666544"], ["updated_at", "2020-11-17 18:04:05.092500"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 1], ["echoable_type", "Charlie"], ["echoable_id", 11], ["created_at", "2020-11-18 11:09:23.596391"], ["updated_at", "2020-11-17 17:18:32.563317"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 18], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 10], ["echoable_type", "Charlie"], ["echoable_id", 18], ["created_at", "2020-11-18 13:11:04.177494"], ["updated_at", "2020-11-18 01:45:44.089240"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 19], ["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 12:12:25.256693"], ["updated_at", "2020-11-17 21:17:45.110742"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 16], ["created_at", "2020-11-17 14:18:28.921067"], ["updated_at", "2020-11-18 06:49:03.852318"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 42], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 5], ["created_at", "2020-11-18 09:37:17.653071"], ["updated_at", "2020-11-18 09:41:13.401698"], ["india_id", 42]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 0], ["created_at", "2020-11-17 19:19:10.613182"], ["updated_at", "2020-11-17 14:53:45.531093"], ["india_id", 7]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 32], ["created_at", "2020-11-17 23:47:59.022019"], ["updated_at", "2020-11-17 16:32:43.603443"], ["india_id", 21]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 19], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 4], ["created_at", "2020-11-17 23:57:54.697313"], ["updated_at", "2020-11-18 13:25:35.475344"], ["india_id", 19]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 35], ["LIMIT", 1]]  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 16], ["hotel_id", 25], ["created_at", "2020-11-17 20:45:30.953467"], ["updated_at", "2020-11-17 18:10:10.440995"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 18], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 2], ["hotel_id", 18], ["created_at", "2020-11-17 15:21:09.956945"], ["updated_at", "2020-11-18 10:20:27.306973"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 28], ["hotel_id", 16], ["created_at", "2020-11-17 20:26:10.758423"], ["updated_at", "2020-11-18 13:01:41.324512"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 18], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 0], ["hotel_id", 18], ["created_at", "2020-11-18 06:32:47.280626"], ["updated_at", "2020-11-17 20:50:41.390041"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 3], ["hotel_id", 10], ["created_at", "2020-11-18 07:30:59.663334"], ["updated_at", "2020-11-17 23:25:10.629849"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 34], ["type", "Enim praesentium eum."], ["created_at", "2020-11-17 16:42:28.527888"], ["updated_at", "2020-11-17 22:35:47.581455"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 24], ["type", "Et incidunt nostrum asperiores."], ["created_at", "2020-11-18 09:23:59.803761"], ["updated_at", "2020-11-17 20:18:26.431135"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 18], ["type", "Dolores error aliquid."], ["created_at", "2020-11-17 17:35:39.431101"], ["updated_at", "2020-11-18 12:56:54.855050"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 3], ["type", "Dolor vel commodi rerum."], ["created_at", "2020-11-18 09:03:20.258925"], ["updated_at", "2020-11-17 17:03:21.467145"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 22], ["type", "Sit totam et."], ["created_at", "2020-11-17 18:52:00.292729"], ["updated_at", "2020-11-18 05:58:13.927465"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 14], ["type", "Facilis laboriosam blanditiis."], ["created_at", "2020-11-18 07:38:03.960068"], ["updated_at", "2020-11-17 17:06:17.832742"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 8], ["type", "Qui quos repellat reprehenderit."], ["created_at", "2020-11-18 08:39:57.033345"], ["updated_at", "2020-11-17 19:44:40.056691"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.3ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 6], ["type", "Alias quibusdam reiciendis."], ["created_at", "2020-11-18 01:40:47.577133"], ["updated_at", "2020-11-17 19:45:06.255479"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 0], ["type", "Aut sapiente saepe id."], ["created_at", "2020-11-17 23:21:45.652254"], ["updated_at", "2020-11-17 18:50:49.612823"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 13], ["type", "Ipsam architecto sed."], ["created_at", "2020-11-17 21:07:01.438391"], ["updated_at", "2020-11-17 18:26:25.516623"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 2], ["boolean", 1], ["integer", 28], ["decimal", 20.7994086460654], ["string", "Ipsum ut quod."], ["date", "2022-07-30"], ["time", "2000-01-01 15:17:47.437243"], ["datetime", "2020-11-18 00:57:17.251908"], ["created_at", "2020-11-18 08:26:17.525250"], ["updated_at", "2020-11-18 01:51:35.431447"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 6], ["boolean", 1], ["integer", 28], ["decimal", 7.75046529719633], ["string", "Molestiae est non magni."], ["date", "2018-11-19"], ["time", "2000-01-01 20:10:52.634562"], ["datetime", "2020-11-18 06:34:25.755636"], ["created_at", "2020-11-17 18:55:14.765176"], ["updated_at", "2020-11-18 04:07:13.990039"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 14], ["boolean", 0], ["integer", 16], ["decimal", 3.90502876219567], ["string", "Labore praesentium rerum."], ["date", "2020-03-14"], ["time", "2000-01-01 13:10:44.153876"], ["datetime", "2020-11-18 08:18:44.788544"], ["created_at", "2020-11-18 07:52:22.534498"], ["updated_at", "2020-11-17 20:45:06.627507"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 0], ["boolean", 1], ["integer", 5], ["decimal", 2.8262291158132], ["string", "Aut explicabo soluta."], ["date", "2019-08-11"], ["time", "2000-01-01 07:16:48.123884"], ["datetime", "2020-11-18 00:34:37.855336"], ["created_at", "2020-11-18 02:11:26.834931"], ["updated_at", "2020-11-17 16:16:23.014748"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 8], ["boolean", 1], ["integer", 6], ["decimal", 1.56427356219235], ["string", "Placeat tempora et omnis."], ["date", "2019-11-12"], ["time", "2000-01-01 00:06:39.810217"], ["datetime", "2020-11-18 12:57:27.399075"], ["created_at", "2020-11-18 09:09:06.929441"], ["updated_at", "2020-11-18 09:59:35.639556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 25], ["boolean", 1], ["integer", 0], ["decimal", 2.84464979799602], ["string", "Laborum accusantium quod."], ["date", "2022-08-01"], ["time", "2000-01-01 09:51:15.284823"], ["datetime", "2020-11-18 06:04:53.506539"], ["created_at", "2020-11-17 19:53:27.452331"], ["updated_at", "2020-11-18 04:28:35.094508"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:41:44.109613"], ["updated_at", "2020-11-18 13:41:44.109613"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 13], ["boolean", 0], ["integer", 0], ["decimal", 11.6536643954337], ["string", "Sint iste ad."], ["date", "2018-11-18"], ["time", "2000-01-01 15:24:02.241948"], ["datetime", "2020-11-17 21:00:48.427247"], ["created_at", "2020-11-17 20:31:54.660857"], ["updated_at", "2020-11-17 16:12:11.129884"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.5ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 13], ["boolean", 0], ["integer", 19], ["decimal", 3.57434189501488], ["string", "Amet qui fugit ea."], ["date", "2021-06-19"], ["time", "2000-01-01 11:56:04.555746"], ["datetime", "2020-11-18 12:06:14.287033"], ["created_at", "2020-11-17 20:05:04.156821"], ["updated_at", "2020-11-18 02:38:20.638302"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 0], ["boolean", 0], ["integer", 0], ["decimal", 19.7568014392151], ["string", "Sapiente velit alias."], ["date", "2021-02-21"], ["time", "2000-01-01 11:20:03.762697"], ["datetime", "2020-11-17 14:05:14.039065"], ["created_at", "2020-11-18 06:46:33.716899"], ["updated_at", "2020-11-17 17:48:55.347336"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 28], ["boolean", 1], ["integer", 2], ["decimal", 7.75765214300167], ["string", "Ut dolore commodi neque."], ["date", "2019-05-26"], ["time", "2000-01-01 17:42:05.524247"], ["datetime", "2020-11-18 05:27:51.695575"], ["created_at", "2020-11-17 18:38:52.856376"], ["updated_at", "2020-11-17 21:23:36.044477"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 31], ["boolean", 0], ["integer", 1], ["decimal", 1.47382832506173], ["string", "Magni est eius."], ["date", "2021-05-11"], ["time", "2000-01-01 17:04:52.758580"], ["datetime", "2020-11-17 13:44:34.018043"], ["created_at", "2020-11-18 10:03:01.460641"], ["updated_at", "2020-11-18 07:05:08.337368"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("id", "boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 10], ["boolean", 1], ["integer", 1002], ["decimal", 10.9800435774385], ["string", "Totam earum cum."], ["created_at", "2020-11-17 17:05:57.639365"], ["updated_at", "2020-11-17 18:46:54.299789"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 2], ["boolean", 1], ["integer", 1010], ["decimal", 5.69674478893884], ["string", "Voluptas labore et cumque."], ["created_at", "2020-11-18 10:03:49.631012"], ["updated_at", "2020-11-17 22:30:13.207238"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["id", 15], ["integer", 1013], ["decimal", 19.2152072032831], ["string", "Ea reiciendis qui."], ["created_at", "2020-11-18 07:26:47.725648"], ["updated_at", "2020-11-17 15:03:05.545746"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("id", "boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 2], ["boolean", 1], ["integer", 1004], ["decimal", 14.5592154061333], ["string", "Et et aliquam distinctio."], ["created_at", "2020-11-17 21:01:45.248379"], ["updated_at", "2020-11-17 14:46:10.956189"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 16], ["boolean", 1], ["integer", 1003], ["decimal", 8.44674208241184], ["string", "Deleniti velit quia."], ["created_at", "2020-11-18 09:49:46.808646"], ["updated_at", "2020-11-18 01:12:03.570327"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 14], ["alfa_id", 31], ["created_at", "2020-11-17 16:36:11.870598"], ["updated_at", "2020-11-18 12:10:58.136080"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 28], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 3], ["alfa_id", 28], ["created_at", "2020-11-17 20:46:36.630587"], ["updated_at", "2020-11-18 07:20:55.478200"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 0], ["alfa_id", 13], ["created_at", "2020-11-17 20:53:54.379025"], ["updated_at", "2020-11-17 18:17:57.756490"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.3ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 14], ["alfa_id", 13], ["created_at", "2020-11-17 22:13:19.082402"], ["updated_at", "2020-11-18 13:22:10.803853"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.3ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 3], ["alfa_id", 0], ["created_at", "2020-11-17 22:48:15.016236"], ["updated_at", "2020-11-17 22:22:08.536302"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 5], ["bravo_id", 15], ["zed_id", 3], ["created_at", "2020-11-18 09:46:08.156327"], ["updated_at", "2020-11-17 18:25:36.952507"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 3], ["bravo_id", 16], ["zed_id", 3], ["created_at", "2020-11-18 05:13:23.274973"], ["updated_at", "2020-11-18 06:51:27.557690"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 6], ["bravo_id", 2], ["zed_id", 0], ["created_at", "2020-11-17 23:15:32.444665"], ["updated_at", "2020-11-17 22:14:32.011105"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 32], ["bravo_id", 2], ["zed_id", 0], ["created_at", "2020-11-17 22:47:19.995643"], ["updated_at", "2020-11-18 10:42:51.387508"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 16], ["bravo_id", 15], ["zed_id", 3], ["created_at", "2020-11-17 22:56:25.189570"], ["updated_at", "2020-11-17 21:36:51.194060"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 0], ["echoable_type", "Charlie"], ["echoable_id", 0], ["created_at", "2020-11-17 22:00:22.647636"], ["updated_at", "2020-11-17 14:07:29.671455"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 28], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 1], ["echoable_type", "Alfa"], ["echoable_id", 28], ["created_at", "2020-11-17 21:27:15.491058"], ["updated_at", "2020-11-17 23:43:52.774918"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.4ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 1], ["echoable_type", "Charlie"], ["echoable_id", 0], ["created_at", "2020-11-18 08:52:35.280440"], ["updated_at", "2020-11-18 01:00:04.289828"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 20], ["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-18 08:19:09.171460"], ["updated_at", "2020-11-17 16:10:12.988305"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 24], ["echoable_type", "Alfa"], ["echoable_id", 0], ["created_at", "2020-11-18 06:00:15.086320"], ["updated_at", "2020-11-17 16:16:46.950413"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 27], ["created_at", "2020-11-18 08:48:48.104221"], ["updated_at", "2020-11-18 02:15:23.927455"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 4], ["created_at", "2020-11-18 03:33:35.714550"], ["updated_at", "2020-11-18 03:34:24.903031"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 0], ["created_at", "2020-11-18 12:39:45.652493"], ["updated_at", "2020-11-18 00:27:10.500465"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 38], ["created_at", "2020-11-18 01:02:33.039412"], ["updated_at", "2020-11-18 13:08:51.414779"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at") VALUES (?, ?, ?) [["id", 13], ["created_at", "2020-11-18 07:03:31.326221"], ["updated_at", "2020-11-18 07:23:48.431421"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 28], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 38], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 23], ["hotel_id", 38], ["created_at", "2020-11-17 23:18:30.188680"], ["updated_at", "2020-11-17 22:51:26.927112"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 38], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 15], ["hotel_id", 38], ["created_at", "2020-11-18 04:42:23.024394"], ["updated_at", "2020-11-17 22:40:50.563887"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 13], ["hotel_id", 0], ["created_at", "2020-11-17 21:27:00.639964"], ["updated_at", "2020-11-17 15:22:48.507098"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 22], ["hotel_id", 13], ["created_at", "2020-11-17 19:49:51.762968"], ["updated_at", "2020-11-18 02:54:20.815594"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 27], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 6], ["hotel_id", 27], ["created_at", "2020-11-18 00:31:08.431928"], ["updated_at", "2020-11-18 09:45:45.316657"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 0], ["type", "Quidem ipsa voluptate."], ["created_at", "2020-11-17 23:44:22.916873"], ["updated_at", "2020-11-18 01:25:05.632919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 3], ["type", "Est aut commodi sed."], ["created_at", "2020-11-17 22:39:07.488998"], ["updated_at", "2020-11-17 22:35:29.472652"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 11], ["type", "Dolores perferendis quia."], ["created_at", "2020-11-18 02:43:51.435563"], ["updated_at", "2020-11-18 10:14:06.588845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 40], ["type", "Ut laudantium laboriosam enim."], ["created_at", "2020-11-18 06:45:57.636684"], ["updated_at", "2020-11-18 04:13:45.905879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 4], ["type", "Libero qui dolorum."], ["created_at", "2020-11-17 20:19:26.108459"], ["updated_at", "2020-11-17 21:29:10.755573"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 23], ["type", "Facilis quia vitae."], ["created_at", "2020-11-17 22:51:56.578501"], ["updated_at", "2020-11-17 15:25:27.234694"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 18], ["type", "Similique laudantium autem tenetur."], ["created_at", "2020-11-17 18:15:16.179763"], ["updated_at", "2020-11-17 18:51:12.338349"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 10], ["type", "Earum quae quidem."], ["created_at", "2020-11-18 03:39:24.330628"], ["updated_at", "2020-11-18 09:59:44.433497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.3ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 4], ["type", "Atque aut hic in."], ["created_at", "2020-11-18 12:08:59.728153"], ["updated_at", "2020-11-17 20:27:08.822157"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 1], ["type", "Ea quos excepturi."], ["created_at", "2020-11-17 22:58:33.848638"], ["updated_at", "2020-11-17 21:40:34.088525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 6], ["boolean", 0], ["integer", 9], ["decimal", 13.3343372448873], ["string", "Qui laboriosam pariatur."], ["date", "2019-12-25"], ["time", "2000-01-01 23:32:07.586420"], ["datetime", "2020-11-17 14:30:40.087672"], ["created_at", "2020-11-18 00:53:24.712415"], ["updated_at", "2020-11-18 09:56:17.941819"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 8], ["boolean", 0], ["integer", 0], ["decimal", 20.699782586031], ["string", "Sint maxime optio ad."], ["date", "2022-10-25"], ["time", "2000-01-01 18:42:35.167042"], ["datetime", "2020-11-18 12:23:39.458468"], ["created_at", "2020-11-18 10:13:17.270416"], ["updated_at", "2020-11-18 09:58:22.069812"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 1], ["boolean", 1], ["integer", 13], ["decimal", 6.0408585243452], ["string", "Non laudantium culpa."], ["date", "2019-08-26"], ["time", "2000-01-01 21:55:49.995792"], ["datetime", "2020-11-17 15:34:59.954256"], ["created_at", "2020-11-18 12:41:15.773537"], ["updated_at", "2020-11-17 19:24:42.583543"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 14], ["boolean", 0], ["integer", 11], ["decimal", 16.3008220297505], ["string", "Consequuntur quo quibusdam officia."], ["date", "2019-08-17"], ["time", "2000-01-01 22:14:02.405162"], ["datetime", "2020-11-17 18:43:40.707860"], ["created_at", "2020-11-17 16:01:38.225556"], ["updated_at", "2020-11-17 22:14:02.644163"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 12], ["boolean", 0], ["integer", 13], ["decimal", 4.93306619728807], ["string", "Libero aut placeat."], ["date", "2019-08-07"], ["time", "2000-01-01 11:55:07.338337"], ["datetime", "2020-11-18 08:40:08.048274"], ["created_at", "2020-11-17 23:09:06.164868"], ["updated_at", "2020-11-18 06:59:29.122415"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["id", 1], ["integer", 1011], ["decimal", 2.18165791338257], ["string", "Omnis quas laborum."], ["created_at", "2020-11-18 12:42:37.495678"], ["updated_at", "2020-11-18 00:59:02.134381"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 30], ["boolean", 1], ["integer", 1018], ["decimal", 0.830072366897627], ["string", "Dolorum aliquid est deleniti."], ["created_at", "2020-11-18 06:52:55.466399"], ["updated_at", "2020-11-18 07:11:14.027951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 7], ["boolean", 1], ["integer", 1003], ["decimal", 2.11491621661405], ["string", "Sit corporis rerum."], ["created_at", "2020-11-18 00:48:28.540663"], ["updated_at", "2020-11-18 12:00:05.827348"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 4], ["boolean", 1], ["integer", 1014], ["decimal", 2.28637959174814], ["string", "Tenetur sunt qui voluptates."], ["created_at", "2020-11-18 01:06:27.583845"], ["updated_at", "2020-11-18 10:32:22.558856"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("id", "boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 19], ["boolean", 1], ["integer", 1013], ["decimal", 12.9797484938127], ["string", "Reiciendis est explicabo."], ["created_at", "2020-11-18 02:23:34.582039"], ["updated_at", "2020-11-18 11:45:00.452848"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 28], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 23], ["alfa_id", 28], ["created_at", "2020-11-17 13:48:29.484761"], ["updated_at", "2020-11-18 12:58:35.550297"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 4], ["alfa_id", 31], ["created_at", "2020-11-17 22:50:47.337679"], ["updated_at", "2020-11-18 04:42:00.216743"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 11], ["alfa_id", 6], ["created_at", "2020-11-17 16:14:27.637507"], ["updated_at", "2020-11-17 21:11:16.656496"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 2], ["alfa_id", 6], ["created_at", "2020-11-18 09:29:16.912325"], ["updated_at", "2020-11-18 05:55:58.135290"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 1], ["alfa_id", 6], ["created_at", "2020-11-18 08:19:43.961179"], ["updated_at", "2020-11-17 22:03:51.950453"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 7], ["bravo_id", 10], ["zed_id", 2], ["created_at", "2020-11-18 02:07:16.063028"], ["updated_at", "2020-11-17 17:12:42.022722"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 11], ["bravo_id", 16], ["zed_id", 14], ["created_at", "2020-11-18 10:30:50.448731"], ["updated_at", "2020-11-17 22:19:43.781160"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 8], ["bravo_id", 4], ["zed_id", 0], ["created_at", "2020-11-18 04:26:28.888360"], ["updated_at", "2020-11-18 05:10:07.278789"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 9], ["bravo_id", 10], ["zed_id", 1], ["created_at", "2020-11-18 04:22:01.980688"], ["updated_at", "2020-11-18 13:21:17.490575"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.4ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 7], ["bravo_id", 2], ["zed_id", 0], ["created_at", "2020-11-18 04:37:54.663275"], ["updated_at", "2020-11-18 00:07:26.019641"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 28], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 5], ["echoable_type", "Alfa"], ["echoable_id", 28], ["created_at", "2020-11-17 20:50:41.375494"], ["updated_at", "2020-11-17 19:52:24.936683"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 2], ["echoable_type", "Alfa"], ["echoable_id", 0], ["created_at", "2020-11-17 14:15:01.064169"], ["updated_at", "2020-11-18 02:58:28.767614"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 26], ["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-17 14:45:09.753724"], ["updated_at", "2020-11-18 09:28:27.483159"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 6], ["echoable_type", "Charlie"], ["echoable_id", 14], ["created_at", "2020-11-18 09:09:13.552941"], ["updated_at", "2020-11-18 06:41:22.147675"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.3ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 1], ["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-17 17:24:23.814604"], ["updated_at", "2020-11-17 23:00:58.653347"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 21], ["created_at", "2020-11-18 09:58:32.792266"], ["updated_at", "2020-11-18 12:36:46.866826"], ["india_id", 13]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 6], ["created_at", "2020-11-17 21:47:13.625017"], ["updated_at", "2020-11-18 01:42:13.853150"], ["india_id", 13]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.3ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 4], ["created_at", "2020-11-17 18:22:08.861749"], ["updated_at", "2020-11-18 11:45:36.771505"], ["india_id", 6]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.3ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 0], ["created_at", "2020-11-17 14:06:11.773978"], ["updated_at", "2020-11-18 10:27:33.281899"], ["india_id", 13]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 2], ["created_at", "2020-11-18 13:19:56.522320"], ["updated_at", "2020-11-17 20:50:22.200218"], ["india_id", 6]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 16], ["hotel_id", 6], ["created_at", "2020-11-17 21:04:25.490801"], ["updated_at", "2020-11-18 07:47:39.283804"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 4], ["hotel_id", 6], ["created_at", "2020-11-18 05:53:15.918886"], ["updated_at", "2020-11-18 00:40:53.479745"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 38], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 4], ["hotel_id", 38], ["created_at", "2020-11-18 13:02:12.604062"], ["updated_at", "2020-11-17 20:37:08.696996"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 1], ["hotel_id", 2], ["created_at", "2020-11-17 22:28:19.478322"], ["updated_at", "2020-11-17 14:45:15.799006"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 19], ["hotel_id", 0], ["created_at", "2020-11-17 22:19:45.791606"], ["updated_at", "2020-11-18 08:51:41.505262"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.3ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 0], ["type", "Voluptate ipsa aut."], ["created_at", "2020-11-18 12:53:35.025433"], ["updated_at", "2020-11-17 22:09:28.339759"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 39], ["type", "Qui tempora recusandae reiciendis."], ["created_at", "2020-11-17 18:31:24.408255"], ["updated_at", "2020-11-17 22:39:44.589423"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 12], ["type", "Provident officiis dolorem."], ["created_at", "2020-11-18 07:31:19.616801"], ["updated_at", "2020-11-18 05:06:00.020859"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 26], ["type", "Quis nam aliquid ea."], ["created_at", "2020-11-18 02:37:41.699900"], ["updated_at", "2020-11-18 11:01:38.654028"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.3ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 1], ["type", "Odit sunt qui."], ["created_at", "2020-11-18 06:56:23.641044"], ["updated_at", "2020-11-18 01:42:00.364980"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 8], ["type", "Eligendi aut sit."], ["created_at", "2020-11-17 15:30:23.688180"], ["updated_at", "2020-11-18 08:11:17.356291"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.3ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 26], ["type", "Voluptatem error ut hic."], ["created_at", "2020-11-18 02:02:53.395987"], ["updated_at", "2020-11-18 07:08:28.376481"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 9], ["type", "Saepe modi laboriosam."], ["created_at", "2020-11-18 06:37:46.383053"], ["updated_at", "2020-11-18 12:41:40.452679"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 2], ["type", "Laboriosam et ab ea."], ["created_at", "2020-11-18 05:42:37.546221"], ["updated_at", "2020-11-17 14:43:21.278567"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.3ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 1], ["type", "Tempora quidem molestiae."], ["created_at", "2020-11-17 23:25:51.045269"], ["updated_at", "2020-11-17 16:22:17.548280"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 1], ["boolean", 1], ["integer", 20], ["decimal", 25.6417160025885], ["string", "Animi reiciendis ipsum."], ["date", "2020-02-04"], ["time", "2000-01-01 06:37:55.867948"], ["datetime", "2020-11-17 16:45:13.005142"], ["created_at", "2020-11-17 16:19:00.448806"], ["updated_at", "2020-11-18 06:52:37.210074"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 20], ["boolean", 0], ["integer", 21], ["decimal", 13.1316701497469], ["string", "Numquam quasi aut est."], ["date", "2022-07-18"], ["time", "2000-01-01 08:38:33.953655"], ["datetime", "2020-11-18 01:34:40.521626"], ["created_at", "2020-11-18 00:14:10.353381"], ["updated_at", "2020-11-17 15:51:58.940020"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 25], ["boolean", 1], ["integer", 5], ["decimal", 1.31325676873075], ["string", "Molestiae suscipit ut."], ["date", "2019-03-21"], ["time", "2000-01-01 06:24:13.365774"], ["datetime", "2020-11-18 03:18:12.739386"], ["created_at", "2020-11-18 05:18:19.611904"], ["updated_at", "2020-11-18 00:54:03.243659"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 1], ["boolean", 0], ["integer", 9], ["decimal", 8.73028339643951], ["string", "Eos similique quis aut."], ["date", "2022-05-03"], ["time", "2000-01-01 05:16:33.938240"], ["datetime", "2020-11-17 14:52:40.523215"], ["created_at", "2020-11-18 03:08:27.106485"], ["updated_at", "2020-11-18 09:15:10.268583"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("id", "boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["id", 6], ["boolean", 1], ["integer", 4], ["decimal", 4.92107283781779], ["string", "Iusto voluptas porro."], ["date", "2022-06-27"], ["time", "2000-01-01 07:59:00.267946"], ["datetime", "2020-11-17 21:23:09.426184"], ["created_at", "2020-11-18 05:28:45.487037"], ["updated_at", "2020-11-17 16:11:43.877940"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("id", "boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 17], ["boolean", 1], ["integer", 1013], ["decimal", 12.128164228531], ["string", "Incidunt et est."], ["created_at", "2020-11-18 07:56:10.474063"], ["updated_at", "2020-11-18 06:12:14.795889"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("id", "boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 5], ["boolean", 1], ["integer", 1018], ["decimal", 11.7637756863066], ["string", "Voluptates ipsam non eos."], ["created_at", "2020-11-18 13:11:49.024749"], ["updated_at", "2020-11-18 03:49:19.042728"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("id", "boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["id", 17], ["boolean", 1], ["integer", 1016], ["decimal", 25.3227256156481], ["string", "Culpa veniam temporibus."], ["created_at", "2020-11-18 06:17:47.318834"], ["updated_at", "2020-11-17 18:46:24.211193"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("id", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["id", 5], ["integer", 1027], ["decimal", 24.2330929566359], ["string", "Eius at ad mollitia."], ["created_at", "2020-11-18 05:05:39.594436"], ["updated_at", "2020-11-18 13:37:52.576585"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("id", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["id", 20], ["integer", 1003], ["decimal", 17.5770008069341], ["string", "Exercitationem et laborum."], ["created_at", "2020-11-17 19:47:06.702887"], ["updated_at", "2020-11-18 09:14:46.091237"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 28], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.3ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 0], ["alfa_id", 28], ["created_at", "2020-11-18 10:14:59.227792"], ["updated_at", "2020-11-17 19:40:22.003809"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 10], ["alfa_id", 8], ["created_at", "2020-11-18 08:35:56.048559"], ["updated_at", "2020-11-17 21:48:18.819933"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.3ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 4], ["alfa_id", 20], ["created_at", "2020-11-18 07:34:39.550406"], ["updated_at", "2020-11-17 16:33:19.414121"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 15], ["alfa_id", 25], ["created_at", "2020-11-17 22:24:36.236501"], ["updated_at", "2020-11-18 06:26:23.130893"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.3ms) INSERT INTO "charlies" ("id", "alfa_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 2], ["alfa_id", 12], ["created_at", "2020-11-18 04:03:39.440139"], ["updated_at", "2020-11-18 08:22:32.591333"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 35], ["bravo_id", 16], ["zed_id", 4], ["created_at", "2020-11-18 01:02:20.997422"], ["updated_at", "2020-11-17 16:56:29.754282"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 2], ["bravo_id", 15], ["zed_id", 15], ["created_at", "2020-11-18 10:07:42.506154"], ["updated_at", "2020-11-18 07:03:09.936962"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 0], ["bravo_id", 20], ["zed_id", 11], ["created_at", "2020-11-17 18:35:18.258760"], ["updated_at", "2020-11-17 17:29:45.735452"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 12], ["bravo_id", 17], ["zed_id", 1], ["created_at", "2020-11-18 06:05:18.551408"], ["updated_at", "2020-11-18 00:11:10.925021"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 19], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("id", "bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 14], ["bravo_id", 19], ["zed_id", 10], ["created_at", "2020-11-17 21:50:13.154481"], ["updated_at", "2020-11-17 13:52:58.777069"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.3ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 0], ["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-17 17:17:10.814678"], ["updated_at", "2020-11-18 06:16:37.040855"]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 8], ["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-18 10:16:56.010140"], ["updated_at", "2020-11-18 03:04:14.599964"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 10], ["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-17 17:41:06.177933"], ["updated_at", "2020-11-18 12:38:11.779748"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 3], ["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-17 21:10:45.588275"], ["updated_at", "2020-11-18 09:01:33.415363"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("id", "echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["id", 23], ["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-17 19:31:05.980206"], ["updated_at", "2020-11-18 08:43:03.296336"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.3ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 0], ["created_at", "2020-11-17 22:06:24.100290"], ["updated_at", "2020-11-18 03:49:45.777439"], ["india_id", 16]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 15], ["created_at", "2020-11-17 21:57:58.714570"], ["updated_at", "2020-11-18 10:28:09.949714"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.3ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 13], ["created_at", "2020-11-17 16:57:19.740717"], ["updated_at", "2020-11-17 21:11:57.765210"], ["india_id", 16]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 19], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 10], ["created_at", "2020-11-18 10:00:17.365903"], ["updated_at", "2020-11-17 22:34:40.409805"], ["india_id", 19]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("id", "created_at", "updated_at", "india_id") VALUES (?, ?, ?, ?) [["id", 29], ["created_at", "2020-11-18 09:01:13.583138"], ["updated_at", "2020-11-18 10:13:16.952067"], ["india_id", 15]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 28], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 28], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 38], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 3], ["hotel_id", 38], ["created_at", "2020-11-17 16:27:47.064444"], ["updated_at", "2020-11-17 21:19:03.489888"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 8], ["hotel_id", 6], ["created_at", "2020-11-18 01:55:39.914893"], ["updated_at", "2020-11-17 22:55:24.083428"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 10], ["hotel_id", 13], ["created_at", "2020-11-18 11:46:06.030573"], ["updated_at", "2020-11-18 12:01:20.329933"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 36], ["hotel_id", 21], ["created_at", "2020-11-18 08:29:48.420069"], ["updated_at", "2020-11-17 23:33:51.031173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("id", "hotel_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 8], ["hotel_id", 2], ["created_at", "2020-11-18 06:08:11.185976"], ["updated_at", "2020-11-18 13:28:31.468031"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 3], ["type", "Libero perspiciatis ut."], ["created_at", "2020-11-17 16:18:45.603065"], ["updated_at", "2020-11-17 21:48:37.794502"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 1], ["type", "Eius nihil alias inventore."], ["created_at", "2020-11-18 02:23:15.680121"], ["updated_at", "2020-11-17 21:31:03.697067"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 10], ["type", "Cum suscipit doloribus."], ["created_at", "2020-11-18 00:04:31.356923"], ["updated_at", "2020-11-17 18:18:34.011754"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 3], ["type", "Fugit totam rerum et."], ["created_at", "2020-11-17 15:04:07.805390"], ["updated_at", "2020-11-17 20:55:04.351646"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 5], ["type", "Perspiciatis voluptatem et."], ["created_at", "2020-11-18 10:03:32.833998"], ["updated_at", "2020-11-18 04:14:35.847152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 4], ["type", "Sed molestiae aut."], ["created_at", "2020-11-17 15:14:57.976678"], ["updated_at", "2020-11-17 23:23:24.379837"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 9], ["type", "Tempore eum ea deserunt."], ["created_at", "2020-11-18 07:11:14.208808"], ["updated_at", "2020-11-18 05:20:07.256468"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 10], ["type", "Vel dolore minus."], ["created_at", "2020-11-17 16:02:02.951735"], ["updated_at", "2020-11-17 19:45:01.778448"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 13], ["type", "Perferendis soluta blanditiis magni."], ["created_at", "2020-11-17 23:56:02.198857"], ["updated_at", "2020-11-18 10:53:00.883862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("id", "type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["id", 1], ["type", "Ut optio omnis."], ["created_at", "2020-11-18 06:24:41.252388"], ["updated_at", "2020-11-18 07:21:53.229833"]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.9ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.9ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.0ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (2.0ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.4ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.4ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.5ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "juliets";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'juliets';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.9ms) SELECT sqlite_version(*)  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT sqlite_version(*)  (0.1ms) DROP TABLE IF EXISTS "alfas"  (1.9ms) CREATE TABLE "alfas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean" boolean, "integer" integer, "decimal" decimal, "string" varchar, "date" date, "time" time, "datetime" datetime, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "bravos"  (1.8ms) CREATE TABLE "bravos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean" boolean DEFAULT 0 NOT NULL, "integer" integer NOT NULL, "decimal" decimal NOT NULL, "string" varchar NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "charlies"  (1.8ms) CREATE TABLE "charlies" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.7ms) CREATE INDEX "index_charlies_on_alfa_id" ON "charlies" ("alfa_id")  (0.1ms) DROP TABLE IF EXISTS "deltas"  (1.8ms) CREATE TABLE "deltas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.7ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (1.8ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.1ms) DROP TABLE IF EXISTS "echos"  (1.9ms) CREATE TABLE "echos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "echoable_type" varchar, "echoable_id" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.8ms) CREATE INDEX "index_echos_on_echoable_type_and_echoable_id" ON "echos" ("echoable_type", "echoable_id")  (0.1ms) DROP TABLE IF EXISTS "foxtrots"  (1.8ms) CREATE TABLE "foxtrots" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "hotels"  (2.4ms) CREATE TABLE "hotels" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer)  (1.9ms) CREATE INDEX "index_hotels_on_india_id" ON "hotels" ("india_id")  (0.1ms) DROP TABLE IF EXISTS "indias"  (1.8ms) CREATE TABLE "indias" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (2.3ms) CREATE INDEX "index_indias_on_hotel_id" ON "indias" ("hotel_id")  (0.1ms) DROP TABLE IF EXISTS "julietts"  (2.5ms) CREATE TABLE "julietts" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "alfa_id" integer NOT NULL, "string" varchar, "integer" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (2.0ms) CREATE INDEX "index_julietts_on_alfa_id" ON "julietts" ("alfa_id")  (0.1ms) DROP TABLE IF EXISTS "kilos"  (2.0ms) CREATE TABLE "kilos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "encrypted_password" varchar, "reset_password_token" varchar, "reset_password_sent_at" varchar, "remember_created_at" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.0ms) begin transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.2ms) CREATE TEMPORARY TABLE "acharlies" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_acharlies_on_alfa_id" ON "acharlies" ("alfa_id")  (0.1ms) INSERT INTO "acharlies" ("id","alfa_id","created_at","updated_at") SELECT "id","alfa_id","created_at","updated_at" FROM "charlies"  (0.2ms) DROP TABLE "charlies"  (0.1ms) CREATE TABLE "charlies" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_c22432acee" FOREIGN KEY ("alfa_id") REFERENCES "alfas" ("id") )  (0.1ms) CREATE INDEX "index_charlies_on_alfa_id" ON "charlies" ("alfa_id")  (0.1ms) INSERT INTO "charlies" ("id","alfa_id","created_at","updated_at") SELECT "id","alfa_id","created_at","updated_at" FROM "acharlies"  (0.1ms) DROP TABLE "acharlies"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "adeltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_adeltas_on_zed_id" ON "adeltas" ("zed_id")  (0.1ms) CREATE INDEX "tindex_adeltas_on_bravo_id" ON "adeltas" ("bravo_id")  (0.1ms) INSERT INTO "adeltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "deltas"  (0.2ms) DROP TABLE "deltas"  (0.1ms) CREATE TABLE "deltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_aa131d729d" FOREIGN KEY ("bravo_id") REFERENCES "bravos" ("id") )  (0.1ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (0.1ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.1ms) INSERT INTO "deltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "adeltas"  (0.1ms) DROP TABLE "adeltas"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.4ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "adeltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_adeltas_on_zed_id" ON "adeltas" ("zed_id")  (0.1ms) CREATE INDEX "tindex_adeltas_on_bravo_id" ON "adeltas" ("bravo_id")  (0.1ms) INSERT INTO "adeltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "deltas"  (0.2ms) DROP TABLE "deltas"  (0.1ms) CREATE TABLE "deltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_aa131d729d" FOREIGN KEY ("bravo_id") REFERENCES "bravos" ("id") , CONSTRAINT "fk_rails_afc1a9c87d" FOREIGN KEY ("zed_id") REFERENCES "charlies" ("id") )  (0.1ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (0.1ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.1ms) INSERT INTO "deltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "adeltas"  (0.1ms) DROP TABLE "adeltas"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.8ms) PRAGMA foreign_keys = 1  (1.4ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.2ms) CREATE TEMPORARY TABLE "ahotels" ("id" integer NOT NULL PRIMARY KEY, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer DEFAULT NULL)  (0.1ms) CREATE INDEX "tindex_ahotels_on_india_id" ON "ahotels" ("india_id")  (0.1ms) INSERT INTO "ahotels" ("id","created_at","updated_at","india_id") SELECT "id","created_at","updated_at","india_id" FROM "hotels"  (0.2ms) DROP TABLE "hotels"  (0.2ms) CREATE TABLE "hotels" ("id" integer NOT NULL PRIMARY KEY, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer DEFAULT NULL, CONSTRAINT "fk_rails_2d98147578" FOREIGN KEY ("india_id") REFERENCES "indias" ("id") )  (0.1ms) CREATE INDEX "index_hotels_on_india_id" ON "hotels" ("india_id")  (0.1ms) INSERT INTO "hotels" ("id","created_at","updated_at","india_id") SELECT "id","created_at","updated_at","india_id" FROM "ahotels"  (0.8ms) DROP TABLE "ahotels"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "aindias" ("id" integer NOT NULL PRIMARY KEY, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_aindias_on_hotel_id" ON "aindias" ("hotel_id")  (0.1ms) INSERT INTO "aindias" ("id","hotel_id","created_at","updated_at") SELECT "id","hotel_id","created_at","updated_at" FROM "indias"  (0.2ms) DROP TABLE "indias"  (0.1ms) CREATE TABLE "indias" ("id" integer NOT NULL PRIMARY KEY, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_304a9d92d0" FOREIGN KEY ("hotel_id") REFERENCES "hotels" ("id") )  (0.1ms) CREATE INDEX "index_indias_on_hotel_id" ON "indias" ("hotel_id")  (0.1ms) INSERT INTO "indias" ("id","hotel_id","created_at","updated_at") SELECT "id","hotel_id","created_at","updated_at" FROM "aindias"  (0.1ms) DROP TABLE "aindias"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.4ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "ajulietts" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "string" varchar DEFAULT NULL, "integer" integer DEFAULT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_ajulietts_on_alfa_id" ON "ajulietts" ("alfa_id")  (0.1ms) INSERT INTO "ajulietts" ("id","alfa_id","string","integer","created_at","updated_at") SELECT "id","alfa_id","string","integer","created_at","updated_at" FROM "julietts"  (0.2ms) DROP TABLE "julietts"  (0.1ms) CREATE TABLE "julietts" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "string" varchar DEFAULT NULL, "integer" integer DEFAULT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_996fd14f94" FOREIGN KEY ("alfa_id") REFERENCES "alfas" ("id") )  (0.1ms) CREATE INDEX "index_julietts_on_alfa_id" ON "julietts" ("alfa_id")  (0.1ms) INSERT INTO "julietts" ("id","alfa_id","string","integer","created_at","updated_at") SELECT "id","alfa_id","string","integer","created_at","updated_at" FROM "ajulietts"  (0.1ms) DROP TABLE "ajulietts"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES (20200923100337)  (2.6ms) INSERT INTO "schema_migrations" (version) VALUES (20200923100317), (20200923100328), (20200923100329), (20200923100330), (20200923100331), (20200923100332), (20200923100334), (20200923100335), (20200923100336);   (1.9ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2020-11-18 13:48:49.296046"], ["updated_at", "2020-11-18 13:48:49.296046"]]  (1.4ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "schema_sha1"], ["LIMIT", 1]]  (0.1ms) begin transaction ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "schema_sha1"], ["value", "39bad4a4df5e936fccca809e29c89c8d594c8403"], ["created_at", "2020-11-18 13:48:49.309928"], ["updated_at", "2020-11-18 13:48:49.309928"]]  (1.5ms) commit transaction  (0.1ms) SELECT sqlite_version(*)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (2.0ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (2.1ms) DELETE FROM "kilos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.8ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.8ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.9ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.9ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.9ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.9ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.5ms) DELETE FROM "julietts";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.9ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.7ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.5ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.8ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 21], ["decimal", 15.3897094922219], ["string", "Tenetur ullam eos."], ["date", "2020-04-16"], ["time", "2000-01-01 12:37:26.388069"], ["datetime", "2020-11-18 09:25:24.692841"], ["created_at", "2020-11-18 13:49:34.471213"], ["updated_at", "2020-11-18 13:49:34.471213"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 7.59535245553288], ["string", "Et blanditiis animi pariatur."], ["date", "2020-03-29"], ["time", "2000-01-01 18:42:28.129918"], ["datetime", "2020-11-17 16:35:47.126063"], ["created_at", "2020-11-18 13:49:34.473981"], ["updated_at", "2020-11-18 13:49:34.473981"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 23], ["decimal", 8.55442861806986], ["string", "Suscipit voluptatibus architecto."], ["date", "2022-10-07"], ["time", "2000-01-01 02:00:06.158437"], ["datetime", "2020-11-18 07:40:52.007207"], ["created_at", "2020-11-18 13:49:34.476089"], ["updated_at", "2020-11-18 13:49:34.476089"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["decimal", 0.956191374255468], ["string", "Est facere occaecati laudantium."], ["date", "2020-10-06"], ["time", "2000-01-01 18:31:33.333929"], ["datetime", "2020-11-18 06:57:17.236478"], ["created_at", "2020-11-18 13:49:34.478103"], ["updated_at", "2020-11-18 13:49:34.478103"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 31], ["decimal", 18.7634888599983], ["string", "Impedit porro consequuntur."], ["date", "2020-09-21"], ["time", "2000-01-01 14:01:43.165012"], ["datetime", "2020-11-18 04:32:12.822102"], ["created_at", "2020-11-18 13:49:34.480199"], ["updated_at", "2020-11-18 13:49:34.480199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1031], ["decimal", 7.59536157382453], ["string", "Expedita et et."], ["created_at", "2020-11-18 13:49:34.489054"], ["updated_at", "2020-11-18 13:49:34.489054"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 7.23694474475784], ["string", "Ipsum suscipit blanditiis magni."], ["created_at", "2020-11-18 13:49:34.490892"], ["updated_at", "2020-11-18 13:49:34.490892"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 0.708701051407354], ["string", "Ut consectetur aut."], ["created_at", "2020-11-18 13:49:34.492400"], ["updated_at", "2020-11-18 13:49:34.492400"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 31.7746869274587], ["string", "Libero deserunt adipisci temporibus."], ["created_at", "2020-11-18 13:49:34.493906"], ["updated_at", "2020-11-18 13:49:34.493906"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1031], ["decimal", 1.93737797726012], ["string", "Magni libero et."], ["created_at", "2020-11-18 13:49:34.495415"], ["updated_at", "2020-11-18 13:49:34.495415"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:49:34.504639"], ["updated_at", "2020-11-18 13:49:34.504639"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:49:34.506873"], ["updated_at", "2020-11-18 13:49:34.506873"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:49:34.508936"], ["updated_at", "2020-11-18 13:49:34.508936"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:49:34.510904"], ["updated_at", "2020-11-18 13:49:34.510904"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:49:34.512747"], ["updated_at", "2020-11-18 13:49:34.512747"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-18 13:49:34.521154"], ["updated_at", "2020-11-18 13:49:34.521154"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-18 13:49:34.523803"], ["updated_at", "2020-11-18 13:49:34.523803"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-18 13:49:34.526229"], ["updated_at", "2020-11-18 13:49:34.526229"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-18 13:49:34.528578"], ["updated_at", "2020-11-18 13:49:34.528578"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-18 13:49:34.530834"], ["updated_at", "2020-11-18 13:49:34.530834"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 13:49:34.538194"], ["updated_at", "2020-11-18 13:49:34.538194"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 13:49:34.540278"], ["updated_at", "2020-11-18 13:49:34.540278"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 13:49:34.542033"], ["updated_at", "2020-11-18 13:49:34.542033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 13:49:34.543846"], ["updated_at", "2020-11-18 13:49:34.543846"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:49:34.545702"], ["updated_at", "2020-11-18 13:49:34.545702"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.553859"], ["updated_at", "2020-11-18 13:49:34.553859"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.555128"], ["updated_at", "2020-11-18 13:49:34.555128"]]  (27.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.583438"], ["updated_at", "2020-11-18 13:49:34.583438"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.584834"], ["updated_at", "2020-11-18 13:49:34.584834"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.586280"], ["updated_at", "2020-11-18 13:49:34.586280"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.594813"], ["updated_at", "2020-11-18 13:49:34.594813"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.597137"], ["updated_at", "2020-11-18 13:49:34.597137"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.599442"], ["updated_at", "2020-11-18 13:49:34.599442"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.601662"], ["updated_at", "2020-11-18 13:49:34.601662"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.604219"], ["updated_at", "2020-11-18 13:49:34.604219"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:49:34.611018"], ["updated_at", "2020-11-18 13:49:34.611018"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:49:34.613012"], ["updated_at", "2020-11-18 13:49:34.613012"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:49:34.614762"], ["updated_at", "2020-11-18 13:49:34.614762"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:49:34.616447"], ["updated_at", "2020-11-18 13:49:34.616447"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:49:34.618127"], ["updated_at", "2020-11-18 13:49:34.618127"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.637809"], ["updated_at", "2020-11-18 13:49:34.637809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.639019"], ["updated_at", "2020-11-18 13:49:34.639019"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.639962"], ["updated_at", "2020-11-18 13:49:34.639962"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.640882"], ["updated_at", "2020-11-18 13:49:34.640882"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.641829"], ["updated_at", "2020-11-18 13:49:34.641829"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:49:34.646133"], ["updated_at", "2020-11-18 13:49:34.646133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:49:34.647437"], ["updated_at", "2020-11-18 13:49:34.647437"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:49:34.648434"], ["updated_at", "2020-11-18 13:49:34.648434"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:49:34.649378"], ["updated_at", "2020-11-18 13:49:34.649378"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:49:34.650330"], ["updated_at", "2020-11-18 13:49:34.650330"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 0.39345503274923], ["string", "Ut assumenda est."], ["date", "2019-03-30"], ["time", "2000-01-01 06:54:14.216252"], ["datetime", "2020-11-18 10:15:35.012358"], ["created_at", "2020-11-18 13:49:34.652082"], ["updated_at", "2020-11-18 13:49:34.652082"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 29], ["decimal", 1.46266171006379], ["string", "Eveniet quisquam quo tempora."], ["date", "2022-04-14"], ["time", "2000-01-01 13:03:21.627093"], ["datetime", "2020-11-18 09:04:49.461806"], ["created_at", "2020-11-18 13:49:34.654267"], ["updated_at", "2020-11-18 13:49:34.654267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 3.76788563256137], ["string", "Iste dolores ab."], ["date", "2019-09-05"], ["time", "2000-01-01 04:29:05.840993"], ["datetime", "2020-11-18 09:39:07.249769"], ["created_at", "2020-11-18 13:49:34.656318"], ["updated_at", "2020-11-18 13:49:34.656318"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 12.3940295163225], ["string", "Sed maxime saepe soluta."], ["date", "2022-06-01"], ["time", "2000-01-01 02:03:06.532359"], ["datetime", "2020-11-18 06:15:31.604274"], ["created_at", "2020-11-18 13:49:34.658278"], ["updated_at", "2020-11-18 13:49:34.658278"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 16.100670365383], ["string", "Voluptate accusantium quasi."], ["date", "2022-04-26"], ["time", "2000-01-01 21:17:20.458013"], ["datetime", "2020-11-18 03:42:43.567237"], ["created_at", "2020-11-18 13:49:34.660214"], ["updated_at", "2020-11-18 13:49:34.660214"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 20.7639263375123], ["string", "Eum quas earum."], ["created_at", "2020-11-18 13:49:34.662011"], ["updated_at", "2020-11-18 13:49:34.662011"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 17.549055359889], ["string", "Debitis eius fugiat excepturi."], ["created_at", "2020-11-18 13:49:34.663528"], ["updated_at", "2020-11-18 13:49:34.663528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 2.95337711289805], ["string", "Est non alias."], ["created_at", "2020-11-18 13:49:34.664956"], ["updated_at", "2020-11-18 13:49:34.664956"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 20.6429913634375], ["string", "Natus sapiente temporibus cumque."], ["created_at", "2020-11-18 13:49:34.666401"], ["updated_at", "2020-11-18 13:49:34.666401"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 0.403851015531688], ["string", "Qui dolorem non."], ["created_at", "2020-11-18 13:49:34.667797"], ["updated_at", "2020-11-18 13:49:34.667797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 13:49:34.669679"], ["updated_at", "2020-11-18 13:49:34.669679"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:49:34.671449"], ["updated_at", "2020-11-18 13:49:34.671449"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:49:34.673144"], ["updated_at", "2020-11-18 13:49:34.673144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:49:34.674877"], ["updated_at", "2020-11-18 13:49:34.674877"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:49:34.676607"], ["updated_at", "2020-11-18 13:49:34.676607"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 4], ["created_at", "2020-11-18 13:49:34.679077"], ["updated_at", "2020-11-18 13:49:34.679077"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 10], ["created_at", "2020-11-18 13:49:34.681522"], ["updated_at", "2020-11-18 13:49:34.681522"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 10], ["created_at", "2020-11-18 13:49:34.683856"], ["updated_at", "2020-11-18 13:49:34.683856"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-18 13:49:34.686061"], ["updated_at", "2020-11-18 13:49:34.686061"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 9], ["created_at", "2020-11-18 13:49:34.688284"], ["updated_at", "2020-11-18 13:49:34.688284"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 13:49:34.689993"], ["updated_at", "2020-11-18 13:49:34.689993"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 13:49:34.691788"], ["updated_at", "2020-11-18 13:49:34.691788"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:49:34.693462"], ["updated_at", "2020-11-18 13:49:34.693462"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 13:49:34.695064"], ["updated_at", "2020-11-18 13:49:34.695064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-18 13:49:34.696637"], ["updated_at", "2020-11-18 13:49:34.696637"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.697623"], ["updated_at", "2020-11-18 13:49:34.697623"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.698542"], ["updated_at", "2020-11-18 13:49:34.698542"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.699416"], ["updated_at", "2020-11-18 13:49:34.699416"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.700295"], ["updated_at", "2020-11-18 13:49:34.700295"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.701171"], ["updated_at", "2020-11-18 13:49:34.701171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:49:34.703083"], ["updated_at", "2020-11-18 13:49:34.703083"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:49:34.704666"], ["updated_at", "2020-11-18 13:49:34.704666"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:49:34.706214"], ["updated_at", "2020-11-18 13:49:34.706214"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:49:34.707760"], ["updated_at", "2020-11-18 13:49:34.707760"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:49:34.709288"], ["updated_at", "2020-11-18 13:49:34.709288"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 13:49:34.710938"], ["updated_at", "2020-11-18 13:49:34.710938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 13:49:34.712535"], ["updated_at", "2020-11-18 13:49:34.712535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:49:34.714069"], ["updated_at", "2020-11-18 13:49:34.714069"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 13:49:34.715603"], ["updated_at", "2020-11-18 13:49:34.715603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:49:34.717238"], ["updated_at", "2020-11-18 13:49:34.717238"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.728107"], ["updated_at", "2020-11-18 13:49:34.728107"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.729506"], ["updated_at", "2020-11-18 13:49:34.729506"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.730989"], ["updated_at", "2020-11-18 13:49:34.730989"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.732857"], ["updated_at", "2020-11-18 13:49:34.732857"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.734562"], ["updated_at", "2020-11-18 13:49:34.734562"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:49:34.736235"], ["updated_at", "2020-11-18 13:49:34.736235"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:49:34.738187"], ["updated_at", "2020-11-18 13:49:34.738187"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:49:34.740085"], ["updated_at", "2020-11-18 13:49:34.740085"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:49:34.741375"], ["updated_at", "2020-11-18 13:49:34.741375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:49:34.742646"], ["updated_at", "2020-11-18 13:49:34.742646"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 28.7814687615061], ["string", "Quod voluptatem debitis."], ["date", "2021-04-13"], ["time", "2000-01-01 17:04:52.169742"], ["datetime", "2020-11-18 08:22:08.598753"], ["created_at", "2020-11-18 13:49:34.745111"], ["updated_at", "2020-11-18 13:49:34.745111"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 25.5732684831407], ["string", "Repellendus tempora quia consectetur."], ["date", "2022-01-10"], ["time", "2000-01-01 11:34:14.386327"], ["datetime", "2020-11-18 03:11:23.175587"], ["created_at", "2020-11-18 13:49:34.748047"], ["updated_at", "2020-11-18 13:49:34.748047"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 9.44925047282567], ["string", "Harum blanditiis earum."], ["date", "2021-12-30"], ["time", "2000-01-01 21:51:23.395817"], ["datetime", "2020-11-18 07:49:46.623170"], ["created_at", "2020-11-18 13:49:34.751225"], ["updated_at", "2020-11-18 13:49:34.751225"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 10.8755220001761], ["string", "Nihil non libero sunt."], ["date", "2019-12-01"], ["time", "2000-01-01 10:43:53.970071"], ["datetime", "2020-11-18 07:57:30.436790"], ["created_at", "2020-11-18 13:49:34.753966"], ["updated_at", "2020-11-18 13:49:34.753966"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 2.37396180533871], ["string", "Doloribus dignissimos culpa."], ["date", "2022-02-09"], ["time", "2000-01-01 13:27:32.753036"], ["datetime", "2020-11-18 02:43:51.074522"], ["created_at", "2020-11-18 13:49:34.756972"], ["updated_at", "2020-11-18 13:49:34.756972"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1027], ["decimal", 2.6652545185189], ["string", "Dolore harum alias."], ["created_at", "2020-11-18 13:49:34.759296"], ["updated_at", "2020-11-18 13:49:34.759296"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1019], ["decimal", 1.70301645370877], ["string", "Aliquam voluptatem ut praesentium."], ["created_at", "2020-11-18 13:49:34.761203"], ["updated_at", "2020-11-18 13:49:34.761203"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 7.19593722777345], ["string", "Adipisci eaque exercitationem."], ["created_at", "2020-11-18 13:49:34.762999"], ["updated_at", "2020-11-18 13:49:34.762999"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 7.5266756986357], ["string", "Dolores culpa veritatis pariatur."], ["created_at", "2020-11-18 13:49:34.764801"], ["updated_at", "2020-11-18 13:49:34.764801"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 3.5546571931111], ["string", "Similique eos nulla."], ["created_at", "2020-11-18 13:49:34.766717"], ["updated_at", "2020-11-18 13:49:34.766717"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:49:34.769288"], ["updated_at", "2020-11-18 13:49:34.769288"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 13:49:34.771802"], ["updated_at", "2020-11-18 13:49:34.771802"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 13:49:34.774443"], ["updated_at", "2020-11-18 13:49:34.774443"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-18 13:49:34.777444"], ["updated_at", "2020-11-18 13:49:34.777444"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-18 13:49:34.780543"], ["updated_at", "2020-11-18 13:49:34.780543"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 2], ["created_at", "2020-11-18 13:49:34.784882"], ["updated_at", "2020-11-18 13:49:34.784882"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 14], ["created_at", "2020-11-18 13:49:34.789193"], ["updated_at", "2020-11-18 13:49:34.789193"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 6], ["created_at", "2020-11-18 13:49:34.792822"], ["updated_at", "2020-11-18 13:49:34.792822"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 13], ["created_at", "2020-11-18 13:49:34.796730"], ["updated_at", "2020-11-18 13:49:34.796730"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-18 13:49:34.800806"], ["updated_at", "2020-11-18 13:49:34.800806"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 13:49:34.804064"], ["updated_at", "2020-11-18 13:49:34.804064"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-18 13:49:34.806345"], ["updated_at", "2020-11-18 13:49:34.806345"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 11], ["created_at", "2020-11-18 13:49:34.808424"], ["updated_at", "2020-11-18 13:49:34.808424"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 13:49:34.810582"], ["updated_at", "2020-11-18 13:49:34.810582"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 15], ["created_at", "2020-11-18 13:49:34.812736"], ["updated_at", "2020-11-18 13:49:34.812736"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.813951"], ["updated_at", "2020-11-18 13:49:34.813951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.815079"], ["updated_at", "2020-11-18 13:49:34.815079"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.816171"], ["updated_at", "2020-11-18 13:49:34.816171"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.817230"], ["updated_at", "2020-11-18 13:49:34.817230"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.818264"], ["updated_at", "2020-11-18 13:49:34.818264"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:49:34.820156"], ["updated_at", "2020-11-18 13:49:34.820156"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:49:34.822055"], ["updated_at", "2020-11-18 13:49:34.822055"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:49:34.823905"], ["updated_at", "2020-11-18 13:49:34.823905"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:49:34.825750"], ["updated_at", "2020-11-18 13:49:34.825750"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:49:34.827605"], ["updated_at", "2020-11-18 13:49:34.827605"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:49:34.829440"], ["updated_at", "2020-11-18 13:49:34.829440"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 13:49:34.831215"], ["updated_at", "2020-11-18 13:49:34.831215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:49:34.832949"], ["updated_at", "2020-11-18 13:49:34.832949"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 13:49:34.834574"], ["updated_at", "2020-11-18 13:49:34.834574"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:49:34.836155"], ["updated_at", "2020-11-18 13:49:34.836155"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.845233"], ["updated_at", "2020-11-18 13:49:34.845233"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.846365"], ["updated_at", "2020-11-18 13:49:34.846365"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.847274"], ["updated_at", "2020-11-18 13:49:34.847274"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.848199"], ["updated_at", "2020-11-18 13:49:34.848199"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.849324"], ["updated_at", "2020-11-18 13:49:34.849324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:49:34.850474"], ["updated_at", "2020-11-18 13:49:34.850474"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:49:34.852030"], ["updated_at", "2020-11-18 13:49:34.852030"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:49:34.853478"], ["updated_at", "2020-11-18 13:49:34.853478"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:49:34.854589"], ["updated_at", "2020-11-18 13:49:34.854589"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:49:34.855624"], ["updated_at", "2020-11-18 13:49:34.855624"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 7.65457072477228], ["string", "Fugiat rem perferendis."], ["date", "2021-02-20"], ["time", "2000-01-01 14:23:07.899561"], ["datetime", "2020-11-17 17:42:48.585243"], ["created_at", "2020-11-18 13:49:34.913144"], ["updated_at", "2020-11-18 13:49:34.913144"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 0.384631652343278], ["string", "Quae et aut aperiam."], ["date", "2019-10-27"], ["time", "2000-01-01 13:44:29.717337"], ["datetime", "2020-11-18 12:00:41.510302"], ["created_at", "2020-11-18 13:49:34.916567"], ["updated_at", "2020-11-18 13:49:34.916567"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 4.90987330126336], ["string", "Fuga eaque omnis."], ["date", "2021-11-17"], ["time", "2000-01-01 17:05:47.466287"], ["datetime", "2020-11-17 13:53:29.897743"], ["created_at", "2020-11-18 13:49:34.918988"], ["updated_at", "2020-11-18 13:49:34.918988"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 18], ["decimal", 7.42712991302277], ["string", "Molestiae praesentium aut."], ["date", "2021-03-04"], ["time", "2000-01-01 16:09:06.184586"], ["datetime", "2020-11-17 16:29:38.889779"], ["created_at", "2020-11-18 13:49:34.923582"], ["updated_at", "2020-11-18 13:49:34.923582"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 1.47024010894599], ["string", "Quia saepe nesciunt aspernatur."], ["date", "2019-03-18"], ["time", "2000-01-01 20:47:28.978821"], ["datetime", "2020-11-18 02:21:58.536572"], ["created_at", "2020-11-18 13:49:34.926106"], ["updated_at", "2020-11-18 13:49:34.926106"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 33.1298490491321], ["string", "Est veniam qui."], ["date", "2020-12-15"], ["time", "2000-01-01 06:25:09.693638"], ["datetime", "2020-11-17 14:26:28.217090"], ["created_at", "2020-11-18 13:49:34.928444"], ["updated_at", "2020-11-18 13:49:34.928444"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:34.931971"], ["updated_at", "2020-11-18 13:49:34.931971"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 12.1268334755612], ["string", "Dignissimos architecto et."], ["date", "2022-10-10"], ["time", "2000-01-01 05:54:21.669407"], ["datetime", "2020-11-17 16:40:21.219539"], ["created_at", "2020-11-18 13:49:34.967855"], ["updated_at", "2020-11-18 13:49:34.967855"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 28.0460903643982], ["string", "Maiores ut et vel."], ["date", "2021-04-10"], ["time", "2000-01-01 21:08:57.252871"], ["datetime", "2020-11-18 04:57:07.553386"], ["created_at", "2020-11-18 13:49:34.971616"], ["updated_at", "2020-11-18 13:49:34.971616"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 28.1984466397397], ["string", "Omnis laboriosam quod."], ["date", "2021-08-13"], ["time", "2000-01-01 08:52:01.525698"], ["datetime", "2020-11-18 00:39:58.705103"], ["created_at", "2020-11-18 13:49:34.975849"], ["updated_at", "2020-11-18 13:49:34.975849"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 0.280846678288481], ["string", "Consectetur assumenda quos ratione."], ["date", "2019-01-10"], ["time", "2000-01-01 12:31:23.095316"], ["datetime", "2020-11-17 17:45:44.536410"], ["created_at", "2020-11-18 13:49:34.979659"], ["updated_at", "2020-11-18 13:49:34.979659"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 10.9320373161518], ["string", "Quod accusantium nemo."], ["date", "2020-11-13"], ["time", "2000-01-01 03:27:50.827204"], ["datetime", "2020-11-18 04:59:30.054774"], ["created_at", "2020-11-18 13:49:34.983207"], ["updated_at", "2020-11-18 13:49:34.983207"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 0.0186482989757126], ["string", "Eum ab qui."], ["created_at", "2020-11-18 13:49:34.985594"], ["updated_at", "2020-11-18 13:49:34.985594"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 16.0768301642646], ["string", "Quia non et rem."], ["created_at", "2020-11-18 13:49:34.988355"], ["updated_at", "2020-11-18 13:49:34.988355"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 27.7773858839572], ["string", "Adipisci quo exercitationem."], ["created_at", "2020-11-18 13:49:34.990331"], ["updated_at", "2020-11-18 13:49:34.990331"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 4.19927095252575], ["string", "Enim consectetur dicta est."], ["created_at", "2020-11-18 13:49:34.992250"], ["updated_at", "2020-11-18 13:49:34.992250"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 4.69865443660894], ["string", "Ducimus quo saepe."], ["created_at", "2020-11-18 13:49:34.994030"], ["updated_at", "2020-11-18 13:49:34.994030"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:49:34.996542"], ["updated_at", "2020-11-18 13:49:34.996542"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:49:34.998987"], ["updated_at", "2020-11-18 13:49:34.998987"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:49:35.001569"], ["updated_at", "2020-11-18 13:49:35.001569"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:49:35.004482"], ["updated_at", "2020-11-18 13:49:35.004482"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:49:35.007167"], ["updated_at", "2020-11-18 13:49:35.007167"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-18 13:49:35.010037"], ["updated_at", "2020-11-18 13:49:35.010037"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-18 13:49:35.013163"], ["updated_at", "2020-11-18 13:49:35.013163"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-18 13:49:35.016049"], ["updated_at", "2020-11-18 13:49:35.016049"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-18 13:49:35.018807"], ["updated_at", "2020-11-18 13:49:35.018807"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-18 13:49:35.021725"], ["updated_at", "2020-11-18 13:49:35.021725"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 13:49:35.024064"], ["updated_at", "2020-11-18 13:49:35.024064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 13:49:35.026162"], ["updated_at", "2020-11-18 13:49:35.026162"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 13:49:35.028230"], ["updated_at", "2020-11-18 13:49:35.028230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 13:49:35.030090"], ["updated_at", "2020-11-18 13:49:35.030090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 13:49:35.031995"], ["updated_at", "2020-11-18 13:49:35.031995"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.033209"], ["updated_at", "2020-11-18 13:49:35.033209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.034486"], ["updated_at", "2020-11-18 13:49:35.034486"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.035533"], ["updated_at", "2020-11-18 13:49:35.035533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.036543"], ["updated_at", "2020-11-18 13:49:35.036543"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.037606"], ["updated_at", "2020-11-18 13:49:35.037606"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.039775"], ["updated_at", "2020-11-18 13:49:35.039775"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.042124"], ["updated_at", "2020-11-18 13:49:35.042124"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.044755"], ["updated_at", "2020-11-18 13:49:35.044755"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.047201"], ["updated_at", "2020-11-18 13:49:35.047201"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.049551"], ["updated_at", "2020-11-18 13:49:35.049551"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:49:35.051880"], ["updated_at", "2020-11-18 13:49:35.051880"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:49:35.054319"], ["updated_at", "2020-11-18 13:49:35.054319"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:49:35.056611"], ["updated_at", "2020-11-18 13:49:35.056611"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:49:35.059019"], ["updated_at", "2020-11-18 13:49:35.059019"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:49:35.061404"], ["updated_at", "2020-11-18 13:49:35.061404"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.072549"], ["updated_at", "2020-11-18 13:49:35.072549"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.073946"], ["updated_at", "2020-11-18 13:49:35.073946"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.075276"], ["updated_at", "2020-11-18 13:49:35.075276"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.076419"], ["updated_at", "2020-11-18 13:49:35.076419"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.077561"], ["updated_at", "2020-11-18 13:49:35.077561"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:49:35.078855"], ["updated_at", "2020-11-18 13:49:35.078855"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:49:35.080159"], ["updated_at", "2020-11-18 13:49:35.080159"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:49:35.081441"], ["updated_at", "2020-11-18 13:49:35.081441"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:49:35.082888"], ["updated_at", "2020-11-18 13:49:35.082888"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:49:35.084299"], ["updated_at", "2020-11-18 13:49:35.084299"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 30.8670443656794], ["string", "Autem tenetur fugit."], ["date", "2021-07-26"], ["time", "2000-01-01 03:39:20.032716"], ["datetime", "2020-11-18 09:52:15.497243"], ["created_at", "2020-11-18 13:49:35.086304"], ["updated_at", "2020-11-18 13:49:35.086304"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 21.1225994799453], ["string", "Quidem odit rerum distinctio."], ["date", "2021-05-31"], ["time", "2000-01-01 14:37:24.283439"], ["datetime", "2020-11-17 23:49:30.699242"], ["created_at", "2020-11-18 13:49:35.088936"], ["updated_at", "2020-11-18 13:49:35.088936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 4.53642504052368], ["string", "Quidem voluptatibus repudiandae."], ["date", "2021-01-19"], ["time", "2000-01-01 18:15:35.625884"], ["datetime", "2020-11-18 08:12:47.924837"], ["created_at", "2020-11-18 13:49:35.091239"], ["updated_at", "2020-11-18 13:49:35.091239"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 31.8061144452624], ["string", "Amet voluptatem impedit repellendus."], ["date", "2020-07-11"], ["time", "2000-01-01 16:40:39.297548"], ["datetime", "2020-11-18 04:11:03.252681"], ["created_at", "2020-11-18 13:49:35.093322"], ["updated_at", "2020-11-18 13:49:35.093322"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 0.418344610372471], ["string", "Saepe nesciunt molestias."], ["date", "2020-08-28"], ["time", "2000-01-01 08:31:00.537330"], ["datetime", "2020-11-18 08:53:39.646127"], ["created_at", "2020-11-18 13:49:35.095670"], ["updated_at", "2020-11-18 13:49:35.095670"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 6.15211552115349], ["string", "Qui quae non."], ["created_at", "2020-11-18 13:49:35.097775"], ["updated_at", "2020-11-18 13:49:35.097775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1036], ["decimal", 26.8985079997386], ["string", "Quisquam impedit laudantium ullam."], ["created_at", "2020-11-18 13:49:35.099490"], ["updated_at", "2020-11-18 13:49:35.099490"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 0.940590702383119], ["string", "Ipsum quia magni."], ["created_at", "2020-11-18 13:49:35.101102"], ["updated_at", "2020-11-18 13:49:35.101102"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 1.09985608300717], ["string", "Temporibus ut sint dolore."], ["created_at", "2020-11-18 13:49:35.102904"], ["updated_at", "2020-11-18 13:49:35.102904"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 4.01970132457741], ["string", "Ipsa repellendus nihil."], ["created_at", "2020-11-18 13:49:35.105514"], ["updated_at", "2020-11-18 13:49:35.105514"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:49:35.108266"], ["updated_at", "2020-11-18 13:49:35.108266"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:49:35.110213"], ["updated_at", "2020-11-18 13:49:35.110213"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 13:49:35.113024"], ["updated_at", "2020-11-18 13:49:35.113024"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:49:35.115280"], ["updated_at", "2020-11-18 13:49:35.115280"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 13:49:35.117285"], ["updated_at", "2020-11-18 13:49:35.117285"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 8], ["created_at", "2020-11-18 13:49:35.120752"], ["updated_at", "2020-11-18 13:49:35.120752"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-18 13:49:35.124295"], ["updated_at", "2020-11-18 13:49:35.124295"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 8], ["created_at", "2020-11-18 13:49:35.128469"], ["updated_at", "2020-11-18 13:49:35.128469"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 7], ["created_at", "2020-11-18 13:49:35.132493"], ["updated_at", "2020-11-18 13:49:35.132493"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-18 13:49:35.135629"], ["updated_at", "2020-11-18 13:49:35.135629"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 13:49:35.137603"], ["updated_at", "2020-11-18 13:49:35.137603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 13:49:35.139450"], ["updated_at", "2020-11-18 13:49:35.139450"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-18 13:49:35.141454"], ["updated_at", "2020-11-18 13:49:35.141454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 13:49:35.143281"], ["updated_at", "2020-11-18 13:49:35.143281"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 13:49:35.144994"], ["updated_at", "2020-11-18 13:49:35.144994"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.146063"], ["updated_at", "2020-11-18 13:49:35.146063"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.147052"], ["updated_at", "2020-11-18 13:49:35.147052"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.147977"], ["updated_at", "2020-11-18 13:49:35.147977"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.148920"], ["updated_at", "2020-11-18 13:49:35.148920"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.149829"], ["updated_at", "2020-11-18 13:49:35.149829"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:49:35.151543"], ["updated_at", "2020-11-18 13:49:35.151543"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:49:35.153279"], ["updated_at", "2020-11-18 13:49:35.153279"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:49:35.155259"], ["updated_at", "2020-11-18 13:49:35.155259"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:49:35.157819"], ["updated_at", "2020-11-18 13:49:35.157819"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:49:35.159775"], ["updated_at", "2020-11-18 13:49:35.159775"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 13:49:35.161924"], ["updated_at", "2020-11-18 13:49:35.161924"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:49:35.163786"], ["updated_at", "2020-11-18 13:49:35.163786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:49:35.181417"], ["updated_at", "2020-11-18 13:49:35.181417"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 13:49:35.183415"], ["updated_at", "2020-11-18 13:49:35.183415"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:49:35.185314"], ["updated_at", "2020-11-18 13:49:35.185314"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.203030"], ["updated_at", "2020-11-18 13:49:35.203030"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.204353"], ["updated_at", "2020-11-18 13:49:35.204353"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.205403"], ["updated_at", "2020-11-18 13:49:35.205403"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.206668"], ["updated_at", "2020-11-18 13:49:35.206668"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.207810"], ["updated_at", "2020-11-18 13:49:35.207810"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:49:35.208954"], ["updated_at", "2020-11-18 13:49:35.208954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:49:35.210117"], ["updated_at", "2020-11-18 13:49:35.210117"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:49:35.211278"], ["updated_at", "2020-11-18 13:49:35.211278"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:49:35.212410"], ["updated_at", "2020-11-18 13:49:35.212410"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:49:35.213517"], ["updated_at", "2020-11-18 13:49:35.213517"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 0.773888715127952], ["string", "Dolor itaque consequatur."], ["date", "2022-06-09"], ["time", "2000-01-01 21:37:17.245638"], ["datetime", "2020-11-17 22:06:55.474359"], ["created_at", "2020-11-18 13:49:35.215636"], ["updated_at", "2020-11-18 13:49:35.215636"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 13.3545941762672], ["string", "Et error atque ut."], ["date", "2022-03-20"], ["time", "2000-01-01 00:01:26.161153"], ["datetime", "2020-11-17 16:11:50.345002"], ["created_at", "2020-11-18 13:49:35.218571"], ["updated_at", "2020-11-18 13:49:35.218571"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 10.9965180701947], ["string", "Eos iste iure."], ["date", "2021-01-26"], ["time", "2000-01-01 15:31:27.991846"], ["datetime", "2020-11-17 19:15:52.942238"], ["created_at", "2020-11-18 13:49:35.221731"], ["updated_at", "2020-11-18 13:49:35.221731"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 4.81622237612104], ["string", "Quam hic sunt esse."], ["date", "2020-09-27"], ["time", "2000-01-01 12:38:08.509840"], ["datetime", "2020-11-17 17:18:54.620901"], ["created_at", "2020-11-18 13:49:35.224166"], ["updated_at", "2020-11-18 13:49:35.224166"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 33], ["decimal", 1.85542551359817], ["string", "Quis excepturi fugit."], ["date", "2022-08-14"], ["time", "2000-01-01 11:46:05.909355"], ["datetime", "2020-11-17 16:20:45.209189"], ["created_at", "2020-11-18 13:49:35.226256"], ["updated_at", "2020-11-18 13:49:35.226256"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1028], ["decimal", 1.39882769003903], ["string", "Eum sint impedit."], ["created_at", "2020-11-18 13:49:35.228083"], ["updated_at", "2020-11-18 13:49:35.228083"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 2.14146658381597], ["string", "Incidunt et earum aut."], ["created_at", "2020-11-18 13:49:35.229557"], ["updated_at", "2020-11-18 13:49:35.229557"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 2.4195307723773], ["string", "Porro ducimus quia."], ["created_at", "2020-11-18 13:49:35.231101"], ["updated_at", "2020-11-18 13:49:35.231101"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 24.0807051395592], ["string", "Ut eligendi aut in."], ["created_at", "2020-11-18 13:49:35.233196"], ["updated_at", "2020-11-18 13:49:35.233196"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 3.1027532658441], ["string", "Ut aut omnis."], ["created_at", "2020-11-18 13:49:35.235028"], ["updated_at", "2020-11-18 13:49:35.235028"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-18 13:49:35.237529"], ["updated_at", "2020-11-18 13:49:35.237529"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:49:35.239793"], ["updated_at", "2020-11-18 13:49:35.239793"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:49:35.241821"], ["updated_at", "2020-11-18 13:49:35.241821"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-18 13:49:35.244126"], ["updated_at", "2020-11-18 13:49:35.244126"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:49:35.246245"], ["updated_at", "2020-11-18 13:49:35.246245"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 9], ["created_at", "2020-11-18 13:49:35.249179"], ["updated_at", "2020-11-18 13:49:35.249179"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 9], ["created_at", "2020-11-18 13:49:35.252087"], ["updated_at", "2020-11-18 13:49:35.252087"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 15], ["created_at", "2020-11-18 13:49:35.254957"], ["updated_at", "2020-11-18 13:49:35.254957"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 2], ["created_at", "2020-11-18 13:49:35.257696"], ["updated_at", "2020-11-18 13:49:35.257696"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-18 13:49:35.261165"], ["updated_at", "2020-11-18 13:49:35.261165"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 12], ["created_at", "2020-11-18 13:49:35.264185"], ["updated_at", "2020-11-18 13:49:35.264185"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-18 13:49:35.267363"], ["updated_at", "2020-11-18 13:49:35.267363"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-18 13:49:35.270131"], ["updated_at", "2020-11-18 13:49:35.270131"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-18 13:49:35.272519"], ["updated_at", "2020-11-18 13:49:35.272519"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-18 13:49:35.274761"], ["updated_at", "2020-11-18 13:49:35.274761"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.276151"], ["updated_at", "2020-11-18 13:49:35.276151"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.277276"], ["updated_at", "2020-11-18 13:49:35.277276"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.278250"], ["updated_at", "2020-11-18 13:49:35.278250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.279236"], ["updated_at", "2020-11-18 13:49:35.279236"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.280189"], ["updated_at", "2020-11-18 13:49:35.280189"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:49:35.281969"], ["updated_at", "2020-11-18 13:49:35.281969"], ["india_id", 10]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:49:35.283825"], ["updated_at", "2020-11-18 13:49:35.283825"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:49:35.285612"], ["updated_at", "2020-11-18 13:49:35.285612"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:49:35.287621"], ["updated_at", "2020-11-18 13:49:35.287621"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:49:35.289335"], ["updated_at", "2020-11-18 13:49:35.289335"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 13:49:35.291191"], ["updated_at", "2020-11-18 13:49:35.291191"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 13:49:35.293421"], ["updated_at", "2020-11-18 13:49:35.293421"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 13:49:35.295516"], ["updated_at", "2020-11-18 13:49:35.295516"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:49:35.298068"], ["updated_at", "2020-11-18 13:49:35.298068"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:49:35.300929"], ["updated_at", "2020-11-18 13:49:35.300929"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.314265"], ["updated_at", "2020-11-18 13:49:35.314265"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.315713"], ["updated_at", "2020-11-18 13:49:35.315713"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.317072"], ["updated_at", "2020-11-18 13:49:35.317072"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.318300"], ["updated_at", "2020-11-18 13:49:35.318300"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:49:35.319740"], ["updated_at", "2020-11-18 13:49:35.319740"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:49:35.321133"], ["updated_at", "2020-11-18 13:49:35.321133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:49:35.322427"], ["updated_at", "2020-11-18 13:49:35.322427"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:49:35.323928"], ["updated_at", "2020-11-18 13:49:35.323928"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:49:35.325535"], ["updated_at", "2020-11-18 13:49:35.325535"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:49:35.326797"], ["updated_at", "2020-11-18 13:49:35.326797"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.9ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.8ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.7ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 33], ["decimal", 11.8315325441385], ["string", "Rerum odit officia."], ["date", "2020-10-27"], ["time", "2000-01-01 11:57:47.993035"], ["datetime", "2020-11-18 06:28:27.364114"], ["created_at", "2020-11-18 13:52:02.689779"], ["updated_at", "2020-11-18 13:52:02.689779"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 5.18776707736647], ["string", "Corrupti consequatur qui provident."], ["date", "2019-04-27"], ["time", "2000-01-01 23:13:45.651271"], ["datetime", "2020-11-17 15:06:16.201651"], ["created_at", "2020-11-18 13:52:02.692046"], ["updated_at", "2020-11-18 13:52:02.692046"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 0.644942795531405], ["string", "Porro voluptatem corporis."], ["date", "2020-04-09"], ["time", "2000-01-01 19:52:35.179205"], ["datetime", "2020-11-18 11:04:35.361789"], ["created_at", "2020-11-18 13:52:02.693701"], ["updated_at", "2020-11-18 13:52:02.693701"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 2.88868819706091], ["string", "Qui harum ducimus commodi."], ["date", "2019-11-17"], ["time", "2000-01-01 05:22:31.606243"], ["datetime", "2020-11-18 08:05:12.286209"], ["created_at", "2020-11-18 13:52:02.695348"], ["updated_at", "2020-11-18 13:52:02.695348"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 8.08912424038359], ["string", "Id quidem delectus."], ["date", "2019-07-20"], ["time", "2000-01-01 14:44:14.664039"], ["datetime", "2020-11-17 14:53:22.245381"], ["created_at", "2020-11-18 13:52:02.697047"], ["updated_at", "2020-11-18 13:52:02.697047"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 4.6716390358128], ["string", "Et ipsa impedit."], ["created_at", "2020-11-18 13:52:02.704062"], ["updated_at", "2020-11-18 13:52:02.704062"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 12.9285924015683], ["string", "Alias consequatur vel vero."], ["created_at", "2020-11-18 13:52:02.705667"], ["updated_at", "2020-11-18 13:52:02.705667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 6.48606096607487], ["string", "Ratione sequi autem."], ["created_at", "2020-11-18 13:52:02.707273"], ["updated_at", "2020-11-18 13:52:02.707273"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 4.69299833559119], ["string", "Provident nam suscipit repudiandae."], ["created_at", "2020-11-18 13:52:02.708650"], ["updated_at", "2020-11-18 13:52:02.708650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 6.01754204221986], ["string", "Possimus quia eos."], ["created_at", "2020-11-18 13:52:02.710010"], ["updated_at", "2020-11-18 13:52:02.710010"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:52:02.718147"], ["updated_at", "2020-11-18 13:52:02.718147"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:52:02.720232"], ["updated_at", "2020-11-18 13:52:02.720232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:52:02.722027"], ["updated_at", "2020-11-18 13:52:02.722027"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:52:02.723802"], ["updated_at", "2020-11-18 13:52:02.723802"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:52:02.725544"], ["updated_at", "2020-11-18 13:52:02.725544"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-18 13:52:02.732444"], ["updated_at", "2020-11-18 13:52:02.732444"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-18 13:52:02.734629"], ["updated_at", "2020-11-18 13:52:02.734629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-18 13:52:02.736599"], ["updated_at", "2020-11-18 13:52:02.736599"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-18 13:52:02.738545"], ["updated_at", "2020-11-18 13:52:02.738545"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-18 13:52:02.740445"], ["updated_at", "2020-11-18 13:52:02.740445"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 13:52:02.746497"], ["updated_at", "2020-11-18 13:52:02.746497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 13:52:02.748310"], ["updated_at", "2020-11-18 13:52:02.748310"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 13:52:02.749840"], ["updated_at", "2020-11-18 13:52:02.749840"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:52:02.751556"], ["updated_at", "2020-11-18 13:52:02.751556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 13:52:02.753161"], ["updated_at", "2020-11-18 13:52:02.753161"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.760202"], ["updated_at", "2020-11-18 13:52:02.760202"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.761380"], ["updated_at", "2020-11-18 13:52:02.761380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.762300"], ["updated_at", "2020-11-18 13:52:02.762300"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.763195"], ["updated_at", "2020-11-18 13:52:02.763195"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.764045"], ["updated_at", "2020-11-18 13:52:02.764045"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.770064"], ["updated_at", "2020-11-18 13:52:02.770064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.771902"], ["updated_at", "2020-11-18 13:52:02.771902"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.773537"], ["updated_at", "2020-11-18 13:52:02.773537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.775139"], ["updated_at", "2020-11-18 13:52:02.775139"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.776714"], ["updated_at", "2020-11-18 13:52:02.776714"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:52:02.781711"], ["updated_at", "2020-11-18 13:52:02.781711"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:52:02.783425"], ["updated_at", "2020-11-18 13:52:02.783425"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:52:02.784945"], ["updated_at", "2020-11-18 13:52:02.784945"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:52:02.786497"], ["updated_at", "2020-11-18 13:52:02.786497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:52:02.788286"], ["updated_at", "2020-11-18 13:52:02.788286"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.805995"], ["updated_at", "2020-11-18 13:52:02.805995"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.807186"], ["updated_at", "2020-11-18 13:52:02.807186"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.808086"], ["updated_at", "2020-11-18 13:52:02.808086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.808943"], ["updated_at", "2020-11-18 13:52:02.808943"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.809791"], ["updated_at", "2020-11-18 13:52:02.809791"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:02.813742"], ["updated_at", "2020-11-18 13:52:02.813742"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:02.814913"], ["updated_at", "2020-11-18 13:52:02.814913"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:02.815861"], ["updated_at", "2020-11-18 13:52:02.815861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:02.816806"], ["updated_at", "2020-11-18 13:52:02.816806"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:02.817726"], ["updated_at", "2020-11-18 13:52:02.817726"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 30], ["decimal", 0.105185689774785], ["string", "Rem laudantium autem."], ["date", "2019-01-17"], ["time", "2000-01-01 16:34:45.525217"], ["datetime", "2020-11-18 03:00:09.638725"], ["created_at", "2020-11-18 13:52:02.819461"], ["updated_at", "2020-11-18 13:52:02.819461"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 21.8848788311377], ["string", "Dolore laboriosam ut aut."], ["date", "2020-02-23"], ["time", "2000-01-01 11:48:20.122957"], ["datetime", "2020-11-17 22:24:51.898055"], ["created_at", "2020-11-18 13:52:02.821499"], ["updated_at", "2020-11-18 13:52:02.821499"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 1.9624815562037], ["string", "Et id officiis."], ["date", "2020-02-23"], ["time", "2000-01-01 18:38:08.937513"], ["datetime", "2020-11-17 20:22:07.703029"], ["created_at", "2020-11-18 13:52:02.823589"], ["updated_at", "2020-11-18 13:52:02.823589"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 17.0041366932685], ["string", "Ullam maxime quam quia."], ["date", "2020-03-13"], ["time", "2000-01-01 17:08:52.399961"], ["datetime", "2020-11-18 00:32:55.996050"], ["created_at", "2020-11-18 13:52:02.825632"], ["updated_at", "2020-11-18 13:52:02.825632"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 28], ["decimal", 23.1495549630632], ["string", "Pariatur veniam quisquam."], ["date", "2019-03-18"], ["time", "2000-01-01 20:50:47.235125"], ["datetime", "2020-11-18 05:16:53.022949"], ["created_at", "2020-11-18 13:52:02.827698"], ["updated_at", "2020-11-18 13:52:02.827698"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 11.5235846860794], ["string", "Eos quaerat qui."], ["created_at", "2020-11-18 13:52:02.829524"], ["updated_at", "2020-11-18 13:52:02.829524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1024], ["decimal", 1.6109168261218], ["string", "Aperiam ad facilis aut."], ["created_at", "2020-11-18 13:52:02.831059"], ["updated_at", "2020-11-18 13:52:02.831059"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 26.7105895665833], ["string", "Quaerat placeat sunt."], ["created_at", "2020-11-18 13:52:02.832476"], ["updated_at", "2020-11-18 13:52:02.832476"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 8.00873772454368], ["string", "Laborum at voluptatem eligendi."], ["created_at", "2020-11-18 13:52:02.833945"], ["updated_at", "2020-11-18 13:52:02.833945"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1020], ["decimal", 5.43954076613332], ["string", "Ut atque sed."], ["created_at", "2020-11-18 13:52:02.835487"], ["updated_at", "2020-11-18 13:52:02.835487"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 13:52:02.837421"], ["updated_at", "2020-11-18 13:52:02.837421"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:52:02.839146"], ["updated_at", "2020-11-18 13:52:02.839146"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:52:02.840825"], ["updated_at", "2020-11-18 13:52:02.840825"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 13:52:02.842524"], ["updated_at", "2020-11-18 13:52:02.842524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:52:02.844240"], ["updated_at", "2020-11-18 13:52:02.844240"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 3], ["created_at", "2020-11-18 13:52:02.846708"], ["updated_at", "2020-11-18 13:52:02.846708"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 8], ["created_at", "2020-11-18 13:52:02.849119"], ["updated_at", "2020-11-18 13:52:02.849119"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 10], ["created_at", "2020-11-18 13:52:02.851514"], ["updated_at", "2020-11-18 13:52:02.851514"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-18 13:52:02.853863"], ["updated_at", "2020-11-18 13:52:02.853863"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 10], ["created_at", "2020-11-18 13:52:02.856217"], ["updated_at", "2020-11-18 13:52:02.856217"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 13:52:02.858079"], ["updated_at", "2020-11-18 13:52:02.858079"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 13:52:02.859940"], ["updated_at", "2020-11-18 13:52:02.859940"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 13:52:02.861663"], ["updated_at", "2020-11-18 13:52:02.861663"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-18 13:52:02.863422"], ["updated_at", "2020-11-18 13:52:02.863422"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-18 13:52:02.865183"], ["updated_at", "2020-11-18 13:52:02.865183"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.866223"], ["updated_at", "2020-11-18 13:52:02.866223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.867223"], ["updated_at", "2020-11-18 13:52:02.867223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.868147"], ["updated_at", "2020-11-18 13:52:02.868147"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.869053"], ["updated_at", "2020-11-18 13:52:02.869053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.869943"], ["updated_at", "2020-11-18 13:52:02.869943"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:02.871914"], ["updated_at", "2020-11-18 13:52:02.871914"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:02.873519"], ["updated_at", "2020-11-18 13:52:02.873519"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:02.875013"], ["updated_at", "2020-11-18 13:52:02.875013"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:02.876476"], ["updated_at", "2020-11-18 13:52:02.876476"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:02.877966"], ["updated_at", "2020-11-18 13:52:02.877966"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 13:52:02.879667"], ["updated_at", "2020-11-18 13:52:02.879667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 13:52:02.881288"], ["updated_at", "2020-11-18 13:52:02.881288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:52:02.882850"], ["updated_at", "2020-11-18 13:52:02.882850"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 13:52:02.884353"], ["updated_at", "2020-11-18 13:52:02.884353"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 13:52:02.885855"], ["updated_at", "2020-11-18 13:52:02.885855"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.894315"], ["updated_at", "2020-11-18 13:52:02.894315"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.895299"], ["updated_at", "2020-11-18 13:52:02.895299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.896146"], ["updated_at", "2020-11-18 13:52:02.896146"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.896952"], ["updated_at", "2020-11-18 13:52:02.896952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.897755"], ["updated_at", "2020-11-18 13:52:02.897755"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:02.898659"], ["updated_at", "2020-11-18 13:52:02.898659"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:02.899652"], ["updated_at", "2020-11-18 13:52:02.899652"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:02.900544"], ["updated_at", "2020-11-18 13:52:02.900544"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:02.901424"], ["updated_at", "2020-11-18 13:52:02.901424"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:02.902275"], ["updated_at", "2020-11-18 13:52:02.902275"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 10.86407731021], ["string", "Quam architecto sed."], ["date", "2021-01-16"], ["time", "2000-01-01 20:53:32.510973"], ["datetime", "2020-11-17 14:19:17.664716"], ["created_at", "2020-11-18 13:52:02.903821"], ["updated_at", "2020-11-18 13:52:02.903821"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 18.1073753931298], ["string", "Consequuntur iusto beatae laboriosam."], ["date", "2019-07-04"], ["time", "2000-01-01 00:48:51.806377"], ["datetime", "2020-11-18 03:28:38.437538"], ["created_at", "2020-11-18 13:52:02.905647"], ["updated_at", "2020-11-18 13:52:02.905647"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 13.5067204037894], ["string", "Neque laboriosam accusamus."], ["date", "2021-07-14"], ["time", "2000-01-01 23:24:28.709513"], ["datetime", "2020-11-17 18:45:41.292891"], ["created_at", "2020-11-18 13:52:02.907422"], ["updated_at", "2020-11-18 13:52:02.907422"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 24], ["decimal", 9.83431015010534], ["string", "Sint quia impedit voluptas."], ["date", "2020-07-25"], ["time", "2000-01-01 14:35:30.580562"], ["datetime", "2020-11-18 13:00:11.419111"], ["created_at", "2020-11-18 13:52:02.909172"], ["updated_at", "2020-11-18 13:52:02.909172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 11.0764880201386], ["string", "Atque ut omnis."], ["date", "2022-03-16"], ["time", "2000-01-01 00:37:35.439280"], ["datetime", "2020-11-18 07:48:54.214245"], ["created_at", "2020-11-18 13:52:02.910939"], ["updated_at", "2020-11-18 13:52:02.910939"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 11.5527287995844], ["string", "Sed et dolores."], ["created_at", "2020-11-18 13:52:02.912622"], ["updated_at", "2020-11-18 13:52:02.912622"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 28.9980865116091], ["string", "Aut quae est similique."], ["created_at", "2020-11-18 13:52:02.914085"], ["updated_at", "2020-11-18 13:52:02.914085"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1030], ["decimal", 8.87167228467598], ["string", "Quia qui est."], ["created_at", "2020-11-18 13:52:02.915494"], ["updated_at", "2020-11-18 13:52:02.915494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 12.8794027381681], ["string", "Incidunt recusandae adipisci ut."], ["created_at", "2020-11-18 13:52:02.916814"], ["updated_at", "2020-11-18 13:52:02.916814"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1030], ["decimal", 5.06874599313962], ["string", "Eum voluptas ea."], ["created_at", "2020-11-18 13:52:02.918119"], ["updated_at", "2020-11-18 13:52:02.918119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:52:02.919913"], ["updated_at", "2020-11-18 13:52:02.919913"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 13:52:02.921520"], ["updated_at", "2020-11-18 13:52:02.921520"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-18 13:52:02.923081"], ["updated_at", "2020-11-18 13:52:02.923081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-18 13:52:02.924634"], ["updated_at", "2020-11-18 13:52:02.924634"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 13:52:02.926109"], ["updated_at", "2020-11-18 13:52:02.926109"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 5], ["created_at", "2020-11-18 13:52:02.928246"], ["updated_at", "2020-11-18 13:52:02.928246"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 6], ["created_at", "2020-11-18 13:52:02.930380"], ["updated_at", "2020-11-18 13:52:02.930380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 9], ["created_at", "2020-11-18 13:52:02.932431"], ["updated_at", "2020-11-18 13:52:02.932431"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 10], ["created_at", "2020-11-18 13:52:02.934511"], ["updated_at", "2020-11-18 13:52:02.934511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 3], ["created_at", "2020-11-18 13:52:02.936578"], ["updated_at", "2020-11-18 13:52:02.936578"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 13:52:02.938175"], ["updated_at", "2020-11-18 13:52:02.938175"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 15], ["created_at", "2020-11-18 13:52:02.939862"], ["updated_at", "2020-11-18 13:52:02.939862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 13:52:02.941696"], ["updated_at", "2020-11-18 13:52:02.941696"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-18 13:52:02.943376"], ["updated_at", "2020-11-18 13:52:02.943376"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 13:52:02.945089"], ["updated_at", "2020-11-18 13:52:02.945089"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.946162"], ["updated_at", "2020-11-18 13:52:02.946162"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.947130"], ["updated_at", "2020-11-18 13:52:02.947130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.947999"], ["updated_at", "2020-11-18 13:52:02.947999"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.948861"], ["updated_at", "2020-11-18 13:52:02.948861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.949738"], ["updated_at", "2020-11-18 13:52:02.949738"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:02.951481"], ["updated_at", "2020-11-18 13:52:02.951481"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:02.953123"], ["updated_at", "2020-11-18 13:52:02.953123"], ["india_id", 7]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:02.954656"], ["updated_at", "2020-11-18 13:52:02.954656"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:02.956205"], ["updated_at", "2020-11-18 13:52:02.956205"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:02.957759"], ["updated_at", "2020-11-18 13:52:02.957759"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 13:52:02.959497"], ["updated_at", "2020-11-18 13:52:02.959497"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-18 13:52:02.961212"], ["updated_at", "2020-11-18 13:52:02.961212"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 13:52:02.962962"], ["updated_at", "2020-11-18 13:52:02.962962"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:52:02.964671"], ["updated_at", "2020-11-18 13:52:02.964671"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:52:02.966362"], ["updated_at", "2020-11-18 13:52:02.966362"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.975853"], ["updated_at", "2020-11-18 13:52:02.975853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.976966"], ["updated_at", "2020-11-18 13:52:02.976966"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.977956"], ["updated_at", "2020-11-18 13:52:02.977956"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.978912"], ["updated_at", "2020-11-18 13:52:02.978912"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:02.979838"], ["updated_at", "2020-11-18 13:52:02.979838"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:02.980804"], ["updated_at", "2020-11-18 13:52:02.980804"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:02.981795"], ["updated_at", "2020-11-18 13:52:02.981795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:02.982716"], ["updated_at", "2020-11-18 13:52:02.982716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:02.983602"], ["updated_at", "2020-11-18 13:52:02.983602"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:02.984452"], ["updated_at", "2020-11-18 13:52:02.984452"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 8.11972821195731], ["string", "Cupiditate aut sit."], ["date", "2022-09-26"], ["time", "2000-01-01 21:49:45.696026"], ["datetime", "2020-11-17 19:59:14.810332"], ["created_at", "2020-11-18 13:52:03.048870"], ["updated_at", "2020-11-18 13:52:03.048870"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 1.46709884600295], ["string", "Sunt aut ut voluptatem."], ["date", "2022-01-25"], ["time", "2000-01-01 23:57:34.232009"], ["datetime", "2020-11-17 17:28:39.617594"], ["created_at", "2020-11-18 13:52:03.052496"], ["updated_at", "2020-11-18 13:52:03.052496"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 2.82201017647217], ["string", "Molestiae ut vel."], ["date", "2022-04-15"], ["time", "2000-01-01 13:53:33.159467"], ["datetime", "2020-11-18 12:21:08.810846"], ["created_at", "2020-11-18 13:52:03.056597"], ["updated_at", "2020-11-18 13:52:03.056597"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 7.60511572234374], ["string", "Rerum dolor qui."], ["date", "2019-03-26"], ["time", "2000-01-01 05:03:29.162270"], ["datetime", "2020-11-17 23:34:16.528293"], ["created_at", "2020-11-18 13:52:03.063398"], ["updated_at", "2020-11-18 13:52:03.063398"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 4.71703328292072], ["string", "Et ut odit explicabo."], ["date", "2021-12-19"], ["time", "2000-01-01 19:00:55.969555"], ["datetime", "2020-11-18 08:17:21.380586"], ["created_at", "2020-11-18 13:52:03.067942"], ["updated_at", "2020-11-18 13:52:03.067942"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 2.53291211534346], ["string", "Officiis voluptatem iusto."], ["date", "2021-02-19"], ["time", "2000-01-01 12:04:36.873385"], ["datetime", "2020-11-18 00:05:38.838051"], ["created_at", "2020-11-18 13:52:03.072644"], ["updated_at", "2020-11-18 13:52:03.072644"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.079352"], ["updated_at", "2020-11-18 13:52:03.079352"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 3.51337070639971], ["string", "Vitae assumenda nihil."], ["date", "2022-04-01"], ["time", "2000-01-01 16:57:12.398222"], ["datetime", "2020-11-18 03:36:51.696250"], ["created_at", "2020-11-18 13:52:03.130910"], ["updated_at", "2020-11-18 13:52:03.130910"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 5.51761967813071], ["string", "Consectetur praesentium repellendus quaerat."], ["date", "2019-09-10"], ["time", "2000-01-01 09:20:38.901467"], ["datetime", "2020-11-18 07:19:25.249144"], ["created_at", "2020-11-18 13:52:03.134463"], ["updated_at", "2020-11-18 13:52:03.134463"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 28.8419374727264], ["string", "Blanditiis recusandae perspiciatis."], ["date", "2021-07-29"], ["time", "2000-01-01 01:55:08.833303"], ["datetime", "2020-11-18 06:03:50.269404"], ["created_at", "2020-11-18 13:52:03.137800"], ["updated_at", "2020-11-18 13:52:03.137800"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 33], ["decimal", 11.2199938386898], ["string", "Quidem dolorem ratione vero."], ["date", "2022-01-16"], ["time", "2000-01-01 13:56:33.271415"], ["datetime", "2020-11-18 01:50:22.767872"], ["created_at", "2020-11-18 13:52:03.141327"], ["updated_at", "2020-11-18 13:52:03.141327"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 11.5571955159329], ["string", "Repudiandae perspiciatis corporis."], ["date", "2020-10-15"], ["time", "2000-01-01 04:49:41.787240"], ["datetime", "2020-11-17 17:54:25.304182"], ["created_at", "2020-11-18 13:52:03.144496"], ["updated_at", "2020-11-18 13:52:03.144496"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 0.408124683668891], ["string", "Et dolores quis."], ["created_at", "2020-11-18 13:52:03.147304"], ["updated_at", "2020-11-18 13:52:03.147304"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 14.4191659564152], ["string", "Nostrum quibusdam qui saepe."], ["created_at", "2020-11-18 13:52:03.149977"], ["updated_at", "2020-11-18 13:52:03.149977"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 6.30911327682974], ["string", "Commodi aut praesentium."], ["created_at", "2020-11-18 13:52:03.152308"], ["updated_at", "2020-11-18 13:52:03.152308"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 1.09082337706072], ["string", "Cum saepe illo rerum."], ["created_at", "2020-11-18 13:52:03.154573"], ["updated_at", "2020-11-18 13:52:03.154573"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 3.61114035105829], ["string", "Nihil enim accusamus."], ["created_at", "2020-11-18 13:52:03.156945"], ["updated_at", "2020-11-18 13:52:03.156945"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:52:03.159647"], ["updated_at", "2020-11-18 13:52:03.159647"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:52:03.162063"], ["updated_at", "2020-11-18 13:52:03.162063"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:52:03.164411"], ["updated_at", "2020-11-18 13:52:03.164411"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:52:03.166550"], ["updated_at", "2020-11-18 13:52:03.166550"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:52:03.168346"], ["updated_at", "2020-11-18 13:52:03.168346"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-18 13:52:03.172027"], ["updated_at", "2020-11-18 13:52:03.172027"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-18 13:52:03.175023"], ["updated_at", "2020-11-18 13:52:03.175023"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-18 13:52:03.177868"], ["updated_at", "2020-11-18 13:52:03.177868"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-18 13:52:03.180401"], ["updated_at", "2020-11-18 13:52:03.180401"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-18 13:52:03.184362"], ["updated_at", "2020-11-18 13:52:03.184362"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 13:52:03.186855"], ["updated_at", "2020-11-18 13:52:03.186855"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 13:52:03.189472"], ["updated_at", "2020-11-18 13:52:03.189472"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:52:03.191980"], ["updated_at", "2020-11-18 13:52:03.191980"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 13:52:03.194264"], ["updated_at", "2020-11-18 13:52:03.194264"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:52:03.196393"], ["updated_at", "2020-11-18 13:52:03.196393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.197562"], ["updated_at", "2020-11-18 13:52:03.197562"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.198574"], ["updated_at", "2020-11-18 13:52:03.198574"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.199563"], ["updated_at", "2020-11-18 13:52:03.199563"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.200573"], ["updated_at", "2020-11-18 13:52:03.200573"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.201567"], ["updated_at", "2020-11-18 13:52:03.201567"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.203578"], ["updated_at", "2020-11-18 13:52:03.203578"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.205489"], ["updated_at", "2020-11-18 13:52:03.205489"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.207989"], ["updated_at", "2020-11-18 13:52:03.207989"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.210124"], ["updated_at", "2020-11-18 13:52:03.210124"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.211908"], ["updated_at", "2020-11-18 13:52:03.211908"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:52:03.213697"], ["updated_at", "2020-11-18 13:52:03.213697"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:52:03.215920"], ["updated_at", "2020-11-18 13:52:03.215920"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:52:03.217711"], ["updated_at", "2020-11-18 13:52:03.217711"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:52:03.219578"], ["updated_at", "2020-11-18 13:52:03.219578"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:52:03.222160"], ["updated_at", "2020-11-18 13:52:03.222160"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.233011"], ["updated_at", "2020-11-18 13:52:03.233011"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.234268"], ["updated_at", "2020-11-18 13:52:03.234268"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.235315"], ["updated_at", "2020-11-18 13:52:03.235315"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.236297"], ["updated_at", "2020-11-18 13:52:03.236297"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.237337"], ["updated_at", "2020-11-18 13:52:03.237337"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:03.238720"], ["updated_at", "2020-11-18 13:52:03.238720"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:03.240117"], ["updated_at", "2020-11-18 13:52:03.240117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:03.241196"], ["updated_at", "2020-11-18 13:52:03.241196"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:03.242200"], ["updated_at", "2020-11-18 13:52:03.242200"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:03.243182"], ["updated_at", "2020-11-18 13:52:03.243182"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 30.7898213679267], ["string", "Incidunt voluptatibus quia."], ["date", "2021-07-05"], ["time", "2000-01-01 15:16:57.934876"], ["datetime", "2020-11-18 01:53:03.445659"], ["created_at", "2020-11-18 13:52:03.244998"], ["updated_at", "2020-11-18 13:52:03.244998"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 11.1309881103553], ["string", "Adipisci quos unde sint."], ["date", "2019-10-07"], ["time", "2000-01-01 11:22:02.275067"], ["datetime", "2020-11-17 14:51:46.342104"], ["created_at", "2020-11-18 13:52:03.247835"], ["updated_at", "2020-11-18 13:52:03.247835"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 21.5794324098661], ["string", "Accusamus consequatur eum."], ["date", "2020-07-04"], ["time", "2000-01-01 00:17:17.535038"], ["datetime", "2020-11-17 19:48:13.537522"], ["created_at", "2020-11-18 13:52:03.272999"], ["updated_at", "2020-11-18 13:52:03.272999"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 25.0998812558368], ["string", "Asperiores sunt sed quibusdam."], ["date", "2019-09-23"], ["time", "2000-01-01 13:25:33.102734"], ["datetime", "2020-11-18 04:05:37.309754"], ["created_at", "2020-11-18 13:52:03.275867"], ["updated_at", "2020-11-18 13:52:03.275867"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 1.74826297110403], ["string", "Aut nihil consequuntur."], ["date", "2019-11-06"], ["time", "2000-01-01 05:25:03.315229"], ["datetime", "2020-11-18 07:29:59.019684"], ["created_at", "2020-11-18 13:52:03.278824"], ["updated_at", "2020-11-18 13:52:03.278824"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 24.5590850373872], ["string", "Alias reiciendis dolor."], ["created_at", "2020-11-18 13:52:03.281042"], ["updated_at", "2020-11-18 13:52:03.281042"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 2.09632669037909], ["string", "Officia nam quam libero."], ["created_at", "2020-11-18 13:52:03.283346"], ["updated_at", "2020-11-18 13:52:03.283346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 3.73528030644317], ["string", "At laudantium quia."], ["created_at", "2020-11-18 13:52:03.284973"], ["updated_at", "2020-11-18 13:52:03.284973"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 16.7847140046245], ["string", "Voluptatem odio dolorum cumque."], ["created_at", "2020-11-18 13:52:03.286586"], ["updated_at", "2020-11-18 13:52:03.286586"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 2.43393628710641], ["string", "Numquam velit sunt."], ["created_at", "2020-11-18 13:52:03.288464"], ["updated_at", "2020-11-18 13:52:03.288464"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:52:03.290717"], ["updated_at", "2020-11-18 13:52:03.290717"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 13:52:03.292629"], ["updated_at", "2020-11-18 13:52:03.292629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 13:52:03.294401"], ["updated_at", "2020-11-18 13:52:03.294401"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 13:52:03.296145"], ["updated_at", "2020-11-18 13:52:03.296145"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:52:03.298069"], ["updated_at", "2020-11-18 13:52:03.298069"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 8], ["created_at", "2020-11-18 13:52:03.301133"], ["updated_at", "2020-11-18 13:52:03.301133"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 5], ["created_at", "2020-11-18 13:52:03.304174"], ["updated_at", "2020-11-18 13:52:03.304174"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-18 13:52:03.307114"], ["updated_at", "2020-11-18 13:52:03.307114"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 2], ["created_at", "2020-11-18 13:52:03.309891"], ["updated_at", "2020-11-18 13:52:03.309891"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-18 13:52:03.312562"], ["updated_at", "2020-11-18 13:52:03.312562"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-18 13:52:03.314993"], ["updated_at", "2020-11-18 13:52:03.314993"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 13:52:03.317318"], ["updated_at", "2020-11-18 13:52:03.317318"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 13:52:03.319983"], ["updated_at", "2020-11-18 13:52:03.319983"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 13:52:03.322360"], ["updated_at", "2020-11-18 13:52:03.322360"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 13:52:03.324602"], ["updated_at", "2020-11-18 13:52:03.324602"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.325965"], ["updated_at", "2020-11-18 13:52:03.325965"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.327108"], ["updated_at", "2020-11-18 13:52:03.327108"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.328137"], ["updated_at", "2020-11-18 13:52:03.328137"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.329157"], ["updated_at", "2020-11-18 13:52:03.329157"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.330243"], ["updated_at", "2020-11-18 13:52:03.330243"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:03.332217"], ["updated_at", "2020-11-18 13:52:03.332217"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:03.334195"], ["updated_at", "2020-11-18 13:52:03.334195"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:03.336028"], ["updated_at", "2020-11-18 13:52:03.336028"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:03.337819"], ["updated_at", "2020-11-18 13:52:03.337819"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:03.339556"], ["updated_at", "2020-11-18 13:52:03.339556"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:52:03.341417"], ["updated_at", "2020-11-18 13:52:03.341417"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 13:52:03.343145"], ["updated_at", "2020-11-18 13:52:03.343145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:52:03.344729"], ["updated_at", "2020-11-18 13:52:03.344729"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 13:52:03.346364"], ["updated_at", "2020-11-18 13:52:03.346364"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:52:03.347963"], ["updated_at", "2020-11-18 13:52:03.347963"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.357236"], ["updated_at", "2020-11-18 13:52:03.357236"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.358234"], ["updated_at", "2020-11-18 13:52:03.358234"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.359101"], ["updated_at", "2020-11-18 13:52:03.359101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.359938"], ["updated_at", "2020-11-18 13:52:03.359938"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.360783"], ["updated_at", "2020-11-18 13:52:03.360783"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:03.361703"], ["updated_at", "2020-11-18 13:52:03.361703"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:03.362618"], ["updated_at", "2020-11-18 13:52:03.362618"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:03.363542"], ["updated_at", "2020-11-18 13:52:03.363542"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:03.364390"], ["updated_at", "2020-11-18 13:52:03.364390"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:03.365250"], ["updated_at", "2020-11-18 13:52:03.365250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 9.67420502572144], ["string", "Asperiores ea explicabo."], ["date", "2019-09-29"], ["time", "2000-01-01 12:58:22.129665"], ["datetime", "2020-11-17 19:06:33.522708"], ["created_at", "2020-11-18 13:52:03.366774"], ["updated_at", "2020-11-18 13:52:03.366774"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 19.8521520852772], ["string", "Porro quam est laboriosam."], ["date", "2019-02-02"], ["time", "2000-01-01 21:48:53.220468"], ["datetime", "2020-11-18 10:15:05.662451"], ["created_at", "2020-11-18 13:52:03.368622"], ["updated_at", "2020-11-18 13:52:03.368622"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 2.04869162483254], ["string", "Optio consequatur expedita."], ["date", "2020-12-30"], ["time", "2000-01-01 06:09:03.835298"], ["datetime", "2020-11-17 22:50:28.906735"], ["created_at", "2020-11-18 13:52:03.371051"], ["updated_at", "2020-11-18 13:52:03.371051"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 10.8571289390016], ["string", "Dolores iusto quae id."], ["date", "2021-06-09"], ["time", "2000-01-01 21:49:10.554111"], ["datetime", "2020-11-17 14:12:55.650734"], ["created_at", "2020-11-18 13:52:03.372985"], ["updated_at", "2020-11-18 13:52:03.372985"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 16.4157311717882], ["string", "Velit laborum officia."], ["date", "2021-11-20"], ["time", "2000-01-01 00:27:10.379505"], ["datetime", "2020-11-17 21:24:51.048972"], ["created_at", "2020-11-18 13:52:03.375115"], ["updated_at", "2020-11-18 13:52:03.375115"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 31.6896901669757], ["string", "Autem voluptates vel."], ["created_at", "2020-11-18 13:52:03.376723"], ["updated_at", "2020-11-18 13:52:03.376723"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 5.6425476674245], ["string", "Cumque voluptatem magni blanditiis."], ["created_at", "2020-11-18 13:52:03.378018"], ["updated_at", "2020-11-18 13:52:03.378018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 1.2443319384434], ["string", "Est aut corrupti."], ["created_at", "2020-11-18 13:52:03.379225"], ["updated_at", "2020-11-18 13:52:03.379225"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 24.9406937951214], ["string", "Molestias ex id maiores."], ["created_at", "2020-11-18 13:52:03.380416"], ["updated_at", "2020-11-18 13:52:03.380416"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 17.1246965493221], ["string", "Debitis provident voluptate."], ["created_at", "2020-11-18 13:52:03.381700"], ["updated_at", "2020-11-18 13:52:03.381700"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:52:03.383762"], ["updated_at", "2020-11-18 13:52:03.383762"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:52:03.385337"], ["updated_at", "2020-11-18 13:52:03.385337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-18 13:52:03.386732"], ["updated_at", "2020-11-18 13:52:03.386732"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-18 13:52:03.388056"], ["updated_at", "2020-11-18 13:52:03.388056"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:52:03.389338"], ["updated_at", "2020-11-18 13:52:03.389338"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 8], ["created_at", "2020-11-18 13:52:03.391199"], ["updated_at", "2020-11-18 13:52:03.391199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-18 13:52:03.393127"], ["updated_at", "2020-11-18 13:52:03.393127"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 11], ["created_at", "2020-11-18 13:52:03.394982"], ["updated_at", "2020-11-18 13:52:03.394982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 3], ["created_at", "2020-11-18 13:52:03.396753"], ["updated_at", "2020-11-18 13:52:03.396753"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 7], ["created_at", "2020-11-18 13:52:03.398483"], ["updated_at", "2020-11-18 13:52:03.398483"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 13:52:03.399899"], ["updated_at", "2020-11-18 13:52:03.399899"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-18 13:52:03.401245"], ["updated_at", "2020-11-18 13:52:03.401245"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-18 13:52:03.402538"], ["updated_at", "2020-11-18 13:52:03.402538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-18 13:52:03.403853"], ["updated_at", "2020-11-18 13:52:03.403853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:52:03.405161"], ["updated_at", "2020-11-18 13:52:03.405161"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.405953"], ["updated_at", "2020-11-18 13:52:03.405953"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.406696"], ["updated_at", "2020-11-18 13:52:03.406696"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.407386"], ["updated_at", "2020-11-18 13:52:03.407386"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.408064"], ["updated_at", "2020-11-18 13:52:03.408064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.408743"], ["updated_at", "2020-11-18 13:52:03.408743"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:03.410097"], ["updated_at", "2020-11-18 13:52:03.410097"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:03.411533"], ["updated_at", "2020-11-18 13:52:03.411533"], ["india_id", 7]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:03.413643"], ["updated_at", "2020-11-18 13:52:03.413643"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:03.415594"], ["updated_at", "2020-11-18 13:52:03.415594"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:03.417486"], ["updated_at", "2020-11-18 13:52:03.417486"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-18 13:52:03.419588"], ["updated_at", "2020-11-18 13:52:03.419588"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-18 13:52:03.421567"], ["updated_at", "2020-11-18 13:52:03.421567"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:52:03.423244"], ["updated_at", "2020-11-18 13:52:03.423244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 13:52:03.424837"], ["updated_at", "2020-11-18 13:52:03.424837"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:52:03.426433"], ["updated_at", "2020-11-18 13:52:03.426433"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.435341"], ["updated_at", "2020-11-18 13:52:03.435341"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.436357"], ["updated_at", "2020-11-18 13:52:03.436357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.437203"], ["updated_at", "2020-11-18 13:52:03.437203"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.438057"], ["updated_at", "2020-11-18 13:52:03.438057"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:03.438945"], ["updated_at", "2020-11-18 13:52:03.438945"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:03.439880"], ["updated_at", "2020-11-18 13:52:03.439880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:03.440848"], ["updated_at", "2020-11-18 13:52:03.440848"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:03.441742"], ["updated_at", "2020-11-18 13:52:03.441742"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:03.442704"], ["updated_at", "2020-11-18 13:52:03.442704"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:03.443670"], ["updated_at", "2020-11-18 13:52:03.443670"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.9ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.5ms) DELETE FROM "julietts";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 26.5676189909002], ["string", "Repellendus modi quo."], ["date", "2020-04-16"], ["time", "2000-01-01 13:31:11.400062"], ["datetime", "2020-11-18 13:49:20.167302"], ["created_at", "2020-11-18 13:52:16.411208"], ["updated_at", "2020-11-18 13:52:16.411208"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 18], ["decimal", 2.66853591891455], ["string", "Deleniti exercitationem non commodi."], ["date", "2021-03-21"], ["time", "2000-01-01 13:29:36.609406"], ["datetime", "2020-11-18 13:02:05.908828"], ["created_at", "2020-11-18 13:52:16.413778"], ["updated_at", "2020-11-18 13:52:16.413778"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 24.9756126587428], ["string", "Nostrum assumenda consequatur."], ["date", "2019-04-26"], ["time", "2000-01-01 18:13:04.925341"], ["datetime", "2020-11-18 04:16:26.423465"], ["created_at", "2020-11-18 13:52:16.415821"], ["updated_at", "2020-11-18 13:52:16.415821"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 11.213769728055], ["string", "Aut eum nostrum quia."], ["date", "2021-11-05"], ["time", "2000-01-01 07:40:17.732023"], ["datetime", "2020-11-17 18:52:02.679044"], ["created_at", "2020-11-18 13:52:16.417841"], ["updated_at", "2020-11-18 13:52:16.417841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 0.106032455065248], ["string", "Voluptates sunt quia."], ["date", "2021-02-14"], ["time", "2000-01-01 15:30:02.525496"], ["datetime", "2020-11-17 15:08:26.669475"], ["created_at", "2020-11-18 13:52:16.419734"], ["updated_at", "2020-11-18 13:52:16.419734"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1035], ["decimal", 23.4566698087574], ["string", "Impedit unde repellendus."], ["created_at", "2020-11-18 13:52:16.426770"], ["updated_at", "2020-11-18 13:52:16.426770"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 8.10409981675678], ["string", "Quia dolore eligendi itaque."], ["created_at", "2020-11-18 13:52:16.428276"], ["updated_at", "2020-11-18 13:52:16.428276"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 10.5658875557386], ["string", "Explicabo est libero."], ["created_at", "2020-11-18 13:52:16.429554"], ["updated_at", "2020-11-18 13:52:16.429554"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 8.43490656860943], ["string", "Qui sint numquam natus."], ["created_at", "2020-11-18 13:52:16.430776"], ["updated_at", "2020-11-18 13:52:16.430776"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 0.108888300837736], ["string", "Omnis unde ducimus."], ["created_at", "2020-11-18 13:52:16.431977"], ["updated_at", "2020-11-18 13:52:16.431977"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:52:16.439832"], ["updated_at", "2020-11-18 13:52:16.439832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:52:16.441737"], ["updated_at", "2020-11-18 13:52:16.441737"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:52:16.443248"], ["updated_at", "2020-11-18 13:52:16.443248"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:52:16.444705"], ["updated_at", "2020-11-18 13:52:16.444705"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:52:16.446110"], ["updated_at", "2020-11-18 13:52:16.446110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-18 13:52:16.452905"], ["updated_at", "2020-11-18 13:52:16.452905"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-18 13:52:16.455095"], ["updated_at", "2020-11-18 13:52:16.455095"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-18 13:52:16.457276"], ["updated_at", "2020-11-18 13:52:16.457276"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-18 13:52:16.459337"], ["updated_at", "2020-11-18 13:52:16.459337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-18 13:52:16.461248"], ["updated_at", "2020-11-18 13:52:16.461248"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 13:52:16.467380"], ["updated_at", "2020-11-18 13:52:16.467380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 13:52:16.469305"], ["updated_at", "2020-11-18 13:52:16.469305"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 13:52:16.470921"], ["updated_at", "2020-11-18 13:52:16.470921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:52:16.472572"], ["updated_at", "2020-11-18 13:52:16.472572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 13:52:16.474173"], ["updated_at", "2020-11-18 13:52:16.474173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.507322"], ["updated_at", "2020-11-18 13:52:16.507322"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.508838"], ["updated_at", "2020-11-18 13:52:16.508838"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.509959"], ["updated_at", "2020-11-18 13:52:16.509959"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.511127"], ["updated_at", "2020-11-18 13:52:16.511127"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.512250"], ["updated_at", "2020-11-18 13:52:16.512250"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.519981"], ["updated_at", "2020-11-18 13:52:16.519981"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.522235"], ["updated_at", "2020-11-18 13:52:16.522235"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.524273"], ["updated_at", "2020-11-18 13:52:16.524273"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.526258"], ["updated_at", "2020-11-18 13:52:16.526258"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.528300"], ["updated_at", "2020-11-18 13:52:16.528300"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:52:16.534674"], ["updated_at", "2020-11-18 13:52:16.534674"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:52:16.536763"], ["updated_at", "2020-11-18 13:52:16.536763"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:52:16.538816"], ["updated_at", "2020-11-18 13:52:16.538816"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:52:16.540756"], ["updated_at", "2020-11-18 13:52:16.540756"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:52:16.542687"], ["updated_at", "2020-11-18 13:52:16.542687"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.564427"], ["updated_at", "2020-11-18 13:52:16.564427"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.565786"], ["updated_at", "2020-11-18 13:52:16.565786"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.566920"], ["updated_at", "2020-11-18 13:52:16.566920"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.568052"], ["updated_at", "2020-11-18 13:52:16.568052"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.569163"], ["updated_at", "2020-11-18 13:52:16.569163"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:16.573838"], ["updated_at", "2020-11-18 13:52:16.573838"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:16.575227"], ["updated_at", "2020-11-18 13:52:16.575227"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:16.576384"], ["updated_at", "2020-11-18 13:52:16.576384"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:16.577493"], ["updated_at", "2020-11-18 13:52:16.577493"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:16.578615"], ["updated_at", "2020-11-18 13:52:16.578615"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 23], ["decimal", 2.44296132547738], ["string", "Aut dolorem molestias."], ["date", "2019-03-24"], ["time", "2000-01-01 17:53:07.829832"], ["datetime", "2020-11-18 09:16:35.745560"], ["created_at", "2020-11-18 13:52:16.580616"], ["updated_at", "2020-11-18 13:52:16.580616"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 5.84683984052735], ["string", "Ea aut non aperiam."], ["date", "2020-01-23"], ["time", "2000-01-01 17:59:54.109267"], ["datetime", "2020-11-18 07:52:59.047060"], ["created_at", "2020-11-18 13:52:16.583022"], ["updated_at", "2020-11-18 13:52:16.583022"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 6.80812253880352], ["string", "Cumque explicabo corporis."], ["date", "2022-02-05"], ["time", "2000-01-01 20:41:08.915465"], ["datetime", "2020-11-18 13:39:30.575857"], ["created_at", "2020-11-18 13:52:16.585281"], ["updated_at", "2020-11-18 13:52:16.585281"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 5.6363773287432], ["string", "Qui reprehenderit ut doloribus."], ["date", "2019-12-03"], ["time", "2000-01-01 15:58:59.160899"], ["datetime", "2020-11-18 08:23:15.607509"], ["created_at", "2020-11-18 13:52:16.587587"], ["updated_at", "2020-11-18 13:52:16.587587"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 1.2057057428893], ["string", "In totam ipsa."], ["date", "2019-07-01"], ["time", "2000-01-01 02:16:35.312440"], ["datetime", "2020-11-18 09:24:25.375035"], ["created_at", "2020-11-18 13:52:16.589887"], ["updated_at", "2020-11-18 13:52:16.589887"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 2.85068798098157], ["string", "Ab non ea."], ["created_at", "2020-11-18 13:52:16.591954"], ["updated_at", "2020-11-18 13:52:16.591954"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1037], ["decimal", 16.4629616088565], ["string", "Et nesciunt voluptatem ipsa."], ["created_at", "2020-11-18 13:52:16.593593"], ["updated_at", "2020-11-18 13:52:16.593593"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 19.7293723492128], ["string", "Et voluptatem eum."], ["created_at", "2020-11-18 13:52:16.595108"], ["updated_at", "2020-11-18 13:52:16.595108"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 27.0713959860116], ["string", "A ipsum placeat repellat."], ["created_at", "2020-11-18 13:52:16.596616"], ["updated_at", "2020-11-18 13:52:16.596616"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 0.0244487546386429], ["string", "Architecto et nemo."], ["created_at", "2020-11-18 13:52:16.598114"], ["updated_at", "2020-11-18 13:52:16.598114"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 13:52:16.600152"], ["updated_at", "2020-11-18 13:52:16.600152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:52:16.601998"], ["updated_at", "2020-11-18 13:52:16.601998"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 13:52:16.603739"], ["updated_at", "2020-11-18 13:52:16.603739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:52:16.605475"], ["updated_at", "2020-11-18 13:52:16.605475"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:52:16.607228"], ["updated_at", "2020-11-18 13:52:16.607228"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-18 13:52:16.609722"], ["updated_at", "2020-11-18 13:52:16.609722"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 10], ["created_at", "2020-11-18 13:52:16.612242"], ["updated_at", "2020-11-18 13:52:16.612242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 1], ["created_at", "2020-11-18 13:52:16.614649"], ["updated_at", "2020-11-18 13:52:16.614649"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 9], ["created_at", "2020-11-18 13:52:16.616988"], ["updated_at", "2020-11-18 13:52:16.616988"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 7], ["created_at", "2020-11-18 13:52:16.619234"], ["updated_at", "2020-11-18 13:52:16.619234"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-18 13:52:16.621081"], ["updated_at", "2020-11-18 13:52:16.621081"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 13:52:16.623015"], ["updated_at", "2020-11-18 13:52:16.623015"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 13:52:16.624777"], ["updated_at", "2020-11-18 13:52:16.624777"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 13:52:16.626496"], ["updated_at", "2020-11-18 13:52:16.626496"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 13:52:16.628203"], ["updated_at", "2020-11-18 13:52:16.628203"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.629298"], ["updated_at", "2020-11-18 13:52:16.629298"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.630273"], ["updated_at", "2020-11-18 13:52:16.630273"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.631229"], ["updated_at", "2020-11-18 13:52:16.631229"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.632103"], ["updated_at", "2020-11-18 13:52:16.632103"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.632971"], ["updated_at", "2020-11-18 13:52:16.632971"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:16.634871"], ["updated_at", "2020-11-18 13:52:16.634871"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:16.636426"], ["updated_at", "2020-11-18 13:52:16.636426"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:16.637906"], ["updated_at", "2020-11-18 13:52:16.637906"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:16.639426"], ["updated_at", "2020-11-18 13:52:16.639426"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:16.640918"], ["updated_at", "2020-11-18 13:52:16.640918"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:52:16.642563"], ["updated_at", "2020-11-18 13:52:16.642563"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 13:52:16.644144"], ["updated_at", "2020-11-18 13:52:16.644144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 13:52:16.645679"], ["updated_at", "2020-11-18 13:52:16.645679"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:52:16.647254"], ["updated_at", "2020-11-18 13:52:16.647254"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 13:52:16.648825"], ["updated_at", "2020-11-18 13:52:16.648825"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.657213"], ["updated_at", "2020-11-18 13:52:16.657213"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.658208"], ["updated_at", "2020-11-18 13:52:16.658208"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.659072"], ["updated_at", "2020-11-18 13:52:16.659072"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.659898"], ["updated_at", "2020-11-18 13:52:16.659898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.660727"], ["updated_at", "2020-11-18 13:52:16.660727"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:16.661578"], ["updated_at", "2020-11-18 13:52:16.661578"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:16.662470"], ["updated_at", "2020-11-18 13:52:16.662470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:16.663304"], ["updated_at", "2020-11-18 13:52:16.663304"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:16.664129"], ["updated_at", "2020-11-18 13:52:16.664129"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:16.664948"], ["updated_at", "2020-11-18 13:52:16.664948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 18.3891172435195], ["string", "Animi hic et."], ["date", "2019-03-24"], ["time", "2000-01-01 10:13:39.741792"], ["datetime", "2020-11-17 15:19:39.424203"], ["created_at", "2020-11-18 13:52:16.666408"], ["updated_at", "2020-11-18 13:52:16.666408"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 34], ["decimal", 20.1756173432729], ["string", "Ipsa dolorem ipsum officiis."], ["date", "2021-05-07"], ["time", "2000-01-01 03:24:51.311705"], ["datetime", "2020-11-17 23:27:25.112240"], ["created_at", "2020-11-18 13:52:16.668161"], ["updated_at", "2020-11-18 13:52:16.668161"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 28.9140182713145], ["string", "Minus dolor quod."], ["date", "2022-11-09"], ["time", "2000-01-01 00:01:04.705524"], ["datetime", "2020-11-17 14:03:16.709790"], ["created_at", "2020-11-18 13:52:16.669855"], ["updated_at", "2020-11-18 13:52:16.669855"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 25.2747212390342], ["string", "Quia voluptates enim quaerat."], ["date", "2021-09-24"], ["time", "2000-01-01 23:39:18.240012"], ["datetime", "2020-11-17 18:07:48.619980"], ["created_at", "2020-11-18 13:52:16.671643"], ["updated_at", "2020-11-18 13:52:16.671643"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 0.0966374382484166], ["string", "Nesciunt earum voluptate."], ["date", "2021-03-08"], ["time", "2000-01-01 12:39:40.502995"], ["datetime", "2020-11-17 14:40:50.820872"], ["created_at", "2020-11-18 13:52:16.673547"], ["updated_at", "2020-11-18 13:52:16.673547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 2.78430951326698], ["string", "Eligendi quia vel."], ["created_at", "2020-11-18 13:52:16.675253"], ["updated_at", "2020-11-18 13:52:16.675253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 6.8106083412479], ["string", "Ut saepe molestias ratione."], ["created_at", "2020-11-18 13:52:16.676610"], ["updated_at", "2020-11-18 13:52:16.676610"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 3.46014427895758], ["string", "Facere amet reiciendis."], ["created_at", "2020-11-18 13:52:16.677921"], ["updated_at", "2020-11-18 13:52:16.677921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 1.03006127526945], ["string", "Necessitatibus possimus molestiae id."], ["created_at", "2020-11-18 13:52:16.679281"], ["updated_at", "2020-11-18 13:52:16.679281"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 2.17175493886525], ["string", "Occaecati et voluptates."], ["created_at", "2020-11-18 13:52:16.680608"], ["updated_at", "2020-11-18 13:52:16.680608"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 13:52:16.682417"], ["updated_at", "2020-11-18 13:52:16.682417"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 13:52:16.684183"], ["updated_at", "2020-11-18 13:52:16.684183"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-18 13:52:16.685811"], ["updated_at", "2020-11-18 13:52:16.685811"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-18 13:52:16.687496"], ["updated_at", "2020-11-18 13:52:16.687496"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-18 13:52:16.689108"], ["updated_at", "2020-11-18 13:52:16.689108"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 11], ["created_at", "2020-11-18 13:52:16.691358"], ["updated_at", "2020-11-18 13:52:16.691358"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 15], ["created_at", "2020-11-18 13:52:16.693621"], ["updated_at", "2020-11-18 13:52:16.693621"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 15], ["created_at", "2020-11-18 13:52:16.695894"], ["updated_at", "2020-11-18 13:52:16.695894"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-18 13:52:16.698134"], ["updated_at", "2020-11-18 13:52:16.698134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 8], ["created_at", "2020-11-18 13:52:16.700459"], ["updated_at", "2020-11-18 13:52:16.700459"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:52:16.702405"], ["updated_at", "2020-11-18 13:52:16.702405"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 13:52:16.704203"], ["updated_at", "2020-11-18 13:52:16.704203"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 13:52:16.705957"], ["updated_at", "2020-11-18 13:52:16.705957"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 13:52:16.707710"], ["updated_at", "2020-11-18 13:52:16.707710"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-18 13:52:16.709461"], ["updated_at", "2020-11-18 13:52:16.709461"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.710518"], ["updated_at", "2020-11-18 13:52:16.710518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.711469"], ["updated_at", "2020-11-18 13:52:16.711469"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.712360"], ["updated_at", "2020-11-18 13:52:16.712360"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.713242"], ["updated_at", "2020-11-18 13:52:16.713242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.714098"], ["updated_at", "2020-11-18 13:52:16.714098"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:16.715758"], ["updated_at", "2020-11-18 13:52:16.715758"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:16.717359"], ["updated_at", "2020-11-18 13:52:16.717359"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:16.718839"], ["updated_at", "2020-11-18 13:52:16.718839"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:16.720298"], ["updated_at", "2020-11-18 13:52:16.720298"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:16.721734"], ["updated_at", "2020-11-18 13:52:16.721734"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 13:52:16.723356"], ["updated_at", "2020-11-18 13:52:16.723356"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 13:52:16.725071"], ["updated_at", "2020-11-18 13:52:16.725071"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-18 13:52:16.726616"], ["updated_at", "2020-11-18 13:52:16.726616"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 13:52:16.728179"], ["updated_at", "2020-11-18 13:52:16.728179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:52:16.729757"], ["updated_at", "2020-11-18 13:52:16.729757"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.739123"], ["updated_at", "2020-11-18 13:52:16.739123"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.740349"], ["updated_at", "2020-11-18 13:52:16.740349"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.741518"], ["updated_at", "2020-11-18 13:52:16.741518"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.742967"], ["updated_at", "2020-11-18 13:52:16.742967"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.744280"], ["updated_at", "2020-11-18 13:52:16.744280"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:16.745755"], ["updated_at", "2020-11-18 13:52:16.745755"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:16.747200"], ["updated_at", "2020-11-18 13:52:16.747200"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:16.748522"], ["updated_at", "2020-11-18 13:52:16.748522"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:16.749899"], ["updated_at", "2020-11-18 13:52:16.749899"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:16.751280"], ["updated_at", "2020-11-18 13:52:16.751280"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.6ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 14.308802552797], ["string", "Amet omnis dolorem."], ["date", "2019-10-31"], ["time", "2000-01-01 18:01:40.150786"], ["datetime", "2020-11-18 00:34:12.486619"], ["created_at", "2020-11-18 13:52:16.798758"], ["updated_at", "2020-11-18 13:52:16.798758"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 20.3036977118733], ["string", "Aperiam iste pariatur quod."], ["date", "2022-09-20"], ["time", "2000-01-01 10:55:55.837537"], ["datetime", "2020-11-18 05:16:46.103750"], ["created_at", "2020-11-18 13:52:16.802184"], ["updated_at", "2020-11-18 13:52:16.802184"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 3.16994455424535], ["string", "Est a consectetur."], ["date", "2019-05-01"], ["time", "2000-01-01 19:41:45.400576"], ["datetime", "2020-11-18 00:54:06.652344"], ["created_at", "2020-11-18 13:52:16.805861"], ["updated_at", "2020-11-18 13:52:16.805861"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 1.79179895774927], ["string", "Similique ipsam voluptate."], ["date", "2020-02-15"], ["time", "2000-01-01 05:10:33.391936"], ["datetime", "2020-11-17 20:17:50.692656"], ["created_at", "2020-11-18 13:52:16.811277"], ["updated_at", "2020-11-18 13:52:16.811277"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 2.74557855408671], ["string", "Non repellat unde atque."], ["date", "2020-06-12"], ["time", "2000-01-01 00:27:07.150862"], ["datetime", "2020-11-18 03:30:14.705806"], ["created_at", "2020-11-18 13:52:16.814063"], ["updated_at", "2020-11-18 13:52:16.814063"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 0.682123285904009], ["string", "Iste soluta dolores."], ["date", "2020-10-01"], ["time", "2000-01-01 03:15:58.163426"], ["datetime", "2020-11-18 12:27:29.695490"], ["created_at", "2020-11-18 13:52:16.817020"], ["updated_at", "2020-11-18 13:52:16.817020"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.822152"], ["updated_at", "2020-11-18 13:52:16.822152"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 0.579904077404495], ["string", "Qui facere nihil."], ["date", "2020-12-01"], ["time", "2000-01-01 14:50:13.037319"], ["datetime", "2020-11-17 23:16:27.103648"], ["created_at", "2020-11-18 13:52:16.859620"], ["updated_at", "2020-11-18 13:52:16.859620"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 13.0091041183171], ["string", "Dolore est velit rerum."], ["date", "2022-06-18"], ["time", "2000-01-01 04:14:18.807746"], ["datetime", "2020-11-18 06:58:39.098177"], ["created_at", "2020-11-18 13:52:16.862236"], ["updated_at", "2020-11-18 13:52:16.862236"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 26], ["decimal", 36.2184511909179], ["string", "Illum architecto voluptatem."], ["date", "2020-12-06"], ["time", "2000-01-01 09:57:41.478788"], ["datetime", "2020-11-17 14:20:43.824419"], ["created_at", "2020-11-18 13:52:16.866147"], ["updated_at", "2020-11-18 13:52:16.866147"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 1.85358240836671], ["string", "Ut dolorem sed nisi."], ["date", "2019-09-17"], ["time", "2000-01-01 04:36:28.375987"], ["datetime", "2020-11-18 00:32:37.116806"], ["created_at", "2020-11-18 13:52:16.870260"], ["updated_at", "2020-11-18 13:52:16.870260"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 0.997337778220206], ["string", "Nemo fuga aut."], ["date", "2020-04-21"], ["time", "2000-01-01 21:22:22.759506"], ["datetime", "2020-11-18 04:49:47.091921"], ["created_at", "2020-11-18 13:52:16.874295"], ["updated_at", "2020-11-18 13:52:16.874295"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1037], ["decimal", 5.59122593067752], ["string", "Magni impedit facilis."], ["created_at", "2020-11-18 13:52:16.877753"], ["updated_at", "2020-11-18 13:52:16.877753"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 12.6469076216861], ["string", "Hic provident quia aliquam."], ["created_at", "2020-11-18 13:52:16.880970"], ["updated_at", "2020-11-18 13:52:16.880970"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 2.79095596973845], ["string", "Omnis voluptatem deserunt."], ["created_at", "2020-11-18 13:52:16.883624"], ["updated_at", "2020-11-18 13:52:16.883624"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 8.12315085619892], ["string", "Aspernatur aut iusto optio."], ["created_at", "2020-11-18 13:52:16.885491"], ["updated_at", "2020-11-18 13:52:16.885491"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1025], ["decimal", 1.79095307290502], ["string", "Ut temporibus reprehenderit."], ["created_at", "2020-11-18 13:52:16.887387"], ["updated_at", "2020-11-18 13:52:16.887387"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:52:16.890108"], ["updated_at", "2020-11-18 13:52:16.890108"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:52:16.892343"], ["updated_at", "2020-11-18 13:52:16.892343"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:52:16.895388"], ["updated_at", "2020-11-18 13:52:16.895388"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:52:16.898666"], ["updated_at", "2020-11-18 13:52:16.898666"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 13:52:16.901125"], ["updated_at", "2020-11-18 13:52:16.901125"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-18 13:52:16.904084"], ["updated_at", "2020-11-18 13:52:16.904084"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-18 13:52:16.906934"], ["updated_at", "2020-11-18 13:52:16.906934"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-18 13:52:16.909915"], ["updated_at", "2020-11-18 13:52:16.909915"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-18 13:52:16.912802"], ["updated_at", "2020-11-18 13:52:16.912802"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-18 13:52:16.915545"], ["updated_at", "2020-11-18 13:52:16.915545"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 13:52:16.917533"], ["updated_at", "2020-11-18 13:52:16.917533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 13:52:16.919462"], ["updated_at", "2020-11-18 13:52:16.919462"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:52:16.921337"], ["updated_at", "2020-11-18 13:52:16.921337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 13:52:16.923118"], ["updated_at", "2020-11-18 13:52:16.923118"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 13:52:16.925277"], ["updated_at", "2020-11-18 13:52:16.925277"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.927032"], ["updated_at", "2020-11-18 13:52:16.927032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.928045"], ["updated_at", "2020-11-18 13:52:16.928045"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.929243"], ["updated_at", "2020-11-18 13:52:16.929243"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.930917"], ["updated_at", "2020-11-18 13:52:16.930917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.931901"], ["updated_at", "2020-11-18 13:52:16.931901"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.934693"], ["updated_at", "2020-11-18 13:52:16.934693"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.938242"], ["updated_at", "2020-11-18 13:52:16.938242"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.942257"], ["updated_at", "2020-11-18 13:52:16.942257"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.944522"], ["updated_at", "2020-11-18 13:52:16.944522"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.946513"], ["updated_at", "2020-11-18 13:52:16.946513"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:52:16.948707"], ["updated_at", "2020-11-18 13:52:16.948707"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:52:16.952049"], ["updated_at", "2020-11-18 13:52:16.952049"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:52:16.954401"], ["updated_at", "2020-11-18 13:52:16.954401"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 13:52:16.956612"], ["updated_at", "2020-11-18 13:52:16.956612"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 13:52:16.958943"], ["updated_at", "2020-11-18 13:52:16.958943"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.970883"], ["updated_at", "2020-11-18 13:52:16.970883"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.972129"], ["updated_at", "2020-11-18 13:52:16.972129"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.973172"], ["updated_at", "2020-11-18 13:52:16.973172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.974175"], ["updated_at", "2020-11-18 13:52:16.974175"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:16.975170"], ["updated_at", "2020-11-18 13:52:16.975170"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:16.976216"], ["updated_at", "2020-11-18 13:52:16.976216"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:16.977283"], ["updated_at", "2020-11-18 13:52:16.977283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:16.978382"], ["updated_at", "2020-11-18 13:52:16.978382"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:16.979584"], ["updated_at", "2020-11-18 13:52:16.979584"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:16.980829"], ["updated_at", "2020-11-18 13:52:16.980829"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 36], ["decimal", 27.8189570962957], ["string", "Enim dolor similique."], ["date", "2022-09-03"], ["time", "2000-01-01 18:07:19.129049"], ["datetime", "2020-11-17 15:33:16.452468"], ["created_at", "2020-11-18 13:52:16.983579"], ["updated_at", "2020-11-18 13:52:16.983579"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 22.8747617101115], ["string", "Error saepe beatae ut."], ["date", "2021-11-21"], ["time", "2000-01-01 19:17:24.667548"], ["datetime", "2020-11-17 23:49:35.448337"], ["created_at", "2020-11-18 13:52:16.986732"], ["updated_at", "2020-11-18 13:52:16.986732"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 11.2597916423294], ["string", "Pariatur aut repudiandae."], ["date", "2020-03-19"], ["time", "2000-01-01 07:24:57.955814"], ["datetime", "2020-11-18 05:27:18.393288"], ["created_at", "2020-11-18 13:52:16.989527"], ["updated_at", "2020-11-18 13:52:16.989527"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 21], ["decimal", 12.5855467881066], ["string", "Enim sit et nesciunt."], ["date", "2019-12-20"], ["time", "2000-01-01 19:54:15.687892"], ["datetime", "2020-11-18 01:38:51.446526"], ["created_at", "2020-11-18 13:52:16.992033"], ["updated_at", "2020-11-18 13:52:16.992033"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 0.236970385427439], ["string", "Non aspernatur aliquam."], ["date", "2019-05-29"], ["time", "2000-01-01 12:14:10.263341"], ["datetime", "2020-11-17 16:56:05.781093"], ["created_at", "2020-11-18 13:52:16.994463"], ["updated_at", "2020-11-18 13:52:16.994463"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1028], ["decimal", 16.2353233482804], ["string", "Cumque ut quasi."], ["created_at", "2020-11-18 13:52:16.996721"], ["updated_at", "2020-11-18 13:52:16.996721"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 0.0126210458266977], ["string", "Aspernatur labore et magnam."], ["created_at", "2020-11-18 13:52:16.998772"], ["updated_at", "2020-11-18 13:52:16.998772"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 7.81930083467826], ["string", "Ducimus quia sint."], ["created_at", "2020-11-18 13:52:17.001406"], ["updated_at", "2020-11-18 13:52:17.001406"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 4.10990311283503], ["string", "Aut eos alias porro."], ["created_at", "2020-11-18 13:52:17.003304"], ["updated_at", "2020-11-18 13:52:17.003304"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1031], ["decimal", 34.758135734435], ["string", "Quo nisi amet."], ["created_at", "2020-11-18 13:52:17.005049"], ["updated_at", "2020-11-18 13:52:17.005049"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 13:52:17.007246"], ["updated_at", "2020-11-18 13:52:17.007246"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:52:17.009311"], ["updated_at", "2020-11-18 13:52:17.009311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:52:17.011335"], ["updated_at", "2020-11-18 13:52:17.011335"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 13:52:17.013527"], ["updated_at", "2020-11-18 13:52:17.013527"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 13:52:17.015559"], ["updated_at", "2020-11-18 13:52:17.015559"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 7], ["created_at", "2020-11-18 13:52:17.018845"], ["updated_at", "2020-11-18 13:52:17.018845"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 8], ["created_at", "2020-11-18 13:52:17.021501"], ["updated_at", "2020-11-18 13:52:17.021501"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (5.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-18 13:52:17.040816"], ["updated_at", "2020-11-18 13:52:17.040816"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (1.0ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-18 13:52:17.049491"], ["updated_at", "2020-11-18 13:52:17.049491"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.4ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 9], ["created_at", "2020-11-18 13:52:17.054160"], ["updated_at", "2020-11-18 13:52:17.054160"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 13:52:17.057371"], ["updated_at", "2020-11-18 13:52:17.057371"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 13:52:17.060174"], ["updated_at", "2020-11-18 13:52:17.060174"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 13:52:17.062741"], ["updated_at", "2020-11-18 13:52:17.062741"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 13:52:17.065484"], ["updated_at", "2020-11-18 13:52:17.065484"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 13:52:17.067885"], ["updated_at", "2020-11-18 13:52:17.067885"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:17.069680"], ["updated_at", "2020-11-18 13:52:17.069680"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:17.071021"], ["updated_at", "2020-11-18 13:52:17.071021"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:17.072179"], ["updated_at", "2020-11-18 13:52:17.072179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:17.073342"], ["updated_at", "2020-11-18 13:52:17.073342"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:17.074439"], ["updated_at", "2020-11-18 13:52:17.074439"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:17.076394"], ["updated_at", "2020-11-18 13:52:17.076394"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:17.078408"], ["updated_at", "2020-11-18 13:52:17.078408"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:17.080467"], ["updated_at", "2020-11-18 13:52:17.080467"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:17.082304"], ["updated_at", "2020-11-18 13:52:17.082304"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:17.084315"], ["updated_at", "2020-11-18 13:52:17.084315"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 13:52:17.086189"], ["updated_at", "2020-11-18 13:52:17.086189"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 13:52:17.088001"], ["updated_at", "2020-11-18 13:52:17.088001"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:52:17.090200"], ["updated_at", "2020-11-18 13:52:17.090200"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 13:52:17.092040"], ["updated_at", "2020-11-18 13:52:17.092040"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 13:52:17.093831"], ["updated_at", "2020-11-18 13:52:17.093831"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:17.104743"], ["updated_at", "2020-11-18 13:52:17.104743"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:17.105956"], ["updated_at", "2020-11-18 13:52:17.105956"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:17.107046"], ["updated_at", "2020-11-18 13:52:17.107046"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:17.108065"], ["updated_at", "2020-11-18 13:52:17.108065"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:17.109088"], ["updated_at", "2020-11-18 13:52:17.109088"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:17.110120"], ["updated_at", "2020-11-18 13:52:17.110120"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:17.111191"], ["updated_at", "2020-11-18 13:52:17.111191"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:17.112242"], ["updated_at", "2020-11-18 13:52:17.112242"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:17.113368"], ["updated_at", "2020-11-18 13:52:17.113368"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:17.114455"], ["updated_at", "2020-11-18 13:52:17.114455"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 9.39578840835242], ["string", "Dolor tempore error."], ["date", "2022-07-24"], ["time", "2000-01-01 00:47:48.731105"], ["datetime", "2020-11-17 14:13:10.468622"], ["created_at", "2020-11-18 13:52:17.116308"], ["updated_at", "2020-11-18 13:52:17.116308"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 5.78051947362916], ["string", "Dolores dolores soluta temporibus."], ["date", "2019-08-21"], ["time", "2000-01-01 16:49:17.581686"], ["datetime", "2020-11-18 01:38:20.624136"], ["created_at", "2020-11-18 13:52:17.118679"], ["updated_at", "2020-11-18 13:52:17.118679"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 18], ["decimal", 12.1830703236237], ["string", "Voluptate quam eveniet."], ["date", "2019-10-28"], ["time", "2000-01-01 18:20:32.489761"], ["datetime", "2020-11-18 08:50:47.350911"], ["created_at", "2020-11-18 13:52:17.121161"], ["updated_at", "2020-11-18 13:52:17.121161"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 16.6744878124884], ["string", "Autem officia earum commodi."], ["date", "2019-07-01"], ["time", "2000-01-01 11:39:10.107238"], ["datetime", "2020-11-18 08:47:18.195496"], ["created_at", "2020-11-18 13:52:17.123617"], ["updated_at", "2020-11-18 13:52:17.123617"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 35.222326375337], ["string", "Voluptas blanditiis hic."], ["date", "2020-06-23"], ["time", "2000-01-01 17:01:29.984764"], ["datetime", "2020-11-18 08:47:03.915082"], ["created_at", "2020-11-18 13:52:17.125910"], ["updated_at", "2020-11-18 13:52:17.125910"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 4.05958704627825], ["string", "Ipsam ut adipisci."], ["created_at", "2020-11-18 13:52:17.128022"], ["updated_at", "2020-11-18 13:52:17.128022"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1029], ["decimal", 4.67102287388328], ["string", "Laudantium quae rerum nulla."], ["created_at", "2020-11-18 13:52:17.129705"], ["updated_at", "2020-11-18 13:52:17.129705"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 1.79300187025333], ["string", "Voluptas rem illo."], ["created_at", "2020-11-18 13:52:17.131360"], ["updated_at", "2020-11-18 13:52:17.131360"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 14.2743990108962], ["string", "Placeat aut labore non."], ["created_at", "2020-11-18 13:52:17.133047"], ["updated_at", "2020-11-18 13:52:17.133047"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 8.90978777498392], ["string", "Velit perspiciatis voluptas."], ["created_at", "2020-11-18 13:52:17.134633"], ["updated_at", "2020-11-18 13:52:17.134633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-18 13:52:17.136812"], ["updated_at", "2020-11-18 13:52:17.136812"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-18 13:52:17.138850"], ["updated_at", "2020-11-18 13:52:17.138850"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 13:52:17.140767"], ["updated_at", "2020-11-18 13:52:17.140767"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 13:52:17.143461"], ["updated_at", "2020-11-18 13:52:17.143461"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 13:52:17.145572"], ["updated_at", "2020-11-18 13:52:17.145572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 5], ["created_at", "2020-11-18 13:52:17.148205"], ["updated_at", "2020-11-18 13:52:17.148205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 14], ["created_at", "2020-11-18 13:52:17.150846"], ["updated_at", "2020-11-18 13:52:17.150846"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 11], ["created_at", "2020-11-18 13:52:17.153539"], ["updated_at", "2020-11-18 13:52:17.153539"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 5], ["created_at", "2020-11-18 13:52:17.156411"], ["updated_at", "2020-11-18 13:52:17.156411"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 6], ["created_at", "2020-11-18 13:52:17.159618"], ["updated_at", "2020-11-18 13:52:17.159618"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 13:52:17.161774"], ["updated_at", "2020-11-18 13:52:17.161774"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 13:52:17.163725"], ["updated_at", "2020-11-18 13:52:17.163725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 13:52:17.165739"], ["updated_at", "2020-11-18 13:52:17.165739"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 12], ["created_at", "2020-11-18 13:52:17.167913"], ["updated_at", "2020-11-18 13:52:17.167913"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 13:52:17.169900"], ["updated_at", "2020-11-18 13:52:17.169900"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:17.171172"], ["updated_at", "2020-11-18 13:52:17.171172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:17.172220"], ["updated_at", "2020-11-18 13:52:17.172220"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:17.173191"], ["updated_at", "2020-11-18 13:52:17.173191"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:17.174149"], ["updated_at", "2020-11-18 13:52:17.174149"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:17.175125"], ["updated_at", "2020-11-18 13:52:17.175125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:17.176821"], ["updated_at", "2020-11-18 13:52:17.176821"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:17.178640"], ["updated_at", "2020-11-18 13:52:17.178640"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:17.180496"], ["updated_at", "2020-11-18 13:52:17.180496"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:17.182291"], ["updated_at", "2020-11-18 13:52:17.182291"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 13:52:17.184115"], ["updated_at", "2020-11-18 13:52:17.184115"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 13:52:17.185998"], ["updated_at", "2020-11-18 13:52:17.185998"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 13:52:17.187841"], ["updated_at", "2020-11-18 13:52:17.187841"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-18 13:52:17.189609"], ["updated_at", "2020-11-18 13:52:17.189609"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 13:52:17.191427"], ["updated_at", "2020-11-18 13:52:17.191427"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 13:52:17.193204"], ["updated_at", "2020-11-18 13:52:17.193204"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:17.202306"], ["updated_at", "2020-11-18 13:52:17.202306"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:17.203368"], ["updated_at", "2020-11-18 13:52:17.203368"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:17.204290"], ["updated_at", "2020-11-18 13:52:17.204290"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:17.205164"], ["updated_at", "2020-11-18 13:52:17.205164"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 13:52:17.206018"], ["updated_at", "2020-11-18 13:52:17.206018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:17.206954"], ["updated_at", "2020-11-18 13:52:17.206954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:17.207894"], ["updated_at", "2020-11-18 13:52:17.207894"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:17.208798"], ["updated_at", "2020-11-18 13:52:17.208798"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:17.209759"], ["updated_at", "2020-11-18 13:52:17.209759"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 13:52:17.210742"], ["updated_at", "2020-11-18 13:52:17.210742"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.9ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.9ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.6ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.9ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.9ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.4ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.5ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.8ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.9ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.9ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.4ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.1ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (1.0ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (12.5ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.6ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.5ms) DELETE FROM "kilos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.6ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.5ms) DELETE FROM "deltas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.5ms) DELETE FROM "hotels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.5ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.5ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.9ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (2.3ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (2.0ms) DELETE FROM "kilos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.9ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.7ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.5ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.5ms) DELETE FROM "kilos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.5ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.5ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.9ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.7ms) DELETE FROM "julietts";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (2.0ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.9ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.8ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.9ms) DELETE FROM "hotels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (2.4ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.9ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (11.6ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.5ms) DELETE FROM "hotels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.9ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.9ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.8ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.9ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.5ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.8ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (1.2ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.9ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.9ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (2.6ms) DELETE FROM "kilos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.8ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.1ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (2.0ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.5ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.5ms) DELETE FROM "hotels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.5ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.5ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (1.3ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (1.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.5ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (2.0ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (2.4ms) DELETE FROM "hotels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (1.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 27.1415753311509], ["string", "Beatae illo repellat."], ["date", "2018-12-19"], ["time", "2000-01-01 01:45:16.743218"], ["datetime", "2020-11-17 17:39:14.629315"], ["created_at", "2020-11-18 14:02:38.352825"], ["updated_at", "2020-11-18 14:02:38.352825"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 29.825135558884], ["string", "Atque odit dignissimos sed."], ["date", "2021-05-17"], ["time", "2000-01-01 19:10:53.308207"], ["datetime", "2020-11-18 03:59:37.475455"], ["created_at", "2020-11-18 14:02:38.355717"], ["updated_at", "2020-11-18 14:02:38.355717"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 36.4728307094796], ["string", "Harum ut quas."], ["date", "2022-05-07"], ["time", "2000-01-01 10:52:22.900393"], ["datetime", "2020-11-18 04:02:29.065906"], ["created_at", "2020-11-18 14:02:38.357895"], ["updated_at", "2020-11-18 14:02:38.357895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 1.80486193428245], ["string", "Sed aut ad aspernatur."], ["date", "2020-05-27"], ["time", "2000-01-01 15:50:02.083148"], ["datetime", "2020-11-17 19:28:14.863672"], ["created_at", "2020-11-18 14:02:38.360001"], ["updated_at", "2020-11-18 14:02:38.360001"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 27.3258704884615], ["string", "Ipsa quos culpa."], ["date", "2019-08-06"], ["time", "2000-01-01 19:13:28.788423"], ["datetime", "2020-11-17 18:57:20.054789"], ["created_at", "2020-11-18 14:02:38.362108"], ["updated_at", "2020-11-18 14:02:38.362108"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 11.6236497359686], ["string", "Consequatur laboriosam deserunt."], ["created_at", "2020-11-18 14:02:38.370499"], ["updated_at", "2020-11-18 14:02:38.370499"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 6.14336140398734], ["string", "Optio possimus nulla repudiandae."], ["created_at", "2020-11-18 14:02:38.372554"], ["updated_at", "2020-11-18 14:02:38.372554"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 28.1719237203005], ["string", "Ducimus distinctio qui."], ["created_at", "2020-11-18 14:02:38.374397"], ["updated_at", "2020-11-18 14:02:38.374397"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 28.3065188283051], ["string", "Dolorem aut et tempora."], ["created_at", "2020-11-18 14:02:38.376103"], ["updated_at", "2020-11-18 14:02:38.376103"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 3.20682603763401], ["string", "Et rerum est."], ["created_at", "2020-11-18 14:02:38.377894"], ["updated_at", "2020-11-18 14:02:38.377894"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 14:02:38.388195"], ["updated_at", "2020-11-18 14:02:38.388195"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 14:02:38.391069"], ["updated_at", "2020-11-18 14:02:38.391069"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 14:02:38.393458"], ["updated_at", "2020-11-18 14:02:38.393458"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 14:02:38.395660"], ["updated_at", "2020-11-18 14:02:38.395660"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 14:02:38.397994"], ["updated_at", "2020-11-18 14:02:38.397994"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-18 14:02:38.408545"], ["updated_at", "2020-11-18 14:02:38.408545"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-18 14:02:38.411832"], ["updated_at", "2020-11-18 14:02:38.411832"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-18 14:02:38.414950"], ["updated_at", "2020-11-18 14:02:38.414950"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-18 14:02:38.417884"], ["updated_at", "2020-11-18 14:02:38.417884"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-18 14:02:38.420595"], ["updated_at", "2020-11-18 14:02:38.420595"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 14:02:38.428748"], ["updated_at", "2020-11-18 14:02:38.428748"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 14:02:38.431344"], ["updated_at", "2020-11-18 14:02:38.431344"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 14:02:38.433623"], ["updated_at", "2020-11-18 14:02:38.433623"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 14:02:38.435911"], ["updated_at", "2020-11-18 14:02:38.435911"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 14:02:38.438267"], ["updated_at", "2020-11-18 14:02:38.438267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.503715"], ["updated_at", "2020-11-18 14:02:38.503715"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.505437"], ["updated_at", "2020-11-18 14:02:38.505437"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.506992"], ["updated_at", "2020-11-18 14:02:38.506992"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.508494"], ["updated_at", "2020-11-18 14:02:38.508494"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.509976"], ["updated_at", "2020-11-18 14:02:38.509976"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.518149"], ["updated_at", "2020-11-18 14:02:38.518149"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.520460"], ["updated_at", "2020-11-18 14:02:38.520460"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.522722"], ["updated_at", "2020-11-18 14:02:38.522722"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.524720"], ["updated_at", "2020-11-18 14:02:38.524720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.526862"], ["updated_at", "2020-11-18 14:02:38.526862"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 14:02:38.533000"], ["updated_at", "2020-11-18 14:02:38.533000"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 14:02:38.535187"], ["updated_at", "2020-11-18 14:02:38.535187"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 14:02:38.537110"], ["updated_at", "2020-11-18 14:02:38.537110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 14:02:38.539024"], ["updated_at", "2020-11-18 14:02:38.539024"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 14:02:38.540905"], ["updated_at", "2020-11-18 14:02:38.540905"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.561275"], ["updated_at", "2020-11-18 14:02:38.561275"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.562412"], ["updated_at", "2020-11-18 14:02:38.562412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.563489"], ["updated_at", "2020-11-18 14:02:38.563489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.564337"], ["updated_at", "2020-11-18 14:02:38.564337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.565160"], ["updated_at", "2020-11-18 14:02:38.565160"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:02:38.568934"], ["updated_at", "2020-11-18 14:02:38.568934"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:02:38.570138"], ["updated_at", "2020-11-18 14:02:38.570138"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:02:38.571114"], ["updated_at", "2020-11-18 14:02:38.571114"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:02:38.572041"], ["updated_at", "2020-11-18 14:02:38.572041"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:02:38.572954"], ["updated_at", "2020-11-18 14:02:38.572954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 1.74673610886358], ["string", "Consequatur eaque eos."], ["date", "2019-01-04"], ["time", "2000-01-01 02:48:21.364769"], ["datetime", "2020-11-18 09:44:02.399316"], ["created_at", "2020-11-18 14:02:38.574641"], ["updated_at", "2020-11-18 14:02:38.574641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 1.17202588047149], ["string", "Ab dicta veritatis hic."], ["date", "2022-02-10"], ["time", "2000-01-01 17:14:12.726381"], ["datetime", "2020-11-18 04:56:20.241261"], ["created_at", "2020-11-18 14:02:38.576915"], ["updated_at", "2020-11-18 14:02:38.576915"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 7.94050921180615], ["string", "Est quidem iste."], ["date", "2020-12-10"], ["time", "2000-01-01 05:13:47.610108"], ["datetime", "2020-11-18 05:51:59.178401"], ["created_at", "2020-11-18 14:02:38.579205"], ["updated_at", "2020-11-18 14:02:38.579205"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 15.4241216731079], ["string", "Laborum ut rem non."], ["date", "2022-07-23"], ["time", "2000-01-01 19:28:20.490998"], ["datetime", "2020-11-18 13:15:51.638404"], ["created_at", "2020-11-18 14:02:38.581488"], ["updated_at", "2020-11-18 14:02:38.581488"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 6.59605099316622], ["string", "Rerum aut id."], ["date", "2021-11-08"], ["time", "2000-01-01 19:25:48.811320"], ["datetime", "2020-11-18 06:23:57.040921"], ["created_at", "2020-11-18 14:02:38.583862"], ["updated_at", "2020-11-18 14:02:38.583862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1034], ["decimal", 19.0726695856133], ["string", "Ut perferendis quae."], ["created_at", "2020-11-18 14:02:38.585950"], ["updated_at", "2020-11-18 14:02:38.585950"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 11.8046195078595], ["string", "Eos non ab quia."], ["created_at", "2020-11-18 14:02:38.587692"], ["updated_at", "2020-11-18 14:02:38.587692"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 5.73376129693287], ["string", "Exercitationem ullam iste."], ["created_at", "2020-11-18 14:02:38.589398"], ["updated_at", "2020-11-18 14:02:38.589398"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 28.1142843123484], ["string", "Delectus cumque et ut."], ["created_at", "2020-11-18 14:02:38.591033"], ["updated_at", "2020-11-18 14:02:38.591033"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 6.92492479736726], ["string", "Dolor corrupti quaerat."], ["created_at", "2020-11-18 14:02:38.592880"], ["updated_at", "2020-11-18 14:02:38.592880"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 14:02:38.595573"], ["updated_at", "2020-11-18 14:02:38.595573"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 14:02:38.597903"], ["updated_at", "2020-11-18 14:02:38.597903"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 14:02:38.600341"], ["updated_at", "2020-11-18 14:02:38.600341"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 14:02:38.602859"], ["updated_at", "2020-11-18 14:02:38.602859"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 14:02:38.605744"], ["updated_at", "2020-11-18 14:02:38.605744"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 3], ["created_at", "2020-11-18 14:02:38.609261"], ["updated_at", "2020-11-18 14:02:38.609261"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 6], ["created_at", "2020-11-18 14:02:38.612652"], ["updated_at", "2020-11-18 14:02:38.612652"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 2], ["created_at", "2020-11-18 14:02:38.615829"], ["updated_at", "2020-11-18 14:02:38.615829"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 10], ["created_at", "2020-11-18 14:02:38.618974"], ["updated_at", "2020-11-18 14:02:38.618974"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 1], ["created_at", "2020-11-18 14:02:38.622108"], ["updated_at", "2020-11-18 14:02:38.622108"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 14:02:38.624624"], ["updated_at", "2020-11-18 14:02:38.624624"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 14:02:38.627005"], ["updated_at", "2020-11-18 14:02:38.627005"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-18 14:02:38.629544"], ["updated_at", "2020-11-18 14:02:38.629544"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 14:02:38.631883"], ["updated_at", "2020-11-18 14:02:38.631883"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 14:02:38.634233"], ["updated_at", "2020-11-18 14:02:38.634233"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.645501"], ["updated_at", "2020-11-18 14:02:38.645501"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.646868"], ["updated_at", "2020-11-18 14:02:38.646868"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.648072"], ["updated_at", "2020-11-18 14:02:38.648072"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.649340"], ["updated_at", "2020-11-18 14:02:38.649340"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.650547"], ["updated_at", "2020-11-18 14:02:38.650547"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:02:38.652950"], ["updated_at", "2020-11-18 14:02:38.652950"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:02:38.655113"], ["updated_at", "2020-11-18 14:02:38.655113"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:02:38.657182"], ["updated_at", "2020-11-18 14:02:38.657182"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:02:38.659261"], ["updated_at", "2020-11-18 14:02:38.659261"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:02:38.661330"], ["updated_at", "2020-11-18 14:02:38.661330"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 14:02:38.663552"], ["updated_at", "2020-11-18 14:02:38.663552"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 14:02:38.665590"], ["updated_at", "2020-11-18 14:02:38.665590"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 14:02:38.667551"], ["updated_at", "2020-11-18 14:02:38.667551"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 14:02:38.669413"], ["updated_at", "2020-11-18 14:02:38.669413"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 14:02:38.671390"], ["updated_at", "2020-11-18 14:02:38.671390"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.681534"], ["updated_at", "2020-11-18 14:02:38.681534"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.682917"], ["updated_at", "2020-11-18 14:02:38.682917"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.684145"], ["updated_at", "2020-11-18 14:02:38.684145"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.685434"], ["updated_at", "2020-11-18 14:02:38.685434"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.686806"], ["updated_at", "2020-11-18 14:02:38.686806"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:02:38.688053"], ["updated_at", "2020-11-18 14:02:38.688053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:02:38.689131"], ["updated_at", "2020-11-18 14:02:38.689131"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:02:38.690031"], ["updated_at", "2020-11-18 14:02:38.690031"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:02:38.690935"], ["updated_at", "2020-11-18 14:02:38.690935"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:02:38.692149"], ["updated_at", "2020-11-18 14:02:38.692149"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 3.39747305482787], ["string", "Ut explicabo assumenda."], ["date", "2020-10-30"], ["time", "2000-01-01 17:31:01.037194"], ["datetime", "2020-11-18 13:47:41.985689"], ["created_at", "2020-11-18 14:02:38.694203"], ["updated_at", "2020-11-18 14:02:38.694203"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 8.33551731856332], ["string", "Non quis inventore aut."], ["date", "2021-08-24"], ["time", "2000-01-01 05:39:40.978645"], ["datetime", "2020-11-17 14:39:55.669741"], ["created_at", "2020-11-18 14:02:38.696698"], ["updated_at", "2020-11-18 14:02:38.696698"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 27.1558283793419], ["string", "Ducimus dicta nihil."], ["date", "2020-02-26"], ["time", "2000-01-01 01:07:00.075727"], ["datetime", "2020-11-17 15:14:01.770453"], ["created_at", "2020-11-18 14:02:38.699151"], ["updated_at", "2020-11-18 14:02:38.699151"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 1.10272433956332], ["string", "Dolor debitis alias similique."], ["date", "2019-03-12"], ["time", "2000-01-01 19:46:06.437234"], ["datetime", "2020-11-18 11:38:38.831599"], ["created_at", "2020-11-18 14:02:38.701705"], ["updated_at", "2020-11-18 14:02:38.701705"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 20.2907544602055], ["string", "Cum ut ea."], ["date", "2021-07-07"], ["time", "2000-01-01 08:44:26.678784"], ["datetime", "2020-11-18 02:14:52.480092"], ["created_at", "2020-11-18 14:02:38.704617"], ["updated_at", "2020-11-18 14:02:38.704617"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 2.16844551748228], ["string", "Soluta modi non."], ["created_at", "2020-11-18 14:02:38.707277"], ["updated_at", "2020-11-18 14:02:38.707277"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 0.542883765878795], ["string", "Veniam perspiciatis recusandae omnis."], ["created_at", "2020-11-18 14:02:38.709480"], ["updated_at", "2020-11-18 14:02:38.709480"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 0.478667277426101], ["string", "Voluptatem qui est."], ["created_at", "2020-11-18 14:02:38.711391"], ["updated_at", "2020-11-18 14:02:38.711391"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1039], ["decimal", 34.0828577875892], ["string", "Qui aliquam et laboriosam."], ["created_at", "2020-11-18 14:02:38.713302"], ["updated_at", "2020-11-18 14:02:38.713302"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 6.25120406664751], ["string", "Non natus rerum."], ["created_at", "2020-11-18 14:02:38.715272"], ["updated_at", "2020-11-18 14:02:38.715272"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-18 14:02:38.717751"], ["updated_at", "2020-11-18 14:02:38.717751"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 14:02:38.719810"], ["updated_at", "2020-11-18 14:02:38.719810"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 14:02:38.721876"], ["updated_at", "2020-11-18 14:02:38.721876"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 14:02:38.723730"], ["updated_at", "2020-11-18 14:02:38.723730"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 14:02:38.725824"], ["updated_at", "2020-11-18 14:02:38.725824"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 5], ["created_at", "2020-11-18 14:02:38.729442"], ["updated_at", "2020-11-18 14:02:38.729442"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 9], ["created_at", "2020-11-18 14:02:38.732057"], ["updated_at", "2020-11-18 14:02:38.732057"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 14], ["created_at", "2020-11-18 14:02:38.734294"], ["updated_at", "2020-11-18 14:02:38.734294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 9], ["created_at", "2020-11-18 14:02:38.736543"], ["updated_at", "2020-11-18 14:02:38.736543"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-18 14:02:38.738763"], ["updated_at", "2020-11-18 14:02:38.738763"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-18 14:02:38.740582"], ["updated_at", "2020-11-18 14:02:38.740582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 14:02:38.742099"], ["updated_at", "2020-11-18 14:02:38.742099"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-18 14:02:38.743649"], ["updated_at", "2020-11-18 14:02:38.743649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 14:02:38.745196"], ["updated_at", "2020-11-18 14:02:38.745196"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 11], ["created_at", "2020-11-18 14:02:38.746650"], ["updated_at", "2020-11-18 14:02:38.746650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.756843"], ["updated_at", "2020-11-18 14:02:38.756843"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.757805"], ["updated_at", "2020-11-18 14:02:38.757805"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.758635"], ["updated_at", "2020-11-18 14:02:38.758635"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.759468"], ["updated_at", "2020-11-18 14:02:38.759468"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.760210"], ["updated_at", "2020-11-18 14:02:38.760210"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:02:38.761648"], ["updated_at", "2020-11-18 14:02:38.761648"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:02:38.763080"], ["updated_at", "2020-11-18 14:02:38.763080"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:02:38.764426"], ["updated_at", "2020-11-18 14:02:38.764426"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:02:38.765844"], ["updated_at", "2020-11-18 14:02:38.765844"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:02:38.767253"], ["updated_at", "2020-11-18 14:02:38.767253"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-18 14:02:38.768841"], ["updated_at", "2020-11-18 14:02:38.768841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 14:02:38.770293"], ["updated_at", "2020-11-18 14:02:38.770293"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 14:02:38.772119"], ["updated_at", "2020-11-18 14:02:38.772119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 14:02:38.773843"], ["updated_at", "2020-11-18 14:02:38.773843"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-18 14:02:38.775614"], ["updated_at", "2020-11-18 14:02:38.775614"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.783271"], ["updated_at", "2020-11-18 14:02:38.783271"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.784117"], ["updated_at", "2020-11-18 14:02:38.784117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.784799"], ["updated_at", "2020-11-18 14:02:38.784799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.785457"], ["updated_at", "2020-11-18 14:02:38.785457"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:38.786096"], ["updated_at", "2020-11-18 14:02:38.786096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:02:38.786827"], ["updated_at", "2020-11-18 14:02:38.786827"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:02:38.787779"], ["updated_at", "2020-11-18 14:02:38.787779"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:02:38.788688"], ["updated_at", "2020-11-18 14:02:38.788688"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:02:38.789435"], ["updated_at", "2020-11-18 14:02:38.789435"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:02:38.790606"], ["updated_at", "2020-11-18 14:02:38.790606"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.4ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 24.3285478255296], ["string", "Inventore dolor labore."], ["date", "2021-08-05"], ["time", "2000-01-01 12:27:18.474766"], ["datetime", "2020-11-18 08:25:58.758170"], ["created_at", "2020-11-18 14:02:38.985411"], ["updated_at", "2020-11-18 14:02:38.985411"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 5.12371240806495], ["string", "Ut qui pariatur porro."], ["date", "2020-04-29"], ["time", "2000-01-01 04:01:44.249971"], ["datetime", "2020-11-17 18:19:25.605131"], ["created_at", "2020-11-18 14:02:38.990866"], ["updated_at", "2020-11-18 14:02:38.990866"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 1.14261678922773], ["string", "Rerum atque repudiandae."], ["date", "2019-12-16"], ["time", "2000-01-01 00:13:07.823586"], ["datetime", "2020-11-18 06:09:25.795156"], ["created_at", "2020-11-18 14:02:38.995231"], ["updated_at", "2020-11-18 14:02:38.995231"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 16.7535609777104], ["string", "Error quasi non."], ["date", "2022-11-16"], ["time", "2000-01-01 14:45:59.776364"], ["datetime", "2020-11-18 12:04:24.656110"], ["created_at", "2020-11-18 14:02:39.001830"], ["updated_at", "2020-11-18 14:02:39.001830"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 7.43574800762706], ["string", "Nulla deserunt voluptas ut."], ["date", "2019-08-09"], ["time", "2000-01-01 21:25:19.962255"], ["datetime", "2020-11-17 20:33:06.526078"], ["created_at", "2020-11-18 14:02:39.004779"], ["updated_at", "2020-11-18 14:02:39.004779"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 0.416794169057154], ["string", "Aut voluptas magni."], ["date", "2021-11-07"], ["time", "2000-01-01 13:07:37.468648"], ["datetime", "2020-11-17 19:49:54.360242"], ["created_at", "2020-11-18 14:02:39.008064"], ["updated_at", "2020-11-18 14:02:39.008064"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.011914"], ["updated_at", "2020-11-18 14:02:39.011914"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 10.9197881055535], ["string", "Dolorem assumenda enim."], ["date", "2021-06-19"], ["time", "2000-01-01 03:47:16.349230"], ["datetime", "2020-11-17 22:44:44.951312"], ["created_at", "2020-11-18 14:02:39.043777"], ["updated_at", "2020-11-18 14:02:39.043777"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 16.0705905291006], ["string", "Occaecati culpa harum aut."], ["date", "2020-08-06"], ["time", "2000-01-01 02:51:42.479653"], ["datetime", "2020-11-17 21:24:29.762590"], ["created_at", "2020-11-18 14:02:39.046534"], ["updated_at", "2020-11-18 14:02:39.046534"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 25], ["decimal", 16.9407798990951], ["string", "Dolorum est dolore."], ["date", "2019-02-14"], ["time", "2000-01-01 11:50:18.256313"], ["datetime", "2020-11-18 06:27:18.236647"], ["created_at", "2020-11-18 14:02:39.050578"], ["updated_at", "2020-11-18 14:02:39.050578"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 33], ["decimal", 0.444646511440008], ["string", "Tenetur quo aut commodi."], ["date", "2019-08-18"], ["time", "2000-01-01 15:40:19.766396"], ["datetime", "2020-11-18 08:21:23.918580"], ["created_at", "2020-11-18 14:02:39.055099"], ["updated_at", "2020-11-18 14:02:39.055099"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 6.26151181197488], ["string", "Inventore iste qui."], ["date", "2020-09-09"], ["time", "2000-01-01 00:08:57.445461"], ["datetime", "2020-11-17 20:05:49.846953"], ["created_at", "2020-11-18 14:02:39.059642"], ["updated_at", "2020-11-18 14:02:39.059642"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 5.38038025032868], ["string", "Asperiores eveniet ducimus."], ["created_at", "2020-11-18 14:02:39.063429"], ["updated_at", "2020-11-18 14:02:39.063429"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 0.362096715681299], ["string", "Nam nisi fugiat quis."], ["created_at", "2020-11-18 14:02:39.065993"], ["updated_at", "2020-11-18 14:02:39.065993"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 4.15482960634093], ["string", "Aliquam maxime iusto."], ["created_at", "2020-11-18 14:02:39.067778"], ["updated_at", "2020-11-18 14:02:39.067778"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 7.19238779182359], ["string", "Impedit perspiciatis ea repudiandae."], ["created_at", "2020-11-18 14:02:39.069475"], ["updated_at", "2020-11-18 14:02:39.069475"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 16.6634231105468], ["string", "Sed tempore enim."], ["created_at", "2020-11-18 14:02:39.071490"], ["updated_at", "2020-11-18 14:02:39.071490"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 14:02:39.074777"], ["updated_at", "2020-11-18 14:02:39.074777"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 14:02:39.077431"], ["updated_at", "2020-11-18 14:02:39.077431"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 14:02:39.079661"], ["updated_at", "2020-11-18 14:02:39.079661"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 14:02:39.081846"], ["updated_at", "2020-11-18 14:02:39.081846"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 14:02:39.103331"], ["updated_at", "2020-11-18 14:02:39.103331"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (5.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 3], ["created_at", "2020-11-18 14:02:39.107436"], ["updated_at", "2020-11-18 14:02:39.107436"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.4ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 3], ["created_at", "2020-11-18 14:02:39.116667"], ["updated_at", "2020-11-18 14:02:39.116667"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.3ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 3], ["created_at", "2020-11-18 14:02:39.120740"], ["updated_at", "2020-11-18 14:02:39.120740"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-18 14:02:39.124556"], ["updated_at", "2020-11-18 14:02:39.124556"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-18 14:02:39.128281"], ["updated_at", "2020-11-18 14:02:39.128281"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 14:02:39.131048"], ["updated_at", "2020-11-18 14:02:39.131048"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 14:02:39.133998"], ["updated_at", "2020-11-18 14:02:39.133998"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 14:02:39.136576"], ["updated_at", "2020-11-18 14:02:39.136576"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 14:02:39.139139"], ["updated_at", "2020-11-18 14:02:39.139139"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 14:02:39.141877"], ["updated_at", "2020-11-18 14:02:39.141877"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.156686"], ["updated_at", "2020-11-18 14:02:39.156686"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.158248"], ["updated_at", "2020-11-18 14:02:39.158248"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.159728"], ["updated_at", "2020-11-18 14:02:39.159728"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.161078"], ["updated_at", "2020-11-18 14:02:39.161078"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.162453"], ["updated_at", "2020-11-18 14:02:39.162453"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.164963"], ["updated_at", "2020-11-18 14:02:39.164963"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.167591"], ["updated_at", "2020-11-18 14:02:39.167591"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.170002"], ["updated_at", "2020-11-18 14:02:39.170002"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.172467"], ["updated_at", "2020-11-18 14:02:39.172467"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.174830"], ["updated_at", "2020-11-18 14:02:39.174830"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 14:02:39.177248"], ["updated_at", "2020-11-18 14:02:39.177248"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 14:02:39.179720"], ["updated_at", "2020-11-18 14:02:39.179720"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 14:02:39.182075"], ["updated_at", "2020-11-18 14:02:39.182075"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 14:02:39.184492"], ["updated_at", "2020-11-18 14:02:39.184492"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 14:02:39.186831"], ["updated_at", "2020-11-18 14:02:39.186831"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.198307"], ["updated_at", "2020-11-18 14:02:39.198307"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.199797"], ["updated_at", "2020-11-18 14:02:39.199797"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.201272"], ["updated_at", "2020-11-18 14:02:39.201272"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.202810"], ["updated_at", "2020-11-18 14:02:39.202810"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.204339"], ["updated_at", "2020-11-18 14:02:39.204339"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:02:39.205865"], ["updated_at", "2020-11-18 14:02:39.205865"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:02:39.207322"], ["updated_at", "2020-11-18 14:02:39.207322"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:02:39.208735"], ["updated_at", "2020-11-18 14:02:39.208735"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:02:39.210191"], ["updated_at", "2020-11-18 14:02:39.210191"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:02:39.211683"], ["updated_at", "2020-11-18 14:02:39.211683"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 8.11205698646384], ["string", "Reprehenderit et inventore."], ["date", "2022-04-10"], ["time", "2000-01-01 19:18:08.075422"], ["datetime", "2020-11-17 14:19:25.158279"], ["created_at", "2020-11-18 14:02:39.213991"], ["updated_at", "2020-11-18 14:02:39.213991"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 2.47840926866924], ["string", "Nobis sunt at dolorum."], ["date", "2020-12-14"], ["time", "2000-01-01 14:37:23.175217"], ["datetime", "2020-11-18 00:55:45.271921"], ["created_at", "2020-11-18 14:02:39.216698"], ["updated_at", "2020-11-18 14:02:39.216698"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 3.44126075281104], ["string", "Temporibus inventore iusto."], ["date", "2019-05-13"], ["time", "2000-01-01 03:55:03.746513"], ["datetime", "2020-11-18 12:25:12.887606"], ["created_at", "2020-11-18 14:02:39.219304"], ["updated_at", "2020-11-18 14:02:39.219304"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 11.7463609381633], ["string", "Sit ab perferendis quos."], ["date", "2021-01-25"], ["time", "2000-01-01 01:06:58.179937"], ["datetime", "2020-11-17 18:38:37.336429"], ["created_at", "2020-11-18 14:02:39.222058"], ["updated_at", "2020-11-18 14:02:39.222058"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 10.2281536181064], ["string", "Et magnam dolores."], ["date", "2021-06-26"], ["time", "2000-01-01 04:00:09.388498"], ["datetime", "2020-11-17 22:06:53.120083"], ["created_at", "2020-11-18 14:02:39.224924"], ["updated_at", "2020-11-18 14:02:39.224924"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 19.4960023216294], ["string", "Consectetur quibusdam dignissimos."], ["created_at", "2020-11-18 14:02:39.227461"], ["updated_at", "2020-11-18 14:02:39.227461"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 3.60916125127009], ["string", "Facere est aliquid consequatur."], ["created_at", "2020-11-18 14:02:39.229433"], ["updated_at", "2020-11-18 14:02:39.229433"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 7.08094171679341], ["string", "Adipisci veniam sunt."], ["created_at", "2020-11-18 14:02:39.231299"], ["updated_at", "2020-11-18 14:02:39.231299"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 4.35582039223256], ["string", "Quibusdam aut fugiat assumenda."], ["created_at", "2020-11-18 14:02:39.233437"], ["updated_at", "2020-11-18 14:02:39.233437"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", 24.6266746479987], ["string", "Quidem consequatur ut."], ["created_at", "2020-11-18 14:02:39.235462"], ["updated_at", "2020-11-18 14:02:39.235462"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 14:02:39.238113"], ["updated_at", "2020-11-18 14:02:39.238113"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 14:02:39.240896"], ["updated_at", "2020-11-18 14:02:39.240896"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 14:02:39.243416"], ["updated_at", "2020-11-18 14:02:39.243416"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 14:02:39.245925"], ["updated_at", "2020-11-18 14:02:39.245925"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 14:02:39.248292"], ["updated_at", "2020-11-18 14:02:39.248292"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 10], ["created_at", "2020-11-18 14:02:39.251596"], ["updated_at", "2020-11-18 14:02:39.251596"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-18 14:02:39.254908"], ["updated_at", "2020-11-18 14:02:39.254908"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 8], ["created_at", "2020-11-18 14:02:39.258638"], ["updated_at", "2020-11-18 14:02:39.258638"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 3], ["created_at", "2020-11-18 14:02:39.262264"], ["updated_at", "2020-11-18 14:02:39.262264"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 9], ["created_at", "2020-11-18 14:02:39.266160"], ["updated_at", "2020-11-18 14:02:39.266160"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 14:02:39.268376"], ["updated_at", "2020-11-18 14:02:39.268376"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-18 14:02:39.270353"], ["updated_at", "2020-11-18 14:02:39.270353"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-18 14:02:39.273413"], ["updated_at", "2020-11-18 14:02:39.273413"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-18 14:02:39.276246"], ["updated_at", "2020-11-18 14:02:39.276246"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-18 14:02:39.279014"], ["updated_at", "2020-11-18 14:02:39.279014"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.293895"], ["updated_at", "2020-11-18 14:02:39.293895"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.295427"], ["updated_at", "2020-11-18 14:02:39.295427"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.296780"], ["updated_at", "2020-11-18 14:02:39.296780"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.298099"], ["updated_at", "2020-11-18 14:02:39.298099"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.299379"], ["updated_at", "2020-11-18 14:02:39.299379"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:02:39.301816"], ["updated_at", "2020-11-18 14:02:39.301816"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:02:39.304145"], ["updated_at", "2020-11-18 14:02:39.304145"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:02:39.307107"], ["updated_at", "2020-11-18 14:02:39.307107"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:02:39.309593"], ["updated_at", "2020-11-18 14:02:39.309593"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:02:39.312080"], ["updated_at", "2020-11-18 14:02:39.312080"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 14:02:39.314730"], ["updated_at", "2020-11-18 14:02:39.314730"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 14:02:39.317251"], ["updated_at", "2020-11-18 14:02:39.317251"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 14:02:39.319778"], ["updated_at", "2020-11-18 14:02:39.319778"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 14:02:39.322609"], ["updated_at", "2020-11-18 14:02:39.322609"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 14:02:39.325449"], ["updated_at", "2020-11-18 14:02:39.325449"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.337460"], ["updated_at", "2020-11-18 14:02:39.337460"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.339078"], ["updated_at", "2020-11-18 14:02:39.339078"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.340201"], ["updated_at", "2020-11-18 14:02:39.340201"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.341229"], ["updated_at", "2020-11-18 14:02:39.341229"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.342234"], ["updated_at", "2020-11-18 14:02:39.342234"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:02:39.343367"], ["updated_at", "2020-11-18 14:02:39.343367"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:02:39.344451"], ["updated_at", "2020-11-18 14:02:39.344451"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:02:39.345472"], ["updated_at", "2020-11-18 14:02:39.345472"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:02:39.346503"], ["updated_at", "2020-11-18 14:02:39.346503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:02:39.347532"], ["updated_at", "2020-11-18 14:02:39.347532"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 0.391540309962815], ["string", "Ea dolorem ad."], ["date", "2019-09-11"], ["time", "2000-01-01 23:59:33.547081"], ["datetime", "2020-11-18 04:12:55.414263"], ["created_at", "2020-11-18 14:02:39.349380"], ["updated_at", "2020-11-18 14:02:39.349380"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 4.93436590572512], ["string", "Necessitatibus sint fuga id."], ["date", "2019-02-12"], ["time", "2000-01-01 18:15:45.502751"], ["datetime", "2020-11-17 23:25:18.730970"], ["created_at", "2020-11-18 14:02:39.351801"], ["updated_at", "2020-11-18 14:02:39.351801"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 5.22258611197826], ["string", "Consequatur omnis fugiat."], ["date", "2020-07-17"], ["time", "2000-01-01 13:25:04.860581"], ["datetime", "2020-11-18 09:59:04.878412"], ["created_at", "2020-11-18 14:02:39.354077"], ["updated_at", "2020-11-18 14:02:39.354077"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 4.91594890231587], ["string", "Omnis nihil consequuntur ea."], ["date", "2021-06-17"], ["time", "2000-01-01 08:53:17.481071"], ["datetime", "2020-11-18 03:32:22.915350"], ["created_at", "2020-11-18 14:02:39.356698"], ["updated_at", "2020-11-18 14:02:39.356698"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 0.603643642854568], ["string", "Nihil voluptatibus fugit."], ["date", "2019-10-13"], ["time", "2000-01-01 23:03:01.111362"], ["datetime", "2020-11-18 05:54:42.992151"], ["created_at", "2020-11-18 14:02:39.359445"], ["updated_at", "2020-11-18 14:02:39.359445"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1024], ["decimal", 28.5457324594243], ["string", "Omnis nostrum numquam."], ["created_at", "2020-11-18 14:02:39.361417"], ["updated_at", "2020-11-18 14:02:39.361417"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 23.1334523090738], ["string", "Aliquid sunt suscipit quod."], ["created_at", "2020-11-18 14:02:39.363069"], ["updated_at", "2020-11-18 14:02:39.363069"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 1.54989147547277], ["string", "Quisquam reprehenderit error."], ["created_at", "2020-11-18 14:02:39.364576"], ["updated_at", "2020-11-18 14:02:39.364576"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 5.88440815913483], ["string", "Est iure et perspiciatis."], ["created_at", "2020-11-18 14:02:39.366113"], ["updated_at", "2020-11-18 14:02:39.366113"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 5.43032254901346], ["string", "Labore eos accusamus."], ["created_at", "2020-11-18 14:02:39.367815"], ["updated_at", "2020-11-18 14:02:39.367815"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-18 14:02:39.369856"], ["updated_at", "2020-11-18 14:02:39.369856"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 14:02:39.372382"], ["updated_at", "2020-11-18 14:02:39.372382"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-18 14:02:39.374657"], ["updated_at", "2020-11-18 14:02:39.374657"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 14:02:39.376436"], ["updated_at", "2020-11-18 14:02:39.376436"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 14:02:39.378248"], ["updated_at", "2020-11-18 14:02:39.378248"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 4], ["created_at", "2020-11-18 14:02:39.380868"], ["updated_at", "2020-11-18 14:02:39.380868"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 8], ["created_at", "2020-11-18 14:02:39.383580"], ["updated_at", "2020-11-18 14:02:39.383580"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 3], ["created_at", "2020-11-18 14:02:39.386123"], ["updated_at", "2020-11-18 14:02:39.386123"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 12], ["created_at", "2020-11-18 14:02:39.389457"], ["updated_at", "2020-11-18 14:02:39.389457"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 13], ["created_at", "2020-11-18 14:02:39.392660"], ["updated_at", "2020-11-18 14:02:39.392660"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 15], ["created_at", "2020-11-18 14:02:39.394982"], ["updated_at", "2020-11-18 14:02:39.394982"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 15], ["created_at", "2020-11-18 14:02:39.397142"], ["updated_at", "2020-11-18 14:02:39.397142"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-18 14:02:39.399010"], ["updated_at", "2020-11-18 14:02:39.399010"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 11], ["created_at", "2020-11-18 14:02:39.400805"], ["updated_at", "2020-11-18 14:02:39.400805"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 14:02:39.402660"], ["updated_at", "2020-11-18 14:02:39.402660"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.415901"], ["updated_at", "2020-11-18 14:02:39.415901"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.417125"], ["updated_at", "2020-11-18 14:02:39.417125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.417989"], ["updated_at", "2020-11-18 14:02:39.417989"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.418921"], ["updated_at", "2020-11-18 14:02:39.418921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.419883"], ["updated_at", "2020-11-18 14:02:39.419883"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:02:39.421939"], ["updated_at", "2020-11-18 14:02:39.421939"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:02:39.423586"], ["updated_at", "2020-11-18 14:02:39.423586"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:02:39.424961"], ["updated_at", "2020-11-18 14:02:39.424961"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:02:39.426316"], ["updated_at", "2020-11-18 14:02:39.426316"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:02:39.427707"], ["updated_at", "2020-11-18 14:02:39.427707"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-18 14:02:39.429171"], ["updated_at", "2020-11-18 14:02:39.429171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 14:02:39.430625"], ["updated_at", "2020-11-18 14:02:39.430625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-18 14:02:39.431936"], ["updated_at", "2020-11-18 14:02:39.431936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 14:02:39.433242"], ["updated_at", "2020-11-18 14:02:39.433242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-18 14:02:39.434887"], ["updated_at", "2020-11-18 14:02:39.434887"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.444483"], ["updated_at", "2020-11-18 14:02:39.444483"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.445574"], ["updated_at", "2020-11-18 14:02:39.445574"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.446530"], ["updated_at", "2020-11-18 14:02:39.446530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.447447"], ["updated_at", "2020-11-18 14:02:39.447447"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:02:39.448605"], ["updated_at", "2020-11-18 14:02:39.448605"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:02:39.450042"], ["updated_at", "2020-11-18 14:02:39.450042"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:02:39.451160"], ["updated_at", "2020-11-18 14:02:39.451160"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:02:39.452251"], ["updated_at", "2020-11-18 14:02:39.452251"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:02:39.453296"], ["updated_at", "2020-11-18 14:02:39.453296"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:02:39.454583"], ["updated_at", "2020-11-18 14:02:39.454583"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (1.0ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.0ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.6ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.9ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.5ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.1ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.9ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.8ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.9ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.8ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.9ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.5ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.9ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.6ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.7ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.2ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.8ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.5ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.9ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.8ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.3ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.9ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.6ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (6.5ms) DELETE FROM "kilos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.5ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.9ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.6ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.8ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.9ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.9ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (2.0ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.7ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.1ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.8ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (2.0ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.8ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.8ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.8ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.8ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.5ms) DELETE FROM "hotels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.5ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.8ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.7ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 4.08819687136414], ["string", "Non reiciendis quidem."], ["date", "2021-10-24"], ["time", "2000-01-01 00:50:02.437512"], ["datetime", "2020-11-18 08:52:43.618162"], ["created_at", "2020-11-18 14:14:37.494266"], ["updated_at", "2020-11-18 14:14:37.494266"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 2.2432365238144], ["string", "Quia sit sapiente autem."], ["date", "2019-11-16"], ["time", "2000-01-01 13:24:25.327624"], ["datetime", "2020-11-17 16:14:46.444398"], ["created_at", "2020-11-18 14:14:37.496737"], ["updated_at", "2020-11-18 14:14:37.496737"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 8.99822798374487], ["string", "Saepe sequi totam."], ["date", "2021-01-07"], ["time", "2000-01-01 18:43:38.236572"], ["datetime", "2020-11-17 22:43:32.856847"], ["created_at", "2020-11-18 14:14:37.498666"], ["updated_at", "2020-11-18 14:14:37.498666"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 3.31432627568479], ["string", "Quaerat in quisquam omnis."], ["date", "2019-01-03"], ["time", "2000-01-01 15:44:43.500787"], ["datetime", "2020-11-18 09:01:51.860537"], ["created_at", "2020-11-18 14:14:37.500540"], ["updated_at", "2020-11-18 14:14:37.500540"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 9.48348356063647], ["string", "Non soluta sed."], ["date", "2021-05-15"], ["time", "2000-01-01 08:16:37.006707"], ["datetime", "2020-11-17 23:05:01.889472"], ["created_at", "2020-11-18 14:14:37.502414"], ["updated_at", "2020-11-18 14:14:37.502414"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 8.44407001178001], ["string", "Voluptas id temporibus."], ["created_at", "2020-11-18 14:14:37.510095"], ["updated_at", "2020-11-18 14:14:37.510095"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1025], ["decimal", 18.8376343646843], ["string", "Occaecati corporis ut aut."], ["created_at", "2020-11-18 14:14:37.511601"], ["updated_at", "2020-11-18 14:14:37.511601"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 7.59575906939657], ["string", "Iste soluta eum."], ["created_at", "2020-11-18 14:14:37.512842"], ["updated_at", "2020-11-18 14:14:37.512842"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 25.1724528131682], ["string", "Sint quia veniam excepturi."], ["created_at", "2020-11-18 14:14:37.514253"], ["updated_at", "2020-11-18 14:14:37.514253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1036], ["decimal", 32.9982651160543], ["string", "Dolor et iure."], ["created_at", "2020-11-18 14:14:37.515538"], ["updated_at", "2020-11-18 14:14:37.515538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 14:14:37.523790"], ["updated_at", "2020-11-18 14:14:37.523790"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 14:14:37.525707"], ["updated_at", "2020-11-18 14:14:37.525707"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 14:14:37.527301"], ["updated_at", "2020-11-18 14:14:37.527301"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 14:14:37.528784"], ["updated_at", "2020-11-18 14:14:37.528784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 14:14:37.530260"], ["updated_at", "2020-11-18 14:14:37.530260"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-18 14:14:37.537591"], ["updated_at", "2020-11-18 14:14:37.537591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-18 14:14:37.539944"], ["updated_at", "2020-11-18 14:14:37.539944"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-18 14:14:37.542096"], ["updated_at", "2020-11-18 14:14:37.542096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-18 14:14:37.544281"], ["updated_at", "2020-11-18 14:14:37.544281"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-18 14:14:37.546477"], ["updated_at", "2020-11-18 14:14:37.546477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 14:14:37.553256"], ["updated_at", "2020-11-18 14:14:37.553256"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 14:14:37.555328"], ["updated_at", "2020-11-18 14:14:37.555328"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 14:14:37.557138"], ["updated_at", "2020-11-18 14:14:37.557138"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 14:14:37.558900"], ["updated_at", "2020-11-18 14:14:37.558900"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 14:14:37.560659"], ["updated_at", "2020-11-18 14:14:37.560659"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.568138"], ["updated_at", "2020-11-18 14:14:37.568138"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.569355"], ["updated_at", "2020-11-18 14:14:37.569355"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.570262"], ["updated_at", "2020-11-18 14:14:37.570262"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.571159"], ["updated_at", "2020-11-18 14:14:37.571159"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.572038"], ["updated_at", "2020-11-18 14:14:37.572038"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.578175"], ["updated_at", "2020-11-18 14:14:37.578175"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.580022"], ["updated_at", "2020-11-18 14:14:37.580022"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.581695"], ["updated_at", "2020-11-18 14:14:37.581695"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.583307"], ["updated_at", "2020-11-18 14:14:37.583307"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.584885"], ["updated_at", "2020-11-18 14:14:37.584885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 14:14:37.590143"], ["updated_at", "2020-11-18 14:14:37.590143"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 14:14:37.592004"], ["updated_at", "2020-11-18 14:14:37.592004"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 14:14:37.593612"], ["updated_at", "2020-11-18 14:14:37.593612"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 14:14:37.595202"], ["updated_at", "2020-11-18 14:14:37.595202"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 14:14:37.596699"], ["updated_at", "2020-11-18 14:14:37.596699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.615403"], ["updated_at", "2020-11-18 14:14:37.615403"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.616654"], ["updated_at", "2020-11-18 14:14:37.616654"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.617637"], ["updated_at", "2020-11-18 14:14:37.617637"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.618625"], ["updated_at", "2020-11-18 14:14:37.618625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.619572"], ["updated_at", "2020-11-18 14:14:37.619572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:37.623574"], ["updated_at", "2020-11-18 14:14:37.623574"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:37.624728"], ["updated_at", "2020-11-18 14:14:37.624728"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:37.625664"], ["updated_at", "2020-11-18 14:14:37.625664"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:37.626579"], ["updated_at", "2020-11-18 14:14:37.626579"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:37.627483"], ["updated_at", "2020-11-18 14:14:37.627483"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 9.36118864928277], ["string", "Ipsam voluptate quidem."], ["date", "2021-01-27"], ["time", "2000-01-01 14:47:03.528438"], ["datetime", "2020-11-18 08:38:08.620136"], ["created_at", "2020-11-18 14:14:37.629077"], ["updated_at", "2020-11-18 14:14:37.629077"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 6.94050606583074], ["string", "Dicta accusamus voluptas ad."], ["date", "2022-02-25"], ["time", "2000-01-01 05:30:50.737509"], ["datetime", "2020-11-18 09:01:23.710601"], ["created_at", "2020-11-18 14:14:37.630972"], ["updated_at", "2020-11-18 14:14:37.630972"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 13.4973842689815], ["string", "Est qui repellat."], ["date", "2022-09-23"], ["time", "2000-01-01 12:32:33.630712"], ["datetime", "2020-11-18 00:17:28.614722"], ["created_at", "2020-11-18 14:14:37.632809"], ["updated_at", "2020-11-18 14:14:37.632809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 7.69505499768434], ["string", "Eligendi ea accusantium nostrum."], ["date", "2019-02-18"], ["time", "2000-01-01 06:49:08.102396"], ["datetime", "2020-11-18 05:52:49.470952"], ["created_at", "2020-11-18 14:14:37.634737"], ["updated_at", "2020-11-18 14:14:37.634737"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 13.1719785895198], ["string", "Distinctio officiis quisquam."], ["date", "2020-01-15"], ["time", "2000-01-01 14:09:09.507288"], ["datetime", "2020-11-18 11:43:52.170221"], ["created_at", "2020-11-18 14:14:37.636650"], ["updated_at", "2020-11-18 14:14:37.636650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 23.2077192605758], ["string", "Tempore possimus accusantium."], ["created_at", "2020-11-18 14:14:37.638411"], ["updated_at", "2020-11-18 14:14:37.638411"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 29.0885763509015], ["string", "Maxime ipsam quod velit."], ["created_at", "2020-11-18 14:14:37.639820"], ["updated_at", "2020-11-18 14:14:37.639820"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 13.5603095313135], ["string", "Quae at unde."], ["created_at", "2020-11-18 14:14:37.641227"], ["updated_at", "2020-11-18 14:14:37.641227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 9.79569406113225], ["string", "Error dignissimos molestiae et."], ["created_at", "2020-11-18 14:14:37.642644"], ["updated_at", "2020-11-18 14:14:37.642644"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 4.41008484682046], ["string", "Et rerum odit."], ["created_at", "2020-11-18 14:14:37.644032"], ["updated_at", "2020-11-18 14:14:37.644032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 14:14:37.645983"], ["updated_at", "2020-11-18 14:14:37.645983"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 14:14:37.647753"], ["updated_at", "2020-11-18 14:14:37.647753"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 14:14:37.649410"], ["updated_at", "2020-11-18 14:14:37.649410"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 14:14:37.651098"], ["updated_at", "2020-11-18 14:14:37.651098"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 14:14:37.652891"], ["updated_at", "2020-11-18 14:14:37.652891"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 2], ["created_at", "2020-11-18 14:14:37.655256"], ["updated_at", "2020-11-18 14:14:37.655256"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-18 14:14:37.657516"], ["updated_at", "2020-11-18 14:14:37.657516"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-18 14:14:37.659641"], ["updated_at", "2020-11-18 14:14:37.659641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 2], ["created_at", "2020-11-18 14:14:37.661683"], ["updated_at", "2020-11-18 14:14:37.661683"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 1], ["created_at", "2020-11-18 14:14:37.663755"], ["updated_at", "2020-11-18 14:14:37.663755"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 14:14:37.665351"], ["updated_at", "2020-11-18 14:14:37.665351"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 14:14:37.666933"], ["updated_at", "2020-11-18 14:14:37.666933"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 14:14:37.668518"], ["updated_at", "2020-11-18 14:14:37.668518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-18 14:14:37.670047"], ["updated_at", "2020-11-18 14:14:37.670047"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 14:14:37.671560"], ["updated_at", "2020-11-18 14:14:37.671560"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.672512"], ["updated_at", "2020-11-18 14:14:37.672512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.673387"], ["updated_at", "2020-11-18 14:14:37.673387"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.674227"], ["updated_at", "2020-11-18 14:14:37.674227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.675095"], ["updated_at", "2020-11-18 14:14:37.675095"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.675947"], ["updated_at", "2020-11-18 14:14:37.675947"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:37.677718"], ["updated_at", "2020-11-18 14:14:37.677718"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:37.679203"], ["updated_at", "2020-11-18 14:14:37.679203"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:37.680656"], ["updated_at", "2020-11-18 14:14:37.680656"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:37.682103"], ["updated_at", "2020-11-18 14:14:37.682103"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:37.683509"], ["updated_at", "2020-11-18 14:14:37.683509"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 14:14:37.684999"], ["updated_at", "2020-11-18 14:14:37.684999"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 14:14:37.686453"], ["updated_at", "2020-11-18 14:14:37.686453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 14:14:37.687915"], ["updated_at", "2020-11-18 14:14:37.687915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 14:14:37.689351"], ["updated_at", "2020-11-18 14:14:37.689351"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 14:14:37.690781"], ["updated_at", "2020-11-18 14:14:37.690781"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.698460"], ["updated_at", "2020-11-18 14:14:37.698460"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.699418"], ["updated_at", "2020-11-18 14:14:37.699418"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.700218"], ["updated_at", "2020-11-18 14:14:37.700218"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.700983"], ["updated_at", "2020-11-18 14:14:37.700983"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.701723"], ["updated_at", "2020-11-18 14:14:37.701723"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:37.702521"], ["updated_at", "2020-11-18 14:14:37.702521"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:37.703309"], ["updated_at", "2020-11-18 14:14:37.703309"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:37.704097"], ["updated_at", "2020-11-18 14:14:37.704097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:37.704928"], ["updated_at", "2020-11-18 14:14:37.704928"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:37.705747"], ["updated_at", "2020-11-18 14:14:37.705747"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 39.8686561677076], ["string", "Sit porro corporis."], ["date", "2019-11-11"], ["time", "2000-01-01 07:59:09.297603"], ["datetime", "2020-11-18 12:50:51.080869"], ["created_at", "2020-11-18 14:14:37.707302"], ["updated_at", "2020-11-18 14:14:37.707302"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 0.709418350020107], ["string", "Quaerat beatae optio quis."], ["date", "2021-06-12"], ["time", "2000-01-01 07:53:35.929122"], ["datetime", "2020-11-17 16:09:48.803521"], ["created_at", "2020-11-18 14:14:37.709100"], ["updated_at", "2020-11-18 14:14:37.709100"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 18.0237791132969], ["string", "Sit assumenda sapiente."], ["date", "2021-05-02"], ["time", "2000-01-01 00:37:25.443442"], ["datetime", "2020-11-17 14:28:37.168055"], ["created_at", "2020-11-18 14:14:37.710826"], ["updated_at", "2020-11-18 14:14:37.710826"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 6.1070755104754], ["string", "Ut necessitatibus facere ad."], ["date", "2019-01-24"], ["time", "2000-01-01 09:19:52.931923"], ["datetime", "2020-11-18 09:28:28.915525"], ["created_at", "2020-11-18 14:14:37.712515"], ["updated_at", "2020-11-18 14:14:37.712515"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 23], ["decimal", 32.0739067789232], ["string", "Rerum deserunt et."], ["date", "2019-05-17"], ["time", "2000-01-01 15:22:49.815288"], ["datetime", "2020-11-17 19:55:03.724383"], ["created_at", "2020-11-18 14:14:37.714214"], ["updated_at", "2020-11-18 14:14:37.714214"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 25.2805657684582], ["string", "Repellendus omnis numquam."], ["created_at", "2020-11-18 14:14:37.715776"], ["updated_at", "2020-11-18 14:14:37.715776"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 11.4766046943022], ["string", "Et non voluptatibus porro."], ["created_at", "2020-11-18 14:14:37.717065"], ["updated_at", "2020-11-18 14:14:37.717065"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1026], ["decimal", 4.86411448409469], ["string", "Placeat ab est."], ["created_at", "2020-11-18 14:14:37.718357"], ["updated_at", "2020-11-18 14:14:37.718357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 4.41362364101176], ["string", "Dicta dolorem doloremque quis."], ["created_at", "2020-11-18 14:14:37.719598"], ["updated_at", "2020-11-18 14:14:37.719598"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1030], ["decimal", 6.36419601023984], ["string", "Ut autem ut."], ["created_at", "2020-11-18 14:14:37.720808"], ["updated_at", "2020-11-18 14:14:37.720808"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 14:14:37.722484"], ["updated_at", "2020-11-18 14:14:37.722484"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 14:14:37.724028"], ["updated_at", "2020-11-18 14:14:37.724028"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 14:14:37.725497"], ["updated_at", "2020-11-18 14:14:37.725497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-18 14:14:37.726928"], ["updated_at", "2020-11-18 14:14:37.726928"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 14:14:37.728351"], ["updated_at", "2020-11-18 14:14:37.728351"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 2], ["created_at", "2020-11-18 14:14:37.730402"], ["updated_at", "2020-11-18 14:14:37.730402"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 9], ["created_at", "2020-11-18 14:14:37.732394"], ["updated_at", "2020-11-18 14:14:37.732394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 3], ["created_at", "2020-11-18 14:14:37.734308"], ["updated_at", "2020-11-18 14:14:37.734308"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 4], ["created_at", "2020-11-18 14:14:37.736219"], ["updated_at", "2020-11-18 14:14:37.736219"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 8], ["created_at", "2020-11-18 14:14:37.738266"], ["updated_at", "2020-11-18 14:14:37.738266"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 14:14:37.739937"], ["updated_at", "2020-11-18 14:14:37.739937"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 12], ["created_at", "2020-11-18 14:14:37.741510"], ["updated_at", "2020-11-18 14:14:37.741510"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 14:14:37.742978"], ["updated_at", "2020-11-18 14:14:37.742978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 14:14:37.744352"], ["updated_at", "2020-11-18 14:14:37.744352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 14:14:37.745708"], ["updated_at", "2020-11-18 14:14:37.745708"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.746572"], ["updated_at", "2020-11-18 14:14:37.746572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.747358"], ["updated_at", "2020-11-18 14:14:37.747358"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.748135"], ["updated_at", "2020-11-18 14:14:37.748135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.748898"], ["updated_at", "2020-11-18 14:14:37.748898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.749667"], ["updated_at", "2020-11-18 14:14:37.749667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:37.751174"], ["updated_at", "2020-11-18 14:14:37.751174"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:37.752828"], ["updated_at", "2020-11-18 14:14:37.752828"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:37.754332"], ["updated_at", "2020-11-18 14:14:37.754332"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:37.755840"], ["updated_at", "2020-11-18 14:14:37.755840"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:37.757465"], ["updated_at", "2020-11-18 14:14:37.757465"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-18 14:14:37.759142"], ["updated_at", "2020-11-18 14:14:37.759142"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 14:14:37.760703"], ["updated_at", "2020-11-18 14:14:37.760703"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 14:14:37.762229"], ["updated_at", "2020-11-18 14:14:37.762229"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-18 14:14:37.763682"], ["updated_at", "2020-11-18 14:14:37.763682"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-18 14:14:37.765088"], ["updated_at", "2020-11-18 14:14:37.765088"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.773395"], ["updated_at", "2020-11-18 14:14:37.773395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.774493"], ["updated_at", "2020-11-18 14:14:37.774493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.775413"], ["updated_at", "2020-11-18 14:14:37.775413"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.776306"], ["updated_at", "2020-11-18 14:14:37.776306"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.777184"], ["updated_at", "2020-11-18 14:14:37.777184"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:37.778117"], ["updated_at", "2020-11-18 14:14:37.778117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:37.779099"], ["updated_at", "2020-11-18 14:14:37.779099"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:37.779962"], ["updated_at", "2020-11-18 14:14:37.779962"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:37.780807"], ["updated_at", "2020-11-18 14:14:37.780807"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:37.781673"], ["updated_at", "2020-11-18 14:14:37.781673"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.6ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 13.8067556263689], ["string", "Quia nemo et."], ["date", "2019-03-14"], ["time", "2000-01-01 10:03:35.423475"], ["datetime", "2020-11-18 04:49:10.835079"], ["created_at", "2020-11-18 14:14:37.829679"], ["updated_at", "2020-11-18 14:14:37.829679"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 22], ["decimal", 3.60944391658807], ["string", "Molestiae recusandae tempora asperiores."], ["date", "2022-04-21"], ["time", "2000-01-01 07:32:04.633522"], ["datetime", "2020-11-18 13:17:35.894548"], ["created_at", "2020-11-18 14:14:37.832218"], ["updated_at", "2020-11-18 14:14:37.832218"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 7.97220088713441], ["string", "Nihil eos voluptatum."], ["date", "2019-05-08"], ["time", "2000-01-01 11:45:38.046051"], ["datetime", "2020-11-18 02:25:46.444898"], ["created_at", "2020-11-18 14:14:37.835667"], ["updated_at", "2020-11-18 14:14:37.835667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 27], ["decimal", 1.13274057394659], ["string", "Iusto sed tenetur."], ["date", "2022-06-26"], ["time", "2000-01-01 02:23:18.459501"], ["datetime", "2020-11-18 11:15:39.910232"], ["created_at", "2020-11-18 14:14:37.839777"], ["updated_at", "2020-11-18 14:14:37.839777"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 7.20275291338791], ["string", "Ratione et maxime harum."], ["date", "2020-03-10"], ["time", "2000-01-01 00:18:06.588475"], ["datetime", "2020-11-18 09:03:31.942679"], ["created_at", "2020-11-18 14:14:37.842034"], ["updated_at", "2020-11-18 14:14:37.842034"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 2.68232000622448], ["string", "Non delectus quas."], ["date", "2022-09-13"], ["time", "2000-01-01 18:36:07.387068"], ["datetime", "2020-11-18 02:40:56.930585"], ["created_at", "2020-11-18 14:14:37.844183"], ["updated_at", "2020-11-18 14:14:37.844183"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.847909"], ["updated_at", "2020-11-18 14:14:37.847909"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 35.1238162695656], ["string", "Cum expedita consequuntur."], ["date", "2020-05-21"], ["time", "2000-01-01 08:01:06.827403"], ["datetime", "2020-11-17 16:36:06.423415"], ["created_at", "2020-11-18 14:14:37.892618"], ["updated_at", "2020-11-18 14:14:37.892618"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 0.459621850109185], ["string", "Quia sed eligendi est."], ["date", "2022-05-05"], ["time", "2000-01-01 06:34:15.136035"], ["datetime", "2020-11-18 12:36:12.970178"], ["created_at", "2020-11-18 14:14:37.896074"], ["updated_at", "2020-11-18 14:14:37.896074"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 1.79421089615022], ["string", "Consequuntur minus eos."], ["date", "2021-09-16"], ["time", "2000-01-01 15:42:31.610324"], ["datetime", "2020-11-18 07:20:59.965062"], ["created_at", "2020-11-18 14:14:37.898655"], ["updated_at", "2020-11-18 14:14:37.898655"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 23.9069954229114], ["string", "Dolorem repellendus quisquam atque."], ["date", "2019-12-29"], ["time", "2000-01-01 16:59:47.390557"], ["datetime", "2020-11-17 20:56:46.029909"], ["created_at", "2020-11-18 14:14:37.902076"], ["updated_at", "2020-11-18 14:14:37.902076"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 36.2051416269606], ["string", "Culpa laudantium libero."], ["date", "2021-02-26"], ["time", "2000-01-01 09:00:30.536022"], ["datetime", "2020-11-17 17:13:51.012538"], ["created_at", "2020-11-18 14:14:37.905069"], ["updated_at", "2020-11-18 14:14:37.905069"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 0.3854529752604], ["string", "Sint nostrum dolorem."], ["created_at", "2020-11-18 14:14:37.907887"], ["updated_at", "2020-11-18 14:14:37.907887"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 4.4055145725836], ["string", "Eum consequatur sint labore."], ["created_at", "2020-11-18 14:14:37.910162"], ["updated_at", "2020-11-18 14:14:37.910162"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 7.54772130632787], ["string", "Odit a sit."], ["created_at", "2020-11-18 14:14:37.912772"], ["updated_at", "2020-11-18 14:14:37.912772"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 1.53555010676521], ["string", "Labore dolor dolorum distinctio."], ["created_at", "2020-11-18 14:14:37.914732"], ["updated_at", "2020-11-18 14:14:37.914732"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 7.50908373994108], ["string", "Dolorem voluptatem unde."], ["created_at", "2020-11-18 14:14:37.916595"], ["updated_at", "2020-11-18 14:14:37.916595"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 14:14:37.919161"], ["updated_at", "2020-11-18 14:14:37.919161"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 14:14:37.922087"], ["updated_at", "2020-11-18 14:14:37.922087"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 14:14:37.924951"], ["updated_at", "2020-11-18 14:14:37.924951"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 14:14:37.927254"], ["updated_at", "2020-11-18 14:14:37.927254"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 14:14:37.929300"], ["updated_at", "2020-11-18 14:14:37.929300"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-18 14:14:37.932506"], ["updated_at", "2020-11-18 14:14:37.932506"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-18 14:14:37.935649"], ["updated_at", "2020-11-18 14:14:37.935649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-18 14:14:37.938312"], ["updated_at", "2020-11-18 14:14:37.938312"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-18 14:14:37.940942"], ["updated_at", "2020-11-18 14:14:37.940942"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-18 14:14:37.944393"], ["updated_at", "2020-11-18 14:14:37.944393"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 14:14:37.946994"], ["updated_at", "2020-11-18 14:14:37.946994"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 14:14:37.949673"], ["updated_at", "2020-11-18 14:14:37.949673"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 14:14:37.952273"], ["updated_at", "2020-11-18 14:14:37.952273"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 14:14:37.955464"], ["updated_at", "2020-11-18 14:14:37.955464"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 14:14:37.958208"], ["updated_at", "2020-11-18 14:14:37.958208"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.959912"], ["updated_at", "2020-11-18 14:14:37.959912"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.961517"], ["updated_at", "2020-11-18 14:14:37.961517"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.963214"], ["updated_at", "2020-11-18 14:14:37.963214"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.964912"], ["updated_at", "2020-11-18 14:14:37.964912"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.966782"], ["updated_at", "2020-11-18 14:14:37.966782"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.970090"], ["updated_at", "2020-11-18 14:14:37.970090"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.972377"], ["updated_at", "2020-11-18 14:14:37.972377"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.974576"], ["updated_at", "2020-11-18 14:14:37.974576"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.977141"], ["updated_at", "2020-11-18 14:14:37.977141"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:37.979889"], ["updated_at", "2020-11-18 14:14:37.979889"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 14:14:37.982673"], ["updated_at", "2020-11-18 14:14:37.982673"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 14:14:37.985393"], ["updated_at", "2020-11-18 14:14:37.985393"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 14:14:37.987953"], ["updated_at", "2020-11-18 14:14:37.987953"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 14:14:37.990443"], ["updated_at", "2020-11-18 14:14:37.990443"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 14:14:37.993019"], ["updated_at", "2020-11-18 14:14:37.993019"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:38.004984"], ["updated_at", "2020-11-18 14:14:38.004984"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:38.006418"], ["updated_at", "2020-11-18 14:14:38.006418"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:38.007793"], ["updated_at", "2020-11-18 14:14:38.007793"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:38.009009"], ["updated_at", "2020-11-18 14:14:38.009009"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:38.010170"], ["updated_at", "2020-11-18 14:14:38.010170"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:38.011429"], ["updated_at", "2020-11-18 14:14:38.011429"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:38.012662"], ["updated_at", "2020-11-18 14:14:38.012662"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:38.013772"], ["updated_at", "2020-11-18 14:14:38.013772"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:38.014883"], ["updated_at", "2020-11-18 14:14:38.014883"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:38.015978"], ["updated_at", "2020-11-18 14:14:38.015978"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 9.64954677474266], ["string", "Deleniti voluptatem voluptatem."], ["date", "2019-03-27"], ["time", "2000-01-01 08:43:05.562552"], ["datetime", "2020-11-18 09:53:37.182902"], ["created_at", "2020-11-18 14:14:38.017789"], ["updated_at", "2020-11-18 14:14:38.017789"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 37], ["decimal", 16.4329564719728], ["string", "Voluptas exercitationem nam qui."], ["date", "2020-03-18"], ["time", "2000-01-01 20:03:40.428371"], ["datetime", "2020-11-17 15:50:26.487187"], ["created_at", "2020-11-18 14:14:38.019854"], ["updated_at", "2020-11-18 14:14:38.019854"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 3.39262580184495], ["string", "Et qui eius."], ["date", "2021-05-31"], ["time", "2000-01-01 13:43:01.134428"], ["datetime", "2020-11-18 06:34:12.797966"], ["created_at", "2020-11-18 14:14:38.021854"], ["updated_at", "2020-11-18 14:14:38.021854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 1.02355682253329], ["string", "Deleniti fuga et tempora."], ["date", "2020-11-11"], ["time", "2000-01-01 20:31:07.790819"], ["datetime", "2020-11-17 22:25:25.441123"], ["created_at", "2020-11-18 14:14:38.023614"], ["updated_at", "2020-11-18 14:14:38.023614"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 0.521112368031569], ["string", "Quia mollitia molestiae."], ["date", "2019-06-28"], ["time", "2000-01-01 09:28:02.230854"], ["datetime", "2020-11-17 16:13:14.777012"], ["created_at", "2020-11-18 14:14:38.025255"], ["updated_at", "2020-11-18 14:14:38.025255"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1031], ["decimal", 10.5180880649679], ["string", "Cum aut delectus."], ["created_at", "2020-11-18 14:14:38.045296"], ["updated_at", "2020-11-18 14:14:38.045296"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 18.8672297987977], ["string", "Laborum et expedita eum."], ["created_at", "2020-11-18 14:14:38.047045"], ["updated_at", "2020-11-18 14:14:38.047045"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 11.2838164095669], ["string", "Consequatur pariatur commodi."], ["created_at", "2020-11-18 14:14:38.048354"], ["updated_at", "2020-11-18 14:14:38.048354"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 8.13826077515453], ["string", "Ipsa nemo est minus."], ["created_at", "2020-11-18 14:14:38.049773"], ["updated_at", "2020-11-18 14:14:38.049773"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 7.78809154654434], ["string", "Pariatur aut accusantium."], ["created_at", "2020-11-18 14:14:38.051719"], ["updated_at", "2020-11-18 14:14:38.051719"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 14:14:38.054353"], ["updated_at", "2020-11-18 14:14:38.054353"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 14:14:38.056399"], ["updated_at", "2020-11-18 14:14:38.056399"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 14:14:38.058428"], ["updated_at", "2020-11-18 14:14:38.058428"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 14:14:38.060367"], ["updated_at", "2020-11-18 14:14:38.060367"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 14:14:38.062517"], ["updated_at", "2020-11-18 14:14:38.062517"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-18 14:14:38.065967"], ["updated_at", "2020-11-18 14:14:38.065967"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 6], ["created_at", "2020-11-18 14:14:38.069536"], ["updated_at", "2020-11-18 14:14:38.069536"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 6], ["created_at", "2020-11-18 14:14:38.072013"], ["updated_at", "2020-11-18 14:14:38.072013"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 5], ["created_at", "2020-11-18 14:14:38.074456"], ["updated_at", "2020-11-18 14:14:38.074456"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 7], ["created_at", "2020-11-18 14:14:38.076889"], ["updated_at", "2020-11-18 14:14:38.076889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 14:14:38.078792"], ["updated_at", "2020-11-18 14:14:38.078792"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 14:14:38.080631"], ["updated_at", "2020-11-18 14:14:38.080631"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 14:14:38.082683"], ["updated_at", "2020-11-18 14:14:38.082683"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 14:14:38.084950"], ["updated_at", "2020-11-18 14:14:38.084950"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 14:14:38.087131"], ["updated_at", "2020-11-18 14:14:38.087131"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:38.088464"], ["updated_at", "2020-11-18 14:14:38.088464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:38.089644"], ["updated_at", "2020-11-18 14:14:38.089644"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:38.090783"], ["updated_at", "2020-11-18 14:14:38.090783"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:38.091947"], ["updated_at", "2020-11-18 14:14:38.091947"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:38.093058"], ["updated_at", "2020-11-18 14:14:38.093058"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:38.095106"], ["updated_at", "2020-11-18 14:14:38.095106"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:38.097178"], ["updated_at", "2020-11-18 14:14:38.097178"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:38.099067"], ["updated_at", "2020-11-18 14:14:38.099067"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:38.101018"], ["updated_at", "2020-11-18 14:14:38.101018"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:38.102950"], ["updated_at", "2020-11-18 14:14:38.102950"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 14:14:38.105045"], ["updated_at", "2020-11-18 14:14:38.105045"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 14:14:38.106723"], ["updated_at", "2020-11-18 14:14:38.106723"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 14:14:38.108271"], ["updated_at", "2020-11-18 14:14:38.108271"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 14:14:38.109732"], ["updated_at", "2020-11-18 14:14:38.109732"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 14:14:38.111152"], ["updated_at", "2020-11-18 14:14:38.111152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:38.119407"], ["updated_at", "2020-11-18 14:14:38.119407"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:38.120396"], ["updated_at", "2020-11-18 14:14:38.120396"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:38.121242"], ["updated_at", "2020-11-18 14:14:38.121242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:38.122046"], ["updated_at", "2020-11-18 14:14:38.122046"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:38.122884"], ["updated_at", "2020-11-18 14:14:38.122884"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:38.124016"], ["updated_at", "2020-11-18 14:14:38.124016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:38.125076"], ["updated_at", "2020-11-18 14:14:38.125076"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:38.126085"], ["updated_at", "2020-11-18 14:14:38.126085"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:38.127145"], ["updated_at", "2020-11-18 14:14:38.127145"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:38.128114"], ["updated_at", "2020-11-18 14:14:38.128114"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 11.7575916849509], ["string", "Delectus dicta at."], ["date", "2022-05-12"], ["time", "2000-01-01 11:34:30.647114"], ["datetime", "2020-11-18 02:16:22.196645"], ["created_at", "2020-11-18 14:14:38.129820"], ["updated_at", "2020-11-18 14:14:38.129820"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 0.290439974752685], ["string", "Perspiciatis cum cumque porro."], ["date", "2022-10-28"], ["time", "2000-01-01 16:57:47.021374"], ["datetime", "2020-11-17 14:50:02.042677"], ["created_at", "2020-11-18 14:14:38.132095"], ["updated_at", "2020-11-18 14:14:38.132095"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 3.85016037356482], ["string", "Esse eveniet et."], ["date", "2019-01-16"], ["time", "2000-01-01 11:03:00.894976"], ["datetime", "2020-11-17 14:39:56.628587"], ["created_at", "2020-11-18 14:14:38.134667"], ["updated_at", "2020-11-18 14:14:38.134667"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 19.0835562550557], ["string", "Explicabo corrupti velit id."], ["date", "2019-08-15"], ["time", "2000-01-01 21:24:27.698513"], ["datetime", "2020-11-18 01:35:11.744047"], ["created_at", "2020-11-18 14:14:38.137228"], ["updated_at", "2020-11-18 14:14:38.137228"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 11.8063920756771], ["string", "Sed dignissimos eos."], ["date", "2021-07-10"], ["time", "2000-01-01 22:59:47.481631"], ["datetime", "2020-11-17 15:47:48.871061"], ["created_at", "2020-11-18 14:14:38.139479"], ["updated_at", "2020-11-18 14:14:38.139479"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 2.71756085780588], ["string", "Sunt amet consectetur."], ["created_at", "2020-11-18 14:14:38.141484"], ["updated_at", "2020-11-18 14:14:38.141484"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 1.70510672219827], ["string", "Voluptates omnis non sit."], ["created_at", "2020-11-18 14:14:38.143031"], ["updated_at", "2020-11-18 14:14:38.143031"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1038], ["decimal", 1.30232716759636], ["string", "Fugiat ut quo."], ["created_at", "2020-11-18 14:14:38.144738"], ["updated_at", "2020-11-18 14:14:38.144738"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 5.48798968324428], ["string", "Amet et ab est."], ["created_at", "2020-11-18 14:14:38.146556"], ["updated_at", "2020-11-18 14:14:38.146556"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 7.12198565465783], ["string", "Totam quasi et."], ["created_at", "2020-11-18 14:14:38.148136"], ["updated_at", "2020-11-18 14:14:38.148136"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-18 14:14:38.150377"], ["updated_at", "2020-11-18 14:14:38.150377"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 14:14:38.152530"], ["updated_at", "2020-11-18 14:14:38.152530"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-18 14:14:38.154674"], ["updated_at", "2020-11-18 14:14:38.154674"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 14:14:38.156838"], ["updated_at", "2020-11-18 14:14:38.156838"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 14:14:38.158840"], ["updated_at", "2020-11-18 14:14:38.158840"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 12], ["created_at", "2020-11-18 14:14:38.161519"], ["updated_at", "2020-11-18 14:14:38.161519"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 2], ["created_at", "2020-11-18 14:14:38.164172"], ["updated_at", "2020-11-18 14:14:38.164172"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 2], ["created_at", "2020-11-18 14:14:38.166829"], ["updated_at", "2020-11-18 14:14:38.166829"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 6], ["created_at", "2020-11-18 14:14:38.169534"], ["updated_at", "2020-11-18 14:14:38.169534"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 14], ["created_at", "2020-11-18 14:14:38.172112"], ["updated_at", "2020-11-18 14:14:38.172112"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 14:14:38.174183"], ["updated_at", "2020-11-18 14:14:38.174183"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 14:14:38.176530"], ["updated_at", "2020-11-18 14:14:38.176530"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 12], ["created_at", "2020-11-18 14:14:38.178718"], ["updated_at", "2020-11-18 14:14:38.178718"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 14:14:38.180950"], ["updated_at", "2020-11-18 14:14:38.180950"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 14], ["created_at", "2020-11-18 14:14:38.183229"], ["updated_at", "2020-11-18 14:14:38.183229"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:38.184647"], ["updated_at", "2020-11-18 14:14:38.184647"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:38.185926"], ["updated_at", "2020-11-18 14:14:38.185926"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:38.187147"], ["updated_at", "2020-11-18 14:14:38.187147"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:38.188410"], ["updated_at", "2020-11-18 14:14:38.188410"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:38.189610"], ["updated_at", "2020-11-18 14:14:38.189610"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:38.191845"], ["updated_at", "2020-11-18 14:14:38.191845"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:38.193953"], ["updated_at", "2020-11-18 14:14:38.193953"], ["india_id", 6]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:38.195973"], ["updated_at", "2020-11-18 14:14:38.195973"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:38.197987"], ["updated_at", "2020-11-18 14:14:38.197987"], ["india_id", 6]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:38.200030"], ["updated_at", "2020-11-18 14:14:38.200030"], ["india_id", 9]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 14:14:38.202254"], ["updated_at", "2020-11-18 14:14:38.202254"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 14:14:38.204510"], ["updated_at", "2020-11-18 14:14:38.204510"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 14:14:38.206718"], ["updated_at", "2020-11-18 14:14:38.206718"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 14:14:38.208966"], ["updated_at", "2020-11-18 14:14:38.208966"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 14:14:38.211098"], ["updated_at", "2020-11-18 14:14:38.211098"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:38.221236"], ["updated_at", "2020-11-18 14:14:38.221236"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:38.222556"], ["updated_at", "2020-11-18 14:14:38.222556"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:38.223708"], ["updated_at", "2020-11-18 14:14:38.223708"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:38.224815"], ["updated_at", "2020-11-18 14:14:38.224815"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:38.226085"], ["updated_at", "2020-11-18 14:14:38.226085"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:38.227360"], ["updated_at", "2020-11-18 14:14:38.227360"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:38.228590"], ["updated_at", "2020-11-18 14:14:38.228590"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:38.229630"], ["updated_at", "2020-11-18 14:14:38.229630"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:38.230718"], ["updated_at", "2020-11-18 14:14:38.230718"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:38.231747"], ["updated_at", "2020-11-18 14:14:38.231747"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.9ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (1.8ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (2.1ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (2.1ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.5ms) DELETE FROM "julietts";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 13.5401723040485], ["string", "Excepturi aut modi."], ["date", "2020-05-27"], ["time", "2000-01-01 20:39:14.117692"], ["datetime", "2020-11-18 14:02:49.467171"], ["created_at", "2020-11-18 14:14:58.324493"], ["updated_at", "2020-11-18 14:14:58.324493"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 16.1567714299484], ["string", "Id velit temporibus eum."], ["date", "2019-09-27"], ["time", "2000-01-01 03:42:57.832867"], ["datetime", "2020-11-17 17:40:15.936274"], ["created_at", "2020-11-18 14:14:58.328161"], ["updated_at", "2020-11-18 14:14:58.328161"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 21], ["decimal", 0.64604881958514], ["string", "Voluptatibus excepturi quae."], ["date", "2022-10-12"], ["time", "2000-01-01 04:34:44.408429"], ["datetime", "2020-11-18 00:19:39.125509"], ["created_at", "2020-11-18 14:14:58.331664"], ["updated_at", "2020-11-18 14:14:58.331664"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 5.61724899040633], ["string", "Perspiciatis aperiam ducimus saepe."], ["date", "2021-03-29"], ["time", "2000-01-01 09:53:44.893194"], ["datetime", "2020-11-18 14:05:12.722228"], ["created_at", "2020-11-18 14:14:58.334839"], ["updated_at", "2020-11-18 14:14:58.334839"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 7.85091150804259], ["string", "Expedita voluptas rerum."], ["date", "2019-04-26"], ["time", "2000-01-01 20:13:38.122736"], ["datetime", "2020-11-18 07:59:41.086877"], ["created_at", "2020-11-18 14:14:58.338237"], ["updated_at", "2020-11-18 14:14:58.338237"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 5.50388279655246], ["string", "Fugiat dolorum delectus."], ["created_at", "2020-11-18 14:14:58.349556"], ["updated_at", "2020-11-18 14:14:58.349556"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 0.756805194844585], ["string", "Consequatur non velit similique."], ["created_at", "2020-11-18 14:14:58.351688"], ["updated_at", "2020-11-18 14:14:58.351688"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1036], ["decimal", 2.03156013445574], ["string", "Voluptatum omnis culpa."], ["created_at", "2020-11-18 14:14:58.353568"], ["updated_at", "2020-11-18 14:14:58.353568"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 0.313721799944331], ["string", "Nulla qui et saepe."], ["created_at", "2020-11-18 14:14:58.355718"], ["updated_at", "2020-11-18 14:14:58.355718"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1027], ["decimal", 0.215090024081792], ["string", "Ullam fugit et."], ["created_at", "2020-11-18 14:14:58.357822"], ["updated_at", "2020-11-18 14:14:58.357822"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 14:14:58.368869"], ["updated_at", "2020-11-18 14:14:58.368869"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 14:14:58.371492"], ["updated_at", "2020-11-18 14:14:58.371492"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 14:14:58.374587"], ["updated_at", "2020-11-18 14:14:58.374587"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 14:14:58.377340"], ["updated_at", "2020-11-18 14:14:58.377340"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 14:14:58.379978"], ["updated_at", "2020-11-18 14:14:58.379978"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-18 14:14:58.389054"], ["updated_at", "2020-11-18 14:14:58.389054"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-18 14:14:58.391752"], ["updated_at", "2020-11-18 14:14:58.391752"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-18 14:14:58.394408"], ["updated_at", "2020-11-18 14:14:58.394408"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-18 14:14:58.396916"], ["updated_at", "2020-11-18 14:14:58.396916"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-18 14:14:58.399388"], ["updated_at", "2020-11-18 14:14:58.399388"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 14:14:58.406633"], ["updated_at", "2020-11-18 14:14:58.406633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 14:14:58.408645"], ["updated_at", "2020-11-18 14:14:58.408645"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 14:14:58.410328"], ["updated_at", "2020-11-18 14:14:58.410328"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 14:14:58.412042"], ["updated_at", "2020-11-18 14:14:58.412042"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (23.9ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 14:14:58.413661"], ["updated_at", "2020-11-18 14:14:58.413661"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.447445"], ["updated_at", "2020-11-18 14:14:58.447445"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.449049"], ["updated_at", "2020-11-18 14:14:58.449049"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.450400"], ["updated_at", "2020-11-18 14:14:58.450400"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.451700"], ["updated_at", "2020-11-18 14:14:58.451700"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.452924"], ["updated_at", "2020-11-18 14:14:58.452924"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.3ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.462468"], ["updated_at", "2020-11-18 14:14:58.462468"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.464995"], ["updated_at", "2020-11-18 14:14:58.464995"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.467244"], ["updated_at", "2020-11-18 14:14:58.467244"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.469351"], ["updated_at", "2020-11-18 14:14:58.469351"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.472039"], ["updated_at", "2020-11-18 14:14:58.472039"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 14:14:58.479208"], ["updated_at", "2020-11-18 14:14:58.479208"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 14:14:58.481529"], ["updated_at", "2020-11-18 14:14:58.481529"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 14:14:58.483668"], ["updated_at", "2020-11-18 14:14:58.483668"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 14:14:58.486190"], ["updated_at", "2020-11-18 14:14:58.486190"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 14:14:58.488833"], ["updated_at", "2020-11-18 14:14:58.488833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.509801"], ["updated_at", "2020-11-18 14:14:58.509801"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.511062"], ["updated_at", "2020-11-18 14:14:58.511062"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.512124"], ["updated_at", "2020-11-18 14:14:58.512124"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.513120"], ["updated_at", "2020-11-18 14:14:58.513120"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.514064"], ["updated_at", "2020-11-18 14:14:58.514064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:58.518405"], ["updated_at", "2020-11-18 14:14:58.518405"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:58.519630"], ["updated_at", "2020-11-18 14:14:58.519630"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:58.520620"], ["updated_at", "2020-11-18 14:14:58.520620"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:58.521573"], ["updated_at", "2020-11-18 14:14:58.521573"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:58.522590"], ["updated_at", "2020-11-18 14:14:58.522590"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 6.5967182482088], ["string", "Nihil asperiores est."], ["date", "2019-12-14"], ["time", "2000-01-01 09:44:02.180604"], ["datetime", "2020-11-18 12:36:35.309136"], ["created_at", "2020-11-18 14:14:58.524626"], ["updated_at", "2020-11-18 14:14:58.524626"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 29], ["decimal", 3.38193477516437], ["string", "Et dolores nisi esse."], ["date", "2019-02-18"], ["time", "2000-01-01 10:26:28.822630"], ["datetime", "2020-11-18 11:52:36.445933"], ["created_at", "2020-11-18 14:14:58.526993"], ["updated_at", "2020-11-18 14:14:58.526993"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 1.02295431835151], ["string", "Aperiam et molestiae."], ["date", "2021-03-05"], ["time", "2000-01-01 08:59:58.160587"], ["datetime", "2020-11-18 08:43:00.848077"], ["created_at", "2020-11-18 14:14:58.529148"], ["updated_at", "2020-11-18 14:14:58.529148"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 8.65305230420861], ["string", "Praesentium autem incidunt sed."], ["date", "2021-09-15"], ["time", "2000-01-01 19:33:44.147700"], ["datetime", "2020-11-18 03:24:44.405972"], ["created_at", "2020-11-18 14:14:58.531287"], ["updated_at", "2020-11-18 14:14:58.531287"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 10.5143158226526], ["string", "Maxime expedita libero."], ["date", "2019-09-08"], ["time", "2000-01-01 07:40:43.421062"], ["datetime", "2020-11-17 14:56:23.451685"], ["created_at", "2020-11-18 14:14:58.533411"], ["updated_at", "2020-11-18 14:14:58.533411"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1033], ["decimal", 0.885990072126028], ["string", "Rerum impedit non."], ["created_at", "2020-11-18 14:14:58.535305"], ["updated_at", "2020-11-18 14:14:58.535305"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 29.1959248449631], ["string", "Praesentium quia dolore nesciunt."], ["created_at", "2020-11-18 14:14:58.536825"], ["updated_at", "2020-11-18 14:14:58.536825"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 30.7139594466515], ["string", "Libero consectetur repellendus."], ["created_at", "2020-11-18 14:14:58.538239"], ["updated_at", "2020-11-18 14:14:58.538239"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 1.49117221004279], ["string", "Ut ea molestiae autem."], ["created_at", "2020-11-18 14:14:58.539720"], ["updated_at", "2020-11-18 14:14:58.539720"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 1.07633814888464], ["string", "Ut minus voluptatibus."], ["created_at", "2020-11-18 14:14:58.541184"], ["updated_at", "2020-11-18 14:14:58.541184"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 14:14:58.543156"], ["updated_at", "2020-11-18 14:14:58.543156"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 14:14:58.544952"], ["updated_at", "2020-11-18 14:14:58.544952"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 14:14:58.546678"], ["updated_at", "2020-11-18 14:14:58.546678"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 14:14:58.548345"], ["updated_at", "2020-11-18 14:14:58.548345"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 14:14:58.549998"], ["updated_at", "2020-11-18 14:14:58.549998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 8], ["created_at", "2020-11-18 14:14:58.552539"], ["updated_at", "2020-11-18 14:14:58.552539"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-18 14:14:58.554963"], ["updated_at", "2020-11-18 14:14:58.554963"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 3], ["created_at", "2020-11-18 14:14:58.557362"], ["updated_at", "2020-11-18 14:14:58.557362"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 7], ["created_at", "2020-11-18 14:14:58.559788"], ["updated_at", "2020-11-18 14:14:58.559788"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-18 14:14:58.562235"], ["updated_at", "2020-11-18 14:14:58.562235"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 14:14:58.564166"], ["updated_at", "2020-11-18 14:14:58.564166"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-18 14:14:58.566066"], ["updated_at", "2020-11-18 14:14:58.566066"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-18 14:14:58.567910"], ["updated_at", "2020-11-18 14:14:58.567910"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 14:14:58.569759"], ["updated_at", "2020-11-18 14:14:58.569759"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 14:14:58.571990"], ["updated_at", "2020-11-18 14:14:58.571990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.573131"], ["updated_at", "2020-11-18 14:14:58.573131"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.574350"], ["updated_at", "2020-11-18 14:14:58.574350"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.575903"], ["updated_at", "2020-11-18 14:14:58.575903"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.577230"], ["updated_at", "2020-11-18 14:14:58.577230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.578308"], ["updated_at", "2020-11-18 14:14:58.578308"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:58.580537"], ["updated_at", "2020-11-18 14:14:58.580537"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:58.582573"], ["updated_at", "2020-11-18 14:14:58.582573"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:58.584391"], ["updated_at", "2020-11-18 14:14:58.584391"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:58.586099"], ["updated_at", "2020-11-18 14:14:58.586099"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:58.587786"], ["updated_at", "2020-11-18 14:14:58.587786"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 14:14:58.590563"], ["updated_at", "2020-11-18 14:14:58.590563"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 14:14:58.593482"], ["updated_at", "2020-11-18 14:14:58.593482"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 14:14:58.595412"], ["updated_at", "2020-11-18 14:14:58.595412"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 14:14:58.597402"], ["updated_at", "2020-11-18 14:14:58.597402"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 14:14:58.599378"], ["updated_at", "2020-11-18 14:14:58.599378"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.611748"], ["updated_at", "2020-11-18 14:14:58.611748"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.612928"], ["updated_at", "2020-11-18 14:14:58.612928"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.613939"], ["updated_at", "2020-11-18 14:14:58.613939"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.614959"], ["updated_at", "2020-11-18 14:14:58.614959"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.615958"], ["updated_at", "2020-11-18 14:14:58.615958"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:58.617063"], ["updated_at", "2020-11-18 14:14:58.617063"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:58.618115"], ["updated_at", "2020-11-18 14:14:58.618115"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:58.619185"], ["updated_at", "2020-11-18 14:14:58.619185"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:58.620372"], ["updated_at", "2020-11-18 14:14:58.620372"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:58.621550"], ["updated_at", "2020-11-18 14:14:58.621550"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 5.14998445590675], ["string", "Blanditiis earum ratione."], ["date", "2021-07-28"], ["time", "2000-01-01 07:41:16.320530"], ["datetime", "2020-11-18 01:07:04.302466"], ["created_at", "2020-11-18 14:14:58.623580"], ["updated_at", "2020-11-18 14:14:58.623580"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 15.1573820875917], ["string", "Nihil rerum est temporibus."], ["date", "2020-07-02"], ["time", "2000-01-01 13:09:19.650340"], ["datetime", "2020-11-17 17:32:14.509653"], ["created_at", "2020-11-18 14:14:58.625782"], ["updated_at", "2020-11-18 14:14:58.625782"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 27.4507016313332], ["string", "Unde doloribus suscipit."], ["date", "2019-01-31"], ["time", "2000-01-01 15:55:06.253208"], ["datetime", "2020-11-17 16:39:30.023259"], ["created_at", "2020-11-18 14:14:58.627924"], ["updated_at", "2020-11-18 14:14:58.627924"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 14.6291042169615], ["string", "Tempora impedit deserunt quo."], ["date", "2019-03-06"], ["time", "2000-01-01 11:04:44.325139"], ["datetime", "2020-11-18 06:41:19.147519"], ["created_at", "2020-11-18 14:14:58.629931"], ["updated_at", "2020-11-18 14:14:58.629931"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 29], ["decimal", 0.0501164341532], ["string", "Et non est."], ["date", "2020-05-29"], ["time", "2000-01-01 14:09:40.070097"], ["datetime", "2020-11-17 15:55:03.418410"], ["created_at", "2020-11-18 14:14:58.631929"], ["updated_at", "2020-11-18 14:14:58.631929"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 39.5875989192493], ["string", "Et molestias eius."], ["created_at", "2020-11-18 14:14:58.633767"], ["updated_at", "2020-11-18 14:14:58.633767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 1.41602962824645], ["string", "Quidem vero hic sed."], ["created_at", "2020-11-18 14:14:58.635448"], ["updated_at", "2020-11-18 14:14:58.635448"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 10.982892921112], ["string", "Et minima exercitationem."], ["created_at", "2020-11-18 14:14:58.636983"], ["updated_at", "2020-11-18 14:14:58.636983"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1029], ["decimal", 20.5857069048786], ["string", "Veritatis consectetur voluptatum et."], ["created_at", "2020-11-18 14:14:58.638509"], ["updated_at", "2020-11-18 14:14:58.638509"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 10.5182947594833], ["string", "Voluptates beatae dolor."], ["created_at", "2020-11-18 14:14:58.639934"], ["updated_at", "2020-11-18 14:14:58.639934"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 14:14:58.641884"], ["updated_at", "2020-11-18 14:14:58.641884"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 14:14:58.643799"], ["updated_at", "2020-11-18 14:14:58.643799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-18 14:14:58.645436"], ["updated_at", "2020-11-18 14:14:58.645436"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 14:14:58.646964"], ["updated_at", "2020-11-18 14:14:58.646964"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-18 14:14:58.648516"], ["updated_at", "2020-11-18 14:14:58.648516"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-18 14:14:58.650680"], ["updated_at", "2020-11-18 14:14:58.650680"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 13], ["created_at", "2020-11-18 14:14:58.652891"], ["updated_at", "2020-11-18 14:14:58.652891"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 14], ["created_at", "2020-11-18 14:14:58.655064"], ["updated_at", "2020-11-18 14:14:58.655064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 15], ["created_at", "2020-11-18 14:14:58.657224"], ["updated_at", "2020-11-18 14:14:58.657224"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 14], ["created_at", "2020-11-18 14:14:58.659350"], ["updated_at", "2020-11-18 14:14:58.659350"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 11], ["created_at", "2020-11-18 14:14:58.661012"], ["updated_at", "2020-11-18 14:14:58.661012"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-18 14:14:58.662645"], ["updated_at", "2020-11-18 14:14:58.662645"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 14:14:58.664198"], ["updated_at", "2020-11-18 14:14:58.664198"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 14:14:58.665787"], ["updated_at", "2020-11-18 14:14:58.665787"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-18 14:14:58.667387"], ["updated_at", "2020-11-18 14:14:58.667387"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.668314"], ["updated_at", "2020-11-18 14:14:58.668314"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.669141"], ["updated_at", "2020-11-18 14:14:58.669141"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.669936"], ["updated_at", "2020-11-18 14:14:58.669936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.670746"], ["updated_at", "2020-11-18 14:14:58.670746"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.671858"], ["updated_at", "2020-11-18 14:14:58.671858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:58.673479"], ["updated_at", "2020-11-18 14:14:58.673479"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:58.675118"], ["updated_at", "2020-11-18 14:14:58.675118"], ["india_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:58.677171"], ["updated_at", "2020-11-18 14:14:58.677171"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:58.678853"], ["updated_at", "2020-11-18 14:14:58.678853"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:58.680350"], ["updated_at", "2020-11-18 14:14:58.680350"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 14:14:58.681882"], ["updated_at", "2020-11-18 14:14:58.681882"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 14:14:58.683392"], ["updated_at", "2020-11-18 14:14:58.683392"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-18 14:14:58.684867"], ["updated_at", "2020-11-18 14:14:58.684867"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-18 14:14:58.686307"], ["updated_at", "2020-11-18 14:14:58.686307"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 14:14:58.687718"], ["updated_at", "2020-11-18 14:14:58.687718"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.696045"], ["updated_at", "2020-11-18 14:14:58.696045"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.697020"], ["updated_at", "2020-11-18 14:14:58.697020"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.697822"], ["updated_at", "2020-11-18 14:14:58.697822"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.698622"], ["updated_at", "2020-11-18 14:14:58.698622"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.699455"], ["updated_at", "2020-11-18 14:14:58.699455"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:58.700331"], ["updated_at", "2020-11-18 14:14:58.700331"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:58.701221"], ["updated_at", "2020-11-18 14:14:58.701221"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:58.702070"], ["updated_at", "2020-11-18 14:14:58.702070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:58.702932"], ["updated_at", "2020-11-18 14:14:58.702932"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:58.703836"], ["updated_at", "2020-11-18 14:14:58.703836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["decimal", 13.7172788224644], ["string", "Officia explicabo suscipit."], ["date", "2021-02-26"], ["time", "2000-01-01 12:11:48.423291"], ["datetime", "2020-11-17 17:12:11.160748"], ["created_at", "2020-11-18 14:14:58.749711"], ["updated_at", "2020-11-18 14:14:58.749711"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 5.29249586348469], ["string", "Omnis nesciunt unde dolores."], ["date", "2022-08-14"], ["time", "2000-01-01 12:28:57.590970"], ["datetime", "2020-11-17 23:31:33.597070"], ["created_at", "2020-11-18 14:14:58.753897"], ["updated_at", "2020-11-18 14:14:58.753897"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 11.6046829992618], ["string", "Et quos temporibus."], ["date", "2019-09-08"], ["time", "2000-01-01 19:06:04.429226"], ["datetime", "2020-11-17 19:45:07.123073"], ["created_at", "2020-11-18 14:14:58.756858"], ["updated_at", "2020-11-18 14:14:58.756858"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 8.97908379608867], ["string", "Rerum ab alias."], ["date", "2022-06-29"], ["time", "2000-01-01 12:26:08.275694"], ["datetime", "2020-11-17 15:48:53.344448"], ["created_at", "2020-11-18 14:14:58.761635"], ["updated_at", "2020-11-18 14:14:58.761635"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 26.2062296718866], ["string", "Doloremque iure enim cumque."], ["date", "2022-01-11"], ["time", "2000-01-01 00:04:30.654387"], ["datetime", "2020-11-18 13:23:44.355728"], ["created_at", "2020-11-18 14:14:58.764279"], ["updated_at", "2020-11-18 14:14:58.764279"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 28.2236512235486], ["string", "Non est fuga."], ["date", "2019-10-04"], ["time", "2000-01-01 05:38:27.327127"], ["datetime", "2020-11-18 03:33:37.060731"], ["created_at", "2020-11-18 14:14:58.766606"], ["updated_at", "2020-11-18 14:14:58.766606"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.770214"], ["updated_at", "2020-11-18 14:14:58.770214"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 4.54638086284509], ["string", "Exercitationem quis temporibus."], ["date", "2022-02-10"], ["time", "2000-01-01 23:13:31.705306"], ["datetime", "2020-11-18 01:17:38.121838"], ["created_at", "2020-11-18 14:14:58.813034"], ["updated_at", "2020-11-18 14:14:58.813034"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 2.43132664164352], ["string", "Dolor et molestiae voluptas."], ["date", "2020-01-17"], ["time", "2000-01-01 23:55:12.044509"], ["datetime", "2020-11-18 12:30:56.323848"], ["created_at", "2020-11-18 14:14:58.816300"], ["updated_at", "2020-11-18 14:14:58.816300"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 34.9828368168097], ["string", "Quibusdam a qui."], ["date", "2022-03-21"], ["time", "2000-01-01 09:25:56.792573"], ["datetime", "2020-11-18 01:07:05.856924"], ["created_at", "2020-11-18 14:14:58.819495"], ["updated_at", "2020-11-18 14:14:58.819495"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 14.6141543282876], ["string", "Voluptatum et fuga nihil."], ["date", "2021-01-22"], ["time", "2000-01-01 12:01:46.307976"], ["datetime", "2020-11-17 15:39:13.454005"], ["created_at", "2020-11-18 14:14:58.822855"], ["updated_at", "2020-11-18 14:14:58.822855"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 35], ["decimal", 16.7243400117969], ["string", "Consectetur sit cumque."], ["date", "2019-12-12"], ["time", "2000-01-01 05:56:41.288930"], ["datetime", "2020-11-18 06:22:54.353020"], ["created_at", "2020-11-18 14:14:58.826658"], ["updated_at", "2020-11-18 14:14:58.826658"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 33.7897286731782], ["string", "Qui qui occaecati."], ["created_at", "2020-11-18 14:14:58.830324"], ["updated_at", "2020-11-18 14:14:58.830324"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1021], ["decimal", 0.0596012781232684], ["string", "Tenetur voluptatem quo vero."], ["created_at", "2020-11-18 14:14:58.833305"], ["updated_at", "2020-11-18 14:14:58.833305"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 16.5704872967457], ["string", "Fuga omnis repellat."], ["created_at", "2020-11-18 14:14:58.836206"], ["updated_at", "2020-11-18 14:14:58.836206"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 1.7789331080217], ["string", "Et vero nemo inventore."], ["created_at", "2020-11-18 14:14:58.838569"], ["updated_at", "2020-11-18 14:14:58.838569"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 6.29998482343975], ["string", "Asperiores nihil velit."], ["created_at", "2020-11-18 14:14:58.840760"], ["updated_at", "2020-11-18 14:14:58.840760"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 14:14:58.843425"], ["updated_at", "2020-11-18 14:14:58.843425"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 14:14:58.845503"], ["updated_at", "2020-11-18 14:14:58.845503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 14:14:58.847411"], ["updated_at", "2020-11-18 14:14:58.847411"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 14:14:58.849187"], ["updated_at", "2020-11-18 14:14:58.849187"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 14:14:58.850963"], ["updated_at", "2020-11-18 14:14:58.850963"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-18 14:14:58.853368"], ["updated_at", "2020-11-18 14:14:58.853368"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-18 14:14:58.855861"], ["updated_at", "2020-11-18 14:14:58.855861"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-18 14:14:58.858333"], ["updated_at", "2020-11-18 14:14:58.858333"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-18 14:14:58.860882"], ["updated_at", "2020-11-18 14:14:58.860882"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-18 14:14:58.863437"], ["updated_at", "2020-11-18 14:14:58.863437"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 14:14:58.865462"], ["updated_at", "2020-11-18 14:14:58.865462"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 14:14:58.867580"], ["updated_at", "2020-11-18 14:14:58.867580"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 14:14:58.869573"], ["updated_at", "2020-11-18 14:14:58.869573"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 14:14:58.871483"], ["updated_at", "2020-11-18 14:14:58.871483"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 14:14:58.873738"], ["updated_at", "2020-11-18 14:14:58.873738"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.875164"], ["updated_at", "2020-11-18 14:14:58.875164"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.876300"], ["updated_at", "2020-11-18 14:14:58.876300"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.877618"], ["updated_at", "2020-11-18 14:14:58.877618"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.878939"], ["updated_at", "2020-11-18 14:14:58.878939"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.880000"], ["updated_at", "2020-11-18 14:14:58.880000"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.882045"], ["updated_at", "2020-11-18 14:14:58.882045"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.884006"], ["updated_at", "2020-11-18 14:14:58.884006"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.885856"], ["updated_at", "2020-11-18 14:14:58.885856"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.887797"], ["updated_at", "2020-11-18 14:14:58.887797"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.890124"], ["updated_at", "2020-11-18 14:14:58.890124"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 14:14:58.892467"], ["updated_at", "2020-11-18 14:14:58.892467"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 14:14:58.894694"], ["updated_at", "2020-11-18 14:14:58.894694"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 14:14:58.896925"], ["updated_at", "2020-11-18 14:14:58.896925"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 14:14:58.898954"], ["updated_at", "2020-11-18 14:14:58.898954"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 14:14:58.900865"], ["updated_at", "2020-11-18 14:14:58.900865"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.910990"], ["updated_at", "2020-11-18 14:14:58.910990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.911955"], ["updated_at", "2020-11-18 14:14:58.911955"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.912725"], ["updated_at", "2020-11-18 14:14:58.912725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.913489"], ["updated_at", "2020-11-18 14:14:58.913489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.914216"], ["updated_at", "2020-11-18 14:14:58.914216"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:58.915018"], ["updated_at", "2020-11-18 14:14:58.915018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:58.915813"], ["updated_at", "2020-11-18 14:14:58.915813"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:58.916622"], ["updated_at", "2020-11-18 14:14:58.916622"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:58.917385"], ["updated_at", "2020-11-18 14:14:58.917385"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:58.918137"], ["updated_at", "2020-11-18 14:14:58.918137"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 30.1233667086551], ["string", "Eos commodi enim."], ["date", "2019-01-18"], ["time", "2000-01-01 13:37:54.059202"], ["datetime", "2020-11-18 00:27:03.814161"], ["created_at", "2020-11-18 14:14:58.919485"], ["updated_at", "2020-11-18 14:14:58.919485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 0.667868203695714], ["string", "Reiciendis ad numquam inventore."], ["date", "2021-07-04"], ["time", "2000-01-01 05:07:52.933710"], ["datetime", "2020-11-18 03:01:24.361886"], ["created_at", "2020-11-18 14:14:58.921092"], ["updated_at", "2020-11-18 14:14:58.921092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 11.5852216382992], ["string", "Eos commodi ipsum."], ["date", "2019-10-28"], ["time", "2000-01-01 06:26:28.392245"], ["datetime", "2020-11-18 13:11:34.710201"], ["created_at", "2020-11-18 14:14:58.922629"], ["updated_at", "2020-11-18 14:14:58.922629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 12.3921990291244], ["string", "Sed tenetur aut corporis."], ["date", "2019-06-25"], ["time", "2000-01-01 05:44:40.784940"], ["datetime", "2020-11-18 06:12:03.176590"], ["created_at", "2020-11-18 14:14:58.924153"], ["updated_at", "2020-11-18 14:14:58.924153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 18.7492806946455], ["string", "Commodi at numquam."], ["date", "2020-01-31"], ["time", "2000-01-01 13:02:18.713574"], ["datetime", "2020-11-17 21:03:35.636892"], ["created_at", "2020-11-18 14:14:58.925661"], ["updated_at", "2020-11-18 14:14:58.925661"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 20.9482828075869], ["string", "Ut nemo in."], ["created_at", "2020-11-18 14:14:58.927038"], ["updated_at", "2020-11-18 14:14:58.927038"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 5.0663823659193], ["string", "Suscipit voluptatem et quae."], ["created_at", "2020-11-18 14:14:58.928125"], ["updated_at", "2020-11-18 14:14:58.928125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 0.785691055606874], ["string", "Impedit ratione dolor."], ["created_at", "2020-11-18 14:14:58.929177"], ["updated_at", "2020-11-18 14:14:58.929177"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 2.80046883938447], ["string", "A maxime id ut."], ["created_at", "2020-11-18 14:14:58.930247"], ["updated_at", "2020-11-18 14:14:58.930247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", 9.87267242179543], ["string", "Dolor non quae."], ["created_at", "2020-11-18 14:14:58.931366"], ["updated_at", "2020-11-18 14:14:58.931366"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 14:14:58.932831"], ["updated_at", "2020-11-18 14:14:58.932831"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 14:14:58.934112"], ["updated_at", "2020-11-18 14:14:58.934112"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 14:14:58.935427"], ["updated_at", "2020-11-18 14:14:58.935427"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 14:14:58.936735"], ["updated_at", "2020-11-18 14:14:58.936735"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 14:14:58.938018"], ["updated_at", "2020-11-18 14:14:58.938018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (3.8ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 7], ["created_at", "2020-11-18 14:14:58.952233"], ["updated_at", "2020-11-18 14:14:58.952233"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.7ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 1], ["created_at", "2020-11-18 14:14:58.958571"], ["updated_at", "2020-11-18 14:14:58.958571"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 4], ["created_at", "2020-11-18 14:14:58.961912"], ["updated_at", "2020-11-18 14:14:58.961912"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 10], ["created_at", "2020-11-18 14:14:58.964257"], ["updated_at", "2020-11-18 14:14:58.964257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 9], ["created_at", "2020-11-18 14:14:58.966410"], ["updated_at", "2020-11-18 14:14:58.966410"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 14:14:58.968039"], ["updated_at", "2020-11-18 14:14:58.968039"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 14:14:58.969479"], ["updated_at", "2020-11-18 14:14:58.969479"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 14:14:58.970992"], ["updated_at", "2020-11-18 14:14:58.970992"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 14:14:58.972702"], ["updated_at", "2020-11-18 14:14:58.972702"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 14:14:58.974401"], ["updated_at", "2020-11-18 14:14:58.974401"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.975526"], ["updated_at", "2020-11-18 14:14:58.975526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.976329"], ["updated_at", "2020-11-18 14:14:58.976329"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.977053"], ["updated_at", "2020-11-18 14:14:58.977053"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.977941"], ["updated_at", "2020-11-18 14:14:58.977941"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:58.978908"], ["updated_at", "2020-11-18 14:14:58.978908"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:58.980307"], ["updated_at", "2020-11-18 14:14:58.980307"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:58.981693"], ["updated_at", "2020-11-18 14:14:58.981693"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:58.982968"], ["updated_at", "2020-11-18 14:14:58.982968"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:58.984255"], ["updated_at", "2020-11-18 14:14:58.984255"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:58.985496"], ["updated_at", "2020-11-18 14:14:58.985496"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 14:14:58.986845"], ["updated_at", "2020-11-18 14:14:58.986845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 14:14:58.988156"], ["updated_at", "2020-11-18 14:14:58.988156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 14:14:58.989470"], ["updated_at", "2020-11-18 14:14:58.989470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 14:14:58.990760"], ["updated_at", "2020-11-18 14:14:58.990760"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 14:14:58.992620"], ["updated_at", "2020-11-18 14:14:58.992620"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:59.001597"], ["updated_at", "2020-11-18 14:14:59.001597"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:59.002844"], ["updated_at", "2020-11-18 14:14:59.002844"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:59.003993"], ["updated_at", "2020-11-18 14:14:59.003993"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:59.005732"], ["updated_at", "2020-11-18 14:14:59.005732"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:59.007187"], ["updated_at", "2020-11-18 14:14:59.007187"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:59.008857"], ["updated_at", "2020-11-18 14:14:59.008857"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:59.010490"], ["updated_at", "2020-11-18 14:14:59.010490"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:59.012326"], ["updated_at", "2020-11-18 14:14:59.012326"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:59.013896"], ["updated_at", "2020-11-18 14:14:59.013896"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:59.015265"], ["updated_at", "2020-11-18 14:14:59.015265"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 9.3974501120069], ["string", "Unde perferendis voluptatibus."], ["date", "2022-04-26"], ["time", "2000-01-01 13:53:14.032805"], ["datetime", "2020-11-17 18:09:02.235820"], ["created_at", "2020-11-18 14:14:59.017487"], ["updated_at", "2020-11-18 14:14:59.017487"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 39.639046734703], ["string", "Earum et sed blanditiis."], ["date", "2022-01-12"], ["time", "2000-01-01 05:31:31.786657"], ["datetime", "2020-11-17 21:39:46.461445"], ["created_at", "2020-11-18 14:14:59.019787"], ["updated_at", "2020-11-18 14:14:59.019787"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["decimal", 11.4437436300663], ["string", "Ipsum possimus rerum."], ["date", "2020-02-28"], ["time", "2000-01-01 16:58:05.253882"], ["datetime", "2020-11-17 21:55:02.084244"], ["created_at", "2020-11-18 14:14:59.022041"], ["updated_at", "2020-11-18 14:14:59.022041"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 1.3824646635454], ["string", "A eum fuga sit."], ["date", "2021-11-27"], ["time", "2000-01-01 10:53:17.452548"], ["datetime", "2020-11-18 05:52:15.503975"], ["created_at", "2020-11-18 14:14:59.024801"], ["updated_at", "2020-11-18 14:14:59.024801"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 23], ["decimal", 5.55002254584529], ["string", "Consequatur quo sunt."], ["date", "2020-11-19"], ["time", "2000-01-01 04:01:42.164903"], ["datetime", "2020-11-17 19:00:38.701821"], ["created_at", "2020-11-18 14:14:59.027537"], ["updated_at", "2020-11-18 14:14:59.027537"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1027], ["decimal", 18.9215249789981], ["string", "Unde dolorem voluptas."], ["created_at", "2020-11-18 14:14:59.029710"], ["updated_at", "2020-11-18 14:14:59.029710"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 0.649431658935106], ["string", "Sed iste odit vero."], ["created_at", "2020-11-18 14:14:59.031306"], ["updated_at", "2020-11-18 14:14:59.031306"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 1.99248998527414], ["string", "Odio ab temporibus."], ["created_at", "2020-11-18 14:14:59.032797"], ["updated_at", "2020-11-18 14:14:59.032797"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 5.63340995928338], ["string", "Ipsum dolor consequatur maiores."], ["created_at", "2020-11-18 14:14:59.034370"], ["updated_at", "2020-11-18 14:14:59.034370"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 2.68690930500629], ["string", "Ullam ut consequatur."], ["created_at", "2020-11-18 14:14:59.035886"], ["updated_at", "2020-11-18 14:14:59.035886"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 14:14:59.038027"], ["updated_at", "2020-11-18 14:14:59.038027"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 14:14:59.040331"], ["updated_at", "2020-11-18 14:14:59.040331"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 14:14:59.042417"], ["updated_at", "2020-11-18 14:14:59.042417"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 14:14:59.044419"], ["updated_at", "2020-11-18 14:14:59.044419"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 14:14:59.046453"], ["updated_at", "2020-11-18 14:14:59.046453"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-18 14:14:59.049341"], ["updated_at", "2020-11-18 14:14:59.049341"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 15], ["created_at", "2020-11-18 14:14:59.052230"], ["updated_at", "2020-11-18 14:14:59.052230"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-18 14:14:59.055630"], ["updated_at", "2020-11-18 14:14:59.055630"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 6], ["created_at", "2020-11-18 14:14:59.059470"], ["updated_at", "2020-11-18 14:14:59.059470"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 13], ["created_at", "2020-11-18 14:14:59.062707"], ["updated_at", "2020-11-18 14:14:59.062707"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 14:14:59.065206"], ["updated_at", "2020-11-18 14:14:59.065206"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 14:14:59.067666"], ["updated_at", "2020-11-18 14:14:59.067666"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-18 14:14:59.069993"], ["updated_at", "2020-11-18 14:14:59.069993"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 15], ["created_at", "2020-11-18 14:14:59.072310"], ["updated_at", "2020-11-18 14:14:59.072310"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 14:14:59.074651"], ["updated_at", "2020-11-18 14:14:59.074651"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:59.076253"], ["updated_at", "2020-11-18 14:14:59.076253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:59.077284"], ["updated_at", "2020-11-18 14:14:59.077284"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:59.078313"], ["updated_at", "2020-11-18 14:14:59.078313"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:59.079648"], ["updated_at", "2020-11-18 14:14:59.079648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:59.080632"], ["updated_at", "2020-11-18 14:14:59.080632"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:59.082305"], ["updated_at", "2020-11-18 14:14:59.082305"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:59.084023"], ["updated_at", "2020-11-18 14:14:59.084023"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:59.085696"], ["updated_at", "2020-11-18 14:14:59.085696"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:59.087351"], ["updated_at", "2020-11-18 14:14:59.087351"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:14:59.089010"], ["updated_at", "2020-11-18 14:14:59.089010"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 14:14:59.090815"], ["updated_at", "2020-11-18 14:14:59.090815"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 14:14:59.093141"], ["updated_at", "2020-11-18 14:14:59.093141"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 14:14:59.095409"], ["updated_at", "2020-11-18 14:14:59.095409"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 14:14:59.096998"], ["updated_at", "2020-11-18 14:14:59.096998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 14:14:59.098491"], ["updated_at", "2020-11-18 14:14:59.098491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:59.106044"], ["updated_at", "2020-11-18 14:14:59.106044"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:59.106964"], ["updated_at", "2020-11-18 14:14:59.106964"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:59.107835"], ["updated_at", "2020-11-18 14:14:59.107835"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:59.109055"], ["updated_at", "2020-11-18 14:14:59.109055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:14:59.109960"], ["updated_at", "2020-11-18 14:14:59.109960"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:59.111201"], ["updated_at", "2020-11-18 14:14:59.111201"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:59.112478"], ["updated_at", "2020-11-18 14:14:59.112478"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:59.113507"], ["updated_at", "2020-11-18 14:14:59.113507"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:59.114495"], ["updated_at", "2020-11-18 14:14:59.114495"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:14:59.115242"], ["updated_at", "2020-11-18 14:14:59.115242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.9ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (6.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (2.0ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 1.42897787671515], ["string", "At quia velit."], ["date", "2019-12-15"], ["time", "2000-01-01 21:44:44.941644"], ["datetime", "2020-11-17 20:09:35.649594"], ["created_at", "2020-11-18 14:15:03.886390"], ["updated_at", "2020-11-18 14:15:03.886390"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 23.7254608876936], ["string", "Dignissimos sequi amet aut."], ["date", "2018-12-03"], ["time", "2000-01-01 13:42:45.690398"], ["datetime", "2020-11-17 16:46:18.103429"], ["created_at", "2020-11-18 14:15:03.888962"], ["updated_at", "2020-11-18 14:15:03.888962"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 27], ["decimal", 15.995625752642], ["string", "Vitae quia ut."], ["date", "2020-07-03"], ["time", "2000-01-01 10:36:38.839268"], ["datetime", "2020-11-18 13:53:41.050585"], ["created_at", "2020-11-18 14:15:03.890990"], ["updated_at", "2020-11-18 14:15:03.890990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 25], ["decimal", 25.1073609003814], ["string", "Ipsum omnis temporibus iure."], ["date", "2019-10-31"], ["time", "2000-01-01 21:46:12.673080"], ["datetime", "2020-11-17 17:59:55.147576"], ["created_at", "2020-11-18 14:15:03.893075"], ["updated_at", "2020-11-18 14:15:03.893075"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 0.464298673725594], ["string", "Voluptatem est et."], ["date", "2019-11-10"], ["time", "2000-01-01 15:08:38.984879"], ["datetime", "2020-11-18 05:42:13.111599"], ["created_at", "2020-11-18 14:15:03.895100"], ["updated_at", "2020-11-18 14:15:03.895100"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 19.487234132992], ["string", "Voluptas consequatur alias."], ["created_at", "2020-11-18 14:15:03.903084"], ["updated_at", "2020-11-18 14:15:03.903084"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 8.71349172326185], ["string", "Deserunt amet inventore libero."], ["created_at", "2020-11-18 14:15:03.904779"], ["updated_at", "2020-11-18 14:15:03.904779"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 7.27929246210398], ["string", "Voluptatum laborum qui."], ["created_at", "2020-11-18 14:15:03.906450"], ["updated_at", "2020-11-18 14:15:03.906450"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 4.25245229245751], ["string", "Praesentium et voluptate alias."], ["created_at", "2020-11-18 14:15:03.907868"], ["updated_at", "2020-11-18 14:15:03.907868"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 22.6168480751229], ["string", "Ipsa magnam autem."], ["created_at", "2020-11-18 14:15:03.909641"], ["updated_at", "2020-11-18 14:15:03.909641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 14:15:03.918159"], ["updated_at", "2020-11-18 14:15:03.918159"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 14:15:03.920169"], ["updated_at", "2020-11-18 14:15:03.920169"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 14:15:03.921771"], ["updated_at", "2020-11-18 14:15:03.921771"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 14:15:03.923319"], ["updated_at", "2020-11-18 14:15:03.923319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 14:15:03.924801"], ["updated_at", "2020-11-18 14:15:03.924801"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-18 14:15:03.931859"], ["updated_at", "2020-11-18 14:15:03.931859"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-18 14:15:03.934070"], ["updated_at", "2020-11-18 14:15:03.934070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-18 14:15:03.936148"], ["updated_at", "2020-11-18 14:15:03.936148"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-18 14:15:03.938240"], ["updated_at", "2020-11-18 14:15:03.938240"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-18 14:15:03.940498"], ["updated_at", "2020-11-18 14:15:03.940498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 14:15:03.947038"], ["updated_at", "2020-11-18 14:15:03.947038"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 14:15:03.948936"], ["updated_at", "2020-11-18 14:15:03.948936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 14:15:03.950544"], ["updated_at", "2020-11-18 14:15:03.950544"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 14:15:03.952091"], ["updated_at", "2020-11-18 14:15:03.952091"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 14:15:03.953639"], ["updated_at", "2020-11-18 14:15:03.953639"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:03.961057"], ["updated_at", "2020-11-18 14:15:03.961057"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:03.962269"], ["updated_at", "2020-11-18 14:15:03.962269"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:03.963183"], ["updated_at", "2020-11-18 14:15:03.963183"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:03.964049"], ["updated_at", "2020-11-18 14:15:03.964049"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:03.964925"], ["updated_at", "2020-11-18 14:15:03.964925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:03.971039"], ["updated_at", "2020-11-18 14:15:03.971039"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:03.972815"], ["updated_at", "2020-11-18 14:15:03.972815"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:03.974428"], ["updated_at", "2020-11-18 14:15:03.974428"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:03.976043"], ["updated_at", "2020-11-18 14:15:03.976043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:03.977568"], ["updated_at", "2020-11-18 14:15:03.977568"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 14:15:03.982670"], ["updated_at", "2020-11-18 14:15:03.982670"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 14:15:03.984375"], ["updated_at", "2020-11-18 14:15:03.984375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 14:15:03.985954"], ["updated_at", "2020-11-18 14:15:03.985954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 14:15:03.987559"], ["updated_at", "2020-11-18 14:15:03.987559"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 14:15:03.989141"], ["updated_at", "2020-11-18 14:15:03.989141"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.007406"], ["updated_at", "2020-11-18 14:15:04.007406"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.008670"], ["updated_at", "2020-11-18 14:15:04.008670"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.009724"], ["updated_at", "2020-11-18 14:15:04.009724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.010888"], ["updated_at", "2020-11-18 14:15:04.010888"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.011757"], ["updated_at", "2020-11-18 14:15:04.011757"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:15:04.015550"], ["updated_at", "2020-11-18 14:15:04.015550"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:15:04.016580"], ["updated_at", "2020-11-18 14:15:04.016580"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:15:04.017430"], ["updated_at", "2020-11-18 14:15:04.017430"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:15:04.018277"], ["updated_at", "2020-11-18 14:15:04.018277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:15:04.019137"], ["updated_at", "2020-11-18 14:15:04.019137"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 5.62332448698349], ["string", "Nostrum qui sed."], ["date", "2022-05-09"], ["time", "2000-01-01 00:56:48.744701"], ["datetime", "2020-11-18 11:04:24.763490"], ["created_at", "2020-11-18 14:15:04.020688"], ["updated_at", "2020-11-18 14:15:04.020688"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 16.0106017726384], ["string", "Consequatur perferendis nesciunt dolorum."], ["date", "2021-07-12"], ["time", "2000-01-01 10:04:18.423653"], ["datetime", "2020-11-18 14:00:14.898439"], ["created_at", "2020-11-18 14:15:04.022742"], ["updated_at", "2020-11-18 14:15:04.022742"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 22], ["decimal", 4.53811152292073], ["string", "Nostrum dignissimos sit."], ["date", "2019-09-07"], ["time", "2000-01-01 15:16:00.163002"], ["datetime", "2020-11-17 17:36:00.626991"], ["created_at", "2020-11-18 14:15:04.024683"], ["updated_at", "2020-11-18 14:15:04.024683"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 12.9423977916349], ["string", "Quae porro et nihil."], ["date", "2021-04-24"], ["time", "2000-01-01 22:54:31.597437"], ["datetime", "2020-11-17 16:59:48.955670"], ["created_at", "2020-11-18 14:15:04.026641"], ["updated_at", "2020-11-18 14:15:04.026641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 26.4195624682628], ["string", "Voluptatum accusantium et."], ["date", "2020-01-21"], ["time", "2000-01-01 08:46:18.657028"], ["datetime", "2020-11-18 09:02:13.372955"], ["created_at", "2020-11-18 14:15:04.028529"], ["updated_at", "2020-11-18 14:15:04.028529"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 21.1882825143498], ["string", "Ipsa voluptate totam."], ["created_at", "2020-11-18 14:15:04.030134"], ["updated_at", "2020-11-18 14:15:04.030134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 14.2358196146908], ["string", "Veritatis molestiae facere deleniti."], ["created_at", "2020-11-18 14:15:04.031535"], ["updated_at", "2020-11-18 14:15:04.031535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 1.26608986747611], ["string", "Est facere sit."], ["created_at", "2020-11-18 14:15:04.032817"], ["updated_at", "2020-11-18 14:15:04.032817"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 3.93366535078241], ["string", "Sed numquam non neque."], ["created_at", "2020-11-18 14:15:04.034101"], ["updated_at", "2020-11-18 14:15:04.034101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 8.9988811527395], ["string", "Praesentium architecto dignissimos."], ["created_at", "2020-11-18 14:15:04.035352"], ["updated_at", "2020-11-18 14:15:04.035352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 14:15:04.037048"], ["updated_at", "2020-11-18 14:15:04.037048"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 14:15:04.038655"], ["updated_at", "2020-11-18 14:15:04.038655"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 14:15:04.040220"], ["updated_at", "2020-11-18 14:15:04.040220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 14:15:04.041792"], ["updated_at", "2020-11-18 14:15:04.041792"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 14:15:04.043321"], ["updated_at", "2020-11-18 14:15:04.043321"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 8], ["created_at", "2020-11-18 14:15:04.045429"], ["updated_at", "2020-11-18 14:15:04.045429"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-18 14:15:04.047591"], ["updated_at", "2020-11-18 14:15:04.047591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 1], ["created_at", "2020-11-18 14:15:04.049593"], ["updated_at", "2020-11-18 14:15:04.049593"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 4], ["created_at", "2020-11-18 14:15:04.051556"], ["updated_at", "2020-11-18 14:15:04.051556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 10], ["created_at", "2020-11-18 14:15:04.053510"], ["updated_at", "2020-11-18 14:15:04.053510"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 14:15:04.055117"], ["updated_at", "2020-11-18 14:15:04.055117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-18 14:15:04.056689"], ["updated_at", "2020-11-18 14:15:04.056689"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-18 14:15:04.058134"], ["updated_at", "2020-11-18 14:15:04.058134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 14:15:04.059575"], ["updated_at", "2020-11-18 14:15:04.059575"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 14:15:04.061013"], ["updated_at", "2020-11-18 14:15:04.061013"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.061925"], ["updated_at", "2020-11-18 14:15:04.061925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.062770"], ["updated_at", "2020-11-18 14:15:04.062770"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.063551"], ["updated_at", "2020-11-18 14:15:04.063551"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.064370"], ["updated_at", "2020-11-18 14:15:04.064370"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.065181"], ["updated_at", "2020-11-18 14:15:04.065181"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:15:04.066946"], ["updated_at", "2020-11-18 14:15:04.066946"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:15:04.068285"], ["updated_at", "2020-11-18 14:15:04.068285"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:15:04.069531"], ["updated_at", "2020-11-18 14:15:04.069531"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:15:04.070785"], ["updated_at", "2020-11-18 14:15:04.070785"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:15:04.072035"], ["updated_at", "2020-11-18 14:15:04.072035"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 14:15:04.073383"], ["updated_at", "2020-11-18 14:15:04.073383"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 14:15:04.074667"], ["updated_at", "2020-11-18 14:15:04.074667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 14:15:04.075904"], ["updated_at", "2020-11-18 14:15:04.075904"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 14:15:04.077136"], ["updated_at", "2020-11-18 14:15:04.077136"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 14:15:04.078376"], ["updated_at", "2020-11-18 14:15:04.078376"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.085703"], ["updated_at", "2020-11-18 14:15:04.085703"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.086600"], ["updated_at", "2020-11-18 14:15:04.086600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.087327"], ["updated_at", "2020-11-18 14:15:04.087327"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.088041"], ["updated_at", "2020-11-18 14:15:04.088041"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.088750"], ["updated_at", "2020-11-18 14:15:04.088750"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:15:04.089509"], ["updated_at", "2020-11-18 14:15:04.089509"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:15:04.090271"], ["updated_at", "2020-11-18 14:15:04.090271"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:15:04.091021"], ["updated_at", "2020-11-18 14:15:04.091021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:15:04.091754"], ["updated_at", "2020-11-18 14:15:04.091754"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:15:04.092498"], ["updated_at", "2020-11-18 14:15:04.092498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 1.61600361613065], ["string", "Et deserunt aut."], ["date", "2020-11-24"], ["time", "2000-01-01 00:02:58.053163"], ["datetime", "2020-11-18 04:45:32.700783"], ["created_at", "2020-11-18 14:15:04.093906"], ["updated_at", "2020-11-18 14:15:04.093906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 4.04659042816185], ["string", "Sit quia ex quaerat."], ["date", "2021-10-07"], ["time", "2000-01-01 04:02:28.478150"], ["datetime", "2020-11-18 08:59:30.289138"], ["created_at", "2020-11-18 14:15:04.095672"], ["updated_at", "2020-11-18 14:15:04.095672"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 0.184630022942093], ["string", "Repellat autem eos."], ["date", "2019-01-11"], ["time", "2000-01-01 00:38:55.254612"], ["datetime", "2020-11-18 04:50:04.878232"], ["created_at", "2020-11-18 14:15:04.097409"], ["updated_at", "2020-11-18 14:15:04.097409"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 28.7229903167791], ["string", "Rerum voluptas nam ex."], ["date", "2020-11-22"], ["time", "2000-01-01 14:24:48.105622"], ["datetime", "2020-11-18 00:14:42.221379"], ["created_at", "2020-11-18 14:15:04.099413"], ["updated_at", "2020-11-18 14:15:04.099413"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 23], ["decimal", 2.4854751542496], ["string", "Odit consequatur vitae."], ["date", "2020-10-28"], ["time", "2000-01-01 07:56:53.797029"], ["datetime", "2020-11-17 16:49:06.735183"], ["created_at", "2020-11-18 14:15:04.101307"], ["updated_at", "2020-11-18 14:15:04.101307"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 12.2605264809512], ["string", "Excepturi aut quia."], ["created_at", "2020-11-18 14:15:04.102985"], ["updated_at", "2020-11-18 14:15:04.102985"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 4.69191864625112], ["string", "Id aspernatur et facilis."], ["created_at", "2020-11-18 14:15:04.104406"], ["updated_at", "2020-11-18 14:15:04.104406"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 10.9834078145244], ["string", "In pariatur sunt."], ["created_at", "2020-11-18 14:15:04.105703"], ["updated_at", "2020-11-18 14:15:04.105703"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 18.199372638077], ["string", "Molestiae assumenda vel qui."], ["created_at", "2020-11-18 14:15:04.107223"], ["updated_at", "2020-11-18 14:15:04.107223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 15.6547590320113], ["string", "Optio magni sequi."], ["created_at", "2020-11-18 14:15:04.108649"], ["updated_at", "2020-11-18 14:15:04.108649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 14:15:04.110530"], ["updated_at", "2020-11-18 14:15:04.110530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 14:15:04.112394"], ["updated_at", "2020-11-18 14:15:04.112394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 14:15:04.114099"], ["updated_at", "2020-11-18 14:15:04.114099"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 14:15:04.115759"], ["updated_at", "2020-11-18 14:15:04.115759"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-18 14:15:04.117429"], ["updated_at", "2020-11-18 14:15:04.117429"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 11], ["created_at", "2020-11-18 14:15:04.119816"], ["updated_at", "2020-11-18 14:15:04.119816"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 6], ["created_at", "2020-11-18 14:15:04.122158"], ["updated_at", "2020-11-18 14:15:04.122158"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 6], ["created_at", "2020-11-18 14:15:04.124474"], ["updated_at", "2020-11-18 14:15:04.124474"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 3], ["created_at", "2020-11-18 14:15:04.126839"], ["updated_at", "2020-11-18 14:15:04.126839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 5], ["created_at", "2020-11-18 14:15:04.129204"], ["updated_at", "2020-11-18 14:15:04.129204"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 11], ["created_at", "2020-11-18 14:15:04.131017"], ["updated_at", "2020-11-18 14:15:04.131017"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 15], ["created_at", "2020-11-18 14:15:04.132742"], ["updated_at", "2020-11-18 14:15:04.132742"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-18 14:15:04.134483"], ["updated_at", "2020-11-18 14:15:04.134483"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-18 14:15:04.136127"], ["updated_at", "2020-11-18 14:15:04.136127"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 14:15:04.137759"], ["updated_at", "2020-11-18 14:15:04.137759"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.138795"], ["updated_at", "2020-11-18 14:15:04.138795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.139692"], ["updated_at", "2020-11-18 14:15:04.139692"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.140542"], ["updated_at", "2020-11-18 14:15:04.140542"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.141370"], ["updated_at", "2020-11-18 14:15:04.141370"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.142226"], ["updated_at", "2020-11-18 14:15:04.142226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:15:04.143789"], ["updated_at", "2020-11-18 14:15:04.143789"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:15:04.145332"], ["updated_at", "2020-11-18 14:15:04.145332"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:15:04.146866"], ["updated_at", "2020-11-18 14:15:04.146866"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:15:04.148385"], ["updated_at", "2020-11-18 14:15:04.148385"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:15:04.150026"], ["updated_at", "2020-11-18 14:15:04.150026"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-18 14:15:04.151840"], ["updated_at", "2020-11-18 14:15:04.151840"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 14:15:04.153619"], ["updated_at", "2020-11-18 14:15:04.153619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 14:15:04.155284"], ["updated_at", "2020-11-18 14:15:04.155284"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 14:15:04.156876"], ["updated_at", "2020-11-18 14:15:04.156876"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 14:15:04.158588"], ["updated_at", "2020-11-18 14:15:04.158588"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.166975"], ["updated_at", "2020-11-18 14:15:04.166975"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.168156"], ["updated_at", "2020-11-18 14:15:04.168156"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.169315"], ["updated_at", "2020-11-18 14:15:04.169315"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.170382"], ["updated_at", "2020-11-18 14:15:04.170382"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.171345"], ["updated_at", "2020-11-18 14:15:04.171345"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:15:04.172497"], ["updated_at", "2020-11-18 14:15:04.172497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:15:04.173528"], ["updated_at", "2020-11-18 14:15:04.173528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:15:04.174480"], ["updated_at", "2020-11-18 14:15:04.174480"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:15:04.175481"], ["updated_at", "2020-11-18 14:15:04.175481"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:15:04.176602"], ["updated_at", "2020-11-18 14:15:04.176602"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 1.15257992541849], ["string", "Optio vel eius."], ["date", "2019-08-25"], ["time", "2000-01-01 09:58:27.750710"], ["datetime", "2020-11-17 20:34:55.539765"], ["created_at", "2020-11-18 14:15:04.216001"], ["updated_at", "2020-11-18 14:15:04.216001"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 8.33442773107052], ["string", "Distinctio qui autem ut."], ["date", "2020-01-05"], ["time", "2000-01-01 22:57:55.327093"], ["datetime", "2020-11-17 18:01:26.090146"], ["created_at", "2020-11-18 14:15:04.218518"], ["updated_at", "2020-11-18 14:15:04.218518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 4.77069847950256], ["string", "Tenetur quo expedita."], ["date", "2021-06-06"], ["time", "2000-01-01 06:34:38.899438"], ["datetime", "2020-11-17 22:20:19.929006"], ["created_at", "2020-11-18 14:15:04.220566"], ["updated_at", "2020-11-18 14:15:04.220566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 35.8368504682549], ["string", "Iste numquam fugit."], ["date", "2022-06-22"], ["time", "2000-01-01 08:59:26.767872"], ["datetime", "2020-11-17 17:59:09.946293"], ["created_at", "2020-11-18 14:15:04.224093"], ["updated_at", "2020-11-18 14:15:04.224093"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 24.421165174703], ["string", "Et consectetur incidunt itaque."], ["date", "2020-01-10"], ["time", "2000-01-01 15:05:49.317293"], ["datetime", "2020-11-18 09:12:16.881390"], ["created_at", "2020-11-18 14:15:04.226872"], ["updated_at", "2020-11-18 14:15:04.226872"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 2.78170863961573], ["string", "Expedita cupiditate assumenda."], ["date", "2020-05-05"], ["time", "2000-01-01 04:46:34.082520"], ["datetime", "2020-11-17 16:18:33.107989"], ["created_at", "2020-11-18 14:15:04.229770"], ["updated_at", "2020-11-18 14:15:04.229770"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.233962"], ["updated_at", "2020-11-18 14:15:04.233962"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 7.47493687990253], ["string", "Excepturi labore ullam."], ["date", "2019-08-14"], ["time", "2000-01-01 12:01:18.586883"], ["datetime", "2020-11-17 19:31:19.303672"], ["created_at", "2020-11-18 14:15:04.259986"], ["updated_at", "2020-11-18 14:15:04.259986"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 0.273680324344192], ["string", "Ab rerum quos hic."], ["date", "2019-09-14"], ["time", "2000-01-01 04:51:05.364937"], ["datetime", "2020-11-18 09:14:38.732637"], ["created_at", "2020-11-18 14:15:04.262589"], ["updated_at", "2020-11-18 14:15:04.262589"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 10.0617431013235], ["string", "Corporis quaerat doloribus."], ["date", "2022-02-27"], ["time", "2000-01-01 06:34:23.476690"], ["datetime", "2020-11-18 00:16:54.609758"], ["created_at", "2020-11-18 14:15:04.265413"], ["updated_at", "2020-11-18 14:15:04.265413"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 33], ["decimal", 5.01430477732587], ["string", "Aut praesentium sed sequi."], ["date", "2019-01-09"], ["time", "2000-01-01 14:26:37.348145"], ["datetime", "2020-11-17 17:29:29.906786"], ["created_at", "2020-11-18 14:15:04.267464"], ["updated_at", "2020-11-18 14:15:04.267464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 23.4788708074817], ["string", "Perferendis laboriosam sed."], ["date", "2020-02-15"], ["time", "2000-01-01 09:19:29.085257"], ["datetime", "2020-11-18 13:36:38.394763"], ["created_at", "2020-11-18 14:15:04.269354"], ["updated_at", "2020-11-18 14:15:04.269354"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 6.70123186019069], ["string", "Odio id autem."], ["created_at", "2020-11-18 14:15:04.270912"], ["updated_at", "2020-11-18 14:15:04.270912"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 1.07333292948783], ["string", "Perspiciatis repudiandae accusantium rerum."], ["created_at", "2020-11-18 14:15:04.272137"], ["updated_at", "2020-11-18 14:15:04.272137"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 3.88361744196565], ["string", "Quae dolorem magni."], ["created_at", "2020-11-18 14:15:04.273267"], ["updated_at", "2020-11-18 14:15:04.273267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 1.3232950758407], ["string", "Veritatis magni tempore cupiditate."], ["created_at", "2020-11-18 14:15:04.274428"], ["updated_at", "2020-11-18 14:15:04.274428"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 13.9171987971291], ["string", "Sapiente rerum dolor."], ["created_at", "2020-11-18 14:15:04.275618"], ["updated_at", "2020-11-18 14:15:04.275618"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 14:15:04.277411"], ["updated_at", "2020-11-18 14:15:04.277411"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 14:15:04.279065"], ["updated_at", "2020-11-18 14:15:04.279065"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 14:15:04.280919"], ["updated_at", "2020-11-18 14:15:04.280919"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 14:15:04.283560"], ["updated_at", "2020-11-18 14:15:04.283560"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 14:15:04.285320"], ["updated_at", "2020-11-18 14:15:04.285320"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-18 14:15:04.287396"], ["updated_at", "2020-11-18 14:15:04.287396"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-18 14:15:04.289198"], ["updated_at", "2020-11-18 14:15:04.289198"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-18 14:15:04.291059"], ["updated_at", "2020-11-18 14:15:04.291059"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-18 14:15:04.292830"], ["updated_at", "2020-11-18 14:15:04.292830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-18 14:15:04.294632"], ["updated_at", "2020-11-18 14:15:04.294632"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 14:15:04.296092"], ["updated_at", "2020-11-18 14:15:04.296092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 14:15:04.297477"], ["updated_at", "2020-11-18 14:15:04.297477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 14:15:04.298887"], ["updated_at", "2020-11-18 14:15:04.298887"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 14:15:04.300216"], ["updated_at", "2020-11-18 14:15:04.300216"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 14:15:04.301528"], ["updated_at", "2020-11-18 14:15:04.301528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.302311"], ["updated_at", "2020-11-18 14:15:04.302311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.303048"], ["updated_at", "2020-11-18 14:15:04.303048"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.303791"], ["updated_at", "2020-11-18 14:15:04.303791"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.304799"], ["updated_at", "2020-11-18 14:15:04.304799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.305601"], ["updated_at", "2020-11-18 14:15:04.305601"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.307232"], ["updated_at", "2020-11-18 14:15:04.307232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.309312"], ["updated_at", "2020-11-18 14:15:04.309312"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.310980"], ["updated_at", "2020-11-18 14:15:04.310980"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.312700"], ["updated_at", "2020-11-18 14:15:04.312700"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.314514"], ["updated_at", "2020-11-18 14:15:04.314514"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 14:15:04.316173"], ["updated_at", "2020-11-18 14:15:04.316173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 14:15:04.317781"], ["updated_at", "2020-11-18 14:15:04.317781"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 14:15:04.319364"], ["updated_at", "2020-11-18 14:15:04.319364"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 14:15:04.321154"], ["updated_at", "2020-11-18 14:15:04.321154"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 14:15:04.323045"], ["updated_at", "2020-11-18 14:15:04.323045"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.333562"], ["updated_at", "2020-11-18 14:15:04.333562"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.334587"], ["updated_at", "2020-11-18 14:15:04.334587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.335454"], ["updated_at", "2020-11-18 14:15:04.335454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.336253"], ["updated_at", "2020-11-18 14:15:04.336253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.337016"], ["updated_at", "2020-11-18 14:15:04.337016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:15:04.337827"], ["updated_at", "2020-11-18 14:15:04.337827"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:15:04.338670"], ["updated_at", "2020-11-18 14:15:04.338670"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:15:04.339470"], ["updated_at", "2020-11-18 14:15:04.339470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:15:04.340258"], ["updated_at", "2020-11-18 14:15:04.340258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:15:04.341050"], ["updated_at", "2020-11-18 14:15:04.341050"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 25.7569510567585], ["string", "Modi quod cum."], ["date", "2019-05-03"], ["time", "2000-01-01 15:15:43.271368"], ["datetime", "2020-11-18 09:20:45.589643"], ["created_at", "2020-11-18 14:15:04.342523"], ["updated_at", "2020-11-18 14:15:04.342523"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 26], ["decimal", 0.83904558896282], ["string", "Expedita sapiente numquam fuga."], ["date", "2021-02-26"], ["time", "2000-01-01 01:17:07.677672"], ["datetime", "2020-11-17 20:54:56.049136"], ["created_at", "2020-11-18 14:15:04.344386"], ["updated_at", "2020-11-18 14:15:04.344386"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 16.4094443870823], ["string", "Enim magnam accusantium."], ["date", "2021-09-07"], ["time", "2000-01-01 13:19:47.173673"], ["datetime", "2020-11-18 06:57:46.645780"], ["created_at", "2020-11-18 14:15:04.346237"], ["updated_at", "2020-11-18 14:15:04.346237"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 25.5906705257281], ["string", "Natus vero blanditiis qui."], ["date", "2020-08-28"], ["time", "2000-01-01 21:58:24.820375"], ["datetime", "2020-11-17 19:46:57.369946"], ["created_at", "2020-11-18 14:15:04.348123"], ["updated_at", "2020-11-18 14:15:04.348123"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 18.6154334090149], ["string", "Quisquam labore inventore."], ["date", "2019-10-02"], ["time", "2000-01-01 13:15:01.456299"], ["datetime", "2020-11-17 23:45:53.856602"], ["created_at", "2020-11-18 14:15:04.349898"], ["updated_at", "2020-11-18 14:15:04.349898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1035], ["decimal", 8.92184771485401], ["string", "Minus ratione qui."], ["created_at", "2020-11-18 14:15:04.371174"], ["updated_at", "2020-11-18 14:15:04.371174"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1029], ["decimal", 9.61578070467709], ["string", "Nihil accusamus voluptatum libero."], ["created_at", "2020-11-18 14:15:04.373494"], ["updated_at", "2020-11-18 14:15:04.373494"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 10.7834609106051], ["string", "Possimus eius rerum."], ["created_at", "2020-11-18 14:15:04.375356"], ["updated_at", "2020-11-18 14:15:04.375356"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 7.66380430181454], ["string", "Distinctio iste possimus quam."], ["created_at", "2020-11-18 14:15:04.377041"], ["updated_at", "2020-11-18 14:15:04.377041"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1030], ["decimal", 7.03135814911724], ["string", "Explicabo vitae sed."], ["created_at", "2020-11-18 14:15:04.378661"], ["updated_at", "2020-11-18 14:15:04.378661"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 14:15:04.380753"], ["updated_at", "2020-11-18 14:15:04.380753"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 14:15:04.382766"], ["updated_at", "2020-11-18 14:15:04.382766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 14:15:04.384714"], ["updated_at", "2020-11-18 14:15:04.384714"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 14:15:04.386627"], ["updated_at", "2020-11-18 14:15:04.386627"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 14:15:04.388458"], ["updated_at", "2020-11-18 14:15:04.388458"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-18 14:15:04.390900"], ["updated_at", "2020-11-18 14:15:04.390900"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-18 14:15:04.393114"], ["updated_at", "2020-11-18 14:15:04.393114"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-18 14:15:04.395244"], ["updated_at", "2020-11-18 14:15:04.395244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 5], ["created_at", "2020-11-18 14:15:04.397427"], ["updated_at", "2020-11-18 14:15:04.397427"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 5], ["created_at", "2020-11-18 14:15:04.399542"], ["updated_at", "2020-11-18 14:15:04.399542"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-18 14:15:04.401206"], ["updated_at", "2020-11-18 14:15:04.401206"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 14:15:04.402835"], ["updated_at", "2020-11-18 14:15:04.402835"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 14:15:04.404521"], ["updated_at", "2020-11-18 14:15:04.404521"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-18 14:15:04.406350"], ["updated_at", "2020-11-18 14:15:04.406350"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 14:15:04.408365"], ["updated_at", "2020-11-18 14:15:04.408365"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.409564"], ["updated_at", "2020-11-18 14:15:04.409564"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.410616"], ["updated_at", "2020-11-18 14:15:04.410616"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.411589"], ["updated_at", "2020-11-18 14:15:04.411589"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.412618"], ["updated_at", "2020-11-18 14:15:04.412618"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.413732"], ["updated_at", "2020-11-18 14:15:04.413732"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:15:04.415609"], ["updated_at", "2020-11-18 14:15:04.415609"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:15:04.417456"], ["updated_at", "2020-11-18 14:15:04.417456"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:15:04.419259"], ["updated_at", "2020-11-18 14:15:04.419259"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:15:04.421045"], ["updated_at", "2020-11-18 14:15:04.421045"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:15:04.423115"], ["updated_at", "2020-11-18 14:15:04.423115"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 14:15:04.424968"], ["updated_at", "2020-11-18 14:15:04.424968"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 14:15:04.426744"], ["updated_at", "2020-11-18 14:15:04.426744"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 14:15:04.428408"], ["updated_at", "2020-11-18 14:15:04.428408"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 14:15:04.430017"], ["updated_at", "2020-11-18 14:15:04.430017"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 14:15:04.431651"], ["updated_at", "2020-11-18 14:15:04.431651"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.440607"], ["updated_at", "2020-11-18 14:15:04.440607"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.441570"], ["updated_at", "2020-11-18 14:15:04.441570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.442421"], ["updated_at", "2020-11-18 14:15:04.442421"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.443228"], ["updated_at", "2020-11-18 14:15:04.443228"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.444048"], ["updated_at", "2020-11-18 14:15:04.444048"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:15:04.444926"], ["updated_at", "2020-11-18 14:15:04.444926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:15:04.445784"], ["updated_at", "2020-11-18 14:15:04.445784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:15:04.446626"], ["updated_at", "2020-11-18 14:15:04.446626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:15:04.447426"], ["updated_at", "2020-11-18 14:15:04.447426"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:15:04.448224"], ["updated_at", "2020-11-18 14:15:04.448224"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 27], ["decimal", 3.65262906660432], ["string", "Et ex fugiat."], ["date", "2022-03-24"], ["time", "2000-01-01 02:45:57.365269"], ["datetime", "2020-11-18 01:19:18.824056"], ["created_at", "2020-11-18 14:15:04.449659"], ["updated_at", "2020-11-18 14:15:04.449659"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 0.227413342502448], ["string", "Et sed laboriosam vitae."], ["date", "2019-10-31"], ["time", "2000-01-01 16:22:30.003356"], ["datetime", "2020-11-18 09:54:15.664516"], ["created_at", "2020-11-18 14:15:04.451362"], ["updated_at", "2020-11-18 14:15:04.451362"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 0.758996269539146], ["string", "A repudiandae ut."], ["date", "2020-05-05"], ["time", "2000-01-01 00:40:04.051553"], ["datetime", "2020-11-18 02:39:26.157106"], ["created_at", "2020-11-18 14:15:04.452938"], ["updated_at", "2020-11-18 14:15:04.452938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 8.72315769884534], ["string", "Praesentium aut et aspernatur."], ["date", "2022-03-13"], ["time", "2000-01-01 07:52:53.878208"], ["datetime", "2020-11-17 19:13:04.560232"], ["created_at", "2020-11-18 14:15:04.454520"], ["updated_at", "2020-11-18 14:15:04.454520"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 25], ["decimal", 3.55837280446285], ["string", "Quos eaque sequi."], ["date", "2022-10-20"], ["time", "2000-01-01 04:09:47.175016"], ["datetime", "2020-11-18 11:03:12.601448"], ["created_at", "2020-11-18 14:15:04.456144"], ["updated_at", "2020-11-18 14:15:04.456144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 11.1741394045745], ["string", "Facere minima quo."], ["created_at", "2020-11-18 14:15:04.457765"], ["updated_at", "2020-11-18 14:15:04.457765"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 23.5725447821067], ["string", "Dolore autem ut saepe."], ["created_at", "2020-11-18 14:15:04.459433"], ["updated_at", "2020-11-18 14:15:04.459433"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 5.23210256167494], ["string", "Ea quod voluptatem."], ["created_at", "2020-11-18 14:15:04.460860"], ["updated_at", "2020-11-18 14:15:04.460860"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 2.70915112245146], ["string", "Quasi itaque autem possimus."], ["created_at", "2020-11-18 14:15:04.462283"], ["updated_at", "2020-11-18 14:15:04.462283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1027], ["decimal", 0.136642783645005], ["string", "Sunt beatae recusandae."], ["created_at", "2020-11-18 14:15:04.463618"], ["updated_at", "2020-11-18 14:15:04.463618"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 14:15:04.465401"], ["updated_at", "2020-11-18 14:15:04.465401"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-18 14:15:04.467091"], ["updated_at", "2020-11-18 14:15:04.467091"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-18 14:15:04.468707"], ["updated_at", "2020-11-18 14:15:04.468707"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 14:15:04.470732"], ["updated_at", "2020-11-18 14:15:04.470732"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-18 14:15:04.473059"], ["updated_at", "2020-11-18 14:15:04.473059"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 14], ["created_at", "2020-11-18 14:15:04.475805"], ["updated_at", "2020-11-18 14:15:04.475805"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 8], ["created_at", "2020-11-18 14:15:04.478670"], ["updated_at", "2020-11-18 14:15:04.478670"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 2], ["created_at", "2020-11-18 14:15:04.481152"], ["updated_at", "2020-11-18 14:15:04.481152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 8], ["created_at", "2020-11-18 14:15:04.483533"], ["updated_at", "2020-11-18 14:15:04.483533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 6], ["created_at", "2020-11-18 14:15:04.485757"], ["updated_at", "2020-11-18 14:15:04.485757"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-18 14:15:04.487609"], ["updated_at", "2020-11-18 14:15:04.487609"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 14:15:04.489453"], ["updated_at", "2020-11-18 14:15:04.489453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 14], ["created_at", "2020-11-18 14:15:04.491232"], ["updated_at", "2020-11-18 14:15:04.491232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-18 14:15:04.493037"], ["updated_at", "2020-11-18 14:15:04.493037"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-18 14:15:04.494776"], ["updated_at", "2020-11-18 14:15:04.494776"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.495870"], ["updated_at", "2020-11-18 14:15:04.495870"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.496918"], ["updated_at", "2020-11-18 14:15:04.496918"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.497897"], ["updated_at", "2020-11-18 14:15:04.497897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.498873"], ["updated_at", "2020-11-18 14:15:04.498873"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.499798"], ["updated_at", "2020-11-18 14:15:04.499798"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:15:04.501454"], ["updated_at", "2020-11-18 14:15:04.501454"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:15:04.502963"], ["updated_at", "2020-11-18 14:15:04.502963"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:15:04.504402"], ["updated_at", "2020-11-18 14:15:04.504402"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:15:04.505815"], ["updated_at", "2020-11-18 14:15:04.505815"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:15:04.507212"], ["updated_at", "2020-11-18 14:15:04.507212"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 14:15:04.508833"], ["updated_at", "2020-11-18 14:15:04.508833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 14:15:04.510453"], ["updated_at", "2020-11-18 14:15:04.510453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 14:15:04.511983"], ["updated_at", "2020-11-18 14:15:04.511983"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-18 14:15:04.513712"], ["updated_at", "2020-11-18 14:15:04.513712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 14:15:04.515524"], ["updated_at", "2020-11-18 14:15:04.515524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.525417"], ["updated_at", "2020-11-18 14:15:04.525417"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.526621"], ["updated_at", "2020-11-18 14:15:04.526621"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.527589"], ["updated_at", "2020-11-18 14:15:04.527589"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.528582"], ["updated_at", "2020-11-18 14:15:04.528582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:15:04.529545"], ["updated_at", "2020-11-18 14:15:04.529545"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:15:04.530537"], ["updated_at", "2020-11-18 14:15:04.530537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:15:04.531537"], ["updated_at", "2020-11-18 14:15:04.531537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:15:04.532463"], ["updated_at", "2020-11-18 14:15:04.532463"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:15:04.533390"], ["updated_at", "2020-11-18 14:15:04.533390"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:15:04.534297"], ["updated_at", "2020-11-18 14:15:04.534297"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.9ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.9ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.9ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.9ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (2.0ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 35.500749794454], ["string", "Qui modi aperiam."], ["date", "2022-09-26"], ["time", "2000-01-01 22:03:02.965536"], ["datetime", "2020-11-17 21:57:43.192535"], ["created_at", "2020-11-18 14:16:02.774396"], ["updated_at", "2020-11-18 14:16:02.774396"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 18.6767141934118], ["string", "Saepe repellat culpa officiis."], ["date", "2018-12-15"], ["time", "2000-01-01 02:36:24.880264"], ["datetime", "2020-11-17 21:47:58.635770"], ["created_at", "2020-11-18 14:16:02.778245"], ["updated_at", "2020-11-18 14:16:02.778245"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 4.5734841501586], ["string", "Eum exercitationem saepe."], ["date", "2021-01-10"], ["time", "2000-01-01 02:33:11.627230"], ["datetime", "2020-11-17 16:31:57.415101"], ["created_at", "2020-11-18 14:16:02.781106"], ["updated_at", "2020-11-18 14:16:02.781106"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 27], ["decimal", 13.6233022144193], ["string", "Magnam quam non qui."], ["date", "2022-09-19"], ["time", "2000-01-01 22:06:32.106173"], ["datetime", "2020-11-18 07:27:49.880112"], ["created_at", "2020-11-18 14:16:02.783923"], ["updated_at", "2020-11-18 14:16:02.783923"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 40], ["decimal", 23.468231373035], ["string", "Corrupti aspernatur consequatur."], ["date", "2020-12-26"], ["time", "2000-01-01 02:23:00.712808"], ["datetime", "2020-11-18 10:15:57.425857"], ["created_at", "2020-11-18 14:16:02.786285"], ["updated_at", "2020-11-18 14:16:02.786285"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 1.89218858842063], ["string", "Qui cumque id."], ["created_at", "2020-11-18 14:16:02.795584"], ["updated_at", "2020-11-18 14:16:02.795584"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 17.7415770218963], ["string", "At in neque corporis."], ["created_at", "2020-11-18 14:16:02.797389"], ["updated_at", "2020-11-18 14:16:02.797389"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 28.4350367181784], ["string", "Ex qui placeat."], ["created_at", "2020-11-18 14:16:02.798938"], ["updated_at", "2020-11-18 14:16:02.798938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 5.47828385796432], ["string", "Et culpa corporis voluptatem."], ["created_at", "2020-11-18 14:16:02.800394"], ["updated_at", "2020-11-18 14:16:02.800394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 6.07412990294705], ["string", "Magni maxime pariatur."], ["created_at", "2020-11-18 14:16:02.801766"], ["updated_at", "2020-11-18 14:16:02.801766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 14:16:02.811617"], ["updated_at", "2020-11-18 14:16:02.811617"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 14:16:02.814439"], ["updated_at", "2020-11-18 14:16:02.814439"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 14:16:02.816452"], ["updated_at", "2020-11-18 14:16:02.816452"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 14:16:02.818363"], ["updated_at", "2020-11-18 14:16:02.818363"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 14:16:02.820080"], ["updated_at", "2020-11-18 14:16:02.820080"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.2ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-18 14:16:02.829438"], ["updated_at", "2020-11-18 14:16:02.829438"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-18 14:16:02.833148"], ["updated_at", "2020-11-18 14:16:02.833148"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-18 14:16:02.836392"], ["updated_at", "2020-11-18 14:16:02.836392"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-18 14:16:02.839688"], ["updated_at", "2020-11-18 14:16:02.839688"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-18 14:16:02.842890"], ["updated_at", "2020-11-18 14:16:02.842890"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 14:16:02.850511"], ["updated_at", "2020-11-18 14:16:02.850511"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 14:16:02.853511"], ["updated_at", "2020-11-18 14:16:02.853511"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 14:16:02.856272"], ["updated_at", "2020-11-18 14:16:02.856272"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 14:16:02.858992"], ["updated_at", "2020-11-18 14:16:02.858992"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 14:16:02.861630"], ["updated_at", "2020-11-18 14:16:02.861630"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:02.870173"], ["updated_at", "2020-11-18 14:16:02.870173"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:02.871921"], ["updated_at", "2020-11-18 14:16:02.871921"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:02.873422"], ["updated_at", "2020-11-18 14:16:02.873422"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:02.875103"], ["updated_at", "2020-11-18 14:16:02.875103"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:02.876518"], ["updated_at", "2020-11-18 14:16:02.876518"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:02.883984"], ["updated_at", "2020-11-18 14:16:02.883984"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:02.885882"], ["updated_at", "2020-11-18 14:16:02.885882"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:02.887597"], ["updated_at", "2020-11-18 14:16:02.887597"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:02.889301"], ["updated_at", "2020-11-18 14:16:02.889301"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:02.891071"], ["updated_at", "2020-11-18 14:16:02.891071"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 14:16:02.896282"], ["updated_at", "2020-11-18 14:16:02.896282"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 14:16:02.898066"], ["updated_at", "2020-11-18 14:16:02.898066"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 14:16:02.899582"], ["updated_at", "2020-11-18 14:16:02.899582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 14:16:02.901024"], ["updated_at", "2020-11-18 14:16:02.901024"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 14:16:02.902428"], ["updated_at", "2020-11-18 14:16:02.902428"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:02.920567"], ["updated_at", "2020-11-18 14:16:02.920567"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:02.922047"], ["updated_at", "2020-11-18 14:16:02.922047"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:02.923141"], ["updated_at", "2020-11-18 14:16:02.923141"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:02.924350"], ["updated_at", "2020-11-18 14:16:02.924350"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:02.925727"], ["updated_at", "2020-11-18 14:16:02.925727"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:16:02.930611"], ["updated_at", "2020-11-18 14:16:02.930611"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:16:02.932249"], ["updated_at", "2020-11-18 14:16:02.932249"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:16:02.933478"], ["updated_at", "2020-11-18 14:16:02.933478"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:16:02.935084"], ["updated_at", "2020-11-18 14:16:02.935084"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:16:02.936590"], ["updated_at", "2020-11-18 14:16:02.936590"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 2.24029515069298], ["string", "Commodi quidem eos."], ["date", "2019-04-01"], ["time", "2000-01-01 03:42:58.859467"], ["datetime", "2020-11-18 06:06:36.692853"], ["created_at", "2020-11-18 14:16:02.938690"], ["updated_at", "2020-11-18 14:16:02.938690"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 2.49137579171899], ["string", "Sunt sed officiis praesentium."], ["date", "2022-11-11"], ["time", "2000-01-01 21:43:46.913019"], ["datetime", "2020-11-17 21:22:11.009278"], ["created_at", "2020-11-18 14:16:02.941273"], ["updated_at", "2020-11-18 14:16:02.941273"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 1.79088009243508], ["string", "Porro voluptates quisquam."], ["date", "2022-10-14"], ["time", "2000-01-01 07:00:15.323483"], ["datetime", "2020-11-18 05:34:52.653550"], ["created_at", "2020-11-18 14:16:02.943672"], ["updated_at", "2020-11-18 14:16:02.943672"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 21], ["decimal", 4.41735719634996], ["string", "Dolor nesciunt eos sunt."], ["date", "2018-12-04"], ["time", "2000-01-01 02:08:40.934481"], ["datetime", "2020-11-17 23:02:56.959729"], ["created_at", "2020-11-18 14:16:02.946021"], ["updated_at", "2020-11-18 14:16:02.946021"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 35], ["decimal", 2.27636409124966], ["string", "Voluptatem fugiat sunt."], ["date", "2021-02-21"], ["time", "2000-01-01 23:01:09.325031"], ["datetime", "2020-11-17 18:25:58.121256"], ["created_at", "2020-11-18 14:16:02.948494"], ["updated_at", "2020-11-18 14:16:02.948494"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 13.5441647078516], ["string", "Similique sit doloribus."], ["created_at", "2020-11-18 14:16:02.950618"], ["updated_at", "2020-11-18 14:16:02.950618"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 20.0653463351727], ["string", "Impedit excepturi quos similique."], ["created_at", "2020-11-18 14:16:02.952629"], ["updated_at", "2020-11-18 14:16:02.952629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 24.9105949760472], ["string", "Corrupti voluptas quidem."], ["created_at", "2020-11-18 14:16:02.954386"], ["updated_at", "2020-11-18 14:16:02.954386"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", 6.60685159186612], ["string", "Dignissimos maxime qui ipsum."], ["created_at", "2020-11-18 14:16:02.956101"], ["updated_at", "2020-11-18 14:16:02.956101"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["decimal", 2.13417820015294], ["string", "Doloremque est molestiae."], ["created_at", "2020-11-18 14:16:02.957763"], ["updated_at", "2020-11-18 14:16:02.957763"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 14:16:02.960034"], ["updated_at", "2020-11-18 14:16:02.960034"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 14:16:02.962199"], ["updated_at", "2020-11-18 14:16:02.962199"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 14:16:02.964339"], ["updated_at", "2020-11-18 14:16:02.964339"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 14:16:02.966355"], ["updated_at", "2020-11-18 14:16:02.966355"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 14:16:02.968315"], ["updated_at", "2020-11-18 14:16:02.968315"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 3], ["created_at", "2020-11-18 14:16:02.971012"], ["updated_at", "2020-11-18 14:16:02.971012"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 8], ["created_at", "2020-11-18 14:16:02.973747"], ["updated_at", "2020-11-18 14:16:02.973747"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 9], ["created_at", "2020-11-18 14:16:02.976454"], ["updated_at", "2020-11-18 14:16:02.976454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 9], ["created_at", "2020-11-18 14:16:02.979051"], ["updated_at", "2020-11-18 14:16:02.979051"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 5], ["created_at", "2020-11-18 14:16:02.981545"], ["updated_at", "2020-11-18 14:16:02.981545"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-18 14:16:02.983649"], ["updated_at", "2020-11-18 14:16:02.983649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 14:16:02.985613"], ["updated_at", "2020-11-18 14:16:02.985613"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-18 14:16:02.987660"], ["updated_at", "2020-11-18 14:16:02.987660"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 14:16:02.989519"], ["updated_at", "2020-11-18 14:16:02.989519"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 14:16:02.991574"], ["updated_at", "2020-11-18 14:16:02.991574"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:02.992933"], ["updated_at", "2020-11-18 14:16:02.992933"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:02.993970"], ["updated_at", "2020-11-18 14:16:02.993970"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:02.995028"], ["updated_at", "2020-11-18 14:16:02.995028"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:02.996003"], ["updated_at", "2020-11-18 14:16:02.996003"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:02.996945"], ["updated_at", "2020-11-18 14:16:02.996945"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:16:02.999031"], ["updated_at", "2020-11-18 14:16:02.999031"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:16:03.000812"], ["updated_at", "2020-11-18 14:16:03.000812"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:16:03.002665"], ["updated_at", "2020-11-18 14:16:03.002665"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:16:03.004417"], ["updated_at", "2020-11-18 14:16:03.004417"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:16:03.006117"], ["updated_at", "2020-11-18 14:16:03.006117"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 14:16:03.007962"], ["updated_at", "2020-11-18 14:16:03.007962"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 14:16:03.009723"], ["updated_at", "2020-11-18 14:16:03.009723"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 14:16:03.011472"], ["updated_at", "2020-11-18 14:16:03.011472"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 14:16:03.013170"], ["updated_at", "2020-11-18 14:16:03.013170"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 14:16:03.014902"], ["updated_at", "2020-11-18 14:16:03.014902"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.024922"], ["updated_at", "2020-11-18 14:16:03.024922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.025932"], ["updated_at", "2020-11-18 14:16:03.025932"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.026761"], ["updated_at", "2020-11-18 14:16:03.026761"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.027566"], ["updated_at", "2020-11-18 14:16:03.027566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.028388"], ["updated_at", "2020-11-18 14:16:03.028388"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:16:03.029299"], ["updated_at", "2020-11-18 14:16:03.029299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:16:03.030210"], ["updated_at", "2020-11-18 14:16:03.030210"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:16:03.031236"], ["updated_at", "2020-11-18 14:16:03.031236"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:16:03.032241"], ["updated_at", "2020-11-18 14:16:03.032241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:16:03.033251"], ["updated_at", "2020-11-18 14:16:03.033251"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 17.223772012472], ["string", "Nostrum quasi quae."], ["date", "2020-09-23"], ["time", "2000-01-01 18:30:26.791589"], ["datetime", "2020-11-18 08:23:05.766899"], ["created_at", "2020-11-18 14:16:03.035212"], ["updated_at", "2020-11-18 14:16:03.035212"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 20.0446769021919], ["string", "Dolorum exercitationem repellat necessitatibus."], ["date", "2022-09-16"], ["time", "2000-01-01 04:11:48.731489"], ["datetime", "2020-11-17 15:03:33.883902"], ["created_at", "2020-11-18 14:16:03.037624"], ["updated_at", "2020-11-18 14:16:03.037624"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 1.00395326583755], ["string", "Dolores quo doloribus."], ["date", "2020-11-19"], ["time", "2000-01-01 20:16:33.256134"], ["datetime", "2020-11-18 08:52:49.225376"], ["created_at", "2020-11-18 14:16:03.039876"], ["updated_at", "2020-11-18 14:16:03.039876"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 12.0628313592171], ["string", "Sed eius non delectus."], ["date", "2020-06-14"], ["time", "2000-01-01 03:46:55.604208"], ["datetime", "2020-11-17 23:50:23.787735"], ["created_at", "2020-11-18 14:16:03.042084"], ["updated_at", "2020-11-18 14:16:03.042084"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 24], ["decimal", 25.1990980117585], ["string", "Officiis voluptatibus non."], ["date", "2020-03-27"], ["time", "2000-01-01 19:40:14.147115"], ["datetime", "2020-11-18 02:00:39.014728"], ["created_at", "2020-11-18 14:16:03.044238"], ["updated_at", "2020-11-18 14:16:03.044238"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 4.59992688043079], ["string", "Quibusdam inventore animi."], ["created_at", "2020-11-18 14:16:03.046253"], ["updated_at", "2020-11-18 14:16:03.046253"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 11.6187253628826], ["string", "Sit odio molestias vitae."], ["created_at", "2020-11-18 14:16:03.047968"], ["updated_at", "2020-11-18 14:16:03.047968"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 0.312335648617144], ["string", "Est soluta quia."], ["created_at", "2020-11-18 14:16:03.049649"], ["updated_at", "2020-11-18 14:16:03.049649"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 6.95640051007797], ["string", "Eveniet odit neque rerum."], ["created_at", "2020-11-18 14:16:03.051316"], ["updated_at", "2020-11-18 14:16:03.051316"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1028], ["decimal", 11.4994594232168], ["string", "Voluptatem aliquid modi."], ["created_at", "2020-11-18 14:16:03.053104"], ["updated_at", "2020-11-18 14:16:03.053104"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-18 14:16:03.055593"], ["updated_at", "2020-11-18 14:16:03.055593"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 14:16:03.057903"], ["updated_at", "2020-11-18 14:16:03.057903"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 14:16:03.060102"], ["updated_at", "2020-11-18 14:16:03.060102"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 14:16:03.062432"], ["updated_at", "2020-11-18 14:16:03.062432"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 14:16:03.064669"], ["updated_at", "2020-11-18 14:16:03.064669"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-18 14:16:03.067826"], ["updated_at", "2020-11-18 14:16:03.067826"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 10], ["created_at", "2020-11-18 14:16:03.070928"], ["updated_at", "2020-11-18 14:16:03.070928"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 14], ["created_at", "2020-11-18 14:16:03.073916"], ["updated_at", "2020-11-18 14:16:03.073916"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 4], ["created_at", "2020-11-18 14:16:03.077311"], ["updated_at", "2020-11-18 14:16:03.077311"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 8], ["created_at", "2020-11-18 14:16:03.081124"], ["updated_at", "2020-11-18 14:16:03.081124"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-18 14:16:03.083916"], ["updated_at", "2020-11-18 14:16:03.083916"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-18 14:16:03.086472"], ["updated_at", "2020-11-18 14:16:03.086472"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 14:16:03.088942"], ["updated_at", "2020-11-18 14:16:03.088942"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 11], ["created_at", "2020-11-18 14:16:03.091507"], ["updated_at", "2020-11-18 14:16:03.091507"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-18 14:16:03.093826"], ["updated_at", "2020-11-18 14:16:03.093826"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.095277"], ["updated_at", "2020-11-18 14:16:03.095277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.096558"], ["updated_at", "2020-11-18 14:16:03.096558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.097591"], ["updated_at", "2020-11-18 14:16:03.097591"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.098596"], ["updated_at", "2020-11-18 14:16:03.098596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.099609"], ["updated_at", "2020-11-18 14:16:03.099609"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:16:03.101788"], ["updated_at", "2020-11-18 14:16:03.101788"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:16:03.103612"], ["updated_at", "2020-11-18 14:16:03.103612"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:16:03.105348"], ["updated_at", "2020-11-18 14:16:03.105348"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:16:03.107132"], ["updated_at", "2020-11-18 14:16:03.107132"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:16:03.108928"], ["updated_at", "2020-11-18 14:16:03.108928"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 14:16:03.110843"], ["updated_at", "2020-11-18 14:16:03.110843"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 14:16:03.112727"], ["updated_at", "2020-11-18 14:16:03.112727"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 14:16:03.114514"], ["updated_at", "2020-11-18 14:16:03.114514"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 14:16:03.116283"], ["updated_at", "2020-11-18 14:16:03.116283"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 14:16:03.118125"], ["updated_at", "2020-11-18 14:16:03.118125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.128223"], ["updated_at", "2020-11-18 14:16:03.128223"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.129433"], ["updated_at", "2020-11-18 14:16:03.129433"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.130535"], ["updated_at", "2020-11-18 14:16:03.130535"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.131758"], ["updated_at", "2020-11-18 14:16:03.131758"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.132859"], ["updated_at", "2020-11-18 14:16:03.132859"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:16:03.133947"], ["updated_at", "2020-11-18 14:16:03.133947"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:16:03.135296"], ["updated_at", "2020-11-18 14:16:03.135296"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:16:03.136291"], ["updated_at", "2020-11-18 14:16:03.136291"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:16:03.137182"], ["updated_at", "2020-11-18 14:16:03.137182"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:16:03.138009"], ["updated_at", "2020-11-18 14:16:03.138009"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 16.2612953482003], ["string", "Et quibusdam eos."], ["date", "2020-02-05"], ["time", "2000-01-01 15:58:08.107911"], ["datetime", "2020-11-18 04:04:48.974924"], ["created_at", "2020-11-18 14:16:03.183356"], ["updated_at", "2020-11-18 14:16:03.183356"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 11.167047019879], ["string", "Ut qui modi et."], ["date", "2019-09-21"], ["time", "2000-01-01 22:37:02.140732"], ["datetime", "2020-11-18 12:45:31.914127"], ["created_at", "2020-11-18 14:16:03.187402"], ["updated_at", "2020-11-18 14:16:03.187402"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 26], ["decimal", 33.8356330097468], ["string", "Aspernatur consequatur enim."], ["date", "2022-08-05"], ["time", "2000-01-01 00:47:15.170973"], ["datetime", "2020-11-18 05:37:06.816010"], ["created_at", "2020-11-18 14:16:03.190466"], ["updated_at", "2020-11-18 14:16:03.190466"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 35], ["decimal", 9.7845720767106], ["string", "Culpa dolores modi."], ["date", "2021-07-20"], ["time", "2000-01-01 14:33:50.939699"], ["datetime", "2020-11-18 05:11:13.979805"], ["created_at", "2020-11-18 14:16:03.196863"], ["updated_at", "2020-11-18 14:16:03.196863"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 4.27027323490077], ["string", "Est temporibus blanditiis dolor."], ["date", "2021-05-27"], ["time", "2000-01-01 11:38:06.132829"], ["datetime", "2020-11-17 21:33:00.005134"], ["created_at", "2020-11-18 14:16:03.201197"], ["updated_at", "2020-11-18 14:16:03.201197"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 6.85790576127321], ["string", "Quo adipisci non."], ["date", "2022-07-20"], ["time", "2000-01-01 16:19:37.448918"], ["datetime", "2020-11-17 16:48:30.374268"], ["created_at", "2020-11-18 14:16:03.204195"], ["updated_at", "2020-11-18 14:16:03.204195"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.209247"], ["updated_at", "2020-11-18 14:16:03.209247"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 3.48996593842105], ["string", "Quis sit quas."], ["date", "2022-02-14"], ["time", "2000-01-01 21:48:51.144449"], ["datetime", "2020-11-18 01:19:43.256520"], ["created_at", "2020-11-18 14:16:03.249493"], ["updated_at", "2020-11-18 14:16:03.249493"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 25.1885121622234], ["string", "Culpa et consectetur mollitia."], ["date", "2021-08-25"], ["time", "2000-01-01 05:23:08.009034"], ["datetime", "2020-11-18 14:04:34.052152"], ["created_at", "2020-11-18 14:16:03.252868"], ["updated_at", "2020-11-18 14:16:03.252868"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 1.75377010165361], ["string", "Sint voluptate accusantium."], ["date", "2021-06-01"], ["time", "2000-01-01 19:29:18.278421"], ["datetime", "2020-11-17 22:54:42.418766"], ["created_at", "2020-11-18 14:16:03.255095"], ["updated_at", "2020-11-18 14:16:03.255095"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 1.02459672632771], ["string", "Vero alias et quidem."], ["date", "2020-10-26"], ["time", "2000-01-01 07:11:26.916537"], ["datetime", "2020-11-18 03:33:47.099612"], ["created_at", "2020-11-18 14:16:03.257593"], ["updated_at", "2020-11-18 14:16:03.257593"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 22.2988457317042], ["string", "Accusamus beatae similique."], ["date", "2019-05-24"], ["time", "2000-01-01 16:02:49.993360"], ["datetime", "2020-11-17 21:08:43.421296"], ["created_at", "2020-11-18 14:16:03.260033"], ["updated_at", "2020-11-18 14:16:03.260033"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 28.4399641299709], ["string", "Voluptates quidem facilis."], ["created_at", "2020-11-18 14:16:03.262389"], ["updated_at", "2020-11-18 14:16:03.262389"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 3.59308024227347], ["string", "Illum voluptatem delectus possimus."], ["created_at", "2020-11-18 14:16:03.265260"], ["updated_at", "2020-11-18 14:16:03.265260"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 1.70703308126816], ["string", "Blanditiis non debitis."], ["created_at", "2020-11-18 14:16:03.267633"], ["updated_at", "2020-11-18 14:16:03.267633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 0.477388974287856], ["string", "Numquam quidem et vitae."], ["created_at", "2020-11-18 14:16:03.269286"], ["updated_at", "2020-11-18 14:16:03.269286"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1027], ["decimal", 11.1068030289353], ["string", "Ut dolor dolore."], ["created_at", "2020-11-18 14:16:03.270798"], ["updated_at", "2020-11-18 14:16:03.270798"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 14:16:03.272970"], ["updated_at", "2020-11-18 14:16:03.272970"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 14:16:03.274894"], ["updated_at", "2020-11-18 14:16:03.274894"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 14:16:03.276701"], ["updated_at", "2020-11-18 14:16:03.276701"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 14:16:03.278485"], ["updated_at", "2020-11-18 14:16:03.278485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 14:16:03.280187"], ["updated_at", "2020-11-18 14:16:03.280187"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-18 14:16:03.283316"], ["updated_at", "2020-11-18 14:16:03.283316"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-18 14:16:03.286014"], ["updated_at", "2020-11-18 14:16:03.286014"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-18 14:16:03.288570"], ["updated_at", "2020-11-18 14:16:03.288570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-18 14:16:03.291021"], ["updated_at", "2020-11-18 14:16:03.291021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-18 14:16:03.293392"], ["updated_at", "2020-11-18 14:16:03.293392"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 14:16:03.295257"], ["updated_at", "2020-11-18 14:16:03.295257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 14:16:03.297182"], ["updated_at", "2020-11-18 14:16:03.297182"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 14:16:03.299072"], ["updated_at", "2020-11-18 14:16:03.299072"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 14:16:03.300931"], ["updated_at", "2020-11-18 14:16:03.300931"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 14:16:03.302882"], ["updated_at", "2020-11-18 14:16:03.302882"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.304095"], ["updated_at", "2020-11-18 14:16:03.304095"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.305162"], ["updated_at", "2020-11-18 14:16:03.305162"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.306096"], ["updated_at", "2020-11-18 14:16:03.306096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.307014"], ["updated_at", "2020-11-18 14:16:03.307014"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.307934"], ["updated_at", "2020-11-18 14:16:03.307934"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.309790"], ["updated_at", "2020-11-18 14:16:03.309790"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.311509"], ["updated_at", "2020-11-18 14:16:03.311509"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.313210"], ["updated_at", "2020-11-18 14:16:03.313210"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.314849"], ["updated_at", "2020-11-18 14:16:03.314849"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.316494"], ["updated_at", "2020-11-18 14:16:03.316494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 14:16:03.318311"], ["updated_at", "2020-11-18 14:16:03.318311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 14:16:03.320047"], ["updated_at", "2020-11-18 14:16:03.320047"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 14:16:03.321650"], ["updated_at", "2020-11-18 14:16:03.321650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 14:16:03.323266"], ["updated_at", "2020-11-18 14:16:03.323266"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 14:16:03.324830"], ["updated_at", "2020-11-18 14:16:03.324830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.333853"], ["updated_at", "2020-11-18 14:16:03.333853"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.334923"], ["updated_at", "2020-11-18 14:16:03.334923"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.335815"], ["updated_at", "2020-11-18 14:16:03.335815"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.336648"], ["updated_at", "2020-11-18 14:16:03.336648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.337482"], ["updated_at", "2020-11-18 14:16:03.337482"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:16:03.338399"], ["updated_at", "2020-11-18 14:16:03.338399"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:16:03.339301"], ["updated_at", "2020-11-18 14:16:03.339301"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:16:03.340171"], ["updated_at", "2020-11-18 14:16:03.340171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:16:03.341102"], ["updated_at", "2020-11-18 14:16:03.341102"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:16:03.342010"], ["updated_at", "2020-11-18 14:16:03.342010"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 3.48728532120256], ["string", "Est voluptatum ipsum."], ["date", "2019-04-12"], ["time", "2000-01-01 06:34:13.832007"], ["datetime", "2020-11-18 00:29:04.035767"], ["created_at", "2020-11-18 14:16:03.343661"], ["updated_at", "2020-11-18 14:16:03.343661"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 32.195011794765], ["string", "Esse non expedita ut."], ["date", "2019-07-27"], ["time", "2000-01-01 20:25:33.993605"], ["datetime", "2020-11-18 13:30:53.179349"], ["created_at", "2020-11-18 14:16:03.345674"], ["updated_at", "2020-11-18 14:16:03.345674"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 19.8784246777304], ["string", "Voluptates odio itaque."], ["date", "2021-02-05"], ["time", "2000-01-01 22:45:35.754454"], ["datetime", "2020-11-18 07:06:41.479655"], ["created_at", "2020-11-18 14:16:03.347734"], ["updated_at", "2020-11-18 14:16:03.347734"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 12.2135561573094], ["string", "Sit ipsum molestiae quam."], ["date", "2020-06-19"], ["time", "2000-01-01 22:32:15.163849"], ["datetime", "2020-11-17 22:59:06.077819"], ["created_at", "2020-11-18 14:16:03.349808"], ["updated_at", "2020-11-18 14:16:03.349808"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 4.6812223123401], ["string", "Et blanditiis doloremque."], ["date", "2019-04-16"], ["time", "2000-01-01 01:39:35.806744"], ["datetime", "2020-11-17 21:31:52.890882"], ["created_at", "2020-11-18 14:16:03.351894"], ["updated_at", "2020-11-18 14:16:03.351894"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1034], ["decimal", 19.8389105862384], ["string", "Consequatur non voluptatem."], ["created_at", "2020-11-18 14:16:03.353775"], ["updated_at", "2020-11-18 14:16:03.353775"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 5.9812153525582], ["string", "Quod quis veritatis beatae."], ["created_at", "2020-11-18 14:16:03.355336"], ["updated_at", "2020-11-18 14:16:03.355336"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 28.4839884489523], ["string", "Non eligendi harum."], ["created_at", "2020-11-18 14:16:03.356869"], ["updated_at", "2020-11-18 14:16:03.356869"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 11.8502155496094], ["string", "Ipsum pariatur illum sed."], ["created_at", "2020-11-18 14:16:03.358554"], ["updated_at", "2020-11-18 14:16:03.358554"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 2.35108733334543], ["string", "Sunt molestias consequatur."], ["created_at", "2020-11-18 14:16:03.360037"], ["updated_at", "2020-11-18 14:16:03.360037"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 14:16:03.361961"], ["updated_at", "2020-11-18 14:16:03.361961"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 14:16:03.363766"], ["updated_at", "2020-11-18 14:16:03.363766"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 14:16:03.365497"], ["updated_at", "2020-11-18 14:16:03.365497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 14:16:03.367247"], ["updated_at", "2020-11-18 14:16:03.367247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 14:16:03.369013"], ["updated_at", "2020-11-18 14:16:03.369013"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 9], ["created_at", "2020-11-18 14:16:03.371457"], ["updated_at", "2020-11-18 14:16:03.371457"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 9], ["created_at", "2020-11-18 14:16:03.373844"], ["updated_at", "2020-11-18 14:16:03.373844"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 9], ["created_at", "2020-11-18 14:16:03.376243"], ["updated_at", "2020-11-18 14:16:03.376243"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-18 14:16:03.378633"], ["updated_at", "2020-11-18 14:16:03.378633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-18 14:16:03.380986"], ["updated_at", "2020-11-18 14:16:03.380986"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-18 14:16:03.382861"], ["updated_at", "2020-11-18 14:16:03.382861"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-18 14:16:03.384792"], ["updated_at", "2020-11-18 14:16:03.384792"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 14:16:03.386756"], ["updated_at", "2020-11-18 14:16:03.386756"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-18 14:16:03.388741"], ["updated_at", "2020-11-18 14:16:03.388741"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 14:16:03.390706"], ["updated_at", "2020-11-18 14:16:03.390706"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.391877"], ["updated_at", "2020-11-18 14:16:03.391877"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.393008"], ["updated_at", "2020-11-18 14:16:03.393008"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.394178"], ["updated_at", "2020-11-18 14:16:03.394178"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.395423"], ["updated_at", "2020-11-18 14:16:03.395423"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.396658"], ["updated_at", "2020-11-18 14:16:03.396658"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:16:03.398631"], ["updated_at", "2020-11-18 14:16:03.398631"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:16:03.400470"], ["updated_at", "2020-11-18 14:16:03.400470"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:16:03.419784"], ["updated_at", "2020-11-18 14:16:03.419784"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:16:03.422135"], ["updated_at", "2020-11-18 14:16:03.422135"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:16:03.424160"], ["updated_at", "2020-11-18 14:16:03.424160"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 14:16:03.426302"], ["updated_at", "2020-11-18 14:16:03.426302"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 14:16:03.428458"], ["updated_at", "2020-11-18 14:16:03.428458"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 14:16:03.430432"], ["updated_at", "2020-11-18 14:16:03.430432"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 14:16:03.432374"], ["updated_at", "2020-11-18 14:16:03.432374"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 14:16:03.434261"], ["updated_at", "2020-11-18 14:16:03.434261"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.451881"], ["updated_at", "2020-11-18 14:16:03.451881"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.453407"], ["updated_at", "2020-11-18 14:16:03.453407"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.454796"], ["updated_at", "2020-11-18 14:16:03.454796"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.456167"], ["updated_at", "2020-11-18 14:16:03.456167"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.457577"], ["updated_at", "2020-11-18 14:16:03.457577"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:16:03.459108"], ["updated_at", "2020-11-18 14:16:03.459108"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:16:03.460525"], ["updated_at", "2020-11-18 14:16:03.460525"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:16:03.461918"], ["updated_at", "2020-11-18 14:16:03.461918"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:16:03.463346"], ["updated_at", "2020-11-18 14:16:03.463346"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:16:03.464869"], ["updated_at", "2020-11-18 14:16:03.464869"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 9.89949683148313], ["string", "Delectus enim qui."], ["date", "2021-11-24"], ["time", "2000-01-01 09:22:14.447385"], ["datetime", "2020-11-18 00:01:17.214168"], ["created_at", "2020-11-18 14:16:03.467022"], ["updated_at", "2020-11-18 14:16:03.467022"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 29.1474261315548], ["string", "Et id nulla sed."], ["date", "2022-02-02"], ["time", "2000-01-01 17:26:05.701838"], ["datetime", "2020-11-18 06:16:45.367538"], ["created_at", "2020-11-18 14:16:03.469465"], ["updated_at", "2020-11-18 14:16:03.469465"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 3.01642880655507], ["string", "Tenetur possimus voluptatem."], ["date", "2022-05-11"], ["time", "2000-01-01 16:49:30.189970"], ["datetime", "2020-11-18 07:06:10.802074"], ["created_at", "2020-11-18 14:16:03.472020"], ["updated_at", "2020-11-18 14:16:03.472020"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 20.2666496001478], ["string", "Molestiae quis occaecati veniam."], ["date", "2022-09-22"], ["time", "2000-01-01 06:59:01.781767"], ["datetime", "2020-11-18 09:34:02.054081"], ["created_at", "2020-11-18 14:16:03.474537"], ["updated_at", "2020-11-18 14:16:03.474537"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 39.822711955605], ["string", "Rerum minus nobis."], ["date", "2022-03-16"], ["time", "2000-01-01 11:12:32.548379"], ["datetime", "2020-11-17 15:05:57.282726"], ["created_at", "2020-11-18 14:16:03.476868"], ["updated_at", "2020-11-18 14:16:03.476868"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 14.1401500291582], ["string", "Iste totam laudantium."], ["created_at", "2020-11-18 14:16:03.479007"], ["updated_at", "2020-11-18 14:16:03.479007"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 5.3225886231137], ["string", "Suscipit ratione sint quibusdam."], ["created_at", "2020-11-18 14:16:03.480790"], ["updated_at", "2020-11-18 14:16:03.480790"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 11.4214446023837], ["string", "Doloribus ut quibusdam."], ["created_at", "2020-11-18 14:16:03.482708"], ["updated_at", "2020-11-18 14:16:03.482708"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 30.281431226372], ["string", "Nihil sequi et deleniti."], ["created_at", "2020-11-18 14:16:03.484634"], ["updated_at", "2020-11-18 14:16:03.484634"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 12.7978134691551], ["string", "Reiciendis inventore aliquam."], ["created_at", "2020-11-18 14:16:03.486436"], ["updated_at", "2020-11-18 14:16:03.486436"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 14:16:03.488538"], ["updated_at", "2020-11-18 14:16:03.488538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 14:16:03.490353"], ["updated_at", "2020-11-18 14:16:03.490353"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 14:16:03.492028"], ["updated_at", "2020-11-18 14:16:03.492028"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 14:16:03.493842"], ["updated_at", "2020-11-18 14:16:03.493842"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 14:16:03.495844"], ["updated_at", "2020-11-18 14:16:03.495844"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-18 14:16:03.498452"], ["updated_at", "2020-11-18 14:16:03.498452"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 8], ["created_at", "2020-11-18 14:16:03.501060"], ["updated_at", "2020-11-18 14:16:03.501060"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 1], ["created_at", "2020-11-18 14:16:03.503545"], ["updated_at", "2020-11-18 14:16:03.503545"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 7], ["created_at", "2020-11-18 14:16:03.506008"], ["updated_at", "2020-11-18 14:16:03.506008"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 3], ["created_at", "2020-11-18 14:16:03.508465"], ["updated_at", "2020-11-18 14:16:03.508465"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-18 14:16:03.510294"], ["updated_at", "2020-11-18 14:16:03.510294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 14:16:03.512101"], ["updated_at", "2020-11-18 14:16:03.512101"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 15], ["created_at", "2020-11-18 14:16:03.513893"], ["updated_at", "2020-11-18 14:16:03.513893"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-18 14:16:03.515751"], ["updated_at", "2020-11-18 14:16:03.515751"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 14:16:03.517583"], ["updated_at", "2020-11-18 14:16:03.517583"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.518739"], ["updated_at", "2020-11-18 14:16:03.518739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.519778"], ["updated_at", "2020-11-18 14:16:03.519778"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.520858"], ["updated_at", "2020-11-18 14:16:03.520858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.521869"], ["updated_at", "2020-11-18 14:16:03.521869"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.522884"], ["updated_at", "2020-11-18 14:16:03.522884"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:16:03.524783"], ["updated_at", "2020-11-18 14:16:03.524783"], ["india_id", 9]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:16:03.526697"], ["updated_at", "2020-11-18 14:16:03.526697"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:16:03.528476"], ["updated_at", "2020-11-18 14:16:03.528476"], ["india_id", 10]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:16:03.530163"], ["updated_at", "2020-11-18 14:16:03.530163"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:16:03.531872"], ["updated_at", "2020-11-18 14:16:03.531872"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 14:16:03.533689"], ["updated_at", "2020-11-18 14:16:03.533689"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-18 14:16:03.535454"], ["updated_at", "2020-11-18 14:16:03.535454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 14:16:03.537096"], ["updated_at", "2020-11-18 14:16:03.537096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 14:16:03.538726"], ["updated_at", "2020-11-18 14:16:03.538726"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 14:16:03.540346"], ["updated_at", "2020-11-18 14:16:03.540346"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.549731"], ["updated_at", "2020-11-18 14:16:03.549731"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.550839"], ["updated_at", "2020-11-18 14:16:03.550839"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.551783"], ["updated_at", "2020-11-18 14:16:03.551783"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.552721"], ["updated_at", "2020-11-18 14:16:03.552721"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:16:03.553654"], ["updated_at", "2020-11-18 14:16:03.553654"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:16:03.554656"], ["updated_at", "2020-11-18 14:16:03.554656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:16:03.555664"], ["updated_at", "2020-11-18 14:16:03.555664"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:16:03.556633"], ["updated_at", "2020-11-18 14:16:03.556633"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:16:03.557591"], ["updated_at", "2020-11-18 14:16:03.557591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:16:03.558753"], ["updated_at", "2020-11-18 14:16:03.558753"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (11.9ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.0ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.5ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.5ms) DELETE FROM "kilos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.5ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (1.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.8ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 24.4023695508509], ["string", "Voluptatem illum est a."], ["date", "2020-12-27"], ["time", "2000-01-01 07:07:06.533966"], ["datetime", "2020-11-17 21:49:47.221605"], ["created_at", "2020-11-18 14:23:25.569336"], ["updated_at", "2020-11-18 14:23:25.569336"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 4.33144803929912], ["string", "Consectetur exercitationem voluptatem vitae rerum nisi."], ["date", "2019-01-27"], ["time", "2000-01-01 22:31:13.150662"], ["datetime", "2020-11-18 14:01:30.269240"], ["created_at", "2020-11-18 14:23:25.571572"], ["updated_at", "2020-11-18 14:23:25.571572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 13.0925519399306], ["string", "Aliquam vel dolores."], ["date", "2022-04-20"], ["time", "2000-01-01 19:37:16.248977"], ["datetime", "2020-11-17 16:39:42.249942"], ["created_at", "2020-11-18 14:23:25.573255"], ["updated_at", "2020-11-18 14:23:25.573255"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 8.41949131831212], ["string", "Architecto sit deleniti quos."], ["date", "2019-01-17"], ["time", "2000-01-01 03:52:05.228821"], ["datetime", "2020-11-17 22:17:47.955192"], ["created_at", "2020-11-18 14:23:25.574873"], ["updated_at", "2020-11-18 14:23:25.574873"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 19.3718863674926], ["string", "Omnis fuga et corrupti."], ["date", "2019-11-14"], ["time", "2000-01-01 08:53:03.394162"], ["datetime", "2020-11-18 14:19:10.840213"], ["created_at", "2020-11-18 14:23:25.576496"], ["updated_at", "2020-11-18 14:23:25.576496"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 0.411265266064624], ["string", "Reiciendis nostrum dolorem at delectus."], ["created_at", "2020-11-18 14:23:25.583535"], ["updated_at", "2020-11-18 14:23:25.583535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 0.118531908175092], ["string", "Dolores temporibus aut aut nostrum."], ["created_at", "2020-11-18 14:23:25.585216"], ["updated_at", "2020-11-18 14:23:25.585216"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 0.131043898014955], ["string", "Expedita ullam dolor numquam minima non."], ["created_at", "2020-11-18 14:23:25.586713"], ["updated_at", "2020-11-18 14:23:25.586713"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 6.28236661316269], ["string", "Aliquid ad laboriosam et corrupti."], ["created_at", "2020-11-18 14:23:25.588044"], ["updated_at", "2020-11-18 14:23:25.588044"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 2.7654011601954], ["string", "Voluptas laborum quis culpa."], ["created_at", "2020-11-18 14:23:25.589325"], ["updated_at", "2020-11-18 14:23:25.589325"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 14:23:25.597572"], ["updated_at", "2020-11-18 14:23:25.597572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 14:23:25.599393"], ["updated_at", "2020-11-18 14:23:25.599393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 14:23:25.601015"], ["updated_at", "2020-11-18 14:23:25.601015"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 14:23:25.602408"], ["updated_at", "2020-11-18 14:23:25.602408"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 14:23:25.603762"], ["updated_at", "2020-11-18 14:23:25.603762"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-18 14:23:25.610572"], ["updated_at", "2020-11-18 14:23:25.610572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-18 14:23:25.612724"], ["updated_at", "2020-11-18 14:23:25.612724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-18 14:23:25.614633"], ["updated_at", "2020-11-18 14:23:25.614633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-18 14:23:25.616459"], ["updated_at", "2020-11-18 14:23:25.616459"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-18 14:23:25.618276"], ["updated_at", "2020-11-18 14:23:25.618276"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 14:23:25.624254"], ["updated_at", "2020-11-18 14:23:25.624254"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-18 14:23:25.626016"], ["updated_at", "2020-11-18 14:23:25.626016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 14:23:25.627700"], ["updated_at", "2020-11-18 14:23:25.627700"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 14:23:25.629430"], ["updated_at", "2020-11-18 14:23:25.629430"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 14:23:25.630874"], ["updated_at", "2020-11-18 14:23:25.630874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.637133"], ["updated_at", "2020-11-18 14:23:25.637133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.638293"], ["updated_at", "2020-11-18 14:23:25.638293"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.639282"], ["updated_at", "2020-11-18 14:23:25.639282"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.640193"], ["updated_at", "2020-11-18 14:23:25.640193"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.641072"], ["updated_at", "2020-11-18 14:23:25.641072"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.646927"], ["updated_at", "2020-11-18 14:23:25.646927"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.648749"], ["updated_at", "2020-11-18 14:23:25.648749"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.650398"], ["updated_at", "2020-11-18 14:23:25.650398"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.652076"], ["updated_at", "2020-11-18 14:23:25.652076"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.653799"], ["updated_at", "2020-11-18 14:23:25.653799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 14:23:25.658419"], ["updated_at", "2020-11-18 14:23:25.658419"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 14:23:25.660048"], ["updated_at", "2020-11-18 14:23:25.660048"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 14:23:25.661457"], ["updated_at", "2020-11-18 14:23:25.661457"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 14:23:25.662811"], ["updated_at", "2020-11-18 14:23:25.662811"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 14:23:25.664194"], ["updated_at", "2020-11-18 14:23:25.664194"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.682320"], ["updated_at", "2020-11-18 14:23:25.682320"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.683332"], ["updated_at", "2020-11-18 14:23:25.683332"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.684095"], ["updated_at", "2020-11-18 14:23:25.684095"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.684831"], ["updated_at", "2020-11-18 14:23:25.684831"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.685623"], ["updated_at", "2020-11-18 14:23:25.685623"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:23:25.689193"], ["updated_at", "2020-11-18 14:23:25.689193"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:23:25.690739"], ["updated_at", "2020-11-18 14:23:25.690739"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:23:25.691942"], ["updated_at", "2020-11-18 14:23:25.691942"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:23:25.693076"], ["updated_at", "2020-11-18 14:23:25.693076"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:23:25.694301"], ["updated_at", "2020-11-18 14:23:25.694301"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 24], ["decimal", 2.59494064094714], ["string", "Occaecati eos quisquam."], ["date", "2018-11-23"], ["time", "2000-01-01 11:40:10.189127"], ["datetime", "2020-11-18 04:38:10.694892"], ["created_at", "2020-11-18 14:23:25.696333"], ["updated_at", "2020-11-18 14:23:25.696333"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 1.48752942117325], ["string", "Culpa a consectetur."], ["date", "2021-05-09"], ["time", "2000-01-01 00:55:51.589842"], ["datetime", "2020-11-18 04:54:43.069152"], ["created_at", "2020-11-18 14:23:25.698327"], ["updated_at", "2020-11-18 14:23:25.698327"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 1.41108988145894], ["string", "Quia reiciendis et magni."], ["date", "2022-08-26"], ["time", "2000-01-01 12:26:11.963458"], ["datetime", "2020-11-18 13:30:47.147586"], ["created_at", "2020-11-18 14:23:25.700516"], ["updated_at", "2020-11-18 14:23:25.700516"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 1.99451402444312], ["string", "Dolorem ad quae."], ["date", "2022-08-02"], ["time", "2000-01-01 19:45:34.067707"], ["datetime", "2020-11-18 06:26:17.571519"], ["created_at", "2020-11-18 14:23:25.702546"], ["updated_at", "2020-11-18 14:23:25.702546"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 5.39085330120293], ["string", "Nihil qui atque hic."], ["date", "2020-06-22"], ["time", "2000-01-01 04:50:35.197515"], ["datetime", "2020-11-17 18:41:28.592936"], ["created_at", "2020-11-18 14:23:25.704464"], ["updated_at", "2020-11-18 14:23:25.704464"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 1.85718786755339], ["string", "Nihil non error omnis."], ["created_at", "2020-11-18 14:23:25.706142"], ["updated_at", "2020-11-18 14:23:25.706142"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 5.61908026347241], ["string", "Quas quae impedit."], ["created_at", "2020-11-18 14:23:25.707628"], ["updated_at", "2020-11-18 14:23:25.707628"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 11.0636083808369], ["string", "Repellendus nam velit omnis nihil."], ["created_at", "2020-11-18 14:23:25.708952"], ["updated_at", "2020-11-18 14:23:25.708952"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1019], ["decimal", 0.569950672921243], ["string", "Vero consequuntur excepturi ad et."], ["created_at", "2020-11-18 14:23:25.710362"], ["updated_at", "2020-11-18 14:23:25.710362"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 0.250669730260975], ["string", "Quia ducimus iusto voluptas aperiam."], ["created_at", "2020-11-18 14:23:25.711775"], ["updated_at", "2020-11-18 14:23:25.711775"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 14:23:25.713754"], ["updated_at", "2020-11-18 14:23:25.713754"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 14:23:25.715660"], ["updated_at", "2020-11-18 14:23:25.715660"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 14:23:25.717588"], ["updated_at", "2020-11-18 14:23:25.717588"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 14:23:25.719653"], ["updated_at", "2020-11-18 14:23:25.719653"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 14:23:25.721621"], ["updated_at", "2020-11-18 14:23:25.721621"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 10], ["created_at", "2020-11-18 14:23:25.724372"], ["updated_at", "2020-11-18 14:23:25.724372"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 10], ["created_at", "2020-11-18 14:23:25.727189"], ["updated_at", "2020-11-18 14:23:25.727189"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 3], ["created_at", "2020-11-18 14:23:25.729991"], ["updated_at", "2020-11-18 14:23:25.729991"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 6], ["created_at", "2020-11-18 14:23:25.732748"], ["updated_at", "2020-11-18 14:23:25.732748"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 8], ["created_at", "2020-11-18 14:23:25.735628"], ["updated_at", "2020-11-18 14:23:25.735628"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 14:23:25.738050"], ["updated_at", "2020-11-18 14:23:25.738050"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 14:23:25.740658"], ["updated_at", "2020-11-18 14:23:25.740658"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-18 14:23:25.743040"], ["updated_at", "2020-11-18 14:23:25.743040"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 14:23:25.745389"], ["updated_at", "2020-11-18 14:23:25.745389"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-18 14:23:25.747624"], ["updated_at", "2020-11-18 14:23:25.747624"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.748966"], ["updated_at", "2020-11-18 14:23:25.748966"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.750205"], ["updated_at", "2020-11-18 14:23:25.750205"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.751413"], ["updated_at", "2020-11-18 14:23:25.751413"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.752689"], ["updated_at", "2020-11-18 14:23:25.752689"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.753893"], ["updated_at", "2020-11-18 14:23:25.753893"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:23:25.756355"], ["updated_at", "2020-11-18 14:23:25.756355"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:23:25.758316"], ["updated_at", "2020-11-18 14:23:25.758316"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:23:25.760224"], ["updated_at", "2020-11-18 14:23:25.760224"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:23:25.762163"], ["updated_at", "2020-11-18 14:23:25.762163"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:23:25.764118"], ["updated_at", "2020-11-18 14:23:25.764118"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 14:23:25.766095"], ["updated_at", "2020-11-18 14:23:25.766095"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 14:23:25.768065"], ["updated_at", "2020-11-18 14:23:25.768065"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 14:23:25.770111"], ["updated_at", "2020-11-18 14:23:25.770111"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 14:23:25.772324"], ["updated_at", "2020-11-18 14:23:25.772324"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 14:23:25.774546"], ["updated_at", "2020-11-18 14:23:25.774546"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.784783"], ["updated_at", "2020-11-18 14:23:25.784783"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.785752"], ["updated_at", "2020-11-18 14:23:25.785752"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.786592"], ["updated_at", "2020-11-18 14:23:25.786592"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.787636"], ["updated_at", "2020-11-18 14:23:25.787636"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.788574"], ["updated_at", "2020-11-18 14:23:25.788574"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:23:25.789550"], ["updated_at", "2020-11-18 14:23:25.789550"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:23:25.790525"], ["updated_at", "2020-11-18 14:23:25.790525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:23:25.791443"], ["updated_at", "2020-11-18 14:23:25.791443"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:23:25.792366"], ["updated_at", "2020-11-18 14:23:25.792366"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:23:25.793388"], ["updated_at", "2020-11-18 14:23:25.793388"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 29], ["decimal", 6.42446537563553], ["string", "Officia dolorum dolor."], ["date", "2020-10-24"], ["time", "2000-01-01 22:31:12.709949"], ["datetime", "2020-11-18 13:28:59.526400"], ["created_at", "2020-11-18 14:23:25.794966"], ["updated_at", "2020-11-18 14:23:25.794966"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 12.4550613210438], ["string", "Natus veniam nihil."], ["date", "2020-09-04"], ["time", "2000-01-01 12:18:23.558194"], ["datetime", "2020-11-18 14:11:55.285076"], ["created_at", "2020-11-18 14:23:25.797209"], ["updated_at", "2020-11-18 14:23:25.797209"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 29.4792657820823], ["string", "Animi amet veritatis consectetur repellendus."], ["date", "2021-05-28"], ["time", "2000-01-01 05:19:56.164778"], ["datetime", "2020-11-18 11:09:06.487615"], ["created_at", "2020-11-18 14:23:25.799549"], ["updated_at", "2020-11-18 14:23:25.799549"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 23], ["decimal", 0.496267599656547], ["string", "Earum dignissimos et distinctio aut ut."], ["date", "2019-01-11"], ["time", "2000-01-01 21:16:54.774319"], ["datetime", "2020-11-18 01:23:17.699071"], ["created_at", "2020-11-18 14:23:25.801548"], ["updated_at", "2020-11-18 14:23:25.801548"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 40], ["decimal", 15.0527113163691], ["string", "Maxime quas sit est neque."], ["date", "2020-05-07"], ["time", "2000-01-01 07:24:36.500109"], ["datetime", "2020-11-18 08:26:51.907345"], ["created_at", "2020-11-18 14:23:25.803241"], ["updated_at", "2020-11-18 14:23:25.803241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 17.0768965071029], ["string", "Nulla deleniti molestiae quo eius iste."], ["created_at", "2020-11-18 14:23:25.804814"], ["updated_at", "2020-11-18 14:23:25.804814"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 0.362298711009571], ["string", "Ea dolore aut eligendi."], ["created_at", "2020-11-18 14:23:25.806139"], ["updated_at", "2020-11-18 14:23:25.806139"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 5.66291481163585], ["string", "Molestiae ut asperiores ut inventore similique."], ["created_at", "2020-11-18 14:23:25.807313"], ["updated_at", "2020-11-18 14:23:25.807313"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 0.201615550009963], ["string", "Eius quia voluptates."], ["created_at", "2020-11-18 14:23:25.808685"], ["updated_at", "2020-11-18 14:23:25.808685"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 10.5779144311916], ["string", "Et neque accusantium."], ["created_at", "2020-11-18 14:23:25.810940"], ["updated_at", "2020-11-18 14:23:25.810940"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 14:23:25.812974"], ["updated_at", "2020-11-18 14:23:25.812974"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 14:23:25.814420"], ["updated_at", "2020-11-18 14:23:25.814420"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 14:23:25.815763"], ["updated_at", "2020-11-18 14:23:25.815763"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 14:23:25.817084"], ["updated_at", "2020-11-18 14:23:25.817084"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 14:23:25.818398"], ["updated_at", "2020-11-18 14:23:25.818398"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 8], ["created_at", "2020-11-18 14:23:25.820252"], ["updated_at", "2020-11-18 14:23:25.820252"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 11], ["created_at", "2020-11-18 14:23:25.822440"], ["updated_at", "2020-11-18 14:23:25.822440"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 6], ["created_at", "2020-11-18 14:23:25.824263"], ["updated_at", "2020-11-18 14:23:25.824263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 6], ["created_at", "2020-11-18 14:23:25.825979"], ["updated_at", "2020-11-18 14:23:25.825979"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 1], ["created_at", "2020-11-18 14:23:25.827786"], ["updated_at", "2020-11-18 14:23:25.827786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 14:23:25.829133"], ["updated_at", "2020-11-18 14:23:25.829133"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-18 14:23:25.830700"], ["updated_at", "2020-11-18 14:23:25.830700"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 14:23:25.832102"], ["updated_at", "2020-11-18 14:23:25.832102"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-18 14:23:25.833420"], ["updated_at", "2020-11-18 14:23:25.833420"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 14:23:25.834681"], ["updated_at", "2020-11-18 14:23:25.834681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.835466"], ["updated_at", "2020-11-18 14:23:25.835466"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.836210"], ["updated_at", "2020-11-18 14:23:25.836210"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.836952"], ["updated_at", "2020-11-18 14:23:25.836952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.837774"], ["updated_at", "2020-11-18 14:23:25.837774"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.838709"], ["updated_at", "2020-11-18 14:23:25.838709"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:23:25.840578"], ["updated_at", "2020-11-18 14:23:25.840578"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:23:25.842741"], ["updated_at", "2020-11-18 14:23:25.842741"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:23:25.844663"], ["updated_at", "2020-11-18 14:23:25.844663"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:23:25.846271"], ["updated_at", "2020-11-18 14:23:25.846271"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:23:25.847990"], ["updated_at", "2020-11-18 14:23:25.847990"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 14:23:25.849860"], ["updated_at", "2020-11-18 14:23:25.849860"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 14:23:25.851594"], ["updated_at", "2020-11-18 14:23:25.851594"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 14:23:25.853236"], ["updated_at", "2020-11-18 14:23:25.853236"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-18 14:23:25.854816"], ["updated_at", "2020-11-18 14:23:25.854816"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 14:23:25.856346"], ["updated_at", "2020-11-18 14:23:25.856346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.865860"], ["updated_at", "2020-11-18 14:23:25.865860"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.867034"], ["updated_at", "2020-11-18 14:23:25.867034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.868070"], ["updated_at", "2020-11-18 14:23:25.868070"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.869232"], ["updated_at", "2020-11-18 14:23:25.869232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.870311"], ["updated_at", "2020-11-18 14:23:25.870311"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:23:25.871659"], ["updated_at", "2020-11-18 14:23:25.871659"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:23:25.872885"], ["updated_at", "2020-11-18 14:23:25.872885"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:23:25.874157"], ["updated_at", "2020-11-18 14:23:25.874157"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:23:25.875474"], ["updated_at", "2020-11-18 14:23:25.875474"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:23:25.876660"], ["updated_at", "2020-11-18 14:23:25.876660"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 1.42138998483877], ["string", "Sapiente temporibus sequi id."], ["date", "2021-09-20"], ["time", "2000-01-01 19:58:53.997323"], ["datetime", "2020-11-18 04:04:45.019109"], ["created_at", "2020-11-18 14:23:25.916680"], ["updated_at", "2020-11-18 14:23:25.916680"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 21], ["decimal", 10.1648424526046], ["string", "Sit perspiciatis accusamus reiciendis et."], ["date", "2021-06-09"], ["time", "2000-01-01 04:50:02.568290"], ["datetime", "2020-11-18 04:44:37.709637"], ["created_at", "2020-11-18 14:23:25.918795"], ["updated_at", "2020-11-18 14:23:25.918795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 21], ["decimal", 3.15736401912678], ["string", "Qui quaerat quasi ea excepturi."], ["date", "2019-05-20"], ["time", "2000-01-01 06:47:38.414556"], ["datetime", "2020-11-18 08:58:49.479266"], ["created_at", "2020-11-18 14:23:25.920467"], ["updated_at", "2020-11-18 14:23:25.920467"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 12.5848290548479], ["string", "Est et voluptatem in."], ["date", "2021-01-07"], ["time", "2000-01-01 20:03:02.591178"], ["datetime", "2020-11-18 01:40:59.050201"], ["created_at", "2020-11-18 14:23:25.923889"], ["updated_at", "2020-11-18 14:23:25.923889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 14.86589262944], ["string", "Debitis sed ratione fuga provident."], ["date", "2019-09-25"], ["time", "2000-01-01 23:53:55.287619"], ["datetime", "2020-11-17 18:09:29.530306"], ["created_at", "2020-11-18 14:23:25.926292"], ["updated_at", "2020-11-18 14:23:25.926292"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 26.8545952283973], ["string", "Tempora atque sed sint quasi eligendi."], ["date", "2021-06-24"], ["time", "2000-01-01 13:00:37.773432"], ["datetime", "2020-11-17 21:19:33.634214"], ["created_at", "2020-11-18 14:23:25.929968"], ["updated_at", "2020-11-18 14:23:25.929968"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:25.934509"], ["updated_at", "2020-11-18 14:23:25.934509"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 21], ["decimal", 10.7235933240428], ["string", "Qui minus sapiente."], ["date", "2020-01-30"], ["time", "2000-01-01 04:01:52.754198"], ["datetime", "2020-11-18 06:29:12.388837"], ["created_at", "2020-11-18 14:23:25.966757"], ["updated_at", "2020-11-18 14:23:25.966757"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 23], ["decimal", 10.6859833174858], ["string", "Velit accusamus eos."], ["date", "2019-12-24"], ["time", "2000-01-01 10:01:51.037735"], ["datetime", "2020-11-18 09:59:17.148170"], ["created_at", "2020-11-18 14:23:25.969624"], ["updated_at", "2020-11-18 14:23:25.969624"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 22], ["decimal", 1.6934051295871], ["string", "Sed nisi vel."], ["date", "2020-12-29"], ["time", "2000-01-01 00:53:02.807580"], ["datetime", "2020-11-17 20:38:22.263276"], ["created_at", "2020-11-18 14:23:25.971784"], ["updated_at", "2020-11-18 14:23:25.971784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 1.64593563053093], ["string", "Nemo vero necessitatibus molestiae reiciendis deserunt."], ["date", "2021-06-15"], ["time", "2000-01-01 13:00:06.250955"], ["datetime", "2020-11-17 19:52:24.717888"], ["created_at", "2020-11-18 14:23:25.973713"], ["updated_at", "2020-11-18 14:23:25.973713"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 6.88755322938526], ["string", "Quis et tempora molestiae id."], ["date", "2022-09-05"], ["time", "2000-01-01 06:00:35.584619"], ["datetime", "2020-11-18 05:24:26.983271"], ["created_at", "2020-11-18 14:23:25.975665"], ["updated_at", "2020-11-18 14:23:25.975665"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 5.72146611009064], ["string", "Voluptas et rerum."], ["created_at", "2020-11-18 14:23:25.977498"], ["updated_at", "2020-11-18 14:23:25.977498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1021], ["decimal", 0.704193448051386], ["string", "Impedit esse vitae non."], ["created_at", "2020-11-18 14:23:25.979134"], ["updated_at", "2020-11-18 14:23:25.979134"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 11.1014879050143], ["string", "Et totam voluptas similique eos."], ["created_at", "2020-11-18 14:23:25.981741"], ["updated_at", "2020-11-18 14:23:25.981741"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1021], ["decimal", 6.04090130281703], ["string", "Repellat aut quaerat aperiam aut vel."], ["created_at", "2020-11-18 14:23:25.983902"], ["updated_at", "2020-11-18 14:23:25.983902"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 10.3971905286979], ["string", "Unde voluptatem culpa autem."], ["created_at", "2020-11-18 14:23:25.985892"], ["updated_at", "2020-11-18 14:23:25.985892"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 14:23:25.988324"], ["updated_at", "2020-11-18 14:23:25.988324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 14:23:25.990273"], ["updated_at", "2020-11-18 14:23:25.990273"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 14:23:25.991999"], ["updated_at", "2020-11-18 14:23:25.991999"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 14:23:25.993931"], ["updated_at", "2020-11-18 14:23:25.993931"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 14:23:25.996006"], ["updated_at", "2020-11-18 14:23:25.996006"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-18 14:23:25.999111"], ["updated_at", "2020-11-18 14:23:25.999111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-18 14:23:26.001994"], ["updated_at", "2020-11-18 14:23:26.001994"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-18 14:23:26.004736"], ["updated_at", "2020-11-18 14:23:26.004736"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-18 14:23:26.007589"], ["updated_at", "2020-11-18 14:23:26.007589"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-18 14:23:26.010302"], ["updated_at", "2020-11-18 14:23:26.010302"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 14:23:26.012728"], ["updated_at", "2020-11-18 14:23:26.012728"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 14:23:26.015141"], ["updated_at", "2020-11-18 14:23:26.015141"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 14:23:26.017366"], ["updated_at", "2020-11-18 14:23:26.017366"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 14:23:26.019586"], ["updated_at", "2020-11-18 14:23:26.019586"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 14:23:26.021696"], ["updated_at", "2020-11-18 14:23:26.021696"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.023158"], ["updated_at", "2020-11-18 14:23:26.023158"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.024391"], ["updated_at", "2020-11-18 14:23:26.024391"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.025493"], ["updated_at", "2020-11-18 14:23:26.025493"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.026547"], ["updated_at", "2020-11-18 14:23:26.026547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.027523"], ["updated_at", "2020-11-18 14:23:26.027523"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.029359"], ["updated_at", "2020-11-18 14:23:26.029359"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.031119"], ["updated_at", "2020-11-18 14:23:26.031119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.032904"], ["updated_at", "2020-11-18 14:23:26.032904"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.034654"], ["updated_at", "2020-11-18 14:23:26.034654"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.036392"], ["updated_at", "2020-11-18 14:23:26.036392"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 14:23:26.038409"], ["updated_at", "2020-11-18 14:23:26.038409"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 14:23:26.040519"], ["updated_at", "2020-11-18 14:23:26.040519"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 14:23:26.042617"], ["updated_at", "2020-11-18 14:23:26.042617"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 14:23:26.044714"], ["updated_at", "2020-11-18 14:23:26.044714"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 14:23:26.046818"], ["updated_at", "2020-11-18 14:23:26.046818"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.055746"], ["updated_at", "2020-11-18 14:23:26.055746"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.056744"], ["updated_at", "2020-11-18 14:23:26.056744"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.057612"], ["updated_at", "2020-11-18 14:23:26.057612"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.058477"], ["updated_at", "2020-11-18 14:23:26.058477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.059319"], ["updated_at", "2020-11-18 14:23:26.059319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:23:26.060417"], ["updated_at", "2020-11-18 14:23:26.060417"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:23:26.061625"], ["updated_at", "2020-11-18 14:23:26.061625"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:23:26.062718"], ["updated_at", "2020-11-18 14:23:26.062718"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:23:26.063794"], ["updated_at", "2020-11-18 14:23:26.063794"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:23:26.064875"], ["updated_at", "2020-11-18 14:23:26.064875"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 2.55668356112045], ["string", "Fugiat aut molestiae consequuntur accusamus."], ["date", "2021-10-20"], ["time", "2000-01-01 07:15:39.428124"], ["datetime", "2020-11-17 21:45:23.894707"], ["created_at", "2020-11-18 14:23:26.066753"], ["updated_at", "2020-11-18 14:23:26.066753"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 16.2835913276975], ["string", "Quod laudantium consequatur harum voluptate facilis."], ["date", "2019-08-14"], ["time", "2000-01-01 12:12:53.185180"], ["datetime", "2020-11-18 09:01:30.258965"], ["created_at", "2020-11-18 14:23:26.069208"], ["updated_at", "2020-11-18 14:23:26.069208"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 35.1736053490444], ["string", "Rerum dolore similique recusandae provident est."], ["date", "2019-02-27"], ["time", "2000-01-01 05:59:32.052311"], ["datetime", "2020-11-17 15:47:03.848718"], ["created_at", "2020-11-18 14:23:26.071530"], ["updated_at", "2020-11-18 14:23:26.071530"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 1.37461698816855], ["string", "Rem saepe modi nesciunt."], ["date", "2019-10-12"], ["time", "2000-01-01 06:13:20.788645"], ["datetime", "2020-11-18 09:20:07.017467"], ["created_at", "2020-11-18 14:23:26.073561"], ["updated_at", "2020-11-18 14:23:26.073561"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 18.8485726097268], ["string", "Quia est laboriosam eveniet omnis."], ["date", "2021-02-19"], ["time", "2000-01-01 15:56:41.009611"], ["datetime", "2020-11-18 02:49:51.728299"], ["created_at", "2020-11-18 14:23:26.075492"], ["updated_at", "2020-11-18 14:23:26.075492"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 1.38745136526914], ["string", "Dolorum aspernatur tempore."], ["created_at", "2020-11-18 14:23:26.077303"], ["updated_at", "2020-11-18 14:23:26.077303"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 4.74337762469853], ["string", "Illo libero quas."], ["created_at", "2020-11-18 14:23:26.078792"], ["updated_at", "2020-11-18 14:23:26.078792"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 0.675538270638192], ["string", "Odio amet cum rerum aperiam."], ["created_at", "2020-11-18 14:23:26.080311"], ["updated_at", "2020-11-18 14:23:26.080311"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 11.5338514060471], ["string", "In ea corporis voluptas quisquam."], ["created_at", "2020-11-18 14:23:26.082198"], ["updated_at", "2020-11-18 14:23:26.082198"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1021], ["decimal", 6.28626742328422], ["string", "Dolorum non iure odit est delectus."], ["created_at", "2020-11-18 14:23:26.084142"], ["updated_at", "2020-11-18 14:23:26.084142"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 14:23:26.086384"], ["updated_at", "2020-11-18 14:23:26.086384"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 14:23:26.088833"], ["updated_at", "2020-11-18 14:23:26.088833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 14:23:26.090613"], ["updated_at", "2020-11-18 14:23:26.090613"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 14:23:26.092247"], ["updated_at", "2020-11-18 14:23:26.092247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 14:23:26.093937"], ["updated_at", "2020-11-18 14:23:26.093937"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-18 14:23:26.096287"], ["updated_at", "2020-11-18 14:23:26.096287"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-18 14:23:26.098411"], ["updated_at", "2020-11-18 14:23:26.098411"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 7], ["created_at", "2020-11-18 14:23:26.100483"], ["updated_at", "2020-11-18 14:23:26.100483"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 9], ["created_at", "2020-11-18 14:23:26.102518"], ["updated_at", "2020-11-18 14:23:26.102518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-18 14:23:26.104415"], ["updated_at", "2020-11-18 14:23:26.104415"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-18 14:23:26.105915"], ["updated_at", "2020-11-18 14:23:26.105915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 14:23:26.107362"], ["updated_at", "2020-11-18 14:23:26.107362"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-18 14:23:26.108800"], ["updated_at", "2020-11-18 14:23:26.108800"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 14:23:26.110246"], ["updated_at", "2020-11-18 14:23:26.110246"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 14:23:26.111650"], ["updated_at", "2020-11-18 14:23:26.111650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.112560"], ["updated_at", "2020-11-18 14:23:26.112560"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.113488"], ["updated_at", "2020-11-18 14:23:26.113488"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.114319"], ["updated_at", "2020-11-18 14:23:26.114319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.115119"], ["updated_at", "2020-11-18 14:23:26.115119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.115893"], ["updated_at", "2020-11-18 14:23:26.115893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:23:26.136679"], ["updated_at", "2020-11-18 14:23:26.136679"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:23:26.138689"], ["updated_at", "2020-11-18 14:23:26.138689"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:23:26.140533"], ["updated_at", "2020-11-18 14:23:26.140533"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:23:26.142262"], ["updated_at", "2020-11-18 14:23:26.142262"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:23:26.144099"], ["updated_at", "2020-11-18 14:23:26.144099"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 14:23:26.146034"], ["updated_at", "2020-11-18 14:23:26.146034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 14:23:26.147799"], ["updated_at", "2020-11-18 14:23:26.147799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 14:23:26.149467"], ["updated_at", "2020-11-18 14:23:26.149467"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 14:23:26.151297"], ["updated_at", "2020-11-18 14:23:26.151297"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 14:23:26.153011"], ["updated_at", "2020-11-18 14:23:26.153011"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.163062"], ["updated_at", "2020-11-18 14:23:26.163062"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.164075"], ["updated_at", "2020-11-18 14:23:26.164075"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.164910"], ["updated_at", "2020-11-18 14:23:26.164910"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.165727"], ["updated_at", "2020-11-18 14:23:26.165727"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.166530"], ["updated_at", "2020-11-18 14:23:26.166530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:23:26.167382"], ["updated_at", "2020-11-18 14:23:26.167382"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:23:26.168246"], ["updated_at", "2020-11-18 14:23:26.168246"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:23:26.169084"], ["updated_at", "2020-11-18 14:23:26.169084"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:23:26.169933"], ["updated_at", "2020-11-18 14:23:26.169933"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:23:26.170832"], ["updated_at", "2020-11-18 14:23:26.170832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 6.0739391030016], ["string", "Pariatur suscipit dolore dolores quo enim."], ["date", "2022-11-10"], ["time", "2000-01-01 07:33:19.251745"], ["datetime", "2020-11-18 07:01:44.260130"], ["created_at", "2020-11-18 14:23:26.172460"], ["updated_at", "2020-11-18 14:23:26.172460"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 0.581495986465045], ["string", "Consectetur vero sapiente voluptatem."], ["date", "2022-05-14"], ["time", "2000-01-01 10:03:17.101524"], ["datetime", "2020-11-17 15:49:16.333360"], ["created_at", "2020-11-18 14:23:26.174624"], ["updated_at", "2020-11-18 14:23:26.174624"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 12.4642245712293], ["string", "Quis provident ut quam."], ["date", "2020-12-17"], ["time", "2000-01-01 21:38:59.295459"], ["datetime", "2020-11-18 05:00:43.604554"], ["created_at", "2020-11-18 14:23:26.176861"], ["updated_at", "2020-11-18 14:23:26.176861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 18], ["decimal", 4.66702570410228], ["string", "Aspernatur nihil modi ratione."], ["date", "2022-07-24"], ["time", "2000-01-01 07:58:28.681896"], ["datetime", "2020-11-18 01:25:23.178370"], ["created_at", "2020-11-18 14:23:26.179015"], ["updated_at", "2020-11-18 14:23:26.179015"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 0.969124119205109], ["string", "Id molestiae quia eaque."], ["date", "2019-06-23"], ["time", "2000-01-01 04:44:05.808026"], ["datetime", "2020-11-17 17:33:50.423648"], ["created_at", "2020-11-18 14:23:26.181313"], ["updated_at", "2020-11-18 14:23:26.181313"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 27.1809698332779], ["string", "Distinctio et autem."], ["created_at", "2020-11-18 14:23:26.182998"], ["updated_at", "2020-11-18 14:23:26.182998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1032], ["decimal", 6.56151115261236], ["string", "Vel tenetur delectus."], ["created_at", "2020-11-18 14:23:26.184245"], ["updated_at", "2020-11-18 14:23:26.184245"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 21.6072929232809], ["string", "Non repudiandae temporibus veniam qui et."], ["created_at", "2020-11-18 14:23:26.185437"], ["updated_at", "2020-11-18 14:23:26.185437"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 4.04692652077423], ["string", "Tempora est enim ullam itaque."], ["created_at", "2020-11-18 14:23:26.186597"], ["updated_at", "2020-11-18 14:23:26.186597"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 1.79727251369074], ["string", "Magnam laborum vitae qui ut accusantium."], ["created_at", "2020-11-18 14:23:26.187741"], ["updated_at", "2020-11-18 14:23:26.187741"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-18 14:23:26.189623"], ["updated_at", "2020-11-18 14:23:26.189623"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-18 14:23:26.191375"], ["updated_at", "2020-11-18 14:23:26.191375"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 14:23:26.193455"], ["updated_at", "2020-11-18 14:23:26.193455"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 14:23:26.195083"], ["updated_at", "2020-11-18 14:23:26.195083"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 14:23:26.196608"], ["updated_at", "2020-11-18 14:23:26.196608"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 9], ["created_at", "2020-11-18 14:23:26.199163"], ["updated_at", "2020-11-18 14:23:26.199163"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 5], ["created_at", "2020-11-18 14:23:26.201129"], ["updated_at", "2020-11-18 14:23:26.201129"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 8], ["created_at", "2020-11-18 14:23:26.202978"], ["updated_at", "2020-11-18 14:23:26.202978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 15], ["created_at", "2020-11-18 14:23:26.204828"], ["updated_at", "2020-11-18 14:23:26.204828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 7], ["created_at", "2020-11-18 14:23:26.206669"], ["updated_at", "2020-11-18 14:23:26.206669"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 14:23:26.208126"], ["updated_at", "2020-11-18 14:23:26.208126"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 12], ["created_at", "2020-11-18 14:23:26.209742"], ["updated_at", "2020-11-18 14:23:26.209742"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 11], ["created_at", "2020-11-18 14:23:26.211847"], ["updated_at", "2020-11-18 14:23:26.211847"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 14:23:26.213626"], ["updated_at", "2020-11-18 14:23:26.213626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-18 14:23:26.215388"], ["updated_at", "2020-11-18 14:23:26.215388"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.216428"], ["updated_at", "2020-11-18 14:23:26.216428"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.217319"], ["updated_at", "2020-11-18 14:23:26.217319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.218183"], ["updated_at", "2020-11-18 14:23:26.218183"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.219041"], ["updated_at", "2020-11-18 14:23:26.219041"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.219876"], ["updated_at", "2020-11-18 14:23:26.219876"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:23:26.221564"], ["updated_at", "2020-11-18 14:23:26.221564"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:23:26.223258"], ["updated_at", "2020-11-18 14:23:26.223258"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:23:26.225363"], ["updated_at", "2020-11-18 14:23:26.225363"], ["india_id", 6]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:23:26.227422"], ["updated_at", "2020-11-18 14:23:26.227422"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 14:23:26.229126"], ["updated_at", "2020-11-18 14:23:26.229126"], ["india_id", 7]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 14:23:26.231426"], ["updated_at", "2020-11-18 14:23:26.231426"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-18 14:23:26.233552"], ["updated_at", "2020-11-18 14:23:26.233552"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 14:23:26.235706"], ["updated_at", "2020-11-18 14:23:26.235706"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-18 14:23:26.238016"], ["updated_at", "2020-11-18 14:23:26.238016"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-18 14:23:26.240564"], ["updated_at", "2020-11-18 14:23:26.240564"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.252444"], ["updated_at", "2020-11-18 14:23:26.252444"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.253676"], ["updated_at", "2020-11-18 14:23:26.253676"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.255060"], ["updated_at", "2020-11-18 14:23:26.255060"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.256427"], ["updated_at", "2020-11-18 14:23:26.256427"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 14:23:26.257803"], ["updated_at", "2020-11-18 14:23:26.257803"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:23:26.259366"], ["updated_at", "2020-11-18 14:23:26.259366"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:23:26.260834"], ["updated_at", "2020-11-18 14:23:26.260834"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:23:26.262316"], ["updated_at", "2020-11-18 14:23:26.262316"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:23:26.263695"], ["updated_at", "2020-11-18 14:23:26.263695"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 14:23:26.265002"], ["updated_at", "2020-11-18 14:23:26.265002"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.9ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (2.0ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (2.1ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.8ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.8ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 24.8176470642248], ["string", "Aliquam deserunt delectus."], ["date", "2021-07-13"], ["time", "2000-01-01 14:59:48.333912"], ["datetime", "2020-11-18 07:33:32.209531"], ["created_at", "2020-11-18 18:55:33.312175"], ["updated_at", "2020-11-18 18:55:33.312175"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 28], ["decimal", 1.6771115638627], ["string", "Repudiandae minima error ipsa."], ["date", "2020-08-23"], ["time", "2000-01-01 02:47:03.030818"], ["datetime", "2020-11-18 15:45:51.075967"], ["created_at", "2020-11-18 18:55:33.314099"], ["updated_at", "2020-11-18 18:55:33.314099"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 31], ["decimal", 15.8226183832451], ["string", "Eveniet ut labore soluta."], ["date", "2019-09-23"], ["time", "2000-01-01 17:45:50.100504"], ["datetime", "2020-11-18 01:34:59.977631"], ["created_at", "2020-11-18 18:55:33.315488"], ["updated_at", "2020-11-18 18:55:33.315488"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 29.3162552070144], ["string", "Molestiae necessitatibus architecto exercitationem culpa."], ["date", "2019-02-19"], ["time", "2000-01-01 14:02:24.958893"], ["datetime", "2020-11-18 03:08:24.307156"], ["created_at", "2020-11-18 18:55:33.316827"], ["updated_at", "2020-11-18 18:55:33.316827"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 4.64197884515935], ["string", "In earum voluptatem doloremque mollitia totam."], ["date", "2019-07-26"], ["time", "2000-01-01 20:28:32.520909"], ["datetime", "2020-11-17 21:33:16.778130"], ["created_at", "2020-11-18 18:55:33.318255"], ["updated_at", "2020-11-18 18:55:33.318255"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 1.21831876971111], ["string", "Ipsum quia et cumque."], ["created_at", "2020-11-18 18:55:33.336696"], ["updated_at", "2020-11-18 18:55:33.336696"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1025], ["decimal", 7.34468808634449], ["string", "Aut iste magnam."], ["created_at", "2020-11-18 18:55:33.338172"], ["updated_at", "2020-11-18 18:55:33.338172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 0.0358299952926523], ["string", "Aspernatur voluptatem velit et voluptas quasi."], ["created_at", "2020-11-18 18:55:33.339401"], ["updated_at", "2020-11-18 18:55:33.339401"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 9.10104047021597], ["string", "Qui aut reiciendis sed omnis est."], ["created_at", "2020-11-18 18:55:33.340638"], ["updated_at", "2020-11-18 18:55:33.340638"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 1.25146857237453], ["string", "Nesciunt non id."], ["created_at", "2020-11-18 18:55:33.341869"], ["updated_at", "2020-11-18 18:55:33.341869"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 18:55:33.349241"], ["updated_at", "2020-11-18 18:55:33.349241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 18:55:33.350859"], ["updated_at", "2020-11-18 18:55:33.350859"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 18:55:33.352164"], ["updated_at", "2020-11-18 18:55:33.352164"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 18:55:33.353410"], ["updated_at", "2020-11-18 18:55:33.353410"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 18:55:33.355036"], ["updated_at", "2020-11-18 18:55:33.355036"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-18 18:55:33.361324"], ["updated_at", "2020-11-18 18:55:33.361324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-18 18:55:33.363174"], ["updated_at", "2020-11-18 18:55:33.363174"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-18 18:55:33.365012"], ["updated_at", "2020-11-18 18:55:33.365012"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-18 18:55:33.366960"], ["updated_at", "2020-11-18 18:55:33.366960"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-18 18:55:33.368737"], ["updated_at", "2020-11-18 18:55:33.368737"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 18:55:33.374073"], ["updated_at", "2020-11-18 18:55:33.374073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 18:55:33.375532"], ["updated_at", "2020-11-18 18:55:33.375532"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 18:55:33.376765"], ["updated_at", "2020-11-18 18:55:33.376765"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 18:55:33.378018"], ["updated_at", "2020-11-18 18:55:33.378018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-18 18:55:33.379198"], ["updated_at", "2020-11-18 18:55:33.379198"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.384645"], ["updated_at", "2020-11-18 18:55:33.384645"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.385374"], ["updated_at", "2020-11-18 18:55:33.385374"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.386023"], ["updated_at", "2020-11-18 18:55:33.386023"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.386648"], ["updated_at", "2020-11-18 18:55:33.386648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.387276"], ["updated_at", "2020-11-18 18:55:33.387276"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.391731"], ["updated_at", "2020-11-18 18:55:33.391731"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.392989"], ["updated_at", "2020-11-18 18:55:33.392989"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.394130"], ["updated_at", "2020-11-18 18:55:33.394130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.395223"], ["updated_at", "2020-11-18 18:55:33.395223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.396316"], ["updated_at", "2020-11-18 18:55:33.396316"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 18:55:33.399988"], ["updated_at", "2020-11-18 18:55:33.399988"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 18:55:33.401190"], ["updated_at", "2020-11-18 18:55:33.401190"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 18:55:33.402296"], ["updated_at", "2020-11-18 18:55:33.402296"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 18:55:33.403342"], ["updated_at", "2020-11-18 18:55:33.403342"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 18:55:33.404368"], ["updated_at", "2020-11-18 18:55:33.404368"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.417140"], ["updated_at", "2020-11-18 18:55:33.417140"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.418082"], ["updated_at", "2020-11-18 18:55:33.418082"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.418734"], ["updated_at", "2020-11-18 18:55:33.418734"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.419346"], ["updated_at", "2020-11-18 18:55:33.419346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.419949"], ["updated_at", "2020-11-18 18:55:33.419949"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 18:55:33.422677"], ["updated_at", "2020-11-18 18:55:33.422677"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 18:55:33.423391"], ["updated_at", "2020-11-18 18:55:33.423391"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 18:55:33.424032"], ["updated_at", "2020-11-18 18:55:33.424032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 18:55:33.424677"], ["updated_at", "2020-11-18 18:55:33.424677"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 18:55:33.425323"], ["updated_at", "2020-11-18 18:55:33.425323"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 2.18573882301758], ["string", "Sint eum non."], ["date", "2020-03-26"], ["time", "2000-01-01 08:23:33.982193"], ["datetime", "2020-11-18 10:18:15.039946"], ["created_at", "2020-11-18 18:55:33.426651"], ["updated_at", "2020-11-18 18:55:33.426651"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["decimal", 16.2236750598119], ["string", "Et itaque laboriosam quia ex dolorem."], ["date", "2019-07-14"], ["time", "2000-01-01 22:21:22.503252"], ["datetime", "2020-11-18 09:01:36.533399"], ["created_at", "2020-11-18 18:55:33.428144"], ["updated_at", "2020-11-18 18:55:33.428144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 10.2446626499305], ["string", "Consequatur cum consequuntur dolores."], ["date", "2018-12-13"], ["time", "2000-01-01 16:24:50.475035"], ["datetime", "2020-11-18 07:07:35.780772"], ["created_at", "2020-11-18 18:55:33.429493"], ["updated_at", "2020-11-18 18:55:33.429493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 7.2293748566426], ["string", "Itaque dolores fugit dolore."], ["date", "2020-04-02"], ["time", "2000-01-01 00:15:20.072242"], ["datetime", "2020-11-18 00:01:19.815281"], ["created_at", "2020-11-18 18:55:33.430834"], ["updated_at", "2020-11-18 18:55:33.430834"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 14.5621238573212], ["string", "Iure exercitationem officiis sed omnis."], ["date", "2021-05-08"], ["time", "2000-01-01 05:21:55.252595"], ["datetime", "2020-11-18 07:24:11.020527"], ["created_at", "2020-11-18 18:55:33.432156"], ["updated_at", "2020-11-18 18:55:33.432156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1027], ["decimal", 4.48630232201648], ["string", "Ut magnam ducimus."], ["created_at", "2020-11-18 18:55:33.433409"], ["updated_at", "2020-11-18 18:55:33.433409"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 4.48518836310872], ["string", "Voluptatem aut fugit et."], ["created_at", "2020-11-18 18:55:33.434427"], ["updated_at", "2020-11-18 18:55:33.434427"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 18.1825665718803], ["string", "Blanditiis quasi corporis."], ["created_at", "2020-11-18 18:55:33.435376"], ["updated_at", "2020-11-18 18:55:33.435376"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 8.37513607327313], ["string", "Et ut quidem sint."], ["created_at", "2020-11-18 18:55:33.436328"], ["updated_at", "2020-11-18 18:55:33.436328"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 8.8317456525965], ["string", "In nisi consequuntur numquam iste voluptatem."], ["created_at", "2020-11-18 18:55:33.437280"], ["updated_at", "2020-11-18 18:55:33.437280"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-18 18:55:33.438649"], ["updated_at", "2020-11-18 18:55:33.438649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 18:55:33.439830"], ["updated_at", "2020-11-18 18:55:33.439830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 18:55:33.441008"], ["updated_at", "2020-11-18 18:55:33.441008"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 18:55:33.442333"], ["updated_at", "2020-11-18 18:55:33.442333"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 18:55:33.443780"], ["updated_at", "2020-11-18 18:55:33.443780"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 2], ["created_at", "2020-11-18 18:55:33.445582"], ["updated_at", "2020-11-18 18:55:33.445582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 4], ["created_at", "2020-11-18 18:55:33.447514"], ["updated_at", "2020-11-18 18:55:33.447514"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 8], ["created_at", "2020-11-18 18:55:33.449202"], ["updated_at", "2020-11-18 18:55:33.449202"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 9], ["created_at", "2020-11-18 18:55:33.450917"], ["updated_at", "2020-11-18 18:55:33.450917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-18 18:55:33.452446"], ["updated_at", "2020-11-18 18:55:33.452446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 18:55:33.453698"], ["updated_at", "2020-11-18 18:55:33.453698"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-18 18:55:33.455248"], ["updated_at", "2020-11-18 18:55:33.455248"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 18:55:33.456592"], ["updated_at", "2020-11-18 18:55:33.456592"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-18 18:55:33.458011"], ["updated_at", "2020-11-18 18:55:33.458011"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 18:55:33.459419"], ["updated_at", "2020-11-18 18:55:33.459419"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.460190"], ["updated_at", "2020-11-18 18:55:33.460190"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.461009"], ["updated_at", "2020-11-18 18:55:33.461009"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.461744"], ["updated_at", "2020-11-18 18:55:33.461744"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.462456"], ["updated_at", "2020-11-18 18:55:33.462456"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.463126"], ["updated_at", "2020-11-18 18:55:33.463126"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 18:55:33.464949"], ["updated_at", "2020-11-18 18:55:33.464949"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 18:55:33.466589"], ["updated_at", "2020-11-18 18:55:33.466589"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 18:55:33.467709"], ["updated_at", "2020-11-18 18:55:33.467709"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 18:55:33.468804"], ["updated_at", "2020-11-18 18:55:33.468804"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 18:55:33.470057"], ["updated_at", "2020-11-18 18:55:33.470057"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 18:55:33.471224"], ["updated_at", "2020-11-18 18:55:33.471224"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 18:55:33.472328"], ["updated_at", "2020-11-18 18:55:33.472328"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-18 18:55:33.473357"], ["updated_at", "2020-11-18 18:55:33.473357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-18 18:55:33.474393"], ["updated_at", "2020-11-18 18:55:33.474393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 18:55:33.475424"], ["updated_at", "2020-11-18 18:55:33.475424"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.481624"], ["updated_at", "2020-11-18 18:55:33.481624"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.482352"], ["updated_at", "2020-11-18 18:55:33.482352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.482946"], ["updated_at", "2020-11-18 18:55:33.482946"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.483531"], ["updated_at", "2020-11-18 18:55:33.483531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.484130"], ["updated_at", "2020-11-18 18:55:33.484130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 18:55:33.484803"], ["updated_at", "2020-11-18 18:55:33.484803"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 18:55:33.485534"], ["updated_at", "2020-11-18 18:55:33.485534"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 18:55:33.486316"], ["updated_at", "2020-11-18 18:55:33.486316"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 18:55:33.486983"], ["updated_at", "2020-11-18 18:55:33.486983"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 18:55:33.487640"], ["updated_at", "2020-11-18 18:55:33.487640"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 9.48327120620144], ["string", "Quia perspiciatis porro."], ["date", "2019-01-02"], ["time", "2000-01-01 10:00:12.173984"], ["datetime", "2020-11-17 23:25:18.461575"], ["created_at", "2020-11-18 18:55:33.489519"], ["updated_at", "2020-11-18 18:55:33.489519"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 17.960556574303], ["string", "Cumque aut repudiandae illo consequatur."], ["date", "2019-08-21"], ["time", "2000-01-01 05:53:52.397612"], ["datetime", "2020-11-18 07:08:48.819297"], ["created_at", "2020-11-18 18:55:33.491892"], ["updated_at", "2020-11-18 18:55:33.491892"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 4.19133613564876], ["string", "Voluptatibus est nam ut omnis voluptas."], ["date", "2019-05-20"], ["time", "2000-01-01 13:07:33.274205"], ["datetime", "2020-11-17 19:52:02.208965"], ["created_at", "2020-11-18 18:55:33.493286"], ["updated_at", "2020-11-18 18:55:33.493286"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 29.5525675012911], ["string", "Qui culpa neque officia."], ["date", "2018-12-01"], ["time", "2000-01-01 01:57:59.815656"], ["datetime", "2020-11-18 01:06:30.204675"], ["created_at", "2020-11-18 18:55:33.494610"], ["updated_at", "2020-11-18 18:55:33.494610"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 10.2919808429962], ["string", "Cum rerum excepturi corporis fuga."], ["date", "2019-03-07"], ["time", "2000-01-01 06:59:41.081509"], ["datetime", "2020-11-18 07:40:49.731486"], ["created_at", "2020-11-18 18:55:33.495886"], ["updated_at", "2020-11-18 18:55:33.495886"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 36.7755635088865], ["string", "Expedita sed magni esse et placeat."], ["created_at", "2020-11-18 18:55:33.497042"], ["updated_at", "2020-11-18 18:55:33.497042"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 3.91744442352473], ["string", "Perferendis quo placeat adipisci dolor et."], ["created_at", "2020-11-18 18:55:33.497984"], ["updated_at", "2020-11-18 18:55:33.497984"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1033], ["decimal", 30.8207043121817], ["string", "Totam rerum voluptatum."], ["created_at", "2020-11-18 18:55:33.498922"], ["updated_at", "2020-11-18 18:55:33.498922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 28.1404716157103], ["string", "A id est."], ["created_at", "2020-11-18 18:55:33.499872"], ["updated_at", "2020-11-18 18:55:33.499872"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 33.0195661026061], ["string", "Occaecati et asperiores dolor."], ["created_at", "2020-11-18 18:55:33.500856"], ["updated_at", "2020-11-18 18:55:33.500856"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-18 18:55:33.502496"], ["updated_at", "2020-11-18 18:55:33.502496"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 18:55:33.503928"], ["updated_at", "2020-11-18 18:55:33.503928"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-18 18:55:33.505517"], ["updated_at", "2020-11-18 18:55:33.505517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-18 18:55:33.506770"], ["updated_at", "2020-11-18 18:55:33.506770"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-18 18:55:33.508114"], ["updated_at", "2020-11-18 18:55:33.508114"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 1], ["created_at", "2020-11-18 18:55:33.509849"], ["updated_at", "2020-11-18 18:55:33.509849"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 6], ["created_at", "2020-11-18 18:55:33.512410"], ["updated_at", "2020-11-18 18:55:33.512410"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 5], ["created_at", "2020-11-18 18:55:33.514567"], ["updated_at", "2020-11-18 18:55:33.514567"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 11], ["created_at", "2020-11-18 18:55:33.516716"], ["updated_at", "2020-11-18 18:55:33.516716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 3], ["created_at", "2020-11-18 18:55:33.518628"], ["updated_at", "2020-11-18 18:55:33.518628"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 15], ["created_at", "2020-11-18 18:55:33.520157"], ["updated_at", "2020-11-18 18:55:33.520157"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 18:55:33.521623"], ["updated_at", "2020-11-18 18:55:33.521623"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-18 18:55:33.522856"], ["updated_at", "2020-11-18 18:55:33.522856"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-18 18:55:33.524047"], ["updated_at", "2020-11-18 18:55:33.524047"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 12], ["created_at", "2020-11-18 18:55:33.525234"], ["updated_at", "2020-11-18 18:55:33.525234"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.525998"], ["updated_at", "2020-11-18 18:55:33.525998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.526659"], ["updated_at", "2020-11-18 18:55:33.526659"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.527262"], ["updated_at", "2020-11-18 18:55:33.527262"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.527863"], ["updated_at", "2020-11-18 18:55:33.527863"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.528455"], ["updated_at", "2020-11-18 18:55:33.528455"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 18:55:33.529556"], ["updated_at", "2020-11-18 18:55:33.529556"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 18:55:33.530636"], ["updated_at", "2020-11-18 18:55:33.530636"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 18:55:33.531656"], ["updated_at", "2020-11-18 18:55:33.531656"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 18:55:33.532666"], ["updated_at", "2020-11-18 18:55:33.532666"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 18:55:33.533685"], ["updated_at", "2020-11-18 18:55:33.533685"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-18 18:55:33.534801"], ["updated_at", "2020-11-18 18:55:33.534801"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 18:55:33.535864"], ["updated_at", "2020-11-18 18:55:33.535864"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 18:55:33.536894"], ["updated_at", "2020-11-18 18:55:33.536894"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 18:55:33.537952"], ["updated_at", "2020-11-18 18:55:33.537952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-18 18:55:33.539294"], ["updated_at", "2020-11-18 18:55:33.539294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.546155"], ["updated_at", "2020-11-18 18:55:33.546155"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.546920"], ["updated_at", "2020-11-18 18:55:33.546920"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.547510"], ["updated_at", "2020-11-18 18:55:33.547510"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.548086"], ["updated_at", "2020-11-18 18:55:33.548086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.548656"], ["updated_at", "2020-11-18 18:55:33.548656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 18:55:33.549276"], ["updated_at", "2020-11-18 18:55:33.549276"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 18:55:33.549923"], ["updated_at", "2020-11-18 18:55:33.549923"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 18:55:33.550536"], ["updated_at", "2020-11-18 18:55:33.550536"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 18:55:33.551144"], ["updated_at", "2020-11-18 18:55:33.551144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 18:55:33.551744"], ["updated_at", "2020-11-18 18:55:33.551744"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 6.78048850680245], ["string", "Quisquam et architecto quaerat voluptates quam."], ["date", "2022-05-29"], ["time", "2000-01-01 08:17:46.303911"], ["datetime", "2020-11-17 19:15:49.793726"], ["created_at", "2020-11-18 18:55:33.587634"], ["updated_at", "2020-11-18 18:55:33.587634"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 20.7379207811651], ["string", "Earum sed qui consectetur."], ["date", "2019-04-25"], ["time", "2000-01-01 12:31:49.780587"], ["datetime", "2020-11-17 22:41:27.814740"], ["created_at", "2020-11-18 18:55:33.589573"], ["updated_at", "2020-11-18 18:55:33.589573"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 28], ["decimal", 3.97377170947406], ["string", "Ut magnam vero ipsum deserunt."], ["date", "2021-11-10"], ["time", "2000-01-01 14:42:32.405443"], ["datetime", "2020-11-18 09:59:54.414810"], ["created_at", "2020-11-18 18:55:33.591361"], ["updated_at", "2020-11-18 18:55:33.591361"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 14.2008433992523], ["string", "Sit dolorem praesentium beatae et est."], ["date", "2020-12-06"], ["time", "2000-01-01 00:54:16.550669"], ["datetime", "2020-11-17 23:59:55.560345"], ["created_at", "2020-11-18 18:55:33.594703"], ["updated_at", "2020-11-18 18:55:33.594703"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 21], ["decimal", 1.79891224642482], ["string", "Exercitationem facilis non rerum consequatur."], ["date", "2022-11-02"], ["time", "2000-01-01 01:18:43.692301"], ["datetime", "2020-11-18 17:41:25.950239"], ["created_at", "2020-11-18 18:55:33.596656"], ["updated_at", "2020-11-18 18:55:33.596656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 21.7829613406032], ["string", "Consequatur et dolorem inventore iste."], ["date", "2019-03-15"], ["time", "2000-01-01 01:39:16.018092"], ["datetime", "2020-11-18 08:21:59.888046"], ["created_at", "2020-11-18 18:55:33.598410"], ["updated_at", "2020-11-18 18:55:33.598410"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.600982"], ["updated_at", "2020-11-18 18:55:33.600982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 6.3030796570593], ["string", "Ducimus aut aliquid in molestias."], ["date", "2018-11-30"], ["time", "2000-01-01 16:46:45.299161"], ["datetime", "2020-11-18 18:27:59.951329"], ["created_at", "2020-11-18 18:55:33.625552"], ["updated_at", "2020-11-18 18:55:33.625552"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 31], ["decimal", 16.3071816065836], ["string", "Ipsa incidunt voluptas laboriosam aspernatur eius."], ["date", "2022-08-05"], ["time", "2000-01-01 14:45:49.778932"], ["datetime", "2020-11-18 03:11:24.912472"], ["created_at", "2020-11-18 18:55:33.629110"], ["updated_at", "2020-11-18 18:55:33.629110"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 29], ["decimal", 18.3638533154893], ["string", "In rerum inventore aliquid id atque."], ["date", "2022-02-17"], ["time", "2000-01-01 22:16:45.019417"], ["datetime", "2020-11-18 02:25:22.791070"], ["created_at", "2020-11-18 18:55:33.632151"], ["updated_at", "2020-11-18 18:55:33.632151"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 26], ["decimal", 20.1913662143256], ["string", "Aut alias saepe."], ["date", "2019-01-05"], ["time", "2000-01-01 15:42:21.469087"], ["datetime", "2020-11-18 14:18:49.649650"], ["created_at", "2020-11-18 18:55:33.634701"], ["updated_at", "2020-11-18 18:55:33.634701"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (3.8ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 2.12485806926876], ["string", "Molestiae et maiores."], ["date", "2020-01-14"], ["time", "2000-01-01 10:01:09.179858"], ["datetime", "2020-11-18 06:09:35.839973"], ["created_at", "2020-11-18 18:55:33.652882"], ["updated_at", "2020-11-18 18:55:33.652882"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 13.9008475361623], ["string", "Quis soluta laboriosam."], ["created_at", "2020-11-18 18:55:33.658936"], ["updated_at", "2020-11-18 18:55:33.658936"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 2.94744166815272], ["string", "Aliquam eveniet aut."], ["created_at", "2020-11-18 18:55:33.660597"], ["updated_at", "2020-11-18 18:55:33.660597"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 6.2699868379663], ["string", "Quos sit et quo nulla et."], ["created_at", "2020-11-18 18:55:33.662194"], ["updated_at", "2020-11-18 18:55:33.662194"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 3.38980818583875], ["string", "Aut aut libero voluptates quo."], ["created_at", "2020-11-18 18:55:33.663821"], ["updated_at", "2020-11-18 18:55:33.663821"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 2.20745798377273], ["string", "Ut molestias hic sapiente provident."], ["created_at", "2020-11-18 18:55:33.665789"], ["updated_at", "2020-11-18 18:55:33.665789"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 18:55:33.669565"], ["updated_at", "2020-11-18 18:55:33.669565"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 18:55:33.672586"], ["updated_at", "2020-11-18 18:55:33.672586"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 18:55:33.675381"], ["updated_at", "2020-11-18 18:55:33.675381"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 18:55:33.677721"], ["updated_at", "2020-11-18 18:55:33.677721"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 18:55:33.679992"], ["updated_at", "2020-11-18 18:55:33.679992"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-18 18:55:33.683193"], ["updated_at", "2020-11-18 18:55:33.683193"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-18 18:55:33.685294"], ["updated_at", "2020-11-18 18:55:33.685294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-18 18:55:33.687216"], ["updated_at", "2020-11-18 18:55:33.687216"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-18 18:55:33.689022"], ["updated_at", "2020-11-18 18:55:33.689022"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-18 18:55:33.690845"], ["updated_at", "2020-11-18 18:55:33.690845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-18 18:55:33.692318"], ["updated_at", "2020-11-18 18:55:33.692318"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-18 18:55:33.693772"], ["updated_at", "2020-11-18 18:55:33.693772"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 18:55:33.695220"], ["updated_at", "2020-11-18 18:55:33.695220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-18 18:55:33.696632"], ["updated_at", "2020-11-18 18:55:33.696632"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 18:55:33.698058"], ["updated_at", "2020-11-18 18:55:33.698058"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.698936"], ["updated_at", "2020-11-18 18:55:33.698936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.699717"], ["updated_at", "2020-11-18 18:55:33.699717"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.700458"], ["updated_at", "2020-11-18 18:55:33.700458"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.701179"], ["updated_at", "2020-11-18 18:55:33.701179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.701900"], ["updated_at", "2020-11-18 18:55:33.701900"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.703369"], ["updated_at", "2020-11-18 18:55:33.703369"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.704698"], ["updated_at", "2020-11-18 18:55:33.704698"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.705965"], ["updated_at", "2020-11-18 18:55:33.705965"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.707230"], ["updated_at", "2020-11-18 18:55:33.707230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.708554"], ["updated_at", "2020-11-18 18:55:33.708554"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 18:55:33.709959"], ["updated_at", "2020-11-18 18:55:33.709959"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 18:55:33.711263"], ["updated_at", "2020-11-18 18:55:33.711263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 18:55:33.712520"], ["updated_at", "2020-11-18 18:55:33.712520"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 18:55:33.713767"], ["updated_at", "2020-11-18 18:55:33.713767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-18 18:55:33.714970"], ["updated_at", "2020-11-18 18:55:33.714970"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.724090"], ["updated_at", "2020-11-18 18:55:33.724090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.725285"], ["updated_at", "2020-11-18 18:55:33.725285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.726278"], ["updated_at", "2020-11-18 18:55:33.726278"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.727252"], ["updated_at", "2020-11-18 18:55:33.727252"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.728008"], ["updated_at", "2020-11-18 18:55:33.728008"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 18:55:33.728712"], ["updated_at", "2020-11-18 18:55:33.728712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 18:55:33.729379"], ["updated_at", "2020-11-18 18:55:33.729379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 18:55:33.730020"], ["updated_at", "2020-11-18 18:55:33.730020"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 18:55:33.730666"], ["updated_at", "2020-11-18 18:55:33.730666"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 18:55:33.731342"], ["updated_at", "2020-11-18 18:55:33.731342"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 22.9073363449472], ["string", "Aliquam praesentium fugiat natus et."], ["date", "2021-09-12"], ["time", "2000-01-01 16:47:13.099480"], ["datetime", "2020-11-18 11:09:28.931256"], ["created_at", "2020-11-18 18:55:33.732667"], ["updated_at", "2020-11-18 18:55:33.732667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 21], ["decimal", 10.5709676258568], ["string", "Sint voluptatum consectetur nemo commodi."], ["date", "2019-05-22"], ["time", "2000-01-01 23:17:50.244371"], ["datetime", "2020-11-18 01:27:29.211080"], ["created_at", "2020-11-18 18:55:33.734142"], ["updated_at", "2020-11-18 18:55:33.734142"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 21], ["decimal", 0.694874009486283], ["string", "Dolorum doloremque necessitatibus."], ["date", "2021-05-22"], ["time", "2000-01-01 00:09:59.761970"], ["datetime", "2020-11-18 07:14:15.999005"], ["created_at", "2020-11-18 18:55:33.735534"], ["updated_at", "2020-11-18 18:55:33.735534"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 18], ["decimal", 24.346246057325], ["string", "Odit quo incidunt error."], ["date", "2019-07-04"], ["time", "2000-01-01 13:57:54.083772"], ["datetime", "2020-11-18 01:42:34.613099"], ["created_at", "2020-11-18 18:55:33.736884"], ["updated_at", "2020-11-18 18:55:33.736884"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 25], ["decimal", 3.99455669595087], ["string", "Laudantium quas laboriosam exercitationem."], ["date", "2020-08-09"], ["time", "2000-01-01 16:12:45.699232"], ["datetime", "2020-11-18 12:04:46.116714"], ["created_at", "2020-11-18 18:55:33.738258"], ["updated_at", "2020-11-18 18:55:33.738258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 29.753824466996], ["string", "Aliquid fugiat qui."], ["created_at", "2020-11-18 18:55:33.740243"], ["updated_at", "2020-11-18 18:55:33.740243"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 0.467086042180568], ["string", "Et reiciendis nesciunt."], ["created_at", "2020-11-18 18:55:33.741817"], ["updated_at", "2020-11-18 18:55:33.741817"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 7.4501014764161], ["string", "Laudantium molestiae dicta et."], ["created_at", "2020-11-18 18:55:33.743359"], ["updated_at", "2020-11-18 18:55:33.743359"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 0.196032700356333], ["string", "Consequatur ea distinctio et tempore et."], ["created_at", "2020-11-18 18:55:33.744933"], ["updated_at", "2020-11-18 18:55:33.744933"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 0.211500390942171], ["string", "Suscipit pariatur omnis voluptates hic."], ["created_at", "2020-11-18 18:55:33.746277"], ["updated_at", "2020-11-18 18:55:33.746277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-18 18:55:33.747626"], ["updated_at", "2020-11-18 18:55:33.747626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 18:55:33.748784"], ["updated_at", "2020-11-18 18:55:33.748784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-18 18:55:33.749879"], ["updated_at", "2020-11-18 18:55:33.749879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-18 18:55:33.750953"], ["updated_at", "2020-11-18 18:55:33.750953"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 18:55:33.752025"], ["updated_at", "2020-11-18 18:55:33.752025"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 5], ["created_at", "2020-11-18 18:55:33.753551"], ["updated_at", "2020-11-18 18:55:33.753551"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 7], ["created_at", "2020-11-18 18:55:33.755055"], ["updated_at", "2020-11-18 18:55:33.755055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 8], ["created_at", "2020-11-18 18:55:33.756521"], ["updated_at", "2020-11-18 18:55:33.756521"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-18 18:55:33.757992"], ["updated_at", "2020-11-18 18:55:33.757992"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 6], ["created_at", "2020-11-18 18:55:33.759455"], ["updated_at", "2020-11-18 18:55:33.759455"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 18:55:33.760636"], ["updated_at", "2020-11-18 18:55:33.760636"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 18:55:33.761748"], ["updated_at", "2020-11-18 18:55:33.761748"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-18 18:55:33.762851"], ["updated_at", "2020-11-18 18:55:33.762851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-18 18:55:33.764025"], ["updated_at", "2020-11-18 18:55:33.764025"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-18 18:55:33.765368"], ["updated_at", "2020-11-18 18:55:33.765368"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.766076"], ["updated_at", "2020-11-18 18:55:33.766076"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.766704"], ["updated_at", "2020-11-18 18:55:33.766704"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.767307"], ["updated_at", "2020-11-18 18:55:33.767307"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.767903"], ["updated_at", "2020-11-18 18:55:33.767903"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.768496"], ["updated_at", "2020-11-18 18:55:33.768496"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 18:55:33.769609"], ["updated_at", "2020-11-18 18:55:33.769609"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 18:55:33.770688"], ["updated_at", "2020-11-18 18:55:33.770688"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 18:55:33.771722"], ["updated_at", "2020-11-18 18:55:33.771722"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 18:55:33.772813"], ["updated_at", "2020-11-18 18:55:33.772813"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 18:55:33.773871"], ["updated_at", "2020-11-18 18:55:33.773871"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-18 18:55:33.775049"], ["updated_at", "2020-11-18 18:55:33.775049"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 18:55:33.776139"], ["updated_at", "2020-11-18 18:55:33.776139"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-18 18:55:33.777261"], ["updated_at", "2020-11-18 18:55:33.777261"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-18 18:55:33.778393"], ["updated_at", "2020-11-18 18:55:33.778393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-18 18:55:33.779500"], ["updated_at", "2020-11-18 18:55:33.779500"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.786340"], ["updated_at", "2020-11-18 18:55:33.786340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.787094"], ["updated_at", "2020-11-18 18:55:33.787094"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.787694"], ["updated_at", "2020-11-18 18:55:33.787694"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.788272"], ["updated_at", "2020-11-18 18:55:33.788272"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.788853"], ["updated_at", "2020-11-18 18:55:33.788853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 18:55:33.789485"], ["updated_at", "2020-11-18 18:55:33.789485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 18:55:33.790130"], ["updated_at", "2020-11-18 18:55:33.790130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 18:55:33.790735"], ["updated_at", "2020-11-18 18:55:33.790735"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 18:55:33.791337"], ["updated_at", "2020-11-18 18:55:33.791337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 18:55:33.791938"], ["updated_at", "2020-11-18 18:55:33.791938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 22.0420087575204], ["string", "Saepe velit quia qui voluptatem."], ["date", "2021-12-09"], ["time", "2000-01-01 12:48:11.068668"], ["datetime", "2020-11-18 17:41:38.071474"], ["created_at", "2020-11-18 18:55:33.793082"], ["updated_at", "2020-11-18 18:55:33.793082"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 1.25892736744403], ["string", "Commodi beatae soluta iusto."], ["date", "2018-12-10"], ["time", "2000-01-01 13:30:52.001617"], ["datetime", "2020-11-18 04:25:23.672618"], ["created_at", "2020-11-18 18:55:33.794722"], ["updated_at", "2020-11-18 18:55:33.794722"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 33.300291136777], ["string", "Voluptatibus iusto omnis."], ["date", "2021-07-11"], ["time", "2000-01-01 01:59:41.728392"], ["datetime", "2020-11-18 02:15:20.956496"], ["created_at", "2020-11-18 18:55:33.796829"], ["updated_at", "2020-11-18 18:55:33.796829"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 31.4872220205585], ["string", "Vitae qui sint voluptate."], ["date", "2022-04-03"], ["time", "2000-01-01 14:04:14.080308"], ["datetime", "2020-11-17 19:56:34.323428"], ["created_at", "2020-11-18 18:55:33.798428"], ["updated_at", "2020-11-18 18:55:33.798428"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 11.3173018177718], ["string", "Aspernatur in molestias consequuntur."], ["date", "2019-07-23"], ["time", "2000-01-01 06:59:55.794378"], ["datetime", "2020-11-18 11:01:20.951509"], ["created_at", "2020-11-18 18:55:33.799745"], ["updated_at", "2020-11-18 18:55:33.799745"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 6.74006108348892], ["string", "Sit possimus quia et culpa."], ["created_at", "2020-11-18 18:55:33.800927"], ["updated_at", "2020-11-18 18:55:33.800927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 13.457519450874], ["string", "Officiis ut magnam voluptas laborum."], ["created_at", "2020-11-18 18:55:33.801891"], ["updated_at", "2020-11-18 18:55:33.801891"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 9.02309046274644], ["string", "Sit vitae ad officiis."], ["created_at", "2020-11-18 18:55:33.802817"], ["updated_at", "2020-11-18 18:55:33.802817"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 2.05583692743218], ["string", "Sit blanditiis mollitia aperiam."], ["created_at", "2020-11-18 18:55:33.803729"], ["updated_at", "2020-11-18 18:55:33.803729"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 6.04676138945857], ["string", "Architecto eos aut distinctio nobis ut."], ["created_at", "2020-11-18 18:55:33.804645"], ["updated_at", "2020-11-18 18:55:33.804645"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-18 18:55:33.805894"], ["updated_at", "2020-11-18 18:55:33.805894"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-18 18:55:33.807043"], ["updated_at", "2020-11-18 18:55:33.807043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-18 18:55:33.808119"], ["updated_at", "2020-11-18 18:55:33.808119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-18 18:55:33.809649"], ["updated_at", "2020-11-18 18:55:33.809649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-18 18:55:33.811402"], ["updated_at", "2020-11-18 18:55:33.811402"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 4], ["created_at", "2020-11-18 18:55:33.813906"], ["updated_at", "2020-11-18 18:55:33.813906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-18 18:55:33.815951"], ["updated_at", "2020-11-18 18:55:33.815951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 12], ["created_at", "2020-11-18 18:55:33.817479"], ["updated_at", "2020-11-18 18:55:33.817479"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 14], ["created_at", "2020-11-18 18:55:33.818986"], ["updated_at", "2020-11-18 18:55:33.818986"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 7], ["created_at", "2020-11-18 18:55:33.820472"], ["updated_at", "2020-11-18 18:55:33.820472"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-18 18:55:33.821666"], ["updated_at", "2020-11-18 18:55:33.821666"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-18 18:55:33.822832"], ["updated_at", "2020-11-18 18:55:33.822832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 11], ["created_at", "2020-11-18 18:55:33.823918"], ["updated_at", "2020-11-18 18:55:33.823918"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-18 18:55:33.825054"], ["updated_at", "2020-11-18 18:55:33.825054"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-18 18:55:33.826247"], ["updated_at", "2020-11-18 18:55:33.826247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.826941"], ["updated_at", "2020-11-18 18:55:33.826941"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.827570"], ["updated_at", "2020-11-18 18:55:33.827570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.828179"], ["updated_at", "2020-11-18 18:55:33.828179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.828866"], ["updated_at", "2020-11-18 18:55:33.828866"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.829501"], ["updated_at", "2020-11-18 18:55:33.829501"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 18:55:33.830716"], ["updated_at", "2020-11-18 18:55:33.830716"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 18:55:33.831863"], ["updated_at", "2020-11-18 18:55:33.831863"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 18:55:33.833207"], ["updated_at", "2020-11-18 18:55:33.833207"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 18:55:33.834435"], ["updated_at", "2020-11-18 18:55:33.834435"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-18 18:55:33.835483"], ["updated_at", "2020-11-18 18:55:33.835483"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-18 18:55:33.836597"], ["updated_at", "2020-11-18 18:55:33.836597"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-18 18:55:33.837676"], ["updated_at", "2020-11-18 18:55:33.837676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-18 18:55:33.838735"], ["updated_at", "2020-11-18 18:55:33.838735"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-18 18:55:33.839777"], ["updated_at", "2020-11-18 18:55:33.839777"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-18 18:55:33.840824"], ["updated_at", "2020-11-18 18:55:33.840824"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.849624"], ["updated_at", "2020-11-18 18:55:33.849624"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.850401"], ["updated_at", "2020-11-18 18:55:33.850401"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.851008"], ["updated_at", "2020-11-18 18:55:33.851008"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.851590"], ["updated_at", "2020-11-18 18:55:33.851590"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-18 18:55:33.852168"], ["updated_at", "2020-11-18 18:55:33.852168"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 18:55:33.852793"], ["updated_at", "2020-11-18 18:55:33.852793"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 18:55:33.853417"], ["updated_at", "2020-11-18 18:55:33.853417"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 18:55:33.854027"], ["updated_at", "2020-11-18 18:55:33.854027"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 18:55:33.854622"], ["updated_at", "2020-11-18 18:55:33.854622"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-18 18:55:33.855217"], ["updated_at", "2020-11-18 18:55:33.855217"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.9ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 8.35466372921902], ["string", "Laboriosam assumenda ut magnam molestiae."], ["date", "2020-12-10"], ["time", "2000-01-01 18:19:05.907573"], ["datetime", "2020-12-07 01:49:03.496821"], ["created_at", "2020-11-20 07:46:33.035341"], ["updated_at", "2020-11-20 07:46:33.035341"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 6.23726798476312], ["string", "Magnam vero est accusantium consequuntur."], ["date", "2020-11-11"], ["time", "2000-01-01 19:05:10.621001"], ["datetime", "2020-10-20 00:42:31.029596"], ["created_at", "2020-11-20 07:46:33.038211"], ["updated_at", "2020-11-20 07:46:33.038211"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 10.4447825596963], ["string", "Quisquam aliquid maxime tempora occaecati."], ["date", "2020-10-28"], ["time", "2000-01-01 16:59:34.294673"], ["datetime", "2020-11-17 10:28:38.334608"], ["created_at", "2020-11-20 07:46:33.040496"], ["updated_at", "2020-11-20 07:46:33.040496"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 6.17032577908067], ["string", "Dolorem laborum illo voluptatem sapiente adipisci."], ["date", "2020-12-30"], ["time", "2000-01-01 00:09:09.243248"], ["datetime", "2020-11-24 14:57:25.115744"], ["created_at", "2020-11-20 07:46:33.042549"], ["updated_at", "2020-11-20 07:46:33.042549"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 19.9572383352672], ["string", "Quisquam deserunt modi vel rem id."], ["date", "2020-12-01"], ["time", "2000-01-01 03:55:52.480107"], ["datetime", "2020-10-31 22:45:53.838420"], ["created_at", "2020-11-20 07:46:33.045033"], ["updated_at", "2020-11-20 07:46:33.045033"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 21.3568809371855], ["string", "Eos ad tempora dicta."], ["created_at", "2020-11-20 07:46:33.052483"], ["updated_at", "2020-11-20 07:46:33.052483"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 6.0490897923037], ["string", "Aspernatur porro corporis ut maxime."], ["created_at", "2020-11-20 07:46:33.054242"], ["updated_at", "2020-11-20 07:46:33.054242"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1025], ["decimal", 1.25689218304323], ["string", "Non tenetur enim."], ["created_at", "2020-11-20 07:46:33.055893"], ["updated_at", "2020-11-20 07:46:33.055893"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 19.0558858605131], ["string", "Aut sint hic non aut."], ["created_at", "2020-11-20 07:46:33.057479"], ["updated_at", "2020-11-20 07:46:33.057479"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 0.415716642383396], ["string", "Quo veritatis odio ab."], ["created_at", "2020-11-20 07:46:33.059097"], ["updated_at", "2020-11-20 07:46:33.059097"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-20 07:46:33.066969"], ["updated_at", "2020-11-20 07:46:33.066969"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-20 07:46:33.068853"], ["updated_at", "2020-11-20 07:46:33.068853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-20 07:46:33.070572"], ["updated_at", "2020-11-20 07:46:33.070572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-20 07:46:33.072214"], ["updated_at", "2020-11-20 07:46:33.072214"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-20 07:46:33.073900"], ["updated_at", "2020-11-20 07:46:33.073900"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-20 07:46:33.081008"], ["updated_at", "2020-11-20 07:46:33.081008"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-20 07:46:33.083381"], ["updated_at", "2020-11-20 07:46:33.083381"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-20 07:46:33.085714"], ["updated_at", "2020-11-20 07:46:33.085714"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-20 07:46:33.088032"], ["updated_at", "2020-11-20 07:46:33.088032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-20 07:46:33.090418"], ["updated_at", "2020-11-20 07:46:33.090418"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-20 07:46:33.096624"], ["updated_at", "2020-11-20 07:46:33.096624"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-20 07:46:33.098536"], ["updated_at", "2020-11-20 07:46:33.098536"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-20 07:46:33.100294"], ["updated_at", "2020-11-20 07:46:33.100294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-20 07:46:33.101979"], ["updated_at", "2020-11-20 07:46:33.101979"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-20 07:46:33.103733"], ["updated_at", "2020-11-20 07:46:33.103733"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.109924"], ["updated_at", "2020-11-20 07:46:33.109924"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.111103"], ["updated_at", "2020-11-20 07:46:33.111103"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.112206"], ["updated_at", "2020-11-20 07:46:33.112206"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.113210"], ["updated_at", "2020-11-20 07:46:33.113210"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.114188"], ["updated_at", "2020-11-20 07:46:33.114188"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.119645"], ["updated_at", "2020-11-20 07:46:33.119645"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.121534"], ["updated_at", "2020-11-20 07:46:33.121534"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.123303"], ["updated_at", "2020-11-20 07:46:33.123303"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.125057"], ["updated_at", "2020-11-20 07:46:33.125057"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.127119"], ["updated_at", "2020-11-20 07:46:33.127119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-20 07:46:33.131776"], ["updated_at", "2020-11-20 07:46:33.131776"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-20 07:46:33.133464"], ["updated_at", "2020-11-20 07:46:33.133464"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-20 07:46:33.135158"], ["updated_at", "2020-11-20 07:46:33.135158"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-20 07:46:33.136850"], ["updated_at", "2020-11-20 07:46:33.136850"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-20 07:46:33.138548"], ["updated_at", "2020-11-20 07:46:33.138548"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.172394"], ["updated_at", "2020-11-20 07:46:33.172394"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.173680"], ["updated_at", "2020-11-20 07:46:33.173680"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.175040"], ["updated_at", "2020-11-20 07:46:33.175040"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.176462"], ["updated_at", "2020-11-20 07:46:33.176462"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.177946"], ["updated_at", "2020-11-20 07:46:33.177946"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:33.182496"], ["updated_at", "2020-11-20 07:46:33.182496"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:33.183790"], ["updated_at", "2020-11-20 07:46:33.183790"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:33.184939"], ["updated_at", "2020-11-20 07:46:33.184939"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:33.186061"], ["updated_at", "2020-11-20 07:46:33.186061"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:33.187250"], ["updated_at", "2020-11-20 07:46:33.187250"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 26], ["decimal", 0.801243285360968], ["string", "Enim modi rerum aspernatur officiis."], ["date", "2020-11-19"], ["time", "2000-01-01 01:39:47.556833"], ["datetime", "2020-10-31 00:27:25.968284"], ["created_at", "2020-11-20 07:46:33.189263"], ["updated_at", "2020-11-20 07:46:33.189263"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 28], ["decimal", 2.47914667691047], ["string", "Necessitatibus excepturi sint et."], ["date", "2020-12-27"], ["time", "2000-01-01 19:09:37.524467"], ["datetime", "2020-11-13 21:11:46.183912"], ["created_at", "2020-11-20 07:46:33.191328"], ["updated_at", "2020-11-20 07:46:33.191328"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 1.75633860506412], ["string", "Ipsum modi ut ut."], ["date", "2020-12-11"], ["time", "2000-01-01 12:47:50.784236"], ["datetime", "2020-12-12 10:48:37.761389"], ["created_at", "2020-11-20 07:46:33.193509"], ["updated_at", "2020-11-20 07:46:33.193509"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 1.46271788585428], ["string", "Sit et rerum facere."], ["date", "2020-11-24"], ["time", "2000-01-01 17:08:09.053606"], ["datetime", "2020-10-13 09:23:31.087015"], ["created_at", "2020-11-20 07:46:33.195770"], ["updated_at", "2020-11-20 07:46:33.195770"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 4.68559698882068], ["string", "Aspernatur natus cupiditate porro ipsum officia."], ["date", "2020-11-22"], ["time", "2000-01-01 14:11:30.089739"], ["datetime", "2020-11-16 01:49:07.641362"], ["created_at", "2020-11-20 07:46:33.197916"], ["updated_at", "2020-11-20 07:46:33.197916"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 17.1018744772783], ["string", "Similique et temporibus."], ["created_at", "2020-11-20 07:46:33.199831"], ["updated_at", "2020-11-20 07:46:33.199831"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 8.81917068794474], ["string", "Facere provident aut."], ["created_at", "2020-11-20 07:46:33.201397"], ["updated_at", "2020-11-20 07:46:33.201397"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 8.26181346410624], ["string", "Aut deserunt eos et debitis."], ["created_at", "2020-11-20 07:46:33.202855"], ["updated_at", "2020-11-20 07:46:33.202855"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 0.26132758537766], ["string", "Voluptas ullam a."], ["created_at", "2020-11-20 07:46:33.204286"], ["updated_at", "2020-11-20 07:46:33.204286"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 0.0612161710798287], ["string", "Architecto sit fugiat ex eos."], ["created_at", "2020-11-20 07:46:33.205689"], ["updated_at", "2020-11-20 07:46:33.205689"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-20 07:46:33.207476"], ["updated_at", "2020-11-20 07:46:33.207476"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-20 07:46:33.208674"], ["updated_at", "2020-11-20 07:46:33.208674"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-20 07:46:33.210300"], ["updated_at", "2020-11-20 07:46:33.210300"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-20 07:46:33.211749"], ["updated_at", "2020-11-20 07:46:33.211749"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-20 07:46:33.213057"], ["updated_at", "2020-11-20 07:46:33.213057"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-20 07:46:33.214787"], ["updated_at", "2020-11-20 07:46:33.214787"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 7], ["created_at", "2020-11-20 07:46:33.216528"], ["updated_at", "2020-11-20 07:46:33.216528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 10], ["created_at", "2020-11-20 07:46:33.218097"], ["updated_at", "2020-11-20 07:46:33.218097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 10], ["created_at", "2020-11-20 07:46:33.219954"], ["updated_at", "2020-11-20 07:46:33.219954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 8], ["created_at", "2020-11-20 07:46:33.221468"], ["updated_at", "2020-11-20 07:46:33.221468"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-20 07:46:33.222616"], ["updated_at", "2020-11-20 07:46:33.222616"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-20 07:46:33.223871"], ["updated_at", "2020-11-20 07:46:33.223871"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-20 07:46:33.225262"], ["updated_at", "2020-11-20 07:46:33.225262"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-20 07:46:33.226835"], ["updated_at", "2020-11-20 07:46:33.226835"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-20 07:46:33.228393"], ["updated_at", "2020-11-20 07:46:33.228393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.229173"], ["updated_at", "2020-11-20 07:46:33.229173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.229849"], ["updated_at", "2020-11-20 07:46:33.229849"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.230558"], ["updated_at", "2020-11-20 07:46:33.230558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.231234"], ["updated_at", "2020-11-20 07:46:33.231234"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.231889"], ["updated_at", "2020-11-20 07:46:33.231889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:33.233354"], ["updated_at", "2020-11-20 07:46:33.233354"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:33.234446"], ["updated_at", "2020-11-20 07:46:33.234446"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:33.235478"], ["updated_at", "2020-11-20 07:46:33.235478"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:33.236490"], ["updated_at", "2020-11-20 07:46:33.236490"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:33.237507"], ["updated_at", "2020-11-20 07:46:33.237507"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-20 07:46:33.238757"], ["updated_at", "2020-11-20 07:46:33.238757"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-20 07:46:33.240046"], ["updated_at", "2020-11-20 07:46:33.240046"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-20 07:46:33.241169"], ["updated_at", "2020-11-20 07:46:33.241169"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-20 07:46:33.242281"], ["updated_at", "2020-11-20 07:46:33.242281"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-20 07:46:33.243853"], ["updated_at", "2020-11-20 07:46:33.243853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.250375"], ["updated_at", "2020-11-20 07:46:33.250375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.251090"], ["updated_at", "2020-11-20 07:46:33.251090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.251702"], ["updated_at", "2020-11-20 07:46:33.251702"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.252277"], ["updated_at", "2020-11-20 07:46:33.252277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.252861"], ["updated_at", "2020-11-20 07:46:33.252861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:33.253489"], ["updated_at", "2020-11-20 07:46:33.253489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:33.254232"], ["updated_at", "2020-11-20 07:46:33.254232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:33.255100"], ["updated_at", "2020-11-20 07:46:33.255100"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:33.255748"], ["updated_at", "2020-11-20 07:46:33.255748"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:33.256447"], ["updated_at", "2020-11-20 07:46:33.256447"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 21.9997096728574], ["string", "Voluptatem asperiores incidunt quaerat repudiandae ut."], ["date", "2020-12-04"], ["time", "2000-01-01 20:50:36.466666"], ["datetime", "2020-12-17 18:52:13.050450"], ["created_at", "2020-11-20 07:46:33.257791"], ["updated_at", "2020-11-20 07:46:33.257791"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 1.45579496154765], ["string", "Qui quibusdam nihil sunt."], ["date", "2020-12-18"], ["time", "2000-01-01 12:46:55.445513"], ["datetime", "2020-10-16 12:30:05.172789"], ["created_at", "2020-11-20 07:46:33.260231"], ["updated_at", "2020-11-20 07:46:33.260231"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 35], ["decimal", 6.42772644487262], ["string", "Aut neque ea."], ["date", "2020-12-21"], ["time", "2000-01-01 19:26:23.593576"], ["datetime", "2020-12-29 00:00:12.354564"], ["created_at", "2020-11-20 07:46:33.262231"], ["updated_at", "2020-11-20 07:46:33.262231"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 23.3604704740686], ["string", "Perferendis voluptas amet sunt sed earum."], ["date", "2020-11-20"], ["time", "2000-01-01 08:54:30.560330"], ["datetime", "2020-12-17 14:20:32.202099"], ["created_at", "2020-11-20 07:46:33.263690"], ["updated_at", "2020-11-20 07:46:33.263690"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 24], ["decimal", 5.59821865292785], ["string", "Impedit molestiae quisquam."], ["date", "2020-11-10"], ["time", "2000-01-01 01:30:43.202217"], ["datetime", "2020-12-30 06:14:46.846361"], ["created_at", "2020-11-20 07:46:33.265050"], ["updated_at", "2020-11-20 07:46:33.265050"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 0.921985690101967], ["string", "Voluptates magnam natus soluta fuga."], ["created_at", "2020-11-20 07:46:33.266231"], ["updated_at", "2020-11-20 07:46:33.266231"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 3.34020502115235], ["string", "Voluptate culpa et ea."], ["created_at", "2020-11-20 07:46:33.267161"], ["updated_at", "2020-11-20 07:46:33.267161"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 24.4051011456094], ["string", "Quis itaque possimus."], ["created_at", "2020-11-20 07:46:33.268067"], ["updated_at", "2020-11-20 07:46:33.268067"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 2.04944128976105], ["string", "Rerum repellat dignissimos ad possimus."], ["created_at", "2020-11-20 07:46:33.269025"], ["updated_at", "2020-11-20 07:46:33.269025"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 15.050719543116], ["string", "Itaque aut animi rem delectus nobis."], ["created_at", "2020-11-20 07:46:33.269969"], ["updated_at", "2020-11-20 07:46:33.269969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-20 07:46:33.271235"], ["updated_at", "2020-11-20 07:46:33.271235"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-20 07:46:33.272336"], ["updated_at", "2020-11-20 07:46:33.272336"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-20 07:46:33.273383"], ["updated_at", "2020-11-20 07:46:33.273383"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-20 07:46:33.274467"], ["updated_at", "2020-11-20 07:46:33.274467"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-20 07:46:33.275670"], ["updated_at", "2020-11-20 07:46:33.275670"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 15], ["created_at", "2020-11-20 07:46:33.278120"], ["updated_at", "2020-11-20 07:46:33.278120"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 8], ["created_at", "2020-11-20 07:46:33.280121"], ["updated_at", "2020-11-20 07:46:33.280121"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-20 07:46:33.281909"], ["updated_at", "2020-11-20 07:46:33.281909"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 11], ["created_at", "2020-11-20 07:46:33.283870"], ["updated_at", "2020-11-20 07:46:33.283870"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 3], ["created_at", "2020-11-20 07:46:33.285701"], ["updated_at", "2020-11-20 07:46:33.285701"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-20 07:46:33.287271"], ["updated_at", "2020-11-20 07:46:33.287271"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-20 07:46:33.288769"], ["updated_at", "2020-11-20 07:46:33.288769"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-20 07:46:33.290104"], ["updated_at", "2020-11-20 07:46:33.290104"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-20 07:46:33.291452"], ["updated_at", "2020-11-20 07:46:33.291452"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 11], ["created_at", "2020-11-20 07:46:33.292873"], ["updated_at", "2020-11-20 07:46:33.292873"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.293789"], ["updated_at", "2020-11-20 07:46:33.293789"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.294569"], ["updated_at", "2020-11-20 07:46:33.294569"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.295234"], ["updated_at", "2020-11-20 07:46:33.295234"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.295853"], ["updated_at", "2020-11-20 07:46:33.295853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.296459"], ["updated_at", "2020-11-20 07:46:33.296459"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:33.297649"], ["updated_at", "2020-11-20 07:46:33.297649"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:33.298852"], ["updated_at", "2020-11-20 07:46:33.298852"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:33.299985"], ["updated_at", "2020-11-20 07:46:33.299985"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:33.301097"], ["updated_at", "2020-11-20 07:46:33.301097"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:33.302297"], ["updated_at", "2020-11-20 07:46:33.302297"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-20 07:46:33.303751"], ["updated_at", "2020-11-20 07:46:33.303751"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-20 07:46:33.305171"], ["updated_at", "2020-11-20 07:46:33.305171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-20 07:46:33.306263"], ["updated_at", "2020-11-20 07:46:33.306263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-20 07:46:33.307356"], ["updated_at", "2020-11-20 07:46:33.307356"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-20 07:46:33.308476"], ["updated_at", "2020-11-20 07:46:33.308476"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.315567"], ["updated_at", "2020-11-20 07:46:33.315567"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.316364"], ["updated_at", "2020-11-20 07:46:33.316364"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.317006"], ["updated_at", "2020-11-20 07:46:33.317006"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.317604"], ["updated_at", "2020-11-20 07:46:33.317604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.318212"], ["updated_at", "2020-11-20 07:46:33.318212"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:33.318854"], ["updated_at", "2020-11-20 07:46:33.318854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:33.319518"], ["updated_at", "2020-11-20 07:46:33.319518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:33.320149"], ["updated_at", "2020-11-20 07:46:33.320149"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:33.320778"], ["updated_at", "2020-11-20 07:46:33.320778"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:33.321395"], ["updated_at", "2020-11-20 07:46:33.321395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 2.0939885165153], ["string", "Quo et labore eum repudiandae."], ["date", "2020-11-16"], ["time", "2000-01-01 04:13:06.103876"], ["datetime", "2020-12-19 20:58:07.012397"], ["created_at", "2020-11-20 07:46:33.354793"], ["updated_at", "2020-11-20 07:46:33.354793"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 3.42648245548735], ["string", "Non illo assumenda consectetur cum."], ["date", "2020-11-20"], ["time", "2000-01-01 15:39:58.551413"], ["datetime", "2020-10-20 07:02:09.571340"], ["created_at", "2020-11-20 07:46:33.356625"], ["updated_at", "2020-11-20 07:46:33.356625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 7.31233373775866], ["string", "Consectetur distinctio qui vel sunt earum."], ["date", "2020-10-18"], ["time", "2000-01-01 10:22:01.517442"], ["datetime", "2020-11-16 15:21:40.804684"], ["created_at", "2020-11-20 07:46:33.358594"], ["updated_at", "2020-11-20 07:46:33.358594"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.4ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 14.9183046876732], ["string", "Incidunt numquam architecto odit."], ["date", "2020-12-27"], ["time", "2000-01-01 00:02:53.325998"], ["datetime", "2020-10-13 18:50:45.165552"], ["created_at", "2020-11-20 07:46:33.364301"], ["updated_at", "2020-11-20 07:46:33.364301"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 10.6266279306239], ["string", "Consequatur qui impedit."], ["date", "2020-12-10"], ["time", "2000-01-01 07:24:36.997499"], ["datetime", "2020-11-21 12:43:12.901313"], ["created_at", "2020-11-20 07:46:33.368038"], ["updated_at", "2020-11-20 07:46:33.368038"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 25.3634003225092], ["string", "Odit fugit modi facilis sunt magni."], ["date", "2020-12-15"], ["time", "2000-01-01 16:48:09.994207"], ["datetime", "2020-10-25 10:55:10.969770"], ["created_at", "2020-11-20 07:46:33.369855"], ["updated_at", "2020-11-20 07:46:33.369855"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.372466"], ["updated_at", "2020-11-20 07:46:33.372466"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 8.79320891817826], ["string", "Exercitationem nostrum sint blanditiis."], ["date", "2020-11-18"], ["time", "2000-01-01 18:04:20.380293"], ["datetime", "2020-11-29 18:30:52.686382"], ["created_at", "2020-11-20 07:46:33.391996"], ["updated_at", "2020-11-20 07:46:33.391996"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 1.50591861539795], ["string", "Unde totam facere rerum."], ["date", "2020-12-03"], ["time", "2000-01-01 01:28:22.353582"], ["datetime", "2020-10-17 07:31:22.433122"], ["created_at", "2020-11-20 07:46:33.394102"], ["updated_at", "2020-11-20 07:46:33.394102"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 22], ["decimal", 3.62096907318988], ["string", "Quis et distinctio deserunt et."], ["date", "2020-10-28"], ["time", "2000-01-01 09:29:39.478373"], ["datetime", "2020-10-16 04:50:20.801423"], ["created_at", "2020-11-20 07:46:33.396353"], ["updated_at", "2020-11-20 07:46:33.396353"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 21], ["decimal", 0.89338988331435], ["string", "Ea necessitatibus illum voluptatem et quos."], ["date", "2020-12-06"], ["time", "2000-01-01 07:03:10.606274"], ["datetime", "2020-10-13 20:43:50.538599"], ["created_at", "2020-11-20 07:46:33.398369"], ["updated_at", "2020-11-20 07:46:33.398369"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 1.84071687096262], ["string", "Atque tempora molestias."], ["date", "2020-12-15"], ["time", "2000-01-01 02:15:04.119457"], ["datetime", "2020-11-01 05:03:07.692054"], ["created_at", "2020-11-20 07:46:33.400269"], ["updated_at", "2020-11-20 07:46:33.400269"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 0.24004706464588], ["string", "Rerum necessitatibus provident non."], ["created_at", "2020-11-20 07:46:33.401962"], ["updated_at", "2020-11-20 07:46:33.401962"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 2.95407955107413], ["string", "Et mollitia minus repudiandae."], ["created_at", "2020-11-20 07:46:33.403896"], ["updated_at", "2020-11-20 07:46:33.403896"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 10.5906988921863], ["string", "Porro laudantium voluptatem."], ["created_at", "2020-11-20 07:46:33.406280"], ["updated_at", "2020-11-20 07:46:33.406280"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 0.203115437562309], ["string", "Deleniti et praesentium voluptate eos."], ["created_at", "2020-11-20 07:46:33.408961"], ["updated_at", "2020-11-20 07:46:33.408961"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 14.502131100593], ["string", "Labore id dolores enim nostrum."], ["created_at", "2020-11-20 07:46:33.410547"], ["updated_at", "2020-11-20 07:46:33.410547"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-20 07:46:33.412919"], ["updated_at", "2020-11-20 07:46:33.412919"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-20 07:46:33.414789"], ["updated_at", "2020-11-20 07:46:33.414789"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-20 07:46:33.416458"], ["updated_at", "2020-11-20 07:46:33.416458"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-20 07:46:33.418283"], ["updated_at", "2020-11-20 07:46:33.418283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-20 07:46:33.420084"], ["updated_at", "2020-11-20 07:46:33.420084"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-20 07:46:33.422504"], ["updated_at", "2020-11-20 07:46:33.422504"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-20 07:46:33.424898"], ["updated_at", "2020-11-20 07:46:33.424898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-20 07:46:33.427224"], ["updated_at", "2020-11-20 07:46:33.427224"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-20 07:46:33.429766"], ["updated_at", "2020-11-20 07:46:33.429766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-20 07:46:33.431975"], ["updated_at", "2020-11-20 07:46:33.431975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-20 07:46:33.433833"], ["updated_at", "2020-11-20 07:46:33.433833"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-20 07:46:33.436906"], ["updated_at", "2020-11-20 07:46:33.436906"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-20 07:46:33.440123"], ["updated_at", "2020-11-20 07:46:33.440123"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-20 07:46:33.442815"], ["updated_at", "2020-11-20 07:46:33.442815"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-20 07:46:33.445534"], ["updated_at", "2020-11-20 07:46:33.445534"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.447164"], ["updated_at", "2020-11-20 07:46:33.447164"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.448461"], ["updated_at", "2020-11-20 07:46:33.448461"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.449750"], ["updated_at", "2020-11-20 07:46:33.449750"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.450910"], ["updated_at", "2020-11-20 07:46:33.450910"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.452090"], ["updated_at", "2020-11-20 07:46:33.452090"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.454347"], ["updated_at", "2020-11-20 07:46:33.454347"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.456295"], ["updated_at", "2020-11-20 07:46:33.456295"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.458259"], ["updated_at", "2020-11-20 07:46:33.458259"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.460301"], ["updated_at", "2020-11-20 07:46:33.460301"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.462677"], ["updated_at", "2020-11-20 07:46:33.462677"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-20 07:46:33.464857"], ["updated_at", "2020-11-20 07:46:33.464857"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-20 07:46:33.467051"], ["updated_at", "2020-11-20 07:46:33.467051"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-20 07:46:33.469241"], ["updated_at", "2020-11-20 07:46:33.469241"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-20 07:46:33.471655"], ["updated_at", "2020-11-20 07:46:33.471655"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-20 07:46:33.474069"], ["updated_at", "2020-11-20 07:46:33.474069"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.488421"], ["updated_at", "2020-11-20 07:46:33.488421"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.489921"], ["updated_at", "2020-11-20 07:46:33.489921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.491025"], ["updated_at", "2020-11-20 07:46:33.491025"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.492231"], ["updated_at", "2020-11-20 07:46:33.492231"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.493600"], ["updated_at", "2020-11-20 07:46:33.493600"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:33.494993"], ["updated_at", "2020-11-20 07:46:33.494993"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:33.496539"], ["updated_at", "2020-11-20 07:46:33.496539"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:33.497667"], ["updated_at", "2020-11-20 07:46:33.497667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:33.498410"], ["updated_at", "2020-11-20 07:46:33.498410"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:33.499101"], ["updated_at", "2020-11-20 07:46:33.499101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 0.893862556446133], ["string", "Quas qui laborum dolor voluptatem vitae."], ["date", "2020-11-12"], ["time", "2000-01-01 18:28:15.672400"], ["datetime", "2020-10-30 08:38:09.716265"], ["created_at", "2020-11-20 07:46:33.500456"], ["updated_at", "2020-11-20 07:46:33.500456"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 22], ["decimal", 1.57869716888684], ["string", "Quo debitis beatae."], ["date", "2020-11-26"], ["time", "2000-01-01 06:41:07.150108"], ["datetime", "2020-11-15 17:45:35.540387"], ["created_at", "2020-11-20 07:46:33.501963"], ["updated_at", "2020-11-20 07:46:33.501963"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 8.0529559535435], ["string", "Et culpa ipsam."], ["date", "2020-12-01"], ["time", "2000-01-01 12:11:11.655148"], ["datetime", "2020-12-28 01:00:32.172928"], ["created_at", "2020-11-20 07:46:33.503416"], ["updated_at", "2020-11-20 07:46:33.503416"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 24], ["decimal", 26.8089742306354], ["string", "Voluptatem architecto qui saepe voluptatum ipsum."], ["date", "2020-11-02"], ["time", "2000-01-01 05:43:41.467009"], ["datetime", "2020-11-19 14:05:24.062294"], ["created_at", "2020-11-20 07:46:33.504929"], ["updated_at", "2020-11-20 07:46:33.504929"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 3.93439540375462], ["string", "Corporis cum delectus voluptas aspernatur nam."], ["date", "2020-12-11"], ["time", "2000-01-01 10:33:59.563368"], ["datetime", "2020-10-28 19:35:57.635487"], ["created_at", "2020-11-20 07:46:33.506376"], ["updated_at", "2020-11-20 07:46:33.506376"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1025], ["decimal", 0.816494518714864], ["string", "Autem non velit necessitatibus magnam dolorem."], ["created_at", "2020-11-20 07:46:33.507752"], ["updated_at", "2020-11-20 07:46:33.507752"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 31.908442592542], ["string", "Dolor beatae est nulla et earum."], ["created_at", "2020-11-20 07:46:33.508938"], ["updated_at", "2020-11-20 07:46:33.508938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 7.39431287474539], ["string", "Dicta eveniet voluptatum vitae reiciendis."], ["created_at", "2020-11-20 07:46:33.510113"], ["updated_at", "2020-11-20 07:46:33.510113"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 7.76183474904196], ["string", "Accusantium omnis rem dolores non et."], ["created_at", "2020-11-20 07:46:33.511280"], ["updated_at", "2020-11-20 07:46:33.511280"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1021], ["decimal", 35.9455284685409], ["string", "Voluptatem eaque suscipit voluptatibus ea."], ["created_at", "2020-11-20 07:46:33.512570"], ["updated_at", "2020-11-20 07:46:33.512570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-20 07:46:33.514014"], ["updated_at", "2020-11-20 07:46:33.514014"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-20 07:46:33.515203"], ["updated_at", "2020-11-20 07:46:33.515203"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-20 07:46:33.516381"], ["updated_at", "2020-11-20 07:46:33.516381"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-20 07:46:33.517498"], ["updated_at", "2020-11-20 07:46:33.517498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-20 07:46:33.518591"], ["updated_at", "2020-11-20 07:46:33.518591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 4], ["created_at", "2020-11-20 07:46:33.520214"], ["updated_at", "2020-11-20 07:46:33.520214"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 6], ["created_at", "2020-11-20 07:46:33.521833"], ["updated_at", "2020-11-20 07:46:33.521833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 10], ["created_at", "2020-11-20 07:46:33.523683"], ["updated_at", "2020-11-20 07:46:33.523683"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 5], ["created_at", "2020-11-20 07:46:33.525880"], ["updated_at", "2020-11-20 07:46:33.525880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 9], ["created_at", "2020-11-20 07:46:33.527979"], ["updated_at", "2020-11-20 07:46:33.527979"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-20 07:46:33.529477"], ["updated_at", "2020-11-20 07:46:33.529477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-20 07:46:33.530641"], ["updated_at", "2020-11-20 07:46:33.530641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-20 07:46:33.531815"], ["updated_at", "2020-11-20 07:46:33.531815"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-20 07:46:33.532956"], ["updated_at", "2020-11-20 07:46:33.532956"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-20 07:46:33.534086"], ["updated_at", "2020-11-20 07:46:33.534086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.534852"], ["updated_at", "2020-11-20 07:46:33.534852"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.535552"], ["updated_at", "2020-11-20 07:46:33.535552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.536213"], ["updated_at", "2020-11-20 07:46:33.536213"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.536848"], ["updated_at", "2020-11-20 07:46:33.536848"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.537461"], ["updated_at", "2020-11-20 07:46:33.537461"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:33.538614"], ["updated_at", "2020-11-20 07:46:33.538614"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:33.539716"], ["updated_at", "2020-11-20 07:46:33.539716"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:33.540769"], ["updated_at", "2020-11-20 07:46:33.540769"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:33.541838"], ["updated_at", "2020-11-20 07:46:33.541838"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:33.543014"], ["updated_at", "2020-11-20 07:46:33.543014"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-20 07:46:33.544239"], ["updated_at", "2020-11-20 07:46:33.544239"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-20 07:46:33.545450"], ["updated_at", "2020-11-20 07:46:33.545450"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-20 07:46:33.546624"], ["updated_at", "2020-11-20 07:46:33.546624"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-20 07:46:33.547699"], ["updated_at", "2020-11-20 07:46:33.547699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-20 07:46:33.548757"], ["updated_at", "2020-11-20 07:46:33.548757"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.569116"], ["updated_at", "2020-11-20 07:46:33.569116"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.570215"], ["updated_at", "2020-11-20 07:46:33.570215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.571073"], ["updated_at", "2020-11-20 07:46:33.571073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.571912"], ["updated_at", "2020-11-20 07:46:33.571912"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.572754"], ["updated_at", "2020-11-20 07:46:33.572754"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:33.573645"], ["updated_at", "2020-11-20 07:46:33.573645"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:33.574507"], ["updated_at", "2020-11-20 07:46:33.574507"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:33.575402"], ["updated_at", "2020-11-20 07:46:33.575402"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:33.576290"], ["updated_at", "2020-11-20 07:46:33.576290"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:33.577133"], ["updated_at", "2020-11-20 07:46:33.577133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 31], ["decimal", 0.845069539552357], ["string", "Quis laborum cupiditate ullam."], ["date", "2020-12-11"], ["time", "2000-01-01 23:36:28.886237"], ["datetime", "2020-12-23 14:05:31.793213"], ["created_at", "2020-11-20 07:46:33.578728"], ["updated_at", "2020-11-20 07:46:33.578728"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 13.19420669773], ["string", "Eligendi adipisci autem."], ["date", "2020-12-22"], ["time", "2000-01-01 07:26:44.114077"], ["datetime", "2020-11-27 14:36:31.381863"], ["created_at", "2020-11-20 07:46:33.580557"], ["updated_at", "2020-11-20 07:46:33.580557"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 38], ["decimal", 2.3164236927505], ["string", "Saepe sit et ea ipsa sit."], ["date", "2020-12-30"], ["time", "2000-01-01 08:45:57.408162"], ["datetime", "2020-12-10 12:48:58.868243"], ["created_at", "2020-11-20 07:46:33.582279"], ["updated_at", "2020-11-20 07:46:33.582279"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 14.2605698436739], ["string", "Officiis repudiandae possimus iure doloribus."], ["date", "2020-11-26"], ["time", "2000-01-01 14:20:31.606822"], ["datetime", "2020-10-30 11:29:09.245205"], ["created_at", "2020-11-20 07:46:33.583981"], ["updated_at", "2020-11-20 07:46:33.583981"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 30], ["decimal", 8.39611066466011], ["string", "Sit et aut quod laudantium aliquam."], ["date", "2020-11-01"], ["time", "2000-01-01 13:06:20.048423"], ["datetime", "2020-10-23 16:22:13.307893"], ["created_at", "2020-11-20 07:46:33.585743"], ["updated_at", "2020-11-20 07:46:33.585743"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 8.80450979725398], ["string", "Ab autem et sit."], ["created_at", "2020-11-20 07:46:33.587317"], ["updated_at", "2020-11-20 07:46:33.587317"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 2.59438593691096], ["string", "Reprehenderit ex eos tempora accusamus quibusdam."], ["created_at", "2020-11-20 07:46:33.588502"], ["updated_at", "2020-11-20 07:46:33.588502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1026], ["decimal", 12.2868408955537], ["string", "At dolores dolorem corrupti."], ["created_at", "2020-11-20 07:46:33.589640"], ["updated_at", "2020-11-20 07:46:33.589640"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1025], ["decimal", 1.45355511699441], ["string", "Et voluptates magni nulla."], ["created_at", "2020-11-20 07:46:33.590743"], ["updated_at", "2020-11-20 07:46:33.590743"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1031], ["decimal", 1.48517656363541], ["string", "Fugiat ducimus ipsam eos."], ["created_at", "2020-11-20 07:46:33.591861"], ["updated_at", "2020-11-20 07:46:33.591861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-20 07:46:33.593553"], ["updated_at", "2020-11-20 07:46:33.593553"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-20 07:46:33.595040"], ["updated_at", "2020-11-20 07:46:33.595040"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-20 07:46:33.596394"], ["updated_at", "2020-11-20 07:46:33.596394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-20 07:46:33.597641"], ["updated_at", "2020-11-20 07:46:33.597641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-20 07:46:33.598875"], ["updated_at", "2020-11-20 07:46:33.598875"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 15], ["created_at", "2020-11-20 07:46:33.600615"], ["updated_at", "2020-11-20 07:46:33.600615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-20 07:46:33.602330"], ["updated_at", "2020-11-20 07:46:33.602330"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 15], ["created_at", "2020-11-20 07:46:33.604010"], ["updated_at", "2020-11-20 07:46:33.604010"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 9], ["created_at", "2020-11-20 07:46:33.605729"], ["updated_at", "2020-11-20 07:46:33.605729"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 12], ["created_at", "2020-11-20 07:46:33.607366"], ["updated_at", "2020-11-20 07:46:33.607366"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-20 07:46:33.608743"], ["updated_at", "2020-11-20 07:46:33.608743"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-20 07:46:33.610201"], ["updated_at", "2020-11-20 07:46:33.610201"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 15], ["created_at", "2020-11-20 07:46:33.611644"], ["updated_at", "2020-11-20 07:46:33.611644"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-20 07:46:33.613040"], ["updated_at", "2020-11-20 07:46:33.613040"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-20 07:46:33.614317"], ["updated_at", "2020-11-20 07:46:33.614317"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.615107"], ["updated_at", "2020-11-20 07:46:33.615107"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.615849"], ["updated_at", "2020-11-20 07:46:33.615849"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.616524"], ["updated_at", "2020-11-20 07:46:33.616524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.617199"], ["updated_at", "2020-11-20 07:46:33.617199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.617857"], ["updated_at", "2020-11-20 07:46:33.617857"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:33.619051"], ["updated_at", "2020-11-20 07:46:33.619051"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:33.620215"], ["updated_at", "2020-11-20 07:46:33.620215"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:33.621350"], ["updated_at", "2020-11-20 07:46:33.621350"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:33.622468"], ["updated_at", "2020-11-20 07:46:33.622468"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:33.623619"], ["updated_at", "2020-11-20 07:46:33.623619"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-20 07:46:33.624860"], ["updated_at", "2020-11-20 07:46:33.624860"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-20 07:46:33.626384"], ["updated_at", "2020-11-20 07:46:33.626384"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-20 07:46:33.627889"], ["updated_at", "2020-11-20 07:46:33.627889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-20 07:46:33.629125"], ["updated_at", "2020-11-20 07:46:33.629125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-20 07:46:33.630266"], ["updated_at", "2020-11-20 07:46:33.630266"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.636948"], ["updated_at", "2020-11-20 07:46:33.636948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.637716"], ["updated_at", "2020-11-20 07:46:33.637716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.638354"], ["updated_at", "2020-11-20 07:46:33.638354"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.639003"], ["updated_at", "2020-11-20 07:46:33.639003"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:33.639671"], ["updated_at", "2020-11-20 07:46:33.639671"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:33.640364"], ["updated_at", "2020-11-20 07:46:33.640364"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:33.641033"], ["updated_at", "2020-11-20 07:46:33.641033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:33.641659"], ["updated_at", "2020-11-20 07:46:33.641659"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:33.642454"], ["updated_at", "2020-11-20 07:46:33.642454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:33.643325"], ["updated_at", "2020-11-20 07:46:33.643325"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.7ms) DELETE FROM "alfas";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.8ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.7ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.6ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.6ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.5ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 1.66421413713969], ["string", "Numquam quaerat aperiam."], ["date", "2020-11-17"], ["time", "2000-01-01 13:51:39.593590"], ["datetime", "2020-11-25 19:28:40.732167"], ["created_at", "2020-11-20 07:46:48.865350"], ["updated_at", "2020-11-20 07:46:48.865350"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 31], ["decimal", 11.2119073819593], ["string", "Hic ea aliquid vel odio."], ["date", "2020-10-27"], ["time", "2000-01-01 06:31:29.385476"], ["datetime", "2020-11-07 12:01:23.734005"], ["created_at", "2020-11-20 07:46:48.867582"], ["updated_at", "2020-11-20 07:46:48.867582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 3.1073320023988], ["string", "Eum autem consequatur."], ["date", "2020-11-02"], ["time", "2000-01-01 01:51:22.097910"], ["datetime", "2020-12-08 17:20:21.145173"], ["created_at", "2020-11-20 07:46:48.869254"], ["updated_at", "2020-11-20 07:46:48.869254"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 18.9891807045662], ["string", "Tempore est inventore facere rerum veniam."], ["date", "2020-12-22"], ["time", "2000-01-01 18:27:12.097351"], ["datetime", "2020-12-13 18:02:12.963794"], ["created_at", "2020-11-20 07:46:48.870855"], ["updated_at", "2020-11-20 07:46:48.870855"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 1.00431787560328], ["string", "Ullam molestiae quo quia."], ["date", "2020-12-25"], ["time", "2000-01-01 02:40:43.278836"], ["datetime", "2020-10-28 02:37:52.006704"], ["created_at", "2020-11-20 07:46:48.872572"], ["updated_at", "2020-11-20 07:46:48.872572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 5.51346344207028], ["string", "Deserunt alias vero minus consequatur dolorem."], ["created_at", "2020-11-20 07:46:48.879346"], ["updated_at", "2020-11-20 07:46:48.879346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 0.526523240076619], ["string", "Voluptatem et perferendis aliquid."], ["created_at", "2020-11-20 07:46:48.880718"], ["updated_at", "2020-11-20 07:46:48.880718"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 28.6075023828596], ["string", "Autem odit enim."], ["created_at", "2020-11-20 07:46:48.881876"], ["updated_at", "2020-11-20 07:46:48.881876"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 10.1565514127951], ["string", "Maiores et qui voluptatibus."], ["created_at", "2020-11-20 07:46:48.882996"], ["updated_at", "2020-11-20 07:46:48.882996"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 16.8795293213808], ["string", "Expedita est perspiciatis."], ["created_at", "2020-11-20 07:46:48.884148"], ["updated_at", "2020-11-20 07:46:48.884148"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-20 07:46:48.891619"], ["updated_at", "2020-11-20 07:46:48.891619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-20 07:46:48.893324"], ["updated_at", "2020-11-20 07:46:48.893324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-20 07:46:48.894712"], ["updated_at", "2020-11-20 07:46:48.894712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-20 07:46:48.896081"], ["updated_at", "2020-11-20 07:46:48.896081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-20 07:46:48.897393"], ["updated_at", "2020-11-20 07:46:48.897393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-20 07:46:48.903760"], ["updated_at", "2020-11-20 07:46:48.903760"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-20 07:46:48.905705"], ["updated_at", "2020-11-20 07:46:48.905705"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-20 07:46:48.907520"], ["updated_at", "2020-11-20 07:46:48.907520"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-20 07:46:48.909172"], ["updated_at", "2020-11-20 07:46:48.909172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-20 07:46:48.911707"], ["updated_at", "2020-11-20 07:46:48.911707"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-20 07:46:48.917295"], ["updated_at", "2020-11-20 07:46:48.917295"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-20 07:46:48.918907"], ["updated_at", "2020-11-20 07:46:48.918907"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-20 07:46:48.920201"], ["updated_at", "2020-11-20 07:46:48.920201"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-20 07:46:48.921399"], ["updated_at", "2020-11-20 07:46:48.921399"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-20 07:46:48.922530"], ["updated_at", "2020-11-20 07:46:48.922530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:48.927955"], ["updated_at", "2020-11-20 07:46:48.927955"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:48.928709"], ["updated_at", "2020-11-20 07:46:48.928709"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:48.929402"], ["updated_at", "2020-11-20 07:46:48.929402"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:48.930080"], ["updated_at", "2020-11-20 07:46:48.930080"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:48.930770"], ["updated_at", "2020-11-20 07:46:48.930770"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:48.935325"], ["updated_at", "2020-11-20 07:46:48.935325"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:48.936617"], ["updated_at", "2020-11-20 07:46:48.936617"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:48.937767"], ["updated_at", "2020-11-20 07:46:48.937767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:48.938908"], ["updated_at", "2020-11-20 07:46:48.938908"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:48.940173"], ["updated_at", "2020-11-20 07:46:48.940173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-20 07:46:48.944216"], ["updated_at", "2020-11-20 07:46:48.944216"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-20 07:46:48.945402"], ["updated_at", "2020-11-20 07:46:48.945402"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-20 07:46:48.946485"], ["updated_at", "2020-11-20 07:46:48.946485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-20 07:46:48.947568"], ["updated_at", "2020-11-20 07:46:48.947568"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-20 07:46:48.948646"], ["updated_at", "2020-11-20 07:46:48.948646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:48.961247"], ["updated_at", "2020-11-20 07:46:48.961247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:48.962010"], ["updated_at", "2020-11-20 07:46:48.962010"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:48.962621"], ["updated_at", "2020-11-20 07:46:48.962621"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:48.963233"], ["updated_at", "2020-11-20 07:46:48.963233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:48.963841"], ["updated_at", "2020-11-20 07:46:48.963841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:48.966580"], ["updated_at", "2020-11-20 07:46:48.966580"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:48.967285"], ["updated_at", "2020-11-20 07:46:48.967285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:48.967911"], ["updated_at", "2020-11-20 07:46:48.967911"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:48.968524"], ["updated_at", "2020-11-20 07:46:48.968524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:48.969170"], ["updated_at", "2020-11-20 07:46:48.969170"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 5.16560212147362], ["string", "Tenetur perferendis explicabo earum beatae."], ["date", "2020-12-31"], ["time", "2000-01-01 23:05:55.187141"], ["datetime", "2020-12-02 02:58:51.207174"], ["created_at", "2020-11-20 07:46:48.970453"], ["updated_at", "2020-11-20 07:46:48.970453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 4.5425914753156], ["string", "Doloremque repudiandae totam beatae."], ["date", "2020-10-10"], ["time", "2000-01-01 19:00:30.772027"], ["datetime", "2020-11-03 15:56:26.821758"], ["created_at", "2020-11-20 07:46:48.971879"], ["updated_at", "2020-11-20 07:46:48.971879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 1.4606422546568], ["string", "Tempora nihil similique dolorem."], ["date", "2020-10-16"], ["time", "2000-01-01 05:15:41.596824"], ["datetime", "2020-12-26 04:04:26.068185"], ["created_at", "2020-11-20 07:46:48.973192"], ["updated_at", "2020-11-20 07:46:48.973192"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 9.06426863247122], ["string", "Voluptatem vel voluptatibus sed voluptas illo."], ["date", "2020-12-25"], ["time", "2000-01-01 23:13:59.364992"], ["datetime", "2020-12-05 09:46:00.189564"], ["created_at", "2020-11-20 07:46:48.974494"], ["updated_at", "2020-11-20 07:46:48.974494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 29], ["decimal", 14.734394956505], ["string", "Maiores et eum sed beatae iste."], ["date", "2020-11-02"], ["time", "2000-01-01 02:41:15.531521"], ["datetime", "2020-10-13 18:44:10.817091"], ["created_at", "2020-11-20 07:46:48.975792"], ["updated_at", "2020-11-20 07:46:48.975792"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 12.5775130439031], ["string", "Natus aperiam aut qui sit vero."], ["created_at", "2020-11-20 07:46:48.977000"], ["updated_at", "2020-11-20 07:46:48.977000"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 31.8752718354551], ["string", "Ex ut quas et est."], ["created_at", "2020-11-20 07:46:48.977964"], ["updated_at", "2020-11-20 07:46:48.977964"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 1.59897920633256], ["string", "Minima culpa nisi sunt officiis autem."], ["created_at", "2020-11-20 07:46:48.978896"], ["updated_at", "2020-11-20 07:46:48.978896"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 0.555339941403694], ["string", "Consectetur velit et consequatur."], ["created_at", "2020-11-20 07:46:48.979837"], ["updated_at", "2020-11-20 07:46:48.979837"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 19.6935051455689], ["string", "Explicabo dolores rerum aliquid vel placeat."], ["created_at", "2020-11-20 07:46:48.980768"], ["updated_at", "2020-11-20 07:46:48.980768"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-20 07:46:48.982051"], ["updated_at", "2020-11-20 07:46:48.982051"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-20 07:46:48.983177"], ["updated_at", "2020-11-20 07:46:48.983177"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-20 07:46:48.984270"], ["updated_at", "2020-11-20 07:46:48.984270"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-20 07:46:48.985357"], ["updated_at", "2020-11-20 07:46:48.985357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-20 07:46:48.986447"], ["updated_at", "2020-11-20 07:46:48.986447"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 2], ["created_at", "2020-11-20 07:46:48.987997"], ["updated_at", "2020-11-20 07:46:48.987997"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-20 07:46:48.989517"], ["updated_at", "2020-11-20 07:46:48.989517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 10], ["created_at", "2020-11-20 07:46:48.990990"], ["updated_at", "2020-11-20 07:46:48.990990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 6], ["created_at", "2020-11-20 07:46:48.992477"], ["updated_at", "2020-11-20 07:46:48.992477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 10], ["created_at", "2020-11-20 07:46:48.993957"], ["updated_at", "2020-11-20 07:46:48.993957"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-20 07:46:48.995115"], ["updated_at", "2020-11-20 07:46:48.995115"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-20 07:46:48.996294"], ["updated_at", "2020-11-20 07:46:48.996294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-20 07:46:48.997414"], ["updated_at", "2020-11-20 07:46:48.997414"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-20 07:46:48.998579"], ["updated_at", "2020-11-20 07:46:48.998579"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-20 07:46:48.999779"], ["updated_at", "2020-11-20 07:46:48.999779"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.000494"], ["updated_at", "2020-11-20 07:46:49.000494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.001128"], ["updated_at", "2020-11-20 07:46:49.001128"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.001731"], ["updated_at", "2020-11-20 07:46:49.001731"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.002335"], ["updated_at", "2020-11-20 07:46:49.002335"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.002943"], ["updated_at", "2020-11-20 07:46:49.002943"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:49.004295"], ["updated_at", "2020-11-20 07:46:49.004295"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:49.005396"], ["updated_at", "2020-11-20 07:46:49.005396"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:49.006434"], ["updated_at", "2020-11-20 07:46:49.006434"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:49.007487"], ["updated_at", "2020-11-20 07:46:49.007487"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:49.008513"], ["updated_at", "2020-11-20 07:46:49.008513"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-20 07:46:49.009638"], ["updated_at", "2020-11-20 07:46:49.009638"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-20 07:46:49.010725"], ["updated_at", "2020-11-20 07:46:49.010725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-20 07:46:49.011797"], ["updated_at", "2020-11-20 07:46:49.011797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-20 07:46:49.012866"], ["updated_at", "2020-11-20 07:46:49.012866"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-20 07:46:49.013923"], ["updated_at", "2020-11-20 07:46:49.013923"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.020363"], ["updated_at", "2020-11-20 07:46:49.020363"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.021179"], ["updated_at", "2020-11-20 07:46:49.021179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.021812"], ["updated_at", "2020-11-20 07:46:49.021812"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.022469"], ["updated_at", "2020-11-20 07:46:49.022469"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.023092"], ["updated_at", "2020-11-20 07:46:49.023092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:49.023745"], ["updated_at", "2020-11-20 07:46:49.023745"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:49.024386"], ["updated_at", "2020-11-20 07:46:49.024386"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:49.025000"], ["updated_at", "2020-11-20 07:46:49.025000"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:49.025613"], ["updated_at", "2020-11-20 07:46:49.025613"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:49.026223"], ["updated_at", "2020-11-20 07:46:49.026223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 6.92132265989403], ["string", "Voluptatum voluptate error quae quas."], ["date", "2020-12-18"], ["time", "2000-01-01 11:29:44.115132"], ["datetime", "2020-10-27 21:30:10.647203"], ["created_at", "2020-11-20 07:46:49.027445"], ["updated_at", "2020-11-20 07:46:49.027445"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 28], ["decimal", 21.4944942756212], ["string", "Ratione omnis odio similique."], ["date", "2020-11-23"], ["time", "2000-01-01 12:43:33.046856"], ["datetime", "2020-10-11 11:13:51.009961"], ["created_at", "2020-11-20 07:46:49.028832"], ["updated_at", "2020-11-20 07:46:49.028832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 13.6800668739049], ["string", "Porro doloremque qui quidem magni."], ["date", "2020-11-12"], ["time", "2000-01-01 22:34:32.619680"], ["datetime", "2020-12-09 14:19:31.550163"], ["created_at", "2020-11-20 07:46:49.030127"], ["updated_at", "2020-11-20 07:46:49.030127"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 25.4138286635884], ["string", "Voluptatum est ut numquam."], ["date", "2020-11-15"], ["time", "2000-01-01 23:49:19.370363"], ["datetime", "2020-12-15 13:17:21.239922"], ["created_at", "2020-11-20 07:46:49.031429"], ["updated_at", "2020-11-20 07:46:49.031429"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 37], ["decimal", 0.047852259723192], ["string", "Aut laborum numquam accusantium debitis reiciendis."], ["date", "2020-12-20"], ["time", "2000-01-01 14:05:23.826698"], ["datetime", "2020-11-24 01:50:45.326485"], ["created_at", "2020-11-20 07:46:49.032732"], ["updated_at", "2020-11-20 07:46:49.032732"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 7.44375730058636], ["string", "Itaque impedit earum mollitia."], ["created_at", "2020-11-20 07:46:49.033915"], ["updated_at", "2020-11-20 07:46:49.033915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 8.92140472269156], ["string", "Perspiciatis corrupti rem illum."], ["created_at", "2020-11-20 07:46:49.035088"], ["updated_at", "2020-11-20 07:46:49.035088"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1019], ["decimal", 25.9620885920025], ["string", "Enim molestiae eligendi doloremque consequatur."], ["created_at", "2020-11-20 07:46:49.036179"], ["updated_at", "2020-11-20 07:46:49.036179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 2.54715158014936], ["string", "Quaerat recusandae dolorem."], ["created_at", "2020-11-20 07:46:49.037120"], ["updated_at", "2020-11-20 07:46:49.037120"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 3.83439992707063], ["string", "Qui dolor quia voluptatem."], ["created_at", "2020-11-20 07:46:49.038049"], ["updated_at", "2020-11-20 07:46:49.038049"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-20 07:46:49.039375"], ["updated_at", "2020-11-20 07:46:49.039375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-20 07:46:49.040535"], ["updated_at", "2020-11-20 07:46:49.040535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-20 07:46:49.041629"], ["updated_at", "2020-11-20 07:46:49.041629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-20 07:46:49.042975"], ["updated_at", "2020-11-20 07:46:49.042975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-20 07:46:49.044477"], ["updated_at", "2020-11-20 07:46:49.044477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-20 07:46:49.046445"], ["updated_at", "2020-11-20 07:46:49.046445"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 7], ["created_at", "2020-11-20 07:46:49.048194"], ["updated_at", "2020-11-20 07:46:49.048194"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 14], ["created_at", "2020-11-20 07:46:49.049765"], ["updated_at", "2020-11-20 07:46:49.049765"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 13], ["created_at", "2020-11-20 07:46:49.051283"], ["updated_at", "2020-11-20 07:46:49.051283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 12], ["created_at", "2020-11-20 07:46:49.052801"], ["updated_at", "2020-11-20 07:46:49.052801"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-20 07:46:49.054148"], ["updated_at", "2020-11-20 07:46:49.054148"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-20 07:46:49.055626"], ["updated_at", "2020-11-20 07:46:49.055626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-20 07:46:49.056875"], ["updated_at", "2020-11-20 07:46:49.056875"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-20 07:46:49.058027"], ["updated_at", "2020-11-20 07:46:49.058027"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 11], ["created_at", "2020-11-20 07:46:49.059204"], ["updated_at", "2020-11-20 07:46:49.059204"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.059929"], ["updated_at", "2020-11-20 07:46:49.059929"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.060566"], ["updated_at", "2020-11-20 07:46:49.060566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.061179"], ["updated_at", "2020-11-20 07:46:49.061179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.061786"], ["updated_at", "2020-11-20 07:46:49.061786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.062393"], ["updated_at", "2020-11-20 07:46:49.062393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:49.063539"], ["updated_at", "2020-11-20 07:46:49.063539"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:49.064649"], ["updated_at", "2020-11-20 07:46:49.064649"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:49.065705"], ["updated_at", "2020-11-20 07:46:49.065705"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:49.066756"], ["updated_at", "2020-11-20 07:46:49.066756"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:49.067817"], ["updated_at", "2020-11-20 07:46:49.067817"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-20 07:46:49.068948"], ["updated_at", "2020-11-20 07:46:49.068948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-20 07:46:49.070042"], ["updated_at", "2020-11-20 07:46:49.070042"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-20 07:46:49.071114"], ["updated_at", "2020-11-20 07:46:49.071114"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-20 07:46:49.072255"], ["updated_at", "2020-11-20 07:46:49.072255"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-20 07:46:49.073591"], ["updated_at", "2020-11-20 07:46:49.073591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.080532"], ["updated_at", "2020-11-20 07:46:49.080532"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.081280"], ["updated_at", "2020-11-20 07:46:49.081280"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.081891"], ["updated_at", "2020-11-20 07:46:49.081891"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.082507"], ["updated_at", "2020-11-20 07:46:49.082507"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.083450"], ["updated_at", "2020-11-20 07:46:49.083450"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:49.084295"], ["updated_at", "2020-11-20 07:46:49.084295"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:49.084950"], ["updated_at", "2020-11-20 07:46:49.084950"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:49.085566"], ["updated_at", "2020-11-20 07:46:49.085566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:49.086183"], ["updated_at", "2020-11-20 07:46:49.086183"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:49.086797"], ["updated_at", "2020-11-20 07:46:49.086797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 3.02120023364365], ["string", "Alias vero suscipit cum nesciunt."], ["date", "2020-12-20"], ["time", "2000-01-01 00:08:29.153756"], ["datetime", "2020-10-17 04:50:52.961178"], ["created_at", "2020-11-20 07:46:49.117525"], ["updated_at", "2020-11-20 07:46:49.117525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 12.0889210379396], ["string", "Consequatur deserunt est fugiat."], ["date", "2020-11-02"], ["time", "2000-01-01 04:32:38.998256"], ["datetime", "2020-11-18 21:33:20.114531"], ["created_at", "2020-11-20 07:46:49.119155"], ["updated_at", "2020-11-20 07:46:49.119155"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 18.4368162463173], ["string", "Sint quo id eum."], ["date", "2020-11-21"], ["time", "2000-01-01 10:31:00.356515"], ["datetime", "2020-12-26 02:52:31.477952"], ["created_at", "2020-11-20 07:46:49.120872"], ["updated_at", "2020-11-20 07:46:49.120872"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 21.036143775443], ["string", "Asperiores laboriosam in animi eum."], ["date", "2020-11-14"], ["time", "2000-01-01 22:00:19.379609"], ["datetime", "2020-10-16 18:20:20.345223"], ["created_at", "2020-11-20 07:46:49.124287"], ["updated_at", "2020-11-20 07:46:49.124287"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 39], ["decimal", 22.1301364490617], ["string", "Incidunt laudantium culpa et."], ["date", "2020-12-20"], ["time", "2000-01-01 20:26:11.488085"], ["datetime", "2020-11-15 01:54:22.831571"], ["created_at", "2020-11-20 07:46:49.126538"], ["updated_at", "2020-11-20 07:46:49.126538"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 23.2087301652891], ["string", "Porro nam minus et quis."], ["date", "2020-11-15"], ["time", "2000-01-01 15:23:51.369847"], ["datetime", "2020-12-26 07:38:41.038645"], ["created_at", "2020-11-20 07:46:49.128467"], ["updated_at", "2020-11-20 07:46:49.128467"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.131584"], ["updated_at", "2020-11-20 07:46:49.131584"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 0.75609599355679], ["string", "Ex soluta officiis."], ["date", "2020-11-16"], ["time", "2000-01-01 22:55:00.957713"], ["datetime", "2020-12-18 09:44:29.642845"], ["created_at", "2020-11-20 07:46:49.175377"], ["updated_at", "2020-11-20 07:46:49.175377"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 23], ["decimal", 13.128527849304], ["string", "Hic et sed minus."], ["date", "2020-11-26"], ["time", "2000-01-01 10:22:55.706920"], ["datetime", "2020-12-21 09:27:36.707055"], ["created_at", "2020-11-20 07:46:49.178232"], ["updated_at", "2020-11-20 07:46:49.178232"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 0.929289898723729], ["string", "Quia aut nostrum sit nam."], ["date", "2020-10-15"], ["time", "2000-01-01 02:41:15.540303"], ["datetime", "2020-12-12 02:18:09.163898"], ["created_at", "2020-11-20 07:46:49.180629"], ["updated_at", "2020-11-20 07:46:49.180629"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 32.3250232874605], ["string", "Sit itaque totam voluptatem rerum non."], ["date", "2020-10-15"], ["time", "2000-01-01 12:19:21.789623"], ["datetime", "2020-12-11 04:17:52.118839"], ["created_at", "2020-11-20 07:46:49.182979"], ["updated_at", "2020-11-20 07:46:49.182979"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 6.01124953158069], ["string", "Quia nemo deleniti ipsa quis."], ["date", "2020-10-28"], ["time", "2000-01-01 07:27:11.936269"], ["datetime", "2020-11-15 12:51:34.258898"], ["created_at", "2020-11-20 07:46:49.186091"], ["updated_at", "2020-11-20 07:46:49.186091"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1021], ["decimal", 4.38336734426343], ["string", "Quas reiciendis reprehenderit id consequuntur."], ["created_at", "2020-11-20 07:46:49.188586"], ["updated_at", "2020-11-20 07:46:49.188586"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 26.5204832776359], ["string", "Repellendus ex ut aut nesciunt."], ["created_at", "2020-11-20 07:46:49.190418"], ["updated_at", "2020-11-20 07:46:49.190418"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 4.70468633903743], ["string", "Ut commodi praesentium."], ["created_at", "2020-11-20 07:46:49.192300"], ["updated_at", "2020-11-20 07:46:49.192300"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 3.08438838933191], ["string", "Ut voluptatibus hic unde aut soluta."], ["created_at", "2020-11-20 07:46:49.194090"], ["updated_at", "2020-11-20 07:46:49.194090"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 3.74474882775606], ["string", "Quam et consectetur."], ["created_at", "2020-11-20 07:46:49.195694"], ["updated_at", "2020-11-20 07:46:49.195694"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-20 07:46:49.197827"], ["updated_at", "2020-11-20 07:46:49.197827"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-20 07:46:49.199709"], ["updated_at", "2020-11-20 07:46:49.199709"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-20 07:46:49.201392"], ["updated_at", "2020-11-20 07:46:49.201392"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-20 07:46:49.203918"], ["updated_at", "2020-11-20 07:46:49.203918"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-20 07:46:49.206357"], ["updated_at", "2020-11-20 07:46:49.206357"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-20 07:46:49.209930"], ["updated_at", "2020-11-20 07:46:49.209930"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-20 07:46:49.212527"], ["updated_at", "2020-11-20 07:46:49.212527"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-20 07:46:49.214685"], ["updated_at", "2020-11-20 07:46:49.214685"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-20 07:46:49.216749"], ["updated_at", "2020-11-20 07:46:49.216749"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-20 07:46:49.218824"], ["updated_at", "2020-11-20 07:46:49.218824"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-20 07:46:49.220509"], ["updated_at", "2020-11-20 07:46:49.220509"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-20 07:46:49.222141"], ["updated_at", "2020-11-20 07:46:49.222141"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-20 07:46:49.223708"], ["updated_at", "2020-11-20 07:46:49.223708"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-20 07:46:49.225736"], ["updated_at", "2020-11-20 07:46:49.225736"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-20 07:46:49.227661"], ["updated_at", "2020-11-20 07:46:49.227661"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.228793"], ["updated_at", "2020-11-20 07:46:49.228793"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.229791"], ["updated_at", "2020-11-20 07:46:49.229791"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.230702"], ["updated_at", "2020-11-20 07:46:49.230702"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.231605"], ["updated_at", "2020-11-20 07:46:49.231605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.232448"], ["updated_at", "2020-11-20 07:46:49.232448"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.234149"], ["updated_at", "2020-11-20 07:46:49.234149"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.235731"], ["updated_at", "2020-11-20 07:46:49.235731"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.237286"], ["updated_at", "2020-11-20 07:46:49.237286"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.238799"], ["updated_at", "2020-11-20 07:46:49.238799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.240309"], ["updated_at", "2020-11-20 07:46:49.240309"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-20 07:46:49.242090"], ["updated_at", "2020-11-20 07:46:49.242090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-20 07:46:49.243846"], ["updated_at", "2020-11-20 07:46:49.243846"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-20 07:46:49.245372"], ["updated_at", "2020-11-20 07:46:49.245372"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-20 07:46:49.246854"], ["updated_at", "2020-11-20 07:46:49.246854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-20 07:46:49.248302"], ["updated_at", "2020-11-20 07:46:49.248302"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.256930"], ["updated_at", "2020-11-20 07:46:49.256930"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.257908"], ["updated_at", "2020-11-20 07:46:49.257908"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.258919"], ["updated_at", "2020-11-20 07:46:49.258919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.259807"], ["updated_at", "2020-11-20 07:46:49.259807"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.260668"], ["updated_at", "2020-11-20 07:46:49.260668"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:49.261548"], ["updated_at", "2020-11-20 07:46:49.261548"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:49.262394"], ["updated_at", "2020-11-20 07:46:49.262394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:49.263203"], ["updated_at", "2020-11-20 07:46:49.263203"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:49.263946"], ["updated_at", "2020-11-20 07:46:49.263946"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:49.264707"], ["updated_at", "2020-11-20 07:46:49.264707"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 5.12718959917725], ["string", "Atque quia magni dolorum amet."], ["date", "2020-12-09"], ["time", "2000-01-01 08:25:55.423795"], ["datetime", "2020-11-01 04:47:31.012308"], ["created_at", "2020-11-20 07:46:49.266153"], ["updated_at", "2020-11-20 07:46:49.266153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 4.60673127014666], ["string", "Quis aut ut dignissimos provident."], ["date", "2020-10-22"], ["time", "2000-01-01 13:37:09.359735"], ["datetime", "2020-12-23 09:55:55.999359"], ["created_at", "2020-11-20 07:46:49.267858"], ["updated_at", "2020-11-20 07:46:49.267858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 11.0801537277381], ["string", "Et tenetur consequatur assumenda consequuntur."], ["date", "2020-10-18"], ["time", "2000-01-01 21:06:16.244428"], ["datetime", "2020-12-31 03:57:01.695607"], ["created_at", "2020-11-20 07:46:49.269556"], ["updated_at", "2020-11-20 07:46:49.269556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 30.7571115881496], ["string", "Possimus pariatur voluptas temporibus est aliquid."], ["date", "2020-11-08"], ["time", "2000-01-01 23:45:11.279076"], ["datetime", "2020-12-11 01:19:10.731644"], ["created_at", "2020-11-20 07:46:49.271281"], ["updated_at", "2020-11-20 07:46:49.271281"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 14.2603804378454], ["string", "Natus itaque quisquam provident nobis amet."], ["date", "2020-12-02"], ["time", "2000-01-01 23:56:40.695169"], ["datetime", "2020-12-19 14:54:43.960678"], ["created_at", "2020-11-20 07:46:49.273325"], ["updated_at", "2020-11-20 07:46:49.273325"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 4.26854858057659], ["string", "Qui doloremque quasi."], ["created_at", "2020-11-20 07:46:49.274925"], ["updated_at", "2020-11-20 07:46:49.274925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 6.37592557259725], ["string", "Occaecati exercitationem mollitia aspernatur."], ["created_at", "2020-11-20 07:46:49.276460"], ["updated_at", "2020-11-20 07:46:49.276460"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 4.61426933670711], ["string", "Distinctio sed et dolorum ut excepturi."], ["created_at", "2020-11-20 07:46:49.277647"], ["updated_at", "2020-11-20 07:46:49.277647"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1021], ["decimal", 10.0351016427623], ["string", "Rerum hic et eos et."], ["created_at", "2020-11-20 07:46:49.278806"], ["updated_at", "2020-11-20 07:46:49.278806"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 0.920993134899442], ["string", "Nesciunt officiis quas non impedit."], ["created_at", "2020-11-20 07:46:49.279944"], ["updated_at", "2020-11-20 07:46:49.279944"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-20 07:46:49.281484"], ["updated_at", "2020-11-20 07:46:49.281484"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-20 07:46:49.283153"], ["updated_at", "2020-11-20 07:46:49.283153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-20 07:46:49.284596"], ["updated_at", "2020-11-20 07:46:49.284596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-20 07:46:49.286081"], ["updated_at", "2020-11-20 07:46:49.286081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-20 07:46:49.287603"], ["updated_at", "2020-11-20 07:46:49.287603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 5], ["created_at", "2020-11-20 07:46:49.289704"], ["updated_at", "2020-11-20 07:46:49.289704"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-20 07:46:49.291584"], ["updated_at", "2020-11-20 07:46:49.291584"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 9], ["created_at", "2020-11-20 07:46:49.293690"], ["updated_at", "2020-11-20 07:46:49.293690"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 7], ["created_at", "2020-11-20 07:46:49.295525"], ["updated_at", "2020-11-20 07:46:49.295525"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-20 07:46:49.297317"], ["updated_at", "2020-11-20 07:46:49.297317"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-20 07:46:49.298639"], ["updated_at", "2020-11-20 07:46:49.298639"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-20 07:46:49.299938"], ["updated_at", "2020-11-20 07:46:49.299938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-20 07:46:49.301152"], ["updated_at", "2020-11-20 07:46:49.301152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-20 07:46:49.302354"], ["updated_at", "2020-11-20 07:46:49.302354"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-20 07:46:49.303606"], ["updated_at", "2020-11-20 07:46:49.303606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.304384"], ["updated_at", "2020-11-20 07:46:49.304384"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.305044"], ["updated_at", "2020-11-20 07:46:49.305044"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.305723"], ["updated_at", "2020-11-20 07:46:49.305723"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.306344"], ["updated_at", "2020-11-20 07:46:49.306344"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.306952"], ["updated_at", "2020-11-20 07:46:49.306952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:49.308279"], ["updated_at", "2020-11-20 07:46:49.308279"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:49.309788"], ["updated_at", "2020-11-20 07:46:49.309788"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:49.310964"], ["updated_at", "2020-11-20 07:46:49.310964"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:49.312148"], ["updated_at", "2020-11-20 07:46:49.312148"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:49.313318"], ["updated_at", "2020-11-20 07:46:49.313318"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-20 07:46:49.314513"], ["updated_at", "2020-11-20 07:46:49.314513"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-20 07:46:49.315707"], ["updated_at", "2020-11-20 07:46:49.315707"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-20 07:46:49.316790"], ["updated_at", "2020-11-20 07:46:49.316790"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-20 07:46:49.317933"], ["updated_at", "2020-11-20 07:46:49.317933"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-20 07:46:49.319107"], ["updated_at", "2020-11-20 07:46:49.319107"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.327055"], ["updated_at", "2020-11-20 07:46:49.327055"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.328669"], ["updated_at", "2020-11-20 07:46:49.328669"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.330065"], ["updated_at", "2020-11-20 07:46:49.330065"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.331414"], ["updated_at", "2020-11-20 07:46:49.331414"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.332685"], ["updated_at", "2020-11-20 07:46:49.332685"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:49.334214"], ["updated_at", "2020-11-20 07:46:49.334214"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:49.335797"], ["updated_at", "2020-11-20 07:46:49.335797"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:49.337193"], ["updated_at", "2020-11-20 07:46:49.337193"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:49.338436"], ["updated_at", "2020-11-20 07:46:49.338436"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:49.339741"], ["updated_at", "2020-11-20 07:46:49.339741"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 4.47429932638146], ["string", "Neque consequuntur commodi et est."], ["date", "2020-10-25"], ["time", "2000-01-01 19:39:28.081480"], ["datetime", "2020-11-14 13:53:15.371784"], ["created_at", "2020-11-20 07:46:49.342446"], ["updated_at", "2020-11-20 07:46:49.342446"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 0.0847073216113705], ["string", "Numquam nobis est tempora qui."], ["date", "2020-12-04"], ["time", "2000-01-01 10:20:39.955791"], ["datetime", "2020-11-23 21:00:22.209334"], ["created_at", "2020-11-20 07:46:49.345597"], ["updated_at", "2020-11-20 07:46:49.345597"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 27], ["decimal", 30.9415350465358], ["string", "Rerum debitis placeat velit."], ["date", "2020-12-11"], ["time", "2000-01-01 04:08:54.279722"], ["datetime", "2020-10-22 18:01:13.220546"], ["created_at", "2020-11-20 07:46:49.348644"], ["updated_at", "2020-11-20 07:46:49.348644"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 7.01368474862722], ["string", "Non asperiores placeat necessitatibus dolore quo."], ["date", "2020-11-18"], ["time", "2000-01-01 09:21:19.360873"], ["datetime", "2020-12-10 15:07:01.319464"], ["created_at", "2020-11-20 07:46:49.351493"], ["updated_at", "2020-11-20 07:46:49.351493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 3.40617266810897], ["string", "Numquam suscipit nihil accusantium et soluta."], ["date", "2020-10-29"], ["time", "2000-01-01 19:33:42.876726"], ["datetime", "2020-12-01 13:18:41.606126"], ["created_at", "2020-11-20 07:46:49.353618"], ["updated_at", "2020-11-20 07:46:49.353618"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1035], ["decimal", 14.4148696907407], ["string", "Velit voluptatum nesciunt exercitationem molestiae."], ["created_at", "2020-11-20 07:46:49.355473"], ["updated_at", "2020-11-20 07:46:49.355473"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 11.1971269621071], ["string", "Eveniet tempora architecto ut ut labore."], ["created_at", "2020-11-20 07:46:49.356884"], ["updated_at", "2020-11-20 07:46:49.356884"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 16.6216807847297], ["string", "Omnis modi fugit aut quae."], ["created_at", "2020-11-20 07:46:49.358893"], ["updated_at", "2020-11-20 07:46:49.358893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1027], ["decimal", 8.18018695700843], ["string", "Perspiciatis sit eos officia et est."], ["created_at", "2020-11-20 07:46:49.360598"], ["updated_at", "2020-11-20 07:46:49.360598"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1033], ["decimal", 15.2599129643014], ["string", "Laudantium enim nisi nihil."], ["created_at", "2020-11-20 07:46:49.361944"], ["updated_at", "2020-11-20 07:46:49.361944"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-20 07:46:49.363787"], ["updated_at", "2020-11-20 07:46:49.363787"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-20 07:46:49.365547"], ["updated_at", "2020-11-20 07:46:49.365547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-20 07:46:49.367226"], ["updated_at", "2020-11-20 07:46:49.367226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-20 07:46:49.368672"], ["updated_at", "2020-11-20 07:46:49.368672"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-20 07:46:49.370169"], ["updated_at", "2020-11-20 07:46:49.370169"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-20 07:46:49.372093"], ["updated_at", "2020-11-20 07:46:49.372093"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 14], ["created_at", "2020-11-20 07:46:49.374009"], ["updated_at", "2020-11-20 07:46:49.374009"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 3], ["created_at", "2020-11-20 07:46:49.376167"], ["updated_at", "2020-11-20 07:46:49.376167"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 13], ["created_at", "2020-11-20 07:46:49.378215"], ["updated_at", "2020-11-20 07:46:49.378215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 7], ["created_at", "2020-11-20 07:46:49.380239"], ["updated_at", "2020-11-20 07:46:49.380239"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-20 07:46:49.381745"], ["updated_at", "2020-11-20 07:46:49.381745"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-20 07:46:49.383318"], ["updated_at", "2020-11-20 07:46:49.383318"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-20 07:46:49.384763"], ["updated_at", "2020-11-20 07:46:49.384763"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-20 07:46:49.386119"], ["updated_at", "2020-11-20 07:46:49.386119"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-20 07:46:49.388227"], ["updated_at", "2020-11-20 07:46:49.388227"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.389611"], ["updated_at", "2020-11-20 07:46:49.389611"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.390816"], ["updated_at", "2020-11-20 07:46:49.390816"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.392035"], ["updated_at", "2020-11-20 07:46:49.392035"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.393401"], ["updated_at", "2020-11-20 07:46:49.393401"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.394672"], ["updated_at", "2020-11-20 07:46:49.394672"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:49.396279"], ["updated_at", "2020-11-20 07:46:49.396279"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:49.397643"], ["updated_at", "2020-11-20 07:46:49.397643"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:49.398956"], ["updated_at", "2020-11-20 07:46:49.398956"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:49.400257"], ["updated_at", "2020-11-20 07:46:49.400257"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 07:46:49.401494"], ["updated_at", "2020-11-20 07:46:49.401494"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-20 07:46:49.402794"], ["updated_at", "2020-11-20 07:46:49.402794"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-20 07:46:49.404014"], ["updated_at", "2020-11-20 07:46:49.404014"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-20 07:46:49.405196"], ["updated_at", "2020-11-20 07:46:49.405196"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-20 07:46:49.406380"], ["updated_at", "2020-11-20 07:46:49.406380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-20 07:46:49.407611"], ["updated_at", "2020-11-20 07:46:49.407611"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.414716"], ["updated_at", "2020-11-20 07:46:49.414716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.415503"], ["updated_at", "2020-11-20 07:46:49.415503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.416139"], ["updated_at", "2020-11-20 07:46:49.416139"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.416784"], ["updated_at", "2020-11-20 07:46:49.416784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 07:46:49.417409"], ["updated_at", "2020-11-20 07:46:49.417409"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:49.418080"], ["updated_at", "2020-11-20 07:46:49.418080"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:49.418792"], ["updated_at", "2020-11-20 07:46:49.418792"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:49.419505"], ["updated_at", "2020-11-20 07:46:49.419505"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:49.420165"], ["updated_at", "2020-11-20 07:46:49.420165"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 07:46:49.420796"], ["updated_at", "2020-11-20 07:46:49.420796"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.4ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.8ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.0ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.8ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (2.1ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (36.8ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.8ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.9ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.9ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.8ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.9ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.2ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.2ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.8ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (37.1ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (2.0ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.8ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.8ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.9ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (2.1ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.9ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.7ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (2.0ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.7ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.9ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.5ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.1ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.9ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.5ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (2.0ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (11.9ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.5ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.7ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.9ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.9ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.8ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.9ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.5ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (1.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.2ms) DELETE FROM "alfas";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.6ms) DELETE FROM "bravos";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.8ms) DELETE FROM "echos";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.7ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.5ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.5ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.5ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.5ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (36.4ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.6ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.8ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.9ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.9ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (11.2ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.9ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.9ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (2.0ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.9ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (37.1ms) DELETE FROM "alfas";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.4ms) DELETE FROM "bravos";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'bravos';  (3.1ms) DELETE FROM "echos";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'echos';  (2.4ms) DELETE FROM "foxtrots";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (2.2ms) DELETE FROM "kilos";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'kilos';  (2.8ms) DELETE FROM "charlies";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'charlies';  (2.0ms) DELETE FROM "deltas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.7ms) DELETE FROM "hotels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.7ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.7ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.3ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (2.0ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.9ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (1.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.3ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.7ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.5ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.7ms) DELETE FROM "deltas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.8ms) DELETE FROM "hotels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.9ms) DELETE FROM "indias";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.7ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.9ms) DELETE FROM "alfas";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.5ms) DELETE FROM "bravos";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.9ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.7ms) DELETE FROM "foxtrots";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.8ms) DELETE FROM "kilos";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.9ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.7ms) DELETE FROM "deltas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.7ms) DELETE FROM "hotels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.8ms) DELETE FROM "indias";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.9ms) DELETE FROM "julietts";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.2ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.9ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.6ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.6ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.6ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.6ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.5ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.8ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.9ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.8ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.6ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (2.0ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.6ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.9ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.8ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (2.0ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.4ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.5ms) DELETE FROM "julietts";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (1.1ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (11.1ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (3.5ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.4ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.8ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.5ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.9ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.8ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (2.0ms) DELETE FROM "hotels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.6ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (36.9ms) DELETE FROM "alfas";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.4ms) DELETE FROM "bravos";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'bravos';  (2.1ms) DELETE FROM "echos";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'echos';  (2.5ms) DELETE FROM "foxtrots";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.8ms) DELETE FROM "kilos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.8ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.5ms) DELETE FROM "deltas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.6ms) DELETE FROM "hotels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.5ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.8ms) DELETE FROM "julietts";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 30], ["decimal", 22.5494051550556], ["string", "Quis animi consequatur."], ["date", "2020-12-22"], ["time", "2000-01-01 05:10:10.293073"], ["datetime", "2020-11-15 11:48:57.688552"], ["created_at", "2020-11-20 08:39:03.368147"], ["updated_at", "2020-11-20 08:39:03.368147"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 8.22823776967497], ["string", "Impedit quae rerum praesentium odit eum."], ["date", "2020-11-08"], ["time", "2000-01-01 16:07:33.703440"], ["datetime", "2020-11-14 05:03:29.810082"], ["created_at", "2020-11-20 08:39:03.371513"], ["updated_at", "2020-11-20 08:39:03.371513"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 3.35693748849374], ["string", "Qui sed neque blanditiis et."], ["date", "2020-12-14"], ["time", "2000-01-01 21:38:25.334465"], ["datetime", "2020-11-07 10:19:52.953229"], ["created_at", "2020-11-20 08:39:03.374627"], ["updated_at", "2020-11-20 08:39:03.374627"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 27.7194202812941], ["string", "Similique quibusdam rerum."], ["date", "2020-11-30"], ["time", "2000-01-01 12:52:22.192546"], ["datetime", "2020-10-31 08:18:33.799764"], ["created_at", "2020-11-20 08:39:03.377903"], ["updated_at", "2020-11-20 08:39:03.377903"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 0.684172765220974], ["string", "Voluptas laudantium qui rerum est."], ["date", "2020-11-07"], ["time", "2000-01-01 17:45:53.584476"], ["datetime", "2020-12-24 00:57:37.172983"], ["created_at", "2020-11-20 08:39:03.380780"], ["updated_at", "2020-11-20 08:39:03.380780"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1031], ["decimal", 30.6655176299973], ["string", "Consequatur dolores necessitatibus ab accusantium ipsa."], ["created_at", "2020-11-20 08:39:03.388744"], ["updated_at", "2020-11-20 08:39:03.388744"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 4.88782692045842], ["string", "Culpa harum et corrupti neque."], ["created_at", "2020-11-20 08:39:03.391457"], ["updated_at", "2020-11-20 08:39:03.391457"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 6.32539107560103], ["string", "Deserunt illum nobis et provident quis."], ["created_at", "2020-11-20 08:39:03.394029"], ["updated_at", "2020-11-20 08:39:03.394029"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 5.27087017499185], ["string", "Sit deserunt laborum harum eum."], ["created_at", "2020-11-20 08:39:03.396355"], ["updated_at", "2020-11-20 08:39:03.396355"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 1.87174832650292], ["string", "Error ex similique accusamus."], ["created_at", "2020-11-20 08:39:03.398600"], ["updated_at", "2020-11-20 08:39:03.398600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-20 08:39:03.406053"], ["updated_at", "2020-11-20 08:39:03.406053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-20 08:39:03.408177"], ["updated_at", "2020-11-20 08:39:03.408177"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-20 08:39:03.409783"], ["updated_at", "2020-11-20 08:39:03.409783"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-20 08:39:03.411202"], ["updated_at", "2020-11-20 08:39:03.411202"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-20 08:39:03.412565"], ["updated_at", "2020-11-20 08:39:03.412565"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-20 08:39:03.419003"], ["updated_at", "2020-11-20 08:39:03.419003"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-20 08:39:03.420914"], ["updated_at", "2020-11-20 08:39:03.420914"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-20 08:39:03.422660"], ["updated_at", "2020-11-20 08:39:03.422660"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-20 08:39:03.424797"], ["updated_at", "2020-11-20 08:39:03.424797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-20 08:39:03.426643"], ["updated_at", "2020-11-20 08:39:03.426643"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-20 08:39:03.446721"], ["updated_at", "2020-11-20 08:39:03.446721"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-20 08:39:03.448427"], ["updated_at", "2020-11-20 08:39:03.448427"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-20 08:39:03.449909"], ["updated_at", "2020-11-20 08:39:03.449909"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-20 08:39:03.451368"], ["updated_at", "2020-11-20 08:39:03.451368"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-20 08:39:03.452794"], ["updated_at", "2020-11-20 08:39:03.452794"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.460025"], ["updated_at", "2020-11-20 08:39:03.460025"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.461178"], ["updated_at", "2020-11-20 08:39:03.461178"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.462019"], ["updated_at", "2020-11-20 08:39:03.462019"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.462772"], ["updated_at", "2020-11-20 08:39:03.462772"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.463530"], ["updated_at", "2020-11-20 08:39:03.463530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.469060"], ["updated_at", "2020-11-20 08:39:03.469060"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.470513"], ["updated_at", "2020-11-20 08:39:03.470513"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.471839"], ["updated_at", "2020-11-20 08:39:03.471839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.473406"], ["updated_at", "2020-11-20 08:39:03.473406"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.475153"], ["updated_at", "2020-11-20 08:39:03.475153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-20 08:39:03.480038"], ["updated_at", "2020-11-20 08:39:03.480038"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-20 08:39:03.481642"], ["updated_at", "2020-11-20 08:39:03.481642"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-20 08:39:03.482967"], ["updated_at", "2020-11-20 08:39:03.482967"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-20 08:39:03.484259"], ["updated_at", "2020-11-20 08:39:03.484259"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-20 08:39:03.485483"], ["updated_at", "2020-11-20 08:39:03.485483"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.507798"], ["updated_at", "2020-11-20 08:39:03.507798"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.509207"], ["updated_at", "2020-11-20 08:39:03.509207"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.510310"], ["updated_at", "2020-11-20 08:39:03.510310"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.511094"], ["updated_at", "2020-11-20 08:39:03.511094"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.511786"], ["updated_at", "2020-11-20 08:39:03.511786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:03.514943"], ["updated_at", "2020-11-20 08:39:03.514943"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:03.515773"], ["updated_at", "2020-11-20 08:39:03.515773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:03.516516"], ["updated_at", "2020-11-20 08:39:03.516516"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:03.517281"], ["updated_at", "2020-11-20 08:39:03.517281"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:03.518008"], ["updated_at", "2020-11-20 08:39:03.518008"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 24.8102505658637], ["string", "Delectus et sequi."], ["date", "2020-10-10"], ["time", "2000-01-01 00:40:18.139076"], ["datetime", "2020-12-09 23:25:34.351576"], ["created_at", "2020-11-20 08:39:03.520370"], ["updated_at", "2020-11-20 08:39:03.520370"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 17.2836530428902], ["string", "Voluptas non ut aut."], ["date", "2020-12-07"], ["time", "2000-01-01 03:02:04.703940"], ["datetime", "2020-11-03 15:07:42.937822"], ["created_at", "2020-11-20 08:39:03.523093"], ["updated_at", "2020-11-20 08:39:03.523093"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 5.66519496016584], ["string", "Autem adipisci aperiam omnis voluptatum magnam."], ["date", "2020-11-05"], ["time", "2000-01-01 14:13:19.146257"], ["datetime", "2020-11-15 06:59:11.837144"], ["created_at", "2020-11-20 08:39:03.526421"], ["updated_at", "2020-11-20 08:39:03.526421"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 24.9502331749829], ["string", "Consequuntur vel ut sequi soluta."], ["date", "2020-11-08"], ["time", "2000-01-01 19:29:06.687123"], ["datetime", "2020-11-08 12:22:42.536549"], ["created_at", "2020-11-20 08:39:03.529227"], ["updated_at", "2020-11-20 08:39:03.529227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 6.06524536038844], ["string", "Repellat dolorem ea."], ["date", "2020-11-17"], ["time", "2000-01-01 21:43:46.080959"], ["datetime", "2020-11-22 12:52:10.084726"], ["created_at", "2020-11-20 08:39:03.531801"], ["updated_at", "2020-11-20 08:39:03.531801"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 11.9650384434288], ["string", "Animi libero ipsum."], ["created_at", "2020-11-20 08:39:03.534251"], ["updated_at", "2020-11-20 08:39:03.534251"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 29.4670499609428], ["string", "Sit aut blanditiis."], ["created_at", "2020-11-20 08:39:03.536429"], ["updated_at", "2020-11-20 08:39:03.536429"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 4.53858645913385], ["string", "Vel recusandae sed voluptas."], ["created_at", "2020-11-20 08:39:03.538535"], ["updated_at", "2020-11-20 08:39:03.538535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 39.3149724054889], ["string", "Sed ea amet quia."], ["created_at", "2020-11-20 08:39:03.541027"], ["updated_at", "2020-11-20 08:39:03.541027"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1025], ["decimal", 23.9747120381505], ["string", "Et nobis quia quis error."], ["created_at", "2020-11-20 08:39:03.543544"], ["updated_at", "2020-11-20 08:39:03.543544"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-20 08:39:03.545324"], ["updated_at", "2020-11-20 08:39:03.545324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-20 08:39:03.546781"], ["updated_at", "2020-11-20 08:39:03.546781"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-20 08:39:03.548119"], ["updated_at", "2020-11-20 08:39:03.548119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-20 08:39:03.549696"], ["updated_at", "2020-11-20 08:39:03.549696"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-20 08:39:03.551470"], ["updated_at", "2020-11-20 08:39:03.551470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 10], ["created_at", "2020-11-20 08:39:03.553590"], ["updated_at", "2020-11-20 08:39:03.553590"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-20 08:39:03.555673"], ["updated_at", "2020-11-20 08:39:03.555673"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-20 08:39:03.557979"], ["updated_at", "2020-11-20 08:39:03.557979"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 6], ["created_at", "2020-11-20 08:39:03.560622"], ["updated_at", "2020-11-20 08:39:03.560622"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-20 08:39:03.562736"], ["updated_at", "2020-11-20 08:39:03.562736"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-20 08:39:03.564442"], ["updated_at", "2020-11-20 08:39:03.564442"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-20 08:39:03.566126"], ["updated_at", "2020-11-20 08:39:03.566126"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-20 08:39:03.568026"], ["updated_at", "2020-11-20 08:39:03.568026"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-20 08:39:03.569525"], ["updated_at", "2020-11-20 08:39:03.569525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-20 08:39:03.570893"], ["updated_at", "2020-11-20 08:39:03.570893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.571718"], ["updated_at", "2020-11-20 08:39:03.571718"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.572471"], ["updated_at", "2020-11-20 08:39:03.572471"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.573272"], ["updated_at", "2020-11-20 08:39:03.573272"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.574158"], ["updated_at", "2020-11-20 08:39:03.574158"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.574936"], ["updated_at", "2020-11-20 08:39:03.574936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:39:03.576680"], ["updated_at", "2020-11-20 08:39:03.576680"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:39:03.578290"], ["updated_at", "2020-11-20 08:39:03.578290"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:39:03.579711"], ["updated_at", "2020-11-20 08:39:03.579711"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:39:03.580925"], ["updated_at", "2020-11-20 08:39:03.580925"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:39:03.582098"], ["updated_at", "2020-11-20 08:39:03.582098"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-20 08:39:03.583479"], ["updated_at", "2020-11-20 08:39:03.583479"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-20 08:39:03.584775"], ["updated_at", "2020-11-20 08:39:03.584775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-20 08:39:03.585951"], ["updated_at", "2020-11-20 08:39:03.585951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-20 08:39:03.587118"], ["updated_at", "2020-11-20 08:39:03.587118"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-20 08:39:03.588372"], ["updated_at", "2020-11-20 08:39:03.588372"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.601633"], ["updated_at", "2020-11-20 08:39:03.601633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.602487"], ["updated_at", "2020-11-20 08:39:03.602487"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.603182"], ["updated_at", "2020-11-20 08:39:03.603182"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.603855"], ["updated_at", "2020-11-20 08:39:03.603855"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.604502"], ["updated_at", "2020-11-20 08:39:03.604502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:03.605195"], ["updated_at", "2020-11-20 08:39:03.605195"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:03.606007"], ["updated_at", "2020-11-20 08:39:03.606007"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:03.606807"], ["updated_at", "2020-11-20 08:39:03.606807"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:03.607588"], ["updated_at", "2020-11-20 08:39:03.607588"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:03.608359"], ["updated_at", "2020-11-20 08:39:03.608359"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 35], ["decimal", 31.4851546564212], ["string", "Veniam laudantium quo neque."], ["date", "2020-10-28"], ["time", "2000-01-01 18:28:07.580516"], ["datetime", "2020-11-11 21:54:44.150993"], ["created_at", "2020-11-20 08:39:03.610745"], ["updated_at", "2020-11-20 08:39:03.610745"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 0.0396061306731182], ["string", "Quo aut sed ducimus voluptatibus."], ["date", "2020-10-20"], ["time", "2000-01-01 01:26:16.574090"], ["datetime", "2020-12-04 07:02:11.636777"], ["created_at", "2020-11-20 08:39:03.613496"], ["updated_at", "2020-11-20 08:39:03.613496"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 16.8494016326749], ["string", "Est illum dignissimos mollitia eos ullam."], ["date", "2020-10-10"], ["time", "2000-01-01 23:42:24.913837"], ["datetime", "2020-12-29 10:29:09.418360"], ["created_at", "2020-11-20 08:39:03.616002"], ["updated_at", "2020-11-20 08:39:03.616002"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 12.059391740999], ["string", "Odit eos praesentium est."], ["date", "2020-11-16"], ["time", "2000-01-01 23:32:29.554862"], ["datetime", "2020-11-19 23:54:05.524352"], ["created_at", "2020-11-20 08:39:03.618620"], ["updated_at", "2020-11-20 08:39:03.618620"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 0.74076533174584], ["string", "Dolor ut id."], ["date", "2020-12-01"], ["time", "2000-01-01 01:18:49.449459"], ["datetime", "2020-10-27 07:54:39.375594"], ["created_at", "2020-11-20 08:39:03.621140"], ["updated_at", "2020-11-20 08:39:03.621140"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 24.9819557861422], ["string", "Ducimus qui distinctio praesentium vel eius."], ["created_at", "2020-11-20 08:39:03.623601"], ["updated_at", "2020-11-20 08:39:03.623601"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 13.1995613601349], ["string", "Consequatur maiores id adipisci."], ["created_at", "2020-11-20 08:39:03.625990"], ["updated_at", "2020-11-20 08:39:03.625990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 3.21221732946591], ["string", "Rem voluptatem rerum."], ["created_at", "2020-11-20 08:39:03.628250"], ["updated_at", "2020-11-20 08:39:03.628250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 13.941945021852], ["string", "Placeat et cumque earum eius architecto."], ["created_at", "2020-11-20 08:39:03.630424"], ["updated_at", "2020-11-20 08:39:03.630424"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 6.8093110325011], ["string", "Sed quia voluptas assumenda culpa."], ["created_at", "2020-11-20 08:39:03.632618"], ["updated_at", "2020-11-20 08:39:03.632618"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-20 08:39:03.634069"], ["updated_at", "2020-11-20 08:39:03.634069"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-20 08:39:03.635409"], ["updated_at", "2020-11-20 08:39:03.635409"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-20 08:39:03.636693"], ["updated_at", "2020-11-20 08:39:03.636693"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-20 08:39:03.637902"], ["updated_at", "2020-11-20 08:39:03.637902"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-20 08:39:03.639131"], ["updated_at", "2020-11-20 08:39:03.639131"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 4], ["created_at", "2020-11-20 08:39:03.641938"], ["updated_at", "2020-11-20 08:39:03.641938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 15], ["created_at", "2020-11-20 08:39:03.643717"], ["updated_at", "2020-11-20 08:39:03.643717"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 8], ["created_at", "2020-11-20 08:39:03.645286"], ["updated_at", "2020-11-20 08:39:03.645286"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 4], ["created_at", "2020-11-20 08:39:03.646929"], ["updated_at", "2020-11-20 08:39:03.646929"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 13], ["created_at", "2020-11-20 08:39:03.648473"], ["updated_at", "2020-11-20 08:39:03.648473"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 15], ["created_at", "2020-11-20 08:39:03.649711"], ["updated_at", "2020-11-20 08:39:03.649711"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 14], ["created_at", "2020-11-20 08:39:03.650959"], ["updated_at", "2020-11-20 08:39:03.650959"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 15], ["created_at", "2020-11-20 08:39:03.652141"], ["updated_at", "2020-11-20 08:39:03.652141"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-20 08:39:03.653266"], ["updated_at", "2020-11-20 08:39:03.653266"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-20 08:39:03.654366"], ["updated_at", "2020-11-20 08:39:03.654366"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.655121"], ["updated_at", "2020-11-20 08:39:03.655121"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.656032"], ["updated_at", "2020-11-20 08:39:03.656032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.656956"], ["updated_at", "2020-11-20 08:39:03.656956"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.657960"], ["updated_at", "2020-11-20 08:39:03.657960"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.659024"], ["updated_at", "2020-11-20 08:39:03.659024"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:39:03.660492"], ["updated_at", "2020-11-20 08:39:03.660492"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:39:03.661693"], ["updated_at", "2020-11-20 08:39:03.661693"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:39:03.662790"], ["updated_at", "2020-11-20 08:39:03.662790"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:39:03.663857"], ["updated_at", "2020-11-20 08:39:03.663857"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:39:03.664899"], ["updated_at", "2020-11-20 08:39:03.664899"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-20 08:39:03.666018"], ["updated_at", "2020-11-20 08:39:03.666018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-20 08:39:03.667273"], ["updated_at", "2020-11-20 08:39:03.667273"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-20 08:39:03.668653"], ["updated_at", "2020-11-20 08:39:03.668653"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-20 08:39:03.669802"], ["updated_at", "2020-11-20 08:39:03.669802"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-20 08:39:03.670912"], ["updated_at", "2020-11-20 08:39:03.670912"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.683931"], ["updated_at", "2020-11-20 08:39:03.683931"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.684743"], ["updated_at", "2020-11-20 08:39:03.684743"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.685381"], ["updated_at", "2020-11-20 08:39:03.685381"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.686003"], ["updated_at", "2020-11-20 08:39:03.686003"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.686630"], ["updated_at", "2020-11-20 08:39:03.686630"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:03.687285"], ["updated_at", "2020-11-20 08:39:03.687285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:03.687926"], ["updated_at", "2020-11-20 08:39:03.687926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:03.688570"], ["updated_at", "2020-11-20 08:39:03.688570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:03.689453"], ["updated_at", "2020-11-20 08:39:03.689453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:03.690454"], ["updated_at", "2020-11-20 08:39:03.690454"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.767878"], ["updated_at", "2020-11-20 08:39:03.767878"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 18], ["decimal", 7.09951793631444], ["string", "Doloribus est enim blanditiis."], ["date", "2020-10-23"], ["time", "2000-01-01 02:57:47.852859"], ["datetime", "2020-11-11 19:22:46.463665"], ["created_at", "2020-11-20 08:39:03.889929"], ["updated_at", "2020-11-20 08:39:03.889929"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 0.201082518736879], ["string", "Laborum culpa in sunt."], ["date", "2020-12-12"], ["time", "2000-01-01 03:38:37.903549"], ["datetime", "2020-10-25 05:15:04.774343"], ["created_at", "2020-11-20 08:39:03.894376"], ["updated_at", "2020-11-20 08:39:03.894376"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 18.2505386255266], ["string", "Et iure dolores eaque autem eos."], ["date", "2020-12-14"], ["time", "2000-01-01 21:28:08.572081"], ["datetime", "2020-11-04 12:43:11.523805"], ["created_at", "2020-11-20 08:39:03.898246"], ["updated_at", "2020-11-20 08:39:03.898246"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 24.1902874174511], ["string", "Minus placeat veniam."], ["date", "2020-11-11"], ["time", "2000-01-01 05:20:21.625869"], ["datetime", "2020-11-16 05:29:23.275766"], ["created_at", "2020-11-20 08:39:03.903156"], ["updated_at", "2020-11-20 08:39:03.903156"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 16.2512630799625], ["string", "Est nulla doloribus architecto omnis inventore."], ["date", "2020-11-26"], ["time", "2000-01-01 18:56:53.609498"], ["datetime", "2020-11-08 22:52:05.137706"], ["created_at", "2020-11-20 08:39:03.908769"], ["updated_at", "2020-11-20 08:39:03.908769"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 0.12601827573299], ["string", "Iste atque eos voluptatem ut."], ["created_at", "2020-11-20 08:39:03.913477"], ["updated_at", "2020-11-20 08:39:03.913477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 4.49020681812665], ["string", "Rem ut distinctio amet."], ["created_at", "2020-11-20 08:39:03.916663"], ["updated_at", "2020-11-20 08:39:03.916663"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 0.187503567589299], ["string", "Minus aperiam labore sed."], ["created_at", "2020-11-20 08:39:03.919561"], ["updated_at", "2020-11-20 08:39:03.919561"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 14.4556775612746], ["string", "Aperiam eligendi sit inventore perferendis."], ["created_at", "2020-11-20 08:39:03.922175"], ["updated_at", "2020-11-20 08:39:03.922175"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", 11.0082400620591], ["string", "Earum pariatur quia."], ["created_at", "2020-11-20 08:39:03.924895"], ["updated_at", "2020-11-20 08:39:03.924895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-20 08:39:03.927043"], ["updated_at", "2020-11-20 08:39:03.927043"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-20 08:39:03.928895"], ["updated_at", "2020-11-20 08:39:03.928895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-20 08:39:03.930360"], ["updated_at", "2020-11-20 08:39:03.930360"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-20 08:39:03.931799"], ["updated_at", "2020-11-20 08:39:03.931799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-20 08:39:03.933381"], ["updated_at", "2020-11-20 08:39:03.933381"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-20 08:39:03.936926"], ["updated_at", "2020-11-20 08:39:03.936926"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-20 08:39:03.940558"], ["updated_at", "2020-11-20 08:39:03.940558"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-20 08:39:03.943995"], ["updated_at", "2020-11-20 08:39:03.943995"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-20 08:39:03.947735"], ["updated_at", "2020-11-20 08:39:03.947735"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-20 08:39:03.951283"], ["updated_at", "2020-11-20 08:39:03.951283"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-20 08:39:03.954151"], ["updated_at", "2020-11-20 08:39:03.954151"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-20 08:39:03.957233"], ["updated_at", "2020-11-20 08:39:03.957233"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-20 08:39:03.960184"], ["updated_at", "2020-11-20 08:39:03.960184"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-20 08:39:03.962825"], ["updated_at", "2020-11-20 08:39:03.962825"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-20 08:39:03.965467"], ["updated_at", "2020-11-20 08:39:03.965467"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.967150"], ["updated_at", "2020-11-20 08:39:03.967150"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.968802"], ["updated_at", "2020-11-20 08:39:03.968802"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.970126"], ["updated_at", "2020-11-20 08:39:03.970126"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.971470"], ["updated_at", "2020-11-20 08:39:03.971470"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.972793"], ["updated_at", "2020-11-20 08:39:03.972793"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.975659"], ["updated_at", "2020-11-20 08:39:03.975659"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.978878"], ["updated_at", "2020-11-20 08:39:03.978878"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.981656"], ["updated_at", "2020-11-20 08:39:03.981656"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.984210"], ["updated_at", "2020-11-20 08:39:03.984210"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:03.986963"], ["updated_at", "2020-11-20 08:39:03.986963"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-20 08:39:03.989492"], ["updated_at", "2020-11-20 08:39:03.989492"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-20 08:39:03.991969"], ["updated_at", "2020-11-20 08:39:03.991969"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-20 08:39:03.994400"], ["updated_at", "2020-11-20 08:39:03.994400"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-20 08:39:03.996636"], ["updated_at", "2020-11-20 08:39:03.996636"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-20 08:39:03.998142"], ["updated_at", "2020-11-20 08:39:03.998142"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:04.013432"], ["updated_at", "2020-11-20 08:39:04.013432"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:04.014409"], ["updated_at", "2020-11-20 08:39:04.014409"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:04.015177"], ["updated_at", "2020-11-20 08:39:04.015177"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:04.016251"], ["updated_at", "2020-11-20 08:39:04.016251"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:04.017134"], ["updated_at", "2020-11-20 08:39:04.017134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:04.017949"], ["updated_at", "2020-11-20 08:39:04.017949"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:04.018795"], ["updated_at", "2020-11-20 08:39:04.018795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:04.019579"], ["updated_at", "2020-11-20 08:39:04.019579"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:04.020454"], ["updated_at", "2020-11-20 08:39:04.020454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:04.021271"], ["updated_at", "2020-11-20 08:39:04.021271"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 14.5922112609614], ["string", "Corporis autem quo et tempora fugiat."], ["date", "2020-12-12"], ["time", "2000-01-01 20:10:30.509316"], ["datetime", "2020-11-20 12:55:48.063041"], ["created_at", "2020-11-20 08:39:04.023959"], ["updated_at", "2020-11-20 08:39:04.023959"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 3.88513351646214], ["string", "Dolorem provident consequatur ipsum quod."], ["date", "2020-10-17"], ["time", "2000-01-01 04:13:11.671689"], ["datetime", "2020-12-03 21:14:49.170157"], ["created_at", "2020-11-20 08:39:04.027154"], ["updated_at", "2020-11-20 08:39:04.027154"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 0.597340581926019], ["string", "Aut impedit aut."], ["date", "2020-12-03"], ["time", "2000-01-01 03:56:49.380373"], ["datetime", "2020-10-09 13:32:55.721895"], ["created_at", "2020-11-20 08:39:04.030029"], ["updated_at", "2020-11-20 08:39:04.030029"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 4.86153441473309], ["string", "Sit perspiciatis quidem voluptates."], ["date", "2020-10-15"], ["time", "2000-01-01 19:05:22.060764"], ["datetime", "2020-11-07 11:31:25.508393"], ["created_at", "2020-11-20 08:39:04.032875"], ["updated_at", "2020-11-20 08:39:04.032875"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 12.7705069565442], ["string", "Maiores perferendis sed magni et vero."], ["date", "2020-12-11"], ["time", "2000-01-01 10:04:40.689170"], ["datetime", "2020-12-26 13:36:48.569699"], ["created_at", "2020-11-20 08:39:04.035932"], ["updated_at", "2020-11-20 08:39:04.035932"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 10.4516398808207], ["string", "Pariatur nisi delectus quam."], ["created_at", "2020-11-20 08:39:04.038620"], ["updated_at", "2020-11-20 08:39:04.038620"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1019], ["decimal", 13.6436318177241], ["string", "Quia harum consequatur minus temporibus."], ["created_at", "2020-11-20 08:39:04.041464"], ["updated_at", "2020-11-20 08:39:04.041464"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 2.33758102269938], ["string", "Sint eos voluptas nemo numquam."], ["created_at", "2020-11-20 08:39:04.044333"], ["updated_at", "2020-11-20 08:39:04.044333"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1021], ["decimal", 9.98710834920092], ["string", "Et totam aut inventore id."], ["created_at", "2020-11-20 08:39:04.046888"], ["updated_at", "2020-11-20 08:39:04.046888"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1026], ["decimal", 12.4585577425481], ["string", "Eveniet fugit minus."], ["created_at", "2020-11-20 08:39:04.049356"], ["updated_at", "2020-11-20 08:39:04.049356"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-20 08:39:04.051504"], ["updated_at", "2020-11-20 08:39:04.051504"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-20 08:39:04.053403"], ["updated_at", "2020-11-20 08:39:04.053403"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-20 08:39:04.055193"], ["updated_at", "2020-11-20 08:39:04.055193"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-20 08:39:04.057115"], ["updated_at", "2020-11-20 08:39:04.057115"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-20 08:39:04.059292"], ["updated_at", "2020-11-20 08:39:04.059292"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 1], ["created_at", "2020-11-20 08:39:04.062011"], ["updated_at", "2020-11-20 08:39:04.062011"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 4], ["created_at", "2020-11-20 08:39:04.064485"], ["updated_at", "2020-11-20 08:39:04.064485"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 10], ["created_at", "2020-11-20 08:39:04.066964"], ["updated_at", "2020-11-20 08:39:04.066964"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 8], ["created_at", "2020-11-20 08:39:04.069506"], ["updated_at", "2020-11-20 08:39:04.069506"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-20 08:39:04.071949"], ["updated_at", "2020-11-20 08:39:04.071949"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-20 08:39:04.073962"], ["updated_at", "2020-11-20 08:39:04.073962"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-20 08:39:04.076182"], ["updated_at", "2020-11-20 08:39:04.076182"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-20 08:39:04.078106"], ["updated_at", "2020-11-20 08:39:04.078106"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-20 08:39:04.079879"], ["updated_at", "2020-11-20 08:39:04.079879"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-20 08:39:04.081681"], ["updated_at", "2020-11-20 08:39:04.081681"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:04.082904"], ["updated_at", "2020-11-20 08:39:04.082904"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:04.083986"], ["updated_at", "2020-11-20 08:39:04.083986"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:04.084972"], ["updated_at", "2020-11-20 08:39:04.084972"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:04.085938"], ["updated_at", "2020-11-20 08:39:04.085938"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:04.086940"], ["updated_at", "2020-11-20 08:39:04.086940"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:39:04.088886"], ["updated_at", "2020-11-20 08:39:04.088886"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:39:04.090715"], ["updated_at", "2020-11-20 08:39:04.090715"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:39:04.092431"], ["updated_at", "2020-11-20 08:39:04.092431"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:39:04.093736"], ["updated_at", "2020-11-20 08:39:04.093736"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:39:04.095027"], ["updated_at", "2020-11-20 08:39:04.095027"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-20 08:39:04.096394"], ["updated_at", "2020-11-20 08:39:04.096394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-20 08:39:04.097633"], ["updated_at", "2020-11-20 08:39:04.097633"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-20 08:39:04.098907"], ["updated_at", "2020-11-20 08:39:04.098907"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-20 08:39:04.100256"], ["updated_at", "2020-11-20 08:39:04.100256"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-20 08:39:04.101534"], ["updated_at", "2020-11-20 08:39:04.101534"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:04.114434"], ["updated_at", "2020-11-20 08:39:04.114434"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:04.115305"], ["updated_at", "2020-11-20 08:39:04.115305"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:04.116008"], ["updated_at", "2020-11-20 08:39:04.116008"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:04.116701"], ["updated_at", "2020-11-20 08:39:04.116701"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:04.117382"], ["updated_at", "2020-11-20 08:39:04.117382"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:04.118098"], ["updated_at", "2020-11-20 08:39:04.118098"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:04.118907"], ["updated_at", "2020-11-20 08:39:04.118907"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:04.119608"], ["updated_at", "2020-11-20 08:39:04.119608"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:04.120338"], ["updated_at", "2020-11-20 08:39:04.120338"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:04.121036"], ["updated_at", "2020-11-20 08:39:04.121036"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 21.7257208568861], ["string", "Voluptas consequatur magnam minus autem."], ["date", "2020-11-20"], ["time", "2000-01-01 03:13:15.677976"], ["datetime", "2020-11-25 12:37:41.837255"], ["created_at", "2020-11-20 08:39:04.123467"], ["updated_at", "2020-11-20 08:39:04.123467"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 5.45985443369738], ["string", "Iure in quia."], ["date", "2020-11-08"], ["time", "2000-01-01 07:30:05.430785"], ["datetime", "2020-11-20 17:02:27.291306"], ["created_at", "2020-11-20 08:39:04.126328"], ["updated_at", "2020-11-20 08:39:04.126328"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 29], ["decimal", 12.9461101647082], ["string", "Quod fuga quibusdam officiis et pariatur."], ["date", "2020-12-29"], ["time", "2000-01-01 22:34:33.069224"], ["datetime", "2020-12-09 14:54:31.099639"], ["created_at", "2020-11-20 08:39:04.129066"], ["updated_at", "2020-11-20 08:39:04.129066"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 29], ["decimal", 12.4648127089526], ["string", "Consequatur ut distinctio."], ["date", "2020-12-01"], ["time", "2000-01-01 14:24:46.682616"], ["datetime", "2020-12-02 15:39:53.382985"], ["created_at", "2020-11-20 08:39:04.131720"], ["updated_at", "2020-11-20 08:39:04.131720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 14.5100224351601], ["string", "Iste deleniti molestiae incidunt inventore impedit."], ["date", "2020-10-24"], ["time", "2000-01-01 17:45:50.097708"], ["datetime", "2020-11-19 07:51:02.725030"], ["created_at", "2020-11-20 08:39:04.134334"], ["updated_at", "2020-11-20 08:39:04.134334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 0.560389852645626], ["string", "Asperiores enim repellendus et."], ["created_at", "2020-11-20 08:39:04.136721"], ["updated_at", "2020-11-20 08:39:04.136721"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 17.9499202747185], ["string", "Minima id eos nostrum non."], ["created_at", "2020-11-20 08:39:04.138848"], ["updated_at", "2020-11-20 08:39:04.138848"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 23.4219869435976], ["string", "Animi ipsum iusto."], ["created_at", "2020-11-20 08:39:04.141107"], ["updated_at", "2020-11-20 08:39:04.141107"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 7.44229913969269], ["string", "Necessitatibus soluta dolorem consequuntur sunt qui."], ["created_at", "2020-11-20 08:39:04.143466"], ["updated_at", "2020-11-20 08:39:04.143466"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 24.9797879767492], ["string", "Occaecati omnis corporis."], ["created_at", "2020-11-20 08:39:04.145666"], ["updated_at", "2020-11-20 08:39:04.145666"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-20 08:39:04.147279"], ["updated_at", "2020-11-20 08:39:04.147279"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-20 08:39:04.148724"], ["updated_at", "2020-11-20 08:39:04.148724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-20 08:39:04.150120"], ["updated_at", "2020-11-20 08:39:04.150120"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-20 08:39:04.151451"], ["updated_at", "2020-11-20 08:39:04.151451"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-20 08:39:04.152725"], ["updated_at", "2020-11-20 08:39:04.152725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 7], ["created_at", "2020-11-20 08:39:04.154447"], ["updated_at", "2020-11-20 08:39:04.154447"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-20 08:39:04.156300"], ["updated_at", "2020-11-20 08:39:04.156300"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-20 08:39:04.158471"], ["updated_at", "2020-11-20 08:39:04.158471"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 4], ["created_at", "2020-11-20 08:39:04.160456"], ["updated_at", "2020-11-20 08:39:04.160456"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-20 08:39:04.162172"], ["updated_at", "2020-11-20 08:39:04.162172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-20 08:39:04.163460"], ["updated_at", "2020-11-20 08:39:04.163460"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-20 08:39:04.164689"], ["updated_at", "2020-11-20 08:39:04.164689"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-20 08:39:04.180766"], ["updated_at", "2020-11-20 08:39:04.180766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 15], ["created_at", "2020-11-20 08:39:04.182417"], ["updated_at", "2020-11-20 08:39:04.182417"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-20 08:39:04.183981"], ["updated_at", "2020-11-20 08:39:04.183981"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:04.184958"], ["updated_at", "2020-11-20 08:39:04.184958"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:04.185810"], ["updated_at", "2020-11-20 08:39:04.185810"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:04.186604"], ["updated_at", "2020-11-20 08:39:04.186604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:04.187399"], ["updated_at", "2020-11-20 08:39:04.187399"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:04.188181"], ["updated_at", "2020-11-20 08:39:04.188181"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:39:04.189764"], ["updated_at", "2020-11-20 08:39:04.189764"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:39:04.191531"], ["updated_at", "2020-11-20 08:39:04.191531"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:39:04.193067"], ["updated_at", "2020-11-20 08:39:04.193067"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:39:04.194606"], ["updated_at", "2020-11-20 08:39:04.194606"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:39:04.196011"], ["updated_at", "2020-11-20 08:39:04.196011"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-20 08:39:04.197435"], ["updated_at", "2020-11-20 08:39:04.197435"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-20 08:39:04.198885"], ["updated_at", "2020-11-20 08:39:04.198885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-20 08:39:04.200520"], ["updated_at", "2020-11-20 08:39:04.200520"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-20 08:39:04.202064"], ["updated_at", "2020-11-20 08:39:04.202064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-20 08:39:04.203557"], ["updated_at", "2020-11-20 08:39:04.203557"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:04.217871"], ["updated_at", "2020-11-20 08:39:04.217871"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:04.218759"], ["updated_at", "2020-11-20 08:39:04.218759"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:04.219491"], ["updated_at", "2020-11-20 08:39:04.219491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:04.220193"], ["updated_at", "2020-11-20 08:39:04.220193"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:04.220918"], ["updated_at", "2020-11-20 08:39:04.220918"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:04.221773"], ["updated_at", "2020-11-20 08:39:04.221773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:04.222687"], ["updated_at", "2020-11-20 08:39:04.222687"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:04.223604"], ["updated_at", "2020-11-20 08:39:04.223604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:04.224453"], ["updated_at", "2020-11-20 08:39:04.224453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:04.225298"], ["updated_at", "2020-11-20 08:39:04.225298"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.4ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (2.0ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:54.694925"], ["updated_at", "2020-11-20 08:39:54.694925"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:54.696196"], ["updated_at", "2020-11-20 08:39:54.696196"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:54.697078"], ["updated_at", "2020-11-20 08:39:54.697078"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:54.697999"], ["updated_at", "2020-11-20 08:39:54.697999"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:54.698811"], ["updated_at", "2020-11-20 08:39:54.698811"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:54.707481"], ["updated_at", "2020-11-20 08:39:54.707481"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:54.709328"], ["updated_at", "2020-11-20 08:39:54.709328"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:54.710711"], ["updated_at", "2020-11-20 08:39:54.710711"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:54.712134"], ["updated_at", "2020-11-20 08:39:54.712134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:54.713413"], ["updated_at", "2020-11-20 08:39:54.713413"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 5.16318159765548], ["string", "Repellendus officia ullam."], ["date", "2020-11-18"], ["time", "2000-01-01 17:45:07.050835"], ["datetime", "2020-10-15 01:03:04.370517"], ["created_at", "2020-11-20 08:39:55.661004"], ["updated_at", "2020-11-20 08:39:55.661004"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 22], ["decimal", 2.66085536366387], ["string", "Eum cumque velit non dolores tempora."], ["date", "2020-12-15"], ["time", "2000-01-01 20:25:28.368516"], ["datetime", "2020-11-06 10:00:24.229214"], ["created_at", "2020-11-20 08:39:55.663948"], ["updated_at", "2020-11-20 08:39:55.663948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 24.293069470171], ["string", "Non esse natus harum enim."], ["date", "2020-12-20"], ["time", "2000-01-01 13:08:40.014191"], ["datetime", "2020-11-07 03:48:35.922676"], ["created_at", "2020-11-20 08:39:55.666386"], ["updated_at", "2020-11-20 08:39:55.666386"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 10.1921935538305], ["string", "Tenetur in consequatur voluptatem facilis."], ["date", "2020-10-22"], ["time", "2000-01-01 22:46:42.152550"], ["datetime", "2020-11-20 11:32:26.712360"], ["created_at", "2020-11-20 08:39:55.668921"], ["updated_at", "2020-11-20 08:39:55.668921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 1.12427499467153], ["string", "Aspernatur magni doloribus similique."], ["date", "2020-11-26"], ["time", "2000-01-01 17:45:31.228440"], ["datetime", "2020-10-21 22:07:08.977642"], ["created_at", "2020-11-20 08:39:55.671596"], ["updated_at", "2020-11-20 08:39:55.671596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-20 08:39:55.676290"], ["updated_at", "2020-11-20 08:39:55.676290"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-20 08:39:55.677630"], ["updated_at", "2020-11-20 08:39:55.677630"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-20 08:39:55.678816"], ["updated_at", "2020-11-20 08:39:55.678816"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-20 08:39:55.679962"], ["updated_at", "2020-11-20 08:39:55.679962"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-20 08:39:55.681048"], ["updated_at", "2020-11-20 08:39:55.681048"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-20 08:39:55.685747"], ["updated_at", "2020-11-20 08:39:55.685747"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-20 08:39:55.687346"], ["updated_at", "2020-11-20 08:39:55.687346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-20 08:39:55.688750"], ["updated_at", "2020-11-20 08:39:55.688750"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-20 08:39:55.689939"], ["updated_at", "2020-11-20 08:39:55.689939"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-20 08:39:55.691122"], ["updated_at", "2020-11-20 08:39:55.691122"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 1.99438048079233], ["string", "Suscipit doloremque molestiae."], ["created_at", "2020-11-20 08:39:55.697815"], ["updated_at", "2020-11-20 08:39:55.697815"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 0.646928887506824], ["string", "Distinctio earum nulla aut rerum voluptatem."], ["created_at", "2020-11-20 08:39:55.700063"], ["updated_at", "2020-11-20 08:39:55.700063"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 6.84504823588659], ["string", "Corrupti asperiores excepturi aut."], ["created_at", "2020-11-20 08:39:55.702101"], ["updated_at", "2020-11-20 08:39:55.702101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1040], ["decimal", 3.36797979819098], ["string", "Repellendus et tempora architecto occaecati."], ["created_at", "2020-11-20 08:39:55.704559"], ["updated_at", "2020-11-20 08:39:55.704559"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1029], ["decimal", 11.8144119577833], ["string", "Voluptate sed quas exercitationem omnis."], ["created_at", "2020-11-20 08:39:55.706989"], ["updated_at", "2020-11-20 08:39:55.706989"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:55.726527"], ["updated_at", "2020-11-20 08:39:55.726527"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:55.727436"], ["updated_at", "2020-11-20 08:39:55.727436"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:55.728144"], ["updated_at", "2020-11-20 08:39:55.728144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:55.728794"], ["updated_at", "2020-11-20 08:39:55.728794"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:55.729425"], ["updated_at", "2020-11-20 08:39:55.729425"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:55.732357"], ["updated_at", "2020-11-20 08:39:55.732357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:55.733110"], ["updated_at", "2020-11-20 08:39:55.733110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:55.733766"], ["updated_at", "2020-11-20 08:39:55.733766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:55.734409"], ["updated_at", "2020-11-20 08:39:55.734409"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:55.735169"], ["updated_at", "2020-11-20 08:39:55.735169"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-20 08:39:55.740804"], ["updated_at", "2020-11-20 08:39:55.740804"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-20 08:39:55.742338"], ["updated_at", "2020-11-20 08:39:55.742338"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-20 08:39:55.743930"], ["updated_at", "2020-11-20 08:39:55.743930"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-20 08:39:55.745138"], ["updated_at", "2020-11-20 08:39:55.745138"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-20 08:39:55.746415"], ["updated_at", "2020-11-20 08:39:55.746415"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-20 08:39:55.751910"], ["updated_at", "2020-11-20 08:39:55.751910"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-20 08:39:55.754119"], ["updated_at", "2020-11-20 08:39:55.754119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-20 08:39:55.756093"], ["updated_at", "2020-11-20 08:39:55.756093"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 3], ["created_at", "2020-11-20 08:39:55.757818"], ["updated_at", "2020-11-20 08:39:55.757818"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-20 08:39:55.759500"], ["updated_at", "2020-11-20 08:39:55.759500"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:55.760289"], ["updated_at", "2020-11-20 08:39:55.760289"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:55.761011"], ["updated_at", "2020-11-20 08:39:55.761011"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:55.761683"], ["updated_at", "2020-11-20 08:39:55.761683"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:55.762357"], ["updated_at", "2020-11-20 08:39:55.762357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:55.763033"], ["updated_at", "2020-11-20 08:39:55.763033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:39:55.764521"], ["updated_at", "2020-11-20 08:39:55.764521"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:39:55.765714"], ["updated_at", "2020-11-20 08:39:55.765714"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:39:55.766813"], ["updated_at", "2020-11-20 08:39:55.766813"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:39:55.767993"], ["updated_at", "2020-11-20 08:39:55.767993"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:39:55.769316"], ["updated_at", "2020-11-20 08:39:55.769316"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 26], ["decimal", 17.0116785849983], ["string", "Saepe distinctio aut voluptas."], ["date", "2020-12-05"], ["time", "2000-01-01 22:40:41.112278"], ["datetime", "2020-11-26 10:46:15.040917"], ["created_at", "2020-11-20 08:39:55.772070"], ["updated_at", "2020-11-20 08:39:55.772070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 26], ["decimal", 0.883356251360229], ["string", "Culpa labore eveniet qui."], ["date", "2020-10-15"], ["time", "2000-01-01 08:07:54.909832"], ["datetime", "2020-10-22 01:55:01.967684"], ["created_at", "2020-11-20 08:39:55.774694"], ["updated_at", "2020-11-20 08:39:55.774694"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 10.163912535855], ["string", "Dolore voluptatum enim."], ["date", "2020-12-16"], ["time", "2000-01-01 11:00:26.053174"], ["datetime", "2020-12-07 05:10:13.870490"], ["created_at", "2020-11-20 08:39:55.777014"], ["updated_at", "2020-11-20 08:39:55.777014"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 7.0625291150198], ["string", "Maxime assumenda ipsum similique."], ["date", "2020-10-29"], ["time", "2000-01-01 23:24:10.687922"], ["datetime", "2020-11-04 07:09:25.254252"], ["created_at", "2020-11-20 08:39:55.779303"], ["updated_at", "2020-11-20 08:39:55.779303"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 0.962977890639689], ["string", "Dolores ullam qui omnis."], ["date", "2020-10-23"], ["time", "2000-01-01 17:58:26.719786"], ["datetime", "2020-11-19 04:14:21.948846"], ["created_at", "2020-11-20 08:39:55.781598"], ["updated_at", "2020-11-20 08:39:55.781598"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-20 08:39:55.783124"], ["updated_at", "2020-11-20 08:39:55.783124"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-20 08:39:55.784313"], ["updated_at", "2020-11-20 08:39:55.784313"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-20 08:39:55.785519"], ["updated_at", "2020-11-20 08:39:55.785519"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-20 08:39:55.786886"], ["updated_at", "2020-11-20 08:39:55.786886"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-20 08:39:55.788604"], ["updated_at", "2020-11-20 08:39:55.788604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-20 08:39:55.789937"], ["updated_at", "2020-11-20 08:39:55.789937"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-20 08:39:55.791159"], ["updated_at", "2020-11-20 08:39:55.791159"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-20 08:39:55.792324"], ["updated_at", "2020-11-20 08:39:55.792324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-20 08:39:55.793459"], ["updated_at", "2020-11-20 08:39:55.793459"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-20 08:39:55.794620"], ["updated_at", "2020-11-20 08:39:55.794620"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 4.20723861147599], ["string", "Iste voluptatem aut laboriosam dolores."], ["created_at", "2020-11-20 08:39:55.809013"], ["updated_at", "2020-11-20 08:39:55.809013"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 1.69940955877802], ["string", "Sit labore quam."], ["created_at", "2020-11-20 08:39:55.811739"], ["updated_at", "2020-11-20 08:39:55.811739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 14.0803939392984], ["string", "Distinctio ipsa culpa."], ["created_at", "2020-11-20 08:39:55.814125"], ["updated_at", "2020-11-20 08:39:55.814125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 25.0086538684706], ["string", "Ratione velit accusantium dolores id."], ["created_at", "2020-11-20 08:39:55.816649"], ["updated_at", "2020-11-20 08:39:55.816649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1028], ["decimal", 14.8862767059694], ["string", "Et qui magnam."], ["created_at", "2020-11-20 08:39:55.819355"], ["updated_at", "2020-11-20 08:39:55.819355"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:55.833813"], ["updated_at", "2020-11-20 08:39:55.833813"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:55.834921"], ["updated_at", "2020-11-20 08:39:55.834921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:55.835879"], ["updated_at", "2020-11-20 08:39:55.835879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:55.836775"], ["updated_at", "2020-11-20 08:39:55.836775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:55.837681"], ["updated_at", "2020-11-20 08:39:55.837681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:55.838575"], ["updated_at", "2020-11-20 08:39:55.838575"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:55.839430"], ["updated_at", "2020-11-20 08:39:55.839430"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:55.840178"], ["updated_at", "2020-11-20 08:39:55.840178"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:55.840932"], ["updated_at", "2020-11-20 08:39:55.840932"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:55.841697"], ["updated_at", "2020-11-20 08:39:55.841697"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-20 08:39:55.843244"], ["updated_at", "2020-11-20 08:39:55.843244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-20 08:39:55.844758"], ["updated_at", "2020-11-20 08:39:55.844758"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-20 08:39:55.846081"], ["updated_at", "2020-11-20 08:39:55.846081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-20 08:39:55.847542"], ["updated_at", "2020-11-20 08:39:55.847542"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-20 08:39:55.848979"], ["updated_at", "2020-11-20 08:39:55.848979"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-20 08:39:55.851040"], ["updated_at", "2020-11-20 08:39:55.851040"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-20 08:39:55.853323"], ["updated_at", "2020-11-20 08:39:55.853323"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 5], ["created_at", "2020-11-20 08:39:55.855475"], ["updated_at", "2020-11-20 08:39:55.855475"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 9], ["created_at", "2020-11-20 08:39:55.857273"], ["updated_at", "2020-11-20 08:39:55.857273"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 10], ["created_at", "2020-11-20 08:39:55.859042"], ["updated_at", "2020-11-20 08:39:55.859042"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:55.859863"], ["updated_at", "2020-11-20 08:39:55.859863"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:55.860584"], ["updated_at", "2020-11-20 08:39:55.860584"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:55.861281"], ["updated_at", "2020-11-20 08:39:55.861281"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:55.861965"], ["updated_at", "2020-11-20 08:39:55.861965"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:55.862637"], ["updated_at", "2020-11-20 08:39:55.862637"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:39:55.863850"], ["updated_at", "2020-11-20 08:39:55.863850"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:39:55.865011"], ["updated_at", "2020-11-20 08:39:55.865011"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:39:55.866073"], ["updated_at", "2020-11-20 08:39:55.866073"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:39:55.867183"], ["updated_at", "2020-11-20 08:39:55.867183"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:39:55.868439"], ["updated_at", "2020-11-20 08:39:55.868439"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 20.1956553504423], ["string", "Repudiandae voluptatem reiciendis enim dolores."], ["date", "2020-12-17"], ["time", "2000-01-01 02:18:00.644577"], ["datetime", "2020-12-16 22:52:18.127889"], ["created_at", "2020-11-20 08:39:55.871025"], ["updated_at", "2020-11-20 08:39:55.871025"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 0.0126908223531051], ["string", "Provident porro minus omnis."], ["date", "2020-10-14"], ["time", "2000-01-01 02:16:00.126402"], ["datetime", "2020-12-03 03:07:48.973124"], ["created_at", "2020-11-20 08:39:55.873844"], ["updated_at", "2020-11-20 08:39:55.873844"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 1.48543381721909], ["string", "Tempora magni nulla voluptate assumenda."], ["date", "2020-10-11"], ["time", "2000-01-01 10:40:25.722311"], ["datetime", "2020-12-17 12:30:42.988242"], ["created_at", "2020-11-20 08:39:55.876213"], ["updated_at", "2020-11-20 08:39:55.876213"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 38], ["decimal", 10.067830757684], ["string", "Cum dicta omnis."], ["date", "2020-11-22"], ["time", "2000-01-01 14:51:43.341313"], ["datetime", "2020-12-29 09:45:24.811845"], ["created_at", "2020-11-20 08:39:55.878560"], ["updated_at", "2020-11-20 08:39:55.878560"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 22.6663961602267], ["string", "Sunt aliquid qui."], ["date", "2020-12-23"], ["time", "2000-01-01 00:49:48.012247"], ["datetime", "2020-10-09 09:46:07.707560"], ["created_at", "2020-11-20 08:39:55.880924"], ["updated_at", "2020-11-20 08:39:55.880924"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-20 08:39:55.882543"], ["updated_at", "2020-11-20 08:39:55.882543"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-20 08:39:55.883794"], ["updated_at", "2020-11-20 08:39:55.883794"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-20 08:39:55.885057"], ["updated_at", "2020-11-20 08:39:55.885057"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-20 08:39:55.886596"], ["updated_at", "2020-11-20 08:39:55.886596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-20 08:39:55.888058"], ["updated_at", "2020-11-20 08:39:55.888058"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-20 08:39:55.889465"], ["updated_at", "2020-11-20 08:39:55.889465"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-20 08:39:55.890713"], ["updated_at", "2020-11-20 08:39:55.890713"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-20 08:39:55.891940"], ["updated_at", "2020-11-20 08:39:55.891940"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-20 08:39:55.893120"], ["updated_at", "2020-11-20 08:39:55.893120"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-20 08:39:55.894266"], ["updated_at", "2020-11-20 08:39:55.894266"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 14.1603716200386], ["string", "Voluptates non eos qui."], ["created_at", "2020-11-20 08:39:55.896352"], ["updated_at", "2020-11-20 08:39:55.896352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 2.77168909463882], ["string", "In omnis asperiores."], ["created_at", "2020-11-20 08:39:55.898338"], ["updated_at", "2020-11-20 08:39:55.898338"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1024], ["decimal", 10.6532844519833], ["string", "Repellendus nihil cumque."], ["created_at", "2020-11-20 08:39:55.900222"], ["updated_at", "2020-11-20 08:39:55.900222"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1028], ["decimal", 19.7621150242791], ["string", "Quis dolore labore."], ["created_at", "2020-11-20 08:39:55.902213"], ["updated_at", "2020-11-20 08:39:55.902213"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 0.403126989020118], ["string", "Aperiam officiis iure."], ["created_at", "2020-11-20 08:39:55.904470"], ["updated_at", "2020-11-20 08:39:55.904470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:55.915882"], ["updated_at", "2020-11-20 08:39:55.915882"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:55.916691"], ["updated_at", "2020-11-20 08:39:55.916691"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:55.917298"], ["updated_at", "2020-11-20 08:39:55.917298"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:55.917896"], ["updated_at", "2020-11-20 08:39:55.917896"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:39:55.918514"], ["updated_at", "2020-11-20 08:39:55.918514"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:55.919283"], ["updated_at", "2020-11-20 08:39:55.919283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:55.920115"], ["updated_at", "2020-11-20 08:39:55.920115"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:55.920922"], ["updated_at", "2020-11-20 08:39:55.920922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:55.921699"], ["updated_at", "2020-11-20 08:39:55.921699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:39:55.922433"], ["updated_at", "2020-11-20 08:39:55.922433"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 12], ["created_at", "2020-11-20 08:39:55.923740"], ["updated_at", "2020-11-20 08:39:55.923740"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-20 08:39:55.925073"], ["updated_at", "2020-11-20 08:39:55.925073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-20 08:39:55.926267"], ["updated_at", "2020-11-20 08:39:55.926267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-20 08:39:55.927461"], ["updated_at", "2020-11-20 08:39:55.927461"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-20 08:39:55.928726"], ["updated_at", "2020-11-20 08:39:55.928726"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 6], ["created_at", "2020-11-20 08:39:55.930399"], ["updated_at", "2020-11-20 08:39:55.930399"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 10], ["created_at", "2020-11-20 08:39:55.932051"], ["updated_at", "2020-11-20 08:39:55.932051"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 13], ["created_at", "2020-11-20 08:39:55.933790"], ["updated_at", "2020-11-20 08:39:55.933790"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 12], ["created_at", "2020-11-20 08:39:55.935450"], ["updated_at", "2020-11-20 08:39:55.935450"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 11], ["created_at", "2020-11-20 08:39:55.937405"], ["updated_at", "2020-11-20 08:39:55.937405"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.3ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.5ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.5ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.5ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.5ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.5ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (2.1ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.7ms) DELETE FROM "julietts";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:08.438239"], ["updated_at", "2020-11-20 08:40:08.438239"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:08.439622"], ["updated_at", "2020-11-20 08:40:08.439622"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:08.440429"], ["updated_at", "2020-11-20 08:40:08.440429"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:08.441170"], ["updated_at", "2020-11-20 08:40:08.441170"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:08.441911"], ["updated_at", "2020-11-20 08:40:08.441911"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:08.450654"], ["updated_at", "2020-11-20 08:40:08.450654"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:08.452558"], ["updated_at", "2020-11-20 08:40:08.452558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:08.454185"], ["updated_at", "2020-11-20 08:40:08.454185"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:08.455611"], ["updated_at", "2020-11-20 08:40:08.455611"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:08.456968"], ["updated_at", "2020-11-20 08:40:08.456968"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 2.7323476096051], ["string", "Quisquam amet facere voluptates."], ["date", "2020-12-25"], ["time", "2000-01-01 03:27:45.207835"], ["datetime", "2020-12-05 14:51:51.081468"], ["created_at", "2020-11-20 08:40:09.425625"], ["updated_at", "2020-11-20 08:40:09.425625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 5.09030144854081], ["string", "Assumenda consequuntur totam deserunt labore molestiae."], ["date", "2020-11-13"], ["time", "2000-01-01 20:19:00.648998"], ["datetime", "2020-11-20 02:43:39.690011"], ["created_at", "2020-11-20 08:40:09.428838"], ["updated_at", "2020-11-20 08:40:09.428838"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 9.0719322906033], ["string", "Quae at sit eum numquam molestiae."], ["date", "2020-12-21"], ["time", "2000-01-01 10:58:49.656838"], ["datetime", "2020-11-27 21:15:24.286319"], ["created_at", "2020-11-20 08:40:09.433142"], ["updated_at", "2020-11-20 08:40:09.433142"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 25.7821779203455], ["string", "Ad illo minima."], ["date", "2020-10-16"], ["time", "2000-01-01 08:07:34.409774"], ["datetime", "2020-12-20 03:26:52.851613"], ["created_at", "2020-11-20 08:40:09.436156"], ["updated_at", "2020-11-20 08:40:09.436156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 8.3589506791877], ["string", "Omnis qui et dolores nostrum voluptas."], ["date", "2020-11-30"], ["time", "2000-01-01 07:36:15.198704"], ["datetime", "2020-11-07 21:43:53.819879"], ["created_at", "2020-11-20 08:40:09.438782"], ["updated_at", "2020-11-20 08:40:09.438782"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-20 08:40:09.443299"], ["updated_at", "2020-11-20 08:40:09.443299"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-20 08:40:09.445081"], ["updated_at", "2020-11-20 08:40:09.445081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-20 08:40:09.446755"], ["updated_at", "2020-11-20 08:40:09.446755"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-20 08:40:09.448904"], ["updated_at", "2020-11-20 08:40:09.448904"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-20 08:40:09.450543"], ["updated_at", "2020-11-20 08:40:09.450543"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-20 08:40:09.455247"], ["updated_at", "2020-11-20 08:40:09.455247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-20 08:40:09.456513"], ["updated_at", "2020-11-20 08:40:09.456513"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-20 08:40:09.457750"], ["updated_at", "2020-11-20 08:40:09.457750"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-20 08:40:09.458836"], ["updated_at", "2020-11-20 08:40:09.458836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-20 08:40:09.459976"], ["updated_at", "2020-11-20 08:40:09.459976"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 20.3138400888262], ["string", "Natus nemo iure pariatur."], ["created_at", "2020-11-20 08:40:09.466850"], ["updated_at", "2020-11-20 08:40:09.466850"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 18.2520711550824], ["string", "Labore atque autem suscipit."], ["created_at", "2020-11-20 08:40:09.469231"], ["updated_at", "2020-11-20 08:40:09.469231"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 32.2187573111042], ["string", "Nam rerum eos placeat rerum cupiditate."], ["created_at", "2020-11-20 08:40:09.471234"], ["updated_at", "2020-11-20 08:40:09.471234"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 3.37049899490671], ["string", "Ab excepturi voluptas."], ["created_at", "2020-11-20 08:40:09.473297"], ["updated_at", "2020-11-20 08:40:09.473297"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 8.5388903320367], ["string", "Et tenetur ab ratione dolores."], ["created_at", "2020-11-20 08:40:09.475197"], ["updated_at", "2020-11-20 08:40:09.475197"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:09.495329"], ["updated_at", "2020-11-20 08:40:09.495329"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:09.496246"], ["updated_at", "2020-11-20 08:40:09.496246"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:09.497018"], ["updated_at", "2020-11-20 08:40:09.497018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:09.497744"], ["updated_at", "2020-11-20 08:40:09.497744"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:09.498499"], ["updated_at", "2020-11-20 08:40:09.498499"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:09.501799"], ["updated_at", "2020-11-20 08:40:09.501799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:09.502600"], ["updated_at", "2020-11-20 08:40:09.502600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:09.503253"], ["updated_at", "2020-11-20 08:40:09.503253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:09.503986"], ["updated_at", "2020-11-20 08:40:09.503986"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:09.504622"], ["updated_at", "2020-11-20 08:40:09.504622"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-20 08:40:09.509622"], ["updated_at", "2020-11-20 08:40:09.509622"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-20 08:40:09.511414"], ["updated_at", "2020-11-20 08:40:09.511414"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-20 08:40:09.512637"], ["updated_at", "2020-11-20 08:40:09.512637"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-20 08:40:09.514316"], ["updated_at", "2020-11-20 08:40:09.514316"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-20 08:40:09.515900"], ["updated_at", "2020-11-20 08:40:09.515900"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-20 08:40:09.521673"], ["updated_at", "2020-11-20 08:40:09.521673"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-20 08:40:09.523492"], ["updated_at", "2020-11-20 08:40:09.523492"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-20 08:40:09.525653"], ["updated_at", "2020-11-20 08:40:09.525653"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-20 08:40:09.527796"], ["updated_at", "2020-11-20 08:40:09.527796"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-20 08:40:09.529598"], ["updated_at", "2020-11-20 08:40:09.529598"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:09.530444"], ["updated_at", "2020-11-20 08:40:09.530444"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:09.531258"], ["updated_at", "2020-11-20 08:40:09.531258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:09.532006"], ["updated_at", "2020-11-20 08:40:09.532006"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:09.533002"], ["updated_at", "2020-11-20 08:40:09.533002"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:09.533673"], ["updated_at", "2020-11-20 08:40:09.533673"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:40:09.535159"], ["updated_at", "2020-11-20 08:40:09.535159"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:40:09.536377"], ["updated_at", "2020-11-20 08:40:09.536377"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:40:09.537587"], ["updated_at", "2020-11-20 08:40:09.537587"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:40:09.538668"], ["updated_at", "2020-11-20 08:40:09.538668"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:40:09.539761"], ["updated_at", "2020-11-20 08:40:09.539761"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 19.5084338307946], ["string", "Vitae atque similique temporibus earum."], ["date", "2020-11-09"], ["time", "2000-01-01 19:31:21.350426"], ["datetime", "2020-10-31 09:16:09.448497"], ["created_at", "2020-11-20 08:40:09.542071"], ["updated_at", "2020-11-20 08:40:09.542071"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 27.6018597548859], ["string", "Fuga culpa omnis."], ["date", "2020-12-19"], ["time", "2000-01-01 11:50:52.602765"], ["datetime", "2020-10-25 06:45:23.941069"], ["created_at", "2020-11-20 08:40:09.544486"], ["updated_at", "2020-11-20 08:40:09.544486"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 18], ["decimal", 13.8882527144099], ["string", "Ut et in atque."], ["date", "2020-12-21"], ["time", "2000-01-01 09:11:00.150653"], ["datetime", "2020-11-05 08:00:30.482589"], ["created_at", "2020-11-20 08:40:09.547091"], ["updated_at", "2020-11-20 08:40:09.547091"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 1.33213866696015], ["string", "Mollitia et in."], ["date", "2020-10-15"], ["time", "2000-01-01 07:18:59.383039"], ["datetime", "2020-11-01 11:57:07.254618"], ["created_at", "2020-11-20 08:40:09.550032"], ["updated_at", "2020-11-20 08:40:09.550032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 5.84377366023914], ["string", "Atque aliquid distinctio repellendus."], ["date", "2020-12-29"], ["time", "2000-01-01 14:51:13.755148"], ["datetime", "2020-11-23 23:49:01.325653"], ["created_at", "2020-11-20 08:40:09.552761"], ["updated_at", "2020-11-20 08:40:09.552761"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-20 08:40:09.554432"], ["updated_at", "2020-11-20 08:40:09.554432"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-20 08:40:09.555645"], ["updated_at", "2020-11-20 08:40:09.555645"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-20 08:40:09.556876"], ["updated_at", "2020-11-20 08:40:09.556876"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-20 08:40:09.558001"], ["updated_at", "2020-11-20 08:40:09.558001"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-20 08:40:09.559074"], ["updated_at", "2020-11-20 08:40:09.559074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-20 08:40:09.572575"], ["updated_at", "2020-11-20 08:40:09.572575"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-20 08:40:09.574630"], ["updated_at", "2020-11-20 08:40:09.574630"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-20 08:40:09.576275"], ["updated_at", "2020-11-20 08:40:09.576275"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-20 08:40:09.577765"], ["updated_at", "2020-11-20 08:40:09.577765"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-20 08:40:09.579230"], ["updated_at", "2020-11-20 08:40:09.579230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 17.2570250252104], ["string", "Aut quia sit ut."], ["created_at", "2020-11-20 08:40:09.582360"], ["updated_at", "2020-11-20 08:40:09.582360"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 2.18121611925616], ["string", "Inventore at voluptatem aut dolorem laudantium."], ["created_at", "2020-11-20 08:40:09.585259"], ["updated_at", "2020-11-20 08:40:09.585259"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 0.956278864817995], ["string", "Et asperiores incidunt vel ut a."], ["created_at", "2020-11-20 08:40:09.587715"], ["updated_at", "2020-11-20 08:40:09.587715"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1025], ["decimal", 32.6077183021448], ["string", "Fuga fugit aliquid eos."], ["created_at", "2020-11-20 08:40:09.590136"], ["updated_at", "2020-11-20 08:40:09.590136"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 26.5635960538345], ["string", "Tempora odit at."], ["created_at", "2020-11-20 08:40:09.592487"], ["updated_at", "2020-11-20 08:40:09.592487"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:09.606877"], ["updated_at", "2020-11-20 08:40:09.606877"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:09.607758"], ["updated_at", "2020-11-20 08:40:09.607758"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:09.608464"], ["updated_at", "2020-11-20 08:40:09.608464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:09.609155"], ["updated_at", "2020-11-20 08:40:09.609155"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:09.609844"], ["updated_at", "2020-11-20 08:40:09.609844"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:09.610576"], ["updated_at", "2020-11-20 08:40:09.610576"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:09.611436"], ["updated_at", "2020-11-20 08:40:09.611436"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:09.612166"], ["updated_at", "2020-11-20 08:40:09.612166"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:09.612891"], ["updated_at", "2020-11-20 08:40:09.612891"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:09.613643"], ["updated_at", "2020-11-20 08:40:09.613643"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-20 08:40:09.615110"], ["updated_at", "2020-11-20 08:40:09.615110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-20 08:40:09.616800"], ["updated_at", "2020-11-20 08:40:09.616800"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-20 08:40:09.618138"], ["updated_at", "2020-11-20 08:40:09.618138"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-20 08:40:09.619500"], ["updated_at", "2020-11-20 08:40:09.619500"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-20 08:40:09.620970"], ["updated_at", "2020-11-20 08:40:09.620970"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-20 08:40:09.622734"], ["updated_at", "2020-11-20 08:40:09.622734"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 4], ["created_at", "2020-11-20 08:40:09.624393"], ["updated_at", "2020-11-20 08:40:09.624393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 1], ["created_at", "2020-11-20 08:40:09.626148"], ["updated_at", "2020-11-20 08:40:09.626148"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-20 08:40:09.627732"], ["updated_at", "2020-11-20 08:40:09.627732"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 10], ["created_at", "2020-11-20 08:40:09.629226"], ["updated_at", "2020-11-20 08:40:09.629226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:09.630181"], ["updated_at", "2020-11-20 08:40:09.630181"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:09.631050"], ["updated_at", "2020-11-20 08:40:09.631050"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:09.631844"], ["updated_at", "2020-11-20 08:40:09.631844"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:09.632633"], ["updated_at", "2020-11-20 08:40:09.632633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:09.633334"], ["updated_at", "2020-11-20 08:40:09.633334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:40:09.634749"], ["updated_at", "2020-11-20 08:40:09.634749"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:40:09.635973"], ["updated_at", "2020-11-20 08:40:09.635973"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:40:09.637092"], ["updated_at", "2020-11-20 08:40:09.637092"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:40:09.638140"], ["updated_at", "2020-11-20 08:40:09.638140"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:40:09.639309"], ["updated_at", "2020-11-20 08:40:09.639309"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 7.16739968682165], ["string", "Repudiandae explicabo autem itaque culpa excepturi."], ["date", "2020-11-14"], ["time", "2000-01-01 14:40:10.557184"], ["datetime", "2020-10-25 03:13:52.319607"], ["created_at", "2020-11-20 08:40:09.641489"], ["updated_at", "2020-11-20 08:40:09.641489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 26.9286567407491], ["string", "Ipsam dolorum omnis laudantium."], ["date", "2020-12-15"], ["time", "2000-01-01 18:28:33.964440"], ["datetime", "2020-11-01 14:53:56.531269"], ["created_at", "2020-11-20 08:40:09.643879"], ["updated_at", "2020-11-20 08:40:09.643879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 1.5212301174485], ["string", "Voluptate et ratione esse."], ["date", "2020-10-13"], ["time", "2000-01-01 11:39:15.922371"], ["datetime", "2020-12-06 00:20:38.379941"], ["created_at", "2020-11-20 08:40:09.646331"], ["updated_at", "2020-11-20 08:40:09.646331"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 22], ["decimal", 6.13396603738698], ["string", "Laboriosam numquam qui."], ["date", "2020-11-01"], ["time", "2000-01-01 00:44:29.417672"], ["datetime", "2020-10-15 06:19:44.410112"], ["created_at", "2020-11-20 08:40:09.649102"], ["updated_at", "2020-11-20 08:40:09.649102"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 21], ["decimal", 14.8514647672257], ["string", "Facilis nemo nesciunt."], ["date", "2020-11-08"], ["time", "2000-01-01 16:06:51.772402"], ["datetime", "2020-11-04 10:40:06.872953"], ["created_at", "2020-11-20 08:40:09.651831"], ["updated_at", "2020-11-20 08:40:09.651831"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-20 08:40:09.653652"], ["updated_at", "2020-11-20 08:40:09.653652"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-20 08:40:09.654966"], ["updated_at", "2020-11-20 08:40:09.654966"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-20 08:40:09.656179"], ["updated_at", "2020-11-20 08:40:09.656179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-20 08:40:09.657327"], ["updated_at", "2020-11-20 08:40:09.657327"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-20 08:40:09.658567"], ["updated_at", "2020-11-20 08:40:09.658567"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-20 08:40:09.659785"], ["updated_at", "2020-11-20 08:40:09.659785"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-20 08:40:09.660956"], ["updated_at", "2020-11-20 08:40:09.660956"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-20 08:40:09.662052"], ["updated_at", "2020-11-20 08:40:09.662052"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-20 08:40:09.663477"], ["updated_at", "2020-11-20 08:40:09.663477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-20 08:40:09.665098"], ["updated_at", "2020-11-20 08:40:09.665098"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 4.6982985932088], ["string", "Dolor recusandae velit."], ["created_at", "2020-11-20 08:40:09.667426"], ["updated_at", "2020-11-20 08:40:09.667426"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 12.5785667769448], ["string", "Qui voluptatem error veritatis aperiam est."], ["created_at", "2020-11-20 08:40:09.669406"], ["updated_at", "2020-11-20 08:40:09.669406"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 2.14928136604853], ["string", "Atque possimus reiciendis."], ["created_at", "2020-11-20 08:40:09.671404"], ["updated_at", "2020-11-20 08:40:09.671404"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1030], ["decimal", 1.31158782866213], ["string", "Id expedita aliquid rerum."], ["created_at", "2020-11-20 08:40:09.673433"], ["updated_at", "2020-11-20 08:40:09.673433"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 0.485445504828005], ["string", "Sequi nisi odit nobis cumque ducimus."], ["created_at", "2020-11-20 08:40:09.675309"], ["updated_at", "2020-11-20 08:40:09.675309"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:09.688363"], ["updated_at", "2020-11-20 08:40:09.688363"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:09.689207"], ["updated_at", "2020-11-20 08:40:09.689207"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:09.689896"], ["updated_at", "2020-11-20 08:40:09.689896"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:09.690664"], ["updated_at", "2020-11-20 08:40:09.690664"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:09.691334"], ["updated_at", "2020-11-20 08:40:09.691334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:09.692052"], ["updated_at", "2020-11-20 08:40:09.692052"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:09.692737"], ["updated_at", "2020-11-20 08:40:09.692737"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:09.693398"], ["updated_at", "2020-11-20 08:40:09.693398"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:09.694049"], ["updated_at", "2020-11-20 08:40:09.694049"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:09.694676"], ["updated_at", "2020-11-20 08:40:09.694676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 15], ["created_at", "2020-11-20 08:40:09.696087"], ["updated_at", "2020-11-20 08:40:09.696087"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-20 08:40:09.697491"], ["updated_at", "2020-11-20 08:40:09.697491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 14], ["created_at", "2020-11-20 08:40:09.699017"], ["updated_at", "2020-11-20 08:40:09.699017"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-20 08:40:09.700460"], ["updated_at", "2020-11-20 08:40:09.700460"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-20 08:40:09.701608"], ["updated_at", "2020-11-20 08:40:09.701608"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 6], ["created_at", "2020-11-20 08:40:09.703200"], ["updated_at", "2020-11-20 08:40:09.703200"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 9], ["created_at", "2020-11-20 08:40:09.704931"], ["updated_at", "2020-11-20 08:40:09.704931"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 2], ["created_at", "2020-11-20 08:40:09.706501"], ["updated_at", "2020-11-20 08:40:09.706501"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 4], ["created_at", "2020-11-20 08:40:09.708153"], ["updated_at", "2020-11-20 08:40:09.708153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 1], ["created_at", "2020-11-20 08:40:09.709832"], ["updated_at", "2020-11-20 08:40:09.709832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.3ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.0ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.8ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.9ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.5ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:33.143762"], ["updated_at", "2020-11-20 08:40:33.143762"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:33.145110"], ["updated_at", "2020-11-20 08:40:33.145110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:33.145960"], ["updated_at", "2020-11-20 08:40:33.145960"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:33.146797"], ["updated_at", "2020-11-20 08:40:33.146797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:33.147591"], ["updated_at", "2020-11-20 08:40:33.147591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:33.156176"], ["updated_at", "2020-11-20 08:40:33.156176"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:33.158062"], ["updated_at", "2020-11-20 08:40:33.158062"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:33.159480"], ["updated_at", "2020-11-20 08:40:33.159480"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:33.160835"], ["updated_at", "2020-11-20 08:40:33.160835"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:33.162082"], ["updated_at", "2020-11-20 08:40:33.162082"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 27.3672492265881], ["string", "Fuga alias occaecati."], ["date", "2020-12-12"], ["time", "2000-01-01 03:16:33.322118"], ["datetime", "2020-12-10 08:23:39.754399"], ["created_at", "2020-11-20 08:40:34.101752"], ["updated_at", "2020-11-20 08:40:34.101752"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 23], ["decimal", 4.45442189129761], ["string", "Eos recusandae quae quia voluptatem."], ["date", "2020-12-31"], ["time", "2000-01-01 10:27:57.153872"], ["datetime", "2020-10-15 08:20:23.718628"], ["created_at", "2020-11-20 08:40:34.104908"], ["updated_at", "2020-11-20 08:40:34.104908"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 1.00869498915321], ["string", "Quas rerum ullam officia ex."], ["date", "2020-11-27"], ["time", "2000-01-01 13:47:49.322823"], ["datetime", "2020-12-13 00:58:59.875525"], ["created_at", "2020-11-20 08:40:34.107526"], ["updated_at", "2020-11-20 08:40:34.107526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 9.57469712956598], ["string", "Nesciunt repellat est."], ["date", "2020-12-29"], ["time", "2000-01-01 19:28:39.801032"], ["datetime", "2020-12-16 13:05:54.080229"], ["created_at", "2020-11-20 08:40:34.109870"], ["updated_at", "2020-11-20 08:40:34.109870"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 31], ["decimal", 5.59988415284813], ["string", "Beatae soluta amet."], ["date", "2020-11-06"], ["time", "2000-01-01 17:47:16.238512"], ["datetime", "2020-10-28 04:11:50.046574"], ["created_at", "2020-11-20 08:40:34.112288"], ["updated_at", "2020-11-20 08:40:34.112288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-20 08:40:34.116750"], ["updated_at", "2020-11-20 08:40:34.116750"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-20 08:40:34.118059"], ["updated_at", "2020-11-20 08:40:34.118059"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-20 08:40:34.119199"], ["updated_at", "2020-11-20 08:40:34.119199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-20 08:40:34.120583"], ["updated_at", "2020-11-20 08:40:34.120583"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-20 08:40:34.122076"], ["updated_at", "2020-11-20 08:40:34.122076"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-20 08:40:34.126639"], ["updated_at", "2020-11-20 08:40:34.126639"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-20 08:40:34.127990"], ["updated_at", "2020-11-20 08:40:34.127990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-20 08:40:34.129125"], ["updated_at", "2020-11-20 08:40:34.129125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-20 08:40:34.130210"], ["updated_at", "2020-11-20 08:40:34.130210"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-20 08:40:34.131319"], ["updated_at", "2020-11-20 08:40:34.131319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 1.31550554086131], ["string", "Repudiandae et quos provident a."], ["created_at", "2020-11-20 08:40:34.137913"], ["updated_at", "2020-11-20 08:40:34.137913"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 4.37015716776607], ["string", "Non rerum esse facere."], ["created_at", "2020-11-20 08:40:34.140413"], ["updated_at", "2020-11-20 08:40:34.140413"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 1.37639312551382], ["string", "Et aut quia repudiandae."], ["created_at", "2020-11-20 08:40:34.142403"], ["updated_at", "2020-11-20 08:40:34.142403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 11.1152981933425], ["string", "Est ipsa aut magni."], ["created_at", "2020-11-20 08:40:34.144389"], ["updated_at", "2020-11-20 08:40:34.144389"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 13.6335452735161], ["string", "Rem reprehenderit dolor."], ["created_at", "2020-11-20 08:40:34.146299"], ["updated_at", "2020-11-20 08:40:34.146299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:34.165824"], ["updated_at", "2020-11-20 08:40:34.165824"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:34.166708"], ["updated_at", "2020-11-20 08:40:34.166708"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:34.167407"], ["updated_at", "2020-11-20 08:40:34.167407"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:34.168025"], ["updated_at", "2020-11-20 08:40:34.168025"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:34.168634"], ["updated_at", "2020-11-20 08:40:34.168634"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:34.171914"], ["updated_at", "2020-11-20 08:40:34.171914"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:34.172902"], ["updated_at", "2020-11-20 08:40:34.172902"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:34.173544"], ["updated_at", "2020-11-20 08:40:34.173544"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:34.174168"], ["updated_at", "2020-11-20 08:40:34.174168"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:34.174807"], ["updated_at", "2020-11-20 08:40:34.174807"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-20 08:40:34.180102"], ["updated_at", "2020-11-20 08:40:34.180102"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-20 08:40:34.181839"], ["updated_at", "2020-11-20 08:40:34.181839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-20 08:40:34.183015"], ["updated_at", "2020-11-20 08:40:34.183015"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-20 08:40:34.184260"], ["updated_at", "2020-11-20 08:40:34.184260"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-20 08:40:34.185478"], ["updated_at", "2020-11-20 08:40:34.185478"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-20 08:40:34.191128"], ["updated_at", "2020-11-20 08:40:34.191128"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-20 08:40:34.192802"], ["updated_at", "2020-11-20 08:40:34.192802"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-20 08:40:34.194476"], ["updated_at", "2020-11-20 08:40:34.194476"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-20 08:40:34.196186"], ["updated_at", "2020-11-20 08:40:34.196186"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-20 08:40:34.197779"], ["updated_at", "2020-11-20 08:40:34.197779"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:34.198573"], ["updated_at", "2020-11-20 08:40:34.198573"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:34.199259"], ["updated_at", "2020-11-20 08:40:34.199259"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:34.199973"], ["updated_at", "2020-11-20 08:40:34.199973"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:34.200646"], ["updated_at", "2020-11-20 08:40:34.200646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:34.201267"], ["updated_at", "2020-11-20 08:40:34.201267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:40:34.202748"], ["updated_at", "2020-11-20 08:40:34.202748"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:40:34.204250"], ["updated_at", "2020-11-20 08:40:34.204250"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:40:34.205882"], ["updated_at", "2020-11-20 08:40:34.205882"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:40:34.207115"], ["updated_at", "2020-11-20 08:40:34.207115"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:40:34.208216"], ["updated_at", "2020-11-20 08:40:34.208216"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 1.35932727993923], ["string", "Accusamus consequatur iure accusantium doloribus."], ["date", "2020-12-29"], ["time", "2000-01-01 21:51:42.646383"], ["datetime", "2020-12-04 06:49:45.958635"], ["created_at", "2020-11-20 08:40:34.210508"], ["updated_at", "2020-11-20 08:40:34.210508"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 15.7894276330592], ["string", "Aut voluptatem ducimus vitae."], ["date", "2020-10-22"], ["time", "2000-01-01 15:11:49.324321"], ["datetime", "2020-11-13 03:53:11.434351"], ["created_at", "2020-11-20 08:40:34.212965"], ["updated_at", "2020-11-20 08:40:34.212965"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 11.2023607233463], ["string", "Est exercitationem eos sit."], ["date", "2020-11-09"], ["time", "2000-01-01 13:15:20.854061"], ["datetime", "2020-11-13 07:28:08.133038"], ["created_at", "2020-11-20 08:40:34.215311"], ["updated_at", "2020-11-20 08:40:34.215311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 12.5962191781576], ["string", "Et delectus qui veniam."], ["date", "2020-12-29"], ["time", "2000-01-01 10:04:24.955641"], ["datetime", "2020-10-31 17:49:31.595870"], ["created_at", "2020-11-20 08:40:34.217823"], ["updated_at", "2020-11-20 08:40:34.217823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 21], ["decimal", 4.80831697852757], ["string", "Eos voluptatibus earum ea."], ["date", "2020-12-19"], ["time", "2000-01-01 04:29:37.326985"], ["datetime", "2020-11-20 14:27:21.962938"], ["created_at", "2020-11-20 08:40:34.220484"], ["updated_at", "2020-11-20 08:40:34.220484"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-20 08:40:34.222426"], ["updated_at", "2020-11-20 08:40:34.222426"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-20 08:40:34.223657"], ["updated_at", "2020-11-20 08:40:34.223657"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-20 08:40:34.224777"], ["updated_at", "2020-11-20 08:40:34.224777"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-20 08:40:34.225933"], ["updated_at", "2020-11-20 08:40:34.225933"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-20 08:40:34.227117"], ["updated_at", "2020-11-20 08:40:34.227117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-20 08:40:34.240884"], ["updated_at", "2020-11-20 08:40:34.240884"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-20 08:40:34.242722"], ["updated_at", "2020-11-20 08:40:34.242722"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-20 08:40:34.244253"], ["updated_at", "2020-11-20 08:40:34.244253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-20 08:40:34.245665"], ["updated_at", "2020-11-20 08:40:34.245665"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-20 08:40:34.247085"], ["updated_at", "2020-11-20 08:40:34.247085"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 10.9564127869959], ["string", "Omnis ut itaque aut qui."], ["created_at", "2020-11-20 08:40:34.249667"], ["updated_at", "2020-11-20 08:40:34.249667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 1.73972749455038], ["string", "Deleniti placeat qui."], ["created_at", "2020-11-20 08:40:34.252146"], ["updated_at", "2020-11-20 08:40:34.252146"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1028], ["decimal", 1.03712787944864], ["string", "Consequatur deleniti voluptatem a."], ["created_at", "2020-11-20 08:40:34.254735"], ["updated_at", "2020-11-20 08:40:34.254735"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 1.97236009001613], ["string", "Tempore autem et et voluptatem."], ["created_at", "2020-11-20 08:40:34.257660"], ["updated_at", "2020-11-20 08:40:34.257660"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", 17.8376293194723], ["string", "At necessitatibus qui sapiente voluptas."], ["created_at", "2020-11-20 08:40:34.260067"], ["updated_at", "2020-11-20 08:40:34.260067"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:34.274604"], ["updated_at", "2020-11-20 08:40:34.274604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:34.275570"], ["updated_at", "2020-11-20 08:40:34.275570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:34.276357"], ["updated_at", "2020-11-20 08:40:34.276357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:34.277092"], ["updated_at", "2020-11-20 08:40:34.277092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:34.277882"], ["updated_at", "2020-11-20 08:40:34.277882"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:34.278674"], ["updated_at", "2020-11-20 08:40:34.278674"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:34.279458"], ["updated_at", "2020-11-20 08:40:34.279458"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:34.280205"], ["updated_at", "2020-11-20 08:40:34.280205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:34.280944"], ["updated_at", "2020-11-20 08:40:34.280944"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:34.281675"], ["updated_at", "2020-11-20 08:40:34.281675"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-20 08:40:34.283117"], ["updated_at", "2020-11-20 08:40:34.283117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-20 08:40:34.284609"], ["updated_at", "2020-11-20 08:40:34.284609"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-20 08:40:34.285943"], ["updated_at", "2020-11-20 08:40:34.285943"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-20 08:40:34.287593"], ["updated_at", "2020-11-20 08:40:34.287593"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-20 08:40:34.289238"], ["updated_at", "2020-11-20 08:40:34.289238"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 8], ["created_at", "2020-11-20 08:40:34.291321"], ["updated_at", "2020-11-20 08:40:34.291321"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-20 08:40:34.293156"], ["updated_at", "2020-11-20 08:40:34.293156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 1], ["created_at", "2020-11-20 08:40:34.295126"], ["updated_at", "2020-11-20 08:40:34.295126"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 4], ["created_at", "2020-11-20 08:40:34.296905"], ["updated_at", "2020-11-20 08:40:34.296905"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 1], ["created_at", "2020-11-20 08:40:34.298612"], ["updated_at", "2020-11-20 08:40:34.298612"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:34.299467"], ["updated_at", "2020-11-20 08:40:34.299467"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:34.300217"], ["updated_at", "2020-11-20 08:40:34.300217"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:34.300944"], ["updated_at", "2020-11-20 08:40:34.300944"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:34.301641"], ["updated_at", "2020-11-20 08:40:34.301641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:34.302313"], ["updated_at", "2020-11-20 08:40:34.302313"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:40:34.303741"], ["updated_at", "2020-11-20 08:40:34.303741"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:40:34.305255"], ["updated_at", "2020-11-20 08:40:34.305255"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:40:34.306563"], ["updated_at", "2020-11-20 08:40:34.306563"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:40:34.307748"], ["updated_at", "2020-11-20 08:40:34.307748"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:40:34.308862"], ["updated_at", "2020-11-20 08:40:34.308862"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 2.10248188181489], ["string", "Eos pariatur rem omnis ullam minima."], ["date", "2020-10-19"], ["time", "2000-01-01 09:52:22.253254"], ["datetime", "2020-10-26 20:35:31.208200"], ["created_at", "2020-11-20 08:40:34.311195"], ["updated_at", "2020-11-20 08:40:34.311195"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 0.724903768505671], ["string", "Excepturi numquam explicabo et delectus dolorem."], ["date", "2020-12-27"], ["time", "2000-01-01 11:31:33.214729"], ["datetime", "2020-10-13 20:24:45.805100"], ["created_at", "2020-11-20 08:40:34.313693"], ["updated_at", "2020-11-20 08:40:34.313693"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 25.3004759336892], ["string", "Vel aspernatur consequatur accusamus necessitatibus."], ["date", "2020-11-17"], ["time", "2000-01-01 09:03:19.002846"], ["datetime", "2020-10-17 15:12:43.973444"], ["created_at", "2020-11-20 08:40:34.316359"], ["updated_at", "2020-11-20 08:40:34.316359"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 35], ["decimal", 6.80103173691097], ["string", "Id omnis porro vel."], ["date", "2020-10-17"], ["time", "2000-01-01 10:33:31.768643"], ["datetime", "2020-11-18 08:46:54.043903"], ["created_at", "2020-11-20 08:40:34.318913"], ["updated_at", "2020-11-20 08:40:34.318913"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 21.1761049984925], ["string", "Harum culpa suscipit."], ["date", "2020-12-10"], ["time", "2000-01-01 01:29:06.254862"], ["datetime", "2020-12-26 03:56:59.494481"], ["created_at", "2020-11-20 08:40:34.321606"], ["updated_at", "2020-11-20 08:40:34.321606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-20 08:40:34.323490"], ["updated_at", "2020-11-20 08:40:34.323490"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-20 08:40:34.324817"], ["updated_at", "2020-11-20 08:40:34.324817"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-20 08:40:34.326128"], ["updated_at", "2020-11-20 08:40:34.326128"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-20 08:40:34.327399"], ["updated_at", "2020-11-20 08:40:34.327399"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-20 08:40:34.328624"], ["updated_at", "2020-11-20 08:40:34.328624"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-20 08:40:34.329923"], ["updated_at", "2020-11-20 08:40:34.329923"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-20 08:40:34.331152"], ["updated_at", "2020-11-20 08:40:34.331152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-20 08:40:34.332406"], ["updated_at", "2020-11-20 08:40:34.332406"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-20 08:40:34.333637"], ["updated_at", "2020-11-20 08:40:34.333637"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-20 08:40:34.334800"], ["updated_at", "2020-11-20 08:40:34.334800"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 15.4325385002208], ["string", "Aut quia enim repellendus optio."], ["created_at", "2020-11-20 08:40:34.336903"], ["updated_at", "2020-11-20 08:40:34.336903"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 14.2585929149689], ["string", "Voluptas in et optio qui sit."], ["created_at", "2020-11-20 08:40:34.339364"], ["updated_at", "2020-11-20 08:40:34.339364"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1027], ["decimal", 0.0699302469719928], ["string", "Voluptatem consequuntur molestiae a fuga excepturi."], ["created_at", "2020-11-20 08:40:34.341389"], ["updated_at", "2020-11-20 08:40:34.341389"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 14.3358753751633], ["string", "Accusantium ut blanditiis ducimus natus modi."], ["created_at", "2020-11-20 08:40:34.343450"], ["updated_at", "2020-11-20 08:40:34.343450"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 1.52993538364521], ["string", "Nemo sint dicta totam expedita perferendis."], ["created_at", "2020-11-20 08:40:34.345346"], ["updated_at", "2020-11-20 08:40:34.345346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:34.357426"], ["updated_at", "2020-11-20 08:40:34.357426"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:34.358264"], ["updated_at", "2020-11-20 08:40:34.358264"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:34.358923"], ["updated_at", "2020-11-20 08:40:34.358923"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:34.359641"], ["updated_at", "2020-11-20 08:40:34.359641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:34.360292"], ["updated_at", "2020-11-20 08:40:34.360292"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:34.360946"], ["updated_at", "2020-11-20 08:40:34.360946"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:34.361608"], ["updated_at", "2020-11-20 08:40:34.361608"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:34.362240"], ["updated_at", "2020-11-20 08:40:34.362240"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:34.362885"], ["updated_at", "2020-11-20 08:40:34.362885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:34.363544"], ["updated_at", "2020-11-20 08:40:34.363544"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-20 08:40:34.364863"], ["updated_at", "2020-11-20 08:40:34.364863"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-20 08:40:34.366188"], ["updated_at", "2020-11-20 08:40:34.366188"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-20 08:40:34.367472"], ["updated_at", "2020-11-20 08:40:34.367472"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-20 08:40:34.368702"], ["updated_at", "2020-11-20 08:40:34.368702"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-20 08:40:34.369959"], ["updated_at", "2020-11-20 08:40:34.369959"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 12], ["created_at", "2020-11-20 08:40:34.372488"], ["updated_at", "2020-11-20 08:40:34.372488"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 2], ["created_at", "2020-11-20 08:40:34.374710"], ["updated_at", "2020-11-20 08:40:34.374710"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 4], ["created_at", "2020-11-20 08:40:34.376404"], ["updated_at", "2020-11-20 08:40:34.376404"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 15], ["created_at", "2020-11-20 08:40:34.378027"], ["updated_at", "2020-11-20 08:40:34.378027"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 14], ["created_at", "2020-11-20 08:40:34.379603"], ["updated_at", "2020-11-20 08:40:34.379603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.6ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:53.216375"], ["updated_at", "2020-11-20 08:40:53.216375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:53.217814"], ["updated_at", "2020-11-20 08:40:53.217814"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:53.218745"], ["updated_at", "2020-11-20 08:40:53.218745"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:53.219545"], ["updated_at", "2020-11-20 08:40:53.219545"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:53.220485"], ["updated_at", "2020-11-20 08:40:53.220485"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:53.229657"], ["updated_at", "2020-11-20 08:40:53.229657"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:53.232388"], ["updated_at", "2020-11-20 08:40:53.232388"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:53.234477"], ["updated_at", "2020-11-20 08:40:53.234477"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:53.236331"], ["updated_at", "2020-11-20 08:40:53.236331"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:53.238179"], ["updated_at", "2020-11-20 08:40:53.238179"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 2.50719391840248], ["string", "Inventore rerum blanditiis ab."], ["date", "2020-11-09"], ["time", "2000-01-01 04:40:47.677377"], ["datetime", "2020-12-17 16:40:12.590467"], ["created_at", "2020-11-20 08:40:54.189175"], ["updated_at", "2020-11-20 08:40:54.189175"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 2.4443109186183], ["string", "Et rerum provident odit."], ["date", "2020-11-05"], ["time", "2000-01-01 21:50:56.664261"], ["datetime", "2020-11-29 04:49:50.006384"], ["created_at", "2020-11-20 08:40:54.192627"], ["updated_at", "2020-11-20 08:40:54.192627"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 29], ["decimal", 5.79319159891102], ["string", "Consequatur pariatur sed consectetur quos quis."], ["date", "2020-12-20"], ["time", "2000-01-01 01:56:42.636157"], ["datetime", "2020-12-21 03:05:58.197853"], ["created_at", "2020-11-20 08:40:54.195635"], ["updated_at", "2020-11-20 08:40:54.195635"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 29], ["decimal", 0.0404609804232997], ["string", "Est eos facilis et non."], ["date", "2020-11-28"], ["time", "2000-01-01 11:46:36.512606"], ["datetime", "2020-12-07 06:59:16.343451"], ["created_at", "2020-11-20 08:40:54.198737"], ["updated_at", "2020-11-20 08:40:54.198737"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 21], ["decimal", 4.47332516545835], ["string", "Qui dolore aut."], ["date", "2020-10-22"], ["time", "2000-01-01 22:40:38.793512"], ["datetime", "2020-11-15 04:37:38.109387"], ["created_at", "2020-11-20 08:40:54.201513"], ["updated_at", "2020-11-20 08:40:54.201513"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-20 08:40:54.206303"], ["updated_at", "2020-11-20 08:40:54.206303"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-20 08:40:54.208055"], ["updated_at", "2020-11-20 08:40:54.208055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-20 08:40:54.209630"], ["updated_at", "2020-11-20 08:40:54.209630"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-20 08:40:54.211145"], ["updated_at", "2020-11-20 08:40:54.211145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-20 08:40:54.213040"], ["updated_at", "2020-11-20 08:40:54.213040"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-20 08:40:54.218056"], ["updated_at", "2020-11-20 08:40:54.218056"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-20 08:40:54.219663"], ["updated_at", "2020-11-20 08:40:54.219663"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-20 08:40:54.220786"], ["updated_at", "2020-11-20 08:40:54.220786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-20 08:40:54.221874"], ["updated_at", "2020-11-20 08:40:54.221874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-20 08:40:54.222999"], ["updated_at", "2020-11-20 08:40:54.222999"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 21.8512029047356], ["string", "Corporis sint quis est corrupti aut."], ["created_at", "2020-11-20 08:40:54.229778"], ["updated_at", "2020-11-20 08:40:54.229778"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1025], ["decimal", 19.7813170569051], ["string", "Rerum voluptatem voluptatum doloremque laudantium ratione."], ["created_at", "2020-11-20 08:40:54.232345"], ["updated_at", "2020-11-20 08:40:54.232345"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 2.96020980799624], ["string", "Ipsum hic id odit tenetur soluta."], ["created_at", "2020-11-20 08:40:54.234516"], ["updated_at", "2020-11-20 08:40:54.234516"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 7.33495296649112], ["string", "Et praesentium magnam."], ["created_at", "2020-11-20 08:40:54.236672"], ["updated_at", "2020-11-20 08:40:54.236672"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 4.55567179074138], ["string", "Odio qui velit qui."], ["created_at", "2020-11-20 08:40:54.238659"], ["updated_at", "2020-11-20 08:40:54.238659"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:54.259285"], ["updated_at", "2020-11-20 08:40:54.259285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:54.260265"], ["updated_at", "2020-11-20 08:40:54.260265"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:54.260966"], ["updated_at", "2020-11-20 08:40:54.260966"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:54.261720"], ["updated_at", "2020-11-20 08:40:54.261720"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:54.262504"], ["updated_at", "2020-11-20 08:40:54.262504"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:54.265830"], ["updated_at", "2020-11-20 08:40:54.265830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:54.266832"], ["updated_at", "2020-11-20 08:40:54.266832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:54.267586"], ["updated_at", "2020-11-20 08:40:54.267586"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:54.268260"], ["updated_at", "2020-11-20 08:40:54.268260"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:54.268928"], ["updated_at", "2020-11-20 08:40:54.268928"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-20 08:40:54.274065"], ["updated_at", "2020-11-20 08:40:54.274065"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-20 08:40:54.275522"], ["updated_at", "2020-11-20 08:40:54.275522"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-20 08:40:54.276975"], ["updated_at", "2020-11-20 08:40:54.276975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-20 08:40:54.278239"], ["updated_at", "2020-11-20 08:40:54.278239"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-20 08:40:54.279608"], ["updated_at", "2020-11-20 08:40:54.279608"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-20 08:40:54.285593"], ["updated_at", "2020-11-20 08:40:54.285593"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-20 08:40:54.287284"], ["updated_at", "2020-11-20 08:40:54.287284"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-20 08:40:54.288807"], ["updated_at", "2020-11-20 08:40:54.288807"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-20 08:40:54.290339"], ["updated_at", "2020-11-20 08:40:54.290339"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-20 08:40:54.292004"], ["updated_at", "2020-11-20 08:40:54.292004"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:54.292867"], ["updated_at", "2020-11-20 08:40:54.292867"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:54.293586"], ["updated_at", "2020-11-20 08:40:54.293586"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:54.294299"], ["updated_at", "2020-11-20 08:40:54.294299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:54.294978"], ["updated_at", "2020-11-20 08:40:54.294978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:54.295743"], ["updated_at", "2020-11-20 08:40:54.295743"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:40:54.297590"], ["updated_at", "2020-11-20 08:40:54.297590"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:40:54.298960"], ["updated_at", "2020-11-20 08:40:54.298960"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:40:54.300073"], ["updated_at", "2020-11-20 08:40:54.300073"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:40:54.301194"], ["updated_at", "2020-11-20 08:40:54.301194"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:40:54.302307"], ["updated_at", "2020-11-20 08:40:54.302307"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 27.9556172613257], ["string", "Occaecati adipisci commodi."], ["date", "2020-11-21"], ["time", "2000-01-01 21:08:26.345003"], ["datetime", "2020-10-21 08:53:25.529405"], ["created_at", "2020-11-20 08:40:54.304562"], ["updated_at", "2020-11-20 08:40:54.304562"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 1.69771812624937], ["string", "Exercitationem eos dolore vitae doloremque."], ["date", "2020-11-09"], ["time", "2000-01-01 20:50:31.629631"], ["datetime", "2020-11-25 07:31:12.025941"], ["created_at", "2020-11-20 08:40:54.307021"], ["updated_at", "2020-11-20 08:40:54.307021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 6.75724967367406], ["string", "Culpa perferendis quaerat eligendi tenetur."], ["date", "2020-11-13"], ["time", "2000-01-01 20:09:21.425339"], ["datetime", "2020-10-11 14:43:37.264206"], ["created_at", "2020-11-20 08:40:54.309456"], ["updated_at", "2020-11-20 08:40:54.309456"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 6.46800624999325], ["string", "Omnis modi aut."], ["date", "2020-10-23"], ["time", "2000-01-01 22:30:57.057847"], ["datetime", "2020-11-25 03:57:25.033493"], ["created_at", "2020-11-20 08:40:54.311901"], ["updated_at", "2020-11-20 08:40:54.311901"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 10.8019110979202], ["string", "Fugiat dolorum provident aut et."], ["date", "2020-12-29"], ["time", "2000-01-01 02:04:59.156622"], ["datetime", "2020-10-31 03:59:11.172649"], ["created_at", "2020-11-20 08:40:54.314870"], ["updated_at", "2020-11-20 08:40:54.314870"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-20 08:40:54.316860"], ["updated_at", "2020-11-20 08:40:54.316860"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-20 08:40:54.318104"], ["updated_at", "2020-11-20 08:40:54.318104"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-20 08:40:54.319271"], ["updated_at", "2020-11-20 08:40:54.319271"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-20 08:40:54.320435"], ["updated_at", "2020-11-20 08:40:54.320435"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-20 08:40:54.321592"], ["updated_at", "2020-11-20 08:40:54.321592"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-20 08:40:54.322851"], ["updated_at", "2020-11-20 08:40:54.322851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-20 08:40:54.324105"], ["updated_at", "2020-11-20 08:40:54.324105"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-20 08:40:54.325271"], ["updated_at", "2020-11-20 08:40:54.325271"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-20 08:40:54.326435"], ["updated_at", "2020-11-20 08:40:54.326435"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-20 08:40:54.327668"], ["updated_at", "2020-11-20 08:40:54.327668"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 6.5891666593294], ["string", "Dolore quos accusantium dolores est eligendi."], ["created_at", "2020-11-20 08:40:54.329948"], ["updated_at", "2020-11-20 08:40:54.329948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 1.96103489371645], ["string", "Itaque qui ut ut omnis."], ["created_at", "2020-11-20 08:40:54.332568"], ["updated_at", "2020-11-20 08:40:54.332568"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 21.50514746812], ["string", "Vitae nulla non."], ["created_at", "2020-11-20 08:40:54.334729"], ["updated_at", "2020-11-20 08:40:54.334729"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 13.8509953937529], ["string", "Magni quasi dicta et."], ["created_at", "2020-11-20 08:40:54.336802"], ["updated_at", "2020-11-20 08:40:54.336802"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 12.3814000908723], ["string", "Nihil molestiae laborum in officiis exercitationem."], ["created_at", "2020-11-20 08:40:54.338745"], ["updated_at", "2020-11-20 08:40:54.338745"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:54.367080"], ["updated_at", "2020-11-20 08:40:54.367080"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:54.368087"], ["updated_at", "2020-11-20 08:40:54.368087"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:54.368896"], ["updated_at", "2020-11-20 08:40:54.368896"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:54.369673"], ["updated_at", "2020-11-20 08:40:54.369673"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:54.370469"], ["updated_at", "2020-11-20 08:40:54.370469"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:54.371378"], ["updated_at", "2020-11-20 08:40:54.371378"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:54.372226"], ["updated_at", "2020-11-20 08:40:54.372226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:54.373093"], ["updated_at", "2020-11-20 08:40:54.373093"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:54.373961"], ["updated_at", "2020-11-20 08:40:54.373961"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:54.374867"], ["updated_at", "2020-11-20 08:40:54.374867"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-20 08:40:54.376527"], ["updated_at", "2020-11-20 08:40:54.376527"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-20 08:40:54.378152"], ["updated_at", "2020-11-20 08:40:54.378152"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-20 08:40:54.380040"], ["updated_at", "2020-11-20 08:40:54.380040"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-20 08:40:54.381775"], ["updated_at", "2020-11-20 08:40:54.381775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-20 08:40:54.383405"], ["updated_at", "2020-11-20 08:40:54.383405"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 9], ["created_at", "2020-11-20 08:40:54.385487"], ["updated_at", "2020-11-20 08:40:54.385487"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 3], ["created_at", "2020-11-20 08:40:54.387568"], ["updated_at", "2020-11-20 08:40:54.387568"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 10], ["created_at", "2020-11-20 08:40:54.389417"], ["updated_at", "2020-11-20 08:40:54.389417"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 1], ["created_at", "2020-11-20 08:40:54.391248"], ["updated_at", "2020-11-20 08:40:54.391248"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 10], ["created_at", "2020-11-20 08:40:54.393144"], ["updated_at", "2020-11-20 08:40:54.393144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:54.394021"], ["updated_at", "2020-11-20 08:40:54.394021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:54.394841"], ["updated_at", "2020-11-20 08:40:54.394841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:54.395768"], ["updated_at", "2020-11-20 08:40:54.395768"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:54.396730"], ["updated_at", "2020-11-20 08:40:54.396730"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:54.397570"], ["updated_at", "2020-11-20 08:40:54.397570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:40:54.399137"], ["updated_at", "2020-11-20 08:40:54.399137"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:40:54.400603"], ["updated_at", "2020-11-20 08:40:54.400603"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:40:54.402018"], ["updated_at", "2020-11-20 08:40:54.402018"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:40:54.403341"], ["updated_at", "2020-11-20 08:40:54.403341"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:40:54.404629"], ["updated_at", "2020-11-20 08:40:54.404629"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 21], ["decimal", 17.6717401196086], ["string", "Iure nam pariatur doloremque."], ["date", "2020-11-28"], ["time", "2000-01-01 14:36:04.133347"], ["datetime", "2020-12-02 18:31:29.446507"], ["created_at", "2020-11-20 08:40:54.407206"], ["updated_at", "2020-11-20 08:40:54.407206"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 16.0847769834776], ["string", "Dignissimos cupiditate in quo."], ["date", "2020-11-05"], ["time", "2000-01-01 23:33:29.861262"], ["datetime", "2020-11-10 03:33:26.723438"], ["created_at", "2020-11-20 08:40:54.410230"], ["updated_at", "2020-11-20 08:40:54.410230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 2.12109463168913], ["string", "Ipsum qui distinctio."], ["date", "2020-10-26"], ["time", "2000-01-01 20:18:07.313277"], ["datetime", "2020-10-20 10:08:01.236846"], ["created_at", "2020-11-20 08:40:54.413189"], ["updated_at", "2020-11-20 08:40:54.413189"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 1.23547031969798], ["string", "Impedit in eveniet rerum vel repudiandae."], ["date", "2020-12-25"], ["time", "2000-01-01 20:26:01.584532"], ["datetime", "2020-10-23 10:42:22.717263"], ["created_at", "2020-11-20 08:40:54.416362"], ["updated_at", "2020-11-20 08:40:54.416362"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 2.60758182706109], ["string", "Sit velit est et voluptatum."], ["date", "2020-11-21"], ["time", "2000-01-01 00:43:55.111376"], ["datetime", "2020-11-19 12:53:39.377525"], ["created_at", "2020-11-20 08:40:54.419200"], ["updated_at", "2020-11-20 08:40:54.419200"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-20 08:40:54.421108"], ["updated_at", "2020-11-20 08:40:54.421108"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-20 08:40:54.422446"], ["updated_at", "2020-11-20 08:40:54.422446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-20 08:40:54.423724"], ["updated_at", "2020-11-20 08:40:54.423724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-20 08:40:54.425100"], ["updated_at", "2020-11-20 08:40:54.425100"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-20 08:40:54.426370"], ["updated_at", "2020-11-20 08:40:54.426370"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-20 08:40:54.427726"], ["updated_at", "2020-11-20 08:40:54.427726"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-20 08:40:54.429292"], ["updated_at", "2020-11-20 08:40:54.429292"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-20 08:40:54.431081"], ["updated_at", "2020-11-20 08:40:54.431081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-20 08:40:54.432549"], ["updated_at", "2020-11-20 08:40:54.432549"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-20 08:40:54.433840"], ["updated_at", "2020-11-20 08:40:54.433840"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 8.04420593087196], ["string", "Laudantium eos aut."], ["created_at", "2020-11-20 08:40:54.436045"], ["updated_at", "2020-11-20 08:40:54.436045"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 11.3765131513446], ["string", "Et molestiae aut mollitia maxime rerum."], ["created_at", "2020-11-20 08:40:54.438146"], ["updated_at", "2020-11-20 08:40:54.438146"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 3.32790082497752], ["string", "Quidem et et consequatur impedit."], ["created_at", "2020-11-20 08:40:54.440246"], ["updated_at", "2020-11-20 08:40:54.440246"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 26.6935698861737], ["string", "Atque eos hic facilis et recusandae."], ["created_at", "2020-11-20 08:40:54.442324"], ["updated_at", "2020-11-20 08:40:54.442324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1026], ["decimal", 15.9515828556991], ["string", "Et maiores culpa facilis eaque dolorem."], ["created_at", "2020-11-20 08:40:54.444326"], ["updated_at", "2020-11-20 08:40:54.444326"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:54.457213"], ["updated_at", "2020-11-20 08:40:54.457213"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:54.458086"], ["updated_at", "2020-11-20 08:40:54.458086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:54.458842"], ["updated_at", "2020-11-20 08:40:54.458842"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:54.459538"], ["updated_at", "2020-11-20 08:40:54.459538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:40:54.460210"], ["updated_at", "2020-11-20 08:40:54.460210"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:54.460910"], ["updated_at", "2020-11-20 08:40:54.460910"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:54.461663"], ["updated_at", "2020-11-20 08:40:54.461663"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:54.462459"], ["updated_at", "2020-11-20 08:40:54.462459"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:54.463228"], ["updated_at", "2020-11-20 08:40:54.463228"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:40:54.464046"], ["updated_at", "2020-11-20 08:40:54.464046"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-20 08:40:54.465506"], ["updated_at", "2020-11-20 08:40:54.465506"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-20 08:40:54.466858"], ["updated_at", "2020-11-20 08:40:54.466858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-20 08:40:54.468180"], ["updated_at", "2020-11-20 08:40:54.468180"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-20 08:40:54.469422"], ["updated_at", "2020-11-20 08:40:54.469422"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 11], ["created_at", "2020-11-20 08:40:54.470649"], ["updated_at", "2020-11-20 08:40:54.470649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 4], ["created_at", "2020-11-20 08:40:54.472370"], ["updated_at", "2020-11-20 08:40:54.472370"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 7], ["created_at", "2020-11-20 08:40:54.474145"], ["updated_at", "2020-11-20 08:40:54.474145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 3], ["created_at", "2020-11-20 08:40:54.475828"], ["updated_at", "2020-11-20 08:40:54.475828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-20 08:40:54.477547"], ["updated_at", "2020-11-20 08:40:54.477547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 8], ["created_at", "2020-11-20 08:40:54.479494"], ["updated_at", "2020-11-20 08:40:54.479494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.5ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 22.4035623223172], ["string", "Numquam sapiente maxime."], ["date", "2020-12-06"], ["time", "2000-01-01 22:13:55.603729"], ["datetime", "2020-12-07 07:11:39.221038"], ["created_at", "2020-11-20 08:41:01.673475"], ["updated_at", "2020-11-20 08:41:01.673475"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 12.3622841929638], ["string", "Dolorum at consequuntur reprehenderit."], ["date", "2020-11-22"], ["time", "2000-01-01 13:06:05.909917"], ["datetime", "2020-12-28 19:45:48.649495"], ["created_at", "2020-11-20 08:41:01.678119"], ["updated_at", "2020-11-20 08:41:01.678119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 7.8974782308394], ["string", "Eveniet vero ipsam doloremque illo ab."], ["date", "2020-11-01"], ["time", "2000-01-01 21:04:15.569065"], ["datetime", "2020-12-02 07:49:42.769343"], ["created_at", "2020-11-20 08:41:01.681518"], ["updated_at", "2020-11-20 08:41:01.681518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 38.1111064740011], ["string", "Et consequatur nihil eos exercitationem voluptas."], ["date", "2020-10-21"], ["time", "2000-01-01 04:07:24.507617"], ["datetime", "2020-10-25 12:02:53.308727"], ["created_at", "2020-11-20 08:41:01.684879"], ["updated_at", "2020-11-20 08:41:01.684879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 25], ["decimal", 29.5269133708408], ["string", "Molestias tenetur iure et dolorem."], ["date", "2020-10-27"], ["time", "2000-01-01 10:49:37.074206"], ["datetime", "2020-10-21 21:22:12.402898"], ["created_at", "2020-11-20 08:41:01.687786"], ["updated_at", "2020-11-20 08:41:01.687786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 6.06207730553334], ["string", "Excepturi harum et accusantium quae commodi."], ["created_at", "2020-11-20 08:41:01.697344"], ["updated_at", "2020-11-20 08:41:01.697344"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 17.6375513337358], ["string", "Explicabo sunt voluptatum tenetur mollitia."], ["created_at", "2020-11-20 08:41:01.700164"], ["updated_at", "2020-11-20 08:41:01.700164"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1037], ["decimal", 5.8318800527893], ["string", "Omnis est dolore voluptates architecto."], ["created_at", "2020-11-20 08:41:01.702645"], ["updated_at", "2020-11-20 08:41:01.702645"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 22.3417108785262], ["string", "A quisquam optio est."], ["created_at", "2020-11-20 08:41:01.704945"], ["updated_at", "2020-11-20 08:41:01.704945"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 9.67172836391426], ["string", "Iure quasi vel."], ["created_at", "2020-11-20 08:41:01.707192"], ["updated_at", "2020-11-20 08:41:01.707192"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-20 08:41:01.715354"], ["updated_at", "2020-11-20 08:41:01.715354"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-20 08:41:01.717230"], ["updated_at", "2020-11-20 08:41:01.717230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-20 08:41:01.718638"], ["updated_at", "2020-11-20 08:41:01.718638"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-20 08:41:01.720002"], ["updated_at", "2020-11-20 08:41:01.720002"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-20 08:41:01.721391"], ["updated_at", "2020-11-20 08:41:01.721391"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-20 08:41:01.728321"], ["updated_at", "2020-11-20 08:41:01.728321"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-20 08:41:01.730349"], ["updated_at", "2020-11-20 08:41:01.730349"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-20 08:41:01.732320"], ["updated_at", "2020-11-20 08:41:01.732320"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-20 08:41:01.734196"], ["updated_at", "2020-11-20 08:41:01.734196"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-20 08:41:01.735955"], ["updated_at", "2020-11-20 08:41:01.735955"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-20 08:41:01.741502"], ["updated_at", "2020-11-20 08:41:01.741502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-20 08:41:01.743391"], ["updated_at", "2020-11-20 08:41:01.743391"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-20 08:41:01.745124"], ["updated_at", "2020-11-20 08:41:01.745124"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-20 08:41:01.746648"], ["updated_at", "2020-11-20 08:41:01.746648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-20 08:41:01.748053"], ["updated_at", "2020-11-20 08:41:01.748053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:01.769436"], ["updated_at", "2020-11-20 08:41:01.769436"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:01.770639"], ["updated_at", "2020-11-20 08:41:01.770639"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:01.771558"], ["updated_at", "2020-11-20 08:41:01.771558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:01.772390"], ["updated_at", "2020-11-20 08:41:01.772390"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:01.773215"], ["updated_at", "2020-11-20 08:41:01.773215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:01.779488"], ["updated_at", "2020-11-20 08:41:01.779488"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:01.781440"], ["updated_at", "2020-11-20 08:41:01.781440"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:01.783488"], ["updated_at", "2020-11-20 08:41:01.783488"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:01.785439"], ["updated_at", "2020-11-20 08:41:01.785439"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:01.787176"], ["updated_at", "2020-11-20 08:41:01.787176"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-20 08:41:01.792293"], ["updated_at", "2020-11-20 08:41:01.792293"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-20 08:41:01.794244"], ["updated_at", "2020-11-20 08:41:01.794244"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-20 08:41:01.796236"], ["updated_at", "2020-11-20 08:41:01.796236"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-20 08:41:01.798166"], ["updated_at", "2020-11-20 08:41:01.798166"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-20 08:41:01.800508"], ["updated_at", "2020-11-20 08:41:01.800508"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:01.827236"], ["updated_at", "2020-11-20 08:41:01.827236"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:01.828557"], ["updated_at", "2020-11-20 08:41:01.828557"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:01.829650"], ["updated_at", "2020-11-20 08:41:01.829650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:01.830684"], ["updated_at", "2020-11-20 08:41:01.830684"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:01.832139"], ["updated_at", "2020-11-20 08:41:01.832139"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:41:01.836573"], ["updated_at", "2020-11-20 08:41:01.836573"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:41:01.837738"], ["updated_at", "2020-11-20 08:41:01.837738"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:41:01.838579"], ["updated_at", "2020-11-20 08:41:01.838579"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:41:01.839421"], ["updated_at", "2020-11-20 08:41:01.839421"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:41:01.840223"], ["updated_at", "2020-11-20 08:41:01.840223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 17.952065157598], ["string", "Ipsam doloremque voluptas consequatur."], ["date", "2020-11-06"], ["time", "2000-01-01 04:13:46.162258"], ["datetime", "2020-11-01 02:14:09.419549"], ["created_at", "2020-11-20 08:41:01.843025"], ["updated_at", "2020-11-20 08:41:01.843025"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 26.5015429332767], ["string", "Repellendus nihil fugiat."], ["date", "2020-10-23"], ["time", "2000-01-01 05:31:52.151613"], ["datetime", "2020-11-04 22:49:18.241222"], ["created_at", "2020-11-20 08:41:01.846663"], ["updated_at", "2020-11-20 08:41:01.846663"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 6.90805700359762], ["string", "Aperiam aliquid rerum libero voluptatem in."], ["date", "2020-10-09"], ["time", "2000-01-01 19:18:30.754214"], ["datetime", "2020-12-03 03:06:24.179180"], ["created_at", "2020-11-20 08:41:01.850528"], ["updated_at", "2020-11-20 08:41:01.850528"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 11.1473967554771], ["string", "Aliquid voluptatem iusto."], ["date", "2020-11-16"], ["time", "2000-01-01 06:11:29.505191"], ["datetime", "2020-12-13 23:25:20.611868"], ["created_at", "2020-11-20 08:41:01.854200"], ["updated_at", "2020-11-20 08:41:01.854200"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 7.26058255976949], ["string", "Cum quasi occaecati qui sit."], ["date", "2020-10-18"], ["time", "2000-01-01 01:34:33.937175"], ["datetime", "2020-10-20 10:18:30.592552"], ["created_at", "2020-11-20 08:41:01.857549"], ["updated_at", "2020-11-20 08:41:01.857549"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 1.61230439229028], ["string", "Laboriosam et ab aut ut et."], ["created_at", "2020-11-20 08:41:01.860847"], ["updated_at", "2020-11-20 08:41:01.860847"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 1.10610629359945], ["string", "Modi qui molestiae repellat corrupti rem."], ["created_at", "2020-11-20 08:41:01.864083"], ["updated_at", "2020-11-20 08:41:01.864083"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1020], ["decimal", 5.1250719774105], ["string", "Dolores quisquam dignissimos."], ["created_at", "2020-11-20 08:41:01.867343"], ["updated_at", "2020-11-20 08:41:01.867343"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["decimal", 2.0335074648653], ["string", "Enim dicta ad."], ["created_at", "2020-11-20 08:41:01.870696"], ["updated_at", "2020-11-20 08:41:01.870696"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 18.5509567789282], ["string", "Laudantium quia ut."], ["created_at", "2020-11-20 08:41:01.873745"], ["updated_at", "2020-11-20 08:41:01.873745"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-20 08:41:01.875815"], ["updated_at", "2020-11-20 08:41:01.875815"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-20 08:41:01.877770"], ["updated_at", "2020-11-20 08:41:01.877770"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-20 08:41:01.879869"], ["updated_at", "2020-11-20 08:41:01.879869"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-20 08:41:01.882065"], ["updated_at", "2020-11-20 08:41:01.882065"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-20 08:41:01.884500"], ["updated_at", "2020-11-20 08:41:01.884500"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-20 08:41:01.888644"], ["updated_at", "2020-11-20 08:41:01.888644"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-20 08:41:01.891268"], ["updated_at", "2020-11-20 08:41:01.891268"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 9], ["created_at", "2020-11-20 08:41:01.894750"], ["updated_at", "2020-11-20 08:41:01.894750"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 1], ["created_at", "2020-11-20 08:41:01.898225"], ["updated_at", "2020-11-20 08:41:01.898225"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 7], ["created_at", "2020-11-20 08:41:01.900582"], ["updated_at", "2020-11-20 08:41:01.900582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-20 08:41:01.902402"], ["updated_at", "2020-11-20 08:41:01.902402"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-20 08:41:01.904893"], ["updated_at", "2020-11-20 08:41:01.904893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-20 08:41:01.906602"], ["updated_at", "2020-11-20 08:41:01.906602"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-20 08:41:01.908212"], ["updated_at", "2020-11-20 08:41:01.908212"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-20 08:41:01.910822"], ["updated_at", "2020-11-20 08:41:01.910822"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:01.912642"], ["updated_at", "2020-11-20 08:41:01.912642"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:01.913878"], ["updated_at", "2020-11-20 08:41:01.913878"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:01.914913"], ["updated_at", "2020-11-20 08:41:01.914913"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:01.915987"], ["updated_at", "2020-11-20 08:41:01.915987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:01.917142"], ["updated_at", "2020-11-20 08:41:01.917142"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:41:01.919559"], ["updated_at", "2020-11-20 08:41:01.919559"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:41:01.921211"], ["updated_at", "2020-11-20 08:41:01.921211"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:41:01.922679"], ["updated_at", "2020-11-20 08:41:01.922679"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:41:01.924196"], ["updated_at", "2020-11-20 08:41:01.924196"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:41:01.926471"], ["updated_at", "2020-11-20 08:41:01.926471"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-20 08:41:01.929143"], ["updated_at", "2020-11-20 08:41:01.929143"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-20 08:41:01.931305"], ["updated_at", "2020-11-20 08:41:01.931305"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-20 08:41:01.933281"], ["updated_at", "2020-11-20 08:41:01.933281"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-20 08:41:01.935334"], ["updated_at", "2020-11-20 08:41:01.935334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-20 08:41:01.937047"], ["updated_at", "2020-11-20 08:41:01.937047"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:01.955767"], ["updated_at", "2020-11-20 08:41:01.955767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:01.956753"], ["updated_at", "2020-11-20 08:41:01.956753"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:01.957540"], ["updated_at", "2020-11-20 08:41:01.957540"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:01.958359"], ["updated_at", "2020-11-20 08:41:01.958359"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:01.959513"], ["updated_at", "2020-11-20 08:41:01.959513"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:41:01.960860"], ["updated_at", "2020-11-20 08:41:01.960860"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:41:01.962323"], ["updated_at", "2020-11-20 08:41:01.962323"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:41:01.963662"], ["updated_at", "2020-11-20 08:41:01.963662"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:41:01.965153"], ["updated_at", "2020-11-20 08:41:01.965153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:41:01.966184"], ["updated_at", "2020-11-20 08:41:01.966184"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 40], ["decimal", 3.22265814759292], ["string", "Et in placeat neque sunt et."], ["date", "2020-11-25"], ["time", "2000-01-01 05:05:29.173597"], ["datetime", "2020-11-24 09:03:18.959564"], ["created_at", "2020-11-20 08:41:01.968856"], ["updated_at", "2020-11-20 08:41:01.968856"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 3.22379360846353], ["string", "Et necessitatibus temporibus aliquam ut sunt."], ["date", "2020-12-03"], ["time", "2000-01-01 14:56:39.447214"], ["datetime", "2020-11-10 04:08:14.722188"], ["created_at", "2020-11-20 08:41:01.971710"], ["updated_at", "2020-11-20 08:41:01.971710"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 3.58134765233236], ["string", "Ut repellat totam nemo beatae fugit."], ["date", "2020-12-29"], ["time", "2000-01-01 22:36:18.183034"], ["datetime", "2020-11-02 03:47:43.114387"], ["created_at", "2020-11-20 08:41:01.974500"], ["updated_at", "2020-11-20 08:41:01.974500"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 2.00154985867993], ["string", "Perspiciatis aliquam earum pariatur."], ["date", "2020-11-23"], ["time", "2000-01-01 01:19:26.738243"], ["datetime", "2020-11-08 16:32:35.534897"], ["created_at", "2020-11-20 08:41:01.978905"], ["updated_at", "2020-11-20 08:41:01.978905"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 21.3684189426553], ["string", "Consectetur odit qui sint veritatis maiores."], ["date", "2020-10-22"], ["time", "2000-01-01 16:50:47.470409"], ["datetime", "2020-10-21 07:33:33.178984"], ["created_at", "2020-11-20 08:41:01.981971"], ["updated_at", "2020-11-20 08:41:01.981971"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 15.0257141421419], ["string", "Sit quasi ut exercitationem deserunt culpa."], ["created_at", "2020-11-20 08:41:01.984758"], ["updated_at", "2020-11-20 08:41:01.984758"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 5.20436908234388], ["string", "Excepturi itaque qui inventore adipisci veritatis."], ["created_at", "2020-11-20 08:41:01.987152"], ["updated_at", "2020-11-20 08:41:01.987152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 10.2894007164088], ["string", "Perferendis omnis delectus nostrum."], ["created_at", "2020-11-20 08:41:01.989460"], ["updated_at", "2020-11-20 08:41:01.989460"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 19.9192505510343], ["string", "Ut explicabo quae facilis."], ["created_at", "2020-11-20 08:41:01.991676"], ["updated_at", "2020-11-20 08:41:01.991676"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 0.531655791710005], ["string", "Quia alias aut corrupti."], ["created_at", "2020-11-20 08:41:01.995517"], ["updated_at", "2020-11-20 08:41:01.995517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-20 08:41:01.997282"], ["updated_at", "2020-11-20 08:41:01.997282"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-20 08:41:01.999009"], ["updated_at", "2020-11-20 08:41:01.999009"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-20 08:41:02.000493"], ["updated_at", "2020-11-20 08:41:02.000493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-20 08:41:02.001826"], ["updated_at", "2020-11-20 08:41:02.001826"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-20 08:41:02.003235"], ["updated_at", "2020-11-20 08:41:02.003235"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 13], ["created_at", "2020-11-20 08:41:02.005204"], ["updated_at", "2020-11-20 08:41:02.005204"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-20 08:41:02.007141"], ["updated_at", "2020-11-20 08:41:02.007141"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 15], ["created_at", "2020-11-20 08:41:02.009627"], ["updated_at", "2020-11-20 08:41:02.009627"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-20 08:41:02.012366"], ["updated_at", "2020-11-20 08:41:02.012366"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 3], ["created_at", "2020-11-20 08:41:02.014300"], ["updated_at", "2020-11-20 08:41:02.014300"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 11], ["created_at", "2020-11-20 08:41:02.015838"], ["updated_at", "2020-11-20 08:41:02.015838"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-20 08:41:02.017283"], ["updated_at", "2020-11-20 08:41:02.017283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-20 08:41:02.018651"], ["updated_at", "2020-11-20 08:41:02.018651"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-20 08:41:02.019972"], ["updated_at", "2020-11-20 08:41:02.019972"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-20 08:41:02.021277"], ["updated_at", "2020-11-20 08:41:02.021277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.022133"], ["updated_at", "2020-11-20 08:41:02.022133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.022866"], ["updated_at", "2020-11-20 08:41:02.022866"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.023571"], ["updated_at", "2020-11-20 08:41:02.023571"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.024328"], ["updated_at", "2020-11-20 08:41:02.024328"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.025196"], ["updated_at", "2020-11-20 08:41:02.025196"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:41:02.027660"], ["updated_at", "2020-11-20 08:41:02.027660"], ["india_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:41:02.029639"], ["updated_at", "2020-11-20 08:41:02.029639"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:41:02.030989"], ["updated_at", "2020-11-20 08:41:02.030989"], ["india_id", 6]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:41:02.032566"], ["updated_at", "2020-11-20 08:41:02.032566"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:41:02.034069"], ["updated_at", "2020-11-20 08:41:02.034069"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-20 08:41:02.035528"], ["updated_at", "2020-11-20 08:41:02.035528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-20 08:41:02.036938"], ["updated_at", "2020-11-20 08:41:02.036938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-20 08:41:02.038341"], ["updated_at", "2020-11-20 08:41:02.038341"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-20 08:41:02.039705"], ["updated_at", "2020-11-20 08:41:02.039705"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-20 08:41:02.041013"], ["updated_at", "2020-11-20 08:41:02.041013"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.064360"], ["updated_at", "2020-11-20 08:41:02.064360"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.066038"], ["updated_at", "2020-11-20 08:41:02.066038"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.067499"], ["updated_at", "2020-11-20 08:41:02.067499"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.069034"], ["updated_at", "2020-11-20 08:41:02.069034"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.070508"], ["updated_at", "2020-11-20 08:41:02.070508"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:41:02.071915"], ["updated_at", "2020-11-20 08:41:02.071915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:41:02.073016"], ["updated_at", "2020-11-20 08:41:02.073016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:41:02.073846"], ["updated_at", "2020-11-20 08:41:02.073846"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:41:02.074751"], ["updated_at", "2020-11-20 08:41:02.074751"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:41:02.075709"], ["updated_at", "2020-11-20 08:41:02.075709"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.6ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 29.2434632995968], ["string", "Culpa enim eius eum nulla."], ["date", "2020-12-19"], ["time", "2000-01-01 06:58:08.569616"], ["datetime", "2020-11-13 17:02:10.521023"], ["created_at", "2020-11-20 08:41:02.119558"], ["updated_at", "2020-11-20 08:41:02.119558"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 0.22338842620358], ["string", "Nam facere vero alias quis."], ["date", "2020-11-02"], ["time", "2000-01-01 04:29:54.909784"], ["datetime", "2020-12-08 16:12:37.141503"], ["created_at", "2020-11-20 08:41:02.123462"], ["updated_at", "2020-11-20 08:41:02.123462"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 5.50409622007158], ["string", "Harum reiciendis deserunt."], ["date", "2020-11-21"], ["time", "2000-01-01 09:57:20.406681"], ["datetime", "2020-12-08 01:52:33.563870"], ["created_at", "2020-11-20 08:41:02.126859"], ["updated_at", "2020-11-20 08:41:02.126859"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 14.6329697107602], ["string", "Quibusdam ut nemo."], ["date", "2020-12-17"], ["time", "2000-01-01 22:50:20.990964"], ["datetime", "2020-12-18 00:40:31.420122"], ["created_at", "2020-11-20 08:41:02.131886"], ["updated_at", "2020-11-20 08:41:02.131886"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 0.623490137400943], ["string", "Quas neque iure nisi."], ["date", "2020-11-02"], ["time", "2000-01-01 12:53:28.769925"], ["datetime", "2020-10-15 14:46:10.446569"], ["created_at", "2020-11-20 08:41:02.135905"], ["updated_at", "2020-11-20 08:41:02.135905"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 3.64918319155285], ["string", "Fuga omnis quaerat."], ["date", "2020-11-29"], ["time", "2000-01-01 06:41:43.173633"], ["datetime", "2020-10-17 23:20:31.984924"], ["created_at", "2020-11-20 08:41:02.139569"], ["updated_at", "2020-11-20 08:41:02.139569"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.142821"], ["updated_at", "2020-11-20 08:41:02.142821"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 7.4069102656241], ["string", "Quos enim omnis vel voluptatem."], ["date", "2020-12-25"], ["time", "2000-01-01 01:53:07.432301"], ["datetime", "2020-10-13 10:20:24.983459"], ["created_at", "2020-11-20 08:41:02.177159"], ["updated_at", "2020-11-20 08:41:02.177159"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 1.86774306920716], ["string", "Dignissimos sapiente fugit doloribus."], ["date", "2020-10-15"], ["time", "2000-01-01 18:40:18.728291"], ["datetime", "2020-12-27 14:40:51.491562"], ["created_at", "2020-11-20 08:41:02.181435"], ["updated_at", "2020-11-20 08:41:02.181435"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 5.78142434943569], ["string", "Minima sunt dicta veniam est assumenda."], ["date", "2020-12-11"], ["time", "2000-01-01 23:58:36.771437"], ["datetime", "2020-10-19 00:23:33.913242"], ["created_at", "2020-11-20 08:41:02.185241"], ["updated_at", "2020-11-20 08:41:02.185241"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 40.1279852254787], ["string", "Sed saepe in error iusto."], ["date", "2020-11-08"], ["time", "2000-01-01 18:38:39.403704"], ["datetime", "2020-11-30 13:58:11.870810"], ["created_at", "2020-11-20 08:41:02.189379"], ["updated_at", "2020-11-20 08:41:02.189379"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 24], ["decimal", 0.8895365397463], ["string", "Enim voluptatem minus."], ["date", "2020-10-11"], ["time", "2000-01-01 17:56:27.135095"], ["datetime", "2020-11-03 08:03:09.261861"], ["created_at", "2020-11-20 08:41:02.192997"], ["updated_at", "2020-11-20 08:41:02.192997"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 0.958861915336335], ["string", "Est unde modi aut."], ["created_at", "2020-11-20 08:41:02.196319"], ["updated_at", "2020-11-20 08:41:02.196319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (1.0ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 7.39461151766617], ["string", "Voluptatem consequuntur aut excepturi cupiditate enim."], ["created_at", "2020-11-20 08:41:02.199236"], ["updated_at", "2020-11-20 08:41:02.199236"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 13.2214418402885], ["string", "Praesentium provident dolorum sint et."], ["created_at", "2020-11-20 08:41:02.218440"], ["updated_at", "2020-11-20 08:41:02.218440"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1024], ["decimal", 14.8538486880875], ["string", "Et est nisi alias qui."], ["created_at", "2020-11-20 08:41:02.221996"], ["updated_at", "2020-11-20 08:41:02.221996"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 13.8185283858653], ["string", "Repellat consequatur aut cumque ut eos."], ["created_at", "2020-11-20 08:41:02.225277"], ["updated_at", "2020-11-20 08:41:02.225277"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-20 08:41:02.228207"], ["updated_at", "2020-11-20 08:41:02.228207"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-20 08:41:02.230723"], ["updated_at", "2020-11-20 08:41:02.230723"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-20 08:41:02.233088"], ["updated_at", "2020-11-20 08:41:02.233088"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-20 08:41:02.235268"], ["updated_at", "2020-11-20 08:41:02.235268"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-20 08:41:02.237395"], ["updated_at", "2020-11-20 08:41:02.237395"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-20 08:41:02.240338"], ["updated_at", "2020-11-20 08:41:02.240338"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-20 08:41:02.243137"], ["updated_at", "2020-11-20 08:41:02.243137"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-20 08:41:02.245773"], ["updated_at", "2020-11-20 08:41:02.245773"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-20 08:41:02.248126"], ["updated_at", "2020-11-20 08:41:02.248126"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-20 08:41:02.250606"], ["updated_at", "2020-11-20 08:41:02.250606"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-20 08:41:02.252628"], ["updated_at", "2020-11-20 08:41:02.252628"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-20 08:41:02.254378"], ["updated_at", "2020-11-20 08:41:02.254378"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-20 08:41:02.255955"], ["updated_at", "2020-11-20 08:41:02.255955"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-20 08:41:02.257549"], ["updated_at", "2020-11-20 08:41:02.257549"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-20 08:41:02.259200"], ["updated_at", "2020-11-20 08:41:02.259200"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.260285"], ["updated_at", "2020-11-20 08:41:02.260285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.261262"], ["updated_at", "2020-11-20 08:41:02.261262"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.262180"], ["updated_at", "2020-11-20 08:41:02.262180"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.263044"], ["updated_at", "2020-11-20 08:41:02.263044"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.263897"], ["updated_at", "2020-11-20 08:41:02.263897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.265700"], ["updated_at", "2020-11-20 08:41:02.265700"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.267412"], ["updated_at", "2020-11-20 08:41:02.267412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.268903"], ["updated_at", "2020-11-20 08:41:02.268903"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.270321"], ["updated_at", "2020-11-20 08:41:02.270321"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.271825"], ["updated_at", "2020-11-20 08:41:02.271825"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-20 08:41:02.273252"], ["updated_at", "2020-11-20 08:41:02.273252"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-20 08:41:02.274591"], ["updated_at", "2020-11-20 08:41:02.274591"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-20 08:41:02.276064"], ["updated_at", "2020-11-20 08:41:02.276064"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-20 08:41:02.277704"], ["updated_at", "2020-11-20 08:41:02.277704"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-20 08:41:02.279375"], ["updated_at", "2020-11-20 08:41:02.279375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.294074"], ["updated_at", "2020-11-20 08:41:02.294074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.295164"], ["updated_at", "2020-11-20 08:41:02.295164"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.295998"], ["updated_at", "2020-11-20 08:41:02.295998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.296735"], ["updated_at", "2020-11-20 08:41:02.296735"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.297505"], ["updated_at", "2020-11-20 08:41:02.297505"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:41:02.298390"], ["updated_at", "2020-11-20 08:41:02.298390"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:41:02.299306"], ["updated_at", "2020-11-20 08:41:02.299306"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:41:02.300135"], ["updated_at", "2020-11-20 08:41:02.300135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:41:02.300888"], ["updated_at", "2020-11-20 08:41:02.300888"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:41:02.301648"], ["updated_at", "2020-11-20 08:41:02.301648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 28.9409517931027], ["string", "Non vitae placeat incidunt ducimus."], ["date", "2020-12-29"], ["time", "2000-01-01 10:26:28.243420"], ["datetime", "2020-12-03 16:53:22.060199"], ["created_at", "2020-11-20 08:41:02.304355"], ["updated_at", "2020-11-20 08:41:02.304355"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 22], ["decimal", 8.50608094909798], ["string", "Tenetur atque quia in eum."], ["date", "2020-12-23"], ["time", "2000-01-01 09:45:06.364060"], ["datetime", "2020-11-15 20:06:45.407140"], ["created_at", "2020-11-20 08:41:02.307293"], ["updated_at", "2020-11-20 08:41:02.307293"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 30.0771962951431], ["string", "Ullam dolorem non in molestias occaecati."], ["date", "2020-11-17"], ["time", "2000-01-01 02:10:34.227593"], ["datetime", "2020-10-27 07:05:46.848316"], ["created_at", "2020-11-20 08:41:02.310248"], ["updated_at", "2020-11-20 08:41:02.310248"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 28], ["decimal", 17.6518610311297], ["string", "Fugit sit nihil."], ["date", "2020-11-26"], ["time", "2000-01-01 09:53:06.715523"], ["datetime", "2020-12-17 14:15:16.439008"], ["created_at", "2020-11-20 08:41:02.313403"], ["updated_at", "2020-11-20 08:41:02.313403"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 9.96272460247931], ["string", "Dolore fugiat sit distinctio."], ["date", "2020-10-17"], ["time", "2000-01-01 08:40:02.337798"], ["datetime", "2020-12-25 18:09:20.749997"], ["created_at", "2020-11-20 08:41:02.316787"], ["updated_at", "2020-11-20 08:41:02.316787"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 32.9686276862549], ["string", "Error facilis unde optio."], ["created_at", "2020-11-20 08:41:02.319671"], ["updated_at", "2020-11-20 08:41:02.319671"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 3.10831523540498], ["string", "Ut autem ipsum quam sit."], ["created_at", "2020-11-20 08:41:02.322055"], ["updated_at", "2020-11-20 08:41:02.322055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 24.1043258294885], ["string", "Enim quo consequatur ducimus fugit."], ["created_at", "2020-11-20 08:41:02.324379"], ["updated_at", "2020-11-20 08:41:02.324379"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 9.97879722363705], ["string", "Sint perspiciatis consectetur hic consequatur."], ["created_at", "2020-11-20 08:41:02.326877"], ["updated_at", "2020-11-20 08:41:02.326877"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 14.0629812222976], ["string", "Nesciunt eum molestias."], ["created_at", "2020-11-20 08:41:02.329711"], ["updated_at", "2020-11-20 08:41:02.329711"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-20 08:41:02.331526"], ["updated_at", "2020-11-20 08:41:02.331526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-20 08:41:02.333244"], ["updated_at", "2020-11-20 08:41:02.333244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-20 08:41:02.334772"], ["updated_at", "2020-11-20 08:41:02.334772"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-20 08:41:02.336148"], ["updated_at", "2020-11-20 08:41:02.336148"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-20 08:41:02.337578"], ["updated_at", "2020-11-20 08:41:02.337578"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 10], ["created_at", "2020-11-20 08:41:02.339596"], ["updated_at", "2020-11-20 08:41:02.339596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-20 08:41:02.341550"], ["updated_at", "2020-11-20 08:41:02.341550"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-20 08:41:02.344395"], ["updated_at", "2020-11-20 08:41:02.344395"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 8], ["created_at", "2020-11-20 08:41:02.346851"], ["updated_at", "2020-11-20 08:41:02.346851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 9], ["created_at", "2020-11-20 08:41:02.348974"], ["updated_at", "2020-11-20 08:41:02.348974"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-20 08:41:02.350662"], ["updated_at", "2020-11-20 08:41:02.350662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-20 08:41:02.352216"], ["updated_at", "2020-11-20 08:41:02.352216"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-20 08:41:02.353701"], ["updated_at", "2020-11-20 08:41:02.353701"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-20 08:41:02.355053"], ["updated_at", "2020-11-20 08:41:02.355053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-20 08:41:02.356421"], ["updated_at", "2020-11-20 08:41:02.356421"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.357283"], ["updated_at", "2020-11-20 08:41:02.357283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.358081"], ["updated_at", "2020-11-20 08:41:02.358081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.359234"], ["updated_at", "2020-11-20 08:41:02.359234"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.360455"], ["updated_at", "2020-11-20 08:41:02.360455"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.361603"], ["updated_at", "2020-11-20 08:41:02.361603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:41:02.363020"], ["updated_at", "2020-11-20 08:41:02.363020"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:41:02.364347"], ["updated_at", "2020-11-20 08:41:02.364347"], ["india_id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:41:02.365785"], ["updated_at", "2020-11-20 08:41:02.365785"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:41:02.367137"], ["updated_at", "2020-11-20 08:41:02.367137"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:41:02.368400"], ["updated_at", "2020-11-20 08:41:02.368400"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-20 08:41:02.369847"], ["updated_at", "2020-11-20 08:41:02.369847"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-20 08:41:02.371526"], ["updated_at", "2020-11-20 08:41:02.371526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-20 08:41:02.372915"], ["updated_at", "2020-11-20 08:41:02.372915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-20 08:41:02.374188"], ["updated_at", "2020-11-20 08:41:02.374188"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-20 08:41:02.375801"], ["updated_at", "2020-11-20 08:41:02.375801"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.389987"], ["updated_at", "2020-11-20 08:41:02.389987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.390886"], ["updated_at", "2020-11-20 08:41:02.390886"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.391689"], ["updated_at", "2020-11-20 08:41:02.391689"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.392778"], ["updated_at", "2020-11-20 08:41:02.392778"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.393916"], ["updated_at", "2020-11-20 08:41:02.393916"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:41:02.395131"], ["updated_at", "2020-11-20 08:41:02.395131"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:41:02.396053"], ["updated_at", "2020-11-20 08:41:02.396053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:41:02.396842"], ["updated_at", "2020-11-20 08:41:02.396842"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:41:02.397591"], ["updated_at", "2020-11-20 08:41:02.397591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:41:02.398349"], ["updated_at", "2020-11-20 08:41:02.398349"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 34], ["decimal", 10.3960473648376], ["string", "Doloribus et voluptatem sed quia et."], ["date", "2020-12-13"], ["time", "2000-01-01 02:48:40.970380"], ["datetime", "2020-12-22 20:07:57.560383"], ["created_at", "2020-11-20 08:41:02.400778"], ["updated_at", "2020-11-20 08:41:02.400778"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 0.362934529107099], ["string", "Velit accusantium animi veniam."], ["date", "2020-11-02"], ["time", "2000-01-01 14:06:13.986348"], ["datetime", "2020-10-22 18:33:33.072696"], ["created_at", "2020-11-20 08:41:02.403380"], ["updated_at", "2020-11-20 08:41:02.403380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 27.0690984916512], ["string", "Totam provident aut."], ["date", "2020-12-04"], ["time", "2000-01-01 01:44:06.267171"], ["datetime", "2020-11-23 01:53:00.276923"], ["created_at", "2020-11-20 08:41:02.405899"], ["updated_at", "2020-11-20 08:41:02.405899"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 24], ["decimal", 0.146034572444357], ["string", "Voluptatem quibusdam quis adipisci rem."], ["date", "2020-12-18"], ["time", "2000-01-01 12:29:26.737481"], ["datetime", "2020-12-04 13:01:21.833726"], ["created_at", "2020-11-20 08:41:02.408459"], ["updated_at", "2020-11-20 08:41:02.408459"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 1.49024670517064], ["string", "Ut a aut in quae cupiditate."], ["date", "2020-11-17"], ["time", "2000-01-01 02:06:58.052129"], ["datetime", "2020-11-08 00:40:34.006475"], ["created_at", "2020-11-20 08:41:02.412790"], ["updated_at", "2020-11-20 08:41:02.412790"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1030], ["decimal", 4.71075787948108], ["string", "Est laborum iure."], ["created_at", "2020-11-20 08:41:02.415671"], ["updated_at", "2020-11-20 08:41:02.415671"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1019], ["decimal", 1.3990126951822], ["string", "Quis aut et dolorem."], ["created_at", "2020-11-20 08:41:02.417972"], ["updated_at", "2020-11-20 08:41:02.417972"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 5.64530450897205], ["string", "Eius inventore voluptatem eligendi quibusdam."], ["created_at", "2020-11-20 08:41:02.420126"], ["updated_at", "2020-11-20 08:41:02.420126"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 6.98992155237622], ["string", "Qui qui facere suscipit et."], ["created_at", "2020-11-20 08:41:02.422686"], ["updated_at", "2020-11-20 08:41:02.422686"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 9.35678776612955], ["string", "Eius itaque hic sed quia cum."], ["created_at", "2020-11-20 08:41:02.425465"], ["updated_at", "2020-11-20 08:41:02.425465"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-20 08:41:02.428064"], ["updated_at", "2020-11-20 08:41:02.428064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-20 08:41:02.429633"], ["updated_at", "2020-11-20 08:41:02.429633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-20 08:41:02.430953"], ["updated_at", "2020-11-20 08:41:02.430953"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-20 08:41:02.432277"], ["updated_at", "2020-11-20 08:41:02.432277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-20 08:41:02.433654"], ["updated_at", "2020-11-20 08:41:02.433654"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 15], ["created_at", "2020-11-20 08:41:02.435448"], ["updated_at", "2020-11-20 08:41:02.435448"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 9], ["created_at", "2020-11-20 08:41:02.437162"], ["updated_at", "2020-11-20 08:41:02.437162"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 13], ["created_at", "2020-11-20 08:41:02.438898"], ["updated_at", "2020-11-20 08:41:02.438898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 7], ["created_at", "2020-11-20 08:41:02.440610"], ["updated_at", "2020-11-20 08:41:02.440610"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 11], ["created_at", "2020-11-20 08:41:02.442757"], ["updated_at", "2020-11-20 08:41:02.442757"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 15], ["created_at", "2020-11-20 08:41:02.445148"], ["updated_at", "2020-11-20 08:41:02.445148"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-20 08:41:02.446653"], ["updated_at", "2020-11-20 08:41:02.446653"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-20 08:41:02.448184"], ["updated_at", "2020-11-20 08:41:02.448184"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-20 08:41:02.449618"], ["updated_at", "2020-11-20 08:41:02.449618"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-20 08:41:02.450907"], ["updated_at", "2020-11-20 08:41:02.450907"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.451711"], ["updated_at", "2020-11-20 08:41:02.451711"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.452463"], ["updated_at", "2020-11-20 08:41:02.452463"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.453230"], ["updated_at", "2020-11-20 08:41:02.453230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.453989"], ["updated_at", "2020-11-20 08:41:02.453989"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.454697"], ["updated_at", "2020-11-20 08:41:02.454697"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:41:02.456021"], ["updated_at", "2020-11-20 08:41:02.456021"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:41:02.457234"], ["updated_at", "2020-11-20 08:41:02.457234"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:41:02.458517"], ["updated_at", "2020-11-20 08:41:02.458517"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:41:02.460398"], ["updated_at", "2020-11-20 08:41:02.460398"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-20 08:41:02.462073"], ["updated_at", "2020-11-20 08:41:02.462073"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-20 08:41:02.463408"], ["updated_at", "2020-11-20 08:41:02.463408"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-20 08:41:02.464735"], ["updated_at", "2020-11-20 08:41:02.464735"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-20 08:41:02.466028"], ["updated_at", "2020-11-20 08:41:02.466028"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-20 08:41:02.467285"], ["updated_at", "2020-11-20 08:41:02.467285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-20 08:41:02.468494"], ["updated_at", "2020-11-20 08:41:02.468494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.483086"], ["updated_at", "2020-11-20 08:41:02.483086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.484025"], ["updated_at", "2020-11-20 08:41:02.484025"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.484729"], ["updated_at", "2020-11-20 08:41:02.484729"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.485552"], ["updated_at", "2020-11-20 08:41:02.485552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-20 08:41:02.486278"], ["updated_at", "2020-11-20 08:41:02.486278"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:41:02.487006"], ["updated_at", "2020-11-20 08:41:02.487006"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:41:02.487740"], ["updated_at", "2020-11-20 08:41:02.487740"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:41:02.488431"], ["updated_at", "2020-11-20 08:41:02.488431"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:41:02.489121"], ["updated_at", "2020-11-20 08:41:02.489121"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-20 08:41:02.489857"], ["updated_at", "2020-11-20 08:41:02.489857"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.1ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.5ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.5ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 28.5555533542585], ["string", "Modi quia corporis voluptatem."], ["date", "2020-11-23"], ["time", "2000-01-01 03:54:59.277304"], ["datetime", "2020-10-13 17:21:31.088972"], ["created_at", "2020-11-21 08:51:21.974973"], ["updated_at", "2020-11-21 08:51:21.974973"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 4.32555489646829], ["string", "Ab quaerat est aut voluptatem."], ["date", "2020-12-26"], ["time", "2000-01-01 12:36:23.426915"], ["datetime", "2020-11-19 04:49:14.510933"], ["created_at", "2020-11-21 08:51:21.978169"], ["updated_at", "2020-11-21 08:51:21.978169"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 19.9074719570015], ["string", "Perferendis nostrum blanditiis accusamus consectetur."], ["date", "2020-10-19"], ["time", "2000-01-01 22:45:35.913355"], ["datetime", "2020-10-31 13:56:36.822118"], ["created_at", "2020-11-21 08:51:21.980744"], ["updated_at", "2020-11-21 08:51:21.980744"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 13.5522481980759], ["string", "Rerum laborum quibusdam porro ea."], ["date", "2020-11-08"], ["time", "2000-01-01 05:06:18.562322"], ["datetime", "2020-10-24 18:35:36.497919"], ["created_at", "2020-11-21 08:51:21.983299"], ["updated_at", "2020-11-21 08:51:21.983299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 4.84136231394401], ["string", "Aliquid beatae vel."], ["date", "2020-10-19"], ["time", "2000-01-01 18:56:53.718547"], ["datetime", "2020-11-22 06:02:09.929562"], ["created_at", "2020-11-21 08:51:21.986006"], ["updated_at", "2020-11-21 08:51:21.986006"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 6.7666027843609], ["string", "Eos magni est non omnis."], ["created_at", "2020-11-21 08:51:21.992892"], ["updated_at", "2020-11-21 08:51:21.992892"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 36.5515661244892], ["string", "Dolores est dolorem a accusantium earum."], ["created_at", "2020-11-21 08:51:21.995083"], ["updated_at", "2020-11-21 08:51:21.995083"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 6.23495088831474], ["string", "Et aspernatur maiores qui vitae."], ["created_at", "2020-11-21 08:51:21.997060"], ["updated_at", "2020-11-21 08:51:21.997060"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 27.9708326590448], ["string", "Rerum aut accusamus voluptatibus recusandae."], ["created_at", "2020-11-21 08:51:21.999005"], ["updated_at", "2020-11-21 08:51:21.999005"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 4.37218101838908], ["string", "Et laboriosam quo."], ["created_at", "2020-11-21 08:51:22.000838"], ["updated_at", "2020-11-21 08:51:22.000838"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 08:51:22.007507"], ["updated_at", "2020-11-21 08:51:22.007507"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 08:51:22.008906"], ["updated_at", "2020-11-21 08:51:22.008906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 08:51:22.010143"], ["updated_at", "2020-11-21 08:51:22.010143"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 08:51:22.011314"], ["updated_at", "2020-11-21 08:51:22.011314"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 08:51:22.013232"], ["updated_at", "2020-11-21 08:51:22.013232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-21 08:51:22.022061"], ["updated_at", "2020-11-21 08:51:22.022061"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-21 08:51:22.024676"], ["updated_at", "2020-11-21 08:51:22.024676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-21 08:51:22.026704"], ["updated_at", "2020-11-21 08:51:22.026704"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-21 08:51:22.028534"], ["updated_at", "2020-11-21 08:51:22.028534"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-21 08:51:22.030172"], ["updated_at", "2020-11-21 08:51:22.030172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 08:51:22.035140"], ["updated_at", "2020-11-21 08:51:22.035140"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 08:51:22.036495"], ["updated_at", "2020-11-21 08:51:22.036495"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 08:51:22.037660"], ["updated_at", "2020-11-21 08:51:22.037660"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 08:51:22.038760"], ["updated_at", "2020-11-21 08:51:22.038760"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 08:51:22.039867"], ["updated_at", "2020-11-21 08:51:22.039867"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.045219"], ["updated_at", "2020-11-21 08:51:22.045219"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.045938"], ["updated_at", "2020-11-21 08:51:22.045938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.046559"], ["updated_at", "2020-11-21 08:51:22.046559"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.047171"], ["updated_at", "2020-11-21 08:51:22.047171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.047776"], ["updated_at", "2020-11-21 08:51:22.047776"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.052269"], ["updated_at", "2020-11-21 08:51:22.052269"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.053529"], ["updated_at", "2020-11-21 08:51:22.053529"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.054711"], ["updated_at", "2020-11-21 08:51:22.054711"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.055804"], ["updated_at", "2020-11-21 08:51:22.055804"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.056921"], ["updated_at", "2020-11-21 08:51:22.056921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 08:51:22.060823"], ["updated_at", "2020-11-21 08:51:22.060823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 08:51:22.062010"], ["updated_at", "2020-11-21 08:51:22.062010"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 08:51:22.063086"], ["updated_at", "2020-11-21 08:51:22.063086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 08:51:22.064191"], ["updated_at", "2020-11-21 08:51:22.064191"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 08:51:22.065373"], ["updated_at", "2020-11-21 08:51:22.065373"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.083703"], ["updated_at", "2020-11-21 08:51:22.083703"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.084671"], ["updated_at", "2020-11-21 08:51:22.084671"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.085697"], ["updated_at", "2020-11-21 08:51:22.085697"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.086363"], ["updated_at", "2020-11-21 08:51:22.086363"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.087139"], ["updated_at", "2020-11-21 08:51:22.087139"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 08:51:22.090267"], ["updated_at", "2020-11-21 08:51:22.090267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 08:51:22.091015"], ["updated_at", "2020-11-21 08:51:22.091015"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 08:51:22.091653"], ["updated_at", "2020-11-21 08:51:22.091653"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 08:51:22.092277"], ["updated_at", "2020-11-21 08:51:22.092277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 08:51:22.093007"], ["updated_at", "2020-11-21 08:51:22.093007"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 39.0371326865889], ["string", "Praesentium asperiores est natus."], ["date", "2020-12-28"], ["time", "2000-01-01 14:18:11.283676"], ["datetime", "2020-12-07 02:12:57.646756"], ["created_at", "2020-11-21 08:51:22.095471"], ["updated_at", "2020-11-21 08:51:22.095471"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 12.7679533311314], ["string", "Eveniet aut non facilis dolores."], ["date", "2020-12-25"], ["time", "2000-01-01 00:34:01.825236"], ["datetime", "2020-11-02 14:11:48.824044"], ["created_at", "2020-11-21 08:51:22.097927"], ["updated_at", "2020-11-21 08:51:22.097927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 24.9637136781592], ["string", "Praesentium dolores tempore in ratione aut."], ["date", "2020-10-13"], ["time", "2000-01-01 23:25:02.348281"], ["datetime", "2020-10-17 05:54:31.659977"], ["created_at", "2020-11-21 08:51:22.100260"], ["updated_at", "2020-11-21 08:51:22.100260"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 9.39233579706763], ["string", "Consequatur minima voluptatem ut ullam."], ["date", "2020-12-21"], ["time", "2000-01-01 09:43:45.763006"], ["datetime", "2020-10-12 19:19:03.306768"], ["created_at", "2020-11-21 08:51:22.102553"], ["updated_at", "2020-11-21 08:51:22.102553"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 10.2454910212132], ["string", "Et nostrum a omnis maxime."], ["date", "2020-11-06"], ["time", "2000-01-01 13:31:11.727633"], ["datetime", "2020-12-02 13:37:47.599399"], ["created_at", "2020-11-21 08:51:22.104841"], ["updated_at", "2020-11-21 08:51:22.104841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 15.6127072393239], ["string", "Ex at nihil."], ["created_at", "2020-11-21 08:51:22.106981"], ["updated_at", "2020-11-21 08:51:22.106981"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 14.7742763030117], ["string", "Pariatur necessitatibus qui ut sit voluptas."], ["created_at", "2020-11-21 08:51:22.108871"], ["updated_at", "2020-11-21 08:51:22.108871"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 25.4721483364868], ["string", "Eius blanditiis architecto rerum."], ["created_at", "2020-11-21 08:51:22.111199"], ["updated_at", "2020-11-21 08:51:22.111199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1032], ["decimal", 34.1749978764343], ["string", "Et totam qui."], ["created_at", "2020-11-21 08:51:22.113226"], ["updated_at", "2020-11-21 08:51:22.113226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1040], ["decimal", 6.77223454602339], ["string", "Quas placeat rerum."], ["created_at", "2020-11-21 08:51:22.115219"], ["updated_at", "2020-11-21 08:51:22.115219"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 08:51:22.116550"], ["updated_at", "2020-11-21 08:51:22.116550"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 08:51:22.117695"], ["updated_at", "2020-11-21 08:51:22.117695"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 08:51:22.118808"], ["updated_at", "2020-11-21 08:51:22.118808"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 08:51:22.119982"], ["updated_at", "2020-11-21 08:51:22.119982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 08:51:22.121165"], ["updated_at", "2020-11-21 08:51:22.121165"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 10], ["created_at", "2020-11-21 08:51:22.122788"], ["updated_at", "2020-11-21 08:51:22.122788"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 8], ["created_at", "2020-11-21 08:51:22.124334"], ["updated_at", "2020-11-21 08:51:22.124334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-21 08:51:22.126152"], ["updated_at", "2020-11-21 08:51:22.126152"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 1], ["created_at", "2020-11-21 08:51:22.128212"], ["updated_at", "2020-11-21 08:51:22.128212"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 5], ["created_at", "2020-11-21 08:51:22.130117"], ["updated_at", "2020-11-21 08:51:22.130117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-21 08:51:22.131350"], ["updated_at", "2020-11-21 08:51:22.131350"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 08:51:22.132770"], ["updated_at", "2020-11-21 08:51:22.132770"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 08:51:22.134257"], ["updated_at", "2020-11-21 08:51:22.134257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 08:51:22.135683"], ["updated_at", "2020-11-21 08:51:22.135683"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-21 08:51:22.136893"], ["updated_at", "2020-11-21 08:51:22.136893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.137584"], ["updated_at", "2020-11-21 08:51:22.137584"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.138233"], ["updated_at", "2020-11-21 08:51:22.138233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.138841"], ["updated_at", "2020-11-21 08:51:22.138841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.139440"], ["updated_at", "2020-11-21 08:51:22.139440"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.140043"], ["updated_at", "2020-11-21 08:51:22.140043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 08:51:22.141408"], ["updated_at", "2020-11-21 08:51:22.141408"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 08:51:22.142526"], ["updated_at", "2020-11-21 08:51:22.142526"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 08:51:22.143563"], ["updated_at", "2020-11-21 08:51:22.143563"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 08:51:22.144629"], ["updated_at", "2020-11-21 08:51:22.144629"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 08:51:22.145686"], ["updated_at", "2020-11-21 08:51:22.145686"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 08:51:22.147098"], ["updated_at", "2020-11-21 08:51:22.147098"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 08:51:22.148484"], ["updated_at", "2020-11-21 08:51:22.148484"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 08:51:22.150242"], ["updated_at", "2020-11-21 08:51:22.150242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 08:51:22.151671"], ["updated_at", "2020-11-21 08:51:22.151671"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 08:51:22.152963"], ["updated_at", "2020-11-21 08:51:22.152963"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.166265"], ["updated_at", "2020-11-21 08:51:22.166265"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.167229"], ["updated_at", "2020-11-21 08:51:22.167229"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.167974"], ["updated_at", "2020-11-21 08:51:22.167974"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.168620"], ["updated_at", "2020-11-21 08:51:22.168620"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.169209"], ["updated_at", "2020-11-21 08:51:22.169209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 08:51:22.169838"], ["updated_at", "2020-11-21 08:51:22.169838"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 08:51:22.170493"], ["updated_at", "2020-11-21 08:51:22.170493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 08:51:22.171163"], ["updated_at", "2020-11-21 08:51:22.171163"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 08:51:22.171880"], ["updated_at", "2020-11-21 08:51:22.171880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 08:51:22.172616"], ["updated_at", "2020-11-21 08:51:22.172616"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 3.05896320063883], ["string", "Rerum sequi minus."], ["date", "2020-11-15"], ["time", "2000-01-01 15:45:04.862493"], ["datetime", "2020-11-11 00:52:47.974635"], ["created_at", "2020-11-21 08:51:22.175399"], ["updated_at", "2020-11-21 08:51:22.175399"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 9.68092533456038], ["string", "Eum sint autem deleniti nihil nam."], ["date", "2020-12-19"], ["time", "2000-01-01 18:37:17.477195"], ["datetime", "2020-11-18 06:02:28.813991"], ["created_at", "2020-11-21 08:51:22.179000"], ["updated_at", "2020-11-21 08:51:22.179000"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 24], ["decimal", 3.96036701927143], ["string", "Impedit et saepe id."], ["date", "2020-11-24"], ["time", "2000-01-01 12:15:59.034318"], ["datetime", "2020-11-08 15:19:15.097610"], ["created_at", "2020-11-21 08:51:22.182534"], ["updated_at", "2020-11-21 08:51:22.182534"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 6.70871386782078], ["string", "Quaerat cumque eum."], ["date", "2020-11-12"], ["time", "2000-01-01 13:39:25.275289"], ["datetime", "2020-12-09 16:33:44.509669"], ["created_at", "2020-11-21 08:51:22.185577"], ["updated_at", "2020-11-21 08:51:22.185577"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 21.1087928845846], ["string", "Vero fugiat facilis similique ut."], ["date", "2020-11-16"], ["time", "2000-01-01 12:26:21.194552"], ["datetime", "2020-11-16 03:24:18.766984"], ["created_at", "2020-11-21 08:51:22.188729"], ["updated_at", "2020-11-21 08:51:22.188729"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1020], ["decimal", 2.86106236594352], ["string", "Illum eos aliquid sit."], ["created_at", "2020-11-21 08:51:22.191771"], ["updated_at", "2020-11-21 08:51:22.191771"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1028], ["decimal", 16.1026918421769], ["string", "Error quia ducimus quo quia sint."], ["created_at", "2020-11-21 08:51:22.194438"], ["updated_at", "2020-11-21 08:51:22.194438"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1027], ["decimal", 10.9142541248299], ["string", "Voluptatum laudantium est et numquam et."], ["created_at", "2020-11-21 08:51:22.210908"], ["updated_at", "2020-11-21 08:51:22.210908"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 2.46851792485003], ["string", "Enim sit et suscipit qui quisquam."], ["created_at", "2020-11-21 08:51:22.214639"], ["updated_at", "2020-11-21 08:51:22.214639"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 2.05629256955528], ["string", "Qui rerum quos."], ["created_at", "2020-11-21 08:51:22.217762"], ["updated_at", "2020-11-21 08:51:22.217762"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 08:51:22.219872"], ["updated_at", "2020-11-21 08:51:22.219872"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-21 08:51:22.221569"], ["updated_at", "2020-11-21 08:51:22.221569"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 08:51:22.223234"], ["updated_at", "2020-11-21 08:51:22.223234"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 08:51:22.225023"], ["updated_at", "2020-11-21 08:51:22.225023"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-21 08:51:22.226749"], ["updated_at", "2020-11-21 08:51:22.226749"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 13], ["created_at", "2020-11-21 08:51:22.229513"], ["updated_at", "2020-11-21 08:51:22.229513"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 5], ["created_at", "2020-11-21 08:51:22.231859"], ["updated_at", "2020-11-21 08:51:22.231859"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 1], ["created_at", "2020-11-21 08:51:22.234370"], ["updated_at", "2020-11-21 08:51:22.234370"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 13], ["created_at", "2020-11-21 08:51:22.237189"], ["updated_at", "2020-11-21 08:51:22.237189"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 1], ["created_at", "2020-11-21 08:51:22.239397"], ["updated_at", "2020-11-21 08:51:22.239397"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 08:51:22.241170"], ["updated_at", "2020-11-21 08:51:22.241170"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-21 08:51:22.242894"], ["updated_at", "2020-11-21 08:51:22.242894"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-21 08:51:22.244343"], ["updated_at", "2020-11-21 08:51:22.244343"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 08:51:22.246003"], ["updated_at", "2020-11-21 08:51:22.246003"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 08:51:22.247702"], ["updated_at", "2020-11-21 08:51:22.247702"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.248658"], ["updated_at", "2020-11-21 08:51:22.248658"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.249580"], ["updated_at", "2020-11-21 08:51:22.249580"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.250499"], ["updated_at", "2020-11-21 08:51:22.250499"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.251441"], ["updated_at", "2020-11-21 08:51:22.251441"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.252246"], ["updated_at", "2020-11-21 08:51:22.252246"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 08:51:22.253938"], ["updated_at", "2020-11-21 08:51:22.253938"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 08:51:22.255442"], ["updated_at", "2020-11-21 08:51:22.255442"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 08:51:22.257043"], ["updated_at", "2020-11-21 08:51:22.257043"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 08:51:22.258486"], ["updated_at", "2020-11-21 08:51:22.258486"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 08:51:22.259820"], ["updated_at", "2020-11-21 08:51:22.259820"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-21 08:51:22.261378"], ["updated_at", "2020-11-21 08:51:22.261378"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 08:51:22.262841"], ["updated_at", "2020-11-21 08:51:22.262841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 08:51:22.264120"], ["updated_at", "2020-11-21 08:51:22.264120"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 08:51:22.265523"], ["updated_at", "2020-11-21 08:51:22.265523"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-21 08:51:22.267513"], ["updated_at", "2020-11-21 08:51:22.267513"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.282473"], ["updated_at", "2020-11-21 08:51:22.282473"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.283418"], ["updated_at", "2020-11-21 08:51:22.283418"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.284141"], ["updated_at", "2020-11-21 08:51:22.284141"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.284839"], ["updated_at", "2020-11-21 08:51:22.284839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.285524"], ["updated_at", "2020-11-21 08:51:22.285524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 08:51:22.286272"], ["updated_at", "2020-11-21 08:51:22.286272"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 08:51:22.287006"], ["updated_at", "2020-11-21 08:51:22.287006"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 08:51:22.287741"], ["updated_at", "2020-11-21 08:51:22.287741"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 08:51:22.288642"], ["updated_at", "2020-11-21 08:51:22.288642"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 08:51:22.289373"], ["updated_at", "2020-11-21 08:51:22.289373"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 5.3668053576631], ["string", "Vero veniam et consectetur consequatur nobis."], ["date", "2020-10-24"], ["time", "2000-01-01 18:30:00.561085"], ["datetime", "2020-12-04 03:34:44.054279"], ["created_at", "2020-11-21 08:51:22.321981"], ["updated_at", "2020-11-21 08:51:22.321981"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 2.93674389281215], ["string", "Voluptatem architecto omnis dolore quidem."], ["date", "2020-11-10"], ["time", "2000-01-01 15:00:46.753949"], ["datetime", "2021-01-01 13:37:16.802982"], ["created_at", "2020-11-21 08:51:22.325161"], ["updated_at", "2020-11-21 08:51:22.325161"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 2.22496923430269], ["string", "Sequi cum porro fuga quaerat."], ["date", "2020-10-13"], ["time", "2000-01-01 01:25:32.305266"], ["datetime", "2020-10-29 09:23:42.376122"], ["created_at", "2020-11-21 08:51:22.329997"], ["updated_at", "2020-11-21 08:51:22.329997"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 28.1343230003437], ["string", "Odio ut ad libero."], ["date", "2020-10-15"], ["time", "2000-01-01 18:35:08.925569"], ["datetime", "2020-12-31 10:10:51.724791"], ["created_at", "2020-11-21 08:51:22.335330"], ["updated_at", "2020-11-21 08:51:22.335330"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 19.1704028006248], ["string", "Sint voluptas et vitae."], ["date", "2020-10-20"], ["time", "2000-01-01 02:48:22.124464"], ["datetime", "2020-12-19 08:52:44.631154"], ["created_at", "2020-11-21 08:51:22.339114"], ["updated_at", "2020-11-21 08:51:22.339114"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 3.38812042772134], ["string", "Totam voluptatem nam nisi assumenda consequatur."], ["date", "2020-10-30"], ["time", "2000-01-01 05:33:45.142285"], ["datetime", "2020-12-28 22:41:02.921404"], ["created_at", "2020-11-21 08:51:22.342945"], ["updated_at", "2020-11-21 08:51:22.342945"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.346336"], ["updated_at", "2020-11-21 08:51:22.346336"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 8.56035208950703], ["string", "Non libero dolorem quia est."], ["date", "2020-12-01"], ["time", "2000-01-01 18:29:26.555791"], ["datetime", "2020-11-10 00:20:07.464289"], ["created_at", "2020-11-21 08:51:22.376008"], ["updated_at", "2020-11-21 08:51:22.376008"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 5.08791583157732], ["string", "Consectetur dolores dolorum."], ["date", "2020-11-14"], ["time", "2000-01-01 13:04:25.256630"], ["datetime", "2020-12-06 10:44:35.894069"], ["created_at", "2020-11-21 08:51:22.379346"], ["updated_at", "2020-11-21 08:51:22.379346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 14.0623422445976], ["string", "Eos ipsa in omnis blanditiis id."], ["date", "2020-11-15"], ["time", "2000-01-01 17:58:35.847531"], ["datetime", "2020-11-17 01:08:57.913551"], ["created_at", "2020-11-21 08:51:22.382793"], ["updated_at", "2020-11-21 08:51:22.382793"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 5.24488435893227], ["string", "Dolorem quia in sed."], ["date", "2020-11-05"], ["time", "2000-01-01 04:03:21.622699"], ["datetime", "2020-11-17 13:42:07.916759"], ["created_at", "2020-11-21 08:51:22.386192"], ["updated_at", "2020-11-21 08:51:22.386192"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 4.93847134506957], ["string", "Et corporis voluptas aspernatur enim blanditiis."], ["date", "2020-11-07"], ["time", "2000-01-01 12:42:05.241395"], ["datetime", "2020-12-25 07:37:14.971177"], ["created_at", "2020-11-21 08:51:22.389488"], ["updated_at", "2020-11-21 08:51:22.389488"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 19.4176409521974], ["string", "Qui reiciendis possimus nihil occaecati."], ["created_at", "2020-11-21 08:51:22.392502"], ["updated_at", "2020-11-21 08:51:22.392502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 26.5435224117575], ["string", "Reprehenderit ut mollitia omnis."], ["created_at", "2020-11-21 08:51:22.395339"], ["updated_at", "2020-11-21 08:51:22.395339"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 5.16946175025406], ["string", "Quo commodi quam."], ["created_at", "2020-11-21 08:51:22.398249"], ["updated_at", "2020-11-21 08:51:22.398249"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 3.40881899594245], ["string", "Ut ipsum saepe ut."], ["created_at", "2020-11-21 08:51:22.401296"], ["updated_at", "2020-11-21 08:51:22.401296"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 15.9372942037483], ["string", "Veritatis id aliquam."], ["created_at", "2020-11-21 08:51:22.405238"], ["updated_at", "2020-11-21 08:51:22.405238"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 08:51:22.407329"], ["updated_at", "2020-11-21 08:51:22.407329"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 08:51:22.408932"], ["updated_at", "2020-11-21 08:51:22.408932"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 08:51:22.410435"], ["updated_at", "2020-11-21 08:51:22.410435"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 08:51:22.412007"], ["updated_at", "2020-11-21 08:51:22.412007"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 08:51:22.413682"], ["updated_at", "2020-11-21 08:51:22.413682"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-21 08:51:22.416042"], ["updated_at", "2020-11-21 08:51:22.416042"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-21 08:51:22.418219"], ["updated_at", "2020-11-21 08:51:22.418219"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-21 08:51:22.420143"], ["updated_at", "2020-11-21 08:51:22.420143"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-21 08:51:22.422030"], ["updated_at", "2020-11-21 08:51:22.422030"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-21 08:51:22.423901"], ["updated_at", "2020-11-21 08:51:22.423901"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 08:51:22.425477"], ["updated_at", "2020-11-21 08:51:22.425477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 08:51:22.427089"], ["updated_at", "2020-11-21 08:51:22.427089"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 08:51:22.428511"], ["updated_at", "2020-11-21 08:51:22.428511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 08:51:22.429828"], ["updated_at", "2020-11-21 08:51:22.429828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 08:51:22.431155"], ["updated_at", "2020-11-21 08:51:22.431155"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.432025"], ["updated_at", "2020-11-21 08:51:22.432025"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.432854"], ["updated_at", "2020-11-21 08:51:22.432854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.433560"], ["updated_at", "2020-11-21 08:51:22.433560"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.434471"], ["updated_at", "2020-11-21 08:51:22.434471"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.435375"], ["updated_at", "2020-11-21 08:51:22.435375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.437027"], ["updated_at", "2020-11-21 08:51:22.437027"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.438814"], ["updated_at", "2020-11-21 08:51:22.438814"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.440350"], ["updated_at", "2020-11-21 08:51:22.440350"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.441838"], ["updated_at", "2020-11-21 08:51:22.441838"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.443214"], ["updated_at", "2020-11-21 08:51:22.443214"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 08:51:22.444599"], ["updated_at", "2020-11-21 08:51:22.444599"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 08:51:22.445938"], ["updated_at", "2020-11-21 08:51:22.445938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 08:51:22.447306"], ["updated_at", "2020-11-21 08:51:22.447306"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 08:51:22.448631"], ["updated_at", "2020-11-21 08:51:22.448631"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 08:51:22.450163"], ["updated_at", "2020-11-21 08:51:22.450163"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.463212"], ["updated_at", "2020-11-21 08:51:22.463212"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.464175"], ["updated_at", "2020-11-21 08:51:22.464175"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.465041"], ["updated_at", "2020-11-21 08:51:22.465041"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.465965"], ["updated_at", "2020-11-21 08:51:22.465965"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.466847"], ["updated_at", "2020-11-21 08:51:22.466847"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 08:51:22.467753"], ["updated_at", "2020-11-21 08:51:22.467753"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 08:51:22.468520"], ["updated_at", "2020-11-21 08:51:22.468520"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 08:51:22.469306"], ["updated_at", "2020-11-21 08:51:22.469306"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 08:51:22.470081"], ["updated_at", "2020-11-21 08:51:22.470081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 08:51:22.470829"], ["updated_at", "2020-11-21 08:51:22.470829"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 8.25488558628218], ["string", "Ut provident adipisci in."], ["date", "2020-12-12"], ["time", "2000-01-01 09:49:34.977770"], ["datetime", "2020-12-21 21:54:06.348795"], ["created_at", "2020-11-21 08:51:22.473451"], ["updated_at", "2020-11-21 08:51:22.473451"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 18], ["decimal", 31.3340751078683], ["string", "Quo quisquam sit et."], ["date", "2020-10-31"], ["time", "2000-01-01 18:18:38.048297"], ["datetime", "2020-11-15 19:58:28.239820"], ["created_at", "2020-11-21 08:51:22.476375"], ["updated_at", "2020-11-21 08:51:22.476375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 20.1089099005675], ["string", "Voluptas nobis molestiae maxime quia."], ["date", "2020-11-07"], ["time", "2000-01-01 12:11:17.346857"], ["datetime", "2020-11-21 22:18:52.829180"], ["created_at", "2020-11-21 08:51:22.479139"], ["updated_at", "2020-11-21 08:51:22.479139"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 11.458869150362], ["string", "Voluptatibus aspernatur veniam."], ["date", "2020-12-01"], ["time", "2000-01-01 14:14:33.192316"], ["datetime", "2020-12-05 00:32:19.519388"], ["created_at", "2020-11-21 08:51:22.481932"], ["updated_at", "2020-11-21 08:51:22.481932"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 8.45662957294853], ["string", "Dolore laudantium pariatur corporis voluptates."], ["date", "2020-10-30"], ["time", "2000-01-01 02:19:23.665759"], ["datetime", "2020-11-19 14:12:09.762291"], ["created_at", "2020-11-21 08:51:22.486795"], ["updated_at", "2020-11-21 08:51:22.486795"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 25.5368625031172], ["string", "Sunt distinctio illum ut aut quisquam."], ["created_at", "2020-11-21 08:51:22.491894"], ["updated_at", "2020-11-21 08:51:22.491894"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 0.147012734385451], ["string", "Quidem aut ad eligendi."], ["created_at", "2020-11-21 08:51:22.496555"], ["updated_at", "2020-11-21 08:51:22.496555"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 4.98198653916861], ["string", "Quia numquam quaerat."], ["created_at", "2020-11-21 08:51:22.501389"], ["updated_at", "2020-11-21 08:51:22.501389"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1030], ["decimal", 16.1729801328139], ["string", "Soluta at qui repellat dignissimos."], ["created_at", "2020-11-21 08:51:22.506043"], ["updated_at", "2020-11-21 08:51:22.506043"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 11.7593448701368], ["string", "Consectetur reiciendis molestias."], ["created_at", "2020-11-21 08:51:22.511155"], ["updated_at", "2020-11-21 08:51:22.511155"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-21 08:51:22.514277"], ["updated_at", "2020-11-21 08:51:22.514277"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-21 08:51:22.517130"], ["updated_at", "2020-11-21 08:51:22.517130"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 08:51:22.520091"], ["updated_at", "2020-11-21 08:51:22.520091"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 08:51:22.522680"], ["updated_at", "2020-11-21 08:51:22.522680"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-21 08:51:22.524893"], ["updated_at", "2020-11-21 08:51:22.524893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.3ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 9], ["created_at", "2020-11-21 08:51:22.527658"], ["updated_at", "2020-11-21 08:51:22.527658"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 7], ["created_at", "2020-11-21 08:51:22.531481"], ["updated_at", "2020-11-21 08:51:22.531481"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-21 08:51:22.533798"], ["updated_at", "2020-11-21 08:51:22.533798"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 7], ["created_at", "2020-11-21 08:51:22.535953"], ["updated_at", "2020-11-21 08:51:22.535953"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 10], ["created_at", "2020-11-21 08:51:22.537922"], ["updated_at", "2020-11-21 08:51:22.537922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 08:51:22.539566"], ["updated_at", "2020-11-21 08:51:22.539566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 08:51:22.541248"], ["updated_at", "2020-11-21 08:51:22.541248"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 08:51:22.542832"], ["updated_at", "2020-11-21 08:51:22.542832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-21 08:51:22.544338"], ["updated_at", "2020-11-21 08:51:22.544338"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 08:51:22.545664"], ["updated_at", "2020-11-21 08:51:22.545664"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.546473"], ["updated_at", "2020-11-21 08:51:22.546473"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.547387"], ["updated_at", "2020-11-21 08:51:22.547387"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.548117"], ["updated_at", "2020-11-21 08:51:22.548117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.548953"], ["updated_at", "2020-11-21 08:51:22.548953"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.549870"], ["updated_at", "2020-11-21 08:51:22.549870"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 08:51:22.551475"], ["updated_at", "2020-11-21 08:51:22.551475"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 08:51:22.552999"], ["updated_at", "2020-11-21 08:51:22.552999"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 08:51:22.554431"], ["updated_at", "2020-11-21 08:51:22.554431"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 08:51:22.555894"], ["updated_at", "2020-11-21 08:51:22.555894"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 08:51:22.557119"], ["updated_at", "2020-11-21 08:51:22.557119"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 08:51:22.558607"], ["updated_at", "2020-11-21 08:51:22.558607"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 08:51:22.560029"], ["updated_at", "2020-11-21 08:51:22.560029"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 08:51:22.574620"], ["updated_at", "2020-11-21 08:51:22.574620"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 08:51:22.576467"], ["updated_at", "2020-11-21 08:51:22.576467"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 08:51:22.578186"], ["updated_at", "2020-11-21 08:51:22.578186"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.596893"], ["updated_at", "2020-11-21 08:51:22.596893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.598069"], ["updated_at", "2020-11-21 08:51:22.598069"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.599049"], ["updated_at", "2020-11-21 08:51:22.599049"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.600085"], ["updated_at", "2020-11-21 08:51:22.600085"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.600957"], ["updated_at", "2020-11-21 08:51:22.600957"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 08:51:22.601867"], ["updated_at", "2020-11-21 08:51:22.601867"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 08:51:22.602813"], ["updated_at", "2020-11-21 08:51:22.602813"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 08:51:22.603628"], ["updated_at", "2020-11-21 08:51:22.603628"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 08:51:22.604427"], ["updated_at", "2020-11-21 08:51:22.604427"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 08:51:22.605216"], ["updated_at", "2020-11-21 08:51:22.605216"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 42], ["decimal", 8.39816288219934], ["string", "Ipsum omnis eveniet."], ["date", "2020-11-27"], ["time", "2000-01-01 05:38:13.672834"], ["datetime", "2020-10-13 15:56:51.273621"], ["created_at", "2020-11-21 08:51:22.607914"], ["updated_at", "2020-11-21 08:51:22.607914"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 30.0868083148092], ["string", "Nihil aut amet ad."], ["date", "2020-12-14"], ["time", "2000-01-01 13:53:48.873632"], ["datetime", "2020-10-22 06:09:54.061834"], ["created_at", "2020-11-21 08:51:22.611043"], ["updated_at", "2020-11-21 08:51:22.611043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 10.7016017699616], ["string", "Error nihil unde qui."], ["date", "2020-12-23"], ["time", "2000-01-01 05:14:28.685123"], ["datetime", "2020-12-28 03:25:26.411528"], ["created_at", "2020-11-21 08:51:22.613919"], ["updated_at", "2020-11-21 08:51:22.613919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 9.67132880678932], ["string", "Vel sint occaecati ipsum maiores."], ["date", "2020-10-17"], ["time", "2000-01-01 05:54:33.344861"], ["datetime", "2020-12-28 14:53:11.809993"], ["created_at", "2020-11-21 08:51:22.617023"], ["updated_at", "2020-11-21 08:51:22.617023"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 13.61835307142], ["string", "Qui numquam et."], ["date", "2020-10-13"], ["time", "2000-01-01 23:03:34.101536"], ["datetime", "2020-11-10 09:34:25.739759"], ["created_at", "2020-11-21 08:51:22.619942"], ["updated_at", "2020-11-21 08:51:22.619942"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1033], ["decimal", 20.9893285186843], ["string", "Voluptatem minus quia et."], ["created_at", "2020-11-21 08:51:22.622690"], ["updated_at", "2020-11-21 08:51:22.622690"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 32.0934615622617], ["string", "Neque delectus aut sed recusandae libero."], ["created_at", "2020-11-21 08:51:22.624980"], ["updated_at", "2020-11-21 08:51:22.624980"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 31.4613730588968], ["string", "Et maiores enim tempore."], ["created_at", "2020-11-21 08:51:22.627381"], ["updated_at", "2020-11-21 08:51:22.627381"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 11.4513293442545], ["string", "Sequi quasi odio hic fuga ullam."], ["created_at", "2020-11-21 08:51:22.629660"], ["updated_at", "2020-11-21 08:51:22.629660"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 2.84406452018681], ["string", "Aut unde reiciendis omnis eos omnis."], ["created_at", "2020-11-21 08:51:22.631863"], ["updated_at", "2020-11-21 08:51:22.631863"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 08:51:22.633577"], ["updated_at", "2020-11-21 08:51:22.633577"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 08:51:22.634966"], ["updated_at", "2020-11-21 08:51:22.634966"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 08:51:22.636243"], ["updated_at", "2020-11-21 08:51:22.636243"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 08:51:22.637488"], ["updated_at", "2020-11-21 08:51:22.637488"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 08:51:22.638758"], ["updated_at", "2020-11-21 08:51:22.638758"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 4], ["created_at", "2020-11-21 08:51:22.640748"], ["updated_at", "2020-11-21 08:51:22.640748"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 14], ["created_at", "2020-11-21 08:51:22.642582"], ["updated_at", "2020-11-21 08:51:22.642582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-21 08:51:22.644243"], ["updated_at", "2020-11-21 08:51:22.644243"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 9], ["created_at", "2020-11-21 08:51:22.645884"], ["updated_at", "2020-11-21 08:51:22.645884"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 14], ["created_at", "2020-11-21 08:51:22.647511"], ["updated_at", "2020-11-21 08:51:22.647511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 08:51:22.648840"], ["updated_at", "2020-11-21 08:51:22.648840"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-21 08:51:22.650485"], ["updated_at", "2020-11-21 08:51:22.650485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-21 08:51:22.652143"], ["updated_at", "2020-11-21 08:51:22.652143"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-21 08:51:22.653746"], ["updated_at", "2020-11-21 08:51:22.653746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-21 08:51:22.655227"], ["updated_at", "2020-11-21 08:51:22.655227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.656034"], ["updated_at", "2020-11-21 08:51:22.656034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.656754"], ["updated_at", "2020-11-21 08:51:22.656754"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.657381"], ["updated_at", "2020-11-21 08:51:22.657381"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.658021"], ["updated_at", "2020-11-21 08:51:22.658021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.658650"], ["updated_at", "2020-11-21 08:51:22.658650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 08:51:22.659895"], ["updated_at", "2020-11-21 08:51:22.659895"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 08:51:22.661326"], ["updated_at", "2020-11-21 08:51:22.661326"], ["india_id", 6]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 08:51:22.663207"], ["updated_at", "2020-11-21 08:51:22.663207"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 08:51:22.664456"], ["updated_at", "2020-11-21 08:51:22.664456"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 08:51:22.665664"], ["updated_at", "2020-11-21 08:51:22.665664"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 08:51:22.667269"], ["updated_at", "2020-11-21 08:51:22.667269"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-21 08:51:22.668838"], ["updated_at", "2020-11-21 08:51:22.668838"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 08:51:22.670064"], ["updated_at", "2020-11-21 08:51:22.670064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-21 08:51:22.671257"], ["updated_at", "2020-11-21 08:51:22.671257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 08:51:22.672470"], ["updated_at", "2020-11-21 08:51:22.672470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.683987"], ["updated_at", "2020-11-21 08:51:22.683987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.684785"], ["updated_at", "2020-11-21 08:51:22.684785"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.685443"], ["updated_at", "2020-11-21 08:51:22.685443"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.686086"], ["updated_at", "2020-11-21 08:51:22.686086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 08:51:22.686779"], ["updated_at", "2020-11-21 08:51:22.686779"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 08:51:22.687464"], ["updated_at", "2020-11-21 08:51:22.687464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 08:51:22.688160"], ["updated_at", "2020-11-21 08:51:22.688160"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 08:51:22.688823"], ["updated_at", "2020-11-21 08:51:22.688823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 08:51:22.689488"], ["updated_at", "2020-11-21 08:51:22.689488"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 08:51:22.690172"], ["updated_at", "2020-11-21 08:51:22.690172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.7ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.7ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.5ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.5ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.5ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 2.23218005275267], ["string", "Autem iure inventore quo sunt in."], ["date", "2020-10-31"], ["time", "2000-01-01 18:28:08.851855"], ["datetime", "2020-10-14 10:31:47.445358"], ["created_at", "2020-11-21 09:20:35.251303"], ["updated_at", "2020-11-21 09:20:35.251303"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 10.7217402346717], ["string", "Aut architecto qui ut illum facilis."], ["date", "2020-10-13"], ["time", "2000-01-01 03:59:15.357666"], ["datetime", "2020-11-29 17:22:30.100645"], ["created_at", "2020-11-21 09:20:35.254204"], ["updated_at", "2020-11-21 09:20:35.254204"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 26], ["decimal", 13.555015485705], ["string", "Distinctio nam voluptas."], ["date", "2020-12-27"], ["time", "2000-01-01 23:52:21.760087"], ["datetime", "2020-11-05 04:46:25.018321"], ["created_at", "2020-11-21 09:20:35.256526"], ["updated_at", "2020-11-21 09:20:35.256526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 2.06254877670115], ["string", "Tenetur sed suscipit est."], ["date", "2020-10-25"], ["time", "2000-01-01 04:50:56.316527"], ["datetime", "2020-10-25 00:12:47.620432"], ["created_at", "2020-11-21 09:20:35.259039"], ["updated_at", "2020-11-21 09:20:35.259039"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 17.8617573598165], ["string", "Quae in non praesentium pariatur."], ["date", "2020-10-30"], ["time", "2000-01-01 20:34:22.973307"], ["datetime", "2020-12-07 17:31:30.838144"], ["created_at", "2020-11-21 09:20:35.261317"], ["updated_at", "2020-11-21 09:20:35.261317"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 12.3682243671009], ["string", "Molestias et facilis."], ["created_at", "2020-11-21 09:20:35.267810"], ["updated_at", "2020-11-21 09:20:35.267810"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 0.245808218400857], ["string", "Inventore soluta rerum voluptatem similique."], ["created_at", "2020-11-21 09:20:35.269869"], ["updated_at", "2020-11-21 09:20:35.269869"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 28.4801795528757], ["string", "Eos quis dolorem fugit quia."], ["created_at", "2020-11-21 09:20:35.271740"], ["updated_at", "2020-11-21 09:20:35.271740"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1027], ["decimal", 12.282965310305], ["string", "Quidem aut eos iste veritatis."], ["created_at", "2020-11-21 09:20:35.273574"], ["updated_at", "2020-11-21 09:20:35.273574"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 7.54311642082621], ["string", "Non deserunt molestiae unde."], ["created_at", "2020-11-21 09:20:35.275428"], ["updated_at", "2020-11-21 09:20:35.275428"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 09:20:35.281581"], ["updated_at", "2020-11-21 09:20:35.281581"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 09:20:35.283016"], ["updated_at", "2020-11-21 09:20:35.283016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 09:20:35.284216"], ["updated_at", "2020-11-21 09:20:35.284216"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 09:20:35.285352"], ["updated_at", "2020-11-21 09:20:35.285352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 09:20:35.286495"], ["updated_at", "2020-11-21 09:20:35.286495"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-21 09:20:35.292255"], ["updated_at", "2020-11-21 09:20:35.292255"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-21 09:20:35.293867"], ["updated_at", "2020-11-21 09:20:35.293867"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 3], ["created_at", "2020-11-21 09:20:35.295368"], ["updated_at", "2020-11-21 09:20:35.295368"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-21 09:20:35.296836"], ["updated_at", "2020-11-21 09:20:35.296836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-21 09:20:35.298334"], ["updated_at", "2020-11-21 09:20:35.298334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 09:20:35.303192"], ["updated_at", "2020-11-21 09:20:35.303192"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 09:20:35.304697"], ["updated_at", "2020-11-21 09:20:35.304697"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 09:20:35.305859"], ["updated_at", "2020-11-21 09:20:35.305859"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 09:20:35.306973"], ["updated_at", "2020-11-21 09:20:35.306973"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 09:20:35.308086"], ["updated_at", "2020-11-21 09:20:35.308086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.313427"], ["updated_at", "2020-11-21 09:20:35.313427"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.314167"], ["updated_at", "2020-11-21 09:20:35.314167"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.314789"], ["updated_at", "2020-11-21 09:20:35.314789"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.315396"], ["updated_at", "2020-11-21 09:20:35.315396"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.316002"], ["updated_at", "2020-11-21 09:20:35.316002"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.320405"], ["updated_at", "2020-11-21 09:20:35.320405"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.321630"], ["updated_at", "2020-11-21 09:20:35.321630"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.322756"], ["updated_at", "2020-11-21 09:20:35.322756"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.323840"], ["updated_at", "2020-11-21 09:20:35.323840"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.324911"], ["updated_at", "2020-11-21 09:20:35.324911"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 09:20:35.328509"], ["updated_at", "2020-11-21 09:20:35.328509"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 09:20:35.329657"], ["updated_at", "2020-11-21 09:20:35.329657"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 09:20:35.330743"], ["updated_at", "2020-11-21 09:20:35.330743"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 09:20:35.331837"], ["updated_at", "2020-11-21 09:20:35.331837"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 09:20:35.332884"], ["updated_at", "2020-11-21 09:20:35.332884"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.349978"], ["updated_at", "2020-11-21 09:20:35.349978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.350814"], ["updated_at", "2020-11-21 09:20:35.350814"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.351430"], ["updated_at", "2020-11-21 09:20:35.351430"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.352029"], ["updated_at", "2020-11-21 09:20:35.352029"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.352616"], ["updated_at", "2020-11-21 09:20:35.352616"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:20:35.355764"], ["updated_at", "2020-11-21 09:20:35.355764"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:20:35.356572"], ["updated_at", "2020-11-21 09:20:35.356572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:20:35.357205"], ["updated_at", "2020-11-21 09:20:35.357205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:20:35.357808"], ["updated_at", "2020-11-21 09:20:35.357808"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:20:35.358429"], ["updated_at", "2020-11-21 09:20:35.358429"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 28], ["decimal", 19.8406470739225], ["string", "Libero eligendi adipisci."], ["date", "2020-10-16"], ["time", "2000-01-01 22:02:24.347081"], ["datetime", "2020-12-06 20:08:32.929698"], ["created_at", "2020-11-21 09:20:35.360562"], ["updated_at", "2020-11-21 09:20:35.360562"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 2.23895692670685], ["string", "Eius ad laudantium."], ["date", "2020-10-24"], ["time", "2000-01-01 02:54:20.178503"], ["datetime", "2020-11-12 20:49:06.497682"], ["created_at", "2020-11-21 09:20:35.362825"], ["updated_at", "2020-11-21 09:20:35.362825"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 15.3400883603547], ["string", "Eveniet voluptate rem accusamus tempora veritatis."], ["date", "2020-10-15"], ["time", "2000-01-01 00:48:43.437269"], ["datetime", "2020-10-22 21:58:57.194943"], ["created_at", "2020-11-21 09:20:35.364999"], ["updated_at", "2020-11-21 09:20:35.364999"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 2.33933558402929], ["string", "Reiciendis molestiae dolore unde quis."], ["date", "2020-11-07"], ["time", "2000-01-01 16:42:57.642105"], ["datetime", "2020-12-02 10:16:21.764862"], ["created_at", "2020-11-21 09:20:35.367210"], ["updated_at", "2020-11-21 09:20:35.367210"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 6.27782891730723], ["string", "Minima omnis voluptatum saepe."], ["date", "2020-11-12"], ["time", "2000-01-01 00:10:26.195730"], ["datetime", "2020-11-19 00:48:46.240245"], ["created_at", "2020-11-21 09:20:35.369494"], ["updated_at", "2020-11-21 09:20:35.369494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 12.6776840470892], ["string", "Asperiores hic vel id distinctio."], ["created_at", "2020-11-21 09:20:35.371886"], ["updated_at", "2020-11-21 09:20:35.371886"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 20.5804868135388], ["string", "Rem repudiandae voluptas doloribus velit quam."], ["created_at", "2020-11-21 09:20:35.373789"], ["updated_at", "2020-11-21 09:20:35.373789"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 2.01534419296954], ["string", "Autem fugiat molestiae qui."], ["created_at", "2020-11-21 09:20:35.375606"], ["updated_at", "2020-11-21 09:20:35.375606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1031], ["decimal", 5.281091687203], ["string", "Ut delectus suscipit id."], ["created_at", "2020-11-21 09:20:35.377396"], ["updated_at", "2020-11-21 09:20:35.377396"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 4.77276401741737], ["string", "Laborum vitae autem qui."], ["created_at", "2020-11-21 09:20:35.379212"], ["updated_at", "2020-11-21 09:20:35.379212"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 09:20:35.380529"], ["updated_at", "2020-11-21 09:20:35.380529"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 09:20:35.381656"], ["updated_at", "2020-11-21 09:20:35.381656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-21 09:20:35.382755"], ["updated_at", "2020-11-21 09:20:35.382755"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 09:20:35.383857"], ["updated_at", "2020-11-21 09:20:35.383857"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 09:20:35.384967"], ["updated_at", "2020-11-21 09:20:35.384967"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 4], ["created_at", "2020-11-21 09:20:35.387257"], ["updated_at", "2020-11-21 09:20:35.387257"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 6], ["created_at", "2020-11-21 09:20:35.389688"], ["updated_at", "2020-11-21 09:20:35.389688"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 3], ["created_at", "2020-11-21 09:20:35.391623"], ["updated_at", "2020-11-21 09:20:35.391623"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 6], ["created_at", "2020-11-21 09:20:35.393130"], ["updated_at", "2020-11-21 09:20:35.393130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 3], ["created_at", "2020-11-21 09:20:35.394607"], ["updated_at", "2020-11-21 09:20:35.394607"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-21 09:20:35.395793"], ["updated_at", "2020-11-21 09:20:35.395793"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-21 09:20:35.396997"], ["updated_at", "2020-11-21 09:20:35.396997"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 09:20:35.398139"], ["updated_at", "2020-11-21 09:20:35.398139"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 09:20:35.399267"], ["updated_at", "2020-11-21 09:20:35.399267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-21 09:20:35.400342"], ["updated_at", "2020-11-21 09:20:35.400342"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.401026"], ["updated_at", "2020-11-21 09:20:35.401026"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.401660"], ["updated_at", "2020-11-21 09:20:35.401660"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.402280"], ["updated_at", "2020-11-21 09:20:35.402280"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.402893"], ["updated_at", "2020-11-21 09:20:35.402893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.403495"], ["updated_at", "2020-11-21 09:20:35.403495"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:20:35.404828"], ["updated_at", "2020-11-21 09:20:35.404828"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:20:35.405906"], ["updated_at", "2020-11-21 09:20:35.405906"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:20:35.407195"], ["updated_at", "2020-11-21 09:20:35.407195"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:20:35.408312"], ["updated_at", "2020-11-21 09:20:35.408312"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:20:35.409362"], ["updated_at", "2020-11-21 09:20:35.409362"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 09:20:35.410513"], ["updated_at", "2020-11-21 09:20:35.410513"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 09:20:35.411610"], ["updated_at", "2020-11-21 09:20:35.411610"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 09:20:35.412669"], ["updated_at", "2020-11-21 09:20:35.412669"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 09:20:35.414015"], ["updated_at", "2020-11-21 09:20:35.414015"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 09:20:35.415316"], ["updated_at", "2020-11-21 09:20:35.415316"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.426094"], ["updated_at", "2020-11-21 09:20:35.426094"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.426839"], ["updated_at", "2020-11-21 09:20:35.426839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.427457"], ["updated_at", "2020-11-21 09:20:35.427457"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.428053"], ["updated_at", "2020-11-21 09:20:35.428053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.428651"], ["updated_at", "2020-11-21 09:20:35.428651"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:20:35.429277"], ["updated_at", "2020-11-21 09:20:35.429277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:20:35.429972"], ["updated_at", "2020-11-21 09:20:35.429972"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:20:35.430929"], ["updated_at", "2020-11-21 09:20:35.430929"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:20:35.431893"], ["updated_at", "2020-11-21 09:20:35.431893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:20:35.432853"], ["updated_at", "2020-11-21 09:20:35.432853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 10.4393459859027], ["string", "Quia est occaecati dignissimos et qui."], ["date", "2020-10-31"], ["time", "2000-01-01 01:53:04.927029"], ["datetime", "2020-10-12 07:16:31.347096"], ["created_at", "2020-11-21 09:20:35.435258"], ["updated_at", "2020-11-21 09:20:35.435258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 4.64953865566164], ["string", "Voluptatem voluptas ipsa id."], ["date", "2020-11-30"], ["time", "2000-01-01 09:47:13.124516"], ["datetime", "2020-12-10 09:15:07.192863"], ["created_at", "2020-11-21 09:20:35.437558"], ["updated_at", "2020-11-21 09:20:35.437558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 11.5963461268828], ["string", "Inventore id est dolores."], ["date", "2020-12-07"], ["time", "2000-01-01 15:08:19.543187"], ["datetime", "2020-11-25 00:59:34.787436"], ["created_at", "2020-11-21 09:20:35.439741"], ["updated_at", "2020-11-21 09:20:35.439741"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 29], ["decimal", 5.53099044013197], ["string", "Modi voluptatem ad."], ["date", "2020-12-17"], ["time", "2000-01-01 21:50:04.545022"], ["datetime", "2020-10-31 02:54:06.915656"], ["created_at", "2020-11-21 09:20:35.441914"], ["updated_at", "2020-11-21 09:20:35.441914"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 5.82703947256717], ["string", "Quas earum nam."], ["date", "2020-12-17"], ["time", "2000-01-01 22:46:29.058900"], ["datetime", "2020-10-26 16:06:22.185024"], ["created_at", "2020-11-21 09:20:35.444105"], ["updated_at", "2020-11-21 09:20:35.444105"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 3.64012293933435], ["string", "Illo et aut."], ["created_at", "2020-11-21 09:20:35.446191"], ["updated_at", "2020-11-21 09:20:35.446191"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 0.493590433756942], ["string", "Enim molestiae dolor."], ["created_at", "2020-11-21 09:20:35.460350"], ["updated_at", "2020-11-21 09:20:35.460350"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 8.83515961986726], ["string", "Est qui quisquam."], ["created_at", "2020-11-21 09:20:35.463084"], ["updated_at", "2020-11-21 09:20:35.463084"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1029], ["decimal", 9.49859605264079], ["string", "Dolore qui alias."], ["created_at", "2020-11-21 09:20:35.465349"], ["updated_at", "2020-11-21 09:20:35.465349"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 11.1487485319399], ["string", "Et soluta quos."], ["created_at", "2020-11-21 09:20:35.467606"], ["updated_at", "2020-11-21 09:20:35.467606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 09:20:35.469164"], ["updated_at", "2020-11-21 09:20:35.469164"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-21 09:20:35.470592"], ["updated_at", "2020-11-21 09:20:35.470592"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-21 09:20:35.471940"], ["updated_at", "2020-11-21 09:20:35.471940"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-21 09:20:35.473232"], ["updated_at", "2020-11-21 09:20:35.473232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 09:20:35.474523"], ["updated_at", "2020-11-21 09:20:35.474523"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 3], ["created_at", "2020-11-21 09:20:35.476380"], ["updated_at", "2020-11-21 09:20:35.476380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 6], ["created_at", "2020-11-21 09:20:35.478167"], ["updated_at", "2020-11-21 09:20:35.478167"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 13], ["created_at", "2020-11-21 09:20:35.479889"], ["updated_at", "2020-11-21 09:20:35.479889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-21 09:20:35.481608"], ["updated_at", "2020-11-21 09:20:35.481608"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 8], ["created_at", "2020-11-21 09:20:35.483340"], ["updated_at", "2020-11-21 09:20:35.483340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 15], ["created_at", "2020-11-21 09:20:35.484641"], ["updated_at", "2020-11-21 09:20:35.484641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 15], ["created_at", "2020-11-21 09:20:35.485951"], ["updated_at", "2020-11-21 09:20:35.485951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-21 09:20:35.487198"], ["updated_at", "2020-11-21 09:20:35.487198"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-21 09:20:35.488421"], ["updated_at", "2020-11-21 09:20:35.488421"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-21 09:20:35.489592"], ["updated_at", "2020-11-21 09:20:35.489592"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.490319"], ["updated_at", "2020-11-21 09:20:35.490319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.490972"], ["updated_at", "2020-11-21 09:20:35.490972"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.491599"], ["updated_at", "2020-11-21 09:20:35.491599"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.492250"], ["updated_at", "2020-11-21 09:20:35.492250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.492982"], ["updated_at", "2020-11-21 09:20:35.492982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:20:35.494438"], ["updated_at", "2020-11-21 09:20:35.494438"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:20:35.495651"], ["updated_at", "2020-11-21 09:20:35.495651"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:20:35.496747"], ["updated_at", "2020-11-21 09:20:35.496747"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:20:35.497843"], ["updated_at", "2020-11-21 09:20:35.497843"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:20:35.498958"], ["updated_at", "2020-11-21 09:20:35.498958"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-21 09:20:35.500223"], ["updated_at", "2020-11-21 09:20:35.500223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 09:20:35.501442"], ["updated_at", "2020-11-21 09:20:35.501442"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-21 09:20:35.502579"], ["updated_at", "2020-11-21 09:20:35.502579"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 09:20:35.503699"], ["updated_at", "2020-11-21 09:20:35.503699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 09:20:35.504812"], ["updated_at", "2020-11-21 09:20:35.504812"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.516542"], ["updated_at", "2020-11-21 09:20:35.516542"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.517323"], ["updated_at", "2020-11-21 09:20:35.517323"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.517967"], ["updated_at", "2020-11-21 09:20:35.517967"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.518586"], ["updated_at", "2020-11-21 09:20:35.518586"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.519196"], ["updated_at", "2020-11-21 09:20:35.519196"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:20:35.519845"], ["updated_at", "2020-11-21 09:20:35.519845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:20:35.520519"], ["updated_at", "2020-11-21 09:20:35.520519"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:20:35.521164"], ["updated_at", "2020-11-21 09:20:35.521164"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:20:35.521820"], ["updated_at", "2020-11-21 09:20:35.521820"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:20:35.522462"], ["updated_at", "2020-11-21 09:20:35.522462"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 2.30463291657031], ["string", "Ut soluta nulla perspiciatis inventore."], ["date", "2020-10-22"], ["time", "2000-01-01 22:56:41.810761"], ["datetime", "2020-11-10 22:50:18.176491"], ["created_at", "2020-11-21 09:20:35.559177"], ["updated_at", "2020-11-21 09:20:35.559177"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 5.57284308381054], ["string", "Esse modi maxime voluptatem vitae."], ["date", "2020-11-06"], ["time", "2000-01-01 09:19:51.757310"], ["datetime", "2020-11-29 00:06:04.829463"], ["created_at", "2020-11-21 09:20:35.561993"], ["updated_at", "2020-11-21 09:20:35.561993"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 28.8192695792849], ["string", "Dignissimos rerum eveniet."], ["date", "2020-10-28"], ["time", "2000-01-01 03:26:47.987253"], ["datetime", "2020-11-12 08:36:08.699635"], ["created_at", "2020-11-21 09:20:35.565199"], ["updated_at", "2020-11-21 09:20:35.565199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 3.33169848491507], ["string", "Et quia repellendus dolore."], ["date", "2020-12-06"], ["time", "2000-01-01 13:16:03.526523"], ["datetime", "2020-12-12 07:40:06.742757"], ["created_at", "2020-11-21 09:20:35.570605"], ["updated_at", "2020-11-21 09:20:35.570605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 15.7881568310998], ["string", "Consequatur delectus non beatae."], ["date", "2020-12-17"], ["time", "2000-01-01 03:33:09.030553"], ["datetime", "2020-10-25 10:54:02.758818"], ["created_at", "2020-11-21 09:20:35.574218"], ["updated_at", "2020-11-21 09:20:35.574218"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 14.8637045035757], ["string", "Iste consequuntur distinctio ut."], ["date", "2020-11-09"], ["time", "2000-01-01 01:51:20.230614"], ["datetime", "2020-10-12 14:31:27.006265"], ["created_at", "2020-11-21 09:20:35.577060"], ["updated_at", "2020-11-21 09:20:35.577060"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.579861"], ["updated_at", "2020-11-21 09:20:35.579861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 31.5115303268695], ["string", "Qui autem in mollitia saepe."], ["date", "2020-12-23"], ["time", "2000-01-01 04:45:19.801604"], ["datetime", "2020-10-21 01:11:15.990383"], ["created_at", "2020-11-21 09:20:35.610170"], ["updated_at", "2020-11-21 09:20:35.610170"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 4.85370982861915], ["string", "Totam sit hic aut aliquid."], ["date", "2020-11-17"], ["time", "2000-01-01 15:12:12.524459"], ["datetime", "2020-12-14 15:01:25.419837"], ["created_at", "2020-11-21 09:20:35.613467"], ["updated_at", "2020-11-21 09:20:35.613467"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 38.1980536640867], ["string", "Et minus voluptatibus eligendi dicta sequi."], ["date", "2020-10-22"], ["time", "2000-01-01 21:13:05.085512"], ["datetime", "2020-11-20 14:53:28.402430"], ["created_at", "2020-11-21 09:20:35.616602"], ["updated_at", "2020-11-21 09:20:35.616602"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 4.01959439143019], ["string", "Architecto consequatur autem dolorem."], ["date", "2020-11-23"], ["time", "2000-01-01 10:39:30.005888"], ["datetime", "2020-12-24 12:49:11.827974"], ["created_at", "2020-11-21 09:20:35.620482"], ["updated_at", "2020-11-21 09:20:35.620482"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 11.5859046924597], ["string", "Qui sint reprehenderit."], ["date", "2020-12-28"], ["time", "2000-01-01 03:35:29.209428"], ["datetime", "2020-11-03 18:55:14.136147"], ["created_at", "2020-11-21 09:20:35.623662"], ["updated_at", "2020-11-21 09:20:35.623662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 3.07313813411238], ["string", "Blanditiis ipsam sint."], ["created_at", "2020-11-21 09:20:35.626408"], ["updated_at", "2020-11-21 09:20:35.626408"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1026], ["decimal", 12.6830255259987], ["string", "Nemo corporis ratione."], ["created_at", "2020-11-21 09:20:35.628718"], ["updated_at", "2020-11-21 09:20:35.628718"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 22.9100600339882], ["string", "Facere non est molestiae commodi ea."], ["created_at", "2020-11-21 09:20:35.631360"], ["updated_at", "2020-11-21 09:20:35.631360"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 20.0985814282005], ["string", "Nobis repudiandae voluptates nihil architecto expedita."], ["created_at", "2020-11-21 09:20:35.633664"], ["updated_at", "2020-11-21 09:20:35.633664"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1029], ["decimal", 8.21624151597598], ["string", "Quas sit reiciendis eligendi rerum eum."], ["created_at", "2020-11-21 09:20:35.635877"], ["updated_at", "2020-11-21 09:20:35.635877"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 09:20:35.637580"], ["updated_at", "2020-11-21 09:20:35.637580"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 09:20:35.639037"], ["updated_at", "2020-11-21 09:20:35.639037"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 09:20:35.640557"], ["updated_at", "2020-11-21 09:20:35.640557"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 09:20:35.642001"], ["updated_at", "2020-11-21 09:20:35.642001"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 09:20:35.643322"], ["updated_at", "2020-11-21 09:20:35.643322"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-21 09:20:35.645191"], ["updated_at", "2020-11-21 09:20:35.645191"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-21 09:20:35.647018"], ["updated_at", "2020-11-21 09:20:35.647018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-21 09:20:35.648696"], ["updated_at", "2020-11-21 09:20:35.648696"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-21 09:20:35.651336"], ["updated_at", "2020-11-21 09:20:35.651336"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-21 09:20:35.654033"], ["updated_at", "2020-11-21 09:20:35.654033"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 09:20:35.656864"], ["updated_at", "2020-11-21 09:20:35.656864"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 09:20:35.659353"], ["updated_at", "2020-11-21 09:20:35.659353"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 09:20:35.661936"], ["updated_at", "2020-11-21 09:20:35.661936"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 09:20:35.664274"], ["updated_at", "2020-11-21 09:20:35.664274"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 09:20:35.666133"], ["updated_at", "2020-11-21 09:20:35.666133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.667260"], ["updated_at", "2020-11-21 09:20:35.667260"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.668530"], ["updated_at", "2020-11-21 09:20:35.668530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.669819"], ["updated_at", "2020-11-21 09:20:35.669819"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.671096"], ["updated_at", "2020-11-21 09:20:35.671096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.672233"], ["updated_at", "2020-11-21 09:20:35.672233"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.674781"], ["updated_at", "2020-11-21 09:20:35.674781"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.677026"], ["updated_at", "2020-11-21 09:20:35.677026"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.679572"], ["updated_at", "2020-11-21 09:20:35.679572"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.681718"], ["updated_at", "2020-11-21 09:20:35.681718"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.683965"], ["updated_at", "2020-11-21 09:20:35.683965"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 09:20:35.686148"], ["updated_at", "2020-11-21 09:20:35.686148"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 09:20:35.688657"], ["updated_at", "2020-11-21 09:20:35.688657"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 09:20:35.690600"], ["updated_at", "2020-11-21 09:20:35.690600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 09:20:35.692133"], ["updated_at", "2020-11-21 09:20:35.692133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 09:20:35.693628"], ["updated_at", "2020-11-21 09:20:35.693628"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.704895"], ["updated_at", "2020-11-21 09:20:35.704895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.705684"], ["updated_at", "2020-11-21 09:20:35.705684"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.706352"], ["updated_at", "2020-11-21 09:20:35.706352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.706980"], ["updated_at", "2020-11-21 09:20:35.706980"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.707589"], ["updated_at", "2020-11-21 09:20:35.707589"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:20:35.708248"], ["updated_at", "2020-11-21 09:20:35.708248"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:20:35.708906"], ["updated_at", "2020-11-21 09:20:35.708906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:20:35.709544"], ["updated_at", "2020-11-21 09:20:35.709544"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:20:35.710180"], ["updated_at", "2020-11-21 09:20:35.710180"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:20:35.710813"], ["updated_at", "2020-11-21 09:20:35.710813"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 2.6628840174122], ["string", "Repellat voluptas soluta libero."], ["date", "2020-12-05"], ["time", "2000-01-01 19:34:38.445551"], ["datetime", "2020-11-19 16:04:34.916742"], ["created_at", "2020-11-21 09:20:35.712953"], ["updated_at", "2020-11-21 09:20:35.712953"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 12.0834882968543], ["string", "Placeat officia qui impedit aspernatur consequuntur."], ["date", "2020-11-10"], ["time", "2000-01-01 17:07:27.513602"], ["datetime", "2020-11-21 21:19:03.565560"], ["created_at", "2020-11-21 09:20:35.715309"], ["updated_at", "2020-11-21 09:20:35.715309"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["decimal", 21.1352926212651], ["string", "Accusantium dolorem quae placeat est illum."], ["date", "2020-10-25"], ["time", "2000-01-01 01:35:54.570421"], ["datetime", "2020-12-20 22:55:12.077183"], ["created_at", "2020-11-21 09:20:35.717573"], ["updated_at", "2020-11-21 09:20:35.717573"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 2.31227609694707], ["string", "Architecto dolores earum cupiditate."], ["date", "2020-12-17"], ["time", "2000-01-01 04:58:03.873243"], ["datetime", "2020-11-12 02:00:13.551330"], ["created_at", "2020-11-21 09:20:35.719795"], ["updated_at", "2020-11-21 09:20:35.719795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 2.21775328564446], ["string", "Ratione quisquam doloremque."], ["date", "2020-10-28"], ["time", "2000-01-01 20:48:38.028716"], ["datetime", "2020-12-26 08:36:10.135487"], ["created_at", "2020-11-21 09:20:35.722027"], ["updated_at", "2020-11-21 09:20:35.722027"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 4.19694548870377], ["string", "Id voluptas temporibus."], ["created_at", "2020-11-21 09:20:35.724277"], ["updated_at", "2020-11-21 09:20:35.724277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 2.04657390026647], ["string", "Odio dolor veniam sint omnis ea."], ["created_at", "2020-11-21 09:20:35.726217"], ["updated_at", "2020-11-21 09:20:35.726217"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 5.47358227301128], ["string", "Consequatur ducimus autem sint inventore."], ["created_at", "2020-11-21 09:20:35.728059"], ["updated_at", "2020-11-21 09:20:35.728059"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 21.1620332969109], ["string", "Quidem totam quisquam sapiente."], ["created_at", "2020-11-21 09:20:35.729879"], ["updated_at", "2020-11-21 09:20:35.729879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1025], ["decimal", 10.0704037577994], ["string", "Eius aut quae."], ["created_at", "2020-11-21 09:20:35.731704"], ["updated_at", "2020-11-21 09:20:35.731704"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-21 09:20:35.733056"], ["updated_at", "2020-11-21 09:20:35.733056"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 09:20:35.734273"], ["updated_at", "2020-11-21 09:20:35.734273"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-21 09:20:35.735422"], ["updated_at", "2020-11-21 09:20:35.735422"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 09:20:35.736561"], ["updated_at", "2020-11-21 09:20:35.736561"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 09:20:35.737704"], ["updated_at", "2020-11-21 09:20:35.737704"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-21 09:20:35.739346"], ["updated_at", "2020-11-21 09:20:35.739346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-21 09:20:35.740942"], ["updated_at", "2020-11-21 09:20:35.740942"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-21 09:20:35.742484"], ["updated_at", "2020-11-21 09:20:35.742484"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 2], ["created_at", "2020-11-21 09:20:35.744004"], ["updated_at", "2020-11-21 09:20:35.744004"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 8], ["created_at", "2020-11-21 09:20:35.745549"], ["updated_at", "2020-11-21 09:20:35.745549"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 09:20:35.746828"], ["updated_at", "2020-11-21 09:20:35.746828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-21 09:20:35.748037"], ["updated_at", "2020-11-21 09:20:35.748037"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-21 09:20:35.749196"], ["updated_at", "2020-11-21 09:20:35.749196"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 09:20:35.750376"], ["updated_at", "2020-11-21 09:20:35.750376"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 09:20:35.751534"], ["updated_at", "2020-11-21 09:20:35.751534"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.752252"], ["updated_at", "2020-11-21 09:20:35.752252"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.752906"], ["updated_at", "2020-11-21 09:20:35.752906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.753528"], ["updated_at", "2020-11-21 09:20:35.753528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.754167"], ["updated_at", "2020-11-21 09:20:35.754167"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.754797"], ["updated_at", "2020-11-21 09:20:35.754797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:20:35.755958"], ["updated_at", "2020-11-21 09:20:35.755958"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:20:35.757065"], ["updated_at", "2020-11-21 09:20:35.757065"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:20:35.768152"], ["updated_at", "2020-11-21 09:20:35.768152"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:20:35.769532"], ["updated_at", "2020-11-21 09:20:35.769532"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:20:35.770828"], ["updated_at", "2020-11-21 09:20:35.770828"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 09:20:35.772227"], ["updated_at", "2020-11-21 09:20:35.772227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 09:20:35.773772"], ["updated_at", "2020-11-21 09:20:35.773772"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-21 09:20:35.775177"], ["updated_at", "2020-11-21 09:20:35.775177"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 09:20:35.776530"], ["updated_at", "2020-11-21 09:20:35.776530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 09:20:35.777797"], ["updated_at", "2020-11-21 09:20:35.777797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.790799"], ["updated_at", "2020-11-21 09:20:35.790799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.791644"], ["updated_at", "2020-11-21 09:20:35.791644"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.792363"], ["updated_at", "2020-11-21 09:20:35.792363"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.793039"], ["updated_at", "2020-11-21 09:20:35.793039"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.793681"], ["updated_at", "2020-11-21 09:20:35.793681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:20:35.794366"], ["updated_at", "2020-11-21 09:20:35.794366"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:20:35.795029"], ["updated_at", "2020-11-21 09:20:35.795029"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:20:35.795854"], ["updated_at", "2020-11-21 09:20:35.795854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:20:35.796839"], ["updated_at", "2020-11-21 09:20:35.796839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:20:35.797816"], ["updated_at", "2020-11-21 09:20:35.797816"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 16.54014836751], ["string", "Sunt recusandae architecto consectetur dolorem."], ["date", "2020-12-11"], ["time", "2000-01-01 14:54:06.349960"], ["datetime", "2020-10-23 04:27:49.316789"], ["created_at", "2020-11-21 09:20:35.801454"], ["updated_at", "2020-11-21 09:20:35.801454"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 0.797068890300882], ["string", "Voluptas error accusamus."], ["date", "2020-12-06"], ["time", "2000-01-01 20:21:08.198681"], ["datetime", "2021-01-01 00:11:18.283922"], ["created_at", "2020-11-21 09:20:35.804506"], ["updated_at", "2020-11-21 09:20:35.804506"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 15.8509165951061], ["string", "Hic vel numquam quo est."], ["date", "2021-01-02"], ["time", "2000-01-01 10:39:16.097392"], ["datetime", "2020-11-08 23:00:33.373420"], ["created_at", "2020-11-21 09:20:35.806864"], ["updated_at", "2020-11-21 09:20:35.806864"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 1.94770081681835], ["string", "Illo nostrum provident sit."], ["date", "2020-10-17"], ["time", "2000-01-01 16:59:02.450815"], ["datetime", "2020-11-30 04:00:25.818430"], ["created_at", "2020-11-21 09:20:35.809097"], ["updated_at", "2020-11-21 09:20:35.809097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 6.98476379584669], ["string", "Nisi ullam libero."], ["date", "2020-10-12"], ["time", "2000-01-01 18:46:31.160240"], ["datetime", "2020-11-30 17:38:14.094656"], ["created_at", "2020-11-21 09:20:35.811331"], ["updated_at", "2020-11-21 09:20:35.811331"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 8.73739169129543], ["string", "Quia amet suscipit voluptas."], ["created_at", "2020-11-21 09:20:35.813537"], ["updated_at", "2020-11-21 09:20:35.813537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 21.8031790008948], ["string", "Blanditiis sunt et dolor fuga numquam."], ["created_at", "2020-11-21 09:20:35.815480"], ["updated_at", "2020-11-21 09:20:35.815480"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 25.8134995174642], ["string", "Officia temporibus pariatur ipsam aspernatur enim."], ["created_at", "2020-11-21 09:20:35.817368"], ["updated_at", "2020-11-21 09:20:35.817368"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1026], ["decimal", 7.68025893159334], ["string", "Rerum magni earum ipsa consequatur temporibus."], ["created_at", "2020-11-21 09:20:35.819213"], ["updated_at", "2020-11-21 09:20:35.819213"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 17.2065512735966], ["string", "Quae voluptatum provident sed."], ["created_at", "2020-11-21 09:20:35.821037"], ["updated_at", "2020-11-21 09:20:35.821037"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-21 09:20:35.822420"], ["updated_at", "2020-11-21 09:20:35.822420"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-21 09:20:35.823656"], ["updated_at", "2020-11-21 09:20:35.823656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 09:20:35.824821"], ["updated_at", "2020-11-21 09:20:35.824821"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 09:20:35.825992"], ["updated_at", "2020-11-21 09:20:35.825992"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 09:20:35.827173"], ["updated_at", "2020-11-21 09:20:35.827173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 1], ["created_at", "2020-11-21 09:20:35.828971"], ["updated_at", "2020-11-21 09:20:35.828971"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-21 09:20:35.830660"], ["updated_at", "2020-11-21 09:20:35.830660"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 3], ["created_at", "2020-11-21 09:20:35.832239"], ["updated_at", "2020-11-21 09:20:35.832239"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-21 09:20:35.833857"], ["updated_at", "2020-11-21 09:20:35.833857"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 14], ["created_at", "2020-11-21 09:20:35.835436"], ["updated_at", "2020-11-21 09:20:35.835436"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 09:20:35.836646"], ["updated_at", "2020-11-21 09:20:35.836646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 09:20:35.837829"], ["updated_at", "2020-11-21 09:20:35.837829"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 11], ["created_at", "2020-11-21 09:20:35.838982"], ["updated_at", "2020-11-21 09:20:35.838982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 09:20:35.840157"], ["updated_at", "2020-11-21 09:20:35.840157"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 12], ["created_at", "2020-11-21 09:20:35.841304"], ["updated_at", "2020-11-21 09:20:35.841304"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.842030"], ["updated_at", "2020-11-21 09:20:35.842030"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.842699"], ["updated_at", "2020-11-21 09:20:35.842699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.843337"], ["updated_at", "2020-11-21 09:20:35.843337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.843973"], ["updated_at", "2020-11-21 09:20:35.843973"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.844606"], ["updated_at", "2020-11-21 09:20:35.844606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:20:35.845775"], ["updated_at", "2020-11-21 09:20:35.845775"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:20:35.846925"], ["updated_at", "2020-11-21 09:20:35.846925"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:20:35.848012"], ["updated_at", "2020-11-21 09:20:35.848012"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:20:35.849090"], ["updated_at", "2020-11-21 09:20:35.849090"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:20:35.850197"], ["updated_at", "2020-11-21 09:20:35.850197"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 09:20:35.851383"], ["updated_at", "2020-11-21 09:20:35.851383"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 09:20:35.852532"], ["updated_at", "2020-11-21 09:20:35.852532"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 09:20:35.853647"], ["updated_at", "2020-11-21 09:20:35.853647"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-21 09:20:35.854763"], ["updated_at", "2020-11-21 09:20:35.854763"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 09:20:35.855874"], ["updated_at", "2020-11-21 09:20:35.855874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.866776"], ["updated_at", "2020-11-21 09:20:35.866776"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.867541"], ["updated_at", "2020-11-21 09:20:35.867541"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.868193"], ["updated_at", "2020-11-21 09:20:35.868193"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.868852"], ["updated_at", "2020-11-21 09:20:35.868852"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:20:35.869498"], ["updated_at", "2020-11-21 09:20:35.869498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:20:35.870190"], ["updated_at", "2020-11-21 09:20:35.870190"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:20:35.870880"], ["updated_at", "2020-11-21 09:20:35.870880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:20:35.871538"], ["updated_at", "2020-11-21 09:20:35.871538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:20:35.872195"], ["updated_at", "2020-11-21 09:20:35.872195"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:20:35.872852"], ["updated_at", "2020-11-21 09:20:35.872852"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (36.1ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.6ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (2.0ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.8ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 15.4793674775557], ["string", "Maxime et ipsam ipsum sapiente."], ["date", "2020-10-18"], ["time", "2000-01-01 22:36:53.723187"], ["datetime", "2020-11-05 08:04:00.111143"], ["created_at", "2020-11-21 09:52:30.136922"], ["updated_at", "2020-11-21 09:52:30.136922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 24], ["decimal", 11.2061532170416], ["string", "Voluptatem laboriosam quis corrupti."], ["date", "2020-11-07"], ["time", "2000-01-01 22:56:44.798335"], ["datetime", "2020-12-05 18:50:20.953524"], ["created_at", "2020-11-21 09:52:30.139808"], ["updated_at", "2020-11-21 09:52:30.139808"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 33.6344365679971], ["string", "Totam eos rerum et nihil velit."], ["date", "2020-10-11"], ["time", "2000-01-01 08:52:56.375346"], ["datetime", "2020-12-13 13:53:23.070404"], ["created_at", "2020-11-21 09:52:30.142209"], ["updated_at", "2020-11-21 09:52:30.142209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 3.44389845137747], ["string", "Velit deserunt rem."], ["date", "2020-11-15"], ["time", "2000-01-01 04:41:50.775652"], ["datetime", "2020-12-16 00:51:21.007051"], ["created_at", "2020-11-21 09:52:30.144646"], ["updated_at", "2020-11-21 09:52:30.144646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 9.78389191060067], ["string", "Minus reiciendis iste a qui."], ["date", "2020-11-17"], ["time", "2000-01-01 08:01:56.920574"], ["datetime", "2020-11-28 03:37:12.789008"], ["created_at", "2020-11-21 09:52:30.147083"], ["updated_at", "2020-11-21 09:52:30.147083"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 4.1505897708213], ["string", "Earum deleniti similique unde nulla."], ["created_at", "2020-11-21 09:52:30.153685"], ["updated_at", "2020-11-21 09:52:30.153685"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1024], ["decimal", 22.7721630194864], ["string", "Commodi corporis voluptatem ullam aut."], ["created_at", "2020-11-21 09:52:30.156021"], ["updated_at", "2020-11-21 09:52:30.156021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 25.0890658046449], ["string", "Nesciunt labore explicabo."], ["created_at", "2020-11-21 09:52:30.157967"], ["updated_at", "2020-11-21 09:52:30.157967"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 0.631708862336048], ["string", "Et tempore omnis."], ["created_at", "2020-11-21 09:52:30.159865"], ["updated_at", "2020-11-21 09:52:30.159865"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 1.95451195082954], ["string", "Ut voluptatem cum."], ["created_at", "2020-11-21 09:52:30.161772"], ["updated_at", "2020-11-21 09:52:30.161772"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 09:52:30.180143"], ["updated_at", "2020-11-21 09:52:30.180143"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 09:52:30.182133"], ["updated_at", "2020-11-21 09:52:30.182133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 09:52:30.183573"], ["updated_at", "2020-11-21 09:52:30.183573"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 09:52:30.184959"], ["updated_at", "2020-11-21 09:52:30.184959"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 09:52:30.186321"], ["updated_at", "2020-11-21 09:52:30.186321"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-21 09:52:30.193226"], ["updated_at", "2020-11-21 09:52:30.193226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-21 09:52:30.195344"], ["updated_at", "2020-11-21 09:52:30.195344"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-21 09:52:30.197268"], ["updated_at", "2020-11-21 09:52:30.197268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-21 09:52:30.199118"], ["updated_at", "2020-11-21 09:52:30.199118"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-21 09:52:30.200939"], ["updated_at", "2020-11-21 09:52:30.200939"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 09:52:30.206762"], ["updated_at", "2020-11-21 09:52:30.206762"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 09:52:30.208319"], ["updated_at", "2020-11-21 09:52:30.208319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 09:52:30.209637"], ["updated_at", "2020-11-21 09:52:30.209637"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 09:52:30.210925"], ["updated_at", "2020-11-21 09:52:30.210925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 09:52:30.212256"], ["updated_at", "2020-11-21 09:52:30.212256"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.218475"], ["updated_at", "2020-11-21 09:52:30.218475"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.219321"], ["updated_at", "2020-11-21 09:52:30.219321"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.220021"], ["updated_at", "2020-11-21 09:52:30.220021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.220705"], ["updated_at", "2020-11-21 09:52:30.220705"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.221387"], ["updated_at", "2020-11-21 09:52:30.221387"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.225982"], ["updated_at", "2020-11-21 09:52:30.225982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.227260"], ["updated_at", "2020-11-21 09:52:30.227260"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.228425"], ["updated_at", "2020-11-21 09:52:30.228425"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.229573"], ["updated_at", "2020-11-21 09:52:30.229573"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.230738"], ["updated_at", "2020-11-21 09:52:30.230738"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 09:52:30.234440"], ["updated_at", "2020-11-21 09:52:30.234440"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 09:52:30.235601"], ["updated_at", "2020-11-21 09:52:30.235601"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 09:52:30.236671"], ["updated_at", "2020-11-21 09:52:30.236671"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 09:52:30.237721"], ["updated_at", "2020-11-21 09:52:30.237721"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 09:52:30.238785"], ["updated_at", "2020-11-21 09:52:30.238785"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.256699"], ["updated_at", "2020-11-21 09:52:30.256699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.257600"], ["updated_at", "2020-11-21 09:52:30.257600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.258253"], ["updated_at", "2020-11-21 09:52:30.258253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.259015"], ["updated_at", "2020-11-21 09:52:30.259015"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.259729"], ["updated_at", "2020-11-21 09:52:30.259729"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:52:30.262776"], ["updated_at", "2020-11-21 09:52:30.262776"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:52:30.263622"], ["updated_at", "2020-11-21 09:52:30.263622"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:52:30.264552"], ["updated_at", "2020-11-21 09:52:30.264552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:52:30.265512"], ["updated_at", "2020-11-21 09:52:30.265512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:52:30.266357"], ["updated_at", "2020-11-21 09:52:30.266357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 5.9275288451974], ["string", "Est consequatur maiores et."], ["date", "2020-10-16"], ["time", "2000-01-01 01:06:58.411141"], ["datetime", "2020-12-05 16:52:29.403791"], ["created_at", "2020-11-21 09:52:30.269542"], ["updated_at", "2020-11-21 09:52:30.269542"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 3.94956158766204], ["string", "Distinctio consequuntur atque unde."], ["date", "2020-12-28"], ["time", "2000-01-01 19:40:17.409045"], ["datetime", "2020-10-30 23:26:19.436446"], ["created_at", "2020-11-21 09:52:30.272880"], ["updated_at", "2020-11-21 09:52:30.272880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 21.5319862316599], ["string", "Et explicabo nostrum ut a eum."], ["date", "2020-10-27"], ["time", "2000-01-01 22:07:34.711570"], ["datetime", "2020-11-03 22:04:32.658793"], ["created_at", "2020-11-21 09:52:30.275987"], ["updated_at", "2020-11-21 09:52:30.275987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 11.5070664968109], ["string", "Qui asperiores rem similique nostrum non."], ["date", "2020-10-21"], ["time", "2000-01-01 22:17:24.953469"], ["datetime", "2020-10-24 10:44:27.465559"], ["created_at", "2020-11-21 09:52:30.279070"], ["updated_at", "2020-11-21 09:52:30.279070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 1.83189160260139], ["string", "Necessitatibus eum dolorem tempora ut consequatur."], ["date", "2020-11-23"], ["time", "2000-01-01 07:09:25.167027"], ["datetime", "2020-11-25 03:17:08.353149"], ["created_at", "2020-11-21 09:52:30.281375"], ["updated_at", "2020-11-21 09:52:30.281375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1021], ["decimal", 6.78333140753278], ["string", "Molestias sapiente maxime et reiciendis eligendi."], ["created_at", "2020-11-21 09:52:30.283489"], ["updated_at", "2020-11-21 09:52:30.283489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", 0.970990965634922], ["string", "Et quaerat hic modi est."], ["created_at", "2020-11-21 09:52:30.285311"], ["updated_at", "2020-11-21 09:52:30.285311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1020], ["decimal", 4.18431948715177], ["string", "Nesciunt quas provident vitae."], ["created_at", "2020-11-21 09:52:30.287156"], ["updated_at", "2020-11-21 09:52:30.287156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 12.1140072338344], ["string", "Similique ex praesentium aut."], ["created_at", "2020-11-21 09:52:30.288989"], ["updated_at", "2020-11-21 09:52:30.288989"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", 17.223974040556], ["string", "Animi et voluptates."], ["created_at", "2020-11-21 09:52:30.290799"], ["updated_at", "2020-11-21 09:52:30.290799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 09:52:30.292085"], ["updated_at", "2020-11-21 09:52:30.292085"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 09:52:30.293208"], ["updated_at", "2020-11-21 09:52:30.293208"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-21 09:52:30.294286"], ["updated_at", "2020-11-21 09:52:30.294286"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 09:52:30.295347"], ["updated_at", "2020-11-21 09:52:30.295347"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 09:52:30.296408"], ["updated_at", "2020-11-21 09:52:30.296408"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 10], ["created_at", "2020-11-21 09:52:30.297950"], ["updated_at", "2020-11-21 09:52:30.297950"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-21 09:52:30.299438"], ["updated_at", "2020-11-21 09:52:30.299438"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 7], ["created_at", "2020-11-21 09:52:30.300883"], ["updated_at", "2020-11-21 09:52:30.300883"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-21 09:52:30.302334"], ["updated_at", "2020-11-21 09:52:30.302334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 5], ["created_at", "2020-11-21 09:52:30.303787"], ["updated_at", "2020-11-21 09:52:30.303787"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 09:52:30.304948"], ["updated_at", "2020-11-21 09:52:30.304948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-21 09:52:30.306094"], ["updated_at", "2020-11-21 09:52:30.306094"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-21 09:52:30.307243"], ["updated_at", "2020-11-21 09:52:30.307243"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-21 09:52:30.308382"], ["updated_at", "2020-11-21 09:52:30.308382"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-21 09:52:30.309500"], ["updated_at", "2020-11-21 09:52:30.309500"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.310220"], ["updated_at", "2020-11-21 09:52:30.310220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.310882"], ["updated_at", "2020-11-21 09:52:30.310882"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.311500"], ["updated_at", "2020-11-21 09:52:30.311500"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.312125"], ["updated_at", "2020-11-21 09:52:30.312125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.312738"], ["updated_at", "2020-11-21 09:52:30.312738"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:52:30.314112"], ["updated_at", "2020-11-21 09:52:30.314112"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:52:30.315234"], ["updated_at", "2020-11-21 09:52:30.315234"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:52:30.316300"], ["updated_at", "2020-11-21 09:52:30.316300"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:52:30.317365"], ["updated_at", "2020-11-21 09:52:30.317365"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:52:30.318465"], ["updated_at", "2020-11-21 09:52:30.318465"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-21 09:52:30.319622"], ["updated_at", "2020-11-21 09:52:30.319622"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 09:52:30.320736"], ["updated_at", "2020-11-21 09:52:30.320736"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 09:52:30.321828"], ["updated_at", "2020-11-21 09:52:30.321828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-21 09:52:30.322936"], ["updated_at", "2020-11-21 09:52:30.322936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 09:52:30.324020"], ["updated_at", "2020-11-21 09:52:30.324020"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.334768"], ["updated_at", "2020-11-21 09:52:30.334768"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.335661"], ["updated_at", "2020-11-21 09:52:30.335661"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.336331"], ["updated_at", "2020-11-21 09:52:30.336331"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.337124"], ["updated_at", "2020-11-21 09:52:30.337124"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.337802"], ["updated_at", "2020-11-21 09:52:30.337802"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:52:30.338510"], ["updated_at", "2020-11-21 09:52:30.338510"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:52:30.339147"], ["updated_at", "2020-11-21 09:52:30.339147"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:52:30.339759"], ["updated_at", "2020-11-21 09:52:30.339759"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:52:30.340395"], ["updated_at", "2020-11-21 09:52:30.340395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:52:30.341033"], ["updated_at", "2020-11-21 09:52:30.341033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["decimal", 19.5302936541606], ["string", "Placeat cumque ducimus et."], ["date", "2020-10-20"], ["time", "2000-01-01 13:20:39.534918"], ["datetime", "2020-11-30 05:41:48.119494"], ["created_at", "2020-11-21 09:52:30.343221"], ["updated_at", "2020-11-21 09:52:30.343221"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 41], ["decimal", 11.2554723108542], ["string", "Iure dolor explicabo."], ["date", "2020-10-12"], ["time", "2000-01-01 21:50:46.290540"], ["datetime", "2020-12-18 06:15:02.535584"], ["created_at", "2020-11-21 09:52:30.345502"], ["updated_at", "2020-11-21 09:52:30.345502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 32], ["decimal", 4.10069809977595], ["string", "Voluptates vel iure labore."], ["date", "2020-10-31"], ["time", "2000-01-01 19:38:31.927321"], ["datetime", "2020-10-31 02:34:59.855853"], ["created_at", "2020-11-21 09:52:30.347880"], ["updated_at", "2020-11-21 09:52:30.347880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 28], ["decimal", 10.8773686995158], ["string", "Quia et occaecati ipsam recusandae rem."], ["date", "2020-10-19"], ["time", "2000-01-01 03:09:36.758793"], ["datetime", "2020-11-08 11:22:17.003831"], ["created_at", "2020-11-21 09:52:30.350470"], ["updated_at", "2020-11-21 09:52:30.350470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 12.7370407671645], ["string", "Vel ducimus inventore voluptas exercitationem."], ["date", "2020-12-10"], ["time", "2000-01-01 11:12:06.482998"], ["datetime", "2020-12-18 07:35:05.061720"], ["created_at", "2020-11-21 09:52:30.352809"], ["updated_at", "2020-11-21 09:52:30.352809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 12.3510601685775], ["string", "Nemo est necessitatibus."], ["created_at", "2020-11-21 09:52:30.354998"], ["updated_at", "2020-11-21 09:52:30.354998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 32.5977940368684], ["string", "Sed in et."], ["created_at", "2020-11-21 09:52:30.356930"], ["updated_at", "2020-11-21 09:52:30.356930"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1029], ["decimal", 18.4462801841817], ["string", "Porro aliquam nemo."], ["created_at", "2020-11-21 09:52:30.358755"], ["updated_at", "2020-11-21 09:52:30.358755"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1034], ["decimal", 0.986354438357805], ["string", "Iste ut quisquam."], ["created_at", "2020-11-21 09:52:30.360567"], ["updated_at", "2020-11-21 09:52:30.360567"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 1.25597032339465], ["string", "Et cum facere et saepe."], ["created_at", "2020-11-21 09:52:30.362366"], ["updated_at", "2020-11-21 09:52:30.362366"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-21 09:52:30.363652"], ["updated_at", "2020-11-21 09:52:30.363652"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-21 09:52:30.364776"], ["updated_at", "2020-11-21 09:52:30.364776"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-21 09:52:30.365843"], ["updated_at", "2020-11-21 09:52:30.365843"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-21 09:52:30.366925"], ["updated_at", "2020-11-21 09:52:30.366925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 09:52:30.367983"], ["updated_at", "2020-11-21 09:52:30.367983"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 15], ["created_at", "2020-11-21 09:52:30.369498"], ["updated_at", "2020-11-21 09:52:30.369498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 11], ["created_at", "2020-11-21 09:52:30.370995"], ["updated_at", "2020-11-21 09:52:30.370995"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 13], ["created_at", "2020-11-21 09:52:30.372452"], ["updated_at", "2020-11-21 09:52:30.372452"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 13], ["created_at", "2020-11-21 09:52:30.373918"], ["updated_at", "2020-11-21 09:52:30.373918"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 11], ["created_at", "2020-11-21 09:52:30.375380"], ["updated_at", "2020-11-21 09:52:30.375380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-21 09:52:30.376529"], ["updated_at", "2020-11-21 09:52:30.376529"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-21 09:52:30.377641"], ["updated_at", "2020-11-21 09:52:30.377641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 14], ["created_at", "2020-11-21 09:52:30.378737"], ["updated_at", "2020-11-21 09:52:30.378737"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-21 09:52:30.379853"], ["updated_at", "2020-11-21 09:52:30.379853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-21 09:52:30.380963"], ["updated_at", "2020-11-21 09:52:30.380963"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.381646"], ["updated_at", "2020-11-21 09:52:30.381646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.382284"], ["updated_at", "2020-11-21 09:52:30.382284"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.382885"], ["updated_at", "2020-11-21 09:52:30.382885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.383483"], ["updated_at", "2020-11-21 09:52:30.383483"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.384081"], ["updated_at", "2020-11-21 09:52:30.384081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:52:30.385177"], ["updated_at", "2020-11-21 09:52:30.385177"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:52:30.386256"], ["updated_at", "2020-11-21 09:52:30.386256"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:52:30.387295"], ["updated_at", "2020-11-21 09:52:30.387295"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:52:30.388326"], ["updated_at", "2020-11-21 09:52:30.388326"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:52:30.389352"], ["updated_at", "2020-11-21 09:52:30.389352"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 09:52:30.390476"], ["updated_at", "2020-11-21 09:52:30.390476"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 09:52:30.391554"], ["updated_at", "2020-11-21 09:52:30.391554"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 09:52:30.392603"], ["updated_at", "2020-11-21 09:52:30.392603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 09:52:30.393654"], ["updated_at", "2020-11-21 09:52:30.393654"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 09:52:30.394729"], ["updated_at", "2020-11-21 09:52:30.394729"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.405585"], ["updated_at", "2020-11-21 09:52:30.405585"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.406354"], ["updated_at", "2020-11-21 09:52:30.406354"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.406961"], ["updated_at", "2020-11-21 09:52:30.406961"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.407548"], ["updated_at", "2020-11-21 09:52:30.407548"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.408135"], ["updated_at", "2020-11-21 09:52:30.408135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:52:30.408763"], ["updated_at", "2020-11-21 09:52:30.408763"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:52:30.409406"], ["updated_at", "2020-11-21 09:52:30.409406"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:52:30.410034"], ["updated_at", "2020-11-21 09:52:30.410034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:52:30.410649"], ["updated_at", "2020-11-21 09:52:30.410649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:52:30.411260"], ["updated_at", "2020-11-21 09:52:30.411260"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 4.7838678794675], ["string", "A aliquam explicabo."], ["date", "2020-12-04"], ["time", "2000-01-01 01:54:23.952427"], ["datetime", "2020-12-28 19:08:40.362604"], ["created_at", "2020-11-21 09:52:30.440543"], ["updated_at", "2020-11-21 09:52:30.440543"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 24.8228048870781], ["string", "Omnis animi commodi."], ["date", "2020-10-12"], ["time", "2000-01-01 12:40:21.936737"], ["datetime", "2020-11-01 22:19:32.348205"], ["created_at", "2020-11-21 09:52:30.444705"], ["updated_at", "2020-11-21 09:52:30.444705"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 3.28411564997056], ["string", "Et necessitatibus explicabo similique."], ["date", "2020-12-13"], ["time", "2000-01-01 04:15:11.594759"], ["datetime", "2020-10-30 07:30:16.134800"], ["created_at", "2020-11-21 09:52:30.447529"], ["updated_at", "2020-11-21 09:52:30.447529"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 26.7432214342661], ["string", "A eius magni debitis placeat."], ["date", "2020-10-21"], ["time", "2000-01-01 19:37:41.664665"], ["datetime", "2020-11-10 22:37:24.723734"], ["created_at", "2020-11-21 09:52:30.451891"], ["updated_at", "2020-11-21 09:52:30.451891"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 18.1482468173498], ["string", "Voluptatum est vero quaerat beatae."], ["date", "2020-10-29"], ["time", "2000-01-01 21:04:35.917115"], ["datetime", "2020-11-09 06:31:35.533529"], ["created_at", "2020-11-21 09:52:30.454881"], ["updated_at", "2020-11-21 09:52:30.454881"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 9.012901131042], ["string", "Aut quas assumenda quia."], ["date", "2020-11-14"], ["time", "2000-01-01 18:34:32.537191"], ["datetime", "2020-12-13 12:58:09.485898"], ["created_at", "2020-11-21 09:52:30.472696"], ["updated_at", "2020-11-21 09:52:30.472696"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.475968"], ["updated_at", "2020-11-21 09:52:30.475968"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 1.81244605457582], ["string", "Mollitia voluptatem omnis ut."], ["date", "2020-12-26"], ["time", "2000-01-01 11:29:15.455996"], ["datetime", "2020-10-29 03:47:07.180691"], ["created_at", "2020-11-21 09:52:30.506825"], ["updated_at", "2020-11-21 09:52:30.506825"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 26], ["decimal", 6.14754703688763], ["string", "Sit ex sed similique ut id."], ["date", "2020-10-20"], ["time", "2000-01-01 16:26:19.076662"], ["datetime", "2020-11-01 21:17:53.906119"], ["created_at", "2020-11-21 09:52:30.511211"], ["updated_at", "2020-11-21 09:52:30.511211"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 11.6491094262618], ["string", "Non sapiente vero consectetur."], ["date", "2020-10-27"], ["time", "2000-01-01 05:52:59.976928"], ["datetime", "2020-11-09 14:41:31.859507"], ["created_at", "2020-11-21 09:52:30.514574"], ["updated_at", "2020-11-21 09:52:30.514574"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 20.7488796996139], ["string", "Voluptas dolor consequatur eum."], ["date", "2020-10-22"], ["time", "2000-01-01 11:42:18.512058"], ["datetime", "2020-12-30 06:10:14.401983"], ["created_at", "2020-11-21 09:52:30.517803"], ["updated_at", "2020-11-21 09:52:30.517803"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 19.5295719488968], ["string", "Quam ullam nam."], ["date", "2020-12-06"], ["time", "2000-01-01 20:55:19.701951"], ["datetime", "2020-10-22 12:32:20.401011"], ["created_at", "2020-11-21 09:52:30.520864"], ["updated_at", "2020-11-21 09:52:30.520864"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 9.84958731113231], ["string", "Est sapiente non."], ["created_at", "2020-11-21 09:52:30.523855"], ["updated_at", "2020-11-21 09:52:30.523855"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 8.91951406203714], ["string", "Consequatur vero blanditiis et."], ["created_at", "2020-11-21 09:52:30.527265"], ["updated_at", "2020-11-21 09:52:30.527265"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1025], ["decimal", 2.15347582145922], ["string", "Voluptatem quia quo aspernatur sunt saepe."], ["created_at", "2020-11-21 09:52:30.530187"], ["updated_at", "2020-11-21 09:52:30.530187"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1030], ["decimal", 0.585940938200524], ["string", "Corrupti inventore et voluptatem enim fugit."], ["created_at", "2020-11-21 09:52:30.532819"], ["updated_at", "2020-11-21 09:52:30.532819"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1028], ["decimal", 17.7591480172498], ["string", "Sint quam qui quos neque et."], ["created_at", "2020-11-21 09:52:30.535490"], ["updated_at", "2020-11-21 09:52:30.535490"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 09:52:30.537230"], ["updated_at", "2020-11-21 09:52:30.537230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 09:52:30.538655"], ["updated_at", "2020-11-21 09:52:30.538655"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 09:52:30.539983"], ["updated_at", "2020-11-21 09:52:30.539983"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 09:52:30.541313"], ["updated_at", "2020-11-21 09:52:30.541313"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 09:52:30.542609"], ["updated_at", "2020-11-21 09:52:30.542609"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-21 09:52:30.544469"], ["updated_at", "2020-11-21 09:52:30.544469"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-21 09:52:30.546467"], ["updated_at", "2020-11-21 09:52:30.546467"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-21 09:52:30.548335"], ["updated_at", "2020-11-21 09:52:30.548335"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-21 09:52:30.550113"], ["updated_at", "2020-11-21 09:52:30.550113"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-21 09:52:30.551962"], ["updated_at", "2020-11-21 09:52:30.551962"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 09:52:30.553488"], ["updated_at", "2020-11-21 09:52:30.553488"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 09:52:30.554902"], ["updated_at", "2020-11-21 09:52:30.554902"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 09:52:30.556213"], ["updated_at", "2020-11-21 09:52:30.556213"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 09:52:30.557453"], ["updated_at", "2020-11-21 09:52:30.557453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 09:52:30.558708"], ["updated_at", "2020-11-21 09:52:30.558708"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.559494"], ["updated_at", "2020-11-21 09:52:30.559494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.560207"], ["updated_at", "2020-11-21 09:52:30.560207"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.560878"], ["updated_at", "2020-11-21 09:52:30.560878"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.561529"], ["updated_at", "2020-11-21 09:52:30.561529"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.562179"], ["updated_at", "2020-11-21 09:52:30.562179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.563464"], ["updated_at", "2020-11-21 09:52:30.563464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.564593"], ["updated_at", "2020-11-21 09:52:30.564593"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.565676"], ["updated_at", "2020-11-21 09:52:30.565676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.566755"], ["updated_at", "2020-11-21 09:52:30.566755"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.567818"], ["updated_at", "2020-11-21 09:52:30.567818"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 09:52:30.568980"], ["updated_at", "2020-11-21 09:52:30.568980"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 09:52:30.570122"], ["updated_at", "2020-11-21 09:52:30.570122"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 09:52:30.571358"], ["updated_at", "2020-11-21 09:52:30.571358"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 09:52:30.572690"], ["updated_at", "2020-11-21 09:52:30.572690"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 09:52:30.573813"], ["updated_at", "2020-11-21 09:52:30.573813"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.584786"], ["updated_at", "2020-11-21 09:52:30.584786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.585566"], ["updated_at", "2020-11-21 09:52:30.585566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.586212"], ["updated_at", "2020-11-21 09:52:30.586212"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.586821"], ["updated_at", "2020-11-21 09:52:30.586821"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.587428"], ["updated_at", "2020-11-21 09:52:30.587428"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:52:30.588089"], ["updated_at", "2020-11-21 09:52:30.588089"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:52:30.588756"], ["updated_at", "2020-11-21 09:52:30.588756"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:52:30.589392"], ["updated_at", "2020-11-21 09:52:30.589392"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:52:30.590043"], ["updated_at", "2020-11-21 09:52:30.590043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:52:30.590695"], ["updated_at", "2020-11-21 09:52:30.590695"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 30.4433815907844], ["string", "Tempora voluptate illo perferendis voluptatem."], ["date", "2020-11-23"], ["time", "2000-01-01 16:03:13.700550"], ["datetime", "2020-11-13 10:00:03.540070"], ["created_at", "2020-11-21 09:52:30.592800"], ["updated_at", "2020-11-21 09:52:30.592800"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 5.23753939888776], ["string", "Doloremque exercitationem esse eum."], ["date", "2020-11-10"], ["time", "2000-01-01 16:02:08.125271"], ["datetime", "2020-12-14 20:01:20.933852"], ["created_at", "2020-11-21 09:52:30.595074"], ["updated_at", "2020-11-21 09:52:30.595074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 21.8810837425777], ["string", "A necessitatibus sit sapiente vel."], ["date", "2020-11-21"], ["time", "2000-01-01 22:00:15.864285"], ["datetime", "2020-10-18 16:34:34.615307"], ["created_at", "2020-11-21 09:52:30.597293"], ["updated_at", "2020-11-21 09:52:30.597293"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 6.64117603308095], ["string", "Ut tenetur quia quo et."], ["date", "2020-10-11"], ["time", "2000-01-01 08:55:05.620588"], ["datetime", "2020-11-19 15:39:27.496762"], ["created_at", "2020-11-21 09:52:30.599548"], ["updated_at", "2020-11-21 09:52:30.599548"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 3.19373404756168], ["string", "Aut non odit."], ["date", "2020-12-10"], ["time", "2000-01-01 14:39:37.449127"], ["datetime", "2020-11-16 21:25:04.817412"], ["created_at", "2020-11-21 09:52:30.601774"], ["updated_at", "2020-11-21 09:52:30.601774"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1020], ["decimal", 1.0975000663072], ["string", "Molestias voluptatem et."], ["created_at", "2020-11-21 09:52:30.603893"], ["updated_at", "2020-11-21 09:52:30.603893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 0.305812432779122], ["string", "Quisquam deleniti non."], ["created_at", "2020-11-21 09:52:30.605759"], ["updated_at", "2020-11-21 09:52:30.605759"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1031], ["decimal", 3.70131121075086], ["string", "Nulla repudiandae dolor est."], ["created_at", "2020-11-21 09:52:30.607627"], ["updated_at", "2020-11-21 09:52:30.607627"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1021], ["decimal", 29.6243742322168], ["string", "Ut vero vel doloribus."], ["created_at", "2020-11-21 09:52:30.609461"], ["updated_at", "2020-11-21 09:52:30.609461"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 0.569788176404329], ["string", "Expedita quia qui sunt doloremque officia."], ["created_at", "2020-11-21 09:52:30.611316"], ["updated_at", "2020-11-21 09:52:30.611316"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 09:52:30.612655"], ["updated_at", "2020-11-21 09:52:30.612655"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 09:52:30.613820"], ["updated_at", "2020-11-21 09:52:30.613820"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 09:52:30.614938"], ["updated_at", "2020-11-21 09:52:30.614938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 09:52:30.616033"], ["updated_at", "2020-11-21 09:52:30.616033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 09:52:30.617152"], ["updated_at", "2020-11-21 09:52:30.617152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-21 09:52:30.618748"], ["updated_at", "2020-11-21 09:52:30.618748"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 3], ["created_at", "2020-11-21 09:52:30.620304"], ["updated_at", "2020-11-21 09:52:30.620304"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 5], ["created_at", "2020-11-21 09:52:30.621822"], ["updated_at", "2020-11-21 09:52:30.621822"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-21 09:52:30.623336"], ["updated_at", "2020-11-21 09:52:30.623336"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 6], ["created_at", "2020-11-21 09:52:30.624844"], ["updated_at", "2020-11-21 09:52:30.624844"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 09:52:30.626043"], ["updated_at", "2020-11-21 09:52:30.626043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 09:52:30.627199"], ["updated_at", "2020-11-21 09:52:30.627199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 09:52:30.628319"], ["updated_at", "2020-11-21 09:52:30.628319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 09:52:30.629462"], ["updated_at", "2020-11-21 09:52:30.629462"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 09:52:30.630611"], ["updated_at", "2020-11-21 09:52:30.630611"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.631381"], ["updated_at", "2020-11-21 09:52:30.631381"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.632132"], ["updated_at", "2020-11-21 09:52:30.632132"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.632948"], ["updated_at", "2020-11-21 09:52:30.632948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.633703"], ["updated_at", "2020-11-21 09:52:30.633703"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.634455"], ["updated_at", "2020-11-21 09:52:30.634455"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:52:30.635853"], ["updated_at", "2020-11-21 09:52:30.635853"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:52:30.637005"], ["updated_at", "2020-11-21 09:52:30.637005"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:52:30.638084"], ["updated_at", "2020-11-21 09:52:30.638084"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:52:30.639169"], ["updated_at", "2020-11-21 09:52:30.639169"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:52:30.640243"], ["updated_at", "2020-11-21 09:52:30.640243"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 09:52:30.641391"], ["updated_at", "2020-11-21 09:52:30.641391"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-21 09:52:30.642531"], ["updated_at", "2020-11-21 09:52:30.642531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 09:52:30.643605"], ["updated_at", "2020-11-21 09:52:30.643605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 09:52:30.644719"], ["updated_at", "2020-11-21 09:52:30.644719"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 09:52:30.646047"], ["updated_at", "2020-11-21 09:52:30.646047"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.657101"], ["updated_at", "2020-11-21 09:52:30.657101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.657982"], ["updated_at", "2020-11-21 09:52:30.657982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.658634"], ["updated_at", "2020-11-21 09:52:30.658634"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.659245"], ["updated_at", "2020-11-21 09:52:30.659245"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.659874"], ["updated_at", "2020-11-21 09:52:30.659874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:52:30.660538"], ["updated_at", "2020-11-21 09:52:30.660538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:52:30.661212"], ["updated_at", "2020-11-21 09:52:30.661212"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:52:30.661850"], ["updated_at", "2020-11-21 09:52:30.661850"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:52:30.662524"], ["updated_at", "2020-11-21 09:52:30.662524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:52:30.663179"], ["updated_at", "2020-11-21 09:52:30.663179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 1.36588623373518], ["string", "Accusamus officiis eius."], ["date", "2020-11-09"], ["time", "2000-01-01 19:01:00.165370"], ["datetime", "2020-10-24 05:06:20.615204"], ["created_at", "2020-11-21 09:52:30.665322"], ["updated_at", "2020-11-21 09:52:30.665322"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 23], ["decimal", 24.3325693248381], ["string", "Corrupti aut enim illum aut."], ["date", "2020-12-06"], ["time", "2000-01-01 09:17:03.592822"], ["datetime", "2020-12-09 11:27:11.349631"], ["created_at", "2020-11-21 09:52:30.667632"], ["updated_at", "2020-11-21 09:52:30.667632"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 20.4025302898748], ["string", "Ipsa omnis blanditiis."], ["date", "2020-12-01"], ["time", "2000-01-01 07:31:47.754876"], ["datetime", "2020-11-30 12:33:21.203552"], ["created_at", "2020-11-21 09:52:30.669861"], ["updated_at", "2020-11-21 09:52:30.669861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 6.37557451348297], ["string", "Earum commodi eaque sit laudantium architecto."], ["date", "2020-10-25"], ["time", "2000-01-01 16:36:28.287956"], ["datetime", "2020-11-13 18:02:01.131710"], ["created_at", "2020-11-21 09:52:30.672116"], ["updated_at", "2020-11-21 09:52:30.672116"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 24.3759448569958], ["string", "Aperiam illo soluta iste ad facilis."], ["date", "2020-11-23"], ["time", "2000-01-01 04:10:46.091433"], ["datetime", "2020-12-31 07:48:23.630524"], ["created_at", "2020-11-21 09:52:30.674343"], ["updated_at", "2020-11-21 09:52:30.674343"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 11.7557861697543], ["string", "Pariatur natus provident."], ["created_at", "2020-11-21 09:52:30.676453"], ["updated_at", "2020-11-21 09:52:30.676453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["decimal", 5.30062252206799], ["string", "Sit et aliquid minima molestiae."], ["created_at", "2020-11-21 09:52:30.678341"], ["updated_at", "2020-11-21 09:52:30.678341"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1039], ["decimal", 14.4028078422518], ["string", "Et earum ad itaque porro neque."], ["created_at", "2020-11-21 09:52:30.680192"], ["updated_at", "2020-11-21 09:52:30.680192"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1025], ["decimal", 18.2520721643602], ["string", "Sed tempora debitis vel soluta."], ["created_at", "2020-11-21 09:52:30.682036"], ["updated_at", "2020-11-21 09:52:30.682036"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1029], ["decimal", 7.80719372541504], ["string", "Sunt perferendis qui."], ["created_at", "2020-11-21 09:52:30.683824"], ["updated_at", "2020-11-21 09:52:30.683824"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-21 09:52:30.685163"], ["updated_at", "2020-11-21 09:52:30.685163"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-21 09:52:30.686374"], ["updated_at", "2020-11-21 09:52:30.686374"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 09:52:30.687514"], ["updated_at", "2020-11-21 09:52:30.687514"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 09:52:30.688648"], ["updated_at", "2020-11-21 09:52:30.688648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-21 09:52:30.689798"], ["updated_at", "2020-11-21 09:52:30.689798"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 11], ["created_at", "2020-11-21 09:52:30.691462"], ["updated_at", "2020-11-21 09:52:30.691462"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 1], ["created_at", "2020-11-21 09:52:30.693055"], ["updated_at", "2020-11-21 09:52:30.693055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 4], ["created_at", "2020-11-21 09:52:30.694631"], ["updated_at", "2020-11-21 09:52:30.694631"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 4], ["created_at", "2020-11-21 09:52:30.696197"], ["updated_at", "2020-11-21 09:52:30.696197"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 6], ["created_at", "2020-11-21 09:52:30.697769"], ["updated_at", "2020-11-21 09:52:30.697769"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 09:52:30.699035"], ["updated_at", "2020-11-21 09:52:30.699035"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 09:52:30.700233"], ["updated_at", "2020-11-21 09:52:30.700233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-21 09:52:30.701413"], ["updated_at", "2020-11-21 09:52:30.701413"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-21 09:52:30.702600"], ["updated_at", "2020-11-21 09:52:30.702600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 09:52:30.703780"], ["updated_at", "2020-11-21 09:52:30.703780"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.704517"], ["updated_at", "2020-11-21 09:52:30.704517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.705172"], ["updated_at", "2020-11-21 09:52:30.705172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.705797"], ["updated_at", "2020-11-21 09:52:30.705797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.706434"], ["updated_at", "2020-11-21 09:52:30.706434"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.707055"], ["updated_at", "2020-11-21 09:52:30.707055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:52:30.708282"], ["updated_at", "2020-11-21 09:52:30.708282"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:52:30.709459"], ["updated_at", "2020-11-21 09:52:30.709459"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:52:30.710594"], ["updated_at", "2020-11-21 09:52:30.710594"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:52:30.711724"], ["updated_at", "2020-11-21 09:52:30.711724"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 09:52:30.712834"], ["updated_at", "2020-11-21 09:52:30.712834"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-21 09:52:30.714036"], ["updated_at", "2020-11-21 09:52:30.714036"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 09:52:30.715216"], ["updated_at", "2020-11-21 09:52:30.715216"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-21 09:52:30.716348"], ["updated_at", "2020-11-21 09:52:30.716348"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 09:52:30.717477"], ["updated_at", "2020-11-21 09:52:30.717477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-21 09:52:30.718614"], ["updated_at", "2020-11-21 09:52:30.718614"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.729611"], ["updated_at", "2020-11-21 09:52:30.729611"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.730465"], ["updated_at", "2020-11-21 09:52:30.730465"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.731151"], ["updated_at", "2020-11-21 09:52:30.731151"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.731800"], ["updated_at", "2020-11-21 09:52:30.731800"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 09:52:30.732435"], ["updated_at", "2020-11-21 09:52:30.732435"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:52:30.733115"], ["updated_at", "2020-11-21 09:52:30.733115"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:52:30.733798"], ["updated_at", "2020-11-21 09:52:30.733798"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:52:30.734473"], ["updated_at", "2020-11-21 09:52:30.734473"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:52:30.735130"], ["updated_at", "2020-11-21 09:52:30.735130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 09:52:30.735786"], ["updated_at", "2020-11-21 09:52:30.735786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.5ms) SELECT sqlite_version(*)  (0.0ms) SELECT sqlite_version(*)  (0.0ms) SELECT sqlite_version(*)  (0.1ms) DROP TABLE IF EXISTS "alfas"  (2.5ms) CREATE TABLE "alfas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean" boolean, "integer" integer, "decimal" decimal, "string" varchar, "date" date, "time" time, "datetime" datetime, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "bravos"  (1.9ms) CREATE TABLE "bravos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean" boolean DEFAULT 0 NOT NULL, "integer" integer NOT NULL, "decimal" decimal NOT NULL, "string" varchar NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "charlies"  (1.5ms) CREATE TABLE "charlies" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.5ms) CREATE INDEX "index_charlies_on_alfa_id" ON "charlies" ("alfa_id")  (0.1ms) DROP TABLE IF EXISTS "deltas"  (1.6ms) CREATE TABLE "deltas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.5ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (1.8ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.0ms) DROP TABLE IF EXISTS "echos"  (1.6ms) CREATE TABLE "echos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "echoable_type" varchar, "echoable_id" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.7ms) CREATE INDEX "index_echos_on_echoable_type_and_echoable_id" ON "echos" ("echoable_type", "echoable_id")  (0.0ms) DROP TABLE IF EXISTS "foxtrots"  (1.6ms) CREATE TABLE "foxtrots" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.0ms) DROP TABLE IF EXISTS "hotels"  (1.7ms) CREATE TABLE "hotels" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer)  (1.6ms) CREATE INDEX "index_hotels_on_india_id" ON "hotels" ("india_id")  (0.1ms) DROP TABLE IF EXISTS "indias"  (1.8ms) CREATE TABLE "indias" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.7ms) CREATE INDEX "index_indias_on_hotel_id" ON "indias" ("hotel_id")  (0.1ms) DROP TABLE IF EXISTS "julietts"  (1.7ms) CREATE TABLE "julietts" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "alfa_id" integer NOT NULL, "string" varchar, "integer" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.6ms) CREATE INDEX "index_julietts_on_alfa_id" ON "julietts" ("alfa_id")  (0.1ms) DROP TABLE IF EXISTS "kilos"  (1.6ms) CREATE TABLE "kilos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "encrypted_password" varchar, "reset_password_token" varchar, "reset_password_sent_at" varchar, "remember_created_at" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.0ms) DROP TABLE IF EXISTS "limas"  (1.6ms) CREATE TABLE "limas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "address" varchar, "city" varchar, "country" varchar, "description" varchar, "email" varchar, "first_name" varchar, "firstname" varchar, "last_name" varchar, "lastname" varchar, "lat" varchar, "latitute" varchar, "lng" varchar, "locale" varchar, "longitude" varchar, "middlename" varchar, "middle_name" varchar, "password" varchar, "phone" varchar, "phone_number" varchar, "reference" varchar, "title" varchar, "user_name" varchar, "username" varchar, "uuid" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "acharlies" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_acharlies_on_alfa_id" ON "acharlies" ("alfa_id")  (0.0ms) INSERT INTO "acharlies" ("id","alfa_id","created_at","updated_at") SELECT "id","alfa_id","created_at","updated_at" FROM "charlies"  (0.1ms) DROP TABLE "charlies"  (0.1ms) CREATE TABLE "charlies" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_c22432acee" FOREIGN KEY ("alfa_id") REFERENCES "alfas" ("id") )  (0.1ms) CREATE INDEX "index_charlies_on_alfa_id" ON "charlies" ("alfa_id")  (0.0ms) INSERT INTO "charlies" ("id","alfa_id","created_at","updated_at") SELECT "id","alfa_id","created_at","updated_at" FROM "acharlies"  (0.1ms) DROP TABLE "acharlies"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.6ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "adeltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_adeltas_on_zed_id" ON "adeltas" ("zed_id")  (0.1ms) CREATE INDEX "tindex_adeltas_on_bravo_id" ON "adeltas" ("bravo_id")  (0.0ms) INSERT INTO "adeltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "deltas"  (0.1ms) DROP TABLE "deltas"  (0.1ms) CREATE TABLE "deltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_aa131d729d" FOREIGN KEY ("bravo_id") REFERENCES "bravos" ("id") )  (0.1ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (0.1ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.0ms) INSERT INTO "deltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "adeltas"  (0.1ms) DROP TABLE "adeltas"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.2ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "adeltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_adeltas_on_zed_id" ON "adeltas" ("zed_id")  (0.1ms) CREATE INDEX "tindex_adeltas_on_bravo_id" ON "adeltas" ("bravo_id")  (0.0ms) INSERT INTO "adeltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "deltas"  (0.1ms) DROP TABLE "deltas"  (0.1ms) CREATE TABLE "deltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_aa131d729d" FOREIGN KEY ("bravo_id") REFERENCES "bravos" ("id") , CONSTRAINT "fk_rails_afc1a9c87d" FOREIGN KEY ("zed_id") REFERENCES "charlies" ("id") )  (0.1ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (0.1ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.0ms) INSERT INTO "deltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "adeltas"  (0.1ms) DROP TABLE "adeltas"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.6ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "ahotels" ("id" integer NOT NULL PRIMARY KEY, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer DEFAULT NULL)  (0.1ms) CREATE INDEX "tindex_ahotels_on_india_id" ON "ahotels" ("india_id")  (0.0ms) INSERT INTO "ahotels" ("id","created_at","updated_at","india_id") SELECT "id","created_at","updated_at","india_id" FROM "hotels"  (0.1ms) DROP TABLE "hotels"  (0.1ms) CREATE TABLE "hotels" ("id" integer NOT NULL PRIMARY KEY, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer DEFAULT NULL, CONSTRAINT "fk_rails_2d98147578" FOREIGN KEY ("india_id") REFERENCES "indias" ("id") )  (0.1ms) CREATE INDEX "index_hotels_on_india_id" ON "hotels" ("india_id")  (0.0ms) INSERT INTO "hotels" ("id","created_at","updated_at","india_id") SELECT "id","created_at","updated_at","india_id" FROM "ahotels"  (0.1ms) DROP TABLE "ahotels"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "aindias" ("id" integer NOT NULL PRIMARY KEY, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_aindias_on_hotel_id" ON "aindias" ("hotel_id")  (0.0ms) INSERT INTO "aindias" ("id","hotel_id","created_at","updated_at") SELECT "id","hotel_id","created_at","updated_at" FROM "indias"  (0.2ms) DROP TABLE "indias"  (0.1ms) CREATE TABLE "indias" ("id" integer NOT NULL PRIMARY KEY, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_304a9d92d0" FOREIGN KEY ("hotel_id") REFERENCES "hotels" ("id") )  (0.1ms) CREATE INDEX "index_indias_on_hotel_id" ON "indias" ("hotel_id")  (0.1ms) INSERT INTO "indias" ("id","hotel_id","created_at","updated_at") SELECT "id","hotel_id","created_at","updated_at" FROM "aindias"  (0.1ms) DROP TABLE "aindias"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.4ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.7ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "ajulietts" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "string" varchar DEFAULT NULL, "integer" integer DEFAULT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_ajulietts_on_alfa_id" ON "ajulietts" ("alfa_id")  (0.0ms) INSERT INTO "ajulietts" ("id","alfa_id","string","integer","created_at","updated_at") SELECT "id","alfa_id","string","integer","created_at","updated_at" FROM "julietts"  (0.1ms) DROP TABLE "julietts"  (0.1ms) CREATE TABLE "julietts" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "string" varchar DEFAULT NULL, "integer" integer DEFAULT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_996fd14f94" FOREIGN KEY ("alfa_id") REFERENCES "alfas" ("id") )  (0.1ms) CREATE INDEX "index_julietts_on_alfa_id" ON "julietts" ("alfa_id")  (0.0ms) INSERT INTO "julietts" ("id","alfa_id","string","integer","created_at","updated_at") SELECT "id","alfa_id","string","integer","created_at","updated_at" FROM "ajulietts"  (0.1ms) DROP TABLE "ajulietts"  (0.3ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES (20200923100338)  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES (20200923100317), (20200923100328), (20200923100329), (20200923100330), (20200923100331), (20200923100332), (20200923100334), (20200923100335), (20200923100336), (20200923100337);   (1.8ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2020-11-21 13:43:09.366631"], ["updated_at", "2020-11-21 13:43:09.366631"]]  (1.3ms) commit transaction ActiveRecord::InternalMetadata Load (0.0ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ActiveRecord::InternalMetadata Load (0.0ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "schema_sha1"], ["LIMIT", 1]]  (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "schema_sha1"], ["value", "20ad0a21aac0185645ff86ad01e29438de5ecfe2"], ["created_at", "2020-11-21 13:43:09.371421"], ["updated_at", "2020-11-21 13:43:09.371421"]]  (1.3ms) commit transaction  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.5ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.8ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.4ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.6ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.6ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (2.1ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.6ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.0ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.8ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.9ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.3ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Accusamus alias est. Beatae ut unde. Maxime dignissimos nulla. Inventore nemo esse."], ["email", "chieko@example.biz"], ["first_name", "Erlinda"], ["firstname", "Annemarie"], ["last_name", "Howe"], ["lastname", "Shields"], ["lat", "-36.85391338456625"], ["latitute", "-65.94929287222789"], ["lng", "-105.67867586778608"], ["locale", "LY"], ["longitude", "6.276511674921153"], ["middlename", "Gottlieb"], ["middle_name", "Wolf"], ["password", "UtSp1Wq8"], ["phone", "(265) 667-9879 x374"], ["phone_number", "283-343-9426 x3960"], ["reference", "f4c23014-7e49-4fcc-8b20-245911b116c4"], ["title", "Cum quisquam dignissimos."], ["user_name", "alfonso_hintz"], ["username", "douglas"], ["uuid", "c94623a2-06e7-4514-b7c5-12b2bfe4c1de"], ["created_at", "2020-11-21 13:44:00.845040"], ["updated_at", "2020-11-21 13:44:00.845040"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Repudiandae omnis qui. Officiis dolores voluptas. Et odit et. Aut error minima."], ["email", "willia.hand@example.info"], ["first_name", "Joey"], ["firstname", "Debroah"], ["last_name", "Gorczany"], ["lastname", "Champlin"], ["lat", "27.49619635627583"], ["latitute", "86.68579481572613"], ["lng", "-67.78745868234563"], ["locale", "SG"], ["longitude", "43.14425443315457"], ["middlename", "Bogan"], ["middle_name", "Buckridge"], ["password", "Z9gQj6N71mTdZ66"], ["phone", "927.318.6601 x237"], ["phone_number", "743-669-6872 x952"], ["reference", "80e3f451-14aa-4ec0-8778-6bdd084d0f89"], ["title", "Officiis illo veniam impedit."], ["user_name", "lesley_raynor"], ["username", "bert"], ["uuid", "c3823d7e-df1f-45d0-a62c-730154602e20"], ["created_at", "2020-11-21 13:44:00.914760"], ["updated_at", "2020-11-21 13:44:00.914760"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Consequatur natus animi. Distinctio quia eligendi. Aliquam atque sapiente. Unde enim laudantium."], ["email", "kylee.hoppe@example.io"], ["first_name", "Faustino"], ["firstname", "Alysha"], ["last_name", "Connelly"], ["lastname", "Barrows"], ["lat", "88.98574244917518"], ["latitute", "27.98388791070397"], ["lng", "-111.99126327145115"], ["locale", "VA"], ["longitude", "28.069604585558295"], ["middlename", "Beer"], ["middle_name", "Becker"], ["password", "CsBaHa6OmW6gW"], ["phone", "905-024-6693"], ["phone_number", "843.777.6860 x436"], ["reference", "7e2d74af-35ed-4a4a-a98f-141e8c5da174"], ["title", "Nostrum voluptas nulla quia eaque."], ["user_name", "kirby"], ["username", "duncan_nikolaus"], ["uuid", "10091baf-6c02-4fcb-bd62-fb733b0df2dc"], ["created_at", "2020-11-21 13:44:00.945318"], ["updated_at", "2020-11-21 13:44:00.945318"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Ex inventore omnis. Aliquam libero rem."], ["email", "amie@example.co"], ["first_name", "Jarrett"], ["firstname", "Alva"], ["last_name", "Kunde"], ["lastname", "Windler"], ["lat", "44.60177264849196"], ["latitute", "-36.665859932535774"], ["lng", "-138.26277679351622"], ["locale", "KI"], ["longitude", "-92.58832049408876"], ["middlename", "Gleason"], ["middle_name", "Grady"], ["password", "9BcT4hG4qMxYtAdI"], ["phone", "(926) 199-5261 x2958"], ["phone_number", "(800) 673-6367"], ["reference", "3fd4b6f3-60ce-4bbb-b7ff-ad2ee0da65a4"], ["title", "Quos eos amet dolores voluptas."], ["user_name", "lida"], ["username", "zoila"], ["uuid", "a64b295f-ad06-4614-be6d-a811cc42e7c8"], ["created_at", "2020-11-21 13:44:00.970714"], ["updated_at", "2020-11-21 13:44:00.970714"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Adipisci vitae dolorum. Et blanditiis repudiandae. Minima voluptatem fuga. Est quae ipsum."], ["email", "stewart_stiedemann@example.info"], ["first_name", "Nedra"], ["firstname", "Leland"], ["last_name", "Turcotte"], ["lastname", "Schumm"], ["lat", "73.07632698475183"], ["latitute", "-76.6775517818949"], ["lng", "33.16876495950771"], ["locale", "BG"], ["longitude", "149.53113365991123"], ["middlename", "Mayer"], ["middle_name", "Rippin"], ["password", "CwCiM3rW"], ["phone", "575.381.7437 x020"], ["phone_number", "1-401-172-9541"], ["reference", "b4c73609-ee41-4d4e-a4b7-3a9829259082"], ["title", "Quia quia esse."], ["user_name", "ciera.legros"], ["username", "carmen.larson"], ["uuid", "3209f859-c583-470b-9c26-a34943ae0527"], ["created_at", "2020-11-21 13:44:00.995276"], ["updated_at", "2020-11-21 13:44:00.995276"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Laborum consequatur sed. Excepturi molestiae ut."], ["email", "codi@example.info"], ["first_name", "Marita"], ["firstname", "Chi"], ["last_name", "West"], ["lastname", "Anderson"], ["lat", "-42.55963437879813"], ["latitute", "20.18845479727608"], ["lng", "-37.99782063551308"], ["locale", "GM"], ["longitude", "-103.79435844097658"], ["middlename", "Cruickshank"], ["middle_name", "Turner"], ["password", "IjQxOtTzG7rM8k4Q"], ["phone", "674-825-6590 x2864"], ["phone_number", "274.898.3902"], ["reference", "eb65749b-546b-4b01-b104-df994dc0057c"], ["title", "Esse quibusdam velit qui."], ["user_name", "hollie"], ["username", "salvatore"], ["uuid", "285ccb7c-c319-4131-a27a-37177ab6378a"], ["created_at", "2020-11-21 13:44:01.019561"], ["updated_at", "2020-11-21 13:44:01.019561"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Repellendus harum provident. Tenetur aut inventore. Dolore sit doloribus. Delectus fugiat sint."], ["email", "aracely@example.com"], ["first_name", "Edwina"], ["firstname", "Madaline"], ["last_name", "Mitchell"], ["lastname", "Powlowski"], ["lat", "-3.4906220703692554"], ["latitute", "-68.57620466593005"], ["lng", "-55.87987734550701"], ["locale", "MW"], ["longitude", "38.26228849592388"], ["middlename", "Wunsch"], ["middle_name", "Prohaska"], ["password", "JmUo3WrTp3RyLr"], ["phone", "(853) 566-8169"], ["phone_number", "166-020-4156 x91274"], ["reference", "95d1fcb1-7f99-49ca-b1bb-4bcecae3de13"], ["title", "Expedita inventore quam."], ["user_name", "casandra_stanton"], ["username", "raleigh_leannon"], ["uuid", "d54f0f75-032d-43ae-9770-97cad174fbe0"], ["created_at", "2020-11-21 13:44:01.044337"], ["updated_at", "2020-11-21 13:44:01.044337"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Sint in omnis. Et ea nam. Quia doloribus delectus."], ["email", "tera@example.com"], ["first_name", "Sydney"], ["firstname", "Leontine"], ["last_name", "Christiansen"], ["lastname", "Hirthe"], ["lat", "-39.586034363630624"], ["latitute", "6.114336807301328"], ["lng", "-17.773266567462628"], ["locale", "KZ"], ["longitude", "-160.62817965762878"], ["middlename", "Wintheiser"], ["middle_name", "Lebsack"], ["password", "MbK8aVj3Rw3MrZ4"], ["phone", "1-525-176-6855"], ["phone_number", "1-679-385-8027 x453"], ["reference", "907357f2-f693-4f7e-9f9d-62c2e2ba8274"], ["title", "At sequi officia nihil dolores repellat."], ["user_name", "elenore_gorczany"], ["username", "vicky_goldner"], ["uuid", "7ce8e38f-b382-4c9b-8942-6a397bf40f6a"], ["created_at", "2020-11-21 13:44:01.068990"], ["updated_at", "2020-11-21 13:44:01.068990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.3ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Illo ut velit. Recusandae aliquam hic. Sint facilis est. Quo dolorum accusamus."], ["email", "mason_stoltenberg@example.info"], ["first_name", "Lilian"], ["firstname", "Belinda"], ["last_name", "Beatty"], ["lastname", "Spencer"], ["lat", "-17.19418590586048"], ["latitute", "79.23022655202269"], ["lng", "68.08254363837219"], ["locale", "CZ"], ["longitude", "63.84792509052434"], ["middlename", "Kuhic"], ["middle_name", "Will"], ["password", "WdRuQnFiHcV"], ["phone", "645-760-2661"], ["phone_number", "799-360-6519 x637"], ["reference", "12559a6c-24fe-4375-bd0b-bd4ad8535d4f"], ["title", "Ut temporibus dolorem beatae qui."], ["user_name", "vanesa"], ["username", "huey_little"], ["uuid", "9968575e-c327-471b-9330-02b494d1aa4b"], ["created_at", "2020-11-21 13:44:01.093740"], ["updated_at", "2020-11-21 13:44:01.093740"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Facere velit corrupti. Id animi nam. Autem molestias quae. Temporibus assumenda sequi. Architecto neque eum."], ["email", "demetrius@example.org"], ["first_name", "Rubye"], ["firstname", "Rodolfo"], ["last_name", "O'Conner"], ["lastname", "Conn"], ["lat", "-52.748185781215874"], ["latitute", "-62.30355683643557"], ["lng", "-132.83905463020528"], ["locale", "YT"], ["longitude", "-24.866144862598475"], ["middlename", "Kunde"], ["middle_name", "Kling"], ["password", "Wf6LmWcRd645Q"], ["phone", "374-551-3793 x9224"], ["phone_number", "349-416-0755 x1262"], ["reference", "2a4ff16b-b8c1-42e4-8fb2-eab9ccf6f1dd"], ["title", "Neque libero voluptas suscipit."], ["user_name", "jody"], ["username", "dustin"], ["uuid", "781f4585-1cb0-4255-ad2a-2be00e1a9cc1"], ["created_at", "2020-11-21 13:44:01.128361"], ["updated_at", "2020-11-21 13:44:01.128361"]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Lima Exists? (0.1ms) SELECT 1 AS one FROM "limas" LIMIT ? [["LIMIT", 1]] Lima Load (0.2ms) SELECT "limas".* FROM "limas" Lima Load (0.3ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (11.4ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (2.0ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Voluptates illo nihil. Officiis aliquam non. Ut sit natus. Eaque quibusdam natus."], ["email", "everett.hayes@example.com"], ["first_name", "Suzann"], ["firstname", "Kendall"], ["last_name", "Swift"], ["lastname", "McCullough"], ["lat", "-89.57180720486382"], ["latitute", "44.3760961523339"], ["lng", "71.98537626260412"], ["locale", "VI"], ["longitude", "79.43770095097392"], ["middlename", "Tillman"], ["middle_name", "Nader"], ["password", "TlFqA10zB"], ["phone", "306.053.1467 x47568"], ["phone_number", "(918) 129-2544 x26885"], ["reference", "f673970a-fee0-4285-a7d7-92ba6c3b5654"], ["title", "Illum quo voluptas."], ["user_name", "emely.williamson"], ["username", "dirk"], ["uuid", "0ef0e342-108e-4213-a5a0-58358df103a6"], ["created_at", "2020-11-21 13:44:19.877537"], ["updated_at", "2020-11-21 13:44:19.877537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Illum commodi dignissimos. Ab in odio."], ["email", "alexia_bashirian@example.name"], ["first_name", "Karrie"], ["firstname", "Freida"], ["last_name", "Casper"], ["lastname", "Corwin"], ["lat", "29.143944096167232"], ["latitute", "34.633960874546375"], ["lng", "-75.28654687437195"], ["locale", "MW"], ["longitude", "-0.01831915660670802"], ["middlename", "O'Connell"], ["middle_name", "Rempel"], ["password", "RmVmFq2HmZpXs"], ["phone", "1-199-092-4054 x7637"], ["phone_number", "(322) 781-9572"], ["reference", "326c9989-f4c0-440b-94df-e302c62fed38"], ["title", "Assumenda nulla repellendus accusamus voluptas."], ["user_name", "samuel_fisher"], ["username", "alphonso_yundt"], ["uuid", "b22734b0-8eda-442d-9479-c234873c057c"], ["created_at", "2020-11-21 13:44:19.937345"], ["updated_at", "2020-11-21 13:44:19.937345"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Suscipit aliquam et. Consequatur accusantium ut. Eos qui dolor. Voluptate fugit asperiores."], ["email", "kristofer@example.name"], ["first_name", "Deann"], ["firstname", "Jackson"], ["last_name", "Hammes"], ["lastname", "Christiansen"], ["lat", "42.87654814128308"], ["latitute", "-30.39876385367893"], ["lng", "-10.110121677512723"], ["locale", "RS"], ["longitude", "138.57091378554628"], ["middlename", "Murray"], ["middle_name", "Greenfelder"], ["password", "AsL1wPz1I48094nG"], ["phone", "(377) 402-4851"], ["phone_number", "(372) 145-7485 x9560"], ["reference", "a9a83573-5c18-4c7c-93b4-8576d94ad2eb"], ["title", "Nesciunt consequatur ea laborum vero illum."], ["user_name", "miquel_anderson"], ["username", "rosendo"], ["uuid", "636fda50-5705-4d22-bd22-ef5db86647f2"], ["created_at", "2020-11-21 13:44:19.991945"], ["updated_at", "2020-11-21 13:44:19.991945"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Quo possimus ducimus. Ea quasi et. Voluptates ut sit."], ["email", "kyle_rosenbaum@example.io"], ["first_name", "Ada"], ["firstname", "Laticia"], ["last_name", "O'Connell"], ["lastname", "Hagenes"], ["lat", "45.25408581746598"], ["latitute", "-44.782227735840536"], ["lng", "47.27576569174792"], ["locale", "KY"], ["longitude", "43.62532713365536"], ["middlename", "O'Conner"], ["middle_name", "Lang"], ["password", "GdZ7lWnYt"], ["phone", "1-346-665-5956 x6200"], ["phone_number", "1-349-986-5278"], ["reference", "0e273ef3-b495-4ea5-9bb5-ead1799284b6"], ["title", "Dolore fuga vero id blanditiis harum."], ["user_name", "jamison"], ["username", "cecila_connelly"], ["uuid", "0beb1eea-7bbd-4005-b4f7-43b40e685000"], ["created_at", "2020-11-21 13:44:20.019089"], ["updated_at", "2020-11-21 13:44:20.019089"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Ut blanditiis aut. Voluptas laborum accusamus."], ["email", "daria@example.name"], ["first_name", "Boris"], ["firstname", "Timmy"], ["last_name", "Keeling"], ["lastname", "Altenwerth"], ["lat", "-43.98978644980901"], ["latitute", "-17.700243457773965"], ["lng", "-164.92503090060887"], ["locale", "CU"], ["longitude", "46.79800155826271"], ["middlename", "Heaney"], ["middle_name", "Thiel"], ["password", "Ai847Q5zBxZl"], ["phone", "(479) 740-4848 x2031"], ["phone_number", "579.291.9600 x793"], ["reference", "f293d537-4a4a-4276-8651-1cc5b48603d9"], ["title", "Assumenda iste cumque."], ["user_name", "michal_russel"], ["username", "val.schimmel"], ["uuid", "152ac940-201f-4079-8f49-95500b05b63b"], ["created_at", "2020-11-21 13:44:20.043447"], ["updated_at", "2020-11-21 13:44:20.043447"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Ea vero quaerat. Eius architecto culpa. Repudiandae neque accusantium. Eligendi autem et. Accusamus placeat ullam."], ["email", "arleen@example.biz"], ["first_name", "Noemi"], ["firstname", "Susana"], ["last_name", "Waelchi"], ["lastname", "Crist"], ["lat", "39.60826651441258"], ["latitute", "43.75530653797529"], ["lng", "-14.366593390350971"], ["locale", "CL"], ["longitude", "88.3308159828311"], ["middlename", "Von"], ["middle_name", "Christiansen"], ["password", "TaG96mEmAsYf0S4"], ["phone", "1-318-843-9768 x100"], ["phone_number", "336-546-5884 x06460"], ["reference", "159812f1-8c9b-4261-8f01-e122fca59798"], ["title", "Reiciendis error nulla praesentium."], ["user_name", "mac"], ["username", "rob"], ["uuid", "40b1843c-79be-448a-8494-fb68690c54d6"], ["created_at", "2020-11-21 13:44:20.068031"], ["updated_at", "2020-11-21 13:44:20.068031"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Qui aliquid aut. Similique ipsum quod. Voluptatem corrupti architecto."], ["email", "emerita.huels@example.com"], ["first_name", "Carroll"], ["firstname", "Laura"], ["last_name", "Crist"], ["lastname", "Haley"], ["lat", "52.49761290218095"], ["latitute", "61.769502281556925"], ["lng", "-127.60382917352298"], ["locale", "BO"], ["longitude", "-75.71177428146609"], ["middlename", "Rutherford"], ["middle_name", "Ritchie"], ["password", "YdF55i8Fq"], ["phone", "220-534-3451 x91831"], ["phone_number", "(440) 541-3476"], ["reference", "ac3e4208-69ef-456c-9c78-85d367e77b84"], ["title", "Deleniti sint illum tenetur."], ["user_name", "evan.larson"], ["username", "kathlene_krajcik"], ["uuid", "c9238c1d-3a07-4f70-a9a4-4bc08d346c3b"], ["created_at", "2020-11-21 13:44:20.092555"], ["updated_at", "2020-11-21 13:44:20.092555"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Voluptatem nisi error. Rem consequuntur omnis. Velit necessitatibus voluptas. Quam et debitis."], ["email", "keshia.emmerich@example.co"], ["first_name", "Breann"], ["firstname", "Benito"], ["last_name", "Nitzsche"], ["lastname", "Willms"], ["lat", "18.791051894495723"], ["latitute", "-24.919655427998094"], ["lng", "95.35220921919824"], ["locale", "CI"], ["longitude", "97.7838502414184"], ["middlename", "Parker"], ["middle_name", "Conroy"], ["password", "VtEcPsVxP2fT39c"], ["phone", "(197) 625-8881 x36271"], ["phone_number", "374-340-9807 x8508"], ["reference", "a12bf7fd-f331-4040-a66b-27a9f569e6f1"], ["title", "Non in tempore."], ["user_name", "geralyn"], ["username", "asha"], ["uuid", "341218f4-7d24-4b10-bea3-cd5b021fb19f"], ["created_at", "2020-11-21 13:44:20.117097"], ["updated_at", "2020-11-21 13:44:20.117097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Voluptas aliquam enim. Deserunt quaerat quos. Quis nobis odit. Dolores similique maxime."], ["email", "carrol@example.name"], ["first_name", "Magaret"], ["firstname", "Vance"], ["last_name", "Beahan"], ["lastname", "Spencer"], ["lat", "-6.198222505602146"], ["latitute", "-15.993851701112249"], ["lng", "-58.59534410470886"], ["locale", "ZM"], ["longitude", "31.2121598225649"], ["middlename", "Streich"], ["middle_name", "Doyle"], ["password", "GxYmOdBjUp"], ["phone", "169.611.3762 x330"], ["phone_number", "(187) 286-8865 x253"], ["reference", "50564dd8-c407-44d5-8ff4-b083596a9fd1"], ["title", "Aspernatur ut ut."], ["user_name", "guillermo_sawayn"], ["username", "vincenzo"], ["uuid", "7789230a-2067-41e3-8320-048077925c37"], ["created_at", "2020-11-21 13:44:20.141581"], ["updated_at", "2020-11-21 13:44:20.141581"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Repellendus sed eum. Aliquam dolores autem. Id officia rerum. Odit laboriosam est. Delectus quo illo."], ["email", "mikel@example.info"], ["first_name", "Dayna"], ["firstname", "Rashad"], ["last_name", "Langosh"], ["lastname", "Jaskolski"], ["lat", "77.15152200065742"], ["latitute", "28.787205825713926"], ["lng", "-61.42260768949863"], ["locale", "VG"], ["longitude", "-41.24805408430473"], ["middlename", "Gerlach"], ["middle_name", "Schulist"], ["password", "5SsVbAvHo6I3"], ["phone", "(532) 993-3331 x31807"], ["phone_number", "1-548-638-9432 x7625"], ["reference", "a345e81d-e9e1-4bc9-a6df-1a5086a63758"], ["title", "Illo quis molestiae necessitatibus repellat expedita."], ["user_name", "ludie"], ["username", "franchesca.dickens"], ["uuid", "343255a5-2b94-420d-82e4-9e89c8e275a3"], ["created_at", "2020-11-21 13:44:20.166364"], ["updated_at", "2020-11-21 13:44:20.166364"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Exists? (0.1ms) SELECT 1 AS one FROM "limas" LIMIT ? [["LIMIT", 1]] Lima Load (0.1ms) SELECT "limas".* FROM "limas" Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]] Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.5ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.1ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.8ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.7ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.7ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.9ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Dolor aut numquam. Voluptas accusantium asperiores."], ["email", "herman_cummerata@example.biz"], ["first_name", "Cleveland"], ["firstname", "Jerome"], ["last_name", "Sauer"], ["lastname", "Dicki"], ["lat", "-59.589138694252895"], ["latitute", "-13.98188301160512"], ["lng", "175.2258759891231"], ["locale", "BJ"], ["longitude", "-96.09819081417264"], ["middlename", "Cole"], ["middle_name", "Borer"], ["password", "YbS176iRf"], ["phone", "922.224.4859 x727"], ["phone_number", "829-591-2431 x32742"], ["reference", "8ae29ffd-d927-4e0d-91c1-8f332399ac23"], ["title", "Voluptates maxime est neque earum."], ["user_name", "joesph"], ["username", "sherwood"], ["uuid", "b93a9b0e-07cf-4877-a2d4-ffe88160316b"], ["created_at", "2020-11-21 13:44:28.649663"], ["updated_at", "2020-11-21 13:44:28.649663"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Voluptatem et nemo. Tempore deleniti est. Rem magnam rerum."], ["email", "pierre_beer@example.name"], ["first_name", "Ozzie"], ["firstname", "Cyrstal"], ["last_name", "Spencer"], ["lastname", "Witting"], ["lat", "82.6712400154228"], ["latitute", "70.22954702562848"], ["lng", "-74.50589384856869"], ["locale", "KG"], ["longitude", "-36.350340055086804"], ["middlename", "Kshlerin"], ["middle_name", "Kuhlman"], ["password", "2CbBwB0x8"], ["phone", "1-678-260-4862 x9649"], ["phone_number", "1-998-720-1852 x53299"], ["reference", "b2762c10-9473-430b-b325-f3d7dc4d1be1"], ["title", "Asperiores eius reiciendis earum aut nostrum."], ["user_name", "tama"], ["username", "harvey.strosin"], ["uuid", "3edc7d90-de1d-4346-9c58-36d118b64d1f"], ["created_at", "2020-11-21 13:44:28.718669"], ["updated_at", "2020-11-21 13:44:28.718669"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Id consectetur aliquid. Dolorum suscipit est."], ["email", "blossom@example.io"], ["first_name", "Edgar"], ["firstname", "Lon"], ["last_name", "Maggio"], ["lastname", "Legros"], ["lat", "52.917268793876076"], ["latitute", "-64.40144897097736"], ["lng", "97.0061751669777"], ["locale", "VN"], ["longitude", "23.110226336500688"], ["middlename", "West"], ["middle_name", "O'Kon"], ["password", "HrIrArOp"], ["phone", "165-533-4555"], ["phone_number", "(827) 945-3368 x094"], ["reference", "33f37e35-5ecf-4c1b-98d9-767a8be68815"], ["title", "Voluptatibus fugit vel."], ["user_name", "samella.dietrich"], ["username", "hans_bode"], ["uuid", "f3df23ec-0bf9-441f-b084-e438f216f612"], ["created_at", "2020-11-21 13:44:28.749009"], ["updated_at", "2020-11-21 13:44:28.749009"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Voluptatem inventore vero. Enim ab esse. Rerum soluta labore. Odit quasi possimus. Qui enim sit."], ["email", "tamara@example.io"], ["first_name", "Willena"], ["firstname", "Curtis"], ["last_name", "Lesch"], ["lastname", "Roberts"], ["lat", "-79.3614409304321"], ["latitute", "-31.907132368240724"], ["lng", "90.21205811545997"], ["locale", "KR"], ["longitude", "-126.30291063168963"], ["middlename", "O'Connell"], ["middle_name", "Weissnat"], ["password", "IfZm3DxG9oR4"], ["phone", "664.716.4104 x40348"], ["phone_number", "(225) 425-5333 x459"], ["reference", "03ac292e-df90-4504-94b9-e0b48880ce43"], ["title", "Doloribus culpa delectus."], ["user_name", "amado"], ["username", "haywood_streich"], ["uuid", "a361f21c-880a-4c1f-9d72-955e8609c997"], ["created_at", "2020-11-21 13:44:28.774786"], ["updated_at", "2020-11-21 13:44:28.774786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Ut qui ullam. Alias eum dolor. Fugit perspiciatis et. Nesciunt maiores sed. Accusantium adipisci ipsum."], ["email", "krishna_haag@example.name"], ["first_name", "Ollie"], ["firstname", "Dorinda"], ["last_name", "Lang"], ["lastname", "Johnston"], ["lat", "5.538884436496929"], ["latitute", "-59.74306743924181"], ["lng", "105.26224306803789"], ["locale", "DE"], ["longitude", "-76.54504058296101"], ["middlename", "Trantow"], ["middle_name", "Anderson"], ["password", "ZeSiA9iQ"], ["phone", "557-421-2287 x9778"], ["phone_number", "1-762-864-5991 x780"], ["reference", "e60a943f-291f-47fc-bb4e-aca6ac4aed04"], ["title", "Quis unde recusandae modi."], ["user_name", "dee.murray"], ["username", "emilee"], ["uuid", "ffc6235c-8e11-4bc4-b7c3-1774a4c5f6b4"], ["created_at", "2020-11-21 13:44:28.799051"], ["updated_at", "2020-11-21 13:44:28.799051"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Ut veniam natus. Aspernatur soluta rerum. Sed quasi dolorem. Dolorum quia quos."], ["email", "tommy@example.net"], ["first_name", "Brandie"], ["firstname", "Sammy"], ["last_name", "Kuphal"], ["lastname", "Reichel"], ["lat", "21.89499909685803"], ["latitute", "74.70062655718237"], ["lng", "-166.07592419589136"], ["locale", "PH"], ["longitude", "-3.102888848600429"], ["middlename", "Welch"], ["middle_name", "Boyle"], ["password", "6GmG3wRe8G"], ["phone", "(606) 617-2139 x01908"], ["phone_number", "(643) 842-5281 x37990"], ["reference", "000dc82a-f3f2-4fc6-b694-a36bf221c01f"], ["title", "Exercitationem et ut tempore expedita autem."], ["user_name", "corie"], ["username", "mervin"], ["uuid", "95de492f-efe2-44c7-ae76-da8436119f45"], ["created_at", "2020-11-21 13:44:28.823249"], ["updated_at", "2020-11-21 13:44:28.823249"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Id ut rerum. Nulla aut provident. Non voluptas rerum. Qui cumque minima. Nostrum quaerat dolores."], ["email", "luis@example.co"], ["first_name", "Jeromy"], ["firstname", "Angela"], ["last_name", "Spinka"], ["lastname", "Bechtelar"], ["lat", "31.653618244451422"], ["latitute", "-4.9582618873906625"], ["lng", "-6.6405933092420355"], ["locale", "GB"], ["longitude", "178.18174461463718"], ["middlename", "Murphy"], ["middle_name", "Pfannerstill"], ["password", "36H9gRyWlG8qJg7"], ["phone", "(204) 764-1741 x3543"], ["phone_number", "1-664-156-2434"], ["reference", "b64f4d9b-9a57-4b1f-ad6e-8107fce79f59"], ["title", "Est recusandae veritatis."], ["user_name", "maryanne_hermiston"], ["username", "tracy"], ["uuid", "a1d2d74d-2870-47e0-978f-77eea14ee084"], ["created_at", "2020-11-21 13:44:28.847813"], ["updated_at", "2020-11-21 13:44:28.847813"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "In quod quidem. Dicta et unde."], ["email", "raisa@example.org"], ["first_name", "Sharleen"], ["firstname", "Burt"], ["last_name", "Stroman"], ["lastname", "Satterfield"], ["lat", "16.28746893883303"], ["latitute", "61.31104223025858"], ["lng", "161.04185389094226"], ["locale", "SN"], ["longitude", "109.81407672539746"], ["middlename", "Larson"], ["middle_name", "Cremin"], ["password", "CvAu1E7cPmMu6EoY"], ["phone", "775.722.5665 x77203"], ["phone_number", "311-541-6390 x23380"], ["reference", "30133b1d-d7c7-41cd-acc1-b5a0e7de95bb"], ["title", "Molestiae mollitia amet explicabo numquam."], ["user_name", "paz.swaniawski"], ["username", "cody"], ["uuid", "b0a1ceb6-7b9b-4952-ae4c-ffe57bea44df"], ["created_at", "2020-11-21 13:44:28.871886"], ["updated_at", "2020-11-21 13:44:28.871886"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Deleniti debitis officiis. Voluptas omnis nulla. Quae autem rerum. Laborum sunt aut."], ["email", "connie.will@example.net"], ["first_name", "Casey"], ["firstname", "Laurence"], ["last_name", "Kling"], ["lastname", "Stoltenberg"], ["lat", "52.70937143816485"], ["latitute", "-37.412104424175574"], ["lng", "-160.56317854056965"], ["locale", "AZ"], ["longitude", "-97.24062131265175"], ["middlename", "Hackett"], ["middle_name", "Bogisich"], ["password", "DcYbAhF0kNkQbI"], ["phone", "1-310-220-7420"], ["phone_number", "123-843-4883 x61686"], ["reference", "ab947d32-d906-49a3-8fdf-48b441a88dd6"], ["title", "Quia voluptate non sed ducimus magnam."], ["user_name", "araceli"], ["username", "shanelle.goldner"], ["uuid", "a3d87e2c-a4e9-4c57-9d19-df9e474ae678"], ["created_at", "2020-11-21 13:44:28.896084"], ["updated_at", "2020-11-21 13:44:28.896084"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Iste atque nam. Eum odio fugiat. Tenetur sunt molestias. Illum in nobis."], ["email", "emerson@example.co"], ["first_name", "Adelia"], ["firstname", "Corinne"], ["last_name", "Beahan"], ["lastname", "Lind"], ["lat", "72.9313085545756"], ["latitute", "-7.760025948370526"], ["lng", "-45.80521036888314"], ["locale", "BN"], ["longitude", "89.72633550199106"], ["middlename", "Bradtke"], ["middle_name", "Dibbert"], ["password", "XmDjEpDqR"], ["phone", "639.215.2907 x644"], ["phone_number", "1-689-570-8359"], ["reference", "5a01e5a8-9029-4e8d-a452-a00b93142c54"], ["title", "Sequi et voluptas."], ["user_name", "franklin"], ["username", "angelia_corkery"], ["uuid", "bf8b863f-7d48-4a99-8bc1-da82a647ef16"], ["created_at", "2020-11-21 13:44:28.933877"], ["updated_at", "2020-11-21 13:44:28.933877"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]] Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.9ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.8ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.6ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (2.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Commodi beatae reiciendis. Minus quo quaerat. Asperiores totam velit."], ["email", "hollis@example.com"], ["first_name", "Lashaun"], ["firstname", "Derrick"], ["last_name", "Rice"], ["lastname", "Pouros"], ["lat", "76.8593595930071"], ["latitute", "42.82448543961499"], ["lng", "132.96729983484158"], ["locale", "SD"], ["longitude", "43.15547804805877"], ["middlename", "Wyman"], ["middle_name", "Kautzer"], ["password", "PyYgF2gP"], ["phone", "1-839-227-1996 x12639"], ["phone_number", "709-696-7166 x4275"], ["reference", "c0572705-73a1-485a-9391-02f5746589d9"], ["title", "Culpa qui suscipit impedit quia repellat."], ["user_name", "jason_ledner"], ["username", "shanelle.wuckert"], ["uuid", "9f6cca47-f09b-4ee2-9e11-ecbab16ee1d8"], ["created_at", "2020-11-21 13:44:47.889403"], ["updated_at", "2020-11-21 13:44:47.889403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Porro eum at. Cumque amet eaque. Reiciendis eaque assumenda. A aliquid cumque. Eveniet deleniti ipsum."], ["email", "efren@example.info"], ["first_name", "Arnoldo"], ["firstname", "Joette"], ["last_name", "Ryan"], ["lastname", "Ratke"], ["lat", "-3.7343575196845933"], ["latitute", "35.19650910981734"], ["lng", "118.67332313120005"], ["locale", "PS"], ["longitude", "-51.640981531332415"], ["middlename", "Wolff"], ["middle_name", "Rempel"], ["password", "CaHgU2zS61mN4z"], ["phone", "1-214-910-8391 x4514"], ["phone_number", "138-570-0462 x82062"], ["reference", "15e6139c-068a-49c8-92bd-b3ffe7219b62"], ["title", "Commodi sint magni fugiat inventore."], ["user_name", "jessie.stark"], ["username", "donna_turner"], ["uuid", "ac4a77cd-8ec4-4302-98eb-88c0ad2e42cc"], ["created_at", "2020-11-21 13:44:47.959018"], ["updated_at", "2020-11-21 13:44:47.959018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Voluptatem dolore et. Distinctio vero et. Ea commodi sapiente. Deleniti voluptas praesentium. Laboriosam et debitis."], ["email", "elvin_windler@example.co"], ["first_name", "Kim"], ["firstname", "Antoine"], ["last_name", "Fahey"], ["lastname", "Ankunding"], ["lat", "66.23091620232489"], ["latitute", "-50.857539217760866"], ["lng", "-37.17712025617976"], ["locale", "LY"], ["longitude", "60.04201910520584"], ["middlename", "Gottlieb"], ["middle_name", "Altenwerth"], ["password", "Wx6829R24"], ["phone", "982.264.1671"], ["phone_number", "114-906-9611 x74288"], ["reference", "69baa57d-3d38-48b3-8df8-d03b2db9ab9f"], ["title", "Voluptatum dolores distinctio ullam autem."], ["user_name", "armando_gutmann"], ["username", "bev.bahringer"], ["uuid", "57def2ad-6919-42d4-b458-9c7f0d739c90"], ["created_at", "2020-11-21 13:44:47.988642"], ["updated_at", "2020-11-21 13:44:47.988642"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Rerum voluptatem voluptas. Sit quaerat error. Ab doloribus ducimus. Atque aliquid dolore."], ["email", "bennie@example.net"], ["first_name", "Tammie"], ["firstname", "Isaac"], ["last_name", "Durgan"], ["lastname", "Nicolas"], ["lat", "20.90562766409346"], ["latitute", "-23.280871834225223"], ["lng", "83.83052885768126"], ["locale", "TZ"], ["longitude", "140.33196841527842"], ["middlename", "Koch"], ["middle_name", "Pacocha"], ["password", "8UnDeZaKqEh4Je3H"], ["phone", "(198) 310-0422 x624"], ["phone_number", "503.119.4004 x92859"], ["reference", "592b4540-dd2a-405c-8ad4-dea864994ba0"], ["title", "Velit expedita quaerat."], ["user_name", "randolph_schoen"], ["username", "bradford"], ["uuid", "137f9526-6075-43e3-8eb3-8e9fb762d735"], ["created_at", "2020-11-21 13:44:48.013572"], ["updated_at", "2020-11-21 13:44:48.013572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Assumenda qui fugit. Ut omnis et."], ["email", "stevie@example.net"], ["first_name", "Hanna"], ["firstname", "Selina"], ["last_name", "Auer"], ["lastname", "Goyette"], ["lat", "42.966754790572594"], ["latitute", "37.77316676253649"], ["lng", "-107.96560328013143"], ["locale", "DO"], ["longitude", "161.1367600766971"], ["middlename", "Prosacco"], ["middle_name", "O'Hara"], ["password", "MuYqLuSv"], ["phone", "1-718-666-6841 x1654"], ["phone_number", "(755) 527-6746 x277"], ["reference", "b182e8e2-7dbb-4624-9898-4b378b4e6174"], ["title", "Consectetur quam tempore non."], ["user_name", "marian"], ["username", "chuck.friesen"], ["uuid", "10553e50-a5f1-412d-81db-e6df4c54c45a"], ["created_at", "2020-11-21 13:44:48.037596"], ["updated_at", "2020-11-21 13:44:48.037596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Sapiente quia voluptas. Nam unde temporibus. Sed cum vitae."], ["email", "bernardine.nicolas@example.io"], ["first_name", "Julian"], ["firstname", "Shante"], ["last_name", "Yundt"], ["lastname", "Herman"], ["lat", "39.756911211710474"], ["latitute", "72.63745838470882"], ["lng", "123.37283825960935"], ["locale", "BQ"], ["longitude", "-172.56253031647285"], ["middlename", "Dickens"], ["middle_name", "Friesen"], ["password", "RhEu6UjKbA"], ["phone", "749-066-5498"], ["phone_number", "318.391.9513 x110"], ["reference", "d5470da4-d0e9-45ac-95c4-be4f43954cc4"], ["title", "Quasi ex magni et."], ["user_name", "hattie.von"], ["username", "nigel"], ["uuid", "33ccc962-1d84-408f-8d7b-9d4c7bdbeed2"], ["created_at", "2020-11-21 13:44:48.061646"], ["updated_at", "2020-11-21 13:44:48.061646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Pariatur doloremque voluptatum. Repellendus delectus labore. In quas id."], ["email", "jed_schmidt@example.org"], ["first_name", "Pamala"], ["firstname", "Lamont"], ["last_name", "Feest"], ["lastname", "Bradtke"], ["lat", "12.40017058868004"], ["latitute", "59.4992979464389"], ["lng", "-97.43477129103363"], ["locale", "TJ"], ["longitude", "-125.29692681977176"], ["middlename", "Erdman"], ["middle_name", "Auer"], ["password", "0Rv5QvWyN9"], ["phone", "1-506-622-0176 x8425"], ["phone_number", "484.144.3265"], ["reference", "463dcaf6-e427-4c9c-a2ed-ec7b2c06cac3"], ["title", "Hic sed tenetur est illum officiis."], ["user_name", "kay"], ["username", "vaughn_zemlak"], ["uuid", "45f3f4bf-8dc9-4f0a-9629-0da5d66c6c19"], ["created_at", "2020-11-21 13:44:48.085882"], ["updated_at", "2020-11-21 13:44:48.085882"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Voluptas vel suscipit. Eum maiores ab. Vel est hic. Ipsam voluptas est. Sed similique voluptas."], ["email", "timmy@example.io"], ["first_name", "Pa"], ["firstname", "Leanora"], ["last_name", "Reichert"], ["lastname", "Langosh"], ["lat", "-25.308024584714715"], ["latitute", "-71.57365961252295"], ["lng", "85.86244798971796"], ["locale", "KY"], ["longitude", "151.56862246688428"], ["middlename", "West"], ["middle_name", "West"], ["password", "HnNlXyOxBgIeDaQ"], ["phone", "842.259.5226 x976"], ["phone_number", "1-426-395-1604 x1262"], ["reference", "cb550230-89ae-4a93-9b28-3afa4985d14d"], ["title", "Quis nam dolores."], ["user_name", "kyle.halvorson"], ["username", "benito.steuber"], ["uuid", "b7573857-6582-4719-b6fe-abd652bf9cfb"], ["created_at", "2020-11-21 13:44:48.110286"], ["updated_at", "2020-11-21 13:44:48.110286"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Accusantium blanditiis dolorem. Et quos nisi. Alias nisi iste."], ["email", "sean_monahan@example.biz"], ["first_name", "Valentin"], ["firstname", "Mercedez"], ["last_name", "Streich"], ["lastname", "Ernser"], ["lat", "37.33750878764609"], ["latitute", "4.691721090357703"], ["lng", "-132.85013203317894"], ["locale", "NF"], ["longitude", "27.29719654740157"], ["middlename", "Predovic"], ["middle_name", "Kemmer"], ["password", "Y41eGsDp"], ["phone", "553-554-7587"], ["phone_number", "1-622-903-0733 x1616"], ["reference", "d67b02f4-22a6-44fd-bf95-1e53d1f6b8a2"], ["title", "Quia quia magni et sit dolorem."], ["user_name", "jenelle"], ["username", "davis_torp"], ["uuid", "64ee0daa-ba8a-476c-b32d-07368ec030b2"], ["created_at", "2020-11-21 13:44:48.134545"], ["updated_at", "2020-11-21 13:44:48.134545"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Aperiam recusandae repellendus. Voluptas vel aut."], ["email", "raymundo_boyer@example.biz"], ["first_name", "Andreas"], ["firstname", "Annabel"], ["last_name", "Schroeder"], ["lastname", "Beahan"], ["lat", "-23.761282992708956"], ["latitute", "27.397573818443462"], ["lng", "28.13529745769023"], ["locale", "EE"], ["longitude", "-69.24789131797148"], ["middlename", "Watsica"], ["middle_name", "Kozey"], ["password", "E0g38R5h6"], ["phone", "1-169-902-9280 x55720"], ["phone_number", "411.562.9100"], ["reference", "90a08b97-9473-46d0-bbb2-5071f502024d"], ["title", "Quo ut maxime et."], ["user_name", "roxann"], ["username", "johnnie"], ["uuid", "06945d74-5db7-43f8-9f73-b1bb0d34f51c"], ["created_at", "2020-11-21 13:44:48.168770"], ["updated_at", "2020-11-21 13:44:48.168770"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]] Lima Load (0.1ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.9ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.9ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 13:45:48.112171"], ["updated_at", "2020-11-21 13:45:48.112171"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.4ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 13:45:48.166949"], ["updated_at", "2020-11-21 13:45:48.166949"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 13:45:48.219539"], ["updated_at", "2020-11-21 13:45:48.219539"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 13:45:48.245375"], ["updated_at", "2020-11-21 13:45:48.245375"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 13:45:48.267735"], ["updated_at", "2020-11-21 13:45:48.267735"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 13:45:48.289930"], ["updated_at", "2020-11-21 13:45:48.289930"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 13:45:48.312332"], ["updated_at", "2020-11-21 13:45:48.312332"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 13:45:48.334664"], ["updated_at", "2020-11-21 13:45:48.334664"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 13:45:48.356938"], ["updated_at", "2020-11-21 13:45:48.356938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 13:45:48.379307"], ["updated_at", "2020-11-21 13:45:48.379307"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.1ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.3ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.8ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.8ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.8ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Est incidunt molestias. Eos dolor dolorem. Ut quia omnis. Ad officiis facilis."], ["email", "frederic@example.info"], ["first_name", "Myron"], ["firstname", "Lynsey"], ["last_name", "O'Hara"], ["lastname", "Kuhn"], ["lat", "-39.11947595538343"], ["latitute", "-83.91544460386929"], ["lng", "-101.67833650727789"], ["locale", "DK"], ["longitude", "-11.118434415290608"], ["middlename", "Boyer"], ["middle_name", "Morar"], ["password", "OiJ2rR5p"], ["phone", "1-515-432-4355 x809"], ["phone_number", "(291) 379-3825 x8723"], ["reference", "7f001b7a-59e2-4027-82af-f411587010a1"], ["title", "Ea omnis iure incidunt architecto mollitia."], ["user_name", "chang"], ["username", "rod.halvorson"], ["uuid", "ef4710d4-26f0-418b-bb1d-036268e7b57b"], ["created_at", "2020-11-21 13:46:03.559814"], ["updated_at", "2020-11-21 13:46:03.559814"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Ut quo laudantium. Quam ut quidem. In ea doloribus."], ["email", "kareen_mohr@example.biz"], ["first_name", "Thersa"], ["firstname", "Delmer"], ["last_name", "Hessel"], ["lastname", "Herzog"], ["lat", "-82.13355467269244"], ["latitute", "-29.20828050926024"], ["lng", "-134.8757949607532"], ["locale", "SZ"], ["longitude", "149.75782679984627"], ["middlename", "Fahey"], ["middle_name", "Larkin"], ["password", "XgB2g7Hf"], ["phone", "533.604.1255 x31763"], ["phone_number", "1-474-891-1969"], ["reference", "47fe29fe-5ef3-4f03-86a5-e9599b0a8009"], ["title", "Beatae architecto labore enim quod."], ["user_name", "ervin"], ["username", "marcell_heathcote"], ["uuid", "16d61006-f182-4d9a-89d4-f1d3f9036e65"], ["created_at", "2020-11-21 13:46:03.620166"], ["updated_at", "2020-11-21 13:46:03.620166"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Sed ipsa dolores. A iusto reprehenderit. Voluptates possimus rerum. Neque laborum dolore. Vero perspiciatis mollitia."], ["email", "weston_swift@example.net"], ["first_name", "Shanti"], ["firstname", "Lloyd"], ["last_name", "Torphy"], ["lastname", "Mills"], ["lat", "-3.9983008263318"], ["latitute", "6.104787376224522"], ["lng", "-94.68543751923815"], ["locale", "DJ"], ["longitude", "45.89171174752161"], ["middlename", "O'Hara"], ["middle_name", "Cummerata"], ["password", "Me8Zz1Q3kT7z"], ["phone", "504.794.4244 x93381"], ["phone_number", "727-631-0251 x80258"], ["reference", "679ed1c6-08d9-4300-9232-d53a55a3d15a"], ["title", "Ut voluptate omnis sed aut autem."], ["user_name", "reggie_donnelly"], ["username", "corey"], ["uuid", "062c5823-b175-438b-b34e-2da8a4a767c6"], ["created_at", "2020-11-21 13:46:03.672111"], ["updated_at", "2020-11-21 13:46:03.672111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Et consequatur atque. Ad cumque earum. Ut molestias pariatur."], ["email", "orval@example.org"], ["first_name", "Houston"], ["firstname", "Lorette"], ["last_name", "Ryan"], ["lastname", "Schoen"], ["lat", "66.63514738256441"], ["latitute", "-86.45671109960479"], ["lng", "-106.32757057389054"], ["locale", "GH"], ["longitude", "-42.3836780456505"], ["middlename", "Okuneva"], ["middle_name", "Quitzon"], ["password", "2QsNs1R8m"], ["phone", "(351) 050-6135 x9082"], ["phone_number", "1-153-704-6297 x03249"], ["reference", "41104cfa-34a9-4ff5-9d33-2f8e86b71889"], ["title", "Omnis omnis laboriosam repudiandae eligendi ipsa."], ["user_name", "herb.leffler"], ["username", "rolland_ziemann"], ["uuid", "ca147c20-dce4-4a20-8601-5d1ce66f171d"], ["created_at", "2020-11-21 13:46:03.698739"], ["updated_at", "2020-11-21 13:46:03.698739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Recusandae nisi voluptatibus. Qui natus amet. Aut est aperiam. Ad ipsam necessitatibus."], ["email", "emmaline_hilpert@example.co"], ["first_name", "Rodrick"], ["firstname", "Shane"], ["last_name", "Strosin"], ["lastname", "Collier"], ["lat", "53.220288359299644"], ["latitute", "12.16339445239349"], ["lng", "49.08523913396618"], ["locale", "JO"], ["longitude", "30.820961278137588"], ["middlename", "Hane"], ["middle_name", "Dibbert"], ["password", "SjBhEdKeP8q"], ["phone", "1-323-201-0087"], ["phone_number", "108.021.2100 x2651"], ["reference", "682e04ab-a1c6-4110-87b9-ae4b6631dcd7"], ["title", "Sit nihil amet."], ["user_name", "irving_runolfsdottir"], ["username", "yasmine"], ["uuid", "f7bc26ed-aecf-4acd-beb7-fa5b059a906f"], ["created_at", "2020-11-21 13:46:03.723748"], ["updated_at", "2020-11-21 13:46:03.723748"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "A qui quis. Tempora aperiam non."], ["email", "hosea@example.io"], ["first_name", "Bert"], ["firstname", "Taylor"], ["last_name", "Schiller"], ["lastname", "Nader"], ["lat", "62.813114072599944"], ["latitute", "63.81875925393683"], ["lng", "175.38219966071415"], ["locale", "MN"], ["longitude", "57.067060837821884"], ["middlename", "Legros"], ["middle_name", "Kuhic"], ["password", "4DjN5d48N9gH3"], ["phone", "618-197-1476 x9980"], ["phone_number", "(465) 531-1746"], ["reference", "1988e22a-5451-431e-8f23-cd627a8cd65f"], ["title", "Nemo aliquid ullam est."], ["user_name", "elmira.pfannerstill"], ["username", "maxine"], ["uuid", "fb092b57-ff1d-4c2e-809f-5f0bdc38a903"], ["created_at", "2020-11-21 13:46:03.748242"], ["updated_at", "2020-11-21 13:46:03.748242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Alias corrupti numquam. Sint aspernatur quaerat. Laborum distinctio quia. Itaque consequatur voluptatem. Nesciunt corporis quaerat."], ["email", "stasia.russel@example.biz"], ["first_name", "Veda"], ["firstname", "Lazaro"], ["last_name", "Bechtelar"], ["lastname", "Shields"], ["lat", "46.317153556152334"], ["latitute", "86.62294703250524"], ["lng", "-153.43825736324308"], ["locale", "NI"], ["longitude", "131.52810055393144"], ["middlename", "Torphy"], ["middle_name", "Purdy"], ["password", "4T5jDyLt2Rc2Iz5X"], ["phone", "288-617-7851"], ["phone_number", "1-231-726-0790 x550"], ["reference", "3a6e643e-26ed-47e5-87f0-dc9e12ac847f"], ["title", "Ex quia voluptas."], ["user_name", "marcell.feil"], ["username", "sheron_hahn"], ["uuid", "f1bcf7c7-9a04-4ad1-a61f-1470f9a1ee90"], ["created_at", "2020-11-21 13:46:03.773013"], ["updated_at", "2020-11-21 13:46:03.773013"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Soluta corrupti tempora. Inventore occaecati explicabo."], ["email", "gertrudis@example.info"], ["first_name", "Markus"], ["firstname", "Otis"], ["last_name", "Larkin"], ["lastname", "Conroy"], ["lat", "-10.879751059566274"], ["latitute", "59.19094746682842"], ["lng", "-50.120075177259054"], ["locale", "MK"], ["longitude", "-178.68778851588445"], ["middlename", "Bradtke"], ["middle_name", "Murazik"], ["password", "ZmYbK34uW"], ["phone", "314.283.0048 x570"], ["phone_number", "736-124-6749"], ["reference", "e13a65c2-23dc-4796-8a93-7fc211cfdfbb"], ["title", "Iusto et enim quam occaecati eius."], ["user_name", "kenna.goldner"], ["username", "mathilda.corkery"], ["uuid", "62b349fa-3108-46ef-b712-8b7d28e647a8"], ["created_at", "2020-11-21 13:46:03.797513"], ["updated_at", "2020-11-21 13:46:03.797513"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Perspiciatis architecto et. Nisi vel ea."], ["email", "lawanda@example.io"], ["first_name", "Craig"], ["firstname", "Nancey"], ["last_name", "White"], ["lastname", "Hane"], ["lat", "7.805755366500662"], ["latitute", "11.036519814464015"], ["lng", "2.3559898150988374"], ["locale", "IL"], ["longitude", "169.35515045236383"], ["middlename", "Dickens"], ["middle_name", "Quigley"], ["password", "T2s6J2gRb"], ["phone", "884.970.6032 x2524"], ["phone_number", "254.490.2219"], ["reference", "413063e1-97ae-469a-b0bc-b4f2798e8200"], ["title", "Est enim dolor sint."], ["user_name", "rolando"], ["username", "ena.balistreri"], ["uuid", "1a59aad9-eb71-441f-8299-f58bcb7e56e0"], ["created_at", "2020-11-21 13:46:03.821805"], ["updated_at", "2020-11-21 13:46:03.821805"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Est reiciendis sit. Corrupti unde asperiores. Ea doloremque laborum."], ["email", "belia.champlin@example.name"], ["first_name", "Emerita"], ["firstname", "Trudie"], ["last_name", "Grant"], ["lastname", "Nolan"], ["lat", "-41.83798171066844"], ["latitute", "-61.34727210075718"], ["lng", "-172.4883206964149"], ["locale", "IR"], ["longitude", "-22.83772586689443"], ["middlename", "Harris"], ["middle_name", "Gulgowski"], ["password", "BvAo3RnDjLe3X41m"], ["phone", "504.808.0572 x526"], ["phone_number", "399.243.5259 x1718"], ["reference", "d45dc921-6315-4107-b9dd-e9d79c886b52"], ["title", "Nihil nobis dignissimos est."], ["user_name", "rayford_hettinger"], ["username", "royce"], ["uuid", "5e6ab61c-9cca-43cc-9ec1-e3b299b2717e"], ["created_at", "2020-11-21 13:46:03.846396"], ["updated_at", "2020-11-21 13:46:03.846396"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.4ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.6ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.8ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.8ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Provident incidunt quaerat. Delectus neque fugit. Sint quasi corporis."], ["email", "nick.jones@example.name"], ["first_name", "Scotty"], ["firstname", "Hosea"], ["last_name", "Toy"], ["lastname", "Fadel"], ["lat", "77.38203177373487"], ["latitute", "34.082385925210204"], ["lng", "7.653724632095589"], ["locale", "LA"], ["longitude", "-8.927465639093327"], ["middlename", "Kris"], ["middle_name", "Dibbert"], ["password", "KcK6aTqS"], ["phone", "1-739-939-0478 x36828"], ["phone_number", "639.811.9105"], ["reference", "55b92c62-08ff-4456-bb33-98446fc7d365"], ["title", "Quia est voluptatibus aut numquam qui."], ["user_name", "wyatt.bartell"], ["username", "ethan.renner"], ["uuid", "4288eca4-03ad-4be3-9780-d101d4fe9ddc"], ["created_at", "2020-11-21 13:46:20.508144"], ["updated_at", "2020-11-21 13:46:20.508144"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Omnis similique expedita. Non qui sit. In qui qui."], ["email", "kim_hirthe@example.org"], ["first_name", "Sara"], ["firstname", "Paris"], ["last_name", "Kerluke"], ["lastname", "Torp"], ["lat", "85.90155153584814"], ["latitute", "11.519363644489971"], ["lng", "-99.45731881435604"], ["locale", "AO"], ["longitude", "129.09203237684358"], ["middlename", "Maggio"], ["middle_name", "Murazik"], ["password", "Yd1WqDu3F5fAjU"], ["phone", "801-219-1195"], ["phone_number", "(678) 604-8299 x385"], ["reference", "83ed291f-501f-4774-ba7b-4c1c172ff8d6"], ["title", "Recusandae aspernatur qui."], ["user_name", "lance"], ["username", "ngoc"], ["uuid", "39721954-4c47-4e2a-8aea-1b3d4efd36e6"], ["created_at", "2020-11-21 13:46:20.595335"], ["updated_at", "2020-11-21 13:46:20.595335"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Est voluptas et. Qui doloremque ut."], ["email", "forest@example.io"], ["first_name", "Cathey"], ["firstname", "Vanessa"], ["last_name", "Welch"], ["lastname", "Rice"], ["lat", "-51.374951754909816"], ["latitute", "15.782859944643462"], ["lng", "112.55541401484743"], ["locale", "CX"], ["longitude", "-89.89146261089012"], ["middlename", "Kreiger"], ["middle_name", "Rippin"], ["password", "6SdLiEwGuOvXfGz"], ["phone", "360.763.3256 x580"], ["phone_number", "831-451-8838 x04402"], ["reference", "5b1a6c46-2437-4526-b1dc-6712c8eafc57"], ["title", "Est in iusto eveniet."], ["user_name", "beau.johnston"], ["username", "lawrence.boyer"], ["uuid", "bfa012c5-9ca7-4735-a11a-adbcf407ec08"], ["created_at", "2020-11-21 13:46:20.633979"], ["updated_at", "2020-11-21 13:46:20.633979"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Doloribus est qui. Consequatur non ut. Ad rerum quis. Qui perferendis accusamus. Corporis vel hic."], ["email", "angelica.goodwin@example.biz"], ["first_name", "Lloyd"], ["firstname", "Corrinne"], ["last_name", "Jakubowski"], ["lastname", "Romaguera"], ["lat", "56.314877592116545"], ["latitute", "45.041301143532166"], ["lng", "30.006744829656128"], ["locale", "AL"], ["longitude", "-23.020384371068218"], ["middlename", "Hartmann"], ["middle_name", "Schuster"], ["password", "KnSkUsDoI6sMh"], ["phone", "245-986-2326"], ["phone_number", "(461) 965-3517 x13939"], ["reference", "1e1ac945-c415-4b05-8a98-a5bf0d2577cd"], ["title", "Adipisci voluptas harum aliquam."], ["user_name", "noah.wiegand"], ["username", "tashina"], ["uuid", "7906d421-b4ca-40bd-bd58-e2f355d2543c"], ["created_at", "2020-11-21 13:46:20.669566"], ["updated_at", "2020-11-21 13:46:20.669566"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Cum accusamus quod. Culpa et et. Perferendis eos tenetur."], ["email", "edwin@example.info"], ["first_name", "Loralee"], ["firstname", "Iola"], ["last_name", "Ernser"], ["lastname", "Howell"], ["lat", "-11.581087127124263"], ["latitute", "23.770753728466545"], ["lng", "111.58003038388563"], ["locale", "BE"], ["longitude", "-46.70194837747252"], ["middlename", "Paucek"], ["middle_name", "Simonis"], ["password", "HaVhRiXt"], ["phone", "(514) 028-5319 x82683"], ["phone_number", "262-035-4296"], ["reference", "88a57630-73e2-4002-8e52-4e3226fc9ee3"], ["title", "Provident dolorem repellat eos."], ["user_name", "tobias"], ["username", "winston"], ["uuid", "b5a30c0f-af68-4ce8-91ac-7c255ad0e9c9"], ["created_at", "2020-11-21 13:46:20.704584"], ["updated_at", "2020-11-21 13:46:20.704584"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Itaque eligendi impedit. Sed porro ipsum. Deleniti ut provident."], ["email", "martin.altenwerth@example.org"], ["first_name", "Allen"], ["firstname", "Von"], ["last_name", "Boehm"], ["lastname", "Erdman"], ["lat", "-6.461773518739648"], ["latitute", "2.559734623772357"], ["lng", "61.62274816275254"], ["locale", "GY"], ["longitude", "58.106453984407636"], ["middlename", "Stokes"], ["middle_name", "Will"], ["password", "44YbD1q0VhMzIn"], ["phone", "881.614.2612 x555"], ["phone_number", "(865) 818-3632 x9250"], ["reference", "3f7812da-b6b7-46bd-94bd-dce1431e43a1"], ["title", "Ipsum maxime ratione commodi."], ["user_name", "genia.murphy"], ["username", "chance"], ["uuid", "0751a56a-f9e5-4623-8d3e-5b12ca9d465d"], ["created_at", "2020-11-21 13:46:20.736221"], ["updated_at", "2020-11-21 13:46:20.736221"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Expedita earum incidunt. Ut quaerat facere. Odit numquam totam."], ["email", "dodie_lesch@example.co"], ["first_name", "Galen"], ["firstname", "Ed"], ["last_name", "Kuhn"], ["lastname", "Cruickshank"], ["lat", "83.68892391039043"], ["latitute", "-68.536315294428"], ["lng", "159.42093060155787"], ["locale", "PE"], ["longitude", "75.72280475981094"], ["middlename", "Hirthe"], ["middle_name", "Pfannerstill"], ["password", "JeGx6M90"], ["phone", "1-876-025-5055 x437"], ["phone_number", "530-717-0874 x1993"], ["reference", "0af7e4c6-3e44-48f1-9f3f-7098297ba96c"], ["title", "Odio autem nisi vitae."], ["user_name", "jeanette"], ["username", "michale"], ["uuid", "6f7c13a3-8d58-42b1-9ccb-27318a7dac4e"], ["created_at", "2020-11-21 13:46:20.771452"], ["updated_at", "2020-11-21 13:46:20.771452"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Et consequatur et. Id quae quaerat. Consequuntur totam excepturi."], ["email", "sheena@example.name"], ["first_name", "Cecil"], ["firstname", "Jerome"], ["last_name", "Parker"], ["lastname", "Feest"], ["lat", "-88.13149693837997"], ["latitute", "-48.88533138434995"], ["lng", "-143.28812038810335"], ["locale", "IQ"], ["longitude", "-13.22347463839975"], ["middlename", "Simonis"], ["middle_name", "Thompson"], ["password", "UpQg8HrE8bYs3Zk"], ["phone", "712-887-3221 x02700"], ["phone_number", "296-601-4328 x976"], ["reference", "8bb95354-5266-4d3f-807e-730418a3fd71"], ["title", "Molestias dolores nostrum laboriosam ipsam."], ["user_name", "alicia_mcdermott"], ["username", "elinore.leuschke"], ["uuid", "e53880b7-e9af-440a-8f2d-706f8a005c03"], ["created_at", "2020-11-21 13:46:20.808276"], ["updated_at", "2020-11-21 13:46:20.808276"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.3ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Vel suscipit totam. Ducimus ab magni. Voluptatem fugit reiciendis. Fugit eos qui."], ["email", "christopher.stehr@example.info"], ["first_name", "Cole"], ["firstname", "Oscar"], ["last_name", "Huels"], ["lastname", "Kuhlman"], ["lat", "86.9835288045974"], ["latitute", "-53.929300866312325"], ["lng", "144.34824608342132"], ["locale", "RE"], ["longitude", "-0.20108444843691586"], ["middlename", "Rau"], ["middle_name", "Rosenbaum"], ["password", "W8fJcFoFjJ"], ["phone", "564.613.4472 x951"], ["phone_number", "1-838-466-2440"], ["reference", "de905549-fed3-419d-bab8-9e65a883c566"], ["title", "Rerum assumenda repellendus neque."], ["user_name", "cristina"], ["username", "michel_littel"], ["uuid", "ac729c84-5583-4b99-a900-0a65c9feef38"], ["created_at", "2020-11-21 13:46:20.858016"], ["updated_at", "2020-11-21 13:46:20.858016"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Quam aliquid doloremque. Aut asperiores id. Et quia enim. Quod ullam non."], ["email", "adaline_auer@example.io"], ["first_name", "Osvaldo"], ["firstname", "Evelynn"], ["last_name", "Dooley"], ["lastname", "Stiedemann"], ["lat", "-69.75260241751234"], ["latitute", "37.81935704632012"], ["lng", "26.265825122125307"], ["locale", "EC"], ["longitude", "-121.02565280497389"], ["middlename", "Schowalter"], ["middle_name", "Orn"], ["password", "GwOnZnZvQqGsE"], ["phone", "485.991.4174 x19573"], ["phone_number", "920-496-5358 x0499"], ["reference", "ec199e9f-0e9c-4feb-b7ac-3f712072acfe"], ["title", "Animi excepturi omnis."], ["user_name", "son_rice"], ["username", "arie.toy"], ["uuid", "3c24d412-a258-40ec-879f-9a0ae3257216"], ["created_at", "2020-11-21 13:46:20.901265"], ["updated_at", "2020-11-21 13:46:20.901265"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (12.0ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (3.5ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.6ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.5ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (2.2ms) DELETE FROM "limas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.7ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.5ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.6ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.8ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.6ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.9ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (37.0ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.7ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.9ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.5ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (1.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Velit quam consequatur. Consequatur et accusamus. Corporis et debitis."], ["email", "mabelle@example.io"], ["first_name", "Neville"], ["firstname", "Betsey"], ["last_name", "Ortiz"], ["lastname", "Effertz"], ["lat", "84.54036437860839"], ["latitute", "30.85412386740242"], ["lng", "34.7691399932406"], ["locale", "PF"], ["longitude", "-165.8075940488239"], ["middlename", "Nikolaus"], ["middle_name", "Volkman"], ["password", "DjXzS4qAz1I7y"], ["phone", "1-817-092-6457 x8283"], ["phone_number", "830-163-2587 x170"], ["reference", "c560ebfd-19a0-4a4b-bc22-00b4c6bcb43e"], ["title", "Est nihil accusamus omnis."], ["user_name", "rocco.johnston"], ["username", "alejandro"], ["uuid", "a01ccd6b-9577-4bc4-8317-f7cc57e3bcd5"], ["created_at", "2020-11-21 13:54:58.447233"], ["updated_at", "2020-11-21 13:54:58.447233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Dolores animi quibusdam. Molestiae veniam cupiditate. Consequatur praesentium qui. Ipsa quia non. Non vero ut."], ["email", "jake.hane@example.info"], ["first_name", "Seth"], ["firstname", "Angelo"], ["last_name", "Goyette"], ["lastname", "Murphy"], ["lat", "-79.94480786020846"], ["latitute", "61.487502641750325"], ["lng", "27.318479743832086"], ["locale", "GQ"], ["longitude", "-104.2201193680498"], ["middlename", "Herzog"], ["middle_name", "Funk"], ["password", "CuUaFsOiCuVh"], ["phone", "(764) 277-5477 x93668"], ["phone_number", "(286) 729-3947 x574"], ["reference", "6c1c262f-1cbe-4e39-a640-296dda79b61c"], ["title", "Vel illo ratione repellendus recusandae quibusdam."], ["user_name", "hal.smitham"], ["username", "liliana_lindgren"], ["uuid", "022de93e-2cd1-4f0c-9e25-ef8f3b6898fd"], ["created_at", "2020-11-21 13:54:58.517273"], ["updated_at", "2020-11-21 13:54:58.517273"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Fugiat adipisci quibusdam. Maxime quibusdam ut. Hic sequi aut."], ["email", "merle@example.co"], ["first_name", "Gilbert"], ["firstname", "Roland"], ["last_name", "Carroll"], ["lastname", "Fadel"], ["lat", "-56.43877005766229"], ["latitute", "-23.066441013225443"], ["lng", "135.4189641123882"], ["locale", "CO"], ["longitude", "-159.8995997689374"], ["middlename", "Mertz"], ["middle_name", "Nikolaus"], ["password", "NbC36tJhI5"], ["phone", "328.994.3579 x784"], ["phone_number", "(254) 249-8636 x56195"], ["reference", "21a160b0-38c5-4966-a432-9f5a840ac081"], ["title", "Aut qui repellat at eligendi quod."], ["user_name", "ivey"], ["username", "naomi"], ["uuid", "7cde329b-c2ae-4a7e-94f9-6e355a29f94c"], ["created_at", "2020-11-21 13:54:58.547502"], ["updated_at", "2020-11-21 13:54:58.547502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Consequatur dolores sit. Eligendi quam at. Impedit ullam dolorem. Reprehenderit vero cupiditate. Sed beatae recusandae."], ["email", "stuart@example.biz"], ["first_name", "Carole"], ["firstname", "Taylor"], ["last_name", "Hodkiewicz"], ["lastname", "Olson"], ["lat", "-87.84498159534307"], ["latitute", "6.486210213794578"], ["lng", "51.534412351966466"], ["locale", "BO"], ["longitude", "-178.35275126478174"], ["middlename", "Leannon"], ["middle_name", "Little"], ["password", "GkP7dDyVk"], ["phone", "(644) 236-8869 x571"], ["phone_number", "(643) 760-8587 x468"], ["reference", "5581f663-d6fc-4871-84f4-f78acaecf577"], ["title", "Fugit quibusdam earum voluptas."], ["user_name", "alethia_hilll"], ["username", "jaimee"], ["uuid", "1e1e903c-da2c-482d-aea7-e0c90e9c2db5"], ["created_at", "2020-11-21 13:54:58.573229"], ["updated_at", "2020-11-21 13:54:58.573229"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Dolor voluptates beatae. Earum est corrupti. Sunt error provident. Facilis dicta quas. Quod repellat cumque."], ["email", "yun@example.co"], ["first_name", "Bernard"], ["firstname", "Brant"], ["last_name", "Barrows"], ["lastname", "Hamill"], ["lat", "82.56920460766057"], ["latitute", "74.92326364655568"], ["lng", "-63.170168646618606"], ["locale", "SR"], ["longitude", "-26.35063168942054"], ["middlename", "Lemke"], ["middle_name", "Becker"], ["password", "J8tH3cLzP6vJ9"], ["phone", "690.453.1198 x9130"], ["phone_number", "912-962-4452 x656"], ["reference", "acf32d63-c764-4899-83f3-a8fc2ed5cdf7"], ["title", "Eveniet est officiis aliquid qui omnis."], ["user_name", "graciela"], ["username", "mariel_skiles"], ["uuid", "03c17ff4-a312-425d-92a7-372dbee4c11b"], ["created_at", "2020-11-21 13:54:58.597658"], ["updated_at", "2020-11-21 13:54:58.597658"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Quam aperiam quibusdam. Voluptates culpa asperiores. Consequuntur vero exercitationem. Inventore facilis sapiente."], ["email", "antony@example.biz"], ["first_name", "Chase"], ["firstname", "Todd"], ["last_name", "Hilll"], ["lastname", "Ebert"], ["lat", "58.10959017046795"], ["latitute", "-67.60628735787445"], ["lng", "124.227372340415"], ["locale", "MD"], ["longitude", "105.28981936226182"], ["middlename", "Kessler"], ["middle_name", "Klein"], ["password", "PhJy2I4wGaC2"], ["phone", "(789) 334-7098 x44565"], ["phone_number", "698-255-2045 x230"], ["reference", "b7a4faac-d961-4840-9f7e-a895a55f9c58"], ["title", "Corporis ut eveniet dicta dolores."], ["user_name", "raguel_pfannerstill"], ["username", "jamie_blick"], ["uuid", "0a127395-5b0b-4140-af4f-ebf2ab84c1a8"], ["created_at", "2020-11-21 13:54:58.621943"], ["updated_at", "2020-11-21 13:54:58.621943"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Exercitationem incidunt et. Voluptas dolorum ipsum."], ["email", "mallory.hammes@example.com"], ["first_name", "Ula"], ["firstname", "Albert"], ["last_name", "Schaefer"], ["lastname", "Heaney"], ["lat", "89.75287172016326"], ["latitute", "-16.616114582034797"], ["lng", "169.7352037310235"], ["locale", "GH"], ["longitude", "44.663761817886325"], ["middlename", "Parker"], ["middle_name", "Renner"], ["password", "SrLn1Bi3N"], ["phone", "997-040-7525 x53403"], ["phone_number", "(768) 970-7523 x5381"], ["reference", "68ea30ad-2e16-4ea8-9fe5-4010875e1083"], ["title", "Aliquam et vero dolorum."], ["user_name", "mica"], ["username", "billie"], ["uuid", "11d5b8d7-e3e6-42da-a86e-0635338ac43e"], ["created_at", "2020-11-21 13:54:58.646244"], ["updated_at", "2020-11-21 13:54:58.646244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Impedit iste culpa. Est impedit maiores."], ["email", "lashell.bergnaum@example.org"], ["first_name", "Norbert"], ["firstname", "Kirby"], ["last_name", "Labadie"], ["lastname", "Bradtke"], ["lat", "-71.07685982979498"], ["latitute", "-73.9281371418092"], ["lng", "-153.3970849799104"], ["locale", "MQ"], ["longitude", "-104.50294654402872"], ["middlename", "Cruickshank"], ["middle_name", "Schuster"], ["password", "C7h1Fi3GiErUwQzM"], ["phone", "727.932.0218"], ["phone_number", "399.833.4576 x68592"], ["reference", "ada11ccb-c256-46de-b5d0-13af5e87ebfa"], ["title", "Sed expedita architecto alias."], ["user_name", "yoshiko"], ["username", "wendie"], ["uuid", "38a1369b-0abe-40d3-bcc6-9ed74ba68382"], ["created_at", "2020-11-21 13:54:58.670428"], ["updated_at", "2020-11-21 13:54:58.670428"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Eligendi qui harum. Numquam repellendus nihil. Quia ut quasi. Odit delectus voluptas. Odio adipisci iste."], ["email", "theda@example.info"], ["first_name", "Jewel"], ["firstname", "Basil"], ["last_name", "Walter"], ["lastname", "Erdman"], ["lat", "-88.6471110166013"], ["latitute", "-30.85586211537519"], ["lng", "132.00554972088293"], ["locale", "SO"], ["longitude", "169.11582128883356"], ["middlename", "Crona"], ["middle_name", "Corkery"], ["password", "HsZ3w2Bh5"], ["phone", "933-610-6827 x120"], ["phone_number", "322.934.1065 x8468"], ["reference", "5141aaa1-543f-4059-ba18-aacc573f2f27"], ["title", "Earum enim cum optio."], ["user_name", "clemente_spinka"], ["username", "raymonde_wyman"], ["uuid", "a36b293e-54eb-4214-9570-6bb95c496f76"], ["created_at", "2020-11-21 13:54:58.694921"], ["updated_at", "2020-11-21 13:54:58.694921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Eum voluptas consectetur. Tempore odio consequatur. Maiores repellendus ut."], ["email", "timmy.goyette@example.io"], ["first_name", "Alba"], ["firstname", "Angelica"], ["last_name", "Barton"], ["lastname", "Satterfield"], ["lat", "14.36080493591507"], ["latitute", "5.2798784874795075"], ["lng", "78.78906861296917"], ["locale", "BA"], ["longitude", "-57.42181708677843"], ["middlename", "Conroy"], ["middle_name", "Skiles"], ["password", "LiWsSoYfK2wU"], ["phone", "235-750-4499 x6243"], ["phone_number", "1-375-654-1560 x2148"], ["reference", "45ac7554-4d79-4d65-a64a-fecb36f94e64"], ["title", "Optio consectetur assumenda."], ["user_name", "emil"], ["username", "bryant"], ["uuid", "5187a6bf-e7ab-44c5-b913-3546968482ff"], ["created_at", "2020-11-21 13:54:58.729552"], ["updated_at", "2020-11-21 13:54:58.729552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.3ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.6ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (2.1ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.6ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Doloremque alias tempore. Amet quos recusandae. Nobis praesentium expedita."], ["email", "sacha.gibson@example.io"], ["first_name", "Kurt"], ["firstname", "Adalberto"], ["last_name", "Ledner"], ["lastname", "Marvin"], ["lat", "-80.39299942224383"], ["latitute", "-38.24622062581142"], ["lng", "-31.314016716718953"], ["locale", "PW"], ["longitude", "-122.38934719265873"], ["middlename", "Gleason"], ["middle_name", "Kulas"], ["password", "E1pJjLoWj8Jm72To"], ["phone", "475.218.6980 x88489"], ["phone_number", "942.591.6452"], ["reference", "1fa3540f-5605-4e40-8f89-f8c84514f284"], ["title", "Sequi molestiae ea."], ["user_name", "kendrick"], ["username", "refugio.bartell"], ["uuid", "dcd020d9-463a-4586-a61e-0a75d673964d"], ["created_at", "2020-11-21 13:57:33.345073"], ["updated_at", "2020-11-21 13:57:33.345073"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Laudantium excepturi nesciunt. Sit libero doloremque. At qui similique. Omnis tempora et. Rem qui et."], ["email", "von@example.io"], ["first_name", "Danica"], ["firstname", "Hilde"], ["last_name", "Witting"], ["lastname", "Simonis"], ["lat", "38.33673725192003"], ["latitute", "20.082143706211284"], ["lng", "-49.37131684384522"], ["locale", "SV"], ["longitude", "-23.4977395277094"], ["middlename", "Balistreri"], ["middle_name", "Frami"], ["password", "A9pCcI16c"], ["phone", "766.489.9392 x5042"], ["phone_number", "235-440-0615"], ["reference", "4fd006fb-3dec-4ddf-911c-be6cffac9b14"], ["title", "Eveniet et autem eum quos."], ["user_name", "vernetta"], ["username", "ervin.champlin"], ["uuid", "84ece4ea-23e2-4bba-ac97-e6faf628bcef"], ["created_at", "2020-11-21 13:57:34.795494"], ["updated_at", "2020-11-21 13:57:34.795494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.9ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.6ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.9ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.5ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.9ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Accusantium eum beatae. Cum necessitatibus quia."], ["email", "venita@example.io"], ["first_name", "Many"], ["firstname", "Clement"], ["last_name", "Kovacek"], ["lastname", "Beahan"], ["lat", "33.86631049883387"], ["latitute", "-3.43332473880551"], ["lng", "-153.880944886927"], ["locale", "GW"], ["longitude", "-60.399407047516135"], ["middlename", "O'Reilly"], ["middle_name", "Waters"], ["password", "UhBrOqFkR"], ["phone", "(227) 893-3138 x432"], ["phone_number", "1-104-564-5850 x97297"], ["reference", "9a4ed52b-d254-47ae-97a2-88d7fed912a9"], ["title", "Quaerat qui dolor enim."], ["user_name", "terrance.harber"], ["username", "particia"], ["uuid", "ff9962c1-7b08-423d-a7f7-25ea52b26345"], ["created_at", "2020-11-21 13:57:59.062940"], ["updated_at", "2020-11-21 13:57:59.062940"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Sit fuga et. Officiis praesentium cupiditate. Sequi laboriosam placeat."], ["email", "ola.ferry@example.com"], ["first_name", "Kelly"], ["firstname", "Jay"], ["last_name", "Ziemann"], ["lastname", "Stoltenberg"], ["lat", "-61.81831623977979"], ["latitute", "11.639289626360068"], ["lng", "-151.85596097489605"], ["locale", "IQ"], ["longitude", "69.1413070047987"], ["middlename", "Kerluke"], ["middle_name", "Prohaska"], ["password", "A6lB0zP2e"], ["phone", "506-704-1249 x03094"], ["phone_number", "(979) 138-3980 x8022"], ["reference", "230cc5c0-28cb-4202-853b-100ce679bc3d"], ["title", "Reprehenderit provident fugiat perspiciatis."], ["user_name", "margery"], ["username", "davis.schinner"], ["uuid", "5ee7b73d-19e8-4d69-b3c3-d41bf9912222"], ["created_at", "2020-11-21 13:57:59.131893"], ["updated_at", "2020-11-21 13:57:59.131893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Corrupti voluptatum tempora. Velit non deserunt. Vero repellendus illo."], ["email", "jeffry_homenick@example.name"], ["first_name", "Wynona"], ["firstname", "Dong"], ["last_name", "Franecki"], ["lastname", "Keebler"], ["lat", "-53.316446641106104"], ["latitute", "-35.17027185116429"], ["lng", "-173.93377311608322"], ["locale", "GP"], ["longitude", "95.8087092124016"], ["middlename", "Koch"], ["middle_name", "Crist"], ["password", "PhIzMu0ZsV"], ["phone", "(669) 125-3697 x26321"], ["phone_number", "1-386-718-1301 x770"], ["reference", "42d1b1af-5fd5-4019-a592-2608132b53b8"], ["title", "Nisi provident voluptas dicta omnis ea."], ["user_name", "maria"], ["username", "edgardo.steuber"], ["uuid", "45c343ad-7534-48f4-a124-83522219daa3"], ["created_at", "2020-11-21 13:57:59.162118"], ["updated_at", "2020-11-21 13:57:59.162118"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Beatae voluptatum saepe. Ea consequuntur consequatur. Ipsa deleniti et. Quae rerum doloremque."], ["email", "francina@example.net"], ["first_name", "Suanne"], ["firstname", "Laura"], ["last_name", "Pfannerstill"], ["lastname", "Jacobi"], ["lat", "-22.569488893115263"], ["latitute", "71.66625093982617"], ["lng", "-178.83344081311117"], ["locale", "CA"], ["longitude", "-39.18413951492303"], ["middlename", "Robel"], ["middle_name", "Beahan"], ["password", "373HvLkAw6X123xX"], ["phone", "796-724-1211 x4750"], ["phone_number", "857-757-4236 x5496"], ["reference", "9dc985e6-6705-4b55-8a4f-07ba9dddaabd"], ["title", "Aut rem perferendis."], ["user_name", "dewayne_schuster"], ["username", "lurlene_marks"], ["uuid", "b0cd7a9d-aa99-431f-bb3e-a3ceedd2573a"], ["created_at", "2020-11-21 13:57:59.187716"], ["updated_at", "2020-11-21 13:57:59.187716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Illo est eos. Perspiciatis consectetur deserunt."], ["email", "jeanine@example.io"], ["first_name", "Owen"], ["firstname", "Becky"], ["last_name", "Bauch"], ["lastname", "Goldner"], ["lat", "55.31712479530688"], ["latitute", "15.852648536067264"], ["lng", "-88.19659057824867"], ["locale", "EC"], ["longitude", "-176.00919198849127"], ["middlename", "Lang"], ["middle_name", "Farrell"], ["password", "LdKo9AaU"], ["phone", "(516) 709-2544 x66122"], ["phone_number", "262-401-0964 x629"], ["reference", "03c91b73-69d7-4b94-95e6-b3d703cd6829"], ["title", "Doloribus numquam ipsam ut."], ["user_name", "avis_conroy"], ["username", "collin"], ["uuid", "b7ec961f-b680-4deb-9a00-e48b202d01a1"], ["created_at", "2020-11-21 13:57:59.212096"], ["updated_at", "2020-11-21 13:57:59.212096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Ut occaecati quia. Neque dolores temporibus. Error perferendis voluptate. Ad sint voluptates."], ["email", "mila@example.name"], ["first_name", "Yoko"], ["firstname", "Arielle"], ["last_name", "Mitchell"], ["lastname", "Boyer"], ["lat", "-40.408218229519846"], ["latitute", "36.123687860915624"], ["lng", "18.652683781930136"], ["locale", "AU"], ["longitude", "169.71701931642286"], ["middlename", "Ullrich"], ["middle_name", "Medhurst"], ["password", "RxGl0By7IpL55"], ["phone", "968.083.2691 x411"], ["phone_number", "531.971.3349"], ["reference", "3bec4527-6a74-4a95-b335-cd82dfe4b5f9"], ["title", "Autem in possimus hic fugit."], ["user_name", "isabelle"], ["username", "malisa_fritsch"], ["uuid", "7ba7be1f-44b0-456d-b96b-05e572259e89"], ["created_at", "2020-11-21 13:57:59.236720"], ["updated_at", "2020-11-21 13:57:59.236720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Qui iure et. Blanditiis est odit."], ["email", "margit@example.info"], ["first_name", "Jan"], ["firstname", "Fletcher"], ["last_name", "Goodwin"], ["lastname", "Rodriguez"], ["lat", "12.575064848481006"], ["latitute", "-57.90003511800093"], ["lng", "-123.64456544515517"], ["locale", "PS"], ["longitude", "153.69758023920173"], ["middlename", "Homenick"], ["middle_name", "Schmidt"], ["password", "E5rBgRtMa"], ["phone", "(176) 018-6720 x10981"], ["phone_number", "717.090.5913"], ["reference", "5758177e-a83e-4212-ab33-ea5bbc42c90c"], ["title", "Maiores est voluptas id."], ["user_name", "kareen"], ["username", "felix"], ["uuid", "6ac805b1-1ad7-4871-b76e-f0a7cea84c30"], ["created_at", "2020-11-21 13:57:59.261652"], ["updated_at", "2020-11-21 13:57:59.261652"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Nisi dolores et. Molestiae cupiditate error. Aliquid fugit inventore. Provident quam quo. Veritatis eveniet ut."], ["email", "errol@example.name"], ["first_name", "Sam"], ["firstname", "Damien"], ["last_name", "Wyman"], ["lastname", "Barrows"], ["lat", "52.13152655696243"], ["latitute", "-81.4528533634454"], ["lng", "-10.492608671755761"], ["locale", "RO"], ["longitude", "116.49389640956207"], ["middlename", "O'Hara"], ["middle_name", "Thiel"], ["password", "GcQ0tF4n"], ["phone", "1-153-534-3328 x1537"], ["phone_number", "1-196-980-8170 x795"], ["reference", "a3f4c06d-4d9d-4897-a763-b81154ee5d65"], ["title", "Et in excepturi."], ["user_name", "trisha"], ["username", "paul"], ["uuid", "6e322033-5444-43ba-ba36-4c57b37e63a0"], ["created_at", "2020-11-21 13:57:59.286583"], ["updated_at", "2020-11-21 13:57:59.286583"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Repellat deleniti rem. Expedita aperiam qui. Sit ea facere. Cumque dolorem voluptatem. Laudantium ducimus et."], ["email", "esperanza@example.com"], ["first_name", "Mauro"], ["firstname", "Santo"], ["last_name", "Ritchie"], ["lastname", "Prohaska"], ["lat", "-42.070495566041956"], ["latitute", "83.78848374366197"], ["lng", "-103.4686314871376"], ["locale", "PG"], ["longitude", "-97.74810051478481"], ["middlename", "Howe"], ["middle_name", "Gulgowski"], ["password", "QzD9y37Oc"], ["phone", "1-496-673-0105"], ["phone_number", "(430) 566-2199"], ["reference", "9f784f1a-80d4-46f5-978e-f4f290f8d0b7"], ["title", "Expedita sed et omnis."], ["user_name", "clinton.ernser"], ["username", "josh.walsh"], ["uuid", "180ca7ba-fd37-471c-a6f7-b96e245169c6"], ["created_at", "2020-11-21 13:57:59.311347"], ["updated_at", "2020-11-21 13:57:59.311347"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Alias necessitatibus qui. Vero tenetur ex. Ipsam repudiandae architecto."], ["email", "sandy@example.co"], ["first_name", "Marcela"], ["firstname", "Brooks"], ["last_name", "Nienow"], ["lastname", "King"], ["lat", "33.00076084922267"], ["latitute", "58.22106983579903"], ["lng", "-49.083136451803"], ["locale", "KN"], ["longitude", "-112.27749475681442"], ["middlename", "Crist"], ["middle_name", "Rempel"], ["password", "F8m3LcLeNj"], ["phone", "268-065-8574"], ["phone_number", "(289) 690-4816 x2212"], ["reference", "dcbea124-fb12-4f4b-a2b5-9d47948f2c49"], ["title", "Voluptatem delectus nemo enim."], ["user_name", "sherie"], ["username", "laquanda"], ["uuid", "faaf7e14-65c3-4605-9032-34eae6787ed2"], ["created_at", "2020-11-21 13:57:59.346528"], ["updated_at", "2020-11-21 13:57:59.346528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.8ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.9ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Aut dolores molestias. Qui est sint. Dolorem quod id. Praesentium dolores provident. Non magnam voluptatem."], ["email", "ranee@example.org"], ["first_name", "Cori"], ["firstname", "Ashly"], ["last_name", "Hauck"], ["lastname", "Schuppe"], ["lat", "43.80690849647564"], ["latitute", "71.15029558819907"], ["lng", "41.44637294920295"], ["locale", "PW"], ["longitude", "43.005802584638616"], ["middlename", "Sanford"], ["middle_name", "Nitzsche"], ["password", "S7pPlVlLvP"], ["phone", "1-392-718-7672 x096"], ["phone_number", "1-798-491-3375 x58156"], ["reference", "6c7d295c-3670-46d0-8ff5-b595cfae1872"], ["title", "Hic repellat voluptas error."], ["user_name", "mozell.goodwin"], ["username", "eustolia.ankunding"], ["uuid", "47bff6ff-d95a-439d-aa31-0d69356f938a"], ["created_at", "2020-11-21 13:58:21.618404"], ["updated_at", "2020-11-21 13:58:21.618404"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Vel iusto cum. Dolor nihil quis. Neque laborum sit. Id ea rerum."], ["email", "ferdinand@example.info"], ["first_name", "Mariam"], ["firstname", "Vito"], ["last_name", "Barton"], ["lastname", "Smitham"], ["lat", "54.122488745239394"], ["latitute", "64.39856390044713"], ["lng", "162.46056727738426"], ["locale", "BF"], ["longitude", "57.88172223079226"], ["middlename", "Barton"], ["middle_name", "Hammes"], ["password", "XsLgGxPf"], ["phone", "(263) 346-5604 x118"], ["phone_number", "524-626-5759 x50741"], ["reference", "af5bb059-dfe7-4260-b1c5-48d1a6f1e0b7"], ["title", "Earum ipsum beatae culpa quos."], ["user_name", "tommy"], ["username", "leone"], ["uuid", "f49adeb9-e64d-40c8-97fd-c6e2447ae7fb"], ["created_at", "2020-11-21 13:58:21.685974"], ["updated_at", "2020-11-21 13:58:21.685974"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Repellendus inventore voluptatem. Et provident perspiciatis."], ["email", "kent.wolf@example.com"], ["first_name", "Lowell"], ["firstname", "Marlys"], ["last_name", "Schoen"], ["lastname", "Mann"], ["lat", "75.92990583979505"], ["latitute", "14.619607822866683"], ["lng", "-91.61900524006964"], ["locale", "CH"], ["longitude", "71.38390327164555"], ["middlename", "Hyatt"], ["middle_name", "Gorczany"], ["password", "FwKn6GmAh30V"], ["phone", "1-548-772-8644 x63899"], ["phone_number", "(110) 978-6031 x05665"], ["reference", "940ee982-0849-47cf-b16f-42ec43587cd2"], ["title", "Assumenda quam totam est magnam placeat."], ["user_name", "keith"], ["username", "berniece.ryan"], ["uuid", "dc29e187-929c-44a1-a875-1ccdacd26c8a"], ["created_at", "2020-11-21 13:58:21.715845"], ["updated_at", "2020-11-21 13:58:21.715845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Quis veritatis aut. Veniam consectetur aliquam."], ["email", "rudolf_bernhard@example.io"], ["first_name", "Sid"], ["firstname", "Enda"], ["last_name", "Langosh"], ["lastname", "Flatley"], ["lat", "64.2406840588105"], ["latitute", "-76.09122588060532"], ["lng", "96.02100864124304"], ["locale", "VN"], ["longitude", "58.217723856507234"], ["middlename", "Boyer"], ["middle_name", "Kessler"], ["password", "AhToU09p"], ["phone", "752.082.3739 x112"], ["phone_number", "(876) 751-0361 x6718"], ["reference", "579b719c-2844-4c26-8fc8-1b70c524fabd"], ["title", "Distinctio quis quam et."], ["user_name", "melvin"], ["username", "minh"], ["uuid", "eb233212-4324-4814-8b39-f73668f3ba1e"], ["created_at", "2020-11-21 13:58:21.741212"], ["updated_at", "2020-11-21 13:58:21.741212"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Dolorem esse earum. Quam illum sapiente. Laborum dolorum sunt."], ["email", "vince@example.net"], ["first_name", "Merrill"], ["firstname", "Leo"], ["last_name", "Emard"], ["lastname", "Rempel"], ["lat", "82.92698237212835"], ["latitute", "-19.03606254881082"], ["lng", "165.33549857341973"], ["locale", "BV"], ["longitude", "-136.45121716209457"], ["middlename", "Mueller"], ["middle_name", "Parisian"], ["password", "SnW07y77CpKcPv"], ["phone", "(780) 623-9358 x5702"], ["phone_number", "1-799-172-9032"], ["reference", "405e4f07-7193-41ef-aea7-88203c6a458b"], ["title", "Qui qui aut."], ["user_name", "brent_langosh"], ["username", "stacey.schumm"], ["uuid", "3318b339-a840-417a-a48d-8a23b91313a6"], ["created_at", "2020-11-21 13:58:21.765602"], ["updated_at", "2020-11-21 13:58:21.765602"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Nesciunt impedit aut. Ipsa non in. Non et sit."], ["email", "pablo@example.name"], ["first_name", "Tami"], ["firstname", "Virgil"], ["last_name", "Collier"], ["lastname", "Quigley"], ["lat", "70.71165454174599"], ["latitute", "58.088562609039315"], ["lng", "-33.897217539833946"], ["locale", "KH"], ["longitude", "69.0810633178559"], ["middlename", "Miller"], ["middle_name", "Dooley"], ["password", "HpN1mNgA13"], ["phone", "111.940.5504 x615"], ["phone_number", "(937) 254-3430"], ["reference", "62109d11-d148-4a5e-836c-4ce8b184b211"], ["title", "Facilis maxime eaque et animi."], ["user_name", "ling.wolf"], ["username", "antonetta"], ["uuid", "43e418fb-95cb-49c4-8d01-2d21cb40aadb"], ["created_at", "2020-11-21 13:58:21.789901"], ["updated_at", "2020-11-21 13:58:21.789901"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Voluptatum hic animi. Necessitatibus dolorem vel. Commodi omnis sed."], ["email", "normand@example.info"], ["first_name", "Fernando"], ["firstname", "Jack"], ["last_name", "Conroy"], ["lastname", "Boehm"], ["lat", "-28.458819878907548"], ["latitute", "-28.97480630229188"], ["lng", "-114.41205229115306"], ["locale", "NG"], ["longitude", "-173.30604442015743"], ["middlename", "Wyman"], ["middle_name", "Fahey"], ["password", "8Ny99KaXiD4wYx"], ["phone", "(458) 294-9457 x525"], ["phone_number", "(729) 350-5185 x9808"], ["reference", "a6f82eaa-7359-4c6a-8615-eed5c15640b5"], ["title", "Porro repellat voluptas incidunt et saepe."], ["user_name", "georgiana.braun"], ["username", "dallas_gislason"], ["uuid", "e3a04a06-fb66-4b28-96fd-9494c6bc8e74"], ["created_at", "2020-11-21 13:58:21.814380"], ["updated_at", "2020-11-21 13:58:21.814380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Ullam quo tempore. Quia dicta enim."], ["email", "letha@example.com"], ["first_name", "Harry"], ["firstname", "Josefine"], ["last_name", "Wintheiser"], ["lastname", "Roob"], ["lat", "-19.499600906902387"], ["latitute", "37.75751368114075"], ["lng", "-63.72127964715958"], ["locale", "GG"], ["longitude", "-138.1210833247914"], ["middlename", "O'Connell"], ["middle_name", "Reynolds"], ["password", "GtUrEsJm45D5fJ0g"], ["phone", "1-358-721-4611 x0100"], ["phone_number", "(247) 459-9844 x983"], ["reference", "82f75792-1564-4078-8d0b-149bc93e9ba7"], ["title", "Sit possimus ut recusandae magnam minima."], ["user_name", "maurice"], ["username", "arlie"], ["uuid", "924154b9-4274-48f7-8283-5073d3f07124"], ["created_at", "2020-11-21 13:58:21.838663"], ["updated_at", "2020-11-21 13:58:21.838663"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Consequatur est ipsa. Nostrum recusandae placeat. Corporis qui laborum. Adipisci sed illum."], ["email", "aimee_schroeder@example.org"], ["first_name", "Jose"], ["firstname", "Shaun"], ["last_name", "Johns"], ["lastname", "King"], ["lat", "-37.492407216851774"], ["latitute", "-54.704432266492326"], ["lng", "-102.43494801184502"], ["locale", "ER"], ["longitude", "8.117660983922889"], ["middlename", "Haley"], ["middle_name", "Larson"], ["password", "SxJtMrO93eFwFuF"], ["phone", "(363) 256-1068"], ["phone_number", "1-255-929-2646 x0824"], ["reference", "612ff428-ae85-4cec-8d81-80b3d13bfd9f"], ["title", "Inventore qui dicta soluta iste."], ["user_name", "rivka"], ["username", "jackie"], ["uuid", "02507006-d038-4c15-9fae-bb8f4a9521e4"], ["created_at", "2020-11-21 13:58:21.863145"], ["updated_at", "2020-11-21 13:58:21.863145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Ex sit molestias. Consequuntur est sapiente."], ["email", "deidra@example.biz"], ["first_name", "Marcos"], ["firstname", "Jon"], ["last_name", "Littel"], ["lastname", "Lueilwitz"], ["lat", "63.42800617393479"], ["latitute", "-26.575152596135204"], ["lng", "-152.19848566144478"], ["locale", "PA"], ["longitude", "59.62511828654496"], ["middlename", "Streich"], ["middle_name", "Brown"], ["password", "Ec5PbPbFoUtJ"], ["phone", "1-341-929-6756 x56604"], ["phone_number", "(656) 945-0374 x36908"], ["reference", "20b65343-ca3d-4b79-85fd-8932a681f6c2"], ["title", "Repellat rerum consequatur est tenetur quo."], ["user_name", "marti"], ["username", "carmen"], ["uuid", "d8215777-47be-4678-a821-fe2c7bf92fd6"], ["created_at", "2020-11-21 13:58:21.897555"], ["updated_at", "2020-11-21 13:58:21.897555"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.1ms) DELETE FROM "alfas";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.4ms) DELETE FROM "bravos";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'bravos';  (2.7ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.6ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.6ms) DELETE FROM "kilos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (2.5ms) DELETE FROM "limas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.6ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.6ms) DELETE FROM "deltas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.5ms) DELETE FROM "hotels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.7ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.5ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Officiis perspiciatis illo. Ab necessitatibus et. Praesentium natus quia. Vero iure voluptatibus."], ["email", "neva@example.io"], ["first_name", "Nathan"], ["firstname", "Karrie"], ["last_name", "Beier"], ["lastname", "Jerde"], ["lat", "-17.4314671011971"], ["latitute", "6.192520706397005"], ["lng", "91.52005839109978"], ["locale", "AE"], ["longitude", "42.88609780015335"], ["middlename", "Halvorson"], ["middle_name", "Collins"], ["password", "T8xUnLrAu"], ["phone", "1-181-535-9915 x48162"], ["phone_number", "748.082.5859 x99781"], ["reference", "6cf75620-7ebb-40f6-9797-ff9880a21876"], ["title", "Laudantium repellat eveniet doloremque voluptatem."], ["user_name", "danielle"], ["username", "latashia_kris"], ["uuid", "592f29ee-07b6-4a14-b05a-48db2bf8f0bf"], ["created_at", "2020-11-21 13:58:45.840920"], ["updated_at", "2020-11-21 13:58:45.840920"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Neque cumque magni. Necessitatibus similique culpa."], ["email", "melani@example.com"], ["first_name", "Georgianna"], ["firstname", "Walker"], ["last_name", "Doyle"], ["lastname", "Hirthe"], ["lat", "-15.582890096081357"], ["latitute", "8.194709703932148"], ["lng", "24.073885218534713"], ["locale", "AU"], ["longitude", "-77.83675561645481"], ["middlename", "Becker"], ["middle_name", "Schmidt"], ["password", "KwA9pC7f"], ["phone", "987-670-3231 x346"], ["phone_number", "439.277.6432"], ["reference", "6620a15a-9580-46de-a2b8-9440542113de"], ["title", "Deserunt voluptate nihil et praesentium illo."], ["user_name", "krissy.zulauf"], ["username", "lance"], ["uuid", "17b76021-22ac-4b02-a7dd-a793c27dc59a"], ["created_at", "2020-11-21 13:58:45.906779"], ["updated_at", "2020-11-21 13:58:45.906779"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Officia et minima. Inventore laudantium voluptatibus. Nisi sit voluptas."], ["email", "edward@example.net"], ["first_name", "Kati"], ["firstname", "Kraig"], ["last_name", "Graham"], ["lastname", "Kub"], ["lat", "-61.12260985611819"], ["latitute", "-24.06747649132167"], ["lng", "122.44004711469779"], ["locale", "NR"], ["longitude", "104.36904163482268"], ["middlename", "Farrell"], ["middle_name", "Heaney"], ["password", "Oq2Iq1K427vTbN"], ["phone", "1-181-809-4732 x884"], ["phone_number", "(239) 044-6671 x174"], ["reference", "cb666c9b-0242-4b37-bb1b-a01765308620"], ["title", "Quia magni et dolorum."], ["user_name", "bonnie"], ["username", "avril_nicolas"], ["uuid", "dacafe1f-7576-40b9-9801-f89ed123edb4"], ["created_at", "2020-11-21 13:58:45.956479"], ["updated_at", "2020-11-21 13:58:45.956479"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Amet maiores consequatur. Quae quos consequatur. Rerum blanditiis aut. Amet qui et. Ab excepturi dolorem."], ["email", "keneth@example.org"], ["first_name", "Rosalyn"], ["firstname", "Elizbeth"], ["last_name", "Leffler"], ["lastname", "Koepp"], ["lat", "-2.4295460265871327"], ["latitute", "-73.85558376931748"], ["lng", "-171.74578274043336"], ["locale", "AG"], ["longitude", "-54.576909927938985"], ["middlename", "Heaney"], ["middle_name", "Rohan"], ["password", "RmHeSg13V32"], ["phone", "855-867-6649"], ["phone_number", "438-992-7855 x1184"], ["reference", "0e80f369-ce21-40f8-8171-14bd4e5ff0e4"], ["title", "Quia et magni."], ["user_name", "tyisha"], ["username", "kyra.zulauf"], ["uuid", "e5e1afa2-21ab-4403-92a2-2ae522574a38"], ["created_at", "2020-11-21 13:58:45.983535"], ["updated_at", "2020-11-21 13:58:45.983535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Quae soluta nisi. Maxime animi nihil. Veniam in ut. Veritatis in impedit. Exercitationem sint accusamus."], ["email", "rashad.nolan@example.org"], ["first_name", "Pasquale"], ["firstname", "Pamelia"], ["last_name", "Stokes"], ["lastname", "Carter"], ["lat", "0.7213644295177062"], ["latitute", "-21.58888333923663"], ["lng", "-135.13401263438126"], ["locale", "UZ"], ["longitude", "174.26772029750214"], ["middlename", "Waelchi"], ["middle_name", "Crona"], ["password", "K5q1EyWqR4rGd"], ["phone", "1-273-673-0810"], ["phone_number", "(841) 717-9972 x178"], ["reference", "c77ced2b-c963-449f-88f3-da224c4446ae"], ["title", "Et qui debitis at corrupti."], ["user_name", "guy"], ["username", "harold_watsica"], ["uuid", "42bd082a-34d0-4b09-81e3-a9db67cbdb9d"], ["created_at", "2020-11-21 13:58:46.008289"], ["updated_at", "2020-11-21 13:58:46.008289"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Nam incidunt et. Fugiat nihil illo."], ["email", "eugenio@example.name"], ["first_name", "Leslie"], ["firstname", "Kaye"], ["last_name", "Reichert"], ["lastname", "King"], ["lat", "47.39076945073023"], ["latitute", "-34.95623702315763"], ["lng", "-144.10413793082944"], ["locale", "HM"], ["longitude", "-49.73571618509948"], ["middlename", "Hilpert"], ["middle_name", "Anderson"], ["password", "UfZw3Os7J"], ["phone", "1-942-286-9105 x3479"], ["phone_number", "676.405.1925 x989"], ["reference", "4f7f9eaa-05b8-4e7b-b450-6eec64487465"], ["title", "Eius quo et ipsa doloribus fuga."], ["user_name", "malik.goyette"], ["username", "delmar"], ["uuid", "0b0c984e-04d5-4af2-93e0-7a3c71b6d3a7"], ["created_at", "2020-11-21 13:58:46.032692"], ["updated_at", "2020-11-21 13:58:46.032692"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Amet quis deleniti. Quam molestiae commodi. Doloribus quasi impedit."], ["email", "michael.okuneva@example.name"], ["first_name", "Randall"], ["firstname", "Gaylene"], ["last_name", "Will"], ["lastname", "Dickens"], ["lat", "79.56238581092794"], ["latitute", "34.704634989659624"], ["lng", "69.6577159651359"], ["locale", "KE"], ["longitude", "-140.5806792818163"], ["middlename", "Heidenreich"], ["middle_name", "Schaden"], ["password", "3A6cJgSj80Db"], ["phone", "(887) 752-0207 x598"], ["phone_number", "495.189.9732 x96370"], ["reference", "46021d11-a03c-4777-b665-7cec185c16cb"], ["title", "Dolorem nihil sit saepe molestiae hic."], ["user_name", "eli.predovic"], ["username", "jeane"], ["uuid", "12c8de7f-547a-4691-852a-45107b7c10cc"], ["created_at", "2020-11-21 13:58:46.057289"], ["updated_at", "2020-11-21 13:58:46.057289"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Qui non quibusdam. Non fugiat libero. Ad totam aut. Voluptates assumenda commodi. Repellat sunt aut."], ["email", "josette@example.net"], ["first_name", "Richard"], ["firstname", "Shu"], ["last_name", "Gottlieb"], ["lastname", "Flatley"], ["lat", "3.6827028685644905"], ["latitute", "-82.56506856634765"], ["lng", "96.68677466558643"], ["locale", "EG"], ["longitude", "-35.00787764221147"], ["middlename", "Morissette"], ["middle_name", "Runolfsson"], ["password", "NgCo86GfA9hX"], ["phone", "1-374-956-7206"], ["phone_number", "(776) 729-2056 x2157"], ["reference", "a2bd3604-86f2-4a97-96d8-bf6a23f52095"], ["title", "Dolorum accusamus sit reiciendis."], ["user_name", "marty.farrell"], ["username", "jarred"], ["uuid", "5bf1a790-2609-4112-9f28-b347fbaa897c"], ["created_at", "2020-11-21 13:58:46.082002"], ["updated_at", "2020-11-21 13:58:46.082002"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Omnis ex sequi. Ullam culpa accusantium. Ad et laudantium."], ["email", "domonique.murphy@example.biz"], ["first_name", "Elmer"], ["firstname", "Ebonie"], ["last_name", "Upton"], ["lastname", "Franecki"], ["lat", "86.98529012051188"], ["latitute", "-28.519402819581792"], ["lng", "116.69998004367557"], ["locale", "PR"], ["longitude", "53.733801655594334"], ["middlename", "Konopelski"], ["middle_name", "Cummings"], ["password", "4LqX5yMa6CyHyNb"], ["phone", "927-727-6327 x95382"], ["phone_number", "987.953.7415"], ["reference", "b7e53061-0ef0-4a3c-a37e-1bd992d0eac9"], ["title", "Qui culpa commodi sit iusto."], ["user_name", "audry.marvin"], ["username", "seth"], ["uuid", "4e61e24b-fe93-49f9-9895-df1291d34d5d"], ["created_at", "2020-11-21 13:58:46.106623"], ["updated_at", "2020-11-21 13:58:46.106623"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Esse neque ut. Et laboriosam animi. Est tempore velit. Velit quia commodi. Qui illum pariatur."], ["email", "lucille@example.com"], ["first_name", "Grant"], ["firstname", "Floretta"], ["last_name", "Schulist"], ["lastname", "Heidenreich"], ["lat", "-38.99442063559264"], ["latitute", "64.91007218084107"], ["lng", "20.66243230943809"], ["locale", "WS"], ["longitude", "-146.1058935300171"], ["middlename", "Rice"], ["middle_name", "Berge"], ["password", "HrFx6QzOeE8m2D0"], ["phone", "576.203.4393 x063"], ["phone_number", "(692) 995-2645"], ["reference", "246f00d2-a846-4764-9a2f-2908cb129b77"], ["title", "Et voluptatem eligendi amet nihil."], ["user_name", "carmen.ohara"], ["username", "frederic_wehner"], ["uuid", "9e917000-b25b-40c1-8475-ce44b21a0f0b"], ["created_at", "2020-11-21 13:58:46.140968"], ["updated_at", "2020-11-21 13:58:46.140968"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (12.3ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.9ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.8ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'echos';  (2.4ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.6ms) DELETE FROM "kilos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.3ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Sed quo dolorem. Quas nihil eaque. Praesentium facere eos. Inventore accusamus impedit. Quam consequatur autem."], ["email", "ka_davis@example.co"], ["first_name", "Wyatt"], ["firstname", "Donnetta"], ["last_name", "Wiza"], ["lastname", "Auer"], ["lat", "-26.628631563788915"], ["latitute", "-78.16172903954663"], ["lng", "124.82545273927684"], ["locale", "TN"], ["longitude", "160.0307996946804"], ["middlename", "Anderson"], ["middle_name", "Boehm"], ["password", "68TaP5sR"], ["phone", "451-397-0628 x3630"], ["phone_number", "1-544-917-7656 x652"], ["reference", "1082f336-402f-4611-808a-bbd31998f227"], ["title", "Accusamus exercitationem provident quo cum."], ["user_name", "jesse"], ["username", "porfirio.turcotte"], ["uuid", "82cc69ec-d019-4825-8b0a-0f65f0c85c61"], ["created_at", "2020-11-21 13:58:58.981634"], ["updated_at", "2020-11-21 13:58:58.981634"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Debitis fugit iste. Est neque dolor."], ["email", "jerome_prosacco@example.biz"], ["first_name", "Lady"], ["firstname", "Palmer"], ["last_name", "Hayes"], ["lastname", "Waelchi"], ["lat", "-53.02596805742889"], ["latitute", "75.05131898413478"], ["lng", "-20.785015276798305"], ["locale", "AW"], ["longitude", "31.149689028505435"], ["middlename", "Nitzsche"], ["middle_name", "Medhurst"], ["password", "NnRwBcObSkH"], ["phone", "1-122-356-7885 x173"], ["phone_number", "(240) 854-5238"], ["reference", "3f85426c-217c-4ae8-a89f-5a9453f352e0"], ["title", "Non et sint id voluptatem praesentium."], ["user_name", "zackary.mcglynn"], ["username", "elmo"], ["uuid", "dfad1db1-63e1-4c40-ba4a-8dd9104be6f4"], ["created_at", "2020-11-21 13:58:59.052765"], ["updated_at", "2020-11-21 13:58:59.052765"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Explicabo autem animi. Labore quis rem. Qui vitae nesciunt."], ["email", "zora.cummings@example.biz"], ["first_name", "Kary"], ["firstname", "Miki"], ["last_name", "Macejkovic"], ["lastname", "Feeney"], ["lat", "-82.01922592181133"], ["latitute", "-36.755116625783195"], ["lng", "54.85925378559074"], ["locale", "SD"], ["longitude", "76.12428027383311"], ["middlename", "Schmidt"], ["middle_name", "Haley"], ["password", "R3t52R1740bI"], ["phone", "744-109-2680 x8613"], ["phone_number", "1-637-066-1630 x4616"], ["reference", "6f3db27a-cdc1-437f-b73c-fc7b2a9f5d62"], ["title", "Dicta debitis ut nostrum omnis eos."], ["user_name", "katherina.shanahan"], ["username", "iola_bogisich"], ["uuid", "ca526c54-200e-4874-9ef5-dc41bf2d6033"], ["created_at", "2020-11-21 13:58:59.084005"], ["updated_at", "2020-11-21 13:58:59.084005"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Soluta alias minima. Qui rerum mollitia."], ["email", "bill.schaden@example.org"], ["first_name", "Earlie"], ["firstname", "Marcelle"], ["last_name", "Lowe"], ["lastname", "Nikolaus"], ["lat", "3.0627098995585698"], ["latitute", "-62.159460112371804"], ["lng", "-168.9675963478587"], ["locale", "KI"], ["longitude", "45.81348639047488"], ["middlename", "Murray"], ["middle_name", "Labadie"], ["password", "AjLbWgRc3"], ["phone", "427-841-1243 x1185"], ["phone_number", "992-213-5628 x26100"], ["reference", "ed9d111b-10b3-42a2-8139-50987c46ecd5"], ["title", "Aut debitis eveniet est non."], ["user_name", "lynn_wiegand"], ["username", "tad.douglas"], ["uuid", "d759486a-9a6d-4012-bce0-954c812ef85f"], ["created_at", "2020-11-21 13:58:59.110382"], ["updated_at", "2020-11-21 13:58:59.110382"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Tempore provident atque. Tenetur non iusto."], ["email", "katheryn_marks@example.net"], ["first_name", "Mel"], ["firstname", "Rozella"], ["last_name", "Jacobi"], ["lastname", "Stanton"], ["lat", "37.34941522020941"], ["latitute", "-71.37131565782853"], ["lng", "14.461183849537122"], ["locale", "HK"], ["longitude", "-66.31104091586901"], ["middlename", "Mohr"], ["middle_name", "Rice"], ["password", "ZfMk08Z6oLgA2mM"], ["phone", "427-324-4703 x00257"], ["phone_number", "113.441.1051 x343"], ["reference", "a36b8904-6c99-494d-af48-583d868f7ca0"], ["title", "Consequatur praesentium commodi."], ["user_name", "calandra.rath"], ["username", "alfred"], ["uuid", "bdc4810c-fa3d-47c7-8b35-3f95fffdd7af"], ["created_at", "2020-11-21 13:58:59.134892"], ["updated_at", "2020-11-21 13:58:59.134892"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Voluptas sequi molestias. Ratione in blanditiis."], ["email", "mellisa.durgan@example.net"], ["first_name", "Ramon"], ["firstname", "Gonzalo"], ["last_name", "Roberts"], ["lastname", "Lynch"], ["lat", "-4.964017437780967"], ["latitute", "49.421251489180435"], ["lng", "28.682573961161324"], ["locale", "CA"], ["longitude", "-140.87683209945692"], ["middlename", "Miller"], ["middle_name", "Goldner"], ["password", "KpE50nDjWv9"], ["phone", "398.431.6083 x66333"], ["phone_number", "804-644-9129 x88920"], ["reference", "5fe06501-c460-4cda-a33c-01b68c0ed400"], ["title", "Aut enim eos."], ["user_name", "cornelius.romaguera"], ["username", "eddy.fritsch"], ["uuid", "39c3f5cf-e023-4c76-80b6-20e0d69a687d"], ["created_at", "2020-11-21 13:58:59.160051"], ["updated_at", "2020-11-21 13:58:59.160051"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Perspiciatis labore soluta. Ipsa a reiciendis."], ["email", "christa@example.com"], ["first_name", "Marcelo"], ["firstname", "Sommer"], ["last_name", "Murphy"], ["lastname", "Thiel"], ["lat", "5.813989735470997"], ["latitute", "7.172313834948156"], ["lng", "156.8118314988825"], ["locale", "MX"], ["longitude", "-99.28711261535497"], ["middlename", "Stehr"], ["middle_name", "Halvorson"], ["password", "Ch42FoN20"], ["phone", "1-695-207-8366"], ["phone_number", "337-836-5119 x0532"], ["reference", "5abbf0ef-50b5-49a6-9891-8df02736f820"], ["title", "Nemo praesentium inventore."], ["user_name", "karena"], ["username", "willie"], ["uuid", "396524b6-f401-46c5-a344-153d926a2ddb"], ["created_at", "2020-11-21 13:58:59.185962"], ["updated_at", "2020-11-21 13:58:59.185962"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Quia neque quia. Quis ullam aut. Repudiandae voluptatem unde."], ["email", "luigi.smith@example.co"], ["first_name", "Kelvin"], ["firstname", "Preston"], ["last_name", "Shields"], ["lastname", "Medhurst"], ["lat", "29.81762358871032"], ["latitute", "68.36307545210008"], ["lng", "44.209292587563425"], ["locale", "SD"], ["longitude", "96.55082305715996"], ["middlename", "Greenholt"], ["middle_name", "Jerde"], ["password", "YpVmYeP62"], ["phone", "(507) 896-2195 x492"], ["phone_number", "850.287.9853 x19258"], ["reference", "6509da13-0c63-4d99-9e72-d5a04c6e3827"], ["title", "Vero laboriosam accusantium doloribus praesentium."], ["user_name", "santa"], ["username", "joanie"], ["uuid", "141acdab-c5a1-4eb5-92d8-ee222a9f7da7"], ["created_at", "2020-11-21 13:58:59.211168"], ["updated_at", "2020-11-21 13:58:59.211168"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.3ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Omnis id aliquid. Sunt quod debitis. Quasi laborum sit. Sint illo libero."], ["email", "matilda.prosacco@example.net"], ["first_name", "Edith"], ["firstname", "Dino"], ["last_name", "Legros"], ["lastname", "Crona"], ["lat", "-24.938185120846143"], ["latitute", "-68.38356594946407"], ["lng", "98.41928737241517"], ["locale", "TZ"], ["longitude", "5.359470840819625"], ["middlename", "Beatty"], ["middle_name", "Marvin"], ["password", "Zw3Vh0Bp50Tp6"], ["phone", "191-514-5740"], ["phone_number", "(583) 202-1651 x0286"], ["reference", "9939683f-3c7a-4000-9e36-73dd6479de04"], ["title", "Suscipit non libero non quisquam."], ["user_name", "franklin"], ["username", "cori.ebert"], ["uuid", "97758600-affa-4910-b2ca-dca5d5b3df29"], ["created_at", "2020-11-21 13:58:59.236631"], ["updated_at", "2020-11-21 13:58:59.236631"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Corporis necessitatibus provident. Nobis ad quia. Voluptatum pariatur ad."], ["email", "tonette.purdy@example.co"], ["first_name", "Tatiana"], ["firstname", "Teena"], ["last_name", "Gibson"], ["lastname", "Labadie"], ["lat", "7.7846390179750244"], ["latitute", "-14.061061796401972"], ["lng", "11.654586880158831"], ["locale", "PS"], ["longitude", "137.06920569832806"], ["middlename", "Little"], ["middle_name", "Monahan"], ["password", "O8lQnStP"], ["phone", "1-825-303-5574 x655"], ["phone_number", "(538) 880-7630 x0801"], ["reference", "c238aed0-04b5-4a40-8054-f254987ff22e"], ["title", "Sed nam dignissimos officia."], ["user_name", "valrie.cronin"], ["username", "cornell_blanda"], ["uuid", "568db961-909b-4587-9b5c-058988e89565"], ["created_at", "2020-11-21 13:58:59.274457"], ["updated_at", "2020-11-21 13:58:59.274457"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.8ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.6ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.6ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.5ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.5ms) DELETE FROM "kilos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.9ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.9ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.8ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.4ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Autem atque similique. Inventore sit illum. Eveniet quo aut. Rem consequatur ex. Voluptas magni dolorum."], ["email", "seymour.wiza@example.com"], ["first_name", "Heriberto"], ["firstname", "Fidel"], ["last_name", "Beahan"], ["lastname", "Heathcote"], ["lat", "68.41024995367201"], ["latitute", "-77.776890458809"], ["lng", "41.40833787541709"], ["locale", "SG"], ["longitude", "-14.07330696180503"], ["middlename", "Kovacek"], ["middle_name", "Heller"], ["password", "L0nDf9Rq40StUz"], ["phone", "(730) 174-5052 x84935"], ["phone_number", "1-877-946-2447"], ["reference", "7ec03c16-cad3-486d-b6b0-a537c3cfdd17"], ["title", "Optio officiis quibusdam."], ["user_name", "sha"], ["username", "emery.hermann"], ["uuid", "c9dd1b3c-dfa8-4fe6-8c7c-b206a3a1c6e6"], ["created_at", "2020-11-21 13:59:11.284150"], ["updated_at", "2020-11-21 13:59:11.284150"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Aut praesentium dolorem. Non aut voluptas. Aliquid magnam minima. Quis beatae qui. Soluta perferendis et."], ["email", "rickey@example.com"], ["first_name", "Nevada"], ["firstname", "Pilar"], ["last_name", "Terry"], ["lastname", "Jaskolski"], ["lat", "42.13738515074337"], ["latitute", "75.98558144182107"], ["lng", "115.4442041933466"], ["locale", "US"], ["longitude", "-67.14085807756337"], ["middlename", "Wyman"], ["middle_name", "Deckow"], ["password", "7UaKzCsEqDaUv5"], ["phone", "1-747-184-0553 x10218"], ["phone_number", "175.273.6364 x6688"], ["reference", "0cf642cf-6d2a-47fd-a149-e4eb157225af"], ["title", "Fugit consequatur molestias cum."], ["user_name", "claud"], ["username", "phylis_little"], ["uuid", "76b6e695-3687-46ba-82ff-5c26eda499ac"], ["created_at", "2020-11-21 13:59:11.370117"], ["updated_at", "2020-11-21 13:59:11.370117"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Reiciendis ipsa aut. Blanditiis quasi tenetur. Hic est quibusdam. Reiciendis culpa dolorum."], ["email", "grant.krajcik@example.name"], ["first_name", "Prince"], ["firstname", "Irwin"], ["last_name", "Wuckert"], ["lastname", "Schamberger"], ["lat", "9.698998261846072"], ["latitute", "62.57673162336863"], ["lng", "-125.56213527436455"], ["locale", "ZM"], ["longitude", "-18.80520548841065"], ["middlename", "Klein"], ["middle_name", "Kulas"], ["password", "GnHqXwSdItBuFt"], ["phone", "556-947-2582 x670"], ["phone_number", "623.050.1356"], ["reference", "1dfccc1e-848b-4704-940a-952d40dc868c"], ["title", "Perferendis vero aut sapiente distinctio."], ["user_name", "sherilyn"], ["username", "myrna"], ["uuid", "08e859fa-614a-41e4-87f8-efa18937ccbe"], ["created_at", "2020-11-21 13:59:11.410396"], ["updated_at", "2020-11-21 13:59:11.410396"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Porro est ipsa. Ducimus dignissimos ipsam. Aut reiciendis vel. Corrupti dolor omnis."], ["email", "huey@example.com"], ["first_name", "Cruz"], ["firstname", "Robert"], ["last_name", "Wolf"], ["lastname", "Dach"], ["lat", "69.24047073064446"], ["latitute", "-25.612857881044604"], ["lng", "-151.10921711404953"], ["locale", "CW"], ["longitude", "-149.47376836155584"], ["middlename", "Smith"], ["middle_name", "Mertz"], ["password", "Iq9JcHwJ0"], ["phone", "(615) 971-3729"], ["phone_number", "1-648-366-7637 x3292"], ["reference", "d1d9962d-97ba-47f7-9edd-65c655e60357"], ["title", "Dicta voluptatum ad."], ["user_name", "jeremy.braun"], ["username", "adena.koepp"], ["uuid", "b514c813-743f-481a-b1bc-34f9f5743f33"], ["created_at", "2020-11-21 13:59:11.446312"], ["updated_at", "2020-11-21 13:59:11.446312"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Et molestias optio. Sapiente a qui. Beatae deleniti voluptatem. In repudiandae maiores."], ["email", "michal.blick@example.net"], ["first_name", "Lupe"], ["firstname", "Jeffrey"], ["last_name", "Schultz"], ["lastname", "Predovic"], ["lat", "-55.866511511068666"], ["latitute", "-72.27707623948373"], ["lng", "-99.41288621430306"], ["locale", "CW"], ["longitude", "71.94308405920248"], ["middlename", "Bahringer"], ["middle_name", "Schimmel"], ["password", "McAzUaUqY"], ["phone", "(142) 278-1065 x9346"], ["phone_number", "834.094.0741 x97736"], ["reference", "5a5a085f-e5b7-4b5c-ba7e-2f405f3bcf4c"], ["title", "Non qui ut amet cum."], ["user_name", "misty"], ["username", "shena"], ["uuid", "5d5c5595-136d-465c-9f54-961e5ff2df33"], ["created_at", "2020-11-21 13:59:11.480082"], ["updated_at", "2020-11-21 13:59:11.480082"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Non nihil nobis. Itaque dolor ipsam. Perferendis quibusdam sapiente. Omnis non sunt."], ["email", "celestine_veum@example.info"], ["first_name", "Felicia"], ["firstname", "Wallace"], ["last_name", "Gottlieb"], ["lastname", "Konopelski"], ["lat", "69.10638464940715"], ["latitute", "38.293214418659375"], ["lng", "-164.5173128284386"], ["locale", "ZW"], ["longitude", "-78.17851674019772"], ["middlename", "Wilderman"], ["middle_name", "Nader"], ["password", "51ShUd7I10mEf"], ["phone", "315-019-8842 x86773"], ["phone_number", "(721) 502-8761 x40526"], ["reference", "d2d23897-3eb6-4c2c-b54d-9bc1c13dd544"], ["title", "Nam iusto soluta omnis accusantium."], ["user_name", "willis"], ["username", "michaela_romaguera"], ["uuid", "312fe7d8-b312-4780-a007-fe24c9397bec"], ["created_at", "2020-11-21 13:59:11.514281"], ["updated_at", "2020-11-21 13:59:11.514281"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Repudiandae dolor et. Et adipisci libero. Fugiat alias consequatur. Numquam quisquam aut."], ["email", "juliet_kuvalis@example.biz"], ["first_name", "Fredric"], ["firstname", "Christa"], ["last_name", "O'Keefe"], ["lastname", "Gusikowski"], ["lat", "35.63074386357472"], ["latitute", "-14.926613812110674"], ["lng", "98.09165543880482"], ["locale", "BV"], ["longitude", "-72.55228612580748"], ["middlename", "Green"], ["middle_name", "Kub"], ["password", "OyMr7KjE7oM5"], ["phone", "224-367-7490"], ["phone_number", "505.383.3994"], ["reference", "6fafaebc-d7d9-42c9-b555-ebc92f657f1d"], ["title", "Neque mollitia magni."], ["user_name", "leona"], ["username", "blaine"], ["uuid", "1183612d-6779-49cc-a8f8-d633af826521"], ["created_at", "2020-11-21 13:59:11.549536"], ["updated_at", "2020-11-21 13:59:11.549536"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Eveniet quaerat ex. Est necessitatibus sed."], ["email", "berry_gottlieb@example.com"], ["first_name", "Monty"], ["firstname", "Roberto"], ["last_name", "Sauer"], ["lastname", "O'Kon"], ["lat", "36.2431232892738"], ["latitute", "10.280980245586605"], ["lng", "32.385348138160595"], ["locale", "MA"], ["longitude", "79.20701303608973"], ["middlename", "Torp"], ["middle_name", "Grady"], ["password", "0QnOs4Al2G1c"], ["phone", "359-530-0899 x602"], ["phone_number", "462-227-3341 x63766"], ["reference", "f73bd5a0-4f9d-4a39-bf6e-933ca10744e8"], ["title", "Praesentium illum amet eaque commodi."], ["user_name", "dagmar.stracke"], ["username", "chong.daugherty"], ["uuid", "005c96ce-0d69-465b-b5b4-3fbdcac877a8"], ["created_at", "2020-11-21 13:59:11.583478"], ["updated_at", "2020-11-21 13:59:11.583478"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.3ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Sint perferendis architecto. Voluptatem qui dolorem. Delectus et sed. Est dolores aut."], ["email", "avery@example.biz"], ["first_name", "Manuel"], ["firstname", "Deneen"], ["last_name", "Lakin"], ["lastname", "Dibbert"], ["lat", "-52.607009354308445"], ["latitute", "-80.26116406435844"], ["lng", "55.8629888514611"], ["locale", "KW"], ["longitude", "25.3930821076203"], ["middlename", "Rath"], ["middle_name", "Little"], ["password", "BsSvNnYxUl3Pk"], ["phone", "223-730-5550 x868"], ["phone_number", "(722) 319-1115 x633"], ["reference", "f6edb74b-608f-4210-b357-910022ebd638"], ["title", "Error voluptatem consequatur sunt."], ["user_name", "odis_gusikowski"], ["username", "mandi.kassulke"], ["uuid", "6255f1be-fad4-4de2-b151-a0c92d58f822"], ["created_at", "2020-11-21 13:59:11.618211"], ["updated_at", "2020-11-21 13:59:11.618211"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.3ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Voluptatem eos aut. Commodi occaecati reiciendis. Et fugit aperiam. Ipsum enim sint. Aperiam molestias laborum."], ["email", "opal@example.info"], ["first_name", "Curtis"], ["firstname", "Hilton"], ["last_name", "Flatley"], ["lastname", "Greenholt"], ["lat", "17.17032422049691"], ["latitute", "7.946179647120076"], ["lng", "55.22598969249441"], ["locale", "GN"], ["longitude", "110.20304760114925"], ["middlename", "Blanda"], ["middle_name", "Stokes"], ["password", "HyZa256T2"], ["phone", "(810) 499-1727 x91093"], ["phone_number", "1-694-251-5360 x2000"], ["reference", "f0232aaa-6ad5-4ac4-8c02-2a944c399953"], ["title", "Molestias eos tenetur sapiente optio."], ["user_name", "lisha_howell"], ["username", "gloria"], ["uuid", "2af2643b-4e72-4b4c-8d05-d669687ba780"], ["created_at", "2020-11-21 13:59:11.668439"], ["updated_at", "2020-11-21 13:59:11.668439"]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.3ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.3ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.9ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (2.1ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.6ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Enim voluptates iste. Illum velit odio. Possimus quidem autem. Minima ut sed. Quaerat omnis necessitatibus."], ["email", "alex_bayer@example.com"], ["first_name", "Wilfred"], ["firstname", "Hortense"], ["last_name", "Leffler"], ["lastname", "Hickle"], ["lat", "64.34129248704585"], ["latitute", "-84.70588799058811"], ["lng", "32.25095695282366"], ["locale", "PT"], ["longitude", "0.9966066351865663"], ["middlename", "Quitzon"], ["middle_name", "Douglas"], ["password", "BxNwVwHb"], ["phone", "911.567.1546 x746"], ["phone_number", "938-758-0762 x7997"], ["reference", "bec1b998-2f4e-46c6-a4f5-bd4fe4e0e4fa"], ["title", "Error labore ea."], ["user_name", "minta_ankunding"], ["username", "walton"], ["uuid", "176d5e7f-c4c8-463c-9235-7bf183c29794"], ["created_at", "2020-11-21 14:00:02.213898"], ["updated_at", "2020-11-21 14:00:02.213898"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.9ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.7ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.3ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Officiis ut enim. Aut eum veritatis. Nihil fugiat necessitatibus. Harum eum non."], ["email", "cleo@example.info"], ["first_name", "Antonia"], ["firstname", "Chang"], ["last_name", "Roberts"], ["lastname", "Beier"], ["lat", "-83.38973641356094"], ["latitute", "-18.247716376812733"], ["lng", "82.01395669727088"], ["locale", "KG"], ["longitude", "-177.28726555549468"], ["middlename", "Schiller"], ["middle_name", "Lehner"], ["password", "OpEjFa7RlZ2"], ["phone", "423.034.0439"], ["phone_number", "(993) 356-8418 x5381"], ["reference", "ba78d05b-da06-4049-9966-43c12c51d968"], ["title", "In in a placeat molestiae molestias."], ["user_name", "ursula.moore"], ["username", "willow.hahn"], ["uuid", "1ce4c36d-835e-4516-8878-a6a0cd705443"], ["created_at", "2020-11-21 14:00:07.832461"], ["updated_at", "2020-11-21 14:00:07.832461"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Nobis deleniti voluptas. Eum autem suscipit. Error impedit tenetur."], ["email", "romana@example.info"], ["first_name", "Shantae"], ["firstname", "Beatriz"], ["last_name", "Witting"], ["lastname", "Hayes"], ["lat", "-62.47884580991256"], ["latitute", "-56.046810591503665"], ["lng", "54.33110949414862"], ["locale", "LY"], ["longitude", "-55.20503331641558"], ["middlename", "Reynolds"], ["middle_name", "Renner"], ["password", "NiA2mWsOm25"], ["phone", "302.379.6959 x90752"], ["phone_number", "(754) 249-3340 x36094"], ["reference", "33c38689-aa5b-401d-ad09-52efc73bae1b"], ["title", "Qui magni est quo."], ["user_name", "neil"], ["username", "corrin"], ["uuid", "acb4530b-e991-4b04-bb23-f603cdac6759"], ["created_at", "2020-11-21 14:00:07.920614"], ["updated_at", "2020-11-21 14:00:07.920614"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Asperiores alias ducimus. Aut odio sit."], ["email", "janel_monahan@example.biz"], ["first_name", "Sylvia"], ["firstname", "Estefana"], ["last_name", "Lemke"], ["lastname", "Purdy"], ["lat", "42.50011734704552"], ["latitute", "-74.15733829737138"], ["lng", "-160.39784983960504"], ["locale", "RO"], ["longitude", "-136.49388941493854"], ["middlename", "Leffler"], ["middle_name", "Walter"], ["password", "Ez7H7zCcPhScHh2I"], ["phone", "1-760-256-3729"], ["phone_number", "300-061-1331 x45570"], ["reference", "064c89da-1260-44a2-8ad1-cb62f7737dc0"], ["title", "Sed eius incidunt reprehenderit soluta."], ["user_name", "tyron_sawayn"], ["username", "jayson"], ["uuid", "74592a24-3167-43de-83bd-78bf6b025fb2"], ["created_at", "2020-11-21 14:00:07.964061"], ["updated_at", "2020-11-21 14:00:07.964061"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Dolores aut eveniet. Quia sint voluptas. Praesentium labore eum."], ["email", "carlo@example.info"], ["first_name", "Lashonda"], ["firstname", "Vashti"], ["last_name", "Howe"], ["lastname", "Orn"], ["lat", "80.40725072388011"], ["latitute", "5.679893276781371"], ["lng", "133.35410191356033"], ["locale", "GE"], ["longitude", "-119.53195001938914"], ["middlename", "Fritsch"], ["middle_name", "Purdy"], ["password", "MmJuIf930Rc2Z2"], ["phone", "804.469.0633 x97880"], ["phone_number", "(579) 615-7525 x08589"], ["reference", "2af4b42e-2b23-4012-b34f-7b6ae8ded4f2"], ["title", "Voluptas neque pariatur maiores a porro."], ["user_name", "sergio"], ["username", "nikia"], ["uuid", "a4913d52-d63c-4ab5-af64-5ae5f656fc27"], ["created_at", "2020-11-21 14:00:07.999216"], ["updated_at", "2020-11-21 14:00:07.999216"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Sapiente eos blanditiis. Quibusdam optio dolor. Ipsum voluptatem ut. Nihil error iste. At pariatur aliquid."], ["email", "fausto_boyle@example.net"], ["first_name", "Erich"], ["firstname", "Maryjo"], ["last_name", "Effertz"], ["lastname", "Morar"], ["lat", "39.88714512600987"], ["latitute", "83.18632591761587"], ["lng", "92.01869519459518"], ["locale", "FJ"], ["longitude", "-162.60140193162087"], ["middlename", "Howe"], ["middle_name", "Marquardt"], ["password", "S8zNnT6mWoO7fYx"], ["phone", "586-655-4692 x92645"], ["phone_number", "1-228-302-3643 x1874"], ["reference", "52527605-d6b6-4aa1-9b55-a38f54651521"], ["title", "Quis assumenda hic."], ["user_name", "kevin"], ["username", "debera"], ["uuid", "e2ca4714-0b27-4898-a937-0577e94f13be"], ["created_at", "2020-11-21 14:00:08.032832"], ["updated_at", "2020-11-21 14:00:08.032832"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Dolores ipsum culpa. Aut et expedita. Repellendus odit et."], ["email", "sung.hand@example.org"], ["first_name", "Clementine"], ["firstname", "Charlie"], ["last_name", "Hirthe"], ["lastname", "Beahan"], ["lat", "-30.626748702842278"], ["latitute", "-9.516365662871038"], ["lng", "-49.86249649609914"], ["locale", "CF"], ["longitude", "-144.98481315602248"], ["middlename", "Considine"], ["middle_name", "Jacobi"], ["password", "OaA0kV8mOrBp3"], ["phone", "1-853-645-4932 x797"], ["phone_number", "1-597-921-0547 x26902"], ["reference", "8b7ff5fc-b558-4faf-b460-c8b410354a11"], ["title", "Vel incidunt qui nemo."], ["user_name", "mervin"], ["username", "anisha"], ["uuid", "6116bf93-b47e-4adc-8ab1-cf4ef573eeb2"], ["created_at", "2020-11-21 14:00:08.066215"], ["updated_at", "2020-11-21 14:00:08.066215"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Ducimus itaque quia. Voluptas et expedita. Reprehenderit assumenda exercitationem."], ["email", "marica.romaguera@example.io"], ["first_name", "Marisol"], ["firstname", "Roselia"], ["last_name", "Feest"], ["lastname", "Hermiston"], ["lat", "79.26472861876567"], ["latitute", "19.64086434115312"], ["lng", "-83.98067032927662"], ["locale", "PL"], ["longitude", "-23.88523106811283"], ["middlename", "Funk"], ["middle_name", "Grimes"], ["password", "2VrK6sK7pIl3RoIb"], ["phone", "1-706-640-1280 x892"], ["phone_number", "(819) 081-8677 x0912"], ["reference", "cad1a2ae-9c17-4642-b8d3-4ffd07bb04de"], ["title", "Rem est sint."], ["user_name", "brenton.stark"], ["username", "dusti"], ["uuid", "f8a75f6e-6061-4937-a051-e55b7417c80f"], ["created_at", "2020-11-21 14:00:08.099771"], ["updated_at", "2020-11-21 14:00:08.099771"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Rerum dolore quia. Corrupti mollitia quaerat. Aperiam molestias neque. Minima doloremque non. Sint ipsum natus."], ["email", "jay@example.info"], ["first_name", "Francoise"], ["firstname", "Bess"], ["last_name", "Lueilwitz"], ["lastname", "Douglas"], ["lat", "30.52961944778562"], ["latitute", "-11.037838888502762"], ["lng", "-52.095052497930155"], ["locale", "KY"], ["longitude", "-137.6297574120855"], ["middlename", "Rempel"], ["middle_name", "Jakubowski"], ["password", "I9sIw5RwRnNl4"], ["phone", "504-790-7248 x65235"], ["phone_number", "578-167-1566"], ["reference", "0d221d3b-10ce-4b9d-846b-1255d9dc7ab8"], ["title", "Fugit voluptatem autem alias quia."], ["user_name", "humberto"], ["username", "soo"], ["uuid", "aa79a532-c329-4602-912d-6ee67fa03182"], ["created_at", "2020-11-21 14:00:08.132952"], ["updated_at", "2020-11-21 14:00:08.132952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.3ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Magnam eum numquam. Omnis quisquam provident. Unde voluptatibus consequatur. Aut qui consequuntur."], ["email", "gilbert@example.name"], ["first_name", "Terrance"], ["firstname", "Jerald"], ["last_name", "Rogahn"], ["lastname", "Brekke"], ["lat", "-38.42834572055042"], ["latitute", "63.600069245065214"], ["lng", "-14.330632614578207"], ["locale", "VE"], ["longitude", "-169.11059035130435"], ["middlename", "Kreiger"], ["middle_name", "Jacobson"], ["password", "LyYtXwCb7G"], ["phone", "896.905.6658 x49293"], ["phone_number", "1-891-872-4777 x628"], ["reference", "1455682a-8fa9-4152-915b-1f261fee7726"], ["title", "Iste expedita et vero."], ["user_name", "buster_connelly"], ["username", "rossana.mraz"], ["uuid", "6d9d80b4-9a08-4cf0-a2e4-47ae5b22f0a7"], ["created_at", "2020-11-21 14:00:08.166349"], ["updated_at", "2020-11-21 14:00:08.166349"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Lima Create (0.3ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Ipsam a dolorem. Velit ullam voluptates. Suscipit commodi ducimus. Iusto ut id. Esse soluta quas."], ["email", "rema.larson@example.name"], ["first_name", "Cyrus"], ["firstname", "Rhonda"], ["last_name", "Parker"], ["lastname", "Jacobs"], ["lat", "7.176453137838678"], ["latitute", "-29.9429346189619"], ["lng", "85.65100008667645"], ["locale", "ES"], ["longitude", "-25.590441574728118"], ["middlename", "Schmitt"], ["middle_name", "Bogisich"], ["password", "G8v2ClAuRsX0pUiN"], ["phone", "434.589.2290 x42840"], ["phone_number", "(178) 038-4406 x67487"], ["reference", "46ee5323-bdbe-4d04-9d67-7acd62d7433f"], ["title", "Deserunt voluptate facere nisi eius."], ["user_name", "alexandria.lebsack"], ["username", "marylouise.champlin"], ["uuid", "d03bb871-dcf5-4989-8d28-470483924130"], ["created_at", "2020-11-21 14:00:08.221279"], ["updated_at", "2020-11-21 14:00:08.221279"]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.2ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.7ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.8ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.8ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.5ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["description", "Numquam placeat tenetur. Ipsam impedit deleniti."], ["email", "tiffanie@example.net"], ["first_name", "Aracely"], ["firstname", "Roxy"], ["last_name", "Kutch"], ["lastname", "Gibson"], ["lat", "-28.941383094441242"], ["latitute", "-20.89205273809786"], ["lng", "104.49517240231876"], ["locale", "MH"], ["longitude", "174.22503843923266"], ["middlename", "Schaefer"], ["middle_name", "Veum"], ["password", "Um6Wr0L3yQg41GdL"], ["phone", "1-323-902-7338 x866"], ["phone_number", "519-200-3211 x860"], ["reference", "dff0649c-0002-464e-933f-e10a904dcc0d"], ["title", "Voluptatem est voluptatibus ipsam voluptates."], ["user_name", "earnest_corwin"], ["username", "michel"], ["uuid", "f60e077c-361d-48ab-9c33-4f4e32c3c8c5"], ["created_at", "2020-11-21 14:01:04.784669"], ["updated_at", "2020-11-21 14:01:04.784669"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.6ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.4ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.6ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.5ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.6ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.3ms) DELETE FROM "alfas";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.1ms) DELETE FROM "bravos";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.8ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.8ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.9ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.8ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.8ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (36.2ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.9ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "5551 Ada Ferry, Raymondeville, AL 79500-4245"], ["description", "Quo laudantium corrupti. Tempore enim nulla. Eos ullam molestiae."], ["email", "ariel@example.biz"], ["first_name", "Deandre"], ["firstname", "Branden"], ["last_name", "Schuppe"], ["lastname", "Oberbrunner"], ["lat", "38.94552077409804"], ["latitute", "44.60405025968839"], ["lng", "32.51971965566622"], ["locale", "AU"], ["longitude", "-108.31744228409137"], ["middlename", "Daniel"], ["middle_name", "Kunze"], ["password", "I1w8Zl9X4tF"], ["phone", "1-963-603-0456 x69195"], ["phone_number", "254-649-1509 x6050"], ["reference", "300a519f-d53a-46a3-8287-3c1904e84a9b"], ["title", "Itaque eos optio."], ["user_name", "milton"], ["username", "marin_renner"], ["uuid", "65a1991e-3d50-41af-ac43-c67fe61a680c"], ["created_at", "2020-11-21 14:02:58.028075"], ["updated_at", "2020-11-21 14:02:58.028075"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 884 9886 Leffler Springs, West Stevie, MA 75498-0884"], ["description", "A qui et. Voluptate nisi voluptatem. Veniam excepturi consequatur. Nostrum voluptate sequi."], ["email", "julio.gorczany@example.io"], ["first_name", "Shara"], ["firstname", "Wade"], ["last_name", "Larkin"], ["lastname", "Wisozk"], ["lat", "80.56945669682128"], ["latitute", "-4.349461481668072"], ["lng", "76.61130000185364"], ["locale", "FI"], ["longitude", "145.60027255214425"], ["middlename", "Farrell"], ["middle_name", "Parker"], ["password", "8EhA5gYg9VnC"], ["phone", "193.431.1149"], ["phone_number", "399-074-8487 x0453"], ["reference", "5ce65242-5c32-4085-8e2b-1004d43b5e0f"], ["title", "Voluptates est architecto deleniti modi."], ["user_name", "sergio.bins"], ["username", "han_rippin"], ["uuid", "63072eea-94b5-4543-a54f-e7619e2c41e4"], ["created_at", "2020-11-21 14:02:58.116279"], ["updated_at", "2020-11-21 14:02:58.116279"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1996 Homenick Junctions, East Forrest, TN 58467"], ["description", "Laudantium repellat odio. A quo sunt. Inventore magnam qui. Omnis ad qui. Cupiditate enim nostrum."], ["email", "krysta.okon@example.co"], ["first_name", "Lenard"], ["firstname", "Delma"], ["last_name", "Streich"], ["lastname", "Herman"], ["lat", "12.961886398087145"], ["latitute", "73.94031810771364"], ["lng", "-133.26627650561545"], ["locale", "NA"], ["longitude", "4.739742552534437"], ["middlename", "Toy"], ["middle_name", "Hand"], ["password", "KtIaLgL2"], ["phone", "(113) 074-2389 x58630"], ["phone_number", "1-561-995-1193 x95957"], ["reference", "ba23493c-c1dd-4b5c-b013-fc3eaae680a8"], ["title", "Facere consequatur dicta maxime vero consequatur."], ["user_name", "vernon_muller"], ["username", "joey_stracke"], ["uuid", "d54b1b79-eb76-4fb7-9514-70c83b6ffcf1"], ["created_at", "2020-11-21 14:02:58.158274"], ["updated_at", "2020-11-21 14:02:58.158274"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "6807 Simonis Views, New Freddyborough, WI 79748"], ["description", "Accusamus facere sed. Rerum harum occaecati. Consequatur repellendus enim."], ["email", "hershel_weimann@example.info"], ["first_name", "Arnulfo"], ["firstname", "Burt"], ["last_name", "Kuphal"], ["lastname", "Kshlerin"], ["lat", "42.30567546214334"], ["latitute", "-26.664356958418367"], ["lng", "-140.9097950536251"], ["locale", "TK"], ["longitude", "135.5702867513412"], ["middlename", "Marquardt"], ["middle_name", "Schamberger"], ["password", "VqEfTtReN7"], ["phone", "1-881-170-2329 x11559"], ["phone_number", "1-914-688-6492"], ["reference", "c8ca8704-ce81-4251-9d18-3bd3d8ec1c4e"], ["title", "Earum voluptatem repellendus."], ["user_name", "ervin"], ["username", "hollis"], ["uuid", "0f601c81-548c-4ec3-ba0e-e0099967a39f"], ["created_at", "2020-11-21 14:02:58.196799"], ["updated_at", "2020-11-21 14:02:58.196799"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 897 469 Weimann Falls, West Laineshire, NV 12011"], ["description", "Voluptate sunt minima. Pariatur dolores voluptas. Suscipit nisi sunt. Dolore repellendus dicta."], ["email", "beatriz_greenfelder@example.info"], ["first_name", "Ima"], ["firstname", "Sarina"], ["last_name", "Purdy"], ["lastname", "Raynor"], ["lat", "72.85197196644245"], ["latitute", "31.893584060951284"], ["lng", "105.98876643385194"], ["locale", "MN"], ["longitude", "-129.18534720637047"], ["middlename", "Kertzmann"], ["middle_name", "Wuckert"], ["password", "7Jp4BmJ1"], ["phone", "1-818-314-2780"], ["phone_number", "(166) 591-0660 x81013"], ["reference", "953d65f4-d277-4f47-9b57-5ed0014d788c"], ["title", "Voluptatem nostrum nihil."], ["user_name", "abraham"], ["username", "mei"], ["uuid", "d0652d93-0f4d-4d71-9ec3-3c9fb8698a83"], ["created_at", "2020-11-21 14:02:58.238818"], ["updated_at", "2020-11-21 14:02:58.238818"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 897 23384 Brekke Village, South Robmouth, CT 57698"], ["description", "Dolorum omnis in. Dolorum distinctio ex."], ["email", "nick.rosenbaum@example.name"], ["first_name", "Lucas"], ["firstname", "Tonya"], ["last_name", "Littel"], ["lastname", "Mayert"], ["lat", "58.46062514627519"], ["latitute", "-33.255657506769104"], ["lng", "41.54600864343931"], ["locale", "HK"], ["longitude", "127.36355738151661"], ["middlename", "Olson"], ["middle_name", "Anderson"], ["password", "2QaIgJ6gZ0o2U"], ["phone", "1-776-191-6911 x63829"], ["phone_number", "324.110.2109 x61166"], ["reference", "2e10e3d2-076b-48b1-abd5-6cdb4ed00137"], ["title", "Rem sed aut ut non soluta."], ["user_name", "brent"], ["username", "stanford"], ["uuid", "130745cf-5d56-484f-a699-9ee7dd95312d"], ["created_at", "2020-11-21 14:02:58.276969"], ["updated_at", "2020-11-21 14:02:58.276969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "279 Larson Ways, Hegmannmouth, NV 19199-1721"], ["description", "Dicta et qui. Atque dolor quia. Ut delectus non. Rerum ut nam."], ["email", "harlan.orn@example.biz"], ["first_name", "Kimberlee"], ["firstname", "Marcel"], ["last_name", "Kiehn"], ["lastname", "Toy"], ["lat", "-13.361022297632942"], ["latitute", "-60.39261422714388"], ["lng", "-20.787536277702287"], ["locale", "PK"], ["longitude", "21.880799187023882"], ["middlename", "Bartell"], ["middle_name", "Bartell"], ["password", "GgRyPoBt0"], ["phone", "(498) 079-6651 x71849"], ["phone_number", "147-332-4996 x0800"], ["reference", "d7723c24-4772-42b5-9bd2-9e41d639d961"], ["title", "Iusto voluptas ullam."], ["user_name", "kip.balistreri"], ["username", "shonta.spencer"], ["uuid", "7433567d-1f1d-4f96-a4ac-026605f01cc3"], ["created_at", "2020-11-21 14:02:58.313188"], ["updated_at", "2020-11-21 14:02:58.313188"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "77317 Melba Mills, Lake Salina, DE 14134"], ["description", "Id ipsam ipsa. Ex incidunt rem. Cum occaecati error. Quasi dolores corrupti. Nostrum sapiente qui."], ["email", "wilbur@example.co"], ["first_name", "Brooks"], ["firstname", "Leonel"], ["last_name", "Pfannerstill"], ["lastname", "Moore"], ["lat", "73.85647605233629"], ["latitute", "-66.68722076619052"], ["lng", "-176.00322590316517"], ["locale", "CL"], ["longitude", "128.3530875182052"], ["middlename", "Hansen"], ["middle_name", "Jaskolski"], ["password", "Z4rOfLqNp0Y"], ["phone", "220-824-3286 x66101"], ["phone_number", "(376) 265-1942 x2021"], ["reference", "a024aef4-ac40-4157-9ba9-0796f81d1453"], ["title", "Aliquid rerum perspiciatis officiis omnis voluptatem."], ["user_name", "paris"], ["username", "celsa"], ["uuid", "7607f399-9c40-4472-9844-bcfcfbf2e27a"], ["created_at", "2020-11-21 14:02:58.348579"], ["updated_at", "2020-11-21 14:02:58.348579"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 973 37959 Halvorson Club, Wuckertview, DE 94254-2082"], ["description", "Porro illum fugiat. Laborum sequi et. Velit maxime fugiat."], ["email", "marc_klocko@example.biz"], ["first_name", "Willodean"], ["firstname", "Alethia"], ["last_name", "Krajcik"], ["lastname", "McClure"], ["lat", "51.8003192580625"], ["latitute", "-73.15900341344431"], ["lng", "-93.14536647568178"], ["locale", "GL"], ["longitude", "68.14026398117772"], ["middlename", "Ebert"], ["middle_name", "Ullrich"], ["password", "KpZjKtF36"], ["phone", "721.856.3833"], ["phone_number", "241.530.7940 x90679"], ["reference", "82282e0a-d89e-490d-8beb-5fd0482704e0"], ["title", "Id totam aut doloribus quos sint."], ["user_name", "neville"], ["username", "philip_stoltenberg"], ["uuid", "f2167475-7315-4d8d-84f5-9ab96b4f40e0"], ["created_at", "2020-11-21 14:02:58.385316"], ["updated_at", "2020-11-21 14:02:58.385316"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 187 39156 Jane Landing, Altastad, LA 68926-4103"], ["description", "Sed minima quisquam. Aut est dolores. Maiores officia eligendi."], ["email", "darrin_blick@example.biz"], ["first_name", "Margareta"], ["firstname", "Shelton"], ["last_name", "Kilback"], ["lastname", "Wolff"], ["lat", "40.54824489824364"], ["latitute", "83.06638711039153"], ["lng", "49.84569522573207"], ["locale", "IO"], ["longitude", "146.3799165172789"], ["middlename", "Koss"], ["middle_name", "Trantow"], ["password", "UvM3eU68jTr"], ["phone", "(714) 690-9123 x3172"], ["phone_number", "1-137-096-1525"], ["reference", "1f357634-a30a-41c3-b35a-8e929ea09d5d"], ["title", "Quis pariatur qui inventore impedit voluptas."], ["user_name", "evangeline"], ["username", "argentina"], ["uuid", "fd5290ba-321a-48a5-9c9c-4037caeac3d1"], ["created_at", "2020-11-21 14:02:58.437790"], ["updated_at", "2020-11-21 14:02:58.437790"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.5ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.8ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "13726 Schroeder Burg, Koreytown, WI 46323"], ["description", "Neque ipsum quae. Animi reiciendis non. Sed omnis ut. Veniam delectus totam. Molestiae laboriosam laudantium."], ["email", "raquel@example.net"], ["first_name", "Gertude"], ["firstname", "Yajaira"], ["last_name", "Kuhic"], ["lastname", "Brown"], ["lat", "-85.74887156830545"], ["latitute", "0.29263930651460157"], ["lng", "137.7152551091021"], ["locale", "BS"], ["longitude", "-74.9966330318727"], ["middlename", "Dare"], ["middle_name", "Windler"], ["password", "Zg7B3m9V5r42O7oY"], ["phone", "(998) 259-5262 x6949"], ["phone_number", "335-359-1175 x192"], ["reference", "553971a2-715b-4d19-a4f6-f7ea8563a2ed"], ["title", "Ratione nisi dolorem corrupti quod explicabo."], ["user_name", "sacha_fritsch"], ["username", "gayle_spinka"], ["uuid", "bb5bbc53-19d5-40dd-ab44-32b07da3b4a4"], ["created_at", "2020-11-21 14:03:37.454164"], ["updated_at", "2020-11-21 14:03:37.454164"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "42599 Green Islands, Ingerview, SC 06807-3762"], ["description", "Debitis in ex. Pariatur voluptatem voluptas."], ["email", "guadalupe@example.name"], ["first_name", "Chieko"], ["firstname", "Cruz"], ["last_name", "Macejkovic"], ["lastname", "Green"], ["lat", "54.70635453988373"], ["latitute", "34.83783918996377"], ["lng", "-78.67249209167394"], ["locale", "SH"], ["longitude", "124.44536915932497"], ["middlename", "Bahringer"], ["middle_name", "Stark"], ["password", "5CyPpGcQd"], ["phone", "583-064-8603"], ["phone_number", "1-973-014-1560 x90651"], ["reference", "bde91d39-88a3-40d7-8d70-e25173966a13"], ["title", "Dicta dolorem quia eius mollitia."], ["user_name", "chance.torp"], ["username", "wilfredo"], ["uuid", "e70e9263-2994-4042-87b0-e9d9e860a016"], ["created_at", "2020-11-21 14:03:37.524814"], ["updated_at", "2020-11-21 14:03:37.524814"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "869 Gusikowski Plains, East Irving, DE 94789-7408"], ["description", "Officia velit autem. Aut itaque et."], ["email", "jamal.weber@example.co"], ["first_name", "Delmer"], ["firstname", "Raquel"], ["last_name", "Rohan"], ["lastname", "Schinner"], ["lat", "-53.33055722795082"], ["latitute", "-52.310027923427576"], ["lng", "-36.99320042862837"], ["locale", "BW"], ["longitude", "15.460880995797709"], ["middlename", "Altenwerth"], ["middle_name", "Swift"], ["password", "Ey8Qy4TnVgYn0W"], ["phone", "1-117-468-0967 x97028"], ["phone_number", "792-617-6067 x33269"], ["reference", "5152cf10-a365-4475-b299-6d6ca2293587"], ["title", "Aperiam rerum sit ex corrupti quo."], ["user_name", "tricia"], ["username", "machelle.durgan"], ["uuid", "5e5e3bb7-dce6-4d9a-a1d7-8a3ba9a7b3e2"], ["created_at", "2020-11-21 14:03:37.557043"], ["updated_at", "2020-11-21 14:03:37.557043"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "60658 Schuppe Parkway, East Thanh, AZ 94117-6773"], ["description", "Libero ea ut. Praesentium sequi est. Maxime est illum. Ex est velit."], ["email", "collene@example.org"], ["first_name", "Velvet"], ["firstname", "Margarito"], ["last_name", "Krajcik"], ["lastname", "Kassulke"], ["lat", "74.19671869344592"], ["latitute", "-84.86051448728847"], ["lng", "-161.06538323847604"], ["locale", "MQ"], ["longitude", "-158.23528750901238"], ["middlename", "Wiza"], ["middle_name", "Jast"], ["password", "AcP9cHzOjQw"], ["phone", "646.287.7962 x4742"], ["phone_number", "1-478-685-9995"], ["reference", "bfe7c230-5e58-4055-b4b9-43ad59719577"], ["title", "Omnis dolores voluptas et."], ["user_name", "bruce"], ["username", "quincy_stroman"], ["uuid", "f1c73ec9-fd95-491a-8115-76c03192acef"], ["created_at", "2020-11-21 14:03:37.589264"], ["updated_at", "2020-11-21 14:03:37.589264"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 158 770 Bennett Lock, Keenanstad, SC 41926-8773"], ["description", "Reprehenderit atque a. Voluptatem quaerat vitae. Voluptatum minima laborum."], ["email", "ambrose@example.name"], ["first_name", "Shannon"], ["firstname", "Brittney"], ["last_name", "Dickinson"], ["lastname", "Lesch"], ["lat", "10.584094629683918"], ["latitute", "-76.2068240668544"], ["lng", "-166.00254582607025"], ["locale", "NF"], ["longitude", "-39.07608014719088"], ["middlename", "Dach"], ["middle_name", "Hauck"], ["password", "4LoCp5Zy95Pf6Q8w"], ["phone", "1-534-940-4989 x17084"], ["phone_number", "1-927-814-7028 x5696"], ["reference", "89325960-0e90-4ad7-b962-43b73c9177c6"], ["title", "Praesentium cum repellendus."], ["user_name", "shawanna.wiegand"], ["username", "virginia_jones"], ["uuid", "1e4531cd-f85b-4e40-a5b0-681e40530149"], ["created_at", "2020-11-21 14:03:37.619115"], ["updated_at", "2020-11-21 14:03:37.619115"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "443 Refugio Via, Johnstonland, CO 56004-5446"], ["description", "Itaque atque expedita. Nihil nihil incidunt. Quisquam et omnis."], ["email", "frederic@example.com"], ["first_name", "Ida"], ["firstname", "Lizabeth"], ["last_name", "Harris"], ["lastname", "Bode"], ["lat", "-79.50342895273549"], ["latitute", "-58.888524928031316"], ["lng", "4.747490461745315"], ["locale", "HT"], ["longitude", "139.3376968210497"], ["middlename", "Carter"], ["middle_name", "Altenwerth"], ["password", "IcZzVnX19vB65dM"], ["phone", "630.371.8513 x20618"], ["phone_number", "(353) 758-6247"], ["reference", "e6b5ebaf-f40b-4adc-bc2b-6dce2461466e"], ["title", "Aliquid non adipisci dolores ut asperiores."], ["user_name", "jazmine"], ["username", "donn_yost"], ["uuid", "2e1338d3-4d50-470d-825b-3c04e785278b"], ["created_at", "2020-11-21 14:03:37.645706"], ["updated_at", "2020-11-21 14:03:37.645706"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2547 Zulauf Stravenue, Port Dillon, CT 36759"], ["description", "Magni consequatur optio. Reiciendis eaque velit."], ["email", "sylvester@example.name"], ["first_name", "Maisha"], ["firstname", "Rachal"], ["last_name", "Thiel"], ["lastname", "Bechtelar"], ["lat", "-85.24912631364361"], ["latitute", "-69.9015415466601"], ["lng", "9.7382175118953"], ["locale", "FM"], ["longitude", "48.781148456105484"], ["middlename", "Corkery"], ["middle_name", "Schuster"], ["password", "1JaNxZwG0iFgI"], ["phone", "(308) 953-5313 x092"], ["phone_number", "(965) 168-0778 x853"], ["reference", "af7cbbfd-3116-4d59-83f2-61a10dc70f1f"], ["title", "Et reprehenderit saepe architecto eveniet."], ["user_name", "adrien"], ["username", "dagny"], ["uuid", "5701c24b-b5ae-4d1f-9a20-704c2f26d931"], ["created_at", "2020-11-21 14:03:37.671390"], ["updated_at", "2020-11-21 14:03:37.671390"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 807 66468 Goyette Fords, Williamsonton, MD 56498-2434"], ["description", "Quasi eum repudiandae. Vel qui qui."], ["email", "billie@example.info"], ["first_name", "Bobbie"], ["firstname", "Israel"], ["last_name", "Gerhold"], ["lastname", "Pagac"], ["lat", "-44.500444103064744"], ["latitute", "30.705376156892115"], ["lng", "-96.46581189680317"], ["locale", "GF"], ["longitude", "-9.965415791652077"], ["middlename", "Leannon"], ["middle_name", "Brakus"], ["password", "BtFu2Z7vDe5Q"], ["phone", "1-580-905-0750 x890"], ["phone_number", "814-788-8307 x4127"], ["reference", "c8febce9-c623-4ec9-b40b-e83618e3b22e"], ["title", "Fugiat vel sunt corporis."], ["user_name", "alfreda_murazik"], ["username", "matha"], ["uuid", "2074879c-0186-4c13-91c1-69759054b049"], ["created_at", "2020-11-21 14:03:37.697415"], ["updated_at", "2020-11-21 14:03:37.697415"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1165 Beatty Haven, Port Willene, NE 59589"], ["description", "Vero sunt non. Est consequuntur dolores. Minus atque dolor."], ["email", "dora@example.co"], ["first_name", "Lauren"], ["firstname", "Otha"], ["last_name", "Maggio"], ["lastname", "Batz"], ["lat", "-24.836604005937446"], ["latitute", "49.87704543682926"], ["lng", "58.38463626107779"], ["locale", "MP"], ["longitude", "53.59811982290296"], ["middlename", "Barrows"], ["middle_name", "Senger"], ["password", "Za5RuO8e26"], ["phone", "557-823-4917 x437"], ["phone_number", "(129) 762-0040"], ["reference", "7ce0ebf0-80d1-4de1-83d6-ae25c6d615a2"], ["title", "Magni expedita quia est perferendis molestiae."], ["user_name", "delana"], ["username", "marshall"], ["uuid", "bbb98c13-fe23-45da-87df-1eeef18b0c5f"], ["created_at", "2020-11-21 14:03:37.723151"], ["updated_at", "2020-11-21 14:03:37.723151"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 560 6209 Daugherty Harbors, Dorseyshire, AK 45872-3799"], ["description", "Voluptatem impedit nostrum. Libero sit repudiandae. Deleniti fuga nulla."], ["email", "art.cruickshank@example.org"], ["first_name", "Hipolito"], ["firstname", "Mack"], ["last_name", "O'Conner"], ["lastname", "Tillman"], ["lat", "76.92617602675662"], ["latitute", "-67.19501269521918"], ["lng", "-69.02866576684715"], ["locale", "IT"], ["longitude", "-105.48148336288102"], ["middlename", "Senger"], ["middle_name", "Hilpert"], ["password", "Of9SpUgBt40216"], ["phone", "(152) 393-6196"], ["phone_number", "(845) 064-8281"], ["reference", "39029734-15b0-432d-bee5-c1de1175642d"], ["title", "Minima qui vel ipsam inventore."], ["user_name", "virgen"], ["username", "stan_jacobi"], ["uuid", "14f0d07e-dae2-471d-be50-05778a1fa755"], ["created_at", "2020-11-21 14:03:37.768155"], ["updated_at", "2020-11-21 14:03:37.768155"]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.0ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.9ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'bravos';  (2.5ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.8ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.9ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (2.0ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8354 Hand Isle, North Joel, WV 21336-4055"], ["description", "Sit dolor eligendi. Deserunt quasi modi."], ["email", "yelena.kautzer@example.info"], ["first_name", "Davina"], ["firstname", "Mike"], ["last_name", "Gottlieb"], ["lastname", "Gottlieb"], ["lat", "36.042848093683006"], ["latitute", "44.4746400073318"], ["lng", "-143.81112640970335"], ["locale", "PR"], ["longitude", "67.97400555320908"], ["middlename", "Rau"], ["middle_name", "Maggio"], ["password", "VaF27x394CiBp"], ["phone", "770-150-7458 x010"], ["phone_number", "(894) 842-5111 x234"], ["reference", "c3ce7e03-e4d6-4170-99ea-d68e446f8bd1"], ["title", "Fugiat voluptatum et voluptas."], ["user_name", "valentin"], ["username", "rae_raynor"], ["uuid", "8267d606-b6f7-45e4-b0d7-2ebc9c1678e9"], ["created_at", "2020-11-21 14:03:48.293523"], ["updated_at", "2020-11-21 14:03:48.293523"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "21485 Okuneva Square, Hirtheport, LA 34315"], ["description", "Facere cum id. Architecto asperiores qui."], ["email", "jewel@example.org"], ["first_name", "Concha"], ["firstname", "Evon"], ["last_name", "Stoltenberg"], ["lastname", "Mann"], ["lat", "25.691223116647265"], ["latitute", "-5.910747303132041"], ["lng", "36.0654496669971"], ["locale", "MD"], ["longitude", "138.69027241176116"], ["middlename", "Bartell"], ["middle_name", "Johnston"], ["password", "RsNaMkDi3Co2"], ["phone", "1-384-144-5617 x3444"], ["phone_number", "603-202-2633 x1015"], ["reference", "803b6d8d-0f9f-49d5-86fb-9f159db31595"], ["title", "Eos rem eveniet ea hic."], ["user_name", "brian_lang"], ["username", "virgen.hirthe"], ["uuid", "a613f5fd-e662-47bf-b3ed-bc47eba75d7a"], ["created_at", "2020-11-21 14:03:48.362218"], ["updated_at", "2020-11-21 14:03:48.362218"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3707 Clifton Trail, Jadwigaland, TN 74635-2591"], ["description", "Quia dolorem ea. Vero autem quis. Eos maiores repellat. Debitis temporibus et."], ["email", "sheldon@example.co"], ["first_name", "Julietta"], ["firstname", "Colin"], ["last_name", "Crist"], ["lastname", "Willms"], ["lat", "74.1521173780524"], ["latitute", "-89.91908258632762"], ["lng", "94.21670570236216"], ["locale", "NF"], ["longitude", "-158.51135747068594"], ["middlename", "Wiza"], ["middle_name", "Kris"], ["password", "GoKy44LyPuFzPqY"], ["phone", "674-236-3085 x87233"], ["phone_number", "1-631-414-8548"], ["reference", "3ae7b4ea-1230-40b5-891e-52cedd0eb38b"], ["title", "Ipsam repudiandae soluta et incidunt."], ["user_name", "lorenzo"], ["username", "shaun_becker"], ["uuid", "f54f1005-a86c-4f85-be97-6383e8c1ddf9"], ["created_at", "2020-11-21 14:03:48.392446"], ["updated_at", "2020-11-21 14:03:48.392446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "360 Olson Valleys, Caryshire, CA 86448-1422"], ["description", "Repudiandae molestiae id. Beatae a perspiciatis."], ["email", "elias_cartwright@example.com"], ["first_name", "Dillon"], ["firstname", "Tajuana"], ["last_name", "Orn"], ["lastname", "Tillman"], ["lat", "-82.84367026823935"], ["latitute", "9.066747719139244"], ["lng", "-35.7151254094276"], ["locale", "ZW"], ["longitude", "58.63308177401578"], ["middlename", "Pollich"], ["middle_name", "Mante"], ["password", "SxRc1MvQ86s"], ["phone", "(719) 689-3884"], ["phone_number", "639.868.8770 x2404"], ["reference", "de790b18-23b5-48ae-8f72-a47f1199d821"], ["title", "Quidem fugit corporis et est."], ["user_name", "tracy.strosin"], ["username", "nam_heidenreich"], ["uuid", "269d884c-b4e8-48c7-b173-a8221dd61521"], ["created_at", "2020-11-21 14:03:48.417688"], ["updated_at", "2020-11-21 14:03:48.417688"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1821 Jacobs Ports, East Lannyburgh, IN 79307"], ["description", "Neque amet qui. Velit sequi ratione. Laudantium officiis praesentium."], ["email", "gita@example.org"], ["first_name", "Lon"], ["firstname", "Bess"], ["last_name", "O'Connell"], ["lastname", "Bergnaum"], ["lat", "-33.23771084275444"], ["latitute", "-47.81568638098922"], ["lng", "96.2895158843117"], ["locale", "BY"], ["longitude", "165.22875181223208"], ["middlename", "Muller"], ["middle_name", "Abshire"], ["password", "NvGq552Xk"], ["phone", "(509) 424-2323 x172"], ["phone_number", "528-984-7349 x84135"], ["reference", "68903585-7e13-4a00-8698-e39e66b2ab6a"], ["title", "Fuga nobis in dolores occaecati."], ["user_name", "audria_quitzon"], ["username", "diego"], ["uuid", "bbfc1d41-ee65-46ad-8ef2-9fcafba5278b"], ["created_at", "2020-11-21 14:03:48.442506"], ["updated_at", "2020-11-21 14:03:48.442506"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "699 Ignacia Station, Port Columbusmouth, OR 58401-8162"], ["description", "Esse non veritatis. Officiis ex molestias. Dolores beatae accusamus. Illum rerum blanditiis. Aliquam ipsa blanditiis."], ["email", "tyrell.morar@example.info"], ["first_name", "Olinda"], ["firstname", "Darrell"], ["last_name", "Quitzon"], ["lastname", "MacGyver"], ["lat", "6.959773246194757"], ["latitute", "2.417137219285607"], ["lng", "-160.1047250022027"], ["locale", "TW"], ["longitude", "124.54111052524729"], ["middlename", "Mraz"], ["middle_name", "Pollich"], ["password", "43FoRgDs6"], ["phone", "350-128-6788 x118"], ["phone_number", "961.102.7649 x89733"], ["reference", "915cd914-21c3-4990-86da-73f5cda50a88"], ["title", "Non quam qui animi."], ["user_name", "sung"], ["username", "francesco.ratke"], ["uuid", "45d3edea-4f17-4b04-9634-cda640f5db0a"], ["created_at", "2020-11-21 14:03:48.467490"], ["updated_at", "2020-11-21 14:03:48.467490"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 718 8445 Schimmel Circle, Franeckifort, ME 84652"], ["description", "Voluptatem consequatur nobis. Enim sed quas. At iure ad. Dignissimos et optio."], ["email", "william_ohara@example.biz"], ["first_name", "Lynwood"], ["firstname", "Xiao"], ["last_name", "Nikolaus"], ["lastname", "Ebert"], ["lat", "59.682422150007625"], ["latitute", "57.795186219882794"], ["lng", "27.208309820178698"], ["locale", "BD"], ["longitude", "-126.02089300186577"], ["middlename", "Lakin"], ["middle_name", "Botsford"], ["password", "QbDz2BwPwU1mW"], ["phone", "333.636.8283"], ["phone_number", "311.349.5379 x38028"], ["reference", "14a73c99-a9ca-402f-b990-8206a1195f85"], ["title", "Perferendis qui quas."], ["user_name", "verline"], ["username", "estelle"], ["uuid", "0fbe007c-04b8-4685-a0ae-c0bdcdbe3fe7"], ["created_at", "2020-11-21 14:03:48.492387"], ["updated_at", "2020-11-21 14:03:48.492387"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "81444 Connelly Fork, South Dannette, NC 99554-3452"], ["description", "Fugiat sit fugit. In et quam. Est quidem sit. Non facere dolore. Porro natus numquam."], ["email", "sherryl@example.biz"], ["first_name", "Benjamin"], ["firstname", "Clinton"], ["last_name", "Bergnaum"], ["lastname", "Kunde"], ["lat", "48.58514715683563"], ["latitute", "43.83161846493536"], ["lng", "150.25902194990857"], ["locale", "SL"], ["longitude", "-145.30529677420236"], ["middlename", "Beer"], ["middle_name", "Wilkinson"], ["password", "Ce831GeI"], ["phone", "1-401-063-9518 x3947"], ["phone_number", "431-808-4573"], ["reference", "2cb4a8da-c7f8-4d13-a980-5ace27800dcc"], ["title", "Nihil ut dignissimos quos non perspiciatis."], ["user_name", "ahmad.okon"], ["username", "tyesha"], ["uuid", "3f15b57d-2a45-48bf-965f-2fe903f23d97"], ["created_at", "2020-11-21 14:03:48.517363"], ["updated_at", "2020-11-21 14:03:48.517363"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 300 82045 Bashirian Islands, East Erickchester, NJ 55486"], ["description", "Eveniet sed quia. Ratione voluptas distinctio. Qui nisi voluptas. Fugiat et ut. Dolorem harum laborum."], ["email", "antone_corkery@example.co"], ["first_name", "Virgie"], ["firstname", "Hal"], ["last_name", "Turner"], ["lastname", "Hintz"], ["lat", "-47.68319144251833"], ["latitute", "50.55746178768766"], ["lng", "-85.63571759116012"], ["locale", "AO"], ["longitude", "6.590077042435752"], ["middlename", "Jaskolski"], ["middle_name", "Russel"], ["password", "Ax7Y0bCq20PjXwU"], ["phone", "1-195-369-3013 x39532"], ["phone_number", "855.643.1604 x62539"], ["reference", "99cdc39b-313d-4fb6-9294-313b2090b7a3"], ["title", "Sunt beatae quae."], ["user_name", "jeane"], ["username", "antwan_smitham"], ["uuid", "db01b837-0aa3-4dd6-ba83-3f3254d3c6f7"], ["created_at", "2020-11-21 14:03:48.542961"], ["updated_at", "2020-11-21 14:03:48.542961"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "744 Deirdre Island, Claudetown, TX 61542-9702"], ["description", "Voluptate ut ex. Dolores error excepturi. Pariatur repellat veritatis. Dolores et ea. Architecto ut et."], ["email", "lashonda_pacocha@example.info"], ["first_name", "Hellen"], ["firstname", "Lashay"], ["last_name", "Satterfield"], ["lastname", "Kemmer"], ["lat", "83.37436921609998"], ["latitute", "35.88353830674572"], ["lng", "-71.06743656514014"], ["locale", "PY"], ["longitude", "6.0557221718297285"], ["middlename", "Stoltenberg"], ["middle_name", "Will"], ["password", "As8T4bE4r3IrFvG6"], ["phone", "(449) 525-7270"], ["phone_number", "478-952-3754"], ["reference", "be526d16-3131-45e7-9dcb-087e524aa1d3"], ["title", "Corrupti itaque omnis nihil voluptatem blanditiis."], ["user_name", "kai_reichel"], ["username", "danny.keeling"], ["uuid", "677599b4-7c21-49d4-b9aa-eab97e840c5e"], ["created_at", "2020-11-21 14:03:48.578457"], ["updated_at", "2020-11-21 14:03:48.578457"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.4ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.7ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.9ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "57534 Braun Extensions, North Justin, WI 61773"], ["description", "Id velit quo. Consequatur est omnis."], ["email", "darin@example.name"], ["first_name", "Jeffry"], ["firstname", "Lorrie"], ["last_name", "Ullrich"], ["lastname", "Veum"], ["lat", "38.65277542536711"], ["latitute", "-51.92601433556504"], ["lng", "22.566299335136023"], ["locale", "LR"], ["longitude", "65.77715064169635"], ["middlename", "Rohan"], ["middle_name", "Frami"], ["password", "AwKv5MnHoKgL"], ["phone", "(744) 275-3520 x70079"], ["phone_number", "1-509-986-8778 x0054"], ["reference", "bbcd30bc-ec75-488a-83e5-af8ababec543"], ["title", "Quod reprehenderit facilis sed repellendus."], ["user_name", "idalia_murray"], ["username", "blake"], ["uuid", "b88ab876-58e6-4e25-b40f-918742272c8b"], ["created_at", "2020-11-21 14:04:09.069943"], ["updated_at", "2020-11-21 14:04:09.069943"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 249 6267 Hickle Square, Gerlachview, MO 08204-7089"], ["description", "Accusamus aut fugiat. Est blanditiis labore. Nemo iste ducimus. Sequi delectus quia. Molestiae nostrum quidem."], ["email", "myles.kertzmann@example.co"], ["first_name", "Lavona"], ["firstname", "Jame"], ["last_name", "Steuber"], ["lastname", "O'Hara"], ["lat", "44.781053906085646"], ["latitute", "63.46962770204229"], ["lng", "-86.5555611458396"], ["locale", "HR"], ["longitude", "23.0016772614849"], ["middlename", "Herman"], ["middle_name", "Turner"], ["password", "4RdC07z3WzU29vK"], ["phone", "803-613-0830"], ["phone_number", "706-710-8516 x29715"], ["reference", "29a33112-371a-4731-8679-579f0a0304f4"], ["title", "Aliquid soluta totam nam autem laboriosam."], ["user_name", "maryann_hermiston"], ["username", "kristofer_dickens"], ["uuid", "f3461aed-8508-48ac-bf29-1d0e0e21b8d4"], ["created_at", "2020-11-21 14:04:09.140651"], ["updated_at", "2020-11-21 14:04:09.140651"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 723 67863 Ahmad Meadows, Brucebury, ND 76117"], ["description", "Iure molestiae vel. Distinctio fugit vel."], ["email", "nettie@example.com"], ["first_name", "Ferne"], ["firstname", "Buford"], ["last_name", "Heidenreich"], ["lastname", "Weber"], ["lat", "28.47176894106623"], ["latitute", "71.45260251185474"], ["lng", "-35.76100397202737"], ["locale", "FM"], ["longitude", "81.04409272087224"], ["middlename", "Trantow"], ["middle_name", "Kuphal"], ["password", "ThOsUvApVkB46w"], ["phone", "627-569-0393 x251"], ["phone_number", "431.463.6867"], ["reference", "e889a0fe-3bc8-479f-98ed-09a93877fd50"], ["title", "Inventore vitae autem unde minus itaque."], ["user_name", "dion.murazik"], ["username", "else"], ["uuid", "14dee642-9272-4b92-80df-679ac035791c"], ["created_at", "2020-11-21 14:04:09.171345"], ["updated_at", "2020-11-21 14:04:09.171345"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 821 74650 Rosenda Radial, West Ivanahaven, WA 95382-0267"], ["description", "Vitae maxime est. Sequi voluptatem nihil. Quidem illo est. Voluptatem impedit ratione."], ["email", "kathe@example.biz"], ["first_name", "Dominga"], ["firstname", "Sydney"], ["last_name", "Nader"], ["lastname", "Tillman"], ["lat", "36.68617911059249"], ["latitute", "-45.12602086651388"], ["lng", "-132.57623089441765"], ["locale", "SD"], ["longitude", "-50.61416763736804"], ["middlename", "Pacocha"], ["middle_name", "Frami"], ["password", "KvW42hQ34y"], ["phone", "932.513.9541 x334"], ["phone_number", "1-213-640-7336 x82262"], ["reference", "ea34369b-68a4-4528-aa76-9774509456e2"], ["title", "Dolores dolorem blanditiis et quidem."], ["user_name", "zita"], ["username", "gus_jacobi"], ["uuid", "ccc67296-1555-4648-baa0-91f0f86ecc00"], ["created_at", "2020-11-21 14:04:09.197515"], ["updated_at", "2020-11-21 14:04:09.197515"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "6345 Wiegand Way, South Mariano, AL 61930"], ["description", "Sapiente numquam maiores. Odit error voluptas. Esse ullam voluptatibus."], ["email", "jack@example.biz"], ["first_name", "Thersa"], ["firstname", "Maia"], ["last_name", "Bode"], ["lastname", "Davis"], ["lat", "-37.18098425318079"], ["latitute", "17.565941047920887"], ["lng", "-75.84198683087486"], ["locale", "GF"], ["longitude", "-68.21455253183541"], ["middlename", "Mueller"], ["middle_name", "Upton"], ["password", "HmJv6BxVz4Vs"], ["phone", "750-830-7161 x132"], ["phone_number", "166-863-7812 x16037"], ["reference", "27ac3927-2e1b-4157-ab4b-e8cc2080e73a"], ["title", "Laboriosam id dolor facilis ut consequatur."], ["user_name", "isaac"], ["username", "darrel.kerluke"], ["uuid", "a290cc87-396f-47f7-aa0d-f3cd6368e6f9"], ["created_at", "2020-11-21 14:04:09.222074"], ["updated_at", "2020-11-21 14:04:09.222074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9417 Max Flat, Lake Evitamouth, KS 71072"], ["description", "Eveniet praesentium excepturi. Aut reprehenderit cumque. Possimus similique sed. Unde qui magnam. Vel quasi et."], ["email", "wen_gottlieb@example.net"], ["first_name", "Alan"], ["firstname", "Katrina"], ["last_name", "McGlynn"], ["lastname", "Hessel"], ["lat", "-18.905227000525088"], ["latitute", "-14.308722238183492"], ["lng", "-7.346837961245768"], ["locale", "HM"], ["longitude", "-162.05721720235795"], ["middlename", "Davis"], ["middle_name", "Champlin"], ["password", "5P7f7NdHk2PpQuC"], ["phone", "(396) 448-0085"], ["phone_number", "(789) 773-4889 x184"], ["reference", "22b4efd9-1d08-47e6-8b2b-7eb9f5aee843"], ["title", "Sit enim sed beatae eos nihil."], ["user_name", "suzann_botsford"], ["username", "alfred_runolfsdottir"], ["uuid", "b21df264-734b-4579-91fc-3c19cfff9cec"], ["created_at", "2020-11-21 14:04:09.246978"], ["updated_at", "2020-11-21 14:04:09.246978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3332 Crist Mountain, Hageneschester, MT 41322"], ["description", "Itaque suscipit aperiam. Soluta ut voluptas. Deleniti mollitia est. Eum voluptas fuga. Esse nemo accusantium."], ["email", "sharan@example.name"], ["first_name", "Luciana"], ["firstname", "Clarence"], ["last_name", "Breitenberg"], ["lastname", "Ritchie"], ["lat", "-60.6994476084634"], ["latitute", "37.24971404717583"], ["lng", "-87.10974143405396"], ["locale", "MP"], ["longitude", "131.1474565964778"], ["middlename", "Hessel"], ["middle_name", "Crist"], ["password", "PuFvMnFfPrP"], ["phone", "168.136.1518 x97917"], ["phone_number", "102-017-7636 x20481"], ["reference", "d117f5a4-90bd-4af2-b97d-a98305dc348c"], ["title", "Corporis nostrum temporibus et rerum."], ["user_name", "regenia.bernier"], ["username", "jeffrey.auer"], ["uuid", "dc272fcf-80ba-4aad-a2c0-107073233647"], ["created_at", "2020-11-21 14:04:09.272080"], ["updated_at", "2020-11-21 14:04:09.272080"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "81077 Reinger Fords, Ashleyburgh, HI 48527"], ["description", "Ab repellat tempora. Dolores deserunt dolorem. Ipsam rerum consequatur."], ["email", "ranae@example.com"], ["first_name", "Arnulfo"], ["firstname", "Robby"], ["last_name", "Rowe"], ["lastname", "Hodkiewicz"], ["lat", "89.49013685146971"], ["latitute", "44.12292775621904"], ["lng", "6.364738107225833"], ["locale", "DZ"], ["longitude", "-3.535238218992788"], ["middlename", "Aufderhar"], ["middle_name", "McKenzie"], ["password", "QfRfJqTkGiLk"], ["phone", "(578) 989-2410 x765"], ["phone_number", "891.561.8405 x47591"], ["reference", "ff3f80fd-0d4e-4f13-8587-9d65006289d0"], ["title", "Harum et natus laborum."], ["user_name", "sindy"], ["username", "morgan"], ["uuid", "39d166b2-e436-4e62-9b1e-0d52092b09bf"], ["created_at", "2020-11-21 14:04:09.296778"], ["updated_at", "2020-11-21 14:04:09.296778"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3872 Corey Common, South Jon, MD 04637"], ["description", "Est qui voluptas. A assumenda nobis. Enim animi quia. Dolorem rerum ea. Optio ut eum."], ["email", "sebastian@example.info"], ["first_name", "Emmitt"], ["firstname", "Terrell"], ["last_name", "Ebert"], ["lastname", "Volkman"], ["lat", "22.911547669028778"], ["latitute", "4.5420167874056006"], ["lng", "87.8227502531459"], ["locale", "US"], ["longitude", "-8.236377366343731"], ["middlename", "Olson"], ["middle_name", "Block"], ["password", "DtQn8FoDe1"], ["phone", "884.753.1138 x87580"], ["phone_number", "968-725-8032"], ["reference", "44fcfbc4-fcca-4e97-8fb7-2c3cebfc7c46"], ["title", "Vero fugit et."], ["user_name", "tyler_gleason"], ["username", "kelley.cremin"], ["uuid", "85aed1a5-6fad-4b8b-94dc-cb85761071bc"], ["created_at", "2020-11-21 14:04:09.321886"], ["updated_at", "2020-11-21 14:04:09.321886"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 795 4095 Tremblay Island, Friesenfurt, OR 69791-3062"], ["description", "Vero corporis est. Ea ea omnis. Non fugiat voluptates."], ["email", "leonel@example.net"], ["first_name", "Gala"], ["firstname", "Mika"], ["last_name", "Crist"], ["lastname", "Kuphal"], ["lat", "29.94502416956584"], ["latitute", "-28.867716815902263"], ["lng", "-173.46617332464209"], ["locale", "PE"], ["longitude", "68.2029473875584"], ["middlename", "Dickens"], ["middle_name", "Ebert"], ["password", "8BlVpFxFcB"], ["phone", "897.202.9875 x880"], ["phone_number", "901.988.9845 x369"], ["reference", "aa30e800-acb5-488d-a0c0-f7131c45bb56"], ["title", "Ea est dolorem nihil."], ["user_name", "guillermo"], ["username", "ashley"], ["uuid", "2e2ced0d-1bcb-47c8-a97f-30abb6d45830"], ["created_at", "2020-11-21 14:04:09.357282"], ["updated_at", "2020-11-21 14:04:09.357282"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]] Lima Load (0.1ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.4ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.9ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.8ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.9ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.7ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:05:17.491220"], ["updated_at", "2020-11-21 14:05:17.491220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:05:17.545959"], ["updated_at", "2020-11-21 14:05:17.545959"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:05:17.592032"], ["updated_at", "2020-11-21 14:05:17.592032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:05:17.616136"], ["updated_at", "2020-11-21 14:05:17.616136"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:05:17.638153"], ["updated_at", "2020-11-21 14:05:17.638153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:05:17.660813"], ["updated_at", "2020-11-21 14:05:17.660813"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:05:17.683718"], ["updated_at", "2020-11-21 14:05:17.683718"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:05:17.706536"], ["updated_at", "2020-11-21 14:05:17.706536"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:05:17.729168"], ["updated_at", "2020-11-21 14:05:17.729168"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:05:17.752132"], ["updated_at", "2020-11-21 14:05:17.752132"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]] Lima Load (0.1ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.8ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.8ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 608 18580 Rueben Inlet, East Gaston, CT 98891-6201"], ["description", "Omnis explicabo sed. Nam voluptatum ea. Consequatur et dicta. Voluptatem veritatis exercitationem. Fugit delectus dolorum."], ["email", "colton_heller@example.net"], ["first_name", "Tarsha"], ["firstname", "Lavone"], ["last_name", "Lind"], ["lastname", "Auer"], ["lat", "49.024486011949534"], ["latitute", "53.913538418583755"], ["lng", "115.5122350555493"], ["locale", "JP"], ["longitude", "102.11692980614532"], ["middlename", "Dietrich"], ["middle_name", "Grant"], ["password", "XaJ5pRuXy"], ["phone", "1-851-815-5919"], ["phone_number", "868-184-4778"], ["reference", "2ba01bc8-d3fd-40c2-8aa1-e79c3e0594a7"], ["title", "Libero nostrum excepturi quo."], ["user_name", "rufus_prohaska"], ["username", "paris.funk"], ["uuid", "e5eba646-e90f-4e93-bada-2b18509ff198"], ["created_at", "2020-11-21 14:05:28.247689"], ["updated_at", "2020-11-21 14:05:28.247689"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "914 Alicia Hill, South Neryhaven, NE 40900-9254"], ["description", "Excepturi laborum alias. In sunt eius."], ["email", "ramon@example.biz"], ["first_name", "Anamaria"], ["firstname", "Milan"], ["last_name", "Predovic"], ["lastname", "Hamill"], ["lat", "83.76674681809686"], ["latitute", "41.74852021928879"], ["lng", "45.34645251762851"], ["locale", "TJ"], ["longitude", "51.44475190430586"], ["middlename", "Stiedemann"], ["middle_name", "Turner"], ["password", "TnWoYeKiV99"], ["phone", "(566) 152-5466"], ["phone_number", "769.584.8932 x30348"], ["reference", "29cffeee-7527-42bd-b6e9-6d0799d29b36"], ["title", "Ut vitae et soluta."], ["user_name", "viola"], ["username", "ofelia"], ["uuid", "abb3c70d-c8d5-44f4-9583-71559141c9b7"], ["created_at", "2020-11-21 14:05:28.310462"], ["updated_at", "2020-11-21 14:05:28.310462"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "68810 Dorie Roads, New Xavierborough, MO 25793-1592"], ["description", "Dolor et ut. Delectus cupiditate placeat. Voluptas ullam voluptatibus. A iste aperiam. Saepe consequuntur cumque."], ["email", "armanda.pacocha@example.info"], ["first_name", "Kraig"], ["firstname", "Jarrett"], ["last_name", "Donnelly"], ["lastname", "Williamson"], ["lat", "-71.12976610710159"], ["latitute", "-22.501674242277417"], ["lng", "-107.80475840250433"], ["locale", "MY"], ["longitude", "-36.74765437770924"], ["middlename", "Bergnaum"], ["middle_name", "Padberg"], ["password", "2NoVkIq0Iq2LrOb"], ["phone", "(960) 956-5619 x67608"], ["phone_number", "793.604.7268 x1362"], ["reference", "d09e5166-7e38-45aa-8195-9386ba2c1caa"], ["title", "Et quae libero nisi."], ["user_name", "luther"], ["username", "wilfredo"], ["uuid", "e5a77543-00f1-405f-9125-9756e7324ad7"], ["created_at", "2020-11-21 14:05:28.362491"], ["updated_at", "2020-11-21 14:05:28.362491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "272 Rodrick Mall, Fishermouth, IL 45554"], ["description", "Consequatur possimus non. Voluptatem accusantium nobis. Nihil vel aut. Nemo ut unde."], ["email", "sade_casper@example.net"], ["first_name", "Reyes"], ["firstname", "Rachel"], ["last_name", "Carroll"], ["lastname", "Smith"], ["lat", "2.609357696566093"], ["latitute", "48.160269234156175"], ["lng", "-71.44628106518444"], ["locale", "MK"], ["longitude", "-129.71151608047592"], ["middlename", "DuBuque"], ["middle_name", "Hegmann"], ["password", "KiWi3CxD2kJp7Wr"], ["phone", "196-777-5682 x0797"], ["phone_number", "(787) 305-8478 x85417"], ["reference", "4c51e6f2-a741-4449-a346-f67a9784e792"], ["title", "Nesciunt eius in est."], ["user_name", "jayson_glover"], ["username", "garret"], ["uuid", "90a65966-e634-462d-96f7-356899ba3b4c"], ["created_at", "2020-11-21 14:05:28.389705"], ["updated_at", "2020-11-21 14:05:28.389705"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 787 66408 Abbott Locks, Lake Sam, OK 95111-6719"], ["description", "Quasi dolorem tempore. Deleniti dignissimos voluptate. Cumque deleniti esse."], ["email", "margy.watsica@example.io"], ["first_name", "Ashley"], ["firstname", "Elias"], ["last_name", "Gorczany"], ["lastname", "Johns"], ["lat", "75.74670770901503"], ["latitute", "73.61888597285215"], ["lng", "48.70403794583541"], ["locale", "RE"], ["longitude", "79.9903634314872"], ["middlename", "Kirlin"], ["middle_name", "Bechtelar"], ["password", "7TlEg5PuSzIu"], ["phone", "687.056.1578"], ["phone_number", "1-577-440-3486 x354"], ["reference", "1910e3ff-7d3e-42f5-9839-7181cf263d26"], ["title", "Libero tenetur nisi tempora earum ut."], ["user_name", "ethan_cassin"], ["username", "elvin.gerlach"], ["uuid", "b313eea3-066c-4ddb-8660-34ddd7885d24"], ["created_at", "2020-11-21 14:05:28.414878"], ["updated_at", "2020-11-21 14:05:28.414878"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "38817 Wiza Garden, New Hiramport, AR 23753"], ["description", "Voluptatem non debitis. Consequuntur asperiores dolorem."], ["email", "rosalva_lindgren@example.io"], ["first_name", "Clay"], ["firstname", "Larisa"], ["last_name", "Denesik"], ["lastname", "Becker"], ["lat", "5.504325294408062"], ["latitute", "2.8294735928024437"], ["lng", "138.67368395813014"], ["locale", "ID"], ["longitude", "5.798753490556095"], ["middlename", "Kiehn"], ["middle_name", "Pacocha"], ["password", "R8jT134r2SbMhJ2i"], ["phone", "987-254-8140 x99548"], ["phone_number", "777.055.9109 x7198"], ["reference", "785e07f6-b03f-4dc7-ab52-bb7c72033309"], ["title", "Omnis quia ullam soluta quis."], ["user_name", "oliver"], ["username", "emelia_schinner"], ["uuid", "33b7b1ca-4200-4061-a754-d6fbc0ff1ad1"], ["created_at", "2020-11-21 14:05:28.439805"], ["updated_at", "2020-11-21 14:05:28.439805"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 654 8563 Cristobal Track, Ernserton, NV 13435"], ["description", "Ut repellendus ratione. Rem sequi illum."], ["email", "cortney.mccullough@example.info"], ["first_name", "Latrisha"], ["firstname", "Iesha"], ["last_name", "Dibbert"], ["lastname", "Russel"], ["lat", "54.04911697653506"], ["latitute", "43.576486925671816"], ["lng", "100.18345254033409"], ["locale", "BJ"], ["longitude", "-30.236422889874547"], ["middlename", "Rippin"], ["middle_name", "O'Hara"], ["password", "MoMcEs2W5e37Wu1"], ["phone", "1-763-183-1202 x18978"], ["phone_number", "1-660-192-1288 x378"], ["reference", "70293d76-902b-4ab7-bee0-727d63c4ed67"], ["title", "Suscipit inventore nobis."], ["user_name", "marline"], ["username", "everette_von"], ["uuid", "8be1b8b1-49f4-4287-bb5a-d807ccd7bff1"], ["created_at", "2020-11-21 14:05:28.464877"], ["updated_at", "2020-11-21 14:05:28.464877"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 947 683 Ernser Isle, Streichview, KS 47015-1994"], ["description", "Vel at blanditiis. Voluptas ipsum error."], ["email", "kenyatta.welch@example.co"], ["first_name", "Chris"], ["firstname", "Tod"], ["last_name", "Bogisich"], ["lastname", "Smith"], ["lat", "38.99122701841327"], ["latitute", "-33.05261578536408"], ["lng", "18.68605369360145"], ["locale", "PH"], ["longitude", "-143.5692822635592"], ["middlename", "Von"], ["middle_name", "Ondricka"], ["password", "RqTkQrNs69NdS"], ["phone", "622.147.5853"], ["phone_number", "(665) 675-2982 x220"], ["reference", "e1b82984-f0c9-4b46-b054-3c56039b4e93"], ["title", "Est omnis at ex a corrupti."], ["user_name", "fransisca"], ["username", "arlen"], ["uuid", "882bb953-c5f3-441c-a38d-8b2914596ff0"], ["created_at", "2020-11-21 14:05:28.490114"], ["updated_at", "2020-11-21 14:05:28.490114"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "78195 Marquardt Port, Ondrickaport, CA 28579-0738"], ["description", "Fuga quos accusamus. Beatae rerum aut."], ["email", "glenda@example.io"], ["first_name", "Shirley"], ["firstname", "Corina"], ["last_name", "Rippin"], ["lastname", "Heaney"], ["lat", "-49.57007496224819"], ["latitute", "33.67443671242232"], ["lng", "106.96196819501574"], ["locale", "HT"], ["longitude", "64.67293712779511"], ["middlename", "Trantow"], ["middle_name", "Erdman"], ["password", "ZbEx5AlM"], ["phone", "1-365-958-9779 x96993"], ["phone_number", "(435) 275-1560 x61414"], ["reference", "5dc364e6-8162-47f6-b1d1-85a39b90d761"], ["title", "Quia quae at."], ["user_name", "madaline"], ["username", "chong_bruen"], ["uuid", "5fbba577-5ca8-4bbe-93a0-e6d36d2c7177"], ["created_at", "2020-11-21 14:05:28.514831"], ["updated_at", "2020-11-21 14:05:28.514831"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7968 Conn Crescent, Julietafurt, WI 74036-2876"], ["description", "Dignissimos est et. Tempore eveniet dignissimos. Consectetur deleniti sed. Fugit deserunt omnis. Molestiae illo delectus."], ["email", "krystyna.franecki@example.io"], ["first_name", "Newton"], ["firstname", "Katelynn"], ["last_name", "Weber"], ["lastname", "Lowe"], ["lat", "51.7746686437018"], ["latitute", "-2.733155279810262"], ["lng", "68.77360405303111"], ["locale", "TO"], ["longitude", "-78.52510567942633"], ["middlename", "Wolff"], ["middle_name", "McGlynn"], ["password", "4XrStKmIo"], ["phone", "(245) 813-8034 x979"], ["phone_number", "858-089-9014 x088"], ["reference", "d26afcac-c16e-480c-9bda-aad9a8dd0706"], ["title", "Debitis eligendi vel neque aut assumenda."], ["user_name", "jermaine"], ["username", "kieth"], ["uuid", "c316ecde-eb72-4a64-8322-6aab8c152a57"], ["created_at", "2020-11-21 14:05:28.550215"], ["updated_at", "2020-11-21 14:05:28.550215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]] Lima Load (0.1ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.7ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.8ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.3ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "6928 Claudia Drives, Lake Ezequielmouth, FL 80863"], ["description", "Consectetur alias fugiat. Dolorem perferendis delectus."], ["email", "calista_cremin@example.io"], ["first_name", "Matthew"], ["firstname", "Otto"], ["last_name", "Thiel"], ["lastname", "Grimes"], ["lat", "-71.17199552332502"], ["latitute", "17.343120873289692"], ["lng", "-160.67291767436103"], ["locale", "FJ"], ["longitude", "-23.538737298136738"], ["middlename", "O'Keefe"], ["middle_name", "Dicki"], ["password", "TdN7rWmKbW7t9"], ["phone", "412-554-4830 x10854"], ["phone_number", "(299) 107-8231"], ["reference", "fed8d8a1-4d83-4900-8a20-5fbe1de0b2f6"], ["title", "Ut iure corrupti."], ["user_name", "nu.schamberger"], ["username", "cornell"], ["uuid", "ae6de83a-6c47-47ac-a4a5-f4271311bdb1"], ["created_at", "2020-11-21 14:05:45.271874"], ["updated_at", "2020-11-21 14:05:45.271874"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.4ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 732 663 Val Turnpike, West Valencia, NE 01560-2614"], ["description", "Eum iusto tempore. Nesciunt voluptate quo."], ["email", "tyra@example.biz"], ["first_name", "Demetrius"], ["firstname", "Benjamin"], ["last_name", "O'Reilly"], ["lastname", "Lakin"], ["lat", "-57.133191357263286"], ["latitute", "-56.753174475300085"], ["lng", "-157.16465395534664"], ["locale", "AX"], ["longitude", "113.45366507548636"], ["middlename", "Klein"], ["middle_name", "Mosciski"], ["password", "C0l106YyXbKaDpGz"], ["phone", "603-836-1322"], ["phone_number", "209-769-9465"], ["reference", "72efbbe1-1729-41ea-a642-4a3d52c090c4"], ["title", "Quas quis consequatur eligendi."], ["user_name", "porfirio_legros"], ["username", "wilford"], ["uuid", "244f2897-4542-40ca-a5dc-e9a741882ec1"], ["created_at", "2020-11-21 14:05:45.358359"], ["updated_at", "2020-11-21 14:05:45.358359"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "568 Genia Crossroad, Lake Marty, LA 14344"], ["description", "Vitae id libero. Accusamus aliquid sunt. Non omnis dolore."], ["email", "shelby_spencer@example.name"], ["first_name", "Nestor"], ["firstname", "Riley"], ["last_name", "Braun"], ["lastname", "Kuphal"], ["lat", "15.003009661620183"], ["latitute", "-50.86744173747461"], ["lng", "-172.52902889978282"], ["locale", "DO"], ["longitude", "-47.5380479138677"], ["middlename", "Kihn"], ["middle_name", "Littel"], ["password", "DiQq9RnGkUoOxB3"], ["phone", "1-832-640-2381 x23176"], ["phone_number", "788-353-7044 x74108"], ["reference", "852c03e7-be3f-407a-9081-5f0d2429b40b"], ["title", "Quaerat ut ex hic."], ["user_name", "edra"], ["username", "erin_considine"], ["uuid", "db3eb058-9849-4c12-bb3a-9e59152deece"], ["created_at", "2020-11-21 14:05:45.422779"], ["updated_at", "2020-11-21 14:05:45.422779"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 228 10461 Swift Walks, Port Solangeburgh, WI 31449"], ["description", "At quasi molestias. Et et est. Sit voluptatem pariatur."], ["email", "natacha.bauch@example.biz"], ["first_name", "Donette"], ["firstname", "Vernetta"], ["last_name", "Kub"], ["lastname", "Keeling"], ["lat", "-14.09989416899559"], ["latitute", "-5.33674787039692"], ["lng", "-12.557600397542217"], ["locale", "CY"], ["longitude", "81.34982535014422"], ["middlename", "Lehner"], ["middle_name", "Labadie"], ["password", "C76oYh4AtKg"], ["phone", "914.431.8505 x4410"], ["phone_number", "674-799-4988 x9259"], ["reference", "55704a6e-a19d-4d19-8f4e-a62910ffb9f6"], ["title", "Culpa voluptate dolorum maiores saepe dolor."], ["user_name", "marg_leuschke"], ["username", "margert.hane"], ["uuid", "fc79929a-8244-4f64-ba29-30bc1fe6c628"], ["created_at", "2020-11-21 14:05:45.461661"], ["updated_at", "2020-11-21 14:05:45.461661"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "20801 VonRueden Divide, Marylinbury, NM 54483-9993"], ["description", "Quos accusamus esse. Similique dolore architecto. Voluptate quis rerum. Sapiente alias deleniti. Libero dolorem nihil."], ["email", "tricia_halvorson@example.org"], ["first_name", "Summer"], ["firstname", "Young"], ["last_name", "Schoen"], ["lastname", "Buckridge"], ["lat", "-67.31283236467243"], ["latitute", "31.851373539804072"], ["lng", "-115.34995134082172"], ["locale", "AM"], ["longitude", "85.68488166637559"], ["middlename", "Mueller"], ["middle_name", "Lowe"], ["password", "O5gTiLoLtH3w"], ["phone", "1-204-364-6031 x621"], ["phone_number", "(293) 469-6660"], ["reference", "ddf68932-80a9-451b-84d2-b7c4039ec620"], ["title", "Eius modi totam sunt a enim."], ["user_name", "camilla"], ["username", "major"], ["uuid", "9f144e99-477b-464b-8f91-6e62b81eaf9a"], ["created_at", "2020-11-21 14:05:45.498898"], ["updated_at", "2020-11-21 14:05:45.498898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "5473 Gita Falls, West Kirk, OK 46754-9837"], ["description", "Cumque veniam consequuntur. Modi quaerat aut. Ipsam laudantium hic. Quisquam sed sit. Quia nisi veniam."], ["email", "slyvia@example.io"], ["first_name", "Elsie"], ["firstname", "Lowell"], ["last_name", "Smitham"], ["lastname", "Osinski"], ["lat", "25.966653148866115"], ["latitute", "70.19540114191994"], ["lng", "167.9048405918411"], ["locale", "KE"], ["longitude", "58.86349069104534"], ["middlename", "Gorczany"], ["middle_name", "Lubowitz"], ["password", "9LeWbY3yIs484O"], ["phone", "(161) 296-2746 x468"], ["phone_number", "1-974-902-6920 x789"], ["reference", "3cf0e45a-7a28-44bd-9f4d-c20d53d0706c"], ["title", "Consequatur est tenetur."], ["user_name", "leonard"], ["username", "maxie"], ["uuid", "29325915-db2b-4f9e-9fbc-163a4c4f762d"], ["created_at", "2020-11-21 14:05:45.538512"], ["updated_at", "2020-11-21 14:05:45.538512"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 470 4430 Diann Drive, South Osvaldo, ME 03409"], ["description", "Qui fugit quidem. Aut eius ratione."], ["email", "kellie@example.org"], ["first_name", "Matt"], ["firstname", "Leo"], ["last_name", "Tremblay"], ["lastname", "Tromp"], ["lat", "5.267244319052438"], ["latitute", "8.83415309498838"], ["lng", "-110.7444520371651"], ["locale", "MT"], ["longitude", "77.24851321146366"], ["middlename", "Spinka"], ["middle_name", "Carter"], ["password", "FtDn2JdOqNp2NtE"], ["phone", "117-366-3575 x90756"], ["phone_number", "(234) 302-7557 x682"], ["reference", "3b9321ce-399d-467a-a212-148190247092"], ["title", "Amet necessitatibus nemo nostrum et."], ["user_name", "omer"], ["username", "agueda"], ["uuid", "29970cf7-fef3-48c1-83e3-0d30ad9ffb2f"], ["created_at", "2020-11-21 14:05:45.573697"], ["updated_at", "2020-11-21 14:05:45.573697"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 451 148 Kozey Village, Murraytown, MN 22809-8668"], ["description", "Debitis consequatur animi. Fugit rerum enim. Qui voluptatem est."], ["email", "ashley.kemmer@example.net"], ["first_name", "Annabel"], ["firstname", "Mathew"], ["last_name", "Buckridge"], ["lastname", "Block"], ["lat", "-9.600009737166374"], ["latitute", "56.374196311275455"], ["lng", "97.61643225398836"], ["locale", "BN"], ["longitude", "129.10081542572613"], ["middlename", "Turcotte"], ["middle_name", "Stehr"], ["password", "K0a96OzBuFbFd"], ["phone", "863-054-6619"], ["phone_number", "(835) 913-9786 x4931"], ["reference", "98d7f04c-516e-4607-934e-098477e92247"], ["title", "Ut ad autem."], ["user_name", "sharron"], ["username", "cary.mcclure"], ["uuid", "9ffd28ba-bd61-4d9c-bac6-3a25c3fb7ab5"], ["created_at", "2020-11-21 14:05:45.609560"], ["updated_at", "2020-11-21 14:05:45.609560"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "13678 Kris Pike, South Michel, MI 24869-9715"], ["description", "Odio est placeat. Aut ut similique. Magni impedit alias. Aut aspernatur id."], ["email", "eddy_yost@example.io"], ["first_name", "Seth"], ["firstname", "Kirk"], ["last_name", "Ferry"], ["lastname", "O'Kon"], ["lat", "-21.517850307709992"], ["latitute", "-12.089808938364598"], ["lng", "-161.79485738344343"], ["locale", "MK"], ["longitude", "-123.48406881466317"], ["middlename", "Grant"], ["middle_name", "Schumm"], ["password", "ZnG5jQ6k69Wj0KuW"], ["phone", "336.728.6104"], ["phone_number", "228.895.5396 x2603"], ["reference", "a1644f2a-2f52-41e8-8f1d-a499da76bd91"], ["title", "Amet non et illo dicta qui."], ["user_name", "jewell_purdy"], ["username", "mildred"], ["uuid", "0ef092c7-e412-43b8-9d9b-84fd65f99673"], ["created_at", "2020-11-21 14:05:45.646598"], ["updated_at", "2020-11-21 14:05:45.646598"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "168 Becki Crescent, Harveybury, OH 73262-2693"], ["description", "Sit sunt facilis. Sint unde aspernatur. Deserunt aut quos."], ["email", "branden.beer@example.co"], ["first_name", "Gerald"], ["firstname", "Donnie"], ["last_name", "Bartoletti"], ["lastname", "Mills"], ["lat", "-89.85307584252536"], ["latitute", "38.72358644305811"], ["lng", "-138.09487609129272"], ["locale", "CZ"], ["longitude", "-117.9663971413984"], ["middlename", "DuBuque"], ["middle_name", "Bergstrom"], ["password", "BhIf0XzZu0YlB3k"], ["phone", "(131) 188-4244 x345"], ["phone_number", "429-985-5894 x28139"], ["reference", "c2097363-5a2e-4eb0-bd0f-ec269884dd0c"], ["title", "Nemo qui earum adipisci."], ["user_name", "edmond"], ["username", "carman"], ["uuid", "1d3ed422-323d-45d7-824c-9b7c23f7f883"], ["created_at", "2020-11-21 14:05:45.699590"], ["updated_at", "2020-11-21 14:05:45.699590"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]] Lima Load (0.1ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.8ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 268 8403 Dannie Unions, Lake Dennismouth, ID 99819"], ["city", "Harrisland"], ["country", "Romania"], ["description", "Corrupti aspernatur sed. Dolor nihil voluptate."], ["email", "jane_bartell@example.info"], ["first_name", "Ashton"], ["firstname", "Gennie"], ["last_name", "Zboncak"], ["lastname", "Tillman"], ["lat", "4.410357808282171"], ["latitute", "32.73698437856059"], ["lng", "80.42701321087793"], ["locale", "CA"], ["longitude", "60.61542534635416"], ["middlename", "Beer"], ["middle_name", "Sauer"], ["password", "Zz0QdNc8M2wP"], ["phone", "(580) 351-1666 x05819"], ["phone_number", "1-549-560-7648 x0908"], ["reference", "44a4b360-117b-4c8e-a51e-76e3a7b470cf"], ["title", "Itaque explicabo impedit repellendus et architecto."], ["user_name", "fernando.herzog"], ["username", "ahmed_schmitt"], ["uuid", "41804086-cf78-42b7-ac62-bb3ffa9e1bda"], ["created_at", "2020-11-21 14:08:20.848552"], ["updated_at", "2020-11-21 14:08:20.848552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 167 717 Stuart Points, East Sherylshire, VA 43447-6625"], ["city", "South Janelle"], ["country", "France"], ["description", "Qui tempore velit. Dolorum est vel. Dignissimos est quos. Molestiae maiores sint."], ["email", "hanh@example.info"], ["first_name", "Jacinto"], ["firstname", "Vanesa"], ["last_name", "Cremin"], ["lastname", "King"], ["lat", "-80.1466436516202"], ["latitute", "-58.07946309788126"], ["lng", "68.50578501744727"], ["locale", "CM"], ["longitude", "52.01689502210962"], ["middlename", "Fisher"], ["middle_name", "Bode"], ["password", "S7hQoRs5"], ["phone", "1-250-498-2757"], ["phone_number", "(449) 400-4685"], ["reference", "c2ec3697-d7b9-4193-b40a-69e8bbba8ab2"], ["title", "Fuga libero optio rerum deserunt."], ["user_name", "dustin"], ["username", "dannielle_batz"], ["uuid", "68125c46-caed-48dd-8cc7-cf14bbe0ecde"], ["created_at", "2020-11-21 14:08:22.310639"], ["updated_at", "2020-11-21 14:08:22.310639"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (2.4ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (2.0ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.5ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.5ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 151 50506 Clemente Mews, Joiefort, IL 40943"], ["city", "Schambergerport"], ["country", "Bermuda"], ["description", "Quasi eos id. Natus laborum est."], ["email", "chi@example.name"], ["first_name", "Rubin"], ["firstname", "Glennie"], ["last_name", "Von"], ["lastname", "O'Hara"], ["lat", "48.1497501095144"], ["latitute", "-63.42156018531291"], ["lng", "46.68757141438715"], ["locale", "DZ"], ["longitude", "134.75407592966292"], ["middlename", "Lebsack"], ["middle_name", "Luettgen"], ["password", "X6tQ7jMzR1vF"], ["phone", "(526) 411-5669 x79683"], ["phone_number", "1-497-222-2910 x2371"], ["reference", "2cb99bff-06c3-4c10-8793-ed474d82928e"], ["title", "Possimus autem similique deleniti excepturi impedit."], ["user_name", "lamonica"], ["username", "elliott.quitzon"], ["uuid", "bce848f4-a26d-4414-bde9-689a844fcc7d"], ["created_at", "2020-11-21 14:08:29.671430"], ["updated_at", "2020-11-21 14:08:29.671430"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "58166 Berge Cliff, Fayborough, WV 51853"], ["city", "Port Birgit"], ["country", "Taiwan"], ["description", "Et voluptas nihil. Error et commodi. Modi blanditiis ut. Debitis aut deleniti. Eaque consequatur vel."], ["email", "deann.ritchie@example.net"], ["first_name", "Yolonda"], ["firstname", "Percy"], ["last_name", "Armstrong"], ["lastname", "Franecki"], ["lat", "-15.887468293889015"], ["latitute", "-46.49608999227526"], ["lng", "24.554702359793197"], ["locale", "ZM"], ["longitude", "-110.54290043042383"], ["middlename", "Nicolas"], ["middle_name", "Welch"], ["password", "IwVlX5cGwH"], ["phone", "788.647.9748 x11527"], ["phone_number", "255.080.2946"], ["reference", "8ae822db-6af6-40f2-9abe-f92182ad61ad"], ["title", "Quo accusantium autem."], ["user_name", "olivia"], ["username", "jerrod"], ["uuid", "834e1020-5273-4011-8aeb-c9a81ddaea5a"], ["created_at", "2020-11-21 14:08:29.741594"], ["updated_at", "2020-11-21 14:08:29.741594"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "38368 Green Plaza, Fayefort, WY 89418"], ["city", "New Joesphfurt"], ["country", "Guernsey"], ["description", "Dolorum dolore et. Reiciendis porro impedit. Est consectetur quas."], ["email", "laila@example.info"], ["first_name", "Oscar"], ["firstname", "Ginette"], ["last_name", "Graham"], ["lastname", "Schultz"], ["lat", "18.238325611201958"], ["latitute", "72.21461731651345"], ["lng", "101.89585107380981"], ["locale", "PK"], ["longitude", "7.604776277811851"], ["middlename", "Hahn"], ["middle_name", "Beatty"], ["password", "MhUqYa38PhU"], ["phone", "1-751-218-1577 x736"], ["phone_number", "1-446-721-0830 x32117"], ["reference", "775bb998-80b0-45ac-88bd-3c6d981042a2"], ["title", "Iure voluptatem labore similique aut voluptatem."], ["user_name", "lacy.casper"], ["username", "gayle"], ["uuid", "2513debb-32e0-46f1-b48f-e4ec9436318b"], ["created_at", "2020-11-21 14:08:29.783274"], ["updated_at", "2020-11-21 14:08:29.783274"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 255 7618 Dulce Burgs, South Era, AK 59507"], ["city", "Warrenshire"], ["country", "Svalbard & Jan Mayen Islands"], ["description", "Vel est delectus. Ex corrupti et. Quisquam rem qui. Voluptas aut quas. Qui numquam dolores."], ["email", "wilson_sipes@example.org"], ["first_name", "Edmundo"], ["firstname", "Vernon"], ["last_name", "Doyle"], ["lastname", "Daugherty"], ["lat", "12.336126189499808"], ["latitute", "41.55801002561253"], ["lng", "-79.98888894532254"], ["locale", "GR"], ["longitude", "-41.29387762805749"], ["middlename", "Nolan"], ["middle_name", "Klocko"], ["password", "IxN9wK5qTl"], ["phone", "1-401-720-0472"], ["phone_number", "1-478-877-9549 x801"], ["reference", "d3eadc86-cb8a-42fc-8bcd-bbbb691e6ccb"], ["title", "Sunt fugit repellendus."], ["user_name", "pearlene"], ["username", "georgianna"], ["uuid", "82ecf353-3677-428e-aa27-e4f8a1ef9d49"], ["created_at", "2020-11-21 14:08:29.810074"], ["updated_at", "2020-11-21 14:08:29.810074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3886 Jacobson Street, Osvaldomouth, ME 40290"], ["city", "New Sabraborough"], ["country", "Svalbard & Jan Mayen Islands"], ["description", "Ipsa magnam consequatur. Eius sit quo. Aut libero officiis."], ["email", "aura@example.name"], ["first_name", "Wendolyn"], ["firstname", "Norbert"], ["last_name", "Quitzon"], ["lastname", "Grimes"], ["lat", "-25.72115345087019"], ["latitute", "79.65229222287505"], ["lng", "-85.87901159729782"], ["locale", "LI"], ["longitude", "89.05497147184525"], ["middlename", "Morar"], ["middle_name", "Bosco"], ["password", "IxTdOlSq"], ["phone", "1-602-991-8543 x82774"], ["phone_number", "1-447-597-5267 x0357"], ["reference", "ac3a4a84-37d9-4d81-b250-71ae00162ea0"], ["title", "Fugiat officia est voluptates libero."], ["user_name", "ara.beer"], ["username", "oswaldo"], ["uuid", "7b06b97e-32de-48c5-8433-a54b436ecd08"], ["created_at", "2020-11-21 14:08:29.834559"], ["updated_at", "2020-11-21 14:08:29.834559"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "793 Elliott Meadows, Port Gemashire, KS 41254"], ["city", "Zulaufville"], ["country", "South Africa"], ["description", "Sit modi deserunt. Provident necessitatibus voluptas. Suscipit consequatur ipsum. Sit tenetur molestiae."], ["email", "antione.macgyver@example.org"], ["first_name", "Lanita"], ["firstname", "Branden"], ["last_name", "Feil"], ["lastname", "Pollich"], ["lat", "-64.63174398168255"], ["latitute", "58.42634569208673"], ["lng", "52.7990983241512"], ["locale", "NE"], ["longitude", "98.9488015588816"], ["middlename", "Pacocha"], ["middle_name", "Huels"], ["password", "0KtByRuPjA"], ["phone", "1-848-301-1922 x972"], ["phone_number", "(128) 756-3636"], ["reference", "7b248d9a-a047-4f81-b35a-931cdf0645af"], ["title", "Libero dignissimos illum."], ["user_name", "broderick_luettgen"], ["username", "alina_cronin"], ["uuid", "605c5ae7-dd60-4f2d-8cc1-5b0508ddb85e"], ["created_at", "2020-11-21 14:08:29.859178"], ["updated_at", "2020-11-21 14:08:29.859178"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 271 52060 Wilfredo Locks, Zacharychester, SD 24451-9307"], ["city", "Nicolaview"], ["country", "Yemen"], ["description", "Culpa sunt delectus. Exercitationem ad voluptates."], ["email", "jay@example.com"], ["first_name", "Dana"], ["firstname", "Billy"], ["last_name", "O'Connell"], ["lastname", "Huel"], ["lat", "-81.97201319107778"], ["latitute", "78.74339637873064"], ["lng", "-104.39736358268443"], ["locale", "GS"], ["longitude", "-48.8609634947002"], ["middlename", "McGlynn"], ["middle_name", "Tremblay"], ["password", "F4lRtUk3FeHs"], ["phone", "(730) 875-9092"], ["phone_number", "(519) 391-6306 x5944"], ["reference", "caed3267-3c7c-4cae-b219-957ad9ccf9d6"], ["title", "Molestiae vel ut corrupti repellendus."], ["user_name", "edmundo_krajcik"], ["username", "collin_kovacek"], ["uuid", "bbf3bc64-0c0d-478e-881d-ac92e554b301"], ["created_at", "2020-11-21 14:08:29.883843"], ["updated_at", "2020-11-21 14:08:29.883843"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "12067 Thompson Burgs, North Amosborough, AL 43181"], ["city", "Leandromouth"], ["country", "Honduras"], ["description", "Pariatur cupiditate saepe. Voluptatem repudiandae repellat. Tenetur qui reiciendis. Quibusdam voluptates aut. Minus omnis iure."], ["email", "raymond_shields@example.biz"], ["first_name", "Rickie"], ["firstname", "Jerrod"], ["last_name", "Olson"], ["lastname", "Kuhic"], ["lat", "-10.445286197622465"], ["latitute", "1.3779476841686744"], ["lng", "-144.77792537353415"], ["locale", "GI"], ["longitude", "-152.18337753523534"], ["middlename", "Sauer"], ["middle_name", "Brown"], ["password", "FrOgQ6u6YaR7z1Ds"], ["phone", "(444) 561-7347 x9365"], ["phone_number", "657-111-6737 x1230"], ["reference", "b10c610e-222c-47fe-ba97-27f7ab6da04d"], ["title", "Magnam similique repellendus quae illum omnis."], ["user_name", "jon"], ["username", "dotty.kozey"], ["uuid", "f7a11a4b-a74f-48c9-8999-308c5cc084cf"], ["created_at", "2020-11-21 14:08:29.908723"], ["updated_at", "2020-11-21 14:08:29.908723"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 533 620 Inocencia Corners, New Quintinshire, KY 46193"], ["city", "West Shannonstad"], ["country", "El Salvador"], ["description", "Molestiae repudiandae et. Et omnis quod. Quidem maxime qui. Adipisci ut odio. Sit ut doloremque."], ["email", "gus.jacobs@example.name"], ["first_name", "Delphia"], ["firstname", "Dwight"], ["last_name", "Dietrich"], ["lastname", "Ebert"], ["lat", "-24.792194516948655"], ["latitute", "-5.654170891576044"], ["lng", "108.04129668527497"], ["locale", "CD"], ["longitude", "149.6013317204646"], ["middlename", "Morissette"], ["middle_name", "Lindgren"], ["password", "MnNnGx6Y2f2Q"], ["phone", "(730) 105-3853 x30597"], ["phone_number", "1-470-541-6715 x4940"], ["reference", "39c91626-fb35-40ca-a7cd-072ddd82eee9"], ["title", "Nam voluptatem itaque et."], ["user_name", "sheron.wintheiser"], ["username", "virgilio"], ["uuid", "5fc5c0ea-3d20-4442-85f4-56fbc198aa62"], ["created_at", "2020-11-21 14:08:29.933685"], ["updated_at", "2020-11-21 14:08:29.933685"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8250 Chester Summit, Autumnborough, TN 99519-9665"], ["city", "Sonnyberg"], ["country", "Guadeloupe"], ["description", "Sed impedit cumque. Repudiandae aspernatur optio. Quia nisi ipsam. Quidem quas deserunt. Enim provident vero."], ["email", "marin.dibbert@example.net"], ["first_name", "Kerry"], ["firstname", "Dollie"], ["last_name", "Hessel"], ["lastname", "Wyman"], ["lat", "-83.21921645467634"], ["latitute", "-44.0905967773656"], ["lng", "17.22571853253936"], ["locale", "SK"], ["longitude", "40.34963998600125"], ["middlename", "Bauch"], ["middle_name", "Gutkowski"], ["password", "AiLgSm68R7b"], ["phone", "890-057-9896"], ["phone_number", "156-293-0596 x22804"], ["reference", "cf39f141-6bcf-4b4e-abff-4e32cab730a8"], ["title", "Eveniet nesciunt nemo repellat tenetur ratione."], ["user_name", "shelby"], ["username", "sha"], ["uuid", "1cd5c168-7e6b-4a3b-be80-71ae69489b3c"], ["created_at", "2020-11-21 14:08:29.968647"], ["updated_at", "2020-11-21 14:08:29.968647"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]] Lima Load (0.1ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.9ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 751 9926 Gladys Loaf, Deckowtown, WA 75037-0682"], ["city", "Port Brent"], ["country", "Greece"], ["description", "Voluptatibus eos consequatur. Doloribus quia ea."], ["email", "lacy.ziemann@example.net"], ["first_name", "Milford"], ["firstname", "Korey"], ["last_name", "Sipes"], ["lastname", "Smitham"], ["lat", "-24.873726080019324"], ["latitute", "79.39498534221406"], ["lng", "-6.4835721540456746"], ["locale", "GA"], ["longitude", "-77.15222725959367"], ["middlename", "Nikolaus"], ["middle_name", "Cummerata"], ["password", "Wu59NfR5"], ["phone", "1-225-941-0371 x36205"], ["phone_number", "(857) 759-4323"], ["reference", "13b5c8e7-0e42-4288-85b6-7ffa516ef025"], ["title", "Impedit qui omnis vero sint."], ["user_name", "april"], ["username", "caryn"], ["uuid", "658ee057-873b-4c38-9426-f948157fb013"], ["created_at", "2020-11-21 14:08:37.779940"], ["updated_at", "2020-11-21 14:08:37.779940"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "48299 Cole Plains, Port Luciahaven, CO 45546"], ["city", "Connellychester"], ["country", "Syrian Arab Republic"], ["description", "Aliquid quibusdam molestiae. Sint ut perspiciatis."], ["email", "fermin@example.net"], ["first_name", "Niki"], ["firstname", "Margarita"], ["last_name", "Weissnat"], ["lastname", "Kohler"], ["lat", "68.90714586928465"], ["latitute", "-76.03955598545926"], ["lng", "124.03087378539146"], ["locale", "MC"], ["longitude", "138.775493207103"], ["middlename", "Lind"], ["middle_name", "Cole"], ["password", "XcFj3DlK23h"], ["phone", "1-726-563-6748 x280"], ["phone_number", "1-604-289-9562"], ["reference", "2f0cb28e-1558-496f-9dca-70e6b62a3ce7"], ["title", "Officia nulla corrupti voluptate cupiditate."], ["user_name", "alicia"], ["username", "roderick.murray"], ["uuid", "5e20c32e-0600-4135-bce3-d9a329eec1eb"], ["created_at", "2020-11-21 14:08:37.841536"], ["updated_at", "2020-11-21 14:08:37.841536"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 617 85753 Orlando Junction, Eleniland, DE 23952-7834"], ["city", "Sheraberg"], ["country", "Somalia"], ["description", "Laudantium fugiat sint. Esse commodi omnis."], ["email", "roderick_moore@example.io"], ["first_name", "Felice"], ["firstname", "Zackary"], ["last_name", "Cartwright"], ["lastname", "Hudson"], ["lat", "-74.66716338273008"], ["latitute", "-24.599558647166504"], ["lng", "-53.13099031432736"], ["locale", "NO"], ["longitude", "155.33213115317596"], ["middlename", "Kemmer"], ["middle_name", "Schmitt"], ["password", "YnSfOs1TrTrAsStF"], ["phone", "1-528-107-4380 x002"], ["phone_number", "(809) 725-7138 x79959"], ["reference", "b7440e54-8f8c-416b-a65e-91ccb9861332"], ["title", "Sint natus eaque et."], ["user_name", "hosea_rau"], ["username", "serafina.will"], ["uuid", "38138e25-e13e-4e5f-bb1c-4b9630d6f928"], ["created_at", "2020-11-21 14:08:37.878128"], ["updated_at", "2020-11-21 14:08:37.878128"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 246 3937 Isaura Spur, Mellisashire, OK 15258"], ["city", "Sangton"], ["country", "Uzbekistan"], ["description", "Nisi commodi exercitationem. Possimus molestias aliquid. Asperiores a repellendus. Aliquid rerum dolorem. Sint non voluptatem."], ["email", "billie.rempel@example.net"], ["first_name", "Nicky"], ["firstname", "Dana"], ["last_name", "Collins"], ["lastname", "Emmerich"], ["lat", "77.05623160273149"], ["latitute", "-63.42172204738376"], ["lng", "52.95686524383814"], ["locale", "AR"], ["longitude", "176.66845160907184"], ["middlename", "Yost"], ["middle_name", "Ferry"], ["password", "JiN1qDaVmQj"], ["phone", "(556) 430-6669 x142"], ["phone_number", "1-519-378-8243 x53736"], ["reference", "6b996d33-885e-41e3-8ce1-d43a16f8daa1"], ["title", "Placeat consequatur alias."], ["user_name", "cedric"], ["username", "kaitlin_spencer"], ["uuid", "b235aa0b-654b-463c-b68f-3c7e2678787c"], ["created_at", "2020-11-21 14:08:37.914081"], ["updated_at", "2020-11-21 14:08:37.914081"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3731 Marisol Tunnel, West Dennystad, MI 40140"], ["city", "East Ronnie"], ["country", "Zimbabwe"], ["description", "Sapiente quae perferendis. Unde assumenda provident. Impedit facilis repellat."], ["email", "gilbert_hirthe@example.co"], ["first_name", "Elbert"], ["firstname", "Murray"], ["last_name", "Aufderhar"], ["lastname", "Waelchi"], ["lat", "-25.53364724217414"], ["latitute", "35.229214721104114"], ["lng", "-28.418655054483708"], ["locale", "PY"], ["longitude", "-39.69383862836415"], ["middlename", "Haag"], ["middle_name", "Schmeler"], ["password", "LgYv77JcF0z3Su7E"], ["phone", "1-751-598-8495 x264"], ["phone_number", "1-165-348-5693"], ["reference", "c77a7215-17ab-4c83-aada-7c7448e9f2ea"], ["title", "Cum quo magnam."], ["user_name", "francie"], ["username", "dorethea"], ["uuid", "d86174d6-f4ea-401a-a624-58965180a292"], ["created_at", "2020-11-21 14:08:37.951431"], ["updated_at", "2020-11-21 14:08:37.951431"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 277 2999 Kristan Causeway, Port Jimmyland, TN 17731-7894"], ["city", "Earlebury"], ["country", "Bhutan"], ["description", "Est laudantium dolores. Quibusdam ullam quam."], ["email", "cathryn@example.com"], ["first_name", "Martin"], ["firstname", "Malorie"], ["last_name", "Marvin"], ["lastname", "Ledner"], ["lat", "-2.041102979658646"], ["latitute", "86.9765001306796"], ["lng", "70.59393264156103"], ["locale", "KW"], ["longitude", "113.34976288906961"], ["middlename", "Ziemann"], ["middle_name", "Bartoletti"], ["password", "W7dYmJcZkYhXtY"], ["phone", "1-573-566-9025 x5472"], ["phone_number", "645.856.7466 x7556"], ["reference", "f108adf8-5d40-4bc7-a821-3d8ae7db4d83"], ["title", "Nesciunt libero rerum dolores."], ["user_name", "willia.grant"], ["username", "xenia"], ["uuid", "e4a10585-15ef-4ea4-9fed-e11804e10c91"], ["created_at", "2020-11-21 14:08:37.988217"], ["updated_at", "2020-11-21 14:08:37.988217"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "75961 Lavenia Islands, Labadiehaven, HI 68755"], ["city", "Chasityside"], ["country", "Spain"], ["description", "Occaecati ut alias. Mollitia sunt illo. Minus animi neque."], ["email", "francesco.gutmann@example.info"], ["first_name", "Ahmed"], ["firstname", "Marcella"], ["last_name", "Nader"], ["lastname", "Lind"], ["lat", "-75.31876157650956"], ["latitute", "-0.9950333799506694"], ["lng", "156.2571447231893"], ["locale", "BH"], ["longitude", "-43.668675151808884"], ["middlename", "Kertzmann"], ["middle_name", "Hermann"], ["password", "Of94AbTdEu6D"], ["phone", "552-037-4051 x38004"], ["phone_number", "1-884-893-2005 x33054"], ["reference", "8c6599c5-6e7a-43bd-b152-fd1e51f2a5a4"], ["title", "Provident excepturi ratione enim repellat."], ["user_name", "anton"], ["username", "jimmy.hudson"], ["uuid", "dc1825b2-d591-428f-9b6c-0b62471cb13f"], ["created_at", "2020-11-21 14:08:38.022258"], ["updated_at", "2020-11-21 14:08:38.022258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1027 Mertz Key, North Emelinaborough, UT 03881-6513"], ["city", "Marylouisechester"], ["country", "Nicaragua"], ["description", "Vel animi deserunt. Totam placeat voluptas."], ["email", "eleanore@example.io"], ["first_name", "Philip"], ["firstname", "Maynard"], ["last_name", "Dibbert"], ["lastname", "Bayer"], ["lat", "-51.40182881531493"], ["latitute", "-79.96594634648099"], ["lng", "163.86957446485866"], ["locale", "AF"], ["longitude", "-8.69283379734918"], ["middlename", "Considine"], ["middle_name", "Windler"], ["password", "RqE1mFp1E8"], ["phone", "818-539-1650"], ["phone_number", "665.110.9549 x4849"], ["reference", "7cffd653-7e02-4a72-b692-32d5d44d56d3"], ["title", "Voluptatem nobis blanditiis non."], ["user_name", "lee_prosacco"], ["username", "darell.anderson"], ["uuid", "495b3b44-3d96-477e-838d-45b0eec907e5"], ["created_at", "2020-11-21 14:08:38.071121"], ["updated_at", "2020-11-21 14:08:38.071121"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 206 4103 Charlie Ways, Batzton, NY 34772"], ["city", "North Prince"], ["country", "Cook Islands"], ["description", "Voluptatem alias architecto. Quaerat delectus autem. Quo enim provident. Ut quod quam. Id cumque perspiciatis."], ["email", "emma.windler@example.net"], ["first_name", "Gary"], ["firstname", "Humberto"], ["last_name", "Bashirian"], ["lastname", "Towne"], ["lat", "53.2826592137487"], ["latitute", "17.85793646829879"], ["lng", "38.015747972824244"], ["locale", "BE"], ["longitude", "-168.8722160831186"], ["middlename", "Corkery"], ["middle_name", "Beahan"], ["password", "GeItAw3ZjOoF92nJ"], ["phone", "375-407-5930 x75407"], ["phone_number", "1-443-817-6979"], ["reference", "cf020c36-34b6-43b9-9f95-b871c7ba47a1"], ["title", "Non aut inventore qui."], ["user_name", "latisha_halvorson"], ["username", "fritz"], ["uuid", "84c33b79-4649-4bad-84fc-e7ec32e27132"], ["created_at", "2020-11-21 14:08:38.103141"], ["updated_at", "2020-11-21 14:08:38.103141"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 696 7700 Gibson Meadow, Eldoraland, MO 90769-0529"], ["city", "Fransiscaburgh"], ["country", "Tokelau"], ["description", "Quas ut rem. Quaerat non at. Perspiciatis ipsam voluptates."], ["email", "ivan@example.org"], ["first_name", "Ethel"], ["firstname", "Nadine"], ["last_name", "Gleason"], ["lastname", "Stehr"], ["lat", "-83.58259419829781"], ["latitute", "-19.625332782450926"], ["lng", "-151.31360071685776"], ["locale", "SH"], ["longitude", "-155.59833465256722"], ["middlename", "Weissnat"], ["middle_name", "Cartwright"], ["password", "W4t48E1jWqI24nO"], ["phone", "(226) 432-5615"], ["phone_number", "1-437-173-7768 x50395"], ["reference", "6cf2720b-f2ac-4216-98c5-ac8178023e12"], ["title", "Omnis magnam enim repudiandae id."], ["user_name", "hal"], ["username", "casey_bahringer"], ["uuid", "0600a082-4947-42fa-af58-c7e144a9d089"], ["created_at", "2020-11-21 14:08:38.130606"], ["updated_at", "2020-11-21 14:08:38.130606"]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.3ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]] Lima Load (0.1ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 36], ["decimal", 7.40550272236035], ["string", "Atque quis dicta quia aut."], ["date", "2020-10-25"], ["time", "2000-01-01 13:31:50.281134"], ["datetime", "2020-11-13 00:59:20.872076"], ["created_at", "2020-11-21 14:08:38.176526"], ["updated_at", "2020-11-21 14:08:38.176526"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) [32mINSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 12.1761494013574], ["string", "Qui autem assumenda sit."], ["date", "2020-11-20"], ["time", "2000-01-01 09:13:42.996418"], ["datetime", "2020-12-12 20:25:09.230944"], ["created_at", "2020-11-21 14:08:38.180092"], ["updated_at", "2020-11-21 14:08:38.180092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 23.8212386983971], ["string", "Maxime quasi adipisci voluptate quia dicta."], ["date", "2020-11-02"], ["time", "2000-01-01 15:45:35.690192"], ["datetime", "2020-12-30 00:07:40.479970"], ["created_at", "2020-11-21 14:08:38.183394"], ["updated_at", "2020-11-21 14:08:38.183394"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 19.2906254726117], ["string", "Optio aut quas."], ["date", "2020-12-09"], ["time", "2000-01-01 14:34:36.720070"], ["datetime", "2020-11-28 09:48:51.631194"], ["created_at", "2020-11-21 14:08:38.186820"], ["updated_at", "2020-11-21 14:08:38.186820"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 10.1491650749389], ["string", "Ut fugit in vel quae possimus."], ["date", "2020-12-02"], ["time", "2000-01-01 16:43:57.571947"], ["datetime", "2020-10-24 03:35:28.343477"], ["created_at", "2020-11-21 14:08:38.191102"], ["updated_at", "2020-11-21 14:08:38.191102"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 21.2075263482024], ["string", "Deleniti architecto vel non impedit quia."], ["created_at", "2020-11-21 14:08:38.199747"], ["updated_at", "2020-11-21 14:08:38.199747"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 7.71629255006331], ["string", "Soluta ducimus ipsum."], ["created_at", "2020-11-21 14:08:38.202666"], ["updated_at", "2020-11-21 14:08:38.202666"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 16.862085548516], ["string", "Et exercitationem ad placeat."], ["created_at", "2020-11-21 14:08:38.205119"], ["updated_at", "2020-11-21 14:08:38.205119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 12.3262143647898], ["string", "Sed et corporis et."], ["created_at", "2020-11-21 14:08:38.207434"], ["updated_at", "2020-11-21 14:08:38.207434"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1028], ["decimal", 3.78849317085409], ["string", "Pariatur perspiciatis eos et adipisci neque."], ["created_at", "2020-11-21 14:08:38.209671"], ["updated_at", "2020-11-21 14:08:38.209671"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:08:38.217616"], ["updated_at", "2020-11-21 14:08:38.217616"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:08:38.219518"], ["updated_at", "2020-11-21 14:08:38.219518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:08:38.220931"], ["updated_at", "2020-11-21 14:08:38.220931"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:08:38.222281"], ["updated_at", "2020-11-21 14:08:38.222281"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:08:38.223601"], ["updated_at", "2020-11-21 14:08:38.223601"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-21 14:08:38.229833"], ["updated_at", "2020-11-21 14:08:38.229833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-21 14:08:38.231861"], ["updated_at", "2020-11-21 14:08:38.231861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-21 14:08:38.233640"], ["updated_at", "2020-11-21 14:08:38.233640"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-21 14:08:38.235342"], ["updated_at", "2020-11-21 14:08:38.235342"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-21 14:08:38.236982"], ["updated_at", "2020-11-21 14:08:38.236982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:08:38.242282"], ["updated_at", "2020-11-21 14:08:38.242282"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 14:08:38.243712"], ["updated_at", "2020-11-21 14:08:38.243712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 14:08:38.244895"], ["updated_at", "2020-11-21 14:08:38.244895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:08:38.246050"], ["updated_at", "2020-11-21 14:08:38.246050"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 14:08:38.247205"], ["updated_at", "2020-11-21 14:08:38.247205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.252714"], ["updated_at", "2020-11-21 14:08:38.252714"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.253545"], ["updated_at", "2020-11-21 14:08:38.253545"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.254333"], ["updated_at", "2020-11-21 14:08:38.254333"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.255087"], ["updated_at", "2020-11-21 14:08:38.255087"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.255708"], ["updated_at", "2020-11-21 14:08:38.255708"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.260116"], ["updated_at", "2020-11-21 14:08:38.260116"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.261380"], ["updated_at", "2020-11-21 14:08:38.261380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.262761"], ["updated_at", "2020-11-21 14:08:38.262761"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.263944"], ["updated_at", "2020-11-21 14:08:38.263944"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.265038"], ["updated_at", "2020-11-21 14:08:38.265038"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 599 17026 Kuvalis Road, South Leonetown, WI 63821"], ["city", "North Joleenburgh"], ["country", "Egypt"], ["description", "Aperiam at repellat. Sit vel itaque. Est accusamus accusantium. Ducimus qui itaque. Enim voluptatem ad."], ["email", "tessa_koepp@example.biz"], ["first_name", "Freeman"], ["firstname", "Marietta"], ["last_name", "Marks"], ["lastname", "Wolff"], ["lat", "-27.74630707604247"], ["latitute", "40.43055800692326"], ["lng", "-94.81974620735767"], ["locale", "HR"], ["longitude", "174.3723285928554"], ["middlename", "McClure"], ["middle_name", "Bode"], ["password", "Rr03NiLx1Qw"], ["phone", "(946) 278-3760 x9328"], ["phone_number", "(563) 967-5344"], ["reference", "c5808cd1-0613-4210-a0e2-3fd8d6fb67dc"], ["title", "Fugit voluptatem harum optio praesentium sint."], ["user_name", "tod_dooley"], ["username", "elidia_lebsack"], ["uuid", "76c114e3-ed77-46ac-97f1-1e7f7345630f"], ["created_at", "2020-11-21 14:08:38.307550"], ["updated_at", "2020-11-21 14:08:38.307550"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "55620 Hermann Viaduct, Irvington, WI 45194"], ["city", "Lake Edmundoport"], ["country", "Panama"], ["description", "Architecto qui eos. Deserunt mollitia aliquam."], ["email", "britt@example.info"], ["first_name", "Aubrey"], ["firstname", "Hilda"], ["last_name", "Emmerich"], ["lastname", "Hilll"], ["lat", "-62.478466295478064"], ["latitute", "72.69338804445403"], ["lng", "-132.26632242547143"], ["locale", "IO"], ["longitude", "-126.1330365931895"], ["middlename", "Langworth"], ["middle_name", "Metz"], ["password", "E1nCgArUbN517h"], ["phone", "(672) 389-4079 x78803"], ["phone_number", "495.143.5978"], ["reference", "3b24d252-6c35-41ff-8e4f-0d073934a7f7"], ["title", "Ut repellat quia."], ["user_name", "carmelita"], ["username", "dale"], ["uuid", "b85faa21-e85c-42ae-bd14-c4de1e0ebd8d"], ["created_at", "2020-11-21 14:08:38.335319"], ["updated_at", "2020-11-21 14:08:38.335319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "439 Alysha Club, West Benny, WA 40978-0371"], ["city", "Lake Ellsworthshire"], ["country", "Saint Martin"], ["description", "Ullam iste excepturi. Odit beatae dolorem. Cumque quia autem."], ["email", "evelyn_rau@example.info"], ["first_name", "Erik"], ["firstname", "Rae"], ["last_name", "Marquardt"], ["lastname", "Leuschke"], ["lat", "-13.533095756853669"], ["latitute", "-86.83992033900005"], ["lng", "144.7476207248672"], ["locale", "KI"], ["longitude", "8.294112335389997"], ["middlename", "Heidenreich"], ["middle_name", "DuBuque"], ["password", "8UnNfRg5J7218fUt"], ["phone", "1-276-115-1580 x5100"], ["phone_number", "(161) 467-9557"], ["reference", "607f0804-f1c5-48d4-b43b-75217be44bfb"], ["title", "Veniam itaque nesciunt maxime reiciendis."], ["user_name", "darwin"], ["username", "mei"], ["uuid", "3792c6c1-f44c-4a2d-b7a2-f133cd6fbe75"], ["created_at", "2020-11-21 14:08:38.360345"], ["updated_at", "2020-11-21 14:08:38.360345"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "31542 Raynor Shore, Hipolitobury, MI 34129-4743"], ["city", "Lake Mariahberg"], ["country", "Bermuda"], ["description", "Nihil et porro. Tempora dolores non. Beatae impedit ut. Quibusdam consectetur inventore. Magnam consequatur corrupti."], ["email", "elaina_jaskolski@example.com"], ["first_name", "Ayesha"], ["firstname", "Bobbie"], ["last_name", "Bednar"], ["lastname", "Nikolaus"], ["lat", "58.0765294336166"], ["latitute", "-2.875409184149248"], ["lng", "44.7913266209772"], ["locale", "LU"], ["longitude", "-52.826136573675"], ["middlename", "Mosciski"], ["middle_name", "Treutel"], ["password", "YbE2tH4oZ"], ["phone", "798.454.3763 x77639"], ["phone_number", "1-939-245-4631"], ["reference", "a78ce7c4-f22a-4b90-9a3d-9d15ace2317e"], ["title", "Eum ea quidem saepe reiciendis qui."], ["user_name", "ricardo"], ["username", "melissia"], ["uuid", "80882aa3-2789-4957-8af2-84a8abbab486"], ["created_at", "2020-11-21 14:08:38.386066"], ["updated_at", "2020-11-21 14:08:38.386066"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 232 6313 Wilfred Hollow, Port Jaclynton, NY 44400"], ["city", "North Keila"], ["country", "Latvia"], ["description", "Similique temporibus tempore. Occaecati quia similique. Eos minus eligendi. Sunt repellendus eos."], ["email", "michael_spinka@example.io"], ["first_name", "Eugene"], ["firstname", "Heriberto"], ["last_name", "Bayer"], ["lastname", "Anderson"], ["lat", "37.72130826137462"], ["latitute", "30.550534283588647"], ["lng", "-173.46228866029657"], ["locale", "BM"], ["longitude", "83.25253053961933"], ["middlename", "Reynolds"], ["middle_name", "Torp"], ["password", "DnE3lBaJ4k"], ["phone", "897-526-3280 x181"], ["phone_number", "(827) 671-0397 x95344"], ["reference", "fad9c65a-33f5-4c3a-a4bf-e08315795643"], ["title", "Culpa quia et debitis."], ["user_name", "kenny_conroy"], ["username", "marianna_rosenbaum"], ["uuid", "9dc711bd-b147-425d-8d85-d9bb2b16e7d6"], ["created_at", "2020-11-21 14:08:38.411436"], ["updated_at", "2020-11-21 14:08:38.411436"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:08:38.416921"], ["updated_at", "2020-11-21 14:08:38.416921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:08:38.418179"], ["updated_at", "2020-11-21 14:08:38.418179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:08:38.419310"], ["updated_at", "2020-11-21 14:08:38.419310"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:08:38.420418"], ["updated_at", "2020-11-21 14:08:38.420418"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:08:38.421586"], ["updated_at", "2020-11-21 14:08:38.421586"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.440629"], ["updated_at", "2020-11-21 14:08:38.440629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.441573"], ["updated_at", "2020-11-21 14:08:38.441573"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.442314"], ["updated_at", "2020-11-21 14:08:38.442314"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.443018"], ["updated_at", "2020-11-21 14:08:38.443018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.443701"], ["updated_at", "2020-11-21 14:08:38.443701"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:08:38.446854"], ["updated_at", "2020-11-21 14:08:38.446854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:08:38.447729"], ["updated_at", "2020-11-21 14:08:38.447729"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:08:38.448481"], ["updated_at", "2020-11-21 14:08:38.448481"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:08:38.449185"], ["updated_at", "2020-11-21 14:08:38.449185"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:08:38.449991"], ["updated_at", "2020-11-21 14:08:38.449991"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 26], ["decimal", 1.34562127661508], ["string", "Sit ratione ad est praesentium."], ["date", "2020-12-07"], ["time", "2000-01-01 05:18:26.167811"], ["datetime", "2020-11-07 14:46:20.787326"], ["created_at", "2020-11-21 14:08:38.462539"], ["updated_at", "2020-11-21 14:08:38.462539"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 15.715623303649], ["string", "Eveniet perferendis saepe."], ["date", "2020-12-19"], ["time", "2000-01-01 03:24:39.938252"], ["datetime", "2020-12-05 18:59:16.882267"], ["created_at", "2020-11-21 14:08:38.466188"], ["updated_at", "2020-11-21 14:08:38.466188"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 1.33058023792009], ["string", "Aut neque ut assumenda."], ["date", "2020-12-01"], ["time", "2000-01-01 11:12:55.848735"], ["datetime", "2020-10-23 23:30:49.001406"], ["created_at", "2020-11-21 14:08:38.469334"], ["updated_at", "2020-11-21 14:08:38.469334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 4.12142358515478], ["string", "Illum sed sequi voluptatem et consequatur."], ["date", "2020-12-02"], ["time", "2000-01-01 22:58:57.397974"], ["datetime", "2020-11-11 17:08:57.902952"], ["created_at", "2020-11-21 14:08:38.472228"], ["updated_at", "2020-11-21 14:08:38.472228"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 24], ["decimal", 2.98537592423432], ["string", "Voluptatem consequatur eum quos voluptate."], ["date", "2020-12-25"], ["time", "2000-01-01 13:52:27.773050"], ["datetime", "2020-11-09 13:08:21.508068"], ["created_at", "2020-11-21 14:08:38.475097"], ["updated_at", "2020-11-21 14:08:38.475097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1031], ["decimal", 2.984894093951], ["string", "Omnis earum et cumque."], ["created_at", "2020-11-21 14:08:38.477795"], ["updated_at", "2020-11-21 14:08:38.477795"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 2.29324605061494], ["string", "Accusantium sapiente nam omnis."], ["created_at", "2020-11-21 14:08:38.480209"], ["updated_at", "2020-11-21 14:08:38.480209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 1.69254975957247], ["string", "Voluptatum nobis odio provident."], ["created_at", "2020-11-21 14:08:38.482572"], ["updated_at", "2020-11-21 14:08:38.482572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1026], ["decimal", 3.3165449438407], ["string", "Sequi dolores accusamus fugiat assumenda."], ["created_at", "2020-11-21 14:08:38.484948"], ["updated_at", "2020-11-21 14:08:38.484948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1025], ["decimal", 10.6409630050643], ["string", "Quia accusantium et."], ["created_at", "2020-11-21 14:08:38.487274"], ["updated_at", "2020-11-21 14:08:38.487274"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:08:38.488968"], ["updated_at", "2020-11-21 14:08:38.488968"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-21 14:08:38.490421"], ["updated_at", "2020-11-21 14:08:38.490421"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:08:38.491838"], ["updated_at", "2020-11-21 14:08:38.491838"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:08:38.493147"], ["updated_at", "2020-11-21 14:08:38.493147"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:08:38.494430"], ["updated_at", "2020-11-21 14:08:38.494430"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-21 14:08:38.496301"], ["updated_at", "2020-11-21 14:08:38.496301"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 8], ["created_at", "2020-11-21 14:08:38.498179"], ["updated_at", "2020-11-21 14:08:38.498179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 7], ["created_at", "2020-11-21 14:08:38.499959"], ["updated_at", "2020-11-21 14:08:38.499959"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-21 14:08:38.501662"], ["updated_at", "2020-11-21 14:08:38.501662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-21 14:08:38.503284"], ["updated_at", "2020-11-21 14:08:38.503284"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-21 14:08:38.504810"], ["updated_at", "2020-11-21 14:08:38.504810"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-21 14:08:38.506253"], ["updated_at", "2020-11-21 14:08:38.506253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 14:08:38.507592"], ["updated_at", "2020-11-21 14:08:38.507592"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-21 14:08:38.508809"], ["updated_at", "2020-11-21 14:08:38.508809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 14:08:38.510034"], ["updated_at", "2020-11-21 14:08:38.510034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.510791"], ["updated_at", "2020-11-21 14:08:38.510791"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.511468"], ["updated_at", "2020-11-21 14:08:38.511468"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.512126"], ["updated_at", "2020-11-21 14:08:38.512126"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.512896"], ["updated_at", "2020-11-21 14:08:38.512896"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.513622"], ["updated_at", "2020-11-21 14:08:38.513622"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:08:38.515229"], ["updated_at", "2020-11-21 14:08:38.515229"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:08:38.516470"], ["updated_at", "2020-11-21 14:08:38.516470"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:08:38.517597"], ["updated_at", "2020-11-21 14:08:38.517597"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:08:38.518686"], ["updated_at", "2020-11-21 14:08:38.518686"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:08:38.519791"], ["updated_at", "2020-11-21 14:08:38.519791"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "48066 Fadel Meadow, Carmaview, OH 62576"], ["city", "West Alejandromouth"], ["country", "Zambia"], ["description", "Incidunt rerum hic. Voluptate eligendi occaecati."], ["email", "van@example.net"], ["first_name", "Jackie"], ["firstname", "Edmund"], ["last_name", "Rolfson"], ["lastname", "Stroman"], ["lat", "58.22896129662456"], ["latitute", "-61.86404837121568"], ["lng", "20.15011424037283"], ["locale", "CD"], ["longitude", "36.12556713055133"], ["middlename", "Pouros"], ["middle_name", "Hackett"], ["password", "OnK2cAp3DbFfI"], ["phone", "(780) 617-2253 x772"], ["phone_number", "293.255.9410"], ["reference", "0194807f-4fef-485e-a0eb-aeaf3372d5cf"], ["title", "Dolores facere minima consequatur consequatur."], ["user_name", "reanna"], ["username", "brinda"], ["uuid", "ca31b0bc-f071-4087-8eb5-d0f84204511f"], ["created_at", "2020-11-21 14:08:38.544363"], ["updated_at", "2020-11-21 14:08:38.544363"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "36573 Hermina Knoll, Williamsonhaven, WV 32278-2454"], ["city", "Lindview"], ["country", "Burundi"], ["description", "Expedita ut enim. Sit ut voluptatem. Consequatur consequatur laborum."], ["email", "truman@example.io"], ["first_name", "Joleen"], ["firstname", "Carletta"], ["last_name", "Donnelly"], ["lastname", "Greenholt"], ["lat", "-67.08779381204991"], ["latitute", "-74.44974076811924"], ["lng", "-51.97185894546007"], ["locale", "TF"], ["longitude", "159.08393493484846"], ["middlename", "Hoppe"], ["middle_name", "Ratke"], ["password", "Fd4JjFiFbO9v5"], ["phone", "876-013-0926 x029"], ["phone_number", "1-872-316-8218 x6228"], ["reference", "2010ffeb-c2c0-4fdc-bdbd-efccd1c48630"], ["title", "Accusamus impedit tenetur sed."], ["user_name", "rory"], ["username", "delpha.feeney"], ["uuid", "e462eea6-3ded-42c9-b037-5f54f8ba5072"], ["created_at", "2020-11-21 14:08:38.569358"], ["updated_at", "2020-11-21 14:08:38.569358"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 597 61154 Nubia Row, West Jonmouth, MO 35107-3763"], ["city", "Lake Fanny"], ["country", "Papua New Guinea"], ["description", "Dolorem fuga nemo. Est excepturi velit."], ["email", "emile_okon@example.com"], ["first_name", "Berta"], ["firstname", "Duane"], ["last_name", "Upton"], ["lastname", "Reilly"], ["lat", "41.45878104515455"], ["latitute", "69.11298406578155"], ["lng", "68.49744855648245"], ["locale", "LY"], ["longitude", "-164.52915390909348"], ["middlename", "Huels"], ["middle_name", "Rolfson"], ["password", "JiO1jE68rV"], ["phone", "122-745-8495 x9289"], ["phone_number", "1-414-426-1702 x9989"], ["reference", "45960935-c01c-4e69-b12e-3f53008f24d0"], ["title", "Officia error sit quo."], ["user_name", "kara"], ["username", "samira"], ["uuid", "aba5c891-4822-44f4-abeb-a9f13984615b"], ["created_at", "2020-11-21 14:08:38.594011"], ["updated_at", "2020-11-21 14:08:38.594011"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3769 Kraig Villages, Port Eugenioview, PA 60380"], ["city", "East Marilynhaven"], ["country", "Maldives"], ["description", "Modi voluptatem repellat. Iusto quod aspernatur. Dolor ipsam sint."], ["email", "robbie@example.name"], ["first_name", "Agueda"], ["firstname", "Paulita"], ["last_name", "Schamberger"], ["lastname", "Morar"], ["lat", "-84.560863175105"], ["latitute", "28.274470723343825"], ["lng", "-135.83531210096515"], ["locale", "GW"], ["longitude", "-108.5234784588338"], ["middlename", "Barton"], ["middle_name", "Russel"], ["password", "V2dYo0QqV1h"], ["phone", "695.658.8239 x6536"], ["phone_number", "952-150-5659"], ["reference", "04a4e07a-3023-4bf6-8778-386fcd6eccde"], ["title", "Quos minima ad a itaque dolorem."], ["user_name", "mac"], ["username", "fredric_marquardt"], ["uuid", "646723fd-5ea7-48a4-bf2d-21725ef3c68d"], ["created_at", "2020-11-21 14:08:38.619234"], ["updated_at", "2020-11-21 14:08:38.619234"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 948 306 Willms Squares, East Delia, CT 27417-1313"], ["city", "Wilberside"], ["country", "Saint Vincent and the Grenadines"], ["description", "Et ut suscipit. Aut suscipit excepturi."], ["email", "kyoko@example.info"], ["first_name", "Douglass"], ["firstname", "Liliana"], ["last_name", "Crist"], ["lastname", "Stiedemann"], ["lat", "47.90772578773709"], ["latitute", "-57.52293334464061"], ["lng", "-178.06156160264533"], ["locale", "VU"], ["longitude", "119.92954125437086"], ["middlename", "Kautzer"], ["middle_name", "Hyatt"], ["password", "AxZ6iRbHrFn11L"], ["phone", "863.362.0742 x44369"], ["phone_number", "955-221-6255 x739"], ["reference", "d93827dc-3510-42be-be9e-ee6b170ecd9e"], ["title", "Culpa perferendis sit sunt molestias."], ["user_name", "milton"], ["username", "tyron_moore"], ["uuid", "c3e1d119-424d-4833-90e7-b10f34acdbc2"], ["created_at", "2020-11-21 14:08:38.656025"], ["updated_at", "2020-11-21 14:08:38.656025"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:08:38.658253"], ["updated_at", "2020-11-21 14:08:38.658253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:08:38.659657"], ["updated_at", "2020-11-21 14:08:38.659657"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:08:38.660985"], ["updated_at", "2020-11-21 14:08:38.660985"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 14:08:38.662299"], ["updated_at", "2020-11-21 14:08:38.662299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:08:38.663745"], ["updated_at", "2020-11-21 14:08:38.663745"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.677357"], ["updated_at", "2020-11-21 14:08:38.677357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.678431"], ["updated_at", "2020-11-21 14:08:38.678431"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.679351"], ["updated_at", "2020-11-21 14:08:38.679351"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.680296"], ["updated_at", "2020-11-21 14:08:38.680296"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.681328"], ["updated_at", "2020-11-21 14:08:38.681328"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:08:38.682384"], ["updated_at", "2020-11-21 14:08:38.682384"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:08:38.683304"], ["updated_at", "2020-11-21 14:08:38.683304"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:08:38.684263"], ["updated_at", "2020-11-21 14:08:38.684263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:08:38.685300"], ["updated_at", "2020-11-21 14:08:38.685300"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:08:38.686145"], ["updated_at", "2020-11-21 14:08:38.686145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 2.33320184170144], ["string", "Odio perspiciatis est assumenda et et."], ["date", "2020-11-09"], ["time", "2000-01-01 07:08:40.536157"], ["datetime", "2020-11-07 19:49:22.898365"], ["created_at", "2020-11-21 14:08:38.688687"], ["updated_at", "2020-11-21 14:08:38.688687"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 9.33656083543079], ["string", "Maiores incidunt omnis."], ["date", "2020-11-09"], ["time", "2000-01-01 03:35:23.897112"], ["datetime", "2020-12-28 03:07:12.457744"], ["created_at", "2020-11-21 14:08:38.691446"], ["updated_at", "2020-11-21 14:08:38.691446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 8.43434640319956], ["string", "Nostrum et quas rem aut voluptas."], ["date", "2020-12-08"], ["time", "2000-01-01 00:38:36.763560"], ["datetime", "2020-11-21 11:30:23.801396"], ["created_at", "2020-11-21 14:08:38.694039"], ["updated_at", "2020-11-21 14:08:38.694039"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 3.3340714492063], ["string", "Impedit est blanditiis voluptatem."], ["date", "2020-11-15"], ["time", "2000-01-01 09:18:37.189119"], ["datetime", "2020-11-10 21:40:26.245865"], ["created_at", "2020-11-21 14:08:38.696985"], ["updated_at", "2020-11-21 14:08:38.696985"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 7.81107192178149], ["string", "Velit ut sapiente laborum consectetur."], ["date", "2020-12-10"], ["time", "2000-01-01 21:42:18.523592"], ["datetime", "2020-12-11 05:29:38.400149"], ["created_at", "2020-11-21 14:08:38.700021"], ["updated_at", "2020-11-21 14:08:38.700021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 15.2189940390977], ["string", "Aut quia sed ut voluptatem recusandae."], ["created_at", "2020-11-21 14:08:38.702605"], ["updated_at", "2020-11-21 14:08:38.702605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 12.4569701431944], ["string", "Et quos officiis rerum et."], ["created_at", "2020-11-21 14:08:38.704862"], ["updated_at", "2020-11-21 14:08:38.704862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1036], ["decimal", 2.17370207734375], ["string", "Et et veritatis."], ["created_at", "2020-11-21 14:08:38.707018"], ["updated_at", "2020-11-21 14:08:38.707018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1027], ["decimal", 10.8693153003487], ["string", "Nesciunt quia non."], ["created_at", "2020-11-21 14:08:38.709190"], ["updated_at", "2020-11-21 14:08:38.709190"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1027], ["decimal", 1.27287591610665], ["string", "Natus earum reiciendis incidunt."], ["created_at", "2020-11-21 14:08:38.711343"], ["updated_at", "2020-11-21 14:08:38.711343"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-21 14:08:38.712902"], ["updated_at", "2020-11-21 14:08:38.712902"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:08:38.714491"], ["updated_at", "2020-11-21 14:08:38.714491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-21 14:08:38.716332"], ["updated_at", "2020-11-21 14:08:38.716332"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:08:38.717671"], ["updated_at", "2020-11-21 14:08:38.717671"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-21 14:08:38.718980"], ["updated_at", "2020-11-21 14:08:38.718980"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 7], ["created_at", "2020-11-21 14:08:38.720885"], ["updated_at", "2020-11-21 14:08:38.720885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 5], ["created_at", "2020-11-21 14:08:38.722828"], ["updated_at", "2020-11-21 14:08:38.722828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 2], ["created_at", "2020-11-21 14:08:38.724638"], ["updated_at", "2020-11-21 14:08:38.724638"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 4], ["created_at", "2020-11-21 14:08:38.726392"], ["updated_at", "2020-11-21 14:08:38.726392"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 10], ["created_at", "2020-11-21 14:08:38.728090"], ["updated_at", "2020-11-21 14:08:38.728090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-21 14:08:38.729558"], ["updated_at", "2020-11-21 14:08:38.729558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:08:38.730984"], ["updated_at", "2020-11-21 14:08:38.730984"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 14:08:38.732315"], ["updated_at", "2020-11-21 14:08:38.732315"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-21 14:08:38.733551"], ["updated_at", "2020-11-21 14:08:38.733551"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-21 14:08:38.734768"], ["updated_at", "2020-11-21 14:08:38.734768"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.735555"], ["updated_at", "2020-11-21 14:08:38.735555"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.736269"], ["updated_at", "2020-11-21 14:08:38.736269"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.736940"], ["updated_at", "2020-11-21 14:08:38.736940"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.737606"], ["updated_at", "2020-11-21 14:08:38.737606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.738241"], ["updated_at", "2020-11-21 14:08:38.738241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:08:38.739403"], ["updated_at", "2020-11-21 14:08:38.739403"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:08:38.740498"], ["updated_at", "2020-11-21 14:08:38.740498"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:08:38.741573"], ["updated_at", "2020-11-21 14:08:38.741573"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:08:38.742613"], ["updated_at", "2020-11-21 14:08:38.742613"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:08:38.743670"], ["updated_at", "2020-11-21 14:08:38.743670"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 220 29666 Lindsay Plaza, Schroederport, MO 69233-9728"], ["city", "North Lesterville"], ["country", "Mongolia"], ["description", "Aut qui illo. Aut eos sit. Voluptatum id modi. Molestiae molestiae amet."], ["email", "elisha@example.co"], ["first_name", "Lulu"], ["firstname", "Robert"], ["last_name", "Auer"], ["lastname", "Kub"], ["lat", "66.45644004292794"], ["latitute", "-71.6246226325224"], ["lng", "-105.15979420308416"], ["locale", "TD"], ["longitude", "94.3713729349526"], ["middlename", "Mraz"], ["middle_name", "Erdman"], ["password", "UbN8cXuDkAx821"], ["phone", "(948) 202-0896"], ["phone_number", "(123) 431-4921 x3456"], ["reference", "8b7a6b71-88da-4722-86db-594f9a17fa69"], ["title", "Possimus modi et qui omnis."], ["user_name", "chadwick"], ["username", "oscar"], ["uuid", "d38c3b0a-5835-4b70-aff4-c07e5178399b"], ["created_at", "2020-11-21 14:08:38.768263"], ["updated_at", "2020-11-21 14:08:38.768263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 428 6021 Marks Flats, Lake Guyfurt, IN 30546"], ["city", "Lake Dina"], ["country", "Aruba"], ["description", "Nemo sed omnis. Quia nihil in. Eligendi dolores aut. Voluptatem ipsam dignissimos. Nihil quasi pariatur."], ["email", "kristopher.thompson@example.io"], ["first_name", "Leif"], ["firstname", "Osvaldo"], ["last_name", "McDermott"], ["lastname", "Cole"], ["lat", "4.2260969145647636"], ["latitute", "65.50072618385263"], ["lng", "-69.51806944888132"], ["locale", "MQ"], ["longitude", "-24.820962104693365"], ["middlename", "Mosciski"], ["middle_name", "Gorczany"], ["password", "U0uG2nAxBtJ0sKsD"], ["phone", "778-587-2974 x6370"], ["phone_number", "(393) 275-2574 x02388"], ["reference", "1d62a62e-6113-4578-9ce9-9cabce314909"], ["title", "Consequuntur itaque omnis aut consequatur id."], ["user_name", "sam_bode"], ["username", "rosalinda"], ["uuid", "8e73e7fa-18cf-4da6-8a9c-4e59deb30b15"], ["created_at", "2020-11-21 14:08:38.793083"], ["updated_at", "2020-11-21 14:08:38.793083"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3002 George Inlet, Schroedermouth, IA 44041-2432"], ["city", "Celinabury"], ["country", "Antarctica (the territory South of 60 deg S)"], ["description", "In rem totam. Iure atque omnis."], ["email", "dennis.kulas@example.info"], ["first_name", "Issac"], ["firstname", "Darcel"], ["last_name", "Wyman"], ["lastname", "Russel"], ["lat", "-35.32777808960765"], ["latitute", "-4.012205277095433"], ["lng", "-23.764797297555816"], ["locale", "MU"], ["longitude", "-51.448575247663086"], ["middlename", "Parisian"], ["middle_name", "Stehr"], ["password", "29XhLpPx"], ["phone", "1-567-475-1729 x8597"], ["phone_number", "1-458-057-3606"], ["reference", "91a512f2-27f5-4851-9e93-49b52bb0cf78"], ["title", "Dolor qui similique assumenda sapiente."], ["user_name", "houston"], ["username", "chieko"], ["uuid", "543d82b6-d1dd-4724-9651-d6455971e50a"], ["created_at", "2020-11-21 14:08:38.817433"], ["updated_at", "2020-11-21 14:08:38.817433"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "109 Abernathy Manors, Port Rosioville, MI 36776"], ["city", "South Domenic"], ["country", "Djibouti"], ["description", "Sit aliquid sequi. Ipsum amet et. Earum quisquam qui. Ipsa at est."], ["email", "darwin.wehner@example.com"], ["first_name", "Alishia"], ["firstname", "Collette"], ["last_name", "Orn"], ["lastname", "Rodriguez"], ["lat", "-29.61938902400017"], ["latitute", "-54.439196772445165"], ["lng", "-128.8608339151512"], ["locale", "KR"], ["longitude", "36.855017485690524"], ["middlename", "Kuvalis"], ["middle_name", "Donnelly"], ["password", "2Tc7R31iA89i21K7"], ["phone", "1-261-304-8557 x6744"], ["phone_number", "860-131-9541 x8197"], ["reference", "c024988b-2a90-419f-8a79-8daf0eb15815"], ["title", "Laudantium ipsum praesentium nihil."], ["user_name", "rea"], ["username", "tracy"], ["uuid", "a05aa522-91d8-4b57-bddf-f65d854fbdb1"], ["created_at", "2020-11-21 14:08:38.851759"], ["updated_at", "2020-11-21 14:08:38.851759"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "198 Wyatt Port, Lakinfort, DE 90152"], ["city", "New Milly"], ["country", "Cote d'Ivoire"], ["description", "Et omnis optio. Et voluptas quos. Ad tempora suscipit. Nostrum adipisci velit."], ["email", "noel@example.io"], ["first_name", "Harriett"], ["firstname", "Kamala"], ["last_name", "Barton"], ["lastname", "Yost"], ["lat", "80.4016763628062"], ["latitute", "61.09876350409942"], ["lng", "124.79622026528989"], ["locale", "DE"], ["longitude", "95.35581439441233"], ["middlename", "Keeling"], ["middle_name", "Heaney"], ["password", "Z1yMpTcNgIw"], ["phone", "488.599.1582 x689"], ["phone_number", "935-973-5490 x2197"], ["reference", "ed75fa8b-cff1-4349-9a69-9c3c51af2cf3"], ["title", "Omnis molestias dolores iure qui et."], ["user_name", "michael_mueller"], ["username", "harold_boehm"], ["uuid", "67947b2a-bb28-484b-a556-989f7b6f64e7"], ["created_at", "2020-11-21 14:08:38.879976"], ["updated_at", "2020-11-21 14:08:38.879976"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:08:38.882393"], ["updated_at", "2020-11-21 14:08:38.882393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:08:38.883762"], ["updated_at", "2020-11-21 14:08:38.883762"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-21 14:08:38.884955"], ["updated_at", "2020-11-21 14:08:38.884955"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:08:38.886166"], ["updated_at", "2020-11-21 14:08:38.886166"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:08:38.887378"], ["updated_at", "2020-11-21 14:08:38.887378"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.898442"], ["updated_at", "2020-11-21 14:08:38.898442"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.899248"], ["updated_at", "2020-11-21 14:08:38.899248"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.899868"], ["updated_at", "2020-11-21 14:08:38.899868"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.900473"], ["updated_at", "2020-11-21 14:08:38.900473"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.901068"], ["updated_at", "2020-11-21 14:08:38.901068"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:08:38.901713"], ["updated_at", "2020-11-21 14:08:38.901713"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:08:38.902358"], ["updated_at", "2020-11-21 14:08:38.902358"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:08:38.903018"], ["updated_at", "2020-11-21 14:08:38.903018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:08:38.903656"], ["updated_at", "2020-11-21 14:08:38.903656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:08:38.904270"], ["updated_at", "2020-11-21 14:08:38.904270"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 7.32784569083964], ["string", "Maiores tempora fugiat fugit voluptatem facere."], ["date", "2020-10-27"], ["time", "2000-01-01 03:23:43.491072"], ["datetime", "2020-12-26 18:14:18.582071"], ["created_at", "2020-11-21 14:08:38.945503"], ["updated_at", "2020-11-21 14:08:38.945503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 8.80588066501184], ["string", "Eum unde et."], ["date", "2020-12-06"], ["time", "2000-01-01 20:38:03.111646"], ["datetime", "2020-12-18 06:03:44.022593"], ["created_at", "2020-11-21 14:08:38.948737"], ["updated_at", "2020-11-21 14:08:38.948737"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 25.8155919339938], ["string", "Illum earum saepe repellendus id sint."], ["date", "2020-11-17"], ["time", "2000-01-01 17:41:07.920195"], ["datetime", "2020-12-10 21:37:52.290566"], ["created_at", "2020-11-21 14:08:38.952401"], ["updated_at", "2020-11-21 14:08:38.952401"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 14.9207236985818], ["string", "Error reprehenderit numquam ab quaerat corporis."], ["date", "2020-10-16"], ["time", "2000-01-01 03:04:43.641022"], ["datetime", "2020-12-06 16:41:52.945610"], ["created_at", "2020-11-21 14:08:38.958339"], ["updated_at", "2020-11-21 14:08:38.958339"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 2.56082921533625], ["string", "Laudantium omnis quas necessitatibus."], ["date", "2020-11-06"], ["time", "2000-01-01 20:31:04.288235"], ["datetime", "2021-01-01 03:29:34.930587"], ["created_at", "2020-11-21 14:08:38.961738"], ["updated_at", "2020-11-21 14:08:38.961738"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 15.1315759819852], ["string", "Eius tempora facilis pariatur nam fuga."], ["date", "2020-11-01"], ["time", "2000-01-01 03:53:20.016663"], ["datetime", "2020-10-18 17:37:40.059329"], ["created_at", "2020-11-21 14:08:38.965011"], ["updated_at", "2020-11-21 14:08:38.965011"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:38.968373"], ["updated_at", "2020-11-21 14:08:38.968373"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 36.0065210095301], ["string", "Unde mollitia nemo nihil."], ["date", "2020-10-23"], ["time", "2000-01-01 19:41:07.382189"], ["datetime", "2020-10-13 13:19:00.455242"], ["created_at", "2020-11-21 14:08:39.001847"], ["updated_at", "2020-11-21 14:08:39.001847"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 5.54929432034019], ["string", "Asperiores maiores facilis consequatur quisquam numquam."], ["date", "2020-12-12"], ["time", "2000-01-01 07:55:25.194697"], ["datetime", "2020-10-26 16:54:18.410751"], ["created_at", "2020-11-21 14:08:39.005396"], ["updated_at", "2020-11-21 14:08:39.005396"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 22.1455375903656], ["string", "Itaque sed dolor omnis."], ["date", "2020-10-25"], ["time", "2000-01-01 11:28:14.662789"], ["datetime", "2020-11-18 06:09:53.681430"], ["created_at", "2020-11-21 14:08:39.008778"], ["updated_at", "2020-11-21 14:08:39.008778"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 10.9284382392193], ["string", "In quas similique ea."], ["date", "2020-12-08"], ["time", "2000-01-01 14:00:00.049058"], ["datetime", "2020-12-21 20:49:13.663824"], ["created_at", "2020-11-21 14:08:39.012362"], ["updated_at", "2020-11-21 14:08:39.012362"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 9.77896489458319], ["string", "Magnam rem id dolores."], ["date", "2020-10-26"], ["time", "2000-01-01 05:07:35.559866"], ["datetime", "2020-12-01 13:34:55.236509"], ["created_at", "2020-11-21 14:08:39.015960"], ["updated_at", "2020-11-21 14:08:39.015960"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1029], ["decimal", 16.8335055611594], ["string", "Et corrupti ut exercitationem voluptas."], ["created_at", "2020-11-21 14:08:39.035489"], ["updated_at", "2020-11-21 14:08:39.035489"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 10.9790100819819], ["string", "Qui odio consequatur et rerum consequuntur."], ["created_at", "2020-11-21 14:08:39.039914"], ["updated_at", "2020-11-21 14:08:39.039914"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 8.4353237011441], ["string", "Doloremque recusandae et voluptate."], ["created_at", "2020-11-21 14:08:39.044523"], ["updated_at", "2020-11-21 14:08:39.044523"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1025], ["decimal", 9.78772073933201], ["string", "Blanditiis cumque vel."], ["created_at", "2020-11-21 14:08:39.049054"], ["updated_at", "2020-11-21 14:08:39.049054"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.4ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 6.76264268224472], ["string", "Hic odio in nemo tempora."], ["created_at", "2020-11-21 14:08:39.053568"], ["updated_at", "2020-11-21 14:08:39.053568"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:08:39.057691"], ["updated_at", "2020-11-21 14:08:39.057691"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:08:39.067058"], ["updated_at", "2020-11-21 14:08:39.067058"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:08:39.069439"], ["updated_at", "2020-11-21 14:08:39.069439"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:08:39.073479"], ["updated_at", "2020-11-21 14:08:39.073479"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:08:39.075882"], ["updated_at", "2020-11-21 14:08:39.075882"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-21 14:08:39.078182"], ["updated_at", "2020-11-21 14:08:39.078182"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-21 14:08:39.080600"], ["updated_at", "2020-11-21 14:08:39.080600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-21 14:08:39.082947"], ["updated_at", "2020-11-21 14:08:39.082947"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-21 14:08:39.085292"], ["updated_at", "2020-11-21 14:08:39.085292"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-21 14:08:39.087894"], ["updated_at", "2020-11-21 14:08:39.087894"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 14:08:39.090057"], ["updated_at", "2020-11-21 14:08:39.090057"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 14:08:39.091983"], ["updated_at", "2020-11-21 14:08:39.091983"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 14:08:39.094079"], ["updated_at", "2020-11-21 14:08:39.094079"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 14:08:39.095903"], ["updated_at", "2020-11-21 14:08:39.095903"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 14:08:39.097790"], ["updated_at", "2020-11-21 14:08:39.097790"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.099124"], ["updated_at", "2020-11-21 14:08:39.099124"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.100302"], ["updated_at", "2020-11-21 14:08:39.100302"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.101443"], ["updated_at", "2020-11-21 14:08:39.101443"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.102611"], ["updated_at", "2020-11-21 14:08:39.102611"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.103832"], ["updated_at", "2020-11-21 14:08:39.103832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.105983"], ["updated_at", "2020-11-21 14:08:39.105983"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.108058"], ["updated_at", "2020-11-21 14:08:39.108058"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.110234"], ["updated_at", "2020-11-21 14:08:39.110234"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.112276"], ["updated_at", "2020-11-21 14:08:39.112276"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.114710"], ["updated_at", "2020-11-21 14:08:39.114710"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9952 Reed Brooks, Azaleeton, AK 92595-3388"], ["city", "Kihnberg"], ["country", "South Georgia and the South Sandwich Islands"], ["description", "Ea porro incidunt. Repellendus et porro. Et tenetur id. Quod vel fugiat. Impedit aut tenetur."], ["email", "mickey_mann@example.io"], ["first_name", "Harlan"], ["firstname", "Elden"], ["last_name", "Mraz"], ["lastname", "Auer"], ["lat", "45.78896404995709"], ["latitute", "80.65372077953998"], ["lng", "75.98599511278641"], ["locale", "FO"], ["longitude", "-32.38909715556312"], ["middlename", "Bruen"], ["middle_name", "Effertz"], ["password", "8Lt6TdRb1O"], ["phone", "1-388-349-8496 x7234"], ["phone_number", "1-367-748-2108 x349"], ["reference", "da5823d7-0fca-42ef-b05e-2b620f585a8d"], ["title", "Deleniti asperiores non est."], ["user_name", "halley"], ["username", "faustino_heller"], ["uuid", "217198a8-0e80-4d0c-b9d3-2392ef987320"], ["created_at", "2020-11-21 14:08:39.169630"], ["updated_at", "2020-11-21 14:08:39.169630"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "757 Veum Island, Port Roni, IA 08880-9944"], ["city", "Port Isaias"], ["country", "Czech Republic"], ["description", "Impedit vero sequi. Sequi culpa ipsum. Accusamus voluptate deleniti."], ["email", "drema@example.com"], ["first_name", "Tessa"], ["firstname", "Charles"], ["last_name", "Witting"], ["lastname", "Kling"], ["lat", "-14.043231854286162"], ["latitute", "-26.49241642529868"], ["lng", "-49.768596580011604"], ["locale", "AT"], ["longitude", "-25.722042588213213"], ["middlename", "Goodwin"], ["middle_name", "Lindgren"], ["password", "TkBl3Jr008Kt2G"], ["phone", "766-414-9604 x781"], ["phone_number", "(915) 849-1520"], ["reference", "9a403b1a-ec1a-46cb-86cf-2952e16b7118"], ["title", "Amet expedita quia eos."], ["user_name", "tamar"], ["username", "dominique"], ["uuid", "a6d48387-e64f-475c-b560-0cbd6d9c1e2d"], ["created_at", "2020-11-21 14:08:39.235705"], ["updated_at", "2020-11-21 14:08:39.235705"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 989 4446 Crooks Gateway, Blickstad, IA 46086"], ["city", "Lake Luigi"], ["country", "Angola"], ["description", "Assumenda doloribus repudiandae. Vel omnis et. Odio dolor qui. Dolor non temporibus."], ["email", "marianne@example.biz"], ["first_name", "Hayden"], ["firstname", "Len"], ["last_name", "Botsford"], ["lastname", "Klocko"], ["lat", "-39.34584475579867"], ["latitute", "23.301773190158045"], ["lng", "17.270507522817354"], ["locale", "SD"], ["longitude", "114.16084811397906"], ["middlename", "Casper"], ["middle_name", "Morissette"], ["password", "Fh8WnTeKd1D"], ["phone", "(770) 787-0797 x37833"], ["phone_number", "479-154-1701 x993"], ["reference", "1c200523-b244-4a0f-bd18-5aebc0fc8ee2"], ["title", "Voluptatem odit et earum accusamus fugiat."], ["user_name", "cordia.herman"], ["username", "jordan"], ["uuid", "8f14a5d3-9fc1-442d-ac7c-a0acf461b7ef"], ["created_at", "2020-11-21 14:08:39.271702"], ["updated_at", "2020-11-21 14:08:39.271702"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "56029 Wilkinson Drive, Christinestad, CT 22935"], ["city", "Laureenchester"], ["country", "Egypt"], ["description", "Ducimus eum aut. Sint eveniet autem. Quam culpa eius."], ["email", "alfonso@example.com"], ["first_name", "Darius"], ["firstname", "Rick"], ["last_name", "Davis"], ["lastname", "Kulas"], ["lat", "-61.9962878607644"], ["latitute", "-84.50901102119717"], ["lng", "144.28983156642556"], ["locale", "AI"], ["longitude", "53.78292886752021"], ["middlename", "Keeling"], ["middle_name", "Leuschke"], ["password", "L1pOzD3m6T0hOh4I"], ["phone", "1-255-376-2553 x260"], ["phone_number", "987-363-9760"], ["reference", "f676fced-7e5d-4d5e-bb26-c95a178e7a62"], ["title", "Quisquam libero ut quam quibusdam eligendi."], ["user_name", "bebe"], ["username", "michell_bergnaum"], ["uuid", "2b11f4c9-c02a-48e4-bf46-3244212163fb"], ["created_at", "2020-11-21 14:08:39.311010"], ["updated_at", "2020-11-21 14:08:39.311010"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 856 7203 Quitzon Port, North Lakeshia, PA 69484"], ["city", "Yoshikobury"], ["country", "Dominica"], ["description", "Sapiente odio omnis. Eligendi inventore amet. Delectus corrupti voluptatem. Dolores quae aut."], ["email", "marcie.walsh@example.name"], ["first_name", "Lenny"], ["firstname", "Cary"], ["last_name", "Schultz"], ["lastname", "Monahan"], ["lat", "-74.77435371501177"], ["latitute", "-82.71469845777249"], ["lng", "-102.332635227965"], ["locale", "CN"], ["longitude", "48.460122199270614"], ["middlename", "Pagac"], ["middle_name", "Wehner"], ["password", "X8h6AjT4"], ["phone", "647-160-2427"], ["phone_number", "1-151-957-1640 x642"], ["reference", "0014de0f-48fb-4fb2-9636-1221809f1baf"], ["title", "Rem ut ullam eum sed."], ["user_name", "millicent.windler"], ["username", "grant"], ["uuid", "d4286ebf-a04c-43a9-b4ff-01ba2e8d8b40"], ["created_at", "2020-11-21 14:08:39.356049"], ["updated_at", "2020-11-21 14:08:39.356049"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:08:39.358743"], ["updated_at", "2020-11-21 14:08:39.358743"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:08:39.360687"], ["updated_at", "2020-11-21 14:08:39.360687"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:08:39.362597"], ["updated_at", "2020-11-21 14:08:39.362597"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:08:39.364328"], ["updated_at", "2020-11-21 14:08:39.364328"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:08:39.366313"], ["updated_at", "2020-11-21 14:08:39.366313"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.384082"], ["updated_at", "2020-11-21 14:08:39.384082"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.385296"], ["updated_at", "2020-11-21 14:08:39.385296"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.386243"], ["updated_at", "2020-11-21 14:08:39.386243"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.387148"], ["updated_at", "2020-11-21 14:08:39.387148"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.388007"], ["updated_at", "2020-11-21 14:08:39.388007"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:08:39.388917"], ["updated_at", "2020-11-21 14:08:39.388917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:08:39.389799"], ["updated_at", "2020-11-21 14:08:39.389799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:08:39.390725"], ["updated_at", "2020-11-21 14:08:39.390725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:08:39.391642"], ["updated_at", "2020-11-21 14:08:39.391642"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:08:39.392511"], ["updated_at", "2020-11-21 14:08:39.392511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 1.92432171671504], ["string", "Corporis est nostrum dicta earum."], ["date", "2020-10-26"], ["time", "2000-01-01 04:47:05.794967"], ["datetime", "2020-10-19 09:07:27.618564"], ["created_at", "2020-11-21 14:08:39.395234"], ["updated_at", "2020-11-21 14:08:39.395234"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 21.7407760953879], ["string", "Excepturi ipsa eius dolores."], ["date", "2020-12-25"], ["time", "2000-01-01 05:17:02.630839"], ["datetime", "2020-11-19 02:24:47.330350"], ["created_at", "2020-11-21 14:08:39.398674"], ["updated_at", "2020-11-21 14:08:39.398674"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 2.71877955952713], ["string", "Rerum ut voluptas."], ["date", "2020-11-27"], ["time", "2000-01-01 21:34:30.291070"], ["datetime", "2020-10-16 20:56:03.869539"], ["created_at", "2020-11-21 14:08:39.402138"], ["updated_at", "2020-11-21 14:08:39.402138"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 4.19063209755069], ["string", "Est corrupti quia et debitis nam."], ["date", "2020-10-20"], ["time", "2000-01-01 08:49:46.158178"], ["datetime", "2020-12-27 21:04:17.577008"], ["created_at", "2020-11-21 14:08:39.405329"], ["updated_at", "2020-11-21 14:08:39.405329"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 0.655259371489016], ["string", "Consequatur pariatur autem minima eos ut."], ["date", "2020-10-27"], ["time", "2000-01-01 10:27:00.861843"], ["datetime", "2020-12-18 06:14:59.559113"], ["created_at", "2020-11-21 14:08:39.408305"], ["updated_at", "2020-11-21 14:08:39.408305"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1021], ["decimal", 0.80868404106553], ["string", "Fugiat quam sapiente et sit."], ["created_at", "2020-11-21 14:08:39.411099"], ["updated_at", "2020-11-21 14:08:39.411099"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 13.3067787184062], ["string", "In sapiente voluptatem veniam."], ["created_at", "2020-11-21 14:08:39.413786"], ["updated_at", "2020-11-21 14:08:39.413786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 3.49600839678584], ["string", "Minima sed quam."], ["created_at", "2020-11-21 14:08:39.416405"], ["updated_at", "2020-11-21 14:08:39.416405"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 17.018783334435], ["string", "Expedita cupiditate numquam."], ["created_at", "2020-11-21 14:08:39.418764"], ["updated_at", "2020-11-21 14:08:39.418764"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 16.8451523243712], ["string", "Veniam inventore provident totam dignissimos hic."], ["created_at", "2020-11-21 14:08:39.421089"], ["updated_at", "2020-11-21 14:08:39.421089"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:08:39.422726"], ["updated_at", "2020-11-21 14:08:39.422726"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-21 14:08:39.424223"], ["updated_at", "2020-11-21 14:08:39.424223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:08:39.425634"], ["updated_at", "2020-11-21 14:08:39.425634"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:08:39.427030"], ["updated_at", "2020-11-21 14:08:39.427030"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:08:39.428435"], ["updated_at", "2020-11-21 14:08:39.428435"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 1], ["created_at", "2020-11-21 14:08:39.430563"], ["updated_at", "2020-11-21 14:08:39.430563"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 9], ["created_at", "2020-11-21 14:08:39.432956"], ["updated_at", "2020-11-21 14:08:39.432956"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-21 14:08:39.434929"], ["updated_at", "2020-11-21 14:08:39.434929"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 9], ["created_at", "2020-11-21 14:08:39.436749"], ["updated_at", "2020-11-21 14:08:39.436749"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 8], ["created_at", "2020-11-21 14:08:39.438565"], ["updated_at", "2020-11-21 14:08:39.438565"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-21 14:08:39.440009"], ["updated_at", "2020-11-21 14:08:39.440009"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-21 14:08:39.441430"], ["updated_at", "2020-11-21 14:08:39.441430"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-21 14:08:39.442875"], ["updated_at", "2020-11-21 14:08:39.442875"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 14:08:39.444269"], ["updated_at", "2020-11-21 14:08:39.444269"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-21 14:08:39.445561"], ["updated_at", "2020-11-21 14:08:39.445561"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.446524"], ["updated_at", "2020-11-21 14:08:39.446524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.447316"], ["updated_at", "2020-11-21 14:08:39.447316"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.448076"], ["updated_at", "2020-11-21 14:08:39.448076"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.448806"], ["updated_at", "2020-11-21 14:08:39.448806"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.449508"], ["updated_at", "2020-11-21 14:08:39.449508"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:08:39.450881"], ["updated_at", "2020-11-21 14:08:39.450881"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:08:39.452148"], ["updated_at", "2020-11-21 14:08:39.452148"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:08:39.453335"], ["updated_at", "2020-11-21 14:08:39.453335"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:08:39.454482"], ["updated_at", "2020-11-21 14:08:39.454482"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:08:39.455638"], ["updated_at", "2020-11-21 14:08:39.455638"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 143 8684 Wolff Plains, Lake Harley, IN 28620"], ["city", "Ashleyhaven"], ["country", "Egypt"], ["description", "Aut voluptatem vero. Eaque voluptatum debitis."], ["email", "malia@example.biz"], ["first_name", "Alona"], ["firstname", "Lazaro"], ["last_name", "Stokes"], ["lastname", "Wiza"], ["lat", "-65.15893837220847"], ["latitute", "58.13447076357318"], ["lng", "-105.48285669501983"], ["locale", "NF"], ["longitude", "113.10364656949241"], ["middlename", "Cormier"], ["middle_name", "Klein"], ["password", "VvGwHxM2tPjQrAs"], ["phone", "1-231-931-2478 x0236"], ["phone_number", "1-980-631-3362 x6522"], ["reference", "0b006593-c8ef-4cae-9574-13c8ad19a171"], ["title", "Explicabo architecto placeat aut ipsam debitis."], ["user_name", "ona.boehm"], ["username", "rita_spencer"], ["uuid", "ed764c7d-cac9-45ef-a14e-e3f971bb7f8c"], ["created_at", "2020-11-21 14:08:39.492126"], ["updated_at", "2020-11-21 14:08:39.492126"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 804 2301 Dooley Mission, Hagenesfort, VA 77926-1652"], ["city", "Port Bellaburgh"], ["country", "Argentina"], ["description", "Error sit maiores. Dolores unde quo. Quia corrupti odio. Ut sed velit."], ["email", "nicholas@example.io"], ["first_name", "Maragret"], ["firstname", "Bobbye"], ["last_name", "Price"], ["lastname", "Effertz"], ["lat", "-68.99498487927119"], ["latitute", "-25.2168641176263"], ["lng", "7.799177304736787"], ["locale", "HM"], ["longitude", "35.312403651933266"], ["middlename", "Aufderhar"], ["middle_name", "Grady"], ["password", "MlH2gAq3NwT5aG"], ["phone", "242-526-9665"], ["phone_number", "848-268-3596 x1569"], ["reference", "5b7ec266-7173-49ab-ba48-aecbd873de71"], ["title", "Velit eius accusamus odit."], ["user_name", "esmeralda.brown"], ["username", "reed_kautzer"], ["uuid", "0712daf9-fa59-47d3-9afe-b04e8bf6fcd8"], ["created_at", "2020-11-21 14:08:39.518620"], ["updated_at", "2020-11-21 14:08:39.518620"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "70808 Kristle Lake, Mariaville, TN 28992"], ["city", "Cruickshankshire"], ["country", "China"], ["description", "Asperiores sed voluptates. Mollitia non labore."], ["email", "fred@example.biz"], ["first_name", "Hung"], ["firstname", "Efren"], ["last_name", "Rippin"], ["lastname", "Bartoletti"], ["lat", "-17.21695423300673"], ["latitute", "-47.265368830498794"], ["lng", "-5.331781562622183"], ["locale", "UA"], ["longitude", "-90.1051728277504"], ["middlename", "Kassulke"], ["middle_name", "Treutel"], ["password", "6KzNnV0fSi6V"], ["phone", "(783) 155-4328 x3543"], ["phone_number", "537.872.0675 x23041"], ["reference", "cada05da-c8fc-4514-a65d-7dbf59b4ee7f"], ["title", "Aspernatur similique voluptas."], ["user_name", "earl_hamill"], ["username", "merle_harber"], ["uuid", "8c3799ef-526a-46a0-abab-b5d3980ac3e0"], ["created_at", "2020-11-21 14:08:39.544009"], ["updated_at", "2020-11-21 14:08:39.544009"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4367 Kshlerin Port, Daltonport, ID 24383"], ["city", "Thiport"], ["country", "Andorra"], ["description", "Delectus fuga quae. Incidunt rem in. Numquam animi nemo."], ["email", "clinton@example.org"], ["first_name", "Leslie"], ["firstname", "Elvin"], ["last_name", "Marks"], ["lastname", "Stroman"], ["lat", "-61.01877680684197"], ["latitute", "0.5059231319002748"], ["lng", "-0.04680143571897588"], ["locale", "TL"], ["longitude", "7.533519124748949"], ["middlename", "Kiehn"], ["middle_name", "Padberg"], ["password", "PiY2b97ZpP"], ["phone", "(563) 928-6572 x49715"], ["phone_number", "1-520-971-6266 x50636"], ["reference", "19939361-afca-418a-84c4-76a25b80a173"], ["title", "Et nesciunt et magni laboriosam necessitatibus."], ["user_name", "harold.fadel"], ["username", "brittny_hirthe"], ["uuid", "d476e99b-2006-4618-8fa0-0ccba3609df6"], ["created_at", "2020-11-21 14:08:39.569701"], ["updated_at", "2020-11-21 14:08:39.569701"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "211 Roderick Corners, Reicherthaven, DE 65105"], ["city", "Lake Terrell"], ["country", "Congo"], ["description", "Esse et odio. Aspernatur ea et. Velit occaecati enim. Ut molestiae repudiandae."], ["email", "everett.kling@example.net"], ["first_name", "Chi"], ["firstname", "Horacio"], ["last_name", "Wintheiser"], ["lastname", "Rau"], ["lat", "-89.92928126595332"], ["latitute", "28.77498765600258"], ["lng", "-150.41315876960692"], ["locale", "PE"], ["longitude", "-115.96009192316014"], ["middlename", "Nitzsche"], ["middle_name", "Goyette"], ["password", "BoZb2RiCb"], ["phone", "(958) 651-6312 x699"], ["phone_number", "(948) 730-2029 x4646"], ["reference", "7471265f-8f0b-4ed3-bb7c-82c691ca01cb"], ["title", "Voluptatum ut voluptatem."], ["user_name", "keshia_veum"], ["username", "lorretta"], ["uuid", "cac90871-d437-49f5-8f49-424f4f5adba5"], ["created_at", "2020-11-21 14:08:39.594983"], ["updated_at", "2020-11-21 14:08:39.594983"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:08:39.597212"], ["updated_at", "2020-11-21 14:08:39.597212"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:08:39.598775"], ["updated_at", "2020-11-21 14:08:39.598775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:08:39.600064"], ["updated_at", "2020-11-21 14:08:39.600064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-21 14:08:39.601394"], ["updated_at", "2020-11-21 14:08:39.601394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:08:39.602615"], ["updated_at", "2020-11-21 14:08:39.602615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.614470"], ["updated_at", "2020-11-21 14:08:39.614470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.615381"], ["updated_at", "2020-11-21 14:08:39.615381"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.616101"], ["updated_at", "2020-11-21 14:08:39.616101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.616793"], ["updated_at", "2020-11-21 14:08:39.616793"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.617489"], ["updated_at", "2020-11-21 14:08:39.617489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:08:39.618209"], ["updated_at", "2020-11-21 14:08:39.618209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:08:39.618944"], ["updated_at", "2020-11-21 14:08:39.618944"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:08:39.619624"], ["updated_at", "2020-11-21 14:08:39.619624"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:08:39.620299"], ["updated_at", "2020-11-21 14:08:39.620299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:08:39.621007"], ["updated_at", "2020-11-21 14:08:39.621007"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 6.87637924412338], ["string", "Quae amet soluta consectetur."], ["date", "2020-12-02"], ["time", "2000-01-01 06:13:15.576071"], ["datetime", "2020-10-21 22:22:14.051639"], ["created_at", "2020-11-21 14:08:39.623292"], ["updated_at", "2020-11-21 14:08:39.623292"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 31.7090343447149], ["string", "Porro a asperiores ea corrupti exercitationem."], ["date", "2020-11-17"], ["time", "2000-01-01 20:20:21.941127"], ["datetime", "2020-12-15 02:21:03.731779"], ["created_at", "2020-11-21 14:08:39.625904"], ["updated_at", "2020-11-21 14:08:39.625904"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 36], ["decimal", 33.5969662947855], ["string", "Tempore saepe qui voluptatibus aut."], ["date", "2020-11-24"], ["time", "2000-01-01 18:58:13.469113"], ["datetime", "2020-11-18 00:07:07.404506"], ["created_at", "2020-11-21 14:08:39.628426"], ["updated_at", "2020-11-21 14:08:39.628426"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 0.595431955830613], ["string", "Vitae sed est et suscipit quos."], ["date", "2020-10-28"], ["time", "2000-01-01 18:05:54.557805"], ["datetime", "2020-10-30 06:19:06.181331"], ["created_at", "2020-11-21 14:08:39.630922"], ["updated_at", "2020-11-21 14:08:39.630922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 24.4780049004275], ["string", "Minima praesentium sequi voluptatem sint magnam."], ["date", "2020-12-12"], ["time", "2000-01-01 09:45:28.847467"], ["datetime", "2021-01-02 00:02:52.686703"], ["created_at", "2020-11-21 14:08:39.633653"], ["updated_at", "2020-11-21 14:08:39.633653"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1026], ["decimal", 3.03856762256562], ["string", "Odio consequatur numquam alias aperiam soluta."], ["created_at", "2020-11-21 14:08:39.636081"], ["updated_at", "2020-11-21 14:08:39.636081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1021], ["decimal", 0.263832856436561], ["string", "Numquam eligendi minus."], ["created_at", "2020-11-21 14:08:39.638194"], ["updated_at", "2020-11-21 14:08:39.638194"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 0.456627578393919], ["string", "Voluptatem consequatur et."], ["created_at", "2020-11-21 14:08:39.640199"], ["updated_at", "2020-11-21 14:08:39.640199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 13.5331064757919], ["string", "Ratione fugit molestias repellat doloribus."], ["created_at", "2020-11-21 14:08:39.642142"], ["updated_at", "2020-11-21 14:08:39.642142"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1032], ["decimal", 17.4378001714768], ["string", "Ut eaque fuga."], ["created_at", "2020-11-21 14:08:39.644796"], ["updated_at", "2020-11-21 14:08:39.644796"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.6ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:08:39.646723"], ["updated_at", "2020-11-21 14:08:39.646723"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-21 14:08:39.658063"], ["updated_at", "2020-11-21 14:08:39.658063"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-21 14:08:39.659993"], ["updated_at", "2020-11-21 14:08:39.659993"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:08:39.661796"], ["updated_at", "2020-11-21 14:08:39.661796"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:08:39.663592"], ["updated_at", "2020-11-21 14:08:39.663592"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.4ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 6], ["created_at", "2020-11-21 14:08:39.666028"], ["updated_at", "2020-11-21 14:08:39.666028"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 8], ["created_at", "2020-11-21 14:08:39.668749"], ["updated_at", "2020-11-21 14:08:39.668749"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 11], ["created_at", "2020-11-21 14:08:39.671128"], ["updated_at", "2020-11-21 14:08:39.671128"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-21 14:08:39.673377"], ["updated_at", "2020-11-21 14:08:39.673377"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 3], ["created_at", "2020-11-21 14:08:39.675658"], ["updated_at", "2020-11-21 14:08:39.675658"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 14:08:39.677414"], ["updated_at", "2020-11-21 14:08:39.677414"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-21 14:08:39.679223"], ["updated_at", "2020-11-21 14:08:39.679223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 14:08:39.681034"], ["updated_at", "2020-11-21 14:08:39.681034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:08:39.682832"], ["updated_at", "2020-11-21 14:08:39.682832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 11], ["created_at", "2020-11-21 14:08:39.684371"], ["updated_at", "2020-11-21 14:08:39.684371"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.685398"], ["updated_at", "2020-11-21 14:08:39.685398"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.686261"], ["updated_at", "2020-11-21 14:08:39.686261"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.687073"], ["updated_at", "2020-11-21 14:08:39.687073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.687862"], ["updated_at", "2020-11-21 14:08:39.687862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.688728"], ["updated_at", "2020-11-21 14:08:39.688728"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:08:39.690310"], ["updated_at", "2020-11-21 14:08:39.690310"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:08:39.691801"], ["updated_at", "2020-11-21 14:08:39.691801"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:08:39.693233"], ["updated_at", "2020-11-21 14:08:39.693233"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:08:39.694779"], ["updated_at", "2020-11-21 14:08:39.694779"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:08:39.696385"], ["updated_at", "2020-11-21 14:08:39.696385"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 200 13300 Michel Prairie, Tisaview, AK 23345-6817"], ["city", "New Lindseychester"], ["country", "Aruba"], ["description", "Necessitatibus ut consequatur. Et eum voluptas. Sit dolores et. Voluptatem quia fugiat. Odio quis id."], ["email", "robyn.bauch@example.biz"], ["first_name", "Marisa"], ["firstname", "Rosamaria"], ["last_name", "Roob"], ["lastname", "Reichel"], ["lat", "28.186046312955412"], ["latitute", "-31.67651120679428"], ["lng", "-12.518946002993005"], ["locale", "KY"], ["longitude", "0.7315108785018083"], ["middlename", "Crona"], ["middle_name", "Shields"], ["password", "Rs0PiL6o2Sc5Q3l7"], ["phone", "1-209-126-5556"], ["phone_number", "779.349.8736"], ["reference", "bd609a6a-179d-4484-a11a-17b2ccb7e40d"], ["title", "Aut est qui aut."], ["user_name", "avery"], ["username", "heather"], ["uuid", "c0d47091-4c88-4a4b-99b7-af85a2c0a5c8"], ["created_at", "2020-11-21 14:08:39.725578"], ["updated_at", "2020-11-21 14:08:39.725578"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4209 Ortiz Coves, Port Amira, VA 59212-6449"], ["city", "Hahnmouth"], ["country", "United Arab Emirates"], ["description", "Quaerat perferendis earum. Veniam dignissimos iure. Deserunt enim ut. Nulla libero exercitationem."], ["email", "george@example.biz"], ["first_name", "Jesusa"], ["firstname", "Weston"], ["last_name", "Bosco"], ["lastname", "Treutel"], ["lat", "76.95708079168531"], ["latitute", "-25.63967677578809"], ["lng", "155.1748493084424"], ["locale", "CO"], ["longitude", "-114.318731606432"], ["middlename", "Fadel"], ["middle_name", "Zemlak"], ["password", "R1aBtQqIsQnA0"], ["phone", "409.654.1182"], ["phone_number", "1-693-171-9152"], ["reference", "e351852d-9bbb-41c4-bbd7-518f6860c89a"], ["title", "Quo voluptatibus nisi aspernatur."], ["user_name", "louella"], ["username", "jan"], ["uuid", "89b0395d-3c37-49c3-9c2f-fc037a8c3e93"], ["created_at", "2020-11-21 14:08:39.751529"], ["updated_at", "2020-11-21 14:08:39.751529"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 630 816 Alix Street, New Doriebury, AK 74555-0008"], ["city", "Stromanton"], ["country", "Democratic People's Republic of Korea"], ["description", "In ea dolor. Voluptatem reprehenderit tempora. Ea ex deleniti."], ["email", "horace@example.net"], ["first_name", "Myles"], ["firstname", "Hong"], ["last_name", "Gislason"], ["lastname", "Schmidt"], ["lat", "-13.739314458157452"], ["latitute", "-58.23212431890525"], ["lng", "-60.30354918744521"], ["locale", "HU"], ["longitude", "21.46143785167766"], ["middlename", "Sauer"], ["middle_name", "White"], ["password", "CcNk1WqRwR34e"], ["phone", "405.882.6021 x4728"], ["phone_number", "(363) 809-0604 x30097"], ["reference", "6fc7d8d4-2cda-49b1-a159-a3de11590a4e"], ["title", "Assumenda autem veritatis perferendis voluptates."], ["user_name", "gilbert.reynolds"], ["username", "katlyn"], ["uuid", "535e9488-1b67-48b4-810d-5b4b3c529f09"], ["created_at", "2020-11-21 14:08:39.777548"], ["updated_at", "2020-11-21 14:08:39.777548"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 813 86748 Johnston Harbors, West Trevor, SC 73280"], ["city", "Tanachester"], ["country", "Jordan"], ["description", "Atque aliquam occaecati. Sunt et nihil. Nemo aut quam. Tempora voluptatem adipisci. Corrupti repudiandae quia."], ["email", "jess_becker@example.co"], ["first_name", "Lura"], ["firstname", "Constance"], ["last_name", "Bosco"], ["lastname", "Rippin"], ["lat", "-43.42599138391939"], ["latitute", "22.650102879914854"], ["lng", "-121.4320070886042"], ["locale", "ME"], ["longitude", "-114.26331322093382"], ["middlename", "Wiza"], ["middle_name", "Fay"], ["password", "L1jMe6YnQ2fJfLy"], ["phone", "(143) 703-1725 x21446"], ["phone_number", "922-813-0776 x012"], ["reference", "142b342f-442e-4f91-afb2-4d3eabf66210"], ["title", "Aliquid omnis repellat."], ["user_name", "kirsten.towne"], ["username", "renato"], ["uuid", "24c7a05c-d1f0-48c2-9b09-1747187bcd15"], ["created_at", "2020-11-21 14:08:39.803236"], ["updated_at", "2020-11-21 14:08:39.803236"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 974 54287 Block Crossing, Tomikofurt, GA 76174"], ["city", "Basiliastad"], ["country", "Thailand"], ["description", "Ut laudantium quos. Quis ipsa aspernatur. Veniam ullam consequuntur."], ["email", "arlette.mueller@example.co"], ["first_name", "Dalton"], ["firstname", "Marsha"], ["last_name", "Tillman"], ["lastname", "Moore"], ["lat", "-68.38545316387484"], ["latitute", "-80.58889284913194"], ["lng", "174.8464940443963"], ["locale", "ZM"], ["longitude", "-17.069734419176143"], ["middlename", "Krajcik"], ["middle_name", "Sipes"], ["password", "Qh60AwPnQe0Nr5Y3"], ["phone", "239-263-1690 x720"], ["phone_number", "387-412-8733 x812"], ["reference", "92dbd143-9f89-4996-96ef-c6c0776b3f2c"], ["title", "Nostrum autem ratione."], ["user_name", "sal.fritsch"], ["username", "bret"], ["uuid", "3d5563d2-3f43-49c4-9faf-53bac4f9a687"], ["created_at", "2020-11-21 14:08:39.831449"], ["updated_at", "2020-11-21 14:08:39.831449"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-21 14:08:39.833694"], ["updated_at", "2020-11-21 14:08:39.833694"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:08:39.835006"], ["updated_at", "2020-11-21 14:08:39.835006"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 14:08:39.836312"], ["updated_at", "2020-11-21 14:08:39.836312"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:08:39.837580"], ["updated_at", "2020-11-21 14:08:39.837580"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 14:08:39.838892"], ["updated_at", "2020-11-21 14:08:39.838892"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.862377"], ["updated_at", "2020-11-21 14:08:39.862377"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.863622"], ["updated_at", "2020-11-21 14:08:39.863622"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.864653"], ["updated_at", "2020-11-21 14:08:39.864653"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.865599"], ["updated_at", "2020-11-21 14:08:39.865599"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:08:39.866758"], ["updated_at", "2020-11-21 14:08:39.866758"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:08:39.867794"], ["updated_at", "2020-11-21 14:08:39.867794"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:08:39.868667"], ["updated_at", "2020-11-21 14:08:39.868667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:08:39.869463"], ["updated_at", "2020-11-21 14:08:39.869463"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:08:39.870246"], ["updated_at", "2020-11-21 14:08:39.870246"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:08:39.871050"], ["updated_at", "2020-11-21 14:08:39.871050"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.1ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.8ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (2.0ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (2.1ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "6942 Patience Point, Busterburgh, ND 58605-3126"], ["city", "Miguelfurt"], ["country", "Mozambique"], ["description", "Alias quae distinctio. Magni ea autem. Quos sunt sint."], ["email", "harriette.harvey@example.name"], ["first_name", "Clarence"], ["firstname", "Kenisha"], ["last_name", "Schuster"], ["lastname", "Boehm"], ["lat", "28.721705333504573"], ["latitute", "33.23178008859141"], ["lng", "-15.015094845357737"], ["locale", "NP"], ["longitude", "-57.34464879385246"], ["middlename", "Oberbrunner"], ["middle_name", "Gusikowski"], ["password", "ZgYdBk56J"], ["phone", "1-801-484-2765 x067"], ["phone_number", "889.463.3620"], ["reference", "10ed5e78-f295-4d26-96d1-4fd3ed8d56d7"], ["title", "Possimus expedita et odit quos quo."], ["user_name", "lahoma_ferry"], ["username", "clare.beer"], ["uuid", "1c9a5403-16a6-483f-a88f-68327e511319"], ["created_at", "2020-11-21 14:18:38.176051"], ["updated_at", "2020-11-21 14:18:38.176051"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "30208 Ying Glens, Willmsmouth, HI 06054-8624"], ["city", "West Ariel"], ["country", "Sweden"], ["description", "Sequi tempore voluptatem. Et unde corrupti."], ["email", "sage@example.net"], ["first_name", "Myesha"], ["firstname", "Lonnie"], ["last_name", "Marquardt"], ["lastname", "Ullrich"], ["lat", "-83.47656607781721"], ["latitute", "-85.76669654153069"], ["lng", "-106.494138924748"], ["locale", "AW"], ["longitude", "60.23192237564791"], ["middlename", "Fadel"], ["middle_name", "Balistreri"], ["password", "Vl5OqJx9H3aU"], ["phone", "818-837-9506"], ["phone_number", "814.404.0362"], ["reference", "4515ad78-f7eb-4c6c-a229-74e7da36b10e"], ["title", "Et consequatur distinctio tempora."], ["user_name", "hayley"], ["username", "hedy"], ["uuid", "08a3dd97-2c29-492a-9d07-f5dc8c9eb567"], ["created_at", "2020-11-21 14:18:38.216579"], ["updated_at", "2020-11-21 14:18:38.216579"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3351 Feil Key, Starkville, WA 95859-0942"], ["city", "Oswaldofort"], ["country", "Uruguay"], ["description", "Veniam est molestiae. Assumenda aut voluptate. Consequuntur et accusantium. Rerum corporis asperiores. Asperiores reiciendis ullam."], ["email", "odis_wintheiser@example.com"], ["first_name", "Walker"], ["firstname", "Micah"], ["last_name", "Goyette"], ["lastname", "Crona"], ["lat", "31.919589211109724"], ["latitute", "-8.932473703486096"], ["lng", "-71.1289475460646"], ["locale", "BF"], ["longitude", "-58.79437728385807"], ["middlename", "Cormier"], ["middle_name", "Bogisich"], ["password", "AmQo0TbRr51"], ["phone", "914-714-8401 x624"], ["phone_number", "335-350-7868 x787"], ["reference", "9a208289-1ad5-43d2-9171-7527223684bd"], ["title", "Sint est incidunt ipsa."], ["user_name", "gus.swaniawski"], ["username", "tu_bode"], ["uuid", "1a162302-127b-42e9-aa49-a76a0a82390a"], ["created_at", "2020-11-21 14:18:38.241686"], ["updated_at", "2020-11-21 14:18:38.241686"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 590 70537 Ronni Forks, West Kayleighmouth, LA 53313-8562"], ["city", "Takakotown"], ["country", "Jamaica"], ["description", "Enim accusamus natus. Commodi neque enim. Et perferendis beatae. A perspiciatis voluptatem. Id facilis autem."], ["email", "jerrod_hamill@example.co"], ["first_name", "Shirley"], ["firstname", "Deandra"], ["last_name", "Rolfson"], ["lastname", "Kemmer"], ["lat", "-62.77188685617831"], ["latitute", "-85.58315596381175"], ["lng", "122.78628379949265"], ["locale", "CD"], ["longitude", "175.71114542906992"], ["middlename", "Steuber"], ["middle_name", "Quigley"], ["password", "N8vR5rMkP3wK"], ["phone", "1-342-986-4788 x322"], ["phone_number", "456-727-7248"], ["reference", "5c36a454-f739-4370-be17-988913a9cffa"], ["title", "Facere non sed odit."], ["user_name", "terry"], ["username", "kenda"], ["uuid", "bbe3ea65-2e50-4bcb-a7f4-f47d35786ca2"], ["created_at", "2020-11-21 14:18:38.266640"], ["updated_at", "2020-11-21 14:18:38.266640"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 107 7049 Osinski Terrace, West Jamila, NE 64295"], ["city", "Lockmanport"], ["country", "British Indian Ocean Territory (Chagos Archipelago)"], ["description", "Voluptatem a illo. Ut maiores architecto."], ["email", "marcia.smith@example.net"], ["first_name", "Stephan"], ["firstname", "Mitzie"], ["last_name", "Bechtelar"], ["lastname", "Gutkowski"], ["lat", "62.68233896189142"], ["latitute", "-52.305110828866376"], ["lng", "162.3678353237283"], ["locale", "TK"], ["longitude", "14.5603670665879"], ["middlename", "Franecki"], ["middle_name", "Schuster"], ["password", "4Gf952O1"], ["phone", "844-418-8936 x982"], ["phone_number", "(239) 501-9091 x7642"], ["reference", "3f82a788-5673-4e78-a1a8-7e5947a35901"], ["title", "Similique sunt aut iusto."], ["user_name", "clint_mosciski"], ["username", "enda"], ["uuid", "6736f907-0d8a-44f5-ba4b-54e155693169"], ["created_at", "2020-11-21 14:18:38.291459"], ["updated_at", "2020-11-21 14:18:38.291459"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "23476 Roman Terrace, Jacqulynfort, ND 37708-6878"], ["city", "Bennettside"], ["country", "Madagascar"], ["description", "Nihil fugiat voluptas. Quo laboriosam reprehenderit. Facilis aut est."], ["email", "eric@example.co"], ["first_name", "Pete"], ["firstname", "Latoria"], ["last_name", "Moore"], ["lastname", "Crist"], ["lat", "26.830898643292173"], ["latitute", "8.689519419744784"], ["lng", "160.231903153136"], ["locale", "MS"], ["longitude", "80.18206837159084"], ["middlename", "Stamm"], ["middle_name", "Jenkins"], ["password", "OaIzZfBvTyXb"], ["phone", "(699) 752-2515"], ["phone_number", "(548) 951-9002"], ["reference", "0a176386-c8b2-4ff2-a2b7-9ef619017a11"], ["title", "Iure accusantium odit rerum quidem molestiae."], ["user_name", "aurelio"], ["username", "gricelda.wunsch"], ["uuid", "7f16d09f-21ff-40a9-abae-b465abc9f574"], ["created_at", "2020-11-21 14:18:38.316382"], ["updated_at", "2020-11-21 14:18:38.316382"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "843 Melanie Radial, Lindsayhaven, IL 23457-5476"], ["city", "South Jackieside"], ["country", "Cook Islands"], ["description", "Suscipit sit praesentium. In velit qui. Harum tempore dolores. Qui id eos. Quas quibusdam et."], ["email", "elliot.veum@example.biz"], ["first_name", "Elisha"], ["firstname", "Carol"], ["last_name", "Keebler"], ["lastname", "Kirlin"], ["lat", "44.618522704290314"], ["latitute", "40.47920305362004"], ["lng", "-148.40599474822017"], ["locale", "AG"], ["longitude", "115.99283575964137"], ["middlename", "Wisozk"], ["middle_name", "Padberg"], ["password", "SiTlHmXeZdVnW"], ["phone", "523.447.7211 x5690"], ["phone_number", "1-504-596-5710 x9242"], ["reference", "1e4457ad-523f-431e-b97b-852000bc4cdd"], ["title", "Corrupti et aut accusamus."], ["user_name", "jen.predovic"], ["username", "shakira.wisoky"], ["uuid", "50e1a109-9d79-4707-9c19-9a01bc9a46fa"], ["created_at", "2020-11-21 14:18:38.341917"], ["updated_at", "2020-11-21 14:18:38.341917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 114 764 Jorge Views, West Teddymouth, DE 37255"], ["city", "North Oliverland"], ["country", "India"], ["description", "Enim provident est. Assumenda sit id. Soluta occaecati velit."], ["email", "georgette@example.name"], ["first_name", "Reginald"], ["firstname", "Rodger"], ["last_name", "Treutel"], ["lastname", "Klein"], ["lat", "-22.688529783125304"], ["latitute", "42.09613127801643"], ["lng", "122.55907701582964"], ["locale", "CY"], ["longitude", "123.55739049461005"], ["middlename", "Weissnat"], ["middle_name", "Kub"], ["password", "3QcB4hV1bPzDp"], ["phone", "740-425-9594 x94201"], ["phone_number", "1-380-615-7430 x72941"], ["reference", "5be664ce-8ec1-4a76-be0b-cea814e4f940"], ["title", "Itaque quas illum aut et fugit."], ["user_name", "terresa"], ["username", "nydia"], ["uuid", "339fb84f-cec2-4f2f-b305-65e308188e7f"], ["created_at", "2020-11-21 14:18:38.379820"], ["updated_at", "2020-11-21 14:18:38.379820"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 368 92268 Terrence Meadows, South Joeyside, OH 01446"], ["city", "South Eliseohaven"], ["country", "Dominica"], ["description", "Ab qui dignissimos. Enim distinctio non. Non quam maiores. Tenetur dolorem nesciunt. Porro accusamus fugit."], ["email", "shelby.bruen@example.io"], ["first_name", "Gregoria"], ["firstname", "Marvin"], ["last_name", "McKenzie"], ["lastname", "Lockman"], ["lat", "-7.525093980961529"], ["latitute", "60.724533029913914"], ["lng", "161.372925737282"], ["locale", "LS"], ["longitude", "177.90082088946338"], ["middlename", "Von"], ["middle_name", "Krajcik"], ["password", "EuMrEaIrI9k"], ["phone", "758.303.7474"], ["phone_number", "1-979-799-8012"], ["reference", "c51922dc-c8f9-43ea-889b-7b3b2fb17933"], ["title", "Est ipsum eveniet culpa aperiam tempore."], ["user_name", "eleanore.hahn"], ["username", "moshe"], ["uuid", "4ee2d6e4-7edb-4e7b-91e5-f0a872d57af6"], ["created_at", "2020-11-21 14:18:38.407263"], ["updated_at", "2020-11-21 14:18:38.407263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 932 382 Nader Parkway, Gladystown, LA 54529-7542"], ["city", "North Ashlynport"], ["country", "Monaco"], ["description", "Dolores sunt quo. Eum consequatur repellendus. Eveniet voluptatem non. Omnis aliquam earum. Sint distinctio neque."], ["email", "francisco@example.io"], ["first_name", "Delbert"], ["firstname", "Kimberlie"], ["last_name", "Hamill"], ["lastname", "Barrows"], ["lat", "80.08784450756016"], ["latitute", "-49.91755363222566"], ["lng", "114.04595492643921"], ["locale", "GQ"], ["longitude", "18.47865454851629"], ["middlename", "Keeling"], ["middle_name", "Smith"], ["password", "7SdJmN4eWcZrR"], ["phone", "1-316-522-7581 x675"], ["phone_number", "(522) 611-3289 x263"], ["reference", "a953592a-4f6d-4407-9237-ed18a25c42fe"], ["title", "Sed qui iure eius voluptatibus."], ["user_name", "wilbur"], ["username", "nickolas.sauer"], ["uuid", "d7212367-e464-451f-80d4-dbfa5a5817d8"], ["created_at", "2020-11-21 14:18:38.432419"], ["updated_at", "2020-11-21 14:18:38.432419"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]] Lima Load (0.1ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 26.765667769774], ["string", "Repudiandae maxime debitis soluta suscipit quidem."], ["date", "2020-10-23"], ["time", "2000-01-01 07:10:22.831219"], ["datetime", "2020-11-20 00:22:06.607651"], ["created_at", "2020-11-21 14:18:38.469333"], ["updated_at", "2020-11-21 14:18:38.469333"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 18.5933885496775], ["string", "Cupiditate iusto et vero."], ["date", "2020-12-12"], ["time", "2000-01-01 12:45:28.197007"], ["datetime", "2020-11-03 20:34:58.165374"], ["created_at", "2020-11-21 14:18:38.472669"], ["updated_at", "2020-11-21 14:18:38.472669"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 29.0624687298096], ["string", "Est quia voluptas error architecto placeat."], ["date", "2020-11-02"], ["time", "2000-01-01 02:12:41.260777"], ["datetime", "2020-12-31 19:41:25.439403"], ["created_at", "2020-11-21 14:18:38.475714"], ["updated_at", "2020-11-21 14:18:38.475714"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 0.865439400818609], ["string", "Consequuntur sed aut esse nisi."], ["date", "2020-10-12"], ["time", "2000-01-01 21:03:32.567304"], ["datetime", "2020-12-20 03:34:23.729985"], ["created_at", "2020-11-21 14:18:38.478926"], ["updated_at", "2020-11-21 14:18:38.478926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 2.24264342266428], ["string", "Dolorem dolores eius."], ["date", "2020-10-20"], ["time", "2000-01-01 18:06:13.286105"], ["datetime", "2020-10-21 08:58:19.934781"], ["created_at", "2020-11-21 14:18:38.482315"], ["updated_at", "2020-11-21 14:18:38.482315"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 6.58057922897481], ["string", "Maiores eaque et quam odio enim."], ["created_at", "2020-11-21 14:18:38.490578"], ["updated_at", "2020-11-21 14:18:38.490578"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 4.06150138837631], ["string", "Facere eligendi qui doloribus voluptatem."], ["created_at", "2020-11-21 14:18:38.493164"], ["updated_at", "2020-11-21 14:18:38.493164"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1034], ["decimal", 15.5813998881917], ["string", "Fuga in aliquam voluptatem iste reprehenderit."], ["created_at", "2020-11-21 14:18:38.495443"], ["updated_at", "2020-11-21 14:18:38.495443"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 8.23651334680604], ["string", "Iste aliquid qui voluptate asperiores."], ["created_at", "2020-11-21 14:18:38.497919"], ["updated_at", "2020-11-21 14:18:38.497919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1037], ["decimal", 5.03438422515709], ["string", "Voluptas sit architecto voluptatem."], ["created_at", "2020-11-21 14:18:38.500166"], ["updated_at", "2020-11-21 14:18:38.500166"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:18:38.507425"], ["updated_at", "2020-11-21 14:18:38.507425"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:18:38.509162"], ["updated_at", "2020-11-21 14:18:38.509162"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:18:38.510487"], ["updated_at", "2020-11-21 14:18:38.510487"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:18:38.511761"], ["updated_at", "2020-11-21 14:18:38.511761"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:18:38.513206"], ["updated_at", "2020-11-21 14:18:38.513206"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-21 14:18:38.519358"], ["updated_at", "2020-11-21 14:18:38.519358"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-21 14:18:38.521165"], ["updated_at", "2020-11-21 14:18:38.521165"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-21 14:18:38.523272"], ["updated_at", "2020-11-21 14:18:38.523272"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-21 14:18:38.525059"], ["updated_at", "2020-11-21 14:18:38.525059"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-21 14:18:38.526764"], ["updated_at", "2020-11-21 14:18:38.526764"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 14:18:38.532207"], ["updated_at", "2020-11-21 14:18:38.532207"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 14:18:38.533813"], ["updated_at", "2020-11-21 14:18:38.533813"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:18:38.535140"], ["updated_at", "2020-11-21 14:18:38.535140"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:18:38.536450"], ["updated_at", "2020-11-21 14:18:38.536450"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:18:38.537683"], ["updated_at", "2020-11-21 14:18:38.537683"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:38.543908"], ["updated_at", "2020-11-21 14:18:38.543908"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:38.544867"], ["updated_at", "2020-11-21 14:18:38.544867"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:38.545628"], ["updated_at", "2020-11-21 14:18:38.545628"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:38.546382"], ["updated_at", "2020-11-21 14:18:38.546382"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:38.547151"], ["updated_at", "2020-11-21 14:18:38.547151"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:38.551924"], ["updated_at", "2020-11-21 14:18:38.551924"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:38.553229"], ["updated_at", "2020-11-21 14:18:38.553229"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:38.554354"], ["updated_at", "2020-11-21 14:18:38.554354"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:38.567597"], ["updated_at", "2020-11-21 14:18:38.567597"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.3ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:38.569165"], ["updated_at", "2020-11-21 14:18:38.569165"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "712 Joey Isle, East Eulahmouth, DE 80238"], ["city", "Morissetteside"], ["country", "Central African Republic"], ["description", "Temporibus quae repellendus. Tempora vitae qui. Reprehenderit eos ipsam. Exercitationem voluptatibus quia. Vero porro molestias."], ["email", "albert@example.info"], ["first_name", "Ike"], ["firstname", "Al"], ["last_name", "Von"], ["lastname", "Spencer"], ["lat", "-12.262291078006697"], ["latitute", "82.35395595968512"], ["lng", "36.688127652078975"], ["locale", "GH"], ["longitude", "9.160177493954507"], ["middlename", "Little"], ["middle_name", "O'Conner"], ["password", "Gf62DkXnVz3Vm6A"], ["phone", "1-253-276-8398"], ["phone_number", "978.555.8995 x50067"], ["reference", "70284322-7ed0-4415-9b16-9369fa38e4a1"], ["title", "Rerum sint sint vel qui vel."], ["user_name", "chin"], ["username", "cordie"], ["uuid", "255bbd5f-764d-433e-b62a-9d24b12ba503"], ["created_at", "2020-11-21 14:18:38.601014"], ["updated_at", "2020-11-21 14:18:38.601014"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 400 523 Sondra Divide, Feliceville, KS 28878"], ["city", "Stephanmouth"], ["country", "Falkland Islands (Malvinas)"], ["description", "Quia veniam autem. Alias molestias dolores."], ["email", "milagro@example.co"], ["first_name", "Everett"], ["firstname", "Daniela"], ["last_name", "Hegmann"], ["lastname", "Waters"], ["lat", "57.81527053889201"], ["latitute", "8.4632784674111"], ["lng", "-37.33886064465338"], ["locale", "KR"], ["longitude", "-64.6849171147671"], ["middlename", "Block"], ["middle_name", "Kiehn"], ["password", "Qv5D8qGi"], ["phone", "1-652-042-8128 x40404"], ["phone_number", "246-864-0069 x20526"], ["reference", "51477772-21ba-4f2d-9037-b34e7b1c04a8"], ["title", "Qui iusto tempore qui."], ["user_name", "lahoma.renner"], ["username", "shana_spinka"], ["uuid", "83244148-af67-40f8-9283-57ae0068b61f"], ["created_at", "2020-11-21 14:18:38.628605"], ["updated_at", "2020-11-21 14:18:38.628605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "79907 Rau Greens, Port Winfordside, WV 53389"], ["city", "Allisonfurt"], ["country", "Italy"], ["description", "Sed nemo blanditiis. Nulla officiis est. Itaque expedita veritatis. Ut cupiditate dolorum. Dolores nemo asperiores."], ["email", "margarito.rolfson@example.co"], ["first_name", "Agustin"], ["firstname", "Pierre"], ["last_name", "Stroman"], ["lastname", "Kutch"], ["lat", "-64.59448444256239"], ["latitute", "-22.41778167097121"], ["lng", "44.883066146820454"], ["locale", "BZ"], ["longitude", "-85.55588131464512"], ["middlename", "Schinner"], ["middle_name", "Kreiger"], ["password", "UvH2e23X"], ["phone", "828.195.9135"], ["phone_number", "130-186-7332 x21501"], ["reference", "d7be40a7-f6a0-4d80-9ad8-7ba32b904fc2"], ["title", "Nulla dignissimos accusantium dolor porro qui."], ["user_name", "meghann"], ["username", "derrick"], ["uuid", "9ee248ce-739b-46f1-91d4-473784655cb0"], ["created_at", "2020-11-21 14:18:38.653743"], ["updated_at", "2020-11-21 14:18:38.653743"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 226 17839 Mills Loop, New Justinaberg, NV 34735"], ["city", "Lake Chloe"], ["country", "Cocos (Keeling) Islands"], ["description", "Aspernatur et minus. Cumque dolor facere. Maxime qui id. Quia iure quae."], ["email", "lauri_shanahan@example.co"], ["first_name", "Lashawn"], ["firstname", "Keven"], ["last_name", "Larkin"], ["lastname", "Ernser"], ["lat", "42.42355957992649"], ["latitute", "24.374810540752748"], ["lng", "55.547440941409064"], ["locale", "IR"], ["longitude", "-170.4547766340494"], ["middlename", "Gottlieb"], ["middle_name", "Towne"], ["password", "IyE5t3Mx6At"], ["phone", "(244) 870-9271"], ["phone_number", "1-846-868-5744 x7976"], ["reference", "e20ee11b-0ae4-4697-a0f5-7138eb9ecbb5"], ["title", "Inventore soluta nesciunt molestias et fugit."], ["user_name", "monroe"], ["username", "latosha"], ["uuid", "9a6c34a7-8a9f-4ec7-b910-4d2bbe1aa061"], ["created_at", "2020-11-21 14:18:38.678989"], ["updated_at", "2020-11-21 14:18:38.678989"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2188 Ellsworth Tunnel, Melvinview, HI 48224"], ["city", "New Beliaton"], ["country", "Panama"], ["description", "Qui rem enim. Veniam labore autem."], ["email", "judie@example.name"], ["first_name", "Geri"], ["firstname", "Jacquiline"], ["last_name", "Sanford"], ["lastname", "Collier"], ["lat", "-78.5958395595133"], ["latitute", "77.3750052036327"], ["lng", "117.0643669758536"], ["locale", "CW"], ["longitude", "37.54314115859532"], ["middlename", "Rolfson"], ["middle_name", "Steuber"], ["password", "Gr2UwId47JzT402"], ["phone", "(445) 958-1222 x097"], ["phone_number", "382.790.3897"], ["reference", "ed4ea665-3d19-4e51-9ac6-ba18b7478cb3"], ["title", "Sint optio dolorem vel."], ["user_name", "earl"], ["username", "jerry_jacobs"], ["uuid", "267528ae-aaef-4678-b8ec-a19905e63480"], ["created_at", "2020-11-21 14:18:38.703859"], ["updated_at", "2020-11-21 14:18:38.703859"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:18:38.708832"], ["updated_at", "2020-11-21 14:18:38.708832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:18:38.710184"], ["updated_at", "2020-11-21 14:18:38.710184"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:18:38.711337"], ["updated_at", "2020-11-21 14:18:38.711337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:18:38.712568"], ["updated_at", "2020-11-21 14:18:38.712568"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:18:38.713797"], ["updated_at", "2020-11-21 14:18:38.713797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:38.731926"], ["updated_at", "2020-11-21 14:18:38.731926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:38.732757"], ["updated_at", "2020-11-21 14:18:38.732757"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:38.733411"], ["updated_at", "2020-11-21 14:18:38.733411"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:38.734018"], ["updated_at", "2020-11-21 14:18:38.734018"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:38.744244"], ["updated_at", "2020-11-21 14:18:38.744244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:18:38.748760"], ["updated_at", "2020-11-21 14:18:38.748760"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:18:38.749834"], ["updated_at", "2020-11-21 14:18:38.749834"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:18:38.750700"], ["updated_at", "2020-11-21 14:18:38.750700"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:18:38.751538"], ["updated_at", "2020-11-21 14:18:38.751538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:18:38.752346"], ["updated_at", "2020-11-21 14:18:38.752346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 10.5418138020038], ["string", "Necessitatibus delectus perferendis sit dolor."], ["date", "2020-12-08"], ["time", "2000-01-01 19:34:40.492860"], ["datetime", "2020-11-22 07:15:22.482678"], ["created_at", "2020-11-21 14:18:38.755106"], ["updated_at", "2020-11-21 14:18:38.755106"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 1.20955745005065], ["string", "Eum dolore corporis sequi necessitatibus ullam."], ["date", "2020-10-28"], ["time", "2000-01-01 00:29:41.092067"], ["datetime", "2020-10-29 14:58:07.279668"], ["created_at", "2020-11-21 14:18:38.758549"], ["updated_at", "2020-11-21 14:18:38.758549"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 4.21509276148513], ["string", "Aut aperiam aut."], ["date", "2020-10-23"], ["time", "2000-01-01 13:42:50.227962"], ["datetime", "2020-10-19 13:02:18.051162"], ["created_at", "2020-11-21 14:18:38.761668"], ["updated_at", "2020-11-21 14:18:38.761668"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 1.77149531494329], ["string", "Nesciunt dolor culpa perspiciatis quos."], ["date", "2020-10-20"], ["time", "2000-01-01 19:36:44.927637"], ["datetime", "2020-12-20 11:44:28.183865"], ["created_at", "2020-11-21 14:18:38.764690"], ["updated_at", "2020-11-21 14:18:38.764690"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 23.3488146873383], ["string", "Eligendi tempora officia consequuntur."], ["date", "2020-12-03"], ["time", "2000-01-01 17:46:12.598961"], ["datetime", "2020-12-11 17:30:42.335997"], ["created_at", "2020-11-21 14:18:38.767595"], ["updated_at", "2020-11-21 14:18:38.767595"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 0.746557434911852], ["string", "Itaque voluptatem temporibus provident."], ["created_at", "2020-11-21 14:18:38.770209"], ["updated_at", "2020-11-21 14:18:38.770209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1020], ["decimal", 8.5119767721624], ["string", "Tempora atque rerum voluptas qui et."], ["created_at", "2020-11-21 14:18:38.772812"], ["updated_at", "2020-11-21 14:18:38.772812"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1026], ["decimal", 7.82783273613861], ["string", "Quisquam voluptatem non sed quam reiciendis."], ["created_at", "2020-11-21 14:18:38.775385"], ["updated_at", "2020-11-21 14:18:38.775385"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 21.242973461784], ["string", "Asperiores maiores rerum."], ["created_at", "2020-11-21 14:18:38.777730"], ["updated_at", "2020-11-21 14:18:38.777730"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1030], ["decimal", 26.5295671312804], ["string", "Autem totam tenetur enim qui."], ["created_at", "2020-11-21 14:18:38.780074"], ["updated_at", "2020-11-21 14:18:38.780074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-21 14:18:38.781787"], ["updated_at", "2020-11-21 14:18:38.781787"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-21 14:18:38.783316"], ["updated_at", "2020-11-21 14:18:38.783316"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:18:38.784707"], ["updated_at", "2020-11-21 14:18:38.784707"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:18:38.786041"], ["updated_at", "2020-11-21 14:18:38.786041"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:18:38.787317"], ["updated_at", "2020-11-21 14:18:38.787317"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 10], ["created_at", "2020-11-21 14:18:38.789395"], ["updated_at", "2020-11-21 14:18:38.789395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-21 14:18:38.791397"], ["updated_at", "2020-11-21 14:18:38.791397"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 9], ["created_at", "2020-11-21 14:18:38.793263"], ["updated_at", "2020-11-21 14:18:38.793263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 7], ["created_at", "2020-11-21 14:18:38.795078"], ["updated_at", "2020-11-21 14:18:38.795078"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-21 14:18:38.796938"], ["updated_at", "2020-11-21 14:18:38.796938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-21 14:18:38.798355"], ["updated_at", "2020-11-21 14:18:38.798355"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-21 14:18:38.799706"], ["updated_at", "2020-11-21 14:18:38.799706"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-21 14:18:38.800976"], ["updated_at", "2020-11-21 14:18:38.800976"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-21 14:18:38.802300"], ["updated_at", "2020-11-21 14:18:38.802300"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 14:18:38.803628"], ["updated_at", "2020-11-21 14:18:38.803628"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:38.804481"], ["updated_at", "2020-11-21 14:18:38.804481"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:38.805358"], ["updated_at", "2020-11-21 14:18:38.805358"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:38.806181"], ["updated_at", "2020-11-21 14:18:38.806181"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:38.806923"], ["updated_at", "2020-11-21 14:18:38.806923"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:38.807625"], ["updated_at", "2020-11-21 14:18:38.807625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:18:38.809229"], ["updated_at", "2020-11-21 14:18:38.809229"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:18:38.810496"], ["updated_at", "2020-11-21 14:18:38.810496"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:18:38.811732"], ["updated_at", "2020-11-21 14:18:38.811732"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:18:38.813008"], ["updated_at", "2020-11-21 14:18:38.813008"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:18:38.814178"], ["updated_at", "2020-11-21 14:18:38.814178"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "823 Kilback Rest, Andersonmouth, HI 58833-4128"], ["city", "Kshlerinview"], ["country", "Papua New Guinea"], ["description", "Vel incidunt illum. Sit sequi beatae. Quod inventore dignissimos."], ["email", "bula@example.org"], ["first_name", "Jewel"], ["firstname", "Sam"], ["last_name", "Pagac"], ["lastname", "Schumm"], ["lat", "80.53290964979894"], ["latitute", "-55.78295868683867"], ["lng", "-38.77918616228436"], ["locale", "WF"], ["longitude", "-105.15965715344944"], ["middlename", "O'Connell"], ["middle_name", "Lesch"], ["password", "KuDtY0o2H6x"], ["phone", "1-635-250-4791"], ["phone_number", "(325) 464-1508 x0157"], ["reference", "9c836ea7-d634-4805-87d0-6015f336e1fe"], ["title", "Odit est eos dolorem libero sit."], ["user_name", "bess.hackett"], ["username", "verdell_predovic"], ["uuid", "b6b9dff2-ea99-4e8b-87bb-1294501547a1"], ["created_at", "2020-11-21 14:18:38.838412"], ["updated_at", "2020-11-21 14:18:38.838412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 678 41358 Greenholt Junction, Schinnerside, SD 03955"], ["city", "Kundeberg"], ["country", "Jamaica"], ["description", "Qui repellendus aspernatur. Dolorem id sequi. Nemo doloribus sed. Sapiente nulla unde. Quod ut omnis."], ["email", "jess@example.net"], ["first_name", "Horacio"], ["firstname", "Lakeesha"], ["last_name", "Larkin"], ["lastname", "Emard"], ["lat", "-25.666595713226343"], ["latitute", "77.65295783224539"], ["lng", "154.67392135711765"], ["locale", "TH"], ["longitude", "142.4872279710172"], ["middlename", "Cassin"], ["middle_name", "Kub"], ["password", "PwJcTh4P"], ["phone", "279.371.9371 x4406"], ["phone_number", "290.216.5255 x5665"], ["reference", "984701fd-4960-4599-be14-4f3dca6dfb0a"], ["title", "Non eum dolor."], ["user_name", "malik.jast"], ["username", "lillia.cruickshank"], ["uuid", "58c66734-1f9f-428c-b704-afcd64724a1f"], ["created_at", "2020-11-21 14:18:38.863497"], ["updated_at", "2020-11-21 14:18:38.863497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "465 Olson Trafficway, Coreyton, DE 26565-1877"], ["city", "Purdymouth"], ["country", "Timor-Leste"], ["description", "Non et vel. Nihil voluptates explicabo. Est veritatis ut. Quo repudiandae consequatur."], ["email", "blake@example.io"], ["first_name", "Ozzie"], ["firstname", "Colby"], ["last_name", "Parker"], ["lastname", "Steuber"], ["lat", "11.055012911337556"], ["latitute", "-7.910211929531471"], ["lng", "33.42290042030044"], ["locale", "VU"], ["longitude", "-86.97945088871288"], ["middlename", "Reichel"], ["middle_name", "Haley"], ["password", "14LdXkYaA3uZw"], ["phone", "(295) 504-3044"], ["phone_number", "803-305-6664 x9105"], ["reference", "b50ccdf4-dd8f-4850-a896-e0f49db5a969"], ["title", "Vero laboriosam facilis consequatur asperiores soluta."], ["user_name", "cyrstal_steuber"], ["username", "joella.smitham"], ["uuid", "574a82b6-7f74-4ba9-9a1c-06121ff74db5"], ["created_at", "2020-11-21 14:18:38.888259"], ["updated_at", "2020-11-21 14:18:38.888259"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "98527 Velma Crescent, South Duane, WV 36029"], ["city", "South Arlieberg"], ["country", "Saint Helena"], ["description", "Maxime voluptatem amet. Quo officia magni. Amet eveniet cupiditate."], ["email", "frank@example.co"], ["first_name", "Delbert"], ["firstname", "Erica"], ["last_name", "Koch"], ["lastname", "Stamm"], ["lat", "-78.39161930374631"], ["latitute", "36.79367205380471"], ["lng", "141.68836241716951"], ["locale", "LY"], ["longitude", "-106.13118789148609"], ["middlename", "Emmerich"], ["middle_name", "Murphy"], ["password", "FrUkMgR1hMp"], ["phone", "273-611-1479 x571"], ["phone_number", "873.772.4458 x277"], ["reference", "63b6af2c-5c7d-4abc-b581-722d421e1bab"], ["title", "Doloremque autem reprehenderit quia rerum provident."], ["user_name", "johnie"], ["username", "alverta"], ["uuid", "8df7a071-1eb6-4a80-9d83-98b27317c934"], ["created_at", "2020-11-21 14:18:38.913461"], ["updated_at", "2020-11-21 14:18:38.913461"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 974 284 Bechtelar Crest, East Everette, OR 28775"], ["city", "Lake Felipe"], ["country", "Palestinian Territory"], ["description", "Eum sed delectus. Non error ut. Unde omnis ea."], ["email", "marshall.haley@example.io"], ["first_name", "Hilario"], ["firstname", "Aaron"], ["last_name", "Hackett"], ["lastname", "Hahn"], ["lat", "49.3452965432262"], ["latitute", "3.2224635380960365"], ["lng", "130.33534513585505"], ["locale", "JM"], ["longitude", "127.24093016952395"], ["middlename", "Will"], ["middle_name", "Ward"], ["password", "O08vFvI2kEiU"], ["phone", "488-993-8538 x7745"], ["phone_number", "(181) 432-9748 x9130"], ["reference", "225b5ce6-dde5-4b26-9b63-fabd7cf99140"], ["title", "Possimus non deleniti odio."], ["user_name", "trinh"], ["username", "audra_corwin"], ["uuid", "512d867f-5bb3-4229-91fa-2b6aa9be19bb"], ["created_at", "2020-11-21 14:18:38.950459"], ["updated_at", "2020-11-21 14:18:38.950459"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:18:38.952762"], ["updated_at", "2020-11-21 14:18:38.952762"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:18:38.954156"], ["updated_at", "2020-11-21 14:18:38.954156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:18:38.955729"], ["updated_at", "2020-11-21 14:18:38.955729"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:18:38.957352"], ["updated_at", "2020-11-21 14:18:38.957352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:18:38.958706"], ["updated_at", "2020-11-21 14:18:38.958706"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:38.971795"], ["updated_at", "2020-11-21 14:18:38.971795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:38.972829"], ["updated_at", "2020-11-21 14:18:38.972829"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:38.973604"], ["updated_at", "2020-11-21 14:18:38.973604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:38.974303"], ["updated_at", "2020-11-21 14:18:38.974303"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:38.975025"], ["updated_at", "2020-11-21 14:18:38.975025"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:18:38.975759"], ["updated_at", "2020-11-21 14:18:38.975759"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:18:38.976497"], ["updated_at", "2020-11-21 14:18:38.976497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:18:38.977193"], ["updated_at", "2020-11-21 14:18:38.977193"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:18:38.977881"], ["updated_at", "2020-11-21 14:18:38.977881"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:18:38.978619"], ["updated_at", "2020-11-21 14:18:38.978619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 30], ["decimal", 10.4891549721593], ["string", "Natus expedita quis aut nostrum."], ["date", "2020-11-28"], ["time", "2000-01-01 05:04:26.113637"], ["datetime", "2020-10-27 22:14:20.756089"], ["created_at", "2020-11-21 14:18:38.981090"], ["updated_at", "2020-11-21 14:18:38.981090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 22], ["decimal", 12.4495968689671], ["string", "Dolores ea quia."], ["date", "2020-12-11"], ["time", "2000-01-01 22:46:19.495112"], ["datetime", "2020-11-08 20:30:52.217563"], ["created_at", "2020-11-21 14:18:38.983667"], ["updated_at", "2020-11-21 14:18:38.983667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 4.76564523656574], ["string", "Explicabo sunt consequatur voluptatem."], ["date", "2020-12-03"], ["time", "2000-01-01 21:01:54.375796"], ["datetime", "2020-12-29 23:06:17.436216"], ["created_at", "2020-11-21 14:18:38.986150"], ["updated_at", "2020-11-21 14:18:38.986150"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 21], ["decimal", 19.7726969045573], ["string", "Tenetur molestias consequatur."], ["date", "2020-12-08"], ["time", "2000-01-01 04:40:41.125041"], ["datetime", "2020-11-21 02:18:18.236577"], ["created_at", "2020-11-21 14:18:38.988687"], ["updated_at", "2020-11-21 14:18:38.988687"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 38], ["decimal", 0.827930947293936], ["string", "Dolor aut culpa."], ["date", "2020-10-17"], ["time", "2000-01-01 11:24:37.574612"], ["datetime", "2020-12-03 08:20:11.748300"], ["created_at", "2020-11-21 14:18:38.991509"], ["updated_at", "2020-11-21 14:18:38.991509"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 2.63179432529836], ["string", "Tempore dolore cum."], ["created_at", "2020-11-21 14:18:38.994111"], ["updated_at", "2020-11-21 14:18:38.994111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["decimal", 9.41488318195876], ["string", "Impedit non occaecati minus incidunt perspiciatis."], ["created_at", "2020-11-21 14:18:38.996407"], ["updated_at", "2020-11-21 14:18:38.996407"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 2.05690256843183], ["string", "Earum corporis in similique harum dignissimos."], ["created_at", "2020-11-21 14:18:38.998498"], ["updated_at", "2020-11-21 14:18:38.998498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 25.4139760888631], ["string", "Magnam dignissimos odio eveniet ipsam."], ["created_at", "2020-11-21 14:18:39.000535"], ["updated_at", "2020-11-21 14:18:39.000535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 7.51071773696907], ["string", "Qui ea laudantium ex."], ["created_at", "2020-11-21 14:18:39.002553"], ["updated_at", "2020-11-21 14:18:39.002553"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:18:39.003986"], ["updated_at", "2020-11-21 14:18:39.003986"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-21 14:18:39.005336"], ["updated_at", "2020-11-21 14:18:39.005336"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:18:39.006748"], ["updated_at", "2020-11-21 14:18:39.006748"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:18:39.008102"], ["updated_at", "2020-11-21 14:18:39.008102"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-21 14:18:39.009364"], ["updated_at", "2020-11-21 14:18:39.009364"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 15], ["created_at", "2020-11-21 14:18:39.011070"], ["updated_at", "2020-11-21 14:18:39.011070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 13], ["created_at", "2020-11-21 14:18:39.012898"], ["updated_at", "2020-11-21 14:18:39.012898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 8], ["created_at", "2020-11-21 14:18:39.014635"], ["updated_at", "2020-11-21 14:18:39.014635"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 6], ["created_at", "2020-11-21 14:18:39.016415"], ["updated_at", "2020-11-21 14:18:39.016415"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 2], ["created_at", "2020-11-21 14:18:39.018170"], ["updated_at", "2020-11-21 14:18:39.018170"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:18:39.019547"], ["updated_at", "2020-11-21 14:18:39.019547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-21 14:18:39.020831"], ["updated_at", "2020-11-21 14:18:39.020831"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:18:39.022213"], ["updated_at", "2020-11-21 14:18:39.022213"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 14:18:39.023642"], ["updated_at", "2020-11-21 14:18:39.023642"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 11], ["created_at", "2020-11-21 14:18:39.024906"], ["updated_at", "2020-11-21 14:18:39.024906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.025684"], ["updated_at", "2020-11-21 14:18:39.025684"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.026343"], ["updated_at", "2020-11-21 14:18:39.026343"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.026980"], ["updated_at", "2020-11-21 14:18:39.026980"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.027608"], ["updated_at", "2020-11-21 14:18:39.027608"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.028241"], ["updated_at", "2020-11-21 14:18:39.028241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:18:39.029596"], ["updated_at", "2020-11-21 14:18:39.029596"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:18:39.030774"], ["updated_at", "2020-11-21 14:18:39.030774"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:18:39.031844"], ["updated_at", "2020-11-21 14:18:39.031844"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:18:39.032902"], ["updated_at", "2020-11-21 14:18:39.032902"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:18:39.033936"], ["updated_at", "2020-11-21 14:18:39.033936"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "89672 Britt Summit, Cormierfurt, FL 69654"], ["city", "North Lareeburgh"], ["country", "Netherlands"], ["description", "Aspernatur cum amet. Illo necessitatibus corrupti."], ["email", "wendell_raynor@example.com"], ["first_name", "Doretha"], ["firstname", "Tracey"], ["last_name", "Larson"], ["lastname", "Rippin"], ["lat", "-47.132906596560865"], ["latitute", "60.20305478579655"], ["lng", "-51.891118282023996"], ["locale", "LV"], ["longitude", "107.9741629615583"], ["middlename", "Denesik"], ["middle_name", "Jones"], ["password", "H3hVzEzYpJu1"], ["phone", "(758) 672-3542"], ["phone_number", "1-498-031-4172"], ["reference", "93a26051-18d0-4966-b790-3dfd05e92f05"], ["title", "Veniam saepe non cum."], ["user_name", "trinidad_stanton"], ["username", "keith_doyle"], ["uuid", "1e15fc3d-8c1c-457b-942e-e08a32c3e19e"], ["created_at", "2020-11-21 14:18:39.059845"], ["updated_at", "2020-11-21 14:18:39.059845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "13978 Ariel Crossroad, Linwoodchester, WV 70693-3701"], ["city", "Weissnatland"], ["country", "Palau"], ["description", "Provident magni fuga. Porro qui dolorem. Soluta esse est. Recusandae et provident."], ["email", "dennis@example.com"], ["first_name", "Alleen"], ["firstname", "Lanita"], ["last_name", "Kulas"], ["lastname", "Breitenberg"], ["lat", "61.73667566968007"], ["latitute", "69.9068543914043"], ["lng", "84.624937212046"], ["locale", "SV"], ["longitude", "147.77426623890545"], ["middlename", "Conroy"], ["middle_name", "Grant"], ["password", "QpDn9Op1V4mL84"], ["phone", "1-136-770-1710 x8044"], ["phone_number", "1-269-324-9471 x93333"], ["reference", "39e8a992-0cfc-4abd-8daf-382f83adbef4"], ["title", "Aut placeat optio ut libero totam."], ["user_name", "albertha.ledner"], ["username", "liz.waters"], ["uuid", "28c97ec7-b3d4-49e0-8e76-a969e835d503"], ["created_at", "2020-11-21 14:18:39.086255"], ["updated_at", "2020-11-21 14:18:39.086255"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4587 Tremblay Walk, Jameyland, CT 69835"], ["city", "South Arlinda"], ["country", "Hong Kong"], ["description", "Qui tenetur et. Et voluptatem voluptas. Velit qui at. Aut quis officiis. Numquam modi ut."], ["email", "ali_ziemann@example.biz"], ["first_name", "Adriana"], ["firstname", "Frances"], ["last_name", "Ferry"], ["lastname", "Reichert"], ["lat", "-73.89347945537676"], ["latitute", "50.46376784144803"], ["lng", "174.48825815368872"], ["locale", "MR"], ["longitude", "-103.52634977422427"], ["middlename", "Stamm"], ["middle_name", "Veum"], ["password", "Pb83RgB05hRl"], ["phone", "(883) 038-5187"], ["phone_number", "1-166-431-5994"], ["reference", "bc85467c-1b62-42dc-a194-582dfbfa2631"], ["title", "Voluptatem ducimus exercitationem expedita."], ["user_name", "barton.wolff"], ["username", "chandra"], ["uuid", "d7afc612-d4dc-4450-943e-ed855c09891e"], ["created_at", "2020-11-21 14:18:39.113362"], ["updated_at", "2020-11-21 14:18:39.113362"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "55284 Scottie Grove, Marquitashire, VT 14031"], ["city", "Daneburgh"], ["country", "Japan"], ["description", "Sit dolores deserunt. Ea pariatur eos. Sequi minus ea. Vel minus veniam. Dignissimos totam cupiditate."], ["email", "ma@example.net"], ["first_name", "Kermit"], ["firstname", "Gudrun"], ["last_name", "Jerde"], ["lastname", "Ebert"], ["lat", "-76.40936665107999"], ["latitute", "20.1568662640764"], ["lng", "-146.64615282607144"], ["locale", "MV"], ["longitude", "-163.9133214607248"], ["middlename", "Davis"], ["middle_name", "Osinski"], ["password", "Dw3B7zTqRkYf"], ["phone", "220.500.6556"], ["phone_number", "1-175-889-2130"], ["reference", "2c80b925-63ed-4899-9ddd-d4b947e46d27"], ["title", "Quo incidunt natus consequatur asperiores."], ["user_name", "joseph.witting"], ["username", "adella.metz"], ["uuid", "4f06712e-00a6-4115-bc5d-775135400942"], ["created_at", "2020-11-21 14:18:39.148906"], ["updated_at", "2020-11-21 14:18:39.148906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "196 Blanda Coves, West Shanti, TN 21622"], ["city", "Othaville"], ["country", "Central African Republic"], ["description", "Pariatur non eos. Cupiditate expedita eveniet."], ["email", "stacee_dubuque@example.net"], ["first_name", "Desmond"], ["firstname", "Loreen"], ["last_name", "Kris"], ["lastname", "Bergnaum"], ["lat", "52.171838123182766"], ["latitute", "86.73941919486387"], ["lng", "-24.309310935923065"], ["locale", "UZ"], ["longitude", "-65.18195943080823"], ["middlename", "Kertzmann"], ["middle_name", "Douglas"], ["password", "T7yYnEoLwJ"], ["phone", "184.785.9772 x65017"], ["phone_number", "285.171.5867 x0799"], ["reference", "22793c9f-4c5b-4aa3-9e9f-7415639e0c18"], ["title", "Sunt adipisci qui neque voluptates."], ["user_name", "curt"], ["username", "lloyd_sauer"], ["uuid", "cbef0cef-463e-4b6b-8d3f-1b05f2da8eae"], ["created_at", "2020-11-21 14:18:39.177062"], ["updated_at", "2020-11-21 14:18:39.177062"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:18:39.179014"], ["updated_at", "2020-11-21 14:18:39.179014"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-21 14:18:39.180168"], ["updated_at", "2020-11-21 14:18:39.180168"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:18:39.181249"], ["updated_at", "2020-11-21 14:18:39.181249"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:18:39.182323"], ["updated_at", "2020-11-21 14:18:39.182323"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:18:39.183391"], ["updated_at", "2020-11-21 14:18:39.183391"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.194313"], ["updated_at", "2020-11-21 14:18:39.194313"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.195070"], ["updated_at", "2020-11-21 14:18:39.195070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.195678"], ["updated_at", "2020-11-21 14:18:39.195678"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.196269"], ["updated_at", "2020-11-21 14:18:39.196269"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.196856"], ["updated_at", "2020-11-21 14:18:39.196856"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:18:39.197482"], ["updated_at", "2020-11-21 14:18:39.197482"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:18:39.198111"], ["updated_at", "2020-11-21 14:18:39.198111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:18:39.198717"], ["updated_at", "2020-11-21 14:18:39.198717"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:18:39.199339"], ["updated_at", "2020-11-21 14:18:39.199339"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:18:39.199952"], ["updated_at", "2020-11-21 14:18:39.199952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 9.55969528764567], ["string", "Non aspernatur nam iure ea."], ["date", "2020-10-14"], ["time", "2000-01-01 07:44:22.873294"], ["datetime", "2020-11-25 21:08:14.043274"], ["created_at", "2020-11-21 14:18:39.248943"], ["updated_at", "2020-11-21 14:18:39.248943"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 10.1795777479191], ["string", "Fugit quo harum dolor earum."], ["date", "2020-11-30"], ["time", "2000-01-01 23:16:46.900184"], ["datetime", "2020-10-10 17:31:51.247573"], ["created_at", "2020-11-21 14:18:39.252288"], ["updated_at", "2020-11-21 14:18:39.252288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 18.2554516959276], ["string", "Quo aut est."], ["date", "2020-12-02"], ["time", "2000-01-01 15:11:16.675845"], ["datetime", "2020-10-21 08:32:11.504385"], ["created_at", "2020-11-21 14:18:39.255221"], ["updated_at", "2020-11-21 14:18:39.255221"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 3.01540278845461], ["string", "Qui ut omnis voluptatibus."], ["date", "2020-10-17"], ["time", "2000-01-01 12:07:12.767584"], ["datetime", "2020-11-10 21:48:28.087586"], ["created_at", "2020-11-21 14:18:39.260643"], ["updated_at", "2020-11-21 14:18:39.260643"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 15.8065060836351], ["string", "A dolorem voluptatibus autem laudantium."], ["date", "2020-12-01"], ["time", "2000-01-01 23:02:23.932367"], ["datetime", "2020-11-28 18:37:53.962258"], ["created_at", "2020-11-21 14:18:39.265313"], ["updated_at", "2020-11-21 14:18:39.265313"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 17.727115319602], ["string", "Quo sit non laboriosam ex."], ["date", "2020-12-06"], ["time", "2000-01-01 19:00:07.579573"], ["datetime", "2020-12-11 02:35:22.630551"], ["created_at", "2020-11-21 14:18:39.268431"], ["updated_at", "2020-11-21 14:18:39.268431"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.271195"], ["updated_at", "2020-11-21 14:18:39.271195"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 33], ["decimal", 38.596834030827], ["string", "Dignissimos eos iusto a consequatur."], ["date", "2020-11-15"], ["time", "2000-01-01 19:31:53.610011"], ["datetime", "2020-12-03 13:09:36.034496"], ["created_at", "2020-11-21 14:18:39.304737"], ["updated_at", "2020-11-21 14:18:39.304737"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 26.2308022147999], ["string", "Reprehenderit aut est."], ["date", "2020-10-31"], ["time", "2000-01-01 04:00:09.254802"], ["datetime", "2020-11-08 14:52:46.140031"], ["created_at", "2020-11-21 14:18:39.308693"], ["updated_at", "2020-11-21 14:18:39.308693"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 0.820539168036052], ["string", "Et suscipit similique corrupti."], ["date", "2021-01-02"], ["time", "2000-01-01 07:57:22.311228"], ["datetime", "2020-12-29 22:40:33.207146"], ["created_at", "2020-11-21 14:18:39.312374"], ["updated_at", "2020-11-21 14:18:39.312374"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 22.0933915366073], ["string", "Qui odio voluptas."], ["date", "2020-12-27"], ["time", "2000-01-01 05:49:26.648524"], ["datetime", "2020-11-28 10:26:51.804840"], ["created_at", "2020-11-21 14:18:39.316688"], ["updated_at", "2020-11-21 14:18:39.316688"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 23], ["decimal", 1.58493355631149], ["string", "Et magnam error accusantium laborum dolores."], ["date", "2020-10-10"], ["time", "2000-01-01 17:49:25.741743"], ["datetime", "2020-12-28 10:44:07.208010"], ["created_at", "2020-11-21 14:18:39.320050"], ["updated_at", "2020-11-21 14:18:39.320050"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 18.466462014067], ["string", "Distinctio molestiae ab aperiam."], ["created_at", "2020-11-21 14:18:39.323051"], ["updated_at", "2020-11-21 14:18:39.323051"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 0.0130065179802624], ["string", "Vitae consectetur ut eos est dolores."], ["created_at", "2020-11-21 14:18:39.325832"], ["updated_at", "2020-11-21 14:18:39.325832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 6.98394324948146], ["string", "Quia soluta porro consequuntur magnam et."], ["created_at", "2020-11-21 14:18:39.328317"], ["updated_at", "2020-11-21 14:18:39.328317"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 30.2276386126676], ["string", "Recusandae harum temporibus."], ["created_at", "2020-11-21 14:18:39.330863"], ["updated_at", "2020-11-21 14:18:39.330863"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 7.15558570954687], ["string", "Exercitationem ipsam ipsa."], ["created_at", "2020-11-21 14:18:39.333205"], ["updated_at", "2020-11-21 14:18:39.333205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:18:39.334877"], ["updated_at", "2020-11-21 14:18:39.334877"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:18:39.336286"], ["updated_at", "2020-11-21 14:18:39.336286"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:18:39.337588"], ["updated_at", "2020-11-21 14:18:39.337588"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:18:39.339050"], ["updated_at", "2020-11-21 14:18:39.339050"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:18:39.340372"], ["updated_at", "2020-11-21 14:18:39.340372"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-21 14:18:39.342255"], ["updated_at", "2020-11-21 14:18:39.342255"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-21 14:18:39.344105"], ["updated_at", "2020-11-21 14:18:39.344105"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-21 14:18:39.345804"], ["updated_at", "2020-11-21 14:18:39.345804"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-21 14:18:39.347485"], ["updated_at", "2020-11-21 14:18:39.347485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-21 14:18:39.349118"], ["updated_at", "2020-11-21 14:18:39.349118"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 14:18:39.350453"], ["updated_at", "2020-11-21 14:18:39.350453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:18:39.351736"], ["updated_at", "2020-11-21 14:18:39.351736"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 14:18:39.353016"], ["updated_at", "2020-11-21 14:18:39.353016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 14:18:39.354295"], ["updated_at", "2020-11-21 14:18:39.354295"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:18:39.355846"], ["updated_at", "2020-11-21 14:18:39.355846"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.356687"], ["updated_at", "2020-11-21 14:18:39.356687"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.357418"], ["updated_at", "2020-11-21 14:18:39.357418"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.358099"], ["updated_at", "2020-11-21 14:18:39.358099"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.358750"], ["updated_at", "2020-11-21 14:18:39.358750"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.359419"], ["updated_at", "2020-11-21 14:18:39.359419"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.360761"], ["updated_at", "2020-11-21 14:18:39.360761"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.361973"], ["updated_at", "2020-11-21 14:18:39.361973"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.363165"], ["updated_at", "2020-11-21 14:18:39.363165"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.364314"], ["updated_at", "2020-11-21 14:18:39.364314"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.365433"], ["updated_at", "2020-11-21 14:18:39.365433"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "20803 McCullough Way, Rempelfort, NV 76905"], ["city", "South Ammiehaven"], ["country", "Democratic People's Republic of Korea"], ["description", "Nihil et aspernatur. Quia sit veritatis."], ["email", "roland.parisian@example.name"], ["first_name", "Tyrell"], ["firstname", "Tereasa"], ["last_name", "O'Keefe"], ["lastname", "Tillman"], ["lat", "-34.84980406101877"], ["latitute", "-59.824276330457494"], ["lng", "-122.2400844287228"], ["locale", "PT"], ["longitude", "57.190543599991145"], ["middlename", "Wuckert"], ["middle_name", "Ritchie"], ["password", "NdHwXjYyS41oMsT9"], ["phone", "(802) 126-3185 x9285"], ["phone_number", "219.620.7091 x73066"], ["reference", "4099ea9c-4796-45b9-b01a-51c65f16d8a5"], ["title", "A eius nam est."], ["user_name", "sheree"], ["username", "halina_reichel"], ["uuid", "41ad94d6-8463-4e00-b4c1-c2d56dc0381c"], ["created_at", "2020-11-21 14:18:39.389060"], ["updated_at", "2020-11-21 14:18:39.389060"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "676 Ola Cliff, South Emile, TX 10414-6745"], ["city", "Lubowitzstad"], ["country", "Cocos (Keeling) Islands"], ["description", "Dolor quo accusantium. Quia iste est. Voluptas odit autem."], ["email", "darrick_robel@example.co"], ["first_name", "Chieko"], ["firstname", "Trinity"], ["last_name", "Schroeder"], ["lastname", "Haag"], ["lat", "58.92635839405614"], ["latitute", "53.783714228246566"], ["lng", "-27.76872465059722"], ["locale", "AR"], ["longitude", "91.57032595874631"], ["middlename", "Brown"], ["middle_name", "Cummings"], ["password", "ZcN95fTtFsZ"], ["phone", "(310) 367-1738 x21760"], ["phone_number", "1-912-714-0338"], ["reference", "245fb65f-f7b2-4c58-b9d3-d0e3f362911f"], ["title", "Est perspiciatis quia tempora cupiditate."], ["user_name", "kerri"], ["username", "gale.friesen"], ["uuid", "1dfae632-f72a-4699-84af-b80f5f94bd45"], ["created_at", "2020-11-21 14:18:39.426965"], ["updated_at", "2020-11-21 14:18:39.426965"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "94718 Lou Square, Lake Marjoryberg, AZ 30106"], ["city", "South Maryjofort"], ["country", "Turkmenistan"], ["description", "Rerum non consequuntur. Voluptas et laboriosam. Eos est eveniet. Labore sint quidem. Laudantium nam quod."], ["email", "hannah@example.io"], ["first_name", "Wilfred"], ["firstname", "Avery"], ["last_name", "Rippin"], ["lastname", "Hackett"], ["lat", "26.324702158781534"], ["latitute", "-87.97981034088882"], ["lng", "-134.56138215362188"], ["locale", "BH"], ["longitude", "32.42323677967633"], ["middlename", "Trantow"], ["middle_name", "Hoeger"], ["password", "RoKs5G47"], ["phone", "(853) 558-8122 x24340"], ["phone_number", "1-220-281-9063 x30100"], ["reference", "ba5f262e-9bd9-4183-b273-df5eb3aed7c4"], ["title", "Saepe qui fugiat."], ["user_name", "stephanie"], ["username", "freeman.kertzmann"], ["uuid", "0cee0bd5-ddb4-430f-9d81-301a22fb13f4"], ["created_at", "2020-11-21 14:18:39.452128"], ["updated_at", "2020-11-21 14:18:39.452128"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 360 77232 Satterfield Inlet, West Phillip, FL 93394-9098"], ["city", "North Joshua"], ["country", "Anguilla"], ["description", "Quod in et. Sunt laudantium natus. Ut sed aliquid."], ["email", "britt@example.org"], ["first_name", "Tanna"], ["firstname", "Timmy"], ["last_name", "Morissette"], ["lastname", "Hoeger"], ["lat", "16.74137714586348"], ["latitute", "-37.95355097245116"], ["lng", "-62.23514172741616"], ["locale", "HM"], ["longitude", "152.33556127044432"], ["middlename", "Pollich"], ["middle_name", "Ziemann"], ["password", "6SxXnSt8TfZ8n6L"], ["phone", "(477) 916-9453"], ["phone_number", "1-325-419-0874 x728"], ["reference", "877e8996-dc2f-4e94-ad22-c86aac6cc332"], ["title", "Aut quidem totam maiores."], ["user_name", "inge"], ["username", "rupert"], ["uuid", "62b60174-1288-4d82-a08a-f720898b88ee"], ["created_at", "2020-11-21 14:18:39.476724"], ["updated_at", "2020-11-21 14:18:39.476724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1721 Ashli Branch, McCulloughfurt, VT 53044"], ["city", "Port Garfield"], ["country", "Namibia"], ["description", "Velit quas autem. Qui sit ab."], ["email", "hester.hauck@example.co"], ["first_name", "Carie"], ["firstname", "Alphonso"], ["last_name", "Little"], ["lastname", "Powlowski"], ["lat", "52.311428165524234"], ["latitute", "-89.30555726434847"], ["lng", "-11.623400976816129"], ["locale", "BS"], ["longitude", "-61.212279188716366"], ["middlename", "Waelchi"], ["middle_name", "D'Amore"], ["password", "P2zBuE8wN2vG3w4M"], ["phone", "1-759-249-4515 x016"], ["phone_number", "755.202.2371 x84955"], ["reference", "523fbde2-e7f4-4107-9d5c-c76b7c63666b"], ["title", "Necessitatibus qui aut."], ["user_name", "denisse"], ["username", "donnell"], ["uuid", "6a9984b3-2eb8-44ac-849d-f14d405b2021"], ["created_at", "2020-11-21 14:18:39.500975"], ["updated_at", "2020-11-21 14:18:39.500975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:18:39.502860"], ["updated_at", "2020-11-21 14:18:39.502860"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:18:39.504160"], ["updated_at", "2020-11-21 14:18:39.504160"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:18:39.505488"], ["updated_at", "2020-11-21 14:18:39.505488"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:18:39.506638"], ["updated_at", "2020-11-21 14:18:39.506638"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:18:39.507795"], ["updated_at", "2020-11-21 14:18:39.507795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.518586"], ["updated_at", "2020-11-21 14:18:39.518586"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.519360"], ["updated_at", "2020-11-21 14:18:39.519360"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.519998"], ["updated_at", "2020-11-21 14:18:39.519998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.520619"], ["updated_at", "2020-11-21 14:18:39.520619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.521234"], ["updated_at", "2020-11-21 14:18:39.521234"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:18:39.521929"], ["updated_at", "2020-11-21 14:18:39.521929"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:18:39.522619"], ["updated_at", "2020-11-21 14:18:39.522619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:18:39.523269"], ["updated_at", "2020-11-21 14:18:39.523269"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:18:39.523898"], ["updated_at", "2020-11-21 14:18:39.523898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:18:39.524528"], ["updated_at", "2020-11-21 14:18:39.524528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 23.8678729855036], ["string", "A voluptate et magnam."], ["date", "2020-12-26"], ["time", "2000-01-01 09:12:55.837552"], ["datetime", "2020-12-24 19:30:11.520888"], ["created_at", "2020-11-21 14:18:39.526653"], ["updated_at", "2020-11-21 14:18:39.526653"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 0.321333596953196], ["string", "Minus veritatis cumque."], ["date", "2020-12-03"], ["time", "2000-01-01 16:43:27.629870"], ["datetime", "2020-12-09 02:37:20.353448"], ["created_at", "2020-11-21 14:18:39.528951"], ["updated_at", "2020-11-21 14:18:39.528951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 22.1319194292135], ["string", "Provident repudiandae id dolor."], ["date", "2020-11-29"], ["time", "2000-01-01 21:43:11.055986"], ["datetime", "2020-12-27 18:55:53.010383"], ["created_at", "2020-11-21 14:18:39.531171"], ["updated_at", "2020-11-21 14:18:39.531171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 32], ["decimal", 22.0986052482502], ["string", "Autem itaque iusto."], ["date", "2020-10-15"], ["time", "2000-01-01 18:47:07.975911"], ["datetime", "2020-12-04 09:16:05.189313"], ["created_at", "2020-11-21 14:18:39.533376"], ["updated_at", "2020-11-21 14:18:39.533376"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 15.5227011122035], ["string", "Eos illo aut."], ["date", "2020-12-01"], ["time", "2000-01-01 15:46:15.165145"], ["datetime", "2020-11-21 02:31:41.196466"], ["created_at", "2020-11-21 14:18:39.535609"], ["updated_at", "2020-11-21 14:18:39.535609"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 38.0136960430199], ["string", "Ex doloremque inventore consequatur aut commodi."], ["created_at", "2020-11-21 14:18:39.537701"], ["updated_at", "2020-11-21 14:18:39.537701"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 14.7511635266526], ["string", "Nihil velit asperiores voluptas."], ["created_at", "2020-11-21 14:18:39.539665"], ["updated_at", "2020-11-21 14:18:39.539665"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 6.38647423478211], ["string", "Ut reprehenderit tempora maxime sint qui."], ["created_at", "2020-11-21 14:18:39.541538"], ["updated_at", "2020-11-21 14:18:39.541538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1021], ["decimal", 31.9036120485342], ["string", "Quis ex iusto atque."], ["created_at", "2020-11-21 14:18:39.543393"], ["updated_at", "2020-11-21 14:18:39.543393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 17.6964574027062], ["string", "Sint consectetur accusamus atque et suscipit."], ["created_at", "2020-11-21 14:18:39.545285"], ["updated_at", "2020-11-21 14:18:39.545285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:18:39.546671"], ["updated_at", "2020-11-21 14:18:39.546671"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:18:39.547888"], ["updated_at", "2020-11-21 14:18:39.547888"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:18:39.549001"], ["updated_at", "2020-11-21 14:18:39.549001"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:18:39.550108"], ["updated_at", "2020-11-21 14:18:39.550108"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:18:39.551219"], ["updated_at", "2020-11-21 14:18:39.551219"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 9], ["created_at", "2020-11-21 14:18:39.552807"], ["updated_at", "2020-11-21 14:18:39.552807"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 5], ["created_at", "2020-11-21 14:18:39.554375"], ["updated_at", "2020-11-21 14:18:39.554375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-21 14:18:39.556019"], ["updated_at", "2020-11-21 14:18:39.556019"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 4], ["created_at", "2020-11-21 14:18:39.557704"], ["updated_at", "2020-11-21 14:18:39.557704"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 10], ["created_at", "2020-11-21 14:18:39.559392"], ["updated_at", "2020-11-21 14:18:39.559392"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:18:39.560670"], ["updated_at", "2020-11-21 14:18:39.560670"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 14:18:39.561864"], ["updated_at", "2020-11-21 14:18:39.561864"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-21 14:18:39.563021"], ["updated_at", "2020-11-21 14:18:39.563021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 14:18:39.564179"], ["updated_at", "2020-11-21 14:18:39.564179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 14:18:39.565296"], ["updated_at", "2020-11-21 14:18:39.565296"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.565987"], ["updated_at", "2020-11-21 14:18:39.565987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.566612"], ["updated_at", "2020-11-21 14:18:39.566612"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.567228"], ["updated_at", "2020-11-21 14:18:39.567228"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.567829"], ["updated_at", "2020-11-21 14:18:39.567829"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.568431"], ["updated_at", "2020-11-21 14:18:39.568431"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:18:39.569542"], ["updated_at", "2020-11-21 14:18:39.569542"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:18:39.570631"], ["updated_at", "2020-11-21 14:18:39.570631"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:18:39.571805"], ["updated_at", "2020-11-21 14:18:39.571805"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:18:39.572909"], ["updated_at", "2020-11-21 14:18:39.572909"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:18:39.573982"], ["updated_at", "2020-11-21 14:18:39.573982"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "19639 Herschel Hills, North Serita, MA 17343-9827"], ["city", "Port Darin"], ["country", "Benin"], ["description", "Adipisci voluptatem tenetur. Necessitatibus neque et. Asperiores qui eos. Quia nisi aut. Ab odit enim."], ["email", "tianna_rempel@example.name"], ["first_name", "Yang"], ["firstname", "Nohemi"], ["last_name", "Lowe"], ["lastname", "Muller"], ["lat", "-53.05678888375784"], ["latitute", "-88.38078098501258"], ["lng", "-152.29439274294344"], ["locale", "PS"], ["longitude", "-121.88739876467527"], ["middlename", "Romaguera"], ["middle_name", "Rippin"], ["password", "IoWmLxDl"], ["phone", "126-751-8670 x8378"], ["phone_number", "884-144-2873 x43524"], ["reference", "1097bed1-8dd5-411c-b9ad-558d18f145b0"], ["title", "Eos molestias eligendi vel."], ["user_name", "douglass.veum"], ["username", "anh_howe"], ["uuid", "cf7c0fea-28cc-4154-995f-cce03088398c"], ["created_at", "2020-11-21 14:18:39.610024"], ["updated_at", "2020-11-21 14:18:39.610024"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 973 194 Will Circle, Thompsonside, AK 48648"], ["city", "North Valariebury"], ["country", "Argentina"], ["description", "Dolore in odio. Aut quis dolor."], ["email", "darnell@example.biz"], ["first_name", "Karl"], ["firstname", "Rachell"], ["last_name", "Nicolas"], ["lastname", "Schuster"], ["lat", "-82.40157222459194"], ["latitute", "27.287321336519923"], ["lng", "-174.46970257488394"], ["locale", "PK"], ["longitude", "78.04757172421222"], ["middlename", "Littel"], ["middle_name", "Kassulke"], ["password", "XmI2rIlJ4qR2hGp"], ["phone", "208.715.0914 x177"], ["phone_number", "1-636-636-9394 x26240"], ["reference", "89d5a45c-6ac1-4dbf-9a3c-326341e2d28e"], ["title", "Cumque sint iusto."], ["user_name", "velvet.hodkiewicz"], ["username", "mary_reilly"], ["uuid", "a85dcab6-0ad8-43ac-9f12-069c7982a193"], ["created_at", "2020-11-21 14:18:39.634862"], ["updated_at", "2020-11-21 14:18:39.634862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "19819 Champlin Trail, Lake Amy, NM 70043"], ["city", "Treenaside"], ["country", "Belarus"], ["description", "Amet praesentium rerum. Inventore et excepturi. Deserunt et omnis. Praesentium officia vitae. Molestiae labore minus."], ["email", "dane@example.com"], ["first_name", "Jaimie"], ["firstname", "Ivette"], ["last_name", "Paucek"], ["lastname", "Koelpin"], ["lat", "89.84603559118142"], ["latitute", "55.9149830805884"], ["lng", "109.09034938612183"], ["locale", "CY"], ["longitude", "-17.710196969239632"], ["middlename", "Fritsch"], ["middle_name", "Denesik"], ["password", "Aw3KsN6bIb0Ea"], ["phone", "364-648-8325"], ["phone_number", "686.332.9325 x386"], ["reference", "53a5f8c6-ac7f-4972-8d77-f9f2f4021e26"], ["title", "In aut unde accusamus."], ["user_name", "annemarie_schmidt"], ["username", "jarvis.jacobson"], ["uuid", "2de7406d-9b63-4790-96b3-7ca55b773b31"], ["created_at", "2020-11-21 14:18:39.659631"], ["updated_at", "2020-11-21 14:18:39.659631"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "59972 Ellis Avenue, Port Busterbury, NH 17534"], ["city", "East Taylorchester"], ["country", "Slovenia"], ["description", "Dicta numquam maxime. Eius id quis. Harum eum mollitia. Voluptates atque voluptatem."], ["email", "wilmer_cormier@example.net"], ["first_name", "Ivana"], ["firstname", "Korey"], ["last_name", "Tremblay"], ["lastname", "Smitham"], ["lat", "38.16197487300968"], ["latitute", "83.18534209038455"], ["lng", "-170.25819444189867"], ["locale", "MZ"], ["longitude", "12.914339871616562"], ["middlename", "Blick"], ["middle_name", "Jast"], ["password", "2E3nAi3Y"], ["phone", "381-500-2180 x2107"], ["phone_number", "(371) 200-7274 x322"], ["reference", "7a4ce9ad-4226-452d-bf7e-a51523553ee7"], ["title", "Laboriosam et rerum earum nobis adipisci."], ["user_name", "chris"], ["username", "phil"], ["uuid", "9abdd42c-8630-4e05-b233-b694629941cf"], ["created_at", "2020-11-21 14:18:39.684689"], ["updated_at", "2020-11-21 14:18:39.684689"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "165 Vonnie Summit, South Gussie, IA 25811-9310"], ["city", "Lake Williams"], ["country", "Afghanistan"], ["description", "Tenetur quo et. Commodi quidem beatae. Et quis illo."], ["email", "marcos_fisher@example.org"], ["first_name", "Aleisha"], ["firstname", "Hector"], ["last_name", "Koss"], ["lastname", "Heathcote"], ["lat", "44.51589634185109"], ["latitute", "88.46829976761862"], ["lng", "162.13047579214896"], ["locale", "GE"], ["longitude", "28.79074723660662"], ["middlename", "Greenholt"], ["middle_name", "Abbott"], ["password", "XcPdExFn8Z7a"], ["phone", "530.175.4126"], ["phone_number", "306.381.5348 x1525"], ["reference", "d1f1f611-aa3f-45c6-b81a-76745db14788"], ["title", "Ratione autem omnis exercitationem harum veritatis."], ["user_name", "tammy.schumm"], ["username", "lavonia"], ["uuid", "06f168b0-b058-4632-b265-8fbbff5df7bc"], ["created_at", "2020-11-21 14:18:39.709251"], ["updated_at", "2020-11-21 14:18:39.709251"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:18:39.711255"], ["updated_at", "2020-11-21 14:18:39.711255"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-21 14:18:39.712507"], ["updated_at", "2020-11-21 14:18:39.712507"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:18:39.713658"], ["updated_at", "2020-11-21 14:18:39.713658"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:18:39.714812"], ["updated_at", "2020-11-21 14:18:39.714812"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-21 14:18:39.715982"], ["updated_at", "2020-11-21 14:18:39.715982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.727426"], ["updated_at", "2020-11-21 14:18:39.727426"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.728197"], ["updated_at", "2020-11-21 14:18:39.728197"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.728844"], ["updated_at", "2020-11-21 14:18:39.728844"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.729477"], ["updated_at", "2020-11-21 14:18:39.729477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.730110"], ["updated_at", "2020-11-21 14:18:39.730110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:18:39.730777"], ["updated_at", "2020-11-21 14:18:39.730777"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:18:39.731465"], ["updated_at", "2020-11-21 14:18:39.731465"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:18:39.732145"], ["updated_at", "2020-11-21 14:18:39.732145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:18:39.732779"], ["updated_at", "2020-11-21 14:18:39.732779"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:18:39.733408"], ["updated_at", "2020-11-21 14:18:39.733408"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 14.5462459679378], ["string", "Sit provident atque voluptatem rerum."], ["date", "2020-12-04"], ["time", "2000-01-01 22:40:05.078435"], ["datetime", "2020-10-17 04:53:04.771105"], ["created_at", "2020-11-21 14:18:39.735826"], ["updated_at", "2020-11-21 14:18:39.735826"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 15.6803218289822], ["string", "Accusantium aut recusandae odit nemo voluptatibus."], ["date", "2020-12-28"], ["time", "2000-01-01 07:38:23.174365"], ["datetime", "2020-12-10 06:03:28.647751"], ["created_at", "2020-11-21 14:18:39.738532"], ["updated_at", "2020-11-21 14:18:39.738532"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 2.62434312860578], ["string", "Ratione ullam sit cumque."], ["date", "2020-10-25"], ["time", "2000-01-01 08:33:26.364887"], ["datetime", "2020-11-01 14:32:37.068373"], ["created_at", "2020-11-21 14:18:39.740953"], ["updated_at", "2020-11-21 14:18:39.740953"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.4ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 15.0733015208109], ["string", "Omnis et aut nihil aliquid."], ["date", "2020-10-26"], ["time", "2000-01-01 02:25:30.240043"], ["datetime", "2020-12-05 09:04:46.827323"], ["created_at", "2020-11-21 14:18:39.751743"], ["updated_at", "2020-11-21 14:18:39.751743"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 4.60305294100079], ["string", "Iste hic beatae."], ["date", "2020-11-06"], ["time", "2000-01-01 04:27:18.250917"], ["datetime", "2020-11-08 07:46:04.771131"], ["created_at", "2020-11-21 14:18:39.755821"], ["updated_at", "2020-11-21 14:18:39.755821"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 0.666748325183439], ["string", "Voluptatem eaque voluptatum velit non et."], ["created_at", "2020-11-21 14:18:39.758968"], ["updated_at", "2020-11-21 14:18:39.758968"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 5.01790566012672], ["string", "Corporis pariatur delectus."], ["created_at", "2020-11-21 14:18:39.761657"], ["updated_at", "2020-11-21 14:18:39.761657"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 37.0233651192936], ["string", "Enim dolorem incidunt rem molestiae."], ["created_at", "2020-11-21 14:18:39.764250"], ["updated_at", "2020-11-21 14:18:39.764250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 1.75678175070829], ["string", "Beatae id dignissimos reiciendis itaque autem."], ["created_at", "2020-11-21 14:18:39.766767"], ["updated_at", "2020-11-21 14:18:39.766767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1020], ["decimal", 13.5250296992263], ["string", "Ducimus est eaque est commodi."], ["created_at", "2020-11-21 14:18:39.769323"], ["updated_at", "2020-11-21 14:18:39.769323"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-21 14:18:39.771203"], ["updated_at", "2020-11-21 14:18:39.771203"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:18:39.773160"], ["updated_at", "2020-11-21 14:18:39.773160"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-21 14:18:39.774820"], ["updated_at", "2020-11-21 14:18:39.774820"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-21 14:18:39.776402"], ["updated_at", "2020-11-21 14:18:39.776402"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-21 14:18:39.777926"], ["updated_at", "2020-11-21 14:18:39.777926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 11], ["created_at", "2020-11-21 14:18:39.780000"], ["updated_at", "2020-11-21 14:18:39.780000"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 1], ["created_at", "2020-11-21 14:18:39.782152"], ["updated_at", "2020-11-21 14:18:39.782152"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 12], ["created_at", "2020-11-21 14:18:39.784173"], ["updated_at", "2020-11-21 14:18:39.784173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 14], ["created_at", "2020-11-21 14:18:39.786168"], ["updated_at", "2020-11-21 14:18:39.786168"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-21 14:18:39.788824"], ["updated_at", "2020-11-21 14:18:39.788824"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 14:18:39.790675"], ["updated_at", "2020-11-21 14:18:39.790675"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 12], ["created_at", "2020-11-21 14:18:39.792273"], ["updated_at", "2020-11-21 14:18:39.792273"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-21 14:18:39.793754"], ["updated_at", "2020-11-21 14:18:39.793754"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 11], ["created_at", "2020-11-21 14:18:39.795256"], ["updated_at", "2020-11-21 14:18:39.795256"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 14:18:39.796741"], ["updated_at", "2020-11-21 14:18:39.796741"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.797739"], ["updated_at", "2020-11-21 14:18:39.797739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.798605"], ["updated_at", "2020-11-21 14:18:39.798605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.799413"], ["updated_at", "2020-11-21 14:18:39.799413"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.800244"], ["updated_at", "2020-11-21 14:18:39.800244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.801122"], ["updated_at", "2020-11-21 14:18:39.801122"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:18:39.802647"], ["updated_at", "2020-11-21 14:18:39.802647"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:18:39.804183"], ["updated_at", "2020-11-21 14:18:39.804183"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:18:39.805905"], ["updated_at", "2020-11-21 14:18:39.805905"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:18:39.807478"], ["updated_at", "2020-11-21 14:18:39.807478"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:18:39.808900"], ["updated_at", "2020-11-21 14:18:39.808900"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 927 44433 Vernita Ramp, Lake Lakeshia, OR 68383"], ["city", "VonRuedenton"], ["country", "Wallis and Futuna"], ["description", "Praesentium soluta id. Sit quas est. Quasi consectetur id. Quis impedit ipsam. Magni omnis autem."], ["email", "herschel@example.biz"], ["first_name", "Domingo"], ["firstname", "Lurline"], ["last_name", "Bauch"], ["lastname", "Gutkowski"], ["lat", "85.8333921325241"], ["latitute", "-45.06692561578041"], ["lng", "-76.02484470701266"], ["locale", "PR"], ["longitude", "74.59614319479704"], ["middlename", "Halvorson"], ["middle_name", "Collins"], ["password", "WvVe0Y9zHe"], ["phone", "1-508-471-9223 x82327"], ["phone_number", "843.554.0254 x93575"], ["reference", "aeded6c2-e794-4bd6-8143-af62555e020b"], ["title", "Rerum omnis laborum culpa ad eos."], ["user_name", "laurie"], ["username", "bette_ferry"], ["uuid", "57ac166c-4596-4705-93bf-59904949d57c"], ["created_at", "2020-11-21 14:18:39.836924"], ["updated_at", "2020-11-21 14:18:39.836924"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "77392 Dean Greens, South Solange, OK 70014"], ["city", "South Augustshire"], ["country", "Cook Islands"], ["description", "Autem quo ullam. Dolorum molestias et. Fuga nam qui. Sed accusamus doloremque. Distinctio quos enim."], ["email", "jeni_wisozk@example.name"], ["first_name", "Leonarda"], ["firstname", "Arturo"], ["last_name", "Dibbert"], ["lastname", "Collins"], ["lat", "64.23653930638858"], ["latitute", "34.82169287085729"], ["lng", "124.40628280292827"], ["locale", "WS"], ["longitude", "51.54192685921609"], ["middlename", "Hansen"], ["middle_name", "Witting"], ["password", "54ZxKk18R9u"], ["phone", "(626) 715-1356"], ["phone_number", "1-428-087-5985"], ["reference", "043cb7fc-75dd-456f-a649-989387602fec"], ["title", "Dignissimos non corporis sed molestias sint."], ["user_name", "milan.turner"], ["username", "adrian_parker"], ["uuid", "d924f5c5-2bb5-4792-ac92-6e3bd907c1e2"], ["created_at", "2020-11-21 14:18:39.863975"], ["updated_at", "2020-11-21 14:18:39.863975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "433 Renato Run, Collenside, NV 06520"], ["city", "North Argelia"], ["country", "Belgium"], ["description", "Eos repudiandae ipsum. Nihil accusantium iste. Illo sunt et. Est a praesentium."], ["email", "buddy@example.io"], ["first_name", "Antonetta"], ["firstname", "Tammy"], ["last_name", "Grant"], ["lastname", "Mills"], ["lat", "41.42238229765556"], ["latitute", "-64.20453488553687"], ["lng", "-163.2001506202285"], ["locale", "AX"], ["longitude", "-132.1143468641921"], ["middlename", "Walker"], ["middle_name", "Wilkinson"], ["password", "T7oIdB1jXk"], ["phone", "(507) 419-1144"], ["phone_number", "864.299.2262 x323"], ["reference", "3792c29f-8e87-4e4c-98a7-acccebce6d8a"], ["title", "Expedita repellendus fugit et."], ["user_name", "isiah_parisian"], ["username", "annmarie"], ["uuid", "ac6a4f79-9d11-400f-8e95-a3f191ab42bb"], ["created_at", "2020-11-21 14:18:39.889445"], ["updated_at", "2020-11-21 14:18:39.889445"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 694 689 Corrin Corner, Davisberg, RI 97531"], ["city", "Yostberg"], ["country", "French Southern Territories"], ["description", "Totam nemo numquam. Ab labore itaque. Voluptatem sint officiis. Eos sint vel. Ut nesciunt itaque."], ["email", "mckenzie@example.io"], ["first_name", "Lindsey"], ["firstname", "Lynetta"], ["last_name", "Armstrong"], ["lastname", "Hettinger"], ["lat", "-83.26691628046565"], ["latitute", "24.286536567574203"], ["lng", "-159.77685818047058"], ["locale", "CF"], ["longitude", "-58.263555678966114"], ["middlename", "Considine"], ["middle_name", "Denesik"], ["password", "SlHbZsQ6aW"], ["phone", "(799) 684-5698"], ["phone_number", "620-496-5208 x501"], ["reference", "b8dc1c3d-4652-4223-91d8-64fc2bf0b8a4"], ["title", "Dolor sed molestias."], ["user_name", "salvatore_nikolaus"], ["username", "miles"], ["uuid", "9764b8ff-9ed3-41da-8537-a69e929394fc"], ["created_at", "2020-11-21 14:18:39.914569"], ["updated_at", "2020-11-21 14:18:39.914569"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 874 11442 Weimann Streets, North Mathilde, KS 44973"], ["city", "Shirelyberg"], ["country", "Cape Verde"], ["description", "Voluptatum repudiandae maxime. Debitis nam quaerat. Voluptatum ut deleniti. Iure inventore quia."], ["email", "ned_wisoky@example.org"], ["first_name", "Jamal"], ["firstname", "Shera"], ["last_name", "Schultz"], ["lastname", "Yundt"], ["lat", "-0.32283752545046696"], ["latitute", "66.692471307614"], ["lng", "155.58575510469524"], ["locale", "DJ"], ["longitude", "-91.19945466139211"], ["middlename", "Herzog"], ["middle_name", "Windler"], ["password", "WhRsT2dAzZkN3"], ["phone", "(879) 269-5971 x226"], ["phone_number", "136-018-8772 x809"], ["reference", "0b6faa97-856d-4e23-ab41-32c0e8546286"], ["title", "Repudiandae reiciendis repellendus maiores."], ["user_name", "renetta"], ["username", "guillermo"], ["uuid", "b5eb05c7-423b-4d75-8d16-5301a31f5d36"], ["created_at", "2020-11-21 14:18:39.949655"], ["updated_at", "2020-11-21 14:18:39.949655"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 14:18:39.951846"], ["updated_at", "2020-11-21 14:18:39.951846"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:18:39.953209"], ["updated_at", "2020-11-21 14:18:39.953209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:18:39.954556"], ["updated_at", "2020-11-21 14:18:39.954556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-21 14:18:39.956227"], ["updated_at", "2020-11-21 14:18:39.956227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:18:39.957579"], ["updated_at", "2020-11-21 14:18:39.957579"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.971356"], ["updated_at", "2020-11-21 14:18:39.971356"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.972393"], ["updated_at", "2020-11-21 14:18:39.972393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.973158"], ["updated_at", "2020-11-21 14:18:39.973158"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.974015"], ["updated_at", "2020-11-21 14:18:39.974015"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:18:39.974779"], ["updated_at", "2020-11-21 14:18:39.974779"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:18:39.975587"], ["updated_at", "2020-11-21 14:18:39.975587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:18:39.976365"], ["updated_at", "2020-11-21 14:18:39.976365"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:18:39.977121"], ["updated_at", "2020-11-21 14:18:39.977121"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:18:39.977927"], ["updated_at", "2020-11-21 14:18:39.977927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:18:39.978689"], ["updated_at", "2020-11-21 14:18:39.978689"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (3.4ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.8ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.9ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 287 8047 Lakeshia Lake, West Samuel, DE 93993"], ["city", "North Genefort"], ["country", "Belarus"], ["description", "Velit sed similique. Maxime eum dignissimos. Libero eaque saepe. Et cum porro. Corporis consequatur non."], ["email", "latonia@example.co"], ["first_name", "Sherrie"], ["firstname", "Haydee"], ["last_name", "Mosciski"], ["lastname", "Becker"], ["lat", "68.68055207505338"], ["latitute", "73.58544384543569"], ["lng", "116.99400618807891"], ["locale", "MM"], ["longitude", "173.50433381338564"], ["middlename", "Parisian"], ["middle_name", "Kuhic"], ["password", "3ZzCy1Ot"], ["phone", "534-981-7736 x332"], ["phone_number", "181-365-6351 x25127"], ["reference", "4f64d568-f5ad-4c67-bec8-4207488079bf"], ["title", "Hic vero ullam."], ["user_name", "cayla"], ["username", "arnoldo.cartwright"], ["uuid", "1aacee6a-2087-4776-b875-2c5b70702a7b"], ["created_at", "2020-11-21 14:19:25.199528"], ["updated_at", "2020-11-21 14:19:25.199528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 419 925 Fay Field, Morganmouth, DE 05660"], ["city", "North Fredericka"], ["country", "Nauru"], ["description", "Ut id voluptate. Sapiente omnis culpa. Iusto vel voluptatem. Iste mollitia ut."], ["email", "brain.emmerich@example.org"], ["first_name", "Stacy"], ["firstname", "Teofila"], ["last_name", "Nolan"], ["lastname", "Zulauf"], ["lat", "-77.18260501258976"], ["latitute", "6.20987940496866"], ["lng", "-64.63390409083527"], ["locale", "KG"], ["longitude", "-49.597852726440806"], ["middlename", "Upton"], ["middle_name", "Crooks"], ["password", "9V3lEuPa0Sf"], ["phone", "(174) 894-7350"], ["phone_number", "1-180-927-9931 x44415"], ["reference", "37cb538c-1384-4253-a2fa-7d46500a1e60"], ["title", "Voluptatibus error eum."], ["user_name", "naoma_brekke"], ["username", "christin"], ["uuid", "02962104-4fcb-4dda-aaae-d1ec0fa6bbaf"], ["created_at", "2020-11-21 14:19:25.240262"], ["updated_at", "2020-11-21 14:19:25.240262"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 397 31111 Stark Extensions, North Wallyhaven, OH 88776"], ["city", "Lavetashire"], ["country", "Saint Barthelemy"], ["description", "Culpa corrupti nostrum. Repellat error asperiores."], ["email", "louie@example.info"], ["first_name", "Titus"], ["firstname", "Ardelle"], ["last_name", "Raynor"], ["lastname", "Kovacek"], ["lat", "47.6170288903395"], ["latitute", "59.86833578875709"], ["lng", "139.70232458365047"], ["locale", "TK"], ["longitude", "144.97240682637187"], ["middlename", "Oberbrunner"], ["middle_name", "Purdy"], ["password", "A05pCrClKd"], ["phone", "865.536.8674 x052"], ["phone_number", "(511) 450-6665 x26101"], ["reference", "6710b34c-1138-4ace-8668-41ee8b502ae8"], ["title", "Ut error eum."], ["user_name", "zachary_klein"], ["username", "hiram"], ["uuid", "4ee8d39f-0678-48c9-84d7-9f4445d6258c"], ["created_at", "2020-11-21 14:19:25.265742"], ["updated_at", "2020-11-21 14:19:25.265742"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3128 Gleichner Fall, West Zinaport, CT 13636"], ["city", "Lake Ambrose"], ["country", "Belize"], ["description", "Voluptatem id et. Sint mollitia aut. Sequi doloribus quo. Et corrupti id. Maxime nihil error."], ["email", "leilani@example.biz"], ["first_name", "Christiane"], ["firstname", "Taylor"], ["last_name", "Stokes"], ["lastname", "Blick"], ["lat", "-8.999451156186566"], ["latitute", "-16.074608222715"], ["lng", "160.12979078727545"], ["locale", "HU"], ["longitude", "77.90645612729207"], ["middlename", "Pfannerstill"], ["middle_name", "Wisoky"], ["password", "XzWj6CdXoLqB"], ["phone", "(505) 419-7102 x57017"], ["phone_number", "231.688.5574 x022"], ["reference", "f3229e86-f15e-4fe8-b7d9-6f84b05b6d41"], ["title", "Omnis et possimus aut at."], ["user_name", "justina"], ["username", "rafael"], ["uuid", "f056f1fa-d710-47c0-982f-98835db90334"], ["created_at", "2020-11-21 14:19:25.292629"], ["updated_at", "2020-11-21 14:19:25.292629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "10955 Kozey Rue, North Marica, TX 05177-4339"], ["city", "Lake Valentinfurt"], ["country", "Indonesia"], ["description", "Architecto eveniet id. Earum sed a. Qui molestias labore."], ["email", "willa@example.io"], ["first_name", "Noble"], ["firstname", "Terrance"], ["last_name", "Willms"], ["lastname", "Maggio"], ["lat", "32.37734233619021"], ["latitute", "64.97282009573047"], ["lng", "-164.31094451980906"], ["locale", "MO"], ["longitude", "110.41028342064635"], ["middlename", "Weber"], ["middle_name", "Haley"], ["password", "4AoEr4McBeEy7"], ["phone", "1-257-843-2230 x2964"], ["phone_number", "126.201.7239 x751"], ["reference", "916e8f14-af81-4841-bfb0-af7cdc10966a"], ["title", "Officia labore expedita autem facilis libero."], ["user_name", "toney.boyle"], ["username", "elliot"], ["uuid", "ff40864e-e81a-4c56-8914-6e5f9634801e"], ["created_at", "2020-11-21 14:19:25.318600"], ["updated_at", "2020-11-21 14:19:25.318600"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "373 Ismael Run, South Alexanderport, DE 16403"], ["city", "North Kyra"], ["country", "Dominican Republic"], ["description", "Eveniet impedit nesciunt. In perferendis et."], ["email", "yong_towne@example.biz"], ["first_name", "Nathan"], ["firstname", "Reed"], ["last_name", "McCullough"], ["lastname", "Krajcik"], ["lat", "39.58249837991275"], ["latitute", "87.08674274762862"], ["lng", "-19.90875686127538"], ["locale", "IO"], ["longitude", "47.03210386086491"], ["middlename", "Quitzon"], ["middle_name", "McDermott"], ["password", "0JcUbXmNtBh"], ["phone", "1-164-800-2150 x603"], ["phone_number", "(854) 227-2544 x3529"], ["reference", "bfd23738-3a1d-4df7-b417-14da5a1ff160"], ["title", "Incidunt distinctio impedit ut."], ["user_name", "domingo"], ["username", "wallace.dare"], ["uuid", "17fba91b-2c14-43dd-a47d-cb8574280c06"], ["created_at", "2020-11-21 14:19:25.343651"], ["updated_at", "2020-11-21 14:19:25.343651"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 202 15575 Eddy Villages, Batzbury, MI 52140"], ["city", "South Taina"], ["country", "Nigeria"], ["description", "Nisi similique voluptatibus. Illum blanditiis esse. Repellendus sit nisi."], ["email", "albertha@example.biz"], ["first_name", "Annabelle"], ["firstname", "Mable"], ["last_name", "Kuhlman"], ["lastname", "Kuhlman"], ["lat", "49.159803429106546"], ["latitute", "-58.4809588712758"], ["lng", "-161.98295527281613"], ["locale", "ME"], ["longitude", "-105.36198646362178"], ["middlename", "Kilback"], ["middle_name", "Larson"], ["password", "QlFqSgWeIg8YuBiH"], ["phone", "103-568-6132"], ["phone_number", "234-112-8756"], ["reference", "e3a58f77-f74a-4d18-b7a9-c774bacabf23"], ["title", "Incidunt animi recusandae maiores id."], ["user_name", "philip"], ["username", "margert.blick"], ["uuid", "13d194be-b23f-4648-8d60-abaad6bf8124"], ["created_at", "2020-11-21 14:19:25.368344"], ["updated_at", "2020-11-21 14:19:25.368344"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 817 3785 Ankunding Unions, Chelsietown, AL 08705-1236"], ["city", "East Brian"], ["country", "Tajikistan"], ["description", "Aut omnis quaerat. Deleniti harum aliquam."], ["email", "ressie.mann@example.info"], ["first_name", "Rickie"], ["firstname", "Dwain"], ["last_name", "Langworth"], ["lastname", "Kshlerin"], ["lat", "-43.49594193258652"], ["latitute", "-54.63859469946071"], ["lng", "108.3294032389453"], ["locale", "BQ"], ["longitude", "138.53350416693905"], ["middlename", "Greenholt"], ["middle_name", "Hammes"], ["password", "P4y0JoI8"], ["phone", "(174) 261-0897 x409"], ["phone_number", "794.634.3196 x805"], ["reference", "e655297c-9f77-4561-9846-c9a7bb9a6146"], ["title", "Est magnam eligendi."], ["user_name", "pablo"], ["username", "nathan_effertz"], ["uuid", "726cea3f-8a24-4509-b702-2d2e5ae556c9"], ["created_at", "2020-11-21 14:19:25.405990"], ["updated_at", "2020-11-21 14:19:25.405990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "585 Errol Parks, Port Rufinaborough, MI 93091-3479"], ["city", "New Milfordside"], ["country", "Ghana"], ["description", "Autem ut quo. Aut qui ullam. Velit molestiae quod."], ["email", "julius_bayer@example.info"], ["first_name", "Annamae"], ["firstname", "Royce"], ["last_name", "Leannon"], ["lastname", "Streich"], ["lat", "-75.68111377678389"], ["latitute", "-26.073436182690152"], ["lng", "94.4490172053483"], ["locale", "TG"], ["longitude", "55.3507459692014"], ["middlename", "Jakubowski"], ["middle_name", "Marks"], ["password", "Zb9FnTx5"], ["phone", "221.703.1498 x0031"], ["phone_number", "1-527-374-6443 x075"], ["reference", "82b21a04-7002-4a93-88ee-14658526e665"], ["title", "Ut aut quo ratione."], ["user_name", "hildegard"], ["username", "buford.daniel"], ["uuid", "f542ccfb-4ff3-44ea-b9a7-f3b887d3375b"], ["created_at", "2020-11-21 14:19:25.432947"], ["updated_at", "2020-11-21 14:19:25.432947"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 122 64379 Schmidt Rapid, East Mellisa, AL 00846"], ["city", "Borerfurt"], ["country", "Western Sahara"], ["description", "Et et placeat. Modi dolorem qui. Ea autem vel."], ["email", "georgeann.towne@example.io"], ["first_name", "Jada"], ["firstname", "Leticia"], ["last_name", "Kub"], ["lastname", "Balistreri"], ["lat", "25.604728070912316"], ["latitute", "36.56515176861245"], ["lng", "34.3077912001705"], ["locale", "SV"], ["longitude", "50.58396726371154"], ["middlename", "Romaguera"], ["middle_name", "Spencer"], ["password", "EtI2lKcJ0"], ["phone", "615.217.7687 x4806"], ["phone_number", "595-445-7164 x335"], ["reference", "48a96c5d-99d4-4abd-aca3-34694c3f28f6"], ["title", "Ut quidem id labore non qui."], ["user_name", "jere.nolan"], ["username", "tamiko"], ["uuid", "8b3d7bfc-e623-4281-8d1f-3205f3357c1c"], ["created_at", "2020-11-21 14:19:25.457991"], ["updated_at", "2020-11-21 14:19:25.457991"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]] Lima Load (0.1ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 0.991405347016968], ["string", "Illum a sint illo."], ["date", "2020-12-01"], ["time", "2000-01-01 14:02:37.118309"], ["datetime", "2020-10-10 23:08:38.072337"], ["created_at", "2020-11-21 14:19:25.496165"], ["updated_at", "2020-11-21 14:19:25.496165"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 21.7367580786311], ["string", "Dolorem eum unde."], ["date", "2020-11-07"], ["time", "2000-01-01 18:27:37.058589"], ["datetime", "2020-11-30 11:17:51.701076"], ["created_at", "2020-11-21 14:19:25.499823"], ["updated_at", "2020-11-21 14:19:25.499823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 2.15057962138341], ["string", "Error unde fugit eveniet ullam similique."], ["date", "2020-11-04"], ["time", "2000-01-01 21:39:06.786904"], ["datetime", "2020-12-19 06:14:54.804989"], ["created_at", "2020-11-21 14:19:25.502603"], ["updated_at", "2020-11-21 14:19:25.502603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 33.7351215611377], ["string", "Odit hic architecto ut omnis."], ["date", "2020-12-19"], ["time", "2000-01-01 00:50:35.714052"], ["datetime", "2020-10-20 06:43:12.768611"], ["created_at", "2020-11-21 14:19:25.505445"], ["updated_at", "2020-11-21 14:19:25.505445"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 9.94702260273415], ["string", "Inventore quidem explicabo."], ["date", "2020-11-17"], ["time", "2000-01-01 23:30:47.146842"], ["datetime", "2020-11-02 10:48:33.453861"], ["created_at", "2020-11-21 14:19:25.508607"], ["updated_at", "2020-11-21 14:19:25.508607"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 10.58383953084], ["string", "Id dolorem saepe."], ["created_at", "2020-11-21 14:19:25.517997"], ["updated_at", "2020-11-21 14:19:25.517997"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 15.9685574850754], ["string", "Ut nostrum aut eaque ut quidem."], ["created_at", "2020-11-21 14:19:25.520684"], ["updated_at", "2020-11-21 14:19:25.520684"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 5.97513130274273], ["string", "Aut expedita sint aut."], ["created_at", "2020-11-21 14:19:25.523057"], ["updated_at", "2020-11-21 14:19:25.523057"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1027], ["decimal", 39.9407019548779], ["string", "Voluptas aut cupiditate voluptatem."], ["created_at", "2020-11-21 14:19:25.525350"], ["updated_at", "2020-11-21 14:19:25.525350"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 0.347180335338842], ["string", "Ut esse sint consequatur."], ["created_at", "2020-11-21 14:19:25.527768"], ["updated_at", "2020-11-21 14:19:25.527768"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:19:25.535352"], ["updated_at", "2020-11-21 14:19:25.535352"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:19:25.537423"], ["updated_at", "2020-11-21 14:19:25.537423"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:19:25.538898"], ["updated_at", "2020-11-21 14:19:25.538898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:19:25.540192"], ["updated_at", "2020-11-21 14:19:25.540192"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:19:25.541531"], ["updated_at", "2020-11-21 14:19:25.541531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-21 14:19:25.548013"], ["updated_at", "2020-11-21 14:19:25.548013"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-21 14:19:25.549877"], ["updated_at", "2020-11-21 14:19:25.549877"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-21 14:19:25.551594"], ["updated_at", "2020-11-21 14:19:25.551594"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-21 14:19:25.553253"], ["updated_at", "2020-11-21 14:19:25.553253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-21 14:19:25.555148"], ["updated_at", "2020-11-21 14:19:25.555148"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 14:19:25.560683"], ["updated_at", "2020-11-21 14:19:25.560683"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 14:19:25.562280"], ["updated_at", "2020-11-21 14:19:25.562280"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 14:19:25.563858"], ["updated_at", "2020-11-21 14:19:25.563858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:19:25.565189"], ["updated_at", "2020-11-21 14:19:25.565189"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:19:25.566422"], ["updated_at", "2020-11-21 14:19:25.566422"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:25.572414"], ["updated_at", "2020-11-21 14:19:25.572414"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:25.573354"], ["updated_at", "2020-11-21 14:19:25.573354"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:25.574045"], ["updated_at", "2020-11-21 14:19:25.574045"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:25.574732"], ["updated_at", "2020-11-21 14:19:25.574732"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:25.575561"], ["updated_at", "2020-11-21 14:19:25.575561"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:25.580710"], ["updated_at", "2020-11-21 14:19:25.580710"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:25.582123"], ["updated_at", "2020-11-21 14:19:25.582123"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:25.583362"], ["updated_at", "2020-11-21 14:19:25.583362"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:25.584510"], ["updated_at", "2020-11-21 14:19:25.584510"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:25.585623"], ["updated_at", "2020-11-21 14:19:25.585623"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4336 Reynaldo Lakes, Port Emile, ME 73651"], ["city", "O'Reillyfurt"], ["country", "French Southern Territories"], ["description", "Non doloremque facere. Nemo nesciunt et."], ["email", "ollie@example.io"], ["first_name", "Austin"], ["firstname", "Andrea"], ["last_name", "Ullrich"], ["lastname", "Ernser"], ["lat", "53.183085570167606"], ["latitute", "-56.93248601886181"], ["lng", "-92.6302441945432"], ["locale", "BQ"], ["longitude", "110.75561618974285"], ["middlename", "Bosco"], ["middle_name", "Stanton"], ["password", "985MhEpN7sF094"], ["phone", "429.754.2542 x27396"], ["phone_number", "(569) 822-8904 x415"], ["reference", "6906ca3b-0405-4df4-ab9f-64b2542141be"], ["title", "Iusto dolor ducimus amet."], ["user_name", "marx"], ["username", "milagro"], ["uuid", "24b88284-ada3-4e41-af0b-635be74ffaa6"], ["created_at", "2020-11-21 14:19:25.628788"], ["updated_at", "2020-11-21 14:19:25.628788"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "728 Arline Gardens, North Blaineshire, ID 99073"], ["city", "Joaquinaland"], ["country", "Saudi Arabia"], ["description", "Aperiam qui eius. Aliquid quas quia. Doloremque eaque voluptates. Qui et vero. Quis cumque a."], ["email", "jacques@example.name"], ["first_name", "Elias"], ["firstname", "Evan"], ["last_name", "Bruen"], ["lastname", "Casper"], ["lat", "43.766326446313116"], ["latitute", "-29.143217489734617"], ["lng", "116.29469388514536"], ["locale", "BE"], ["longitude", "-131.23428556261595"], ["middlename", "Berge"], ["middle_name", "Robel"], ["password", "5ZuDdAmVi7Kp"], ["phone", "645-302-7148 x27735"], ["phone_number", "(807) 566-0363 x478"], ["reference", "9c3a2493-fead-44a3-8dc3-80a4ad49aeb0"], ["title", "Sint officia adipisci odit maiores."], ["user_name", "stephani.batz"], ["username", "stephen"], ["uuid", "913c6523-d29b-4d17-8e3c-1ffa21bf2750"], ["created_at", "2020-11-21 14:19:25.657459"], ["updated_at", "2020-11-21 14:19:25.657459"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 770 71681 Dorian Ridges, Weimannfort, AR 62312"], ["city", "Lake Kayleighfurt"], ["country", "Bahamas"], ["description", "Qui sapiente error. Occaecati reiciendis officiis. Deserunt et magnam. Corrupti repudiandae quia."], ["email", "waldo_deckow@example.info"], ["first_name", "Evan"], ["firstname", "Abel"], ["last_name", "Kuhlman"], ["lastname", "Kessler"], ["lat", "17.028217778330287"], ["latitute", "-23.028123611350793"], ["lng", "-114.1213973258331"], ["locale", "LI"], ["longitude", "-40.02291268309983"], ["middlename", "Wuckert"], ["middle_name", "Paucek"], ["password", "HnP0k0RhAt"], ["phone", "(732) 970-0853 x32939"], ["phone_number", "(148) 054-4843 x52291"], ["reference", "27b07c43-8476-4e68-989e-633874341674"], ["title", "Repellat sint neque distinctio qui."], ["user_name", "dot"], ["username", "lakiesha"], ["uuid", "ec002249-8392-4b8d-b9ed-ce5075dfa7d3"], ["created_at", "2020-11-21 14:19:25.682805"], ["updated_at", "2020-11-21 14:19:25.682805"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 700 529 Spinka Spurs, Johnside, UT 86578"], ["city", "West Mickiebury"], ["country", "Suriname"], ["description", "Cum assumenda illum. Nobis nesciunt molestiae."], ["email", "bob.ohara@example.biz"], ["first_name", "Tawanda"], ["firstname", "Arthur"], ["last_name", "Carroll"], ["lastname", "Dickinson"], ["lat", "-38.30465810703938"], ["latitute", "85.43551418094029"], ["lng", "-86.32075635983959"], ["locale", "CL"], ["longitude", "-131.63149944585814"], ["middlename", "Weissnat"], ["middle_name", "Wiegand"], ["password", "Bv7RvRzGxG"], ["phone", "1-752-665-3030 x7232"], ["phone_number", "1-967-736-9113"], ["reference", "1e043c4c-53eb-42cf-a6e5-33584b4f7f06"], ["title", "Repellat eius perspiciatis."], ["user_name", "ralph"], ["username", "warner.bergstrom"], ["uuid", "5a0e7221-b0fe-4d50-aa87-3b7050393d7f"], ["created_at", "2020-11-21 14:19:25.707811"], ["updated_at", "2020-11-21 14:19:25.707811"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "634 Dallas Greens, North Jerlene, MA 81204-3540"], ["city", "West Susannahchester"], ["country", "Azerbaijan"], ["description", "Eos iste quam. Nobis et et. Necessitatibus iste laboriosam. Voluptatibus ad nesciunt."], ["email", "carita_ortiz@example.biz"], ["first_name", "Ike"], ["firstname", "Berry"], ["last_name", "Crist"], ["lastname", "MacGyver"], ["lat", "65.37748232464091"], ["latitute", "48.17342979593454"], ["lng", "70.38658778318734"], ["locale", "AG"], ["longitude", "149.90663905406797"], ["middlename", "Walker"], ["middle_name", "Will"], ["password", "4Zs2Zv2Mg"], ["phone", "360.945.4360"], ["phone_number", "184.430.9057 x942"], ["reference", "68faaf03-1b32-42e2-88a1-4691a4696b49"], ["title", "Autem necessitatibus distinctio."], ["user_name", "caroline.langworth"], ["username", "lovetta"], ["uuid", "87935baa-af4c-4176-ac14-0a705adb4b0a"], ["created_at", "2020-11-21 14:19:25.733099"], ["updated_at", "2020-11-21 14:19:25.733099"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:19:25.738352"], ["updated_at", "2020-11-21 14:19:25.738352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:19:25.739874"], ["updated_at", "2020-11-21 14:19:25.739874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:19:25.741083"], ["updated_at", "2020-11-21 14:19:25.741083"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:19:25.742305"], ["updated_at", "2020-11-21 14:19:25.742305"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:19:25.743565"], ["updated_at", "2020-11-21 14:19:25.743565"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:25.761776"], ["updated_at", "2020-11-21 14:19:25.761776"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:25.762693"], ["updated_at", "2020-11-21 14:19:25.762693"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:25.763428"], ["updated_at", "2020-11-21 14:19:25.763428"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:25.764065"], ["updated_at", "2020-11-21 14:19:25.764065"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:25.764673"], ["updated_at", "2020-11-21 14:19:25.764673"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:19:25.767572"], ["updated_at", "2020-11-21 14:19:25.767572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:19:25.768310"], ["updated_at", "2020-11-21 14:19:25.768310"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:19:25.768988"], ["updated_at", "2020-11-21 14:19:25.768988"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:19:25.769665"], ["updated_at", "2020-11-21 14:19:25.769665"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:19:25.770454"], ["updated_at", "2020-11-21 14:19:25.770454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 13.6951381628886], ["string", "Laborum inventore ullam voluptas."], ["date", "2020-11-20"], ["time", "2000-01-01 19:46:15.362099"], ["datetime", "2020-11-06 03:08:16.525328"], ["created_at", "2020-11-21 14:19:25.782995"], ["updated_at", "2020-11-21 14:19:25.782995"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 1.46031446214943], ["string", "Numquam repudiandae nobis officiis."], ["date", "2020-12-26"], ["time", "2000-01-01 01:57:31.946793"], ["datetime", "2020-12-26 20:06:11.999907"], ["created_at", "2020-11-21 14:19:25.786241"], ["updated_at", "2020-11-21 14:19:25.786241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 21], ["decimal", 6.56173929900437], ["string", "Nihil quia labore."], ["date", "2020-10-18"], ["time", "2000-01-01 08:55:57.094705"], ["datetime", "2020-11-23 09:15:08.691737"], ["created_at", "2020-11-21 14:19:25.789597"], ["updated_at", "2020-11-21 14:19:25.789597"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 27], ["decimal", 1.57276936193997], ["string", "Enim deleniti praesentium voluptate similique."], ["date", "2020-10-28"], ["time", "2000-01-01 02:59:56.086531"], ["datetime", "2020-12-13 22:17:38.954366"], ["created_at", "2020-11-21 14:19:25.792900"], ["updated_at", "2020-11-21 14:19:25.792900"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 25], ["decimal", 1.98729657250433], ["string", "Eum dolores dolor consequuntur."], ["date", "2020-12-07"], ["time", "2000-01-01 09:06:43.621545"], ["datetime", "2020-12-04 17:09:16.608522"], ["created_at", "2020-11-21 14:19:25.796162"], ["updated_at", "2020-11-21 14:19:25.796162"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 7.84274583600704], ["string", "Delectus accusamus quis ratione temporibus est."], ["created_at", "2020-11-21 14:19:25.799046"], ["updated_at", "2020-11-21 14:19:25.799046"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 1.12911333649852], ["string", "Quo aut explicabo reprehenderit."], ["created_at", "2020-11-21 14:19:25.801443"], ["updated_at", "2020-11-21 14:19:25.801443"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 6.52153848148738], ["string", "Voluptate exercitationem id aspernatur."], ["created_at", "2020-11-21 14:19:25.804041"], ["updated_at", "2020-11-21 14:19:25.804041"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 24.4587882469499], ["string", "At dolor sed animi."], ["created_at", "2020-11-21 14:19:25.806649"], ["updated_at", "2020-11-21 14:19:25.806649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 16.2923663241976], ["string", "Ad quo ut voluptas distinctio."], ["created_at", "2020-11-21 14:19:25.809098"], ["updated_at", "2020-11-21 14:19:25.809098"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:19:25.810820"], ["updated_at", "2020-11-21 14:19:25.810820"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:19:25.812284"], ["updated_at", "2020-11-21 14:19:25.812284"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:19:25.813752"], ["updated_at", "2020-11-21 14:19:25.813752"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-21 14:19:25.815159"], ["updated_at", "2020-11-21 14:19:25.815159"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:19:25.816500"], ["updated_at", "2020-11-21 14:19:25.816500"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 7], ["created_at", "2020-11-21 14:19:25.818412"], ["updated_at", "2020-11-21 14:19:25.818412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 9], ["created_at", "2020-11-21 14:19:25.820477"], ["updated_at", "2020-11-21 14:19:25.820477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 8], ["created_at", "2020-11-21 14:19:25.822505"], ["updated_at", "2020-11-21 14:19:25.822505"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 3], ["created_at", "2020-11-21 14:19:25.824376"], ["updated_at", "2020-11-21 14:19:25.824376"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-21 14:19:25.826323"], ["updated_at", "2020-11-21 14:19:25.826323"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-21 14:19:25.827831"], ["updated_at", "2020-11-21 14:19:25.827831"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-21 14:19:25.829259"], ["updated_at", "2020-11-21 14:19:25.829259"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:19:25.830736"], ["updated_at", "2020-11-21 14:19:25.830736"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 14:19:25.832095"], ["updated_at", "2020-11-21 14:19:25.832095"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-21 14:19:25.833380"], ["updated_at", "2020-11-21 14:19:25.833380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:25.834189"], ["updated_at", "2020-11-21 14:19:25.834189"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:25.834943"], ["updated_at", "2020-11-21 14:19:25.834943"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:25.835639"], ["updated_at", "2020-11-21 14:19:25.835639"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:25.836366"], ["updated_at", "2020-11-21 14:19:25.836366"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:25.837232"], ["updated_at", "2020-11-21 14:19:25.837232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:19:25.838895"], ["updated_at", "2020-11-21 14:19:25.838895"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:19:25.840116"], ["updated_at", "2020-11-21 14:19:25.840116"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:19:25.841471"], ["updated_at", "2020-11-21 14:19:25.841471"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:19:25.842814"], ["updated_at", "2020-11-21 14:19:25.842814"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:19:25.844092"], ["updated_at", "2020-11-21 14:19:25.844092"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3102 Turcotte Knolls, Port Randallmouth, UT 32374"], ["city", "Kreigerstad"], ["country", "Norfolk Island"], ["description", "Quos assumenda rerum. Tempora laudantium et. Consequatur incidunt quis. Esse est sapiente."], ["email", "vernice@example.biz"], ["first_name", "Glen"], ["firstname", "Ward"], ["last_name", "Green"], ["lastname", "Cruickshank"], ["lat", "-34.43221244955688"], ["latitute", "-27.825809296344396"], ["lng", "-104.85095630798732"], ["locale", "BY"], ["longitude", "144.21107787366986"], ["middlename", "Mraz"], ["middle_name", "Paucek"], ["password", "9Ej49GcZ25"], ["phone", "965-263-3202 x3368"], ["phone_number", "(974) 155-7549 x01059"], ["reference", "95c7bed7-970a-4e48-80c9-8178fd22f55d"], ["title", "Earum omnis aliquam cum."], ["user_name", "otis"], ["username", "emmanuel_wyman"], ["uuid", "dfbca172-fd27-4c72-9323-0e87f7306326"], ["created_at", "2020-11-21 14:19:25.869946"], ["updated_at", "2020-11-21 14:19:25.869946"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 110 799 Funk Spurs, Koelpinbury, WI 92354"], ["city", "Rodrigueztown"], ["country", "Mauritania"], ["description", "Veniam unde mollitia. Amet facere fuga. Suscipit voluptatem quisquam."], ["email", "sanford@example.net"], ["first_name", "Joycelyn"], ["firstname", "Ezequiel"], ["last_name", "Stoltenberg"], ["lastname", "Miller"], ["lat", "-6.4956567535885625"], ["latitute", "32.554287990674084"], ["lng", "-73.20961031783622"], ["locale", "EE"], ["longitude", "47.47786944056577"], ["middlename", "Corwin"], ["middle_name", "Towne"], ["password", "6WiDvVcY"], ["phone", "968.748.2816"], ["phone_number", "226.222.3283 x564"], ["reference", "16e5629d-8af5-4518-9597-f2f48a8410e2"], ["title", "Ut voluptatem enim nostrum magnam ea."], ["user_name", "bebe"], ["username", "leilani.cremin"], ["uuid", "f948c23e-3ae2-4901-9f33-656c44b511bc"], ["created_at", "2020-11-21 14:19:25.895111"], ["updated_at", "2020-11-21 14:19:25.895111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 579 30941 Ebert Estates, Randaport, NY 27972"], ["city", "Faystad"], ["country", "Nepal"], ["description", "Sint qui ducimus. Facilis pariatur et."], ["email", "kristopher_emmerich@example.net"], ["first_name", "Mee"], ["firstname", "Missy"], ["last_name", "Quitzon"], ["lastname", "Stiedemann"], ["lat", "54.30807519780484"], ["latitute", "35.54188586406758"], ["lng", "169.88592048344822"], ["locale", "CX"], ["longitude", "72.82013064852995"], ["middlename", "Rowe"], ["middle_name", "Carroll"], ["password", "HxR8oLcDf0"], ["phone", "1-461-038-5359 x362"], ["phone_number", "(971) 636-2890"], ["reference", "f4cc6fb3-a7cc-4ff7-988f-194003e70b77"], ["title", "Enim atque veritatis omnis."], ["user_name", "normand"], ["username", "aurelia"], ["uuid", "5b6fe0d0-982e-4c40-a3ee-6c7d9729637c"], ["created_at", "2020-11-21 14:19:25.920160"], ["updated_at", "2020-11-21 14:19:25.920160"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 262 6467 Shields Plaza, West Indira, MA 64518-2449"], ["city", "Jonahfurt"], ["country", "Virgin Islands, British"], ["description", "Totam commodi doloribus. Ducimus quo dignissimos. At saepe inventore. Illo ea necessitatibus."], ["email", "desmond.nicolas@example.name"], ["first_name", "Ocie"], ["firstname", "Arthur"], ["last_name", "Bergstrom"], ["lastname", "Cruickshank"], ["lat", "27.639405966237618"], ["latitute", "-84.88069435150648"], ["lng", "-16.64084413358313"], ["locale", "NL"], ["longitude", "-65.41059033680133"], ["middlename", "Bogisich"], ["middle_name", "Hilpert"], ["password", "5H6qJxHpZb7LfCp"], ["phone", "683-713-8211"], ["phone_number", "447-317-0941 x45912"], ["reference", "49a56aba-cc54-4a43-9232-3c0e9f7f3298"], ["title", "Exercitationem eos hic ad et."], ["user_name", "hai.smitham"], ["username", "rory.hyatt"], ["uuid", "a750a6fc-9d39-4096-bb7d-37b97dd24df3"], ["created_at", "2020-11-21 14:19:25.945440"], ["updated_at", "2020-11-21 14:19:25.945440"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3435 Senger Spurs, South Zacheryborough, KY 83637-7701"], ["city", "North Jacelyn"], ["country", "Gibraltar"], ["description", "Itaque hic in. Architecto sed veritatis. Voluptatem assumenda praesentium."], ["email", "kristie@example.co"], ["first_name", "Harrison"], ["firstname", "Leatrice"], ["last_name", "Altenwerth"], ["lastname", "Smith"], ["lat", "30.86246286292176"], ["latitute", "-35.46998701049337"], ["lng", "146.0770848737597"], ["locale", "MF"], ["longitude", "77.25593564954448"], ["middlename", "Greenholt"], ["middle_name", "Kemmer"], ["password", "QeG74o3Y"], ["phone", "1-665-483-5676 x968"], ["phone_number", "248-093-1384 x09769"], ["reference", "7eddfd03-7a60-44c7-acb9-70c1dd45906c"], ["title", "Quo adipisci cum debitis doloribus ut."], ["user_name", "darcy"], ["username", "kera"], ["uuid", "e50aeba6-24fa-42ed-ab71-b2b6e52e871a"], ["created_at", "2020-11-21 14:19:25.982531"], ["updated_at", "2020-11-21 14:19:25.982531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-21 14:19:25.984801"], ["updated_at", "2020-11-21 14:19:25.984801"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:19:25.986264"], ["updated_at", "2020-11-21 14:19:25.986264"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 14:19:25.987900"], ["updated_at", "2020-11-21 14:19:25.987900"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:19:25.989305"], ["updated_at", "2020-11-21 14:19:25.989305"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:19:25.990617"], ["updated_at", "2020-11-21 14:19:25.990617"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.004880"], ["updated_at", "2020-11-21 14:19:26.004880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.005895"], ["updated_at", "2020-11-21 14:19:26.005895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.006693"], ["updated_at", "2020-11-21 14:19:26.006693"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.007479"], ["updated_at", "2020-11-21 14:19:26.007479"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.008258"], ["updated_at", "2020-11-21 14:19:26.008258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:19:26.009115"], ["updated_at", "2020-11-21 14:19:26.009115"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:19:26.009989"], ["updated_at", "2020-11-21 14:19:26.009989"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:19:26.010803"], ["updated_at", "2020-11-21 14:19:26.010803"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:19:26.011590"], ["updated_at", "2020-11-21 14:19:26.011590"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:19:26.012387"], ["updated_at", "2020-11-21 14:19:26.012387"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 1.14663326484347], ["string", "Et fugit quia omnis veniam."], ["date", "2020-10-29"], ["time", "2000-01-01 09:35:13.379871"], ["datetime", "2020-10-16 03:51:01.468254"], ["created_at", "2020-11-21 14:19:26.014941"], ["updated_at", "2020-11-21 14:19:26.014941"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 9.71108361347255], ["string", "Dolorem qui non ipsum aliquam sint."], ["date", "2020-10-18"], ["time", "2000-01-01 02:51:48.151718"], ["datetime", "2020-10-16 20:56:15.323811"], ["created_at", "2020-11-21 14:19:26.017739"], ["updated_at", "2020-11-21 14:19:26.017739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 27], ["decimal", 9.99784200495627], ["string", "Nihil accusantium qui dolore."], ["date", "2021-01-02"], ["time", "2000-01-01 13:31:46.809527"], ["datetime", "2020-11-09 17:32:05.035512"], ["created_at", "2020-11-21 14:19:26.020648"], ["updated_at", "2020-11-21 14:19:26.020648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 2.68949237758491], ["string", "Voluptate odit aut dolorem occaecati enim."], ["date", "2020-11-23"], ["time", "2000-01-01 07:47:25.583138"], ["datetime", "2020-12-08 17:30:38.598712"], ["created_at", "2020-11-21 14:19:26.023522"], ["updated_at", "2020-11-21 14:19:26.023522"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 6.99166359627211], ["string", "Aliquam omnis aut tenetur."], ["date", "2020-10-11"], ["time", "2000-01-01 13:41:15.824277"], ["datetime", "2020-12-19 11:00:39.972416"], ["created_at", "2020-11-21 14:19:26.026276"], ["updated_at", "2020-11-21 14:19:26.026276"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 32.0989515569673], ["string", "Maiores qui tenetur at."], ["created_at", "2020-11-21 14:19:26.028954"], ["updated_at", "2020-11-21 14:19:26.028954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1021], ["decimal", 0.896588663786391], ["string", "Eos quae eligendi."], ["created_at", "2020-11-21 14:19:26.031399"], ["updated_at", "2020-11-21 14:19:26.031399"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 17.737446267864], ["string", "Voluptas occaecati neque."], ["created_at", "2020-11-21 14:19:26.033627"], ["updated_at", "2020-11-21 14:19:26.033627"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 6.55201733763525], ["string", "Recusandae est voluptates consectetur veniam."], ["created_at", "2020-11-21 14:19:26.035775"], ["updated_at", "2020-11-21 14:19:26.035775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1021], ["decimal", 23.8084357227245], ["string", "Harum excepturi sunt vel quia."], ["created_at", "2020-11-21 14:19:26.038239"], ["updated_at", "2020-11-21 14:19:26.038239"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:19:26.039992"], ["updated_at", "2020-11-21 14:19:26.039992"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:19:26.041432"], ["updated_at", "2020-11-21 14:19:26.041432"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:19:26.042825"], ["updated_at", "2020-11-21 14:19:26.042825"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-21 14:19:26.044225"], ["updated_at", "2020-11-21 14:19:26.044225"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-21 14:19:26.045607"], ["updated_at", "2020-11-21 14:19:26.045607"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 1], ["created_at", "2020-11-21 14:19:26.047670"], ["updated_at", "2020-11-21 14:19:26.047670"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 13], ["created_at", "2020-11-21 14:19:26.049520"], ["updated_at", "2020-11-21 14:19:26.049520"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-21 14:19:26.051328"], ["updated_at", "2020-11-21 14:19:26.051328"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 10], ["created_at", "2020-11-21 14:19:26.053149"], ["updated_at", "2020-11-21 14:19:26.053149"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 15], ["created_at", "2020-11-21 14:19:26.055268"], ["updated_at", "2020-11-21 14:19:26.055268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-21 14:19:26.056703"], ["updated_at", "2020-11-21 14:19:26.056703"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 12], ["created_at", "2020-11-21 14:19:26.058097"], ["updated_at", "2020-11-21 14:19:26.058097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-21 14:19:26.059513"], ["updated_at", "2020-11-21 14:19:26.059513"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 14:19:26.060900"], ["updated_at", "2020-11-21 14:19:26.060900"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 14:19:26.062204"], ["updated_at", "2020-11-21 14:19:26.062204"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.063088"], ["updated_at", "2020-11-21 14:19:26.063088"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.063859"], ["updated_at", "2020-11-21 14:19:26.063859"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.064590"], ["updated_at", "2020-11-21 14:19:26.064590"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.065277"], ["updated_at", "2020-11-21 14:19:26.065277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.065978"], ["updated_at", "2020-11-21 14:19:26.065978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:19:26.067252"], ["updated_at", "2020-11-21 14:19:26.067252"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:19:26.068420"], ["updated_at", "2020-11-21 14:19:26.068420"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:19:26.069511"], ["updated_at", "2020-11-21 14:19:26.069511"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:19:26.070756"], ["updated_at", "2020-11-21 14:19:26.070756"], ["india_id", 9]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:19:26.072103"], ["updated_at", "2020-11-21 14:19:26.072103"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "6794 Kenneth Estates, Brownbury, MD 12526-2083"], ["city", "Lanceton"], ["country", "Luxembourg"], ["description", "Iste molestias et. Ipsam minima pariatur. Quas voluptatum quae."], ["email", "hiroko.turner@example.info"], ["first_name", "Lynsey"], ["firstname", "David"], ["last_name", "Donnelly"], ["lastname", "Rippin"], ["lat", "86.41309969418836"], ["latitute", "5.84522443379835"], ["lng", "-63.137599970047674"], ["locale", "KH"], ["longitude", "-153.9702918670987"], ["middlename", "Schneider"], ["middle_name", "Dietrich"], ["password", "Hn5VxYhTp9HfMw"], ["phone", "(783) 655-4919"], ["phone_number", "365-024-6829 x2891"], ["reference", "2b4c25b2-cfe4-4e2e-844b-af104adf0dd9"], ["title", "Doloremque sed sit aut a sit."], ["user_name", "willis.steuber"], ["username", "mitzie_ortiz"], ["uuid", "1229e0c4-2806-492e-9943-0d1759aa9e1e"], ["created_at", "2020-11-21 14:19:26.096638"], ["updated_at", "2020-11-21 14:19:26.096638"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 928 96468 Donn Streets, Jerrellland, AL 70435"], ["city", "Kennyville"], ["country", "Guernsey"], ["description", "Aspernatur necessitatibus rem. Quod doloribus nulla. Enim qui corrupti. Voluptatem delectus et."], ["email", "jessie@example.info"], ["first_name", "Leonarda"], ["firstname", "Brendan"], ["last_name", "Pouros"], ["lastname", "Krajcik"], ["lat", "22.361042615382047"], ["latitute", "-24.568455832833138"], ["lng", "21.95723575667617"], ["locale", "HK"], ["longitude", "-147.59234898755565"], ["middlename", "Schuster"], ["middle_name", "Spencer"], ["password", "OjOkPh64SlVc3X"], ["phone", "1-373-026-6567 x7381"], ["phone_number", "1-742-057-8458"], ["reference", "1c24571f-1b26-4dcb-94f9-724d9a265c63"], ["title", "Non labore necessitatibus cumque."], ["user_name", "rigoberto_sanford"], ["username", "armand"], ["uuid", "dec7f151-7b6a-43c6-856f-4fe6d3e35ef5"], ["created_at", "2020-11-21 14:19:26.121681"], ["updated_at", "2020-11-21 14:19:26.121681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 945 35416 Jaime Heights, South Weldonland, NM 68307-6524"], ["city", "Antoinehaven"], ["country", "Guernsey"], ["description", "Nihil facilis nam. Ducimus vero est. Ducimus perspiciatis sed."], ["email", "mike@example.biz"], ["first_name", "Danial"], ["firstname", "Lavenia"], ["last_name", "Simonis"], ["lastname", "Mitchell"], ["lat", "53.094875281723915"], ["latitute", "-5.266237908679656"], ["lng", "62.2727341212765"], ["locale", "TC"], ["longitude", "133.9054467665436"], ["middlename", "Shields"], ["middle_name", "Konopelski"], ["password", "N1v7PpTfX8o"], ["phone", "543.958.1236"], ["phone_number", "549.100.4874 x2812"], ["reference", "f88be058-80a4-44da-bdbb-488a5fca2b2d"], ["title", "Sed occaecati nihil qui omnis."], ["user_name", "myrta"], ["username", "milford"], ["uuid", "aaf979aa-8884-4418-a46f-e4f5be404c88"], ["created_at", "2020-11-21 14:19:26.146446"], ["updated_at", "2020-11-21 14:19:26.146446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "29663 Hartmann Way, Hickletown, AR 41695-2140"], ["city", "Satterfieldburgh"], ["country", "Wallis and Futuna"], ["description", "Dolorem distinctio quam. Enim est et."], ["email", "leeann_kihn@example.io"], ["first_name", "Vesta"], ["firstname", "Ricky"], ["last_name", "Gerlach"], ["lastname", "Douglas"], ["lat", "-28.816743067088332"], ["latitute", "-37.738663134318124"], ["lng", "-169.89989999710772"], ["locale", "GD"], ["longitude", "56.71086678067928"], ["middlename", "Schneider"], ["middle_name", "Altenwerth"], ["password", "Sc0SnV61oZjHa8"], ["phone", "967.866.8742 x0902"], ["phone_number", "(721) 058-3054 x2941"], ["reference", "abbcf2b1-0302-4a0f-a94b-1c108de23d32"], ["title", "Eum occaecati id quae."], ["user_name", "jestine"], ["username", "sharyl"], ["uuid", "ff181c29-11b9-44fb-83a2-c0eba4fd03e9"], ["created_at", "2020-11-21 14:19:26.180224"], ["updated_at", "2020-11-21 14:19:26.180224"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "42250 Cathie Mountains, East Desmond, KY 90583-3719"], ["city", "Lake Nestor"], ["country", "Togo"], ["description", "Hic labore alias. Et voluptate aliquam. Commodi sint repellat. Non harum dignissimos."], ["email", "lanell_johnson@example.com"], ["first_name", "Earlene"], ["firstname", "Saul"], ["last_name", "Block"], ["lastname", "Robel"], ["lat", "72.14191841982495"], ["latitute", "-85.96316334948926"], ["lng", "92.6889439279488"], ["locale", "IN"], ["longitude", "139.35488367989592"], ["middlename", "Moen"], ["middle_name", "Howell"], ["password", "8BjKqXmCtAh06Dm"], ["phone", "350.491.3976 x49388"], ["phone_number", "885-517-4311 x109"], ["reference", "c4a5bc79-b372-458d-9b74-5061124db35c"], ["title", "Molestias quaerat odit sed est."], ["user_name", "edyth.konopelski"], ["username", "calvin"], ["uuid", "3abca5a7-a1af-47ee-9b38-ee7b7c5e9850"], ["created_at", "2020-11-21 14:19:26.208981"], ["updated_at", "2020-11-21 14:19:26.208981"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:19:26.210996"], ["updated_at", "2020-11-21 14:19:26.210996"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-21 14:19:26.212215"], ["updated_at", "2020-11-21 14:19:26.212215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:19:26.213347"], ["updated_at", "2020-11-21 14:19:26.213347"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-21 14:19:26.214478"], ["updated_at", "2020-11-21 14:19:26.214478"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-21 14:19:26.215623"], ["updated_at", "2020-11-21 14:19:26.215623"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.226765"], ["updated_at", "2020-11-21 14:19:26.226765"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.227565"], ["updated_at", "2020-11-21 14:19:26.227565"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.228209"], ["updated_at", "2020-11-21 14:19:26.228209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.228824"], ["updated_at", "2020-11-21 14:19:26.228824"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.229439"], ["updated_at", "2020-11-21 14:19:26.229439"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:19:26.230090"], ["updated_at", "2020-11-21 14:19:26.230090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:19:26.230796"], ["updated_at", "2020-11-21 14:19:26.230796"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:19:26.231564"], ["updated_at", "2020-11-21 14:19:26.231564"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:19:26.232334"], ["updated_at", "2020-11-21 14:19:26.232334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:19:26.232967"], ["updated_at", "2020-11-21 14:19:26.232967"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.1ms) SELECT COUNT(*) FROM "limas"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 27.4698875858691], ["string", "Voluptate ut amet."], ["date", "2020-12-27"], ["time", "2000-01-01 02:43:01.311132"], ["datetime", "2020-11-11 06:38:14.870812"], ["created_at", "2020-11-21 14:19:26.271026"], ["updated_at", "2020-11-21 14:19:26.271026"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 8.83208460244126], ["string", "Odio harum praesentium expedita quo."], ["date", "2020-11-09"], ["time", "2000-01-01 03:24:25.775313"], ["datetime", "2020-11-26 10:14:37.248886"], ["created_at", "2020-11-21 14:19:26.275004"], ["updated_at", "2020-11-21 14:19:26.275004"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 8.33813855657307], ["string", "Suscipit porro impedit nisi aut."], ["date", "2020-11-14"], ["time", "2000-01-01 11:10:53.868641"], ["datetime", "2020-12-14 09:11:13.685781"], ["created_at", "2020-11-21 14:19:26.279113"], ["updated_at", "2020-11-21 14:19:26.279113"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 8.95335386764698], ["string", "Ut fuga consequuntur sit."], ["date", "2020-10-29"], ["time", "2000-01-01 05:07:04.333616"], ["datetime", "2020-10-13 03:08:16.028382"], ["created_at", "2020-11-21 14:19:26.284679"], ["updated_at", "2020-11-21 14:19:26.284679"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 15.0451274147052], ["string", "Quasi optio itaque."], ["date", "2020-12-02"], ["time", "2000-01-01 12:18:28.497468"], ["datetime", "2020-12-09 19:14:38.895094"], ["created_at", "2020-11-21 14:19:26.287744"], ["updated_at", "2020-11-21 14:19:26.287744"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 21], ["decimal", 22.4279530824846], ["string", "Repudiandae voluptates consequuntur."], ["date", "2020-10-15"], ["time", "2000-01-01 18:55:15.779550"], ["datetime", "2020-11-04 22:14:24.307636"], ["created_at", "2020-11-21 14:19:26.290806"], ["updated_at", "2020-11-21 14:19:26.290806"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.295171"], ["updated_at", "2020-11-21 14:19:26.295171"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 8.90218174450128], ["string", "Vitae quaerat quos corporis rerum doloremque."], ["date", "2020-12-06"], ["time", "2000-01-01 05:47:54.881537"], ["datetime", "2020-11-18 08:32:50.336488"], ["created_at", "2020-11-21 14:19:26.338562"], ["updated_at", "2020-11-21 14:19:26.338562"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 17.8024597323592], ["string", "Harum quo explicabo."], ["date", "2020-10-10"], ["time", "2000-01-01 22:54:56.609922"], ["datetime", "2020-11-07 15:19:40.203486"], ["created_at", "2020-11-21 14:19:26.342611"], ["updated_at", "2020-11-21 14:19:26.342611"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 1.50110983104051], ["string", "Dolore rerum velit ullam omnis qui."], ["date", "2020-11-21"], ["time", "2000-01-01 15:22:06.032031"], ["datetime", "2020-11-28 16:47:34.360732"], ["created_at", "2020-11-21 14:19:26.347242"], ["updated_at", "2020-11-21 14:19:26.347242"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 3.79270876438063], ["string", "Minus dolorem commodi."], ["date", "2020-11-20"], ["time", "2000-01-01 01:02:23.905594"], ["datetime", "2020-11-20 18:53:19.550569"], ["created_at", "2020-11-21 14:19:26.351061"], ["updated_at", "2020-11-21 14:19:26.351061"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 9.85476305110815], ["string", "Voluptatem autem eum incidunt."], ["date", "2020-12-22"], ["time", "2000-01-01 11:22:35.394585"], ["datetime", "2020-12-16 19:17:49.103626"], ["created_at", "2020-11-21 14:19:26.354352"], ["updated_at", "2020-11-21 14:19:26.354352"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 1.37318950457158], ["string", "Consectetur suscipit fugit consequatur corrupti."], ["created_at", "2020-11-21 14:19:26.357584"], ["updated_at", "2020-11-21 14:19:26.357584"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 5.04995540257194], ["string", "Rem quam sunt ea accusantium."], ["created_at", "2020-11-21 14:19:26.361603"], ["updated_at", "2020-11-21 14:19:26.361603"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 0.250338416294234], ["string", "Eos ipsum id est et."], ["created_at", "2020-11-21 14:19:26.364908"], ["updated_at", "2020-11-21 14:19:26.364908"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 0.855455475357816], ["string", "Numquam quisquam in eaque."], ["created_at", "2020-11-21 14:19:26.367967"], ["updated_at", "2020-11-21 14:19:26.367967"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 5.24930551359403], ["string", "Exercitationem est sint."], ["created_at", "2020-11-21 14:19:26.370638"], ["updated_at", "2020-11-21 14:19:26.370638"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:19:26.372822"], ["updated_at", "2020-11-21 14:19:26.372822"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:19:26.374768"], ["updated_at", "2020-11-21 14:19:26.374768"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:19:26.376705"], ["updated_at", "2020-11-21 14:19:26.376705"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:19:26.378578"], ["updated_at", "2020-11-21 14:19:26.378578"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:19:26.380340"], ["updated_at", "2020-11-21 14:19:26.380340"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-21 14:19:26.382857"], ["updated_at", "2020-11-21 14:19:26.382857"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-21 14:19:26.385357"], ["updated_at", "2020-11-21 14:19:26.385357"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-21 14:19:26.387760"], ["updated_at", "2020-11-21 14:19:26.387760"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-21 14:19:26.390190"], ["updated_at", "2020-11-21 14:19:26.390190"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-21 14:19:26.392777"], ["updated_at", "2020-11-21 14:19:26.392777"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 14:19:26.394707"], ["updated_at", "2020-11-21 14:19:26.394707"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 14:19:26.396594"], ["updated_at", "2020-11-21 14:19:26.396594"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:19:26.398282"], ["updated_at", "2020-11-21 14:19:26.398282"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 14:19:26.399955"], ["updated_at", "2020-11-21 14:19:26.399955"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:19:26.401576"], ["updated_at", "2020-11-21 14:19:26.401576"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.402580"], ["updated_at", "2020-11-21 14:19:26.402580"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.403534"], ["updated_at", "2020-11-21 14:19:26.403534"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.404542"], ["updated_at", "2020-11-21 14:19:26.404542"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.405397"], ["updated_at", "2020-11-21 14:19:26.405397"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.406254"], ["updated_at", "2020-11-21 14:19:26.406254"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.407919"], ["updated_at", "2020-11-21 14:19:26.407919"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.409548"], ["updated_at", "2020-11-21 14:19:26.409548"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.411020"], ["updated_at", "2020-11-21 14:19:26.411020"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.412514"], ["updated_at", "2020-11-21 14:19:26.412514"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.413976"], ["updated_at", "2020-11-21 14:19:26.413976"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4770 Andria Bypass, West Salvatorebury, ME 81613"], ["city", "Gleichnerchester"], ["country", "Netherlands Antilles"], ["description", "Quia dignissimos aut. Quasi dignissimos dicta. Itaque debitis atque."], ["email", "alexia_block@example.org"], ["first_name", "Lawerence"], ["firstname", "Virgil"], ["last_name", "Ortiz"], ["lastname", "Koch"], ["lat", "-27.522605929084435"], ["latitute", "-8.768556340835474"], ["lng", "134.63080010077346"], ["locale", "KM"], ["longitude", "-83.13817535894229"], ["middlename", "Bailey"], ["middle_name", "Lehner"], ["password", "IsV75hDs97F5uO"], ["phone", "101-125-9198 x64362"], ["phone_number", "(889) 035-2826 x82646"], ["reference", "430c519d-ea64-44bc-9ae9-09801652d378"], ["title", "At et voluptatem ut voluptatem."], ["user_name", "francesca.mosciski"], ["username", "jermaine"], ["uuid", "0dd62764-68fe-4e79-a434-d10045ef0b87"], ["created_at", "2020-11-21 14:19:26.438046"], ["updated_at", "2020-11-21 14:19:26.438046"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2972 Velva Lights, East Marquis, NM 04253-5120"], ["city", "Maryborough"], ["country", "Aruba"], ["description", "Error doloremque voluptas. Exercitationem molestias quo."], ["email", "willie@example.biz"], ["first_name", "Ladonna"], ["firstname", "Etsuko"], ["last_name", "Strosin"], ["lastname", "Huels"], ["lat", "-89.38660371352067"], ["latitute", "26.732487897338217"], ["lng", "147.70734444637583"], ["locale", "BQ"], ["longitude", "122.78533569032987"], ["middlename", "Boyle"], ["middle_name", "Kunde"], ["password", "5UoFxFqVlEi"], ["phone", "(807) 366-6664 x21039"], ["phone_number", "684.994.9433 x935"], ["reference", "e24c9075-3836-4450-99f4-12d520a95162"], ["title", "Qui quia ipsum."], ["user_name", "augustine_mante"], ["username", "manuel_feeney"], ["uuid", "ea6c8be3-f3fa-4035-9f8a-943d4521c93c"], ["created_at", "2020-11-21 14:19:26.475797"], ["updated_at", "2020-11-21 14:19:26.475797"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 614 5207 Wintheiser Ville, Lake Lloydville, NV 58577-6566"], ["city", "Kozeyland"], ["country", "Gambia"], ["description", "Unde non fuga. Corrupti quis animi."], ["email", "pa.bogan@example.info"], ["first_name", "Voncile"], ["firstname", "Camelia"], ["last_name", "Cronin"], ["lastname", "Lynch"], ["lat", "75.33343497034471"], ["latitute", "-44.227413979863"], ["lng", "11.531140709343248"], ["locale", "KI"], ["longitude", "-169.208750864877"], ["middlename", "Bashirian"], ["middle_name", "Grant"], ["password", "KhDgAm7757AiUlMp"], ["phone", "1-948-577-3259 x888"], ["phone_number", "441.628.2054"], ["reference", "9fa433d7-7d3c-48d7-bb77-97b763bf096f"], ["title", "Blanditiis sunt ut."], ["user_name", "elinor.schmitt"], ["username", "elna.marks"], ["uuid", "aec9e46b-fc9c-4693-a1ac-9d253c802bc6"], ["created_at", "2020-11-21 14:19:26.502873"], ["updated_at", "2020-11-21 14:19:26.502873"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 485 606 Bechtelar Fords, East Julius, OH 11560"], ["city", "Henrytown"], ["country", "Micronesia"], ["description", "Eaque sed iusto. Qui rerum similique. Temporibus ipsum quidem. Et nisi quam."], ["email", "sandy.rath@example.org"], ["first_name", "Eddie"], ["firstname", "Bari"], ["last_name", "Langosh"], ["lastname", "Wiegand"], ["lat", "-74.3858295747224"], ["latitute", "59.68096872731155"], ["lng", "-37.13672880751486"], ["locale", "CY"], ["longitude", "-18.969947753893706"], ["middlename", "Hauck"], ["middle_name", "Waters"], ["password", "IlRySc3Hb"], ["phone", "1-915-857-4870"], ["phone_number", "898-625-0416 x25193"], ["reference", "6df06a54-ae6f-45f3-b4f5-47242ed460dc"], ["title", "Magni consectetur sed suscipit."], ["user_name", "amiee_waters"], ["username", "meggan.crona"], ["uuid", "0fb86ffb-289f-4b19-b767-d7e1ddba3b5e"], ["created_at", "2020-11-21 14:19:26.527840"], ["updated_at", "2020-11-21 14:19:26.527840"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 887 65227 Buck Ridge, Lake Garry, IN 31513"], ["city", "Jacquettaland"], ["country", "Mali"], ["description", "Totam repudiandae ab. Consequatur dolor voluptatem. Magnam dolor quibusdam. Aperiam iure consequatur. Sit atque voluptas."], ["email", "kymberly_wilkinson@example.io"], ["first_name", "Alva"], ["firstname", "Mitch"], ["last_name", "Kerluke"], ["lastname", "Breitenberg"], ["lat", "39.8290699229168"], ["latitute", "-72.40136228529227"], ["lng", "52.83014230527189"], ["locale", "CU"], ["longitude", "37.8466483299664"], ["middlename", "Mosciski"], ["middle_name", "Zboncak"], ["password", "BzWsTcAjQ51uEm"], ["phone", "1-441-602-8209 x233"], ["phone_number", "(770) 310-7742 x185"], ["reference", "52cfd941-bae4-4764-aec1-d507f9ccc713"], ["title", "Aliquid tempora odio ad a id."], ["user_name", "donnetta"], ["username", "heath"], ["uuid", "b3d368c2-ad83-4391-a7d1-39e149869c59"], ["created_at", "2020-11-21 14:19:26.553030"], ["updated_at", "2020-11-21 14:19:26.553030"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:19:26.555443"], ["updated_at", "2020-11-21 14:19:26.555443"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:19:26.557081"], ["updated_at", "2020-11-21 14:19:26.557081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:19:26.558660"], ["updated_at", "2020-11-21 14:19:26.558660"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:19:26.560186"], ["updated_at", "2020-11-21 14:19:26.560186"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:19:26.561648"], ["updated_at", "2020-11-21 14:19:26.561648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.573527"], ["updated_at", "2020-11-21 14:19:26.573527"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.574480"], ["updated_at", "2020-11-21 14:19:26.574480"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.575491"], ["updated_at", "2020-11-21 14:19:26.575491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.576357"], ["updated_at", "2020-11-21 14:19:26.576357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.577201"], ["updated_at", "2020-11-21 14:19:26.577201"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:19:26.578105"], ["updated_at", "2020-11-21 14:19:26.578105"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:19:26.579009"], ["updated_at", "2020-11-21 14:19:26.579009"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:19:26.579853"], ["updated_at", "2020-11-21 14:19:26.579853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:19:26.580726"], ["updated_at", "2020-11-21 14:19:26.580726"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:19:26.581647"], ["updated_at", "2020-11-21 14:19:26.581647"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 12.6488863532313], ["string", "Eum pariatur dolores optio."], ["date", "2020-11-10"], ["time", "2000-01-01 03:06:09.197355"], ["datetime", "2020-12-27 05:15:32.957594"], ["created_at", "2020-11-21 14:19:26.584031"], ["updated_at", "2020-11-21 14:19:26.584031"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 15.3561816211345], ["string", "Provident odit necessitatibus earum qui."], ["date", "2020-12-27"], ["time", "2000-01-01 18:59:32.399704"], ["datetime", "2020-11-01 19:35:48.450758"], ["created_at", "2020-11-21 14:19:26.586554"], ["updated_at", "2020-11-21 14:19:26.586554"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 23], ["decimal", 1.42719559694812], ["string", "Ab qui dolor provident repellendus mollitia."], ["date", "2020-11-07"], ["time", "2000-01-01 04:33:52.513811"], ["datetime", "2020-11-11 00:02:49.944620"], ["created_at", "2020-11-21 14:19:26.588997"], ["updated_at", "2020-11-21 14:19:26.588997"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 23.9422863940505], ["string", "Perferendis dolores ea saepe."], ["date", "2020-11-26"], ["time", "2000-01-01 13:03:46.205193"], ["datetime", "2020-11-18 13:23:24.482540"], ["created_at", "2020-11-21 14:19:26.591460"], ["updated_at", "2020-11-21 14:19:26.591460"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 32.135665035991], ["string", "Eum ducimus asperiores maxime."], ["date", "2020-12-16"], ["time", "2000-01-01 18:01:53.690752"], ["datetime", "2020-12-10 22:30:34.966622"], ["created_at", "2020-11-21 14:19:26.594014"], ["updated_at", "2020-11-21 14:19:26.594014"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1021], ["decimal", 0.209952314179199], ["string", "Libero nihil et."], ["created_at", "2020-11-21 14:19:26.596348"], ["updated_at", "2020-11-21 14:19:26.596348"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 6.01345112441262], ["string", "Minus sint sed et aut."], ["created_at", "2020-11-21 14:19:26.598413"], ["updated_at", "2020-11-21 14:19:26.598413"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 12.0103688450111], ["string", "Iusto sed quia quibusdam."], ["created_at", "2020-11-21 14:19:26.600513"], ["updated_at", "2020-11-21 14:19:26.600513"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 11.7437817872986], ["string", "Et asperiores beatae."], ["created_at", "2020-11-21 14:19:26.602572"], ["updated_at", "2020-11-21 14:19:26.602572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 9.77917163781301], ["string", "Nihil modi ut."], ["created_at", "2020-11-21 14:19:26.604712"], ["updated_at", "2020-11-21 14:19:26.604712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-21 14:19:26.606414"], ["updated_at", "2020-11-21 14:19:26.606414"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-21 14:19:26.607971"], ["updated_at", "2020-11-21 14:19:26.607971"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:19:26.609518"], ["updated_at", "2020-11-21 14:19:26.609518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:19:26.611000"], ["updated_at", "2020-11-21 14:19:26.611000"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:19:26.612464"], ["updated_at", "2020-11-21 14:19:26.612464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 7], ["created_at", "2020-11-21 14:19:26.614565"], ["updated_at", "2020-11-21 14:19:26.614565"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 3], ["created_at", "2020-11-21 14:19:26.616639"], ["updated_at", "2020-11-21 14:19:26.616639"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 6], ["created_at", "2020-11-21 14:19:26.618812"], ["updated_at", "2020-11-21 14:19:26.618812"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 9], ["created_at", "2020-11-21 14:19:26.621639"], ["updated_at", "2020-11-21 14:19:26.621639"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 7], ["created_at", "2020-11-21 14:19:26.623512"], ["updated_at", "2020-11-21 14:19:26.623512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-21 14:19:26.624756"], ["updated_at", "2020-11-21 14:19:26.624756"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 14:19:26.625982"], ["updated_at", "2020-11-21 14:19:26.625982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 14:19:26.627173"], ["updated_at", "2020-11-21 14:19:26.627173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 14:19:26.628286"], ["updated_at", "2020-11-21 14:19:26.628286"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-21 14:19:26.629379"], ["updated_at", "2020-11-21 14:19:26.629379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.630068"], ["updated_at", "2020-11-21 14:19:26.630068"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.630701"], ["updated_at", "2020-11-21 14:19:26.630701"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.631333"], ["updated_at", "2020-11-21 14:19:26.631333"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.632006"], ["updated_at", "2020-11-21 14:19:26.632006"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.632719"], ["updated_at", "2020-11-21 14:19:26.632719"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:19:26.634292"], ["updated_at", "2020-11-21 14:19:26.634292"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:19:26.635558"], ["updated_at", "2020-11-21 14:19:26.635558"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:19:26.636794"], ["updated_at", "2020-11-21 14:19:26.636794"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:19:26.638032"], ["updated_at", "2020-11-21 14:19:26.638032"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:19:26.639275"], ["updated_at", "2020-11-21 14:19:26.639275"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "146 Lakesha Extensions, Lake Nicolasa, AR 00098-8323"], ["city", "Henriettaberg"], ["country", "Bahrain"], ["description", "Dignissimos voluptates omnis. Sunt repudiandae id. Velit sint natus. Dolorem mollitia occaecati. Eos mollitia molestias."], ["email", "niki@example.biz"], ["first_name", "Jacques"], ["firstname", "Derrick"], ["last_name", "White"], ["lastname", "Russel"], ["lat", "-32.7263943634756"], ["latitute", "45.65600227482278"], ["lng", "-81.28355849140416"], ["locale", "ID"], ["longitude", "-5.592953536562504"], ["middlename", "Grady"], ["middle_name", "Russel"], ["password", "9KcJeO6q"], ["phone", "(377) 602-4198 x9642"], ["phone_number", "916-615-9946 x928"], ["reference", "b359810f-ff5a-44a3-8697-713fb2165db1"], ["title", "Doloribus quidem illum ab esse."], ["user_name", "rosendo"], ["username", "leigh_douglas"], ["uuid", "a9ad309e-bde4-4872-bc06-9271a101a2a8"], ["created_at", "2020-11-21 14:19:26.675629"], ["updated_at", "2020-11-21 14:19:26.675629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "975 Wilfredo Garden, North Aleshaside, OR 79732-2433"], ["city", "New Ronniefurt"], ["country", "South Georgia and the South Sandwich Islands"], ["description", "Laudantium consequuntur adipisci. Aliquam aut quis. Nemo labore eos."], ["email", "elliott@example.net"], ["first_name", "Olin"], ["firstname", "Kasha"], ["last_name", "Daniel"], ["lastname", "Mohr"], ["lat", "-10.567861179663296"], ["latitute", "-31.582121253050964"], ["lng", "131.9460321999211"], ["locale", "CY"], ["longitude", "61.62833096810681"], ["middlename", "Jacobson"], ["middle_name", "Murphy"], ["password", "6ZoQg3KfL1b"], ["phone", "105-554-9391 x3002"], ["phone_number", "1-903-411-3450"], ["reference", "e05fffca-6e72-4074-b938-f9a65b95513e"], ["title", "Quis consequatur praesentium pariatur tenetur."], ["user_name", "stephen_wisozk"], ["username", "emmie_wolf"], ["uuid", "02fb4b3b-4a79-4b35-9764-db4e0c92dfe2"], ["created_at", "2020-11-21 14:19:26.703171"], ["updated_at", "2020-11-21 14:19:26.703171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 871 70872 Sidney Row, Port Kenyetta, VA 27419-6062"], ["city", "Port Winnifredmouth"], ["country", "Zambia"], ["description", "In beatae quibusdam. In architecto blanditiis."], ["email", "neal.nitzsche@example.info"], ["first_name", "Jose"], ["firstname", "Kristopher"], ["last_name", "Sauer"], ["lastname", "Reinger"], ["lat", "44.916958341035524"], ["latitute", "-18.896277674074724"], ["lng", "-123.55238187507467"], ["locale", "ML"], ["longitude", "125.89109523340335"], ["middlename", "Jast"], ["middle_name", "Kub"], ["password", "XsEtSqCf"], ["phone", "380.964.7093 x1896"], ["phone_number", "547-866-6706"], ["reference", "ef7477e6-2f2c-40e6-a418-7dd6e6f3a2b0"], ["title", "Voluptatem accusantium asperiores praesentium impedit saepe."], ["user_name", "awilda"], ["username", "arlen"], ["uuid", "0ef6947c-30e5-4700-9e32-3452dcf13d10"], ["created_at", "2020-11-21 14:19:26.727679"], ["updated_at", "2020-11-21 14:19:26.727679"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "810 Chauncey Stream, Braunview, SD 88816"], ["city", "Port Romeo"], ["country", "Christmas Island"], ["description", "Unde enim nihil. Dolor error velit. Dolore facere vero. Tenetur quo voluptate. Qui atque non."], ["email", "yuri.williamson@example.com"], ["first_name", "Giuseppe"], ["firstname", "Daren"], ["last_name", "Mills"], ["lastname", "Oberbrunner"], ["lat", "32.98817572332851"], ["latitute", "-63.73475052443041"], ["lng", "126.31384174200787"], ["locale", "CM"], ["longitude", "172.8880487018837"], ["middlename", "Ebert"], ["middle_name", "Purdy"], ["password", "M1vGpA3aFvEf6J"], ["phone", "1-116-221-5674"], ["phone_number", "(635) 941-0729"], ["reference", "f0a947ad-7e2d-4db2-8eed-4cb0f7560374"], ["title", "Facilis vero sint saepe."], ["user_name", "johnie_von"], ["username", "harrison"], ["uuid", "2b5a8dd6-0f7a-4127-9786-b81aaf6491fd"], ["created_at", "2020-11-21 14:19:26.752297"], ["updated_at", "2020-11-21 14:19:26.752297"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 459 927 Bernhard Rapid, Schmittville, KS 54246"], ["city", "West Tamport"], ["country", "Syrian Arab Republic"], ["description", "Repellat est autem. Saepe nam iste. Voluptate sunt aliquam."], ["email", "charles@example.net"], ["first_name", "Nickolas"], ["firstname", "Ron"], ["last_name", "Bartell"], ["lastname", "Fritsch"], ["lat", "57.38568748494404"], ["latitute", "65.89478787310347"], ["lng", "40.646483329315515"], ["locale", "AX"], ["longitude", "154.56628100345017"], ["middlename", "Kuhlman"], ["middle_name", "Wunsch"], ["password", "9MiIl1G25"], ["phone", "333-423-5860 x7383"], ["phone_number", "953.591.0175 x24180"], ["reference", "371f9891-9c4f-42da-affa-2ea1c2a5eaea"], ["title", "Reprehenderit sequi labore eligendi voluptatem dolores."], ["user_name", "claud"], ["username", "clyde"], ["uuid", "8e415845-986e-4dd0-a1ea-aebb469a2312"], ["created_at", "2020-11-21 14:19:26.776648"], ["updated_at", "2020-11-21 14:19:26.776648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:19:26.778598"], ["updated_at", "2020-11-21 14:19:26.778598"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:19:26.779828"], ["updated_at", "2020-11-21 14:19:26.779828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:19:26.780952"], ["updated_at", "2020-11-21 14:19:26.780952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 14:19:26.782089"], ["updated_at", "2020-11-21 14:19:26.782089"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:19:26.783199"], ["updated_at", "2020-11-21 14:19:26.783199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.794088"], ["updated_at", "2020-11-21 14:19:26.794088"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.794895"], ["updated_at", "2020-11-21 14:19:26.794895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.795540"], ["updated_at", "2020-11-21 14:19:26.795540"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.796173"], ["updated_at", "2020-11-21 14:19:26.796173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.796826"], ["updated_at", "2020-11-21 14:19:26.796826"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:19:26.797497"], ["updated_at", "2020-11-21 14:19:26.797497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:19:26.798177"], ["updated_at", "2020-11-21 14:19:26.798177"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:19:26.798829"], ["updated_at", "2020-11-21 14:19:26.798829"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:19:26.799489"], ["updated_at", "2020-11-21 14:19:26.799489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:19:26.800142"], ["updated_at", "2020-11-21 14:19:26.800142"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 12.9924079854012], ["string", "Nulla id nihil repellat."], ["date", "2020-10-13"], ["time", "2000-01-01 15:39:04.662714"], ["datetime", "2020-11-16 11:13:40.793339"], ["created_at", "2020-11-21 14:19:26.802259"], ["updated_at", "2020-11-21 14:19:26.802259"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 2.96752915067513], ["string", "Vel esse itaque ut ullam."], ["date", "2020-11-27"], ["time", "2000-01-01 19:06:15.653871"], ["datetime", "2020-11-17 23:43:47.433404"], ["created_at", "2020-11-21 14:19:26.804540"], ["updated_at", "2020-11-21 14:19:26.804540"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 32], ["decimal", 22.4255102290987], ["string", "Aliquam assumenda quidem repudiandae est fugit."], ["date", "2020-11-17"], ["time", "2000-01-01 14:00:54.561000"], ["datetime", "2020-10-11 16:27:37.065849"], ["created_at", "2020-11-21 14:19:26.806815"], ["updated_at", "2020-11-21 14:19:26.806815"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 3.67115267932267], ["string", "Ratione quia esse dolor eum provident."], ["date", "2020-10-30"], ["time", "2000-01-01 17:55:23.444983"], ["datetime", "2020-12-13 00:48:58.766177"], ["created_at", "2020-11-21 14:19:26.809675"], ["updated_at", "2020-11-21 14:19:26.809675"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 26], ["decimal", 4.09676304896011], ["string", "Quo et animi sit et."], ["date", "2020-10-23"], ["time", "2000-01-01 05:05:43.068036"], ["datetime", "2020-12-23 08:01:48.341112"], ["created_at", "2020-11-21 14:19:26.812050"], ["updated_at", "2020-11-21 14:19:26.812050"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 13.5979794887877], ["string", "Est necessitatibus deserunt nam."], ["created_at", "2020-11-21 14:19:26.814140"], ["updated_at", "2020-11-21 14:19:26.814140"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1019], ["decimal", 8.97721322487065], ["string", "Laborum eum aut."], ["created_at", "2020-11-21 14:19:26.815980"], ["updated_at", "2020-11-21 14:19:26.815980"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 31.8653277429344], ["string", "Quia vel ducimus nisi dolor labore."], ["created_at", "2020-11-21 14:19:26.817781"], ["updated_at", "2020-11-21 14:19:26.817781"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 2.92422649166293], ["string", "Officia commodi cum."], ["created_at", "2020-11-21 14:19:26.819597"], ["updated_at", "2020-11-21 14:19:26.819597"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 0.0344609493231723], ["string", "Maxime quia quae illum sint sed."], ["created_at", "2020-11-21 14:19:26.821388"], ["updated_at", "2020-11-21 14:19:26.821388"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-21 14:19:26.822717"], ["updated_at", "2020-11-21 14:19:26.822717"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-21 14:19:26.823926"], ["updated_at", "2020-11-21 14:19:26.823926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:19:26.825065"], ["updated_at", "2020-11-21 14:19:26.825065"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-21 14:19:26.834719"], ["updated_at", "2020-11-21 14:19:26.834719"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:19:26.836129"], ["updated_at", "2020-11-21 14:19:26.836129"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.7ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 8], ["created_at", "2020-11-21 14:19:26.838080"], ["updated_at", "2020-11-21 14:19:26.838080"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 14], ["created_at", "2020-11-21 14:19:26.840557"], ["updated_at", "2020-11-21 14:19:26.840557"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-21 14:19:26.842481"], ["updated_at", "2020-11-21 14:19:26.842481"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 10], ["created_at", "2020-11-21 14:19:26.844365"], ["updated_at", "2020-11-21 14:19:26.844365"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 4], ["created_at", "2020-11-21 14:19:26.846175"], ["updated_at", "2020-11-21 14:19:26.846175"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 14:19:26.847627"], ["updated_at", "2020-11-21 14:19:26.847627"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 11], ["created_at", "2020-11-21 14:19:26.849011"], ["updated_at", "2020-11-21 14:19:26.849011"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-21 14:19:26.850336"], ["updated_at", "2020-11-21 14:19:26.850336"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 14], ["created_at", "2020-11-21 14:19:26.851676"], ["updated_at", "2020-11-21 14:19:26.851676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 15], ["created_at", "2020-11-21 14:19:26.853018"], ["updated_at", "2020-11-21 14:19:26.853018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.853842"], ["updated_at", "2020-11-21 14:19:26.853842"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.854611"], ["updated_at", "2020-11-21 14:19:26.854611"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.855338"], ["updated_at", "2020-11-21 14:19:26.855338"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.856053"], ["updated_at", "2020-11-21 14:19:26.856053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:26.856766"], ["updated_at", "2020-11-21 14:19:26.856766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:19:26.858098"], ["updated_at", "2020-11-21 14:19:26.858098"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:19:26.859452"], ["updated_at", "2020-11-21 14:19:26.859452"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:19:26.860683"], ["updated_at", "2020-11-21 14:19:26.860683"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:19:26.861902"], ["updated_at", "2020-11-21 14:19:26.861902"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:19:26.863095"], ["updated_at", "2020-11-21 14:19:26.863095"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 933 3344 Gorczany Trail, Abernathyside, GA 52766"], ["city", "Lefflermouth"], ["country", "Swaziland"], ["description", "Voluptatem vitae reiciendis. Nihil neque ea."], ["email", "margeret.rodriguez@example.name"], ["first_name", "Jaimie"], ["firstname", "Ta"], ["last_name", "Smitham"], ["lastname", "Mante"], ["lat", "29.389742565798983"], ["latitute", "-23.800780485846516"], ["lng", "-132.6409412655426"], ["locale", "TN"], ["longitude", "-81.84903640346816"], ["middlename", "Green"], ["middle_name", "Ortiz"], ["password", "HoFaT2z5MnK9y"], ["phone", "897-649-2669 x9825"], ["phone_number", "(824) 956-7219 x8096"], ["reference", "de9b1214-32b9-4308-ac7f-2349aa13ec34"], ["title", "Quibusdam doloribus fugiat cum nulla."], ["user_name", "carlo_rogahn"], ["username", "jonathon"], ["uuid", "f43ec852-dbec-41b6-9777-665701e31053"], ["created_at", "2020-11-21 14:19:26.887714"], ["updated_at", "2020-11-21 14:19:26.887714"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 231 469 Reichel Fords, Lake Herminebury, SD 45802-1579"], ["city", "Port Jannabury"], ["country", "Andorra"], ["description", "Nostrum blanditiis labore. Assumenda veritatis nobis."], ["email", "princess@example.co"], ["first_name", "Beula"], ["firstname", "Ora"], ["last_name", "Cole"], ["lastname", "Kris"], ["lat", "28.23148851558132"], ["latitute", "57.14441552863559"], ["lng", "59.76650269670594"], ["locale", "KW"], ["longitude", "110.81090621284375"], ["middlename", "Beahan"], ["middle_name", "Armstrong"], ["password", "D0xQuNxZrXlGz"], ["phone", "1-531-114-8635 x1326"], ["phone_number", "1-680-187-6698 x562"], ["reference", "3a6066c6-cf2d-4a44-b679-d7019f38b8cf"], ["title", "Magni eos libero molestiae veniam."], ["user_name", "van"], ["username", "porfirio"], ["uuid", "7a6bd13f-2bcc-43fb-bb2b-f0870a615a87"], ["created_at", "2020-11-21 14:19:26.912338"], ["updated_at", "2020-11-21 14:19:26.912338"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 338 967 Damian Lake, Schummport, TX 39004-9238"], ["city", "Kesslertown"], ["country", "Isle of Man"], ["description", "Dolor minus et. Accusamus voluptatem sunt. Nihil repudiandae blanditiis. Velit facilis qui. Fugit nemo excepturi."], ["email", "eugenio@example.net"], ["first_name", "Charley"], ["firstname", "Pearly"], ["last_name", "Haley"], ["lastname", "Powlowski"], ["lat", "-37.2927965401726"], ["latitute", "-60.02296378790713"], ["lng", "150.25125630088246"], ["locale", "LY"], ["longitude", "124.59963769696071"], ["middlename", "Mayert"], ["middle_name", "Jacobs"], ["password", "XhV1rHzAk"], ["phone", "1-425-309-5038 x5269"], ["phone_number", "1-137-022-9624 x489"], ["reference", "b2858130-d118-43a6-836a-4cff47676006"], ["title", "Rem et quod."], ["user_name", "alvera_bartoletti"], ["username", "dakota"], ["uuid", "7ed8a7be-d930-4db9-895f-96d7a7b605f3"], ["created_at", "2020-11-21 14:19:26.937730"], ["updated_at", "2020-11-21 14:19:26.937730"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7650 Lamont Dam, New Waylon, NJ 83591"], ["city", "Tracyton"], ["country", "Christmas Island"], ["description", "Et et facere. Non aut consequatur."], ["email", "trudi.lesch@example.info"], ["first_name", "Vern"], ["firstname", "Julissa"], ["last_name", "Ruecker"], ["lastname", "Bogisich"], ["lat", "-45.24234203342593"], ["latitute", "-13.543132895967005"], ["lng", "-169.25015202792378"], ["locale", "CM"], ["longitude", "12.487054603279091"], ["middlename", "Waelchi"], ["middle_name", "Mitchell"], ["password", "Pw7YjTmP2"], ["phone", "605.337.1405 x8626"], ["phone_number", "483.643.2559"], ["reference", "23272dba-ff00-4ac5-b384-98399a2b8811"], ["title", "Laborum non excepturi."], ["user_name", "frances.bosco"], ["username", "celinda_rath"], ["uuid", "5ccca565-f088-48ba-89b2-6fa9734f524e"], ["created_at", "2020-11-21 14:19:26.965386"], ["updated_at", "2020-11-21 14:19:26.965386"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 984 64386 Kessler Street, Yundtville, CA 02233"], ["city", "West Loriannmouth"], ["country", "Algeria"], ["description", "Totam est voluptatem. Eaque recusandae quo. Iste magnam qui. Nisi sunt et."], ["email", "bennie_kessler@example.co"], ["first_name", "Fairy"], ["firstname", "Joe"], ["last_name", "Paucek"], ["lastname", "Hegmann"], ["lat", "-58.05489307669464"], ["latitute", "17.304330308588035"], ["lng", "54.34005207961786"], ["locale", "KM"], ["longitude", "-55.00685946832067"], ["middlename", "Herzog"], ["middle_name", "Heaney"], ["password", "2EvBsT0iI9x23Kx0"], ["phone", "(560) 605-1299"], ["phone_number", "315.413.1586 x8286"], ["reference", "4b8e676b-a23a-4580-aafa-15a851dce1f3"], ["title", "Reiciendis rerum dolorem."], ["user_name", "norberto.mcglynn"], ["username", "shana.crist"], ["uuid", "de797c7f-ec2f-4119-9d01-5ba5c8904d4c"], ["created_at", "2020-11-21 14:19:26.990419"], ["updated_at", "2020-11-21 14:19:26.990419"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-21 14:19:26.992585"], ["updated_at", "2020-11-21 14:19:26.992585"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-21 14:19:26.993789"], ["updated_at", "2020-11-21 14:19:26.993789"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 14:19:26.994897"], ["updated_at", "2020-11-21 14:19:26.994897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-21 14:19:26.996005"], ["updated_at", "2020-11-21 14:19:26.996005"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 14:19:26.997102"], ["updated_at", "2020-11-21 14:19:26.997102"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:27.017570"], ["updated_at", "2020-11-21 14:19:27.017570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:27.018487"], ["updated_at", "2020-11-21 14:19:27.018487"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:27.019261"], ["updated_at", "2020-11-21 14:19:27.019261"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:27.020005"], ["updated_at", "2020-11-21 14:19:27.020005"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:19:27.020762"], ["updated_at", "2020-11-21 14:19:27.020762"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:19:27.021568"], ["updated_at", "2020-11-21 14:19:27.021568"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:19:27.022338"], ["updated_at", "2020-11-21 14:19:27.022338"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:19:27.023102"], ["updated_at", "2020-11-21 14:19:27.023102"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:19:27.023847"], ["updated_at", "2020-11-21 14:19:27.023847"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:19:27.024632"], ["updated_at", "2020-11-21 14:19:27.024632"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (12.3ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.8ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.6ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.6ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (2.0ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "260 Muller Station, Kandaceland, TX 76074"], ["city", "Hammesland"], ["country", "Timor-Leste"], ["description", "Voluptatem eum sed. Reiciendis architecto quas."], ["email", "cody@example.name"], ["first_name", "Kyle"], ["firstname", "Alva"], ["last_name", "Kulas"], ["lastname", "Johns"], ["lat", "-40.780247680621905"], ["latitute", "-48.60341694870722"], ["lng", "168.58958232858532"], ["locale", "AG"], ["longitude", "19.559139543049554"], ["middlename", "Ortiz"], ["middle_name", "Abbott"], ["password", "F70aEvCqGlR"], ["phone", "(778) 611-5440 x67751"], ["phone_number", "(582) 839-4568 x918"], ["reference", "674fff19-e039-46a1-ac64-ce682bc5b421"], ["title", "Aut ex numquam itaque."], ["user_name", "abraham.wiza"], ["username", "danilo"], ["uuid", "26b7c583-bea2-4cb3-b1b8-aa151dde53fb"], ["created_at", "2020-11-21 14:22:59.468333"], ["updated_at", "2020-11-21 14:22:59.468333"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 511 48576 Franecki Cove, Handchester, NY 17378-6949"], ["city", "Claytonburgh"], ["country", "Jersey"], ["description", "Laborum pariatur et. Omnis rerum dolore. Ea harum vel."], ["email", "bess@example.com"], ["first_name", "Dalton"], ["firstname", "Dion"], ["last_name", "Hackett"], ["lastname", "Terry"], ["lat", "47.196525821837184"], ["latitute", "-47.23055967427894"], ["lng", "126.70623138034432"], ["locale", "SZ"], ["longitude", "-25.54189989752365"], ["middlename", "Balistreri"], ["middle_name", "Price"], ["password", "Em5F9lZx9O"], ["phone", "(195) 423-8030 x8218"], ["phone_number", "1-406-803-3672 x47652"], ["reference", "75564e12-ba99-4dac-ac2d-110d9eb98126"], ["title", "Sapiente fuga repellendus."], ["user_name", "pedro"], ["username", "ivana.langworth"], ["uuid", "41e8b01a-02e2-4c09-afe9-eb3063d61e32"], ["created_at", "2020-11-21 14:22:59.492976"], ["updated_at", "2020-11-21 14:22:59.492976"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "273 Conroy Mountain, Renaychester, UT 61115"], ["city", "Bernardoport"], ["country", "Syrian Arab Republic"], ["description", "Rem et veniam. Harum sint mollitia."], ["email", "anna.watsica@example.info"], ["first_name", "Maryln"], ["firstname", "Sophia"], ["last_name", "Schaefer"], ["lastname", "Gottlieb"], ["lat", "-31.46025049184565"], ["latitute", "26.75288390004613"], ["lng", "120.54825567979964"], ["locale", "BZ"], ["longitude", "-67.11853764916896"], ["middlename", "Powlowski"], ["middle_name", "Spencer"], ["password", "Qx7QhXxHg1F8"], ["phone", "753-646-5510"], ["phone_number", "(449) 794-6941 x41366"], ["reference", "932bcd96-052f-439f-9707-053384d1c156"], ["title", "Quis beatae adipisci repellendus a."], ["user_name", "billy"], ["username", "joelle"], ["uuid", "8e99eaee-eb48-4352-9f09-a688e8db910a"], ["created_at", "2020-11-21 14:22:59.517129"], ["updated_at", "2020-11-21 14:22:59.517129"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "238 Marks Terrace, East Kelsey, WA 01698-5064"], ["city", "South Harriet"], ["country", "Christmas Island"], ["description", "Harum nihil non. Architecto ipsa delectus. Sed nihil quo. Tempore sequi neque. Beatae doloribus est."], ["email", "cleo.dare@example.name"], ["first_name", "Kim"], ["firstname", "Johnna"], ["last_name", "Johns"], ["lastname", "Leuschke"], ["lat", "-31.753768981031158"], ["latitute", "50.081540188936344"], ["lng", "-151.7597572978907"], ["locale", "KW"], ["longitude", "66.46976548968556"], ["middlename", "Wiza"], ["middle_name", "Adams"], ["password", "UmJk0Zh9E3rKe4"], ["phone", "1-263-633-2393"], ["phone_number", "1-813-809-0973 x24675"], ["reference", "c49889a1-d71c-44b1-9abc-8559bbd675e3"], ["title", "Repellendus nobis qui dolores rem."], ["user_name", "princess_goyette"], ["username", "willodean_armstrong"], ["uuid", "bab6358f-0f89-4319-bc6e-301b0118d13b"], ["created_at", "2020-11-21 14:22:59.541614"], ["updated_at", "2020-11-21 14:22:59.541614"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 207 861 Connelly Divide, Morissetteview, TX 02569-3487"], ["city", "East Ashleigh"], ["country", "Nigeria"], ["description", "Animi architecto quae. Provident commodi architecto. Labore distinctio voluptates."], ["email", "shari@example.io"], ["first_name", "Cher"], ["firstname", "Halina"], ["last_name", "Ruecker"], ["lastname", "Douglas"], ["lat", "44.838161294028595"], ["latitute", "42.904942289397496"], ["lng", "156.7715511892058"], ["locale", "PE"], ["longitude", "95.91503010475867"], ["middlename", "Balistreri"], ["middle_name", "Dickens"], ["password", "3OtFoKg6QeQyM7j"], ["phone", "(366) 708-3891 x465"], ["phone_number", "(643) 349-9764 x0221"], ["reference", "9cf61108-d153-4a5f-aa7c-66e48e3dddf0"], ["title", "Voluptas nisi illum."], ["user_name", "nan"], ["username", "jewell"], ["uuid", "8e9c6885-378f-440c-b279-278bca980340"], ["created_at", "2020-11-21 14:22:59.565992"], ["updated_at", "2020-11-21 14:22:59.565992"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 357 16613 Will Forks, Littlefort, ND 03744"], ["city", "East Marionfort"], ["country", "Kazakhstan"], ["description", "Magni voluptatibus soluta. Quia provident sed. Asperiores maiores porro. Est eos officia. Amet est magni."], ["email", "seymour@example.co"], ["first_name", "Vaughn"], ["firstname", "Theo"], ["last_name", "Gottlieb"], ["lastname", "Bruen"], ["lat", "84.67674637199593"], ["latitute", "55.26911733340589"], ["lng", "152.77616487834354"], ["locale", "LR"], ["longitude", "44.61944869735521"], ["middlename", "Gottlieb"], ["middle_name", "Weimann"], ["password", "AtQbWpHaGkQ"], ["phone", "213.292.9468 x1861"], ["phone_number", "712-789-8366 x04397"], ["reference", "210e484e-7ef5-4367-9db3-4e1169bb8fe8"], ["title", "Qui ex quasi."], ["user_name", "lonnie"], ["username", "adriane_macgyver"], ["uuid", "0e0d42d0-117f-4711-86e2-186d8bf52427"], ["created_at", "2020-11-21 14:22:59.605894"], ["updated_at", "2020-11-21 14:22:59.605894"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "609 Feeney Fords, New Libertyfort, KY 97426"], ["city", "West Ja"], ["country", "French Southern Territories"], ["description", "Doloremque laboriosam occaecati. Laboriosam dolorem sunt. Ut quisquam consequuntur. Sequi et delectus."], ["email", "greta.williamson@example.net"], ["first_name", "Jeanice"], ["firstname", "Felton"], ["last_name", "Lynch"], ["lastname", "Rohan"], ["lat", "-35.19971335910083"], ["latitute", "-47.545838219604235"], ["lng", "-141.8414723280071"], ["locale", "UZ"], ["longitude", "-43.832227011475254"], ["middlename", "Douglas"], ["middle_name", "Goodwin"], ["password", "6GrS2dIu"], ["phone", "722-414-5561 x6995"], ["phone_number", "(350) 243-0051 x43461"], ["reference", "0e46d2d9-dac8-475c-9d28-de572fe39aa8"], ["title", "Aliquid minima esse voluptatibus."], ["user_name", "olen_ziemann"], ["username", "mildred"], ["uuid", "2c6749d6-9781-473b-a3c8-d0a7083383f3"], ["created_at", "2020-11-21 14:22:59.633413"], ["updated_at", "2020-11-21 14:22:59.633413"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 143 7838 Kirlin Station, North Connie, AR 74388-7377"], ["city", "Port Vance"], ["country", "Congo"], ["description", "Hic error eveniet. Quasi distinctio aut. Ex nisi praesentium. Reiciendis voluptatem recusandae."], ["email", "gustavo@example.name"], ["first_name", "Guillermina"], ["firstname", "Mac"], ["last_name", "Weber"], ["lastname", "Leannon"], ["lat", "-38.46864596118394"], ["latitute", "57.89699112997121"], ["lng", "-158.90490882671625"], ["locale", "IS"], ["longitude", "45.785456976853794"], ["middlename", "Upton"], ["middle_name", "Wilderman"], ["password", "WbFn9Yu4"], ["phone", "1-975-156-7903"], ["phone_number", "(532) 779-3947 x572"], ["reference", "65dfa33a-f0b8-436b-82fc-0ea1db5c8614"], ["title", "Ad modi accusantium."], ["user_name", "jamar"], ["username", "lourdes"], ["uuid", "dfe28b43-9c71-4031-bc6b-0845d0ebd737"], ["created_at", "2020-11-21 14:22:59.658390"], ["updated_at", "2020-11-21 14:22:59.658390"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.3ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "532 Rhett Station, Donnellyville, MA 61091-1099"], ["city", "Port Hangview"], ["country", "Belize"], ["description", "Eius nihil aut. Quaerat est illum. Nihil repudiandae rerum."], ["email", "melissia@example.io"], ["first_name", "Mei"], ["firstname", "Bobbie"], ["last_name", "Lemke"], ["lastname", "Barrows"], ["lat", "86.10786589661922"], ["latitute", "-15.566637478290431"], ["lng", "-145.29756172486424"], ["locale", "SO"], ["longitude", "-21.640405854978354"], ["middlename", "Runte"], ["middle_name", "Anderson"], ["password", "IgIkFlQiB8vOj68"], ["phone", "1-819-557-7070 x238"], ["phone_number", "(486) 368-5734 x238"], ["reference", "30bc802c-6ee1-4d8f-a2dd-89eef4c9dd5f"], ["title", "Nobis quis est."], ["user_name", "clint"], ["username", "monique"], ["uuid", "4cdceaeb-7696-4206-8d15-0ce1cb854ac7"], ["created_at", "2020-11-21 14:22:59.683526"], ["updated_at", "2020-11-21 14:22:59.683526"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "927 Lashaunda Fort, Orvilletown, NV 27830"], ["city", "Francinamouth"], ["country", "Czech Republic"], ["description", "Esse officia sint. Incidunt corrupti suscipit. Eos esse omnis. Ab consectetur libero."], ["email", "eugene@example.com"], ["first_name", "Ervin"], ["firstname", "Chelsie"], ["last_name", "Gerhold"], ["lastname", "VonRueden"], ["lat", "-14.288383467400052"], ["latitute", "-3.957937499078753"], ["lng", "63.68273489482178"], ["locale", "WF"], ["longitude", "-17.86676036794418"], ["middlename", "Thompson"], ["middle_name", "Powlowski"], ["password", "WhY7jMbO59kP"], ["phone", "(166) 315-3834"], ["phone_number", "(581) 674-4239 x258"], ["reference", "16d25a1e-0f91-4889-831d-2f7fd698cf9d"], ["title", "Expedita temporibus deleniti qui."], ["user_name", "elissa.mosciski"], ["username", "fernande_stroman"], ["uuid", "844c21bc-e965-4205-965e-796f4afab040"], ["created_at", "2020-11-21 14:22:59.708333"], ["updated_at", "2020-11-21 14:22:59.708333"]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]] Lima Load (0.1ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 3.01353654692958], ["string", "Sint a est adipisci ipsa nobis."], ["date", "2020-11-16"], ["time", "2000-01-01 15:32:14.095486"], ["datetime", "2020-11-18 18:58:14.049766"], ["created_at", "2020-11-21 14:22:59.758939"], ["updated_at", "2020-11-21 14:22:59.758939"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 7.64135177700062], ["string", "Dicta praesentium maxime."], ["date", "2020-12-30"], ["time", "2000-01-01 05:38:03.003214"], ["datetime", "2020-11-28 11:09:51.472910"], ["created_at", "2020-11-21 14:22:59.763149"], ["updated_at", "2020-11-21 14:22:59.763149"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 0.982109379078124], ["string", "Eum ratione sapiente asperiores dolorem sit."], ["date", "2020-12-03"], ["time", "2000-01-01 23:09:41.820401"], ["datetime", "2020-12-13 17:00:11.126339"], ["created_at", "2020-11-21 14:22:59.766651"], ["updated_at", "2020-11-21 14:22:59.766651"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 10.2356274618705], ["string", "Quisquam saepe a voluptas."], ["date", "2020-12-14"], ["time", "2000-01-01 05:51:53.333974"], ["datetime", "2020-11-16 18:05:09.029740"], ["created_at", "2020-11-21 14:22:59.770494"], ["updated_at", "2020-11-21 14:22:59.770494"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 3.81912305714155], ["string", "Vitae repellat aut."], ["date", "2020-12-26"], ["time", "2000-01-01 11:27:49.833815"], ["datetime", "2020-11-21 08:53:44.492959"], ["created_at", "2020-11-21 14:22:59.774252"], ["updated_at", "2020-11-21 14:22:59.774252"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 6.14576920438516], ["string", "Amet dolores tempore explicabo dolorem quis."], ["created_at", "2020-11-21 14:22:59.782907"], ["updated_at", "2020-11-21 14:22:59.782907"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1032], ["decimal", 20.9919106296216], ["string", "Cupiditate tempora accusamus consequatur vel doloribus."], ["created_at", "2020-11-21 14:22:59.786102"], ["updated_at", "2020-11-21 14:22:59.786102"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 7.40328253278076], ["string", "Earum provident assumenda veniam officia."], ["created_at", "2020-11-21 14:22:59.788651"], ["updated_at", "2020-11-21 14:22:59.788651"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 12.0771416693049], ["string", "Molestiae quo natus aliquam repellendus."], ["created_at", "2020-11-21 14:22:59.791250"], ["updated_at", "2020-11-21 14:22:59.791250"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 20.7790357251498], ["string", "Provident ut ut aut aut quia."], ["created_at", "2020-11-21 14:22:59.793869"], ["updated_at", "2020-11-21 14:22:59.793869"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:22:59.801770"], ["updated_at", "2020-11-21 14:22:59.801770"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:22:59.803936"], ["updated_at", "2020-11-21 14:22:59.803936"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:22:59.805897"], ["updated_at", "2020-11-21 14:22:59.805897"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:22:59.807867"], ["updated_at", "2020-11-21 14:22:59.807867"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:22:59.809727"], ["updated_at", "2020-11-21 14:22:59.809727"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-21 14:22:59.817028"], ["updated_at", "2020-11-21 14:22:59.817028"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-21 14:22:59.819710"], ["updated_at", "2020-11-21 14:22:59.819710"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-21 14:22:59.822139"], ["updated_at", "2020-11-21 14:22:59.822139"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-21 14:22:59.824700"], ["updated_at", "2020-11-21 14:22:59.824700"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-21 14:22:59.827372"], ["updated_at", "2020-11-21 14:22:59.827372"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 14:22:59.833440"], ["updated_at", "2020-11-21 14:22:59.833440"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 14:22:59.835471"], ["updated_at", "2020-11-21 14:22:59.835471"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:22:59.836773"], ["updated_at", "2020-11-21 14:22:59.836773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:22:59.838129"], ["updated_at", "2020-11-21 14:22:59.838129"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 14:22:59.839543"], ["updated_at", "2020-11-21 14:22:59.839543"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:22:59.845962"], ["updated_at", "2020-11-21 14:22:59.845962"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:22:59.847052"], ["updated_at", "2020-11-21 14:22:59.847052"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:22:59.847834"], ["updated_at", "2020-11-21 14:22:59.847834"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:22:59.848568"], ["updated_at", "2020-11-21 14:22:59.848568"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:22:59.849301"], ["updated_at", "2020-11-21 14:22:59.849301"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:22:59.854306"], ["updated_at", "2020-11-21 14:22:59.854306"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:22:59.855802"], ["updated_at", "2020-11-21 14:22:59.855802"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:22:59.857261"], ["updated_at", "2020-11-21 14:22:59.857261"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:22:59.858538"], ["updated_at", "2020-11-21 14:22:59.858538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:22:59.859882"], ["updated_at", "2020-11-21 14:22:59.859882"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 530 39912 Hyman Point, South Nathan, KY 55307"], ["city", "East Hilario"], ["country", "Iceland"], ["description", "Modi dignissimos autem. Aliquam consequuntur ut."], ["email", "dane@example.info"], ["first_name", "Efren"], ["firstname", "Lyle"], ["last_name", "McGlynn"], ["lastname", "Mayert"], ["lat", "-84.22609515453607"], ["latitute", "-65.7792991621602"], ["lng", "-11.169416513780789"], ["locale", "TZ"], ["longitude", "-123.18416816707496"], ["middlename", "Sanford"], ["middle_name", "Bednar"], ["password", "H98rQdAu3OdS11n2"], ["phone", "(303) 618-3993 x54605"], ["phone_number", "(528) 708-4599 x952"], ["reference", "0472dee8-d984-4ab8-b16e-9a49a27e8e88"], ["title", "Eveniet ipsum excepturi impedit tenetur est."], ["user_name", "janet_greenholt"], ["username", "otha"], ["uuid", "281c7078-3cb8-4ed2-bf87-2235d4bfbaae"], ["created_at", "2020-11-21 14:22:59.884985"], ["updated_at", "2020-11-21 14:22:59.884985"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 922 23112 Delbert Divide, North Shaunport, MT 00736"], ["city", "West Clementechester"], ["country", "Trinidad and Tobago"], ["description", "In dolorum quam. Architecto explicabo omnis. Consectetur perferendis qui. Quisquam nobis animi. Saepe vel ratione."], ["email", "raymundo@example.biz"], ["first_name", "Edward"], ["firstname", "Flossie"], ["last_name", "Ondricka"], ["lastname", "Breitenberg"], ["lat", "-20.168885337301305"], ["latitute", "-25.355888259031303"], ["lng", "-55.78090257955937"], ["locale", "CA"], ["longitude", "-11.426310260966261"], ["middlename", "O'Connell"], ["middle_name", "Borer"], ["password", "Rh8M6fXbYaW3d3K"], ["phone", "249-105-7206 x49104"], ["phone_number", "416-206-3476"], ["reference", "89501311-df0f-47c2-933c-274737b4d0a8"], ["title", "Sint non eos."], ["user_name", "dorsey.von"], ["username", "douglas"], ["uuid", "26f3eada-7a9c-4367-981f-cc1fc806b2c7"], ["created_at", "2020-11-21 14:22:59.909908"], ["updated_at", "2020-11-21 14:22:59.909908"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 303 946 Cassin Cliffs, Herlindahaven, TN 56155-0419"], ["city", "New Alfred"], ["country", "Greece"], ["description", "Nobis maiores animi. Possimus cupiditate recusandae. Saepe nulla qui. In et eum. Non et est."], ["email", "vernita@example.name"], ["first_name", "Jamar"], ["firstname", "Terry"], ["last_name", "Rogahn"], ["lastname", "Gibson"], ["lat", "24.89234954363029"], ["latitute", "73.653296404348"], ["lng", "-174.50717019279352"], ["locale", "SX"], ["longitude", "-179.59698597702217"], ["middlename", "Thiel"], ["middle_name", "Zboncak"], ["password", "T5rIlSq85AnI"], ["phone", "1-707-312-3137"], ["phone_number", "1-137-311-4955 x88285"], ["reference", "ee71c1a1-18ae-4bcc-a1ab-014165569a90"], ["title", "Nam hic repellendus tempora atque."], ["user_name", "arnette.bartoletti"], ["username", "gearldine_robel"], ["uuid", "74b36018-7404-4151-a4a8-4e6861222024"], ["created_at", "2020-11-21 14:22:59.934853"], ["updated_at", "2020-11-21 14:22:59.934853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 464 2522 Edgardo Divide, West Mike, AZ 38390-8286"], ["city", "Nolanfort"], ["country", "Bermuda"], ["description", "Ut exercitationem et. Omnis inventore ut. Qui id iste. Iure aut reiciendis."], ["email", "lavona@example.com"], ["first_name", "Johnny"], ["firstname", "Randa"], ["last_name", "Hand"], ["lastname", "VonRueden"], ["lat", "-89.12611105244059"], ["latitute", "-71.55739216583856"], ["lng", "-178.4794994306062"], ["locale", "MC"], ["longitude", "-93.65137773532943"], ["middlename", "Osinski"], ["middle_name", "Miller"], ["password", "FzCi4NzI6fBwG"], ["phone", "(856) 578-4612"], ["phone_number", "649-464-0638 x62727"], ["reference", "18eb02ce-415e-4ec4-86c6-c651b0ee451b"], ["title", "Ex doloremque quis quam repudiandae sunt."], ["user_name", "dominique.rowe"], ["username", "floria"], ["uuid", "a46289aa-9200-4bf3-ac77-113aeb96a55f"], ["created_at", "2020-11-21 14:22:59.976151"], ["updated_at", "2020-11-21 14:22:59.976151"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 712 36195 Kiehn Common, North Angelfort, IN 66182"], ["city", "Gutkowskiland"], ["country", "Liechtenstein"], ["description", "Error repellat eligendi. Consequuntur tempora quod. Eius dolores unde."], ["email", "carl@example.co"], ["first_name", "Cassaundra"], ["firstname", "Viva"], ["last_name", "Jacobson"], ["lastname", "Little"], ["lat", "83.69902793349473"], ["latitute", "-16.853929574802564"], ["lng", "-125.41560264146284"], ["locale", "AX"], ["longitude", "18.130139470629587"], ["middlename", "Bayer"], ["middle_name", "King"], ["password", "C5zDs0Mc3F4"], ["phone", "735-198-7756 x0655"], ["phone_number", "306-031-1721 x489"], ["reference", "6660403f-9a36-46c4-ad89-f8b7bb5e6116"], ["title", "Neque eligendi explicabo ratione repudiandae."], ["user_name", "lory.feest"], ["username", "huey.reinger"], ["uuid", "e24e0ae6-f703-44b5-af28-81977e3fbe1f"], ["created_at", "2020-11-21 14:23:00.003620"], ["updated_at", "2020-11-21 14:23:00.003620"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:23:00.008283"], ["updated_at", "2020-11-21 14:23:00.008283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:23:00.009715"], ["updated_at", "2020-11-21 14:23:00.009715"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:23:00.011111"], ["updated_at", "2020-11-21 14:23:00.011111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:23:00.012498"], ["updated_at", "2020-11-21 14:23:00.012498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:23:00.013716"], ["updated_at", "2020-11-21 14:23:00.013716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.032394"], ["updated_at", "2020-11-21 14:23:00.032394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.033336"], ["updated_at", "2020-11-21 14:23:00.033336"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.034097"], ["updated_at", "2020-11-21 14:23:00.034097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.034828"], ["updated_at", "2020-11-21 14:23:00.034828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.035564"], ["updated_at", "2020-11-21 14:23:00.035564"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:00.038582"], ["updated_at", "2020-11-21 14:23:00.038582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:00.039446"], ["updated_at", "2020-11-21 14:23:00.039446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:00.040151"], ["updated_at", "2020-11-21 14:23:00.040151"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:00.040790"], ["updated_at", "2020-11-21 14:23:00.040790"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:00.041428"], ["updated_at", "2020-11-21 14:23:00.041428"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 0.156244010441042], ["string", "Dolorem aut voluptas laudantium neque."], ["date", "2020-12-10"], ["time", "2000-01-01 12:48:39.309998"], ["datetime", "2020-10-21 16:00:12.577118"], ["created_at", "2020-11-21 14:23:00.043670"], ["updated_at", "2020-11-21 14:23:00.043670"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 25], ["decimal", 4.65257168961222], ["string", "Et quis nulla quia velit praesentium."], ["date", "2020-12-19"], ["time", "2000-01-01 01:03:31.521100"], ["datetime", "2020-11-11 14:30:13.098176"], ["created_at", "2020-11-21 14:23:00.046393"], ["updated_at", "2020-11-21 14:23:00.046393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 6.69510255108986], ["string", "Maxime ut occaecati pariatur excepturi quo."], ["date", "2020-12-14"], ["time", "2000-01-01 09:39:27.696243"], ["datetime", "2020-10-25 09:38:06.643433"], ["created_at", "2020-11-21 14:23:00.048956"], ["updated_at", "2020-11-21 14:23:00.048956"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 0.892950680242736], ["string", "Laboriosam beatae omnis pariatur sunt distinctio."], ["date", "2020-12-05"], ["time", "2000-01-01 03:17:41.599900"], ["datetime", "2020-11-08 00:38:48.975644"], ["created_at", "2020-11-21 14:23:00.051457"], ["updated_at", "2020-11-21 14:23:00.051457"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 26.6318499235404], ["string", "Excepturi quod delectus distinctio et ipsa."], ["date", "2020-11-25"], ["time", "2000-01-01 10:40:43.465988"], ["datetime", "2020-10-22 09:09:41.340106"], ["created_at", "2020-11-21 14:23:00.053807"], ["updated_at", "2020-11-21 14:23:00.053807"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1025], ["decimal", 0.336453011683572], ["string", "Sint nisi architecto autem."], ["created_at", "2020-11-21 14:23:00.055962"], ["updated_at", "2020-11-21 14:23:00.055962"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 1.19380612540227], ["string", "Ratione provident sapiente voluptatem ut eius."], ["created_at", "2020-11-21 14:23:00.057965"], ["updated_at", "2020-11-21 14:23:00.057965"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 18.3646902929895], ["string", "Nesciunt voluptas est enim."], ["created_at", "2020-11-21 14:23:00.059929"], ["updated_at", "2020-11-21 14:23:00.059929"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 19.0780769497186], ["string", "Enim ea id pariatur."], ["created_at", "2020-11-21 14:23:00.062138"], ["updated_at", "2020-11-21 14:23:00.062138"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1031], ["decimal", 7.49119422495118], ["string", "Consequatur deserunt quo mollitia error."], ["created_at", "2020-11-21 14:23:00.064283"], ["updated_at", "2020-11-21 14:23:00.064283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-21 14:23:00.065704"], ["updated_at", "2020-11-21 14:23:00.065704"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:23:00.067016"], ["updated_at", "2020-11-21 14:23:00.067016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-21 14:23:00.068245"], ["updated_at", "2020-11-21 14:23:00.068245"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:23:00.069472"], ["updated_at", "2020-11-21 14:23:00.069472"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:23:00.070649"], ["updated_at", "2020-11-21 14:23:00.070649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 1], ["created_at", "2020-11-21 14:23:00.072398"], ["updated_at", "2020-11-21 14:23:00.072398"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 10], ["created_at", "2020-11-21 14:23:00.074068"], ["updated_at", "2020-11-21 14:23:00.074068"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-21 14:23:00.075631"], ["updated_at", "2020-11-21 14:23:00.075631"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 8], ["created_at", "2020-11-21 14:23:00.077273"], ["updated_at", "2020-11-21 14:23:00.077273"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 5], ["created_at", "2020-11-21 14:23:00.079157"], ["updated_at", "2020-11-21 14:23:00.079157"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 14:23:00.080531"], ["updated_at", "2020-11-21 14:23:00.080531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-21 14:23:00.081703"], ["updated_at", "2020-11-21 14:23:00.081703"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-21 14:23:00.082832"], ["updated_at", "2020-11-21 14:23:00.082832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-21 14:23:00.084026"], ["updated_at", "2020-11-21 14:23:00.084026"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 14:23:00.085162"], ["updated_at", "2020-11-21 14:23:00.085162"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.085879"], ["updated_at", "2020-11-21 14:23:00.085879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.086533"], ["updated_at", "2020-11-21 14:23:00.086533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.087163"], ["updated_at", "2020-11-21 14:23:00.087163"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.087814"], ["updated_at", "2020-11-21 14:23:00.087814"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.088477"], ["updated_at", "2020-11-21 14:23:00.088477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:00.090297"], ["updated_at", "2020-11-21 14:23:00.090297"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:00.091626"], ["updated_at", "2020-11-21 14:23:00.091626"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:00.093221"], ["updated_at", "2020-11-21 14:23:00.093221"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:00.094453"], ["updated_at", "2020-11-21 14:23:00.094453"], ["india_id", 5]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:00.096110"], ["updated_at", "2020-11-21 14:23:00.096110"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 760 45818 Trinh Terrace, East Weldonside, CA 04266-3631"], ["city", "Lake Kristophertown"], ["country", "Mauritania"], ["description", "Voluptas occaecati non. Nesciunt fuga voluptas. At voluptatibus accusamus. Quia ut quae. Nostrum blanditiis voluptate."], ["email", "stacia.grimes@example.co"], ["first_name", "Shawn"], ["firstname", "Olive"], ["last_name", "Cole"], ["lastname", "Farrell"], ["lat", "6.8458461001765585"], ["latitute", "30.723902378529814"], ["lng", "-148.2811469830004"], ["locale", "BS"], ["longitude", "-158.5687161992818"], ["middlename", "Gleason"], ["middle_name", "Bernier"], ["password", "LgLiW66hMbLm8DrP"], ["phone", "533.498.8419 x693"], ["phone_number", "149-946-0917 x9256"], ["reference", "42a73c47-6845-416b-934a-4592bf374df4"], ["title", "Vel odio quibusdam ipsum."], ["user_name", "kimbra.weber"], ["username", "ricardo"], ["uuid", "0f1420ff-9290-4f7a-9d12-8174e77aac65"], ["created_at", "2020-11-21 14:23:00.121284"], ["updated_at", "2020-11-21 14:23:00.121284"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7348 Phillip Villages, North Chana, NJ 90640-3701"], ["city", "Crooksfurt"], ["country", "Bahamas"], ["description", "Voluptas et necessitatibus. Quo perspiciatis qui."], ["email", "michal@example.info"], ["first_name", "Elvin"], ["firstname", "Alejandro"], ["last_name", "King"], ["lastname", "Runolfsdottir"], ["lat", "-65.3536152762532"], ["latitute", "-44.84862959323149"], ["lng", "30.50449048800101"], ["locale", "RE"], ["longitude", "-162.3042288582823"], ["middlename", "Yost"], ["middle_name", "McKenzie"], ["password", "ZgGoTf9AyN"], ["phone", "526-518-6395"], ["phone_number", "1-850-747-3976 x50295"], ["reference", "87b85b3a-c7a1-4b09-a023-961473b37220"], ["title", "Ducimus sint laborum modi quisquam debitis."], ["user_name", "margarito"], ["username", "ada_schinner"], ["uuid", "ae6a6f0c-3591-414a-be51-fea2e38cbffb"], ["created_at", "2020-11-21 14:23:00.159361"], ["updated_at", "2020-11-21 14:23:00.159361"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 154 9143 Becker Estates, West Sethhaven, NV 90000-4916"], ["city", "Tonaberg"], ["country", "Djibouti"], ["description", "Aliquid et deleniti. Velit dicta et. Provident sint id. Officiis voluptas adipisci. Sit eos iste."], ["email", "tereasa@example.org"], ["first_name", "Apolonia"], ["firstname", "Gaye"], ["last_name", "Morissette"], ["lastname", "Walker"], ["lat", "88.75678372820508"], ["latitute", "30.32621238527595"], ["lng", "16.744988238434615"], ["locale", "FJ"], ["longitude", "106.13532257004096"], ["middlename", "Parisian"], ["middle_name", "Anderson"], ["password", "V0172ySdQo9"], ["phone", "272-398-7860 x155"], ["phone_number", "1-815-805-1129"], ["reference", "983bd275-8b88-4f6b-8804-b1deb4a470a7"], ["title", "Numquam ut quibusdam expedita."], ["user_name", "jed"], ["username", "kurt.leffler"], ["uuid", "773c134b-07a2-4894-b35e-4f5cd7c4ec8d"], ["created_at", "2020-11-21 14:23:00.186436"], ["updated_at", "2020-11-21 14:23:00.186436"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 866 785 Janine Ports, East Felipe, AR 86251-2514"], ["city", "South Lashay"], ["country", "Saint Vincent and the Grenadines"], ["description", "Dolorem asperiores aut. Itaque blanditiis quo. Molestiae ea non. Rerum qui qui."], ["email", "cletus@example.biz"], ["first_name", "Lazaro"], ["firstname", "Nathanial"], ["last_name", "Douglas"], ["lastname", "Mohr"], ["lat", "-39.344805023817884"], ["latitute", "40.76696262527847"], ["lng", "74.41456177998145"], ["locale", "TM"], ["longitude", "143.08864427285556"], ["middlename", "Macejkovic"], ["middle_name", "Hintz"], ["password", "AkG4eM9tR9t07"], ["phone", "(988) 197-0112"], ["phone_number", "1-186-251-2873 x8764"], ["reference", "0c923d01-8e79-42cf-8c16-216d64b6fff5"], ["title", "Doloremque optio et cupiditate."], ["user_name", "marine_ondricka"], ["username", "weldon"], ["uuid", "18255a33-2b69-46e0-8ed4-f4c410484728"], ["created_at", "2020-11-21 14:23:00.211548"], ["updated_at", "2020-11-21 14:23:00.211548"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "53611 Raphael Spur, Robelchester, CA 52228"], ["city", "South Jonshire"], ["country", "Austria"], ["description", "Ea fugit iste. Velit neque sit. Quisquam suscipit voluptas. Illum est enim. Officiis dolor voluptatum."], ["email", "shane@example.biz"], ["first_name", "Clint"], ["firstname", "Catina"], ["last_name", "Rath"], ["lastname", "Herman"], ["lat", "65.91918628300786"], ["latitute", "32.58444150976956"], ["lng", "-18.18416599718742"], ["locale", "AX"], ["longitude", "90.34123105210676"], ["middlename", "Senger"], ["middle_name", "Casper"], ["password", "DiKt8UfBj0O8"], ["phone", "(134) 069-9052 x9667"], ["phone_number", "1-895-795-3066 x013"], ["reference", "f3dfc425-cc12-4437-9257-a0c206fd4931"], ["title", "Iure et eum omnis recusandae."], ["user_name", "morgan_stroman"], ["username", "stephania"], ["uuid", "c45d9d96-b77c-4ce6-94af-34dc8a9bf600"], ["created_at", "2020-11-21 14:23:00.236424"], ["updated_at", "2020-11-21 14:23:00.236424"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 14:23:00.238533"], ["updated_at", "2020-11-21 14:23:00.238533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:23:00.240015"], ["updated_at", "2020-11-21 14:23:00.240015"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:23:00.241205"], ["updated_at", "2020-11-21 14:23:00.241205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:23:00.242386"], ["updated_at", "2020-11-21 14:23:00.242386"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-21 14:23:00.243700"], ["updated_at", "2020-11-21 14:23:00.243700"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.254886"], ["updated_at", "2020-11-21 14:23:00.254886"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.255699"], ["updated_at", "2020-11-21 14:23:00.255699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.256416"], ["updated_at", "2020-11-21 14:23:00.256416"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.257044"], ["updated_at", "2020-11-21 14:23:00.257044"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.257635"], ["updated_at", "2020-11-21 14:23:00.257635"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:00.258282"], ["updated_at", "2020-11-21 14:23:00.258282"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:00.258953"], ["updated_at", "2020-11-21 14:23:00.258953"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:00.259620"], ["updated_at", "2020-11-21 14:23:00.259620"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:00.260269"], ["updated_at", "2020-11-21 14:23:00.260269"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:00.260950"], ["updated_at", "2020-11-21 14:23:00.260950"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 0.421041742009744], ["string", "Labore corrupti sapiente ad illum sed."], ["date", "2020-10-18"], ["time", "2000-01-01 17:43:31.471796"], ["datetime", "2020-11-27 23:43:19.781367"], ["created_at", "2020-11-21 14:23:00.263416"], ["updated_at", "2020-11-21 14:23:00.263416"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 6.05941208124113], ["string", "Sapiente odit fuga corporis."], ["date", "2020-10-27"], ["time", "2000-01-01 06:40:58.680567"], ["datetime", "2020-12-28 02:57:41.415566"], ["created_at", "2020-11-21 14:23:00.265785"], ["updated_at", "2020-11-21 14:23:00.265785"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 0.690287110414635], ["string", "Quidem asperiores ipsa a nisi."], ["date", "2020-12-30"], ["time", "2000-01-01 06:50:56.098545"], ["datetime", "2020-10-15 17:23:53.459896"], ["created_at", "2020-11-21 14:23:00.267988"], ["updated_at", "2020-11-21 14:23:00.267988"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 5.31882146942563], ["string", "Molestiae qui voluptatem fugiat."], ["date", "2020-11-06"], ["time", "2000-01-01 23:05:24.271664"], ["datetime", "2020-12-08 00:50:18.231150"], ["created_at", "2020-11-21 14:23:00.270166"], ["updated_at", "2020-11-21 14:23:00.270166"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 2.9373521751267], ["string", "Deleniti accusantium harum aut."], ["date", "2020-12-06"], ["time", "2000-01-01 08:57:18.364342"], ["datetime", "2020-10-28 19:26:49.481115"], ["created_at", "2020-11-21 14:23:00.272525"], ["updated_at", "2020-11-21 14:23:00.272525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 25.3245791042725], ["string", "Impedit deserunt delectus."], ["created_at", "2020-11-21 14:23:00.274956"], ["updated_at", "2020-11-21 14:23:00.274956"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 0.580698009308329], ["string", "Rem laboriosam velit rerum facilis."], ["created_at", "2020-11-21 14:23:00.277060"], ["updated_at", "2020-11-21 14:23:00.277060"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", 9.42144456415642], ["string", "Harum nam odio."], ["created_at", "2020-11-21 14:23:00.279285"], ["updated_at", "2020-11-21 14:23:00.279285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 6.56064613851109], ["string", "Ea nulla alias rerum est."], ["created_at", "2020-11-21 14:23:00.281415"], ["updated_at", "2020-11-21 14:23:00.281415"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 5.63962950163981], ["string", "Vero autem qui dignissimos iste atque."], ["created_at", "2020-11-21 14:23:00.283411"], ["updated_at", "2020-11-21 14:23:00.283411"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-21 14:23:00.284837"], ["updated_at", "2020-11-21 14:23:00.284837"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:23:00.286051"], ["updated_at", "2020-11-21 14:23:00.286051"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-21 14:23:00.287179"], ["updated_at", "2020-11-21 14:23:00.287179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-21 14:23:00.288420"], ["updated_at", "2020-11-21 14:23:00.288420"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-21 14:23:00.289783"], ["updated_at", "2020-11-21 14:23:00.289783"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 12], ["created_at", "2020-11-21 14:23:00.291509"], ["updated_at", "2020-11-21 14:23:00.291509"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 12], ["created_at", "2020-11-21 14:23:00.293288"], ["updated_at", "2020-11-21 14:23:00.293288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 8], ["created_at", "2020-11-21 14:23:00.295140"], ["updated_at", "2020-11-21 14:23:00.295140"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 4], ["created_at", "2020-11-21 14:23:00.296879"], ["updated_at", "2020-11-21 14:23:00.296879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 14], ["created_at", "2020-11-21 14:23:00.298365"], ["updated_at", "2020-11-21 14:23:00.298365"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-21 14:23:00.299560"], ["updated_at", "2020-11-21 14:23:00.299560"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 11], ["created_at", "2020-11-21 14:23:00.300701"], ["updated_at", "2020-11-21 14:23:00.300701"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-21 14:23:00.301817"], ["updated_at", "2020-11-21 14:23:00.301817"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-21 14:23:00.302921"], ["updated_at", "2020-11-21 14:23:00.302921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 15], ["created_at", "2020-11-21 14:23:00.303989"], ["updated_at", "2020-11-21 14:23:00.303989"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.304667"], ["updated_at", "2020-11-21 14:23:00.304667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.305323"], ["updated_at", "2020-11-21 14:23:00.305323"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.305967"], ["updated_at", "2020-11-21 14:23:00.305967"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.306626"], ["updated_at", "2020-11-21 14:23:00.306626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.307267"], ["updated_at", "2020-11-21 14:23:00.307267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:00.308553"], ["updated_at", "2020-11-21 14:23:00.308553"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:00.309894"], ["updated_at", "2020-11-21 14:23:00.309894"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:00.311035"], ["updated_at", "2020-11-21 14:23:00.311035"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:00.312372"], ["updated_at", "2020-11-21 14:23:00.312372"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:00.313572"], ["updated_at", "2020-11-21 14:23:00.313572"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 683 80242 Jake Keys, Port Delphiaton, OR 15923-1997"], ["city", "South Ken"], ["country", "Saint Martin"], ["description", "Voluptas sapiente sit. Aut perspiciatis et. Quia vero ullam."], ["email", "jose@example.info"], ["first_name", "Alia"], ["firstname", "Nila"], ["last_name", "Runolfsson"], ["lastname", "Auer"], ["lat", "-71.11958006560627"], ["latitute", "79.38914311739094"], ["lng", "-27.67897698087387"], ["locale", "GR"], ["longitude", "-84.47541044024808"], ["middlename", "Beatty"], ["middle_name", "Medhurst"], ["password", "ZpAbBtDj23EyTtP"], ["phone", "736-390-2523 x6536"], ["phone_number", "774-111-9827"], ["reference", "2ccb59ce-5fab-4cd9-b46d-b363dae04fa8"], ["title", "Libero dolores labore nihil."], ["user_name", "kyle"], ["username", "cris_reichel"], ["uuid", "e097be0b-f35e-418d-988e-f00acf9466b9"], ["created_at", "2020-11-21 14:23:00.352498"], ["updated_at", "2020-11-21 14:23:00.352498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 674 7403 Tonita Prairie, Bennyview, IL 10037-2263"], ["city", "Port Elliotchester"], ["country", "Anguilla"], ["description", "Et nobis quo. Hic est in."], ["email", "loyd@example.org"], ["first_name", "Darby"], ["firstname", "Leigha"], ["last_name", "Padberg"], ["lastname", "Walker"], ["lat", "71.68275235517098"], ["latitute", "68.67075506025427"], ["lng", "8.814641993997043"], ["locale", "KI"], ["longitude", "-7.674958839337535"], ["middlename", "Schmeler"], ["middle_name", "Lebsack"], ["password", "I2qOzRvE"], ["phone", "(757) 595-4258 x970"], ["phone_number", "(171) 339-1474 x50414"], ["reference", "4b01e44c-5fc6-43cf-a709-5a6272a88819"], ["title", "Atque ex vitae."], ["user_name", "isidra.schneider"], ["username", "toby_pouros"], ["uuid", "7a4ea14c-1ef6-49a1-92be-3c0427289bdb"], ["created_at", "2020-11-21 14:23:00.380201"], ["updated_at", "2020-11-21 14:23:00.380201"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "59562 Cassin Ports, South Odisfort, RI 70031-7586"], ["city", "North Terrilyn"], ["country", "Mexico"], ["description", "Dolore non deleniti. Rerum corporis perferendis. Accusamus et beatae. Iste a voluptas. Porro sit officia."], ["email", "paulene_swaniawski@example.com"], ["first_name", "Chia"], ["firstname", "Carma"], ["last_name", "O'Hara"], ["lastname", "Monahan"], ["lat", "66.57073152003937"], ["latitute", "10.3534325223373"], ["lng", "-94.35981899095303"], ["locale", "CC"], ["longitude", "-59.99793871250074"], ["middlename", "Renner"], ["middle_name", "Lockman"], ["password", "Oh07EiMh4CnL"], ["phone", "1-709-378-3045 x24815"], ["phone_number", "(542) 082-3442 x93471"], ["reference", "367eed1c-edfd-40ae-be17-8a8e62899251"], ["title", "Et omnis id debitis."], ["user_name", "ashanti"], ["username", "jeremy"], ["uuid", "1c1dc06c-02c0-4f76-9f05-5aa72a5bba13"], ["created_at", "2020-11-21 14:23:00.406008"], ["updated_at", "2020-11-21 14:23:00.406008"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "79403 Ozzie Locks, Simonetown, TX 04316-1995"], ["city", "Hansenmouth"], ["country", "Somalia"], ["description", "Qui quasi nemo. Nemo dolore dolorem. Delectus non fuga. Eos ea laudantium. Natus adipisci ut."], ["email", "voncile@example.io"], ["first_name", "Oscar"], ["firstname", "Marry"], ["last_name", "Bins"], ["lastname", "Steuber"], ["lat", "19.184886891266842"], ["latitute", "84.5815002566521"], ["lng", "-113.92901808917269"], ["locale", "VI"], ["longitude", "45.042748461093936"], ["middlename", "Adams"], ["middle_name", "Cormier"], ["password", "Y2pU585a"], ["phone", "586-808-4700 x6480"], ["phone_number", "1-829-966-9414 x0786"], ["reference", "94ea4ced-9b84-4246-84e0-08e91c1a6d31"], ["title", "Ex perferendis enim delectus deserunt."], ["user_name", "stacia.hansen"], ["username", "sharan.hudson"], ["uuid", "d1f8b411-6d02-4d16-86dc-dc6c2b1ee64c"], ["created_at", "2020-11-21 14:23:00.430376"], ["updated_at", "2020-11-21 14:23:00.430376"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "948 Reynolds Viaduct, Kulaston, OR 07131"], ["city", "Lindgrenbury"], ["country", "Barbados"], ["description", "Explicabo quaerat sequi. Praesentium dolorem porro."], ["email", "jena@example.io"], ["first_name", "Fermina"], ["firstname", "Fred"], ["last_name", "Murray"], ["lastname", "Bartoletti"], ["lat", "-4.027550393546605"], ["latitute", "1.175280839405488"], ["lng", "20.423827055576595"], ["locale", "SR"], ["longitude", "-126.56800483755612"], ["middlename", "Kulas"], ["middle_name", "O'Kon"], ["password", "AmB3q8TrI41m"], ["phone", "1-599-713-5118 x1853"], ["phone_number", "1-478-025-7726 x6004"], ["reference", "c9e0e17c-500d-403c-8202-b0108b5d912b"], ["title", "Natus consectetur saepe omnis."], ["user_name", "assunta_jones"], ["username", "louis.padberg"], ["uuid", "00e8896f-cb7f-4519-8a9b-abcd1ddef4d7"], ["created_at", "2020-11-21 14:23:00.454097"], ["updated_at", "2020-11-21 14:23:00.454097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-21 14:23:00.456109"], ["updated_at", "2020-11-21 14:23:00.456109"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-21 14:23:00.457470"], ["updated_at", "2020-11-21 14:23:00.457470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 14:23:00.458567"], ["updated_at", "2020-11-21 14:23:00.458567"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-21 14:23:00.459632"], ["updated_at", "2020-11-21 14:23:00.459632"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-21 14:23:00.460680"], ["updated_at", "2020-11-21 14:23:00.460680"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.478608"], ["updated_at", "2020-11-21 14:23:00.478608"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.479626"], ["updated_at", "2020-11-21 14:23:00.479626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.480327"], ["updated_at", "2020-11-21 14:23:00.480327"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.481013"], ["updated_at", "2020-11-21 14:23:00.481013"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.481686"], ["updated_at", "2020-11-21 14:23:00.481686"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:00.482440"], ["updated_at", "2020-11-21 14:23:00.482440"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:00.483201"], ["updated_at", "2020-11-21 14:23:00.483201"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:00.483925"], ["updated_at", "2020-11-21 14:23:00.483925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:00.484644"], ["updated_at", "2020-11-21 14:23:00.484644"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:00.485356"], ["updated_at", "2020-11-21 14:23:00.485356"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.1ms) SELECT COUNT(*) FROM "limas"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 25.49732488735], ["string", "Aut quaerat tempora doloremque quis."], ["date", "2021-01-02"], ["time", "2000-01-01 11:37:27.601211"], ["datetime", "2020-10-14 00:01:30.636283"], ["created_at", "2020-11-21 14:23:00.522621"], ["updated_at", "2020-11-21 14:23:00.522621"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 13.2397580383669], ["string", "Ea in quidem animi distinctio aut."], ["date", "2020-10-13"], ["time", "2000-01-01 07:42:31.891275"], ["datetime", "2020-12-03 09:06:29.995299"], ["created_at", "2020-11-21 14:23:00.525885"], ["updated_at", "2020-11-21 14:23:00.525885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 6.92822378791253], ["string", "Eos vero quam ut repellat voluptatem."], ["date", "2020-12-20"], ["time", "2000-01-01 06:03:40.519530"], ["datetime", "2020-10-22 15:12:36.103681"], ["created_at", "2020-11-21 14:23:00.529335"], ["updated_at", "2020-11-21 14:23:00.529335"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.4ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 4.64759447932125], ["string", "Maxime velit expedita."], ["date", "2020-11-05"], ["time", "2000-01-01 00:09:37.500750"], ["datetime", "2020-11-11 17:19:56.169797"], ["created_at", "2020-11-21 14:23:00.534319"], ["updated_at", "2020-11-21 14:23:00.534319"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 10.952219594177], ["string", "Occaecati velit fugit perferendis eos minima."], ["date", "2020-12-14"], ["time", "2000-01-01 03:16:19.480681"], ["datetime", "2020-12-20 21:24:25.991788"], ["created_at", "2020-11-21 14:23:00.538770"], ["updated_at", "2020-11-21 14:23:00.538770"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 9.53082463728666], ["string", "Amet quia voluptatem maxime sapiente qui."], ["date", "2020-10-31"], ["time", "2000-01-01 02:11:08.727317"], ["datetime", "2020-12-10 03:49:29.984192"], ["created_at", "2020-11-21 14:23:00.541955"], ["updated_at", "2020-11-21 14:23:00.541955"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.545270"], ["updated_at", "2020-11-21 14:23:00.545270"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 1.7241080999727], ["string", "Quis voluptas molestiae."], ["date", "2020-12-08"], ["time", "2000-01-01 08:01:01.988233"], ["datetime", "2020-12-19 23:07:52.844240"], ["created_at", "2020-11-21 14:23:00.579446"], ["updated_at", "2020-11-21 14:23:00.579446"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 8.32183180899568], ["string", "Deleniti quo fugit facilis et."], ["date", "2020-11-10"], ["time", "2000-01-01 23:58:44.420669"], ["datetime", "2020-12-26 16:57:41.039133"], ["created_at", "2020-11-21 14:23:00.583272"], ["updated_at", "2020-11-21 14:23:00.583272"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 1.12280102422279], ["string", "Ut sit et."], ["date", "2020-10-26"], ["time", "2000-01-01 13:15:19.360037"], ["datetime", "2020-10-15 11:54:52.424444"], ["created_at", "2020-11-21 14:23:00.587424"], ["updated_at", "2020-11-21 14:23:00.587424"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 19.2300186309953], ["string", "Et voluptatum dolorum."], ["date", "2020-10-13"], ["time", "2000-01-01 18:33:35.286728"], ["datetime", "2020-12-15 01:06:19.795603"], ["created_at", "2020-11-21 14:23:00.590948"], ["updated_at", "2020-11-21 14:23:00.590948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 16.3954265916091], ["string", "Quia rerum velit vero."], ["date", "2020-12-19"], ["time", "2000-01-01 14:47:26.023230"], ["datetime", "2020-10-23 01:53:33.703641"], ["created_at", "2020-11-21 14:23:00.594305"], ["updated_at", "2020-11-21 14:23:00.594305"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1036], ["decimal", 6.98698926824021], ["string", "Cum non consequatur repellendus ipsum."], ["created_at", "2020-11-21 14:23:00.597831"], ["updated_at", "2020-11-21 14:23:00.597831"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1037], ["decimal", 2.76251016870032], ["string", "Consequatur in qui repellat non mollitia."], ["created_at", "2020-11-21 14:23:00.600454"], ["updated_at", "2020-11-21 14:23:00.600454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 7.95956862227195], ["string", "Impedit est perspiciatis minus."], ["created_at", "2020-11-21 14:23:00.602775"], ["updated_at", "2020-11-21 14:23:00.602775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1034], ["decimal", 27.0667524629897], ["string", "Ut animi doloremque nam debitis architecto."], ["created_at", "2020-11-21 14:23:00.605012"], ["updated_at", "2020-11-21 14:23:00.605012"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 39.1011308167781], ["string", "Amet magni dolorum ratione itaque."], ["created_at", "2020-11-21 14:23:00.607488"], ["updated_at", "2020-11-21 14:23:00.607488"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:23:00.609313"], ["updated_at", "2020-11-21 14:23:00.609313"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:23:00.611028"], ["updated_at", "2020-11-21 14:23:00.611028"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:23:00.612506"], ["updated_at", "2020-11-21 14:23:00.612506"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:23:00.613919"], ["updated_at", "2020-11-21 14:23:00.613919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:23:00.615281"], ["updated_at", "2020-11-21 14:23:00.615281"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-21 14:23:00.617223"], ["updated_at", "2020-11-21 14:23:00.617223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-21 14:23:00.619178"], ["updated_at", "2020-11-21 14:23:00.619178"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-21 14:23:00.621058"], ["updated_at", "2020-11-21 14:23:00.621058"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-21 14:23:00.623120"], ["updated_at", "2020-11-21 14:23:00.623120"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-21 14:23:00.624987"], ["updated_at", "2020-11-21 14:23:00.624987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 14:23:00.626422"], ["updated_at", "2020-11-21 14:23:00.626422"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 14:23:00.627895"], ["updated_at", "2020-11-21 14:23:00.627895"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 14:23:00.629746"], ["updated_at", "2020-11-21 14:23:00.629746"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 14:23:00.631502"], ["updated_at", "2020-11-21 14:23:00.631502"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 14:23:00.633219"], ["updated_at", "2020-11-21 14:23:00.633219"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.634366"], ["updated_at", "2020-11-21 14:23:00.634366"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.635365"], ["updated_at", "2020-11-21 14:23:00.635365"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.636359"], ["updated_at", "2020-11-21 14:23:00.636359"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.637297"], ["updated_at", "2020-11-21 14:23:00.637297"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.638259"], ["updated_at", "2020-11-21 14:23:00.638259"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.640071"], ["updated_at", "2020-11-21 14:23:00.640071"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.641719"], ["updated_at", "2020-11-21 14:23:00.641719"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.643285"], ["updated_at", "2020-11-21 14:23:00.643285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.644780"], ["updated_at", "2020-11-21 14:23:00.644780"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.646240"], ["updated_at", "2020-11-21 14:23:00.646240"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "33788 Edra Glens, South Jayson, OH 10215"], ["city", "Reynoldschester"], ["country", "Tokelau"], ["description", "Voluptatem tempore aspernatur. Atque dolorem ratione. Deleniti illo et. Impedit est aliquam. Repellendus occaecati et."], ["email", "joel.heidenreich@example.info"], ["first_name", "Alexandria"], ["firstname", "Blair"], ["last_name", "Rath"], ["lastname", "Kassulke"], ["lat", "60.29085808957481"], ["latitute", "-16.339997707831373"], ["lng", "-54.21232970569331"], ["locale", "CK"], ["longitude", "44.91676272458875"], ["middlename", "Hahn"], ["middle_name", "Emmerich"], ["password", "Ae6ZtRbStLdZ"], ["phone", "140-353-3739 x0140"], ["phone_number", "886-399-3203"], ["reference", "86dce392-df0c-445f-bc46-1eb52168417c"], ["title", "Quae est soluta in at."], ["user_name", "marge_okon"], ["username", "blake"], ["uuid", "ab95b1c1-aac5-4f3e-86e0-f36f8057b7a1"], ["created_at", "2020-11-21 14:23:00.670272"], ["updated_at", "2020-11-21 14:23:00.670272"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 789 545 Schmitt Fork, North Jordonhaven, IA 63114"], ["city", "South Youngstad"], ["country", "Isle of Man"], ["description", "Quis accusamus doloribus. Sit sit qui. Omnis labore vel."], ["email", "salvador_keeling@example.com"], ["first_name", "Kathryn"], ["firstname", "Buster"], ["last_name", "Bernhard"], ["lastname", "Graham"], ["lat", "74.94390284831042"], ["latitute", "-75.89512205371064"], ["lng", "-73.27963575500745"], ["locale", "SO"], ["longitude", "168.02908489442234"], ["middlename", "Veum"], ["middle_name", "Rohan"], ["password", "Gy5ImNgQxJjT9p"], ["phone", "606-750-5539 x78742"], ["phone_number", "(615) 323-8447 x4864"], ["reference", "420bfd41-94b4-47ad-a700-835782f5391c"], ["title", "Neque nostrum suscipit et."], ["user_name", "gary.howe"], ["username", "kristofer"], ["uuid", "578a5abc-98b2-4de7-afac-7d67c4bffaf3"], ["created_at", "2020-11-21 14:23:00.694795"], ["updated_at", "2020-11-21 14:23:00.694795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 879 833 Graham Extension, North Tomika, VT 05163-5337"], ["city", "Ondrickahaven"], ["country", "Tunisia"], ["description", "Illo ab distinctio. Maiores officia vel."], ["email", "kati_graham@example.co"], ["first_name", "Enrique"], ["firstname", "Kathy"], ["last_name", "Lang"], ["lastname", "Osinski"], ["lat", "81.63113389720476"], ["latitute", "-76.98600408957785"], ["lng", "178.83376985250533"], ["locale", "BR"], ["longitude", "101.67216150500576"], ["middlename", "Armstrong"], ["middle_name", "Johnson"], ["password", "KpMo2McOhEoYwU"], ["phone", "506-219-2734"], ["phone_number", "746.175.4741 x106"], ["reference", "667f440f-332a-459a-939d-7a50397e9f8a"], ["title", "Non ut et aspernatur earum."], ["user_name", "kayleigh.kling"], ["username", "paola.reinger"], ["uuid", "58009716-e53a-4669-a074-f6b4862b3836"], ["created_at", "2020-11-21 14:23:00.729443"], ["updated_at", "2020-11-21 14:23:00.729443"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "69612 Klein Mission, Chrisview, MO 17849-0302"], ["city", "Lake Elizbethview"], ["country", "Malta"], ["description", "Cum mollitia dolores. Nemo ut repudiandae. Laboriosam saepe aspernatur."], ["email", "eddie.krajcik@example.info"], ["first_name", "Malik"], ["firstname", "Brad"], ["last_name", "Reichert"], ["lastname", "Homenick"], ["lat", "34.31564678123483"], ["latitute", "-88.26378507234764"], ["lng", "41.39966379413809"], ["locale", "AX"], ["longitude", "43.72658233769556"], ["middlename", "Brekke"], ["middle_name", "Von"], ["password", "G1cEsKgF"], ["phone", "186-769-4767 x86936"], ["phone_number", "1-765-996-7720 x021"], ["reference", "6268052a-a724-4015-bb67-ed6c48331bd9"], ["title", "Fuga quam repellendus velit."], ["user_name", "maxwell_kautzer"], ["username", "hedy_mckenzie"], ["uuid", "10e1d393-2a15-4e5a-9f74-dbe70f916a48"], ["created_at", "2020-11-21 14:23:00.756445"], ["updated_at", "2020-11-21 14:23:00.756445"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8717 Jimmie Forge, Miltonberg, DE 34910"], ["city", "Kshlerinland"], ["country", "Togo"], ["description", "Molestiae repellat totam. Nisi sunt aut. Sit repudiandae aut. Nobis aut consequuntur. Rerum cum et."], ["email", "noel@example.net"], ["first_name", "Tony"], ["firstname", "Pat"], ["last_name", "Gerlach"], ["lastname", "Prosacco"], ["lat", "3.985487848216195"], ["latitute", "15.351654932905276"], ["lng", "-38.349346398954765"], ["locale", "SJ"], ["longitude", "-86.10542514118596"], ["middlename", "O'Conner"], ["middle_name", "Koss"], ["password", "5RjSm4Sk8F2"], ["phone", "1-899-865-7761 x8480"], ["phone_number", "1-378-105-9563"], ["reference", "5f03ce3b-6b25-4ece-9e6c-a2baa9566c6c"], ["title", "Blanditiis ratione iusto voluptatem esse."], ["user_name", "angelic"], ["username", "quentin_tromp"], ["uuid", "5cfbfa1d-d5ff-45ec-8d97-8ef64ad7d757"], ["created_at", "2020-11-21 14:23:00.781147"], ["updated_at", "2020-11-21 14:23:00.781147"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:23:00.783544"], ["updated_at", "2020-11-21 14:23:00.783544"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:23:00.785139"], ["updated_at", "2020-11-21 14:23:00.785139"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:23:00.786638"], ["updated_at", "2020-11-21 14:23:00.786638"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:23:00.788117"], ["updated_at", "2020-11-21 14:23:00.788117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:23:00.789617"], ["updated_at", "2020-11-21 14:23:00.789617"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.801499"], ["updated_at", "2020-11-21 14:23:00.801499"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.802463"], ["updated_at", "2020-11-21 14:23:00.802463"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.803406"], ["updated_at", "2020-11-21 14:23:00.803406"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.804281"], ["updated_at", "2020-11-21 14:23:00.804281"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.805129"], ["updated_at", "2020-11-21 14:23:00.805129"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:00.806053"], ["updated_at", "2020-11-21 14:23:00.806053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:00.806930"], ["updated_at", "2020-11-21 14:23:00.806930"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:00.807801"], ["updated_at", "2020-11-21 14:23:00.807801"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:00.808686"], ["updated_at", "2020-11-21 14:23:00.808686"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:00.809554"], ["updated_at", "2020-11-21 14:23:00.809554"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 0.289748957937437], ["string", "Sapiente velit laborum est."], ["date", "2020-11-18"], ["time", "2000-01-01 04:03:14.889290"], ["datetime", "2020-12-10 07:04:24.170595"], ["created_at", "2020-11-21 14:23:00.811901"], ["updated_at", "2020-11-21 14:23:00.811901"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 11.1331207445686], ["string", "Error et sapiente."], ["date", "2020-11-18"], ["time", "2000-01-01 18:49:22.303339"], ["datetime", "2020-10-22 21:15:43.040251"], ["created_at", "2020-11-21 14:23:00.814375"], ["updated_at", "2020-11-21 14:23:00.814375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 21], ["decimal", 0.088798130524754], ["string", "Veritatis tenetur iste quia soluta."], ["date", "2020-10-24"], ["time", "2000-01-01 00:03:06.572792"], ["datetime", "2020-11-21 19:19:41.185362"], ["created_at", "2020-11-21 14:23:00.816788"], ["updated_at", "2020-11-21 14:23:00.816788"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 2.01630705655751], ["string", "Eligendi qui architecto dicta."], ["date", "2020-12-03"], ["time", "2000-01-01 21:11:51.130660"], ["datetime", "2020-11-07 06:03:05.744578"], ["created_at", "2020-11-21 14:23:00.819197"], ["updated_at", "2020-11-21 14:23:00.819197"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 5.10290016955497], ["string", "Ex temporibus est eum."], ["date", "2020-12-27"], ["time", "2000-01-01 00:06:43.628413"], ["datetime", "2020-12-08 20:29:04.252897"], ["created_at", "2020-11-21 14:23:00.821616"], ["updated_at", "2020-11-21 14:23:00.821616"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 4.07663227759834], ["string", "Excepturi harum ab architecto."], ["created_at", "2020-11-21 14:23:00.823965"], ["updated_at", "2020-11-21 14:23:00.823965"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 15.0781327064484], ["string", "Repellat et exercitationem quas tempore."], ["created_at", "2020-11-21 14:23:00.826065"], ["updated_at", "2020-11-21 14:23:00.826065"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 9.17408266863576], ["string", "Quia velit est doloremque repellendus."], ["created_at", "2020-11-21 14:23:00.828101"], ["updated_at", "2020-11-21 14:23:00.828101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1025], ["decimal", 19.7941103598368], ["string", "Facilis maxime modi rerum tempora."], ["created_at", "2020-11-21 14:23:00.830158"], ["updated_at", "2020-11-21 14:23:00.830158"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 0.493360456014913], ["string", "Fugiat quia illo dolores."], ["created_at", "2020-11-21 14:23:00.832173"], ["updated_at", "2020-11-21 14:23:00.832173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:23:00.833851"], ["updated_at", "2020-11-21 14:23:00.833851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:23:00.835496"], ["updated_at", "2020-11-21 14:23:00.835496"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:23:00.837169"], ["updated_at", "2020-11-21 14:23:00.837169"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:23:00.838945"], ["updated_at", "2020-11-21 14:23:00.838945"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:23:00.840729"], ["updated_at", "2020-11-21 14:23:00.840729"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 9], ["created_at", "2020-11-21 14:23:00.843114"], ["updated_at", "2020-11-21 14:23:00.843114"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 7], ["created_at", "2020-11-21 14:23:00.845467"], ["updated_at", "2020-11-21 14:23:00.845467"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 7], ["created_at", "2020-11-21 14:23:00.847701"], ["updated_at", "2020-11-21 14:23:00.847701"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-21 14:23:00.849742"], ["updated_at", "2020-11-21 14:23:00.849742"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-21 14:23:00.851820"], ["updated_at", "2020-11-21 14:23:00.851820"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-21 14:23:00.853408"], ["updated_at", "2020-11-21 14:23:00.853408"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:23:00.854931"], ["updated_at", "2020-11-21 14:23:00.854931"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-21 14:23:00.856474"], ["updated_at", "2020-11-21 14:23:00.856474"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-21 14:23:00.857955"], ["updated_at", "2020-11-21 14:23:00.857955"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 14:23:00.859453"], ["updated_at", "2020-11-21 14:23:00.859453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.860378"], ["updated_at", "2020-11-21 14:23:00.860378"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.861226"], ["updated_at", "2020-11-21 14:23:00.861226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.862125"], ["updated_at", "2020-11-21 14:23:00.862125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.862972"], ["updated_at", "2020-11-21 14:23:00.862972"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:00.863811"], ["updated_at", "2020-11-21 14:23:00.863811"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:00.865316"], ["updated_at", "2020-11-21 14:23:00.865316"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:00.866760"], ["updated_at", "2020-11-21 14:23:00.866760"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:00.868200"], ["updated_at", "2020-11-21 14:23:00.868200"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:00.869645"], ["updated_at", "2020-11-21 14:23:00.869645"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:00.871076"], ["updated_at", "2020-11-21 14:23:00.871076"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 625 62734 Allene Forest, East Beckiemouth, TN 49807"], ["city", "West Claudetteside"], ["country", "Brunei Darussalam"], ["description", "Eum maxime atque. Fuga dolores alias."], ["email", "jamila@example.co"], ["first_name", "Ursula"], ["firstname", "Luella"], ["last_name", "Runolfsdottir"], ["lastname", "Maggio"], ["lat", "0.84008135802884"], ["latitute", "-29.364890945731396"], ["lng", "-176.58534187616036"], ["locale", "TD"], ["longitude", "-179.63928703712918"], ["middlename", "Rau"], ["middle_name", "Larkin"], ["password", "WxIeDbOmC"], ["phone", "1-991-211-2309 x461"], ["phone_number", "(866) 341-5281"], ["reference", "9a71177d-54a0-4b13-9dec-6ba5e5a47058"], ["title", "Minima aperiam quod nesciunt."], ["user_name", "creola_erdman"], ["username", "kylee"], ["uuid", "edf5e561-290c-4ce2-adf1-0f6c04a2e57a"], ["created_at", "2020-11-21 14:23:00.895060"], ["updated_at", "2020-11-21 14:23:00.895060"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 356 23121 Melida Gateway, Lake Roycebury, OK 33934"], ["city", "Wisozkview"], ["country", "Japan"], ["description", "Ad earum voluptatum. Est labore autem. Quaerat minima mollitia. Et aliquid ipsa."], ["email", "barney.wiza@example.io"], ["first_name", "Timmy"], ["firstname", "Jacques"], ["last_name", "Koss"], ["lastname", "Brekke"], ["lat", "-71.86964523423418"], ["latitute", "-86.97795155856872"], ["lng", "130.79796897273155"], ["locale", "PH"], ["longitude", "163.79809526249863"], ["middlename", "Schmeler"], ["middle_name", "Wilderman"], ["password", "3HkZg23Vx"], ["phone", "584.131.5192 x8074"], ["phone_number", "146.275.2259 x700"], ["reference", "726e5719-39f8-4906-bdda-d9e249ae41b5"], ["title", "Deleniti repellendus recusandae."], ["user_name", "carmine"], ["username", "suellen"], ["uuid", "bbd770cb-7595-4941-8a6b-107de1a168bc"], ["created_at", "2020-11-21 14:23:00.929475"], ["updated_at", "2020-11-21 14:23:00.929475"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 818 569 Patrick Plains, Brockbury, IN 34951-9435"], ["city", "New Mitchel"], ["country", "Malaysia"], ["description", "Quam voluptate illum. Neque dolore in. Labore harum ullam. Et est et."], ["email", "josefa@example.com"], ["first_name", "Cliff"], ["firstname", "Art"], ["last_name", "King"], ["lastname", "Hermann"], ["lat", "-25.759436490734245"], ["latitute", "-33.94236258914658"], ["lng", "-62.168682560467744"], ["locale", "GS"], ["longitude", "-129.3003794849211"], ["middlename", "Waters"], ["middle_name", "Bosco"], ["password", "JvC692zSkY3t"], ["phone", "404-250-8059 x4067"], ["phone_number", "201-347-1736"], ["reference", "79f8822d-0a8c-4efb-b3bb-a3896e10115b"], ["title", "Quam placeat culpa aut."], ["user_name", "delmar.strosin"], ["username", "caitlin.smitham"], ["uuid", "6437ab70-5904-47d0-a6e6-e4d5ddcefb94"], ["created_at", "2020-11-21 14:23:00.954826"], ["updated_at", "2020-11-21 14:23:00.954826"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 731 471 Kerluke Plains, Port Lynn, NJ 63459-0420"], ["city", "Wmshire"], ["country", "Mali"], ["description", "Odio id voluptatum. Qui nemo et. Libero corporis quo. Dolorum ut saepe. Non aliquam voluptas."], ["email", "cameron@example.info"], ["first_name", "Duncan"], ["firstname", "Erlene"], ["last_name", "Stokes"], ["lastname", "Koss"], ["lat", "-35.65501178963516"], ["latitute", "-0.0579917102394063"], ["lng", "-61.1758109974554"], ["locale", "GB"], ["longitude", "-17.431395618603005"], ["middlename", "Huel"], ["middle_name", "Hane"], ["password", "LcJlTlXoOyKx0O"], ["phone", "1-878-213-2608"], ["phone_number", "1-646-887-2064"], ["reference", "cb954e85-b813-4298-b223-9ab03776fee9"], ["title", "Vel voluptatem fugit."], ["user_name", "rhonda"], ["username", "gertude"], ["uuid", "04ca1479-fdb2-4626-9d85-3a6c7e51e03f"], ["created_at", "2020-11-21 14:23:00.980053"], ["updated_at", "2020-11-21 14:23:00.980053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "375 Balistreri Burg, Port Fran, IA 80716"], ["city", "Kilbackshire"], ["country", "Samoa"], ["description", "Vitae et temporibus. Tempora consequuntur sunt. Quis corrupti aut."], ["email", "tilda@example.io"], ["first_name", "Ambrose"], ["firstname", "Bobby"], ["last_name", "Beier"], ["lastname", "Corwin"], ["lat", "57.2350290149318"], ["latitute", "81.69590328412366"], ["lng", "-57.120306510715636"], ["locale", "BH"], ["longitude", "-29.909646143300563"], ["middlename", "Macejkovic"], ["middle_name", "Koepp"], ["password", "G9qMhO0hO7y05T"], ["phone", "1-955-751-6486 x1025"], ["phone_number", "714-999-5192 x1669"], ["reference", "4284ce26-a250-43ab-86ae-e1caeb39a5b8"], ["title", "Nobis aliquid et blanditiis minima cupiditate."], ["user_name", "nickole_kirlin"], ["username", "amada"], ["uuid", "775fa9ee-8b47-41c2-88ef-88cd2a42a00b"], ["created_at", "2020-11-21 14:23:01.004366"], ["updated_at", "2020-11-21 14:23:01.004366"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:23:01.006766"], ["updated_at", "2020-11-21 14:23:01.006766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:23:01.008338"], ["updated_at", "2020-11-21 14:23:01.008338"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-21 14:23:01.009798"], ["updated_at", "2020-11-21 14:23:01.009798"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 14:23:01.011265"], ["updated_at", "2020-11-21 14:23:01.011265"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 14:23:01.012716"], ["updated_at", "2020-11-21 14:23:01.012716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:01.024501"], ["updated_at", "2020-11-21 14:23:01.024501"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:01.025429"], ["updated_at", "2020-11-21 14:23:01.025429"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:01.026283"], ["updated_at", "2020-11-21 14:23:01.026283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:01.027160"], ["updated_at", "2020-11-21 14:23:01.027160"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:01.027994"], ["updated_at", "2020-11-21 14:23:01.027994"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:01.028884"], ["updated_at", "2020-11-21 14:23:01.028884"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:01.029752"], ["updated_at", "2020-11-21 14:23:01.029752"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:01.030602"], ["updated_at", "2020-11-21 14:23:01.030602"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:01.031462"], ["updated_at", "2020-11-21 14:23:01.031462"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:01.032314"], ["updated_at", "2020-11-21 14:23:01.032314"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 20.6699803294609], ["string", "Est ab iusto."], ["date", "2020-12-14"], ["time", "2000-01-01 11:44:31.396704"], ["datetime", "2020-11-08 12:38:35.396515"], ["created_at", "2020-11-21 14:23:01.034646"], ["updated_at", "2020-11-21 14:23:01.034646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 5.26725593773385], ["string", "Porro quia ipsum eos laboriosam labore."], ["date", "2020-11-06"], ["time", "2000-01-01 19:31:02.452054"], ["datetime", "2020-11-15 19:15:07.660994"], ["created_at", "2020-11-21 14:23:01.037126"], ["updated_at", "2020-11-21 14:23:01.037126"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 11.8281431675574], ["string", "Soluta iste harum qui non."], ["date", "2020-11-18"], ["time", "2000-01-01 20:29:29.402713"], ["datetime", "2020-12-06 08:16:48.928348"], ["created_at", "2020-11-21 14:23:01.039606"], ["updated_at", "2020-11-21 14:23:01.039606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 19.9153612217306], ["string", "Dolore occaecati dolorem iste."], ["date", "2020-12-06"], ["time", "2000-01-01 05:29:41.104030"], ["datetime", "2020-11-06 01:10:57.496366"], ["created_at", "2020-11-21 14:23:01.042118"], ["updated_at", "2020-11-21 14:23:01.042118"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 3.2635442598434], ["string", "Vero maxime dolores."], ["date", "2020-11-14"], ["time", "2000-01-01 14:41:51.537263"], ["datetime", "2020-11-18 03:13:46.650648"], ["created_at", "2020-11-21 14:23:01.044577"], ["updated_at", "2020-11-21 14:23:01.044577"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1037], ["decimal", 18.6731550933821], ["string", "Ratione et aspernatur exercitationem quisquam voluptates."], ["created_at", "2020-11-21 14:23:01.046859"], ["updated_at", "2020-11-21 14:23:01.046859"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 22.567453606528], ["string", "Nulla impedit velit aut."], ["created_at", "2020-11-21 14:23:01.048906"], ["updated_at", "2020-11-21 14:23:01.048906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 15.2676074951935], ["string", "Magnam rerum occaecati quo."], ["created_at", "2020-11-21 14:23:01.050934"], ["updated_at", "2020-11-21 14:23:01.050934"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1027], ["decimal", 22.48100268552], ["string", "Sit officia vel porro labore."], ["created_at", "2020-11-21 14:23:01.052950"], ["updated_at", "2020-11-21 14:23:01.052950"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 8.71734604480072], ["string", "Soluta et perferendis quod."], ["created_at", "2020-11-21 14:23:01.054974"], ["updated_at", "2020-11-21 14:23:01.054974"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:23:01.056873"], ["updated_at", "2020-11-21 14:23:01.056873"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:23:01.058492"], ["updated_at", "2020-11-21 14:23:01.058492"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-21 14:23:01.059992"], ["updated_at", "2020-11-21 14:23:01.059992"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:23:01.061474"], ["updated_at", "2020-11-21 14:23:01.061474"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-21 14:23:01.062956"], ["updated_at", "2020-11-21 14:23:01.062956"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 9], ["created_at", "2020-11-21 14:23:01.065060"], ["updated_at", "2020-11-21 14:23:01.065060"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 8], ["created_at", "2020-11-21 14:23:01.067173"], ["updated_at", "2020-11-21 14:23:01.067173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 13], ["created_at", "2020-11-21 14:23:01.069218"], ["updated_at", "2020-11-21 14:23:01.069218"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 14], ["created_at", "2020-11-21 14:23:01.071247"], ["updated_at", "2020-11-21 14:23:01.071247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 3], ["created_at", "2020-11-21 14:23:01.073318"], ["updated_at", "2020-11-21 14:23:01.073318"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-21 14:23:01.074952"], ["updated_at", "2020-11-21 14:23:01.074952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-21 14:23:01.076512"], ["updated_at", "2020-11-21 14:23:01.076512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-21 14:23:01.078016"], ["updated_at", "2020-11-21 14:23:01.078016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-21 14:23:01.079500"], ["updated_at", "2020-11-21 14:23:01.079500"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-21 14:23:01.080978"], ["updated_at", "2020-11-21 14:23:01.080978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:01.081893"], ["updated_at", "2020-11-21 14:23:01.081893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:01.082754"], ["updated_at", "2020-11-21 14:23:01.082754"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:01.083624"], ["updated_at", "2020-11-21 14:23:01.083624"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:01.084530"], ["updated_at", "2020-11-21 14:23:01.084530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:01.085372"], ["updated_at", "2020-11-21 14:23:01.085372"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:01.086894"], ["updated_at", "2020-11-21 14:23:01.086894"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:01.088371"], ["updated_at", "2020-11-21 14:23:01.088371"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:01.089845"], ["updated_at", "2020-11-21 14:23:01.089845"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:01.091324"], ["updated_at", "2020-11-21 14:23:01.091324"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:01.100048"], ["updated_at", "2020-11-21 14:23:01.100048"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "279 Piper Streets, East Zandra, WI 17753"], ["city", "West Laritabury"], ["country", "Burundi"], ["description", "Officia quia eaque. Molestiae eius quod."], ["email", "andera@example.biz"], ["first_name", "Season"], ["firstname", "Cris"], ["last_name", "Carroll"], ["lastname", "Fay"], ["lat", "16.39665361554279"], ["latitute", "-56.04965672530554"], ["lng", "114.27145973907466"], ["locale", "SZ"], ["longitude", "-37.84194716237536"], ["middlename", "Kilback"], ["middle_name", "Zulauf"], ["password", "LgPaMlLjDdTn8Jj"], ["phone", "(550) 093-6787 x5584"], ["phone_number", "344.920.9499 x364"], ["reference", "7ea90426-4372-4c20-adc9-de9626d88eec"], ["title", "Debitis sit vitae magnam iste."], ["user_name", "hal"], ["username", "cory.ziemann"], ["uuid", "a5680145-d40e-46f0-84b6-743219a7a3a4"], ["created_at", "2020-11-21 14:23:01.127787"], ["updated_at", "2020-11-21 14:23:01.127787"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 316 2798 Pete Valleys, New Mike, SC 34848-7119"], ["city", "Beachester"], ["country", "Somalia"], ["description", "Nesciunt laudantium vel. Facere est magnam. Commodi tenetur totam."], ["email", "cinda@example.name"], ["first_name", "Cecila"], ["firstname", "Winford"], ["last_name", "Kuhlman"], ["lastname", "Jacobi"], ["lat", "-46.49695470289185"], ["latitute", "-18.83825873840975"], ["lng", "74.65349599482056"], ["locale", "CI"], ["longitude", "116.97086542273132"], ["middlename", "Dach"], ["middle_name", "Wisoky"], ["password", "WyO9bRqCaE7zUiMt"], ["phone", "(963) 173-1387 x89509"], ["phone_number", "352.342.0820 x5849"], ["reference", "639dc8ce-035f-4733-b5aa-ea9614c4e4e6"], ["title", "Sunt vel ratione et dolores."], ["user_name", "kenny"], ["username", "riley"], ["uuid", "c583857e-2529-4efa-8106-a77abad21983"], ["created_at", "2020-11-21 14:23:01.152471"], ["updated_at", "2020-11-21 14:23:01.152471"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 500 26973 Bahringer Fort, Vonmouth, ND 35656-6947"], ["city", "North Janeanbury"], ["country", "Malawi"], ["description", "Libero voluptates nihil. Iusto laudantium natus."], ["email", "laila.hand@example.co"], ["first_name", "Soon"], ["firstname", "Curt"], ["last_name", "Fisher"], ["lastname", "Harber"], ["lat", "-4.24090872029106"], ["latitute", "-44.955153466150634"], ["lng", "166.92678546833656"], ["locale", "TM"], ["longitude", "-4.685723253850568"], ["middlename", "Rodriguez"], ["middle_name", "Larson"], ["password", "W1wVpIhF0i3"], ["phone", "407-961-4967 x959"], ["phone_number", "(998) 859-5490"], ["reference", "b5a80f78-774e-48cc-b7f6-85da4c6d2921"], ["title", "Ratione quaerat numquam."], ["user_name", "vernell"], ["username", "ward_sawayn"], ["uuid", "9bcd7dcd-6aaa-4108-a307-21bcfbf53b46"], ["created_at", "2020-11-21 14:23:01.176752"], ["updated_at", "2020-11-21 14:23:01.176752"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 608 6222 Tynisha Lake, North Milton, AZ 00324"], ["city", "West Rayfurt"], ["country", "Tanzania"], ["description", "Ut maxime et. Molestiae non asperiores. Sint est et. Distinctio assumenda in."], ["email", "ali@example.org"], ["first_name", "Tanner"], ["firstname", "Carolin"], ["last_name", "Hamill"], ["lastname", "Rolfson"], ["lat", "32.33796235186169"], ["latitute", "-71.62251583262957"], ["lng", "46.56877087932219"], ["locale", "IL"], ["longitude", "-131.53020090692678"], ["middlename", "Runolfsdottir"], ["middle_name", "Murphy"], ["password", "WeO6aFzUqVqW80"], ["phone", "941-307-0586 x2450"], ["phone_number", "359-995-9266"], ["reference", "422e5500-ebdf-4923-8437-827fce1b512f"], ["title", "Similique qui in esse in."], ["user_name", "dorsey"], ["username", "jefferson.jakubowski"], ["uuid", "15d46da7-506b-459a-9294-8cd605ebc189"], ["created_at", "2020-11-21 14:23:01.201810"], ["updated_at", "2020-11-21 14:23:01.201810"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "18823 Wesley Way, Rudolfland, AR 82352"], ["city", "South Norristown"], ["country", "Comoros"], ["description", "Neque voluptatem modi. Ut cupiditate dolorem. Labore quo ut. A eius libero."], ["email", "hershel_douglas@example.info"], ["first_name", "Terina"], ["firstname", "Dale"], ["last_name", "Abbott"], ["lastname", "Lowe"], ["lat", "88.41654364201833"], ["latitute", "6.984442862347379"], ["lng", "-107.18989778997118"], ["locale", "AI"], ["longitude", "24.427605628349426"], ["middlename", "Stroman"], ["middle_name", "Douglas"], ["password", "XqTnC3rClJd"], ["phone", "(567) 124-1876"], ["phone_number", "(391) 911-5415 x1510"], ["reference", "ec5a0b15-0e16-408a-8bb4-7789670beb12"], ["title", "Nostrum ut minima in."], ["user_name", "fritz.kiehn"], ["username", "everett_schultz"], ["uuid", "ef875559-784c-4c3a-9b28-4a2387bc338a"], ["created_at", "2020-11-21 14:23:01.226251"], ["updated_at", "2020-11-21 14:23:01.226251"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-21 14:23:01.228547"], ["updated_at", "2020-11-21 14:23:01.228547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-21 14:23:01.230074"], ["updated_at", "2020-11-21 14:23:01.230074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-21 14:23:01.231552"], ["updated_at", "2020-11-21 14:23:01.231552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:23:01.233015"], ["updated_at", "2020-11-21 14:23:01.233015"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:23:01.234528"], ["updated_at", "2020-11-21 14:23:01.234528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:01.254988"], ["updated_at", "2020-11-21 14:23:01.254988"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:01.256172"], ["updated_at", "2020-11-21 14:23:01.256172"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:01.257196"], ["updated_at", "2020-11-21 14:23:01.257196"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:01.258170"], ["updated_at", "2020-11-21 14:23:01.258170"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:01.259159"], ["updated_at", "2020-11-21 14:23:01.259159"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:01.260298"], ["updated_at", "2020-11-21 14:23:01.260298"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:01.261295"], ["updated_at", "2020-11-21 14:23:01.261295"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:01.262247"], ["updated_at", "2020-11-21 14:23:01.262247"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:01.263204"], ["updated_at", "2020-11-21 14:23:01.263204"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:01.264144"], ["updated_at", "2020-11-21 14:23:01.264144"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.8ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.9ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.5ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 508 12256 Olson Junctions, Morarside, FL 41440"], ["city", "Rohanside"], ["country", "Congo"], ["description", "Laborum possimus fugit. Omnis molestiae et. Neque autem sunt."], ["email", "edward.hirthe@example.com"], ["first_name", "Frankie"], ["firstname", "Sal"], ["last_name", "Turner"], ["lastname", "Glover"], ["lat", "69.15067660446786"], ["latitute", "20.97197868416302"], ["lng", "83.41637724678105"], ["locale", "SA"], ["longitude", "-110.28193653530228"], ["middlename", "Rath"], ["middle_name", "Swift"], ["password", "Et9Dq7YaW"], ["phone", "806-113-1001 x645"], ["phone_number", "659-449-9717 x75924"], ["reference", "04cf1e60-211c-493a-8345-38aedf260d6f"], ["title", "Deleniti a quia qui id."], ["user_name", "boris_ferry"], ["username", "timmy"], ["uuid", "5183add6-a1de-4ff6-9279-6684c2b1a91b"], ["created_at", "2020-11-21 14:23:41.553766"], ["updated_at", "2020-11-21 14:23:41.553766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3705 Blanda Forks, Framiview, WA 69820-3332"], ["city", "Champlinstad"], ["country", "Guyana"], ["description", "Sapiente et molestiae. Quibusdam quam ea. Mollitia consequatur voluptatum. Cum saepe voluptate."], ["email", "richard@example.biz"], ["first_name", "Luis"], ["firstname", "Christopher"], ["last_name", "Langworth"], ["lastname", "Murphy"], ["lat", "73.49406599207151"], ["latitute", "26.1137267952969"], ["lng", "47.50765755361141"], ["locale", "TD"], ["longitude", "-120.45661103111946"], ["middlename", "Mueller"], ["middle_name", "Konopelski"], ["password", "P1yXgH1yC0rY1"], ["phone", "(399) 372-8510 x67993"], ["phone_number", "(953) 827-9725 x3760"], ["reference", "974160fe-d7cd-493b-809e-0dc15a87b43a"], ["title", "Est corporis quis."], ["user_name", "thora"], ["username", "ruthie"], ["uuid", "79661c11-b103-4dd1-b12a-4f5ab00e3b60"], ["created_at", "2020-11-21 14:23:41.578183"], ["updated_at", "2020-11-21 14:23:41.578183"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "204 Satterfield Inlet, Franktown, MD 15749-2259"], ["city", "South Ismaelmouth"], ["country", "Jamaica"], ["description", "Iusto laborum in. Sit quibusdam voluptatum. Repudiandae dolore nesciunt. Molestias quos aliquid. Sit ut rem."], ["email", "chi@example.info"], ["first_name", "Tish"], ["firstname", "Jamison"], ["last_name", "Weber"], ["lastname", "Tremblay"], ["lat", "-13.97342618144694"], ["latitute", "-5.831005765054286"], ["lng", "-128.30862381127798"], ["locale", "TO"], ["longitude", "-91.01150491362502"], ["middlename", "Lesch"], ["middle_name", "Mohr"], ["password", "AxIgIfT7t9"], ["phone", "690-631-2040 x73601"], ["phone_number", "290.846.2119 x95321"], ["reference", "cc73a4f5-3080-414e-9a56-7fe3cacf3308"], ["title", "Deleniti ea ut recusandae et quasi."], ["user_name", "owen_medhurst"], ["username", "margareta"], ["uuid", "2906c0d8-47d4-4f42-aa03-c1da39d69347"], ["created_at", "2020-11-21 14:23:41.602477"], ["updated_at", "2020-11-21 14:23:41.602477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 658 780 Refugio Gateway, East Terencehaven, WA 22267"], ["city", "Lake Helena"], ["country", "Morocco"], ["description", "Qui in reiciendis. Illo ut blanditiis. Accusamus quis alias."], ["email", "danilo@example.info"], ["first_name", "Jaime"], ["firstname", "Kennith"], ["last_name", "Sanford"], ["lastname", "Dickens"], ["lat", "-54.90314030509161"], ["latitute", "16.93912913724246"], ["lng", "-40.77193634784578"], ["locale", "CN"], ["longitude", "-68.38337156645659"], ["middlename", "Konopelski"], ["middle_name", "Schuppe"], ["password", "Dj2V1uAv"], ["phone", "416.173.3761 x084"], ["phone_number", "260-373-0434 x91459"], ["reference", "e0c1f18d-2341-4152-a1c7-a789f6e5ff8d"], ["title", "At repellendus fugit animi distinctio."], ["user_name", "rachal.bradtke"], ["username", "victoria.west"], ["uuid", "7eaa31bc-ec46-425c-8717-d74eeff951b9"], ["created_at", "2020-11-21 14:23:41.627028"], ["updated_at", "2020-11-21 14:23:41.627028"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "867 Amada Island, East Brianport, KY 29621-5884"], ["city", "Corkeryburgh"], ["country", "Saint Helena"], ["description", "Placeat ut quia. Neque dolores sed. Aperiam corrupti maiores. Sed et blanditiis. Voluptatem rerum natus."], ["email", "parker_lueilwitz@example.io"], ["first_name", "Laurence"], ["firstname", "Hiram"], ["last_name", "Huels"], ["lastname", "Wisoky"], ["lat", "46.59872767674071"], ["latitute", "78.21100393452292"], ["lng", "-75.92283588235307"], ["locale", "BQ"], ["longitude", "-169.46151113643123"], ["middlename", "Hackett"], ["middle_name", "Welch"], ["password", "0KyBcSeT2kRtI"], ["phone", "1-605-525-6540 x75234"], ["phone_number", "353.942.0183"], ["reference", "970cd7ff-47a2-45b4-868f-6767450ac517"], ["title", "Rerum quia ipsa reiciendis labore accusamus."], ["user_name", "roxana"], ["username", "else.goldner"], ["uuid", "08dfd83e-ab1d-4552-82fa-197ab6594c48"], ["created_at", "2020-11-21 14:23:41.660865"], ["updated_at", "2020-11-21 14:23:41.660865"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 115 4103 Monahan Centers, Kelvinmouth, NJ 21659"], ["city", "Montyside"], ["country", "Belgium"], ["description", "Harum omnis dolor. Dolorem doloribus et."], ["email", "miles@example.org"], ["first_name", "Tanya"], ["firstname", "Myrtie"], ["last_name", "Murazik"], ["lastname", "Hettinger"], ["lat", "-55.72854569431117"], ["latitute", "-48.425745938550406"], ["lng", "-157.11129002989406"], ["locale", "PF"], ["longitude", "-56.33478021634424"], ["middlename", "Labadie"], ["middle_name", "Pfeffer"], ["password", "FvR1xRj3O5w782Fn"], ["phone", "(236) 987-7243 x908"], ["phone_number", "(474) 733-0539 x9031"], ["reference", "e52120fe-3e03-4b8d-9122-d75840a58575"], ["title", "Numquam ex architecto nisi nesciunt et."], ["user_name", "millard"], ["username", "odilia_lakin"], ["uuid", "51b05de7-49ae-4839-9c69-09c99804685d"], ["created_at", "2020-11-21 14:23:41.691737"], ["updated_at", "2020-11-21 14:23:41.691737"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "699 Chanda Curve, North Katherinland, TX 78348-9095"], ["city", "Margaritaville"], ["country", "San Marino"], ["description", "Aspernatur impedit dolores. Praesentium alias sint. Dignissimos quo eius. Ratione fugit quidem."], ["email", "deloris@example.info"], ["first_name", "Stephanie"], ["firstname", "Harland"], ["last_name", "Connelly"], ["lastname", "Stracke"], ["lat", "45.37833105407617"], ["latitute", "53.72513234362475"], ["lng", "-11.815574747258694"], ["locale", "MN"], ["longitude", "50.39433992962145"], ["middlename", "Bruen"], ["middle_name", "Bashirian"], ["password", "X8a0Nz3BcQ4mUl1G"], ["phone", "683-124-5631 x4581"], ["phone_number", "(343) 978-3208"], ["reference", "f9134db2-c174-4204-9945-2aa457ed386e"], ["title", "Eos accusamus voluptas nesciunt."], ["user_name", "lupe_hettinger"], ["username", "alissa.schroeder"], ["uuid", "e3cb685a-8b78-44cd-910c-52e85879f873"], ["created_at", "2020-11-21 14:23:41.722243"], ["updated_at", "2020-11-21 14:23:41.722243"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2046 Bradtke Hill, Raustad, NY 77299-3445"], ["city", "South Kandice"], ["country", "Guinea"], ["description", "Qui officiis sequi. Ullam dolorem numquam. Error dicta qui. Reiciendis commodi quas. Voluptatibus officiis error."], ["email", "penelope_huels@example.net"], ["first_name", "Claude"], ["firstname", "Valentin"], ["last_name", "Lang"], ["lastname", "Gutkowski"], ["lat", "24.480228852063306"], ["latitute", "-65.89306720053318"], ["lng", "6.193473475040378"], ["locale", "RO"], ["longitude", "-158.52286768504652"], ["middlename", "Kohler"], ["middle_name", "Schowalter"], ["password", "W9eNo9De"], ["phone", "436-411-4918 x179"], ["phone_number", "1-464-792-6407 x433"], ["reference", "68902679-2cba-4102-b6c2-537b90c4bfb6"], ["title", "Illo architecto doloribus qui et commodi."], ["user_name", "tanesha_streich"], ["username", "young.wilderman"], ["uuid", "8bbb53e2-8afb-455d-8a9b-99fbca7b5250"], ["created_at", "2020-11-21 14:23:41.750525"], ["updated_at", "2020-11-21 14:23:41.750525"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8244 Lesia Drive, Jacobiton, NC 13095"], ["city", "Dickinsonside"], ["country", "Mongolia"], ["description", "Quis laboriosam ad. Rem odio quia. Voluptatum culpa amet. Eos modi consequatur."], ["email", "winona@example.info"], ["first_name", "Nu"], ["firstname", "Nerissa"], ["last_name", "Pacocha"], ["lastname", "Halvorson"], ["lat", "-58.91229696500008"], ["latitute", "11.48440853498218"], ["lng", "-119.01487995155145"], ["locale", "LU"], ["longitude", "-63.759680300292814"], ["middlename", "Kling"], ["middle_name", "Fadel"], ["password", "5D3zLyAzAeM4r71T"], ["phone", "(644) 986-3088 x2973"], ["phone_number", "1-854-902-5061"], ["reference", "f3bea1f3-5cb6-4b8d-9eeb-e9a88b0a0653"], ["title", "Aut magnam porro quasi."], ["user_name", "porfirio_kassulke"], ["username", "adriana"], ["uuid", "ead5383b-d072-43d1-93f7-4d37250226a4"], ["created_at", "2020-11-21 14:23:41.776918"], ["updated_at", "2020-11-21 14:23:41.776918"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 121 231 Karina Union, New Refugiostad, MA 14874-2372"], ["city", "Evangelinehaven"], ["country", "Guadeloupe"], ["description", "Voluptas debitis soluta. Corporis similique vitae. Consequatur aut cupiditate. Eius est veritatis."], ["email", "odell.lockman@example.net"], ["first_name", "Arlena"], ["firstname", "Clint"], ["last_name", "Murphy"], ["lastname", "Dooley"], ["lat", "5.619342088700364"], ["latitute", "42.96207640750893"], ["lng", "171.4993891112316"], ["locale", "AW"], ["longitude", "-117.11892873256413"], ["middlename", "Stoltenberg"], ["middle_name", "Swift"], ["password", "Tq64OmOj2Tm5L"], ["phone", "1-845-260-3759 x7103"], ["phone_number", "222.884.6913 x8942"], ["reference", "5f3e6877-7a85-45e7-b808-be5c7b7da2be"], ["title", "Odit expedita necessitatibus ipsam."], ["user_name", "virgil_schaden"], ["username", "melvin"], ["uuid", "52e58e19-2c7f-43c4-b1f3-0cdc3d37c8e6"], ["created_at", "2020-11-21 14:23:41.804727"], ["updated_at", "2020-11-21 14:23:41.804727"]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]] Lima Load (0.1ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 22], ["decimal", 24.2048274980609], ["string", "Repudiandae sit consequatur rerum."], ["date", "2020-11-13"], ["time", "2000-01-01 04:22:12.306357"], ["datetime", "2020-12-24 11:12:04.937039"], ["created_at", "2020-11-21 14:23:41.860090"], ["updated_at", "2020-11-21 14:23:41.860090"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 39], ["decimal", 0.0458241687652768], ["string", "Magnam voluptatem et."], ["date", "2020-10-25"], ["time", "2000-01-01 15:23:33.963413"], ["datetime", "2020-10-22 00:56:41.819824"], ["created_at", "2020-11-21 14:23:41.864453"], ["updated_at", "2020-11-21 14:23:41.864453"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 8.75556834440791], ["string", "Delectus temporibus ea nobis rerum."], ["date", "2020-11-01"], ["time", "2000-01-01 07:17:11.701258"], ["datetime", "2020-11-04 16:09:52.029948"], ["created_at", "2020-11-21 14:23:41.868087"], ["updated_at", "2020-11-21 14:23:41.868087"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 1.78233458796681], ["string", "Deserunt aut nisi accusamus."], ["date", "2020-10-28"], ["time", "2000-01-01 14:43:22.261741"], ["datetime", "2020-12-15 13:17:59.662744"], ["created_at", "2020-11-21 14:23:41.872490"], ["updated_at", "2020-11-21 14:23:41.872490"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 25], ["decimal", 0.165163534118077], ["string", "Perspiciatis et eaque beatae maiores."], ["date", "2020-12-15"], ["time", "2000-01-01 02:36:29.089879"], ["datetime", "2020-11-02 22:54:35.983940"], ["created_at", "2020-11-21 14:23:41.877536"], ["updated_at", "2020-11-21 14:23:41.877536"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1025], ["decimal", 1.90494701152834], ["string", "Similique sunt aut sunt quia fugiat."], ["created_at", "2020-11-21 14:23:41.891614"], ["updated_at", "2020-11-21 14:23:41.891614"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1025], ["decimal", 21.5704615999213], ["string", "Eius enim velit."], ["created_at", "2020-11-21 14:23:41.896258"], ["updated_at", "2020-11-21 14:23:41.896258"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 1.34454534640539], ["string", "Suscipit qui aut illum commodi."], ["created_at", "2020-11-21 14:23:41.901497"], ["updated_at", "2020-11-21 14:23:41.901497"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 9.27107483268587], ["string", "Ea aut fuga voluptatum qui molestias."], ["created_at", "2020-11-21 14:23:41.905279"], ["updated_at", "2020-11-21 14:23:41.905279"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 4.51651278130391], ["string", "Nobis eos sit libero expedita."], ["created_at", "2020-11-21 14:23:41.908329"], ["updated_at", "2020-11-21 14:23:41.908329"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:23:41.919135"], ["updated_at", "2020-11-21 14:23:41.919135"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:23:41.921322"], ["updated_at", "2020-11-21 14:23:41.921322"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:23:41.923045"], ["updated_at", "2020-11-21 14:23:41.923045"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:23:41.924876"], ["updated_at", "2020-11-21 14:23:41.924876"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:23:41.926634"], ["updated_at", "2020-11-21 14:23:41.926634"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-21 14:23:41.935548"], ["updated_at", "2020-11-21 14:23:41.935548"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-21 14:23:41.938015"], ["updated_at", "2020-11-21 14:23:41.938015"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-21 14:23:41.940292"], ["updated_at", "2020-11-21 14:23:41.940292"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-21 14:23:41.942584"], ["updated_at", "2020-11-21 14:23:41.942584"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-21 14:23:41.945113"], ["updated_at", "2020-11-21 14:23:41.945113"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:23:41.951694"], ["updated_at", "2020-11-21 14:23:41.951694"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:23:41.954360"], ["updated_at", "2020-11-21 14:23:41.954360"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 14:23:41.955986"], ["updated_at", "2020-11-21 14:23:41.955986"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 14:23:41.957599"], ["updated_at", "2020-11-21 14:23:41.957599"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:23:41.959291"], ["updated_at", "2020-11-21 14:23:41.959291"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:41.966338"], ["updated_at", "2020-11-21 14:23:41.966338"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:41.967596"], ["updated_at", "2020-11-21 14:23:41.967596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:41.968511"], ["updated_at", "2020-11-21 14:23:41.968511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:41.969328"], ["updated_at", "2020-11-21 14:23:41.969328"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:41.970134"], ["updated_at", "2020-11-21 14:23:41.970134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:41.975831"], ["updated_at", "2020-11-21 14:23:41.975831"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:41.977780"], ["updated_at", "2020-11-21 14:23:41.977780"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:41.979605"], ["updated_at", "2020-11-21 14:23:41.979605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:41.981287"], ["updated_at", "2020-11-21 14:23:41.981287"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:41.982743"], ["updated_at", "2020-11-21 14:23:41.982743"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 263 95990 Delinda Well, South Linwood, CA 02137"], ["city", "Lake Pat"], ["country", "China"], ["description", "Quod est et. Hic reiciendis incidunt. Sunt quae quis."], ["email", "nadene_runolfsson@example.io"], ["first_name", "Hyman"], ["firstname", "Cathryn"], ["last_name", "Williamson"], ["lastname", "Bode"], ["lat", "32.50726724853055"], ["latitute", "-71.54619740431163"], ["lng", "-167.32747096290132"], ["locale", "NZ"], ["longitude", "-91.05208816067821"], ["middlename", "Denesik"], ["middle_name", "Howell"], ["password", "O6fWp1E9lCdOmHaP"], ["phone", "(410) 614-6306 x13441"], ["phone_number", "345.942.0597 x9435"], ["reference", "e2140661-7ef5-43a8-95f1-0b886b1f0999"], ["title", "Iusto ad quo."], ["user_name", "starla"], ["username", "jere"], ["uuid", "1108fefb-2d3c-47a1-8c46-90d1844be48b"], ["created_at", "2020-11-21 14:23:42.011256"], ["updated_at", "2020-11-21 14:23:42.011256"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 537 354 Nienow Rest, Lake Vernell, FL 52445"], ["city", "Port Billie"], ["country", "Antarctica (the territory South of 60 deg S)"], ["description", "Qui consectetur enim. Rem repudiandae unde. Iste et voluptatem. Deleniti dolorem explicabo. Tenetur facilis et."], ["email", "waylon@example.com"], ["first_name", "Reita"], ["firstname", "Shemeka"], ["last_name", "Renner"], ["lastname", "Bernhard"], ["lat", "12.877205224892691"], ["latitute", "-78.5485365632673"], ["lng", "59.2677585547315"], ["locale", "SZ"], ["longitude", "159.8005379570838"], ["middlename", "Schinner"], ["middle_name", "Koch"], ["password", "HwQ7p3Nw82J"], ["phone", "1-896-548-0558 x482"], ["phone_number", "677.952.4901"], ["reference", "04e6f396-4596-47f5-8d73-03924739ffcf"], ["title", "Dolore quasi facilis quia qui."], ["user_name", "johnny_rohan"], ["username", "isela.braun"], ["uuid", "31b3c71c-ba34-40ee-aab2-7727c4080549"], ["created_at", "2020-11-21 14:23:42.041074"], ["updated_at", "2020-11-21 14:23:42.041074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "907 Luna Place, South Deonnaview, NH 07582-6475"], ["city", "Cassinborough"], ["country", "Niger"], ["description", "Rem nam qui. Ratione error dolores. Eos a sint. Quisquam et temporibus. Consequatur enim quo."], ["email", "aubrey_graham@example.net"], ["first_name", "Joannie"], ["firstname", "Nigel"], ["last_name", "Feeney"], ["lastname", "Barton"], ["lat", "56.32353846059772"], ["latitute", "6.750145347716995"], ["lng", "-122.28246141477985"], ["locale", "BQ"], ["longitude", "-172.78406179265687"], ["middlename", "Johns"], ["middle_name", "Paucek"], ["password", "6Fg7Ko5SuLr"], ["phone", "355.782.6582 x036"], ["phone_number", "797-348-1266 x3135"], ["reference", "1924ad45-3e26-4ff5-a469-f90ce5315430"], ["title", "Ipsa fugit porro est debitis."], ["user_name", "charles.grant"], ["username", "everett.ledner"], ["uuid", "90ec8f60-4425-4ca2-9bb8-6ebe269c9ad1"], ["created_at", "2020-11-21 14:23:42.067471"], ["updated_at", "2020-11-21 14:23:42.067471"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.3ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 227 52593 Hilary Motorway, New Geoffreyville, IN 06314-1989"], ["city", "North Dreama"], ["country", "Central African Republic"], ["description", "Perferendis quidem excepturi. Sequi ipsa quasi. Sed consectetur omnis."], ["email", "martin@example.biz"], ["first_name", "Chastity"], ["firstname", "Eustolia"], ["last_name", "Mueller"], ["lastname", "Beer"], ["lat", "-75.44357551146608"], ["latitute", "-5.962739165216149"], ["lng", "-48.27144166756534"], ["locale", "VN"], ["longitude", "110.30964120318208"], ["middlename", "Daugherty"], ["middle_name", "Lueilwitz"], ["password", "XrPcFoY2"], ["phone", "290-832-4958 x732"], ["phone_number", "765-348-4462 x5078"], ["reference", "c12c6f81-ac3f-4834-9ddb-de89aa0ac46f"], ["title", "Qui quisquam quos dolor perferendis."], ["user_name", "sam.cremin"], ["username", "davis"], ["uuid", "6129353a-96dc-4e32-90be-479f065a023d"], ["created_at", "2020-11-21 14:23:42.109525"], ["updated_at", "2020-11-21 14:23:42.109525"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 157 531 Marquardt Cliffs, Adamsfort, MI 00283-3502"], ["city", "O'Connellview"], ["country", "Turkmenistan"], ["description", "Eos accusantium perferendis. Repudiandae suscipit dolore. Magni iusto ex. Explicabo ullam itaque."], ["email", "flora@example.co"], ["first_name", "Margot"], ["firstname", "Fermina"], ["last_name", "Heaney"], ["lastname", "Padberg"], ["lat", "45.0509514643833"], ["latitute", "-20.23558451697056"], ["lng", "-2.8018423599685036"], ["locale", "SO"], ["longitude", "154.62644877832776"], ["middlename", "Kulas"], ["middle_name", "Hartmann"], ["password", "SvOz2ZaF4aMaXp"], ["phone", "1-143-892-8163 x53433"], ["phone_number", "438-644-7348"], ["reference", "42122f35-e642-4dcf-8439-c27215e69356"], ["title", "Accusantium hic quia."], ["user_name", "yvonne_quigley"], ["username", "emmaline.goyette"], ["uuid", "d25c9819-8ba5-4c8a-b27b-362229b9c368"], ["created_at", "2020-11-21 14:23:42.142187"], ["updated_at", "2020-11-21 14:23:42.142187"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:23:42.150679"], ["updated_at", "2020-11-21 14:23:42.150679"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:23:42.152937"], ["updated_at", "2020-11-21 14:23:42.152937"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:23:42.154537"], ["updated_at", "2020-11-21 14:23:42.154537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:23:42.156135"], ["updated_at", "2020-11-21 14:23:42.156135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:23:42.157815"], ["updated_at", "2020-11-21 14:23:42.157815"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.186704"], ["updated_at", "2020-11-21 14:23:42.186704"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.187817"], ["updated_at", "2020-11-21 14:23:42.187817"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.188652"], ["updated_at", "2020-11-21 14:23:42.188652"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.189526"], ["updated_at", "2020-11-21 14:23:42.189526"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.190436"], ["updated_at", "2020-11-21 14:23:42.190436"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:42.195061"], ["updated_at", "2020-11-21 14:23:42.195061"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:42.196806"], ["updated_at", "2020-11-21 14:23:42.196806"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:42.198232"], ["updated_at", "2020-11-21 14:23:42.198232"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:42.199580"], ["updated_at", "2020-11-21 14:23:42.199580"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:42.200724"], ["updated_at", "2020-11-21 14:23:42.200724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 14.5812905399521], ["string", "Laudantium nihil voluptatum esse."], ["date", "2020-12-03"], ["time", "2000-01-01 10:09:13.926144"], ["datetime", "2020-10-23 20:07:41.538066"], ["created_at", "2020-11-21 14:23:42.203681"], ["updated_at", "2020-11-21 14:23:42.203681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 0.913363988737899], ["string", "Quis molestias libero autem consequatur illo."], ["date", "2020-12-07"], ["time", "2000-01-01 16:04:49.371115"], ["datetime", "2020-11-04 08:14:55.165374"], ["created_at", "2020-11-21 14:23:42.206782"], ["updated_at", "2020-11-21 14:23:42.206782"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 3.64194928497828], ["string", "Sit ea doloremque."], ["date", "2020-11-30"], ["time", "2000-01-01 18:01:57.916814"], ["datetime", "2020-10-16 19:01:47.608301"], ["created_at", "2020-11-21 14:23:42.210175"], ["updated_at", "2020-11-21 14:23:42.210175"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["decimal", 23.2295835093926], ["string", "Temporibus quod ipsum commodi nesciunt nihil."], ["date", "2020-11-01"], ["time", "2000-01-01 07:40:27.718084"], ["datetime", "2020-11-09 01:16:50.055120"], ["created_at", "2020-11-21 14:23:42.215174"], ["updated_at", "2020-11-21 14:23:42.215174"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 21.984029537162], ["string", "Quam consectetur aut sapiente quisquam."], ["date", "2020-12-12"], ["time", "2000-01-01 17:00:33.542723"], ["datetime", "2020-12-15 23:08:50.941877"], ["created_at", "2020-11-21 14:23:42.218736"], ["updated_at", "2020-11-21 14:23:42.218736"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 20.8438353103005], ["string", "Libero magnam neque."], ["created_at", "2020-11-21 14:23:42.221484"], ["updated_at", "2020-11-21 14:23:42.221484"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 0.835217205240401], ["string", "Voluptatibus quis illum aut labore nemo."], ["created_at", "2020-11-21 14:23:42.223908"], ["updated_at", "2020-11-21 14:23:42.223908"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 32.2573132184602], ["string", "Ab ut voluptas."], ["created_at", "2020-11-21 14:23:42.226460"], ["updated_at", "2020-11-21 14:23:42.226460"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 0.232862005013847], ["string", "Ut ea voluptatibus veniam at vel."], ["created_at", "2020-11-21 14:23:42.229201"], ["updated_at", "2020-11-21 14:23:42.229201"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 26.5827456309058], ["string", "Est est maxime qui."], ["created_at", "2020-11-21 14:23:42.232083"], ["updated_at", "2020-11-21 14:23:42.232083"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:23:42.233912"], ["updated_at", "2020-11-21 14:23:42.233912"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:23:42.235378"], ["updated_at", "2020-11-21 14:23:42.235378"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:23:42.236689"], ["updated_at", "2020-11-21 14:23:42.236689"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:23:42.238024"], ["updated_at", "2020-11-21 14:23:42.238024"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:23:42.239365"], ["updated_at", "2020-11-21 14:23:42.239365"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 8], ["created_at", "2020-11-21 14:23:42.241307"], ["updated_at", "2020-11-21 14:23:42.241307"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 3], ["created_at", "2020-11-21 14:23:42.243336"], ["updated_at", "2020-11-21 14:23:42.243336"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 7], ["created_at", "2020-11-21 14:23:42.245426"], ["updated_at", "2020-11-21 14:23:42.245426"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-21 14:23:42.248000"], ["updated_at", "2020-11-21 14:23:42.248000"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 10], ["created_at", "2020-11-21 14:23:42.250007"], ["updated_at", "2020-11-21 14:23:42.250007"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:23:42.251508"], ["updated_at", "2020-11-21 14:23:42.251508"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 14:23:42.252888"], ["updated_at", "2020-11-21 14:23:42.252888"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-21 14:23:42.254243"], ["updated_at", "2020-11-21 14:23:42.254243"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:23:42.255604"], ["updated_at", "2020-11-21 14:23:42.255604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-21 14:23:42.256998"], ["updated_at", "2020-11-21 14:23:42.256998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.257830"], ["updated_at", "2020-11-21 14:23:42.257830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.258631"], ["updated_at", "2020-11-21 14:23:42.258631"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.259456"], ["updated_at", "2020-11-21 14:23:42.259456"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.260228"], ["updated_at", "2020-11-21 14:23:42.260228"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.260981"], ["updated_at", "2020-11-21 14:23:42.260981"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:42.262982"], ["updated_at", "2020-11-21 14:23:42.262982"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:42.264447"], ["updated_at", "2020-11-21 14:23:42.264447"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:42.265707"], ["updated_at", "2020-11-21 14:23:42.265707"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:42.267027"], ["updated_at", "2020-11-21 14:23:42.267027"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:42.268359"], ["updated_at", "2020-11-21 14:23:42.268359"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 579 85579 Fred Overpass, Monteside, AZ 07242-4121"], ["city", "Jasperchester"], ["country", "Rwanda"], ["description", "Et voluptas iste. Rerum ratione officia. Architecto perspiciatis ab."], ["email", "nicolette@example.co"], ["first_name", "Marchelle"], ["firstname", "Dannielle"], ["last_name", "Lakin"], ["lastname", "Weissnat"], ["lat", "64.89466865333628"], ["latitute", "-49.922843005353094"], ["lng", "5.321104103675651"], ["locale", "LT"], ["longitude", "21.6798570580182"], ["middlename", "King"], ["middle_name", "Powlowski"], ["password", "Np3UxZfO3hOpUr5"], ["phone", "(110) 624-7008"], ["phone_number", "560-776-4855 x585"], ["reference", "d1cf5f24-e2c2-4886-b981-122ab0a58d40"], ["title", "Eligendi rerum blanditiis numquam et animi."], ["user_name", "vaughn.oreilly"], ["username", "shavon.jerde"], ["uuid", "21482c9c-0207-4fa8-9293-b7276b1349d4"], ["created_at", "2020-11-21 14:23:42.295634"], ["updated_at", "2020-11-21 14:23:42.295634"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 234 1122 Senger Course, South Cleta, UT 44325-5011"], ["city", "East Edelmira"], ["country", "Ghana"], ["description", "Quos voluptas unde. Minima omnis voluptatem."], ["email", "coreen_macejkovic@example.net"], ["first_name", "Aurora"], ["firstname", "Emmaline"], ["last_name", "Emard"], ["lastname", "Lueilwitz"], ["lat", "51.23686761152027"], ["latitute", "-67.21024028058349"], ["lng", "163.19302398944404"], ["locale", "WF"], ["longitude", "-26.830189649003557"], ["middlename", "Grimes"], ["middle_name", "Von"], ["password", "UkKfLeN4e"], ["phone", "1-574-913-1568"], ["phone_number", "792-084-8074"], ["reference", "ad6d9759-f63e-46be-a226-1ca453b3942d"], ["title", "Recusandae rem eos."], ["user_name", "evelina"], ["username", "renaldo"], ["uuid", "b1b27994-e6ef-430a-b5fd-131ad972b895"], ["created_at", "2020-11-21 14:23:42.335733"], ["updated_at", "2020-11-21 14:23:42.335733"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3189 Taylor Islands, North Mellissaton, WI 35638-2987"], ["city", "Boehmmouth"], ["country", "Congo"], ["description", "Qui modi qui. Vero nesciunt eaque. Suscipit maiores eaque."], ["email", "jannet@example.name"], ["first_name", "Joseph"], ["firstname", "Colton"], ["last_name", "Heaney"], ["lastname", "Leffler"], ["lat", "71.42267629444828"], ["latitute", "-50.0404730511719"], ["lng", "-127.70250133431978"], ["locale", "SN"], ["longitude", "135.0485014271719"], ["middlename", "Bins"], ["middle_name", "Nienow"], ["password", "5BaUq0Ij4X110jS"], ["phone", "370-248-7590 x016"], ["phone_number", "113.404.5250 x80738"], ["reference", "77002434-d800-45aa-b868-bd4adae26ece"], ["title", "Cumque et inventore."], ["user_name", "porsche.batz"], ["username", "thad"], ["uuid", "222a5328-f241-4866-b64d-fc11766e5f09"], ["created_at", "2020-11-21 14:23:42.365530"], ["updated_at", "2020-11-21 14:23:42.365530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8472 Jefferey Track, Port Taniafurt, MI 05473"], ["city", "Binsfort"], ["country", "Venezuela"], ["description", "Quos magnam quia. Excepturi nihil iste. Sed delectus voluptas. Mollitia nulla architecto."], ["email", "gerda@example.com"], ["first_name", "Windy"], ["firstname", "Mohammad"], ["last_name", "Konopelski"], ["lastname", "Stanton"], ["lat", "66.36669597677394"], ["latitute", "14.629203441805018"], ["lng", "-124.85791631517424"], ["locale", "MA"], ["longitude", "2.189822828731536"], ["middlename", "Stiedemann"], ["middle_name", "Rodriguez"], ["password", "A20hXo4EcAkL"], ["phone", "1-596-894-7093 x9706"], ["phone_number", "643-331-7119 x116"], ["reference", "e9f20d46-1b82-4cfe-a13a-e2fdfb2357d0"], ["title", "Aut perspiciatis possimus."], ["user_name", "clint.hills"], ["username", "allen_hayes"], ["uuid", "81ee8168-3c5c-4715-a40a-5c4118949a75"], ["created_at", "2020-11-21 14:23:42.392970"], ["updated_at", "2020-11-21 14:23:42.392970"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 413 5782 Bryant Key, Waylonfort, NJ 58476-3992"], ["city", "East Devonport"], ["country", "Saint Helena"], ["description", "Saepe facilis suscipit. Qui aut error. Iure quis et."], ["email", "muriel@example.org"], ["first_name", "Jonelle"], ["firstname", "Alfred"], ["last_name", "Thompson"], ["lastname", "Schumm"], ["lat", "74.67016551878959"], ["latitute", "-62.53326050868436"], ["lng", "-147.10005465639637"], ["locale", "HR"], ["longitude", "-170.83674236496861"], ["middlename", "Sipes"], ["middle_name", "Wilderman"], ["password", "K25kDqTv"], ["phone", "128-856-4610"], ["phone_number", "823.337.3379 x26321"], ["reference", "2e487e3a-c78e-4f83-be6e-e5209cff984b"], ["title", "Ex velit modi voluptates repellat saepe."], ["user_name", "gregg"], ["username", "sana"], ["uuid", "5c6102cf-1753-4e20-aa14-fd120a4189d5"], ["created_at", "2020-11-21 14:23:42.417844"], ["updated_at", "2020-11-21 14:23:42.417844"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:23:42.419869"], ["updated_at", "2020-11-21 14:23:42.419869"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-21 14:23:42.421651"], ["updated_at", "2020-11-21 14:23:42.421651"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 14:23:42.423560"], ["updated_at", "2020-11-21 14:23:42.423560"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:23:42.425006"], ["updated_at", "2020-11-21 14:23:42.425006"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-21 14:23:42.426278"], ["updated_at", "2020-11-21 14:23:42.426278"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.440560"], ["updated_at", "2020-11-21 14:23:42.440560"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.441585"], ["updated_at", "2020-11-21 14:23:42.441585"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.442399"], ["updated_at", "2020-11-21 14:23:42.442399"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.443198"], ["updated_at", "2020-11-21 14:23:42.443198"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.444078"], ["updated_at", "2020-11-21 14:23:42.444078"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:42.445058"], ["updated_at", "2020-11-21 14:23:42.445058"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:42.446173"], ["updated_at", "2020-11-21 14:23:42.446173"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:42.447073"], ["updated_at", "2020-11-21 14:23:42.447073"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:42.448049"], ["updated_at", "2020-11-21 14:23:42.448049"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:42.449491"], ["updated_at", "2020-11-21 14:23:42.449491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 6.32673022397433], ["string", "Quaerat deserunt dolor quisquam dignissimos."], ["date", "2020-12-01"], ["time", "2000-01-01 09:18:54.974451"], ["datetime", "2020-12-02 08:54:22.649500"], ["created_at", "2020-11-21 14:23:42.452375"], ["updated_at", "2020-11-21 14:23:42.452375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 21], ["decimal", 9.19070542832818], ["string", "Ab voluptatem impedit ullam."], ["date", "2020-11-10"], ["time", "2000-01-01 18:54:31.291333"], ["datetime", "2020-11-10 08:46:37.405729"], ["created_at", "2020-11-21 14:23:42.455319"], ["updated_at", "2020-11-21 14:23:42.455319"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 38], ["decimal", 27.2382188183667], ["string", "Expedita sit quia doloribus eius."], ["date", "2020-10-27"], ["time", "2000-01-01 23:05:58.996602"], ["datetime", "2020-11-18 05:52:21.874524"], ["created_at", "2020-11-21 14:23:42.458350"], ["updated_at", "2020-11-21 14:23:42.458350"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 30], ["decimal", 1.5559523150117], ["string", "Qui eum voluptatum rerum."], ["date", "2020-11-14"], ["time", "2000-01-01 21:13:21.908260"], ["datetime", "2020-12-29 06:04:40.908001"], ["created_at", "2020-11-21 14:23:42.461625"], ["updated_at", "2020-11-21 14:23:42.461625"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 5.22884343875922], ["string", "At facilis sed aut aspernatur."], ["date", "2020-11-16"], ["time", "2000-01-01 06:55:29.931950"], ["datetime", "2020-10-27 13:06:42.531003"], ["created_at", "2020-11-21 14:23:42.465506"], ["updated_at", "2020-11-21 14:23:42.465506"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 4.58068000859547], ["string", "Magnam ut fugiat ducimus."], ["created_at", "2020-11-21 14:23:42.468582"], ["updated_at", "2020-11-21 14:23:42.468582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 36.4520246926661], ["string", "Sed magni id vitae vel ea."], ["created_at", "2020-11-21 14:23:42.471072"], ["updated_at", "2020-11-21 14:23:42.471072"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1036], ["decimal", 35.342102147039], ["string", "Fugit est velit incidunt."], ["created_at", "2020-11-21 14:23:42.473547"], ["updated_at", "2020-11-21 14:23:42.473547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 19.5889125331779], ["string", "Id adipisci ut accusamus voluptas quia."], ["created_at", "2020-11-21 14:23:42.476175"], ["updated_at", "2020-11-21 14:23:42.476175"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1028], ["decimal", 7.91293234869701], ["string", "Sint officiis excepturi."], ["created_at", "2020-11-21 14:23:42.478941"], ["updated_at", "2020-11-21 14:23:42.478941"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-21 14:23:42.481280"], ["updated_at", "2020-11-21 14:23:42.481280"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:23:42.483426"], ["updated_at", "2020-11-21 14:23:42.483426"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:23:42.485233"], ["updated_at", "2020-11-21 14:23:42.485233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:23:42.487016"], ["updated_at", "2020-11-21 14:23:42.487016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-21 14:23:42.488722"], ["updated_at", "2020-11-21 14:23:42.488722"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 10], ["created_at", "2020-11-21 14:23:42.491222"], ["updated_at", "2020-11-21 14:23:42.491222"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 15], ["created_at", "2020-11-21 14:23:42.493646"], ["updated_at", "2020-11-21 14:23:42.493646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 9], ["created_at", "2020-11-21 14:23:42.496303"], ["updated_at", "2020-11-21 14:23:42.496303"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 7], ["created_at", "2020-11-21 14:23:42.499541"], ["updated_at", "2020-11-21 14:23:42.499541"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 13], ["created_at", "2020-11-21 14:23:42.502192"], ["updated_at", "2020-11-21 14:23:42.502192"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-21 14:23:42.504148"], ["updated_at", "2020-11-21 14:23:42.504148"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-21 14:23:42.506023"], ["updated_at", "2020-11-21 14:23:42.506023"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-21 14:23:42.507795"], ["updated_at", "2020-11-21 14:23:42.507795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 14:23:42.509648"], ["updated_at", "2020-11-21 14:23:42.509648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-21 14:23:42.511488"], ["updated_at", "2020-11-21 14:23:42.511488"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.512862"], ["updated_at", "2020-11-21 14:23:42.512862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.513958"], ["updated_at", "2020-11-21 14:23:42.513958"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.515054"], ["updated_at", "2020-11-21 14:23:42.515054"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.516342"], ["updated_at", "2020-11-21 14:23:42.516342"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.517485"], ["updated_at", "2020-11-21 14:23:42.517485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:42.519379"], ["updated_at", "2020-11-21 14:23:42.519379"], ["india_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:42.521091"], ["updated_at", "2020-11-21 14:23:42.521091"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:42.522703"], ["updated_at", "2020-11-21 14:23:42.522703"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:42.524531"], ["updated_at", "2020-11-21 14:23:42.524531"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:42.526313"], ["updated_at", "2020-11-21 14:23:42.526313"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "58343 Hahn Plains, Gusikowskiburgh, MT 34831"], ["city", "Michelinafurt"], ["country", "Norway"], ["description", "Et quidem laborum. Voluptas asperiores doloremque. Optio qui provident. Atque cum sapiente."], ["email", "leroy@example.name"], ["first_name", "Antwan"], ["firstname", "Stasia"], ["last_name", "Botsford"], ["lastname", "Johnson"], ["lat", "-43.24789148204054"], ["latitute", "-57.677824998792076"], ["lng", "86.43165209153847"], ["locale", "FR"], ["longitude", "112.37834626354646"], ["middlename", "Turcotte"], ["middle_name", "Blick"], ["password", "MuTmWkTxIfWw6"], ["phone", "1-459-012-6951 x6202"], ["phone_number", "930.761.3622 x614"], ["reference", "13fe83c2-1d02-412a-bb4a-6320f9ea7f93"], ["title", "Recusandae sed et nisi."], ["user_name", "lyman.klocko"], ["username", "jong"], ["uuid", "3c975363-1adc-4aef-8474-a01aab5b4995"], ["created_at", "2020-11-21 14:23:42.573917"], ["updated_at", "2020-11-21 14:23:42.573917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "54262 Lucia Trafficway, Brakusbury, WA 25571"], ["city", "Eugeneport"], ["country", "Macao"], ["description", "Magnam iusto et. Omnis fugiat dolor."], ["email", "andrea_mayert@example.info"], ["first_name", "Luis"], ["firstname", "Maxwell"], ["last_name", "Legros"], ["lastname", "Price"], ["lat", "84.93512445716345"], ["latitute", "87.47041354109288"], ["lng", "-62.46777758612757"], ["locale", "AF"], ["longitude", "78.5402410422779"], ["middlename", "Altenwerth"], ["middle_name", "Stark"], ["password", "NwJwH3kHqTs1Lk"], ["phone", "492.160.6920 x85894"], ["phone_number", "253.204.0286"], ["reference", "10ac298e-fae7-4ce2-87bc-26e52038cb38"], ["title", "Quam voluptatem rerum a voluptas modi."], ["user_name", "nedra"], ["username", "donita"], ["uuid", "e5dd115d-3993-4a2d-9019-23a67afa8f2a"], ["created_at", "2020-11-21 14:23:42.603484"], ["updated_at", "2020-11-21 14:23:42.603484"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7568 Douglass Station, East Irisberg, DE 49976-4960"], ["city", "Gibsonfurt"], ["country", "Turkey"], ["description", "Rerum nam impedit. Debitis vero amet. Ad similique ut."], ["email", "gordon.brown@example.net"], ["first_name", "Robert"], ["firstname", "Kelly"], ["last_name", "Beier"], ["lastname", "MacGyver"], ["lat", "-75.40249776077145"], ["latitute", "28.967094905306396"], ["lng", "70.28498784375336"], ["locale", "FR"], ["longitude", "159.46254961906016"], ["middlename", "Rohan"], ["middle_name", "Becker"], ["password", "Rg50XwU1nE2"], ["phone", "687-932-0644 x935"], ["phone_number", "467.991.9502 x609"], ["reference", "99ef241b-a71e-41ec-b9b8-78e415a71687"], ["title", "Voluptates eveniet dolorem accusantium necessitatibus."], ["user_name", "pauline"], ["username", "deonna.daugherty"], ["uuid", "0a751ec4-d5af-449f-9771-e6871a02d3e8"], ["created_at", "2020-11-21 14:23:42.630607"], ["updated_at", "2020-11-21 14:23:42.630607"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7160 Everette Ports, Lake Jewell, NY 60641-5368"], ["city", "Darrenmouth"], ["country", "Turkey"], ["description", "Doloremque aut distinctio. Officia ullam quod. Delectus ut animi. Enim voluptatem et."], ["email", "era_rohan@example.name"], ["first_name", "Joey"], ["firstname", "Melonie"], ["last_name", "Wilderman"], ["lastname", "Hilpert"], ["lat", "63.94675786980849"], ["latitute", "83.60607891468808"], ["lng", "-157.93672547005238"], ["locale", "NE"], ["longitude", "-147.9501534049703"], ["middlename", "Bernier"], ["middle_name", "Stiedemann"], ["password", "KlKu779PzIi9"], ["phone", "(903) 434-6453 x879"], ["phone_number", "990.029.3359"], ["reference", "22de11d6-7d1d-4109-a59d-3659f84d3f41"], ["title", "Corrupti dolorum enim."], ["user_name", "mel.mccullough"], ["username", "daine"], ["uuid", "75f44d6e-0f1d-4736-9ace-959e9660b9af"], ["created_at", "2020-11-21 14:23:42.655716"], ["updated_at", "2020-11-21 14:23:42.655716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "44869 Lindgren Causeway, North Robertochester, VA 44743"], ["city", "Ferryport"], ["country", "Cyprus"], ["description", "Soluta quasi accusamus. Voluptates qui ea. Officia beatae assumenda."], ["email", "mila@example.net"], ["first_name", "Clarine"], ["firstname", "Marcela"], ["last_name", "Altenwerth"], ["lastname", "Doyle"], ["lat", "77.0314302388496"], ["latitute", "82.35282023899987"], ["lng", "96.83196438666829"], ["locale", "TL"], ["longitude", "126.16624441819835"], ["middlename", "Russel"], ["middle_name", "Weissnat"], ["password", "XfRoVfIxQl1EqP"], ["phone", "(427) 397-7624 x763"], ["phone_number", "(464) 526-2105 x6893"], ["reference", "31505268-29fc-4ace-82f9-3727e6b229dd"], ["title", "Error voluptatum veniam quia possimus."], ["user_name", "vance"], ["username", "cherryl"], ["uuid", "34fdad7e-98ae-40a2-b899-105bc08b6a39"], ["created_at", "2020-11-21 14:23:42.685515"], ["updated_at", "2020-11-21 14:23:42.685515"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:23:42.687759"], ["updated_at", "2020-11-21 14:23:42.687759"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 14:23:42.689188"], ["updated_at", "2020-11-21 14:23:42.689188"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-21 14:23:42.690597"], ["updated_at", "2020-11-21 14:23:42.690597"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:23:42.691984"], ["updated_at", "2020-11-21 14:23:42.691984"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-21 14:23:42.693422"], ["updated_at", "2020-11-21 14:23:42.693422"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.708177"], ["updated_at", "2020-11-21 14:23:42.708177"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.709117"], ["updated_at", "2020-11-21 14:23:42.709117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.709920"], ["updated_at", "2020-11-21 14:23:42.709920"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.710681"], ["updated_at", "2020-11-21 14:23:42.710681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.711445"], ["updated_at", "2020-11-21 14:23:42.711445"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:42.712968"], ["updated_at", "2020-11-21 14:23:42.712968"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:42.723045"], ["updated_at", "2020-11-21 14:23:42.723045"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:42.724267"], ["updated_at", "2020-11-21 14:23:42.724267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:42.725268"], ["updated_at", "2020-11-21 14:23:42.725268"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:42.726265"], ["updated_at", "2020-11-21 14:23:42.726265"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.2ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.1ms) SELECT COUNT(*) FROM "limas"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 8.07315990067715], ["string", "Aliquam illo repellat minus quod."], ["date", "2020-11-20"], ["time", "2000-01-01 10:11:12.150496"], ["datetime", "2020-12-30 02:31:07.347498"], ["created_at", "2020-11-21 14:23:42.779645"], ["updated_at", "2020-11-21 14:23:42.779645"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 0.950886753780993], ["string", "Qui non sunt consequatur."], ["date", "2020-11-10"], ["time", "2000-01-01 12:44:15.712275"], ["datetime", "2020-11-26 20:52:03.053416"], ["created_at", "2020-11-21 14:23:42.782999"], ["updated_at", "2020-11-21 14:23:42.782999"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 4.04119479647638], ["string", "Tenetur eum molestiae."], ["date", "2020-12-25"], ["time", "2000-01-01 05:56:33.706366"], ["datetime", "2020-11-11 04:29:36.230439"], ["created_at", "2020-11-21 14:23:42.786109"], ["updated_at", "2020-11-21 14:23:42.786109"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 11.5751396698741], ["string", "Accusantium deleniti voluptatem dignissimos suscipit ducimus."], ["date", "2020-11-20"], ["time", "2000-01-01 04:52:51.244137"], ["datetime", "2020-10-17 22:40:50.339652"], ["created_at", "2020-11-21 14:23:42.790756"], ["updated_at", "2020-11-21 14:23:42.790756"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 35], ["decimal", 0.256023395429907], ["string", "Non similique sit corporis vel."], ["date", "2020-10-25"], ["time", "2000-01-01 23:11:10.294843"], ["datetime", "2020-11-10 11:19:44.610438"], ["created_at", "2020-11-21 14:23:42.794420"], ["updated_at", "2020-11-21 14:23:42.794420"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 3.12756970169475], ["string", "Deserunt qui vel necessitatibus."], ["date", "2020-12-07"], ["time", "2000-01-01 13:32:14.546357"], ["datetime", "2020-10-26 21:28:15.491701"], ["created_at", "2020-11-21 14:23:42.797981"], ["updated_at", "2020-11-21 14:23:42.797981"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.801221"], ["updated_at", "2020-11-21 14:23:42.801221"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 28.9929166915923], ["string", "Totam autem et."], ["date", "2020-12-28"], ["time", "2000-01-01 06:20:44.036855"], ["datetime", "2020-12-21 19:18:56.280453"], ["created_at", "2020-11-21 14:23:42.835873"], ["updated_at", "2020-11-21 14:23:42.835873"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 4.43308183441528], ["string", "Iusto animi tempore aut id."], ["date", "2020-11-15"], ["time", "2000-01-01 04:20:51.474736"], ["datetime", "2020-10-18 08:28:36.421910"], ["created_at", "2020-11-21 14:23:42.839919"], ["updated_at", "2020-11-21 14:23:42.839919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 21], ["decimal", 6.33312484896596], ["string", "Saepe non dolorum dolorem."], ["date", "2020-12-01"], ["time", "2000-01-01 03:45:33.904631"], ["datetime", "2020-10-24 08:17:32.485369"], ["created_at", "2020-11-21 14:23:42.843445"], ["updated_at", "2020-11-21 14:23:42.843445"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 5.30401490999165], ["string", "Commodi vitae voluptates alias."], ["date", "2020-11-26"], ["time", "2000-01-01 05:04:23.532366"], ["datetime", "2020-12-12 14:11:41.702547"], ["created_at", "2020-11-21 14:23:42.847358"], ["updated_at", "2020-11-21 14:23:42.847358"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 6.84734287496032], ["string", "Neque cumque error."], ["date", "2020-12-08"], ["time", "2000-01-01 19:28:26.229987"], ["datetime", "2020-11-02 10:37:22.490082"], ["created_at", "2020-11-21 14:23:42.851011"], ["updated_at", "2020-11-21 14:23:42.851011"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1039], ["decimal", 24.3782030151241], ["string", "Eos necessitatibus quo molestias."], ["created_at", "2020-11-21 14:23:42.855440"], ["updated_at", "2020-11-21 14:23:42.855440"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1020], ["decimal", 24.1339268044243], ["string", "Et dolorem nobis ut cumque."], ["created_at", "2020-11-21 14:23:42.858535"], ["updated_at", "2020-11-21 14:23:42.858535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.4ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 19.3124970932381], ["string", "Dicta magni quas et eos."], ["created_at", "2020-11-21 14:23:42.861453"], ["updated_at", "2020-11-21 14:23:42.861453"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["decimal", 3.12385493413734], ["string", "Dolor doloribus dolorum vel."], ["created_at", "2020-11-21 14:23:42.866117"], ["updated_at", "2020-11-21 14:23:42.866117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 0.209657920831125], ["string", "Odit ut odio aliquam iusto hic."], ["created_at", "2020-11-21 14:23:42.869151"], ["updated_at", "2020-11-21 14:23:42.869151"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:23:42.871143"], ["updated_at", "2020-11-21 14:23:42.871143"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:23:42.872869"], ["updated_at", "2020-11-21 14:23:42.872869"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:23:42.874463"], ["updated_at", "2020-11-21 14:23:42.874463"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:23:42.876066"], ["updated_at", "2020-11-21 14:23:42.876066"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:23:42.877777"], ["updated_at", "2020-11-21 14:23:42.877777"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-21 14:23:42.881943"], ["updated_at", "2020-11-21 14:23:42.881943"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-21 14:23:42.884762"], ["updated_at", "2020-11-21 14:23:42.884762"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-21 14:23:42.887041"], ["updated_at", "2020-11-21 14:23:42.887041"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-21 14:23:42.889210"], ["updated_at", "2020-11-21 14:23:42.889210"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-21 14:23:42.891509"], ["updated_at", "2020-11-21 14:23:42.891509"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 14:23:42.893363"], ["updated_at", "2020-11-21 14:23:42.893363"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 14:23:42.895620"], ["updated_at", "2020-11-21 14:23:42.895620"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 14:23:42.898650"], ["updated_at", "2020-11-21 14:23:42.898650"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 14:23:42.900687"], ["updated_at", "2020-11-21 14:23:42.900687"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:23:42.902352"], ["updated_at", "2020-11-21 14:23:42.902352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.903369"], ["updated_at", "2020-11-21 14:23:42.903369"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.904306"], ["updated_at", "2020-11-21 14:23:42.904306"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.905172"], ["updated_at", "2020-11-21 14:23:42.905172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.906036"], ["updated_at", "2020-11-21 14:23:42.906036"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.906918"], ["updated_at", "2020-11-21 14:23:42.906918"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.908630"], ["updated_at", "2020-11-21 14:23:42.908630"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.910352"], ["updated_at", "2020-11-21 14:23:42.910352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.912512"], ["updated_at", "2020-11-21 14:23:42.912512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.915257"], ["updated_at", "2020-11-21 14:23:42.915257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:42.917034"], ["updated_at", "2020-11-21 14:23:42.917034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "443 Breitenberg Ridge, Port Rosenaland, HI 02236-6004"], ["city", "McCulloughmouth"], ["country", "Peru"], ["description", "Repellendus adipisci maxime. Officiis ex autem. Molestiae ea error. Natus aut qui."], ["email", "nanette.rippin@example.biz"], ["first_name", "Lee"], ["firstname", "Kamilah"], ["last_name", "Schultz"], ["lastname", "Howell"], ["lat", "71.72778237460074"], ["latitute", "53.5626785009907"], ["lng", "88.99377313096471"], ["locale", "MT"], ["longitude", "158.38549296068896"], ["middlename", "Bradtke"], ["middle_name", "Mraz"], ["password", "EgF6jYtTcX1"], ["phone", "980-453-2342 x2703"], ["phone_number", "380.657.1907 x45597"], ["reference", "4feae699-a3e9-4fb1-a787-9cf190d2eb6e"], ["title", "Sunt et non sapiente et."], ["user_name", "fidelia"], ["username", "saturnina.sporer"], ["uuid", "c1a80fbd-b047-4842-9854-ecabf5a4d287"], ["created_at", "2020-11-21 14:23:42.949327"], ["updated_at", "2020-11-21 14:23:42.949327"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 573 80593 Francie Via, West Man, SC 55447"], ["city", "Marquardtmouth"], ["country", "Luxembourg"], ["description", "Nihil excepturi expedita. Facere consequuntur eos. Odio ut eos. Eos aliquam et. Perspiciatis ut quaerat."], ["email", "natasha_thiel@example.info"], ["first_name", "Les"], ["firstname", "Barrett"], ["last_name", "Sanford"], ["lastname", "Christiansen"], ["lat", "72.9554684948761"], ["latitute", "-13.622630677142197"], ["lng", "152.91787705870144"], ["locale", "CF"], ["longitude", "-119.80438535386384"], ["middlename", "Hilll"], ["middle_name", "Morissette"], ["password", "Jw66DxN0"], ["phone", "296.913.6812 x981"], ["phone_number", "717-873-3245 x000"], ["reference", "c63f6c6b-0ee0-47c5-a33b-6e3774a220dd"], ["title", "Est aut omnis."], ["user_name", "sheryll"], ["username", "launa"], ["uuid", "180af74a-bb1b-4953-b020-83354b24fc06"], ["created_at", "2020-11-21 14:23:42.981362"], ["updated_at", "2020-11-21 14:23:42.981362"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 338 389 Jack Creek, North Sung, ID 98223"], ["city", "Kilbackburgh"], ["country", "Suriname"], ["description", "Ut sequi maxime. Alias totam atque."], ["email", "branden.brown@example.org"], ["first_name", "Ewa"], ["firstname", "Tobias"], ["last_name", "Boehm"], ["lastname", "Barrows"], ["lat", "-12.998194141189487"], ["latitute", "26.97156590364878"], ["lng", "130.47924112606535"], ["locale", "PE"], ["longitude", "123.85625178638242"], ["middlename", "White"], ["middle_name", "Cartwright"], ["password", "E0bUlKrGsRpE"], ["phone", "1-962-911-1130 x0709"], ["phone_number", "486-003-3981 x94729"], ["reference", "223ac75d-d326-49b5-8775-a2504d76317c"], ["title", "Ut culpa quibusdam molestiae aperiam earum."], ["user_name", "brent"], ["username", "jerrold"], ["uuid", "f34369ad-697a-48e7-babc-33c2ef969a6d"], ["created_at", "2020-11-21 14:23:43.023964"], ["updated_at", "2020-11-21 14:23:43.023964"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 330 7177 Claire Tunnel, Feeneyburgh, LA 27447"], ["city", "North Althahaven"], ["country", "Armenia"], ["description", "Possimus doloremque natus. Rerum et modi. Recusandae aliquam quidem. Iusto ab suscipit. Dicta magnam accusamus."], ["email", "diego@example.name"], ["first_name", "Noreen"], ["firstname", "Alisa"], ["last_name", "D'Amore"], ["lastname", "Pfannerstill"], ["lat", "20.38117343098962"], ["latitute", "-72.82462070605342"], ["lng", "101.12245956192334"], ["locale", "GB"], ["longitude", "-155.315492134625"], ["middlename", "Douglas"], ["middle_name", "Langosh"], ["password", "KuRaJ7o4Gk7ZeDo"], ["phone", "(483) 870-6720 x945"], ["phone_number", "(249) 947-8585 x92097"], ["reference", "67a0744d-4a5d-40d6-9eb4-6271e7e6fe0a"], ["title", "Non quam ut consequuntur."], ["user_name", "latanya"], ["username", "cecil.torphy"], ["uuid", "24c11e6f-a9ab-46fb-9858-4b8ed2b45523"], ["created_at", "2020-11-21 14:23:43.061567"], ["updated_at", "2020-11-21 14:23:43.061567"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8510 Jeneva Locks, Bartolettishire, VT 57503-0714"], ["city", "West Monte"], ["country", "Panama"], ["description", "Tempore animi esse. Dolor qui molestias."], ["email", "keith_waters@example.com"], ["first_name", "Valentin"], ["firstname", "Angelika"], ["last_name", "Thiel"], ["lastname", "Cronin"], ["lat", "34.24269190525301"], ["latitute", "48.877676470923404"], ["lng", "175.9476954071461"], ["locale", "ML"], ["longitude", "60.70189365536106"], ["middlename", "Turcotte"], ["middle_name", "Johnston"], ["password", "Pv6FsAb25KkGrZl"], ["phone", "(401) 840-7081 x740"], ["phone_number", "1-586-478-4634 x615"], ["reference", "51835ecb-3f68-41d9-b7da-10027c51bc37"], ["title", "Labore adipisci magnam in asperiores voluptatibus."], ["user_name", "maynard"], ["username", "douglas.fritsch"], ["uuid", "d2946e5a-077c-4a8e-93d4-571eba489124"], ["created_at", "2020-11-21 14:23:43.100780"], ["updated_at", "2020-11-21 14:23:43.100780"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:23:43.103280"], ["updated_at", "2020-11-21 14:23:43.103280"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:23:43.104878"], ["updated_at", "2020-11-21 14:23:43.104878"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:23:43.106338"], ["updated_at", "2020-11-21 14:23:43.106338"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:23:43.107963"], ["updated_at", "2020-11-21 14:23:43.107963"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:23:43.109561"], ["updated_at", "2020-11-21 14:23:43.109561"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:43.126292"], ["updated_at", "2020-11-21 14:23:43.126292"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:43.127421"], ["updated_at", "2020-11-21 14:23:43.127421"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:43.128391"], ["updated_at", "2020-11-21 14:23:43.128391"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:43.130337"], ["updated_at", "2020-11-21 14:23:43.130337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:43.131794"], ["updated_at", "2020-11-21 14:23:43.131794"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:43.133229"], ["updated_at", "2020-11-21 14:23:43.133229"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:43.134315"], ["updated_at", "2020-11-21 14:23:43.134315"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:43.135276"], ["updated_at", "2020-11-21 14:23:43.135276"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:43.136182"], ["updated_at", "2020-11-21 14:23:43.136182"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:43.137068"], ["updated_at", "2020-11-21 14:23:43.137068"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 25], ["decimal", 3.00919627644557], ["string", "Ex nisi et."], ["date", "2020-11-23"], ["time", "2000-01-01 21:54:53.466700"], ["datetime", "2020-11-09 00:42:47.350842"], ["created_at", "2020-11-21 14:23:43.139865"], ["updated_at", "2020-11-21 14:23:43.139865"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 31.9114064217776], ["string", "A qui at labore."], ["date", "2020-12-04"], ["time", "2000-01-01 14:05:04.683450"], ["datetime", "2020-12-24 05:38:17.444007"], ["created_at", "2020-11-21 14:23:43.142943"], ["updated_at", "2020-11-21 14:23:43.142943"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 31.8703135597636], ["string", "Iste atque magni fuga blanditiis hic."], ["date", "2020-12-04"], ["time", "2000-01-01 01:29:33.026282"], ["datetime", "2020-12-19 07:38:50.699943"], ["created_at", "2020-11-21 14:23:43.147432"], ["updated_at", "2020-11-21 14:23:43.147432"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 20.9984229214991], ["string", "Itaque at aut eveniet laudantium."], ["date", "2020-11-21"], ["time", "2000-01-01 01:07:58.495672"], ["datetime", "2020-12-14 23:02:00.795979"], ["created_at", "2020-11-21 14:23:43.151186"], ["updated_at", "2020-11-21 14:23:43.151186"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 21.2102738884272], ["string", "Deleniti earum est ratione."], ["date", "2020-12-13"], ["time", "2000-01-01 23:14:59.378397"], ["datetime", "2020-11-25 02:31:30.560542"], ["created_at", "2020-11-21 14:23:43.154287"], ["updated_at", "2020-11-21 14:23:43.154287"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 21.9485590513455], ["string", "Quae beatae doloremque."], ["created_at", "2020-11-21 14:23:43.157264"], ["updated_at", "2020-11-21 14:23:43.157264"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 3.99755584342309], ["string", "Quas officia explicabo."], ["created_at", "2020-11-21 14:23:43.160327"], ["updated_at", "2020-11-21 14:23:43.160327"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 3.55573464501432], ["string", "Non illum perferendis atque voluptatem."], ["created_at", "2020-11-21 14:23:43.163968"], ["updated_at", "2020-11-21 14:23:43.163968"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 28.4892196489041], ["string", "Dignissimos aut consequuntur."], ["created_at", "2020-11-21 14:23:43.167392"], ["updated_at", "2020-11-21 14:23:43.167392"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 15.1808382068888], ["string", "Aut ut sunt occaecati in dicta."], ["created_at", "2020-11-21 14:23:43.169985"], ["updated_at", "2020-11-21 14:23:43.169985"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:23:43.171685"], ["updated_at", "2020-11-21 14:23:43.171685"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:23:43.173189"], ["updated_at", "2020-11-21 14:23:43.173189"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:23:43.174663"], ["updated_at", "2020-11-21 14:23:43.174663"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:23:43.176169"], ["updated_at", "2020-11-21 14:23:43.176169"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:23:43.177768"], ["updated_at", "2020-11-21 14:23:43.177768"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 9], ["created_at", "2020-11-21 14:23:43.181043"], ["updated_at", "2020-11-21 14:23:43.181043"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-21 14:23:43.183867"], ["updated_at", "2020-11-21 14:23:43.183867"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 3], ["created_at", "2020-11-21 14:23:43.186050"], ["updated_at", "2020-11-21 14:23:43.186050"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 3], ["created_at", "2020-11-21 14:23:43.188089"], ["updated_at", "2020-11-21 14:23:43.188089"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 9], ["created_at", "2020-11-21 14:23:43.190078"], ["updated_at", "2020-11-21 14:23:43.190078"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 14:23:43.191616"], ["updated_at", "2020-11-21 14:23:43.191616"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 14:23:43.193107"], ["updated_at", "2020-11-21 14:23:43.193107"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:23:43.194980"], ["updated_at", "2020-11-21 14:23:43.194980"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-21 14:23:43.197491"], ["updated_at", "2020-11-21 14:23:43.197491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-21 14:23:43.199555"], ["updated_at", "2020-11-21 14:23:43.199555"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:43.200812"], ["updated_at", "2020-11-21 14:23:43.200812"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:43.201641"], ["updated_at", "2020-11-21 14:23:43.201641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:43.202412"], ["updated_at", "2020-11-21 14:23:43.202412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:43.203192"], ["updated_at", "2020-11-21 14:23:43.203192"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:43.203963"], ["updated_at", "2020-11-21 14:23:43.203963"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:43.205432"], ["updated_at", "2020-11-21 14:23:43.205432"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:43.206948"], ["updated_at", "2020-11-21 14:23:43.206948"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:43.208657"], ["updated_at", "2020-11-21 14:23:43.208657"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:43.210147"], ["updated_at", "2020-11-21 14:23:43.210147"], ["india_id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:43.212217"], ["updated_at", "2020-11-21 14:23:43.212217"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "860 Mann Ranch, Lake Kellybury, WI 95032"], ["city", "North Artmouth"], ["country", "Honduras"], ["description", "Eligendi sint vel. Dolores et molestias."], ["email", "abbey@example.name"], ["first_name", "Cruz"], ["firstname", "Lemuel"], ["last_name", "Ledner"], ["lastname", "Williamson"], ["lat", "12.48794320489975"], ["latitute", "-27.179486408376057"], ["lng", "81.67479763016274"], ["locale", "GM"], ["longitude", "129.44662877375907"], ["middlename", "Predovic"], ["middle_name", "Crist"], ["password", "9UyPmXmK"], ["phone", "(929) 011-8666 x72686"], ["phone_number", "224.411.6808 x2267"], ["reference", "c404e069-adc8-49bc-bc94-bab9efd6e50b"], ["title", "Porro in et voluptas est."], ["user_name", "ela"], ["username", "gregorio"], ["uuid", "96230daf-1536-450f-8ba8-791cbf966fed"], ["created_at", "2020-11-21 14:23:43.245909"], ["updated_at", "2020-11-21 14:23:43.245909"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "54452 Hodkiewicz Square, Starkberg, AL 27045"], ["city", "Mosciskihaven"], ["country", "Sri Lanka"], ["description", "Mollitia non architecto. Sapiente est qui. Necessitatibus rerum vitae. Rem earum repellat. Id omnis et."], ["email", "rosaura@example.name"], ["first_name", "Myles"], ["firstname", "Chad"], ["last_name", "McClure"], ["lastname", "Baumbach"], ["lat", "-70.63718505995593"], ["latitute", "-86.21771959309208"], ["lng", "-91.77373434370188"], ["locale", "KG"], ["longitude", "-19.17984827957261"], ["middlename", "Padberg"], ["middle_name", "Thiel"], ["password", "X42cXyWgCw0DiV"], ["phone", "(251) 066-2111 x85664"], ["phone_number", "1-246-171-0660 x02986"], ["reference", "379db1a3-e44a-406c-ba5b-44b03abe1bf7"], ["title", "Voluptatum quo veniam animi nihil."], ["user_name", "fransisca.trantow"], ["username", "elroy"], ["uuid", "f9af405d-d216-4aee-a6a2-fa1449aba3bd"], ["created_at", "2020-11-21 14:23:43.289183"], ["updated_at", "2020-11-21 14:23:43.289183"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 848 10204 Anastacia Trafficway, Medhurstton, CA 21139"], ["city", "South Lou"], ["country", "Zambia"], ["description", "Delectus nemo fugiat. Expedita quasi cumque."], ["email", "mariel@example.net"], ["first_name", "Carmella"], ["firstname", "Benito"], ["last_name", "Willms"], ["lastname", "Dickens"], ["lat", "-73.00974452788927"], ["latitute", "62.72104939209353"], ["lng", "147.2231411269841"], ["locale", "KZ"], ["longitude", "51.72100176342363"], ["middlename", "Ortiz"], ["middle_name", "Toy"], ["password", "No2BxZ71yRkTuVu"], ["phone", "555-695-4439"], ["phone_number", "(866) 168-1656 x42740"], ["reference", "7b63a611-12f6-4b5a-a7ad-8bbb7f54aba0"], ["title", "Fugit aut officiis."], ["user_name", "kermit_bergnaum"], ["username", "francis_haley"], ["uuid", "248d8363-6c0d-408f-a45a-3c9e611704e0"], ["created_at", "2020-11-21 14:23:43.325917"], ["updated_at", "2020-11-21 14:23:43.325917"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7312 Crooks Plain, Port Kimiko, RI 04787"], ["city", "Port Breana"], ["country", "Dominican Republic"], ["description", "Vero aut repellat. Ullam aliquam ut."], ["email", "natashia.yundt@example.org"], ["first_name", "Glen"], ["firstname", "Salvador"], ["last_name", "Nolan"], ["lastname", "Block"], ["lat", "-82.12614654592919"], ["latitute", "-17.113635823349455"], ["lng", "2.006650720858346"], ["locale", "MW"], ["longitude", "-2.839781569664069"], ["middlename", "Roberts"], ["middle_name", "Cassin"], ["password", "1YqDrUsY5fD7g"], ["phone", "(375) 328-4875 x80873"], ["phone_number", "532.511.9540"], ["reference", "08394256-08a0-4b99-a5ad-8e6003d35ca8"], ["title", "Officiis iusto maiores aut esse quia."], ["user_name", "carl"], ["username", "maryann_ryan"], ["uuid", "724f0f71-cab7-44e9-8885-b39084dbb520"], ["created_at", "2020-11-21 14:23:43.363334"], ["updated_at", "2020-11-21 14:23:43.363334"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 502 6237 Auer Village, Smithamstad, CA 62542-0849"], ["city", "Kassulketown"], ["country", "New Zealand"], ["description", "Ex maiores itaque. Laboriosam occaecati amet. Totam est ut."], ["email", "hal@example.net"], ["first_name", "Inez"], ["firstname", "Mechelle"], ["last_name", "Ondricka"], ["lastname", "McClure"], ["lat", "75.6487455810616"], ["latitute", "58.48962583471436"], ["lng", "-134.3385847962844"], ["locale", "LR"], ["longitude", "157.39249396013759"], ["middlename", "Cummings"], ["middle_name", "Wisozk"], ["password", "PdFgGqInU9"], ["phone", "770.517.4575 x1541"], ["phone_number", "1-717-465-8631 x615"], ["reference", "78cdff32-70b1-40ce-8590-7a7dbb64f60f"], ["title", "Quia ex id."], ["user_name", "treva_ebert"], ["username", "wendell"], ["uuid", "e369d62d-e49b-4a9f-85f9-700ec3588605"], ["created_at", "2020-11-21 14:23:43.404435"], ["updated_at", "2020-11-21 14:23:43.404435"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-21 14:23:43.408123"], ["updated_at", "2020-11-21 14:23:43.408123"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.3ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:23:43.411109"], ["updated_at", "2020-11-21 14:23:43.411109"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:23:43.415309"], ["updated_at", "2020-11-21 14:23:43.415309"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:23:43.418393"], ["updated_at", "2020-11-21 14:23:43.418393"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 14:23:43.421061"], ["updated_at", "2020-11-21 14:23:43.421061"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.2ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:43.449811"], ["updated_at", "2020-11-21 14:23:43.449811"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:43.451573"], ["updated_at", "2020-11-21 14:23:43.451573"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:43.452969"], ["updated_at", "2020-11-21 14:23:43.452969"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:43.454297"], ["updated_at", "2020-11-21 14:23:43.454297"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:43.455640"], ["updated_at", "2020-11-21 14:23:43.455640"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:43.457175"], ["updated_at", "2020-11-21 14:23:43.457175"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:43.458685"], ["updated_at", "2020-11-21 14:23:43.458685"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:43.459804"], ["updated_at", "2020-11-21 14:23:43.459804"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:43.460875"], ["updated_at", "2020-11-21 14:23:43.460875"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:43.462280"], ["updated_at", "2020-11-21 14:23:43.462280"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 27.5666820287117], ["string", "Minus dolorem exercitationem voluptas delectus itaque."], ["date", "2020-12-28"], ["time", "2000-01-01 07:08:14.769958"], ["datetime", "2020-10-26 16:42:49.618515"], ["created_at", "2020-11-21 14:23:43.466708"], ["updated_at", "2020-11-21 14:23:43.466708"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 22], ["decimal", 6.54942587344136], ["string", "Eos quo officia."], ["date", "2020-11-07"], ["time", "2000-01-01 22:21:02.972590"], ["datetime", "2020-12-01 16:05:46.984758"], ["created_at", "2020-11-21 14:23:43.470899"], ["updated_at", "2020-11-21 14:23:43.470899"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 0.463505637396646], ["string", "Consequatur numquam cupiditate."], ["date", "2020-12-18"], ["time", "2000-01-01 20:06:20.463795"], ["datetime", "2020-12-13 06:33:41.906010"], ["created_at", "2020-11-21 14:23:43.474069"], ["updated_at", "2020-11-21 14:23:43.474069"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 33], ["decimal", 4.94670913974232], ["string", "Excepturi quos optio."], ["date", "2020-11-02"], ["time", "2000-01-01 05:43:33.351291"], ["datetime", "2020-12-19 00:26:49.204872"], ["created_at", "2020-11-21 14:23:43.477794"], ["updated_at", "2020-11-21 14:23:43.477794"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 5.61231806943676], ["string", "Suscipit sequi aut iste."], ["date", "2020-11-10"], ["time", "2000-01-01 17:58:16.959571"], ["datetime", "2020-10-21 14:26:40.051992"], ["created_at", "2020-11-21 14:23:43.481671"], ["updated_at", "2020-11-21 14:23:43.481671"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 13.1612070763103], ["string", "Labore aut accusantium."], ["created_at", "2020-11-21 14:23:43.484596"], ["updated_at", "2020-11-21 14:23:43.484596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 10.5564487502209], ["string", "Dolor debitis ducimus in maiores."], ["created_at", "2020-11-21 14:23:43.487031"], ["updated_at", "2020-11-21 14:23:43.487031"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1027], ["decimal", 2.37853219127449], ["string", "Molestias animi minus."], ["created_at", "2020-11-21 14:23:43.489549"], ["updated_at", "2020-11-21 14:23:43.489549"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 18.934772791641], ["string", "Quo porro facilis impedit tempora cumque."], ["created_at", "2020-11-21 14:23:43.493077"], ["updated_at", "2020-11-21 14:23:43.493077"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 33.4803318869377], ["string", "Aut itaque ex nesciunt molestiae."], ["created_at", "2020-11-21 14:23:43.496048"], ["updated_at", "2020-11-21 14:23:43.496048"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:23:43.498348"], ["updated_at", "2020-11-21 14:23:43.498348"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:23:43.500286"], ["updated_at", "2020-11-21 14:23:43.500286"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-21 14:23:43.503294"], ["updated_at", "2020-11-21 14:23:43.503294"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-21 14:23:43.505827"], ["updated_at", "2020-11-21 14:23:43.505827"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-21 14:23:43.508117"], ["updated_at", "2020-11-21 14:23:43.508117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-21 14:23:43.510775"], ["updated_at", "2020-11-21 14:23:43.510775"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-21 14:23:43.514851"], ["updated_at", "2020-11-21 14:23:43.514851"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 14], ["created_at", "2020-11-21 14:23:43.518627"], ["updated_at", "2020-11-21 14:23:43.518627"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 12], ["created_at", "2020-11-21 14:23:43.522175"], ["updated_at", "2020-11-21 14:23:43.522175"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 14], ["created_at", "2020-11-21 14:23:43.526076"], ["updated_at", "2020-11-21 14:23:43.526076"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:23:43.529073"], ["updated_at", "2020-11-21 14:23:43.529073"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:23:43.531724"], ["updated_at", "2020-11-21 14:23:43.531724"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 14:23:43.534441"], ["updated_at", "2020-11-21 14:23:43.534441"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-21 14:23:43.536900"], ["updated_at", "2020-11-21 14:23:43.536900"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:23:43.539389"], ["updated_at", "2020-11-21 14:23:43.539389"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:43.540954"], ["updated_at", "2020-11-21 14:23:43.540954"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:43.542295"], ["updated_at", "2020-11-21 14:23:43.542295"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:43.543535"], ["updated_at", "2020-11-21 14:23:43.543535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:43.544474"], ["updated_at", "2020-11-21 14:23:43.544474"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:43.545408"], ["updated_at", "2020-11-21 14:23:43.545408"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:43.547154"], ["updated_at", "2020-11-21 14:23:43.547154"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:43.548758"], ["updated_at", "2020-11-21 14:23:43.548758"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:43.550222"], ["updated_at", "2020-11-21 14:23:43.550222"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:43.551723"], ["updated_at", "2020-11-21 14:23:43.551723"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:23:43.553249"], ["updated_at", "2020-11-21 14:23:43.553249"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "509 Emil Light, South Nolan, CO 25919"], ["city", "Framifurt"], ["country", "American Samoa"], ["description", "Labore nihil dicta. In nihil qui. Et dolorum perferendis. Vitae aut iure."], ["email", "alphonso@example.com"], ["first_name", "Shayne"], ["firstname", "Sonny"], ["last_name", "Parisian"], ["lastname", "Corkery"], ["lat", "-10.525015395902983"], ["latitute", "-31.10657743111431"], ["lng", "-36.201707008050136"], ["locale", "TF"], ["longitude", "34.32185403430543"], ["middlename", "Durgan"], ["middle_name", "Muller"], ["password", "IlPvGj1KtZ"], ["phone", "523-020-8719 x068"], ["phone_number", "604-239-9923 x722"], ["reference", "740fc06e-2595-4ccc-8b92-42418bf5b387"], ["title", "Quia qui id ad aut et."], ["user_name", "harry_kilback"], ["username", "roderick"], ["uuid", "cdba7789-5b57-4216-82c0-4a01dd2da0a2"], ["created_at", "2020-11-21 14:23:43.599001"], ["updated_at", "2020-11-21 14:23:43.599001"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 946 844 Wyman Streets, Donnellychester, MA 92281-1497"], ["city", "Harveyfurt"], ["country", "Nepal"], ["description", "Qui eum consectetur. Deleniti iusto ea. Et doloremque commodi. Laboriosam magni nihil. Consequatur at labore."], ["email", "mollie.hammes@example.net"], ["first_name", "Alissa"], ["firstname", "Ardith"], ["last_name", "VonRueden"], ["lastname", "Marquardt"], ["lat", "12.855842296080013"], ["latitute", "31.456511529109676"], ["lng", "-128.4836247773722"], ["locale", "VA"], ["longitude", "-3.5813003666628163"], ["middlename", "Skiles"], ["middle_name", "Luettgen"], ["password", "WvXfStZg283CkYb"], ["phone", "(256) 676-0728 x1689"], ["phone_number", "569-716-1398 x39407"], ["reference", "7ed37f70-c4df-4062-b24d-0590c8c09c28"], ["title", "Quas laudantium magnam eligendi nemo amet."], ["user_name", "garret_lubowitz"], ["username", "merrill"], ["uuid", "b29351b9-c563-492c-bb1d-b9f846ecdf67"], ["created_at", "2020-11-21 14:23:43.627305"], ["updated_at", "2020-11-21 14:23:43.627305"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "500 Justin Lodge, Port Ria, IL 24644"], ["city", "Lake Laylaville"], ["country", "Ghana"], ["description", "Incidunt delectus aut. Dolorem atque est."], ["email", "rosetta.nader@example.com"], ["first_name", "Jeannie"], ["firstname", "Rigoberto"], ["last_name", "Huels"], ["lastname", "Okuneva"], ["lat", "34.618243530984984"], ["latitute", "-24.316780683425776"], ["lng", "132.09601970118104"], ["locale", "HT"], ["longitude", "164.35579617309918"], ["middlename", "Johnston"], ["middle_name", "Hermiston"], ["password", "UqFiZlViJq8"], ["phone", "1-600-549-0887 x5086"], ["phone_number", "923-944-5846 x30967"], ["reference", "075a9e09-0a7a-431f-9f6c-c6a19e27b3bd"], ["title", "Maxime fuga quae."], ["user_name", "clifton"], ["username", "harmony"], ["uuid", "28c05c76-b64f-4750-a3e6-1ff8398855e6"], ["created_at", "2020-11-21 14:23:43.651819"], ["updated_at", "2020-11-21 14:23:43.651819"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 691 272 Marquardt Creek, Fernetown, OK 63018"], ["city", "Klingtown"], ["country", "Qatar"], ["description", "Eum illum occaecati. Earum explicabo sint. Voluptates enim eligendi. Exercitationem quo quasi."], ["email", "josephine@example.biz"], ["first_name", "Jean"], ["firstname", "Angela"], ["last_name", "Hartmann"], ["lastname", "Franecki"], ["lat", "-89.28915537247143"], ["latitute", "66.89002764691716"], ["lng", "167.0505180624856"], ["locale", "SO"], ["longitude", "148.32053126076102"], ["middlename", "Gulgowski"], ["middle_name", "Bosco"], ["password", "I0bK597tEb6"], ["phone", "1-765-197-5242"], ["phone_number", "(566) 421-0867"], ["reference", "e8b903b2-ea37-48e2-b1f6-a9159c865084"], ["title", "Adipisci provident asperiores."], ["user_name", "andres.durgan"], ["username", "celena"], ["uuid", "0cdc5d6a-6f90-4758-ae2a-7ed3c7a7b8b2"], ["created_at", "2020-11-21 14:23:43.676162"], ["updated_at", "2020-11-21 14:23:43.676162"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "72742 Keneth Springs, North Kennethchester, SC 11183-8145"], ["city", "East Jeanmarieshire"], ["country", "Ethiopia"], ["description", "Sunt provident minima. Ratione suscipit qui."], ["email", "landon@example.info"], ["first_name", "Jessica"], ["firstname", "Vernetta"], ["last_name", "Prohaska"], ["lastname", "Huels"], ["lat", "-83.097005398187"], ["latitute", "-28.78057685787804"], ["lng", "84.78416759828264"], ["locale", "US"], ["longitude", "-6.6288289336286255"], ["middlename", "Jenkins"], ["middle_name", "Grant"], ["password", "2NiU6tSh3NjIg"], ["phone", "(158) 079-9631 x117"], ["phone_number", "(818) 351-4011 x52337"], ["reference", "97854b92-e499-4666-b462-b0cb0b273562"], ["title", "Quos perferendis a est veritatis blanditiis."], ["user_name", "brianne"], ["username", "darryl"], ["uuid", "7359c87a-1170-4b07-91a8-d6d9dac5ed85"], ["created_at", "2020-11-21 14:23:43.700446"], ["updated_at", "2020-11-21 14:23:43.700446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:23:43.702438"], ["updated_at", "2020-11-21 14:23:43.702438"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:23:43.703829"], ["updated_at", "2020-11-21 14:23:43.703829"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-21 14:23:43.705014"], ["updated_at", "2020-11-21 14:23:43.705014"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:23:43.706165"], ["updated_at", "2020-11-21 14:23:43.706165"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 14:23:43.707380"], ["updated_at", "2020-11-21 14:23:43.707380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:43.718145"], ["updated_at", "2020-11-21 14:23:43.718145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:43.726126"], ["updated_at", "2020-11-21 14:23:43.726126"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:43.727100"], ["updated_at", "2020-11-21 14:23:43.727100"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:43.727839"], ["updated_at", "2020-11-21 14:23:43.727839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:23:43.728572"], ["updated_at", "2020-11-21 14:23:43.728572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:43.729357"], ["updated_at", "2020-11-21 14:23:43.729357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:43.730129"], ["updated_at", "2020-11-21 14:23:43.730129"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:43.730889"], ["updated_at", "2020-11-21 14:23:43.730889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:43.731617"], ["updated_at", "2020-11-21 14:23:43.731617"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:23:43.732354"], ["updated_at", "2020-11-21 14:23:43.732354"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.9ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.6ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.6ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.8ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.5ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (2.0ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "21100 Schneider Overpass, Kshlerinburgh, TN 76932-3864"], ["city", "Beverleyview"], ["country", "Qatar"], ["description", "Quibusdam consectetur quo. Enim porro illo. Et possimus maiores. Repellendus qui eos. Qui quas repudiandae."], ["email", "wally_johnson@example.name"], ["first_name", "Benita"], ["firstname", "Page"], ["last_name", "Kiehn"], ["lastname", "Weissnat"], ["lat", "85.35555564546311"], ["latitute", "-79.09262607572187"], ["lng", "2.7055086723843544"], ["locale", "FI"], ["longitude", "125.9614796439908"], ["middlename", "Armstrong"], ["middle_name", "Connelly"], ["password", "J1dAmZqH"], ["phone", "(693) 464-6811 x36030"], ["phone_number", "123-647-6090 x792"], ["reference", "7c5f3220-a391-4dcf-9026-2517b6b381cc"], ["title", "Aliquam dolorem amet maxime molestiae."], ["user_name", "fredericka.gorczany"], ["username", "madonna.corkery"], ["uuid", "9ccfc76c-e087-4314-8d9d-04a6734355ce"], ["created_at", "2020-11-21 14:24:02.635090"], ["updated_at", "2020-11-21 14:24:02.635090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 829 3932 Rippin Springs, Port Bryanhaven, MI 65988"], ["city", "Hamillside"], ["country", "Singapore"], ["description", "Quis eum dolor. Sint sed et. Commodi consectetur aut. Repellat temporibus excepturi."], ["email", "kaci@example.info"], ["first_name", "Mittie"], ["firstname", "Issac"], ["last_name", "Altenwerth"], ["lastname", "Cummings"], ["lat", "-37.83821433719811"], ["latitute", "-89.73916292005967"], ["lng", "-173.3401361572754"], ["locale", "FK"], ["longitude", "-144.16001995985587"], ["middlename", "Roberts"], ["middle_name", "Becker"], ["password", "LfP9cA0aTw7"], ["phone", "(119) 334-4335 x819"], ["phone_number", "576.387.6408 x942"], ["reference", "def475e9-adbe-48f5-a876-a0c2feb14fa7"], ["title", "Optio vel quia qui magnam."], ["user_name", "carmine"], ["username", "alayna.larson"], ["uuid", "cb962d72-233f-4b8c-82e9-702d74266b57"], ["created_at", "2020-11-21 14:24:02.659400"], ["updated_at", "2020-11-21 14:24:02.659400"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 684 58429 Christiansen Street, Allachester, OK 87910"], ["city", "West Talishaborough"], ["country", "Barbados"], ["description", "Amet quisquam quod. Illum et quo."], ["email", "carson_konopelski@example.io"], ["first_name", "Onita"], ["firstname", "Shon"], ["last_name", "Bruen"], ["lastname", "Koepp"], ["lat", "-12.214288640444167"], ["latitute", "-49.18188266319743"], ["lng", "168.67018232821994"], ["locale", "SJ"], ["longitude", "152.38657243631616"], ["middlename", "Abshire"], ["middle_name", "Adams"], ["password", "6WaZu1Xx7"], ["phone", "1-741-982-2143 x48984"], ["phone_number", "557.306.8950 x4127"], ["reference", "d23fe61b-c781-4573-924f-13c3f1c4e0fa"], ["title", "Beatae eius est ad."], ["user_name", "dannie.jerde"], ["username", "trinidad"], ["uuid", "2dc8b86d-8640-497f-aac2-73c6df91807d"], ["created_at", "2020-11-21 14:24:02.683351"], ["updated_at", "2020-11-21 14:24:02.683351"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "749 Rath Fork, West Chelseaville, NJ 05078"], ["city", "South Shayneburgh"], ["country", "Bhutan"], ["description", "Totam et quis. Ad ut voluptatibus. Tempore beatae dignissimos. Sapiente voluptatem sed."], ["email", "demetra.orn@example.com"], ["first_name", "Tereasa"], ["firstname", "Chris"], ["last_name", "Green"], ["lastname", "Brakus"], ["lat", "-8.073508750916858"], ["latitute", "-27.193457226284423"], ["lng", "-152.49314513080338"], ["locale", "LY"], ["longitude", "97.48394245087206"], ["middlename", "Rippin"], ["middle_name", "Fritsch"], ["password", "BcEgJ9cYdX2fGd0L"], ["phone", "397-615-8666 x672"], ["phone_number", "490.601.5653 x9189"], ["reference", "b753e290-a8cb-4ab9-ad02-01c223d951d1"], ["title", "Sed et alias."], ["user_name", "jackson"], ["username", "wesley_ledner"], ["uuid", "39dbff80-d669-4e0d-a852-be5396f84957"], ["created_at", "2020-11-21 14:24:02.707523"], ["updated_at", "2020-11-21 14:24:02.707523"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "127 Freddie Light, Judefurt, GA 95301"], ["city", "Brekkebury"], ["country", "Republic of Korea"], ["description", "Quam molestiae at. Repellendus sequi eos. Qui ut officiis. Iusto est ab."], ["email", "gudrun.hartmann@example.com"], ["first_name", "Weston"], ["firstname", "Robbi"], ["last_name", "Fadel"], ["lastname", "Morissette"], ["lat", "15.755570545961177"], ["latitute", "21.206420778308427"], ["lng", "69.15636493240311"], ["locale", "ES"], ["longitude", "-63.50697266020123"], ["middlename", "Ondricka"], ["middle_name", "Waelchi"], ["password", "FxHiY60pGvPz66D"], ["phone", "148-786-0132"], ["phone_number", "(141) 982-1607"], ["reference", "4d37ea26-7342-443e-9163-2966c4b761c0"], ["title", "Iusto repellat in ducimus."], ["user_name", "titus_kutch"], ["username", "stanley_howell"], ["uuid", "a32f0593-8119-4200-8d34-b77b5200ca35"], ["created_at", "2020-11-21 14:24:02.740497"], ["updated_at", "2020-11-21 14:24:02.740497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 160 4525 Cummerata Viaduct, Floriafort, AK 69108"], ["city", "North Yolondastad"], ["country", "Canada"], ["description", "Sunt tempore soluta. Voluptas illo voluptatem. Voluptates corrupti sequi. Quis eum nam."], ["email", "davis@example.net"], ["first_name", "Kala"], ["firstname", "Candi"], ["last_name", "Hessel"], ["lastname", "Walsh"], ["lat", "34.96234581740495"], ["latitute", "21.58129310068695"], ["lng", "-103.35261077213765"], ["locale", "GN"], ["longitude", "45.358766153585094"], ["middlename", "Volkman"], ["middle_name", "Hoeger"], ["password", "LrYlM17d49Zn"], ["phone", "849-565-2536"], ["phone_number", "(105) 317-9997"], ["reference", "9490b727-d305-402c-a3e2-74795f80af49"], ["title", "Dolores aliquid suscipit voluptatem velit et."], ["user_name", "brandon"], ["username", "margery.roob"], ["uuid", "8eca5cf0-caa8-4f3a-8313-b37b14334a92"], ["created_at", "2020-11-21 14:24:02.766760"], ["updated_at", "2020-11-21 14:24:02.766760"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 804 30949 Sanford Dale, Kulasshire, IA 20871-6622"], ["city", "Garryfort"], ["country", "Malawi"], ["description", "In eligendi beatae. Ullam non illum."], ["email", "myrna.ankunding@example.name"], ["first_name", "Gale"], ["firstname", "Omer"], ["last_name", "Kovacek"], ["lastname", "Rosenbaum"], ["lat", "72.17663885198175"], ["latitute", "62.477868766034334"], ["lng", "-54.9210559873857"], ["locale", "MM"], ["longitude", "113.32383163788671"], ["middlename", "Fritsch"], ["middle_name", "Wisozk"], ["password", "GtCy85Yt"], ["phone", "1-376-262-3194 x51313"], ["phone_number", "603-737-1106 x0901"], ["reference", "d1750014-121b-42a4-ab9b-806da6c9aea9"], ["title", "Atque non accusantium."], ["user_name", "eddie"], ["username", "kelly"], ["uuid", "1428b58b-cbef-4123-b47d-d4454233c4ed"], ["created_at", "2020-11-21 14:24:02.790815"], ["updated_at", "2020-11-21 14:24:02.790815"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "679 Moore Overpass, Richardton, NY 65714-7702"], ["city", "Port Faustomouth"], ["country", "Saudi Arabia"], ["description", "Dolores sed labore. Odit voluptatem reprehenderit. Numquam eaque autem."], ["email", "celia.konopelski@example.net"], ["first_name", "Loraine"], ["firstname", "Reatha"], ["last_name", "Hoeger"], ["lastname", "Wunsch"], ["lat", "-15.137209542550877"], ["latitute", "-65.67279724400152"], ["lng", "76.79873390239851"], ["locale", "PH"], ["longitude", "109.983101040512"], ["middlename", "Mohr"], ["middle_name", "Nader"], ["password", "UvWqGvWx4"], ["phone", "1-598-616-7977"], ["phone_number", "(967) 102-9967 x7263"], ["reference", "730f319f-c4c8-42ca-8334-d9a3c40606e8"], ["title", "Perspiciatis molestiae dolores sed."], ["user_name", "earlene_nader"], ["username", "moon"], ["uuid", "37c4bd50-7485-4035-af9f-c898ca5518f8"], ["created_at", "2020-11-21 14:24:02.814891"], ["updated_at", "2020-11-21 14:24:02.814891"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 519 934 Brent Island, Kulasville, FL 99968"], ["city", "Kimberleestad"], ["country", "Bahamas"], ["description", "Velit inventore et. Illo pariatur ipsum. Maxime quam autem. Eius adipisci illo."], ["email", "lasonya_stroman@example.org"], ["first_name", "Lorenzo"], ["firstname", "Franklin"], ["last_name", "Watsica"], ["lastname", "Blick"], ["lat", "36.368802014736005"], ["latitute", "76.91735060940118"], ["lng", "-136.2669830112588"], ["locale", "AM"], ["longitude", "68.76447045717805"], ["middlename", "Swaniawski"], ["middle_name", "Zemlak"], ["password", "Yw1Xh6Z7gOv7Ol"], ["phone", "276.941.8246"], ["phone_number", "423-068-4461"], ["reference", "c8989699-e528-4b96-a570-cede54f7af30"], ["title", "Et voluptas ut earum doloremque."], ["user_name", "fletcher"], ["username", "jewell"], ["uuid", "e369510d-2cd0-472c-8249-a5e2eae5f34c"], ["created_at", "2020-11-21 14:24:02.839108"], ["updated_at", "2020-11-21 14:24:02.839108"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 479 2967 Morton Summit, Lake Erikafort, AK 57734"], ["city", "Lake Exie"], ["country", "El Salvador"], ["description", "Deleniti tempora beatae. Libero quidem perspiciatis."], ["email", "maryanna.christiansen@example.biz"], ["first_name", "Oralee"], ["firstname", "Elden"], ["last_name", "Kuhlman"], ["lastname", "Steuber"], ["lat", "-52.644003035695974"], ["latitute", "77.41287785516656"], ["lng", "-120.75430552203835"], ["locale", "BN"], ["longitude", "-96.81140385262708"], ["middlename", "Armstrong"], ["middle_name", "MacGyver"], ["password", "Mg2SbJ74lQ523"], ["phone", "1-403-327-7335 x0616"], ["phone_number", "752-695-9327 x639"], ["reference", "ed2e55dc-d18e-4b65-9e40-268b885d9c75"], ["title", "Et facilis quibusdam ratione."], ["user_name", "isaiah"], ["username", "gerard.mitchell"], ["uuid", "72c2fa11-1552-4a96-b07c-28a822d980f6"], ["created_at", "2020-11-21 14:24:02.863208"], ["updated_at", "2020-11-21 14:24:02.863208"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 0.01888013215571], ["string", "Quasi quidem quis tenetur."], ["date", "2020-11-15"], ["time", "2000-01-01 13:33:39.445521"], ["datetime", "2020-10-15 05:45:23.619447"], ["created_at", "2020-11-21 14:24:02.901039"], ["updated_at", "2020-11-21 14:24:02.901039"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 23.1209547772917], ["string", "Nam nemo excepturi."], ["date", "2020-12-04"], ["time", "2000-01-01 12:41:18.345619"], ["datetime", "2020-12-02 22:24:51.202092"], ["created_at", "2020-11-21 14:24:02.904414"], ["updated_at", "2020-11-21 14:24:02.904414"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 2.83438574292838], ["string", "Optio eligendi reprehenderit officiis vel quisquam."], ["date", "2020-11-10"], ["time", "2000-01-01 12:39:32.394454"], ["datetime", "2020-12-08 15:29:46.823716"], ["created_at", "2020-11-21 14:24:02.907451"], ["updated_at", "2020-11-21 14:24:02.907451"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 19.7338378134261], ["string", "Non numquam consequatur."], ["date", "2020-12-05"], ["time", "2000-01-01 01:02:26.483195"], ["datetime", "2020-12-01 01:27:52.198600"], ["created_at", "2020-11-21 14:24:02.910263"], ["updated_at", "2020-11-21 14:24:02.910263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 0.535466364189388], ["string", "Voluptatem in recusandae."], ["date", "2020-11-02"], ["time", "2000-01-01 05:05:12.281980"], ["datetime", "2020-10-17 05:52:16.401371"], ["created_at", "2020-11-21 14:24:02.912932"], ["updated_at", "2020-11-21 14:24:02.912932"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 5.54635243285341], ["string", "Magnam minus consequatur quia animi."], ["created_at", "2020-11-21 14:24:02.920305"], ["updated_at", "2020-11-21 14:24:02.920305"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 21.3734254251557], ["string", "Ducimus aspernatur ut provident beatae distinctio."], ["created_at", "2020-11-21 14:24:02.922746"], ["updated_at", "2020-11-21 14:24:02.922746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 29.4339601580777], ["string", "Voluptas vel dignissimos."], ["created_at", "2020-11-21 14:24:02.924917"], ["updated_at", "2020-11-21 14:24:02.924917"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 38.7216870874971], ["string", "Animi qui quae."], ["created_at", "2020-11-21 14:24:02.927135"], ["updated_at", "2020-11-21 14:24:02.927135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 7.14420749818557], ["string", "Mollitia est laborum consequuntur voluptatem dolor."], ["created_at", "2020-11-21 14:24:02.929237"], ["updated_at", "2020-11-21 14:24:02.929237"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:24:02.936200"], ["updated_at", "2020-11-21 14:24:02.936200"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:24:02.937863"], ["updated_at", "2020-11-21 14:24:02.937863"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:24:02.939193"], ["updated_at", "2020-11-21 14:24:02.939193"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:24:02.940473"], ["updated_at", "2020-11-21 14:24:02.940473"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:24:02.941710"], ["updated_at", "2020-11-21 14:24:02.941710"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-21 14:24:02.947078"], ["updated_at", "2020-11-21 14:24:02.947078"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-21 14:24:02.948834"], ["updated_at", "2020-11-21 14:24:02.948834"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-21 14:24:02.950532"], ["updated_at", "2020-11-21 14:24:02.950532"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-21 14:24:02.952139"], ["updated_at", "2020-11-21 14:24:02.952139"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-21 14:24:02.953725"], ["updated_at", "2020-11-21 14:24:02.953725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 14:24:02.958509"], ["updated_at", "2020-11-21 14:24:02.958509"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:24:02.959915"], ["updated_at", "2020-11-21 14:24:02.959915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 14:24:02.961064"], ["updated_at", "2020-11-21 14:24:02.961064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 14:24:02.962216"], ["updated_at", "2020-11-21 14:24:02.962216"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 14:24:02.963356"], ["updated_at", "2020-11-21 14:24:02.963356"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:02.968703"], ["updated_at", "2020-11-21 14:24:02.968703"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:02.969501"], ["updated_at", "2020-11-21 14:24:02.969501"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:02.970164"], ["updated_at", "2020-11-21 14:24:02.970164"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:02.970793"], ["updated_at", "2020-11-21 14:24:02.970793"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:02.971440"], ["updated_at", "2020-11-21 14:24:02.971440"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:02.975861"], ["updated_at", "2020-11-21 14:24:02.975861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:02.977127"], ["updated_at", "2020-11-21 14:24:02.977127"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:02.978259"], ["updated_at", "2020-11-21 14:24:02.978259"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:02.979367"], ["updated_at", "2020-11-21 14:24:02.979367"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:02.980464"], ["updated_at", "2020-11-21 14:24:02.980464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "254 Wally Tunnel, Lake Monty, ID 72271"], ["city", "Gilberteberg"], ["country", "Uzbekistan"], ["description", "Eum ipsum ea. Occaecati non assumenda. Dolores impedit autem. Odit labore sapiente."], ["email", "sylvie.swift@example.info"], ["first_name", "Neal"], ["firstname", "Alise"], ["last_name", "Stanton"], ["lastname", "Bernier"], ["lat", "8.564337010090881"], ["latitute", "11.470794956453531"], ["lng", "52.291943684421284"], ["locale", "CD"], ["longitude", "-113.79309868050609"], ["middlename", "Rowe"], ["middle_name", "Volkman"], ["password", "07BhR0pH"], ["phone", "(614) 799-1403 x11744"], ["phone_number", "(603) 691-8895 x12623"], ["reference", "c239f58f-7e07-4805-b20e-16eea139884b"], ["title", "Illo sunt ducimus delectus dolore ullam."], ["user_name", "jaqueline_hand"], ["username", "ambrose.mueller"], ["uuid", "d0b6dcd6-c487-4da4-b0de-eaec787ee111"], ["created_at", "2020-11-21 14:24:03.004298"], ["updated_at", "2020-11-21 14:24:03.004298"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 285 118 Lowe Street, Murielchester, NJ 88028-7396"], ["city", "Orvalchester"], ["country", "Belgium"], ["description", "Vitae accusamus eaque. Aliquam id aut."], ["email", "demetra.hickle@example.com"], ["first_name", "Alona"], ["firstname", "Jewell"], ["last_name", "Pouros"], ["lastname", "Hoppe"], ["lat", "71.70103259897544"], ["latitute", "46.69724653136615"], ["lng", "-90.88228696498288"], ["locale", "ER"], ["longitude", "159.00108489461235"], ["middlename", "McKenzie"], ["middle_name", "Wehner"], ["password", "9UsNcNiR"], ["phone", "842-714-7596 x480"], ["phone_number", "(122) 827-1508 x85308"], ["reference", "705c77e7-f37d-424a-8d82-156603c425dd"], ["title", "Vel rem quia ut."], ["user_name", "claud_macgyver"], ["username", "max"], ["uuid", "34a829b4-c395-49e9-a15d-39cb62ca2e8a"], ["created_at", "2020-11-21 14:24:03.028268"], ["updated_at", "2020-11-21 14:24:03.028268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 211 3546 Langworth Curve, East Zaneland, NC 90154"], ["city", "Bernadettebury"], ["country", "Chad"], ["description", "Et quia deleniti. Facilis et temporibus."], ["email", "ronda.tillman@example.co"], ["first_name", "Tracy"], ["firstname", "Thomas"], ["last_name", "O'Reilly"], ["lastname", "Mohr"], ["lat", "38.714556101901394"], ["latitute", "-57.66617709394491"], ["lng", "65.69533171690162"], ["locale", "GI"], ["longitude", "-149.5136757633875"], ["middlename", "Beier"], ["middle_name", "Orn"], ["password", "YpSiO4bJ5nB9rW"], ["phone", "730-961-8952 x566"], ["phone_number", "905.475.1416 x6045"], ["reference", "a88f338a-38ac-4d61-938d-5ff2499f5c3e"], ["title", "Dolor cumque recusandae officia temporibus."], ["user_name", "barrett_conn"], ["username", "vanessa_walker"], ["uuid", "e6017abc-abef-404c-a5f3-9dbf9736e816"], ["created_at", "2020-11-21 14:24:03.052288"], ["updated_at", "2020-11-21 14:24:03.052288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 646 82587 Sang Creek, North Una, NM 75420-3383"], ["city", "Stammchester"], ["country", "Yemen"], ["description", "Repellat occaecati voluptatem. Aperiam consequatur consequatur."], ["email", "barbra@example.info"], ["first_name", "Kym"], ["firstname", "Lamonica"], ["last_name", "Bruen"], ["lastname", "Heidenreich"], ["lat", "57.33700374837011"], ["latitute", "-27.38158567008429"], ["lng", "-93.176606909387"], ["locale", "BR"], ["longitude", "-173.7487855354181"], ["middlename", "Altenwerth"], ["middle_name", "Reichert"], ["password", "NgM71dJzY"], ["phone", "140.132.3387 x11743"], ["phone_number", "764.390.1038 x761"], ["reference", "87994cc3-635e-4d22-8011-54210853c971"], ["title", "Harum sequi voluptatem qui assumenda quasi."], ["user_name", "sam"], ["username", "jamey.beier"], ["uuid", "f72fbf78-8c81-4f4f-b8d6-b6938b89ebb3"], ["created_at", "2020-11-21 14:24:03.088221"], ["updated_at", "2020-11-21 14:24:03.088221"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 877 543 MacGyver Run, Schadenport, CA 77057-2701"], ["city", "Sheryltown"], ["country", "Mongolia"], ["description", "Tenetur deserunt ratione. Id illum quia."], ["email", "bernardo_corwin@example.co"], ["first_name", "Diane"], ["firstname", "Oscar"], ["last_name", "Kuhlman"], ["lastname", "Crooks"], ["lat", "54.15968747082965"], ["latitute", "-26.85619816317007"], ["lng", "98.77354340516342"], ["locale", "JE"], ["longitude", "-66.82350698384052"], ["middlename", "Herman"], ["middle_name", "Fadel"], ["password", "YcDwGc161"], ["phone", "1-201-175-2583"], ["phone_number", "(470) 167-1681 x34739"], ["reference", "6f125356-5d51-414d-b573-acc3145fe026"], ["title", "Quisquam sed iusto laborum."], ["user_name", "joy.glover"], ["username", "erick"], ["uuid", "3503db3e-e907-461d-8cac-500b1da63910"], ["created_at", "2020-11-21 14:24:03.112600"], ["updated_at", "2020-11-21 14:24:03.112600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:24:03.117281"], ["updated_at", "2020-11-21 14:24:03.117281"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:24:03.118587"], ["updated_at", "2020-11-21 14:24:03.118587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:24:03.119753"], ["updated_at", "2020-11-21 14:24:03.119753"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:24:03.120878"], ["updated_at", "2020-11-21 14:24:03.120878"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:24:03.121999"], ["updated_at", "2020-11-21 14:24:03.121999"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:03.139540"], ["updated_at", "2020-11-21 14:24:03.139540"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:03.140382"], ["updated_at", "2020-11-21 14:24:03.140382"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:03.141049"], ["updated_at", "2020-11-21 14:24:03.141049"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:03.141699"], ["updated_at", "2020-11-21 14:24:03.141699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:03.142338"], ["updated_at", "2020-11-21 14:24:03.142338"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:24:03.145114"], ["updated_at", "2020-11-21 14:24:03.145114"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:24:03.145861"], ["updated_at", "2020-11-21 14:24:03.145861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:24:03.146529"], ["updated_at", "2020-11-21 14:24:03.146529"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:24:03.147201"], ["updated_at", "2020-11-21 14:24:03.147201"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:24:03.147863"], ["updated_at", "2020-11-21 14:24:03.147863"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 2.70282239465767], ["string", "Rem quisquam officiis reprehenderit."], ["date", "2020-12-19"], ["time", "2000-01-01 22:05:16.906933"], ["datetime", "2020-10-29 15:07:51.291586"], ["created_at", "2020-11-21 14:24:03.150079"], ["updated_at", "2020-11-21 14:24:03.150079"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 0.331810870599274], ["string", "Nulla et explicabo."], ["date", "2020-11-12"], ["time", "2000-01-01 09:32:23.235816"], ["datetime", "2020-11-01 21:45:03.677535"], ["created_at", "2020-11-21 14:24:03.152452"], ["updated_at", "2020-11-21 14:24:03.152452"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 8.49797896113527], ["string", "Deleniti qui quidem dolorem ut."], ["date", "2020-12-24"], ["time", "2000-01-01 02:54:22.291848"], ["datetime", "2020-11-10 16:33:15.966385"], ["created_at", "2020-11-21 14:24:03.154673"], ["updated_at", "2020-11-21 14:24:03.154673"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["decimal", 6.19625040193055], ["string", "Tempora voluptatum voluptas provident."], ["date", "2020-10-12"], ["time", "2000-01-01 06:26:02.548081"], ["datetime", "2020-12-31 14:54:26.835783"], ["created_at", "2020-11-21 14:24:03.156894"], ["updated_at", "2020-11-21 14:24:03.156894"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 32], ["decimal", 5.8255651920917], ["string", "Repellendus voluptatibus enim odio."], ["date", "2020-11-22"], ["time", "2000-01-01 16:36:58.483811"], ["datetime", "2020-11-08 07:38:25.758651"], ["created_at", "2020-11-21 14:24:03.159117"], ["updated_at", "2020-11-21 14:24:03.159117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", 3.66185138325881], ["string", "Laborum sit ut blanditiis quam repellat."], ["created_at", "2020-11-21 14:24:03.161209"], ["updated_at", "2020-11-21 14:24:03.161209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 5.28076296952478], ["string", "Magnam assumenda eius doloribus tempore."], ["created_at", "2020-11-21 14:24:03.163064"], ["updated_at", "2020-11-21 14:24:03.163064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 19.9010887356162], ["string", "Aut est velit debitis architecto."], ["created_at", "2020-11-21 14:24:03.164903"], ["updated_at", "2020-11-21 14:24:03.164903"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 3.71218744980455], ["string", "Aut eum consequatur rerum et distinctio."], ["created_at", "2020-11-21 14:24:03.166799"], ["updated_at", "2020-11-21 14:24:03.166799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1027], ["decimal", 19.5289617861678], ["string", "Sed libero et mollitia sunt vel."], ["created_at", "2020-11-21 14:24:03.168671"], ["updated_at", "2020-11-21 14:24:03.168671"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-21 14:24:03.170050"], ["updated_at", "2020-11-21 14:24:03.170050"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:24:03.171289"], ["updated_at", "2020-11-21 14:24:03.171289"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:24:03.172438"], ["updated_at", "2020-11-21 14:24:03.172438"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-21 14:24:03.173581"], ["updated_at", "2020-11-21 14:24:03.173581"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-21 14:24:03.174722"], ["updated_at", "2020-11-21 14:24:03.174722"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-21 14:24:03.176371"], ["updated_at", "2020-11-21 14:24:03.176371"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 7], ["created_at", "2020-11-21 14:24:03.177972"], ["updated_at", "2020-11-21 14:24:03.177972"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 9], ["created_at", "2020-11-21 14:24:03.179555"], ["updated_at", "2020-11-21 14:24:03.179555"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 10], ["created_at", "2020-11-21 14:24:03.181146"], ["updated_at", "2020-11-21 14:24:03.181146"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 5], ["created_at", "2020-11-21 14:24:03.182809"], ["updated_at", "2020-11-21 14:24:03.182809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-21 14:24:03.184052"], ["updated_at", "2020-11-21 14:24:03.184052"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-21 14:24:03.185230"], ["updated_at", "2020-11-21 14:24:03.185230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:24:03.186421"], ["updated_at", "2020-11-21 14:24:03.186421"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:24:03.187575"], ["updated_at", "2020-11-21 14:24:03.187575"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:24:03.188713"], ["updated_at", "2020-11-21 14:24:03.188713"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:03.189446"], ["updated_at", "2020-11-21 14:24:03.189446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:03.190140"], ["updated_at", "2020-11-21 14:24:03.190140"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:03.190828"], ["updated_at", "2020-11-21 14:24:03.190828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:03.191598"], ["updated_at", "2020-11-21 14:24:03.191598"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:03.192422"], ["updated_at", "2020-11-21 14:24:03.192422"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:24:03.193987"], ["updated_at", "2020-11-21 14:24:03.193987"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:24:03.195093"], ["updated_at", "2020-11-21 14:24:03.195093"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:24:03.196134"], ["updated_at", "2020-11-21 14:24:03.196134"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:24:03.197162"], ["updated_at", "2020-11-21 14:24:03.197162"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:24:03.198220"], ["updated_at", "2020-11-21 14:24:03.198220"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 223 99898 Effertz Coves, Ronfort, CT 50946"], ["city", "Ahmedfort"], ["country", "Mexico"], ["description", "Vero architecto vitae. Rerum ab consequatur. Minus expedita qui."], ["email", "gale@example.org"], ["first_name", "Juliane"], ["firstname", "Sheena"], ["last_name", "Prohaska"], ["lastname", "Dibbert"], ["lat", "-66.31997834985563"], ["latitute", "58.485101248051876"], ["lng", "-64.5537299572638"], ["locale", "WF"], ["longitude", "-19.90644290481896"], ["middlename", "Wolff"], ["middle_name", "Turner"], ["password", "ScNbGxBjGu"], ["phone", "(756) 671-3535 x0369"], ["phone_number", "1-782-962-2402"], ["reference", "f464989b-6713-4a7f-a802-3edbfb9881b5"], ["title", "Explicabo fuga maiores et."], ["user_name", "reggie.lebsack"], ["username", "sibyl.ritchie"], ["uuid", "52a88bd2-2a0b-43cf-88d9-522cf9a02f4b"], ["created_at", "2020-11-21 14:24:03.221872"], ["updated_at", "2020-11-21 14:24:03.221872"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 686 9395 West Lane, West Valeneport, TN 12584-7893"], ["city", "East Jaspermouth"], ["country", "Cote d'Ivoire"], ["description", "In dolores exercitationem. Maxime ut et. Quia maiores perferendis. Quisquam aut consequuntur."], ["email", "joan_stracke@example.biz"], ["first_name", "Jesse"], ["firstname", "Usha"], ["last_name", "Sanford"], ["lastname", "Spinka"], ["lat", "71.9145501814383"], ["latitute", "-73.22729585381026"], ["lng", "165.98635379136658"], ["locale", "AT"], ["longitude", "-42.222885608247935"], ["middlename", "Mosciski"], ["middle_name", "Moen"], ["password", "NwNjBmXaRo72Y14"], ["phone", "1-803-105-3576 x988"], ["phone_number", "949-934-8700"], ["reference", "21f36920-3007-4653-8612-d53183be2629"], ["title", "Recusandae officia dolores velit consequuntur."], ["user_name", "elisha_rutherford"], ["username", "lindy"], ["uuid", "eac9e2e4-da1b-44b5-9b0a-7a1abdedbd05"], ["created_at", "2020-11-21 14:24:03.257005"], ["updated_at", "2020-11-21 14:24:03.257005"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 556 6136 Powlowski Ford, Faheyton, NE 17847-5461"], ["city", "Brentchester"], ["country", "Iceland"], ["description", "Et occaecati excepturi. Exercitationem corrupti harum."], ["email", "marvin.osinski@example.io"], ["first_name", "Danika"], ["firstname", "Rolande"], ["last_name", "Blick"], ["lastname", "Ziemann"], ["lat", "-67.9633515022055"], ["latitute", "15.352103180529681"], ["lng", "-155.47808272782487"], ["locale", "GP"], ["longitude", "76.78837771377664"], ["middlename", "Ledner"], ["middle_name", "Schneider"], ["password", "12U07k2Fg9GbX"], ["phone", "995.414.8144 x124"], ["phone_number", "170.322.0155 x015"], ["reference", "9fe0bb4a-06a1-4df8-b5df-f5d66ae2774f"], ["title", "Rerum debitis aperiam ipsa quo."], ["user_name", "damon"], ["username", "joye_hoppe"], ["uuid", "b18d73d0-823c-4bc5-a4df-d8aec9946f92"], ["created_at", "2020-11-21 14:24:03.281760"], ["updated_at", "2020-11-21 14:24:03.281760"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8605 Roberts Lakes, Lake Sharonda, TX 05183-3730"], ["city", "Port Enriqueburgh"], ["country", "Liberia"], ["description", "Dolores qui delectus. Eligendi nulla nihil."], ["email", "damon@example.net"], ["first_name", "Lisandra"], ["firstname", "Alfredo"], ["last_name", "Ward"], ["lastname", "Carroll"], ["lat", "38.432535347829145"], ["latitute", "29.27766749956959"], ["lng", "113.98177115257357"], ["locale", "MY"], ["longitude", "81.66090473122614"], ["middlename", "Friesen"], ["middle_name", "Crist"], ["password", "247KhIsP7oF"], ["phone", "1-288-741-9079 x1969"], ["phone_number", "1-615-260-1188"], ["reference", "204b3195-ba96-4d94-afed-16f6a92ef7f3"], ["title", "Fugiat perspiciatis suscipit harum repellat tenetur."], ["user_name", "valorie.dare"], ["username", "lissette"], ["uuid", "a37fd484-9989-4c95-b7e5-e984a66fa833"], ["created_at", "2020-11-21 14:24:03.306355"], ["updated_at", "2020-11-21 14:24:03.306355"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 143 525 Kulas Meadow, North Martin, IL 82120-0675"], ["city", "Lake Maureenport"], ["country", "Guyana"], ["description", "Asperiores est delectus. Et dolorem laudantium. Accusamus possimus nam. Quasi ut placeat."], ["email", "karina@example.name"], ["first_name", "Evan"], ["firstname", "Lasandra"], ["last_name", "Blick"], ["lastname", "Kreiger"], ["lat", "-78.31390261160065"], ["latitute", "22.328911272916685"], ["lng", "160.52257312888986"], ["locale", "CI"], ["longitude", "83.88663264664308"], ["middlename", "Welch"], ["middle_name", "Braun"], ["password", "TiPoUy1Yp91"], ["phone", "284-633-1866 x969"], ["phone_number", "1-128-959-7787 x270"], ["reference", "0b955a4b-290a-4c07-9bb5-ac375739acf9"], ["title", "Aut cum accusamus sequi optio."], ["user_name", "jutta_marquardt"], ["username", "zachary_hilpert"], ["uuid", "80104783-040e-430e-a626-a649c4d3b4ab"], ["created_at", "2020-11-21 14:24:03.330743"], ["updated_at", "2020-11-21 14:24:03.330743"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:24:03.332697"], ["updated_at", "2020-11-21 14:24:03.332697"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:24:03.333857"], ["updated_at", "2020-11-21 14:24:03.333857"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:24:03.334954"], ["updated_at", "2020-11-21 14:24:03.334954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 14:24:03.336009"], ["updated_at", "2020-11-21 14:24:03.336009"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 14:24:03.337061"], ["updated_at", "2020-11-21 14:24:03.337061"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:03.347634"], ["updated_at", "2020-11-21 14:24:03.347634"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:03.348417"], ["updated_at", "2020-11-21 14:24:03.348417"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:03.349034"], ["updated_at", "2020-11-21 14:24:03.349034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:03.349630"], ["updated_at", "2020-11-21 14:24:03.349630"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:03.350228"], ["updated_at", "2020-11-21 14:24:03.350228"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:24:03.350879"], ["updated_at", "2020-11-21 14:24:03.350879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:24:03.351530"], ["updated_at", "2020-11-21 14:24:03.351530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:24:03.352146"], ["updated_at", "2020-11-21 14:24:03.352146"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:24:03.352758"], ["updated_at", "2020-11-21 14:24:03.352758"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:24:03.353371"], ["updated_at", "2020-11-21 14:24:03.353371"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 6.74290995053367], ["string", "Id doloremque in ut corporis."], ["date", "2020-11-27"], ["time", "2000-01-01 15:12:39.201007"], ["datetime", "2020-10-28 20:28:08.258543"], ["created_at", "2020-11-21 14:24:03.355458"], ["updated_at", "2020-11-21 14:24:03.355458"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 5.97421639451845], ["string", "Voluptatibus et consequatur voluptate."], ["date", "2020-11-15"], ["time", "2000-01-01 02:22:07.010615"], ["datetime", "2020-12-26 01:55:34.566158"], ["created_at", "2020-11-21 14:24:03.357703"], ["updated_at", "2020-11-21 14:24:03.357703"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 1.23563854810167], ["string", "Enim totam molestiae."], ["date", "2020-10-26"], ["time", "2000-01-01 09:39:47.365101"], ["datetime", "2020-12-06 17:20:32.911845"], ["created_at", "2020-11-21 14:24:03.360057"], ["updated_at", "2020-11-21 14:24:03.360057"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 0.436143273417588], ["string", "Sit culpa qui est in."], ["date", "2020-11-19"], ["time", "2000-01-01 23:42:53.256817"], ["datetime", "2020-10-29 13:40:01.994261"], ["created_at", "2020-11-21 14:24:03.362290"], ["updated_at", "2020-11-21 14:24:03.362290"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 23.0287716900794], ["string", "Commodi quo error veniam eum eum."], ["date", "2020-10-27"], ["time", "2000-01-01 11:38:18.074478"], ["datetime", "2020-11-13 12:47:02.095592"], ["created_at", "2020-11-21 14:24:03.364477"], ["updated_at", "2020-11-21 14:24:03.364477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 0.606205173992269], ["string", "Asperiores quae vero."], ["created_at", "2020-11-21 14:24:03.366606"], ["updated_at", "2020-11-21 14:24:03.366606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 7.09609060774392], ["string", "Modi enim ex hic."], ["created_at", "2020-11-21 14:24:03.368491"], ["updated_at", "2020-11-21 14:24:03.368491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1039], ["decimal", 28.1984475776193], ["string", "Ea sapiente atque."], ["created_at", "2020-11-21 14:24:03.370277"], ["updated_at", "2020-11-21 14:24:03.370277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 25.5562720171834], ["string", "Aut et nisi quis."], ["created_at", "2020-11-21 14:24:03.372052"], ["updated_at", "2020-11-21 14:24:03.372052"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1021], ["decimal", 8.90730659906527], ["string", "Dolorum ratione atque repellendus."], ["created_at", "2020-11-21 14:24:03.373832"], ["updated_at", "2020-11-21 14:24:03.373832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-21 14:24:03.375159"], ["updated_at", "2020-11-21 14:24:03.375159"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:24:03.376309"], ["updated_at", "2020-11-21 14:24:03.376309"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:24:03.377390"], ["updated_at", "2020-11-21 14:24:03.377390"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:24:03.378459"], ["updated_at", "2020-11-21 14:24:03.378459"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-21 14:24:03.379537"], ["updated_at", "2020-11-21 14:24:03.379537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 2], ["created_at", "2020-11-21 14:24:03.381083"], ["updated_at", "2020-11-21 14:24:03.381083"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 1], ["created_at", "2020-11-21 14:24:03.382679"], ["updated_at", "2020-11-21 14:24:03.382679"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 15], ["created_at", "2020-11-21 14:24:03.384235"], ["updated_at", "2020-11-21 14:24:03.384235"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 9], ["created_at", "2020-11-21 14:24:03.385730"], ["updated_at", "2020-11-21 14:24:03.385730"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 11], ["created_at", "2020-11-21 14:24:03.387222"], ["updated_at", "2020-11-21 14:24:03.387222"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 14], ["created_at", "2020-11-21 14:24:03.388401"], ["updated_at", "2020-11-21 14:24:03.388401"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:24:03.389530"], ["updated_at", "2020-11-21 14:24:03.389530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:24:03.390675"], ["updated_at", "2020-11-21 14:24:03.390675"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:24:03.391784"], ["updated_at", "2020-11-21 14:24:03.391784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 12], ["created_at", "2020-11-21 14:24:03.392879"], ["updated_at", "2020-11-21 14:24:03.392879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:03.393577"], ["updated_at", "2020-11-21 14:24:03.393577"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:03.394210"], ["updated_at", "2020-11-21 14:24:03.394210"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:03.394818"], ["updated_at", "2020-11-21 14:24:03.394818"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:03.395432"], ["updated_at", "2020-11-21 14:24:03.395432"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:03.396035"], ["updated_at", "2020-11-21 14:24:03.396035"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:24:03.397155"], ["updated_at", "2020-11-21 14:24:03.397155"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:24:03.398277"], ["updated_at", "2020-11-21 14:24:03.398277"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:24:03.399404"], ["updated_at", "2020-11-21 14:24:03.399404"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:24:03.400467"], ["updated_at", "2020-11-21 14:24:03.400467"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:24:03.401502"], ["updated_at", "2020-11-21 14:24:03.401502"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "398 Rippin Wall, Joelburgh, OR 88481"], ["city", "Michelineberg"], ["country", "Guam"], ["description", "Unde similique repellat. Mollitia sunt autem. Voluptates blanditiis esse."], ["email", "dion.nader@example.org"], ["first_name", "Luise"], ["firstname", "Mauricio"], ["last_name", "Parisian"], ["lastname", "Spinka"], ["lat", "-3.529848182316698"], ["latitute", "-42.379111993110044"], ["lng", "-96.81942188542907"], ["locale", "LC"], ["longitude", "25.058625489908678"], ["middlename", "Cole"], ["middle_name", "Bogisich"], ["password", "Qf2T04mJjG"], ["phone", "(490) 172-7544 x67156"], ["phone_number", "1-119-370-2366 x7648"], ["reference", "07f2bd5f-34ce-4eeb-9d26-5657a9a29204"], ["title", "Est vero nam voluptatem cum delectus."], ["user_name", "felix_rohan"], ["username", "jose"], ["uuid", "2c500a16-fcd4-4872-9d81-3a20f3dee5e6"], ["created_at", "2020-11-21 14:24:03.439594"], ["updated_at", "2020-11-21 14:24:03.439594"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 889 643 Torp Walk, Lake Nelly, UT 64576-2811"], ["city", "Vinceberg"], ["country", "Guam"], ["description", "Iusto doloremque dolores. Ab quidem eos. Cumque atque deserunt. Cupiditate dicta eveniet."], ["email", "epifania_greenholt@example.co"], ["first_name", "Tyler"], ["firstname", "Toby"], ["last_name", "Cole"], ["lastname", "Gislason"], ["lat", "-78.78555015867764"], ["latitute", "-77.56757932069296"], ["lng", "87.55345811002292"], ["locale", "BI"], ["longitude", "-72.32850172329688"], ["middlename", "Conn"], ["middle_name", "Hudson"], ["password", "VdHmI0jN9v8YnDy1"], ["phone", "843.474.5497"], ["phone_number", "(697) 755-0724 x3977"], ["reference", "74450e41-93f1-4117-995c-70aabffd0411"], ["title", "Aliquam ut cum."], ["user_name", "marshall"], ["username", "fredric.abbott"], ["uuid", "c122b209-887b-47be-829d-696d2a79e8ce"], ["created_at", "2020-11-21 14:24:03.467003"], ["updated_at", "2020-11-21 14:24:03.467003"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "30139 Grant Junction, South Jerrieshire, OK 75896"], ["city", "New Candace"], ["country", "Serbia"], ["description", "Dolor et ipsum. Autem est sed."], ["email", "althea@example.biz"], ["first_name", "Tegan"], ["firstname", "Melissia"], ["last_name", "Nitzsche"], ["lastname", "Mohr"], ["lat", "-77.66940786030216"], ["latitute", "2.287831309314683"], ["lng", "17.035704184829257"], ["locale", "AU"], ["longitude", "-40.47681692247065"], ["middlename", "Zieme"], ["middle_name", "Botsford"], ["password", "KkUeLgEkMg"], ["phone", "(938) 047-4855 x5484"], ["phone_number", "1-949-473-2392 x769"], ["reference", "ccb50bce-f1eb-4303-934a-109bba3e1c42"], ["title", "Aliquam rem animi saepe impedit."], ["user_name", "cammy_stokes"], ["username", "adena.jakubowski"], ["uuid", "d87277e7-cff4-4d24-9a07-68ab5727740f"], ["created_at", "2020-11-21 14:24:03.492103"], ["updated_at", "2020-11-21 14:24:03.492103"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "219 Quinn Overpass, Ratkeville, NE 16824"], ["city", "New Christopher"], ["country", "Djibouti"], ["description", "Et itaque enim. Autem id eligendi."], ["email", "clemmie@example.co"], ["first_name", "Samatha"], ["firstname", "Garret"], ["last_name", "Kub"], ["lastname", "Streich"], ["lat", "12.074119162846912"], ["latitute", "60.90272339808868"], ["lng", "143.75598406265425"], ["locale", "HN"], ["longitude", "-20.505674797990594"], ["middlename", "Medhurst"], ["middle_name", "Wyman"], ["password", "BqW3mTuCxDu4R8"], ["phone", "1-902-359-7375"], ["phone_number", "1-294-495-7687 x0028"], ["reference", "12448864-9abf-4c8d-acbf-6a76663dea25"], ["title", "Dolores libero possimus."], ["user_name", "alfonso.kuhlman"], ["username", "julienne.bogan"], ["uuid", "1c458ad4-e480-42e1-8c77-d9aced755c36"], ["created_at", "2020-11-21 14:24:03.517925"], ["updated_at", "2020-11-21 14:24:03.517925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 721 3458 Zulauf View, Trumanhaven, SD 96780"], ["city", "Olsonton"], ["country", "Taiwan"], ["description", "Velit quo expedita. Sint nobis dolorem. Qui et eligendi. Doloribus consequatur aut. Accusamus iste voluptatum."], ["email", "alessandra@example.co"], ["first_name", "Dawna"], ["firstname", "Felipa"], ["last_name", "West"], ["lastname", "Marquardt"], ["lat", "10.8620437523265"], ["latitute", "41.6361198513965"], ["lng", "-8.87609100894656"], ["locale", "KG"], ["longitude", "-69.36577631463916"], ["middlename", "Thompson"], ["middle_name", "Treutel"], ["password", "J9kJsIpV9uVt"], ["phone", "1-843-631-8985 x4537"], ["phone_number", "(585) 583-2237 x457"], ["reference", "29258908-cbe1-4f9c-b165-87267a3a4cf2"], ["title", "Et culpa aut velit."], ["user_name", "garfield"], ["username", "katharina"], ["uuid", "e0a36b05-d40f-429e-9d78-8d4604c07664"], ["created_at", "2020-11-21 14:24:03.542740"], ["updated_at", "2020-11-21 14:24:03.542740"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:24:03.544999"], ["updated_at", "2020-11-21 14:24:03.544999"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:24:03.546299"], ["updated_at", "2020-11-21 14:24:03.546299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-21 14:24:03.547458"], ["updated_at", "2020-11-21 14:24:03.547458"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-21 14:24:03.548641"], ["updated_at", "2020-11-21 14:24:03.548641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:24:03.549778"], ["updated_at", "2020-11-21 14:24:03.549778"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:03.568539"], ["updated_at", "2020-11-21 14:24:03.568539"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:03.569524"], ["updated_at", "2020-11-21 14:24:03.569524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:03.570269"], ["updated_at", "2020-11-21 14:24:03.570269"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:03.571020"], ["updated_at", "2020-11-21 14:24:03.571020"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:03.571749"], ["updated_at", "2020-11-21 14:24:03.571749"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:24:03.572528"], ["updated_at", "2020-11-21 14:24:03.572528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:24:03.573309"], ["updated_at", "2020-11-21 14:24:03.573309"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:24:03.574062"], ["updated_at", "2020-11-21 14:24:03.574062"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:24:03.574809"], ["updated_at", "2020-11-21 14:24:03.574809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:24:03.575545"], ["updated_at", "2020-11-21 14:24:03.575545"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 9.6530994958671], ["string", "Sapiente sed et."], ["date", "2020-12-27"], ["time", "2000-01-01 15:32:13.613196"], ["datetime", "2020-12-06 04:49:05.555176"], ["created_at", "2020-11-21 14:24:03.613454"], ["updated_at", "2020-11-21 14:24:03.613454"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 12.4786292433598], ["string", "Amet aut facilis temporibus qui quia."], ["date", "2020-12-26"], ["time", "2000-01-01 05:24:02.390444"], ["datetime", "2020-10-25 18:36:09.407750"], ["created_at", "2020-11-21 14:24:03.617641"], ["updated_at", "2020-11-21 14:24:03.617641"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 0.609804503160779], ["string", "Alias tempore nam nostrum asperiores voluptas."], ["date", "2020-12-27"], ["time", "2000-01-01 22:27:59.391875"], ["datetime", "2020-12-01 00:28:29.922729"], ["created_at", "2020-11-21 14:24:03.621246"], ["updated_at", "2020-11-21 14:24:03.621246"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 21.4062755698613], ["string", "Minima impedit aut."], ["date", "2020-11-15"], ["time", "2000-01-01 04:44:58.396177"], ["datetime", "2020-12-12 21:58:21.295970"], ["created_at", "2020-11-21 14:24:03.626039"], ["updated_at", "2020-11-21 14:24:03.626039"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 3.25687419703105], ["string", "Voluptatem nihil dicta aut sunt sunt."], ["date", "2020-11-01"], ["time", "2000-01-01 14:19:59.391439"], ["datetime", "2020-12-05 18:36:43.254904"], ["created_at", "2020-11-21 14:24:03.629258"], ["updated_at", "2020-11-21 14:24:03.629258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 11.7326083944367], ["string", "Ut accusantium maxime non ab."], ["date", "2020-12-07"], ["time", "2000-01-01 10:21:53.412565"], ["datetime", "2020-12-02 03:48:46.362111"], ["created_at", "2020-11-21 14:24:03.632840"], ["updated_at", "2020-11-21 14:24:03.632840"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:24:03.636651"], ["updated_at", "2020-11-21 14:24:03.636651"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.8ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (2.1ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.9ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.9ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (2.1ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 127 3011 Bogan Summit, South Kasey, NM 10880"], ["city", "New Sidney"], ["country", "Djibouti"], ["description", "Delectus excepturi nemo. Veniam quos dolore."], ["email", "magan_ward@example.net"], ["first_name", "Cedric"], ["firstname", "Pura"], ["last_name", "Hand"], ["lastname", "Hilll"], ["lat", "51.14663675859947"], ["latitute", "58.898454389417"], ["lng", "-42.37161358548914"], ["locale", "GA"], ["longitude", "21.142804931473904"], ["middlename", "Sporer"], ["middle_name", "Hoeger"], ["password", "UbFeJoNr6"], ["phone", "(468) 506-0040 x541"], ["phone_number", "1-626-055-5032 x92859"], ["reference", "d6c8c113-39c4-4b77-bb46-57198030f399"], ["title", "Praesentium officia accusantium fuga."], ["user_name", "bryant.halvorson"], ["username", "filiberto_wolff"], ["uuid", "ee590027-203f-4836-b868-4c7c86ea1a84"], ["created_at", "2020-11-21 14:25:03.212152"], ["updated_at", "2020-11-21 14:25:03.212152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9406 Janeen Squares, Port Fred, RI 29996"], ["city", "Lake Whitley"], ["country", "Mauritania"], ["description", "Quia pariatur corrupti. Reiciendis maiores aperiam. Soluta tempora magni. Quas et ut."], ["email", "doris.kunze@example.org"], ["first_name", "Edison"], ["firstname", "Earnest"], ["last_name", "Casper"], ["lastname", "Green"], ["lat", "-89.168730344505"], ["latitute", "35.24858811244488"], ["lng", "67.90076452227035"], ["locale", "VI"], ["longitude", "-159.8495375046495"], ["middlename", "Corwin"], ["middle_name", "Corkery"], ["password", "GtAcCj11W9t"], ["phone", "123-900-7055"], ["phone_number", "977.738.2475"], ["reference", "d36bfb0d-51e3-4ca8-8ba2-45febda313dd"], ["title", "Ut recusandae tenetur."], ["user_name", "santo"], ["username", "elliot_johns"], ["uuid", "aa8adc67-f10b-47e0-9699-d3bfdae2a9b1"], ["created_at", "2020-11-21 14:25:03.236696"], ["updated_at", "2020-11-21 14:25:03.236696"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "502 Quigley Manors, Port Joseph, GA 84715-6636"], ["city", "Lake Denniston"], ["country", "Libyan Arab Jamahiriya"], ["description", "Eius blanditiis ut. Eum modi necessitatibus. Sed explicabo distinctio."], ["email", "clyde_waelchi@example.org"], ["first_name", "Barrett"], ["firstname", "Rickey"], ["last_name", "Roberts"], ["lastname", "Kassulke"], ["lat", "17.901890177839007"], ["latitute", "65.0273297735406"], ["lng", "-53.79827795568367"], ["locale", "MW"], ["longitude", "173.65317252552052"], ["middlename", "Willms"], ["middle_name", "Rodriguez"], ["password", "At4QnSfQ09"], ["phone", "847-232-0696 x665"], ["phone_number", "867-097-8783"], ["reference", "da5428cd-9d8f-4698-a585-1a960c77deef"], ["title", "Quasi modi impedit delectus odio."], ["user_name", "lisa"], ["username", "jacqualine"], ["uuid", "105c4d62-f7f5-45c6-86b9-2aeca015515e"], ["created_at", "2020-11-21 14:25:03.260745"], ["updated_at", "2020-11-21 14:25:03.260745"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 481 22610 Nitzsche Ranch, West Deetta, WV 67748-7011"], ["city", "Bohaven"], ["country", "Mongolia"], ["description", "Commodi soluta est. Eligendi mollitia quae. Quam dolorum occaecati. Ut reiciendis sunt. Eius ut occaecati."], ["email", "lyle_farrell@example.biz"], ["first_name", "Dollie"], ["firstname", "Bradford"], ["last_name", "Mante"], ["lastname", "Bahringer"], ["lat", "-67.82602262713452"], ["latitute", "74.08840526199552"], ["lng", "-96.92866610693919"], ["locale", "US"], ["longitude", "177.1780926934735"], ["middlename", "Williamson"], ["middle_name", "Lindgren"], ["password", "FpO0nGy7D"], ["phone", "827-072-1055 x19448"], ["phone_number", "(775) 099-1905 x659"], ["reference", "4eb27019-9fc8-423e-a830-0aeabbc3c466"], ["title", "Fugiat vel qui id iusto."], ["user_name", "ramon.turner"], ["username", "jarrett"], ["uuid", "442ebaf6-8188-4d18-9a49-c42db371b8a3"], ["created_at", "2020-11-21 14:25:03.285228"], ["updated_at", "2020-11-21 14:25:03.285228"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 800 868 Arron Flat, New Dennisshire, AL 28966-9324"], ["city", "Abshireside"], ["country", "Liechtenstein"], ["description", "Sequi odio facilis. Repellendus sequi provident."], ["email", "felton@example.name"], ["first_name", "Willene"], ["firstname", "Rene"], ["last_name", "Ratke"], ["lastname", "Reynolds"], ["lat", "-37.61231541382296"], ["latitute", "63.697685847278336"], ["lng", "52.4780746476072"], ["locale", "RW"], ["longitude", "-67.05857387657896"], ["middlename", "Runte"], ["middle_name", "Altenwerth"], ["password", "KbTf1WbXc93T"], ["phone", "1-150-430-3740 x0233"], ["phone_number", "(333) 926-6195"], ["reference", "fa2d4d9d-a4d2-4b12-988f-e1464b67e5f3"], ["title", "Culpa quis ut."], ["user_name", "lauryn"], ["username", "ahmad"], ["uuid", "de9018df-fe02-4f72-bc57-858c1804ada8"], ["created_at", "2020-11-21 14:25:03.318306"], ["updated_at", "2020-11-21 14:25:03.318306"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "142 Danny Ranch, Quitzonmouth, CA 02569-6048"], ["city", "Rodrigueztown"], ["country", "Montserrat"], ["description", "Ab qui odio. Assumenda consectetur quis. Debitis dolorum ullam."], ["email", "maya@example.name"], ["first_name", "Shameka"], ["firstname", "Yasmine"], ["last_name", "Rowe"], ["lastname", "Waelchi"], ["lat", "69.46412696109581"], ["latitute", "-63.67987470645945"], ["lng", "170.340552116283"], ["locale", "CO"], ["longitude", "29.025139986275633"], ["middlename", "Murazik"], ["middle_name", "Murphy"], ["password", "8NkHnNtMk9Q"], ["phone", "532.806.0842 x661"], ["phone_number", "(590) 999-7950"], ["reference", "3955e66b-83b6-4787-aac8-fed042b477da"], ["title", "Corporis ut ut."], ["user_name", "nidia"], ["username", "delpha"], ["uuid", "c5b97260-8b66-4a1a-9e31-a0b8bbe8d361"], ["created_at", "2020-11-21 14:25:03.344505"], ["updated_at", "2020-11-21 14:25:03.344505"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4710 Etsuko Island, West Caroll, OK 17092-6076"], ["city", "Runolfssonview"], ["country", "Bhutan"], ["description", "Sunt quia totam. Cumque sit magni. Magnam soluta et. Et quis labore. Voluptatem ut voluptates."], ["email", "leana_rogahn@example.net"], ["first_name", "Glynis"], ["firstname", "Jorge"], ["last_name", "Boyer"], ["lastname", "Cole"], ["lat", "51.13543281096483"], ["latitute", "-15.433616647723852"], ["lng", "91.49086602291811"], ["locale", "ZM"], ["longitude", "-162.74507990578917"], ["middlename", "Batz"], ["middle_name", "Effertz"], ["password", "SbSiBl6G66oM359w"], ["phone", "(159) 243-4033 x754"], ["phone_number", "721.886.1749 x04057"], ["reference", "d507c251-e98a-4e55-92be-0f1d62d1bebc"], ["title", "Et ut quia dolores placeat."], ["user_name", "pamella"], ["username", "sharron.olson"], ["uuid", "205ac8ef-2ab9-41b9-9f17-65b8d40d7e2f"], ["created_at", "2020-11-21 14:25:03.368926"], ["updated_at", "2020-11-21 14:25:03.368926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 172 131 Rusty Key, Port Donnyhaven, SC 86418"], ["city", "North Tamiko"], ["country", "Anguilla"], ["description", "Sed alias fuga. Et impedit qui."], ["email", "santiago@example.name"], ["first_name", "Edwardo"], ["firstname", "Elayne"], ["last_name", "Goodwin"], ["lastname", "Kshlerin"], ["lat", "42.56403671254978"], ["latitute", "-62.37447512141668"], ["lng", "127.67128657820462"], ["locale", "BR"], ["longitude", "-159.76920479838935"], ["middlename", "Leffler"], ["middle_name", "Schinner"], ["password", "JoFaAzRwEtUe5WhX"], ["phone", "702-980-9694 x12273"], ["phone_number", "707.085.8147"], ["reference", "176d0dd1-8c91-4008-8bf6-2e130e75fa43"], ["title", "Voluptas quidem autem maiores."], ["user_name", "ross_kling"], ["username", "kristel.oconnell"], ["uuid", "fabb2de7-7b68-41ca-af45-a4a6a0824877"], ["created_at", "2020-11-21 14:25:03.393056"], ["updated_at", "2020-11-21 14:25:03.393056"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 504 64763 Kertzmann Mill, Rutherfordside, UT 43419-4324"], ["city", "South Rosanne"], ["country", "Croatia"], ["description", "Sunt consequuntur nihil. Quam qui omnis."], ["email", "karole@example.io"], ["first_name", "Rubi"], ["firstname", "Krishna"], ["last_name", "O'Keefe"], ["lastname", "Kulas"], ["lat", "-81.6575491762815"], ["latitute", "-0.4971146363103571"], ["lng", "128.25217211626756"], ["locale", "MS"], ["longitude", "-62.41505705119603"], ["middlename", "Hermiston"], ["middle_name", "Aufderhar"], ["password", "Wg6HyIoMkB"], ["phone", "1-585-203-0352"], ["phone_number", "150-244-2791 x61231"], ["reference", "c464aafa-7969-4480-bc45-86fed4cdee83"], ["title", "Dolorum quo est temporibus."], ["user_name", "ian.hyatt"], ["username", "annabel.schmeler"], ["uuid", "83106fa1-bdec-4a5f-8f9d-be2642794a4b"], ["created_at", "2020-11-21 14:25:03.416935"], ["updated_at", "2020-11-21 14:25:03.416935"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 631 75292 Stamm Points, East Sonjaside, DE 87065"], ["city", "Amadochester"], ["country", "Djibouti"], ["description", "Eos beatae tempore. Doloremque est nihil. Necessitatibus velit rerum. Commodi soluta omnis. Voluptatibus vel qui."], ["email", "gregory.carroll@example.biz"], ["first_name", "Magda"], ["firstname", "Tracy"], ["last_name", "Keebler"], ["lastname", "O'Conner"], ["lat", "-32.05089780696615"], ["latitute", "56.009925351824535"], ["lng", "-38.97026143568016"], ["locale", "QA"], ["longitude", "151.45265377790486"], ["middlename", "Harris"], ["middle_name", "Rippin"], ["password", "LvQoJl1OfHeD"], ["phone", "1-689-768-9847 x982"], ["phone_number", "(423) 916-7585 x6851"], ["reference", "d0901d36-29b2-437a-b685-bcb39036f00c"], ["title", "Sapiente cupiditate reiciendis est repellendus."], ["user_name", "louis_trantow"], ["username", "roger"], ["uuid", "7dc8315c-9179-4636-acab-e01875752359"], ["created_at", "2020-11-21 14:25:03.441243"], ["updated_at", "2020-11-21 14:25:03.441243"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 15.8653076450904], ["string", "Tempore eligendi nihil."], ["date", "2020-12-20"], ["time", "2000-01-01 21:44:46.155870"], ["datetime", "2020-12-31 09:51:23.179765"], ["created_at", "2020-11-21 14:25:03.485580"], ["updated_at", "2020-11-21 14:25:03.485580"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 30.4972785835959], ["string", "Quas omnis perferendis ut molestias."], ["date", "2020-10-12"], ["time", "2000-01-01 02:08:14.120296"], ["datetime", "2020-12-01 23:22:29.027546"], ["created_at", "2020-11-21 14:25:03.489065"], ["updated_at", "2020-11-21 14:25:03.489065"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 1.17761765222554], ["string", "Mollitia et debitis."], ["date", "2020-12-06"], ["time", "2000-01-01 12:08:48.566354"], ["datetime", "2020-12-14 18:01:33.066240"], ["created_at", "2020-11-21 14:25:03.492452"], ["updated_at", "2020-11-21 14:25:03.492452"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 25], ["decimal", 4.50649522364103], ["string", "Tenetur dolorum asperiores excepturi."], ["date", "2020-12-11"], ["time", "2000-01-01 17:53:07.066895"], ["datetime", "2020-11-28 16:54:22.109310"], ["created_at", "2020-11-21 14:25:03.495822"], ["updated_at", "2020-11-21 14:25:03.495822"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 28], ["decimal", 14.6028716189251], ["string", "Animi atque tempore illum."], ["date", "2020-11-04"], ["time", "2000-01-01 18:37:28.903458"], ["datetime", "2020-10-27 00:03:12.807872"], ["created_at", "2020-11-21 14:25:03.500305"], ["updated_at", "2020-11-21 14:25:03.500305"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1024], ["decimal", 24.1152094813943], ["string", "Fugit quas minus voluptatum."], ["created_at", "2020-11-21 14:25:03.509518"], ["updated_at", "2020-11-21 14:25:03.509518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 7.18857959463264], ["string", "Nihil quia error."], ["created_at", "2020-11-21 14:25:03.512228"], ["updated_at", "2020-11-21 14:25:03.512228"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 19.2640614617157], ["string", "Nihil quos nulla."], ["created_at", "2020-11-21 14:25:03.514429"], ["updated_at", "2020-11-21 14:25:03.514429"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 27.0031733706682], ["string", "Repellendus similique perspiciatis."], ["created_at", "2020-11-21 14:25:03.516900"], ["updated_at", "2020-11-21 14:25:03.516900"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 35.3888615778044], ["string", "Aperiam aut porro."], ["created_at", "2020-11-21 14:25:03.519080"], ["updated_at", "2020-11-21 14:25:03.519080"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:25:03.526402"], ["updated_at", "2020-11-21 14:25:03.526402"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:25:03.528018"], ["updated_at", "2020-11-21 14:25:03.528018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:25:03.529329"], ["updated_at", "2020-11-21 14:25:03.529329"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:25:03.530577"], ["updated_at", "2020-11-21 14:25:03.530577"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:25:03.531802"], ["updated_at", "2020-11-21 14:25:03.531802"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-21 14:25:03.537626"], ["updated_at", "2020-11-21 14:25:03.537626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-21 14:25:03.539331"], ["updated_at", "2020-11-21 14:25:03.539331"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-21 14:25:03.540905"], ["updated_at", "2020-11-21 14:25:03.540905"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-21 14:25:03.542468"], ["updated_at", "2020-11-21 14:25:03.542468"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-21 14:25:03.544044"], ["updated_at", "2020-11-21 14:25:03.544044"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:25:03.548945"], ["updated_at", "2020-11-21 14:25:03.548945"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:25:03.550416"], ["updated_at", "2020-11-21 14:25:03.550416"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 14:25:03.551599"], ["updated_at", "2020-11-21 14:25:03.551599"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 14:25:03.552726"], ["updated_at", "2020-11-21 14:25:03.552726"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 14:25:03.553855"], ["updated_at", "2020-11-21 14:25:03.553855"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:03.559448"], ["updated_at", "2020-11-21 14:25:03.559448"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:03.560282"], ["updated_at", "2020-11-21 14:25:03.560282"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:03.561020"], ["updated_at", "2020-11-21 14:25:03.561020"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:03.561714"], ["updated_at", "2020-11-21 14:25:03.561714"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:03.562371"], ["updated_at", "2020-11-21 14:25:03.562371"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:03.566985"], ["updated_at", "2020-11-21 14:25:03.566985"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:03.568265"], ["updated_at", "2020-11-21 14:25:03.568265"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:03.569392"], ["updated_at", "2020-11-21 14:25:03.569392"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:03.570494"], ["updated_at", "2020-11-21 14:25:03.570494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:03.571635"], ["updated_at", "2020-11-21 14:25:03.571635"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "576 Jermaine Drive, Port Grantview, LA 04622"], ["city", "Adamsstad"], ["country", "Lesotho"], ["description", "Ut rerum odio. Nostrum nulla nobis. Sunt culpa aliquid."], ["email", "rhett@example.net"], ["first_name", "Milan"], ["firstname", "Cedric"], ["last_name", "Cummerata"], ["lastname", "Kuphal"], ["lat", "19.373147918418454"], ["latitute", "-48.287913129057436"], ["lng", "103.93328657214124"], ["locale", "MP"], ["longitude", "-112.27269923032642"], ["middlename", "Ratke"], ["middle_name", "Hyatt"], ["password", "5480PpQj8Y"], ["phone", "211-839-9077 x35709"], ["phone_number", "(808) 535-3272 x61839"], ["reference", "9eed61c1-e286-4205-bde1-f86a11ba72fa"], ["title", "Omnis repudiandae doloremque sapiente."], ["user_name", "antione.weissnat"], ["username", "eldon"], ["uuid", "bfd75841-f878-458f-8833-a817a8d26e5d"], ["created_at", "2020-11-21 14:25:03.595319"], ["updated_at", "2020-11-21 14:25:03.595319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 374 692 Robin Stravenue, Azziehaven, AR 92561-6467"], ["city", "Bergnaumfort"], ["country", "Cuba"], ["description", "Unde omnis explicabo. Delectus dolores nemo. Dolorem occaecati provident. Minus consequatur magnam."], ["email", "gilbert_bruen@example.org"], ["first_name", "Ira"], ["firstname", "Jamar"], ["last_name", "Kirlin"], ["lastname", "Christiansen"], ["lat", "41.21820060644856"], ["latitute", "80.56632136366801"], ["lng", "94.24984496861725"], ["locale", "BS"], ["longitude", "-18.532566367509475"], ["middlename", "Gottlieb"], ["middle_name", "Kerluke"], ["password", "X5dV7aLa"], ["phone", "(965) 008-8035 x9235"], ["phone_number", "(492) 666-4548 x46356"], ["reference", "20ed68de-54ca-45b0-9707-93e51d9cae8f"], ["title", "Et deserunt ab aut."], ["user_name", "cameron.feeney"], ["username", "devin"], ["uuid", "d1a3afc6-e2e6-4177-aeb2-4f8d8653a145"], ["created_at", "2020-11-21 14:25:03.619476"], ["updated_at", "2020-11-21 14:25:03.619476"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 483 452 Bogan Parkways, North Mickie, LA 06656"], ["city", "Fredericton"], ["country", "Georgia"], ["description", "Et esse reiciendis. Fugiat et error. Consequuntur maiores neque. Aut ducimus est."], ["email", "sade@example.name"], ["first_name", "Lauryn"], ["firstname", "Ethan"], ["last_name", "Crona"], ["lastname", "Marquardt"], ["lat", "35.07240318455965"], ["latitute", "24.435705885216123"], ["lng", "-47.41541191867796"], ["locale", "BV"], ["longitude", "-151.54676413300632"], ["middlename", "Kunde"], ["middle_name", "Quitzon"], ["password", "HxXrSjPoS5fR0l"], ["phone", "119-678-0794 x9196"], ["phone_number", "1-642-571-9793 x294"], ["reference", "be718fd5-b295-4f69-9e4e-a428944b6785"], ["title", "Quo fugit voluptatibus."], ["user_name", "rosalinda.conn"], ["username", "lyle"], ["uuid", "6f6e9af3-bb4b-4fa5-9209-4fd45861b8da"], ["created_at", "2020-11-21 14:25:03.643525"], ["updated_at", "2020-11-21 14:25:03.643525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 844 7370 Virgilio Land, East Kathe, WY 26206"], ["city", "Rogeliofort"], ["country", "Sweden"], ["description", "Non dolore dolor. Voluptates illum saepe."], ["email", "natosha@example.info"], ["first_name", "Aletha"], ["firstname", "Alva"], ["last_name", "Sporer"], ["lastname", "Rath"], ["lat", "-85.70348396135063"], ["latitute", "-31.970569640346945"], ["lng", "171.32410758558387"], ["locale", "BB"], ["longitude", "-51.50718952312994"], ["middlename", "Sauer"], ["middle_name", "Turcotte"], ["password", "WpS7qRa50F04jH4k"], ["phone", "259-471-7317 x499"], ["phone_number", "(886) 606-1729"], ["reference", "84214d67-1ef8-4f56-b015-b4c78bc3902f"], ["title", "Sint blanditiis nostrum et."], ["user_name", "rogelio"], ["username", "vickie_russel"], ["uuid", "21ae4b4e-89de-4223-b383-cfac82206165"], ["created_at", "2020-11-21 14:25:03.680508"], ["updated_at", "2020-11-21 14:25:03.680508"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2459 Cronin Mews, Port Johnathon, NC 78721-1294"], ["city", "North Britanyview"], ["country", "Madagascar"], ["description", "Omnis et fugiat. Esse distinctio libero."], ["email", "mac@example.info"], ["first_name", "Lawrence"], ["firstname", "Dong"], ["last_name", "D'Amore"], ["lastname", "Rice"], ["lat", "22.867350690788953"], ["latitute", "-1.7883783635839876"], ["lng", "-4.261328056656538"], ["locale", "GQ"], ["longitude", "-54.260208606421244"], ["middlename", "Haley"], ["middle_name", "Daniel"], ["password", "RlXe0PuBcA389nNw"], ["phone", "241-880-6900 x844"], ["phone_number", "953-653-1282"], ["reference", "6778b018-7237-44df-b2f6-c9afe10901c7"], ["title", "Ad molestias numquam autem."], ["user_name", "shelby.gleason"], ["username", "kiera"], ["uuid", "c2389822-1038-400d-99c3-a85921a2ae66"], ["created_at", "2020-11-21 14:25:03.704867"], ["updated_at", "2020-11-21 14:25:03.704867"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:25:03.709594"], ["updated_at", "2020-11-21 14:25:03.709594"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:25:03.710958"], ["updated_at", "2020-11-21 14:25:03.710958"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:25:03.712114"], ["updated_at", "2020-11-21 14:25:03.712114"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:25:03.713231"], ["updated_at", "2020-11-21 14:25:03.713231"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:25:03.714328"], ["updated_at", "2020-11-21 14:25:03.714328"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:03.732046"], ["updated_at", "2020-11-21 14:25:03.732046"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:03.732889"], ["updated_at", "2020-11-21 14:25:03.732889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:03.733551"], ["updated_at", "2020-11-21 14:25:03.733551"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:03.734169"], ["updated_at", "2020-11-21 14:25:03.734169"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:03.734790"], ["updated_at", "2020-11-21 14:25:03.734790"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:25:03.737579"], ["updated_at", "2020-11-21 14:25:03.737579"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:25:03.738293"], ["updated_at", "2020-11-21 14:25:03.738293"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:25:03.738949"], ["updated_at", "2020-11-21 14:25:03.738949"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:25:03.739582"], ["updated_at", "2020-11-21 14:25:03.739582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:25:03.740227"], ["updated_at", "2020-11-21 14:25:03.740227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 4.34567587454286], ["string", "Sunt alias dolorem quia ex."], ["date", "2020-12-20"], ["time", "2000-01-01 08:42:45.165797"], ["datetime", "2020-10-10 18:52:17.893491"], ["created_at", "2020-11-21 14:25:03.742429"], ["updated_at", "2020-11-21 14:25:03.742429"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 6.22456552203543], ["string", "Cumque atque sed perferendis rerum."], ["date", "2020-11-30"], ["time", "2000-01-01 20:57:05.558854"], ["datetime", "2020-12-18 00:53:49.632628"], ["created_at", "2020-11-21 14:25:03.744742"], ["updated_at", "2020-11-21 14:25:03.744742"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 14.8525889066081], ["string", "Dolorum beatae doloribus dolores id distinctio."], ["date", "2020-11-07"], ["time", "2000-01-01 12:58:51.849421"], ["datetime", "2020-12-01 14:03:40.242840"], ["created_at", "2020-11-21 14:25:03.746952"], ["updated_at", "2020-11-21 14:25:03.746952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 10.0553234888377], ["string", "Debitis aut aut occaecati vel."], ["date", "2020-12-13"], ["time", "2000-01-01 18:08:49.729191"], ["datetime", "2020-10-29 18:13:30.286075"], ["created_at", "2020-11-21 14:25:03.749178"], ["updated_at", "2020-11-21 14:25:03.749178"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 7.30872104824362], ["string", "Quo dolores dolor voluptatem accusantium."], ["date", "2020-11-24"], ["time", "2000-01-01 11:41:54.750382"], ["datetime", "2020-10-26 04:32:36.207528"], ["created_at", "2020-11-21 14:25:03.751380"], ["updated_at", "2020-11-21 14:25:03.751380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 9.40700282561395], ["string", "Molestiae aut saepe culpa."], ["created_at", "2020-11-21 14:25:03.753458"], ["updated_at", "2020-11-21 14:25:03.753458"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 16.2677922066565], ["string", "Error consequatur nam."], ["created_at", "2020-11-21 14:25:03.755300"], ["updated_at", "2020-11-21 14:25:03.755300"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 5.15778738063149], ["string", "Maxime voluptates ea laborum vitae."], ["created_at", "2020-11-21 14:25:03.757141"], ["updated_at", "2020-11-21 14:25:03.757141"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 1.14559829712495], ["string", "Aperiam odit officiis ipsa similique."], ["created_at", "2020-11-21 14:25:03.759075"], ["updated_at", "2020-11-21 14:25:03.759075"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 13.6600481808698], ["string", "Qui sit et."], ["created_at", "2020-11-21 14:25:03.760927"], ["updated_at", "2020-11-21 14:25:03.760927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:25:03.762315"], ["updated_at", "2020-11-21 14:25:03.762315"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:25:03.763528"], ["updated_at", "2020-11-21 14:25:03.763528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:25:03.764695"], ["updated_at", "2020-11-21 14:25:03.764695"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-21 14:25:03.765849"], ["updated_at", "2020-11-21 14:25:03.765849"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:25:03.767004"], ["updated_at", "2020-11-21 14:25:03.767004"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 9], ["created_at", "2020-11-21 14:25:03.768617"], ["updated_at", "2020-11-21 14:25:03.768617"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 7], ["created_at", "2020-11-21 14:25:03.770177"], ["updated_at", "2020-11-21 14:25:03.770177"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-21 14:25:03.771709"], ["updated_at", "2020-11-21 14:25:03.771709"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 9], ["created_at", "2020-11-21 14:25:03.773299"], ["updated_at", "2020-11-21 14:25:03.773299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 7], ["created_at", "2020-11-21 14:25:03.774983"], ["updated_at", "2020-11-21 14:25:03.774983"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 14:25:03.776306"], ["updated_at", "2020-11-21 14:25:03.776306"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 14:25:03.777553"], ["updated_at", "2020-11-21 14:25:03.777553"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 14:25:03.778721"], ["updated_at", "2020-11-21 14:25:03.778721"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:25:03.779895"], ["updated_at", "2020-11-21 14:25:03.779895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-21 14:25:03.781087"], ["updated_at", "2020-11-21 14:25:03.781087"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:03.781842"], ["updated_at", "2020-11-21 14:25:03.781842"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:03.782541"], ["updated_at", "2020-11-21 14:25:03.782541"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:03.783244"], ["updated_at", "2020-11-21 14:25:03.783244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:03.783926"], ["updated_at", "2020-11-21 14:25:03.783926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:03.784583"], ["updated_at", "2020-11-21 14:25:03.784583"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:25:03.786056"], ["updated_at", "2020-11-21 14:25:03.786056"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:25:03.787241"], ["updated_at", "2020-11-21 14:25:03.787241"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:25:03.788368"], ["updated_at", "2020-11-21 14:25:03.788368"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:25:03.789495"], ["updated_at", "2020-11-21 14:25:03.789495"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:25:03.790620"], ["updated_at", "2020-11-21 14:25:03.790620"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 958 5573 Thanh Point, Kishaport, FL 42389-5098"], ["city", "West Lovetta"], ["country", "Bouvet Island (Bouvetoya)"], ["description", "Blanditiis quis ex. Optio deserunt aperiam. Sunt voluptatem eos."], ["email", "guadalupe@example.co"], ["first_name", "Max"], ["firstname", "Ferdinand"], ["last_name", "Streich"], ["lastname", "Bogan"], ["lat", "-14.687795191238067"], ["latitute", "21.113324377704856"], ["lng", "-161.5709182531841"], ["locale", "BA"], ["longitude", "-102.95484498627496"], ["middlename", "Upton"], ["middle_name", "Goyette"], ["password", "GgXyAeK2"], ["phone", "1-151-311-8096 x3738"], ["phone_number", "(787) 396-6906"], ["reference", "4abbece3-e59b-472e-8fab-5c026f58c473"], ["title", "Molestiae reprehenderit eius accusantium sint."], ["user_name", "bradley_kiehn"], ["username", "thora"], ["uuid", "01dc580b-916a-4672-8443-7cee86def061"], ["created_at", "2020-11-21 14:25:03.814396"], ["updated_at", "2020-11-21 14:25:03.814396"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 265 1203 Lilla Passage, South Eloy, DE 20274"], ["city", "South Shirlyland"], ["country", "Honduras"], ["description", "Et enim eveniet. Dolorum pariatur in. Debitis explicabo reiciendis. Nobis eos ipsam."], ["email", "milo@example.co"], ["first_name", "Rhett"], ["firstname", "Jae"], ["last_name", "Hahn"], ["lastname", "Nikolaus"], ["lat", "-35.849844455518415"], ["latitute", "-74.35819892942536"], ["lng", "114.43254129693855"], ["locale", "LA"], ["longitude", "-80.14283600020507"], ["middlename", "Conn"], ["middle_name", "Terry"], ["password", "S5rFxXoXyBn"], ["phone", "608.728.3989"], ["phone_number", "(778) 194-8850"], ["reference", "2afca7ce-17d8-416b-b3f8-0d41510d6596"], ["title", "Sapiente aut et."], ["user_name", "kizzie"], ["username", "darren.erdman"], ["uuid", "a0032cc3-92d0-4558-8367-50161ff145f0"], ["created_at", "2020-11-21 14:25:03.849500"], ["updated_at", "2020-11-21 14:25:03.849500"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "98384 Todd Way, McClurechester, LA 81597-4712"], ["city", "Lake Siobhantown"], ["country", "Estonia"], ["description", "Officia sit dolores. Eligendi nemo numquam. Velit qui laborum. Quia sapiente magni. Error at ullam."], ["email", "darnell_morar@example.name"], ["first_name", "Jenna"], ["firstname", "Ara"], ["last_name", "Gerlach"], ["lastname", "Witting"], ["lat", "86.52100044365221"], ["latitute", "-30.244090262759556"], ["lng", "-138.9877828434312"], ["locale", "SK"], ["longitude", "-98.31548479829023"], ["middlename", "Hauck"], ["middle_name", "Gutmann"], ["password", "RdIhYdOcFsI3l"], ["phone", "(651) 835-0470"], ["phone_number", "1-225-449-3610"], ["reference", "e9e39979-d482-4cfe-9c7a-6de9f87a8eca"], ["title", "Consequatur et nisi autem reprehenderit doloribus."], ["user_name", "shon.brekke"], ["username", "benjamin_fadel"], ["uuid", "8070107d-3396-45c9-8bf7-c1ebf32c2f07"], ["created_at", "2020-11-21 14:25:03.874578"], ["updated_at", "2020-11-21 14:25:03.874578"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 125 20316 Barbara Freeway, Reikoshire, VA 16721"], ["city", "Port Aileenmouth"], ["country", "Tanzania"], ["description", "Quam placeat nihil. Iste adipisci et. Commodi est amet."], ["email", "antonietta.king@example.com"], ["first_name", "Freddy"], ["firstname", "Alec"], ["last_name", "Moen"], ["lastname", "Marks"], ["lat", "-83.98026619472745"], ["latitute", "5.323764402124553"], ["lng", "-139.27712381116"], ["locale", "AZ"], ["longitude", "112.50835158345359"], ["middlename", "Friesen"], ["middle_name", "Spinka"], ["password", "HxFyYiCiR"], ["phone", "1-975-437-5828 x45971"], ["phone_number", "1-626-013-5583 x207"], ["reference", "3f87b2ab-813a-4034-9501-603a063f85db"], ["title", "Voluptatem dolores quia ducimus."], ["user_name", "jarvis.moen"], ["username", "lauryn_bahringer"], ["uuid", "8d243b22-4225-4f17-b427-ac0c757fdb2c"], ["created_at", "2020-11-21 14:25:03.899194"], ["updated_at", "2020-11-21 14:25:03.899194"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8047 Lashandra Summit, West Verdell, AR 30685-4004"], ["city", "Connport"], ["country", "Maldives"], ["description", "Voluptas ut ipsum. Id deleniti pariatur. Sed sit fugit."], ["email", "toccara@example.net"], ["first_name", "Porfirio"], ["firstname", "Ali"], ["last_name", "Baumbach"], ["lastname", "Larson"], ["lat", "15.9942388415066"], ["latitute", "-30.789455955034697"], ["lng", "-63.37653583773506"], ["locale", "ID"], ["longitude", "133.05221771555796"], ["middlename", "Sawayn"], ["middle_name", "Jacobson"], ["password", "WyZhYmB0uIg1G"], ["phone", "623-744-0651 x19636"], ["phone_number", "(791) 568-2590"], ["reference", "bf9d85ae-200e-416c-bf58-02806f88adf8"], ["title", "Aut deserunt reprehenderit a quo."], ["user_name", "johnetta.bartoletti"], ["username", "angle"], ["uuid", "286abf1e-a803-4165-9d62-8ccad97bd53a"], ["created_at", "2020-11-21 14:25:03.923417"], ["updated_at", "2020-11-21 14:25:03.923417"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-21 14:25:03.925449"], ["updated_at", "2020-11-21 14:25:03.925449"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-21 14:25:03.926717"], ["updated_at", "2020-11-21 14:25:03.926717"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-21 14:25:03.927885"], ["updated_at", "2020-11-21 14:25:03.927885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:25:03.929023"], ["updated_at", "2020-11-21 14:25:03.929023"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:25:03.930159"], ["updated_at", "2020-11-21 14:25:03.930159"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:03.940978"], ["updated_at", "2020-11-21 14:25:03.940978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:03.941780"], ["updated_at", "2020-11-21 14:25:03.941780"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:03.942447"], ["updated_at", "2020-11-21 14:25:03.942447"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:03.943118"], ["updated_at", "2020-11-21 14:25:03.943118"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:03.943772"], ["updated_at", "2020-11-21 14:25:03.943772"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:25:03.944457"], ["updated_at", "2020-11-21 14:25:03.944457"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:25:03.945141"], ["updated_at", "2020-11-21 14:25:03.945141"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:25:03.945804"], ["updated_at", "2020-11-21 14:25:03.945804"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:25:03.946474"], ["updated_at", "2020-11-21 14:25:03.946474"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:25:03.947117"], ["updated_at", "2020-11-21 14:25:03.947117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 36.5007195534485], ["string", "Est quaerat eum sit dolorem."], ["date", "2020-11-09"], ["time", "2000-01-01 20:41:13.632099"], ["datetime", "2020-12-10 06:12:31.007688"], ["created_at", "2020-11-21 14:25:03.949238"], ["updated_at", "2020-11-21 14:25:03.949238"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 5.79476039713866], ["string", "Reiciendis provident qui saepe illum vero."], ["date", "2020-10-16"], ["time", "2000-01-01 01:44:19.297193"], ["datetime", "2020-12-15 05:15:19.707416"], ["created_at", "2020-11-21 14:25:03.951606"], ["updated_at", "2020-11-21 14:25:03.951606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 26.1774482701269], ["string", "Mollitia vitae veritatis reiciendis amet."], ["date", "2020-12-07"], ["time", "2000-01-01 11:37:57.420932"], ["datetime", "2020-11-21 09:53:33.221785"], ["created_at", "2020-11-21 14:25:03.953962"], ["updated_at", "2020-11-21 14:25:03.953962"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 30], ["decimal", 0.914305504352737], ["string", "Fuga rem aut."], ["date", "2020-11-26"], ["time", "2000-01-01 23:53:56.156302"], ["datetime", "2020-12-25 10:07:25.909734"], ["created_at", "2020-11-21 14:25:03.956216"], ["updated_at", "2020-11-21 14:25:03.956216"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 21], ["decimal", 2.45145228813631], ["string", "A recusandae error omnis nihil perferendis."], ["date", "2020-12-30"], ["time", "2000-01-01 22:57:06.772946"], ["datetime", "2020-12-28 13:20:14.775867"], ["created_at", "2020-11-21 14:25:03.958526"], ["updated_at", "2020-11-21 14:25:03.958526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 32.0702927089465], ["string", "Ea eius delectus est."], ["created_at", "2020-11-21 14:25:03.960687"], ["updated_at", "2020-11-21 14:25:03.960687"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1028], ["decimal", 4.25452243347926], ["string", "Aperiam vitae ut beatae iure."], ["created_at", "2020-11-21 14:25:03.962563"], ["updated_at", "2020-11-21 14:25:03.962563"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 6.86057455211105], ["string", "Qui quasi sed non."], ["created_at", "2020-11-21 14:25:03.964397"], ["updated_at", "2020-11-21 14:25:03.964397"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 9.79382705920847], ["string", "Necessitatibus reprehenderit quasi ut omnis."], ["created_at", "2020-11-21 14:25:03.966221"], ["updated_at", "2020-11-21 14:25:03.966221"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 18.9203779840305], ["string", "Nemo sed ab vitae error qui."], ["created_at", "2020-11-21 14:25:03.968060"], ["updated_at", "2020-11-21 14:25:03.968060"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:25:03.969434"], ["updated_at", "2020-11-21 14:25:03.969434"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-21 14:25:03.970662"], ["updated_at", "2020-11-21 14:25:03.970662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:25:03.971820"], ["updated_at", "2020-11-21 14:25:03.971820"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-21 14:25:03.972965"], ["updated_at", "2020-11-21 14:25:03.972965"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:25:03.974139"], ["updated_at", "2020-11-21 14:25:03.974139"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 15], ["created_at", "2020-11-21 14:25:03.975891"], ["updated_at", "2020-11-21 14:25:03.975891"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 1], ["created_at", "2020-11-21 14:25:03.977533"], ["updated_at", "2020-11-21 14:25:03.977533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 10], ["created_at", "2020-11-21 14:25:03.979140"], ["updated_at", "2020-11-21 14:25:03.979140"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 5], ["created_at", "2020-11-21 14:25:03.980737"], ["updated_at", "2020-11-21 14:25:03.980737"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 13], ["created_at", "2020-11-21 14:25:03.982347"], ["updated_at", "2020-11-21 14:25:03.982347"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 14:25:03.983634"], ["updated_at", "2020-11-21 14:25:03.983634"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 11], ["created_at", "2020-11-21 14:25:03.984828"], ["updated_at", "2020-11-21 14:25:03.984828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-21 14:25:03.985992"], ["updated_at", "2020-11-21 14:25:03.985992"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-21 14:25:03.987140"], ["updated_at", "2020-11-21 14:25:03.987140"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 14:25:03.988278"], ["updated_at", "2020-11-21 14:25:03.988278"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:03.988998"], ["updated_at", "2020-11-21 14:25:03.988998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:03.989661"], ["updated_at", "2020-11-21 14:25:03.989661"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:03.990294"], ["updated_at", "2020-11-21 14:25:03.990294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:03.990953"], ["updated_at", "2020-11-21 14:25:03.990953"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:03.991601"], ["updated_at", "2020-11-21 14:25:03.991601"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:25:03.992803"], ["updated_at", "2020-11-21 14:25:03.992803"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:25:03.993944"], ["updated_at", "2020-11-21 14:25:03.993944"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:25:03.995046"], ["updated_at", "2020-11-21 14:25:03.995046"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:25:03.996140"], ["updated_at", "2020-11-21 14:25:03.996140"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:25:03.997226"], ["updated_at", "2020-11-21 14:25:03.997226"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "63372 Beatty Viaduct, Orntown, TX 14143-5273"], ["city", "Lake Belleland"], ["country", "Saint Vincent and the Grenadines"], ["description", "Quisquam illo qui. Reprehenderit omnis et. Nobis ipsum qui. Culpa nihil suscipit. Atque sit tenetur."], ["email", "darell@example.info"], ["first_name", "Miquel"], ["firstname", "Allegra"], ["last_name", "Bernhard"], ["lastname", "Hagenes"], ["lat", "-38.73628411878479"], ["latitute", "42.06063694906982"], ["lng", "72.58503647059953"], ["locale", "KM"], ["longitude", "-65.4613648592954"], ["middlename", "Shields"], ["middle_name", "Hegmann"], ["password", "UxH3bKk8SlI06f"], ["phone", "752-240-7411 x45278"], ["phone_number", "1-566-445-1982"], ["reference", "7c2b86e6-07ee-4cbf-903a-41b922ea0fc2"], ["title", "Exercitationem sunt temporibus et aspernatur."], ["user_name", "lavonne.orn"], ["username", "joya_wilkinson"], ["uuid", "76e935d7-41a1-4eec-97e4-4c392392f447"], ["created_at", "2020-11-21 14:25:04.032018"], ["updated_at", "2020-11-21 14:25:04.032018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 987 717 Alberto Plains, West Dillonmouth, DE 61594-4098"], ["city", "Kautzertown"], ["country", "Falkland Islands (Malvinas)"], ["description", "Iste in at. Ut ut expedita. Eaque et tempora. Vitae nulla adipisci."], ["email", "alline_leuschke@example.com"], ["first_name", "Geraldine"], ["firstname", "Oren"], ["last_name", "Fritsch"], ["lastname", "Spinka"], ["lat", "23.0635473292254"], ["latitute", "3.702344888080347"], ["lng", "-152.41429564948052"], ["locale", "TN"], ["longitude", "4.589441652378127"], ["middlename", "Konopelski"], ["middle_name", "Metz"], ["password", "JnLpGwP1"], ["phone", "1-829-080-7065 x0358"], ["phone_number", "527.804.2730 x86701"], ["reference", "dd935398-e163-4389-b2cc-98f40fdad738"], ["title", "Ut molestiae sed et."], ["user_name", "allison_spinka"], ["username", "felipe"], ["uuid", "7c0f5f0f-0004-44e4-a3fc-1eb80c5e2d41"], ["created_at", "2020-11-21 14:25:04.056615"], ["updated_at", "2020-11-21 14:25:04.056615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 866 151 Gibson Trafficway, New Apoloniaberg, RI 78002-1281"], ["city", "East Luise"], ["country", "Germany"], ["description", "Ullam excepturi est. Unde dolorem quia. Dolores deserunt accusamus. Eius eos distinctio."], ["email", "johnson@example.net"], ["first_name", "Marya"], ["firstname", "Drusilla"], ["last_name", "Kuhic"], ["lastname", "Lakin"], ["lat", "36.21406379187479"], ["latitute", "-55.431343854955"], ["lng", "2.1513003660965353"], ["locale", "AS"], ["longitude", "-162.4800532109961"], ["middlename", "Kohler"], ["middle_name", "Lueilwitz"], ["password", "N0eLvHbE9mJqP2vZ"], ["phone", "(390) 078-9880 x485"], ["phone_number", "831-026-2782 x353"], ["reference", "dd10c000-ae33-4b5f-a54c-f121890527a3"], ["title", "Labore est quia amet dolor."], ["user_name", "carole_stanton"], ["username", "norris_runte"], ["uuid", "7f291387-e507-4fc8-91a1-3e56b2cc437c"], ["created_at", "2020-11-21 14:25:04.081233"], ["updated_at", "2020-11-21 14:25:04.081233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 171 90825 Robbi Street, Lake Linochester, ME 22027-5510"], ["city", "Dorseyport"], ["country", "Bhutan"], ["description", "Inventore sunt est. Vel eum est. Odio occaecati numquam. Cupiditate natus ea."], ["email", "sau@example.net"], ["first_name", "Bernardo"], ["firstname", "Derek"], ["last_name", "Vandervort"], ["lastname", "Flatley"], ["lat", "66.40231270502849"], ["latitute", "80.16608503248293"], ["lng", "-39.0944990210848"], ["locale", "BQ"], ["longitude", "14.195061664694379"], ["middlename", "Watsica"], ["middle_name", "Hills"], ["password", "W58pTcXl54BwF"], ["phone", "(890) 155-3898 x119"], ["phone_number", "251.734.6203 x866"], ["reference", "8cffa124-622b-4cf5-bf34-5d4ee3a2678d"], ["title", "Officiis nihil eaque officia qui repudiandae."], ["user_name", "ethelyn_hilpert"], ["username", "jolanda.flatley"], ["uuid", "418390f3-06b8-4445-b3a3-885da03f227d"], ["created_at", "2020-11-21 14:25:04.105803"], ["updated_at", "2020-11-21 14:25:04.105803"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 847 6274 Mueller Streets, Deweybury, IA 41917-7842"], ["city", "North Floy"], ["country", "Monaco"], ["description", "Minima rerum at. Nesciunt qui qui. Eius minus minima. Laudantium porro omnis."], ["email", "emma@example.co"], ["first_name", "Ngan"], ["firstname", "Sarah"], ["last_name", "Collins"], ["lastname", "Reichel"], ["lat", "-88.52390971530733"], ["latitute", "-47.229462211253846"], ["lng", "64.6449455087359"], ["locale", "KE"], ["longitude", "178.78326353440576"], ["middlename", "Abbott"], ["middle_name", "Ernser"], ["password", "XyJk9FqNfMw"], ["phone", "(928) 687-1850 x880"], ["phone_number", "446.852.0597 x62116"], ["reference", "6d2e579a-f8ea-48e3-a260-6a394c16e1ac"], ["title", "Asperiores ut alias labore."], ["user_name", "jeannie_haag"], ["username", "shawnna_hessel"], ["uuid", "a9553f4d-14f6-4d37-a7e4-b4d97cdd46ce"], ["created_at", "2020-11-21 14:25:04.130138"], ["updated_at", "2020-11-21 14:25:04.130138"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-21 14:25:04.132105"], ["updated_at", "2020-11-21 14:25:04.132105"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-21 14:25:04.133419"], ["updated_at", "2020-11-21 14:25:04.133419"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:25:04.134532"], ["updated_at", "2020-11-21 14:25:04.134532"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:25:04.135614"], ["updated_at", "2020-11-21 14:25:04.135614"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:25:04.136680"], ["updated_at", "2020-11-21 14:25:04.136680"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.155563"], ["updated_at", "2020-11-21 14:25:04.155563"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.156390"], ["updated_at", "2020-11-21 14:25:04.156390"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.157125"], ["updated_at", "2020-11-21 14:25:04.157125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.157809"], ["updated_at", "2020-11-21 14:25:04.157809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.158485"], ["updated_at", "2020-11-21 14:25:04.158485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:25:04.159193"], ["updated_at", "2020-11-21 14:25:04.159193"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:25:04.159897"], ["updated_at", "2020-11-21 14:25:04.159897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:25:04.160593"], ["updated_at", "2020-11-21 14:25:04.160593"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:25:04.161273"], ["updated_at", "2020-11-21 14:25:04.161273"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:25:04.161949"], ["updated_at", "2020-11-21 14:25:04.161949"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 0.740357867322373], ["string", "Magni sunt sit laborum quaerat."], ["date", "2020-12-12"], ["time", "2000-01-01 00:19:11.710934"], ["datetime", "2020-12-09 04:27:10.349233"], ["created_at", "2020-11-21 14:25:04.200302"], ["updated_at", "2020-11-21 14:25:04.200302"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 21], ["decimal", 4.75583401862914], ["string", "Corrupti earum quas doloremque."], ["date", "2020-12-29"], ["time", "2000-01-01 21:59:53.385427"], ["datetime", "2020-12-07 11:56:07.336175"], ["created_at", "2020-11-21 14:25:04.203712"], ["updated_at", "2020-11-21 14:25:04.203712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 3.38928609254364], ["string", "Dolores fugiat omnis tenetur in."], ["date", "2020-12-22"], ["time", "2000-01-01 07:24:23.426128"], ["datetime", "2020-12-12 01:30:03.411567"], ["created_at", "2020-11-21 14:25:04.206765"], ["updated_at", "2020-11-21 14:25:04.206765"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 18.0131971168014], ["string", "Illum qui alias est dolorum consequatur."], ["date", "2020-11-01"], ["time", "2000-01-01 08:01:33.985638"], ["datetime", "2020-12-16 10:51:51.478808"], ["created_at", "2020-11-21 14:25:04.211584"], ["updated_at", "2020-11-21 14:25:04.211584"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 18], ["decimal", 22.3383532266771], ["string", "Accusantium eligendi consequatur voluptas reprehenderit."], ["date", "2020-11-02"], ["time", "2000-01-01 07:46:34.162440"], ["datetime", "2020-12-12 11:32:25.193409"], ["created_at", "2020-11-21 14:25:04.215930"], ["updated_at", "2020-11-21 14:25:04.215930"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 30], ["decimal", 4.41784754531039], ["string", "Aut laboriosam et aut."], ["date", "2020-12-31"], ["time", "2000-01-01 03:01:44.676044"], ["datetime", "2020-11-01 09:26:17.634313"], ["created_at", "2020-11-21 14:25:04.219384"], ["updated_at", "2020-11-21 14:25:04.219384"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.222464"], ["updated_at", "2020-11-21 14:25:04.222464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 7.87046422769154], ["string", "Voluptatem ut sit quaerat dolore maiores."], ["date", "2020-12-03"], ["time", "2000-01-01 21:06:32.457661"], ["datetime", "2020-10-29 10:09:39.548106"], ["created_at", "2020-11-21 14:25:04.254617"], ["updated_at", "2020-11-21 14:25:04.254617"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 0.263372206688014], ["string", "Aliquid veniam praesentium dolor."], ["date", "2020-10-12"], ["time", "2000-01-01 04:09:52.672567"], ["datetime", "2020-11-22 22:53:17.474736"], ["created_at", "2020-11-21 14:25:04.257914"], ["updated_at", "2020-11-21 14:25:04.257914"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 4.58158335761005], ["string", "Minus ipsa deserunt voluptatum."], ["date", "2020-10-11"], ["time", "2000-01-01 15:42:52.610328"], ["datetime", "2020-10-20 08:33:38.618314"], ["created_at", "2020-11-21 14:25:04.261201"], ["updated_at", "2020-11-21 14:25:04.261201"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 31.3427265229616], ["string", "Laudantium et nulla."], ["date", "2020-10-15"], ["time", "2000-01-01 00:33:54.663931"], ["datetime", "2020-11-23 06:14:28.606315"], ["created_at", "2020-11-21 14:25:04.264950"], ["updated_at", "2020-11-21 14:25:04.264950"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 25], ["decimal", 0.677840399549797], ["string", "Odio aut accusantium."], ["date", "2020-11-14"], ["time", "2000-01-01 08:56:14.534432"], ["datetime", "2020-12-08 19:11:52.894809"], ["created_at", "2020-11-21 14:25:04.269414"], ["updated_at", "2020-11-21 14:25:04.269414"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 11.541392206991], ["string", "Placeat est eligendi nihil quod."], ["created_at", "2020-11-21 14:25:04.272350"], ["updated_at", "2020-11-21 14:25:04.272350"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 11.2178588054326], ["string", "Est fuga veniam."], ["created_at", "2020-11-21 14:25:04.274801"], ["updated_at", "2020-11-21 14:25:04.274801"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 22.4639424051862], ["string", "Vel iste tempore doloremque architecto."], ["created_at", "2020-11-21 14:25:04.277119"], ["updated_at", "2020-11-21 14:25:04.277119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 0.580414412853765], ["string", "Explicabo alias voluptatem suscipit quam consequatur."], ["created_at", "2020-11-21 14:25:04.279353"], ["updated_at", "2020-11-21 14:25:04.279353"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 28.0375530676454], ["string", "Et ex nulla neque."], ["created_at", "2020-11-21 14:25:04.281727"], ["updated_at", "2020-11-21 14:25:04.281727"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:25:04.283723"], ["updated_at", "2020-11-21 14:25:04.283723"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:25:04.285221"], ["updated_at", "2020-11-21 14:25:04.285221"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:25:04.286615"], ["updated_at", "2020-11-21 14:25:04.286615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:25:04.288042"], ["updated_at", "2020-11-21 14:25:04.288042"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:25:04.289422"], ["updated_at", "2020-11-21 14:25:04.289422"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-21 14:25:04.291493"], ["updated_at", "2020-11-21 14:25:04.291493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-21 14:25:04.293447"], ["updated_at", "2020-11-21 14:25:04.293447"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-21 14:25:04.295254"], ["updated_at", "2020-11-21 14:25:04.295254"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-21 14:25:04.297029"], ["updated_at", "2020-11-21 14:25:04.297029"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-21 14:25:04.298775"], ["updated_at", "2020-11-21 14:25:04.298775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 14:25:04.300142"], ["updated_at", "2020-11-21 14:25:04.300142"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:25:04.301472"], ["updated_at", "2020-11-21 14:25:04.301472"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 14:25:04.302783"], ["updated_at", "2020-11-21 14:25:04.302783"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 14:25:04.304016"], ["updated_at", "2020-11-21 14:25:04.304016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 14:25:04.305200"], ["updated_at", "2020-11-21 14:25:04.305200"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.305943"], ["updated_at", "2020-11-21 14:25:04.305943"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.306652"], ["updated_at", "2020-11-21 14:25:04.306652"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.307398"], ["updated_at", "2020-11-21 14:25:04.307398"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.308094"], ["updated_at", "2020-11-21 14:25:04.308094"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.308769"], ["updated_at", "2020-11-21 14:25:04.308769"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.310116"], ["updated_at", "2020-11-21 14:25:04.310116"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.311396"], ["updated_at", "2020-11-21 14:25:04.311396"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.312585"], ["updated_at", "2020-11-21 14:25:04.312585"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.313754"], ["updated_at", "2020-11-21 14:25:04.313754"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.314958"], ["updated_at", "2020-11-21 14:25:04.314958"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 479 916 Numbers Radial, West Loreta, ID 41849-4154"], ["city", "North Danilo"], ["country", "Austria"], ["description", "Aut magni ut. Quasi perspiciatis aspernatur."], ["email", "palmer_kerluke@example.org"], ["first_name", "Jeremy"], ["firstname", "Donn"], ["last_name", "Kozey"], ["lastname", "Keebler"], ["lat", "80.24698339493594"], ["latitute", "24.8483627184697"], ["lng", "118.8241689003894"], ["locale", "CO"], ["longitude", "132.50412430622424"], ["middlename", "Larson"], ["middle_name", "Jenkins"], ["password", "8GaWaN0r2"], ["phone", "147-858-5161 x6388"], ["phone_number", "1-795-937-2166"], ["reference", "af12be2c-a01e-4389-83ca-fe44892e3d0a"], ["title", "Quis cumque cupiditate nobis."], ["user_name", "shera.gottlieb"], ["username", "darrel.johns"], ["uuid", "4bb82ef3-4079-42b3-8ee3-224137bccf5a"], ["created_at", "2020-11-21 14:25:04.338693"], ["updated_at", "2020-11-21 14:25:04.338693"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "878 Schroeder Wells, Bednarfort, PA 23380-1257"], ["city", "Alisemouth"], ["country", "Cameroon"], ["description", "Quis rerum nemo. Voluptate sint ducimus. Et est sed."], ["email", "horace_bernier@example.org"], ["first_name", "Queenie"], ["firstname", "Shala"], ["last_name", "Kuhic"], ["lastname", "Lueilwitz"], ["lat", "7.926557216191341"], ["latitute", "15.967382930576221"], ["lng", "-74.48540056212155"], ["locale", "NC"], ["longitude", "54.61810683152066"], ["middlename", "Bahringer"], ["middle_name", "Balistreri"], ["password", "YgVbWjTl"], ["phone", "887-960-5241 x43821"], ["phone_number", "606-334-0344 x06672"], ["reference", "2bb22963-2f6e-413e-a867-2ebb051f363f"], ["title", "Architecto tenetur vel."], ["user_name", "stanton.mante"], ["username", "xavier"], ["uuid", "e4670c21-02b3-4884-a71d-221698323466"], ["created_at", "2020-11-21 14:25:04.362820"], ["updated_at", "2020-11-21 14:25:04.362820"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 561 255 Mills Landing, Schambergermouth, NY 81338-7319"], ["city", "South Adelaland"], ["country", "Iraq"], ["description", "Qui rerum rerum. Cumque quas nobis. Neque saepe sint."], ["email", "mitchel@example.name"], ["first_name", "Tristan"], ["firstname", "Dani"], ["last_name", "Mraz"], ["lastname", "Weber"], ["lat", "-30.351859600790405"], ["latitute", "58.945932199295754"], ["lng", "-22.955546410741107"], ["locale", "CH"], ["longitude", "121.64513291197045"], ["middlename", "Schultz"], ["middle_name", "Roob"], ["password", "B4rLsC9fL46wZeU0"], ["phone", "669.425.3693 x27986"], ["phone_number", "1-882-044-2554 x16806"], ["reference", "4775df64-818b-4156-b9d4-9bdafc0aa72c"], ["title", "Similique sit eius."], ["user_name", "jewel"], ["username", "toccara.weissnat"], ["uuid", "f59edc4e-eb21-4b9f-8cd4-adf696e2c93e"], ["created_at", "2020-11-21 14:25:04.397601"], ["updated_at", "2020-11-21 14:25:04.397601"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "899 Connelly Shoals, Cassinchester, LA 92288"], ["city", "Port Sterlingtown"], ["country", "Venezuela"], ["description", "Nihil soluta dicta. Illum rerum assumenda. Esse et eligendi. Reiciendis nihil nisi. Reiciendis fuga est."], ["email", "rodger@example.biz"], ["first_name", "Henry"], ["firstname", "Kendall"], ["last_name", "Lehner"], ["lastname", "McKenzie"], ["lat", "-7.065581843307356"], ["latitute", "-17.440828472709796"], ["lng", "169.67485972699444"], ["locale", "SL"], ["longitude", "30.146097110540097"], ["middlename", "Little"], ["middle_name", "Monahan"], ["password", "DtL414yV"], ["phone", "854-316-3497"], ["phone_number", "(713) 557-8802"], ["reference", "7d429798-013a-4a90-8811-eb1189d97374"], ["title", "Suscipit ut fugit."], ["user_name", "jacinda"], ["username", "voncile_okon"], ["uuid", "6542319e-e61b-4cb5-9421-1aa3e262a7a8"], ["created_at", "2020-11-21 14:25:04.422350"], ["updated_at", "2020-11-21 14:25:04.422350"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "66484 Zboncak Roads, Glendorafort, ME 34275"], ["city", "North Reggieport"], ["country", "Northern Mariana Islands"], ["description", "Voluptatem libero quas. In quas consequatur."], ["email", "lucille@example.info"], ["first_name", "Olin"], ["firstname", "Meg"], ["last_name", "Hessel"], ["lastname", "Toy"], ["lat", "78.77445103823291"], ["latitute", "-84.3987147303123"], ["lng", "150.9062839940397"], ["locale", "CH"], ["longitude", "-93.12568756461661"], ["middlename", "Muller"], ["middle_name", "Boyer"], ["password", "1P1tHtXtY9"], ["phone", "807-019-4241 x31105"], ["phone_number", "892-429-7182 x229"], ["reference", "edd93a28-5c95-4f2a-bec0-05460034e788"], ["title", "Nesciunt dolor voluptate qui itaque."], ["user_name", "erinn"], ["username", "sarah"], ["uuid", "a33a6eae-a0b4-4620-bc81-36c4780db9eb"], ["created_at", "2020-11-21 14:25:04.446624"], ["updated_at", "2020-11-21 14:25:04.446624"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:25:04.448627"], ["updated_at", "2020-11-21 14:25:04.448627"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:25:04.449856"], ["updated_at", "2020-11-21 14:25:04.449856"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:25:04.450979"], ["updated_at", "2020-11-21 14:25:04.450979"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:25:04.452102"], ["updated_at", "2020-11-21 14:25:04.452102"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:25:04.453246"], ["updated_at", "2020-11-21 14:25:04.453246"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.464271"], ["updated_at", "2020-11-21 14:25:04.464271"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.465115"], ["updated_at", "2020-11-21 14:25:04.465115"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.465756"], ["updated_at", "2020-11-21 14:25:04.465756"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.466382"], ["updated_at", "2020-11-21 14:25:04.466382"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.467025"], ["updated_at", "2020-11-21 14:25:04.467025"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:25:04.467693"], ["updated_at", "2020-11-21 14:25:04.467693"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:25:04.468352"], ["updated_at", "2020-11-21 14:25:04.468352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:25:04.468984"], ["updated_at", "2020-11-21 14:25:04.468984"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:25:04.469638"], ["updated_at", "2020-11-21 14:25:04.469638"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:25:04.470300"], ["updated_at", "2020-11-21 14:25:04.470300"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 0.264373969909484], ["string", "Consequatur nobis voluptatem."], ["date", "2020-12-29"], ["time", "2000-01-01 11:06:34.811096"], ["datetime", "2020-11-09 02:28:13.234207"], ["created_at", "2020-11-21 14:25:04.472406"], ["updated_at", "2020-11-21 14:25:04.472406"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 3.01885213767913], ["string", "Amet fugit illo minima maiores."], ["date", "2020-11-02"], ["time", "2000-01-01 09:21:46.463711"], ["datetime", "2020-11-11 17:29:42.703707"], ["created_at", "2020-11-21 14:25:04.474777"], ["updated_at", "2020-11-21 14:25:04.474777"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 24.9500769781745], ["string", "Enim culpa animi est non qui."], ["date", "2020-10-23"], ["time", "2000-01-01 07:26:14.882173"], ["datetime", "2020-11-16 12:57:13.314045"], ["created_at", "2020-11-21 14:25:04.477106"], ["updated_at", "2020-11-21 14:25:04.477106"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 17.9871173493287], ["string", "Corporis praesentium ipsam laborum est."], ["date", "2020-11-27"], ["time", "2000-01-01 13:38:57.589462"], ["datetime", "2020-11-27 10:34:22.513440"], ["created_at", "2020-11-21 14:25:04.479329"], ["updated_at", "2020-11-21 14:25:04.479329"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 28], ["decimal", 12.4273366032334], ["string", "Molestiae vel voluptates dolor alias est."], ["date", "2020-12-20"], ["time", "2000-01-01 01:22:23.973838"], ["datetime", "2020-10-14 05:01:35.005159"], ["created_at", "2020-11-21 14:25:04.481508"], ["updated_at", "2020-11-21 14:25:04.481508"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1019], ["decimal", 19.0517986737632], ["string", "In tempora eaque."], ["created_at", "2020-11-21 14:25:04.483591"], ["updated_at", "2020-11-21 14:25:04.483591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 8.79939988325886], ["string", "Soluta dolores omnis iure ipsa."], ["created_at", "2020-11-21 14:25:04.485443"], ["updated_at", "2020-11-21 14:25:04.485443"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 1.99968886042833], ["string", "Architecto error nemo soluta molestiae esse."], ["created_at", "2020-11-21 14:25:04.487272"], ["updated_at", "2020-11-21 14:25:04.487272"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1025], ["decimal", 1.46096745076358], ["string", "Rerum possimus aspernatur nihil repudiandae odio."], ["created_at", "2020-11-21 14:25:04.489078"], ["updated_at", "2020-11-21 14:25:04.489078"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 30.9173022045528], ["string", "Magni est et autem."], ["created_at", "2020-11-21 14:25:04.490957"], ["updated_at", "2020-11-21 14:25:04.490957"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-21 14:25:04.492422"], ["updated_at", "2020-11-21 14:25:04.492422"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:25:04.493658"], ["updated_at", "2020-11-21 14:25:04.493658"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-21 14:25:04.494815"], ["updated_at", "2020-11-21 14:25:04.494815"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-21 14:25:04.495977"], ["updated_at", "2020-11-21 14:25:04.495977"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-21 14:25:04.497125"], ["updated_at", "2020-11-21 14:25:04.497125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 7], ["created_at", "2020-11-21 14:25:04.498772"], ["updated_at", "2020-11-21 14:25:04.498772"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 3], ["created_at", "2020-11-21 14:25:04.500406"], ["updated_at", "2020-11-21 14:25:04.500406"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 8], ["created_at", "2020-11-21 14:25:04.501993"], ["updated_at", "2020-11-21 14:25:04.501993"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 9], ["created_at", "2020-11-21 14:25:04.503598"], ["updated_at", "2020-11-21 14:25:04.503598"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 9], ["created_at", "2020-11-21 14:25:04.505210"], ["updated_at", "2020-11-21 14:25:04.505210"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-21 14:25:04.506485"], ["updated_at", "2020-11-21 14:25:04.506485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-21 14:25:04.507810"], ["updated_at", "2020-11-21 14:25:04.507810"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-21 14:25:04.508998"], ["updated_at", "2020-11-21 14:25:04.508998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-21 14:25:04.510159"], ["updated_at", "2020-11-21 14:25:04.510159"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-21 14:25:04.511353"], ["updated_at", "2020-11-21 14:25:04.511353"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.512098"], ["updated_at", "2020-11-21 14:25:04.512098"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.512779"], ["updated_at", "2020-11-21 14:25:04.512779"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.513434"], ["updated_at", "2020-11-21 14:25:04.513434"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.514086"], ["updated_at", "2020-11-21 14:25:04.514086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.514740"], ["updated_at", "2020-11-21 14:25:04.514740"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:25:04.515939"], ["updated_at", "2020-11-21 14:25:04.515939"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:25:04.517093"], ["updated_at", "2020-11-21 14:25:04.517093"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:25:04.518209"], ["updated_at", "2020-11-21 14:25:04.518209"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:25:04.519344"], ["updated_at", "2020-11-21 14:25:04.519344"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:25:04.520470"], ["updated_at", "2020-11-21 14:25:04.520470"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "112 Luettgen Village, West Laurineland, MN 15838"], ["city", "Lake Logan"], ["country", "Ethiopia"], ["description", "Magni accusantium voluptas. Mollitia doloribus est. Sapiente ipsam quia. Id magni sed. Labore adipisci et."], ["email", "mitchell_vandervort@example.org"], ["first_name", "Marylee"], ["firstname", "Elma"], ["last_name", "Connelly"], ["lastname", "Wintheiser"], ["lat", "-23.67075262889564"], ["latitute", "-1.30415673955099"], ["lng", "-170.23256292764438"], ["locale", "SL"], ["longitude", "84.14018145763555"], ["middlename", "Nienow"], ["middle_name", "Simonis"], ["password", "BlHcZmK5pRk6SqXe"], ["phone", "260-797-3508"], ["phone_number", "385-402-6074"], ["reference", "fcf1b60f-d1f4-4294-9bb8-8b166436134e"], ["title", "Vel molestiae unde laborum sed."], ["user_name", "tiffani_bosco"], ["username", "alvaro"], ["uuid", "50e58ab7-c436-4d0b-9382-c70d9ade1b38"], ["created_at", "2020-11-21 14:25:04.544366"], ["updated_at", "2020-11-21 14:25:04.544366"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 622 87782 Hessel Loaf, Douglasburgh, MO 70680-2168"], ["city", "Cecilland"], ["country", "Bouvet Island (Bouvetoya)"], ["description", "Nihil qui eaque. Eaque maiores commodi. Nobis sed vitae."], ["email", "kandi_haag@example.biz"], ["first_name", "Torrie"], ["firstname", "Lindsay"], ["last_name", "Bartell"], ["lastname", "Rolfson"], ["lat", "-5.203136453771037"], ["latitute", "-70.26064438058174"], ["lng", "19.27127699810029"], ["locale", "NR"], ["longitude", "-7.04201247426883"], ["middlename", "Lynch"], ["middle_name", "Grimes"], ["password", "80ZwNtM7i0U7gE4n"], ["phone", "283.644.6681 x0114"], ["phone_number", "(175) 012-4649 x018"], ["reference", "9d9a1414-130c-4c5d-965d-a3b2e5aacc28"], ["title", "Ipsum quisquam optio."], ["user_name", "ali.fahey"], ["username", "laurence_jerde"], ["uuid", "3813c178-066d-4cb3-99a2-bfaef16bc8c4"], ["created_at", "2020-11-21 14:25:04.577710"], ["updated_at", "2020-11-21 14:25:04.577710"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 823 2700 Kuphal Green, West Arturo, RI 11963-2688"], ["city", "Lake Elidachester"], ["country", "Marshall Islands"], ["description", "Aperiam expedita ad. Magni vel ipsum."], ["email", "teresia.dickinson@example.org"], ["first_name", "Lorriane"], ["firstname", "Britteny"], ["last_name", "Schimmel"], ["lastname", "Quigley"], ["lat", "-87.69653915687164"], ["latitute", "47.289792743527045"], ["lng", "15.227692502925038"], ["locale", "IN"], ["longitude", "9.97851769499502"], ["middlename", "Torphy"], ["middle_name", "Hahn"], ["password", "3OlL7kO58iNnV"], ["phone", "(851) 189-7670"], ["phone_number", "601.266.3762 x64261"], ["reference", "ef5d718d-a45c-432e-b3cb-33f967d8530d"], ["title", "Eaque eos aut iste."], ["user_name", "raguel_ortiz"], ["username", "lynn"], ["uuid", "09c1e849-837b-4145-ae3c-2464d74cd7a3"], ["created_at", "2020-11-21 14:25:04.602110"], ["updated_at", "2020-11-21 14:25:04.602110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 910 74688 Valencia Ways, East Todd, WI 68003-7630"], ["city", "Lake Shawn"], ["country", "Cayman Islands"], ["description", "Eligendi nihil qui. Praesentium ut ea."], ["email", "byron_koss@example.com"], ["first_name", "Michel"], ["firstname", "Alexandria"], ["last_name", "Weissnat"], ["lastname", "Brakus"], ["lat", "-13.337858142166226"], ["latitute", "74.15467722502012"], ["lng", "41.149902176086584"], ["locale", "MF"], ["longitude", "156.36427976089777"], ["middlename", "Medhurst"], ["middle_name", "Mueller"], ["password", "CvEh4LmHuVnP0dY0"], ["phone", "344-446-3839"], ["phone_number", "1-207-454-2113 x337"], ["reference", "0ab67e04-cb8c-4243-bf1a-cc78826eb26c"], ["title", "Eaque voluptatibus recusandae consequuntur."], ["user_name", "cesar.mcclure"], ["username", "eddie.wolf"], ["uuid", "5b2ad8d8-cadf-4876-bb19-bc4eacb61bfb"], ["created_at", "2020-11-21 14:25:04.626507"], ["updated_at", "2020-11-21 14:25:04.626507"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4661 Ritchie Inlet, North Rickiview, MS 18591"], ["city", "West Salvatore"], ["country", "Comoros"], ["description", "Dolores ea similique. Incidunt aut soluta. Et deserunt provident."], ["email", "cory.wolf@example.com"], ["first_name", "Debroah"], ["firstname", "Eun"], ["last_name", "Gusikowski"], ["lastname", "Keebler"], ["lat", "-44.37289521377587"], ["latitute", "46.980270351167604"], ["lng", "-69.782255022301"], ["locale", "CO"], ["longitude", "-84.62806312155269"], ["middlename", "West"], ["middle_name", "Kshlerin"], ["password", "MtX2jZ9e"], ["phone", "313-423-5822"], ["phone_number", "(467) 168-8261 x6546"], ["reference", "20bd7c5a-ab37-4ed2-b56a-785549d2a72f"], ["title", "Minima voluptatum tempora modi."], ["user_name", "manda"], ["username", "alan"], ["uuid", "868ad65d-0560-4128-b5c0-770498f5256b"], ["created_at", "2020-11-21 14:25:04.650687"], ["updated_at", "2020-11-21 14:25:04.650687"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:25:04.652680"], ["updated_at", "2020-11-21 14:25:04.652680"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:25:04.654053"], ["updated_at", "2020-11-21 14:25:04.654053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-21 14:25:04.655439"], ["updated_at", "2020-11-21 14:25:04.655439"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:25:04.656634"], ["updated_at", "2020-11-21 14:25:04.656634"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-21 14:25:04.657874"], ["updated_at", "2020-11-21 14:25:04.657874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.668707"], ["updated_at", "2020-11-21 14:25:04.668707"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.669448"], ["updated_at", "2020-11-21 14:25:04.669448"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.670093"], ["updated_at", "2020-11-21 14:25:04.670093"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.670711"], ["updated_at", "2020-11-21 14:25:04.670711"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.671343"], ["updated_at", "2020-11-21 14:25:04.671343"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:25:04.672006"], ["updated_at", "2020-11-21 14:25:04.672006"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:25:04.672665"], ["updated_at", "2020-11-21 14:25:04.672665"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:25:04.673357"], ["updated_at", "2020-11-21 14:25:04.673357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:25:04.674091"], ["updated_at", "2020-11-21 14:25:04.674091"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:25:04.674887"], ["updated_at", "2020-11-21 14:25:04.674887"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 12.7985673327205], ["string", "Et quis alias."], ["date", "2020-11-12"], ["time", "2000-01-01 09:21:14.067527"], ["datetime", "2020-10-28 10:40:05.087177"], ["created_at", "2020-11-21 14:25:04.677031"], ["updated_at", "2020-11-21 14:25:04.677031"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 20.477096261506], ["string", "Voluptatem et fugiat quaerat."], ["date", "2020-12-04"], ["time", "2000-01-01 15:06:50.321289"], ["datetime", "2020-12-13 21:56:06.045704"], ["created_at", "2020-11-21 14:25:04.679292"], ["updated_at", "2020-11-21 14:25:04.679292"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 2.4499516953222], ["string", "Adipisci tempore sit quod dicta."], ["date", "2020-11-30"], ["time", "2000-01-01 06:06:27.670176"], ["datetime", "2020-12-10 08:54:32.961705"], ["created_at", "2020-11-21 14:25:04.681474"], ["updated_at", "2020-11-21 14:25:04.681474"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 4.45408094683906], ["string", "Voluptatem consectetur et eveniet totam."], ["date", "2021-01-02"], ["time", "2000-01-01 01:25:09.393099"], ["datetime", "2020-11-26 23:22:41.103313"], ["created_at", "2020-11-21 14:25:04.683674"], ["updated_at", "2020-11-21 14:25:04.683674"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 0.910273138340504], ["string", "Sit omnis sequi tempora totam in."], ["date", "2020-12-09"], ["time", "2000-01-01 02:05:52.837385"], ["datetime", "2020-11-11 07:15:41.352378"], ["created_at", "2020-11-21 14:25:04.685911"], ["updated_at", "2020-11-21 14:25:04.685911"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 25.4782023905205], ["string", "Voluptatem odio itaque natus."], ["created_at", "2020-11-21 14:25:04.688015"], ["updated_at", "2020-11-21 14:25:04.688015"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 15.6463151931286], ["string", "Enim et nam sit."], ["created_at", "2020-11-21 14:25:04.689935"], ["updated_at", "2020-11-21 14:25:04.689935"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 0.625602260912617], ["string", "Voluptatibus necessitatibus cum."], ["created_at", "2020-11-21 14:25:04.691907"], ["updated_at", "2020-11-21 14:25:04.691907"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1022], ["decimal", 27.614592967517], ["string", "Et explicabo officiis earum nesciunt id."], ["created_at", "2020-11-21 14:25:04.693766"], ["updated_at", "2020-11-21 14:25:04.693766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1026], ["decimal", 0.657132122977613], ["string", "Vel ipsam dolorem dolorum dolore minima."], ["created_at", "2020-11-21 14:25:04.695621"], ["updated_at", "2020-11-21 14:25:04.695621"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:25:04.696996"], ["updated_at", "2020-11-21 14:25:04.696996"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-21 14:25:04.698187"], ["updated_at", "2020-11-21 14:25:04.698187"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-21 14:25:04.699318"], ["updated_at", "2020-11-21 14:25:04.699318"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-21 14:25:04.700477"], ["updated_at", "2020-11-21 14:25:04.700477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-21 14:25:04.709459"], ["updated_at", "2020-11-21 14:25:04.709459"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 2], ["created_at", "2020-11-21 14:25:04.711705"], ["updated_at", "2020-11-21 14:25:04.711705"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 13], ["created_at", "2020-11-21 14:25:04.713710"], ["updated_at", "2020-11-21 14:25:04.713710"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 15], ["created_at", "2020-11-21 14:25:04.715612"], ["updated_at", "2020-11-21 14:25:04.715612"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 11], ["created_at", "2020-11-21 14:25:04.717452"], ["updated_at", "2020-11-21 14:25:04.717452"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 11], ["created_at", "2020-11-21 14:25:04.719285"], ["updated_at", "2020-11-21 14:25:04.719285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:25:04.720737"], ["updated_at", "2020-11-21 14:25:04.720737"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 15], ["created_at", "2020-11-21 14:25:04.722111"], ["updated_at", "2020-11-21 14:25:04.722111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 14:25:04.723457"], ["updated_at", "2020-11-21 14:25:04.723457"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-21 14:25:04.724780"], ["updated_at", "2020-11-21 14:25:04.724780"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-21 14:25:04.726077"], ["updated_at", "2020-11-21 14:25:04.726077"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.726854"], ["updated_at", "2020-11-21 14:25:04.726854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.727583"], ["updated_at", "2020-11-21 14:25:04.727583"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.728252"], ["updated_at", "2020-11-21 14:25:04.728252"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.728919"], ["updated_at", "2020-11-21 14:25:04.728919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.729564"], ["updated_at", "2020-11-21 14:25:04.729564"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:25:04.730774"], ["updated_at", "2020-11-21 14:25:04.730774"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:25:04.731973"], ["updated_at", "2020-11-21 14:25:04.731973"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:25:04.733091"], ["updated_at", "2020-11-21 14:25:04.733091"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:25:04.734206"], ["updated_at", "2020-11-21 14:25:04.734206"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:25:04.735332"], ["updated_at", "2020-11-21 14:25:04.735332"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 287 5019 Jill Ports, Lake Mitchbury, HI 21130-3165"], ["city", "East Virgilton"], ["country", "Congo"], ["description", "Est voluptas quis. Tenetur ratione adipisci. Dolorem aspernatur est. Dignissimos nihil ipsa."], ["email", "georgeann.gleason@example.io"], ["first_name", "Carter"], ["firstname", "Sofia"], ["last_name", "Baumbach"], ["lastname", "Schuster"], ["lat", "-6.482107752160871"], ["latitute", "89.1082611304881"], ["lng", "-162.21407721283288"], ["locale", "MZ"], ["longitude", "-84.2152612379314"], ["middlename", "Pagac"], ["middle_name", "Wilderman"], ["password", "BaQuZy95R3g"], ["phone", "675.189.5908 x0900"], ["phone_number", "1-631-095-6800 x57686"], ["reference", "9c588e8f-10bc-4932-b6c8-25e58058acba"], ["title", "Consectetur quis laborum magni."], ["user_name", "rosalia_mills"], ["username", "love"], ["uuid", "2574c7d3-19e6-4fa0-9962-2dff2268c432"], ["created_at", "2020-11-21 14:25:04.760022"], ["updated_at", "2020-11-21 14:25:04.760022"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "68104 Schuster Extension, New Marionhaven, CO 93117-7112"], ["city", "West Jackson"], ["country", "Israel"], ["description", "Repudiandae sed tempora. Itaque quo autem. Aut perspiciatis rerum."], ["email", "quinn@example.org"], ["first_name", "Natashia"], ["firstname", "Victor"], ["last_name", "Hirthe"], ["lastname", "Runte"], ["lat", "-8.988278982733277"], ["latitute", "-2.8533251077879385"], ["lng", "21.901835881400075"], ["locale", "EG"], ["longitude", "-115.30581708022075"], ["middlename", "Boehm"], ["middle_name", "Wiza"], ["password", "UfS954tM9gSqOfOl"], ["phone", "211.532.9716 x26216"], ["phone_number", "977.219.4599 x78742"], ["reference", "c44b88be-e701-41c8-9346-819d9da4f053"], ["title", "Dolorem sed aliquam consequatur mollitia."], ["user_name", "ira"], ["username", "alphonso"], ["uuid", "1daff1d0-963c-4784-bbd4-003ab95dedd9"], ["created_at", "2020-11-21 14:25:04.784447"], ["updated_at", "2020-11-21 14:25:04.784447"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1367 Legros Dam, Klingshire, MA 76533-7881"], ["city", "Andersonfurt"], ["country", "Georgia"], ["description", "Qui et quis. Similique aut alias."], ["email", "sina@example.com"], ["first_name", "Kasey"], ["firstname", "Garth"], ["last_name", "Feest"], ["lastname", "Abernathy"], ["lat", "53.96132937187386"], ["latitute", "51.65087950047146"], ["lng", "-34.56399968684559"], ["locale", "SL"], ["longitude", "-102.48804257457658"], ["middlename", "Dickens"], ["middle_name", "Flatley"], ["password", "MvU6aLo47CvZ"], ["phone", "758-076-1403"], ["phone_number", "(304) 752-0683"], ["reference", "f7938e6f-9000-4d63-9321-bd751d7a3a4f"], ["title", "Mollitia sit non libero."], ["user_name", "patti"], ["username", "valerie.jacobi"], ["uuid", "1098ec54-a009-477d-bd42-ddfb2577c480"], ["created_at", "2020-11-21 14:25:04.808387"], ["updated_at", "2020-11-21 14:25:04.808387"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 613 178 Mitzi Burgs, Willmsside, ID 52449-0918"], ["city", "Salinamouth"], ["country", "Mauritania"], ["description", "Necessitatibus maiores nesciunt. Cumque voluptas voluptas. Doloribus impedit quisquam. Sed sit officia. Placeat sequi explicabo."], ["email", "karma@example.net"], ["first_name", "German"], ["firstname", "Dewey"], ["last_name", "Douglas"], ["lastname", "Parisian"], ["lat", "-6.377812582129138"], ["latitute", "-55.91966005969681"], ["lng", "75.94368427817383"], ["locale", "SG"], ["longitude", "-128.64749614591813"], ["middlename", "Predovic"], ["middle_name", "Klocko"], ["password", "Az9Yj2FtC"], ["phone", "1-624-614-3135 x224"], ["phone_number", "(284) 647-9387 x71420"], ["reference", "c901954e-1330-4041-a3c9-0ae5f151e208"], ["title", "Illo tempore ut suscipit."], ["user_name", "shirley_langosh"], ["username", "faustino_towne"], ["uuid", "e23cca08-5c40-4a34-823a-b0ef977f8835"], ["created_at", "2020-11-21 14:25:04.832741"], ["updated_at", "2020-11-21 14:25:04.832741"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 831 6107 Erdman Valleys, West Artieborough, AZ 86705"], ["city", "Port Tracy"], ["country", "Oman"], ["description", "Corrupti dolores voluptatem. Ad corporis voluptas. Tenetur ea consequatur."], ["email", "virgilio@example.io"], ["first_name", "Johnette"], ["firstname", "Inge"], ["last_name", "Simonis"], ["lastname", "Hauck"], ["lat", "-53.1721791596946"], ["latitute", "-9.469977362980927"], ["lng", "68.01981075943038"], ["locale", "AO"], ["longitude", "-46.353667293299196"], ["middlename", "Boyle"], ["middle_name", "Jacobson"], ["password", "RaJeVdBl"], ["phone", "549-647-7382"], ["phone_number", "382-441-8804"], ["reference", "df174baa-2bc3-4b72-844e-62c32926874e"], ["title", "Ratione inventore neque pariatur animi earum."], ["user_name", "lyman"], ["username", "christine"], ["uuid", "9a68745e-09f6-4be7-a69f-d92e68dcee15"], ["created_at", "2020-11-21 14:25:04.864816"], ["updated_at", "2020-11-21 14:25:04.864816"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-21 14:25:04.866822"], ["updated_at", "2020-11-21 14:25:04.866822"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-21 14:25:04.868081"], ["updated_at", "2020-11-21 14:25:04.868081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:25:04.869236"], ["updated_at", "2020-11-21 14:25:04.869236"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:25:04.870374"], ["updated_at", "2020-11-21 14:25:04.870374"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-21 14:25:04.871524"], ["updated_at", "2020-11-21 14:25:04.871524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.882821"], ["updated_at", "2020-11-21 14:25:04.882821"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.883636"], ["updated_at", "2020-11-21 14:25:04.883636"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.884553"], ["updated_at", "2020-11-21 14:25:04.884553"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.885443"], ["updated_at", "2020-11-21 14:25:04.885443"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:25:04.886283"], ["updated_at", "2020-11-21 14:25:04.886283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:25:04.887220"], ["updated_at", "2020-11-21 14:25:04.887220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:25:04.888086"], ["updated_at", "2020-11-21 14:25:04.888086"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:25:04.888973"], ["updated_at", "2020-11-21 14:25:04.888973"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:25:04.889838"], ["updated_at", "2020-11-21 14:25:04.889838"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:25:04.890739"], ["updated_at", "2020-11-21 14:25:04.890739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.2ms) SELECT sqlite_version(*)  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.8ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.8ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:01.862021"], ["updated_at", "2020-11-21 14:26:01.862021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:01.863432"], ["updated_at", "2020-11-21 14:26:01.863432"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:01.864210"], ["updated_at", "2020-11-21 14:26:01.864210"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:01.864989"], ["updated_at", "2020-11-21 14:26:01.864989"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:01.865726"], ["updated_at", "2020-11-21 14:26:01.865726"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:01.873845"], ["updated_at", "2020-11-21 14:26:01.873845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:01.875540"], ["updated_at", "2020-11-21 14:26:01.875540"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:01.876901"], ["updated_at", "2020-11-21 14:26:01.876901"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:01.878232"], ["updated_at", "2020-11-21 14:26:01.878232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:01.879581"], ["updated_at", "2020-11-21 14:26:01.879581"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 146 74307 Gerhold Viaduct, North Audra, LA 14969"], ["city", "Jermainetown"], ["country", "Guatemala"], ["description", "Excepturi optio sed. Laudantium voluptatibus recusandae. Vel rerum minus. Nihil culpa quibusdam."], ["email", "miriam@example.name"], ["first_name", "Arron"], ["firstname", "Cecil"], ["last_name", "McCullough"], ["lastname", "Greenfelder"], ["lat", "-32.98230468538283"], ["latitute", "49.141321542650246"], ["lng", "179.7739569779299"], ["locale", "MY"], ["longitude", "-1.1444416780026359"], ["middlename", "Dickinson"], ["middle_name", "Abernathy"], ["password", "39Zn0SzDcArVi9"], ["phone", "(522) 461-4409 x448"], ["phone_number", "(439) 696-5973"], ["reference", "d4ea6ec0-bfc6-4918-bea9-dc00345c4b26"], ["title", "Libero excepturi et illo rem sit."], ["user_name", "elwood_crona"], ["username", "thora.mccullough"], ["uuid", "ca20a138-685f-4057-b9d3-be319ef50e9e"], ["created_at", "2020-11-21 14:26:02.799562"], ["updated_at", "2020-11-21 14:26:02.799562"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "690 Marinda Gardens, Walshborough, KY 50281-0257"], ["city", "Terenceberg"], ["country", "Bouvet Island (Bouvetoya)"], ["description", "Vero eligendi mollitia. Voluptate earum laudantium. Delectus debitis reiciendis. Voluptatibus ea natus. Hic reiciendis enim."], ["email", "courtney@example.com"], ["first_name", "Isabella"], ["firstname", "Shane"], ["last_name", "Corwin"], ["lastname", "Wyman"], ["lat", "59.73911459540403"], ["latitute", "-21.12332828684913"], ["lng", "-93.31422661734298"], ["locale", "CR"], ["longitude", "80.13943202310094"], ["middlename", "Schneider"], ["middle_name", "Tromp"], ["password", "6Fh9BdUg"], ["phone", "843.493.0121 x703"], ["phone_number", "1-827-258-0924 x120"], ["reference", "e8b3f316-8411-4231-a9ab-ecb33f0d22ea"], ["title", "Voluptatem saepe quaerat voluptatem aut."], ["user_name", "shaun"], ["username", "avery_kilback"], ["uuid", "5cfa7a11-d96c-44c1-9f94-42b0021eaf21"], ["created_at", "2020-11-21 14:26:02.824584"], ["updated_at", "2020-11-21 14:26:02.824584"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 951 6020 Schroeder Key, Dareview, WI 82471"], ["city", "Willview"], ["country", "Greenland"], ["description", "Tempore qui id. Quia voluptas rerum. Minus iusto delectus."], ["email", "casey_sipes@example.info"], ["first_name", "Rebbecca"], ["firstname", "Troy"], ["last_name", "Wisoky"], ["lastname", "Renner"], ["lat", "18.894008506871486"], ["latitute", "-35.166322711822986"], ["lng", "-60.74606859839835"], ["locale", "EG"], ["longitude", "-120.66919197302583"], ["middlename", "Hagenes"], ["middle_name", "Leannon"], ["password", "U3cQgNwP44zA"], ["phone", "1-937-109-6669 x419"], ["phone_number", "(909) 676-6999 x38539"], ["reference", "2d333265-f6e3-4a15-b21b-6b6394afb96b"], ["title", "Repudiandae sed voluptatem porro."], ["user_name", "virgil"], ["username", "afton"], ["uuid", "9d4ff5f6-9103-4fc2-9350-7fe25345889c"], ["created_at", "2020-11-21 14:26:02.859304"], ["updated_at", "2020-11-21 14:26:02.859304"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "78234 Goyette Ranch, Port Janis, SC 93188"], ["city", "Toyville"], ["country", "Rwanda"], ["description", "Sapiente libero voluptate. Blanditiis quos veniam. Consectetur officiis eum. Eaque perspiciatis minima. Odio labore modi."], ["email", "cristopher@example.name"], ["first_name", "Patrick"], ["firstname", "Talisha"], ["last_name", "Predovic"], ["lastname", "Sanford"], ["lat", "-65.7238383620193"], ["latitute", "46.74929209326382"], ["lng", "-42.20223559580177"], ["locale", "DK"], ["longitude", "73.73148420941453"], ["middlename", "Kautzer"], ["middle_name", "Bashirian"], ["password", "NcYtMcF5jR2i7XdL"], ["phone", "1-331-885-0651 x631"], ["phone_number", "1-454-014-4156 x291"], ["reference", "ee5cc88b-d959-4e15-b74b-1c932059a8d4"], ["title", "Voluptatem voluptate ipsum enim eos quae."], ["user_name", "dean.haley"], ["username", "leonardo"], ["uuid", "621f765e-47f3-4235-81d8-8d26cfd23a03"], ["created_at", "2020-11-21 14:26:02.884599"], ["updated_at", "2020-11-21 14:26:02.884599"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "12458 Langosh Isle, Lake Winfredport, CT 78919"], ["city", "Port Samella"], ["country", "Belgium"], ["description", "Sit libero molestiae. Quia inventore commodi."], ["email", "janean_fahey@example.name"], ["first_name", "Gregorio"], ["firstname", "Alyse"], ["last_name", "Haag"], ["lastname", "Gulgowski"], ["lat", "-4.4336739180883455"], ["latitute", "-46.07319412279505"], ["lng", "78.85661147933172"], ["locale", "DE"], ["longitude", "144.31712836314534"], ["middlename", "Jakubowski"], ["middle_name", "Wisoky"], ["password", "QjWoKiX3xHvPrB"], ["phone", "1-403-847-6766"], ["phone_number", "448-035-6057"], ["reference", "9ab9e9ea-3766-4d92-90e9-e4acb37258be"], ["title", "Dolores saepe ducimus."], ["user_name", "lawanda"], ["username", "awilda.beatty"], ["uuid", "a1f294dd-5634-4013-9b2f-e400e1af7748"], ["created_at", "2020-11-21 14:26:02.908645"], ["updated_at", "2020-11-21 14:26:02.908645"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 10.6560888047668], ["string", "Error nisi magni qui sed."], ["date", "2020-10-11"], ["time", "2000-01-01 02:45:41.329001"], ["datetime", "2020-11-23 03:03:24.345262"], ["created_at", "2020-11-21 14:26:02.918380"], ["updated_at", "2020-11-21 14:26:02.918380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 22], ["decimal", 22.2795453630783], ["string", "Aperiam praesentium in enim."], ["date", "2020-12-11"], ["time", "2000-01-01 16:24:04.432519"], ["datetime", "2020-12-12 03:34:00.630171"], ["created_at", "2020-11-21 14:26:02.921127"], ["updated_at", "2020-11-21 14:26:02.921127"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 4.56101079540011], ["string", "Et ut quae labore tenetur eligendi."], ["date", "2020-12-07"], ["time", "2000-01-01 18:36:38.507848"], ["datetime", "2020-12-21 10:16:29.162462"], ["created_at", "2020-11-21 14:26:02.923354"], ["updated_at", "2020-11-21 14:26:02.923354"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 28], ["decimal", 15.8853701140999], ["string", "Deserunt quisquam fugit soluta."], ["date", "2020-10-18"], ["time", "2000-01-01 00:35:13.777957"], ["datetime", "2020-11-13 13:40:52.474186"], ["created_at", "2020-11-21 14:26:02.925525"], ["updated_at", "2020-11-21 14:26:02.925525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 9.6247260001572], ["string", "Nesciunt id magnam numquam quis."], ["date", "2020-12-29"], ["time", "2000-01-01 13:39:51.329001"], ["datetime", "2020-11-02 03:44:08.778016"], ["created_at", "2020-11-21 14:26:02.927679"], ["updated_at", "2020-11-21 14:26:02.927679"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:26:02.931895"], ["updated_at", "2020-11-21 14:26:02.931895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:26:02.933213"], ["updated_at", "2020-11-21 14:26:02.933213"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:26:02.934421"], ["updated_at", "2020-11-21 14:26:02.934421"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:26:02.935584"], ["updated_at", "2020-11-21 14:26:02.935584"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:26:02.936725"], ["updated_at", "2020-11-21 14:26:02.936725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:26:02.940929"], ["updated_at", "2020-11-21 14:26:02.940929"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:26:02.942193"], ["updated_at", "2020-11-21 14:26:02.942193"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:26:02.943325"], ["updated_at", "2020-11-21 14:26:02.943325"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:26:02.944422"], ["updated_at", "2020-11-21 14:26:02.944422"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:26:02.945526"], ["updated_at", "2020-11-21 14:26:02.945526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 2.36884030197832], ["string", "Eum molestias est suscipit nihil."], ["created_at", "2020-11-21 14:26:02.951612"], ["updated_at", "2020-11-21 14:26:02.951612"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 1.93254511512613], ["string", "Nostrum iusto aut."], ["created_at", "2020-11-21 14:26:02.953652"], ["updated_at", "2020-11-21 14:26:02.953652"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 6.70719459579898], ["string", "Optio ipsa autem aut dolor."], ["created_at", "2020-11-21 14:26:02.955533"], ["updated_at", "2020-11-21 14:26:02.955533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 0.129335088093867], ["string", "Autem id ea modi."], ["created_at", "2020-11-21 14:26:02.957326"], ["updated_at", "2020-11-21 14:26:02.957326"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", 1.14910794631139], ["string", "Officiis ex vel placeat."], ["created_at", "2020-11-21 14:26:02.959147"], ["updated_at", "2020-11-21 14:26:02.959147"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:02.976631"], ["updated_at", "2020-11-21 14:26:02.976631"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:02.977460"], ["updated_at", "2020-11-21 14:26:02.977460"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:02.978121"], ["updated_at", "2020-11-21 14:26:02.978121"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:02.978745"], ["updated_at", "2020-11-21 14:26:02.978745"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:02.979406"], ["updated_at", "2020-11-21 14:26:02.979406"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:26:02.982158"], ["updated_at", "2020-11-21 14:26:02.982158"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:26:02.982903"], ["updated_at", "2020-11-21 14:26:02.982903"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:26:02.983618"], ["updated_at", "2020-11-21 14:26:02.983618"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:26:02.984302"], ["updated_at", "2020-11-21 14:26:02.984302"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:26:02.984966"], ["updated_at", "2020-11-21 14:26:02.984966"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 14:26:02.989738"], ["updated_at", "2020-11-21 14:26:02.989738"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 14:26:02.991467"], ["updated_at", "2020-11-21 14:26:02.991467"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 14:26:02.992661"], ["updated_at", "2020-11-21 14:26:02.992661"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 14:26:02.993817"], ["updated_at", "2020-11-21 14:26:02.993817"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 14:26:02.994976"], ["updated_at", "2020-11-21 14:26:02.994976"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-21 14:26:03.001601"], ["updated_at", "2020-11-21 14:26:03.001601"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-21 14:26:03.003414"], ["updated_at", "2020-11-21 14:26:03.003414"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-21 14:26:03.004990"], ["updated_at", "2020-11-21 14:26:03.004990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-21 14:26:03.006555"], ["updated_at", "2020-11-21 14:26:03.006555"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-21 14:26:03.008144"], ["updated_at", "2020-11-21 14:26:03.008144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:03.008894"], ["updated_at", "2020-11-21 14:26:03.008894"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:03.009572"], ["updated_at", "2020-11-21 14:26:03.009572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:03.010222"], ["updated_at", "2020-11-21 14:26:03.010222"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:03.010877"], ["updated_at", "2020-11-21 14:26:03.010877"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:03.011534"], ["updated_at", "2020-11-21 14:26:03.011534"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:26:03.012929"], ["updated_at", "2020-11-21 14:26:03.012929"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:26:03.014078"], ["updated_at", "2020-11-21 14:26:03.014078"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:26:03.015200"], ["updated_at", "2020-11-21 14:26:03.015200"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:26:03.016301"], ["updated_at", "2020-11-21 14:26:03.016301"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:26:03.017429"], ["updated_at", "2020-11-21 14:26:03.017429"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 155 688 Daryl Square, Lake Corrina, UT 29759"], ["city", "Port Cleveland"], ["country", "Fiji"], ["description", "Impedit non itaque. Voluptas maiores ipsam. Provident eveniet iusto. Qui corrupti libero."], ["email", "talitha@example.org"], ["first_name", "Hazel"], ["firstname", "Kerry"], ["last_name", "Kreiger"], ["lastname", "Heidenreich"], ["lat", "48.54498664274365"], ["latitute", "-11.511807568228207"], ["lng", "96.4247601404528"], ["locale", "MD"], ["longitude", "6.916986785905095"], ["middlename", "Koepp"], ["middle_name", "Smith"], ["password", "Dm5RnSfFkEo9He3Y"], ["phone", "(666) 187-0435 x64045"], ["phone_number", "(355) 705-0688"], ["reference", "10c62c14-a791-4bab-a9f5-5229593b4893"], ["title", "Odit est expedita ratione fugiat."], ["user_name", "herbert_hartmann"], ["username", "malka"], ["uuid", "e082adef-deb6-478d-a849-038f463ab931"], ["created_at", "2020-11-21 14:26:03.041656"], ["updated_at", "2020-11-21 14:26:03.041656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 986 448 Williamson Trace, South Jennellville, SD 28473-4054"], ["city", "West Lakendra"], ["country", "Uruguay"], ["description", "Animi officia aperiam. Ut voluptatum beatae. Similique ipsa sit. Suscipit unde possimus."], ["email", "crysta@example.net"], ["first_name", "Margarito"], ["firstname", "Letha"], ["last_name", "Greenholt"], ["lastname", "Frami"], ["lat", "-34.39084642915524"], ["latitute", "17.710091019587082"], ["lng", "-104.96586002142364"], ["locale", "AW"], ["longitude", "153.0459860565274"], ["middlename", "Turcotte"], ["middle_name", "Gutmann"], ["password", "XqKv1Uo3Q"], ["phone", "1-946-668-3030 x77221"], ["phone_number", "471.706.5970 x4935"], ["reference", "8415ee6b-ed5b-43bf-9c3b-b9fad4ea9e05"], ["title", "Corporis distinctio impedit et."], ["user_name", "rob.lowe"], ["username", "hal"], ["uuid", "c0357097-c226-4017-baa9-aa78052e0bdf"], ["created_at", "2020-11-21 14:26:03.079453"], ["updated_at", "2020-11-21 14:26:03.079453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "88282 Brakus Mountain, Jacintoberg, WY 86134-5257"], ["city", "New Tonettefort"], ["country", "Slovenia"], ["description", "Molestias quaerat quibusdam. Aperiam saepe nam. Magni et commodi. At et velit. Quod laborum accusantium."], ["email", "gricelda@example.net"], ["first_name", "Alva"], ["firstname", "Kai"], ["last_name", "Stamm"], ["lastname", "Cartwright"], ["lat", "71.453204173031"], ["latitute", "10.40811599235954"], ["lng", "-116.70578144254648"], ["locale", "IR"], ["longitude", "87.64829291257018"], ["middlename", "Wisoky"], ["middle_name", "Larson"], ["password", "B302z4ZoNsT"], ["phone", "258.858.7264 x03744"], ["phone_number", "(818) 155-3912"], ["reference", "cebb2bd4-2670-42c2-804a-7a0bb9eef7b0"], ["title", "Et ipsam omnis nobis nesciunt ut."], ["user_name", "clint"], ["username", "shanon"], ["uuid", "64dcc935-793d-4ffe-9594-1f12ece68b5e"], ["created_at", "2020-11-21 14:26:03.104472"], ["updated_at", "2020-11-21 14:26:03.104472"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "85602 Laurence Spurs, Lake Opalhaven, IL 84676"], ["city", "North Dominicamouth"], ["country", "United States of America"], ["description", "Suscipit et voluptas. Illo eum odit."], ["email", "leroy@example.net"], ["first_name", "Ira"], ["firstname", "Catharine"], ["last_name", "Bernhard"], ["lastname", "Effertz"], ["lat", "60.56227136522577"], ["latitute", "70.78745986915055"], ["lng", "-73.11974715939351"], ["locale", "CW"], ["longitude", "-50.210996909811314"], ["middlename", "Gorczany"], ["middle_name", "Harber"], ["password", "0QiZyYxI50"], ["phone", "266.077.6301 x71528"], ["phone_number", "297.012.9455 x577"], ["reference", "217849d4-8d94-4c31-b251-0078877b11a0"], ["title", "In qui dicta assumenda excepturi."], ["user_name", "matt"], ["username", "clementina.dickinson"], ["uuid", "672c3dec-f285-4533-8eb5-c30811ee950e"], ["created_at", "2020-11-21 14:26:03.128822"], ["updated_at", "2020-11-21 14:26:03.128822"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1596 Rubi Rapid, Ivanport, TN 35529"], ["city", "West Bryce"], ["country", "Djibouti"], ["description", "Est atque sunt. Placeat aut voluptates. Aperiam alias magnam."], ["email", "luba@example.name"], ["first_name", "Manda"], ["firstname", "Meridith"], ["last_name", "Kshlerin"], ["lastname", "Schmitt"], ["lat", "0.782511765050586"], ["latitute", "11.299160096921796"], ["lng", "-46.131027782378254"], ["locale", "PF"], ["longitude", "-98.32095607530312"], ["middlename", "Gulgowski"], ["middle_name", "Doyle"], ["password", "Xr2Js3M0d"], ["phone", "1-825-579-0547 x296"], ["phone_number", "971-274-8219 x9574"], ["reference", "b99f71a9-b3d1-4af8-8281-ae7164ee2930"], ["title", "Architecto dolore necessitatibus voluptas."], ["user_name", "dirk"], ["username", "shella_heidenreich"], ["uuid", "0a44aa9b-77f3-459b-bf58-08f45816c165"], ["created_at", "2020-11-21 14:26:03.153074"], ["updated_at", "2020-11-21 14:26:03.153074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 6.82548108547103], ["string", "Sunt quaerat reiciendis voluptates iure possimus."], ["date", "2020-11-12"], ["time", "2000-01-01 18:10:54.347247"], ["datetime", "2020-12-09 14:12:52.909567"], ["created_at", "2020-11-21 14:26:03.155821"], ["updated_at", "2020-11-21 14:26:03.155821"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 28], ["decimal", 2.993350816677], ["string", "Ab a et laborum ut quibusdam."], ["date", "2020-11-04"], ["time", "2000-01-01 05:53:48.275456"], ["datetime", "2020-10-17 00:39:09.221959"], ["created_at", "2020-11-21 14:26:03.158418"], ["updated_at", "2020-11-21 14:26:03.158418"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 23.1859699210406], ["string", "Ut laudantium quam vero tempora explicabo."], ["date", "2020-12-28"], ["time", "2000-01-01 04:51:02.027270"], ["datetime", "2020-12-15 19:30:36.176484"], ["created_at", "2020-11-21 14:26:03.160715"], ["updated_at", "2020-11-21 14:26:03.160715"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 30.1782536910686], ["string", "Deserunt doloremque architecto."], ["date", "2020-12-31"], ["time", "2000-01-01 20:13:16.013215"], ["datetime", "2020-11-19 18:14:33.835555"], ["created_at", "2020-11-21 14:26:03.162932"], ["updated_at", "2020-11-21 14:26:03.162932"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 8.56648689965756], ["string", "Ducimus voluptatem necessitatibus modi placeat."], ["date", "2020-11-27"], ["time", "2000-01-01 12:26:07.139183"], ["datetime", "2020-10-15 04:42:20.625122"], ["created_at", "2020-11-21 14:26:03.165151"], ["updated_at", "2020-11-21 14:26:03.165151"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:26:03.166716"], ["updated_at", "2020-11-21 14:26:03.166716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:26:03.167983"], ["updated_at", "2020-11-21 14:26:03.167983"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:26:03.169131"], ["updated_at", "2020-11-21 14:26:03.169131"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:26:03.170268"], ["updated_at", "2020-11-21 14:26:03.170268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:26:03.171405"], ["updated_at", "2020-11-21 14:26:03.171405"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-21 14:26:03.172645"], ["updated_at", "2020-11-21 14:26:03.172645"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:26:03.173823"], ["updated_at", "2020-11-21 14:26:03.173823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:26:03.174972"], ["updated_at", "2020-11-21 14:26:03.174972"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:26:03.176110"], ["updated_at", "2020-11-21 14:26:03.176110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:26:03.177242"], ["updated_at", "2020-11-21 14:26:03.177242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 0.707072687940536], ["string", "Exercitationem iste delectus."], ["created_at", "2020-11-21 14:26:03.179197"], ["updated_at", "2020-11-21 14:26:03.179197"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["decimal", 3.11970786261703], ["string", "Ea dignissimos mollitia."], ["created_at", "2020-11-21 14:26:03.181075"], ["updated_at", "2020-11-21 14:26:03.181075"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 0.842532151107806], ["string", "In eius ut."], ["created_at", "2020-11-21 14:26:03.182916"], ["updated_at", "2020-11-21 14:26:03.182916"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 0.6416414694343], ["string", "Possimus sed ut."], ["created_at", "2020-11-21 14:26:03.184823"], ["updated_at", "2020-11-21 14:26:03.184823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 19.6522015077394], ["string", "Praesentium exercitationem optio et modi."], ["created_at", "2020-11-21 14:26:03.186728"], ["updated_at", "2020-11-21 14:26:03.186728"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:03.197429"], ["updated_at", "2020-11-21 14:26:03.197429"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:03.198175"], ["updated_at", "2020-11-21 14:26:03.198175"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:03.198832"], ["updated_at", "2020-11-21 14:26:03.198832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:03.199478"], ["updated_at", "2020-11-21 14:26:03.199478"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:03.200116"], ["updated_at", "2020-11-21 14:26:03.200116"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:26:03.200867"], ["updated_at", "2020-11-21 14:26:03.200867"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:26:03.201572"], ["updated_at", "2020-11-21 14:26:03.201572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:26:03.202243"], ["updated_at", "2020-11-21 14:26:03.202243"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:26:03.202908"], ["updated_at", "2020-11-21 14:26:03.202908"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:26:03.203569"], ["updated_at", "2020-11-21 14:26:03.203569"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-21 14:26:03.204844"], ["updated_at", "2020-11-21 14:26:03.204844"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-21 14:26:03.206055"], ["updated_at", "2020-11-21 14:26:03.206055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:26:03.207221"], ["updated_at", "2020-11-21 14:26:03.207221"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 14:26:03.208443"], ["updated_at", "2020-11-21 14:26:03.208443"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-21 14:26:03.209839"], ["updated_at", "2020-11-21 14:26:03.209839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 2], ["created_at", "2020-11-21 14:26:03.211511"], ["updated_at", "2020-11-21 14:26:03.211511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 8], ["created_at", "2020-11-21 14:26:03.213064"], ["updated_at", "2020-11-21 14:26:03.213064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 7], ["created_at", "2020-11-21 14:26:03.214566"], ["updated_at", "2020-11-21 14:26:03.214566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-21 14:26:03.216094"], ["updated_at", "2020-11-21 14:26:03.216094"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-21 14:26:03.217651"], ["updated_at", "2020-11-21 14:26:03.217651"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:03.218371"], ["updated_at", "2020-11-21 14:26:03.218371"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:03.219013"], ["updated_at", "2020-11-21 14:26:03.219013"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:03.219620"], ["updated_at", "2020-11-21 14:26:03.219620"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:03.220221"], ["updated_at", "2020-11-21 14:26:03.220221"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:03.220821"], ["updated_at", "2020-11-21 14:26:03.220821"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:26:03.221929"], ["updated_at", "2020-11-21 14:26:03.221929"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:26:03.223007"], ["updated_at", "2020-11-21 14:26:03.223007"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:26:03.224039"], ["updated_at", "2020-11-21 14:26:03.224039"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:26:03.225068"], ["updated_at", "2020-11-21 14:26:03.225068"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:26:03.226092"], ["updated_at", "2020-11-21 14:26:03.226092"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 157 83420 Muriel Park, Donellaside, TN 73766-1713"], ["city", "Lake Harlan"], ["country", "Czech Republic"], ["description", "Qui consequatur nihil. Amet ut soluta. In distinctio consequatur. Iste repudiandae voluptate."], ["email", "missy@example.co"], ["first_name", "Devora"], ["firstname", "Joan"], ["last_name", "Haley"], ["lastname", "Trantow"], ["lat", "-42.58287106057044"], ["latitute", "-34.97996658405953"], ["lng", "-25.824751848619627"], ["locale", "BT"], ["longitude", "51.88588633897723"], ["middlename", "Wiza"], ["middle_name", "Glover"], ["password", "3ZuLpBpSqD"], ["phone", "489-278-5215 x651"], ["phone_number", "693.844.7082"], ["reference", "a1d53cc7-9d15-4dc3-8d38-e331f4d5f63d"], ["title", "Voluptas rerum fugiat."], ["user_name", "floretta"], ["username", "williams.williamson"], ["uuid", "a835f9ef-0128-4deb-becf-423ed0dcd881"], ["created_at", "2020-11-21 14:26:03.260677"], ["updated_at", "2020-11-21 14:26:03.260677"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 502 205 Dietrich Street, Hayesfort, RI 77272"], ["city", "South Barrettton"], ["country", "Bhutan"], ["description", "Eum voluptate aut. Praesentium et in. Rerum sint esse. Libero cumque consequatur. Deserunt placeat quibusdam."], ["email", "kayla.goyette@example.io"], ["first_name", "Enrique"], ["firstname", "Emelina"], ["last_name", "Kreiger"], ["lastname", "Crooks"], ["lat", "-39.482901101630254"], ["latitute", "-13.986757229476893"], ["lng", "-127.99762151993545"], ["locale", "TV"], ["longitude", "-32.80255180032634"], ["middlename", "Hauck"], ["middle_name", "Satterfield"], ["password", "MgDxJf9KyTa4Fl"], ["phone", "744.963.0880"], ["phone_number", "643-045-0931 x57888"], ["reference", "c9d77845-ddd0-48d4-aa88-0a0f7ae31b40"], ["title", "Omnis error vero eum maxime dolor."], ["user_name", "leonardo.dickinson"], ["username", "daniell"], ["uuid", "5d5ff5ff-24c1-49fd-9a49-931d525446f6"], ["created_at", "2020-11-21 14:26:03.285772"], ["updated_at", "2020-11-21 14:26:03.285772"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 755 50504 Louise Circle, East Lewiston, WA 87163"], ["city", "Majorieburgh"], ["country", "United States Minor Outlying Islands"], ["description", "Maiores explicabo asperiores. Corrupti fuga ratione. Accusamus earum excepturi. Voluptas laboriosam quia. Quidem delectus et."], ["email", "leonie.nienow@example.net"], ["first_name", "Colby"], ["firstname", "Sommer"], ["last_name", "Konopelski"], ["lastname", "Dach"], ["lat", "-31.680699617406653"], ["latitute", "-58.10326307700405"], ["lng", "147.7371740402075"], ["locale", "MZ"], ["longitude", "-6.85518256245382"], ["middlename", "Klein"], ["middle_name", "Cassin"], ["password", "C6a0Gq50VgKlP"], ["phone", "867-255-1458 x15133"], ["phone_number", "727-297-4337 x34103"], ["reference", "5e082677-dbf3-4d3e-8630-1b69cc5b605a"], ["title", "Quas ab ipsa ut veritatis et."], ["user_name", "brock"], ["username", "kenton.osinski"], ["uuid", "5b3f7fcb-4dd2-409b-92ee-be1577d1ea64"], ["created_at", "2020-11-21 14:26:03.310357"], ["updated_at", "2020-11-21 14:26:03.310357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 240 8306 Damien Glens, West Brandie, WY 42128"], ["city", "Wintheiserborough"], ["country", "French Guiana"], ["description", "Provident recusandae voluptas. Commodi et culpa. Voluptas et quis. Tempore atque debitis."], ["email", "ignacio_grant@example.co"], ["first_name", "Milton"], ["firstname", "Franklin"], ["last_name", "Cartwright"], ["lastname", "Bartoletti"], ["lat", "-33.59665135640009"], ["latitute", "63.23264074603742"], ["lng", "-27.063423046243514"], ["locale", "KE"], ["longitude", "60.93049491810862"], ["middlename", "Fadel"], ["middle_name", "Waters"], ["password", "JaK8wWuY"], ["phone", "1-354-037-3105 x594"], ["phone_number", "(333) 708-4387 x6415"], ["reference", "84c60858-d120-40b4-94ed-bdeef2697668"], ["title", "Similique qui voluptatem enim."], ["user_name", "ezequiel"], ["username", "benjamin.tremblay"], ["uuid", "54c9b902-7a79-4390-b991-4988c2461e69"], ["created_at", "2020-11-21 14:26:03.334744"], ["updated_at", "2020-11-21 14:26:03.334744"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 860 14004 Altenwerth Junction, North Elmo, CA 91059"], ["city", "Naderchester"], ["country", "Algeria"], ["description", "Qui blanditiis quam. Eos magni in. Hic labore ut. Quis aperiam quasi. Vero atque suscipit."], ["email", "victor@example.co"], ["first_name", "India"], ["firstname", "Lucien"], ["last_name", "Rolfson"], ["lastname", "Armstrong"], ["lat", "-65.24722396786022"], ["latitute", "-20.072718883288942"], ["lng", "-52.98036790808568"], ["locale", "ET"], ["longitude", "72.88155272379439"], ["middlename", "Carter"], ["middle_name", "Upton"], ["password", "Mf77IsWtTdP1"], ["phone", "1-692-382-0701 x97256"], ["phone_number", "(102) 071-1068 x1117"], ["reference", "b3c9bc04-c70a-4c2c-a192-ebf1e175214e"], ["title", "Quasi sint dolor."], ["user_name", "takisha.stokes"], ["username", "geneva_collier"], ["uuid", "a6fc03ea-3ee2-417b-8e4b-8506d9e0c715"], ["created_at", "2020-11-21 14:26:03.358889"], ["updated_at", "2020-11-21 14:26:03.358889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 6.57021738472128], ["string", "Eaque et illo quae sit."], ["date", "2020-12-05"], ["time", "2000-01-01 13:32:41.079386"], ["datetime", "2020-12-23 19:35:28.362778"], ["created_at", "2020-11-21 14:26:03.361552"], ["updated_at", "2020-11-21 14:26:03.361552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 12.8677112942689], ["string", "Corporis omnis occaecati laborum perferendis voluptates."], ["date", "2020-10-27"], ["time", "2000-01-01 09:00:04.539271"], ["datetime", "2020-12-11 22:49:31.459355"], ["created_at", "2020-11-21 14:26:03.364079"], ["updated_at", "2020-11-21 14:26:03.364079"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["decimal", 6.68790029276202], ["string", "Iusto voluptas culpa consequatur."], ["date", "2020-11-30"], ["time", "2000-01-01 06:14:23.574698"], ["datetime", "2020-12-15 15:42:38.741527"], ["created_at", "2020-11-21 14:26:03.366315"], ["updated_at", "2020-11-21 14:26:03.366315"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 20.4186127659384], ["string", "Maiores rerum aut."], ["date", "2020-12-20"], ["time", "2000-01-01 11:50:45.512645"], ["datetime", "2020-12-14 23:58:05.967589"], ["created_at", "2020-11-21 14:26:03.368589"], ["updated_at", "2020-11-21 14:26:03.368589"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 16.3433439344059], ["string", "Veritatis et quod cum id et."], ["date", "2020-10-20"], ["time", "2000-01-01 05:25:50.779760"], ["datetime", "2020-11-08 23:38:06.558851"], ["created_at", "2020-11-21 14:26:03.370836"], ["updated_at", "2020-11-21 14:26:03.370836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:26:03.372370"], ["updated_at", "2020-11-21 14:26:03.372370"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:26:03.373500"], ["updated_at", "2020-11-21 14:26:03.373500"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-21 14:26:03.374571"], ["updated_at", "2020-11-21 14:26:03.374571"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:26:03.375636"], ["updated_at", "2020-11-21 14:26:03.375636"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-21 14:26:03.376681"], ["updated_at", "2020-11-21 14:26:03.376681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:26:03.377812"], ["updated_at", "2020-11-21 14:26:03.377812"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:26:03.378909"], ["updated_at", "2020-11-21 14:26:03.378909"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-21 14:26:03.379984"], ["updated_at", "2020-11-21 14:26:03.379984"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:26:03.381060"], ["updated_at", "2020-11-21 14:26:03.381060"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-21 14:26:03.382123"], ["updated_at", "2020-11-21 14:26:03.382123"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1021], ["decimal", 11.5482675378425], ["string", "Delectus eum quis eligendi et quia."], ["created_at", "2020-11-21 14:26:03.384052"], ["updated_at", "2020-11-21 14:26:03.384052"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 24.7203568450445], ["string", "Voluptatibus quis quidem et."], ["created_at", "2020-11-21 14:26:03.385962"], ["updated_at", "2020-11-21 14:26:03.385962"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 4.91557552391644], ["string", "Et doloribus sequi ad facilis."], ["created_at", "2020-11-21 14:26:03.387751"], ["updated_at", "2020-11-21 14:26:03.387751"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 12.220773495152], ["string", "Eligendi cum ut eum."], ["created_at", "2020-11-21 14:26:03.389525"], ["updated_at", "2020-11-21 14:26:03.389525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 1.32047743529118], ["string", "Consequuntur odio et."], ["created_at", "2020-11-21 14:26:03.391301"], ["updated_at", "2020-11-21 14:26:03.391301"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:03.410521"], ["updated_at", "2020-11-21 14:26:03.410521"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:03.411454"], ["updated_at", "2020-11-21 14:26:03.411454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:03.412144"], ["updated_at", "2020-11-21 14:26:03.412144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:03.412830"], ["updated_at", "2020-11-21 14:26:03.412830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:26:03.413503"], ["updated_at", "2020-11-21 14:26:03.413503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:26:03.414260"], ["updated_at", "2020-11-21 14:26:03.414260"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:26:03.415163"], ["updated_at", "2020-11-21 14:26:03.415163"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:26:03.415917"], ["updated_at", "2020-11-21 14:26:03.415917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:26:03.416688"], ["updated_at", "2020-11-21 14:26:03.416688"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:26:03.417437"], ["updated_at", "2020-11-21 14:26:03.417437"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-21 14:26:03.418849"], ["updated_at", "2020-11-21 14:26:03.418849"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 11], ["created_at", "2020-11-21 14:26:03.420178"], ["updated_at", "2020-11-21 14:26:03.420178"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-21 14:26:03.421439"], ["updated_at", "2020-11-21 14:26:03.421439"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-21 14:26:03.422721"], ["updated_at", "2020-11-21 14:26:03.422721"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 15], ["created_at", "2020-11-21 14:26:03.424005"], ["updated_at", "2020-11-21 14:26:03.424005"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 11], ["created_at", "2020-11-21 14:26:03.425773"], ["updated_at", "2020-11-21 14:26:03.425773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 6], ["created_at", "2020-11-21 14:26:03.427461"], ["updated_at", "2020-11-21 14:26:03.427461"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 10], ["created_at", "2020-11-21 14:26:03.429088"], ["updated_at", "2020-11-21 14:26:03.429088"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 1], ["created_at", "2020-11-21 14:26:03.430637"], ["updated_at", "2020-11-21 14:26:03.430637"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-21 14:26:03.432169"], ["updated_at", "2020-11-21 14:26:03.432169"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.1ms) SELECT COUNT(*) FROM "limas"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.2ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.7ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:06.246920"], ["updated_at", "2020-11-21 14:28:06.246920"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:06.248133"], ["updated_at", "2020-11-21 14:28:06.248133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:06.248937"], ["updated_at", "2020-11-21 14:28:06.248937"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:06.249719"], ["updated_at", "2020-11-21 14:28:06.249719"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:06.250489"], ["updated_at", "2020-11-21 14:28:06.250489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:06.258542"], ["updated_at", "2020-11-21 14:28:06.258542"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:06.260216"], ["updated_at", "2020-11-21 14:28:06.260216"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:06.261608"], ["updated_at", "2020-11-21 14:28:06.261608"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:06.262945"], ["updated_at", "2020-11-21 14:28:06.262945"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:06.264251"], ["updated_at", "2020-11-21 14:28:06.264251"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 160 218 Brian Fields, Lake Marialand, ME 02792-7293"], ["city", "East Joann"], ["country", "Antarctica (the territory South of 60 deg S)"], ["description", "Ipsum enim voluptatem. Officia qui quia. Sapiente magnam assumenda."], ["email", "shantelle@example.com"], ["first_name", "Hermelinda"], ["firstname", "Margarito"], ["last_name", "Homenick"], ["lastname", "Carroll"], ["lat", "44.9368555651873"], ["latitute", "-60.808457475294134"], ["lng", "-59.99883586483121"], ["locale", "BG"], ["longitude", "167.5849084405756"], ["middlename", "Ortiz"], ["middle_name", "Bogisich"], ["password", "VbZ13lCo"], ["phone", "(560) 118-7267 x51050"], ["phone_number", "(250) 269-6138 x068"], ["reference", "f79dd182-f7e8-428d-babc-2d426bd39a41"], ["title", "Ut sit aut molestiae."], ["user_name", "tatiana.mraz"], ["username", "jonathon_towne"], ["uuid", "1e6b6150-f554-4029-9b5b-cf1d055548a4"], ["created_at", "2020-11-21 14:28:07.233757"], ["updated_at", "2020-11-21 14:28:07.233757"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 748 1447 Mitchell Row, Hudsontown, WI 01749"], ["city", "North Anglechester"], ["country", "Cayman Islands"], ["description", "Doloribus veritatis labore. Fugit est rerum. Nihil quia fugiat."], ["email", "tessie@example.io"], ["first_name", "Arlie"], ["firstname", "Dawn"], ["last_name", "Mills"], ["lastname", "Hilpert"], ["lat", "75.63434669405348"], ["latitute", "-47.76541795034312"], ["lng", "-141.56728928332524"], ["locale", "AX"], ["longitude", "10.578008570529562"], ["middlename", "Howe"], ["middle_name", "Stehr"], ["password", "363Bz4Kx"], ["phone", "902.467.0826"], ["phone_number", "702-444-1561"], ["reference", "db7d8adf-6559-4ae0-a144-1c4d804d493a"], ["title", "Eos ea libero."], ["user_name", "charita_huel"], ["username", "mandy"], ["uuid", "d4c2b390-cf36-47df-9cac-5bf07d31bc8c"], ["created_at", "2020-11-21 14:28:07.258933"], ["updated_at", "2020-11-21 14:28:07.258933"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 113 7148 Mueller Glen, Staciemouth, AZ 48680-6685"], ["city", "Alexfurt"], ["country", "Mauritania"], ["description", "Distinctio aliquid beatae. Doloremque impedit est. Officiis et id. Ut facilis iure."], ["email", "ignacio@example.info"], ["first_name", "Thanh"], ["firstname", "Clifton"], ["last_name", "Borer"], ["lastname", "Stokes"], ["lat", "6.845353484509587"], ["latitute", "-58.84804586189006"], ["lng", "-67.69814033148525"], ["locale", "CI"], ["longitude", "97.31361477810208"], ["middlename", "Considine"], ["middle_name", "McDermott"], ["password", "HjOoB1sU0"], ["phone", "536.322.4390 x318"], ["phone_number", "(304) 117-6938 x923"], ["reference", "915fc07d-ad43-451b-9df2-954af4d02959"], ["title", "Eveniet sint possimus cumque."], ["user_name", "adriene_rowe"], ["username", "nicholas"], ["uuid", "9df9da23-7088-4a93-801f-6da20c1fa1c0"], ["created_at", "2020-11-21 14:28:07.293894"], ["updated_at", "2020-11-21 14:28:07.293894"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "92822 Hackett Roads, Jeffersonside, WA 86103-2764"], ["city", "Oneidamouth"], ["country", "Syrian Arab Republic"], ["description", "Et autem dolores. Odit aliquid aut. Nisi quo fuga. Ullam repellat odit. Molestiae accusamus ut."], ["email", "dale_abshire@example.org"], ["first_name", "Christie"], ["firstname", "Lauren"], ["last_name", "Schimmel"], ["lastname", "Schimmel"], ["lat", "-75.44107410823266"], ["latitute", "13.799205888904453"], ["lng", "-135.3323650717095"], ["locale", "SL"], ["longitude", "141.1260854026903"], ["middlename", "Mohr"], ["middle_name", "Reynolds"], ["password", "WdFbD1hSbF"], ["phone", "343-950-3816 x1781"], ["phone_number", "1-833-493-5445 x99867"], ["reference", "94bfdebe-c0dd-4c1e-a49e-67a0a5459c87"], ["title", "Est ut sapiente molestiae."], ["user_name", "cyril"], ["username", "clinton"], ["uuid", "8580a7e6-5116-495a-b4d3-8163537081f5"], ["created_at", "2020-11-21 14:28:07.320247"], ["updated_at", "2020-11-21 14:28:07.320247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 248 29654 Bettie Glen, Evalynberg, ND 56878-1897"], ["city", "Nitzschefurt"], ["country", "Saint Martin"], ["description", "Dolorem error rerum. Debitis velit inventore. Neque dolore sint. Quis officia accusantium."], ["email", "noah@example.info"], ["first_name", "Elisha"], ["firstname", "Aurelio"], ["last_name", "Schultz"], ["lastname", "Kuhn"], ["lat", "-2.0178876632817833"], ["latitute", "71.00879681174499"], ["lng", "1.037596371077882"], ["locale", "BS"], ["longitude", "-69.65860744692415"], ["middlename", "Gusikowski"], ["middle_name", "Kutch"], ["password", "0YsB0uM5q8"], ["phone", "207-633-7247 x45110"], ["phone_number", "1-836-029-4681 x784"], ["reference", "757c2044-b8cc-446b-83e3-10c6955aa3e8"], ["title", "Eaque molestias impedit sunt animi alias."], ["user_name", "cyndi.stark"], ["username", "allene_cremin"], ["uuid", "77860aa7-05c5-4fb9-9110-05614844ad28"], ["created_at", "2020-11-21 14:28:07.344845"], ["updated_at", "2020-11-21 14:28:07.344845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 29.8707103777932], ["string", "Omnis blanditiis similique."], ["date", "2020-10-15"], ["time", "2000-01-01 08:01:12.178745"], ["datetime", "2020-12-24 09:35:09.795319"], ["created_at", "2020-11-21 14:28:07.354580"], ["updated_at", "2020-11-21 14:28:07.354580"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 25], ["decimal", 2.59651442436229], ["string", "Saepe veniam eum dolor ut."], ["date", "2020-12-17"], ["time", "2000-01-01 10:24:25.236124"], ["datetime", "2020-12-06 19:10:03.461021"], ["created_at", "2020-11-21 14:28:07.357237"], ["updated_at", "2020-11-21 14:28:07.357237"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 39.8632704766374], ["string", "Et ea aut repudiandae ut quis."], ["date", "2020-11-26"], ["time", "2000-01-01 14:43:05.131885"], ["datetime", "2020-12-03 20:27:17.568986"], ["created_at", "2020-11-21 14:28:07.359523"], ["updated_at", "2020-11-21 14:28:07.359523"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 32.6243950639096], ["string", "Recusandae omnis qui optio quis consequuntur."], ["date", "2020-12-24"], ["time", "2000-01-01 10:03:17.270913"], ["datetime", "2020-11-26 00:21:56.079181"], ["created_at", "2020-11-21 14:28:07.361759"], ["updated_at", "2020-11-21 14:28:07.361759"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 0.979836347456319], ["string", "Dolores deserunt perspiciatis sed."], ["date", "2020-10-18"], ["time", "2000-01-01 07:56:29.429360"], ["datetime", "2020-10-12 07:09:01.166851"], ["created_at", "2020-11-21 14:28:07.363990"], ["updated_at", "2020-11-21 14:28:07.363990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:28:07.368234"], ["updated_at", "2020-11-21 14:28:07.368234"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:28:07.369498"], ["updated_at", "2020-11-21 14:28:07.369498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:28:07.370614"], ["updated_at", "2020-11-21 14:28:07.370614"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:28:07.371725"], ["updated_at", "2020-11-21 14:28:07.371725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:28:07.372833"], ["updated_at", "2020-11-21 14:28:07.372833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:28:07.377013"], ["updated_at", "2020-11-21 14:28:07.377013"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:28:07.378257"], ["updated_at", "2020-11-21 14:28:07.378257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:28:07.379444"], ["updated_at", "2020-11-21 14:28:07.379444"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:28:07.380564"], ["updated_at", "2020-11-21 14:28:07.380564"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:28:07.381667"], ["updated_at", "2020-11-21 14:28:07.381667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 0.758046550719884], ["string", "Amet doloremque facilis neque."], ["created_at", "2020-11-21 14:28:07.387809"], ["updated_at", "2020-11-21 14:28:07.387809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 11.5187581683403], ["string", "Optio et deserunt illo."], ["created_at", "2020-11-21 14:28:07.389769"], ["updated_at", "2020-11-21 14:28:07.389769"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 19.0555219817789], ["string", "Voluptas enim dolore aut quia."], ["created_at", "2020-11-21 14:28:07.391600"], ["updated_at", "2020-11-21 14:28:07.391600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 16.3344811405358], ["string", "Est consectetur excepturi at."], ["created_at", "2020-11-21 14:28:07.393403"], ["updated_at", "2020-11-21 14:28:07.393403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 1.47774437332475], ["string", "Qui reiciendis laboriosam odio quia."], ["created_at", "2020-11-21 14:28:07.395251"], ["updated_at", "2020-11-21 14:28:07.395251"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.412592"], ["updated_at", "2020-11-21 14:28:07.412592"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.413430"], ["updated_at", "2020-11-21 14:28:07.413430"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.414087"], ["updated_at", "2020-11-21 14:28:07.414087"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.414750"], ["updated_at", "2020-11-21 14:28:07.414750"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.415402"], ["updated_at", "2020-11-21 14:28:07.415402"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:07.418178"], ["updated_at", "2020-11-21 14:28:07.418178"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:07.418961"], ["updated_at", "2020-11-21 14:28:07.418961"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:07.419746"], ["updated_at", "2020-11-21 14:28:07.419746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:07.420467"], ["updated_at", "2020-11-21 14:28:07.420467"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:07.421160"], ["updated_at", "2020-11-21 14:28:07.421160"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:28:07.427388"], ["updated_at", "2020-11-21 14:28:07.427388"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 14:28:07.429201"], ["updated_at", "2020-11-21 14:28:07.429201"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 14:28:07.430429"], ["updated_at", "2020-11-21 14:28:07.430429"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 14:28:07.431629"], ["updated_at", "2020-11-21 14:28:07.431629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 14:28:07.432824"], ["updated_at", "2020-11-21 14:28:07.432824"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-21 14:28:07.438051"], ["updated_at", "2020-11-21 14:28:07.438051"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-21 14:28:07.439749"], ["updated_at", "2020-11-21 14:28:07.439749"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-21 14:28:07.441319"], ["updated_at", "2020-11-21 14:28:07.441319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-21 14:28:07.442854"], ["updated_at", "2020-11-21 14:28:07.442854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-21 14:28:07.444385"], ["updated_at", "2020-11-21 14:28:07.444385"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.445114"], ["updated_at", "2020-11-21 14:28:07.445114"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.445787"], ["updated_at", "2020-11-21 14:28:07.445787"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.446430"], ["updated_at", "2020-11-21 14:28:07.446430"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.447103"], ["updated_at", "2020-11-21 14:28:07.447103"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.447779"], ["updated_at", "2020-11-21 14:28:07.447779"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:07.449220"], ["updated_at", "2020-11-21 14:28:07.449220"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:07.450399"], ["updated_at", "2020-11-21 14:28:07.450399"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:07.451533"], ["updated_at", "2020-11-21 14:28:07.451533"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:07.452655"], ["updated_at", "2020-11-21 14:28:07.452655"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:07.453778"], ["updated_at", "2020-11-21 14:28:07.453778"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (10.6ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9658 Goyette Curve, Gorczanyville, WA 46125"], ["city", "South Giuseppinastad"], ["country", "Guam"], ["description", "Aut expedita excepturi. Est alias ex. Ullam corporis minus. Suscipit tenetur maxime."], ["email", "piedad@example.com"], ["first_name", "Latosha"], ["firstname", "Lorenzo"], ["last_name", "Kuphal"], ["lastname", "Reichel"], ["lat", "23.448578035976723"], ["latitute", "83.00756876259092"], ["lng", "21.764289189278543"], ["locale", "SJ"], ["longitude", "-3.274523038307649"], ["middlename", "Reilly"], ["middle_name", "Johnson"], ["password", "CsQdGr7AyIr09A"], ["phone", "1-545-662-7239"], ["phone_number", "450-906-8556"], ["reference", "05028773-8eab-4caf-a8e5-b7174891a12b"], ["title", "Commodi vero sint."], ["user_name", "letty"], ["username", "wm.schiller"], ["uuid", "d710c3e4-5910-4606-8fc4-c959b08b04aa"], ["created_at", "2020-11-21 14:28:07.477697"], ["updated_at", "2020-11-21 14:28:07.477697"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1928 McDermott Point, West Delilahmouth, WY 89321-2920"], ["city", "Sanfordberg"], ["country", "Montenegro"], ["description", "Est nihil labore. Sint vero voluptatem. Adipisci et repellat. Minima eligendi velit."], ["email", "pete@example.biz"], ["first_name", "Lashaunda"], ["firstname", "Rich"], ["last_name", "Klein"], ["lastname", "Cremin"], ["lat", "-3.2295887557583"], ["latitute", "78.14285478139357"], ["lng", "17.366287626727257"], ["locale", "FO"], ["longitude", "-148.51143483530174"], ["middlename", "Stracke"], ["middle_name", "Daugherty"], ["password", "WvR5qOj5Aw"], ["phone", "(107) 487-8921 x2326"], ["phone_number", "1-464-314-4484 x244"], ["reference", "48b5fe70-209d-4337-b288-273bccb80119"], ["title", "Velit molestiae quae cum qui."], ["user_name", "cristen.cremin"], ["username", "phil"], ["uuid", "02351429-1e14-4f2b-8cae-54ab652f5287"], ["created_at", "2020-11-21 14:28:07.517859"], ["updated_at", "2020-11-21 14:28:07.517859"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "34727 Christian Mission, Hermistonmouth, CT 09578"], ["city", "West Isaiahshire"], ["country", "Timor-Leste"], ["description", "Illum quo quae. Quia corrupti sint. Consequatur recusandae voluptatem. Ut ullam enim. Iure odit eum."], ["email", "craig@example.info"], ["first_name", "Darrell"], ["firstname", "Jacinto"], ["last_name", "Schinner"], ["lastname", "Rutherford"], ["lat", "-26.37187964668997"], ["latitute", "-25.30001385378594"], ["lng", "31.379371768530945"], ["locale", "ET"], ["longitude", "107.72091258895915"], ["middlename", "Nicolas"], ["middle_name", "Spencer"], ["password", "T2qOgRdT8bN"], ["phone", "548-004-4966"], ["phone_number", "1-491-091-0838 x131"], ["reference", "aca8c066-2243-48d6-9a87-fd4739691e55"], ["title", "Dicta vel id quos sed consequatur."], ["user_name", "humberto"], ["username", "andres_powlowski"], ["uuid", "d26cb931-03a5-4c50-bcb7-5a0fc3e53583"], ["created_at", "2020-11-21 14:28:07.544218"], ["updated_at", "2020-11-21 14:28:07.544218"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 725 8455 Kreiger Throughway, South Ronald, FL 21991"], ["city", "North Chanel"], ["country", "Samoa"], ["description", "Voluptas illo nisi. Cumque omnis voluptas. Qui eligendi sit."], ["email", "carmen@example.info"], ["first_name", "Lynsey"], ["firstname", "Walton"], ["last_name", "Koch"], ["lastname", "Roob"], ["lat", "-28.110918021282252"], ["latitute", "9.36730780262063"], ["lng", "57.084399583842696"], ["locale", "DM"], ["longitude", "134.58392363447047"], ["middlename", "O'Reilly"], ["middle_name", "Cummerata"], ["password", "Lp6RxWpUn2U2j"], ["phone", "379.855.9484 x4910"], ["phone_number", "273.964.2687 x43057"], ["reference", "0f5b3364-99c1-402a-9a06-fc0f3469d9e9"], ["title", "Quia qui velit laborum nisi sunt."], ["user_name", "korey.volkman"], ["username", "aurelia"], ["uuid", "b209bc0c-16bd-4ca8-b755-fb30d3ed3e74"], ["created_at", "2020-11-21 14:28:07.569177"], ["updated_at", "2020-11-21 14:28:07.569177"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "23134 Kessler Shoal, Iluminadaburgh, VA 20023"], ["city", "Osvaldoport"], ["country", "Mozambique"], ["description", "Aut accusamus repudiandae. Pariatur possimus debitis. Quasi velit ipsam."], ["email", "faustino@example.name"], ["first_name", "Clifton"], ["firstname", "Cornelius"], ["last_name", "Rosenbaum"], ["lastname", "Medhurst"], ["lat", "25.43374582247705"], ["latitute", "76.2043225762049"], ["lng", "86.53755859098942"], ["locale", "PE"], ["longitude", "75.5792816549243"], ["middlename", "Effertz"], ["middle_name", "Johns"], ["password", "Ym3BiZd3OeGm1X6"], ["phone", "1-111-826-2701 x1274"], ["phone_number", "683-773-2908"], ["reference", "312398f1-dc70-43fb-859e-90dcfaa00724"], ["title", "Et alias consequatur voluptates aspernatur."], ["user_name", "shayna.moore"], ["username", "reuben_bogisich"], ["uuid", "ce7d55c1-2376-4d00-acd7-473678abef30"], ["created_at", "2020-11-21 14:28:07.593600"], ["updated_at", "2020-11-21 14:28:07.593600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 30.3720111670315], ["string", "Quod quaerat aliquam unde aliquid."], ["date", "2020-11-13"], ["time", "2000-01-01 02:36:02.428927"], ["datetime", "2020-11-15 13:47:49.231287"], ["created_at", "2020-11-21 14:28:07.596246"], ["updated_at", "2020-11-21 14:28:07.596246"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 9.18905647614766], ["string", "Iure et pariatur velit cupiditate."], ["date", "2020-12-21"], ["time", "2000-01-01 11:23:24.145188"], ["datetime", "2020-10-14 04:28:03.999445"], ["created_at", "2020-11-21 14:28:07.598574"], ["updated_at", "2020-11-21 14:28:07.598574"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 35.7910437359862], ["string", "Placeat architecto ad."], ["date", "2020-12-06"], ["time", "2000-01-01 21:52:07.551282"], ["datetime", "2020-10-23 11:38:07.067367"], ["created_at", "2020-11-21 14:28:07.600838"], ["updated_at", "2020-11-21 14:28:07.600838"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 29], ["decimal", 1.86970608395661], ["string", "Qui commodi cumque itaque possimus illum."], ["date", "2020-10-21"], ["time", "2000-01-01 09:10:02.291018"], ["datetime", "2021-01-01 17:55:29.010592"], ["created_at", "2020-11-21 14:28:07.603074"], ["updated_at", "2020-11-21 14:28:07.603074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 5.02621476051311], ["string", "Ipsam sint veritatis id nisi."], ["date", "2020-12-10"], ["time", "2000-01-01 13:24:02.641319"], ["datetime", "2020-12-05 10:55:29.300500"], ["created_at", "2020-11-21 14:28:07.605306"], ["updated_at", "2020-11-21 14:28:07.605306"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-21 14:28:07.606908"], ["updated_at", "2020-11-21 14:28:07.606908"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:28:07.608134"], ["updated_at", "2020-11-21 14:28:07.608134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 14:28:07.609282"], ["updated_at", "2020-11-21 14:28:07.609282"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:28:07.610414"], ["updated_at", "2020-11-21 14:28:07.610414"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:28:07.611552"], ["updated_at", "2020-11-21 14:28:07.611552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:28:07.612778"], ["updated_at", "2020-11-21 14:28:07.612778"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-21 14:28:07.613956"], ["updated_at", "2020-11-21 14:28:07.613956"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:28:07.615128"], ["updated_at", "2020-11-21 14:28:07.615128"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-21 14:28:07.616287"], ["updated_at", "2020-11-21 14:28:07.616287"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:28:07.617440"], ["updated_at", "2020-11-21 14:28:07.617440"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 15.9321756892448], ["string", "Quisquam inventore quasi nam aut alias."], ["created_at", "2020-11-21 14:28:07.619406"], ["updated_at", "2020-11-21 14:28:07.619406"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1034], ["decimal", 10.6751849702412], ["string", "Adipisci sit enim dolorum est."], ["created_at", "2020-11-21 14:28:07.621569"], ["updated_at", "2020-11-21 14:28:07.621569"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 5.73214515609769], ["string", "Id perspiciatis et ullam qui."], ["created_at", "2020-11-21 14:28:07.623500"], ["updated_at", "2020-11-21 14:28:07.623500"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 12.5263446175811], ["string", "Quis est dolor ad."], ["created_at", "2020-11-21 14:28:07.625333"], ["updated_at", "2020-11-21 14:28:07.625333"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 27.931470970483], ["string", "Ducimus aut minima totam."], ["created_at", "2020-11-21 14:28:07.627132"], ["updated_at", "2020-11-21 14:28:07.627132"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.637924"], ["updated_at", "2020-11-21 14:28:07.637924"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.638668"], ["updated_at", "2020-11-21 14:28:07.638668"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.639288"], ["updated_at", "2020-11-21 14:28:07.639288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.639883"], ["updated_at", "2020-11-21 14:28:07.639883"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.640473"], ["updated_at", "2020-11-21 14:28:07.640473"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:07.641106"], ["updated_at", "2020-11-21 14:28:07.641106"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:07.641794"], ["updated_at", "2020-11-21 14:28:07.641794"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:07.642428"], ["updated_at", "2020-11-21 14:28:07.642428"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:07.643053"], ["updated_at", "2020-11-21 14:28:07.643053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:07.643666"], ["updated_at", "2020-11-21 14:28:07.643666"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 14:28:07.644863"], ["updated_at", "2020-11-21 14:28:07.644863"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 14:28:07.646038"], ["updated_at", "2020-11-21 14:28:07.646038"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-21 14:28:07.647132"], ["updated_at", "2020-11-21 14:28:07.647132"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-21 14:28:07.648233"], ["updated_at", "2020-11-21 14:28:07.648233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 14:28:07.649356"], ["updated_at", "2020-11-21 14:28:07.649356"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 7], ["created_at", "2020-11-21 14:28:07.650888"], ["updated_at", "2020-11-21 14:28:07.650888"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 7], ["created_at", "2020-11-21 14:28:07.652385"], ["updated_at", "2020-11-21 14:28:07.652385"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 6], ["created_at", "2020-11-21 14:28:07.653859"], ["updated_at", "2020-11-21 14:28:07.653859"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 10], ["created_at", "2020-11-21 14:28:07.655335"], ["updated_at", "2020-11-21 14:28:07.655335"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 4], ["created_at", "2020-11-21 14:28:07.656795"], ["updated_at", "2020-11-21 14:28:07.656795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.657495"], ["updated_at", "2020-11-21 14:28:07.657495"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.658135"], ["updated_at", "2020-11-21 14:28:07.658135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.658743"], ["updated_at", "2020-11-21 14:28:07.658743"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.659372"], ["updated_at", "2020-11-21 14:28:07.659372"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.659979"], ["updated_at", "2020-11-21 14:28:07.659979"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:07.661095"], ["updated_at", "2020-11-21 14:28:07.661095"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:07.662174"], ["updated_at", "2020-11-21 14:28:07.662174"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:07.663226"], ["updated_at", "2020-11-21 14:28:07.663226"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:07.664262"], ["updated_at", "2020-11-21 14:28:07.664262"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:07.665312"], ["updated_at", "2020-11-21 14:28:07.665312"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 736 2861 Margarete Ridge, West Lashondamouth, OR 84490"], ["city", "Indiaberg"], ["country", "Argentina"], ["description", "Ipsum in tempore. Veniam velit corrupti. Porro debitis itaque."], ["email", "yuk@example.name"], ["first_name", "Renaldo"], ["firstname", "Elnora"], ["last_name", "Bogisich"], ["lastname", "Ondricka"], ["lat", "-32.02181281584158"], ["latitute", "88.12236471447687"], ["lng", "82.80949716262893"], ["locale", "HN"], ["longitude", "-171.4188222457524"], ["middlename", "Schuster"], ["middle_name", "O'Hara"], ["password", "PhNvM4v9035"], ["phone", "764-242-8781 x511"], ["phone_number", "1-917-422-2800 x9385"], ["reference", "62f5689e-7b42-48eb-be2c-83693bf8c5e6"], ["title", "Quia pariatur voluptatum quia."], ["user_name", "concha"], ["username", "alton"], ["uuid", "1975e16d-353a-4634-92d9-82583037f390"], ["created_at", "2020-11-21 14:28:07.700384"], ["updated_at", "2020-11-21 14:28:07.700384"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 938 650 Klocko Greens, South Linghaven, NJ 99431"], ["city", "West Blair"], ["country", "Madagascar"], ["description", "Minus et voluptatum. Mollitia numquam eaque. Et est sit. Maiores vel autem. Quia ducimus corporis."], ["email", "seth@example.org"], ["first_name", "Horace"], ["firstname", "Corey"], ["last_name", "D'Amore"], ["lastname", "Fisher"], ["lat", "41.61532731571424"], ["latitute", "26.4021740791773"], ["lng", "-13.781109506669281"], ["locale", "EE"], ["longitude", "-152.19740456736932"], ["middlename", "Sawayn"], ["middle_name", "Heaney"], ["password", "AeEuGiErS0wGe"], ["phone", "906.815.0904 x23104"], ["phone_number", "(256) 192-6613 x5714"], ["reference", "968e10c4-1049-4563-b3fc-d91c464195d0"], ["title", "Et molestias suscipit quidem explicabo et."], ["user_name", "novella_bartoletti"], ["username", "darrin"], ["uuid", "9c7c174d-d505-4bff-b2f9-ba579b748c56"], ["created_at", "2020-11-21 14:28:07.725587"], ["updated_at", "2020-11-21 14:28:07.725587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 231 8747 Jean Land, Lake Thadberg, ME 11121-7392"], ["city", "New Kendalburgh"], ["country", "Djibouti"], ["description", "Quasi et vero. Velit quasi neque. Qui porro culpa."], ["email", "len@example.org"], ["first_name", "Toshiko"], ["firstname", "Cristi"], ["last_name", "Marvin"], ["lastname", "Flatley"], ["lat", "2.054894357882347"], ["latitute", "-30.769828986057618"], ["lng", "-90.64558963963479"], ["locale", "GS"], ["longitude", "168.3312165966238"], ["middlename", "Carter"], ["middle_name", "Brown"], ["password", "D2iEtAjPpPz02I"], ["phone", "(455) 874-7543 x73127"], ["phone_number", "(987) 466-4888 x03957"], ["reference", "ceb9996c-6232-4d4b-af1a-063b9b74d90f"], ["title", "Distinctio quisquam ea saepe."], ["user_name", "lyndon.torp"], ["username", "easter"], ["uuid", "9a0a8884-0c9f-49d8-ad14-fbe34dbd8f34"], ["created_at", "2020-11-21 14:28:07.750159"], ["updated_at", "2020-11-21 14:28:07.750159"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 894 623 Ned Streets, North Vance, MD 72802"], ["city", "West Shirleen"], ["country", "Reunion"], ["description", "Suscipit in commodi. Eum iure officia. Omnis debitis sed. Dolorum id nam. Omnis autem explicabo."], ["email", "carl@example.com"], ["first_name", "Jack"], ["firstname", "Lester"], ["last_name", "Gutkowski"], ["lastname", "Olson"], ["lat", "-52.68946893361895"], ["latitute", "-66.18573544350252"], ["lng", "90.26401128890171"], ["locale", "UM"], ["longitude", "61.107759153570925"], ["middlename", "Kutch"], ["middle_name", "Conn"], ["password", "SxHfJcBxD47dDbB"], ["phone", "495.561.3934 x24129"], ["phone_number", "914-520-0045"], ["reference", "24d207b4-fb39-43c8-88c1-02d35ae8d107"], ["title", "Excepturi consectetur est."], ["user_name", "jeffry_ortiz"], ["username", "elias_rutherford"], ["uuid", "3a36c2f5-5c16-4d16-88c6-9b2b5123cf77"], ["created_at", "2020-11-21 14:28:07.774946"], ["updated_at", "2020-11-21 14:28:07.774946"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 351 293 Heathcote Summit, Brunoburgh, NH 79687"], ["city", "North Alfonso"], ["country", "Jamaica"], ["description", "Doloribus quo vel. Neque asperiores rerum."], ["email", "ozzie_mayert@example.com"], ["first_name", "Micki"], ["firstname", "Karl"], ["last_name", "Armstrong"], ["lastname", "Schimmel"], ["lat", "-4.403675674266324"], ["latitute", "-18.502098759805534"], ["lng", "-161.9483926692102"], ["locale", "NE"], ["longitude", "-88.50305728578299"], ["middlename", "Lesch"], ["middle_name", "Heathcote"], ["password", "TwQqRqJhDpX"], ["phone", "1-702-316-0260 x91431"], ["phone_number", "759-774-8722"], ["reference", "d05eb3bf-7be5-4c6c-a634-bb01866ec9dd"], ["title", "Nostrum animi id qui."], ["user_name", "lawrence"], ["username", "josiah.pfannerstill"], ["uuid", "4a78eed8-ad28-4681-86d1-13ee564f1527"], ["created_at", "2020-11-21 14:28:07.799299"], ["updated_at", "2020-11-21 14:28:07.799299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 22.0630945773459], ["string", "Quo totam voluptas officiis."], ["date", "2020-11-09"], ["time", "2000-01-01 13:43:48.452681"], ["datetime", "2020-11-03 14:45:48.875912"], ["created_at", "2020-11-21 14:28:07.802028"], ["updated_at", "2020-11-21 14:28:07.802028"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 31.5931494248297], ["string", "Omnis culpa rem corrupti."], ["date", "2020-11-27"], ["time", "2000-01-01 21:16:15.015850"], ["datetime", "2020-10-26 03:59:07.700068"], ["created_at", "2020-11-21 14:28:07.804356"], ["updated_at", "2020-11-21 14:28:07.804356"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 5.95304048807883], ["string", "Eum est tenetur."], ["date", "2020-12-03"], ["time", "2000-01-01 11:57:36.799905"], ["datetime", "2020-12-26 14:26:23.478392"], ["created_at", "2020-11-21 14:28:07.806596"], ["updated_at", "2020-11-21 14:28:07.806596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 6.91268075260132], ["string", "Vel sunt aut sed."], ["date", "2020-12-09"], ["time", "2000-01-01 18:45:20.320698"], ["datetime", "2020-10-11 01:10:44.381235"], ["created_at", "2020-11-21 14:28:07.808824"], ["updated_at", "2020-11-21 14:28:07.808824"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 2.04859724275568], ["string", "Beatae illo quia eaque."], ["date", "2020-10-21"], ["time", "2000-01-01 11:57:33.381673"], ["datetime", "2020-12-11 12:20:47.529227"], ["created_at", "2020-11-21 14:28:07.811051"], ["updated_at", "2020-11-21 14:28:07.811051"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:28:07.812641"], ["updated_at", "2020-11-21 14:28:07.812641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 14:28:07.813841"], ["updated_at", "2020-11-21 14:28:07.813841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 14:28:07.814987"], ["updated_at", "2020-11-21 14:28:07.814987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-21 14:28:07.816137"], ["updated_at", "2020-11-21 14:28:07.816137"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-21 14:28:07.817233"], ["updated_at", "2020-11-21 14:28:07.817233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:28:07.818426"], ["updated_at", "2020-11-21 14:28:07.818426"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-21 14:28:07.819584"], ["updated_at", "2020-11-21 14:28:07.819584"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-21 14:28:07.820695"], ["updated_at", "2020-11-21 14:28:07.820695"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:28:07.821835"], ["updated_at", "2020-11-21 14:28:07.821835"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-21 14:28:07.822992"], ["updated_at", "2020-11-21 14:28:07.822992"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 13.3474363649784], ["string", "Autem tempore quaerat mollitia qui."], ["created_at", "2020-11-21 14:28:07.824944"], ["updated_at", "2020-11-21 14:28:07.824944"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 0.740929503063002], ["string", "Enim corrupti ut rerum."], ["created_at", "2020-11-21 14:28:07.827091"], ["updated_at", "2020-11-21 14:28:07.827091"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1021], ["decimal", 4.35030624979343], ["string", "Et enim totam repudiandae."], ["created_at", "2020-11-21 14:28:07.829003"], ["updated_at", "2020-11-21 14:28:07.829003"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 8.52268355727729], ["string", "Fuga et tenetur repellat id qui."], ["created_at", "2020-11-21 14:28:07.830831"], ["updated_at", "2020-11-21 14:28:07.830831"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 20.6026609184307], ["string", "Id ex quisquam consequatur officia."], ["created_at", "2020-11-21 14:28:07.832646"], ["updated_at", "2020-11-21 14:28:07.832646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.852844"], ["updated_at", "2020-11-21 14:28:07.852844"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.853763"], ["updated_at", "2020-11-21 14:28:07.853763"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.854526"], ["updated_at", "2020-11-21 14:28:07.854526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.855306"], ["updated_at", "2020-11-21 14:28:07.855306"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.856067"], ["updated_at", "2020-11-21 14:28:07.856067"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:07.856870"], ["updated_at", "2020-11-21 14:28:07.856870"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:07.857683"], ["updated_at", "2020-11-21 14:28:07.857683"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:07.858461"], ["updated_at", "2020-11-21 14:28:07.858461"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:07.859247"], ["updated_at", "2020-11-21 14:28:07.859247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:07.860028"], ["updated_at", "2020-11-21 14:28:07.860028"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-21 14:28:07.861546"], ["updated_at", "2020-11-21 14:28:07.861546"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 12], ["created_at", "2020-11-21 14:28:07.863026"], ["updated_at", "2020-11-21 14:28:07.863026"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 14], ["created_at", "2020-11-21 14:28:07.864427"], ["updated_at", "2020-11-21 14:28:07.864427"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 15], ["created_at", "2020-11-21 14:28:07.865757"], ["updated_at", "2020-11-21 14:28:07.865757"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-21 14:28:07.867123"], ["updated_at", "2020-11-21 14:28:07.867123"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 8], ["created_at", "2020-11-21 14:28:07.868988"], ["updated_at", "2020-11-21 14:28:07.868988"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 15], ["created_at", "2020-11-21 14:28:07.870769"], ["updated_at", "2020-11-21 14:28:07.870769"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 6], ["created_at", "2020-11-21 14:28:07.872541"], ["updated_at", "2020-11-21 14:28:07.872541"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 6], ["created_at", "2020-11-21 14:28:07.874270"], ["updated_at", "2020-11-21 14:28:07.874270"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 11], ["created_at", "2020-11-21 14:28:07.875939"], ["updated_at", "2020-11-21 14:28:07.875939"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.1ms) SELECT COUNT(*) FROM "limas"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.894702"], ["updated_at", "2020-11-21 14:28:07.894702"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.895845"], ["updated_at", "2020-11-21 14:28:07.895845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.896588"], ["updated_at", "2020-11-21 14:28:07.896588"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.897340"], ["updated_at", "2020-11-21 14:28:07.897340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.898083"], ["updated_at", "2020-11-21 14:28:07.898083"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.899631"], ["updated_at", "2020-11-21 14:28:07.899631"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.901233"], ["updated_at", "2020-11-21 14:28:07.901233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.902860"], ["updated_at", "2020-11-21 14:28:07.902860"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.904686"], ["updated_at", "2020-11-21 14:28:07.904686"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:07.907073"], ["updated_at", "2020-11-21 14:28:07.907073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 852 29338 Elenore Hill, Tyronefort, HI 60766-9862"], ["city", "Morissettemouth"], ["country", "Paraguay"], ["description", "Expedita totam voluptas. A quo inventore."], ["email", "kelsie@example.com"], ["first_name", "Lucien"], ["firstname", "Hector"], ["last_name", "Kilback"], ["lastname", "Quitzon"], ["lat", "-19.4298324342533"], ["latitute", "-43.510151589849166"], ["lng", "-33.062047609804154"], ["locale", "MZ"], ["longitude", "-154.93053557779075"], ["middlename", "Waters"], ["middle_name", "Thiel"], ["password", "2CcPvKbS16"], ["phone", "(891) 766-0385 x20270"], ["phone_number", "613.152.2576"], ["reference", "ac40cf75-0a84-4a54-8a73-8de5584d036d"], ["title", "Voluptatem id tempora et."], ["user_name", "carter.osinski"], ["username", "demetrice"], ["uuid", "4f7ba96e-bcb9-4455-ab7d-92914fcaf14a"], ["created_at", "2020-11-21 14:28:07.936604"], ["updated_at", "2020-11-21 14:28:07.936604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "6354 Auer Pine, Zemlakton, MA 50958-6233"], ["city", "New Britttown"], ["country", "Seychelles"], ["description", "Inventore nisi expedita. Maxime quibusdam similique."], ["email", "laurence@example.net"], ["first_name", "Mickie"], ["firstname", "Sang"], ["last_name", "Koss"], ["lastname", "Ebert"], ["lat", "58.090284262102074"], ["latitute", "38.205679491149624"], ["lng", "119.25337653646045"], ["locale", "MW"], ["longitude", "20.560734298979412"], ["middlename", "Friesen"], ["middle_name", "Lind"], ["password", "WmHeSmAcWxB9zW"], ["phone", "371-691-0580 x97252"], ["phone_number", "1-882-238-9063 x6576"], ["reference", "0e911594-72bb-4494-b2c8-5f6996e9692f"], ["title", "Cupiditate itaque eaque ea."], ["user_name", "sharri.walker"], ["username", "hoyt_lueilwitz"], ["uuid", "a10c77a1-9928-4376-8a7c-a5987709aa6d"], ["created_at", "2020-11-21 14:28:07.961747"], ["updated_at", "2020-11-21 14:28:07.961747"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 974 4772 Botsford Mountains, North Genie, MD 49115"], ["city", "East Wenona"], ["country", "Antigua and Barbuda"], ["description", "Sit laudantium et. Officia saepe quod. Ea repellendus blanditiis. Ab voluptas itaque. Qui quia dolores."], ["email", "lore.becker@example.io"], ["first_name", "Augustine"], ["firstname", "Daron"], ["last_name", "Bahringer"], ["lastname", "Hane"], ["lat", "-79.16901138159713"], ["latitute", "-80.3638027227534"], ["lng", "130.86144650857"], ["locale", "LK"], ["longitude", "2.7510562746344647"], ["middlename", "Mayer"], ["middle_name", "Considine"], ["password", "LgS03kBnE8k0"], ["phone", "(320) 003-6776"], ["phone_number", "(962) 029-9514"], ["reference", "eeac69c7-6a53-4bea-9753-27b4071ccc28"], ["title", "Quisquam voluptatem tenetur dolorem ut."], ["user_name", "lenny.wolf"], ["username", "demetrius"], ["uuid", "c12cd2e9-0feb-4bea-93e8-816e7fda35c8"], ["created_at", "2020-11-21 14:28:07.986194"], ["updated_at", "2020-11-21 14:28:07.986194"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 315 96841 Witting Path, McCulloughberg, WV 08016-9121"], ["city", "Ebertfort"], ["country", "Anguilla"], ["description", "Enim sed quia. Sed et aut. Aliquid sint corporis."], ["email", "santo@example.net"], ["first_name", "Gary"], ["firstname", "Cleotilde"], ["last_name", "Langworth"], ["lastname", "Hamill"], ["lat", "70.81292735776407"], ["latitute", "20.569800319324287"], ["lng", "-154.69299127639152"], ["locale", "MQ"], ["longitude", "18.973501065527955"], ["middlename", "Boehm"], ["middle_name", "Boehm"], ["password", "OqRbVj01C4qSy"], ["phone", "862.175.7653 x2592"], ["phone_number", "1-488-348-9873 x9986"], ["reference", "34d2874f-3162-4bd6-96dd-aa8b74e7ac60"], ["title", "Ea neque ipsa corrupti."], ["user_name", "alisa.zieme"], ["username", "marta"], ["uuid", "b280262f-a75f-4a04-9f1e-17b1ff41c06b"], ["created_at", "2020-11-21 14:28:08.010341"], ["updated_at", "2020-11-21 14:28:08.010341"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 330 93179 Rowe Square, North Josephtown, VA 70015"], ["city", "East Tarramouth"], ["country", "Suriname"], ["description", "Et velit ratione. Laudantium blanditiis minus. Et et sunt. Ut aliquid esse. Aut tempore quia."], ["email", "ester@example.biz"], ["first_name", "Janelle"], ["firstname", "Olevia"], ["last_name", "Frami"], ["lastname", "Bradtke"], ["lat", "61.864339183176895"], ["latitute", "-44.75055668695538"], ["lng", "-170.7858519690367"], ["locale", "BD"], ["longitude", "50.172691038156756"], ["middlename", "Schuppe"], ["middle_name", "Rau"], ["password", "KwV1fVgX1w0"], ["phone", "1-201-294-5081 x6057"], ["phone_number", "238-156-9531 x42296"], ["reference", "0fcecb35-c0ad-40f9-8c17-c3ff931755f6"], ["title", "Fuga est et quis sint et."], ["user_name", "theo"], ["username", "vince_lakin"], ["uuid", "f08818e8-5877-4b9e-a074-1e75d7942424"], ["created_at", "2020-11-21 14:28:08.035089"], ["updated_at", "2020-11-21 14:28:08.035089"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 1.43370156430864], ["string", "Tenetur molestiae laboriosam ipsam facere."], ["date", "2020-12-03"], ["time", "2000-01-01 10:13:09.357330"], ["datetime", "2020-12-31 12:36:09.944025"], ["created_at", "2020-11-21 14:28:08.037833"], ["updated_at", "2020-11-21 14:28:08.037833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 21.622365353836], ["string", "Vel iusto sequi."], ["date", "2020-11-22"], ["time", "2000-01-01 22:22:07.847139"], ["datetime", "2020-10-25 03:47:04.243225"], ["created_at", "2020-11-21 14:28:08.040209"], ["updated_at", "2020-11-21 14:28:08.040209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 3.38835370872341], ["string", "Recusandae dolores est."], ["date", "2020-12-03"], ["time", "2000-01-01 04:07:38.580466"], ["datetime", "2020-11-12 21:35:30.698168"], ["created_at", "2020-11-21 14:28:08.042500"], ["updated_at", "2020-11-21 14:28:08.042500"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 19.4165440978872], ["string", "Corrupti natus consequuntur est ipsum occaecati."], ["date", "2020-12-24"], ["time", "2000-01-01 04:32:30.975541"], ["datetime", "2020-10-27 07:06:48.514309"], ["created_at", "2020-11-21 14:28:08.053486"], ["updated_at", "2020-11-21 14:28:08.053486"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["decimal", 23.3130920655767], ["string", "Quae consequatur qui nostrum neque."], ["date", "2020-12-02"], ["time", "2000-01-01 02:07:29.796574"], ["datetime", "2020-12-14 11:26:05.569922"], ["created_at", "2020-11-21 14:28:08.056511"], ["updated_at", "2020-11-21 14:28:08.056511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:28:08.058397"], ["updated_at", "2020-11-21 14:28:08.058397"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:28:08.059804"], ["updated_at", "2020-11-21 14:28:08.059804"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:28:08.061128"], ["updated_at", "2020-11-21 14:28:08.061128"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:28:08.062424"], ["updated_at", "2020-11-21 14:28:08.062424"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:28:08.063701"], ["updated_at", "2020-11-21 14:28:08.063701"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:28:08.065095"], ["updated_at", "2020-11-21 14:28:08.065095"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:28:08.066480"], ["updated_at", "2020-11-21 14:28:08.066480"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:28:08.067803"], ["updated_at", "2020-11-21 14:28:08.067803"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:28:08.069118"], ["updated_at", "2020-11-21 14:28:08.069118"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:28:08.070449"], ["updated_at", "2020-11-21 14:28:08.070449"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1029], ["decimal", 7.68495394995009], ["string", "Illum hic aut aut."], ["created_at", "2020-11-21 14:28:08.072707"], ["updated_at", "2020-11-21 14:28:08.072707"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 10.6259213425774], ["string", "Id et hic maxime consequatur."], ["created_at", "2020-11-21 14:28:08.074831"], ["updated_at", "2020-11-21 14:28:08.074831"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1028], ["decimal", 10.4529484866744], ["string", "Qui et id nihil eligendi."], ["created_at", "2020-11-21 14:28:08.076933"], ["updated_at", "2020-11-21 14:28:08.076933"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 14.9512718517455], ["string", "Aut aliquid sit illum dolores sed."], ["created_at", "2020-11-21 14:28:08.078854"], ["updated_at", "2020-11-21 14:28:08.078854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1020], ["decimal", 6.04254867068921], ["string", "Perferendis in tenetur."], ["created_at", "2020-11-21 14:28:08.080718"], ["updated_at", "2020-11-21 14:28:08.080718"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:08.091826"], ["updated_at", "2020-11-21 14:28:08.091826"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:08.092619"], ["updated_at", "2020-11-21 14:28:08.092619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:08.093288"], ["updated_at", "2020-11-21 14:28:08.093288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:08.093925"], ["updated_at", "2020-11-21 14:28:08.093925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:08.094562"], ["updated_at", "2020-11-21 14:28:08.094562"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:08.095249"], ["updated_at", "2020-11-21 14:28:08.095249"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:08.095927"], ["updated_at", "2020-11-21 14:28:08.095927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:08.096594"], ["updated_at", "2020-11-21 14:28:08.096594"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:08.097255"], ["updated_at", "2020-11-21 14:28:08.097255"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:08.097936"], ["updated_at", "2020-11-21 14:28:08.097936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:28:08.099243"], ["updated_at", "2020-11-21 14:28:08.099243"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 14:28:08.100550"], ["updated_at", "2020-11-21 14:28:08.100550"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:28:08.101765"], ["updated_at", "2020-11-21 14:28:08.101765"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 14:28:08.102988"], ["updated_at", "2020-11-21 14:28:08.102988"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 14:28:08.104216"], ["updated_at", "2020-11-21 14:28:08.104216"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-21 14:28:08.105895"], ["updated_at", "2020-11-21 14:28:08.105895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-21 14:28:08.107536"], ["updated_at", "2020-11-21 14:28:08.107536"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-21 14:28:08.109118"], ["updated_at", "2020-11-21 14:28:08.109118"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-21 14:28:08.110698"], ["updated_at", "2020-11-21 14:28:08.110698"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-21 14:28:08.112243"], ["updated_at", "2020-11-21 14:28:08.112243"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:08.112984"], ["updated_at", "2020-11-21 14:28:08.112984"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:08.113657"], ["updated_at", "2020-11-21 14:28:08.113657"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:08.114299"], ["updated_at", "2020-11-21 14:28:08.114299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:08.114952"], ["updated_at", "2020-11-21 14:28:08.114952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:08.115592"], ["updated_at", "2020-11-21 14:28:08.115592"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:08.116762"], ["updated_at", "2020-11-21 14:28:08.116762"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:08.117892"], ["updated_at", "2020-11-21 14:28:08.117892"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:08.118989"], ["updated_at", "2020-11-21 14:28:08.118989"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:08.120081"], ["updated_at", "2020-11-21 14:28:08.120081"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:08.121176"], ["updated_at", "2020-11-21 14:28:08.121176"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "47657 Schowalter Union, Soonshire, CT 24401-4998"], ["city", "Coleshire"], ["country", "Finland"], ["description", "Pariatur et et. Dolor veniam occaecati."], ["email", "aurora.sipes@example.com"], ["first_name", "Isidro"], ["firstname", "Aundrea"], ["last_name", "Rippin"], ["lastname", "Moen"], ["lat", "41.387128385611106"], ["latitute", "-2.731030977309004"], ["lng", "-44.787881514952346"], ["locale", "TH"], ["longitude", "3.063766039725323"], ["middlename", "Pacocha"], ["middle_name", "Toy"], ["password", "Ln3Y4qD3"], ["phone", "(189) 244-5567 x401"], ["phone_number", "615-719-0364 x2258"], ["reference", "0bf9227b-0da5-4690-8c90-605c05a55964"], ["title", "Ut libero animi."], ["user_name", "daren"], ["username", "tangela"], ["uuid", "49b908a2-8630-44a9-bec3-fa18958c6fdb"], ["created_at", "2020-11-21 14:28:08.144978"], ["updated_at", "2020-11-21 14:28:08.144978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7032 Mara Hills, Wiltonport, AL 83907"], ["city", "Lake Aldo"], ["country", "Latvia"], ["description", "Quibusdam aut laboriosam. Enim eius sit. Vel eos qui. Eum ipsa voluptates. Non nulla aliquam."], ["email", "norman_satterfield@example.co"], ["first_name", "Karena"], ["firstname", "Theo"], ["last_name", "Hudson"], ["lastname", "Quitzon"], ["lat", "-65.17785482382084"], ["latitute", "-15.869370457955739"], ["lng", "-84.06612403088853"], ["locale", "CH"], ["longitude", "124.47434796226656"], ["middlename", "Beatty"], ["middle_name", "Bergstrom"], ["password", "6U07vEwCv15Du8"], ["phone", "524-252-4882 x857"], ["phone_number", "270.117.2774 x5969"], ["reference", "b92dfee5-0e63-498b-b4aa-b7b2aa2a10b8"], ["title", "Non corrupti et et."], ["user_name", "micha.willms"], ["username", "randy"], ["uuid", "8e80f668-ce06-40af-8eab-ef4bcf2b059f"], ["created_at", "2020-11-21 14:28:08.169544"], ["updated_at", "2020-11-21 14:28:08.169544"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 329 458 Justin Key, Ahmadport, OR 07316-4407"], ["city", "Thaddeusmouth"], ["country", "Venezuela"], ["description", "Sunt a repudiandae. Quia nobis totam."], ["email", "mayme_bartoletti@example.com"], ["first_name", "Raguel"], ["firstname", "Verlie"], ["last_name", "Predovic"], ["lastname", "D'Amore"], ["lat", "7.948993012867504"], ["latitute", "0.04294827858389283"], ["lng", "-34.000782109485186"], ["locale", "PS"], ["longitude", "-175.56995440040805"], ["middlename", "Emmerich"], ["middle_name", "Gleichner"], ["password", "0QsZq23YfKu"], ["phone", "(640) 014-5801 x832"], ["phone_number", "(377) 013-2129"], ["reference", "cc419244-5e4c-4f32-a638-62226aba3a8e"], ["title", "Dolorem ad temporibus esse enim."], ["user_name", "levi.hegmann"], ["username", "versie_block"], ["uuid", "28378da6-42b3-4354-bb72-0aa6b72d47a0"], ["created_at", "2020-11-21 14:28:08.193948"], ["updated_at", "2020-11-21 14:28:08.193948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "52669 Kreiger Forest, Weissnatside, MS 68206-3038"], ["city", "Nicolasstad"], ["country", "Zambia"], ["description", "Itaque rerum nesciunt. Quos sunt ut. Doloremque eius excepturi."], ["email", "milo_price@example.info"], ["first_name", "Harvey"], ["firstname", "Cristopher"], ["last_name", "Ullrich"], ["lastname", "Kerluke"], ["lat", "-27.135864546181715"], ["latitute", "-22.084836088796536"], ["lng", "57.96024131493701"], ["locale", "TO"], ["longitude", "161.613724072423"], ["middlename", "Rosenbaum"], ["middle_name", "Homenick"], ["password", "LhYq7Av3Qy94NjSc"], ["phone", "1-898-308-1986"], ["phone_number", "1-871-169-5014 x237"], ["reference", "5156410c-5702-40d9-9f96-5a9c24ea4ded"], ["title", "Minus quia rem distinctio."], ["user_name", "tangela_little"], ["username", "teodoro"], ["uuid", "0ca184b5-8fb9-4533-9530-9a438bb76dd6"], ["created_at", "2020-11-21 14:28:08.217927"], ["updated_at", "2020-11-21 14:28:08.217927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 851 696 Dietrich Overpass, West Lenard, MA 79784"], ["city", "Sauerville"], ["country", "Malta"], ["description", "Deserunt asperiores aperiam. Similique error quibusdam. Delectus sequi reprehenderit."], ["email", "lou.fisher@example.co"], ["first_name", "Jarred"], ["firstname", "Enid"], ["last_name", "Hamill"], ["lastname", "Keeling"], ["lat", "76.7377984953142"], ["latitute", "31.758488676317413"], ["lng", "-64.75046132871924"], ["locale", "KN"], ["longitude", "97.76620608854932"], ["middlename", "Simonis"], ["middle_name", "Nicolas"], ["password", "GgLa2S3qVpOgAhR"], ["phone", "1-264-514-0805 x1106"], ["phone_number", "198-542-8568 x177"], ["reference", "04006bc5-8e56-42b7-8a9c-4b6ea0caaf9c"], ["title", "Consequatur voluptatem alias delectus porro ipsum."], ["user_name", "perry"], ["username", "jonah"], ["uuid", "6c739ef4-f759-4357-9b06-1bf98d9f5fd4"], ["created_at", "2020-11-21 14:28:08.252176"], ["updated_at", "2020-11-21 14:28:08.252176"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 22], ["decimal", 6.77262355038774], ["string", "Hic quibusdam qui quam corrupti."], ["date", "2020-12-24"], ["time", "2000-01-01 20:15:37.860717"], ["datetime", "2020-11-09 06:48:11.649081"], ["created_at", "2020-11-21 14:28:08.254916"], ["updated_at", "2020-11-21 14:28:08.254916"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 1.97278956619815], ["string", "Provident ipsa assumenda."], ["date", "2020-12-23"], ["time", "2000-01-01 10:53:23.339294"], ["datetime", "2020-10-19 00:34:29.478894"], ["created_at", "2020-11-21 14:28:08.257233"], ["updated_at", "2020-11-21 14:28:08.257233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 15.0298972056295], ["string", "Culpa voluptatem quod magnam."], ["date", "2020-12-04"], ["time", "2000-01-01 11:30:46.906708"], ["datetime", "2020-11-25 05:15:41.195377"], ["created_at", "2020-11-21 14:28:08.259518"], ["updated_at", "2020-11-21 14:28:08.259518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 7.86268526932341], ["string", "Esse aliquid deleniti quidem unde suscipit."], ["date", "2020-11-27"], ["time", "2000-01-01 02:20:16.424894"], ["datetime", "2020-11-08 23:13:45.296347"], ["created_at", "2020-11-21 14:28:08.261852"], ["updated_at", "2020-11-21 14:28:08.261852"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 35.3947864494253], ["string", "Asperiores similique harum aut."], ["date", "2020-11-10"], ["time", "2000-01-01 14:38:46.691904"], ["datetime", "2020-12-05 16:24:40.555458"], ["created_at", "2020-11-21 14:28:08.264133"], ["updated_at", "2020-11-21 14:28:08.264133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 14:28:08.265738"], ["updated_at", "2020-11-21 14:28:08.265738"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:28:08.266972"], ["updated_at", "2020-11-21 14:28:08.266972"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:28:08.268157"], ["updated_at", "2020-11-21 14:28:08.268157"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:28:08.269324"], ["updated_at", "2020-11-21 14:28:08.269324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:28:08.270492"], ["updated_at", "2020-11-21 14:28:08.270492"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:28:08.271783"], ["updated_at", "2020-11-21 14:28:08.271783"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:28:08.272981"], ["updated_at", "2020-11-21 14:28:08.272981"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:28:08.274155"], ["updated_at", "2020-11-21 14:28:08.274155"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:28:08.275337"], ["updated_at", "2020-11-21 14:28:08.275337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:28:08.276514"], ["updated_at", "2020-11-21 14:28:08.276514"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 18.1543552732211], ["string", "Non hic est voluptatibus consequatur quo."], ["created_at", "2020-11-21 14:28:08.278550"], ["updated_at", "2020-11-21 14:28:08.278550"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 26.800220746159], ["string", "Eos accusamus et sint."], ["created_at", "2020-11-21 14:28:08.280566"], ["updated_at", "2020-11-21 14:28:08.280566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 15.6800436148476], ["string", "Amet id praesentium sit."], ["created_at", "2020-11-21 14:28:08.282451"], ["updated_at", "2020-11-21 14:28:08.282451"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1035], ["decimal", 14.7900751999785], ["string", "Sit praesentium et non quasi illum."], ["created_at", "2020-11-21 14:28:08.284312"], ["updated_at", "2020-11-21 14:28:08.284312"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 12.6935460557362], ["string", "Officia sit nobis."], ["created_at", "2020-11-21 14:28:08.286152"], ["updated_at", "2020-11-21 14:28:08.286152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:08.297132"], ["updated_at", "2020-11-21 14:28:08.297132"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:08.297876"], ["updated_at", "2020-11-21 14:28:08.297876"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:08.298514"], ["updated_at", "2020-11-21 14:28:08.298514"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:08.299159"], ["updated_at", "2020-11-21 14:28:08.299159"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:08.299787"], ["updated_at", "2020-11-21 14:28:08.299787"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:08.300464"], ["updated_at", "2020-11-21 14:28:08.300464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:08.301132"], ["updated_at", "2020-11-21 14:28:08.301132"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:08.301775"], ["updated_at", "2020-11-21 14:28:08.301775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:08.302400"], ["updated_at", "2020-11-21 14:28:08.302400"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:08.303054"], ["updated_at", "2020-11-21 14:28:08.303054"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 14:28:08.304412"], ["updated_at", "2020-11-21 14:28:08.304412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-21 14:28:08.305935"], ["updated_at", "2020-11-21 14:28:08.305935"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 14:28:08.307181"], ["updated_at", "2020-11-21 14:28:08.307181"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 14:28:08.308367"], ["updated_at", "2020-11-21 14:28:08.308367"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 14:28:08.309547"], ["updated_at", "2020-11-21 14:28:08.309547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 8], ["created_at", "2020-11-21 14:28:08.311196"], ["updated_at", "2020-11-21 14:28:08.311196"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 4], ["created_at", "2020-11-21 14:28:08.312796"], ["updated_at", "2020-11-21 14:28:08.312796"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 8], ["created_at", "2020-11-21 14:28:08.314379"], ["updated_at", "2020-11-21 14:28:08.314379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 7], ["created_at", "2020-11-21 14:28:08.316005"], ["updated_at", "2020-11-21 14:28:08.316005"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 5], ["created_at", "2020-11-21 14:28:08.317585"], ["updated_at", "2020-11-21 14:28:08.317585"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:08.318335"], ["updated_at", "2020-11-21 14:28:08.318335"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:08.319038"], ["updated_at", "2020-11-21 14:28:08.319038"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:08.319709"], ["updated_at", "2020-11-21 14:28:08.319709"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:08.320371"], ["updated_at", "2020-11-21 14:28:08.320371"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:08.321029"], ["updated_at", "2020-11-21 14:28:08.321029"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:08.322261"], ["updated_at", "2020-11-21 14:28:08.322261"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:08.323461"], ["updated_at", "2020-11-21 14:28:08.323461"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:08.324599"], ["updated_at", "2020-11-21 14:28:08.324599"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:08.325722"], ["updated_at", "2020-11-21 14:28:08.325722"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:08.326846"], ["updated_at", "2020-11-21 14:28:08.326846"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "40621 Tami Gateway, West Garryborough, IL 70748"], ["city", "Port Mi"], ["country", "Aruba"], ["description", "Perferendis quidem illum. Vitae aliquam exercitationem."], ["email", "abbey@example.com"], ["first_name", "Jodee"], ["firstname", "Tess"], ["last_name", "Terry"], ["lastname", "Torp"], ["lat", "-69.9492643466207"], ["latitute", "-67.39894234203102"], ["lng", "149.40929585973947"], ["locale", "CH"], ["longitude", "-67.94196569708438"], ["middlename", "Pacocha"], ["middle_name", "Barton"], ["password", "RbKh9T9i1Nm3W"], ["phone", "(537) 406-1723"], ["phone_number", "(312) 218-4338"], ["reference", "a8a225c3-2537-4053-985f-e91c4ab2463e"], ["title", "Ea voluptatem quia dolores."], ["user_name", "leonel"], ["username", "jeanie_wisozk"], ["uuid", "899724e6-f87a-4aef-ab61-a559858d0ac5"], ["created_at", "2020-11-21 14:28:08.351304"], ["updated_at", "2020-11-21 14:28:08.351304"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 887 974 Gutkowski Cliff, Nigelbury, SD 92461-5852"], ["city", "Hoppeport"], ["country", "Georgia"], ["description", "Qui nihil consequatur. Rerum praesentium nam."], ["email", "arnold@example.co"], ["first_name", "Christian"], ["firstname", "Tiesha"], ["last_name", "Grady"], ["lastname", "Corkery"], ["lat", "1.3935287193158672"], ["latitute", "7.802790665203943"], ["lng", "-93.90535623460838"], ["locale", "ET"], ["longitude", "74.72269976275257"], ["middlename", "Heidenreich"], ["middle_name", "Jacobs"], ["password", "Gc5F1p6MqL8e"], ["phone", "275.311.3381 x380"], ["phone_number", "1-385-084-1144 x34082"], ["reference", "e96eb355-6db4-4c87-b324-f53da3ebc301"], ["title", "Animi mollitia et itaque voluptatibus sit."], ["user_name", "corine"], ["username", "kristeen.paucek"], ["uuid", "8ae1f8e5-99b5-434e-b990-c87184741d38"], ["created_at", "2020-11-21 14:28:08.375969"], ["updated_at", "2020-11-21 14:28:08.375969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 132 8104 Rosalina Station, Lake Lenny, SC 68264"], ["city", "West Ora"], ["country", "Mozambique"], ["description", "Sequi qui earum. Neque aliquam harum. Sit qui accusantium. Ex rerum debitis. Maxime necessitatibus corporis."], ["email", "tam_bernhard@example.name"], ["first_name", "Vicky"], ["firstname", "Luisa"], ["last_name", "Weber"], ["lastname", "Nader"], ["lat", "71.30699538950364"], ["latitute", "-0.507239668818869"], ["lng", "-87.63410520787677"], ["locale", "SH"], ["longitude", "-108.35268826689672"], ["middlename", "Mertz"], ["middle_name", "Kiehn"], ["password", "YeX85aWbB9sV4z"], ["phone", "1-936-209-6521 x88438"], ["phone_number", "716-151-0908"], ["reference", "59dad6cc-acb2-43ca-b5bf-fa582748626d"], ["title", "Aut dolor cupiditate."], ["user_name", "son_vandervort"], ["username", "parker_lindgren"], ["uuid", "10bfacd2-86ee-417f-a07f-6768d45dc483"], ["created_at", "2020-11-21 14:28:08.400962"], ["updated_at", "2020-11-21 14:28:08.400962"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "629 Humberto Lane, South Edmund, DE 82871"], ["city", "New Caitlin"], ["country", "Fiji"], ["description", "Magnam libero quasi. Qui dolor at. Enim vero ipsa. Et dolore quia. Earum ullam rerum."], ["email", "shaun@example.co"], ["first_name", "Forrest"], ["firstname", "Gigi"], ["last_name", "Beahan"], ["lastname", "Wilderman"], ["lat", "-35.41451087299022"], ["latitute", "81.45984621896261"], ["lng", "-86.93029836223315"], ["locale", "GQ"], ["longitude", "62.2811367413172"], ["middlename", "Bahringer"], ["middle_name", "Hyatt"], ["password", "V0zX2hK3fJ0g"], ["phone", "1-750-386-0425 x972"], ["phone_number", "677-578-1781"], ["reference", "1750edbf-6e36-41a6-aaaf-796fee55c1ce"], ["title", "Dolore necessitatibus eius cumque animi."], ["user_name", "delaine"], ["username", "dante.schaden"], ["uuid", "3012dde1-27a4-47cc-aa73-f87be7940cce"], ["created_at", "2020-11-21 14:28:08.435444"], ["updated_at", "2020-11-21 14:28:08.435444"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9115 Gottlieb Plain, Lehnerstad, MT 64904-9597"], ["city", "North Delenaport"], ["country", "Honduras"], ["description", "Sit alias qui. Rerum quo veniam. Sint ex odit. Ipsam omnis alias."], ["email", "corine_kub@example.info"], ["first_name", "Sirena"], ["firstname", "Kristle"], ["last_name", "Rippin"], ["lastname", "Rowe"], ["lat", "16.869397971504796"], ["latitute", "-7.704327584719579"], ["lng", "-80.33535630499934"], ["locale", "VC"], ["longitude", "-132.6152358188518"], ["middlename", "Barrows"], ["middle_name", "Leuschke"], ["password", "93RvDxTeY"], ["phone", "593.255.6774 x66567"], ["phone_number", "196.348.0496 x3137"], ["reference", "ec7374f6-ddae-47ed-9ab0-cc6732b377eb"], ["title", "Voluptates quas dolor."], ["user_name", "ramonita"], ["username", "cira.stokes"], ["uuid", "2a3cc1a8-85e4-4a3f-af96-9fe20fcb760f"], ["created_at", "2020-11-21 14:28:08.461744"], ["updated_at", "2020-11-21 14:28:08.461744"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 0.181770725326152], ["string", "Eos omnis officiis illum sunt."], ["date", "2020-12-01"], ["time", "2000-01-01 03:49:13.998022"], ["datetime", "2020-10-22 18:23:37.193143"], ["created_at", "2020-11-21 14:28:08.464451"], ["updated_at", "2020-11-21 14:28:08.464451"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 18], ["decimal", 4.44048291635278], ["string", "Voluptatem quo non doloribus."], ["date", "2020-12-25"], ["time", "2000-01-01 20:38:59.838075"], ["datetime", "2020-12-22 10:54:18.706058"], ["created_at", "2020-11-21 14:28:08.466776"], ["updated_at", "2020-11-21 14:28:08.466776"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 21.4080710000265], ["string", "Nulla earum voluptatum."], ["date", "2020-11-16"], ["time", "2000-01-01 22:24:42.919242"], ["datetime", "2020-10-27 10:07:13.581469"], ["created_at", "2020-11-21 14:28:08.469033"], ["updated_at", "2020-11-21 14:28:08.469033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 5.79837342654793], ["string", "Molestias beatae aperiam ratione temporibus sint."], ["date", "2020-10-14"], ["time", "2000-01-01 03:23:54.296263"], ["datetime", "2020-11-23 13:52:39.811312"], ["created_at", "2020-11-21 14:28:08.471289"], ["updated_at", "2020-11-21 14:28:08.471289"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 4.90964916237355], ["string", "Sequi vel et ea qui in."], ["date", "2020-10-27"], ["time", "2000-01-01 15:00:11.996602"], ["datetime", "2020-12-09 13:16:14.999188"], ["created_at", "2020-11-21 14:28:08.473564"], ["updated_at", "2020-11-21 14:28:08.473564"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:28:08.475150"], ["updated_at", "2020-11-21 14:28:08.475150"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:28:08.476349"], ["updated_at", "2020-11-21 14:28:08.476349"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:28:08.477489"], ["updated_at", "2020-11-21 14:28:08.477489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 14:28:08.478630"], ["updated_at", "2020-11-21 14:28:08.478630"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 14:28:08.479778"], ["updated_at", "2020-11-21 14:28:08.479778"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:28:08.481008"], ["updated_at", "2020-11-21 14:28:08.481008"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-21 14:28:08.482194"], ["updated_at", "2020-11-21 14:28:08.482194"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-21 14:28:08.483371"], ["updated_at", "2020-11-21 14:28:08.483371"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:28:08.484538"], ["updated_at", "2020-11-21 14:28:08.484538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-21 14:28:08.485695"], ["updated_at", "2020-11-21 14:28:08.485695"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1027], ["decimal", 4.89241552766757], ["string", "Nam quo minima aut culpa."], ["created_at", "2020-11-21 14:28:08.487741"], ["updated_at", "2020-11-21 14:28:08.487741"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 21.1388066428419], ["string", "Ad non voluptatem."], ["created_at", "2020-11-21 14:28:08.489837"], ["updated_at", "2020-11-21 14:28:08.489837"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 33.2919132039542], ["string", "Excepturi et at numquam voluptates."], ["created_at", "2020-11-21 14:28:08.491725"], ["updated_at", "2020-11-21 14:28:08.491725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1029], ["decimal", 0.62944304606809], ["string", "Nulla iusto in."], ["created_at", "2020-11-21 14:28:08.493591"], ["updated_at", "2020-11-21 14:28:08.493591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 25.4578514391623], ["string", "Suscipit iusto sed."], ["created_at", "2020-11-21 14:28:08.495459"], ["updated_at", "2020-11-21 14:28:08.495459"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:08.506483"], ["updated_at", "2020-11-21 14:28:08.506483"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:08.507239"], ["updated_at", "2020-11-21 14:28:08.507239"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:08.507872"], ["updated_at", "2020-11-21 14:28:08.507872"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:08.508504"], ["updated_at", "2020-11-21 14:28:08.508504"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:08.509143"], ["updated_at", "2020-11-21 14:28:08.509143"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:08.509806"], ["updated_at", "2020-11-21 14:28:08.509806"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:08.510470"], ["updated_at", "2020-11-21 14:28:08.510470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:08.511120"], ["updated_at", "2020-11-21 14:28:08.511120"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:08.511763"], ["updated_at", "2020-11-21 14:28:08.511763"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:08.512411"], ["updated_at", "2020-11-21 14:28:08.512411"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-21 14:28:08.513675"], ["updated_at", "2020-11-21 14:28:08.513675"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-21 14:28:08.514932"], ["updated_at", "2020-11-21 14:28:08.514932"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-21 14:28:08.516098"], ["updated_at", "2020-11-21 14:28:08.516098"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 11], ["created_at", "2020-11-21 14:28:08.517250"], ["updated_at", "2020-11-21 14:28:08.517250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-21 14:28:08.518417"], ["updated_at", "2020-11-21 14:28:08.518417"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 14], ["created_at", "2020-11-21 14:28:08.520071"], ["updated_at", "2020-11-21 14:28:08.520071"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 13], ["created_at", "2020-11-21 14:28:08.521723"], ["updated_at", "2020-11-21 14:28:08.521723"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 8], ["created_at", "2020-11-21 14:28:08.523344"], ["updated_at", "2020-11-21 14:28:08.523344"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 15], ["created_at", "2020-11-21 14:28:08.524949"], ["updated_at", "2020-11-21 14:28:08.524949"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 15], ["created_at", "2020-11-21 14:28:08.526547"], ["updated_at", "2020-11-21 14:28:08.526547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.7ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.7ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:28.762171"], ["updated_at", "2020-11-21 14:28:28.762171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:28.763451"], ["updated_at", "2020-11-21 14:28:28.763451"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:28.764272"], ["updated_at", "2020-11-21 14:28:28.764272"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:28.765054"], ["updated_at", "2020-11-21 14:28:28.765054"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:28.765852"], ["updated_at", "2020-11-21 14:28:28.765852"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:28.773848"], ["updated_at", "2020-11-21 14:28:28.773848"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:28.775475"], ["updated_at", "2020-11-21 14:28:28.775475"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:28.776783"], ["updated_at", "2020-11-21 14:28:28.776783"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:28.778043"], ["updated_at", "2020-11-21 14:28:28.778043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:28.779297"], ["updated_at", "2020-11-21 14:28:28.779297"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 555 390 Demetria Stravenue, Honeymouth, TN 17909-9403"], ["city", "Abshireshire"], ["country", "Tokelau"], ["description", "Veritatis at reiciendis. Nam consequatur enim. Repellat quo eum."], ["email", "katy@example.net"], ["first_name", "Minna"], ["firstname", "Myrtle"], ["last_name", "Price"], ["lastname", "Kuhn"], ["lat", "-9.036010514549432"], ["latitute", "-35.611574209749946"], ["lng", "151.03203911338113"], ["locale", "DO"], ["longitude", "-69.19930419741247"], ["middlename", "Braun"], ["middle_name", "Ebert"], ["password", "G5kDqBgHrJ"], ["phone", "1-753-750-7265"], ["phone_number", "(872) 333-2986"], ["reference", "947987f3-599e-4fa9-954b-62683f8a0367"], ["title", "Rem ex quia cupiditate optio ipsam."], ["user_name", "junie_leffler"], ["username", "jacklyn"], ["uuid", "2394773c-457d-4818-93f3-1ccf7ba3e81c"], ["created_at", "2020-11-21 14:28:29.713376"], ["updated_at", "2020-11-21 14:28:29.713376"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "672 Kizzie Island, South Robena, DE 87704-7563"], ["city", "Port Yuk"], ["country", "Canada"], ["description", "Necessitatibus et a. Iste corrupti dignissimos. Accusantium vero minima. Libero consequatur labore."], ["email", "ardella_prohaska@example.org"], ["first_name", "Lucinda"], ["firstname", "Carl"], ["last_name", "Herman"], ["lastname", "Fahey"], ["lat", "77.21999663926957"], ["latitute", "77.26331210146645"], ["lng", "166.53909825895835"], ["locale", "VI"], ["longitude", "36.187497878990484"], ["middlename", "Dietrich"], ["middle_name", "Greenfelder"], ["password", "SfGcLqB5pH"], ["phone", "(413) 993-2147 x8921"], ["phone_number", "(292) 692-1489 x9144"], ["reference", "254206a9-fd82-4e99-a886-0580d492b99b"], ["title", "Cumque voluptates rem sed et."], ["user_name", "branden_bogisich"], ["username", "gena"], ["uuid", "98ce4f46-17bc-4ed8-8067-37a88b8c1ef0"], ["created_at", "2020-11-21 14:28:29.738452"], ["updated_at", "2020-11-21 14:28:29.738452"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "135 Rosetta Extension, South Demetriuschester, ND 35539"], ["city", "East Karine"], ["country", "Puerto Rico"], ["description", "Est eos placeat. Dolorem illo ut. Enim repellat architecto. Ut nemo eveniet. Et veniam quia."], ["email", "olin@example.name"], ["first_name", "Larraine"], ["firstname", "Willis"], ["last_name", "Daugherty"], ["lastname", "Hilll"], ["lat", "-56.43509088494161"], ["latitute", "-69.42472230838038"], ["lng", "-15.898600516291538"], ["locale", "PT"], ["longitude", "2.072402277837199"], ["middlename", "Hintz"], ["middle_name", "Schuppe"], ["password", "90BcHj2ZdDyN"], ["phone", "(767) 076-0177 x5315"], ["phone_number", "(589) 345-8900 x8459"], ["reference", "493d5cef-4379-4163-8ff6-201ada709ef2"], ["title", "Quia vel officiis."], ["user_name", "mark"], ["username", "shaun"], ["uuid", "c0898538-23d5-4f1c-a829-10df202df6e3"], ["created_at", "2020-11-21 14:28:29.773046"], ["updated_at", "2020-11-21 14:28:29.773046"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1169 Lakin Causeway, Libertyside, VT 30184-0301"], ["city", "Wilkinsonhaven"], ["country", "Benin"], ["description", "Non cupiditate praesentium. Minus voluptatum earum. Officia maxime quisquam. Sint nam provident. Accusantium aliquid animi."], ["email", "tatyana_spencer@example.io"], ["first_name", "Anissa"], ["firstname", "Cletus"], ["last_name", "Hilll"], ["lastname", "Hammes"], ["lat", "-55.82989102365532"], ["latitute", "2.6715579640260785"], ["lng", "86.86858751454093"], ["locale", "BG"], ["longitude", "136.3283057965353"], ["middlename", "Waelchi"], ["middle_name", "Treutel"], ["password", "0PyRrG24335tD"], ["phone", "1-261-777-5534 x4556"], ["phone_number", "1-173-163-3673 x571"], ["reference", "66d4fdaf-6211-426c-8936-0368339216a4"], ["title", "At vero ipsa architecto dolor est."], ["user_name", "christy.goldner"], ["username", "cruz.cronin"], ["uuid", "4b70a171-a6bf-4b12-bd9d-96d890036c3b"], ["created_at", "2020-11-21 14:28:29.798401"], ["updated_at", "2020-11-21 14:28:29.798401"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "5259 Doyle Roads, Wittingstad, HI 73012"], ["city", "North Annalisaside"], ["country", "Guernsey"], ["description", "Sunt laborum ipsa. Libero deleniti velit. Vero minima autem."], ["email", "cordie.stracke@example.co"], ["first_name", "Zackary"], ["firstname", "Mee"], ["last_name", "Rippin"], ["lastname", "Kihn"], ["lat", "-60.230319091433955"], ["latitute", "36.88411329757842"], ["lng", "42.63686749366096"], ["locale", "RS"], ["longitude", "128.7469846844558"], ["middlename", "Runte"], ["middle_name", "Bruen"], ["password", "W98g98ThQz40W8"], ["phone", "317.753.2110"], ["phone_number", "(296) 907-7942 x778"], ["reference", "f5276b38-bf21-45ae-9c09-ea4f88574458"], ["title", "Est optio minus repellendus."], ["user_name", "issac.tremblay"], ["username", "adella"], ["uuid", "58e254ab-c5c3-4eb2-bc53-70cfcaf8eba3"], ["created_at", "2020-11-21 14:28:29.822613"], ["updated_at", "2020-11-21 14:28:29.822613"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 31.4742522507946], ["string", "Aliquam nobis nulla a."], ["date", "2020-10-31"], ["time", "2000-01-01 17:08:27.528372"], ["datetime", "2020-12-18 15:47:33.372480"], ["created_at", "2020-11-21 14:28:29.832263"], ["updated_at", "2020-11-21 14:28:29.832263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 0.95168520341264], ["string", "Ut laudantium illum iste tempore."], ["date", "2020-11-14"], ["time", "2000-01-01 23:50:05.388048"], ["datetime", "2020-12-14 19:40:18.067250"], ["created_at", "2020-11-21 14:28:29.834949"], ["updated_at", "2020-11-21 14:28:29.834949"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 1.62267505809997], ["string", "Nihil ipsa maxime quaerat."], ["date", "2020-12-22"], ["time", "2000-01-01 21:29:15.394711"], ["datetime", "2020-12-05 00:06:04.650257"], ["created_at", "2020-11-21 14:28:29.837237"], ["updated_at", "2020-11-21 14:28:29.837237"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 3.19956578490187], ["string", "Ab veritatis placeat laborum."], ["date", "2020-11-25"], ["time", "2000-01-01 07:31:41.661140"], ["datetime", "2020-11-16 15:03:43.959175"], ["created_at", "2020-11-21 14:28:29.839489"], ["updated_at", "2020-11-21 14:28:29.839489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 9.59454639701648], ["string", "Veritatis ut doloremque."], ["date", "2020-10-22"], ["time", "2000-01-01 13:53:30.542203"], ["datetime", "2020-12-26 18:56:32.666895"], ["created_at", "2020-11-21 14:28:29.841705"], ["updated_at", "2020-11-21 14:28:29.841705"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:28:29.845887"], ["updated_at", "2020-11-21 14:28:29.845887"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:28:29.847149"], ["updated_at", "2020-11-21 14:28:29.847149"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:28:29.848303"], ["updated_at", "2020-11-21 14:28:29.848303"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:28:29.849427"], ["updated_at", "2020-11-21 14:28:29.849427"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:28:29.850560"], ["updated_at", "2020-11-21 14:28:29.850560"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:28:29.854760"], ["updated_at", "2020-11-21 14:28:29.854760"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:28:29.856032"], ["updated_at", "2020-11-21 14:28:29.856032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:28:29.857200"], ["updated_at", "2020-11-21 14:28:29.857200"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:28:29.858343"], ["updated_at", "2020-11-21 14:28:29.858343"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:28:29.859515"], ["updated_at", "2020-11-21 14:28:29.859515"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 0.710921187244128], ["string", "Voluptatem quod iusto ut veniam."], ["created_at", "2020-11-21 14:28:29.865644"], ["updated_at", "2020-11-21 14:28:29.865644"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 7.62751564861777], ["string", "Quae labore numquam rerum quo."], ["created_at", "2020-11-21 14:28:29.867620"], ["updated_at", "2020-11-21 14:28:29.867620"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 29.5372247322076], ["string", "Eum nobis earum officia qui repellendus."], ["created_at", "2020-11-21 14:28:29.869448"], ["updated_at", "2020-11-21 14:28:29.869448"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 13.1827257442948], ["string", "Accusamus quia ut illum."], ["created_at", "2020-11-21 14:28:29.871269"], ["updated_at", "2020-11-21 14:28:29.871269"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 6.81560812145587], ["string", "Qui ut qui."], ["created_at", "2020-11-21 14:28:29.873070"], ["updated_at", "2020-11-21 14:28:29.873070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:29.890179"], ["updated_at", "2020-11-21 14:28:29.890179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:29.890990"], ["updated_at", "2020-11-21 14:28:29.890990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:29.891630"], ["updated_at", "2020-11-21 14:28:29.891630"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:29.892258"], ["updated_at", "2020-11-21 14:28:29.892258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:29.892874"], ["updated_at", "2020-11-21 14:28:29.892874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:29.895616"], ["updated_at", "2020-11-21 14:28:29.895616"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:29.896331"], ["updated_at", "2020-11-21 14:28:29.896331"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:29.896973"], ["updated_at", "2020-11-21 14:28:29.896973"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:29.897616"], ["updated_at", "2020-11-21 14:28:29.897616"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:29.898257"], ["updated_at", "2020-11-21 14:28:29.898257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 14:28:29.903343"], ["updated_at", "2020-11-21 14:28:29.903343"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:28:29.904769"], ["updated_at", "2020-11-21 14:28:29.904769"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 14:28:29.905961"], ["updated_at", "2020-11-21 14:28:29.905961"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 14:28:29.907103"], ["updated_at", "2020-11-21 14:28:29.907103"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:28:29.908255"], ["updated_at", "2020-11-21 14:28:29.908255"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-21 14:28:29.914787"], ["updated_at", "2020-11-21 14:28:29.914787"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-21 14:28:29.916548"], ["updated_at", "2020-11-21 14:28:29.916548"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-21 14:28:29.918093"], ["updated_at", "2020-11-21 14:28:29.918093"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-21 14:28:29.919623"], ["updated_at", "2020-11-21 14:28:29.919623"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-21 14:28:29.921138"], ["updated_at", "2020-11-21 14:28:29.921138"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:29.921868"], ["updated_at", "2020-11-21 14:28:29.921868"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:29.922539"], ["updated_at", "2020-11-21 14:28:29.922539"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:29.923180"], ["updated_at", "2020-11-21 14:28:29.923180"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:29.923836"], ["updated_at", "2020-11-21 14:28:29.923836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:29.924487"], ["updated_at", "2020-11-21 14:28:29.924487"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:29.925902"], ["updated_at", "2020-11-21 14:28:29.925902"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:29.927067"], ["updated_at", "2020-11-21 14:28:29.927067"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:29.928192"], ["updated_at", "2020-11-21 14:28:29.928192"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:29.929265"], ["updated_at", "2020-11-21 14:28:29.929265"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:29.930345"], ["updated_at", "2020-11-21 14:28:29.930345"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 970 7745 Leuschke Ports, West Alvera, IN 68055"], ["city", "North Bernardine"], ["country", "Cook Islands"], ["description", "Eaque deserunt omnis. Numquam debitis sint. Ut illo quasi."], ["email", "hettie@example.co"], ["first_name", "Winifred"], ["firstname", "Jae"], ["last_name", "McDermott"], ["lastname", "Trantow"], ["lat", "-70.2135967554753"], ["latitute", "51.971592634034636"], ["lng", "172.83894833405856"], ["locale", "GM"], ["longitude", "59.78049825384181"], ["middlename", "Bernhard"], ["middle_name", "Hamill"], ["password", "Ng1S8gFjHbYr"], ["phone", "193.069.8019 x79262"], ["phone_number", "1-146-046-3837 x5328"], ["reference", "234ee8b1-00ac-46f2-950e-e1cffb34c1f1"], ["title", "Nostrum sequi nulla."], ["user_name", "alfredo"], ["username", "tyron_witting"], ["uuid", "ec0194ea-821e-4141-9dc2-56ab37a09a3b"], ["created_at", "2020-11-21 14:28:29.954051"], ["updated_at", "2020-11-21 14:28:29.954051"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "446 Winifred Keys, Rogahnburgh, AK 14857-7472"], ["city", "Neilside"], ["country", "Palestinian Territory"], ["description", "Recusandae dolorem id. Illo accusantium sequi."], ["email", "norbert@example.io"], ["first_name", "Danika"], ["firstname", "Sheree"], ["last_name", "Baumbach"], ["lastname", "Schuppe"], ["lat", "72.93428818458005"], ["latitute", "-49.536127610576024"], ["lng", "120.46192736211299"], ["locale", "CX"], ["longitude", "-68.88491822768428"], ["middlename", "Russel"], ["middle_name", "Smitham"], ["password", "SaW1pP5xU0"], ["phone", "503.953.5276"], ["phone_number", "634.061.6991 x8267"], ["reference", "32881b71-098d-49cb-b4ab-c8b94603f059"], ["title", "Quae eligendi adipisci."], ["user_name", "jeramy.fisher"], ["username", "mariel.greenfelder"], ["uuid", "cb0c47d4-f1a7-4860-8bd8-f58b5fb4c721"], ["created_at", "2020-11-21 14:28:29.990818"], ["updated_at", "2020-11-21 14:28:29.990818"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 781 71746 Erdman Avenue, Trumanhaven, ND 30462"], ["city", "New Dylan"], ["country", "Togo"], ["description", "Incidunt possimus enim. Vitae natus magnam. Odit ut excepturi. Quae dolores fuga."], ["email", "shila_greenholt@example.io"], ["first_name", "Marisa"], ["firstname", "Quyen"], ["last_name", "Walsh"], ["lastname", "Von"], ["lat", "-9.369806728994817"], ["latitute", "-56.148370273209466"], ["lng", "113.05418284870149"], ["locale", "SJ"], ["longitude", "-103.7305050382657"], ["middlename", "Marks"], ["middle_name", "Blanda"], ["password", "59NwE4b6C52uN1vK"], ["phone", "1-370-879-1911 x57069"], ["phone_number", "(383) 649-9356"], ["reference", "6239eee6-4d8c-4f84-9afa-c69f084c1370"], ["title", "Dolorem consectetur consequatur."], ["user_name", "sydney"], ["username", "zachariah.koelpin"], ["uuid", "2d64382e-629e-4ace-b1f0-26a7c5b5c5b4"], ["created_at", "2020-11-21 14:28:30.015603"], ["updated_at", "2020-11-21 14:28:30.015603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 613 4084 Towne Roads, Smithambury, LA 76833-3570"], ["city", "New Janettaland"], ["country", "Austria"], ["description", "Exercitationem provident adipisci. Quas qui quidem."], ["email", "marc_hoeger@example.name"], ["first_name", "Kathline"], ["firstname", "Judson"], ["last_name", "Grady"], ["lastname", "Hegmann"], ["lat", "10.371723142116522"], ["latitute", "-0.9602591031978562"], ["lng", "-69.85322917675084"], ["locale", "SM"], ["longitude", "-3.5351554140720793"], ["middlename", "Aufderhar"], ["middle_name", "Kuvalis"], ["password", "LhTjTx6HcUdT"], ["phone", "1-117-253-4435 x05678"], ["phone_number", "911.850.5988 x7719"], ["reference", "133973ca-67cb-4077-aa65-412b807ccefa"], ["title", "Est ducimus et ut at id."], ["user_name", "mario"], ["username", "everette"], ["uuid", "50246da0-7706-4fc4-89c5-6f74c1557ade"], ["created_at", "2020-11-21 14:28:30.039796"], ["updated_at", "2020-11-21 14:28:30.039796"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 510 6889 Larkin Locks, North Alishiafurt, OR 44908-0084"], ["city", "North Gregg"], ["country", "Lesotho"], ["description", "Omnis repudiandae eum. Pariatur odio perspiciatis. Ut modi molestiae. Iusto qui praesentium. Nihil ad et."], ["email", "livia_macejkovic@example.io"], ["first_name", "Jarred"], ["firstname", "Kimberlee"], ["last_name", "Jaskolski"], ["lastname", "Mraz"], ["lat", "35.91947744412256"], ["latitute", "-48.07265810868777"], ["lng", "152.6662972286574"], ["locale", "SX"], ["longitude", "103.01202835182994"], ["middlename", "Effertz"], ["middle_name", "Hills"], ["password", "VfZgDiKmP3eP51y5"], ["phone", "(828) 714-0241 x47790"], ["phone_number", "586.832.4944 x0127"], ["reference", "409d317e-5188-426b-bfdf-7fdf92a0687b"], ["title", "Suscipit veritatis cumque."], ["user_name", "bruna"], ["username", "bryant.ondricka"], ["uuid", "7e3ad1cc-2cb9-4703-a9cd-8288616ea1d7"], ["created_at", "2020-11-21 14:28:30.064418"], ["updated_at", "2020-11-21 14:28:30.064418"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 16.1903834562989], ["string", "Architecto repellendus omnis."], ["date", "2021-01-02"], ["time", "2000-01-01 03:45:46.445401"], ["datetime", "2020-11-05 05:35:35.014183"], ["created_at", "2020-11-21 14:28:30.067121"], ["updated_at", "2020-11-21 14:28:30.067121"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 1.73141664987638], ["string", "Vitae id consectetur voluptas."], ["date", "2020-12-06"], ["time", "2000-01-01 00:28:01.960621"], ["datetime", "2020-12-21 14:43:23.511935"], ["created_at", "2020-11-21 14:28:30.069573"], ["updated_at", "2020-11-21 14:28:30.069573"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 13.853469584509], ["string", "Laudantium voluptatem sed quisquam culpa."], ["date", "2020-11-02"], ["time", "2000-01-01 16:18:38.403032"], ["datetime", "2020-11-27 19:55:19.733210"], ["created_at", "2020-11-21 14:28:30.071937"], ["updated_at", "2020-11-21 14:28:30.071937"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["decimal", 0.682859165221239], ["string", "Quia enim molestias blanditiis nulla provident."], ["date", "2020-12-31"], ["time", "2000-01-01 07:45:04.196053"], ["datetime", "2020-10-24 07:31:46.268262"], ["created_at", "2020-11-21 14:28:30.074173"], ["updated_at", "2020-11-21 14:28:30.074173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 12.9404770556076], ["string", "Voluptatem nobis sapiente quis."], ["date", "2020-12-07"], ["time", "2000-01-01 02:38:33.834887"], ["datetime", "2020-11-03 16:43:12.756031"], ["created_at", "2020-11-21 14:28:30.076376"], ["updated_at", "2020-11-21 14:28:30.076376"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:28:30.077895"], ["updated_at", "2020-11-21 14:28:30.077895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-21 14:28:30.079088"], ["updated_at", "2020-11-21 14:28:30.079088"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:28:30.080197"], ["updated_at", "2020-11-21 14:28:30.080197"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-21 14:28:30.081354"], ["updated_at", "2020-11-21 14:28:30.081354"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 14:28:30.082596"], ["updated_at", "2020-11-21 14:28:30.082596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:28:30.083880"], ["updated_at", "2020-11-21 14:28:30.083880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:28:30.085038"], ["updated_at", "2020-11-21 14:28:30.085038"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:28:30.086153"], ["updated_at", "2020-11-21 14:28:30.086153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:28:30.087293"], ["updated_at", "2020-11-21 14:28:30.087293"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:28:30.088410"], ["updated_at", "2020-11-21 14:28:30.088410"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1031], ["decimal", 27.670722508834], ["string", "Reiciendis distinctio consequatur quam."], ["created_at", "2020-11-21 14:28:30.090356"], ["updated_at", "2020-11-21 14:28:30.090356"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 0.721163563186571], ["string", "Incidunt dolor modi ad architecto."], ["created_at", "2020-11-21 14:28:30.092242"], ["updated_at", "2020-11-21 14:28:30.092242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 1.90928104610145], ["string", "Eum et unde rem consequuntur voluptate."], ["created_at", "2020-11-21 14:28:30.094081"], ["updated_at", "2020-11-21 14:28:30.094081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 14.4547688691306], ["string", "Nesciunt fuga atque."], ["created_at", "2020-11-21 14:28:30.095920"], ["updated_at", "2020-11-21 14:28:30.095920"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 30.7591508158759], ["string", "Sapiente voluptatem eum temporibus."], ["created_at", "2020-11-21 14:28:30.097768"], ["updated_at", "2020-11-21 14:28:30.097768"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.108651"], ["updated_at", "2020-11-21 14:28:30.108651"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.109416"], ["updated_at", "2020-11-21 14:28:30.109416"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.110090"], ["updated_at", "2020-11-21 14:28:30.110090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.110746"], ["updated_at", "2020-11-21 14:28:30.110746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.111401"], ["updated_at", "2020-11-21 14:28:30.111401"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:30.112091"], ["updated_at", "2020-11-21 14:28:30.112091"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:30.112779"], ["updated_at", "2020-11-21 14:28:30.112779"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:30.113438"], ["updated_at", "2020-11-21 14:28:30.113438"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:30.114108"], ["updated_at", "2020-11-21 14:28:30.114108"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:30.114766"], ["updated_at", "2020-11-21 14:28:30.114766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-21 14:28:30.116134"], ["updated_at", "2020-11-21 14:28:30.116134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-21 14:28:30.117476"], ["updated_at", "2020-11-21 14:28:30.117476"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-21 14:28:30.118677"], ["updated_at", "2020-11-21 14:28:30.118677"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-21 14:28:30.119882"], ["updated_at", "2020-11-21 14:28:30.119882"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 14:28:30.121065"], ["updated_at", "2020-11-21 14:28:30.121065"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 5], ["created_at", "2020-11-21 14:28:30.122706"], ["updated_at", "2020-11-21 14:28:30.122706"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 10], ["created_at", "2020-11-21 14:28:30.124351"], ["updated_at", "2020-11-21 14:28:30.124351"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 3], ["created_at", "2020-11-21 14:28:30.125950"], ["updated_at", "2020-11-21 14:28:30.125950"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-21 14:28:30.127535"], ["updated_at", "2020-11-21 14:28:30.127535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 9], ["created_at", "2020-11-21 14:28:30.129107"], ["updated_at", "2020-11-21 14:28:30.129107"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.129848"], ["updated_at", "2020-11-21 14:28:30.129848"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.130531"], ["updated_at", "2020-11-21 14:28:30.130531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.131197"], ["updated_at", "2020-11-21 14:28:30.131197"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.131858"], ["updated_at", "2020-11-21 14:28:30.131858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.132510"], ["updated_at", "2020-11-21 14:28:30.132510"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:30.133696"], ["updated_at", "2020-11-21 14:28:30.133696"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:30.134848"], ["updated_at", "2020-11-21 14:28:30.134848"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:30.135978"], ["updated_at", "2020-11-21 14:28:30.135978"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:30.137092"], ["updated_at", "2020-11-21 14:28:30.137092"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:30.138200"], ["updated_at", "2020-11-21 14:28:30.138200"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 811 5944 Kuhn Alley, Ritchieberg, AK 32496-0566"], ["city", "Karimaside"], ["country", "Bahamas"], ["description", "Reiciendis quaerat explicabo. Vel consequatur officiis."], ["email", "marguerita.tillman@example.co"], ["first_name", "Josh"], ["firstname", "Lorette"], ["last_name", "Kling"], ["lastname", "Reichel"], ["lat", "21.47969599676715"], ["latitute", "70.81118279214996"], ["lng", "19.194774074404307"], ["locale", "YT"], ["longitude", "-64.6946633671026"], ["middlename", "Legros"], ["middle_name", "Bartoletti"], ["password", "Ty1GgNaIoXx3"], ["phone", "1-575-089-8052 x472"], ["phone_number", "478.268.4802 x16220"], ["reference", "4d2355ea-7e3c-4cda-a44a-cc0501da646a"], ["title", "Unde molestias necessitatibus perferendis recusandae eligendi."], ["user_name", "kurtis"], ["username", "ericka"], ["uuid", "a7db9d08-0488-4e38-adb3-516e5b8b903f"], ["created_at", "2020-11-21 14:28:30.173325"], ["updated_at", "2020-11-21 14:28:30.173325"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8745 Maxima Well, Ortizton, MS 78038-8552"], ["city", "Lake Len"], ["country", "Democratic People's Republic of Korea"], ["description", "Necessitatibus dolorem aspernatur. Vitae non qui. Suscipit aut ullam. Fuga quia nisi. Facere ipsam et."], ["email", "carmen_wolf@example.com"], ["first_name", "Louie"], ["firstname", "Spring"], ["last_name", "Champlin"], ["lastname", "Anderson"], ["lat", "38.065820252530045"], ["latitute", "20.590767812956813"], ["lng", "148.46316016357878"], ["locale", "ID"], ["longitude", "-35.95359661918698"], ["middlename", "Flatley"], ["middle_name", "Blick"], ["password", "6Vh3XxMx3V9"], ["phone", "472-367-8653 x08888"], ["phone_number", "(627) 728-7859 x08472"], ["reference", "5477acee-12d6-4d1d-9a4f-5b72b88b5609"], ["title", "Omnis voluptatem nobis reiciendis voluptatem."], ["user_name", "jackie"], ["username", "karry"], ["uuid", "2bd9d4a6-93b0-49f5-b492-d8a24f60cea9"], ["created_at", "2020-11-21 14:28:30.198876"], ["updated_at", "2020-11-21 14:28:30.198876"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "996 Christiana Isle, Jamesland, VA 94044-2314"], ["city", "East Particia"], ["country", "Barbados"], ["description", "Sed autem enim. Cupiditate odio est. At et nostrum."], ["email", "vanetta@example.info"], ["first_name", "Lisbeth"], ["firstname", "Kirk"], ["last_name", "Smitham"], ["lastname", "Mraz"], ["lat", "64.88580083072117"], ["latitute", "5.928742754718456"], ["lng", "-1.2888328043532908"], ["locale", "AE"], ["longitude", "-179.03082328829385"], ["middlename", "Kiehn"], ["middle_name", "Schmitt"], ["password", "AiF8tN2uVhA5"], ["phone", "124.897.7829"], ["phone_number", "774.698.6962"], ["reference", "133449bd-cc71-48cb-9136-0c5c9ec9c251"], ["title", "Et quia molestias voluptates eligendi facere."], ["user_name", "shalanda"], ["username", "cheri"], ["uuid", "5df09804-3c0a-41df-b70e-5eab03bea633"], ["created_at", "2020-11-21 14:28:30.223360"], ["updated_at", "2020-11-21 14:28:30.223360"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "578 Maricela Park, Annietown, UT 60755-2888"], ["city", "Kshlerinville"], ["country", "Zambia"], ["description", "Sed dolore beatae. Accusamus similique doloremque. Quam distinctio velit."], ["email", "verna@example.net"], ["first_name", "Jann"], ["firstname", "Malik"], ["last_name", "Emmerich"], ["lastname", "Witting"], ["lat", "-24.435098432864706"], ["latitute", "60.60795150911187"], ["lng", "136.07852589722705"], ["locale", "TO"], ["longitude", "-160.56961167868758"], ["middlename", "Hauck"], ["middle_name", "Daniel"], ["password", "BuY1tRjG"], ["phone", "966-249-8818"], ["phone_number", "(601) 195-9135"], ["reference", "a4502f9c-8eea-4a47-8b37-f19d84584084"], ["title", "Quia sit fugiat nihil ex sint."], ["user_name", "tyron"], ["username", "teresa"], ["uuid", "42952973-cb02-467a-b54d-950195857201"], ["created_at", "2020-11-21 14:28:30.247592"], ["updated_at", "2020-11-21 14:28:30.247592"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 470 815 Considine Path, Beauton, TN 67893"], ["city", "New Cherish"], ["country", "Heard Island and McDonald Islands"], ["description", "Soluta ea rem. Et quia rem. Incidunt voluptatem a."], ["email", "lynna.hammes@example.io"], ["first_name", "Cristobal"], ["firstname", "Alexis"], ["last_name", "Mayert"], ["lastname", "Hayes"], ["lat", "-74.18529868639163"], ["latitute", "7.921772930253255"], ["lng", "-51.054389555999904"], ["locale", "GF"], ["longitude", "45.21293601181148"], ["middlename", "Steuber"], ["middle_name", "Langosh"], ["password", "IxZtAfBeF2uBuS"], ["phone", "(576) 092-2837 x14145"], ["phone_number", "(574) 652-9505 x051"], ["reference", "109598ca-0b09-41e4-876d-7525b367fed1"], ["title", "Doloremque ratione odit architecto similique quae."], ["user_name", "nicholas_reichel"], ["username", "cory.schuster"], ["uuid", "8929173d-bee7-4898-9c82-4ec1d946f8cf"], ["created_at", "2020-11-21 14:28:30.271875"], ["updated_at", "2020-11-21 14:28:30.271875"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 9.62640932095236], ["string", "Modi quod blanditiis at numquam dolores."], ["date", "2020-12-14"], ["time", "2000-01-01 21:18:29.228183"], ["datetime", "2020-10-12 04:04:34.398810"], ["created_at", "2020-11-21 14:28:30.274574"], ["updated_at", "2020-11-21 14:28:30.274574"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 18], ["decimal", 16.080603617387], ["string", "Doloribus velit neque fugit quasi."], ["date", "2020-11-05"], ["time", "2000-01-01 11:44:41.512931"], ["datetime", "2020-11-06 23:24:52.407530"], ["created_at", "2020-11-21 14:28:30.277055"], ["updated_at", "2020-11-21 14:28:30.277055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 4.92986732649911], ["string", "Aut optio eius enim accusamus dicta."], ["date", "2020-11-29"], ["time", "2000-01-01 02:26:57.003484"], ["datetime", "2020-12-05 15:03:03.363874"], ["created_at", "2020-11-21 14:28:30.279376"], ["updated_at", "2020-11-21 14:28:30.279376"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 14.1982185712733], ["string", "Expedita perspiciatis commodi similique aliquam possimus."], ["date", "2020-11-07"], ["time", "2000-01-01 22:58:24.406741"], ["datetime", "2020-12-22 08:53:20.676517"], ["created_at", "2020-11-21 14:28:30.281613"], ["updated_at", "2020-11-21 14:28:30.281613"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 15.0959975517419], ["string", "Voluptatem iure quod dolores ea enim."], ["date", "2020-11-28"], ["time", "2000-01-01 19:49:34.792425"], ["datetime", "2020-12-27 06:08:18.746391"], ["created_at", "2020-11-21 14:28:30.283838"], ["updated_at", "2020-11-21 14:28:30.283838"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:28:30.285406"], ["updated_at", "2020-11-21 14:28:30.285406"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:28:30.286571"], ["updated_at", "2020-11-21 14:28:30.286571"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-21 14:28:30.287716"], ["updated_at", "2020-11-21 14:28:30.287716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:28:30.288857"], ["updated_at", "2020-11-21 14:28:30.288857"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:28:30.289992"], ["updated_at", "2020-11-21 14:28:30.289992"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-21 14:28:30.291244"], ["updated_at", "2020-11-21 14:28:30.291244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:28:30.292449"], ["updated_at", "2020-11-21 14:28:30.292449"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-21 14:28:30.293606"], ["updated_at", "2020-11-21 14:28:30.293606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:28:30.294756"], ["updated_at", "2020-11-21 14:28:30.294756"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:28:30.295915"], ["updated_at", "2020-11-21 14:28:30.295915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 8.13987614832669], ["string", "Quis porro sunt nam consequuntur explicabo."], ["created_at", "2020-11-21 14:28:30.297853"], ["updated_at", "2020-11-21 14:28:30.297853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1030], ["decimal", 9.14862843632723], ["string", "Cupiditate qui ut."], ["created_at", "2020-11-21 14:28:30.299739"], ["updated_at", "2020-11-21 14:28:30.299739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 13.3251347023128], ["string", "Consectetur iure nihil possimus sed velit."], ["created_at", "2020-11-21 14:28:30.301578"], ["updated_at", "2020-11-21 14:28:30.301578"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1041], ["decimal", 4.18517538638781], ["string", "Quos placeat optio quo."], ["created_at", "2020-11-21 14:28:30.303434"], ["updated_at", "2020-11-21 14:28:30.303434"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1037], ["decimal", 35.8594371200012], ["string", "Et autem beatae."], ["created_at", "2020-11-21 14:28:30.305278"], ["updated_at", "2020-11-21 14:28:30.305278"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.316125"], ["updated_at", "2020-11-21 14:28:30.316125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.316930"], ["updated_at", "2020-11-21 14:28:30.316930"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.317590"], ["updated_at", "2020-11-21 14:28:30.317590"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.318225"], ["updated_at", "2020-11-21 14:28:30.318225"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.318860"], ["updated_at", "2020-11-21 14:28:30.318860"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:30.319563"], ["updated_at", "2020-11-21 14:28:30.319563"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:30.320245"], ["updated_at", "2020-11-21 14:28:30.320245"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:30.320922"], ["updated_at", "2020-11-21 14:28:30.320922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:30.321580"], ["updated_at", "2020-11-21 14:28:30.321580"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:30.322239"], ["updated_at", "2020-11-21 14:28:30.322239"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-21 14:28:30.323571"], ["updated_at", "2020-11-21 14:28:30.323571"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-21 14:28:30.324851"], ["updated_at", "2020-11-21 14:28:30.324851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 11], ["created_at", "2020-11-21 14:28:30.325992"], ["updated_at", "2020-11-21 14:28:30.325992"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.4ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-21 14:28:30.336050"], ["updated_at", "2020-11-21 14:28:30.336050"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 14:28:30.337877"], ["updated_at", "2020-11-21 14:28:30.337877"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 3], ["created_at", "2020-11-21 14:28:30.339819"], ["updated_at", "2020-11-21 14:28:30.339819"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 12], ["created_at", "2020-11-21 14:28:30.341709"], ["updated_at", "2020-11-21 14:28:30.341709"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 6], ["created_at", "2020-11-21 14:28:30.343625"], ["updated_at", "2020-11-21 14:28:30.343625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 11], ["created_at", "2020-11-21 14:28:30.345525"], ["updated_at", "2020-11-21 14:28:30.345525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-21 14:28:30.347424"], ["updated_at", "2020-11-21 14:28:30.347424"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.355337"], ["updated_at", "2020-11-21 14:28:30.355337"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.356606"], ["updated_at", "2020-11-21 14:28:30.356606"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.357793"], ["updated_at", "2020-11-21 14:28:30.357793"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.359018"], ["updated_at", "2020-11-21 14:28:30.359018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.360000"], ["updated_at", "2020-11-21 14:28:30.360000"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.361915"], ["updated_at", "2020-11-21 14:28:30.361915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.363470"], ["updated_at", "2020-11-21 14:28:30.363470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.365103"], ["updated_at", "2020-11-21 14:28:30.365103"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.367006"], ["updated_at", "2020-11-21 14:28:30.367006"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.369205"], ["updated_at", "2020-11-21 14:28:30.369205"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 358 890 Lang Forest, Thompsonfort, TN 60141"], ["city", "South Ken"], ["country", "Moldova"], ["description", "Repellendus eveniet nisi. Fuga quidem et. Nihil ipsa vero. Voluptas eaque provident."], ["email", "sanora@example.org"], ["first_name", "Norris"], ["firstname", "Hillary"], ["last_name", "Shields"], ["lastname", "Baumbach"], ["lat", "73.19249567134977"], ["latitute", "-65.12823327449547"], ["lng", "-23.916158184816055"], ["locale", "GB"], ["longitude", "142.65233210772544"], ["middlename", "Veum"], ["middle_name", "Block"], ["password", "D41nGoXfD"], ["phone", "(375) 581-5943 x05637"], ["phone_number", "201.466.5563"], ["reference", "9e9bd245-5553-48ec-9b6d-5c5e3ebd41c1"], ["title", "Ipsa qui voluptas quasi enim architecto."], ["user_name", "gerry"], ["username", "eleonor.schinner"], ["uuid", "b352a4dd-147d-4374-900d-f45b8ca00b57"], ["created_at", "2020-11-21 14:28:30.399395"], ["updated_at", "2020-11-21 14:28:30.399395"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "258 Val Stravenue, North Kentbury, SD 19494-5419"], ["city", "Torphyview"], ["country", "Holy See (Vatican City State)"], ["description", "Aut est facilis. Iure distinctio voluptas. Nihil corrupti omnis."], ["email", "beau.hilll@example.name"], ["first_name", "Cruz"], ["firstname", "Abdul"], ["last_name", "Huels"], ["lastname", "Smith"], ["lat", "82.82649332204954"], ["latitute", "-46.48697776338858"], ["lng", "-85.06848037086047"], ["locale", "YT"], ["longitude", "83.07749298318384"], ["middlename", "Kulas"], ["middle_name", "Veum"], ["password", "EyBwOzNq"], ["phone", "1-689-276-1038 x21823"], ["phone_number", "908.453.9178 x93135"], ["reference", "07455866-d72a-486c-8ddf-70c21360b54d"], ["title", "Totam fugit ut sed eum."], ["user_name", "milo_ortiz"], ["username", "margit"], ["uuid", "ec3d1d6b-76fb-4f64-97c9-ed4e859aa762"], ["created_at", "2020-11-21 14:28:30.425493"], ["updated_at", "2020-11-21 14:28:30.425493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "777 Sipes Village, Watsicahaven, CO 29704"], ["city", "Ingachester"], ["country", "Estonia"], ["description", "Quisquam omnis sapiente. Consequatur deleniti est. Odit voluptatem nostrum."], ["email", "lea.dickens@example.org"], ["first_name", "Bradford"], ["firstname", "Zita"], ["last_name", "Ernser"], ["lastname", "Friesen"], ["lat", "13.850005974839533"], ["latitute", "-72.52638148294996"], ["lng", "-39.91979481292665"], ["locale", "BV"], ["longitude", "-128.9585558356269"], ["middlename", "Pfeffer"], ["middle_name", "Reilly"], ["password", "03H8mCm0Vj2M"], ["phone", "1-351-220-6389"], ["phone_number", "409-387-5775 x881"], ["reference", "0c3a857c-7ec2-4764-9ef5-b0a8ed24c897"], ["title", "Porro eveniet qui placeat officia."], ["user_name", "cecille_wolff"], ["username", "fe"], ["uuid", "ebcae3b9-bd33-489d-bb79-a8983923269e"], ["created_at", "2020-11-21 14:28:30.449955"], ["updated_at", "2020-11-21 14:28:30.449955"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 841 7785 Ruben Gardens, Andersonport, OK 01100-2574"], ["city", "Port Riva"], ["country", "Nigeria"], ["description", "Earum animi veritatis. Dolores harum quia. Cumque odio blanditiis."], ["email", "karey@example.info"], ["first_name", "Bennett"], ["firstname", "Mabelle"], ["last_name", "Braun"], ["lastname", "Lockman"], ["lat", "73.28376499960456"], ["latitute", "26.55738107674628"], ["lng", "-17.280073630698865"], ["locale", "VN"], ["longitude", "-131.64849484679573"], ["middlename", "Rau"], ["middle_name", "Jacobs"], ["password", "1Tr0Bs6B2b2C2aI"], ["phone", "202-475-0630 x0989"], ["phone_number", "554-654-7850"], ["reference", "cf3dbf56-421e-451d-bdab-67b8b0d4de10"], ["title", "Quisquam quia voluptatem voluptas repellendus placeat."], ["user_name", "lise"], ["username", "shani"], ["uuid", "8470d4aa-a3d9-4aa5-86f1-67e2e8c746fc"], ["created_at", "2020-11-21 14:28:30.474954"], ["updated_at", "2020-11-21 14:28:30.474954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 622 9061 Eldon Springs, East Mitchtown, SD 78055-3131"], ["city", "East Jeroldborough"], ["country", "Congo"], ["description", "Quo officiis est. Autem et cum."], ["email", "india@example.info"], ["first_name", "Marshall"], ["firstname", "Fredda"], ["last_name", "Harris"], ["lastname", "Schumm"], ["lat", "80.94771932892564"], ["latitute", "-20.028470816898775"], ["lng", "114.33962607632026"], ["locale", "FM"], ["longitude", "-20.630682018396044"], ["middlename", "Mayer"], ["middle_name", "McClure"], ["password", "85P8h1GiQ2bErS6"], ["phone", "838.230.5064 x95903"], ["phone_number", "(445) 419-7809 x45189"], ["reference", "0b6582b1-0d91-4d5d-b33f-ce02172dd2a1"], ["title", "Omnis ipsam voluptatem labore."], ["user_name", "elwood_yost"], ["username", "ignacio"], ["uuid", "d2dd2f4a-72f7-4ade-8567-e7f12a89a5ee"], ["created_at", "2020-11-21 14:28:30.499397"], ["updated_at", "2020-11-21 14:28:30.499397"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 14.622346019538], ["string", "Aspernatur minima qui quod."], ["date", "2020-12-23"], ["time", "2000-01-01 16:27:37.980272"], ["datetime", "2020-10-27 05:42:48.088743"], ["created_at", "2020-11-21 14:28:30.502356"], ["updated_at", "2020-11-21 14:28:30.502356"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 21.1369480052336], ["string", "Nulla ut sed ut debitis tempora."], ["date", "2020-12-27"], ["time", "2000-01-01 07:43:59.415364"], ["datetime", "2020-11-12 13:55:23.223472"], ["created_at", "2020-11-21 14:28:30.505318"], ["updated_at", "2020-11-21 14:28:30.505318"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 26], ["decimal", 2.00689736267339], ["string", "Et ab inventore dolor debitis amet."], ["date", "2020-11-24"], ["time", "2000-01-01 12:49:59.859132"], ["datetime", "2020-12-14 12:56:20.718657"], ["created_at", "2020-11-21 14:28:30.507843"], ["updated_at", "2020-11-21 14:28:30.507843"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 0.18383879156827], ["string", "Nesciunt aspernatur doloremque."], ["date", "2020-10-24"], ["time", "2000-01-01 14:23:24.361433"], ["datetime", "2020-11-17 10:43:27.056130"], ["created_at", "2020-11-21 14:28:30.510310"], ["updated_at", "2020-11-21 14:28:30.510310"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 36], ["decimal", 0.474227291034713], ["string", "Totam cupiditate est eum dolor."], ["date", "2020-12-01"], ["time", "2000-01-01 16:30:00.625032"], ["datetime", "2020-12-30 09:49:37.208871"], ["created_at", "2020-11-21 14:28:30.512764"], ["updated_at", "2020-11-21 14:28:30.512764"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:28:30.514716"], ["updated_at", "2020-11-21 14:28:30.514716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:28:30.516333"], ["updated_at", "2020-11-21 14:28:30.516333"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:28:30.517926"], ["updated_at", "2020-11-21 14:28:30.517926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:28:30.519402"], ["updated_at", "2020-11-21 14:28:30.519402"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:28:30.520897"], ["updated_at", "2020-11-21 14:28:30.520897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:28:30.522450"], ["updated_at", "2020-11-21 14:28:30.522450"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:28:30.524056"], ["updated_at", "2020-11-21 14:28:30.524056"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:28:30.525638"], ["updated_at", "2020-11-21 14:28:30.525638"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:28:30.527116"], ["updated_at", "2020-11-21 14:28:30.527116"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:28:30.528597"], ["updated_at", "2020-11-21 14:28:30.528597"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 37.4510816455092], ["string", "Dolor beatae praesentium commodi."], ["created_at", "2020-11-21 14:28:30.539245"], ["updated_at", "2020-11-21 14:28:30.539245"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 1.06617403207503], ["string", "Nemo eius ab."], ["created_at", "2020-11-21 14:28:30.542202"], ["updated_at", "2020-11-21 14:28:30.542202"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1032], ["decimal", 7.11631420595098], ["string", "Sed non sed impedit nemo laborum."], ["created_at", "2020-11-21 14:28:30.544671"], ["updated_at", "2020-11-21 14:28:30.544671"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 11.8713984853043], ["string", "Maiores qui nemo."], ["created_at", "2020-11-21 14:28:30.547120"], ["updated_at", "2020-11-21 14:28:30.547120"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 4.19762717281976], ["string", "Qui consequatur nisi ipsum neque consequatur."], ["created_at", "2020-11-21 14:28:30.549523"], ["updated_at", "2020-11-21 14:28:30.549523"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.563255"], ["updated_at", "2020-11-21 14:28:30.563255"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.564296"], ["updated_at", "2020-11-21 14:28:30.564296"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.565299"], ["updated_at", "2020-11-21 14:28:30.565299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.566252"], ["updated_at", "2020-11-21 14:28:30.566252"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.567140"], ["updated_at", "2020-11-21 14:28:30.567140"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:30.568080"], ["updated_at", "2020-11-21 14:28:30.568080"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:30.568966"], ["updated_at", "2020-11-21 14:28:30.568966"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:30.569851"], ["updated_at", "2020-11-21 14:28:30.569851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:30.570721"], ["updated_at", "2020-11-21 14:28:30.570721"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:30.571604"], ["updated_at", "2020-11-21 14:28:30.571604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 14:28:30.573225"], ["updated_at", "2020-11-21 14:28:30.573225"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:28:30.574920"], ["updated_at", "2020-11-21 14:28:30.574920"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:28:30.576787"], ["updated_at", "2020-11-21 14:28:30.576787"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:28:30.578371"], ["updated_at", "2020-11-21 14:28:30.578371"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 14:28:30.580061"], ["updated_at", "2020-11-21 14:28:30.580061"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-21 14:28:30.582206"], ["updated_at", "2020-11-21 14:28:30.582206"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-21 14:28:30.584416"], ["updated_at", "2020-11-21 14:28:30.584416"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-21 14:28:30.586480"], ["updated_at", "2020-11-21 14:28:30.586480"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-21 14:28:30.588539"], ["updated_at", "2020-11-21 14:28:30.588539"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-21 14:28:30.590592"], ["updated_at", "2020-11-21 14:28:30.590592"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.591552"], ["updated_at", "2020-11-21 14:28:30.591552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.592450"], ["updated_at", "2020-11-21 14:28:30.592450"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.593322"], ["updated_at", "2020-11-21 14:28:30.593322"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.594187"], ["updated_at", "2020-11-21 14:28:30.594187"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.595138"], ["updated_at", "2020-11-21 14:28:30.595138"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:30.596702"], ["updated_at", "2020-11-21 14:28:30.596702"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:30.598206"], ["updated_at", "2020-11-21 14:28:30.598206"], ["india_id", 2]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:30.599691"], ["updated_at", "2020-11-21 14:28:30.599691"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:30.601164"], ["updated_at", "2020-11-21 14:28:30.601164"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:30.602624"], ["updated_at", "2020-11-21 14:28:30.602624"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "85259 Kemmer Dale, South Hesterburgh, NJ 56732-3196"], ["city", "Wardside"], ["country", "San Marino"], ["description", "Tenetur ullam exercitationem. Ut dolore excepturi. Et sequi sit. Iure cupiditate et. Id temporibus quos."], ["email", "jesusita@example.biz"], ["first_name", "Demarcus"], ["firstname", "Teodora"], ["last_name", "Frami"], ["lastname", "Armstrong"], ["lat", "6.039712304414763"], ["latitute", "58.01967378886215"], ["lng", "9.624637037465732"], ["locale", "RO"], ["longitude", "-43.984322284138756"], ["middlename", "Conn"], ["middle_name", "Zboncak"], ["password", "HmB0tCxV3z8C9"], ["phone", "889.247.4598 x38040"], ["phone_number", "1-900-094-5749 x8227"], ["reference", "ec5a6f7d-b52e-4675-bfd5-02ca94895c13"], ["title", "Adipisci sit corporis dolores ex."], ["user_name", "marg_kuvalis"], ["username", "jonathan"], ["uuid", "f0518bc5-2ee6-4cce-9c10-a5b603cb3b7a"], ["created_at", "2020-11-21 14:28:30.627105"], ["updated_at", "2020-11-21 14:28:30.627105"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 717 812 Emard River, Meliahaven, SD 50634-9553"], ["city", "Schoenborough"], ["country", "Namibia"], ["description", "Qui officiis et. Aliquid totam officia. Perferendis aut autem."], ["email", "dudley@example.com"], ["first_name", "Trent"], ["firstname", "Robert"], ["last_name", "Langworth"], ["lastname", "Schumm"], ["lat", "74.65381463650075"], ["latitute", "83.59009802603805"], ["lng", "-76.60887687756431"], ["locale", "ML"], ["longitude", "-116.67579087998456"], ["middlename", "Kutch"], ["middle_name", "Stanton"], ["password", "NrYbNi2Pt83K2"], ["phone", "596.850.1824 x004"], ["phone_number", "782-619-0038 x2855"], ["reference", "ada50fe8-d1f0-4933-bb33-cd29ea91a971"], ["title", "Sunt consequatur aut."], ["user_name", "lizeth"], ["username", "helaine.sipes"], ["uuid", "79889a7c-0046-4bed-a406-e2734a60c0f6"], ["created_at", "2020-11-21 14:28:30.651570"], ["updated_at", "2020-11-21 14:28:30.651570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 317 99882 Carter Gardens, New Eltonhaven, CA 29249"], ["city", "West Shavonbury"], ["country", "Chad"], ["description", "Rem eligendi et. Impedit quidem repellat. Ratione dolore asperiores. Est omnis laborum."], ["email", "leroy_wilderman@example.co"], ["first_name", "Ruthe"], ["firstname", "Damon"], ["last_name", "Beier"], ["lastname", "O'Kon"], ["lat", "-49.26613735775316"], ["latitute", "-35.423648338163225"], ["lng", "37.194988479374786"], ["locale", "FO"], ["longitude", "18.47064693871772"], ["middlename", "Reichert"], ["middle_name", "Lindgren"], ["password", "UtPnHh7D9"], ["phone", "1-709-673-4639 x89124"], ["phone_number", "(170) 369-9470 x716"], ["reference", "2d477fbf-e850-42b6-94d4-e4363ce6718d"], ["title", "Autem architecto quaerat dolore omnis."], ["user_name", "lenora_strosin"], ["username", "milford.russel"], ["uuid", "b365f478-f216-4377-9361-0d5adb836792"], ["created_at", "2020-11-21 14:28:30.676520"], ["updated_at", "2020-11-21 14:28:30.676520"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "6083 Schmidt Roads, New Lawana, RI 23176"], ["city", "Ewaport"], ["country", "Saint Martin"], ["description", "At labore et. Omnis sapiente impedit."], ["email", "antonio.jakubowski@example.name"], ["first_name", "Alana"], ["firstname", "Gwenda"], ["last_name", "Carter"], ["lastname", "Heidenreich"], ["lat", "3.6511630451812778"], ["latitute", "72.19708538282734"], ["lng", "167.36136252083327"], ["locale", "PG"], ["longitude", "69.79556929244453"], ["middlename", "Rau"], ["middle_name", "Walker"], ["password", "7TxLwAaEjAy"], ["phone", "728-346-1764"], ["phone_number", "(693) 029-7787 x77564"], ["reference", "26581b54-d86a-4468-be5d-f768a8f3a452"], ["title", "Ut dolorem occaecati itaque sequi."], ["user_name", "taneka"], ["username", "kory.kuphal"], ["uuid", "d145e854-6849-4970-b20a-a37dec6ae3e5"], ["created_at", "2020-11-21 14:28:30.701195"], ["updated_at", "2020-11-21 14:28:30.701195"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 414 99602 Hai Knoll, Gislasonberg, IN 83974"], ["city", "Port Terrellton"], ["country", "Saudi Arabia"], ["description", "Consectetur architecto repellendus. Beatae deleniti fugit."], ["email", "colby@example.biz"], ["first_name", "Crysta"], ["firstname", "Stacey"], ["last_name", "Fahey"], ["lastname", "Cartwright"], ["lat", "-86.07592391756192"], ["latitute", "-38.061548516997945"], ["lng", "71.38447939479661"], ["locale", "TG"], ["longitude", "139.51434616172293"], ["middlename", "Pagac"], ["middle_name", "O'Hara"], ["password", "9JiBiCcUrTsIw6"], ["phone", "1-354-947-3153"], ["phone_number", "1-320-101-3602 x61501"], ["reference", "509453ba-a4f4-4ed2-a0a2-4aa00f02371d"], ["title", "Sit totam unde et dolore."], ["user_name", "ronny"], ["username", "merrill"], ["uuid", "6dae27c4-3f23-498f-9b07-11e431e8ea71"], ["created_at", "2020-11-21 14:28:30.734132"], ["updated_at", "2020-11-21 14:28:30.734132"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 2.73397127183408], ["string", "Iusto fuga harum."], ["date", "2020-10-12"], ["time", "2000-01-01 17:22:50.885619"], ["datetime", "2020-12-27 15:45:31.276564"], ["created_at", "2020-11-21 14:28:30.737430"], ["updated_at", "2020-11-21 14:28:30.737430"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 0.806988986356675], ["string", "Illum rem odio nemo."], ["date", "2020-12-23"], ["time", "2000-01-01 02:54:01.848970"], ["datetime", "2020-12-12 07:48:54.866150"], ["created_at", "2020-11-21 14:28:30.740299"], ["updated_at", "2020-11-21 14:28:30.740299"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 23], ["decimal", 0.0336281052025018], ["string", "Et nobis necessitatibus delectus tempora quia."], ["date", "2020-12-25"], ["time", "2000-01-01 08:40:48.500668"], ["datetime", "2020-10-13 04:47:06.726956"], ["created_at", "2020-11-21 14:28:30.743203"], ["updated_at", "2020-11-21 14:28:30.743203"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 4.1187707939798], ["string", "Harum nihil repudiandae officia."], ["date", "2020-12-01"], ["time", "2000-01-01 12:28:11.298140"], ["datetime", "2020-10-27 00:30:35.043550"], ["created_at", "2020-11-21 14:28:30.745881"], ["updated_at", "2020-11-21 14:28:30.745881"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 4.48409425944871], ["string", "Voluptatem aut et incidunt ducimus aliquid."], ["date", "2020-10-31"], ["time", "2000-01-01 09:54:25.329266"], ["datetime", "2020-12-01 12:11:02.778731"], ["created_at", "2020-11-21 14:28:30.748502"], ["updated_at", "2020-11-21 14:28:30.748502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:28:30.750507"], ["updated_at", "2020-11-21 14:28:30.750507"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:28:30.752069"], ["updated_at", "2020-11-21 14:28:30.752069"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:28:30.753555"], ["updated_at", "2020-11-21 14:28:30.753555"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:28:30.755040"], ["updated_at", "2020-11-21 14:28:30.755040"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:28:30.756517"], ["updated_at", "2020-11-21 14:28:30.756517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:28:30.758101"], ["updated_at", "2020-11-21 14:28:30.758101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-21 14:28:30.759641"], ["updated_at", "2020-11-21 14:28:30.759641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-21 14:28:30.761139"], ["updated_at", "2020-11-21 14:28:30.761139"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:28:30.762633"], ["updated_at", "2020-11-21 14:28:30.762633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-21 14:28:30.763756"], ["updated_at", "2020-11-21 14:28:30.763756"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 14.5819350199149], ["string", "Nemo ut similique quia assumenda temporibus."], ["created_at", "2020-11-21 14:28:30.765694"], ["updated_at", "2020-11-21 14:28:30.765694"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 13.3353936221019], ["string", "Autem maxime inventore laboriosam."], ["created_at", "2020-11-21 14:28:30.767713"], ["updated_at", "2020-11-21 14:28:30.767713"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 6.9223639222718], ["string", "Asperiores veritatis dolores."], ["created_at", "2020-11-21 14:28:30.770835"], ["updated_at", "2020-11-21 14:28:30.770835"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 5.08549098363811], ["string", "Dolor rerum aut iste repellendus hic."], ["created_at", "2020-11-21 14:28:30.773421"], ["updated_at", "2020-11-21 14:28:30.773421"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 4.35398915423712], ["string", "Nesciunt delectus voluptas ut dolore."], ["created_at", "2020-11-21 14:28:30.775799"], ["updated_at", "2020-11-21 14:28:30.775799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.788030"], ["updated_at", "2020-11-21 14:28:30.788030"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.788871"], ["updated_at", "2020-11-21 14:28:30.788871"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.789551"], ["updated_at", "2020-11-21 14:28:30.789551"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.790216"], ["updated_at", "2020-11-21 14:28:30.790216"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.790865"], ["updated_at", "2020-11-21 14:28:30.790865"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:30.791572"], ["updated_at", "2020-11-21 14:28:30.791572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:30.792278"], ["updated_at", "2020-11-21 14:28:30.792278"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:30.792951"], ["updated_at", "2020-11-21 14:28:30.792951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:30.793622"], ["updated_at", "2020-11-21 14:28:30.793622"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:30.794302"], ["updated_at", "2020-11-21 14:28:30.794302"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:28:30.795613"], ["updated_at", "2020-11-21 14:28:30.795613"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 14:28:30.796901"], ["updated_at", "2020-11-21 14:28:30.796901"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 14:28:30.798098"], ["updated_at", "2020-11-21 14:28:30.798098"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-21 14:28:30.799305"], ["updated_at", "2020-11-21 14:28:30.799305"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-21 14:28:30.800488"], ["updated_at", "2020-11-21 14:28:30.800488"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 4], ["created_at", "2020-11-21 14:28:30.802147"], ["updated_at", "2020-11-21 14:28:30.802147"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 10], ["created_at", "2020-11-21 14:28:30.803794"], ["updated_at", "2020-11-21 14:28:30.803794"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 8], ["created_at", "2020-11-21 14:28:30.805394"], ["updated_at", "2020-11-21 14:28:30.805394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 3], ["created_at", "2020-11-21 14:28:30.807006"], ["updated_at", "2020-11-21 14:28:30.807006"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 3], ["created_at", "2020-11-21 14:28:30.808609"], ["updated_at", "2020-11-21 14:28:30.808609"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.809356"], ["updated_at", "2020-11-21 14:28:30.809356"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.810052"], ["updated_at", "2020-11-21 14:28:30.810052"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.810724"], ["updated_at", "2020-11-21 14:28:30.810724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.811396"], ["updated_at", "2020-11-21 14:28:30.811396"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.812027"], ["updated_at", "2020-11-21 14:28:30.812027"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:30.813184"], ["updated_at", "2020-11-21 14:28:30.813184"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:30.814334"], ["updated_at", "2020-11-21 14:28:30.814334"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:30.815430"], ["updated_at", "2020-11-21 14:28:30.815430"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:30.816530"], ["updated_at", "2020-11-21 14:28:30.816530"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:28:30.817652"], ["updated_at", "2020-11-21 14:28:30.817652"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 404 155 Ledner Isle, Janisborough, PA 79933-3941"], ["city", "Ritchieborough"], ["country", "Singapore"], ["description", "Repellendus veniam exercitationem. Dolores reprehenderit et. Vel quo debitis. Quod fugit magnam."], ["email", "douglass_mcclure@example.info"], ["first_name", "Austin"], ["firstname", "Stevie"], ["last_name", "Stehr"], ["lastname", "McLaughlin"], ["lat", "85.09973523131896"], ["latitute", "39.99613626562095"], ["lng", "-3.328692766365805"], ["locale", "SY"], ["longitude", "34.608442637992994"], ["middlename", "Russel"], ["middle_name", "Emard"], ["password", "2Yy1WsGu"], ["phone", "192-339-8673 x31598"], ["phone_number", "1-266-596-9931 x676"], ["reference", "5d788be5-13ad-4f37-bfc7-b57dec17fa67"], ["title", "Voluptate nam saepe ut rerum eius."], ["user_name", "aline"], ["username", "maud"], ["uuid", "17075152-1ab2-44c7-b53c-ebdeccc8e87f"], ["created_at", "2020-11-21 14:28:30.841628"], ["updated_at", "2020-11-21 14:28:30.841628"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 263 702 Jackson Field, Dariomouth, AL 43645-8058"], ["city", "Port Sung"], ["country", "France"], ["description", "Dolor nobis vitae. Veniam nam in. Sequi culpa eveniet. Temporibus harum quod."], ["email", "francene@example.name"], ["first_name", "Isidro"], ["firstname", "Rina"], ["last_name", "Strosin"], ["lastname", "Smitham"], ["lat", "-88.47211017719735"], ["latitute", "-45.21193105393907"], ["lng", "-30.833711497527503"], ["locale", "SE"], ["longitude", "82.0015744521715"], ["middlename", "Herzog"], ["middle_name", "Rippin"], ["password", "NpG1cEnV2lFxR7sM"], ["phone", "(682) 956-2989 x62507"], ["phone_number", "(634) 338-1356 x7653"], ["reference", "8402f18e-243b-425e-8059-9989d86786d9"], ["title", "Omnis perspiciatis dolor."], ["user_name", "bob.hane"], ["username", "junior"], ["uuid", "2f9cf16c-ace1-4de1-9b7e-bedcdc842438"], ["created_at", "2020-11-21 14:28:30.866068"], ["updated_at", "2020-11-21 14:28:30.866068"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 629 3057 Swaniawski Isle, Earletown, NM 17400"], ["city", "Wintheiserland"], ["country", "Tokelau"], ["description", "Iure laudantium ullam. Unde ab soluta. Quod facere officia."], ["email", "wanetta_kilback@example.biz"], ["first_name", "Tatyana"], ["firstname", "Johnie"], ["last_name", "Maggio"], ["lastname", "Romaguera"], ["lat", "-36.301778380435614"], ["latitute", "25.575354050880833"], ["lng", "82.31888021007376"], ["locale", "IQ"], ["longitude", "130.69880974622197"], ["middlename", "Brekke"], ["middle_name", "Jones"], ["password", "Zd873MdFs"], ["phone", "(898) 703-4682 x26187"], ["phone_number", "659.074.5803 x4531"], ["reference", "4b03562b-0613-48d0-813e-1fdf52626609"], ["title", "Consequuntur voluptas odio illo."], ["user_name", "benedict_trantow"], ["username", "dave"], ["uuid", "ee58153a-bee3-4d90-b0b4-b271cdb7eada"], ["created_at", "2020-11-21 14:28:30.889968"], ["updated_at", "2020-11-21 14:28:30.889968"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 398 4833 Emory Ports, Feeneyborough, MI 50988-3166"], ["city", "Reingerfort"], ["country", "Kyrgyz Republic"], ["description", "Non deserunt hic. Qui fugit inventore. Quam quaerat aut. Consequatur reprehenderit minus. Et quis et."], ["email", "danilo@example.name"], ["first_name", "Ronnie"], ["firstname", "Jacquelyn"], ["last_name", "Bernier"], ["lastname", "McLaughlin"], ["lat", "72.85689624278169"], ["latitute", "47.270326573264185"], ["lng", "-148.93170496809506"], ["locale", "BM"], ["longitude", "44.84412911882055"], ["middlename", "Boyer"], ["middle_name", "Sporer"], ["password", "WpDsFaFaHxD4"], ["phone", "1-213-135-3623"], ["phone_number", "(968) 704-6735 x21762"], ["reference", "4789547b-655b-435b-abec-037f594a866e"], ["title", "Aut ipsum deserunt tenetur."], ["user_name", "benito"], ["username", "cherlyn_toy"], ["uuid", "76380225-d324-4799-bc88-6c7f0f1dd01e"], ["created_at", "2020-11-21 14:28:30.913988"], ["updated_at", "2020-11-21 14:28:30.913988"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "67704 Eryn Wall, Bergnaumfurt, MT 23483-1669"], ["city", "East Princesschester"], ["country", "Lithuania"], ["description", "Alias illo occaecati. Similique non optio. Suscipit qui et. Placeat eligendi itaque. Nesciunt iste et."], ["email", "randal@example.name"], ["first_name", "Sharonda"], ["firstname", "Sydney"], ["last_name", "Wintheiser"], ["lastname", "Cartwright"], ["lat", "6.353763912556346"], ["latitute", "-55.44153074014227"], ["lng", "-154.3341222069149"], ["locale", "PL"], ["longitude", "79.55150853016181"], ["middlename", "Grady"], ["middle_name", "Schuster"], ["password", "DuG7z3FwTuHvWs"], ["phone", "667.138.2785 x4069"], ["phone_number", "671-299-7443"], ["reference", "a87c9fb6-01c9-458d-88eb-7e79020c50e4"], ["title", "Quos error recusandae aut dignissimos perspiciatis."], ["user_name", "augustus"], ["username", "chang"], ["uuid", "ad5bd280-b2d3-4083-bc53-5780f8bc6582"], ["created_at", "2020-11-21 14:28:30.948144"], ["updated_at", "2020-11-21 14:28:30.948144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 33], ["decimal", 34.0896372187967], ["string", "Facere necessitatibus eos reprehenderit."], ["date", "2020-12-31"], ["time", "2000-01-01 01:01:33.483503"], ["datetime", "2020-12-24 03:02:48.672736"], ["created_at", "2020-11-21 14:28:30.950966"], ["updated_at", "2020-11-21 14:28:30.950966"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 28.8264788313304], ["string", "Reiciendis ipsam accusantium fugit beatae similique."], ["date", "2020-10-12"], ["time", "2000-01-01 20:37:17.129494"], ["datetime", "2020-11-21 07:49:14.391831"], ["created_at", "2020-11-21 14:28:30.953393"], ["updated_at", "2020-11-21 14:28:30.953393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 18.1844794189234], ["string", "Aut ullam laboriosam perferendis."], ["date", "2020-11-18"], ["time", "2000-01-01 08:36:31.623361"], ["datetime", "2020-10-23 03:58:33.592155"], ["created_at", "2020-11-21 14:28:30.955763"], ["updated_at", "2020-11-21 14:28:30.955763"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 15.250652073553], ["string", "Sapiente quis possimus."], ["date", "2020-12-08"], ["time", "2000-01-01 10:43:54.869526"], ["datetime", "2020-10-23 22:26:26.891174"], ["created_at", "2020-11-21 14:28:30.958076"], ["updated_at", "2020-11-21 14:28:30.958076"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 25], ["decimal", 12.5191732184198], ["string", "Voluptatem ut qui."], ["date", "2020-10-17"], ["time", "2000-01-01 00:18:48.353459"], ["datetime", "2020-10-21 18:47:57.153339"], ["created_at", "2020-11-21 14:28:30.960349"], ["updated_at", "2020-11-21 14:28:30.960349"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:28:30.961964"], ["updated_at", "2020-11-21 14:28:30.961964"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-21 14:28:30.963192"], ["updated_at", "2020-11-21 14:28:30.963192"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-21 14:28:30.964368"], ["updated_at", "2020-11-21 14:28:30.964368"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:28:30.965614"], ["updated_at", "2020-11-21 14:28:30.965614"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 14:28:30.966805"], ["updated_at", "2020-11-21 14:28:30.966805"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:28:30.968074"], ["updated_at", "2020-11-21 14:28:30.968074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-21 14:28:30.969267"], ["updated_at", "2020-11-21 14:28:30.969267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-21 14:28:30.970422"], ["updated_at", "2020-11-21 14:28:30.970422"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-21 14:28:30.971591"], ["updated_at", "2020-11-21 14:28:30.971591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:28:30.972748"], ["updated_at", "2020-11-21 14:28:30.972748"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 15.865005519348], ["string", "Similique voluptatem voluptatem labore."], ["created_at", "2020-11-21 14:28:30.974723"], ["updated_at", "2020-11-21 14:28:30.974723"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 1.70840060183317], ["string", "At quaerat pariatur vel itaque doloremque."], ["created_at", "2020-11-21 14:28:30.976675"], ["updated_at", "2020-11-21 14:28:30.976675"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 3.30139479678329], ["string", "Molestias tempora voluptatem omnis atque pariatur."], ["created_at", "2020-11-21 14:28:30.978513"], ["updated_at", "2020-11-21 14:28:30.978513"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 8.18431429574347], ["string", "Harum vel iusto aut perspiciatis."], ["created_at", "2020-11-21 14:28:30.980359"], ["updated_at", "2020-11-21 14:28:30.980359"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 23.4755576206744], ["string", "Ut qui consequatur in."], ["created_at", "2020-11-21 14:28:30.982173"], ["updated_at", "2020-11-21 14:28:30.982173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.993016"], ["updated_at", "2020-11-21 14:28:30.993016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.993753"], ["updated_at", "2020-11-21 14:28:30.993753"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.994379"], ["updated_at", "2020-11-21 14:28:30.994379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.995018"], ["updated_at", "2020-11-21 14:28:30.995018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:28:30.995638"], ["updated_at", "2020-11-21 14:28:30.995638"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:30.996309"], ["updated_at", "2020-11-21 14:28:30.996309"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:30.996977"], ["updated_at", "2020-11-21 14:28:30.996977"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:30.997618"], ["updated_at", "2020-11-21 14:28:30.997618"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:30.998257"], ["updated_at", "2020-11-21 14:28:30.998257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:28:30.998896"], ["updated_at", "2020-11-21 14:28:30.998896"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-21 14:28:31.000148"], ["updated_at", "2020-11-21 14:28:31.000148"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:28:31.001367"], ["updated_at", "2020-11-21 14:28:31.001367"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-21 14:28:31.002555"], ["updated_at", "2020-11-21 14:28:31.002555"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-21 14:28:31.003742"], ["updated_at", "2020-11-21 14:28:31.003742"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-21 14:28:31.004926"], ["updated_at", "2020-11-21 14:28:31.004926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 13], ["created_at", "2020-11-21 14:28:31.006526"], ["updated_at", "2020-11-21 14:28:31.006526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 12], ["created_at", "2020-11-21 14:28:31.008123"], ["updated_at", "2020-11-21 14:28:31.008123"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 7], ["created_at", "2020-11-21 14:28:31.009676"], ["updated_at", "2020-11-21 14:28:31.009676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-21 14:28:31.011241"], ["updated_at", "2020-11-21 14:28:31.011241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 5], ["created_at", "2020-11-21 14:28:31.012847"], ["updated_at", "2020-11-21 14:28:31.012847"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.3ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.7ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (2.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:00.299756"], ["updated_at", "2020-11-21 14:29:00.299756"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:00.301300"], ["updated_at", "2020-11-21 14:29:00.301300"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:00.302500"], ["updated_at", "2020-11-21 14:29:00.302500"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:00.303644"], ["updated_at", "2020-11-21 14:29:00.303644"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:00.304681"], ["updated_at", "2020-11-21 14:29:00.304681"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:00.313173"], ["updated_at", "2020-11-21 14:29:00.313173"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:00.315331"], ["updated_at", "2020-11-21 14:29:00.315331"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:00.317177"], ["updated_at", "2020-11-21 14:29:00.317177"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:00.319012"], ["updated_at", "2020-11-21 14:29:00.319012"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:00.320729"], ["updated_at", "2020-11-21 14:29:00.320729"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "50119 Hong Ramp, Lake Tomasside, KY 72385-4980"], ["city", "Dibbertville"], ["country", "Svalbard & Jan Mayen Islands"], ["description", "Natus molestiae dolores. Voluptatibus veniam aliquam. Odit molestiae fugiat."], ["email", "winford.buckridge@example.net"], ["first_name", "Rudolph"], ["firstname", "Rosario"], ["last_name", "Volkman"], ["lastname", "Rice"], ["lat", "29.030934772213783"], ["latitute", "29.72733629552269"], ["lng", "-78.17510003308661"], ["locale", "PL"], ["longitude", "80.75895156759645"], ["middlename", "Raynor"], ["middle_name", "Torphy"], ["password", "XwW6bGtOa"], ["phone", "1-368-330-5375 x459"], ["phone_number", "190-227-3507 x5675"], ["reference", "027c1676-3375-4b78-a30a-5443381073f6"], ["title", "Voluptatum cupiditate rerum laborum ipsam quibusdam."], ["user_name", "bernard_schuster"], ["username", "pandora_monahan"], ["uuid", "8e5edc21-f68d-4a7a-912b-477e65ec3a9a"], ["created_at", "2020-11-21 14:29:01.240715"], ["updated_at", "2020-11-21 14:29:01.240715"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4502 Elmer Underpass, Koeppborough, KY 25161"], ["city", "New Daniel"], ["country", "Lesotho"], ["description", "Ut dolores ullam. Commodi non alias. Qui et doloribus. Voluptas sint quos. Iste magni laborum."], ["email", "earleen_green@example.com"], ["first_name", "Kitty"], ["firstname", "Hector"], ["last_name", "Raynor"], ["lastname", "Cruickshank"], ["lat", "24.291750378679254"], ["latitute", "-30.752452109050864"], ["lng", "-150.94335955323857"], ["locale", "GP"], ["longitude", "6.14719065057443"], ["middlename", "Frami"], ["middle_name", "Brown"], ["password", "HeThTsQ5i57QlR"], ["phone", "909.170.8661 x1159"], ["phone_number", "454.988.2853"], ["reference", "1c697294-33b0-48d4-bd8e-5e9ef3c6a840"], ["title", "Et aliquam aut et minima."], ["user_name", "theodore.armstrong"], ["username", "brande"], ["uuid", "35dc0682-0469-45c9-a885-89cbf960d035"], ["created_at", "2020-11-21 14:29:01.266160"], ["updated_at", "2020-11-21 14:29:01.266160"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 241 2709 Smith Ford, South Sandyborough, MS 95271-7156"], ["city", "Stokeshaven"], ["country", "Papua New Guinea"], ["description", "Voluptatem esse laudantium. Numquam esse ex. Et veniam magni. Commodi aliquam ut."], ["email", "brendan@example.co"], ["first_name", "Dotty"], ["firstname", "Eileen"], ["last_name", "Leuschke"], ["lastname", "Johnson"], ["lat", "-38.57492067518348"], ["latitute", "14.958366589533"], ["lng", "141.2990422539587"], ["locale", "CO"], ["longitude", "62.99019532604433"], ["middlename", "Klein"], ["middle_name", "Jones"], ["password", "KuWeD78tPtHsIaW"], ["phone", "878-213-0062 x348"], ["phone_number", "317-322-1594 x79626"], ["reference", "a81c0aa7-b1d4-45a6-ad8a-621646571a9f"], ["title", "Quidem consequatur enim cupiditate facilis non."], ["user_name", "mariam_schoen"], ["username", "hoyt_wiza"], ["uuid", "aa238a4e-9317-4a8e-bd30-f64e21ec518f"], ["created_at", "2020-11-21 14:29:01.301318"], ["updated_at", "2020-11-21 14:29:01.301318"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "32638 Skiles Neck, Port Chadwickton, AL 43910-8486"], ["city", "North Sunshine"], ["country", "Cook Islands"], ["description", "Accusantium minima eaque. Qui quam dolores. Debitis natus rerum. Quod sed eum. Illum fugit corrupti."], ["email", "shaun@example.com"], ["first_name", "Riley"], ["firstname", "Royce"], ["last_name", "Kulas"], ["lastname", "Wiza"], ["lat", "18.867304276247296"], ["latitute", "-67.90600635665066"], ["lng", "82.55082455827295"], ["locale", "GA"], ["longitude", "158.61910230848696"], ["middlename", "Miller"], ["middle_name", "Walsh"], ["password", "6FrCoZhZ4u0Xv03"], ["phone", "918.112.0887 x260"], ["phone_number", "(528) 898-8971 x5273"], ["reference", "92ce6b26-c990-4c0d-a79e-0af66f9ed0fa"], ["title", "Voluptas consequatur dolores nesciunt."], ["user_name", "malisa"], ["username", "harold"], ["uuid", "118b6126-027b-41c9-9728-add3bb0cd28e"], ["created_at", "2020-11-21 14:29:01.326980"], ["updated_at", "2020-11-21 14:29:01.326980"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 459 842 Russel Ports, Muellerchester, MA 25112"], ["city", "North Sudie"], ["country", "Australia"], ["description", "Animi perspiciatis accusantium. Aut repudiandae dicta. Laboriosam cumque et. Facere tenetur id."], ["email", "marti_haag@example.name"], ["first_name", "Jeanmarie"], ["firstname", "Sharan"], ["last_name", "Hane"], ["lastname", "Toy"], ["lat", "-79.3951707012282"], ["latitute", "-9.108433463899075"], ["lng", "161.16189551323396"], ["locale", "QA"], ["longitude", "-40.809024511392835"], ["middlename", "Littel"], ["middle_name", "Cummings"], ["password", "GnJ32aW41"], ["phone", "557.720.0631 x26579"], ["phone_number", "727-932-5768"], ["reference", "c9c6ce53-9779-419e-abae-140f857658ce"], ["title", "Qui vel quam est dicta enim."], ["user_name", "torri"], ["username", "serafina_green"], ["uuid", "f1e414fc-8ef7-41e6-9a08-ec0cc6e8fa89"], ["created_at", "2020-11-21 14:29:01.351618"], ["updated_at", "2020-11-21 14:29:01.351618"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 0.587910763691926], ["string", "Ipsum minima cumque dolore ea enim."], ["date", "2020-11-04"], ["time", "2000-01-01 00:03:09.236240"], ["datetime", "2020-10-27 10:27:11.075508"], ["created_at", "2020-11-21 14:29:01.361512"], ["updated_at", "2020-11-21 14:29:01.361512"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 22.1873895871105], ["string", "Dolorem eos dolores ipsam."], ["date", "2020-12-19"], ["time", "2000-01-01 05:33:06.550524"], ["datetime", "2020-12-08 21:12:51.654970"], ["created_at", "2020-11-21 14:29:01.364543"], ["updated_at", "2020-11-21 14:29:01.364543"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 22], ["decimal", 11.3994362376902], ["string", "Qui dolores officiis velit sunt."], ["date", "2020-11-10"], ["time", "2000-01-01 09:24:45.903041"], ["datetime", "2020-10-12 18:03:12.516298"], ["created_at", "2020-11-21 14:29:01.367053"], ["updated_at", "2020-11-21 14:29:01.367053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 3.91250626759087], ["string", "Et delectus et."], ["date", "2020-10-18"], ["time", "2000-01-01 22:30:18.729869"], ["datetime", "2020-11-20 22:43:08.891797"], ["created_at", "2020-11-21 14:29:01.369538"], ["updated_at", "2020-11-21 14:29:01.369538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 6.69402767022265], ["string", "Sit rerum doloribus qui reprehenderit."], ["date", "2021-01-01"], ["time", "2000-01-01 17:33:31.996226"], ["datetime", "2020-10-22 18:22:56.543908"], ["created_at", "2020-11-21 14:29:01.371994"], ["updated_at", "2020-11-21 14:29:01.371994"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:29:01.376558"], ["updated_at", "2020-11-21 14:29:01.376558"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:29:01.378202"], ["updated_at", "2020-11-21 14:29:01.378202"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:29:01.379798"], ["updated_at", "2020-11-21 14:29:01.379798"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:29:01.381299"], ["updated_at", "2020-11-21 14:29:01.381299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:29:01.382784"], ["updated_at", "2020-11-21 14:29:01.382784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:29:01.387457"], ["updated_at", "2020-11-21 14:29:01.387457"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:29:01.389168"], ["updated_at", "2020-11-21 14:29:01.389168"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:29:01.390709"], ["updated_at", "2020-11-21 14:29:01.390709"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:29:01.392224"], ["updated_at", "2020-11-21 14:29:01.392224"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:29:01.393730"], ["updated_at", "2020-11-21 14:29:01.393730"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1020], ["decimal", 20.5254030404633], ["string", "Velit sed ab voluptas beatae sequi."], ["created_at", "2020-11-21 14:29:01.400100"], ["updated_at", "2020-11-21 14:29:01.400100"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 2.76185832127788], ["string", "Molestiae aut maiores iure."], ["created_at", "2020-11-21 14:29:01.402366"], ["updated_at", "2020-11-21 14:29:01.402366"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 2.73341906304349], ["string", "Amet a quos."], ["created_at", "2020-11-21 14:29:01.404430"], ["updated_at", "2020-11-21 14:29:01.404430"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 12.8137507071945], ["string", "Assumenda est deserunt fugiat iste eveniet."], ["created_at", "2020-11-21 14:29:01.406574"], ["updated_at", "2020-11-21 14:29:01.406574"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 21.8991549964389], ["string", "Nulla minima a ducimus maxime delectus."], ["created_at", "2020-11-21 14:29:01.408632"], ["updated_at", "2020-11-21 14:29:01.408632"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.426817"], ["updated_at", "2020-11-21 14:29:01.426817"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.427840"], ["updated_at", "2020-11-21 14:29:01.427840"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.428762"], ["updated_at", "2020-11-21 14:29:01.428762"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.429605"], ["updated_at", "2020-11-21 14:29:01.429605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.430456"], ["updated_at", "2020-11-21 14:29:01.430456"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:01.433553"], ["updated_at", "2020-11-21 14:29:01.433553"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:01.434458"], ["updated_at", "2020-11-21 14:29:01.434458"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:01.435378"], ["updated_at", "2020-11-21 14:29:01.435378"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:01.436251"], ["updated_at", "2020-11-21 14:29:01.436251"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:01.437133"], ["updated_at", "2020-11-21 14:29:01.437133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:29:01.442306"], ["updated_at", "2020-11-21 14:29:01.442306"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 14:29:01.444078"], ["updated_at", "2020-11-21 14:29:01.444078"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:29:01.445961"], ["updated_at", "2020-11-21 14:29:01.445961"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:29:01.447564"], ["updated_at", "2020-11-21 14:29:01.447564"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 14:29:01.449146"], ["updated_at", "2020-11-21 14:29:01.449146"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-21 14:29:01.456254"], ["updated_at", "2020-11-21 14:29:01.456254"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-21 14:29:01.458600"], ["updated_at", "2020-11-21 14:29:01.458600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-21 14:29:01.460702"], ["updated_at", "2020-11-21 14:29:01.460702"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-21 14:29:01.462809"], ["updated_at", "2020-11-21 14:29:01.462809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-21 14:29:01.464910"], ["updated_at", "2020-11-21 14:29:01.464910"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.465857"], ["updated_at", "2020-11-21 14:29:01.465857"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.466730"], ["updated_at", "2020-11-21 14:29:01.466730"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.467612"], ["updated_at", "2020-11-21 14:29:01.467612"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.468486"], ["updated_at", "2020-11-21 14:29:01.468486"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.469359"], ["updated_at", "2020-11-21 14:29:01.469359"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:01.471169"], ["updated_at", "2020-11-21 14:29:01.471169"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:01.472663"], ["updated_at", "2020-11-21 14:29:01.472663"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:01.474118"], ["updated_at", "2020-11-21 14:29:01.474118"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:01.475583"], ["updated_at", "2020-11-21 14:29:01.475583"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:01.477047"], ["updated_at", "2020-11-21 14:29:01.477047"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "776 Barton Rue, Kreigerborough, NJ 07922"], ["city", "North Johnson"], ["country", "Virgin Islands, U.S."], ["description", "Molestiae neque ad. Est fuga odio. Quia quia eius. Laboriosam et similique. Non temporibus quo."], ["email", "theron.bruen@example.io"], ["first_name", "Paris"], ["firstname", "Salvador"], ["last_name", "Gulgowski"], ["lastname", "Nienow"], ["lat", "-27.730393361821946"], ["latitute", "10.545083518486464"], ["lng", "-91.78049651185854"], ["locale", "CO"], ["longitude", "-45.76685279248926"], ["middlename", "Johnston"], ["middle_name", "McClure"], ["password", "PfIw4XtVl4V8"], ["phone", "587.655.7784 x27009"], ["phone_number", "479-224-4805 x1375"], ["reference", "2b2cd36c-93a0-4843-b2d7-62dbfc9aa90c"], ["title", "Ullam dolores blanditiis nihil in."], ["user_name", "earleen"], ["username", "valeria_dibbert"], ["uuid", "8faac678-4b32-4abf-a892-1b189068bed5"], ["created_at", "2020-11-21 14:29:01.501024"], ["updated_at", "2020-11-21 14:29:01.501024"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 282 9398 Georgeann Spurs, South Jospehchester, TX 00393"], ["city", "North Isaias"], ["country", "Sierra Leone"], ["description", "Quaerat sapiente vero. Quibusdam consequatur rerum."], ["email", "francis@example.name"], ["first_name", "Brian"], ["firstname", "Delisa"], ["last_name", "Fahey"], ["lastname", "Haley"], ["lat", "-12.476731088045966"], ["latitute", "-89.76569141463214"], ["lng", "-4.473269162717401"], ["locale", "KI"], ["longitude", "156.4834309623605"], ["middlename", "Nader"], ["middle_name", "Okuneva"], ["password", "S5eCn5Ra735L"], ["phone", "412-726-0595 x2027"], ["phone_number", "1-661-868-5885 x935"], ["reference", "ff6a1969-8e09-45b7-8b11-a2bced624798"], ["title", "Dolorem aut commodi est qui dolor."], ["user_name", "emilio_davis"], ["username", "kaley"], ["uuid", "b693f5a7-c99a-4f51-9344-46d6e782499d"], ["created_at", "2020-11-21 14:29:01.538887"], ["updated_at", "2020-11-21 14:29:01.538887"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 153 111 Brakus Canyon, Port Damianland, MA 53000"], ["city", "East Lawanna"], ["country", "Christmas Island"], ["description", "Voluptatibus earum nobis. Corporis qui a. Architecto eum aut."], ["email", "roosevelt@example.com"], ["first_name", "Winfred"], ["firstname", "Annamarie"], ["last_name", "Abshire"], ["lastname", "Raynor"], ["lat", "-82.17491293470015"], ["latitute", "-39.911602865314606"], ["lng", "28.21765225804802"], ["locale", "SJ"], ["longitude", "114.5718293251519"], ["middlename", "Krajcik"], ["middle_name", "Predovic"], ["password", "GyG2gLdR4n"], ["phone", "530-980-0628"], ["phone_number", "(353) 603-2152 x00979"], ["reference", "620c707f-c36b-4171-828b-c49d567410fc"], ["title", "Et unde accusamus."], ["user_name", "darin"], ["username", "blake_dietrich"], ["uuid", "b889887d-5376-445a-83fe-f5c96e4eea35"], ["created_at", "2020-11-21 14:29:01.563969"], ["updated_at", "2020-11-21 14:29:01.563969"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 102 817 Hettinger Shores, Opalfurt, UT 29504-5699"], ["city", "South Christophermouth"], ["country", "Norfolk Island"], ["description", "Cumque molestias explicabo. Nemo maiores iusto. Dolorem velit dolorem. Atque quasi odit."], ["email", "gayle@example.io"], ["first_name", "Wen"], ["firstname", "Millard"], ["last_name", "Breitenberg"], ["lastname", "Conn"], ["lat", "65.75563520581122"], ["latitute", "-77.33702915491945"], ["lng", "35.70053140450622"], ["locale", "HT"], ["longitude", "-67.97121037853584"], ["middlename", "Purdy"], ["middle_name", "Senger"], ["password", "Un8CvM04w7Rm"], ["phone", "(963) 976-2361 x3986"], ["phone_number", "865.537.3434 x8098"], ["reference", "8e6232ff-5398-461d-aab6-c7b069715974"], ["title", "Eveniet necessitatibus voluptate."], ["user_name", "bruno"], ["username", "le_miller"], ["uuid", "9eb73540-c29f-43d4-9a96-9afcb73df228"], ["created_at", "2020-11-21 14:29:01.588861"], ["updated_at", "2020-11-21 14:29:01.588861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 533 98140 Zulauf Burgs, Lynwoodland, OR 64684-4247"], ["city", "East Lizeth"], ["country", "Eritrea"], ["description", "Animi reprehenderit deleniti. Provident quam consequatur. Fugiat provident qui. Maxime consequuntur sit. Ut deleniti illo."], ["email", "lanelle@example.io"], ["first_name", "Sharmaine"], ["firstname", "Maudie"], ["last_name", "Berge"], ["lastname", "Ortiz"], ["lat", "-33.48131284646697"], ["latitute", "72.40439941322518"], ["lng", "-42.35510115125922"], ["locale", "SA"], ["longitude", "153.37539013401374"], ["middlename", "Hamill"], ["middle_name", "Hartmann"], ["password", "CtSe1GdLkM8y"], ["phone", "1-636-276-5769 x95076"], ["phone_number", "108-561-0327"], ["reference", "d9ae4a40-6fa4-4f10-884a-dc11826a59bc"], ["title", "Ratione similique nisi non reiciendis."], ["user_name", "calandra.blick"], ["username", "elba.zemlak"], ["uuid", "da8f4287-f958-4fb3-96c7-ba0a9b5b306a"], ["created_at", "2020-11-21 14:29:01.613411"], ["updated_at", "2020-11-21 14:29:01.613411"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 14.3858217889143], ["string", "Unde dolorum ipsa."], ["date", "2020-11-17"], ["time", "2000-01-01 03:38:20.265315"], ["datetime", "2020-11-14 20:52:11.896590"], ["created_at", "2020-11-21 14:29:01.616280"], ["updated_at", "2020-11-21 14:29:01.616280"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 12.0804982273787], ["string", "Maxime itaque ullam harum facere aliquam."], ["date", "2020-12-05"], ["time", "2000-01-01 12:42:16.314706"], ["datetime", "2021-01-02 00:36:51.599505"], ["created_at", "2020-11-21 14:29:01.618817"], ["updated_at", "2020-11-21 14:29:01.618817"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 13.1501237431388], ["string", "Laboriosam accusantium error velit maiores ipsa."], ["date", "2020-10-26"], ["time", "2000-01-01 08:41:11.083286"], ["datetime", "2020-11-22 00:18:50.731982"], ["created_at", "2020-11-21 14:29:01.621346"], ["updated_at", "2020-11-21 14:29:01.621346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 11.1393038052838], ["string", "Velit quis laborum ea eum quo."], ["date", "2020-12-25"], ["time", "2000-01-01 10:57:27.317546"], ["datetime", "2020-10-15 06:28:51.527392"], ["created_at", "2020-11-21 14:29:01.623821"], ["updated_at", "2020-11-21 14:29:01.623821"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 11.4070643465882], ["string", "Doloremque totam neque consectetur aspernatur voluptatem."], ["date", "2020-12-04"], ["time", "2000-01-01 18:57:06.197634"], ["datetime", "2020-12-27 15:13:04.530742"], ["created_at", "2020-11-21 14:29:01.626308"], ["updated_at", "2020-11-21 14:29:01.626308"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-21 14:29:01.628247"], ["updated_at", "2020-11-21 14:29:01.628247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:29:01.629791"], ["updated_at", "2020-11-21 14:29:01.629791"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-21 14:29:01.631273"], ["updated_at", "2020-11-21 14:29:01.631273"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:29:01.632789"], ["updated_at", "2020-11-21 14:29:01.632789"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-21 14:29:01.634276"], ["updated_at", "2020-11-21 14:29:01.634276"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:29:01.635883"], ["updated_at", "2020-11-21 14:29:01.635883"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:29:01.637415"], ["updated_at", "2020-11-21 14:29:01.637415"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:29:01.638915"], ["updated_at", "2020-11-21 14:29:01.638915"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:29:01.640538"], ["updated_at", "2020-11-21 14:29:01.640538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:29:01.642114"], ["updated_at", "2020-11-21 14:29:01.642114"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1025], ["decimal", 10.9719220505676], ["string", "Et quasi libero cupiditate."], ["created_at", "2020-11-21 14:29:01.644316"], ["updated_at", "2020-11-21 14:29:01.644316"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 14.9783651566504], ["string", "Similique ab dignissimos sequi."], ["created_at", "2020-11-21 14:29:01.646407"], ["updated_at", "2020-11-21 14:29:01.646407"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 0.260061552101182], ["string", "Minima deserunt provident est error."], ["created_at", "2020-11-21 14:29:01.648466"], ["updated_at", "2020-11-21 14:29:01.648466"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 18.9395111108007], ["string", "Eveniet doloremque tempora."], ["created_at", "2020-11-21 14:29:01.650513"], ["updated_at", "2020-11-21 14:29:01.650513"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1024], ["decimal", 7.65451598009876], ["string", "Unde ut aliquid aut odio maiores."], ["created_at", "2020-11-21 14:29:01.652553"], ["updated_at", "2020-11-21 14:29:01.652553"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.664303"], ["updated_at", "2020-11-21 14:29:01.664303"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.665227"], ["updated_at", "2020-11-21 14:29:01.665227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.666082"], ["updated_at", "2020-11-21 14:29:01.666082"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.666958"], ["updated_at", "2020-11-21 14:29:01.666958"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.667811"], ["updated_at", "2020-11-21 14:29:01.667811"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:01.668719"], ["updated_at", "2020-11-21 14:29:01.668719"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:01.669600"], ["updated_at", "2020-11-21 14:29:01.669600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:01.670470"], ["updated_at", "2020-11-21 14:29:01.670470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:01.671359"], ["updated_at", "2020-11-21 14:29:01.671359"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:01.672288"], ["updated_at", "2020-11-21 14:29:01.672288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 14:29:01.673913"], ["updated_at", "2020-11-21 14:29:01.673913"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 14:29:01.675449"], ["updated_at", "2020-11-21 14:29:01.675449"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 14:29:01.676947"], ["updated_at", "2020-11-21 14:29:01.676947"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:29:01.678448"], ["updated_at", "2020-11-21 14:29:01.678448"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 14:29:01.679917"], ["updated_at", "2020-11-21 14:29:01.679917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-21 14:29:01.682135"], ["updated_at", "2020-11-21 14:29:01.682135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 9], ["created_at", "2020-11-21 14:29:01.684254"], ["updated_at", "2020-11-21 14:29:01.684254"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 6], ["created_at", "2020-11-21 14:29:01.686320"], ["updated_at", "2020-11-21 14:29:01.686320"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 2], ["created_at", "2020-11-21 14:29:01.687937"], ["updated_at", "2020-11-21 14:29:01.687937"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-21 14:29:01.689451"], ["updated_at", "2020-11-21 14:29:01.689451"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.690234"], ["updated_at", "2020-11-21 14:29:01.690234"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.690912"], ["updated_at", "2020-11-21 14:29:01.690912"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.691529"], ["updated_at", "2020-11-21 14:29:01.691529"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.692138"], ["updated_at", "2020-11-21 14:29:01.692138"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.692746"], ["updated_at", "2020-11-21 14:29:01.692746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:01.693907"], ["updated_at", "2020-11-21 14:29:01.693907"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:01.695010"], ["updated_at", "2020-11-21 14:29:01.695010"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:01.696062"], ["updated_at", "2020-11-21 14:29:01.696062"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:01.697108"], ["updated_at", "2020-11-21 14:29:01.697108"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:01.698175"], ["updated_at", "2020-11-21 14:29:01.698175"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 280 73678 Kertzmann Divide, Xochitlborough, ME 97939"], ["city", "Alonsoshire"], ["country", "Turkey"], ["description", "Nihil sint quia. Alias fugit in. Dignissimos ut ab."], ["email", "hung_schowalter@example.biz"], ["first_name", "Dwana"], ["firstname", "Nathaniel"], ["last_name", "Hilpert"], ["lastname", "Bechtelar"], ["lat", "25.97352276361613"], ["latitute", "-75.50199816991343"], ["lng", "-162.61256626345823"], ["locale", "LK"], ["longitude", "-173.71564867881085"], ["middlename", "Kohler"], ["middle_name", "Anderson"], ["password", "BhW0rCzRi590Wv"], ["phone", "(682) 182-5731 x7942"], ["phone_number", "1-169-846-6849 x8568"], ["reference", "43646513-e1f7-40c5-a61c-1e61b040cc74"], ["title", "Voluptatem magni maiores tempore doloribus."], ["user_name", "kory"], ["username", "ralph.gutmann"], ["uuid", "7438a9ab-3eed-404f-a95d-92aa58be236e"], ["created_at", "2020-11-21 14:29:01.731864"], ["updated_at", "2020-11-21 14:29:01.731864"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 477 808 Faviola Lane, Ricemouth, GA 56228-8217"], ["city", "South Thanhburgh"], ["country", "Tuvalu"], ["description", "Doloremque dolorem vitae. Et hic voluptatem. Iure officia modi. Possimus est rerum."], ["email", "sean@example.com"], ["first_name", "Anderson"], ["firstname", "Russel"], ["last_name", "Mayer"], ["lastname", "Bosco"], ["lat", "-62.488762595867755"], ["latitute", "50.11800615024106"], ["lng", "-37.09714718261145"], ["locale", "BB"], ["longitude", "-89.8795921886447"], ["middlename", "Roberts"], ["middle_name", "Reynolds"], ["password", "Y3kSbIsPs19LbX"], ["phone", "(273) 995-2521 x8859"], ["phone_number", "969-154-1757"], ["reference", "0d244346-d84f-46b6-bb04-bec50aefb8e9"], ["title", "Similique sed enim."], ["user_name", "errol.koepp"], ["username", "eugena"], ["uuid", "23e5bf4d-ee70-438d-b685-a22613e7cad6"], ["created_at", "2020-11-21 14:29:01.756930"], ["updated_at", "2020-11-21 14:29:01.756930"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "321 Rod Walk, Port Devoraport, SC 91328"], ["city", "New Katlyn"], ["country", "Uruguay"], ["description", "Voluptas aspernatur maxime. Modi voluptatem consectetur."], ["email", "torie.langworth@example.name"], ["first_name", "Kenton"], ["firstname", "Salina"], ["last_name", "Grady"], ["lastname", "Walter"], ["lat", "76.36524804027792"], ["latitute", "5.9501502964891415"], ["lng", "66.70663721246046"], ["locale", "NP"], ["longitude", "-37.89962819746586"], ["middlename", "Lowe"], ["middle_name", "VonRueden"], ["password", "TmWy1S2bSdT27"], ["phone", "319.997.5517 x732"], ["phone_number", "385-219-8162"], ["reference", "e8f57de2-3520-4fc3-8167-b3957269aaff"], ["title", "Totam odio iusto quos."], ["user_name", "geraldo"], ["username", "hillary.wilderman"], ["uuid", "3beadce9-8eef-41ca-b5e0-52224250da55"], ["created_at", "2020-11-21 14:29:01.781186"], ["updated_at", "2020-11-21 14:29:01.781186"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 542 4921 Abe Stream, Port Mervinfurt, MA 97832-6083"], ["city", "Lake Darronmouth"], ["country", "Luxembourg"], ["description", "Earum porro quidem. Consequuntur quam a. Non quas sunt. Maxime natus dolor."], ["email", "ervin.watsica@example.co"], ["first_name", "Brenton"], ["firstname", "Nobuko"], ["last_name", "Dicki"], ["lastname", "Beer"], ["lat", "74.80754638087282"], ["latitute", "4.862695581496439"], ["lng", "-48.59344332940634"], ["locale", "TL"], ["longitude", "103.54007169086049"], ["middlename", "Carter"], ["middle_name", "Grady"], ["password", "1PkCzMyEmX9"], ["phone", "532-466-6975"], ["phone_number", "(257) 814-1583 x83178"], ["reference", "9e06546d-223e-4ac8-aa69-ca67524c19d3"], ["title", "Facilis sit ut aut numquam."], ["user_name", "alejandro.ziemann"], ["username", "carey.rodriguez"], ["uuid", "19031d35-ce34-4be9-8f2f-c2429d8f52d6"], ["created_at", "2020-11-21 14:29:01.805537"], ["updated_at", "2020-11-21 14:29:01.805537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "13684 Laree Valleys, Monahanmouth, MA 76916"], ["city", "Dwightport"], ["country", "French Southern Territories"], ["description", "Provident non tenetur. Molestias ut enim. Qui harum ducimus. Nam consequatur labore."], ["email", "celinda@example.biz"], ["first_name", "Carmina"], ["firstname", "Mohamed"], ["last_name", "Hilpert"], ["lastname", "Marquardt"], ["lat", "-73.99255289048195"], ["latitute", "21.200414392224985"], ["lng", "80.4546188838209"], ["locale", "MS"], ["longitude", "-17.086250162768977"], ["middlename", "Terry"], ["middle_name", "Russel"], ["password", "Ds6SfS1aMoW"], ["phone", "1-127-059-9843 x3962"], ["phone_number", "267.066.7780 x398"], ["reference", "31bf5524-391b-406e-b874-801af5fe0356"], ["title", "Dicta at nesciunt a excepturi."], ["user_name", "everett"], ["username", "wes"], ["uuid", "dd7a85f0-9b16-408f-92cc-53a78395d859"], ["created_at", "2020-11-21 14:29:01.829670"], ["updated_at", "2020-11-21 14:29:01.829670"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 0.906761919547929], ["string", "Dignissimos praesentium mollitia inventore ad enim."], ["date", "2020-12-16"], ["time", "2000-01-01 05:08:05.856798"], ["datetime", "2020-11-29 11:03:16.976300"], ["created_at", "2020-11-21 14:29:01.832356"], ["updated_at", "2020-11-21 14:29:01.832356"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 13.2342397931345], ["string", "Cumque ut sit at sit quaerat."], ["date", "2020-10-23"], ["time", "2000-01-01 08:05:50.836597"], ["datetime", "2020-12-27 16:59:13.690300"], ["created_at", "2020-11-21 14:29:01.834633"], ["updated_at", "2020-11-21 14:29:01.834633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 9.98378913843821], ["string", "Perferendis deserunt voluptates."], ["date", "2020-11-01"], ["time", "2000-01-01 22:34:52.860778"], ["datetime", "2020-11-24 12:53:37.392461"], ["created_at", "2020-11-21 14:29:01.836849"], ["updated_at", "2020-11-21 14:29:01.836849"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 14.5681564599834], ["string", "Modi quam reprehenderit ut."], ["date", "2020-11-01"], ["time", "2000-01-01 12:28:16.099931"], ["datetime", "2020-11-11 22:08:50.430718"], ["created_at", "2020-11-21 14:29:01.839051"], ["updated_at", "2020-11-21 14:29:01.839051"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 26], ["decimal", 2.8484234391913], ["string", "Omnis impedit magnam."], ["date", "2020-12-19"], ["time", "2000-01-01 00:00:08.007893"], ["datetime", "2020-10-22 12:02:36.703563"], ["created_at", "2020-11-21 14:29:01.841224"], ["updated_at", "2020-11-21 14:29:01.841224"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:29:01.842768"], ["updated_at", "2020-11-21 14:29:01.842768"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 14:29:01.843934"], ["updated_at", "2020-11-21 14:29:01.843934"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:29:01.845018"], ["updated_at", "2020-11-21 14:29:01.845018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 14:29:01.846097"], ["updated_at", "2020-11-21 14:29:01.846097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:29:01.847191"], ["updated_at", "2020-11-21 14:29:01.847191"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-21 14:29:01.848361"], ["updated_at", "2020-11-21 14:29:01.848361"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-21 14:29:01.849475"], ["updated_at", "2020-11-21 14:29:01.849475"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-21 14:29:01.850558"], ["updated_at", "2020-11-21 14:29:01.850558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:29:01.851670"], ["updated_at", "2020-11-21 14:29:01.851670"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-21 14:29:01.852760"], ["updated_at", "2020-11-21 14:29:01.852760"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 13.0313032467972], ["string", "Id possimus et alias architecto cum."], ["created_at", "2020-11-21 14:29:01.854665"], ["updated_at", "2020-11-21 14:29:01.854665"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 1.67854964916014], ["string", "Unde aperiam atque vero nihil."], ["created_at", "2020-11-21 14:29:01.856517"], ["updated_at", "2020-11-21 14:29:01.856517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 16.0591857337514], ["string", "Repellendus quam veritatis voluptatem voluptas perspiciatis."], ["created_at", "2020-11-21 14:29:01.858321"], ["updated_at", "2020-11-21 14:29:01.858321"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1027], ["decimal", 14.1728544274827], ["string", "Corrupti qui odio repellat."], ["created_at", "2020-11-21 14:29:01.860126"], ["updated_at", "2020-11-21 14:29:01.860126"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 21.0076437906688], ["string", "Quia tempora rerum quam molestiae aspernatur."], ["created_at", "2020-11-21 14:29:01.861920"], ["updated_at", "2020-11-21 14:29:01.861920"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.872537"], ["updated_at", "2020-11-21 14:29:01.872537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.873267"], ["updated_at", "2020-11-21 14:29:01.873267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.873874"], ["updated_at", "2020-11-21 14:29:01.873874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.874469"], ["updated_at", "2020-11-21 14:29:01.874469"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.875074"], ["updated_at", "2020-11-21 14:29:01.875074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:01.875713"], ["updated_at", "2020-11-21 14:29:01.875713"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:01.876355"], ["updated_at", "2020-11-21 14:29:01.876355"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:01.876967"], ["updated_at", "2020-11-21 14:29:01.876967"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:01.877579"], ["updated_at", "2020-11-21 14:29:01.877579"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:01.878219"], ["updated_at", "2020-11-21 14:29:01.878219"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:29:01.879585"], ["updated_at", "2020-11-21 14:29:01.879585"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-21 14:29:01.880982"], ["updated_at", "2020-11-21 14:29:01.880982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-21 14:29:01.882222"], ["updated_at", "2020-11-21 14:29:01.882222"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.3ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-21 14:29:01.892005"], ["updated_at", "2020-11-21 14:29:01.892005"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-21 14:29:01.893573"], ["updated_at", "2020-11-21 14:29:01.893573"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 11], ["created_at", "2020-11-21 14:29:01.895404"], ["updated_at", "2020-11-21 14:29:01.895404"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 8], ["created_at", "2020-11-21 14:29:01.897195"], ["updated_at", "2020-11-21 14:29:01.897195"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 2], ["created_at", "2020-11-21 14:29:01.898959"], ["updated_at", "2020-11-21 14:29:01.898959"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 3], ["created_at", "2020-11-21 14:29:01.900697"], ["updated_at", "2020-11-21 14:29:01.900697"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 13], ["created_at", "2020-11-21 14:29:01.902442"], ["updated_at", "2020-11-21 14:29:01.902442"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.909651"], ["updated_at", "2020-11-21 14:29:01.909651"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.910725"], ["updated_at", "2020-11-21 14:29:01.910725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.911479"], ["updated_at", "2020-11-21 14:29:01.911479"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.912185"], ["updated_at", "2020-11-21 14:29:01.912185"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.912887"], ["updated_at", "2020-11-21 14:29:01.912887"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.914384"], ["updated_at", "2020-11-21 14:29:01.914384"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.915809"], ["updated_at", "2020-11-21 14:29:01.915809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.917133"], ["updated_at", "2020-11-21 14:29:01.917133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.918537"], ["updated_at", "2020-11-21 14:29:01.918537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:01.919971"], ["updated_at", "2020-11-21 14:29:01.919971"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3318 Gorczany Spurs, North Alonzo, MO 00383-3818"], ["city", "Isiahville"], ["country", "Marshall Islands"], ["description", "Perferendis illo quo. Quaerat libero quia. Nemo molestias ut. Eligendi itaque beatae."], ["email", "juanita@example.info"], ["first_name", "Lidia"], ["firstname", "Gwen"], ["last_name", "Olson"], ["lastname", "Hodkiewicz"], ["lat", "-54.45002684620308"], ["latitute", "-13.981601595514192"], ["lng", "178.53259089186076"], ["locale", "SR"], ["longitude", "-140.62843299853895"], ["middlename", "Rodriguez"], ["middle_name", "Dicki"], ["password", "HuD39rXrQk"], ["phone", "(480) 368-9328 x1165"], ["phone_number", "340.193.8946 x3467"], ["reference", "8bead705-a6d9-4f33-bee7-d31ae52aefe9"], ["title", "Autem et possimus qui excepturi."], ["user_name", "gerri_strosin"], ["username", "donte"], ["uuid", "34d15e7a-e87e-4ffc-88f7-ef2bfbf6c906"], ["created_at", "2020-11-21 14:29:01.949371"], ["updated_at", "2020-11-21 14:29:01.949371"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 246 56675 Dusty Prairie, West Donaldborough, OK 02540"], ["city", "Kuphaltown"], ["country", "Turkmenistan"], ["description", "Quibusdam et recusandae. Placeat id illum."], ["email", "malika@example.biz"], ["first_name", "Rod"], ["firstname", "Reyna"], ["last_name", "Fritsch"], ["lastname", "Wiza"], ["lat", "36.61294672466687"], ["latitute", "57.07757375479633"], ["lng", "156.6664061106638"], ["locale", "MW"], ["longitude", "22.92552170288269"], ["middlename", "Casper"], ["middle_name", "Herzog"], ["password", "ZoEnEtPjWyG6"], ["phone", "701-422-6077 x353"], ["phone_number", "(779) 887-1476 x4522"], ["reference", "cf8df274-c448-4a46-86f8-2b9b8e84f587"], ["title", "Tempore vero recusandae."], ["user_name", "adrian"], ["username", "luther.harber"], ["uuid", "34a6180e-b555-46e3-a564-fe3ade54a9eb"], ["created_at", "2020-11-21 14:29:01.973886"], ["updated_at", "2020-11-21 14:29:01.973886"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "34633 Odette Mills, Manualview, LA 37001"], ["city", "South Candice"], ["country", "Cuba"], ["description", "Quo quaerat aut. Voluptas voluptatem itaque. Dolore quae sed. Delectus voluptas eum. Ducimus deleniti sed."], ["email", "maris@example.biz"], ["first_name", "Isis"], ["firstname", "Alisia"], ["last_name", "McClure"], ["lastname", "Huel"], ["lat", "57.108458284515734"], ["latitute", "63.0185375053139"], ["lng", "121.83237943208923"], ["locale", "LA"], ["longitude", "-174.89439147774243"], ["middlename", "Sipes"], ["middle_name", "Grimes"], ["password", "UjOaX9j2ZmOhYfQ"], ["phone", "(761) 714-9956 x5943"], ["phone_number", "498-290-2971 x29364"], ["reference", "e860d65a-f147-412e-98f7-281941fdf3b9"], ["title", "Id rerum iure similique repellat."], ["user_name", "jamaal_beahan"], ["username", "benton"], ["uuid", "77115c24-77ce-4a09-a75b-bb8b75e63c9f"], ["created_at", "2020-11-21 14:29:01.998307"], ["updated_at", "2020-11-21 14:29:01.998307"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "425 Rohan Mountains, New Cesar, WY 95769-6686"], ["city", "East Ronaldborough"], ["country", "Marshall Islands"], ["description", "Adipisci facilis dicta. Labore omnis cupiditate. Est incidunt quo."], ["email", "adria@example.com"], ["first_name", "Sha"], ["firstname", "Walter"], ["last_name", "Lueilwitz"], ["lastname", "Kihn"], ["lat", "-79.57061772583512"], ["latitute", "78.98989908184916"], ["lng", "-158.48694556802673"], ["locale", "VG"], ["longitude", "-164.90324280651143"], ["middlename", "Beer"], ["middle_name", "Zieme"], ["password", "Xe3W2nSkTjHyC7"], ["phone", "1-563-992-7226"], ["phone_number", "330-034-9804 x40809"], ["reference", "aff326e5-9851-4622-9ce3-ed3e4c3bb362"], ["title", "Nemo eum nobis aspernatur."], ["user_name", "edmund_bruen"], ["username", "tonisha_hammes"], ["uuid", "a4b0b694-290b-4e36-935f-468e118c98bc"], ["created_at", "2020-11-21 14:29:02.022561"], ["updated_at", "2020-11-21 14:29:02.022561"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 918 305 Hand Run, Oberbrunnerbury, ID 67735-6565"], ["city", "Port Donny"], ["country", "Barbados"], ["description", "Et fuga sint. Minus sit rerum. Recusandae hic laudantium. Saepe enim eligendi."], ["email", "ngoc@example.info"], ["first_name", "Alec"], ["firstname", "Gary"], ["last_name", "Deckow"], ["lastname", "Swaniawski"], ["lat", "75.83119046087253"], ["latitute", "-34.50012663329029"], ["lng", "2.9160697096602064"], ["locale", "SD"], ["longitude", "140.24862901614586"], ["middlename", "Powlowski"], ["middle_name", "Maggio"], ["password", "Wl6YxM0i41EzQrHa"], ["phone", "1-321-182-9795 x26073"], ["phone_number", "855.890.9897 x71156"], ["reference", "b7a09bb7-83b1-45bf-be57-4354b0d85e4f"], ["title", "Odio earum aperiam sint in deleniti."], ["user_name", "glory"], ["username", "gil"], ["uuid", "b1edba07-7666-4b98-849d-7c28dcc88f06"], ["created_at", "2020-11-21 14:29:02.046814"], ["updated_at", "2020-11-21 14:29:02.046814"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 8.23295748174342], ["string", "Ipsa fugit velit numquam."], ["date", "2020-12-28"], ["time", "2000-01-01 08:05:41.849362"], ["datetime", "2020-12-06 17:42:14.928166"], ["created_at", "2020-11-21 14:29:02.049469"], ["updated_at", "2020-11-21 14:29:02.049469"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 8.30825716112437], ["string", "Voluptatem blanditiis non rem."], ["date", "2020-11-02"], ["time", "2000-01-01 23:14:20.933163"], ["datetime", "2020-11-13 06:50:43.904860"], ["created_at", "2020-11-21 14:29:02.051784"], ["updated_at", "2020-11-21 14:29:02.051784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 6.01931343857515], ["string", "Qui quia est enim iste aliquam."], ["date", "2020-10-31"], ["time", "2000-01-01 07:55:52.473431"], ["datetime", "2020-12-20 20:55:23.600298"], ["created_at", "2020-11-21 14:29:02.054006"], ["updated_at", "2020-11-21 14:29:02.054006"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 6.10259088500925], ["string", "Et culpa et quisquam consectetur labore."], ["date", "2020-12-10"], ["time", "2000-01-01 06:06:54.519977"], ["datetime", "2021-01-01 15:37:34.047134"], ["created_at", "2020-11-21 14:29:02.056192"], ["updated_at", "2020-11-21 14:29:02.056192"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 1.79180404678367], ["string", "Quibusdam aut autem."], ["date", "2020-11-21"], ["time", "2000-01-01 19:07:12.355558"], ["datetime", "2020-10-22 12:13:24.268501"], ["created_at", "2020-11-21 14:29:02.058363"], ["updated_at", "2020-11-21 14:29:02.058363"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:29:02.059885"], ["updated_at", "2020-11-21 14:29:02.059885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:29:02.061018"], ["updated_at", "2020-11-21 14:29:02.061018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:29:02.062102"], ["updated_at", "2020-11-21 14:29:02.062102"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:29:02.063183"], ["updated_at", "2020-11-21 14:29:02.063183"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:29:02.064238"], ["updated_at", "2020-11-21 14:29:02.064238"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:29:02.065386"], ["updated_at", "2020-11-21 14:29:02.065386"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:29:02.066487"], ["updated_at", "2020-11-21 14:29:02.066487"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:29:02.067573"], ["updated_at", "2020-11-21 14:29:02.067573"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:29:02.068661"], ["updated_at", "2020-11-21 14:29:02.068661"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:29:02.077695"], ["updated_at", "2020-11-21 14:29:02.077695"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 5.71084239861128], ["string", "Dolorum ipsum hic inventore."], ["created_at", "2020-11-21 14:29:02.080714"], ["updated_at", "2020-11-21 14:29:02.080714"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 25.7728600645809], ["string", "Laboriosam et asperiores."], ["created_at", "2020-11-21 14:29:02.082938"], ["updated_at", "2020-11-21 14:29:02.082938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 4.91782587323681], ["string", "Et voluptatem ut nesciunt quibusdam."], ["created_at", "2020-11-21 14:29:02.085057"], ["updated_at", "2020-11-21 14:29:02.085057"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 6.88180771308375], ["string", "Quod eveniet ut."], ["created_at", "2020-11-21 14:29:02.087211"], ["updated_at", "2020-11-21 14:29:02.087211"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 1.8577124862334], ["string", "Consequuntur aut a quo."], ["created_at", "2020-11-21 14:29:02.089265"], ["updated_at", "2020-11-21 14:29:02.089265"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:02.101022"], ["updated_at", "2020-11-21 14:29:02.101022"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:02.101791"], ["updated_at", "2020-11-21 14:29:02.101791"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:02.102418"], ["updated_at", "2020-11-21 14:29:02.102418"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:02.103044"], ["updated_at", "2020-11-21 14:29:02.103044"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:02.103655"], ["updated_at", "2020-11-21 14:29:02.103655"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:02.104317"], ["updated_at", "2020-11-21 14:29:02.104317"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:02.104975"], ["updated_at", "2020-11-21 14:29:02.104975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:02.105603"], ["updated_at", "2020-11-21 14:29:02.105603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:02.106232"], ["updated_at", "2020-11-21 14:29:02.106232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:02.106862"], ["updated_at", "2020-11-21 14:29:02.106862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:29:02.108119"], ["updated_at", "2020-11-21 14:29:02.108119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:29:02.109336"], ["updated_at", "2020-11-21 14:29:02.109336"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 14:29:02.110458"], ["updated_at", "2020-11-21 14:29:02.110458"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 14:29:02.111585"], ["updated_at", "2020-11-21 14:29:02.111585"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:29:02.112719"], ["updated_at", "2020-11-21 14:29:02.112719"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-21 14:29:02.114285"], ["updated_at", "2020-11-21 14:29:02.114285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-21 14:29:02.115845"], ["updated_at", "2020-11-21 14:29:02.115845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-21 14:29:02.117379"], ["updated_at", "2020-11-21 14:29:02.117379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-21 14:29:02.118917"], ["updated_at", "2020-11-21 14:29:02.118917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-21 14:29:02.120448"], ["updated_at", "2020-11-21 14:29:02.120448"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:02.121169"], ["updated_at", "2020-11-21 14:29:02.121169"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:02.121820"], ["updated_at", "2020-11-21 14:29:02.121820"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:02.122451"], ["updated_at", "2020-11-21 14:29:02.122451"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:02.123092"], ["updated_at", "2020-11-21 14:29:02.123092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:02.123728"], ["updated_at", "2020-11-21 14:29:02.123728"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:02.124877"], ["updated_at", "2020-11-21 14:29:02.124877"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:02.125999"], ["updated_at", "2020-11-21 14:29:02.125999"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:02.127080"], ["updated_at", "2020-11-21 14:29:02.127080"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:02.128149"], ["updated_at", "2020-11-21 14:29:02.128149"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:02.129219"], ["updated_at", "2020-11-21 14:29:02.129219"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1488 Napoleon Tunnel, North Loratown, SC 44935-4550"], ["city", "Patstad"], ["country", "Cameroon"], ["description", "Qui ad tempore. Voluptatem explicabo vel. Quia et exercitationem. Nisi exercitationem officia. Dicta laboriosam voluptas."], ["email", "latoya_lynch@example.org"], ["first_name", "Kip"], ["firstname", "Jess"], ["last_name", "Gusikowski"], ["lastname", "Champlin"], ["lat", "-10.394456002884937"], ["latitute", "72.69285042420128"], ["lng", "90.08662780328802"], ["locale", "PH"], ["longitude", "20.041365979619172"], ["middlename", "Renner"], ["middle_name", "Willms"], ["password", "38SzE3qBd2"], ["phone", "236-689-2197 x39597"], ["phone_number", "324-701-6431"], ["reference", "8c5df386-5488-4aba-ba79-74563a839fc3"], ["title", "Molestiae nam quos illo."], ["user_name", "luetta_wisoky"], ["username", "nigel_boyer"], ["uuid", "fb8e336b-3d9f-4d7e-b8d9-1d62840f92d8"], ["created_at", "2020-11-21 14:29:02.153503"], ["updated_at", "2020-11-21 14:29:02.153503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 403 2398 Elda Springs, New Samuel, HI 35373"], ["city", "South Aurelio"], ["country", "Saint Martin"], ["description", "Qui ullam voluptates. Quo fugit ea. Qui molestias quidem. Ratione consequatur ut."], ["email", "reinaldo.heller@example.biz"], ["first_name", "Armida"], ["firstname", "Bryce"], ["last_name", "Ernser"], ["lastname", "Connelly"], ["lat", "12.821795698074183"], ["latitute", "34.34946623170701"], ["lng", "81.95373334152049"], ["locale", "TV"], ["longitude", "-138.2204843019736"], ["middlename", "Hills"], ["middle_name", "Weimann"], ["password", "R2jKbSrQn"], ["phone", "869-287-9516 x3028"], ["phone_number", "149-005-7733"], ["reference", "a6ba0d77-7eb6-41de-9948-e44e89b15bc0"], ["title", "Iste doloribus velit."], ["user_name", "chana.ebert"], ["username", "leif"], ["uuid", "bfa720b7-b211-4429-9a72-7f861c5cb147"], ["created_at", "2020-11-21 14:29:02.177990"], ["updated_at", "2020-11-21 14:29:02.177990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 472 5231 Ebonie Brooks, Corwinshire, IL 75545"], ["city", "Bergnaumville"], ["country", "British Indian Ocean Territory (Chagos Archipelago)"], ["description", "Officia reiciendis distinctio. Et ex cumque."], ["email", "romelia_adams@example.io"], ["first_name", "Bridgett"], ["firstname", "Clemente"], ["last_name", "Schoen"], ["lastname", "Marvin"], ["lat", "39.33998036036621"], ["latitute", "-25.952218855173342"], ["lng", "29.830683937429313"], ["locale", "SY"], ["longitude", "43.39831519368332"], ["middlename", "Hagenes"], ["middle_name", "Carroll"], ["password", "VrXqBkG37171"], ["phone", "(424) 459-6113"], ["phone_number", "(104) 188-7674 x2779"], ["reference", "b0251d60-d841-4e61-bd9c-e73f69ae89e0"], ["title", "Reiciendis est quo similique voluptas."], ["user_name", "derick_hermann"], ["username", "adalberto_cormier"], ["uuid", "94a76100-f903-4b9e-92ba-af8e3f76a540"], ["created_at", "2020-11-21 14:29:02.207035"], ["updated_at", "2020-11-21 14:29:02.207035"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "26605 Isreal Mountain, Gibsonville, ND 19121-6288"], ["city", "Manteport"], ["country", "Argentina"], ["description", "Reiciendis eum ut. Officia adipisci ut. Id maxime dolorem. Corporis recusandae alias."], ["email", "audrea.gleichner@example.info"], ["first_name", "Isreal"], ["firstname", "Ferdinand"], ["last_name", "Ebert"], ["lastname", "Gulgowski"], ["lat", "75.35870664267097"], ["latitute", "57.7389251953299"], ["lng", "-147.93861590099743"], ["locale", "TL"], ["longitude", "-29.731240276374052"], ["middlename", "Spencer"], ["middle_name", "Beier"], ["password", "OpO2nSaVcDyBi"], ["phone", "299.455.3134 x3024"], ["phone_number", "641.006.5517 x89301"], ["reference", "7c6547e8-6bbf-4709-8b81-5568263ff4f1"], ["title", "Ipsa nisi et voluptas possimus iusto."], ["user_name", "tatum"], ["username", "melony.blanda"], ["uuid", "0b3ace24-ae77-4c78-a185-61d6ebf0c31f"], ["created_at", "2020-11-21 14:29:02.237341"], ["updated_at", "2020-11-21 14:29:02.237341"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 357 8069 Blake Avenue, New Tawnyburgh, MS 40138-8950"], ["city", "South Randallport"], ["country", "Spain"], ["description", "Aut hic labore. Quibusdam voluptatem et."], ["email", "malinda_pacocha@example.net"], ["first_name", "Nada"], ["firstname", "Lavina"], ["last_name", "Bins"], ["lastname", "Weber"], ["lat", "-83.53148805912075"], ["latitute", "-76.09954883813346"], ["lng", "172.63801903741808"], ["locale", "CA"], ["longitude", "-54.50184773932355"], ["middlename", "Aufderhar"], ["middle_name", "Rau"], ["password", "JlBwQ8jVbYaBcU"], ["phone", "736.403.8684 x93581"], ["phone_number", "376-518-2866 x624"], ["reference", "39e72b27-65d7-431d-b8e1-b4823b7b6245"], ["title", "Sunt in earum nulla atque."], ["user_name", "jesica.bosco"], ["username", "santo_hegmann"], ["uuid", "12b0414e-0cab-475a-b0bf-dfccb2c5d6a2"], ["created_at", "2020-11-21 14:29:02.270700"], ["updated_at", "2020-11-21 14:29:02.270700"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 1.3960252296324], ["string", "Labore sed et."], ["date", "2020-12-18"], ["time", "2000-01-01 18:18:37.614527"], ["datetime", "2020-12-31 08:40:09.702358"], ["created_at", "2020-11-21 14:29:02.273724"], ["updated_at", "2020-11-21 14:29:02.273724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 34], ["decimal", 21.4323832429883], ["string", "Ad aut esse tenetur."], ["date", "2020-12-23"], ["time", "2000-01-01 10:02:07.773725"], ["datetime", "2020-12-15 18:57:55.994022"], ["created_at", "2020-11-21 14:29:02.276378"], ["updated_at", "2020-11-21 14:29:02.276378"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 30], ["decimal", 17.3963262185809], ["string", "Rerum rem autem asperiores a ab."], ["date", "2020-11-05"], ["time", "2000-01-01 18:38:07.141681"], ["datetime", "2020-11-08 11:59:51.798819"], ["created_at", "2020-11-21 14:29:02.278926"], ["updated_at", "2020-11-21 14:29:02.278926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 1.4864398944155], ["string", "Saepe et libero assumenda soluta ipsum."], ["date", "2020-10-29"], ["time", "2000-01-01 15:16:27.945732"], ["datetime", "2020-10-17 08:17:01.351753"], ["created_at", "2020-11-21 14:29:02.281414"], ["updated_at", "2020-11-21 14:29:02.281414"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 27], ["decimal", 3.13031379078473], ["string", "Quo voluptas repellendus exercitationem."], ["date", "2020-11-18"], ["time", "2000-01-01 05:49:30.192724"], ["datetime", "2020-12-05 00:34:57.534278"], ["created_at", "2020-11-21 14:29:02.283888"], ["updated_at", "2020-11-21 14:29:02.283888"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 14:29:02.285763"], ["updated_at", "2020-11-21 14:29:02.285763"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 14:29:02.287146"], ["updated_at", "2020-11-21 14:29:02.287146"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:29:02.288378"], ["updated_at", "2020-11-21 14:29:02.288378"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:29:02.289571"], ["updated_at", "2020-11-21 14:29:02.289571"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:29:02.290743"], ["updated_at", "2020-11-21 14:29:02.290743"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-21 14:29:02.291995"], ["updated_at", "2020-11-21 14:29:02.291995"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-21 14:29:02.293162"], ["updated_at", "2020-11-21 14:29:02.293162"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:29:02.294259"], ["updated_at", "2020-11-21 14:29:02.294259"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:29:02.295370"], ["updated_at", "2020-11-21 14:29:02.295370"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:29:02.296507"], ["updated_at", "2020-11-21 14:29:02.296507"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 3.36268771131382], ["string", "Est consequuntur ad perferendis totam."], ["created_at", "2020-11-21 14:29:02.298476"], ["updated_at", "2020-11-21 14:29:02.298476"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 36.7845027965665], ["string", "Aut corporis quia accusantium in."], ["created_at", "2020-11-21 14:29:02.300375"], ["updated_at", "2020-11-21 14:29:02.300375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 18.6240175668209], ["string", "Illo sint aliquid aut."], ["created_at", "2020-11-21 14:29:02.302208"], ["updated_at", "2020-11-21 14:29:02.302208"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 2.56723722452822], ["string", "Vitae ut maiores."], ["created_at", "2020-11-21 14:29:02.304117"], ["updated_at", "2020-11-21 14:29:02.304117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 2.67807875037875], ["string", "Aut est non et fuga."], ["created_at", "2020-11-21 14:29:02.306000"], ["updated_at", "2020-11-21 14:29:02.306000"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:02.317098"], ["updated_at", "2020-11-21 14:29:02.317098"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:02.317897"], ["updated_at", "2020-11-21 14:29:02.317897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:02.318534"], ["updated_at", "2020-11-21 14:29:02.318534"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:02.319202"], ["updated_at", "2020-11-21 14:29:02.319202"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:02.319862"], ["updated_at", "2020-11-21 14:29:02.319862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:02.320786"], ["updated_at", "2020-11-21 14:29:02.320786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:02.321517"], ["updated_at", "2020-11-21 14:29:02.321517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:02.322391"], ["updated_at", "2020-11-21 14:29:02.322391"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:02.323111"], ["updated_at", "2020-11-21 14:29:02.323111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:02.323773"], ["updated_at", "2020-11-21 14:29:02.323773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-21 14:29:02.325021"], ["updated_at", "2020-11-21 14:29:02.325021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-21 14:29:02.326231"], ["updated_at", "2020-11-21 14:29:02.326231"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-21 14:29:02.327368"], ["updated_at", "2020-11-21 14:29:02.327368"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 14:29:02.328488"], ["updated_at", "2020-11-21 14:29:02.328488"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-21 14:29:02.329607"], ["updated_at", "2020-11-21 14:29:02.329607"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 4], ["created_at", "2020-11-21 14:29:02.331179"], ["updated_at", "2020-11-21 14:29:02.331179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 9], ["created_at", "2020-11-21 14:29:02.332721"], ["updated_at", "2020-11-21 14:29:02.332721"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 9], ["created_at", "2020-11-21 14:29:02.334224"], ["updated_at", "2020-11-21 14:29:02.334224"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 7], ["created_at", "2020-11-21 14:29:02.335736"], ["updated_at", "2020-11-21 14:29:02.335736"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 10], ["created_at", "2020-11-21 14:29:02.337240"], ["updated_at", "2020-11-21 14:29:02.337240"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:02.337956"], ["updated_at", "2020-11-21 14:29:02.337956"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:02.338598"], ["updated_at", "2020-11-21 14:29:02.338598"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:02.339229"], ["updated_at", "2020-11-21 14:29:02.339229"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:02.339842"], ["updated_at", "2020-11-21 14:29:02.339842"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:02.340459"], ["updated_at", "2020-11-21 14:29:02.340459"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:02.341588"], ["updated_at", "2020-11-21 14:29:02.341588"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:02.342685"], ["updated_at", "2020-11-21 14:29:02.342685"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:02.343754"], ["updated_at", "2020-11-21 14:29:02.343754"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:02.344820"], ["updated_at", "2020-11-21 14:29:02.344820"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:02.345876"], ["updated_at", "2020-11-21 14:29:02.345876"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "227 Koepp Path, Goodwinhaven, MO 88795-0857"], ["city", "New Leonbury"], ["country", "Costa Rica"], ["description", "Est id voluptatem. Omnis quia eos. Non eaque dolorem."], ["email", "joe_mckenzie@example.org"], ["first_name", "Denis"], ["firstname", "Man"], ["last_name", "Weimann"], ["lastname", "Schuppe"], ["lat", "-40.69925397614527"], ["latitute", "8.155971685921656"], ["lng", "130.38110970132277"], ["locale", "KG"], ["longitude", "21.863267987873513"], ["middlename", "Feil"], ["middle_name", "Jacobs"], ["password", "FkIi2E9zV08uV"], ["phone", "998-028-3931 x429"], ["phone_number", "1-166-878-5203 x6519"], ["reference", "c3f32b51-a927-49a9-b334-ec0ee6ea7fc8"], ["title", "Pariatur quae non in necessitatibus est."], ["user_name", "lino_smith"], ["username", "antoine"], ["uuid", "45316a8e-4201-4d33-a208-a881850c433a"], ["created_at", "2020-11-21 14:29:02.369875"], ["updated_at", "2020-11-21 14:29:02.369875"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7367 Marry Cliff, Raymundoshire, AR 86291-7125"], ["city", "Towneview"], ["country", "Guernsey"], ["description", "Harum aut eligendi. Voluptate qui enim. Aspernatur numquam quia."], ["email", "courtney.hane@example.com"], ["first_name", "Fred"], ["firstname", "Rudolf"], ["last_name", "Little"], ["lastname", "Haag"], ["lat", "-21.707110449428427"], ["latitute", "65.3706843177522"], ["lng", "39.88530374704115"], ["locale", "AR"], ["longitude", "-161.7655383069408"], ["middlename", "Abernathy"], ["middle_name", "Wiza"], ["password", "2AjOnEwE1l0L"], ["phone", "(626) 238-9542 x7129"], ["phone_number", "559.414.2357 x28760"], ["reference", "074c5426-fed2-4b1c-9cfb-3b507f354209"], ["title", "Vero porro eum quo ipsam reiciendis."], ["user_name", "giovanna"], ["username", "evan"], ["uuid", "28561518-0ed4-4a02-94e4-bccd8cb43059"], ["created_at", "2020-11-21 14:29:02.394689"], ["updated_at", "2020-11-21 14:29:02.394689"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 526 841 Farrell Stravenue, Port Myrta, ID 41565-6195"], ["city", "Brownhaven"], ["country", "Lesotho"], ["description", "Voluptas voluptate sit. Aut enim exercitationem. Cum minus vitae. Suscipit non in. Velit illum magnam."], ["email", "marylin_smitham@example.co"], ["first_name", "Ara"], ["firstname", "Hipolito"], ["last_name", "Runolfsson"], ["lastname", "Considine"], ["lat", "47.697565882194255"], ["latitute", "61.5255826629832"], ["lng", "-175.53076255615167"], ["locale", "BQ"], ["longitude", "50.85894301389294"], ["middlename", "Bednar"], ["middle_name", "Considine"], ["password", "HdU352oBs06"], ["phone", "384-628-9825"], ["phone_number", "309-821-0089 x482"], ["reference", "3dcc241a-ea61-475a-8625-9723576b9030"], ["title", "Aut amet corporis enim odit qui."], ["user_name", "ezra.schuster"], ["username", "evelynn"], ["uuid", "bc80c37c-652f-43b3-9611-79cd495479c6"], ["created_at", "2020-11-21 14:29:02.418983"], ["updated_at", "2020-11-21 14:29:02.418983"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "52644 Alycia Turnpike, West Chantellville, NH 29716-0840"], ["city", "Marylouport"], ["country", "Uzbekistan"], ["description", "Dolorem ab facere. Aut pariatur ducimus. Illum at aut. Pariatur nam magni. Aliquam provident voluptatem."], ["email", "mitchell@example.com"], ["first_name", "Tyson"], ["firstname", "Dede"], ["last_name", "Considine"], ["lastname", "Durgan"], ["lat", "26.505226612580998"], ["latitute", "-7.366073723955736"], ["lng", "65.0225849681072"], ["locale", "GL"], ["longitude", "76.28602368509303"], ["middlename", "Jakubowski"], ["middle_name", "Ziemann"], ["password", "5VdTfMsNdQ2rFaE"], ["phone", "383.192.1097 x560"], ["phone_number", "1-433-408-1723"], ["reference", "ff69b4f6-73d0-4811-a9cd-3f10e0012e7b"], ["title", "Quod et aut ea."], ["user_name", "lannie.wiza"], ["username", "janie_hickle"], ["uuid", "e7ea73c3-e31b-4430-bee6-dc016cfc8e71"], ["created_at", "2020-11-21 14:29:02.443178"], ["updated_at", "2020-11-21 14:29:02.443178"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "292 Shawnee Inlet, Emmanuelshire, SD 84996"], ["city", "Aronberg"], ["country", "Liberia"], ["description", "Illo sit alias. Molestiae hic sapiente. Et eligendi accusamus."], ["email", "larue_russel@example.biz"], ["first_name", "Antonia"], ["firstname", "Florencio"], ["last_name", "Kertzmann"], ["lastname", "Ward"], ["lat", "61.65836158039963"], ["latitute", "-34.90053520755386"], ["lng", "84.07111480897811"], ["locale", "KW"], ["longitude", "-157.04751799401163"], ["middlename", "Schaefer"], ["middle_name", "Cremin"], ["password", "1A7tBqHz6Na7"], ["phone", "681.330.7897 x89045"], ["phone_number", "(413) 678-1782 x2537"], ["reference", "abe1828d-0093-4f4e-a341-9729662259fc"], ["title", "Ut necessitatibus asperiores nulla eligendi."], ["user_name", "fabian"], ["username", "zachary_frami"], ["uuid", "63a897bd-8946-4f08-9635-e8ece157339a"], ["created_at", "2020-11-21 14:29:02.477888"], ["updated_at", "2020-11-21 14:29:02.477888"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 9.3111781800022], ["string", "Iusto nobis quos quae."], ["date", "2020-11-15"], ["time", "2000-01-01 17:40:31.846992"], ["datetime", "2020-11-13 22:57:44.133129"], ["created_at", "2020-11-21 14:29:02.480905"], ["updated_at", "2020-11-21 14:29:02.480905"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 16.309343136702], ["string", "Iusto officia occaecati molestiae."], ["date", "2020-11-10"], ["time", "2000-01-01 05:52:20.671965"], ["datetime", "2020-11-19 12:45:40.365803"], ["created_at", "2020-11-21 14:29:02.483379"], ["updated_at", "2020-11-21 14:29:02.483379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 9.03499169502671], ["string", "Dignissimos nisi molestiae sed."], ["date", "2020-11-25"], ["time", "2000-01-01 23:26:52.604531"], ["datetime", "2020-11-18 21:49:04.973001"], ["created_at", "2020-11-21 14:29:02.485681"], ["updated_at", "2020-11-21 14:29:02.485681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 22.8662903401244], ["string", "Fuga pariatur minus porro omnis."], ["date", "2020-11-21"], ["time", "2000-01-01 08:12:53.957490"], ["datetime", "2020-12-24 21:34:52.981315"], ["created_at", "2020-11-21 14:29:02.487936"], ["updated_at", "2020-11-21 14:29:02.487936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 13.1183613788909], ["string", "Ut architecto iure et."], ["date", "2020-11-14"], ["time", "2000-01-01 07:59:01.940883"], ["datetime", "2020-12-08 14:11:28.527404"], ["created_at", "2020-11-21 14:29:02.490161"], ["updated_at", "2020-11-21 14:29:02.490161"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-21 14:29:02.491705"], ["updated_at", "2020-11-21 14:29:02.491705"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:29:02.492856"], ["updated_at", "2020-11-21 14:29:02.492856"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 14:29:02.493939"], ["updated_at", "2020-11-21 14:29:02.493939"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:29:02.495034"], ["updated_at", "2020-11-21 14:29:02.495034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:29:02.496120"], ["updated_at", "2020-11-21 14:29:02.496120"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-21 14:29:02.497318"], ["updated_at", "2020-11-21 14:29:02.497318"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:29:02.498449"], ["updated_at", "2020-11-21 14:29:02.498449"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:29:02.499559"], ["updated_at", "2020-11-21 14:29:02.499559"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:29:02.500662"], ["updated_at", "2020-11-21 14:29:02.500662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:29:02.501765"], ["updated_at", "2020-11-21 14:29:02.501765"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 24.3238318172887], ["string", "Aut quam temporibus."], ["created_at", "2020-11-21 14:29:02.503693"], ["updated_at", "2020-11-21 14:29:02.503693"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 5.24734109900547], ["string", "Quia enim culpa nihil enim."], ["created_at", "2020-11-21 14:29:02.505570"], ["updated_at", "2020-11-21 14:29:02.505570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 17.0969622439565], ["string", "Voluptate dignissimos minus temporibus illum."], ["created_at", "2020-11-21 14:29:02.507402"], ["updated_at", "2020-11-21 14:29:02.507402"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1039], ["decimal", 8.19328116900192], ["string", "Rerum corporis voluptatibus fugiat totam libero."], ["created_at", "2020-11-21 14:29:02.509213"], ["updated_at", "2020-11-21 14:29:02.509213"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 29.6002447573896], ["string", "Eius incidunt nemo quod voluptatem rem."], ["created_at", "2020-11-21 14:29:02.511040"], ["updated_at", "2020-11-21 14:29:02.511040"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:02.522003"], ["updated_at", "2020-11-21 14:29:02.522003"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:02.522760"], ["updated_at", "2020-11-21 14:29:02.522760"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:02.523406"], ["updated_at", "2020-11-21 14:29:02.523406"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:02.524017"], ["updated_at", "2020-11-21 14:29:02.524017"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:02.524614"], ["updated_at", "2020-11-21 14:29:02.524614"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:02.525252"], ["updated_at", "2020-11-21 14:29:02.525252"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:02.525900"], ["updated_at", "2020-11-21 14:29:02.525900"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:02.526518"], ["updated_at", "2020-11-21 14:29:02.526518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:02.527146"], ["updated_at", "2020-11-21 14:29:02.527146"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:02.527764"], ["updated_at", "2020-11-21 14:29:02.527764"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-21 14:29:02.529156"], ["updated_at", "2020-11-21 14:29:02.529156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:29:02.530427"], ["updated_at", "2020-11-21 14:29:02.530427"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 15], ["created_at", "2020-11-21 14:29:02.531596"], ["updated_at", "2020-11-21 14:29:02.531596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-21 14:29:02.532723"], ["updated_at", "2020-11-21 14:29:02.532723"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 14:29:02.533862"], ["updated_at", "2020-11-21 14:29:02.533862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 13], ["created_at", "2020-11-21 14:29:02.535449"], ["updated_at", "2020-11-21 14:29:02.535449"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 10], ["created_at", "2020-11-21 14:29:02.537036"], ["updated_at", "2020-11-21 14:29:02.537036"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-21 14:29:02.538570"], ["updated_at", "2020-11-21 14:29:02.538570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 12], ["created_at", "2020-11-21 14:29:02.540090"], ["updated_at", "2020-11-21 14:29:02.540090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 8], ["created_at", "2020-11-21 14:29:02.541591"], ["updated_at", "2020-11-21 14:29:02.541591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.3ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.9ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (2.0ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (2.0ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (2.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:13.537421"], ["updated_at", "2020-11-21 14:29:13.537421"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:13.539051"], ["updated_at", "2020-11-21 14:29:13.539051"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:13.540229"], ["updated_at", "2020-11-21 14:29:13.540229"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:13.541290"], ["updated_at", "2020-11-21 14:29:13.541290"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:13.542295"], ["updated_at", "2020-11-21 14:29:13.542295"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:13.550895"], ["updated_at", "2020-11-21 14:29:13.550895"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:13.553037"], ["updated_at", "2020-11-21 14:29:13.553037"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:13.554816"], ["updated_at", "2020-11-21 14:29:13.554816"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:13.556582"], ["updated_at", "2020-11-21 14:29:13.556582"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:13.558284"], ["updated_at", "2020-11-21 14:29:13.558284"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "50165 Rutherford Islands, Florencioland, SD 70763"], ["city", "McDermottport"], ["country", "Uruguay"], ["description", "Id quaerat reiciendis. Architecto culpa sed. Nobis autem quo. Nesciunt veritatis quibusdam. Ut qui alias."], ["email", "jerold@example.net"], ["first_name", "Ross"], ["firstname", "Natisha"], ["last_name", "Hilll"], ["lastname", "Heidenreich"], ["lat", "65.92045669354107"], ["latitute", "-50.02566342780995"], ["lng", "-19.119229855567625"], ["locale", "RO"], ["longitude", "-38.40605487655006"], ["middlename", "Trantow"], ["middle_name", "Wiegand"], ["password", "5ZpSkAi1"], ["phone", "687.682.8171 x4028"], ["phone_number", "658-839-5004"], ["reference", "d5191f24-0f61-4cb7-b13f-3150aad39ac9"], ["title", "Officia explicabo in impedit eius."], ["user_name", "jessie"], ["username", "marcelina"], ["uuid", "127f9c6b-ae97-4a74-939d-3af6c2ad39af"], ["created_at", "2020-11-21 14:29:14.488797"], ["updated_at", "2020-11-21 14:29:14.488797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 205 832 Moises Dale, Gutkowskiton, AR 55199-5820"], ["city", "Pingborough"], ["country", "Saint Martin"], ["description", "Officia quae quibusdam. Qui accusantium odio. Recusandae voluptas sunt. Quo earum et."], ["email", "doyle@example.io"], ["first_name", "Herman"], ["firstname", "Joel"], ["last_name", "Botsford"], ["lastname", "Ledner"], ["lat", "12.47029531373559"], ["latitute", "82.40235609958845"], ["lng", "110.80765984815724"], ["locale", "MN"], ["longitude", "-167.94568524940553"], ["middlename", "Gibson"], ["middle_name", "Jacobs"], ["password", "J3aHrPyUnX"], ["phone", "461-693-3633 x33357"], ["phone_number", "710-453-9474"], ["reference", "55da551c-9358-4efc-acc8-8b9d74a34ae3"], ["title", "Ducimus quo excepturi repellendus."], ["user_name", "neville.considine"], ["username", "maurice_homenick"], ["uuid", "056d6009-2110-48ad-883d-7ab880a3f6d6"], ["created_at", "2020-11-21 14:29:14.513917"], ["updated_at", "2020-11-21 14:29:14.513917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "78294 Lynn Harbors, Napoleonton, PA 11148-3017"], ["city", "East Chadport"], ["country", "Bosnia and Herzegovina"], ["description", "Autem necessitatibus eligendi. Hic animi quasi. Odit aperiam dolore. Magni quaerat alias. Consectetur ratione voluptas."], ["email", "randal_gutmann@example.name"], ["first_name", "Terrell"], ["firstname", "Jack"], ["last_name", "Hammes"], ["lastname", "Heidenreich"], ["lat", "-49.097398769074246"], ["latitute", "6.580962014946323"], ["lng", "-140.05093652406015"], ["locale", "TR"], ["longitude", "159.85405878112323"], ["middlename", "Homenick"], ["middle_name", "Nolan"], ["password", "ZnYf91EpCfPa0"], ["phone", "699-876-2806 x368"], ["phone_number", "(378) 597-9828 x384"], ["reference", "bb47592c-1c98-423d-99a2-a7d33fc10a21"], ["title", "Ullam aut eum amet eaque."], ["user_name", "shaquita_braun"], ["username", "richie.gusikowski"], ["uuid", "773555f6-ecd5-40d3-bbfe-a465257e2716"], ["created_at", "2020-11-21 14:29:14.550338"], ["updated_at", "2020-11-21 14:29:14.550338"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "819 Arnulfo Centers, Lake Lavonia, IL 01575"], ["city", "Port Kimberleeland"], ["country", "Gabon"], ["description", "Alias et consequatur. Ut est vel. Voluptatem ex sequi."], ["email", "katheryn@example.net"], ["first_name", "Gabrielle"], ["firstname", "Joseph"], ["last_name", "Rau"], ["lastname", "Erdman"], ["lat", "1.9257101575634579"], ["latitute", "-36.46818535217357"], ["lng", "-106.24916427197572"], ["locale", "KI"], ["longitude", "153.9858064391629"], ["middlename", "Lebsack"], ["middle_name", "Wunsch"], ["password", "9PjOtXiQ4aXvPyIa"], ["phone", "(870) 319-6829 x69226"], ["phone_number", "644.803.3841 x66831"], ["reference", "b1c15743-49f0-4b35-89e3-78cb424bc7b9"], ["title", "Ea eum quasi dicta facere."], ["user_name", "cheryll.schoen"], ["username", "moon"], ["uuid", "40a7286c-bee6-4748-9865-7cd7fff8918b"], ["created_at", "2020-11-21 14:29:14.578763"], ["updated_at", "2020-11-21 14:29:14.578763"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 899 88154 Goldner Mission, Kuhlmanview, KS 62011-3744"], ["city", "Port Porter"], ["country", "Chile"], ["description", "Reiciendis deserunt et. Itaque inventore et. Rerum quibusdam eos."], ["email", "lino.mraz@example.info"], ["first_name", "Deana"], ["firstname", "Alfonzo"], ["last_name", "Ortiz"], ["lastname", "Feeney"], ["lat", "-15.581312583526497"], ["latitute", "72.34732800439724"], ["lng", "-109.53121424471587"], ["locale", "PE"], ["longitude", "-110.30734684848039"], ["middlename", "Hahn"], ["middle_name", "Sawayn"], ["password", "XpWaJjP75dO1"], ["phone", "(397) 863-2828 x425"], ["phone_number", "265-197-9527"], ["reference", "c684411f-a0cd-4fcb-9ae3-4e90134b3d7f"], ["title", "Quia omnis non."], ["user_name", "scottie"], ["username", "wilson_herzog"], ["uuid", "ce85d0c7-3ad2-43c7-8732-628b2a1ff97d"], ["created_at", "2020-11-21 14:29:14.603580"], ["updated_at", "2020-11-21 14:29:14.603580"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 5.10836409181727], ["string", "Facilis vel nemo ullam earum."], ["date", "2020-12-03"], ["time", "2000-01-01 05:21:29.462767"], ["datetime", "2020-11-10 00:24:36.910629"], ["created_at", "2020-11-21 14:29:14.613491"], ["updated_at", "2020-11-21 14:29:14.613491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 37.495583507741], ["string", "Voluptatum fuga excepturi."], ["date", "2020-10-27"], ["time", "2000-01-01 21:50:09.369896"], ["datetime", "2020-12-30 01:35:00.087288"], ["created_at", "2020-11-21 14:29:14.616364"], ["updated_at", "2020-11-21 14:29:14.616364"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 18.2261039868476], ["string", "Laborum ut sed."], ["date", "2020-11-15"], ["time", "2000-01-01 19:48:24.385930"], ["datetime", "2020-12-18 11:34:10.815046"], ["created_at", "2020-11-21 14:29:14.618615"], ["updated_at", "2020-11-21 14:29:14.618615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 7.47353560265983], ["string", "Quisquam fugit fuga."], ["date", "2020-10-13"], ["time", "2000-01-01 07:03:41.200404"], ["datetime", "2020-12-29 13:53:57.421245"], ["created_at", "2020-11-21 14:29:14.620828"], ["updated_at", "2020-11-21 14:29:14.620828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 5.15700484836138], ["string", "Ad culpa nulla quisquam facere vitae."], ["date", "2020-10-20"], ["time", "2000-01-01 10:16:22.880165"], ["datetime", "2020-12-18 09:28:17.099175"], ["created_at", "2020-11-21 14:29:14.623218"], ["updated_at", "2020-11-21 14:29:14.623218"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:29:14.627389"], ["updated_at", "2020-11-21 14:29:14.627389"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:29:14.628687"], ["updated_at", "2020-11-21 14:29:14.628687"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:29:14.630022"], ["updated_at", "2020-11-21 14:29:14.630022"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:29:14.631446"], ["updated_at", "2020-11-21 14:29:14.631446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:29:14.632649"], ["updated_at", "2020-11-21 14:29:14.632649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:29:14.636964"], ["updated_at", "2020-11-21 14:29:14.636964"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:29:14.638258"], ["updated_at", "2020-11-21 14:29:14.638258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:29:14.639443"], ["updated_at", "2020-11-21 14:29:14.639443"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:29:14.640657"], ["updated_at", "2020-11-21 14:29:14.640657"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:29:14.641931"], ["updated_at", "2020-11-21 14:29:14.641931"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 7.06591245856646], ["string", "Quia sed non autem voluptatum quia."], ["created_at", "2020-11-21 14:29:14.648105"], ["updated_at", "2020-11-21 14:29:14.648105"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 9.79421582535164], ["string", "Rerum et ipsum harum eius quia."], ["created_at", "2020-11-21 14:29:14.650302"], ["updated_at", "2020-11-21 14:29:14.650302"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1025], ["decimal", 20.8693936552666], ["string", "Accusantium consequatur non vel quasi."], ["created_at", "2020-11-21 14:29:14.652326"], ["updated_at", "2020-11-21 14:29:14.652326"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 19.6336762514226], ["string", "Unde recusandae consequatur qui."], ["created_at", "2020-11-21 14:29:14.654208"], ["updated_at", "2020-11-21 14:29:14.654208"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 13.0537379361496], ["string", "Quod officiis earum."], ["created_at", "2020-11-21 14:29:14.656229"], ["updated_at", "2020-11-21 14:29:14.656229"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:14.674231"], ["updated_at", "2020-11-21 14:29:14.674231"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:14.675127"], ["updated_at", "2020-11-21 14:29:14.675127"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:14.675797"], ["updated_at", "2020-11-21 14:29:14.675797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:14.676438"], ["updated_at", "2020-11-21 14:29:14.676438"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:14.677068"], ["updated_at", "2020-11-21 14:29:14.677068"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:14.679965"], ["updated_at", "2020-11-21 14:29:14.679965"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:14.680915"], ["updated_at", "2020-11-21 14:29:14.680915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:14.681587"], ["updated_at", "2020-11-21 14:29:14.681587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:14.682229"], ["updated_at", "2020-11-21 14:29:14.682229"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:14.682852"], ["updated_at", "2020-11-21 14:29:14.682852"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 14:29:14.688029"], ["updated_at", "2020-11-21 14:29:14.688029"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:29:14.689469"], ["updated_at", "2020-11-21 14:29:14.689469"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 14:29:14.690742"], ["updated_at", "2020-11-21 14:29:14.690742"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 14:29:14.691997"], ["updated_at", "2020-11-21 14:29:14.691997"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 14:29:14.693256"], ["updated_at", "2020-11-21 14:29:14.693256"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-21 14:29:14.698705"], ["updated_at", "2020-11-21 14:29:14.698705"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-21 14:29:14.700545"], ["updated_at", "2020-11-21 14:29:14.700545"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-21 14:29:14.702335"], ["updated_at", "2020-11-21 14:29:14.702335"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-21 14:29:14.703957"], ["updated_at", "2020-11-21 14:29:14.703957"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-21 14:29:14.705596"], ["updated_at", "2020-11-21 14:29:14.705596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:14.706446"], ["updated_at", "2020-11-21 14:29:14.706446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:14.707191"], ["updated_at", "2020-11-21 14:29:14.707191"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:14.707862"], ["updated_at", "2020-11-21 14:29:14.707862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:14.708521"], ["updated_at", "2020-11-21 14:29:14.708521"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:14.709182"], ["updated_at", "2020-11-21 14:29:14.709182"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:14.710708"], ["updated_at", "2020-11-21 14:29:14.710708"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:14.711961"], ["updated_at", "2020-11-21 14:29:14.711961"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:14.713137"], ["updated_at", "2020-11-21 14:29:14.713137"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:14.714290"], ["updated_at", "2020-11-21 14:29:14.714290"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:14.715387"], ["updated_at", "2020-11-21 14:29:14.715387"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 998 107 Jewel Ports, Jackmouth, WI 45678-8146"], ["city", "Burlhaven"], ["country", "Costa Rica"], ["description", "Officia ducimus beatae. Dignissimos dolorum quae."], ["email", "nickie_effertz@example.org"], ["first_name", "Tawnya"], ["firstname", "Drew"], ["last_name", "Yundt"], ["lastname", "Farrell"], ["lat", "-74.24700578348113"], ["latitute", "-37.59975478873067"], ["lng", "31.862180022204257"], ["locale", "CV"], ["longitude", "31.020199221824186"], ["middlename", "Schowalter"], ["middle_name", "Borer"], ["password", "YiB052fEe0"], ["phone", "1-672-524-1869"], ["phone_number", "(965) 384-2535 x5796"], ["reference", "1e9efeb5-5ef6-46a4-8cdc-ee769985c846"], ["title", "Et quod excepturi."], ["user_name", "sherie.glover"], ["username", "reuben_rath"], ["uuid", "b013d008-d90e-4c3e-9c2f-2ee9434a60b3"], ["created_at", "2020-11-21 14:29:14.739477"], ["updated_at", "2020-11-21 14:29:14.739477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "72705 Mante Village, Deckowbury, ND 99856-7899"], ["city", "West Celeste"], ["country", "Guatemala"], ["description", "Est cumque aliquam. Velit at ratione. Corporis voluptatem aliquid."], ["email", "joyce.orn@example.io"], ["first_name", "Blake"], ["firstname", "Romaine"], ["last_name", "Kemmer"], ["lastname", "Champlin"], ["lat", "-62.04256682297885"], ["latitute", "79.90111879052637"], ["lng", "-43.35849554021681"], ["locale", "PY"], ["longitude", "9.886963589928257"], ["middlename", "Krajcik"], ["middle_name", "Koss"], ["password", "IcAcJlHxQc5"], ["phone", "(215) 871-4254 x9020"], ["phone_number", "1-991-787-0765"], ["reference", "4e34ede4-d605-4394-8bf6-f09c398bbac4"], ["title", "Explicabo autem dolorum quia praesentium."], ["user_name", "franklyn_lindgren"], ["username", "brendan"], ["uuid", "0d7a808c-8563-4337-8422-cb45b351a19e"], ["created_at", "2020-11-21 14:29:14.777679"], ["updated_at", "2020-11-21 14:29:14.777679"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 316 1386 Pfeffer Union, Oberbrunnerland, AL 24964"], ["city", "Kossport"], ["country", "Belize"], ["description", "Adipisci ut iure. Voluptatum et officia. Dolorem quia facere."], ["email", "bart@example.co"], ["first_name", "Heath"], ["firstname", "Berry"], ["last_name", "Prosacco"], ["lastname", "Harvey"], ["lat", "-20.90540075429891"], ["latitute", "50.423798371776115"], ["lng", "4.0897127111385885"], ["locale", "TK"], ["longitude", "-4.9255461197417105"], ["middlename", "Dare"], ["middle_name", "Rodriguez"], ["password", "GgPt8YxYr"], ["phone", "1-504-854-2054"], ["phone_number", "(951) 856-8154"], ["reference", "5bd23219-8653-4187-af0c-4d2bf0812e3e"], ["title", "Quidem veniam voluptas."], ["user_name", "stuart_schultz"], ["username", "lilian.connelly"], ["uuid", "c97ec8b7-8358-49a2-98d1-6acce0c970b5"], ["created_at", "2020-11-21 14:29:14.806548"], ["updated_at", "2020-11-21 14:29:14.806548"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "56347 Quinn Course, Sherrilport, IL 31578"], ["city", "Kochville"], ["country", "Moldova"], ["description", "Earum ipsam delectus. Unde nulla distinctio."], ["email", "belen@example.com"], ["first_name", "Jackelyn"], ["firstname", "Penney"], ["last_name", "Hammes"], ["lastname", "Monahan"], ["lat", "62.79712654175762"], ["latitute", "-47.67046945486808"], ["lng", "152.40288289122287"], ["locale", "TN"], ["longitude", "175.45484343366724"], ["middlename", "Price"], ["middle_name", "Grant"], ["password", "NwRyB1yF"], ["phone", "702.568.6989 x747"], ["phone_number", "(772) 508-9346 x7777"], ["reference", "798bda52-2628-4a30-8389-6a321a09cf2f"], ["title", "Est qui impedit ea repellat."], ["user_name", "arminda"], ["username", "theron_schmitt"], ["uuid", "2275932d-5d96-4b27-ab5b-3730841472f4"], ["created_at", "2020-11-21 14:29:14.831077"], ["updated_at", "2020-11-21 14:29:14.831077"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 752 470 Mauro Brook, South Gema, NV 26775-8204"], ["city", "South Loma"], ["country", "Cocos (Keeling) Islands"], ["description", "Aliquam amet nam. Aut est dignissimos. Qui ratione cupiditate. Iusto reiciendis quae. Aut possimus consequatur."], ["email", "edgardo.muller@example.info"], ["first_name", "Vena"], ["firstname", "Lashanda"], ["last_name", "Barton"], ["lastname", "Schinner"], ["lat", "69.01020565120191"], ["latitute", "80.13689724744097"], ["lng", "95.67136108583128"], ["locale", "BS"], ["longitude", "117.11134505649215"], ["middlename", "Casper"], ["middle_name", "Harber"], ["password", "UbRpCxKv427OqNq"], ["phone", "(861) 627-1862"], ["phone_number", "936.115.1456 x994"], ["reference", "a5369b71-b15b-4ab0-8589-2dfec94c3dbf"], ["title", "Ut praesentium corrupti."], ["user_name", "maribel.kling"], ["username", "james"], ["uuid", "9b1279ef-70cc-4ff7-a44b-33077808bd8a"], ["created_at", "2020-11-21 14:29:14.855731"], ["updated_at", "2020-11-21 14:29:14.855731"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 29.1991824455705], ["string", "Corporis sapiente quis eius illo."], ["date", "2020-11-17"], ["time", "2000-01-01 21:41:30.775040"], ["datetime", "2020-11-09 22:40:25.490021"], ["created_at", "2020-11-21 14:29:14.858390"], ["updated_at", "2020-11-21 14:29:14.858390"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 22], ["decimal", 0.091573465902447], ["string", "Dolor fuga aliquam aut molestiae."], ["date", "2020-10-17"], ["time", "2000-01-01 05:35:11.032664"], ["datetime", "2020-10-19 15:34:34.840290"], ["created_at", "2020-11-21 14:29:14.860708"], ["updated_at", "2020-11-21 14:29:14.860708"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 28.0001344234823], ["string", "Maxime voluptatum vitae autem."], ["date", "2020-11-30"], ["time", "2000-01-01 14:07:13.671554"], ["datetime", "2020-12-14 10:07:30.963305"], ["created_at", "2020-11-21 14:29:14.862938"], ["updated_at", "2020-11-21 14:29:14.862938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 14.672291961791], ["string", "Itaque ipsum officia praesentium."], ["date", "2020-10-20"], ["time", "2000-01-01 11:18:53.272444"], ["datetime", "2020-11-10 10:26:56.576357"], ["created_at", "2020-11-21 14:29:14.865138"], ["updated_at", "2020-11-21 14:29:14.865138"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 21], ["decimal", 25.7128198566818], ["string", "Et voluptate veniam suscipit reprehenderit."], ["date", "2020-11-29"], ["time", "2000-01-01 08:04:21.453427"], ["datetime", "2020-12-11 03:26:23.667301"], ["created_at", "2020-11-21 14:29:14.867350"], ["updated_at", "2020-11-21 14:29:14.867350"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:29:14.868902"], ["updated_at", "2020-11-21 14:29:14.868902"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 14:29:14.870066"], ["updated_at", "2020-11-21 14:29:14.870066"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 14:29:14.871174"], ["updated_at", "2020-11-21 14:29:14.871174"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:29:14.872258"], ["updated_at", "2020-11-21 14:29:14.872258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:29:14.873347"], ["updated_at", "2020-11-21 14:29:14.873347"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-21 14:29:14.874530"], ["updated_at", "2020-11-21 14:29:14.874530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:29:14.875685"], ["updated_at", "2020-11-21 14:29:14.875685"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:29:14.876784"], ["updated_at", "2020-11-21 14:29:14.876784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:29:14.877882"], ["updated_at", "2020-11-21 14:29:14.877882"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:29:14.878992"], ["updated_at", "2020-11-21 14:29:14.878992"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 1.47227275548236], ["string", "Est quibusdam alias quam mollitia et."], ["created_at", "2020-11-21 14:29:14.880908"], ["updated_at", "2020-11-21 14:29:14.880908"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 3.58832078874756], ["string", "Quod rerum iste est architecto."], ["created_at", "2020-11-21 14:29:14.882856"], ["updated_at", "2020-11-21 14:29:14.882856"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 19.031193244121], ["string", "Impedit omnis sequi consectetur sed."], ["created_at", "2020-11-21 14:29:14.884811"], ["updated_at", "2020-11-21 14:29:14.884811"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 35.4227673170795], ["string", "Culpa delectus quo quaerat soluta."], ["created_at", "2020-11-21 14:29:14.886626"], ["updated_at", "2020-11-21 14:29:14.886626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 14.153786077343], ["string", "Mollitia inventore voluptatum incidunt voluptatem."], ["created_at", "2020-11-21 14:29:14.888441"], ["updated_at", "2020-11-21 14:29:14.888441"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:14.899168"], ["updated_at", "2020-11-21 14:29:14.899168"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:14.899929"], ["updated_at", "2020-11-21 14:29:14.899929"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:14.900589"], ["updated_at", "2020-11-21 14:29:14.900589"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:14.901230"], ["updated_at", "2020-11-21 14:29:14.901230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:14.901851"], ["updated_at", "2020-11-21 14:29:14.901851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:14.902545"], ["updated_at", "2020-11-21 14:29:14.902545"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:14.903241"], ["updated_at", "2020-11-21 14:29:14.903241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:14.903901"], ["updated_at", "2020-11-21 14:29:14.903901"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:14.904556"], ["updated_at", "2020-11-21 14:29:14.904556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:14.905209"], ["updated_at", "2020-11-21 14:29:14.905209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-21 14:29:14.906465"], ["updated_at", "2020-11-21 14:29:14.906465"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 14:29:14.907731"], ["updated_at", "2020-11-21 14:29:14.907731"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-21 14:29:14.908897"], ["updated_at", "2020-11-21 14:29:14.908897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-21 14:29:14.910220"], ["updated_at", "2020-11-21 14:29:14.910220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-21 14:29:14.911363"], ["updated_at", "2020-11-21 14:29:14.911363"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 6], ["created_at", "2020-11-21 14:29:14.912917"], ["updated_at", "2020-11-21 14:29:14.912917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-21 14:29:14.914408"], ["updated_at", "2020-11-21 14:29:14.914408"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 4], ["created_at", "2020-11-21 14:29:14.915883"], ["updated_at", "2020-11-21 14:29:14.915883"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-21 14:29:14.917351"], ["updated_at", "2020-11-21 14:29:14.917351"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 6], ["created_at", "2020-11-21 14:29:14.918814"], ["updated_at", "2020-11-21 14:29:14.918814"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:14.919525"], ["updated_at", "2020-11-21 14:29:14.919525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:14.920162"], ["updated_at", "2020-11-21 14:29:14.920162"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:14.920767"], ["updated_at", "2020-11-21 14:29:14.920767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:14.921369"], ["updated_at", "2020-11-21 14:29:14.921369"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:14.921970"], ["updated_at", "2020-11-21 14:29:14.921970"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:14.923089"], ["updated_at", "2020-11-21 14:29:14.923089"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:14.924194"], ["updated_at", "2020-11-21 14:29:14.924194"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:14.925232"], ["updated_at", "2020-11-21 14:29:14.925232"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:14.926270"], ["updated_at", "2020-11-21 14:29:14.926270"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:14.927312"], ["updated_at", "2020-11-21 14:29:14.927312"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1907 Naoma Port, Jaystad, VT 35497"], ["city", "New Loriburgh"], ["country", "South Africa"], ["description", "Totam debitis autem. Non qui ex. Est voluptas laboriosam."], ["email", "elisabeth@example.biz"], ["first_name", "Marshall"], ["firstname", "Cliff"], ["last_name", "Treutel"], ["lastname", "O'Hara"], ["lat", "-41.761072561958386"], ["latitute", "49.15495533386388"], ["lng", "27.088467287441972"], ["locale", "TF"], ["longitude", "-125.77740934660679"], ["middlename", "Pagac"], ["middle_name", "Abshire"], ["password", "MrJuUu1BcVrD6"], ["phone", "(988) 413-9930 x97077"], ["phone_number", "534.212.9297 x7712"], ["reference", "cb06c55f-518d-4399-881f-d937b6d9847e"], ["title", "Harum dolore voluptas."], ["user_name", "candida.bartoletti"], ["username", "idalia_goldner"], ["uuid", "b981be54-0ce4-4092-b1cc-3e04bc7ecf60"], ["created_at", "2020-11-21 14:29:14.951215"], ["updated_at", "2020-11-21 14:29:14.951215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 646 415 Gerhold Underpass, New Donntown, HI 93341"], ["city", "North Clint"], ["country", "Liechtenstein"], ["description", "Quia voluptas eos. Tempore quia fugiat. Aliquam cumque neque."], ["email", "berniece@example.io"], ["first_name", "Jason"], ["firstname", "Ronnie"], ["last_name", "Rolfson"], ["lastname", "Langworth"], ["lat", "8.762868561426032"], ["latitute", "25.265756608803997"], ["lng", "32.910728490583836"], ["locale", "UA"], ["longitude", "121.0618253523055"], ["middlename", "Effertz"], ["middle_name", "Breitenberg"], ["password", "V6pY1vMt"], ["phone", "1-210-783-8504 x311"], ["phone_number", "238-281-7542 x78121"], ["reference", "f8758a69-858f-4f33-9600-319d3b68db12"], ["title", "Excepturi ut perferendis ad."], ["user_name", "mac.fisher"], ["username", "buster_upton"], ["uuid", "5dd298b1-9543-475c-810b-e1a7d0fee5de"], ["created_at", "2020-11-21 14:29:14.985585"], ["updated_at", "2020-11-21 14:29:14.985585"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "561 Cormier Highway, North Mitzie, TN 27085-9001"], ["city", "New Soniaburgh"], ["country", "Colombia"], ["description", "Consequuntur pariatur explicabo. Eum culpa quae. Debitis quia incidunt."], ["email", "annamaria@example.net"], ["first_name", "Adriene"], ["firstname", "Andreas"], ["last_name", "Dach"], ["lastname", "Prohaska"], ["lat", "-36.50550491945245"], ["latitute", "-1.69323900041951"], ["lng", "-72.5131564162921"], ["locale", "US"], ["longitude", "-137.85184213125672"], ["middlename", "King"], ["middle_name", "Heathcote"], ["password", "CyPhXpCo"], ["phone", "(715) 736-8575 x4994"], ["phone_number", "383-372-0769 x518"], ["reference", "34ac5978-cd1e-4eda-9d0a-5489dc84b9ec"], ["title", "Qui qui eum itaque et qui."], ["user_name", "ashley"], ["username", "christoper"], ["uuid", "4ddeae0d-376c-48f6-ac1e-12da0c139b7a"], ["created_at", "2020-11-21 14:29:15.010526"], ["updated_at", "2020-11-21 14:29:15.010526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "97321 Ferry Fields, South Leiaview, ID 92515-3660"], ["city", "Welchview"], ["country", "Rwanda"], ["description", "Accusamus iusto aut. Ipsam aliquam cupiditate. Commodi corporis assumenda. Odio nam eveniet. Similique enim assumenda."], ["email", "cicely_block@example.net"], ["first_name", "Junior"], ["firstname", "Sharda"], ["last_name", "Mitchell"], ["lastname", "Bernier"], ["lat", "-47.46400072321093"], ["latitute", "-36.1627952039747"], ["lng", "-69.48247378888304"], ["locale", "MA"], ["longitude", "108.23931080469788"], ["middlename", "Sanford"], ["middle_name", "Adams"], ["password", "DbIg0Lc76H8t9"], ["phone", "928-384-8024 x22818"], ["phone_number", "161-800-3143 x188"], ["reference", "12b86959-3ac5-4983-9e71-07e4383c2267"], ["title", "Enim fugiat nulla voluptatem cum."], ["user_name", "renita"], ["username", "alica_pouros"], ["uuid", "72304f25-121b-4655-8fc2-b9a1f07d0e8b"], ["created_at", "2020-11-21 14:29:15.035101"], ["updated_at", "2020-11-21 14:29:15.035101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "540 Bernier Summit, Jimmiehaven, SD 23014"], ["city", "West Vince"], ["country", "Monaco"], ["description", "Accusamus repudiandae fugiat. Autem ut eligendi. Sequi impedit libero. Nihil quo qui. Occaecati dolor pariatur."], ["email", "bong.prosacco@example.biz"], ["first_name", "Pedro"], ["firstname", "Ken"], ["last_name", "Funk"], ["lastname", "Lang"], ["lat", "-16.328950804455744"], ["latitute", "-84.52196317092331"], ["lng", "8.965210275455547"], ["locale", "SL"], ["longitude", "-41.82511431316661"], ["middlename", "Lockman"], ["middle_name", "Gutmann"], ["password", "CeU69uG05tE"], ["phone", "1-244-380-0668 x69384"], ["phone_number", "813.055.0243 x05499"], ["reference", "bb472db0-73b2-4356-9ace-1b68dfef4595"], ["title", "Molestias voluptatem possimus consequuntur."], ["user_name", "carole"], ["username", "serafina_schaden"], ["uuid", "aceab3df-44ea-46da-bf61-3b32e240c249"], ["created_at", "2020-11-21 14:29:15.059628"], ["updated_at", "2020-11-21 14:29:15.059628"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 24], ["decimal", 18.3360020491427], ["string", "In molestias maxime laborum aut quia."], ["date", "2020-12-28"], ["time", "2000-01-01 15:54:50.365810"], ["datetime", "2020-11-15 05:27:42.794821"], ["created_at", "2020-11-21 14:29:15.062341"], ["updated_at", "2020-11-21 14:29:15.062341"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 2.86416948157846], ["string", "Eius laborum ut voluptatem perspiciatis quas."], ["date", "2020-12-17"], ["time", "2000-01-01 20:34:16.849181"], ["datetime", "2020-12-29 01:46:57.190158"], ["created_at", "2020-11-21 14:29:15.064761"], ["updated_at", "2020-11-21 14:29:15.064761"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 9.681135117923], ["string", "Veniam distinctio qui occaecati dolor."], ["date", "2020-11-13"], ["time", "2000-01-01 06:43:05.978004"], ["datetime", "2020-10-31 06:32:34.221044"], ["created_at", "2020-11-21 14:29:15.066979"], ["updated_at", "2020-11-21 14:29:15.066979"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 20.0605947425325], ["string", "Ad quae ut."], ["date", "2020-10-24"], ["time", "2000-01-01 23:32:34.709526"], ["datetime", "2020-12-08 14:21:16.671603"], ["created_at", "2020-11-21 14:29:15.069149"], ["updated_at", "2020-11-21 14:29:15.069149"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 0.563199310606465], ["string", "Alias sed enim facilis est."], ["date", "2020-11-29"], ["time", "2000-01-01 00:11:29.443516"], ["datetime", "2020-11-11 04:55:05.823840"], ["created_at", "2020-11-21 14:29:15.071325"], ["updated_at", "2020-11-21 14:29:15.071325"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-21 14:29:15.072846"], ["updated_at", "2020-11-21 14:29:15.072846"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 14:29:15.073984"], ["updated_at", "2020-11-21 14:29:15.073984"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 14:29:15.075066"], ["updated_at", "2020-11-21 14:29:15.075066"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-21 14:29:15.076129"], ["updated_at", "2020-11-21 14:29:15.076129"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-21 14:29:15.077187"], ["updated_at", "2020-11-21 14:29:15.077187"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:29:15.078419"], ["updated_at", "2020-11-21 14:29:15.078419"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:29:15.079737"], ["updated_at", "2020-11-21 14:29:15.079737"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:29:15.080914"], ["updated_at", "2020-11-21 14:29:15.080914"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-21 14:29:15.082034"], ["updated_at", "2020-11-21 14:29:15.082034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-21 14:29:15.083162"], ["updated_at", "2020-11-21 14:29:15.083162"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 1.64305904298412], ["string", "Adipisci cum in ab eos."], ["created_at", "2020-11-21 14:29:15.085101"], ["updated_at", "2020-11-21 14:29:15.085101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 0.022749016930445], ["string", "Minus sit nesciunt et voluptas."], ["created_at", "2020-11-21 14:29:15.086982"], ["updated_at", "2020-11-21 14:29:15.086982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 18.3050761727545], ["string", "Repellat sit nulla."], ["created_at", "2020-11-21 14:29:15.088790"], ["updated_at", "2020-11-21 14:29:15.088790"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["decimal", 0.942837452174557], ["string", "Veritatis debitis laudantium."], ["created_at", "2020-11-21 14:29:15.090596"], ["updated_at", "2020-11-21 14:29:15.090596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 22.6120953942885], ["string", "Quia praesentium aut provident aliquid commodi."], ["created_at", "2020-11-21 14:29:15.092426"], ["updated_at", "2020-11-21 14:29:15.092426"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.103227"], ["updated_at", "2020-11-21 14:29:15.103227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.103990"], ["updated_at", "2020-11-21 14:29:15.103990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.104621"], ["updated_at", "2020-11-21 14:29:15.104621"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.105234"], ["updated_at", "2020-11-21 14:29:15.105234"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.105855"], ["updated_at", "2020-11-21 14:29:15.105855"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:15.106513"], ["updated_at", "2020-11-21 14:29:15.106513"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:15.107183"], ["updated_at", "2020-11-21 14:29:15.107183"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:15.107817"], ["updated_at", "2020-11-21 14:29:15.107817"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:15.108446"], ["updated_at", "2020-11-21 14:29:15.108446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:15.109079"], ["updated_at", "2020-11-21 14:29:15.109079"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 14:29:15.110308"], ["updated_at", "2020-11-21 14:29:15.110308"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:29:15.111504"], ["updated_at", "2020-11-21 14:29:15.111504"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-21 14:29:15.112647"], ["updated_at", "2020-11-21 14:29:15.112647"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 14], ["created_at", "2020-11-21 14:29:15.113829"], ["updated_at", "2020-11-21 14:29:15.113829"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-21 14:29:15.114973"], ["updated_at", "2020-11-21 14:29:15.114973"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 3], ["created_at", "2020-11-21 14:29:15.116654"], ["updated_at", "2020-11-21 14:29:15.116654"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 15], ["created_at", "2020-11-21 14:29:15.118282"], ["updated_at", "2020-11-21 14:29:15.118282"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 14], ["created_at", "2020-11-21 14:29:15.119839"], ["updated_at", "2020-11-21 14:29:15.119839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 12], ["created_at", "2020-11-21 14:29:15.121379"], ["updated_at", "2020-11-21 14:29:15.121379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 7], ["created_at", "2020-11-21 14:29:15.122909"], ["updated_at", "2020-11-21 14:29:15.122909"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.129700"], ["updated_at", "2020-11-21 14:29:15.129700"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.130800"], ["updated_at", "2020-11-21 14:29:15.130800"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.131531"], ["updated_at", "2020-11-21 14:29:15.131531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.132339"], ["updated_at", "2020-11-21 14:29:15.132339"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.133140"], ["updated_at", "2020-11-21 14:29:15.133140"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.135083"], ["updated_at", "2020-11-21 14:29:15.135083"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.137518"], ["updated_at", "2020-11-21 14:29:15.137518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.139512"], ["updated_at", "2020-11-21 14:29:15.139512"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.141533"], ["updated_at", "2020-11-21 14:29:15.141533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.143871"], ["updated_at", "2020-11-21 14:29:15.143871"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 306 3059 Bednar Dam, Dennisemouth, AR 09242"], ["city", "Mitsuefort"], ["country", "Tokelau"], ["description", "A unde et. Dolorem earum ut. Omnis impedit asperiores. Repellat dolorum optio."], ["email", "deangelo@example.org"], ["first_name", "Stephaine"], ["firstname", "Fausto"], ["last_name", "Abbott"], ["lastname", "Berge"], ["lat", "-4.0800279999409526"], ["latitute", "74.88709005772674"], ["lng", "91.98799632473651"], ["locale", "ML"], ["longitude", "-156.58565859389535"], ["middlename", "Greenholt"], ["middle_name", "Braun"], ["password", "5Hp80JpIuHcSf24S"], ["phone", "748-806-0598 x35115"], ["phone_number", "743-248-5067"], ["reference", "94c94caa-1984-49d4-a687-4dbe4c01e085"], ["title", "Necessitatibus a at sequi."], ["user_name", "tyree_bechtelar"], ["username", "fredericka"], ["uuid", "6cd333cf-23a4-4922-b79a-118214f5b9e1"], ["created_at", "2020-11-21 14:29:15.180290"], ["updated_at", "2020-11-21 14:29:15.180290"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1274 Pouros Prairie, East Meridethmouth, KY 67651"], ["city", "West Yulandatown"], ["country", "Trinidad and Tobago"], ["description", "Saepe laudantium velit. Et quasi qui. Est et officia. Dolor porro totam."], ["email", "ike@example.net"], ["first_name", "Carey"], ["firstname", "Ethan"], ["last_name", "Oberbrunner"], ["lastname", "Kunze"], ["lat", "89.18807572463069"], ["latitute", "84.58937362273815"], ["lng", "-61.62143922750833"], ["locale", "VN"], ["longitude", "66.09064669371298"], ["middlename", "Pfannerstill"], ["middle_name", "Hintz"], ["password", "Cw18DnQh5B"], ["phone", "835.037.0944 x351"], ["phone_number", "1-512-194-5330"], ["reference", "6fca79dd-faa2-445c-b488-4c9d6b465c3d"], ["title", "Exercitationem qui modi."], ["user_name", "quincy"], ["username", "bernie.sipes"], ["uuid", "a9a3d49f-fef2-436b-acf6-6c90bd86c625"], ["created_at", "2020-11-21 14:29:15.210288"], ["updated_at", "2020-11-21 14:29:15.210288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 927 226 Runte Alley, Gerlachmouth, IN 96499-4049"], ["city", "Durganside"], ["country", "United Kingdom"], ["description", "Impedit quae eveniet. Blanditiis quis ullam. Ut possimus nihil."], ["email", "kenneth_purdy@example.info"], ["first_name", "Delphine"], ["firstname", "Dakota"], ["last_name", "Koelpin"], ["lastname", "Hauck"], ["lat", "-49.04424108453351"], ["latitute", "-62.06280126501031"], ["lng", "45.951542278305084"], ["locale", "HM"], ["longitude", "174.37870264696403"], ["middlename", "Windler"], ["middle_name", "Green"], ["password", "9T4lD1nKmKtQm8"], ["phone", "660.062.9523 x85824"], ["phone_number", "(647) 708-6883 x9754"], ["reference", "8e2374a4-079c-42e2-bd84-f7bbdbd351c4"], ["title", "Corrupti harum labore placeat."], ["user_name", "rico.gulgowski"], ["username", "mirta.heller"], ["uuid", "fe35588e-f408-4a13-ad8c-391b04ad2397"], ["created_at", "2020-11-21 14:29:15.235814"], ["updated_at", "2020-11-21 14:29:15.235814"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2235 Stoltenberg Falls, Ivanport, NJ 89286"], ["city", "East Cris"], ["country", "South Africa"], ["description", "Sequi sit harum. Nam exercitationem distinctio. Ut enim dolor. Beatae repellendus unde. Saepe eligendi libero."], ["email", "hugh_lubowitz@example.info"], ["first_name", "Daniella"], ["firstname", "Ty"], ["last_name", "Spencer"], ["lastname", "Ledner"], ["lat", "61.96511936680514"], ["latitute", "6.713249326431381"], ["lng", "-5.37002864192371"], ["locale", "TO"], ["longitude", "49.766788678147805"], ["middlename", "Purdy"], ["middle_name", "Gerhold"], ["password", "3ScG8xEpG1zIyF2"], ["phone", "884-129-8574 x06596"], ["phone_number", "779.297.0586 x3364"], ["reference", "0ce4de89-2256-4804-bf00-fb038c3023ad"], ["title", "Natus doloremque et vel eos."], ["user_name", "ralph.grimes"], ["username", "otto.balistreri"], ["uuid", "6c1ec8bc-6e54-46a4-acf4-9aee1905d932"], ["created_at", "2020-11-21 14:29:15.260534"], ["updated_at", "2020-11-21 14:29:15.260534"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 169 9525 Quinton Mill, East Jonside, TX 66196"], ["city", "Ankundingchester"], ["country", "Republic of Korea"], ["description", "Ab pariatur dolor. Qui sed itaque. Aspernatur suscipit quis."], ["email", "sumiko@example.co"], ["first_name", "Stacy"], ["firstname", "Sid"], ["last_name", "Schuppe"], ["lastname", "Olson"], ["lat", "80.18258791875215"], ["latitute", "70.45263343107936"], ["lng", "127.39368045808635"], ["locale", "SH"], ["longitude", "-166.68458774305495"], ["middlename", "Champlin"], ["middle_name", "Bergstrom"], ["password", "HcA0cYaN"], ["phone", "648-818-6869 x9984"], ["phone_number", "(980) 859-2349 x1637"], ["reference", "bfafbc20-de45-462a-9630-0593aea02fa2"], ["title", "Enim sit velit sit numquam voluptatem."], ["user_name", "lemuel.graham"], ["username", "diedra_hirthe"], ["uuid", "d6f886f4-dc74-4a3e-8df6-850bd77f3421"], ["created_at", "2020-11-21 14:29:15.284814"], ["updated_at", "2020-11-21 14:29:15.284814"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 33], ["decimal", 1.14625224334484], ["string", "Vero minus praesentium voluptatem quibusdam cupiditate."], ["date", "2020-11-19"], ["time", "2000-01-01 09:34:30.748078"], ["datetime", "2020-12-10 07:25:25.131182"], ["created_at", "2020-11-21 14:29:15.287645"], ["updated_at", "2020-11-21 14:29:15.287645"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 34.3939241955721], ["string", "Officia ullam possimus."], ["date", "2020-12-28"], ["time", "2000-01-01 19:58:25.804474"], ["datetime", "2020-11-10 05:11:37.192684"], ["created_at", "2020-11-21 14:29:15.290229"], ["updated_at", "2020-11-21 14:29:15.290229"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 19.5931761961548], ["string", "Eum non aliquam eaque."], ["date", "2020-12-13"], ["time", "2000-01-01 16:04:39.134175"], ["datetime", "2020-12-29 12:58:12.083429"], ["created_at", "2020-11-21 14:29:15.292483"], ["updated_at", "2020-11-21 14:29:15.292483"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 26], ["decimal", 31.0569396157635], ["string", "Nam laudantium quia veniam corporis."], ["date", "2020-12-05"], ["time", "2000-01-01 13:35:36.700430"], ["datetime", "2020-12-14 04:24:03.894087"], ["created_at", "2020-11-21 14:29:15.294668"], ["updated_at", "2020-11-21 14:29:15.294668"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 20.3483310729116], ["string", "Occaecati repudiandae velit."], ["date", "2020-10-29"], ["time", "2000-01-01 14:35:34.957964"], ["datetime", "2020-10-18 17:19:27.230194"], ["created_at", "2020-11-21 14:29:15.296847"], ["updated_at", "2020-11-21 14:29:15.296847"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:29:15.298379"], ["updated_at", "2020-11-21 14:29:15.298379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:29:15.299548"], ["updated_at", "2020-11-21 14:29:15.299548"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:29:15.300610"], ["updated_at", "2020-11-21 14:29:15.300610"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:29:15.301662"], ["updated_at", "2020-11-21 14:29:15.301662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:29:15.302714"], ["updated_at", "2020-11-21 14:29:15.302714"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:29:15.303879"], ["updated_at", "2020-11-21 14:29:15.303879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:29:15.304992"], ["updated_at", "2020-11-21 14:29:15.304992"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:29:15.306074"], ["updated_at", "2020-11-21 14:29:15.306074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:29:15.307148"], ["updated_at", "2020-11-21 14:29:15.307148"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:29:15.308226"], ["updated_at", "2020-11-21 14:29:15.308226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 22.0238104732743], ["string", "Sed explicabo quo."], ["created_at", "2020-11-21 14:29:15.310156"], ["updated_at", "2020-11-21 14:29:15.310156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 16.721975611159], ["string", "Harum et consequatur molestiae."], ["created_at", "2020-11-21 14:29:15.312016"], ["updated_at", "2020-11-21 14:29:15.312016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 10.8248604387451], ["string", "Eveniet natus neque incidunt ut ut."], ["created_at", "2020-11-21 14:29:15.314054"], ["updated_at", "2020-11-21 14:29:15.314054"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 13.3714722255444], ["string", "Veritatis est voluptatum."], ["created_at", "2020-11-21 14:29:15.316197"], ["updated_at", "2020-11-21 14:29:15.316197"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 1.70800064627004], ["string", "Inventore ducimus in dolores dicta doloribus."], ["created_at", "2020-11-21 14:29:15.318005"], ["updated_at", "2020-11-21 14:29:15.318005"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.328830"], ["updated_at", "2020-11-21 14:29:15.328830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.329676"], ["updated_at", "2020-11-21 14:29:15.329676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.330341"], ["updated_at", "2020-11-21 14:29:15.330341"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.330957"], ["updated_at", "2020-11-21 14:29:15.330957"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.331557"], ["updated_at", "2020-11-21 14:29:15.331557"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:15.332188"], ["updated_at", "2020-11-21 14:29:15.332188"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:15.332822"], ["updated_at", "2020-11-21 14:29:15.332822"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:15.333424"], ["updated_at", "2020-11-21 14:29:15.333424"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:15.334053"], ["updated_at", "2020-11-21 14:29:15.334053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:15.334718"], ["updated_at", "2020-11-21 14:29:15.334718"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 14:29:15.335979"], ["updated_at", "2020-11-21 14:29:15.335979"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:29:15.337162"], ["updated_at", "2020-11-21 14:29:15.337162"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 14:29:15.338326"], ["updated_at", "2020-11-21 14:29:15.338326"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 14:29:15.339444"], ["updated_at", "2020-11-21 14:29:15.339444"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:29:15.340688"], ["updated_at", "2020-11-21 14:29:15.340688"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-21 14:29:15.342368"], ["updated_at", "2020-11-21 14:29:15.342368"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-21 14:29:15.343893"], ["updated_at", "2020-11-21 14:29:15.343893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-21 14:29:15.345349"], ["updated_at", "2020-11-21 14:29:15.345349"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-21 14:29:15.346961"], ["updated_at", "2020-11-21 14:29:15.346961"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 3], ["created_at", "2020-11-21 14:29:15.348623"], ["updated_at", "2020-11-21 14:29:15.348623"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.349522"], ["updated_at", "2020-11-21 14:29:15.349522"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.350223"], ["updated_at", "2020-11-21 14:29:15.350223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.350823"], ["updated_at", "2020-11-21 14:29:15.350823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.351441"], ["updated_at", "2020-11-21 14:29:15.351441"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.352039"], ["updated_at", "2020-11-21 14:29:15.352039"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:15.353152"], ["updated_at", "2020-11-21 14:29:15.353152"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:15.354233"], ["updated_at", "2020-11-21 14:29:15.354233"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:15.355279"], ["updated_at", "2020-11-21 14:29:15.355279"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:15.356304"], ["updated_at", "2020-11-21 14:29:15.356304"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:15.357325"], ["updated_at", "2020-11-21 14:29:15.357325"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 697 32918 Chantell Islands, West Fritz, WI 52813"], ["city", "Lake Desirae"], ["country", "Pakistan"], ["description", "Voluptas saepe quas. Nemo inventore delectus. Est voluptatem unde. Qui impedit voluptatem. Amet quia consequuntur."], ["email", "tamala@example.name"], ["first_name", "Gerardo"], ["firstname", "Marylou"], ["last_name", "Denesik"], ["lastname", "Gerhold"], ["lat", "-62.0805531739891"], ["latitute", "-58.56866542636257"], ["lng", "-42.4027096657656"], ["locale", "GE"], ["longitude", "-3.1116446769094637"], ["middlename", "Ortiz"], ["middle_name", "Keeling"], ["password", "UkHjXoE2kZyKuFuS"], ["phone", "708.522.9458 x036"], ["phone_number", "1-332-302-4686 x536"], ["reference", "a2109809-5077-432c-a7c0-45928563cb53"], ["title", "Aperiam animi mollitia et."], ["user_name", "leon"], ["username", "warner.oberbrunner"], ["uuid", "4a90688b-14ef-4c5e-9a42-8ccc3aca7b37"], ["created_at", "2020-11-21 14:29:15.392284"], ["updated_at", "2020-11-21 14:29:15.392284"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 671 2518 Mann Station, Lake Xaviermouth, PA 85573"], ["city", "South Rafaela"], ["country", "Norway"], ["description", "Laboriosam omnis quaerat. Et minima officiis. Enim vero molestias. Ea dolorum nihil."], ["email", "kaitlyn@example.name"], ["first_name", "Rosella"], ["firstname", "Maybelle"], ["last_name", "Nolan"], ["lastname", "Bergstrom"], ["lat", "20.361524023689142"], ["latitute", "-25.300902519884232"], ["lng", "25.866937490866377"], ["locale", "NI"], ["longitude", "-20.3138957280041"], ["middlename", "Hudson"], ["middle_name", "Hartmann"], ["password", "TlSj3ZlXo71"], ["phone", "668.337.7625 x314"], ["phone_number", "(623) 315-9509 x951"], ["reference", "462c54c7-9fda-462b-ba25-9826903b3186"], ["title", "Saepe impedit fugiat in."], ["user_name", "reginald"], ["username", "trenton_trantow"], ["uuid", "5e9e8f51-ff23-4556-a2b6-470f3340b80c"], ["created_at", "2020-11-21 14:29:15.419754"], ["updated_at", "2020-11-21 14:29:15.419754"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 148 495 Streich Ville, Port Jamey, GA 47227-4401"], ["city", "Lake Yong"], ["country", "Reunion"], ["description", "Delectus et quae. Sit minima sint. Ea et dolorem. Fugit aut sed."], ["email", "toni_turcotte@example.org"], ["first_name", "Janet"], ["firstname", "Miranda"], ["last_name", "Stehr"], ["lastname", "Herman"], ["lat", "52.75026098510736"], ["latitute", "-10.432628119740599"], ["lng", "-152.70472833088834"], ["locale", "RO"], ["longitude", "57.2690135261069"], ["middlename", "Predovic"], ["middle_name", "Schneider"], ["password", "Yb25YeSb"], ["phone", "(393) 047-6175 x43389"], ["phone_number", "(305) 313-6695 x14349"], ["reference", "a8031796-def6-490e-8040-f4a5b4f5ee06"], ["title", "Tempora placeat dolorem rerum et."], ["user_name", "lovella.frami"], ["username", "wilbur_macejkovic"], ["uuid", "7014b6bf-2bcf-4497-8e67-6c00438384da"], ["created_at", "2020-11-21 14:29:15.444986"], ["updated_at", "2020-11-21 14:29:15.444986"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 365 56705 Keesha Mount, North Cecilside, CT 55521-8455"], ["city", "Elenaberg"], ["country", "Mozambique"], ["description", "Dolorem quis qui. Aspernatur repellat est. Modi ab aut. Harum quia velit. Veniam temporibus fuga."], ["email", "melda@example.co"], ["first_name", "Donny"], ["firstname", "Toney"], ["last_name", "Breitenberg"], ["lastname", "Weissnat"], ["lat", "32.752785108918715"], ["latitute", "48.50853581939714"], ["lng", "-113.08519283491151"], ["locale", "CY"], ["longitude", "-47.66334377300177"], ["middlename", "Gutmann"], ["middle_name", "Smith"], ["password", "45Zx61UfIn8A8eD6"], ["phone", "1-492-631-9612"], ["phone_number", "509.503.0712 x63918"], ["reference", "d8ebb63b-9a02-4ecd-a2dc-0ed670494589"], ["title", "Vero aut ut sint provident."], ["user_name", "henry.skiles"], ["username", "shayna_rutherford"], ["uuid", "6589714b-1f92-4b1b-a740-6ea05bcc184f"], ["created_at", "2020-11-21 14:29:15.470763"], ["updated_at", "2020-11-21 14:29:15.470763"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 685 3877 Brakus Points, Rogahnside, LA 54508"], ["city", "South Willie"], ["country", "Cayman Islands"], ["description", "Rerum aut facilis. Recusandae at possimus."], ["email", "carolyn_parisian@example.io"], ["first_name", "Patrick"], ["firstname", "Abdul"], ["last_name", "Rippin"], ["lastname", "Wuckert"], ["lat", "-19.462095380702635"], ["latitute", "49.03364930834735"], ["lng", "-98.35560515168598"], ["locale", "SB"], ["longitude", "-96.58432788409068"], ["middlename", "Hirthe"], ["middle_name", "Bernier"], ["password", "11JlJwM9gQf8R"], ["phone", "(974) 341-5125 x981"], ["phone_number", "424.682.2401 x996"], ["reference", "0772be2d-cc50-4d9e-917a-befd2e93c3e2"], ["title", "Quia atque modi."], ["user_name", "rashad"], ["username", "eleonore"], ["uuid", "4f27dc59-677f-4745-b30c-69a98c9dc186"], ["created_at", "2020-11-21 14:29:15.495619"], ["updated_at", "2020-11-21 14:29:15.495619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 7.93043773906331], ["string", "Vitae quidem eos pariatur aspernatur quas."], ["date", "2020-11-23"], ["time", "2000-01-01 12:55:29.843456"], ["datetime", "2020-11-27 02:58:09.156761"], ["created_at", "2020-11-21 14:29:15.498769"], ["updated_at", "2020-11-21 14:29:15.498769"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 10.0042155479993], ["string", "Inventore aut sit impedit."], ["date", "2020-10-11"], ["time", "2000-01-01 09:22:45.289527"], ["datetime", "2020-11-14 09:12:21.207728"], ["created_at", "2020-11-21 14:29:15.501411"], ["updated_at", "2020-11-21 14:29:15.501411"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 0.27075156496334], ["string", "Dolorum labore nam consequatur."], ["date", "2020-10-18"], ["time", "2000-01-01 16:35:03.580777"], ["datetime", "2020-10-17 17:28:07.042524"], ["created_at", "2020-11-21 14:29:15.503865"], ["updated_at", "2020-11-21 14:29:15.503865"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 0.99226855017023], ["string", "Consequatur aperiam ipsum nostrum dicta error."], ["date", "2020-11-04"], ["time", "2000-01-01 09:15:53.885707"], ["datetime", "2020-10-23 21:16:48.384265"], ["created_at", "2020-11-21 14:29:15.506129"], ["updated_at", "2020-11-21 14:29:15.506129"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 25.4821445019249], ["string", "Voluptatem similique laudantium aliquam sed aut."], ["date", "2020-12-31"], ["time", "2000-01-01 09:58:29.389743"], ["datetime", "2020-10-31 12:54:08.166948"], ["created_at", "2020-11-21 14:29:15.508334"], ["updated_at", "2020-11-21 14:29:15.508334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:29:15.509958"], ["updated_at", "2020-11-21 14:29:15.509958"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 14:29:15.511199"], ["updated_at", "2020-11-21 14:29:15.511199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-21 14:29:15.512309"], ["updated_at", "2020-11-21 14:29:15.512309"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 14:29:15.513549"], ["updated_at", "2020-11-21 14:29:15.513549"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:29:15.514701"], ["updated_at", "2020-11-21 14:29:15.514701"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:29:15.515905"], ["updated_at", "2020-11-21 14:29:15.515905"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-21 14:29:15.517000"], ["updated_at", "2020-11-21 14:29:15.517000"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-21 14:29:15.518098"], ["updated_at", "2020-11-21 14:29:15.518098"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:29:15.519211"], ["updated_at", "2020-11-21 14:29:15.519211"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:29:15.520388"], ["updated_at", "2020-11-21 14:29:15.520388"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1030], ["decimal", 0.976007312589934], ["string", "Rerum et perspiciatis."], ["created_at", "2020-11-21 14:29:15.522376"], ["updated_at", "2020-11-21 14:29:15.522376"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 6.30871314206855], ["string", "Et molestiae hic voluptas aperiam veniam."], ["created_at", "2020-11-21 14:29:15.524255"], ["updated_at", "2020-11-21 14:29:15.524255"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 6.7676039441542], ["string", "Tempora eos minus saepe."], ["created_at", "2020-11-21 14:29:15.526063"], ["updated_at", "2020-11-21 14:29:15.526063"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 3.72866135969472], ["string", "Saepe ratione veniam dolorem."], ["created_at", "2020-11-21 14:29:15.527879"], ["updated_at", "2020-11-21 14:29:15.527879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 10.6619041514347], ["string", "Ut eligendi et."], ["created_at", "2020-11-21 14:29:15.529956"], ["updated_at", "2020-11-21 14:29:15.529956"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.541087"], ["updated_at", "2020-11-21 14:29:15.541087"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.541864"], ["updated_at", "2020-11-21 14:29:15.541864"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.542499"], ["updated_at", "2020-11-21 14:29:15.542499"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.543121"], ["updated_at", "2020-11-21 14:29:15.543121"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.543746"], ["updated_at", "2020-11-21 14:29:15.543746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:15.544395"], ["updated_at", "2020-11-21 14:29:15.544395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:15.545052"], ["updated_at", "2020-11-21 14:29:15.545052"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:15.545683"], ["updated_at", "2020-11-21 14:29:15.545683"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:15.546352"], ["updated_at", "2020-11-21 14:29:15.546352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:15.547253"], ["updated_at", "2020-11-21 14:29:15.547253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-21 14:29:15.548608"], ["updated_at", "2020-11-21 14:29:15.548608"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 14:29:15.549768"], ["updated_at", "2020-11-21 14:29:15.549768"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-21 14:29:15.550894"], ["updated_at", "2020-11-21 14:29:15.550894"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-21 14:29:15.551978"], ["updated_at", "2020-11-21 14:29:15.551978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 14:29:15.553082"], ["updated_at", "2020-11-21 14:29:15.553082"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 9], ["created_at", "2020-11-21 14:29:15.554596"], ["updated_at", "2020-11-21 14:29:15.554596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 10], ["created_at", "2020-11-21 14:29:15.556092"], ["updated_at", "2020-11-21 14:29:15.556092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 8], ["created_at", "2020-11-21 14:29:15.557567"], ["updated_at", "2020-11-21 14:29:15.557567"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 6], ["created_at", "2020-11-21 14:29:15.559048"], ["updated_at", "2020-11-21 14:29:15.559048"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 2], ["created_at", "2020-11-21 14:29:15.560758"], ["updated_at", "2020-11-21 14:29:15.560758"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.561518"], ["updated_at", "2020-11-21 14:29:15.561518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.562186"], ["updated_at", "2020-11-21 14:29:15.562186"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.562827"], ["updated_at", "2020-11-21 14:29:15.562827"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.563537"], ["updated_at", "2020-11-21 14:29:15.563537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.564181"], ["updated_at", "2020-11-21 14:29:15.564181"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:15.565390"], ["updated_at", "2020-11-21 14:29:15.565390"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:15.566535"], ["updated_at", "2020-11-21 14:29:15.566535"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:15.567649"], ["updated_at", "2020-11-21 14:29:15.567649"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:15.568761"], ["updated_at", "2020-11-21 14:29:15.568761"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:29:15.569863"], ["updated_at", "2020-11-21 14:29:15.569863"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "341 Emmanuel Trail, Funkside, WV 57339"], ["city", "Dominicview"], ["country", "Papua New Guinea"], ["description", "Soluta officiis sint. Ad velit earum. Ut recusandae voluptas. Iste facilis eligendi. Eligendi quia et."], ["email", "eve@example.com"], ["first_name", "Cruz"], ["firstname", "Julian"], ["last_name", "Beer"], ["lastname", "Kuphal"], ["lat", "-79.20437773312545"], ["latitute", "87.22591052778574"], ["lng", "-67.92144145006418"], ["locale", "SE"], ["longitude", "55.979727917077724"], ["middlename", "Morissette"], ["middle_name", "Lebsack"], ["password", "Rt80ObNc0R"], ["phone", "1-914-835-0643 x6779"], ["phone_number", "475-686-2956 x19442"], ["reference", "ccc8766c-209d-4e06-82fa-2731e8acc772"], ["title", "Maiores cum repellendus."], ["user_name", "lashell.dare"], ["username", "ivonne"], ["uuid", "fe2702dc-50d2-4f39-97c6-5ad45a58214d"], ["created_at", "2020-11-21 14:29:15.604966"], ["updated_at", "2020-11-21 14:29:15.604966"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "946 Waters Motorway, Wolffland, DE 14377-7287"], ["city", "East Gus"], ["country", "Portugal"], ["description", "Odio molestias voluptas. Vel magni sint."], ["email", "rudolf.hahn@example.net"], ["first_name", "Sandy"], ["firstname", "Hassie"], ["last_name", "Schowalter"], ["lastname", "Buckridge"], ["lat", "73.41240419991198"], ["latitute", "-24.374725580740773"], ["lng", "-111.34062811533082"], ["locale", "GB"], ["longitude", "157.6102387225181"], ["middlename", "Wisozk"], ["middle_name", "Bogan"], ["password", "A2rSo89IeL9b"], ["phone", "968.880.5908 x19883"], ["phone_number", "963-474-5463 x8633"], ["reference", "1f039eea-f875-4133-a808-46124427e833"], ["title", "Expedita voluptas est."], ["user_name", "paige"], ["username", "cassey"], ["uuid", "1fa612fa-7910-48e9-9deb-b4766a3a11b4"], ["created_at", "2020-11-21 14:29:15.629832"], ["updated_at", "2020-11-21 14:29:15.629832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 698 6015 McKenzie Wall, Leuschkeborough, AR 44610-5344"], ["city", "West Anna"], ["country", "Libyan Arab Jamahiriya"], ["description", "Maxime ad et. Sint id tenetur. Voluptate esse temporibus."], ["email", "latashia.daniel@example.io"], ["first_name", "Carlena"], ["firstname", "Ray"], ["last_name", "Rippin"], ["lastname", "Crist"], ["lat", "-52.30214001583384"], ["latitute", "19.90714911895192"], ["lng", "75.61857036992492"], ["locale", "AL"], ["longitude", "-121.75643576532903"], ["middlename", "Kautzer"], ["middle_name", "Gorczany"], ["password", "Ut3BfKgYh8HiS8f"], ["phone", "1-864-939-2501 x33233"], ["phone_number", "(879) 842-4649 x71910"], ["reference", "f09bac26-892f-49a9-8051-987b2943905c"], ["title", "Et voluptatum et qui iste."], ["user_name", "leonardo"], ["username", "rina"], ["uuid", "5682b65e-462e-4f05-88aa-040138032ffa"], ["created_at", "2020-11-21 14:29:15.654174"], ["updated_at", "2020-11-21 14:29:15.654174"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 995 122 Wintheiser Orchard, Lake Dirkton, CO 77509-0910"], ["city", "Torphyborough"], ["country", "Honduras"], ["description", "Dignissimos qui nisi. Non unde ut. Ut velit ducimus. Earum molestias quis."], ["email", "madaline_dooley@example.org"], ["first_name", "Billie"], ["firstname", "Hoyt"], ["last_name", "Oberbrunner"], ["lastname", "Kessler"], ["lat", "-52.99554552400385"], ["latitute", "-16.43124459286166"], ["lng", "157.06560107100182"], ["locale", "IE"], ["longitude", "78.53271577859886"], ["middlename", "Dare"], ["middle_name", "Erdman"], ["password", "AsH1lScLh4Fk3"], ["phone", "1-971-397-4066 x28173"], ["phone_number", "569.204.6378"], ["reference", "317c2304-e8dd-4884-b2e8-9c972045fa6f"], ["title", "Quis facere ullam est culpa."], ["user_name", "adelle_schulist"], ["username", "wilfredo"], ["uuid", "9fafc8d4-679a-41cc-8b3f-1d46692475d9"], ["created_at", "2020-11-21 14:29:15.678686"], ["updated_at", "2020-11-21 14:29:15.678686"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "393 Jenny Glen, East Traceyburgh, MA 37470"], ["city", "Lake Weston"], ["country", "Mayotte"], ["description", "Laborum numquam quidem. Consequuntur vero quaerat."], ["email", "numbers_herzog@example.net"], ["first_name", "Francis"], ["firstname", "Makeda"], ["last_name", "Morar"], ["lastname", "Collier"], ["lat", "19.57719585639458"], ["latitute", "35.10196882861399"], ["lng", "-64.10634886015312"], ["locale", "RU"], ["longitude", "76.52095138660673"], ["middlename", "Lebsack"], ["middle_name", "Swift"], ["password", "Ve6HkXw4O"], ["phone", "176.612.4865 x16643"], ["phone_number", "462.762.1319 x797"], ["reference", "33c0f424-d65c-40fb-8460-fd57713f10d3"], ["title", "Exercitationem quis id."], ["user_name", "eda"], ["username", "carol"], ["uuid", "36ecd993-5260-4a3f-b788-346b34e17292"], ["created_at", "2020-11-21 14:29:15.703261"], ["updated_at", "2020-11-21 14:29:15.703261"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 27.1310713189569], ["string", "Quas dolorem quos molestiae exercitationem perspiciatis."], ["date", "2020-10-24"], ["time", "2000-01-01 02:53:27.041222"], ["datetime", "2020-11-14 13:11:14.891725"], ["created_at", "2020-11-21 14:29:15.705976"], ["updated_at", "2020-11-21 14:29:15.705976"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 18.1282664642466], ["string", "Ducimus voluptas praesentium voluptatem esse adipisci."], ["date", "2020-10-20"], ["time", "2000-01-01 08:34:15.787148"], ["datetime", "2020-12-18 04:09:59.202147"], ["created_at", "2020-11-21 14:29:15.708283"], ["updated_at", "2020-11-21 14:29:15.708283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 12.6722900308348], ["string", "Asperiores voluptatem nisi quasi pariatur molestias."], ["date", "2020-11-08"], ["time", "2000-01-01 00:05:51.423277"], ["datetime", "2020-11-14 07:14:58.139630"], ["created_at", "2020-11-21 14:29:15.710493"], ["updated_at", "2020-11-21 14:29:15.710493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 18], ["decimal", 23.0601319300983], ["string", "Deleniti deserunt delectus praesentium."], ["date", "2020-12-04"], ["time", "2000-01-01 12:21:01.388919"], ["datetime", "2020-12-23 03:38:24.236638"], ["created_at", "2020-11-21 14:29:15.712703"], ["updated_at", "2020-11-21 14:29:15.712703"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 5.98856412747895], ["string", "Deserunt nostrum explicabo omnis necessitatibus et."], ["date", "2020-10-25"], ["time", "2000-01-01 16:23:32.287034"], ["datetime", "2020-12-27 21:09:43.978862"], ["created_at", "2020-11-21 14:29:15.714909"], ["updated_at", "2020-11-21 14:29:15.714909"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-21 14:29:15.716483"], ["updated_at", "2020-11-21 14:29:15.716483"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:29:15.717644"], ["updated_at", "2020-11-21 14:29:15.717644"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-21 14:29:15.718737"], ["updated_at", "2020-11-21 14:29:15.718737"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:29:15.719853"], ["updated_at", "2020-11-21 14:29:15.719853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:29:15.720969"], ["updated_at", "2020-11-21 14:29:15.720969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-21 14:29:15.722191"], ["updated_at", "2020-11-21 14:29:15.722191"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:29:15.723383"], ["updated_at", "2020-11-21 14:29:15.723383"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:29:15.724529"], ["updated_at", "2020-11-21 14:29:15.724529"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-21 14:29:15.725667"], ["updated_at", "2020-11-21 14:29:15.725667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-21 14:29:15.726808"], ["updated_at", "2020-11-21 14:29:15.726808"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 2.47162434597063], ["string", "Aut nulla doloribus illo aspernatur."], ["created_at", "2020-11-21 14:29:15.728756"], ["updated_at", "2020-11-21 14:29:15.728756"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 31.5193679212197], ["string", "Qui tempore doloremque explicabo facilis."], ["created_at", "2020-11-21 14:29:15.730822"], ["updated_at", "2020-11-21 14:29:15.730822"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 0.939120878778318], ["string", "Recusandae unde voluptatem quo sit dolores."], ["created_at", "2020-11-21 14:29:15.732782"], ["updated_at", "2020-11-21 14:29:15.732782"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 13.3139853433258], ["string", "Est sit ut veritatis necessitatibus."], ["created_at", "2020-11-21 14:29:15.734607"], ["updated_at", "2020-11-21 14:29:15.734607"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 13.8132242782575], ["string", "Provident distinctio sunt id."], ["created_at", "2020-11-21 14:29:15.736420"], ["updated_at", "2020-11-21 14:29:15.736420"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.747251"], ["updated_at", "2020-11-21 14:29:15.747251"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.748035"], ["updated_at", "2020-11-21 14:29:15.748035"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.748671"], ["updated_at", "2020-11-21 14:29:15.748671"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.749315"], ["updated_at", "2020-11-21 14:29:15.749315"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:29:15.749953"], ["updated_at", "2020-11-21 14:29:15.749953"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:15.750622"], ["updated_at", "2020-11-21 14:29:15.750622"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:15.751304"], ["updated_at", "2020-11-21 14:29:15.751304"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:15.751952"], ["updated_at", "2020-11-21 14:29:15.751952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:15.752599"], ["updated_at", "2020-11-21 14:29:15.752599"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:29:15.753262"], ["updated_at", "2020-11-21 14:29:15.753262"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-21 14:29:15.754540"], ["updated_at", "2020-11-21 14:29:15.754540"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 14], ["created_at", "2020-11-21 14:29:15.755853"], ["updated_at", "2020-11-21 14:29:15.755853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 12], ["created_at", "2020-11-21 14:29:15.757010"], ["updated_at", "2020-11-21 14:29:15.757010"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-21 14:29:15.758125"], ["updated_at", "2020-11-21 14:29:15.758125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 14:29:15.759224"], ["updated_at", "2020-11-21 14:29:15.759224"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-21 14:29:15.760758"], ["updated_at", "2020-11-21 14:29:15.760758"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-21 14:29:15.762268"], ["updated_at", "2020-11-21 14:29:15.762268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 12], ["created_at", "2020-11-21 14:29:15.763753"], ["updated_at", "2020-11-21 14:29:15.763753"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 15], ["created_at", "2020-11-21 14:29:15.765637"], ["updated_at", "2020-11-21 14:29:15.765637"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 9], ["created_at", "2020-11-21 14:29:15.767374"], ["updated_at", "2020-11-21 14:29:15.767374"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.7ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.9ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:09.637213"], ["updated_at", "2020-11-21 14:30:09.637213"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:09.638432"], ["updated_at", "2020-11-21 14:30:09.638432"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:09.639247"], ["updated_at", "2020-11-21 14:30:09.639247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:09.640005"], ["updated_at", "2020-11-21 14:30:09.640005"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:09.640758"], ["updated_at", "2020-11-21 14:30:09.640758"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:09.648621"], ["updated_at", "2020-11-21 14:30:09.648621"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:09.650232"], ["updated_at", "2020-11-21 14:30:09.650232"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:09.651610"], ["updated_at", "2020-11-21 14:30:09.651610"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:09.652928"], ["updated_at", "2020-11-21 14:30:09.652928"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:09.654171"], ["updated_at", "2020-11-21 14:30:09.654171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2741 Sharlene Ridge, VonRuedenside, ME 20534"], ["city", "South Jerricaborough"], ["country", "Western Sahara"], ["description", "Qui labore qui. Nihil velit aperiam. Ut consequatur pariatur. Asperiores vero eos."], ["email", "teena_hessel@example.net"], ["first_name", "Duncan"], ["firstname", "Bryant"], ["last_name", "Gerhold"], ["lastname", "Sanford"], ["lat", "-62.184791474615075"], ["latitute", "-36.601022395722985"], ["lng", "79.95597973335572"], ["locale", "NZ"], ["longitude", "-95.93169130964118"], ["middlename", "MacGyver"], ["middle_name", "Pacocha"], ["password", "Ov7JxAw76RjJ8w9"], ["phone", "141-117-2817 x5350"], ["phone_number", "(130) 348-9446 x60908"], ["reference", "3e1db54b-082b-4b80-a89a-7e6b707721fc"], ["title", "Ab a dolorem tenetur."], ["user_name", "ericka_walker"], ["username", "mellissa"], ["uuid", "7953aa21-a82c-415d-89ac-c1cedd0c0911"], ["created_at", "2020-11-21 14:30:10.568186"], ["updated_at", "2020-11-21 14:30:10.568186"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "632 Vanita Hills, Jaskolskitown, SC 13278-0779"], ["city", "Houstonville"], ["country", "Georgia"], ["description", "Qui quidem quia. Est eaque reprehenderit. Reprehenderit non voluptas."], ["email", "samuel@example.co"], ["first_name", "Alonzo"], ["firstname", "Patrick"], ["last_name", "Sipes"], ["lastname", "Stanton"], ["lat", "64.16278016055392"], ["latitute", "-4.923279240398287"], ["lng", "-50.05587343348853"], ["locale", "RU"], ["longitude", "-19.247791501262355"], ["middlename", "Thiel"], ["middle_name", "Grady"], ["password", "0K8e5WxK4hX7dW8"], ["phone", "905-825-1314 x4599"], ["phone_number", "611.428.1720"], ["reference", "1cced9c3-850e-4c7c-a965-2713e6050195"], ["title", "Autem dolorem ad qui adipisci voluptates."], ["user_name", "mana"], ["username", "harlan"], ["uuid", "c063a500-f3dd-4793-b3ec-38be419ed1aa"], ["created_at", "2020-11-21 14:30:10.592888"], ["updated_at", "2020-11-21 14:30:10.592888"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "977 Olson Stravenue, Muellerside, GA 23806-6716"], ["city", "Willischester"], ["country", "United States of America"], ["description", "Est iste sed. Minus numquam ut. Nihil quibusdam libero. Voluptatem quia occaecati. Non sit ipsa."], ["email", "kendra@example.org"], ["first_name", "Rosana"], ["firstname", "Laurence"], ["last_name", "Waters"], ["lastname", "Schneider"], ["lat", "20.764050576233856"], ["latitute", "10.127304918667491"], ["lng", "16.097579202402812"], ["locale", "GL"], ["longitude", "136.37171486134815"], ["middlename", "Konopelski"], ["middle_name", "Feeney"], ["password", "O7l4RjTvP2l339B0"], ["phone", "1-240-242-3545 x646"], ["phone_number", "624.616.8407 x26600"], ["reference", "8c9b6fae-742a-442e-8b31-8a7a34c9bc69"], ["title", "Perferendis consequatur in et error."], ["user_name", "billie.batz"], ["username", "john"], ["uuid", "180e9f39-9866-469b-aafe-611c30c06c4b"], ["created_at", "2020-11-21 14:30:10.626324"], ["updated_at", "2020-11-21 14:30:10.626324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 412 631 Walsh Grove, Shaniquaburgh, KY 53787"], ["city", "Ryanfort"], ["country", "Armenia"], ["description", "Ducimus vel et. Dolor beatae nisi. Vero voluptatem autem. Ab laudantium dolorem. Sit vero ullam."], ["email", "sharri@example.name"], ["first_name", "Kevin"], ["firstname", "Emerson"], ["last_name", "Russel"], ["lastname", "Corkery"], ["lat", "77.44258994119565"], ["latitute", "62.81497673674775"], ["lng", "-0.4996487834096399"], ["locale", "BL"], ["longitude", "11.450647027381905"], ["middlename", "Romaguera"], ["middle_name", "Halvorson"], ["password", "Ak7JtHbZr689R68"], ["phone", "1-470-510-6532 x45336"], ["phone_number", "339.280.5536 x61153"], ["reference", "8b1d02ce-6e11-494d-adef-1ac5d49346fa"], ["title", "Non in temporibus dolores eaque et."], ["user_name", "rolando"], ["username", "cole"], ["uuid", "2e25e8d7-b227-4c7b-aa7c-a88ea305775b"], ["created_at", "2020-11-21 14:30:10.651405"], ["updated_at", "2020-11-21 14:30:10.651405"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 569 541 Ethelene Plaza, Schadenburgh, LA 68256"], ["city", "Rogelioside"], ["country", "Nigeria"], ["description", "Qui corporis blanditiis. Natus sint nemo. Eos quaerat ducimus. Quo labore tenetur."], ["email", "stefani@example.info"], ["first_name", "Colin"], ["firstname", "Levi"], ["last_name", "Hodkiewicz"], ["lastname", "Glover"], ["lat", "-41.60545291252485"], ["latitute", "-35.35615779671121"], ["lng", "-148.06321292495707"], ["locale", "PS"], ["longitude", "-58.87588934214938"], ["middlename", "Mohr"], ["middle_name", "Sawayn"], ["password", "VgA6zNtL"], ["phone", "1-679-555-5151"], ["phone_number", "839.918.3966 x567"], ["reference", "49c1f4ce-4bad-4065-bf03-4111ce053e52"], ["title", "Earum sit voluptatibus explicabo."], ["user_name", "dominque"], ["username", "gita"], ["uuid", "ee837c4c-550c-4144-8084-fc1d20823797"], ["created_at", "2020-11-21 14:30:10.675684"], ["updated_at", "2020-11-21 14:30:10.675684"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 13.1042890115499], ["string", "Dolorem quidem sint enim."], ["date", "2020-11-12"], ["time", "2000-01-01 00:05:12.884654"], ["datetime", "2020-11-18 23:04:20.046911"], ["created_at", "2020-11-21 14:30:10.685279"], ["updated_at", "2020-11-21 14:30:10.685279"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 2.5096508387171], ["string", "Id quas odit est quo magni."], ["date", "2020-10-17"], ["time", "2000-01-01 20:20:14.208057"], ["datetime", "2020-11-27 17:27:08.531997"], ["created_at", "2020-11-21 14:30:10.687960"], ["updated_at", "2020-11-21 14:30:10.687960"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 8.06349265350043], ["string", "Ut ad eaque velit quia deleniti."], ["date", "2020-12-31"], ["time", "2000-01-01 14:26:03.630299"], ["datetime", "2020-10-27 23:56:37.291174"], ["created_at", "2020-11-21 14:30:10.690196"], ["updated_at", "2020-11-21 14:30:10.690196"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 8.22135159387092], ["string", "Reiciendis sint est eos voluptatem."], ["date", "2020-11-10"], ["time", "2000-01-01 08:08:18.661558"], ["datetime", "2020-12-10 19:24:14.543073"], ["created_at", "2020-11-21 14:30:10.692399"], ["updated_at", "2020-11-21 14:30:10.692399"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 16.483257619742], ["string", "Doloremque minima dolorem omnis."], ["date", "2020-12-26"], ["time", "2000-01-01 10:08:17.613418"], ["datetime", "2020-11-28 03:22:54.138288"], ["created_at", "2020-11-21 14:30:10.694554"], ["updated_at", "2020-11-21 14:30:10.694554"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:30:10.698672"], ["updated_at", "2020-11-21 14:30:10.698672"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:30:10.699930"], ["updated_at", "2020-11-21 14:30:10.699930"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:30:10.701070"], ["updated_at", "2020-11-21 14:30:10.701070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:30:10.702188"], ["updated_at", "2020-11-21 14:30:10.702188"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:30:10.703283"], ["updated_at", "2020-11-21 14:30:10.703283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:30:10.707359"], ["updated_at", "2020-11-21 14:30:10.707359"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:30:10.708570"], ["updated_at", "2020-11-21 14:30:10.708570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:30:10.709725"], ["updated_at", "2020-11-21 14:30:10.709725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:30:10.710835"], ["updated_at", "2020-11-21 14:30:10.710835"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:30:10.711932"], ["updated_at", "2020-11-21 14:30:10.711932"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 3.5528764744132], ["string", "Quas dolorem provident possimus voluptas."], ["created_at", "2020-11-21 14:30:10.717962"], ["updated_at", "2020-11-21 14:30:10.717962"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 2.42500641011683], ["string", "Nam asperiores voluptas."], ["created_at", "2020-11-21 14:30:10.719902"], ["updated_at", "2020-11-21 14:30:10.719902"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1033], ["decimal", 7.86364402101092], ["string", "Illo magni in aut perferendis nihil."], ["created_at", "2020-11-21 14:30:10.721720"], ["updated_at", "2020-11-21 14:30:10.721720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 6.28602086296116], ["string", "Vero ut veritatis dolores voluptates."], ["created_at", "2020-11-21 14:30:10.723545"], ["updated_at", "2020-11-21 14:30:10.723545"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1021], ["decimal", 17.2031533911116], ["string", "Molestiae ex dignissimos dolor."], ["created_at", "2020-11-21 14:30:10.725362"], ["updated_at", "2020-11-21 14:30:10.725362"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:10.742607"], ["updated_at", "2020-11-21 14:30:10.742607"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:10.743436"], ["updated_at", "2020-11-21 14:30:10.743436"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:10.744091"], ["updated_at", "2020-11-21 14:30:10.744091"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:10.744699"], ["updated_at", "2020-11-21 14:30:10.744699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:10.745314"], ["updated_at", "2020-11-21 14:30:10.745314"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:30:10.748036"], ["updated_at", "2020-11-21 14:30:10.748036"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:30:10.748745"], ["updated_at", "2020-11-21 14:30:10.748745"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:30:10.749387"], ["updated_at", "2020-11-21 14:30:10.749387"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:30:10.750027"], ["updated_at", "2020-11-21 14:30:10.750027"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:30:10.750662"], ["updated_at", "2020-11-21 14:30:10.750662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 14:30:10.756661"], ["updated_at", "2020-11-21 14:30:10.756661"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 14:30:10.758418"], ["updated_at", "2020-11-21 14:30:10.758418"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 14:30:10.759570"], ["updated_at", "2020-11-21 14:30:10.759570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:30:10.760733"], ["updated_at", "2020-11-21 14:30:10.760733"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 14:30:10.761869"], ["updated_at", "2020-11-21 14:30:10.761869"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-21 14:30:10.766941"], ["updated_at", "2020-11-21 14:30:10.766941"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-21 14:30:10.768580"], ["updated_at", "2020-11-21 14:30:10.768580"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-21 14:30:10.770119"], ["updated_at", "2020-11-21 14:30:10.770119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-21 14:30:10.771652"], ["updated_at", "2020-11-21 14:30:10.771652"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-21 14:30:10.773157"], ["updated_at", "2020-11-21 14:30:10.773157"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:10.773878"], ["updated_at", "2020-11-21 14:30:10.773878"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:10.774518"], ["updated_at", "2020-11-21 14:30:10.774518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:10.775149"], ["updated_at", "2020-11-21 14:30:10.775149"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:10.775781"], ["updated_at", "2020-11-21 14:30:10.775781"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:10.776400"], ["updated_at", "2020-11-21 14:30:10.776400"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:30:10.777742"], ["updated_at", "2020-11-21 14:30:10.777742"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:30:10.778849"], ["updated_at", "2020-11-21 14:30:10.778849"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:30:10.779922"], ["updated_at", "2020-11-21 14:30:10.779922"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:30:10.780980"], ["updated_at", "2020-11-21 14:30:10.780980"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:30:10.782046"], ["updated_at", "2020-11-21 14:30:10.782046"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8756 Emery Road, Kentonfurt, CA 82820"], ["city", "West Jackson"], ["country", "Puerto Rico"], ["description", "Beatae dolore atque. Error cum eos. Eveniet ut voluptas. Sunt qui assumenda. Commodi est dolorum."], ["email", "gilbert_renner@example.co"], ["first_name", "Jin"], ["firstname", "Monty"], ["last_name", "MacGyver"], ["lastname", "Quitzon"], ["lat", "-30.325811183860125"], ["latitute", "-21.837975484065524"], ["lng", "-83.45626942408857"], ["locale", "BO"], ["longitude", "-29.124591322657835"], ["middlename", "Emmerich"], ["middle_name", "Sipes"], ["password", "A3aClUzI"], ["phone", "912-169-8798 x80098"], ["phone_number", "1-580-973-1342 x459"], ["reference", "0cc0cae3-036d-46b2-8587-6f5ce0152364"], ["title", "Dolorem minima fuga."], ["user_name", "stormy.zulauf"], ["username", "ona.wyman"], ["uuid", "95fbfa6e-ed9f-4f49-88f5-2610e6b8102f"], ["created_at", "2020-11-21 14:30:10.805840"], ["updated_at", "2020-11-21 14:30:10.805840"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2264 Richard Rapids, South Soonview, AL 47639"], ["city", "Bergeberg"], ["country", "Italy"], ["description", "Architecto labore amet. Nihil alias at. Temporibus dicta ut."], ["email", "analisa.prosacco@example.net"], ["first_name", "Mervin"], ["firstname", "Otilia"], ["last_name", "Hammes"], ["lastname", "Bayer"], ["lat", "-41.41981173187318"], ["latitute", "-89.19906303257227"], ["lng", "101.36492595461192"], ["locale", "JM"], ["longitude", "59.24865244899672"], ["middlename", "Wisozk"], ["middle_name", "Harris"], ["password", "Se5ViMuOiH"], ["phone", "1-107-074-2213 x7313"], ["phone_number", "268.430.5625 x0656"], ["reference", "61bf6482-7eeb-4a46-91f0-a61fe26f6bdf"], ["title", "Est repudiandae aut."], ["user_name", "mari.wiza"], ["username", "vicente"], ["uuid", "d60e45f3-ecd8-46f0-8a56-c07861b7ca07"], ["created_at", "2020-11-21 14:30:10.842635"], ["updated_at", "2020-11-21 14:30:10.842635"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 644 54825 Schultz Pass, South Lamontville, AL 98851"], ["city", "New Gema"], ["country", "Ukraine"], ["description", "Voluptates ea quo. Totam facere voluptatem. Eveniet aperiam at. Natus corporis magnam. Accusantium qui ex."], ["email", "milagros.jacobs@example.biz"], ["first_name", "Jeanna"], ["firstname", "Julius"], ["last_name", "Hartmann"], ["lastname", "Hermiston"], ["lat", "-46.072127068616815"], ["latitute", "-80.78708936591862"], ["lng", "169.8080653069855"], ["locale", "JE"], ["longitude", "-87.62410580003359"], ["middlename", "Waters"], ["middle_name", "Wiegand"], ["password", "OpCpP8xQ8d"], ["phone", "1-775-763-4137"], ["phone_number", "(948) 548-8482 x068"], ["reference", "4debc0b2-48c9-48f9-b1da-9a3d4937c3f6"], ["title", "Ut minima est odio occaecati."], ["user_name", "erwin_watsica"], ["username", "winfred"], ["uuid", "aeb7076c-e421-4c56-ad42-c95f4a5e0201"], ["created_at", "2020-11-21 14:30:10.867318"], ["updated_at", "2020-11-21 14:30:10.867318"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 994 80421 Wilkinson Branch, Svetlanamouth, MT 42394"], ["city", "Port Anibal"], ["country", "Sao Tome and Principe"], ["description", "Dolor facere eius. Aut accusamus ipsa. Sed consequatur ut. Fugit minus minima. Aliquid ut nisi."], ["email", "cami@example.com"], ["first_name", "Dino"], ["firstname", "Jasper"], ["last_name", "Kautzer"], ["lastname", "Wehner"], ["lat", "-44.05613513172788"], ["latitute", "57.71893765481988"], ["lng", "17.460370909023197"], ["locale", "LK"], ["longitude", "-63.54282864167632"], ["middlename", "Walker"], ["middle_name", "Fay"], ["password", "OpKaO4nO"], ["phone", "(731) 736-2815"], ["phone_number", "1-546-658-3948 x11499"], ["reference", "b3ce4634-6a16-463f-bc6b-b00b9b383813"], ["title", "Ut quo ea qui."], ["user_name", "augustine.dare"], ["username", "un"], ["uuid", "6d775608-24d8-49e6-82bc-d8f1f72853ec"], ["created_at", "2020-11-21 14:30:10.891606"], ["updated_at", "2020-11-21 14:30:10.891606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "54620 Kuhlman Ridge, Lake Antony, OR 10443"], ["city", "Lake Gilview"], ["country", "Palestinian Territory"], ["description", "Molestiae molestias doloribus. Quod id consequatur."], ["email", "isaiah_homenick@example.com"], ["first_name", "Jodie"], ["firstname", "Chin"], ["last_name", "Abernathy"], ["lastname", "Bradtke"], ["lat", "41.10933653068929"], ["latitute", "-80.08525846404204"], ["lng", "148.78387361236696"], ["locale", "ZA"], ["longitude", "-20.95144942459308"], ["middlename", "Kunze"], ["middle_name", "Little"], ["password", "69N4v9Bq8Rc3"], ["phone", "134-641-6526 x342"], ["phone_number", "1-142-550-2889 x0512"], ["reference", "98d8d2d9-e17f-49b2-9c7b-cac5b2598eac"], ["title", "Et qui quia sint quis."], ["user_name", "kandi.schowalter"], ["username", "toney"], ["uuid", "cc6581df-6a30-47b6-916b-8d5f441237df"], ["created_at", "2020-11-21 14:30:10.915490"], ["updated_at", "2020-11-21 14:30:10.915490"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 13.6998333395178], ["string", "Consequatur autem alias exercitationem corrupti porro."], ["date", "2020-10-11"], ["time", "2000-01-01 00:29:37.499414"], ["datetime", "2020-11-30 10:52:26.463298"], ["created_at", "2020-11-21 14:30:10.918078"], ["updated_at", "2020-11-21 14:30:10.918078"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 23], ["decimal", 11.6364795491835], ["string", "Esse laborum inventore."], ["date", "2020-10-19"], ["time", "2000-01-01 20:52:47.946623"], ["datetime", "2020-10-23 01:58:13.725853"], ["created_at", "2020-11-21 14:30:10.920562"], ["updated_at", "2020-11-21 14:30:10.920562"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 23], ["decimal", 0.46543401835523], ["string", "Quia eum quis et et."], ["date", "2020-10-29"], ["time", "2000-01-01 09:06:51.088858"], ["datetime", "2020-11-12 16:13:47.251633"], ["created_at", "2020-11-21 14:30:10.923036"], ["updated_at", "2020-11-21 14:30:10.923036"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 3.19394356029319], ["string", "Impedit occaecati pariatur."], ["date", "2021-01-01"], ["time", "2000-01-01 17:42:53.623224"], ["datetime", "2020-12-23 02:29:39.764036"], ["created_at", "2020-11-21 14:30:10.925321"], ["updated_at", "2020-11-21 14:30:10.925321"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 1.17993213596435], ["string", "Magnam nobis est perferendis et esse."], ["date", "2020-11-28"], ["time", "2000-01-01 02:33:44.028332"], ["datetime", "2020-10-18 04:34:48.289780"], ["created_at", "2020-11-21 14:30:10.927605"], ["updated_at", "2020-11-21 14:30:10.927605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:30:10.929178"], ["updated_at", "2020-11-21 14:30:10.929178"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:30:10.930326"], ["updated_at", "2020-11-21 14:30:10.930326"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-21 14:30:10.931439"], ["updated_at", "2020-11-21 14:30:10.931439"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:30:10.932528"], ["updated_at", "2020-11-21 14:30:10.932528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-21 14:30:10.933613"], ["updated_at", "2020-11-21 14:30:10.933613"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:30:10.934813"], ["updated_at", "2020-11-21 14:30:10.934813"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:30:10.935968"], ["updated_at", "2020-11-21 14:30:10.935968"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:30:10.937070"], ["updated_at", "2020-11-21 14:30:10.937070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:30:10.938174"], ["updated_at", "2020-11-21 14:30:10.938174"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:30:10.939276"], ["updated_at", "2020-11-21 14:30:10.939276"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 14.9982691491626], ["string", "Vero tempora non."], ["created_at", "2020-11-21 14:30:10.941185"], ["updated_at", "2020-11-21 14:30:10.941185"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 20.359030082465], ["string", "In quaerat debitis placeat rem."], ["created_at", "2020-11-21 14:30:10.943055"], ["updated_at", "2020-11-21 14:30:10.943055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1036], ["decimal", 3.64863596473498], ["string", "Laboriosam eos sed aut architecto incidunt."], ["created_at", "2020-11-21 14:30:10.944874"], ["updated_at", "2020-11-21 14:30:10.944874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["decimal", 3.10963654451315], ["string", "Voluptatem in rerum autem odio."], ["created_at", "2020-11-21 14:30:10.946699"], ["updated_at", "2020-11-21 14:30:10.946699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 3.71892376159654], ["string", "Veritatis illo quibusdam nobis inventore dicta."], ["created_at", "2020-11-21 14:30:10.948523"], ["updated_at", "2020-11-21 14:30:10.948523"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:10.959187"], ["updated_at", "2020-11-21 14:30:10.959187"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:10.959927"], ["updated_at", "2020-11-21 14:30:10.959927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:10.960546"], ["updated_at", "2020-11-21 14:30:10.960546"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:10.961156"], ["updated_at", "2020-11-21 14:30:10.961156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:10.961774"], ["updated_at", "2020-11-21 14:30:10.961774"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:30:10.962429"], ["updated_at", "2020-11-21 14:30:10.962429"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:30:10.963101"], ["updated_at", "2020-11-21 14:30:10.963101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:30:10.963731"], ["updated_at", "2020-11-21 14:30:10.963731"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:30:10.964359"], ["updated_at", "2020-11-21 14:30:10.964359"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:30:10.964988"], ["updated_at", "2020-11-21 14:30:10.964988"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-21 14:30:10.966227"], ["updated_at", "2020-11-21 14:30:10.966227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 14:30:10.967437"], ["updated_at", "2020-11-21 14:30:10.967437"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:30:10.968585"], ["updated_at", "2020-11-21 14:30:10.968585"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:30:10.969734"], ["updated_at", "2020-11-21 14:30:10.969734"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 14:30:10.970857"], ["updated_at", "2020-11-21 14:30:10.970857"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-21 14:30:10.972532"], ["updated_at", "2020-11-21 14:30:10.972532"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 8], ["created_at", "2020-11-21 14:30:10.974147"], ["updated_at", "2020-11-21 14:30:10.974147"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 9], ["created_at", "2020-11-21 14:30:10.975713"], ["updated_at", "2020-11-21 14:30:10.975713"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 9], ["created_at", "2020-11-21 14:30:10.977253"], ["updated_at", "2020-11-21 14:30:10.977253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 7], ["created_at", "2020-11-21 14:30:10.978786"], ["updated_at", "2020-11-21 14:30:10.978786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:10.979516"], ["updated_at", "2020-11-21 14:30:10.979516"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:10.980161"], ["updated_at", "2020-11-21 14:30:10.980161"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:10.980787"], ["updated_at", "2020-11-21 14:30:10.980787"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:10.981410"], ["updated_at", "2020-11-21 14:30:10.981410"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:10.982034"], ["updated_at", "2020-11-21 14:30:10.982034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:30:10.983192"], ["updated_at", "2020-11-21 14:30:10.983192"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:30:10.984322"], ["updated_at", "2020-11-21 14:30:10.984322"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:30:10.985431"], ["updated_at", "2020-11-21 14:30:10.985431"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:30:10.986534"], ["updated_at", "2020-11-21 14:30:10.986534"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:30:10.987638"], ["updated_at", "2020-11-21 14:30:10.987638"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 591 25507 Hilary Track, Hillsland, WA 23461"], ["city", "South Miketon"], ["country", "Jamaica"], ["description", "Natus magnam et. In molestiae enim. Vel fugiat sed. Fuga voluptatibus quo. Debitis iste et."], ["email", "maddie.wintheiser@example.com"], ["first_name", "Glenn"], ["firstname", "Mary"], ["last_name", "Cole"], ["lastname", "Romaguera"], ["lat", "9.503102741301618"], ["latitute", "74.71926298609765"], ["lng", "-170.1586025520516"], ["locale", "MG"], ["longitude", "141.85637754434924"], ["middlename", "McDermott"], ["middle_name", "Zulauf"], ["password", "NqBgFi3N2604p84"], ["phone", "362-918-9671 x58370"], ["phone_number", "755.999.2804 x6152"], ["reference", "8093ba82-9b8a-4889-a5e3-db5ad68f3137"], ["title", "Ut hic voluptatem velit in temporibus."], ["user_name", "monroe"], ["username", "fernando"], ["uuid", "52505973-dc40-42b5-955a-86ee86688f16"], ["created_at", "2020-11-21 14:30:11.021092"], ["updated_at", "2020-11-21 14:30:11.021092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 803 119 Haley Summit, Lake Ike, CA 33955-0038"], ["city", "East Joan"], ["country", "Saint Helena"], ["description", "Facere fugiat quibusdam. Veniam aut enim. Rerum explicabo mollitia. Est accusantium delectus."], ["email", "travis_durgan@example.name"], ["first_name", "Saul"], ["firstname", "Carlos"], ["last_name", "Hartmann"], ["lastname", "Marks"], ["lat", "7.211388295713107"], ["latitute", "43.111398374637304"], ["lng", "-15.022074443995905"], ["locale", "TD"], ["longitude", "-119.10064660547435"], ["middlename", "Ledner"], ["middle_name", "Walker"], ["password", "ImKqVpBvRbE0a20"], ["phone", "(117) 054-4471 x35524"], ["phone_number", "1-543-785-5150 x786"], ["reference", "94a8aaf9-8a2d-4c95-8254-ab62b52466dc"], ["title", "Cupiditate vitae magni in."], ["user_name", "fritz"], ["username", "micaela"], ["uuid", "f3c4b1c2-5e3f-4b2e-89f3-ccb6df5ec59d"], ["created_at", "2020-11-21 14:30:11.045805"], ["updated_at", "2020-11-21 14:30:11.045805"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8271 Kling Cape, Lake Waldo, DE 20971"], ["city", "North Bennett"], ["country", "Brazil"], ["description", "Repellat quas tenetur. Est molestias beatae. Error ea est. Magnam iste pariatur."], ["email", "tyree_powlowski@example.info"], ["first_name", "Shon"], ["firstname", "Ayana"], ["last_name", "Welch"], ["lastname", "Hodkiewicz"], ["lat", "6.767445229356767"], ["latitute", "-62.88724553665347"], ["lng", "-80.65032804151733"], ["locale", "SM"], ["longitude", "133.83643305911875"], ["middlename", "Stokes"], ["middle_name", "Hills"], ["password", "CmR2cTpVeYiPh"], ["phone", "(274) 422-5175 x83283"], ["phone_number", "1-256-127-7578 x34771"], ["reference", "2aa455eb-4d73-4f74-9b30-d2f371d550c0"], ["title", "Quia deserunt nulla."], ["user_name", "carly_bahringer"], ["username", "heath.mraz"], ["uuid", "f2d3d06c-1d77-4eb4-88e2-7e85c1fb7fa3"], ["created_at", "2020-11-21 14:30:11.069995"], ["updated_at", "2020-11-21 14:30:11.069995"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 123 6459 Percy Mission, South Nedaview, AK 87139"], ["city", "Port Lavern"], ["country", "Falkland Islands (Malvinas)"], ["description", "Possimus laudantium totam. Ea accusantium quas. Eos in quaerat. Quasi alias qui."], ["email", "malcolm@example.com"], ["first_name", "Yolonda"], ["firstname", "Izola"], ["last_name", "Fritsch"], ["lastname", "Witting"], ["lat", "-20.43790976568971"], ["latitute", "57.292754746284544"], ["lng", "148.25783010635558"], ["locale", "CX"], ["longitude", "174.6051179887587"], ["middlename", "McLaughlin"], ["middle_name", "Wilkinson"], ["password", "NvOz27Mo6WbAr"], ["phone", "1-677-171-3094 x9931"], ["phone_number", "(518) 842-3271 x672"], ["reference", "113846c2-8115-4363-b9a9-a8d31c48080c"], ["title", "Corporis accusamus placeat."], ["user_name", "alona.hahn"], ["username", "omar"], ["uuid", "bd18c55b-4175-45d3-b1c8-23e9a95967cf"], ["created_at", "2020-11-21 14:30:11.094419"], ["updated_at", "2020-11-21 14:30:11.094419"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 105 30321 Nadene Court, New Kailashire, NV 85864-0135"], ["city", "Manteton"], ["country", "Israel"], ["description", "Quas totam et. Praesentium in est. Qui vel aut. Doloribus eos eaque. Perspiciatis ullam porro."], ["email", "fernande_bins@example.com"], ["first_name", "Mireya"], ["firstname", "Randall"], ["last_name", "Rolfson"], ["lastname", "Schultz"], ["lat", "-77.20741789783558"], ["latitute", "-50.792217774965536"], ["lng", "66.76286447151958"], ["locale", "KR"], ["longitude", "-52.056318727665"], ["middlename", "Nienow"], ["middle_name", "Reilly"], ["password", "Fn6S9g6VnKv"], ["phone", "1-825-802-7594 x507"], ["phone_number", "170-249-4144 x12781"], ["reference", "3f6579d6-28c3-409e-ab9c-7d6b71bf4d93"], ["title", "Dolorem voluptatibus excepturi quisquam."], ["user_name", "jody"], ["username", "dreama_dare"], ["uuid", "f422341b-6ab0-4935-b7e0-5560b0e6442f"], ["created_at", "2020-11-21 14:30:11.118872"], ["updated_at", "2020-11-21 14:30:11.118872"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 29], ["decimal", 0.668983609440563], ["string", "Quisquam quis fugiat ipsa illum ut."], ["date", "2020-11-28"], ["time", "2000-01-01 00:23:39.130720"], ["datetime", "2020-10-25 20:24:36.119005"], ["created_at", "2020-11-21 14:30:11.121582"], ["updated_at", "2020-11-21 14:30:11.121582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 4.31660899651075], ["string", "Nemo reprehenderit dolores."], ["date", "2020-12-10"], ["time", "2000-01-01 20:38:38.188492"], ["datetime", "2020-11-07 07:42:54.871205"], ["created_at", "2020-11-21 14:30:11.123897"], ["updated_at", "2020-11-21 14:30:11.123897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 0.0310746700316817], ["string", "Et suscipit provident."], ["date", "2021-01-02"], ["time", "2000-01-01 17:00:07.117634"], ["datetime", "2020-10-13 21:23:43.126018"], ["created_at", "2020-11-21 14:30:11.126129"], ["updated_at", "2020-11-21 14:30:11.126129"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["decimal", 11.8774023854442], ["string", "Aliquid nostrum tempora."], ["date", "2020-12-05"], ["time", "2000-01-01 07:00:30.880607"], ["datetime", "2020-12-29 00:48:36.492386"], ["created_at", "2020-11-21 14:30:11.128342"], ["updated_at", "2020-11-21 14:30:11.128342"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 30], ["decimal", 10.8220859369467], ["string", "Ducimus similique amet molestiae."], ["date", "2020-12-20"], ["time", "2000-01-01 11:12:34.799094"], ["datetime", "2020-11-16 20:51:54.887903"], ["created_at", "2020-11-21 14:30:11.130530"], ["updated_at", "2020-11-21 14:30:11.130530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-21 14:30:11.132112"], ["updated_at", "2020-11-21 14:30:11.132112"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-21 14:30:11.133290"], ["updated_at", "2020-11-21 14:30:11.133290"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-21 14:30:11.134428"], ["updated_at", "2020-11-21 14:30:11.134428"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:30:11.135569"], ["updated_at", "2020-11-21 14:30:11.135569"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-21 14:30:11.136697"], ["updated_at", "2020-11-21 14:30:11.136697"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:30:11.137910"], ["updated_at", "2020-11-21 14:30:11.137910"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-21 14:30:11.139081"], ["updated_at", "2020-11-21 14:30:11.139081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-21 14:30:11.140231"], ["updated_at", "2020-11-21 14:30:11.140231"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:30:11.141371"], ["updated_at", "2020-11-21 14:30:11.141371"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:30:11.142503"], ["updated_at", "2020-11-21 14:30:11.142503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 35.389227861121], ["string", "Mollitia nemo dolores quae inventore."], ["created_at", "2020-11-21 14:30:11.144429"], ["updated_at", "2020-11-21 14:30:11.144429"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 4.04486800199315], ["string", "Dolor fugit ducimus veniam."], ["created_at", "2020-11-21 14:30:11.146296"], ["updated_at", "2020-11-21 14:30:11.146296"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 28.2056353026195], ["string", "Nisi aut illo."], ["created_at", "2020-11-21 14:30:11.148154"], ["updated_at", "2020-11-21 14:30:11.148154"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 15.0577210054322], ["string", "Quia minima voluptas labore."], ["created_at", "2020-11-21 14:30:11.149957"], ["updated_at", "2020-11-21 14:30:11.149957"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 7.03892872823483], ["string", "Ad voluptatem sint."], ["created_at", "2020-11-21 14:30:11.151773"], ["updated_at", "2020-11-21 14:30:11.151773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:11.171391"], ["updated_at", "2020-11-21 14:30:11.171391"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:11.172337"], ["updated_at", "2020-11-21 14:30:11.172337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:11.173089"], ["updated_at", "2020-11-21 14:30:11.173089"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:11.173811"], ["updated_at", "2020-11-21 14:30:11.173811"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:30:11.174531"], ["updated_at", "2020-11-21 14:30:11.174531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:30:11.175317"], ["updated_at", "2020-11-21 14:30:11.175317"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:30:11.176095"], ["updated_at", "2020-11-21 14:30:11.176095"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:30:11.176840"], ["updated_at", "2020-11-21 14:30:11.176840"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:30:11.177589"], ["updated_at", "2020-11-21 14:30:11.177589"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:30:11.178331"], ["updated_at", "2020-11-21 14:30:11.178331"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-21 14:30:11.179753"], ["updated_at", "2020-11-21 14:30:11.179753"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 12], ["created_at", "2020-11-21 14:30:11.181110"], ["updated_at", "2020-11-21 14:30:11.181110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-21 14:30:11.182321"], ["updated_at", "2020-11-21 14:30:11.182321"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-21 14:30:11.183520"], ["updated_at", "2020-11-21 14:30:11.183520"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:30:11.184707"], ["updated_at", "2020-11-21 14:30:11.184707"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 2], ["created_at", "2020-11-21 14:30:11.186352"], ["updated_at", "2020-11-21 14:30:11.186352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 12], ["created_at", "2020-11-21 14:30:11.187954"], ["updated_at", "2020-11-21 14:30:11.187954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 4], ["created_at", "2020-11-21 14:30:11.189514"], ["updated_at", "2020-11-21 14:30:11.189514"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 3], ["created_at", "2020-11-21 14:30:11.191096"], ["updated_at", "2020-11-21 14:30:11.191096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 14], ["created_at", "2020-11-21 14:30:11.192668"], ["updated_at", "2020-11-21 14:30:11.192668"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.9ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:32.577931"], ["updated_at", "2020-11-21 14:32:32.577931"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:32.579263"], ["updated_at", "2020-11-21 14:32:32.579263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:32.580043"], ["updated_at", "2020-11-21 14:32:32.580043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:32.580766"], ["updated_at", "2020-11-21 14:32:32.580766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:32.581486"], ["updated_at", "2020-11-21 14:32:32.581486"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:32.589527"], ["updated_at", "2020-11-21 14:32:32.589527"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:32.591094"], ["updated_at", "2020-11-21 14:32:32.591094"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:32.592377"], ["updated_at", "2020-11-21 14:32:32.592377"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:32.593613"], ["updated_at", "2020-11-21 14:32:32.593613"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:32.594821"], ["updated_at", "2020-11-21 14:32:32.594821"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8270 Brown Crossing, Devintown, WV 38815-9857"], ["city", "Lake Temple"], ["country", "Congo"], ["description", "Illum quo expedita. Non ratione natus."], ["email", "dagmar@example.net"], ["first_name", "Tawana"], ["firstname", "Courtney"], ["last_name", "O'Reilly"], ["lastname", "Maggio"], ["lat", "-80.43363883885077"], ["latitute", "-57.25357664636673"], ["lng", "99.27158460623912"], ["locale", "LV"], ["longitude", "73.31040945794777"], ["middlename", "Rohan"], ["middle_name", "Bradtke"], ["password", "6WaQaLz1LpGyUjXl"], ["phone", "543-797-8190 x0195"], ["phone_number", "(915) 461-8881 x45804"], ["reference", "9daeafc0-a967-4d42-916a-3eda523f3bdb"], ["title", "Dolore minima pariatur."], ["user_name", "cyrus"], ["username", "shanelle.beatty"], ["uuid", "cae13c13-da62-4df4-84a0-d7c3452b43d4"], ["created_at", "2020-11-21 14:32:33.515957"], ["updated_at", "2020-11-21 14:32:33.515957"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "48400 Pacocha Summit, Harveymouth, HI 61479"], ["city", "Wintheiserchester"], ["country", "Nicaragua"], ["description", "Possimus nobis sit. Tenetur eaque quis. Modi aliquid minus. Deserunt natus odio. Id autem dolores."], ["email", "edmond.pfeffer@example.io"], ["first_name", "Kacey"], ["firstname", "Jessia"], ["last_name", "Upton"], ["lastname", "Collins"], ["lat", "-31.291113270404992"], ["latitute", "79.88011125610043"], ["lng", "-107.56576966605837"], ["locale", "AT"], ["longitude", "29.947401439321197"], ["middlename", "Satterfield"], ["middle_name", "Abbott"], ["password", "QvGpDvK7oUbZoK"], ["phone", "464.844.6647 x6565"], ["phone_number", "448.606.1936"], ["reference", "a53490ae-160a-44d2-942a-1b930fe7eed3"], ["title", "Possimus atque quasi quaerat."], ["user_name", "cory.dickens"], ["username", "rochell.langworth"], ["uuid", "bbea8f69-ec1b-4f15-89ff-4af1b8a84fe0"], ["created_at", "2020-11-21 14:32:33.540674"], ["updated_at", "2020-11-21 14:32:33.540674"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "27491 Goyette Viaduct, Abbottchester, NV 69104"], ["city", "Gibsonstad"], ["country", "Kuwait"], ["description", "Voluptatem quia laborum. Quae iste at."], ["email", "noah.gibson@example.org"], ["first_name", "Lance"], ["firstname", "Shemika"], ["last_name", "Gorczany"], ["lastname", "Kuhn"], ["lat", "-84.41646131099124"], ["latitute", "82.28263566727401"], ["lng", "-174.71176108291093"], ["locale", "KG"], ["longitude", "-159.6061296069306"], ["middlename", "Dare"], ["middle_name", "Gulgowski"], ["password", "8U6eCr9EfStXz"], ["phone", "195-751-4126 x500"], ["phone_number", "233-848-6024 x0548"], ["reference", "e05e5d92-202a-40f2-af6f-8f390f1cb01b"], ["title", "Facilis ipsum qui itaque."], ["user_name", "epifania_gerhold"], ["username", "althea.hodkiewicz"], ["uuid", "285e5dc6-5f8c-4344-9281-e87dd8d6b390"], ["created_at", "2020-11-21 14:32:33.574263"], ["updated_at", "2020-11-21 14:32:33.574263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "86415 Leif Drive, Donettachester, NV 76714-8659"], ["city", "New Felisaville"], ["country", "Azerbaijan"], ["description", "Facere aspernatur iusto. Et architecto quia. Dignissimos nihil repudiandae. Inventore ab expedita."], ["email", "colin.heaney@example.co"], ["first_name", "Sylvester"], ["firstname", "Filomena"], ["last_name", "Hickle"], ["lastname", "Torp"], ["lat", "-23.65786817363596"], ["latitute", "-66.93087690778103"], ["lng", "-162.84681971697648"], ["locale", "VA"], ["longitude", "-62.91643129854107"], ["middlename", "Rutherford"], ["middle_name", "Ortiz"], ["password", "RrI269iX9f03NwK"], ["phone", "1-293-446-2318 x1084"], ["phone_number", "778-577-4961 x879"], ["reference", "a5f38b10-b17e-45f4-85b8-130ab054e144"], ["title", "Praesentium id voluptates unde corporis."], ["user_name", "norris"], ["username", "michael"], ["uuid", "1b8fce7f-7b44-4f0c-859e-dbacd786d5b8"], ["created_at", "2020-11-21 14:32:33.599456"], ["updated_at", "2020-11-21 14:32:33.599456"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 817 865 Streich Port, Melvinmouth, WV 55589-2035"], ["city", "West Curtis"], ["country", "Isle of Man"], ["description", "Ipsa et est. Facilis doloremque repellendus."], ["email", "avery@example.net"], ["first_name", "Whitney"], ["firstname", "Elbert"], ["last_name", "Senger"], ["lastname", "Lindgren"], ["lat", "29.120557832147554"], ["latitute", "16.84632203496261"], ["lng", "-142.0182499636725"], ["locale", "AL"], ["longitude", "-137.87292424385458"], ["middlename", "Hilpert"], ["middle_name", "Thompson"], ["password", "26NdPiQeS89"], ["phone", "1-257-235-8708 x7451"], ["phone_number", "136-705-7681 x51944"], ["reference", "c9e585f3-242a-4b85-bfb3-e6796dfc4859"], ["title", "Mollitia voluptatibus illo velit."], ["user_name", "emery_osinski"], ["username", "cliff_balistreri"], ["uuid", "588b468e-a599-4f25-ab6c-a59c45deb79f"], ["created_at", "2020-11-21 14:32:33.623583"], ["updated_at", "2020-11-21 14:32:33.623583"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 17.47191503587], ["string", "Ipsum suscipit dignissimos."], ["date", "2020-11-29"], ["time", "2000-01-01 11:56:30.485859"], ["datetime", "2020-11-23 14:42:28.266455"], ["created_at", "2020-11-21 14:32:33.633111"], ["updated_at", "2020-11-21 14:32:33.633111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 13.6153255400996], ["string", "Doloremque dolorem impedit."], ["date", "2020-10-28"], ["time", "2000-01-01 15:11:08.872457"], ["datetime", "2020-12-25 01:30:47.082332"], ["created_at", "2020-11-21 14:32:33.635740"], ["updated_at", "2020-11-21 14:32:33.635740"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 2.40077523285669], ["string", "Maiores commodi laudantium et."], ["date", "2020-10-16"], ["time", "2000-01-01 21:08:43.038390"], ["datetime", "2020-12-21 21:21:47.336770"], ["created_at", "2020-11-21 14:32:33.637966"], ["updated_at", "2020-11-21 14:32:33.637966"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 29.2085974246864], ["string", "Nostrum ut atque qui voluptatem."], ["date", "2020-11-27"], ["time", "2000-01-01 04:47:37.942189"], ["datetime", "2020-10-24 04:44:59.142395"], ["created_at", "2020-11-21 14:32:33.640170"], ["updated_at", "2020-11-21 14:32:33.640170"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 9.63796147465792], ["string", "Sint sed laboriosam."], ["date", "2020-12-19"], ["time", "2000-01-01 13:36:20.694388"], ["datetime", "2020-12-30 10:25:47.330125"], ["created_at", "2020-11-21 14:32:33.642359"], ["updated_at", "2020-11-21 14:32:33.642359"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:32:33.646481"], ["updated_at", "2020-11-21 14:32:33.646481"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:32:33.647674"], ["updated_at", "2020-11-21 14:32:33.647674"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:32:33.648739"], ["updated_at", "2020-11-21 14:32:33.648739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:32:33.649793"], ["updated_at", "2020-11-21 14:32:33.649793"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:32:33.650836"], ["updated_at", "2020-11-21 14:32:33.650836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:32:33.654939"], ["updated_at", "2020-11-21 14:32:33.654939"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:32:33.656130"], ["updated_at", "2020-11-21 14:32:33.656130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:32:33.657209"], ["updated_at", "2020-11-21 14:32:33.657209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:32:33.658268"], ["updated_at", "2020-11-21 14:32:33.658268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:32:33.659325"], ["updated_at", "2020-11-21 14:32:33.659325"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 3.65067246394007], ["string", "Culpa voluptatem in facere voluptates."], ["created_at", "2020-11-21 14:32:33.665355"], ["updated_at", "2020-11-21 14:32:33.665355"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 13.4640924937947], ["string", "Aliquam blanditiis veritatis."], ["created_at", "2020-11-21 14:32:33.667279"], ["updated_at", "2020-11-21 14:32:33.667279"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 1.16131453340146], ["string", "Iure quasi iste error."], ["created_at", "2020-11-21 14:32:33.669071"], ["updated_at", "2020-11-21 14:32:33.669071"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 16.996051732467], ["string", "Nobis voluptatem voluptas porro quos autem."], ["created_at", "2020-11-21 14:32:33.670837"], ["updated_at", "2020-11-21 14:32:33.670837"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1024], ["decimal", 0.181715592360388], ["string", "Maiores dolores officia."], ["created_at", "2020-11-21 14:32:33.672614"], ["updated_at", "2020-11-21 14:32:33.672614"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:33.689617"], ["updated_at", "2020-11-21 14:32:33.689617"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:33.690405"], ["updated_at", "2020-11-21 14:32:33.690405"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:33.691023"], ["updated_at", "2020-11-21 14:32:33.691023"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:33.691613"], ["updated_at", "2020-11-21 14:32:33.691613"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:33.692209"], ["updated_at", "2020-11-21 14:32:33.692209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:33.694927"], ["updated_at", "2020-11-21 14:32:33.694927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:33.695625"], ["updated_at", "2020-11-21 14:32:33.695625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:33.696236"], ["updated_at", "2020-11-21 14:32:33.696236"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:33.696847"], ["updated_at", "2020-11-21 14:32:33.696847"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:33.697454"], ["updated_at", "2020-11-21 14:32:33.697454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:32:33.702125"], ["updated_at", "2020-11-21 14:32:33.702125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:32:33.703408"], ["updated_at", "2020-11-21 14:32:33.703408"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 14:32:33.704816"], ["updated_at", "2020-11-21 14:32:33.704816"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 14:32:33.705927"], ["updated_at", "2020-11-21 14:32:33.705927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 14:32:33.707044"], ["updated_at", "2020-11-21 14:32:33.707044"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-21 14:32:33.713406"], ["updated_at", "2020-11-21 14:32:33.713406"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-21 14:32:33.715016"], ["updated_at", "2020-11-21 14:32:33.715016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-21 14:32:33.716472"], ["updated_at", "2020-11-21 14:32:33.716472"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-21 14:32:33.717905"], ["updated_at", "2020-11-21 14:32:33.717905"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-21 14:32:33.719359"], ["updated_at", "2020-11-21 14:32:33.719359"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:33.720068"], ["updated_at", "2020-11-21 14:32:33.720068"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:33.720704"], ["updated_at", "2020-11-21 14:32:33.720704"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:33.721303"], ["updated_at", "2020-11-21 14:32:33.721303"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:33.721905"], ["updated_at", "2020-11-21 14:32:33.721905"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:33.722504"], ["updated_at", "2020-11-21 14:32:33.722504"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:33.723851"], ["updated_at", "2020-11-21 14:32:33.723851"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:33.724934"], ["updated_at", "2020-11-21 14:32:33.724934"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:33.725976"], ["updated_at", "2020-11-21 14:32:33.725976"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:33.727017"], ["updated_at", "2020-11-21 14:32:33.727017"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:33.728050"], ["updated_at", "2020-11-21 14:32:33.728050"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 116 7624 Shaniqua Mission, East Alanbury, IL 03453"], ["city", "Shanonborough"], ["country", "Eritrea"], ["description", "Fugit quia veniam. Magnam exercitationem repellendus. Autem blanditiis vero. Aut laborum non. Repellendus est laborum."], ["email", "may@example.name"], ["first_name", "Peggy"], ["firstname", "Glenn"], ["last_name", "Jacobson"], ["lastname", "Fay"], ["lat", "-10.348650374565295"], ["latitute", "32.054082631377284"], ["lng", "-147.46243082876512"], ["locale", "BD"], ["longitude", "40.985515898767545"], ["middlename", "Daugherty"], ["middle_name", "Schuppe"], ["password", "SjFhE2aFcKd56C"], ["phone", "1-867-845-3415"], ["phone_number", "535.246.2744 x923"], ["reference", "a7beee03-f134-43ea-ad8e-c2001943744c"], ["title", "Quam at ut ipsam."], ["user_name", "ivey_lebsack"], ["username", "irvin.robel"], ["uuid", "36ae6224-b017-4843-8b48-7c120a8d37bc"], ["created_at", "2020-11-21 14:32:33.752065"], ["updated_at", "2020-11-21 14:32:33.752065"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "903 Anibal Land, Millerbury, MT 53787"], ["city", "Haleyfurt"], ["country", "Bahrain"], ["description", "Qui temporibus harum. Voluptas consectetur cupiditate. Voluptates neque ad. Dolorum sint est. Autem sit doloribus."], ["email", "willodean@example.net"], ["first_name", "Earnest"], ["firstname", "Jessenia"], ["last_name", "Runte"], ["lastname", "Walker"], ["lat", "68.46840430254233"], ["latitute", "-31.15382934099437"], ["lng", "-148.83849130353101"], ["locale", "NF"], ["longitude", "68.55335137124808"], ["middlename", "Emmerich"], ["middle_name", "Ruecker"], ["password", "6WtZr16MbC2w"], ["phone", "(879) 637-3059"], ["phone_number", "1-367-403-6774 x786"], ["reference", "9c350f59-df41-4065-9cfb-260bb03122b8"], ["title", "Dolorum quas quia."], ["user_name", "aubrey"], ["username", "lilliana"], ["uuid", "cfe9ba1a-723c-4e49-86cf-a078093f3cfa"], ["created_at", "2020-11-21 14:32:33.788559"], ["updated_at", "2020-11-21 14:32:33.788559"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "88361 Branden Estates, Ronaldtown, NY 22039"], ["city", "Lake Fallon"], ["country", "Denmark"], ["description", "Eligendi illo eum. Ut voluptatibus vel."], ["email", "elly_boehm@example.com"], ["first_name", "Lyman"], ["firstname", "Thanh"], ["last_name", "Connelly"], ["lastname", "Boyer"], ["lat", "-67.80469984016216"], ["latitute", "76.90864586359871"], ["lng", "-131.08409201840442"], ["locale", "IN"], ["longitude", "-89.95867807188588"], ["middlename", "Gleichner"], ["middle_name", "Shields"], ["password", "Cq49JpHlOb"], ["phone", "465.979.1515"], ["phone_number", "692.405.2542 x008"], ["reference", "2a05b16e-5b43-48cd-97ab-86af9e3cf833"], ["title", "Molestiae a commodi cumque eos."], ["user_name", "verna"], ["username", "ali"], ["uuid", "f8479e33-0054-48f9-8182-00ba50a8151d"], ["created_at", "2020-11-21 14:32:33.813221"], ["updated_at", "2020-11-21 14:32:33.813221"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "5749 Doyle Garden, Strackeside, NH 94019"], ["city", "Port Tyreemouth"], ["country", "Estonia"], ["description", "Et harum rerum. Sed sit qui. Doloremque deserunt natus. Tempora sunt et."], ["email", "lourie@example.name"], ["first_name", "Darrin"], ["firstname", "Becki"], ["last_name", "Kuhn"], ["lastname", "Kuhn"], ["lat", "75.16649563777432"], ["latitute", "-43.632245079276444"], ["lng", "44.30313824965671"], ["locale", "NE"], ["longitude", "-63.20100646549092"], ["middlename", "Jaskolski"], ["middle_name", "Brekke"], ["password", "Mf4G5qFrGvClQ"], ["phone", "1-290-469-1043"], ["phone_number", "541.021.7086"], ["reference", "a7c183c0-979d-4f90-8496-03528ff27314"], ["title", "Nesciunt aut reiciendis non."], ["user_name", "ambrose.rutherford"], ["username", "ignacio"], ["uuid", "e5567343-c5c2-4920-a0ce-d0d00a1555bb"], ["created_at", "2020-11-21 14:32:33.837455"], ["updated_at", "2020-11-21 14:32:33.837455"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3752 Cummings Hollow, East Alejandro, VA 66433"], ["city", "Scotmouth"], ["country", "Ethiopia"], ["description", "Consequatur sunt velit. Reiciendis aut animi. Nostrum tenetur rem."], ["email", "clarence@example.org"], ["first_name", "Tennie"], ["firstname", "Bart"], ["last_name", "Gutkowski"], ["lastname", "Quitzon"], ["lat", "1.1519848203190008"], ["latitute", "17.080575560883844"], ["lng", "-60.44172665590813"], ["locale", "PK"], ["longitude", "37.45181154338931"], ["middlename", "Ward"], ["middle_name", "Labadie"], ["password", "9H7qFwAp8E27p6X"], ["phone", "1-981-268-6735"], ["phone_number", "113-335-0055 x892"], ["reference", "35c83cec-7338-4d8f-a058-1f1106f9afc0"], ["title", "Maiores non voluptas."], ["user_name", "rocco_baumbach"], ["username", "rene_daniel"], ["uuid", "784c6ae9-e5ad-4b7d-8682-c28d2a8e2216"], ["created_at", "2020-11-21 14:32:33.861720"], ["updated_at", "2020-11-21 14:32:33.861720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 34], ["decimal", 2.43946650982155], ["string", "Vel odit cumque et."], ["date", "2020-11-06"], ["time", "2000-01-01 16:37:21.915787"], ["datetime", "2020-11-19 05:00:14.483799"], ["created_at", "2020-11-21 14:32:33.864439"], ["updated_at", "2020-11-21 14:32:33.864439"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 2.89947323800917], ["string", "Molestias adipisci dolorum libero."], ["date", "2020-12-24"], ["time", "2000-01-01 13:58:18.522272"], ["datetime", "2020-11-28 01:31:44.579352"], ["created_at", "2020-11-21 14:32:33.866966"], ["updated_at", "2020-11-21 14:32:33.866966"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 18], ["decimal", 0.4277259704028], ["string", "Earum est alias cumque delectus."], ["date", "2020-12-06"], ["time", "2000-01-01 03:36:27.479532"], ["datetime", "2020-10-14 16:27:37.485610"], ["created_at", "2020-11-21 14:32:33.869208"], ["updated_at", "2020-11-21 14:32:33.869208"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 28], ["decimal", 22.6992579801348], ["string", "Quasi voluptatem aut."], ["date", "2020-10-11"], ["time", "2000-01-01 18:53:26.392427"], ["datetime", "2020-10-12 18:08:15.357111"], ["created_at", "2020-11-21 14:32:33.871381"], ["updated_at", "2020-11-21 14:32:33.871381"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 5.90945858964502], ["string", "Aut et ut."], ["date", "2020-10-23"], ["time", "2000-01-01 16:16:12.919798"], ["datetime", "2021-01-02 00:37:50.225654"], ["created_at", "2020-11-21 14:32:33.873535"], ["updated_at", "2020-11-21 14:32:33.873535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:32:33.875015"], ["updated_at", "2020-11-21 14:32:33.875015"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-21 14:32:33.876157"], ["updated_at", "2020-11-21 14:32:33.876157"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:32:33.877234"], ["updated_at", "2020-11-21 14:32:33.877234"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-21 14:32:33.878306"], ["updated_at", "2020-11-21 14:32:33.878306"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 14:32:33.879379"], ["updated_at", "2020-11-21 14:32:33.879379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:32:33.880527"], ["updated_at", "2020-11-21 14:32:33.880527"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-21 14:32:33.881684"], ["updated_at", "2020-11-21 14:32:33.881684"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:32:33.882904"], ["updated_at", "2020-11-21 14:32:33.882904"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:32:33.884217"], ["updated_at", "2020-11-21 14:32:33.884217"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-21 14:32:33.885373"], ["updated_at", "2020-11-21 14:32:33.885373"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", 11.0234562174483], ["string", "Architecto ipsa in reiciendis esse."], ["created_at", "2020-11-21 14:32:33.887340"], ["updated_at", "2020-11-21 14:32:33.887340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 2.59761145247501], ["string", "Molestias ipsa qui maiores."], ["created_at", "2020-11-21 14:32:33.889228"], ["updated_at", "2020-11-21 14:32:33.889228"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1034], ["decimal", 0.120598250400124], ["string", "Repudiandae nisi qui aliquam."], ["created_at", "2020-11-21 14:32:33.891070"], ["updated_at", "2020-11-21 14:32:33.891070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 11.1878926948272], ["string", "Est repudiandae dignissimos qui."], ["created_at", "2020-11-21 14:32:33.892891"], ["updated_at", "2020-11-21 14:32:33.892891"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 20.6090539882632], ["string", "Voluptatibus voluptas aut."], ["created_at", "2020-11-21 14:32:33.894719"], ["updated_at", "2020-11-21 14:32:33.894719"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:33.905518"], ["updated_at", "2020-11-21 14:32:33.905518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:33.906272"], ["updated_at", "2020-11-21 14:32:33.906272"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:33.906937"], ["updated_at", "2020-11-21 14:32:33.906937"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:33.907574"], ["updated_at", "2020-11-21 14:32:33.907574"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:33.908203"], ["updated_at", "2020-11-21 14:32:33.908203"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:33.908878"], ["updated_at", "2020-11-21 14:32:33.908878"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:33.909557"], ["updated_at", "2020-11-21 14:32:33.909557"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:33.910211"], ["updated_at", "2020-11-21 14:32:33.910211"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:33.910876"], ["updated_at", "2020-11-21 14:32:33.910876"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:33.911533"], ["updated_at", "2020-11-21 14:32:33.911533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:32:33.912782"], ["updated_at", "2020-11-21 14:32:33.912782"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 14:32:33.913992"], ["updated_at", "2020-11-21 14:32:33.913992"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:32:33.915155"], ["updated_at", "2020-11-21 14:32:33.915155"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 14:32:33.916306"], ["updated_at", "2020-11-21 14:32:33.916306"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-21 14:32:33.917641"], ["updated_at", "2020-11-21 14:32:33.917641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 5], ["created_at", "2020-11-21 14:32:33.919309"], ["updated_at", "2020-11-21 14:32:33.919309"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-21 14:32:33.920829"], ["updated_at", "2020-11-21 14:32:33.920829"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 3], ["created_at", "2020-11-21 14:32:33.922285"], ["updated_at", "2020-11-21 14:32:33.922285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-21 14:32:33.923747"], ["updated_at", "2020-11-21 14:32:33.923747"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 8], ["created_at", "2020-11-21 14:32:33.925196"], ["updated_at", "2020-11-21 14:32:33.925196"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:33.925893"], ["updated_at", "2020-11-21 14:32:33.925893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:33.926529"], ["updated_at", "2020-11-21 14:32:33.926529"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:33.927144"], ["updated_at", "2020-11-21 14:32:33.927144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:33.927752"], ["updated_at", "2020-11-21 14:32:33.927752"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:33.928351"], ["updated_at", "2020-11-21 14:32:33.928351"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:33.929451"], ["updated_at", "2020-11-21 14:32:33.929451"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:33.930517"], ["updated_at", "2020-11-21 14:32:33.930517"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:33.931557"], ["updated_at", "2020-11-21 14:32:33.931557"], ["india_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:33.932587"], ["updated_at", "2020-11-21 14:32:33.932587"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:33.933625"], ["updated_at", "2020-11-21 14:32:33.933625"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "974 Erich Valley, West Tainamouth, MN 65303-9868"], ["city", "North Jonahchester"], ["country", "Cayman Islands"], ["description", "Doloremque possimus cum. Eligendi eius maxime. Aut omnis voluptate. Quia ut iusto. Qui deserunt voluptas."], ["email", "cyril_lesch@example.org"], ["first_name", "Samuel"], ["firstname", "Charlene"], ["last_name", "Borer"], ["lastname", "Williamson"], ["lat", "63.86681480542154"], ["latitute", "-35.917717348227605"], ["lng", "-105.41002816252191"], ["locale", "FR"], ["longitude", "105.91068785831914"], ["middlename", "Haag"], ["middle_name", "Reichert"], ["password", "GdTtNn5Pp1"], ["phone", "897.628.7989 x5528"], ["phone_number", "1-150-613-8628 x15666"], ["reference", "9c61f811-5d72-460d-95e1-94b120f2866c"], ["title", "Id tenetur dicta."], ["user_name", "lavern_rau"], ["username", "mandy_hamill"], ["uuid", "7279b178-1662-4ba2-88b1-a5e70bf4eb6f"], ["created_at", "2020-11-21 14:32:33.967198"], ["updated_at", "2020-11-21 14:32:33.967198"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "776 Noel Ports, New Russelchester, IA 98638"], ["city", "Jesuston"], ["country", "Christmas Island"], ["description", "Omnis modi quo. Et praesentium assumenda. Deserunt voluptas facere. Aut ipsam delectus."], ["email", "sylvester@example.co"], ["first_name", "Teddy"], ["firstname", "Nena"], ["last_name", "Senger"], ["lastname", "Jacobson"], ["lat", "-87.0521434593082"], ["latitute", "22.196000335662518"], ["lng", "175.31055433412786"], ["locale", "BW"], ["longitude", "158.317870218145"], ["middlename", "Considine"], ["middle_name", "Marks"], ["password", "MkEgOdDz460UvM"], ["phone", "1-696-963-3700"], ["phone_number", "650.964.1684"], ["reference", "034ca472-cda3-4104-ac2e-727fb2371609"], ["title", "Nisi vel eius architecto sed."], ["user_name", "katlyn_flatley"], ["username", "leon_carter"], ["uuid", "bec10129-e563-438b-9f0c-5a1dd804f9f0"], ["created_at", "2020-11-21 14:32:33.992173"], ["updated_at", "2020-11-21 14:32:33.992173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 638 40276 Christy Dale, Lake Andreasfort, TX 29405-9494"], ["city", "South Santiagoport"], ["country", "Nepal"], ["description", "Tempore saepe assumenda. Animi magnam consequatur. Voluptas repudiandae libero. Necessitatibus sed tempora. Et aut nobis."], ["email", "phuong@example.net"], ["first_name", "Matthew"], ["firstname", "Trevor"], ["last_name", "Kiehn"], ["lastname", "Erdman"], ["lat", "64.76822907192525"], ["latitute", "-46.91403479002615"], ["lng", "-170.01437010057887"], ["locale", "GS"], ["longitude", "-89.27757283545542"], ["middlename", "Reichel"], ["middle_name", "Hane"], ["password", "ZwWwMnEs5Nl"], ["phone", "1-785-556-4171 x144"], ["phone_number", "(361) 058-5105 x446"], ["reference", "5fdbcf0a-0088-4832-91e5-dd84f3cf31ed"], ["title", "Odit aut velit exercitationem nobis vel."], ["user_name", "leonardo.nitzsche"], ["username", "gerry.armstrong"], ["uuid", "f8db0c4a-a55f-44b7-ae8f-6b29a8fd0c36"], ["created_at", "2020-11-21 14:32:34.016765"], ["updated_at", "2020-11-21 14:32:34.016765"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1089 Hana Springs, Wunschfurt, ME 78478"], ["city", "Port Vincenzo"], ["country", "Mayotte"], ["description", "Et quo adipisci. Aut et et. Est soluta consectetur. Dolores quidem sit."], ["email", "pattie@example.name"], ["first_name", "Bryan"], ["firstname", "Rich"], ["last_name", "Rowe"], ["lastname", "Hammes"], ["lat", "64.82986393586887"], ["latitute", "61.46131280382903"], ["lng", "-57.756220795271176"], ["locale", "MD"], ["longitude", "155.98925242419983"], ["middlename", "Windler"], ["middle_name", "O'Reilly"], ["password", "Il17Kr5E4o79"], ["phone", "100-064-1086 x594"], ["phone_number", "739.392.4591 x9676"], ["reference", "7d0c56d9-6998-4c76-97d4-265da610ad80"], ["title", "Libero vel et ipsam."], ["user_name", "wilford.roberts"], ["username", "barbra"], ["uuid", "efb498be-e450-40a8-95d6-972a1b46e085"], ["created_at", "2020-11-21 14:32:34.040947"], ["updated_at", "2020-11-21 14:32:34.040947"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 678 94324 Boehm Wall, Port Joi, CT 77913-4439"], ["city", "Port Milo"], ["country", "Egypt"], ["description", "Tenetur et non. Iusto ipsum reiciendis. Dignissimos et est."], ["email", "kenisha@example.biz"], ["first_name", "Pamala"], ["firstname", "Bettie"], ["last_name", "Bailey"], ["lastname", "Champlin"], ["lat", "6.877064327773141"], ["latitute", "-51.56346260056111"], ["lng", "-20.984328869935098"], ["locale", "MP"], ["longitude", "151.2027505202422"], ["middlename", "Padberg"], ["middle_name", "Rolfson"], ["password", "FkFuXbHz8N"], ["phone", "832-481-7122 x12837"], ["phone_number", "(426) 396-9742 x201"], ["reference", "430f5904-5669-47ec-94fe-649718e27c85"], ["title", "Velit consequuntur cumque non."], ["user_name", "quincy.wilderman"], ["username", "chas_ferry"], ["uuid", "ff1f9547-a83f-4fe6-8d16-8e47337daa36"], ["created_at", "2020-11-21 14:32:34.065128"], ["updated_at", "2020-11-21 14:32:34.065128"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 37], ["decimal", 20.2173416929573], ["string", "Repellat exercitationem unde esse quo repudiandae."], ["date", "2020-11-25"], ["time", "2000-01-01 18:55:47.736704"], ["datetime", "2020-12-30 03:33:14.307636"], ["created_at", "2020-11-21 14:32:34.067795"], ["updated_at", "2020-11-21 14:32:34.067795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["decimal", 5.72780917609307], ["string", "Consectetur porro sunt et quod quia."], ["date", "2020-12-31"], ["time", "2000-01-01 00:12:06.668214"], ["datetime", "2020-12-01 09:26:50.866318"], ["created_at", "2020-11-21 14:32:34.070124"], ["updated_at", "2020-11-21 14:32:34.070124"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 39.5644615101394], ["string", "Id magnam eos."], ["date", "2021-01-02"], ["time", "2000-01-01 19:57:15.770171"], ["datetime", "2020-11-12 05:46:44.059186"], ["created_at", "2020-11-21 14:32:34.072330"], ["updated_at", "2020-11-21 14:32:34.072330"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 1.37944632455954], ["string", "Quidem cum qui aut nihil."], ["date", "2020-10-14"], ["time", "2000-01-01 17:35:29.191087"], ["datetime", "2020-10-18 22:34:44.015267"], ["created_at", "2020-11-21 14:32:34.074502"], ["updated_at", "2020-11-21 14:32:34.074502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 22], ["decimal", 18.0497297580348], ["string", "Illum ipsum suscipit."], ["date", "2020-11-27"], ["time", "2000-01-01 12:00:46.713311"], ["datetime", "2020-10-26 02:30:01.578638"], ["created_at", "2020-11-21 14:32:34.076670"], ["updated_at", "2020-11-21 14:32:34.076670"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-21 14:32:34.078192"], ["updated_at", "2020-11-21 14:32:34.078192"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-21 14:32:34.079341"], ["updated_at", "2020-11-21 14:32:34.079341"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-21 14:32:34.080433"], ["updated_at", "2020-11-21 14:32:34.080433"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:32:34.081535"], ["updated_at", "2020-11-21 14:32:34.081535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-21 14:32:34.082595"], ["updated_at", "2020-11-21 14:32:34.082595"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-21 14:32:34.083767"], ["updated_at", "2020-11-21 14:32:34.083767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-21 14:32:34.084862"], ["updated_at", "2020-11-21 14:32:34.084862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 14], ["created_at", "2020-11-21 14:32:34.085930"], ["updated_at", "2020-11-21 14:32:34.085930"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:32:34.086998"], ["updated_at", "2020-11-21 14:32:34.086998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:32:34.088071"], ["updated_at", "2020-11-21 14:32:34.088071"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 33.5546216557955], ["string", "Deleniti et voluptatibus."], ["created_at", "2020-11-21 14:32:34.089975"], ["updated_at", "2020-11-21 14:32:34.089975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1026], ["decimal", 6.99506730476376], ["string", "Temporibus occaecati qui quisquam provident."], ["created_at", "2020-11-21 14:32:34.091807"], ["updated_at", "2020-11-21 14:32:34.091807"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1027], ["decimal", 4.7604842470537], ["string", "Quia aut est id blanditiis incidunt."], ["created_at", "2020-11-21 14:32:34.093598"], ["updated_at", "2020-11-21 14:32:34.093598"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1032], ["decimal", 9.620869402429], ["string", "Harum repellat quod dolore ab illo."], ["created_at", "2020-11-21 14:32:34.095387"], ["updated_at", "2020-11-21 14:32:34.095387"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 8.59543224925061], ["string", "Sint totam dolorem architecto quidem."], ["created_at", "2020-11-21 14:32:34.097161"], ["updated_at", "2020-11-21 14:32:34.097161"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.107734"], ["updated_at", "2020-11-21 14:32:34.107734"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.108500"], ["updated_at", "2020-11-21 14:32:34.108500"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.109111"], ["updated_at", "2020-11-21 14:32:34.109111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.5ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.117545"], ["updated_at", "2020-11-21 14:32:34.117545"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.119035"], ["updated_at", "2020-11-21 14:32:34.119035"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:34.119797"], ["updated_at", "2020-11-21 14:32:34.119797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:34.120507"], ["updated_at", "2020-11-21 14:32:34.120507"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:34.121357"], ["updated_at", "2020-11-21 14:32:34.121357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:34.122064"], ["updated_at", "2020-11-21 14:32:34.122064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:34.122798"], ["updated_at", "2020-11-21 14:32:34.122798"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 14:32:34.124186"], ["updated_at", "2020-11-21 14:32:34.124186"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 14:32:34.125642"], ["updated_at", "2020-11-21 14:32:34.125642"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-21 14:32:34.126960"], ["updated_at", "2020-11-21 14:32:34.126960"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 15], ["created_at", "2020-11-21 14:32:34.128239"], ["updated_at", "2020-11-21 14:32:34.128239"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-21 14:32:34.129494"], ["updated_at", "2020-11-21 14:32:34.129494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 12], ["zed_id", 15], ["created_at", "2020-11-21 14:32:34.131225"], ["updated_at", "2020-11-21 14:32:34.131225"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 6], ["created_at", "2020-11-21 14:32:34.132826"], ["updated_at", "2020-11-21 14:32:34.132826"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 13], ["created_at", "2020-11-21 14:32:34.134352"], ["updated_at", "2020-11-21 14:32:34.134352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 11], ["created_at", "2020-11-21 14:32:34.135878"], ["updated_at", "2020-11-21 14:32:34.135878"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 11], ["created_at", "2020-11-21 14:32:34.137383"], ["updated_at", "2020-11-21 14:32:34.137383"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.144507"], ["updated_at", "2020-11-21 14:32:34.144507"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.145502"], ["updated_at", "2020-11-21 14:32:34.145502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.146375"], ["updated_at", "2020-11-21 14:32:34.146375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.147189"], ["updated_at", "2020-11-21 14:32:34.147189"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.147951"], ["updated_at", "2020-11-21 14:32:34.147951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.149701"], ["updated_at", "2020-11-21 14:32:34.149701"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.152005"], ["updated_at", "2020-11-21 14:32:34.152005"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.153881"], ["updated_at", "2020-11-21 14:32:34.153881"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.155681"], ["updated_at", "2020-11-21 14:32:34.155681"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.158182"], ["updated_at", "2020-11-21 14:32:34.158182"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 954 738 Nellie Junction, Ebertburgh, AR 89380-1966"], ["city", "Lake Donaldport"], ["country", "Ecuador"], ["description", "Qui sapiente sed. Atque aspernatur dolor. Dolores quis ad."], ["email", "tammy@example.net"], ["first_name", "Ida"], ["firstname", "Mauricio"], ["last_name", "Shanahan"], ["lastname", "Feeney"], ["lat", "-43.11659210605835"], ["latitute", "-46.21746560377331"], ["lng", "-121.01999366369941"], ["locale", "ID"], ["longitude", "123.98677272892525"], ["middlename", "Larson"], ["middle_name", "Kuphal"], ["password", "CeHrGcYw17"], ["phone", "1-138-916-1166 x6775"], ["phone_number", "1-619-469-9822 x8096"], ["reference", "3ea9277a-8f42-4927-8e13-dadc819360b1"], ["title", "Neque odit perspiciatis dolores tenetur."], ["user_name", "leslee"], ["username", "marquerite_smitham"], ["uuid", "8bd5d57c-9017-434c-a8ef-eb5041d12010"], ["created_at", "2020-11-21 14:32:34.187717"], ["updated_at", "2020-11-21 14:32:34.187717"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "31722 Rickie Loaf, North Neil, MD 27249-0047"], ["city", "Port Jefferson"], ["country", "Kyrgyz Republic"], ["description", "Rem itaque amet. Amet culpa ipsa."], ["email", "shonda.crona@example.io"], ["first_name", "Theo"], ["firstname", "Lauralee"], ["last_name", "McDermott"], ["lastname", "Johns"], ["lat", "-39.50248698762348"], ["latitute", "14.440804842029053"], ["lng", "166.78304905315457"], ["locale", "LB"], ["longitude", "-160.5366353092959"], ["middlename", "Lakin"], ["middle_name", "Ryan"], ["password", "DjS9bOcQeZmEkYv"], ["phone", "1-773-356-4965 x5421"], ["phone_number", "766-376-7756 x0509"], ["reference", "d6b4e580-ad5a-43de-a96c-f778ed6cf4a8"], ["title", "Libero cumque sit quisquam voluptatibus nobis."], ["user_name", "elroy_flatley"], ["username", "homer"], ["uuid", "83f78145-9a6b-4de6-a54f-5f8f0f4180a2"], ["created_at", "2020-11-21 14:32:34.212166"], ["updated_at", "2020-11-21 14:32:34.212166"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "873 Weber Glen, Lake Sydney, FL 48395-7872"], ["city", "Jacobihaven"], ["country", "Mayotte"], ["description", "Hic ut sequi. Dolorem nihil ea. Iste non asperiores. Soluta magnam ullam. Et in non."], ["email", "wilbert_jerde@example.name"], ["first_name", "Paul"], ["firstname", "Hellen"], ["last_name", "Wolf"], ["lastname", "Tremblay"], ["lat", "63.55170156809717"], ["latitute", "83.4359864377941"], ["lng", "-175.77475355921365"], ["locale", "LY"], ["longitude", "-124.49895950799711"], ["middlename", "Rempel"], ["middle_name", "Graham"], ["password", "PiTyAqJc0SuXaW"], ["phone", "801.476.8768 x069"], ["phone_number", "(631) 928-0160 x77011"], ["reference", "735d9249-d153-4e5e-bf62-a62061b265c9"], ["title", "Libero repellat dignissimos modi eaque magnam."], ["user_name", "ola"], ["username", "elroy_jenkins"], ["uuid", "38baf656-9350-4e33-9f78-389b80edc5ff"], ["created_at", "2020-11-21 14:32:34.236315"], ["updated_at", "2020-11-21 14:32:34.236315"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "949 Emory Branch, Bryanborough, IA 48637-7030"], ["city", "Allanland"], ["country", "Chile"], ["description", "Eos ut suscipit. Dolore aut et. Vitae alias similique. Explicabo blanditiis magni."], ["email", "cornelia_brakus@example.biz"], ["first_name", "Lacresha"], ["firstname", "Elaina"], ["last_name", "White"], ["lastname", "Pagac"], ["lat", "-23.819174408974675"], ["latitute", "-72.28326724045266"], ["lng", "64.65345741173616"], ["locale", "QA"], ["longitude", "-101.88725083748484"], ["middlename", "Ward"], ["middle_name", "Beatty"], ["password", "FiH39k5E52s"], ["phone", "599-816-4183 x858"], ["phone_number", "1-106-220-8493 x408"], ["reference", "c6bdf648-5cae-4752-b906-8ebf1e6540b3"], ["title", "Voluptatem provident sint autem voluptatem."], ["user_name", "refugia"], ["username", "thu"], ["uuid", "412e8334-07d0-4c4b-93ff-e24ba6574771"], ["created_at", "2020-11-21 14:32:34.260743"], ["updated_at", "2020-11-21 14:32:34.260743"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "5689 Heidenreich Knoll, Freemanhaven, OK 73694"], ["city", "New Jamey"], ["country", "Pakistan"], ["description", "Voluptate aut magni. Consequatur cumque dignissimos. Et doloremque non. Ea numquam minima."], ["email", "keenan.beier@example.name"], ["first_name", "Rosalie"], ["firstname", "Cherie"], ["last_name", "Kessler"], ["lastname", "Boehm"], ["lat", "-17.66352936409868"], ["latitute", "2.301206629664904"], ["lng", "-107.47492772242961"], ["locale", "KN"], ["longitude", "-46.412711945886315"], ["middlename", "Leuschke"], ["middle_name", "Kassulke"], ["password", "FbCzSoAk"], ["phone", "1-103-648-8018 x4935"], ["phone_number", "687.151.4877 x5625"], ["reference", "ae645a8b-6f5c-466b-99a3-58428b2cfeb3"], ["title", "Nobis eligendi repellat."], ["user_name", "issac_krajcik"], ["username", "edwin_barrows"], ["uuid", "70468501-9e28-4bdd-8a1a-c1c0d1b36141"], ["created_at", "2020-11-21 14:32:34.284799"], ["updated_at", "2020-11-21 14:32:34.284799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 0.251296125336853], ["string", "Quis quia animi."], ["date", "2020-11-28"], ["time", "2000-01-01 04:10:42.280732"], ["datetime", "2020-12-23 17:41:41.340793"], ["created_at", "2020-11-21 14:32:34.287412"], ["updated_at", "2020-11-21 14:32:34.287412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 18.5724742657115], ["string", "Qui quis unde recusandae in."], ["date", "2020-12-18"], ["time", "2000-01-01 15:47:55.966802"], ["datetime", "2020-12-04 09:47:19.659697"], ["created_at", "2020-11-21 14:32:34.289708"], ["updated_at", "2020-11-21 14:32:34.289708"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 7.25808506485975], ["string", "Alias voluptas quasi neque soluta."], ["date", "2020-10-25"], ["time", "2000-01-01 09:34:41.528359"], ["datetime", "2020-10-30 20:02:12.904930"], ["created_at", "2020-11-21 14:32:34.291883"], ["updated_at", "2020-11-21 14:32:34.291883"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 11.5649159439432], ["string", "Vel velit libero reprehenderit aut."], ["date", "2020-11-07"], ["time", "2000-01-01 09:18:31.231230"], ["datetime", "2020-12-26 04:46:48.722594"], ["created_at", "2020-11-21 14:32:34.294045"], ["updated_at", "2020-11-21 14:32:34.294045"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (8.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 0.127763139563671], ["string", "Qui et dignissimos nihil quis."], ["date", "2020-12-09"], ["time", "2000-01-01 01:51:12.180653"], ["datetime", "2020-12-03 07:11:57.415651"], ["created_at", "2020-11-21 14:32:34.296199"], ["updated_at", "2020-11-21 14:32:34.296199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:32:34.306267"], ["updated_at", "2020-11-21 14:32:34.306267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:32:34.307578"], ["updated_at", "2020-11-21 14:32:34.307578"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:32:34.308804"], ["updated_at", "2020-11-21 14:32:34.308804"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:32:34.310022"], ["updated_at", "2020-11-21 14:32:34.310022"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:32:34.311221"], ["updated_at", "2020-11-21 14:32:34.311221"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:32:34.312489"], ["updated_at", "2020-11-21 14:32:34.312489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:32:34.313725"], ["updated_at", "2020-11-21 14:32:34.313725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:32:34.314891"], ["updated_at", "2020-11-21 14:32:34.314891"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:32:34.316044"], ["updated_at", "2020-11-21 14:32:34.316044"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:32:34.317247"], ["updated_at", "2020-11-21 14:32:34.317247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", 11.9459103902477], ["string", "Et et nulla suscipit."], ["created_at", "2020-11-21 14:32:34.319264"], ["updated_at", "2020-11-21 14:32:34.319264"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 15.3288823772703], ["string", "Qui et iure vitae consequatur ullam."], ["created_at", "2020-11-21 14:32:34.321202"], ["updated_at", "2020-11-21 14:32:34.321202"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 2.78353754801324], ["string", "Voluptate doloremque eligendi natus aut."], ["created_at", "2020-11-21 14:32:34.323157"], ["updated_at", "2020-11-21 14:32:34.323157"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 11.9997656158264], ["string", "Magnam dolores dolore in qui impedit."], ["created_at", "2020-11-21 14:32:34.325026"], ["updated_at", "2020-11-21 14:32:34.325026"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 5.38172467168078], ["string", "Deserunt repudiandae illum et."], ["created_at", "2020-11-21 14:32:34.326920"], ["updated_at", "2020-11-21 14:32:34.326920"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.338007"], ["updated_at", "2020-11-21 14:32:34.338007"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.338798"], ["updated_at", "2020-11-21 14:32:34.338798"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.339476"], ["updated_at", "2020-11-21 14:32:34.339476"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.340133"], ["updated_at", "2020-11-21 14:32:34.340133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.340773"], ["updated_at", "2020-11-21 14:32:34.340773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:34.341462"], ["updated_at", "2020-11-21 14:32:34.341462"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:34.342131"], ["updated_at", "2020-11-21 14:32:34.342131"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:34.342768"], ["updated_at", "2020-11-21 14:32:34.342768"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:34.343421"], ["updated_at", "2020-11-21 14:32:34.343421"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:34.344057"], ["updated_at", "2020-11-21 14:32:34.344057"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 14:32:34.345302"], ["updated_at", "2020-11-21 14:32:34.345302"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:32:34.346542"], ["updated_at", "2020-11-21 14:32:34.346542"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 14:32:34.347763"], ["updated_at", "2020-11-21 14:32:34.347763"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 14:32:34.348972"], ["updated_at", "2020-11-21 14:32:34.348972"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 14:32:34.350154"], ["updated_at", "2020-11-21 14:32:34.350154"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-21 14:32:34.351822"], ["updated_at", "2020-11-21 14:32:34.351822"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-21 14:32:34.353426"], ["updated_at", "2020-11-21 14:32:34.353426"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-21 14:32:34.354984"], ["updated_at", "2020-11-21 14:32:34.354984"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-21 14:32:34.356546"], ["updated_at", "2020-11-21 14:32:34.356546"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-21 14:32:34.358185"], ["updated_at", "2020-11-21 14:32:34.358185"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.358952"], ["updated_at", "2020-11-21 14:32:34.358952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.359647"], ["updated_at", "2020-11-21 14:32:34.359647"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.360311"], ["updated_at", "2020-11-21 14:32:34.360311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.360973"], ["updated_at", "2020-11-21 14:32:34.360973"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.361642"], ["updated_at", "2020-11-21 14:32:34.361642"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:34.362841"], ["updated_at", "2020-11-21 14:32:34.362841"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:34.364001"], ["updated_at", "2020-11-21 14:32:34.364001"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:34.365137"], ["updated_at", "2020-11-21 14:32:34.365137"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:34.366247"], ["updated_at", "2020-11-21 14:32:34.366247"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:34.367337"], ["updated_at", "2020-11-21 14:32:34.367337"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 470 592 Hammes Forges, West Kassandra, ND 31195"], ["city", "Howeville"], ["country", "Monaco"], ["description", "Consequatur beatae quia. Adipisci veritatis voluptatem. Occaecati quia aut."], ["email", "gigi.wuckert@example.com"], ["first_name", "Pete"], ["firstname", "Man"], ["last_name", "Haag"], ["lastname", "Keeling"], ["lat", "-31.234812910327598"], ["latitute", "28.957811721353707"], ["lng", "-35.56434816323079"], ["locale", "RS"], ["longitude", "-171.27395075793913"], ["middlename", "Littel"], ["middle_name", "Auer"], ["password", "DuX8nXpQ"], ["phone", "152.574.0955 x4512"], ["phone_number", "472.603.0350 x99430"], ["reference", "df28786a-79d6-45ef-9ba1-3a4236fb8521"], ["title", "Magni aspernatur culpa quasi animi soluta."], ["user_name", "pauline.johns"], ["username", "valencia"], ["uuid", "8a3c8c2a-cf99-497f-aa82-ac7417bb7b68"], ["created_at", "2020-11-21 14:32:34.391133"], ["updated_at", "2020-11-21 14:32:34.391133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 680 285 Spinka Mountains, Heaneyfort, KS 69391"], ["city", "South Agustinside"], ["country", "Macedonia"], ["description", "Consectetur et velit. Id inventore voluptatem."], ["email", "delia@example.com"], ["first_name", "Minta"], ["firstname", "Aaron"], ["last_name", "Champlin"], ["lastname", "Predovic"], ["lat", "-2.9132578325465914"], ["latitute", "-5.1769615779071785"], ["lng", "-97.98179597628857"], ["locale", "GY"], ["longitude", "169.83065214647888"], ["middlename", "Rodriguez"], ["middle_name", "Windler"], ["password", "BoCjEm8AiP"], ["phone", "608.759.7730 x2255"], ["phone_number", "1-243-789-6260 x676"], ["reference", "8a6c2eed-8ad0-4cac-b007-2e18dd47b3ff"], ["title", "Asperiores accusantium rem perspiciatis quisquam voluptatem."], ["user_name", "boyce"], ["username", "judson.roberts"], ["uuid", "ddfae91d-989f-44df-8fc1-0e7bd433ed6a"], ["created_at", "2020-11-21 14:32:34.415170"], ["updated_at", "2020-11-21 14:32:34.415170"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7257 Ullrich River, Port Alleenchester, WY 26923"], ["city", "Dickensside"], ["country", "Anguilla"], ["description", "Enim corrupti aut. Omnis rerum minima. Pariatur sint dolor. Ratione voluptatem error."], ["email", "casimira@example.io"], ["first_name", "Kermit"], ["firstname", "Derick"], ["last_name", "Mann"], ["lastname", "Shanahan"], ["lat", "65.87380010246244"], ["latitute", "9.88061794819879"], ["lng", "154.11896828350427"], ["locale", "PA"], ["longitude", "118.63925753890766"], ["middlename", "Mertz"], ["middle_name", "Gerhold"], ["password", "W1fXoDdAsWi63"], ["phone", "552-445-0713 x78485"], ["phone_number", "(919) 745-1494 x9862"], ["reference", "318860f5-3afb-4334-8a45-3b2b7da5d0c3"], ["title", "Ratione et repudiandae nesciunt in."], ["user_name", "margery"], ["username", "damian.luettgen"], ["uuid", "bf458806-ae83-4ef9-8b3a-5a1fcb3938e1"], ["created_at", "2020-11-21 14:32:34.439498"], ["updated_at", "2020-11-21 14:32:34.439498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "383 Lockman Springs, West Lutherland, OH 64685"], ["city", "Runteville"], ["country", "Bahrain"], ["description", "Eius cum voluptas. Fugit sed blanditiis. Et rerum omnis."], ["email", "walton@example.name"], ["first_name", "Hilton"], ["firstname", "Jeromy"], ["last_name", "Orn"], ["lastname", "Feest"], ["lat", "-34.25402365963558"], ["latitute", "-77.53199839962554"], ["lng", "-135.19365579440068"], ["locale", "GD"], ["longitude", "-43.48818173010909"], ["middlename", "Bradtke"], ["middle_name", "Koepp"], ["password", "7Sw58DyI"], ["phone", "1-662-506-7946 x522"], ["phone_number", "(450) 728-4196 x5833"], ["reference", "bcdd5f52-1ff7-49c1-afc1-02a47a000357"], ["title", "Maxime velit libero."], ["user_name", "ronny"], ["username", "min_prosacco"], ["uuid", "b273b56f-f4ed-48cb-861c-2fea380a1d09"], ["created_at", "2020-11-21 14:32:34.463380"], ["updated_at", "2020-11-21 14:32:34.463380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4203 Danae Club, Spencerberg, UT 54231-6961"], ["city", "Lawerenceberg"], ["country", "Heard Island and McDonald Islands"], ["description", "Perspiciatis quod et. Velit qui sed. In et ut. Eum consectetur qui."], ["email", "lavern.hickle@example.co"], ["first_name", "Wallace"], ["firstname", "Devin"], ["last_name", "Kub"], ["lastname", "Schaefer"], ["lat", "-76.63415670375967"], ["latitute", "61.775390315592745"], ["lng", "-17.280316835014588"], ["locale", "RW"], ["longitude", "107.89693881878475"], ["middlename", "Steuber"], ["middle_name", "Keebler"], ["password", "51BzLiXgGhLfVcP"], ["phone", "548-263-7134 x4817"], ["phone_number", "428.805.7163 x6385"], ["reference", "5e47587e-f8e2-46bc-9c1d-01cf7b707968"], ["title", "Laudantium autem nihil eos hic."], ["user_name", "coralie"], ["username", "donnette"], ["uuid", "745baa82-d37a-4e38-88f3-8aae2fe9ce1f"], ["created_at", "2020-11-21 14:32:34.496252"], ["updated_at", "2020-11-21 14:32:34.496252"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 27], ["decimal", 0.925679450282015], ["string", "Est magni nobis ipsum illo cum."], ["date", "2020-10-23"], ["time", "2000-01-01 23:22:45.524463"], ["datetime", "2020-12-15 07:58:14.678227"], ["created_at", "2020-11-21 14:32:34.498919"], ["updated_at", "2020-11-21 14:32:34.498919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 17.0688829455433], ["string", "Voluptate cum beatae ad ut aut."], ["date", "2020-11-09"], ["time", "2000-01-01 16:09:29.219778"], ["datetime", "2020-10-22 23:49:08.163458"], ["created_at", "2020-11-21 14:32:34.501263"], ["updated_at", "2020-11-21 14:32:34.501263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 26], ["decimal", 9.94922906737618], ["string", "Ratione iusto quis."], ["date", "2020-12-29"], ["time", "2000-01-01 20:54:11.781084"], ["datetime", "2020-12-24 08:51:26.883183"], ["created_at", "2020-11-21 14:32:34.503504"], ["updated_at", "2020-11-21 14:32:34.503504"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 0.955166091206436], ["string", "Velit reprehenderit eius modi."], ["date", "2020-12-13"], ["time", "2000-01-01 22:23:07.503454"], ["datetime", "2020-11-27 23:24:10.803157"], ["created_at", "2020-11-21 14:32:34.505690"], ["updated_at", "2020-11-21 14:32:34.505690"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 12.3490211628551], ["string", "Assumenda animi laboriosam est labore quisquam."], ["date", "2020-12-02"], ["time", "2000-01-01 08:31:41.465628"], ["datetime", "2020-12-25 07:07:05.919379"], ["created_at", "2020-11-21 14:32:34.507909"], ["updated_at", "2020-11-21 14:32:34.507909"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:32:34.509453"], ["updated_at", "2020-11-21 14:32:34.509453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 14:32:34.510611"], ["updated_at", "2020-11-21 14:32:34.510611"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-21 14:32:34.511703"], ["updated_at", "2020-11-21 14:32:34.511703"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:32:34.512767"], ["updated_at", "2020-11-21 14:32:34.512767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-21 14:32:34.513838"], ["updated_at", "2020-11-21 14:32:34.513838"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-21 14:32:34.514994"], ["updated_at", "2020-11-21 14:32:34.514994"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:32:34.516107"], ["updated_at", "2020-11-21 14:32:34.516107"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:32:34.517202"], ["updated_at", "2020-11-21 14:32:34.517202"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:32:34.518280"], ["updated_at", "2020-11-21 14:32:34.518280"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:32:34.519352"], ["updated_at", "2020-11-21 14:32:34.519352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 30.1290845265745], ["string", "Nostrum a rem voluptates."], ["created_at", "2020-11-21 14:32:34.521291"], ["updated_at", "2020-11-21 14:32:34.521291"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 21.3824746912152], ["string", "Odio dicta unde ex non dolores."], ["created_at", "2020-11-21 14:32:34.523256"], ["updated_at", "2020-11-21 14:32:34.523256"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 12.2729389278077], ["string", "Iste nemo nisi placeat laborum."], ["created_at", "2020-11-21 14:32:34.525122"], ["updated_at", "2020-11-21 14:32:34.525122"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1022], ["decimal", 5.3181274852808], ["string", "Repellat aperiam eveniet corporis incidunt."], ["created_at", "2020-11-21 14:32:34.526993"], ["updated_at", "2020-11-21 14:32:34.526993"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 4.02646349439913], ["string", "Tempora nostrum et."], ["created_at", "2020-11-21 14:32:34.528849"], ["updated_at", "2020-11-21 14:32:34.528849"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.539512"], ["updated_at", "2020-11-21 14:32:34.539512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.540239"], ["updated_at", "2020-11-21 14:32:34.540239"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.540849"], ["updated_at", "2020-11-21 14:32:34.540849"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.541441"], ["updated_at", "2020-11-21 14:32:34.541441"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.542037"], ["updated_at", "2020-11-21 14:32:34.542037"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:34.542666"], ["updated_at", "2020-11-21 14:32:34.542666"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:34.543344"], ["updated_at", "2020-11-21 14:32:34.543344"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:34.544031"], ["updated_at", "2020-11-21 14:32:34.544031"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:34.544652"], ["updated_at", "2020-11-21 14:32:34.544652"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:34.545264"], ["updated_at", "2020-11-21 14:32:34.545264"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 14:32:34.546492"], ["updated_at", "2020-11-21 14:32:34.546492"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-21 14:32:34.547946"], ["updated_at", "2020-11-21 14:32:34.547946"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 14:32:34.549149"], ["updated_at", "2020-11-21 14:32:34.549149"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:32:34.550294"], ["updated_at", "2020-11-21 14:32:34.550294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 14:32:34.551421"], ["updated_at", "2020-11-21 14:32:34.551421"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 9], ["created_at", "2020-11-21 14:32:34.552979"], ["updated_at", "2020-11-21 14:32:34.552979"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 9], ["created_at", "2020-11-21 14:32:34.554463"], ["updated_at", "2020-11-21 14:32:34.554463"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 7], ["created_at", "2020-11-21 14:32:34.555922"], ["updated_at", "2020-11-21 14:32:34.555922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-21 14:32:34.557380"], ["updated_at", "2020-11-21 14:32:34.557380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 7], ["created_at", "2020-11-21 14:32:34.558840"], ["updated_at", "2020-11-21 14:32:34.558840"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.559549"], ["updated_at", "2020-11-21 14:32:34.559549"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.560189"], ["updated_at", "2020-11-21 14:32:34.560189"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.560795"], ["updated_at", "2020-11-21 14:32:34.560795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.561393"], ["updated_at", "2020-11-21 14:32:34.561393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.561993"], ["updated_at", "2020-11-21 14:32:34.561993"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:34.563099"], ["updated_at", "2020-11-21 14:32:34.563099"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:34.564183"], ["updated_at", "2020-11-21 14:32:34.564183"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:34.565226"], ["updated_at", "2020-11-21 14:32:34.565226"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:34.566269"], ["updated_at", "2020-11-21 14:32:34.566269"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:34.567306"], ["updated_at", "2020-11-21 14:32:34.567306"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 821 66423 Greenfelder Course, East Laverntown, RI 55643"], ["city", "Demarcusburgh"], ["country", "Zimbabwe"], ["description", "Ab deleniti reprehenderit. Officiis fugit tenetur. Itaque non velit. Aut libero rem."], ["email", "jae.schuppe@example.net"], ["first_name", "Shameka"], ["firstname", "Bob"], ["last_name", "Jacobson"], ["lastname", "Mueller"], ["lat", "3.366333481575708"], ["latitute", "-84.88170957311328"], ["lng", "-79.53314989613548"], ["locale", "SG"], ["longitude", "-41.43476988636135"], ["middlename", "Pfeffer"], ["middle_name", "Rodriguez"], ["password", "Ml8JlUoHgNt6"], ["phone", "1-919-682-0105 x744"], ["phone_number", "374-135-4924 x42812"], ["reference", "6d71d441-98c8-4326-9e42-d09865247ec3"], ["title", "Voluptatem cum non."], ["user_name", "huong.ortiz"], ["username", "antonette"], ["uuid", "1e3ce4f2-28c7-42ee-8890-87a655290365"], ["created_at", "2020-11-21 14:32:34.591228"], ["updated_at", "2020-11-21 14:32:34.591228"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9734 Warren Key, Lake Yasmineton, DE 47041-6544"], ["city", "South Bradlyland"], ["country", "Mauritania"], ["description", "Debitis necessitatibus excepturi. Cupiditate placeat impedit."], ["email", "lamar@example.io"], ["first_name", "Rebbecca"], ["firstname", "Alvin"], ["last_name", "Bednar"], ["lastname", "Tillman"], ["lat", "21.223172868881136"], ["latitute", "78.05427425085597"], ["lng", "-8.342839495658637"], ["locale", "PT"], ["longitude", "-170.93395189921006"], ["middlename", "Volkman"], ["middle_name", "Terry"], ["password", "OrNdLwGrBo0W"], ["phone", "1-637-009-7772 x3329"], ["phone_number", "104.781.2606 x56667"], ["reference", "de33c4cc-b95d-4281-8841-21ae4d17877a"], ["title", "Qui ullam expedita excepturi ipsum."], ["user_name", "moshe.hoeger"], ["username", "edgardo_boyer"], ["uuid", "1ddded18-526c-42e3-bd80-557da8733332"], ["created_at", "2020-11-21 14:32:34.616313"], ["updated_at", "2020-11-21 14:32:34.616313"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "5758 Swaniawski Groves, North Tylershire, NM 61302-7447"], ["city", "New Joaquin"], ["country", "Rwanda"], ["description", "Cum saepe laboriosam. Consequatur atque quidem. Tenetur in sint. Dolor dignissimos et. Ut et porro."], ["email", "jackson_moore@example.com"], ["first_name", "Lyman"], ["firstname", "Lulu"], ["last_name", "Turner"], ["lastname", "Sipes"], ["lat", "22.77477224986056"], ["latitute", "26.19352962887787"], ["lng", "-164.12977896286077"], ["locale", "CK"], ["longitude", "-117.17417079113017"], ["middlename", "White"], ["middle_name", "Thiel"], ["password", "CpJz8V3a36Ro7"], ["phone", "1-766-686-3257 x133"], ["phone_number", "(634) 055-7930"], ["reference", "c7d2718e-b0c0-46b3-879a-4cdab12a483f"], ["title", "Eveniet magnam repudiandae minus."], ["user_name", "oliver"], ["username", "lelah"], ["uuid", "50925093-e068-4665-8cc7-050ce6a66c26"], ["created_at", "2020-11-21 14:32:34.640648"], ["updated_at", "2020-11-21 14:32:34.640648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 254 66932 Javier Rapid, Boscoland, IA 54113"], ["city", "Ritchiehaven"], ["country", "Bangladesh"], ["description", "Quam maiores ea. Asperiores sit sint. Ducimus et doloremque. Dolore aperiam aliquam."], ["email", "thaddeus.schumm@example.co"], ["first_name", "Cary"], ["firstname", "Kareem"], ["last_name", "Grady"], ["lastname", "Murazik"], ["lat", "-87.99069934199083"], ["latitute", "53.064461879622"], ["lng", "75.33165830901285"], ["locale", "SH"], ["longitude", "43.91552370313761"], ["middlename", "Sporer"], ["middle_name", "Lemke"], ["password", "X6c2UbDaDlW2"], ["phone", "1-242-875-4360"], ["phone_number", "675-065-5746 x94950"], ["reference", "e21335c0-074f-4591-b5c1-1a08fe1ed1c7"], ["title", "Eius quisquam aspernatur sed."], ["user_name", "johnson.heathcote"], ["username", "kandis_koch"], ["uuid", "1c5971c5-6194-4670-a8f4-c3e2c9c4dbf5"], ["created_at", "2020-11-21 14:32:34.673178"], ["updated_at", "2020-11-21 14:32:34.673178"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4955 Arnoldo Curve, West Jeff, ND 67491-4829"], ["city", "Framiburgh"], ["country", "Greece"], ["description", "Accusantium voluptas enim. Exercitationem ab accusamus."], ["email", "wilford@example.org"], ["first_name", "Palmira"], ["firstname", "Dwayne"], ["last_name", "Predovic"], ["lastname", "Mertz"], ["lat", "-31.753407449849625"], ["latitute", "-49.74068439957835"], ["lng", "27.106572439958143"], ["locale", "MU"], ["longitude", "-116.11148235297264"], ["middlename", "Legros"], ["middle_name", "Daugherty"], ["password", "FmGz4Zk2EpN"], ["phone", "1-452-777-1465 x114"], ["phone_number", "1-366-117-8472"], ["reference", "c112ddf4-bfc9-4f16-b89d-384116d8effb"], ["title", "Voluptatem corporis voluptas consequatur ea aliquam."], ["user_name", "garret"], ["username", "robert"], ["uuid", "c2498cf9-9485-4bc3-8e59-b8fc3192a4c9"], ["created_at", "2020-11-21 14:32:34.698776"], ["updated_at", "2020-11-21 14:32:34.698776"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 6.13634954869462], ["string", "Modi nesciunt aut accusantium ab et."], ["date", "2020-11-06"], ["time", "2000-01-01 11:09:40.735469"], ["datetime", "2020-10-13 01:39:31.621143"], ["created_at", "2020-11-21 14:32:34.701604"], ["updated_at", "2020-11-21 14:32:34.701604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 34], ["decimal", 7.97923618904003], ["string", "Possimus quae tenetur tempore."], ["date", "2020-11-30"], ["time", "2000-01-01 12:15:21.068418"], ["datetime", "2020-10-20 17:37:56.736864"], ["created_at", "2020-11-21 14:32:34.703945"], ["updated_at", "2020-11-21 14:32:34.703945"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 33], ["decimal", 3.45719184281372], ["string", "Rem dolor repellat quisquam error numquam."], ["date", "2020-11-19"], ["time", "2000-01-01 15:48:43.374900"], ["datetime", "2020-10-31 04:34:57.216669"], ["created_at", "2020-11-21 14:32:34.706181"], ["updated_at", "2020-11-21 14:32:34.706181"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 25.1090972555877], ["string", "Nihil facilis iste."], ["date", "2020-12-09"], ["time", "2000-01-01 21:11:45.199742"], ["datetime", "2020-12-07 21:28:29.567237"], ["created_at", "2020-11-21 14:32:34.708408"], ["updated_at", "2020-11-21 14:32:34.708408"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 15.3923032463447], ["string", "Voluptatem aut sunt quia."], ["date", "2020-11-20"], ["time", "2000-01-01 06:56:01.576997"], ["datetime", "2020-12-30 18:42:27.015771"], ["created_at", "2020-11-21 14:32:34.710648"], ["updated_at", "2020-11-21 14:32:34.710648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:32:34.712213"], ["updated_at", "2020-11-21 14:32:34.712213"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 14:32:34.713388"], ["updated_at", "2020-11-21 14:32:34.713388"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:32:34.714499"], ["updated_at", "2020-11-21 14:32:34.714499"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 14:32:34.715624"], ["updated_at", "2020-11-21 14:32:34.715624"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-21 14:32:34.716728"], ["updated_at", "2020-11-21 14:32:34.716728"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-21 14:32:34.717917"], ["updated_at", "2020-11-21 14:32:34.717917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-21 14:32:34.719076"], ["updated_at", "2020-11-21 14:32:34.719076"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:32:34.720194"], ["updated_at", "2020-11-21 14:32:34.720194"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-21 14:32:34.721301"], ["updated_at", "2020-11-21 14:32:34.721301"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-21 14:32:34.722412"], ["updated_at", "2020-11-21 14:32:34.722412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 2.1136423178727], ["string", "Rerum voluptatibus eum eius qui ut."], ["created_at", "2020-11-21 14:32:34.724355"], ["updated_at", "2020-11-21 14:32:34.724355"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 37.8763032457847], ["string", "Quod qui odio aspernatur."], ["created_at", "2020-11-21 14:32:34.726388"], ["updated_at", "2020-11-21 14:32:34.726388"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 0.383944309555117], ["string", "Repellat omnis molestias dolorum sit."], ["created_at", "2020-11-21 14:32:34.728290"], ["updated_at", "2020-11-21 14:32:34.728290"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 1.1772268346774], ["string", "Doloremque dolor doloribus."], ["created_at", "2020-11-21 14:32:34.730123"], ["updated_at", "2020-11-21 14:32:34.730123"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 3.06685389705108], ["string", "Animi et libero."], ["created_at", "2020-11-21 14:32:34.731939"], ["updated_at", "2020-11-21 14:32:34.731939"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.742827"], ["updated_at", "2020-11-21 14:32:34.742827"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.743578"], ["updated_at", "2020-11-21 14:32:34.743578"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.744216"], ["updated_at", "2020-11-21 14:32:34.744216"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.744845"], ["updated_at", "2020-11-21 14:32:34.744845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:34.745462"], ["updated_at", "2020-11-21 14:32:34.745462"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:34.746127"], ["updated_at", "2020-11-21 14:32:34.746127"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:34.746784"], ["updated_at", "2020-11-21 14:32:34.746784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:34.747419"], ["updated_at", "2020-11-21 14:32:34.747419"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:34.748054"], ["updated_at", "2020-11-21 14:32:34.748054"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:34.748695"], ["updated_at", "2020-11-21 14:32:34.748695"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:32:34.749919"], ["updated_at", "2020-11-21 14:32:34.749919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-21 14:32:34.751125"], ["updated_at", "2020-11-21 14:32:34.751125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-21 14:32:34.752267"], ["updated_at", "2020-11-21 14:32:34.752267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-21 14:32:34.753433"], ["updated_at", "2020-11-21 14:32:34.753433"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-21 14:32:34.754562"], ["updated_at", "2020-11-21 14:32:34.754562"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 9], ["created_at", "2020-11-21 14:32:34.756150"], ["updated_at", "2020-11-21 14:32:34.756150"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 7], ["created_at", "2020-11-21 14:32:34.757706"], ["updated_at", "2020-11-21 14:32:34.757706"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 7], ["created_at", "2020-11-21 14:32:34.759245"], ["updated_at", "2020-11-21 14:32:34.759245"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-21 14:32:34.760764"], ["updated_at", "2020-11-21 14:32:34.760764"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 13], ["created_at", "2020-11-21 14:32:34.762318"], ["updated_at", "2020-11-21 14:32:34.762318"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (36.9ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.5ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.9ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (2.0ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (8.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.9ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3860 Winifred Courts, Bahringerfurt, NE 76889"], ["city", "Lake Christianland"], ["country", "Seychelles"], ["description", "Est velit eum. Aliquam sunt et. Provident quos quia. Et tempora voluptatem. Eligendi possimus similique."], ["email", "juana@example.name"], ["first_name", "Curt"], ["firstname", "Ron"], ["last_name", "Murray"], ["lastname", "Robel"], ["lat", "-87.69301190860003"], ["latitute", "10.072302707817911"], ["lng", "14.895672019636663"], ["locale", "PG"], ["longitude", "-53.24773795245565"], ["middlename", "Moore"], ["middle_name", "Konopelski"], ["password", "YoVjPs7Si8Ju95"], ["phone", "172.689.5778 x811"], ["phone_number", "154-156-2143 x589"], ["reference", "24e8929a-e9ba-45d5-9cf3-7efbcf3d5d3d"], ["title", "Reiciendis exercitationem harum quae eligendi rerum."], ["user_name", "regena"], ["username", "deadra"], ["uuid", "cfd1a19a-bed6-4fbd-ad39-3b1f8d8d6903"], ["created_at", "2020-11-21 14:32:58.528590"], ["updated_at", "2020-11-21 14:32:58.528590"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 327 748 Jesus Lodge, Port Josephineberg, FL 91491-8642"], ["city", "Abrahamburgh"], ["country", "Puerto Rico"], ["description", "Quidem est ut. Tempora possimus perspiciatis."], ["email", "renda.stokes@example.name"], ["first_name", "Reyes"], ["firstname", "Etha"], ["last_name", "Walker"], ["lastname", "Luettgen"], ["lat", "-42.02037486331088"], ["latitute", "80.7693282369057"], ["lng", "7.863005363129446"], ["locale", "GB"], ["longitude", "79.7871348135194"], ["middlename", "Schmeler"], ["middle_name", "Rogahn"], ["password", "Un7RcQgQ"], ["phone", "(650) 365-0144"], ["phone_number", "924-551-0971 x4771"], ["reference", "ad567c10-2033-49c1-bb6f-4c688e1bf7d9"], ["title", "Magnam aliquid eum architecto eos voluptas."], ["user_name", "jame"], ["username", "geraldo"], ["uuid", "6508b6f9-c3c0-4a63-861a-06bbc69f071d"], ["created_at", "2020-11-21 14:32:58.553405"], ["updated_at", "2020-11-21 14:32:58.553405"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "74601 Kris Course, West Harris, HI 43894"], ["city", "North Elfriedetown"], ["country", "Bangladesh"], ["description", "Dolorum ab aut. Quibusdam aut cum. Maxime iste fugit. Et tempore non."], ["email", "nathanael@example.io"], ["first_name", "Ashli"], ["firstname", "Sammy"], ["last_name", "Metz"], ["lastname", "Kirlin"], ["lat", "15.46338928682998"], ["latitute", "-86.65318374770243"], ["lng", "-25.705530175036756"], ["locale", "MC"], ["longitude", "-108.45568041468827"], ["middlename", "Stark"], ["middle_name", "Mohr"], ["password", "O68fAxLf1Dh"], ["phone", "590-694-8817"], ["phone_number", "486-705-7304"], ["reference", "75bc9ba4-2ab0-4892-a66c-79796253e37f"], ["title", "Iste voluptas qui ab labore omnis."], ["user_name", "cristopher.huel"], ["username", "lynsey"], ["uuid", "5905f1d5-fa88-4b3a-a488-c08cad11e90f"], ["created_at", "2020-11-21 14:32:58.577702"], ["updated_at", "2020-11-21 14:32:58.577702"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 416 836 Young Spurs, New Pierreberg, NV 01878-2330"], ["city", "Port Brandetown"], ["country", "Palau"], ["description", "Magni est qui. Quisquam ab eveniet. Excepturi soluta est. Quia et voluptatem. Aut placeat dolores."], ["email", "williams@example.com"], ["first_name", "Kendrick"], ["firstname", "Kirby"], ["last_name", "Volkman"], ["lastname", "Frami"], ["lat", "-34.060903050122015"], ["latitute", "43.72734413174601"], ["lng", "22.855096996657437"], ["locale", "PL"], ["longitude", "174.43049561855753"], ["middlename", "Brown"], ["middle_name", "Dietrich"], ["password", "K9nRs30Zi41TaLrF"], ["phone", "934-166-8451 x5222"], ["phone_number", "1-450-763-5786 x9467"], ["reference", "7fcfa46d-dc0c-42b7-b4e1-24427c43c1c6"], ["title", "Dolor in autem."], ["user_name", "gonzalo"], ["username", "adrian"], ["uuid", "1cf411bf-5ad4-42e9-a93f-69b7e4fab81e"], ["created_at", "2020-11-21 14:32:58.611055"], ["updated_at", "2020-11-21 14:32:58.611055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 251 195 Schmeler Skyway, Lake Charley, MN 31146"], ["city", "Arleanmouth"], ["country", "Ukraine"], ["description", "Esse dolorem dignissimos. Ducimus quod expedita."], ["email", "gwen_rice@example.com"], ["first_name", "Rosamond"], ["firstname", "Lanell"], ["last_name", "Legros"], ["lastname", "Christiansen"], ["lat", "-77.63948886554202"], ["latitute", "66.68426850778988"], ["lng", "-12.31617595611067"], ["locale", "BF"], ["longitude", "150.4999078184594"], ["middlename", "Lowe"], ["middle_name", "Huel"], ["password", "Y2hU8x6Wm"], ["phone", "1-594-102-2135 x074"], ["phone_number", "512.637.3337 x42086"], ["reference", "bbeb5d9c-2331-4ad0-9b89-87021ad4a787"], ["title", "Iure pariatur veniam."], ["user_name", "leslie.parisian"], ["username", "stewart.larson"], ["uuid", "e6905aa9-267d-42f0-a2d3-70109c8f1202"], ["created_at", "2020-11-21 14:32:58.635429"], ["updated_at", "2020-11-21 14:32:58.635429"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "66096 Micah Circles, Nellton, SD 96839"], ["city", "North Rosita"], ["country", "El Salvador"], ["description", "Et alias quos. Non corrupti blanditiis."], ["email", "luci@example.net"], ["first_name", "Keven"], ["firstname", "Aubrey"], ["last_name", "Morar"], ["lastname", "Miller"], ["lat", "-10.57460816509004"], ["latitute", "-45.76751466662335"], ["lng", "109.48720143120244"], ["locale", "TD"], ["longitude", "-81.38432912486427"], ["middlename", "Wintheiser"], ["middle_name", "Weimann"], ["password", "Q7tCb9TsRr8Br"], ["phone", "(824) 525-1293 x570"], ["phone_number", "1-717-192-5253 x116"], ["reference", "5c72b4f1-307d-46bb-bc52-4e7b63429680"], ["title", "Beatae corporis sunt velit."], ["user_name", "sylvester_auer"], ["username", "barney_auer"], ["uuid", "7e5973a4-b857-4498-8401-23ac9da71de3"], ["created_at", "2020-11-21 14:32:58.659505"], ["updated_at", "2020-11-21 14:32:58.659505"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 357 100 Carroll Parks, North Elbertchester, OH 91859-5014"], ["city", "Jerdeport"], ["country", "Andorra"], ["description", "Minima ipsa fugit. Atque voluptas hic. Non est labore. Rem ut nisi."], ["email", "shay.mohr@example.info"], ["first_name", "Vern"], ["firstname", "Georgiana"], ["last_name", "Schroeder"], ["lastname", "Dickinson"], ["lat", "-71.4483545538817"], ["latitute", "13.826502015872435"], ["lng", "50.401372046069355"], ["locale", "GA"], ["longitude", "-20.136893723507313"], ["middlename", "McDermott"], ["middle_name", "Sauer"], ["password", "BuMuApI7"], ["phone", "534-833-6223"], ["phone_number", "(536) 961-8463"], ["reference", "79b82d5d-4b6c-4119-8a04-12b6b96074db"], ["title", "Soluta dolor quia culpa."], ["user_name", "kareem"], ["username", "omar.bechtelar"], ["uuid", "6f8896fd-cd3a-4f08-a790-0d66a1dd3b0e"], ["created_at", "2020-11-21 14:32:58.683772"], ["updated_at", "2020-11-21 14:32:58.683772"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "25724 Steuber Crossing, West Arlene, IA 03510-7249"], ["city", "South Milton"], ["country", "Papua New Guinea"], ["description", "Molestiae veritatis necessitatibus. Ut omnis praesentium. Omnis perferendis qui. Sunt aspernatur autem."], ["email", "georgiana.feil@example.name"], ["first_name", "Gregg"], ["firstname", "Jaime"], ["last_name", "Jerde"], ["lastname", "O'Connell"], ["lat", "70.70515847789031"], ["latitute", "-43.3785478579869"], ["lng", "39.43262132099318"], ["locale", "GT"], ["longitude", "-58.59909360879739"], ["middlename", "Satterfield"], ["middle_name", "Jacobi"], ["password", "CmVaFjNl"], ["phone", "425.284.4832 x8574"], ["phone_number", "1-726-356-3098 x441"], ["reference", "05e80155-beb6-4e50-a509-0010f8dd9416"], ["title", "Tempore itaque eius."], ["user_name", "ivory"], ["username", "coral"], ["uuid", "6dd6e662-694d-4552-9baa-86acbe942f19"], ["created_at", "2020-11-21 14:32:58.715538"], ["updated_at", "2020-11-21 14:32:58.715538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "345 Wilford Forks, Millerport, MD 70722"], ["city", "Trompshire"], ["country", "Norfolk Island"], ["description", "Vel in vero. Voluptas nemo minima. Nisi autem ut. Quibusdam et ducimus."], ["email", "lisbeth.crist@example.biz"], ["first_name", "Mohammad"], ["firstname", "Reinaldo"], ["last_name", "Schroeder"], ["lastname", "Grady"], ["lat", "32.83515838187556"], ["latitute", "44.41999155498999"], ["lng", "-109.55166003420895"], ["locale", "VC"], ["longitude", "-124.25108311816055"], ["middlename", "Auer"], ["middle_name", "Stehr"], ["password", "Jn0DfPc3Lg"], ["phone", "(579) 676-2711 x46432"], ["phone_number", "1-144-266-9614"], ["reference", "945f6fcc-124a-4032-a0b5-ddb07313fdf0"], ["title", "Unde consequatur dolores repellat modi quidem."], ["user_name", "flossie"], ["username", "donetta.feil"], ["uuid", "cd5e1557-d3df-4729-9af0-f4b1d1d546ab"], ["created_at", "2020-11-21 14:32:58.739978"], ["updated_at", "2020-11-21 14:32:58.739978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 655 643 Kovacek Burgs, Schillerstad, WY 22236"], ["city", "Charliebury"], ["country", "El Salvador"], ["description", "Dolorem praesentium ut. A sapiente nesciunt."], ["email", "tyron@example.biz"], ["first_name", "Royal"], ["firstname", "Trevor"], ["last_name", "Mante"], ["lastname", "Abernathy"], ["lat", "43.660513613545106"], ["latitute", "-80.05323243823106"], ["lng", "-119.79786108719283"], ["locale", "MC"], ["longitude", "-29.52858249716499"], ["middlename", "Bradtke"], ["middle_name", "Skiles"], ["password", "CdNh1Yi6"], ["phone", "964.198.1775 x3293"], ["phone_number", "1-743-292-7535 x711"], ["reference", "747b1cef-f1a2-4376-b28b-10b9aed8ffaf"], ["title", "Possimus soluta maiores excepturi tempora."], ["user_name", "bryce.rowe"], ["username", "agatha"], ["uuid", "0a3a5fb1-f432-4f38-82cd-e87cf4b9b557"], ["created_at", "2020-11-21 14:32:58.763925"], ["updated_at", "2020-11-21 14:32:58.763925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 19.7494255142995], ["string", "Et adipisci tempore."], ["date", "2020-12-13"], ["time", "2000-01-01 22:05:26.394388"], ["datetime", "2020-12-27 03:35:24.139418"], ["created_at", "2020-11-21 14:32:58.790944"], ["updated_at", "2020-11-21 14:32:58.790944"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 8.69155757888474], ["string", "Vel neque aliquid molestiae beatae veniam."], ["date", "2020-12-17"], ["time", "2000-01-01 14:59:16.733124"], ["datetime", "2020-12-29 20:25:37.541050"], ["created_at", "2020-11-21 14:32:58.803794"], ["updated_at", "2020-11-21 14:32:58.803794"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 25.3287811595528], ["string", "Ea accusamus a."], ["date", "2020-11-17"], ["time", "2000-01-01 03:45:55.787686"], ["datetime", "2020-11-11 18:47:52.646611"], ["created_at", "2020-11-21 14:32:58.806799"], ["updated_at", "2020-11-21 14:32:58.806799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 24.6966451807605], ["string", "Vel perspiciatis quo reiciendis sint."], ["date", "2020-12-11"], ["time", "2000-01-01 10:26:57.076955"], ["datetime", "2020-10-27 23:59:04.518706"], ["created_at", "2020-11-21 14:32:58.809605"], ["updated_at", "2020-11-21 14:32:58.809605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 4.66956603753747], ["string", "Totam adipisci in voluptatem."], ["date", "2020-12-24"], ["time", "2000-01-01 04:01:45.539140"], ["datetime", "2020-11-07 16:16:22.322357"], ["created_at", "2020-11-21 14:32:58.812500"], ["updated_at", "2020-11-21 14:32:58.812500"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 0.442431955402933], ["string", "Et veniam saepe porro."], ["created_at", "2020-11-21 14:32:58.820497"], ["updated_at", "2020-11-21 14:32:58.820497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1021], ["decimal", 27.5252930096332], ["string", "Eius accusantium laboriosam eveniet eos."], ["created_at", "2020-11-21 14:32:58.823042"], ["updated_at", "2020-11-21 14:32:58.823042"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 6.26598224295205], ["string", "Quasi ut eum molestias odit excepturi."], ["created_at", "2020-11-21 14:32:58.825282"], ["updated_at", "2020-11-21 14:32:58.825282"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 23.4684095547238], ["string", "In et blanditiis nostrum illum."], ["created_at", "2020-11-21 14:32:58.827507"], ["updated_at", "2020-11-21 14:32:58.827507"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 9.54379877542686], ["string", "Omnis asperiores hic nisi ut."], ["created_at", "2020-11-21 14:32:58.829744"], ["updated_at", "2020-11-21 14:32:58.829744"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:32:58.837130"], ["updated_at", "2020-11-21 14:32:58.837130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:32:58.838739"], ["updated_at", "2020-11-21 14:32:58.838739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:32:58.840105"], ["updated_at", "2020-11-21 14:32:58.840105"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:32:58.841482"], ["updated_at", "2020-11-21 14:32:58.841482"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:32:58.842907"], ["updated_at", "2020-11-21 14:32:58.842907"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-21 14:32:58.849134"], ["updated_at", "2020-11-21 14:32:58.849134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-21 14:32:58.851019"], ["updated_at", "2020-11-21 14:32:58.851019"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-21 14:32:58.852794"], ["updated_at", "2020-11-21 14:32:58.852794"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-21 14:32:58.854470"], ["updated_at", "2020-11-21 14:32:58.854470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-21 14:32:58.856140"], ["updated_at", "2020-11-21 14:32:58.856140"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 14:32:58.861012"], ["updated_at", "2020-11-21 14:32:58.861012"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:32:58.862407"], ["updated_at", "2020-11-21 14:32:58.862407"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 14:32:58.863629"], ["updated_at", "2020-11-21 14:32:58.863629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 14:32:58.864768"], ["updated_at", "2020-11-21 14:32:58.864768"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:32:58.865925"], ["updated_at", "2020-11-21 14:32:58.865925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:58.871360"], ["updated_at", "2020-11-21 14:32:58.871360"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:58.872106"], ["updated_at", "2020-11-21 14:32:58.872106"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:58.872773"], ["updated_at", "2020-11-21 14:32:58.872773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:58.873423"], ["updated_at", "2020-11-21 14:32:58.873423"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:58.874061"], ["updated_at", "2020-11-21 14:32:58.874061"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:58.878516"], ["updated_at", "2020-11-21 14:32:58.878516"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:58.879768"], ["updated_at", "2020-11-21 14:32:58.879768"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:58.880883"], ["updated_at", "2020-11-21 14:32:58.880883"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:58.881975"], ["updated_at", "2020-11-21 14:32:58.881975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:58.883056"], ["updated_at", "2020-11-21 14:32:58.883056"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8588 Weston Island, South Alexisstad, MD 12115-4292"], ["city", "Loreenton"], ["country", "Solomon Islands"], ["description", "Dolorem recusandae qui. Hic sequi eum. Nam repellat nihil. A praesentium odit."], ["email", "sylvester@example.info"], ["first_name", "Josef"], ["firstname", "Sung"], ["last_name", "Boyer"], ["lastname", "Bartell"], ["lat", "81.47970168598627"], ["latitute", "-63.89133729316853"], ["lng", "67.70580678419708"], ["locale", "GQ"], ["longitude", "-20.7337576496829"], ["middlename", "Leannon"], ["middle_name", "Waters"], ["password", "23T1aGs2"], ["phone", "413.105.6458 x79479"], ["phone_number", "(951) 223-8056 x800"], ["reference", "4d3f321f-9f14-4135-b9fb-28a85576dcaf"], ["title", "Porro sapiente corporis architecto."], ["user_name", "doug.tromp"], ["username", "ricardo.kerluke"], ["uuid", "d4e9f7d6-0435-43bb-a126-aadc2bf35514"], ["created_at", "2020-11-21 14:32:58.906874"], ["updated_at", "2020-11-21 14:32:58.906874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 761 320 Lavone Crescent, Cartertown, UT 22665"], ["city", "Lake Minstad"], ["country", "Saint Lucia"], ["description", "Rerum perspiciatis cum. Autem iure exercitationem. Qui vitae suscipit."], ["email", "julio@example.io"], ["first_name", "Marcos"], ["firstname", "Brent"], ["last_name", "Tremblay"], ["lastname", "Brakus"], ["lat", "-40.17506177866143"], ["latitute", "61.80837531410236"], ["lng", "72.08922029680272"], ["locale", "IE"], ["longitude", "94.45555797121278"], ["middlename", "Fisher"], ["middle_name", "Swift"], ["password", "KtSxJt8Pb93Kz0Z8"], ["phone", "422.869.1422 x20564"], ["phone_number", "1-600-440-4257 x794"], ["reference", "90385b5f-fc26-429b-b6ef-20c33e78e75b"], ["title", "Atque voluptas autem."], ["user_name", "jerrell"], ["username", "roxane_jast"], ["uuid", "5454d005-4072-4062-8f27-d19567c7cec4"], ["created_at", "2020-11-21 14:32:58.931045"], ["updated_at", "2020-11-21 14:32:58.931045"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 608 748 Shiela Ville, Lake Len, CA 34075-2874"], ["city", "Spencerport"], ["country", "Swaziland"], ["description", "Culpa similique cupiditate. Voluptatibus tenetur et. Accusamus sed ut."], ["email", "henriette@example.info"], ["first_name", "Gerry"], ["firstname", "Ha"], ["last_name", "Zboncak"], ["lastname", "Sanford"], ["lat", "-59.47630000793187"], ["latitute", "5.393796440889474"], ["lng", "-99.31280855874589"], ["locale", "HT"], ["longitude", "-120.91994539867875"], ["middlename", "Nitzsche"], ["middle_name", "Olson"], ["password", "JkBeJtIbRa1Pd1"], ["phone", "(603) 131-6091 x8768"], ["phone_number", "361.971.5081"], ["reference", "4faf4cd1-a37e-4db0-88e7-64cc6a83da4e"], ["title", "Quis consectetur repudiandae nam."], ["user_name", "kim_nienow"], ["username", "donald"], ["uuid", "9a994d07-4c3f-4795-8042-3c946a9ead52"], ["created_at", "2020-11-21 14:32:58.965884"], ["updated_at", "2020-11-21 14:32:58.965884"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "94994 Lindgren Highway, Coleville, NC 15770-5573"], ["city", "Ellisport"], ["country", "Guyana"], ["description", "Architecto veniam veritatis. Quaerat est excepturi. Dolores odit occaecati. Dolorum rerum soluta."], ["email", "phil@example.name"], ["first_name", "Marita"], ["firstname", "Brady"], ["last_name", "McClure"], ["lastname", "McLaughlin"], ["lat", "31.76668980884142"], ["latitute", "-72.74682851849562"], ["lng", "-160.6278836935492"], ["locale", "SY"], ["longitude", "97.47298600321528"], ["middlename", "Zboncak"], ["middle_name", "Koepp"], ["password", "UzQx5DtTb4O5o"], ["phone", "658.988.4772 x79659"], ["phone_number", "(766) 774-5307 x2570"], ["reference", "eedb9177-a0da-472b-9ed4-6a96bd12de06"], ["title", "Deleniti rerum esse."], ["user_name", "brian_tillman"], ["username", "eugene_dietrich"], ["uuid", "9e5e12c4-13d7-4405-9891-6e59ac3efebe"], ["created_at", "2020-11-21 14:32:58.990365"], ["updated_at", "2020-11-21 14:32:58.990365"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 715 1072 Rice Spurs, Drewport, NC 72320-1616"], ["city", "West Willis"], ["country", "Iceland"], ["description", "Quis est hic. Veniam autem nostrum."], ["email", "efren@example.info"], ["first_name", "Jacqualine"], ["firstname", "Trang"], ["last_name", "Langosh"], ["lastname", "Kris"], ["lat", "-65.46699860700751"], ["latitute", "-86.90911280015673"], ["lng", "-34.190819792981955"], ["locale", "JP"], ["longitude", "-62.6539829819545"], ["middlename", "Hessel"], ["middle_name", "Tremblay"], ["password", "Co8Oh3Uy4"], ["phone", "277.894.6582 x848"], ["phone_number", "1-607-422-4982 x806"], ["reference", "b600446a-c726-47e8-a8bc-46d1bc2e78e4"], ["title", "Quo ut in."], ["user_name", "calandra"], ["username", "regena.schiller"], ["uuid", "be05cb7c-d227-49a7-9d5f-3238b8e2940b"], ["created_at", "2020-11-21 14:32:59.014616"], ["updated_at", "2020-11-21 14:32:59.014616"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:32:59.019254"], ["updated_at", "2020-11-21 14:32:59.019254"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:32:59.020520"], ["updated_at", "2020-11-21 14:32:59.020520"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:32:59.021606"], ["updated_at", "2020-11-21 14:32:59.021606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:32:59.022677"], ["updated_at", "2020-11-21 14:32:59.022677"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:32:59.023750"], ["updated_at", "2020-11-21 14:32:59.023750"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.048127"], ["updated_at", "2020-11-21 14:32:59.048127"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.049122"], ["updated_at", "2020-11-21 14:32:59.049122"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.049835"], ["updated_at", "2020-11-21 14:32:59.049835"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.050543"], ["updated_at", "2020-11-21 14:32:59.050543"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.051272"], ["updated_at", "2020-11-21 14:32:59.051272"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:59.054550"], ["updated_at", "2020-11-21 14:32:59.054550"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:59.055355"], ["updated_at", "2020-11-21 14:32:59.055355"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:59.056061"], ["updated_at", "2020-11-21 14:32:59.056061"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:59.056769"], ["updated_at", "2020-11-21 14:32:59.056769"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:59.057468"], ["updated_at", "2020-11-21 14:32:59.057468"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 22], ["decimal", 6.816680014063], ["string", "Tempora voluptates ipsa nam exercitationem accusantium."], ["date", "2020-12-09"], ["time", "2000-01-01 19:21:12.452418"], ["datetime", "2020-12-05 02:01:52.916207"], ["created_at", "2020-11-21 14:32:59.059953"], ["updated_at", "2020-11-21 14:32:59.059953"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 1.39497713594684], ["string", "Sed nisi voluptate quo."], ["date", "2020-10-25"], ["time", "2000-01-01 09:25:33.097675"], ["datetime", "2020-10-29 02:29:25.037080"], ["created_at", "2020-11-21 14:32:59.062633"], ["updated_at", "2020-11-21 14:32:59.062633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 1.48440907609515], ["string", "Quasi consectetur a."], ["date", "2020-10-31"], ["time", "2000-01-01 16:52:52.061030"], ["datetime", "2020-12-06 05:48:28.337289"], ["created_at", "2020-11-21 14:32:59.065134"], ["updated_at", "2020-11-21 14:32:59.065134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 21], ["decimal", 1.29910691391662], ["string", "Aut qui amet."], ["date", "2020-12-08"], ["time", "2000-01-01 22:36:43.767655"], ["datetime", "2020-11-01 06:19:39.226159"], ["created_at", "2020-11-21 14:32:59.067511"], ["updated_at", "2020-11-21 14:32:59.067511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 35], ["decimal", 3.63031845166897], ["string", "Eos quia incidunt architecto."], ["date", "2020-10-24"], ["time", "2000-01-01 14:45:09.835409"], ["datetime", "2020-12-07 09:51:45.926331"], ["created_at", "2020-11-21 14:32:59.069807"], ["updated_at", "2020-11-21 14:32:59.069807"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 1.18523545574756], ["string", "Officiis aliquam omnis unde quod rerum."], ["created_at", "2020-11-21 14:32:59.072032"], ["updated_at", "2020-11-21 14:32:59.072032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1020], ["decimal", 8.99561505212177], ["string", "Dolore harum consequuntur dignissimos maiores minima."], ["created_at", "2020-11-21 14:32:59.074086"], ["updated_at", "2020-11-21 14:32:59.074086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 4.60462586841251], ["string", "Aut nobis atque quasi culpa et."], ["created_at", "2020-11-21 14:32:59.075995"], ["updated_at", "2020-11-21 14:32:59.075995"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 28.4849127101306], ["string", "Tempora consequuntur cumque voluptas adipisci est."], ["created_at", "2020-11-21 14:32:59.077887"], ["updated_at", "2020-11-21 14:32:59.077887"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 0.7802916347895], ["string", "Aut molestias saepe et vel."], ["created_at", "2020-11-21 14:32:59.079771"], ["updated_at", "2020-11-21 14:32:59.079771"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:32:59.081155"], ["updated_at", "2020-11-21 14:32:59.081155"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:32:59.082397"], ["updated_at", "2020-11-21 14:32:59.082397"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-21 14:32:59.083679"], ["updated_at", "2020-11-21 14:32:59.083679"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:32:59.084910"], ["updated_at", "2020-11-21 14:32:59.084910"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:32:59.086095"], ["updated_at", "2020-11-21 14:32:59.086095"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 9], ["created_at", "2020-11-21 14:32:59.087791"], ["updated_at", "2020-11-21 14:32:59.087791"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 10], ["created_at", "2020-11-21 14:32:59.089434"], ["updated_at", "2020-11-21 14:32:59.089434"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-21 14:32:59.091065"], ["updated_at", "2020-11-21 14:32:59.091065"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 8], ["created_at", "2020-11-21 14:32:59.092681"], ["updated_at", "2020-11-21 14:32:59.092681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 9], ["created_at", "2020-11-21 14:32:59.094287"], ["updated_at", "2020-11-21 14:32:59.094287"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 14:32:59.095546"], ["updated_at", "2020-11-21 14:32:59.095546"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 14:32:59.096769"], ["updated_at", "2020-11-21 14:32:59.096769"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-21 14:32:59.097996"], ["updated_at", "2020-11-21 14:32:59.097996"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 14:32:59.099238"], ["updated_at", "2020-11-21 14:32:59.099238"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-21 14:32:59.100411"], ["updated_at", "2020-11-21 14:32:59.100411"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.101130"], ["updated_at", "2020-11-21 14:32:59.101130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.101783"], ["updated_at", "2020-11-21 14:32:59.101783"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.102405"], ["updated_at", "2020-11-21 14:32:59.102405"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.103047"], ["updated_at", "2020-11-21 14:32:59.103047"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.103673"], ["updated_at", "2020-11-21 14:32:59.103673"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:59.105055"], ["updated_at", "2020-11-21 14:32:59.105055"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:59.106143"], ["updated_at", "2020-11-21 14:32:59.106143"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:59.107202"], ["updated_at", "2020-11-21 14:32:59.107202"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:59.108253"], ["updated_at", "2020-11-21 14:32:59.108253"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:59.109315"], ["updated_at", "2020-11-21 14:32:59.109315"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "98890 Oberbrunner Hill, Irvingmouth, CO 19393"], ["city", "Lake Freeman"], ["country", "Saint Lucia"], ["description", "Ipsam qui magni. Eveniet porro ut. Dicta occaecati ipsam. Qui omnis molestiae. Occaecati fugit commodi."], ["email", "tennille.steuber@example.net"], ["first_name", "Tandy"], ["firstname", "Viva"], ["last_name", "Schinner"], ["lastname", "Homenick"], ["lat", "75.14064226227373"], ["latitute", "9.862601455638"], ["lng", "-137.22915366654996"], ["locale", "PK"], ["longitude", "-10.124126176049174"], ["middlename", "Gutmann"], ["middle_name", "Glover"], ["password", "DtXc1FsA2"], ["phone", "953.132.6240 x783"], ["phone_number", "1-182-829-2472"], ["reference", "99086b33-9d4e-4b05-b91c-0b50f67f71c4"], ["title", "Sit corporis pariatur."], ["user_name", "rebbeca"], ["username", "alesia"], ["uuid", "5d52b345-3b3b-48f2-bd87-e97d05c38aa6"], ["created_at", "2020-11-21 14:32:59.136924"], ["updated_at", "2020-11-21 14:32:59.136924"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 903 737 Kautzer Burgs, North Emmittville, RI 49019"], ["city", "East Drewmouth"], ["country", "New Caledonia"], ["description", "Saepe architecto consequuntur. Explicabo consequuntur quis. Quisquam in ut. Sit ratione dolores."], ["email", "alina@example.co"], ["first_name", "Wesley"], ["firstname", "Reyes"], ["last_name", "Lebsack"], ["lastname", "Rodriguez"], ["lat", "-44.868199137390974"], ["latitute", "-57.35670668460061"], ["lng", "-4.253689046492042"], ["locale", "IT"], ["longitude", "13.429594279145135"], ["middlename", "Schiller"], ["middle_name", "Quitzon"], ["password", "NdV5jKa6"], ["phone", "790-606-6760"], ["phone_number", "866.075.2887 x9275"], ["reference", "3561a50d-52f7-4ee0-bf6d-34097bcc35d1"], ["title", "Et modi quis odit fugiat."], ["user_name", "kevin"], ["username", "ty"], ["uuid", "c08b0055-a8f8-4155-969c-865054e7fba5"], ["created_at", "2020-11-21 14:32:59.161239"], ["updated_at", "2020-11-21 14:32:59.161239"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3055 McLaughlin Motorway, North Alvaromouth, SC 16521"], ["city", "South Catarinahaven"], ["country", "Cook Islands"], ["description", "Debitis reprehenderit aut. Molestiae non eaque. Veritatis enim vitae."], ["email", "cole.barrows@example.co"], ["first_name", "Tamika"], ["firstname", "Reuben"], ["last_name", "Olson"], ["lastname", "Brown"], ["lat", "65.45982122527866"], ["latitute", "-41.305380293458015"], ["lng", "169.51414244408124"], ["locale", "LB"], ["longitude", "114.24434438421451"], ["middlename", "Blanda"], ["middle_name", "Romaguera"], ["password", "EaUzZfU2cTn8WlU"], ["phone", "(517) 217-8286 x0153"], ["phone_number", "(382) 625-6926"], ["reference", "3013304c-8c18-4756-808b-e4f8eb935681"], ["title", "Esse dolores libero alias fuga."], ["user_name", "benito"], ["username", "cesar"], ["uuid", "d51f6628-45b4-421d-bf12-19f79e5c9373"], ["created_at", "2020-11-21 14:32:59.193620"], ["updated_at", "2020-11-21 14:32:59.193620"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1424 Jared Shore, South Merrill, TX 07170-3837"], ["city", "Lake Lyle"], ["country", "Malaysia"], ["description", "Ea ipsa sapiente. Quae beatae libero."], ["email", "kieth.douglas@example.info"], ["first_name", "Quinn"], ["firstname", "Manuel"], ["last_name", "Larson"], ["lastname", "Koelpin"], ["lat", "-4.236616879280874"], ["latitute", "-18.91254078462741"], ["lng", "160.55643324006905"], ["locale", "ET"], ["longitude", "-16.51428140734282"], ["middlename", "Steuber"], ["middle_name", "Considine"], ["password", "C6wGi184T7230a"], ["phone", "(774) 950-5286 x652"], ["phone_number", "296.344.2301 x662"], ["reference", "bcf9f90c-0986-45ba-b63d-54976f47f92c"], ["title", "Expedita iste deleniti."], ["user_name", "rachelle"], ["username", "marvel"], ["uuid", "bd2b704d-d979-4dac-a1b4-ef0b610e549b"], ["created_at", "2020-11-21 14:32:59.218558"], ["updated_at", "2020-11-21 14:32:59.218558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "51417 Temeka Bypass, Lake Stanfordstad, MS 32902-5390"], ["city", "Craigstad"], ["country", "Croatia"], ["description", "Incidunt qui aut. Ducimus nisi officiis."], ["email", "dara@example.info"], ["first_name", "Adam"], ["firstname", "Scottie"], ["last_name", "Hessel"], ["lastname", "Gerlach"], ["lat", "-51.0293659303324"], ["latitute", "16.73050061188809"], ["lng", "-93.94100682554645"], ["locale", "KY"], ["longitude", "-15.577562979524373"], ["middlename", "Feest"], ["middle_name", "Rau"], ["password", "DqPnXsL8hE"], ["phone", "211-853-0364 x881"], ["phone_number", "706-941-5353"], ["reference", "6fc62853-66cd-4ba1-8304-96c6c14b08c4"], ["title", "Voluptatem ipsam in sit autem quasi."], ["user_name", "nguyet"], ["username", "coreen.halvorson"], ["uuid", "8bd14c70-6b6d-48e4-bcc6-c83602b078e3"], ["created_at", "2020-11-21 14:32:59.242775"], ["updated_at", "2020-11-21 14:32:59.242775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:32:59.244774"], ["updated_at", "2020-11-21 14:32:59.244774"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:32:59.246112"], ["updated_at", "2020-11-21 14:32:59.246112"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:32:59.247278"], ["updated_at", "2020-11-21 14:32:59.247278"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:32:59.248374"], ["updated_at", "2020-11-21 14:32:59.248374"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:32:59.249468"], ["updated_at", "2020-11-21 14:32:59.249468"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.260447"], ["updated_at", "2020-11-21 14:32:59.260447"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.261227"], ["updated_at", "2020-11-21 14:32:59.261227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.261869"], ["updated_at", "2020-11-21 14:32:59.261869"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.262491"], ["updated_at", "2020-11-21 14:32:59.262491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.263130"], ["updated_at", "2020-11-21 14:32:59.263130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:59.263809"], ["updated_at", "2020-11-21 14:32:59.263809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:59.264626"], ["updated_at", "2020-11-21 14:32:59.264626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:59.265266"], ["updated_at", "2020-11-21 14:32:59.265266"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:59.265916"], ["updated_at", "2020-11-21 14:32:59.265916"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:59.266554"], ["updated_at", "2020-11-21 14:32:59.266554"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 12.6399780746976], ["string", "Voluptates dolorum necessitatibus provident laboriosam suscipit."], ["date", "2020-10-25"], ["time", "2000-01-01 17:21:45.871819"], ["datetime", "2020-12-04 11:38:44.482780"], ["created_at", "2020-11-21 14:32:59.268671"], ["updated_at", "2020-11-21 14:32:59.268671"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 23], ["decimal", 10.2658108596207], ["string", "Deserunt hic cum magnam aperiam."], ["date", "2020-11-10"], ["time", "2000-01-01 05:55:07.649244"], ["datetime", "2020-12-01 04:22:31.603923"], ["created_at", "2020-11-21 14:32:59.270979"], ["updated_at", "2020-11-21 14:32:59.270979"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 15.6701546691249], ["string", "Est distinctio doloremque."], ["date", "2020-12-15"], ["time", "2000-01-01 08:10:44.963618"], ["datetime", "2020-10-10 21:02:37.406016"], ["created_at", "2020-11-21 14:32:59.273189"], ["updated_at", "2020-11-21 14:32:59.273189"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 21.0532969040708], ["string", "Dolores voluptatem eum velit."], ["date", "2021-01-02"], ["time", "2000-01-01 23:11:22.217698"], ["datetime", "2020-10-19 10:25:49.335939"], ["created_at", "2020-11-21 14:32:59.275407"], ["updated_at", "2020-11-21 14:32:59.275407"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 18], ["decimal", 5.71789909602314], ["string", "Modi placeat amet ut eum."], ["date", "2020-12-02"], ["time", "2000-01-01 18:38:46.408228"], ["datetime", "2020-11-18 03:44:27.736092"], ["created_at", "2020-11-21 14:32:59.277637"], ["updated_at", "2020-11-21 14:32:59.277637"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 3.14487676234186], ["string", "Sit optio facilis animi aut."], ["created_at", "2020-11-21 14:32:59.279731"], ["updated_at", "2020-11-21 14:32:59.279731"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 28.048063082171], ["string", "Consequatur sapiente et ipsam corrupti."], ["created_at", "2020-11-21 14:32:59.288155"], ["updated_at", "2020-11-21 14:32:59.288155"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1034], ["decimal", 5.76125938267741], ["string", "Porro vitae ratione sed iste."], ["created_at", "2020-11-21 14:32:59.290472"], ["updated_at", "2020-11-21 14:32:59.290472"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 6.11064716735069], ["string", "Odit provident eum recusandae omnis quia."], ["created_at", "2020-11-21 14:32:59.292586"], ["updated_at", "2020-11-21 14:32:59.292586"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1021], ["decimal", 24.1937041729836], ["string", "Perspiciatis quo aperiam omnis rem minima."], ["created_at", "2020-11-21 14:32:59.294664"], ["updated_at", "2020-11-21 14:32:59.294664"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-21 14:32:59.296166"], ["updated_at", "2020-11-21 14:32:59.296166"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-21 14:32:59.297514"], ["updated_at", "2020-11-21 14:32:59.297514"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:32:59.298834"], ["updated_at", "2020-11-21 14:32:59.298834"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:32:59.300165"], ["updated_at", "2020-11-21 14:32:59.300165"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:32:59.301418"], ["updated_at", "2020-11-21 14:32:59.301418"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-21 14:32:59.303143"], ["updated_at", "2020-11-21 14:32:59.303143"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 3], ["created_at", "2020-11-21 14:32:59.304809"], ["updated_at", "2020-11-21 14:32:59.304809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-21 14:32:59.306437"], ["updated_at", "2020-11-21 14:32:59.306437"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 11], ["zed_id", 6], ["created_at", "2020-11-21 14:32:59.308066"], ["updated_at", "2020-11-21 14:32:59.308066"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 1], ["created_at", "2020-11-21 14:32:59.309725"], ["updated_at", "2020-11-21 14:32:59.309725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-21 14:32:59.311049"], ["updated_at", "2020-11-21 14:32:59.311049"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 15], ["created_at", "2020-11-21 14:32:59.312309"], ["updated_at", "2020-11-21 14:32:59.312309"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-21 14:32:59.313553"], ["updated_at", "2020-11-21 14:32:59.313553"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 14:32:59.314722"], ["updated_at", "2020-11-21 14:32:59.314722"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-21 14:32:59.315922"], ["updated_at", "2020-11-21 14:32:59.315922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.316657"], ["updated_at", "2020-11-21 14:32:59.316657"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.317336"], ["updated_at", "2020-11-21 14:32:59.317336"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.317987"], ["updated_at", "2020-11-21 14:32:59.317987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.318627"], ["updated_at", "2020-11-21 14:32:59.318627"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.319285"], ["updated_at", "2020-11-21 14:32:59.319285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:59.320475"], ["updated_at", "2020-11-21 14:32:59.320475"], ["india_id", 9]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:59.321639"], ["updated_at", "2020-11-21 14:32:59.321639"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:59.322758"], ["updated_at", "2020-11-21 14:32:59.322758"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:59.323900"], ["updated_at", "2020-11-21 14:32:59.323900"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:59.325037"], ["updated_at", "2020-11-21 14:32:59.325037"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 700 4083 Bennett Road, Shellaville, KY 83664"], ["city", "Margofort"], ["country", "Myanmar"], ["description", "Aut qui maiores. Reiciendis sit illo. Odio repellat omnis. Sapiente voluptate in."], ["email", "darius.mosciski@example.com"], ["first_name", "Katelynn"], ["firstname", "Anthony"], ["last_name", "Casper"], ["lastname", "Schinner"], ["lat", "-43.86201748157047"], ["latitute", "63.95815116593627"], ["lng", "-73.77368404108918"], ["locale", "GE"], ["longitude", "-38.699874216449274"], ["middlename", "Williamson"], ["middle_name", "Borer"], ["password", "G09oQhZm2TvO"], ["phone", "(194) 654-4274"], ["phone_number", "(291) 037-1295 x7851"], ["reference", "a7805efd-b8e9-4ebf-823f-aaf7004a4f8e"], ["title", "Atque molestiae itaque quam."], ["user_name", "delaine.bergnaum"], ["username", "eddie"], ["uuid", "539b1945-dbb2-4519-9216-34aaecb294f1"], ["created_at", "2020-11-21 14:32:59.349356"], ["updated_at", "2020-11-21 14:32:59.349356"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 467 539 Ryan Plaza, Leiffort, NV 74861"], ["city", "Vandervortfort"], ["country", "Pakistan"], ["description", "Et asperiores aut. Repudiandae sit iste. Blanditiis dolore mollitia. Est omnis et. Suscipit error quae."], ["email", "reynaldo.stokes@example.net"], ["first_name", "Danae"], ["firstname", "Brigida"], ["last_name", "Hills"], ["lastname", "Daniel"], ["lat", "35.02798326510012"], ["latitute", "68.69272969054018"], ["lng", "-39.388151231332216"], ["locale", "BN"], ["longitude", "-85.28559228219602"], ["middlename", "Welch"], ["middle_name", "Cormier"], ["password", "OlImHkElT355eS"], ["phone", "1-168-580-6168 x798"], ["phone_number", "896.917.7165"], ["reference", "cdfc6e11-1cb9-482b-a9f8-6737c8e8c9ea"], ["title", "In saepe vero."], ["user_name", "rosalia_boyle"], ["username", "keneth_adams"], ["uuid", "5c7011dc-348c-4ba4-88fc-151bbf1b9b86"], ["created_at", "2020-11-21 14:32:59.373692"], ["updated_at", "2020-11-21 14:32:59.373692"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 109 1866 Araceli Island, East Milagrochester, GA 83811-3454"], ["city", "Yundtville"], ["country", "Togo"], ["description", "Mollitia qui voluptatum. Error provident tempore. Quaerat aspernatur consectetur. Exercitationem sint maiores. Voluptatem fugit labore."], ["email", "bridget@example.io"], ["first_name", "Hedy"], ["firstname", "Chan"], ["last_name", "Weimann"], ["lastname", "Kuhn"], ["lat", "79.74190594622021"], ["latitute", "8.745370907660146"], ["lng", "-141.4259419288251"], ["locale", "FK"], ["longitude", "-133.35609246804756"], ["middlename", "Kertzmann"], ["middle_name", "Hermann"], ["password", "Oe9JkBzV"], ["phone", "(377) 998-2116 x875"], ["phone_number", "1-383-908-1391"], ["reference", "6e15ecdb-e61b-4120-97c0-84937311269d"], ["title", "Ab ut tempora omnis magnam."], ["user_name", "terisa"], ["username", "timmy_buckridge"], ["uuid", "83515d3e-4c5b-4aef-a7a6-b60b7abfc65c"], ["created_at", "2020-11-21 14:32:59.404824"], ["updated_at", "2020-11-21 14:32:59.404824"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 916 89314 Joya Park, Rubieside, VT 02042-5758"], ["city", "West Kendraside"], ["country", "United Kingdom"], ["description", "Ullam sed distinctio. Corrupti nulla rem."], ["email", "waltraud@example.com"], ["first_name", "Norberto"], ["firstname", "Seth"], ["last_name", "Rath"], ["lastname", "Fay"], ["lat", "27.82445906119011"], ["latitute", "34.37158424617249"], ["lng", "-81.42649619405918"], ["locale", "BW"], ["longitude", "-113.73088827233403"], ["middlename", "Gottlieb"], ["middle_name", "Conn"], ["password", "Kw4Cl1V9b90Em"], ["phone", "811-976-1133 x773"], ["phone_number", "837-535-6084 x05830"], ["reference", "9a6ad8b5-aa4e-4eff-aeaa-2d4adf7c8ed0"], ["title", "Eos neque sint ullam eum."], ["user_name", "cortez"], ["username", "jospeh.kris"], ["uuid", "a2acfc67-9486-4582-a0d1-995f5313e24b"], ["created_at", "2020-11-21 14:32:59.430645"], ["updated_at", "2020-11-21 14:32:59.430645"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 337 2605 Sook Points, North Perry, FL 99838-3563"], ["city", "North Darrenport"], ["country", "Singapore"], ["description", "Consequuntur qui et. Explicabo reprehenderit itaque."], ["email", "cody.miller@example.co"], ["first_name", "Nam"], ["firstname", "Coy"], ["last_name", "O'Keefe"], ["lastname", "Considine"], ["lat", "74.84690121760553"], ["latitute", "75.39458673871866"], ["lng", "80.40134957093767"], ["locale", "GY"], ["longitude", "1.372959340254397"], ["middlename", "Welch"], ["middle_name", "Nitzsche"], ["password", "FmOoG96hX"], ["phone", "281.185.5616 x06774"], ["phone_number", "377.804.8567 x0388"], ["reference", "e00dd309-5d56-4a90-b92b-84120dc38837"], ["title", "Molestiae nisi quas laborum provident ad."], ["user_name", "yasuko"], ["username", "claude"], ["uuid", "7712fdea-9fc5-48f3-9cf2-76403c8e4bc9"], ["created_at", "2020-11-21 14:32:59.454998"], ["updated_at", "2020-11-21 14:32:59.454998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:32:59.457027"], ["updated_at", "2020-11-21 14:32:59.457027"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-21 14:32:59.458263"], ["updated_at", "2020-11-21 14:32:59.458263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-21 14:32:59.459441"], ["updated_at", "2020-11-21 14:32:59.459441"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:32:59.460600"], ["updated_at", "2020-11-21 14:32:59.460600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-21 14:32:59.461728"], ["updated_at", "2020-11-21 14:32:59.461728"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.472546"], ["updated_at", "2020-11-21 14:32:59.472546"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.473323"], ["updated_at", "2020-11-21 14:32:59.473323"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.473982"], ["updated_at", "2020-11-21 14:32:59.473982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.474627"], ["updated_at", "2020-11-21 14:32:59.474627"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.475287"], ["updated_at", "2020-11-21 14:32:59.475287"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:59.475969"], ["updated_at", "2020-11-21 14:32:59.475969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:59.476658"], ["updated_at", "2020-11-21 14:32:59.476658"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:59.477317"], ["updated_at", "2020-11-21 14:32:59.477317"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:59.477969"], ["updated_at", "2020-11-21 14:32:59.477969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:59.478607"], ["updated_at", "2020-11-21 14:32:59.478607"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.1ms) SELECT COUNT(*) FROM "limas"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 21.8205613396215], ["string", "Ipsa necessitatibus occaecati alias et itaque."], ["date", "2020-11-09"], ["time", "2000-01-01 02:42:01.592646"], ["datetime", "2020-11-09 13:31:03.919751"], ["created_at", "2020-11-21 14:32:59.489040"], ["updated_at", "2020-11-21 14:32:59.489040"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 2.9273217109009], ["string", "Quas doloribus ea."], ["date", "2020-11-23"], ["time", "2000-01-01 03:59:42.332414"], ["datetime", "2020-11-05 18:34:25.679248"], ["created_at", "2020-11-21 14:32:59.492857"], ["updated_at", "2020-11-21 14:32:59.492857"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 10.4656815641145], ["string", "Et a placeat eveniet et quis."], ["date", "2020-11-09"], ["time", "2000-01-01 20:07:09.121333"], ["datetime", "2020-11-03 21:22:11.405783"], ["created_at", "2020-11-21 14:32:59.496643"], ["updated_at", "2020-11-21 14:32:59.496643"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 33.9302642458942], ["string", "Ut maxime et ab asperiores."], ["date", "2020-12-27"], ["time", "2000-01-01 12:47:20.503030"], ["datetime", "2020-11-07 19:38:01.847058"], ["created_at", "2020-11-21 14:32:59.499925"], ["updated_at", "2020-11-21 14:32:59.499925"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 14.5245215065895], ["string", "Rerum velit vel sed."], ["date", "2020-10-17"], ["time", "2000-01-01 22:00:18.558027"], ["datetime", "2020-12-21 12:52:49.474684"], ["created_at", "2020-11-21 14:32:59.502920"], ["updated_at", "2020-11-21 14:32:59.502920"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 5.9702326503212], ["string", "Eaque ratione soluta eos quia."], ["created_at", "2020-11-21 14:32:59.505828"], ["updated_at", "2020-11-21 14:32:59.505828"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 28.1312423841203], ["string", "Nam nostrum harum aliquam incidunt."], ["created_at", "2020-11-21 14:32:59.508887"], ["updated_at", "2020-11-21 14:32:59.508887"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 3.26273609358668], ["string", "Tempora sed enim quis."], ["created_at", "2020-11-21 14:32:59.511264"], ["updated_at", "2020-11-21 14:32:59.511264"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 3.29934567211207], ["string", "Sed non quia dolore qui."], ["created_at", "2020-11-21 14:32:59.513667"], ["updated_at", "2020-11-21 14:32:59.513667"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1033], ["decimal", 10.6014162258262], ["string", "Et mollitia ea sit a adipisci."], ["created_at", "2020-11-21 14:32:59.516234"], ["updated_at", "2020-11-21 14:32:59.516234"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:32:59.518355"], ["updated_at", "2020-11-21 14:32:59.518355"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:32:59.520285"], ["updated_at", "2020-11-21 14:32:59.520285"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:32:59.522075"], ["updated_at", "2020-11-21 14:32:59.522075"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:32:59.523778"], ["updated_at", "2020-11-21 14:32:59.523778"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:32:59.525496"], ["updated_at", "2020-11-21 14:32:59.525496"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-21 14:32:59.527850"], ["updated_at", "2020-11-21 14:32:59.527850"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-21 14:32:59.530362"], ["updated_at", "2020-11-21 14:32:59.530362"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-21 14:32:59.532527"], ["updated_at", "2020-11-21 14:32:59.532527"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-21 14:32:59.534598"], ["updated_at", "2020-11-21 14:32:59.534598"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-21 14:32:59.536669"], ["updated_at", "2020-11-21 14:32:59.536669"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 14:32:59.538315"], ["updated_at", "2020-11-21 14:32:59.538315"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 14:32:59.540053"], ["updated_at", "2020-11-21 14:32:59.540053"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:32:59.541688"], ["updated_at", "2020-11-21 14:32:59.541688"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.3ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 14:32:59.550779"], ["updated_at", "2020-11-21 14:32:59.550779"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 14:32:59.552972"], ["updated_at", "2020-11-21 14:32:59.552972"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.554151"], ["updated_at", "2020-11-21 14:32:59.554151"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.555223"], ["updated_at", "2020-11-21 14:32:59.555223"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.556380"], ["updated_at", "2020-11-21 14:32:59.556380"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.557437"], ["updated_at", "2020-11-21 14:32:59.557437"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.558464"], ["updated_at", "2020-11-21 14:32:59.558464"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.560451"], ["updated_at", "2020-11-21 14:32:59.560451"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.562297"], ["updated_at", "2020-11-21 14:32:59.562297"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.564107"], ["updated_at", "2020-11-21 14:32:59.564107"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.565787"], ["updated_at", "2020-11-21 14:32:59.565787"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.567448"], ["updated_at", "2020-11-21 14:32:59.567448"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 605 1239 Satterfield Pike, Hildahaven, OK 09946"], ["city", "East Latriciahaven"], ["country", "Palestinian Territory"], ["description", "Tenetur corporis ut. Aut eum consequuntur."], ["email", "rodolfo.rutherford@example.name"], ["first_name", "Jovita"], ["firstname", "Tessie"], ["last_name", "Strosin"], ["lastname", "Kuphal"], ["lat", "-75.81122931619153"], ["latitute", "-1.5673396611629755"], ["lng", "-172.55127738618134"], ["locale", "IQ"], ["longitude", "-141.36403234048726"], ["middlename", "Schiller"], ["middle_name", "Schaefer"], ["password", "Ns9Li3Ng5Rt"], ["phone", "573.109.1385"], ["phone_number", "170.778.3166 x6120"], ["reference", "3d8cec91-0621-4a1e-903b-0fce5f9b00b0"], ["title", "Nihil laboriosam est."], ["user_name", "cleveland_cummerata"], ["username", "lawerence_boehm"], ["uuid", "fe61737c-f6f2-4e09-b898-b55bc81a0147"], ["created_at", "2020-11-21 14:32:59.592508"], ["updated_at", "2020-11-21 14:32:59.592508"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "988 Marks Isle, New Phil, DE 08324"], ["city", "Trantowton"], ["country", "Zimbabwe"], ["description", "Totam non hic. Eum qui hic."], ["email", "jayson@example.org"], ["first_name", "Janessa"], ["firstname", "Maida"], ["last_name", "Russel"], ["lastname", "Cole"], ["lat", "17.128168736655752"], ["latitute", "-21.31189943837633"], ["lng", "114.16622300902662"], ["locale", "CN"], ["longitude", "177.83644595225388"], ["middlename", "Hauck"], ["middle_name", "Friesen"], ["password", "Oz04HlWyYf2O3fL"], ["phone", "(265) 890-5564 x57378"], ["phone_number", "1-109-635-1473 x01828"], ["reference", "f64bfe17-bf78-427d-9622-05b9610a749a"], ["title", "Nobis harum quas voluptates."], ["user_name", "charles"], ["username", "jc"], ["uuid", "0a66b32a-56e2-4900-a262-cedf5e935404"], ["created_at", "2020-11-21 14:32:59.617172"], ["updated_at", "2020-11-21 14:32:59.617172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "159 Geralyn Court, Willodeanland, AR 75799"], ["city", "West Carmelaview"], ["country", "Liberia"], ["description", "Sed in nihil. Quia ad quia. Nisi omnis aut. Quia ipsam tempora."], ["email", "narcisa@example.biz"], ["first_name", "Tifany"], ["firstname", "Inez"], ["last_name", "Weimann"], ["lastname", "Wolff"], ["lat", "43.37252840496757"], ["latitute", "49.05193690573677"], ["lng", "17.578741377223025"], ["locale", "JP"], ["longitude", "-2.5618079405261938"], ["middlename", "Ratke"], ["middle_name", "Schulist"], ["password", "U2hOaYs5ZgU"], ["phone", "108.615.6981 x6885"], ["phone_number", "159-978-0257 x57998"], ["reference", "18b6f3d8-1868-4e88-b819-261585f34b3b"], ["title", "Sint deserunt illo facere alias."], ["user_name", "arlen_wilderman"], ["username", "september"], ["uuid", "b323e88f-e70a-4bbb-875b-cb46543f0a0d"], ["created_at", "2020-11-21 14:32:59.641822"], ["updated_at", "2020-11-21 14:32:59.641822"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "75620 Sung Stream, Lake Mayechester, SC 27717-9461"], ["city", "Tannerview"], ["country", "Andorra"], ["description", "Tempora nobis dignissimos. Esse eius dolorum. Eos adipisci a. Et dolor unde. Quia ducimus qui."], ["email", "euna@example.info"], ["first_name", "Chung"], ["firstname", "Jessi"], ["last_name", "Ondricka"], ["lastname", "Braun"], ["lat", "-55.302490398561226"], ["latitute", "54.33106562161075"], ["lng", "-152.75061390774044"], ["locale", "SH"], ["longitude", "14.43537149509578"], ["middlename", "Quigley"], ["middle_name", "Pouros"], ["password", "MqTwE2hWe5OyD"], ["phone", "619-293-9074"], ["phone_number", "(753) 536-6697 x881"], ["reference", "765973a7-f43f-4813-97fb-0286a834da26"], ["title", "Quia officiis nam et sit."], ["user_name", "abel"], ["username", "katharine_kuhlman"], ["uuid", "3e6714d7-906a-4382-a205-3d96305db724"], ["created_at", "2020-11-21 14:32:59.673276"], ["updated_at", "2020-11-21 14:32:59.673276"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 262 7955 Leon Locks, South Deon, MD 75101-6477"], ["city", "West Carline"], ["country", "Ukraine"], ["description", "Molestias quaerat aliquid. Dolores non quis."], ["email", "ivory_mayer@example.com"], ["first_name", "Shanelle"], ["firstname", "Zola"], ["last_name", "Bernier"], ["lastname", "Larkin"], ["lat", "-82.15834445993684"], ["latitute", "6.952720916894748"], ["lng", "-23.20401846628073"], ["locale", "CG"], ["longitude", "-11.966087092542864"], ["middlename", "Wilderman"], ["middle_name", "Brown"], ["password", "YqJo6UdYuQmPdI"], ["phone", "1-919-729-8319"], ["phone_number", "1-104-535-4472 x84166"], ["reference", "900cd970-da29-482b-9083-4719b68d28b4"], ["title", "Consequatur consequatur suscipit optio enim quia."], ["user_name", "fredrick"], ["username", "kaci"], ["uuid", "4c64c587-8e21-4d6d-b768-1907f7e622a9"], ["created_at", "2020-11-21 14:32:59.698593"], ["updated_at", "2020-11-21 14:32:59.698593"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:32:59.700911"], ["updated_at", "2020-11-21 14:32:59.700911"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:32:59.702549"], ["updated_at", "2020-11-21 14:32:59.702549"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:32:59.704182"], ["updated_at", "2020-11-21 14:32:59.704182"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:32:59.705662"], ["updated_at", "2020-11-21 14:32:59.705662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:32:59.707150"], ["updated_at", "2020-11-21 14:32:59.707150"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.718961"], ["updated_at", "2020-11-21 14:32:59.718961"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.719928"], ["updated_at", "2020-11-21 14:32:59.719928"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.720897"], ["updated_at", "2020-11-21 14:32:59.720897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.721796"], ["updated_at", "2020-11-21 14:32:59.721796"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.722637"], ["updated_at", "2020-11-21 14:32:59.722637"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:59.723565"], ["updated_at", "2020-11-21 14:32:59.723565"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:59.724442"], ["updated_at", "2020-11-21 14:32:59.724442"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:59.725309"], ["updated_at", "2020-11-21 14:32:59.725309"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:59.726175"], ["updated_at", "2020-11-21 14:32:59.726175"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:59.727048"], ["updated_at", "2020-11-21 14:32:59.727048"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 30.5383977766691], ["string", "Beatae optio odit velit aut."], ["date", "2020-11-10"], ["time", "2000-01-01 13:10:18.753699"], ["datetime", "2020-12-17 18:27:29.205992"], ["created_at", "2020-11-21 14:32:59.729422"], ["updated_at", "2020-11-21 14:32:59.729422"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 9.91429178494531], ["string", "Quaerat veritatis natus et."], ["date", "2020-11-26"], ["time", "2000-01-01 23:44:14.539290"], ["datetime", "2020-11-10 20:31:54.137349"], ["created_at", "2020-11-21 14:32:59.732046"], ["updated_at", "2020-11-21 14:32:59.732046"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 0.47165795933125], ["string", "Labore asperiores quo."], ["date", "2020-10-21"], ["time", "2000-01-01 07:40:59.604442"], ["datetime", "2020-12-18 02:21:46.952784"], ["created_at", "2020-11-21 14:32:59.734517"], ["updated_at", "2020-11-21 14:32:59.734517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 5.75237299897596], ["string", "Quos cumque nisi et enim quia."], ["date", "2020-10-10"], ["time", "2000-01-01 18:06:11.848741"], ["datetime", "2020-12-19 20:03:58.557573"], ["created_at", "2020-11-21 14:32:59.737008"], ["updated_at", "2020-11-21 14:32:59.737008"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 23.9070134564877], ["string", "Maxime aut et quasi autem porro."], ["date", "2020-10-29"], ["time", "2000-01-01 22:36:45.185891"], ["datetime", "2020-11-29 16:12:56.384800"], ["created_at", "2020-11-21 14:32:59.739466"], ["updated_at", "2020-11-21 14:32:59.739466"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 22.3454300108052], ["string", "Et est fuga."], ["created_at", "2020-11-21 14:32:59.741805"], ["updated_at", "2020-11-21 14:32:59.741805"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 3.45427657369332], ["string", "Vitae beatae aut aliquid delectus et."], ["created_at", "2020-11-21 14:32:59.743885"], ["updated_at", "2020-11-21 14:32:59.743885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 5.12848218400548], ["string", "Facilis et inventore."], ["created_at", "2020-11-21 14:32:59.745925"], ["updated_at", "2020-11-21 14:32:59.745925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 9.18566682077642], ["string", "Eos quae et."], ["created_at", "2020-11-21 14:32:59.747990"], ["updated_at", "2020-11-21 14:32:59.747990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 23.7705219868361], ["string", "Iusto architecto quos consequatur."], ["created_at", "2020-11-21 14:32:59.750026"], ["updated_at", "2020-11-21 14:32:59.750026"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:32:59.751744"], ["updated_at", "2020-11-21 14:32:59.751744"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:32:59.753357"], ["updated_at", "2020-11-21 14:32:59.753357"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:32:59.754885"], ["updated_at", "2020-11-21 14:32:59.754885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-21 14:32:59.756396"], ["updated_at", "2020-11-21 14:32:59.756396"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:32:59.757897"], ["updated_at", "2020-11-21 14:32:59.757897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-21 14:32:59.760046"], ["updated_at", "2020-11-21 14:32:59.760046"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 9], ["created_at", "2020-11-21 14:32:59.762160"], ["updated_at", "2020-11-21 14:32:59.762160"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-21 14:32:59.764225"], ["updated_at", "2020-11-21 14:32:59.764225"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-21 14:32:59.766286"], ["updated_at", "2020-11-21 14:32:59.766286"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 9], ["created_at", "2020-11-21 14:32:59.768341"], ["updated_at", "2020-11-21 14:32:59.768341"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 10], ["created_at", "2020-11-21 14:32:59.769933"], ["updated_at", "2020-11-21 14:32:59.769933"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 14:32:59.771512"], ["updated_at", "2020-11-21 14:32:59.771512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-21 14:32:59.773027"], ["updated_at", "2020-11-21 14:32:59.773027"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 14:32:59.774540"], ["updated_at", "2020-11-21 14:32:59.774540"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 14:32:59.776152"], ["updated_at", "2020-11-21 14:32:59.776152"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.777161"], ["updated_at", "2020-11-21 14:32:59.777161"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.778049"], ["updated_at", "2020-11-21 14:32:59.778049"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.778919"], ["updated_at", "2020-11-21 14:32:59.778919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.779699"], ["updated_at", "2020-11-21 14:32:59.779699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.780323"], ["updated_at", "2020-11-21 14:32:59.780323"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:59.781490"], ["updated_at", "2020-11-21 14:32:59.781490"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:59.782609"], ["updated_at", "2020-11-21 14:32:59.782609"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:59.783677"], ["updated_at", "2020-11-21 14:32:59.783677"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:59.784720"], ["updated_at", "2020-11-21 14:32:59.784720"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:59.785757"], ["updated_at", "2020-11-21 14:32:59.785757"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2715 Tristan Inlet, Kuvalisshire, NH 70305-5173"], ["city", "Vanstad"], ["country", "China"], ["description", "Deleniti eaque quo. Sed rem qui. Voluptatem eos eaque."], ["email", "greta_orn@example.io"], ["first_name", "Lavonia"], ["firstname", "Nelida"], ["last_name", "Orn"], ["lastname", "Champlin"], ["lat", "-73.92767721180341"], ["latitute", "86.66377654938591"], ["lng", "-93.39678442102316"], ["locale", "NC"], ["longitude", "98.39281518811674"], ["middlename", "Hintz"], ["middle_name", "Stamm"], ["password", "RpUrDcXv2F3c"], ["phone", "670-028-4348 x2223"], ["phone_number", "(449) 783-4216 x43300"], ["reference", "35665fdd-9ebd-48eb-a229-6fe35891fd53"], ["title", "At adipisci quis quidem ut."], ["user_name", "margret.nicolas"], ["username", "ulrike_rippin"], ["uuid", "734d0329-d95f-4e43-b953-bbd4827bcbd8"], ["created_at", "2020-11-21 14:32:59.816420"], ["updated_at", "2020-11-21 14:32:59.816420"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 127 5403 Johnson Rapids, Changton, MD 14173-8521"], ["city", "O'Konport"], ["country", "Brunei Darussalam"], ["description", "Consectetur esse laboriosam. Assumenda necessitatibus eligendi."], ["email", "allison.abbott@example.co"], ["first_name", "Kirstin"], ["firstname", "Ellsworth"], ["last_name", "Turner"], ["lastname", "Stamm"], ["lat", "-1.975536206697086"], ["latitute", "86.00483498104097"], ["lng", "22.346923643467818"], ["locale", "BM"], ["longitude", "133.33012805076044"], ["middlename", "Torphy"], ["middle_name", "Bernier"], ["password", "ZbFjWtZl7T0k"], ["phone", "(638) 725-3626 x97836"], ["phone_number", "392-884-2513 x09920"], ["reference", "2b9c0af8-aef6-413c-a254-13868693be7f"], ["title", "Ab molestias et minus repellendus quod."], ["user_name", "ken"], ["username", "rich.schmitt"], ["uuid", "7d298350-c819-4660-a7fa-5d511a49e7d0"], ["created_at", "2020-11-21 14:32:59.840880"], ["updated_at", "2020-11-21 14:32:59.840880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "848 Senger Highway, Hagenesberg, GA 85460"], ["city", "Illatown"], ["country", "Madagascar"], ["description", "Maiores placeat pariatur. Molestiae explicabo quia. Dignissimos alias rerum. Et quo et. Sunt itaque sint."], ["email", "elbert_schmitt@example.net"], ["first_name", "Chance"], ["firstname", "Alexander"], ["last_name", "Stoltenberg"], ["lastname", "Hayes"], ["lat", "-20.598086754496777"], ["latitute", "-30.96992762623953"], ["lng", "91.79694694815487"], ["locale", "AE"], ["longitude", "112.84180003439519"], ["middlename", "Daugherty"], ["middle_name", "Tromp"], ["password", "QiRb4QwLk5757Dr"], ["phone", "(878) 724-5983"], ["phone_number", "1-344-460-4975 x5954"], ["reference", "3414b855-b808-4c19-9c7f-29ccae71d4fc"], ["title", "Dolor molestias est optio ad."], ["user_name", "grayce.bergstrom"], ["username", "carter_raynor"], ["uuid", "acd205cd-90b7-495a-a77b-0256d96e64f1"], ["created_at", "2020-11-21 14:32:59.865251"], ["updated_at", "2020-11-21 14:32:59.865251"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "185 Braun Knolls, Port Homer, UT 03187-9116"], ["city", "Okunevaside"], ["country", "Timor-Leste"], ["description", "Dolorem magni voluptatem. Et illum voluptatem. Sint distinctio pariatur. Vel et cumque. Ut aspernatur sequi."], ["email", "tina.nolan@example.biz"], ["first_name", "Enoch"], ["firstname", "Celeste"], ["last_name", "Goldner"], ["lastname", "Altenwerth"], ["lat", "-28.371138730281572"], ["latitute", "-60.0707920346228"], ["lng", "-32.727093828571924"], ["locale", "TW"], ["longitude", "-0.27997202488671746"], ["middlename", "Prosacco"], ["middle_name", "Wilderman"], ["password", "0DtOi9S7w"], ["phone", "760.866.7821 x33715"], ["phone_number", "(474) 523-6195 x3242"], ["reference", "e5f7d1aa-669a-4293-98a1-2d63ba349c87"], ["title", "Aut consequatur ut quos."], ["user_name", "jong"], ["username", "alaina"], ["uuid", "4d70d94e-1bb7-43dd-8b3f-c60e9dead80d"], ["created_at", "2020-11-21 14:32:59.889455"], ["updated_at", "2020-11-21 14:32:59.889455"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "6486 Kent Mountains, Walshstad, NH 86250"], ["city", "Duncanhaven"], ["country", "Iraq"], ["description", "Non ipsum veniam. Inventore deserunt possimus."], ["email", "bruce@example.io"], ["first_name", "Jame"], ["firstname", "Corene"], ["last_name", "Ullrich"], ["lastname", "Stehr"], ["lat", "39.45837519565296"], ["latitute", "8.742571388856362"], ["lng", "-65.47250588392086"], ["locale", "LC"], ["longitude", "-121.0489471782607"], ["middlename", "Cormier"], ["middle_name", "Nienow"], ["password", "VzUaIcZ9"], ["phone", "204.890.6158 x787"], ["phone_number", "438.271.7511 x728"], ["reference", "43f26eef-d142-4c6f-9640-d1248111315f"], ["title", "Nobis distinctio laboriosam quasi quisquam."], ["user_name", "lazaro_bartell"], ["username", "porfirio"], ["uuid", "b90a55ce-4378-4d6b-8549-71159543f5dd"], ["created_at", "2020-11-21 14:32:59.920535"], ["updated_at", "2020-11-21 14:32:59.920535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-21 14:32:59.922462"], ["updated_at", "2020-11-21 14:32:59.922462"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:32:59.923650"], ["updated_at", "2020-11-21 14:32:59.923650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:32:59.924746"], ["updated_at", "2020-11-21 14:32:59.924746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:32:59.925829"], ["updated_at", "2020-11-21 14:32:59.925829"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:32:59.926919"], ["updated_at", "2020-11-21 14:32:59.926919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.937744"], ["updated_at", "2020-11-21 14:32:59.937744"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.938481"], ["updated_at", "2020-11-21 14:32:59.938481"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.939102"], ["updated_at", "2020-11-21 14:32:59.939102"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.939703"], ["updated_at", "2020-11-21 14:32:59.939703"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.940304"], ["updated_at", "2020-11-21 14:32:59.940304"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:59.940944"], ["updated_at", "2020-11-21 14:32:59.940944"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:59.941589"], ["updated_at", "2020-11-21 14:32:59.941589"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:59.942205"], ["updated_at", "2020-11-21 14:32:59.942205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:59.942826"], ["updated_at", "2020-11-21 14:32:59.942826"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:32:59.943464"], ["updated_at", "2020-11-21 14:32:59.943464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 3.24715755404936], ["string", "Optio assumenda neque saepe."], ["date", "2020-11-03"], ["time", "2000-01-01 04:55:06.316279"], ["datetime", "2020-10-21 16:07:25.928498"], ["created_at", "2020-11-21 14:32:59.945541"], ["updated_at", "2020-11-21 14:32:59.945541"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 1.32110825733546], ["string", "Unde explicabo eos."], ["date", "2020-11-28"], ["time", "2000-01-01 19:30:52.215062"], ["datetime", "2020-12-24 00:27:53.534443"], ["created_at", "2020-11-21 14:32:59.947954"], ["updated_at", "2020-11-21 14:32:59.947954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 18], ["decimal", 0.622420011460813], ["string", "Sed eum maiores iure recusandae."], ["date", "2020-10-23"], ["time", "2000-01-01 15:20:57.486607"], ["datetime", "2020-12-22 01:27:36.815255"], ["created_at", "2020-11-21 14:32:59.950312"], ["updated_at", "2020-11-21 14:32:59.950312"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 0.0322223932323864], ["string", "Ut ullam distinctio veritatis beatae."], ["date", "2020-10-17"], ["time", "2000-01-01 15:51:00.442444"], ["datetime", "2020-10-28 04:18:02.813340"], ["created_at", "2020-11-21 14:32:59.952562"], ["updated_at", "2020-11-21 14:32:59.952562"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 26], ["decimal", 23.0709649278189], ["string", "Dolore dignissimos et est non."], ["date", "2021-01-01"], ["time", "2000-01-01 14:50:24.916872"], ["datetime", "2020-12-23 07:10:58.732489"], ["created_at", "2020-11-21 14:32:59.954797"], ["updated_at", "2020-11-21 14:32:59.954797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1021], ["decimal", 0.345409656309663], ["string", "Facere tenetur et qui."], ["created_at", "2020-11-21 14:32:59.956967"], ["updated_at", "2020-11-21 14:32:59.956967"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 13.7076745988017], ["string", "Impedit labore rerum rerum."], ["created_at", "2020-11-21 14:32:59.958856"], ["updated_at", "2020-11-21 14:32:59.958856"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 24.4794900954504], ["string", "Consequatur eos perspiciatis."], ["created_at", "2020-11-21 14:32:59.960719"], ["updated_at", "2020-11-21 14:32:59.960719"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 2.48343963053072], ["string", "Occaecati maiores ut et cumque consectetur."], ["created_at", "2020-11-21 14:32:59.962567"], ["updated_at", "2020-11-21 14:32:59.962567"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1025], ["decimal", 7.37283069300114], ["string", "Delectus illum mollitia ut ipsum."], ["created_at", "2020-11-21 14:32:59.964426"], ["updated_at", "2020-11-21 14:32:59.964426"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:32:59.965830"], ["updated_at", "2020-11-21 14:32:59.965830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:32:59.967095"], ["updated_at", "2020-11-21 14:32:59.967095"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-21 14:32:59.968286"], ["updated_at", "2020-11-21 14:32:59.968286"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:32:59.969474"], ["updated_at", "2020-11-21 14:32:59.969474"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-21 14:32:59.970662"], ["updated_at", "2020-11-21 14:32:59.970662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-21 14:32:59.972352"], ["updated_at", "2020-11-21 14:32:59.972352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 12], ["created_at", "2020-11-21 14:32:59.973980"], ["updated_at", "2020-11-21 14:32:59.973980"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 15], ["zed_id", 3], ["created_at", "2020-11-21 14:32:59.975598"], ["updated_at", "2020-11-21 14:32:59.975598"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 6], ["created_at", "2020-11-21 14:32:59.977210"], ["updated_at", "2020-11-21 14:32:59.977210"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 14], ["zed_id", 15], ["created_at", "2020-11-21 14:32:59.978815"], ["updated_at", "2020-11-21 14:32:59.978815"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-21 14:32:59.980106"], ["updated_at", "2020-11-21 14:32:59.980106"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-21 14:32:59.981357"], ["updated_at", "2020-11-21 14:32:59.981357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:32:59.982532"], ["updated_at", "2020-11-21 14:32:59.982532"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-21 14:32:59.983712"], ["updated_at", "2020-11-21 14:32:59.983712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-21 14:32:59.984889"], ["updated_at", "2020-11-21 14:32:59.984889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.985641"], ["updated_at", "2020-11-21 14:32:59.985641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.986327"], ["updated_at", "2020-11-21 14:32:59.986327"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.986998"], ["updated_at", "2020-11-21 14:32:59.986998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.987666"], ["updated_at", "2020-11-21 14:32:59.987666"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:32:59.988325"], ["updated_at", "2020-11-21 14:32:59.988325"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:59.989517"], ["updated_at", "2020-11-21 14:32:59.989517"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:59.990689"], ["updated_at", "2020-11-21 14:32:59.990689"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:59.991827"], ["updated_at", "2020-11-21 14:32:59.991827"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:59.992953"], ["updated_at", "2020-11-21 14:32:59.992953"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:32:59.994085"], ["updated_at", "2020-11-21 14:32:59.994085"], ["india_id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 902 9714 Volkman Parks, Danniebury, NC 45270"], ["city", "Paulafurt"], ["country", "Georgia"], ["description", "Mollitia minus nesciunt. At dolore enim. Nihil hic quia."], ["email", "daphine@example.com"], ["first_name", "Lynnette"], ["firstname", "Lawrence"], ["last_name", "Luettgen"], ["lastname", "Kautzer"], ["lat", "69.37801332829642"], ["latitute", "22.56395950126837"], ["lng", "-73.41873947420667"], ["locale", "JO"], ["longitude", "-159.70578020436812"], ["middlename", "Pouros"], ["middle_name", "Stiedemann"], ["password", "IaBsZhT1dLt"], ["phone", "(169) 845-3787"], ["phone_number", "(757) 357-0868"], ["reference", "55146c20-69dc-48d5-b83d-07177b139b45"], ["title", "Ipsa aut doloribus architecto accusantium."], ["user_name", "leonard"], ["username", "kelley_beer"], ["uuid", "c6e594d1-8409-45bb-b85d-f9c484d71b58"], ["created_at", "2020-11-21 14:33:00.024562"], ["updated_at", "2020-11-21 14:33:00.024562"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "495 Reichert Spurs, South Ardeliachester, DE 53314-5069"], ["city", "North Hilmaton"], ["country", "Botswana"], ["description", "Illum est aut. Earum cumque exercitationem."], ["email", "allen@example.org"], ["first_name", "Jenice"], ["firstname", "Kayleen"], ["last_name", "Lesch"], ["lastname", "Lowe"], ["lat", "65.35150150590135"], ["latitute", "49.7614238511548"], ["lng", "48.19129745701389"], ["locale", "MO"], ["longitude", "-119.32202985970227"], ["middlename", "Steuber"], ["middle_name", "Blanda"], ["password", "UcI18a3K2mDeH37"], ["phone", "889-849-2256 x6596"], ["phone_number", "(969) 462-2767 x951"], ["reference", "130eade8-9b5b-4895-a786-c0b22d7c4ab0"], ["title", "Ab necessitatibus voluptas harum."], ["user_name", "danny_abbott"], ["username", "benton"], ["uuid", "94b3ee52-dbca-40c6-8a56-f126236cfcbc"], ["created_at", "2020-11-21 14:33:00.050915"], ["updated_at", "2020-11-21 14:33:00.050915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "36953 Elden Turnpike, Lake Calebbury, ID 03124"], ["city", "West Erica"], ["country", "Bahrain"], ["description", "Reprehenderit tempore totam. Deleniti magni doloremque."], ["email", "enda_quitzon@example.com"], ["first_name", "Sun"], ["firstname", "Lillie"], ["last_name", "Barton"], ["lastname", "Sporer"], ["lat", "28.111008010016405"], ["latitute", "14.774718283029245"], ["lng", "-161.4084903945748"], ["locale", "ES"], ["longitude", "-160.2169526459927"], ["middlename", "Schroeder"], ["middle_name", "Weber"], ["password", "G1p6RjU4wY9hTm3"], ["phone", "780.080.9197 x66232"], ["phone_number", "1-509-414-9169 x410"], ["reference", "6954ca85-9e9a-44da-a93e-c60d412014b3"], ["title", "Consequatur sunt molestiae voluptatem et."], ["user_name", "vernetta"], ["username", "palmira.gislason"], ["uuid", "33e4e423-8c2d-457c-9e24-1ad87efb37b8"], ["created_at", "2020-11-21 14:33:00.075220"], ["updated_at", "2020-11-21 14:33:00.075220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "68824 Sauer Centers, Federicoshire, NV 43222-9101"], ["city", "Feeneyberg"], ["country", "Peru"], ["description", "Totam est quis. Nam praesentium esse."], ["email", "britt_bosco@example.org"], ["first_name", "Trinidad"], ["firstname", "Karma"], ["last_name", "Marks"], ["lastname", "Zboncak"], ["lat", "17.638449937586984"], ["latitute", "-2.8276408449352175"], ["lng", "56.540389931816776"], ["locale", "GF"], ["longitude", "114.44073775979967"], ["middlename", "Fisher"], ["middle_name", "Conroy"], ["password", "CcHbVmTy0L"], ["phone", "(586) 009-5946 x620"], ["phone_number", "277.121.2079 x1475"], ["reference", "fd40f957-b300-4d85-b6c5-092bdd3c98d4"], ["title", "Id molestias sit."], ["user_name", "stephen"], ["username", "alysha.jacobs"], ["uuid", "81dd05ef-e9e4-463c-ab53-c596294dc70a"], ["created_at", "2020-11-21 14:33:00.099388"], ["updated_at", "2020-11-21 14:33:00.099388"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "449 Merilyn Fall, New Yesseniafort, ND 03513-0056"], ["city", "Grantberg"], ["country", "Kenya"], ["description", "Autem itaque facere. Voluptate facere nemo."], ["email", "andrew@example.name"], ["first_name", "Annita"], ["firstname", "Eugene"], ["last_name", "Kuvalis"], ["lastname", "Christiansen"], ["lat", "60.61299384029505"], ["latitute", "3.6419067804045824"], ["lng", "34.33146450750951"], ["locale", "LR"], ["longitude", "-99.72578383763995"], ["middlename", "Kuhn"], ["middle_name", "Carroll"], ["password", "YzUhYtDiYz"], ["phone", "1-923-886-4919 x66216"], ["phone_number", "207-882-6442 x40287"], ["reference", "2df8b87d-58dd-4fbd-b4a8-d47ad33de927"], ["title", "Ut omnis sint eos ut."], ["user_name", "alex"], ["username", "bernadine"], ["uuid", "cf0c82cf-ba98-4251-aae9-478d41fe0cce"], ["created_at", "2020-11-21 14:33:00.129965"], ["updated_at", "2020-11-21 14:33:00.129965"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:33:00.131950"], ["updated_at", "2020-11-21 14:33:00.131950"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 12], ["created_at", "2020-11-21 14:33:00.133190"], ["updated_at", "2020-11-21 14:33:00.133190"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-21 14:33:00.134352"], ["updated_at", "2020-11-21 14:33:00.134352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:33:00.135517"], ["updated_at", "2020-11-21 14:33:00.135517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:33:00.136672"], ["updated_at", "2020-11-21 14:33:00.136672"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.147968"], ["updated_at", "2020-11-21 14:33:00.147968"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.148739"], ["updated_at", "2020-11-21 14:33:00.148739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.149396"], ["updated_at", "2020-11-21 14:33:00.149396"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.150028"], ["updated_at", "2020-11-21 14:33:00.150028"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.150650"], ["updated_at", "2020-11-21 14:33:00.150650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:33:00.151341"], ["updated_at", "2020-11-21 14:33:00.151341"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:33:00.152053"], ["updated_at", "2020-11-21 14:33:00.152053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:33:00.152727"], ["updated_at", "2020-11-21 14:33:00.152727"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:33:00.153398"], ["updated_at", "2020-11-21 14:33:00.153398"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:33:00.154070"], ["updated_at", "2020-11-21 14:33:00.154070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 12.1490900347682], ["string", "Dolorum esse necessitatibus."], ["date", "2020-12-26"], ["time", "2000-01-01 16:40:16.694094"], ["datetime", "2020-10-11 01:38:54.511900"], ["created_at", "2020-11-21 14:33:00.184667"], ["updated_at", "2020-11-21 14:33:00.184667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 23.1992904949912], ["string", "Et cum iusto est ipsum esse."], ["date", "2020-10-16"], ["time", "2000-01-01 19:56:47.350015"], ["datetime", "2020-12-16 18:36:14.435059"], ["created_at", "2020-11-21 14:33:00.187773"], ["updated_at", "2020-11-21 14:33:00.187773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 10.5133230330761], ["string", "Omnis quos aut placeat consequatur."], ["date", "2020-12-22"], ["time", "2000-01-01 08:06:31.620515"], ["datetime", "2020-11-09 22:08:32.226282"], ["created_at", "2020-11-21 14:33:00.190727"], ["updated_at", "2020-11-21 14:33:00.190727"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 20.8318763477189], ["string", "Dolores quisquam doloribus quo velit."], ["date", "2020-11-09"], ["time", "2000-01-01 08:50:52.917822"], ["datetime", "2020-11-20 02:22:24.247877"], ["created_at", "2020-11-21 14:33:00.196597"], ["updated_at", "2020-11-21 14:33:00.196597"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 15.6416578055], ["string", "Ratione consequatur et."], ["date", "2020-12-07"], ["time", "2000-01-01 16:08:53.874642"], ["datetime", "2020-12-05 17:21:13.916831"], ["created_at", "2020-11-21 14:33:00.200137"], ["updated_at", "2020-11-21 14:33:00.200137"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 4.81801363987093], ["string", "Dolores neque eos velit iusto."], ["date", "2020-11-29"], ["time", "2000-01-01 06:34:03.182616"], ["datetime", "2020-10-12 17:24:11.556946"], ["created_at", "2020-11-21 14:33:00.203214"], ["updated_at", "2020-11-21 14:33:00.203214"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.206014"], ["updated_at", "2020-11-21 14:33:00.206014"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 34], ["decimal", 11.5925124013216], ["string", "Dolorum sit consequuntur temporibus consequatur aut."], ["date", "2020-10-29"], ["time", "2000-01-01 19:02:11.695998"], ["datetime", "2020-10-13 22:55:01.561674"], ["created_at", "2020-11-21 14:33:00.236417"], ["updated_at", "2020-11-21 14:33:00.236417"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 13.6416612268256], ["string", "Ex ea eligendi."], ["date", "2020-11-04"], ["time", "2000-01-01 02:29:28.615479"], ["datetime", "2020-11-24 15:14:51.791214"], ["created_at", "2020-11-21 14:33:00.239624"], ["updated_at", "2020-11-21 14:33:00.239624"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 16.2244454576172], ["string", "Quia magnam omnis eos beatae."], ["date", "2020-10-18"], ["time", "2000-01-01 20:55:37.305918"], ["datetime", "2020-11-11 07:30:58.066920"], ["created_at", "2020-11-21 14:33:00.242814"], ["updated_at", "2020-11-21 14:33:00.242814"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 29], ["decimal", 1.73275479428276], ["string", "Iste saepe atque et veritatis."], ["date", "2020-12-22"], ["time", "2000-01-01 17:39:28.000354"], ["datetime", "2020-10-12 20:08:54.382555"], ["created_at", "2020-11-21 14:33:00.247153"], ["updated_at", "2020-11-21 14:33:00.247153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 1.50937169375131], ["string", "Deserunt quos et repellat."], ["date", "2021-01-02"], ["time", "2000-01-01 23:13:23.191375"], ["datetime", "2020-11-13 09:52:00.148133"], ["created_at", "2020-11-21 14:33:00.250680"], ["updated_at", "2020-11-21 14:33:00.250680"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1028], ["decimal", 28.2442879267316], ["string", "Voluptas et ea tempore sit ipsum."], ["created_at", "2020-11-21 14:33:00.253578"], ["updated_at", "2020-11-21 14:33:00.253578"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 9.71672174696121], ["string", "Id perferendis magni ab at sapiente."], ["created_at", "2020-11-21 14:33:00.255988"], ["updated_at", "2020-11-21 14:33:00.255988"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 27.6315148804464], ["string", "Repudiandae eos quas quisquam optio."], ["created_at", "2020-11-21 14:33:00.258234"], ["updated_at", "2020-11-21 14:33:00.258234"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 36.2260630881205], ["string", "Inventore aut eos dolorem dicta."], ["created_at", "2020-11-21 14:33:00.260951"], ["updated_at", "2020-11-21 14:33:00.260951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 13.251851779098], ["string", "Quas impedit rerum et provident."], ["created_at", "2020-11-21 14:33:00.263346"], ["updated_at", "2020-11-21 14:33:00.263346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:33:00.265128"], ["updated_at", "2020-11-21 14:33:00.265128"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:33:00.266657"], ["updated_at", "2020-11-21 14:33:00.266657"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:33:00.268093"], ["updated_at", "2020-11-21 14:33:00.268093"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:33:00.269484"], ["updated_at", "2020-11-21 14:33:00.269484"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:33:00.270904"], ["updated_at", "2020-11-21 14:33:00.270904"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-21 14:33:00.272880"], ["updated_at", "2020-11-21 14:33:00.272880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-21 14:33:00.274796"], ["updated_at", "2020-11-21 14:33:00.274796"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-21 14:33:00.276627"], ["updated_at", "2020-11-21 14:33:00.276627"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-21 14:33:00.278388"], ["updated_at", "2020-11-21 14:33:00.278388"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-21 14:33:00.280124"], ["updated_at", "2020-11-21 14:33:00.280124"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:33:00.281491"], ["updated_at", "2020-11-21 14:33:00.281491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:33:00.283079"], ["updated_at", "2020-11-21 14:33:00.283079"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 14:33:00.284754"], ["updated_at", "2020-11-21 14:33:00.284754"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:33:00.286313"], ["updated_at", "2020-11-21 14:33:00.286313"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 14:33:00.287843"], ["updated_at", "2020-11-21 14:33:00.287843"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.288764"], ["updated_at", "2020-11-21 14:33:00.288764"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.289683"], ["updated_at", "2020-11-21 14:33:00.289683"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.290618"], ["updated_at", "2020-11-21 14:33:00.290618"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.291489"], ["updated_at", "2020-11-21 14:33:00.291489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.292360"], ["updated_at", "2020-11-21 14:33:00.292360"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.294036"], ["updated_at", "2020-11-21 14:33:00.294036"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.295399"], ["updated_at", "2020-11-21 14:33:00.295399"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.296490"], ["updated_at", "2020-11-21 14:33:00.296490"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.297566"], ["updated_at", "2020-11-21 14:33:00.297566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.298634"], ["updated_at", "2020-11-21 14:33:00.298634"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4514 Ratke Club, East Raymondburgh, NH 85146-9712"], ["city", "East Geriville"], ["country", "Cuba"], ["description", "In in cumque. Eligendi adipisci quia. Cumque hic qui. Eius qui voluptatem."], ["email", "sophie.ernser@example.com"], ["first_name", "Loria"], ["firstname", "Christeen"], ["last_name", "Schuster"], ["lastname", "Senger"], ["lat", "-67.05536336506468"], ["latitute", "49.45232284302173"], ["lng", "-134.6028964401193"], ["locale", "SN"], ["longitude", "3.551570300406752"], ["middlename", "Murazik"], ["middle_name", "McLaughlin"], ["password", "Vh4ElQuA"], ["phone", "535-240-9623 x1027"], ["phone_number", "594.803.9139 x835"], ["reference", "9822d574-32e5-46fb-93be-d5dab005a4cc"], ["title", "Nulla accusantium ipsum velit."], ["user_name", "christi"], ["username", "lawanda.homenick"], ["uuid", "8d34f96c-8f4e-4216-a22f-4a30d5c42735"], ["created_at", "2020-11-21 14:33:00.333075"], ["updated_at", "2020-11-21 14:33:00.333075"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 574 6075 Rene Hollow, East Garlandberg, NM 06914-7623"], ["city", "Port Tad"], ["country", "Northern Mariana Islands"], ["description", "Qui quam perferendis. Aut ea qui. Consequuntur autem porro. Non eius aut."], ["email", "ressie.balistreri@example.com"], ["first_name", "Caroline"], ["firstname", "Novella"], ["last_name", "Monahan"], ["lastname", "Dickens"], ["lat", "81.36024105572903"], ["latitute", "-84.26887311639774"], ["lng", "-116.3184644372855"], ["locale", "GR"], ["longitude", "-55.39391256213855"], ["middlename", "Rowe"], ["middle_name", "Marks"], ["password", "W8gNqN3kUfF4h2"], ["phone", "712.388.0252 x3173"], ["phone_number", "1-334-556-9332 x4838"], ["reference", "b89035e5-5b08-42ed-bcbd-2942084c219c"], ["title", "Et vel qui sequi quaerat quia."], ["user_name", "mitchel.casper"], ["username", "marjorie.goldner"], ["uuid", "c5121134-cdde-48a6-bd5a-548db803ded4"], ["created_at", "2020-11-21 14:33:00.358245"], ["updated_at", "2020-11-21 14:33:00.358245"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 644 166 Wilkinson Circle, Mosciskiport, NH 37462-2768"], ["city", "Crystachester"], ["country", "Tunisia"], ["description", "Corporis aliquid placeat. Qui enim non. Aut impedit nam. Alias aut ut."], ["email", "stefani@example.io"], ["first_name", "Kyong"], ["firstname", "Jason"], ["last_name", "Cruickshank"], ["lastname", "Ryan"], ["lat", "76.38515565799995"], ["latitute", "80.6419481549153"], ["lng", "-73.8260901845983"], ["locale", "PR"], ["longitude", "-65.34080064784338"], ["middlename", "Rolfson"], ["middle_name", "Dietrich"], ["password", "YlIm12B3i2KvTfZ"], ["phone", "(390) 346-9336"], ["phone_number", "(984) 689-1897"], ["reference", "617555ab-5260-4e96-98e8-5b4f4ca0efcd"], ["title", "Harum temporibus et."], ["user_name", "jack_lockman"], ["username", "fabian"], ["uuid", "d87a8005-748c-4bba-9920-42389e661b7a"], ["created_at", "2020-11-21 14:33:00.382835"], ["updated_at", "2020-11-21 14:33:00.382835"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "30357 Sporer Turnpike, Mertzborough, MO 00041-2058"], ["city", "New Martin"], ["country", "Egypt"], ["description", "Vel repudiandae ipsa. In autem ipsam. Cupiditate aut in. Velit reprehenderit voluptatem."], ["email", "wilfred@example.name"], ["first_name", "Judie"], ["firstname", "Joe"], ["last_name", "Davis"], ["lastname", "Stanton"], ["lat", "-69.58144953306098"], ["latitute", "28.394175529745283"], ["lng", "-101.55569102863863"], ["locale", "MW"], ["longitude", "-118.9920127102612"], ["middlename", "Koch"], ["middle_name", "Schuppe"], ["password", "5V6h2JvC"], ["phone", "335-995-0928 x610"], ["phone_number", "916.074.9987 x443"], ["reference", "0e8215ef-945d-469c-a170-4ae7c2d721b1"], ["title", "Ea doloribus dolores aut nihil."], ["user_name", "donovan.satterfield"], ["username", "christel"], ["uuid", "cb4bb3dc-09ef-446d-9dd6-5b3d3f3a2965"], ["created_at", "2020-11-21 14:33:00.413817"], ["updated_at", "2020-11-21 14:33:00.413817"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 499 82893 Langworth Ridge, West Yulandashire, IL 14210-6766"], ["city", "South Sam"], ["country", "Luxembourg"], ["description", "Est non et. Quos qui dicta. Et enim sit."], ["email", "ida_gorczany@example.biz"], ["first_name", "Ruthann"], ["firstname", "Mariah"], ["last_name", "Lynch"], ["lastname", "Hagenes"], ["lat", "5.919251570154401"], ["latitute", "17.56485842061609"], ["lng", "-58.46100081596036"], ["locale", "MQ"], ["longitude", "-46.712562210082865"], ["middlename", "Zboncak"], ["middle_name", "Bradtke"], ["password", "EsRpJkDwS"], ["phone", "291.015.0851"], ["phone_number", "227-936-1697 x35067"], ["reference", "641ed77a-7595-468b-a8d7-34122bb1a6a0"], ["title", "Ea et delectus."], ["user_name", "patrica.rau"], ["username", "tyron.raynor"], ["uuid", "c758a1f4-ffd5-43b2-a933-c1b8a013ed19"], ["created_at", "2020-11-21 14:33:00.439060"], ["updated_at", "2020-11-21 14:33:00.439060"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:33:00.441406"], ["updated_at", "2020-11-21 14:33:00.441406"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:33:00.443073"], ["updated_at", "2020-11-21 14:33:00.443073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:33:00.444647"], ["updated_at", "2020-11-21 14:33:00.444647"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:33:00.446152"], ["updated_at", "2020-11-21 14:33:00.446152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:33:00.447690"], ["updated_at", "2020-11-21 14:33:00.447690"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.459563"], ["updated_at", "2020-11-21 14:33:00.459563"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.460560"], ["updated_at", "2020-11-21 14:33:00.460560"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.461477"], ["updated_at", "2020-11-21 14:33:00.461477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.462365"], ["updated_at", "2020-11-21 14:33:00.462365"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.463282"], ["updated_at", "2020-11-21 14:33:00.463282"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:33:00.464206"], ["updated_at", "2020-11-21 14:33:00.464206"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:33:00.465097"], ["updated_at", "2020-11-21 14:33:00.465097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:33:00.465966"], ["updated_at", "2020-11-21 14:33:00.465966"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:33:00.466834"], ["updated_at", "2020-11-21 14:33:00.466834"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:33:00.467716"], ["updated_at", "2020-11-21 14:33:00.467716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 4.52450898297739], ["string", "Et nam voluptate."], ["date", "2020-10-16"], ["time", "2000-01-01 02:18:48.621823"], ["datetime", "2020-11-10 05:10:44.898547"], ["created_at", "2020-11-21 14:33:00.470063"], ["updated_at", "2020-11-21 14:33:00.470063"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 39.9181323663811], ["string", "Qui odit commodi maxime aspernatur."], ["date", "2020-11-19"], ["time", "2000-01-01 18:13:51.075446"], ["datetime", "2020-10-21 23:13:58.700459"], ["created_at", "2020-11-21 14:33:00.472589"], ["updated_at", "2020-11-21 14:33:00.472589"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 0.0432298207701495], ["string", "Laboriosam rem fuga reprehenderit."], ["date", "2020-11-02"], ["time", "2000-01-01 16:41:48.085618"], ["datetime", "2020-11-11 12:09:04.819098"], ["created_at", "2020-11-21 14:33:00.475047"], ["updated_at", "2020-11-21 14:33:00.475047"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 7.73261622324315], ["string", "Et et quidem beatae aut rem."], ["date", "2020-12-15"], ["time", "2000-01-01 06:01:45.013579"], ["datetime", "2020-11-08 22:56:08.816254"], ["created_at", "2020-11-21 14:33:00.477536"], ["updated_at", "2020-11-21 14:33:00.477536"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 13.8417451713177], ["string", "Sint pariatur cum ut soluta."], ["date", "2020-12-26"], ["time", "2000-01-01 11:59:38.723175"], ["datetime", "2020-10-15 19:07:04.276716"], ["created_at", "2020-11-21 14:33:00.480019"], ["updated_at", "2020-11-21 14:33:00.480019"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1029], ["decimal", 12.5313261560499], ["string", "Et omnis in."], ["created_at", "2020-11-21 14:33:00.482352"], ["updated_at", "2020-11-21 14:33:00.482352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 16.1267728122373], ["string", "Quisquam architecto aut id sequi nisi."], ["created_at", "2020-11-21 14:33:00.484447"], ["updated_at", "2020-11-21 14:33:00.484447"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 31.6308284552894], ["string", "Atque qui consequatur consequuntur laborum."], ["created_at", "2020-11-21 14:33:00.486511"], ["updated_at", "2020-11-21 14:33:00.486511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 3.64790464890332], ["string", "Sed iusto corporis."], ["created_at", "2020-11-21 14:33:00.488545"], ["updated_at", "2020-11-21 14:33:00.488545"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", 1.9431095705021], ["string", "Voluptatem error architecto id."], ["created_at", "2020-11-21 14:33:00.490571"], ["updated_at", "2020-11-21 14:33:00.490571"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:33:00.492311"], ["updated_at", "2020-11-21 14:33:00.492311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:33:00.493922"], ["updated_at", "2020-11-21 14:33:00.493922"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:33:00.495441"], ["updated_at", "2020-11-21 14:33:00.495441"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:33:00.496940"], ["updated_at", "2020-11-21 14:33:00.496940"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:33:00.498439"], ["updated_at", "2020-11-21 14:33:00.498439"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 10], ["created_at", "2020-11-21 14:33:00.500584"], ["updated_at", "2020-11-21 14:33:00.500584"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 9], ["created_at", "2020-11-21 14:33:00.502670"], ["updated_at", "2020-11-21 14:33:00.502670"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-21 14:33:00.504738"], ["updated_at", "2020-11-21 14:33:00.504738"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 7], ["created_at", "2020-11-21 14:33:00.506797"], ["updated_at", "2020-11-21 14:33:00.506797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-21 14:33:00.508919"], ["updated_at", "2020-11-21 14:33:00.508919"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 14:33:00.510506"], ["updated_at", "2020-11-21 14:33:00.510506"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:33:00.512046"], ["updated_at", "2020-11-21 14:33:00.512046"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-21 14:33:00.513587"], ["updated_at", "2020-11-21 14:33:00.513587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-21 14:33:00.515130"], ["updated_at", "2020-11-21 14:33:00.515130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-21 14:33:00.516752"], ["updated_at", "2020-11-21 14:33:00.516752"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.517716"], ["updated_at", "2020-11-21 14:33:00.517716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.518606"], ["updated_at", "2020-11-21 14:33:00.518606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.519471"], ["updated_at", "2020-11-21 14:33:00.519471"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.520350"], ["updated_at", "2020-11-21 14:33:00.520350"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.521211"], ["updated_at", "2020-11-21 14:33:00.521211"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:33:00.522769"], ["updated_at", "2020-11-21 14:33:00.522769"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:33:00.524319"], ["updated_at", "2020-11-21 14:33:00.524319"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:33:00.525784"], ["updated_at", "2020-11-21 14:33:00.525784"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:33:00.527252"], ["updated_at", "2020-11-21 14:33:00.527252"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:33:00.528706"], ["updated_at", "2020-11-21 14:33:00.528706"], ["india_id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "22504 Sam Neck, South Dwight, NV 71968-4842"], ["city", "East Ryan"], ["country", "Kuwait"], ["description", "Aspernatur et et. Sit ut impedit. Dolorem sunt dolore."], ["email", "dayna@example.org"], ["first_name", "Odis"], ["firstname", "Francis"], ["last_name", "Murazik"], ["lastname", "Kling"], ["lat", "89.28631548403939"], ["latitute", "82.03943078846811"], ["lng", "114.79941258957899"], ["locale", "ES"], ["longitude", "-179.32449234932355"], ["middlename", "Goyette"], ["middle_name", "Tillman"], ["password", "CeTn8Sb6Yw0N"], ["phone", "1-255-807-2340 x465"], ["phone_number", "1-133-653-7523 x8488"], ["reference", "56f95802-4d14-4e1f-9b8a-fa52de077c74"], ["title", "Vero ut eum et."], ["user_name", "german_smith"], ["username", "hershel"], ["uuid", "b4737909-09b1-4d48-911d-a9c669069fed"], ["created_at", "2020-11-21 14:33:00.559929"], ["updated_at", "2020-11-21 14:33:00.559929"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "90079 Keri Roads, South Krystinmouth, AK 46446-7007"], ["city", "North Vicenteborough"], ["country", "United States Minor Outlying Islands"], ["description", "Laborum molestiae tenetur. Ut rerum nobis. Similique labore quidem. Minima dolorum molestiae. Quia non aut."], ["email", "desirae@example.net"], ["first_name", "Adolfo"], ["firstname", "Ezra"], ["last_name", "Ortiz"], ["lastname", "Pagac"], ["lat", "46.20019161560606"], ["latitute", "-47.65918299689401"], ["lng", "-130.28833310907538"], ["locale", "EE"], ["longitude", "15.241936397268887"], ["middlename", "Williamson"], ["middle_name", "Bernhard"], ["password", "8VnFsNtSrG0y"], ["phone", "885-411-4960"], ["phone_number", "924-653-3693"], ["reference", "7e7f941d-f85c-4e7b-9594-c0f807903e36"], ["title", "Expedita maxime exercitationem accusantium et."], ["user_name", "shane"], ["username", "markus.gorczany"], ["uuid", "7ceeef57-f39b-4b2e-b470-88e68f78f891"], ["created_at", "2020-11-21 14:33:00.585275"], ["updated_at", "2020-11-21 14:33:00.585275"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 722 34601 Stark Ridge, West Stefani, ID 72031-4765"], ["city", "Billieborough"], ["country", "Panama"], ["description", "Earum et sit. Numquam autem enim. Ad harum laborum."], ["email", "pearly.lind@example.co"], ["first_name", "Kimberley"], ["firstname", "Zenia"], ["last_name", "Bergstrom"], ["lastname", "Dickens"], ["lat", "17.93275593133707"], ["latitute", "27.969724224871726"], ["lng", "45.436054509093566"], ["locale", "UY"], ["longitude", "-41.08752913892434"], ["middlename", "Pollich"], ["middle_name", "Veum"], ["password", "UrMrGhLoD0vQr"], ["phone", "1-928-372-7513 x4865"], ["phone_number", "999-708-8277 x09966"], ["reference", "6f8e7ec0-4b2e-44d1-9770-80767d1c07f8"], ["title", "Voluptate laboriosam similique."], ["user_name", "donnetta"], ["username", "juan.beer"], ["uuid", "bded4c92-ccb8-417a-a581-01b52f1a847e"], ["created_at", "2020-11-21 14:33:00.609907"], ["updated_at", "2020-11-21 14:33:00.609907"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 897 1168 Collin Stravenue, Danfurt, OH 00503-8652"], ["city", "West Carlenaview"], ["country", "Guinea"], ["description", "Voluptate eos quasi. Consequatur laborum eum. Consequatur quaerat quia."], ["email", "alonzo@example.net"], ["first_name", "Jess"], ["firstname", "Johnna"], ["last_name", "Gottlieb"], ["lastname", "Prohaska"], ["lat", "-61.694333730848754"], ["latitute", "40.65924427189563"], ["lng", "107.73933093481367"], ["locale", "BE"], ["longitude", "-130.51248603250667"], ["middlename", "Rutherford"], ["middle_name", "Olson"], ["password", "VyZaUfZxNwZx"], ["phone", "(440) 738-1910 x587"], ["phone_number", "(553) 591-9537 x52988"], ["reference", "2d50110d-b91f-4383-be26-96945f193e08"], ["title", "Ipsa fuga ab rerum est explicabo."], ["user_name", "delmer.huel"], ["username", "gita"], ["uuid", "bfd08655-afb2-4985-aee3-38dc2642e767"], ["created_at", "2020-11-21 14:33:00.634641"], ["updated_at", "2020-11-21 14:33:00.634641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9123 Silas Courts, Carleeland, NE 80534"], ["city", "Westmouth"], ["country", "Qatar"], ["description", "Incidunt placeat magni. Rerum omnis et."], ["email", "arthur@example.info"], ["first_name", "Lucila"], ["firstname", "Leatrice"], ["last_name", "Ryan"], ["lastname", "Feest"], ["lat", "70.42511190533233"], ["latitute", "-22.360628955962753"], ["lng", "55.64903763126708"], ["locale", "NZ"], ["longitude", "-157.27163036545247"], ["middlename", "Turner"], ["middle_name", "Terry"], ["password", "OvQdEaGv8Wb"], ["phone", "(401) 069-6380 x0344"], ["phone_number", "(879) 131-9473 x8010"], ["reference", "c64d5050-74a9-40ad-816b-95d76ca3a3c3"], ["title", "Ut eaque magni laboriosam."], ["user_name", "dessie_tromp"], ["username", "chadwick.baumbach"], ["uuid", "038afde3-6a45-4fb5-8a75-86f0f3f10019"], ["created_at", "2020-11-21 14:33:00.666062"], ["updated_at", "2020-11-21 14:33:00.666062"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:33:00.668473"], ["updated_at", "2020-11-21 14:33:00.668473"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 14:33:00.670031"], ["updated_at", "2020-11-21 14:33:00.670031"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:33:00.671531"], ["updated_at", "2020-11-21 14:33:00.671531"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-21 14:33:00.673066"], ["updated_at", "2020-11-21 14:33:00.673066"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:33:00.674562"], ["updated_at", "2020-11-21 14:33:00.674562"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.686525"], ["updated_at", "2020-11-21 14:33:00.686525"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.687473"], ["updated_at", "2020-11-21 14:33:00.687473"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.688336"], ["updated_at", "2020-11-21 14:33:00.688336"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.689212"], ["updated_at", "2020-11-21 14:33:00.689212"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.690077"], ["updated_at", "2020-11-21 14:33:00.690077"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:33:00.690983"], ["updated_at", "2020-11-21 14:33:00.690983"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:33:00.691867"], ["updated_at", "2020-11-21 14:33:00.691867"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:33:00.692726"], ["updated_at", "2020-11-21 14:33:00.692726"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:33:00.693616"], ["updated_at", "2020-11-21 14:33:00.693616"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:33:00.694497"], ["updated_at", "2020-11-21 14:33:00.694497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 6.39285897515542], ["string", "Atque accusamus maiores ullam vitae."], ["date", "2020-10-28"], ["time", "2000-01-01 12:56:33.083675"], ["datetime", "2020-10-17 19:14:25.926465"], ["created_at", "2020-11-21 14:33:00.696932"], ["updated_at", "2020-11-21 14:33:00.696932"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 27], ["decimal", 2.81470070684347], ["string", "Molestias magni aliquid incidunt."], ["date", "2020-12-16"], ["time", "2000-01-01 21:00:12.834556"], ["datetime", "2020-11-13 18:32:15.427460"], ["created_at", "2020-11-21 14:33:00.699493"], ["updated_at", "2020-11-21 14:33:00.699493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 10.2265792513467], ["string", "Sunt architecto magni ab iusto harum."], ["date", "2020-12-16"], ["time", "2000-01-01 01:41:25.251965"], ["datetime", "2020-11-30 09:45:54.433420"], ["created_at", "2020-11-21 14:33:00.701978"], ["updated_at", "2020-11-21 14:33:00.701978"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 19.242940757603], ["string", "Pariatur repudiandae aliquam dicta est odio."], ["date", "2020-11-08"], ["time", "2000-01-01 08:09:03.778953"], ["datetime", "2020-11-07 09:08:00.652032"], ["created_at", "2020-11-21 14:33:00.704497"], ["updated_at", "2020-11-21 14:33:00.704497"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 7.44741928895175], ["string", "Voluptates dolorem illum."], ["date", "2020-12-25"], ["time", "2000-01-01 06:23:24.181051"], ["datetime", "2020-10-18 00:46:56.865975"], ["created_at", "2020-11-21 14:33:00.707032"], ["updated_at", "2020-11-21 14:33:00.707032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 2.50021674869799], ["string", "In qui exercitationem eligendi tempora sed."], ["created_at", "2020-11-21 14:33:00.709400"], ["updated_at", "2020-11-21 14:33:00.709400"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 23.3014187747111], ["string", "Tempore rerum nihil repudiandae dolorem aut."], ["created_at", "2020-11-21 14:33:00.711510"], ["updated_at", "2020-11-21 14:33:00.711510"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 9.5949013080886], ["string", "Dolorem beatae sit ullam est quaerat."], ["created_at", "2020-11-21 14:33:00.713572"], ["updated_at", "2020-11-21 14:33:00.713572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 13.4307064891721], ["string", "Nobis ratione quos accusamus totam reiciendis."], ["created_at", "2020-11-21 14:33:00.715679"], ["updated_at", "2020-11-21 14:33:00.715679"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1025], ["decimal", 3.76563618162551], ["string", "Ut sint et dolore rerum."], ["created_at", "2020-11-21 14:33:00.717921"], ["updated_at", "2020-11-21 14:33:00.717921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-21 14:33:00.719759"], ["updated_at", "2020-11-21 14:33:00.719759"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:33:00.721341"], ["updated_at", "2020-11-21 14:33:00.721341"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:33:00.722854"], ["updated_at", "2020-11-21 14:33:00.722854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:33:00.724402"], ["updated_at", "2020-11-21 14:33:00.724402"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:33:00.725927"], ["updated_at", "2020-11-21 14:33:00.725927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 9], ["created_at", "2020-11-21 14:33:00.728092"], ["updated_at", "2020-11-21 14:33:00.728092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 6], ["created_at", "2020-11-21 14:33:00.730272"], ["updated_at", "2020-11-21 14:33:00.730272"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 5], ["created_at", "2020-11-21 14:33:00.732399"], ["updated_at", "2020-11-21 14:33:00.732399"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 13], ["created_at", "2020-11-21 14:33:00.734482"], ["updated_at", "2020-11-21 14:33:00.734482"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-21 14:33:00.736558"], ["updated_at", "2020-11-21 14:33:00.736558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 14], ["created_at", "2020-11-21 14:33:00.738145"], ["updated_at", "2020-11-21 14:33:00.738145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-21 14:33:00.739723"], ["updated_at", "2020-11-21 14:33:00.739723"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-21 14:33:00.741250"], ["updated_at", "2020-11-21 14:33:00.741250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 14], ["created_at", "2020-11-21 14:33:00.742758"], ["updated_at", "2020-11-21 14:33:00.742758"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 13], ["created_at", "2020-11-21 14:33:00.744322"], ["updated_at", "2020-11-21 14:33:00.744322"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.745257"], ["updated_at", "2020-11-21 14:33:00.745257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.746137"], ["updated_at", "2020-11-21 14:33:00.746137"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.747013"], ["updated_at", "2020-11-21 14:33:00.747013"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.747870"], ["updated_at", "2020-11-21 14:33:00.747870"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.748744"], ["updated_at", "2020-11-21 14:33:00.748744"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:33:00.750357"], ["updated_at", "2020-11-21 14:33:00.750357"], ["india_id", 10]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:33:00.751854"], ["updated_at", "2020-11-21 14:33:00.751854"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:33:00.753302"], ["updated_at", "2020-11-21 14:33:00.753302"], ["india_id", 9]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:33:00.754769"], ["updated_at", "2020-11-21 14:33:00.754769"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:33:00.756242"], ["updated_at", "2020-11-21 14:33:00.756242"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "535 Hammes Meadow, New Floriaton, ID 42061-1025"], ["city", "New Puratown"], ["country", "Solomon Islands"], ["description", "Et sunt aspernatur. Tempore aut sint. Mollitia autem dolorem."], ["email", "omer.dare@example.com"], ["first_name", "Laura"], ["firstname", "Tyson"], ["last_name", "Wehner"], ["lastname", "Batz"], ["lat", "-37.90695727058725"], ["latitute", "54.157530784259535"], ["lng", "65.5956984763416"], ["locale", "JE"], ["longitude", "40.68843432793895"], ["middlename", "Mills"], ["middle_name", "Kuhn"], ["password", "EmJnN3vOy3Q"], ["phone", "1-353-630-8905 x546"], ["phone_number", "(663) 250-9831"], ["reference", "a673beaa-ac5a-4491-8fd3-b742169f6fe6"], ["title", "Aspernatur ut odit."], ["user_name", "merna_schneider"], ["username", "zada"], ["uuid", "5af9c8af-fbda-4e61-a891-37f29c9f3416"], ["created_at", "2020-11-21 14:33:00.780336"], ["updated_at", "2020-11-21 14:33:00.780336"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1021 Strosin Mountain, Bobbyport, WI 57703"], ["city", "Beerland"], ["country", "Saint Pierre and Miquelon"], ["description", "Non aliquid sed. Commodi officiis reprehenderit. Suscipit est quo. Tempora quisquam non. Suscipit quos laboriosam."], ["email", "gisela.jaskolski@example.biz"], ["first_name", "Ian"], ["firstname", "Austin"], ["last_name", "Parker"], ["lastname", "Franecki"], ["lat", "40.873210309446165"], ["latitute", "-43.62116687951167"], ["lng", "21.593775835738853"], ["locale", "RU"], ["longitude", "-80.19984193180042"], ["middlename", "Larkin"], ["middle_name", "Stroman"], ["password", "5ReHn3Hf6T3v9N1"], ["phone", "410.308.1960 x845"], ["phone_number", "828.073.2270 x994"], ["reference", "39b8ec3f-eeab-43ec-ba7a-c1f47452d3c9"], ["title", "Suscipit quisquam animi iusto."], ["user_name", "spencer"], ["username", "lavern_emmerich"], ["uuid", "a4abae6d-de7e-4c52-bea4-c65f5f3f1651"], ["created_at", "2020-11-21 14:33:00.812494"], ["updated_at", "2020-11-21 14:33:00.812494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "69153 Kathi Valley, Meridithfort, OK 36791"], ["city", "Johnieville"], ["country", "San Marino"], ["description", "Nisi perferendis distinctio. At quos ipsam. Aut rem quisquam."], ["email", "ewa@example.io"], ["first_name", "Bert"], ["firstname", "Raleigh"], ["last_name", "Renner"], ["lastname", "Skiles"], ["lat", "72.63550289162535"], ["latitute", "-24.099106470711774"], ["lng", "-34.028087406456336"], ["locale", "JM"], ["longitude", "-51.65088547802321"], ["middlename", "Roob"], ["middle_name", "Herman"], ["password", "WbUeBb6JbL5qWeX"], ["phone", "147.129.6036 x3167"], ["phone_number", "261-816-6947 x23491"], ["reference", "a36e1b18-5a1e-44e0-a7b5-1f44822828d9"], ["title", "Asperiores vel et."], ["user_name", "logan_quitzon"], ["username", "cherly_lehner"], ["uuid", "b4019980-bcf2-4625-87a2-e866008b7669"], ["created_at", "2020-11-21 14:33:00.837342"], ["updated_at", "2020-11-21 14:33:00.837342"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 446 6425 Moen Wells, East Natashia, WA 15140-0946"], ["city", "Heaneyview"], ["country", "Georgia"], ["description", "Cum et praesentium. A soluta accusamus."], ["email", "genevieve@example.org"], ["first_name", "Davis"], ["firstname", "Brenda"], ["last_name", "Ritchie"], ["lastname", "Schaden"], ["lat", "-57.33954716094827"], ["latitute", "9.91984409069127"], ["lng", "-39.57954719121847"], ["locale", "MD"], ["longitude", "60.57561869482274"], ["middlename", "Ratke"], ["middle_name", "Rohan"], ["password", "0Pm0AqIe77I3lI"], ["phone", "1-321-019-1747 x366"], ["phone_number", "(137) 951-9882 x151"], ["reference", "6785f206-3d84-4770-ac03-d24dd13bdc77"], ["title", "Voluptatem voluptas distinctio."], ["user_name", "jude_treutel"], ["username", "darryl.hintz"], ["uuid", "3b9ad156-d13b-4eeb-9fff-cab12cdbed3a"], ["created_at", "2020-11-21 14:33:00.861747"], ["updated_at", "2020-11-21 14:33:00.861747"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "838 Lakin Valley, Christiansenmouth, TX 18532-7205"], ["city", "Vandervortmouth"], ["country", "American Samoa"], ["description", "Id dolorem reiciendis. Id et ex. Voluptatem mollitia repellendus. Et at iusto. Et ducimus sapiente."], ["email", "keenan_witting@example.co"], ["first_name", "Genaro"], ["firstname", "Amelia"], ["last_name", "Orn"], ["lastname", "Schiller"], ["lat", "-49.13423288140129"], ["latitute", "35.18633190319824"], ["lng", "-99.48632550832761"], ["locale", "SA"], ["longitude", "-20.723865361435372"], ["middlename", "Lemke"], ["middle_name", "Kessler"], ["password", "55VxVlScXkFwLoH"], ["phone", "1-622-535-3078 x256"], ["phone_number", "(824) 252-5881 x3092"], ["reference", "e2e56cd0-8768-4663-95cd-bcd23faa23b6"], ["title", "Error consequatur optio."], ["user_name", "jose"], ["username", "lon_stoltenberg"], ["uuid", "6f993e10-7324-47bd-85ae-81c882861de3"], ["created_at", "2020-11-21 14:33:00.892680"], ["updated_at", "2020-11-21 14:33:00.892680"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:33:00.894988"], ["updated_at", "2020-11-21 14:33:00.894988"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-21 14:33:00.896551"], ["updated_at", "2020-11-21 14:33:00.896551"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:33:00.898065"], ["updated_at", "2020-11-21 14:33:00.898065"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:33:00.899599"], ["updated_at", "2020-11-21 14:33:00.899599"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:33:00.901087"], ["updated_at", "2020-11-21 14:33:00.901087"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.913258"], ["updated_at", "2020-11-21 14:33:00.913258"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.914210"], ["updated_at", "2020-11-21 14:33:00.914210"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.915085"], ["updated_at", "2020-11-21 14:33:00.915085"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.915937"], ["updated_at", "2020-11-21 14:33:00.915937"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:33:00.916800"], ["updated_at", "2020-11-21 14:33:00.916800"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:33:00.917725"], ["updated_at", "2020-11-21 14:33:00.917725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:33:00.918602"], ["updated_at", "2020-11-21 14:33:00.918602"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:33:00.919498"], ["updated_at", "2020-11-21 14:33:00.919498"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:33:00.920405"], ["updated_at", "2020-11-21 14:33:00.920405"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:33:00.921284"], ["updated_at", "2020-11-21 14:33:00.921284"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.1ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.6ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.9ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:17.427334"], ["updated_at", "2020-11-21 14:36:17.427334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:17.428608"], ["updated_at", "2020-11-21 14:36:17.428608"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:17.429461"], ["updated_at", "2020-11-21 14:36:17.429461"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:17.430261"], ["updated_at", "2020-11-21 14:36:17.430261"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:17.431091"], ["updated_at", "2020-11-21 14:36:17.431091"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:17.439398"], ["updated_at", "2020-11-21 14:36:17.439398"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:17.441209"], ["updated_at", "2020-11-21 14:36:17.441209"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:17.442724"], ["updated_at", "2020-11-21 14:36:17.442724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:17.444156"], ["updated_at", "2020-11-21 14:36:17.444156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:17.445601"], ["updated_at", "2020-11-21 14:36:17.445601"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "861 Lynch Isle, North Kendrick, HI 13652-5320"], ["city", "Asaview"], ["country", "Maldives"], ["description", "Repellat enim molestiae. Modi reiciendis et. Aut et id."], ["email", "kourtney@example.info"], ["first_name", "Yuki"], ["firstname", "Roselle"], ["last_name", "Rath"], ["lastname", "Bahringer"], ["lat", "-24.9633177484358"], ["latitute", "66.25190150993745"], ["lng", "91.73535976261996"], ["locale", "CU"], ["longitude", "-11.865319460027706"], ["middlename", "Thiel"], ["middle_name", "D'Amore"], ["password", "9ZsLr3Q1yIq1N"], ["phone", "1-743-389-2879 x11009"], ["phone_number", "1-134-306-1603 x4035"], ["reference", "3c71f242-a9f5-4f9e-9afc-e0743bd7c7cd"], ["title", "Voluptas et rerum reiciendis."], ["user_name", "penelope"], ["username", "otis"], ["uuid", "ef545292-7a22-4505-bdbc-0f3244bff34a"], ["created_at", "2020-11-21 14:36:18.377016"], ["updated_at", "2020-11-21 14:36:18.377016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "163 Steven View, Rachellburgh, VA 12970"], ["city", "Bauchview"], ["country", "Germany"], ["description", "Velit facilis cumque. Delectus autem porro. Numquam tempore laudantium. Incidunt facilis doloremque. Natus deserunt enim."], ["email", "idella.towne@example.com"], ["first_name", "Joelle"], ["firstname", "Edward"], ["last_name", "Schinner"], ["lastname", "Prohaska"], ["lat", "71.24352473414149"], ["latitute", "75.72688303255123"], ["lng", "-132.5483143990211"], ["locale", "DJ"], ["longitude", "-21.200091704788832"], ["middlename", "Lehner"], ["middle_name", "Ullrich"], ["password", "P85iWqSy7Zi"], ["phone", "624-481-1957"], ["phone_number", "1-339-646-7479 x2759"], ["reference", "20148ab5-bdbe-4a6f-8e7f-35f6962e2e2e"], ["title", "Vel dolorem ipsa reprehenderit aut excepturi."], ["user_name", "vince"], ["username", "douglas_baumbach"], ["uuid", "65288e04-d086-4afc-9e3a-ad7a2bd5f3f9"], ["created_at", "2020-11-21 14:36:18.401291"], ["updated_at", "2020-11-21 14:36:18.401291"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "65403 Strosin Path, Walshbury, HI 39665"], ["city", "Collinsshire"], ["country", "Saint Barthelemy"], ["description", "Aperiam animi vero. Vitae et minus. Tenetur sed omnis."], ["email", "shauna@example.com"], ["first_name", "Susanne"], ["firstname", "Burton"], ["last_name", "Jacobi"], ["lastname", "Zemlak"], ["lat", "-82.3738525324031"], ["latitute", "-48.950836168492245"], ["lng", "119.93657242486148"], ["locale", "BH"], ["longitude", "113.76226614301788"], ["middlename", "Swift"], ["middle_name", "Heathcote"], ["password", "Cn2PgUbWyTlXp7Aj"], ["phone", "558-159-2245 x267"], ["phone_number", "1-319-900-8558 x8210"], ["reference", "bb17e5f0-12d0-448a-b3da-a8822eb0096f"], ["title", "Quo aperiam ut."], ["user_name", "linwood_breitenberg"], ["username", "jermaine_farrell"], ["uuid", "97db5555-3bf1-4e81-bd4a-69aea750a06c"], ["created_at", "2020-11-21 14:36:18.424897"], ["updated_at", "2020-11-21 14:36:18.424897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 253 188 Abbott Viaduct, West Leonila, NE 95975-9516"], ["city", "South Maryside"], ["country", "Yemen"], ["description", "Cum perspiciatis quam. Id quo provident. Tempore occaecati explicabo. Facilis et repudiandae."], ["email", "anton_schroeder@example.io"], ["first_name", "Harlan"], ["firstname", "Ty"], ["last_name", "Halvorson"], ["lastname", "Rodriguez"], ["lat", "-7.128528511559992"], ["latitute", "-0.709726965761476"], ["lng", "-56.7047503117125"], ["locale", "ZW"], ["longitude", "86.88388730352699"], ["middlename", "Barton"], ["middle_name", "Lebsack"], ["password", "5QsN8q66"], ["phone", "(824) 247-3572 x708"], ["phone_number", "1-695-615-1152"], ["reference", "915e0716-7d7f-412e-8389-1f7ec80020fe"], ["title", "Nobis aut impedit."], ["user_name", "kamala"], ["username", "briana.robel"], ["uuid", "6e0ec6dd-dcaf-446b-b75f-d0859338b1a9"], ["created_at", "2020-11-21 14:36:18.448986"], ["updated_at", "2020-11-21 14:36:18.448986"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 169 18130 Ward Underpass, Gislasonport, LA 32981-5109"], ["city", "East Noelia"], ["country", "Ecuador"], ["description", "Dolor ab mollitia. Consequatur adipisci ratione."], ["email", "katelin.pouros@example.org"], ["first_name", "Bennett"], ["firstname", "Kimberlee"], ["last_name", "Bergnaum"], ["lastname", "Langworth"], ["lat", "-29.13993657946753"], ["latitute", "87.63990895653384"], ["lng", "-67.06941798287413"], ["locale", "LR"], ["longitude", "-50.98398484771394"], ["middlename", "Krajcik"], ["middle_name", "Maggio"], ["password", "K9pLhPpL4iZaEn3Z"], ["phone", "677-283-3136 x90608"], ["phone_number", "(822) 934-0717 x3245"], ["reference", "dbcb1686-38cb-43f5-84f7-7ad83d6cfd67"], ["title", "Impedit facilis dolorum veniam."], ["user_name", "eric"], ["username", "ambrose_runte"], ["uuid", "4a0953da-81b6-4a16-bd9a-706f52159cd3"], ["created_at", "2020-11-21 14:36:18.480030"], ["updated_at", "2020-11-21 14:36:18.480030"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 4.79321323378052], ["string", "Quia sit illo consequatur reprehenderit."], ["date", "2020-10-10"], ["time", "2000-01-01 22:53:42.679792"], ["datetime", "2020-12-25 05:14:23.167029"], ["created_at", "2020-11-21 14:36:18.489745"], ["updated_at", "2020-11-21 14:36:18.489745"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 5.5753640749457], ["string", "Aut tempore quo officia voluptatum qui."], ["date", "2020-11-30"], ["time", "2000-01-01 01:00:39.426228"], ["datetime", "2020-10-14 09:24:48.690470"], ["created_at", "2020-11-21 14:36:18.492388"], ["updated_at", "2020-11-21 14:36:18.492388"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 9.79910224413706], ["string", "Labore ullam necessitatibus aut rerum ratione."], ["date", "2020-10-14"], ["time", "2000-01-01 02:08:02.374045"], ["datetime", "2020-12-14 05:05:59.317261"], ["created_at", "2020-11-21 14:36:18.494759"], ["updated_at", "2020-11-21 14:36:18.494759"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 9.21105152462326], ["string", "Et reprehenderit facilis."], ["date", "2020-11-29"], ["time", "2000-01-01 13:49:27.923104"], ["datetime", "2020-11-21 18:04:39.785106"], ["created_at", "2020-11-21 14:36:18.497088"], ["updated_at", "2020-11-21 14:36:18.497088"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 5.70205009381019], ["string", "Quia incidunt soluta quo voluptatem sit."], ["date", "2020-12-22"], ["time", "2000-01-01 08:49:22.210535"], ["datetime", "2020-12-10 18:48:38.953751"], ["created_at", "2020-11-21 14:36:18.499354"], ["updated_at", "2020-11-21 14:36:18.499354"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:36:18.503641"], ["updated_at", "2020-11-21 14:36:18.503641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:36:18.504895"], ["updated_at", "2020-11-21 14:36:18.504895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:36:18.506036"], ["updated_at", "2020-11-21 14:36:18.506036"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:36:18.507153"], ["updated_at", "2020-11-21 14:36:18.507153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:36:18.508234"], ["updated_at", "2020-11-21 14:36:18.508234"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:36:18.512505"], ["updated_at", "2020-11-21 14:36:18.512505"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:36:18.513757"], ["updated_at", "2020-11-21 14:36:18.513757"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:36:18.514893"], ["updated_at", "2020-11-21 14:36:18.514893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:36:18.515999"], ["updated_at", "2020-11-21 14:36:18.515999"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:36:18.517138"], ["updated_at", "2020-11-21 14:36:18.517138"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 0.905011227292784], ["string", "Laudantium et dolorum rem maiores."], ["created_at", "2020-11-21 14:36:18.523291"], ["updated_at", "2020-11-21 14:36:18.523291"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 18.0914693906678], ["string", "Amet nostrum voluptatem quod."], ["created_at", "2020-11-21 14:36:18.525285"], ["updated_at", "2020-11-21 14:36:18.525285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 13.7460321925261], ["string", "Sit quo aspernatur qui."], ["created_at", "2020-11-21 14:36:18.527096"], ["updated_at", "2020-11-21 14:36:18.527096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 1.66563630923331], ["string", "Suscipit quia quis delectus non."], ["created_at", "2020-11-21 14:36:18.528888"], ["updated_at", "2020-11-21 14:36:18.528888"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 0.284874564579115], ["string", "Corporis dolorem molestiae sit."], ["created_at", "2020-11-21 14:36:18.530698"], ["updated_at", "2020-11-21 14:36:18.530698"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:18.548004"], ["updated_at", "2020-11-21 14:36:18.548004"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:18.548840"], ["updated_at", "2020-11-21 14:36:18.548840"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:18.549485"], ["updated_at", "2020-11-21 14:36:18.549485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:18.550096"], ["updated_at", "2020-11-21 14:36:18.550096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:18.550703"], ["updated_at", "2020-11-21 14:36:18.550703"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:36:18.553420"], ["updated_at", "2020-11-21 14:36:18.553420"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:36:18.554129"], ["updated_at", "2020-11-21 14:36:18.554129"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:36:18.554765"], ["updated_at", "2020-11-21 14:36:18.554765"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:36:18.555409"], ["updated_at", "2020-11-21 14:36:18.555409"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:36:18.556036"], ["updated_at", "2020-11-21 14:36:18.556036"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:36:18.560734"], ["updated_at", "2020-11-21 14:36:18.560734"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:36:18.562085"], ["updated_at", "2020-11-21 14:36:18.562085"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 14:36:18.563580"], ["updated_at", "2020-11-21 14:36:18.563580"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 14:36:18.564711"], ["updated_at", "2020-11-21 14:36:18.564711"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 14:36:18.565848"], ["updated_at", "2020-11-21 14:36:18.565848"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-21 14:36:18.570933"], ["updated_at", "2020-11-21 14:36:18.570933"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-21 14:36:18.572592"], ["updated_at", "2020-11-21 14:36:18.572592"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-21 14:36:18.574199"], ["updated_at", "2020-11-21 14:36:18.574199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-21 14:36:18.575775"], ["updated_at", "2020-11-21 14:36:18.575775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-21 14:36:18.577283"], ["updated_at", "2020-11-21 14:36:18.577283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:18.578003"], ["updated_at", "2020-11-21 14:36:18.578003"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:18.578658"], ["updated_at", "2020-11-21 14:36:18.578658"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:18.579296"], ["updated_at", "2020-11-21 14:36:18.579296"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:18.579929"], ["updated_at", "2020-11-21 14:36:18.579929"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:18.580576"], ["updated_at", "2020-11-21 14:36:18.580576"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:36:18.581987"], ["updated_at", "2020-11-21 14:36:18.581987"], ["india_id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:36:18.583080"], ["updated_at", "2020-11-21 14:36:18.583080"], ["india_id", 5]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:36:18.584112"], ["updated_at", "2020-11-21 14:36:18.584112"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:36:18.585134"], ["updated_at", "2020-11-21 14:36:18.585134"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:36:18.586168"], ["updated_at", "2020-11-21 14:36:18.586168"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 342 58893 Weimann River, Lake Dana, AR 06864"], ["city", "Willisfort"], ["country", "Isle of Man"], ["description", "Dolorem ut necessitatibus. Recusandae sunt quia. Vel sed dolores. Dignissimos excepturi sequi. Natus delectus atque."], ["email", "tona_quitzon@example.io"], ["first_name", "Alica"], ["firstname", "Eduardo"], ["last_name", "Kuhn"], ["lastname", "Upton"], ["lat", "80.90261346390378"], ["latitute", "46.058729316151414"], ["lng", "121.19472127253795"], ["locale", "FI"], ["longitude", "30.470912548503946"], ["middlename", "Bernier"], ["middle_name", "Muller"], ["password", "G3b2PnOsG"], ["phone", "1-973-124-5720 x38739"], ["phone_number", "625-783-4186"], ["reference", "654084c1-e27e-411a-bef6-dbdafe9a68c0"], ["title", "Facilis nam voluptas pariatur quibusdam magni."], ["user_name", "sherron_spinka"], ["username", "adan_ritchie"], ["uuid", "3a8c7246-3270-4814-bebb-190803e5bcf3"], ["created_at", "2020-11-21 14:36:18.610064"], ["updated_at", "2020-11-21 14:36:18.610064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 772 34132 Josphine Run, East Kecia, OH 67867-1139"], ["city", "South Debburgh"], ["country", "Guam"], ["description", "Sed magni est. Praesentium velit aperiam. Veniam cumque qui. Natus ad nemo. Iste sed dicta."], ["email", "leif.beahan@example.io"], ["first_name", "Cleotilde"], ["firstname", "Mario"], ["last_name", "Heaney"], ["lastname", "McClure"], ["lat", "71.67679181191812"], ["latitute", "13.450667270387271"], ["lng", "-139.4402371465653"], ["locale", "CW"], ["longitude", "-91.18941107842545"], ["middlename", "Berge"], ["middle_name", "Nicolas"], ["password", "V9vAhNxIpO9"], ["phone", "697.027.8534"], ["phone_number", "1-136-173-3836 x86641"], ["reference", "68930971-8ddc-4a22-8f8a-ff6f214bc9aa"], ["title", "Quia eius maiores rerum dolorum corrupti."], ["user_name", "jody_terry"], ["username", "darrick"], ["uuid", "57b0146d-923f-4452-afc9-b38200facd4f"], ["created_at", "2020-11-21 14:36:18.635080"], ["updated_at", "2020-11-21 14:36:18.635080"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "348 Johnnie Well, Friesenshire, OK 82240-9712"], ["city", "West Benjamin"], ["country", "Japan"], ["description", "Reiciendis rerum quos. Aut totam dolore. Omnis voluptatum accusamus. Assumenda molestiae id."], ["email", "bernard_rice@example.co"], ["first_name", "Monika"], ["firstname", "Gustavo"], ["last_name", "Connelly"], ["lastname", "Becker"], ["lat", "-11.972200231396798"], ["latitute", "80.98775291543603"], ["lng", "23.046543030591863"], ["locale", "MT"], ["longitude", "35.741672443461084"], ["middlename", "Greenfelder"], ["middle_name", "Langosh"], ["password", "4D97fS9n1V0o4S"], ["phone", "(681) 703-0851"], ["phone_number", "887-646-2888 x9741"], ["reference", "9638483e-b769-47f7-ae51-caf5718c54c8"], ["title", "Sit dolorum repellendus iste maxime."], ["user_name", "britany.pouros"], ["username", "janie"], ["uuid", "bc0e7ef9-e579-419b-91b4-86f474baabb9"], ["created_at", "2020-11-21 14:36:18.671414"], ["updated_at", "2020-11-21 14:36:18.671414"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 123 2893 Chang Springs, South Charlott, MA 33791"], ["city", "Olsonton"], ["country", "Christmas Island"], ["description", "Ut molestiae rerum. Aut suscipit eum. Fuga est eos. Voluptas ut maxime."], ["email", "valeria@example.com"], ["first_name", "Nicholas"], ["firstname", "Keitha"], ["last_name", "Christiansen"], ["lastname", "Gorczany"], ["lat", "-6.173317022258971"], ["latitute", "19.1406300079758"], ["lng", "-81.5579841913471"], ["locale", "ID"], ["longitude", "45.679427217195155"], ["middlename", "Metz"], ["middle_name", "Crona"], ["password", "9Og1EpZt6Xp"], ["phone", "(140) 135-2821"], ["phone_number", "235-016-1854 x23631"], ["reference", "efbc9627-0e9c-44c5-a3a4-6c9b3050d1df"], ["title", "Eligendi soluta dolores eum."], ["user_name", "elli.jacobson"], ["username", "kurt_ankunding"], ["uuid", "70aa4b60-f428-464f-9379-8729f23de721"], ["created_at", "2020-11-21 14:36:18.697127"], ["updated_at", "2020-11-21 14:36:18.697127"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "78106 Virgilio Union, Mertzhaven, LA 14405"], ["city", "Rutherfordview"], ["country", "Puerto Rico"], ["description", "Earum magni libero. Aut velit modi. Minus dolorem veniam. Cum ut adipisci. Nesciunt perspiciatis odio."], ["email", "jewell_mcclure@example.co"], ["first_name", "Rocky"], ["firstname", "Gussie"], ["last_name", "Haag"], ["lastname", "Lindgren"], ["lat", "-19.433461080253394"], ["latitute", "-7.398793476442236"], ["lng", "128.50467206933183"], ["locale", "BA"], ["longitude", "66.73793138550181"], ["middlename", "Lind"], ["middle_name", "Macejkovic"], ["password", "WtWlLwY0nCx2Ch7"], ["phone", "1-321-822-8835 x875"], ["phone_number", "(649) 826-9431 x5411"], ["reference", "b2645f7b-8418-44cf-8536-c9853be89f74"], ["title", "Odio quis laudantium."], ["user_name", "van_mante"], ["username", "kati"], ["uuid", "357121cb-0abd-4431-b2bf-abe659c97227"], ["created_at", "2020-11-21 14:36:18.721346"], ["updated_at", "2020-11-21 14:36:18.721346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 14.4851680065783], ["string", "Vero enim fuga placeat id."], ["date", "2020-11-27"], ["time", "2000-01-01 05:35:08.502551"], ["datetime", "2020-12-19 01:57:22.387625"], ["created_at", "2020-11-21 14:36:18.724170"], ["updated_at", "2020-11-21 14:36:18.724170"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 25], ["decimal", 38.2129480959974], ["string", "Ipsum omnis nihil explicabo."], ["date", "2020-10-29"], ["time", "2000-01-01 08:47:27.865917"], ["datetime", "2020-12-01 08:45:44.758251"], ["created_at", "2020-11-21 14:36:18.726535"], ["updated_at", "2020-11-21 14:36:18.726535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 12.8729271881069], ["string", "Omnis aut asperiores illo laboriosam."], ["date", "2020-11-27"], ["time", "2000-01-01 07:56:30.063855"], ["datetime", "2020-12-30 22:33:20.039912"], ["created_at", "2020-11-21 14:36:18.728770"], ["updated_at", "2020-11-21 14:36:18.728770"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 11.4697541874064], ["string", "Sit unde porro veniam nesciunt quia."], ["date", "2020-11-07"], ["time", "2000-01-01 22:08:00.409079"], ["datetime", "2020-12-23 20:25:47.148135"], ["created_at", "2020-11-21 14:36:18.730982"], ["updated_at", "2020-11-21 14:36:18.730982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 2.59532845012231], ["string", "Ab quas modi."], ["date", "2020-10-17"], ["time", "2000-01-01 05:02:31.222003"], ["datetime", "2020-10-22 09:34:30.798100"], ["created_at", "2020-11-21 14:36:18.733213"], ["updated_at", "2020-11-21 14:36:18.733213"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 14:36:18.734778"], ["updated_at", "2020-11-21 14:36:18.734778"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 14:36:18.736022"], ["updated_at", "2020-11-21 14:36:18.736022"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:36:18.737225"], ["updated_at", "2020-11-21 14:36:18.737225"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 14:36:18.738346"], ["updated_at", "2020-11-21 14:36:18.738346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:36:18.739429"], ["updated_at", "2020-11-21 14:36:18.739429"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:36:18.740604"], ["updated_at", "2020-11-21 14:36:18.740604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:36:18.741723"], ["updated_at", "2020-11-21 14:36:18.741723"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:36:18.742794"], ["updated_at", "2020-11-21 14:36:18.742794"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:36:18.743885"], ["updated_at", "2020-11-21 14:36:18.743885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-21 14:36:18.745054"], ["updated_at", "2020-11-21 14:36:18.745054"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 1.85382152551758], ["string", "Dolorem laudantium numquam quis sequi."], ["created_at", "2020-11-21 14:36:18.747034"], ["updated_at", "2020-11-21 14:36:18.747034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1020], ["decimal", 9.76215680479052], ["string", "Quidem commodi autem quisquam quasi."], ["created_at", "2020-11-21 14:36:18.748894"], ["updated_at", "2020-11-21 14:36:18.748894"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 3.48330222779061], ["string", "Nisi tempore occaecati."], ["created_at", "2020-11-21 14:36:18.750660"], ["updated_at", "2020-11-21 14:36:18.750660"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 6.09811228160064], ["string", "Ipsa voluptas voluptatem."], ["created_at", "2020-11-21 14:36:18.752445"], ["updated_at", "2020-11-21 14:36:18.752445"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 2.71277605900702], ["string", "Rerum voluptatem a."], ["created_at", "2020-11-21 14:36:18.754229"], ["updated_at", "2020-11-21 14:36:18.754229"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:18.764902"], ["updated_at", "2020-11-21 14:36:18.764902"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:18.765628"], ["updated_at", "2020-11-21 14:36:18.765628"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:18.766241"], ["updated_at", "2020-11-21 14:36:18.766241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:18.766834"], ["updated_at", "2020-11-21 14:36:18.766834"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:18.767428"], ["updated_at", "2020-11-21 14:36:18.767428"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:36:18.768057"], ["updated_at", "2020-11-21 14:36:18.768057"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:36:18.768721"], ["updated_at", "2020-11-21 14:36:18.768721"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:36:18.769361"], ["updated_at", "2020-11-21 14:36:18.769361"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:36:18.769990"], ["updated_at", "2020-11-21 14:36:18.769990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:36:18.770642"], ["updated_at", "2020-11-21 14:36:18.770642"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-21 14:36:18.771908"], ["updated_at", "2020-11-21 14:36:18.771908"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:36:18.773212"], ["updated_at", "2020-11-21 14:36:18.773212"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-21 14:36:18.774672"], ["updated_at", "2020-11-21 14:36:18.774672"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 14:36:18.776193"], ["updated_at", "2020-11-21 14:36:18.776193"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 14:36:18.777603"], ["updated_at", "2020-11-21 14:36:18.777603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 9], ["created_at", "2020-11-21 14:36:18.779485"], ["updated_at", "2020-11-21 14:36:18.779485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 10], ["created_at", "2020-11-21 14:36:18.781168"], ["updated_at", "2020-11-21 14:36:18.781168"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-21 14:36:18.782732"], ["updated_at", "2020-11-21 14:36:18.782732"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-21 14:36:18.784280"], ["updated_at", "2020-11-21 14:36:18.784280"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 9], ["created_at", "2020-11-21 14:36:18.786508"], ["updated_at", "2020-11-21 14:36:18.786508"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:18.787439"], ["updated_at", "2020-11-21 14:36:18.787439"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:18.788101"], ["updated_at", "2020-11-21 14:36:18.788101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:18.788786"], ["updated_at", "2020-11-21 14:36:18.788786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:18.789486"], ["updated_at", "2020-11-21 14:36:18.789486"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:18.790197"], ["updated_at", "2020-11-21 14:36:18.790197"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:36:18.791548"], ["updated_at", "2020-11-21 14:36:18.791548"], ["india_id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:36:18.792800"], ["updated_at", "2020-11-21 14:36:18.792800"], ["india_id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:36:18.794176"], ["updated_at", "2020-11-21 14:36:18.794176"], ["india_id", 7]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:36:18.796832"], ["updated_at", "2020-11-21 14:36:18.796832"], ["india_id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at", "india_id") VALUES (?, ?, ?) [["created_at", "2020-11-21 14:36:18.798724"], ["updated_at", "2020-11-21 14:36:18.798724"], ["india_id", 3]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 698 231 Marty Mills, Lake Abrahamtown, SC 75917"], ["city", "Jessieland"], ["country", "Honduras"], ["description", "Occaecati consequatur cupiditate. Eos nulla nobis. Sed distinctio nesciunt. Dolores eos dolor. Dolor temporibus et."], ["email", "earnest@example.io"], ["first_name", "Felicitas"], ["firstname", "Alla"], ["last_name", "Schuster"], ["lastname", "Swaniawski"], ["lat", "40.349677071312215"], ["latitute", "-20.33090079301192"], ["lng", "68.72346447356222"], ["locale", "DO"], ["longitude", "62.41633305109812"], ["middlename", "Steuber"], ["middle_name", "Braun"], ["password", "E6aOiV8tRzA1g"], ["phone", "517.952.0560 x569"], ["phone_number", "882-044-4063 x43889"], ["reference", "4463ed62-0801-4602-a5db-a919c27abc3d"], ["title", "Assumenda impedit aut sunt."], ["user_name", "emory"], ["username", "arletha"], ["uuid", "bb72c751-f7de-438d-af4f-1f9019d9e5a2"], ["created_at", "2020-11-21 14:36:18.833002"], ["updated_at", "2020-11-21 14:36:18.833002"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "680 Waldo Rue, Lake Timmymouth, ME 12117-6596"], ["city", "West Dwayneton"], ["country", "Cambodia"], ["description", "Et doloremque sequi. Ea ipsum omnis. Quibusdam iste tenetur. Laudantium totam sapiente."], ["email", "travis@example.name"], ["first_name", "Sherril"], ["firstname", "Pablo"], ["last_name", "Waters"], ["lastname", "Bergnaum"], ["lat", "88.03113810840742"], ["latitute", "-84.28474164382736"], ["lng", "-41.36335191348658"], ["locale", "NA"], ["longitude", "-11.391715058886263"], ["middlename", "Vandervort"], ["middle_name", "Anderson"], ["password", "SoRqJzLc"], ["phone", "1-884-851-4492 x359"], ["phone_number", "1-947-832-9765 x0670"], ["reference", "39b28951-92fa-46e9-af39-176b3a3ae470"], ["title", "Occaecati eligendi porro in rerum."], ["user_name", "leontine"], ["username", "allen"], ["uuid", "03f095ec-dbe8-4c5a-95e5-f960a07b3764"], ["created_at", "2020-11-21 14:36:18.861089"], ["updated_at", "2020-11-21 14:36:18.861089"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 956 8847 Jae Fork, Welchbury, MI 31937-7794"], ["city", "Macejkovicside"], ["country", "Mozambique"], ["description", "Modi animi nesciunt. Architecto fugiat sit. Est quis sint. Et incidunt labore. Molestiae itaque beatae."], ["email", "onita@example.net"], ["first_name", "Oswaldo"], ["firstname", "Leena"], ["last_name", "Ratke"], ["lastname", "Maggio"], ["lat", "48.15505655031072"], ["latitute", "-49.0254448872119"], ["lng", "-149.91467042023484"], ["locale", "KZ"], ["longitude", "116.51020331416362"], ["middlename", "Borer"], ["middle_name", "Herzog"], ["password", "WzTtEeEfBvGgNq7"], ["phone", "113.246.1623"], ["phone_number", "623-712-6959 x2395"], ["reference", "5c72700d-c58d-4df4-a81c-2a55558d249a"], ["title", "Ratione rerum nobis qui libero alias."], ["user_name", "brent_lakin"], ["username", "jonathan.nitzsche"], ["uuid", "057b091c-3cf6-4102-9904-14e1ab887573"], ["created_at", "2020-11-21 14:36:18.886138"], ["updated_at", "2020-11-21 14:36:18.886138"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 120 11928 Lockman Isle, West Karissaberg, TX 19839-9384"], ["city", "East Olen"], ["country", "Singapore"], ["description", "Neque et fugit. Eos eius dolores. Dignissimos dolor quibusdam. Tempora saepe et."], ["email", "wally@example.co"], ["first_name", "Hubert"], ["firstname", "Blair"], ["last_name", "Wolff"], ["lastname", "Herzog"], ["lat", "-22.078275348007494"], ["latitute", "-86.86714510214557"], ["lng", "53.985300418815655"], ["locale", "AM"], ["longitude", "50.1289822736326"], ["middlename", "Anderson"], ["middle_name", "Ledner"], ["password", "DzBc0RyX5"], ["phone", "668-011-5338 x2755"], ["phone_number", "228.281.4765"], ["reference", "1f40e7fe-fd23-4bea-9074-ba6b7d3a08c2"], ["title", "Voluptate voluptates nesciunt incidunt."], ["user_name", "sandra"], ["username", "louella_waelchi"], ["uuid", "33d17b9e-a37e-436c-8a1c-2f0fd5b28091"], ["created_at", "2020-11-21 14:36:18.910531"], ["updated_at", "2020-11-21 14:36:18.910531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 755 9238 Madalene Path, Lake Andrewbury, NC 26483-7439"], ["city", "South Jeffreyland"], ["country", "Democratic People's Republic of Korea"], ["description", "Iste expedita id. Nihil natus nisi. Quia omnis ut. Aut eius sed. A quia est."], ["email", "rossie@example.info"], ["first_name", "Ron"], ["firstname", "Rudolf"], ["last_name", "Kshlerin"], ["lastname", "Schuster"], ["lat", "8.901479796533678"], ["latitute", "72.08543228139467"], ["lng", "125.22636325791353"], ["locale", "BM"], ["longitude", "26.609526010790944"], ["middlename", "Strosin"], ["middle_name", "Cremin"], ["password", "Td13YnQjFn"], ["phone", "725-873-2952 x722"], ["phone_number", "438-843-7697 x7596"], ["reference", "eef2279a-549c-4c44-bc50-bb7c9b624125"], ["title", "Consequatur et occaecati nisi est."], ["user_name", "rodolfo_mclaughlin"], ["username", "devin"], ["uuid", "5aa1f6d8-7a52-4c37-9fcb-6fce129f5e3a"], ["created_at", "2020-11-21 14:36:18.935002"], ["updated_at", "2020-11-21 14:36:18.935002"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 24], ["decimal", 26.155472604392], ["string", "Aut sed nobis qui assumenda quis."], ["date", "2020-12-09"], ["time", "2000-01-01 21:45:32.290102"], ["datetime", "2020-12-20 04:05:54.085659"], ["created_at", "2020-11-21 14:36:18.937657"], ["updated_at", "2020-11-21 14:36:18.937657"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 23], ["decimal", 4.72223834094556], ["string", "Voluptatibus quia enim."], ["date", "2020-11-15"], ["time", "2000-01-01 14:19:08.498412"], ["datetime", "2020-11-27 05:21:50.200289"], ["created_at", "2020-11-21 14:36:18.940104"], ["updated_at", "2020-11-21 14:36:18.940104"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 9.55853073804148], ["string", "Est molestiae laborum voluptatem."], ["date", "2020-12-23"], ["time", "2000-01-01 16:54:08.731375"], ["datetime", "2020-12-15 16:58:02.131960"], ["created_at", "2020-11-21 14:36:18.942501"], ["updated_at", "2020-11-21 14:36:18.942501"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 0.0240237131373108], ["string", "Nihil tenetur in."], ["date", "2020-12-26"], ["time", "2000-01-01 19:33:16.051559"], ["datetime", "2020-12-12 05:55:34.528913"], ["created_at", "2020-11-21 14:36:18.944788"], ["updated_at", "2020-11-21 14:36:18.944788"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 0.652181885077454], ["string", "Amet corrupti explicabo."], ["date", "2020-11-21"], ["time", "2000-01-01 06:34:31.982636"], ["datetime", "2020-12-15 05:21:18.021910"], ["created_at", "2020-11-21 14:36:18.946981"], ["updated_at", "2020-11-21 14:36:18.946981"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:36:18.948500"], ["updated_at", "2020-11-21 14:36:18.948500"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:36:18.949639"], ["updated_at", "2020-11-21 14:36:18.949639"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:36:18.950721"], ["updated_at", "2020-11-21 14:36:18.950721"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 14:36:18.951800"], ["updated_at", "2020-11-21 14:36:18.951800"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:36:18.952866"], ["updated_at", "2020-11-21 14:36:18.952866"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-21 14:36:18.954020"], ["updated_at", "2020-11-21 14:36:18.954020"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:36:18.955135"], ["updated_at", "2020-11-21 14:36:18.955135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-21 14:36:18.956209"], ["updated_at", "2020-11-21 14:36:18.956209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:36:18.957277"], ["updated_at", "2020-11-21 14:36:18.957277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:36:18.958355"], ["updated_at", "2020-11-21 14:36:18.958355"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 8.88950846528083], ["string", "Et ut magni."], ["created_at", "2020-11-21 14:36:18.960269"], ["updated_at", "2020-11-21 14:36:18.960269"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1028], ["decimal", 1.03562193374441], ["string", "Tenetur consequatur hic."], ["created_at", "2020-11-21 14:36:18.962104"], ["updated_at", "2020-11-21 14:36:18.962104"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 0.892660997819855], ["string", "Culpa quaerat consequatur impedit est."], ["created_at", "2020-11-21 14:36:18.963886"], ["updated_at", "2020-11-21 14:36:18.963886"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 24.9527008840663], ["string", "Dolor qui nihil."], ["created_at", "2020-11-21 14:36:18.965637"], ["updated_at", "2020-11-21 14:36:18.965637"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 0.0524058122707606], ["string", "Voluptas consequatur aut quia dolore."], ["created_at", "2020-11-21 14:36:18.967409"], ["updated_at", "2020-11-21 14:36:18.967409"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:18.986762"], ["updated_at", "2020-11-21 14:36:18.986762"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:18.987603"], ["updated_at", "2020-11-21 14:36:18.987603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:18.988294"], ["updated_at", "2020-11-21 14:36:18.988294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:18.988975"], ["updated_at", "2020-11-21 14:36:18.988975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:36:18.989659"], ["updated_at", "2020-11-21 14:36:18.989659"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:36:18.990496"], ["updated_at", "2020-11-21 14:36:18.990496"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:36:18.991315"], ["updated_at", "2020-11-21 14:36:18.991315"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:36:18.992034"], ["updated_at", "2020-11-21 14:36:18.992034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:36:18.992731"], ["updated_at", "2020-11-21 14:36:18.992731"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:36:18.993424"], ["updated_at", "2020-11-21 14:36:18.993424"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 15], ["created_at", "2020-11-21 14:36:18.994817"], ["updated_at", "2020-11-21 14:36:18.994817"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 14:36:18.996204"], ["updated_at", "2020-11-21 14:36:18.996204"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:36:18.997449"], ["updated_at", "2020-11-21 14:36:18.997449"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:36:18.998649"], ["updated_at", "2020-11-21 14:36:18.998649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 14:36:18.999822"], ["updated_at", "2020-11-21 14:36:18.999822"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 13], ["created_at", "2020-11-21 14:36:19.001413"], ["updated_at", "2020-11-21 14:36:19.001413"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-21 14:36:19.002963"], ["updated_at", "2020-11-21 14:36:19.002963"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-21 14:36:19.004500"], ["updated_at", "2020-11-21 14:36:19.004500"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 8], ["created_at", "2020-11-21 14:36:19.006021"], ["updated_at", "2020-11-21 14:36:19.006021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 13], ["zed_id", 14], ["created_at", "2020-11-21 14:36:19.007547"], ["updated_at", "2020-11-21 14:36:19.007547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.8ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.9ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (2.1ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.6ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.1ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.5ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (2.1ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.8ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.9ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (2.0ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:08.106661"], ["updated_at", "2020-11-21 14:44:08.106661"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:08.107830"], ["updated_at", "2020-11-21 14:44:08.107830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:08.108807"], ["updated_at", "2020-11-21 14:44:08.108807"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:08.109494"], ["updated_at", "2020-11-21 14:44:08.109494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:08.110242"], ["updated_at", "2020-11-21 14:44:08.110242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:08.111211"], ["updated_at", "2020-11-21 14:44:08.111211"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:08.111931"], ["updated_at", "2020-11-21 14:44:08.111931"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.0ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:08.112819"], ["updated_at", "2020-11-21 14:44:08.112819"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:08.113442"], ["updated_at", "2020-11-21 14:44:08.113442"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:08.114125"], ["updated_at", "2020-11-21 14:44:08.114125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:08.121822"], ["updated_at", "2020-11-21 14:44:08.121822"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:08.123374"], ["updated_at", "2020-11-21 14:44:08.123374"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:08.124926"], ["updated_at", "2020-11-21 14:44:08.124926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:08.126099"], ["updated_at", "2020-11-21 14:44:08.126099"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:08.127445"], ["updated_at", "2020-11-21 14:44:08.127445"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:08.139945"], ["updated_at", "2020-11-21 14:44:08.139945"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:08.141574"], ["updated_at", "2020-11-21 14:44:08.141574"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:08.142991"], ["updated_at", "2020-11-21 14:44:08.142991"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:08.144751"], ["updated_at", "2020-11-21 14:44:08.144751"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:08.146396"], ["updated_at", "2020-11-21 14:44:08.146396"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2681 Shantel Shores, Lake Kennyshire, AR 64471"], ["city", "Hellerfurt"], ["country", "China"], ["description", "Cumque sit et. Facere velit corrupti. Maxime corporis repellendus."], ["email", "leta@example.co"], ["first_name", "Carlena"], ["firstname", "Jenine"], ["last_name", "Hintz"], ["lastname", "Abshire"], ["lat", "86.94383298246589"], ["latitute", "-30.467545278196354"], ["lng", "-144.74235280050624"], ["locale", "TR"], ["longitude", "11.567838553541606"], ["middlename", "Auer"], ["middle_name", "Schiller"], ["password", "707NoDk1"], ["phone", "548.573.9347 x680"], ["phone_number", "979.261.2885 x855"], ["reference", "a8dbebea-27b0-474c-a31a-3df616d9def9"], ["title", "Iste eos iure."], ["user_name", "mitch_rice"], ["username", "blanca"], ["uuid", "cbc5f6bf-f2c4-4f45-b34e-2b75667191a9"], ["created_at", "2020-11-21 14:44:09.048817"], ["updated_at", "2020-11-21 14:44:09.048817"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 798 973 Rempel Curve, Jonesshire, UT 93005"], ["city", "Aureafort"], ["country", "United Kingdom"], ["description", "Iste reiciendis aut. Minus nostrum quo."], ["email", "anthony.corwin@example.io"], ["first_name", "Juliette"], ["firstname", "Cassey"], ["last_name", "Hilpert"], ["lastname", "Wolf"], ["lat", "57.520288695632104"], ["latitute", "50.267299626575436"], ["lng", "-151.31762979562222"], ["locale", "GP"], ["longitude", "-5.204643209340901"], ["middlename", "Conn"], ["middle_name", "Bernier"], ["password", "HpE72i291"], ["phone", "972-196-9344 x4008"], ["phone_number", "(509) 202-1340 x902"], ["reference", "0fccc1d5-816e-4a0d-a268-0e2709df88b8"], ["title", "Soluta placeat sit."], ["user_name", "karma.armstrong"], ["username", "maybell_kutch"], ["uuid", "eba761f4-057d-4d72-8cb2-97876ddeea46"], ["created_at", "2020-11-21 14:44:09.074842"], ["updated_at", "2020-11-21 14:44:09.074842"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 429 3231 Bauch Course, Whitefort, SC 53779-6211"], ["city", "West Alfredachester"], ["country", "Brunei Darussalam"], ["description", "Dolores molestiae delectus. Nisi ut perferendis. Iusto ipsa animi. Perspiciatis aut at. Ut voluptatibus aut."], ["email", "deedee_kuhlman@example.io"], ["first_name", "Calista"], ["firstname", "Lashunda"], ["last_name", "Jones"], ["lastname", "Klocko"], ["lat", "-87.76971086131378"], ["latitute", "-82.61156019406879"], ["lng", "144.56509961179842"], ["locale", "JE"], ["longitude", "38.54107012235241"], ["middlename", "Turcotte"], ["middle_name", "Lang"], ["password", "OhVmUjDi42G"], ["phone", "1-954-935-8148 x1199"], ["phone_number", "1-517-542-0043 x2418"], ["reference", "337d0fad-1c21-463e-9a11-d8f28d285b7a"], ["title", "Ratione non minima adipisci."], ["user_name", "gwen"], ["username", "cecil_wyman"], ["uuid", "39ea7855-4bc4-4642-9a2c-5f0b8efd7947"], ["created_at", "2020-11-21 14:44:09.100064"], ["updated_at", "2020-11-21 14:44:09.100064"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "907 Raynor Turnpike, Lake Rickview, FL 26834"], ["city", "New Johnsonmouth"], ["country", "Cocos (Keeling) Islands"], ["description", "Deserunt ratione ea. Ut ut sit. Unde quo incidunt."], ["email", "ardath@example.biz"], ["first_name", "Kendra"], ["firstname", "Lindsey"], ["last_name", "Jerde"], ["lastname", "Johnston"], ["lat", "70.33385841268802"], ["latitute", "-77.04833540163828"], ["lng", "-160.99880399125792"], ["locale", "KY"], ["longitude", "133.98871957559146"], ["middlename", "Schmitt"], ["middle_name", "Block"], ["password", "Lb0UbExI"], ["phone", "1-757-446-4460 x6294"], ["phone_number", "972-180-3945"], ["reference", "6d97b846-25ca-4315-bb21-7159dfb62044"], ["title", "Dolores occaecati sunt."], ["user_name", "tiffany.jenkins"], ["username", "felipe_kohler"], ["uuid", "ced97832-e1af-4005-8fcb-ae4a02c996c7"], ["created_at", "2020-11-21 14:44:09.124662"], ["updated_at", "2020-11-21 14:44:09.124662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 103 517 Becker Turnpike, New Kara, TX 97658-4075"], ["city", "West Tynishahaven"], ["country", "Mozambique"], ["description", "Quidem quia hic. Et nostrum iusto. Est consequatur rerum. Fugiat est aut."], ["email", "mac@example.org"], ["first_name", "Enola"], ["firstname", "Leroy"], ["last_name", "Zemlak"], ["lastname", "Blanda"], ["lat", "-43.85604997953235"], ["latitute", "87.5212899699271"], ["lng", "89.02518801911043"], ["locale", "VE"], ["longitude", "-175.42455665854206"], ["middlename", "Feil"], ["middle_name", "Walker"], ["password", "FgObE6tVgLt"], ["phone", "421.857.0073 x0916"], ["phone_number", "951-577-3827 x88253"], ["reference", "75092731-8925-4990-948f-f89af64c8764"], ["title", "Magni veritatis voluptas ipsa eos."], ["user_name", "elenore"], ["username", "loretta.franecki"], ["uuid", "b9144a5f-f6f0-4111-8ae7-d185b55296c6"], ["created_at", "2020-11-21 14:44:09.158758"], ["updated_at", "2020-11-21 14:44:09.158758"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3044 O'Kon Isle, Flatleyton, OR 03111-7772"], ["city", "Cleoview"], ["country", "Heard Island and McDonald Islands"], ["description", "Est omnis enim. Id soluta exercitationem. Totam quae qui. Id repudiandae aut."], ["email", "micha@example.com"], ["first_name", "Carolina"], ["firstname", "Rhett"], ["last_name", "Haag"], ["lastname", "Morar"], ["lat", "-72.21964055134515"], ["latitute", "-36.938674393983476"], ["lng", "6.500862681542685"], ["locale", "KE"], ["longitude", "-71.25326919137592"], ["middlename", "Larson"], ["middle_name", "Dibbert"], ["password", "KdTqRsY88wIyIj7"], ["phone", "1-328-933-5679"], ["phone_number", "510-348-4712 x56582"], ["reference", "850d78ec-cacb-46e2-8c59-e2efde9a097e"], ["title", "Quaerat sed nulla possimus nihil."], ["user_name", "alton_abernathy"], ["username", "joye"], ["uuid", "4acf4f04-a9cc-4791-a29a-5792f75c33e2"], ["created_at", "2020-11-21 14:44:09.183751"], ["updated_at", "2020-11-21 14:44:09.183751"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 678 73960 Valda Stravenue, New Britt, MN 98664-8148"], ["city", "South Stephnie"], ["country", "Costa Rica"], ["description", "Quia consequatur perspiciatis. Exercitationem officia magni. Non dicta voluptatum. Omnis aut vel. Molestiae natus aliquam."], ["email", "coy.lowe@example.io"], ["first_name", "Ruben"], ["firstname", "Pat"], ["last_name", "Jenkins"], ["lastname", "Doyle"], ["lat", "73.67618465558914"], ["latitute", "34.63163580454999"], ["lng", "50.28411686551584"], ["locale", "BM"], ["longitude", "-179.93671379488674"], ["middlename", "Macejkovic"], ["middle_name", "Schneider"], ["password", "Bj9Lb0S0qKx0"], ["phone", "1-989-633-7096"], ["phone_number", "(252) 916-5064"], ["reference", "8672b0ba-a0ce-4e43-8e7b-1ddf4c039b16"], ["title", "Est enim sapiente repellendus necessitatibus incidunt."], ["user_name", "stefan.jast"], ["username", "janeth"], ["uuid", "1cfccc1e-f18d-4552-831a-58418307a19d"], ["created_at", "2020-11-21 14:44:09.208171"], ["updated_at", "2020-11-21 14:44:09.208171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 103 5850 Aufderhar Flat, Herzogstad, NV 84957-0295"], ["city", "West Oswaldoberg"], ["country", "Anguilla"], ["description", "Possimus cupiditate illum. Ab ratione nobis. Eum exercitationem nostrum. Aut laboriosam eligendi. Ipsum porro ut."], ["email", "king@example.biz"], ["first_name", "Joaquin"], ["firstname", "Hunter"], ["last_name", "Pollich"], ["lastname", "Hudson"], ["lat", "35.86798207339041"], ["latitute", "47.55806954657285"], ["lng", "-112.02282696762269"], ["locale", "GM"], ["longitude", "-107.22517437312148"], ["middlename", "Lesch"], ["middle_name", "Schoen"], ["password", "4OkTdPsAsXvBdT"], ["phone", "806-230-4902 x196"], ["phone_number", "1-756-698-0872 x2896"], ["reference", "d4930ff8-dfee-487c-ba5c-e405dca08e89"], ["title", "Quis possimus unde cum reprehenderit placeat."], ["user_name", "hoyt"], ["username", "matt"], ["uuid", "180618d4-d01d-4485-a909-267785090f02"], ["created_at", "2020-11-21 14:44:09.238558"], ["updated_at", "2020-11-21 14:44:09.238558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "986 Leffler Fork, Lake Renaldoborough, WA 48523-5955"], ["city", "Loydborough"], ["country", "Guatemala"], ["description", "Architecto voluptas aut. Veritatis rerum quasi."], ["email", "royce_vandervort@example.io"], ["first_name", "Russell"], ["firstname", "Domenic"], ["last_name", "Ryan"], ["lastname", "Schaden"], ["lat", "-58.50838009617782"], ["latitute", "-78.59517274443033"], ["lng", "-66.54261346425211"], ["locale", "BZ"], ["longitude", "-127.61387917261364"], ["middlename", "Zulauf"], ["middle_name", "Flatley"], ["password", "WfWzDbOm"], ["phone", "(256) 569-1240 x9181"], ["phone_number", "1-808-168-0391 x060"], ["reference", "e769070c-bd8a-4b35-b80a-32763d485644"], ["title", "Iure commodi cum qui."], ["user_name", "sidney"], ["username", "charlyn"], ["uuid", "a540dad6-9c11-495f-97c5-de96dca65b5b"], ["created_at", "2020-11-21 14:44:09.264092"], ["updated_at", "2020-11-21 14:44:09.264092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "916 Willms Loop, Sergiohaven, SC 07480-4460"], ["city", "Port Reyfurt"], ["country", "Bhutan"], ["description", "Ipsum sint rerum. Molestiae voluptatibus earum. Libero est ea."], ["email", "ramon.volkman@example.net"], ["first_name", "Tianna"], ["firstname", "Lennie"], ["last_name", "Kohler"], ["lastname", "Collins"], ["lat", "-73.35194669572016"], ["latitute", "-76.34146950654939"], ["lng", "-66.19684203208567"], ["locale", "RO"], ["longitude", "58.13010091230004"], ["middlename", "Ryan"], ["middle_name", "Larkin"], ["password", "6ZwK44bYzK8"], ["phone", "(353) 210-7270 x9330"], ["phone_number", "678.411.3810 x4997"], ["reference", "a9532604-bef2-4360-b9e9-ec0ce43d59e8"], ["title", "Omnis aut dolor error incidunt at."], ["user_name", "ted"], ["username", "alex_hagenes"], ["uuid", "27e51e14-f482-45ad-a58f-83e77bc6aa48"], ["created_at", "2020-11-21 14:44:09.288670"], ["updated_at", "2020-11-21 14:44:09.288670"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 4.96161678817423], ["string", "Accusamus pariatur veniam in."], ["date", "2020-12-22"], ["time", "2000-01-01 18:48:17.115262"], ["datetime", "2020-12-17 11:09:00.105684"], ["created_at", "2020-11-21 14:44:09.298372"], ["updated_at", "2020-11-21 14:44:09.298372"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 36], ["decimal", 17.8562889153856], ["string", "Blanditiis nesciunt ipsum."], ["date", "2020-11-01"], ["time", "2000-01-01 19:19:30.322672"], ["datetime", "2020-12-11 23:53:38.589349"], ["created_at", "2020-11-21 14:44:09.301006"], ["updated_at", "2020-11-21 14:44:09.301006"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 31], ["decimal", 16.7918863265671], ["string", "Quasi repudiandae enim nihil cum."], ["date", "2020-12-21"], ["time", "2000-01-01 15:24:19.018446"], ["datetime", "2020-12-01 11:35:44.873428"], ["created_at", "2020-11-21 14:44:09.303249"], ["updated_at", "2020-11-21 14:44:09.303249"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 23.3168301055886], ["string", "Dolorem dicta enim sint aut."], ["date", "2020-12-23"], ["time", "2000-01-01 15:19:05.232210"], ["datetime", "2020-11-08 02:38:03.684340"], ["created_at", "2020-11-21 14:44:09.305458"], ["updated_at", "2020-11-21 14:44:09.305458"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 32], ["decimal", 2.87567920224444], ["string", "Eum molestiae modi consectetur optio fugit."], ["date", "2020-10-20"], ["time", "2000-01-01 20:41:46.049279"], ["datetime", "2020-12-15 03:11:37.246573"], ["created_at", "2020-11-21 14:44:09.307673"], ["updated_at", "2020-11-21 14:44:09.307673"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 31], ["decimal", 13.7435470235619], ["string", "Et eos ad non."], ["date", "2020-12-21"], ["time", "2000-01-01 10:01:09.176460"], ["datetime", "2021-01-01 03:05:54.739689"], ["created_at", "2020-11-21 14:44:09.309887"], ["updated_at", "2020-11-21 14:44:09.309887"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 8.75751066386845], ["string", "Ut similique architecto impedit aut."], ["date", "2020-11-17"], ["time", "2000-01-01 22:16:47.314733"], ["datetime", "2020-10-19 12:46:05.806849"], ["created_at", "2020-11-21 14:44:09.312113"], ["updated_at", "2020-11-21 14:44:09.312113"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 15.4609338572281], ["string", "Eius dolor corporis."], ["date", "2020-12-28"], ["time", "2000-01-01 01:58:25.349237"], ["datetime", "2020-10-26 10:55:46.871069"], ["created_at", "2020-11-21 14:44:09.314394"], ["updated_at", "2020-11-21 14:44:09.314394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 5.04320650258327], ["string", "Sit pariatur laboriosam."], ["date", "2020-11-13"], ["time", "2000-01-01 09:56:41.634362"], ["datetime", "2020-10-24 02:01:16.427903"], ["created_at", "2020-11-21 14:44:09.316633"], ["updated_at", "2020-11-21 14:44:09.316633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 2.58815568374833], ["string", "Eligendi qui magni."], ["date", "2020-10-15"], ["time", "2000-01-01 18:48:47.554042"], ["datetime", "2020-10-24 22:11:04.550170"], ["created_at", "2020-11-21 14:44:09.318825"], ["updated_at", "2020-11-21 14:44:09.318825"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:44:09.323064"], ["updated_at", "2020-11-21 14:44:09.323064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 14:44:09.324329"], ["updated_at", "2020-11-21 14:44:09.324329"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 14:44:09.325496"], ["updated_at", "2020-11-21 14:44:09.325496"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-21 14:44:09.326633"], ["updated_at", "2020-11-21 14:44:09.326633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-21 14:44:09.327804"], ["updated_at", "2020-11-21 14:44:09.327804"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:44:09.328925"], ["updated_at", "2020-11-21 14:44:09.328925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:44:09.330021"], ["updated_at", "2020-11-21 14:44:09.330021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:44:09.331132"], ["updated_at", "2020-11-21 14:44:09.331132"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:44:09.332236"], ["updated_at", "2020-11-21 14:44:09.332236"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:44:09.333375"], ["updated_at", "2020-11-21 14:44:09.333375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:44:09.337609"], ["updated_at", "2020-11-21 14:44:09.337609"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:44:09.338880"], ["updated_at", "2020-11-21 14:44:09.338880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:44:09.340063"], ["updated_at", "2020-11-21 14:44:09.340063"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-21 14:44:09.341211"], ["updated_at", "2020-11-21 14:44:09.341211"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:44:09.342360"], ["updated_at", "2020-11-21 14:44:09.342360"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:44:09.343519"], ["updated_at", "2020-11-21 14:44:09.343519"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:44:09.344901"], ["updated_at", "2020-11-21 14:44:09.344901"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:44:09.346453"], ["updated_at", "2020-11-21 14:44:09.346453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:44:09.347820"], ["updated_at", "2020-11-21 14:44:09.347820"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:44:09.349038"], ["updated_at", "2020-11-21 14:44:09.349038"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 4.98024963116623], ["string", "Et optio adipisci aut."], ["created_at", "2020-11-21 14:44:09.355169"], ["updated_at", "2020-11-21 14:44:09.355169"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1021], ["decimal", 15.654683426037], ["string", "Maiores itaque tempore saepe."], ["created_at", "2020-11-21 14:44:09.357068"], ["updated_at", "2020-11-21 14:44:09.357068"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.7ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 4.60504251573552], ["string", "Ut velit ut perferendis."], ["created_at", "2020-11-21 14:44:09.358889"], ["updated_at", "2020-11-21 14:44:09.358889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 1.05686261248595], ["string", "Aut perferendis rerum enim dignissimos."], ["created_at", "2020-11-21 14:44:09.369948"], ["updated_at", "2020-11-21 14:44:09.369948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 34.1017880781341], ["string", "Culpa qui adipisci nam."], ["created_at", "2020-11-21 14:44:09.372261"], ["updated_at", "2020-11-21 14:44:09.372261"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1036], ["decimal", 23.0756345730777], ["string", "Inventore cum autem commodi labore corporis."], ["created_at", "2020-11-21 14:44:09.374423"], ["updated_at", "2020-11-21 14:44:09.374423"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1034], ["decimal", 13.6490408891995], ["string", "Omnis voluptas dicta magnam ea eos."], ["created_at", "2020-11-21 14:44:09.376665"], ["updated_at", "2020-11-21 14:44:09.376665"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 2.10667491582252], ["string", "Minus consectetur deserunt aut."], ["created_at", "2020-11-21 14:44:09.379178"], ["updated_at", "2020-11-21 14:44:09.379178"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 0.57396788248832], ["string", "Sapiente iusto qui debitis deserunt eum."], ["created_at", "2020-11-21 14:44:09.381372"], ["updated_at", "2020-11-21 14:44:09.381372"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 12.7382472577946], ["string", "Voluptate labore provident totam delectus ut."], ["created_at", "2020-11-21 14:44:09.383549"], ["updated_at", "2020-11-21 14:44:09.383549"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:09.416696"], ["updated_at", "2020-11-21 14:44:09.416696"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:09.417558"], ["updated_at", "2020-11-21 14:44:09.417558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:09.418244"], ["updated_at", "2020-11-21 14:44:09.418244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:09.418898"], ["updated_at", "2020-11-21 14:44:09.418898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:09.419554"], ["updated_at", "2020-11-21 14:44:09.419554"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:09.420205"], ["updated_at", "2020-11-21 14:44:09.420205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:09.420862"], ["updated_at", "2020-11-21 14:44:09.420862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:09.421584"], ["updated_at", "2020-11-21 14:44:09.421584"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:09.422262"], ["updated_at", "2020-11-21 14:44:09.422262"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:09.422922"], ["updated_at", "2020-11-21 14:44:09.422922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:44:09.425888"], ["updated_at", "2020-11-21 14:44:09.425888"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:44:09.426593"], ["updated_at", "2020-11-21 14:44:09.426593"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:44:09.427239"], ["updated_at", "2020-11-21 14:44:09.427239"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:44:09.427862"], ["updated_at", "2020-11-21 14:44:09.427862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:44:09.428478"], ["updated_at", "2020-11-21 14:44:09.428478"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:44:09.429093"], ["updated_at", "2020-11-21 14:44:09.429093"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:44:09.429723"], ["updated_at", "2020-11-21 14:44:09.429723"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:44:09.430347"], ["updated_at", "2020-11-21 14:44:09.430347"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:44:09.430973"], ["updated_at", "2020-11-21 14:44:09.430973"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:44:09.431588"], ["updated_at", "2020-11-21 14:44:09.431588"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-21 14:44:09.436820"], ["updated_at", "2020-11-21 14:44:09.436820"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 14:44:09.438322"], ["updated_at", "2020-11-21 14:44:09.438322"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:44:09.439886"], ["updated_at", "2020-11-21 14:44:09.439886"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 14:44:09.441353"], ["updated_at", "2020-11-21 14:44:09.441353"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:44:09.442935"], ["updated_at", "2020-11-21 14:44:09.442935"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 14:44:09.444543"], ["updated_at", "2020-11-21 14:44:09.444543"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:44:09.446113"], ["updated_at", "2020-11-21 14:44:09.446113"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:44:09.447680"], ["updated_at", "2020-11-21 14:44:09.447680"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:44:09.449449"], ["updated_at", "2020-11-21 14:44:09.449449"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-21 14:44:09.451118"], ["updated_at", "2020-11-21 14:44:09.451118"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 8], ["created_at", "2020-11-21 14:44:09.456873"], ["updated_at", "2020-11-21 14:44:09.456873"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-21 14:44:09.459129"], ["updated_at", "2020-11-21 14:44:09.459129"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-21 14:44:09.461291"], ["updated_at", "2020-11-21 14:44:09.461291"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-21 14:44:09.463631"], ["updated_at", "2020-11-21 14:44:09.463631"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 7], ["created_at", "2020-11-21 14:44:09.465694"], ["updated_at", "2020-11-21 14:44:09.465694"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 9], ["created_at", "2020-11-21 14:44:09.467789"], ["updated_at", "2020-11-21 14:44:09.467789"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 6], ["created_at", "2020-11-21 14:44:09.469860"], ["updated_at", "2020-11-21 14:44:09.469860"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-21 14:44:09.472080"], ["updated_at", "2020-11-21 14:44:09.472080"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 2], ["created_at", "2020-11-21 14:44:09.473729"], ["updated_at", "2020-11-21 14:44:09.473729"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 8], ["created_at", "2020-11-21 14:44:09.475230"], ["updated_at", "2020-11-21 14:44:09.475230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.5ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.8ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.7ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:27.058614"], ["updated_at", "2020-11-21 14:44:27.058614"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:27.059756"], ["updated_at", "2020-11-21 14:44:27.059756"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.0ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:27.060422"], ["updated_at", "2020-11-21 14:44:27.060422"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:27.061054"], ["updated_at", "2020-11-21 14:44:27.061054"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:27.061681"], ["updated_at", "2020-11-21 14:44:27.061681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:27.062301"], ["updated_at", "2020-11-21 14:44:27.062301"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:27.062930"], ["updated_at", "2020-11-21 14:44:27.062930"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:27.063551"], ["updated_at", "2020-11-21 14:44:27.063551"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:27.064175"], ["updated_at", "2020-11-21 14:44:27.064175"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:27.064871"], ["updated_at", "2020-11-21 14:44:27.064871"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:27.071616"], ["updated_at", "2020-11-21 14:44:27.071616"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:27.073003"], ["updated_at", "2020-11-21 14:44:27.073003"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:27.074151"], ["updated_at", "2020-11-21 14:44:27.074151"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:27.075294"], ["updated_at", "2020-11-21 14:44:27.075294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:27.076420"], ["updated_at", "2020-11-21 14:44:27.076420"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:27.077525"], ["updated_at", "2020-11-21 14:44:27.077525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (9.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:27.087865"], ["updated_at", "2020-11-21 14:44:27.087865"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:27.089440"], ["updated_at", "2020-11-21 14:44:27.089440"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:27.090779"], ["updated_at", "2020-11-21 14:44:27.090779"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:27.092138"], ["updated_at", "2020-11-21 14:44:27.092138"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 361 2093 Patricia Mission, East Issacberg, CO 76627"], ["city", "Horacioport"], ["country", "Niue"], ["description", "Molestiae recusandae dolorem. Quis ea praesentium."], ["email", "moshe_predovic@example.name"], ["first_name", "Donovan"], ["firstname", "Daron"], ["last_name", "Witting"], ["lastname", "Bergnaum"], ["lat", "75.37087570850832"], ["latitute", "21.57091161376276"], ["lng", "128.14147993764874"], ["locale", "BB"], ["longitude", "141.11482370196057"], ["middlename", "Walsh"], ["middle_name", "Weissnat"], ["password", "FvKfJ7hObPq"], ["phone", "958-449-2052"], ["phone_number", "(802) 312-7604"], ["reference", "6243429a-8dbb-488c-b624-3ff2bcf7473d"], ["title", "Aliquid similique amet."], ["user_name", "wilmer.labadie"], ["username", "leon"], ["uuid", "afbfc9fc-72bd-4515-96fb-a898efa1de5f"], ["created_at", "2020-11-21 14:44:28.023083"], ["updated_at", "2020-11-21 14:44:28.023083"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "59962 Angelic Burgs, East Layla, PA 11192-4749"], ["city", "Grimesmouth"], ["country", "Romania"], ["description", "Sit officiis temporibus. Rerum quia maxime. Rerum ut dolore. Tempora est nihil."], ["email", "lezlie.bruen@example.com"], ["first_name", "Myrta"], ["firstname", "Harley"], ["last_name", "Hirthe"], ["lastname", "Rosenbaum"], ["lat", "-78.11651950585028"], ["latitute", "68.9042550887439"], ["lng", "33.417586587075846"], ["locale", "LC"], ["longitude", "-83.43776903364662"], ["middlename", "Stroman"], ["middle_name", "Towne"], ["password", "WtDoTb0Hn"], ["phone", "1-724-636-9994 x2654"], ["phone_number", "972-438-6839 x746"], ["reference", "5c7aa462-7289-4fe0-863b-0e29e6a4812c"], ["title", "Quidem exercitationem distinctio ad."], ["user_name", "joseph.kutch"], ["username", "eufemia.damore"], ["uuid", "538bb28c-554b-4a4c-b390-959c28e49f1b"], ["created_at", "2020-11-21 14:44:28.060801"], ["updated_at", "2020-11-21 14:44:28.060801"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 507 267 Ethan Route, New Lura, UT 60142"], ["city", "West Lakeshia"], ["country", "Somalia"], ["description", "Repellat sunt incidunt. Quisquam consectetur est. Cum nihil delectus. Et nam asperiores. Voluptas tempora incidunt."], ["email", "shala@example.org"], ["first_name", "Anibal"], ["firstname", "Sunshine"], ["last_name", "Beahan"], ["lastname", "Gerlach"], ["lat", "-63.96389791375242"], ["latitute", "42.77770364476592"], ["lng", "-61.714087012385406"], ["locale", "PL"], ["longitude", "-152.60538301454838"], ["middlename", "Marks"], ["middle_name", "Wisozk"], ["password", "UzGtKsQyVb"], ["phone", "386.630.5561 x512"], ["phone_number", "853-165-3404 x2595"], ["reference", "7900ffb6-26a6-48ab-b548-dcffa3572bae"], ["title", "Est tempore et ut."], ["user_name", "kate_murazik"], ["username", "morris"], ["uuid", "66c1e9ea-fd90-42ff-8c53-828aed8112de"], ["created_at", "2020-11-21 14:44:28.085638"], ["updated_at", "2020-11-21 14:44:28.085638"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 419 9716 Carroll Rapid, West Carolyne, KS 01553"], ["city", "Jacobmouth"], ["country", "Moldova"], ["description", "Molestias ratione enim. Dicta quis voluptatem."], ["email", "cayla@example.net"], ["first_name", "Elvis"], ["firstname", "Cruz"], ["last_name", "Bode"], ["lastname", "Mraz"], ["lat", "20.430388783794726"], ["latitute", "-2.0085506210566564"], ["lng", "55.876080489075264"], ["locale", "MX"], ["longitude", "154.1537157648071"], ["middlename", "Osinski"], ["middle_name", "Quitzon"], ["password", "55Kf1RsLsKn9"], ["phone", "369-796-3858"], ["phone_number", "(246) 775-3935"], ["reference", "72f1e572-1753-4e39-b435-a96e38f599a5"], ["title", "Sit nesciunt eum cum autem."], ["user_name", "jeanetta_auer"], ["username", "luigi"], ["uuid", "7075d59c-dd20-447f-ba00-e7a430c4ab48"], ["created_at", "2020-11-21 14:44:28.109922"], ["updated_at", "2020-11-21 14:44:28.109922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "702 Crist Coves, North Domingofort, AR 35870"], ["city", "New Dagnystad"], ["country", "Macedonia"], ["description", "Incidunt debitis ratione. Dolorem qui dicta. Dolor non autem. Ipsum qui temporibus."], ["email", "valentin_fahey@example.net"], ["first_name", "Ricky"], ["firstname", "Alona"], ["last_name", "Trantow"], ["lastname", "Lang"], ["lat", "-12.943608963195103"], ["latitute", "62.40010062216305"], ["lng", "145.35150859602697"], ["locale", "CX"], ["longitude", "76.21920054202064"], ["middlename", "Russel"], ["middle_name", "Monahan"], ["password", "KoOcRlAr"], ["phone", "(780) 463-6863 x5379"], ["phone_number", "266-904-5530 x1782"], ["reference", "85e5dfb0-b62f-4528-8139-f6ea7f9b6ea8"], ["title", "Nisi rerum qui."], ["user_name", "carolann"], ["username", "marni"], ["uuid", "90f7741c-7bc0-44b2-8478-04538dae5e3e"], ["created_at", "2020-11-21 14:44:28.134054"], ["updated_at", "2020-11-21 14:44:28.134054"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 166 13222 Isidro Walk, Turcotteville, CO 14070"], ["city", "West Cicely"], ["country", "Mauritius"], ["description", "Culpa repellendus autem. Voluptates est doloribus. In sunt optio."], ["email", "svetlana_runolfsdottir@example.io"], ["first_name", "Alexander"], ["firstname", "Dorris"], ["last_name", "Kassulke"], ["lastname", "Bechtelar"], ["lat", "11.240062606562034"], ["latitute", "-17.10914434354153"], ["lng", "147.36275808666363"], ["locale", "LB"], ["longitude", "-109.23328039809137"], ["middlename", "Hirthe"], ["middle_name", "Dietrich"], ["password", "ZhX476bLtQ7"], ["phone", "241-980-1872 x94043"], ["phone_number", "847-718-4867 x8512"], ["reference", "26ca0fa6-5fc3-44b8-bdc6-f1dd6f793dcd"], ["title", "Distinctio quam sit quaerat incidunt."], ["user_name", "gail.weimann"], ["username", "santiago_nikolaus"], ["uuid", "b0bcbdde-e422-46b3-9c2f-740c288f7f19"], ["created_at", "2020-11-21 14:44:28.158254"], ["updated_at", "2020-11-21 14:44:28.158254"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 845 4410 Arlette Extension, Turnermouth, ND 49964-4840"], ["city", "Joshbury"], ["country", "Slovenia"], ["description", "Provident consequatur voluptas. Voluptates minus eum."], ["email", "perry.sporer@example.org"], ["first_name", "Karin"], ["firstname", "Yasmine"], ["last_name", "Ward"], ["lastname", "Larkin"], ["lat", "63.57987967018414"], ["latitute", "87.87881334253808"], ["lng", "-87.55591194315784"], ["locale", "LI"], ["longitude", "39.023070794309064"], ["middlename", "Von"], ["middle_name", "Bayer"], ["password", "Rb2XoOi5489X04r"], ["phone", "(146) 458-1572 x6947"], ["phone_number", "932-507-8914"], ["reference", "1fe91d67-e706-42a2-b9a7-d8780cbb98f9"], ["title", "Autem nihil dolorem et."], ["user_name", "seth"], ["username", "neida"], ["uuid", "a8f58da5-3edb-4211-a52f-967fdb19eeec"], ["created_at", "2020-11-21 14:44:28.190940"], ["updated_at", "2020-11-21 14:44:28.190940"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "68261 Misti Meadow, North Lieselotteville, UT 34719-3323"], ["city", "South Sadie"], ["country", "Oman"], ["description", "Sapiente itaque minus. Voluptatum qui fugiat. Recusandae doloribus modi."], ["email", "vaughn@example.biz"], ["first_name", "Seth"], ["firstname", "Desmond"], ["last_name", "Cole"], ["lastname", "Hansen"], ["lat", "73.40911966096306"], ["latitute", "-10.096019709491117"], ["lng", "-104.10111813544232"], ["locale", "KG"], ["longitude", "73.41637532556493"], ["middlename", "Jones"], ["middle_name", "Hane"], ["password", "UtZgWp3TbO070"], ["phone", "624.127.0955 x18893"], ["phone_number", "184-524-4613 x7934"], ["reference", "7df537e9-3152-4305-b8b4-f7c062e7c510"], ["title", "Debitis rerum natus."], ["user_name", "jackie.lockman"], ["username", "harvey_mills"], ["uuid", "d8359bd3-5fce-4983-8036-6e4db567bcc8"], ["created_at", "2020-11-21 14:44:28.218950"], ["updated_at", "2020-11-21 14:44:28.218950"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 838 3045 Schultz Lakes, Port Tracee, AZ 81886-8591"], ["city", "Lake Eddieland"], ["country", "Bahamas"], ["description", "Rem cumque molestiae. Voluptatibus quae iste. Voluptatem ea qui. Earum dolorem consequatur."], ["email", "carmelita.wilderman@example.net"], ["first_name", "Cherise"], ["firstname", "Dianne"], ["last_name", "Prohaska"], ["lastname", "Feest"], ["lat", "-30.425400503702363"], ["latitute", "32.84874286494609"], ["lng", "117.88294687990742"], ["locale", "PM"], ["longitude", "-39.189428808433746"], ["middlename", "Ferry"], ["middle_name", "Monahan"], ["password", "Hx5CyUb3"], ["phone", "(658) 740-8536"], ["phone_number", "878-104-2001 x3402"], ["reference", "37b789bc-5b24-4388-abcf-69aeeeb7e2c3"], ["title", "Labore alias aut ducimus."], ["user_name", "ali_labadie"], ["username", "jarrod"], ["uuid", "b829917c-ad9a-4d84-8fde-502c8092a53d"], ["created_at", "2020-11-21 14:44:28.245644"], ["updated_at", "2020-11-21 14:44:28.245644"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "663 Rosalina Shore, West Sol, KS 38991"], ["city", "North Sanditon"], ["country", "Cote d'Ivoire"], ["description", "Et fugit illo. Qui quo ab. Est dolore et. Vel alias laboriosam."], ["email", "daryl@example.co"], ["first_name", "Albert"], ["firstname", "Gwen"], ["last_name", "Anderson"], ["lastname", "Torp"], ["lat", "-60.775602308516625"], ["latitute", "-85.54766495013807"], ["lng", "-92.43253986210608"], ["locale", "GA"], ["longitude", "-156.87919586202943"], ["middlename", "Weissnat"], ["middle_name", "Crooks"], ["password", "RxXdGrL167r59ChS"], ["phone", "637-206-5790 x458"], ["phone_number", "1-854-846-7946 x5482"], ["reference", "cd530a50-4f09-4a2b-aaf1-bbbbe1e1bccb"], ["title", "Quo dolores ut."], ["user_name", "alejandro.mertz"], ["username", "heide"], ["uuid", "ebc1b035-0401-40ef-bf96-2140881dc099"], ["created_at", "2020-11-21 14:44:28.270753"], ["updated_at", "2020-11-21 14:44:28.270753"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 20.3848521266249], ["string", "Et sequi repellendus eligendi et."], ["date", "2020-12-22"], ["time", "2000-01-01 13:50:25.849840"], ["datetime", "2020-11-16 13:27:39.602031"], ["created_at", "2020-11-21 14:44:28.281031"], ["updated_at", "2020-11-21 14:44:28.281031"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 26.0256465386657], ["string", "Consequatur aut dolor et ipsum."], ["date", "2020-10-25"], ["time", "2000-01-01 22:22:27.601287"], ["datetime", "2020-12-18 23:33:09.871973"], ["created_at", "2020-11-21 14:44:28.283703"], ["updated_at", "2020-11-21 14:44:28.283703"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 21.6665052918701], ["string", "Reiciendis quas architecto tempora minima."], ["date", "2020-10-17"], ["time", "2000-01-01 22:46:53.428078"], ["datetime", "2020-12-19 21:56:54.766802"], ["created_at", "2020-11-21 14:44:28.285923"], ["updated_at", "2020-11-21 14:44:28.285923"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 9.04365040951681], ["string", "Sint ad nihil laborum quia corrupti."], ["date", "2020-11-23"], ["time", "2000-01-01 05:22:20.973791"], ["datetime", "2020-12-16 23:12:16.493127"], ["created_at", "2020-11-21 14:44:28.288186"], ["updated_at", "2020-11-21 14:44:28.288186"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 6.71020835833794], ["string", "Ratione iure sint modi qui aut."], ["date", "2020-11-04"], ["time", "2000-01-01 07:16:32.061729"], ["datetime", "2020-12-03 00:47:53.710586"], ["created_at", "2020-11-21 14:44:28.290533"], ["updated_at", "2020-11-21 14:44:28.290533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 1.20192420303059], ["string", "Accusamus voluptatum natus voluptas at."], ["date", "2020-11-05"], ["time", "2000-01-01 20:13:05.965983"], ["datetime", "2020-11-16 21:53:17.926327"], ["created_at", "2020-11-21 14:44:28.293121"], ["updated_at", "2020-11-21 14:44:28.293121"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 18.2483321422735], ["string", "Voluptas ut harum doloribus laudantium."], ["date", "2020-11-09"], ["time", "2000-01-01 11:25:27.895282"], ["datetime", "2020-11-28 03:06:12.705499"], ["created_at", "2020-11-21 14:44:28.295726"], ["updated_at", "2020-11-21 14:44:28.295726"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 27], ["decimal", 6.41949903109794], ["string", "Accusantium saepe omnis voluptatem."], ["date", "2020-11-03"], ["time", "2000-01-01 16:27:38.132944"], ["datetime", "2020-10-27 14:38:56.582769"], ["created_at", "2020-11-21 14:44:28.298037"], ["updated_at", "2020-11-21 14:44:28.298037"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 1.36060040388836], ["string", "Maxime enim magni ut."], ["date", "2020-10-15"], ["time", "2000-01-01 23:49:15.452676"], ["datetime", "2020-11-05 17:14:34.608721"], ["created_at", "2020-11-21 14:44:28.300255"], ["updated_at", "2020-11-21 14:44:28.300255"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 1.30425170126282], ["string", "Laudantium quaerat debitis modi."], ["date", "2020-11-28"], ["time", "2000-01-01 02:09:08.269158"], ["datetime", "2020-12-25 15:21:07.648974"], ["created_at", "2020-11-21 14:44:28.302445"], ["updated_at", "2020-11-21 14:44:28.302445"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:44:28.306739"], ["updated_at", "2020-11-21 14:44:28.306739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:44:28.308138"], ["updated_at", "2020-11-21 14:44:28.308138"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:44:28.309684"], ["updated_at", "2020-11-21 14:44:28.309684"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 14:44:28.311115"], ["updated_at", "2020-11-21 14:44:28.311115"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-21 14:44:28.312407"], ["updated_at", "2020-11-21 14:44:28.312407"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 14:44:28.313487"], ["updated_at", "2020-11-21 14:44:28.313487"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-21 14:44:28.314537"], ["updated_at", "2020-11-21 14:44:28.314537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-21 14:44:28.315606"], ["updated_at", "2020-11-21 14:44:28.315606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:44:28.316661"], ["updated_at", "2020-11-21 14:44:28.316661"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 14:44:28.317723"], ["updated_at", "2020-11-21 14:44:28.317723"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-21 14:44:28.321891"], ["updated_at", "2020-11-21 14:44:28.321891"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:44:28.323158"], ["updated_at", "2020-11-21 14:44:28.323158"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:44:28.324316"], ["updated_at", "2020-11-21 14:44:28.324316"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:44:28.325606"], ["updated_at", "2020-11-21 14:44:28.325606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:44:28.327079"], ["updated_at", "2020-11-21 14:44:28.327079"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:44:28.328388"], ["updated_at", "2020-11-21 14:44:28.328388"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:44:28.329502"], ["updated_at", "2020-11-21 14:44:28.329502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-21 14:44:28.330579"], ["updated_at", "2020-11-21 14:44:28.330579"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-21 14:44:28.331666"], ["updated_at", "2020-11-21 14:44:28.331666"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 9], ["created_at", "2020-11-21 14:44:28.332733"], ["updated_at", "2020-11-21 14:44:28.332733"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 14.2765873438909], ["string", "Excepturi iste sunt."], ["created_at", "2020-11-21 14:44:28.338940"], ["updated_at", "2020-11-21 14:44:28.338940"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1021], ["decimal", 0.153447098963085], ["string", "Rerum natus laborum."], ["created_at", "2020-11-21 14:44:28.341045"], ["updated_at", "2020-11-21 14:44:28.341045"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 25.2321935829223], ["string", "Aliquid eius in ut ducimus consequatur."], ["created_at", "2020-11-21 14:44:28.343386"], ["updated_at", "2020-11-21 14:44:28.343386"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1019], ["decimal", 12.1642252214509], ["string", "Et tenetur dolores."], ["created_at", "2020-11-21 14:44:28.345469"], ["updated_at", "2020-11-21 14:44:28.345469"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1028], ["decimal", 0.839696380124384], ["string", "Nihil qui et."], ["created_at", "2020-11-21 14:44:28.347334"], ["updated_at", "2020-11-21 14:44:28.347334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 9.84668927557736], ["string", "Inventore et id."], ["created_at", "2020-11-21 14:44:28.349111"], ["updated_at", "2020-11-21 14:44:28.349111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 18.5784559424356], ["string", "Qui in eligendi dolores quia molestiae."], ["created_at", "2020-11-21 14:44:28.350894"], ["updated_at", "2020-11-21 14:44:28.350894"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["decimal", 18.3527244940331], ["string", "Et accusantium et saepe sapiente."], ["created_at", "2020-11-21 14:44:28.352656"], ["updated_at", "2020-11-21 14:44:28.352656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 40.5246226253368], ["string", "Doloribus et doloremque consequatur."], ["created_at", "2020-11-21 14:44:28.354494"], ["updated_at", "2020-11-21 14:44:28.354494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 5.55958565677369], ["string", "Quaerat est nesciunt."], ["created_at", "2020-11-21 14:44:28.356423"], ["updated_at", "2020-11-21 14:44:28.356423"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:28.400901"], ["updated_at", "2020-11-21 14:44:28.400901"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:28.401825"], ["updated_at", "2020-11-21 14:44:28.401825"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:28.402565"], ["updated_at", "2020-11-21 14:44:28.402565"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:28.403291"], ["updated_at", "2020-11-21 14:44:28.403291"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:28.404002"], ["updated_at", "2020-11-21 14:44:28.404002"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:28.404793"], ["updated_at", "2020-11-21 14:44:28.404793"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:28.405552"], ["updated_at", "2020-11-21 14:44:28.405552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:28.406294"], ["updated_at", "2020-11-21 14:44:28.406294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:28.407026"], ["updated_at", "2020-11-21 14:44:28.407026"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:44:28.407787"], ["updated_at", "2020-11-21 14:44:28.407787"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:44:28.411799"], ["updated_at", "2020-11-21 14:44:28.411799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:44:28.412918"], ["updated_at", "2020-11-21 14:44:28.412918"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:44:28.413772"], ["updated_at", "2020-11-21 14:44:28.413772"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:44:28.414600"], ["updated_at", "2020-11-21 14:44:28.414600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:44:28.415461"], ["updated_at", "2020-11-21 14:44:28.415461"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:44:28.416319"], ["updated_at", "2020-11-21 14:44:28.416319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:44:28.417115"], ["updated_at", "2020-11-21 14:44:28.417115"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:44:28.417890"], ["updated_at", "2020-11-21 14:44:28.417890"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:44:28.418687"], ["updated_at", "2020-11-21 14:44:28.418687"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:44:28.419511"], ["updated_at", "2020-11-21 14:44:28.419511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:44:28.425878"], ["updated_at", "2020-11-21 14:44:28.425878"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-21 14:44:28.427869"], ["updated_at", "2020-11-21 14:44:28.427869"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-21 14:44:28.429797"], ["updated_at", "2020-11-21 14:44:28.429797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 14:44:28.431338"], ["updated_at", "2020-11-21 14:44:28.431338"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-21 14:44:28.432867"], ["updated_at", "2020-11-21 14:44:28.432867"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-21 14:44:28.434479"], ["updated_at", "2020-11-21 14:44:28.434479"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-21 14:44:28.436093"], ["updated_at", "2020-11-21 14:44:28.436093"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 14:44:28.437658"], ["updated_at", "2020-11-21 14:44:28.437658"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-21 14:44:28.439385"], ["updated_at", "2020-11-21 14:44:28.439385"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-21 14:44:28.441140"], ["updated_at", "2020-11-21 14:44:28.441140"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-21 14:44:28.448652"], ["updated_at", "2020-11-21 14:44:28.448652"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 9], ["created_at", "2020-11-21 14:44:28.451110"], ["updated_at", "2020-11-21 14:44:28.451110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 4], ["created_at", "2020-11-21 14:44:28.453469"], ["updated_at", "2020-11-21 14:44:28.453469"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 10], ["created_at", "2020-11-21 14:44:28.457207"], ["updated_at", "2020-11-21 14:44:28.457207"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-21 14:44:28.460079"], ["updated_at", "2020-11-21 14:44:28.460079"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 2], ["created_at", "2020-11-21 14:44:28.463151"], ["updated_at", "2020-11-21 14:44:28.463151"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 5], ["created_at", "2020-11-21 14:44:28.465990"], ["updated_at", "2020-11-21 14:44:28.465990"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 6], ["created_at", "2020-11-21 14:44:28.468716"], ["updated_at", "2020-11-21 14:44:28.468716"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 6], ["created_at", "2020-11-21 14:44:28.472999"], ["updated_at", "2020-11-21 14:44:28.472999"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.3ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 9], ["created_at", "2020-11-21 14:44:28.476866"], ["updated_at", "2020-11-21 14:44:28.476866"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.2ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.4ms) DELETE FROM "alfas";  (2.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (2.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.9ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.0ms) DELETE FROM "alfas";  (1.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.8ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (12.2ms) DELETE FROM "alfas";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.0ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.8ms) DELETE FROM "echos";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.6ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.6ms) DELETE FROM "kilos";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.5ms) DELETE FROM "limas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.5ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.5ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.5ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (2.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (12.0ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.8ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (2.0ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (2.1ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.5ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.5ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.5ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.5ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (2.1ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.2ms) DELETE FROM "alfas";  (2.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.8ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.6ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.284186"], ["updated_at", "2020-11-21 14:49:11.284186"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.285603"], ["updated_at", "2020-11-21 14:49:11.285603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.286284"], ["updated_at", "2020-11-21 14:49:11.286284"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.286945"], ["updated_at", "2020-11-21 14:49:11.286945"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.287556"], ["updated_at", "2020-11-21 14:49:11.287556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.288179"], ["updated_at", "2020-11-21 14:49:11.288179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.288791"], ["updated_at", "2020-11-21 14:49:11.288791"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.289396"], ["updated_at", "2020-11-21 14:49:11.289396"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.290017"], ["updated_at", "2020-11-21 14:49:11.290017"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.290717"], ["updated_at", "2020-11-21 14:49:11.290717"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.291544"], ["updated_at", "2020-11-21 14:49:11.291544"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.292172"], ["updated_at", "2020-11-21 14:49:11.292172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.292811"], ["updated_at", "2020-11-21 14:49:11.292811"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.293437"], ["updated_at", "2020-11-21 14:49:11.293437"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.294060"], ["updated_at", "2020-11-21 14:49:11.294060"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.294680"], ["updated_at", "2020-11-21 14:49:11.294680"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.295320"], ["updated_at", "2020-11-21 14:49:11.295320"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.295975"], ["updated_at", "2020-11-21 14:49:11.295975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.296601"], ["updated_at", "2020-11-21 14:49:11.296601"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.297224"], ["updated_at", "2020-11-21 14:49:11.297224"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.297849"], ["updated_at", "2020-11-21 14:49:11.297849"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.298481"], ["updated_at", "2020-11-21 14:49:11.298481"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.299120"], ["updated_at", "2020-11-21 14:49:11.299120"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.299753"], ["updated_at", "2020-11-21 14:49:11.299753"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.300378"], ["updated_at", "2020-11-21 14:49:11.300378"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.301017"], ["updated_at", "2020-11-21 14:49:11.301017"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.301642"], ["updated_at", "2020-11-21 14:49:11.301642"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.302265"], ["updated_at", "2020-11-21 14:49:11.302265"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.303031"], ["updated_at", "2020-11-21 14:49:11.303031"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.303660"], ["updated_at", "2020-11-21 14:49:11.303660"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.304297"], ["updated_at", "2020-11-21 14:49:11.304297"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.304923"], ["updated_at", "2020-11-21 14:49:11.304923"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.305566"], ["updated_at", "2020-11-21 14:49:11.305566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.306220"], ["updated_at", "2020-11-21 14:49:11.306220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.306883"], ["updated_at", "2020-11-21 14:49:11.306883"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.307540"], ["updated_at", "2020-11-21 14:49:11.307540"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.308198"], ["updated_at", "2020-11-21 14:49:11.308198"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.308854"], ["updated_at", "2020-11-21 14:49:11.308854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.309511"], ["updated_at", "2020-11-21 14:49:11.309511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.310171"], ["updated_at", "2020-11-21 14:49:11.310171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.310806"], ["updated_at", "2020-11-21 14:49:11.310806"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.311449"], ["updated_at", "2020-11-21 14:49:11.311449"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.328708"], ["updated_at", "2020-11-21 14:49:11.328708"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.330422"], ["updated_at", "2020-11-21 14:49:11.330422"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.331896"], ["updated_at", "2020-11-21 14:49:11.331896"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.333288"], ["updated_at", "2020-11-21 14:49:11.333288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.334670"], ["updated_at", "2020-11-21 14:49:11.334670"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.336229"], ["updated_at", "2020-11-21 14:49:11.336229"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.337579"], ["updated_at", "2020-11-21 14:49:11.337579"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.338841"], ["updated_at", "2020-11-21 14:49:11.338841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.340107"], ["updated_at", "2020-11-21 14:49:11.340107"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.341365"], ["updated_at", "2020-11-21 14:49:11.341365"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.342606"], ["updated_at", "2020-11-21 14:49:11.342606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.343841"], ["updated_at", "2020-11-21 14:49:11.343841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.345067"], ["updated_at", "2020-11-21 14:49:11.345067"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.346288"], ["updated_at", "2020-11-21 14:49:11.346288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.347497"], ["updated_at", "2020-11-21 14:49:11.347497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.348699"], ["updated_at", "2020-11-21 14:49:11.348699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.349885"], ["updated_at", "2020-11-21 14:49:11.349885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.351071"], ["updated_at", "2020-11-21 14:49:11.351071"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.352206"], ["updated_at", "2020-11-21 14:49:11.352206"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.353304"], ["updated_at", "2020-11-21 14:49:11.353304"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.354395"], ["updated_at", "2020-11-21 14:49:11.354395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.355525"], ["updated_at", "2020-11-21 14:49:11.355525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.356615"], ["updated_at", "2020-11-21 14:49:11.356615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.357704"], ["updated_at", "2020-11-21 14:49:11.357704"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.358795"], ["updated_at", "2020-11-21 14:49:11.358795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.359898"], ["updated_at", "2020-11-21 14:49:11.359898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.360980"], ["updated_at", "2020-11-21 14:49:11.360980"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.362070"], ["updated_at", "2020-11-21 14:49:11.362070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.363160"], ["updated_at", "2020-11-21 14:49:11.363160"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.364234"], ["updated_at", "2020-11-21 14:49:11.364234"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.365315"], ["updated_at", "2020-11-21 14:49:11.365315"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.366409"], ["updated_at", "2020-11-21 14:49:11.366409"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.367509"], ["updated_at", "2020-11-21 14:49:11.367509"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.368586"], ["updated_at", "2020-11-21 14:49:11.368586"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.369655"], ["updated_at", "2020-11-21 14:49:11.369655"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.370722"], ["updated_at", "2020-11-21 14:49:11.370722"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.371815"], ["updated_at", "2020-11-21 14:49:11.371815"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.372890"], ["updated_at", "2020-11-21 14:49:11.372890"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.373962"], ["updated_at", "2020-11-21 14:49:11.373962"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.375044"], ["updated_at", "2020-11-21 14:49:11.375044"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.376119"], ["updated_at", "2020-11-21 14:49:11.376119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:11.377197"], ["updated_at", "2020-11-21 14:49:11.377197"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "88844 Wiza Gardens, Vertieside, PA 07658"], ["city", "Gordonville"], ["country", "Belize"], ["description", "Quia dignissimos at. Consequatur pariatur recusandae."], ["email", "mirella.halvorson@example.co"], ["first_name", "Jaymie"], ["firstname", "Winford"], ["last_name", "Beier"], ["lastname", "Walker"], ["lat", "-80.73015654202824"], ["latitute", "-54.18429953232744"], ["lng", "-30.721442534091324"], ["locale", "FO"], ["longitude", "68.81301457131082"], ["middlename", "Lemke"], ["middle_name", "Pfannerstill"], ["password", "DgSz26FsN476b39"], ["phone", "(676) 633-2051 x36923"], ["phone_number", "388.550.0381"], ["reference", "dd356e03-fcbc-4fca-8aba-4ef2dbdc4dbc"], ["title", "Voluptatem vitae omnis."], ["user_name", "nicole"], ["username", "sharmaine_muller"], ["uuid", "ea232a6b-e0dc-4e3f-ba61-8308842c292c"], ["created_at", "2020-11-21 14:49:12.308698"], ["updated_at", "2020-11-21 14:49:12.308698"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 980 408 Wiegand Dale, Bartolettiland, NV 02691-2553"], ["city", "Maniemouth"], ["country", "Holy See (Vatican City State)"], ["description", "Natus temporibus possimus. Dolorem error enim."], ["email", "francesco@example.com"], ["first_name", "Leigh"], ["firstname", "Noemi"], ["last_name", "Jakubowski"], ["lastname", "Dooley"], ["lat", "-29.846314533846353"], ["latitute", "-52.9256135951379"], ["lng", "28.608309161100806"], ["locale", "MA"], ["longitude", "153.15280381847361"], ["middlename", "D'Amore"], ["middle_name", "Mitchell"], ["password", "CsHf1I8yEyR5zV"], ["phone", "447-760-8608 x5725"], ["phone_number", "349.377.4139"], ["reference", "b3bc5351-a2e3-4c04-8b0e-1a072d9c41c4"], ["title", "Nulla consequatur libero aut atque."], ["user_name", "angie_schinner"], ["username", "damion"], ["uuid", "29f17c33-1558-42a4-8f7b-da2b58d1f11f"], ["created_at", "2020-11-21 14:49:12.345757"], ["updated_at", "2020-11-21 14:49:12.345757"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 343 660 Glover Terrace, Elliottport, SD 69505"], ["city", "Syreetafurt"], ["country", "Pakistan"], ["description", "Ducimus magni amet. Doloremque amet aut."], ["email", "felicidad@example.org"], ["first_name", "Chas"], ["firstname", "Lynette"], ["last_name", "Feeney"], ["lastname", "Satterfield"], ["lat", "1.9409993168344215"], ["latitute", "80.89077089863468"], ["lng", "87.95610803652289"], ["locale", "KP"], ["longitude", "-145.9939498171576"], ["middlename", "Torp"], ["middle_name", "Muller"], ["password", "O9lIzIiS1hU45zR4"], ["phone", "1-600-506-4486"], ["phone_number", "732.318.3699 x904"], ["reference", "f32e0db7-a6bd-4248-aada-68a72bc83bd8"], ["title", "Beatae dolorum harum dolores ipsam ut."], ["user_name", "barbar.monahan"], ["username", "tameka_kuphal"], ["uuid", "fc253fb1-a794-4c56-b164-eaeda0479f21"], ["created_at", "2020-11-21 14:49:12.371788"], ["updated_at", "2020-11-21 14:49:12.371788"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9161 Temika Orchard, Lindsyland, CT 40971-0596"], ["city", "West Cheremouth"], ["country", "Saint Lucia"], ["description", "Voluptatum temporibus ea. Reprehenderit quia velit. Iste tempora eveniet. Error qui nihil."], ["email", "dorethea.murray@example.co"], ["first_name", "Derek"], ["firstname", "Luciano"], ["last_name", "Raynor"], ["lastname", "Jaskolski"], ["lat", "61.20823224051159"], ["latitute", "-65.36780305021894"], ["lng", "-103.93390157764561"], ["locale", "PF"], ["longitude", "59.940317067799725"], ["middlename", "Kerluke"], ["middle_name", "Weimann"], ["password", "7UtGuJqEtHwYhYhR"], ["phone", "(425) 503-0860 x061"], ["phone_number", "626-313-2878"], ["reference", "204e3360-3adf-49e1-8f82-a0e1fcd544cf"], ["title", "Et sed accusamus distinctio."], ["user_name", "narcisa.howe"], ["username", "mila.hoeger"], ["uuid", "359d35e2-9187-4742-879b-2ecd7b483a9b"], ["created_at", "2020-11-21 14:49:12.396778"], ["updated_at", "2020-11-21 14:49:12.396778"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "85282 Casper Crescent, DuBuquetown, OR 08811"], ["city", "Pfannerstillside"], ["country", "Slovenia"], ["description", "Quo odit quam. Voluptatem animi itaque. Officia odio aut. Et illum tempore."], ["email", "letha.larkin@example.io"], ["first_name", "Georgiann"], ["firstname", "Jamey"], ["last_name", "Beier"], ["lastname", "Bernhard"], ["lat", "-78.68912851552258"], ["latitute", "-68.03159775781788"], ["lng", "11.3782949863417"], ["locale", "BH"], ["longitude", "-83.11092774321068"], ["middlename", "Gutkowski"], ["middle_name", "Johnston"], ["password", "R1eMlXvO2"], ["phone", "366.777.1365 x1010"], ["phone_number", "111-563-9550 x5493"], ["reference", "067e66db-363f-401e-91c0-04202082920e"], ["title", "Et ut voluptas dolorum non."], ["user_name", "tyson_mitchell"], ["username", "lenard_blanda"], ["uuid", "6d409972-8de6-4e57-85f6-41e115151045"], ["created_at", "2020-11-21 14:49:12.422948"], ["updated_at", "2020-11-21 14:49:12.422948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "307 Cartwright Avenue, Larissaburgh, AR 67302"], ["city", "Runolfsdottirfort"], ["country", "Italy"], ["description", "Corrupti aut quam. Ut est fugit. Sed dolores in. Facere dolore dolor. Error labore accusamus."], ["email", "rosann_feeney@example.net"], ["first_name", "Rolf"], ["firstname", "Kyle"], ["last_name", "Koepp"], ["lastname", "Schoen"], ["lat", "-79.64941040184029"], ["latitute", "38.0650864012965"], ["lng", "-38.320143237260766"], ["locale", "KW"], ["longitude", "-157.5878084174971"], ["middlename", "Flatley"], ["middle_name", "Smith"], ["password", "1TuAoCf9Yy4997T"], ["phone", "1-141-631-1849"], ["phone_number", "481.571.3476 x4043"], ["reference", "1adb1f84-8230-4f38-98b5-3971363f5148"], ["title", "Aut quia eos voluptates."], ["user_name", "bernard_turner"], ["username", "ted"], ["uuid", "2ecdcb98-98d5-42b0-b6bf-cb5efec2ea4d"], ["created_at", "2020-11-21 14:49:12.449463"], ["updated_at", "2020-11-21 14:49:12.449463"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 106 328 Laurie Freeway, McKenzietown, VA 11815-9636"], ["city", "Lanorafurt"], ["country", "Gambia"], ["description", "Non tempora quia. Eum quia assumenda. Quod ut est. Ab alias aut."], ["email", "geraldo_tremblay@example.io"], ["first_name", "Sheryll"], ["firstname", "Edgardo"], ["last_name", "Windler"], ["lastname", "Conroy"], ["lat", "-35.97448683437831"], ["latitute", "-20.872852729826178"], ["lng", "40.19989170762054"], ["locale", "AI"], ["longitude", "-48.78483558671084"], ["middlename", "Wisozk"], ["middle_name", "Mueller"], ["password", "YsMcThHkUzOxKc"], ["phone", "980-373-1647"], ["phone_number", "1-517-171-4100"], ["reference", "c119b343-a84e-462c-a725-24cd0ea18e4d"], ["title", "Deleniti quis sint."], ["user_name", "jamal.fisher"], ["username", "isa.grant"], ["uuid", "5ffc354c-d88a-4841-a785-7e3c51becbdd"], ["created_at", "2020-11-21 14:49:12.478101"], ["updated_at", "2020-11-21 14:49:12.478101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 170 702 Fern Plain, North Denny, NV 78628"], ["city", "Weberton"], ["country", "New Caledonia"], ["description", "Nobis cum nihil. Ipsum deserunt et."], ["email", "pam@example.biz"], ["first_name", "Josephine"], ["firstname", "Sima"], ["last_name", "Schmidt"], ["lastname", "Hauck"], ["lat", "-56.8762948849753"], ["latitute", "-70.38990039451609"], ["lng", "-75.7506532709824"], ["locale", "JE"], ["longitude", "82.83051339781031"], ["middlename", "Zemlak"], ["middle_name", "Bahringer"], ["password", "DlNt947Yp"], ["phone", "942-068-6615 x54854"], ["phone_number", "1-655-540-5256 x3695"], ["reference", "9026bff5-fe3e-4277-94b2-7e868df0ae41"], ["title", "Voluptates nihil consectetur error vel."], ["user_name", "donovan_howell"], ["username", "marco_lesch"], ["uuid", "654b5181-ad49-4b54-a14a-c58534a1670e"], ["created_at", "2020-11-21 14:49:12.517042"], ["updated_at", "2020-11-21 14:49:12.517042"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "371 Wes Cape, West Blakestad, AZ 97239"], ["city", "East Patrick"], ["country", "Bouvet Island (Bouvetoya)"], ["description", "Non ea est. Cumque sit quaerat. Recusandae vel repellat. Corporis ab et."], ["email", "wilford_smith@example.io"], ["first_name", "Elena"], ["firstname", "Miquel"], ["last_name", "Wilkinson"], ["lastname", "Sporer"], ["lat", "-18.040291395550568"], ["latitute", "71.73313765962806"], ["lng", "49.60568860240514"], ["locale", "EC"], ["longitude", "136.66146558087235"], ["middlename", "Murray"], ["middle_name", "Rempel"], ["password", "6SqLaLrEg"], ["phone", "1-638-769-9447 x80378"], ["phone_number", "640.427.9036"], ["reference", "5e20f862-a074-4bf0-83cd-165669604822"], ["title", "Asperiores explicabo labore quia."], ["user_name", "larry"], ["username", "janet"], ["uuid", "f8009156-0369-4e11-a651-0f0499faa460"], ["created_at", "2020-11-21 14:49:12.550995"], ["updated_at", "2020-11-21 14:49:12.550995"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "648 Parker Mills, West Berniece, MO 67014"], ["city", "Lake Reuben"], ["country", "Panama"], ["description", "Nulla nemo distinctio. Vero sed deleniti. Neque ut temporibus. Aperiam ut vitae."], ["email", "raymon_denesik@example.co"], ["first_name", "Quyen"], ["firstname", "Kathi"], ["last_name", "Schmidt"], ["lastname", "Blanda"], ["lat", "-22.076109669685195"], ["latitute", "50.601479670406775"], ["lng", "132.99231481280304"], ["locale", "GI"], ["longitude", "-125.61859276033857"], ["middlename", "Ankunding"], ["middle_name", "Adams"], ["password", "E3uQvPhHaXlKrYfZ"], ["phone", "1-262-917-1111"], ["phone_number", "(286) 471-3577 x114"], ["reference", "d84132d5-4e7e-45d6-8511-0c11f7913dab"], ["title", "Ea laboriosam ipsum."], ["user_name", "issac"], ["username", "jude_davis"], ["uuid", "eb1b39b8-5008-494b-a99e-d53c20f24ef2"], ["created_at", "2020-11-21 14:49:12.586045"], ["updated_at", "2020-11-21 14:49:12.586045"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 615 76900 Maudie Corners, South Joseside, SC 93019"], ["city", "Armstrongstad"], ["country", "Cayman Islands"], ["description", "Et quis expedita. Qui excepturi dolor."], ["email", "toney_littel@example.biz"], ["first_name", "Floyd"], ["firstname", "Jovita"], ["last_name", "Kassulke"], ["lastname", "Terry"], ["lat", "-30.48394047570757"], ["latitute", "45.27321745517975"], ["lng", "-50.7666312871379"], ["locale", "GY"], ["longitude", "-112.3916443186024"], ["middlename", "Ward"], ["middle_name", "Schmeler"], ["password", "99LbSp1Q49vOqBk"], ["phone", "1-584-938-4543 x77969"], ["phone_number", "1-147-717-5807 x59726"], ["reference", "ce9ee429-3a45-45a8-8b83-136e76c780c6"], ["title", "Ipsam omnis beatae et eaque rerum."], ["user_name", "marion.wisoky"], ["username", "elsie.runolfsdottir"], ["uuid", "470244a2-6ae3-4a80-8afc-a04ff4d8f04d"], ["created_at", "2020-11-21 14:49:12.614805"], ["updated_at", "2020-11-21 14:49:12.614805"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 980 750 Leslie Square, New Bryant, CT 72236-8178"], ["city", "Nieshaburgh"], ["country", "Malta"], ["description", "Aliquid error eveniet. Sunt reiciendis dolorum."], ["email", "malcolm.west@example.co"], ["first_name", "Octavio"], ["firstname", "Norman"], ["last_name", "Zulauf"], ["lastname", "Bednar"], ["lat", "16.827619125124173"], ["latitute", "-22.406049947586695"], ["lng", "-110.06881824811336"], ["locale", "PY"], ["longitude", "-127.03226988073756"], ["middlename", "Schroeder"], ["middle_name", "Feeney"], ["password", "Kt3LqZkM547v"], ["phone", "1-113-691-2921 x514"], ["phone_number", "562-111-6360"], ["reference", "781038af-8c4b-442a-a752-261de830ee37"], ["title", "Culpa animi doloribus et iusto quia."], ["user_name", "ivan"], ["username", "liana_ruecker"], ["uuid", "8b1889b8-6630-48e5-82ad-4b5b721cebc0"], ["created_at", "2020-11-21 14:49:12.640584"], ["updated_at", "2020-11-21 14:49:12.640584"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "53149 McCullough Knolls, West Mathewport, CO 03018-7887"], ["city", "Ferrychester"], ["country", "Bolivia"], ["description", "Fugit minus molestiae. Sit rerum eum. Laboriosam quaerat aut. Facere voluptas repellat."], ["email", "genna@example.co"], ["first_name", "Edmundo"], ["firstname", "Ashley"], ["last_name", "Hermiston"], ["lastname", "Schinner"], ["lat", "20.984175236816995"], ["latitute", "56.92400354031875"], ["lng", "58.1816302550865"], ["locale", "PH"], ["longitude", "-113.28970957097766"], ["middlename", "Schimmel"], ["middle_name", "Kautzer"], ["password", "4TxMsY2n7X15336e"], ["phone", "519-152-0954 x8917"], ["phone_number", "(249) 456-3098 x42158"], ["reference", "5cb0e354-5fea-4cfc-b2f6-767d62284e45"], ["title", "Officia voluptas commodi animi."], ["user_name", "caleb"], ["username", "stacey"], ["uuid", "0cdf50b1-7a7b-4a8a-b168-fcc832c744c8"], ["created_at", "2020-11-21 14:49:12.665253"], ["updated_at", "2020-11-21 14:49:12.665253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 828 50692 Marti Lodge, Kossmouth, MT 55740"], ["city", "Darioside"], ["country", "Tonga"], ["description", "Nihil mollitia debitis. Vel hic sunt. Aut harum facere. Deserunt amet aliquam."], ["email", "marcellus.goodwin@example.net"], ["first_name", "Ta"], ["firstname", "Duncan"], ["last_name", "Jones"], ["lastname", "Mertz"], ["lat", "9.353698420449064"], ["latitute", "-69.14656161754232"], ["lng", "113.57080180718236"], ["locale", "UM"], ["longitude", "-99.68586383271614"], ["middlename", "Kuvalis"], ["middle_name", "Koss"], ["password", "WjNlRkHcFlKbR"], ["phone", "(759) 566-5010"], ["phone_number", "889-909-9175"], ["reference", "1bbc77e1-0561-4c75-9805-64fc54f32cd7"], ["title", "Temporibus ut non quas placeat."], ["user_name", "rayford_carter"], ["username", "florrie.lebsack"], ["uuid", "07fbacf8-bb0f-4546-82b5-dfcea8588eb0"], ["created_at", "2020-11-21 14:49:12.699977"], ["updated_at", "2020-11-21 14:49:12.699977"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 712 9263 Wiza Road, Watsicamouth, RI 42777-9576"], ["city", "West Leonelside"], ["country", "Togo"], ["description", "Voluptatum et nisi. Expedita distinctio aliquam. Qui ut perferendis."], ["email", "adrien@example.io"], ["first_name", "Ken"], ["firstname", "Ed"], ["last_name", "Thiel"], ["lastname", "Schiller"], ["lat", "4.38878437993074"], ["latitute", "17.65979658553468"], ["lng", "-83.6635862942187"], ["locale", "CN"], ["longitude", "-132.4098878783899"], ["middlename", "Lemke"], ["middle_name", "Bernhard"], ["password", "VyN238nPdI2gV"], ["phone", "(689) 525-3199 x7445"], ["phone_number", "(881) 598-1546 x911"], ["reference", "fb6dfde5-1bf8-45fa-9df8-cafff9887f20"], ["title", "Maxime id reiciendis architecto expedita laboriosam."], ["user_name", "elijah.stokes"], ["username", "rupert"], ["uuid", "797cb0cf-b95a-435e-94d9-7673ddd11790"], ["created_at", "2020-11-21 14:49:12.725986"], ["updated_at", "2020-11-21 14:49:12.725986"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "54157 Sau Cove, Israelton, MI 17590-0946"], ["city", "Lubowitzberg"], ["country", "Grenada"], ["description", "Est voluptas corporis. Ipsa neque eos. Sit nostrum id. Quaerat ipsa ea."], ["email", "keneth@example.info"], ["first_name", "Krystle"], ["firstname", "Kelsi"], ["last_name", "Abshire"], ["lastname", "Roberts"], ["lat", "80.24006028550528"], ["latitute", "82.8355335590702"], ["lng", "-101.14603667852558"], ["locale", "ML"], ["longitude", "58.043619800101"], ["middlename", "Reichert"], ["middle_name", "Lubowitz"], ["password", "KgVx1Mj3"], ["phone", "955-913-6119 x4708"], ["phone_number", "(801) 707-9644 x689"], ["reference", "9c22b73a-64d2-4c6a-8113-65100757a4d3"], ["title", "Dicta et id quas animi non."], ["user_name", "renetta_jast"], ["username", "elise.kiehn"], ["uuid", "9698e158-fd1c-47dd-b79b-98f414de9548"], ["created_at", "2020-11-21 14:49:12.751052"], ["updated_at", "2020-11-21 14:49:12.751052"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "62327 Langosh Plaza, Lake Terina, NC 73323"], ["city", "Krisstad"], ["country", "Democratic People's Republic of Korea"], ["description", "Dolorum sed eaque. Nulla illum mollitia. Dolore iure esse. Omnis consectetur rerum. Accusantium recusandae autem."], ["email", "arvilla_abshire@example.name"], ["first_name", "Jeanie"], ["firstname", "Marion"], ["last_name", "Cassin"], ["lastname", "Leuschke"], ["lat", "89.78211704345156"], ["latitute", "4.659380541647096"], ["lng", "102.5528417177618"], ["locale", "CU"], ["longitude", "28.08200769724408"], ["middlename", "Ruecker"], ["middle_name", "Predovic"], ["password", "Ta76M1wIt4Rf"], ["phone", "784.594.1336 x91123"], ["phone_number", "468.556.5280 x3888"], ["reference", "5a7430e8-fc2c-4a69-bed4-1cd8c267cb8a"], ["title", "Nisi quibusdam quisquam reprehenderit sit velit."], ["user_name", "jesenia_abbott"], ["username", "nathanial_kub"], ["uuid", "2c4f51d8-eb2b-404c-8bc6-ded4199e47c3"], ["created_at", "2020-11-21 14:49:12.775870"], ["updated_at", "2020-11-21 14:49:12.775870"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "24426 Emerald Neck, South Armand, UT 66450-9904"], ["city", "Neliamouth"], ["country", "Taiwan"], ["description", "Enim labore et. Qui quia est. Id saepe libero. Libero amet quisquam. Quidem amet laborum."], ["email", "jestine@example.co"], ["first_name", "Rusty"], ["firstname", "Wilford"], ["last_name", "Gerlach"], ["lastname", "Lemke"], ["lat", "87.13153246871178"], ["latitute", "-5.230594013960527"], ["lng", "37.18737371018071"], ["locale", "KI"], ["longitude", "60.75618625930409"], ["middlename", "Schowalter"], ["middle_name", "Kovacek"], ["password", "WhE0wP52dLqRgL5q"], ["phone", "233.686.1496 x3716"], ["phone_number", "(546) 935-5639 x03281"], ["reference", "ab164a10-1f2d-41ff-8fb1-6be669ef320b"], ["title", "Eum voluptates qui."], ["user_name", "wyatt_tillman"], ["username", "roger.wisoky"], ["uuid", "32966c82-e925-4bb2-8e74-1f83b1a4d91d"], ["created_at", "2020-11-21 14:49:12.801435"], ["updated_at", "2020-11-21 14:49:12.801435"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "91616 Legros Forest, Elmerfort, TN 99487-7289"], ["city", "East Steveberg"], ["country", "Montserrat"], ["description", "Quia qui porro. Eum quia sed. Ut est autem. Minus aliquam possimus. Eos animi necessitatibus."], ["email", "lacy@example.info"], ["first_name", "Vania"], ["firstname", "Rosann"], ["last_name", "Kirlin"], ["lastname", "Little"], ["lat", "-73.53761119540582"], ["latitute", "5.4961655137531125"], ["lng", "92.05738727487181"], ["locale", "TH"], ["longitude", "153.2579677874259"], ["middlename", "Hyatt"], ["middle_name", "Abbott"], ["password", "ChJqTeZqB2pN"], ["phone", "(937) 419-6278 x5207"], ["phone_number", "723.637.7240 x3920"], ["reference", "f595029a-73f6-40ac-b349-dc3fa80f0624"], ["title", "Cupiditate pariatur ad quibusdam inventore at."], ["user_name", "ava"], ["username", "lucile"], ["uuid", "c5f406a6-294f-42b9-8a62-8de5a7a32eec"], ["created_at", "2020-11-21 14:49:12.826374"], ["updated_at", "2020-11-21 14:49:12.826374"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8217 Gleichner Freeway, North Mary, CT 33735"], ["city", "Pfannerstillberg"], ["country", "Cook Islands"], ["description", "Est quia natus. Eos natus dolor. Sit voluptas sed."], ["email", "jude.kautzer@example.name"], ["first_name", "Merrill"], ["firstname", "Ezequiel"], ["last_name", "Cartwright"], ["lastname", "Torp"], ["lat", "-87.96554898850883"], ["latitute", "1.6822442897344132"], ["lng", "-74.48700005702875"], ["locale", "SS"], ["longitude", "-179.9690712409252"], ["middlename", "Turner"], ["middle_name", "Hermiston"], ["password", "Ts3QuQuPjDf"], ["phone", "612.295.5626"], ["phone_number", "(610) 240-7502 x73707"], ["reference", "1cf5ee68-2658-422e-a778-7280ce094df7"], ["title", "Eligendi atque saepe ipsa magni sit."], ["user_name", "ghislaine_wiza"], ["username", "conchita_wolf"], ["uuid", "03c5614b-14b3-4494-81ae-54ed3d960133"], ["created_at", "2020-11-21 14:49:12.863272"], ["updated_at", "2020-11-21 14:49:12.863272"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "12949 Cathryn Ports, Dedratown, MI 88824-5456"], ["city", "Lake Carmastad"], ["country", "Virgin Islands, British"], ["description", "Non nemo qui. Voluptatibus quae excepturi. Aliquid quia sed. Error maiores id."], ["email", "nakesha.rosenbaum@example.co"], ["first_name", "Emmett"], ["firstname", "Milo"], ["last_name", "Kuvalis"], ["lastname", "Hickle"], ["lat", "86.88897250601644"], ["latitute", "-33.44506614349312"], ["lng", "-128.46526660396813"], ["locale", "ET"], ["longitude", "166.61846920777248"], ["middlename", "Cassin"], ["middle_name", "Stoltenberg"], ["password", "Dn8Y9zW39z4C"], ["phone", "747.264.6038 x88441"], ["phone_number", "(569) 467-9115 x0915"], ["reference", "8f1f538b-dbbd-4c6b-be82-3640d7357e83"], ["title", "Doloribus voluptatem illum iste dolore."], ["user_name", "deborah.pagac"], ["username", "darcie_hauck"], ["uuid", "4586e1f2-d4ca-4727-b906-eee7a38c3391"], ["created_at", "2020-11-21 14:49:12.889106"], ["updated_at", "2020-11-21 14:49:12.889106"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 437 405 Trantow Hill, Klaraside, NV 81357"], ["city", "Melvinbury"], ["country", "Peru"], ["description", "Reprehenderit dolorum nam. Nulla et voluptas. Et et sint. Temporibus at et. Velit ut dignissimos."], ["email", "wilbur_yost@example.name"], ["first_name", "Kurt"], ["firstname", "Rodney"], ["last_name", "Hagenes"], ["lastname", "Pagac"], ["lat", "-19.014130188291716"], ["latitute", "-67.08947189583479"], ["lng", "70.9285521458757"], ["locale", "GN"], ["longitude", "-36.619437792798294"], ["middlename", "Denesik"], ["middle_name", "Grimes"], ["password", "QoOvTePoT1zFfSf"], ["phone", "357.379.7983"], ["phone_number", "1-801-324-4851 x457"], ["reference", "848261b5-6cfe-46e7-8367-d6a57c4e507e"], ["title", "Nesciunt et nulla pariatur enim nobis."], ["user_name", "dung.moore"], ["username", "nida"], ["uuid", "f7a2d75f-4da0-4ba8-90e9-c041b6832076"], ["created_at", "2020-11-21 14:49:12.913772"], ["updated_at", "2020-11-21 14:49:12.913772"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 919 805 Altenwerth Key, Leighville, KS 87255-4587"], ["city", "Hahnshire"], ["country", "Senegal"], ["description", "Perferendis aut suscipit. Quod neque similique. Eum labore mollitia."], ["email", "erich@example.info"], ["first_name", "Elayne"], ["firstname", "Hilario"], ["last_name", "Luettgen"], ["lastname", "Simonis"], ["lat", "-30.04858791041272"], ["latitute", "13.015605499763495"], ["lng", "132.83852009562935"], ["locale", "CN"], ["longitude", "64.89022569334321"], ["middlename", "Fritsch"], ["middle_name", "Jacobs"], ["password", "TcDgHpCaN"], ["phone", "994.944.3809 x63001"], ["phone_number", "590-274-0111 x7254"], ["reference", "e9f35e7a-843a-46de-abc6-590cafe849ce"], ["title", "Sequi quidem expedita dolorem."], ["user_name", "bailey_ebert"], ["username", "helene"], ["uuid", "2e155ce2-b102-4c8c-aaad-c5b357e569af"], ["created_at", "2020-11-21 14:49:12.938494"], ["updated_at", "2020-11-21 14:49:12.938494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 906 108 Moen Mews, Mannmouth, MN 56268-8859"], ["city", "Harrismouth"], ["country", "Cape Verde"], ["description", "Vero fugiat recusandae. Autem ipsum eos. Animi fugit quis. Ducimus ratione illum."], ["email", "lauryn@example.biz"], ["first_name", "Elana"], ["firstname", "Isaiah"], ["last_name", "Rice"], ["lastname", "Gorczany"], ["lat", "19.13509879252254"], ["latitute", "50.14387172614832"], ["lng", "-94.46610481337203"], ["locale", "KZ"], ["longitude", "54.76369861754878"], ["middlename", "Reichert"], ["middle_name", "Mohr"], ["password", "U6yQbEyE31a7"], ["phone", "(517) 058-3099 x396"], ["phone_number", "(330) 112-0028 x220"], ["reference", "3d021c49-dc7e-4eb8-9d89-3f940ad5d083"], ["title", "Perferendis recusandae natus odio."], ["user_name", "jermaine.altenwerth"], ["username", "jeramy"], ["uuid", "333119e3-8343-43db-88bd-deaf1848691e"], ["created_at", "2020-11-21 14:49:12.962839"], ["updated_at", "2020-11-21 14:49:12.962839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "132 Bettyann Trail, Lake Alvahaven, TN 71896-7341"], ["city", "Lake Vena"], ["country", "Zimbabwe"], ["description", "Minima blanditiis dolores. Corporis rerum ut. Sunt quae omnis. Non ea deserunt."], ["email", "leonard@example.co"], ["first_name", "Filiberto"], ["firstname", "Alesha"], ["last_name", "Collins"], ["lastname", "Gutkowski"], ["lat", "-46.18607315367319"], ["latitute", "-54.42469889402646"], ["lng", "-164.6330400830945"], ["locale", "VI"], ["longitude", "-92.47456148653148"], ["middlename", "Stanton"], ["middle_name", "Kuhn"], ["password", "E32i4V63"], ["phone", "630-574-9745 x208"], ["phone_number", "973.393.1971 x5327"], ["reference", "147d9f46-7a2b-4bf4-bb70-ca99ca947023"], ["title", "Et soluta libero incidunt."], ["user_name", "star.sanford"], ["username", "lynn.lemke"], ["uuid", "928feb2c-2701-4651-9915-2f7bf17e878e"], ["created_at", "2020-11-21 14:49:12.989207"], ["updated_at", "2020-11-21 14:49:12.989207"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9494 Louvenia Lake, New Teddy, KY 17814-3758"], ["city", "South Micheal"], ["country", "Congo"], ["description", "Sit dignissimos aliquid. Eveniet quibusdam in."], ["email", "samual@example.org"], ["first_name", "Millard"], ["firstname", "Erlene"], ["last_name", "Farrell"], ["lastname", "Schoen"], ["lat", "54.2593192313993"], ["latitute", "-55.92331419148217"], ["lng", "-169.24034696630335"], ["locale", "MG"], ["longitude", "44.62759126480444"], ["middlename", "Koss"], ["middle_name", "Olson"], ["password", "S4kEvGgB43h80S"], ["phone", "1-121-134-3525 x2672"], ["phone_number", "(708) 595-0149 x705"], ["reference", "e1b714b5-e03e-48bd-babf-56a7f9045a34"], ["title", "Ut ea cumque ullam qui."], ["user_name", "jeffry"], ["username", "latanya"], ["uuid", "b0923be6-a2fd-4bc1-88dc-ff14b9e70b05"], ["created_at", "2020-11-21 14:49:13.025363"], ["updated_at", "2020-11-21 14:49:13.025363"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 629 40236 Larson Terrace, Roseliafort, MS 40879-0068"], ["city", "East Shaina"], ["country", "Cook Islands"], ["description", "Aut similique rerum. Eveniet impedit aut."], ["email", "thea_bernier@example.org"], ["first_name", "Monroe"], ["firstname", "Morris"], ["last_name", "Hahn"], ["lastname", "Hammes"], ["lat", "-42.84609951295347"], ["latitute", "-54.530357896495104"], ["lng", "67.1055482696531"], ["locale", "LC"], ["longitude", "-102.48611862983246"], ["middlename", "Kreiger"], ["middle_name", "Blick"], ["password", "31E9tLpBsF9sI1"], ["phone", "584.233.0463 x647"], ["phone_number", "777-569-2971"], ["reference", "335ab4b1-b7c9-411a-b0db-bbf43ead9ee3"], ["title", "Ad eos sunt."], ["user_name", "garth"], ["username", "augustine"], ["uuid", "de7b9c60-94b4-46cc-8c65-0974d4d19e1c"], ["created_at", "2020-11-21 14:49:13.050404"], ["updated_at", "2020-11-21 14:49:13.050404"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4259 Julienne Summit, North Aliport, ME 87237"], ["city", "West Burton"], ["country", "Seychelles"], ["description", "Ratione ut et. Doloribus suscipit est. Dicta recusandae omnis."], ["email", "dillon@example.org"], ["first_name", "Angelo"], ["firstname", "Analisa"], ["last_name", "Sauer"], ["lastname", "Langworth"], ["lat", "-63.18579872967795"], ["latitute", "-3.556630354040962"], ["lng", "-128.7712207000739"], ["locale", "BF"], ["longitude", "36.51146297468998"], ["middlename", "Ortiz"], ["middle_name", "Howell"], ["password", "A93hG02t"], ["phone", "145.805.9779 x68243"], ["phone_number", "1-348-811-9735 x425"], ["reference", "858bc4ac-8256-41e0-9159-88938b96b41c"], ["title", "Veniam quia modi officia."], ["user_name", "milagro_gulgowski"], ["username", "yesenia.ferry"], ["uuid", "e28b5031-6400-406c-a528-e702da6b274d"], ["created_at", "2020-11-21 14:49:13.074722"], ["updated_at", "2020-11-21 14:49:13.074722"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "933 Volkman Walks, Klockoview, NC 92072"], ["city", "Ankundingville"], ["country", "Togo"], ["description", "Accusantium sit magni. Iusto culpa cumque. Ipsa qui voluptatem."], ["email", "usha.ritchie@example.net"], ["first_name", "Rema"], ["firstname", "Cristopher"], ["last_name", "Schinner"], ["lastname", "Morar"], ["lat", "-49.67767745520124"], ["latitute", "-43.51324839481375"], ["lng", "-78.56976831119732"], ["locale", "KN"], ["longitude", "128.78673391584522"], ["middlename", "Lehner"], ["middle_name", "Bartell"], ["password", "St7PhUwJxD3p"], ["phone", "748.702.1968 x31430"], ["phone_number", "598-390-1684"], ["reference", "a0cb3f6e-1200-4a67-9749-a9d540cfa955"], ["title", "Beatae rerum et."], ["user_name", "valeri.oberbrunner"], ["username", "shayne_labadie"], ["uuid", "4f63e6b5-36f6-4097-a196-21b472ff278b"], ["created_at", "2020-11-21 14:49:13.098687"], ["updated_at", "2020-11-21 14:49:13.098687"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 324 350 Ondricka Wall, New Carl, OH 94930-2228"], ["city", "Thifurt"], ["country", "Myanmar"], ["description", "Enim deleniti cumque. Dolorem quibusdam soluta. Blanditiis ut debitis. Illum quibusdam ut. Ducimus omnis modi."], ["email", "sabine.willms@example.io"], ["first_name", "Brande"], ["firstname", "Arden"], ["last_name", "Koss"], ["lastname", "Hirthe"], ["lat", "56.55870203943539"], ["latitute", "26.575886700571743"], ["lng", "-11.481078981807059"], ["locale", "CH"], ["longitude", "-15.147604274548257"], ["middlename", "Conroy"], ["middle_name", "Schiller"], ["password", "VtYt3GaB72oGpMr1"], ["phone", "935.316.2871 x9033"], ["phone_number", "(957) 678-2035 x0809"], ["reference", "aa973436-78e4-410b-84a4-0f5966427eb1"], ["title", "Non nam vel dolores reiciendis."], ["user_name", "many"], ["username", "raven"], ["uuid", "173f2f9b-8931-4374-8572-8244e3178e08"], ["created_at", "2020-11-21 14:49:13.123400"], ["updated_at", "2020-11-21 14:49:13.123400"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3791 Erdman Views, Feestmouth, TX 57229-1523"], ["city", "New Houston"], ["country", "Guadeloupe"], ["description", "Saepe quia similique. Aliquid laudantium et. Dolorum ipsum id. Fugiat ipsam ea."], ["email", "dusty@example.biz"], ["first_name", "Beatris"], ["firstname", "Neely"], ["last_name", "Roberts"], ["lastname", "Koss"], ["lat", "-71.70980932940547"], ["latitute", "-15.430260676432624"], ["lng", "92.87073982972453"], ["locale", "CG"], ["longitude", "-49.93142435209916"], ["middlename", "Kub"], ["middle_name", "Nikolaus"], ["password", "OmAkAn5Pz"], ["phone", "1-602-891-3214 x7243"], ["phone_number", "577.392.0003 x19087"], ["reference", "95b7be25-7f6b-4cb7-96c4-00327b190d73"], ["title", "Ut fuga velit illum qui nemo."], ["user_name", "leon.kemmer"], ["username", "cory_romaguera"], ["uuid", "5754042b-1ac1-43a0-a3e1-35aea2ecfaa3"], ["created_at", "2020-11-21 14:49:13.154270"], ["updated_at", "2020-11-21 14:49:13.154270"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "408 Rath Village, Bayerville, RI 22703"], ["city", "New Florentino"], ["country", "Montserrat"], ["description", "Reiciendis qui optio. Autem asperiores eveniet. Nobis eos sed."], ["email", "sarina@example.biz"], ["first_name", "Ocie"], ["firstname", "Larisa"], ["last_name", "VonRueden"], ["lastname", "Williamson"], ["lat", "-4.090044471882976"], ["latitute", "-20.81243363714225"], ["lng", "-126.76754405306882"], ["locale", "RW"], ["longitude", "-64.27593839359848"], ["middlename", "Schroeder"], ["middle_name", "Krajcik"], ["password", "VdN6mQ7h72MnKi"], ["phone", "1-846-730-9240 x77659"], ["phone_number", "(806) 162-3258"], ["reference", "6339590d-8709-4d6d-a1fd-ac160b2d4b39"], ["title", "Voluptatem iste reprehenderit rerum sequi qui."], ["user_name", "tracy"], ["username", "tessie_lemke"], ["uuid", "41758fcc-4439-4584-b1ea-05521b85bf2e"], ["created_at", "2020-11-21 14:49:13.180491"], ["updated_at", "2020-11-21 14:49:13.180491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 591 14437 Anderson Lane, Walterberg, CA 92591"], ["city", "Lake Corinne"], ["country", "Greece"], ["description", "Labore ipsum aut. Perferendis fugiat minima. Soluta atque ea. Placeat possimus doloremque."], ["email", "silas@example.name"], ["first_name", "Lashandra"], ["firstname", "Robt"], ["last_name", "Kuvalis"], ["lastname", "Casper"], ["lat", "41.75273348391272"], ["latitute", "-80.9537404010151"], ["lng", "-5.719586316802918"], ["locale", "TR"], ["longitude", "122.96729585961606"], ["middlename", "Wilderman"], ["middle_name", "Bailey"], ["password", "G3iTeK5mUyFnO8c"], ["phone", "(239) 139-5913"], ["phone_number", "165-465-2921 x781"], ["reference", "34e15939-da6a-406c-af5a-ab1296f68a63"], ["title", "Sint aut placeat."], ["user_name", "rosaline"], ["username", "dannie"], ["uuid", "3fa1b983-03e5-46ac-a557-ac90e88ced32"], ["created_at", "2020-11-21 14:49:13.204863"], ["updated_at", "2020-11-21 14:49:13.204863"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "698 Vera Trafficway, Port Grant, MT 41891"], ["city", "Bernierton"], ["country", "Armenia"], ["description", "Nemo nihil quam. Et quaerat repellendus. Tempore deserunt id."], ["email", "sheba@example.com"], ["first_name", "Lona"], ["firstname", "Robbie"], ["last_name", "Hintz"], ["lastname", "Runte"], ["lat", "-31.30340002047636"], ["latitute", "-29.70717895820625"], ["lng", "64.82642243096157"], ["locale", "GM"], ["longitude", "99.6636165942528"], ["middlename", "Luettgen"], ["middle_name", "Waters"], ["password", "SzOwS40fDu0"], ["phone", "(703) 714-3622 x875"], ["phone_number", "966.505.2135 x957"], ["reference", "425794da-39d4-4ef6-bc43-1ebc62bb644c"], ["title", "Autem incidunt esse voluptas."], ["user_name", "blaine.leuschke"], ["username", "armand"], ["uuid", "4db1dda9-38ae-4bf9-96f8-8ec6e88fdc80"], ["created_at", "2020-11-21 14:49:13.228817"], ["updated_at", "2020-11-21 14:49:13.228817"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "80462 Crist Village, New Lottie, SD 81898"], ["city", "Zackshire"], ["country", "Isle of Man"], ["description", "Numquam quos fugit. Dolore ex quia."], ["email", "deedra@example.com"], ["first_name", "Korey"], ["firstname", "Linette"], ["last_name", "Gleichner"], ["lastname", "Hand"], ["lat", "-1.2699224698130962"], ["latitute", "-30.834406395799554"], ["lng", "85.2877925695866"], ["locale", "BD"], ["longitude", "70.3442983689265"], ["middlename", "Osinski"], ["middle_name", "Mayer"], ["password", "IxHg94Fn"], ["phone", "173-132-1956 x623"], ["phone_number", "(298) 407-0933"], ["reference", "9cec3f72-7c9e-4dd6-89cb-d97b91973226"], ["title", "Error ipsa inventore nemo aliquam et."], ["user_name", "winfred"], ["username", "lianne"], ["uuid", "94f68d7e-dca7-4e87-911f-335535c59750"], ["created_at", "2020-11-21 14:49:13.252694"], ["updated_at", "2020-11-21 14:49:13.252694"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "48806 Perry Cape, Chuckshire, KY 67927"], ["city", "Fritschshire"], ["country", "Saint Martin"], ["description", "Dolore error ut. Dolores id qui. In aperiam est."], ["email", "marry@example.org"], ["first_name", "Tracy"], ["firstname", "Isis"], ["last_name", "Langosh"], ["lastname", "Farrell"], ["lat", "-4.691569385446826"], ["latitute", "-62.775776073449386"], ["lng", "-91.20707588890892"], ["locale", "IM"], ["longitude", "176.80122074014037"], ["middlename", "Zulauf"], ["middle_name", "Upton"], ["password", "GdYz9QwOgJfW"], ["phone", "864-408-5391 x571"], ["phone_number", "669-240-0822 x2591"], ["reference", "cab1ab6f-b431-4992-b34d-6af04faeafb8"], ["title", "Qui incidunt doloremque molestiae."], ["user_name", "jude_crona"], ["username", "eldon_dare"], ["uuid", "42a3bb62-1c6e-4e1f-aa81-fb74365cb2ea"], ["created_at", "2020-11-21 14:49:13.276815"], ["updated_at", "2020-11-21 14:49:13.276815"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 835 37102 Yundt Burgs, North Lesterport, WA 54652"], ["city", "Stoltenbergfurt"], ["country", "Chile"], ["description", "Et consequatur sapiente. Id autem debitis. Consequatur aut tempore."], ["email", "benjamin_rice@example.net"], ["first_name", "Providencia"], ["firstname", "Ramonita"], ["last_name", "Torp"], ["lastname", "King"], ["lat", "-8.883089391111653"], ["latitute", "34.37590766858281"], ["lng", "-5.028041818436634"], ["locale", "IE"], ["longitude", "-92.437523380631"], ["middlename", "Effertz"], ["middle_name", "Cruickshank"], ["password", "21L95vLa5YdBbQb6"], ["phone", "434-397-7008 x35627"], ["phone_number", "102.072.0528 x021"], ["reference", "f11b22fb-b201-48e6-aa96-fed35dd532fb"], ["title", "Enim optio minus cum ducimus."], ["user_name", "percy"], ["username", "connie"], ["uuid", "63548821-43b1-49e6-a9c7-635e3e40ad4a"], ["created_at", "2020-11-21 14:49:13.307600"], ["updated_at", "2020-11-21 14:49:13.307600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7968 Wiley Pass, West Marissafort, NE 06976-1827"], ["city", "Wuckertville"], ["country", "Algeria"], ["description", "Aperiam voluptates ea. Totam non facere. Similique culpa quasi. Commodi et temporibus. Aliquid molestiae excepturi."], ["email", "scottie.hermiston@example.name"], ["first_name", "Dick"], ["firstname", "Dan"], ["last_name", "Mayert"], ["lastname", "Larkin"], ["lat", "42.110687554811705"], ["latitute", "4.705778277748877"], ["lng", "-42.02212833162801"], ["locale", "BH"], ["longitude", "146.58219666112052"], ["middlename", "Johns"], ["middle_name", "Bergnaum"], ["password", "C2gTrKf1F"], ["phone", "1-744-361-3373 x7209"], ["phone_number", "787.709.2853"], ["reference", "944f115c-3360-4797-bcb7-41c5ebb3a8d9"], ["title", "Quos dolorum rerum harum eum."], ["user_name", "janett"], ["username", "pierre.cartwright"], ["uuid", "20514481-1a99-4b4a-bbbb-d14fcc10c701"], ["created_at", "2020-11-21 14:49:13.332933"], ["updated_at", "2020-11-21 14:49:13.332933"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "451 Shanahan Locks, Port Samual, NV 73709-9127"], ["city", "Maggioborough"], ["country", "Cuba"], ["description", "Et libero commodi. Molestiae aspernatur ut. Rerum sed placeat. Veniam voluptatum illum. Repudiandae minus ut."], ["email", "katheryn@example.co"], ["first_name", "Shon"], ["firstname", "Gilbert"], ["last_name", "Dickens"], ["lastname", "Bogisich"], ["lat", "-88.15499222938891"], ["latitute", "-8.747981225011557"], ["lng", "-5.370909591332975"], ["locale", "TF"], ["longitude", "-21.732218515497095"], ["middlename", "Klein"], ["middle_name", "Lubowitz"], ["password", "IjRpH214hEdXy"], ["phone", "1-531-088-1170"], ["phone_number", "901-048-9364"], ["reference", "ab86df96-eaac-4603-88c1-3b82140de502"], ["title", "Voluptatibus recusandae et repudiandae."], ["user_name", "jenette_johnston"], ["username", "tamatha"], ["uuid", "b5944c24-934c-43e2-9eb7-a5de4a9bc09c"], ["created_at", "2020-11-21 14:49:13.357244"], ["updated_at", "2020-11-21 14:49:13.357244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 631 4180 Dibbert Ports, Lake Vincent, FL 20378"], ["city", "East Man"], ["country", "South Georgia and the South Sandwich Islands"], ["description", "Voluptatibus incidunt ut. Ex fugiat deserunt. Vel sed velit. Laudantium est ut."], ["email", "marlin@example.org"], ["first_name", "Malka"], ["firstname", "Hiroko"], ["last_name", "Pfannerstill"], ["lastname", "McDermott"], ["lat", "50.853579801790715"], ["latitute", "-38.53081414403333"], ["lng", "-147.40092478630592"], ["locale", "IM"], ["longitude", "28.65906770508488"], ["middlename", "Wyman"], ["middle_name", "Schuppe"], ["password", "L4fTt61LfEm9G"], ["phone", "1-518-498-7258 x4947"], ["phone_number", "595.384.4352"], ["reference", "e4cec8fa-9604-42c0-8bb3-61f2af3ef364"], ["title", "Rerum aliquam quisquam laboriosam et."], ["user_name", "noe"], ["username", "edmundo"], ["uuid", "66f25943-15c4-483d-a8f1-42e002bf1f80"], ["created_at", "2020-11-21 14:49:13.381490"], ["updated_at", "2020-11-21 14:49:13.381490"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 701 1371 Scott Squares, West Amberly, MA 80258"], ["city", "Lake Delilah"], ["country", "Belarus"], ["description", "Ut tempora sed. At labore sed. Qui ea consequatur. Eius repellat voluptatem. Cupiditate mollitia odio."], ["email", "ivan@example.info"], ["first_name", "Curtis"], ["firstname", "Jeni"], ["last_name", "Rogahn"], ["lastname", "Orn"], ["lat", "-47.36909105553217"], ["latitute", "29.53102284566799"], ["lng", "62.38552237403974"], ["locale", "MY"], ["longitude", "20.743802072858813"], ["middlename", "Collins"], ["middle_name", "Trantow"], ["password", "Qo0N2hItC"], ["phone", "(482) 802-4851 x0954"], ["phone_number", "616-800-6078 x766"], ["reference", "6783d644-f58e-43fa-a04b-940d734f6442"], ["title", "Doloremque molestiae ut est."], ["user_name", "angel_fritsch"], ["username", "fritz_wyman"], ["uuid", "c2c19992-801e-43c5-9968-2c1f82f49ca8"], ["created_at", "2020-11-21 14:49:13.406064"], ["updated_at", "2020-11-21 14:49:13.406064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 168 4901 Konopelski Junctions, Binsview, MT 06741"], ["city", "East Aubrey"], ["country", "Uganda"], ["description", "Autem dolor accusamus. Possimus quisquam nihil. Animi et itaque. Ut aut quia."], ["email", "laurence_lueilwitz@example.co"], ["first_name", "Pilar"], ["firstname", "Otis"], ["last_name", "Weber"], ["lastname", "Okuneva"], ["lat", "74.555724748274"], ["latitute", "84.75560825443716"], ["lng", "49.45790131488599"], ["locale", "LU"], ["longitude", "-125.21070107494268"], ["middlename", "Kris"], ["middle_name", "Schaden"], ["password", "6NkOzBl3BzFkMeT"], ["phone", "(548) 452-0307"], ["phone_number", "182.427.0635 x08925"], ["reference", "c1e17180-3f04-4023-9776-dd57620f7d65"], ["title", "Quia occaecati itaque quisquam architecto qui."], ["user_name", "macy.ondricka"], ["username", "manuela"], ["uuid", "22975da6-ebde-45ae-89ad-59c18e783323"], ["created_at", "2020-11-21 14:49:13.430296"], ["updated_at", "2020-11-21 14:49:13.430296"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 10.7294077145896], ["string", "Non velit est numquam asperiores aut."], ["date", "2020-12-10"], ["time", "2000-01-01 04:45:28.872494"], ["datetime", "2020-12-10 21:40:45.033306"], ["created_at", "2020-11-21 14:49:13.439773"], ["updated_at", "2020-11-21 14:49:13.439773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 38], ["decimal", 33.2842774526149], ["string", "Ipsa consectetur sit doloremque."], ["date", "2020-10-21"], ["time", "2000-01-01 07:25:23.086745"], ["datetime", "2020-11-20 16:03:30.335430"], ["created_at", "2020-11-21 14:49:13.442387"], ["updated_at", "2020-11-21 14:49:13.442387"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 30], ["decimal", 3.6414290880213], ["string", "Quis nostrum voluptates."], ["date", "2020-12-15"], ["time", "2000-01-01 01:22:55.970647"], ["datetime", "2020-10-18 03:44:04.173010"], ["created_at", "2020-11-21 14:49:13.444640"], ["updated_at", "2020-11-21 14:49:13.444640"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 14.1529397360296], ["string", "Facilis suscipit sed."], ["date", "2020-12-21"], ["time", "2000-01-01 06:20:22.370001"], ["datetime", "2020-12-26 02:05:12.258553"], ["created_at", "2020-11-21 14:49:13.446816"], ["updated_at", "2020-11-21 14:49:13.446816"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 18.1829708130222], ["string", "Debitis vel sint veritatis sequi."], ["date", "2020-10-25"], ["time", "2000-01-01 14:35:47.686546"], ["datetime", "2020-12-30 19:33:30.063431"], ["created_at", "2020-11-21 14:49:13.448975"], ["updated_at", "2020-11-21 14:49:13.448975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 9.65304688268766], ["string", "Exercitationem voluptate nostrum odio."], ["date", "2020-10-12"], ["time", "2000-01-01 12:13:59.213458"], ["datetime", "2020-12-15 17:42:45.656631"], ["created_at", "2020-11-21 14:49:13.451146"], ["updated_at", "2020-11-21 14:49:13.451146"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 19.0510588460406], ["string", "Magni non perspiciatis nam hic porro."], ["date", "2020-10-23"], ["time", "2000-01-01 17:33:10.586337"], ["datetime", "2021-01-01 03:35:52.502931"], ["created_at", "2020-11-21 14:49:13.453299"], ["updated_at", "2020-11-21 14:49:13.453299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 36], ["decimal", 1.77566607385923], ["string", "Sint officiis deserunt aspernatur dolores quam."], ["date", "2020-11-18"], ["time", "2000-01-01 00:21:17.304058"], ["datetime", "2020-11-28 18:02:58.436431"], ["created_at", "2020-11-21 14:49:13.455449"], ["updated_at", "2020-11-21 14:49:13.455449"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 0.0971274409646083], ["string", "Qui aperiam a asperiores dolores sed."], ["date", "2020-11-01"], ["time", "2000-01-01 13:52:18.907696"], ["datetime", "2020-11-27 10:12:48.662613"], ["created_at", "2020-11-21 14:49:13.465119"], ["updated_at", "2020-11-21 14:49:13.465119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 15.5554662892522], ["string", "Dolorem at fuga consequatur similique qui."], ["date", "2020-10-10"], ["time", "2000-01-01 07:00:32.118000"], ["datetime", "2020-12-16 22:49:06.822007"], ["created_at", "2020-11-21 14:49:13.467987"], ["updated_at", "2020-11-21 14:49:13.467987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 9.5325392192339], ["string", "Veniam et provident aspernatur nihil."], ["date", "2020-11-20"], ["time", "2000-01-01 04:45:21.398449"], ["datetime", "2020-11-18 16:13:57.788000"], ["created_at", "2020-11-21 14:49:13.470523"], ["updated_at", "2020-11-21 14:49:13.470523"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 0.22034897826788], ["string", "Quia similique quas."], ["date", "2020-11-02"], ["time", "2000-01-01 05:10:59.292882"], ["datetime", "2020-10-20 17:27:41.200257"], ["created_at", "2020-11-21 14:49:13.473068"], ["updated_at", "2020-11-21 14:49:13.473068"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 35], ["decimal", 7.15498495110381], ["string", "Et delectus recusandae aut placeat error."], ["date", "2020-12-09"], ["time", "2000-01-01 03:58:49.321188"], ["datetime", "2020-11-03 20:17:04.058054"], ["created_at", "2020-11-21 14:49:13.475558"], ["updated_at", "2020-11-21 14:49:13.475558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 29], ["decimal", 34.8890872796886], ["string", "Quisquam rerum et sed explicabo."], ["date", "2020-11-14"], ["time", "2000-01-01 02:25:49.893520"], ["datetime", "2020-12-17 13:34:35.836790"], ["created_at", "2020-11-21 14:49:13.478086"], ["updated_at", "2020-11-21 14:49:13.478086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 0.695586481727848], ["string", "Alias incidunt vel."], ["date", "2020-12-08"], ["time", "2000-01-01 16:24:13.659489"], ["datetime", "2020-12-21 08:45:44.388788"], ["created_at", "2020-11-21 14:49:13.480477"], ["updated_at", "2020-11-21 14:49:13.480477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 14.8160046255662], ["string", "Dolorem facere quis."], ["date", "2020-10-19"], ["time", "2000-01-01 23:26:02.202696"], ["datetime", "2020-11-12 20:43:30.894738"], ["created_at", "2020-11-21 14:49:13.482764"], ["updated_at", "2020-11-21 14:49:13.482764"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 6.78969907062513], ["string", "Omnis fugiat in sit quia occaecati."], ["date", "2020-11-01"], ["time", "2000-01-01 02:14:27.341431"], ["datetime", "2020-10-16 16:06:09.968560"], ["created_at", "2020-11-21 14:49:13.485064"], ["updated_at", "2020-11-21 14:49:13.485064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 20.6191581568321], ["string", "Ipsum dolorem incidunt sit dicta aut."], ["date", "2020-11-01"], ["time", "2000-01-01 01:06:36.481007"], ["datetime", "2020-11-20 13:06:53.485341"], ["created_at", "2020-11-21 14:49:13.487347"], ["updated_at", "2020-11-21 14:49:13.487347"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 14.0811661407931], ["string", "Optio aut consectetur."], ["date", "2020-11-30"], ["time", "2000-01-01 14:33:12.634040"], ["datetime", "2020-12-26 14:01:54.772134"], ["created_at", "2020-11-21 14:49:13.489572"], ["updated_at", "2020-11-21 14:49:13.489572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 23.6124331231735], ["string", "Vero qui quas atque praesentium dolores."], ["date", "2020-12-26"], ["time", "2000-01-01 09:21:54.853882"], ["datetime", "2020-11-13 20:14:49.082270"], ["created_at", "2020-11-21 14:49:13.491822"], ["updated_at", "2020-11-21 14:49:13.491822"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 2.30479749942164], ["string", "Et dolor itaque."], ["date", "2020-12-17"], ["time", "2000-01-01 14:51:06.553007"], ["datetime", "2020-12-18 19:14:44.165856"], ["created_at", "2020-11-21 14:49:13.494096"], ["updated_at", "2020-11-21 14:49:13.494096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 24], ["decimal", 3.45448795736715], ["string", "Ipsum omnis rerum et odit."], ["date", "2020-10-25"], ["time", "2000-01-01 00:58:21.625796"], ["datetime", "2020-12-26 06:09:42.283090"], ["created_at", "2020-11-21 14:49:13.496349"], ["updated_at", "2020-11-21 14:49:13.496349"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 13.2803638509345], ["string", "Error facilis excepturi."], ["date", "2020-10-13"], ["time", "2000-01-01 16:32:31.686233"], ["datetime", "2020-11-12 05:03:29.426289"], ["created_at", "2020-11-21 14:49:13.498563"], ["updated_at", "2020-11-21 14:49:13.498563"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 38.3176601644383], ["string", "Sunt eum reprehenderit."], ["date", "2020-10-21"], ["time", "2000-01-01 12:04:53.676497"], ["datetime", "2020-11-15 10:00:40.786183"], ["created_at", "2020-11-21 14:49:13.500845"], ["updated_at", "2020-11-21 14:49:13.500845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 33.8181477907177], ["string", "Accusamus ipsam dolor quia velit nemo."], ["date", "2020-12-12"], ["time", "2000-01-01 05:59:45.544513"], ["datetime", "2020-11-16 01:52:37.013287"], ["created_at", "2020-11-21 14:49:13.503043"], ["updated_at", "2020-11-21 14:49:13.503043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 24.9889778435891], ["string", "Aperiam reprehenderit voluptas ullam minus."], ["date", "2020-12-20"], ["time", "2000-01-01 00:04:43.364858"], ["datetime", "2020-10-28 00:20:01.507051"], ["created_at", "2020-11-21 14:49:13.505242"], ["updated_at", "2020-11-21 14:49:13.505242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 18.5312712762745], ["string", "Nisi omnis quis explicabo ut ut."], ["date", "2020-11-22"], ["time", "2000-01-01 13:14:12.825516"], ["datetime", "2020-12-26 21:58:27.928190"], ["created_at", "2020-11-21 14:49:13.507441"], ["updated_at", "2020-11-21 14:49:13.507441"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 21], ["decimal", 32.6054954343305], ["string", "Enim soluta qui."], ["date", "2020-12-08"], ["time", "2000-01-01 06:27:01.329384"], ["datetime", "2020-12-30 06:22:24.955333"], ["created_at", "2020-11-21 14:49:13.509660"], ["updated_at", "2020-11-21 14:49:13.509660"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 4.17967185468018], ["string", "Consectetur sint sed."], ["date", "2020-12-20"], ["time", "2000-01-01 07:41:00.887248"], ["datetime", "2021-01-02 14:01:25.249250"], ["created_at", "2020-11-21 14:49:13.511860"], ["updated_at", "2020-11-21 14:49:13.511860"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 38], ["decimal", 1.95698352411478], ["string", "Voluptatem autem inventore."], ["date", "2020-12-06"], ["time", "2000-01-01 06:58:31.995066"], ["datetime", "2020-12-08 03:19:55.771106"], ["created_at", "2020-11-21 14:49:13.514045"], ["updated_at", "2020-11-21 14:49:13.514045"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 22], ["decimal", 2.21077066240869], ["string", "Veniam et voluptatibus consequatur hic soluta."], ["date", "2020-12-05"], ["time", "2000-01-01 03:13:01.213112"], ["datetime", "2020-11-27 17:48:50.713388"], ["created_at", "2020-11-21 14:49:13.516268"], ["updated_at", "2020-11-21 14:49:13.516268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 35], ["decimal", 2.58438243606685], ["string", "Voluptate omnis repellendus maiores."], ["date", "2020-11-12"], ["time", "2000-01-01 04:31:02.780776"], ["datetime", "2020-10-14 02:48:20.591850"], ["created_at", "2020-11-21 14:49:13.518531"], ["updated_at", "2020-11-21 14:49:13.518531"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 12.2724595420809], ["string", "Et ut itaque enim."], ["date", "2020-12-12"], ["time", "2000-01-01 23:13:03.058968"], ["datetime", "2020-12-30 02:46:18.877653"], ["created_at", "2020-11-21 14:49:13.521836"], ["updated_at", "2020-11-21 14:49:13.521836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 21.939367961079], ["string", "Reprehenderit magni adipisci."], ["date", "2020-11-17"], ["time", "2000-01-01 09:13:12.665523"], ["datetime", "2020-12-19 05:28:10.765897"], ["created_at", "2020-11-21 14:49:13.524287"], ["updated_at", "2020-11-21 14:49:13.524287"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 34], ["decimal", 2.88436966235853], ["string", "Incidunt veritatis facere molestiae omnis."], ["date", "2020-10-12"], ["time", "2000-01-01 11:03:59.175944"], ["datetime", "2020-12-13 14:57:44.899177"], ["created_at", "2020-11-21 14:49:13.526629"], ["updated_at", "2020-11-21 14:49:13.526629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 28], ["decimal", 9.00499105261319], ["string", "Odit veritatis dolorem sed."], ["date", "2020-11-19"], ["time", "2000-01-01 16:41:25.288048"], ["datetime", "2020-10-16 05:01:37.242583"], ["created_at", "2020-11-21 14:49:13.529024"], ["updated_at", "2020-11-21 14:49:13.529024"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 36], ["decimal", 15.6456257593056], ["string", "Id reprehenderit repellendus debitis enim."], ["date", "2020-11-06"], ["time", "2000-01-01 22:22:29.643145"], ["datetime", "2020-12-31 05:18:58.317717"], ["created_at", "2020-11-21 14:49:13.531596"], ["updated_at", "2020-11-21 14:49:13.531596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 13.2865975303874], ["string", "Eaque quia dolor maiores."], ["date", "2020-10-23"], ["time", "2000-01-01 20:30:13.361578"], ["datetime", "2020-10-27 20:46:26.142757"], ["created_at", "2020-11-21 14:49:13.533989"], ["updated_at", "2020-11-21 14:49:13.533989"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 0.147802395053522], ["string", "Ut pariatur molestiae laudantium soluta vel."], ["date", "2020-10-26"], ["time", "2000-01-01 14:56:22.493757"], ["datetime", "2020-12-18 21:12:07.054587"], ["created_at", "2020-11-21 14:49:13.536208"], ["updated_at", "2020-11-21 14:49:13.536208"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 34], ["decimal", 0.225840789752029], ["string", "Consectetur quis similique mollitia aliquam doloribus."], ["date", "2020-12-26"], ["time", "2000-01-01 04:12:17.043595"], ["datetime", "2020-10-27 16:54:56.485775"], ["created_at", "2020-11-21 14:49:13.538367"], ["updated_at", "2020-11-21 14:49:13.538367"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 40], ["decimal", 1.89625775664095], ["string", "Voluptatum ut quasi qui."], ["date", "2020-11-25"], ["time", "2000-01-01 08:27:16.071714"], ["datetime", "2020-12-03 09:36:49.681597"], ["created_at", "2020-11-21 14:49:13.540525"], ["updated_at", "2020-11-21 14:49:13.540525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 1.03469168616582], ["string", "Fugit fugiat adipisci asperiores dolor hic."], ["date", "2020-10-23"], ["time", "2000-01-01 06:02:20.917747"], ["datetime", "2020-10-29 05:46:41.286764"], ["created_at", "2020-11-21 14:49:13.542748"], ["updated_at", "2020-11-21 14:49:13.542748"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 42], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 42], ["created_at", "2020-11-21 14:49:13.547258"], ["updated_at", "2020-11-21 14:49:13.547258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 38], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 38], ["created_at", "2020-11-21 14:49:13.548637"], ["updated_at", "2020-11-21 14:49:13.548637"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 26], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 26], ["created_at", "2020-11-21 14:49:13.549759"], ["updated_at", "2020-11-21 14:49:13.549759"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 9], ["created_at", "2020-11-21 14:49:13.550876"], ["updated_at", "2020-11-21 14:49:13.550876"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 14:49:13.551977"], ["updated_at", "2020-11-21 14:49:13.551977"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:49:13.553081"], ["updated_at", "2020-11-21 14:49:13.553081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:49:13.554157"], ["updated_at", "2020-11-21 14:49:13.554157"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 35], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 35], ["created_at", "2020-11-21 14:49:13.555258"], ["updated_at", "2020-11-21 14:49:13.555258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 18], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 18], ["created_at", "2020-11-21 14:49:13.556336"], ["updated_at", "2020-11-21 14:49:13.556336"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 20], ["created_at", "2020-11-21 14:49:13.557426"], ["updated_at", "2020-11-21 14:49:13.557426"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 14:49:13.558500"], ["updated_at", "2020-11-21 14:49:13.558500"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-21 14:49:13.559598"], ["updated_at", "2020-11-21 14:49:13.559598"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 35], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 35], ["created_at", "2020-11-21 14:49:13.560693"], ["updated_at", "2020-11-21 14:49:13.560693"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-21 14:49:13.561783"], ["updated_at", "2020-11-21 14:49:13.561783"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 39], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 39], ["created_at", "2020-11-21 14:49:13.562878"], ["updated_at", "2020-11-21 14:49:13.562878"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:49:13.563968"], ["updated_at", "2020-11-21 14:49:13.563968"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 35], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 35], ["created_at", "2020-11-21 14:49:13.565059"], ["updated_at", "2020-11-21 14:49:13.565059"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:49:13.566136"], ["updated_at", "2020-11-21 14:49:13.566136"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:49:13.567220"], ["updated_at", "2020-11-21 14:49:13.567220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 41], ["created_at", "2020-11-21 14:49:13.568302"], ["updated_at", "2020-11-21 14:49:13.568302"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:49:13.569380"], ["updated_at", "2020-11-21 14:49:13.569380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:49:13.570455"], ["updated_at", "2020-11-21 14:49:13.570455"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:49:13.571540"], ["updated_at", "2020-11-21 14:49:13.571540"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 31], ["created_at", "2020-11-21 14:49:13.572616"], ["updated_at", "2020-11-21 14:49:13.572616"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 38], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 38], ["created_at", "2020-11-21 14:49:13.573695"], ["updated_at", "2020-11-21 14:49:13.573695"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 40], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 40], ["created_at", "2020-11-21 14:49:13.574789"], ["updated_at", "2020-11-21 14:49:13.574789"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 23], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 23], ["created_at", "2020-11-21 14:49:13.575885"], ["updated_at", "2020-11-21 14:49:13.575885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-21 14:49:13.576964"], ["updated_at", "2020-11-21 14:49:13.576964"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 13], ["created_at", "2020-11-21 14:49:13.578033"], ["updated_at", "2020-11-21 14:49:13.578033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:49:13.579120"], ["updated_at", "2020-11-21 14:49:13.579120"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 14:49:13.580189"], ["updated_at", "2020-11-21 14:49:13.580189"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 20], ["created_at", "2020-11-21 14:49:13.581258"], ["updated_at", "2020-11-21 14:49:13.581258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 10], ["created_at", "2020-11-21 14:49:13.582334"], ["updated_at", "2020-11-21 14:49:13.582334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 15], ["created_at", "2020-11-21 14:49:13.583447"], ["updated_at", "2020-11-21 14:49:13.583447"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 19], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 19], ["created_at", "2020-11-21 14:49:13.584528"], ["updated_at", "2020-11-21 14:49:13.584528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 25], ["created_at", "2020-11-21 14:49:13.585593"], ["updated_at", "2020-11-21 14:49:13.585593"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 31], ["created_at", "2020-11-21 14:49:13.586674"], ["updated_at", "2020-11-21 14:49:13.586674"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 26], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 26], ["created_at", "2020-11-21 14:49:13.588010"], ["updated_at", "2020-11-21 14:49:13.588010"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 14], ["created_at", "2020-11-21 14:49:13.589131"], ["updated_at", "2020-11-21 14:49:13.589131"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 11], ["created_at", "2020-11-21 14:49:13.590212"], ["updated_at", "2020-11-21 14:49:13.590212"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 27], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 27], ["created_at", "2020-11-21 14:49:13.591291"], ["updated_at", "2020-11-21 14:49:13.591291"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 25], ["created_at", "2020-11-21 14:49:13.592369"], ["updated_at", "2020-11-21 14:49:13.592369"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 32], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 32], ["created_at", "2020-11-21 14:49:13.596545"], ["updated_at", "2020-11-21 14:49:13.596545"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-21 14:49:13.597740"], ["updated_at", "2020-11-21 14:49:13.597740"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 26], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 26], ["created_at", "2020-11-21 14:49:13.598836"], ["updated_at", "2020-11-21 14:49:13.598836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-21 14:49:13.599933"], ["updated_at", "2020-11-21 14:49:13.599933"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 39], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 39], ["created_at", "2020-11-21 14:49:13.601021"], ["updated_at", "2020-11-21 14:49:13.601021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-21 14:49:13.602105"], ["updated_at", "2020-11-21 14:49:13.602105"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-21 14:49:13.603215"], ["updated_at", "2020-11-21 14:49:13.603215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 36], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 36], ["created_at", "2020-11-21 14:49:13.604317"], ["updated_at", "2020-11-21 14:49:13.604317"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 37], ["created_at", "2020-11-21 14:49:13.605427"], ["updated_at", "2020-11-21 14:49:13.605427"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 29], ["created_at", "2020-11-21 14:49:13.606521"], ["updated_at", "2020-11-21 14:49:13.606521"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 39], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 39], ["created_at", "2020-11-21 14:49:13.607621"], ["updated_at", "2020-11-21 14:49:13.607621"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:49:13.608706"], ["updated_at", "2020-11-21 14:49:13.608706"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 30], ["created_at", "2020-11-21 14:49:13.609794"], ["updated_at", "2020-11-21 14:49:13.609794"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 38], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 38], ["created_at", "2020-11-21 14:49:13.610890"], ["updated_at", "2020-11-21 14:49:13.610890"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:49:13.611976"], ["updated_at", "2020-11-21 14:49:13.611976"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 37], ["created_at", "2020-11-21 14:49:13.613061"], ["updated_at", "2020-11-21 14:49:13.613061"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-21 14:49:13.614145"], ["updated_at", "2020-11-21 14:49:13.614145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:49:13.615239"], ["updated_at", "2020-11-21 14:49:13.615239"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 35], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 35], ["created_at", "2020-11-21 14:49:13.616332"], ["updated_at", "2020-11-21 14:49:13.616332"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 16], ["created_at", "2020-11-21 14:49:13.617432"], ["updated_at", "2020-11-21 14:49:13.617432"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-21 14:49:13.618527"], ["updated_at", "2020-11-21 14:49:13.618527"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 37], ["created_at", "2020-11-21 14:49:13.619626"], ["updated_at", "2020-11-21 14:49:13.619626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 11], ["created_at", "2020-11-21 14:49:13.620709"], ["updated_at", "2020-11-21 14:49:13.620709"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 10], ["created_at", "2020-11-21 14:49:13.621793"], ["updated_at", "2020-11-21 14:49:13.621793"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 18], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 18], ["created_at", "2020-11-21 14:49:13.622886"], ["updated_at", "2020-11-21 14:49:13.622886"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 39], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 39], ["created_at", "2020-11-21 14:49:13.623976"], ["updated_at", "2020-11-21 14:49:13.623976"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 42], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 42], ["created_at", "2020-11-21 14:49:13.625062"], ["updated_at", "2020-11-21 14:49:13.625062"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 13], ["created_at", "2020-11-21 14:49:13.626155"], ["updated_at", "2020-11-21 14:49:13.626155"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 30], ["created_at", "2020-11-21 14:49:13.627269"], ["updated_at", "2020-11-21 14:49:13.627269"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 12], ["created_at", "2020-11-21 14:49:13.629027"], ["updated_at", "2020-11-21 14:49:13.629027"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 30], ["created_at", "2020-11-21 14:49:13.630393"], ["updated_at", "2020-11-21 14:49:13.630393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 20], ["created_at", "2020-11-21 14:49:13.631511"], ["updated_at", "2020-11-21 14:49:13.631511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:49:13.632605"], ["updated_at", "2020-11-21 14:49:13.632605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 19], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 19], ["created_at", "2020-11-21 14:49:13.633701"], ["updated_at", "2020-11-21 14:49:13.633701"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 19], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 19], ["created_at", "2020-11-21 14:49:13.634790"], ["updated_at", "2020-11-21 14:49:13.634790"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 30], ["created_at", "2020-11-21 14:49:13.635887"], ["updated_at", "2020-11-21 14:49:13.635887"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 29], ["created_at", "2020-11-21 14:49:13.636970"], ["updated_at", "2020-11-21 14:49:13.636970"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 39], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 39], ["created_at", "2020-11-21 14:49:13.638050"], ["updated_at", "2020-11-21 14:49:13.638050"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-21 14:49:13.639144"], ["updated_at", "2020-11-21 14:49:13.639144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-21 14:49:13.640232"], ["updated_at", "2020-11-21 14:49:13.640232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 18], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 18], ["created_at", "2020-11-21 14:49:13.641325"], ["updated_at", "2020-11-21 14:49:13.641325"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 15], ["created_at", "2020-11-21 14:49:13.642427"], ["updated_at", "2020-11-21 14:49:13.642427"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 1.52461961407382], ["string", "Et enim voluptatibus eligendi dolorum."], ["created_at", "2020-11-21 14:49:13.648571"], ["updated_at", "2020-11-21 14:49:13.648571"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 19.1791363589267], ["string", "Sit qui voluptas quo aliquam at."], ["created_at", "2020-11-21 14:49:13.650477"], ["updated_at", "2020-11-21 14:49:13.650477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 23.5496912069341], ["string", "Et quod quaerat sunt."], ["created_at", "2020-11-21 14:49:13.652262"], ["updated_at", "2020-11-21 14:49:13.652262"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 0.535803833944158], ["string", "Debitis aut et blanditiis rerum culpa."], ["created_at", "2020-11-21 14:49:13.654020"], ["updated_at", "2020-11-21 14:49:13.654020"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1028], ["decimal", 8.41961417347299], ["string", "Adipisci id et."], ["created_at", "2020-11-21 14:49:13.655820"], ["updated_at", "2020-11-21 14:49:13.655820"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 6.03311953937367], ["string", "Ut ea repudiandae."], ["created_at", "2020-11-21 14:49:13.657592"], ["updated_at", "2020-11-21 14:49:13.657592"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 14.6630722340595], ["string", "Illo voluptate fugit."], ["created_at", "2020-11-21 14:49:13.659373"], ["updated_at", "2020-11-21 14:49:13.659373"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 0.566670033229652], ["string", "Reiciendis est quia expedita aut velit."], ["created_at", "2020-11-21 14:49:13.661134"], ["updated_at", "2020-11-21 14:49:13.661134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 6.95167622601101], ["string", "Ad ipsam eligendi."], ["created_at", "2020-11-21 14:49:13.662902"], ["updated_at", "2020-11-21 14:49:13.662902"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1019], ["decimal", 9.49229807226205], ["string", "Mollitia rerum natus quibusdam quisquam inventore."], ["created_at", "2020-11-21 14:49:13.664675"], ["updated_at", "2020-11-21 14:49:13.664675"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 22.0481205427392], ["string", "Quia veritatis rerum et alias."], ["created_at", "2020-11-21 14:49:13.666440"], ["updated_at", "2020-11-21 14:49:13.666440"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 32.8810327279875], ["string", "Non eum et est."], ["created_at", "2020-11-21 14:49:13.668205"], ["updated_at", "2020-11-21 14:49:13.668205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1020], ["decimal", 0.580700395531973], ["string", "Nihil at corporis quod quaerat."], ["created_at", "2020-11-21 14:49:13.669980"], ["updated_at", "2020-11-21 14:49:13.669980"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 16.7347720909264], ["string", "Hic aut velit ex."], ["created_at", "2020-11-21 14:49:13.671755"], ["updated_at", "2020-11-21 14:49:13.671755"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1033], ["decimal", 22.210533675535], ["string", "Repellendus nesciunt eveniet saepe necessitatibus."], ["created_at", "2020-11-21 14:49:13.673515"], ["updated_at", "2020-11-21 14:49:13.673515"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1026], ["decimal", 12.2819507939498], ["string", "Sit tempore consequatur."], ["created_at", "2020-11-21 14:49:13.675308"], ["updated_at", "2020-11-21 14:49:13.675308"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 2.70028115359953], ["string", "Eos corrupti ipsum sint ducimus et."], ["created_at", "2020-11-21 14:49:13.677090"], ["updated_at", "2020-11-21 14:49:13.677090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 10.8646672104063], ["string", "Enim et pariatur libero dolores."], ["created_at", "2020-11-21 14:49:13.678858"], ["updated_at", "2020-11-21 14:49:13.678858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 6.26535296742387], ["string", "Aspernatur sed nulla."], ["created_at", "2020-11-21 14:49:13.680765"], ["updated_at", "2020-11-21 14:49:13.680765"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 15.2585446930883], ["string", "Et ea ut ipsam reiciendis."], ["created_at", "2020-11-21 14:49:13.682534"], ["updated_at", "2020-11-21 14:49:13.682534"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 18.5861705660627], ["string", "Corporis beatae provident tenetur accusamus."], ["created_at", "2020-11-21 14:49:13.684318"], ["updated_at", "2020-11-21 14:49:13.684318"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 1.35458217210344], ["string", "Ut exercitationem recusandae provident veniam."], ["created_at", "2020-11-21 14:49:13.686082"], ["updated_at", "2020-11-21 14:49:13.686082"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1033], ["decimal", 12.9833646934701], ["string", "Earum dicta et optio est qui."], ["created_at", "2020-11-21 14:49:13.687848"], ["updated_at", "2020-11-21 14:49:13.687848"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1022], ["decimal", 12.6255035301694], ["string", "Placeat sit harum."], ["created_at", "2020-11-21 14:49:13.689591"], ["updated_at", "2020-11-21 14:49:13.689591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 24.9713765553131], ["string", "Consequatur voluptates asperiores omnis ipsum."], ["created_at", "2020-11-21 14:49:13.691384"], ["updated_at", "2020-11-21 14:49:13.691384"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 17.3077130298755], ["string", "Asperiores officia qui."], ["created_at", "2020-11-21 14:49:13.693141"], ["updated_at", "2020-11-21 14:49:13.693141"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 1.05145074049507], ["string", "Blanditiis nemo voluptatibus molestias ut."], ["created_at", "2020-11-21 14:49:13.703665"], ["updated_at", "2020-11-21 14:49:13.703665"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1028], ["decimal", 4.36141414215568], ["string", "Illum sed repellat atque fugit."], ["created_at", "2020-11-21 14:49:13.705868"], ["updated_at", "2020-11-21 14:49:13.705868"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1028], ["decimal", 11.0848967904266], ["string", "Ipsa non minima."], ["created_at", "2020-11-21 14:49:13.707885"], ["updated_at", "2020-11-21 14:49:13.707885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 6.81206881282824], ["string", "Voluptatem qui aut quo."], ["created_at", "2020-11-21 14:49:13.709943"], ["updated_at", "2020-11-21 14:49:13.709943"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1019], ["decimal", 9.53179233631167], ["string", "Assumenda reiciendis eveniet iste."], ["created_at", "2020-11-21 14:49:13.712007"], ["updated_at", "2020-11-21 14:49:13.712007"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 18.2498157222188], ["string", "Culpa est quos natus sapiente."], ["created_at", "2020-11-21 14:49:13.714005"], ["updated_at", "2020-11-21 14:49:13.714005"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1027], ["decimal", 4.41232879414052], ["string", "Excepturi dolores sunt odit eveniet."], ["created_at", "2020-11-21 14:49:13.715999"], ["updated_at", "2020-11-21 14:49:13.715999"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 0.346231263525679], ["string", "Nisi itaque consequuntur blanditiis."], ["created_at", "2020-11-21 14:49:13.717879"], ["updated_at", "2020-11-21 14:49:13.717879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 0.794433919652255], ["string", "Sequi enim aliquid dicta."], ["created_at", "2020-11-21 14:49:13.719738"], ["updated_at", "2020-11-21 14:49:13.719738"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1034], ["decimal", 5.98675101207987], ["string", "Quod voluptate nulla hic totam aspernatur."], ["created_at", "2020-11-21 14:49:13.721613"], ["updated_at", "2020-11-21 14:49:13.721613"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 0.405476046137468], ["string", "Sit blanditiis et porro."], ["created_at", "2020-11-21 14:49:13.723480"], ["updated_at", "2020-11-21 14:49:13.723480"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 16.4307407709958], ["string", "Quia nemo quibusdam error necessitatibus."], ["created_at", "2020-11-21 14:49:13.725324"], ["updated_at", "2020-11-21 14:49:13.725324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 0.617661817478681], ["string", "Corrupti error eligendi et maiores."], ["created_at", "2020-11-21 14:49:13.727194"], ["updated_at", "2020-11-21 14:49:13.727194"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 37.9765329630487], ["string", "Inventore incidunt ab sunt qui."], ["created_at", "2020-11-21 14:49:13.729021"], ["updated_at", "2020-11-21 14:49:13.729021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 0.0177104615599043], ["string", "Vitae iure voluptas possimus voluptatem sed."], ["created_at", "2020-11-21 14:49:13.730872"], ["updated_at", "2020-11-21 14:49:13.730872"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 36.3551127983136], ["string", "Voluptate ipsum veniam laboriosam inventore a."], ["created_at", "2020-11-21 14:49:13.732739"], ["updated_at", "2020-11-21 14:49:13.732739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 24], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 39], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 36], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 19], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 39], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 18], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 26], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 27], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 38], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 18], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 23], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 42], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 36], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 24], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 35], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 40], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 18], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 36], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 42], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.825555"], ["updated_at", "2020-11-21 14:49:13.825555"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.826412"], ["updated_at", "2020-11-21 14:49:13.826412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.827081"], ["updated_at", "2020-11-21 14:49:13.827081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.827712"], ["updated_at", "2020-11-21 14:49:13.827712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.828343"], ["updated_at", "2020-11-21 14:49:13.828343"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.828971"], ["updated_at", "2020-11-21 14:49:13.828971"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.829587"], ["updated_at", "2020-11-21 14:49:13.829587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.830202"], ["updated_at", "2020-11-21 14:49:13.830202"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.830816"], ["updated_at", "2020-11-21 14:49:13.830816"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.831444"], ["updated_at", "2020-11-21 14:49:13.831444"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.832063"], ["updated_at", "2020-11-21 14:49:13.832063"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.832681"], ["updated_at", "2020-11-21 14:49:13.832681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.833295"], ["updated_at", "2020-11-21 14:49:13.833295"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.833905"], ["updated_at", "2020-11-21 14:49:13.833905"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.834514"], ["updated_at", "2020-11-21 14:49:13.834514"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.835136"], ["updated_at", "2020-11-21 14:49:13.835136"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.835751"], ["updated_at", "2020-11-21 14:49:13.835751"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.836365"], ["updated_at", "2020-11-21 14:49:13.836365"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.836987"], ["updated_at", "2020-11-21 14:49:13.836987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.837608"], ["updated_at", "2020-11-21 14:49:13.837608"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.838230"], ["updated_at", "2020-11-21 14:49:13.838230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.838839"], ["updated_at", "2020-11-21 14:49:13.838839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.839463"], ["updated_at", "2020-11-21 14:49:13.839463"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.840071"], ["updated_at", "2020-11-21 14:49:13.840071"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.840677"], ["updated_at", "2020-11-21 14:49:13.840677"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.841286"], ["updated_at", "2020-11-21 14:49:13.841286"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.841898"], ["updated_at", "2020-11-21 14:49:13.841898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.842508"], ["updated_at", "2020-11-21 14:49:13.842508"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.843122"], ["updated_at", "2020-11-21 14:49:13.843122"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.843736"], ["updated_at", "2020-11-21 14:49:13.843736"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.844345"], ["updated_at", "2020-11-21 14:49:13.844345"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.844959"], ["updated_at", "2020-11-21 14:49:13.844959"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.845591"], ["updated_at", "2020-11-21 14:49:13.845591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.846198"], ["updated_at", "2020-11-21 14:49:13.846198"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.846815"], ["updated_at", "2020-11-21 14:49:13.846815"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.847428"], ["updated_at", "2020-11-21 14:49:13.847428"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.848034"], ["updated_at", "2020-11-21 14:49:13.848034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.848646"], ["updated_at", "2020-11-21 14:49:13.848646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.849253"], ["updated_at", "2020-11-21 14:49:13.849253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.849862"], ["updated_at", "2020-11-21 14:49:13.849862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.850472"], ["updated_at", "2020-11-21 14:49:13.850472"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:13.851087"], ["updated_at", "2020-11-21 14:49:13.851087"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.853890"], ["updated_at", "2020-11-21 14:49:13.853890"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.854613"], ["updated_at", "2020-11-21 14:49:13.854613"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.855264"], ["updated_at", "2020-11-21 14:49:13.855264"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.855899"], ["updated_at", "2020-11-21 14:49:13.855899"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.856537"], ["updated_at", "2020-11-21 14:49:13.856537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.857170"], ["updated_at", "2020-11-21 14:49:13.857170"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.857802"], ["updated_at", "2020-11-21 14:49:13.857802"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.858434"], ["updated_at", "2020-11-21 14:49:13.858434"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.859079"], ["updated_at", "2020-11-21 14:49:13.859079"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.859719"], ["updated_at", "2020-11-21 14:49:13.859719"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.860350"], ["updated_at", "2020-11-21 14:49:13.860350"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.860974"], ["updated_at", "2020-11-21 14:49:13.860974"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.861625"], ["updated_at", "2020-11-21 14:49:13.861625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.862258"], ["updated_at", "2020-11-21 14:49:13.862258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.862891"], ["updated_at", "2020-11-21 14:49:13.862891"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.863524"], ["updated_at", "2020-11-21 14:49:13.863524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.864157"], ["updated_at", "2020-11-21 14:49:13.864157"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.864786"], ["updated_at", "2020-11-21 14:49:13.864786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.865424"], ["updated_at", "2020-11-21 14:49:13.865424"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.866064"], ["updated_at", "2020-11-21 14:49:13.866064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.866690"], ["updated_at", "2020-11-21 14:49:13.866690"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.867335"], ["updated_at", "2020-11-21 14:49:13.867335"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.867975"], ["updated_at", "2020-11-21 14:49:13.867975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.868613"], ["updated_at", "2020-11-21 14:49:13.868613"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.869261"], ["updated_at", "2020-11-21 14:49:13.869261"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.869897"], ["updated_at", "2020-11-21 14:49:13.869897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.870522"], ["updated_at", "2020-11-21 14:49:13.870522"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.871167"], ["updated_at", "2020-11-21 14:49:13.871167"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.871802"], ["updated_at", "2020-11-21 14:49:13.871802"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.872435"], ["updated_at", "2020-11-21 14:49:13.872435"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.873069"], ["updated_at", "2020-11-21 14:49:13.873069"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.873702"], ["updated_at", "2020-11-21 14:49:13.873702"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.874338"], ["updated_at", "2020-11-21 14:49:13.874338"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.874984"], ["updated_at", "2020-11-21 14:49:13.874984"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.875624"], ["updated_at", "2020-11-21 14:49:13.875624"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.876263"], ["updated_at", "2020-11-21 14:49:13.876263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.876898"], ["updated_at", "2020-11-21 14:49:13.876898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.877537"], ["updated_at", "2020-11-21 14:49:13.877537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.878170"], ["updated_at", "2020-11-21 14:49:13.878170"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.878809"], ["updated_at", "2020-11-21 14:49:13.878809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.879454"], ["updated_at", "2020-11-21 14:49:13.879454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:13.880086"], ["updated_at", "2020-11-21 14:49:13.880086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 9], ["created_at", "2020-11-21 14:49:13.885239"], ["updated_at", "2020-11-21 14:49:13.885239"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-21 14:49:13.886610"], ["updated_at", "2020-11-21 14:49:13.886610"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 24], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 24], ["created_at", "2020-11-21 14:49:13.887873"], ["updated_at", "2020-11-21 14:49:13.887873"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 14], ["created_at", "2020-11-21 14:49:13.889035"], ["updated_at", "2020-11-21 14:49:13.889035"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 27], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 27], ["created_at", "2020-11-21 14:49:13.890204"], ["updated_at", "2020-11-21 14:49:13.890204"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 14], ["created_at", "2020-11-21 14:49:13.891421"], ["updated_at", "2020-11-21 14:49:13.891421"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 26], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 26], ["created_at", "2020-11-21 14:49:13.892627"], ["updated_at", "2020-11-21 14:49:13.892627"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 16], ["created_at", "2020-11-21 14:49:13.893808"], ["updated_at", "2020-11-21 14:49:13.893808"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 19], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 19], ["created_at", "2020-11-21 14:49:13.895004"], ["updated_at", "2020-11-21 14:49:13.895004"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 36], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 36], ["created_at", "2020-11-21 14:49:13.896220"], ["updated_at", "2020-11-21 14:49:13.896220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 10], ["created_at", "2020-11-21 14:49:13.897441"], ["updated_at", "2020-11-21 14:49:13.897441"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 13], ["created_at", "2020-11-21 14:49:13.898643"], ["updated_at", "2020-11-21 14:49:13.898643"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 9], ["created_at", "2020-11-21 14:49:13.899889"], ["updated_at", "2020-11-21 14:49:13.899889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 31], ["created_at", "2020-11-21 14:49:13.901097"], ["updated_at", "2020-11-21 14:49:13.901097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 18], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 18], ["created_at", "2020-11-21 14:49:13.902305"], ["updated_at", "2020-11-21 14:49:13.902305"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 26], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 26], ["created_at", "2020-11-21 14:49:13.903516"], ["updated_at", "2020-11-21 14:49:13.903516"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 20], ["created_at", "2020-11-21 14:49:13.904721"], ["updated_at", "2020-11-21 14:49:13.904721"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-21 14:49:13.905943"], ["updated_at", "2020-11-21 14:49:13.905943"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 16], ["created_at", "2020-11-21 14:49:13.907168"], ["updated_at", "2020-11-21 14:49:13.907168"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 14:49:13.908394"], ["updated_at", "2020-11-21 14:49:13.908394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 19], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 19], ["created_at", "2020-11-21 14:49:13.909604"], ["updated_at", "2020-11-21 14:49:13.909604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-21 14:49:13.910840"], ["updated_at", "2020-11-21 14:49:13.910840"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:49:13.912059"], ["updated_at", "2020-11-21 14:49:13.912059"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 38], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 38], ["created_at", "2020-11-21 14:49:13.913259"], ["updated_at", "2020-11-21 14:49:13.913259"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 20], ["created_at", "2020-11-21 14:49:13.914479"], ["updated_at", "2020-11-21 14:49:13.914479"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 38], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 38], ["created_at", "2020-11-21 14:49:13.915736"], ["updated_at", "2020-11-21 14:49:13.915736"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 39], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 39], ["created_at", "2020-11-21 14:49:13.916944"], ["updated_at", "2020-11-21 14:49:13.916944"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 38], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 38], ["created_at", "2020-11-21 14:49:13.918144"], ["updated_at", "2020-11-21 14:49:13.918144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 29], ["created_at", "2020-11-21 14:49:13.919350"], ["updated_at", "2020-11-21 14:49:13.919350"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:49:13.920493"], ["updated_at", "2020-11-21 14:49:13.920493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 35], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 35], ["created_at", "2020-11-21 14:49:13.921642"], ["updated_at", "2020-11-21 14:49:13.921642"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 18], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 18], ["created_at", "2020-11-21 14:49:13.922816"], ["updated_at", "2020-11-21 14:49:13.922816"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 40], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 40], ["created_at", "2020-11-21 14:49:13.924018"], ["updated_at", "2020-11-21 14:49:13.924018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 14], ["created_at", "2020-11-21 14:49:13.925202"], ["updated_at", "2020-11-21 14:49:13.925202"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 14:49:13.926368"], ["updated_at", "2020-11-21 14:49:13.926368"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 28], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 28], ["created_at", "2020-11-21 14:49:13.927549"], ["updated_at", "2020-11-21 14:49:13.927549"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 33], ["created_at", "2020-11-21 14:49:13.928721"], ["updated_at", "2020-11-21 14:49:13.928721"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 14:49:13.929869"], ["updated_at", "2020-11-21 14:49:13.929869"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 11], ["created_at", "2020-11-21 14:49:13.931025"], ["updated_at", "2020-11-21 14:49:13.931025"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 14:49:13.932205"], ["updated_at", "2020-11-21 14:49:13.932205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-21 14:49:13.933357"], ["updated_at", "2020-11-21 14:49:13.933357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 12], ["created_at", "2020-11-21 14:49:13.934521"], ["updated_at", "2020-11-21 14:49:13.934521"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 35], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 35], ["zed_id", 2], ["created_at", "2020-11-21 14:49:13.950269"], ["updated_at", "2020-11-21 14:49:13.950269"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 40], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 40], ["created_at", "2020-11-21 14:49:13.952341"], ["updated_at", "2020-11-21 14:49:13.952341"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 34], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 34], ["created_at", "2020-11-21 14:49:13.954255"], ["updated_at", "2020-11-21 14:49:13.954255"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 26], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 26], ["zed_id", 41], ["created_at", "2020-11-21 14:49:13.956137"], ["updated_at", "2020-11-21 14:49:13.956137"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 21], ["zed_id", 4], ["created_at", "2020-11-21 14:49:13.958012"], ["updated_at", "2020-11-21 14:49:13.958012"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 40], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 40], ["zed_id", 17], ["created_at", "2020-11-21 14:49:13.959852"], ["updated_at", "2020-11-21 14:49:13.959852"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 12], ["created_at", "2020-11-21 14:49:13.961671"], ["updated_at", "2020-11-21 14:49:13.961671"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 28], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 34], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 28], ["zed_id", 34], ["created_at", "2020-11-21 14:49:13.963444"], ["updated_at", "2020-11-21 14:49:13.963444"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 36], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 36], ["zed_id", 17], ["created_at", "2020-11-21 14:49:13.965137"], ["updated_at", "2020-11-21 14:49:13.965137"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 7], ["created_at", "2020-11-21 14:49:13.966809"], ["updated_at", "2020-11-21 14:49:13.966809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 36], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 36], ["zed_id", 29], ["created_at", "2020-11-21 14:49:13.968498"], ["updated_at", "2020-11-21 14:49:13.968498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 24], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 20], ["zed_id", 24], ["created_at", "2020-11-21 14:49:13.970166"], ["updated_at", "2020-11-21 14:49:13.970166"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 24], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 28], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 24], ["zed_id", 28], ["created_at", "2020-11-21 14:49:13.971837"], ["updated_at", "2020-11-21 14:49:13.971837"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 39], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 33], ["zed_id", 39], ["created_at", "2020-11-21 14:49:13.973504"], ["updated_at", "2020-11-21 14:49:13.973504"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 38], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 29], ["zed_id", 38], ["created_at", "2020-11-21 14:49:13.975164"], ["updated_at", "2020-11-21 14:49:13.975164"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 9], ["zed_id", 29], ["created_at", "2020-11-21 14:49:13.976825"], ["updated_at", "2020-11-21 14:49:13.976825"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 37], ["zed_id", 15], ["created_at", "2020-11-21 14:49:13.978498"], ["updated_at", "2020-11-21 14:49:13.978498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 21], ["created_at", "2020-11-21 14:49:13.980188"], ["updated_at", "2020-11-21 14:49:13.980188"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 19], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 19], ["created_at", "2020-11-21 14:49:13.981860"], ["updated_at", "2020-11-21 14:49:13.981860"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 14], ["created_at", "2020-11-21 14:49:13.983521"], ["updated_at", "2020-11-21 14:49:13.983521"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 32], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 32], ["zed_id", 6], ["created_at", "2020-11-21 14:49:13.985173"], ["updated_at", "2020-11-21 14:49:13.985173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 35], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 35], ["zed_id", 9], ["created_at", "2020-11-21 14:49:13.986823"], ["updated_at", "2020-11-21 14:49:13.986823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 18], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 30], ["zed_id", 18], ["created_at", "2020-11-21 14:49:13.988499"], ["updated_at", "2020-11-21 14:49:13.988499"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 42], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 42], ["zed_id", 41], ["created_at", "2020-11-21 14:49:13.990171"], ["updated_at", "2020-11-21 14:49:13.990171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 19], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 22], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 19], ["zed_id", 22], ["created_at", "2020-11-21 14:49:13.991837"], ["updated_at", "2020-11-21 14:49:13.991837"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 13], ["created_at", "2020-11-21 14:49:13.993475"], ["updated_at", "2020-11-21 14:49:13.993475"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 11], ["created_at", "2020-11-21 14:49:13.995130"], ["updated_at", "2020-11-21 14:49:13.995130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 28], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 34], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 28], ["zed_id", 34], ["created_at", "2020-11-21 14:49:13.996788"], ["updated_at", "2020-11-21 14:49:13.996788"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 21], ["zed_id", 20], ["created_at", "2020-11-21 14:49:13.998430"], ["updated_at", "2020-11-21 14:49:13.998430"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 36], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 36], ["zed_id", 33], ["created_at", "2020-11-21 14:49:14.000103"], ["updated_at", "2020-11-21 14:49:14.000103"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 42], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 42], ["zed_id", 29], ["created_at", "2020-11-21 14:49:14.001916"], ["updated_at", "2020-11-21 14:49:14.001916"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 39], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 39], ["zed_id", 31], ["created_at", "2020-11-21 14:49:14.004241"], ["updated_at", "2020-11-21 14:49:14.004241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 17], ["zed_id", 3], ["created_at", "2020-11-21 14:49:14.006044"], ["updated_at", "2020-11-21 14:49:14.006044"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 10], ["zed_id", 8], ["created_at", "2020-11-21 14:49:14.007713"], ["updated_at", "2020-11-21 14:49:14.007713"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 41], ["created_at", "2020-11-21 14:49:14.009413"], ["updated_at", "2020-11-21 14:49:14.009413"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 19], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 19], ["zed_id", 10], ["created_at", "2020-11-21 14:49:14.011124"], ["updated_at", "2020-11-21 14:49:14.011124"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 20], ["zed_id", 6], ["created_at", "2020-11-21 14:49:14.012818"], ["updated_at", "2020-11-21 14:49:14.012818"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 8], ["created_at", "2020-11-21 14:49:14.014528"], ["updated_at", "2020-11-21 14:49:14.014528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 17], ["zed_id", 41], ["created_at", "2020-11-21 14:49:14.016160"], ["updated_at", "2020-11-21 14:49:14.016160"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 32], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 32], ["created_at", "2020-11-21 14:49:14.017746"], ["updated_at", "2020-11-21 14:49:14.017746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 32], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 38], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 32], ["zed_id", 38], ["created_at", "2020-11-21 14:49:14.019379"], ["updated_at", "2020-11-21 14:49:14.019379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 38], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 30], ["zed_id", 38], ["created_at", "2020-11-21 14:49:14.021008"], ["updated_at", "2020-11-21 14:49:14.021008"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.1ms) SELECT COUNT(*) FROM "alfas"  (1.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.7ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.7ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (2.0ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.8ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.6ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:52.377426"], ["updated_at", "2020-11-21 14:49:52.377426"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:52.378491"], ["updated_at", "2020-11-21 14:49:52.378491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.0ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:52.379176"], ["updated_at", "2020-11-21 14:49:52.379176"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.0ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:52.379799"], ["updated_at", "2020-11-21 14:49:52.379799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.0ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:52.380426"], ["updated_at", "2020-11-21 14:49:52.380426"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.0ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:52.381037"], ["updated_at", "2020-11-21 14:49:52.381037"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:52.381648"], ["updated_at", "2020-11-21 14:49:52.381648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:52.382266"], ["updated_at", "2020-11-21 14:49:52.382266"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:52.388877"], ["updated_at", "2020-11-21 14:49:52.388877"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:52.390309"], ["updated_at", "2020-11-21 14:49:52.390309"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:52.391617"], ["updated_at", "2020-11-21 14:49:52.391617"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:52.392741"], ["updated_at", "2020-11-21 14:49:52.392741"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:52.393874"], ["updated_at", "2020-11-21 14:49:52.393874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:52.395007"], ["updated_at", "2020-11-21 14:49:52.395007"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:52.396118"], ["updated_at", "2020-11-21 14:49:52.396118"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:52.397223"], ["updated_at", "2020-11-21 14:49:52.397223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 720 53165 Cronin Path, East Gertie, OR 99843-5088"], ["city", "Strosinhaven"], ["country", "Cuba"], ["description", "Voluptatem explicabo repellendus. Asperiores velit et."], ["email", "rosanne_johnson@example.io"], ["first_name", "Casey"], ["firstname", "Randal"], ["last_name", "Beer"], ["lastname", "Cartwright"], ["lat", "-24.21315431345471"], ["latitute", "36.854461607677976"], ["lng", "-75.74306198818039"], ["locale", "IT"], ["longitude", "22.081625432578335"], ["middlename", "Gerlach"], ["middle_name", "Hand"], ["password", "EpTd1AuQh375BdH"], ["phone", "296-180-5305"], ["phone_number", "(635) 011-7029"], ["reference", "3c579733-f102-4d0d-80c0-3ad231b53512"], ["title", "Sapiente dolores placeat voluptatum iusto."], ["user_name", "kortney"], ["username", "allyn.mitchell"], ["uuid", "15870769-c9d5-4f4c-ba87-c83a26d374d2"], ["created_at", "2020-11-21 14:49:53.339667"], ["updated_at", "2020-11-21 14:49:53.339667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "622 Isaac Terrace, Shayneview, NE 10703"], ["city", "New Willette"], ["country", "Kyrgyz Republic"], ["description", "Dolor omnis exercitationem. Animi id deserunt. Quis a atque. Nemo natus quidem."], ["email", "marvel_stehr@example.info"], ["first_name", "Arlie"], ["firstname", "Daniel"], ["last_name", "Ruecker"], ["lastname", "Howe"], ["lat", "55.34219058370084"], ["latitute", "87.5180481905509"], ["lng", "90.06143528877408"], ["locale", "CL"], ["longitude", "-92.98916632699418"], ["middlename", "Kling"], ["middle_name", "Barton"], ["password", "BfJwRnRyH"], ["phone", "1-157-699-8085 x72701"], ["phone_number", "605.755.8616 x72866"], ["reference", "48508587-34eb-4cc7-9ca9-57ba21c859e1"], ["title", "Molestiae sit ab."], ["user_name", "demetrius.quigley"], ["username", "francisca"], ["uuid", "79ef435f-6c4c-49a0-ae2c-7e044111bf88"], ["created_at", "2020-11-21 14:49:53.374913"], ["updated_at", "2020-11-21 14:49:53.374913"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "323 Jerrell Port, Lake Ariel, MI 58938"], ["city", "Larkinborough"], ["country", "Malta"], ["description", "Dolorem sit dicta. Optio architecto sit."], ["email", "eli.hessel@example.io"], ["first_name", "Lauran"], ["firstname", "Enda"], ["last_name", "Schuppe"], ["lastname", "Bednar"], ["lat", "19.648805395563542"], ["latitute", "-8.772217535623184"], ["lng", "-3.230097886777827"], ["locale", "MR"], ["longitude", "10.49335875913934"], ["middlename", "Koch"], ["middle_name", "Altenwerth"], ["password", "XyPyMnXqN59047"], ["phone", "(477) 326-4561 x539"], ["phone_number", "(296) 902-2427 x41922"], ["reference", "a7f1e216-58b5-4f43-ba78-7948ab39c01a"], ["title", "Sit labore vero."], ["user_name", "joselyn.schmidt"], ["username", "miguel.renner"], ["uuid", "fc1dcabb-3e13-45c3-866c-31d31f71c1c0"], ["created_at", "2020-11-21 14:49:53.401674"], ["updated_at", "2020-11-21 14:49:53.401674"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 719 26072 Medhurst Route, North Ildaland, RI 45125-7016"], ["city", "Brucestad"], ["country", "Norfolk Island"], ["description", "Perferendis rerum id. Voluptates autem incidunt."], ["email", "lorita.armstrong@example.co"], ["first_name", "Jayson"], ["firstname", "Carman"], ["last_name", "Ryan"], ["lastname", "Osinski"], ["lat", "36.8962148317659"], ["latitute", "-44.32521197342309"], ["lng", "160.5867721534587"], ["locale", "BY"], ["longitude", "-172.04433819571682"], ["middlename", "Labadie"], ["middle_name", "Braun"], ["password", "4Wt1WvR5"], ["phone", "(599) 964-1341 x897"], ["phone_number", "1-531-701-5759 x61641"], ["reference", "fa3d68b2-48d6-40e2-8e6c-db80627a8f2e"], ["title", "Minus cumque suscipit nesciunt iusto."], ["user_name", "joesph_fay"], ["username", "reina"], ["uuid", "297987f9-bf83-4c0e-b7ec-30a17ed00741"], ["created_at", "2020-11-21 14:49:53.426168"], ["updated_at", "2020-11-21 14:49:53.426168"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 966 710 Tod Forks, West Chere, CO 14619"], ["city", "Auerbury"], ["country", "Reunion"], ["description", "Necessitatibus perferendis fugiat. Est beatae sunt. Repellendus voluptatum quisquam. Inventore eaque nulla. Saepe molestias est."], ["email", "edwin.upton@example.co"], ["first_name", "Graciela"], ["firstname", "Sherril"], ["last_name", "Willms"], ["lastname", "Reilly"], ["lat", "-43.54027563203766"], ["latitute", "78.6172229445153"], ["lng", "119.62110102802626"], ["locale", "RO"], ["longitude", "15.78085049244541"], ["middlename", "Toy"], ["middle_name", "McCullough"], ["password", "8LjDi41Kx94E4"], ["phone", "(873) 277-3173 x1449"], ["phone_number", "359-846-5673 x9414"], ["reference", "c7c193ce-25d8-4501-b85b-4ac454a20961"], ["title", "Fuga facere velit sed ea."], ["user_name", "rossie"], ["username", "adrian"], ["uuid", "5c46f34f-5dc0-4d09-a2e2-65f6d7717730"], ["created_at", "2020-11-21 14:49:53.450535"], ["updated_at", "2020-11-21 14:49:53.450535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 589 6653 Elton Mill, East Alfonso, NV 56382"], ["city", "North Jae"], ["country", "Israel"], ["description", "Vel asperiores sed. Et sed aliquam. Cumque quisquam neque."], ["email", "peter@example.name"], ["first_name", "Simon"], ["firstname", "Douglass"], ["last_name", "Fisher"], ["lastname", "Lehner"], ["lat", "4.567327311793974"], ["latitute", "67.0927591609603"], ["lng", "-42.79639833454141"], ["locale", "BS"], ["longitude", "91.99283315326971"], ["middlename", "Rodriguez"], ["middle_name", "Thompson"], ["password", "WfFiGbO6xGd4"], ["phone", "1-368-028-2823 x320"], ["phone_number", "207.495.5796 x128"], ["reference", "1745e4d0-5bf0-4aa4-9a6d-3f0055b46098"], ["title", "Corporis est sit quaerat."], ["user_name", "adeline"], ["username", "hiram"], ["uuid", "147a27bf-036a-4185-b225-d35a85b0ae88"], ["created_at", "2020-11-21 14:49:53.474714"], ["updated_at", "2020-11-21 14:49:53.474714"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "612 Glen Branch, Leonorechester, SC 14264-3249"], ["city", "Lake Maira"], ["country", "Iran"], ["description", "Modi enim sunt. Explicabo voluptates consequatur. Aut beatae et. Quo qui facere. Numquam porro necessitatibus."], ["email", "towanda@example.io"], ["first_name", "Karie"], ["firstname", "Elenore"], ["last_name", "Pouros"], ["lastname", "Kessler"], ["lat", "-74.96258085643382"], ["latitute", "8.54045973274934"], ["lng", "46.76368673375558"], ["locale", "MH"], ["longitude", "110.94364085340032"], ["middlename", "Jenkins"], ["middle_name", "Howe"], ["password", "IqGiKxY3a16"], ["phone", "1-755-107-2763 x030"], ["phone_number", "291-231-5128"], ["reference", "1ee05c6c-ac87-401a-a8ec-d559c205b940"], ["title", "Reprehenderit est fugit eaque."], ["user_name", "lakeisha.ziemann"], ["username", "joan.casper"], ["uuid", "e60494ba-0365-45ee-ade0-72347b087b7a"], ["created_at", "2020-11-21 14:49:53.498977"], ["updated_at", "2020-11-21 14:49:53.498977"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 150 397 Conrad Hollow, Kandyton, MO 02530-7386"], ["city", "Kuhlmanside"], ["country", "Gambia"], ["description", "Esse tempora est. Et nam sit. Reprehenderit ut ex. Pariatur incidunt eveniet. Sit aspernatur est."], ["email", "ardelle@example.org"], ["first_name", "Marcia"], ["firstname", "Suk"], ["last_name", "Yost"], ["lastname", "Anderson"], ["lat", "25.683422783555358"], ["latitute", "-51.6790007108661"], ["lng", "128.5336077196817"], ["locale", "KP"], ["longitude", "-174.52738433367517"], ["middlename", "Hauck"], ["middle_name", "Abernathy"], ["password", "43QqDwZy0"], ["phone", "243.199.5117 x32014"], ["phone_number", "(150) 435-9476 x3622"], ["reference", "e27edc40-b79f-471c-b235-c03cfb9b80f6"], ["title", "Voluptatum doloremque sed."], ["user_name", "joey"], ["username", "clementina"], ["uuid", "6f2ec643-9671-4cf0-b65b-b3faf8f887ad"], ["created_at", "2020-11-21 14:49:53.523114"], ["updated_at", "2020-11-21 14:49:53.523114"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 20.0360444995964], ["string", "Quam libero omnis."], ["date", "2020-11-10"], ["time", "2000-01-01 22:26:09.047375"], ["datetime", "2020-11-17 11:56:26.089536"], ["created_at", "2020-11-21 14:49:53.540483"], ["updated_at", "2020-11-21 14:49:53.540483"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 37.1181784442274], ["string", "In sed quo."], ["date", "2020-12-09"], ["time", "2000-01-01 16:32:45.573121"], ["datetime", "2020-12-15 12:14:35.184253"], ["created_at", "2020-11-21 14:49:53.543324"], ["updated_at", "2020-11-21 14:49:53.543324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 3.89298886306699], ["string", "Laboriosam voluptas commodi eos repellat voluptas."], ["date", "2020-10-26"], ["time", "2000-01-01 02:17:54.672319"], ["datetime", "2020-11-17 22:20:44.843755"], ["created_at", "2020-11-21 14:49:53.545766"], ["updated_at", "2020-11-21 14:49:53.545766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 18], ["decimal", 0.531961198938315], ["string", "Quidem amet eligendi in."], ["date", "2020-11-17"], ["time", "2000-01-01 13:53:38.459196"], ["datetime", "2020-10-25 19:00:59.531773"], ["created_at", "2020-11-21 14:49:53.548164"], ["updated_at", "2020-11-21 14:49:53.548164"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 36.5681396142444], ["string", "Fuga ipsum velit qui."], ["date", "2021-01-02"], ["time", "2000-01-01 16:40:05.663672"], ["datetime", "2020-11-24 20:31:03.620233"], ["created_at", "2020-11-21 14:49:53.550544"], ["updated_at", "2020-11-21 14:49:53.550544"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 0.0273491268138079], ["string", "Eius vitae rerum qui voluptatem."], ["date", "2020-12-25"], ["time", "2000-01-01 20:07:57.796726"], ["datetime", "2020-12-07 04:02:51.965384"], ["created_at", "2020-11-21 14:49:53.552848"], ["updated_at", "2020-11-21 14:49:53.552848"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 20.8686957414766], ["string", "Excepturi omnis quia officia debitis."], ["date", "2020-12-03"], ["time", "2000-01-01 23:02:12.071867"], ["datetime", "2020-12-12 12:01:06.345900"], ["created_at", "2020-11-21 14:49:53.555122"], ["updated_at", "2020-11-21 14:49:53.555122"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 1.962252652092], ["string", "Aperiam velit et repellat dolor rem."], ["date", "2020-10-10"], ["time", "2000-01-01 06:14:27.506699"], ["datetime", "2020-12-23 04:47:49.475947"], ["created_at", "2020-11-21 14:49:53.557400"], ["updated_at", "2020-11-21 14:49:53.557400"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 14:49:53.561877"], ["updated_at", "2020-11-21 14:49:53.561877"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:49:53.563178"], ["updated_at", "2020-11-21 14:49:53.563178"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:49:53.564406"], ["updated_at", "2020-11-21 14:49:53.564406"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:49:53.565610"], ["updated_at", "2020-11-21 14:49:53.565610"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 14:49:53.566775"], ["updated_at", "2020-11-21 14:49:53.566775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-21 14:49:53.567956"], ["updated_at", "2020-11-21 14:49:53.567956"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:49:53.569109"], ["updated_at", "2020-11-21 14:49:53.569109"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:49:53.570258"], ["updated_at", "2020-11-21 14:49:53.570258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:49:53.574697"], ["updated_at", "2020-11-21 14:49:53.574697"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-21 14:49:53.576013"], ["updated_at", "2020-11-21 14:49:53.576013"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:49:53.577203"], ["updated_at", "2020-11-21 14:49:53.577203"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:49:53.578366"], ["updated_at", "2020-11-21 14:49:53.578366"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:49:53.579529"], ["updated_at", "2020-11-21 14:49:53.579529"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:49:53.580696"], ["updated_at", "2020-11-21 14:49:53.580696"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:49:53.581853"], ["updated_at", "2020-11-21 14:49:53.581853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:49:53.583016"], ["updated_at", "2020-11-21 14:49:53.583016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 7.02057716474755], ["string", "Quis dignissimos placeat repellat."], ["created_at", "2020-11-21 14:49:53.589426"], ["updated_at", "2020-11-21 14:49:53.589426"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 3.02418796538969], ["string", "Doloribus molestiae labore praesentium unde autem."], ["created_at", "2020-11-21 14:49:53.591432"], ["updated_at", "2020-11-21 14:49:53.591432"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1025], ["decimal", 20.3660964038075], ["string", "Odit incidunt amet magni."], ["created_at", "2020-11-21 14:49:53.593266"], ["updated_at", "2020-11-21 14:49:53.593266"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 10.8987893140497], ["string", "Aut id est."], ["created_at", "2020-11-21 14:49:53.595086"], ["updated_at", "2020-11-21 14:49:53.595086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 5.46042906758784], ["string", "Facere aspernatur aut ducimus."], ["created_at", "2020-11-21 14:49:53.596887"], ["updated_at", "2020-11-21 14:49:53.596887"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 17.5492910418266], ["string", "Voluptas possimus modi."], ["created_at", "2020-11-21 14:49:53.598684"], ["updated_at", "2020-11-21 14:49:53.598684"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 3.00732195935218], ["string", "Et provident cumque at fugit facilis."], ["created_at", "2020-11-21 14:49:53.600503"], ["updated_at", "2020-11-21 14:49:53.600503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 8.71936507493961], ["string", "Ea laborum ea aut quia."], ["created_at", "2020-11-21 14:49:53.602321"], ["updated_at", "2020-11-21 14:49:53.602321"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:53.625744"], ["updated_at", "2020-11-21 14:49:53.625744"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:53.626595"], ["updated_at", "2020-11-21 14:49:53.626595"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:53.627274"], ["updated_at", "2020-11-21 14:49:53.627274"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:53.627899"], ["updated_at", "2020-11-21 14:49:53.627899"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:53.628520"], ["updated_at", "2020-11-21 14:49:53.628520"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:53.629137"], ["updated_at", "2020-11-21 14:49:53.629137"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:53.629745"], ["updated_at", "2020-11-21 14:49:53.629745"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:49:53.630367"], ["updated_at", "2020-11-21 14:49:53.630367"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:53.633156"], ["updated_at", "2020-11-21 14:49:53.633156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:53.633871"], ["updated_at", "2020-11-21 14:49:53.633871"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:53.634508"], ["updated_at", "2020-11-21 14:49:53.634508"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:53.635152"], ["updated_at", "2020-11-21 14:49:53.635152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:53.635791"], ["updated_at", "2020-11-21 14:49:53.635791"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:53.636423"], ["updated_at", "2020-11-21 14:49:53.636423"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:53.637058"], ["updated_at", "2020-11-21 14:49:53.637058"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:49:53.637692"], ["updated_at", "2020-11-21 14:49:53.637692"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-21 14:49:53.643360"], ["updated_at", "2020-11-21 14:49:53.643360"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:49:53.645336"], ["updated_at", "2020-11-21 14:49:53.645336"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 14:49:53.646782"], ["updated_at", "2020-11-21 14:49:53.646782"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 14:49:53.648343"], ["updated_at", "2020-11-21 14:49:53.648343"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-21 14:49:53.650060"], ["updated_at", "2020-11-21 14:49:53.650060"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 14:49:53.651375"], ["updated_at", "2020-11-21 14:49:53.651375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-21 14:49:53.652578"], ["updated_at", "2020-11-21 14:49:53.652578"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-21 14:49:53.653749"], ["updated_at", "2020-11-21 14:49:53.653749"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-21 14:49:53.659028"], ["updated_at", "2020-11-21 14:49:53.659028"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 3], ["created_at", "2020-11-21 14:49:53.660738"], ["updated_at", "2020-11-21 14:49:53.660738"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 6], ["created_at", "2020-11-21 14:49:53.662327"], ["updated_at", "2020-11-21 14:49:53.662327"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 6], ["created_at", "2020-11-21 14:49:53.663876"], ["updated_at", "2020-11-21 14:49:53.663876"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 8], ["created_at", "2020-11-21 14:49:53.665403"], ["updated_at", "2020-11-21 14:49:53.665403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 3], ["created_at", "2020-11-21 14:49:53.666953"], ["updated_at", "2020-11-21 14:49:53.666953"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 8], ["created_at", "2020-11-21 14:49:53.668519"], ["updated_at", "2020-11-21 14:49:53.668519"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-21 14:49:53.670096"], ["updated_at", "2020-11-21 14:49:53.670096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.8ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.9ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (2.0ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.9ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (2.0ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.8ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:50:28.566367"], ["updated_at", "2020-11-21 14:50:28.566367"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:50:28.567635"], ["updated_at", "2020-11-21 14:50:28.567635"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:50:28.568581"], ["updated_at", "2020-11-21 14:50:28.568581"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:50:28.569473"], ["updated_at", "2020-11-21 14:50:28.569473"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:50:28.570329"], ["updated_at", "2020-11-21 14:50:28.570329"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:50:28.571213"], ["updated_at", "2020-11-21 14:50:28.571213"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:50:28.572047"], ["updated_at", "2020-11-21 14:50:28.572047"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:50:28.572903"], ["updated_at", "2020-11-21 14:50:28.572903"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:50:28.580131"], ["updated_at", "2020-11-21 14:50:28.580131"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:50:28.581934"], ["updated_at", "2020-11-21 14:50:28.581934"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:50:28.583542"], ["updated_at", "2020-11-21 14:50:28.583542"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:50:28.585015"], ["updated_at", "2020-11-21 14:50:28.585015"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:50:28.586490"], ["updated_at", "2020-11-21 14:50:28.586490"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:50:28.588058"], ["updated_at", "2020-11-21 14:50:28.588058"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:50:28.598851"], ["updated_at", "2020-11-21 14:50:28.598851"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:50:28.600692"], ["updated_at", "2020-11-21 14:50:28.600692"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "746 Krajcik Place, Lake Edwina, GA 65591-1790"], ["city", "Marshallport"], ["country", "Guadeloupe"], ["description", "Quisquam alias quidem. Odio amet nam."], ["email", "zoraida.gorczany@example.co"], ["first_name", "Crystal"], ["firstname", "Logan"], ["last_name", "Bradtke"], ["lastname", "Wehner"], ["lat", "80.7430111957913"], ["latitute", "11.671193726516393"], ["lng", "153.87284445118485"], ["locale", "PH"], ["longitude", "-148.2653186130873"], ["middlename", "Wilkinson"], ["middle_name", "Hintz"], ["password", "K25uGf2KfPe"], ["phone", "1-468-133-3407 x9645"], ["phone_number", "1-273-424-9234 x5424"], ["reference", "8c4de8db-7dfa-4788-a065-6380a6da3641"], ["title", "Ad debitis aut quia."], ["user_name", "jarrod"], ["username", "jill_yost"], ["uuid", "fff999a0-ba5c-49fb-bbc0-ce42ef13f4e6"], ["created_at", "2020-11-21 14:50:29.520583"], ["updated_at", "2020-11-21 14:50:29.520583"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 569 841 King Courts, Shanitaborough, HI 48527-5575"], ["city", "West Simon"], ["country", "Isle of Man"], ["description", "Hic inventore vel. Et dolorem atque. Voluptas minus quas. Voluptatem ea modi."], ["email", "lowell@example.org"], ["first_name", "Barbie"], ["firstname", "Lucio"], ["last_name", "Hackett"], ["lastname", "Sawayn"], ["lat", "44.79711612920465"], ["latitute", "-3.987629969970513"], ["lng", "147.66633447279054"], ["locale", "BI"], ["longitude", "151.49421563805322"], ["middlename", "Stamm"], ["middle_name", "O'Kon"], ["password", "Xn9KpAdK4"], ["phone", "279-813-4091 x2752"], ["phone_number", "964-942-9965 x042"], ["reference", "efbb8d25-d29c-475b-b52b-9c1d4221bb68"], ["title", "Dolore tenetur ut omnis."], ["user_name", "solomon"], ["username", "quinn"], ["uuid", "28734348-88b1-48c2-b10d-69555d81c5b0"], ["created_at", "2020-11-21 14:50:29.556799"], ["updated_at", "2020-11-21 14:50:29.556799"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 824 1334 Heller Hill, Norrisport, NC 87722-8424"], ["city", "New Augustview"], ["country", "San Marino"], ["description", "Et libero dicta. Et qui soluta. Rerum assumenda corrupti. Sit distinctio sit. Alias praesentium deleniti."], ["email", "claudio.stark@example.com"], ["first_name", "Benjamin"], ["firstname", "Maximina"], ["last_name", "Ernser"], ["lastname", "Ritchie"], ["lat", "-59.60364008491176"], ["latitute", "8.389162858586232"], ["lng", "168.0676717966873"], ["locale", "TO"], ["longitude", "-29.055214814620342"], ["middlename", "Haag"], ["middle_name", "Hettinger"], ["password", "5YiNuTvCyI71eL"], ["phone", "1-408-981-1937 x4698"], ["phone_number", "700-382-8924 x73372"], ["reference", "de96f8e1-7afe-4339-9ce1-b2f78a6d3296"], ["title", "Labore nulla repellat."], ["user_name", "margarito.bergstrom"], ["username", "roberto"], ["uuid", "b585f211-b9ef-48a1-bac3-300d4acaf43d"], ["created_at", "2020-11-21 14:50:29.582075"], ["updated_at", "2020-11-21 14:50:29.582075"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 303 127 Gleason Port, Belleberg, NC 72473-6148"], ["city", "North Hectorton"], ["country", "Finland"], ["description", "Aut maxime sit. Dicta enim ut. Distinctio laudantium consectetur. Minus asperiores porro."], ["email", "nova@example.info"], ["first_name", "Dominic"], ["firstname", "Bart"], ["last_name", "Tromp"], ["lastname", "Weissnat"], ["lat", "-11.519937397937781"], ["latitute", "34.65428327936354"], ["lng", "-112.07669851119255"], ["locale", "CY"], ["longitude", "55.40245687912878"], ["middlename", "Feeney"], ["middle_name", "Schaden"], ["password", "FpG80vNlNf4"], ["phone", "576.066.2975 x2974"], ["phone_number", "266.081.7381"], ["reference", "4277b7fb-6387-4c50-8f41-acddbf101bb2"], ["title", "Repellat laborum mollitia cumque aperiam."], ["user_name", "gregg"], ["username", "jeremiah"], ["uuid", "076cc51e-5abd-4b8d-bde0-e835f4a51b7f"], ["created_at", "2020-11-21 14:50:29.606607"], ["updated_at", "2020-11-21 14:50:29.606607"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 351 5574 Krajcik Fork, New Catrice, VT 02501-4200"], ["city", "West Dominic"], ["country", "Vanuatu"], ["description", "Asperiores laborum sed. Cum porro fuga. Dolore inventore et. Sit fuga architecto."], ["email", "cletus.walter@example.io"], ["first_name", "Lou"], ["firstname", "Glenn"], ["last_name", "Kirlin"], ["lastname", "Satterfield"], ["lat", "-61.62532244952482"], ["latitute", "7.682013195683012"], ["lng", "48.6768227347695"], ["locale", "BJ"], ["longitude", "-16.37152849307509"], ["middlename", "Jacobson"], ["middle_name", "Schaefer"], ["password", "Cb3MgNjKyTqG"], ["phone", "(123) 063-0495 x27055"], ["phone_number", "599-773-3228 x97980"], ["reference", "34f437e3-ce76-4a58-824a-0342f74823a5"], ["title", "Cumque aut suscipit distinctio."], ["user_name", "erline"], ["username", "archie"], ["uuid", "976228e4-89c7-4073-af38-0e717000f64b"], ["created_at", "2020-11-21 14:50:29.630971"], ["updated_at", "2020-11-21 14:50:29.630971"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7437 Reilly Burgs, South Annettahaven, IN 58978"], ["city", "Lake Exieland"], ["country", "Jersey"], ["description", "Nobis est et. Nisi rerum non. Necessitatibus nam quo. Voluptatem ullam saepe."], ["email", "wilber.lang@example.com"], ["first_name", "Glenda"], ["firstname", "Ashli"], ["last_name", "Green"], ["lastname", "Kutch"], ["lat", "-63.70253472267741"], ["latitute", "-0.4972804095916388"], ["lng", "112.3553649695944"], ["locale", "KP"], ["longitude", "137.02773336839704"], ["middlename", "Gulgowski"], ["middle_name", "Wiza"], ["password", "LoFnM8rLhQ2688l"], ["phone", "(242) 731-7040 x79713"], ["phone_number", "1-319-100-6833"], ["reference", "6606bc0a-3e37-4501-a656-5c61de15627c"], ["title", "Quibusdam tempora nulla quasi voluptas."], ["user_name", "scot.turner"], ["username", "tabitha_weissnat"], ["uuid", "82d1bda9-af26-4213-8660-9bfb9d60a5ae"], ["created_at", "2020-11-21 14:50:29.655690"], ["updated_at", "2020-11-21 14:50:29.655690"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2324 Schuppe Run, Aronland, MD 79061-4572"], ["city", "South Stevenstad"], ["country", "Mali"], ["description", "Odio magnam consequatur. Dolorem voluptatem et. Eos iste totam."], ["email", "floretta@example.net"], ["first_name", "Jeannetta"], ["firstname", "Minh"], ["last_name", "Howe"], ["lastname", "Ward"], ["lat", "-27.742282348572452"], ["latitute", "54.26924256233124"], ["lng", "-107.55014080501336"], ["locale", "SC"], ["longitude", "124.26888422393961"], ["middlename", "Torphy"], ["middle_name", "Donnelly"], ["password", "RuYa5EbCrXjY"], ["phone", "1-414-699-8428 x16285"], ["phone_number", "1-482-832-8900 x237"], ["reference", "9ff02a5d-0c9a-4eb4-94ac-be9617dff161"], ["title", "Voluptates sit ea rerum rerum."], ["user_name", "johnetta.hoppe"], ["username", "trudy.sauer"], ["uuid", "eaab4433-9ebf-491d-be77-899082de8e1f"], ["created_at", "2020-11-21 14:50:29.687133"], ["updated_at", "2020-11-21 14:50:29.687133"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 379 117 Marisa Extensions, Lake Timmy, NV 56439"], ["city", "South Trinidad"], ["country", "Angola"], ["description", "Minus itaque mollitia. Et beatae et. Quia vel sed. Aspernatur neque quia."], ["email", "evangelina_collins@example.biz"], ["first_name", "Johanna"], ["firstname", "Arnold"], ["last_name", "Wintheiser"], ["lastname", "Casper"], ["lat", "-73.7334298805223"], ["latitute", "-81.78199077991182"], ["lng", "14.243633045820786"], ["locale", "EE"], ["longitude", "141.25752418545352"], ["middlename", "Emard"], ["middle_name", "Stehr"], ["password", "W6hFoE5lWu"], ["phone", "814-795-5613 x2783"], ["phone_number", "1-970-658-3724 x39319"], ["reference", "98364765-cb5d-476d-a613-b25700cfbc75"], ["title", "Quia nemo consectetur aut."], ["user_name", "dannie"], ["username", "tyree"], ["uuid", "45009d7f-4f48-4440-bc7b-d362e5c99ee8"], ["created_at", "2020-11-21 14:50:29.712828"], ["updated_at", "2020-11-21 14:50:29.712828"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 15.7387738155591], ["string", "Veniam et eos tempore illo."], ["date", "2020-11-01"], ["time", "2000-01-01 03:54:39.552267"], ["datetime", "2020-12-04 20:15:30.010992"], ["created_at", "2020-11-21 14:50:29.722912"], ["updated_at", "2020-11-21 14:50:29.722912"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 28], ["decimal", 37.4026091263212], ["string", "Nobis rerum aspernatur quis nostrum."], ["date", "2020-11-22"], ["time", "2000-01-01 21:42:09.491918"], ["datetime", "2020-10-20 11:11:17.317209"], ["created_at", "2020-11-21 14:50:29.725953"], ["updated_at", "2020-11-21 14:50:29.725953"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 9.26483109522099], ["string", "Optio ut nihil omnis neque et."], ["date", "2020-11-16"], ["time", "2000-01-01 07:01:32.414565"], ["datetime", "2020-11-27 11:48:16.929071"], ["created_at", "2020-11-21 14:50:29.728446"], ["updated_at", "2020-11-21 14:50:29.728446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 9.68914854462687], ["string", "Sed pariatur qui velit voluptate."], ["date", "2020-12-01"], ["time", "2000-01-01 11:22:22.410616"], ["datetime", "2020-12-31 23:40:17.489659"], ["created_at", "2020-11-21 14:50:29.730887"], ["updated_at", "2020-11-21 14:50:29.730887"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 11.419249122166], ["string", "Eius voluptatum harum ut et fuga."], ["date", "2020-11-26"], ["time", "2000-01-01 07:19:34.670759"], ["datetime", "2020-11-02 13:17:03.173177"], ["created_at", "2020-11-21 14:50:29.733313"], ["updated_at", "2020-11-21 14:50:29.733313"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 31], ["decimal", 9.58784497687346], ["string", "Accusantium in deleniti aut saepe."], ["date", "2020-10-27"], ["time", "2000-01-01 14:56:28.500177"], ["datetime", "2020-11-19 14:49:51.738851"], ["created_at", "2020-11-21 14:50:29.735827"], ["updated_at", "2020-11-21 14:50:29.735827"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 0.664029457277358], ["string", "Autem sit ut eum quisquam neque."], ["date", "2020-10-22"], ["time", "2000-01-01 19:08:40.058882"], ["datetime", "2020-11-27 15:16:52.143256"], ["created_at", "2020-11-21 14:50:29.738308"], ["updated_at", "2020-11-21 14:50:29.738308"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 15.3275058166875], ["string", "Unde iure dolorem et magnam."], ["date", "2020-11-11"], ["time", "2000-01-01 23:59:57.885548"], ["datetime", "2020-10-22 09:33:09.898804"], ["created_at", "2020-11-21 14:50:29.740760"], ["updated_at", "2020-11-21 14:50:29.740760"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:50:29.745289"], ["updated_at", "2020-11-21 14:50:29.745289"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:50:29.746893"], ["updated_at", "2020-11-21 14:50:29.746893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:50:29.748392"], ["updated_at", "2020-11-21 14:50:29.748392"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:50:29.749853"], ["updated_at", "2020-11-21 14:50:29.749853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:50:29.751314"], ["updated_at", "2020-11-21 14:50:29.751314"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:50:29.752829"], ["updated_at", "2020-11-21 14:50:29.752829"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:50:29.754286"], ["updated_at", "2020-11-21 14:50:29.754286"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:50:29.755742"], ["updated_at", "2020-11-21 14:50:29.755742"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:50:29.760235"], ["updated_at", "2020-11-21 14:50:29.760235"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:50:29.761870"], ["updated_at", "2020-11-21 14:50:29.761870"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:50:29.763404"], ["updated_at", "2020-11-21 14:50:29.763404"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:50:29.765024"], ["updated_at", "2020-11-21 14:50:29.765024"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-21 14:50:29.766630"], ["updated_at", "2020-11-21 14:50:29.766630"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-21 14:50:29.768148"], ["updated_at", "2020-11-21 14:50:29.768148"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:50:29.769622"], ["updated_at", "2020-11-21 14:50:29.769622"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:50:29.771108"], ["updated_at", "2020-11-21 14:50:29.771108"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 9.32960714069265], ["string", "Soluta sunt porro in."], ["created_at", "2020-11-21 14:50:29.777491"], ["updated_at", "2020-11-21 14:50:29.777491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 3.32920639784162], ["string", "Officia tempore est."], ["created_at", "2020-11-21 14:50:29.779759"], ["updated_at", "2020-11-21 14:50:29.779759"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 7.45588260850399], ["string", "Repellendus aperiam ut reprehenderit sed."], ["created_at", "2020-11-21 14:50:29.781787"], ["updated_at", "2020-11-21 14:50:29.781787"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 1.22367875461681], ["string", "Consectetur sed nemo quis."], ["created_at", "2020-11-21 14:50:29.783812"], ["updated_at", "2020-11-21 14:50:29.783812"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 4.16141432599772], ["string", "Totam laudantium aut qui rerum."], ["created_at", "2020-11-21 14:50:29.785821"], ["updated_at", "2020-11-21 14:50:29.785821"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1021], ["decimal", 6.88360516582073], ["string", "Quis voluptas ea commodi cumque."], ["created_at", "2020-11-21 14:50:29.787852"], ["updated_at", "2020-11-21 14:50:29.787852"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 1.00552962633344], ["string", "Pariatur autem inventore qui perferendis."], ["created_at", "2020-11-21 14:50:29.789884"], ["updated_at", "2020-11-21 14:50:29.789884"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 14.7278174299765], ["string", "Aut voluptates dolor voluptatem est."], ["created_at", "2020-11-21 14:50:29.791893"], ["updated_at", "2020-11-21 14:50:29.791893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:50:29.816267"], ["updated_at", "2020-11-21 14:50:29.816267"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:50:29.817266"], ["updated_at", "2020-11-21 14:50:29.817266"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:50:29.818195"], ["updated_at", "2020-11-21 14:50:29.818195"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:50:29.819089"], ["updated_at", "2020-11-21 14:50:29.819089"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:50:29.819905"], ["updated_at", "2020-11-21 14:50:29.819905"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:50:29.820747"], ["updated_at", "2020-11-21 14:50:29.820747"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:50:29.821594"], ["updated_at", "2020-11-21 14:50:29.821594"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:50:29.822497"], ["updated_at", "2020-11-21 14:50:29.822497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:50:29.825481"], ["updated_at", "2020-11-21 14:50:29.825481"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:50:29.826381"], ["updated_at", "2020-11-21 14:50:29.826381"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:50:29.827250"], ["updated_at", "2020-11-21 14:50:29.827250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:50:29.828109"], ["updated_at", "2020-11-21 14:50:29.828109"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:50:29.828984"], ["updated_at", "2020-11-21 14:50:29.828984"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:50:29.829819"], ["updated_at", "2020-11-21 14:50:29.829819"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:50:29.830671"], ["updated_at", "2020-11-21 14:50:29.830671"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:50:29.831538"], ["updated_at", "2020-11-21 14:50:29.831538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-21 14:50:29.836953"], ["updated_at", "2020-11-21 14:50:29.836953"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-21 14:50:29.838689"], ["updated_at", "2020-11-21 14:50:29.838689"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:50:29.840228"], ["updated_at", "2020-11-21 14:50:29.840228"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 14:50:29.841727"], ["updated_at", "2020-11-21 14:50:29.841727"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 14:50:29.843240"], ["updated_at", "2020-11-21 14:50:29.843240"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-21 14:50:29.844711"], ["updated_at", "2020-11-21 14:50:29.844711"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:50:29.846186"], ["updated_at", "2020-11-21 14:50:29.846186"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 14:50:29.847723"], ["updated_at", "2020-11-21 14:50:29.847723"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-21 14:50:29.853364"], ["updated_at", "2020-11-21 14:50:29.853364"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 7], ["created_at", "2020-11-21 14:50:29.855580"], ["updated_at", "2020-11-21 14:50:29.855580"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-21 14:50:29.857633"], ["updated_at", "2020-11-21 14:50:29.857633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-21 14:50:29.859684"], ["updated_at", "2020-11-21 14:50:29.859684"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-21 14:50:29.861697"], ["updated_at", "2020-11-21 14:50:29.861697"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 7], ["created_at", "2020-11-21 14:50:29.863718"], ["updated_at", "2020-11-21 14:50:29.863718"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 8], ["created_at", "2020-11-21 14:50:29.865770"], ["updated_at", "2020-11-21 14:50:29.865770"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-21 14:50:29.867810"], ["updated_at", "2020-11-21 14:50:29.867810"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (11.5ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.1ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.5ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.5ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:52:47.037044"], ["updated_at", "2020-11-21 14:52:47.037044"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:52:47.038221"], ["updated_at", "2020-11-21 14:52:47.038221"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:52:47.039155"], ["updated_at", "2020-11-21 14:52:47.039155"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:52:47.039910"], ["updated_at", "2020-11-21 14:52:47.039910"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:52:47.040692"], ["updated_at", "2020-11-21 14:52:47.040692"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:52:47.041460"], ["updated_at", "2020-11-21 14:52:47.041460"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:52:47.042680"], ["updated_at", "2020-11-21 14:52:47.042680"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:52:47.043981"], ["updated_at", "2020-11-21 14:52:47.043981"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:52:47.052450"], ["updated_at", "2020-11-21 14:52:47.052450"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:52:47.054076"], ["updated_at", "2020-11-21 14:52:47.054076"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:52:47.055622"], ["updated_at", "2020-11-21 14:52:47.055622"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:52:47.057028"], ["updated_at", "2020-11-21 14:52:47.057028"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:52:47.058614"], ["updated_at", "2020-11-21 14:52:47.058614"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:52:47.061048"], ["updated_at", "2020-11-21 14:52:47.061048"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:52:47.062838"], ["updated_at", "2020-11-21 14:52:47.062838"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:52:47.074904"], ["updated_at", "2020-11-21 14:52:47.074904"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 329 84292 Cremin Knolls, Toychester, DE 04973-4706"], ["city", "Matildafurt"], ["country", "Japan"], ["description", "Odio et saepe. Aut sint veniam."], ["email", "zonia_rutherford@example.info"], ["first_name", "Paulette"], ["firstname", "Coretta"], ["last_name", "Simonis"], ["lastname", "Predovic"], ["lat", "44.47872241642858"], ["latitute", "85.59803568265872"], ["lng", "-87.01578620851517"], ["locale", "IE"], ["longitude", "-31.80416586969133"], ["middlename", "Bergnaum"], ["middle_name", "Leffler"], ["password", "NgIiEfNxYxF4r"], ["phone", "920.374.9755"], ["phone_number", "1-512-360-4673 x21978"], ["reference", "a5d994ae-2759-4e68-af82-e624b56212ae"], ["title", "Accusamus aliquid enim aliquam."], ["user_name", "terence"], ["username", "christoper"], ["uuid", "08dcbfd7-15c5-4d8c-a0ae-cb6c865b68a4"], ["created_at", "2020-11-21 14:52:48.010571"], ["updated_at", "2020-11-21 14:52:48.010571"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 639 685 Gislason Flat, Rolfsonstad, LA 53040-8056"], ["city", "Deborahton"], ["country", "Morocco"], ["description", "Aut voluptas culpa. Ipsam fugiat ut. Id non omnis. Odio quia qui. Fugiat perspiciatis minima."], ["email", "mario@example.biz"], ["first_name", "Josefine"], ["firstname", "Ginger"], ["last_name", "Beahan"], ["lastname", "Daniel"], ["lat", "10.465067850004203"], ["latitute", "-32.362673987106966"], ["lng", "146.5426878983742"], ["locale", "TK"], ["longitude", "-9.641886795753038"], ["middlename", "Yost"], ["middle_name", "Halvorson"], ["password", "5KcHlK1qB0fA3q"], ["phone", "(874) 900-5090 x20820"], ["phone_number", "(488) 024-3137 x082"], ["reference", "4ebf17e4-b55c-4ed0-bf2b-3ddc38ca4263"], ["title", "Corporis fuga alias veniam eum."], ["user_name", "flo_wisozk"], ["username", "wyatt"], ["uuid", "5d925a97-60fc-4f9d-b424-d013c439e3f9"], ["created_at", "2020-11-21 14:52:48.046003"], ["updated_at", "2020-11-21 14:52:48.046003"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "202 Sidney Island, Loweborough, LA 00621-7031"], ["city", "Port Arturo"], ["country", "Algeria"], ["description", "Inventore nesciunt sunt. Aspernatur quaerat pariatur. Assumenda voluptatum porro."], ["email", "jewel@example.co"], ["first_name", "Carol"], ["firstname", "Jame"], ["last_name", "Block"], ["lastname", "Sauer"], ["lat", "-79.8246866910828"], ["latitute", "87.01184636276568"], ["lng", "-103.19156729793124"], ["locale", "PR"], ["longitude", "-31.99107193477485"], ["middlename", "Wiegand"], ["middle_name", "Mosciski"], ["password", "AzHzXo1Pc70Q3fT"], ["phone", "613-838-8056"], ["phone_number", "1-525-931-8400 x51488"], ["reference", "0c59d589-ea58-4c3b-9f27-be6df957e1b0"], ["title", "Ex eum qui vel."], ["user_name", "bert_goodwin"], ["username", "iona.blanda"], ["uuid", "ecf0d62e-bd22-45af-8b19-e41633cd7422"], ["created_at", "2020-11-21 14:52:48.072619"], ["updated_at", "2020-11-21 14:52:48.072619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "70983 Celinda Summit, Port Daryl, NJ 27525"], ["city", "East John"], ["country", "United Kingdom"], ["description", "Sapiente quos recusandae. Consequatur aliquid ut. Itaque voluptas asperiores. Repudiandae sint ea. Necessitatibus reiciendis suscipit."], ["email", "kizzy@example.name"], ["first_name", "Brooke"], ["firstname", "Lesley"], ["last_name", "Ledner"], ["lastname", "Haley"], ["lat", "2.6632312696718685"], ["latitute", "-49.877436128129766"], ["lng", "-28.085612068566718"], ["locale", "EE"], ["longitude", "17.328921639467865"], ["middlename", "Schulist"], ["middle_name", "Altenwerth"], ["password", "QmHqQoFs"], ["phone", "518.391.1624"], ["phone_number", "1-502-551-5487 x1762"], ["reference", "cb423d3e-f3d8-4038-9354-409d08e5ae8d"], ["title", "Est laboriosam cum impedit beatae ut."], ["user_name", "raymond.lubowitz"], ["username", "sandra_grant"], ["uuid", "8d62c740-fcaf-4fa6-a8d7-3efd596154ed"], ["created_at", "2020-11-21 14:52:48.097331"], ["updated_at", "2020-11-21 14:52:48.097331"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 770 609 Roxane Walk, Aaronshire, OH 90078"], ["city", "North Lorenaport"], ["country", "Bermuda"], ["description", "Doloribus tenetur quod. Tempore in ea. Tempore optio non."], ["email", "wilford_considine@example.io"], ["first_name", "Jaime"], ["firstname", "Nolan"], ["last_name", "Stiedemann"], ["lastname", "Tillman"], ["lat", "8.349417823352894"], ["latitute", "7.135582222753484"], ["lng", "-126.03640873051562"], ["locale", "SO"], ["longitude", "171.98585798844374"], ["middlename", "Witting"], ["middle_name", "McClure"], ["password", "1Jn84PvJs70K"], ["phone", "(743) 079-9599 x33932"], ["phone_number", "374.399.6479 x047"], ["reference", "0ce99433-94cc-4808-b976-027fcb55b508"], ["title", "Voluptas quaerat dicta et minima culpa."], ["user_name", "renato"], ["username", "dominique"], ["uuid", "bdda9785-3da7-4431-a4fa-e8f81bc0383e"], ["created_at", "2020-11-21 14:52:48.121824"], ["updated_at", "2020-11-21 14:52:48.121824"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 833 41661 Morar Mission, Brantborough, OK 87495-7711"], ["city", "Pricebury"], ["country", "Cape Verde"], ["description", "Rerum quia debitis. Perferendis delectus voluptatem."], ["email", "reginia@example.io"], ["first_name", "Ka"], ["firstname", "Candelaria"], ["last_name", "Grant"], ["lastname", "Goodwin"], ["lat", "-39.18948418070751"], ["latitute", "18.791307643085133"], ["lng", "-53.01425454665785"], ["locale", "ZM"], ["longitude", "-118.4120248521549"], ["middlename", "Steuber"], ["middle_name", "Kohler"], ["password", "Y3iO368oC2mBl9Tb"], ["phone", "620.293.6902 x634"], ["phone_number", "1-433-033-1384 x0358"], ["reference", "bce397a3-0df6-4a94-b300-ee27f6649eac"], ["title", "Aspernatur voluptatem dolor."], ["user_name", "alisia.moen"], ["username", "guy.wyman"], ["uuid", "d63d7b9a-7a74-4b7a-a331-32dd4c847e76"], ["created_at", "2020-11-21 14:52:48.145960"], ["updated_at", "2020-11-21 14:52:48.145960"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2902 Cecilia Trace, New Karyn, OK 89314-8572"], ["city", "Leonmouth"], ["country", "Monaco"], ["description", "Amet doloribus autem. Neque a praesentium."], ["email", "steven_grimes@example.info"], ["first_name", "Delcie"], ["firstname", "Bertram"], ["last_name", "Cassin"], ["lastname", "Steuber"], ["lat", "-43.318168892068165"], ["latitute", "-30.36980620283542"], ["lng", "36.68779977922446"], ["locale", "GE"], ["longitude", "45.459165872998"], ["middlename", "Volkman"], ["middle_name", "Smitham"], ["password", "FgCjIsI2xYtW"], ["phone", "624.836.0228 x9432"], ["phone_number", "486.579.0128"], ["reference", "2d980e7a-777f-4945-99d5-5e190acc80ba"], ["title", "Ipsum odio aliquam placeat pariatur."], ["user_name", "billy"], ["username", "jasper.ullrich"], ["uuid", "ac975b21-cd18-4d51-b2ab-e537a172d333"], ["created_at", "2020-11-21 14:52:48.169920"], ["updated_at", "2020-11-21 14:52:48.169920"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "44460 Trudy Hollow, West Mireilleberg, TN 87832-1024"], ["city", "West Verniafort"], ["country", "Norway"], ["description", "Aut est maiores. Totam dolore cumque. Error optio impedit."], ["email", "ellis@example.info"], ["first_name", "Haydee"], ["firstname", "Dedra"], ["last_name", "Gottlieb"], ["lastname", "Roob"], ["lat", "-23.207440938429087"], ["latitute", "31.2821977974164"], ["lng", "-115.66905689635928"], ["locale", "SZ"], ["longitude", "60.10500542890489"], ["middlename", "Kozey"], ["middle_name", "Schinner"], ["password", "2TcLcJf071Rv46E"], ["phone", "367.652.8943 x31216"], ["phone_number", "(241) 517-2182"], ["reference", "e29f100c-995a-4a4e-afc5-2c6d17c42725"], ["title", "Reprehenderit quo qui."], ["user_name", "kennith_bruen"], ["username", "jung_harber"], ["uuid", "805ad295-6c23-449c-919f-3b2609de1d09"], ["created_at", "2020-11-21 14:52:48.201500"], ["updated_at", "2020-11-21 14:52:48.201500"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 10.4360253587997], ["string", "Voluptatibus molestiae sed pariatur."], ["date", "2020-11-07"], ["time", "2000-01-01 14:39:09.088873"], ["datetime", "2020-11-08 09:36:34.340663"], ["created_at", "2020-11-21 14:52:48.211359"], ["updated_at", "2020-11-21 14:52:48.211359"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 6.82575905792469], ["string", "Iure molestiae vitae rerum."], ["date", "2020-12-23"], ["time", "2000-01-01 15:37:55.372120"], ["datetime", "2020-12-05 12:20:37.700053"], ["created_at", "2020-11-21 14:52:48.214055"], ["updated_at", "2020-11-21 14:52:48.214055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 14.3215939458505], ["string", "Rerum commodi alias."], ["date", "2020-10-10"], ["time", "2000-01-01 18:14:58.908466"], ["datetime", "2020-11-14 21:26:17.723161"], ["created_at", "2020-11-21 14:52:48.216399"], ["updated_at", "2020-11-21 14:52:48.216399"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 27.9439088765712], ["string", "Voluptatibus cupiditate quae unde."], ["date", "2020-12-08"], ["time", "2000-01-01 23:01:35.881519"], ["datetime", "2020-11-09 06:18:20.275708"], ["created_at", "2020-11-21 14:52:48.218740"], ["updated_at", "2020-11-21 14:52:48.218740"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 16.5204163978869], ["string", "Aut quisquam mollitia dolore veniam."], ["date", "2020-11-02"], ["time", "2000-01-01 22:45:22.372301"], ["datetime", "2020-10-12 15:46:44.197096"], ["created_at", "2020-11-21 14:52:48.220978"], ["updated_at", "2020-11-21 14:52:48.220978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 18.1869529520919], ["string", "Esse vel et."], ["date", "2020-12-19"], ["time", "2000-01-01 05:01:17.352735"], ["datetime", "2020-12-21 02:19:53.189152"], ["created_at", "2020-11-21 14:52:48.223237"], ["updated_at", "2020-11-21 14:52:48.223237"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 6.11824085413985], ["string", "Excepturi aut iste fugit voluptatem."], ["date", "2020-10-25"], ["time", "2000-01-01 22:04:44.010431"], ["datetime", "2020-11-08 00:19:49.126889"], ["created_at", "2020-11-21 14:52:48.225491"], ["updated_at", "2020-11-21 14:52:48.225491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 31.7352332169666], ["string", "Sed quidem est."], ["date", "2020-11-11"], ["time", "2000-01-01 18:43:12.213662"], ["datetime", "2020-11-29 01:40:21.389440"], ["created_at", "2020-11-21 14:52:48.227729"], ["updated_at", "2020-11-21 14:52:48.227729"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:52:48.232008"], ["updated_at", "2020-11-21 14:52:48.232008"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:52:48.233257"], ["updated_at", "2020-11-21 14:52:48.233257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:52:48.234398"], ["updated_at", "2020-11-21 14:52:48.234398"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-21 14:52:48.235541"], ["updated_at", "2020-11-21 14:52:48.235541"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:52:48.236649"], ["updated_at", "2020-11-21 14:52:48.236649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:52:48.237754"], ["updated_at", "2020-11-21 14:52:48.237754"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:52:48.239016"], ["updated_at", "2020-11-21 14:52:48.239016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 14:52:48.240301"], ["updated_at", "2020-11-21 14:52:48.240301"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:52:48.244612"], ["updated_at", "2020-11-21 14:52:48.244612"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:52:48.245873"], ["updated_at", "2020-11-21 14:52:48.245873"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:52:48.246994"], ["updated_at", "2020-11-21 14:52:48.246994"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:52:48.248100"], ["updated_at", "2020-11-21 14:52:48.248100"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:52:48.249197"], ["updated_at", "2020-11-21 14:52:48.249197"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:52:48.250310"], ["updated_at", "2020-11-21 14:52:48.250310"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:52:48.251423"], ["updated_at", "2020-11-21 14:52:48.251423"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:52:48.252607"], ["updated_at", "2020-11-21 14:52:48.252607"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 15.61765651141], ["string", "Vel architecto labore quasi id."], ["created_at", "2020-11-21 14:52:48.258890"], ["updated_at", "2020-11-21 14:52:48.258890"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 20.709944619512], ["string", "Praesentium ut consequuntur vero quia."], ["created_at", "2020-11-21 14:52:48.261071"], ["updated_at", "2020-11-21 14:52:48.261071"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 30.0782944278935], ["string", "Velit ipsam blanditiis aspernatur rerum dolorem."], ["created_at", "2020-11-21 14:52:48.264079"], ["updated_at", "2020-11-21 14:52:48.264079"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 0.414262657363124], ["string", "Enim voluptatem eum quia animi inventore."], ["created_at", "2020-11-21 14:52:48.266113"], ["updated_at", "2020-11-21 14:52:48.266113"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 14.3500485403875], ["string", "Aut rerum voluptatem iure voluptatem et."], ["created_at", "2020-11-21 14:52:48.267942"], ["updated_at", "2020-11-21 14:52:48.267942"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 4.54828988847044], ["string", "Libero aliquid repellat sit ea."], ["created_at", "2020-11-21 14:52:48.269725"], ["updated_at", "2020-11-21 14:52:48.269725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 2.63384046544871], ["string", "Sequi exercitationem inventore rerum."], ["created_at", "2020-11-21 14:52:48.271495"], ["updated_at", "2020-11-21 14:52:48.271495"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 28.582069473846], ["string", "Id perspiciatis dolores in necessitatibus sequi."], ["created_at", "2020-11-21 14:52:48.273307"], ["updated_at", "2020-11-21 14:52:48.273307"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:52:48.297044"], ["updated_at", "2020-11-21 14:52:48.297044"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:52:48.297873"], ["updated_at", "2020-11-21 14:52:48.297873"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:52:48.298487"], ["updated_at", "2020-11-21 14:52:48.298487"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:52:48.299100"], ["updated_at", "2020-11-21 14:52:48.299100"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:52:48.299699"], ["updated_at", "2020-11-21 14:52:48.299699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:52:48.300297"], ["updated_at", "2020-11-21 14:52:48.300297"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:52:48.300886"], ["updated_at", "2020-11-21 14:52:48.300886"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:52:48.301477"], ["updated_at", "2020-11-21 14:52:48.301477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:52:48.304205"], ["updated_at", "2020-11-21 14:52:48.304205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:52:48.304900"], ["updated_at", "2020-11-21 14:52:48.304900"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:52:48.305513"], ["updated_at", "2020-11-21 14:52:48.305513"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:52:48.306139"], ["updated_at", "2020-11-21 14:52:48.306139"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:52:48.306751"], ["updated_at", "2020-11-21 14:52:48.306751"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:52:48.307385"], ["updated_at", "2020-11-21 14:52:48.307385"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:52:48.308004"], ["updated_at", "2020-11-21 14:52:48.308004"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:52:48.308620"], ["updated_at", "2020-11-21 14:52:48.308620"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 14:52:48.313587"], ["updated_at", "2020-11-21 14:52:48.313587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-21 14:52:48.315276"], ["updated_at", "2020-11-21 14:52:48.315276"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-21 14:52:48.316440"], ["updated_at", "2020-11-21 14:52:48.316440"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-21 14:52:48.317559"], ["updated_at", "2020-11-21 14:52:48.317559"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-21 14:52:48.318659"], ["updated_at", "2020-11-21 14:52:48.318659"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 14:52:48.319751"], ["updated_at", "2020-11-21 14:52:48.319751"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-21 14:52:48.320821"], ["updated_at", "2020-11-21 14:52:48.320821"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 14:52:48.321918"], ["updated_at", "2020-11-21 14:52:48.321918"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-21 14:52:48.327018"], ["updated_at", "2020-11-21 14:52:48.327018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 3], ["created_at", "2020-11-21 14:52:48.328622"], ["updated_at", "2020-11-21 14:52:48.328622"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-21 14:52:48.330104"], ["updated_at", "2020-11-21 14:52:48.330104"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 8], ["created_at", "2020-11-21 14:52:48.331583"], ["updated_at", "2020-11-21 14:52:48.331583"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 7], ["created_at", "2020-11-21 14:52:48.333057"], ["updated_at", "2020-11-21 14:52:48.333057"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 6], ["created_at", "2020-11-21 14:52:48.334530"], ["updated_at", "2020-11-21 14:52:48.334530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 1], ["created_at", "2020-11-21 14:52:48.336001"], ["updated_at", "2020-11-21 14:52:48.336001"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 6], ["created_at", "2020-11-21 14:52:48.337463"], ["updated_at", "2020-11-21 14:52:48.337463"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.0ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.7ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.8ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.5ms) DELETE FROM "charlies";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.5ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:02.504878"], ["updated_at", "2020-11-21 14:53:02.504878"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:02.507357"], ["updated_at", "2020-11-21 14:53:02.507357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:02.508520"], ["updated_at", "2020-11-21 14:53:02.508520"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:02.509923"], ["updated_at", "2020-11-21 14:53:02.509923"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:02.511556"], ["updated_at", "2020-11-21 14:53:02.511556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:02.512470"], ["updated_at", "2020-11-21 14:53:02.512470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:02.513289"], ["updated_at", "2020-11-21 14:53:02.513289"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:02.514092"], ["updated_at", "2020-11-21 14:53:02.514092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:02.522546"], ["updated_at", "2020-11-21 14:53:02.522546"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.3ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:02.525829"], ["updated_at", "2020-11-21 14:53:02.525829"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:02.529474"], ["updated_at", "2020-11-21 14:53:02.529474"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:02.531727"], ["updated_at", "2020-11-21 14:53:02.531727"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:02.533766"], ["updated_at", "2020-11-21 14:53:02.533766"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:02.535763"], ["updated_at", "2020-11-21 14:53:02.535763"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:02.537720"], ["updated_at", "2020-11-21 14:53:02.537720"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:02.540034"], ["updated_at", "2020-11-21 14:53:02.540034"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1794 Omar Dale, New Wenburgh, AZ 78798"], ["city", "Bahringerside"], ["country", "Bermuda"], ["description", "Consequatur ab non. Numquam a voluptas. Ut temporibus quia. Repellat odit est."], ["email", "irving@example.net"], ["first_name", "Winford"], ["firstname", "Dorian"], ["last_name", "Moen"], ["lastname", "Padberg"], ["lat", "-58.55164347212968"], ["latitute", "52.78106852382851"], ["lng", "42.87695934154735"], ["locale", "MN"], ["longitude", "82.63011760628552"], ["middlename", "Lemke"], ["middle_name", "Kohler"], ["password", "PxPuWlHj27"], ["phone", "1-359-322-1107"], ["phone_number", "974-196-8301 x75745"], ["reference", "a10fe71f-5199-436f-b896-80f7a11d1b43"], ["title", "Nesciunt corporis mollitia deserunt nihil."], ["user_name", "kareem"], ["username", "chrissy.carroll"], ["uuid", "1e302142-7ea3-4595-b7a2-3ffc432e80cb"], ["created_at", "2020-11-21 14:53:03.552894"], ["updated_at", "2020-11-21 14:53:03.552894"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 800 518 Richard Viaduct, West Damonfort, MD 91233"], ["city", "South Cristinside"], ["country", "Virgin Islands, U.S."], ["description", "Debitis voluptatum et. Quas reiciendis perspiciatis. Velit quo dolorem. Saepe ut accusantium. Deserunt autem sit."], ["email", "palmer_kuphal@example.org"], ["first_name", "Adrianna"], ["firstname", "Dana"], ["last_name", "Bosco"], ["lastname", "Huels"], ["lat", "73.56071840497216"], ["latitute", "-10.307204542047117"], ["lng", "-39.11823834748202"], ["locale", "MV"], ["longitude", "22.493893139690755"], ["middlename", "Heller"], ["middle_name", "Ferry"], ["password", "F9k09P5mSb"], ["phone", "234.590.1320 x419"], ["phone_number", "981-951-7977 x0483"], ["reference", "67c4b149-e019-4580-828d-39b1535a0dd8"], ["title", "Dolorem vero molestiae qui."], ["user_name", "yuriko"], ["username", "norene.roberts"], ["uuid", "90b6f17b-1186-4121-8264-96e3162caf6b"], ["created_at", "2020-11-21 14:53:03.588678"], ["updated_at", "2020-11-21 14:53:03.588678"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 387 28185 Blythe Forges, South Geribury, AL 21451-8420"], ["city", "South Ralphport"], ["country", "Kyrgyz Republic"], ["description", "Eius qui labore. Eaque odio quo. Adipisci libero quaerat."], ["email", "jesica_gusikowski@example.name"], ["first_name", "Synthia"], ["firstname", "Fransisca"], ["last_name", "Schultz"], ["lastname", "Schimmel"], ["lat", "61.32406235658405"], ["latitute", "-75.11827440577542"], ["lng", "103.78737665397938"], ["locale", "IN"], ["longitude", "153.80786906822243"], ["middlename", "Heidenreich"], ["middle_name", "Rogahn"], ["password", "ZtYm7XxX5t"], ["phone", "1-338-676-0981 x68283"], ["phone_number", "497.538.0206 x972"], ["reference", "eac559b2-31b9-4abc-8d43-04a3405a38e5"], ["title", "Consequuntur cupiditate veniam et."], ["user_name", "jay.cassin"], ["username", "lianne_daniel"], ["uuid", "6199c6bb-aaca-4fc8-8415-2ce91d6c6a20"], ["created_at", "2020-11-21 14:53:03.616068"], ["updated_at", "2020-11-21 14:53:03.616068"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 634 24336 Bergstrom Trafficway, Lake Long, WA 80375-4225"], ["city", "North Greggton"], ["country", "Japan"], ["description", "Ut dolorum dolor. Dolorem facilis dicta. Ea molestias ab. Veniam quia fuga."], ["email", "anja@example.biz"], ["first_name", "Trinidad"], ["firstname", "Shella"], ["last_name", "Russel"], ["lastname", "Greenholt"], ["lat", "34.748306310781686"], ["latitute", "-9.785872209258258"], ["lng", "21.766828437210734"], ["locale", "SE"], ["longitude", "-122.22433982179882"], ["middlename", "Hegmann"], ["middle_name", "Bahringer"], ["password", "E3sP3oEdH3"], ["phone", "1-632-509-5379 x1941"], ["phone_number", "241.828.7382 x5500"], ["reference", "9df2a8ed-d83a-4879-acde-a988004d3621"], ["title", "Tempore iure est quas animi et."], ["user_name", "victorina_donnelly"], ["username", "daren_jakubowski"], ["uuid", "5213319e-5dd1-4dc0-9971-31f118c7db92"], ["created_at", "2020-11-21 14:53:03.640974"], ["updated_at", "2020-11-21 14:53:03.640974"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9778 Rashida Divide, West Marion, ID 39886-5778"], ["city", "Labadiebury"], ["country", "Colombia"], ["description", "Nulla est esse. Possimus ex velit. Qui magnam earum. Nobis voluptas ullam. A enim aperiam."], ["email", "isidro_ondricka@example.io"], ["first_name", "Ha"], ["firstname", "Teddy"], ["last_name", "Streich"], ["lastname", "Runte"], ["lat", "-53.45158331346518"], ["latitute", "-64.44764938268634"], ["lng", "-175.05105679042217"], ["locale", "GA"], ["longitude", "-166.07459539743456"], ["middlename", "Shields"], ["middle_name", "Littel"], ["password", "9Go0DuQtJ1s15C2"], ["phone", "(437) 753-3963 x81804"], ["phone_number", "1-357-702-2009"], ["reference", "f1e28e12-9127-4158-9fc5-0a1be9b5b03c"], ["title", "Qui perferendis aperiam."], ["user_name", "audria.mcdermott"], ["username", "felix"], ["uuid", "11334b4e-6605-49ed-9dd3-e6113cae2c81"], ["created_at", "2020-11-21 14:53:03.665555"], ["updated_at", "2020-11-21 14:53:03.665555"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "33256 Rolfson Grove, Dahlialand, VT 94313"], ["city", "Port Leciafurt"], ["country", "Czech Republic"], ["description", "Recusandae molestiae totam. Et id velit. Aliquid nisi voluptates. Consectetur culpa incidunt. Dolorem libero ea."], ["email", "january@example.name"], ["first_name", "Shanell"], ["firstname", "Aaron"], ["last_name", "Douglas"], ["lastname", "Waelchi"], ["lat", "-1.3708662191446308"], ["latitute", "-63.3419736943231"], ["lng", "121.59912329233867"], ["locale", "HK"], ["longitude", "56.56939169864373"], ["middlename", "Robel"], ["middle_name", "Leffler"], ["password", "Kc6ImUtVs61K43y"], ["phone", "843.003.7861 x474"], ["phone_number", "497-551-4778 x1400"], ["reference", "82e65174-054a-4e50-a3fd-fdfbdaa88cb3"], ["title", "Cumque itaque quis."], ["user_name", "belinda"], ["username", "deon"], ["uuid", "fcbdf04a-7e15-4f0f-9b81-a01653c425fc"], ["created_at", "2020-11-21 14:53:03.690198"], ["updated_at", "2020-11-21 14:53:03.690198"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "5448 Earl Course, Colliermouth, NV 58369-8445"], ["city", "Jameyhaven"], ["country", "Guam"], ["description", "Eaque quo quas. Similique impedit quis. Asperiores voluptatem non. Eum dolores beatae."], ["email", "micheal@example.org"], ["first_name", "Giuseppe"], ["firstname", "Marcellus"], ["last_name", "Rolfson"], ["lastname", "Huels"], ["lat", "11.12186489751052"], ["latitute", "6.355459396214073"], ["lng", "-178.45165563141632"], ["locale", "PY"], ["longitude", "102.18940576566013"], ["middlename", "Smitham"], ["middle_name", "Kirlin"], ["password", "T5o09QcVn2F4uY"], ["phone", "212.689.0393 x3330"], ["phone_number", "260.846.4280 x59571"], ["reference", "1a0498bb-2a6d-46e4-b9af-a335427b1db9"], ["title", "Fugit placeat itaque in."], ["user_name", "damon"], ["username", "johnie.bernhard"], ["uuid", "e0714f19-4814-43c3-ba79-679e53c7d631"], ["created_at", "2020-11-21 14:53:03.715318"], ["updated_at", "2020-11-21 14:53:03.715318"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4548 Wilderman Trace, South Arron, WA 34730-7957"], ["city", "Lake Rethaborough"], ["country", "Hungary"], ["description", "Voluptatibus facilis blanditiis. Tenetur non est. Hic ab repellat. Est velit id. Assumenda aut dolorum."], ["email", "cathi_ritchie@example.co"], ["first_name", "Garland"], ["firstname", "Dillon"], ["last_name", "Dickens"], ["lastname", "Harber"], ["lat", "-40.25051461629673"], ["latitute", "3.0093598540102846"], ["lng", "-53.091731921964964"], ["locale", "BT"], ["longitude", "-36.5873137020435"], ["middlename", "Abshire"], ["middle_name", "Olson"], ["password", "1OsU0oSoU6"], ["phone", "(737) 032-2634 x48219"], ["phone_number", "1-326-369-6470 x077"], ["reference", "d4325fa9-a69e-42c6-969c-bebb88cc00a1"], ["title", "Occaecati unde quod facere in."], ["user_name", "priscilla"], ["username", "eugene.ratke"], ["uuid", "a74cf370-24d0-4da2-9502-9e68ca88ef65"], ["created_at", "2020-11-21 14:53:03.740018"], ["updated_at", "2020-11-21 14:53:03.740018"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 40.5280842597376], ["string", "Quidem ut nulla reiciendis."], ["date", "2020-10-11"], ["time", "2000-01-01 02:43:50.206523"], ["datetime", "2020-11-22 13:54:32.520947"], ["created_at", "2020-11-21 14:53:03.758637"], ["updated_at", "2020-11-21 14:53:03.758637"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 3.97348789792894], ["string", "Iure esse aut et numquam ducimus."], ["date", "2020-11-25"], ["time", "2000-01-01 01:40:40.945216"], ["datetime", "2020-11-12 14:41:17.278581"], ["created_at", "2020-11-21 14:53:03.762201"], ["updated_at", "2020-11-21 14:53:03.762201"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 6.25346701391402], ["string", "Corrupti odio suscipit."], ["date", "2020-10-10"], ["time", "2000-01-01 11:27:52.629784"], ["datetime", "2020-12-21 00:15:31.444526"], ["created_at", "2020-11-21 14:53:03.765090"], ["updated_at", "2020-11-21 14:53:03.765090"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 22.1774673801811], ["string", "Dolores velit voluptatum."], ["date", "2020-11-19"], ["time", "2000-01-01 07:57:23.590270"], ["datetime", "2020-10-22 11:15:44.843297"], ["created_at", "2020-11-21 14:53:03.767876"], ["updated_at", "2020-11-21 14:53:03.767876"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 25], ["decimal", 27.2118590308129], ["string", "Odio mollitia sed vero consectetur rerum."], ["date", "2020-12-16"], ["time", "2000-01-01 17:19:27.304337"], ["datetime", "2020-10-13 13:48:19.887897"], ["created_at", "2020-11-21 14:53:03.770705"], ["updated_at", "2020-11-21 14:53:03.770705"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 21.3695322714899], ["string", "Provident dolore laboriosam quos quia."], ["date", "2020-11-21"], ["time", "2000-01-01 22:00:46.612555"], ["datetime", "2020-11-16 15:45:22.991958"], ["created_at", "2020-11-21 14:53:03.773399"], ["updated_at", "2020-11-21 14:53:03.773399"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 28], ["decimal", 12.576173914098], ["string", "Aut praesentium rerum cupiditate suscipit officia."], ["date", "2020-11-28"], ["time", "2000-01-01 15:10:11.200132"], ["datetime", "2020-12-27 15:20:41.673889"], ["created_at", "2020-11-21 14:53:03.775919"], ["updated_at", "2020-11-21 14:53:03.775919"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 10.5820510453699], ["string", "Occaecati qui quibusdam natus."], ["date", "2020-10-14"], ["time", "2000-01-01 03:21:26.086017"], ["datetime", "2020-10-29 14:28:58.202566"], ["created_at", "2020-11-21 14:53:03.778426"], ["updated_at", "2020-11-21 14:53:03.778426"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:53:03.783294"], ["updated_at", "2020-11-21 14:53:03.783294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 14:53:03.784985"], ["updated_at", "2020-11-21 14:53:03.784985"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:53:03.786573"], ["updated_at", "2020-11-21 14:53:03.786573"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:53:03.788079"], ["updated_at", "2020-11-21 14:53:03.788079"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:53:03.789567"], ["updated_at", "2020-11-21 14:53:03.789567"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:53:03.791069"], ["updated_at", "2020-11-21 14:53:03.791069"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:53:03.792561"], ["updated_at", "2020-11-21 14:53:03.792561"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-21 14:53:03.794103"], ["updated_at", "2020-11-21 14:53:03.794103"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:53:03.798854"], ["updated_at", "2020-11-21 14:53:03.798854"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-21 14:53:03.800544"], ["updated_at", "2020-11-21 14:53:03.800544"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:53:03.802071"], ["updated_at", "2020-11-21 14:53:03.802071"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:53:03.803586"], ["updated_at", "2020-11-21 14:53:03.803586"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:53:03.805111"], ["updated_at", "2020-11-21 14:53:03.805111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:53:03.806649"], ["updated_at", "2020-11-21 14:53:03.806649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:53:03.808169"], ["updated_at", "2020-11-21 14:53:03.808169"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:53:03.809676"], ["updated_at", "2020-11-21 14:53:03.809676"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1034], ["decimal", 2.27094532238063], ["string", "Omnis ut quisquam."], ["created_at", "2020-11-21 14:53:03.816174"], ["updated_at", "2020-11-21 14:53:03.816174"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 0.338934720564414], ["string", "Nostrum illum animi similique ea ullam."], ["created_at", "2020-11-21 14:53:03.818442"], ["updated_at", "2020-11-21 14:53:03.818442"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 3.56727472359252], ["string", "Molestiae ullam vero."], ["created_at", "2020-11-21 14:53:03.820493"], ["updated_at", "2020-11-21 14:53:03.820493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 11.6183388596873], ["string", "Aut et voluptatem eum quis corrupti."], ["created_at", "2020-11-21 14:53:03.822538"], ["updated_at", "2020-11-21 14:53:03.822538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1032], ["decimal", 2.33397186015007], ["string", "Neque possimus perferendis libero."], ["created_at", "2020-11-21 14:53:03.824646"], ["updated_at", "2020-11-21 14:53:03.824646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 1.22259179213873], ["string", "Suscipit optio asperiores officiis."], ["created_at", "2020-11-21 14:53:03.826674"], ["updated_at", "2020-11-21 14:53:03.826674"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 15.9235362681339], ["string", "Maxime mollitia vero quas et ea."], ["created_at", "2020-11-21 14:53:03.828736"], ["updated_at", "2020-11-21 14:53:03.828736"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 13.4087095488743], ["string", "Ut dicta esse."], ["created_at", "2020-11-21 14:53:03.830751"], ["updated_at", "2020-11-21 14:53:03.830751"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:03.855356"], ["updated_at", "2020-11-21 14:53:03.855356"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:03.856340"], ["updated_at", "2020-11-21 14:53:03.856340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:03.857270"], ["updated_at", "2020-11-21 14:53:03.857270"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:03.858169"], ["updated_at", "2020-11-21 14:53:03.858169"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:03.859022"], ["updated_at", "2020-11-21 14:53:03.859022"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:03.859861"], ["updated_at", "2020-11-21 14:53:03.859861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:03.860710"], ["updated_at", "2020-11-21 14:53:03.860710"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:03.861550"], ["updated_at", "2020-11-21 14:53:03.861550"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:53:03.864572"], ["updated_at", "2020-11-21 14:53:03.864572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:53:03.865460"], ["updated_at", "2020-11-21 14:53:03.865460"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:53:03.866354"], ["updated_at", "2020-11-21 14:53:03.866354"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:53:03.867207"], ["updated_at", "2020-11-21 14:53:03.867207"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:53:03.868117"], ["updated_at", "2020-11-21 14:53:03.868117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:53:03.868975"], ["updated_at", "2020-11-21 14:53:03.868975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:53:03.869832"], ["updated_at", "2020-11-21 14:53:03.869832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:53:03.870689"], ["updated_at", "2020-11-21 14:53:03.870689"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-21 14:53:03.875816"], ["updated_at", "2020-11-21 14:53:03.875816"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-21 14:53:03.877575"], ["updated_at", "2020-11-21 14:53:03.877575"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-21 14:53:03.879385"], ["updated_at", "2020-11-21 14:53:03.879385"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-21 14:53:03.880950"], ["updated_at", "2020-11-21 14:53:03.880950"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:53:03.882469"], ["updated_at", "2020-11-21 14:53:03.882469"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-21 14:53:03.883999"], ["updated_at", "2020-11-21 14:53:03.883999"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:53:03.885501"], ["updated_at", "2020-11-21 14:53:03.885501"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-21 14:53:03.886986"], ["updated_at", "2020-11-21 14:53:03.886986"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 1], ["created_at", "2020-11-21 14:53:03.892105"], ["updated_at", "2020-11-21 14:53:03.892105"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 7], ["created_at", "2020-11-21 14:53:03.893699"], ["updated_at", "2020-11-21 14:53:03.893699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 4], ["created_at", "2020-11-21 14:53:03.895171"], ["updated_at", "2020-11-21 14:53:03.895171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 6], ["created_at", "2020-11-21 14:53:03.896622"], ["updated_at", "2020-11-21 14:53:03.896622"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 6], ["created_at", "2020-11-21 14:53:03.898083"], ["updated_at", "2020-11-21 14:53:03.898083"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 8], ["created_at", "2020-11-21 14:53:03.899547"], ["updated_at", "2020-11-21 14:53:03.899547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-21 14:53:03.901007"], ["updated_at", "2020-11-21 14:53:03.901007"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 3], ["created_at", "2020-11-21 14:53:03.902449"], ["updated_at", "2020-11-21 14:53:03.902449"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.1ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.7ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (2.2ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 590 2643 Winston Key, Smithhaven, MI 61830"], ["city", "Harriettstad"], ["country", "Senegal"], ["description", "Nobis quas aut. Non dolorem eum."], ["email", "kenton@example.org"], ["first_name", "Casimira"], ["firstname", "Keven"], ["last_name", "Reinger"], ["lastname", "Hettinger"], ["lat", "-85.81902574302676"], ["latitute", "84.04357374889804"], ["lng", "-120.64978768116576"], ["locale", "BJ"], ["longitude", "-71.34589998526285"], ["middlename", "Ruecker"], ["middle_name", "Runolfsson"], ["password", "FzMbLdPt0Yi"], ["phone", "755.812.8790 x831"], ["phone_number", "839.314.1430"], ["reference", "8a47ef3b-9836-4391-b539-7388e1439a1f"], ["title", "Ut qui aspernatur."], ["user_name", "dusty_nolan"], ["username", "len"], ["uuid", "decebb77-3761-4cd6-8036-3a9cb63d36c7"], ["created_at", "2020-11-21 14:53:10.366131"], ["updated_at", "2020-11-21 14:53:10.366131"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7164 Lamar Hill, Corkeryview, CA 70679"], ["city", "Billieville"], ["country", "Martinique"], ["description", "Voluptate dolore impedit. Inventore aperiam fugit. Rerum ut labore."], ["email", "mui.gislason@example.org"], ["first_name", "Raymon"], ["firstname", "Chang"], ["last_name", "Stracke"], ["lastname", "Mayert"], ["lat", "79.19317937598134"], ["latitute", "-67.52366390660163"], ["lng", "-133.93652668189267"], ["locale", "AQ"], ["longitude", "-44.98867725856843"], ["middlename", "Douglas"], ["middle_name", "Farrell"], ["password", "4ZhLpUv3Gy71"], ["phone", "467-133-8520 x76119"], ["phone_number", "841.918.2433"], ["reference", "07f76cd1-9d40-41c7-b2f5-646de1f4c4a5"], ["title", "Nihil ut et non consequuntur omnis."], ["user_name", "moises"], ["username", "lauralee.bruen"], ["uuid", "7ffd5596-8d32-40c6-a3d7-e0fe3b754466"], ["created_at", "2020-11-21 14:53:10.408839"], ["updated_at", "2020-11-21 14:53:10.408839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 182 4877 Carroll Port, Port Philip, MO 94327"], ["city", "Garthstad"], ["country", "Tunisia"], ["description", "Ut nisi aperiam. Accusantium corrupti esse. Odit quidem porro. Deserunt eveniet doloribus."], ["email", "catherin_walsh@example.net"], ["first_name", "Gus"], ["firstname", "Dung"], ["last_name", "Marks"], ["lastname", "Schimmel"], ["lat", "51.05917608247415"], ["latitute", "-78.63987675028774"], ["lng", "-74.59570698925657"], ["locale", "TZ"], ["longitude", "116.82644958214883"], ["middlename", "Considine"], ["middle_name", "Hagenes"], ["password", "EgBoO4wD"], ["phone", "(153) 558-5088"], ["phone_number", "669.306.3357 x25186"], ["reference", "75e4bef8-ef53-4ba9-ac92-12a2c9a0dfbe"], ["title", "Quae enim temporibus."], ["user_name", "brett_emmerich"], ["username", "katrice_turcotte"], ["uuid", "fa821cc9-f4ca-46af-82b5-34126c2eae02"], ["created_at", "2020-11-21 14:53:10.438952"], ["updated_at", "2020-11-21 14:53:10.438952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 713 2889 Kassulke Crossing, New Maxwellport, MD 00107"], ["city", "Powlowskibury"], ["country", "Tonga"], ["description", "Voluptatem aliquam nobis. Ex rerum quam. Perspiciatis pariatur et."], ["email", "elias_bailey@example.net"], ["first_name", "Yuri"], ["firstname", "Minerva"], ["last_name", "Bernhard"], ["lastname", "Walsh"], ["lat", "-3.5566464920811427"], ["latitute", "-79.25496565963122"], ["lng", "-162.17324112684358"], ["locale", "CV"], ["longitude", "178.28256797184707"], ["middlename", "Becker"], ["middle_name", "Schuster"], ["password", "8QhPlAtQd074Uu"], ["phone", "593-731-7201"], ["phone_number", "1-464-833-2190 x22068"], ["reference", "c2474760-b030-4b53-96d0-547224fdf247"], ["title", "Vel officia ut earum ad."], ["user_name", "bree.cormier"], ["username", "ela.bauch"], ["uuid", "5c0d64cf-a499-475b-8313-f4bc5fb407bf"], ["created_at", "2020-11-21 14:53:10.466417"], ["updated_at", "2020-11-21 14:53:10.466417"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 768 77896 Bernhard Cliffs, Madiefurt, NH 25190"], ["city", "Port Fidel"], ["country", "Cayman Islands"], ["description", "Fugiat voluptatem dolorum. Omnis ipsam voluptas."], ["email", "audrie_abshire@example.net"], ["first_name", "Tamisha"], ["firstname", "Jc"], ["last_name", "Koepp"], ["lastname", "Baumbach"], ["lat", "5.957739641968033"], ["latitute", "-45.87432224654178"], ["lng", "-0.674060501589679"], ["locale", "SV"], ["longitude", "-89.21337127394322"], ["middlename", "Crooks"], ["middle_name", "Hermiston"], ["password", "AzY8hU6y4Iz1WcX"], ["phone", "(148) 254-5534 x6999"], ["phone_number", "857.633.4446"], ["reference", "c9400bc5-2eec-4920-82ce-1f47f837172d"], ["title", "Illo rerum qui."], ["user_name", "lance"], ["username", "carlton"], ["uuid", "eae8aeb8-6fc0-41df-9fd9-acd62476146a"], ["created_at", "2020-11-21 14:53:10.492882"], ["updated_at", "2020-11-21 14:53:10.492882"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 731 2753 Hilll Canyon, West Freddie, IL 66241"], ["city", "Port Drucillachester"], ["country", "Panama"], ["description", "Soluta quo consequuntur. Itaque molestiae et. Necessitatibus est eos. Ut et delectus. Et dicta sunt."], ["email", "moises@example.com"], ["first_name", "Marisa"], ["firstname", "Apolonia"], ["last_name", "Strosin"], ["lastname", "Streich"], ["lat", "66.83881301123012"], ["latitute", "-78.5101046252115"], ["lng", "77.22854610923599"], ["locale", "PH"], ["longitude", "105.18917122275741"], ["middlename", "Will"], ["middle_name", "Johnson"], ["password", "NfYw0J1kSfA"], ["phone", "1-191-186-7372 x100"], ["phone_number", "(158) 973-7191 x84141"], ["reference", "1ffe06cc-c337-49c5-aff6-69936f9159c2"], ["title", "Fuga doloribus corrupti sunt officiis et."], ["user_name", "mariela"], ["username", "margarita.kilback"], ["uuid", "f38a8530-d14c-4b93-bb04-8473c2313098"], ["created_at", "2020-11-21 14:53:10.518850"], ["updated_at", "2020-11-21 14:53:10.518850"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2721 Dixie Hollow, Lake Elissa, TX 75838"], ["city", "North Hertamouth"], ["country", "China"], ["description", "Est molestiae deleniti. Voluptatem quas sed. Doloribus accusantium quis."], ["email", "neil@example.info"], ["first_name", "Danna"], ["firstname", "Ching"], ["last_name", "Blanda"], ["lastname", "Kunde"], ["lat", "-3.508388418516475"], ["latitute", "-9.072436371490639"], ["lng", "108.90228535618178"], ["locale", "OM"], ["longitude", "5.369256637287776"], ["middlename", "VonRueden"], ["middle_name", "Haag"], ["password", "KmMdJ6gVfYv"], ["phone", "363-320-9390"], ["phone_number", "(275) 895-5557 x6721"], ["reference", "a01e06cb-a569-47ab-8a9a-fda618ae8154"], ["title", "Autem quisquam aspernatur ut."], ["user_name", "loreta"], ["username", "renaldo_hintz"], ["uuid", "caec5682-abb6-450d-abc0-e6244650f852"], ["created_at", "2020-11-21 14:53:10.546097"], ["updated_at", "2020-11-21 14:53:10.546097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 293 443 Goldner Locks, New Manualchester, KY 05124"], ["city", "South Billie"], ["country", "Taiwan"], ["description", "Numquam autem voluptatem. Modi sunt et. Voluptas molestiae est. Quia consequatur occaecati."], ["email", "brook@example.name"], ["first_name", "Delfina"], ["firstname", "Drew"], ["last_name", "Schuster"], ["lastname", "Carroll"], ["lat", "-87.99438505123061"], ["latitute", "-23.146056681712693"], ["lng", "48.153733516159605"], ["locale", "AG"], ["longitude", "42.07375535137439"], ["middlename", "Pollich"], ["middle_name", "Hudson"], ["password", "FbUsR3sOcRz"], ["phone", "753.162.5128"], ["phone_number", "(495) 966-3719"], ["reference", "c85bb811-182b-41c2-8397-0e75c4d7b2c1"], ["title", "Nam dignissimos corporis sequi in."], ["user_name", "nguyet"], ["username", "breanne"], ["uuid", "0eeb68cc-3874-4481-8eb7-b971d88ed385"], ["created_at", "2020-11-21 14:53:10.581808"], ["updated_at", "2020-11-21 14:53:10.581808"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "15242 Dara Hills, North Brad, MA 55533-0174"], ["city", "Kerlukeside"], ["country", "Saudi Arabia"], ["description", "Distinctio et perferendis. Aut aliquam blanditiis. Nulla ducimus voluptatem. Minus dicta saepe. Et quia et."], ["email", "refugia.effertz@example.name"], ["first_name", "Rupert"], ["firstname", "Denver"], ["last_name", "Bashirian"], ["lastname", "Rippin"], ["lat", "9.311343523241561"], ["latitute", "-2.0905399299801957"], ["lng", "-94.20260976052059"], ["locale", "CM"], ["longitude", "61.4753096051021"], ["middlename", "Windler"], ["middle_name", "Stracke"], ["password", "7Xr83QyJ8tZ"], ["phone", "(401) 911-3576"], ["phone_number", "(213) 642-1351 x00004"], ["reference", "874a6a4c-61b7-4132-be57-a57ae2956e96"], ["title", "Reiciendis dolores ut."], ["user_name", "nanci_boehm"], ["username", "ethan_herman"], ["uuid", "4b493aba-1334-4654-9910-727a01a51605"], ["created_at", "2020-11-21 14:53:10.606676"], ["updated_at", "2020-11-21 14:53:10.606676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "92096 Brown Village, Gerlachbury, AZ 36073"], ["city", "East Tomton"], ["country", "French Guiana"], ["description", "Nulla corporis qui. Deserunt repellat sapiente. Accusantium aut minima."], ["email", "rene_buckridge@example.info"], ["first_name", "Remona"], ["firstname", "Ngan"], ["last_name", "Yost"], ["lastname", "Predovic"], ["lat", "-12.359269137013243"], ["latitute", "75.16848736026577"], ["lng", "-174.22599003433888"], ["locale", "AT"], ["longitude", "7.3619047486120905"], ["middlename", "Sipes"], ["middle_name", "Kohler"], ["password", "GkPp7DlN3b222"], ["phone", "136-587-9924"], ["phone_number", "(398) 572-8675"], ["reference", "9f39401c-a9bc-4757-aa7f-ef9398a96410"], ["title", "Debitis eligendi aspernatur sunt sit."], ["user_name", "val.hintz"], ["username", "joaquin.okeefe"], ["uuid", "e7a0e329-5479-4a89-aed7-3a956f4c0ee0"], ["created_at", "2020-11-21 14:53:10.630959"], ["updated_at", "2020-11-21 14:53:10.630959"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 12.5005950166467], ["string", "Sit impedit aut perferendis nostrum."], ["date", "2020-11-30"], ["time", "2000-01-01 19:14:39.573103"], ["datetime", "2020-11-23 14:54:16.393564"], ["created_at", "2020-11-21 14:53:10.699970"], ["updated_at", "2020-11-21 14:53:10.699970"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 25.9695753468356], ["string", "Ut id quaerat laborum voluptatem."], ["date", "2020-12-26"], ["time", "2000-01-01 02:15:20.909659"], ["datetime", "2020-11-09 12:15:03.971143"], ["created_at", "2020-11-21 14:53:10.703205"], ["updated_at", "2020-11-21 14:53:10.703205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 12.8607132488572], ["string", "Maxime ut aut."], ["date", "2020-12-04"], ["time", "2000-01-01 21:14:23.579074"], ["datetime", "2020-11-04 03:20:44.508562"], ["created_at", "2020-11-21 14:53:10.706054"], ["updated_at", "2020-11-21 14:53:10.706054"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 9.85949281804966], ["string", "In sint dignissimos est et repellat."], ["date", "2020-11-05"], ["time", "2000-01-01 16:21:13.277439"], ["datetime", "2020-10-18 16:51:18.780554"], ["created_at", "2020-11-21 14:53:10.710607"], ["updated_at", "2020-11-21 14:53:10.710607"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 18.5134902214802], ["string", "Aut et porro aperiam sunt."], ["date", "2020-12-12"], ["time", "2000-01-01 11:17:07.468847"], ["datetime", "2020-10-31 15:42:30.656327"], ["created_at", "2020-11-21 14:53:10.713610"], ["updated_at", "2020-11-21 14:53:10.713610"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 3.46540144439161], ["string", "Voluptatum temporibus sequi ex."], ["date", "2020-10-24"], ["time", "2000-01-01 08:15:24.362662"], ["datetime", "2020-12-24 09:44:02.273897"], ["created_at", "2020-11-21 14:53:10.716913"], ["updated_at", "2020-11-21 14:53:10.716913"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:10.720975"], ["updated_at", "2020-11-21 14:53:10.720975"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 21.4803814158026], ["string", "Est non hic odio rerum."], ["date", "2020-12-28"], ["time", "2000-01-01 22:01:24.584952"], ["datetime", "2020-10-13 13:11:09.026497"], ["created_at", "2020-11-21 14:53:10.763917"], ["updated_at", "2020-11-21 14:53:10.763917"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 5.18805895444214], ["string", "Quisquam neque omnis tenetur earum ut."], ["date", "2020-12-15"], ["time", "2000-01-01 22:26:28.200290"], ["datetime", "2020-12-17 10:46:55.317996"], ["created_at", "2020-11-21 14:53:10.767938"], ["updated_at", "2020-11-21 14:53:10.767938"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 25], ["decimal", 11.4552928527684], ["string", "Modi dolores ipsam ipsa perferendis iusto."], ["date", "2020-10-28"], ["time", "2000-01-01 14:59:16.417658"], ["datetime", "2020-12-23 20:50:24.963560"], ["created_at", "2020-11-21 14:53:10.771154"], ["updated_at", "2020-11-21 14:53:10.771154"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 6.14173936354304], ["string", "Excepturi doloribus amet iure."], ["date", "2020-12-08"], ["time", "2000-01-01 16:06:52.769756"], ["datetime", "2020-12-24 05:41:54.202818"], ["created_at", "2020-11-21 14:53:10.774500"], ["updated_at", "2020-11-21 14:53:10.774500"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 26.6908300820281], ["string", "Voluptatem id quasi."], ["date", "2020-11-20"], ["time", "2000-01-01 02:05:56.349781"], ["datetime", "2020-12-15 21:47:46.973713"], ["created_at", "2020-11-21 14:53:10.778085"], ["updated_at", "2020-11-21 14:53:10.778085"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 2.99495570313817], ["string", "Itaque aut quibusdam."], ["date", "2020-10-15"], ["time", "2000-01-01 01:04:09.296809"], ["datetime", "2020-12-08 21:56:55.613157"], ["created_at", "2020-11-21 14:53:10.782008"], ["updated_at", "2020-11-21 14:53:10.782008"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.8ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 3.7491478547663], ["string", "Nulla dolores et ad aspernatur modi."], ["date", "2020-12-28"], ["time", "2000-01-01 14:53:59.166091"], ["datetime", "2020-11-21 21:47:04.386002"], ["created_at", "2020-11-21 14:53:10.797531"], ["updated_at", "2020-11-21 14:53:10.797531"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 16.2934720819153], ["string", "Sit ut molestiae voluptates autem distinctio."], ["date", "2020-11-01"], ["time", "2000-01-01 01:59:19.249224"], ["datetime", "2020-12-16 06:27:17.306106"], ["created_at", "2020-11-21 14:53:10.802152"], ["updated_at", "2020-11-21 14:53:10.802152"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 4.89503211130781], ["string", "Dolores ut molestiae."], ["created_at", "2020-11-21 14:53:10.811175"], ["updated_at", "2020-11-21 14:53:10.811175"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 2.82738593071418], ["string", "Sint atque est."], ["created_at", "2020-11-21 14:53:10.814584"], ["updated_at", "2020-11-21 14:53:10.814584"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 5.49002149499946], ["string", "Dolorem similique autem qui."], ["created_at", "2020-11-21 14:53:10.817671"], ["updated_at", "2020-11-21 14:53:10.817671"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 0.289034226609584], ["string", "Iste nihil voluptas enim quasi sed."], ["created_at", "2020-11-21 14:53:10.820514"], ["updated_at", "2020-11-21 14:53:10.820514"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1027], ["decimal", 6.40364498247191], ["string", "Iusto quidem laborum sed facere earum."], ["created_at", "2020-11-21 14:53:10.823228"], ["updated_at", "2020-11-21 14:53:10.823228"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1032], ["decimal", 5.97854588135715], ["string", "Repellendus voluptatibus eos quo mollitia enim."], ["created_at", "2020-11-21 14:53:10.825879"], ["updated_at", "2020-11-21 14:53:10.825879"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1033], ["decimal", 10.3619374542149], ["string", "Nulla inventore nemo qui."], ["created_at", "2020-11-21 14:53:10.828488"], ["updated_at", "2020-11-21 14:53:10.828488"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 5.9362005774458], ["string", "Ab repudiandae quasi quisquam animi qui."], ["created_at", "2020-11-21 14:53:10.830998"], ["updated_at", "2020-11-21 14:53:10.830998"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:53:10.835877"], ["updated_at", "2020-11-21 14:53:10.835877"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-21 14:53:10.837842"], ["updated_at", "2020-11-21 14:53:10.837842"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:53:10.839646"], ["updated_at", "2020-11-21 14:53:10.839646"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:53:10.841330"], ["updated_at", "2020-11-21 14:53:10.841330"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:53:10.843020"], ["updated_at", "2020-11-21 14:53:10.843020"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:53:10.844685"], ["updated_at", "2020-11-21 14:53:10.844685"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:53:10.846293"], ["updated_at", "2020-11-21 14:53:10.846293"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:53:10.847871"], ["updated_at", "2020-11-21 14:53:10.847871"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 7], ["created_at", "2020-11-21 14:53:10.853829"], ["updated_at", "2020-11-21 14:53:10.853829"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 7], ["created_at", "2020-11-21 14:53:10.856050"], ["updated_at", "2020-11-21 14:53:10.856050"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-21 14:53:10.858122"], ["updated_at", "2020-11-21 14:53:10.858122"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 8], ["created_at", "2020-11-21 14:53:10.860177"], ["updated_at", "2020-11-21 14:53:10.860177"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 6], ["created_at", "2020-11-21 14:53:10.862235"], ["updated_at", "2020-11-21 14:53:10.862235"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-21 14:53:10.863876"], ["updated_at", "2020-11-21 14:53:10.863876"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 3], ["created_at", "2020-11-21 14:53:10.865373"], ["updated_at", "2020-11-21 14:53:10.865373"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-21 14:53:10.866851"], ["updated_at", "2020-11-21 14:53:10.866851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-21 14:53:10.871791"], ["updated_at", "2020-11-21 14:53:10.871791"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 14:53:10.873164"], ["updated_at", "2020-11-21 14:53:10.873164"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-21 14:53:10.874312"], ["updated_at", "2020-11-21 14:53:10.874312"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-21 14:53:10.875424"], ["updated_at", "2020-11-21 14:53:10.875424"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-21 14:53:10.876504"], ["updated_at", "2020-11-21 14:53:10.876504"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-21 14:53:10.877571"], ["updated_at", "2020-11-21 14:53:10.877571"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 14:53:10.878673"], ["updated_at", "2020-11-21 14:53:10.878673"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-21 14:53:10.879756"], ["updated_at", "2020-11-21 14:53:10.879756"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:10.885178"], ["updated_at", "2020-11-21 14:53:10.885178"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:10.885904"], ["updated_at", "2020-11-21 14:53:10.885904"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:10.886526"], ["updated_at", "2020-11-21 14:53:10.886526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:10.887149"], ["updated_at", "2020-11-21 14:53:10.887149"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:10.887756"], ["updated_at", "2020-11-21 14:53:10.887756"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:10.888363"], ["updated_at", "2020-11-21 14:53:10.888363"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:10.888966"], ["updated_at", "2020-11-21 14:53:10.888966"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:10.889568"], ["updated_at", "2020-11-21 14:53:10.889568"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:10.893923"], ["updated_at", "2020-11-21 14:53:10.893923"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:10.895123"], ["updated_at", "2020-11-21 14:53:10.895123"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:10.896200"], ["updated_at", "2020-11-21 14:53:10.896200"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:10.897265"], ["updated_at", "2020-11-21 14:53:10.897265"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:10.898318"], ["updated_at", "2020-11-21 14:53:10.898318"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:10.899382"], ["updated_at", "2020-11-21 14:53:10.899382"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:10.900566"], ["updated_at", "2020-11-21 14:53:10.900566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:10.902475"], ["updated_at", "2020-11-21 14:53:10.902475"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "60560 Edgardo Squares, Greenholtmouth, CT 07712-9215"], ["city", "East Myong"], ["country", "Poland"], ["description", "Repellendus repudiandae voluptas. Corrupti labore cum. Voluptatibus voluptatem mollitia. Et quos culpa."], ["email", "polly@example.biz"], ["first_name", "Truman"], ["firstname", "Alan"], ["last_name", "Casper"], ["lastname", "Crona"], ["lat", "35.95480040612114"], ["latitute", "17.941671036785706"], ["lng", "70.90987074092124"], ["locale", "CO"], ["longitude", "134.8745826953285"], ["middlename", "Grady"], ["middle_name", "Kerluke"], ["password", "Z0hScFiI"], ["phone", "1-107-119-8347 x3231"], ["phone_number", "(992) 205-8126 x551"], ["reference", "c7791a1d-0ad4-407a-8175-1a8c5415dfa4"], ["title", "Voluptatem fugiat deleniti quo assumenda illum."], ["user_name", "donnette.dooley"], ["username", "joel_renner"], ["uuid", "31602894-7748-4f66-9a70-7cd1009c16c2"], ["created_at", "2020-11-21 14:53:10.929356"], ["updated_at", "2020-11-21 14:53:10.929356"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "51803 Carter Land, South Aimeeville, CO 35325-9642"], ["city", "North Brunoshire"], ["country", "Vanuatu"], ["description", "Perferendis sequi dolor. Asperiores quia qui. Sed rerum laudantium. Praesentium et occaecati. Unde magni cupiditate."], ["email", "tod_rutherford@example.biz"], ["first_name", "Markus"], ["firstname", "Nancee"], ["last_name", "Baumbach"], ["lastname", "Dickinson"], ["lat", "-47.97903937198972"], ["latitute", "69.99111258624526"], ["lng", "2.9850443855017375"], ["locale", "LT"], ["longitude", "82.78164300714695"], ["middlename", "Monahan"], ["middle_name", "Pouros"], ["password", "T1yF3j5DoX0uY"], ["phone", "(998) 030-3109"], ["phone_number", "117-767-2773 x18364"], ["reference", "e39d300c-ef09-44b1-9f60-3f8e5012b321"], ["title", "Iure quia eos incidunt minus."], ["user_name", "chantelle.rosenbaum"], ["username", "keith.collins"], ["uuid", "ec1b6e11-e8ee-4d87-85dc-f11611adbbbc"], ["created_at", "2020-11-21 14:53:10.956399"], ["updated_at", "2020-11-21 14:53:10.956399"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "703 McCullough Forges, West Van, KS 25187"], ["city", "Beahanland"], ["country", "Heard Island and McDonald Islands"], ["description", "Iure ipsum et. Ut non quasi."], ["email", "estelle@example.name"], ["first_name", "Abel"], ["firstname", "Guillermo"], ["last_name", "Langosh"], ["lastname", "Luettgen"], ["lat", "86.0095987788865"], ["latitute", "-52.608825967926194"], ["lng", "-35.75453791961951"], ["locale", "VE"], ["longitude", "-20.078340410316855"], ["middlename", "Pagac"], ["middle_name", "Bogisich"], ["password", "Wz1UfEqTlIh4IbL"], ["phone", "(404) 513-8220 x3237"], ["phone_number", "656-566-4726"], ["reference", "60fc9ec0-4770-4fb7-b6f8-4e59249c4a87"], ["title", "Nihil voluptatem repellat enim."], ["user_name", "laveta.swaniawski"], ["username", "charla.frami"], ["uuid", "1dab405a-64b1-4e7b-b79f-929f5ef19e13"], ["created_at", "2020-11-21 14:53:10.984918"], ["updated_at", "2020-11-21 14:53:10.984918"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 485 8424 Jeana Corners, North Velda, IN 16954"], ["city", "Deanfurt"], ["country", "Chile"], ["description", "Recusandae libero quis. Et voluptatem numquam. Tempore vel nobis. Nihil necessitatibus ex."], ["email", "kyra_yost@example.org"], ["first_name", "Fermina"], ["firstname", "Tory"], ["last_name", "Kihn"], ["lastname", "Bosco"], ["lat", "-16.58834415284153"], ["latitute", "56.48811953823153"], ["lng", "-53.439329862007796"], ["locale", "SJ"], ["longitude", "-154.6066734570856"], ["middlename", "Stokes"], ["middle_name", "Ullrich"], ["password", "UpZgG7090lLaKyB"], ["phone", "1-476-637-3425"], ["phone_number", "(790) 034-2526"], ["reference", "985ebc44-b0cc-4f55-900c-a2649c5fc748"], ["title", "Laboriosam ipsa perspiciatis cum eum."], ["user_name", "mack"], ["username", "conchita.west"], ["uuid", "0c1b099f-9a64-48f7-999b-e348a7154415"], ["created_at", "2020-11-21 14:53:11.023868"], ["updated_at", "2020-11-21 14:53:11.023868"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "958 Anthony Throughway, South Lizamouth, PA 99413-2429"], ["city", "South Catricefort"], ["country", "Japan"], ["description", "Dolor necessitatibus libero. Impedit ex non."], ["email", "quinton_schneider@example.name"], ["first_name", "Gertrud"], ["firstname", "Antwan"], ["last_name", "Nolan"], ["lastname", "Hudson"], ["lat", "26.00214475726665"], ["latitute", "28.21942619726417"], ["lng", "90.49645150741924"], ["locale", "LS"], ["longitude", "-6.380367147433418"], ["middlename", "Dibbert"], ["middle_name", "Purdy"], ["password", "GvN5xRnS3lQm"], ["phone", "(680) 437-9771"], ["phone_number", "1-150-589-3722"], ["reference", "5223f82f-7919-4ac4-9722-a341c30aa9c9"], ["title", "Ut sed sunt."], ["user_name", "alvin"], ["username", "mabelle"], ["uuid", "95f34ab0-7b75-4408-a1dc-99b10b1464c1"], ["created_at", "2020-11-21 14:53:11.052360"], ["updated_at", "2020-11-21 14:53:11.052360"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "80315 Natisha Mission, South Jamisonmouth, NV 74512"], ["city", "Port Tonette"], ["country", "Panama"], ["description", "Impedit nihil fuga. Esse est quos."], ["email", "terina.bednar@example.net"], ["first_name", "Iliana"], ["firstname", "Beverlee"], ["last_name", "Cassin"], ["lastname", "Rutherford"], ["lat", "6.951232977080764"], ["latitute", "16.30067541815461"], ["lng", "37.610939035483284"], ["locale", "SE"], ["longitude", "-62.082613836572406"], ["middlename", "Wolff"], ["middle_name", "Wisoky"], ["password", "NrV7t34SaW"], ["phone", "(475) 337-9298 x5556"], ["phone_number", "(823) 072-4998 x135"], ["reference", "03ebae11-075a-4bd6-803c-b0230bbe3fd6"], ["title", "Neque incidunt non voluptatum odit."], ["user_name", "jean"], ["username", "latashia"], ["uuid", "ee303d2d-4458-4002-a9d9-8b459a422906"], ["created_at", "2020-11-21 14:53:11.077081"], ["updated_at", "2020-11-21 14:53:11.077081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 395 410 Dicki Centers, West Patricia, UT 78773-2741"], ["city", "North Young"], ["country", "New Caledonia"], ["description", "Quibusdam veritatis aut. Consequatur adipisci magni. Aut quos tempora. Ducimus quam quia. Nihil repellendus iusto."], ["email", "roscoe_wilkinson@example.co"], ["first_name", "Ty"], ["firstname", "Adelaide"], ["last_name", "Lynch"], ["lastname", "Cartwright"], ["lat", "31.405279560740425"], ["latitute", "-50.01827161078894"], ["lng", "13.047269754406358"], ["locale", "GH"], ["longitude", "41.582828388538246"], ["middlename", "Bauch"], ["middle_name", "Miller"], ["password", "X53dNdMh0Xr"], ["phone", "570-620-3078 x08973"], ["phone_number", "843-241-5737 x53268"], ["reference", "74a7aa10-1203-4f49-9b6c-735cb108b5ce"], ["title", "Distinctio molestias numquam sit esse."], ["user_name", "patty"], ["username", "vito"], ["uuid", "ba1ee207-11e2-41e4-bf1b-c4aa6a857fbf"], ["created_at", "2020-11-21 14:53:11.101716"], ["updated_at", "2020-11-21 14:53:11.101716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 553 25396 Pacocha Mills, Velvaland, AR 58785"], ["city", "Corwinview"], ["country", "Colombia"], ["description", "Nesciunt iusto ipsam. Ea sequi tempore."], ["email", "kareen@example.biz"], ["first_name", "Georgeanna"], ["firstname", "Miquel"], ["last_name", "McGlynn"], ["lastname", "Schmidt"], ["lat", "-65.46511821147219"], ["latitute", "-75.65630931446701"], ["lng", "-43.00111253678983"], ["locale", "SG"], ["longitude", "-52.87619739345841"], ["middlename", "Windler"], ["middle_name", "Will"], ["password", "3WrNyPgPr24"], ["phone", "(847) 516-4211"], ["phone_number", "1-160-270-8979"], ["reference", "1f4ccd64-e49d-432d-bc6e-28757facb3fc"], ["title", "Necessitatibus et eum et officia."], ["user_name", "cristi"], ["username", "sheri_will"], ["uuid", "94e19e0a-3103-431d-ad89-fcd628021e6f"], ["created_at", "2020-11-21 14:53:11.126180"], ["updated_at", "2020-11-21 14:53:11.126180"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:53:11.130876"], ["updated_at", "2020-11-21 14:53:11.130876"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 14:53:11.132195"], ["updated_at", "2020-11-21 14:53:11.132195"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-21 14:53:11.133349"], ["updated_at", "2020-11-21 14:53:11.133349"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:53:11.134468"], ["updated_at", "2020-11-21 14:53:11.134468"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:53:11.135597"], ["updated_at", "2020-11-21 14:53:11.135597"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:53:11.136710"], ["updated_at", "2020-11-21 14:53:11.136710"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:53:11.137828"], ["updated_at", "2020-11-21 14:53:11.137828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-21 14:53:11.138959"], ["updated_at", "2020-11-21 14:53:11.138959"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:11.158133"], ["updated_at", "2020-11-21 14:53:11.158133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:11.158963"], ["updated_at", "2020-11-21 14:53:11.158963"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:11.159614"], ["updated_at", "2020-11-21 14:53:11.159614"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:11.160229"], ["updated_at", "2020-11-21 14:53:11.160229"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:11.160843"], ["updated_at", "2020-11-21 14:53:11.160843"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:11.161453"], ["updated_at", "2020-11-21 14:53:11.161453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:11.162067"], ["updated_at", "2020-11-21 14:53:11.162067"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:11.162675"], ["updated_at", "2020-11-21 14:53:11.162675"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:53:11.165480"], ["updated_at", "2020-11-21 14:53:11.165480"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:53:11.166181"], ["updated_at", "2020-11-21 14:53:11.166181"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:53:11.166824"], ["updated_at", "2020-11-21 14:53:11.166824"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:53:11.167469"], ["updated_at", "2020-11-21 14:53:11.167469"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:53:11.168115"], ["updated_at", "2020-11-21 14:53:11.168115"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:53:11.168773"], ["updated_at", "2020-11-21 14:53:11.168773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:53:11.169426"], ["updated_at", "2020-11-21 14:53:11.169426"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:53:11.170074"], ["updated_at", "2020-11-21 14:53:11.170074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.0ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.8ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (2.0ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.9ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (2.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.9ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "415 Kris Islands, Lake Marlin, ID 56354"], ["city", "East Evalyn"], ["country", "Egypt"], ["description", "Qui aliquid hic. Nihil sit est."], ["email", "willie_kutch@example.io"], ["first_name", "Vance"], ["firstname", "Jewel"], ["last_name", "Hudson"], ["lastname", "Morar"], ["lat", "36.17772673086256"], ["latitute", "-34.64284871167009"], ["lng", "48.75570031613407"], ["locale", "AM"], ["longitude", "-164.44024996235828"], ["middlename", "Keebler"], ["middle_name", "Nitzsche"], ["password", "HnG7i1ChC6z"], ["phone", "718.835.2168 x378"], ["phone_number", "(483) 838-4878"], ["reference", "41ef8d41-80ed-44d8-9231-232aec3c8569"], ["title", "Et et repellat tempora."], ["user_name", "shara"], ["username", "owen"], ["uuid", "5555f772-3b5e-4971-be64-e149151f090a"], ["created_at", "2020-11-21 14:53:56.929303"], ["updated_at", "2020-11-21 14:53:56.929303"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "21134 Olson Cape, Sawaynside, SC 91885"], ["city", "Blockfurt"], ["country", "Bermuda"], ["description", "Consequatur vel dicta. Eum distinctio sequi. Et illum fugiat."], ["email", "bernetta@example.co"], ["first_name", "Marianna"], ["firstname", "Tomi"], ["last_name", "Kilback"], ["lastname", "Hettinger"], ["lat", "1.1836281526644967"], ["latitute", "31.15357997258593"], ["lng", "132.938446508477"], ["locale", "SL"], ["longitude", "-54.893785895651135"], ["middlename", "Gleason"], ["middle_name", "Ratke"], ["password", "Gf9Tt71Ck"], ["phone", "790-840-2387 x790"], ["phone_number", "403-631-4442 x939"], ["reference", "4cbdaf77-0989-4f61-a55d-bbf936a38b35"], ["title", "Explicabo laborum incidunt."], ["user_name", "aron.dickens"], ["username", "thresa_moore"], ["uuid", "460e7ca1-b61b-441c-b408-4663cc04bf96"], ["created_at", "2020-11-21 14:53:56.953437"], ["updated_at", "2020-11-21 14:53:56.953437"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 552 8898 Stamm Falls, Winfordhaven, KS 25161"], ["city", "Cummeratabury"], ["country", "French Southern Territories"], ["description", "Temporibus id ullam. Culpa occaecati et. Officia rem eos."], ["email", "archie@example.info"], ["first_name", "Darrell"], ["firstname", "Carmella"], ["last_name", "Feil"], ["lastname", "Lockman"], ["lat", "81.43175572962559"], ["latitute", "-40.16843701876446"], ["lng", "78.65069156453904"], ["locale", "AT"], ["longitude", "111.94747899814655"], ["middlename", "Greenfelder"], ["middle_name", "Langosh"], ["password", "RxTqXsPy"], ["phone", "357.077.9117"], ["phone_number", "513-928-6715 x481"], ["reference", "bbf522ce-2c07-4974-b7fd-425d58415d22"], ["title", "Omnis qui accusamus."], ["user_name", "tijuana_baumbach"], ["username", "filomena_grant"], ["uuid", "70328fdb-8c17-4a5d-9bc2-37a3671bf929"], ["created_at", "2020-11-21 14:53:56.977280"], ["updated_at", "2020-11-21 14:53:56.977280"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "5663 Grant Plaza, Harlandport, CA 29261-0341"], ["city", "Lake Freddy"], ["country", "United Kingdom"], ["description", "A aut consequatur. Ex excepturi placeat. Facilis et minus. Aliquid porro deleniti."], ["email", "nickolas@example.net"], ["first_name", "Tennie"], ["firstname", "Pearlene"], ["last_name", "Dach"], ["lastname", "Rau"], ["lat", "-53.60423157062539"], ["latitute", "-39.46156215699004"], ["lng", "-148.78445036653588"], ["locale", "ML"], ["longitude", "87.58264854718425"], ["middlename", "Lowe"], ["middle_name", "Homenick"], ["password", "2Et305CzGy7I83"], ["phone", "1-141-382-7010 x7458"], ["phone_number", "924-339-5658 x086"], ["reference", "a4f222a3-c06c-4641-b42b-ccce80e30b2d"], ["title", "Ullam consequuntur possimus quis pariatur impedit."], ["user_name", "patricia.mcglynn"], ["username", "ethyl"], ["uuid", "6a5f92ed-f1f7-4cd4-ac49-e27886fc206a"], ["created_at", "2020-11-21 14:53:57.009893"], ["updated_at", "2020-11-21 14:53:57.009893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2509 Merle Cliffs, Miltonview, OK 30477"], ["city", "Wolffview"], ["country", "Bolivia"], ["description", "Dicta dolor quos. Cupiditate totam repudiandae. Ut quos laudantium."], ["email", "kelley@example.info"], ["first_name", "Oscar"], ["firstname", "Royce"], ["last_name", "Orn"], ["lastname", "Rowe"], ["lat", "-80.57490056490343"], ["latitute", "-76.58450153194295"], ["lng", "126.20478556559175"], ["locale", "PM"], ["longitude", "-158.50893773335397"], ["middlename", "Greenholt"], ["middle_name", "Beer"], ["password", "UqXuJd0QbK6"], ["phone", "1-832-904-8030"], ["phone_number", "1-560-388-4102"], ["reference", "94191a5a-1c64-4d81-a356-0e99c75ac216"], ["title", "Doloremque nulla iusto est rerum et."], ["user_name", "lesley"], ["username", "alison_goyette"], ["uuid", "31afe79e-76c1-428d-93c0-830fcc034af3"], ["created_at", "2020-11-21 14:53:57.034438"], ["updated_at", "2020-11-21 14:53:57.034438"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "64918 Ethel Squares, Leshaven, IN 76494-7235"], ["city", "Bricebury"], ["country", "Uruguay"], ["description", "In veritatis quia. Facilis et qui. Reiciendis occaecati quisquam. Laboriosam perspiciatis enim."], ["email", "jeneva.zboncak@example.co"], ["first_name", "Lyda"], ["firstname", "Caterina"], ["last_name", "Becker"], ["lastname", "Daniel"], ["lat", "-17.125246082940038"], ["latitute", "-80.14131918094414"], ["lng", "115.50161113950611"], ["locale", "BW"], ["longitude", "17.67233534264372"], ["middlename", "Kuhn"], ["middle_name", "Ondricka"], ["password", "DdO2tN70k"], ["phone", "1-327-559-3708 x09161"], ["phone_number", "(785) 612-0717 x300"], ["reference", "f7085efe-0c71-438c-a147-2f7e04883f14"], ["title", "Explicabo dolor amet sed."], ["user_name", "manuel"], ["username", "carlota"], ["uuid", "49aff546-0730-4214-ab36-2e9e71f3370f"], ["created_at", "2020-11-21 14:53:57.058709"], ["updated_at", "2020-11-21 14:53:57.058709"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 487 463 Filiberto Knoll, Konopelskihaven, IL 61154"], ["city", "Schummbury"], ["country", "Timor-Leste"], ["description", "Ipsam et quis. Tempore harum sapiente. Nihil et adipisci. Quos velit sed. Placeat saepe quod."], ["email", "tony.harber@example.name"], ["first_name", "Paris"], ["firstname", "Wilbert"], ["last_name", "Reichert"], ["lastname", "Howe"], ["lat", "75.11651258609263"], ["latitute", "-12.416959947293662"], ["lng", "178.38430491134892"], ["locale", "ST"], ["longitude", "-151.3267014042933"], ["middlename", "Witting"], ["middle_name", "Ziemann"], ["password", "7EjQm2KpBlB"], ["phone", "(208) 970-1554"], ["phone_number", "162-314-5672 x44246"], ["reference", "623c1e56-c46f-41d8-917a-367426e66919"], ["title", "Nulla quam laudantium ex et."], ["user_name", "luna.adams"], ["username", "tory.pagac"], ["uuid", "8f964b74-9334-4923-93d2-05ba41a94f8f"], ["created_at", "2020-11-21 14:53:57.083020"], ["updated_at", "2020-11-21 14:53:57.083020"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 514 34091 Jeannetta Dam, Kuhicfort, UT 05720"], ["city", "Kristelton"], ["country", "Indonesia"], ["description", "Odio aperiam autem. Voluptates quia aut. Eos libero esse. Quam cupiditate id."], ["email", "tamesha.jones@example.info"], ["first_name", "Kelle"], ["firstname", "Shaquita"], ["last_name", "Cartwright"], ["lastname", "Marks"], ["lat", "-65.3435793770452"], ["latitute", "-69.77094422575023"], ["lng", "126.8245220848969"], ["locale", "CA"], ["longitude", "158.9689474388981"], ["middlename", "Hegmann"], ["middle_name", "Ullrich"], ["password", "XcD0nU9cGbS8g6"], ["phone", "1-158-167-5573 x377"], ["phone_number", "1-293-965-4598"], ["reference", "80d7f326-168b-431c-a635-130106ee5902"], ["title", "Eligendi qui nobis dolorum consequatur suscipit."], ["user_name", "blanca"], ["username", "janette"], ["uuid", "a2911481-eb6e-4e8b-9846-d8a2976257b9"], ["created_at", "2020-11-21 14:53:57.114137"], ["updated_at", "2020-11-21 14:53:57.114137"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "93289 Lewis Circle, Dibbertstad, MD 39737"], ["city", "Farrellmouth"], ["country", "Estonia"], ["description", "Tempora quaerat vero. Neque est deserunt. Laudantium nam et. Placeat necessitatibus voluptatum. Consequatur sed quasi."], ["email", "brianne@example.info"], ["first_name", "Noel"], ["firstname", "German"], ["last_name", "McDermott"], ["lastname", "Ryan"], ["lat", "50.10464154009273"], ["latitute", "-22.60804770558343"], ["lng", "14.911980405475418"], ["locale", "MM"], ["longitude", "-80.03672993641973"], ["middlename", "Weber"], ["middle_name", "Predovic"], ["password", "T132g95Tq4If3"], ["phone", "340.910.9003 x1919"], ["phone_number", "(895) 514-0606 x151"], ["reference", "1bc7b4ee-e37f-4bee-a793-3e2863dc6eb7"], ["title", "Voluptas cum autem sunt."], ["user_name", "toby.mcclure"], ["username", "drew"], ["uuid", "51fb280a-20cb-47b3-9011-29ca559d37ad"], ["created_at", "2020-11-21 14:53:57.138665"], ["updated_at", "2020-11-21 14:53:57.138665"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 561 6277 Saul Valleys, Olsonside, DE 65420-6066"], ["city", "New Freeman"], ["country", "Botswana"], ["description", "Quia odit aut. Facere magni autem. Commodi ex incidunt."], ["email", "gerardo@example.co"], ["first_name", "Thaddeus"], ["firstname", "Ariana"], ["last_name", "Haag"], ["lastname", "Cremin"], ["lat", "58.834793749582076"], ["latitute", "15.255848060658494"], ["lng", "51.58710185809011"], ["locale", "TK"], ["longitude", "140.90902918582316"], ["middlename", "Adams"], ["middle_name", "Orn"], ["password", "9R4j86Gr8D"], ["phone", "1-431-499-9464"], ["phone_number", "1-742-338-4024 x49478"], ["reference", "898a7956-cb8d-48b6-b540-6f653de42028"], ["title", "Enim possimus qui ut est."], ["user_name", "scottie.murphy"], ["username", "racquel_davis"], ["uuid", "db3a5d14-1e4a-4ecb-8dd4-eb94b4e511e3"], ["created_at", "2020-11-21 14:53:57.162796"], ["updated_at", "2020-11-21 14:53:57.162796"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 27], ["decimal", 6.38936509042661], ["string", "Ullam et omnis vel cum."], ["date", "2020-11-15"], ["time", "2000-01-01 19:45:32.126830"], ["datetime", "2020-11-02 08:00:01.722246"], ["created_at", "2020-11-21 14:53:57.189381"], ["updated_at", "2020-11-21 14:53:57.189381"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 12.3831049769807], ["string", "Et aut in voluptatem quae."], ["created_at", "2020-11-21 14:53:57.206255"], ["updated_at", "2020-11-21 14:53:57.206255"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:53:57.213846"], ["updated_at", "2020-11-21 14:53:57.213846"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-21 14:53:57.220476"], ["updated_at", "2020-11-21 14:53:57.220476"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:53:57.226219"], ["updated_at", "2020-11-21 14:53:57.226219"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.232758"], ["updated_at", "2020-11-21 14:53:57.232758"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.238015"], ["updated_at", "2020-11-21 14:53:57.238015"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "59558 Tony Station, Port Elsie, MN 48235"], ["city", "Hodkiewiczbury"], ["country", "Nicaragua"], ["description", "Atque assumenda voluptatem. Error a autem. Odit et aliquam. Vero ea eos. Dolores expedita sunt."], ["email", "antone.beatty@example.info"], ["first_name", "Isiah"], ["firstname", "Cedrick"], ["last_name", "Funk"], ["lastname", "Cassin"], ["lat", "-10.780974971261358"], ["latitute", "59.74599102346508"], ["lng", "34.823591700101275"], ["locale", "MF"], ["longitude", "28.725141277865532"], ["middlename", "Mayer"], ["middle_name", "Zulauf"], ["password", "XkMi0B4mA1"], ["phone", "308-496-8911 x259"], ["phone_number", "(939) 669-5945 x01628"], ["reference", "94905234-a072-4c3f-82d7-ca215fa699c7"], ["title", "Dolore dolorum beatae aperiam."], ["user_name", "renita_tromp"], ["username", "carlee"], ["uuid", "e5db5469-4aab-4d5a-9eb7-7c874dcf8d77"], ["created_at", "2020-11-21 14:53:57.263380"], ["updated_at", "2020-11-21 14:53:57.263380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:53:57.267849"], ["updated_at", "2020-11-21 14:53:57.267849"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.277067"], ["updated_at", "2020-11-21 14:53:57.277067"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:53:57.279918"], ["updated_at", "2020-11-21 14:53:57.279918"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 10.4466123152403], ["string", "Ut esse asperiores placeat."], ["date", "2020-10-24"], ["time", "2000-01-01 13:18:02.917927"], ["datetime", "2020-12-10 19:01:58.474825"], ["created_at", "2020-11-21 14:53:57.287495"], ["updated_at", "2020-11-21 14:53:57.287495"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 24], ["decimal", 2.44598816720207], ["string", "Et quidem error nam sed."], ["date", "2020-11-16"], ["time", "2000-01-01 20:54:33.592716"], ["datetime", "2020-11-25 13:52:33.790940"], ["created_at", "2020-11-21 14:53:57.290478"], ["updated_at", "2020-11-21 14:53:57.290478"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 4.81100943225952], ["string", "Reprehenderit sint magnam dicta."], ["date", "2020-12-09"], ["time", "2000-01-01 12:54:42.050132"], ["datetime", "2020-11-20 07:21:51.636258"], ["created_at", "2020-11-21 14:53:57.293676"], ["updated_at", "2020-11-21 14:53:57.293676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 4.29271598035821], ["string", "Molestiae ut quos."], ["date", "2020-11-03"], ["time", "2000-01-01 11:34:11.677200"], ["datetime", "2020-11-27 12:11:29.304341"], ["created_at", "2020-11-21 14:53:57.296787"], ["updated_at", "2020-11-21 14:53:57.296787"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 24.8580662170368], ["string", "Et ratione sed maiores."], ["date", "2020-11-06"], ["time", "2000-01-01 21:49:19.226894"], ["datetime", "2021-01-01 15:17:46.608530"], ["created_at", "2020-11-21 14:53:57.299497"], ["updated_at", "2020-11-21 14:53:57.299497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 0.0626735797731844], ["string", "Et iure quaerat cupiditate facilis temporibus."], ["date", "2020-10-31"], ["time", "2000-01-01 16:44:30.891791"], ["datetime", "2020-11-07 08:58:37.221414"], ["created_at", "2020-11-21 14:53:57.301986"], ["updated_at", "2020-11-21 14:53:57.301986"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 0.812531451881916], ["string", "Doloribus rem dignissimos."], ["date", "2020-12-21"], ["time", "2000-01-01 18:59:02.585598"], ["datetime", "2020-11-18 09:27:22.463998"], ["created_at", "2020-11-21 14:53:57.304485"], ["updated_at", "2020-11-21 14:53:57.304485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 11.4408230813243], ["string", "Molestiae iure nobis et sed."], ["date", "2020-12-04"], ["time", "2000-01-01 14:16:35.594738"], ["datetime", "2020-10-10 20:39:30.630986"], ["created_at", "2020-11-21 14:53:57.307107"], ["updated_at", "2020-11-21 14:53:57.307107"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 15.043609587183], ["string", "Vitae voluptatum doloremque ut."], ["created_at", "2020-11-21 14:53:57.309445"], ["updated_at", "2020-11-21 14:53:57.309445"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", 1.97760815503872], ["string", "Earum tenetur excepturi aut inventore ut."], ["created_at", "2020-11-21 14:53:57.311457"], ["updated_at", "2020-11-21 14:53:57.311457"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1022], ["decimal", 2.39885642525794], ["string", "Rem reprehenderit similique harum."], ["created_at", "2020-11-21 14:53:57.313454"], ["updated_at", "2020-11-21 14:53:57.313454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 5.7796964802856], ["string", "Eveniet consequatur dolores ut molestiae aut."], ["created_at", "2020-11-21 14:53:57.315577"], ["updated_at", "2020-11-21 14:53:57.315577"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 11.7150550381614], ["string", "Consequuntur sunt voluptatem."], ["created_at", "2020-11-21 14:53:57.317480"], ["updated_at", "2020-11-21 14:53:57.317480"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 17.4593048225223], ["string", "Culpa voluptates quasi nulla."], ["created_at", "2020-11-21 14:53:57.319312"], ["updated_at", "2020-11-21 14:53:57.319312"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1028], ["decimal", 2.19611970660157], ["string", "Laboriosam est minus consequatur et quos."], ["created_at", "2020-11-21 14:53:57.321119"], ["updated_at", "2020-11-21 14:53:57.321119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 17.1941602230234], ["string", "Dolorem enim earum."], ["created_at", "2020-11-21 14:53:57.322993"], ["updated_at", "2020-11-21 14:53:57.322993"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:53:57.324387"], ["updated_at", "2020-11-21 14:53:57.324387"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:53:57.325572"], ["updated_at", "2020-11-21 14:53:57.325572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-21 14:53:57.326648"], ["updated_at", "2020-11-21 14:53:57.326648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:53:57.327726"], ["updated_at", "2020-11-21 14:53:57.327726"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-21 14:53:57.328797"], ["updated_at", "2020-11-21 14:53:57.328797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:53:57.329892"], ["updated_at", "2020-11-21 14:53:57.329892"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:53:57.330966"], ["updated_at", "2020-11-21 14:53:57.330966"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:53:57.332036"], ["updated_at", "2020-11-21 14:53:57.332036"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 7], ["created_at", "2020-11-21 14:53:57.333581"], ["updated_at", "2020-11-21 14:53:57.333581"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 6], ["created_at", "2020-11-21 14:53:57.335108"], ["updated_at", "2020-11-21 14:53:57.335108"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 7], ["created_at", "2020-11-21 14:53:57.336599"], ["updated_at", "2020-11-21 14:53:57.336599"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 3], ["created_at", "2020-11-21 14:53:57.338067"], ["updated_at", "2020-11-21 14:53:57.338067"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-21 14:53:57.339533"], ["updated_at", "2020-11-21 14:53:57.339533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 6], ["created_at", "2020-11-21 14:53:57.340983"], ["updated_at", "2020-11-21 14:53:57.340983"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 7], ["created_at", "2020-11-21 14:53:57.342432"], ["updated_at", "2020-11-21 14:53:57.342432"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-21 14:53:57.343900"], ["updated_at", "2020-11-21 14:53:57.343900"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-21 14:53:57.345098"], ["updated_at", "2020-11-21 14:53:57.345098"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (1.5ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 14:53:57.353696"], ["updated_at", "2020-11-21 14:53:57.353696"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 14:53:57.356838"], ["updated_at", "2020-11-21 14:53:57.356838"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-21 14:53:57.358265"], ["updated_at", "2020-11-21 14:53:57.358265"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-21 14:53:57.359617"], ["updated_at", "2020-11-21 14:53:57.359617"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-21 14:53:57.360948"], ["updated_at", "2020-11-21 14:53:57.360948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 14:53:57.362232"], ["updated_at", "2020-11-21 14:53:57.362232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-21 14:53:57.363528"], ["updated_at", "2020-11-21 14:53:57.363528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.364348"], ["updated_at", "2020-11-21 14:53:57.364348"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.365094"], ["updated_at", "2020-11-21 14:53:57.365094"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.365808"], ["updated_at", "2020-11-21 14:53:57.365808"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.366533"], ["updated_at", "2020-11-21 14:53:57.366533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.367238"], ["updated_at", "2020-11-21 14:53:57.367238"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.367936"], ["updated_at", "2020-11-21 14:53:57.367936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.368654"], ["updated_at", "2020-11-21 14:53:57.368654"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.369336"], ["updated_at", "2020-11-21 14:53:57.369336"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.370724"], ["updated_at", "2020-11-21 14:53:57.370724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.372001"], ["updated_at", "2020-11-21 14:53:57.372001"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.373263"], ["updated_at", "2020-11-21 14:53:57.373263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.374473"], ["updated_at", "2020-11-21 14:53:57.374473"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.375668"], ["updated_at", "2020-11-21 14:53:57.375668"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.376898"], ["updated_at", "2020-11-21 14:53:57.376898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.378030"], ["updated_at", "2020-11-21 14:53:57.378030"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.379153"], ["updated_at", "2020-11-21 14:53:57.379153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7711 Marvin Walk, New Gil, MN 44296-3320"], ["city", "Nelsonberg"], ["country", "Antarctica (the territory South of 60 deg S)"], ["description", "Nesciunt et vero. Enim nihil omnis. Minima doloremque qui. Laborum ducimus neque. Culpa quo dolor."], ["email", "celinda@example.io"], ["first_name", "Jolene"], ["firstname", "Eugena"], ["last_name", "Macejkovic"], ["lastname", "Prohaska"], ["lat", "-18.95599867779444"], ["latitute", "-60.190721903696435"], ["lng", "175.21621420935514"], ["locale", "AD"], ["longitude", "134.62529106658837"], ["middlename", "Metz"], ["middle_name", "Welch"], ["password", "Nf7S8yRdV"], ["phone", "1-564-531-5028 x59253"], ["phone_number", "1-266-082-7895 x62003"], ["reference", "c9ef925b-2dea-4297-a0b0-2ccc365170f8"], ["title", "Magnam cupiditate nisi enim."], ["user_name", "antonina.kirlin"], ["username", "shirley"], ["uuid", "fb682aa0-e1ff-43b2-86ad-e3f443a3f421"], ["created_at", "2020-11-21 14:53:57.403891"], ["updated_at", "2020-11-21 14:53:57.403891"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "626 Carter Extension, New Magdalenechester, NV 59268"], ["city", "Smithfurt"], ["country", "Ghana"], ["description", "Expedita incidunt at. Accusamus non culpa."], ["email", "jame_carroll@example.info"], ["first_name", "Quinton"], ["firstname", "Wan"], ["last_name", "Lind"], ["lastname", "Pfeffer"], ["lat", "83.59805580330959"], ["latitute", "-74.33964303951431"], ["lng", "-117.49064805242068"], ["locale", "CI"], ["longitude", "-33.54222565621163"], ["middlename", "Cremin"], ["middle_name", "Zieme"], ["password", "Zb9PrD6n"], ["phone", "(332) 758-7980"], ["phone_number", "715-213-4548"], ["reference", "a6f1dd2a-78d5-4162-be12-66252526de45"], ["title", "A quisquam cupiditate sint sunt."], ["user_name", "regena.spinka"], ["username", "jorge"], ["uuid", "b551bc19-005b-4bc6-b836-e72fc6a1ab84"], ["created_at", "2020-11-21 14:53:57.428078"], ["updated_at", "2020-11-21 14:53:57.428078"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 650 426 Cormier Port, O'Connellton, MN 51766-0106"], ["city", "Port Ludie"], ["country", "Niger"], ["description", "Magnam sed est. Necessitatibus corrupti aut. Impedit necessitatibus est. Voluptatibus recusandae ut."], ["email", "illa@example.name"], ["first_name", "Moshe"], ["firstname", "Ike"], ["last_name", "Johnson"], ["lastname", "Gislason"], ["lat", "71.81440043320003"], ["latitute", "58.35335874466881"], ["lng", "75.7950997135556"], ["locale", "DO"], ["longitude", "-138.63903945599773"], ["middlename", "Towne"], ["middle_name", "Weimann"], ["password", "Va2AkLkLxNs"], ["phone", "801.360.4829 x03650"], ["phone_number", "509-171-4195 x137"], ["reference", "f38adcf2-f1ac-4aa9-bf17-30aca2624d3e"], ["title", "Sed qui quod porro deleniti nihil."], ["user_name", "henry_walker"], ["username", "felisha"], ["uuid", "8875bbfc-48d6-4933-ba39-38f32d2b1af6"], ["created_at", "2020-11-21 14:53:57.452223"], ["updated_at", "2020-11-21 14:53:57.452223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1617 Mertz Crossroad, Port Erasmochester, RI 61524"], ["city", "West Lashunda"], ["country", "Georgia"], ["description", "Totam molestias nemo. Est molestiae amet."], ["email", "kyra_borer@example.co"], ["first_name", "Alton"], ["firstname", "Jacqualine"], ["last_name", "Casper"], ["lastname", "Wuckert"], ["lat", "74.38823840763496"], ["latitute", "68.64599576500655"], ["lng", "0.4364040656317343"], ["locale", "MK"], ["longitude", "-4.0059156205344095"], ["middlename", "Wisoky"], ["middle_name", "Schmidt"], ["password", "Im52YcL0xMqX"], ["phone", "420-110-4764 x889"], ["phone_number", "575-082-3943"], ["reference", "fb3c6265-c1e8-485a-9504-8eacfb8e8037"], ["title", "Fuga harum et."], ["user_name", "sebastian.olson"], ["username", "martina_mosciski"], ["uuid", "69bf5d37-ec0a-497f-8fbf-bccfea41a0ef"], ["created_at", "2020-11-21 14:53:57.484118"], ["updated_at", "2020-11-21 14:53:57.484118"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 757 932 Jeffry Radial, Ismaelshire, AK 92845-8811"], ["city", "Kuhnview"], ["country", "Austria"], ["description", "Voluptatibus ipsam consequatur. Laborum nesciunt id."], ["email", "penni@example.org"], ["first_name", "Lissette"], ["firstname", "Adriene"], ["last_name", "MacGyver"], ["lastname", "Halvorson"], ["lat", "-50.10597576923808"], ["latitute", "-38.71684932408904"], ["lng", "-161.87003635536072"], ["locale", "FI"], ["longitude", "55.621827561099536"], ["middlename", "Medhurst"], ["middle_name", "Wilderman"], ["password", "SwRaGhJk3IbZg1Kw"], ["phone", "244.983.4351"], ["phone_number", "(219) 692-7552 x4050"], ["reference", "83a8cc76-442a-417e-ae83-108b8df956ee"], ["title", "Voluptatem nihil rerum possimus hic."], ["user_name", "maryetta"], ["username", "marvin_schimmel"], ["uuid", "6d2afaf5-e005-41d5-aab8-ff658e9b2fa5"], ["created_at", "2020-11-21 14:53:57.508920"], ["updated_at", "2020-11-21 14:53:57.508920"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 955 372 Henrietta Key, Kemmerville, HI 31192"], ["city", "Considineburgh"], ["country", "Hungary"], ["description", "Id architecto aperiam. Illum at consequatur."], ["email", "kathlene@example.name"], ["first_name", "Noella"], ["firstname", "Galen"], ["last_name", "Morar"], ["lastname", "Stiedemann"], ["lat", "38.1537564867503"], ["latitute", "-7.254279199765762"], ["lng", "66.71628335282838"], ["locale", "GF"], ["longitude", "144.75742997100053"], ["middlename", "Schmidt"], ["middle_name", "Kuhn"], ["password", "OgPmN6xQ"], ["phone", "954.004.2527 x919"], ["phone_number", "(681) 015-5847 x83825"], ["reference", "b8e9dd3e-7608-4238-b514-90e52304677b"], ["title", "Tempore qui ut minus."], ["user_name", "tessie"], ["username", "nakesha.cummerata"], ["uuid", "27da7a6d-0884-4eea-a1b4-aa0b0e8e0232"], ["created_at", "2020-11-21 14:53:57.533166"], ["updated_at", "2020-11-21 14:53:57.533166"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "676 Kuhic Islands, Telmaberg, AR 02488"], ["city", "Emilfort"], ["country", "Niger"], ["description", "Cum esse qui. Doloribus eligendi voluptatem."], ["email", "dewitt.corkery@example.net"], ["first_name", "Enoch"], ["firstname", "Dominique"], ["last_name", "Simonis"], ["lastname", "Wolff"], ["lat", "-68.10464858665357"], ["latitute", "78.97109877844312"], ["lng", "33.05544839739241"], ["locale", "AQ"], ["longitude", "55.618141091897655"], ["middlename", "Gutkowski"], ["middle_name", "Gleason"], ["password", "Mc80PfXvOpU9bB"], ["phone", "923.840.1777 x835"], ["phone_number", "1-695-679-4643"], ["reference", "58cad231-bc57-4ad9-8133-154cf9d05415"], ["title", "Quis voluptatem et."], ["user_name", "almeda"], ["username", "milo"], ["uuid", "7ad4324d-06a7-49c8-b601-078799196f70"], ["created_at", "2020-11-21 14:53:57.564112"], ["updated_at", "2020-11-21 14:53:57.564112"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 299 671 Stefany Motorway, Guadalupeburgh, AR 96666-5356"], ["city", "Jessiview"], ["country", "Costa Rica"], ["description", "Consequuntur quas rerum. Necessitatibus iusto eum. Minus neque quibusdam."], ["email", "chris@example.net"], ["first_name", "Moshe"], ["firstname", "Mitchel"], ["last_name", "Bailey"], ["lastname", "Reynolds"], ["lat", "85.65856246031197"], ["latitute", "-5.860922619890701"], ["lng", "-33.3390295754337"], ["locale", "AO"], ["longitude", "147.89387134984406"], ["middlename", "Adams"], ["middle_name", "Shanahan"], ["password", "MwE7w5Ex13XuH3i"], ["phone", "611-939-7186 x3700"], ["phone_number", "(375) 376-7428 x7048"], ["reference", "bea0be18-00b8-4b39-904f-06f64b6e23f0"], ["title", "Eligendi et autem in."], ["user_name", "adam"], ["username", "lindsy"], ["uuid", "6a56d923-08f3-4f5c-9dbe-1e41da047612"], ["created_at", "2020-11-21 14:53:57.589271"], ["updated_at", "2020-11-21 14:53:57.589271"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:53:57.591293"], ["updated_at", "2020-11-21 14:53:57.591293"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 14:53:57.592484"], ["updated_at", "2020-11-21 14:53:57.592484"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:53:57.593626"], ["updated_at", "2020-11-21 14:53:57.593626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-21 14:53:57.594746"], ["updated_at", "2020-11-21 14:53:57.594746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:53:57.595862"], ["updated_at", "2020-11-21 14:53:57.595862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:53:57.596972"], ["updated_at", "2020-11-21 14:53:57.596972"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:53:57.598070"], ["updated_at", "2020-11-21 14:53:57.598070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:53:57.599167"], ["updated_at", "2020-11-21 14:53:57.599167"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.615827"], ["updated_at", "2020-11-21 14:53:57.615827"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.616618"], ["updated_at", "2020-11-21 14:53:57.616618"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.617296"], ["updated_at", "2020-11-21 14:53:57.617296"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.617937"], ["updated_at", "2020-11-21 14:53:57.617937"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.618573"], ["updated_at", "2020-11-21 14:53:57.618573"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.619210"], ["updated_at", "2020-11-21 14:53:57.619210"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.619869"], ["updated_at", "2020-11-21 14:53:57.619869"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.620517"], ["updated_at", "2020-11-21 14:53:57.620517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:53:57.621206"], ["updated_at", "2020-11-21 14:53:57.621206"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:53:57.621898"], ["updated_at", "2020-11-21 14:53:57.621898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:53:57.622560"], ["updated_at", "2020-11-21 14:53:57.622560"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:53:57.623244"], ["updated_at", "2020-11-21 14:53:57.623244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:53:57.623904"], ["updated_at", "2020-11-21 14:53:57.623904"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:53:57.624561"], ["updated_at", "2020-11-21 14:53:57.624561"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:53:57.625222"], ["updated_at", "2020-11-21 14:53:57.625222"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:53:57.625880"], ["updated_at", "2020-11-21 14:53:57.625880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 2.27317439418703], ["string", "Sed dolore reprehenderit aut exercitationem."], ["date", "2020-10-22"], ["time", "2000-01-01 16:22:15.497654"], ["datetime", "2020-11-18 09:13:05.674984"], ["created_at", "2020-11-21 14:53:57.654741"], ["updated_at", "2020-11-21 14:53:57.654741"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 1.698430001385], ["string", "Quam nulla laboriosam."], ["date", "2020-12-30"], ["time", "2000-01-01 00:16:14.176260"], ["datetime", "2020-12-19 21:04:53.212702"], ["created_at", "2020-11-21 14:53:57.657661"], ["updated_at", "2020-11-21 14:53:57.657661"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 1.30331505249261], ["string", "Excepturi ut blanditiis iusto."], ["date", "2020-10-20"], ["time", "2000-01-01 04:01:15.396002"], ["datetime", "2020-12-07 16:26:52.382660"], ["created_at", "2020-11-21 14:53:57.660999"], ["updated_at", "2020-11-21 14:53:57.660999"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 22], ["decimal", 24.1685363450042], ["string", "Dolor et commodi quis."], ["date", "2020-12-13"], ["time", "2000-01-01 04:53:36.475779"], ["datetime", "2020-11-13 23:31:25.922429"], ["created_at", "2020-11-21 14:53:57.665812"], ["updated_at", "2020-11-21 14:53:57.665812"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 37.2907374052823], ["string", "Maiores nesciunt maxime dolores."], ["date", "2020-10-14"], ["time", "2000-01-01 09:51:05.642917"], ["datetime", "2020-11-28 09:27:07.678833"], ["created_at", "2020-11-21 14:53:57.668817"], ["updated_at", "2020-11-21 14:53:57.668817"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 25.9416562975847], ["string", "Omnis ut dicta et."], ["date", "2020-11-06"], ["time", "2000-01-01 04:34:11.516135"], ["datetime", "2020-12-21 00:19:40.888348"], ["created_at", "2020-11-21 14:53:57.671523"], ["updated_at", "2020-11-21 14:53:57.671523"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.674330"], ["updated_at", "2020-11-21 14:53:57.674330"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 12.0150597893668], ["string", "Quis reiciendis doloribus."], ["date", "2020-10-11"], ["time", "2000-01-01 19:38:56.144995"], ["datetime", "2020-11-10 09:49:59.263349"], ["created_at", "2020-11-21 14:53:57.703515"], ["updated_at", "2020-11-21 14:53:57.703515"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 26.5708461433364], ["string", "Nihil aut delectus dignissimos est magni."], ["date", "2020-12-22"], ["time", "2000-01-01 04:13:57.242518"], ["datetime", "2020-11-07 08:39:51.303708"], ["created_at", "2020-11-21 14:53:57.706712"], ["updated_at", "2020-11-21 14:53:57.706712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 6.82146599539222], ["string", "Non rem illo."], ["date", "2020-10-21"], ["time", "2000-01-01 15:18:26.074472"], ["datetime", "2020-11-16 14:36:40.991344"], ["created_at", "2020-11-21 14:53:57.710047"], ["updated_at", "2020-11-21 14:53:57.710047"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 4.93616762631699], ["string", "Doloribus iure molestias ipsam."], ["date", "2020-12-13"], ["time", "2000-01-01 09:47:10.121296"], ["datetime", "2020-10-12 23:31:21.560777"], ["created_at", "2020-11-21 14:53:57.714352"], ["updated_at", "2020-11-21 14:53:57.714352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 1.72415208202627], ["string", "Nulla omnis in."], ["date", "2020-11-10"], ["time", "2000-01-01 07:21:52.894829"], ["datetime", "2020-10-31 10:25:32.744186"], ["created_at", "2020-11-21 14:53:57.727211"], ["updated_at", "2020-11-21 14:53:57.727211"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 8.80030979260906], ["string", "Ipsa dicta ut."], ["date", "2020-10-24"], ["time", "2000-01-01 15:56:32.090529"], ["datetime", "2020-11-12 23:01:34.129695"], ["created_at", "2020-11-21 14:53:57.731817"], ["updated_at", "2020-11-21 14:53:57.731817"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 24], ["decimal", 5.31218461236037], ["string", "Labore quia voluptates voluptatibus suscipit."], ["date", "2020-12-22"], ["time", "2000-01-01 05:42:57.092691"], ["datetime", "2020-12-09 19:31:00.273780"], ["created_at", "2020-11-21 14:53:57.735864"], ["updated_at", "2020-11-21 14:53:57.735864"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 36.7875640624646], ["string", "Reiciendis fuga dolores earum."], ["date", "2021-01-01"], ["time", "2000-01-01 07:37:31.394162"], ["datetime", "2020-11-13 12:50:37.826948"], ["created_at", "2020-11-21 14:53:57.738959"], ["updated_at", "2020-11-21 14:53:57.738959"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 6.12331622259379], ["string", "Enim reiciendis et sit fugit."], ["created_at", "2020-11-21 14:53:57.742912"], ["updated_at", "2020-11-21 14:53:57.742912"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 10.7972905823156], ["string", "Voluptatem quia deserunt sapiente incidunt."], ["created_at", "2020-11-21 14:53:57.746733"], ["updated_at", "2020-11-21 14:53:57.746733"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1025], ["decimal", 1.72307196632165], ["string", "Non ea quo ut."], ["created_at", "2020-11-21 14:53:57.750674"], ["updated_at", "2020-11-21 14:53:57.750674"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 17.7066476063946], ["string", "Ad doloribus sed iste dolorem voluptas."], ["created_at", "2020-11-21 14:53:57.754329"], ["updated_at", "2020-11-21 14:53:57.754329"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 0.658181606713978], ["string", "Ut officia nostrum explicabo voluptatem."], ["created_at", "2020-11-21 14:53:57.757879"], ["updated_at", "2020-11-21 14:53:57.757879"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 12.5792760327343], ["string", "Aliquam fugiat inventore."], ["created_at", "2020-11-21 14:53:57.761128"], ["updated_at", "2020-11-21 14:53:57.761128"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 16.9695296879629], ["string", "Adipisci harum voluptatem totam quisquam."], ["created_at", "2020-11-21 14:53:57.764419"], ["updated_at", "2020-11-21 14:53:57.764419"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 3.84522955238199], ["string", "Ullam omnis rerum sint nam minima."], ["created_at", "2020-11-21 14:53:57.767407"], ["updated_at", "2020-11-21 14:53:57.767407"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:53:57.768862"], ["updated_at", "2020-11-21 14:53:57.768862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-21 14:53:57.770184"], ["updated_at", "2020-11-21 14:53:57.770184"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-21 14:53:57.771471"], ["updated_at", "2020-11-21 14:53:57.771471"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:53:57.772713"], ["updated_at", "2020-11-21 14:53:57.772713"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-21 14:53:57.773995"], ["updated_at", "2020-11-21 14:53:57.773995"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:53:57.775255"], ["updated_at", "2020-11-21 14:53:57.775255"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-21 14:53:57.776555"], ["updated_at", "2020-11-21 14:53:57.776555"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-21 14:53:57.777787"], ["updated_at", "2020-11-21 14:53:57.777787"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-21 14:53:57.779576"], ["updated_at", "2020-11-21 14:53:57.779576"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 6], ["created_at", "2020-11-21 14:53:57.781304"], ["updated_at", "2020-11-21 14:53:57.781304"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 7], ["created_at", "2020-11-21 14:53:57.783075"], ["updated_at", "2020-11-21 14:53:57.783075"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-21 14:53:57.784697"], ["updated_at", "2020-11-21 14:53:57.784697"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-21 14:53:57.786524"], ["updated_at", "2020-11-21 14:53:57.786524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 6], ["created_at", "2020-11-21 14:53:57.788605"], ["updated_at", "2020-11-21 14:53:57.788605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 8], ["created_at", "2020-11-21 14:53:57.790184"], ["updated_at", "2020-11-21 14:53:57.790184"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 3], ["created_at", "2020-11-21 14:53:57.791660"], ["updated_at", "2020-11-21 14:53:57.791660"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-21 14:53:57.792855"], ["updated_at", "2020-11-21 14:53:57.792855"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-21 14:53:57.793996"], ["updated_at", "2020-11-21 14:53:57.793996"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-21 14:53:57.795090"], ["updated_at", "2020-11-21 14:53:57.795090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-21 14:53:57.796211"], ["updated_at", "2020-11-21 14:53:57.796211"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-21 14:53:57.797301"], ["updated_at", "2020-11-21 14:53:57.797301"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-21 14:53:57.798454"], ["updated_at", "2020-11-21 14:53:57.798454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-21 14:53:57.799553"], ["updated_at", "2020-11-21 14:53:57.799553"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-21 14:53:57.800667"], ["updated_at", "2020-11-21 14:53:57.800667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.801364"], ["updated_at", "2020-11-21 14:53:57.801364"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.802008"], ["updated_at", "2020-11-21 14:53:57.802008"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.802619"], ["updated_at", "2020-11-21 14:53:57.802619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.803248"], ["updated_at", "2020-11-21 14:53:57.803248"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.803887"], ["updated_at", "2020-11-21 14:53:57.803887"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.804516"], ["updated_at", "2020-11-21 14:53:57.804516"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.805177"], ["updated_at", "2020-11-21 14:53:57.805177"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.805791"], ["updated_at", "2020-11-21 14:53:57.805791"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.807090"], ["updated_at", "2020-11-21 14:53:57.807090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.808261"], ["updated_at", "2020-11-21 14:53:57.808261"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.809384"], ["updated_at", "2020-11-21 14:53:57.809384"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.810493"], ["updated_at", "2020-11-21 14:53:57.810493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.811587"], ["updated_at", "2020-11-21 14:53:57.811587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.812672"], ["updated_at", "2020-11-21 14:53:57.812672"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.813751"], ["updated_at", "2020-11-21 14:53:57.813751"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:57.814846"], ["updated_at", "2020-11-21 14:53:57.814846"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "505 Jacki Mission, Lake Austin, RI 60853-7211"], ["city", "East Chris"], ["country", "Isle of Man"], ["description", "Possimus sit excepturi. Dolor qui rerum."], ["email", "wilmer_mueller@example.io"], ["first_name", "Kenyatta"], ["firstname", "Angella"], ["last_name", "Schowalter"], ["lastname", "Armstrong"], ["lat", "75.535680651619"], ["latitute", "21.210913244130438"], ["lng", "146.2546124846096"], ["locale", "GI"], ["longitude", "-137.94703587517222"], ["middlename", "Thiel"], ["middle_name", "Rutherford"], ["password", "77EuIbO1eL3bBsY8"], ["phone", "314.035.1914 x19078"], ["phone_number", "(649) 823-9390 x20269"], ["reference", "37448d9c-5837-4fd9-a50d-6a714801052d"], ["title", "Ut ratione est modi ut nemo."], ["user_name", "britta_kessler"], ["username", "denis.reilly"], ["uuid", "c55c7360-7944-40a2-8c20-04d960cf2904"], ["created_at", "2020-11-21 14:53:57.839231"], ["updated_at", "2020-11-21 14:53:57.839231"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "723 Mitchel Skyway, Deestad, AL 29367-8719"], ["city", "East Alfredside"], ["country", "Kuwait"], ["description", "Sint sapiente tempore. Eligendi autem qui. Perferendis aut est. Sit eum similique."], ["email", "dana@example.com"], ["first_name", "Joannie"], ["firstname", "Sandy"], ["last_name", "Fritsch"], ["lastname", "Bogisich"], ["lat", "72.80897529093988"], ["latitute", "-42.11359392076772"], ["lng", "-70.15289858949512"], ["locale", "SB"], ["longitude", "-113.12598242204933"], ["middlename", "Reinger"], ["middle_name", "Willms"], ["password", "IvXaL6h1QhF4k"], ["phone", "1-182-723-4582 x67064"], ["phone_number", "1-943-911-1970 x2723"], ["reference", "0eebadf1-cc39-43bf-a394-0c44c9251c2a"], ["title", "Excepturi maxime cumque."], ["user_name", "johnathan_schinner"], ["username", "jeanne"], ["uuid", "073eae93-bb18-459f-97c6-6a77ed285303"], ["created_at", "2020-11-21 14:53:57.863697"], ["updated_at", "2020-11-21 14:53:57.863697"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 466 893 Heaney Canyon, Port Lynwoodborough, LA 35104"], ["city", "Ziemeshire"], ["country", "Macao"], ["description", "Deserunt numquam pariatur. Iure ut delectus. Velit voluptatum omnis."], ["email", "christi_watsica@example.com"], ["first_name", "Katrice"], ["firstname", "Stormy"], ["last_name", "Wyman"], ["lastname", "Conn"], ["lat", "-66.07300427069413"], ["latitute", "-25.115717802875906"], ["lng", "-41.124571812801264"], ["locale", "ZA"], ["longitude", "111.86359516013727"], ["middlename", "White"], ["middle_name", "Hagenes"], ["password", "N7k5YrY3j"], ["phone", "(475) 341-9899"], ["phone_number", "174-153-1645"], ["reference", "c27845ac-0b80-4476-a8dd-db2969d325b6"], ["title", "Ex eos unde aut."], ["user_name", "son"], ["username", "homer"], ["uuid", "84aa44dd-da89-4bae-9eb4-0530bd0daf4f"], ["created_at", "2020-11-21 14:53:57.895858"], ["updated_at", "2020-11-21 14:53:57.895858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 273 23384 Magdalen Ports, Jerryfurt, MD 76379"], ["city", "Lake Latoshatown"], ["country", "Myanmar"], ["description", "Sit voluptatibus et. Dolores fugit eius. Aliquid dolores nihil. Ab aperiam tempora. Explicabo ratione iure."], ["email", "chanelle_gerhold@example.net"], ["first_name", "Vicki"], ["firstname", "Herbert"], ["last_name", "Walter"], ["lastname", "Bayer"], ["lat", "1.9649386801857815"], ["latitute", "-65.38945867173894"], ["lng", "99.99667848423286"], ["locale", "RE"], ["longitude", "24.443030976986307"], ["middlename", "Zulauf"], ["middle_name", "Morissette"], ["password", "PdOcE91jO2jUgA"], ["phone", "(665) 916-1200 x3214"], ["phone_number", "(713) 641-6409 x6242"], ["reference", "60f785cf-33aa-4446-81cb-71df33e47c73"], ["title", "Sint doloremque labore maiores natus nostrum."], ["user_name", "tammy.runolfsdottir"], ["username", "hank"], ["uuid", "aaf03685-6477-41bb-821d-c287dde859c3"], ["created_at", "2020-11-21 14:53:57.920689"], ["updated_at", "2020-11-21 14:53:57.920689"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 155 869 Vallie Meadows, Botsfordside, IN 81333-8756"], ["city", "South Mary"], ["country", "Somalia"], ["description", "Qui necessitatibus minus. At unde quo."], ["email", "hallie@example.org"], ["first_name", "Juli"], ["firstname", "Edmond"], ["last_name", "Kub"], ["lastname", "Bartoletti"], ["lat", "37.14915378115819"], ["latitute", "-86.60197094804487"], ["lng", "-82.3713077221218"], ["locale", "DZ"], ["longitude", "121.18240812672428"], ["middlename", "Schmitt"], ["middle_name", "Satterfield"], ["password", "BdX6z7DjO4dD"], ["phone", "(451) 518-7263 x87343"], ["phone_number", "(341) 350-9699"], ["reference", "a13ddeeb-c033-4fe4-92cf-922bc393b375"], ["title", "Ratione molestiae sed quae qui."], ["user_name", "winfred_barton"], ["username", "amos.steuber"], ["uuid", "d0535e24-66e1-45d3-b0ac-859d376a0b4c"], ["created_at", "2020-11-21 14:53:57.945165"], ["updated_at", "2020-11-21 14:53:57.945165"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 947 862 Emil Shoal, Collinsview, MA 94520-3284"], ["city", "East Eleonoraborough"], ["country", "Virgin Islands, British"], ["description", "Quisquam voluptatem magnam. Impedit incidunt consequuntur. Aut molestiae nihil."], ["email", "andres@example.com"], ["first_name", "Daniell"], ["firstname", "Maegan"], ["last_name", "Ullrich"], ["lastname", "Okuneva"], ["lat", "20.911324577108076"], ["latitute", "-66.5277546526948"], ["lng", "-71.33510347445068"], ["locale", "HU"], ["longitude", "125.66747866073325"], ["middlename", "Quigley"], ["middle_name", "Schoen"], ["password", "3YwZlVlZjGe7S"], ["phone", "(246) 485-1492"], ["phone_number", "(608) 747-1528 x594"], ["reference", "6b08bd41-860c-4be1-8a7e-2117633574a7"], ["title", "Perferendis excepturi illum amet praesentium."], ["user_name", "rocco.jacobs"], ["username", "merrilee"], ["uuid", "3a625e7c-2550-47d4-9f05-0df6629dc857"], ["created_at", "2020-11-21 14:53:57.975780"], ["updated_at", "2020-11-21 14:53:57.975780"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8672 Koelpin Dam, New Donnieton, OK 62650-7670"], ["city", "McKenziefort"], ["country", "Nauru"], ["description", "Molestiae eius perferendis. Ex dignissimos totam. Illo qui enim. Quia minus veniam."], ["email", "luann@example.info"], ["first_name", "Rocco"], ["firstname", "Dean"], ["last_name", "Ward"], ["lastname", "Zboncak"], ["lat", "53.1301211542567"], ["latitute", "-64.5160798451743"], ["lng", "159.36891282076124"], ["locale", "NP"], ["longitude", "-123.76685197521661"], ["middlename", "Schulist"], ["middle_name", "Goldner"], ["password", "B7yEyYxB4x7T2aN"], ["phone", "1-598-963-7113 x4592"], ["phone_number", "761-758-6573 x777"], ["reference", "f32b5286-9ddb-4cfe-a9fd-e914b2b924d8"], ["title", "Consequuntur est quia vel."], ["user_name", "cedric"], ["username", "matt"], ["uuid", "bdf35302-5dd1-46f9-81cb-0a38622bd283"], ["created_at", "2020-11-21 14:53:58.000670"], ["updated_at", "2020-11-21 14:53:58.000670"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 216 78521 Kunze Squares, Hettingerfurt, IA 59280-8828"], ["city", "Lyndsaychester"], ["country", "Malta"], ["description", "Cupiditate quo aut. Dicta unde voluptatem. Sint saepe excepturi. Minus est quia. Velit suscipit et."], ["email", "charity@example.net"], ["first_name", "Palma"], ["firstname", "Gertrudis"], ["last_name", "Jerde"], ["lastname", "Schulist"], ["lat", "29.298133868506795"], ["latitute", "85.47449317852633"], ["lng", "-97.07539885502203"], ["locale", "SE"], ["longitude", "-147.83335526559483"], ["middlename", "Little"], ["middle_name", "Olson"], ["password", "KoBnToVu3V5yZhQ1"], ["phone", "551-429-6584"], ["phone_number", "(876) 873-1585"], ["reference", "794b468f-472d-4550-9835-a68f7c3c0e9b"], ["title", "Repellendus quasi non ut."], ["user_name", "alec.sporer"], ["username", "edwardo"], ["uuid", "542d0e25-2008-4584-9ff4-c96a940f471a"], ["created_at", "2020-11-21 14:53:58.025156"], ["updated_at", "2020-11-21 14:53:58.025156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:53:58.027110"], ["updated_at", "2020-11-21 14:53:58.027110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-21 14:53:58.028331"], ["updated_at", "2020-11-21 14:53:58.028331"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-21 14:53:58.029475"], ["updated_at", "2020-11-21 14:53:58.029475"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-21 14:53:58.030596"], ["updated_at", "2020-11-21 14:53:58.030596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:53:58.031727"], ["updated_at", "2020-11-21 14:53:58.031727"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:53:58.032847"], ["updated_at", "2020-11-21 14:53:58.032847"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-21 14:53:58.033972"], ["updated_at", "2020-11-21 14:53:58.033972"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-21 14:53:58.035106"], ["updated_at", "2020-11-21 14:53:58.035106"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:58.051768"], ["updated_at", "2020-11-21 14:53:58.051768"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:58.052554"], ["updated_at", "2020-11-21 14:53:58.052554"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:58.053206"], ["updated_at", "2020-11-21 14:53:58.053206"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:58.053840"], ["updated_at", "2020-11-21 14:53:58.053840"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:58.054481"], ["updated_at", "2020-11-21 14:53:58.054481"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:58.055125"], ["updated_at", "2020-11-21 14:53:58.055125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:58.055757"], ["updated_at", "2020-11-21 14:53:58.055757"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-21 14:53:58.056388"], ["updated_at", "2020-11-21 14:53:58.056388"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:53:58.057068"], ["updated_at", "2020-11-21 14:53:58.057068"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:53:58.057756"], ["updated_at", "2020-11-21 14:53:58.057756"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:53:58.058410"], ["updated_at", "2020-11-21 14:53:58.058410"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:53:58.059069"], ["updated_at", "2020-11-21 14:53:58.059069"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:53:58.059721"], ["updated_at", "2020-11-21 14:53:58.059721"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:53:58.060373"], ["updated_at", "2020-11-21 14:53:58.060373"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:53:58.061023"], ["updated_at", "2020-11-21 14:53:58.061023"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-21 14:53:58.061675"], ["updated_at", "2020-11-21 14:53:58.061675"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.1ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (3.9ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.2ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.7ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 492 257 Schultz Rapids, Hermistontown, NJ 87477-9577"], ["city", "Lake Verlineside"], ["country", "Martinique"], ["description", "Ut nihil minima. Ut quis quia. Aspernatur quidem aliquam. Consequatur fuga autem. Ratione illum quaerat."], ["email", "shanita@example.org"], ["first_name", "Emiko"], ["firstname", "Arletta"], ["last_name", "Rolfson"], ["lastname", "Kuhn"], ["lat", "67.61400551851008"], ["latitute", "-8.45148792019124"], ["lng", "167.4614590540694"], ["locale", "PA"], ["longitude", "-40.57729253487548"], ["middlename", "Ferry"], ["middle_name", "Schulist"], ["password", "86TcJrG69kS0vWsV"], ["phone", "1-865-607-0813 x8947"], ["phone_number", "557-746-4321 x3347"], ["reference", "05e05c4e-fbc0-4075-adc5-f0d1ff36a9db"], ["title", "Doloribus est itaque ut ut pariatur."], ["user_name", "man_parker"], ["username", "bridgett"], ["uuid", "cec21788-4672-4add-80a0-dc6109796254"], ["created_at", "2020-11-23 07:44:31.865536"], ["updated_at", "2020-11-23 07:44:31.865536"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 580 69636 Cremin Bridge, East Winford, VA 68073"], ["city", "East Olin"], ["country", "India"], ["description", "Illum autem modi. Possimus veritatis aperiam."], ["email", "tynisha@example.name"], ["first_name", "Daron"], ["firstname", "Tenesha"], ["last_name", "Ziemann"], ["lastname", "Stehr"], ["lat", "53.366986653437436"], ["latitute", "9.093498482269226"], ["lng", "58.16080994810426"], ["locale", "SO"], ["longitude", "-163.8437778499176"], ["middlename", "Bartell"], ["middle_name", "Herzog"], ["password", "EpBrIcT4pW"], ["phone", "707.476.5702"], ["phone_number", "967.838.8890"], ["reference", "e29dff26-67cb-4ca9-8d0d-a90c5e6d5681"], ["title", "Distinctio fugiat nihil at."], ["user_name", "paris"], ["username", "vera.brekke"], ["uuid", "16f7eadc-7e21-46be-8589-a0b4bbf493dd"], ["created_at", "2020-11-23 07:44:31.890062"], ["updated_at", "2020-11-23 07:44:31.890062"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 363 24676 McGlynn Heights, North Blanche, IN 67741-6813"], ["city", "Port Donte"], ["country", "United Kingdom"], ["description", "Aut voluptatem rerum. Est facilis sed. Fugit velit fugiat."], ["email", "tyron_becker@example.io"], ["first_name", "Eleonora"], ["firstname", "Joeann"], ["last_name", "Lind"], ["lastname", "Rosenbaum"], ["lat", "47.13144125124256"], ["latitute", "51.00713352938618"], ["lng", "-140.28328835680122"], ["locale", "NI"], ["longitude", "-147.07774305221744"], ["middlename", "Auer"], ["middle_name", "Thompson"], ["password", "Ix3R5jX5jL"], ["phone", "328-832-2777 x63757"], ["phone_number", "(145) 570-9394 x6646"], ["reference", "fa3fe62d-c7cf-4d24-8dce-7375e48963e4"], ["title", "Itaque atque dolorem ut."], ["user_name", "isreal.koepp"], ["username", "miquel_sipes"], ["uuid", "cbddcb35-618d-48e3-94a1-bf8a61693d72"], ["created_at", "2020-11-23 07:44:31.914218"], ["updated_at", "2020-11-23 07:44:31.914218"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "28057 Curt Forest, Jorgemouth, AR 10138-9005"], ["city", "Alethamouth"], ["country", "Zambia"], ["description", "Quos aut dolorem. Odio recusandae enim."], ["email", "marcus@example.info"], ["first_name", "Elvie"], ["firstname", "Santo"], ["last_name", "Larson"], ["lastname", "Shields"], ["lat", "22.890208160977835"], ["latitute", "86.28137861080288"], ["lng", "-81.6718832011329"], ["locale", "RW"], ["longitude", "-73.83325292745191"], ["middlename", "Will"], ["middle_name", "Fahey"], ["password", "RxT0pGnAs2"], ["phone", "1-118-538-8002 x33136"], ["phone_number", "1-986-204-5188 x38053"], ["reference", "cd8c7c74-fd0c-428a-9326-62b64d7c9f75"], ["title", "Quasi explicabo dolor occaecati sed."], ["user_name", "cleora"], ["username", "cecilia_glover"], ["uuid", "9fe08ba7-e15e-4e45-8631-57c713f53b94"], ["created_at", "2020-11-23 07:44:31.949115"], ["updated_at", "2020-11-23 07:44:31.949115"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "44061 Nestor Mountain, Lake Corrieton, KS 11485"], ["city", "North Basil"], ["country", "Palestinian Territory"], ["description", "Minima ea nostrum. Ipsa blanditiis autem. Laboriosam ex doloremque."], ["email", "sierra.kulas@example.net"], ["first_name", "Henriette"], ["firstname", "Allan"], ["last_name", "Kertzmann"], ["lastname", "Sporer"], ["lat", "-25.297272171240024"], ["latitute", "38.74504485033302"], ["lng", "113.86691883914534"], ["locale", "HU"], ["longitude", "159.61756454073355"], ["middlename", "Bruen"], ["middle_name", "Hauck"], ["password", "Cm8Cd8CkTxLi4L7"], ["phone", "484-934-4355"], ["phone_number", "341-333-1115 x873"], ["reference", "ed610e16-bec7-49ec-9326-52d6c7658e7b"], ["title", "In quo consectetur consequuntur est quibusdam."], ["user_name", "maribel_shields"], ["username", "tomi.reilly"], ["uuid", "2001f06a-c6f1-4f32-b580-90a9fa65b10e"], ["created_at", "2020-11-23 07:44:31.974968"], ["updated_at", "2020-11-23 07:44:31.974968"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7983 Stokes Turnpike, Jennifurt, PA 79977-8610"], ["city", "Kirlinville"], ["country", "Japan"], ["description", "Totam dolor ipsam. Qui dolores ratione. Aut laborum alias."], ["email", "refugia_hills@example.io"], ["first_name", "Dewey"], ["firstname", "Renae"], ["last_name", "Schimmel"], ["lastname", "Schroeder"], ["lat", "47.28794631999327"], ["latitute", "-54.610614657559516"], ["lng", "-127.5924917140609"], ["locale", "SY"], ["longitude", "90.30716176300643"], ["middlename", "Hettinger"], ["middle_name", "Leffler"], ["password", "FzM3rW879d"], ["phone", "639.325.6450 x486"], ["phone_number", "(344) 517-8994 x4265"], ["reference", "14a9bdf7-8005-467e-8d5a-43eb15a44866"], ["title", "Delectus sed est animi."], ["user_name", "rashad_davis"], ["username", "amparo"], ["uuid", "00f26081-f3e7-4b33-a8b9-c19e6eebeb65"], ["created_at", "2020-11-23 07:44:31.999294"], ["updated_at", "2020-11-23 07:44:31.999294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1154 Kuvalis Run, Lake Gretaborough, HI 64786-6463"], ["city", "New Lieselotte"], ["country", "Nepal"], ["description", "Velit in labore. Iste perspiciatis neque. Maiores in amet. Dolorem repellat sit. Debitis necessitatibus harum."], ["email", "carli.stehr@example.com"], ["first_name", "Orval"], ["firstname", "Kris"], ["last_name", "Ankunding"], ["lastname", "Dickens"], ["lat", "34.357762001330556"], ["latitute", "32.07439559832555"], ["lng", "-110.49778727809155"], ["locale", "RU"], ["longitude", "42.83662481864644"], ["middlename", "Glover"], ["middle_name", "Wilderman"], ["password", "PpYgI2cPuWf31"], ["phone", "(557) 215-5067 x835"], ["phone_number", "1-641-966-9379 x016"], ["reference", "ab74b5d7-9d32-44ec-a3e4-fef832c31b09"], ["title", "Commodi ut ad."], ["user_name", "malik"], ["username", "neal"], ["uuid", "9be06416-222d-4b51-afc9-9aea3e46d872"], ["created_at", "2020-11-23 07:44:32.024289"], ["updated_at", "2020-11-23 07:44:32.024289"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 890 59215 Kozey View, Port Gerardo, PA 30748"], ["city", "New Jerrold"], ["country", "Turkmenistan"], ["description", "Voluptatem amet facere. Itaque consequatur nobis."], ["email", "gino_purdy@example.name"], ["first_name", "Isaias"], ["firstname", "Jarrod"], ["last_name", "Runolfsson"], ["lastname", "Gottlieb"], ["lat", "-38.07996753680444"], ["latitute", "13.225693271890862"], ["lng", "-155.92048659934488"], ["locale", "TC"], ["longitude", "-4.88061574551304"], ["middlename", "Oberbrunner"], ["middle_name", "McDermott"], ["password", "9J5oD5xRuCn38Ag"], ["phone", "498-844-3057 x12203"], ["phone_number", "(398) 713-7644 x372"], ["reference", "96a6abc0-84d7-4882-8045-457e6f910f6a"], ["title", "Id pariatur id."], ["user_name", "zenia.gusikowski"], ["username", "marion_homenick"], ["uuid", "85b097ca-9e02-4e1a-b2fc-a71701583c2d"], ["created_at", "2020-11-23 07:44:32.057121"], ["updated_at", "2020-11-23 07:44:32.057121"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "57860 Sauer Terrace, Champlinside, IA 80330"], ["city", "Daphinemouth"], ["country", "Thailand"], ["description", "Sit voluptatem molestiae. Aliquam sit nulla. Vel quia placeat."], ["email", "tu_schamberger@example.org"], ["first_name", "Kathleen"], ["firstname", "Jeraldine"], ["last_name", "Daugherty"], ["lastname", "Witting"], ["lat", "66.86285940313005"], ["latitute", "-43.106221595382486"], ["lng", "-102.7156227026925"], ["locale", "SG"], ["longitude", "165.72416694549912"], ["middlename", "Harvey"], ["middle_name", "Morar"], ["password", "EwOa15VtQ372sX"], ["phone", "257.268.4025"], ["phone_number", "281-639-9491 x343"], ["reference", "d3cf89ae-3396-4e74-a1be-5f3fbcadad6d"], ["title", "Facere quas sint ducimus aut."], ["user_name", "diann"], ["username", "lester_kirlin"], ["uuid", "0430b60d-6ffd-4ac8-a7ec-d4fc132ba373"], ["created_at", "2020-11-23 07:44:32.081495"], ["updated_at", "2020-11-23 07:44:32.081495"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 405 688 Emard Green, West Marlyn, KY 74518-2711"], ["city", "North Erickburgh"], ["country", "Moldova"], ["description", "Culpa omnis corrupti. Repellendus consectetur eum."], ["email", "chance_schroeder@example.info"], ["first_name", "Lavonda"], ["firstname", "Lauren"], ["last_name", "Maggio"], ["lastname", "Swaniawski"], ["lat", "-43.19303600581758"], ["latitute", "-66.54995124570577"], ["lng", "16.4478168370496"], ["locale", "CD"], ["longitude", "29.56976951892821"], ["middlename", "Boyle"], ["middle_name", "Wilderman"], ["password", "AwRz84Nx2Fg3D"], ["phone", "428-659-5236 x399"], ["phone_number", "1-757-385-5087"], ["reference", "d8408761-751b-48c0-be99-c8d5e1773d50"], ["title", "Sed nobis iusto sed."], ["user_name", "randy"], ["username", "sheryll_lesch"], ["uuid", "27309ec2-0e05-48ad-86ee-ae69423e5e82"], ["created_at", "2020-11-23 07:44:32.105754"], ["updated_at", "2020-11-23 07:44:32.105754"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 23], ["decimal", 0.679428383387838], ["string", "Voluptatem perspiciatis est laboriosam in."], ["date", "2020-12-21"], ["time", "2000-01-01 10:45:58.979894"], ["datetime", "2020-12-23 10:38:20.337391"], ["created_at", "2020-11-23 07:44:32.148641"], ["updated_at", "2020-11-23 07:44:32.148641"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 1.33329363443145], ["string", "Deleniti maxime quis eius."], ["created_at", "2020-11-23 07:44:32.167839"], ["updated_at", "2020-11-23 07:44:32.167839"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 07:44:32.178303"], ["updated_at", "2020-11-23 07:44:32.178303"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-23 07:44:32.185666"], ["updated_at", "2020-11-23 07:44:32.185666"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-23 07:44:32.191500"], ["updated_at", "2020-11-23 07:44:32.191500"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.198232"], ["updated_at", "2020-11-23 07:44:32.198232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.203778"], ["updated_at", "2020-11-23 07:44:32.203778"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4092 Jeanine Rue, East Portiamouth, SD 97365"], ["city", "North Albertina"], ["country", "Republic of Korea"], ["description", "Quas vel illo. Voluptatibus excepturi aut. Provident excepturi dolores. Architecto tempore neque. Optio amet inventore."], ["email", "eleonora@example.info"], ["first_name", "Casey"], ["firstname", "Kenny"], ["last_name", "Roob"], ["lastname", "Gulgowski"], ["lat", "85.18866063469673"], ["latitute", "55.02240953035977"], ["lng", "-131.62158233433013"], ["locale", "ZM"], ["longitude", "-63.84739023580539"], ["middlename", "Hettinger"], ["middle_name", "D'Amore"], ["password", "IkTv8RkGyC7i99"], ["phone", "(487) 372-2227 x7036"], ["phone_number", "125.317.0578 x8043"], ["reference", "ded039bf-96e6-4ada-b598-ad5f8e1fe328"], ["title", "Sunt non sed rerum autem facilis."], ["user_name", "deshawn"], ["username", "everette"], ["uuid", "94abad8a-8fbb-48e1-aea4-1f7cc6e6d431"], ["created_at", "2020-11-23 07:44:32.229772"], ["updated_at", "2020-11-23 07:44:32.229772"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 07:44:32.234386"], ["updated_at", "2020-11-23 07:44:32.234386"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.243663"], ["updated_at", "2020-11-23 07:44:32.243663"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:44:32.246516"], ["updated_at", "2020-11-23 07:44:32.246516"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 12.4246443334681], ["string", "Porro non eum."], ["date", "2020-11-15"], ["time", "2000-01-01 11:31:37.831121"], ["datetime", "2020-10-26 10:51:50.696886"], ["created_at", "2020-11-23 07:44:32.254860"], ["updated_at", "2020-11-23 07:44:32.254860"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 11.3449456366548], ["string", "Et dolores laborum."], ["date", "2020-11-21"], ["time", "2000-01-01 06:24:01.970756"], ["datetime", "2020-12-18 05:47:48.959763"], ["created_at", "2020-11-23 07:44:32.258039"], ["updated_at", "2020-11-23 07:44:32.258039"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 34], ["decimal", 29.7762929531616], ["string", "Reiciendis placeat blanditiis."], ["date", "2020-12-01"], ["time", "2000-01-01 08:17:03.548429"], ["datetime", "2020-12-23 12:06:16.043472"], ["created_at", "2020-11-23 07:44:32.260797"], ["updated_at", "2020-11-23 07:44:32.260797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 10.9346948452755], ["string", "Temporibus ducimus ratione ut asperiores quaerat."], ["date", "2020-12-01"], ["time", "2000-01-01 17:17:39.653911"], ["datetime", "2020-12-10 05:36:11.903934"], ["created_at", "2020-11-23 07:44:32.263680"], ["updated_at", "2020-11-23 07:44:32.263680"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 24], ["decimal", 38.2355241264862], ["string", "Saepe maiores nostrum."], ["date", "2020-11-20"], ["time", "2000-01-01 03:53:48.807730"], ["datetime", "2020-10-15 16:06:40.780400"], ["created_at", "2020-11-23 07:44:32.266946"], ["updated_at", "2020-11-23 07:44:32.266946"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 8.49142596438919], ["string", "Deserunt nostrum quia dolores."], ["date", "2021-01-01"], ["time", "2000-01-01 02:20:51.232299"], ["datetime", "2020-12-17 03:51:02.652647"], ["created_at", "2020-11-23 07:44:32.270097"], ["updated_at", "2020-11-23 07:44:32.270097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 1.71995416456931], ["string", "Quis aliquid eveniet vitae ducimus."], ["date", "2020-10-25"], ["time", "2000-01-01 14:49:34.003896"], ["datetime", "2020-11-18 16:03:59.586369"], ["created_at", "2020-11-23 07:44:32.272818"], ["updated_at", "2020-11-23 07:44:32.272818"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 27], ["decimal", 7.12700259358171], ["string", "Quasi voluptate explicabo vel."], ["date", "2020-12-16"], ["time", "2000-01-01 22:23:48.811294"], ["datetime", "2020-12-24 13:46:26.102762"], ["created_at", "2020-11-23 07:44:32.275650"], ["updated_at", "2020-11-23 07:44:32.275650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 24.9447983417465], ["string", "Ut et alias."], ["created_at", "2020-11-23 07:44:32.279226"], ["updated_at", "2020-11-23 07:44:32.279226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 6.43869647041486], ["string", "Qui corrupti non eveniet."], ["created_at", "2020-11-23 07:44:32.283203"], ["updated_at", "2020-11-23 07:44:32.283203"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 7.93046145834099], ["string", "Corrupti aut reprehenderit sed."], ["created_at", "2020-11-23 07:44:32.286670"], ["updated_at", "2020-11-23 07:44:32.286670"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 5.20472305377773], ["string", "Eum tempore reprehenderit quo enim."], ["created_at", "2020-11-23 07:44:32.289983"], ["updated_at", "2020-11-23 07:44:32.289983"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1031], ["decimal", 12.4019766858588], ["string", "Doloremque qui quis."], ["created_at", "2020-11-23 07:44:32.292714"], ["updated_at", "2020-11-23 07:44:32.292714"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 3.30127361821348], ["string", "Sed suscipit qui similique."], ["created_at", "2020-11-23 07:44:32.296004"], ["updated_at", "2020-11-23 07:44:32.296004"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 26.1223379998445], ["string", "Delectus eum itaque eaque."], ["created_at", "2020-11-23 07:44:32.298756"], ["updated_at", "2020-11-23 07:44:32.298756"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 3.3587599524432], ["string", "Aperiam ut nobis in ab officiis."], ["created_at", "2020-11-23 07:44:32.301161"], ["updated_at", "2020-11-23 07:44:32.301161"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-23 07:44:32.303620"], ["updated_at", "2020-11-23 07:44:32.303620"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-23 07:44:32.305942"], ["updated_at", "2020-11-23 07:44:32.305942"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-23 07:44:32.307575"], ["updated_at", "2020-11-23 07:44:32.307575"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-23 07:44:32.308992"], ["updated_at", "2020-11-23 07:44:32.308992"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 07:44:32.310366"], ["updated_at", "2020-11-23 07:44:32.310366"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-23 07:44:32.311931"], ["updated_at", "2020-11-23 07:44:32.311931"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-23 07:44:32.314056"], ["updated_at", "2020-11-23 07:44:32.314056"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-23 07:44:32.315431"], ["updated_at", "2020-11-23 07:44:32.315431"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-23 07:44:32.317603"], ["updated_at", "2020-11-23 07:44:32.317603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-23 07:44:32.320647"], ["updated_at", "2020-11-23 07:44:32.320647"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-23 07:44:32.322576"], ["updated_at", "2020-11-23 07:44:32.322576"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-23 07:44:32.324462"], ["updated_at", "2020-11-23 07:44:32.324462"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-23 07:44:32.326345"], ["updated_at", "2020-11-23 07:44:32.326345"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 8], ["created_at", "2020-11-23 07:44:32.328209"], ["updated_at", "2020-11-23 07:44:32.328209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-23 07:44:32.330261"], ["updated_at", "2020-11-23 07:44:32.330261"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-23 07:44:32.332054"], ["updated_at", "2020-11-23 07:44:32.332054"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-23 07:44:32.333489"], ["updated_at", "2020-11-23 07:44:32.333489"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-23 07:44:32.344494"], ["updated_at", "2020-11-23 07:44:32.344494"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.3ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-23 07:44:32.346371"], ["updated_at", "2020-11-23 07:44:32.346371"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.3ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-23 07:44:32.348201"], ["updated_at", "2020-11-23 07:44:32.348201"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.3ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-23 07:44:32.349909"], ["updated_at", "2020-11-23 07:44:32.349909"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-23 07:44:32.351913"], ["updated_at", "2020-11-23 07:44:32.351913"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-23 07:44:32.353716"], ["updated_at", "2020-11-23 07:44:32.353716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-23 07:44:32.355273"], ["updated_at", "2020-11-23 07:44:32.355273"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.356203"], ["updated_at", "2020-11-23 07:44:32.356203"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.357073"], ["updated_at", "2020-11-23 07:44:32.357073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.357902"], ["updated_at", "2020-11-23 07:44:32.357902"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.358695"], ["updated_at", "2020-11-23 07:44:32.358695"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.359474"], ["updated_at", "2020-11-23 07:44:32.359474"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.360253"], ["updated_at", "2020-11-23 07:44:32.360253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.361027"], ["updated_at", "2020-11-23 07:44:32.361027"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.361830"], ["updated_at", "2020-11-23 07:44:32.361830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.363460"], ["updated_at", "2020-11-23 07:44:32.363460"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.364925"], ["updated_at", "2020-11-23 07:44:32.364925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.366335"], ["updated_at", "2020-11-23 07:44:32.366335"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.367845"], ["updated_at", "2020-11-23 07:44:32.367845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.369574"], ["updated_at", "2020-11-23 07:44:32.369574"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.371074"], ["updated_at", "2020-11-23 07:44:32.371074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.372530"], ["updated_at", "2020-11-23 07:44:32.372530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.373865"], ["updated_at", "2020-11-23 07:44:32.373865"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 661 3212 Tremblay Lodge, Muellerstad, MT 91543"], ["city", "Boyerfurt"], ["country", "Tanzania"], ["description", "Voluptate ipsam quidem. Et alias quibusdam."], ["email", "felicidad@example.co"], ["first_name", "Adelia"], ["firstname", "Chung"], ["last_name", "Olson"], ["lastname", "Gerlach"], ["lat", "7.597030342094882"], ["latitute", "-51.85677881374768"], ["lng", "-50.742779934045274"], ["locale", "MS"], ["longitude", "-153.1384369235204"], ["middlename", "Price"], ["middle_name", "Dicki"], ["password", "I4x9DcI9"], ["phone", "(382) 496-4786 x2934"], ["phone_number", "152.939.4313 x532"], ["reference", "cdd0469f-c7c7-43d6-a4b1-266774906d7c"], ["title", "Est et adipisci."], ["user_name", "marquis_berge"], ["username", "rocky"], ["uuid", "586cc64d-80e2-4ca6-b298-1279ff2d63e9"], ["created_at", "2020-11-23 07:44:32.415276"], ["updated_at", "2020-11-23 07:44:32.415276"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 689 5743 Wilber Burg, O'Keefefurt, DE 11867-8488"], ["city", "Macejkovicchester"], ["country", "Fiji"], ["description", "In magnam ea. Iste blanditiis dolorem. Non odio omnis. Laborum illum corporis. Mollitia dolor cum."], ["email", "mitchell@example.name"], ["first_name", "Bert"], ["firstname", "Alisia"], ["last_name", "Stroman"], ["lastname", "Schoen"], ["lat", "40.15015476781542"], ["latitute", "84.09612994813611"], ["lng", "172.39978127947433"], ["locale", "CH"], ["longitude", "-94.36048334898155"], ["middlename", "Harvey"], ["middle_name", "Barrows"], ["password", "YpC2fQrQzA7rDq3"], ["phone", "1-201-111-4449 x502"], ["phone_number", "1-164-450-7647 x89420"], ["reference", "e657503d-9daa-4ace-acba-9652800ee5f1"], ["title", "Ad sit voluptatibus esse voluptates."], ["user_name", "monroe_hettinger"], ["username", "eldon"], ["uuid", "a171cbab-334f-415e-885d-d520dd5cf0da"], ["created_at", "2020-11-23 07:44:32.441925"], ["updated_at", "2020-11-23 07:44:32.441925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 787 67429 Mauricio Lodge, Port Enoch, OR 86202-1441"], ["city", "Port Clemenciatown"], ["country", "Mauritania"], ["description", "Mollitia laboriosam necessitatibus. Quia explicabo nam. Non sit et."], ["email", "greta@example.co"], ["first_name", "Conrad"], ["firstname", "Lanny"], ["last_name", "Mueller"], ["lastname", "Kilback"], ["lat", "-24.16216673218345"], ["latitute", "39.808726661460696"], ["lng", "-112.23986253670219"], ["locale", "CG"], ["longitude", "-156.06684955725274"], ["middlename", "Brown"], ["middle_name", "Kautzer"], ["password", "OlN4sYnTxY3h2U4a"], ["phone", "283.529.1129 x671"], ["phone_number", "633-185-7102 x54946"], ["reference", "c4ddf0b5-6e21-4b58-ac99-09e306b14790"], ["title", "Consequatur voluptas est."], ["user_name", "patsy"], ["username", "carlee.schmeler"], ["uuid", "5be8cda2-999e-4824-bd45-c45e7bfe2bd9"], ["created_at", "2020-11-23 07:44:32.466542"], ["updated_at", "2020-11-23 07:44:32.466542"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4475 Norberto Mission, East Dorettaton, KY 87740-8234"], ["city", "West Louie"], ["country", "Togo"], ["description", "Tempora qui et. Quos et delectus. Quis aliquam culpa. Aspernatur cupiditate doloribus. Sed doloribus harum."], ["email", "elsa@example.info"], ["first_name", "Ellis"], ["firstname", "Viki"], ["last_name", "Rosenbaum"], ["lastname", "Ondricka"], ["lat", "70.06939414041176"], ["latitute", "-70.13920056443682"], ["lng", "83.74238842780039"], ["locale", "KR"], ["longitude", "-17.652164727197658"], ["middlename", "Aufderhar"], ["middle_name", "Torp"], ["password", "Rd5S4uZ6"], ["phone", "1-683-793-4974 x557"], ["phone_number", "1-812-261-7320 x00121"], ["reference", "843990da-3fe0-43dd-b1f0-f5a97b9d3974"], ["title", "Accusantium ab sit fugiat."], ["user_name", "harvey"], ["username", "filiberto_gibson"], ["uuid", "e289a04b-55aa-475f-83e9-599182af103a"], ["created_at", "2020-11-23 07:44:32.501625"], ["updated_at", "2020-11-23 07:44:32.501625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 458 26816 Brown Corner, North Lulu, CO 42669-4855"], ["city", "Laverneborough"], ["country", "Nigeria"], ["description", "Sunt laboriosam quod. Omnis sed aliquam. Dicta quas vitae. Soluta qui est. Ipsa est dolores."], ["email", "paul@example.com"], ["first_name", "Ward"], ["firstname", "Emory"], ["last_name", "Jones"], ["lastname", "Crist"], ["lat", "85.14225126188853"], ["latitute", "83.53233255575174"], ["lng", "30.081378709844614"], ["locale", "SZ"], ["longitude", "-38.550194848309985"], ["middlename", "Ledner"], ["middle_name", "Wiegand"], ["password", "VyW1p9Qn4IwJe"], ["phone", "216-533-0407"], ["phone_number", "661.476.9003 x368"], ["reference", "5ae7664b-d3bf-4b06-b893-3bbd87cff239"], ["title", "Odit culpa aliquid."], ["user_name", "lloyd_monahan"], ["username", "regina"], ["uuid", "03f9ada6-cfb8-46b0-bd41-fcd1c53a9b68"], ["created_at", "2020-11-23 07:44:32.526829"], ["updated_at", "2020-11-23 07:44:32.526829"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 187 1689 Charmain Corner, Arceliaburgh, CO 73098-2115"], ["city", "Hellenmouth"], ["country", "New Caledonia"], ["description", "Repellat modi laboriosam. Quia et sequi."], ["email", "jerilyn_conn@example.org"], ["first_name", "Coreen"], ["firstname", "Apryl"], ["last_name", "Kris"], ["lastname", "Littel"], ["lat", "79.97996589442437"], ["latitute", "60.88111733388948"], ["lng", "145.2961321709791"], ["locale", "CK"], ["longitude", "-84.44693722232873"], ["middlename", "DuBuque"], ["middle_name", "Gutkowski"], ["password", "ZxIwV771aK9v4N1h"], ["phone", "959.211.5360"], ["phone_number", "493-649-9712"], ["reference", "363b9c86-aec1-41b9-8504-f5b7b0bf5a71"], ["title", "In quisquam blanditiis."], ["user_name", "irina.franecki"], ["username", "frances"], ["uuid", "cebae3c0-64a9-4c83-a428-5f8d5a06fa2e"], ["created_at", "2020-11-23 07:44:32.551191"], ["updated_at", "2020-11-23 07:44:32.551191"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 714 4238 Gorczany Mountains, Gerlachview, OK 34608-0503"], ["city", "New Candis"], ["country", "Togo"], ["description", "Ducimus ut ad. Deserunt consequatur exercitationem. Excepturi atque ratione. In illo nostrum. Nulla optio fugit."], ["email", "jeremiah@example.name"], ["first_name", "Lewis"], ["firstname", "Wai"], ["last_name", "Fadel"], ["lastname", "Casper"], ["lat", "-31.212038419565246"], ["latitute", "28.405824544569583"], ["lng", "167.2079845865693"], ["locale", "VI"], ["longitude", "33.42612884086222"], ["middlename", "Koss"], ["middle_name", "DuBuque"], ["password", "JhDtLoR2wNwMjX"], ["phone", "102-489-0094 x058"], ["phone_number", "(318) 522-5492"], ["reference", "98fe4fa8-1142-4252-801d-b8e709cf6410"], ["title", "Velit qui nulla optio voluptatum."], ["user_name", "gabriella"], ["username", "jimmie_cormier"], ["uuid", "1c5281e7-adbd-4acf-947c-df60de85a1ad"], ["created_at", "2020-11-23 07:44:32.582761"], ["updated_at", "2020-11-23 07:44:32.582761"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2364 Green Trail, Dudleymouth, KY 67168"], ["city", "North Stefanberg"], ["country", "New Zealand"], ["description", "Deserunt nisi neque. Odio minima eligendi."], ["email", "kristie@example.org"], ["first_name", "Gayla"], ["firstname", "Frederick"], ["last_name", "Fritsch"], ["lastname", "Weissnat"], ["lat", "41.5231090677639"], ["latitute", "-19.846840916856124"], ["lng", "82.90247086473852"], ["locale", "EC"], ["longitude", "137.98978434555494"], ["middlename", "Medhurst"], ["middle_name", "Hoeger"], ["password", "Oy3EoSl2"], ["phone", "499-813-7298 x2810"], ["phone_number", "242.731.4009 x22761"], ["reference", "145230cb-32de-4f1a-9993-40c15abcdfaa"], ["title", "Nihil possimus nam."], ["user_name", "loria_heathcote"], ["username", "margarett.rolfson"], ["uuid", "7bd5d99c-7586-478e-8505-b74b9e2ad20b"], ["created_at", "2020-11-23 07:44:32.609143"], ["updated_at", "2020-11-23 07:44:32.609143"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-23 07:44:32.611166"], ["updated_at", "2020-11-23 07:44:32.611166"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-23 07:44:32.612337"], ["updated_at", "2020-11-23 07:44:32.612337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-23 07:44:32.613463"], ["updated_at", "2020-11-23 07:44:32.613463"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-23 07:44:32.614720"], ["updated_at", "2020-11-23 07:44:32.614720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-23 07:44:32.615831"], ["updated_at", "2020-11-23 07:44:32.615831"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-23 07:44:32.617003"], ["updated_at", "2020-11-23 07:44:32.617003"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-23 07:44:32.618331"], ["updated_at", "2020-11-23 07:44:32.618331"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-23 07:44:32.619631"], ["updated_at", "2020-11-23 07:44:32.619631"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.637423"], ["updated_at", "2020-11-23 07:44:32.637423"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.638239"], ["updated_at", "2020-11-23 07:44:32.638239"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.638873"], ["updated_at", "2020-11-23 07:44:32.638873"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.639485"], ["updated_at", "2020-11-23 07:44:32.639485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.640100"], ["updated_at", "2020-11-23 07:44:32.640100"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.640732"], ["updated_at", "2020-11-23 07:44:32.640732"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.641348"], ["updated_at", "2020-11-23 07:44:32.641348"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.641966"], ["updated_at", "2020-11-23 07:44:32.641966"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:44:32.642625"], ["updated_at", "2020-11-23 07:44:32.642625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:44:32.643559"], ["updated_at", "2020-11-23 07:44:32.643559"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:44:32.644386"], ["updated_at", "2020-11-23 07:44:32.644386"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:44:32.645132"], ["updated_at", "2020-11-23 07:44:32.645132"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:44:32.645885"], ["updated_at", "2020-11-23 07:44:32.645885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:44:32.646673"], ["updated_at", "2020-11-23 07:44:32.646673"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:44:32.647437"], ["updated_at", "2020-11-23 07:44:32.647437"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:44:32.648234"], ["updated_at", "2020-11-23 07:44:32.648234"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 11.0027750980906], ["string", "Sunt voluptatem optio consequuntur."], ["date", "2020-11-08"], ["time", "2000-01-01 14:29:45.628114"], ["datetime", "2020-12-12 12:17:29.174515"], ["created_at", "2020-11-23 07:44:32.682406"], ["updated_at", "2020-11-23 07:44:32.682406"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 38], ["decimal", 20.1283501338478], ["string", "Amet rerum est alias voluptatum."], ["date", "2020-12-02"], ["time", "2000-01-01 11:41:29.388772"], ["datetime", "2020-12-03 02:47:16.539066"], ["created_at", "2020-11-23 07:44:32.685679"], ["updated_at", "2020-11-23 07:44:32.685679"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 7.60251695375458], ["string", "Non sit veniam ex ut."], ["date", "2020-10-16"], ["time", "2000-01-01 09:01:50.852262"], ["datetime", "2020-12-23 02:38:46.498010"], ["created_at", "2020-11-23 07:44:32.688502"], ["updated_at", "2020-11-23 07:44:32.688502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 40], ["decimal", 24.272637994551], ["string", "Et et deserunt."], ["date", "2020-11-22"], ["time", "2000-01-01 08:30:18.283653"], ["datetime", "2020-11-21 06:47:10.450592"], ["created_at", "2020-11-23 07:44:32.692849"], ["updated_at", "2020-11-23 07:44:32.692849"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 7.44466772511837], ["string", "Officiis unde ut."], ["date", "2020-11-05"], ["time", "2000-01-01 12:24:16.891800"], ["datetime", "2020-11-12 14:29:50.105739"], ["created_at", "2020-11-23 07:44:32.695956"], ["updated_at", "2020-11-23 07:44:32.695956"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 7.78977254023971], ["string", "Et doloremque accusamus."], ["date", "2020-11-29"], ["time", "2000-01-01 10:53:00.324451"], ["datetime", "2020-11-06 21:26:46.711230"], ["created_at", "2020-11-23 07:44:32.699082"], ["updated_at", "2020-11-23 07:44:32.699082"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.702300"], ["updated_at", "2020-11-23 07:44:32.702300"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 19.6990990899107], ["string", "Quod et quia."], ["date", "2020-12-23"], ["time", "2000-01-01 07:10:50.421979"], ["datetime", "2020-11-19 21:58:11.870113"], ["created_at", "2020-11-23 07:44:32.728605"], ["updated_at", "2020-11-23 07:44:32.728605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 0.175740594805865], ["string", "Quo sit nihil quaerat."], ["date", "2020-10-25"], ["time", "2000-01-01 12:47:29.174146"], ["datetime", "2020-10-19 18:01:07.203305"], ["created_at", "2020-11-23 07:44:32.731731"], ["updated_at", "2020-11-23 07:44:32.731731"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 3.41101086408875], ["string", "Earum qui voluptas."], ["date", "2020-10-28"], ["time", "2000-01-01 21:45:22.447894"], ["datetime", "2020-11-28 12:17:27.071372"], ["created_at", "2020-11-23 07:44:32.734877"], ["updated_at", "2020-11-23 07:44:32.734877"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 0.397323042432214], ["string", "Dolorem eveniet inventore ab."], ["date", "2020-11-30"], ["time", "2000-01-01 09:46:22.084186"], ["datetime", "2020-11-04 22:26:54.512026"], ["created_at", "2020-11-23 07:44:32.746994"], ["updated_at", "2020-11-23 07:44:32.746994"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 31], ["decimal", 12.1151750870278], ["string", "Facilis enim assumenda reiciendis blanditiis dolore."], ["date", "2020-10-22"], ["time", "2000-01-01 08:22:04.192699"], ["datetime", "2020-11-30 17:51:29.361678"], ["created_at", "2020-11-23 07:44:32.750392"], ["updated_at", "2020-11-23 07:44:32.750392"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 6.69629354182465], ["string", "Quaerat architecto suscipit est qui."], ["date", "2020-11-15"], ["time", "2000-01-01 20:53:26.324359"], ["datetime", "2020-12-12 09:45:38.596768"], ["created_at", "2020-11-23 07:44:32.754645"], ["updated_at", "2020-11-23 07:44:32.754645"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 24.4388255884225], ["string", "Sunt alias consequatur voluptatem rem."], ["date", "2020-10-31"], ["time", "2000-01-01 17:55:35.906724"], ["datetime", "2020-12-14 04:57:14.465628"], ["created_at", "2020-11-23 07:44:32.758307"], ["updated_at", "2020-11-23 07:44:32.758307"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 13.9738905908053], ["string", "Asperiores vel libero quia modi."], ["date", "2020-11-13"], ["time", "2000-01-01 05:34:29.609685"], ["datetime", "2020-10-26 02:23:48.041358"], ["created_at", "2020-11-23 07:44:32.761993"], ["updated_at", "2020-11-23 07:44:32.761993"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 15.9135685528572], ["string", "Aut consectetur aspernatur necessitatibus ducimus."], ["created_at", "2020-11-23 07:44:32.765444"], ["updated_at", "2020-11-23 07:44:32.765444"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 5.56800951895292], ["string", "Libero commodi earum numquam."], ["created_at", "2020-11-23 07:44:32.768818"], ["updated_at", "2020-11-23 07:44:32.768818"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 36.7205778435997], ["string", "Eius quia quia non totam."], ["created_at", "2020-11-23 07:44:32.771983"], ["updated_at", "2020-11-23 07:44:32.771983"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 11.0589093106525], ["string", "Ratione enim sit architecto ut."], ["created_at", "2020-11-23 07:44:32.775163"], ["updated_at", "2020-11-23 07:44:32.775163"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 0.762778890384605], ["string", "Molestias ad quia."], ["created_at", "2020-11-23 07:44:32.779225"], ["updated_at", "2020-11-23 07:44:32.779225"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1031], ["decimal", 4.85222571655771], ["string", "Et magnam similique tenetur accusantium ipsam."], ["created_at", "2020-11-23 07:44:32.782427"], ["updated_at", "2020-11-23 07:44:32.782427"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 2.07666118782646], ["string", "Nam voluptas quaerat ex harum eveniet."], ["created_at", "2020-11-23 07:44:32.785311"], ["updated_at", "2020-11-23 07:44:32.785311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 7.36907767941025], ["string", "Distinctio necessitatibus illo doloribus."], ["created_at", "2020-11-23 07:44:32.788124"], ["updated_at", "2020-11-23 07:44:32.788124"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 07:44:32.789904"], ["updated_at", "2020-11-23 07:44:32.789904"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-23 07:44:32.791412"], ["updated_at", "2020-11-23 07:44:32.791412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-23 07:44:32.792880"], ["updated_at", "2020-11-23 07:44:32.792880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-23 07:44:32.794333"], ["updated_at", "2020-11-23 07:44:32.794333"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-23 07:44:32.795975"], ["updated_at", "2020-11-23 07:44:32.795975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-23 07:44:32.797496"], ["updated_at", "2020-11-23 07:44:32.797496"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-23 07:44:32.798846"], ["updated_at", "2020-11-23 07:44:32.798846"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-23 07:44:32.800185"], ["updated_at", "2020-11-23 07:44:32.800185"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-23 07:44:32.802247"], ["updated_at", "2020-11-23 07:44:32.802247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 8], ["created_at", "2020-11-23 07:44:32.804144"], ["updated_at", "2020-11-23 07:44:32.804144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 7], ["created_at", "2020-11-23 07:44:32.806017"], ["updated_at", "2020-11-23 07:44:32.806017"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-23 07:44:32.807901"], ["updated_at", "2020-11-23 07:44:32.807901"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-23 07:44:32.809830"], ["updated_at", "2020-11-23 07:44:32.809830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-23 07:44:32.811663"], ["updated_at", "2020-11-23 07:44:32.811663"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-23 07:44:32.813464"], ["updated_at", "2020-11-23 07:44:32.813464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 7], ["created_at", "2020-11-23 07:44:32.815236"], ["updated_at", "2020-11-23 07:44:32.815236"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-23 07:44:32.816611"], ["updated_at", "2020-11-23 07:44:32.816611"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-23 07:44:32.818639"], ["updated_at", "2020-11-23 07:44:32.818639"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-23 07:44:32.820462"], ["updated_at", "2020-11-23 07:44:32.820462"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-23 07:44:32.821918"], ["updated_at", "2020-11-23 07:44:32.821918"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-23 07:44:32.823207"], ["updated_at", "2020-11-23 07:44:32.823207"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-23 07:44:32.824529"], ["updated_at", "2020-11-23 07:44:32.824529"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-23 07:44:32.825889"], ["updated_at", "2020-11-23 07:44:32.825889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-23 07:44:32.827119"], ["updated_at", "2020-11-23 07:44:32.827119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.827880"], ["updated_at", "2020-11-23 07:44:32.827880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.828610"], ["updated_at", "2020-11-23 07:44:32.828610"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.829352"], ["updated_at", "2020-11-23 07:44:32.829352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.830122"], ["updated_at", "2020-11-23 07:44:32.830122"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.830874"], ["updated_at", "2020-11-23 07:44:32.830874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.831535"], ["updated_at", "2020-11-23 07:44:32.831535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.832171"], ["updated_at", "2020-11-23 07:44:32.832171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.832828"], ["updated_at", "2020-11-23 07:44:32.832828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.834261"], ["updated_at", "2020-11-23 07:44:32.834261"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.835787"], ["updated_at", "2020-11-23 07:44:32.835787"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.837036"], ["updated_at", "2020-11-23 07:44:32.837036"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.838477"], ["updated_at", "2020-11-23 07:44:32.838477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.840046"], ["updated_at", "2020-11-23 07:44:32.840046"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.841208"], ["updated_at", "2020-11-23 07:44:32.841208"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.842295"], ["updated_at", "2020-11-23 07:44:32.842295"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:32.843393"], ["updated_at", "2020-11-23 07:44:32.843393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 942 2380 Lakendra Oval, New Odetteberg, CA 06395-8695"], ["city", "South Jude"], ["country", "Saint Lucia"], ["description", "Blanditiis eius quo. Modi autem aut."], ["email", "leslie@example.info"], ["first_name", "Earnestine"], ["firstname", "Carry"], ["last_name", "Windler"], ["lastname", "Fay"], ["lat", "-24.510168434659576"], ["latitute", "4.786543393339741"], ["lng", "-58.26744278152819"], ["locale", "MH"], ["longitude", "56.24006289557104"], ["middlename", "Krajcik"], ["middle_name", "Daniel"], ["password", "Qk2WpCa6L8v7"], ["phone", "1-456-386-8986 x47431"], ["phone_number", "1-357-638-5200 x7019"], ["reference", "75eddb5b-2db4-4c61-8c2a-fdb59f22b5e3"], ["title", "Laudantium porro dolorem ut."], ["user_name", "rashad"], ["username", "darren_cremin"], ["uuid", "4e3760b0-8c64-45b4-bdf0-d7e921174ecd"], ["created_at", "2020-11-23 07:44:32.867839"], ["updated_at", "2020-11-23 07:44:32.867839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 344 4122 Willms Spurs, Joeannmouth, KY 86331-5045"], ["city", "Lake David"], ["country", "Bhutan"], ["description", "Doloribus numquam quasi. Sint incidunt fugiat. Officiis dolorem ut."], ["email", "sol@example.net"], ["first_name", "Louanne"], ["firstname", "Bette"], ["last_name", "O'Keefe"], ["lastname", "Breitenberg"], ["lat", "32.824507613081764"], ["latitute", "4.854329238792516"], ["lng", "42.03855652420262"], ["locale", "AF"], ["longitude", "-114.10696231940753"], ["middlename", "Daniel"], ["middle_name", "Harvey"], ["password", "F3jBuXg01On13E0"], ["phone", "1-389-313-0946"], ["phone_number", "1-682-888-8460 x48189"], ["reference", "d7c799cf-c83b-44ef-a4d6-68f4bd2e818c"], ["title", "Voluptates sunt debitis eveniet non voluptas."], ["user_name", "boyd.cruickshank"], ["username", "tyrell_champlin"], ["uuid", "54e2a383-ea0f-4883-9c8c-93598cd90bbc"], ["created_at", "2020-11-23 07:44:32.892512"], ["updated_at", "2020-11-23 07:44:32.892512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3295 Medhurst Trail, Hollihaven, OH 42642-1535"], ["city", "New Taishaland"], ["country", "Belgium"], ["description", "Blanditiis est voluptatibus. Nostrum voluptas aut. Dolorem eius optio. Provident et similique. Quas dolorem laborum."], ["email", "sammy_runte@example.net"], ["first_name", "Loriann"], ["firstname", "Fernando"], ["last_name", "Greenholt"], ["lastname", "O'Conner"], ["lat", "43.749686878050795"], ["latitute", "-85.47530194760537"], ["lng", "102.01178094194415"], ["locale", "BG"], ["longitude", "-51.21384251628686"], ["middlename", "Waters"], ["middle_name", "Herman"], ["password", "FqOcXgKvEjWz"], ["phone", "1-716-339-7357"], ["phone_number", "(597) 079-0380"], ["reference", "93d5d481-2f22-420d-985b-ae63950708a0"], ["title", "Laudantium voluptatem perspiciatis aut."], ["user_name", "aubrey.barton"], ["username", "joellen_lowe"], ["uuid", "bd76eee9-8567-40c6-a4ea-eeb2805e8e8d"], ["created_at", "2020-11-23 07:44:32.926724"], ["updated_at", "2020-11-23 07:44:32.926724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 818 5316 Watsica Station, West Sang, TN 81238"], ["city", "Koelpinberg"], ["country", "Georgia"], ["description", "At cupiditate et. Odit omnis qui. Vero vel quo."], ["email", "jerald@example.net"], ["first_name", "Reuben"], ["firstname", "Frankie"], ["last_name", "Bernier"], ["lastname", "Bins"], ["lat", "18.501436137908982"], ["latitute", "-26.184107598230177"], ["lng", "-164.56302054749037"], ["locale", "NL"], ["longitude", "165.09817331063772"], ["middlename", "Kulas"], ["middle_name", "Reichel"], ["password", "MzIs6EsMfP"], ["phone", "(653) 581-0086 x55954"], ["phone_number", "(180) 182-6479"], ["reference", "1c11ad32-d737-4c6e-953c-4d6e0c15eb0f"], ["title", "Labore ipsum et consectetur."], ["user_name", "larisa_schinner"], ["username", "brinda"], ["uuid", "c6c87e60-eb69-47cb-919f-a597df15df80"], ["created_at", "2020-11-23 07:44:32.951096"], ["updated_at", "2020-11-23 07:44:32.951096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "165 Wilburn Canyon, South Philip, OH 40350-2990"], ["city", "New Ianmouth"], ["country", "Mauritania"], ["description", "Praesentium voluptas eos. Ipsam doloribus sequi. Facere adipisci nihil."], ["email", "donn.weimann@example.net"], ["first_name", "Efren"], ["firstname", "Lorraine"], ["last_name", "Swift"], ["lastname", "Roob"], ["lat", "8.924479230332906"], ["latitute", "26.38136032357326"], ["lng", "-89.81511190238298"], ["locale", "MA"], ["longitude", "-83.96046358760167"], ["middlename", "Cummerata"], ["middle_name", "Wilkinson"], ["password", "V5hT5qB7b"], ["phone", "1-816-844-8498 x79171"], ["phone_number", "(315) 227-1580 x350"], ["reference", "e251afdd-ccca-4b5f-812f-89500e6399e1"], ["title", "Necessitatibus itaque aut."], ["user_name", "genia_legros"], ["username", "tyron.ryan"], ["uuid", "48375d51-9bbb-42fb-ab72-1f14bc3070fb"], ["created_at", "2020-11-23 07:44:32.975624"], ["updated_at", "2020-11-23 07:44:32.975624"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 350 315 Dorathy Route, South Dylan, FL 46168"], ["city", "North Phuongton"], ["country", "Suriname"], ["description", "Aliquam voluptatem ut. Reprehenderit et voluptas. Et et dicta."], ["email", "madeleine.hegmann@example.org"], ["first_name", "Sandy"], ["firstname", "Janeth"], ["last_name", "Jacobson"], ["lastname", "Kuhlman"], ["lat", "5.090718807578398"], ["latitute", "84.73545161712369"], ["lng", "160.82302519379778"], ["locale", "DJ"], ["longitude", "21.25058520207162"], ["middlename", "Adams"], ["middle_name", "Ratke"], ["password", "7U4sXqQo"], ["phone", "134.686.0281 x625"], ["phone_number", "(382) 342-8957 x363"], ["reference", "7a544e4d-d0e4-4111-85d3-d0b9ed94d10b"], ["title", "Dolore ab illo qui velit sequi."], ["user_name", "collin"], ["username", "alexia.stiedemann"], ["uuid", "5c6e3e5b-8797-4ebb-bb11-6fbc82c7bd65"], ["created_at", "2020-11-23 07:44:33.006572"], ["updated_at", "2020-11-23 07:44:33.006572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 403 85657 Kassulke Prairie, Martifurt, OR 62748"], ["city", "New Courtney"], ["country", "Monaco"], ["description", "Odio atque dolorum. Consequuntur aspernatur exercitationem."], ["email", "tamiko@example.net"], ["first_name", "Micheal"], ["firstname", "Jess"], ["last_name", "Ryan"], ["lastname", "Heaney"], ["lat", "-9.579534804401547"], ["latitute", "-43.764276822745465"], ["lng", "145.75594375266155"], ["locale", "PM"], ["longitude", "-32.94601614757721"], ["middlename", "Daniel"], ["middle_name", "Fay"], ["password", "1V3rHx5NpR2k"], ["phone", "1-346-411-1316 x13058"], ["phone_number", "230-852-7476 x3413"], ["reference", "b0deb1b5-6003-4a34-b8f4-d34ad9f72c27"], ["title", "Laudantium ut amet."], ["user_name", "olen"], ["username", "raquel"], ["uuid", "2f2e4078-4bb0-44d8-891b-a611bdc55a91"], ["created_at", "2020-11-23 07:44:33.031187"], ["updated_at", "2020-11-23 07:44:33.031187"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "533 Debra Isle, Langfurt, CT 73006-6339"], ["city", "West Lorineshire"], ["country", "Canada"], ["description", "Et ad delectus. Porro optio aut. Et laborum dolores. Nulla consequuntur voluptatum."], ["email", "gaston@example.name"], ["first_name", "Ruben"], ["firstname", "Elliot"], ["last_name", "Zieme"], ["lastname", "Huels"], ["lat", "38.77668043342936"], ["latitute", "-72.34491702511984"], ["lng", "38.89317825536827"], ["locale", "PN"], ["longitude", "12.60980712937743"], ["middlename", "Heathcote"], ["middle_name", "Mayert"], ["password", "HcY6vUmM"], ["phone", "734.966.4595 x0481"], ["phone_number", "1-410-418-7536 x1435"], ["reference", "32b02e53-43e9-4f83-997c-92d16cb97474"], ["title", "Non veniam officiis corrupti."], ["user_name", "zada.rippin"], ["username", "filiberto"], ["uuid", "fa2e4b7e-cc73-429f-8f98-9afe8c5fb31e"], ["created_at", "2020-11-23 07:44:33.055617"], ["updated_at", "2020-11-23 07:44:33.055617"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-23 07:44:33.057766"], ["updated_at", "2020-11-23 07:44:33.057766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 07:44:33.059124"], ["updated_at", "2020-11-23 07:44:33.059124"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-23 07:44:33.060276"], ["updated_at", "2020-11-23 07:44:33.060276"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-23 07:44:33.061396"], ["updated_at", "2020-11-23 07:44:33.061396"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-23 07:44:33.062775"], ["updated_at", "2020-11-23 07:44:33.062775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-23 07:44:33.064433"], ["updated_at", "2020-11-23 07:44:33.064433"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-23 07:44:33.066121"], ["updated_at", "2020-11-23 07:44:33.066121"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-23 07:44:33.067776"], ["updated_at", "2020-11-23 07:44:33.067776"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:33.085073"], ["updated_at", "2020-11-23 07:44:33.085073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:33.085934"], ["updated_at", "2020-11-23 07:44:33.085934"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:33.086555"], ["updated_at", "2020-11-23 07:44:33.086555"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:33.087147"], ["updated_at", "2020-11-23 07:44:33.087147"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:33.087746"], ["updated_at", "2020-11-23 07:44:33.087746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:33.088333"], ["updated_at", "2020-11-23 07:44:33.088333"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:33.088937"], ["updated_at", "2020-11-23 07:44:33.088937"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:44:33.089526"], ["updated_at", "2020-11-23 07:44:33.089526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:44:33.090173"], ["updated_at", "2020-11-23 07:44:33.090173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:44:33.090822"], ["updated_at", "2020-11-23 07:44:33.090822"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:44:33.091434"], ["updated_at", "2020-11-23 07:44:33.091434"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:44:33.092040"], ["updated_at", "2020-11-23 07:44:33.092040"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:44:33.092667"], ["updated_at", "2020-11-23 07:44:33.092667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:44:33.093280"], ["updated_at", "2020-11-23 07:44:33.093280"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:44:33.093892"], ["updated_at", "2020-11-23 07:44:33.093892"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:44:33.094508"], ["updated_at", "2020-11-23 07:44:33.094508"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.1ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.2ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.7ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.9ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.8ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.7ms) DELETE FROM "alfas";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.8ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.7ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.9ms) DELETE FROM "foxtrots";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.7ms) DELETE FROM "kilos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.6ms) DELETE FROM "limas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'limas';  (3.2ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (2.2ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.6ms) DELETE FROM "julietts";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "23162 Denae Radial, Port Sharolyn, DE 51273"], ["city", "North Roseannberg"], ["country", "Gambia"], ["description", "Consequatur voluptas voluptatibus. Expedita veritatis quia. Qui perferendis ut."], ["email", "alonso@example.co"], ["first_name", "Elvia"], ["firstname", "Deloise"], ["last_name", "Pagac"], ["lastname", "Nitzsche"], ["lat", "27.373040426605186"], ["latitute", "-14.895360024094856"], ["lng", "171.52846036970243"], ["locale", "CI"], ["longitude", "-136.02008344270507"], ["middlename", "Hegmann"], ["middle_name", "Daugherty"], ["password", "4PnYkJ3lI"], ["phone", "(911) 263-9024"], ["phone_number", "318-911-8279 x6207"], ["reference", "94837850-ab4b-4b7c-b06d-1f7c5385d070"], ["title", "Et incidunt et placeat."], ["user_name", "darius.treutel"], ["username", "mike.kunde"], ["uuid", "06fc3b18-1e6f-4342-af1e-893f12a3479c"], ["created_at", "2020-11-23 07:50:57.944364"], ["updated_at", "2020-11-23 07:50:57.944364"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 927 620 Rogahn Garden, North Joeview, NM 80175-8116"], ["city", "Lake Sherrell"], ["country", "Thailand"], ["description", "Eum vero quia. Dolorum cum corrupti. Rem ut voluptatem."], ["email", "golda@example.io"], ["first_name", "Alphonso"], ["firstname", "Jewell"], ["last_name", "Klein"], ["lastname", "Stracke"], ["lat", "78.4655545473156"], ["latitute", "19.03437930172484"], ["lng", "-111.1424060653233"], ["locale", "NL"], ["longitude", "-71.15188263483324"], ["middlename", "Greenholt"], ["middle_name", "Marquardt"], ["password", "Xx07X86hP16yF"], ["phone", "732.959.4092"], ["phone_number", "(966) 738-1225 x348"], ["reference", "431a34ee-4990-44cb-83c2-0b1a5acff69a"], ["title", "Mollitia officiis iure est eius dolorum."], ["user_name", "rima.oconnell"], ["username", "micheal.kiehn"], ["uuid", "c0b7cc64-c1c5-4689-8a49-d6584574eb7a"], ["created_at", "2020-11-23 07:50:57.981362"], ["updated_at", "2020-11-23 07:50:57.981362"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "50880 Sonia Trail, South Toi, ME 85014"], ["city", "Port Creolaville"], ["country", "Czech Republic"], ["description", "Odio fuga maiores. Eum perferendis distinctio. Facilis aperiam saepe. Rerum et quia."], ["email", "hoyt@example.org"], ["first_name", "Lakiesha"], ["firstname", "Noah"], ["last_name", "Hahn"], ["lastname", "Christiansen"], ["lat", "-77.32171967258479"], ["latitute", "-69.79837413934192"], ["lng", "52.005662760667605"], ["locale", "NP"], ["longitude", "-50.87209228190025"], ["middlename", "Grimes"], ["middle_name", "Jaskolski"], ["password", "Ij9Yu3Bp"], ["phone", "407.170.6667 x51049"], ["phone_number", "(684) 900-7969"], ["reference", "d525f27b-a48c-431e-b1e2-ed7d8fc739f7"], ["title", "Dolorem autem nobis."], ["user_name", "edmundo"], ["username", "bernarda.west"], ["uuid", "9b6782f8-d84b-4acc-a1ba-12dfad132a92"], ["created_at", "2020-11-23 07:50:58.005615"], ["updated_at", "2020-11-23 07:50:58.005615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "340 Abdul Park, Zemlakburgh, UT 03163"], ["city", "Eldoramouth"], ["country", "Malaysia"], ["description", "Fugit magni dignissimos. Ipsam blanditiis temporibus. Rerum corporis est. Cum adipisci consequatur."], ["email", "arron_stracke@example.co"], ["first_name", "Samuel"], ["firstname", "Chet"], ["last_name", "Boyer"], ["lastname", "Cole"], ["lat", "21.813973840017027"], ["latitute", "68.43340872520812"], ["lng", "112.3106525192913"], ["locale", "US"], ["longitude", "136.85244795694263"], ["middlename", "Schaden"], ["middle_name", "Fritsch"], ["password", "1UbZhQdH7eQmPd7Y"], ["phone", "1-945-554-1391 x633"], ["phone_number", "(553) 380-6337 x6866"], ["reference", "1de636e3-0130-4a08-b9a9-cc8e9b5a13c5"], ["title", "Iste non tenetur."], ["user_name", "gonzalo_baumbach"], ["username", "natividad.considine"], ["uuid", "f4917361-7d20-4a34-b426-a0fbaf199d14"], ["created_at", "2020-11-23 07:50:58.027520"], ["updated_at", "2020-11-23 07:50:58.027520"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "272 Von Forest, Daughertyburgh, TX 52806"], ["city", "Binstown"], ["country", "Malawi"], ["description", "Explicabo reprehenderit temporibus. Ipsa unde voluptas."], ["email", "trevor@example.biz"], ["first_name", "Buster"], ["firstname", "Errol"], ["last_name", "Ebert"], ["lastname", "Bernier"], ["lat", "-33.05886260527415"], ["latitute", "44.65947284708355"], ["lng", "105.16549996177304"], ["locale", "TN"], ["longitude", "150.14287688515918"], ["middlename", "Jaskolski"], ["middle_name", "Pollich"], ["password", "HmVx6JaC"], ["phone", "(478) 540-5634"], ["phone_number", "157-908-2547 x42887"], ["reference", "a379df57-d7b5-4b14-b9ba-456dbef7ae65"], ["title", "Sed quo autem fuga doloribus dolores."], ["user_name", "nick"], ["username", "janeen_swift"], ["uuid", "dfffb776-3427-4c34-a450-9972683fd1de"], ["created_at", "2020-11-23 07:50:58.049313"], ["updated_at", "2020-11-23 07:50:58.049313"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 581 405 Kessler Grove, Marvinview, MI 18574"], ["city", "North Joan"], ["country", "Timor-Leste"], ["description", "Totam repellendus magni. Inventore aut dolor. Rerum aliquid autem. Eum possimus nesciunt."], ["email", "wilton.mante@example.net"], ["first_name", "Ira"], ["firstname", "Pete"], ["last_name", "Dibbert"], ["lastname", "Greenfelder"], ["lat", "-72.69492643001442"], ["latitute", "24.045882647987085"], ["lng", "16.999947503022327"], ["locale", "KZ"], ["longitude", "161.95086404635026"], ["middlename", "Ruecker"], ["middle_name", "Koelpin"], ["password", "VkNgMsW6"], ["phone", "1-723-421-8280 x3553"], ["phone_number", "460.009.0574 x66762"], ["reference", "36284103-5630-45db-9603-4a866f144bce"], ["title", "Qui reiciendis optio omnis dolor."], ["user_name", "huey"], ["username", "dayna"], ["uuid", "9f50fae9-747a-4237-9c21-50fa980d5c96"], ["created_at", "2020-11-23 07:50:58.071326"], ["updated_at", "2020-11-23 07:50:58.071326"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "40734 Russel Avenue, Stephaniamouth, NH 68476"], ["city", "Clintonberg"], ["country", "Cape Verde"], ["description", "Qui dolore et. Est eos est."], ["email", "kelvin_hagenes@example.com"], ["first_name", "Oma"], ["firstname", "Karen"], ["last_name", "Hoeger"], ["lastname", "Hickle"], ["lat", "-27.282084359830655"], ["latitute", "-59.497993813941406"], ["lng", "97.28664636964885"], ["locale", "CH"], ["longitude", "107.38398534119972"], ["middlename", "Bauch"], ["middle_name", "Simonis"], ["password", "Gz8Jh0Uo"], ["phone", "(854) 303-8887 x88353"], ["phone_number", "(147) 001-8594 x0666"], ["reference", "9e718d6c-5c38-46ce-b7e9-7c7f74cff5f0"], ["title", "Voluptas cupiditate alias ut in."], ["user_name", "deadra.altenwerth"], ["username", "michiko.douglas"], ["uuid", "e0163f5e-24f0-411e-85ec-b23685882966"], ["created_at", "2020-11-23 07:50:58.093052"], ["updated_at", "2020-11-23 07:50:58.093052"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 934 2941 Lori Locks, North Bobette, ID 88954-1588"], ["city", "Wilkinsonton"], ["country", "Western Sahara"], ["description", "Nihil eligendi aut. Voluptate eius labore."], ["email", "roselyn@example.name"], ["first_name", "Joanna"], ["firstname", "Fidela"], ["last_name", "Jacobson"], ["lastname", "Hilll"], ["lat", "29.774062262092855"], ["latitute", "-81.3630302447697"], ["lng", "17.36995892924864"], ["locale", "PN"], ["longitude", "-55.56210361625946"], ["middlename", "Rice"], ["middle_name", "Ratke"], ["password", "SiG9cS9s"], ["phone", "1-952-892-9528 x132"], ["phone_number", "1-273-748-9961"], ["reference", "3b71b74b-f50c-47a6-8218-333982a15d57"], ["title", "Et neque deserunt culpa sed reiciendis."], ["user_name", "mittie.bartoletti"], ["username", "derrick"], ["uuid", "524eb783-c3a3-4401-895d-c12dc347ee71"], ["created_at", "2020-11-23 07:50:58.114603"], ["updated_at", "2020-11-23 07:50:58.114603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 894 429 Huel Lock, Port Priscillachester, ME 20435-9308"], ["city", "East Clemencia"], ["country", "Mali"], ["description", "Aut fugit eum. Odio sint nostrum. Natus adipisci aliquam. Veniam ea aut."], ["email", "leo.kshlerin@example.biz"], ["first_name", "Toshiko"], ["firstname", "Coy"], ["last_name", "Bernier"], ["lastname", "Fay"], ["lat", "86.64694035053827"], ["latitute", "-2.2299492041389612"], ["lng", "22.419971459139333"], ["locale", "SI"], ["longitude", "-7.311640894516472"], ["middlename", "Parker"], ["middle_name", "Steuber"], ["password", "D6kLaRyS"], ["phone", "687-167-4227 x60130"], ["phone_number", "1-152-567-0194 x657"], ["reference", "7e8c5bf5-7b76-42b1-9d1d-1c64a3f1313f"], ["title", "Aut est assumenda ratione consequatur distinctio."], ["user_name", "josue_flatley"], ["username", "merlyn"], ["uuid", "a6d32a9b-e25b-4030-814c-279ff9130d17"], ["created_at", "2020-11-23 07:50:58.146592"], ["updated_at", "2020-11-23 07:50:58.146592"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "5247 Layla Land, New Joshua, NV 53363-3014"], ["city", "East Michaltown"], ["country", "Sudan"], ["description", "Quis autem repellat. Et enim quis. Unde voluptatem eligendi. Laudantium voluptatem aut."], ["email", "chantell@example.io"], ["first_name", "Kenneth"], ["firstname", "Maria"], ["last_name", "Harber"], ["lastname", "Collier"], ["lat", "-39.830569788454625"], ["latitute", "25.24352800564965"], ["lng", "-90.76191835969571"], ["locale", "JO"], ["longitude", "22.239868840890097"], ["middlename", "Sipes"], ["middle_name", "Koepp"], ["password", "AcPgR3fJlN05dSiO"], ["phone", "393-314-7471 x877"], ["phone_number", "871.608.1182 x8593"], ["reference", "73565831-7f7f-4d51-9f94-18668768a7b4"], ["title", "Dignissimos autem aut."], ["user_name", "kerry"], ["username", "malcolm"], ["uuid", "2abc5644-6a32-4457-8aaf-97bc25ca3387"], ["created_at", "2020-11-23 07:50:58.169154"], ["updated_at", "2020-11-23 07:50:58.169154"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 8.90262142091716], ["string", "Quam et sed et."], ["date", "2020-11-14"], ["time", "2000-01-01 22:02:07.543597"], ["datetime", "2020-11-29 06:38:19.310868"], ["created_at", "2020-11-23 07:50:58.195037"], ["updated_at", "2020-11-23 07:50:58.195037"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 4.60619402033142], ["string", "Qui nostrum sit explicabo."], ["created_at", "2020-11-23 07:50:58.202340"], ["updated_at", "2020-11-23 07:50:58.202340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 07:50:58.209772"], ["updated_at", "2020-11-23 07:50:58.209772"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-23 07:50:58.217728"], ["updated_at", "2020-11-23 07:50:58.217728"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-23 07:50:58.223628"], ["updated_at", "2020-11-23 07:50:58.223628"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.229960"], ["updated_at", "2020-11-23 07:50:58.229960"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.235193"], ["updated_at", "2020-11-23 07:50:58.235193"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 304 2658 Lang Trace, East Abdul, OH 40291"], ["city", "Rempelfort"], ["country", "Fiji"], ["description", "Voluptas sit similique. Quis rem recusandae. Ut dolor ut. Magnam eaque fuga."], ["email", "jerry@example.info"], ["first_name", "Isis"], ["firstname", "Glenda"], ["last_name", "King"], ["lastname", "Spencer"], ["lat", "34.49707272044323"], ["latitute", "60.54695311089199"], ["lng", "-95.01494094181818"], ["locale", "BA"], ["longitude", "33.46158983364802"], ["middlename", "Konopelski"], ["middle_name", "Krajcik"], ["password", "JeNeHfHp1TrJoHr"], ["phone", "(223) 763-1824 x55199"], ["phone_number", "627.641.6215 x773"], ["reference", "24c74483-75cb-4e25-875f-11b669f4133f"], ["title", "Suscipit libero quam assumenda."], ["user_name", "andres_romaguera"], ["username", "santana.runolfsson"], ["uuid", "16a7e8b9-bfa4-41ef-8c5f-91c39a224ebe"], ["created_at", "2020-11-23 07:50:58.257861"], ["updated_at", "2020-11-23 07:50:58.257861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 07:50:58.262365"], ["updated_at", "2020-11-23 07:50:58.262365"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.271403"], ["updated_at", "2020-11-23 07:50:58.271403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:50:58.274277"], ["updated_at", "2020-11-23 07:50:58.274277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 1.46813821084867], ["string", "Suscipit natus et ex et."], ["date", "2020-12-18"], ["time", "2000-01-01 06:19:32.866968"], ["datetime", "2020-12-18 00:29:26.357494"], ["created_at", "2020-11-23 07:50:58.281591"], ["updated_at", "2020-11-23 07:50:58.281591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 23.1851690520794], ["string", "Et sit est commodi voluptatem."], ["date", "2020-10-28"], ["time", "2000-01-01 17:54:46.306079"], ["datetime", "2020-12-15 22:58:16.597294"], ["created_at", "2020-11-23 07:50:58.283962"], ["updated_at", "2020-11-23 07:50:58.283962"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 26.0429034538664], ["string", "Veritatis exercitationem deserunt impedit."], ["date", "2020-11-27"], ["time", "2000-01-01 02:11:00.959178"], ["datetime", "2020-10-21 15:25:01.947210"], ["created_at", "2020-11-23 07:50:58.286446"], ["updated_at", "2020-11-23 07:50:58.286446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 0.817883850326814], ["string", "Aliquam ducimus sint delectus aut veniam."], ["date", "2020-12-08"], ["time", "2000-01-01 02:25:49.324389"], ["datetime", "2020-10-23 00:13:18.709106"], ["created_at", "2020-11-23 07:50:58.289106"], ["updated_at", "2020-11-23 07:50:58.289106"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 1.66867335857156], ["string", "Officia odit modi blanditiis ut."], ["date", "2020-11-19"], ["time", "2000-01-01 04:59:07.806570"], ["datetime", "2020-12-30 21:53:24.880588"], ["created_at", "2020-11-23 07:50:58.291841"], ["updated_at", "2020-11-23 07:50:58.291841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 20.4925930640322], ["string", "Corrupti et quibusdam."], ["date", "2020-12-24"], ["time", "2000-01-01 02:56:20.316998"], ["datetime", "2020-11-24 09:46:07.099651"], ["created_at", "2020-11-23 07:50:58.295457"], ["updated_at", "2020-11-23 07:50:58.295457"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 8.05359369575764], ["string", "Impedit qui ipsa incidunt blanditiis quis."], ["date", "2020-10-23"], ["time", "2000-01-01 12:51:37.512185"], ["datetime", "2020-11-08 05:27:15.866931"], ["created_at", "2020-11-23 07:50:58.298124"], ["updated_at", "2020-11-23 07:50:58.298124"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 6.34494876896307], ["string", "Itaque nesciunt sed."], ["date", "2020-12-19"], ["time", "2000-01-01 02:23:28.023301"], ["datetime", "2020-11-14 22:58:21.049011"], ["created_at", "2020-11-23 07:50:58.300802"], ["updated_at", "2020-11-23 07:50:58.300802"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1035], ["decimal", 17.0330871829688], ["string", "Quidem dolor sed ipsum voluptas."], ["created_at", "2020-11-23 07:50:58.303293"], ["updated_at", "2020-11-23 07:50:58.303293"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 5.40244809294161], ["string", "Rerum architecto aliquid excepturi et quia."], ["created_at", "2020-11-23 07:50:58.305497"], ["updated_at", "2020-11-23 07:50:58.305497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 3.49291924551583], ["string", "Est est et accusantium illum aut."], ["created_at", "2020-11-23 07:50:58.307563"], ["updated_at", "2020-11-23 07:50:58.307563"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 4.10035462652199], ["string", "Ea temporibus asperiores est facere."], ["created_at", "2020-11-23 07:50:58.309548"], ["updated_at", "2020-11-23 07:50:58.309548"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 27.3483440353716], ["string", "Nam assumenda soluta illo voluptates."], ["created_at", "2020-11-23 07:50:58.311552"], ["updated_at", "2020-11-23 07:50:58.311552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 37.6021927546085], ["string", "Alias amet quis inventore nulla."], ["created_at", "2020-11-23 07:50:58.313465"], ["updated_at", "2020-11-23 07:50:58.313465"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 12.995330995981], ["string", "Doloribus ut inventore aut id."], ["created_at", "2020-11-23 07:50:58.315396"], ["updated_at", "2020-11-23 07:50:58.315396"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 23.2443072712843], ["string", "Modi cum molestias provident dolor facere."], ["created_at", "2020-11-23 07:50:58.317268"], ["updated_at", "2020-11-23 07:50:58.317268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-23 07:50:58.318755"], ["updated_at", "2020-11-23 07:50:58.318755"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-23 07:50:58.320041"], ["updated_at", "2020-11-23 07:50:58.320041"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-23 07:50:58.321295"], ["updated_at", "2020-11-23 07:50:58.321295"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-23 07:50:58.323231"], ["updated_at", "2020-11-23 07:50:58.323231"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-23 07:50:58.324409"], ["updated_at", "2020-11-23 07:50:58.324409"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-23 07:50:58.325483"], ["updated_at", "2020-11-23 07:50:58.325483"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-23 07:50:58.326535"], ["updated_at", "2020-11-23 07:50:58.326535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-23 07:50:58.327587"], ["updated_at", "2020-11-23 07:50:58.327587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-23 07:50:58.329125"], ["updated_at", "2020-11-23 07:50:58.329125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-23 07:50:58.330888"], ["updated_at", "2020-11-23 07:50:58.330888"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.6ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-23 07:50:58.343729"], ["updated_at", "2020-11-23 07:50:58.343729"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 8], ["created_at", "2020-11-23 07:50:58.346230"], ["updated_at", "2020-11-23 07:50:58.346230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-23 07:50:58.348089"], ["updated_at", "2020-11-23 07:50:58.348089"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 7], ["created_at", "2020-11-23 07:50:58.349917"], ["updated_at", "2020-11-23 07:50:58.349917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 3], ["created_at", "2020-11-23 07:50:58.351946"], ["updated_at", "2020-11-23 07:50:58.351946"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-23 07:50:58.354078"], ["updated_at", "2020-11-23 07:50:58.354078"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-23 07:50:58.355566"], ["updated_at", "2020-11-23 07:50:58.355566"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-23 07:50:58.356955"], ["updated_at", "2020-11-23 07:50:58.356955"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-23 07:50:58.358281"], ["updated_at", "2020-11-23 07:50:58.358281"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-23 07:50:58.359617"], ["updated_at", "2020-11-23 07:50:58.359617"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-23 07:50:58.360925"], ["updated_at", "2020-11-23 07:50:58.360925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-23 07:50:58.362265"], ["updated_at", "2020-11-23 07:50:58.362265"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-23 07:50:58.363562"], ["updated_at", "2020-11-23 07:50:58.363562"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-23 07:50:58.364857"], ["updated_at", "2020-11-23 07:50:58.364857"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.365672"], ["updated_at", "2020-11-23 07:50:58.365672"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.366446"], ["updated_at", "2020-11-23 07:50:58.366446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.367148"], ["updated_at", "2020-11-23 07:50:58.367148"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.367851"], ["updated_at", "2020-11-23 07:50:58.367851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.368611"], ["updated_at", "2020-11-23 07:50:58.368611"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.369525"], ["updated_at", "2020-11-23 07:50:58.369525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.370342"], ["updated_at", "2020-11-23 07:50:58.370342"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.371106"], ["updated_at", "2020-11-23 07:50:58.371106"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.372579"], ["updated_at", "2020-11-23 07:50:58.372579"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.373866"], ["updated_at", "2020-11-23 07:50:58.373866"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.375099"], ["updated_at", "2020-11-23 07:50:58.375099"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.376215"], ["updated_at", "2020-11-23 07:50:58.376215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.377338"], ["updated_at", "2020-11-23 07:50:58.377338"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.378456"], ["updated_at", "2020-11-23 07:50:58.378456"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.379561"], ["updated_at", "2020-11-23 07:50:58.379561"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.380710"], ["updated_at", "2020-11-23 07:50:58.380710"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "264 Gertrudis Manor, Lake Stefanie, MI 62868"], ["city", "Windlerborough"], ["country", "Brunei Darussalam"], ["description", "Optio ipsam voluptatibus. Harum et voluptatum. Eos odio beatae. Ad ab maiores."], ["email", "benjamin_balistreri@example.org"], ["first_name", "Afton"], ["firstname", "Priscila"], ["last_name", "Graham"], ["lastname", "Bradtke"], ["lat", "85.26014696216521"], ["latitute", "-79.06223611291712"], ["lng", "-4.163243466879948"], ["locale", "SB"], ["longitude", "-91.74975146104143"], ["middlename", "Kerluke"], ["middle_name", "Bayer"], ["password", "XcLbAmZfA5"], ["phone", "634.757.5828 x45896"], ["phone_number", "(671) 222-3518 x2228"], ["reference", "665468df-7f2e-41d1-a481-fc03be1d2085"], ["title", "Voluptatem mollitia deserunt dolor."], ["user_name", "leif_koepp"], ["username", "odis_bradtke"], ["uuid", "0a543660-998a-411f-8376-280c2bfbdf38"], ["created_at", "2020-11-23 07:50:58.403116"], ["updated_at", "2020-11-23 07:50:58.403116"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "859 Pete Stravenue, South Jackiebury, RI 52303-1892"], ["city", "Legrosland"], ["country", "Burkina Faso"], ["description", "Aut molestiae natus. Reprehenderit quaerat rerum."], ["email", "ashley@example.io"], ["first_name", "Tiffani"], ["firstname", "Willene"], ["last_name", "Wuckert"], ["lastname", "Schuster"], ["lat", "54.254079842179664"], ["latitute", "-82.40787564751064"], ["lng", "-46.867661943971825"], ["locale", "GN"], ["longitude", "112.4783858830055"], ["middlename", "Schuster"], ["middle_name", "Kihn"], ["password", "Fc4Mm38H2sP2qDoV"], ["phone", "738-314-6853"], ["phone_number", "749.874.3064 x6656"], ["reference", "450d7efd-83d5-43e6-914e-0a638a6557ea"], ["title", "Aliquam repellat rerum."], ["user_name", "roseanne"], ["username", "hung"], ["uuid", "c1263084-7a5b-4be5-940e-a848dccf1bfd"], ["created_at", "2020-11-23 07:50:58.425008"], ["updated_at", "2020-11-23 07:50:58.425008"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "35187 Jenee Lakes, South Filibertoview, AL 47064-3197"], ["city", "Port Caren"], ["country", "Central African Republic"], ["description", "Iure ullam qui. Sunt nulla quia. Dolore odit in. Quia sed maxime."], ["email", "chloe@example.biz"], ["first_name", "Carmon"], ["firstname", "Evalyn"], ["last_name", "Denesik"], ["lastname", "Schiller"], ["lat", "-67.7924613478414"], ["latitute", "19.64501400177997"], ["lng", "155.70174364639365"], ["locale", "NL"], ["longitude", "111.70424984641295"], ["middlename", "Mitchell"], ["middle_name", "Bauch"], ["password", "LlQ6qZb4953"], ["phone", "(755) 005-1971 x2274"], ["phone_number", "1-562-461-6339 x5749"], ["reference", "15457c53-8c47-4d94-8594-1f5e20ade56e"], ["title", "Et quo architecto."], ["user_name", "inell"], ["username", "alva_bailey"], ["uuid", "3d929baa-fc3d-46e5-b3fc-b616e99aa4ff"], ["created_at", "2020-11-23 07:50:58.447184"], ["updated_at", "2020-11-23 07:50:58.447184"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "18879 Weber Cliff, South Delcie, RI 23079-3665"], ["city", "Nedrafort"], ["country", "Bouvet Island (Bouvetoya)"], ["description", "Incidunt libero omnis. Voluptatem explicabo dolorem. Reprehenderit aut nihil. Eius unde nihil."], ["email", "matthew@example.org"], ["first_name", "Riley"], ["firstname", "Jonna"], ["last_name", "Reilly"], ["lastname", "Gleason"], ["lat", "-15.624452236040312"], ["latitute", "33.05839803775274"], ["lng", "54.99272919900824"], ["locale", "SB"], ["longitude", "38.80352402391654"], ["middlename", "Gutkowski"], ["middle_name", "Purdy"], ["password", "HlImHt41Va"], ["phone", "1-168-199-2263 x582"], ["phone_number", "(245) 572-5520 x3409"], ["reference", "1af4476a-af3e-42b1-8991-17ffb9d4bfb8"], ["title", "Laboriosam expedita velit."], ["user_name", "ahmad.schneider"], ["username", "ricki_lang"], ["uuid", "0916db8e-7f0a-40da-b281-c6cac4983a67"], ["created_at", "2020-11-23 07:50:58.469109"], ["updated_at", "2020-11-23 07:50:58.469109"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2611 Herman Forge, Bonitamouth, MS 42594"], ["city", "Lake Corie"], ["country", "Angola"], ["description", "Nisi praesentium consequatur. Nobis soluta voluptatem. Ea aut corporis. Repellat ut asperiores."], ["email", "sergio_paucek@example.org"], ["first_name", "Raeann"], ["firstname", "Williams"], ["last_name", "Bogan"], ["lastname", "Schneider"], ["lat", "-46.60981762965679"], ["latitute", "38.46194726993491"], ["lng", "124.6541987182157"], ["locale", "MC"], ["longitude", "-33.3381164856157"], ["middlename", "Emard"], ["middle_name", "Davis"], ["password", "IkQuYsK76"], ["phone", "457.768.3595 x976"], ["phone_number", "124-426-0025 x69283"], ["reference", "d6d274bb-0434-4f8e-928b-40e02feb65b6"], ["title", "Enim voluptatem tenetur dicta suscipit."], ["user_name", "cyrstal"], ["username", "alexander_stokes"], ["uuid", "1d1303fb-bf40-4cd6-a770-7548f423988b"], ["created_at", "2020-11-23 07:50:58.491134"], ["updated_at", "2020-11-23 07:50:58.491134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "10795 Halvorson Keys, Lake Eusebiohaven, PA 43920-9468"], ["city", "East Betseymouth"], ["country", "Svalbard & Jan Mayen Islands"], ["description", "Autem consequatur consectetur. Repudiandae maxime eos. Sunt distinctio aut. Nisi ex eos. Sequi eum aut."], ["email", "jack_klocko@example.co"], ["first_name", "Williams"], ["firstname", "Dean"], ["last_name", "Pfeffer"], ["lastname", "Bradtke"], ["lat", "-44.78456512328927"], ["latitute", "-81.27474679061204"], ["lng", "177.9056436613376"], ["locale", "SO"], ["longitude", "-107.53652403803618"], ["middlename", "Heller"], ["middle_name", "Conroy"], ["password", "Of3C85wS7t"], ["phone", "314-529-6053"], ["phone_number", "(887) 342-5502 x05382"], ["reference", "ece1823e-04e6-4d3f-a80b-87511f061200"], ["title", "Velit blanditiis sint et natus adipisci."], ["user_name", "scot"], ["username", "joye_kihn"], ["uuid", "c7c850f6-8744-48ac-ab62-06c7178449f0"], ["created_at", "2020-11-23 07:50:58.522518"], ["updated_at", "2020-11-23 07:50:58.522518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 833 467 Jude Common, Labadietown, MS 91330"], ["city", "East Lily"], ["country", "Iran"], ["description", "Tenetur reiciendis soluta. Distinctio iste eius. Accusamus quos et. Vitae delectus placeat."], ["email", "adalberto@example.name"], ["first_name", "Cristine"], ["firstname", "Justin"], ["last_name", "Fisher"], ["lastname", "Schultz"], ["lat", "14.865826733072069"], ["latitute", "52.61768410855652"], ["lng", "17.772112743150046"], ["locale", "FR"], ["longitude", "-61.76850427043311"], ["middlename", "Steuber"], ["middle_name", "Schuppe"], ["password", "7PsRnUaGg"], ["phone", "1-921-184-7581 x37665"], ["phone_number", "383.970.5646 x19414"], ["reference", "5b22c806-8880-4bf9-93e8-0dd8a92be674"], ["title", "Id delectus repellendus."], ["user_name", "claudie"], ["username", "darryl_trantow"], ["uuid", "04d245f4-5dc3-4634-9216-a7018ee3b1a6"], ["created_at", "2020-11-23 07:50:58.546605"], ["updated_at", "2020-11-23 07:50:58.546605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4222 Carolee Trail, West Lilla, WY 04904"], ["city", "Lueilwitzshire"], ["country", "El Salvador"], ["description", "Eius impedit eveniet. Sit quos reiciendis. Numquam omnis molestiae. Rerum laudantium commodi. Enim repellat harum."], ["email", "logan.pacocha@example.io"], ["first_name", "Creola"], ["firstname", "Alla"], ["last_name", "Douglas"], ["lastname", "Upton"], ["lat", "-39.52102477692289"], ["latitute", "67.95968511937392"], ["lng", "-137.2962524579164"], ["locale", "QA"], ["longitude", "48.66564234742535"], ["middlename", "Thiel"], ["middle_name", "Schuppe"], ["password", "KzFiRqHgVw7"], ["phone", "1-698-846-1266"], ["phone_number", "(820) 950-9173 x50489"], ["reference", "a841fd2e-ac20-4706-8ddb-e13656ab4f51"], ["title", "Sit sed ut tenetur quam in."], ["user_name", "bradford"], ["username", "ronny.oconner"], ["uuid", "bfc53a8e-aadc-46ff-b618-d440e6115611"], ["created_at", "2020-11-23 07:50:58.568943"], ["updated_at", "2020-11-23 07:50:58.568943"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-23 07:50:58.570921"], ["updated_at", "2020-11-23 07:50:58.570921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-23 07:50:58.572137"], ["updated_at", "2020-11-23 07:50:58.572137"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-23 07:50:58.573257"], ["updated_at", "2020-11-23 07:50:58.573257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-23 07:50:58.574361"], ["updated_at", "2020-11-23 07:50:58.574361"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-23 07:50:58.575529"], ["updated_at", "2020-11-23 07:50:58.575529"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-23 07:50:58.576675"], ["updated_at", "2020-11-23 07:50:58.576675"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-23 07:50:58.577806"], ["updated_at", "2020-11-23 07:50:58.577806"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 07:50:58.578935"], ["updated_at", "2020-11-23 07:50:58.578935"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.594815"], ["updated_at", "2020-11-23 07:50:58.594815"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.595618"], ["updated_at", "2020-11-23 07:50:58.595618"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.596273"], ["updated_at", "2020-11-23 07:50:58.596273"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.596920"], ["updated_at", "2020-11-23 07:50:58.596920"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.597543"], ["updated_at", "2020-11-23 07:50:58.597543"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.598160"], ["updated_at", "2020-11-23 07:50:58.598160"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.598777"], ["updated_at", "2020-11-23 07:50:58.598777"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.599389"], ["updated_at", "2020-11-23 07:50:58.599389"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:50:58.600045"], ["updated_at", "2020-11-23 07:50:58.600045"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:50:58.600716"], ["updated_at", "2020-11-23 07:50:58.600716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:50:58.601354"], ["updated_at", "2020-11-23 07:50:58.601354"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:50:58.602034"], ["updated_at", "2020-11-23 07:50:58.602034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:50:58.602800"], ["updated_at", "2020-11-23 07:50:58.602800"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:50:58.603531"], ["updated_at", "2020-11-23 07:50:58.603531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:50:58.604243"], ["updated_at", "2020-11-23 07:50:58.604243"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:50:58.604916"], ["updated_at", "2020-11-23 07:50:58.604916"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 0.420598682190598], ["string", "Nam optio tenetur ex vero sint."], ["date", "2020-11-30"], ["time", "2000-01-01 00:46:45.815731"], ["datetime", "2020-11-06 01:32:22.286636"], ["created_at", "2020-11-23 07:50:58.640118"], ["updated_at", "2020-11-23 07:50:58.640118"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 9.02718801972574], ["string", "Nihil aperiam incidunt voluptatem."], ["date", "2020-11-18"], ["time", "2000-01-01 08:30:12.655051"], ["datetime", "2020-12-17 11:09:11.150054"], ["created_at", "2020-11-23 07:50:58.643135"], ["updated_at", "2020-11-23 07:50:58.643135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 12.9884056242657], ["string", "Quo ullam veritatis quia debitis nobis."], ["date", "2020-11-11"], ["time", "2000-01-01 01:01:51.868316"], ["datetime", "2020-11-16 21:27:49.991991"], ["created_at", "2020-11-23 07:50:58.646377"], ["updated_at", "2020-11-23 07:50:58.646377"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 18.1325138118083], ["string", "Nam repellat dolor voluptatem aliquam."], ["date", "2020-12-25"], ["time", "2000-01-01 19:54:00.553635"], ["datetime", "2020-10-23 19:21:33.427209"], ["created_at", "2020-11-23 07:50:58.651322"], ["updated_at", "2020-11-23 07:50:58.651322"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 27], ["decimal", 20.8193546807795], ["string", "Molestiae ea exercitationem provident."], ["date", "2020-11-22"], ["time", "2000-01-01 03:10:06.948648"], ["datetime", "2020-11-14 19:52:23.183336"], ["created_at", "2020-11-23 07:50:58.654429"], ["updated_at", "2020-11-23 07:50:58.654429"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 1.50505409281657], ["string", "Rerum dolor tempora voluptate."], ["date", "2020-11-05"], ["time", "2000-01-01 23:51:29.671589"], ["datetime", "2020-12-16 03:24:10.689474"], ["created_at", "2020-11-23 07:50:58.657395"], ["updated_at", "2020-11-23 07:50:58.657395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.661026"], ["updated_at", "2020-11-23 07:50:58.661026"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 29.2033681437247], ["string", "Minus laudantium modi porro nihil eos."], ["date", "2020-12-04"], ["time", "2000-01-01 03:31:05.381375"], ["datetime", "2020-12-19 00:46:36.806444"], ["created_at", "2020-11-23 07:50:58.695814"], ["updated_at", "2020-11-23 07:50:58.695814"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 31], ["decimal", 25.4611381926791], ["string", "Ex itaque rerum praesentium."], ["date", "2020-11-02"], ["time", "2000-01-01 10:19:39.052708"], ["datetime", "2020-10-19 14:40:20.213649"], ["created_at", "2020-11-23 07:50:58.699777"], ["updated_at", "2020-11-23 07:50:58.699777"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 22], ["decimal", 19.4643201739464], ["string", "Id velit omnis doloremque delectus aut."], ["date", "2020-12-27"], ["time", "2000-01-01 04:01:26.205727"], ["datetime", "2021-01-01 18:57:05.831585"], ["created_at", "2020-11-23 07:50:58.703188"], ["updated_at", "2020-11-23 07:50:58.703188"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 2.47095819640824], ["string", "Laboriosam ullam consequuntur voluptatem."], ["date", "2020-11-05"], ["time", "2000-01-01 13:15:07.138547"], ["datetime", "2020-11-18 15:50:41.264728"], ["created_at", "2020-11-23 07:50:58.706548"], ["updated_at", "2020-11-23 07:50:58.706548"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 5.44829929300278], ["string", "Et vel sed qui."], ["date", "2020-10-23"], ["time", "2000-01-01 18:14:27.819168"], ["datetime", "2020-11-29 19:43:14.679199"], ["created_at", "2020-11-23 07:50:58.710076"], ["updated_at", "2020-11-23 07:50:58.710076"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 0.941137037886028], ["string", "Corporis explicabo aut asperiores."], ["date", "2020-11-22"], ["time", "2000-01-01 09:49:25.316056"], ["datetime", "2020-11-22 07:37:13.270255"], ["created_at", "2020-11-23 07:50:58.713773"], ["updated_at", "2020-11-23 07:50:58.713773"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 7.56267673869069], ["string", "Atque sunt quod."], ["date", "2020-11-14"], ["time", "2000-01-01 01:33:40.021241"], ["datetime", "2020-12-08 18:42:51.648691"], ["created_at", "2020-11-23 07:50:58.717145"], ["updated_at", "2020-11-23 07:50:58.717145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 10.9047055320523], ["string", "Impedit qui culpa asperiores ab."], ["date", "2020-10-16"], ["time", "2000-01-01 11:22:53.325538"], ["datetime", "2020-11-06 20:58:44.625599"], ["created_at", "2020-11-23 07:50:58.720263"], ["updated_at", "2020-11-23 07:50:58.720263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 1.15407414296843], ["string", "Sint aliquam consequuntur."], ["created_at", "2020-11-23 07:50:58.722853"], ["updated_at", "2020-11-23 07:50:58.722853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1029], ["decimal", 2.20510175000931], ["string", "Fuga et vero tenetur."], ["created_at", "2020-11-23 07:50:58.725007"], ["updated_at", "2020-11-23 07:50:58.725007"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 23.7671577969486], ["string", "Accusantium tempora vel libero qui nesciunt."], ["created_at", "2020-11-23 07:50:58.727082"], ["updated_at", "2020-11-23 07:50:58.727082"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["decimal", 1.86256446708674], ["string", "Dicta iste consequatur ut qui."], ["created_at", "2020-11-23 07:50:58.729113"], ["updated_at", "2020-11-23 07:50:58.729113"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 0.162888459506269], ["string", "Inventore id suscipit laborum."], ["created_at", "2020-11-23 07:50:58.731134"], ["updated_at", "2020-11-23 07:50:58.731134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 22.472765831129], ["string", "Nihil beatae voluptatibus doloribus."], ["created_at", "2020-11-23 07:50:58.733133"], ["updated_at", "2020-11-23 07:50:58.733133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 21.8291145821313], ["string", "Nobis aperiam corporis aut ab ut."], ["created_at", "2020-11-23 07:50:58.735248"], ["updated_at", "2020-11-23 07:50:58.735248"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 38.2996213906663], ["string", "Minima optio ut qui fugit."], ["created_at", "2020-11-23 07:50:58.737419"], ["updated_at", "2020-11-23 07:50:58.737419"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-23 07:50:58.739017"], ["updated_at", "2020-11-23 07:50:58.739017"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-23 07:50:58.740400"], ["updated_at", "2020-11-23 07:50:58.740400"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-23 07:50:58.741667"], ["updated_at", "2020-11-23 07:50:58.741667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-23 07:50:58.742882"], ["updated_at", "2020-11-23 07:50:58.742882"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-23 07:50:58.744081"], ["updated_at", "2020-11-23 07:50:58.744081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-23 07:50:58.745303"], ["updated_at", "2020-11-23 07:50:58.745303"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-23 07:50:58.746483"], ["updated_at", "2020-11-23 07:50:58.746483"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 07:50:58.747658"], ["updated_at", "2020-11-23 07:50:58.747658"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-23 07:50:58.749386"], ["updated_at", "2020-11-23 07:50:58.749386"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-23 07:50:58.750987"], ["updated_at", "2020-11-23 07:50:58.750987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 7], ["created_at", "2020-11-23 07:50:58.752539"], ["updated_at", "2020-11-23 07:50:58.752539"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 3], ["created_at", "2020-11-23 07:50:58.754071"], ["updated_at", "2020-11-23 07:50:58.754071"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-23 07:50:58.755539"], ["updated_at", "2020-11-23 07:50:58.755539"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-23 07:50:58.757029"], ["updated_at", "2020-11-23 07:50:58.757029"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 7], ["created_at", "2020-11-23 07:50:58.758566"], ["updated_at", "2020-11-23 07:50:58.758566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-23 07:50:58.760124"], ["updated_at", "2020-11-23 07:50:58.760124"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-23 07:50:58.761367"], ["updated_at", "2020-11-23 07:50:58.761367"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-23 07:50:58.762508"], ["updated_at", "2020-11-23 07:50:58.762508"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-23 07:50:58.763588"], ["updated_at", "2020-11-23 07:50:58.763588"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-23 07:50:58.764713"], ["updated_at", "2020-11-23 07:50:58.764713"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-23 07:50:58.765828"], ["updated_at", "2020-11-23 07:50:58.765828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-23 07:50:58.766922"], ["updated_at", "2020-11-23 07:50:58.766922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-23 07:50:58.768024"], ["updated_at", "2020-11-23 07:50:58.768024"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-23 07:50:58.769554"], ["updated_at", "2020-11-23 07:50:58.769554"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.770550"], ["updated_at", "2020-11-23 07:50:58.770550"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.771312"], ["updated_at", "2020-11-23 07:50:58.771312"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.771958"], ["updated_at", "2020-11-23 07:50:58.771958"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.772754"], ["updated_at", "2020-11-23 07:50:58.772754"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.773500"], ["updated_at", "2020-11-23 07:50:58.773500"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.774159"], ["updated_at", "2020-11-23 07:50:58.774159"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.774851"], ["updated_at", "2020-11-23 07:50:58.774851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.775598"], ["updated_at", "2020-11-23 07:50:58.775598"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.776986"], ["updated_at", "2020-11-23 07:50:58.776986"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.778116"], ["updated_at", "2020-11-23 07:50:58.778116"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.779176"], ["updated_at", "2020-11-23 07:50:58.779176"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.780212"], ["updated_at", "2020-11-23 07:50:58.780212"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.791749"], ["updated_at", "2020-11-23 07:50:58.791749"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.793120"], ["updated_at", "2020-11-23 07:50:58.793120"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.794409"], ["updated_at", "2020-11-23 07:50:58.794409"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:58.795681"], ["updated_at", "2020-11-23 07:50:58.795681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "298 Shirley Harbors, New Brycetown, HI 48918-0292"], ["city", "Lake Buford"], ["country", "Svalbard & Jan Mayen Islands"], ["description", "Dolorem harum esse. Nulla laborum dolor. Quia sit doloremque."], ["email", "joelle.volkman@example.com"], ["first_name", "Kathaleen"], ["firstname", "Tanner"], ["last_name", "Sipes"], ["lastname", "Streich"], ["lat", "-18.856360117739456"], ["latitute", "63.41358471940825"], ["lng", "-127.09892327056079"], ["locale", "NE"], ["longitude", "-164.9988936979022"], ["middlename", "Bogan"], ["middle_name", "Towne"], ["password", "NxUt0AzMdQhViK"], ["phone", "1-146-404-0056"], ["phone_number", "(162) 682-5276"], ["reference", "ad3dd2ec-82fa-4ea8-ad37-d4fff70d2c67"], ["title", "Voluptate et consequuntur."], ["user_name", "virginia.waters"], ["username", "zoila"], ["uuid", "12099810-1bfc-4d4c-9e0c-7d52d42299a7"], ["created_at", "2020-11-23 07:50:58.821392"], ["updated_at", "2020-11-23 07:50:58.821392"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "23472 Augustine Crossing, Rachaelberg, WI 99409-7554"], ["city", "South Paulberg"], ["country", "United Kingdom"], ["description", "Ut numquam enim. Provident modi consequatur. Recusandae omnis reprehenderit."], ["email", "alina@example.org"], ["first_name", "Jere"], ["firstname", "Sade"], ["last_name", "Wilderman"], ["lastname", "Streich"], ["lat", "15.276465991436794"], ["latitute", "-75.17878238209667"], ["lng", "-95.25998783780923"], ["locale", "MG"], ["longitude", "52.63587139530688"], ["middlename", "Stoltenberg"], ["middle_name", "Luettgen"], ["password", "Yi517IpF"], ["phone", "688.216.5222 x674"], ["phone_number", "1-736-242-0054 x80858"], ["reference", "0881054f-42f1-4138-a9b6-2e11feb090ea"], ["title", "Ut unde ratione."], ["user_name", "shanell.ward"], ["username", "terence"], ["uuid", "3302b8ef-a321-4166-a091-ba3711a031db"], ["created_at", "2020-11-23 07:50:58.843748"], ["updated_at", "2020-11-23 07:50:58.843748"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2007 Sharron Isle, Port Fidelia, WI 00348"], ["city", "Lednertown"], ["country", "Nicaragua"], ["description", "Et adipisci animi. Ab ut nostrum. Velit tempora ea."], ["email", "hong@example.info"], ["first_name", "Tamar"], ["firstname", "Sherwood"], ["last_name", "Buckridge"], ["lastname", "Hoppe"], ["lat", "15.54572403944944"], ["latitute", "53.339575788931654"], ["lng", "8.839027190582414"], ["locale", "TJ"], ["longitude", "-22.72848183564213"], ["middlename", "Rutherford"], ["middle_name", "Yost"], ["password", "Pv5YoMqS"], ["phone", "1-384-031-3831 x3819"], ["phone_number", "794.938.7577 x72626"], ["reference", "96567e92-45aa-45c4-b47c-04733104446c"], ["title", "Aliquid dolores labore temporibus voluptatem."], ["user_name", "danika"], ["username", "lavera.bailey"], ["uuid", "7079e18d-2063-4d8e-8a60-538c6c547be2"], ["created_at", "2020-11-23 07:50:58.865579"], ["updated_at", "2020-11-23 07:50:58.865579"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2079 Clement Field, Alvinchester, MA 21403-1239"], ["city", "Lake Oleneport"], ["country", "Kuwait"], ["description", "Et sequi laudantium. Consequuntur deserunt eos. Similique est veritatis. Ab in beatae."], ["email", "jacquiline@example.name"], ["first_name", "Dion"], ["firstname", "Cher"], ["last_name", "Kuhlman"], ["lastname", "Kertzmann"], ["lat", "49.38678614520762"], ["latitute", "0.5142959068238184"], ["lng", "127.96000145636287"], ["locale", "PA"], ["longitude", "162.33503014751614"], ["middlename", "Pagac"], ["middle_name", "Swift"], ["password", "IxFnPqXyMw4"], ["phone", "944-533-1474 x0433"], ["phone_number", "1-832-355-5181 x256"], ["reference", "13e73924-96c3-4f87-ae7c-4d1485f7ebaf"], ["title", "Molestiae sed nam nihil."], ["user_name", "stephane_weimann"], ["username", "rodger"], ["uuid", "fdc4e6ce-0a08-4936-803b-f2136a3fcbf7"], ["created_at", "2020-11-23 07:50:58.887469"], ["updated_at", "2020-11-23 07:50:58.887469"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4779 Braun Light, Port Sharyl, CA 54937"], ["city", "Joliefort"], ["country", "Ethiopia"], ["description", "Quos hic animi. Nesciunt voluptatibus repudiandae."], ["email", "jacob.homenick@example.com"], ["first_name", "Frances"], ["firstname", "Rita"], ["last_name", "Witting"], ["lastname", "Parisian"], ["lat", "48.49790147734063"], ["latitute", "-44.99155371022951"], ["lng", "5.29760825299374"], ["locale", "CR"], ["longitude", "38.10937674863263"], ["middlename", "Jacobs"], ["middle_name", "McDermott"], ["password", "A5x0ZbR1aI338f"], ["phone", "(349) 981-2055 x276"], ["phone_number", "720.115.0596 x210"], ["reference", "2d254e02-31b6-42b6-b701-017f7207a1d9"], ["title", "Debitis repellat non modi."], ["user_name", "zack_tillman"], ["username", "daniella_feeney"], ["uuid", "58f0e1f4-7bcd-4691-8ec9-22daa9d6cdd7"], ["created_at", "2020-11-23 07:50:58.909069"], ["updated_at", "2020-11-23 07:50:58.909069"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 932 395 Karima Branch, Natashiaview, IA 15278"], ["city", "East Dannie"], ["country", "Guadeloupe"], ["description", "Enim officia ipsa. Fugit odit ducimus."], ["email", "romeo@example.co"], ["first_name", "Stefanie"], ["firstname", "Levi"], ["last_name", "Hoeger"], ["lastname", "Cassin"], ["lat", "-78.97197812918479"], ["latitute", "-19.843864264820056"], ["lng", "-36.21678125278743"], ["locale", "NC"], ["longitude", "0.7856282680126299"], ["middlename", "Cormier"], ["middle_name", "Kemmer"], ["password", "02Ue6AbGoQdPqT"], ["phone", "(561) 696-9374 x7127"], ["phone_number", "(107) 914-9507 x119"], ["reference", "108d2738-cee6-45b1-b55f-34b640f3185f"], ["title", "Veritatis cupiditate blanditiis perferendis deserunt quasi."], ["user_name", "camille"], ["username", "tinisha_christiansen"], ["uuid", "a43a49ea-748b-4c95-b664-651ab0595513"], ["created_at", "2020-11-23 07:50:58.930971"], ["updated_at", "2020-11-23 07:50:58.930971"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 350 288 Waelchi Coves, Considinebury, MO 21581"], ["city", "West Stephine"], ["country", "Grenada"], ["description", "Quisquam molestiae quae. Et quo autem. Architecto reiciendis est. Eveniet ab ut. Delectus expedita culpa."], ["email", "heriberto@example.co"], ["first_name", "Quinn"], ["firstname", "Marcellus"], ["last_name", "Moen"], ["lastname", "McGlynn"], ["lat", "-23.68869185786393"], ["latitute", "-45.032839805175314"], ["lng", "136.2443667627166"], ["locale", "MH"], ["longitude", "-47.07688817441655"], ["middlename", "Volkman"], ["middle_name", "Schaefer"], ["password", "BwJ6sPmWd6Bt"], ["phone", "(778) 297-1207 x9667"], ["phone_number", "1-157-161-9323"], ["reference", "3d344b96-8e00-423d-b281-dbdb8cf29658"], ["title", "Vel consequatur incidunt architecto et et."], ["user_name", "christal"], ["username", "adelia_schimmel"], ["uuid", "24126a0d-530f-4854-bf4d-06954711b8bc"], ["created_at", "2020-11-23 07:50:58.962591"], ["updated_at", "2020-11-23 07:50:58.962591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "40126 Katerine Ranch, Vickyfurt, KY 33023-7953"], ["city", "New Harley"], ["country", "Germany"], ["description", "Nobis quia id. Similique aliquid quia. Dolores aspernatur perspiciatis. Voluptate exercitationem ab. Illo ea sit."], ["email", "matha_hodkiewicz@example.io"], ["first_name", "Miriam"], ["firstname", "Lindsay"], ["last_name", "Zieme"], ["lastname", "Bode"], ["lat", "79.26717766101604"], ["latitute", "50.44683211321694"], ["lng", "-165.66896292652342"], ["locale", "PS"], ["longitude", "-75.71865386126493"], ["middlename", "Mann"], ["middle_name", "Christiansen"], ["password", "Hv24Op3NwChO"], ["phone", "(297) 604-3609 x977"], ["phone_number", "1-869-952-7061 x82788"], ["reference", "cc09a979-afb3-4a2c-a940-48322f496a51"], ["title", "Et necessitatibus et repellat labore omnis."], ["user_name", "arnette_klocko"], ["username", "brittaney"], ["uuid", "2dc7f314-2338-46dd-8906-1e4a6d4374a4"], ["created_at", "2020-11-23 07:50:58.985345"], ["updated_at", "2020-11-23 07:50:58.985345"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-23 07:50:58.987290"], ["updated_at", "2020-11-23 07:50:58.987290"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-23 07:50:58.988528"], ["updated_at", "2020-11-23 07:50:58.988528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-23 07:50:58.989706"], ["updated_at", "2020-11-23 07:50:58.989706"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 07:50:58.990763"], ["updated_at", "2020-11-23 07:50:58.990763"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-23 07:50:58.991797"], ["updated_at", "2020-11-23 07:50:58.991797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 07:50:58.992845"], ["updated_at", "2020-11-23 07:50:58.992845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-23 07:50:58.993885"], ["updated_at", "2020-11-23 07:50:58.993885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-23 07:50:58.994927"], ["updated_at", "2020-11-23 07:50:58.994927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:59.011302"], ["updated_at", "2020-11-23 07:50:59.011302"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:59.012125"], ["updated_at", "2020-11-23 07:50:59.012125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:59.012768"], ["updated_at", "2020-11-23 07:50:59.012768"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:59.013385"], ["updated_at", "2020-11-23 07:50:59.013385"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:59.014004"], ["updated_at", "2020-11-23 07:50:59.014004"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:59.014626"], ["updated_at", "2020-11-23 07:50:59.014626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:59.015237"], ["updated_at", "2020-11-23 07:50:59.015237"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:50:59.015852"], ["updated_at", "2020-11-23 07:50:59.015852"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:50:59.016518"], ["updated_at", "2020-11-23 07:50:59.016518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:50:59.017176"], ["updated_at", "2020-11-23 07:50:59.017176"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:50:59.017802"], ["updated_at", "2020-11-23 07:50:59.017802"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:50:59.018421"], ["updated_at", "2020-11-23 07:50:59.018421"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:50:59.019055"], ["updated_at", "2020-11-23 07:50:59.019055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:50:59.019744"], ["updated_at", "2020-11-23 07:50:59.019744"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:50:59.020450"], ["updated_at", "2020-11-23 07:50:59.020450"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:50:59.021133"], ["updated_at", "2020-11-23 07:50:59.021133"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.1ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.8ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.9ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "381 Solomon Orchard, West Faviolahaven, RI 44990"], ["city", "Port Gordon"], ["country", "Tuvalu"], ["description", "Quia optio saepe. Non veniam labore."], ["email", "antonio@example.net"], ["first_name", "Eddie"], ["firstname", "Basilia"], ["last_name", "Gerhold"], ["lastname", "McCullough"], ["lat", "36.79489834591453"], ["latitute", "-52.971764702186555"], ["lng", "116.57461213578733"], ["locale", "UA"], ["longitude", "43.76588214633753"], ["middlename", "Rempel"], ["middle_name", "Tremblay"], ["password", "AoObSuBiLvDrJp"], ["phone", "879-757-8800 x65547"], ["phone_number", "103-954-3272 x85700"], ["reference", "24280a77-23ad-4e77-9d02-8134a0dfc0cc"], ["title", "Dolores animi ea sed autem."], ["user_name", "carman_lind"], ["username", "isaac"], ["uuid", "10217a45-560d-4d1c-9aa4-5cd82643c6bd"], ["created_at", "2020-11-23 07:51:56.276317"], ["updated_at", "2020-11-23 07:51:56.276317"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "863 Santo Lakes, Carterberg, OR 92645-1330"], ["city", "East Rikkistad"], ["country", "Afghanistan"], ["description", "Occaecati accusamus autem. Rem fugit dicta."], ["email", "carlie@example.info"], ["first_name", "Rachell"], ["firstname", "Sal"], ["last_name", "Bahringer"], ["lastname", "Jones"], ["lat", "-58.53715779000929"], ["latitute", "-21.339598688578803"], ["lng", "60.56554034135206"], ["locale", "SR"], ["longitude", "148.890165741626"], ["middlename", "Effertz"], ["middle_name", "Heidenreich"], ["password", "P2iU5nU4tVyYj6"], ["phone", "780-739-9618 x28174"], ["phone_number", "(535) 489-3108"], ["reference", "a7cb9fd5-3a98-40a0-9c5a-ab8ebd13c7c6"], ["title", "Et aut nihil et necessitatibus in."], ["user_name", "lester"], ["username", "tarra_dicki"], ["uuid", "cf236461-049c-4d03-8c95-97124627b148"], ["created_at", "2020-11-23 07:51:56.298022"], ["updated_at", "2020-11-23 07:51:56.298022"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 982 6693 Barb Throughway, South Evangeline, WV 34067"], ["city", "East Sierra"], ["country", "Guinea"], ["description", "Vero repudiandae dignissimos. Ut eligendi neque. Veritatis id eligendi."], ["email", "analisa_zulauf@example.info"], ["first_name", "Leanora"], ["firstname", "Kelley"], ["last_name", "Christiansen"], ["lastname", "Brekke"], ["lat", "-25.20893191178058"], ["latitute", "-4.719764649898224"], ["lng", "-165.6128571951522"], ["locale", "UY"], ["longitude", "156.37220632224603"], ["middlename", "Durgan"], ["middle_name", "Kub"], ["password", "XsZcGr8Ud1"], ["phone", "206.997.3331 x7716"], ["phone_number", "541.654.1919"], ["reference", "51efda7d-301b-4dd4-88d8-0aad134e2653"], ["title", "Qui illo fuga voluptatem."], ["user_name", "agatha"], ["username", "alanna"], ["uuid", "014593f3-d9a0-4e8d-aec8-6987968e17d6"], ["created_at", "2020-11-23 07:51:56.319520"], ["updated_at", "2020-11-23 07:51:56.319520"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "96889 Ethyl Club, West Cheri, NJ 02811"], ["city", "Chasstad"], ["country", "United Kingdom"], ["description", "Laudantium accusantium animi. Quo id ea. Dolor illum quia. Corporis eius consequatur. Ut est enim."], ["email", "joel_hermiston@example.name"], ["first_name", "Karrie"], ["firstname", "Annette"], ["last_name", "Orn"], ["lastname", "Tromp"], ["lat", "-56.18363393060633"], ["latitute", "39.61946665254595"], ["lng", "-2.3214543650163932"], ["locale", "PG"], ["longitude", "48.85392332422683"], ["middlename", "Bergnaum"], ["middle_name", "Shanahan"], ["password", "O9gNiMmC"], ["phone", "(520) 956-1556 x338"], ["phone_number", "831.519.9405"], ["reference", "0de54682-c07b-4b0e-8559-328c820824dc"], ["title", "Et commodi est voluptatum."], ["user_name", "chelsie"], ["username", "archie_oreilly"], ["uuid", "b9f59c32-b582-4cb8-a5f0-3f3b24e2ecd1"], ["created_at", "2020-11-23 07:51:56.349614"], ["updated_at", "2020-11-23 07:51:56.349614"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 811 17744 Michele Village, Deckowview, MO 45098"], ["city", "North Santinaside"], ["country", "Somalia"], ["description", "Ex quia ut. Facere id sit."], ["email", "loren_mayert@example.biz"], ["first_name", "August"], ["firstname", "Rolando"], ["last_name", "Bode"], ["lastname", "Douglas"], ["lat", "-68.36101384007979"], ["latitute", "36.53155192859887"], ["lng", "119.40012636372961"], ["locale", "KZ"], ["longitude", "47.37102720263442"], ["middlename", "Nader"], ["middle_name", "Russel"], ["password", "YfT6rMbX"], ["phone", "816-571-2649 x79001"], ["phone_number", "320.287.0202 x086"], ["reference", "f26e920f-77b2-46bc-b9a9-0b014f7b9ade"], ["title", "Veniam repellendus autem laboriosam."], ["user_name", "lieselotte"], ["username", "takako"], ["uuid", "0e3cd1fc-10d4-4dd6-8f21-8aaff9449c9a"], ["created_at", "2020-11-23 07:51:56.371612"], ["updated_at", "2020-11-23 07:51:56.371612"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 836 9879 Easter Roads, Port Cedrickton, WA 76782"], ["city", "West Han"], ["country", "Sudan"], ["description", "Voluptas enim quae. Voluptas mollitia laborum. Harum sunt dolor."], ["email", "milan@example.org"], ["first_name", "Man"], ["firstname", "Randell"], ["last_name", "Mills"], ["lastname", "Skiles"], ["lat", "31.563176185127247"], ["latitute", "-74.71338786171226"], ["lng", "86.5980393731972"], ["locale", "LK"], ["longitude", "-113.59504241015061"], ["middlename", "McLaughlin"], ["middle_name", "Howell"], ["password", "QcC0lHtK8pXfIi8I"], ["phone", "(521) 657-3267 x23517"], ["phone_number", "1-891-724-6033 x67701"], ["reference", "f66f4643-ec85-4723-bb09-6cdaab5fc61d"], ["title", "Quis laboriosam quia."], ["user_name", "cori"], ["username", "rolande"], ["uuid", "eb72d74b-643f-4f98-a905-2acbc89718d2"], ["created_at", "2020-11-23 07:51:56.393280"], ["updated_at", "2020-11-23 07:51:56.393280"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "741 Mohr Mount, Mikelbury, SC 99131"], ["city", "Port Jayne"], ["country", "Mayotte"], ["description", "Sit odio consequatur. Eos consequatur molestiae. Quis doloribus dolorem."], ["email", "trenton_kohler@example.net"], ["first_name", "Christopher"], ["firstname", "Roman"], ["last_name", "Blanda"], ["lastname", "Schiller"], ["lat", "44.8272941141046"], ["latitute", "50.60881587503562"], ["lng", "-81.52658892101375"], ["locale", "NE"], ["longitude", "78.95020190661569"], ["middlename", "Ullrich"], ["middle_name", "Koepp"], ["password", "JfGd1E1qU232lV9"], ["phone", "785-932-5149 x441"], ["phone_number", "1-651-171-6838 x023"], ["reference", "a97d37be-ed0f-481e-9a19-0921cccb5c67"], ["title", "Minima dolores vitae pariatur."], ["user_name", "von"], ["username", "gerry"], ["uuid", "aeb2dde0-2b15-4052-9673-e788832e7232"], ["created_at", "2020-11-23 07:51:56.414672"], ["updated_at", "2020-11-23 07:51:56.414672"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4023 Funk Crossing, North Lacyville, GA 63205"], ["city", "Lake Genachester"], ["country", "Montserrat"], ["description", "Accusamus rerum accusantium. Blanditiis quam quod."], ["email", "harlan.bauch@example.co"], ["first_name", "Erline"], ["firstname", "Beatris"], ["last_name", "Graham"], ["lastname", "Kulas"], ["lat", "37.269993505661986"], ["latitute", "49.501497993777946"], ["lng", "174.5514280593266"], ["locale", "BV"], ["longitude", "141.2256149242192"], ["middlename", "Cremin"], ["middle_name", "Monahan"], ["password", "G6hZm02Q80xWoTz"], ["phone", "993.836.8343 x953"], ["phone_number", "560.772.9065 x350"], ["reference", "9f411ce6-0416-4ab5-9236-b67946bbc3f4"], ["title", "Nesciunt natus recusandae eum."], ["user_name", "deloise"], ["username", "honey"], ["uuid", "a233975c-b917-4634-9c80-ea28fc277390"], ["created_at", "2020-11-23 07:51:56.443230"], ["updated_at", "2020-11-23 07:51:56.443230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "84985 Zemlak Causeway, West Cindiborough, KS 29947"], ["city", "Homenickbury"], ["country", "Bosnia and Herzegovina"], ["description", "Consequuntur quos sit. Soluta veniam impedit. Consequatur eveniet iste."], ["email", "enrique@example.com"], ["first_name", "Wilbur"], ["firstname", "Fredrick"], ["last_name", "Orn"], ["lastname", "Goodwin"], ["lat", "77.98205024098701"], ["latitute", "9.293499688267431"], ["lng", "-143.91248724843499"], ["locale", "GT"], ["longitude", "-142.34238641727814"], ["middlename", "Satterfield"], ["middle_name", "Hodkiewicz"], ["password", "GfEj8GaXt3HnB"], ["phone", "927.723.8679 x571"], ["phone_number", "(318) 286-3211 x73532"], ["reference", "f4cfb8c0-d26b-4271-9804-e3f368abdb2d"], ["title", "Odit eos tenetur possimus."], ["user_name", "deirdre.reichel"], ["username", "nicol.jones"], ["uuid", "46b59b49-c451-46c3-93b1-deb03b03454d"], ["created_at", "2020-11-23 07:51:56.467078"], ["updated_at", "2020-11-23 07:51:56.467078"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "98495 Carlos Mountains, Freddiemouth, TX 28573-1182"], ["city", "East Enriquefurt"], ["country", "Angola"], ["description", "Autem incidunt fugiat. Ratione fugiat quas. Repudiandae ut quis. Officiis illum temporibus."], ["email", "jadwiga@example.org"], ["first_name", "Darius"], ["firstname", "Caprice"], ["last_name", "Nienow"], ["lastname", "Weber"], ["lat", "-70.91140238700868"], ["latitute", "-57.476845656578924"], ["lng", "-166.4297083811885"], ["locale", "AW"], ["longitude", "-114.8093711527791"], ["middlename", "McKenzie"], ["middle_name", "Yundt"], ["password", "Lo2SxHv65ViC0"], ["phone", "1-757-570-7693"], ["phone_number", "1-921-813-1080 x769"], ["reference", "fba62fd0-0c69-4e9f-829b-966ce8522ebd"], ["title", "A minus tenetur ex est."], ["user_name", "dawn_bednar"], ["username", "keila.green"], ["uuid", "8776b011-f8f8-46c6-a1e3-9c99f491e20c"], ["created_at", "2020-11-23 07:51:56.489648"], ["updated_at", "2020-11-23 07:51:56.489648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 6.2827368884171], ["string", "Et vel blanditiis totam et."], ["date", "2020-12-03"], ["time", "2000-01-01 05:40:45.463200"], ["datetime", "2020-11-01 19:12:41.481850"], ["created_at", "2020-11-23 07:51:56.515172"], ["updated_at", "2020-11-23 07:51:56.515172"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 1.08008738455226], ["string", "Dicta saepe aut."], ["created_at", "2020-11-23 07:51:56.523008"], ["updated_at", "2020-11-23 07:51:56.523008"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 07:51:56.532029"], ["updated_at", "2020-11-23 07:51:56.532029"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-23 07:51:56.539086"], ["updated_at", "2020-11-23 07:51:56.539086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-23 07:51:56.544785"], ["updated_at", "2020-11-23 07:51:56.544785"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:56.552084"], ["updated_at", "2020-11-23 07:51:56.552084"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:56.558425"], ["updated_at", "2020-11-23 07:51:56.558425"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 974 164 Tremblay Plains, Wesleyland, FL 23719-6430"], ["city", "Zoefurt"], ["country", "Oman"], ["description", "Minus sequi voluptatem. Cupiditate ad illo. Provident consequatur id. Vero laborum rerum. Illo ipsam id."], ["email", "temple@example.io"], ["first_name", "Deshawn"], ["firstname", "Raymon"], ["last_name", "Koelpin"], ["lastname", "Kemmer"], ["lat", "-64.01924486025213"], ["latitute", "53.749535717839336"], ["lng", "37.39272386705974"], ["locale", "PM"], ["longitude", "-71.30700525243357"], ["middlename", "Reichel"], ["middle_name", "Williamson"], ["password", "2DfPiG7xKi"], ["phone", "1-636-507-8788"], ["phone_number", "357.161.0832 x403"], ["reference", "845163a5-0367-469d-935e-af65b502753e"], ["title", "Numquam autem facilis."], ["user_name", "lindsy"], ["username", "kyla.swift"], ["uuid", "631e8264-e1e9-4a1f-b7e1-360b9dad5511"], ["created_at", "2020-11-23 07:51:56.596073"], ["updated_at", "2020-11-23 07:51:56.596073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 07:51:56.602085"], ["updated_at", "2020-11-23 07:51:56.602085"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:56.613555"], ["updated_at", "2020-11-23 07:51:56.613555"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:51:56.617558"], ["updated_at", "2020-11-23 07:51:56.617558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 5.06807370792733], ["string", "Cum quasi quia necessitatibus."], ["date", "2020-12-30"], ["time", "2000-01-01 11:39:50.984209"], ["datetime", "2020-12-03 06:57:36.837148"], ["created_at", "2020-11-23 07:51:56.626127"], ["updated_at", "2020-11-23 07:51:56.626127"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 31], ["decimal", 5.62125283738122], ["string", "Consequatur ea magnam et."], ["date", "2020-12-12"], ["time", "2000-01-01 18:26:03.285176"], ["datetime", "2020-10-27 17:44:57.114830"], ["created_at", "2020-11-23 07:51:56.629009"], ["updated_at", "2020-11-23 07:51:56.629009"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 21], ["decimal", 4.00338528337489], ["string", "Quia optio molestias exercitationem alias."], ["date", "2020-10-16"], ["time", "2000-01-01 02:18:33.824788"], ["datetime", "2020-10-19 04:58:11.438606"], ["created_at", "2020-11-23 07:51:56.631952"], ["updated_at", "2020-11-23 07:51:56.631952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 35.9734051547593], ["string", "Ullam enim cupiditate dolor."], ["date", "2020-12-05"], ["time", "2000-01-01 02:06:42.560418"], ["datetime", "2020-12-31 12:33:03.227286"], ["created_at", "2020-11-23 07:51:56.634780"], ["updated_at", "2020-11-23 07:51:56.634780"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 9.4603929494947], ["string", "Tempora nostrum et dolor."], ["date", "2020-12-15"], ["time", "2000-01-01 13:10:09.976351"], ["datetime", "2020-11-18 05:54:21.466804"], ["created_at", "2020-11-23 07:51:56.637805"], ["updated_at", "2020-11-23 07:51:56.637805"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 13.6173578554027], ["string", "Numquam reiciendis eius."], ["date", "2020-10-12"], ["time", "2000-01-01 01:26:12.177795"], ["datetime", "2020-12-09 22:20:55.589127"], ["created_at", "2020-11-23 07:51:56.641342"], ["updated_at", "2020-11-23 07:51:56.641342"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 1.80260751494663], ["string", "Molestiae quos similique ipsam dolore alias."], ["date", "2020-11-15"], ["time", "2000-01-01 01:25:18.713958"], ["datetime", "2020-12-10 06:46:43.945516"], ["created_at", "2020-11-23 07:51:56.645027"], ["updated_at", "2020-11-23 07:51:56.645027"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 14.486229127834], ["string", "Eum adipisci perspiciatis cum."], ["date", "2020-12-08"], ["time", "2000-01-01 23:24:02.931450"], ["datetime", "2020-11-18 05:44:16.897967"], ["created_at", "2020-11-23 07:51:56.648716"], ["updated_at", "2020-11-23 07:51:56.648716"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1040], ["decimal", 20.8603639744433], ["string", "Quia molestias et dolore in animi."], ["created_at", "2020-11-23 07:51:56.651923"], ["updated_at", "2020-11-23 07:51:56.651923"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 15.3704083664712], ["string", "Optio blanditiis delectus quam reiciendis et."], ["created_at", "2020-11-23 07:51:56.655160"], ["updated_at", "2020-11-23 07:51:56.655160"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 11.6821687931796], ["string", "Officia et reprehenderit totam consequatur laudantium."], ["created_at", "2020-11-23 07:51:56.657765"], ["updated_at", "2020-11-23 07:51:56.657765"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 22.3419206195329], ["string", "Quae recusandae voluptatem."], ["created_at", "2020-11-23 07:51:56.660080"], ["updated_at", "2020-11-23 07:51:56.660080"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 4.46400514404024], ["string", "Eveniet neque ab sit."], ["created_at", "2020-11-23 07:51:56.662613"], ["updated_at", "2020-11-23 07:51:56.662613"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 30.0965537568595], ["string", "In totam rerum corporis quibusdam aut."], ["created_at", "2020-11-23 07:51:56.665498"], ["updated_at", "2020-11-23 07:51:56.665498"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1026], ["decimal", 32.3027051163053], ["string", "Rem unde cumque delectus sed."], ["created_at", "2020-11-23 07:51:56.668162"], ["updated_at", "2020-11-23 07:51:56.668162"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 2.66761374312679], ["string", "Et dolor debitis."], ["created_at", "2020-11-23 07:51:56.670692"], ["updated_at", "2020-11-23 07:51:56.670692"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-23 07:51:56.672750"], ["updated_at", "2020-11-23 07:51:56.672750"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-23 07:51:56.674646"], ["updated_at", "2020-11-23 07:51:56.674646"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-23 07:51:56.676556"], ["updated_at", "2020-11-23 07:51:56.676556"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-23 07:51:56.678352"], ["updated_at", "2020-11-23 07:51:56.678352"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-23 07:51:56.680194"], ["updated_at", "2020-11-23 07:51:56.680194"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-23 07:51:56.682456"], ["updated_at", "2020-11-23 07:51:56.682456"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 07:51:56.684486"], ["updated_at", "2020-11-23 07:51:56.684486"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-23 07:51:56.686351"], ["updated_at", "2020-11-23 07:51:56.686351"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 7], ["created_at", "2020-11-23 07:51:56.688830"], ["updated_at", "2020-11-23 07:51:56.688830"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 7], ["created_at", "2020-11-23 07:51:56.691325"], ["updated_at", "2020-11-23 07:51:56.691325"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 7], ["created_at", "2020-11-23 07:51:56.693677"], ["updated_at", "2020-11-23 07:51:56.693677"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 3], ["created_at", "2020-11-23 07:51:56.695979"], ["updated_at", "2020-11-23 07:51:56.695979"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-23 07:51:56.698598"], ["updated_at", "2020-11-23 07:51:56.698598"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-23 07:51:56.700918"], ["updated_at", "2020-11-23 07:51:56.700918"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 8], ["created_at", "2020-11-23 07:51:56.703108"], ["updated_at", "2020-11-23 07:51:56.703108"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-23 07:51:56.705319"], ["updated_at", "2020-11-23 07:51:56.705319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-23 07:51:56.707038"], ["updated_at", "2020-11-23 07:51:56.707038"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-23 07:51:56.708732"], ["updated_at", "2020-11-23 07:51:56.708732"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-23 07:51:56.710361"], ["updated_at", "2020-11-23 07:51:56.710361"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-23 07:51:56.711902"], ["updated_at", "2020-11-23 07:51:56.711902"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-23 07:51:56.713520"], ["updated_at", "2020-11-23 07:51:56.713520"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-23 07:51:56.715143"], ["updated_at", "2020-11-23 07:51:56.715143"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-23 07:51:56.717081"], ["updated_at", "2020-11-23 07:51:56.717081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-23 07:51:56.718828"], ["updated_at", "2020-11-23 07:51:56.718828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:56.719800"], ["updated_at", "2020-11-23 07:51:56.719800"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:56.720701"], ["updated_at", "2020-11-23 07:51:56.720701"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:56.721688"], ["updated_at", "2020-11-23 07:51:56.721688"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:56.722628"], ["updated_at", "2020-11-23 07:51:56.722628"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:56.723524"], ["updated_at", "2020-11-23 07:51:56.723524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:56.724471"], ["updated_at", "2020-11-23 07:51:56.724471"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:56.725348"], ["updated_at", "2020-11-23 07:51:56.725348"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:56.726238"], ["updated_at", "2020-11-23 07:51:56.726238"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:56.727967"], ["updated_at", "2020-11-23 07:51:56.727967"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:56.729710"], ["updated_at", "2020-11-23 07:51:56.729710"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:56.731400"], ["updated_at", "2020-11-23 07:51:56.731400"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:56.732958"], ["updated_at", "2020-11-23 07:51:56.732958"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:56.734757"], ["updated_at", "2020-11-23 07:51:56.734757"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:56.736290"], ["updated_at", "2020-11-23 07:51:56.736290"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:56.737852"], ["updated_at", "2020-11-23 07:51:56.737852"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:56.739435"], ["updated_at", "2020-11-23 07:51:56.739435"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "759 Robel Rapids, New Scarletburgh, PA 44270-9815"], ["city", "Cyruschester"], ["country", "Antarctica (the territory South of 60 deg S)"], ["description", "Praesentium dolor architecto. Rem praesentium ad. Quas magni doloribus. Suscipit est fuga."], ["email", "jeffry.cole@example.co"], ["first_name", "Yasuko"], ["firstname", "Omer"], ["last_name", "Haley"], ["lastname", "Emmerich"], ["lat", "-62.069462896911254"], ["latitute", "74.28836901912908"], ["lng", "-90.6506667910986"], ["locale", "BQ"], ["longitude", "-108.00568345184753"], ["middlename", "Schaefer"], ["middle_name", "Dietrich"], ["password", "6W97eU1q3Xb8UoQ"], ["phone", "622.932.3832 x9208"], ["phone_number", "1-759-557-7750"], ["reference", "82362d94-2129-4e2b-897e-4cc8e88926db"], ["title", "Ratione sed dolor iste ut."], ["user_name", "luis.mosciski"], ["username", "irving"], ["uuid", "92892c47-0c32-420a-a299-c0387730fee6"], ["created_at", "2020-11-23 07:51:56.772297"], ["updated_at", "2020-11-23 07:51:56.772297"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 149 8459 Leannon Mills, Port Lou, WI 65142"], ["city", "Welchtown"], ["country", "Swaziland"], ["description", "Accusantium eius occaecati. Non assumenda eum. Non eligendi rerum. Dolores eveniet distinctio. Animi culpa quaerat."], ["email", "debbi@example.co"], ["first_name", "Tatiana"], ["firstname", "Lindsay"], ["last_name", "Mann"], ["lastname", "Donnelly"], ["lat", "-12.412911727729892"], ["latitute", "-30.180424580694456"], ["lng", "117.54105705993123"], ["locale", "MC"], ["longitude", "-56.6652436196531"], ["middlename", "Kirlin"], ["middle_name", "Bruen"], ["password", "K53p5WeL31"], ["phone", "(804) 198-7539 x5393"], ["phone_number", "100.952.7875 x886"], ["reference", "608613d2-d8eb-42a5-a1be-a08db1dd339a"], ["title", "Quis iusto dolorem quisquam."], ["user_name", "mendy_lind"], ["username", "jacinto.renner"], ["uuid", "c18feed2-e0f1-4fc5-8a7f-03ca393d5b1e"], ["created_at", "2020-11-23 07:51:56.797838"], ["updated_at", "2020-11-23 07:51:56.797838"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "24253 Raymundo Glens, Macymouth, VT 94361-1957"], ["city", "Brittnyburgh"], ["country", "Comoros"], ["description", "Quidem dolores nam. Harum eius modi. Id aperiam repellat. Culpa illo numquam."], ["email", "erich@example.biz"], ["first_name", "Rich"], ["firstname", "Vinnie"], ["last_name", "Glover"], ["lastname", "Runolfsdottir"], ["lat", "-75.80489808999943"], ["latitute", "24.406476448162266"], ["lng", "-140.1663586010497"], ["locale", "IL"], ["longitude", "-97.37265098699736"], ["middlename", "Kreiger"], ["middle_name", "Kulas"], ["password", "R8qDlNf2L218q"], ["phone", "(224) 779-2600 x5115"], ["phone_number", "(674) 428-2913 x915"], ["reference", "cdde75ec-9c05-4c56-9b63-02c5497268cd"], ["title", "Aliquam modi qui quisquam ad veritatis."], ["user_name", "samira.auer"], ["username", "vikki.balistreri"], ["uuid", "2b454109-07e6-4ca9-9fa9-d97c1b0e2789"], ["created_at", "2020-11-23 07:51:56.820541"], ["updated_at", "2020-11-23 07:51:56.820541"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 185 906 Ronda Alley, Zboncakburgh, NC 55199"], ["city", "Framiville"], ["country", "Swaziland"], ["description", "Animi ullam hic. Corporis molestiae sint. Quas sit et. Fuga sed dolore. Ducimus praesentium error."], ["email", "gabriel@example.name"], ["first_name", "Kim"], ["firstname", "Donovan"], ["last_name", "Huels"], ["lastname", "Wintheiser"], ["lat", "40.56233175180631"], ["latitute", "9.366687715490741"], ["lng", "53.82935190304926"], ["locale", "SA"], ["longitude", "-46.34883346479478"], ["middlename", "Beahan"], ["middle_name", "Pouros"], ["password", "QhM1f8Nq8J0"], ["phone", "(255) 894-5354 x357"], ["phone_number", "277-406-7121"], ["reference", "d78684fc-f959-4be5-8bb7-fd4e344e1a05"], ["title", "Nihil et esse."], ["user_name", "grover"], ["username", "quintin"], ["uuid", "d95ff520-cbea-464b-b3b1-75a418813501"], ["created_at", "2020-11-23 07:51:56.843025"], ["updated_at", "2020-11-23 07:51:56.843025"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "648 Sanford Parkway, North Talithafort, MT 88115"], ["city", "West Hiltonburgh"], ["country", "French Guiana"], ["description", "Inventore rem omnis. Architecto alias eum."], ["email", "frances_cronin@example.org"], ["first_name", "Boyce"], ["firstname", "Carlton"], ["last_name", "Walter"], ["lastname", "Murphy"], ["lat", "23.76148462811473"], ["latitute", "51.38003151183321"], ["lng", "159.3274559822741"], ["locale", "EH"], ["longitude", "137.9255354911868"], ["middlename", "Zemlak"], ["middle_name", "Barrows"], ["password", "HoI54aHm5Ji13Vq8"], ["phone", "332.274.1931"], ["phone_number", "112.707.1959 x10102"], ["reference", "f56f5409-b022-41e7-ba56-50fb896139b9"], ["title", "Expedita velit quidem."], ["user_name", "luanne.schulist"], ["username", "jamaal"], ["uuid", "025be20d-567f-4abf-835c-eb70cba85961"], ["created_at", "2020-11-23 07:51:56.874064"], ["updated_at", "2020-11-23 07:51:56.874064"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "15841 Toccara Way, New Serenashire, NC 53036-9418"], ["city", "East Rey"], ["country", "Morocco"], ["description", "Reiciendis laboriosam et. Enim blanditiis expedita. Et nesciunt quisquam."], ["email", "ashanti@example.name"], ["first_name", "Jone"], ["firstname", "Reid"], ["last_name", "Barrows"], ["lastname", "Bode"], ["lat", "9.498112873327997"], ["latitute", "84.85590634393512"], ["lng", "83.47671199286577"], ["locale", "FR"], ["longitude", "-30.51380152881964"], ["middlename", "Ullrich"], ["middle_name", "Gulgowski"], ["password", "O0lYx4OvN2"], ["phone", "730.417.2664"], ["phone_number", "831.022.7168"], ["reference", "818bfa16-1618-4baa-b208-f0e1b604f5f9"], ["title", "Asperiores dolore quia atque."], ["user_name", "kerri_leuschke"], ["username", "britany"], ["uuid", "0901b2af-5a47-4c90-8c6c-70d3ad5b1792"], ["created_at", "2020-11-23 07:51:56.898120"], ["updated_at", "2020-11-23 07:51:56.898120"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 297 53824 Terica Trafficway, New Kacieville, VA 56651-4760"], ["city", "Florindaton"], ["country", "Poland"], ["description", "Rerum facilis aut. Facilis aut aspernatur."], ["email", "tyron.zieme@example.name"], ["first_name", "Adolfo"], ["firstname", "Shane"], ["last_name", "Wisoky"], ["lastname", "Feest"], ["lat", "16.576181075413345"], ["latitute", "-14.123064669138941"], ["lng", "118.0506576006614"], ["locale", "SL"], ["longitude", "-167.9704190333575"], ["middlename", "O'Reilly"], ["middle_name", "Hand"], ["password", "C6eEx6OgQ8l54"], ["phone", "647-871-5371 x1761"], ["phone_number", "1-219-001-0389 x8847"], ["reference", "05a4467f-e5f3-4235-a3f6-1482835d7c8c"], ["title", "Dignissimos asperiores sed illo illum."], ["user_name", "mee_marvin"], ["username", "jerrica.williamson"], ["uuid", "c88e66e0-db71-4937-a709-4573e3d52244"], ["created_at", "2020-11-23 07:51:56.920524"], ["updated_at", "2020-11-23 07:51:56.920524"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9742 Jesenia Inlet, Augustview, VA 06985-4042"], ["city", "Anthonytown"], ["country", "Uganda"], ["description", "Itaque harum quibusdam. Iure harum quod. Qui animi et."], ["email", "kazuko@example.net"], ["first_name", "Vicente"], ["firstname", "Trinidad"], ["last_name", "Volkman"], ["lastname", "Berge"], ["lat", "-61.11293829940227"], ["latitute", "58.042506444115105"], ["lng", "14.425149919667064"], ["locale", "KH"], ["longitude", "-139.34128129496014"], ["middlename", "Hackett"], ["middle_name", "Legros"], ["password", "Jh1IqGbO37gW"], ["phone", "1-224-019-1053"], ["phone_number", "979.422.4264 x41615"], ["reference", "1fdbea70-29df-46f3-ab99-5d81dac1e101"], ["title", "Consequatur cum ut exercitationem similique."], ["user_name", "landon.rempel"], ["username", "winifred"], ["uuid", "2e865904-c320-4e4a-95cd-93ec667041c5"], ["created_at", "2020-11-23 07:51:56.942903"], ["updated_at", "2020-11-23 07:51:56.942903"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-23 07:51:56.945538"], ["updated_at", "2020-11-23 07:51:56.945538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-23 07:51:56.947317"], ["updated_at", "2020-11-23 07:51:56.947317"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-23 07:51:56.949084"], ["updated_at", "2020-11-23 07:51:56.949084"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-23 07:51:56.950466"], ["updated_at", "2020-11-23 07:51:56.950466"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-23 07:51:56.951716"], ["updated_at", "2020-11-23 07:51:56.951716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-23 07:51:56.952854"], ["updated_at", "2020-11-23 07:51:56.952854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-23 07:51:56.953987"], ["updated_at", "2020-11-23 07:51:56.953987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-23 07:51:56.955232"], ["updated_at", "2020-11-23 07:51:56.955232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:56.980066"], ["updated_at", "2020-11-23 07:51:56.980066"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:56.980993"], ["updated_at", "2020-11-23 07:51:56.980993"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:56.981719"], ["updated_at", "2020-11-23 07:51:56.981719"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:56.982421"], ["updated_at", "2020-11-23 07:51:56.982421"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:56.983173"], ["updated_at", "2020-11-23 07:51:56.983173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:56.983932"], ["updated_at", "2020-11-23 07:51:56.983932"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:56.984663"], ["updated_at", "2020-11-23 07:51:56.984663"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:56.985375"], ["updated_at", "2020-11-23 07:51:56.985375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:51:56.986118"], ["updated_at", "2020-11-23 07:51:56.986118"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:51:56.986852"], ["updated_at", "2020-11-23 07:51:56.986852"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:51:56.987562"], ["updated_at", "2020-11-23 07:51:56.987562"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:51:56.988280"], ["updated_at", "2020-11-23 07:51:56.988280"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:51:56.989008"], ["updated_at", "2020-11-23 07:51:56.989008"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:51:56.989718"], ["updated_at", "2020-11-23 07:51:56.989718"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:51:56.990423"], ["updated_at", "2020-11-23 07:51:56.990423"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:51:56.991125"], ["updated_at", "2020-11-23 07:51:56.991125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 14.7234810316343], ["string", "Eos aut voluptatem veritatis non eum."], ["date", "2020-11-13"], ["time", "2000-01-01 16:12:19.973946"], ["datetime", "2020-12-27 21:20:09.705681"], ["created_at", "2020-11-23 07:51:57.020969"], ["updated_at", "2020-11-23 07:51:57.020969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 24.5119916868418], ["string", "Deserunt totam reiciendis."], ["date", "2020-11-04"], ["time", "2000-01-01 00:49:50.660036"], ["datetime", "2020-10-21 20:24:48.865139"], ["created_at", "2020-11-23 07:51:57.024169"], ["updated_at", "2020-11-23 07:51:57.024169"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 15.6539052239035], ["string", "Corporis aut iste."], ["date", "2020-10-14"], ["time", "2000-01-01 17:49:37.306661"], ["datetime", "2020-12-12 00:42:01.666029"], ["created_at", "2020-11-23 07:51:57.028178"], ["updated_at", "2020-11-23 07:51:57.028178"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 0.188710123118903], ["string", "Minus cupiditate rerum."], ["date", "2020-11-01"], ["time", "2000-01-01 13:33:02.319911"], ["datetime", "2020-11-29 15:20:38.455158"], ["created_at", "2020-11-23 07:51:57.033332"], ["updated_at", "2020-11-23 07:51:57.033332"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 4.0287170217479], ["string", "Modi ad earum ipsam consequatur id."], ["date", "2020-12-31"], ["time", "2000-01-01 06:56:35.187234"], ["datetime", "2020-12-07 14:35:18.771502"], ["created_at", "2020-11-23 07:51:57.036550"], ["updated_at", "2020-11-23 07:51:57.036550"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 14.1908099104202], ["string", "Libero minus nihil fugit omnis quis."], ["date", "2020-12-18"], ["time", "2000-01-01 23:46:54.478234"], ["datetime", "2020-12-10 20:58:38.337045"], ["created_at", "2020-11-23 07:51:57.039583"], ["updated_at", "2020-11-23 07:51:57.039583"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:57.043594"], ["updated_at", "2020-11-23 07:51:57.043594"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 7.24346405957536], ["string", "Repellendus quos placeat."], ["date", "2020-11-13"], ["time", "2000-01-01 16:44:47.596491"], ["datetime", "2020-12-14 13:04:29.746275"], ["created_at", "2020-11-23 07:51:57.078426"], ["updated_at", "2020-11-23 07:51:57.078426"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 16.8200363984569], ["string", "Magni dolor consectetur odio."], ["date", "2020-10-24"], ["time", "2000-01-01 14:25:44.979709"], ["datetime", "2020-12-22 21:03:11.937997"], ["created_at", "2020-11-23 07:51:57.081971"], ["updated_at", "2020-11-23 07:51:57.081971"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 29.9114771498245], ["string", "Consectetur numquam quia et quos."], ["date", "2020-12-10"], ["time", "2000-01-01 03:54:59.753194"], ["datetime", "2020-11-25 17:07:05.760150"], ["created_at", "2020-11-23 07:51:57.085484"], ["updated_at", "2020-11-23 07:51:57.085484"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 7.58680401993495], ["string", "Voluptas ut porro."], ["date", "2020-12-11"], ["time", "2000-01-01 10:59:47.893973"], ["datetime", "2020-10-26 12:08:03.566072"], ["created_at", "2020-11-23 07:51:57.088650"], ["updated_at", "2020-11-23 07:51:57.088650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 15.0111803823865], ["string", "Dolor quaerat ut velit distinctio."], ["date", "2020-12-19"], ["time", "2000-01-01 10:01:34.747751"], ["datetime", "2020-12-08 07:40:07.295985"], ["created_at", "2020-11-23 07:51:57.091705"], ["updated_at", "2020-11-23 07:51:57.091705"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 7.67594506890238], ["string", "Consequuntur suscipit et mollitia."], ["date", "2020-11-10"], ["time", "2000-01-01 10:03:32.489822"], ["datetime", "2020-11-23 09:43:02.188576"], ["created_at", "2020-11-23 07:51:57.095833"], ["updated_at", "2020-11-23 07:51:57.095833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 22.4148692250558], ["string", "Quis id quia."], ["date", "2020-11-27"], ["time", "2000-01-01 23:05:13.354253"], ["datetime", "2020-11-17 06:06:47.382804"], ["created_at", "2020-11-23 07:51:57.099405"], ["updated_at", "2020-11-23 07:51:57.099405"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 1.63387840089146], ["string", "Quod ex est nesciunt."], ["date", "2020-11-23"], ["time", "2000-01-01 21:43:02.556943"], ["datetime", "2020-11-15 10:01:57.440835"], ["created_at", "2020-11-23 07:51:57.102767"], ["updated_at", "2020-11-23 07:51:57.102767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 8.31565793516151], ["string", "Explicabo aut corrupti."], ["created_at", "2020-11-23 07:51:57.105497"], ["updated_at", "2020-11-23 07:51:57.105497"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 1.6196733557972], ["string", "Deleniti eaque recusandae suscipit ipsam quasi."], ["created_at", "2020-11-23 07:51:57.107757"], ["updated_at", "2020-11-23 07:51:57.107757"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 2.54846728017718], ["string", "Est perferendis qui nam."], ["created_at", "2020-11-23 07:51:57.110009"], ["updated_at", "2020-11-23 07:51:57.110009"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", 3.80436051697378], ["string", "Fuga commodi deserunt quae quod."], ["created_at", "2020-11-23 07:51:57.112165"], ["updated_at", "2020-11-23 07:51:57.112165"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 2.37611021566687], ["string", "Est qui sit."], ["created_at", "2020-11-23 07:51:57.114744"], ["updated_at", "2020-11-23 07:51:57.114744"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 2.54681305806053], ["string", "Id quia aut."], ["created_at", "2020-11-23 07:51:57.117520"], ["updated_at", "2020-11-23 07:51:57.117520"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 5.26833147140975], ["string", "Voluptatem facere et ea ea qui."], ["created_at", "2020-11-23 07:51:57.119893"], ["updated_at", "2020-11-23 07:51:57.119893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 6.5016057075298], ["string", "Id quibusdam voluptatum accusantium velit provident."], ["created_at", "2020-11-23 07:51:57.121996"], ["updated_at", "2020-11-23 07:51:57.121996"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-23 07:51:57.123558"], ["updated_at", "2020-11-23 07:51:57.123558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-23 07:51:57.124922"], ["updated_at", "2020-11-23 07:51:57.124922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-23 07:51:57.126256"], ["updated_at", "2020-11-23 07:51:57.126256"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-23 07:51:57.127550"], ["updated_at", "2020-11-23 07:51:57.127550"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-23 07:51:57.128839"], ["updated_at", "2020-11-23 07:51:57.128839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-23 07:51:57.130434"], ["updated_at", "2020-11-23 07:51:57.130434"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-23 07:51:57.132055"], ["updated_at", "2020-11-23 07:51:57.132055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-23 07:51:57.133491"], ["updated_at", "2020-11-23 07:51:57.133491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 8], ["created_at", "2020-11-23 07:51:57.135504"], ["updated_at", "2020-11-23 07:51:57.135504"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 8], ["created_at", "2020-11-23 07:51:57.137299"], ["updated_at", "2020-11-23 07:51:57.137299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 8], ["created_at", "2020-11-23 07:51:57.139016"], ["updated_at", "2020-11-23 07:51:57.139016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 6], ["created_at", "2020-11-23 07:51:57.140750"], ["updated_at", "2020-11-23 07:51:57.140750"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 7], ["created_at", "2020-11-23 07:51:57.142482"], ["updated_at", "2020-11-23 07:51:57.142482"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 8], ["created_at", "2020-11-23 07:51:57.144228"], ["updated_at", "2020-11-23 07:51:57.144228"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 3], ["created_at", "2020-11-23 07:51:57.145926"], ["updated_at", "2020-11-23 07:51:57.145926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 5], ["created_at", "2020-11-23 07:51:57.148136"], ["updated_at", "2020-11-23 07:51:57.148136"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-23 07:51:57.149556"], ["updated_at", "2020-11-23 07:51:57.149556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-23 07:51:57.151023"], ["updated_at", "2020-11-23 07:51:57.151023"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-23 07:51:57.152412"], ["updated_at", "2020-11-23 07:51:57.152412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-23 07:51:57.153696"], ["updated_at", "2020-11-23 07:51:57.153696"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-23 07:51:57.155006"], ["updated_at", "2020-11-23 07:51:57.155006"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-23 07:51:57.156267"], ["updated_at", "2020-11-23 07:51:57.156267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-23 07:51:57.157535"], ["updated_at", "2020-11-23 07:51:57.157535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-23 07:51:57.158758"], ["updated_at", "2020-11-23 07:51:57.158758"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:57.159498"], ["updated_at", "2020-11-23 07:51:57.159498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:57.160187"], ["updated_at", "2020-11-23 07:51:57.160187"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:57.160878"], ["updated_at", "2020-11-23 07:51:57.160878"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:57.161509"], ["updated_at", "2020-11-23 07:51:57.161509"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:57.162145"], ["updated_at", "2020-11-23 07:51:57.162145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:57.162795"], ["updated_at", "2020-11-23 07:51:57.162795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:57.163472"], ["updated_at", "2020-11-23 07:51:57.163472"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:57.164131"], ["updated_at", "2020-11-23 07:51:57.164131"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:57.165474"], ["updated_at", "2020-11-23 07:51:57.165474"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:57.167084"], ["updated_at", "2020-11-23 07:51:57.167084"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:57.168576"], ["updated_at", "2020-11-23 07:51:57.168576"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:57.169651"], ["updated_at", "2020-11-23 07:51:57.169651"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:57.170714"], ["updated_at", "2020-11-23 07:51:57.170714"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:57.171766"], ["updated_at", "2020-11-23 07:51:57.171766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:57.172832"], ["updated_at", "2020-11-23 07:51:57.172832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:57.173881"], ["updated_at", "2020-11-23 07:51:57.173881"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 395 1215 Hayes Locks, Dulcemouth, VA 34636-9176"], ["city", "McClureton"], ["country", "Belize"], ["description", "Corporis aperiam quasi. Ut inventore id. Saepe consequatur doloremque."], ["email", "gabriella.walter@example.name"], ["first_name", "Sina"], ["firstname", "Blair"], ["last_name", "Connelly"], ["lastname", "Nolan"], ["lat", "6.652475171170352"], ["latitute", "-0.7480623537477271"], ["lng", "15.015373611946387"], ["locale", "NO"], ["longitude", "-74.6417526761876"], ["middlename", "Jaskolski"], ["middle_name", "Bergnaum"], ["password", "L6oTx9CfS"], ["phone", "602.880.1159 x0271"], ["phone_number", "1-639-639-8555"], ["reference", "decb6177-c25f-4e3d-9624-0ebf0bd4368c"], ["title", "Eaque consequatur accusamus minima."], ["user_name", "jesse"], ["username", "tonya.lowe"], ["uuid", "1f926678-1b31-42b7-b652-055d255f7064"], ["created_at", "2020-11-23 07:51:57.209263"], ["updated_at", "2020-11-23 07:51:57.209263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 705 67772 Murazik Rapids, Borisland, WY 55492"], ["city", "Port Odellberg"], ["country", "Germany"], ["description", "Et ea et. Totam sit quo. Ducimus suscipit nostrum. Aut odio quisquam. Eum sit quia."], ["email", "claudio@example.info"], ["first_name", "Jay"], ["firstname", "Adolfo"], ["last_name", "Homenick"], ["lastname", "Bogan"], ["lat", "81.63661965418297"], ["latitute", "-24.784008146953383"], ["lng", "-161.55939627140742"], ["locale", "ML"], ["longitude", "-18.789838322330866"], ["middlename", "Hermann"], ["middle_name", "Rolfson"], ["password", "4Q45jHdK4f"], ["phone", "875.092.1658 x87370"], ["phone_number", "618.384.0871 x191"], ["reference", "757b4095-8cdc-4b79-8a31-bd03ad91cd80"], ["title", "Consequuntur alias quos accusantium quam exercitationem."], ["user_name", "pasquale"], ["username", "kamilah"], ["uuid", "6c792ad0-f3bd-4dd3-8cde-adf59e5d20b9"], ["created_at", "2020-11-23 07:51:57.234140"], ["updated_at", "2020-11-23 07:51:57.234140"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 645 934 Hayden Corners, Katyshire, MT 03835-8833"], ["city", "East Zachary"], ["country", "Macao"], ["description", "Harum ut architecto. Consequuntur tenetur corporis."], ["email", "dillon_oberbrunner@example.name"], ["first_name", "Karri"], ["firstname", "Ester"], ["last_name", "Ferry"], ["lastname", "McClure"], ["lat", "-60.41853050739746"], ["latitute", "-41.131769175749206"], ["lng", "176.08302173418144"], ["locale", "KI"], ["longitude", "-54.043518425690465"], ["middlename", "Lemke"], ["middle_name", "Heller"], ["password", "Wo2W7aSyOo5QrN38"], ["phone", "611-496-2831 x4504"], ["phone_number", "1-398-749-9505 x611"], ["reference", "262c3523-46ca-482c-a7c5-15c2cf8139b8"], ["title", "Nam quidem totam eos nobis quaerat."], ["user_name", "dollie_christiansen"], ["username", "monet.stroman"], ["uuid", "7c33e4c1-020b-44a4-b587-654573756a6e"], ["created_at", "2020-11-23 07:51:57.256906"], ["updated_at", "2020-11-23 07:51:57.256906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "34559 Bradtke Burg, Legrosland, MN 33337"], ["city", "Ritchiemouth"], ["country", "Guam"], ["description", "Quae at voluptatem. Sunt minus quam. Et consectetur blanditiis."], ["email", "dorian@example.name"], ["first_name", "Connie"], ["firstname", "Lyndon"], ["last_name", "Kuhlman"], ["lastname", "Dietrich"], ["lat", "-69.68981144155696"], ["latitute", "37.84294469969626"], ["lng", "-105.47362653590336"], ["locale", "CU"], ["longitude", "-151.17700291634412"], ["middlename", "Blanda"], ["middle_name", "Toy"], ["password", "8UlYjHmFj5"], ["phone", "1-361-470-2280"], ["phone_number", "535.617.0953 x00047"], ["reference", "b444bded-e10a-43b6-9a9a-5f3d6326b9b6"], ["title", "Consequatur necessitatibus iure at cupiditate corporis."], ["user_name", "son"], ["username", "daniel"], ["uuid", "16e61bc4-9831-4f4b-ba26-d2a4c4581833"], ["created_at", "2020-11-23 07:51:57.278848"], ["updated_at", "2020-11-23 07:51:57.278848"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 954 1178 Stoltenberg Viaduct, Klockotown, AK 12109"], ["city", "South Arie"], ["country", "Saint Vincent and the Grenadines"], ["description", "Est praesentium temporibus. Consequuntur sed reiciendis."], ["email", "chong_osinski@example.net"], ["first_name", "Eugenio"], ["firstname", "Marvis"], ["last_name", "Sanford"], ["lastname", "Hills"], ["lat", "-33.48529632137382"], ["latitute", "-11.728077688842419"], ["lng", "-79.69022618550596"], ["locale", "PL"], ["longitude", "-7.201667809067658"], ["middlename", "Jerde"], ["middle_name", "Carroll"], ["password", "0EmFlL8n"], ["phone", "1-235-363-7898 x743"], ["phone_number", "584-122-6696 x233"], ["reference", "e7086c6d-6a28-4f37-a1f2-ab20ee289150"], ["title", "Illo vero a."], ["user_name", "toby_lang"], ["username", "stacie"], ["uuid", "126c62d8-d40a-49b9-8bdf-bc9377055f05"], ["created_at", "2020-11-23 07:51:57.308049"], ["updated_at", "2020-11-23 07:51:57.308049"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8758 Theo Street, Tennilleview, RI 69844"], ["city", "East Moises"], ["country", "Iceland"], ["description", "Omnis deleniti ratione. Dolorem facilis sit. Et quas nihil. Quos fuga dolor. Consequatur dolorum odit."], ["email", "angella_wisozk@example.net"], ["first_name", "Minh"], ["firstname", "Kendall"], ["last_name", "Rodriguez"], ["lastname", "Heathcote"], ["lat", "44.223901021692626"], ["latitute", "-14.123038720965368"], ["lng", "152.79003804309446"], ["locale", "SN"], ["longitude", "-4.780021844424255"], ["middlename", "Emard"], ["middle_name", "Parker"], ["password", "DsMi06RcZ"], ["phone", "171.647.2941 x69433"], ["phone_number", "1-464-108-5429 x66042"], ["reference", "631b0661-a79d-48e4-a935-c6dd76729225"], ["title", "Suscipit provident repudiandae consequatur quisquam soluta."], ["user_name", "grady_wolf"], ["username", "jack.kozey"], ["uuid", "58efb9ed-766e-4161-842d-c9c479102a19"], ["created_at", "2020-11-23 07:51:57.330344"], ["updated_at", "2020-11-23 07:51:57.330344"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8576 Klocko Island, Kunzefort, NH 92166"], ["city", "Jakubowskihaven"], ["country", "Lebanon"], ["description", "Laboriosam aut perferendis. Debitis consequatur quia. Sint et perferendis."], ["email", "latisha_ziemann@example.net"], ["first_name", "Louisa"], ["firstname", "Guy"], ["last_name", "Schmitt"], ["lastname", "Bernhard"], ["lat", "-84.2322105851282"], ["latitute", "73.09448946548477"], ["lng", "-171.95379181610735"], ["locale", "AL"], ["longitude", "-103.88516799644431"], ["middlename", "Quitzon"], ["middle_name", "Cummings"], ["password", "BaIlTxDbM6dHu"], ["phone", "802.506.5644 x745"], ["phone_number", "1-678-333-2006 x26043"], ["reference", "51cc1fe4-8cbe-43eb-9810-ad3b876fa3a8"], ["title", "Temporibus expedita ducimus non."], ["user_name", "marquerite.okeefe"], ["username", "marcelo.kovacek"], ["uuid", "99e9545e-0e6e-4343-bb37-64464bbfbc34"], ["created_at", "2020-11-23 07:51:57.352001"], ["updated_at", "2020-11-23 07:51:57.352001"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 632 8894 Bertram Trail, South Alphonsoborough, MD 47487"], ["city", "Jacobifort"], ["country", "Macedonia"], ["description", "Praesentium facilis occaecati. Quo aliquid est."], ["email", "andre_quitzon@example.net"], ["first_name", "Margaret"], ["firstname", "Tory"], ["last_name", "Cole"], ["lastname", "Frami"], ["lat", "16.821670550528864"], ["latitute", "28.961290315810416"], ["lng", "-148.3635662028239"], ["locale", "PT"], ["longitude", "91.19472463148276"], ["middlename", "Miller"], ["middle_name", "Greenfelder"], ["password", "SbVpXxNpGyQ4v"], ["phone", "983-033-3974"], ["phone_number", "1-815-682-8002 x676"], ["reference", "826dec63-d9d3-405d-b1de-24b82f40cccf"], ["title", "Atque nihil error aut asperiores beatae."], ["user_name", "quinn.wuckert"], ["username", "soila.haley"], ["uuid", "020b77a4-70a0-4ded-b84d-3a164efa2e2e"], ["created_at", "2020-11-23 07:51:57.373374"], ["updated_at", "2020-11-23 07:51:57.373374"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-23 07:51:57.375246"], ["updated_at", "2020-11-23 07:51:57.375246"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-23 07:51:57.376398"], ["updated_at", "2020-11-23 07:51:57.376398"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-23 07:51:57.377458"], ["updated_at", "2020-11-23 07:51:57.377458"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-23 07:51:57.378512"], ["updated_at", "2020-11-23 07:51:57.378512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-23 07:51:57.379557"], ["updated_at", "2020-11-23 07:51:57.379557"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-23 07:51:57.386209"], ["updated_at", "2020-11-23 07:51:57.386209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 07:51:57.387410"], ["updated_at", "2020-11-23 07:51:57.387410"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 07:51:57.388537"], ["updated_at", "2020-11-23 07:51:57.388537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:57.405452"], ["updated_at", "2020-11-23 07:51:57.405452"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:57.406212"], ["updated_at", "2020-11-23 07:51:57.406212"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:57.406826"], ["updated_at", "2020-11-23 07:51:57.406826"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:57.407426"], ["updated_at", "2020-11-23 07:51:57.407426"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:57.408032"], ["updated_at", "2020-11-23 07:51:57.408032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:57.408647"], ["updated_at", "2020-11-23 07:51:57.408647"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:57.409246"], ["updated_at", "2020-11-23 07:51:57.409246"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:51:57.409844"], ["updated_at", "2020-11-23 07:51:57.409844"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:51:57.410520"], ["updated_at", "2020-11-23 07:51:57.410520"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:51:57.411168"], ["updated_at", "2020-11-23 07:51:57.411168"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:51:57.411786"], ["updated_at", "2020-11-23 07:51:57.411786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:51:57.412417"], ["updated_at", "2020-11-23 07:51:57.412417"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:51:57.413049"], ["updated_at", "2020-11-23 07:51:57.413049"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:51:57.413678"], ["updated_at", "2020-11-23 07:51:57.413678"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:51:57.414308"], ["updated_at", "2020-11-23 07:51:57.414308"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:51:57.414931"], ["updated_at", "2020-11-23 07:51:57.414931"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.0ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.6ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.6ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.8ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "24987 Koss Spur, Lockmanton, SC 20934-2850"], ["city", "East Theostad"], ["country", "Russian Federation"], ["description", "Sint et omnis. Odio deserunt velit. Earum non qui."], ["email", "stanley@example.info"], ["first_name", "Brice"], ["firstname", "Retha"], ["last_name", "Lindgren"], ["lastname", "Lakin"], ["lat", "-30.19005040935547"], ["latitute", "-26.71223561486937"], ["lng", "-86.66290184910919"], ["locale", "SK"], ["longitude", "137.30884225255858"], ["middlename", "Bogan"], ["middle_name", "Tillman"], ["password", "SvD5uMx0"], ["phone", "(268) 860-9051 x487"], ["phone_number", "1-837-284-9048 x496"], ["reference", "e4e4c46d-4d30-4f9d-8b72-613477aec928"], ["title", "Consectetur unde ex vero aut dolor."], ["user_name", "levi_wisoky"], ["username", "paul.macgyver"], ["uuid", "e97bb9d2-bf6e-4126-8872-29e2fda3ce25"], ["created_at", "2020-11-23 07:52:51.664522"], ["updated_at", "2020-11-23 07:52:51.664522"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "46672 Renner Island, East Bradyport, NV 38096"], ["city", "East Dorcas"], ["country", "Sierra Leone"], ["description", "Sed aliquam ducimus. Ullam non suscipit. Excepturi quidem exercitationem. Distinctio et occaecati."], ["email", "debra@example.org"], ["first_name", "Preston"], ["firstname", "Minna"], ["last_name", "Schimmel"], ["lastname", "Pollich"], ["lat", "-56.11742237414079"], ["latitute", "-58.709827670656836"], ["lng", "49.702766382424045"], ["locale", "PA"], ["longitude", "37.09761087143457"], ["middlename", "Hand"], ["middle_name", "Quitzon"], ["password", "7SrEf95Hb7OvTo"], ["phone", "388.622.0006 x002"], ["phone_number", "(513) 085-2344 x291"], ["reference", "14d0d9a6-b477-4fac-9e6f-68b1998df31f"], ["title", "Temporibus beatae natus aut."], ["user_name", "andre"], ["username", "kina_vandervort"], ["uuid", "7661ba7b-0721-431a-be3a-0cd927f6b25d"], ["created_at", "2020-11-23 07:52:51.686311"], ["updated_at", "2020-11-23 07:52:51.686311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 326 721 Coleman Mountain, South Ciara, MI 56012-1096"], ["city", "Gottliebburgh"], ["country", "Lebanon"], ["description", "Molestiae natus aliquid. Ut consequatur quibusdam. Sit doloremque dolorem. Amet sed officia."], ["email", "teresa.goyette@example.io"], ["first_name", "Harrison"], ["firstname", "Vaughn"], ["last_name", "Heidenreich"], ["lastname", "McLaughlin"], ["lat", "-49.14801529047273"], ["latitute", "-53.16193506461374"], ["lng", "-110.75148216008455"], ["locale", "CN"], ["longitude", "-172.71210953141332"], ["middlename", "Considine"], ["middle_name", "Witting"], ["password", "Gb5TdEr52S48"], ["phone", "191.232.8962 x866"], ["phone_number", "648-709-0568 x874"], ["reference", "cd8decc7-3bf7-4847-a4b7-1637e88854b0"], ["title", "Fuga nisi perferendis qui."], ["user_name", "virgil"], ["username", "rosemarie"], ["uuid", "a237dc13-813f-4e97-abbc-a2cfe33fd87f"], ["created_at", "2020-11-23 07:52:51.707739"], ["updated_at", "2020-11-23 07:52:51.707739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 955 632 Dicki Dale, Port Sharellberg, NH 03025"], ["city", "Pagacland"], ["country", "Egypt"], ["description", "Sint quam voluptatum. Et eos perspiciatis. Numquam ab fugiat. Non est optio. Est aliquam delectus."], ["email", "meghan@example.co"], ["first_name", "Mi"], ["firstname", "Hyun"], ["last_name", "Ward"], ["lastname", "Price"], ["lat", "1.9447518277958409"], ["latitute", "-25.62372106983672"], ["lng", "92.08115429374408"], ["locale", "SC"], ["longitude", "146.54842870237877"], ["middlename", "Cartwright"], ["middle_name", "Mayert"], ["password", "LfYxVwVeWoW"], ["phone", "(686) 123-8309 x260"], ["phone_number", "815-326-2263 x0960"], ["reference", "93d8e315-3468-4477-bfcb-51241adf9f60"], ["title", "Ullam ut quaerat consequatur ab officiis."], ["user_name", "merrill.funk"], ["username", "erin_mcclure"], ["uuid", "22415ca6-03db-4bb5-bcc6-18469fc745c8"], ["created_at", "2020-11-23 07:52:51.737442"], ["updated_at", "2020-11-23 07:52:51.737442"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "26346 Leola Square, South Palma, MN 19480-0483"], ["city", "Lillianland"], ["country", "Senegal"], ["description", "Alias nam quidem. Dolores illum non."], ["email", "nakita.glover@example.net"], ["first_name", "Marcella"], ["firstname", "Alfonso"], ["last_name", "Carroll"], ["lastname", "Strosin"], ["lat", "74.31128384217536"], ["latitute", "78.80592716989517"], ["lng", "62.897123842288806"], ["locale", "HM"], ["longitude", "-70.24352177446382"], ["middlename", "Koelpin"], ["middle_name", "Sipes"], ["password", "Gx7XdYxKw"], ["phone", "1-739-720-3458"], ["phone_number", "(223) 962-3930 x650"], ["reference", "466da0b5-1935-4dad-972d-c13c2c498c90"], ["title", "Ipsum velit laudantium animi perspiciatis."], ["user_name", "diego_bogan"], ["username", "maude"], ["uuid", "54e58e7e-bc80-47f0-81d3-9d9e84e57a3d"], ["created_at", "2020-11-23 07:52:51.759244"], ["updated_at", "2020-11-23 07:52:51.759244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 848 7236 Dare Terrace, Eldridgeshire, RI 13610-5021"], ["city", "West Shakira"], ["country", "Palau"], ["description", "Ut natus optio. Libero autem eos. Iure quae libero. Quos laborum molestiae."], ["email", "breanne.dibbert@example.co"], ["first_name", "August"], ["firstname", "Derick"], ["last_name", "Spinka"], ["lastname", "Luettgen"], ["lat", "25.474730184333183"], ["latitute", "81.88829577655491"], ["lng", "29.996568229382746"], ["locale", "YE"], ["longitude", "84.35653545589884"], ["middlename", "Rosenbaum"], ["middle_name", "Bogisich"], ["password", "UeQtK3bI4uT7q0E5"], ["phone", "(229) 211-5853 x5556"], ["phone_number", "(234) 404-4798 x7724"], ["reference", "2b7f5fad-bc89-48b3-84b9-d38b94ffe2c4"], ["title", "Nam in quod asperiores porro aut."], ["user_name", "merrilee"], ["username", "gregory"], ["uuid", "f59d2e36-a9d6-4f0b-bdc9-4c5eb787f881"], ["created_at", "2020-11-23 07:52:51.781056"], ["updated_at", "2020-11-23 07:52:51.781056"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3314 Spencer Falls, North Vincenzo, VA 51841"], ["city", "Kemmerstad"], ["country", "Guyana"], ["description", "Blanditiis nam beatae. Perspiciatis esse officiis."], ["email", "kiara@example.net"], ["first_name", "Elijah"], ["firstname", "Birdie"], ["last_name", "Orn"], ["lastname", "Kuvalis"], ["lat", "34.957033473085716"], ["latitute", "44.80419780341842"], ["lng", "34.21883494622816"], ["locale", "BG"], ["longitude", "-71.90208052315668"], ["middlename", "Krajcik"], ["middle_name", "Lakin"], ["password", "GuJkToAbZy"], ["phone", "736-843-9394 x622"], ["phone_number", "1-459-995-9594 x6361"], ["reference", "91be5edf-a929-4fb4-9f6c-5bbaf1072808"], ["title", "Placeat iste quisquam ipsum sed."], ["user_name", "chung.emard"], ["username", "toby"], ["uuid", "8ecb05f8-ec98-4c66-a206-0f5af7bb9598"], ["created_at", "2020-11-23 07:52:51.802638"], ["updated_at", "2020-11-23 07:52:51.802638"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 884 283 Bobbie Extension, North Austin, NE 67224"], ["city", "New Elvis"], ["country", "Bermuda"], ["description", "Ut sequi labore. Dolor sed itaque. Tenetur soluta voluptate."], ["email", "sharleen_raynor@example.net"], ["first_name", "Sebastian"], ["firstname", "Kylee"], ["last_name", "Breitenberg"], ["lastname", "Schulist"], ["lat", "26.841239972463256"], ["latitute", "-50.8249707773683"], ["lng", "162.46783994178384"], ["locale", "SE"], ["longitude", "-63.26188299169965"], ["middlename", "Turner"], ["middle_name", "Bashirian"], ["password", "9HmSfFvYhA6yNcG"], ["phone", "984.165.9328 x9256"], ["phone_number", "970.780.7594 x98709"], ["reference", "953983fe-2878-490e-aae4-16ec6039acc2"], ["title", "Sed magnam dolores cupiditate dolores alias."], ["user_name", "blair_kirlin"], ["username", "benton_schowalter"], ["uuid", "e0751f12-b68c-4477-b3dd-f07ab8ad9786"], ["created_at", "2020-11-23 07:52:51.830406"], ["updated_at", "2020-11-23 07:52:51.830406"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 944 9771 Smitham Springs, Jacquesberg, CO 52722"], ["city", "North Heath"], ["country", "Eritrea"], ["description", "Maxime voluptatem explicabo. Labore officia autem. Vero explicabo quaerat. Id laborum hic. Ab sed vitae."], ["email", "aaron.schultz@example.info"], ["first_name", "Nathan"], ["firstname", "Tyra"], ["last_name", "Bauch"], ["lastname", "Turcotte"], ["lat", "42.74247970290534"], ["latitute", "-6.0211196701841345"], ["lng", "-24.46792121526201"], ["locale", "BB"], ["longitude", "77.64554285725342"], ["middlename", "Kuphal"], ["middle_name", "Rohan"], ["password", "9XjMkXl2QiTvVxC0"], ["phone", "1-262-620-1603"], ["phone_number", "(644) 334-3900 x79831"], ["reference", "96b0b05b-b795-440e-be76-5da230f56676"], ["title", "Illum aut qui cumque."], ["user_name", "hannelore"], ["username", "dana_mclaughlin"], ["uuid", "3bd3eec2-5a3b-4023-b34d-05dedb3707f1"], ["created_at", "2020-11-23 07:52:51.853247"], ["updated_at", "2020-11-23 07:52:51.853247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "61979 Cara Stravenue, Abbieview, MS 07487-8415"], ["city", "Leostad"], ["country", "Luxembourg"], ["description", "Vitae nihil sint. Et consectetur quod."], ["email", "myong@example.org"], ["first_name", "Beverly"], ["firstname", "Merissa"], ["last_name", "Smitham"], ["lastname", "Gleichner"], ["lat", "47.376610992302204"], ["latitute", "-24.67557326323268"], ["lng", "160.1340687337484"], ["locale", "GY"], ["longitude", "99.81024794406937"], ["middlename", "Hilpert"], ["middle_name", "Strosin"], ["password", "VrE0y3Uf2BmK1wP"], ["phone", "1-698-677-1108 x6699"], ["phone_number", "(266) 827-7804"], ["reference", "99a4ec3c-e4ba-45e0-8d14-133e5519da2b"], ["title", "Sequi ut aliquam dolores sapiente."], ["user_name", "tracy"], ["username", "gavin_heller"], ["uuid", "c7bf83a1-affc-44d0-ad3b-ff6705b491f3"], ["created_at", "2020-11-23 07:52:51.874881"], ["updated_at", "2020-11-23 07:52:51.874881"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 20.1184222474308], ["string", "Aut aliquid quo."], ["date", "2020-11-12"], ["time", "2000-01-01 05:03:03.200236"], ["datetime", "2020-11-21 17:35:19.847661"], ["created_at", "2020-11-23 07:52:51.909586"], ["updated_at", "2020-11-23 07:52:51.909586"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 1.64830565080842], ["string", "Maiores eveniet ratione."], ["created_at", "2020-11-23 07:52:51.919371"], ["updated_at", "2020-11-23 07:52:51.919371"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 07:52:51.929106"], ["updated_at", "2020-11-23 07:52:51.929106"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-23 07:52:51.936143"], ["updated_at", "2020-11-23 07:52:51.936143"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-23 07:52:51.941568"], ["updated_at", "2020-11-23 07:52:51.941568"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:51.947787"], ["updated_at", "2020-11-23 07:52:51.947787"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:51.962722"], ["updated_at", "2020-11-23 07:52:51.962722"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 548 805 Donetta Prairie, Kristopherside, AZ 29505"], ["city", "Lake Mitchshire"], ["country", "Saint Helena"], ["description", "Voluptatum blanditiis facilis. Sequi dolore cupiditate. Omnis qui aperiam. Et repellendus excepturi. Voluptatum quo est."], ["email", "annalisa@example.org"], ["first_name", "Anton"], ["firstname", "Margeret"], ["last_name", "Doyle"], ["lastname", "Wiegand"], ["lat", "-17.053059114183498"], ["latitute", "-17.140117078338548"], ["lng", "-108.80016777465399"], ["locale", "TH"], ["longitude", "-121.90971420889994"], ["middlename", "Reichert"], ["middle_name", "Kihn"], ["password", "0GzDvXy4RpTgQt3D"], ["phone", "1-336-044-3422 x51099"], ["phone_number", "370.910.5067 x0329"], ["reference", "5b273836-3948-4e9b-9281-a67d5d418a4c"], ["title", "Minima qui qui voluptatem rerum."], ["user_name", "donnell.keebler"], ["username", "gidget_walker"], ["uuid", "b3476707-27c1-4dbe-883c-c7366d50b353"], ["created_at", "2020-11-23 07:52:51.989199"], ["updated_at", "2020-11-23 07:52:51.989199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 07:52:51.994123"], ["updated_at", "2020-11-23 07:52:51.994123"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.003962"], ["updated_at", "2020-11-23 07:52:52.003962"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:52:52.006938"], ["updated_at", "2020-11-23 07:52:52.006938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 36.477092254542], ["string", "Dicta et voluptatem."], ["date", "2021-01-01"], ["time", "2000-01-01 20:16:17.668088"], ["datetime", "2020-10-18 13:19:11.089571"], ["created_at", "2020-11-23 07:52:52.014956"], ["updated_at", "2020-11-23 07:52:52.014956"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 12.7352965980645], ["string", "Dignissimos deleniti atque."], ["date", "2020-10-19"], ["time", "2000-01-01 06:16:39.787936"], ["datetime", "2020-11-03 06:14:47.703893"], ["created_at", "2020-11-23 07:52:52.019065"], ["updated_at", "2020-11-23 07:52:52.019065"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 32], ["decimal", 13.5347110343432], ["string", "Architecto quia modi."], ["date", "2020-12-27"], ["time", "2000-01-01 19:20:14.341352"], ["datetime", "2020-12-17 02:31:31.360234"], ["created_at", "2020-11-23 07:52:52.021600"], ["updated_at", "2020-11-23 07:52:52.021600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 6.64250441966204], ["string", "Eveniet non doloribus impedit omnis et."], ["date", "2020-11-01"], ["time", "2000-01-01 19:51:18.477591"], ["datetime", "2020-11-17 18:16:25.976473"], ["created_at", "2020-11-23 07:52:52.023962"], ["updated_at", "2020-11-23 07:52:52.023962"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 28.8576332303371], ["string", "Rerum nostrum tenetur omnis."], ["date", "2020-11-05"], ["time", "2000-01-01 10:18:06.151890"], ["datetime", "2020-10-17 20:07:26.870686"], ["created_at", "2020-11-23 07:52:52.026361"], ["updated_at", "2020-11-23 07:52:52.026361"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 4.40526350890595], ["string", "Debitis neque cum autem nobis."], ["date", "2020-11-20"], ["time", "2000-01-01 23:23:35.965286"], ["datetime", "2021-01-03 09:20:13.795877"], ["created_at", "2020-11-23 07:52:52.029138"], ["updated_at", "2020-11-23 07:52:52.029138"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 15.5052773399312], ["string", "Nesciunt ipsum officia."], ["date", "2020-12-29"], ["time", "2000-01-01 05:09:51.548755"], ["datetime", "2020-11-23 05:41:12.731432"], ["created_at", "2020-11-23 07:52:52.031685"], ["updated_at", "2020-11-23 07:52:52.031685"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 11.9288517684441], ["string", "Dolore deleniti est distinctio cumque quo."], ["date", "2020-11-28"], ["time", "2000-01-01 16:14:46.999516"], ["datetime", "2020-10-19 16:33:54.373640"], ["created_at", "2020-11-23 07:52:52.034425"], ["updated_at", "2020-11-23 07:52:52.034425"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 1.10927221490839], ["string", "Ducimus non illo aut accusamus."], ["created_at", "2020-11-23 07:52:52.037097"], ["updated_at", "2020-11-23 07:52:52.037097"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 20.0618954718448], ["string", "Illum itaque voluptate."], ["created_at", "2020-11-23 07:52:52.040424"], ["updated_at", "2020-11-23 07:52:52.040424"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 3.41551551265092], ["string", "Eum quia dignissimos sapiente eum totam."], ["created_at", "2020-11-23 07:52:52.042901"], ["updated_at", "2020-11-23 07:52:52.042901"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1030], ["decimal", 16.6043009225189], ["string", "Ut et et."], ["created_at", "2020-11-23 07:52:52.045398"], ["updated_at", "2020-11-23 07:52:52.045398"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 8.32622412458299], ["string", "Corrupti recusandae veritatis aut dicta."], ["created_at", "2020-11-23 07:52:52.047664"], ["updated_at", "2020-11-23 07:52:52.047664"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 5.66946684727024], ["string", "Perferendis beatae dolores fugit."], ["created_at", "2020-11-23 07:52:52.050089"], ["updated_at", "2020-11-23 07:52:52.050089"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 34.6452289175513], ["string", "Officiis est voluptas et."], ["created_at", "2020-11-23 07:52:52.052124"], ["updated_at", "2020-11-23 07:52:52.052124"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 13.6942011079647], ["string", "Magnam expedita veniam."], ["created_at", "2020-11-23 07:52:52.054114"], ["updated_at", "2020-11-23 07:52:52.054114"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-23 07:52:52.055632"], ["updated_at", "2020-11-23 07:52:52.055632"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-23 07:52:52.056937"], ["updated_at", "2020-11-23 07:52:52.056937"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-23 07:52:52.058196"], ["updated_at", "2020-11-23 07:52:52.058196"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-23 07:52:52.059439"], ["updated_at", "2020-11-23 07:52:52.059439"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-23 07:52:52.060678"], ["updated_at", "2020-11-23 07:52:52.060678"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-23 07:52:52.061863"], ["updated_at", "2020-11-23 07:52:52.061863"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 07:52:52.063042"], ["updated_at", "2020-11-23 07:52:52.063042"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-23 07:52:52.064267"], ["updated_at", "2020-11-23 07:52:52.064267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-23 07:52:52.066227"], ["updated_at", "2020-11-23 07:52:52.066227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-23 07:52:52.068278"], ["updated_at", "2020-11-23 07:52:52.068278"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 4], ["created_at", "2020-11-23 07:52:52.070033"], ["updated_at", "2020-11-23 07:52:52.070033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 7], ["created_at", "2020-11-23 07:52:52.071683"], ["updated_at", "2020-11-23 07:52:52.071683"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 8], ["created_at", "2020-11-23 07:52:52.073300"], ["updated_at", "2020-11-23 07:52:52.073300"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 7], ["created_at", "2020-11-23 07:52:52.074778"], ["updated_at", "2020-11-23 07:52:52.074778"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 7], ["created_at", "2020-11-23 07:52:52.076217"], ["updated_at", "2020-11-23 07:52:52.076217"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-23 07:52:52.077668"], ["updated_at", "2020-11-23 07:52:52.077668"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-23 07:52:52.078840"], ["updated_at", "2020-11-23 07:52:52.078840"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-23 07:52:52.079968"], ["updated_at", "2020-11-23 07:52:52.079968"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-23 07:52:52.081198"], ["updated_at", "2020-11-23 07:52:52.081198"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-23 07:52:52.082335"], ["updated_at", "2020-11-23 07:52:52.082335"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-23 07:52:52.083466"], ["updated_at", "2020-11-23 07:52:52.083466"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-23 07:52:52.084578"], ["updated_at", "2020-11-23 07:52:52.084578"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-23 07:52:52.085700"], ["updated_at", "2020-11-23 07:52:52.085700"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-23 07:52:52.086783"], ["updated_at", "2020-11-23 07:52:52.086783"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.087489"], ["updated_at", "2020-11-23 07:52:52.087489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.088117"], ["updated_at", "2020-11-23 07:52:52.088117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.088731"], ["updated_at", "2020-11-23 07:52:52.088731"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.089351"], ["updated_at", "2020-11-23 07:52:52.089351"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.089952"], ["updated_at", "2020-11-23 07:52:52.089952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.090552"], ["updated_at", "2020-11-23 07:52:52.090552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.091148"], ["updated_at", "2020-11-23 07:52:52.091148"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.091740"], ["updated_at", "2020-11-23 07:52:52.091740"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.092974"], ["updated_at", "2020-11-23 07:52:52.092974"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.094079"], ["updated_at", "2020-11-23 07:52:52.094079"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.095137"], ["updated_at", "2020-11-23 07:52:52.095137"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.096183"], ["updated_at", "2020-11-23 07:52:52.096183"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.097259"], ["updated_at", "2020-11-23 07:52:52.097259"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.098339"], ["updated_at", "2020-11-23 07:52:52.098339"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.099406"], ["updated_at", "2020-11-23 07:52:52.099406"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.100473"], ["updated_at", "2020-11-23 07:52:52.100473"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 142 57131 Chance River, Raylenechester, KY 84606-4355"], ["city", "North Wallace"], ["country", "Vanuatu"], ["description", "Distinctio itaque ullam. Magni tenetur magnam. Ullam cum distinctio."], ["email", "lavon@example.info"], ["first_name", "Winter"], ["firstname", "Jae"], ["last_name", "Schamberger"], ["lastname", "Schroeder"], ["lat", "-23.6214748391657"], ["latitute", "44.36079132292778"], ["lng", "3.1018584266717255"], ["locale", "FK"], ["longitude", "123.34551458989051"], ["middlename", "Wolff"], ["middle_name", "Crooks"], ["password", "UfTfLsIi6A584f"], ["phone", "118-867-4159 x58680"], ["phone_number", "252-723-4504 x226"], ["reference", "13100f80-1823-41ed-8358-97db90f9c9b1"], ["title", "Quibusdam nihil asperiores rerum dolores."], ["user_name", "colby.heaney"], ["username", "rubin_hintz"], ["uuid", "c69deae2-df89-4a5a-a6ae-0bfa43ca695d"], ["created_at", "2020-11-23 07:52:52.131576"], ["updated_at", "2020-11-23 07:52:52.131576"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "69157 Keebler Views, Terryhaven, ME 21412-1597"], ["city", "New Carystad"], ["country", "Argentina"], ["description", "Pariatur quas aut. Tempora laboriosam ut. Fugit quia aut."], ["email", "weston@example.org"], ["first_name", "Keila"], ["firstname", "Demetria"], ["last_name", "Reilly"], ["lastname", "Bogisich"], ["lat", "84.99907239013655"], ["latitute", "85.70783162373937"], ["lng", "-104.06735547732653"], ["locale", "TM"], ["longitude", "5.314347724739719"], ["middlename", "Pacocha"], ["middle_name", "Bayer"], ["password", "Uu03ZhAwPp4YsAd"], ["phone", "267.448.5352 x82931"], ["phone_number", "112.073.7349 x47807"], ["reference", "558b6bc2-b15f-4a2b-853b-180b1a9e00ab"], ["title", "Molestias vero aut ut."], ["user_name", "myles"], ["username", "honey"], ["uuid", "3f49613b-c56a-4c5f-ab43-9953a61f6b38"], ["created_at", "2020-11-23 07:52:52.154406"], ["updated_at", "2020-11-23 07:52:52.154406"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 122 4790 Casandra Plain, Lockmanland, SC 66382"], ["city", "West Larue"], ["country", "Azerbaijan"], ["description", "Explicabo doloribus sint. Quisquam nostrum quam."], ["email", "jae.hirthe@example.net"], ["first_name", "Treasa"], ["firstname", "Judi"], ["last_name", "Dietrich"], ["lastname", "Rutherford"], ["lat", "-69.6661090437136"], ["latitute", "-68.91880923540988"], ["lng", "-168.01423677553615"], ["locale", "NC"], ["longitude", "-54.52060810025988"], ["middlename", "Johns"], ["middle_name", "Ryan"], ["password", "KbCzUlHe4Cd"], ["phone", "1-532-405-8658 x74243"], ["phone_number", "(602) 507-7227"], ["reference", "f0a9bb81-99ec-4d5c-8833-77022c0b564e"], ["title", "Accusantium rerum eum."], ["user_name", "sid"], ["username", "nick"], ["uuid", "16c2c614-1d9e-4059-bfdb-7169ebaf4505"], ["created_at", "2020-11-23 07:52:52.176516"], ["updated_at", "2020-11-23 07:52:52.176516"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "25862 Latoria Heights, Port Neelychester, NV 14737"], ["city", "Wilfredobury"], ["country", "Oman"], ["description", "Qui et expedita. Et quos quas. Est rerum quaerat. Minima et rerum. Ut et enim."], ["email", "gricelda@example.name"], ["first_name", "Nathanial"], ["firstname", "Arnoldo"], ["last_name", "Schmidt"], ["lastname", "Halvorson"], ["lat", "27.91957921860255"], ["latitute", "-2.5367006256820446"], ["lng", "108.14470043937013"], ["locale", "MX"], ["longitude", "130.11816837676406"], ["middlename", "McLaughlin"], ["middle_name", "Armstrong"], ["password", "UzFjBqUu8Ap0"], ["phone", "616.458.2907 x019"], ["phone_number", "(218) 401-9031"], ["reference", "90db097a-db27-450d-a74a-f581a8e7507d"], ["title", "Vero ut quia voluptatibus doloremque deserunt."], ["user_name", "linnie"], ["username", "madonna"], ["uuid", "22294dee-9965-4920-acaf-98cada8c1734"], ["created_at", "2020-11-23 07:52:52.198784"], ["updated_at", "2020-11-23 07:52:52.198784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3457 Alexander Square, North Hayleyshire, MI 96186"], ["city", "Geraldbury"], ["country", "Liberia"], ["description", "Sapiente ea non. Suscipit magni deleniti. Ad amet qui."], ["email", "jere@example.name"], ["first_name", "Emelda"], ["firstname", "Michael"], ["last_name", "Batz"], ["lastname", "Ruecker"], ["lat", "-14.347095236038015"], ["latitute", "-82.19861763644589"], ["lng", "114.34217458221025"], ["locale", "ST"], ["longitude", "12.458120835155228"], ["middlename", "Homenick"], ["middle_name", "Leannon"], ["password", "Wk76WdKeRhIdH"], ["phone", "1-354-096-5243"], ["phone_number", "(946) 461-4873 x050"], ["reference", "ce9159fa-7b94-4b6b-b7c1-d204578c1970"], ["title", "Omnis est aut enim nihil aut."], ["user_name", "jame.kilback"], ["username", "anamaria_nitzsche"], ["uuid", "06f21dcd-8793-4d06-8c2c-b86c6a5eb89d"], ["created_at", "2020-11-23 07:52:52.228071"], ["updated_at", "2020-11-23 07:52:52.228071"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 184 740 Martine Falls, Lake Wardshire, KS 56184"], ["city", "North Sherril"], ["country", "Macedonia"], ["description", "Eos consequuntur vero. Et voluptas rerum. Deserunt voluptas adipisci."], ["email", "theola@example.io"], ["first_name", "Richie"], ["firstname", "Alva"], ["last_name", "Green"], ["lastname", "Smith"], ["lat", "82.06658079382376"], ["latitute", "-34.3541174424107"], ["lng", "109.26767776205605"], ["locale", "BS"], ["longitude", "-3.2181950014004315"], ["middlename", "Maggio"], ["middle_name", "Rutherford"], ["password", "Y0wNzCiIsZzE"], ["phone", "(921) 636-7493 x75622"], ["phone_number", "306.205.4247 x4559"], ["reference", "d3ee0a7b-44d3-4411-94d8-2bb777db53f1"], ["title", "Molestiae tempore repellat culpa maxime quidem."], ["user_name", "gino.mcglynn"], ["username", "nelda.morar"], ["uuid", "cd1ef153-b526-4ed1-89a8-19e6aff8846f"], ["created_at", "2020-11-23 07:52:52.250073"], ["updated_at", "2020-11-23 07:52:52.250073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 154 841 Jesus Locks, West Shermanfort, TX 57887"], ["city", "Lake Johnsonport"], ["country", "Azerbaijan"], ["description", "Placeat facilis non. Odio nostrum praesentium."], ["email", "connie_carter@example.org"], ["first_name", "Elvira"], ["firstname", "Lexie"], ["last_name", "Wunsch"], ["lastname", "Bins"], ["lat", "89.7750148206043"], ["latitute", "-6.96478373422778"], ["lng", "102.68536852981578"], ["locale", "MZ"], ["longitude", "-148.60674598794506"], ["middlename", "Greenholt"], ["middle_name", "Heidenreich"], ["password", "Pv5Ev8FxI9dFbWw5"], ["phone", "(933) 182-5093 x823"], ["phone_number", "1-330-611-0783 x999"], ["reference", "cfd6d9fd-21f6-415e-94e9-429f9031752a"], ["title", "Eum reprehenderit ratione error."], ["user_name", "eva"], ["username", "numbers_white"], ["uuid", "6fa909b2-ad14-4e8f-a5f3-7a39a8088226"], ["created_at", "2020-11-23 07:52:52.271857"], ["updated_at", "2020-11-23 07:52:52.271857"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "52121 Kenyatta Pike, North Darren, NY 19564"], ["city", "North Mellieberg"], ["country", "Kenya"], ["description", "Consequatur ad voluptatem. Odio laudantium velit. Similique nihil fugiat. Id at sed."], ["email", "raisa@example.info"], ["first_name", "Micheal"], ["firstname", "Daniel"], ["last_name", "Breitenberg"], ["lastname", "Hessel"], ["lat", "-77.21127011806323"], ["latitute", "-66.82484838502108"], ["lng", "-133.40634246880686"], ["locale", "AO"], ["longitude", "-24.202353822198347"], ["middlename", "Zboncak"], ["middle_name", "Moore"], ["password", "Zs0Am47E39lE"], ["phone", "182.904.5027 x233"], ["phone_number", "1-841-731-3100"], ["reference", "aa653880-b430-4e1e-9ad6-1f979ba33276"], ["title", "Minima facere praesentium."], ["user_name", "octavia.moore"], ["username", "rosa.rowe"], ["uuid", "80892f74-8b42-4446-a14d-bc9261e2e9a6"], ["created_at", "2020-11-23 07:52:52.293588"], ["updated_at", "2020-11-23 07:52:52.293588"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 07:52:52.295522"], ["updated_at", "2020-11-23 07:52:52.295522"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-23 07:52:52.296663"], ["updated_at", "2020-11-23 07:52:52.296663"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 07:52:52.298295"], ["updated_at", "2020-11-23 07:52:52.298295"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 07:52:52.299889"], ["updated_at", "2020-11-23 07:52:52.299889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 07:52:52.301029"], ["updated_at", "2020-11-23 07:52:52.301029"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-23 07:52:52.302089"], ["updated_at", "2020-11-23 07:52:52.302089"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 07:52:52.303142"], ["updated_at", "2020-11-23 07:52:52.303142"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-23 07:52:52.304182"], ["updated_at", "2020-11-23 07:52:52.304182"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.327687"], ["updated_at", "2020-11-23 07:52:52.327687"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.328534"], ["updated_at", "2020-11-23 07:52:52.328534"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.329217"], ["updated_at", "2020-11-23 07:52:52.329217"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.329883"], ["updated_at", "2020-11-23 07:52:52.329883"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.330549"], ["updated_at", "2020-11-23 07:52:52.330549"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.331197"], ["updated_at", "2020-11-23 07:52:52.331197"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.331837"], ["updated_at", "2020-11-23 07:52:52.331837"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.332469"], ["updated_at", "2020-11-23 07:52:52.332469"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:52:52.333164"], ["updated_at", "2020-11-23 07:52:52.333164"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:52:52.333826"], ["updated_at", "2020-11-23 07:52:52.333826"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:52:52.334451"], ["updated_at", "2020-11-23 07:52:52.334451"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:52:52.335072"], ["updated_at", "2020-11-23 07:52:52.335072"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:52:52.335691"], ["updated_at", "2020-11-23 07:52:52.335691"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:52:52.336311"], ["updated_at", "2020-11-23 07:52:52.336311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:52:52.336937"], ["updated_at", "2020-11-23 07:52:52.336937"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:52:52.337553"], ["updated_at", "2020-11-23 07:52:52.337553"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 25], ["decimal", 1.38470770803851], ["string", "Officia temporibus iure."], ["date", "2020-10-29"], ["time", "2000-01-01 10:08:41.651522"], ["datetime", "2020-11-25 15:11:28.717792"], ["created_at", "2020-11-23 07:52:52.367359"], ["updated_at", "2020-11-23 07:52:52.367359"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 0.0611939075706032], ["string", "Sunt quae iste nam accusamus perferendis."], ["date", "2020-12-22"], ["time", "2000-01-01 16:20:37.292998"], ["datetime", "2020-11-11 22:13:12.131900"], ["created_at", "2020-11-23 07:52:52.370344"], ["updated_at", "2020-11-23 07:52:52.370344"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 1.86078800219153], ["string", "Quia iste in iusto."], ["date", "2020-11-17"], ["time", "2000-01-01 20:12:26.941321"], ["datetime", "2021-01-03 09:10:48.413289"], ["created_at", "2020-11-23 07:52:52.374193"], ["updated_at", "2020-11-23 07:52:52.374193"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 14.5191727694983], ["string", "Officiis eveniet quos ut."], ["date", "2020-11-09"], ["time", "2000-01-01 13:08:26.284596"], ["datetime", "2020-12-16 02:07:30.153791"], ["created_at", "2020-11-23 07:52:52.378688"], ["updated_at", "2020-11-23 07:52:52.378688"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 15.6870563096518], ["string", "Iure asperiores occaecati et."], ["date", "2020-11-18"], ["time", "2000-01-01 13:07:05.772278"], ["datetime", "2020-10-30 00:31:39.181659"], ["created_at", "2020-11-23 07:52:52.381780"], ["updated_at", "2020-11-23 07:52:52.381780"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 4.70402309009837], ["string", "Facere inventore recusandae et."], ["date", "2020-12-07"], ["time", "2000-01-01 17:11:41.071561"], ["datetime", "2020-11-08 06:01:46.641186"], ["created_at", "2020-11-23 07:52:52.384659"], ["updated_at", "2020-11-23 07:52:52.384659"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.387448"], ["updated_at", "2020-11-23 07:52:52.387448"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 16.3399866056629], ["string", "Deleniti consequatur aperiam."], ["date", "2020-11-01"], ["time", "2000-01-01 09:49:14.487194"], ["datetime", "2020-11-21 13:48:21.952164"], ["created_at", "2020-11-23 07:52:52.417162"], ["updated_at", "2020-11-23 07:52:52.417162"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 5.81002314886054], ["string", "Nihil dolor incidunt."], ["date", "2020-10-13"], ["time", "2000-01-01 11:21:00.233353"], ["datetime", "2020-11-04 12:37:47.598814"], ["created_at", "2020-11-23 07:52:52.420330"], ["updated_at", "2020-11-23 07:52:52.420330"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 26.8511864072143], ["string", "Debitis repellat pariatur eaque saepe."], ["date", "2020-12-01"], ["time", "2000-01-01 17:34:06.311876"], ["datetime", "2020-11-05 21:55:11.127165"], ["created_at", "2020-11-23 07:52:52.423852"], ["updated_at", "2020-11-23 07:52:52.423852"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 0.576590348028036], ["string", "Itaque inventore est."], ["date", "2020-11-16"], ["time", "2000-01-01 02:45:46.956406"], ["datetime", "2020-10-23 22:36:37.044390"], ["created_at", "2020-11-23 07:52:52.427361"], ["updated_at", "2020-11-23 07:52:52.427361"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 28], ["decimal", 12.9775391250826], ["string", "Natus sapiente temporibus."], ["date", "2020-11-21"], ["time", "2000-01-01 06:32:33.876152"], ["datetime", "2020-10-18 22:56:02.685470"], ["created_at", "2020-11-23 07:52:52.430659"], ["updated_at", "2020-11-23 07:52:52.430659"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 23], ["decimal", 19.7273833651238], ["string", "Et minima expedita."], ["date", "2021-01-03"], ["time", "2000-01-01 12:07:03.083746"], ["datetime", "2020-12-18 09:57:37.568371"], ["created_at", "2020-11-23 07:52:52.433878"], ["updated_at", "2020-11-23 07:52:52.433878"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 2.00437635703301], ["string", "Doloribus velit quaerat."], ["date", "2020-11-04"], ["time", "2000-01-01 12:57:19.213997"], ["datetime", "2020-11-09 05:49:43.712759"], ["created_at", "2020-11-23 07:52:52.437226"], ["updated_at", "2020-11-23 07:52:52.437226"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 4.24300934556424], ["string", "Vero aliquid dolorem doloremque."], ["date", "2020-12-29"], ["time", "2000-01-01 14:50:52.425655"], ["datetime", "2020-12-23 22:41:38.586774"], ["created_at", "2020-11-23 07:52:52.440940"], ["updated_at", "2020-11-23 07:52:52.440940"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1026], ["decimal", 2.63230744155786], ["string", "In dolorum repellat est."], ["created_at", "2020-11-23 07:52:52.444183"], ["updated_at", "2020-11-23 07:52:52.444183"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 0.382631485982329], ["string", "Et sapiente consectetur veniam."], ["created_at", "2020-11-23 07:52:52.447711"], ["updated_at", "2020-11-23 07:52:52.447711"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1040], ["decimal", 15.3556196019066], ["string", "Sunt libero odio tempora natus quidem."], ["created_at", "2020-11-23 07:52:52.450556"], ["updated_at", "2020-11-23 07:52:52.450556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 10.1973266519928], ["string", "Et officiis illo."], ["created_at", "2020-11-23 07:52:52.452823"], ["updated_at", "2020-11-23 07:52:52.452823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 17.0022360414151], ["string", "Aut labore eos et."], ["created_at", "2020-11-23 07:52:52.454865"], ["updated_at", "2020-11-23 07:52:52.454865"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 26.0136355465639], ["string", "Molestias architecto voluptatibus voluptatem beatae."], ["created_at", "2020-11-23 07:52:52.456910"], ["updated_at", "2020-11-23 07:52:52.456910"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["decimal", 0.803596968112207], ["string", "Assumenda sint molestiae incidunt et."], ["created_at", "2020-11-23 07:52:52.458875"], ["updated_at", "2020-11-23 07:52:52.458875"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 6.92029360986761], ["string", "Veritatis quod exercitationem dolorem et."], ["created_at", "2020-11-23 07:52:52.460945"], ["updated_at", "2020-11-23 07:52:52.460945"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 07:52:52.462552"], ["updated_at", "2020-11-23 07:52:52.462552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-23 07:52:52.463978"], ["updated_at", "2020-11-23 07:52:52.463978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 07:52:52.465475"], ["updated_at", "2020-11-23 07:52:52.465475"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-23 07:52:52.466860"], ["updated_at", "2020-11-23 07:52:52.466860"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-23 07:52:52.468138"], ["updated_at", "2020-11-23 07:52:52.468138"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-23 07:52:52.469451"], ["updated_at", "2020-11-23 07:52:52.469451"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-23 07:52:52.470695"], ["updated_at", "2020-11-23 07:52:52.470695"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 07:52:52.471915"], ["updated_at", "2020-11-23 07:52:52.471915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 7], ["created_at", "2020-11-23 07:52:52.473706"], ["updated_at", "2020-11-23 07:52:52.473706"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 8], ["created_at", "2020-11-23 07:52:52.475381"], ["updated_at", "2020-11-23 07:52:52.475381"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 8], ["created_at", "2020-11-23 07:52:52.477021"], ["updated_at", "2020-11-23 07:52:52.477021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 8], ["created_at", "2020-11-23 07:52:52.478666"], ["updated_at", "2020-11-23 07:52:52.478666"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 8], ["created_at", "2020-11-23 07:52:52.480240"], ["updated_at", "2020-11-23 07:52:52.480240"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 8], ["created_at", "2020-11-23 07:52:52.481929"], ["updated_at", "2020-11-23 07:52:52.481929"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-23 07:52:52.483499"], ["updated_at", "2020-11-23 07:52:52.483499"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 6], ["created_at", "2020-11-23 07:52:52.485075"], ["updated_at", "2020-11-23 07:52:52.485075"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-23 07:52:52.486288"], ["updated_at", "2020-11-23 07:52:52.486288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-23 07:52:52.487484"], ["updated_at", "2020-11-23 07:52:52.487484"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-23 07:52:52.488603"], ["updated_at", "2020-11-23 07:52:52.488603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-23 07:52:52.489713"], ["updated_at", "2020-11-23 07:52:52.489713"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-23 07:52:52.490867"], ["updated_at", "2020-11-23 07:52:52.490867"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-23 07:52:52.491979"], ["updated_at", "2020-11-23 07:52:52.491979"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-23 07:52:52.493116"], ["updated_at", "2020-11-23 07:52:52.493116"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-23 07:52:52.494219"], ["updated_at", "2020-11-23 07:52:52.494219"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.494921"], ["updated_at", "2020-11-23 07:52:52.494921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.495571"], ["updated_at", "2020-11-23 07:52:52.495571"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.496189"], ["updated_at", "2020-11-23 07:52:52.496189"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.496819"], ["updated_at", "2020-11-23 07:52:52.496819"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.497450"], ["updated_at", "2020-11-23 07:52:52.497450"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.498081"], ["updated_at", "2020-11-23 07:52:52.498081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.498702"], ["updated_at", "2020-11-23 07:52:52.498702"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.499320"], ["updated_at", "2020-11-23 07:52:52.499320"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.500610"], ["updated_at", "2020-11-23 07:52:52.500610"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.501767"], ["updated_at", "2020-11-23 07:52:52.501767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.502879"], ["updated_at", "2020-11-23 07:52:52.502879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.503971"], ["updated_at", "2020-11-23 07:52:52.503971"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.505070"], ["updated_at", "2020-11-23 07:52:52.505070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.506154"], ["updated_at", "2020-11-23 07:52:52.506154"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.507238"], ["updated_at", "2020-11-23 07:52:52.507238"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.514769"], ["updated_at", "2020-11-23 07:52:52.514769"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "27140 Rod Ranch, New Patty, CT 59720-7778"], ["city", "East Basilbury"], ["country", "Afghanistan"], ["description", "Officiis exercitationem quis. Qui temporibus accusantium. Maxime voluptatem aspernatur. Ratione facilis voluptatem. Ut magnam optio."], ["email", "salina_schuppe@example.biz"], ["first_name", "Cole"], ["firstname", "Delmy"], ["last_name", "Lind"], ["lastname", "Littel"], ["lat", "75.55545254271769"], ["latitute", "59.13389110637581"], ["lng", "-152.7891396741168"], ["locale", "TK"], ["longitude", "-86.26365066065273"], ["middlename", "Tremblay"], ["middle_name", "Armstrong"], ["password", "YtC7kRjKdAp9"], ["phone", "903.841.7335 x0668"], ["phone_number", "138-012-3924"], ["reference", "8309ea42-4ec0-4316-9956-ce53538e2b14"], ["title", "Modi et laborum velit eveniet."], ["user_name", "benita"], ["username", "leah"], ["uuid", "9e8ce28c-18b7-4597-a65b-28b7fe1cc215"], ["created_at", "2020-11-23 07:52:52.541477"], ["updated_at", "2020-11-23 07:52:52.541477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 885 58007 Evelina Ridges, Port Bobbyview, KY 04620"], ["city", "South Sonyaland"], ["country", "Comoros"], ["description", "Occaecati a pariatur. Adipisci qui odio."], ["email", "nicholas@example.name"], ["first_name", "Tami"], ["firstname", "Amado"], ["last_name", "Kris"], ["lastname", "Bergstrom"], ["lat", "36.416483801705354"], ["latitute", "47.18963300759043"], ["lng", "66.79761279971723"], ["locale", "LY"], ["longitude", "51.65288385887854"], ["middlename", "Cremin"], ["middle_name", "Wolff"], ["password", "F3kAvNl959"], ["phone", "(393) 023-3164 x8597"], ["phone_number", "399.607.0404 x457"], ["reference", "6c359321-09c2-4b4a-84d2-3ae718e61083"], ["title", "Inventore odio eos aliquam est."], ["user_name", "pedro.bednar"], ["username", "so"], ["uuid", "80c4b050-e52b-4009-808c-bf29caade2ff"], ["created_at", "2020-11-23 07:52:52.563410"], ["updated_at", "2020-11-23 07:52:52.563410"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 299 67394 Witting Dale, Krystinside, CA 05857"], ["city", "Port Robbieside"], ["country", "Panama"], ["description", "Qui at quia. Excepturi omnis sit. Dolorem labore eum."], ["email", "art.kiehn@example.com"], ["first_name", "Nana"], ["firstname", "Donette"], ["last_name", "Beer"], ["lastname", "Murray"], ["lat", "38.13013734640893"], ["latitute", "-62.86329987610586"], ["lng", "-37.11291176110629"], ["locale", "BI"], ["longitude", "133.355800066521"], ["middlename", "Sanford"], ["middle_name", "Blick"], ["password", "Ed6SyPfB01d0"], ["phone", "436-737-3708 x15134"], ["phone_number", "(625) 511-7593 x12434"], ["reference", "81ee27fc-f3e7-4b9a-9a06-84b4b4b0f7cd"], ["title", "Delectus et nihil in."], ["user_name", "layne"], ["username", "curtis_botsford"], ["uuid", "dcfd30a8-3b0d-4d60-ae3a-150424d9d0f4"], ["created_at", "2020-11-23 07:52:52.585013"], ["updated_at", "2020-11-23 07:52:52.585013"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 241 534 Tanesha River, Jacobsonberg, LA 04374"], ["city", "Valentinefort"], ["country", "Sierra Leone"], ["description", "Magnam doloribus odio. Quo corrupti nulla. Quaerat dolores quo."], ["email", "edgardo@example.info"], ["first_name", "Danny"], ["firstname", "Malcom"], ["last_name", "Harris"], ["lastname", "McClure"], ["lat", "34.97751150494156"], ["latitute", "-28.867494773868344"], ["lng", "105.77541424897362"], ["locale", "FO"], ["longitude", "9.469033718660853"], ["middlename", "Collier"], ["middle_name", "Goyette"], ["password", "56RxYuUfD4j27"], ["phone", "(709) 962-2725 x349"], ["phone_number", "180-906-4619"], ["reference", "381d3062-dd58-4456-8165-f472df678685"], ["title", "Occaecati dolorem et."], ["user_name", "christoper"], ["username", "marco"], ["uuid", "9b76e3c0-3b58-4111-a19d-8b12bf44d717"], ["created_at", "2020-11-23 07:52:52.612498"], ["updated_at", "2020-11-23 07:52:52.612498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 654 94424 Rick Estate, Velmahaven, WA 91889"], ["city", "Kreigerhaven"], ["country", "Belarus"], ["description", "Ipsam unde consequatur. Voluptatem adipisci voluptatem."], ["email", "leonardo@example.org"], ["first_name", "Jovita"], ["firstname", "Trent"], ["last_name", "Stark"], ["lastname", "Hane"], ["lat", "-34.637936061348725"], ["latitute", "36.16606771986234"], ["lng", "-11.569458511469435"], ["locale", "BQ"], ["longitude", "56.302160503886654"], ["middlename", "Runolfsdottir"], ["middle_name", "Cremin"], ["password", "OeYn1MvC5jFy5"], ["phone", "(357) 083-4402"], ["phone_number", "(260) 274-2659 x43800"], ["reference", "4f05551c-d903-4c53-8dd8-154c660174dd"], ["title", "Aliquid officia ratione dolore repudiandae doloremque."], ["user_name", "john_bailey"], ["username", "cyril_funk"], ["uuid", "a582733f-f555-40bf-84f4-cec0994351b7"], ["created_at", "2020-11-23 07:52:52.636068"], ["updated_at", "2020-11-23 07:52:52.636068"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 391 1750 Albertha Trail, East Freeman, KS 21863"], ["city", "Diegotown"], ["country", "Russian Federation"], ["description", "Quo amet inventore. Aut eum ut. Fugit esse vero. Magnam iure voluptas."], ["email", "blake@example.name"], ["first_name", "Meda"], ["firstname", "Rick"], ["last_name", "Rohan"], ["lastname", "Howell"], ["lat", "-69.23106528605715"], ["latitute", "27.589124113136435"], ["lng", "-77.80388816280849"], ["locale", "KN"], ["longitude", "45.32119214093771"], ["middlename", "Boehm"], ["middle_name", "Roberts"], ["password", "V8pMdDf48Ax9J"], ["phone", "350.279.9389 x29363"], ["phone_number", "(659) 502-8371 x8733"], ["reference", "c821dc76-b3c9-484b-80cd-c9aecf20a43d"], ["title", "Et fugit alias esse unde."], ["user_name", "alvina"], ["username", "phylicia"], ["uuid", "664f3e73-42f7-43d9-9836-2a9d4bb374c8"], ["created_at", "2020-11-23 07:52:52.657946"], ["updated_at", "2020-11-23 07:52:52.657946"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 570 93288 Brakus Estate, Lake Staciport, MA 52937"], ["city", "Port Rosy"], ["country", "Congo"], ["description", "Deserunt eum atque. Culpa non eos. Non aut autem."], ["email", "margarito@example.co"], ["first_name", "Courtney"], ["firstname", "Olimpia"], ["last_name", "Auer"], ["lastname", "Parisian"], ["lat", "29.33571752814379"], ["latitute", "-35.52598076493664"], ["lng", "14.229196348781358"], ["locale", "RE"], ["longitude", "104.4997263115664"], ["middlename", "Kreiger"], ["middle_name", "Nitzsche"], ["password", "AkA76hOdCyFj30"], ["phone", "607-878-5023 x04059"], ["phone_number", "866.111.6015 x1803"], ["reference", "6ff9072b-811c-483d-871c-f81603e4108f"], ["title", "Ut cupiditate voluptates."], ["user_name", "lupita"], ["username", "edgar"], ["uuid", "c08658ad-21fa-4d50-8765-3d1ee80f8e48"], ["created_at", "2020-11-23 07:52:52.679453"], ["updated_at", "2020-11-23 07:52:52.679453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 631 92018 Verdell Flats, Port Kacimouth, OH 16181-1385"], ["city", "Sharlastad"], ["country", "Lesotho"], ["description", "Explicabo maiores ea. Non aut voluptatem. Aliquam delectus hic. Perspiciatis minima nam. Tenetur voluptas incidunt."], ["email", "deloise@example.biz"], ["first_name", "Ona"], ["firstname", "Billi"], ["last_name", "Yundt"], ["lastname", "Blick"], ["lat", "-44.6279361027869"], ["latitute", "-2.3968210075756957"], ["lng", "56.1263097994576"], ["locale", "MU"], ["longitude", "160.34861417034944"], ["middlename", "Collier"], ["middle_name", "Cremin"], ["password", "DxSbKoFtL0890fOw"], ["phone", "843.255.0294 x59561"], ["phone_number", "1-649-142-1152"], ["reference", "c396c0b3-f252-44c5-afd7-1b5a6cd70c54"], ["title", "Dolores animi dolorem neque eum."], ["user_name", "lavonda"], ["username", "arnulfo"], ["uuid", "f9427216-9c7d-4d4d-98ce-1773723e7b57"], ["created_at", "2020-11-23 07:52:52.707380"], ["updated_at", "2020-11-23 07:52:52.707380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-23 07:52:52.709265"], ["updated_at", "2020-11-23 07:52:52.709265"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-23 07:52:52.710478"], ["updated_at", "2020-11-23 07:52:52.710478"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-23 07:52:52.711606"], ["updated_at", "2020-11-23 07:52:52.711606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-23 07:52:52.712739"], ["updated_at", "2020-11-23 07:52:52.712739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 07:52:52.713887"], ["updated_at", "2020-11-23 07:52:52.713887"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-23 07:52:52.715080"], ["updated_at", "2020-11-23 07:52:52.715080"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 07:52:52.716230"], ["updated_at", "2020-11-23 07:52:52.716230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-23 07:52:52.717374"], ["updated_at", "2020-11-23 07:52:52.717374"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.734156"], ["updated_at", "2020-11-23 07:52:52.734156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.734966"], ["updated_at", "2020-11-23 07:52:52.734966"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.735625"], ["updated_at", "2020-11-23 07:52:52.735625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.736267"], ["updated_at", "2020-11-23 07:52:52.736267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.736924"], ["updated_at", "2020-11-23 07:52:52.736924"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.737569"], ["updated_at", "2020-11-23 07:52:52.737569"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.738231"], ["updated_at", "2020-11-23 07:52:52.738231"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:52:52.738864"], ["updated_at", "2020-11-23 07:52:52.738864"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:52:52.739549"], ["updated_at", "2020-11-23 07:52:52.739549"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:52:52.740235"], ["updated_at", "2020-11-23 07:52:52.740235"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:52:52.740899"], ["updated_at", "2020-11-23 07:52:52.740899"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:52:52.741535"], ["updated_at", "2020-11-23 07:52:52.741535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:52:52.742171"], ["updated_at", "2020-11-23 07:52:52.742171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:52:52.742805"], ["updated_at", "2020-11-23 07:52:52.742805"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:52:52.743445"], ["updated_at", "2020-11-23 07:52:52.743445"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:52:52.744071"], ["updated_at", "2020-11-23 07:52:52.744071"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.1ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (36.3ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.3ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (2.1ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.9ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "5032 Napoleon Knolls, Steuberborough, ID 60535"], ["city", "West Kipmouth"], ["country", "Reunion"], ["description", "Et dolor dolor. Eos sit earum. Atque laboriosam enim. Dolorem debitis illum. Repellat officia cumque."], ["email", "grayce@example.biz"], ["first_name", "Chet"], ["firstname", "Daryl"], ["last_name", "Gusikowski"], ["lastname", "Lang"], ["lat", "13.735019786623539"], ["latitute", "-20.014585549365634"], ["lng", "-61.65843743018277"], ["locale", "GT"], ["longitude", "11.599372286514011"], ["middlename", "Dooley"], ["middle_name", "Hudson"], ["password", "3G5eVs8ZeLoGa8P"], ["phone", "653.040.8046"], ["phone_number", "1-884-703-1580"], ["reference", "94fe31b3-71e7-4833-9159-e138ce6e2a92"], ["title", "Repudiandae doloribus nisi."], ["user_name", "robt"], ["username", "petronila.pfannerstill"], ["uuid", "8ade8512-0150-4f91-9b15-9c01b78742d7"], ["created_at", "2020-11-23 07:56:50.266141"], ["updated_at", "2020-11-23 07:56:50.266141"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "5063 Jaskolski Plaza, East Alfonso, KS 82251"], ["city", "Gibsonside"], ["country", "Mauritania"], ["description", "Consequuntur et eveniet. Non ut rem. Nesciunt dolor pariatur. Delectus impedit repellendus. Veritatis quae sequi."], ["email", "roscoe_rath@example.io"], ["first_name", "Dannie"], ["firstname", "Eliseo"], ["last_name", "Breitenberg"], ["lastname", "Connelly"], ["lat", "13.46949574144017"], ["latitute", "-10.516258144363135"], ["lng", "-28.669533684582802"], ["locale", "GF"], ["longitude", "-150.79625766479603"], ["middlename", "Reichert"], ["middle_name", "Stark"], ["password", "Nd9EcScK"], ["phone", "(910) 585-0345"], ["phone_number", "1-409-437-9188 x495"], ["reference", "041b3142-9366-4131-85b9-dacd32359458"], ["title", "Dolorem molestiae laborum."], ["user_name", "ruthann"], ["username", "erma_larkin"], ["uuid", "48dbd61b-5f1a-4147-9d96-47875e06f0dd"], ["created_at", "2020-11-23 07:56:50.288187"], ["updated_at", "2020-11-23 07:56:50.288187"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 208 2515 Ullrich Orchard, Jameyhaven, OH 82110-6904"], ["city", "Jacquieport"], ["country", "Virgin Islands, U.S."], ["description", "Atque unde ut. Et suscipit ipsam. Totam perferendis molestiae. Deleniti dolor ea. Tempora nisi voluptatem."], ["email", "leanne.weber@example.co"], ["first_name", "Rufina"], ["firstname", "Milo"], ["last_name", "Kulas"], ["lastname", "McKenzie"], ["lat", "-71.28780544680846"], ["latitute", "24.607987173006336"], ["lng", "-1.5441102204646882"], ["locale", "LT"], ["longitude", "124.10127509292784"], ["middlename", "Barrows"], ["middle_name", "Casper"], ["password", "Zp1DrVaSaWzF"], ["phone", "430.176.3225 x53312"], ["phone_number", "1-734-714-4099"], ["reference", "71f2d148-5e77-469c-949a-a9965c14ab29"], ["title", "Quibusdam quia eum molestias animi."], ["user_name", "judson"], ["username", "bernarda"], ["uuid", "23e5bed2-ad39-4269-bcfd-59b0ef23c99e"], ["created_at", "2020-11-23 07:56:50.310031"], ["updated_at", "2020-11-23 07:56:50.310031"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 823 28497 Nadene Mountains, Joanmouth, WI 00085-0895"], ["city", "Alanamouth"], ["country", "Uruguay"], ["description", "Suscipit aspernatur quo. Iusto et atque. Iure aut et. Natus vel non."], ["email", "ernie@example.com"], ["first_name", "Neville"], ["firstname", "Bo"], ["last_name", "Becker"], ["lastname", "Braun"], ["lat", "59.1111584998888"], ["latitute", "-2.0836531696914165"], ["lng", "3.1202220082107885"], ["locale", "MC"], ["longitude", "142.9779933231353"], ["middlename", "Jacobi"], ["middle_name", "Kovacek"], ["password", "1Ey1UxW5cIrY"], ["phone", "573.301.9119 x34411"], ["phone_number", "1-434-834-2970 x1677"], ["reference", "d80facd7-c535-40b7-b746-3dcd452143ec"], ["title", "Ullam autem ducimus quo reprehenderit."], ["user_name", "juli.bradtke"], ["username", "jeanne.bergnaum"], ["uuid", "22fc64fe-edf2-498e-843f-b2024fbc7595"], ["created_at", "2020-11-23 07:56:50.331791"], ["updated_at", "2020-11-23 07:56:50.331791"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "890 McLaughlin Wall, Sooktown, MN 27625"], ["city", "Christineberg"], ["country", "Belgium"], ["description", "Provident tempore rerum. Modi tenetur reprehenderit. Repudiandae sequi quidem. A eum saepe."], ["email", "marlon@example.org"], ["first_name", "Esteban"], ["firstname", "Carlton"], ["last_name", "Wintheiser"], ["lastname", "Langworth"], ["lat", "-65.19369608110964"], ["latitute", "-31.417150181180276"], ["lng", "-132.57164307426712"], ["locale", "HR"], ["longitude", "101.02805836474823"], ["middlename", "Moen"], ["middle_name", "Sanford"], ["password", "Kc4F20xXh"], ["phone", "263-322-7512"], ["phone_number", "577-482-2840"], ["reference", "ec47c105-0f97-4771-a2e2-cedf3e652848"], ["title", "Neque atque natus in saepe officia."], ["user_name", "dudley"], ["username", "cornelius_gutmann"], ["uuid", "15f2b54c-9c94-4e99-866e-d1d22b837851"], ["created_at", "2020-11-23 07:56:50.353360"], ["updated_at", "2020-11-23 07:56:50.353360"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 183 491 Mathew Radial, New Elyse, TN 38020-9031"], ["city", "East Vicentashire"], ["country", "Georgia"], ["description", "Tempore eos error. Voluptate adipisci culpa. Assumenda iusto eaque."], ["email", "lazaro.hane@example.name"], ["first_name", "Alva"], ["firstname", "Ed"], ["last_name", "Quitzon"], ["lastname", "Kozey"], ["lat", "-30.43846138713984"], ["latitute", "-85.27170004792508"], ["lng", "50.527224562881116"], ["locale", "BA"], ["longitude", "-171.45256067308082"], ["middlename", "Langosh"], ["middle_name", "Erdman"], ["password", "JzIp7PlPl6I8rA"], ["phone", "1-465-181-9929 x1371"], ["phone_number", "1-239-167-3017 x473"], ["reference", "03ea3bf2-b2f5-4298-95c8-d2801e602142"], ["title", "Aliquid sint expedita."], ["user_name", "natashia"], ["username", "ena.runte"], ["uuid", "68c8e413-1e26-4334-a321-72b7ad09a4ed"], ["created_at", "2020-11-23 07:56:50.383146"], ["updated_at", "2020-11-23 07:56:50.383146"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 517 3012 Herb Grove, Jeramybury, NY 23346"], ["city", "Jordonport"], ["country", "Ethiopia"], ["description", "Optio et quo. Suscipit rerum dolorem. Repellendus qui aspernatur."], ["email", "logan@example.co"], ["first_name", "Suzy"], ["firstname", "Russel"], ["last_name", "Paucek"], ["lastname", "Bogisich"], ["lat", "69.25094850960411"], ["latitute", "-8.093923567309744"], ["lng", "24.940057877225854"], ["locale", "PL"], ["longitude", "11.524308617259067"], ["middlename", "Cummerata"], ["middle_name", "Howe"], ["password", "Ut6NbTu3K"], ["phone", "1-101-321-5655 x99083"], ["phone_number", "369-713-9023 x0572"], ["reference", "a7570cda-bb31-4992-a640-3fac7fb2390c"], ["title", "Eius animi eligendi odio qui."], ["user_name", "waylon"], ["username", "merrilee"], ["uuid", "1081d441-de6d-4ee8-83a2-0b1840cbfc9c"], ["created_at", "2020-11-23 07:56:50.406444"], ["updated_at", "2020-11-23 07:56:50.406444"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 415 1195 Herb Hill, Tiarashire, OK 32241"], ["city", "Gerardborough"], ["country", "New Zealand"], ["description", "Architecto quia possimus. Iure odio quaerat."], ["email", "sumiko@example.info"], ["first_name", "Evonne"], ["firstname", "Bradford"], ["last_name", "Bins"], ["lastname", "Durgan"], ["lat", "-56.26751639066178"], ["latitute", "-9.527911983376327"], ["lng", "148.65260491607643"], ["locale", "CM"], ["longitude", "-128.64535385539227"], ["middlename", "Nader"], ["middle_name", "Schoen"], ["password", "8FnFr8R6iWs"], ["phone", "(611) 785-9301 x10931"], ["phone_number", "518-501-3126"], ["reference", "afd3478b-2bdb-476e-aba2-e0fd853d2805"], ["title", "Ab est ut."], ["user_name", "jacqui"], ["username", "alberta"], ["uuid", "89f96eba-a379-414f-b454-e95756ec847b"], ["created_at", "2020-11-23 07:56:50.428278"], ["updated_at", "2020-11-23 07:56:50.428278"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.3ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "6878 Rubi Avenue, East Jamaalland, RI 10533"], ["city", "DuBuqueview"], ["country", "Cape Verde"], ["description", "Vel nihil debitis. Debitis nulla dolorem. Voluptatem perspiciatis quas."], ["email", "layla_lind@example.net"], ["first_name", "Sonny"], ["firstname", "Doyle"], ["last_name", "Runte"], ["lastname", "Willms"], ["lat", "25.47647156664307"], ["latitute", "-62.67781378599613"], ["lng", "52.701551604924475"], ["locale", "IM"], ["longitude", "-56.07936345748375"], ["middlename", "Zulauf"], ["middle_name", "Blanda"], ["password", "Tu2JeHqQaL4iBs"], ["phone", "1-401-988-3037 x82902"], ["phone_number", "653-005-0556 x2707"], ["reference", "ff010df9-39f6-4232-8184-7ff241a31643"], ["title", "Eligendi placeat voluptate fuga."], ["user_name", "luis_kunde"], ["username", "valeri_kunze"], ["uuid", "fca79de8-6fcd-4373-8dec-5aeb9a40535e"], ["created_at", "2020-11-23 07:56:50.450295"], ["updated_at", "2020-11-23 07:56:50.450295"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 719 266 Danny Streets, East Kristian, RI 02384-5131"], ["city", "New Lynwoodland"], ["country", "Mexico"], ["description", "Aperiam sint nobis. Sit dignissimos error."], ["email", "inocencia.gulgowski@example.org"], ["first_name", "Dannette"], ["firstname", "Claudio"], ["last_name", "Collier"], ["lastname", "Bode"], ["lat", "-12.884591783361344"], ["latitute", "-31.47524919889039"], ["lng", "4.876022043219791"], ["locale", "SJ"], ["longitude", "15.76174246462071"], ["middlename", "Jacobi"], ["middle_name", "McGlynn"], ["password", "077VjQuXhQ8sT8r2"], ["phone", "528-771-4602 x767"], ["phone_number", "1-356-421-6121 x30052"], ["reference", "13b299eb-177e-4120-9f58-24315bf758bf"], ["title", "Molestias atque aut consequuntur ut."], ["user_name", "tiana"], ["username", "miles.schuster"], ["uuid", "632788a5-badb-4170-81d1-bb34d7bef24f"], ["created_at", "2020-11-23 07:56:50.472263"], ["updated_at", "2020-11-23 07:56:50.472263"]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 0.576567418018626], ["string", "Veniam qui reiciendis odit."], ["date", "2020-12-03"], ["time", "2000-01-01 23:31:11.840938"], ["datetime", "2020-11-27 21:24:11.564798"], ["created_at", "2020-11-23 07:56:50.498725"], ["updated_at", "2020-11-23 07:56:50.498725"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 5.89961790001296], ["string", "Reprehenderit natus delectus labore vel."], ["created_at", "2020-11-23 07:56:50.506125"], ["updated_at", "2020-11-23 07:56:50.506125"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.2ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 07:56:50.514544"], ["updated_at", "2020-11-23 07:56:50.514544"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-23 07:56:50.521229"], ["updated_at", "2020-11-23 07:56:50.521229"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-23 07:56:50.527281"], ["updated_at", "2020-11-23 07:56:50.527281"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:50.533443"], ["updated_at", "2020-11-23 07:56:50.533443"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:50.538303"], ["updated_at", "2020-11-23 07:56:50.538303"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 277 994 Rowe Branch, Shaynaville, UT 55998-6557"], ["city", "West Palmer"], ["country", "Cote d'Ivoire"], ["description", "Ut assumenda eveniet. Saepe facilis impedit. Ut et sint."], ["email", "cornelius@example.net"], ["first_name", "Johnathon"], ["firstname", "Jamey"], ["last_name", "Greenfelder"], ["lastname", "Kreiger"], ["lat", "-4.734095928470126"], ["latitute", "-20.594442448825518"], ["lng", "-89.56769182165868"], ["locale", "KH"], ["longitude", "130.15164844438402"], ["middlename", "Purdy"], ["middle_name", "McKenzie"], ["password", "5Yi6Eq5UzSuRt6V8"], ["phone", "(598) 341-9461 x577"], ["phone_number", "989-873-5463 x8180"], ["reference", "4cbfaaf5-ac2e-4180-9d55-b47a461009f6"], ["title", "Quos voluptas placeat illum."], ["user_name", "zane.kuvalis"], ["username", "donn.hahn"], ["uuid", "44356823-17ea-46e9-95f5-0e0e677c5db0"], ["created_at", "2020-11-23 07:56:50.573722"], ["updated_at", "2020-11-23 07:56:50.573722"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 07:56:50.579124"], ["updated_at", "2020-11-23 07:56:50.579124"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:50.589733"], ["updated_at", "2020-11-23 07:56:50.589733"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:56:50.592753"], ["updated_at", "2020-11-23 07:56:50.592753"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 14.7122596826131], ["string", "Laboriosam quisquam voluptatem consequatur esse."], ["date", "2020-12-07"], ["time", "2000-01-01 10:08:54.061233"], ["datetime", "2020-10-20 17:11:12.155970"], ["created_at", "2020-11-23 07:56:50.600932"], ["updated_at", "2020-11-23 07:56:50.600932"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 7.80305400368287], ["string", "Aut accusantium aut."], ["date", "2020-12-11"], ["time", "2000-01-01 03:54:54.617783"], ["datetime", "2020-12-21 11:06:57.187238"], ["created_at", "2020-11-23 07:56:50.605217"], ["updated_at", "2020-11-23 07:56:50.605217"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 1.42631331550102], ["string", "Aliquid voluptatem voluptas."], ["date", "2020-12-08"], ["time", "2000-01-01 01:24:09.010474"], ["datetime", "2020-11-16 04:06:45.295734"], ["created_at", "2020-11-23 07:56:50.608317"], ["updated_at", "2020-11-23 07:56:50.608317"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 19.2450931141683], ["string", "Sed fugit dolores voluptatem."], ["date", "2020-12-29"], ["time", "2000-01-01 18:14:55.164872"], ["datetime", "2020-12-21 04:55:40.448716"], ["created_at", "2020-11-23 07:56:50.611345"], ["updated_at", "2020-11-23 07:56:50.611345"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 5.19919579060989], ["string", "Maxime fuga voluptas consequatur."], ["date", "2020-11-07"], ["time", "2000-01-01 04:26:38.204840"], ["datetime", "2020-11-14 19:52:56.597066"], ["created_at", "2020-11-23 07:56:50.615372"], ["updated_at", "2020-11-23 07:56:50.615372"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 33], ["decimal", 0.708349475817229], ["string", "Dolorem tempora possimus commodi."], ["date", "2020-11-06"], ["time", "2000-01-01 16:55:35.893218"], ["datetime", "2020-11-12 04:04:44.640935"], ["created_at", "2020-11-23 07:56:50.618629"], ["updated_at", "2020-11-23 07:56:50.618629"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 29.2146589072452], ["string", "Et ut odit voluptas."], ["date", "2020-12-26"], ["time", "2000-01-01 10:59:05.145457"], ["datetime", "2020-11-26 00:04:47.661667"], ["created_at", "2020-11-23 07:56:50.621912"], ["updated_at", "2020-11-23 07:56:50.621912"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 25.6206518553633], ["string", "Tenetur voluptas pariatur ipsum."], ["date", "2020-11-23"], ["time", "2000-01-01 23:45:30.313254"], ["datetime", "2020-10-25 10:12:25.290899"], ["created_at", "2020-11-23 07:56:50.625329"], ["updated_at", "2020-11-23 07:56:50.625329"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 6.4890784254173], ["string", "Recusandae possimus dolor fuga sit."], ["created_at", "2020-11-23 07:56:50.628194"], ["updated_at", "2020-11-23 07:56:50.628194"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 40.2423221614357], ["string", "Culpa cum reiciendis."], ["created_at", "2020-11-23 07:56:50.630998"], ["updated_at", "2020-11-23 07:56:50.630998"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 0.0404881686490332], ["string", "Delectus suscipit veniam enim."], ["created_at", "2020-11-23 07:56:50.633693"], ["updated_at", "2020-11-23 07:56:50.633693"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1037], ["decimal", 21.8781478979855], ["string", "Officia possimus ut."], ["created_at", "2020-11-23 07:56:50.636175"], ["updated_at", "2020-11-23 07:56:50.636175"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 0.170349665148385], ["string", "Facilis culpa ut doloremque neque."], ["created_at", "2020-11-23 07:56:50.638567"], ["updated_at", "2020-11-23 07:56:50.638567"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1028], ["decimal", 17.9785554322315], ["string", "Velit enim tempora voluptatem debitis illo."], ["created_at", "2020-11-23 07:56:50.640965"], ["updated_at", "2020-11-23 07:56:50.640965"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 11.7394021881194], ["string", "Sit ipsum blanditiis."], ["created_at", "2020-11-23 07:56:50.643361"], ["updated_at", "2020-11-23 07:56:50.643361"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 15.2150405622321], ["string", "Facilis non minima architecto qui."], ["created_at", "2020-11-23 07:56:50.645680"], ["updated_at", "2020-11-23 07:56:50.645680"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-23 07:56:50.647691"], ["updated_at", "2020-11-23 07:56:50.647691"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-23 07:56:50.649629"], ["updated_at", "2020-11-23 07:56:50.649629"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-23 07:56:50.651425"], ["updated_at", "2020-11-23 07:56:50.651425"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 07:56:50.653135"], ["updated_at", "2020-11-23 07:56:50.653135"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 07:56:50.654924"], ["updated_at", "2020-11-23 07:56:50.654924"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 07:56:50.656657"], ["updated_at", "2020-11-23 07:56:50.656657"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-23 07:56:50.658211"], ["updated_at", "2020-11-23 07:56:50.658211"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-23 07:56:50.659758"], ["updated_at", "2020-11-23 07:56:50.659758"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 2], ["created_at", "2020-11-23 07:56:50.661936"], ["updated_at", "2020-11-23 07:56:50.661936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-23 07:56:50.664301"], ["updated_at", "2020-11-23 07:56:50.664301"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-23 07:56:50.666428"], ["updated_at", "2020-11-23 07:56:50.666428"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-23 07:56:50.668507"], ["updated_at", "2020-11-23 07:56:50.668507"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-23 07:56:50.670563"], ["updated_at", "2020-11-23 07:56:50.670563"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-23 07:56:50.672668"], ["updated_at", "2020-11-23 07:56:50.672668"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-23 07:56:50.674774"], ["updated_at", "2020-11-23 07:56:50.674774"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 6], ["created_at", "2020-11-23 07:56:50.676831"], ["updated_at", "2020-11-23 07:56:50.676831"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-23 07:56:50.678457"], ["updated_at", "2020-11-23 07:56:50.678457"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-23 07:56:50.680231"], ["updated_at", "2020-11-23 07:56:50.680231"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-23 07:56:50.682033"], ["updated_at", "2020-11-23 07:56:50.682033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-23 07:56:50.683605"], ["updated_at", "2020-11-23 07:56:50.683605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-23 07:56:50.685132"], ["updated_at", "2020-11-23 07:56:50.685132"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-23 07:56:50.686642"], ["updated_at", "2020-11-23 07:56:50.686642"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-23 07:56:50.688199"], ["updated_at", "2020-11-23 07:56:50.688199"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-23 07:56:50.689880"], ["updated_at", "2020-11-23 07:56:50.689880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:50.690849"], ["updated_at", "2020-11-23 07:56:50.690849"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:50.691788"], ["updated_at", "2020-11-23 07:56:50.691788"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:50.692788"], ["updated_at", "2020-11-23 07:56:50.692788"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:50.693650"], ["updated_at", "2020-11-23 07:56:50.693650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:50.694505"], ["updated_at", "2020-11-23 07:56:50.694505"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:50.695375"], ["updated_at", "2020-11-23 07:56:50.695375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:50.696243"], ["updated_at", "2020-11-23 07:56:50.696243"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:50.697128"], ["updated_at", "2020-11-23 07:56:50.697128"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:50.698850"], ["updated_at", "2020-11-23 07:56:50.698850"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:50.700442"], ["updated_at", "2020-11-23 07:56:50.700442"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:50.701538"], ["updated_at", "2020-11-23 07:56:50.701538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:50.702603"], ["updated_at", "2020-11-23 07:56:50.702603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:50.703675"], ["updated_at", "2020-11-23 07:56:50.703675"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:50.704771"], ["updated_at", "2020-11-23 07:56:50.704771"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:50.705879"], ["updated_at", "2020-11-23 07:56:50.705879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:50.706951"], ["updated_at", "2020-11-23 07:56:50.706951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "67499 Cremin Square, Port Darrel, NE 86029-4971"], ["city", "Boscofort"], ["country", "Palau"], ["description", "Ut natus repellat. Dolore dolor omnis. A omnis consequatur. Optio vitae dolore. Aut voluptatem distinctio."], ["email", "irwin_brown@example.biz"], ["first_name", "Maragaret"], ["firstname", "Margit"], ["last_name", "Brekke"], ["lastname", "Schamberger"], ["lat", "-80.68381980164452"], ["latitute", "21.772176013553477"], ["lng", "162.55402196947074"], ["locale", "CM"], ["longitude", "153.23992150296925"], ["middlename", "Schaden"], ["middle_name", "Mills"], ["password", "UlQ6kBbFzMrBj9Lb"], ["phone", "207-712-6366 x6749"], ["phone_number", "1-237-507-6115"], ["reference", "834880af-c81c-416e-8b73-c49fff22aa68"], ["title", "Maxime id facere quibusdam sunt."], ["user_name", "gordon.breitenberg"], ["username", "tomeka_wilkinson"], ["uuid", "0ebcca18-f28d-4cce-a5f8-c499bd08f113"], ["created_at", "2020-11-23 07:56:50.728135"], ["updated_at", "2020-11-23 07:56:50.728135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 974 6652 Weissnat Track, Omermouth, NM 78543-0752"], ["city", "New Pete"], ["country", "Palau"], ["description", "Aut ducimus laborum. Fugiat blanditiis et. Animi dignissimos et. Iusto nemo est."], ["email", "markus@example.co"], ["first_name", "Taunya"], ["firstname", "Roosevelt"], ["last_name", "Gusikowski"], ["lastname", "Ward"], ["lat", "-34.94865559807408"], ["latitute", "-32.22633100711996"], ["lng", "168.28682378997252"], ["locale", "TH"], ["longitude", "-62.47681450675687"], ["middlename", "Schaden"], ["middle_name", "Braun"], ["password", "Kl6XqBjQgLm"], ["phone", "(414) 490-3447 x5454"], ["phone_number", "854.894.5637 x60374"], ["reference", "b82367e6-1505-4092-82c9-0734275868f8"], ["title", "Quod doloribus ex ab voluptas eos."], ["user_name", "brooke.schulist"], ["username", "marcelo"], ["uuid", "692b27b0-01da-422d-b694-066e25fe0a54"], ["created_at", "2020-11-23 07:56:50.750098"], ["updated_at", "2020-11-23 07:56:50.750098"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 846 2111 Beatty Shoal, Cummingsfort, TX 39216-9138"], ["city", "Jonathonfort"], ["country", "Cambodia"], ["description", "Est maiores velit. Et repellendus nostrum."], ["email", "lavina.powlowski@example.org"], ["first_name", "Hiroko"], ["firstname", "Elayne"], ["last_name", "Denesik"], ["lastname", "Kilback"], ["lat", "87.02277088714402"], ["latitute", "-81.37355456792277"], ["lng", "-151.19600745820716"], ["locale", "CD"], ["longitude", "-6.990860681865257"], ["middlename", "Howell"], ["middle_name", "Blanda"], ["password", "I6iB3c9S8q8O"], ["phone", "(457) 034-7233 x657"], ["phone_number", "250.338.9833 x218"], ["reference", "529aed10-e141-4979-9b64-069311242713"], ["title", "Soluta quaerat et."], ["user_name", "darnell_franecki"], ["username", "stuart"], ["uuid", "6a3e4a5f-3d0d-4f40-85c7-4a3f55ecfead"], ["created_at", "2020-11-23 07:56:50.782406"], ["updated_at", "2020-11-23 07:56:50.782406"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "778 Leesa Branch, New Magen, MS 50012"], ["city", "Aldohaven"], ["country", "Svalbard & Jan Mayen Islands"], ["description", "Molestiae nisi autem. Quis voluptates maxime."], ["email", "clarine@example.biz"], ["first_name", "Wilfredo"], ["firstname", "Harriette"], ["last_name", "Rau"], ["lastname", "Keeling"], ["lat", "30.584538387012216"], ["latitute", "-8.66063057858527"], ["lng", "-160.1172913059213"], ["locale", "KY"], ["longitude", "118.6932476888071"], ["middlename", "Towne"], ["middle_name", "Monahan"], ["password", "GaQpL9kB"], ["phone", "954-120-6650"], ["phone_number", "470.787.0587 x207"], ["reference", "3923f930-0aae-4c30-bcb6-3c326231150b"], ["title", "Odio molestiae veniam quo dicta consequuntur."], ["user_name", "nieves"], ["username", "jannie.glover"], ["uuid", "74fe7472-cda6-48af-8631-c3e0dacde11d"], ["created_at", "2020-11-23 07:56:50.805591"], ["updated_at", "2020-11-23 07:56:50.805591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "30054 Felica Harbors, Port Seanmouth, MO 57773"], ["city", "Omerborough"], ["country", "Saint Martin"], ["description", "Enim ad voluptatem. Laborum facere ad. Error omnis est."], ["email", "austin_stokes@example.biz"], ["first_name", "Travis"], ["firstname", "Fausto"], ["last_name", "Kris"], ["lastname", "Leuschke"], ["lat", "10.765943918192207"], ["latitute", "-17.356641875243554"], ["lng", "47.893334949813266"], ["locale", "MM"], ["longitude", "-122.32965432232973"], ["middlename", "Casper"], ["middle_name", "Weissnat"], ["password", "E2iSqDq8YnCj"], ["phone", "(966) 873-6796 x3958"], ["phone_number", "1-930-441-2653 x068"], ["reference", "c75e0645-215d-473a-ba12-5bdd236edb0b"], ["title", "Dolor quis est temporibus officiis aut."], ["user_name", "darrell_bernier"], ["username", "yaeko"], ["uuid", "032d9896-1434-4414-8220-734e241c2ffd"], ["created_at", "2020-11-23 07:56:50.827377"], ["updated_at", "2020-11-23 07:56:50.827377"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 237 554 Ronna Port, Kingburgh, CT 27624-9428"], ["city", "Humbertoport"], ["country", "Reunion"], ["description", "Totam pariatur voluptas. Tempore quidem sapiente. Rerum nisi exercitationem."], ["email", "kermit.durgan@example.org"], ["first_name", "Carl"], ["firstname", "Lonnie"], ["last_name", "Emard"], ["lastname", "Reilly"], ["lat", "-89.13119288059276"], ["latitute", "-81.67422278322297"], ["lng", "37.425870705448716"], ["locale", "AO"], ["longitude", "75.56652774909128"], ["middlename", "Stanton"], ["middle_name", "Ebert"], ["password", "RtNr3XtX53qJq"], ["phone", "294.196.7530 x243"], ["phone_number", "1-643-370-4263 x096"], ["reference", "d677d722-4c69-4c1d-a0fa-97117d19a5ec"], ["title", "Amet commodi recusandae nesciunt."], ["user_name", "ray_muller"], ["username", "amado.sipes"], ["uuid", "e2722e7d-18eb-461b-8576-c5e337f91e13"], ["created_at", "2020-11-23 07:56:50.849167"], ["updated_at", "2020-11-23 07:56:50.849167"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2317 Cronin Overpass, South Fleta, MT 01191-8603"], ["city", "South Miguelchester"], ["country", "Heard Island and McDonald Islands"], ["description", "Ex et doloremque. Et eius officiis. Distinctio deleniti libero. Ipsum sapiente sequi. Ab non delectus."], ["email", "bruna.hodkiewicz@example.biz"], ["first_name", "Jerry"], ["firstname", "Alona"], ["last_name", "Satterfield"], ["lastname", "Jakubowski"], ["lat", "8.497525150936326"], ["latitute", "-52.64617977617046"], ["lng", "2.0732498157464363"], ["locale", "KM"], ["longitude", "87.04162641993065"], ["middlename", "O'Connell"], ["middle_name", "Bogan"], ["password", "Hf0GgXrSoY7wW"], ["phone", "793-683-4262"], ["phone_number", "679-341-3284 x94365"], ["reference", "fe513cbe-a997-4074-8ad8-10c58005e1c2"], ["title", "Eius eum est."], ["user_name", "lindy_wisoky"], ["username", "young"], ["uuid", "4290c71b-0f60-4bee-ad46-d0d0a8096c8b"], ["created_at", "2020-11-23 07:56:50.871241"], ["updated_at", "2020-11-23 07:56:50.871241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8411 Alton Spurs, West Ignacio, MT 35179"], ["city", "Corkeryhaven"], ["country", "Albania"], ["description", "Ullam ut dicta. Rerum tempore fuga."], ["email", "shelley@example.org"], ["first_name", "Francina"], ["firstname", "Brent"], ["last_name", "Hoppe"], ["lastname", "Heaney"], ["lat", "-23.91591758975349"], ["latitute", "89.56087357416857"], ["lng", "-147.08075705797552"], ["locale", "ES"], ["longitude", "69.85444776176237"], ["middlename", "Graham"], ["middle_name", "Lemke"], ["password", "UnN5b410RfUiMy8R"], ["phone", "538-419-1088"], ["phone_number", "825.938.7864 x626"], ["reference", "44a4a5e8-591b-4583-ab4c-19d9248061a1"], ["title", "Molestias eos voluptatem quia aut."], ["user_name", "felton"], ["username", "carlene.swift"], ["uuid", "680a39a6-11fd-4bb1-8cca-f718dfb36c37"], ["created_at", "2020-11-23 07:56:50.892725"], ["updated_at", "2020-11-23 07:56:50.892725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-23 07:56:50.894689"], ["updated_at", "2020-11-23 07:56:50.894689"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-23 07:56:50.896212"], ["updated_at", "2020-11-23 07:56:50.896212"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-23 07:56:50.897474"], ["updated_at", "2020-11-23 07:56:50.897474"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-23 07:56:50.898570"], ["updated_at", "2020-11-23 07:56:50.898570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-23 07:56:50.899662"], ["updated_at", "2020-11-23 07:56:50.899662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 07:56:50.900765"], ["updated_at", "2020-11-23 07:56:50.900765"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-23 07:56:50.901864"], ["updated_at", "2020-11-23 07:56:50.901864"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-23 07:56:50.902962"], ["updated_at", "2020-11-23 07:56:50.902962"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:50.927823"], ["updated_at", "2020-11-23 07:56:50.927823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:50.928811"], ["updated_at", "2020-11-23 07:56:50.928811"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:50.929610"], ["updated_at", "2020-11-23 07:56:50.929610"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:50.930365"], ["updated_at", "2020-11-23 07:56:50.930365"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:50.931117"], ["updated_at", "2020-11-23 07:56:50.931117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:50.931863"], ["updated_at", "2020-11-23 07:56:50.931863"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:50.932622"], ["updated_at", "2020-11-23 07:56:50.932622"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:50.933417"], ["updated_at", "2020-11-23 07:56:50.933417"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:56:50.934183"], ["updated_at", "2020-11-23 07:56:50.934183"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:56:50.934928"], ["updated_at", "2020-11-23 07:56:50.934928"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:56:50.935613"], ["updated_at", "2020-11-23 07:56:50.935613"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:56:50.936299"], ["updated_at", "2020-11-23 07:56:50.936299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:56:50.936981"], ["updated_at", "2020-11-23 07:56:50.936981"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:56:50.937646"], ["updated_at", "2020-11-23 07:56:50.937646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:56:50.938302"], ["updated_at", "2020-11-23 07:56:50.938302"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:56:50.938988"], ["updated_at", "2020-11-23 07:56:50.938988"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 0.235167765541072], ["string", "Id iusto aliquam explicabo officiis qui."], ["date", "2020-11-29"], ["time", "2000-01-01 21:03:22.057194"], ["datetime", "2020-11-19 03:49:16.706193"], ["created_at", "2020-11-23 07:56:50.974803"], ["updated_at", "2020-11-23 07:56:50.974803"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 1.55904548028161], ["string", "Enim mollitia quis."], ["date", "2020-11-08"], ["time", "2000-01-01 15:29:07.439202"], ["datetime", "2020-12-23 01:40:23.565428"], ["created_at", "2020-11-23 07:56:50.978057"], ["updated_at", "2020-11-23 07:56:50.978057"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 6.45847258578332], ["string", "Facere ad occaecati ab."], ["date", "2020-10-25"], ["time", "2000-01-01 14:38:17.678102"], ["datetime", "2020-10-14 08:24:01.320450"], ["created_at", "2020-11-23 07:56:50.982596"], ["updated_at", "2020-11-23 07:56:50.982596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 26.9763585802616], ["string", "Non animi impedit et sequi sit."], ["date", "2020-12-09"], ["time", "2000-01-01 12:10:45.747950"], ["datetime", "2020-10-28 19:22:54.460283"], ["created_at", "2020-11-23 07:56:50.987363"], ["updated_at", "2020-11-23 07:56:50.987363"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 10.7572778364994], ["string", "Maxime dolores nihil eum est."], ["date", "2020-12-05"], ["time", "2000-01-01 14:06:17.670825"], ["datetime", "2020-11-12 19:58:27.302919"], ["created_at", "2020-11-23 07:56:50.992077"], ["updated_at", "2020-11-23 07:56:50.992077"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 3.32281337275422], ["string", "Voluptas ut expedita perspiciatis."], ["date", "2020-10-29"], ["time", "2000-01-01 17:12:07.726548"], ["datetime", "2020-12-22 03:43:27.490599"], ["created_at", "2020-11-23 07:56:50.996710"], ["updated_at", "2020-11-23 07:56:50.996710"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:51.001136"], ["updated_at", "2020-11-23 07:56:51.001136"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 16.4746836639009], ["string", "Praesentium consequatur autem nisi pariatur quia."], ["date", "2020-12-14"], ["time", "2000-01-01 19:07:56.923349"], ["datetime", "2020-12-23 01:43:48.205316"], ["created_at", "2020-11-23 07:56:51.040277"], ["updated_at", "2020-11-23 07:56:51.040277"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 4.94444669043461], ["string", "Quia quidem natus rerum."], ["date", "2020-11-28"], ["time", "2000-01-01 20:04:25.501711"], ["datetime", "2020-10-28 21:45:02.592207"], ["created_at", "2020-11-23 07:56:51.045091"], ["updated_at", "2020-11-23 07:56:51.045091"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 1.45173617737054], ["string", "Qui magnam debitis ipsum cupiditate necessitatibus."], ["date", "2021-01-01"], ["time", "2000-01-01 21:09:01.294669"], ["datetime", "2020-11-23 08:04:00.263923"], ["created_at", "2020-11-23 07:56:51.049609"], ["updated_at", "2020-11-23 07:56:51.049609"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 17.9138398381688], ["string", "Nobis iure eos recusandae quas maiores."], ["date", "2020-10-21"], ["time", "2000-01-01 12:22:56.496608"], ["datetime", "2020-12-18 15:47:00.675981"], ["created_at", "2020-11-23 07:56:51.052894"], ["updated_at", "2020-11-23 07:56:51.052894"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 1.49985517964012], ["string", "Expedita consequuntur autem."], ["date", "2020-11-21"], ["time", "2000-01-01 10:15:57.646974"], ["datetime", "2020-12-29 01:00:20.825014"], ["created_at", "2020-11-23 07:56:51.056058"], ["updated_at", "2020-11-23 07:56:51.056058"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 2.03330167571968], ["string", "Sed qui voluptates nihil."], ["date", "2020-10-25"], ["time", "2000-01-01 20:23:59.324470"], ["datetime", "2020-10-14 03:37:52.114644"], ["created_at", "2020-11-23 07:56:51.058842"], ["updated_at", "2020-11-23 07:56:51.058842"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 0.113806542579858], ["string", "Inventore dolores voluptatum dolore corrupti nesciunt."], ["date", "2020-12-11"], ["time", "2000-01-01 03:14:47.003975"], ["datetime", "2020-11-02 09:03:50.315871"], ["created_at", "2020-11-23 07:56:51.061403"], ["updated_at", "2020-11-23 07:56:51.061403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 11.3027855294522], ["string", "Neque in animi aliquid nisi."], ["date", "2020-12-20"], ["time", "2000-01-01 18:19:11.469097"], ["datetime", "2020-12-27 16:47:02.433533"], ["created_at", "2020-11-23 07:56:51.064037"], ["updated_at", "2020-11-23 07:56:51.064037"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 8.56653385742957], ["string", "Dolorem adipisci eveniet ea."], ["created_at", "2020-11-23 07:56:51.066587"], ["updated_at", "2020-11-23 07:56:51.066587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 0.764642030715089], ["string", "Quaerat maiores tempore repudiandae libero."], ["created_at", "2020-11-23 07:56:51.068835"], ["updated_at", "2020-11-23 07:56:51.068835"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 30.5816698377679], ["string", "Quas voluptatem recusandae ex rerum quo."], ["created_at", "2020-11-23 07:56:51.070940"], ["updated_at", "2020-11-23 07:56:51.070940"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1026], ["decimal", 0.323608442367132], ["string", "Aliquam similique et consequatur qui."], ["created_at", "2020-11-23 07:56:51.073517"], ["updated_at", "2020-11-23 07:56:51.073517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 0.679226799538332], ["string", "Amet unde laborum sed neque."], ["created_at", "2020-11-23 07:56:51.075521"], ["updated_at", "2020-11-23 07:56:51.075521"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 22.1661194306896], ["string", "Quis et quos consequuntur voluptas dolor."], ["created_at", "2020-11-23 07:56:51.077542"], ["updated_at", "2020-11-23 07:56:51.077542"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 17.4634118498667], ["string", "Aut commodi sed."], ["created_at", "2020-11-23 07:56:51.079614"], ["updated_at", "2020-11-23 07:56:51.079614"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 24.8467354546502], ["string", "Magni placeat officiis."], ["created_at", "2020-11-23 07:56:51.081679"], ["updated_at", "2020-11-23 07:56:51.081679"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 07:56:51.083195"], ["updated_at", "2020-11-23 07:56:51.083195"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-23 07:56:51.084590"], ["updated_at", "2020-11-23 07:56:51.084590"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-23 07:56:51.085871"], ["updated_at", "2020-11-23 07:56:51.085871"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-23 07:56:51.087097"], ["updated_at", "2020-11-23 07:56:51.087097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 07:56:51.088390"], ["updated_at", "2020-11-23 07:56:51.088390"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 07:56:51.089773"], ["updated_at", "2020-11-23 07:56:51.089773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-23 07:56:51.091043"], ["updated_at", "2020-11-23 07:56:51.091043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-23 07:56:51.092220"], ["updated_at", "2020-11-23 07:56:51.092220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 8], ["created_at", "2020-11-23 07:56:51.093889"], ["updated_at", "2020-11-23 07:56:51.093889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-23 07:56:51.095547"], ["updated_at", "2020-11-23 07:56:51.095547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-23 07:56:51.097140"], ["updated_at", "2020-11-23 07:56:51.097140"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-23 07:56:51.098678"], ["updated_at", "2020-11-23 07:56:51.098678"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 3], ["created_at", "2020-11-23 07:56:51.100242"], ["updated_at", "2020-11-23 07:56:51.100242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 8], ["created_at", "2020-11-23 07:56:51.101836"], ["updated_at", "2020-11-23 07:56:51.101836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 4], ["created_at", "2020-11-23 07:56:51.103413"], ["updated_at", "2020-11-23 07:56:51.103413"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-23 07:56:51.105059"], ["updated_at", "2020-11-23 07:56:51.105059"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-23 07:56:51.106376"], ["updated_at", "2020-11-23 07:56:51.106376"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-23 07:56:51.107642"], ["updated_at", "2020-11-23 07:56:51.107642"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-23 07:56:51.108839"], ["updated_at", "2020-11-23 07:56:51.108839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-23 07:56:51.109980"], ["updated_at", "2020-11-23 07:56:51.109980"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-23 07:56:51.111113"], ["updated_at", "2020-11-23 07:56:51.111113"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-23 07:56:51.112345"], ["updated_at", "2020-11-23 07:56:51.112345"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-23 07:56:51.113531"], ["updated_at", "2020-11-23 07:56:51.113531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-23 07:56:51.114675"], ["updated_at", "2020-11-23 07:56:51.114675"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:51.115401"], ["updated_at", "2020-11-23 07:56:51.115401"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:51.116063"], ["updated_at", "2020-11-23 07:56:51.116063"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:51.116717"], ["updated_at", "2020-11-23 07:56:51.116717"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:51.117349"], ["updated_at", "2020-11-23 07:56:51.117349"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:51.117985"], ["updated_at", "2020-11-23 07:56:51.117985"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:51.118619"], ["updated_at", "2020-11-23 07:56:51.118619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:51.119255"], ["updated_at", "2020-11-23 07:56:51.119255"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:51.119885"], ["updated_at", "2020-11-23 07:56:51.119885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:51.121208"], ["updated_at", "2020-11-23 07:56:51.121208"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:51.122398"], ["updated_at", "2020-11-23 07:56:51.122398"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:51.123512"], ["updated_at", "2020-11-23 07:56:51.123512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:51.124620"], ["updated_at", "2020-11-23 07:56:51.124620"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:51.125762"], ["updated_at", "2020-11-23 07:56:51.125762"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:51.126868"], ["updated_at", "2020-11-23 07:56:51.126868"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:51.127990"], ["updated_at", "2020-11-23 07:56:51.127990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:51.129123"], ["updated_at", "2020-11-23 07:56:51.129123"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "411 Angela Square, Renaldofurt, OR 73464"], ["city", "North Noelle"], ["country", "Sierra Leone"], ["description", "Adipisci reprehenderit non. Quia suscipit sit."], ["email", "willard_miller@example.net"], ["first_name", "Jon"], ["firstname", "Jere"], ["last_name", "Cormier"], ["lastname", "O'Conner"], ["lat", "-71.88925054018866"], ["latitute", "0.7417850143235682"], ["lng", "-93.804677885594"], ["locale", "PF"], ["longitude", "-127.59303127533113"], ["middlename", "Pfannerstill"], ["middle_name", "Breitenberg"], ["password", "8TpIwXgJcAbD"], ["phone", "386-704-1764 x491"], ["phone_number", "(719) 175-4437 x28008"], ["reference", "d1c40821-9cfd-42e2-a3a0-69a4c6b99198"], ["title", "Rerum nobis cumque quibusdam."], ["user_name", "roger"], ["username", "erika"], ["uuid", "22e9c1be-41ab-4649-bbfe-92da493a6464"], ["created_at", "2020-11-23 07:56:51.150250"], ["updated_at", "2020-11-23 07:56:51.150250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 937 969 Reilly Inlet, East Thoramouth, RI 63090-6530"], ["city", "Lake Annamouth"], ["country", "Gabon"], ["description", "Officia veritatis temporibus. Est dolorem veniam."], ["email", "shana@example.biz"], ["first_name", "Jude"], ["firstname", "Fawn"], ["last_name", "Moen"], ["lastname", "Kozey"], ["lat", "-46.4777985312429"], ["latitute", "60.40962941328951"], ["lng", "41.07244001882103"], ["locale", "KZ"], ["longitude", "-139.40574124005428"], ["middlename", "Abernathy"], ["middle_name", "Ledner"], ["password", "9A9yXqP3"], ["phone", "1-381-689-8881 x32053"], ["phone_number", "1-328-972-2714 x65672"], ["reference", "98c93e02-442d-4473-8632-c78664bc4d3d"], ["title", "Consequatur sed hic aut."], ["user_name", "kia_hirthe"], ["username", "chong"], ["uuid", "fef9c9c4-34fa-4fd7-89d9-2d91fa2dcc40"], ["created_at", "2020-11-23 07:56:51.171792"], ["updated_at", "2020-11-23 07:56:51.171792"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 704 96763 Steuber Place, Schoenborough, MA 27408-5505"], ["city", "East Alonzo"], ["country", "Malawi"], ["description", "Esse quam dolores. Esse repellendus excepturi. Ipsam et est. Non qui sint."], ["email", "destiny_pacocha@example.info"], ["first_name", "Jimmie"], ["firstname", "Thuy"], ["last_name", "Mann"], ["lastname", "Marvin"], ["lat", "-65.68505376812485"], ["latitute", "37.37924567372286"], ["lng", "9.294257650204742"], ["locale", "VE"], ["longitude", "19.69356650134415"], ["middlename", "King"], ["middle_name", "Okuneva"], ["password", "361SrZwC10c0V2n"], ["phone", "229.744.4089 x10564"], ["phone_number", "1-634-357-6210"], ["reference", "23ddce05-ee5c-4f8c-9e16-a879a39941d2"], ["title", "Ex debitis dolor reprehenderit rerum."], ["user_name", "garland.abshire"], ["username", "elmer_sanford"], ["uuid", "82619158-f657-42c1-bedc-532be9eb462a"], ["created_at", "2020-11-23 07:56:51.205128"], ["updated_at", "2020-11-23 07:56:51.205128"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 155 819 Gerlach Unions, Port Sylvesterland, IL 64568-0377"], ["city", "Medhurstshire"], ["country", "Kazakhstan"], ["description", "Magni alias aut. Ut id aut. Soluta tenetur ipsam. Ratione cum sint. Eaque molestias voluptates."], ["email", "osvaldo_weber@example.biz"], ["first_name", "Gustavo"], ["firstname", "Hildegard"], ["last_name", "Harris"], ["lastname", "Bode"], ["lat", "-38.73368433345761"], ["latitute", "89.18366851376771"], ["lng", "17.377284859735653"], ["locale", "BA"], ["longitude", "100.52221337259357"], ["middlename", "Cole"], ["middle_name", "Senger"], ["password", "3SeHxMl5Z"], ["phone", "(642) 091-1403 x783"], ["phone_number", "188.350.7037"], ["reference", "c602b27e-6866-4c22-8732-9047820ddb55"], ["title", "Alias modi possimus cupiditate."], ["user_name", "markus_spencer"], ["username", "dino"], ["uuid", "c53c489d-0134-40b6-b6a3-c10a95a2bc37"], ["created_at", "2020-11-23 07:56:51.227148"], ["updated_at", "2020-11-23 07:56:51.227148"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 278 8781 Graham Loaf, West Bell, SC 14751-6468"], ["city", "Lauricehaven"], ["country", "Finland"], ["description", "Quia culpa ut. Pariatur accusamus quas. Non eveniet numquam. Ducimus tempore in."], ["email", "jannette.gerhold@example.net"], ["first_name", "Rosendo"], ["firstname", "Fabian"], ["last_name", "Goodwin"], ["lastname", "Russel"], ["lat", "-14.762076024834812"], ["latitute", "44.69185668654521"], ["lng", "88.89921764859054"], ["locale", "AM"], ["longitude", "-142.24835833093053"], ["middlename", "Roob"], ["middle_name", "Torphy"], ["password", "McVm72Eo"], ["phone", "827-871-1859 x973"], ["phone_number", "186-722-5146 x393"], ["reference", "3e73c2db-0f2e-4c59-bfc3-206975a0edf8"], ["title", "Perferendis ut aperiam pariatur impedit odio."], ["user_name", "edison"], ["username", "tristan"], ["uuid", "6cd93b87-bcd8-472a-b99c-f7be7a9f93d1"], ["created_at", "2020-11-23 07:56:51.249384"], ["updated_at", "2020-11-23 07:56:51.249384"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "96868 Paulette Streets, West Carolaland, VA 16550-9728"], ["city", "New Joaquinaborough"], ["country", "Tanzania"], ["description", "Quis possimus recusandae. Nisi sed cupiditate. Pariatur enim quaerat. Nisi et nihil. Accusantium alias voluptas."], ["email", "queenie@example.biz"], ["first_name", "Lona"], ["firstname", "Savannah"], ["last_name", "Langworth"], ["lastname", "Prosacco"], ["lat", "-54.86921367838171"], ["latitute", "0.5443112880069805"], ["lng", "127.10447863384326"], ["locale", "SS"], ["longitude", "9.600093443627486"], ["middlename", "Ryan"], ["middle_name", "Bashirian"], ["password", "X0pJcXnQvR3k"], ["phone", "(249) 872-5530 x3852"], ["phone_number", "277-123-6861 x05662"], ["reference", "8e84e96b-3c85-445f-81a9-e5360acc58d4"], ["title", "Rerum praesentium iusto ut."], ["user_name", "alexis"], ["username", "rickey"], ["uuid", "5bfeb354-3b28-4fb5-8871-aa29eb8cb3a1"], ["created_at", "2020-11-23 07:56:51.271691"], ["updated_at", "2020-11-23 07:56:51.271691"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "22052 Tasha Springs, New Waldostad, KY 12707"], ["city", "Kassulkeside"], ["country", "Equatorial Guinea"], ["description", "Accusamus fuga dolorem. Unde ratione eaque."], ["email", "cliff.ebert@example.net"], ["first_name", "Blair"], ["firstname", "Walter"], ["last_name", "Christiansen"], ["lastname", "Crist"], ["lat", "74.91925914571047"], ["latitute", "-48.15329484669233"], ["lng", "78.6508131497855"], ["locale", "MD"], ["longitude", "-78.24799779225528"], ["middlename", "O'Connell"], ["middle_name", "Spinka"], ["password", "Jb7CzHfOgO1h"], ["phone", "1-807-823-1311 x344"], ["phone_number", "195-950-3130 x80883"], ["reference", "653aa3f6-b017-43fb-bce6-f33711578560"], ["title", "Porro tenetur inventore."], ["user_name", "harmony.armstrong"], ["username", "marielle.shields"], ["uuid", "7f575206-62b9-403c-87ae-eabaf2b6fe32"], ["created_at", "2020-11-23 07:56:51.293485"], ["updated_at", "2020-11-23 07:56:51.293485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 274 31483 Rempel Extension, New Arlenmouth, TN 43181-3940"], ["city", "East Bryce"], ["country", "Suriname"], ["description", "Qui repudiandae exercitationem. Porro quis atque."], ["email", "elenor@example.io"], ["first_name", "Maria"], ["firstname", "Mira"], ["last_name", "Dare"], ["lastname", "Haag"], ["lat", "86.49617816908506"], ["latitute", "83.80758819329637"], ["lng", "123.75427892310023"], ["locale", "SG"], ["longitude", "54.541752182713424"], ["middlename", "Schimmel"], ["middle_name", "Nitzsche"], ["password", "Nn1077PqShMgElMp"], ["phone", "1-923-867-7411 x472"], ["phone_number", "(837) 293-8705"], ["reference", "7d4b52dc-bcff-4148-ae50-9758f682e41d"], ["title", "Aliquam ex autem neque ut est."], ["user_name", "hipolito_purdy"], ["username", "marilu"], ["uuid", "9c354f18-5461-4d98-a841-3318c91daaef"], ["created_at", "2020-11-23 07:56:51.315090"], ["updated_at", "2020-11-23 07:56:51.315090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-23 07:56:51.317010"], ["updated_at", "2020-11-23 07:56:51.317010"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-23 07:56:51.318164"], ["updated_at", "2020-11-23 07:56:51.318164"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-23 07:56:51.319237"], ["updated_at", "2020-11-23 07:56:51.319237"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-23 07:56:51.320307"], ["updated_at", "2020-11-23 07:56:51.320307"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-23 07:56:51.328616"], ["updated_at", "2020-11-23 07:56:51.328616"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-23 07:56:51.329862"], ["updated_at", "2020-11-23 07:56:51.329862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-23 07:56:51.331084"], ["updated_at", "2020-11-23 07:56:51.331084"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 07:56:51.332211"], ["updated_at", "2020-11-23 07:56:51.332211"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:51.349454"], ["updated_at", "2020-11-23 07:56:51.349454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:51.350249"], ["updated_at", "2020-11-23 07:56:51.350249"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:51.350879"], ["updated_at", "2020-11-23 07:56:51.350879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:51.351496"], ["updated_at", "2020-11-23 07:56:51.351496"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:51.352110"], ["updated_at", "2020-11-23 07:56:51.352110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:51.352739"], ["updated_at", "2020-11-23 07:56:51.352739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:51.353353"], ["updated_at", "2020-11-23 07:56:51.353353"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 07:56:51.353970"], ["updated_at", "2020-11-23 07:56:51.353970"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:56:51.354698"], ["updated_at", "2020-11-23 07:56:51.354698"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:56:51.355364"], ["updated_at", "2020-11-23 07:56:51.355364"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:56:51.355995"], ["updated_at", "2020-11-23 07:56:51.355995"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:56:51.356646"], ["updated_at", "2020-11-23 07:56:51.356646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:56:51.357282"], ["updated_at", "2020-11-23 07:56:51.357282"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:56:51.357955"], ["updated_at", "2020-11-23 07:56:51.357955"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:56:51.358591"], ["updated_at", "2020-11-23 07:56:51.358591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 07:56:51.359232"], ["updated_at", "2020-11-23 07:56:51.359232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.0ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.4ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.9ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 942 2316 Pedro Manor, West Sueshire, AR 51661"], ["city", "East Waynemouth"], ["country", "Nauru"], ["description", "Velit ea voluptas. Molestias id magni. Veritatis magni nobis. Eaque omnis ut."], ["email", "kirk@example.io"], ["first_name", "Donn"], ["firstname", "Dominique"], ["last_name", "Fadel"], ["lastname", "McKenzie"], ["lat", "77.44129836082553"], ["latitute", "-52.846392277341174"], ["lng", "-106.19714695435232"], ["locale", "TV"], ["longitude", "-69.44184528417242"], ["middlename", "Hegmann"], ["middle_name", "Swaniawski"], ["password", "Ep5F2b0UfP"], ["phone", "1-127-916-7826 x103"], ["phone_number", "(590) 117-3657 x6535"], ["reference", "0d2274f2-a852-4b10-8f98-e9e3344ff96c"], ["title", "Dolores nihil animi eum quia ea."], ["user_name", "latonya_conroy"], ["username", "rolando"], ["uuid", "cd90a64c-0bf9-4ade-9b16-f985ae884322"], ["created_at", "2020-11-23 08:01:39.466999"], ["updated_at", "2020-11-23 08:01:39.466999"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 576 5046 Smith Creek, Breitenbergtown, MI 41937-1202"], ["city", "East Alona"], ["country", "Gambia"], ["description", "Dolores cum veritatis. Dolores delectus et. Cum rerum earum. Vero recusandae voluptatem. Fugit dolorum sit."], ["email", "tuan.stroman@example.org"], ["first_name", "Mendy"], ["firstname", "Leslie"], ["last_name", "Baumbach"], ["lastname", "Klocko"], ["lat", "-59.44045001093777"], ["latitute", "-42.73087881729451"], ["lng", "-140.0528627083346"], ["locale", "UG"], ["longitude", "-3.8628143362683716"], ["middlename", "Altenwerth"], ["middle_name", "Hayes"], ["password", "PpL1r24Wl2V7"], ["phone", "1-243-451-8311 x8695"], ["phone_number", "466.629.5381"], ["reference", "6607326d-5b33-4173-942f-280e91dd1177"], ["title", "Placeat magnam asperiores praesentium nobis."], ["user_name", "samara_nitzsche"], ["username", "maurine.mckenzie"], ["uuid", "cde73702-bc9b-48bc-a442-281e6b388b57"], ["created_at", "2020-11-23 08:01:39.490006"], ["updated_at", "2020-11-23 08:01:39.490006"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "364 Hirthe Island, Eddiehaven, IL 11535"], ["city", "Darlaport"], ["country", "Chad"], ["description", "Ipsum ut doloribus. Voluptas magnam libero."], ["email", "angelena@example.org"], ["first_name", "Darius"], ["firstname", "Fredrick"], ["last_name", "Block"], ["lastname", "Beier"], ["lat", "17.012389928721248"], ["latitute", "72.59923859195698"], ["lng", "28.159347729678757"], ["locale", "GQ"], ["longitude", "5.459782555560423"], ["middlename", "Cartwright"], ["middle_name", "Schaefer"], ["password", "NeLy92Gf2HwSzP"], ["phone", "1-690-107-4872 x5043"], ["phone_number", "(421) 475-5041 x3646"], ["reference", "1459043e-c3b3-43d5-b439-4f7a9567fcf5"], ["title", "Eius ullam perferendis sunt quia."], ["user_name", "franklyn_hoppe"], ["username", "oscar"], ["uuid", "6d8b3d2f-4159-44cc-ad32-47921ca0abc1"], ["created_at", "2020-11-23 08:01:39.512108"], ["updated_at", "2020-11-23 08:01:39.512108"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "90207 Cummings Inlet, West Jaredfort, WY 14567-5393"], ["city", "New Shirlchester"], ["country", "India"], ["description", "Ipsum autem est. Quo veniam consectetur."], ["email", "dora_christiansen@example.biz"], ["first_name", "Guy"], ["firstname", "Johnette"], ["last_name", "Jones"], ["lastname", "Vandervort"], ["lat", "6.479349849558702"], ["latitute", "33.45943014569268"], ["lng", "116.70805363451626"], ["locale", "GL"], ["longitude", "163.72721094826403"], ["middlename", "Dicki"], ["middle_name", "Balistreri"], ["password", "ZjOjO7k5"], ["phone", "543-840-0799"], ["phone_number", "1-829-405-9172 x9048"], ["reference", "428c8ff4-ceae-43be-a19f-b8072cacf552"], ["title", "Itaque mollitia sit accusantium aliquam qui."], ["user_name", "erick.trantow"], ["username", "senaida_grimes"], ["uuid", "3cc7e8ac-6a34-4bec-8fed-abd729c4aa8a"], ["created_at", "2020-11-23 08:01:39.534087"], ["updated_at", "2020-11-23 08:01:39.534087"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "509 Gerlach Village, Melodieville, WY 09679"], ["city", "South Andy"], ["country", "South Africa"], ["description", "Ab esse nulla. Ipsa nisi assumenda. Ullam sed autem. Doloremque accusantium qui."], ["email", "brynn@example.net"], ["first_name", "Matt"], ["firstname", "Felton"], ["last_name", "Feeney"], ["lastname", "Heaney"], ["lat", "15.664443536025288"], ["latitute", "-85.40309376579397"], ["lng", "14.687082032594134"], ["locale", "IQ"], ["longitude", "156.70163929874644"], ["middlename", "Murazik"], ["middle_name", "Schowalter"], ["password", "QrEbBcSv"], ["phone", "1-657-748-2640"], ["phone_number", "(438) 169-7444 x5753"], ["reference", "3402bedb-2dc7-4064-85b5-a9ac73246b55"], ["title", "Et non aut in officiis et."], ["user_name", "meggan"], ["username", "majorie"], ["uuid", "6f85dd12-5113-4916-975d-1b2c4130fc73"], ["created_at", "2020-11-23 08:01:39.555864"], ["updated_at", "2020-11-23 08:01:39.555864"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 112 2185 Candance Coves, New Isaiahfurt, NM 59347"], ["city", "East Louisshire"], ["country", "Mexico"], ["description", "Iure enim officia. Eos consequuntur voluptatem. Ipsa sed ea."], ["email", "arlyne@example.co"], ["first_name", "Wilbur"], ["firstname", "Loura"], ["last_name", "Franecki"], ["lastname", "Schaden"], ["lat", "57.65678120189122"], ["latitute", "76.55692636887707"], ["lng", "132.75546905112896"], ["locale", "GY"], ["longitude", "102.73328766367155"], ["middlename", "Kihn"], ["middle_name", "Robel"], ["password", "WmLk9Yo0Ut2KdGyP"], ["phone", "1-388-963-9314 x84609"], ["phone_number", "(483) 769-3101 x8620"], ["reference", "271743f0-a889-435c-ad28-bdc00029f2ca"], ["title", "Explicabo architecto ipsa."], ["user_name", "erick.oreilly"], ["username", "lorinda"], ["uuid", "8edbbb53-b106-47cd-b947-7b30847f5eb3"], ["created_at", "2020-11-23 08:01:39.577815"], ["updated_at", "2020-11-23 08:01:39.577815"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 587 119 King Crossing, Carrollfort, MS 07464-9285"], ["city", "New Halleystad"], ["country", "Gabon"], ["description", "Provident et alias. Molestiae est assumenda. Accusamus deserunt vero. Consequatur nostrum adipisci. Consequatur odit qui."], ["email", "rema@example.name"], ["first_name", "Johnsie"], ["firstname", "Kyoko"], ["last_name", "Kuvalis"], ["lastname", "Hettinger"], ["lat", "9.707860545941784"], ["latitute", "38.722130855407954"], ["lng", "101.92479273061309"], ["locale", "TD"], ["longitude", "-69.52795766282357"], ["middlename", "McKenzie"], ["middle_name", "Torphy"], ["password", "YxOjD7yIiTfTsWt2"], ["phone", "(138) 045-3775 x895"], ["phone_number", "(620) 074-4863"], ["reference", "07bd3e1e-2123-4f1f-b396-626c86d06ada"], ["title", "Sit inventore cum."], ["user_name", "nyla"], ["username", "cleveland"], ["uuid", "88702d5a-dc93-4e83-86b8-364e78051aa9"], ["created_at", "2020-11-23 08:01:39.608050"], ["updated_at", "2020-11-23 08:01:39.608050"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "605 Tillman Village, West Graham, WI 48239-5765"], ["city", "Cormierside"], ["country", "Dominican Republic"], ["description", "Asperiores culpa voluptatibus. Ut suscipit eaque. Deserunt debitis dolor. At dolorem ipsam."], ["email", "boyce@example.co"], ["first_name", "Cristen"], ["firstname", "Jerold"], ["last_name", "Cole"], ["lastname", "Rowe"], ["lat", "33.55084122401506"], ["latitute", "56.48465349812554"], ["lng", "163.5031956187113"], ["locale", "FO"], ["longitude", "-116.0592480408802"], ["middlename", "Hackett"], ["middle_name", "Runolfsson"], ["password", "Ae3OkIoTc29Dq0Tk"], ["phone", "(183) 190-0480"], ["phone_number", "668.338.8038 x29894"], ["reference", "be98399f-d4ba-4140-9157-914289d41eb4"], ["title", "Ut fugit odit."], ["user_name", "cheri.jaskolski"], ["username", "garrett"], ["uuid", "0d8d40a4-3a7d-4d7f-be9f-c83950e457f5"], ["created_at", "2020-11-23 08:01:39.630319"], ["updated_at", "2020-11-23 08:01:39.630319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 258 20692 Roxy Highway, East Samiraville, UT 14174"], ["city", "Trompfort"], ["country", "Poland"], ["description", "Numquam distinctio et. Aut consequatur ut. Animi nobis neque. Eligendi ratione unde. Ullam saepe est."], ["email", "roman@example.biz"], ["first_name", "Samira"], ["firstname", "Ali"], ["last_name", "Kuhn"], ["lastname", "MacGyver"], ["lat", "-71.86084049872107"], ["latitute", "51.441260143042825"], ["lng", "-43.482313482204006"], ["locale", "PF"], ["longitude", "-122.15245027862755"], ["middlename", "Cartwright"], ["middle_name", "Gerlach"], ["password", "YuH5y4EcE7iT1p5"], ["phone", "243.931.6897 x97320"], ["phone_number", "499.699.8521 x96882"], ["reference", "efa7beb9-1674-497a-9ea1-51bc830e1199"], ["title", "Voluptas consectetur qui."], ["user_name", "lawrence"], ["username", "gary"], ["uuid", "b0440c50-26a7-4ccf-ad67-82cadf87fe98"], ["created_at", "2020-11-23 08:01:39.652417"], ["updated_at", "2020-11-23 08:01:39.652417"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 556 875 Haley Circles, Monahanshire, NC 58015-8375"], ["city", "Lake Derickside"], ["country", "Iran"], ["description", "Itaque illo mollitia. Sunt reprehenderit voluptatem."], ["email", "ismael@example.co"], ["first_name", "Vinnie"], ["firstname", "Brad"], ["last_name", "Reichert"], ["lastname", "Stokes"], ["lat", "36.58040474170427"], ["latitute", "-25.933720237334015"], ["lng", "80.21446304060032"], ["locale", "CR"], ["longitude", "98.40931410437867"], ["middlename", "Bartoletti"], ["middle_name", "Marks"], ["password", "NiN01v5M4kP8c"], ["phone", "115.855.5105 x70868"], ["phone_number", "224.178.5148 x39507"], ["reference", "2935915a-f236-4ca8-85f8-79af75b4104c"], ["title", "Pariatur ut optio blanditiis."], ["user_name", "rudolph_oconnell"], ["username", "denisse_corkery"], ["uuid", "fb385b24-5ec3-49a2-98e6-383bf00cdd59"], ["created_at", "2020-11-23 08:01:39.674057"], ["updated_at", "2020-11-23 08:01:39.674057"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 5.87015055945921], ["string", "Enim suscipit nihil veniam."], ["date", "2020-12-06"], ["time", "2000-01-01 15:05:28.878536"], ["datetime", "2020-12-12 00:43:54.088364"], ["created_at", "2020-11-23 08:01:39.699708"], ["updated_at", "2020-11-23 08:01:39.699708"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 1.86784891003437], ["string", "Sint velit expedita ut voluptatem."], ["created_at", "2020-11-23 08:01:39.708364"], ["updated_at", "2020-11-23 08:01:39.708364"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 08:01:39.715543"], ["updated_at", "2020-11-23 08:01:39.715543"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-23 08:01:39.722179"], ["updated_at", "2020-11-23 08:01:39.722179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-23 08:01:39.727472"], ["updated_at", "2020-11-23 08:01:39.727472"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:39.733265"], ["updated_at", "2020-11-23 08:01:39.733265"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:39.737936"], ["updated_at", "2020-11-23 08:01:39.737936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 533 17866 Athena Park, South Angelineport, TX 53077"], ["city", "Princemouth"], ["country", "Chile"], ["description", "Culpa necessitatibus est. Illo deserunt at."], ["email", "octavia@example.co"], ["first_name", "Shira"], ["firstname", "Jeremiah"], ["last_name", "Walsh"], ["lastname", "Wuckert"], ["lat", "-43.20274320905329"], ["latitute", "-42.687670489196"], ["lng", "107.24247751929869"], ["locale", "GU"], ["longitude", "9.207594301697469"], ["middlename", "Krajcik"], ["middle_name", "Glover"], ["password", "FqJaV90b5Zs065Q"], ["phone", "1-536-712-1732 x213"], ["phone_number", "(415) 488-6747 x426"], ["reference", "7176c655-d168-4404-bcfd-63a552689bb8"], ["title", "Enim blanditiis vitae adipisci cumque."], ["user_name", "azalee_yost"], ["username", "booker"], ["uuid", "c84f9953-840e-4d44-b7b3-5ea2921deae9"], ["created_at", "2020-11-23 08:01:39.772565"], ["updated_at", "2020-11-23 08:01:39.772565"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 08:01:39.777943"], ["updated_at", "2020-11-23 08:01:39.777943"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:39.788710"], ["updated_at", "2020-11-23 08:01:39.788710"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:01:39.792001"], ["updated_at", "2020-11-23 08:01:39.792001"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 13.6819604954891], ["string", "Quae ipsam et eaque ab odit."], ["date", "2020-11-29"], ["time", "2000-01-01 02:08:02.412043"], ["datetime", "2020-11-18 07:56:40.479852"], ["created_at", "2020-11-23 08:01:39.800252"], ["updated_at", "2020-11-23 08:01:39.800252"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 19.3312179250632], ["string", "Saepe cumque eius in commodi et."], ["date", "2020-11-30"], ["time", "2000-01-01 05:31:51.990421"], ["datetime", "2020-12-29 00:07:38.116908"], ["created_at", "2020-11-23 08:01:39.804805"], ["updated_at", "2020-11-23 08:01:39.804805"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 11.2505135747359], ["string", "Autem ullam nemo dolores."], ["date", "2020-10-19"], ["time", "2000-01-01 18:48:39.630966"], ["datetime", "2020-11-30 07:54:44.608928"], ["created_at", "2020-11-23 08:01:39.807569"], ["updated_at", "2020-11-23 08:01:39.807569"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 5.12208175860804], ["string", "Natus quidem at ad."], ["date", "2020-11-16"], ["time", "2000-01-01 07:57:36.227356"], ["datetime", "2020-12-18 15:20:26.570350"], ["created_at", "2020-11-23 08:01:39.810924"], ["updated_at", "2020-11-23 08:01:39.810924"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 0.227126939677007], ["string", "Accusamus quam enim ut consectetur."], ["date", "2020-10-12"], ["time", "2000-01-01 14:27:25.501730"], ["datetime", "2020-11-03 19:59:10.150190"], ["created_at", "2020-11-23 08:01:39.814086"], ["updated_at", "2020-11-23 08:01:39.814086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 5.54402623309689], ["string", "Rerum aut eum possimus voluptatum."], ["date", "2020-12-13"], ["time", "2000-01-01 06:02:06.668826"], ["datetime", "2020-10-19 19:58:40.077536"], ["created_at", "2020-11-23 08:01:39.818232"], ["updated_at", "2020-11-23 08:01:39.818232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 13.525280577373], ["string", "In id et."], ["date", "2020-11-26"], ["time", "2000-01-01 02:50:17.533376"], ["datetime", "2020-11-27 20:37:43.125593"], ["created_at", "2020-11-23 08:01:39.821585"], ["updated_at", "2020-11-23 08:01:39.821585"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 25], ["decimal", 27.3453169182727], ["string", "Ex voluptatem adipisci omnis quasi."], ["date", "2020-10-23"], ["time", "2000-01-01 09:43:20.942489"], ["datetime", "2020-11-12 09:16:36.315648"], ["created_at", "2020-11-23 08:01:39.824293"], ["updated_at", "2020-11-23 08:01:39.824293"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1030], ["decimal", 24.0399774161662], ["string", "Et omnis iusto."], ["created_at", "2020-11-23 08:01:39.826680"], ["updated_at", "2020-11-23 08:01:39.826680"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 7.63775920732057], ["string", "Quidem excepturi modi odio aut inventore."], ["created_at", "2020-11-23 08:01:39.829019"], ["updated_at", "2020-11-23 08:01:39.829019"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 10.2605333626992], ["string", "Aut quos atque quidem."], ["created_at", "2020-11-23 08:01:39.831299"], ["updated_at", "2020-11-23 08:01:39.831299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 4.49933650439434], ["string", "Nesciunt labore et nihil."], ["created_at", "2020-11-23 08:01:39.833675"], ["updated_at", "2020-11-23 08:01:39.833675"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 22.7537560032285], ["string", "Blanditiis nam qui eveniet quae error."], ["created_at", "2020-11-23 08:01:39.835895"], ["updated_at", "2020-11-23 08:01:39.835895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 2.19693339398783], ["string", "Et voluptatem nihil ipsum aut."], ["created_at", "2020-11-23 08:01:39.837886"], ["updated_at", "2020-11-23 08:01:39.837886"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 2.96379026318193], ["string", "Delectus quam itaque quo facilis autem."], ["created_at", "2020-11-23 08:01:39.839860"], ["updated_at", "2020-11-23 08:01:39.839860"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 3.20475142197841], ["string", "Et dolor eos."], ["created_at", "2020-11-23 08:01:39.841869"], ["updated_at", "2020-11-23 08:01:39.841869"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-23 08:01:39.843489"], ["updated_at", "2020-11-23 08:01:39.843489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-23 08:01:39.844936"], ["updated_at", "2020-11-23 08:01:39.844936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-23 08:01:39.846239"], ["updated_at", "2020-11-23 08:01:39.846239"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-23 08:01:39.847548"], ["updated_at", "2020-11-23 08:01:39.847548"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-23 08:01:39.848821"], ["updated_at", "2020-11-23 08:01:39.848821"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-23 08:01:39.850008"], ["updated_at", "2020-11-23 08:01:39.850008"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-23 08:01:39.851143"], ["updated_at", "2020-11-23 08:01:39.851143"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 08:01:39.852245"], ["updated_at", "2020-11-23 08:01:39.852245"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 7], ["created_at", "2020-11-23 08:01:39.853840"], ["updated_at", "2020-11-23 08:01:39.853840"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-23 08:01:39.855428"], ["updated_at", "2020-11-23 08:01:39.855428"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-23 08:01:39.856960"], ["updated_at", "2020-11-23 08:01:39.856960"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-23 08:01:39.858553"], ["updated_at", "2020-11-23 08:01:39.858553"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-23 08:01:39.860102"], ["updated_at", "2020-11-23 08:01:39.860102"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-23 08:01:39.861758"], ["updated_at", "2020-11-23 08:01:39.861758"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 1], ["created_at", "2020-11-23 08:01:39.863485"], ["updated_at", "2020-11-23 08:01:39.863485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 8], ["created_at", "2020-11-23 08:01:39.865131"], ["updated_at", "2020-11-23 08:01:39.865131"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-23 08:01:39.866449"], ["updated_at", "2020-11-23 08:01:39.866449"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-23 08:01:39.867645"], ["updated_at", "2020-11-23 08:01:39.867645"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-23 08:01:39.868866"], ["updated_at", "2020-11-23 08:01:39.868866"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-23 08:01:39.870032"], ["updated_at", "2020-11-23 08:01:39.870032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-23 08:01:39.871152"], ["updated_at", "2020-11-23 08:01:39.871152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-23 08:01:39.872295"], ["updated_at", "2020-11-23 08:01:39.872295"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-23 08:01:39.873469"], ["updated_at", "2020-11-23 08:01:39.873469"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-23 08:01:39.874615"], ["updated_at", "2020-11-23 08:01:39.874615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:39.875354"], ["updated_at", "2020-11-23 08:01:39.875354"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:39.876082"], ["updated_at", "2020-11-23 08:01:39.876082"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:39.876996"], ["updated_at", "2020-11-23 08:01:39.876996"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:39.877707"], ["updated_at", "2020-11-23 08:01:39.877707"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:39.878361"], ["updated_at", "2020-11-23 08:01:39.878361"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:39.878969"], ["updated_at", "2020-11-23 08:01:39.878969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:39.879642"], ["updated_at", "2020-11-23 08:01:39.879642"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:39.880403"], ["updated_at", "2020-11-23 08:01:39.880403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:39.881874"], ["updated_at", "2020-11-23 08:01:39.881874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:39.883042"], ["updated_at", "2020-11-23 08:01:39.883042"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:39.884145"], ["updated_at", "2020-11-23 08:01:39.884145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:39.885247"], ["updated_at", "2020-11-23 08:01:39.885247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:39.886366"], ["updated_at", "2020-11-23 08:01:39.886366"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:39.887495"], ["updated_at", "2020-11-23 08:01:39.887495"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:39.888630"], ["updated_at", "2020-11-23 08:01:39.888630"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:39.889755"], ["updated_at", "2020-11-23 08:01:39.889755"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "781 Witting Unions, West Adrieneborough, UT 91871"], ["city", "Millston"], ["country", "Mexico"], ["description", "Modi fugiat aut. Et mollitia qui."], ["email", "willodean@example.info"], ["first_name", "Derick"], ["firstname", "Jolanda"], ["last_name", "Lemke"], ["lastname", "West"], ["lat", "-71.83912865133462"], ["latitute", "-87.29213942426296"], ["lng", "-50.637384520566826"], ["locale", "DE"], ["longitude", "-92.41705111178541"], ["middlename", "Fahey"], ["middle_name", "Armstrong"], ["password", "SkYfAl2F9pOyZ6eT"], ["phone", "1-636-906-9593 x26163"], ["phone_number", "681-783-8508"], ["reference", "f0a8d7be-9a5a-4f16-88d8-3705587c71f3"], ["title", "Dolorem ratione rerum aut est accusamus."], ["user_name", "dionne"], ["username", "venetta.nicolas"], ["uuid", "b610a356-eb2b-4ed5-a8d2-7a332cb59e71"], ["created_at", "2020-11-23 08:01:39.911070"], ["updated_at", "2020-11-23 08:01:39.911070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 257 624 Lynch Locks, Hellerstad, WA 94478"], ["city", "Lake Williamborough"], ["country", "Mexico"], ["description", "Non rerum ipsum. Commodi dolorem vitae. Itaque reiciendis et. Qui omnis autem."], ["email", "willie.ebert@example.co"], ["first_name", "Gudrun"], ["firstname", "Mohamed"], ["last_name", "Goyette"], ["lastname", "Kuvalis"], ["lat", "62.666246686265424"], ["latitute", "19.676958259429796"], ["lng", "22.515762004339535"], ["locale", "KR"], ["longitude", "46.32963119437383"], ["middlename", "Steuber"], ["middle_name", "Kunze"], ["password", "By9BeZhQ"], ["phone", "(388) 021-8895 x506"], ["phone_number", "241.589.8292 x75489"], ["reference", "d25a8d1a-ced5-4d22-88b1-9522b36bf379"], ["title", "Laudantium vero quisquam."], ["user_name", "stacee"], ["username", "ron"], ["uuid", "8b72146a-bef9-47ff-9be2-41b28a750fb8"], ["created_at", "2020-11-23 08:01:39.933137"], ["updated_at", "2020-11-23 08:01:39.933137"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 173 3823 Fawn Extensions, Parisianchester, NJ 14263-9445"], ["city", "South Maeganton"], ["country", "Barbados"], ["description", "Quia facilis omnis. Excepturi fugit eos. Id magnam qui. Fugiat praesentium magni. Ratione qui dicta."], ["email", "jodi.sauer@example.co"], ["first_name", "Cinda"], ["firstname", "Hoyt"], ["last_name", "Lang"], ["lastname", "Rath"], ["lat", "-12.22933160032676"], ["latitute", "-45.83977392935718"], ["lng", "51.52007005015989"], ["locale", "IO"], ["longitude", "-100.57877231660483"], ["middlename", "Nikolaus"], ["middle_name", "Wiegand"], ["password", "2C6uCdIdHoI"], ["phone", "182.104.0019 x662"], ["phone_number", "674-826-4374"], ["reference", "3b8eccd9-3557-420f-8554-e0f498e95c6e"], ["title", "Deserunt inventore et."], ["user_name", "giuseppe"], ["username", "susan.weber"], ["uuid", "73124372-0d71-4fcf-aaf1-0d7a00ec6014"], ["created_at", "2020-11-23 08:01:39.965280"], ["updated_at", "2020-11-23 08:01:39.965280"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "271 Lebsack Springs, Lillianfurt, MD 75201"], ["city", "East Nola"], ["country", "Switzerland"], ["description", "Maxime ea voluptatem. Omnis ea odit. Sit eum sint."], ["email", "darnell_armstrong@example.biz"], ["first_name", "Boyce"], ["firstname", "Sterling"], ["last_name", "Wilkinson"], ["lastname", "Zulauf"], ["lat", "-22.647145200200413"], ["latitute", "22.180729994698638"], ["lng", "86.34250130324853"], ["locale", "GW"], ["longitude", "40.62716445306643"], ["middlename", "Wisozk"], ["middle_name", "Tremblay"], ["password", "4Fn7FsIzQnS3zK2n"], ["phone", "(916) 317-4692 x16895"], ["phone_number", "1-917-011-1157 x415"], ["reference", "1d01fb72-7ea1-4c1d-9d04-197597e4d604"], ["title", "Neque fuga et consequuntur ad."], ["user_name", "dorothy"], ["username", "victor"], ["uuid", "679e8283-6286-4aa6-824a-9fbb2455044e"], ["created_at", "2020-11-23 08:01:39.989984"], ["updated_at", "2020-11-23 08:01:39.989984"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "36427 Bernard Junctions, Rigobertoville, CO 38340-9804"], ["city", "Port Xeniastad"], ["country", "Colombia"], ["description", "Animi natus earum. Ut suscipit vitae."], ["email", "ulrike@example.com"], ["first_name", "Verdie"], ["firstname", "Rosalind"], ["last_name", "Rutherford"], ["lastname", "Swaniawski"], ["lat", "11.227765438405314"], ["latitute", "-14.961235051126948"], ["lng", "-67.92887116476638"], ["locale", "BE"], ["longitude", "158.05964688067218"], ["middlename", "Cole"], ["middle_name", "Mayer"], ["password", "6AlXp8EoB6jNpZ5s"], ["phone", "179-997-9076 x2398"], ["phone_number", "1-122-620-6904 x6859"], ["reference", "62a5c790-0e46-44e9-b866-4b8e2444848f"], ["title", "Neque facilis voluptas voluptatem exercitationem voluptatum."], ["user_name", "burma_hyatt"], ["username", "britta.renner"], ["uuid", "70183825-3a1c-4e86-86f5-921b6e80f8a7"], ["created_at", "2020-11-23 08:01:40.012031"], ["updated_at", "2020-11-23 08:01:40.012031"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9012 Kemmer Mission, New Mariaside, MN 95176-1147"], ["city", "West Denis"], ["country", "Micronesia"], ["description", "Qui molestias ipsum. Voluptatibus et ut. Qui dolorum non. Distinctio nihil ipsa."], ["email", "sammy@example.net"], ["first_name", "Gerry"], ["firstname", "Aja"], ["last_name", "Runolfsson"], ["lastname", "Gulgowski"], ["lat", "89.56931422219554"], ["latitute", "-44.69740001415915"], ["lng", "-159.88704794528525"], ["locale", "LY"], ["longitude", "-60.81966982313604"], ["middlename", "Swift"], ["middle_name", "Mante"], ["password", "P5p6KcJsWb7Nn"], ["phone", "516-135-8138 x8012"], ["phone_number", "1-915-438-1649 x68998"], ["reference", "acca9ca8-be24-43fd-a219-29f7f6b3991d"], ["title", "Recusandae et nulla autem ipsa assumenda."], ["user_name", "mary_pollich"], ["username", "bobbie"], ["uuid", "294d7efb-3824-4d84-bb9c-bfee4788d48f"], ["created_at", "2020-11-23 08:01:40.033921"], ["updated_at", "2020-11-23 08:01:40.033921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 588 896 Beer Village, Tashachester, CT 96968-1355"], ["city", "Abbottchester"], ["country", "Namibia"], ["description", "Modi dicta qui. Rem repellendus est."], ["email", "dominica@example.com"], ["first_name", "Waylon"], ["firstname", "Morris"], ["last_name", "Pfeffer"], ["lastname", "Bradtke"], ["lat", "-18.81924019735949"], ["latitute", "-40.978289919627755"], ["lng", "-13.596064066002526"], ["locale", "NC"], ["longitude", "-174.89360760960244"], ["middlename", "Bruen"], ["middle_name", "Schmitt"], ["password", "Np0MjD05bSsD3"], ["phone", "318.181.4056 x1399"], ["phone_number", "672.628.8993"], ["reference", "e8e343a0-ac56-490b-8212-d1139bc570bd"], ["title", "Esse minus aliquid."], ["user_name", "emmett"], ["username", "carey"], ["uuid", "0646c5c4-c522-4712-8e83-075cacf95b4d"], ["created_at", "2020-11-23 08:01:40.055838"], ["updated_at", "2020-11-23 08:01:40.055838"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 569 777 Erdman Ranch, South Alfort, FL 20545"], ["city", "South Kevashire"], ["country", "Dominican Republic"], ["description", "Consequatur enim ut. Nostrum hic voluptatem. Amet voluptatibus et."], ["email", "jewell@example.info"], ["first_name", "Yer"], ["firstname", "Carl"], ["last_name", "Schinner"], ["lastname", "Russel"], ["lat", "15.663214097767693"], ["latitute", "-80.98160391345793"], ["lng", "174.05786656785233"], ["locale", "ES"], ["longitude", "26.86723601016655"], ["middlename", "Lehner"], ["middle_name", "Kuhn"], ["password", "18WlWc5X"], ["phone", "737.167.9034 x142"], ["phone_number", "1-436-765-1821 x0074"], ["reference", "17924358-5693-48af-a800-1d20ad00eab3"], ["title", "Et vitae dolorem."], ["user_name", "german"], ["username", "lesia.mcglynn"], ["uuid", "125ff4b8-fef2-43d4-8492-fb4930c22bea"], ["created_at", "2020-11-23 08:01:40.077833"], ["updated_at", "2020-11-23 08:01:40.077833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-23 08:01:40.079848"], ["updated_at", "2020-11-23 08:01:40.079848"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-23 08:01:40.081211"], ["updated_at", "2020-11-23 08:01:40.081211"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-23 08:01:40.082334"], ["updated_at", "2020-11-23 08:01:40.082334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-23 08:01:40.083417"], ["updated_at", "2020-11-23 08:01:40.083417"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-23 08:01:40.084511"], ["updated_at", "2020-11-23 08:01:40.084511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-23 08:01:40.085602"], ["updated_at", "2020-11-23 08:01:40.085602"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-23 08:01:40.086681"], ["updated_at", "2020-11-23 08:01:40.086681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-23 08:01:40.087759"], ["updated_at", "2020-11-23 08:01:40.087759"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:40.103739"], ["updated_at", "2020-11-23 08:01:40.103739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:40.104546"], ["updated_at", "2020-11-23 08:01:40.104546"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:40.105224"], ["updated_at", "2020-11-23 08:01:40.105224"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:40.105877"], ["updated_at", "2020-11-23 08:01:40.105877"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:40.106509"], ["updated_at", "2020-11-23 08:01:40.106509"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:40.107143"], ["updated_at", "2020-11-23 08:01:40.107143"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:40.107775"], ["updated_at", "2020-11-23 08:01:40.107775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:40.108415"], ["updated_at", "2020-11-23 08:01:40.108415"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:01:40.109092"], ["updated_at", "2020-11-23 08:01:40.109092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:01:40.109785"], ["updated_at", "2020-11-23 08:01:40.109785"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:01:40.110438"], ["updated_at", "2020-11-23 08:01:40.110438"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:01:40.119002"], ["updated_at", "2020-11-23 08:01:40.119002"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:01:40.119737"], ["updated_at", "2020-11-23 08:01:40.119737"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:01:40.120452"], ["updated_at", "2020-11-23 08:01:40.120452"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:01:40.121142"], ["updated_at", "2020-11-23 08:01:40.121142"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:01:40.121862"], ["updated_at", "2020-11-23 08:01:40.121862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 21], ["decimal", 0.296265462758416], ["string", "Ut placeat quia."], ["date", "2020-11-09"], ["time", "2000-01-01 20:44:35.407733"], ["datetime", "2020-10-24 09:38:01.907397"], ["created_at", "2020-11-23 08:01:40.152953"], ["updated_at", "2020-11-23 08:01:40.152953"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 32.1245304129599], ["string", "Est et est enim."], ["date", "2020-12-09"], ["time", "2000-01-01 22:27:38.207755"], ["datetime", "2020-12-19 01:04:45.354485"], ["created_at", "2020-11-23 08:01:40.156122"], ["updated_at", "2020-11-23 08:01:40.156122"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 0.871435664946884], ["string", "Corporis quae itaque odit."], ["date", "2020-12-20"], ["time", "2000-01-01 00:07:19.554560"], ["datetime", "2020-12-26 11:20:30.446663"], ["created_at", "2020-11-23 08:01:40.158775"], ["updated_at", "2020-11-23 08:01:40.158775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 3.18290773468413], ["string", "Impedit cupiditate qui aut voluptate sed."], ["date", "2020-11-07"], ["time", "2000-01-01 12:58:16.249042"], ["datetime", "2021-01-01 08:47:58.867364"], ["created_at", "2020-11-23 08:01:40.163608"], ["updated_at", "2020-11-23 08:01:40.163608"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 18.7856545829168], ["string", "Enim velit velit et sint."], ["date", "2020-11-04"], ["time", "2000-01-01 12:11:52.263610"], ["datetime", "2020-10-30 01:56:29.547002"], ["created_at", "2020-11-23 08:01:40.166930"], ["updated_at", "2020-11-23 08:01:40.166930"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 7.10535274958151], ["string", "Perspiciatis eum voluptatem iusto numquam."], ["date", "2020-12-09"], ["time", "2000-01-01 06:25:56.043990"], ["datetime", "2020-12-14 10:56:18.775005"], ["created_at", "2020-11-23 08:01:40.169967"], ["updated_at", "2020-11-23 08:01:40.169967"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:40.173764"], ["updated_at", "2020-11-23 08:01:40.173764"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 31], ["decimal", 0.813435342022165], ["string", "Et voluptas ut."], ["date", "2020-12-05"], ["time", "2000-01-01 15:33:22.743088"], ["datetime", "2020-12-19 12:47:35.302221"], ["created_at", "2020-11-23 08:01:40.202379"], ["updated_at", "2020-11-23 08:01:40.202379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 0.710048745487487], ["string", "Nam dignissimos est."], ["date", "2020-11-22"], ["time", "2000-01-01 16:26:35.209523"], ["datetime", "2020-12-25 21:30:49.440893"], ["created_at", "2020-11-23 08:01:40.205379"], ["updated_at", "2020-11-23 08:01:40.205379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 3.34898261979814], ["string", "Earum qui et voluptas."], ["date", "2020-11-07"], ["time", "2000-01-01 14:49:08.728356"], ["datetime", "2020-12-02 23:47:24.376427"], ["created_at", "2020-11-23 08:01:40.207910"], ["updated_at", "2020-11-23 08:01:40.207910"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 4.66634006327811], ["string", "Quisquam nam non sint aut in."], ["date", "2020-10-12"], ["time", "2000-01-01 10:40:44.618458"], ["datetime", "2020-12-05 12:24:37.541882"], ["created_at", "2020-11-23 08:01:40.211086"], ["updated_at", "2020-11-23 08:01:40.211086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 5.49594452961344], ["string", "Repellat suscipit architecto."], ["date", "2020-11-20"], ["time", "2000-01-01 12:11:32.943036"], ["datetime", "2020-10-22 14:28:05.304258"], ["created_at", "2020-11-23 08:01:40.214227"], ["updated_at", "2020-11-23 08:01:40.214227"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["decimal", 26.1313219229435], ["string", "Nisi dolorem doloribus repudiandae ut temporibus."], ["date", "2020-12-17"], ["time", "2000-01-01 01:58:13.656017"], ["datetime", "2020-10-16 07:33:50.033090"], ["created_at", "2020-11-23 08:01:40.218261"], ["updated_at", "2020-11-23 08:01:40.218261"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 17.0028729586753], ["string", "Praesentium sunt et."], ["date", "2020-11-23"], ["time", "2000-01-01 13:30:41.717484"], ["datetime", "2020-12-27 15:05:23.180321"], ["created_at", "2020-11-23 08:01:40.221111"], ["updated_at", "2020-11-23 08:01:40.221111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 3.84947626602368], ["string", "Rerum iste ipsam ut facere."], ["date", "2020-11-11"], ["time", "2000-01-01 19:19:15.278550"], ["datetime", "2020-12-18 09:27:14.383585"], ["created_at", "2020-11-23 08:01:40.223650"], ["updated_at", "2020-11-23 08:01:40.223650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 6.81873673884989], ["string", "Quasi quo sunt esse ut."], ["created_at", "2020-11-23 08:01:40.225979"], ["updated_at", "2020-11-23 08:01:40.225979"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 1.27741701348797], ["string", "Velit sed modi et nemo."], ["created_at", "2020-11-23 08:01:40.228734"], ["updated_at", "2020-11-23 08:01:40.228734"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 5.11545111004538], ["string", "Similique et omnis."], ["created_at", "2020-11-23 08:01:40.231214"], ["updated_at", "2020-11-23 08:01:40.231214"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 18.7242081853797], ["string", "Doloribus deserunt vero."], ["created_at", "2020-11-23 08:01:40.233566"], ["updated_at", "2020-11-23 08:01:40.233566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 15.615286762893], ["string", "Quam tempore fugiat accusamus aut deleniti."], ["created_at", "2020-11-23 08:01:40.235747"], ["updated_at", "2020-11-23 08:01:40.235747"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 0.89086935185288], ["string", "Voluptatem voluptatem rerum ea."], ["created_at", "2020-11-23 08:01:40.237798"], ["updated_at", "2020-11-23 08:01:40.237798"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 15.717282768487], ["string", "Earum veniam aperiam recusandae."], ["created_at", "2020-11-23 08:01:40.239759"], ["updated_at", "2020-11-23 08:01:40.239759"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 0.144975497075581], ["string", "Corporis cumque repellendus."], ["created_at", "2020-11-23 08:01:40.241744"], ["updated_at", "2020-11-23 08:01:40.241744"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-23 08:01:40.243431"], ["updated_at", "2020-11-23 08:01:40.243431"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-23 08:01:40.244846"], ["updated_at", "2020-11-23 08:01:40.244846"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-23 08:01:40.246139"], ["updated_at", "2020-11-23 08:01:40.246139"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 08:01:40.247457"], ["updated_at", "2020-11-23 08:01:40.247457"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-23 08:01:40.248749"], ["updated_at", "2020-11-23 08:01:40.248749"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-23 08:01:40.249946"], ["updated_at", "2020-11-23 08:01:40.249946"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-23 08:01:40.251094"], ["updated_at", "2020-11-23 08:01:40.251094"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-23 08:01:40.252199"], ["updated_at", "2020-11-23 08:01:40.252199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-23 08:01:40.253795"], ["updated_at", "2020-11-23 08:01:40.253795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 8], ["created_at", "2020-11-23 08:01:40.255327"], ["updated_at", "2020-11-23 08:01:40.255327"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-23 08:01:40.256853"], ["updated_at", "2020-11-23 08:01:40.256853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 5], ["created_at", "2020-11-23 08:01:40.258322"], ["updated_at", "2020-11-23 08:01:40.258322"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 7], ["created_at", "2020-11-23 08:01:40.259937"], ["updated_at", "2020-11-23 08:01:40.259937"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 3], ["created_at", "2020-11-23 08:01:40.261807"], ["updated_at", "2020-11-23 08:01:40.261807"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 7], ["created_at", "2020-11-23 08:01:40.263590"], ["updated_at", "2020-11-23 08:01:40.263590"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 2], ["created_at", "2020-11-23 08:01:40.265640"], ["updated_at", "2020-11-23 08:01:40.265640"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-23 08:01:40.267143"], ["updated_at", "2020-11-23 08:01:40.267143"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-23 08:01:40.268512"], ["updated_at", "2020-11-23 08:01:40.268512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-23 08:01:40.269734"], ["updated_at", "2020-11-23 08:01:40.269734"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-23 08:01:40.270879"], ["updated_at", "2020-11-23 08:01:40.270879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-23 08:01:40.272045"], ["updated_at", "2020-11-23 08:01:40.272045"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-23 08:01:40.273205"], ["updated_at", "2020-11-23 08:01:40.273205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-23 08:01:40.274343"], ["updated_at", "2020-11-23 08:01:40.274343"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-23 08:01:40.275488"], ["updated_at", "2020-11-23 08:01:40.275488"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:40.276275"], ["updated_at", "2020-11-23 08:01:40.276275"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:40.277157"], ["updated_at", "2020-11-23 08:01:40.277157"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:40.277870"], ["updated_at", "2020-11-23 08:01:40.277870"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:40.278503"], ["updated_at", "2020-11-23 08:01:40.278503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:40.279124"], ["updated_at", "2020-11-23 08:01:40.279124"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:40.279812"], ["updated_at", "2020-11-23 08:01:40.279812"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:40.280465"], ["updated_at", "2020-11-23 08:01:40.280465"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:40.281095"], ["updated_at", "2020-11-23 08:01:40.281095"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:40.282414"], ["updated_at", "2020-11-23 08:01:40.282414"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:40.283562"], ["updated_at", "2020-11-23 08:01:40.283562"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:40.284664"], ["updated_at", "2020-11-23 08:01:40.284664"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:40.285748"], ["updated_at", "2020-11-23 08:01:40.285748"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:40.286858"], ["updated_at", "2020-11-23 08:01:40.286858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:40.287938"], ["updated_at", "2020-11-23 08:01:40.287938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:40.289031"], ["updated_at", "2020-11-23 08:01:40.289031"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:40.290123"], ["updated_at", "2020-11-23 08:01:40.290123"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 990 7949 Odilia Hill, Goodwinfort, OR 15123-5786"], ["city", "Wardside"], ["country", "India"], ["description", "Ex nulla nobis. Nesciunt expedita mollitia. Et illum et. Vel minus eos."], ["email", "kanisha.kshlerin@example.com"], ["first_name", "Azucena"], ["firstname", "Cassondra"], ["last_name", "Kling"], ["lastname", "Kassulke"], ["lat", "60.03453680079119"], ["latitute", "-24.364456595267754"], ["lng", "118.78377943584911"], ["locale", "SE"], ["longitude", "-152.0173964491478"], ["middlename", "Hegmann"], ["middle_name", "Harber"], ["password", "TkWrR0bDnLlRnZb"], ["phone", "1-465-470-4786 x414"], ["phone_number", "1-299-568-8422 x26705"], ["reference", "10f21dfd-f92c-4b95-a5f4-d1b754e6eb10"], ["title", "Delectus dolorem omnis necessitatibus hic."], ["user_name", "isadora"], ["username", "bo"], ["uuid", "93f7cc17-111e-4262-9939-a2a9bfaae001"], ["created_at", "2020-11-23 08:01:40.311615"], ["updated_at", "2020-11-23 08:01:40.311615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 317 97825 Sophia Springs, East Miquelhaven, AR 90258-2078"], ["city", "Ardenstad"], ["country", "Greenland"], ["description", "Eum repudiandae vel. Ad itaque voluptas."], ["email", "viola@example.net"], ["first_name", "Linsey"], ["firstname", "Oliva"], ["last_name", "Dickinson"], ["lastname", "Bosco"], ["lat", "-51.47290222816607"], ["latitute", "89.37198440019554"], ["lng", "-1.837210877566747"], ["locale", "PA"], ["longitude", "125.50732765638469"], ["middlename", "Kihn"], ["middle_name", "Mueller"], ["password", "Zp3K3sN1sIeQqW1"], ["phone", "(325) 366-2022 x8129"], ["phone_number", "280-928-1748 x726"], ["reference", "c694abcc-5182-4c16-9a60-84daebfa0a60"], ["title", "Eius voluptatem eveniet amet."], ["user_name", "karyn"], ["username", "nidia"], ["uuid", "a67f0611-186a-46d1-9313-6c9ddab041fc"], ["created_at", "2020-11-23 08:01:40.333391"], ["updated_at", "2020-11-23 08:01:40.333391"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "66031 Cummings Terrace, West Glenmouth, IN 34585"], ["city", "West Subury"], ["country", "Belize"], ["description", "Rerum ratione nihil. Aperiam sunt rem. Corporis et aut. Veritatis qui sunt."], ["email", "madelene.robel@example.com"], ["first_name", "Andreas"], ["firstname", "Rowena"], ["last_name", "Breitenberg"], ["lastname", "Lang"], ["lat", "-59.81668295838005"], ["latitute", "41.57311508655357"], ["lng", "-156.83799031826914"], ["locale", "BM"], ["longitude", "-8.941671079583443"], ["middlename", "Lockman"], ["middle_name", "Kub"], ["password", "K9yM1tEsU9jVjFv"], ["phone", "316-854-9074 x0017"], ["phone_number", "409-914-5979"], ["reference", "8230dadd-cc83-4452-9f90-e94d9b3964ca"], ["title", "Sint culpa magnam molestias repudiandae a."], ["user_name", "burt"], ["username", "modesto"], ["uuid", "5e3ac7dc-ce18-44f5-8904-2695355315ea"], ["created_at", "2020-11-23 08:01:40.366299"], ["updated_at", "2020-11-23 08:01:40.366299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 890 6858 Batz Rest, Sipesshire, NY 90067-8033"], ["city", "East Jonathonmouth"], ["country", "China"], ["description", "Accusantium corrupti blanditiis. Optio et mollitia."], ["email", "mireille@example.org"], ["first_name", "Lincoln"], ["firstname", "Eulah"], ["last_name", "Jones"], ["lastname", "Kuhlman"], ["lat", "-2.455598393996226"], ["latitute", "-20.527375054631477"], ["lng", "105.74794636080713"], ["locale", "MW"], ["longitude", "-83.03099523080179"], ["middlename", "Mills"], ["middle_name", "Abernathy"], ["password", "UyCh7IuXi4P0k72K"], ["phone", "515-161-4046"], ["phone_number", "1-356-256-9497"], ["reference", "5101d521-0dea-4f64-ab77-a79acb6db9bb"], ["title", "Quia deserunt vel exercitationem."], ["user_name", "helga_mosciski"], ["username", "jenice"], ["uuid", "1a5ff178-706b-4cc6-872c-4599fb7e0d3a"], ["created_at", "2020-11-23 08:01:40.388739"], ["updated_at", "2020-11-23 08:01:40.388739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 526 68728 Pfannerstill Loaf, North Ester, MN 05698-9684"], ["city", "West Tuanmouth"], ["country", "Northern Mariana Islands"], ["description", "Accusamus architecto enim. Magni harum placeat."], ["email", "tim@example.name"], ["first_name", "Keitha"], ["firstname", "Dessie"], ["last_name", "Hickle"], ["lastname", "Balistreri"], ["lat", "11.987200190778012"], ["latitute", "45.495032379044204"], ["lng", "22.591659388919993"], ["locale", "IR"], ["longitude", "-112.94344236908499"], ["middlename", "Jenkins"], ["middle_name", "Osinski"], ["password", "MnAm6Qh0MqJ438d"], ["phone", "1-403-826-8869"], ["phone_number", "484.425.0661 x7203"], ["reference", "b6243da3-ef8f-450e-aac5-e0fed78500c6"], ["title", "Occaecati illum magnam iusto et."], ["user_name", "demetrius"], ["username", "noah_bechtelar"], ["uuid", "20c2a2b1-5c5a-459e-b28c-aa9a9fdfbbf0"], ["created_at", "2020-11-23 08:01:40.410560"], ["updated_at", "2020-11-23 08:01:40.410560"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 668 64175 McCullough Mills, Langfurt, WI 50692-0029"], ["city", "Lake Terryborough"], ["country", "South Africa"], ["description", "Magni sint minus. Impedit est nihil. Officiis et consequatur. Labore officia sed."], ["email", "junior@example.org"], ["first_name", "Gerda"], ["firstname", "Dee"], ["last_name", "Lang"], ["lastname", "Kunde"], ["lat", "11.583807619794968"], ["latitute", "36.163182760116584"], ["lng", "90.99604970501326"], ["locale", "PL"], ["longitude", "55.21060979880579"], ["middlename", "Emmerich"], ["middle_name", "Osinski"], ["password", "21IeQy93No7Rz"], ["phone", "469.841.0410 x050"], ["phone_number", "372-123-4399 x124"], ["reference", "25b9a517-6c34-40a9-9577-fa08627d2df9"], ["title", "Ut et voluptas aliquid et."], ["user_name", "madeline_baumbach"], ["username", "huey_koepp"], ["uuid", "fa29b5e0-97a8-4475-988b-66bac2eaf13b"], ["created_at", "2020-11-23 08:01:40.432334"], ["updated_at", "2020-11-23 08:01:40.432334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "5691 Von Plains, South Lenore, GA 76593-0952"], ["city", "East Emery"], ["country", "Austria"], ["description", "Quaerat ipsum omnis. Ullam non natus. Mollitia rem qui. In vitae voluptates. Qui consequatur sed."], ["email", "duane_hessel@example.com"], ["first_name", "Chet"], ["firstname", "Andreas"], ["last_name", "Reinger"], ["lastname", "Connelly"], ["lat", "28.909251630262787"], ["latitute", "51.62216822318672"], ["lng", "-84.12157635772844"], ["locale", "AT"], ["longitude", "-54.38803054313961"], ["middlename", "Zboncak"], ["middle_name", "Lemke"], ["password", "AuD0vRtWmByS78"], ["phone", "1-414-112-6712"], ["phone_number", "819-639-6278"], ["reference", "9f517746-0b52-4355-8908-bf2c84cddec9"], ["title", "Minima voluptatem delectus."], ["user_name", "romeo_cruickshank"], ["username", "tad"], ["uuid", "e6a6897b-f986-44cb-a6d6-ce344aadebb1"], ["created_at", "2020-11-23 08:01:40.454382"], ["updated_at", "2020-11-23 08:01:40.454382"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "94531 Lavada Rest, Hillsbury, CO 93669-5120"], ["city", "O'Keefetown"], ["country", "Norway"], ["description", "Voluptatibus aut soluta. Veniam aut sequi. Aliquam iure dolorem. Et et ullam. Ut qui itaque."], ["email", "asley.dach@example.biz"], ["first_name", "Annita"], ["firstname", "Norbert"], ["last_name", "Altenwerth"], ["lastname", "Gibson"], ["lat", "32.273023200946824"], ["latitute", "33.85447179104722"], ["lng", "-42.64552589307229"], ["locale", "WF"], ["longitude", "111.56681643988361"], ["middlename", "Terry"], ["middle_name", "Dooley"], ["password", "9X57z9F9zGx"], ["phone", "(105) 738-0717 x0734"], ["phone_number", "975-026-9821 x2376"], ["reference", "ff6a5452-02c1-4dab-ab00-08a624709d3f"], ["title", "Molestias voluptatem mollitia quod iure debitis."], ["user_name", "dario"], ["username", "china"], ["uuid", "57d29fbe-3e04-45f2-a0d1-8cc3fc5e4b07"], ["created_at", "2020-11-23 08:01:40.476259"], ["updated_at", "2020-11-23 08:01:40.476259"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-23 08:01:40.478265"], ["updated_at", "2020-11-23 08:01:40.478265"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-23 08:01:40.479474"], ["updated_at", "2020-11-23 08:01:40.479474"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 08:01:40.480682"], ["updated_at", "2020-11-23 08:01:40.480682"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 08:01:40.481819"], ["updated_at", "2020-11-23 08:01:40.481819"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-23 08:01:40.482912"], ["updated_at", "2020-11-23 08:01:40.482912"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-23 08:01:40.483996"], ["updated_at", "2020-11-23 08:01:40.483996"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-23 08:01:40.485099"], ["updated_at", "2020-11-23 08:01:40.485099"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-23 08:01:40.486186"], ["updated_at", "2020-11-23 08:01:40.486186"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:40.511171"], ["updated_at", "2020-11-23 08:01:40.511171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:40.512049"], ["updated_at", "2020-11-23 08:01:40.512049"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:40.512774"], ["updated_at", "2020-11-23 08:01:40.512774"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:40.513504"], ["updated_at", "2020-11-23 08:01:40.513504"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:40.514187"], ["updated_at", "2020-11-23 08:01:40.514187"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:40.514874"], ["updated_at", "2020-11-23 08:01:40.514874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:40.515516"], ["updated_at", "2020-11-23 08:01:40.515516"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:01:40.516157"], ["updated_at", "2020-11-23 08:01:40.516157"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:01:40.516834"], ["updated_at", "2020-11-23 08:01:40.516834"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:01:40.517482"], ["updated_at", "2020-11-23 08:01:40.517482"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:01:40.518099"], ["updated_at", "2020-11-23 08:01:40.518099"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:01:40.518708"], ["updated_at", "2020-11-23 08:01:40.518708"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:01:40.519315"], ["updated_at", "2020-11-23 08:01:40.519315"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:01:40.519925"], ["updated_at", "2020-11-23 08:01:40.519925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:01:40.520546"], ["updated_at", "2020-11-23 08:01:40.520546"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:01:40.521167"], ["updated_at", "2020-11-23 08:01:40.521167"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.1ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (11.9ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.6ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 457 60167 Theodore Circles, Port Arnoldo, PA 01476-2094"], ["city", "Deangelohaven"], ["country", "Greece"], ["description", "Commodi in dolor. Ea neque aut. Corrupti consequuntur dolorem. Magni minus deleniti."], ["email", "lucius_leuschke@example.com"], ["first_name", "Daniela"], ["firstname", "Shona"], ["last_name", "Nitzsche"], ["lastname", "Monahan"], ["lat", "53.25566017299397"], ["latitute", "-38.53765734830544"], ["lng", "89.87376019183546"], ["locale", "LV"], ["longitude", "95.94176362872588"], ["middlename", "Nicolas"], ["middle_name", "Hoppe"], ["password", "4FaZfPeHr1W3xCr"], ["phone", "568.464.5084 x3430"], ["phone_number", "1-763-359-9114 x622"], ["reference", "7bf6f6e1-ec04-47e5-99a2-db179f6c7819"], ["title", "Magnam dolore accusantium id ut."], ["user_name", "thaddeus_ritchie"], ["username", "gavin_barton"], ["uuid", "d5ec7044-bde5-48fe-a1aa-8d789e44b573"], ["created_at", "2020-11-23 08:02:32.672926"], ["updated_at", "2020-11-23 08:02:32.672926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 602 41627 Graham Passage, Mantestad, NH 49719-2285"], ["city", "Kalashire"], ["country", "Togo"], ["description", "Voluptatem quidem commodi. Natus ut consequatur. Quia deserunt soluta. Nisi quo beatae. Velit voluptatem aliquid."], ["email", "randi.quigley@example.com"], ["first_name", "Claudette"], ["firstname", "Juan"], ["last_name", "VonRueden"], ["lastname", "Skiles"], ["lat", "45.23061334908752"], ["latitute", "0.5145507786294985"], ["lng", "82.20888784923181"], ["locale", "AZ"], ["longitude", "-177.79958849973383"], ["middlename", "Collier"], ["middle_name", "Herzog"], ["password", "17CpKz1UgFhKaW"], ["phone", "871.997.8367"], ["phone_number", "1-394-826-6630"], ["reference", "27356b9a-f65d-4072-a99f-0179bad94656"], ["title", "Et sed ea dolor."], ["user_name", "felipe.goyette"], ["username", "lavern_hilll"], ["uuid", "8f890f27-5ced-4483-bf81-6f26e062bbf9"], ["created_at", "2020-11-23 08:02:32.694937"], ["updated_at", "2020-11-23 08:02:32.694937"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "352 Wilford Gateway, New Ezequielland, CA 90560-4399"], ["city", "Simonisfort"], ["country", "China"], ["description", "Provident velit mollitia. Voluptatem vero vel."], ["email", "era.cassin@example.biz"], ["first_name", "Louis"], ["firstname", "Foster"], ["last_name", "Witting"], ["lastname", "Rodriguez"], ["lat", "-37.2968587905781"], ["latitute", "10.80315066927433"], ["lng", "22.219080498382198"], ["locale", "BH"], ["longitude", "85.52700647365583"], ["middlename", "Roob"], ["middle_name", "Padberg"], ["password", "BrQmDcMjRoXiA"], ["phone", "(218) 297-1160 x87340"], ["phone_number", "(362) 411-2860 x442"], ["reference", "5305f875-f93a-4269-a57a-8311f8b45542"], ["title", "Pariatur nisi vero."], ["user_name", "kendall"], ["username", "brigitte"], ["uuid", "f79fc203-8567-47d1-9264-7acfd8c13515"], ["created_at", "2020-11-23 08:02:32.716284"], ["updated_at", "2020-11-23 08:02:32.716284"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 322 4418 Hane Club, Harberberg, ND 00451-8328"], ["city", "West Scottchester"], ["country", "Equatorial Guinea"], ["description", "Non quidem nam. Et consequatur porro. Ducimus maiores exercitationem. Amet reiciendis alias."], ["email", "ivory@example.net"], ["first_name", "Kelli"], ["firstname", "Jackie"], ["last_name", "Welch"], ["lastname", "Rau"], ["lat", "18.073914898743425"], ["latitute", "1.0886915316872035"], ["lng", "-120.12861554655218"], ["locale", "KM"], ["longitude", "15.342345981275969"], ["middlename", "Kuphal"], ["middle_name", "Kris"], ["password", "VtGtV840aPvNl"], ["phone", "1-402-842-1065"], ["phone_number", "1-160-958-8680 x020"], ["reference", "a360c75c-e982-43d5-aa94-5d66a2469bf1"], ["title", "Eum sint a et consequatur quia."], ["user_name", "tiara"], ["username", "curt.ledner"], ["uuid", "31056502-1e80-4b9b-bc39-99c4f5b14320"], ["created_at", "2020-11-23 08:02:32.746329"], ["updated_at", "2020-11-23 08:02:32.746329"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "356 Veum Mission, South Lynn, RI 33574"], ["city", "New Lino"], ["country", "Slovenia"], ["description", "Illo molestiae aut. Dolorem quaerat occaecati."], ["email", "shan_hauck@example.io"], ["first_name", "Kirk"], ["firstname", "Felecia"], ["last_name", "O'Conner"], ["lastname", "Hickle"], ["lat", "79.70963700273725"], ["latitute", "-28.692356056348885"], ["lng", "89.48372467071226"], ["locale", "RO"], ["longitude", "92.75720675488122"], ["middlename", "Lesch"], ["middle_name", "Johnson"], ["password", "W2iCaGv23"], ["phone", "552-772-0978 x147"], ["phone_number", "1-242-698-0137"], ["reference", "536e94fc-76aa-4944-a9bd-8b9f351b31ee"], ["title", "Dolor deleniti repellat dicta."], ["user_name", "maile"], ["username", "mimi_quigley"], ["uuid", "a456fb67-d6a7-483c-a29f-dac34570253c"], ["created_at", "2020-11-23 08:02:32.768725"], ["updated_at", "2020-11-23 08:02:32.768725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "48282 Hirthe Meadow, Jaimeside, MI 97213-4582"], ["city", "Lemkemouth"], ["country", "Kyrgyz Republic"], ["description", "A cupiditate ut. Ea ut eaque."], ["email", "carol_considine@example.name"], ["first_name", "Retha"], ["firstname", "Delmar"], ["last_name", "Oberbrunner"], ["lastname", "Rice"], ["lat", "34.44449382938508"], ["latitute", "11.199992727195351"], ["lng", "19.84835393384236"], ["locale", "KH"], ["longitude", "-165.0661677539943"], ["middlename", "Runolfsdottir"], ["middle_name", "Yundt"], ["password", "C8lYuApNrPmZ"], ["phone", "1-292-754-1454 x9560"], ["phone_number", "119.950.4961 x56539"], ["reference", "cc38d396-0280-4c4a-b582-18f33373e563"], ["title", "Error illum cum."], ["user_name", "inez"], ["username", "katharina"], ["uuid", "bebaaefe-28ae-4f7f-8731-dcbe276262e3"], ["created_at", "2020-11-23 08:02:32.790251"], ["updated_at", "2020-11-23 08:02:32.790251"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 272 542 Toney Centers, Charlenashire, MT 56061"], ["city", "Efrenport"], ["country", "Georgia"], ["description", "Reiciendis hic qui. Animi nihil in."], ["email", "mac@example.com"], ["first_name", "Anderson"], ["firstname", "Gerry"], ["last_name", "Mann"], ["lastname", "Schamberger"], ["lat", "30.45330248873762"], ["latitute", "-34.31243067734709"], ["lng", "43.46549339590544"], ["locale", "EH"], ["longitude", "-52.714731199833494"], ["middlename", "Wyman"], ["middle_name", "Lubowitz"], ["password", "22ZbHmDgYwApLp2"], ["phone", "945.996.4926"], ["phone_number", "1-976-890-3305 x8629"], ["reference", "6168c6c4-49a1-4712-aea5-b31cbceebb04"], ["title", "Autem et odit omnis aliquam."], ["user_name", "flavia_kilback"], ["username", "wilfred"], ["uuid", "c3694d59-1676-4b4a-b48e-9a144d3c2d13"], ["created_at", "2020-11-23 08:02:32.812008"], ["updated_at", "2020-11-23 08:02:32.812008"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 275 4708 Fernando Crescent, Port Willy, WY 66261"], ["city", "Mistiechester"], ["country", "Pakistan"], ["description", "A sit mollitia. Atque et quam. Est quod perferendis. Voluptatem possimus aperiam. Eum quis cumque."], ["email", "kyle@example.name"], ["first_name", "Evelyn"], ["firstname", "Toi"], ["last_name", "Hand"], ["lastname", "Doyle"], ["lat", "10.199895150456186"], ["latitute", "61.234824435951055"], ["lng", "95.23275227277833"], ["locale", "BF"], ["longitude", "-59.50322357930423"], ["middlename", "Von"], ["middle_name", "Treutel"], ["password", "IqHzFi79Rl"], ["phone", "338-472-9615 x53650"], ["phone_number", "571.093.6100 x8296"], ["reference", "7f88d551-e81a-44f9-a2fe-adc6e21dae9d"], ["title", "Quaerat similique molestiae."], ["user_name", "alvin"], ["username", "stanford"], ["uuid", "6534366c-0c1a-45de-9a99-84d2ce72c632"], ["created_at", "2020-11-23 08:02:32.839898"], ["updated_at", "2020-11-23 08:02:32.839898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 527 23174 Rohan Lakes, Imogenestad, LA 95269"], ["city", "Lake Zanemouth"], ["country", "Kenya"], ["description", "Dolorem sunt magni. Omnis veniam quo. Repellat et officiis."], ["email", "stephen@example.com"], ["first_name", "Josette"], ["firstname", "Vicky"], ["last_name", "Waters"], ["lastname", "Rippin"], ["lat", "7.066315262819643"], ["latitute", "-19.519863277099446"], ["lng", "-14.844366743555526"], ["locale", "YE"], ["longitude", "-114.97724009442102"], ["middlename", "Dibbert"], ["middle_name", "Jacobson"], ["password", "OiA9nWxG4"], ["phone", "(248) 592-9011"], ["phone_number", "(132) 373-8074 x09471"], ["reference", "9636efd7-71f9-44d2-831a-efc100159a46"], ["title", "Temporibus et nobis."], ["user_name", "isiah_barton"], ["username", "virgil_funk"], ["uuid", "33756d33-671b-4699-a1b1-1dcaa2e59407"], ["created_at", "2020-11-23 08:02:32.862354"], ["updated_at", "2020-11-23 08:02:32.862354"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 351 40151 Toi Hollow, Santosburgh, CT 25461"], ["city", "North Jody"], ["country", "Niue"], ["description", "Quam nobis ut. Libero culpa neque."], ["email", "eloy.swaniawski@example.net"], ["first_name", "Vance"], ["firstname", "Catheryn"], ["last_name", "Gleason"], ["lastname", "Kessler"], ["lat", "-44.90642593763073"], ["latitute", "-6.437340808296241"], ["lng", "-126.75181623620739"], ["locale", "GT"], ["longitude", "-118.36030806644757"], ["middlename", "Willms"], ["middle_name", "Bergnaum"], ["password", "LlJ5q36Ql"], ["phone", "995.992.3836 x47577"], ["phone_number", "1-426-045-0239"], ["reference", "109823cc-419e-4e99-968e-c0a78fdc02b5"], ["title", "Unde iure quis."], ["user_name", "wes.kohler"], ["username", "broderick.berge"], ["uuid", "9ea6f21a-1aa9-4f20-8647-49e600973b99"], ["created_at", "2020-11-23 08:02:32.884147"], ["updated_at", "2020-11-23 08:02:32.884147"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 0.277413963732518], ["string", "Laborum autem minus eaque et."], ["date", "2020-11-29"], ["time", "2000-01-01 16:29:39.083597"], ["datetime", "2020-10-17 17:49:13.891012"], ["created_at", "2020-11-23 08:02:32.909538"], ["updated_at", "2020-11-23 08:02:32.909538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 15.7074762295931], ["string", "Nihil iusto quasi."], ["created_at", "2020-11-23 08:02:32.917500"], ["updated_at", "2020-11-23 08:02:32.917500"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 08:02:32.923841"], ["updated_at", "2020-11-23 08:02:32.923841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-23 08:02:32.929721"], ["updated_at", "2020-11-23 08:02:32.929721"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-23 08:02:32.934562"], ["updated_at", "2020-11-23 08:02:32.934562"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:32.940125"], ["updated_at", "2020-11-23 08:02:32.940125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:32.945037"], ["updated_at", "2020-11-23 08:02:32.945037"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 222 2881 Tillman Oval, Stoltenbergborough, KY 56838"], ["city", "Malcomhaven"], ["country", "Montserrat"], ["description", "Quasi veritatis adipisci. Est dignissimos doloremque. Eveniet et omnis."], ["email", "mellie.funk@example.info"], ["first_name", "Heather"], ["firstname", "Hyman"], ["last_name", "Connelly"], ["lastname", "Hodkiewicz"], ["lat", "67.50137258383856"], ["latitute", "-67.75329883102387"], ["lng", "-59.481982966632955"], ["locale", "GY"], ["longitude", "1.6770402141854674"], ["middlename", "Rice"], ["middle_name", "Blick"], ["password", "UrQrH2zWlR2x3Ta"], ["phone", "612.075.7272"], ["phone_number", "1-804-086-7218 x2151"], ["reference", "a3e1c0d8-18a6-4228-ab89-05e5ed623bcf"], ["title", "Hic voluptatibus reiciendis fuga."], ["user_name", "ruben"], ["username", "daniele.ledner"], ["uuid", "5fe2a110-0fb7-47e5-a8ed-e9986ee008cb"], ["created_at", "2020-11-23 08:02:32.978394"], ["updated_at", "2020-11-23 08:02:32.978394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 08:02:32.983617"], ["updated_at", "2020-11-23 08:02:32.983617"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:32.993605"], ["updated_at", "2020-11-23 08:02:32.993605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:32.996667"], ["updated_at", "2020-11-23 08:02:32.996667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 23], ["decimal", 7.69394207375362], ["string", "Quidem voluptatem et et praesentium."], ["date", "2020-11-20"], ["time", "2000-01-01 06:14:07.493038"], ["datetime", "2021-01-01 23:01:06.271087"], ["created_at", "2020-11-23 08:02:33.005090"], ["updated_at", "2020-11-23 08:02:33.005090"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 1.24758595780639], ["string", "Optio expedita fugit enim."], ["date", "2020-10-22"], ["time", "2000-01-01 13:25:17.719642"], ["datetime", "2020-12-16 23:19:01.637552"], ["created_at", "2020-11-23 08:02:33.008767"], ["updated_at", "2020-11-23 08:02:33.008767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 11.7380611378396], ["string", "Esse soluta sit."], ["date", "2020-12-08"], ["time", "2000-01-01 23:58:33.217566"], ["datetime", "2020-11-13 00:32:26.210119"], ["created_at", "2020-11-23 08:02:33.011700"], ["updated_at", "2020-11-23 08:02:33.011700"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 15.4759574288001], ["string", "Dolores sapiente tempora non."], ["date", "2020-10-18"], ["time", "2000-01-01 13:36:10.775332"], ["datetime", "2020-12-03 06:09:46.031812"], ["created_at", "2020-11-23 08:02:33.015672"], ["updated_at", "2020-11-23 08:02:33.015672"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 13.3335369470594], ["string", "Ipsa facilis vel."], ["date", "2020-11-07"], ["time", "2000-01-01 23:07:52.901596"], ["datetime", "2020-10-25 17:55:18.835066"], ["created_at", "2020-11-23 08:02:33.018982"], ["updated_at", "2020-11-23 08:02:33.018982"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 1.05808624097954], ["string", "Ut at sit illum minima assumenda."], ["date", "2020-11-25"], ["time", "2000-01-01 12:34:51.521850"], ["datetime", "2020-11-05 19:51:00.223868"], ["created_at", "2020-11-23 08:02:33.021817"], ["updated_at", "2020-11-23 08:02:33.021817"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 34], ["decimal", 3.40735247098661], ["string", "Sint voluptas porro temporibus."], ["date", "2020-12-26"], ["time", "2000-01-01 02:34:33.251133"], ["datetime", "2020-10-24 12:31:25.478337"], ["created_at", "2020-11-23 08:02:33.024668"], ["updated_at", "2020-11-23 08:02:33.024668"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 23], ["decimal", 20.9297529139791], ["string", "Enim tempora impedit natus iure quia."], ["date", "2020-11-09"], ["time", "2000-01-01 23:05:16.882147"], ["datetime", "2021-01-02 07:32:42.908629"], ["created_at", "2020-11-23 08:02:33.027461"], ["updated_at", "2020-11-23 08:02:33.027461"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 0.711602767900692], ["string", "Adipisci omnis et odit magnam est."], ["created_at", "2020-11-23 08:02:33.030135"], ["updated_at", "2020-11-23 08:02:33.030135"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1031], ["decimal", 15.8517392436201], ["string", "Nihil unde dicta porro."], ["created_at", "2020-11-23 08:02:33.033051"], ["updated_at", "2020-11-23 08:02:33.033051"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 27.1324999523457], ["string", "Est hic et minima sed eveniet."], ["created_at", "2020-11-23 08:02:33.035512"], ["updated_at", "2020-11-23 08:02:33.035512"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 7.78608790804461], ["string", "Odit dolores consequatur."], ["created_at", "2020-11-23 08:02:33.037769"], ["updated_at", "2020-11-23 08:02:33.037769"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 0.166830039897142], ["string", "Aperiam possimus nam."], ["created_at", "2020-11-23 08:02:33.039985"], ["updated_at", "2020-11-23 08:02:33.039985"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 0.21457680837611], ["string", "Eum voluptas numquam est qui ducimus."], ["created_at", "2020-11-23 08:02:33.042198"], ["updated_at", "2020-11-23 08:02:33.042198"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 24.9099125503036], ["string", "Qui est reprehenderit."], ["created_at", "2020-11-23 08:02:33.044452"], ["updated_at", "2020-11-23 08:02:33.044452"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 0.259714136951111], ["string", "Sit consequuntur velit aut."], ["created_at", "2020-11-23 08:02:33.046552"], ["updated_at", "2020-11-23 08:02:33.046552"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-23 08:02:33.048309"], ["updated_at", "2020-11-23 08:02:33.048309"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-23 08:02:33.049965"], ["updated_at", "2020-11-23 08:02:33.049965"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-23 08:02:33.051587"], ["updated_at", "2020-11-23 08:02:33.051587"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 08:02:33.053090"], ["updated_at", "2020-11-23 08:02:33.053090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-23 08:02:33.054631"], ["updated_at", "2020-11-23 08:02:33.054631"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-23 08:02:33.056139"], ["updated_at", "2020-11-23 08:02:33.056139"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-23 08:02:33.057651"], ["updated_at", "2020-11-23 08:02:33.057651"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-23 08:02:33.059211"], ["updated_at", "2020-11-23 08:02:33.059211"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-23 08:02:33.061390"], ["updated_at", "2020-11-23 08:02:33.061390"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 3], ["created_at", "2020-11-23 08:02:33.063608"], ["updated_at", "2020-11-23 08:02:33.063608"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 3], ["created_at", "2020-11-23 08:02:33.065686"], ["updated_at", "2020-11-23 08:02:33.065686"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-23 08:02:33.067730"], ["updated_at", "2020-11-23 08:02:33.067730"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-23 08:02:33.069791"], ["updated_at", "2020-11-23 08:02:33.069791"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 8], ["created_at", "2020-11-23 08:02:33.071856"], ["updated_at", "2020-11-23 08:02:33.071856"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 6], ["created_at", "2020-11-23 08:02:33.073927"], ["updated_at", "2020-11-23 08:02:33.073927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-23 08:02:33.076021"], ["updated_at", "2020-11-23 08:02:33.076021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-23 08:02:33.077682"], ["updated_at", "2020-11-23 08:02:33.077682"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-23 08:02:33.079342"], ["updated_at", "2020-11-23 08:02:33.079342"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-23 08:02:33.080889"], ["updated_at", "2020-11-23 08:02:33.080889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-23 08:02:33.082457"], ["updated_at", "2020-11-23 08:02:33.082457"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-23 08:02:33.084040"], ["updated_at", "2020-11-23 08:02:33.084040"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-23 08:02:33.085209"], ["updated_at", "2020-11-23 08:02:33.085209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-23 08:02:33.086292"], ["updated_at", "2020-11-23 08:02:33.086292"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-23 08:02:33.087399"], ["updated_at", "2020-11-23 08:02:33.087399"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.088097"], ["updated_at", "2020-11-23 08:02:33.088097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.088743"], ["updated_at", "2020-11-23 08:02:33.088743"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.089344"], ["updated_at", "2020-11-23 08:02:33.089344"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.089948"], ["updated_at", "2020-11-23 08:02:33.089948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.090562"], ["updated_at", "2020-11-23 08:02:33.090562"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.091240"], ["updated_at", "2020-11-23 08:02:33.091240"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.091990"], ["updated_at", "2020-11-23 08:02:33.091990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.092710"], ["updated_at", "2020-11-23 08:02:33.092710"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.094058"], ["updated_at", "2020-11-23 08:02:33.094058"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.095171"], ["updated_at", "2020-11-23 08:02:33.095171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.096238"], ["updated_at", "2020-11-23 08:02:33.096238"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.097313"], ["updated_at", "2020-11-23 08:02:33.097313"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.098395"], ["updated_at", "2020-11-23 08:02:33.098395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.099478"], ["updated_at", "2020-11-23 08:02:33.099478"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.100566"], ["updated_at", "2020-11-23 08:02:33.100566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.101639"], ["updated_at", "2020-11-23 08:02:33.101639"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 481 3091 Abshire Port, Lake Kirkfurt, ID 82877"], ["city", "Taraview"], ["country", "Lebanon"], ["description", "Doloremque cupiditate repellendus. Voluptatem iste vel. Omnis consequatur magnam. Eum at voluptatem. Perspiciatis iure nemo."], ["email", "garnet@example.name"], ["first_name", "Simon"], ["firstname", "Geoffrey"], ["last_name", "Johnston"], ["lastname", "Harber"], ["lat", "-29.732891613865732"], ["latitute", "-55.00108742334815"], ["lng", "-28.663344785437573"], ["locale", "KR"], ["longitude", "-158.20824413023863"], ["middlename", "Nolan"], ["middle_name", "Marvin"], ["password", "9VyZnSxS16wH"], ["phone", "1-762-441-7054 x471"], ["phone_number", "806.865.0466 x449"], ["reference", "c604ce53-6a8e-4cae-9ac4-d65df282c505"], ["title", "Minus aut at cumque et reprehenderit."], ["user_name", "patience.waters"], ["username", "jayson_walter"], ["uuid", "70fbb76d-6630-4d14-9cc9-7096d0da2e0a"], ["created_at", "2020-11-23 08:02:33.131387"], ["updated_at", "2020-11-23 08:02:33.131387"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 201 44357 Kathryn Stravenue, East Keenan, WA 46063"], ["city", "Wadeberg"], ["country", "Afghanistan"], ["description", "Aut perspiciatis libero. Iusto corporis nihil. Aut saepe et."], ["email", "tanner@example.name"], ["first_name", "Lorenzo"], ["firstname", "Carmelina"], ["last_name", "Skiles"], ["lastname", "Klocko"], ["lat", "-53.57909742869046"], ["latitute", "-85.36454657109275"], ["lng", "-106.72935770564179"], ["locale", "ZA"], ["longitude", "-48.41861066605702"], ["middlename", "D'Amore"], ["middle_name", "Gorczany"], ["password", "RiYu5J1u"], ["phone", "887.238.9663 x4294"], ["phone_number", "(140) 849-2962 x6510"], ["reference", "692798e1-d4a9-40ad-ba8e-fb9e378c9886"], ["title", "Repellat excepturi et sint."], ["user_name", "krystina"], ["username", "augustine"], ["uuid", "a6c2fbd0-7ebf-4580-a100-3443583df350"], ["created_at", "2020-11-23 08:02:33.154408"], ["updated_at", "2020-11-23 08:02:33.154408"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 537 69347 Tuan Vista, West Dodieborough, MT 71318-9309"], ["city", "Port Kathe"], ["country", "Zimbabwe"], ["description", "Omnis amet corporis. Eligendi eaque aut. Repudiandae enim aperiam. Doloribus adipisci nulla. Quis tenetur sed."], ["email", "vernia.hansen@example.co"], ["first_name", "Joline"], ["firstname", "Malik"], ["last_name", "Lakin"], ["lastname", "D'Amore"], ["lat", "4.016331060343106"], ["latitute", "-14.065761950018043"], ["lng", "-86.80641591335441"], ["locale", "BY"], ["longitude", "-170.48184709799662"], ["middlename", "Rippin"], ["middle_name", "Rogahn"], ["password", "HeUwIoKt11"], ["phone", "607-596-1044 x398"], ["phone_number", "(219) 189-4149"], ["reference", "d7f95a57-2b4d-47cd-8eb2-a60b68510d88"], ["title", "Odit alias occaecati."], ["user_name", "meghan_buckridge"], ["username", "lizbeth"], ["uuid", "734ece55-85f9-499d-9dd1-66e76bd3d408"], ["created_at", "2020-11-23 08:02:33.176484"], ["updated_at", "2020-11-23 08:02:33.176484"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 486 58369 Becker Fall, New Lashandra, WA 06949"], ["city", "Port Carlburgh"], ["country", "Iceland"], ["description", "Vitae est earum. Est nisi voluptatum."], ["email", "mariana_olson@example.co"], ["first_name", "Lesley"], ["firstname", "Soon"], ["last_name", "Bogan"], ["lastname", "Hermann"], ["lat", "27.58186781630569"], ["latitute", "86.1035331355252"], ["lng", "76.43633512958326"], ["locale", "NF"], ["longitude", "122.69445300491452"], ["middlename", "Rempel"], ["middle_name", "Corwin"], ["password", "67R6vOr33"], ["phone", "544.868.2196 x354"], ["phone_number", "779.576.6203"], ["reference", "cdc87247-01b4-4137-9989-54b69084fe79"], ["title", "Nulla omnis itaque sed necessitatibus perspiciatis."], ["user_name", "sally_towne"], ["username", "hubert"], ["uuid", "24697510-d9c9-464d-a52f-2fc4aa5b362e"], ["created_at", "2020-11-23 08:02:33.198050"], ["updated_at", "2020-11-23 08:02:33.198050"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "249 Fumiko Port, Woodrowburgh, SD 77585-4826"], ["city", "West Moses"], ["country", "Sweden"], ["description", "Ducimus itaque temporibus. Sit est quo. Nostrum est at. Delectus ullam nulla."], ["email", "virgilio@example.org"], ["first_name", "Guillermo"], ["firstname", "Lesley"], ["last_name", "Nienow"], ["lastname", "Johns"], ["lat", "84.04997269354268"], ["latitute", "73.44371624890462"], ["lng", "165.74722439468673"], ["locale", "PN"], ["longitude", "-106.93891847231514"], ["middlename", "Aufderhar"], ["middle_name", "Jacobs"], ["password", "7OgBqEhV"], ["phone", "(304) 596-1756 x161"], ["phone_number", "462-003-2262 x2340"], ["reference", "664f1832-7f7e-45c8-9d31-382875f67e3e"], ["title", "Voluptate qui officia."], ["user_name", "ervin"], ["username", "leonardo"], ["uuid", "924838fb-f2d4-469c-84cb-399f52308815"], ["created_at", "2020-11-23 08:02:33.226588"], ["updated_at", "2020-11-23 08:02:33.226588"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "45591 Solomon Lakes, Lake Preston, IN 46681"], ["city", "Lake Claudeland"], ["country", "India"], ["description", "Et fuga laboriosam. Illo alias praesentium. Dolorem eum est. Illum neque modi."], ["email", "stacey.tillman@example.co"], ["first_name", "Tad"], ["firstname", "Setsuko"], ["last_name", "Miller"], ["lastname", "Kirlin"], ["lat", "-24.425301506385765"], ["latitute", "-78.32043887985324"], ["lng", "34.18024949805499"], ["locale", "ET"], ["longitude", "-82.16133101766864"], ["middlename", "Ankunding"], ["middle_name", "Upton"], ["password", "IxQrCeDhDxJgEj7M"], ["phone", "583.985.7591 x5113"], ["phone_number", "1-549-068-9685"], ["reference", "fdb42b97-99fe-429d-a27c-4acb3a568b90"], ["title", "Nesciunt ut reprehenderit tempore."], ["user_name", "lucius.walker"], ["username", "somer.donnelly"], ["uuid", "01e0ba72-592a-4439-9a89-3e75e7af91e2"], ["created_at", "2020-11-23 08:02:33.249349"], ["updated_at", "2020-11-23 08:02:33.249349"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "399 Hoppe Mountain, Batzville, NY 81542-2115"], ["city", "Forrestville"], ["country", "Angola"], ["description", "Deleniti iure necessitatibus. Odit quaerat autem. Asperiores voluptatum ducimus."], ["email", "corrin@example.net"], ["first_name", "Barabara"], ["firstname", "Dan"], ["last_name", "Hilpert"], ["lastname", "Jakubowski"], ["lat", "-58.1988236025672"], ["latitute", "-17.019652007828867"], ["lng", "81.84001917237077"], ["locale", "EH"], ["longitude", "-114.39851062490469"], ["middlename", "Lueilwitz"], ["middle_name", "Krajcik"], ["password", "1EgHv6CpXwM6g"], ["phone", "(239) 551-9479 x7470"], ["phone_number", "636-655-1641 x3099"], ["reference", "3ce7d30f-f9c7-40c4-8dc5-e762fedb7573"], ["title", "Magni et numquam."], ["user_name", "saundra_kemmer"], ["username", "gregg_hahn"], ["uuid", "3e1939fd-d0e3-4061-8377-2d271f14fea1"], ["created_at", "2020-11-23 08:02:33.270938"], ["updated_at", "2020-11-23 08:02:33.270938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "899 Tashia Mill, South Dewitt, FL 63892"], ["city", "North Arminda"], ["country", "Honduras"], ["description", "Fugiat sit ut. Amet earum saepe. Natus voluptatem ut. Fugit officia et."], ["email", "nicole_lind@example.io"], ["first_name", "Jamal"], ["firstname", "Tyron"], ["last_name", "Heller"], ["lastname", "Barrows"], ["lat", "7.026088458807848"], ["latitute", "-39.31300103936755"], ["lng", "37.25519698016592"], ["locale", "PY"], ["longitude", "-175.01905588679278"], ["middlename", "Gibson"], ["middle_name", "Jacobi"], ["password", "27ZuUuMbKq"], ["phone", "1-869-263-4631 x358"], ["phone_number", "1-413-451-5151 x869"], ["reference", "47164471-7e0a-4de4-83ca-fc21f067c2b8"], ["title", "Sint rerum esse repellat et quo."], ["user_name", "matthew.gleason"], ["username", "krysten"], ["uuid", "a939a3fe-34bd-40e0-a3c0-3897be7528bb"], ["created_at", "2020-11-23 08:02:33.292591"], ["updated_at", "2020-11-23 08:02:33.292591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-23 08:02:33.294546"], ["updated_at", "2020-11-23 08:02:33.294546"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-23 08:02:33.295687"], ["updated_at", "2020-11-23 08:02:33.295687"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-23 08:02:33.296761"], ["updated_at", "2020-11-23 08:02:33.296761"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 08:02:33.297820"], ["updated_at", "2020-11-23 08:02:33.297820"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-23 08:02:33.298869"], ["updated_at", "2020-11-23 08:02:33.298869"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-23 08:02:33.299919"], ["updated_at", "2020-11-23 08:02:33.299919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-23 08:02:33.300979"], ["updated_at", "2020-11-23 08:02:33.300979"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-23 08:02:33.302026"], ["updated_at", "2020-11-23 08:02:33.302026"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.317718"], ["updated_at", "2020-11-23 08:02:33.317718"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.318483"], ["updated_at", "2020-11-23 08:02:33.318483"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.325375"], ["updated_at", "2020-11-23 08:02:33.325375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.326086"], ["updated_at", "2020-11-23 08:02:33.326086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.326709"], ["updated_at", "2020-11-23 08:02:33.326709"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.327603"], ["updated_at", "2020-11-23 08:02:33.327603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.328214"], ["updated_at", "2020-11-23 08:02:33.328214"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.328820"], ["updated_at", "2020-11-23 08:02:33.328820"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:33.329462"], ["updated_at", "2020-11-23 08:02:33.329462"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:33.330131"], ["updated_at", "2020-11-23 08:02:33.330131"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:33.330745"], ["updated_at", "2020-11-23 08:02:33.330745"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:33.331357"], ["updated_at", "2020-11-23 08:02:33.331357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:33.332024"], ["updated_at", "2020-11-23 08:02:33.332024"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:33.332633"], ["updated_at", "2020-11-23 08:02:33.332633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:33.333241"], ["updated_at", "2020-11-23 08:02:33.333241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:33.333852"], ["updated_at", "2020-11-23 08:02:33.333852"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 32.9395621640147], ["string", "Reiciendis veritatis sequi accusamus deserunt architecto."], ["date", "2020-10-16"], ["time", "2000-01-01 19:41:57.377975"], ["datetime", "2020-12-22 12:54:53.238801"], ["created_at", "2020-11-23 08:02:33.365748"], ["updated_at", "2020-11-23 08:02:33.365748"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 15.5405473925895], ["string", "Non pariatur sed blanditiis."], ["date", "2020-12-10"], ["time", "2000-01-01 12:13:28.957684"], ["datetime", "2020-10-15 07:25:14.858342"], ["created_at", "2020-11-23 08:02:33.368993"], ["updated_at", "2020-11-23 08:02:33.368993"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 15.0815937686495], ["string", "Ipsa omnis nihil magni earum."], ["date", "2020-11-21"], ["time", "2000-01-01 13:49:30.858420"], ["datetime", "2020-12-05 23:15:23.383871"], ["created_at", "2020-11-23 08:02:33.371723"], ["updated_at", "2020-11-23 08:02:33.371723"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 26.8932154951302], ["string", "Et impedit veniam laboriosam rerum."], ["date", "2020-10-25"], ["time", "2000-01-01 05:24:28.374776"], ["datetime", "2020-11-16 00:43:23.079176"], ["created_at", "2020-11-23 08:02:33.376269"], ["updated_at", "2020-11-23 08:02:33.376269"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 28.3375296236904], ["string", "Sit aut ratione quam aut."], ["date", "2020-12-16"], ["time", "2000-01-01 15:15:33.410540"], ["datetime", "2020-11-24 22:19:38.111050"], ["created_at", "2020-11-23 08:02:33.379434"], ["updated_at", "2020-11-23 08:02:33.379434"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 18], ["decimal", -0.458679134840484], ["string", "Id minus dicta."], ["date", "2020-12-27"], ["time", "2000-01-01 14:23:18.399386"], ["datetime", "2020-12-15 15:37:38.236835"], ["created_at", "2020-11-23 08:02:33.383462"], ["updated_at", "2020-11-23 08:02:33.383462"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.386186"], ["updated_at", "2020-11-23 08:02:33.386186"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 27], ["decimal", 0.119669950188932], ["string", "Eos ut ab sed est vitae."], ["date", "2020-11-01"], ["time", "2000-01-01 01:08:25.127878"], ["datetime", "2020-12-17 06:17:44.103958"], ["created_at", "2020-11-23 08:02:33.414342"], ["updated_at", "2020-11-23 08:02:33.414342"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 10.8916069166215], ["string", "Temporibus omnis quia."], ["date", "2020-11-12"], ["time", "2000-01-01 21:07:12.980903"], ["datetime", "2020-12-25 00:44:42.886087"], ["created_at", "2020-11-23 08:02:33.418116"], ["updated_at", "2020-11-23 08:02:33.418116"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 25], ["decimal", 4.4613900882381], ["string", "Aut quas vitae assumenda qui non."], ["date", "2020-12-15"], ["time", "2000-01-01 10:59:24.130726"], ["datetime", "2020-11-12 18:27:03.740433"], ["created_at", "2020-11-23 08:02:33.420714"], ["updated_at", "2020-11-23 08:02:33.420714"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 0.855281069183539], ["string", "Libero sit iure perspiciatis eum."], ["date", "2020-11-25"], ["time", "2000-01-01 17:34:45.801686"], ["datetime", "2020-11-16 01:00:57.916512"], ["created_at", "2020-11-23 08:02:33.423242"], ["updated_at", "2020-11-23 08:02:33.423242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 13.2927084179489], ["string", "Magni aut nobis blanditiis."], ["date", "2020-12-12"], ["time", "2000-01-01 18:51:42.171991"], ["datetime", "2020-12-23 19:07:09.525405"], ["created_at", "2020-11-23 08:02:33.426441"], ["updated_at", "2020-11-23 08:02:33.426441"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 6.05749387581563], ["string", "Ullam harum nesciunt reiciendis."], ["date", "2021-01-01"], ["time", "2000-01-01 01:20:43.558357"], ["datetime", "2020-11-29 01:28:57.979454"], ["created_at", "2020-11-23 08:02:33.429528"], ["updated_at", "2020-11-23 08:02:33.429528"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 0.458215280383507], ["string", "Nobis veritatis et doloribus beatae est."], ["date", "2020-12-01"], ["time", "2000-01-01 10:38:38.683606"], ["datetime", "2020-11-30 14:04:16.563948"], ["created_at", "2020-11-23 08:02:33.433504"], ["updated_at", "2020-11-23 08:02:33.433504"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 7.32738722300929], ["string", "Ea quisquam libero aperiam enim."], ["date", "2020-12-01"], ["time", "2000-01-01 01:12:51.976071"], ["datetime", "2020-11-02 13:46:12.840699"], ["created_at", "2020-11-23 08:02:33.436537"], ["updated_at", "2020-11-23 08:02:33.436537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 16.2873703649092], ["string", "Et quo necessitatibus non ipsum doloribus."], ["created_at", "2020-11-23 08:02:33.439092"], ["updated_at", "2020-11-23 08:02:33.439092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1037], ["decimal", 31.7359167150193], ["string", "Molestiae cumque fugiat."], ["created_at", "2020-11-23 08:02:33.441783"], ["updated_at", "2020-11-23 08:02:33.441783"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", 3.76393270587999], ["string", "Quibusdam aut et quia perferendis eum."], ["created_at", "2020-11-23 08:02:33.444468"], ["updated_at", "2020-11-23 08:02:33.444468"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 29.73638268395], ["string", "Et voluptas vel consequatur dolore."], ["created_at", "2020-11-23 08:02:33.446611"], ["updated_at", "2020-11-23 08:02:33.446611"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 11.7511593496668], ["string", "Quidem voluptate ullam harum."], ["created_at", "2020-11-23 08:02:33.448856"], ["updated_at", "2020-11-23 08:02:33.448856"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 4.7457047026308], ["string", "Voluptas cum et."], ["created_at", "2020-11-23 08:02:33.450978"], ["updated_at", "2020-11-23 08:02:33.450978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 0.194467685109749], ["string", "Maxime autem accusamus."], ["created_at", "2020-11-23 08:02:33.453017"], ["updated_at", "2020-11-23 08:02:33.453017"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 1.13163921928872], ["string", "Nisi cum sint nemo et."], ["created_at", "2020-11-23 08:02:33.454978"], ["updated_at", "2020-11-23 08:02:33.454978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-23 08:02:33.456461"], ["updated_at", "2020-11-23 08:02:33.456461"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-23 08:02:33.457902"], ["updated_at", "2020-11-23 08:02:33.457902"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-23 08:02:33.459300"], ["updated_at", "2020-11-23 08:02:33.459300"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-23 08:02:33.460594"], ["updated_at", "2020-11-23 08:02:33.460594"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-23 08:02:33.461865"], ["updated_at", "2020-11-23 08:02:33.461865"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-23 08:02:33.463087"], ["updated_at", "2020-11-23 08:02:33.463087"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-23 08:02:33.464260"], ["updated_at", "2020-11-23 08:02:33.464260"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-23 08:02:33.465428"], ["updated_at", "2020-11-23 08:02:33.465428"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-23 08:02:33.467033"], ["updated_at", "2020-11-23 08:02:33.467033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 8], ["created_at", "2020-11-23 08:02:33.468670"], ["updated_at", "2020-11-23 08:02:33.468670"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-23 08:02:33.470268"], ["updated_at", "2020-11-23 08:02:33.470268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-23 08:02:33.471845"], ["updated_at", "2020-11-23 08:02:33.471845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-23 08:02:33.473453"], ["updated_at", "2020-11-23 08:02:33.473453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 7], ["created_at", "2020-11-23 08:02:33.475115"], ["updated_at", "2020-11-23 08:02:33.475115"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 6], ["created_at", "2020-11-23 08:02:33.476717"], ["updated_at", "2020-11-23 08:02:33.476717"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 8], ["created_at", "2020-11-23 08:02:33.478241"], ["updated_at", "2020-11-23 08:02:33.478241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-23 08:02:33.479450"], ["updated_at", "2020-11-23 08:02:33.479450"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-23 08:02:33.480673"], ["updated_at", "2020-11-23 08:02:33.480673"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-23 08:02:33.481834"], ["updated_at", "2020-11-23 08:02:33.481834"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-23 08:02:33.482976"], ["updated_at", "2020-11-23 08:02:33.482976"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-23 08:02:33.484110"], ["updated_at", "2020-11-23 08:02:33.484110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-23 08:02:33.485253"], ["updated_at", "2020-11-23 08:02:33.485253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-23 08:02:33.486401"], ["updated_at", "2020-11-23 08:02:33.486401"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-23 08:02:33.487532"], ["updated_at", "2020-11-23 08:02:33.487532"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.488264"], ["updated_at", "2020-11-23 08:02:33.488264"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.488936"], ["updated_at", "2020-11-23 08:02:33.488936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.489600"], ["updated_at", "2020-11-23 08:02:33.489600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.490242"], ["updated_at", "2020-11-23 08:02:33.490242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.490924"], ["updated_at", "2020-11-23 08:02:33.490924"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.491720"], ["updated_at", "2020-11-23 08:02:33.491720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.492523"], ["updated_at", "2020-11-23 08:02:33.492523"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.493200"], ["updated_at", "2020-11-23 08:02:33.493200"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.494505"], ["updated_at", "2020-11-23 08:02:33.494505"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.495646"], ["updated_at", "2020-11-23 08:02:33.495646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.496761"], ["updated_at", "2020-11-23 08:02:33.496761"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.497884"], ["updated_at", "2020-11-23 08:02:33.497884"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.498981"], ["updated_at", "2020-11-23 08:02:33.498981"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.500073"], ["updated_at", "2020-11-23 08:02:33.500073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.501162"], ["updated_at", "2020-11-23 08:02:33.501162"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.502277"], ["updated_at", "2020-11-23 08:02:33.502277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "502 Wyatt Estates, Port Lois, ID 84819"], ["city", "Port Andreaville"], ["country", "American Samoa"], ["description", "Eius laudantium ad. Non sed est. Repudiandae fugiat vel."], ["email", "giovanna.runte@example.net"], ["first_name", "Garland"], ["firstname", "Clair"], ["last_name", "Harris"], ["lastname", "Morar"], ["lat", "-27.152579194560836"], ["latitute", "-63.93329907396425"], ["lng", "138.98428600281835"], ["locale", "IM"], ["longitude", "-70.18430586420564"], ["middlename", "Keebler"], ["middle_name", "Waters"], ["password", "7XcZsBgOv2HdCk"], ["phone", "513.630.9114"], ["phone_number", "413-228-5276"], ["reference", "9e9fb543-2483-4a0d-bfae-120a2568baf3"], ["title", "Reprehenderit dignissimos asperiores mollitia culpa eum."], ["user_name", "les"], ["username", "eduardo"], ["uuid", "39fef61e-11de-40df-9699-33b25feeba79"], ["created_at", "2020-11-23 08:02:33.533060"], ["updated_at", "2020-11-23 08:02:33.533060"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 457 851 Archie Hollow, Cummingsville, NH 12213"], ["city", "Reichelton"], ["country", "Tanzania"], ["description", "Et itaque libero. Est similique omnis. Modi est officia."], ["email", "cruz_fisher@example.co"], ["first_name", "Pat"], ["firstname", "Sebastian"], ["last_name", "Emmerich"], ["lastname", "Wiegand"], ["lat", "84.03998309984968"], ["latitute", "-47.77352660417832"], ["lng", "-36.87037313638683"], ["locale", "ET"], ["longitude", "-63.86175508126098"], ["middlename", "Raynor"], ["middle_name", "O'Conner"], ["password", "LzLn4CwB"], ["phone", "(774) 177-4917 x071"], ["phone_number", "881.958.8029 x667"], ["reference", "a3dd4848-c772-46bf-93ed-a72dc2465398"], ["title", "Fugit sed ut optio."], ["user_name", "kathleen.schaden"], ["username", "alfonso"], ["uuid", "1ba958fa-76fb-459c-9d6e-7ceac9c80d49"], ["created_at", "2020-11-23 08:02:33.555371"], ["updated_at", "2020-11-23 08:02:33.555371"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 379 296 Adan Drive, New Mollytown, TX 02172"], ["city", "New Isabella"], ["country", "Venezuela"], ["description", "Perspiciatis voluptatem odit. Consectetur ab maxime. Atque maiores aperiam."], ["email", "neville@example.org"], ["first_name", "Curt"], ["firstname", "Walter"], ["last_name", "Lemke"], ["lastname", "Gerhold"], ["lat", "-65.76383877819163"], ["latitute", "84.7667555476661"], ["lng", "121.29393914739973"], ["locale", "PL"], ["longitude", "-25.693287825911312"], ["middlename", "Wilderman"], ["middle_name", "Hahn"], ["password", "ApX6sIoX3aR"], ["phone", "1-723-706-0675"], ["phone_number", "400-363-7336"], ["reference", "76554a2d-2fff-499f-b963-a83adcb92264"], ["title", "Hic aperiam animi ut."], ["user_name", "amado_prosacco"], ["username", "cheyenne"], ["uuid", "bc719c3c-ae9f-4aca-8026-dd922472decf"], ["created_at", "2020-11-23 08:02:33.577497"], ["updated_at", "2020-11-23 08:02:33.577497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 661 253 Kyla Pine, Lake Gwynethchester, MT 46263"], ["city", "West Fosterburgh"], ["country", "Turkey"], ["description", "Aut mollitia voluptatibus. Eaque quam labore. Voluptates molestiae quasi."], ["email", "darnell.daugherty@example.com"], ["first_name", "Adelia"], ["firstname", "Valeria"], ["last_name", "Bailey"], ["lastname", "Murray"], ["lat", "-30.95110936798296"], ["latitute", "-59.87890533913089"], ["lng", "169.5042522888853"], ["locale", "ES"], ["longitude", "-168.68582268347373"], ["middlename", "Herzog"], ["middle_name", "Kshlerin"], ["password", "Lo0QpWjNcRk30GrE"], ["phone", "1-904-458-5688 x0263"], ["phone_number", "(401) 230-1299 x79624"], ["reference", "d1d734b9-9b36-4153-8a2f-12fdce3e0508"], ["title", "Unde sapiente libero voluptas enim eligendi."], ["user_name", "genna.upton"], ["username", "tamisha_maggio"], ["uuid", "5a32a5ce-74e8-4897-bc34-00904db40a45"], ["created_at", "2020-11-23 08:02:33.599746"], ["updated_at", "2020-11-23 08:02:33.599746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "847 Stormy Spur, Phillipville, AR 57482-1374"], ["city", "Lake Leo"], ["country", "Puerto Rico"], ["description", "Et maxime autem. Neque vero sed. Ut hic et."], ["email", "lajuana_watsica@example.com"], ["first_name", "Suzi"], ["firstname", "Aurelia"], ["last_name", "Keeling"], ["lastname", "Kohler"], ["lat", "85.17058136287406"], ["latitute", "-50.42922917447307"], ["lng", "156.52914901647893"], ["locale", "CO"], ["longitude", "-104.35209748462175"], ["middlename", "Herzog"], ["middle_name", "Fritsch"], ["password", "B8vO38aKq6A69u9A"], ["phone", "(298) 203-2826"], ["phone_number", "557-801-9728"], ["reference", "3dc0aa94-a8d0-4b0c-9f85-7bb685c2115d"], ["title", "Iste omnis est dolor."], ["user_name", "mathilde"], ["username", "antonia"], ["uuid", "31d4dc35-6ee6-48b5-a3c7-4b8bbcd79cd1"], ["created_at", "2020-11-23 08:02:33.628791"], ["updated_at", "2020-11-23 08:02:33.628791"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 668 42273 Emmerich Inlet, Port Huldashire, FL 70902-9269"], ["city", "Lanellview"], ["country", "Armenia"], ["description", "Sint nam culpa. Nobis totam rerum. Error veniam nobis. Voluptatem ipsum autem."], ["email", "suzi.kunde@example.info"], ["first_name", "Nicholas"], ["firstname", "Jeane"], ["last_name", "Hagenes"], ["lastname", "Hand"], ["lat", "-18.02697847434382"], ["latitute", "19.702394387688997"], ["lng", "-153.18791523695518"], ["locale", "HT"], ["longitude", "-24.65517647073554"], ["middlename", "Jast"], ["middle_name", "Smith"], ["password", "3YgJm2I3eEaN"], ["phone", "1-580-573-3852 x9645"], ["phone_number", "(905) 682-8047 x77340"], ["reference", "f9c11032-1cb0-4f69-9abc-b920a05f6b5d"], ["title", "Perspiciatis quibusdam iure modi nesciunt sequi."], ["user_name", "cristie.anderson"], ["username", "davis"], ["uuid", "3af52dcc-12b9-4d2a-9d5b-b9cc4710bf76"], ["created_at", "2020-11-23 08:02:33.651349"], ["updated_at", "2020-11-23 08:02:33.651349"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 966 663 Frami Spur, North Christiniatown, DE 41554"], ["city", "South Terisachester"], ["country", "Marshall Islands"], ["description", "Ut minus sint. Dolores iste temporibus. Quaerat et recusandae. Quibusdam ullam harum. Enim cumque eaque."], ["email", "melisa@example.io"], ["first_name", "Lieselotte"], ["firstname", "Marth"], ["last_name", "Hoppe"], ["lastname", "Hermiston"], ["lat", "21.567900092230886"], ["latitute", "-24.285912498197746"], ["lng", "-80.2827355966781"], ["locale", "BY"], ["longitude", "22.724658249076924"], ["middlename", "Gulgowski"], ["middle_name", "Morar"], ["password", "JgBjCkZxO"], ["phone", "487.231.0366 x67054"], ["phone_number", "(743) 611-7363 x89767"], ["reference", "99a491ef-8869-4ee9-9110-8b6aa02cdf8d"], ["title", "Et ullam doloribus ut."], ["user_name", "matthew"], ["username", "erin_wuckert"], ["uuid", "577efb99-98c2-420f-952d-52203271b3c3"], ["created_at", "2020-11-23 08:02:33.673501"], ["updated_at", "2020-11-23 08:02:33.673501"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "14223 Brice Canyon, Lettietown, NJ 81920-0893"], ["city", "Mullerburgh"], ["country", "Iceland"], ["description", "Autem atque vel. Excepturi illum aut. Eum aut ut. Veritatis qui omnis. Harum iusto cumque."], ["email", "byron_hettinger@example.name"], ["first_name", "Renato"], ["firstname", "Jerold"], ["last_name", "Dicki"], ["lastname", "Stokes"], ["lat", "19.335786150647024"], ["latitute", "45.98751124525509"], ["lng", "-130.51727920093785"], ["locale", "GF"], ["longitude", "64.11743666755183"], ["middlename", "Emmerich"], ["middle_name", "Krajcik"], ["password", "T4uSe1Xp60Hk1A4v"], ["phone", "792.615.0492 x85091"], ["phone_number", "345.463.2707 x586"], ["reference", "b94966c3-f228-4140-9a5c-4bc03d170549"], ["title", "Laboriosam at autem."], ["user_name", "cruz.mcclure"], ["username", "deshawn"], ["uuid", "d870e27a-bbdc-4f41-b215-f279a28e2c67"], ["created_at", "2020-11-23 08:02:33.695921"], ["updated_at", "2020-11-23 08:02:33.695921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-23 08:02:33.698047"], ["updated_at", "2020-11-23 08:02:33.698047"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-23 08:02:33.699355"], ["updated_at", "2020-11-23 08:02:33.699355"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-23 08:02:33.700477"], ["updated_at", "2020-11-23 08:02:33.700477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-23 08:02:33.701587"], ["updated_at", "2020-11-23 08:02:33.701587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-23 08:02:33.702742"], ["updated_at", "2020-11-23 08:02:33.702742"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-23 08:02:33.703906"], ["updated_at", "2020-11-23 08:02:33.703906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-23 08:02:33.705028"], ["updated_at", "2020-11-23 08:02:33.705028"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-23 08:02:33.706241"], ["updated_at", "2020-11-23 08:02:33.706241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.732573"], ["updated_at", "2020-11-23 08:02:33.732573"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.733413"], ["updated_at", "2020-11-23 08:02:33.733413"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.734239"], ["updated_at", "2020-11-23 08:02:33.734239"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.734970"], ["updated_at", "2020-11-23 08:02:33.734970"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.735670"], ["updated_at", "2020-11-23 08:02:33.735670"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.736453"], ["updated_at", "2020-11-23 08:02:33.736453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.737150"], ["updated_at", "2020-11-23 08:02:33.737150"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:33.737860"], ["updated_at", "2020-11-23 08:02:33.737860"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:33.738637"], ["updated_at", "2020-11-23 08:02:33.738637"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:33.739375"], ["updated_at", "2020-11-23 08:02:33.739375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:33.740053"], ["updated_at", "2020-11-23 08:02:33.740053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:33.740767"], ["updated_at", "2020-11-23 08:02:33.740767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:33.741555"], ["updated_at", "2020-11-23 08:02:33.741555"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:33.742339"], ["updated_at", "2020-11-23 08:02:33.742339"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:33.743137"], ["updated_at", "2020-11-23 08:02:33.743137"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:33.743851"], ["updated_at", "2020-11-23 08:02:33.743851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.1ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.8ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.7ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.7ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 925 145 Gislason Court, Port Roni, MS 55194"], ["city", "South Colbymouth"], ["country", "Estonia"], ["description", "Nihil velit ab. Ducimus culpa libero. Aliquid voluptas explicabo. Vitae veritatis ad."], ["email", "yong.grady@example.io"], ["first_name", "Elizabeth"], ["firstname", "Shannan"], ["last_name", "Schoen"], ["lastname", "Maggio"], ["lat", "-87.55836997710526"], ["latitute", "58.5448255751937"], ["lng", "-109.83868474994846"], ["locale", "AO"], ["longitude", "-148.91923429707668"], ["middlename", "Wisozk"], ["middle_name", "Breitenberg"], ["password", "QqZwAzLyLrTw"], ["phone", "1-843-457-7757 x81226"], ["phone_number", "1-853-956-2880"], ["reference", "2e1cccd6-cc22-4da0-8d50-33d7ccfce6e0"], ["title", "Exercitationem libero consectetur in."], ["user_name", "tomas_dicki"], ["username", "alva"], ["uuid", "1558bb58-4483-4d40-9c71-63d1de829a9e"], ["created_at", "2020-11-23 08:02:56.448374"], ["updated_at", "2020-11-23 08:02:56.448374"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 475 2679 Tremblay Ferry, Steuberton, WY 62997"], ["city", "Grahamfurt"], ["country", "Czech Republic"], ["description", "Qui et mollitia. Accusamus ipsa maxime."], ["email", "sharen.cremin@example.name"], ["first_name", "Thaddeus"], ["firstname", "Shalon"], ["last_name", "Crooks"], ["lastname", "Schimmel"], ["lat", "-60.778538039462646"], ["latitute", "-58.3691219251894"], ["lng", "24.176050376344392"], ["locale", "SC"], ["longitude", "122.74883246617958"], ["middlename", "Hammes"], ["middle_name", "Walker"], ["password", "BgT6n2ViE"], ["phone", "911-530-9654"], ["phone_number", "337-662-3957 x03136"], ["reference", "7320c11a-6394-49ae-aeaf-39605a93c17c"], ["title", "Nesciunt expedita nisi esse ratione dolores."], ["user_name", "margarito.johnson"], ["username", "theo"], ["uuid", "af771b6a-4e48-4dbb-987f-d23b3309b19e"], ["created_at", "2020-11-23 08:02:56.470180"], ["updated_at", "2020-11-23 08:02:56.470180"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 220 8809 Reanna Groves, North Delma, KS 38144-4302"], ["city", "Gleichnerville"], ["country", "Oman"], ["description", "Omnis incidunt eos. Perspiciatis quasi beatae."], ["email", "marlin@example.co"], ["first_name", "Johnathan"], ["firstname", "Stephnie"], ["last_name", "Kunde"], ["lastname", "Kling"], ["lat", "56.65473265961256"], ["latitute", "63.6992457741903"], ["lng", "156.44885426929807"], ["locale", "HU"], ["longitude", "-175.97431331116206"], ["middlename", "Lesch"], ["middle_name", "Hettinger"], ["password", "I0yVsZ2rMl"], ["phone", "748-786-0870 x872"], ["phone_number", "222.791.4364 x308"], ["reference", "7cbb4e50-13fe-4237-a3d2-bdf9e8c472dc"], ["title", "Quisquam voluptatem molestias."], ["user_name", "wilton.gibson"], ["username", "wilfredo.kub"], ["uuid", "81e5cb68-4e8c-4c23-a315-27da670ae04e"], ["created_at", "2020-11-23 08:02:56.491689"], ["updated_at", "2020-11-23 08:02:56.491689"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 906 12126 Deckow Gateway, Augustatown, DE 35524-9906"], ["city", "South Delmaport"], ["country", "Canada"], ["description", "Minus illo quam. Praesentium at aut. Non ad rerum. Assumenda magni quam."], ["email", "franklin@example.info"], ["first_name", "Daniel"], ["firstname", "Alfonso"], ["last_name", "Mosciski"], ["lastname", "Cole"], ["lat", "-73.30330472224712"], ["latitute", "-30.25052277730572"], ["lng", "98.04383513684832"], ["locale", "DK"], ["longitude", "-123.71038910922738"], ["middlename", "Hoeger"], ["middle_name", "Kutch"], ["password", "MzPj49Cf838V1"], ["phone", "353-989-7231 x116"], ["phone_number", "(261) 037-3478 x40676"], ["reference", "183acde1-7efc-4e82-b39a-edada1aa544c"], ["title", "Placeat expedita harum."], ["user_name", "kelley"], ["username", "mora_abbott"], ["uuid", "99067dc7-186e-4f54-a39a-db7c2421e839"], ["created_at", "2020-11-23 08:02:56.522011"], ["updated_at", "2020-11-23 08:02:56.522011"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 236 8370 Melodi Viaduct, Lake Lacresha, AR 08973-8456"], ["city", "South Reidfurt"], ["country", "Congo"], ["description", "Libero ea voluptatem. Nesciunt dolores fugit. Nesciunt et omnis. Sed aut dolores. Eligendi nobis optio."], ["email", "lawrence.harris@example.net"], ["first_name", "Brenton"], ["firstname", "Stephanie"], ["last_name", "Cremin"], ["lastname", "Jacobson"], ["lat", "-58.67144403977422"], ["latitute", "-74.82670863995473"], ["lng", "174.99933442388766"], ["locale", "NP"], ["longitude", "-145.36427723798909"], ["middlename", "Gutkowski"], ["middle_name", "Runte"], ["password", "36NsFySt5"], ["phone", "1-162-488-5569 x394"], ["phone_number", "861.317.7691 x293"], ["reference", "861743d1-8605-4137-97b1-093ad7f48e0c"], ["title", "Rem at impedit fugiat est."], ["user_name", "shakira"], ["username", "omer.goodwin"], ["uuid", "a9966aff-8492-424c-ad2d-a39d4ab6a959"], ["created_at", "2020-11-23 08:02:56.544718"], ["updated_at", "2020-11-23 08:02:56.544718"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1246 Jadwiga Throughway, Lake Carrol, MN 61353-4173"], ["city", "Bradtkeview"], ["country", "Martinique"], ["description", "Nam repudiandae velit. Distinctio ut non. Veniam rerum non."], ["email", "hilario.kertzmann@example.info"], ["first_name", "Ryan"], ["firstname", "Amy"], ["last_name", "Parisian"], ["lastname", "Schuster"], ["lat", "17.889981473526163"], ["latitute", "-55.8248176657668"], ["lng", "72.91710187433964"], ["locale", "US"], ["longitude", "-56.10277196320774"], ["middlename", "Harvey"], ["middle_name", "Ruecker"], ["password", "G7q9A2xFtWj"], ["phone", "379.257.0997 x20267"], ["phone_number", "865-030-1440"], ["reference", "8f1da49e-d654-41e4-bee4-2e0b0e7fd696"], ["title", "Optio commodi dolores consectetur et."], ["user_name", "dominique.oreilly"], ["username", "lisette"], ["uuid", "cf3e7650-a83a-4441-a23b-8f5abf2cacb5"], ["created_at", "2020-11-23 08:02:56.566915"], ["updated_at", "2020-11-23 08:02:56.566915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "122 Willms Flats, Milagrosview, KS 98431-1292"], ["city", "Manteview"], ["country", "Tunisia"], ["description", "Repellat reprehenderit cupiditate. Reiciendis exercitationem consequuntur."], ["email", "samara@example.co"], ["first_name", "Willy"], ["firstname", "Francene"], ["last_name", "Walter"], ["lastname", "Koch"], ["lat", "-30.23004794529362"], ["latitute", "30.31238112551179"], ["lng", "43.374749883302144"], ["locale", "CU"], ["longitude", "-137.59553509896853"], ["middlename", "Effertz"], ["middle_name", "Bogan"], ["password", "NnGaEzZl"], ["phone", "(687) 982-1034 x7763"], ["phone_number", "1-839-943-2217"], ["reference", "661e1e54-ad9a-4349-b952-2d4462c20d50"], ["title", "Tempora error et sit in eum."], ["user_name", "theda"], ["username", "lucien"], ["uuid", "bcac7458-b1db-4af5-b47e-85d0ec04f766"], ["created_at", "2020-11-23 08:02:56.588440"], ["updated_at", "2020-11-23 08:02:56.588440"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 697 100 Heller Causeway, North Carolmouth, ME 36466"], ["city", "Stefantown"], ["country", "Guam"], ["description", "Aut quia aspernatur. Assumenda magnam iste. Voluptas qui et. Unde sed dolores. Iure earum ducimus."], ["email", "gaston_daugherty@example.org"], ["first_name", "Gail"], ["firstname", "Louann"], ["last_name", "Auer"], ["lastname", "Bosco"], ["lat", "-86.9904184839396"], ["latitute", "56.9299779065947"], ["lng", "62.47037685167422"], ["locale", "ID"], ["longitude", "13.909043553345697"], ["middlename", "Lebsack"], ["middle_name", "Barrows"], ["password", "0FrSwVxTgT"], ["phone", "942.405.7359 x701"], ["phone_number", "453-564-2207 x392"], ["reference", "0e6cb1ab-8e7e-4b01-88e9-65cba0591bb0"], ["title", "Debitis rerum quisquam."], ["user_name", "eddie"], ["username", "arnold_bashirian"], ["uuid", "7c9dc8d7-bbec-48f2-9bad-5bf1f993c016"], ["created_at", "2020-11-23 08:02:56.616972"], ["updated_at", "2020-11-23 08:02:56.616972"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "682 Benito Manors, West Nancy, RI 09622"], ["city", "Port Frederickberg"], ["country", "Papua New Guinea"], ["description", "Sunt quia odit. Cupiditate explicabo ipsa. Doloremque voluptates omnis."], ["email", "kendra@example.net"], ["first_name", "Maynard"], ["firstname", "Ronald"], ["last_name", "Murphy"], ["lastname", "Halvorson"], ["lat", "-70.87110262981493"], ["latitute", "62.19752825207283"], ["lng", "-38.97874540731016"], ["locale", "GS"], ["longitude", "-162.54264031111947"], ["middlename", "Effertz"], ["middle_name", "Funk"], ["password", "GfQq2CoGdUiF5pF"], ["phone", "1-915-542-3880 x38697"], ["phone_number", "543.869.4952 x170"], ["reference", "b51862a2-fbad-4476-a144-3ae2a9b2f106"], ["title", "Odio et aspernatur accusantium nihil."], ["user_name", "cedric_crist"], ["username", "dominick"], ["uuid", "136ac30b-a026-4cc1-8a7d-9d9480119303"], ["created_at", "2020-11-23 08:02:56.639814"], ["updated_at", "2020-11-23 08:02:56.639814"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 303 2412 Dong Skyway, Lake Cherise, OR 73212"], ["city", "Port Earleanview"], ["country", "Saint Martin"], ["description", "Dolores aliquam et. Occaecati deleniti aliquid. Voluptas beatae nostrum."], ["email", "renee@example.com"], ["first_name", "Florentino"], ["firstname", "Jack"], ["last_name", "Braun"], ["lastname", "Crooks"], ["lat", "-14.959449132462865"], ["latitute", "84.54111209470511"], ["lng", "-121.93862875420834"], ["locale", "TK"], ["longitude", "7.1755257470348965"], ["middlename", "Beer"], ["middle_name", "Daugherty"], ["password", "0D1vFkNbOpO6i"], ["phone", "1-402-430-0703"], ["phone_number", "(364) 858-9209"], ["reference", "a56241d5-2fc0-4fd9-bffe-85fb26148bf1"], ["title", "Neque pariatur dolorem sed sit eum."], ["user_name", "cristen"], ["username", "juan"], ["uuid", "b6a56f9a-d394-4fbc-8327-fb8e24a47e4d"], ["created_at", "2020-11-23 08:02:56.661782"], ["updated_at", "2020-11-23 08:02:56.661782"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 13.5080848136293], ["string", "Beatae officia delectus."], ["date", "2020-12-07"], ["time", "2000-01-01 19:21:47.422474"], ["datetime", "2020-11-08 15:47:58.569251"], ["created_at", "2020-11-23 08:02:56.687038"], ["updated_at", "2020-11-23 08:02:56.687038"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 14.3762367233424], ["string", "Voluptates aut ipsam."], ["created_at", "2020-11-23 08:02:56.693891"], ["updated_at", "2020-11-23 08:02:56.693891"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 08:02:56.701987"], ["updated_at", "2020-11-23 08:02:56.701987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-23 08:02:56.707832"], ["updated_at", "2020-11-23 08:02:56.707832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-23 08:02:56.712714"], ["updated_at", "2020-11-23 08:02:56.712714"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:56.718240"], ["updated_at", "2020-11-23 08:02:56.718240"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:56.732000"], ["updated_at", "2020-11-23 08:02:56.732000"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "5058 Heathcote Squares, Port Venita, NV 09008"], ["city", "Elfriedeville"], ["country", "British Indian Ocean Territory (Chagos Archipelago)"], ["description", "Est placeat eos. Deleniti hic perferendis."], ["email", "enrique_howe@example.com"], ["first_name", "Star"], ["firstname", "Lisette"], ["last_name", "Cummings"], ["lastname", "Frami"], ["lat", "49.386855271922"], ["latitute", "73.85618690545192"], ["lng", "-13.866341292683103"], ["locale", "ME"], ["longitude", "-87.62783490017296"], ["middlename", "Hauck"], ["middle_name", "Nicolas"], ["password", "Nv3VpAg6HqDh"], ["phone", "498-081-1114 x44944"], ["phone_number", "(159) 823-0453 x6946"], ["reference", "912ad015-1117-4519-a41e-1f8e72a5a9ed"], ["title", "Quibusdam qui sequi sunt."], ["user_name", "janey_mccullough"], ["username", "austin.waelchi"], ["uuid", "55622043-30f2-4a81-8a46-6d40e0be2134"], ["created_at", "2020-11-23 08:02:56.758556"], ["updated_at", "2020-11-23 08:02:56.758556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 08:02:56.763773"], ["updated_at", "2020-11-23 08:02:56.763773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:56.773832"], ["updated_at", "2020-11-23 08:02:56.773832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:56.776884"], ["updated_at", "2020-11-23 08:02:56.776884"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 35.6874177246912], ["string", "Ipsum sint qui voluptatem."], ["date", "2020-11-03"], ["time", "2000-01-01 13:09:58.526071"], ["datetime", "2020-12-20 23:55:36.393131"], ["created_at", "2020-11-23 08:02:56.787200"], ["updated_at", "2020-11-23 08:02:56.787200"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 26], ["decimal", 13.4489442607983], ["string", "Cupiditate omnis reprehenderit ratione est."], ["date", "2020-12-11"], ["time", "2000-01-01 19:22:41.110637"], ["datetime", "2020-12-10 17:12:33.401171"], ["created_at", "2020-11-23 08:02:56.790993"], ["updated_at", "2020-11-23 08:02:56.790993"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 26], ["decimal", 26.6411980421405], ["string", "Corporis cum corrupti."], ["date", "2020-10-25"], ["time", "2000-01-01 14:59:42.421931"], ["datetime", "2021-01-03 23:41:46.555225"], ["created_at", "2020-11-23 08:02:56.794274"], ["updated_at", "2020-11-23 08:02:56.794274"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 1.70293959157359], ["string", "Rem officia ex voluptatem repudiandae consequuntur."], ["date", "2020-10-23"], ["time", "2000-01-01 00:45:13.345056"], ["datetime", "2020-12-18 02:14:42.565432"], ["created_at", "2020-11-23 08:02:56.798071"], ["updated_at", "2020-11-23 08:02:56.798071"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 31.3573675291524], ["string", "Est reprehenderit ipsum architecto fugiat."], ["date", "2020-12-26"], ["time", "2000-01-01 09:37:19.656845"], ["datetime", "2020-11-01 00:31:52.738464"], ["created_at", "2020-11-23 08:02:56.801014"], ["updated_at", "2020-11-23 08:02:56.801014"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 1.02506689444293], ["string", "Qui architecto excepturi voluptate optio et."], ["date", "2020-11-15"], ["time", "2000-01-01 04:36:32.433141"], ["datetime", "2020-11-27 12:25:59.192828"], ["created_at", "2020-11-23 08:02:56.803553"], ["updated_at", "2020-11-23 08:02:56.803553"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 26], ["decimal", 0.112141852289809], ["string", "Veritatis et et blanditiis quae."], ["date", "2020-10-31"], ["time", "2000-01-01 13:11:21.245269"], ["datetime", "2020-11-07 13:15:07.720399"], ["created_at", "2020-11-23 08:02:56.806097"], ["updated_at", "2020-11-23 08:02:56.806097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 11.8973890463523], ["string", "Molestias eveniet modi voluptas."], ["date", "2020-11-26"], ["time", "2000-01-01 04:30:44.447007"], ["datetime", "2020-12-21 14:20:16.614416"], ["created_at", "2020-11-23 08:02:56.808882"], ["updated_at", "2020-11-23 08:02:56.808882"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["decimal", 3.61428085828166], ["string", "Dolores expedita quos iure in dolores."], ["created_at", "2020-11-23 08:02:56.811276"], ["updated_at", "2020-11-23 08:02:56.811276"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 17.6770856889766], ["string", "Maxime amet fugit doloremque."], ["created_at", "2020-11-23 08:02:56.813441"], ["updated_at", "2020-11-23 08:02:56.813441"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 0.951695042285854], ["string", "Non iste debitis."], ["created_at", "2020-11-23 08:02:56.815503"], ["updated_at", "2020-11-23 08:02:56.815503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 8.92522796402888], ["string", "Possimus nisi quod aperiam."], ["created_at", "2020-11-23 08:02:56.817517"], ["updated_at", "2020-11-23 08:02:56.817517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 3.56951155266605], ["string", "Voluptatibus rem velit."], ["created_at", "2020-11-23 08:02:56.819459"], ["updated_at", "2020-11-23 08:02:56.819459"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 0.405613953311079], ["string", "Debitis consequuntur rerum nostrum tempora officia."], ["created_at", "2020-11-23 08:02:56.821364"], ["updated_at", "2020-11-23 08:02:56.821364"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 2.45341457984136], ["string", "Velit quis voluptatem."], ["created_at", "2020-11-23 08:02:56.823320"], ["updated_at", "2020-11-23 08:02:56.823320"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 26.6454262372191], ["string", "Nihil eveniet dicta et velit."], ["created_at", "2020-11-23 08:02:56.825179"], ["updated_at", "2020-11-23 08:02:56.825179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-23 08:02:56.826583"], ["updated_at", "2020-11-23 08:02:56.826583"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-23 08:02:56.827767"], ["updated_at", "2020-11-23 08:02:56.827767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-23 08:02:56.828870"], ["updated_at", "2020-11-23 08:02:56.828870"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 08:02:56.829957"], ["updated_at", "2020-11-23 08:02:56.829957"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-23 08:02:56.831050"], ["updated_at", "2020-11-23 08:02:56.831050"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-23 08:02:56.832209"], ["updated_at", "2020-11-23 08:02:56.832209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-23 08:02:56.833424"], ["updated_at", "2020-11-23 08:02:56.833424"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-23 08:02:56.834563"], ["updated_at", "2020-11-23 08:02:56.834563"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-23 08:02:56.836162"], ["updated_at", "2020-11-23 08:02:56.836162"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 8], ["created_at", "2020-11-23 08:02:56.837783"], ["updated_at", "2020-11-23 08:02:56.837783"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 1], ["created_at", "2020-11-23 08:02:56.839328"], ["updated_at", "2020-11-23 08:02:56.839328"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-23 08:02:56.841089"], ["updated_at", "2020-11-23 08:02:56.841089"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 2], ["created_at", "2020-11-23 08:02:56.842845"], ["updated_at", "2020-11-23 08:02:56.842845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 5], ["created_at", "2020-11-23 08:02:56.844369"], ["updated_at", "2020-11-23 08:02:56.844369"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 8], ["created_at", "2020-11-23 08:02:56.845895"], ["updated_at", "2020-11-23 08:02:56.845895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 6], ["created_at", "2020-11-23 08:02:56.847467"], ["updated_at", "2020-11-23 08:02:56.847467"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-23 08:02:56.848698"], ["updated_at", "2020-11-23 08:02:56.848698"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-23 08:02:56.849968"], ["updated_at", "2020-11-23 08:02:56.849968"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-23 08:02:56.851172"], ["updated_at", "2020-11-23 08:02:56.851172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-23 08:02:56.852331"], ["updated_at", "2020-11-23 08:02:56.852331"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-23 08:02:56.853472"], ["updated_at", "2020-11-23 08:02:56.853472"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-23 08:02:56.854596"], ["updated_at", "2020-11-23 08:02:56.854596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-23 08:02:56.855709"], ["updated_at", "2020-11-23 08:02:56.855709"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-23 08:02:56.856904"], ["updated_at", "2020-11-23 08:02:56.856904"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:56.857640"], ["updated_at", "2020-11-23 08:02:56.857640"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:56.858309"], ["updated_at", "2020-11-23 08:02:56.858309"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:56.858948"], ["updated_at", "2020-11-23 08:02:56.858948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:56.859576"], ["updated_at", "2020-11-23 08:02:56.859576"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:56.860194"], ["updated_at", "2020-11-23 08:02:56.860194"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:56.860822"], ["updated_at", "2020-11-23 08:02:56.860822"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:56.861445"], ["updated_at", "2020-11-23 08:02:56.861445"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:56.862068"], ["updated_at", "2020-11-23 08:02:56.862068"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:56.863350"], ["updated_at", "2020-11-23 08:02:56.863350"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:56.864524"], ["updated_at", "2020-11-23 08:02:56.864524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:56.865653"], ["updated_at", "2020-11-23 08:02:56.865653"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:56.866809"], ["updated_at", "2020-11-23 08:02:56.866809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:56.867940"], ["updated_at", "2020-11-23 08:02:56.867940"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:56.869059"], ["updated_at", "2020-11-23 08:02:56.869059"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:56.870155"], ["updated_at", "2020-11-23 08:02:56.870155"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:56.871252"], ["updated_at", "2020-11-23 08:02:56.871252"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 899 8254 Harrison Tunnel, Hettingerland, DE 88387"], ["city", "Violetaton"], ["country", "Botswana"], ["description", "Autem neque ut. Et suscipit tempora. Explicabo facere omnis. Quasi quia aut."], ["email", "mohamed_paucek@example.biz"], ["first_name", "Claudio"], ["firstname", "Maire"], ["last_name", "Buckridge"], ["lastname", "Wyman"], ["lat", "-20.64015133620775"], ["latitute", "49.72336785092472"], ["lng", "-129.7553292664404"], ["locale", "ML"], ["longitude", "151.54885135404032"], ["middlename", "Kovacek"], ["middle_name", "Kuhn"], ["password", "8Qz0P2657"], ["phone", "(885) 667-5287"], ["phone_number", "1-860-143-9978 x31783"], ["reference", "dc9d4352-6411-4960-9767-a8a9e4177ec1"], ["title", "Necessitatibus sit perspiciatis dolorem."], ["user_name", "sulema_kulas"], ["username", "mariana"], ["uuid", "e5e8c7c6-f3a3-4d9d-be4d-a823e756f153"], ["created_at", "2020-11-23 08:02:56.901883"], ["updated_at", "2020-11-23 08:02:56.901883"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "886 Hilll Mount, Auerstad, ID 46033"], ["city", "West Lanoraville"], ["country", "Jersey"], ["description", "Nobis atque qui. Voluptatem ducimus debitis."], ["email", "bryant@example.com"], ["first_name", "Delbert"], ["firstname", "Kirby"], ["last_name", "Kunze"], ["lastname", "Adams"], ["lat", "12.834459392304623"], ["latitute", "66.7017433953327"], ["lng", "72.34311283308088"], ["locale", "MG"], ["longitude", "-135.8137657363778"], ["middlename", "Torp"], ["middle_name", "Keeling"], ["password", "11GsPiUvZ"], ["phone", "972.350.3539"], ["phone_number", "1-665-058-1999 x9910"], ["reference", "7b385e34-f809-4cb7-aa2f-31c5d0a5df2c"], ["title", "Illo qui occaecati."], ["user_name", "santo"], ["username", "pilar"], ["uuid", "98f72468-c20c-4779-8971-9a78b3d01c14"], ["created_at", "2020-11-23 08:02:56.924685"], ["updated_at", "2020-11-23 08:02:56.924685"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 343 57127 Stokes Walk, Port Hollismouth, HI 37029-3560"], ["city", "Port Andrea"], ["country", "Jordan"], ["description", "Dolorum quod autem. Velit sint at. Itaque nemo possimus. Exercitationem et ab."], ["email", "les_leannon@example.name"], ["first_name", "Parker"], ["firstname", "Marquis"], ["last_name", "Schultz"], ["lastname", "Legros"], ["lat", "52.0892346244884"], ["latitute", "44.23507619320111"], ["lng", "111.56978784779477"], ["locale", "GR"], ["longitude", "-137.14630019863148"], ["middlename", "Kassulke"], ["middle_name", "Kozey"], ["password", "1SvOpW96mM8"], ["phone", "(187) 298-5840 x412"], ["phone_number", "186-125-9664 x7007"], ["reference", "bab0b1c7-0110-4ecf-baee-25d38f06297b"], ["title", "Dolores reprehenderit minima sapiente qui molestiae."], ["user_name", "shawanda"], ["username", "sidney"], ["uuid", "5e49ced6-4937-4fba-8227-a19914cfecf1"], ["created_at", "2020-11-23 08:02:56.946655"], ["updated_at", "2020-11-23 08:02:56.946655"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "60752 Lazaro Plains, North Guillermomouth, VT 04236-3196"], ["city", "South Dillon"], ["country", "Bouvet Island (Bouvetoya)"], ["description", "Provident ut officiis. Cumque omnis molestias. Voluptatum saepe aperiam. Quidem in adipisci."], ["email", "eulah@example.name"], ["first_name", "Dong"], ["firstname", "Sidney"], ["last_name", "Larkin"], ["lastname", "Lebsack"], ["lat", "-20.564449450238115"], ["latitute", "-37.53755351647435"], ["lng", "19.167049931266035"], ["locale", "CV"], ["longitude", "-142.19913562935108"], ["middlename", "Graham"], ["middle_name", "Kreiger"], ["password", "KjZpGzJhRmFb"], ["phone", "(533) 215-6790 x980"], ["phone_number", "434.828.8151 x5616"], ["reference", "7424be57-d053-453a-9184-387e561f3808"], ["title", "Consequatur culpa provident totam officiis."], ["user_name", "jc_crooks"], ["username", "yong_miller"], ["uuid", "9629fefc-acda-421f-a28c-974e6a1bfb5a"], ["created_at", "2020-11-23 08:02:56.968544"], ["updated_at", "2020-11-23 08:02:56.968544"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "448 Hugo Motorway, South Brigida, OH 32888-7557"], ["city", "South Celiafurt"], ["country", "Saint Lucia"], ["description", "Consequatur voluptas ut. Est omnis itaque."], ["email", "reva@example.io"], ["first_name", "Joi"], ["firstname", "Ngan"], ["last_name", "Jast"], ["lastname", "Volkman"], ["lat", "-67.39221656819615"], ["latitute", "-36.54153113162416"], ["lng", "-154.96163586591447"], ["locale", "RO"], ["longitude", "-109.84602098028122"], ["middlename", "Bosco"], ["middle_name", "Kunde"], ["password", "M9rZz0Or6D1cW"], ["phone", "1-480-348-2888 x4083"], ["phone_number", "1-480-790-0236 x7153"], ["reference", "605453e6-d918-4fd7-aa19-8fcee7427c46"], ["title", "Voluptas ratione ad et occaecati."], ["user_name", "wava_wisozk"], ["username", "felisha_berge"], ["uuid", "87a2b38d-ac41-4454-8ffc-a7d5126b444d"], ["created_at", "2020-11-23 08:02:56.997547"], ["updated_at", "2020-11-23 08:02:56.997547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "38864 Schumm Glens, Port Adriana, FL 83514"], ["city", "Buckridgeside"], ["country", "Uzbekistan"], ["description", "Commodi cupiditate architecto. Eveniet repudiandae dolorem. Corporis ullam qui. Inventore placeat incidunt. Rerum consectetur ratione."], ["email", "tia.luettgen@example.co"], ["first_name", "Doyle"], ["firstname", "Winter"], ["last_name", "Kulas"], ["lastname", "Corkery"], ["lat", "83.14789334682442"], ["latitute", "11.263863046528982"], ["lng", "134.3013372829759"], ["locale", "HT"], ["longitude", "-86.32140051172439"], ["middlename", "Kub"], ["middle_name", "Rohan"], ["password", "KmZo9XzC"], ["phone", "439.033.1394 x958"], ["phone_number", "1-515-124-3947"], ["reference", "9b135a51-b64e-46f1-ba10-b9f8e1fa3da3"], ["title", "Laborum explicabo quia aspernatur."], ["user_name", "elvira"], ["username", "norris_mayer"], ["uuid", "17133db5-bd83-4ef9-a66c-2ee8cf90a707"], ["created_at", "2020-11-23 08:02:57.019995"], ["updated_at", "2020-11-23 08:02:57.019995"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "78535 Valarie Ranch, Lake Betseyland, AR 75385-6868"], ["city", "East Rafael"], ["country", "Iraq"], ["description", "Maxime repudiandae necessitatibus. Porro et id. Voluptate et dolorem."], ["email", "jaqueline@example.io"], ["first_name", "Dorthy"], ["firstname", "Krystina"], ["last_name", "Wunsch"], ["lastname", "Champlin"], ["lat", "86.14966963152193"], ["latitute", "-52.74783058534066"], ["lng", "-179.42023332570037"], ["locale", "JP"], ["longitude", "54.65797865150071"], ["middlename", "Weber"], ["middle_name", "Borer"], ["password", "Uu7MfXjH7"], ["phone", "(860) 523-5729 x2080"], ["phone_number", "797.320.8726 x86816"], ["reference", "d7f83dc4-9e26-41ea-87eb-c55d8e1de756"], ["title", "Facilis expedita nihil commodi."], ["user_name", "donny.runte"], ["username", "tony_ernser"], ["uuid", "083eaecb-4f66-4279-a3b4-f8f16ea6f21e"], ["created_at", "2020-11-23 08:02:57.042007"], ["updated_at", "2020-11-23 08:02:57.042007"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 341 247 Lacy Underpass, North Billymouth, AZ 32348-6253"], ["city", "Irenachester"], ["country", "Mali"], ["description", "Quisquam deleniti soluta. Cumque deleniti accusamus. Harum vitae placeat."], ["email", "salvador_barton@example.info"], ["first_name", "Nickolas"], ["firstname", "Jewel"], ["last_name", "Fahey"], ["lastname", "Bayer"], ["lat", "70.29502090259695"], ["latitute", "41.97174366963375"], ["lng", "61.1507657787825"], ["locale", "LR"], ["longitude", "-8.422586874820752"], ["middlename", "Jacobi"], ["middle_name", "Zemlak"], ["password", "10Zc1Ez6"], ["phone", "851.349.2435 x03857"], ["phone_number", "860.223.1454 x913"], ["reference", "51498feb-8a4d-42d0-be50-ccfcdf08f2ae"], ["title", "Ipsam totam accusantium eos."], ["user_name", "quincy_powlowski"], ["username", "antone"], ["uuid", "2fb76298-36e3-44b5-92e5-2b1cd1a4eb3b"], ["created_at", "2020-11-23 08:02:57.064155"], ["updated_at", "2020-11-23 08:02:57.064155"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 08:02:57.066274"], ["updated_at", "2020-11-23 08:02:57.066274"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-23 08:02:57.067579"], ["updated_at", "2020-11-23 08:02:57.067579"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-23 08:02:57.068712"], ["updated_at", "2020-11-23 08:02:57.068712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-23 08:02:57.069807"], ["updated_at", "2020-11-23 08:02:57.069807"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-23 08:02:57.070930"], ["updated_at", "2020-11-23 08:02:57.070930"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 08:02:57.072034"], ["updated_at", "2020-11-23 08:02:57.072034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-23 08:02:57.073143"], ["updated_at", "2020-11-23 08:02:57.073143"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-23 08:02:57.074235"], ["updated_at", "2020-11-23 08:02:57.074235"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:57.099926"], ["updated_at", "2020-11-23 08:02:57.099926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:57.100833"], ["updated_at", "2020-11-23 08:02:57.100833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:57.101546"], ["updated_at", "2020-11-23 08:02:57.101546"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:57.102263"], ["updated_at", "2020-11-23 08:02:57.102263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:57.102946"], ["updated_at", "2020-11-23 08:02:57.102946"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:57.103639"], ["updated_at", "2020-11-23 08:02:57.103639"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:57.104319"], ["updated_at", "2020-11-23 08:02:57.104319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:57.104982"], ["updated_at", "2020-11-23 08:02:57.104982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:57.105700"], ["updated_at", "2020-11-23 08:02:57.105700"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:57.106401"], ["updated_at", "2020-11-23 08:02:57.106401"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:57.107093"], ["updated_at", "2020-11-23 08:02:57.107093"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:57.107752"], ["updated_at", "2020-11-23 08:02:57.107752"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:57.108408"], ["updated_at", "2020-11-23 08:02:57.108408"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:57.109054"], ["updated_at", "2020-11-23 08:02:57.109054"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:57.109695"], ["updated_at", "2020-11-23 08:02:57.109695"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:57.110338"], ["updated_at", "2020-11-23 08:02:57.110338"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 2.56130264675941], ["string", "Autem quasi reprehenderit."], ["date", "2020-11-01"], ["time", "2000-01-01 16:59:43.001471"], ["datetime", "2020-12-16 18:40:36.079891"], ["created_at", "2020-11-23 08:02:57.141612"], ["updated_at", "2020-11-23 08:02:57.141612"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 1.07449592586625], ["string", "Dolor quisquam dignissimos ut."], ["date", "2020-12-10"], ["time", "2000-01-01 05:52:34.755348"], ["datetime", "2020-10-21 10:54:23.060959"], ["created_at", "2020-11-23 08:02:57.144879"], ["updated_at", "2020-11-23 08:02:57.144879"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 32], ["decimal", 14.3579234209133], ["string", "Nostrum sapiente dolores sint et."], ["date", "2020-10-15"], ["time", "2000-01-01 12:10:10.504209"], ["datetime", "2020-10-17 13:22:28.538556"], ["created_at", "2020-11-23 08:02:57.148719"], ["updated_at", "2020-11-23 08:02:57.148719"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 5.5529460464474], ["string", "Illo ea perspiciatis odio."], ["date", "2020-12-20"], ["time", "2000-01-01 06:59:58.636050"], ["datetime", "2020-10-25 00:02:34.615406"], ["created_at", "2020-11-23 08:02:57.153253"], ["updated_at", "2020-11-23 08:02:57.153253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 17.8334409689308], ["string", "Rerum ex quia et."], ["date", "2020-10-28"], ["time", "2000-01-01 23:58:49.183873"], ["datetime", "2020-12-19 22:52:33.004045"], ["created_at", "2020-11-23 08:02:57.156123"], ["updated_at", "2020-11-23 08:02:57.156123"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 9.97740906104537], ["string", "Rerum totam quos explicabo amet."], ["date", "2020-11-12"], ["time", "2000-01-01 07:31:35.255643"], ["datetime", "2020-12-12 18:26:37.579542"], ["created_at", "2020-11-23 08:02:57.159477"], ["updated_at", "2020-11-23 08:02:57.159477"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:57.163489"], ["updated_at", "2020-11-23 08:02:57.163489"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 6.41831307261529], ["string", "Quo illo quia assumenda sint."], ["date", "2020-11-01"], ["time", "2000-01-01 22:23:34.344597"], ["datetime", "2020-11-28 20:28:14.729268"], ["created_at", "2020-11-23 08:02:57.195699"], ["updated_at", "2020-11-23 08:02:57.195699"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 22], ["decimal", 12.8137882909881], ["string", "Velit fugiat dolor voluptate et."], ["date", "2020-11-03"], ["time", "2000-01-01 18:26:37.396488"], ["datetime", "2021-01-01 12:55:02.625296"], ["created_at", "2020-11-23 08:02:57.200044"], ["updated_at", "2020-11-23 08:02:57.200044"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 29.6273671373881], ["string", "Qui consequatur aut doloremque consequatur dolor."], ["date", "2020-10-21"], ["time", "2000-01-01 12:28:48.156636"], ["datetime", "2020-12-13 05:15:07.712825"], ["created_at", "2020-11-23 08:02:57.203286"], ["updated_at", "2020-11-23 08:02:57.203286"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 33], ["decimal", 11.8329223152666], ["string", "Maiores eaque aut et nam."], ["date", "2020-11-01"], ["time", "2000-01-01 22:20:09.039187"], ["datetime", "2020-10-16 11:05:44.932279"], ["created_at", "2020-11-23 08:02:57.206526"], ["updated_at", "2020-11-23 08:02:57.206526"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 9.44717011790334], ["string", "Sed dolor facilis est occaecati."], ["date", "2020-11-13"], ["time", "2000-01-01 17:59:10.377848"], ["datetime", "2020-12-19 05:02:46.607753"], ["created_at", "2020-11-23 08:02:57.211027"], ["updated_at", "2020-11-23 08:02:57.211027"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 5.04942085642368], ["string", "Tempora quidem eum."], ["date", "2020-11-22"], ["time", "2000-01-01 06:37:28.087336"], ["datetime", "2020-12-07 05:46:07.224067"], ["created_at", "2020-11-23 08:02:57.215302"], ["updated_at", "2020-11-23 08:02:57.215302"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 15.9726223032396], ["string", "Ut minus maiores rerum et."], ["date", "2020-11-12"], ["time", "2000-01-01 01:48:27.648490"], ["datetime", "2020-11-15 09:16:07.930104"], ["created_at", "2020-11-23 08:02:57.218710"], ["updated_at", "2020-11-23 08:02:57.218710"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 24], ["decimal", 10.95538644457], ["string", "Quos quidem est similique voluptatem qui."], ["date", "2020-11-30"], ["time", "2000-01-01 12:30:55.749100"], ["datetime", "2020-12-23 03:27:45.830512"], ["created_at", "2020-11-23 08:02:57.221612"], ["updated_at", "2020-11-23 08:02:57.221612"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 11.9141825259489], ["string", "Quis sed aut et et."], ["created_at", "2020-11-23 08:02:57.224452"], ["updated_at", "2020-11-23 08:02:57.224452"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 0.406364720345117], ["string", "Assumenda quo commodi sapiente enim."], ["created_at", "2020-11-23 08:02:57.226657"], ["updated_at", "2020-11-23 08:02:57.226657"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 0.365439067082718], ["string", "Molestiae velit doloribus quas quis."], ["created_at", "2020-11-23 08:02:57.228744"], ["updated_at", "2020-11-23 08:02:57.228744"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 6.96976863085227], ["string", "Sit et eius velit perferendis ut."], ["created_at", "2020-11-23 08:02:57.230733"], ["updated_at", "2020-11-23 08:02:57.230733"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 1.01547937164863], ["string", "Laudantium occaecati omnis eius."], ["created_at", "2020-11-23 08:02:57.232765"], ["updated_at", "2020-11-23 08:02:57.232765"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 0.442290696704277], ["string", "Corporis qui dolor sapiente animi autem."], ["created_at", "2020-11-23 08:02:57.234826"], ["updated_at", "2020-11-23 08:02:57.234826"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 22.7977420304593], ["string", "Quasi atque sed qui reprehenderit."], ["created_at", "2020-11-23 08:02:57.236822"], ["updated_at", "2020-11-23 08:02:57.236822"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 2.35378652362252], ["string", "Dolorum doloribus et voluptatum id architecto."], ["created_at", "2020-11-23 08:02:57.238708"], ["updated_at", "2020-11-23 08:02:57.238708"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-23 08:02:57.240384"], ["updated_at", "2020-11-23 08:02:57.240384"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-23 08:02:57.242019"], ["updated_at", "2020-11-23 08:02:57.242019"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-23 08:02:57.243295"], ["updated_at", "2020-11-23 08:02:57.243295"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 08:02:57.244517"], ["updated_at", "2020-11-23 08:02:57.244517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-23 08:02:57.245719"], ["updated_at", "2020-11-23 08:02:57.245719"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-23 08:02:57.246826"], ["updated_at", "2020-11-23 08:02:57.246826"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-23 08:02:57.247901"], ["updated_at", "2020-11-23 08:02:57.247901"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 08:02:57.249061"], ["updated_at", "2020-11-23 08:02:57.249061"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 8], ["created_at", "2020-11-23 08:02:57.250615"], ["updated_at", "2020-11-23 08:02:57.250615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 8], ["created_at", "2020-11-23 08:02:57.252124"], ["updated_at", "2020-11-23 08:02:57.252124"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-23 08:02:57.253599"], ["updated_at", "2020-11-23 08:02:57.253599"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-23 08:02:57.255042"], ["updated_at", "2020-11-23 08:02:57.255042"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-23 08:02:57.256488"], ["updated_at", "2020-11-23 08:02:57.256488"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-23 08:02:57.258064"], ["updated_at", "2020-11-23 08:02:57.258064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 1], ["created_at", "2020-11-23 08:02:57.259549"], ["updated_at", "2020-11-23 08:02:57.259549"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 8], ["created_at", "2020-11-23 08:02:57.261024"], ["updated_at", "2020-11-23 08:02:57.261024"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-23 08:02:57.262215"], ["updated_at", "2020-11-23 08:02:57.262215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-23 08:02:57.263377"], ["updated_at", "2020-11-23 08:02:57.263377"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-23 08:02:57.264491"], ["updated_at", "2020-11-23 08:02:57.264491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-23 08:02:57.265633"], ["updated_at", "2020-11-23 08:02:57.265633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-23 08:02:57.266865"], ["updated_at", "2020-11-23 08:02:57.266865"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-23 08:02:57.267993"], ["updated_at", "2020-11-23 08:02:57.267993"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-23 08:02:57.269121"], ["updated_at", "2020-11-23 08:02:57.269121"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-23 08:02:57.270226"], ["updated_at", "2020-11-23 08:02:57.270226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:57.270945"], ["updated_at", "2020-11-23 08:02:57.270945"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:57.271601"], ["updated_at", "2020-11-23 08:02:57.271601"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:57.272229"], ["updated_at", "2020-11-23 08:02:57.272229"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:57.272853"], ["updated_at", "2020-11-23 08:02:57.272853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:57.273493"], ["updated_at", "2020-11-23 08:02:57.273493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:57.274110"], ["updated_at", "2020-11-23 08:02:57.274110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:57.274726"], ["updated_at", "2020-11-23 08:02:57.274726"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:57.275358"], ["updated_at", "2020-11-23 08:02:57.275358"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:57.276653"], ["updated_at", "2020-11-23 08:02:57.276653"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:57.277810"], ["updated_at", "2020-11-23 08:02:57.277810"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:57.278914"], ["updated_at", "2020-11-23 08:02:57.278914"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:57.280022"], ["updated_at", "2020-11-23 08:02:57.280022"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:57.281149"], ["updated_at", "2020-11-23 08:02:57.281149"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:57.282344"], ["updated_at", "2020-11-23 08:02:57.282344"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:57.283506"], ["updated_at", "2020-11-23 08:02:57.283506"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:57.284629"], ["updated_at", "2020-11-23 08:02:57.284629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "815 Brett Spurs, North Timbury, RI 70950"], ["city", "North Twana"], ["country", "Qatar"], ["description", "Voluptate ad corrupti. Et commodi perspiciatis."], ["email", "roger_koss@example.com"], ["first_name", "Donn"], ["firstname", "Cliff"], ["last_name", "Dickens"], ["lastname", "Champlin"], ["lat", "53.54710933347178"], ["latitute", "-33.76668088091811"], ["lng", "153.08453694505255"], ["locale", "BN"], ["longitude", "-79.05287438020922"], ["middlename", "Dickens"], ["middle_name", "Feil"], ["password", "Bl5A95z6Dd"], ["phone", "(808) 929-1134 x0496"], ["phone_number", "(302) 624-0178 x8547"], ["reference", "79fee360-d34d-41fa-91b5-9c62992d87e4"], ["title", "Sequi quisquam eaque quos non."], ["user_name", "ines_robel"], ["username", "domenic"], ["uuid", "0256c250-4025-43aa-be48-a149ba972b54"], ["created_at", "2020-11-23 08:02:57.316753"], ["updated_at", "2020-11-23 08:02:57.316753"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 698 4693 Sporer Shores, South Benniefurt, NE 98831"], ["city", "Johnieborough"], ["country", "Portugal"], ["description", "Quisquam sunt vel. Numquam illo hic. Quo pariatur delectus. Et consectetur maxime."], ["email", "julio_armstrong@example.net"], ["first_name", "Arlen"], ["firstname", "Dreama"], ["last_name", "Bosco"], ["lastname", "Hoeger"], ["lat", "2.3379070845463588"], ["latitute", "-87.55490892171807"], ["lng", "-129.9773705260625"], ["locale", "KW"], ["longitude", "114.52437869336961"], ["middlename", "Pagac"], ["middle_name", "Ullrich"], ["password", "TjW4d8CvBiR2y83Z"], ["phone", "177-882-9875 x82165"], ["phone_number", "428.960.4947 x1435"], ["reference", "2aba83a7-7ac2-48b5-b40e-c7cd13bd3c5f"], ["title", "Totam accusamus suscipit id odio."], ["user_name", "coralie"], ["username", "lenore"], ["uuid", "1eaac4a6-2816-4a70-aa15-e594c3c44664"], ["created_at", "2020-11-23 08:02:57.339240"], ["updated_at", "2020-11-23 08:02:57.339240"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "263 Lorriane Overpass, West Rickieberg, MA 34610"], ["city", "Aliceside"], ["country", "Madagascar"], ["description", "Qui et rem. Et ut voluptas."], ["email", "zackary@example.biz"], ["first_name", "Willian"], ["firstname", "Cornell"], ["last_name", "Mitchell"], ["lastname", "Sauer"], ["lat", "16.134110237022867"], ["latitute", "24.635650953160066"], ["lng", "-90.95512801614419"], ["locale", "CK"], ["longitude", "110.49908782434375"], ["middlename", "Davis"], ["middle_name", "Mertz"], ["password", "2AuOwMoNmAeRk3V"], ["phone", "1-898-229-3815 x04888"], ["phone_number", "1-148-759-7142"], ["reference", "d245fcd0-8dc6-4b7f-9029-9601872ad51c"], ["title", "Iusto hic neque."], ["user_name", "carrol"], ["username", "edris.mante"], ["uuid", "2ded7f38-5a82-41e4-9563-132c6602939c"], ["created_at", "2020-11-23 08:02:57.361074"], ["updated_at", "2020-11-23 08:02:57.361074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (5.4ms) SAVEPOINT active_record_2 Lima Create (0.6ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 283 195 Carlos Parkway, South Russ, WY 88794-4818"], ["city", "Bernardinachester"], ["country", "Morocco"], ["description", "Ut eius rerum. Et incidunt nobis."], ["email", "olive.champlin@example.biz"], ["first_name", "Numbers"], ["firstname", "Joette"], ["last_name", "Johnston"], ["lastname", "Herman"], ["lat", "-67.69850045396367"], ["latitute", "-60.7098572254264"], ["lng", "-22.95656951257405"], ["locale", "BL"], ["longitude", "108.7152636732992"], ["middlename", "Prohaska"], ["middle_name", "Breitenberg"], ["password", "NdHsIrHvG"], ["phone", "1-728-235-8410 x258"], ["phone_number", "1-173-782-7524"], ["reference", "505866d6-dc76-41db-b2c5-28a9556888e5"], ["title", "Molestiae quam ab impedit."], ["user_name", "eliseo.gibson"], ["username", "camie_braun"], ["uuid", "a422facc-51b0-463f-9f1c-d13b1b88a0c3"], ["created_at", "2020-11-23 08:02:57.382802"], ["updated_at", "2020-11-23 08:02:57.382802"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "57656 Herman Mount, South Sylvia, CO 67882-8650"], ["city", "Arianashire"], ["country", "Slovakia (Slovak Republic)"], ["description", "Praesentium amet excepturi. Voluptas animi tempora. Doloremque inventore vitae. Harum quam quidem."], ["email", "stefan@example.com"], ["first_name", "Colin"], ["firstname", "Annabelle"], ["last_name", "Emmerich"], ["lastname", "Batz"], ["lat", "19.325259467848667"], ["latitute", "-59.78753758460948"], ["lng", "-123.94062073075376"], ["locale", "ER"], ["longitude", "-120.2688444890005"], ["middlename", "Bailey"], ["middle_name", "Torp"], ["password", "AbNl0H2dB"], ["phone", "788.042.1207 x89717"], ["phone_number", "(193) 585-0238"], ["reference", "5254564d-2042-45f1-b6f6-f2d4ed2ffce4"], ["title", "Cumque cupiditate et eum dolor nemo."], ["user_name", "tiesha"], ["username", "jerald"], ["uuid", "487e12bd-5eba-4107-985c-86dbca2d13a6"], ["created_at", "2020-11-23 08:02:57.411682"], ["updated_at", "2020-11-23 08:02:57.411682"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "6655 Watsica Village, North Garretthaven, CO 19904"], ["city", "Torpland"], ["country", "Falkland Islands (Malvinas)"], ["description", "Et harum voluptatibus. Enim voluptas nemo. Non temporibus eaque. Minus et aut. Cum numquam adipisci."], ["email", "hank@example.biz"], ["first_name", "Rosena"], ["firstname", "Wyatt"], ["last_name", "Dietrich"], ["lastname", "Daugherty"], ["lat", "32.62208041039355"], ["latitute", "-3.283199479964736"], ["lng", "23.981526790527084"], ["locale", "KZ"], ["longitude", "167.94908558985554"], ["middlename", "Davis"], ["middle_name", "Brekke"], ["password", "DqBfOa3Zx4RcXiBa"], ["phone", "115.420.3501 x118"], ["phone_number", "1-469-617-4599"], ["reference", "fcd8d84f-f90a-4f18-941d-be289cedf6d5"], ["title", "Ut nesciunt fugiat necessitatibus enim."], ["user_name", "jarrett"], ["username", "illa.nolan"], ["uuid", "b37c2752-f7e1-4e75-b293-a6a1e83b041e"], ["created_at", "2020-11-23 08:02:57.433730"], ["updated_at", "2020-11-23 08:02:57.433730"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 410 41265 Hillary Forges, Goyettebury, NY 75686"], ["city", "Lake Jonshire"], ["country", "Congo"], ["description", "Sequi necessitatibus dolorum. Asperiores sit nulla. At quam voluptatem. Excepturi ut minima. Sed magnam molestiae."], ["email", "babara@example.name"], ["first_name", "Teodoro"], ["firstname", "Jeremiah"], ["last_name", "Feil"], ["lastname", "Reichert"], ["lat", "-41.61146589377342"], ["latitute", "52.05833482704756"], ["lng", "53.2546684826697"], ["locale", "MM"], ["longitude", "-86.0119427504998"], ["middlename", "Schamberger"], ["middle_name", "O'Reilly"], ["password", "FnXz0ScVmY"], ["phone", "574-455-3913 x14901"], ["phone_number", "866-837-5344 x7970"], ["reference", "3fd6eba8-70b7-45cc-8f61-5f4f3e2cbcf0"], ["title", "Adipisci et quis iste illo."], ["user_name", "hobert_parker"], ["username", "estefana.hartmann"], ["uuid", "9b0a7d93-7353-4a4d-8b4f-de583b774e92"], ["created_at", "2020-11-23 08:02:57.455600"], ["updated_at", "2020-11-23 08:02:57.455600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 626 9636 Ashley Freeway, Napoleonhaven, UT 15736"], ["city", "New Forestland"], ["country", "Luxembourg"], ["description", "Commodi corporis quidem. Illo velit porro. Sint sit suscipit. Atque corrupti sint."], ["email", "scarlet@example.biz"], ["first_name", "Myesha"], ["firstname", "Eldon"], ["last_name", "Crist"], ["lastname", "Von"], ["lat", "8.091372124212896"], ["latitute", "-80.15535190842371"], ["lng", "106.17158099143472"], ["locale", "NP"], ["longitude", "131.96155498152973"], ["middlename", "Zboncak"], ["middle_name", "O'Reilly"], ["password", "U9xG3o1AtY6zJa5"], ["phone", "920-288-9766 x8405"], ["phone_number", "1-329-524-6665 x5613"], ["reference", "00306c85-95a2-4052-a5bd-3ea1bfd399e0"], ["title", "Voluptatem culpa vel sunt quae."], ["user_name", "darcey.volkman"], ["username", "wayne.jacobson"], ["uuid", "fa7e8fd4-d74e-4afc-95bf-3b312bda31ee"], ["created_at", "2020-11-23 08:02:57.483822"], ["updated_at", "2020-11-23 08:02:57.483822"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-23 08:02:57.485721"], ["updated_at", "2020-11-23 08:02:57.485721"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-23 08:02:57.486876"], ["updated_at", "2020-11-23 08:02:57.486876"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 08:02:57.487946"], ["updated_at", "2020-11-23 08:02:57.487946"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-23 08:02:57.489009"], ["updated_at", "2020-11-23 08:02:57.489009"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 08:02:57.490187"], ["updated_at", "2020-11-23 08:02:57.490187"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-23 08:02:57.491422"], ["updated_at", "2020-11-23 08:02:57.491422"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-23 08:02:57.492527"], ["updated_at", "2020-11-23 08:02:57.492527"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-23 08:02:57.493604"], ["updated_at", "2020-11-23 08:02:57.493604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:57.510111"], ["updated_at", "2020-11-23 08:02:57.510111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:57.510919"], ["updated_at", "2020-11-23 08:02:57.510919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:57.511530"], ["updated_at", "2020-11-23 08:02:57.511530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:57.512141"], ["updated_at", "2020-11-23 08:02:57.512141"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:57.512841"], ["updated_at", "2020-11-23 08:02:57.512841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:57.513539"], ["updated_at", "2020-11-23 08:02:57.513539"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:57.514229"], ["updated_at", "2020-11-23 08:02:57.514229"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:02:57.515055"], ["updated_at", "2020-11-23 08:02:57.515055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:57.515940"], ["updated_at", "2020-11-23 08:02:57.515940"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:57.516784"], ["updated_at", "2020-11-23 08:02:57.516784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:57.517511"], ["updated_at", "2020-11-23 08:02:57.517511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:57.518247"], ["updated_at", "2020-11-23 08:02:57.518247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:57.518968"], ["updated_at", "2020-11-23 08:02:57.518968"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:57.519674"], ["updated_at", "2020-11-23 08:02:57.519674"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:57.520418"], ["updated_at", "2020-11-23 08:02:57.520418"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:02:57.521161"], ["updated_at", "2020-11-23 08:02:57.521161"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.0ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.7ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (2.0ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "41169 Shannon Meadow, Hauckfort, SC 23917"], ["city", "Port Christina"], ["country", "Tajikistan"], ["description", "Facere nihil consequatur. Deleniti voluptates ut. Quibusdam nam tenetur."], ["email", "tyrell@example.name"], ["first_name", "Hai"], ["firstname", "Giovanni"], ["last_name", "Christiansen"], ["lastname", "Kiehn"], ["lat", "14.730588629872656"], ["latitute", "-3.5480612009359476"], ["lng", "35.48512207747697"], ["locale", "MY"], ["longitude", "88.18983815738983"], ["middlename", "Gleason"], ["middle_name", "Senger"], ["password", "WiIdYdQbC75s4"], ["phone", "(344) 172-9542"], ["phone_number", "977-966-3892 x02983"], ["reference", "12944057-f0ab-4659-a064-005e2d33208b"], ["title", "Quia ducimus deserunt at qui omnis."], ["user_name", "rolland_dach"], ["username", "antione"], ["uuid", "bf510f82-01cc-4fd1-b8d2-e7d3489167f0"], ["created_at", "2020-11-23 08:03:09.763309"], ["updated_at", "2020-11-23 08:03:09.763309"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2829 Muoi Place, Kleinfort, MI 82851-5758"], ["city", "Lake Jerry"], ["country", "Saint Martin"], ["description", "Quasi saepe aliquam. Similique reprehenderit necessitatibus."], ["email", "louie@example.com"], ["first_name", "Serina"], ["firstname", "Renate"], ["last_name", "Kautzer"], ["lastname", "Lindgren"], ["lat", "73.07560538014326"], ["latitute", "-53.57312966304555"], ["lng", "170.56886794004708"], ["locale", "SL"], ["longitude", "-156.71466140217916"], ["middlename", "Brekke"], ["middle_name", "Marquardt"], ["password", "1RkEoHtP"], ["phone", "590.375.6921 x359"], ["phone_number", "237.643.7412 x24627"], ["reference", "4f6227a7-133c-4922-88db-b4297e7597e2"], ["title", "Et similique eos quia et omnis."], ["user_name", "roseann.wilkinson"], ["username", "dan"], ["uuid", "e75a918f-0553-43cf-b357-3f61d7eaccef"], ["created_at", "2020-11-23 08:03:09.785354"], ["updated_at", "2020-11-23 08:03:09.785354"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "497 Alva Junction, Earlborough, WA 08285"], ["city", "Earleanport"], ["country", "Portugal"], ["description", "Corrupti fugit voluptatum. Iusto provident facere. Distinctio facilis pariatur. Aut et unde. Eveniet sit soluta."], ["email", "lyman_skiles@example.co"], ["first_name", "Tasia"], ["firstname", "Morris"], ["last_name", "Wiegand"], ["lastname", "Keeling"], ["lat", "20.90141542680219"], ["latitute", "61.65582025482934"], ["lng", "-102.86612137958673"], ["locale", "NO"], ["longitude", "97.38662334724967"], ["middlename", "Bernhard"], ["middle_name", "Pouros"], ["password", "ZoDjChZaKx9M"], ["phone", "1-129-885-9413 x86955"], ["phone_number", "1-179-841-1351 x351"], ["reference", "9ea126e8-8781-4f54-9b2f-57832a08934c"], ["title", "Ut optio non voluptas alias."], ["user_name", "corey"], ["username", "joane_bogan"], ["uuid", "9a7f4505-599c-4870-982c-10785fcd1bb7"], ["created_at", "2020-11-23 08:03:09.807691"], ["updated_at", "2020-11-23 08:03:09.807691"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4719 Ferdinand Parkway, Wizaton, NH 24467"], ["city", "Parkerton"], ["country", "Micronesia"], ["description", "Inventore impedit velit. Ut expedita ea. Temporibus doloremque tempora. Tempora dolorem quidem."], ["email", "tyson_sanford@example.co"], ["first_name", "Ruth"], ["firstname", "Chanda"], ["last_name", "Johns"], ["lastname", "Rosenbaum"], ["lat", "32.268865288423214"], ["latitute", "42.45948181067956"], ["lng", "-14.043698924643792"], ["locale", "PM"], ["longitude", "-27.79468865888319"], ["middlename", "Kuhlman"], ["middle_name", "Hoeger"], ["password", "6N6eSgOcKu"], ["phone", "351-999-5620"], ["phone_number", "1-330-569-3331 x2690"], ["reference", "8c33d7ec-5339-4ea5-a544-249d6cc0988b"], ["title", "Rem omnis facere rerum eum."], ["user_name", "edmundo"], ["username", "colby.leffler"], ["uuid", "23dc1bee-4d36-48d6-b735-f10bad8c88d1"], ["created_at", "2020-11-23 08:03:09.844917"], ["updated_at", "2020-11-23 08:03:09.844917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "945 Eleonore Cape, Dustiland, TX 58729"], ["city", "North Evette"], ["country", "Zimbabwe"], ["description", "Dolor est molestias. Autem culpa iste. Est ut officiis."], ["email", "eliseo.stark@example.info"], ["first_name", "Joshua"], ["firstname", "Arden"], ["last_name", "Hegmann"], ["lastname", "Johnston"], ["lat", "3.574930979939708"], ["latitute", "15.217072974104653"], ["lng", "-131.1527153020141"], ["locale", "LS"], ["longitude", "15.901382603796947"], ["middlename", "Ortiz"], ["middle_name", "Rippin"], ["password", "60SjXuOvZyQxAuJ8"], ["phone", "240.224.9101"], ["phone_number", "1-290-517-7842 x33842"], ["reference", "24e8a159-8a91-4314-a209-cf35db9cb2f2"], ["title", "Nihil quisquam corporis aut."], ["user_name", "conrad_beer"], ["username", "charlott"], ["uuid", "85d04834-c1dc-4c31-a866-47e86e90f9b6"], ["created_at", "2020-11-23 08:03:09.871860"], ["updated_at", "2020-11-23 08:03:09.871860"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 645 116 Hahn Terrace, North Lowell, TN 53327"], ["city", "Millicentchester"], ["country", "Heard Island and McDonald Islands"], ["description", "Expedita eligendi est. Dolor est atque."], ["email", "ehtel.goyette@example.net"], ["first_name", "Luis"], ["firstname", "Cletus"], ["last_name", "Rohan"], ["lastname", "Koss"], ["lat", "-24.932507994678645"], ["latitute", "-48.24033270314076"], ["lng", "-49.56952514874132"], ["locale", "BQ"], ["longitude", "-10.497442954853256"], ["middlename", "Ward"], ["middle_name", "Durgan"], ["password", "Bn4XdOdUgGh"], ["phone", "1-853-663-2547"], ["phone_number", "(512) 263-2548 x43040"], ["reference", "5e847cbf-1c4a-4ab7-b8d3-755f9bf655fc"], ["title", "Quis hic exercitationem earum."], ["user_name", "danyell"], ["username", "soraya_parker"], ["uuid", "d365536a-8698-433c-9ccf-c82594c540d5"], ["created_at", "2020-11-23 08:03:09.899340"], ["updated_at", "2020-11-23 08:03:09.899340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 864 1453 Koepp Springs, East Marlon, MA 81747"], ["city", "Lakinville"], ["country", "Mayotte"], ["description", "Quis provident cum. Voluptas ut cupiditate. Non ut sit."], ["email", "lindsey_walsh@example.net"], ["first_name", "Xiomara"], ["firstname", "Luvenia"], ["last_name", "Sauer"], ["lastname", "Sauer"], ["lat", "57.14665529420526"], ["latitute", "86.70386095423865"], ["lng", "144.8250297790251"], ["locale", "CD"], ["longitude", "-51.837622094789396"], ["middlename", "Haley"], ["middle_name", "Cassin"], ["password", "U74kIlPqGzPd"], ["phone", "183-212-8087 x0865"], ["phone_number", "1-749-939-3671 x84560"], ["reference", "75c372f2-6a73-40e7-8b7a-f31af9c354c9"], ["title", "Odio et necessitatibus laudantium."], ["user_name", "opal"], ["username", "jacqualine.von"], ["uuid", "f3335fb4-65c6-4780-b18e-8c0fea469ae9"], ["created_at", "2020-11-23 08:03:09.927295"], ["updated_at", "2020-11-23 08:03:09.927295"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "696 Tashina Mountains, Watersmouth, VT 45949"], ["city", "Stacyberg"], ["country", "Faroe Islands"], ["description", "Quo commodi et. Alias non voluptas. Aut officia sapiente. Rem veniam magni."], ["email", "su@example.io"], ["first_name", "Cary"], ["firstname", "Lizabeth"], ["last_name", "Friesen"], ["lastname", "Marquardt"], ["lat", "79.00364643209107"], ["latitute", "19.95510306139124"], ["lng", "-43.816576685667826"], ["locale", "VG"], ["longitude", "-179.64058828343332"], ["middlename", "Simonis"], ["middle_name", "Mann"], ["password", "CvQaGjPmJl"], ["phone", "301.267.8829"], ["phone_number", "(855) 976-7120 x3344"], ["reference", "735a3172-5c2e-44f0-9ac2-ea7016fcdc09"], ["title", "Voluptas consectetur dolorem quia ipsam sit."], ["user_name", "gilberte.bahringer"], ["username", "tanna_waters"], ["uuid", "209d062c-bb9a-4746-8160-764e8246255f"], ["created_at", "2020-11-23 08:03:09.960017"], ["updated_at", "2020-11-23 08:03:09.960017"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 456 8126 Vernon Mews, Gerholdville, GA 95323-7695"], ["city", "Beattyborough"], ["country", "Sri Lanka"], ["description", "Sit omnis beatae. Accusamus quibusdam sed. Animi et voluptates."], ["email", "billye@example.io"], ["first_name", "Chung"], ["firstname", "Miquel"], ["last_name", "Parker"], ["lastname", "Schaefer"], ["lat", "-5.540244610463972"], ["latitute", "9.252427761055841"], ["lng", "-147.1522849018251"], ["locale", "CV"], ["longitude", "-115.07770780095207"], ["middlename", "Roberts"], ["middle_name", "Toy"], ["password", "DrFhHwJxHjMaAgZ"], ["phone", "566.532.9896 x00322"], ["phone_number", "960-439-8718 x6707"], ["reference", "a539680c-5a9e-4f07-9c33-dccfbbe8aa54"], ["title", "Omnis non consequatur."], ["user_name", "sharmaine"], ["username", "willow_schiller"], ["uuid", "fae60e3a-8e45-4b5e-bebb-60af85f99afd"], ["created_at", "2020-11-23 08:03:09.988316"], ["updated_at", "2020-11-23 08:03:09.988316"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 526 3383 Kovacek Knoll, Ferryland, RI 73172"], ["city", "Kohlerland"], ["country", "Portugal"], ["description", "Ad id vel. Reiciendis et a. Et sint odio. Accusamus eum nam. Dicta dolores aliquid."], ["email", "babette_barrows@example.io"], ["first_name", "Deshawn"], ["firstname", "Becki"], ["last_name", "Bruen"], ["lastname", "Swift"], ["lat", "88.84987398204197"], ["latitute", "-68.31018380492775"], ["lng", "145.38109952866301"], ["locale", "ID"], ["longitude", "-49.728438659037494"], ["middlename", "Johns"], ["middle_name", "Nikolaus"], ["password", "SiDs4Qy07YqT"], ["phone", "578-310-7369 x86877"], ["phone_number", "553.466.9366"], ["reference", "28039953-2bc1-4a22-9790-db83966b3909"], ["title", "Et odio odit autem et qui."], ["user_name", "lora_spencer"], ["username", "lilliana_labadie"], ["uuid", "497c6b9e-034e-494b-a74c-daf29ea19bdf"], ["created_at", "2020-11-23 08:03:10.012599"], ["updated_at", "2020-11-23 08:03:10.012599"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 22], ["decimal", 22.5077918392806], ["string", "Repellat enim ut voluptatem suscipit cupiditate."], ["date", "2020-10-24"], ["time", "2000-01-01 02:37:49.939075"], ["datetime", "2020-12-06 18:27:19.289469"], ["created_at", "2020-11-23 08:03:10.039144"], ["updated_at", "2020-11-23 08:03:10.039144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 26.8903126974112], ["string", "Molestiae dolorem tempora."], ["created_at", "2020-11-23 08:03:10.047486"], ["updated_at", "2020-11-23 08:03:10.047486"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 08:03:10.055100"], ["updated_at", "2020-11-23 08:03:10.055100"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-23 08:03:10.061714"], ["updated_at", "2020-11-23 08:03:10.061714"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-23 08:03:10.067277"], ["updated_at", "2020-11-23 08:03:10.067277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.073568"], ["updated_at", "2020-11-23 08:03:10.073568"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.078832"], ["updated_at", "2020-11-23 08:03:10.078832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "392 Doretha Harbors, Streichmouth, UT 63020-5101"], ["city", "Ratkefurt"], ["country", "Niger"], ["description", "Esse ut veniam. Blanditiis accusamus et. Consequatur id quo. Placeat dicta debitis. Necessitatibus cumque quis."], ["email", "roderick.murray@example.info"], ["first_name", "Audry"], ["firstname", "Marcellus"], ["last_name", "Schimmel"], ["lastname", "Mayer"], ["lat", "-11.7625256806095"], ["latitute", "58.64201310187883"], ["lng", "-102.1632774872574"], ["locale", "FM"], ["longitude", "159.02373602261792"], ["middlename", "Aufderhar"], ["middle_name", "Ebert"], ["password", "I9dY9pSh"], ["phone", "262.049.7567 x5937"], ["phone_number", "880.769.3852 x48723"], ["reference", "03709b46-339c-4c1f-8875-68f5bf37bbe6"], ["title", "Officiis est voluptatem non repellendus."], ["user_name", "man_buckridge"], ["username", "kennith_mohr"], ["uuid", "e0ca96b7-aa80-4c2b-8312-65cb01b7f76a"], ["created_at", "2020-11-23 08:03:10.112789"], ["updated_at", "2020-11-23 08:03:10.112789"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 08:03:10.118183"], ["updated_at", "2020-11-23 08:03:10.118183"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.129219"], ["updated_at", "2020-11-23 08:03:10.129219"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:10.132598"], ["updated_at", "2020-11-23 08:03:10.132598"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 1.15099485756292], ["string", "Rerum ullam veritatis consectetur error est."], ["date", "2020-12-08"], ["time", "2000-01-01 11:57:17.350662"], ["datetime", "2020-11-02 04:01:03.271741"], ["created_at", "2020-11-23 08:03:10.141791"], ["updated_at", "2020-11-23 08:03:10.141791"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 6.44504445676657], ["string", "Et et quis quia."], ["date", "2020-11-07"], ["time", "2000-01-01 11:13:35.376362"], ["datetime", "2020-12-15 20:12:54.344603"], ["created_at", "2020-11-23 08:03:10.145101"], ["updated_at", "2020-11-23 08:03:10.145101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 1.38817513837614], ["string", "Voluptatum dolorum accusamus."], ["date", "2020-12-19"], ["time", "2000-01-01 12:31:34.554237"], ["datetime", "2020-12-17 15:49:49.914701"], ["created_at", "2020-11-23 08:03:10.147751"], ["updated_at", "2020-11-23 08:03:10.147751"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 6.10316836413039], ["string", "Officiis corrupti in est alias."], ["date", "2020-12-24"], ["time", "2000-01-01 16:43:45.625816"], ["datetime", "2020-11-15 08:57:15.943751"], ["created_at", "2020-11-23 08:03:10.150235"], ["updated_at", "2020-11-23 08:03:10.150235"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 30.8619517966222], ["string", "Culpa nisi et."], ["date", "2020-12-29"], ["time", "2000-01-01 08:15:21.944610"], ["datetime", "2021-01-04 02:29:29.041454"], ["created_at", "2020-11-23 08:03:10.153015"], ["updated_at", "2020-11-23 08:03:10.153015"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 39.2235173270537], ["string", "Ipsum ut saepe quia."], ["date", "2020-12-14"], ["time", "2000-01-01 19:07:50.613138"], ["datetime", "2020-11-20 08:28:29.142312"], ["created_at", "2020-11-23 08:03:10.155894"], ["updated_at", "2020-11-23 08:03:10.155894"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 1.83811198206363], ["string", "Eum quidem excepturi error."], ["date", "2020-11-15"], ["time", "2000-01-01 23:01:51.671850"], ["datetime", "2020-11-09 14:57:44.373083"], ["created_at", "2020-11-23 08:03:10.158680"], ["updated_at", "2020-11-23 08:03:10.158680"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 22], ["decimal", 4.03986303786149], ["string", "Officiis consequatur facere."], ["date", "2020-11-01"], ["time", "2000-01-01 03:42:23.578757"], ["datetime", "2020-12-24 07:35:47.259623"], ["created_at", "2020-11-23 08:03:10.162239"], ["updated_at", "2020-11-23 08:03:10.162239"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 25.9644720934558], ["string", "Recusandae quo sit fuga quaerat."], ["created_at", "2020-11-23 08:03:10.165282"], ["updated_at", "2020-11-23 08:03:10.165282"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1038], ["decimal", 1.62670234470227], ["string", "Quae est voluptas."], ["created_at", "2020-11-23 08:03:10.167736"], ["updated_at", "2020-11-23 08:03:10.167736"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 0.920257111736941], ["string", "Aut qui sed."], ["created_at", "2020-11-23 08:03:10.170203"], ["updated_at", "2020-11-23 08:03:10.170203"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 2.16570138224534], ["string", "Beatae veniam et deleniti."], ["created_at", "2020-11-23 08:03:10.172343"], ["updated_at", "2020-11-23 08:03:10.172343"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 4.40631951131673], ["string", "Quis eos aut nobis asperiores natus."], ["created_at", "2020-11-23 08:03:10.174434"], ["updated_at", "2020-11-23 08:03:10.174434"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 4.09562424900908], ["string", "Fugiat nulla sunt est sed molestiae."], ["created_at", "2020-11-23 08:03:10.176527"], ["updated_at", "2020-11-23 08:03:10.176527"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1020], ["decimal", 2.44083078931582], ["string", "Natus eos consequuntur."], ["created_at", "2020-11-23 08:03:10.178594"], ["updated_at", "2020-11-23 08:03:10.178594"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 1.48771485470923], ["string", "Commodi nobis eveniet et et aut."], ["created_at", "2020-11-23 08:03:10.180654"], ["updated_at", "2020-11-23 08:03:10.180654"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 08:03:10.182256"], ["updated_at", "2020-11-23 08:03:10.182256"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-23 08:03:10.183675"], ["updated_at", "2020-11-23 08:03:10.183675"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-23 08:03:10.184983"], ["updated_at", "2020-11-23 08:03:10.184983"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-23 08:03:10.186278"], ["updated_at", "2020-11-23 08:03:10.186278"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 08:03:10.187511"], ["updated_at", "2020-11-23 08:03:10.187511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-23 08:03:10.188761"], ["updated_at", "2020-11-23 08:03:10.188761"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-23 08:03:10.190042"], ["updated_at", "2020-11-23 08:03:10.190042"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-23 08:03:10.191262"], ["updated_at", "2020-11-23 08:03:10.191262"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 5], ["created_at", "2020-11-23 08:03:10.192951"], ["updated_at", "2020-11-23 08:03:10.192951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 8], ["created_at", "2020-11-23 08:03:10.194641"], ["updated_at", "2020-11-23 08:03:10.194641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 4], ["created_at", "2020-11-23 08:03:10.196233"], ["updated_at", "2020-11-23 08:03:10.196233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-23 08:03:10.197811"], ["updated_at", "2020-11-23 08:03:10.197811"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-23 08:03:10.199359"], ["updated_at", "2020-11-23 08:03:10.199359"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 7], ["created_at", "2020-11-23 08:03:10.200906"], ["updated_at", "2020-11-23 08:03:10.200906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 8], ["created_at", "2020-11-23 08:03:10.202510"], ["updated_at", "2020-11-23 08:03:10.202510"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-23 08:03:10.204090"], ["updated_at", "2020-11-23 08:03:10.204090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-23 08:03:10.205380"], ["updated_at", "2020-11-23 08:03:10.205380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-23 08:03:10.206958"], ["updated_at", "2020-11-23 08:03:10.206958"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-23 08:03:10.208618"], ["updated_at", "2020-11-23 08:03:10.208618"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-23 08:03:10.209858"], ["updated_at", "2020-11-23 08:03:10.209858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-23 08:03:10.211067"], ["updated_at", "2020-11-23 08:03:10.211067"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-23 08:03:10.212253"], ["updated_at", "2020-11-23 08:03:10.212253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-23 08:03:10.213532"], ["updated_at", "2020-11-23 08:03:10.213532"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-23 08:03:10.215555"], ["updated_at", "2020-11-23 08:03:10.215555"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.217120"], ["updated_at", "2020-11-23 08:03:10.217120"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.218407"], ["updated_at", "2020-11-23 08:03:10.218407"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.219804"], ["updated_at", "2020-11-23 08:03:10.219804"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.220736"], ["updated_at", "2020-11-23 08:03:10.220736"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.221592"], ["updated_at", "2020-11-23 08:03:10.221592"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.222400"], ["updated_at", "2020-11-23 08:03:10.222400"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.223368"], ["updated_at", "2020-11-23 08:03:10.223368"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.224604"], ["updated_at", "2020-11-23 08:03:10.224604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.226636"], ["updated_at", "2020-11-23 08:03:10.226636"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.228518"], ["updated_at", "2020-11-23 08:03:10.228518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.230286"], ["updated_at", "2020-11-23 08:03:10.230286"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.232169"], ["updated_at", "2020-11-23 08:03:10.232169"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.234403"], ["updated_at", "2020-11-23 08:03:10.234403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.236387"], ["updated_at", "2020-11-23 08:03:10.236387"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.238250"], ["updated_at", "2020-11-23 08:03:10.238250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.240106"], ["updated_at", "2020-11-23 08:03:10.240106"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "97632 Marlin Parkways, Genniechester, NY 23970-5314"], ["city", "Cummingsland"], ["country", "Bhutan"], ["description", "Cupiditate voluptas illum. Enim id voluptas."], ["email", "morton@example.info"], ["first_name", "Royce"], ["firstname", "Nicol"], ["last_name", "Kiehn"], ["lastname", "Keebler"], ["lat", "58.679562421017295"], ["latitute", "89.50226945271703"], ["lng", "115.07452456993565"], ["locale", "BT"], ["longitude", "-19.487316500731538"], ["middlename", "Walter"], ["middle_name", "Hoeger"], ["password", "SlIbQ2p4F623"], ["phone", "344-748-8559"], ["phone_number", "862.791.2388"], ["reference", "b8cb9b9e-172d-44e5-8380-1d62aa57df13"], ["title", "Facilis amet mollitia quisquam."], ["user_name", "casey.baumbach"], ["username", "alberto"], ["uuid", "070eacad-1e1b-4bb2-960a-121539acf737"], ["created_at", "2020-11-23 08:03:10.280331"], ["updated_at", "2020-11-23 08:03:10.280331"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "25434 Leonia Pass, Lesleyberg, MD 75092-4067"], ["city", "South Lylemouth"], ["country", "Myanmar"], ["description", "Sit voluptate consectetur. Sint maiores modi. Vero ab id. Officiis veniam corrupti. Sapiente maxime minus."], ["email", "marian.reilly@example.com"], ["first_name", "Antoine"], ["firstname", "Chance"], ["last_name", "Spencer"], ["lastname", "Upton"], ["lat", "70.49633600241324"], ["latitute", "-79.69203682834679"], ["lng", "-151.25835355060804"], ["locale", "BO"], ["longitude", "-22.838941966388518"], ["middlename", "Schmidt"], ["middle_name", "Oberbrunner"], ["password", "Ws5JbLzD37hZhMv"], ["phone", "493-825-9774 x290"], ["phone_number", "742-769-6907"], ["reference", "f8eea899-f327-40cc-91de-8cb66379e31b"], ["title", "Quos distinctio aliquam ratione architecto veniam."], ["user_name", "kiersten.jaskolski"], ["username", "alexander"], ["uuid", "f58f6ea6-d785-425b-81a1-01cd2b86129c"], ["created_at", "2020-11-23 08:03:10.307332"], ["updated_at", "2020-11-23 08:03:10.307332"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "763 Lauren Terrace, South Creolastad, DE 86230"], ["city", "Rosariofort"], ["country", "Central African Republic"], ["description", "Minima sunt consequatur. Possimus omnis maxime. Dolor incidunt vitae. Harum dolorum ducimus. Possimus provident rerum."], ["email", "yuki@example.info"], ["first_name", "Rosamaria"], ["firstname", "Gilbert"], ["last_name", "Denesik"], ["lastname", "Schroeder"], ["lat", "10.167386075589462"], ["latitute", "11.197946103534733"], ["lng", "-88.62985252891447"], ["locale", "AI"], ["longitude", "35.24619416951609"], ["middlename", "Rogahn"], ["middle_name", "Keebler"], ["password", "Oe5Jn8F8zEsZy7"], ["phone", "(821) 338-3664"], ["phone_number", "819.911.3952 x679"], ["reference", "e261145a-243d-43a2-86a6-89d3d9c4da3d"], ["title", "Facilis sit reprehenderit nobis."], ["user_name", "norbert_hammes"], ["username", "justin.durgan"], ["uuid", "e3d4e247-86ab-48bd-9e7b-26c8b9ae7eb5"], ["created_at", "2020-11-23 08:03:10.339670"], ["updated_at", "2020-11-23 08:03:10.339670"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 616 5656 Carita Trafficway, Haleychester, OH 64542-7289"], ["city", "East Art"], ["country", "Nigeria"], ["description", "Quam molestiae voluptates. Quos tempora et. Cum quia corporis."], ["email", "emory@example.io"], ["first_name", "Brant"], ["firstname", "Nicholle"], ["last_name", "Smith"], ["lastname", "Bogan"], ["lat", "-7.757348251788443"], ["latitute", "-48.07222240557162"], ["lng", "6.355032976081617"], ["locale", "DZ"], ["longitude", "17.455299755975375"], ["middlename", "Rohan"], ["middle_name", "Emmerich"], ["password", "FcCk3Y8jJ2dMj"], ["phone", "680-218-9282 x302"], ["phone_number", "995-093-6433 x49262"], ["reference", "8767f14e-e5c9-460c-9875-b6c1d520a3e1"], ["title", "Amet id ut aliquid adipisci."], ["user_name", "luciano"], ["username", "laverne_goodwin"], ["uuid", "c4c1fb76-d037-48ba-a7ce-6c0114e093e0"], ["created_at", "2020-11-23 08:03:10.367495"], ["updated_at", "2020-11-23 08:03:10.367495"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 147 871 Margarito Crescent, Georgineview, MI 51925-3708"], ["city", "Darlenafurt"], ["country", "Bangladesh"], ["description", "Et similique velit. Sint est pariatur. Debitis laudantium et."], ["email", "hai.christiansen@example.info"], ["first_name", "Andreas"], ["firstname", "Nita"], ["last_name", "Gerlach"], ["lastname", "Abshire"], ["lat", "24.822052966896237"], ["latitute", "76.4553811898354"], ["lng", "0.7896858713158679"], ["locale", "LB"], ["longitude", "-125.075067191009"], ["middlename", "Mertz"], ["middle_name", "Osinski"], ["password", "6FcYxOpE"], ["phone", "(221) 574-1062 x0338"], ["phone_number", "1-667-795-6032 x732"], ["reference", "d3cad13f-7097-4cb2-bbf0-b21d66c2290d"], ["title", "Quo accusamus assumenda explicabo voluptate."], ["user_name", "seymour"], ["username", "georgia"], ["uuid", "c7af7954-c70f-4fdb-9802-5d4ea6850531"], ["created_at", "2020-11-23 08:03:10.399810"], ["updated_at", "2020-11-23 08:03:10.399810"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "93320 West Squares, Theronland, AZ 90590-5482"], ["city", "Inesstad"], ["country", "Antarctica (the territory South of 60 deg S)"], ["description", "Distinctio nihil libero. Deleniti sit nam. Pariatur beatae aut."], ["email", "belkis@example.com"], ["first_name", "Thurman"], ["firstname", "Caridad"], ["last_name", "Keebler"], ["lastname", "Gislason"], ["lat", "-47.227892613036204"], ["latitute", "-6.9479401081151195"], ["lng", "-51.8989318225438"], ["locale", "JE"], ["longitude", "42.704182269613"], ["middlename", "Lemke"], ["middle_name", "Ledner"], ["password", "Ni49SgNiVt"], ["phone", "747-009-6767 x881"], ["phone_number", "598-409-2496 x19760"], ["reference", "ee76aa0f-2bf9-42a6-b3b8-fd8f4c8fcd74"], ["title", "Alias doloribus numquam."], ["user_name", "bernardo"], ["username", "laverne.kautzer"], ["uuid", "c6601dae-8e2c-469c-b89a-32c58d196ff4"], ["created_at", "2020-11-23 08:03:10.427644"], ["updated_at", "2020-11-23 08:03:10.427644"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7584 Norberto Ports, Corneliachester, ND 02272-5951"], ["city", "Rippinmouth"], ["country", "Rwanda"], ["description", "Asperiores ex molestiae. Quia rem perspiciatis."], ["email", "jude.dooley@example.org"], ["first_name", "Veda"], ["firstname", "Candie"], ["last_name", "Pagac"], ["lastname", "Ortiz"], ["lat", "-24.166888951993116"], ["latitute", "42.91942357606692"], ["lng", "-113.36497331126685"], ["locale", "SM"], ["longitude", "149.00159608076598"], ["middlename", "Brown"], ["middle_name", "Parker"], ["password", "KjQ4aIvI264qW"], ["phone", "234-326-3665 x903"], ["phone_number", "437.980.5423 x6447"], ["reference", "dbf3ef9c-4e5f-41f1-8d83-534a1c8ad059"], ["title", "Libero et dolores occaecati id."], ["user_name", "roman.lindgren"], ["username", "harold.zboncak"], ["uuid", "ca5839c8-25bb-4496-a4d8-b44dccaddb7c"], ["created_at", "2020-11-23 08:03:10.457822"], ["updated_at", "2020-11-23 08:03:10.457822"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 414 50371 Eleanor Skyway, North Jessiehaven, OR 02378-4685"], ["city", "East Novellaview"], ["country", "Bahrain"], ["description", "Est dolorum iusto. Sunt est qui. Aut non ut. Sint nemo quo. Quasi quod reiciendis."], ["email", "carrol.bernier@example.info"], ["first_name", "Clair"], ["firstname", "Lyman"], ["last_name", "Fisher"], ["lastname", "Pfeffer"], ["lat", "-30.68126357257792"], ["latitute", "7.630554253371059"], ["lng", "-33.41074926994611"], ["locale", "IE"], ["longitude", "16.555331025887085"], ["middlename", "Christiansen"], ["middle_name", "Heathcote"], ["password", "G2zL3vUy"], ["phone", "133.831.1107 x8446"], ["phone_number", "1-994-817-5039 x334"], ["reference", "f34757db-fac6-40fd-b938-b1bebb2837d9"], ["title", "Nam ut mollitia."], ["user_name", "alonzo.lynch"], ["username", "gary"], ["uuid", "755fd5fa-17ff-4c8d-92dc-934e93a26efa"], ["created_at", "2020-11-23 08:03:10.484054"], ["updated_at", "2020-11-23 08:03:10.484054"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 08:03:10.486925"], ["updated_at", "2020-11-23 08:03:10.486925"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-23 08:03:10.488704"], ["updated_at", "2020-11-23 08:03:10.488704"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-23 08:03:10.490355"], ["updated_at", "2020-11-23 08:03:10.490355"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-23 08:03:10.492039"], ["updated_at", "2020-11-23 08:03:10.492039"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 08:03:10.493513"], ["updated_at", "2020-11-23 08:03:10.493513"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-23 08:03:10.494666"], ["updated_at", "2020-11-23 08:03:10.494666"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-23 08:03:10.495750"], ["updated_at", "2020-11-23 08:03:10.495750"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-23 08:03:10.496811"], ["updated_at", "2020-11-23 08:03:10.496811"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.516517"], ["updated_at", "2020-11-23 08:03:10.516517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.517556"], ["updated_at", "2020-11-23 08:03:10.517556"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.518584"], ["updated_at", "2020-11-23 08:03:10.518584"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.519591"], ["updated_at", "2020-11-23 08:03:10.519591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.520408"], ["updated_at", "2020-11-23 08:03:10.520408"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.521181"], ["updated_at", "2020-11-23 08:03:10.521181"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.521952"], ["updated_at", "2020-11-23 08:03:10.521952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.529776"], ["updated_at", "2020-11-23 08:03:10.529776"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:10.530771"], ["updated_at", "2020-11-23 08:03:10.530771"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:10.531698"], ["updated_at", "2020-11-23 08:03:10.531698"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:10.532570"], ["updated_at", "2020-11-23 08:03:10.532570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:10.533412"], ["updated_at", "2020-11-23 08:03:10.533412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:10.534229"], ["updated_at", "2020-11-23 08:03:10.534229"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:10.535042"], ["updated_at", "2020-11-23 08:03:10.535042"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:10.535837"], ["updated_at", "2020-11-23 08:03:10.535837"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:10.536654"], ["updated_at", "2020-11-23 08:03:10.536654"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 4.29096564000415], ["string", "Quia dolores sunt officia consequatur odit."], ["date", "2020-10-23"], ["time", "2000-01-01 04:42:42.409078"], ["datetime", "2020-10-19 19:15:28.981422"], ["created_at", "2020-11-23 08:03:10.573284"], ["updated_at", "2020-11-23 08:03:10.573284"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 9.17046955764244], ["string", "Delectus aut qui."], ["date", "2020-10-14"], ["time", "2000-01-01 03:17:46.939538"], ["datetime", "2020-11-26 23:58:53.472330"], ["created_at", "2020-11-23 08:03:10.576600"], ["updated_at", "2020-11-23 08:03:10.576600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 4.99894199794586], ["string", "Excepturi odio minus dolore et occaecati."], ["date", "2020-12-01"], ["time", "2000-01-01 09:13:36.669283"], ["datetime", "2020-11-01 11:35:21.085570"], ["created_at", "2020-11-23 08:03:10.580192"], ["updated_at", "2020-11-23 08:03:10.580192"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 30], ["decimal", 5.07933264162202], ["string", "Consequatur nobis dolores."], ["date", "2021-01-02"], ["time", "2000-01-01 17:14:02.773318"], ["datetime", "2020-12-05 06:24:19.659897"], ["created_at", "2020-11-23 08:03:10.585775"], ["updated_at", "2020-11-23 08:03:10.585775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 0.479461347480722], ["string", "Est ratione voluptates ipsum."], ["date", "2020-12-03"], ["time", "2000-01-01 17:02:20.585124"], ["datetime", "2020-12-19 17:32:35.967594"], ["created_at", "2020-11-23 08:03:10.589022"], ["updated_at", "2020-11-23 08:03:10.589022"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 12.7037266747936], ["string", "Inventore qui quo."], ["date", "2020-12-15"], ["time", "2000-01-01 02:46:09.204713"], ["datetime", "2020-11-07 05:37:45.225547"], ["created_at", "2020-11-23 08:03:10.591879"], ["updated_at", "2020-11-23 08:03:10.591879"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.594839"], ["updated_at", "2020-11-23 08:03:10.594839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 28], ["decimal", 16.4851611119234], ["string", "Quia corrupti illum."], ["date", "2020-12-13"], ["time", "2000-01-01 06:11:31.085535"], ["datetime", "2020-12-25 19:22:49.330018"], ["created_at", "2020-11-23 08:03:10.628057"], ["updated_at", "2020-11-23 08:03:10.628057"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 7.38598613620469], ["string", "Ut qui ea qui animi ex."], ["date", "2020-10-25"], ["time", "2000-01-01 19:11:26.468816"], ["datetime", "2020-12-01 17:33:32.122322"], ["created_at", "2020-11-23 08:03:10.632374"], ["updated_at", "2020-11-23 08:03:10.632374"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 32], ["decimal", 7.88833628190915], ["string", "Soluta esse consequuntur."], ["date", "2020-11-06"], ["time", "2000-01-01 13:36:14.795868"], ["datetime", "2020-12-07 22:13:48.748754"], ["created_at", "2020-11-23 08:03:10.636038"], ["updated_at", "2020-11-23 08:03:10.636038"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 6.36910196021594], ["string", "Officia quibusdam et ex excepturi."], ["date", "2021-01-04"], ["time", "2000-01-01 19:48:40.428869"], ["datetime", "2020-12-07 04:00:50.851699"], ["created_at", "2020-11-23 08:03:10.639303"], ["updated_at", "2020-11-23 08:03:10.639303"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 3.96882982680269], ["string", "Et delectus aliquam asperiores."], ["date", "2020-12-22"], ["time", "2000-01-01 20:59:08.344698"], ["datetime", "2020-12-22 16:04:58.277360"], ["created_at", "2020-11-23 08:03:10.642568"], ["updated_at", "2020-11-23 08:03:10.642568"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 22.5487128595936], ["string", "Omnis ut assumenda qui."], ["date", "2020-12-25"], ["time", "2000-01-01 14:41:45.922280"], ["datetime", "2020-12-04 17:30:45.363199"], ["created_at", "2020-11-23 08:03:10.646556"], ["updated_at", "2020-11-23 08:03:10.646556"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", -0.227607434405991], ["string", "Id ratione laudantium occaecati beatae."], ["date", "2020-11-13"], ["time", "2000-01-01 06:30:51.856336"], ["datetime", "2020-10-30 06:04:24.022327"], ["created_at", "2020-11-23 08:03:10.650299"], ["updated_at", "2020-11-23 08:03:10.650299"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 10.4778946318466], ["string", "Aliquid accusantium assumenda eos."], ["date", "2020-11-15"], ["time", "2000-01-01 02:44:46.068159"], ["datetime", "2020-10-16 13:13:39.755383"], ["created_at", "2020-11-23 08:03:10.653737"], ["updated_at", "2020-11-23 08:03:10.653737"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 24.4642381530393], ["string", "Harum aperiam est quia enim."], ["created_at", "2020-11-23 08:03:10.656578"], ["updated_at", "2020-11-23 08:03:10.656578"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1026], ["decimal", 23.4295511195851], ["string", "Ullam accusamus nihil fugiat nobis."], ["created_at", "2020-11-23 08:03:10.659135"], ["updated_at", "2020-11-23 08:03:10.659135"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1029], ["decimal", 3.11542767976914], ["string", "Omnis voluptas nam."], ["created_at", "2020-11-23 08:03:10.661623"], ["updated_at", "2020-11-23 08:03:10.661623"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 8.93664787312857], ["string", "Vel voluptates dolorem."], ["created_at", "2020-11-23 08:03:10.664138"], ["updated_at", "2020-11-23 08:03:10.664138"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 2.66421340127282], ["string", "Assumenda aut aspernatur ea aperiam alias."], ["created_at", "2020-11-23 08:03:10.666563"], ["updated_at", "2020-11-23 08:03:10.666563"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1034], ["decimal", -0.735344334894225], ["string", "Sunt est earum eos suscipit."], ["created_at", "2020-11-23 08:03:10.668975"], ["updated_at", "2020-11-23 08:03:10.668975"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1021], ["decimal", 14.3232575374452], ["string", "Atque et quis doloremque minus quasi."], ["created_at", "2020-11-23 08:03:10.671299"], ["updated_at", "2020-11-23 08:03:10.671299"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 19.9466101209479], ["string", "Hic qui molestias impedit inventore."], ["created_at", "2020-11-23 08:03:10.673575"], ["updated_at", "2020-11-23 08:03:10.673575"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-23 08:03:10.675581"], ["updated_at", "2020-11-23 08:03:10.675581"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-23 08:03:10.677549"], ["updated_at", "2020-11-23 08:03:10.677549"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-23 08:03:10.679411"], ["updated_at", "2020-11-23 08:03:10.679411"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-23 08:03:10.681156"], ["updated_at", "2020-11-23 08:03:10.681156"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 08:03:10.682799"], ["updated_at", "2020-11-23 08:03:10.682799"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-23 08:03:10.684468"], ["updated_at", "2020-11-23 08:03:10.684468"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-23 08:03:10.686087"], ["updated_at", "2020-11-23 08:03:10.686087"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-23 08:03:10.687615"], ["updated_at", "2020-11-23 08:03:10.687615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 6], ["created_at", "2020-11-23 08:03:10.689915"], ["updated_at", "2020-11-23 08:03:10.689915"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 3], ["created_at", "2020-11-23 08:03:10.692565"], ["updated_at", "2020-11-23 08:03:10.692565"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 7], ["created_at", "2020-11-23 08:03:10.694731"], ["updated_at", "2020-11-23 08:03:10.694731"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 6], ["created_at", "2020-11-23 08:03:10.696838"], ["updated_at", "2020-11-23 08:03:10.696838"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 8], ["created_at", "2020-11-23 08:03:10.698943"], ["updated_at", "2020-11-23 08:03:10.698943"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 5], ["created_at", "2020-11-23 08:03:10.701000"], ["updated_at", "2020-11-23 08:03:10.701000"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 5], ["created_at", "2020-11-23 08:03:10.703053"], ["updated_at", "2020-11-23 08:03:10.703053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-23 08:03:10.705106"], ["updated_at", "2020-11-23 08:03:10.705106"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-23 08:03:10.706737"], ["updated_at", "2020-11-23 08:03:10.706737"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-23 08:03:10.708423"], ["updated_at", "2020-11-23 08:03:10.708423"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-23 08:03:10.709990"], ["updated_at", "2020-11-23 08:03:10.709990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-23 08:03:10.711556"], ["updated_at", "2020-11-23 08:03:10.711556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-23 08:03:10.712873"], ["updated_at", "2020-11-23 08:03:10.712873"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-23 08:03:10.713984"], ["updated_at", "2020-11-23 08:03:10.713984"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-23 08:03:10.715123"], ["updated_at", "2020-11-23 08:03:10.715123"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-23 08:03:10.716267"], ["updated_at", "2020-11-23 08:03:10.716267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.716988"], ["updated_at", "2020-11-23 08:03:10.716988"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.717637"], ["updated_at", "2020-11-23 08:03:10.717637"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.718244"], ["updated_at", "2020-11-23 08:03:10.718244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.718849"], ["updated_at", "2020-11-23 08:03:10.718849"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.719452"], ["updated_at", "2020-11-23 08:03:10.719452"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.720053"], ["updated_at", "2020-11-23 08:03:10.720053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.720664"], ["updated_at", "2020-11-23 08:03:10.720664"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.721268"], ["updated_at", "2020-11-23 08:03:10.721268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.722512"], ["updated_at", "2020-11-23 08:03:10.722512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.723669"], ["updated_at", "2020-11-23 08:03:10.723669"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.724767"], ["updated_at", "2020-11-23 08:03:10.724767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.725844"], ["updated_at", "2020-11-23 08:03:10.725844"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.726926"], ["updated_at", "2020-11-23 08:03:10.726926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.728067"], ["updated_at", "2020-11-23 08:03:10.728067"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.729199"], ["updated_at", "2020-11-23 08:03:10.729199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.730269"], ["updated_at", "2020-11-23 08:03:10.730269"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "65103 Quigley Lodge, Kraigville, NJ 32426"], ["city", "Bernhardland"], ["country", "Maldives"], ["description", "Blanditiis et architecto. Vel sint minima. Beatae qui non."], ["email", "wilda@example.org"], ["first_name", "Nakesha"], ["firstname", "Macie"], ["last_name", "Rohan"], ["lastname", "Hodkiewicz"], ["lat", "-16.00585732155578"], ["latitute", "61.87576139805853"], ["lng", "-103.5129915165443"], ["locale", "TZ"], ["longitude", "60.86267295595104"], ["middlename", "Toy"], ["middle_name", "Schowalter"], ["password", "EpN3aCeWy"], ["phone", "(197) 788-9942 x444"], ["phone_number", "394-672-4756 x32938"], ["reference", "ae38ea8b-1557-44ae-9e4c-a0797af118f7"], ["title", "Quis omnis et laudantium."], ["user_name", "calvin_predovic"], ["username", "rodney.bayer"], ["uuid", "17149da5-1f96-4162-85e9-fc175b5df070"], ["created_at", "2020-11-23 08:03:10.760656"], ["updated_at", "2020-11-23 08:03:10.760656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 154 25419 Abigail Spring, Reggieville, VA 97172"], ["city", "East Ambrose"], ["country", "Bhutan"], ["description", "Ut doloremque explicabo. Animi consequatur voluptate. Id ab animi. Neque non ea."], ["email", "magdalena@example.com"], ["first_name", "Tomas"], ["firstname", "Odis"], ["last_name", "Cremin"], ["lastname", "Emard"], ["lat", "18.279035873259943"], ["latitute", "47.75398280899978"], ["lng", "78.18428249680653"], ["locale", "TD"], ["longitude", "-92.34702259051848"], ["middlename", "Kuphal"], ["middle_name", "Reichel"], ["password", "WeFeYkBnE0bH8t"], ["phone", "1-816-043-5242 x1776"], ["phone_number", "1-953-385-6134 x09389"], ["reference", "11caebf3-b78c-4f34-8954-570ab94de0fd"], ["title", "Voluptatibus officiis et."], ["user_name", "joey"], ["username", "ricky"], ["uuid", "c15de4f4-c22d-455a-9826-61a71421275d"], ["created_at", "2020-11-23 08:03:10.783890"], ["updated_at", "2020-11-23 08:03:10.783890"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4002 Metz Mall, New Tracey, WI 08697"], ["city", "O'Keefehaven"], ["country", "Estonia"], ["description", "Praesentium aut deleniti. Delectus laboriosam consectetur."], ["email", "ayako_rau@example.net"], ["first_name", "Jerrod"], ["firstname", "Kelsie"], ["last_name", "Morissette"], ["lastname", "Hills"], ["lat", "-8.709987751717776"], ["latitute", "17.163667850139305"], ["lng", "167.36960459027654"], ["locale", "MO"], ["longitude", "54.86298462856726"], ["middlename", "Welch"], ["middle_name", "Durgan"], ["password", "64OcQe3P7j"], ["phone", "(471) 007-7467 x999"], ["phone_number", "(946) 400-7622"], ["reference", "a33deaea-ca00-4af4-a509-7d21d618c1c2"], ["title", "Qui quis rerum."], ["user_name", "avis_boyle"], ["username", "celestina"], ["uuid", "ae464f76-f15f-426f-a112-dd8fbca83025"], ["created_at", "2020-11-23 08:03:10.805314"], ["updated_at", "2020-11-23 08:03:10.805314"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 217 742 Marquardt Shoal, Nancieton, MS 25999-7664"], ["city", "South Megan"], ["country", "Saint Vincent and the Grenadines"], ["description", "Consequuntur voluptates nisi. Beatae iure est. Voluptatem laborum quia. Rerum eos commodi. Quia veritatis consequatur."], ["email", "quentin.herzog@example.info"], ["first_name", "Toshia"], ["firstname", "Gale"], ["last_name", "Daugherty"], ["lastname", "Williamson"], ["lat", "-1.4904608252746527"], ["latitute", "-8.274093009496553"], ["lng", "98.67636040392523"], ["locale", "VI"], ["longitude", "55.10785762527965"], ["middlename", "Rice"], ["middle_name", "Koss"], ["password", "P1vK0cUyT674p5Z"], ["phone", "(230) 004-2493"], ["phone_number", "1-747-206-2865 x064"], ["reference", "09b248ad-135a-4b48-9356-fb19951e5bf1"], ["title", "Accusamus quas praesentium fugit."], ["user_name", "kurt.von"], ["username", "stacie.jones"], ["uuid", "0b8a02fa-9685-4b9f-9c67-bf8cf6036fa8"], ["created_at", "2020-11-23 08:03:10.829839"], ["updated_at", "2020-11-23 08:03:10.829839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 970 94861 Cherie Island, Bartonland, WI 05910-5791"], ["city", "Herzogton"], ["country", "Serbia"], ["description", "Cum earum id. Similique voluptatem eum. Adipisci voluptas aut. Quisquam nemo quo."], ["email", "drusilla@example.name"], ["first_name", "Marshall"], ["firstname", "Enoch"], ["last_name", "Jacobs"], ["lastname", "Kiehn"], ["lat", "3.764371147628694"], ["latitute", "-77.13599638031609"], ["lng", "-152.54784417675506"], ["locale", "AT"], ["longitude", "-39.10235205833868"], ["middlename", "Schmitt"], ["middle_name", "Stokes"], ["password", "XcRdK8zZa0Uc7Jo"], ["phone", "1-795-761-4893 x2465"], ["phone_number", "1-901-656-4718 x789"], ["reference", "be47cb69-561a-441f-8928-1101fd1ad7c0"], ["title", "Porro in mollitia reprehenderit."], ["user_name", "doug_ward"], ["username", "nichelle"], ["uuid", "58bef44c-f353-4932-84a8-95a0daf605cd"], ["created_at", "2020-11-23 08:03:10.863004"], ["updated_at", "2020-11-23 08:03:10.863004"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "92544 Leone Mountains, Kiehnborough, WY 03784"], ["city", "Shantiburgh"], ["country", "Djibouti"], ["description", "Et voluptas rem. Ut esse laborum. Autem aspernatur debitis. Aspernatur iure consequatur. Qui dolorem doloremque."], ["email", "jovita_cummings@example.io"], ["first_name", "Min"], ["firstname", "Ethyl"], ["last_name", "Von"], ["lastname", "Daugherty"], ["lat", "-70.5385189788441"], ["latitute", "35.82851175366609"], ["lng", "34.30318380659861"], ["locale", "BF"], ["longitude", "165.56063994697143"], ["middlename", "White"], ["middle_name", "Bednar"], ["password", "Si2Me7O7wNv"], ["phone", "(858) 202-1650 x159"], ["phone_number", "(539) 012-5880 x6369"], ["reference", "02b1dcc6-03d2-48bb-9a15-003c7e11d105"], ["title", "Odit et corrupti voluptatem ab."], ["user_name", "emilio"], ["username", "kym"], ["uuid", "e5bcec17-ad8c-49af-a722-6b5a8b0a022a"], ["created_at", "2020-11-23 08:03:10.889190"], ["updated_at", "2020-11-23 08:03:10.889190"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "818 Gottlieb Forks, Eltonmouth, AK 72415"], ["city", "Flatleyside"], ["country", "Comoros"], ["description", "Consectetur officiis velit. Et sit repudiandae. In non sapiente. Veritatis consequatur quasi."], ["email", "bok_koepp@example.com"], ["first_name", "Raymon"], ["firstname", "Sylvie"], ["last_name", "West"], ["lastname", "Feeney"], ["lat", "14.531210830179702"], ["latitute", "68.33640652581093"], ["lng", "33.649018624233065"], ["locale", "MT"], ["longitude", "153.2589608526539"], ["middlename", "Bosco"], ["middle_name", "Kling"], ["password", "SnV2zMz54"], ["phone", "428-464-5593"], ["phone_number", "1-182-157-9357"], ["reference", "e7299b87-9257-484d-be7b-79788a50f6b6"], ["title", "Cumque repudiandae impedit nostrum laborum."], ["user_name", "lynette"], ["username", "chau_goodwin"], ["uuid", "f176323a-788e-456b-a912-6e7b6d473bbc"], ["created_at", "2020-11-23 08:03:10.918616"], ["updated_at", "2020-11-23 08:03:10.918616"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "20626 Birgit Mountains, Leonside, CA 49620-3122"], ["city", "Gerlachfurt"], ["country", "Luxembourg"], ["description", "Quam consequatur nisi. Quia est adipisci."], ["email", "delores@example.net"], ["first_name", "Eleanora"], ["firstname", "Reynaldo"], ["last_name", "Cassin"], ["lastname", "Kulas"], ["lat", "-11.965057632077077"], ["latitute", "29.356321767054936"], ["lng", "-58.6260277021141"], ["locale", "IQ"], ["longitude", "118.98733098533705"], ["middlename", "Strosin"], ["middle_name", "Hermiston"], ["password", "RaJw8X41n5Oi0Z"], ["phone", "(642) 698-1080"], ["phone_number", "1-599-158-2556 x2800"], ["reference", "dbfcadcd-5417-4681-be58-66d62d65a6bf"], ["title", "Cupiditate neque asperiores quaerat tempore."], ["user_name", "bertram"], ["username", "joel.kuvalis"], ["uuid", "99b7236b-9717-455b-91be-f404a9459f3e"], ["created_at", "2020-11-23 08:03:10.944202"], ["updated_at", "2020-11-23 08:03:10.944202"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-23 08:03:10.946249"], ["updated_at", "2020-11-23 08:03:10.946249"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 08:03:10.947417"], ["updated_at", "2020-11-23 08:03:10.947417"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-23 08:03:10.948523"], ["updated_at", "2020-11-23 08:03:10.948523"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-23 08:03:10.949610"], ["updated_at", "2020-11-23 08:03:10.949610"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-23 08:03:10.950682"], ["updated_at", "2020-11-23 08:03:10.950682"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-23 08:03:10.951765"], ["updated_at", "2020-11-23 08:03:10.951765"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 08:03:10.952834"], ["updated_at", "2020-11-23 08:03:10.952834"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-23 08:03:10.953905"], ["updated_at", "2020-11-23 08:03:10.953905"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.977618"], ["updated_at", "2020-11-23 08:03:10.977618"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.978499"], ["updated_at", "2020-11-23 08:03:10.978499"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.979215"], ["updated_at", "2020-11-23 08:03:10.979215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.979927"], ["updated_at", "2020-11-23 08:03:10.979927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.980617"], ["updated_at", "2020-11-23 08:03:10.980617"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.981304"], ["updated_at", "2020-11-23 08:03:10.981304"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.982015"], ["updated_at", "2020-11-23 08:03:10.982015"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:10.982692"], ["updated_at", "2020-11-23 08:03:10.982692"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:10.983423"], ["updated_at", "2020-11-23 08:03:10.983423"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:10.984172"], ["updated_at", "2020-11-23 08:03:10.984172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:10.984875"], ["updated_at", "2020-11-23 08:03:10.984875"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:10.985566"], ["updated_at", "2020-11-23 08:03:10.985566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:10.986247"], ["updated_at", "2020-11-23 08:03:10.986247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:10.986930"], ["updated_at", "2020-11-23 08:03:10.986930"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:10.987615"], ["updated_at", "2020-11-23 08:03:10.987615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:10.988297"], ["updated_at", "2020-11-23 08:03:10.988297"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.0ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (36.9ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.4ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "973 Kub Passage, Sawaynville, PA 71680"], ["city", "West Jeroldborough"], ["country", "Sierra Leone"], ["description", "Rerum praesentium iure. Aut necessitatibus et. Voluptatum ut possimus."], ["email", "tracey@example.biz"], ["first_name", "Ji"], ["firstname", "Marin"], ["last_name", "Nicolas"], ["lastname", "Kub"], ["lat", "-14.80140080368102"], ["latitute", "2.090662527684799"], ["lng", "-68.95226357462461"], ["locale", "TC"], ["longitude", "171.29124008098955"], ["middlename", "Heidenreich"], ["middle_name", "Hickle"], ["password", "ZnIjN7vLp"], ["phone", "198-837-9050 x22828"], ["phone_number", "(203) 722-9536 x297"], ["reference", "be23b26e-28c4-4549-b31f-603c75bb6d22"], ["title", "Eaque unde ducimus nostrum occaecati illum."], ["user_name", "johnie"], ["username", "wilbert_carroll"], ["uuid", "766e46c2-39cb-4bda-97f1-b3a5b0bf08e8"], ["created_at", "2020-11-23 08:03:48.349799"], ["updated_at", "2020-11-23 08:03:48.349799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 146 1264 Klein Mill, Port Rachelfurt, OR 34604-5391"], ["city", "Runolfssonborough"], ["country", "Saint Barthelemy"], ["description", "Iusto fugit veritatis. Laboriosam ex illo."], ["email", "van@example.info"], ["first_name", "Arlie"], ["firstname", "Clarissa"], ["last_name", "Gorczany"], ["lastname", "Purdy"], ["lat", "56.71207714285498"], ["latitute", "-17.639089932508853"], ["lng", "-155.80444666384423"], ["locale", "ES"], ["longitude", "-150.89384987913655"], ["middlename", "Fahey"], ["middle_name", "Streich"], ["password", "NrPzV3q1S5"], ["phone", "(571) 619-1766 x8083"], ["phone_number", "1-842-876-1985 x70648"], ["reference", "e8153487-bc02-4cb1-a61c-a6277f4b3698"], ["title", "Ea distinctio assumenda ea deleniti fuga."], ["user_name", "kayleigh_shields"], ["username", "cristal_stiedemann"], ["uuid", "418e21c9-5ae2-465c-b451-c989ad556678"], ["created_at", "2020-11-23 08:03:48.372122"], ["updated_at", "2020-11-23 08:03:48.372122"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "6933 Gutmann Heights, Champlinburgh, NJ 43466-7439"], ["city", "West Kirk"], ["country", "Holy See (Vatican City State)"], ["description", "Praesentium aut sit. Molestias quos non. Numquam similique quo. Nulla repellat nostrum."], ["email", "jeffry@example.com"], ["first_name", "Rhett"], ["firstname", "Arden"], ["last_name", "Powlowski"], ["lastname", "Sipes"], ["lat", "-21.919283740888062"], ["latitute", "84.93369051179153"], ["lng", "87.30555417808785"], ["locale", "GQ"], ["longitude", "-135.7280050662406"], ["middlename", "Kling"], ["middle_name", "Lind"], ["password", "5Wy1F6sBn8"], ["phone", "(450) 189-7906 x70879"], ["phone_number", "849-968-5579 x1384"], ["reference", "e3591114-55ca-4551-a4d6-f38c1ef88b04"], ["title", "Voluptates eaque itaque consequatur repudiandae."], ["user_name", "andria"], ["username", "fidel_hamill"], ["uuid", "c7a2f8bc-b74e-495a-a10e-63deb980bfea"], ["created_at", "2020-11-23 08:03:48.393786"], ["updated_at", "2020-11-23 08:03:48.393786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 788 74989 Feil Mills, Darentown, CT 84172-8571"], ["city", "East Olinda"], ["country", "Jersey"], ["description", "Et iure sunt. Ea labore quia."], ["email", "avery.anderson@example.org"], ["first_name", "John"], ["firstname", "Frances"], ["last_name", "Kub"], ["lastname", "Sipes"], ["lat", "-65.23127617712035"], ["latitute", "-17.37225681347023"], ["lng", "-96.63347351164019"], ["locale", "SZ"], ["longitude", "-176.63187536657173"], ["middlename", "Witting"], ["middle_name", "Bruen"], ["password", "AnFuJgBhH5v5Ia"], ["phone", "250-686-3840 x5982"], ["phone_number", "1-312-251-9419"], ["reference", "506c4b7a-e395-42e1-9445-d38105fdaef5"], ["title", "Asperiores cupiditate ut assumenda error dicta."], ["user_name", "jeniffer.nitzsche"], ["username", "loren.leuschke"], ["uuid", "0be0479e-9b9b-40d5-a4c5-656ae28e0b84"], ["created_at", "2020-11-23 08:03:48.423634"], ["updated_at", "2020-11-23 08:03:48.423634"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "47651 Rodrick Court, Corrinatown, WA 93453"], ["city", "Dickinsonmouth"], ["country", "Estonia"], ["description", "Sed tenetur maiores. Velit et recusandae. Tenetur ratione quaerat. Aut qui id. Animi earum voluptatem."], ["email", "donald_kuhic@example.name"], ["first_name", "Gertrudis"], ["firstname", "Hyun"], ["last_name", "Cronin"], ["lastname", "Kiehn"], ["lat", "78.48712029671077"], ["latitute", "-34.36999179709589"], ["lng", "68.80593514140168"], ["locale", "LI"], ["longitude", "-86.38302805661348"], ["middlename", "Kuhic"], ["middle_name", "Rosenbaum"], ["password", "Sx9Q10pC1qCsD"], ["phone", "875-371-4816"], ["phone_number", "1-334-092-8027 x3946"], ["reference", "57dc8e4d-5bb3-4edf-b90e-50c09ec8912a"], ["title", "Deserunt facere sint cumque nulla."], ["user_name", "mary_kulas"], ["username", "monte.hayes"], ["uuid", "044a2fec-9bc1-4886-8234-1fce15ee6b34"], ["created_at", "2020-11-23 08:03:48.446728"], ["updated_at", "2020-11-23 08:03:48.446728"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 598 72802 Ondricka Loop, Mullerberg, GA 53052-1337"], ["city", "O'Keefeberg"], ["country", "United Kingdom"], ["description", "Modi voluptatem est. Qui temporibus et. Autem sequi ut. Voluptatum repellendus rerum. Ut ipsum rerum."], ["email", "frank.cassin@example.biz"], ["first_name", "Ellan"], ["firstname", "Marylynn"], ["last_name", "Towne"], ["lastname", "Kozey"], ["lat", "-46.63366062362164"], ["latitute", "31.90491736714661"], ["lng", "109.87649055498747"], ["locale", "MQ"], ["longitude", "-70.47434118420587"], ["middlename", "Macejkovic"], ["middle_name", "Swift"], ["password", "3WyJhEvNlCaCz"], ["phone", "954.373.0483 x617"], ["phone_number", "(122) 584-7788 x37101"], ["reference", "42a8e7a9-9183-4d5c-8dee-a7a90b982c95"], ["title", "Occaecati repudiandae est quia dicta."], ["user_name", "dee.green"], ["username", "marisha"], ["uuid", "afe44329-a5d6-4113-81b7-25c1ecf346a4"], ["created_at", "2020-11-23 08:03:48.468692"], ["updated_at", "2020-11-23 08:03:48.468692"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8286 Jimmie Avenue, Diontown, OK 84916"], ["city", "Ziemannside"], ["country", "Iraq"], ["description", "Occaecati possimus voluptatem. Ipsum qui deserunt. Inventore quis expedita. Numquam est esse. Eveniet consequatur expedita."], ["email", "lucia@example.net"], ["first_name", "Yasmine"], ["firstname", "Denese"], ["last_name", "Kihn"], ["lastname", "Beahan"], ["lat", "-31.478684421815743"], ["latitute", "19.5697539671055"], ["lng", "-98.89702693629992"], ["locale", "CD"], ["longitude", "-5.825409522471972"], ["middlename", "O'Reilly"], ["middle_name", "Stamm"], ["password", "BzHyAl5116"], ["phone", "782.620.1076"], ["phone_number", "(647) 170-0440 x72090"], ["reference", "e28de2b4-646a-4e2f-bcc6-32d425f86b0d"], ["title", "Perspiciatis tempore sed."], ["user_name", "lupe.huels"], ["username", "larita"], ["uuid", "578e072e-aa52-4fc4-aa1e-3aabbc75cfda"], ["created_at", "2020-11-23 08:03:48.490659"], ["updated_at", "2020-11-23 08:03:48.490659"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "480 Sol Mission, North Jesseniastad, WY 92734-6892"], ["city", "Lake Christoper"], ["country", "Kenya"], ["description", "Odit alias molestiae. Numquam nobis quas. Sint quaerat sed. Molestiae natus excepturi. Tenetur sed temporibus."], ["email", "arlie_hegmann@example.biz"], ["first_name", "Melonie"], ["firstname", "Renea"], ["last_name", "Marquardt"], ["lastname", "Douglas"], ["lat", "78.23334338909669"], ["latitute", "-33.69440759874441"], ["lng", "11.75036089627082"], ["locale", "MY"], ["longitude", "-122.84593414906325"], ["middlename", "Ratke"], ["middle_name", "Hermiston"], ["password", "VpXnVnEcItWs8Pr9"], ["phone", "1-954-978-5411"], ["phone_number", "(202) 593-9839 x524"], ["reference", "41321cd2-da69-4477-bc29-9a5d7a1bef5b"], ["title", "Dignissimos ut maiores voluptatem qui expedita."], ["user_name", "terrence"], ["username", "ken.jacobs"], ["uuid", "3d0b6136-50f6-4649-8da9-00a7b798ccd0"], ["created_at", "2020-11-23 08:03:48.520408"], ["updated_at", "2020-11-23 08:03:48.520408"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "220 Billy Island, Port Carolfort, MO 08764-7086"], ["city", "Starkport"], ["country", "Ethiopia"], ["description", "Nulla suscipit illo. Non repellendus occaecati. Amet animi qui. Amet fugit velit. Ut minus ut."], ["email", "dario@example.name"], ["first_name", "Valentine"], ["firstname", "Dirk"], ["last_name", "Fadel"], ["lastname", "Ondricka"], ["lat", "37.43368105215602"], ["latitute", "-14.740468728398056"], ["lng", "-12.005161300112604"], ["locale", "KY"], ["longitude", "-25.827101005957303"], ["middlename", "Stiedemann"], ["middle_name", "Blanda"], ["password", "3Q9sWrG2bDvSz"], ["phone", "376.506.7636"], ["phone_number", "(299) 234-5909 x82959"], ["reference", "892670cc-0ce7-4ae5-a57f-a064a78d1028"], ["title", "Exercitationem mollitia minus veritatis aut nisi."], ["user_name", "tanna.ruecker"], ["username", "tu"], ["uuid", "ab001587-0230-4561-b271-583818560e11"], ["created_at", "2020-11-23 08:03:48.544041"], ["updated_at", "2020-11-23 08:03:48.544041"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "336 Legros Forest, East Isiah, IL 37220"], ["city", "Doyletown"], ["country", "Lesotho"], ["description", "Aut qui fugiat. Aperiam id consectetur. Et magni et. Ipsum labore eveniet. Dolor dolorem quis."], ["email", "chae@example.info"], ["first_name", "Milford"], ["firstname", "Latashia"], ["last_name", "O'Connell"], ["lastname", "Jacobson"], ["lat", "13.627555062148602"], ["latitute", "-77.07054735667121"], ["lng", "-164.9482525279274"], ["locale", "DO"], ["longitude", "-8.389310909474915"], ["middlename", "Cronin"], ["middle_name", "Price"], ["password", "DpJjMgBz8E2y5"], ["phone", "(290) 027-6877 x0712"], ["phone_number", "807-439-4356 x4343"], ["reference", "624f59fa-af77-4463-8c7b-f8b9a1ca44f5"], ["title", "Cupiditate nostrum id."], ["user_name", "lewis.heller"], ["username", "art.kuhn"], ["uuid", "35dc2bef-53d1-4ebb-99e9-4ad7bd0901dc"], ["created_at", "2020-11-23 08:03:48.566362"], ["updated_at", "2020-11-23 08:03:48.566362"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 32], ["decimal", 6.20038725288479], ["string", "Et rem nostrum ut voluptatem quaerat."], ["date", "2020-11-22"], ["time", "2000-01-01 18:29:15.533244"], ["datetime", "2020-11-05 11:13:49.315346"], ["created_at", "2020-11-23 08:03:48.591990"], ["updated_at", "2020-11-23 08:03:48.591990"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 7.25354777003447], ["string", "Est et occaecati illo perspiciatis molestias."], ["created_at", "2020-11-23 08:03:48.601179"], ["updated_at", "2020-11-23 08:03:48.601179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 08:03:48.609146"], ["updated_at", "2020-11-23 08:03:48.609146"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-23 08:03:48.615683"], ["updated_at", "2020-11-23 08:03:48.615683"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-23 08:03:48.621405"], ["updated_at", "2020-11-23 08:03:48.621405"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:48.627611"], ["updated_at", "2020-11-23 08:03:48.627611"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:48.632399"], ["updated_at", "2020-11-23 08:03:48.632399"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 513 3505 Bogisich Wall, Gutkowskiburgh, UT 73570"], ["city", "South Wilburn"], ["country", "Nicaragua"], ["description", "Hic laudantium quis. Amet eos quia. Similique ea quia. Fugiat iure delectus."], ["email", "sang@example.biz"], ["first_name", "Jerald"], ["firstname", "Darrell"], ["last_name", "O'Keefe"], ["lastname", "Rolfson"], ["lat", "31.228629359949522"], ["latitute", "-50.818525211904074"], ["lng", "-166.94759245224267"], ["locale", "DK"], ["longitude", "-4.078762863040765"], ["middlename", "Torp"], ["middle_name", "Harvey"], ["password", "B7yZ1vVaG39sMaNe"], ["phone", "959-074-6270"], ["phone_number", "904.035.4064 x3363"], ["reference", "bd7fc674-d6a7-4670-b3ab-88db07bf66f5"], ["title", "Dolorem ut doloribus sit."], ["user_name", "dixie"], ["username", "edwardo"], ["uuid", "0ce44375-4992-42a3-b0d8-95e04ee74a49"], ["created_at", "2020-11-23 08:03:48.665707"], ["updated_at", "2020-11-23 08:03:48.665707"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 08:03:48.670737"], ["updated_at", "2020-11-23 08:03:48.670737"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:48.680301"], ["updated_at", "2020-11-23 08:03:48.680301"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:48.683364"], ["updated_at", "2020-11-23 08:03:48.683364"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 10.5290600272029], ["string", "Et provident ut."], ["date", "2020-10-30"], ["time", "2000-01-01 16:52:08.527702"], ["datetime", "2020-10-15 08:28:17.241400"], ["created_at", "2020-11-23 08:03:48.692916"], ["updated_at", "2020-11-23 08:03:48.692916"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 13.2646077790636], ["string", "Sed dolor harum."], ["date", "2020-12-16"], ["time", "2000-01-01 21:53:45.444025"], ["datetime", "2020-11-09 20:10:57.493187"], ["created_at", "2020-11-23 08:03:48.696437"], ["updated_at", "2020-11-23 08:03:48.696437"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 28.912236405917], ["string", "Est alias dolores corrupti."], ["date", "2020-10-24"], ["time", "2000-01-01 23:51:16.315993"], ["datetime", "2020-12-07 04:26:06.025833"], ["created_at", "2020-11-23 08:03:48.699083"], ["updated_at", "2020-11-23 08:03:48.699083"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 39.9613507342022], ["string", "Hic et quas inventore aut velit."], ["date", "2020-12-04"], ["time", "2000-01-01 19:24:22.147746"], ["datetime", "2020-12-08 23:05:07.305938"], ["created_at", "2020-11-23 08:03:48.701519"], ["updated_at", "2020-11-23 08:03:48.701519"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 17.6854557066175], ["string", "Quasi nesciunt et quod hic unde."], ["date", "2020-10-21"], ["time", "2000-01-01 19:24:35.518229"], ["datetime", "2020-12-12 17:46:25.012164"], ["created_at", "2020-11-23 08:03:48.703843"], ["updated_at", "2020-11-23 08:03:48.703843"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 22.9950399727981], ["string", "Vel fugit rerum numquam inventore."], ["date", "2020-11-12"], ["time", "2000-01-01 06:00:19.013316"], ["datetime", "2020-12-22 00:16:36.421860"], ["created_at", "2020-11-23 08:03:48.707345"], ["updated_at", "2020-11-23 08:03:48.707345"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["decimal", 1.00784789273299], ["string", "Aperiam occaecati ab officia."], ["date", "2020-11-09"], ["time", "2000-01-01 03:37:09.794499"], ["datetime", "2020-12-20 18:21:49.544377"], ["created_at", "2020-11-23 08:03:48.710498"], ["updated_at", "2020-11-23 08:03:48.710498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 24], ["decimal", 31.6538129677187], ["string", "Quia mollitia incidunt corrupti libero quisquam."], ["date", "2021-01-04"], ["time", "2000-01-01 11:37:00.171201"], ["datetime", "2020-11-05 15:14:40.019642"], ["created_at", "2020-11-23 08:03:48.713973"], ["updated_at", "2020-11-23 08:03:48.713973"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 18.9487643592032], ["string", "Dolor qui placeat."], ["created_at", "2020-11-23 08:03:48.716334"], ["updated_at", "2020-11-23 08:03:48.716334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 13.3405636912221], ["string", "Officiis nostrum quia minima."], ["created_at", "2020-11-23 08:03:48.718584"], ["updated_at", "2020-11-23 08:03:48.718584"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", 19.8617400724835], ["string", "Est quasi dicta."], ["created_at", "2020-11-23 08:03:48.720782"], ["updated_at", "2020-11-23 08:03:48.720782"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 0.944007113918597], ["string", "Sit sunt harum fugiat."], ["created_at", "2020-11-23 08:03:48.723453"], ["updated_at", "2020-11-23 08:03:48.723453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 28.496286531998], ["string", "Blanditiis voluptate praesentium."], ["created_at", "2020-11-23 08:03:48.725926"], ["updated_at", "2020-11-23 08:03:48.725926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 13.2797985554755], ["string", "Error totam adipisci laudantium ea cumque."], ["created_at", "2020-11-23 08:03:48.727964"], ["updated_at", "2020-11-23 08:03:48.727964"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 21.4971624157437], ["string", "Praesentium voluptatem consequatur ut provident."], ["created_at", "2020-11-23 08:03:48.729982"], ["updated_at", "2020-11-23 08:03:48.729982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 5.61491086528109], ["string", "Qui consectetur ipsum saepe natus."], ["created_at", "2020-11-23 08:03:48.731984"], ["updated_at", "2020-11-23 08:03:48.731984"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-23 08:03:48.733483"], ["updated_at", "2020-11-23 08:03:48.733483"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-23 08:03:48.734890"], ["updated_at", "2020-11-23 08:03:48.734890"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-23 08:03:48.736156"], ["updated_at", "2020-11-23 08:03:48.736156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-23 08:03:48.737408"], ["updated_at", "2020-11-23 08:03:48.737408"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-23 08:03:48.738627"], ["updated_at", "2020-11-23 08:03:48.738627"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 08:03:48.739802"], ["updated_at", "2020-11-23 08:03:48.739802"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-23 08:03:48.740955"], ["updated_at", "2020-11-23 08:03:48.740955"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-23 08:03:48.742134"], ["updated_at", "2020-11-23 08:03:48.742134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-23 08:03:48.743761"], ["updated_at", "2020-11-23 08:03:48.743761"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 7], ["created_at", "2020-11-23 08:03:48.745575"], ["updated_at", "2020-11-23 08:03:48.745575"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 4], ["created_at", "2020-11-23 08:03:48.747165"], ["updated_at", "2020-11-23 08:03:48.747165"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 8], ["created_at", "2020-11-23 08:03:48.748724"], ["updated_at", "2020-11-23 08:03:48.748724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-23 08:03:48.750255"], ["updated_at", "2020-11-23 08:03:48.750255"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-23 08:03:48.751774"], ["updated_at", "2020-11-23 08:03:48.751774"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-23 08:03:48.753338"], ["updated_at", "2020-11-23 08:03:48.753338"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-23 08:03:48.755047"], ["updated_at", "2020-11-23 08:03:48.755047"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-23 08:03:48.756536"], ["updated_at", "2020-11-23 08:03:48.756536"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-23 08:03:48.757895"], ["updated_at", "2020-11-23 08:03:48.757895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-23 08:03:48.759069"], ["updated_at", "2020-11-23 08:03:48.759069"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-23 08:03:48.760183"], ["updated_at", "2020-11-23 08:03:48.760183"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-23 08:03:48.761348"], ["updated_at", "2020-11-23 08:03:48.761348"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-23 08:03:48.762513"], ["updated_at", "2020-11-23 08:03:48.762513"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-23 08:03:48.763685"], ["updated_at", "2020-11-23 08:03:48.763685"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-23 08:03:48.764832"], ["updated_at", "2020-11-23 08:03:48.764832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:48.765556"], ["updated_at", "2020-11-23 08:03:48.765556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:48.766226"], ["updated_at", "2020-11-23 08:03:48.766226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:48.766909"], ["updated_at", "2020-11-23 08:03:48.766909"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:48.767593"], ["updated_at", "2020-11-23 08:03:48.767593"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:48.768282"], ["updated_at", "2020-11-23 08:03:48.768282"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:48.768980"], ["updated_at", "2020-11-23 08:03:48.768980"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:48.769635"], ["updated_at", "2020-11-23 08:03:48.769635"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:48.770288"], ["updated_at", "2020-11-23 08:03:48.770288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:48.771626"], ["updated_at", "2020-11-23 08:03:48.771626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:48.772864"], ["updated_at", "2020-11-23 08:03:48.772864"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:48.773969"], ["updated_at", "2020-11-23 08:03:48.773969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:48.775060"], ["updated_at", "2020-11-23 08:03:48.775060"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:48.776148"], ["updated_at", "2020-11-23 08:03:48.776148"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:48.777280"], ["updated_at", "2020-11-23 08:03:48.777280"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:48.778389"], ["updated_at", "2020-11-23 08:03:48.778389"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:48.779536"], ["updated_at", "2020-11-23 08:03:48.779536"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 793 418 Roseanna Inlet, Laticiaview, MS 86969-7957"], ["city", "West Fairyland"], ["country", "Mali"], ["description", "Commodi aut fugit. Ut libero assumenda. Inventore esse minima."], ["email", "maricruz_mante@example.com"], ["first_name", "Madeline"], ["firstname", "Mike"], ["last_name", "Kirlin"], ["lastname", "Reichert"], ["lat", "2.0589502881749837"], ["latitute", "-75.41260972140246"], ["lng", "51.24802189727896"], ["locale", "WF"], ["longitude", "-84.31105605036078"], ["middlename", "Pagac"], ["middle_name", "Ortiz"], ["password", "ZlJbMmQuSa67"], ["phone", "1-495-543-0951 x610"], ["phone_number", "949-765-3963 x1224"], ["reference", "f9350b01-7af0-4538-94d6-0b965e6e7715"], ["title", "Dolores ut nihil alias voluptatum."], ["user_name", "werner_monahan"], ["username", "keshia_hirthe"], ["uuid", "84cd0d14-686d-41a3-8865-9da515144b80"], ["created_at", "2020-11-23 08:03:48.810348"], ["updated_at", "2020-11-23 08:03:48.810348"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 130 640 Robel Underpass, South Trula, AZ 51336"], ["city", "Port Laurene"], ["country", "Armenia"], ["description", "Eum enim unde. Minima et unde. Quibusdam iure voluptates. Et voluptate corporis."], ["email", "glennie_upton@example.biz"], ["first_name", "Demetrius"], ["firstname", "Edmund"], ["last_name", "Kris"], ["lastname", "Armstrong"], ["lat", "3.4884377255298773"], ["latitute", "16.182962293915168"], ["lng", "118.48997372148341"], ["locale", "BW"], ["longitude", "161.89271400943096"], ["middlename", "Murazik"], ["middle_name", "Swaniawski"], ["password", "KwN78aA9sEk3Pk"], ["phone", "221.090.3006 x476"], ["phone_number", "958-409-7448 x97635"], ["reference", "9a44af94-7b1c-41f2-9cc6-fa2b96deed4c"], ["title", "Beatae aut a doloribus quisquam ut."], ["user_name", "romaine"], ["username", "josefine"], ["uuid", "ae4bdfbc-fce7-4641-a651-e785cc874c18"], ["created_at", "2020-11-23 08:03:48.834637"], ["updated_at", "2020-11-23 08:03:48.834637"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 984 5083 Sterling Flats, Breitenbergbury, LA 01105"], ["city", "Columbusstad"], ["country", "Belgium"], ["description", "Mollitia iure veniam. Quia eum nostrum. Est facere eaque. Doloremque quod necessitatibus."], ["email", "yang_nikolaus@example.biz"], ["first_name", "Tamela"], ["firstname", "Eloise"], ["last_name", "Osinski"], ["lastname", "Bosco"], ["lat", "-11.840660897208707"], ["latitute", "0.27085626935343043"], ["lng", "64.03940672461289"], ["locale", "GI"], ["longitude", "152.55854968596975"], ["middlename", "Cummings"], ["middle_name", "Moore"], ["password", "J45tAvWo"], ["phone", "1-556-547-8698 x00985"], ["phone_number", "252-892-4673"], ["reference", "85c24605-59c2-497c-bb41-5626f41d8f75"], ["title", "Eum labore necessitatibus sed debitis."], ["user_name", "britt.torp"], ["username", "katharina_parisian"], ["uuid", "84dd76ef-04bf-48de-9b3b-7b5459871d05"], ["created_at", "2020-11-23 08:03:48.857117"], ["updated_at", "2020-11-23 08:03:48.857117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1081 Elvira Overpass, Lake Chelsey, WY 64538-1381"], ["city", "Majorshire"], ["country", "Comoros"], ["description", "Aut placeat laboriosam. Qui labore aut. Beatae dignissimos recusandae. Id hic sed. Architecto adipisci rerum."], ["email", "gisela@example.name"], ["first_name", "Houston"], ["firstname", "Dillon"], ["last_name", "Bednar"], ["lastname", "Thompson"], ["lat", "74.43942143836435"], ["latitute", "-65.68164413532901"], ["lng", "4.481797647007511"], ["locale", "MY"], ["longitude", "129.27248128583807"], ["middlename", "Buckridge"], ["middle_name", "Mills"], ["password", "CjGeCgExDuCp029"], ["phone", "1-863-752-4782 x5555"], ["phone_number", "378.938.2064 x0562"], ["reference", "62d91a5e-d410-4e5b-a622-551ef1e64dea"], ["title", "Ut debitis et."], ["user_name", "truman_balistreri"], ["username", "rosalind.bednar"], ["uuid", "0993b9a6-9a9d-4f10-96d0-d815458d3f99"], ["created_at", "2020-11-23 08:03:48.881189"], ["updated_at", "2020-11-23 08:03:48.881189"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "94431 Ericka Plaza, Hesterville, HI 00387-7728"], ["city", "Westonberg"], ["country", "Macedonia"], ["description", "Saepe corrupti aut. Esse rerum temporibus. Consequuntur repellendus optio. Reiciendis doloremque ipsam."], ["email", "karolyn@example.org"], ["first_name", "Britteny"], ["firstname", "Coy"], ["last_name", "Feest"], ["lastname", "Marquardt"], ["lat", "-10.879245299131114"], ["latitute", "23.41534466206801"], ["lng", "-155.61848834200836"], ["locale", "UY"], ["longitude", "-38.169163180423"], ["middlename", "Gusikowski"], ["middle_name", "Cassin"], ["password", "F5c3G8x7Eg2GhZ"], ["phone", "339-714-6468"], ["phone_number", "1-293-254-8819"], ["reference", "4da5142c-5468-43ca-b946-8e8a548706db"], ["title", "Aut quia fugit debitis ipsam qui."], ["user_name", "elena"], ["username", "daryl"], ["uuid", "4f656ccf-6eb2-4069-8517-9b81385ef855"], ["created_at", "2020-11-23 08:03:48.913132"], ["updated_at", "2020-11-23 08:03:48.913132"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "29902 Lubowitz Bypass, Bruceberg, CA 32045"], ["city", "Annmariemouth"], ["country", "Dominican Republic"], ["description", "Quis qui sed. Cupiditate aut nemo. Expedita quia voluptates. Consequatur est cum. Quisquam et et."], ["email", "millard.kovacek@example.io"], ["first_name", "Joella"], ["firstname", "Eusebio"], ["last_name", "Leannon"], ["lastname", "Denesik"], ["lat", "-63.57745711375685"], ["latitute", "-74.99489977800391"], ["lng", "-44.16835397460508"], ["locale", "CI"], ["longitude", "28.47496903480956"], ["middlename", "Fritsch"], ["middle_name", "Grimes"], ["password", "FdEvIyU4r8Lp"], ["phone", "(682) 137-5031 x2500"], ["phone_number", "1-264-008-6711"], ["reference", "8e20b3b3-8cb1-48d4-b40d-ef5759880145"], ["title", "Sunt et a."], ["user_name", "roy.damore"], ["username", "nicolle.leannon"], ["uuid", "8af886a1-4567-46fe-b687-3b4a0598ef97"], ["created_at", "2020-11-23 08:03:48.941775"], ["updated_at", "2020-11-23 08:03:48.941775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 592 687 Cummings Roads, East Leta, NJ 60213-6001"], ["city", "New Cherrieton"], ["country", "Bosnia and Herzegovina"], ["description", "Cum sapiente eos. Voluptatem dolorem veniam. Sit modi esse."], ["email", "trenton@example.info"], ["first_name", "Sam"], ["firstname", "Grover"], ["last_name", "McClure"], ["lastname", "Haag"], ["lat", "-50.656436230109236"], ["latitute", "-18.86555562344722"], ["lng", "-66.54188508725859"], ["locale", "GY"], ["longitude", "-170.93586104345295"], ["middlename", "Marquardt"], ["middle_name", "Hayes"], ["password", "PxTxIcNz"], ["phone", "168-972-1828 x8055"], ["phone_number", "682.877.0703 x1736"], ["reference", "8e0f2001-6456-43a3-b292-11498e774065"], ["title", "Culpa exercitationem aut deleniti."], ["user_name", "patti_collier"], ["username", "emery.mcclure"], ["uuid", "541bd395-99c7-4d3f-a601-b0e82c317a77"], ["created_at", "2020-11-23 08:03:48.970177"], ["updated_at", "2020-11-23 08:03:48.970177"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "536 Alyson Ways, Port Manualhaven, ND 49346-1501"], ["city", "Lelahton"], ["country", "French Southern Territories"], ["description", "Dicta et deserunt. Quasi expedita maiores. Laboriosam ducimus eaque. Qui consequatur aliquid."], ["email", "kyla_rice@example.org"], ["first_name", "Murray"], ["firstname", "Jaclyn"], ["last_name", "Frami"], ["lastname", "Runolfsdottir"], ["lat", "-30.515774032731223"], ["latitute", "42.70366592683027"], ["lng", "-173.23779817466573"], ["locale", "CV"], ["longitude", "162.60385158045807"], ["middlename", "Heidenreich"], ["middle_name", "Ferry"], ["password", "Ov7C6r7GqT"], ["phone", "247-579-6113 x8489"], ["phone_number", "348-576-3966 x33364"], ["reference", "b501ca64-572a-4056-945c-01e39c4a9d81"], ["title", "Est et sunt aspernatur exercitationem maxime."], ["user_name", "hazel.graham"], ["username", "michelina"], ["uuid", "ad5901b4-f2f5-4696-a1d0-ef667350f668"], ["created_at", "2020-11-23 08:03:48.998861"], ["updated_at", "2020-11-23 08:03:48.998861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 08:03:49.001232"], ["updated_at", "2020-11-23 08:03:49.001232"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-23 08:03:49.003104"], ["updated_at", "2020-11-23 08:03:49.003104"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-23 08:03:49.005153"], ["updated_at", "2020-11-23 08:03:49.005153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-23 08:03:49.007157"], ["updated_at", "2020-11-23 08:03:49.007157"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-23 08:03:49.009248"], ["updated_at", "2020-11-23 08:03:49.009248"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-23 08:03:49.011216"], ["updated_at", "2020-11-23 08:03:49.011216"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-23 08:03:49.013034"], ["updated_at", "2020-11-23 08:03:49.013034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-23 08:03:49.014794"], ["updated_at", "2020-11-23 08:03:49.014794"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:49.049046"], ["updated_at", "2020-11-23 08:03:49.049046"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:49.050165"], ["updated_at", "2020-11-23 08:03:49.050165"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:49.051096"], ["updated_at", "2020-11-23 08:03:49.051096"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:49.051999"], ["updated_at", "2020-11-23 08:03:49.051999"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:49.052956"], ["updated_at", "2020-11-23 08:03:49.052956"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:49.053849"], ["updated_at", "2020-11-23 08:03:49.053849"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:49.055067"], ["updated_at", "2020-11-23 08:03:49.055067"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:49.056992"], ["updated_at", "2020-11-23 08:03:49.056992"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:49.058561"], ["updated_at", "2020-11-23 08:03:49.058561"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:49.059853"], ["updated_at", "2020-11-23 08:03:49.059853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:49.060915"], ["updated_at", "2020-11-23 08:03:49.060915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:49.062182"], ["updated_at", "2020-11-23 08:03:49.062182"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:49.063204"], ["updated_at", "2020-11-23 08:03:49.063204"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:49.064154"], ["updated_at", "2020-11-23 08:03:49.064154"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:49.065122"], ["updated_at", "2020-11-23 08:03:49.065122"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:49.066058"], ["updated_at", "2020-11-23 08:03:49.066058"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 8.71065414079049], ["string", "Dolor nam accusantium molestiae."], ["date", "2020-11-03"], ["time", "2000-01-01 18:11:57.813485"], ["datetime", "2020-11-23 05:55:40.703910"], ["created_at", "2020-11-23 08:03:49.110108"], ["updated_at", "2020-11-23 08:03:49.110108"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 14.6801502159349], ["string", "Explicabo aut quia consequatur placeat."], ["date", "2020-12-18"], ["time", "2000-01-01 00:57:22.506719"], ["datetime", "2020-12-20 17:27:39.775384"], ["created_at", "2020-11-23 08:03:49.114853"], ["updated_at", "2020-11-23 08:03:49.114853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 21], ["decimal", 0.836966761763723], ["string", "Accusamus neque deleniti rem."], ["date", "2020-11-21"], ["time", "2000-01-01 06:31:31.707833"], ["datetime", "2020-12-13 07:59:04.120866"], ["created_at", "2020-11-23 08:03:49.118522"], ["updated_at", "2020-11-23 08:03:49.118522"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 2.7363138350155], ["string", "Quam eum qui et consequatur aut."], ["date", "2020-12-22"], ["time", "2000-01-01 08:35:15.982774"], ["datetime", "2020-11-20 15:47:44.538381"], ["created_at", "2020-11-23 08:03:49.124738"], ["updated_at", "2020-11-23 08:03:49.124738"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 1.33710021897669], ["string", "Sed quo eligendi error tenetur."], ["date", "2020-10-15"], ["time", "2000-01-01 06:17:50.280323"], ["datetime", "2020-11-24 14:15:01.722633"], ["created_at", "2020-11-23 08:03:49.128614"], ["updated_at", "2020-11-23 08:03:49.128614"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 28], ["decimal", 13.4348222733545], ["string", "Dignissimos est cupiditate."], ["date", "2020-11-03"], ["time", "2000-01-01 18:53:35.546813"], ["datetime", "2020-12-10 01:38:59.472649"], ["created_at", "2020-11-23 08:03:49.131964"], ["updated_at", "2020-11-23 08:03:49.131964"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:49.135140"], ["updated_at", "2020-11-23 08:03:49.135140"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 21], ["decimal", 9.70770042814607], ["string", "Laudantium dolore odio quia dolor voluptas."], ["date", "2021-01-03"], ["time", "2000-01-01 03:20:54.184636"], ["datetime", "2020-12-19 23:24:59.387521"], ["created_at", "2020-11-23 08:03:49.171269"], ["updated_at", "2020-11-23 08:03:49.171269"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 3.67608653795435], ["string", "Sapiente vero dolores quis iste."], ["date", "2020-10-21"], ["time", "2000-01-01 06:03:37.954142"], ["datetime", "2020-11-25 20:48:21.929839"], ["created_at", "2020-11-23 08:03:49.175950"], ["updated_at", "2020-11-23 08:03:49.175950"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 10.1957549879368], ["string", "Aliquid voluptatem autem saepe vel."], ["date", "2020-12-24"], ["time", "2000-01-01 16:36:20.055972"], ["datetime", "2020-12-17 15:58:02.757243"], ["created_at", "2020-11-23 08:03:49.180018"], ["updated_at", "2020-11-23 08:03:49.180018"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 14.7037730373473], ["string", "Laborum maxime error."], ["date", "2020-10-18"], ["time", "2000-01-01 11:19:59.164472"], ["datetime", "2020-11-16 11:28:08.265375"], ["created_at", "2020-11-23 08:03:49.184163"], ["updated_at", "2020-11-23 08:03:49.184163"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 5.2004116788473], ["string", "Nam necessitatibus reprehenderit alias consequatur."], ["date", "2020-12-15"], ["time", "2000-01-01 20:57:15.208799"], ["datetime", "2020-11-24 10:07:36.987097"], ["created_at", "2020-11-23 08:03:49.187326"], ["updated_at", "2020-11-23 08:03:49.187326"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 4.81986514273632], ["string", "Minima esse veritatis."], ["date", "2020-11-27"], ["time", "2000-01-01 11:31:28.201827"], ["datetime", "2020-11-25 23:05:49.395235"], ["created_at", "2020-11-23 08:03:49.191582"], ["updated_at", "2020-11-23 08:03:49.191582"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 0.432079925959412], ["string", "Dolore voluptatem dolor rerum."], ["date", "2020-11-10"], ["time", "2000-01-01 02:27:33.989896"], ["datetime", "2021-01-04 02:37:08.602733"], ["created_at", "2020-11-23 08:03:49.194961"], ["updated_at", "2020-11-23 08:03:49.194961"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 21.0041189607911], ["string", "Expedita dolorem corporis voluptas facilis."], ["date", "2020-11-03"], ["time", "2000-01-01 08:29:21.986077"], ["datetime", "2020-11-01 06:39:12.966778"], ["created_at", "2020-11-23 08:03:49.198079"], ["updated_at", "2020-11-23 08:03:49.198079"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 7.6702285011297], ["string", "Et dicta eaque."], ["created_at", "2020-11-23 08:03:49.200882"], ["updated_at", "2020-11-23 08:03:49.200882"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 5.9537015595041], ["string", "Adipisci animi ipsa maiores et reiciendis."], ["created_at", "2020-11-23 08:03:49.203465"], ["updated_at", "2020-11-23 08:03:49.203465"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 4.72604484715633], ["string", "Odit cumque quis magni."], ["created_at", "2020-11-23 08:03:49.206841"], ["updated_at", "2020-11-23 08:03:49.206841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 15.5821812082049], ["string", "Quo qui voluptas consequatur sapiente."], ["created_at", "2020-11-23 08:03:49.209485"], ["updated_at", "2020-11-23 08:03:49.209485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 8.53332259694403], ["string", "Maxime omnis aperiam dolor."], ["created_at", "2020-11-23 08:03:49.211830"], ["updated_at", "2020-11-23 08:03:49.211830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 18.836420953159], ["string", "Est sequi et veritatis sunt."], ["created_at", "2020-11-23 08:03:49.214266"], ["updated_at", "2020-11-23 08:03:49.214266"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 21.6399052007865], ["string", "Quia voluptatibus iste."], ["created_at", "2020-11-23 08:03:49.216498"], ["updated_at", "2020-11-23 08:03:49.216498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1028], ["decimal", 24.2007068150717], ["string", "Neque nihil doloremque."], ["created_at", "2020-11-23 08:03:49.218835"], ["updated_at", "2020-11-23 08:03:49.218835"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-23 08:03:49.220635"], ["updated_at", "2020-11-23 08:03:49.220635"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-23 08:03:49.223358"], ["updated_at", "2020-11-23 08:03:49.223358"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-23 08:03:49.225390"], ["updated_at", "2020-11-23 08:03:49.225390"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-23 08:03:49.227228"], ["updated_at", "2020-11-23 08:03:49.227228"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-23 08:03:49.228788"], ["updated_at", "2020-11-23 08:03:49.228788"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 08:03:49.230249"], ["updated_at", "2020-11-23 08:03:49.230249"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-23 08:03:49.231709"], ["updated_at", "2020-11-23 08:03:49.231709"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-23 08:03:49.233400"], ["updated_at", "2020-11-23 08:03:49.233400"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 3], ["created_at", "2020-11-23 08:03:49.235633"], ["updated_at", "2020-11-23 08:03:49.235633"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 7], ["created_at", "2020-11-23 08:03:49.237844"], ["updated_at", "2020-11-23 08:03:49.237844"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-23 08:03:49.240724"], ["updated_at", "2020-11-23 08:03:49.240724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 6], ["created_at", "2020-11-23 08:03:49.243714"], ["updated_at", "2020-11-23 08:03:49.243714"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-23 08:03:49.245840"], ["updated_at", "2020-11-23 08:03:49.245840"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-23 08:03:49.247789"], ["updated_at", "2020-11-23 08:03:49.247789"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 5], ["created_at", "2020-11-23 08:03:49.249716"], ["updated_at", "2020-11-23 08:03:49.249716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 6], ["created_at", "2020-11-23 08:03:49.251599"], ["updated_at", "2020-11-23 08:03:49.251599"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-23 08:03:49.253104"], ["updated_at", "2020-11-23 08:03:49.253104"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-23 08:03:49.254590"], ["updated_at", "2020-11-23 08:03:49.254590"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-23 08:03:49.256986"], ["updated_at", "2020-11-23 08:03:49.256986"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-23 08:03:49.259257"], ["updated_at", "2020-11-23 08:03:49.259257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-23 08:03:49.260792"], ["updated_at", "2020-11-23 08:03:49.260792"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-23 08:03:49.262247"], ["updated_at", "2020-11-23 08:03:49.262247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-23 08:03:49.263632"], ["updated_at", "2020-11-23 08:03:49.263632"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-23 08:03:49.264965"], ["updated_at", "2020-11-23 08:03:49.264965"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:49.265798"], ["updated_at", "2020-11-23 08:03:49.265798"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:49.266559"], ["updated_at", "2020-11-23 08:03:49.266559"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:49.267303"], ["updated_at", "2020-11-23 08:03:49.267303"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:49.268044"], ["updated_at", "2020-11-23 08:03:49.268044"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:49.268762"], ["updated_at", "2020-11-23 08:03:49.268762"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:49.269470"], ["updated_at", "2020-11-23 08:03:49.269470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:49.270178"], ["updated_at", "2020-11-23 08:03:49.270178"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:49.270905"], ["updated_at", "2020-11-23 08:03:49.270905"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:49.272996"], ["updated_at", "2020-11-23 08:03:49.272996"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:49.275006"], ["updated_at", "2020-11-23 08:03:49.275006"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:49.276470"], ["updated_at", "2020-11-23 08:03:49.276470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:49.277813"], ["updated_at", "2020-11-23 08:03:49.277813"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:49.279191"], ["updated_at", "2020-11-23 08:03:49.279191"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:49.280493"], ["updated_at", "2020-11-23 08:03:49.280493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:49.281811"], ["updated_at", "2020-11-23 08:03:49.281811"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:49.283130"], ["updated_at", "2020-11-23 08:03:49.283130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.7ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2600 Sergio Loop, Deanville, AK 58420"], ["city", "New Valliefurt"], ["country", "Marshall Islands"], ["description", "Ipsam iure odit. Aut non fuga. Velit atque vel. Non nam commodi."], ["email", "lue_jerde@example.io"], ["first_name", "Amanda"], ["firstname", "Janise"], ["last_name", "Huels"], ["lastname", "McKenzie"], ["lat", "80.99802499081704"], ["latitute", "50.49432139904127"], ["lng", "-107.52071148028368"], ["locale", "IN"], ["longitude", "18.72518889677025"], ["middlename", "Sipes"], ["middle_name", "Casper"], ["password", "DdTkDcPk7UjGqXr"], ["phone", "1-580-264-8083 x761"], ["phone_number", "123-584-0588 x687"], ["reference", "ab61a02b-695d-456b-912b-80fcbc80adf4"], ["title", "Ipsum atque consectetur illum nobis."], ["user_name", "zetta"], ["username", "shalonda.olson"], ["uuid", "fe28da61-9ade-48b1-b73b-97a197fee4c6"], ["created_at", "2020-11-23 08:03:49.320463"], ["updated_at", "2020-11-23 08:03:49.320463"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 757 87206 Hartmann Turnpike, Binston, DE 24267"], ["city", "Batzland"], ["country", "Uganda"], ["description", "Nam maxime nisi. Aut assumenda ullam. Optio et sunt. Ratione distinctio aut."], ["email", "raymundo.schmitt@example.co"], ["first_name", "Ileen"], ["firstname", "Rasheeda"], ["last_name", "Collins"], ["lastname", "Stoltenberg"], ["lat", "-72.00390053022565"], ["latitute", "48.182002693298756"], ["lng", "10.48285008832491"], ["locale", "PL"], ["longitude", "-13.628191941411643"], ["middlename", "Dooley"], ["middle_name", "Beatty"], ["password", "2LiWa7CgU"], ["phone", "(405) 981-7705"], ["phone_number", "248.194.4426 x002"], ["reference", "6c8bdfe5-809e-43d3-a646-cd4cbf13fb12"], ["title", "Voluptatibus itaque incidunt laudantium quis."], ["user_name", "terry"], ["username", "alita.king"], ["uuid", "72829e6d-484d-4ebc-b274-291a7456bbb2"], ["created_at", "2020-11-23 08:03:49.349464"], ["updated_at", "2020-11-23 08:03:49.349464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "78073 Kirlin Fork, Teishaport, OK 19279-7922"], ["city", "Zellamouth"], ["country", "Nauru"], ["description", "Veniam autem et. Dolor consectetur iste. Amet nesciunt quae."], ["email", "kaitlin@example.co"], ["first_name", "Alba"], ["firstname", "Zenobia"], ["last_name", "Schroeder"], ["lastname", "Nader"], ["lat", "-21.306460822019517"], ["latitute", "3.738782166926441"], ["lng", "-106.61247744026336"], ["locale", "AO"], ["longitude", "46.363376554954044"], ["middlename", "Kuvalis"], ["middle_name", "Altenwerth"], ["password", "H31bW3lBdRm"], ["phone", "1-392-019-4742"], ["phone_number", "753-473-3181 x2981"], ["reference", "e6da100c-915f-4706-8c21-33ce83656b3c"], ["title", "Magnam est porro vero dolorem."], ["user_name", "burton"], ["username", "evelin.hauck"], ["uuid", "78a17b09-2242-4d4a-af3b-75323a5de593"], ["created_at", "2020-11-23 08:03:49.375692"], ["updated_at", "2020-11-23 08:03:49.375692"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "70452 Marlene Prairie, Corwinland, WY 35010-2555"], ["city", "Quigleytown"], ["country", "Cyprus"], ["description", "Fugiat ipsa necessitatibus. Maiores dolor voluptatem. Sit officiis omnis. Fugit vero non."], ["email", "damian_morar@example.name"], ["first_name", "Armando"], ["firstname", "Raleigh"], ["last_name", "Pollich"], ["lastname", "Maggio"], ["lat", "-18.362999038676435"], ["latitute", "-2.6427664882663464"], ["lng", "-92.50590264456979"], ["locale", "JE"], ["longitude", "-68.93399751492922"], ["middlename", "Stanton"], ["middle_name", "McLaughlin"], ["password", "NgHhIeD088lOp3Q"], ["phone", "(831) 767-2366"], ["phone_number", "1-707-705-0869 x314"], ["reference", "1e9bb5f2-95cb-4a7e-9857-b2892d54da7a"], ["title", "Eos consequatur eos sed eligendi ut."], ["user_name", "elbert.feil"], ["username", "ambrose"], ["uuid", "6da860e2-97db-4313-9f4e-42c5c7650423"], ["created_at", "2020-11-23 08:03:49.399499"], ["updated_at", "2020-11-23 08:03:49.399499"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 765 4870 Odis Locks, Welchstad, WY 69251-6052"], ["city", "South Sacha"], ["country", "United States of America"], ["description", "Ratione corrupti rerum. Impedit aut vero. Sequi et harum. Consequatur sed ratione."], ["email", "marget.barton@example.net"], ["first_name", "Robt"], ["firstname", "Estella"], ["last_name", "Mitchell"], ["lastname", "Weimann"], ["lat", "72.47402076777814"], ["latitute", "48.03714443821511"], ["lng", "31.54672461516506"], ["locale", "TC"], ["longitude", "-62.45526395121105"], ["middlename", "Wilderman"], ["middle_name", "Baumbach"], ["password", "1O4u1MuN"], ["phone", "1-219-960-5346 x79703"], ["phone_number", "(694) 655-0226 x544"], ["reference", "5cc6df06-fbab-4d6b-a397-2e62c2893e32"], ["title", "Inventore modi voluptatibus nam ipsam qui."], ["user_name", "willie"], ["username", "tania"], ["uuid", "e9e8cf5e-15e6-4b61-a627-1fd0cdfc3f79"], ["created_at", "2020-11-23 08:03:49.434065"], ["updated_at", "2020-11-23 08:03:49.434065"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7689 Reginald Causeway, South Sherwood, RI 80685"], ["city", "West Josephtown"], ["country", "Australia"], ["description", "Consequatur error delectus. Incidunt ut nostrum."], ["email", "melynda@example.name"], ["first_name", "Alvin"], ["firstname", "Ruthann"], ["last_name", "Ziemann"], ["lastname", "Leannon"], ["lat", "-50.85502342385209"], ["latitute", "-44.3752830497475"], ["lng", "162.02481555862306"], ["locale", "MY"], ["longitude", "-105.1822550902782"], ["middlename", "Metz"], ["middle_name", "Friesen"], ["password", "D3dQe844F1a9"], ["phone", "(378) 228-1383"], ["phone_number", "1-719-068-7196 x89372"], ["reference", "4cc125f9-45d2-4868-9e8e-5ca27e77975e"], ["title", "Officia quo consequatur."], ["user_name", "tamesha"], ["username", "mui"], ["uuid", "93ef3b26-ad82-4f9d-8154-42e57ae43e30"], ["created_at", "2020-11-23 08:03:49.460986"], ["updated_at", "2020-11-23 08:03:49.460986"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4843 Wilber Ways, East Darronshire, WV 74934-3337"], ["city", "Hackettmouth"], ["country", "Croatia"], ["description", "Temporibus aut suscipit. Cupiditate tempora quia."], ["email", "thanh@example.biz"], ["first_name", "Rueben"], ["firstname", "Earl"], ["last_name", "Schaefer"], ["lastname", "Hahn"], ["lat", "63.42042099111393"], ["latitute", "87.0409580393121"], ["lng", "-86.4211779531372"], ["locale", "UY"], ["longitude", "-48.648778334254416"], ["middlename", "Sauer"], ["middle_name", "Bergnaum"], ["password", "Q2e24TtF20lKd"], ["phone", "128.910.8252 x422"], ["phone_number", "1-846-735-9978"], ["reference", "e120aa40-410c-45b0-b715-d83d37e56e54"], ["title", "Magnam vero et."], ["user_name", "yoshiko_gibson"], ["username", "kirsten"], ["uuid", "fd438bfd-059e-4404-89ea-ebeb854beef9"], ["created_at", "2020-11-23 08:03:49.484690"], ["updated_at", "2020-11-23 08:03:49.484690"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1101 Rolf Park, West Kenneth, CT 88676-4249"], ["city", "Schulistview"], ["country", "Kiribati"], ["description", "Dolorem quo aut. Aut deserunt est."], ["email", "jacques_mitchell@example.info"], ["first_name", "Audrea"], ["firstname", "Myrtle"], ["last_name", "Russel"], ["lastname", "McLaughlin"], ["lat", "-53.36944720197886"], ["latitute", "41.392623732846914"], ["lng", "-57.56332452103997"], ["locale", "RU"], ["longitude", "-82.84274626634743"], ["middlename", "Cartwright"], ["middle_name", "Kunde"], ["password", "EcBn66Pn"], ["phone", "109-485-3190"], ["phone_number", "1-969-483-4045 x476"], ["reference", "1a35f36e-e403-45e7-8b67-b2902d965e50"], ["title", "Delectus corrupti provident."], ["user_name", "denis.gislason"], ["username", "boyce.aufderhar"], ["uuid", "ce6804ae-a790-400b-b33c-65650041a9e6"], ["created_at", "2020-11-23 08:03:49.508665"], ["updated_at", "2020-11-23 08:03:49.508665"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-23 08:03:49.510730"], ["updated_at", "2020-11-23 08:03:49.510730"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-23 08:03:49.512048"], ["updated_at", "2020-11-23 08:03:49.512048"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-23 08:03:49.513277"], ["updated_at", "2020-11-23 08:03:49.513277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-23 08:03:49.514454"], ["updated_at", "2020-11-23 08:03:49.514454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 08:03:49.515547"], ["updated_at", "2020-11-23 08:03:49.515547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-23 08:03:49.516626"], ["updated_at", "2020-11-23 08:03:49.516626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-23 08:03:49.517702"], ["updated_at", "2020-11-23 08:03:49.517702"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-23 08:03:49.518792"], ["updated_at", "2020-11-23 08:03:49.518792"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:49.545075"], ["updated_at", "2020-11-23 08:03:49.545075"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:49.545980"], ["updated_at", "2020-11-23 08:03:49.545980"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:49.546712"], ["updated_at", "2020-11-23 08:03:49.546712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:49.547424"], ["updated_at", "2020-11-23 08:03:49.547424"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:49.548130"], ["updated_at", "2020-11-23 08:03:49.548130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:49.548820"], ["updated_at", "2020-11-23 08:03:49.548820"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:49.549531"], ["updated_at", "2020-11-23 08:03:49.549531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:03:49.550218"], ["updated_at", "2020-11-23 08:03:49.550218"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:49.550961"], ["updated_at", "2020-11-23 08:03:49.550961"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:49.551697"], ["updated_at", "2020-11-23 08:03:49.551697"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:49.552399"], ["updated_at", "2020-11-23 08:03:49.552399"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:49.553094"], ["updated_at", "2020-11-23 08:03:49.553094"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:49.553794"], ["updated_at", "2020-11-23 08:03:49.553794"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:49.554593"], ["updated_at", "2020-11-23 08:03:49.554593"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:49.555485"], ["updated_at", "2020-11-23 08:03:49.555485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:03:49.556262"], ["updated_at", "2020-11-23 08:03:49.556262"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.1ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (36.4ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.9ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.5ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (11.3ms) DELETE FROM "alfas";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.9ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.8ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.7ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.7ms) DELETE FROM "kilos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.5ms) DELETE FROM "limas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.7ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.5ms) DELETE FROM "deltas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.6ms) DELETE FROM "hotels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (2.3ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.6ms) DELETE FROM "julietts";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (37.4ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.0ms) DELETE FROM "bravos";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'bravos';  (2.5ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.5ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.8ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.8ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.2ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.7ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 698 2243 Kertzmann Court, New Deneenside, UT 60527-7384"], ["city", "Fairytown"], ["country", "Japan"], ["description", "Asperiores id autem. Dignissimos et repellat."], ["email", "bryon_abbott@example.biz"], ["first_name", "Ariel"], ["firstname", "Francoise"], ["last_name", "Pagac"], ["lastname", "Windler"], ["lat", "82.92931372703089"], ["latitute", "13.744821687536145"], ["lng", "132.38542365989588"], ["locale", "DM"], ["longitude", "96.50356543578664"], ["middlename", "Jacobson"], ["middle_name", "Langosh"], ["password", "FnGfGq4N0"], ["phone", "719-888-3811 x86955"], ["phone_number", "1-316-808-4906"], ["reference", "ac17322c-8300-4048-9299-ab43ae399055"], ["title", "Cumque consequatur fugit."], ["user_name", "quincy_mayert"], ["username", "coy_treutel"], ["uuid", "6e844e14-8641-4639-a82b-595239d7e8a5"], ["created_at", "2020-11-23 08:05:59.790114"], ["updated_at", "2020-11-23 08:05:59.790114"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "53934 DuBuque Drive, South Stephenfurt, SD 73166-6887"], ["city", "Rempelhaven"], ["country", "Romania"], ["description", "Architecto omnis quia. Esse sed ipsa. Aspernatur magni sunt. Enim assumenda sequi. Natus voluptatem consequuntur."], ["email", "portia_vonrueden@example.co"], ["first_name", "Eliana"], ["firstname", "Lala"], ["last_name", "Prosacco"], ["lastname", "Schuppe"], ["lat", "75.34295393846418"], ["latitute", "64.14243122186915"], ["lng", "13.825881076125853"], ["locale", "TF"], ["longitude", "164.2449098606382"], ["middlename", "Lakin"], ["middle_name", "Kiehn"], ["password", "UuBp3NrKd9Z"], ["phone", "635.419.9024 x5743"], ["phone_number", "112.509.4403 x8251"], ["reference", "0a177c1e-f07a-47be-b0da-5e36b9c7dc02"], ["title", "Ut debitis dolor beatae."], ["user_name", "dudley.white"], ["username", "juana_altenwerth"], ["uuid", "6fafabfd-76db-44b1-97ed-3cf71dd85f30"], ["created_at", "2020-11-23 08:05:59.812817"], ["updated_at", "2020-11-23 08:05:59.812817"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 350 1402 Boyle Forges, Bogisichview, NV 61034"], ["city", "East Samanthaville"], ["country", "Germany"], ["description", "Aut consequatur modi. Exercitationem fuga rerum. Voluptatibus eum sed. Architecto voluptatem ullam."], ["email", "frances_jenkins@example.name"], ["first_name", "Erwin"], ["firstname", "Derek"], ["last_name", "Dach"], ["lastname", "Schuster"], ["lat", "5.874234514483007"], ["latitute", "48.708212694168736"], ["lng", "-18.04939964127061"], ["locale", "PT"], ["longitude", "104.74809356936589"], ["middlename", "Leuschke"], ["middle_name", "Herzog"], ["password", "BzSwVk4CtWiHi"], ["phone", "845.941.9513 x4504"], ["phone_number", "(854) 510-6378 x17588"], ["reference", "a48d8583-dc7f-471c-a164-77d8da5a9854"], ["title", "Quod quis suscipit quidem ipsa."], ["user_name", "jc"], ["username", "felicitas"], ["uuid", "cffa6f84-0aa9-4806-98d0-8ece3a293ccb"], ["created_at", "2020-11-23 08:05:59.834918"], ["updated_at", "2020-11-23 08:05:59.834918"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 276 650 Deb Pines, Territon, TX 16323-7464"], ["city", "New Leticiatown"], ["country", "Oman"], ["description", "Et dignissimos voluptatibus. Consequatur asperiores eaque. Hic saepe voluptatibus. Dolorem sed rerum."], ["email", "rodolfo.hane@example.org"], ["first_name", "Lauri"], ["firstname", "Katharina"], ["last_name", "Turner"], ["lastname", "Feest"], ["lat", "34.72639431467658"], ["latitute", "5.967215946435289"], ["lng", "42.109879290250575"], ["locale", "BY"], ["longitude", "56.66543905595236"], ["middlename", "Nicolas"], ["middle_name", "Turner"], ["password", "2HlMhAaR"], ["phone", "853-924-8925 x34441"], ["phone_number", "690.884.9082 x513"], ["reference", "f9329373-e049-46e3-bfa0-ccf27bb044d9"], ["title", "Quae eligendi veniam nihil rerum voluptas."], ["user_name", "stewart_graham"], ["username", "fabian"], ["uuid", "3ebfe6fd-cd4f-470d-86c3-e75fc70cdd0a"], ["created_at", "2020-11-23 08:05:59.866312"], ["updated_at", "2020-11-23 08:05:59.866312"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 867 6394 Morissette Flat, North Honey, MT 78609"], ["city", "East Monteberg"], ["country", "Barbados"], ["description", "Vitae optio necessitatibus. Eum ipsam error. Autem laborum iste. Quia quaerat est. Voluptates aperiam non."], ["email", "jesus_cole@example.org"], ["first_name", "Stephani"], ["firstname", "Ciera"], ["last_name", "Mohr"], ["lastname", "O'Conner"], ["lat", "-53.882432255753265"], ["latitute", "49.36573277292658"], ["lng", "81.65642364957466"], ["locale", "RS"], ["longitude", "165.61886023161367"], ["middlename", "Hahn"], ["middle_name", "Krajcik"], ["password", "CqKxLi5JuHkJhD"], ["phone", "1-412-325-8747 x111"], ["phone_number", "325-600-7508 x29844"], ["reference", "07f85f76-9529-44b6-8365-4731f1f5c581"], ["title", "Eius aut error aliquam repellendus voluptas."], ["user_name", "kurtis"], ["username", "clemmie"], ["uuid", "78cb167a-603d-44d3-a23d-053199f3ace5"], ["created_at", "2020-11-23 08:05:59.890258"], ["updated_at", "2020-11-23 08:05:59.890258"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8739 Kohler Inlet, Janside, NV 50889"], ["city", "North Setsukomouth"], ["country", "Nicaragua"], ["description", "Quo ipsa aut. Ea voluptas exercitationem. Vel nisi harum."], ["email", "frederick_schamberger@example.co"], ["first_name", "Isreal"], ["firstname", "Hunter"], ["last_name", "Maggio"], ["lastname", "Wolf"], ["lat", "-36.86012728756312"], ["latitute", "-19.147673259928325"], ["lng", "18.8474622558837"], ["locale", "HU"], ["longitude", "43.72374405027921"], ["middlename", "Brakus"], ["middle_name", "Quigley"], ["password", "Bb3HuIdCw9GaK"], ["phone", "613-430-5982 x239"], ["phone_number", "125-412-6278"], ["reference", "f9705799-0e49-4208-9974-d5c18c0aab89"], ["title", "Blanditiis soluta voluptatem."], ["user_name", "shantae"], ["username", "carlos_trantow"], ["uuid", "125a1460-8131-4c24-bd6c-71a166799e46"], ["created_at", "2020-11-23 08:05:59.912720"], ["updated_at", "2020-11-23 08:05:59.912720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "43527 Mertz Key, Ondrickachester, MN 55703-4059"], ["city", "Sipesmouth"], ["country", "Niue"], ["description", "Culpa natus hic. Dolores aut quis. Nisi nihil molestiae. Enim sunt repudiandae."], ["email", "lorena_turcotte@example.name"], ["first_name", "Morton"], ["firstname", "Dorsey"], ["last_name", "Windler"], ["lastname", "Jakubowski"], ["lat", "-39.25810399639511"], ["latitute", "-56.89837509131827"], ["lng", "126.43937370643965"], ["locale", "MA"], ["longitude", "-77.65113449391244"], ["middlename", "MacGyver"], ["middle_name", "Ryan"], ["password", "ThZpEfKv"], ["phone", "124-861-3283 x403"], ["phone_number", "139-897-9063"], ["reference", "f8eef5c4-0d19-4d2c-82e2-12702d25c511"], ["title", "Debitis inventore fuga dolores eius incidunt."], ["user_name", "kyong"], ["username", "emelia"], ["uuid", "1f789866-84e9-40e1-8670-4425d4307d90"], ["created_at", "2020-11-23 08:05:59.935240"], ["updated_at", "2020-11-23 08:05:59.935240"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "420 Altenwerth Manors, DuBuquebury, CT 07628-9109"], ["city", "New Terry"], ["country", "French Polynesia"], ["description", "Vel laudantium labore. Sed quia vel. Doloribus aspernatur dolorem."], ["email", "walton.hoeger@example.name"], ["first_name", "Bradly"], ["firstname", "Benjamin"], ["last_name", "Schinner"], ["lastname", "Stanton"], ["lat", "-12.156685863313527"], ["latitute", "29.06763527984404"], ["lng", "12.121227655934291"], ["locale", "RS"], ["longitude", "85.65002639991042"], ["middlename", "Ruecker"], ["middle_name", "Berge"], ["password", "I1fZtOjFyFeF"], ["phone", "607-352-5673 x480"], ["phone_number", "(652) 565-9607 x926"], ["reference", "d24ccd8b-cb81-4dbd-8d2f-91e4e01e38d9"], ["title", "Sit maxime itaque."], ["user_name", "carl"], ["username", "donovan"], ["uuid", "889e17f6-58f9-4918-adf2-23c0d7b31bb7"], ["created_at", "2020-11-23 08:05:59.963624"], ["updated_at", "2020-11-23 08:05:59.963624"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 434 4868 Ryan Pike, Swiftmouth, MS 08799-5509"], ["city", "Lake Darlineside"], ["country", "Anguilla"], ["description", "Commodi et placeat. Et officia et. Qui reprehenderit eligendi. Nostrum iusto iste. Aliquam et consequatur."], ["email", "merle@example.info"], ["first_name", "Alberto"], ["firstname", "Gabriela"], ["last_name", "Koss"], ["lastname", "Kunde"], ["lat", "-66.6098143848397"], ["latitute", "15.807325250270338"], ["lng", "-30.650756551905346"], ["locale", "KY"], ["longitude", "95.86579263526966"], ["middlename", "Littel"], ["middle_name", "Adams"], ["password", "W3y0DzLyByNhR0e"], ["phone", "693.693.7597 x435"], ["phone_number", "976.296.5794"], ["reference", "563d0e50-1075-459a-a969-d41002f7c3bc"], ["title", "Aliquid consequatur aspernatur."], ["user_name", "stacy"], ["username", "andria_mckenzie"], ["uuid", "57d3eea9-ad63-4219-97cd-ef7dbf1ffe10"], ["created_at", "2020-11-23 08:05:59.987552"], ["updated_at", "2020-11-23 08:05:59.987552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "81135 Kemmer Flat, Lindseyberg, WV 65694-6404"], ["city", "Pfannerstillborough"], ["country", "New Caledonia"], ["description", "Neque et iure. Nemo ea aut. Est nostrum voluptatem."], ["email", "leigh_christiansen@example.net"], ["first_name", "Susann"], ["firstname", "Donovan"], ["last_name", "Blick"], ["lastname", "Leffler"], ["lat", "-75.23716121182899"], ["latitute", "75.8646564036415"], ["lng", "112.80259386950581"], ["locale", "TN"], ["longitude", "-54.93450571719973"], ["middlename", "Corkery"], ["middle_name", "Metz"], ["password", "UwSpBnLj99WqH"], ["phone", "(481) 705-3738 x68399"], ["phone_number", "479-070-6631 x93683"], ["reference", "43ce7875-d456-45fa-b78a-c691b280b26d"], ["title", "Praesentium recusandae molestias magnam."], ["user_name", "chet"], ["username", "paul"], ["uuid", "31374029-c5dc-4c5c-bbe8-8e583beee11a"], ["created_at", "2020-11-23 08:06:00.012847"], ["updated_at", "2020-11-23 08:06:00.012847"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 14.9262608534851], ["string", "Provident molestiae ut vero suscipit est."], ["date", "2021-01-02"], ["time", "2000-01-01 18:42:35.358029"], ["datetime", "2020-12-20 01:31:16.928125"], ["created_at", "2020-11-23 08:06:00.041086"], ["updated_at", "2020-11-23 08:06:00.041086"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 08:06:00.056615"], ["updated_at", "2020-11-23 08:06:00.056615"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-23 08:06:00.068815"], ["updated_at", "2020-11-23 08:06:00.068815"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.074971"], ["updated_at", "2020-11-23 08:06:00.074971"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.080217"], ["updated_at", "2020-11-23 08:06:00.080217"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 401 54806 Quigley Club, Lake Nicholastown, SD 84519-7618"], ["city", "Port Gillian"], ["country", "Myanmar"], ["description", "Tempore illo voluptas. Asperiores facilis libero. Quasi ut perferendis."], ["email", "dean_swift@example.net"], ["first_name", "Shaunda"], ["firstname", "Clifton"], ["last_name", "Smitham"], ["lastname", "Grady"], ["lat", "-61.669320698376964"], ["latitute", "-67.2521197379019"], ["lng", "-90.5382978258392"], ["locale", "RW"], ["longitude", "91.39787559067355"], ["middlename", "Jacobs"], ["middle_name", "Kunde"], ["password", "QcIz264QwNxYs"], ["phone", "581-246-4379 x29297"], ["phone_number", "617-043-7398 x99565"], ["reference", "dc0f374b-27c0-4069-baeb-4365f390d7fd"], ["title", "Reprehenderit voluptates qui veniam eos."], ["user_name", "cristobal.prosacco"], ["username", "deon.herzog"], ["uuid", "a1605136-e9da-47ea-91a7-160588cb09a5"], ["created_at", "2020-11-23 08:06:00.114281"], ["updated_at", "2020-11-23 08:06:00.114281"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 08:06:00.120401"], ["updated_at", "2020-11-23 08:06:00.120401"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.131702"], ["updated_at", "2020-11-23 08:06:00.131702"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:06:00.135504"], ["updated_at", "2020-11-23 08:06:00.135504"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 13.6712668009365], ["string", "Et perferendis aut id sed."], ["date", "2020-10-14"], ["time", "2000-01-01 19:30:41.793865"], ["datetime", "2020-12-19 08:45:28.498025"], ["created_at", "2020-11-23 08:06:00.142380"], ["updated_at", "2020-11-23 08:06:00.142380"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 25.7399454428908], ["string", "Quia quo labore culpa."], ["date", "2020-10-31"], ["time", "2000-01-01 17:29:52.700110"], ["datetime", "2021-01-03 22:54:53.474764"], ["created_at", "2020-11-23 08:06:00.146344"], ["updated_at", "2020-11-23 08:06:00.146344"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 16.2563792088273], ["string", "Porro at non id."], ["date", "2020-12-30"], ["time", "2000-01-01 06:48:56.794221"], ["datetime", "2020-11-02 14:25:57.058879"], ["created_at", "2020-11-23 08:06:00.149815"], ["updated_at", "2020-11-23 08:06:00.149815"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 3.46358151876963], ["string", "Velit perspiciatis et."], ["date", "2020-12-20"], ["time", "2000-01-01 00:58:48.191474"], ["datetime", "2020-10-14 05:23:32.314307"], ["created_at", "2020-11-23 08:06:00.153045"], ["updated_at", "2020-11-23 08:06:00.153045"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 5.85173331742439], ["string", "Omnis earum et similique."], ["date", "2020-12-02"], ["time", "2000-01-01 03:35:16.123263"], ["datetime", "2020-11-07 22:53:06.264400"], ["created_at", "2020-11-23 08:06:00.156597"], ["updated_at", "2020-11-23 08:06:00.156597"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 20.6395134892185], ["string", "Harum quidem ipsam debitis officiis."], ["date", "2020-10-19"], ["time", "2000-01-01 03:58:42.456608"], ["datetime", "2020-10-18 03:16:46.314904"], ["created_at", "2020-11-23 08:06:00.160140"], ["updated_at", "2020-11-23 08:06:00.160140"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 0.400710966870107], ["string", "Dolor quo consectetur."], ["date", "2020-12-30"], ["time", "2000-01-01 02:58:22.070588"], ["datetime", "2020-12-21 21:03:34.696892"], ["created_at", "2020-11-23 08:06:00.163441"], ["updated_at", "2020-11-23 08:06:00.163441"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 3.50912748503023], ["string", "Officiis dolor corporis."], ["date", "2020-10-14"], ["time", "2000-01-01 01:03:18.789777"], ["datetime", "2020-12-02 07:27:43.779229"], ["created_at", "2020-11-23 08:06:00.166434"], ["updated_at", "2020-11-23 08:06:00.166434"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 0.756954153608213], ["string", "Temporibus omnis et autem modi recusandae."], ["created_at", "2020-11-23 08:06:00.169352"], ["updated_at", "2020-11-23 08:06:00.169352"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 5.95714181159981], ["string", "Vel id blanditiis qui."], ["created_at", "2020-11-23 08:06:00.171950"], ["updated_at", "2020-11-23 08:06:00.171950"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1031], ["decimal", 9.10720422882129], ["string", "Molestias ut expedita dolorem."], ["created_at", "2020-11-23 08:06:00.174413"], ["updated_at", "2020-11-23 08:06:00.174413"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 5.74929352632676], ["string", "Reiciendis animi sunt nam."], ["created_at", "2020-11-23 08:06:00.176723"], ["updated_at", "2020-11-23 08:06:00.176723"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1033], ["decimal", 2.83561587166027], ["string", "Voluptatem molestiae qui quia explicabo recusandae."], ["created_at", "2020-11-23 08:06:00.179081"], ["updated_at", "2020-11-23 08:06:00.179081"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 15.4143830533808], ["string", "Enim architecto nam eaque qui."], ["created_at", "2020-11-23 08:06:00.181269"], ["updated_at", "2020-11-23 08:06:00.181269"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1029], ["decimal", 27.1357434091144], ["string", "Voluptatum similique optio voluptas."], ["created_at", "2020-11-23 08:06:00.183440"], ["updated_at", "2020-11-23 08:06:00.183440"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 10.8468907029353], ["string", "Dolorem quasi et voluptatem id."], ["created_at", "2020-11-23 08:06:00.185480"], ["updated_at", "2020-11-23 08:06:00.185480"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-23 08:06:00.187231"], ["updated_at", "2020-11-23 08:06:00.187231"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-23 08:06:00.188868"], ["updated_at", "2020-11-23 08:06:00.188868"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-23 08:06:00.190438"], ["updated_at", "2020-11-23 08:06:00.190438"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-23 08:06:00.191979"], ["updated_at", "2020-11-23 08:06:00.191979"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-23 08:06:00.193539"], ["updated_at", "2020-11-23 08:06:00.193539"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 08:06:00.195081"], ["updated_at", "2020-11-23 08:06:00.195081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-23 08:06:00.196563"], ["updated_at", "2020-11-23 08:06:00.196563"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-23 08:06:00.198057"], ["updated_at", "2020-11-23 08:06:00.198057"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-23 08:06:00.200684"], ["updated_at", "2020-11-23 08:06:00.200684"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 7], ["created_at", "2020-11-23 08:06:00.203099"], ["updated_at", "2020-11-23 08:06:00.203099"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 7], ["created_at", "2020-11-23 08:06:00.205177"], ["updated_at", "2020-11-23 08:06:00.205177"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 3], ["created_at", "2020-11-23 08:06:00.207190"], ["updated_at", "2020-11-23 08:06:00.207190"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 5], ["created_at", "2020-11-23 08:06:00.209244"], ["updated_at", "2020-11-23 08:06:00.209244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-23 08:06:00.211326"], ["updated_at", "2020-11-23 08:06:00.211326"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-23 08:06:00.213362"], ["updated_at", "2020-11-23 08:06:00.213362"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-23 08:06:00.215377"], ["updated_at", "2020-11-23 08:06:00.215377"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-23 08:06:00.216987"], ["updated_at", "2020-11-23 08:06:00.216987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-23 08:06:00.218603"], ["updated_at", "2020-11-23 08:06:00.218603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-23 08:06:00.220186"], ["updated_at", "2020-11-23 08:06:00.220186"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-23 08:06:00.221691"], ["updated_at", "2020-11-23 08:06:00.221691"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-23 08:06:00.223171"], ["updated_at", "2020-11-23 08:06:00.223171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-23 08:06:00.224660"], ["updated_at", "2020-11-23 08:06:00.224660"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-23 08:06:00.226149"], ["updated_at", "2020-11-23 08:06:00.226149"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-23 08:06:00.227717"], ["updated_at", "2020-11-23 08:06:00.227717"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.228647"], ["updated_at", "2020-11-23 08:06:00.228647"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.229517"], ["updated_at", "2020-11-23 08:06:00.229517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.230472"], ["updated_at", "2020-11-23 08:06:00.230472"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.231327"], ["updated_at", "2020-11-23 08:06:00.231327"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.232172"], ["updated_at", "2020-11-23 08:06:00.232172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.233039"], ["updated_at", "2020-11-23 08:06:00.233039"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.233885"], ["updated_at", "2020-11-23 08:06:00.233885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.234726"], ["updated_at", "2020-11-23 08:06:00.234726"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.236406"], ["updated_at", "2020-11-23 08:06:00.236406"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.238003"], ["updated_at", "2020-11-23 08:06:00.238003"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.239547"], ["updated_at", "2020-11-23 08:06:00.239547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.241011"], ["updated_at", "2020-11-23 08:06:00.241011"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.242507"], ["updated_at", "2020-11-23 08:06:00.242507"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.244028"], ["updated_at", "2020-11-23 08:06:00.244028"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.245504"], ["updated_at", "2020-11-23 08:06:00.245504"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.246975"], ["updated_at", "2020-11-23 08:06:00.246975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 272 6777 Greta Crossing, New Ward, AZ 07315"], ["city", "Ulyssesshire"], ["country", "Eritrea"], ["description", "Explicabo voluptatem architecto. Dolor id quas. Vitae et laboriosam. Natus similique quod."], ["email", "seymour.walter@example.net"], ["first_name", "Lesley"], ["firstname", "Winston"], ["last_name", "Purdy"], ["lastname", "Littel"], ["lat", "-14.41274921742297"], ["latitute", "16.51700439296694"], ["lng", "-39.8364418912569"], ["locale", "AG"], ["longitude", "-56.93458661194043"], ["middlename", "Ritchie"], ["middle_name", "Ernser"], ["password", "9Mv200De"], ["phone", "473-034-6902 x295"], ["phone_number", "513.124.1025 x9256"], ["reference", "8646882a-bfd9-40a3-a6ad-f06773099599"], ["title", "Dolorem commodi incidunt vitae reprehenderit molestias."], ["user_name", "sammie_blanda"], ["username", "samuel.conn"], ["uuid", "d9f653b0-5762-409c-af5a-d5724ceffaa4"], ["created_at", "2020-11-23 08:06:00.276655"], ["updated_at", "2020-11-23 08:06:00.276655"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 627 70108 Schaefer Station, Lake Ute, NC 02982"], ["city", "North Shirleehaven"], ["country", "Argentina"], ["description", "Eum error ut. Adipisci aliquam earum."], ["email", "jame_anderson@example.name"], ["first_name", "Chasity"], ["firstname", "Johnson"], ["last_name", "Vandervort"], ["lastname", "Rolfson"], ["lat", "-51.773719416244525"], ["latitute", "69.5423809654331"], ["lng", "25.94192507741883"], ["locale", "PK"], ["longitude", "-121.41886743104298"], ["middlename", "Bailey"], ["middle_name", "Stoltenberg"], ["password", "RfTk3Gt92T1gW"], ["phone", "(342) 549-9601 x676"], ["phone_number", "639-600-1946"], ["reference", "ceff3d68-0f4f-48ad-b949-68168a4d3883"], ["title", "Aliquid sunt ut et assumenda."], ["user_name", "annita.volkman"], ["username", "darrin"], ["uuid", "e1b860d1-737e-4042-89fe-b843a2708f71"], ["created_at", "2020-11-23 08:06:00.300284"], ["updated_at", "2020-11-23 08:06:00.300284"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "929 Crooks Villages, Starkstad, CT 08090"], ["city", "Port Keli"], ["country", "Ethiopia"], ["description", "Adipisci voluptate et. Eos dolorem eveniet."], ["email", "randal_ratke@example.io"], ["first_name", "Ozella"], ["firstname", "Sydney"], ["last_name", "Wyman"], ["lastname", "Greenholt"], ["lat", "28.542684856229897"], ["latitute", "-16.909991135217425"], ["lng", "97.47138172060295"], ["locale", "BH"], ["longitude", "35.173872268944876"], ["middlename", "Hagenes"], ["middle_name", "Hoppe"], ["password", "3IlObVgP54"], ["phone", "850-442-1441"], ["phone_number", "677.789.8181 x9923"], ["reference", "2ec283e6-9d05-4f41-a42f-b864a6bdfebc"], ["title", "Sed voluptate fuga exercitationem mollitia."], ["user_name", "erin"], ["username", "gil_quitzon"], ["uuid", "7f0cf209-1df4-444c-bc8c-be9f9725ae8f"], ["created_at", "2020-11-23 08:06:00.322190"], ["updated_at", "2020-11-23 08:06:00.322190"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "69611 Domonique Valley, Bernierfort, MI 20913-5065"], ["city", "Aracelyfort"], ["country", "Guernsey"], ["description", "At cupiditate id. Voluptates accusamus aliquam. Dolorem et officia. Et ad et. Placeat est excepturi."], ["email", "marnie@example.org"], ["first_name", "Santiago"], ["firstname", "Jule"], ["last_name", "Lesch"], ["lastname", "O'Keefe"], ["lat", "9.749973258181427"], ["latitute", "-50.23047428293749"], ["lng", "-115.89889724823682"], ["locale", "AI"], ["longitude", "-8.334548653559494"], ["middlename", "Sporer"], ["middle_name", "Schoen"], ["password", "Sd8VlSjIg2U1d756"], ["phone", "298.675.7719"], ["phone_number", "335-951-1783 x2070"], ["reference", "eb76fee6-c082-4aa2-8df9-4d7aee52a0ca"], ["title", "Et quo pariatur nemo dolor."], ["user_name", "jann.dickens"], ["username", "shenita.roberts"], ["uuid", "b6b7f41e-59b2-48fc-aac2-753d907bfe8a"], ["created_at", "2020-11-23 08:06:00.344509"], ["updated_at", "2020-11-23 08:06:00.344509"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "266 Carrol Keys, Morissetteberg, SD 49290-4774"], ["city", "Shontahaven"], ["country", "South Georgia and the South Sandwich Islands"], ["description", "Enim exercitationem ex. Voluptate in omnis. Provident earum tempore. Sed totam nesciunt."], ["email", "arron_cole@example.name"], ["first_name", "Jamaal"], ["firstname", "Esteban"], ["last_name", "Cruickshank"], ["lastname", "Cormier"], ["lat", "78.00028069002641"], ["latitute", "-9.495238354518122"], ["lng", "-150.4933671568873"], ["locale", "BQ"], ["longitude", "-50.29451747661781"], ["middlename", "Cole"], ["middle_name", "Schuppe"], ["password", "0L2xMgMzGxT"], ["phone", "(159) 783-1669 x35421"], ["phone_number", "209.295.4750 x348"], ["reference", "8c1f5dca-985d-4901-9488-9eab5d3a5a03"], ["title", "Assumenda aliquam aut."], ["user_name", "whitney"], ["username", "foster"], ["uuid", "7fdcd300-88ef-400f-8116-2ca53b8b0557"], ["created_at", "2020-11-23 08:06:00.373544"], ["updated_at", "2020-11-23 08:06:00.373544"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 169 429 Gearldine Run, Lake Franklin, IL 35087"], ["city", "South Jonathanport"], ["country", "Netherlands"], ["description", "Eveniet asperiores omnis. Excepturi et aperiam."], ["email", "will_kovacek@example.net"], ["first_name", "Birdie"], ["firstname", "Valentin"], ["last_name", "Langosh"], ["lastname", "Reichert"], ["lat", "36.927902757615385"], ["latitute", "77.93361438729431"], ["lng", "-44.775319843685224"], ["locale", "MW"], ["longitude", "-28.212384299760572"], ["middlename", "Cronin"], ["middle_name", "Wiegand"], ["password", "XdAs7AbW"], ["phone", "177.537.9262 x974"], ["phone_number", "1-130-752-3267"], ["reference", "c32b7348-1a3f-4ac0-902f-c59f7efbbda7"], ["title", "Eius alias vel ipsum error soluta."], ["user_name", "kam.skiles"], ["username", "blair"], ["uuid", "9bf9a9b0-0ec5-4b12-a317-a256891b11b6"], ["created_at", "2020-11-23 08:06:00.398063"], ["updated_at", "2020-11-23 08:06:00.398063"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "679 O'Conner Isle, Labadieberg, IA 32596"], ["city", "Johnathanton"], ["country", "Morocco"], ["description", "Quia aliquam culpa. Aut et voluptatem."], ["email", "josef@example.net"], ["first_name", "Denyse"], ["firstname", "Reed"], ["last_name", "Balistreri"], ["lastname", "Frami"], ["lat", "-73.14813112806885"], ["latitute", "-58.4924901609851"], ["lng", "-45.40969324263705"], ["locale", "ID"], ["longitude", "148.13065076115242"], ["middlename", "Dickens"], ["middle_name", "Wiegand"], ["password", "Kb2ZjKdVpNx"], ["phone", "(595) 737-9322"], ["phone_number", "910.430.0127"], ["reference", "bd75b1fd-52e0-441c-bc69-7c4b9b815785"], ["title", "Illum illo modi consequatur cupiditate laboriosam."], ["user_name", "dorotha_mann"], ["username", "jamie.kilback"], ["uuid", "2c52d24a-90b7-40d0-bbd2-872762e978d9"], ["created_at", "2020-11-23 08:06:00.420285"], ["updated_at", "2020-11-23 08:06:00.420285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "6969 Frami Port, Trumanshire, WI 38448"], ["city", "Roweside"], ["country", "British Indian Ocean Territory (Chagos Archipelago)"], ["description", "Quo eum fugit. Nobis possimus ad. Quibusdam velit molestiae."], ["email", "rodrick_bergnaum@example.net"], ["first_name", "Juan"], ["firstname", "Lee"], ["last_name", "Waters"], ["lastname", "Cartwright"], ["lat", "-79.88568649092782"], ["latitute", "1.4884363606168023"], ["lng", "69.40602306289406"], ["locale", "GQ"], ["longitude", "-41.325831253209174"], ["middlename", "Batz"], ["middle_name", "Connelly"], ["password", "HaIdT8mH8zEg2W"], ["phone", "(141) 164-7092 x1257"], ["phone_number", "194.636.8445 x465"], ["reference", "2a488b7b-1747-4261-97d4-4f234aab7dbb"], ["title", "Saepe dolore est."], ["user_name", "angelique"], ["username", "donnie_braun"], ["uuid", "badd5402-3be7-42a3-adcc-2049b3928611"], ["created_at", "2020-11-23 08:06:00.442195"], ["updated_at", "2020-11-23 08:06:00.442195"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-23 08:06:00.444796"], ["updated_at", "2020-11-23 08:06:00.444796"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 08:06:00.446464"], ["updated_at", "2020-11-23 08:06:00.446464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-23 08:06:00.448031"], ["updated_at", "2020-11-23 08:06:00.448031"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 08:06:00.449567"], ["updated_at", "2020-11-23 08:06:00.449567"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-23 08:06:00.451231"], ["updated_at", "2020-11-23 08:06:00.451231"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-23 08:06:00.452761"], ["updated_at", "2020-11-23 08:06:00.452761"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-23 08:06:00.454255"], ["updated_at", "2020-11-23 08:06:00.454255"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-23 08:06:00.455719"], ["updated_at", "2020-11-23 08:06:00.455719"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.473400"], ["updated_at", "2020-11-23 08:06:00.473400"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.474337"], ["updated_at", "2020-11-23 08:06:00.474337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.475323"], ["updated_at", "2020-11-23 08:06:00.475323"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.476250"], ["updated_at", "2020-11-23 08:06:00.476250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.477095"], ["updated_at", "2020-11-23 08:06:00.477095"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.477922"], ["updated_at", "2020-11-23 08:06:00.477922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.478773"], ["updated_at", "2020-11-23 08:06:00.478773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.479605"], ["updated_at", "2020-11-23 08:06:00.479605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:06:00.480508"], ["updated_at", "2020-11-23 08:06:00.480508"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:06:00.481367"], ["updated_at", "2020-11-23 08:06:00.481367"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:06:00.482216"], ["updated_at", "2020-11-23 08:06:00.482216"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:06:00.483130"], ["updated_at", "2020-11-23 08:06:00.483130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:06:00.484058"], ["updated_at", "2020-11-23 08:06:00.484058"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:06:00.484951"], ["updated_at", "2020-11-23 08:06:00.484951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:06:00.485797"], ["updated_at", "2020-11-23 08:06:00.485797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:06:00.486640"], ["updated_at", "2020-11-23 08:06:00.486640"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 7.18891611174589], ["string", "Qui vel consequuntur nemo ut vero."], ["date", "2020-12-08"], ["time", "2000-01-01 17:29:27.511658"], ["datetime", "2020-10-23 16:34:42.062326"], ["created_at", "2020-11-23 08:06:00.531587"], ["updated_at", "2020-11-23 08:06:00.531587"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 15.6676696581262], ["string", "Illo autem est eum fuga molestiae."], ["date", "2020-11-20"], ["time", "2000-01-01 07:48:41.431059"], ["datetime", "2020-11-17 13:09:03.399672"], ["created_at", "2020-11-23 08:06:00.535417"], ["updated_at", "2020-11-23 08:06:00.535417"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 23], ["decimal", 6.31771358124274], ["string", "Sunt eum aut sit vel."], ["date", "2020-11-28"], ["time", "2000-01-01 08:17:08.430111"], ["datetime", "2020-10-17 08:52:14.239571"], ["created_at", "2020-11-23 08:06:00.538883"], ["updated_at", "2020-11-23 08:06:00.538883"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 0.0590524617307991], ["string", "Nam expedita a aut molestiae et."], ["date", "2020-11-28"], ["time", "2000-01-01 00:07:40.754127"], ["datetime", "2020-11-27 04:56:35.346047"], ["created_at", "2020-11-23 08:06:00.545211"], ["updated_at", "2020-11-23 08:06:00.545211"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 2.53295536016752], ["string", "Qui repellendus aut quidem voluptas odio."], ["date", "2020-11-30"], ["time", "2000-01-01 07:40:59.547906"], ["datetime", "2020-12-07 01:12:03.501789"], ["created_at", "2020-11-23 08:06:00.548858"], ["updated_at", "2020-11-23 08:06:00.548858"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 11.1657703625493], ["string", "Et dolores veritatis."], ["date", "2020-12-27"], ["time", "2000-01-01 22:04:47.613548"], ["datetime", "2020-11-04 21:54:17.126466"], ["created_at", "2020-11-23 08:06:00.552227"], ["updated_at", "2020-11-23 08:06:00.552227"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.556014"], ["updated_at", "2020-11-23 08:06:00.556014"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 40.097714677744], ["string", "Accusamus deserunt consequatur voluptatem quod magnam."], ["date", "2020-12-08"], ["time", "2000-01-01 21:23:44.304076"], ["datetime", "2020-12-12 23:54:16.874680"], ["created_at", "2020-11-23 08:06:00.590234"], ["updated_at", "2020-11-23 08:06:00.590234"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 10.2030055085403], ["string", "Reprehenderit eveniet quae."], ["date", "2020-12-27"], ["time", "2000-01-01 14:30:44.032795"], ["datetime", "2020-11-14 08:50:15.896901"], ["created_at", "2020-11-23 08:06:00.594127"], ["updated_at", "2020-11-23 08:06:00.594127"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 3.90763046090795], ["string", "Sed quo est quas alias pariatur."], ["date", "2020-10-24"], ["time", "2000-01-01 02:44:45.846648"], ["datetime", "2020-12-19 00:29:53.193693"], ["created_at", "2020-11-23 08:06:00.597350"], ["updated_at", "2020-11-23 08:06:00.597350"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 3.51666551903991], ["string", "Est consequatur sed ut."], ["date", "2020-10-28"], ["time", "2000-01-01 16:26:44.793269"], ["datetime", "2020-12-13 16:54:38.459476"], ["created_at", "2020-11-23 08:06:00.600462"], ["updated_at", "2020-11-23 08:06:00.600462"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 0.420539209870299], ["string", "Quod et nesciunt consequatur minima."], ["date", "2020-10-20"], ["time", "2000-01-01 02:50:06.940891"], ["datetime", "2020-12-24 05:23:18.137251"], ["created_at", "2020-11-23 08:06:00.603822"], ["updated_at", "2020-11-23 08:06:00.603822"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["decimal", 1.07507263773893], ["string", "Nostrum et tempore soluta et."], ["date", "2020-11-08"], ["time", "2000-01-01 19:58:38.406170"], ["datetime", "2020-11-17 23:09:40.596260"], ["created_at", "2020-11-23 08:06:00.607449"], ["updated_at", "2020-11-23 08:06:00.607449"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 0.394619844365732], ["string", "Molestiae rerum reiciendis."], ["date", "2020-10-16"], ["time", "2000-01-01 01:45:58.030020"], ["datetime", "2020-12-05 15:14:34.255208"], ["created_at", "2020-11-23 08:06:00.611082"], ["updated_at", "2020-11-23 08:06:00.611082"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 25], ["decimal", 9.7033784255539], ["string", "Nulla voluptatem et velit aspernatur ut."], ["date", "2020-11-16"], ["time", "2000-01-01 16:45:01.334473"], ["datetime", "2020-10-19 09:58:01.391249"], ["created_at", "2020-11-23 08:06:00.614512"], ["updated_at", "2020-11-23 08:06:00.614512"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 18.0731599985251], ["string", "Non quia aspernatur."], ["created_at", "2020-11-23 08:06:00.617522"], ["updated_at", "2020-11-23 08:06:00.617522"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 16.53473353912], ["string", "Reiciendis voluptatem ea et rerum nihil."], ["created_at", "2020-11-23 08:06:00.620124"], ["updated_at", "2020-11-23 08:06:00.620124"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 3.7983476620107], ["string", "Distinctio optio tempore."], ["created_at", "2020-11-23 08:06:00.622537"], ["updated_at", "2020-11-23 08:06:00.622537"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 20.1726098731487], ["string", "Eius laborum quidem placeat tempore eligendi."], ["created_at", "2020-11-23 08:06:00.624852"], ["updated_at", "2020-11-23 08:06:00.624852"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 1.13163128945652], ["string", "Autem laudantium officiis iure dolorem qui."], ["created_at", "2020-11-23 08:06:00.627306"], ["updated_at", "2020-11-23 08:06:00.627306"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 1.31438413292253], ["string", "Omnis totam sunt deserunt."], ["created_at", "2020-11-23 08:06:00.629667"], ["updated_at", "2020-11-23 08:06:00.629667"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1035], ["decimal", -0.991595281837806], ["string", "Adipisci doloribus incidunt et."], ["created_at", "2020-11-23 08:06:00.633998"], ["updated_at", "2020-11-23 08:06:00.633998"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-23 08:06:00.636009"], ["updated_at", "2020-11-23 08:06:00.636009"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-23 08:06:00.637831"], ["updated_at", "2020-11-23 08:06:00.637831"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-23 08:06:00.639547"], ["updated_at", "2020-11-23 08:06:00.639547"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 08:06:00.641195"], ["updated_at", "2020-11-23 08:06:00.641195"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-23 08:06:00.642809"], ["updated_at", "2020-11-23 08:06:00.642809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-23 08:06:00.644133"], ["updated_at", "2020-11-23 08:06:00.644133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-23 08:06:00.645297"], ["updated_at", "2020-11-23 08:06:00.645297"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-23 08:06:00.646359"], ["updated_at", "2020-11-23 08:06:00.646359"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 7], ["created_at", "2020-11-23 08:06:00.647907"], ["updated_at", "2020-11-23 08:06:00.647907"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-23 08:06:00.649479"], ["updated_at", "2020-11-23 08:06:00.649479"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 7], ["created_at", "2020-11-23 08:06:00.651243"], ["updated_at", "2020-11-23 08:06:00.651243"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 8], ["created_at", "2020-11-23 08:06:00.652719"], ["updated_at", "2020-11-23 08:06:00.652719"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-23 08:06:00.654149"], ["updated_at", "2020-11-23 08:06:00.654149"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-23 08:06:00.655577"], ["updated_at", "2020-11-23 08:06:00.655577"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-23 08:06:00.657013"], ["updated_at", "2020-11-23 08:06:00.657013"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 8], ["created_at", "2020-11-23 08:06:00.658441"], ["updated_at", "2020-11-23 08:06:00.658441"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-23 08:06:00.659781"], ["updated_at", "2020-11-23 08:06:00.659781"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-23 08:06:00.661138"], ["updated_at", "2020-11-23 08:06:00.661138"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-23 08:06:00.662301"], ["updated_at", "2020-11-23 08:06:00.662301"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-23 08:06:00.663434"], ["updated_at", "2020-11-23 08:06:00.663434"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-23 08:06:00.664571"], ["updated_at", "2020-11-23 08:06:00.664571"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-23 08:06:00.665721"], ["updated_at", "2020-11-23 08:06:00.665721"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-23 08:06:00.666987"], ["updated_at", "2020-11-23 08:06:00.666987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-23 08:06:00.668180"], ["updated_at", "2020-11-23 08:06:00.668180"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.668926"], ["updated_at", "2020-11-23 08:06:00.668926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.669615"], ["updated_at", "2020-11-23 08:06:00.669615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.670243"], ["updated_at", "2020-11-23 08:06:00.670243"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.670855"], ["updated_at", "2020-11-23 08:06:00.670855"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.671467"], ["updated_at", "2020-11-23 08:06:00.671467"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.672069"], ["updated_at", "2020-11-23 08:06:00.672069"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.672704"], ["updated_at", "2020-11-23 08:06:00.672704"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.673319"], ["updated_at", "2020-11-23 08:06:00.673319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.674541"], ["updated_at", "2020-11-23 08:06:00.674541"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.675807"], ["updated_at", "2020-11-23 08:06:00.675807"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.676981"], ["updated_at", "2020-11-23 08:06:00.676981"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.678067"], ["updated_at", "2020-11-23 08:06:00.678067"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.679136"], ["updated_at", "2020-11-23 08:06:00.679136"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.680226"], ["updated_at", "2020-11-23 08:06:00.680226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.681355"], ["updated_at", "2020-11-23 08:06:00.681355"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.682574"], ["updated_at", "2020-11-23 08:06:00.682574"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "619 Tangela Pike, South Piedadview, PA 89299"], ["city", "East Cecilburgh"], ["country", "Ethiopia"], ["description", "Vitae sit quam. Mollitia laborum qui."], ["email", "alvaro@example.name"], ["first_name", "Jewel"], ["firstname", "Donald"], ["last_name", "Lakin"], ["lastname", "Cormier"], ["lat", "52.3661039342432"], ["latitute", "-35.095124103352916"], ["lng", "-141.84685986007202"], ["locale", "HU"], ["longitude", "174.87785467049838"], ["middlename", "Williamson"], ["middle_name", "Pagac"], ["password", "Zm4Wi6BjUqSo59F6"], ["phone", "360-909-9252 x8769"], ["phone_number", "(788) 511-5857"], ["reference", "e17fea31-a3e0-4996-aa44-19e1a2c2e5ea"], ["title", "Ut voluptates temporibus."], ["user_name", "roscoe"], ["username", "bret"], ["uuid", "ecb1d440-c452-4f00-a94a-cf3693da5248"], ["created_at", "2020-11-23 08:06:00.713430"], ["updated_at", "2020-11-23 08:06:00.713430"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 700 9298 Nelson Fords, Willieside, CO 09433-0455"], ["city", "Mannville"], ["country", "Lesotho"], ["description", "Numquam ut quis. Nobis aperiam aliquid. Consequuntur est placeat. Voluptas expedita illum."], ["email", "maddie.senger@example.co"], ["first_name", "Stephenie"], ["firstname", "Darin"], ["last_name", "Wolff"], ["lastname", "Upton"], ["lat", "56.78489682571765"], ["latitute", "55.40883686974709"], ["lng", "53.17517165954763"], ["locale", "LA"], ["longitude", "-99.09137177014031"], ["middlename", "Willms"], ["middle_name", "Crooks"], ["password", "YpInQu7LdBbTkD1"], ["phone", "1-688-548-3061 x55293"], ["phone_number", "278.313.9841 x09562"], ["reference", "b8d966fc-7fcd-463a-9995-634f9f93d68d"], ["title", "Doloribus dolorem praesentium corporis ullam."], ["user_name", "rodrigo_jerde"], ["username", "jasper.stracke"], ["uuid", "b59ff109-3041-4014-8435-b7ae720ff192"], ["created_at", "2020-11-23 08:06:00.737636"], ["updated_at", "2020-11-23 08:06:00.737636"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "286 Luettgen Mills, Smithbury, KS 76348"], ["city", "Dooleymouth"], ["country", "Georgia"], ["description", "Non sapiente tenetur. Labore veritatis hic. Reiciendis ut beatae. Reprehenderit quo eum. Mollitia tempore nihil."], ["email", "laverna@example.org"], ["first_name", "Kenda"], ["firstname", "Jarvis"], ["last_name", "Mayert"], ["lastname", "Balistreri"], ["lat", "31.52373370141443"], ["latitute", "64.55812811302067"], ["lng", "-11.871822684875013"], ["locale", "SL"], ["longitude", "-66.06006006807655"], ["middlename", "Bogan"], ["middle_name", "Schulist"], ["password", "CaTxUjIxA40j5N"], ["phone", "(868) 287-3470 x840"], ["phone_number", "(445) 917-5673 x02639"], ["reference", "34388fc9-dba5-456e-a555-8c9249a8a9ea"], ["title", "Possimus dicta nisi."], ["user_name", "eloy"], ["username", "marcellus_ritchie"], ["uuid", "17f8016a-b85a-4257-9ddc-ae3190056e56"], ["created_at", "2020-11-23 08:06:00.759484"], ["updated_at", "2020-11-23 08:06:00.759484"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "906 Delores Inlet, Legrosmouth, CO 73864"], ["city", "South Anibalhaven"], ["country", "Luxembourg"], ["description", "Culpa voluptas expedita. Id ut dolorem. Illo distinctio sapiente. Id quia deserunt. Possimus aliquid fugiat."], ["email", "yun@example.biz"], ["first_name", "Casey"], ["firstname", "Odis"], ["last_name", "Weissnat"], ["lastname", "Conn"], ["lat", "4.724705012769704"], ["latitute", "-49.54091912789314"], ["lng", "-0.1525122851155345"], ["locale", "BO"], ["longitude", "-178.67550353188133"], ["middlename", "Jakubowski"], ["middle_name", "Marquardt"], ["password", "YdAxDzSjZ690p9D"], ["phone", "798-592-5482"], ["phone_number", "456.593.1951"], ["reference", "0212b087-5242-4f80-bc7c-462c417ab795"], ["title", "Nobis iusto est in amet."], ["user_name", "cheryle.zboncak"], ["username", "allyson.rosenbaum"], ["uuid", "af0b3357-e0d3-4f10-b65d-5944fb2af104"], ["created_at", "2020-11-23 08:06:00.781495"], ["updated_at", "2020-11-23 08:06:00.781495"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "720 Bosco Vista, Streichfort, TN 02271"], ["city", "Alonzomouth"], ["country", "San Marino"], ["description", "Similique omnis aliquid. Blanditiis aspernatur similique. Esse dolorem et. Modi nemo voluptas. Recusandae totam alias."], ["email", "phil@example.info"], ["first_name", "Myong"], ["firstname", "Hosea"], ["last_name", "Ledner"], ["lastname", "Renner"], ["lat", "-50.355583643697685"], ["latitute", "-79.14895353853305"], ["lng", "106.63552568838082"], ["locale", "CO"], ["longitude", "100.67093609485573"], ["middlename", "Beahan"], ["middle_name", "Cronin"], ["password", "93FxH5b0"], ["phone", "(490) 351-4828"], ["phone_number", "414-445-0700"], ["reference", "10c7aa57-71cd-4f01-8930-a754b37aea74"], ["title", "Impedit et velit et eum."], ["user_name", "blake"], ["username", "hsiu"], ["uuid", "2c114874-6105-48dc-b721-ea3cc44fb4c2"], ["created_at", "2020-11-23 08:06:00.809707"], ["updated_at", "2020-11-23 08:06:00.809707"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 697 7048 Barton Fall, South Shauna, NC 44545"], ["city", "East Marquis"], ["country", "Germany"], ["description", "Cum at sed. Error sit exercitationem. Ut voluptate nihil. Id similique molestiae."], ["email", "daisy_mcclure@example.net"], ["first_name", "Eleni"], ["firstname", "Gustavo"], ["last_name", "O'Connell"], ["lastname", "Kilback"], ["lat", "-32.75077348288317"], ["latitute", "-12.375575882264059"], ["lng", "94.718831854119"], ["locale", "US"], ["longitude", "-83.10213745809904"], ["middlename", "Kozey"], ["middle_name", "Davis"], ["password", "8XlZnLo8E2n"], ["phone", "(173) 006-0628 x79652"], ["phone_number", "337-100-2086"], ["reference", "685cf4e2-1ef8-4538-a281-65a6882a446a"], ["title", "Aspernatur dolorem necessitatibus praesentium."], ["user_name", "evelyn"], ["username", "devon"], ["uuid", "e3cc8757-40d0-473a-91b2-9f09fbff20b4"], ["created_at", "2020-11-23 08:06:00.831929"], ["updated_at", "2020-11-23 08:06:00.831929"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 474 19878 Brady Orchard, Renatemouth, SD 16198-2213"], ["city", "Lake Naidafurt"], ["country", "Bolivia"], ["description", "Ullam alias ratione. Itaque quos consequatur. Ex nam omnis. Voluptatem quia nesciunt. Recusandae omnis qui."], ["email", "antionette@example.info"], ["first_name", "Branda"], ["firstname", "Rhea"], ["last_name", "Klein"], ["lastname", "Connelly"], ["lat", "-44.69459029107569"], ["latitute", "49.861924237580865"], ["lng", "129.87950316420176"], ["locale", "GN"], ["longitude", "-119.278415768786"], ["middlename", "Schaefer"], ["middle_name", "Sawayn"], ["password", "WeR7jErSeW"], ["phone", "277.020.2796 x73968"], ["phone_number", "250-938-1488 x985"], ["reference", "3c773e63-03ec-4a12-84e9-0cb2253f1936"], ["title", "Temporibus aut saepe quo nostrum."], ["user_name", "cecil"], ["username", "maryann"], ["uuid", "12ac8469-5545-4e4a-99e2-c83b7af4fa3b"], ["created_at", "2020-11-23 08:06:00.853925"], ["updated_at", "2020-11-23 08:06:00.853925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 208 6918 Littel Plains, Lake Jonie, MD 22101-8104"], ["city", "East Celestechester"], ["country", "Morocco"], ["description", "Quis non ipsum. Occaecati error mollitia. Quaerat praesentium voluptate. Laudantium rerum dolor. Sed consequatur quo."], ["email", "mitchell@example.info"], ["first_name", "Domenic"], ["firstname", "Peter"], ["last_name", "Wolff"], ["lastname", "Quigley"], ["lat", "-61.80703832343032"], ["latitute", "-58.825339366206634"], ["lng", "69.56018098479734"], ["locale", "GU"], ["longitude", "89.72205358974821"], ["middlename", "O'Connell"], ["middle_name", "Dach"], ["password", "RdUjFxYiI9kJ"], ["phone", "369-866-1657"], ["phone_number", "380-470-0708 x48003"], ["reference", "199ef442-96ab-46ea-a837-7e1b8f9cee36"], ["title", "Eaque corrupti aliquam."], ["user_name", "quintin"], ["username", "elsy.swift"], ["uuid", "9c55d3c8-c1a2-4766-854f-fe5f244b3c44"], ["created_at", "2020-11-23 08:06:00.875895"], ["updated_at", "2020-11-23 08:06:00.875895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-23 08:06:00.877850"], ["updated_at", "2020-11-23 08:06:00.877850"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-23 08:06:00.878983"], ["updated_at", "2020-11-23 08:06:00.878983"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-23 08:06:00.880026"], ["updated_at", "2020-11-23 08:06:00.880026"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-23 08:06:00.881072"], ["updated_at", "2020-11-23 08:06:00.881072"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-23 08:06:00.882118"], ["updated_at", "2020-11-23 08:06:00.882118"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-23 08:06:00.883202"], ["updated_at", "2020-11-23 08:06:00.883202"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 08:06:00.884247"], ["updated_at", "2020-11-23 08:06:00.884247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-23 08:06:00.885301"], ["updated_at", "2020-11-23 08:06:00.885301"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.907751"], ["updated_at", "2020-11-23 08:06:00.907751"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.908652"], ["updated_at", "2020-11-23 08:06:00.908652"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.909378"], ["updated_at", "2020-11-23 08:06:00.909378"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.910061"], ["updated_at", "2020-11-23 08:06:00.910061"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.910710"], ["updated_at", "2020-11-23 08:06:00.910710"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.911456"], ["updated_at", "2020-11-23 08:06:00.911456"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.912177"], ["updated_at", "2020-11-23 08:06:00.912177"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:06:00.912880"], ["updated_at", "2020-11-23 08:06:00.912880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:06:00.913646"], ["updated_at", "2020-11-23 08:06:00.913646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:06:00.914396"], ["updated_at", "2020-11-23 08:06:00.914396"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:06:00.915097"], ["updated_at", "2020-11-23 08:06:00.915097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:06:00.915845"], ["updated_at", "2020-11-23 08:06:00.915845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:06:00.916822"], ["updated_at", "2020-11-23 08:06:00.916822"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:06:00.917608"], ["updated_at", "2020-11-23 08:06:00.917608"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:06:00.918310"], ["updated_at", "2020-11-23 08:06:00.918310"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:06:00.919007"], ["updated_at", "2020-11-23 08:06:00.919007"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (7.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.2ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.8ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.7ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.6ms) DELETE FROM "hotels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.6ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (11.9ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.7ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.7ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'echos';  (2.2ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.5ms) DELETE FROM "kilos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (2.1ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.8ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.5ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (2.0ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.9ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.6ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.8ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.8ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.8ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 368 70314 Maxine Plaza, Camillafurt, CA 38739-7264"], ["city", "South Louvenia"], ["country", "Slovakia (Slovak Republic)"], ["description", "Illo cumque pariatur. Fuga ex autem."], ["email", "bret_schumm@example.biz"], ["first_name", "Rhonda"], ["firstname", "Monte"], ["last_name", "Lakin"], ["lastname", "Padberg"], ["lat", "-17.785044663906902"], ["latitute", "22.68431766411898"], ["lng", "114.8742849620271"], ["locale", "GR"], ["longitude", "-166.3094499120754"], ["middlename", "Wolff"], ["middle_name", "Hoeger"], ["password", "Bx2F8dWs9CwV"], ["phone", "892-629-3983 x46291"], ["phone_number", "(719) 555-9152 x34203"], ["reference", "8096f713-28b6-4703-b64a-cf92d7cc20a9"], ["title", "Vel reiciendis ut dolorem molestias recusandae."], ["user_name", "martin"], ["username", "forrest_spinka"], ["uuid", "6708b225-479f-4e50-b59b-5bb4ca7503ed"], ["created_at", "2020-11-23 08:08:48.946746"], ["updated_at", "2020-11-23 08:08:48.946746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "352 Labadie Walks, Port Yelenaside, WY 70434"], ["city", "Galinaburgh"], ["country", "Faroe Islands"], ["description", "Eum in illo. Non architecto hic. Excepturi nobis tempore. Cum corrupti aut."], ["email", "micki@example.org"], ["first_name", "Wilton"], ["firstname", "Delta"], ["last_name", "Grant"], ["lastname", "Haag"], ["lat", "54.098590702101944"], ["latitute", "40.85325831155217"], ["lng", "-40.374789857575905"], ["locale", "MV"], ["longitude", "153.23945258242446"], ["middlename", "Hansen"], ["middle_name", "Mraz"], ["password", "PzZtCo6Pe"], ["phone", "1-954-718-2261"], ["phone_number", "355-325-3301 x94795"], ["reference", "03ab5788-a5a8-4e12-afe6-7a30019486c0"], ["title", "Occaecati quas aut est ipsa ullam."], ["user_name", "richard_auer"], ["username", "shakita"], ["uuid", "8549b643-e207-425b-8f97-b42c9662b040"], ["created_at", "2020-11-23 08:08:48.969147"], ["updated_at", "2020-11-23 08:08:48.969147"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "433 Andy Vista, Lake Elanefort, IN 80143-7300"], ["city", "Ottoburgh"], ["country", "Djibouti"], ["description", "Qui adipisci occaecati. Odit sed iusto. Vero delectus accusantium."], ["email", "olivia@example.org"], ["first_name", "Tressa"], ["firstname", "Hal"], ["last_name", "Schimmel"], ["lastname", "Pacocha"], ["lat", "-55.38755395343281"], ["latitute", "33.184622944274096"], ["lng", "-8.718327304988435"], ["locale", "ZW"], ["longitude", "10.298283618440365"], ["middlename", "Kunze"], ["middle_name", "Mante"], ["password", "4CoIwPbOa2KlKaQx"], ["phone", "1-172-223-5561 x178"], ["phone_number", "1-296-139-4011 x3283"], ["reference", "74eb6ef2-c08d-4f0b-ae44-c686d756551b"], ["title", "Quidem eos eos."], ["user_name", "bertram_flatley"], ["username", "buford.aufderhar"], ["uuid", "0927c100-0625-4451-a075-0dee1f1d69db"], ["created_at", "2020-11-23 08:08:48.991153"], ["updated_at", "2020-11-23 08:08:48.991153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "894 Mohr Ports, East Nicholle, AK 11134"], ["city", "Sammychester"], ["country", "Western Sahara"], ["description", "In ex autem. Dolorum molestias hic."], ["email", "shila.paucek@example.name"], ["first_name", "Sade"], ["firstname", "Jeannie"], ["last_name", "Stoltenberg"], ["lastname", "Zulauf"], ["lat", "88.4812440376445"], ["latitute", "-31.710386547729833"], ["lng", "-21.185983936564213"], ["locale", "IS"], ["longitude", "68.64625754670303"], ["middlename", "Hackett"], ["middle_name", "Will"], ["password", "MnN5s13OjP1bPu"], ["phone", "1-946-020-3646"], ["phone_number", "907.872.3567 x895"], ["reference", "a027dea0-6a49-4f56-84ad-3dc26e68d68f"], ["title", "Molestiae eligendi eum cumque nostrum fuga."], ["user_name", "kyung"], ["username", "anderson"], ["uuid", "c5f5cfc8-4895-4901-85a9-0d08b1c291d2"], ["created_at", "2020-11-23 08:08:49.013280"], ["updated_at", "2020-11-23 08:08:49.013280"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "18657 Verena Track, Trumanland, KS 71983-0684"], ["city", "North Ivory"], ["country", "Israel"], ["description", "Iusto accusantium vel. Doloribus doloremque occaecati. Et amet commodi."], ["email", "song@example.net"], ["first_name", "Daina"], ["firstname", "Cassondra"], ["last_name", "Doyle"], ["lastname", "DuBuque"], ["lat", "26.70950861631782"], ["latitute", "-65.97786407070764"], ["lng", "-45.53682663155476"], ["locale", "ZM"], ["longitude", "43.64071973212191"], ["middlename", "Wunsch"], ["middle_name", "Graham"], ["password", "AvIeNtX3m7"], ["phone", "1-714-546-5585"], ["phone_number", "1-456-651-1452 x610"], ["reference", "618aed35-df7d-49f8-b9c4-40097a01283d"], ["title", "In a et."], ["user_name", "starla"], ["username", "ginette_feeney"], ["uuid", "4a0c4f11-6071-47bd-b51f-a6cf175a9a92"], ["created_at", "2020-11-23 08:08:49.035193"], ["updated_at", "2020-11-23 08:08:49.035193"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 560 91249 Eleni Vista, North Andraborough, OR 13026-3252"], ["city", "New Ollie"], ["country", "Iraq"], ["description", "Et accusamus dolor. Autem temporibus culpa."], ["email", "brunilda@example.info"], ["first_name", "Antone"], ["firstname", "Kelly"], ["last_name", "Schaden"], ["lastname", "Bergnaum"], ["lat", "18.734381765428793"], ["latitute", "34.53768126274815"], ["lng", "-176.70121154620944"], ["locale", "DZ"], ["longitude", "79.1677610890709"], ["middlename", "Bauch"], ["middle_name", "Rogahn"], ["password", "Lz1BvGpZeAiQpCbZ"], ["phone", "1-509-323-6988 x344"], ["phone_number", "(542) 096-3679 x4736"], ["reference", "0ad74b1c-faf9-48d6-ac14-9f9e936e2948"], ["title", "Pariatur et sunt."], ["user_name", "antione.heller"], ["username", "liza_haley"], ["uuid", "bfbfd0cc-0819-4b46-b520-15f39ddaa80f"], ["created_at", "2020-11-23 08:08:49.057008"], ["updated_at", "2020-11-23 08:08:49.057008"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "90367 Jakubowski Ford, Loyceberg, MI 33728-1442"], ["city", "Howellshire"], ["country", "Democratic People's Republic of Korea"], ["description", "Eaque labore alias. Molestias nesciunt error. Rem dolores nulla."], ["email", "rogelio@example.net"], ["first_name", "Trinidad"], ["firstname", "Mickey"], ["last_name", "Carroll"], ["lastname", "Grady"], ["lat", "-24.44993960360854"], ["latitute", "-0.5193747308618697"], ["lng", "113.34318319565926"], ["locale", "RO"], ["longitude", "139.78398116753186"], ["middlename", "Satterfield"], ["middle_name", "Bergnaum"], ["password", "WlI4lWvTbYg"], ["phone", "(566) 092-6485 x66561"], ["phone_number", "1-222-510-7101 x0460"], ["reference", "0b16ae09-0889-4e21-bd9c-0cbffa8617e3"], ["title", "Nihil fugiat at sed ea quo."], ["user_name", "marlen"], ["username", "dustin_weimann"], ["uuid", "eec9a6eb-d144-42f6-bbe7-531248e97bf2"], ["created_at", "2020-11-23 08:08:49.088831"], ["updated_at", "2020-11-23 08:08:49.088831"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 358 37269 Julio Ville, Towneton, WV 40332"], ["city", "Cummingsbury"], ["country", "South Africa"], ["description", "Dolor illo earum. Accusantium ipsum quia."], ["email", "cornell.kohler@example.io"], ["first_name", "Marco"], ["firstname", "Lorri"], ["last_name", "Cassin"], ["lastname", "Nolan"], ["lat", "-67.29191149292713"], ["latitute", "-49.77115958899192"], ["lng", "-62.97159271867932"], ["locale", "VI"], ["longitude", "-98.6255832836029"], ["middlename", "Hudson"], ["middle_name", "Roob"], ["password", "N67l7M8wS"], ["phone", "323.399.1078 x106"], ["phone_number", "399.874.7020 x637"], ["reference", "8527bb72-59d0-4c7b-8ecf-1606a8c23296"], ["title", "Animi voluptas vitae."], ["user_name", "mohammad.luettgen"], ["username", "paulita_wolf"], ["uuid", "4d9c87f4-4b6e-4fb2-a02b-ccddb8453d13"], ["created_at", "2020-11-23 08:08:49.110885"], ["updated_at", "2020-11-23 08:08:49.110885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 658 8612 Riley Keys, Elroyberg, MA 59972-5152"], ["city", "Port Svetlanaport"], ["country", "Tanzania"], ["description", "Modi aut consectetur. Consequatur amet et."], ["email", "shauna_kemmer@example.biz"], ["first_name", "Hayden"], ["firstname", "Ayesha"], ["last_name", "Thompson"], ["lastname", "King"], ["lat", "6.615328733998339"], ["latitute", "-85.76521610859173"], ["lng", "38.871418346499894"], ["locale", "TF"], ["longitude", "144.11265987835128"], ["middlename", "Rath"], ["middle_name", "Swift"], ["password", "Ev16FkYsAdAjP7"], ["phone", "1-926-779-1077"], ["phone_number", "810.944.3845 x440"], ["reference", "7bd7af91-a826-491b-9a9e-bfa925dd731b"], ["title", "Ut molestias nobis."], ["user_name", "deanna_brakus"], ["username", "felipa"], ["uuid", "2efb4cae-8d88-4713-b834-31cc4eafd5d0"], ["created_at", "2020-11-23 08:08:49.132691"], ["updated_at", "2020-11-23 08:08:49.132691"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "74152 Bergnaum Lodge, Lake Marge, MA 31071"], ["city", "New Jenee"], ["country", "Virgin Islands, British"], ["description", "Quisquam et at. Repudiandae eum quae."], ["email", "rayford.dubuque@example.net"], ["first_name", "Antonia"], ["firstname", "Celinda"], ["last_name", "Wintheiser"], ["lastname", "Frami"], ["lat", "-32.68173574398189"], ["latitute", "-52.70664437233349"], ["lng", "-135.77586573591805"], ["locale", "NO"], ["longitude", "-52.363686353463734"], ["middlename", "Strosin"], ["middle_name", "Thompson"], ["password", "Wd8Z5kE89q"], ["phone", "1-644-493-8665 x076"], ["phone_number", "1-987-915-2701 x9555"], ["reference", "41ad7923-87a1-46b8-9d8b-e01c3fb2b1ec"], ["title", "Itaque provident est molestiae neque."], ["user_name", "casey"], ["username", "spencer_mcglynn"], ["uuid", "78085300-2951-45a3-83a6-b57d47ea0616"], ["created_at", "2020-11-23 08:08:49.154351"], ["updated_at", "2020-11-23 08:08:49.154351"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 18.5028887810234], ["string", "Atque ut omnis."], ["date", "2020-10-31"], ["time", "2000-01-01 11:38:34.176242"], ["datetime", "2020-12-23 22:16:59.667051"], ["created_at", "2020-11-23 08:08:49.180511"], ["updated_at", "2020-11-23 08:08:49.180511"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 0.564429270088024], ["string", "Ea alias quia quidem ipsam."], ["date", "2020-12-25"], ["time", "2000-01-01 12:33:23.098321"], ["datetime", "2020-11-02 13:49:52.435611"], ["created_at", "2020-11-23 08:08:49.191762"], ["updated_at", "2020-11-23 08:08:49.191762"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 5.23585120683765], ["string", "Error eum itaque quo sed."], ["date", "2020-11-24"], ["time", "2000-01-01 14:11:39.692830"], ["datetime", "2020-12-30 08:32:15.703131"], ["created_at", "2020-11-23 08:08:49.194742"], ["updated_at", "2020-11-23 08:08:49.194742"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 21.9489897017467], ["string", "Porro maxime et suscipit."], ["date", "2020-10-17"], ["time", "2000-01-01 21:17:07.460677"], ["datetime", "2020-12-24 00:53:21.866515"], ["created_at", "2020-11-23 08:08:49.197486"], ["updated_at", "2020-11-23 08:08:49.197486"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 32], ["decimal", 0.595224684147316], ["string", "Velit minima possimus."], ["date", "2020-11-15"], ["time", "2000-01-01 08:42:09.000965"], ["datetime", "2020-11-12 17:15:49.784718"], ["created_at", "2020-11-23 08:08:49.201144"], ["updated_at", "2020-11-23 08:08:49.201144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 32], ["decimal", 23.7961299590054], ["string", "Rem tempora occaecati et unde."], ["date", "2020-12-29"], ["time", "2000-01-01 16:04:16.550806"], ["datetime", "2021-01-02 08:58:15.796546"], ["created_at", "2020-11-23 08:08:49.204374"], ["updated_at", "2020-11-23 08:08:49.204374"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 3.496598154745], ["string", "Soluta quo harum et reiciendis."], ["date", "2020-10-16"], ["time", "2000-01-01 03:52:22.218779"], ["datetime", "2020-11-29 18:38:15.599347"], ["created_at", "2020-11-23 08:08:49.207130"], ["updated_at", "2020-11-23 08:08:49.207130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 21], ["decimal", 4.10345085676368], ["string", "Nam magni temporibus."], ["date", "2020-12-17"], ["time", "2000-01-01 17:22:55.084006"], ["datetime", "2020-12-10 21:39:05.403709"], ["created_at", "2020-11-23 08:08:49.209686"], ["updated_at", "2020-11-23 08:08:49.209686"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 3.61396839728509], ["string", "Eaque inventore sed laudantium."], ["date", "2020-10-16"], ["time", "2000-01-01 11:30:52.752792"], ["datetime", "2020-12-18 20:31:32.569301"], ["created_at", "2020-11-23 08:08:49.212201"], ["updated_at", "2020-11-23 08:08:49.212201"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 0.577802154143855], ["string", "Id consequatur esse omnis harum accusamus."], ["date", "2020-12-24"], ["time", "2000-01-01 12:44:57.130930"], ["datetime", "2020-11-21 05:51:14.161290"], ["created_at", "2020-11-23 08:08:49.242782"], ["updated_at", "2020-11-23 08:08:49.242782"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.4ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 1.2583812331551], ["string", "Dolorem ipsum ipsa ipsam voluptatem."], ["date", "2020-10-25"], ["time", "2000-01-01 18:57:08.444662"], ["datetime", "2021-01-02 07:10:58.830545"], ["created_at", "2020-11-23 08:08:49.257806"], ["updated_at", "2020-11-23 08:08:49.257806"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 2.30361301771955], ["string", "Quibusdam consequatur placeat."], ["date", "2020-12-11"], ["time", "2000-01-01 00:54:18.917850"], ["datetime", "2020-12-14 12:05:22.927641"], ["created_at", "2020-11-23 08:08:49.261677"], ["updated_at", "2020-11-23 08:08:49.261677"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 12.2309244343862], ["string", "Cum quis veniam ea."], ["date", "2020-11-01"], ["time", "2000-01-01 09:23:52.968936"], ["datetime", "2020-11-05 13:27:06.387539"], ["created_at", "2020-11-23 08:08:49.266556"], ["updated_at", "2020-11-23 08:08:49.266556"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 2.71267109824614], ["string", "Sit harum sed incidunt et."], ["date", "2021-01-04"], ["time", "2000-01-01 02:27:50.139609"], ["datetime", "2020-10-15 10:28:44.220896"], ["created_at", "2020-11-23 08:08:49.270056"], ["updated_at", "2020-11-23 08:08:49.270056"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 14.4645234673437], ["string", "Et excepturi quaerat."], ["date", "2020-11-01"], ["time", "2000-01-01 12:55:47.772131"], ["datetime", "2020-10-23 06:23:47.148589"], ["created_at", "2020-11-23 08:08:49.274456"], ["updated_at", "2020-11-23 08:08:49.274456"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:08:49.277881"], ["updated_at", "2020-11-23 08:08:49.277881"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.2ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 4.73978945391916], ["string", "Voluptatem officiis ratione sit."], ["date", "2020-12-25"], ["time", "2000-01-01 00:37:34.998697"], ["datetime", "2020-10-16 04:22:50.970733"], ["created_at", "2020-11-23 08:08:49.318337"], ["updated_at", "2020-11-23 08:08:49.318337"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 7.67049995659993], ["string", "Consequatur repudiandae optio."], ["date", "2020-11-07"], ["time", "2000-01-01 10:23:19.025111"], ["datetime", "2020-11-14 20:03:53.050167"], ["created_at", "2020-11-23 08:08:49.322191"], ["updated_at", "2020-11-23 08:08:49.322191"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 5.20926122202798], ["string", "Deleniti eos nihil facere omnis."], ["date", "2020-12-14"], ["time", "2000-01-01 23:56:17.893875"], ["datetime", "2020-12-09 18:27:51.556574"], ["created_at", "2020-11-23 08:08:49.325277"], ["updated_at", "2020-11-23 08:08:49.325277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 15.9782670193712], ["string", "Placeat nostrum voluptatibus molestias ut eum."], ["date", "2020-11-15"], ["time", "2000-01-01 02:15:22.136858"], ["datetime", "2020-11-22 15:29:22.825194"], ["created_at", "2020-11-23 08:08:49.328720"], ["updated_at", "2020-11-23 08:08:49.328720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 12.1068154615878], ["string", "Aperiam porro qui incidunt tempore est."], ["date", "2020-11-16"], ["time", "2000-01-01 21:29:26.904322"], ["datetime", "2020-11-01 13:56:14.863363"], ["created_at", "2020-11-23 08:08:49.331939"], ["updated_at", "2020-11-23 08:08:49.331939"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 26], ["decimal", 19.3378221956748], ["string", "Et iste ut fuga et."], ["date", "2020-11-08"], ["time", "2000-01-01 19:23:51.020107"], ["datetime", "2020-10-17 12:58:20.187131"], ["created_at", "2020-11-23 08:08:49.335842"], ["updated_at", "2020-11-23 08:08:49.335842"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 20.152714037727], ["string", "Laborum ipsam corporis dicta et."], ["date", "2020-11-24"], ["time", "2000-01-01 11:13:25.279142"], ["datetime", "2020-12-31 07:56:05.978501"], ["created_at", "2020-11-23 08:08:49.339606"], ["updated_at", "2020-11-23 08:08:49.339606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 10.4426408026205], ["string", "Magnam sequi minima nihil rerum veniam."], ["date", "2020-11-21"], ["time", "2000-01-01 12:36:00.191422"], ["datetime", "2020-11-09 19:24:11.250686"], ["created_at", "2020-11-23 08:08:49.342840"], ["updated_at", "2020-11-23 08:08:49.342840"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.9ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.4ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.8ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.9ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.8ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "33069 Michal Road, New Donellaview, AZ 51702"], ["city", "South Wyattmouth"], ["country", "French Polynesia"], ["description", "Est sit et. Quos rem molestias. Illo nesciunt quas. Tenetur vel quo. Voluptas sunt pariatur."], ["email", "oralia@example.info"], ["first_name", "Elisha"], ["firstname", "Wava"], ["last_name", "Jacobi"], ["lastname", "Treutel"], ["lat", "9.032272222110066"], ["latitute", "13.590741953835092"], ["lng", "84.09079126117757"], ["locale", "PE"], ["longitude", "-145.79304578670892"], ["middlename", "Hand"], ["middle_name", "Ondricka"], ["password", "H1vAbJ1pN38"], ["phone", "1-462-597-3612 x681"], ["phone_number", "484.812.4159 x1037"], ["reference", "664993c6-0dcc-427c-8d33-d850cc62020c"], ["title", "Dicta dolore ut quia optio magni."], ["user_name", "ivette_lakin"], ["username", "corrin.murazik"], ["uuid", "eb1b2a97-dde5-4a5a-8888-897255ef4796"], ["created_at", "2020-11-23 08:09:17.003986"], ["updated_at", "2020-11-23 08:09:17.003986"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 214 80059 Tristan Spurs, North Alyce, MO 12631-6091"], ["city", "Runtetown"], ["country", "Malaysia"], ["description", "Exercitationem labore et. Quam dolor ipsum."], ["email", "justin.larkin@example.io"], ["first_name", "Dorian"], ["firstname", "August"], ["last_name", "Ferry"], ["lastname", "Feeney"], ["lat", "63.53171153493119"], ["latitute", "40.1645616759167"], ["lng", "57.84061756950325"], ["locale", "EG"], ["longitude", "-46.31481539790272"], ["middlename", "Ritchie"], ["middle_name", "Rodriguez"], ["password", "ZmJiFjW7xMx"], ["phone", "(433) 271-0477 x36557"], ["phone_number", "(559) 360-3760 x82534"], ["reference", "36cf9b16-10a5-48a0-9438-7b494773f1aa"], ["title", "Eos voluptatem assumenda voluptates voluptas modi."], ["user_name", "gracie.kerluke"], ["username", "alane.cummerata"], ["uuid", "f495b898-2ff3-4ff2-99cb-682949e4e4e4"], ["created_at", "2020-11-23 08:09:17.025945"], ["updated_at", "2020-11-23 08:09:17.025945"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8887 Donn Estate, Lake Conception, IA 46945-6720"], ["city", "Port Edgar"], ["country", "Bhutan"], ["description", "Laudantium fugiat nulla. Expedita ut praesentium."], ["email", "eloy@example.org"], ["first_name", "Mittie"], ["firstname", "Odis"], ["last_name", "Cronin"], ["lastname", "Heathcote"], ["lat", "-30.415468806594937"], ["latitute", "61.87058884306978"], ["lng", "15.11387041115529"], ["locale", "SX"], ["longitude", "-155.14623149253563"], ["middlename", "Cormier"], ["middle_name", "Heathcote"], ["password", "QkM261wWnY8cWhIy"], ["phone", "(651) 073-0179 x68334"], ["phone_number", "239.508.1946 x7570"], ["reference", "5c528cfe-0f63-412f-a9a9-2c4a666f48b3"], ["title", "Eius tempora consequuntur minima."], ["user_name", "maryrose.hettinger"], ["username", "merle"], ["uuid", "a84f17fc-c1bd-4b46-b110-f7adc91828be"], ["created_at", "2020-11-23 08:09:17.047447"], ["updated_at", "2020-11-23 08:09:17.047447"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 786 34046 Eneida Village, Greenland, NV 47394-0327"], ["city", "East Lan"], ["country", "Eritrea"], ["description", "Optio est eum. Placeat deleniti rerum. Iusto eum recusandae. Omnis et ut. Enim rerum omnis."], ["email", "tuyet_simonis@example.net"], ["first_name", "Elisha"], ["firstname", "Sharolyn"], ["last_name", "Streich"], ["lastname", "Schmidt"], ["lat", "-78.36978895797813"], ["latitute", "22.280731768512624"], ["lng", "80.76470033966177"], ["locale", "AI"], ["longitude", "-49.11640209368261"], ["middlename", "Stehr"], ["middle_name", "O'Hara"], ["password", "1Ih7ClIm4MeAg06P"], ["phone", "1-353-815-7303 x7772"], ["phone_number", "1-578-433-3807"], ["reference", "5db45f4a-0dd2-4310-8c3f-f66ed0377ac6"], ["title", "Facilis sit odit in vitae nesciunt."], ["user_name", "dalton"], ["username", "jonathon.johns"], ["uuid", "0c38ff6e-a071-4d9a-9b42-84e4ff85ebf8"], ["created_at", "2020-11-23 08:09:17.078110"], ["updated_at", "2020-11-23 08:09:17.078110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "172 Elton Ridges, Schimmelburgh, OK 46682"], ["city", "East Tammara"], ["country", "Aruba"], ["description", "Magnam et sequi. Cupiditate incidunt et. Et sit eveniet. Eos vitae deleniti."], ["email", "luis.block@example.info"], ["first_name", "Darwin"], ["firstname", "Onie"], ["last_name", "Stroman"], ["lastname", "Schaden"], ["lat", "88.39732997066577"], ["latitute", "8.450107233232316"], ["lng", "-129.47813139576664"], ["locale", "SY"], ["longitude", "-25.127018570800487"], ["middlename", "Kling"], ["middle_name", "Willms"], ["password", "LbJiWqUrV8xMz"], ["phone", "592.965.8863"], ["phone_number", "599.805.5238 x1160"], ["reference", "641422f7-ec1d-4189-ae1c-68a0f116816f"], ["title", "Molestias dolor at."], ["user_name", "javier"], ["username", "edmond.armstrong"], ["uuid", "e8107530-e3ab-4f4e-a16f-44ff64727626"], ["created_at", "2020-11-23 08:09:17.100574"], ["updated_at", "2020-11-23 08:09:17.100574"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "502 Lanora Walks, Morissetteburgh, AZ 56956-2050"], ["city", "Clintonberg"], ["country", "Bermuda"], ["description", "Iure voluptas sunt. Quod aut ut. Eum commodi velit."], ["email", "marvin@example.co"], ["first_name", "Alex"], ["firstname", "Germaine"], ["last_name", "Legros"], ["lastname", "Bode"], ["lat", "62.36695081876729"], ["latitute", "-32.22011616880151"], ["lng", "161.25224345970912"], ["locale", "TJ"], ["longitude", "-96.2822803122159"], ["middlename", "Daniel"], ["middle_name", "VonRueden"], ["password", "Xx48IbZa1429ZuA"], ["phone", "226-513-0640 x7144"], ["phone_number", "777-263-0050 x66418"], ["reference", "073cb219-f32d-484b-a1a8-8c5e6d2f9a82"], ["title", "Id ut rerum ipsam."], ["user_name", "terence.johnston"], ["username", "chas"], ["uuid", "0267d1f3-80f1-438b-bf8b-f095926098d9"], ["created_at", "2020-11-23 08:09:17.122291"], ["updated_at", "2020-11-23 08:09:17.122291"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 656 7197 Tessa Parkway, Veumtown, NJ 99315"], ["city", "West Deloris"], ["country", "Ghana"], ["description", "Velit voluptatem doloremque. Nemo recusandae sit. Architecto beatae aliquid. Qui in quos."], ["email", "marx.okeefe@example.io"], ["first_name", "Debroah"], ["firstname", "Ignacio"], ["last_name", "Donnelly"], ["lastname", "Ankunding"], ["lat", "-71.95591320759792"], ["latitute", "-13.656380504297005"], ["lng", "-160.0498877936606"], ["locale", "KW"], ["longitude", "117.0147485480349"], ["middlename", "Runolfsson"], ["middle_name", "Hand"], ["password", "ThIuBuJxAcAwS"], ["phone", "1-947-132-2049 x08371"], ["phone_number", "610-493-7453"], ["reference", "cdddb455-8fb7-4ce8-8651-25d010b9b0b1"], ["title", "Aut labore fugit quae enim."], ["user_name", "danita"], ["username", "annabelle"], ["uuid", "b4805809-aa3b-46da-b131-e1833377a669"], ["created_at", "2020-11-23 08:09:17.144063"], ["updated_at", "2020-11-23 08:09:17.144063"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "27307 Gislason Points, Jacobsonbury, NH 36186"], ["city", "Micamouth"], ["country", "Mexico"], ["description", "Repellendus sed asperiores. Et sit eos. Et suscipit magnam. Placeat omnis est. Eos quod voluptatem."], ["email", "mireille@example.co"], ["first_name", "Ilda"], ["firstname", "Sterling"], ["last_name", "Gleason"], ["lastname", "Ebert"], ["lat", "-88.73223655070211"], ["latitute", "82.97597476607248"], ["lng", "-80.95604581520206"], ["locale", "LT"], ["longitude", "-7.904699012059183"], ["middlename", "Kuhic"], ["middle_name", "Crooks"], ["password", "7KhQrEtW3kAw8V"], ["phone", "612-925-5010 x72393"], ["phone_number", "485.145.7718 x35929"], ["reference", "6c78cd84-ce1f-462e-bc50-ae328f5a4bc5"], ["title", "Sapiente nam dolor velit sit consequatur."], ["user_name", "cedrick.marvin"], ["username", "otis"], ["uuid", "5105a6c7-eff2-4d70-8abe-4313fd59e0ff"], ["created_at", "2020-11-23 08:09:17.172536"], ["updated_at", "2020-11-23 08:09:17.172536"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "43619 Delma Estate, Pricemouth, ID 68745"], ["city", "Donnellyville"], ["country", "Swaziland"], ["description", "Pariatur nihil assumenda. Reiciendis modi iste. Ex ipsum ut."], ["email", "sid@example.com"], ["first_name", "Tomas"], ["firstname", "Toney"], ["last_name", "Leannon"], ["lastname", "Kuhn"], ["lat", "35.42860691710604"], ["latitute", "53.64456904683368"], ["lng", "64.31006900881016"], ["locale", "BV"], ["longitude", "-78.56675348565071"], ["middlename", "Heller"], ["middle_name", "Keeling"], ["password", "PeGtM9lE5oNfS"], ["phone", "(431) 961-0970 x78410"], ["phone_number", "1-491-720-1362"], ["reference", "a577f55c-a7a4-4c5d-beea-6a9a5f9eb056"], ["title", "Aut non libero aut."], ["user_name", "bryan_waters"], ["username", "hipolito"], ["uuid", "c86a0d3d-ec4b-4452-b581-b5dd433eec48"], ["created_at", "2020-11-23 08:09:17.194473"], ["updated_at", "2020-11-23 08:09:17.194473"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8525 Balistreri Ramp, West Earnesthaven, NH 18254"], ["city", "Johnsmouth"], ["country", "Gabon"], ["description", "Molestias exercitationem voluptatum. Commodi et assumenda."], ["email", "nichol.wiza@example.org"], ["first_name", "Vernetta"], ["firstname", "Betty"], ["last_name", "Abernathy"], ["lastname", "Von"], ["lat", "44.341289617742035"], ["latitute", "-55.147280838464056"], ["lng", "-166.68850233686794"], ["locale", "KI"], ["longitude", "-80.21297624013656"], ["middlename", "Mills"], ["middle_name", "Kohler"], ["password", "FhMhQu1A4aRnPxV9"], ["phone", "101.074.1070 x66513"], ["phone_number", "1-713-780-1548 x74205"], ["reference", "6d3921f3-b1f6-4d4b-92e5-152269eca183"], ["title", "Reprehenderit corrupti earum."], ["user_name", "vennie"], ["username", "milton"], ["uuid", "ec3fb00b-9e9a-40c3-b71c-9d307a9be6af"], ["created_at", "2020-11-23 08:09:17.216215"], ["updated_at", "2020-11-23 08:09:17.216215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 24.8000121300172], ["string", "Corporis aliquam consequuntur."], ["date", "2020-12-26"], ["time", "2000-01-01 15:59:54.835802"], ["datetime", "2020-10-12 15:56:49.082394"], ["created_at", "2020-11-23 08:09:17.241965"], ["updated_at", "2020-11-23 08:09:17.241965"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 2.98632628426867], ["string", "Dolores rerum eum atque."], ["created_at", "2020-11-23 08:09:17.250270"], ["updated_at", "2020-11-23 08:09:17.250270"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 08:09:17.257223"], ["updated_at", "2020-11-23 08:09:17.257223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-23 08:09:17.263052"], ["updated_at", "2020-11-23 08:09:17.263052"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-23 08:09:17.267987"], ["updated_at", "2020-11-23 08:09:17.267987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.273473"], ["updated_at", "2020-11-23 08:09:17.273473"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.286420"], ["updated_at", "2020-11-23 08:09:17.286420"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 857 8205 Hahn Island, Waelchimouth, NM 83340-2675"], ["city", "Heidenreichberg"], ["country", "Guinea-Bissau"], ["description", "Dolorem quia ipsa. Ipsa maxime aut."], ["email", "maren@example.biz"], ["first_name", "Claudie"], ["firstname", "Ted"], ["last_name", "Dicki"], ["lastname", "Hessel"], ["lat", "88.17580154743763"], ["latitute", "-52.11626917728781"], ["lng", "-20.099099695187732"], ["locale", "NF"], ["longitude", "-104.12148927210889"], ["middlename", "Quigley"], ["middle_name", "Walker"], ["password", "Wb1GhK2xT3t9"], ["phone", "1-987-399-5943 x7607"], ["phone_number", "1-375-409-4383"], ["reference", "12aae455-1af3-43b9-a582-4fefa3240a06"], ["title", "Rerum quis eos."], ["user_name", "edward_hermann"], ["username", "karyl"], ["uuid", "d9d1ca91-3c37-4630-83a0-2aa1851dacbc"], ["created_at", "2020-11-23 08:09:17.312251"], ["updated_at", "2020-11-23 08:09:17.312251"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 08:09:17.317337"], ["updated_at", "2020-11-23 08:09:17.317337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.327491"], ["updated_at", "2020-11-23 08:09:17.327491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:09:17.330687"], ["updated_at", "2020-11-23 08:09:17.330687"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 14.4501622573328], ["string", "Ut non quae nihil omnis."], ["date", "2020-12-25"], ["time", "2000-01-01 21:14:16.652338"], ["datetime", "2020-12-29 22:26:31.497832"], ["created_at", "2020-11-23 08:09:17.339139"], ["updated_at", "2020-11-23 08:09:17.339139"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 4.53483410524723], ["string", "Ut quia pariatur."], ["date", "2020-11-01"], ["time", "2000-01-01 23:02:13.187656"], ["datetime", "2020-10-13 02:22:17.985827"], ["created_at", "2020-11-23 08:09:17.343971"], ["updated_at", "2020-11-23 08:09:17.343971"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 1.52268515525096], ["string", "Ut magni exercitationem ut sed."], ["date", "2020-12-20"], ["time", "2000-01-01 06:19:50.201306"], ["datetime", "2020-11-29 23:51:40.473039"], ["created_at", "2020-11-23 08:09:17.348643"], ["updated_at", "2020-11-23 08:09:17.348643"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 11.753506551976], ["string", "Molestias nihil aut quae qui libero."], ["date", "2020-11-28"], ["time", "2000-01-01 16:10:03.377637"], ["datetime", "2020-11-07 12:20:17.692204"], ["created_at", "2020-11-23 08:09:17.351988"], ["updated_at", "2020-11-23 08:09:17.351988"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 6.0316522848567], ["string", "Non et impedit."], ["date", "2020-12-09"], ["time", "2000-01-01 13:40:27.655058"], ["datetime", "2020-12-25 23:31:31.533847"], ["created_at", "2020-11-23 08:09:17.354863"], ["updated_at", "2020-11-23 08:09:17.354863"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 24.8228900576613], ["string", "Soluta et nihil a."], ["date", "2020-12-05"], ["time", "2000-01-01 13:22:02.232230"], ["datetime", "2020-10-20 02:55:01.773239"], ["created_at", "2020-11-23 08:09:17.357493"], ["updated_at", "2020-11-23 08:09:17.357493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 0.54428580146758], ["string", "Adipisci facere recusandae quo."], ["date", "2020-11-18"], ["time", "2000-01-01 10:54:23.489960"], ["datetime", "2020-11-19 15:27:03.279672"], ["created_at", "2020-11-23 08:09:17.360115"], ["updated_at", "2020-11-23 08:09:17.360115"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 8.62828844712889], ["string", "Aperiam et facilis nostrum deleniti eligendi."], ["date", "2020-12-14"], ["time", "2000-01-01 18:43:24.916706"], ["datetime", "2020-12-17 07:31:16.128928"], ["created_at", "2020-11-23 08:09:17.362984"], ["updated_at", "2020-11-23 08:09:17.362984"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 5.54010928408818], ["string", "Corporis dolor inventore."], ["created_at", "2020-11-23 08:09:17.365794"], ["updated_at", "2020-11-23 08:09:17.365794"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 1.7641336187273], ["string", "Qui consequatur ut dolor iste quis."], ["created_at", "2020-11-23 08:09:17.367923"], ["updated_at", "2020-11-23 08:09:17.367923"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 0.747951221445363], ["string", "Repellendus animi quia cupiditate libero nemo."], ["created_at", "2020-11-23 08:09:17.369984"], ["updated_at", "2020-11-23 08:09:17.369984"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 7.5214955442317], ["string", "Qui numquam qui alias."], ["created_at", "2020-11-23 08:09:17.371909"], ["updated_at", "2020-11-23 08:09:17.371909"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 24.4030028526351], ["string", "Et id a."], ["created_at", "2020-11-23 08:09:17.373802"], ["updated_at", "2020-11-23 08:09:17.373802"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 3.7362822537479], ["string", "Voluptates provident recusandae qui soluta."], ["created_at", "2020-11-23 08:09:17.375766"], ["updated_at", "2020-11-23 08:09:17.375766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 14.1512801886962], ["string", "Ut quis officia atque voluptates."], ["created_at", "2020-11-23 08:09:17.377653"], ["updated_at", "2020-11-23 08:09:17.377653"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1021], ["decimal", 1.09906067511689], ["string", "Et incidunt dolorem et fugit est."], ["created_at", "2020-11-23 08:09:17.379440"], ["updated_at", "2020-11-23 08:09:17.379440"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-23 08:09:17.380862"], ["updated_at", "2020-11-23 08:09:17.380862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-23 08:09:17.382108"], ["updated_at", "2020-11-23 08:09:17.382108"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 08:09:17.383223"], ["updated_at", "2020-11-23 08:09:17.383223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-23 08:09:17.384337"], ["updated_at", "2020-11-23 08:09:17.384337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-23 08:09:17.385468"], ["updated_at", "2020-11-23 08:09:17.385468"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 08:09:17.386536"], ["updated_at", "2020-11-23 08:09:17.386536"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-23 08:09:17.387615"], ["updated_at", "2020-11-23 08:09:17.387615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-23 08:09:17.388714"], ["updated_at", "2020-11-23 08:09:17.388714"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 2], ["created_at", "2020-11-23 08:09:17.390281"], ["updated_at", "2020-11-23 08:09:17.390281"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 7], ["created_at", "2020-11-23 08:09:17.391800"], ["updated_at", "2020-11-23 08:09:17.391800"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-23 08:09:17.393310"], ["updated_at", "2020-11-23 08:09:17.393310"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 5], ["created_at", "2020-11-23 08:09:17.394785"], ["updated_at", "2020-11-23 08:09:17.394785"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-23 08:09:17.396290"], ["updated_at", "2020-11-23 08:09:17.396290"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-23 08:09:17.397854"], ["updated_at", "2020-11-23 08:09:17.397854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 2], ["created_at", "2020-11-23 08:09:17.399381"], ["updated_at", "2020-11-23 08:09:17.399381"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-23 08:09:17.400875"], ["updated_at", "2020-11-23 08:09:17.400875"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-23 08:09:17.402074"], ["updated_at", "2020-11-23 08:09:17.402074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-23 08:09:17.403226"], ["updated_at", "2020-11-23 08:09:17.403226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-23 08:09:17.404331"], ["updated_at", "2020-11-23 08:09:17.404331"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-23 08:09:17.405456"], ["updated_at", "2020-11-23 08:09:17.405456"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-23 08:09:17.406552"], ["updated_at", "2020-11-23 08:09:17.406552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-23 08:09:17.407633"], ["updated_at", "2020-11-23 08:09:17.407633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-23 08:09:17.408956"], ["updated_at", "2020-11-23 08:09:17.408956"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-23 08:09:17.410221"], ["updated_at", "2020-11-23 08:09:17.410221"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.410932"], ["updated_at", "2020-11-23 08:09:17.410932"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.411578"], ["updated_at", "2020-11-23 08:09:17.411578"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.412203"], ["updated_at", "2020-11-23 08:09:17.412203"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.412836"], ["updated_at", "2020-11-23 08:09:17.412836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.413475"], ["updated_at", "2020-11-23 08:09:17.413475"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.414081"], ["updated_at", "2020-11-23 08:09:17.414081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.414686"], ["updated_at", "2020-11-23 08:09:17.414686"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.415286"], ["updated_at", "2020-11-23 08:09:17.415286"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.416567"], ["updated_at", "2020-11-23 08:09:17.416567"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.417684"], ["updated_at", "2020-11-23 08:09:17.417684"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.418768"], ["updated_at", "2020-11-23 08:09:17.418768"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.419834"], ["updated_at", "2020-11-23 08:09:17.419834"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.420907"], ["updated_at", "2020-11-23 08:09:17.420907"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.421976"], ["updated_at", "2020-11-23 08:09:17.421976"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.423032"], ["updated_at", "2020-11-23 08:09:17.423032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.424090"], ["updated_at", "2020-11-23 08:09:17.424090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7159 Shalonda Trafficway, Bertmouth, CO 05077-0913"], ["city", "Celestinemouth"], ["country", "Greece"], ["description", "Animi distinctio est. Et hic alias. Dignissimos id eum."], ["email", "russel@example.org"], ["first_name", "Judson"], ["firstname", "Eugene"], ["last_name", "Blanda"], ["lastname", "Upton"], ["lat", "55.53729919094309"], ["latitute", "-4.711108788604292"], ["lng", "121.9150210109168"], ["locale", "AI"], ["longitude", "-111.05830793245772"], ["middlename", "Dicki"], ["middle_name", "Wolf"], ["password", "0GhIjIt9Pv09Wp9L"], ["phone", "644.927.4134 x826"], ["phone_number", "(410) 927-2289 x0821"], ["reference", "4c4a01df-6b33-4d27-8360-911e551d0f19"], ["title", "Similique rerum et id."], ["user_name", "leora.white"], ["username", "isadora_hilll"], ["uuid", "de1429f4-f4de-4c73-9afb-79b471ab17b3"], ["created_at", "2020-11-23 08:09:17.455027"], ["updated_at", "2020-11-23 08:09:17.455027"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 923 6905 Lebsack Locks, South Carlos, IN 73788-5865"], ["city", "Kovacekchester"], ["country", "Saint Martin"], ["description", "Distinctio voluptas et. Temporibus illum sequi. Et repellendus voluptatem. Officiis rerum nemo."], ["email", "jannette_maggio@example.net"], ["first_name", "Mohammad"], ["firstname", "Rachell"], ["last_name", "Ebert"], ["lastname", "Cummerata"], ["lat", "6.2316768454995355"], ["latitute", "14.863491180053273"], ["lng", "-106.982303562206"], ["locale", "IQ"], ["longitude", "-163.8617559725853"], ["middlename", "McKenzie"], ["middle_name", "Hermiston"], ["password", "YgTrUxKkP2471t"], ["phone", "1-110-066-8408 x0692"], ["phone_number", "736.670.4655 x75309"], ["reference", "2ea8586e-a308-4411-8444-d8460d9d9727"], ["title", "Inventore deleniti ab vitae saepe."], ["user_name", "kristin_crona"], ["username", "chris.metz"], ["uuid", "8cdd8aae-ac8b-499d-904b-6d646ede812e"], ["created_at", "2020-11-23 08:09:17.478363"], ["updated_at", "2020-11-23 08:09:17.478363"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "67950 Jae Flats, Virgiliotown, NH 28074"], ["city", "East Juliuschester"], ["country", "Haiti"], ["description", "Aut expedita nam. Ipsum sunt tenetur. Perferendis nisi non. Aliquam laboriosam et."], ["email", "bryanna.ankunding@example.net"], ["first_name", "Ty"], ["firstname", "Clarence"], ["last_name", "Bahringer"], ["lastname", "Muller"], ["lat", "-0.45634036461223104"], ["latitute", "-81.60197555382354"], ["lng", "-83.75099403095369"], ["locale", "CN"], ["longitude", "81.54563933572734"], ["middlename", "Hegmann"], ["middle_name", "Bartell"], ["password", "O1aEp70Hw9H"], ["phone", "1-258-662-3476 x953"], ["phone_number", "(502) 792-2981 x40625"], ["reference", "32a59805-bbfd-49fe-ae59-3ac04d1a3737"], ["title", "Itaque facere in."], ["user_name", "shavon.lemke"], ["username", "miles"], ["uuid", "2052eee8-ba7c-4d51-a40d-de7851bc9d96"], ["created_at", "2020-11-23 08:09:17.500425"], ["updated_at", "2020-11-23 08:09:17.500425"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1543 Goyette Springs, Lake Ula, VA 17464"], ["city", "Cummeratachester"], ["country", "Costa Rica"], ["description", "Animi facere expedita. Voluptatem qui porro. Sint aut id. Et eligendi animi. Totam nam corporis."], ["email", "isaac.grimes@example.co"], ["first_name", "Franklyn"], ["firstname", "Alvaro"], ["last_name", "Crona"], ["lastname", "Schimmel"], ["lat", "-41.42377076267551"], ["latitute", "-26.049262150360107"], ["lng", "74.75136921846874"], ["locale", "AI"], ["longitude", "97.1121920475735"], ["middlename", "Heller"], ["middle_name", "Howell"], ["password", "O02b0MkNdSyMz9"], ["phone", "1-422-406-8086 x5841"], ["phone_number", "642.697.2378 x61559"], ["reference", "883d74a4-75ac-4c8f-a36d-18e5dd9fd0c2"], ["title", "Cupiditate explicabo non illum id."], ["user_name", "jazmin"], ["username", "darwin_vonrueden"], ["uuid", "44a35861-7c8b-4456-9500-37c7af25c35a"], ["created_at", "2020-11-23 08:09:17.522222"], ["updated_at", "2020-11-23 08:09:17.522222"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 513 81570 Schaden Land, Birgitfort, AK 51899-0711"], ["city", "Sherellshire"], ["country", "Republic of Korea"], ["description", "Sed placeat delectus. Laudantium id in. Molestiae sit aut. Illum reiciendis autem. Voluptatibus totam sed."], ["email", "lauryn@example.co"], ["first_name", "Shelton"], ["firstname", "Chun"], ["last_name", "Gibson"], ["lastname", "Schaden"], ["lat", "-41.90629473242518"], ["latitute", "34.85482090945415"], ["lng", "-64.17654879173799"], ["locale", "CZ"], ["longitude", "-139.26289877368845"], ["middlename", "Kilback"], ["middle_name", "Farrell"], ["password", "TjDl6H3aW22mPzQ"], ["phone", "180-060-3808"], ["phone_number", "1-166-177-8182 x08155"], ["reference", "d0efae6a-63a8-4e77-a8b3-f85be8e103cd"], ["title", "Rerum quia et iure."], ["user_name", "cythia.corwin"], ["username", "ima.von"], ["uuid", "cb35864a-a4a7-43b7-8ee9-d6ad338f4f78"], ["created_at", "2020-11-23 08:09:17.552336"], ["updated_at", "2020-11-23 08:09:17.552336"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 385 7940 Norma Canyon, Gilbertemouth, AL 40684"], ["city", "South Aubrey"], ["country", "Bahamas"], ["description", "Voluptatem tempora hic. Beatae quos autem. Sed voluptatem ea. Est reprehenderit minus."], ["email", "ann.kihn@example.org"], ["first_name", "Dede"], ["firstname", "Phil"], ["last_name", "Russel"], ["lastname", "Towne"], ["lat", "-22.30557288126883"], ["latitute", "10.016936136138014"], ["lng", "-96.86949902695535"], ["locale", "GP"], ["longitude", "36.5249309092716"], ["middlename", "Emard"], ["middle_name", "McKenzie"], ["password", "LnZm56GuZ7mA481"], ["phone", "(500) 839-1272 x6813"], ["phone_number", "901.741.2374"], ["reference", "3a432d21-4a5a-4601-a81d-05cfd41c085f"], ["title", "Aperiam id minima."], ["user_name", "virgil.zboncak"], ["username", "dee.herzog"], ["uuid", "06875544-da19-4f3b-ae2e-466ce43e7690"], ["created_at", "2020-11-23 08:09:17.574863"], ["updated_at", "2020-11-23 08:09:17.574863"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 741 271 Dante Expressway, New Donaldton, NY 72558-7434"], ["city", "Wehnerhaven"], ["country", "Canada"], ["description", "Perspiciatis neque iure. Reprehenderit est unde. Aliquam commodi hic."], ["email", "fred.tromp@example.biz"], ["first_name", "Jacalyn"], ["firstname", "Thuy"], ["last_name", "Heidenreich"], ["lastname", "Jones"], ["lat", "-20.887233451167006"], ["latitute", "-78.77177463706805"], ["lng", "-124.89657734891534"], ["locale", "ZM"], ["longitude", "-139.17696657255385"], ["middlename", "Hoppe"], ["middle_name", "Kovacek"], ["password", "K2gChFnB1g0MoZ0"], ["phone", "(628) 962-1934 x832"], ["phone_number", "(672) 519-0567 x9248"], ["reference", "cf0b765d-c37c-4af7-9057-be6595fd5807"], ["title", "Et sapiente ex."], ["user_name", "kendal"], ["username", "wm_veum"], ["uuid", "c51ffc9b-0a48-4c3c-b6e4-6e20c74b04fe"], ["created_at", "2020-11-23 08:09:17.596666"], ["updated_at", "2020-11-23 08:09:17.596666"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "116 Mike Meadows, East Sandi, IA 78281"], ["city", "Murazikville"], ["country", "Saudi Arabia"], ["description", "Ducimus a ea. Quos quisquam blanditiis. A quia reiciendis. Explicabo itaque vel."], ["email", "dee@example.co"], ["first_name", "Dorian"], ["firstname", "Emmanuel"], ["last_name", "Koepp"], ["lastname", "Morar"], ["lat", "59.52858568273791"], ["latitute", "-1.5010044988560622"], ["lng", "100.25406700223209"], ["locale", "TC"], ["longitude", "-168.67965070247172"], ["middlename", "Rodriguez"], ["middle_name", "Mueller"], ["password", "6DqNyVpZ7gX"], ["phone", "1-232-939-1138 x884"], ["phone_number", "230.765.6311 x175"], ["reference", "3915e21d-e956-42b4-8de0-fb6fb555be1c"], ["title", "Perferendis repellendus minima eum."], ["user_name", "emilia"], ["username", "valentin"], ["uuid", "39f53b05-5602-4b02-9e37-9ec3e73bead8"], ["created_at", "2020-11-23 08:09:17.619268"], ["updated_at", "2020-11-23 08:09:17.619268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-23 08:09:17.621292"], ["updated_at", "2020-11-23 08:09:17.621292"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-23 08:09:17.622426"], ["updated_at", "2020-11-23 08:09:17.622426"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-23 08:09:17.623488"], ["updated_at", "2020-11-23 08:09:17.623488"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 08:09:17.624816"], ["updated_at", "2020-11-23 08:09:17.624816"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-23 08:09:17.626333"], ["updated_at", "2020-11-23 08:09:17.626333"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 08:09:17.627474"], ["updated_at", "2020-11-23 08:09:17.627474"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-23 08:09:17.628548"], ["updated_at", "2020-11-23 08:09:17.628548"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-23 08:09:17.629625"], ["updated_at", "2020-11-23 08:09:17.629625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.653654"], ["updated_at", "2020-11-23 08:09:17.653654"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.654501"], ["updated_at", "2020-11-23 08:09:17.654501"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.655198"], ["updated_at", "2020-11-23 08:09:17.655198"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.655891"], ["updated_at", "2020-11-23 08:09:17.655891"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.656573"], ["updated_at", "2020-11-23 08:09:17.656573"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.657299"], ["updated_at", "2020-11-23 08:09:17.657299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.657987"], ["updated_at", "2020-11-23 08:09:17.657987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.658686"], ["updated_at", "2020-11-23 08:09:17.658686"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:09:17.659419"], ["updated_at", "2020-11-23 08:09:17.659419"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:09:17.660148"], ["updated_at", "2020-11-23 08:09:17.660148"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:09:17.660851"], ["updated_at", "2020-11-23 08:09:17.660851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:09:17.661558"], ["updated_at", "2020-11-23 08:09:17.661558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:09:17.662267"], ["updated_at", "2020-11-23 08:09:17.662267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:09:17.662986"], ["updated_at", "2020-11-23 08:09:17.662986"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:09:17.663701"], ["updated_at", "2020-11-23 08:09:17.663701"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:09:17.664387"], ["updated_at", "2020-11-23 08:09:17.664387"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 4.5219437071996], ["string", "Ea impedit rerum aut."], ["date", "2020-10-17"], ["time", "2000-01-01 10:57:09.158940"], ["datetime", "2020-12-22 08:54:38.768389"], ["created_at", "2020-11-23 08:09:17.692984"], ["updated_at", "2020-11-23 08:09:17.692984"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 7.4697898957897], ["string", "Rem tempora autem similique quos."], ["date", "2020-12-10"], ["time", "2000-01-01 11:45:34.814885"], ["datetime", "2020-12-16 08:25:25.200352"], ["created_at", "2020-11-23 08:09:17.696750"], ["updated_at", "2020-11-23 08:09:17.696750"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 7.15238305508737], ["string", "Porro quod excepturi hic adipisci ab."], ["date", "2020-11-02"], ["time", "2000-01-01 01:33:21.777085"], ["datetime", "2020-11-03 07:37:33.542048"], ["created_at", "2020-11-23 08:09:17.700518"], ["updated_at", "2020-11-23 08:09:17.700518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 23], ["decimal", 4.11584057882717], ["string", "Voluptate et nam natus aut."], ["date", "2020-11-19"], ["time", "2000-01-01 14:33:10.288388"], ["datetime", "2020-12-15 12:46:39.541794"], ["created_at", "2020-11-23 08:09:17.704933"], ["updated_at", "2020-11-23 08:09:17.704933"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 28.62290654643], ["string", "Quasi velit in accusantium."], ["date", "2020-11-29"], ["time", "2000-01-01 15:46:22.562766"], ["datetime", "2020-10-21 17:48:38.781166"], ["created_at", "2020-11-23 08:09:17.707731"], ["updated_at", "2020-11-23 08:09:17.707731"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 26], ["decimal", 10.7382526133774], ["string", "Magni ducimus neque omnis aut."], ["date", "2020-11-21"], ["time", "2000-01-01 23:34:12.192313"], ["datetime", "2020-12-24 04:23:10.094640"], ["created_at", "2020-11-23 08:09:17.710470"], ["updated_at", "2020-11-23 08:09:17.710470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.713686"], ["updated_at", "2020-11-23 08:09:17.713686"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 3.26753355061693], ["string", "Itaque atque labore."], ["date", "2020-11-12"], ["time", "2000-01-01 08:33:43.897811"], ["datetime", "2020-12-14 05:09:40.166951"], ["created_at", "2020-11-23 08:09:17.742428"], ["updated_at", "2020-11-23 08:09:17.742428"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 2.40150406562014], ["string", "Quia ut magni omnis sit."], ["date", "2021-01-01"], ["time", "2000-01-01 00:19:22.294370"], ["datetime", "2020-11-14 09:24:03.565821"], ["created_at", "2020-11-23 08:09:17.745869"], ["updated_at", "2020-11-23 08:09:17.745869"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 31.4864693544226], ["string", "Similique dolores veniam odit aut."], ["date", "2020-12-14"], ["time", "2000-01-01 18:47:35.934528"], ["datetime", "2020-12-17 05:40:27.050102"], ["created_at", "2020-11-23 08:09:17.749346"], ["updated_at", "2020-11-23 08:09:17.749346"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 25.1089523939293], ["string", "Nesciunt officiis eos."], ["date", "2020-12-27"], ["time", "2000-01-01 03:55:55.647021"], ["datetime", "2020-10-22 22:02:30.689603"], ["created_at", "2020-11-23 08:09:17.752589"], ["updated_at", "2020-11-23 08:09:17.752589"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 27], ["decimal", 4.08369093252063], ["string", "Deleniti et hic rem."], ["date", "2020-12-04"], ["time", "2000-01-01 00:13:45.297332"], ["datetime", "2020-11-03 18:13:41.512969"], ["created_at", "2020-11-23 08:09:17.755240"], ["updated_at", "2020-11-23 08:09:17.755240"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 34], ["decimal", 4.26817405378511], ["string", "Veritatis accusamus hic ipsum repellendus ut."], ["date", "2020-10-26"], ["time", "2000-01-01 11:30:41.238366"], ["datetime", "2020-11-21 19:13:31.350946"], ["created_at", "2020-11-23 08:09:17.757819"], ["updated_at", "2020-11-23 08:09:17.757819"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 0.935472329969585], ["string", "Ipsam eaque quia non eum."], ["date", "2020-12-09"], ["time", "2000-01-01 01:40:27.495846"], ["datetime", "2020-11-12 05:11:46.778893"], ["created_at", "2020-11-23 08:09:17.760504"], ["updated_at", "2020-11-23 08:09:17.760504"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 0.0754012571997961], ["string", "Nostrum sint amet quas."], ["date", "2020-12-14"], ["time", "2000-01-01 14:23:03.793826"], ["datetime", "2020-10-29 04:08:08.516827"], ["created_at", "2020-11-23 08:09:17.763448"], ["updated_at", "2020-11-23 08:09:17.763448"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 11.8891275094012], ["string", "Magnam neque et."], ["created_at", "2020-11-23 08:09:17.765969"], ["updated_at", "2020-11-23 08:09:17.765969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 5.44700448780316], ["string", "Dignissimos omnis illum incidunt."], ["created_at", "2020-11-23 08:09:17.768088"], ["updated_at", "2020-11-23 08:09:17.768088"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 14.4054317162686], ["string", "Ratione inventore ipsa et harum."], ["created_at", "2020-11-23 08:09:17.770193"], ["updated_at", "2020-11-23 08:09:17.770193"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 0.164273196072422], ["string", "Ut labore autem et."], ["created_at", "2020-11-23 08:09:17.772166"], ["updated_at", "2020-11-23 08:09:17.772166"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 12.7466880084777], ["string", "Dolorem neque eum optio dolorum."], ["created_at", "2020-11-23 08:09:17.774185"], ["updated_at", "2020-11-23 08:09:17.774185"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1027], ["decimal", 5.01440019735123], ["string", "Ipsum sit delectus aspernatur."], ["created_at", "2020-11-23 08:09:17.776213"], ["updated_at", "2020-11-23 08:09:17.776213"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 16.3138321489488], ["string", "Accusantium doloribus non quos."], ["created_at", "2020-11-23 08:09:17.778113"], ["updated_at", "2020-11-23 08:09:17.778113"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 8.93152669186353], ["string", "Rerum ducimus maiores."], ["created_at", "2020-11-23 08:09:17.780068"], ["updated_at", "2020-11-23 08:09:17.780068"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-23 08:09:17.781552"], ["updated_at", "2020-11-23 08:09:17.781552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-23 08:09:17.782846"], ["updated_at", "2020-11-23 08:09:17.782846"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-23 08:09:17.784025"], ["updated_at", "2020-11-23 08:09:17.784025"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-23 08:09:17.785217"], ["updated_at", "2020-11-23 08:09:17.785217"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 08:09:17.786379"], ["updated_at", "2020-11-23 08:09:17.786379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-23 08:09:17.787541"], ["updated_at", "2020-11-23 08:09:17.787541"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 08:09:17.788755"], ["updated_at", "2020-11-23 08:09:17.788755"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-23 08:09:17.789886"], ["updated_at", "2020-11-23 08:09:17.789886"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 3], ["created_at", "2020-11-23 08:09:17.791533"], ["updated_at", "2020-11-23 08:09:17.791533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-23 08:09:17.793152"], ["updated_at", "2020-11-23 08:09:17.793152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 6], ["created_at", "2020-11-23 08:09:17.794697"], ["updated_at", "2020-11-23 08:09:17.794697"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 4], ["created_at", "2020-11-23 08:09:17.796233"], ["updated_at", "2020-11-23 08:09:17.796233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-23 08:09:17.797846"], ["updated_at", "2020-11-23 08:09:17.797846"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 7], ["created_at", "2020-11-23 08:09:17.799388"], ["updated_at", "2020-11-23 08:09:17.799388"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-23 08:09:17.800910"], ["updated_at", "2020-11-23 08:09:17.800910"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-23 08:09:17.802397"], ["updated_at", "2020-11-23 08:09:17.802397"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-23 08:09:17.803584"], ["updated_at", "2020-11-23 08:09:17.803584"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-23 08:09:17.804806"], ["updated_at", "2020-11-23 08:09:17.804806"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-23 08:09:17.805914"], ["updated_at", "2020-11-23 08:09:17.805914"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-23 08:09:17.807013"], ["updated_at", "2020-11-23 08:09:17.807013"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-23 08:09:17.808171"], ["updated_at", "2020-11-23 08:09:17.808171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-23 08:09:17.809525"], ["updated_at", "2020-11-23 08:09:17.809525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-23 08:09:17.810715"], ["updated_at", "2020-11-23 08:09:17.810715"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-23 08:09:17.811847"], ["updated_at", "2020-11-23 08:09:17.811847"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.812570"], ["updated_at", "2020-11-23 08:09:17.812570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.813251"], ["updated_at", "2020-11-23 08:09:17.813251"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.813899"], ["updated_at", "2020-11-23 08:09:17.813899"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.814517"], ["updated_at", "2020-11-23 08:09:17.814517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.815124"], ["updated_at", "2020-11-23 08:09:17.815124"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.815724"], ["updated_at", "2020-11-23 08:09:17.815724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.816325"], ["updated_at", "2020-11-23 08:09:17.816325"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.816940"], ["updated_at", "2020-11-23 08:09:17.816940"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.818194"], ["updated_at", "2020-11-23 08:09:17.818194"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.819303"], ["updated_at", "2020-11-23 08:09:17.819303"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.820379"], ["updated_at", "2020-11-23 08:09:17.820379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.821447"], ["updated_at", "2020-11-23 08:09:17.821447"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.822511"], ["updated_at", "2020-11-23 08:09:17.822511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.823590"], ["updated_at", "2020-11-23 08:09:17.823590"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.824680"], ["updated_at", "2020-11-23 08:09:17.824680"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:17.825775"], ["updated_at", "2020-11-23 08:09:17.825775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "41529 Kassulke Park, East Jasmintown, MA 97017"], ["city", "Port Pagebury"], ["country", "British Indian Ocean Territory (Chagos Archipelago)"], ["description", "Dolorum odio quam. Necessitatibus cupiditate odio. Deleniti enim aliquam."], ["email", "mendy@example.info"], ["first_name", "Craig"], ["firstname", "Trisha"], ["last_name", "Kuhn"], ["lastname", "Rempel"], ["lat", "14.827294684828686"], ["latitute", "-38.82554375361975"], ["lng", "-15.119293175694082"], ["locale", "LA"], ["longitude", "170.64264505699492"], ["middlename", "Thompson"], ["middle_name", "Parisian"], ["password", "GiSs4LbIjGx"], ["phone", "(279) 228-9539 x271"], ["phone_number", "(801) 940-9078 x08838"], ["reference", "acb5a88d-017d-4b62-93dd-1840402869e0"], ["title", "Ut culpa nihil."], ["user_name", "preston"], ["username", "nicolasa_mayert"], ["uuid", "bb8825df-71c1-4e91-9df9-9815613faa76"], ["created_at", "2020-11-23 08:09:17.857200"], ["updated_at", "2020-11-23 08:09:17.857200"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "6558 Stiedemann Spurs, Port Claudio, TX 67999"], ["city", "Pfeffermouth"], ["country", "Republic of Korea"], ["description", "Ad voluptas assumenda. Debitis ad explicabo. Pariatur delectus quod."], ["email", "nana@example.org"], ["first_name", "Michale"], ["firstname", "Aline"], ["last_name", "Pollich"], ["lastname", "Hahn"], ["lat", "-76.10710419282611"], ["latitute", "89.33206966469567"], ["lng", "-86.54963473789506"], ["locale", "MQ"], ["longitude", "-29.20534546486914"], ["middlename", "Bergnaum"], ["middle_name", "Kling"], ["password", "NoXoC6lE"], ["phone", "638.195.4232 x935"], ["phone_number", "474.078.4666"], ["reference", "ab7161b4-7db1-4835-874c-58bb4aeff2bb"], ["title", "Vel quis quidem."], ["user_name", "tanner.lubowitz"], ["username", "ron_kuhn"], ["uuid", "c847824d-cfa7-49b7-943e-c34c178a5951"], ["created_at", "2020-11-23 08:09:17.879331"], ["updated_at", "2020-11-23 08:09:17.879331"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "93893 Karl Mountains, Krajcikview, SC 64949"], ["city", "New Shelbymouth"], ["country", "Tajikistan"], ["description", "Nesciunt enim vero. Veritatis minima voluptates. Et rerum fugit. Facere similique quidem. Officia tempora alias."], ["email", "elvie@example.com"], ["first_name", "Christen"], ["firstname", "Jaye"], ["last_name", "Toy"], ["lastname", "Brakus"], ["lat", "-76.95879691372824"], ["latitute", "-33.69851297629444"], ["lng", "98.9026219162755"], ["locale", "NL"], ["longitude", "60.57928003271533"], ["middlename", "Johns"], ["middle_name", "Hegmann"], ["password", "XcLuAdZ6"], ["phone", "329-582-6103 x5510"], ["phone_number", "365-571-8176"], ["reference", "62208175-994b-416a-8ddf-2bb2aec3d5c7"], ["title", "Qui accusantium ipsa est."], ["user_name", "shonta"], ["username", "eddie.hegmann"], ["uuid", "4a6e8b66-ce4d-4130-8901-5687b5888f43"], ["created_at", "2020-11-23 08:09:17.901293"], ["updated_at", "2020-11-23 08:09:17.901293"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 275 8945 Bernier Lock, New Suzanneton, PA 55243"], ["city", "Quitzonport"], ["country", "Afghanistan"], ["description", "Qui inventore accusantium. Tempora modi ea. Iusto velit laboriosam. Repellat at aut. Est totam natus."], ["email", "maximo@example.info"], ["first_name", "Adam"], ["firstname", "Kathleen"], ["last_name", "Ferry"], ["lastname", "Trantow"], ["lat", "23.87821083677082"], ["latitute", "48.24397227611965"], ["lng", "-45.76438733761654"], ["locale", "SE"], ["longitude", "-93.61524991057537"], ["middlename", "Cummerata"], ["middle_name", "Dibbert"], ["password", "X1dVbTiDiD"], ["phone", "1-807-048-1717"], ["phone_number", "952-729-7401 x0146"], ["reference", "29c13c1b-f876-403b-9e51-e3117f707ce0"], ["title", "Inventore eum asperiores nesciunt vitae."], ["user_name", "shin"], ["username", "lenita"], ["uuid", "6226debb-af88-4527-befd-a10d6f4ef8aa"], ["created_at", "2020-11-23 08:09:17.923089"], ["updated_at", "2020-11-23 08:09:17.923089"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 783 6872 Minh Streets, South Everett, IN 47682-9908"], ["city", "Schulistfort"], ["country", "Kiribati"], ["description", "Reiciendis aspernatur doloribus. Corporis tempore placeat."], ["email", "shanae_wiza@example.org"], ["first_name", "Adela"], ["firstname", "Sabra"], ["last_name", "Gusikowski"], ["lastname", "Schaefer"], ["lat", "60.183736588507514"], ["latitute", "55.99386224126647"], ["lng", "132.44556662854103"], ["locale", "JM"], ["longitude", "-104.86931906560467"], ["middlename", "Kunze"], ["middle_name", "White"], ["password", "CkZs9ExFkD9yGa"], ["phone", "(926) 545-6622 x770"], ["phone_number", "(573) 961-3848 x2116"], ["reference", "f4cdfbde-949b-4cd0-a69e-baf3ede36eb5"], ["title", "Non consectetur similique."], ["user_name", "kimberley.pollich"], ["username", "tyler_okeefe"], ["uuid", "780956a7-b734-49bd-bcae-b304e47f7b4d"], ["created_at", "2020-11-23 08:09:17.951828"], ["updated_at", "2020-11-23 08:09:17.951828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "21357 Yundt Street, South Susanneshire, MD 29837-8533"], ["city", "Nicolasville"], ["country", "Bangladesh"], ["description", "Numquam dolor laudantium. Esse eveniet modi. Dolorem quis sunt. Omnis natus eaque. Qui quis velit."], ["email", "chantel_mccullough@example.info"], ["first_name", "Chi"], ["firstname", "Eugenio"], ["last_name", "Olson"], ["lastname", "Beahan"], ["lat", "77.97294018272686"], ["latitute", "54.9457773533355"], ["lng", "119.76259253787418"], ["locale", "CF"], ["longitude", "16.886949256496678"], ["middlename", "Collins"], ["middle_name", "Jakubowski"], ["password", "4Y5cA6hK"], ["phone", "1-635-232-0951"], ["phone_number", "(276) 001-7914 x4964"], ["reference", "0585da9e-2939-454c-aae2-fdd15cd906bc"], ["title", "Provident nemo omnis enim et."], ["user_name", "karolyn.roberts"], ["username", "toby_brakus"], ["uuid", "62c72c53-3a9f-4de2-81a0-004966c7ed5d"], ["created_at", "2020-11-23 08:09:17.973993"], ["updated_at", "2020-11-23 08:09:17.973993"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 352 3386 Douglas Views, North Florencia, ID 98639"], ["city", "Greenberg"], ["country", "Congo"], ["description", "A voluptas sed. Aliquid reiciendis dolorem. Quaerat commodi et. Aut quia ex."], ["email", "keith_walker@example.net"], ["first_name", "Ambrose"], ["firstname", "Prince"], ["last_name", "Klein"], ["lastname", "Cummings"], ["lat", "-3.5691256226893273"], ["latitute", "-40.38165340317764"], ["lng", "76.7343732987755"], ["locale", "VG"], ["longitude", "-163.19308130283338"], ["middlename", "Robel"], ["middle_name", "Fisher"], ["password", "LfJ5e2Zv"], ["phone", "(340) 448-1767 x24176"], ["phone_number", "120-259-2079"], ["reference", "ab19dc71-6162-4d28-8eba-a3db0b49c02a"], ["title", "Rerum omnis nisi veniam."], ["user_name", "jude.gerlach"], ["username", "federico.davis"], ["uuid", "494b368c-8ca1-48de-8bca-5e833905559a"], ["created_at", "2020-11-23 08:09:17.995795"], ["updated_at", "2020-11-23 08:09:17.995795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "11052 Bashirian Greens, West Irina, MT 82886"], ["city", "Port Ginoton"], ["country", "Guadeloupe"], ["description", "Voluptatem et perferendis. Dignissimos dolore ut."], ["email", "abe@example.co"], ["first_name", "Emil"], ["firstname", "Clifford"], ["last_name", "Lynch"], ["lastname", "Medhurst"], ["lat", "-35.852861686735885"], ["latitute", "44.97083209702117"], ["lng", "-150.6131117772751"], ["locale", "MP"], ["longitude", "-146.14148097279164"], ["middlename", "Kovacek"], ["middle_name", "Ritchie"], ["password", "CoVmLl4CoAu4IhM"], ["phone", "(332) 758-5256 x1662"], ["phone_number", "606-167-8908 x2537"], ["reference", "c557bebf-b26e-41bb-82ad-df16762e383c"], ["title", "Perspiciatis voluptatibus qui architecto quae et."], ["user_name", "alicia_klein"], ["username", "marcel_raynor"], ["uuid", "dff1027f-3305-4f3a-bd47-23d8ddff7957"], ["created_at", "2020-11-23 08:09:18.023218"], ["updated_at", "2020-11-23 08:09:18.023218"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-23 08:09:18.025174"], ["updated_at", "2020-11-23 08:09:18.025174"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-23 08:09:18.026430"], ["updated_at", "2020-11-23 08:09:18.026430"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-23 08:09:18.027579"], ["updated_at", "2020-11-23 08:09:18.027579"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-23 08:09:18.028727"], ["updated_at", "2020-11-23 08:09:18.028727"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-23 08:09:18.029897"], ["updated_at", "2020-11-23 08:09:18.029897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-23 08:09:18.031004"], ["updated_at", "2020-11-23 08:09:18.031004"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 08:09:18.032078"], ["updated_at", "2020-11-23 08:09:18.032078"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-23 08:09:18.033153"], ["updated_at", "2020-11-23 08:09:18.033153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:18.049921"], ["updated_at", "2020-11-23 08:09:18.049921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:18.050744"], ["updated_at", "2020-11-23 08:09:18.050744"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:18.051447"], ["updated_at", "2020-11-23 08:09:18.051447"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:18.052114"], ["updated_at", "2020-11-23 08:09:18.052114"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:18.052796"], ["updated_at", "2020-11-23 08:09:18.052796"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:18.053464"], ["updated_at", "2020-11-23 08:09:18.053464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:18.054131"], ["updated_at", "2020-11-23 08:09:18.054131"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:09:18.054806"], ["updated_at", "2020-11-23 08:09:18.054806"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:09:18.055506"], ["updated_at", "2020-11-23 08:09:18.055506"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:09:18.056213"], ["updated_at", "2020-11-23 08:09:18.056213"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:09:18.056917"], ["updated_at", "2020-11-23 08:09:18.056917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:09:18.057602"], ["updated_at", "2020-11-23 08:09:18.057602"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:09:18.058313"], ["updated_at", "2020-11-23 08:09:18.058313"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:09:18.058980"], ["updated_at", "2020-11-23 08:09:18.058980"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:09:18.059632"], ["updated_at", "2020-11-23 08:09:18.059632"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:09:18.060289"], ["updated_at", "2020-11-23 08:09:18.060289"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.0ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.5ms) DELETE FROM "alfas";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "574 Rowe Key, South Alleenmouth, WA 65527-2101"], ["city", "Shaunmouth"], ["country", "Papua New Guinea"], ["description", "Esse consequuntur eius. Et voluptate et. Aut eius modi."], ["email", "maurice@example.biz"], ["first_name", "Enriqueta"], ["firstname", "Darius"], ["last_name", "Jones"], ["lastname", "Stamm"], ["lat", "-87.47221366188411"], ["latitute", "-51.73445728008319"], ["lng", "7.678832976711874"], ["locale", "AQ"], ["longitude", "-133.66881005881768"], ["middlename", "Sipes"], ["middle_name", "Kozey"], ["password", "GyJwJtMxI6i2Q3x"], ["phone", "239-926-9142 x7928"], ["phone_number", "(385) 303-8558 x364"], ["reference", "d2d6b2e0-a4cf-405b-b14c-7bf057055ad7"], ["title", "Fugiat assumenda rerum ullam ad."], ["user_name", "destiny_wuckert"], ["username", "trevor"], ["uuid", "7fbab7a6-e86b-45af-9b7d-573a566132f8"], ["created_at", "2020-11-23 08:11:21.802994"], ["updated_at", "2020-11-23 08:11:21.802994"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7518 Bradly Ranch, New Dreama, DE 29586-8914"], ["city", "Tamabury"], ["country", "Congo"], ["description", "Doloremque maxime aperiam. Nemo a sed. Sed exercitationem quis."], ["email", "lowell@example.name"], ["first_name", "Kris"], ["firstname", "Damon"], ["last_name", "Kub"], ["lastname", "O'Conner"], ["lat", "29.100619039932624"], ["latitute", "10.673546957895894"], ["lng", "44.91548001960095"], ["locale", "CV"], ["longitude", "-44.8086759209244"], ["middlename", "Gislason"], ["middle_name", "Leuschke"], ["password", "E4sLmYg7MaIh6Tr"], ["phone", "1-636-986-2711 x27102"], ["phone_number", "1-963-750-8149 x461"], ["reference", "c9a98160-f844-4b0b-9eed-fc7344294e29"], ["title", "Et ab explicabo."], ["user_name", "virgil_goyette"], ["username", "concetta"], ["uuid", "d49e6b9e-c09e-4832-b684-5bbf917e55ff"], ["created_at", "2020-11-23 08:11:21.825293"], ["updated_at", "2020-11-23 08:11:21.825293"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "223 Fay Wall, Lake Romeoside, AL 80881"], ["city", "Marlenville"], ["country", "Uzbekistan"], ["description", "Et ut temporibus. Consequatur eum cupiditate. Quas excepturi molestiae. Ea assumenda ex. Autem qui debitis."], ["email", "palmer@example.org"], ["first_name", "Deedra"], ["firstname", "Marcelino"], ["last_name", "Lindgren"], ["lastname", "Aufderhar"], ["lat", "-33.17703305439922"], ["latitute", "-22.862448931435665"], ["lng", "-175.98846651858508"], ["locale", "IE"], ["longitude", "153.92944031630088"], ["middlename", "Murazik"], ["middle_name", "Doyle"], ["password", "KuPsH00i30E"], ["phone", "439-865-5617 x827"], ["phone_number", "(556) 182-7956 x287"], ["reference", "fdb416bc-d29a-4ec8-8e8b-78b7db9d0f91"], ["title", "Necessitatibus veniam provident laboriosam."], ["user_name", "raymond_kris"], ["username", "julius"], ["uuid", "c0e5b054-4d9b-44f5-8435-7579e6c9a4d0"], ["created_at", "2020-11-23 08:11:21.847097"], ["updated_at", "2020-11-23 08:11:21.847097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 434 72503 Emard Island, Vonchester, WA 23764"], ["city", "Shayneton"], ["country", "Lebanon"], ["description", "Minima dolorem eaque. Enim iusto qui. Corrupti sint consequatur. Placeat et quas."], ["email", "ingrid@example.org"], ["first_name", "Lenard"], ["firstname", "Flavia"], ["last_name", "Halvorson"], ["lastname", "Davis"], ["lat", "-22.119707128544704"], ["latitute", "60.5900508795487"], ["lng", "24.36090177479727"], ["locale", "SM"], ["longitude", "-70.20030678511014"], ["middlename", "Osinski"], ["middle_name", "McCullough"], ["password", "R5h3FcQ6rDf"], ["phone", "(627) 432-8009 x35304"], ["phone_number", "447-323-4247 x961"], ["reference", "3a7b467d-29ef-4a1b-862d-98a2ddfe5a46"], ["title", "Aut magnam rerum."], ["user_name", "tarra"], ["username", "augustine_gulgowski"], ["uuid", "6d0a250f-1e18-49e4-8b70-17d6e719ff05"], ["created_at", "2020-11-23 08:11:21.877041"], ["updated_at", "2020-11-23 08:11:21.877041"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 772 336 Morar Plaza, Norristown, KS 59726-6378"], ["city", "Schneiderside"], ["country", "Tokelau"], ["description", "Asperiores repellat voluptate. Aut unde vel. Error dolores sit. Accusantium molestias sit. Omnis totam molestiae."], ["email", "isreal.stracke@example.io"], ["first_name", "Laurinda"], ["firstname", "Lorenzo"], ["last_name", "Koss"], ["lastname", "Farrell"], ["lat", "-81.48880653027236"], ["latitute", "-18.05875467237327"], ["lng", "100.02215949266218"], ["locale", "MS"], ["longitude", "-152.33438070954026"], ["middlename", "Schmitt"], ["middle_name", "Ondricka"], ["password", "Hs8UjJt2MlYz96V6"], ["phone", "575.886.4380 x356"], ["phone_number", "923-839-6102 x6782"], ["reference", "6757a2aa-f16b-4589-b271-eeeae22bc765"], ["title", "Modi laborum laudantium consequatur quia."], ["user_name", "walker"], ["username", "alison"], ["uuid", "51c6eb5c-8317-47c5-803c-d0a7720161eb"], ["created_at", "2020-11-23 08:11:21.900160"], ["updated_at", "2020-11-23 08:11:21.900160"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "70316 Beatty Ville, Zulaufside, VA 52639-5071"], ["city", "Dylanchester"], ["country", "Namibia"], ["description", "In illum nam. Qui incidunt harum. Ut saepe quisquam. Sint magnam voluptatem."], ["email", "giovanna@example.co"], ["first_name", "Rich"], ["firstname", "Trinidad"], ["last_name", "Hilll"], ["lastname", "Crona"], ["lat", "-58.05550631018601"], ["latitute", "69.13475017288317"], ["lng", "43.43913505738996"], ["locale", "IM"], ["longitude", "173.15261671400953"], ["middlename", "Schaefer"], ["middle_name", "Stiedemann"], ["password", "MvNtHzCtOd4B"], ["phone", "1-721-428-2634 x8344"], ["phone_number", "(641) 579-9990 x57750"], ["reference", "974ea2f1-816e-4d5e-8e81-df3a6f7b7ebb"], ["title", "Quaerat occaecati iusto atque."], ["user_name", "jackeline_moen"], ["username", "carmina.emmerich"], ["uuid", "6a2f8b3f-28b6-4bf2-8e9a-f4df3b040248"], ["created_at", "2020-11-23 08:11:21.921913"], ["updated_at", "2020-11-23 08:11:21.921913"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "5769 McKenzie Freeway, Alyssaborough, KS 78967"], ["city", "East Clyde"], ["country", "Cyprus"], ["description", "Sit enim ipsa. Quidem tempore eum. Voluptas est quam."], ["email", "brittni.oconnell@example.org"], ["first_name", "Ozell"], ["firstname", "Osvaldo"], ["last_name", "Jast"], ["lastname", "Leuschke"], ["lat", "-26.361094866444773"], ["latitute", "-43.85226002628622"], ["lng", "107.41477826372943"], ["locale", "DZ"], ["longitude", "151.73205120503837"], ["middlename", "O'Reilly"], ["middle_name", "Armstrong"], ["password", "7SiOlLjHeIyXbK8"], ["phone", "581.030.9849 x39469"], ["phone_number", "1-789-062-2340 x427"], ["reference", "499f71f4-25c2-48b0-9d3f-39ff808ea42e"], ["title", "Quibusdam sit nam."], ["user_name", "tiffaney_skiles"], ["username", "elton"], ["uuid", "910df4ff-1500-43bd-9c6f-0fb2a766da92"], ["created_at", "2020-11-23 08:11:21.943516"], ["updated_at", "2020-11-23 08:11:21.943516"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 459 18651 Neville Ways, East Nelsonmouth, MO 38229"], ["city", "New Joseside"], ["country", "Cocos (Keeling) Islands"], ["description", "Eum occaecati ut. Laudantium ea porro."], ["email", "elvia.jast@example.info"], ["first_name", "Cinderella"], ["firstname", "Ira"], ["last_name", "Watsica"], ["lastname", "Franecki"], ["lat", "-88.60368048092103"], ["latitute", "-28.66671525243133"], ["lng", "-139.80786255579653"], ["locale", "PR"], ["longitude", "-3.534550269157478"], ["middlename", "Christiansen"], ["middle_name", "Hills"], ["password", "H4r2Qb08IpF"], ["phone", "(278) 619-9005"], ["phone_number", "808.796.7112 x8373"], ["reference", "ba20df6d-56c3-4b20-a171-bcd67464be27"], ["title", "Quia enim cum ipsam adipisci."], ["user_name", "sebastian"], ["username", "jack.wunsch"], ["uuid", "55e52481-77bd-48a3-9405-155517ea6bdf"], ["created_at", "2020-11-23 08:11:21.971454"], ["updated_at", "2020-11-23 08:11:21.971454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 781 95617 Rohan Cliffs, South Frankiefurt, SD 18416-2563"], ["city", "Satterfieldbury"], ["country", "Paraguay"], ["description", "Mollitia nemo magnam. Odio natus soluta. Natus doloremque sed."], ["email", "joya.powlowski@example.net"], ["first_name", "Shondra"], ["firstname", "Rossie"], ["last_name", "Larson"], ["lastname", "Bernhard"], ["lat", "87.78739272007081"], ["latitute", "26.677793464823054"], ["lng", "168.4000316232254"], ["locale", "GM"], ["longitude", "106.69444860897613"], ["middlename", "Hahn"], ["middle_name", "Weimann"], ["password", "QaCmCgJoX"], ["phone", "(604) 895-2737 x9067"], ["phone_number", "668-931-3721 x2572"], ["reference", "60f09a7b-ef87-4244-8ed8-c2d528a17c13"], ["title", "Pariatur in voluptatem dicta iste aliquam."], ["user_name", "thaddeus.kirlin"], ["username", "pei"], ["uuid", "41dbd44c-fe88-4c2f-bcde-398059fcddef"], ["created_at", "2020-11-23 08:11:21.994484"], ["updated_at", "2020-11-23 08:11:21.994484"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 560 689 Lucas Cliff, East Herschel, OR 42958-2099"], ["city", "Lake Eric"], ["country", "Burundi"], ["description", "Repellat quos qui. Error saepe iste. Fuga occaecati et. Quam distinctio molestiae. Amet totam sapiente."], ["email", "kerrie@example.net"], ["first_name", "Hosea"], ["firstname", "Lelah"], ["last_name", "Lemke"], ["lastname", "Corkery"], ["lat", "78.97264533719007"], ["latitute", "65.25427649038087"], ["lng", "-163.75456148508962"], ["locale", "HT"], ["longitude", "62.56453430841094"], ["middlename", "Koss"], ["middle_name", "Hermann"], ["password", "EaYbQsLk"], ["phone", "1-555-375-6617 x21704"], ["phone_number", "1-564-432-9188"], ["reference", "862074cc-c425-4eb3-b7bd-c4eba64f08b8"], ["title", "Quis reprehenderit quis."], ["user_name", "mindy_hegmann"], ["username", "vernice.heidenreich"], ["uuid", "0a7c8607-47fe-4243-8e4e-056f92d1f0d9"], ["created_at", "2020-11-23 08:11:22.016639"], ["updated_at", "2020-11-23 08:11:22.016639"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 14.7419358041997], ["string", "Maxime repellendus aut."], ["date", "2020-10-28"], ["time", "2000-01-01 12:48:43.704536"], ["datetime", "2020-10-22 20:41:36.770200"], ["created_at", "2020-11-23 08:11:22.046268"], ["updated_at", "2020-11-23 08:11:22.046268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1041], ["decimal", 15.6227055946302], ["string", "Sint totam distinctio minus exercitationem eos."], ["created_at", "2020-11-23 08:11:22.054197"], ["updated_at", "2020-11-23 08:11:22.054197"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 08:11:22.061345"], ["updated_at", "2020-11-23 08:11:22.061345"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-23 08:11:22.067395"], ["updated_at", "2020-11-23 08:11:22.067395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-23 08:11:22.072835"], ["updated_at", "2020-11-23 08:11:22.072835"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.078733"], ["updated_at", "2020-11-23 08:11:22.078733"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.083685"], ["updated_at", "2020-11-23 08:11:22.083685"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4768 Matt Ford, Swiftland, GA 03468"], ["city", "Robertsfort"], ["country", "India"], ["description", "Doloribus occaecati rerum. Reiciendis qui error. Voluptatem tempore sint."], ["email", "wanetta@example.io"], ["first_name", "Jacquelyne"], ["firstname", "Ken"], ["last_name", "Langworth"], ["lastname", "Gislason"], ["lat", "-80.81303616118329"], ["latitute", "55.3641060994905"], ["lng", "1.091752180636803"], ["locale", "ST"], ["longitude", "-133.21863252665833"], ["middlename", "Homenick"], ["middle_name", "Hodkiewicz"], ["password", "Ye97DoZgIx"], ["phone", "802-893-7172"], ["phone_number", "894-559-8093"], ["reference", "e9f561af-46e6-4e6a-b7cb-b27223ac7ec9"], ["title", "Pariatur eos inventore hic repellendus error."], ["user_name", "tatyana"], ["username", "britt"], ["uuid", "30e6393e-c7e2-4e6d-b848-639ef2a23a14"], ["created_at", "2020-11-23 08:11:22.117016"], ["updated_at", "2020-11-23 08:11:22.117016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 08:11:22.122501"], ["updated_at", "2020-11-23 08:11:22.122501"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.133150"], ["updated_at", "2020-11-23 08:11:22.133150"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:11:22.136460"], ["updated_at", "2020-11-23 08:11:22.136460"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.1ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 11.7149029472034], ["string", "Qui delectus est sapiente."], ["date", "2020-10-15"], ["time", "2000-01-01 03:10:07.167413"], ["datetime", "2020-11-30 18:15:45.539170"], ["created_at", "2020-11-23 08:11:22.146294"], ["updated_at", "2020-11-23 08:11:22.146294"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 33.6054112452879], ["string", "Nihil eligendi qui ullam."], ["date", "2020-12-15"], ["time", "2000-01-01 10:59:20.588073"], ["datetime", "2020-12-08 22:21:00.562441"], ["created_at", "2020-11-23 08:11:22.150010"], ["updated_at", "2020-11-23 08:11:22.150010"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 2.22529368099104], ["string", "Blanditiis rerum suscipit dolorum nobis omnis."], ["date", "2020-12-31"], ["time", "2000-01-01 22:44:01.428923"], ["datetime", "2020-12-06 03:29:53.705430"], ["created_at", "2020-11-23 08:11:22.153087"], ["updated_at", "2020-11-23 08:11:22.153087"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 9.0053990840276], ["string", "Quo et praesentium rem."], ["date", "2020-10-26"], ["time", "2000-01-01 07:57:35.591764"], ["datetime", "2020-11-29 23:06:24.379969"], ["created_at", "2020-11-23 08:11:22.156462"], ["updated_at", "2020-11-23 08:11:22.156462"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 11.4151603967521], ["string", "Voluptates distinctio dolor ut."], ["date", "2020-10-20"], ["time", "2000-01-01 13:06:29.394944"], ["datetime", "2020-10-17 21:39:03.581045"], ["created_at", "2020-11-23 08:11:22.160389"], ["updated_at", "2020-11-23 08:11:22.160389"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 28], ["decimal", 33.0527274040106], ["string", "Magnam aut perferendis quaerat sunt tempore."], ["date", "2020-11-11"], ["time", "2000-01-01 13:42:07.414621"], ["datetime", "2020-11-16 17:43:49.820898"], ["created_at", "2020-11-23 08:11:22.163837"], ["updated_at", "2020-11-23 08:11:22.163837"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 2.67676215759547], ["string", "Earum ipsum voluptatum."], ["date", "2020-12-27"], ["time", "2000-01-01 04:42:24.871326"], ["datetime", "2020-12-11 17:50:12.535524"], ["created_at", "2020-11-23 08:11:22.166765"], ["updated_at", "2020-11-23 08:11:22.166765"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 6.91714224534484], ["string", "Officiis animi qui sint eum laudantium."], ["date", "2020-10-30"], ["time", "2000-01-01 16:22:26.629136"], ["datetime", "2020-11-04 00:47:17.264800"], ["created_at", "2020-11-23 08:11:22.169752"], ["updated_at", "2020-11-23 08:11:22.169752"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 6.86510156038415], ["string", "Aut assumenda totam iure possimus."], ["created_at", "2020-11-23 08:11:22.172706"], ["updated_at", "2020-11-23 08:11:22.172706"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 8.4384026781196], ["string", "Architecto placeat qui."], ["created_at", "2020-11-23 08:11:22.175283"], ["updated_at", "2020-11-23 08:11:22.175283"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 11.0582328459898], ["string", "Quia tenetur sequi recusandae molestias esse."], ["created_at", "2020-11-23 08:11:22.177653"], ["updated_at", "2020-11-23 08:11:22.177653"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 0.330526435053472], ["string", "Laborum dolor iure maiores et."], ["created_at", "2020-11-23 08:11:22.179950"], ["updated_at", "2020-11-23 08:11:22.179950"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1031], ["decimal", 8.42789649742029], ["string", "Reprehenderit est fuga at."], ["created_at", "2020-11-23 08:11:22.182250"], ["updated_at", "2020-11-23 08:11:22.182250"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 2.51810353488132], ["string", "Repellendus corporis ea."], ["created_at", "2020-11-23 08:11:22.184492"], ["updated_at", "2020-11-23 08:11:22.184492"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1025], ["decimal", 4.46014013142761], ["string", "Ut reprehenderit quia iusto temporibus."], ["created_at", "2020-11-23 08:11:22.186675"], ["updated_at", "2020-11-23 08:11:22.186675"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 30.3419791295994], ["string", "Id officiis nihil at delectus."], ["created_at", "2020-11-23 08:11:22.188913"], ["updated_at", "2020-11-23 08:11:22.188913"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-23 08:11:22.190804"], ["updated_at", "2020-11-23 08:11:22.190804"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-23 08:11:22.192475"], ["updated_at", "2020-11-23 08:11:22.192475"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-23 08:11:22.194057"], ["updated_at", "2020-11-23 08:11:22.194057"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-23 08:11:22.195573"], ["updated_at", "2020-11-23 08:11:22.195573"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-23 08:11:22.197090"], ["updated_at", "2020-11-23 08:11:22.197090"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-23 08:11:22.198635"], ["updated_at", "2020-11-23 08:11:22.198635"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-23 08:11:22.200133"], ["updated_at", "2020-11-23 08:11:22.200133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-23 08:11:22.201640"], ["updated_at", "2020-11-23 08:11:22.201640"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 4], ["created_at", "2020-11-23 08:11:22.203883"], ["updated_at", "2020-11-23 08:11:22.203883"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-23 08:11:22.206263"], ["updated_at", "2020-11-23 08:11:22.206263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-23 08:11:22.208411"], ["updated_at", "2020-11-23 08:11:22.208411"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-23 08:11:22.210469"], ["updated_at", "2020-11-23 08:11:22.210469"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 3], ["created_at", "2020-11-23 08:11:22.212532"], ["updated_at", "2020-11-23 08:11:22.212532"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 1], ["created_at", "2020-11-23 08:11:22.214596"], ["updated_at", "2020-11-23 08:11:22.214596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-23 08:11:22.216661"], ["updated_at", "2020-11-23 08:11:22.216661"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-23 08:11:22.218736"], ["updated_at", "2020-11-23 08:11:22.218736"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-23 08:11:22.220310"], ["updated_at", "2020-11-23 08:11:22.220310"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-23 08:11:22.221950"], ["updated_at", "2020-11-23 08:11:22.221950"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-23 08:11:22.223599"], ["updated_at", "2020-11-23 08:11:22.223599"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-23 08:11:22.225142"], ["updated_at", "2020-11-23 08:11:22.225142"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-23 08:11:22.226663"], ["updated_at", "2020-11-23 08:11:22.226663"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-23 08:11:22.228147"], ["updated_at", "2020-11-23 08:11:22.228147"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-23 08:11:22.229680"], ["updated_at", "2020-11-23 08:11:22.229680"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-23 08:11:22.231192"], ["updated_at", "2020-11-23 08:11:22.231192"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.232125"], ["updated_at", "2020-11-23 08:11:22.232125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.233070"], ["updated_at", "2020-11-23 08:11:22.233070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.234041"], ["updated_at", "2020-11-23 08:11:22.234041"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.234922"], ["updated_at", "2020-11-23 08:11:22.234922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.235792"], ["updated_at", "2020-11-23 08:11:22.235792"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.236693"], ["updated_at", "2020-11-23 08:11:22.236693"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.237569"], ["updated_at", "2020-11-23 08:11:22.237569"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.238441"], ["updated_at", "2020-11-23 08:11:22.238441"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.240099"], ["updated_at", "2020-11-23 08:11:22.240099"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.241730"], ["updated_at", "2020-11-23 08:11:22.241730"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.243307"], ["updated_at", "2020-11-23 08:11:22.243307"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.244769"], ["updated_at", "2020-11-23 08:11:22.244769"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.246227"], ["updated_at", "2020-11-23 08:11:22.246227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.247677"], ["updated_at", "2020-11-23 08:11:22.247677"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.249146"], ["updated_at", "2020-11-23 08:11:22.249146"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.250631"], ["updated_at", "2020-11-23 08:11:22.250631"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 307 7240 Hassan Unions, North Tanjaborough, WY 97619"], ["city", "Lake Libradafort"], ["country", "Svalbard & Jan Mayen Islands"], ["description", "Ipsa in sunt. Impedit voluptas voluptas. Aut assumenda qui."], ["email", "mallie@example.net"], ["first_name", "Audrie"], ["firstname", "Ngoc"], ["last_name", "Zboncak"], ["lastname", "Kreiger"], ["lat", "-63.120092674874215"], ["latitute", "-27.71624913460868"], ["lng", "-10.09638971624915"], ["locale", "AE"], ["longitude", "-157.40044080194133"], ["middlename", "Mitchell"], ["middle_name", "Davis"], ["password", "ZwJpHwWi276FmP"], ["phone", "(134) 028-6330 x81954"], ["phone_number", "173.275.9129 x3015"], ["reference", "31131c54-4d8f-42b0-8e22-0beb17d00bb0"], ["title", "Sunt in voluptatem."], ["user_name", "rosario_boyle"], ["username", "tempie"], ["uuid", "5e170957-6f99-4821-b731-8b46389cbffa"], ["created_at", "2020-11-23 08:11:22.281480"], ["updated_at", "2020-11-23 08:11:22.281480"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "34876 Elicia Centers, Zemlakhaven, OK 35688"], ["city", "Lake Hannamouth"], ["country", "Cambodia"], ["description", "Cupiditate quo minima. Aperiam enim quisquam. Consequatur sed aliquid."], ["email", "man@example.net"], ["first_name", "Jann"], ["firstname", "Elton"], ["last_name", "Fay"], ["lastname", "Predovic"], ["lat", "-57.56718533412081"], ["latitute", "70.58188927459364"], ["lng", "-170.3850147033807"], ["locale", "PN"], ["longitude", "27.029541002824345"], ["middlename", "Beatty"], ["middle_name", "Altenwerth"], ["password", "I9uAgQu5VeGnJpS"], ["phone", "1-951-413-7522 x122"], ["phone_number", "(237) 286-3581 x51149"], ["reference", "3491d38e-4f24-4957-a14c-b05f4e9c95ae"], ["title", "Autem inventore quis earum enim et."], ["user_name", "frederick.mann"], ["username", "stella"], ["uuid", "971db350-af1d-453c-becb-088c1bc6b905"], ["created_at", "2020-11-23 08:11:22.306936"], ["updated_at", "2020-11-23 08:11:22.306936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 557 76602 Medhurst Walk, Normanfort, MA 60941-3970"], ["city", "Port Lavernahaven"], ["country", "Netherlands Antilles"], ["description", "Nulla illo dolorum. Distinctio qui ducimus. Perferendis voluptates harum."], ["email", "lakeshia.fay@example.com"], ["first_name", "Tammara"], ["firstname", "Donn"], ["last_name", "Marquardt"], ["lastname", "Wiza"], ["lat", "-70.96453650271309"], ["latitute", "-58.56874572362599"], ["lng", "160.6363602270145"], ["locale", "CU"], ["longitude", "-96.06941558640152"], ["middlename", "Grady"], ["middle_name", "Wiegand"], ["password", "0VdV7aUaNgO"], ["phone", "(762) 261-0669 x450"], ["phone_number", "(253) 664-5917 x101"], ["reference", "8625b2b9-14d6-44b9-8702-47d6a3b49b03"], ["title", "Voluptate assumenda voluptatibus quaerat."], ["user_name", "ginny.greenfelder"], ["username", "shu"], ["uuid", "e0242847-1ef2-4df5-a112-019aaadeffbb"], ["created_at", "2020-11-23 08:11:22.329360"], ["updated_at", "2020-11-23 08:11:22.329360"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 724 939 Daugherty Orchard, Heathcotebury, ME 06129-6090"], ["city", "Dickinsonshire"], ["country", "Cook Islands"], ["description", "Fugiat voluptatum et. Impedit a est. Ipsa est maiores. Alias soluta dolorum."], ["email", "jerald.ankunding@example.biz"], ["first_name", "Alaina"], ["firstname", "Stephania"], ["last_name", "Bailey"], ["lastname", "Kemmer"], ["lat", "89.54910198275115"], ["latitute", "8.102572577006512"], ["lng", "-115.63906513451168"], ["locale", "SH"], ["longitude", "1.6301108180443862"], ["middlename", "Murray"], ["middle_name", "Murphy"], ["password", "MaHcGcKhGwJ"], ["phone", "401-518-8575"], ["phone_number", "1-249-769-7589 x2042"], ["reference", "1c9bb853-d693-49bd-af4a-8a60da443b26"], ["title", "Iusto natus voluptatem in est."], ["user_name", "colby"], ["username", "stanton_beer"], ["uuid", "225b2aec-aa55-4f3f-8f91-4bedbea67e3d"], ["created_at", "2020-11-23 08:11:22.351426"], ["updated_at", "2020-11-23 08:11:22.351426"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "81676 Nader Brook, Nikiaview, TN 50159-8793"], ["city", "Port Nidia"], ["country", "Lao People's Democratic Republic"], ["description", "Beatae aperiam cum. Voluptatem illum itaque."], ["email", "nathanial_konopelski@example.co"], ["first_name", "Maynard"], ["firstname", "Laveta"], ["last_name", "Bahringer"], ["lastname", "Yundt"], ["lat", "39.075830397828895"], ["latitute", "65.98942207339076"], ["lng", "88.80241503231326"], ["locale", "AE"], ["longitude", "-50.45226985815134"], ["middlename", "Rutherford"], ["middle_name", "Nolan"], ["password", "Fa2MdZxXbYkIoGz3"], ["phone", "371.623.1157"], ["phone_number", "1-892-552-5178 x23030"], ["reference", "b0bfa71b-8cc7-428b-80dd-1503ff03b7a9"], ["title", "Esse quia molestias nobis."], ["user_name", "bob"], ["username", "marinda"], ["uuid", "f1ca7514-8263-4b52-a2ec-d383648d4020"], ["created_at", "2020-11-23 08:11:22.380784"], ["updated_at", "2020-11-23 08:11:22.380784"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "563 Bergnaum Manors, Lishaview, OR 25617-9092"], ["city", "South Crystleton"], ["country", "Solomon Islands"], ["description", "Veniam dicta porro. Optio illum reprehenderit. Tempora in omnis."], ["email", "ray_rippin@example.co"], ["first_name", "Tommy"], ["firstname", "Young"], ["last_name", "Christiansen"], ["lastname", "Breitenberg"], ["lat", "9.065788671685297"], ["latitute", "-77.35075492243863"], ["lng", "-127.63513282597108"], ["locale", "CH"], ["longitude", "-132.68907064261867"], ["middlename", "Schuppe"], ["middle_name", "Bernier"], ["password", "Z161xU41z"], ["phone", "218.633.4646 x32782"], ["phone_number", "911-806-2561 x40725"], ["reference", "ffa44484-4e12-4eae-9994-d00986dff300"], ["title", "Et dolor non harum explicabo et."], ["user_name", "rosanna"], ["username", "merle_wintheiser"], ["uuid", "9ec66ba7-7a01-4e65-b2b7-fb8a0b9e872a"], ["created_at", "2020-11-23 08:11:22.404507"], ["updated_at", "2020-11-23 08:11:22.404507"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "14511 Jed Rapid, Erlineview, DE 29576"], ["city", "North Ronniton"], ["country", "Latvia"], ["description", "Architecto ullam alias. Ut quisquam laudantium."], ["email", "jacinto_muller@example.co"], ["first_name", "Pasquale"], ["firstname", "Terrell"], ["last_name", "Runolfsson"], ["lastname", "Goodwin"], ["lat", "69.11472283602984"], ["latitute", "8.418564156634545"], ["lng", "-82.95144598535471"], ["locale", "SY"], ["longitude", "-157.70762407042358"], ["middlename", "Wuckert"], ["middle_name", "Conroy"], ["password", "H46xToP9a0A97346"], ["phone", "270-556-3032"], ["phone_number", "285-009-5296 x563"], ["reference", "497ca7d9-2a45-4c63-9f54-42d68410e6f4"], ["title", "Dicta provident quos autem."], ["user_name", "chase"], ["username", "lakeesha.prosacco"], ["uuid", "80fa5924-1194-4203-8781-1fef6884ee7a"], ["created_at", "2020-11-23 08:11:22.426393"], ["updated_at", "2020-11-23 08:11:22.426393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "282 Sol Harbor, Kuhlmanside, IN 07143-5435"], ["city", "McCulloughstad"], ["country", "Dominican Republic"], ["description", "Accusamus laborum ipsum. Explicabo dolorem temporibus. Perferendis tempore et. Hic in incidunt."], ["email", "noel@example.net"], ["first_name", "Haywood"], ["firstname", "Lizbeth"], ["last_name", "Kirlin"], ["lastname", "Nader"], ["lat", "18.17426110119125"], ["latitute", "2.4510898382071815"], ["lng", "39.704179104539946"], ["locale", "UM"], ["longitude", "-30.726677533498275"], ["middlename", "Okuneva"], ["middle_name", "Zboncak"], ["password", "7D0vIcWt6"], ["phone", "467.151.6028 x24224"], ["phone_number", "(734) 594-8249 x36200"], ["reference", "990d21cd-43ec-4346-b39c-40d6537ba0ff"], ["title", "Molestias reiciendis vitae et sed."], ["user_name", "vannesa_barrows"], ["username", "melissia.gleichner"], ["uuid", "49494f7b-0c57-4f04-a5b2-01701053587e"], ["created_at", "2020-11-23 08:11:22.448214"], ["updated_at", "2020-11-23 08:11:22.448214"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-23 08:11:22.450173"], ["updated_at", "2020-11-23 08:11:22.450173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 08:11:22.451317"], ["updated_at", "2020-11-23 08:11:22.451317"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-23 08:11:22.452406"], ["updated_at", "2020-11-23 08:11:22.452406"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-23 08:11:22.453539"], ["updated_at", "2020-11-23 08:11:22.453539"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 08:11:22.454630"], ["updated_at", "2020-11-23 08:11:22.454630"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 08:11:22.455708"], ["updated_at", "2020-11-23 08:11:22.455708"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-23 08:11:22.456775"], ["updated_at", "2020-11-23 08:11:22.456775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-23 08:11:22.457846"], ["updated_at", "2020-11-23 08:11:22.457846"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.473639"], ["updated_at", "2020-11-23 08:11:22.473639"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.474404"], ["updated_at", "2020-11-23 08:11:22.474404"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.475018"], ["updated_at", "2020-11-23 08:11:22.475018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.475613"], ["updated_at", "2020-11-23 08:11:22.475613"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.476203"], ["updated_at", "2020-11-23 08:11:22.476203"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.476806"], ["updated_at", "2020-11-23 08:11:22.476806"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.477395"], ["updated_at", "2020-11-23 08:11:22.477395"]]  (6.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.484336"], ["updated_at", "2020-11-23 08:11:22.484336"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:11:22.485186"], ["updated_at", "2020-11-23 08:11:22.485186"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:11:22.485906"], ["updated_at", "2020-11-23 08:11:22.485906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:11:22.486604"], ["updated_at", "2020-11-23 08:11:22.486604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:11:22.487292"], ["updated_at", "2020-11-23 08:11:22.487292"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:11:22.487973"], ["updated_at", "2020-11-23 08:11:22.487973"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:11:22.488659"], ["updated_at", "2020-11-23 08:11:22.488659"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:11:22.489340"], ["updated_at", "2020-11-23 08:11:22.489340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:11:22.490031"], ["updated_at", "2020-11-23 08:11:22.490031"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 5.75921445824648], ["string", "Quia saepe voluptate ducimus."], ["date", "2020-11-29"], ["time", "2000-01-01 11:06:42.024350"], ["datetime", "2020-11-05 05:27:46.374272"], ["created_at", "2020-11-23 08:11:22.523195"], ["updated_at", "2020-11-23 08:11:22.523195"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 8.56526513177261], ["string", "Eos magnam illo."], ["date", "2020-12-04"], ["time", "2000-01-01 11:02:24.772833"], ["datetime", "2020-10-21 00:32:07.888799"], ["created_at", "2020-11-23 08:11:22.526793"], ["updated_at", "2020-11-23 08:11:22.526793"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 8.94141748844453], ["string", "Eum qui id sint."], ["date", "2020-10-23"], ["time", "2000-01-01 22:51:24.578765"], ["datetime", "2020-12-16 11:51:24.812301"], ["created_at", "2020-11-23 08:11:22.530115"], ["updated_at", "2020-11-23 08:11:22.530115"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 0.0750142429452323], ["string", "Corrupti id pariatur fuga consequatur."], ["date", "2020-10-18"], ["time", "2000-01-01 21:11:23.403007"], ["datetime", "2020-12-01 11:17:28.627820"], ["created_at", "2020-11-23 08:11:22.534815"], ["updated_at", "2020-11-23 08:11:22.534815"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 2.3456205087206], ["string", "Quis hic voluptates voluptatem dolorem."], ["date", "2020-10-23"], ["time", "2000-01-01 02:28:29.408363"], ["datetime", "2020-11-21 04:43:27.565874"], ["created_at", "2020-11-23 08:11:22.538191"], ["updated_at", "2020-11-23 08:11:22.538191"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 36], ["decimal", 21.5975527137713], ["string", "Unde quam numquam voluptas facere."], ["date", "2020-12-02"], ["time", "2000-01-01 19:41:52.034721"], ["datetime", "2020-11-06 15:11:33.643946"], ["created_at", "2020-11-23 08:11:22.541273"], ["updated_at", "2020-11-23 08:11:22.541273"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.545086"], ["updated_at", "2020-11-23 08:11:22.545086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 11.846300479727], ["string", "Facere labore cupiditate optio enim praesentium."], ["date", "2020-10-15"], ["time", "2000-01-01 23:15:25.145755"], ["datetime", "2020-10-18 17:46:26.023897"], ["created_at", "2020-11-23 08:11:22.575511"], ["updated_at", "2020-11-23 08:11:22.575511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 16.9065625893961], ["string", "Ad vitae dolore sapiente velit."], ["date", "2020-11-07"], ["time", "2000-01-01 14:08:45.380410"], ["datetime", "2020-12-18 19:49:59.681235"], ["created_at", "2020-11-23 08:11:22.579664"], ["updated_at", "2020-11-23 08:11:22.579664"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 0.123495519780424], ["string", "Tempore provident ad non."], ["date", "2020-12-28"], ["time", "2000-01-01 13:22:10.269693"], ["datetime", "2020-12-15 22:14:42.182930"], ["created_at", "2020-11-23 08:11:22.582558"], ["updated_at", "2020-11-23 08:11:22.582558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 12.3434442515739], ["string", "Quam illo nostrum mollitia sint."], ["date", "2020-10-15"], ["time", "2000-01-01 10:28:08.327215"], ["datetime", "2020-10-13 00:04:34.220015"], ["created_at", "2020-11-23 08:11:22.585130"], ["updated_at", "2020-11-23 08:11:22.585130"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 0.20108255728777], ["string", "Dolorem quia et id nisi impedit."], ["date", "2020-10-12"], ["time", "2000-01-01 04:01:18.142652"], ["datetime", "2021-01-01 02:11:39.053627"], ["created_at", "2020-11-23 08:11:22.588056"], ["updated_at", "2020-11-23 08:11:22.588056"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 4.83848371691484], ["string", "Fugiat voluptatibus corporis occaecati."], ["date", "2020-11-19"], ["time", "2000-01-01 03:41:12.040229"], ["datetime", "2020-11-24 15:08:36.167652"], ["created_at", "2020-11-23 08:11:22.591037"], ["updated_at", "2020-11-23 08:11:22.591037"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 12.1475737961234], ["string", "Possimus molestiae dolores ratione."], ["date", "2020-11-26"], ["time", "2000-01-01 16:11:05.266303"], ["datetime", "2020-11-13 06:44:53.599238"], ["created_at", "2020-11-23 08:11:22.594926"], ["updated_at", "2020-11-23 08:11:22.594926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 2.34824807254318], ["string", "Molestiae in fugit sunt dolor quasi."], ["date", "2020-10-24"], ["time", "2000-01-01 10:24:41.265190"], ["datetime", "2020-12-13 11:52:41.729788"], ["created_at", "2020-11-23 08:11:22.598008"], ["updated_at", "2020-11-23 08:11:22.598008"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 11.0510921727322], ["string", "Dolores et eveniet et natus."], ["created_at", "2020-11-23 08:11:22.600546"], ["updated_at", "2020-11-23 08:11:22.600546"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 6.74916524267345], ["string", "Natus est adipisci."], ["created_at", "2020-11-23 08:11:22.602904"], ["updated_at", "2020-11-23 08:11:22.602904"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 17.6247735069314], ["string", "Quibusdam nihil hic."], ["created_at", "2020-11-23 08:11:22.605599"], ["updated_at", "2020-11-23 08:11:22.605599"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", -0.754085620644906], ["string", "Ratione totam modi dolorum doloremque."], ["created_at", "2020-11-23 08:11:22.607761"], ["updated_at", "2020-11-23 08:11:22.607761"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1028], ["decimal", 17.3537076013024], ["string", "Veritatis sapiente sed."], ["created_at", "2020-11-23 08:11:22.609882"], ["updated_at", "2020-11-23 08:11:22.609882"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1021], ["decimal", 10.4846026020477], ["string", "Molestias autem et minima."], ["created_at", "2020-11-23 08:11:22.611949"], ["updated_at", "2020-11-23 08:11:22.611949"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 16.3710854415428], ["string", "Sit nulla amet consequatur eos."], ["created_at", "2020-11-23 08:11:22.614218"], ["updated_at", "2020-11-23 08:11:22.614218"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 12.0436919524991], ["string", "Velit molestiae possimus nostrum."], ["created_at", "2020-11-23 08:11:22.616507"], ["updated_at", "2020-11-23 08:11:22.616507"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-23 08:11:22.618256"], ["updated_at", "2020-11-23 08:11:22.618256"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-23 08:11:22.620153"], ["updated_at", "2020-11-23 08:11:22.620153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-23 08:11:22.621595"], ["updated_at", "2020-11-23 08:11:22.621595"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-23 08:11:22.622846"], ["updated_at", "2020-11-23 08:11:22.622846"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-23 08:11:22.624104"], ["updated_at", "2020-11-23 08:11:22.624104"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-23 08:11:22.625350"], ["updated_at", "2020-11-23 08:11:22.625350"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-23 08:11:22.626558"], ["updated_at", "2020-11-23 08:11:22.626558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-23 08:11:22.627762"], ["updated_at", "2020-11-23 08:11:22.627762"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 2], ["created_at", "2020-11-23 08:11:22.629525"], ["updated_at", "2020-11-23 08:11:22.629525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 7], ["created_at", "2020-11-23 08:11:22.631329"], ["updated_at", "2020-11-23 08:11:22.631329"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 7], ["created_at", "2020-11-23 08:11:22.633049"], ["updated_at", "2020-11-23 08:11:22.633049"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-23 08:11:22.634690"], ["updated_at", "2020-11-23 08:11:22.634690"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-23 08:11:22.636262"], ["updated_at", "2020-11-23 08:11:22.636262"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-23 08:11:22.637989"], ["updated_at", "2020-11-23 08:11:22.637989"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 5], ["created_at", "2020-11-23 08:11:22.639569"], ["updated_at", "2020-11-23 08:11:22.639569"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 1], ["created_at", "2020-11-23 08:11:22.641141"], ["updated_at", "2020-11-23 08:11:22.641141"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-23 08:11:22.642385"], ["updated_at", "2020-11-23 08:11:22.642385"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-23 08:11:22.643616"], ["updated_at", "2020-11-23 08:11:22.643616"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-23 08:11:22.644790"], ["updated_at", "2020-11-23 08:11:22.644790"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-23 08:11:22.645982"], ["updated_at", "2020-11-23 08:11:22.645982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-23 08:11:22.647130"], ["updated_at", "2020-11-23 08:11:22.647130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-23 08:11:22.648290"], ["updated_at", "2020-11-23 08:11:22.648290"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-23 08:11:22.649435"], ["updated_at", "2020-11-23 08:11:22.649435"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-23 08:11:22.650576"], ["updated_at", "2020-11-23 08:11:22.650576"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.651305"], ["updated_at", "2020-11-23 08:11:22.651305"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.651972"], ["updated_at", "2020-11-23 08:11:22.651972"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.652655"], ["updated_at", "2020-11-23 08:11:22.652655"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.653319"], ["updated_at", "2020-11-23 08:11:22.653319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.653981"], ["updated_at", "2020-11-23 08:11:22.653981"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.654635"], ["updated_at", "2020-11-23 08:11:22.654635"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.655285"], ["updated_at", "2020-11-23 08:11:22.655285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.655954"], ["updated_at", "2020-11-23 08:11:22.655954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.657273"], ["updated_at", "2020-11-23 08:11:22.657273"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.658469"], ["updated_at", "2020-11-23 08:11:22.658469"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.659584"], ["updated_at", "2020-11-23 08:11:22.659584"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.660692"], ["updated_at", "2020-11-23 08:11:22.660692"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.661789"], ["updated_at", "2020-11-23 08:11:22.661789"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.662902"], ["updated_at", "2020-11-23 08:11:22.662902"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.664011"], ["updated_at", "2020-11-23 08:11:22.664011"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.665135"], ["updated_at", "2020-11-23 08:11:22.665135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 988 54125 Waters Walk, East Hollischester, IA 78430-8975"], ["city", "D'Amoremouth"], ["country", "Niue"], ["description", "Qui rerum aliquam. Voluptas laboriosam quaerat. Iusto beatae non. Dolor nulla est. Aut doloremque optio."], ["email", "leonida.grimes@example.com"], ["first_name", "Franchesca"], ["firstname", "Johana"], ["last_name", "Becker"], ["lastname", "Pouros"], ["lat", "31.04925508566359"], ["latitute", "40.11249552858581"], ["lng", "-139.12697986706414"], ["locale", "MD"], ["longitude", "-19.62275110077414"], ["middlename", "Erdman"], ["middle_name", "Hansen"], ["password", "YiLvXvU2iSj8"], ["phone", "1-448-684-7318 x4249"], ["phone_number", "1-367-731-3595 x650"], ["reference", "c1e2aaf1-5da8-44b2-acb0-0be2a5b872bc"], ["title", "Sit veniam et nihil eius excepturi."], ["user_name", "amee.langworth"], ["username", "gidget.kerluke"], ["uuid", "e3038f00-0d4e-4181-a5f4-ffb58336ec3f"], ["created_at", "2020-11-23 08:11:22.696652"], ["updated_at", "2020-11-23 08:11:22.696652"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 775 98572 Gaston Estates, Greenfelderville, IN 22834-2409"], ["city", "Harrisonchester"], ["country", "Poland"], ["description", "In aut quo. Beatae sunt fugit. Qui repellendus et. Atque quia facilis. Error consequatur nobis."], ["email", "rocky@example.com"], ["first_name", "Callie"], ["firstname", "Elvin"], ["last_name", "Ward"], ["lastname", "Stehr"], ["lat", "-57.89836638563681"], ["latitute", "50.87499621692638"], ["lng", "147.40726024218617"], ["locale", "NI"], ["longitude", "-145.60855662716918"], ["middlename", "Denesik"], ["middle_name", "Johnston"], ["password", "7Wx0UnTcKgApM"], ["phone", "1-206-610-5852 x921"], ["phone_number", "617.553.7078 x832"], ["reference", "516ebf96-b234-4819-a006-3a4404367ec6"], ["title", "Non numquam ea aperiam dolorem dolorum."], ["user_name", "emilio.tillman"], ["username", "broderick"], ["uuid", "0b594af2-69bc-4ceb-a136-f4e8a6453f91"], ["created_at", "2020-11-23 08:11:22.720364"], ["updated_at", "2020-11-23 08:11:22.720364"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9618 Schaden Crossing, Sonnyborough, MA 21989-0035"], ["city", "Robelshire"], ["country", "Wallis and Futuna"], ["description", "Repudiandae non iste. Odio perspiciatis omnis."], ["email", "leonel.donnelly@example.name"], ["first_name", "Claudia"], ["firstname", "Rocky"], ["last_name", "D'Amore"], ["lastname", "Bartell"], ["lat", "-1.445546343834593"], ["latitute", "-47.567112944073386"], ["lng", "170.13036006248734"], ["locale", "BE"], ["longitude", "-129.1236995999709"], ["middlename", "Bergstrom"], ["middle_name", "Rempel"], ["password", "0PvMwQd88"], ["phone", "1-161-005-5402 x99720"], ["phone_number", "616-700-9257"], ["reference", "9d792bb4-15f6-46b4-b36e-acdfeb46e941"], ["title", "Pariatur odio dolores rerum."], ["user_name", "thomasina_gusikowski"], ["username", "sibyl"], ["uuid", "94d6aa0d-4feb-43d0-94b9-0ab6b35f3ebe"], ["created_at", "2020-11-23 08:11:22.741853"], ["updated_at", "2020-11-23 08:11:22.741853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 878 160 Kaleigh Shoals, Ratketown, RI 21304-3583"], ["city", "Yostside"], ["country", "Antigua and Barbuda"], ["description", "Veritatis officiis distinctio. Explicabo nostrum et."], ["email", "linwood_hand@example.net"], ["first_name", "Roberta"], ["firstname", "Danika"], ["last_name", "Prohaska"], ["lastname", "Howell"], ["lat", "34.39446698208151"], ["latitute", "26.099892765857632"], ["lng", "-38.30811062530515"], ["locale", "ML"], ["longitude", "87.04563077201095"], ["middlename", "Wintheiser"], ["middle_name", "Kovacek"], ["password", "Fj3O5cM2nQ"], ["phone", "688-505-9740 x63107"], ["phone_number", "409-463-8973"], ["reference", "353f34ef-19a1-4088-a8b9-b9e694f475f1"], ["title", "Quia repudiandae reiciendis necessitatibus exercitationem accusamus."], ["user_name", "lindsay"], ["username", "quintin"], ["uuid", "d5d28987-84d7-4b13-80f7-25748d8677a2"], ["created_at", "2020-11-23 08:11:22.763441"], ["updated_at", "2020-11-23 08:11:22.763441"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2326 Ira Villages, East Solburgh, NC 59755"], ["city", "South Deedra"], ["country", "Congo"], ["description", "Quia saepe ea. Saepe accusantium aut."], ["email", "nathaniel@example.net"], ["first_name", "Sanjuana"], ["firstname", "Cyril"], ["last_name", "Jerde"], ["lastname", "Orn"], ["lat", "43.677347827234854"], ["latitute", "10.560112051684484"], ["lng", "55.892164262374564"], ["locale", "TO"], ["longitude", "-146.99297203034172"], ["middlename", "Reilly"], ["middle_name", "Pouros"], ["password", "NgQiZgDk6YtD5d"], ["phone", "810.411.8894 x26535"], ["phone_number", "1-883-822-6211 x596"], ["reference", "1345ac31-8d48-49e2-a496-90ca12dcc643"], ["title", "Doloremque quia reprehenderit expedita."], ["user_name", "kortney"], ["username", "carter_nader"], ["uuid", "32c3fef2-470f-480a-ab5b-99dce529c102"], ["created_at", "2020-11-23 08:11:22.792206"], ["updated_at", "2020-11-23 08:11:22.792206"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "250 Caterina Mount, New Kenaberg, AK 83816"], ["city", "Reginaldville"], ["country", "Benin"], ["description", "Nostrum quo velit. Eius dolorem voluptatem. Architecto officiis harum."], ["email", "ramiro.kunze@example.info"], ["first_name", "Charles"], ["firstname", "Maris"], ["last_name", "Skiles"], ["lastname", "Johnston"], ["lat", "46.814891605985224"], ["latitute", "60.53009933627493"], ["lng", "-145.76949290163788"], ["locale", "RS"], ["longitude", "147.37987736667617"], ["middlename", "O'Hara"], ["middle_name", "Waelchi"], ["password", "1Bb8QgOmL16g"], ["phone", "(618) 546-6777 x09513"], ["phone_number", "821-321-3230 x566"], ["reference", "f7a97f6f-b51f-4015-ad8e-b95bafcd5d1e"], ["title", "Aut totam ducimus nobis odit voluptatem."], ["user_name", "lila"], ["username", "hobert"], ["uuid", "237f7372-5c3d-4b94-bea2-c0235c880dfe"], ["created_at", "2020-11-23 08:11:22.814615"], ["updated_at", "2020-11-23 08:11:22.814615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 662 289 Murazik Extension, Kshlerinport, MI 24422"], ["city", "Shelbyborough"], ["country", "Finland"], ["description", "Et eius dolore. Amet et eos. Non architecto natus. Hic aut et. Ut nihil aspernatur."], ["email", "veta@example.co"], ["first_name", "Amira"], ["firstname", "Royce"], ["last_name", "Heller"], ["lastname", "Labadie"], ["lat", "-34.14977548282795"], ["latitute", "-57.18417596210741"], ["lng", "4.976571179964225"], ["locale", "BZ"], ["longitude", "158.39849688206823"], ["middlename", "Pacocha"], ["middle_name", "Kunze"], ["password", "305Ac48UwDfHm4"], ["phone", "554.865.1042 x3589"], ["phone_number", "359.225.1214 x669"], ["reference", "88eedf58-302b-4089-a155-3ea295122a1f"], ["title", "Mollitia sed sint nulla hic voluptatem."], ["user_name", "erwin"], ["username", "janie.roberts"], ["uuid", "70714652-0700-491b-9fcb-edba12e9cf12"], ["created_at", "2020-11-23 08:11:22.836712"], ["updated_at", "2020-11-23 08:11:22.836712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "414 Kerluke Fields, Lake Taneka, TX 83264"], ["city", "Bergebury"], ["country", "Solomon Islands"], ["description", "Corporis error voluptatem. Impedit veritatis et."], ["email", "maxima.reilly@example.io"], ["first_name", "Lavonna"], ["firstname", "Anglea"], ["last_name", "Hilpert"], ["lastname", "Tillman"], ["lat", "7.060388780925848"], ["latitute", "46.74823512597027"], ["lng", "-110.77358336012968"], ["locale", "CF"], ["longitude", "-23.416007142038325"], ["middlename", "Wyman"], ["middle_name", "Moen"], ["password", "VdEaEkEe"], ["phone", "268-310-0322 x1329"], ["phone_number", "955-630-4995 x6521"], ["reference", "fa7d9380-5b0a-4b71-b245-6aca648e3bf3"], ["title", "Et et animi minus ab."], ["user_name", "lavinia"], ["username", "anton.turner"], ["uuid", "83cb7cc3-85c7-4fbd-b823-a5ba4f7ed298"], ["created_at", "2020-11-23 08:11:22.858350"], ["updated_at", "2020-11-23 08:11:22.858350"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-23 08:11:22.860358"], ["updated_at", "2020-11-23 08:11:22.860358"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-23 08:11:22.861594"], ["updated_at", "2020-11-23 08:11:22.861594"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 08:11:22.862736"], ["updated_at", "2020-11-23 08:11:22.862736"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-23 08:11:22.863877"], ["updated_at", "2020-11-23 08:11:22.863877"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-23 08:11:22.865084"], ["updated_at", "2020-11-23 08:11:22.865084"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-23 08:11:22.866340"], ["updated_at", "2020-11-23 08:11:22.866340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-23 08:11:22.867795"], ["updated_at", "2020-11-23 08:11:22.867795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-23 08:11:22.869063"], ["updated_at", "2020-11-23 08:11:22.869063"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.892936"], ["updated_at", "2020-11-23 08:11:22.892936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.893845"], ["updated_at", "2020-11-23 08:11:22.893845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.894563"], ["updated_at", "2020-11-23 08:11:22.894563"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.895279"], ["updated_at", "2020-11-23 08:11:22.895279"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.895990"], ["updated_at", "2020-11-23 08:11:22.895990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.896709"], ["updated_at", "2020-11-23 08:11:22.896709"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.897394"], ["updated_at", "2020-11-23 08:11:22.897394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-23 08:11:22.898077"], ["updated_at", "2020-11-23 08:11:22.898077"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:11:22.898811"], ["updated_at", "2020-11-23 08:11:22.898811"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:11:22.899578"], ["updated_at", "2020-11-23 08:11:22.899578"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:11:22.900311"], ["updated_at", "2020-11-23 08:11:22.900311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:11:22.901049"], ["updated_at", "2020-11-23 08:11:22.901049"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:11:22.901754"], ["updated_at", "2020-11-23 08:11:22.901754"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:11:22.902430"], ["updated_at", "2020-11-23 08:11:22.902430"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:11:22.903120"], ["updated_at", "2020-11-23 08:11:22.903120"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-23 08:11:22.903801"], ["updated_at", "2020-11-23 08:11:22.903801"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.1ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.2ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.9ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.9ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.9ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "364 Kareem Grove, Hermannbury, AZ 32314"], ["city", "New Andersonburgh"], ["country", "Afghanistan"], ["description", "Molestiae ad amet. Ut amet soluta."], ["email", "mack@example.co"], ["first_name", "Cristopher"], ["firstname", "Mike"], ["last_name", "Gerhold"], ["lastname", "Bode"], ["lat", "76.0250138203883"], ["latitute", "6.872565213607075"], ["lng", "-71.08310722786337"], ["locale", "SX"], ["longitude", "-104.20384726327654"], ["middlename", "Reichert"], ["middle_name", "Romaguera"], ["password", "D5c4TkMnL5m6Ww2"], ["phone", "1-703-533-0950 x47822"], ["phone_number", "1-339-137-8220 x440"], ["reference", "53bfded2-88c7-488b-ac90-f37dc6a318c3"], ["title", "Natus aliquam et explicabo tenetur magni."], ["user_name", "irving"], ["username", "mignon.macgyver"], ["uuid", "efd16233-5c1d-4332-8a66-83be9e4cd33e"], ["created_at", "2020-11-24 07:27:15.108885"], ["updated_at", "2020-11-24 07:27:15.108885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4276 Schaefer Lakes, Mosciskifurt, MA 79514"], ["city", "Lake Nigelmouth"], ["country", "Egypt"], ["description", "Molestiae modi quibusdam. Magnam asperiores tenetur. Soluta a expedita. Explicabo sequi laborum. Laudantium laboriosam animi."], ["email", "dana@example.io"], ["first_name", "Doretha"], ["firstname", "Yetta"], ["last_name", "Bailey"], ["lastname", "Flatley"], ["lat", "87.205877018335"], ["latitute", "-88.60848897189858"], ["lng", "133.45559498331875"], ["locale", "ID"], ["longitude", "16.103468041959502"], ["middlename", "Rowe"], ["middle_name", "Thiel"], ["password", "EpS4gGpYcXmQpQuH"], ["phone", "(567) 355-7527 x337"], ["phone_number", "899.981.7449 x380"], ["reference", "3180b217-b824-4505-9e40-a1da86b00afa"], ["title", "Repellat quo ab."], ["user_name", "delorse"], ["username", "jame.effertz"], ["uuid", "047c3d35-0df4-4467-ac1d-10279aadbfb2"], ["created_at", "2020-11-24 07:27:15.130654"], ["updated_at", "2020-11-24 07:27:15.130654"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 902 5343 Reichert Cove, East Twila, MA 77119-6516"], ["city", "South Tyronstad"], ["country", "Singapore"], ["description", "Omnis rerum est. Aut totam eos. Quia veniam ea."], ["email", "marcela_beier@example.net"], ["first_name", "Dodie"], ["firstname", "Damian"], ["last_name", "Kohler"], ["lastname", "Jaskolski"], ["lat", "72.83582639622622"], ["latitute", "-74.92053209319297"], ["lng", "-148.12280484281192"], ["locale", "OM"], ["longitude", "-132.57456832132794"], ["middlename", "Sanford"], ["middle_name", "Mante"], ["password", "M06cPoUzYe8Lj"], ["phone", "957-040-0447"], ["phone_number", "959.950.5613"], ["reference", "a14e5bfe-ad7c-4b65-ab34-4847b2103c19"], ["title", "Impedit est incidunt delectus."], ["user_name", "angla"], ["username", "irvin"], ["uuid", "f3699b55-083a-4b83-9ef9-da1a13544c5e"], ["created_at", "2020-11-24 07:27:15.152179"], ["updated_at", "2020-11-24 07:27:15.152179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 711 44487 Greenholt Extension, Port Jeneemouth, KS 64719-3046"], ["city", "DuBuqueport"], ["country", "San Marino"], ["description", "Quo omnis voluptatem. Incidunt soluta nam. Eaque illum ipsum."], ["email", "cierra@example.com"], ["first_name", "Eleonore"], ["firstname", "Elke"], ["last_name", "Fisher"], ["lastname", "Tremblay"], ["lat", "29.859529956546822"], ["latitute", "-19.35696044979207"], ["lng", "85.72206890427998"], ["locale", "HU"], ["longitude", "157.52146115197212"], ["middlename", "Mueller"], ["middle_name", "Willms"], ["password", "Vw8HzL3wHxX"], ["phone", "516-799-1418 x13214"], ["phone_number", "(106) 060-3264"], ["reference", "5da6cef1-0dbc-47cd-811b-01e69333b082"], ["title", "Quam eum neque ea qui ut."], ["user_name", "zachariah"], ["username", "dan"], ["uuid", "14df2937-f3b2-47dc-a28a-95b4574a6f15"], ["created_at", "2020-11-24 07:27:15.182383"], ["updated_at", "2020-11-24 07:27:15.182383"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 272 1354 McCullough Grove, New Ariellemouth, TN 78431"], ["city", "Port Harland"], ["country", "Turkey"], ["description", "Sit nemo autem. Perferendis voluptate sit. Autem nulla aut. Repudiandae voluptatem tempora."], ["email", "chandra_barton@example.io"], ["first_name", "Jenise"], ["firstname", "Paris"], ["last_name", "Cole"], ["lastname", "Beatty"], ["lat", "85.7023959503984"], ["latitute", "33.994079593301976"], ["lng", "111.6225442248683"], ["locale", "SI"], ["longitude", "-99.42269695651324"], ["middlename", "Blanda"], ["middle_name", "Rolfson"], ["password", "Y3qV3uH33eT"], ["phone", "223-333-7428 x98302"], ["phone_number", "(710) 855-7063"], ["reference", "958f72ba-3cb8-45de-8bf8-b300edec7efd"], ["title", "Enim placeat et reprehenderit."], ["user_name", "jonathon"], ["username", "ian.goyette"], ["uuid", "c4a3486a-ef99-407c-be4d-0cebfe505113"], ["created_at", "2020-11-24 07:27:15.204804"], ["updated_at", "2020-11-24 07:27:15.204804"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 405 165 Florencia Knoll, Port Maxton, SC 76856"], ["city", "Lake Nicolas"], ["country", "Saudi Arabia"], ["description", "Natus labore ipsam. Nihil dolore sed."], ["email", "cher.schimmel@example.net"], ["first_name", "Leanne"], ["firstname", "Tony"], ["last_name", "Mitchell"], ["lastname", "Pouros"], ["lat", "32.80808933280363"], ["latitute", "21.920647301403775"], ["lng", "16.089574150654187"], ["locale", "BR"], ["longitude", "117.45132435998528"], ["middlename", "Rolfson"], ["middle_name", "Greenfelder"], ["password", "A2048qVr1"], ["phone", "(851) 065-4623 x131"], ["phone_number", "1-826-597-7806 x96199"], ["reference", "06ba211c-23e8-4c32-80d3-b0ebf55204b5"], ["title", "Tenetur libero sit ut vel."], ["user_name", "isaiah"], ["username", "shawana"], ["uuid", "564fed05-6dc9-4897-bb48-4ffd51104b51"], ["created_at", "2020-11-24 07:27:15.226406"], ["updated_at", "2020-11-24 07:27:15.226406"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "6347 Rippin Bridge, West Gale, NJ 89457-9336"], ["city", "North Andy"], ["country", "Uzbekistan"], ["description", "Voluptas accusantium sequi. Aspernatur veritatis et. Perferendis est est. Beatae debitis officia. Saepe nam rerum."], ["email", "modesto.bruen@example.info"], ["first_name", "Rudy"], ["firstname", "Gale"], ["last_name", "Hoppe"], ["lastname", "Wiegand"], ["lat", "55.482693832254085"], ["latitute", "-55.10965396461386"], ["lng", "-108.58304603875636"], ["locale", "JP"], ["longitude", "44.297114150565875"], ["middlename", "Corwin"], ["middle_name", "Kuvalis"], ["password", "Ot3J3xZf7"], ["phone", "(781) 712-3982 x31744"], ["phone_number", "(127) 675-8957 x711"], ["reference", "d2cb83ae-6cd2-4210-af32-9585d37ee2f9"], ["title", "Rerum minima omnis pariatur."], ["user_name", "gladys"], ["username", "fabian"], ["uuid", "35792001-7380-43e4-807f-7f9929c1f7c5"], ["created_at", "2020-11-24 07:27:15.248047"], ["updated_at", "2020-11-24 07:27:15.248047"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 860 46179 Jason Manors, Lake Gerry, CT 42009"], ["city", "Loweberg"], ["country", "Eritrea"], ["description", "Ut porro expedita. Culpa iusto omnis."], ["email", "delila.stokes@example.org"], ["first_name", "Alix"], ["firstname", "Oliver"], ["last_name", "Tillman"], ["lastname", "Schultz"], ["lat", "84.19710236137007"], ["latitute", "-33.359999575839055"], ["lng", "-148.5445416811801"], ["locale", "BH"], ["longitude", "-125.59773587911332"], ["middlename", "Jakubowski"], ["middle_name", "Kulas"], ["password", "74VlX01yIkV9wZo"], ["phone", "(317) 712-5849"], ["phone_number", "(730) 326-1174 x6108"], ["reference", "93bef71c-b012-4e3e-bf37-b8d9ed33fe57"], ["title", "Mollitia fugit eos possimus qui expedita."], ["user_name", "travis_considine"], ["username", "rhea"], ["uuid", "f3f3e30b-f73c-4b73-9f5a-66260c768188"], ["created_at", "2020-11-24 07:27:15.275466"], ["updated_at", "2020-11-24 07:27:15.275466"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "75315 Nicolle Courts, MacGyverview, SD 88903"], ["city", "New Mattmouth"], ["country", "Tonga"], ["description", "Porro repellat non. Officiis dolor atque. Ut asperiores voluptatum."], ["email", "brittani@example.net"], ["first_name", "Natashia"], ["firstname", "Lanora"], ["last_name", "Schmitt"], ["lastname", "Kuvalis"], ["lat", "66.69648719288506"], ["latitute", "-70.33702587883081"], ["lng", "113.77294994969537"], ["locale", "SK"], ["longitude", "-13.670907295463934"], ["middlename", "Kuphal"], ["middle_name", "Block"], ["password", "J6nQ92wEa4XbU6"], ["phone", "(692) 734-2855"], ["phone_number", "(910) 803-1392 x6815"], ["reference", "e5dee86d-42c9-49dd-8484-c555baeec032"], ["title", "Nostrum aut quaerat."], ["user_name", "billy"], ["username", "cristopher"], ["uuid", "2385c6f0-5db6-4bf8-908c-f287587a419c"], ["created_at", "2020-11-24 07:27:15.297428"], ["updated_at", "2020-11-24 07:27:15.297428"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "94416 Marks Pines, North Shandi, VA 41418"], ["city", "Sunport"], ["country", "Samoa"], ["description", "Voluptas eaque blanditiis. Dolor aut ullam. Rerum occaecati corporis. Ducimus esse voluptatibus."], ["email", "in@example.com"], ["first_name", "Basil"], ["firstname", "Savanna"], ["last_name", "Stark"], ["lastname", "Zieme"], ["lat", "-68.70482842442621"], ["latitute", "23.17234034332776"], ["lng", "149.25285534245023"], ["locale", "SV"], ["longitude", "125.16785854099783"], ["middlename", "Gorczany"], ["middle_name", "Welch"], ["password", "A4xPeIdGh12Oe"], ["phone", "544-139-0647 x04000"], ["phone_number", "1-718-442-1655 x087"], ["reference", "4f708162-bc6d-481f-8d73-0db1ea26c3d6"], ["title", "Vero aut necessitatibus tempore ipsum rerum."], ["user_name", "margorie"], ["username", "sina"], ["uuid", "776f3ebc-c173-4de2-95a8-80b703460631"], ["created_at", "2020-11-24 07:27:15.319075"], ["updated_at", "2020-11-24 07:27:15.319075"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 4.50926590880051], ["string", "Explicabo ratione cupiditate nesciunt."], ["date", "2020-10-27"], ["time", "2000-01-01 17:11:13.636272"], ["datetime", "2020-12-01 21:35:14.607099"], ["created_at", "2020-11-24 07:27:15.345959"], ["updated_at", "2020-11-24 07:27:15.345959"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 9.97693663021355], ["string", "Possimus autem nihil nisi nobis ad."], ["created_at", "2020-11-24 07:27:15.353368"], ["updated_at", "2020-11-24 07:27:15.353368"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 07:27:15.361215"], ["updated_at", "2020-11-24 07:27:15.361215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 07:27:15.366787"], ["updated_at", "2020-11-24 07:27:15.366787"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 07:27:15.371464"], ["updated_at", "2020-11-24 07:27:15.371464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:15.377676"], ["updated_at", "2020-11-24 07:27:15.377676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.2ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:15.390689"], ["updated_at", "2020-11-24 07:27:15.390689"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 395 7764 Runolfsdottir Crest, Yostview, AZ 86501"], ["city", "Wintheiserfurt"], ["country", "Malta"], ["description", "Ipsum sunt voluptates. Fuga commodi est. Aut aut qui. Et impedit exercitationem."], ["email", "samella@example.co"], ["first_name", "Mose"], ["firstname", "Wilburn"], ["last_name", "Simonis"], ["lastname", "Runolfsdottir"], ["lat", "69.52154330462864"], ["latitute", "-13.740327722704023"], ["lng", "31.441536318345783"], ["locale", "BS"], ["longitude", "-121.66123904858591"], ["middlename", "Lynch"], ["middle_name", "Kuvalis"], ["password", "VyF6lZgRqY"], ["phone", "1-638-403-4604 x870"], ["phone_number", "953-194-4841 x9821"], ["reference", "57ea6fcd-5b46-406a-a74b-e4829de6b402"], ["title", "Numquam voluptatem earum id rerum."], ["user_name", "contessa"], ["username", "alvina.kunze"], ["uuid", "b77922ed-2345-499b-9997-72a5606b5696"], ["created_at", "2020-11-24 07:27:15.416100"], ["updated_at", "2020-11-24 07:27:15.416100"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 07:27:15.421271"], ["updated_at", "2020-11-24 07:27:15.421271"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:15.431931"], ["updated_at", "2020-11-24 07:27:15.431931"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:27:15.435311"], ["updated_at", "2020-11-24 07:27:15.435311"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 1.51571251362531], ["string", "Non eligendi vero."], ["date", "2020-12-13"], ["time", "2000-01-01 19:50:46.156299"], ["datetime", "2020-11-14 20:22:56.022661"], ["created_at", "2020-11-24 07:27:15.444510"], ["updated_at", "2020-11-24 07:27:15.444510"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 0.896115885597692], ["string", "Quo blanditiis aliquid."], ["date", "2020-12-05"], ["time", "2000-01-01 02:48:35.458174"], ["datetime", "2020-11-01 04:51:31.491383"], ["created_at", "2020-11-24 07:27:15.450511"], ["updated_at", "2020-11-24 07:27:15.450511"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 18.72210564416], ["string", "Quibusdam et voluptas exercitationem minus sit."], ["date", "2020-12-05"], ["time", "2000-01-01 14:55:00.353808"], ["datetime", "2020-12-22 14:33:51.544916"], ["created_at", "2020-11-24 07:27:15.455581"], ["updated_at", "2020-11-24 07:27:15.455581"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 28.4369202821795], ["string", "Cupiditate tenetur hic facere."], ["date", "2020-10-23"], ["time", "2000-01-01 11:03:41.017813"], ["datetime", "2020-12-26 22:00:46.622644"], ["created_at", "2020-11-24 07:27:15.460874"], ["updated_at", "2020-11-24 07:27:15.460874"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 33.9163739608139], ["string", "Nostrum numquam at porro mollitia."], ["date", "2020-12-12"], ["time", "2000-01-01 08:34:19.488308"], ["datetime", "2020-11-14 18:13:43.369303"], ["created_at", "2020-11-24 07:27:15.465863"], ["updated_at", "2020-11-24 07:27:15.465863"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 3.45554507750592], ["string", "Dignissimos fugit numquam voluptatum aliquam."], ["date", "2020-12-29"], ["time", "2000-01-01 03:44:11.591523"], ["datetime", "2020-11-30 10:22:55.515833"], ["created_at", "2020-11-24 07:27:15.469325"], ["updated_at", "2020-11-24 07:27:15.469325"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 13.0550492614396], ["string", "Quam atque aut."], ["date", "2020-10-14"], ["time", "2000-01-01 10:38:49.755620"], ["datetime", "2020-11-23 22:57:07.700608"], ["created_at", "2020-11-24 07:27:15.472285"], ["updated_at", "2020-11-24 07:27:15.472285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 29.6443254559656], ["string", "Autem reiciendis molestiae ab et rem."], ["date", "2020-11-26"], ["time", "2000-01-01 02:14:11.183295"], ["datetime", "2020-10-23 03:15:19.008560"], ["created_at", "2020-11-24 07:27:15.475142"], ["updated_at", "2020-11-24 07:27:15.475142"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1036], ["decimal", 19.2473515999183], ["string", "At rerum officia autem autem quis."], ["created_at", "2020-11-24 07:27:15.477800"], ["updated_at", "2020-11-24 07:27:15.477800"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 28.8267994626732], ["string", "Atque quia iste iure hic."], ["created_at", "2020-11-24 07:27:15.480963"], ["updated_at", "2020-11-24 07:27:15.480963"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 2.44740124036344], ["string", "Rerum ut tempore numquam error."], ["created_at", "2020-11-24 07:27:15.484164"], ["updated_at", "2020-11-24 07:27:15.484164"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1019], ["decimal", 2.43072955664732], ["string", "Illo dicta voluptate quia omnis."], ["created_at", "2020-11-24 07:27:15.486741"], ["updated_at", "2020-11-24 07:27:15.486741"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 7.02996418189169], ["string", "Incidunt porro veniam velit."], ["created_at", "2020-11-24 07:27:15.489690"], ["updated_at", "2020-11-24 07:27:15.489690"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 3.72538741865005], ["string", "Perferendis amet maiores dolore."], ["created_at", "2020-11-24 07:27:15.492812"], ["updated_at", "2020-11-24 07:27:15.492812"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 11.1687783456855], ["string", "Id facilis facere repudiandae aut."], ["created_at", "2020-11-24 07:27:15.496050"], ["updated_at", "2020-11-24 07:27:15.496050"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 0.934570657678161], ["string", "Deserunt facere debitis et."], ["created_at", "2020-11-24 07:27:15.499481"], ["updated_at", "2020-11-24 07:27:15.499481"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 07:27:15.502600"], ["updated_at", "2020-11-24 07:27:15.502600"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 07:27:15.504948"], ["updated_at", "2020-11-24 07:27:15.504948"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 07:27:15.507195"], ["updated_at", "2020-11-24 07:27:15.507195"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 07:27:15.509959"], ["updated_at", "2020-11-24 07:27:15.509959"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 07:27:15.512761"], ["updated_at", "2020-11-24 07:27:15.512761"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 07:27:15.514986"], ["updated_at", "2020-11-24 07:27:15.514986"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 07:27:15.517179"], ["updated_at", "2020-11-24 07:27:15.517179"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 07:27:15.519609"], ["updated_at", "2020-11-24 07:27:15.519609"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 4], ["created_at", "2020-11-24 07:27:15.522744"], ["updated_at", "2020-11-24 07:27:15.522744"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 7], ["created_at", "2020-11-24 07:27:15.525590"], ["updated_at", "2020-11-24 07:27:15.525590"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 6], ["created_at", "2020-11-24 07:27:15.528403"], ["updated_at", "2020-11-24 07:27:15.528403"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 8], ["created_at", "2020-11-24 07:27:15.531166"], ["updated_at", "2020-11-24 07:27:15.531166"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 1], ["created_at", "2020-11-24 07:27:15.533842"], ["updated_at", "2020-11-24 07:27:15.533842"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 7], ["created_at", "2020-11-24 07:27:15.536431"], ["updated_at", "2020-11-24 07:27:15.536431"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 1], ["created_at", "2020-11-24 07:27:15.538854"], ["updated_at", "2020-11-24 07:27:15.538854"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 6], ["created_at", "2020-11-24 07:27:15.541291"], ["updated_at", "2020-11-24 07:27:15.541291"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 07:27:15.543328"], ["updated_at", "2020-11-24 07:27:15.543328"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 07:27:15.545230"], ["updated_at", "2020-11-24 07:27:15.545230"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 07:27:15.547070"], ["updated_at", "2020-11-24 07:27:15.547070"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 07:27:15.549006"], ["updated_at", "2020-11-24 07:27:15.549006"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 07:27:15.550721"], ["updated_at", "2020-11-24 07:27:15.550721"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 07:27:15.552565"], ["updated_at", "2020-11-24 07:27:15.552565"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 07:27:15.554389"], ["updated_at", "2020-11-24 07:27:15.554389"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 07:27:15.556191"], ["updated_at", "2020-11-24 07:27:15.556191"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:15.557193"], ["updated_at", "2020-11-24 07:27:15.557193"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:15.558166"], ["updated_at", "2020-11-24 07:27:15.558166"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:15.559169"], ["updated_at", "2020-11-24 07:27:15.559169"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:15.560106"], ["updated_at", "2020-11-24 07:27:15.560106"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:15.560732"], ["updated_at", "2020-11-24 07:27:15.560732"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:15.561340"], ["updated_at", "2020-11-24 07:27:15.561340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:15.561940"], ["updated_at", "2020-11-24 07:27:15.561940"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:15.562542"], ["updated_at", "2020-11-24 07:27:15.562542"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:15.563821"], ["updated_at", "2020-11-24 07:27:15.563821"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:15.564951"], ["updated_at", "2020-11-24 07:27:15.564951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:15.566020"], ["updated_at", "2020-11-24 07:27:15.566020"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:15.567251"], ["updated_at", "2020-11-24 07:27:15.567251"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:15.568595"], ["updated_at", "2020-11-24 07:27:15.568595"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:15.569755"], ["updated_at", "2020-11-24 07:27:15.569755"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:15.570862"], ["updated_at", "2020-11-24 07:27:15.570862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:15.571955"], ["updated_at", "2020-11-24 07:27:15.571955"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 544 43097 Stiedemann Lane, Leofurt, KY 74867"], ["city", "Langchester"], ["country", "Thailand"], ["description", "Omnis iure voluptas. Consequatur cum architecto. Suscipit ad aut."], ["email", "cinderella@example.info"], ["first_name", "Edmundo"], ["firstname", "Elisabeth"], ["last_name", "Pfeffer"], ["lastname", "Kassulke"], ["lat", "-32.01473218299769"], ["latitute", "75.3325148687866"], ["lng", "124.1313533705083"], ["locale", "AD"], ["longitude", "113.4970149060918"], ["middlename", "Brakus"], ["middle_name", "Jacobson"], ["password", "WqUwZyKlTbRfG0r"], ["phone", "795.067.0274 x1308"], ["phone_number", "506.163.5844 x63735"], ["reference", "dd5af068-6455-45fa-83a9-42326935518d"], ["title", "Quisquam doloribus nesciunt quas eum."], ["user_name", "angeles"], ["username", "anglea_cartwright"], ["uuid", "b4e0c038-4e9b-4b0a-9c5a-85e7130ca1f8"], ["created_at", "2020-11-24 07:27:15.602568"], ["updated_at", "2020-11-24 07:27:15.602568"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "18822 Schulist Forge, Schimmelport, VA 27431-7465"], ["city", "Howetown"], ["country", "Bahrain"], ["description", "Eligendi repudiandae enim. Possimus eligendi corrupti."], ["email", "jim@example.io"], ["first_name", "Rickey"], ["firstname", "Kemberly"], ["last_name", "Jaskolski"], ["lastname", "Auer"], ["lat", "85.48857167492676"], ["latitute", "-18.66597563228764"], ["lng", "-96.9359949834509"], ["locale", "SJ"], ["longitude", "90.18726559450624"], ["middlename", "McLaughlin"], ["middle_name", "Treutel"], ["password", "91XiHy0F"], ["phone", "1-937-693-3246 x9051"], ["phone_number", "717-045-6529 x54328"], ["reference", "2fb69966-5f55-4dcc-bca4-861838be6591"], ["title", "Ab ut et qui sint."], ["user_name", "louise"], ["username", "crista.schulist"], ["uuid", "b142048c-1508-48e0-8c89-512ecc7f3498"], ["created_at", "2020-11-24 07:27:15.625249"], ["updated_at", "2020-11-24 07:27:15.625249"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "159 Jim Coves, East Yuonnefort, SD 55765"], ["city", "Hegmannstad"], ["country", "Benin"], ["description", "Aut non necessitatibus. Minus quisquam illum. Deserunt dolorem molestiae."], ["email", "myron.heidenreich@example.com"], ["first_name", "Jeremy"], ["firstname", "Zachariah"], ["last_name", "Hagenes"], ["lastname", "Herman"], ["lat", "49.625379342662995"], ["latitute", "53.59834253944683"], ["lng", "151.6606037374861"], ["locale", "VA"], ["longitude", "-56.33870626761997"], ["middlename", "Dickens"], ["middle_name", "Treutel"], ["password", "LpFtHdSr0ClVd"], ["phone", "(478) 432-4190"], ["phone_number", "969.754.3586 x21629"], ["reference", "314c4dc7-a9d2-4887-a346-bb86265dd8cc"], ["title", "Enim excepturi labore ducimus."], ["user_name", "russel.mills"], ["username", "annemarie"], ["uuid", "131e8a46-5ce8-48a3-8a79-ae1e95c19d4d"], ["created_at", "2020-11-24 07:27:15.647348"], ["updated_at", "2020-11-24 07:27:15.647348"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "90866 Emmerich Terrace, Ryanhaven, MI 63893-3342"], ["city", "North Dante"], ["country", "Sri Lanka"], ["description", "Temporibus nihil consequatur. Voluptate cum repudiandae."], ["email", "ferdinand.streich@example.com"], ["first_name", "Teena"], ["firstname", "Amado"], ["last_name", "Reinger"], ["lastname", "O'Connell"], ["lat", "-45.5714226650226"], ["latitute", "76.36220397065844"], ["lng", "82.77950142762222"], ["locale", "PH"], ["longitude", "-133.75819332681306"], ["middlename", "Rempel"], ["middle_name", "Abbott"], ["password", "OlNwYwK3fQpB"], ["phone", "(176) 565-3074 x1862"], ["phone_number", "637-492-1786 x21861"], ["reference", "a2c5be27-ae78-44aa-8261-6aceea6028af"], ["title", "Praesentium harum nam architecto odit."], ["user_name", "abbey_bogisich"], ["username", "jon"], ["uuid", "2a1218f0-6023-44ff-993d-91f0cfa9c3dd"], ["created_at", "2020-11-24 07:27:15.668921"], ["updated_at", "2020-11-24 07:27:15.668921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7925 Harriett Wall, Zemlakbury, CT 85832"], ["city", "New Madeline"], ["country", "Yemen"], ["description", "Placeat ut nostrum. Est aperiam sit. Ex debitis iure."], ["email", "alyse@example.io"], ["first_name", "Cherri"], ["firstname", "Naoma"], ["last_name", "Krajcik"], ["lastname", "Beier"], ["lat", "-14.244960989632744"], ["latitute", "-18.107607886222695"], ["lng", "-63.46252140369114"], ["locale", "LI"], ["longitude", "77.51863397347682"], ["middlename", "Zemlak"], ["middle_name", "Green"], ["password", "Dy5MrLt3X32"], ["phone", "(178) 533-9726 x1821"], ["phone_number", "848-261-3813 x068"], ["reference", "b5158682-fb01-470d-ae6f-cb07048ccfbc"], ["title", "Molestias et eum modi asperiores."], ["user_name", "franchesca_berge"], ["username", "era"], ["uuid", "75e1b35e-9ae5-4fbb-a920-7842b3f4fb99"], ["created_at", "2020-11-24 07:27:15.697425"], ["updated_at", "2020-11-24 07:27:15.697425"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 914 8871 Freddie Squares, Mariahhaven, AZ 23774-3640"], ["city", "Port Lucyport"], ["country", "South Georgia and the South Sandwich Islands"], ["description", "Rerum esse libero. Et velit numquam. Excepturi sit non."], ["email", "amado.wintheiser@example.co"], ["first_name", "Saul"], ["firstname", "Ali"], ["last_name", "Rogahn"], ["lastname", "Fadel"], ["lat", "-33.01531013692163"], ["latitute", "-60.255339833268245"], ["lng", "109.18565592402376"], ["locale", "SA"], ["longitude", "65.7810236436759"], ["middlename", "Cummings"], ["middle_name", "Padberg"], ["password", "KoJ53m4Wk"], ["phone", "932.014.6914 x223"], ["phone_number", "487-682-5516 x9027"], ["reference", "b82bc35a-b299-450a-a345-b5c5e6873e1e"], ["title", "Sit autem fugiat aspernatur quisquam."], ["user_name", "antonietta_wisozk"], ["username", "dorathy_deckow"], ["uuid", "a91a09ba-5b59-427c-96ad-2047508d6963"], ["created_at", "2020-11-24 07:27:15.720133"], ["updated_at", "2020-11-24 07:27:15.720133"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "510 Roderick Field, South Ressie, CT 31290-2944"], ["city", "Rohanburgh"], ["country", "Iran"], ["description", "Aut earum et. Et quisquam minus. Laborum voluptatem sapiente. Velit maxime ipsam. Mollitia dicta rerum."], ["email", "leandro@example.io"], ["first_name", "Desmond"], ["firstname", "Samual"], ["last_name", "Steuber"], ["lastname", "Kreiger"], ["lat", "-67.10000519466594"], ["latitute", "9.61087395576638"], ["lng", "149.40979678988538"], ["locale", "CK"], ["longitude", "60.6006278862306"], ["middlename", "Huels"], ["middle_name", "Lemke"], ["password", "DoRkRn0UfY1hJl"], ["phone", "(346) 796-7700 x082"], ["phone_number", "(469) 638-0988 x706"], ["reference", "482acee7-82f2-4470-9217-06a98fbc246b"], ["title", "Deserunt architecto dicta."], ["user_name", "stacy_quigley"], ["username", "despina.schmitt"], ["uuid", "b423b896-6a47-424f-845f-2feaf6692f36"], ["created_at", "2020-11-24 07:27:15.742311"], ["updated_at", "2020-11-24 07:27:15.742311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8377 Anderson Well, Collinbury, AK 57852"], ["city", "Lake Sheltonmouth"], ["country", "Congo"], ["description", "Quidem ut nisi. Quia voluptates quibusdam. Non laudantium et. Incidunt quas et."], ["email", "kory@example.io"], ["first_name", "Merrill"], ["firstname", "Keena"], ["last_name", "Medhurst"], ["lastname", "Pagac"], ["lat", "69.53967778994047"], ["latitute", "-80.6150933862637"], ["lng", "136.24778407150671"], ["locale", "HM"], ["longitude", "137.7177359317654"], ["middlename", "Mertz"], ["middle_name", "Strosin"], ["password", "48Bo8Hp1D337z"], ["phone", "243.620.5666 x1509"], ["phone_number", "(870) 085-5497 x951"], ["reference", "502c47dd-2881-4798-8351-b4f7b0baf8c5"], ["title", "Minus sed eum."], ["user_name", "kerry"], ["username", "bernie"], ["uuid", "77a392d7-bea6-4deb-b5af-91538e0f04f5"], ["created_at", "2020-11-24 07:27:15.764454"], ["updated_at", "2020-11-24 07:27:15.764454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 07:27:15.766865"], ["updated_at", "2020-11-24 07:27:15.766865"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 07:27:15.768575"], ["updated_at", "2020-11-24 07:27:15.768575"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 07:27:15.769892"], ["updated_at", "2020-11-24 07:27:15.769892"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 07:27:15.771240"], ["updated_at", "2020-11-24 07:27:15.771240"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 07:27:15.772592"], ["updated_at", "2020-11-24 07:27:15.772592"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 07:27:15.773713"], ["updated_at", "2020-11-24 07:27:15.773713"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 07:27:15.774785"], ["updated_at", "2020-11-24 07:27:15.774785"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 07:27:15.775952"], ["updated_at", "2020-11-24 07:27:15.775952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:15.801034"], ["updated_at", "2020-11-24 07:27:15.801034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:15.802004"], ["updated_at", "2020-11-24 07:27:15.802004"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:15.802758"], ["updated_at", "2020-11-24 07:27:15.802758"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:15.803467"], ["updated_at", "2020-11-24 07:27:15.803467"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:15.804264"], ["updated_at", "2020-11-24 07:27:15.804264"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:15.804997"], ["updated_at", "2020-11-24 07:27:15.804997"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:15.805754"], ["updated_at", "2020-11-24 07:27:15.805754"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:15.806528"], ["updated_at", "2020-11-24 07:27:15.806528"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:27:15.807358"], ["updated_at", "2020-11-24 07:27:15.807358"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:27:15.808170"], ["updated_at", "2020-11-24 07:27:15.808170"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:27:15.808925"], ["updated_at", "2020-11-24 07:27:15.808925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:27:15.809705"], ["updated_at", "2020-11-24 07:27:15.809705"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:27:15.810442"], ["updated_at", "2020-11-24 07:27:15.810442"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:27:15.811203"], ["updated_at", "2020-11-24 07:27:15.811203"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:27:15.811915"], ["updated_at", "2020-11-24 07:27:15.811915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:27:15.812723"], ["updated_at", "2020-11-24 07:27:15.812723"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 28.4364039073567], ["string", "Ea et voluptates provident qui magnam."], ["date", "2020-10-30"], ["time", "2000-01-01 03:08:52.354851"], ["datetime", "2020-12-27 02:26:09.101262"], ["created_at", "2020-11-24 07:27:15.854860"], ["updated_at", "2020-11-24 07:27:15.854860"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 4.99453388813745], ["string", "Aperiam nihil ex."], ["date", "2020-11-01"], ["time", "2000-01-01 10:20:44.911742"], ["datetime", "2020-12-05 07:52:01.855084"], ["created_at", "2020-11-24 07:27:15.859801"], ["updated_at", "2020-11-24 07:27:15.859801"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 29], ["decimal", 14.2740748016232], ["string", "Aliquid iste beatae voluptates cumque."], ["date", "2020-12-24"], ["time", "2000-01-01 10:10:59.706872"], ["datetime", "2020-11-15 23:07:28.298680"], ["created_at", "2020-11-24 07:27:15.862874"], ["updated_at", "2020-11-24 07:27:15.862874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 30], ["decimal", 7.17648788014669], ["string", "A dolor dolores dicta vel neque."], ["date", "2020-12-08"], ["time", "2000-01-01 22:38:57.896390"], ["datetime", "2020-11-28 21:12:21.593017"], ["created_at", "2020-11-24 07:27:15.867424"], ["updated_at", "2020-11-24 07:27:15.867424"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 9.95756759686653], ["string", "Facilis consequatur sint asperiores quo dolorem."], ["date", "2020-10-29"], ["time", "2000-01-01 01:14:25.405402"], ["datetime", "2020-11-26 23:30:43.269938"], ["created_at", "2020-11-24 07:27:15.870545"], ["updated_at", "2020-11-24 07:27:15.870545"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 0.50187865257959], ["string", "Perspiciatis velit nulla."], ["date", "2020-11-06"], ["time", "2000-01-01 00:48:06.169247"], ["datetime", "2020-10-18 10:37:09.781435"], ["created_at", "2020-11-24 07:27:15.874848"], ["updated_at", "2020-11-24 07:27:15.874848"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:15.877911"], ["updated_at", "2020-11-24 07:27:15.877911"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 26], ["decimal", 22.0530826802022], ["string", "Repellendus qui possimus."], ["date", "2020-10-31"], ["time", "2000-01-01 15:08:03.247443"], ["datetime", "2020-10-24 16:04:56.746808"], ["created_at", "2020-11-24 07:27:15.912475"], ["updated_at", "2020-11-24 07:27:15.912475"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 9.69665877057092], ["string", "Libero voluptatum doloremque reprehenderit in voluptate."], ["date", "2020-12-01"], ["time", "2000-01-01 09:39:05.656381"], ["datetime", "2020-10-30 07:52:33.729534"], ["created_at", "2020-11-24 07:27:15.916552"], ["updated_at", "2020-11-24 07:27:15.916552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 6.69653713368803], ["string", "Labore beatae voluptatem aut."], ["date", "2020-10-29"], ["time", "2000-01-01 07:38:54.315808"], ["datetime", "2020-12-05 17:41:38.201241"], ["created_at", "2020-11-24 07:27:15.919625"], ["updated_at", "2020-11-24 07:27:15.919625"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 6.32736404863424], ["string", "Aliquam autem qui nam."], ["date", "2020-12-22"], ["time", "2000-01-01 00:01:02.261807"], ["datetime", "2021-01-02 18:56:30.159452"], ["created_at", "2020-11-24 07:27:15.923591"], ["updated_at", "2020-11-24 07:27:15.923591"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 28], ["decimal", 0.24524809368442], ["string", "Dolorem maiores ducimus ratione."], ["date", "2020-12-26"], ["time", "2000-01-01 03:17:51.114336"], ["datetime", "2020-12-10 02:30:28.336330"], ["created_at", "2020-11-24 07:27:15.928857"], ["updated_at", "2020-11-24 07:27:15.928857"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 22.4247189475181], ["string", "Eum maxime ipsum voluptatum adipisci rem."], ["date", "2020-11-21"], ["time", "2000-01-01 11:55:04.662891"], ["datetime", "2020-12-24 15:47:15.876217"], ["created_at", "2020-11-24 07:27:15.933864"], ["updated_at", "2020-11-24 07:27:15.933864"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 0.0547013124535844], ["string", "Dicta enim consequuntur aut."], ["date", "2020-10-29"], ["time", "2000-01-01 10:01:39.409479"], ["datetime", "2021-01-05 01:20:33.865934"], ["created_at", "2020-11-24 07:27:15.938800"], ["updated_at", "2020-11-24 07:27:15.938800"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 28.9833562282214], ["string", "Ut sint odit quasi magnam."], ["date", "2020-12-19"], ["time", "2000-01-01 09:09:34.305058"], ["datetime", "2020-11-23 02:21:32.650670"], ["created_at", "2020-11-24 07:27:15.944243"], ["updated_at", "2020-11-24 07:27:15.944243"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 10.4916154979017], ["string", "Modi omnis temporibus dolorem eum."], ["created_at", "2020-11-24 07:27:15.948917"], ["updated_at", "2020-11-24 07:27:15.948917"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 21.1338485670511], ["string", "Numquam necessitatibus rerum sit."], ["created_at", "2020-11-24 07:27:15.952491"], ["updated_at", "2020-11-24 07:27:15.952491"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 5.71930609484984], ["string", "Sit assumenda sed magni."], ["created_at", "2020-11-24 07:27:15.956036"], ["updated_at", "2020-11-24 07:27:15.956036"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["decimal", 5.33483263002958], ["string", "Maiores temporibus nostrum numquam consequatur."], ["created_at", "2020-11-24 07:27:15.959517"], ["updated_at", "2020-11-24 07:27:15.959517"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 17.9292761466042], ["string", "Repudiandae est doloremque reprehenderit a."], ["created_at", "2020-11-24 07:27:15.962842"], ["updated_at", "2020-11-24 07:27:15.962842"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 1.99983929196801], ["string", "Molestiae nisi deserunt."], ["created_at", "2020-11-24 07:27:15.965167"], ["updated_at", "2020-11-24 07:27:15.965167"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 8.13950137172983], ["string", "Eveniet ipsa sed qui ipsam est."], ["created_at", "2020-11-24 07:27:15.967503"], ["updated_at", "2020-11-24 07:27:15.967503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 9.62052264016185], ["string", "Omnis fuga vitae."], ["created_at", "2020-11-24 07:27:15.969641"], ["updated_at", "2020-11-24 07:27:15.969641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 07:27:15.971293"], ["updated_at", "2020-11-24 07:27:15.971293"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 07:27:15.972729"], ["updated_at", "2020-11-24 07:27:15.972729"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 07:27:15.974174"], ["updated_at", "2020-11-24 07:27:15.974174"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 07:27:15.975485"], ["updated_at", "2020-11-24 07:27:15.975485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 07:27:15.976802"], ["updated_at", "2020-11-24 07:27:15.976802"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 07:27:15.978039"], ["updated_at", "2020-11-24 07:27:15.978039"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 07:27:15.979257"], ["updated_at", "2020-11-24 07:27:15.979257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 07:27:15.980498"], ["updated_at", "2020-11-24 07:27:15.980498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 1], ["created_at", "2020-11-24 07:27:15.982219"], ["updated_at", "2020-11-24 07:27:15.982219"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 3], ["created_at", "2020-11-24 07:27:15.983772"], ["updated_at", "2020-11-24 07:27:15.983772"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-24 07:27:15.985298"], ["updated_at", "2020-11-24 07:27:15.985298"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-24 07:27:15.986872"], ["updated_at", "2020-11-24 07:27:15.986872"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 8], ["created_at", "2020-11-24 07:27:15.988437"], ["updated_at", "2020-11-24 07:27:15.988437"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 6], ["created_at", "2020-11-24 07:27:15.989993"], ["updated_at", "2020-11-24 07:27:15.989993"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 1], ["created_at", "2020-11-24 07:27:15.991596"], ["updated_at", "2020-11-24 07:27:15.991596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 6], ["created_at", "2020-11-24 07:27:15.993232"], ["updated_at", "2020-11-24 07:27:15.993232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 07:27:15.994524"], ["updated_at", "2020-11-24 07:27:15.994524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 07:27:15.995718"], ["updated_at", "2020-11-24 07:27:15.995718"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 07:27:15.997099"], ["updated_at", "2020-11-24 07:27:15.997099"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 07:27:15.998575"], ["updated_at", "2020-11-24 07:27:15.998575"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 07:27:16.000026"], ["updated_at", "2020-11-24 07:27:16.000026"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 07:27:16.001456"], ["updated_at", "2020-11-24 07:27:16.001456"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 07:27:16.002809"], ["updated_at", "2020-11-24 07:27:16.002809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 07:27:16.003998"], ["updated_at", "2020-11-24 07:27:16.003998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:16.004802"], ["updated_at", "2020-11-24 07:27:16.004802"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:16.005478"], ["updated_at", "2020-11-24 07:27:16.005478"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:16.006134"], ["updated_at", "2020-11-24 07:27:16.006134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:16.006801"], ["updated_at", "2020-11-24 07:27:16.006801"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:16.007457"], ["updated_at", "2020-11-24 07:27:16.007457"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:16.008125"], ["updated_at", "2020-11-24 07:27:16.008125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:16.008785"], ["updated_at", "2020-11-24 07:27:16.008785"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:16.009447"], ["updated_at", "2020-11-24 07:27:16.009447"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:16.010784"], ["updated_at", "2020-11-24 07:27:16.010784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:16.011987"], ["updated_at", "2020-11-24 07:27:16.011987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:16.013153"], ["updated_at", "2020-11-24 07:27:16.013153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:16.014294"], ["updated_at", "2020-11-24 07:27:16.014294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:16.015468"], ["updated_at", "2020-11-24 07:27:16.015468"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:16.016790"], ["updated_at", "2020-11-24 07:27:16.016790"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:16.017933"], ["updated_at", "2020-11-24 07:27:16.017933"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:16.019048"], ["updated_at", "2020-11-24 07:27:16.019048"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 158 32269 Ellyn Gardens, Elenistad, NY 03079-8236"], ["city", "Brainmouth"], ["country", "Estonia"], ["description", "Quam eveniet aut. Est aliquam iusto."], ["email", "pansy@example.biz"], ["first_name", "Sharan"], ["firstname", "Karlyn"], ["last_name", "Romaguera"], ["lastname", "Stokes"], ["lat", "-52.841448262814055"], ["latitute", "60.884467886136065"], ["lng", "62.12432547576205"], ["locale", "IT"], ["longitude", "-138.92376347560594"], ["middlename", "Hills"], ["middle_name", "Cole"], ["password", "YtTbP7pV0zDfNnC"], ["phone", "1-506-715-1375 x08042"], ["phone_number", "664.561.0786 x88993"], ["reference", "786256ff-5f99-4393-863d-e8aa79841d30"], ["title", "Animi nobis sed similique."], ["user_name", "garrett_schimmel"], ["username", "terese"], ["uuid", "1a13ee8c-1b60-4454-ae14-98d6e06716eb"], ["created_at", "2020-11-24 07:27:16.050285"], ["updated_at", "2020-11-24 07:27:16.050285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 913 4180 Julianna Inlet, Wanton, HI 09604"], ["city", "Roycemouth"], ["country", "New Zealand"], ["description", "Libero eligendi cumque. Ex mollitia sunt. Saepe hic veniam. Corrupti perferendis aut. Culpa corporis est."], ["email", "micah.champlin@example.co"], ["first_name", "Elliot"], ["firstname", "Gary"], ["last_name", "Will"], ["lastname", "D'Amore"], ["lat", "29.70705718394069"], ["latitute", "19.021284105067068"], ["lng", "1.7242866163553572"], ["locale", "ML"], ["longitude", "21.037361545008338"], ["middlename", "Heidenreich"], ["middle_name", "Mueller"], ["password", "Ru3Yb76MaI8k"], ["phone", "1-850-281-7830 x06577"], ["phone_number", "1-346-539-0784 x85791"], ["reference", "3df97b5e-65a7-477d-b370-516534f0376a"], ["title", "Quos placeat voluptate."], ["user_name", "chad.wisozk"], ["username", "doyle_johnston"], ["uuid", "30a259b4-6cd6-415f-b2c1-53cfe03300fe"], ["created_at", "2020-11-24 07:27:16.072863"], ["updated_at", "2020-11-24 07:27:16.072863"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 569 6047 Metz Flats, Huberthaven, NE 94091"], ["city", "Ardellland"], ["country", "Uruguay"], ["description", "Est aut corporis. Magnam voluptatibus fugit. Totam est hic. Voluptates ut odio."], ["email", "danyelle@example.info"], ["first_name", "Roger"], ["firstname", "Londa"], ["last_name", "Dietrich"], ["lastname", "Bradtke"], ["lat", "5.488043528726848"], ["latitute", "59.77460947707624"], ["lng", "169.96488225163387"], ["locale", "ST"], ["longitude", "-10.866072670432288"], ["middlename", "Ryan"], ["middle_name", "Upton"], ["password", "BnB7pEuH3pU9"], ["phone", "(781) 824-7722 x2341"], ["phone_number", "345.082.6184 x0486"], ["reference", "b41cc611-2caf-4e96-b7c1-3e6958ad7e49"], ["title", "Ipsam quia quo ut."], ["user_name", "gail"], ["username", "judson"], ["uuid", "e3de3908-6826-40f4-a32e-65822ddad827"], ["created_at", "2020-11-24 07:27:16.095145"], ["updated_at", "2020-11-24 07:27:16.095145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 700 469 Fadel Manor, East Titus, MT 26515"], ["city", "Lupitaburgh"], ["country", "Bangladesh"], ["description", "Illum voluptas perferendis. Consequatur velit quidem. Commodi ut ullam. Quaerat veritatis necessitatibus."], ["email", "damian@example.biz"], ["first_name", "Jeramy"], ["firstname", "Selina"], ["last_name", "Bosco"], ["lastname", "Mann"], ["lat", "-85.72145522775264"], ["latitute", "-12.522024962405666"], ["lng", "-54.16801714328014"], ["locale", "GY"], ["longitude", "55.728586619353024"], ["middlename", "Welch"], ["middle_name", "Rowe"], ["password", "Zg9WbJx6N8r46Nk9"], ["phone", "572.276.0267 x84637"], ["phone_number", "742.264.5138 x80417"], ["reference", "097b2a3f-b23e-4609-aae4-c546ab46a252"], ["title", "Quos repellendus officia non eius."], ["user_name", "nathaniel"], ["username", "delisa_walsh"], ["uuid", "f61bb36a-8e0c-48d9-a170-d375f2d4b97c"], ["created_at", "2020-11-24 07:27:16.117307"], ["updated_at", "2020-11-24 07:27:16.117307"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 464 69240 Israel Way, South Elviaville, SD 76986-7453"], ["city", "Mauriceport"], ["country", "Georgia"], ["description", "Rerum molestias vel. Quasi commodi provident. Quasi aut cumque."], ["email", "song@example.name"], ["first_name", "Elna"], ["firstname", "Brooke"], ["last_name", "Dietrich"], ["lastname", "Gutkowski"], ["lat", "-75.07123383552654"], ["latitute", "81.04886177137939"], ["lng", "-81.00485711771758"], ["locale", "EC"], ["longitude", "81.96740493299819"], ["middlename", "McCullough"], ["middle_name", "Brekke"], ["password", "DaVk1NbZ0iNd"], ["phone", "844-085-4496 x7828"], ["phone_number", "419.681.7860 x290"], ["reference", "bff7e626-aadd-4831-be8c-b0380460e988"], ["title", "Quo culpa magni."], ["user_name", "candra"], ["username", "china_wiegand"], ["uuid", "ff8a7c93-e0d5-4574-9045-e0f6691f99fc"], ["created_at", "2020-11-24 07:27:16.147257"], ["updated_at", "2020-11-24 07:27:16.147257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 530 56396 Candra Ferry, New Edisonshire, WA 13495"], ["city", "Port Arlieland"], ["country", "Mauritius"], ["description", "Ad officiis voluptates. Voluptatem nemo voluptate. Consectetur impedit ut. Molestias rerum natus."], ["email", "mittie.hahn@example.name"], ["first_name", "Londa"], ["firstname", "Alex"], ["last_name", "Weimann"], ["lastname", "Bernhard"], ["lat", "-59.734010843883055"], ["latitute", "-52.61773100297177"], ["lng", "4.536339205136528"], ["locale", "SL"], ["longitude", "-121.37007747638751"], ["middlename", "Hoppe"], ["middle_name", "Kohler"], ["password", "Ty50VxWcLeI27zZe"], ["phone", "(377) 106-8767 x588"], ["phone_number", "(779) 501-7443 x99077"], ["reference", "1de9628d-d25e-47d8-a964-4b3b8f9a4e9f"], ["title", "Explicabo est illum quis."], ["user_name", "tyler"], ["username", "grazyna_maggio"], ["uuid", "98209279-cfe7-4339-a0fe-86ae1ac96013"], ["created_at", "2020-11-24 07:27:16.170428"], ["updated_at", "2020-11-24 07:27:16.170428"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "57571 Wesley Mill, Dustinfort, MT 33366"], ["city", "Janenemouth"], ["country", "Sao Tome and Principe"], ["description", "Magnam esse suscipit. Debitis est omnis. Nesciunt voluptates ut."], ["email", "rhiannon_botsford@example.net"], ["first_name", "Felix"], ["firstname", "Essie"], ["last_name", "Little"], ["lastname", "Lehner"], ["lat", "37.24059626539294"], ["latitute", "69.59397356710184"], ["lng", "4.250073260745012"], ["locale", "GM"], ["longitude", "-147.80993567574012"], ["middlename", "Waters"], ["middle_name", "Turner"], ["password", "IaHfXwHfLb09VfQ"], ["phone", "638.916.5280 x23790"], ["phone_number", "849-348-5598 x3925"], ["reference", "65a99745-5d4a-47d7-90da-8bef65000ecb"], ["title", "Vitae non amet."], ["user_name", "mary"], ["username", "agustin_christiansen"], ["uuid", "10480738-cbfb-4ed3-9dea-51562d3b99f1"], ["created_at", "2020-11-24 07:27:16.192989"], ["updated_at", "2020-11-24 07:27:16.192989"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 249 328 Ora Flat, Jerrodmouth, TN 49047-4469"], ["city", "Florineburgh"], ["country", "Senegal"], ["description", "Illo voluptatem fuga. In fugit nihil. Sequi et non. Optio iste facilis."], ["email", "gregory.bartell@example.net"], ["first_name", "Sharyn"], ["firstname", "Serena"], ["last_name", "Okuneva"], ["lastname", "Haag"], ["lat", "-39.79164881020091"], ["latitute", "-89.73592474058759"], ["lng", "88.27467907061919"], ["locale", "ZM"], ["longitude", "-20.928109361027396"], ["middlename", "Hettinger"], ["middle_name", "Ondricka"], ["password", "Nh8HsCe1R2gX"], ["phone", "(162) 851-0513 x2295"], ["phone_number", "495.619.8922 x557"], ["reference", "8f4a1024-a137-4fb0-8be9-f107b0dbdcad"], ["title", "Quia sit dolor et aliquam ullam."], ["user_name", "annetta_schroeder"], ["username", "magali_kulas"], ["uuid", "aa3b5d5c-7606-434f-8a7a-8437769fbe3e"], ["created_at", "2020-11-24 07:27:16.222001"], ["updated_at", "2020-11-24 07:27:16.222001"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 07:27:16.224230"], ["updated_at", "2020-11-24 07:27:16.224230"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 07:27:16.225833"], ["updated_at", "2020-11-24 07:27:16.225833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 07:27:16.227449"], ["updated_at", "2020-11-24 07:27:16.227449"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 07:27:16.229519"], ["updated_at", "2020-11-24 07:27:16.229519"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 07:27:16.231828"], ["updated_at", "2020-11-24 07:27:16.231828"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 07:27:16.233957"], ["updated_at", "2020-11-24 07:27:16.233957"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 07:27:16.235347"], ["updated_at", "2020-11-24 07:27:16.235347"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 07:27:16.236573"], ["updated_at", "2020-11-24 07:27:16.236573"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:16.256286"], ["updated_at", "2020-11-24 07:27:16.256286"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:16.257293"], ["updated_at", "2020-11-24 07:27:16.257293"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:16.258107"], ["updated_at", "2020-11-24 07:27:16.258107"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:16.258864"], ["updated_at", "2020-11-24 07:27:16.258864"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:16.259620"], ["updated_at", "2020-11-24 07:27:16.259620"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:16.260408"], ["updated_at", "2020-11-24 07:27:16.260408"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:16.261170"], ["updated_at", "2020-11-24 07:27:16.261170"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:27:16.261925"], ["updated_at", "2020-11-24 07:27:16.261925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:27:16.262743"], ["updated_at", "2020-11-24 07:27:16.262743"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:27:16.263627"], ["updated_at", "2020-11-24 07:27:16.263627"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:27:16.264442"], ["updated_at", "2020-11-24 07:27:16.264442"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:27:16.265216"], ["updated_at", "2020-11-24 07:27:16.265216"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:27:16.265959"], ["updated_at", "2020-11-24 07:27:16.265959"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:27:16.266674"], ["updated_at", "2020-11-24 07:27:16.266674"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:27:16.267397"], ["updated_at", "2020-11-24 07:27:16.267397"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:27:16.268133"], ["updated_at", "2020-11-24 07:27:16.268133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.1ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.9ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (2.2ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.8ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.8ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7431 Humberto Trail, Sporerville, HI 39868-0028"], ["city", "New Erleneport"], ["country", "Slovenia"], ["description", "Qui voluptas ad. Molestias dolore nam. Vero et voluptatibus. Eveniet recusandae et. Harum eum rem."], ["email", "janna.damore@example.info"], ["first_name", "Royce"], ["firstname", "Lourdes"], ["last_name", "Reilly"], ["lastname", "Hodkiewicz"], ["lat", "22.506976286767255"], ["latitute", "-84.39752875425998"], ["lng", "176.43712766009958"], ["locale", "IO"], ["longitude", "70.07359831128653"], ["middlename", "Shanahan"], ["middle_name", "Murray"], ["password", "IgSmD237oSuU5"], ["phone", "981.438.5529 x6976"], ["phone_number", "(598) 486-3896"], ["reference", "c5ea2cea-f71e-4d6c-af18-bb0cf90044b7"], ["title", "Est vel molestiae accusantium."], ["user_name", "jeffrey.crist"], ["username", "bennett.white"], ["uuid", "9109e4b2-1c65-4357-8523-36278951d13d"], ["created_at", "2020-11-24 07:28:58.111444"], ["updated_at", "2020-11-24 07:28:58.111444"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "5978 Jesse Creek, Port Renay, MS 52325-6011"], ["city", "Port Darryl"], ["country", "Pitcairn Islands"], ["description", "Et molestias error. In et est. Expedita eum aut. Sed iste corporis."], ["email", "jacques@example.name"], ["first_name", "Shane"], ["firstname", "Doretha"], ["last_name", "Quitzon"], ["lastname", "Anderson"], ["lat", "62.52996254278821"], ["latitute", "-75.1638515643916"], ["lng", "43.07931041438144"], ["locale", "GL"], ["longitude", "99.699272080031"], ["middlename", "O'Reilly"], ["middle_name", "Welch"], ["password", "TqB0n9WmHfHc6"], ["phone", "492.473.4016 x735"], ["phone_number", "390.329.0073"], ["reference", "07c0df72-4bba-4d1c-9f45-759f6b80501a"], ["title", "Ea rerum molestias et optio."], ["user_name", "reginald"], ["username", "amber_hyatt"], ["uuid", "8caaa16b-7326-4376-b45e-7fd00dd0435d"], ["created_at", "2020-11-24 07:28:58.133861"], ["updated_at", "2020-11-24 07:28:58.133861"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7059 Ortiz Pass, Kirlinberg, ME 06153-0560"], ["city", "Lake Ferdinandshire"], ["country", "Montenegro"], ["description", "Est similique laboriosam. Dignissimos suscipit in. Quia omnis corrupti."], ["email", "margarito@example.org"], ["first_name", "Heriberto"], ["firstname", "Rocky"], ["last_name", "Kuhn"], ["lastname", "Rippin"], ["lat", "-35.13309993788134"], ["latitute", "60.4082595753255"], ["lng", "-93.9737975275373"], ["locale", "MK"], ["longitude", "-34.360700471154786"], ["middlename", "Hermann"], ["middle_name", "Upton"], ["password", "8UlWdCeF6"], ["phone", "(757) 479-5831 x6541"], ["phone_number", "1-836-458-6158 x054"], ["reference", "d189e24c-18f6-42ce-a8a4-abe611d88f8e"], ["title", "Voluptatibus cum totam rerum repudiandae non."], ["user_name", "karl.carroll"], ["username", "lorenzo_white"], ["uuid", "ae930027-4861-4800-9038-ea8c04540807"], ["created_at", "2020-11-24 07:28:58.155785"], ["updated_at", "2020-11-24 07:28:58.155785"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "97913 Greg Center, South Krista, MT 04318-1550"], ["city", "South Bruno"], ["country", "Northern Mariana Islands"], ["description", "Ea qui est. Veniam facere incidunt. Alias tempora et. Consequuntur eos tempora. Aperiam veniam placeat."], ["email", "bessie@example.biz"], ["first_name", "Lorie"], ["firstname", "Clint"], ["last_name", "Heathcote"], ["lastname", "DuBuque"], ["lat", "-43.590309177938565"], ["latitute", "18.150650005067206"], ["lng", "53.99448031151633"], ["locale", "BV"], ["longitude", "107.2034196249171"], ["middlename", "O'Reilly"], ["middle_name", "Gislason"], ["password", "H71wAk8XjGpAv"], ["phone", "573.636.9072 x1143"], ["phone_number", "477-370-0219 x949"], ["reference", "f3f59799-7e64-4054-9aae-b687f4bfc451"], ["title", "Omnis hic laborum odit voluptate officia."], ["user_name", "noemi"], ["username", "demetrius"], ["uuid", "eeff0607-5e1a-4016-b699-2f8c60cf98e2"], ["created_at", "2020-11-24 07:28:58.187754"], ["updated_at", "2020-11-24 07:28:58.187754"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "14394 Ivory Glen, Port Palmer, KY 50591-5772"], ["city", "East Christopherburgh"], ["country", "Dominican Republic"], ["description", "Eum eos aut. Sequi consequatur nobis."], ["email", "marilu_weimann@example.io"], ["first_name", "Eusebio"], ["firstname", "Clemente"], ["last_name", "Brakus"], ["lastname", "Rice"], ["lat", "65.13755281534529"], ["latitute", "-57.93324777549278"], ["lng", "16.39869353649658"], ["locale", "VA"], ["longitude", "-122.4771453150022"], ["middlename", "Hansen"], ["middle_name", "Aufderhar"], ["password", "Y8vEbCeXm0"], ["phone", "153.907.9055 x3899"], ["phone_number", "1-758-238-6820 x6449"], ["reference", "6d1f5386-e204-4b82-be48-af52deadc005"], ["title", "Consequatur laudantium unde quia sunt."], ["user_name", "malcolm"], ["username", "richard.ohara"], ["uuid", "c5f62e03-8b53-4960-aa25-fcf82462e290"], ["created_at", "2020-11-24 07:28:58.211739"], ["updated_at", "2020-11-24 07:28:58.211739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9769 Predovic Street, Norahton, CA 29577-6087"], ["city", "South Charlynville"], ["country", "Maldives"], ["description", "Excepturi aut quibusdam. Provident qui recusandae. Deleniti ut et. Amet nihil dolores. Delectus voluptatem et."], ["email", "daisy@example.info"], ["first_name", "Bobbi"], ["firstname", "Iona"], ["last_name", "Schneider"], ["lastname", "Hoeger"], ["lat", "14.260687433358356"], ["latitute", "-24.76451363930667"], ["lng", "114.28277773417011"], ["locale", "AM"], ["longitude", "-12.141351866086836"], ["middlename", "Mohr"], ["middle_name", "Lesch"], ["password", "6RsXbV55z7X"], ["phone", "1-662-336-2389"], ["phone_number", "1-452-569-0082 x5679"], ["reference", "dd2078ea-c5ca-435b-aec6-0adb9de9db6c"], ["title", "Blanditiis eos dolore adipisci fugiat."], ["user_name", "bryce"], ["username", "delmar.mayert"], ["uuid", "fe6741f1-c1a3-44e2-a1a3-699280379071"], ["created_at", "2020-11-24 07:28:58.236119"], ["updated_at", "2020-11-24 07:28:58.236119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4763 Marcelina Fork, Lake Emmett, ID 74609-1722"], ["city", "Rubyemouth"], ["country", "Cuba"], ["description", "Maxime quis vel. Iusto numquam error. Fugiat exercitationem blanditiis. Non aut rem. Necessitatibus dolorum perspiciatis."], ["email", "malinda@example.net"], ["first_name", "Jodee"], ["firstname", "Garrett"], ["last_name", "O'Conner"], ["lastname", "Kshlerin"], ["lat", "84.26587579266157"], ["latitute", "-37.11641666281492"], ["lng", "-137.5136618491507"], ["locale", "SZ"], ["longitude", "39.87105297507614"], ["middlename", "Dach"], ["middle_name", "Keeling"], ["password", "BeIpJfDlQn"], ["phone", "(616) 557-2830 x05334"], ["phone_number", "564.619.8298 x02419"], ["reference", "4e4ddde0-aa5d-48b4-acff-11028993a3e3"], ["title", "Tempora mollitia vel aut aut."], ["user_name", "angele"], ["username", "shandi_fritsch"], ["uuid", "234ee79f-c08b-4f28-85ac-a24cc741eda0"], ["created_at", "2020-11-24 07:28:58.258558"], ["updated_at", "2020-11-24 07:28:58.258558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 793 778 Perry Brook, New Chauncey, KS 51650-7739"], ["city", "Rauhaven"], ["country", "Djibouti"], ["description", "Distinctio debitis dolores. Voluptas nihil magnam. Sed nihil eligendi."], ["email", "dorian@example.com"], ["first_name", "Elmer"], ["firstname", "Ervin"], ["last_name", "Miller"], ["lastname", "Champlin"], ["lat", "54.802004635614566"], ["latitute", "-74.3092990612579"], ["lng", "-8.527755769366223"], ["locale", "IN"], ["longitude", "-173.02376344045356"], ["middlename", "Heidenreich"], ["middle_name", "Haley"], ["password", "LiX5xA4z3MsP"], ["phone", "693-850-0632 x81421"], ["phone_number", "(929) 834-9798"], ["reference", "27fb5a2b-47a2-4e02-a7ed-8b951aab86cb"], ["title", "Quas ad quaerat quia."], ["user_name", "desire"], ["username", "rima.carroll"], ["uuid", "8fd87ff6-e43c-42e8-b95f-150df4418b65"], ["created_at", "2020-11-24 07:28:58.288235"], ["updated_at", "2020-11-24 07:28:58.288235"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.3ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 568 74903 Hermiston Square, South Zoniachester, LA 66561"], ["city", "East Darrellchester"], ["country", "Virgin Islands, U.S."], ["description", "Magni impedit expedita. Atque iure explicabo. Excepturi iste maxime. Officiis et sunt."], ["email", "allan_barton@example.io"], ["first_name", "Mafalda"], ["firstname", "Alfonso"], ["last_name", "Yost"], ["lastname", "Nitzsche"], ["lat", "-89.59441763200442"], ["latitute", "7.142631392294973"], ["lng", "49.033085876411775"], ["locale", "PN"], ["longitude", "179.8244816963741"], ["middlename", "Kunde"], ["middle_name", "Emmerich"], ["password", "YaVcZbSz"], ["phone", "338-608-1410 x44148"], ["phone_number", "1-705-390-6109 x859"], ["reference", "73fc4e88-28a7-448d-9ace-c116e7d4fbd7"], ["title", "Impedit voluptatem voluptatibus dignissimos quasi."], ["user_name", "shaun_oberbrunner"], ["username", "lael"], ["uuid", "10737c6c-4e76-47af-8be9-9269b014c87e"], ["created_at", "2020-11-24 07:28:58.311108"], ["updated_at", "2020-11-24 07:28:58.311108"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 805 677 Alba Pass, Lake Lesleyfurt, WY 19335-8646"], ["city", "New Annettborough"], ["country", "South Africa"], ["description", "Totam dolor provident. Qui deleniti dolores. Labore corrupti doloribus."], ["email", "kendrick@example.com"], ["first_name", "Patrick"], ["firstname", "Nigel"], ["last_name", "Ruecker"], ["lastname", "Hermiston"], ["lat", "-44.910159301258034"], ["latitute", "74.01603675759029"], ["lng", "-66.0924835909811"], ["locale", "MN"], ["longitude", "-90.90457225584348"], ["middlename", "Hilpert"], ["middle_name", "Beatty"], ["password", "U1yE77jY"], ["phone", "1-564-855-4516 x7601"], ["phone_number", "1-830-370-0365 x074"], ["reference", "c24d3c94-b5a2-4115-9d9c-06f2dc92dcf2"], ["title", "Non beatae enim aliquam sunt."], ["user_name", "tynisha.rowe"], ["username", "marlene.hegmann"], ["uuid", "4eaeaaaa-aa38-4715-bb5c-0e5e22cd4c68"], ["created_at", "2020-11-24 07:28:58.333581"], ["updated_at", "2020-11-24 07:28:58.333581"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 20.9015348242742], ["string", "Amet eveniet ducimus perspiciatis."], ["date", "2020-12-08"], ["time", "2000-01-01 03:07:38.867380"], ["datetime", "2020-12-22 18:58:03.660473"], ["created_at", "2020-11-24 07:28:58.361111"], ["updated_at", "2020-11-24 07:28:58.361111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 1.43376818758419], ["string", "Accusantium provident doloremque voluptas eius."], ["created_at", "2020-11-24 07:28:58.368907"], ["updated_at", "2020-11-24 07:28:58.368907"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 07:28:58.376339"], ["updated_at", "2020-11-24 07:28:58.376339"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 07:28:58.384383"], ["updated_at", "2020-11-24 07:28:58.384383"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 07:28:58.390488"], ["updated_at", "2020-11-24 07:28:58.390488"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:58.407439"], ["updated_at", "2020-11-24 07:28:58.407439"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:58.414653"], ["updated_at", "2020-11-24 07:28:58.414653"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "84017 Roseline Springs, Lake Dong, TX 22897-6812"], ["city", "New Sharanbury"], ["country", "Israel"], ["description", "Neque tempora et. Cum et quia. Eligendi sit laudantium."], ["email", "val_hilll@example.name"], ["first_name", "Percy"], ["firstname", "Markus"], ["last_name", "DuBuque"], ["lastname", "Torphy"], ["lat", "-41.119364235167744"], ["latitute", "46.895122472592305"], ["lng", "125.46774379227134"], ["locale", "ID"], ["longitude", "120.5521208130063"], ["middlename", "Shields"], ["middle_name", "Upton"], ["password", "F1a2Y5nMiG"], ["phone", "1-223-028-7363 x50119"], ["phone_number", "801-366-8450 x349"], ["reference", "4a8ce5a5-7754-4965-bda2-aa9658b2b921"], ["title", "Nostrum qui provident."], ["user_name", "berenice_bernier"], ["username", "stacy"], ["uuid", "97713fae-3dab-476f-bb8a-24c4b2bb0ccd"], ["created_at", "2020-11-24 07:28:58.442230"], ["updated_at", "2020-11-24 07:28:58.442230"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 07:28:58.448215"], ["updated_at", "2020-11-24 07:28:58.448215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:58.459068"], ["updated_at", "2020-11-24 07:28:58.459068"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:28:58.463172"], ["updated_at", "2020-11-24 07:28:58.463172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 11.9844740212439], ["string", "Quod omnis nisi nemo."], ["date", "2020-10-27"], ["time", "2000-01-01 23:46:27.165800"], ["datetime", "2020-10-13 16:49:31.613301"], ["created_at", "2020-11-24 07:28:58.471464"], ["updated_at", "2020-11-24 07:28:58.471464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 7.56714001188523], ["string", "Voluptatem perferendis totam sapiente."], ["date", "2020-11-16"], ["time", "2000-01-01 21:00:17.353089"], ["datetime", "2020-11-10 14:38:00.941251"], ["created_at", "2020-11-24 07:28:58.475378"], ["updated_at", "2020-11-24 07:28:58.475378"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 6.62276743142834], ["string", "Enim vel asperiores dolorum aperiam repellat."], ["date", "2020-10-30"], ["time", "2000-01-01 03:45:39.357921"], ["datetime", "2021-01-02 04:51:18.822817"], ["created_at", "2020-11-24 07:28:58.479396"], ["updated_at", "2020-11-24 07:28:58.479396"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 4.45249891061986], ["string", "Quia voluptatum unde eveniet illo qui."], ["date", "2020-11-26"], ["time", "2000-01-01 22:02:52.725946"], ["datetime", "2020-11-30 18:40:09.157042"], ["created_at", "2020-11-24 07:28:58.482203"], ["updated_at", "2020-11-24 07:28:58.482203"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 7.81745151675882], ["string", "Ducimus velit quas vero quisquam natus."], ["date", "2020-12-20"], ["time", "2000-01-01 12:14:54.686430"], ["datetime", "2020-10-19 15:08:28.885328"], ["created_at", "2020-11-24 07:28:58.484748"], ["updated_at", "2020-11-24 07:28:58.484748"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 14.1313643100047], ["string", "In quia quaerat."], ["date", "2020-12-22"], ["time", "2000-01-01 01:22:13.055077"], ["datetime", "2020-12-24 06:23:03.531589"], ["created_at", "2020-11-24 07:28:58.487530"], ["updated_at", "2020-11-24 07:28:58.487530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 10.76299941324], ["string", "Voluptatum est in."], ["date", "2020-10-22"], ["time", "2000-01-01 21:34:26.060092"], ["datetime", "2020-12-04 07:01:51.626562"], ["created_at", "2020-11-24 07:28:58.490690"], ["updated_at", "2020-11-24 07:28:58.490690"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 0.161527053803309], ["string", "Voluptates aperiam nobis consequatur aut."], ["date", "2021-01-02"], ["time", "2000-01-01 21:51:25.311182"], ["datetime", "2020-11-28 19:44:07.442632"], ["created_at", "2020-11-24 07:28:58.495035"], ["updated_at", "2020-11-24 07:28:58.495035"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 17.168986355024], ["string", "Quod laboriosam iure quibusdam."], ["created_at", "2020-11-24 07:28:58.498124"], ["updated_at", "2020-11-24 07:28:58.498124"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 7.89188856929131], ["string", "Perferendis consectetur sint dignissimos."], ["created_at", "2020-11-24 07:28:58.500428"], ["updated_at", "2020-11-24 07:28:58.500428"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 30.0649776627696], ["string", "Quibusdam atque quidem eveniet."], ["created_at", "2020-11-24 07:28:58.503014"], ["updated_at", "2020-11-24 07:28:58.503014"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 7.88976150908984], ["string", "Expedita voluptates eum voluptas."], ["created_at", "2020-11-24 07:28:58.505570"], ["updated_at", "2020-11-24 07:28:58.505570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 3.95756554663322], ["string", "Odit in commodi."], ["created_at", "2020-11-24 07:28:58.507778"], ["updated_at", "2020-11-24 07:28:58.507778"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 8.32680973474826], ["string", "Voluptatibus voluptatem rerum sapiente consequatur earum."], ["created_at", "2020-11-24 07:28:58.509969"], ["updated_at", "2020-11-24 07:28:58.509969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 17.7135358938134], ["string", "Facilis laboriosam dignissimos occaecati et."], ["created_at", "2020-11-24 07:28:58.512413"], ["updated_at", "2020-11-24 07:28:58.512413"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 4.21424501254658], ["string", "Quasi accusamus quam ratione fugit et."], ["created_at", "2020-11-24 07:28:58.514639"], ["updated_at", "2020-11-24 07:28:58.514639"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 07:28:58.516263"], ["updated_at", "2020-11-24 07:28:58.516263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 07:28:58.517740"], ["updated_at", "2020-11-24 07:28:58.517740"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 07:28:58.519077"], ["updated_at", "2020-11-24 07:28:58.519077"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 07:28:58.520621"], ["updated_at", "2020-11-24 07:28:58.520621"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 07:28:58.522231"], ["updated_at", "2020-11-24 07:28:58.522231"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 07:28:58.523652"], ["updated_at", "2020-11-24 07:28:58.523652"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 07:28:58.525123"], ["updated_at", "2020-11-24 07:28:58.525123"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 07:28:58.526575"], ["updated_at", "2020-11-24 07:28:58.526575"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-24 07:28:58.528800"], ["updated_at", "2020-11-24 07:28:58.528800"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 3], ["created_at", "2020-11-24 07:28:58.531014"], ["updated_at", "2020-11-24 07:28:58.531014"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-24 07:28:58.533041"], ["updated_at", "2020-11-24 07:28:58.533041"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 3], ["created_at", "2020-11-24 07:28:58.534854"], ["updated_at", "2020-11-24 07:28:58.534854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 3], ["created_at", "2020-11-24 07:28:58.536965"], ["updated_at", "2020-11-24 07:28:58.536965"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-24 07:28:58.539464"], ["updated_at", "2020-11-24 07:28:58.539464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-24 07:28:58.541799"], ["updated_at", "2020-11-24 07:28:58.541799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 3], ["created_at", "2020-11-24 07:28:58.543654"], ["updated_at", "2020-11-24 07:28:58.543654"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 07:28:58.545301"], ["updated_at", "2020-11-24 07:28:58.545301"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 07:28:58.547095"], ["updated_at", "2020-11-24 07:28:58.547095"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 07:28:58.549534"], ["updated_at", "2020-11-24 07:28:58.549534"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 07:28:58.551975"], ["updated_at", "2020-11-24 07:28:58.551975"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 07:28:58.554286"], ["updated_at", "2020-11-24 07:28:58.554286"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 07:28:58.555944"], ["updated_at", "2020-11-24 07:28:58.555944"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 07:28:58.557629"], ["updated_at", "2020-11-24 07:28:58.557629"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 07:28:58.559220"], ["updated_at", "2020-11-24 07:28:58.559220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:58.560239"], ["updated_at", "2020-11-24 07:28:58.560239"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:58.561199"], ["updated_at", "2020-11-24 07:28:58.561199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:58.562123"], ["updated_at", "2020-11-24 07:28:58.562123"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:58.563225"], ["updated_at", "2020-11-24 07:28:58.563225"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:58.564588"], ["updated_at", "2020-11-24 07:28:58.564588"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:58.565973"], ["updated_at", "2020-11-24 07:28:58.565973"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:58.567434"], ["updated_at", "2020-11-24 07:28:58.567434"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:58.568880"], ["updated_at", "2020-11-24 07:28:58.568880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:58.571082"], ["updated_at", "2020-11-24 07:28:58.571082"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:58.572970"], ["updated_at", "2020-11-24 07:28:58.572970"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:58.574699"], ["updated_at", "2020-11-24 07:28:58.574699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:58.576295"], ["updated_at", "2020-11-24 07:28:58.576295"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:58.577941"], ["updated_at", "2020-11-24 07:28:58.577941"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:58.579900"], ["updated_at", "2020-11-24 07:28:58.579900"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:58.582659"], ["updated_at", "2020-11-24 07:28:58.582659"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:58.585501"], ["updated_at", "2020-11-24 07:28:58.585501"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 273 38593 Blick Lock, New Nganport, OK 21450"], ["city", "North Elva"], ["country", "French Guiana"], ["description", "Ipsam et quia. Explicabo placeat alias. Vel numquam dolorem. Aut non dolorum."], ["email", "myesha_collins@example.com"], ["first_name", "Merlene"], ["firstname", "Melissia"], ["last_name", "Deckow"], ["lastname", "Rice"], ["lat", "-0.3091908700797603"], ["latitute", "86.46243689623466"], ["lng", "58.10832357218092"], ["locale", "PG"], ["longitude", "-31.482271832056767"], ["middlename", "Ondricka"], ["middle_name", "Kling"], ["password", "BvDvBlRq8IyO"], ["phone", "1-425-152-0391 x85629"], ["phone_number", "474-439-0734"], ["reference", "4dea2a1b-727f-4f05-9495-770f8c6b02dc"], ["title", "Aliquid aspernatur iusto maxime perspiciatis dolores."], ["user_name", "reid"], ["username", "edwin"], ["uuid", "a6b9788a-f93f-40cf-b2c1-b888d8a1b7b0"], ["created_at", "2020-11-24 07:28:58.625572"], ["updated_at", "2020-11-24 07:28:58.625572"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 533 74518 O'Keefe Garden, Lake Sherman, IN 62336-3499"], ["city", "Ahmedberg"], ["country", "Belarus"], ["description", "Doloribus hic non. Est voluptas quam. Occaecati vel tempore. Sit tempore nulla. Voluptas nemo porro."], ["email", "ervin@example.io"], ["first_name", "Desmond"], ["firstname", "Lazaro"], ["last_name", "Okuneva"], ["lastname", "Gibson"], ["lat", "5.437199443295967"], ["latitute", "-52.93178734687534"], ["lng", "-62.92163931415968"], ["locale", "NE"], ["longitude", "-107.53632908994199"], ["middlename", "Cummings"], ["middle_name", "Hagenes"], ["password", "Px1M1iBwDgZ"], ["phone", "1-168-214-7530 x92867"], ["phone_number", "924-777-9615 x236"], ["reference", "ee366071-67fe-4c3a-87ba-441e78616777"], ["title", "Facere recusandae sed."], ["user_name", "doyle_jenkins"], ["username", "dani_kulas"], ["uuid", "7a7ee84e-18bf-4ebb-b846-22046640e7e9"], ["created_at", "2020-11-24 07:28:58.653703"], ["updated_at", "2020-11-24 07:28:58.653703"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 964 58052 Ozzie Pass, South Sammiemouth, IN 08992"], ["city", "North Loyd"], ["country", "Gambia"], ["description", "Et quae quidem. Odit in ipsum. Sed praesentium ut."], ["email", "elvina@example.net"], ["first_name", "Walton"], ["firstname", "Karisa"], ["last_name", "Grady"], ["lastname", "Okuneva"], ["lat", "-47.574469922551785"], ["latitute", "39.69962224007571"], ["lng", "163.0067675919068"], ["locale", "EC"], ["longitude", "-107.02656751275798"], ["middlename", "Koepp"], ["middle_name", "Yundt"], ["password", "8LhRgTi5"], ["phone", "434-175-0530 x6689"], ["phone_number", "281.091.2139"], ["reference", "ca3978f2-b5d6-4c83-95f6-b2204e000ae1"], ["title", "Aliquam omnis nobis alias error."], ["user_name", "maxima_collier"], ["username", "lamont.schowalter"], ["uuid", "596ed817-089d-44fd-87a2-c0a0ed544492"], ["created_at", "2020-11-24 07:28:58.679072"], ["updated_at", "2020-11-24 07:28:58.679072"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 401 2689 Hand Prairie, Fletchertown, MS 95845-8122"], ["city", "North Danilomouth"], ["country", "Togo"], ["description", "Repellendus consequatur dignissimos. Maxime dolores et."], ["email", "chantelle_ernser@example.name"], ["first_name", "Sau"], ["firstname", "Rhoda"], ["last_name", "Hauck"], ["lastname", "Ward"], ["lat", "81.88787444301585"], ["latitute", "-69.28526122440181"], ["lng", "103.40962945605344"], ["locale", "UG"], ["longitude", "-10.81357053702817"], ["middlename", "Anderson"], ["middle_name", "Erdman"], ["password", "B2y4FrBvEuCzU"], ["phone", "240-559-9399 x267"], ["phone_number", "(559) 420-0543 x862"], ["reference", "b04645df-396f-4864-8bd4-cb0432ae7f25"], ["title", "Laudantium laborum quisquam et."], ["user_name", "malika.nienow"], ["username", "joel_swaniawski"], ["uuid", "34b02f41-eae3-4744-9957-76340f611e04"], ["created_at", "2020-11-24 07:28:58.703014"], ["updated_at", "2020-11-24 07:28:58.703014"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "287 Labadie Roads, Simonisstad, AL 11644"], ["city", "Larryville"], ["country", "Nepal"], ["description", "Aut at quia. Pariatur et tempora. Rerum voluptas quas."], ["email", "elfreda@example.name"], ["first_name", "Mikki"], ["firstname", "Miguel"], ["last_name", "Bosco"], ["lastname", "Heaney"], ["lat", "72.66834441733485"], ["latitute", "66.37140796840274"], ["lng", "-38.54941430635634"], ["locale", "AM"], ["longitude", "63.07110844268061"], ["middlename", "Cremin"], ["middle_name", "Muller"], ["password", "H4jIpWlAbJzB3nL"], ["phone", "(747) 461-1577 x3778"], ["phone_number", "(903) 575-7283"], ["reference", "43c4f966-4045-4b3b-ad3d-6b80ca5f5218"], ["title", "Est quam quis."], ["user_name", "monroe"], ["username", "viola.kunde"], ["uuid", "c4b95ec5-9c44-412e-b31a-25e4e6b49590"], ["created_at", "2020-11-24 07:28:58.736851"], ["updated_at", "2020-11-24 07:28:58.736851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "85044 Bradford Flat, Felipefort, UT 52396-6309"], ["city", "Port Dreama"], ["country", "Yemen"], ["description", "Eos repellendus occaecati. Earum cumque quo."], ["email", "kip@example.org"], ["first_name", "Willene"], ["firstname", "Fabiola"], ["last_name", "Konopelski"], ["lastname", "Upton"], ["lat", "70.59266583042637"], ["latitute", "-50.346598116082795"], ["lng", "40.15685022449304"], ["locale", "GQ"], ["longitude", "-99.39735218272311"], ["middlename", "Farrell"], ["middle_name", "Cummerata"], ["password", "8YtMnSz5La6It"], ["phone", "596-368-8213"], ["phone_number", "1-747-234-7322 x65188"], ["reference", "2e2bed5c-f032-4c49-a70f-18ab9824e3c0"], ["title", "Enim voluptatem blanditiis."], ["user_name", "louisa_bradtke"], ["username", "nakia_brakus"], ["uuid", "be231965-91a4-4e23-8942-2648b9e8c342"], ["created_at", "2020-11-24 07:28:58.762717"], ["updated_at", "2020-11-24 07:28:58.762717"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 883 8876 Bradtke Loaf, New Jerome, ID 77682"], ["city", "Gabrieltown"], ["country", "Bosnia and Herzegovina"], ["description", "Aut laudantium laborum. Aut eum molestiae. Qui hic pariatur. Vel ex in. Ullam aut voluptatem."], ["email", "lucrecia@example.co"], ["first_name", "Lenny"], ["firstname", "Bernie"], ["last_name", "Wunsch"], ["lastname", "O'Conner"], ["lat", "-24.700065543315304"], ["latitute", "-72.88082510323557"], ["lng", "97.39750669830812"], ["locale", "MG"], ["longitude", "-165.74412363701808"], ["middlename", "Casper"], ["middle_name", "Rowe"], ["password", "JiKaH7zSwQqFzQ5"], ["phone", "757-418-0793"], ["phone_number", "1-347-773-6800 x69073"], ["reference", "4d16a5ce-4277-4189-a788-199b9285293c"], ["title", "Non quod vero aliquid omnis."], ["user_name", "rosamaria"], ["username", "kirk"], ["uuid", "1837fbfc-62da-4847-81f7-77fa5fd80e6e"], ["created_at", "2020-11-24 07:28:58.785862"], ["updated_at", "2020-11-24 07:28:58.785862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 787 79437 Jones Manors, South Joni, MI 14585"], ["city", "New Jules"], ["country", "Iran"], ["description", "Voluptas voluptatum perspiciatis. Omnis ut et. Est sunt adipisci. Placeat fugit fugiat."], ["email", "odell.mcdermott@example.com"], ["first_name", "Herschel"], ["firstname", "Adan"], ["last_name", "Wintheiser"], ["lastname", "Gulgowski"], ["lat", "-26.255126703423592"], ["latitute", "-38.38374341174114"], ["lng", "152.6819485770012"], ["locale", "CW"], ["longitude", "73.52352710670493"], ["middlename", "Walsh"], ["middle_name", "Koch"], ["password", "QzQ0uBq0"], ["phone", "1-956-410-8174 x0775"], ["phone_number", "(984) 107-4287 x7496"], ["reference", "4b705b3c-28c9-4114-b00e-a5cdb544ca8d"], ["title", "Vero ab harum id."], ["user_name", "glinda"], ["username", "lucius"], ["uuid", "eb0a3b4d-7e59-457e-a80a-ced9d6d30e13"], ["created_at", "2020-11-24 07:28:58.808898"], ["updated_at", "2020-11-24 07:28:58.808898"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 07:28:58.811551"], ["updated_at", "2020-11-24 07:28:58.811551"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 07:28:58.812852"], ["updated_at", "2020-11-24 07:28:58.812852"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 07:28:58.813967"], ["updated_at", "2020-11-24 07:28:58.813967"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 07:28:58.815128"], ["updated_at", "2020-11-24 07:28:58.815128"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 07:28:58.816282"], ["updated_at", "2020-11-24 07:28:58.816282"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 07:28:58.817420"], ["updated_at", "2020-11-24 07:28:58.817420"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 07:28:58.818515"], ["updated_at", "2020-11-24 07:28:58.818515"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 07:28:58.819606"], ["updated_at", "2020-11-24 07:28:58.819606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:58.846355"], ["updated_at", "2020-11-24 07:28:58.846355"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:58.847295"], ["updated_at", "2020-11-24 07:28:58.847295"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:58.848043"], ["updated_at", "2020-11-24 07:28:58.848043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:58.848741"], ["updated_at", "2020-11-24 07:28:58.848741"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:58.849427"], ["updated_at", "2020-11-24 07:28:58.849427"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:58.850106"], ["updated_at", "2020-11-24 07:28:58.850106"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:58.850804"], ["updated_at", "2020-11-24 07:28:58.850804"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:58.851557"], ["updated_at", "2020-11-24 07:28:58.851557"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:28:58.852302"], ["updated_at", "2020-11-24 07:28:58.852302"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:28:58.853032"], ["updated_at", "2020-11-24 07:28:58.853032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:28:58.853710"], ["updated_at", "2020-11-24 07:28:58.853710"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:28:58.854382"], ["updated_at", "2020-11-24 07:28:58.854382"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:28:58.855013"], ["updated_at", "2020-11-24 07:28:58.855013"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:28:58.855668"], ["updated_at", "2020-11-24 07:28:58.855668"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:28:58.856396"], ["updated_at", "2020-11-24 07:28:58.856396"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:28:58.857055"], ["updated_at", "2020-11-24 07:28:58.857055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 5.79921323699086], ["string", "Nisi libero impedit id aliquid in."], ["date", "2020-12-21"], ["time", "2000-01-01 16:18:09.853637"], ["datetime", "2020-10-22 19:03:26.908381"], ["created_at", "2020-11-24 07:28:58.894515"], ["updated_at", "2020-11-24 07:28:58.894515"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 28], ["decimal", 23.9328118275077], ["string", "Quae veniam ipsa aliquid tenetur."], ["date", "2020-10-28"], ["time", "2000-01-01 23:36:35.859940"], ["datetime", "2020-12-08 05:48:57.078814"], ["created_at", "2020-11-24 07:28:58.899378"], ["updated_at", "2020-11-24 07:28:58.899378"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 15.8474734433775], ["string", "Quia molestiae voluptatum ducimus odit soluta."], ["date", "2021-01-01"], ["time", "2000-01-01 21:21:39.514438"], ["datetime", "2020-11-01 08:34:47.980329"], ["created_at", "2020-11-24 07:28:58.902662"], ["updated_at", "2020-11-24 07:28:58.902662"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 6.71593099701531], ["string", "Totam fuga quasi."], ["date", "2020-11-07"], ["time", "2000-01-01 17:55:14.891909"], ["datetime", "2020-11-05 16:24:35.985971"], ["created_at", "2020-11-24 07:28:58.908036"], ["updated_at", "2020-11-24 07:28:58.908036"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 25], ["decimal", 33.564607160746], ["string", "Et qui minima nam ullam placeat."], ["date", "2020-12-01"], ["time", "2000-01-01 15:01:00.462395"], ["datetime", "2020-12-20 13:40:33.055502"], ["created_at", "2020-11-24 07:28:58.912306"], ["updated_at", "2020-11-24 07:28:58.912306"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 38.559644957341], ["string", "Provident quam enim totam cum similique."], ["date", "2020-12-07"], ["time", "2000-01-01 02:40:56.610596"], ["datetime", "2020-12-27 22:36:30.711482"], ["created_at", "2020-11-24 07:28:58.916562"], ["updated_at", "2020-11-24 07:28:58.916562"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:58.919687"], ["updated_at", "2020-11-24 07:28:58.919687"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 15.1102214633575], ["string", "Qui excepturi necessitatibus illo ut."], ["date", "2020-10-19"], ["time", "2000-01-01 19:41:04.303166"], ["datetime", "2020-11-27 20:36:10.691700"], ["created_at", "2020-11-24 07:28:58.952456"], ["updated_at", "2020-11-24 07:28:58.952456"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 0.915895631839769], ["string", "Est eius ipsam voluptatem soluta et."], ["date", "2020-10-13"], ["time", "2000-01-01 07:10:46.120557"], ["datetime", "2020-10-20 19:31:03.991991"], ["created_at", "2020-11-24 07:28:58.955543"], ["updated_at", "2020-11-24 07:28:58.955543"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 10.3789185831053], ["string", "Est reiciendis alias ut ipsum mollitia."], ["date", "2020-10-18"], ["time", "2000-01-01 03:31:20.089829"], ["datetime", "2020-12-24 09:48:55.962136"], ["created_at", "2020-11-24 07:28:58.958589"], ["updated_at", "2020-11-24 07:28:58.958589"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 17.4935895935298], ["string", "Sint architecto qui qui aliquid."], ["date", "2020-12-15"], ["time", "2000-01-01 08:57:44.831582"], ["datetime", "2020-11-17 14:34:02.281694"], ["created_at", "2020-11-24 07:28:58.962699"], ["updated_at", "2020-11-24 07:28:58.962699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 1.56093342501253], ["string", "Occaecati dolore asperiores unde rerum."], ["date", "2020-10-29"], ["time", "2000-01-01 04:17:05.128106"], ["datetime", "2020-11-08 11:26:57.847431"], ["created_at", "2020-11-24 07:28:58.966037"], ["updated_at", "2020-11-24 07:28:58.966037"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 19.0916523530949], ["string", "Molestiae perferendis iusto."], ["date", "2020-12-19"], ["time", "2000-01-01 17:31:17.203435"], ["datetime", "2020-12-19 22:03:45.997405"], ["created_at", "2020-11-24 07:28:58.968791"], ["updated_at", "2020-11-24 07:28:58.968791"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 6.8094343417962], ["string", "Voluptatum qui eius est."], ["date", "2020-10-21"], ["time", "2000-01-01 11:07:17.554609"], ["datetime", "2020-11-18 21:07:03.428564"], ["created_at", "2020-11-24 07:28:58.971550"], ["updated_at", "2020-11-24 07:28:58.971550"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 3.82145496175135], ["string", "Facere qui est aut quo."], ["date", "2020-10-13"], ["time", "2000-01-01 14:36:47.255001"], ["datetime", "2020-11-10 19:47:05.867525"], ["created_at", "2020-11-24 07:28:58.974214"], ["updated_at", "2020-11-24 07:28:58.974214"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 4.58004146230234], ["string", "Non autem maiores."], ["created_at", "2020-11-24 07:28:58.976949"], ["updated_at", "2020-11-24 07:28:58.976949"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 9.70746081777653], ["string", "Nesciunt laboriosam reprehenderit tempora."], ["created_at", "2020-11-24 07:28:58.979450"], ["updated_at", "2020-11-24 07:28:58.979450"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 0.967163328157834], ["string", "Reiciendis quia reprehenderit aperiam."], ["created_at", "2020-11-24 07:28:58.981610"], ["updated_at", "2020-11-24 07:28:58.981610"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 1.86087224025934], ["string", "Optio ex quasi molestiae."], ["created_at", "2020-11-24 07:28:58.983687"], ["updated_at", "2020-11-24 07:28:58.983687"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1031], ["decimal", 23.915180625708], ["string", "Dolores dolorum harum corrupti."], ["created_at", "2020-11-24 07:28:58.985695"], ["updated_at", "2020-11-24 07:28:58.985695"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 27.4732416095788], ["string", "Laboriosam necessitatibus ab voluptas officia."], ["created_at", "2020-11-24 07:28:58.987727"], ["updated_at", "2020-11-24 07:28:58.987727"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 0.272797699805397], ["string", "Enim illo omnis est aut molestiae."], ["created_at", "2020-11-24 07:28:58.989725"], ["updated_at", "2020-11-24 07:28:58.989725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 18.4361354761264], ["string", "Neque doloribus provident ipsam quae sunt."], ["created_at", "2020-11-24 07:28:58.991633"], ["updated_at", "2020-11-24 07:28:58.991633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 07:28:58.993291"], ["updated_at", "2020-11-24 07:28:58.993291"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 07:28:58.994941"], ["updated_at", "2020-11-24 07:28:58.994941"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 07:28:58.996173"], ["updated_at", "2020-11-24 07:28:58.996173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 07:28:58.997360"], ["updated_at", "2020-11-24 07:28:58.997360"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 07:28:58.998593"], ["updated_at", "2020-11-24 07:28:58.998593"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 07:28:58.999856"], ["updated_at", "2020-11-24 07:28:58.999856"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 07:28:59.001101"], ["updated_at", "2020-11-24 07:28:59.001101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 07:28:59.002284"], ["updated_at", "2020-11-24 07:28:59.002284"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 6], ["created_at", "2020-11-24 07:28:59.003917"], ["updated_at", "2020-11-24 07:28:59.003917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-24 07:28:59.005444"], ["updated_at", "2020-11-24 07:28:59.005444"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 3], ["created_at", "2020-11-24 07:28:59.006983"], ["updated_at", "2020-11-24 07:28:59.006983"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 3], ["created_at", "2020-11-24 07:28:59.008465"], ["updated_at", "2020-11-24 07:28:59.008465"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-24 07:28:59.010301"], ["updated_at", "2020-11-24 07:28:59.010301"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 7], ["created_at", "2020-11-24 07:28:59.012146"], ["updated_at", "2020-11-24 07:28:59.012146"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-24 07:28:59.013679"], ["updated_at", "2020-11-24 07:28:59.013679"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-24 07:28:59.015146"], ["updated_at", "2020-11-24 07:28:59.015146"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 07:28:59.016403"], ["updated_at", "2020-11-24 07:28:59.016403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 07:28:59.017583"], ["updated_at", "2020-11-24 07:28:59.017583"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 07:28:59.018686"], ["updated_at", "2020-11-24 07:28:59.018686"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 07:28:59.019818"], ["updated_at", "2020-11-24 07:28:59.019818"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 07:28:59.020952"], ["updated_at", "2020-11-24 07:28:59.020952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 07:28:59.022094"], ["updated_at", "2020-11-24 07:28:59.022094"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 07:28:59.023267"], ["updated_at", "2020-11-24 07:28:59.023267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 07:28:59.024397"], ["updated_at", "2020-11-24 07:28:59.024397"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:59.025134"], ["updated_at", "2020-11-24 07:28:59.025134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:59.025806"], ["updated_at", "2020-11-24 07:28:59.025806"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:59.026728"], ["updated_at", "2020-11-24 07:28:59.026728"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:59.027712"], ["updated_at", "2020-11-24 07:28:59.027712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:59.028481"], ["updated_at", "2020-11-24 07:28:59.028481"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:59.029104"], ["updated_at", "2020-11-24 07:28:59.029104"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:59.029722"], ["updated_at", "2020-11-24 07:28:59.029722"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:59.030334"], ["updated_at", "2020-11-24 07:28:59.030334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:59.031676"], ["updated_at", "2020-11-24 07:28:59.031676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:59.032838"], ["updated_at", "2020-11-24 07:28:59.032838"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:59.034013"], ["updated_at", "2020-11-24 07:28:59.034013"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:59.035092"], ["updated_at", "2020-11-24 07:28:59.035092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:59.036192"], ["updated_at", "2020-11-24 07:28:59.036192"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:59.044653"], ["updated_at", "2020-11-24 07:28:59.044653"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:59.046022"], ["updated_at", "2020-11-24 07:28:59.046022"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:59.047271"], ["updated_at", "2020-11-24 07:28:59.047271"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8624 Boyer Divide, West Stewartside, AZ 64917-9421"], ["city", "Dachberg"], ["country", "Bhutan"], ["description", "Nemo quibusdam dolorum. Unde nemo sit."], ["email", "frederic.kuvalis@example.io"], ["first_name", "Aletha"], ["firstname", "Alesia"], ["last_name", "Hickle"], ["lastname", "Stehr"], ["lat", "18.45202067646656"], ["latitute", "-1.7415403471885043"], ["lng", "-171.94414975387383"], ["locale", "UY"], ["longitude", "-134.69771837219002"], ["middlename", "Muller"], ["middle_name", "Schmeler"], ["password", "2I3mUpZ03o"], ["phone", "(664) 382-0811 x1886"], ["phone_number", "(207) 663-5302 x0560"], ["reference", "776e198a-8d6d-4e2d-ab10-ce234d25864b"], ["title", "Sint molestias aliquid atque molestiae soluta."], ["user_name", "margarette"], ["username", "sudie.frami"], ["uuid", "37998997-ae48-425c-a5f8-15bba95a8fea"], ["created_at", "2020-11-24 07:28:59.074357"], ["updated_at", "2020-11-24 07:28:59.074357"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "18447 Giuseppe Corners, Port Darrelberg, AZ 23825"], ["city", "Luigiport"], ["country", "San Marino"], ["description", "Et adipisci sint. Consequatur at id. Fugiat possimus nihil."], ["email", "louie@example.biz"], ["first_name", "Pamila"], ["firstname", "Sarina"], ["last_name", "Ortiz"], ["lastname", "Baumbach"], ["lat", "85.28625663341788"], ["latitute", "-66.20669523004374"], ["lng", "76.42619620963217"], ["locale", "ET"], ["longitude", "156.24495976429068"], ["middlename", "Bergstrom"], ["middle_name", "Abbott"], ["password", "Jk1FhBl2AsOoR7"], ["phone", "437.211.7128 x9212"], ["phone_number", "1-774-850-6529 x371"], ["reference", "48f02e29-6e78-46d1-a0b2-2e82a9d296e1"], ["title", "Molestiae commodi iusto."], ["user_name", "betty"], ["username", "kathey"], ["uuid", "fc16f2dc-ef3c-48d3-88f2-1f676310d4a0"], ["created_at", "2020-11-24 07:28:59.098193"], ["updated_at", "2020-11-24 07:28:59.098193"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 555 64860 Heaney Forge, New Salvatore, AL 41020-3814"], ["city", "Braunton"], ["country", "Netherlands Antilles"], ["description", "Rerum quia a. Amet deserunt excepturi. Dignissimos accusantium magni. Provident magni et. Dolores non est."], ["email", "kendall.bosco@example.co"], ["first_name", "Cesar"], ["firstname", "Ricardo"], ["last_name", "Brown"], ["lastname", "Parker"], ["lat", "-47.37450160423"], ["latitute", "-23.430180011669222"], ["lng", "-151.64260722401943"], ["locale", "DE"], ["longitude", "51.05781199366703"], ["middlename", "Oberbrunner"], ["middle_name", "Schuster"], ["password", "QeDtEh8Gp57G6"], ["phone", "(460) 743-3926 x2409"], ["phone_number", "748.896.1053"], ["reference", "bef51750-4f35-402a-8367-e19a25c21d29"], ["title", "Rem ducimus in."], ["user_name", "vito"], ["username", "tawanda.walsh"], ["uuid", "e513b2fa-53c4-4675-94cd-09f048fcc5b6"], ["created_at", "2020-11-24 07:28:59.121359"], ["updated_at", "2020-11-24 07:28:59.121359"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "6083 Gorczany Stravenue, Lake Iva, NY 99688-6357"], ["city", "Bartonfort"], ["country", "Antigua and Barbuda"], ["description", "Eligendi autem molestiae. Nobis ex incidunt."], ["email", "felton@example.io"], ["first_name", "Isiah"], ["firstname", "Ricky"], ["last_name", "Kreiger"], ["lastname", "Fahey"], ["lat", "-10.08459502425201"], ["latitute", "-62.8818999530767"], ["lng", "15.28627927037192"], ["locale", "AM"], ["longitude", "155.9431145061609"], ["middlename", "Nicolas"], ["middle_name", "Kemmer"], ["password", "TzYs6HsU5i"], ["phone", "566.843.2431 x9153"], ["phone_number", "372-375-1366 x2227"], ["reference", "0503ce8f-652f-44c3-8216-4c0be1113638"], ["title", "Ipsa tenetur deserunt et saepe."], ["user_name", "jed"], ["username", "kerry"], ["uuid", "26c94932-6e8a-42a6-9c7c-558b64c29881"], ["created_at", "2020-11-24 07:28:59.150929"], ["updated_at", "2020-11-24 07:28:59.150929"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 839 5756 Bobette Landing, Labadieport, NV 63790"], ["city", "Elfredastad"], ["country", "Cocos (Keeling) Islands"], ["description", "Sit neque nam. Nulla et quasi. Numquam vero quis."], ["email", "candi_russel@example.io"], ["first_name", "Craig"], ["firstname", "Pat"], ["last_name", "Hilll"], ["lastname", "Wolf"], ["lat", "-0.13599867903668894"], ["latitute", "-17.938558249272717"], ["lng", "-10.965784697334527"], ["locale", "TW"], ["longitude", "14.147841198793628"], ["middlename", "Aufderhar"], ["middle_name", "DuBuque"], ["password", "Xe4W9gJ4z"], ["phone", "937-321-6492 x6284"], ["phone_number", "(835) 493-0802 x127"], ["reference", "a3544a1d-e015-43c6-87d0-d5882902c7f4"], ["title", "Explicabo dolorum velit."], ["user_name", "tyrone_langworth"], ["username", "frida_doyle"], ["uuid", "5f2ec2f7-bd29-4312-bd95-a879984ed364"], ["created_at", "2020-11-24 07:28:59.174567"], ["updated_at", "2020-11-24 07:28:59.174567"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 345 641 Pamala Rapids, Malcomberg, NM 72091-1425"], ["city", "Ankundingfurt"], ["country", "Zambia"], ["description", "Nam nesciunt voluptatum. Odit rem ex."], ["email", "billy.hintz@example.info"], ["first_name", "Marline"], ["firstname", "Farah"], ["last_name", "Gibson"], ["lastname", "Schuster"], ["lat", "-36.961939025757225"], ["latitute", "-71.90541551409851"], ["lng", "-40.90088524672808"], ["locale", "GW"], ["longitude", "170.92513672902197"], ["middlename", "Harris"], ["middle_name", "Durgan"], ["password", "2D5wKj38Y9u"], ["phone", "1-790-094-5512 x47414"], ["phone_number", "1-165-333-0024 x920"], ["reference", "72c85a16-2b64-4fb5-94af-ba6ce0632ef1"], ["title", "Esse ipsum qui."], ["user_name", "eli_west"], ["username", "elmer.donnelly"], ["uuid", "13422fd2-a00f-4629-8485-afbd95c29034"], ["created_at", "2020-11-24 07:28:59.198326"], ["updated_at", "2020-11-24 07:28:59.198326"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "232 Jacinto Pike, Efrenberg, IN 31123"], ["city", "South Lonnieland"], ["country", "Qatar"], ["description", "Ut amet impedit. Et laborum recusandae. Rerum aperiam blanditiis. In et ut. Dolores aut et."], ["email", "vicky_maggio@example.io"], ["first_name", "Shannon"], ["firstname", "Marguerita"], ["last_name", "Christiansen"], ["lastname", "Deckow"], ["lat", "65.38326402633896"], ["latitute", "-40.170163695533304"], ["lng", "172.3019964028332"], ["locale", "QA"], ["longitude", "71.76843760606369"], ["middlename", "Kerluke"], ["middle_name", "Kreiger"], ["password", "YeIsWcNa7L"], ["phone", "665.655.8265"], ["phone_number", "(526) 076-7726 x476"], ["reference", "6653d424-e6f4-44e6-a31a-0b9111bb8232"], ["title", "Vitae distinctio modi impedit."], ["user_name", "siobhan.mante"], ["username", "rigoberto_wyman"], ["uuid", "4b760034-3b70-468d-a38c-0a23aede284c"], ["created_at", "2020-11-24 07:28:59.221712"], ["updated_at", "2020-11-24 07:28:59.221712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "117 Dante Key, Lanefort, ME 91446"], ["city", "Merrieport"], ["country", "Iraq"], ["description", "At eaque labore. Optio nesciunt vitae. Qui autem numquam."], ["email", "tawana_bergstrom@example.biz"], ["first_name", "Stewart"], ["firstname", "Ernesto"], ["last_name", "Pollich"], ["lastname", "Mueller"], ["lat", "-55.65661376794351"], ["latitute", "54.03930894127612"], ["lng", "-155.10640382448452"], ["locale", "DO"], ["longitude", "97.39441788931771"], ["middlename", "Hayes"], ["middle_name", "Wisozk"], ["password", "Ej5AsUaZiMlM"], ["phone", "556-092-2422 x612"], ["phone_number", "(477) 741-9592 x1300"], ["reference", "72e1665a-3804-44b5-97c8-d65fdb8e6157"], ["title", "Dolorem assumenda est dignissimos magni autem."], ["user_name", "josefine.langworth"], ["username", "owen"], ["uuid", "714cbdbb-376d-4385-8a4e-a07e4ade093d"], ["created_at", "2020-11-24 07:28:59.251676"], ["updated_at", "2020-11-24 07:28:59.251676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 07:28:59.253682"], ["updated_at", "2020-11-24 07:28:59.253682"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 07:28:59.254916"], ["updated_at", "2020-11-24 07:28:59.254916"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 07:28:59.256140"], ["updated_at", "2020-11-24 07:28:59.256140"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 07:28:59.257320"], ["updated_at", "2020-11-24 07:28:59.257320"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 07:28:59.258452"], ["updated_at", "2020-11-24 07:28:59.258452"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 07:28:59.259784"], ["updated_at", "2020-11-24 07:28:59.259784"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 07:28:59.261346"], ["updated_at", "2020-11-24 07:28:59.261346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 07:28:59.262630"], ["updated_at", "2020-11-24 07:28:59.262630"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:59.281017"], ["updated_at", "2020-11-24 07:28:59.281017"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:59.281856"], ["updated_at", "2020-11-24 07:28:59.281856"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:59.282497"], ["updated_at", "2020-11-24 07:28:59.282497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:59.283193"], ["updated_at", "2020-11-24 07:28:59.283193"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:59.283811"], ["updated_at", "2020-11-24 07:28:59.283811"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:59.284448"], ["updated_at", "2020-11-24 07:28:59.284448"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:59.285055"], ["updated_at", "2020-11-24 07:28:59.285055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:28:59.285663"], ["updated_at", "2020-11-24 07:28:59.285663"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:28:59.286334"], ["updated_at", "2020-11-24 07:28:59.286334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:28:59.287002"], ["updated_at", "2020-11-24 07:28:59.287002"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:28:59.287638"], ["updated_at", "2020-11-24 07:28:59.287638"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:28:59.288284"], ["updated_at", "2020-11-24 07:28:59.288284"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:28:59.288917"], ["updated_at", "2020-11-24 07:28:59.288917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:28:59.289608"], ["updated_at", "2020-11-24 07:28:59.289608"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:28:59.290242"], ["updated_at", "2020-11-24 07:28:59.290242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:28:59.290873"], ["updated_at", "2020-11-24 07:28:59.290873"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.1ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.9ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.8ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.8ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "18033 Delana Place, Port Cleoside, IA 72432-6901"], ["city", "Lake Hildeborough"], ["country", "Netherlands Antilles"], ["description", "Recusandae delectus ut. Officia ut pariatur. Quos eos perferendis. Odio explicabo et. Dolor assumenda modi."], ["email", "lakiesha_kutch@example.io"], ["first_name", "Luis"], ["firstname", "Kip"], ["last_name", "Huel"], ["lastname", "Collins"], ["lat", "-84.5669363456117"], ["latitute", "-58.65270676007795"], ["lng", "-11.914963795554314"], ["locale", "KE"], ["longitude", "145.84758509946118"], ["middlename", "Koch"], ["middle_name", "Goldner"], ["password", "BpRzOuGqDuG1sN6"], ["phone", "774-830-7551 x311"], ["phone_number", "(113) 271-4540 x9440"], ["reference", "23fe793c-3379-428d-961f-adb9fb15858e"], ["title", "Qui qui nulla modi."], ["user_name", "latosha.beahan"], ["username", "rusty"], ["uuid", "a17d0204-0281-424d-92e9-4ee9467bc554"], ["created_at", "2020-11-24 07:29:21.481914"], ["updated_at", "2020-11-24 07:29:21.481914"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 667 49933 Gloria Harbors, East Shaquanaburgh, ME 29370-3354"], ["city", "Kuvalisview"], ["country", "Ecuador"], ["description", "Perspiciatis reiciendis optio. Est sint dicta. Aut vel quas. Aspernatur quidem est."], ["email", "tresa@example.io"], ["first_name", "Aurelia"], ["firstname", "Dagny"], ["last_name", "McGlynn"], ["lastname", "O'Conner"], ["lat", "-11.151875194325626"], ["latitute", "-0.6105766306345402"], ["lng", "41.12347477969399"], ["locale", "SB"], ["longitude", "-98.30171361969776"], ["middlename", "Glover"], ["middle_name", "Hodkiewicz"], ["password", "I75bTkS0h"], ["phone", "1-917-292-8207 x08526"], ["phone_number", "(574) 315-0979"], ["reference", "fb28930a-4408-4465-b768-8a3a483edafc"], ["title", "Libero minus et quia a molestias."], ["user_name", "raymon"], ["username", "katheryn.beahan"], ["uuid", "091d530f-8c82-4545-82ff-4db43bf8ebff"], ["created_at", "2020-11-24 07:29:21.503899"], ["updated_at", "2020-11-24 07:29:21.503899"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 731 71900 Berry Mill, Sanfordport, AR 53118-9263"], ["city", "West Jarred"], ["country", "Wallis and Futuna"], ["description", "Et consequuntur labore. Culpa voluptates delectus. Perspiciatis cumque et. Natus voluptas nulla. Sit tempore vero."], ["email", "chadwick@example.io"], ["first_name", "Eliz"], ["firstname", "Karon"], ["last_name", "D'Amore"], ["lastname", "Labadie"], ["lat", "63.658231198699355"], ["latitute", "49.54893758914238"], ["lng", "-123.38082692171076"], ["locale", "GN"], ["longitude", "62.5393965206994"], ["middlename", "Macejkovic"], ["middle_name", "Terry"], ["password", "898Q1gI7503"], ["phone", "967.839.6093 x4014"], ["phone_number", "(487) 558-9476"], ["reference", "5f76248f-46ed-4bb7-a1ac-ccd64fc23118"], ["title", "Est molestiae reiciendis recusandae quidem eius."], ["user_name", "roselyn.abshire"], ["username", "alayna"], ["uuid", "11736caa-f814-45eb-b6fe-5186859a2a45"], ["created_at", "2020-11-24 07:29:21.525799"], ["updated_at", "2020-11-24 07:29:21.525799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "16287 Rob Plaza, Elibury, MT 35138"], ["city", "Marvinville"], ["country", "Taiwan"], ["description", "Sit atque eveniet. Omnis eum nobis. Consequuntur accusamus praesentium. Velit nihil optio. Pariatur sint dolores."], ["email", "georgetta@example.org"], ["first_name", "Emile"], ["firstname", "Raymundo"], ["last_name", "Hansen"], ["lastname", "Zieme"], ["lat", "-59.74802463560339"], ["latitute", "-0.7013465799989405"], ["lng", "143.8884642770521"], ["locale", "MX"], ["longitude", "27.906028232728232"], ["middlename", "Cruickshank"], ["middle_name", "Mante"], ["password", "D2gZuF0xU"], ["phone", "974-968-8462"], ["phone_number", "(662) 770-4173 x15984"], ["reference", "e180937d-270c-4301-8be8-87f5930d10d4"], ["title", "Beatae iste maiores necessitatibus."], ["user_name", "ron.fay"], ["username", "johnie.mraz"], ["uuid", "59377f8a-fcfc-4965-8dfd-a286545da764"], ["created_at", "2020-11-24 07:29:21.555920"], ["updated_at", "2020-11-24 07:29:21.555920"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "195 Rosemarie Streets, Turcotteton, OR 58198-4932"], ["city", "Shermanland"], ["country", "El Salvador"], ["description", "Provident doloribus aut. Distinctio dolor excepturi. Voluptas quas reiciendis. Et eaque maiores."], ["email", "tory_kunde@example.info"], ["first_name", "Cleo"], ["firstname", "Korey"], ["last_name", "Waters"], ["lastname", "Heidenreich"], ["lat", "72.76559718348949"], ["latitute", "-28.822263501954865"], ["lng", "-79.8537373457566"], ["locale", "CD"], ["longitude", "-32.493775811796155"], ["middlename", "Larson"], ["middle_name", "Ortiz"], ["password", "KbC2o4CyVf"], ["phone", "(453) 469-3236"], ["phone_number", "683-831-0954"], ["reference", "2fc63079-0e92-4f30-b172-a64e0fa58a69"], ["title", "Veniam vel corrupti placeat ut unde."], ["user_name", "curtis_schumm"], ["username", "shannon.kessler"], ["uuid", "1881758f-490b-4a48-ad99-684d1a0e79e0"], ["created_at", "2020-11-24 07:29:21.578026"], ["updated_at", "2020-11-24 07:29:21.578026"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 141 404 Herzog Spring, East Raymon, NM 11756"], ["city", "Corwinchester"], ["country", "Japan"], ["description", "Porro omnis reprehenderit. Ducimus sit deserunt."], ["email", "ellis_spinka@example.biz"], ["first_name", "Ammie"], ["firstname", "Wiley"], ["last_name", "Greenfelder"], ["lastname", "Blick"], ["lat", "26.52132394414177"], ["latitute", "44.719564857523665"], ["lng", "-80.3989127107338"], ["locale", "PG"], ["longitude", "-142.83591657638496"], ["middlename", "Kshlerin"], ["middle_name", "Kreiger"], ["password", "M3kHmB8aY99f"], ["phone", "(518) 064-6323 x75514"], ["phone_number", "1-870-514-8888"], ["reference", "95bf254e-a953-4cd5-bd75-9a75b8948b7c"], ["title", "Repellat aliquid hic cumque voluptatem."], ["user_name", "elmira.barrows"], ["username", "hung_schaden"], ["uuid", "c2aff454-efab-4290-b881-6c3f9c2e0635"], ["created_at", "2020-11-24 07:29:21.599707"], ["updated_at", "2020-11-24 07:29:21.599707"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "691 Mohamed Glens, Haneshire, MS 15461"], ["city", "West Bernardo"], ["country", "Gambia"], ["description", "Minima iure omnis. Ad et et. Molestiae odit mollitia. Dolore labore nihil."], ["email", "deshawn@example.com"], ["first_name", "Jamal"], ["firstname", "Isaias"], ["last_name", "Kulas"], ["lastname", "Reinger"], ["lat", "20.590120578126218"], ["latitute", "53.383591474013144"], ["lng", "111.47203938308786"], ["locale", "TT"], ["longitude", "158.12347897437655"], ["middlename", "Ernser"], ["middle_name", "Swift"], ["password", "XgE9uGcWeLmK7"], ["phone", "367.258.8403 x111"], ["phone_number", "(747) 818-1647 x205"], ["reference", "3391d413-c252-4a0f-b3d0-11a7380c2fa9"], ["title", "Officiis in ea omnis."], ["user_name", "norine_ratke"], ["username", "vicente"], ["uuid", "f559a62b-79f2-47d4-a2a9-3b0bda3da0b0"], ["created_at", "2020-11-24 07:29:21.621394"], ["updated_at", "2020-11-24 07:29:21.621394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 502 57375 Carter Plains, Lake Domenicport, CA 96594"], ["city", "Hamillmouth"], ["country", "Liechtenstein"], ["description", "Quia velit consectetur. Inventore perspiciatis ipsum. Eum hic itaque."], ["email", "miguelina_weimann@example.name"], ["first_name", "Max"], ["firstname", "Freeman"], ["last_name", "Koss"], ["lastname", "Abshire"], ["lat", "71.17464079948519"], ["latitute", "-77.1641605517698"], ["lng", "-136.03693518751354"], ["locale", "AW"], ["longitude", "0.28273872238364106"], ["middlename", "Watsica"], ["middle_name", "Schneider"], ["password", "J9tT0i68E2w"], ["phone", "581-270-7589 x6645"], ["phone_number", "1-889-285-2815 x5135"], ["reference", "a0a7bd9c-cf78-4741-a98b-e38d465b730d"], ["title", "Possimus dolor vero."], ["user_name", "shanel"], ["username", "curtis"], ["uuid", "e7079702-a6f8-4b3e-b5cc-fcf70aa48061"], ["created_at", "2020-11-24 07:29:21.649047"], ["updated_at", "2020-11-24 07:29:21.649047"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 894 624 Seymour Radial, Malcomland, NE 62109-7061"], ["city", "Port Hosea"], ["country", "Sweden"], ["description", "Quae et non. Error totam consequuntur. Quis eos alias. Repellat reprehenderit doloremque."], ["email", "eleonora@example.net"], ["first_name", "Lasandra"], ["firstname", "Brunilda"], ["last_name", "Brakus"], ["lastname", "Russel"], ["lat", "-15.97489316129716"], ["latitute", "-57.21058923193548"], ["lng", "-57.00039029177849"], ["locale", "ZM"], ["longitude", "171.8716428620715"], ["middlename", "Wisozk"], ["middle_name", "Dickens"], ["password", "B7l1PxQd1P"], ["phone", "344.931.9692 x979"], ["phone_number", "582-616-4866 x54466"], ["reference", "3e2ef9f0-3e44-448b-bcf9-770501338d5b"], ["title", "Nulla et magni porro."], ["user_name", "misty_brekke"], ["username", "bernice.bauch"], ["uuid", "e2ed8e13-0760-43e7-a27a-1770140f6160"], ["created_at", "2020-11-24 07:29:21.671307"], ["updated_at", "2020-11-24 07:29:21.671307"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 406 779 Breitenberg Motorway, Port Kendalside, ND 18651-6291"], ["city", "Craigbury"], ["country", "Germany"], ["description", "Sed sed minima. Aut quae voluptatem. Natus excepturi eligendi. Eos fuga qui."], ["email", "alfonso@example.org"], ["first_name", "Clarice"], ["firstname", "Shelly"], ["last_name", "Fisher"], ["lastname", "Stanton"], ["lat", "9.198582837231797"], ["latitute", "38.843294382907345"], ["lng", "-46.60296929795015"], ["locale", "HT"], ["longitude", "-80.82910320682903"], ["middlename", "Kilback"], ["middle_name", "Block"], ["password", "Ic5A9eUjXtOe37B"], ["phone", "567.781.9602"], ["phone_number", "1-820-550-7257 x700"], ["reference", "efb24735-c1ae-43c9-b597-c200847ef6e7"], ["title", "Iste porro nam."], ["user_name", "nohemi.miller"], ["username", "rosendo"], ["uuid", "a355ec37-ef9d-47cf-961c-0127b9db295c"], ["created_at", "2020-11-24 07:29:21.693135"], ["updated_at", "2020-11-24 07:29:21.693135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 10.9553150692469], ["string", "Voluptatem illo quidem adipisci laborum."], ["date", "2020-11-22"], ["time", "2000-01-01 05:19:50.178292"], ["datetime", "2021-01-03 03:33:53.199744"], ["created_at", "2020-11-24 07:29:21.718998"], ["updated_at", "2020-11-24 07:29:21.718998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 32.7761765091915], ["string", "Eos quia voluptates et amet exercitationem."], ["created_at", "2020-11-24 07:29:21.726568"], ["updated_at", "2020-11-24 07:29:21.726568"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 07:29:21.733015"], ["updated_at", "2020-11-24 07:29:21.733015"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 07:29:21.741350"], ["updated_at", "2020-11-24 07:29:21.741350"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 07:29:21.746362"], ["updated_at", "2020-11-24 07:29:21.746362"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:21.751939"], ["updated_at", "2020-11-24 07:29:21.751939"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:21.756696"], ["updated_at", "2020-11-24 07:29:21.756696"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 802 7284 Reinger Shores, Croninshire, MI 95614"], ["city", "Lebsackmouth"], ["country", "San Marino"], ["description", "Recusandae et quia. Soluta quibusdam non. Sit doloribus sit. Atque fuga et."], ["email", "vance@example.co"], ["first_name", "Larue"], ["firstname", "Jere"], ["last_name", "Quigley"], ["lastname", "Price"], ["lat", "9.852695627062786"], ["latitute", "86.73883149547146"], ["lng", "15.61761083974065"], ["locale", "SV"], ["longitude", "72.45565060225132"], ["middlename", "Zieme"], ["middle_name", "Wyman"], ["password", "C24zEsAgU"], ["phone", "584-351-2801 x050"], ["phone_number", "505.083.0561 x83682"], ["reference", "8fb1bd4f-9edb-40a2-895a-b0eae695532c"], ["title", "Ipsam voluptates voluptatem."], ["user_name", "na.wisozk"], ["username", "hassan"], ["uuid", "92a1d0fd-9c9f-4597-bb82-96b2d9cd340b"], ["created_at", "2020-11-24 07:29:21.789590"], ["updated_at", "2020-11-24 07:29:21.789590"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 07:29:21.794486"], ["updated_at", "2020-11-24 07:29:21.794486"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:21.804243"], ["updated_at", "2020-11-24 07:29:21.804243"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:29:21.807255"], ["updated_at", "2020-11-24 07:29:21.807255"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.4ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["decimal", 0.382673669447193], ["string", "Natus qui nihil sit magnam magni."], ["date", "2020-12-26"], ["time", "2000-01-01 03:51:12.862742"], ["datetime", "2020-12-27 09:01:12.430645"], ["created_at", "2020-11-24 07:29:21.815439"], ["updated_at", "2020-11-24 07:29:21.815439"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 15.6998288473348], ["string", "Aliquid molestiae officiis asperiores ea et."], ["date", "2020-12-14"], ["time", "2000-01-01 21:20:57.273793"], ["datetime", "2020-12-19 15:39:25.358352"], ["created_at", "2020-11-24 07:29:21.820650"], ["updated_at", "2020-11-24 07:29:21.820650"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 1.49565826372452], ["string", "Culpa veniam maxime magnam."], ["date", "2020-12-24"], ["time", "2000-01-01 13:58:32.711469"], ["datetime", "2020-11-15 10:15:42.643208"], ["created_at", "2020-11-24 07:29:21.825551"], ["updated_at", "2020-11-24 07:29:21.825551"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 1.80818004889513], ["string", "Eligendi a quae hic eum laudantium."], ["date", "2020-12-31"], ["time", "2000-01-01 02:42:15.776603"], ["datetime", "2021-01-02 07:55:29.034099"], ["created_at", "2020-11-24 07:29:21.829524"], ["updated_at", "2020-11-24 07:29:21.829524"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 22.572041782906], ["string", "Explicabo et qui vel eos."], ["date", "2021-01-05"], ["time", "2000-01-01 01:12:41.475135"], ["datetime", "2020-12-03 04:40:23.484916"], ["created_at", "2020-11-24 07:29:21.834245"], ["updated_at", "2020-11-24 07:29:21.834245"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 8.08724230618854], ["string", "Aspernatur corrupti iure."], ["date", "2020-12-05"], ["time", "2000-01-01 01:42:36.291392"], ["datetime", "2020-10-22 16:05:29.584641"], ["created_at", "2020-11-24 07:29:21.838263"], ["updated_at", "2020-11-24 07:29:21.838263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 36], ["decimal", 7.24113734731501], ["string", "Consequuntur qui saepe quos."], ["date", "2020-11-10"], ["time", "2000-01-01 06:37:11.398495"], ["datetime", "2020-10-18 09:07:41.328135"], ["created_at", "2020-11-24 07:29:21.841146"], ["updated_at", "2020-11-24 07:29:21.841146"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 7.72233281448919], ["string", "Et ut pariatur recusandae similique quo."], ["date", "2021-01-04"], ["time", "2000-01-01 10:44:49.180537"], ["datetime", "2020-11-28 01:23:25.739446"], ["created_at", "2020-11-24 07:29:21.843843"], ["updated_at", "2020-11-24 07:29:21.843843"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1028], ["decimal", 30.4832771156092], ["string", "Omnis aperiam dolorum rerum necessitatibus."], ["created_at", "2020-11-24 07:29:21.846167"], ["updated_at", "2020-11-24 07:29:21.846167"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 11.9632020676357], ["string", "Possimus aut esse suscipit."], ["created_at", "2020-11-24 07:29:21.848144"], ["updated_at", "2020-11-24 07:29:21.848144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 9.96096066789569], ["string", "Consequatur ut iure."], ["created_at", "2020-11-24 07:29:21.850084"], ["updated_at", "2020-11-24 07:29:21.850084"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 12.4709644628318], ["string", "Nesciunt enim error eos illum."], ["created_at", "2020-11-24 07:29:21.852073"], ["updated_at", "2020-11-24 07:29:21.852073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1038], ["decimal", 12.4382553567116], ["string", "Omnis distinctio nihil necessitatibus quibusdam."], ["created_at", "2020-11-24 07:29:21.854113"], ["updated_at", "2020-11-24 07:29:21.854113"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 3.19859922553618], ["string", "Totam porro molestiae ullam id rerum."], ["created_at", "2020-11-24 07:29:21.856182"], ["updated_at", "2020-11-24 07:29:21.856182"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 0.751540970975943], ["string", "Eligendi qui voluptatibus vero qui."], ["created_at", "2020-11-24 07:29:21.858543"], ["updated_at", "2020-11-24 07:29:21.858543"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1026], ["decimal", 40.6234110221072], ["string", "Ab vel quidem deleniti."], ["created_at", "2020-11-24 07:29:21.860575"], ["updated_at", "2020-11-24 07:29:21.860575"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 07:29:21.861997"], ["updated_at", "2020-11-24 07:29:21.861997"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 07:29:21.863209"], ["updated_at", "2020-11-24 07:29:21.863209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 07:29:21.864385"], ["updated_at", "2020-11-24 07:29:21.864385"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 07:29:21.865566"], ["updated_at", "2020-11-24 07:29:21.865566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 07:29:21.866696"], ["updated_at", "2020-11-24 07:29:21.866696"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 07:29:21.867854"], ["updated_at", "2020-11-24 07:29:21.867854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 07:29:21.869028"], ["updated_at", "2020-11-24 07:29:21.869028"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 07:29:21.870141"], ["updated_at", "2020-11-24 07:29:21.870141"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-24 07:29:21.871718"], ["updated_at", "2020-11-24 07:29:21.871718"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-24 07:29:21.873531"], ["updated_at", "2020-11-24 07:29:21.873531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 5], ["created_at", "2020-11-24 07:29:21.875296"], ["updated_at", "2020-11-24 07:29:21.875296"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 5], ["created_at", "2020-11-24 07:29:21.876823"], ["updated_at", "2020-11-24 07:29:21.876823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-24 07:29:21.878305"], ["updated_at", "2020-11-24 07:29:21.878305"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 2], ["created_at", "2020-11-24 07:29:21.879792"], ["updated_at", "2020-11-24 07:29:21.879792"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 6], ["created_at", "2020-11-24 07:29:21.881288"], ["updated_at", "2020-11-24 07:29:21.881288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 6], ["created_at", "2020-11-24 07:29:21.883073"], ["updated_at", "2020-11-24 07:29:21.883073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 07:29:21.885010"], ["updated_at", "2020-11-24 07:29:21.885010"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 07:29:21.886540"], ["updated_at", "2020-11-24 07:29:21.886540"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 07:29:21.887775"], ["updated_at", "2020-11-24 07:29:21.887775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 07:29:21.888999"], ["updated_at", "2020-11-24 07:29:21.888999"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 07:29:21.890175"], ["updated_at", "2020-11-24 07:29:21.890175"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 07:29:21.891342"], ["updated_at", "2020-11-24 07:29:21.891342"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 07:29:21.892540"], ["updated_at", "2020-11-24 07:29:21.892540"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 07:29:21.893745"], ["updated_at", "2020-11-24 07:29:21.893745"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:21.894498"], ["updated_at", "2020-11-24 07:29:21.894498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:21.895205"], ["updated_at", "2020-11-24 07:29:21.895205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:21.895889"], ["updated_at", "2020-11-24 07:29:21.895889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:21.896580"], ["updated_at", "2020-11-24 07:29:21.896580"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:21.897241"], ["updated_at", "2020-11-24 07:29:21.897241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:21.897894"], ["updated_at", "2020-11-24 07:29:21.897894"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:21.898557"], ["updated_at", "2020-11-24 07:29:21.898557"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:21.899220"], ["updated_at", "2020-11-24 07:29:21.899220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:21.900545"], ["updated_at", "2020-11-24 07:29:21.900545"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:21.901740"], ["updated_at", "2020-11-24 07:29:21.901740"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:21.902883"], ["updated_at", "2020-11-24 07:29:21.902883"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:21.903994"], ["updated_at", "2020-11-24 07:29:21.903994"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:21.905119"], ["updated_at", "2020-11-24 07:29:21.905119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:21.906224"], ["updated_at", "2020-11-24 07:29:21.906224"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:21.907326"], ["updated_at", "2020-11-24 07:29:21.907326"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:21.908436"], ["updated_at", "2020-11-24 07:29:21.908436"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 547 59958 Rudolph Vista, North Jules, CA 18688"], ["city", "Welchchester"], ["country", "Czech Republic"], ["description", "Aut magni autem. Impedit reprehenderit eum."], ["email", "phyliss@example.org"], ["first_name", "Robt"], ["firstname", "Jetta"], ["last_name", "Ledner"], ["lastname", "Schultz"], ["lat", "16.661703230292616"], ["latitute", "-46.44833037190097"], ["lng", "-65.10259985830994"], ["locale", "KE"], ["longitude", "64.90298629618533"], ["middlename", "Mitchell"], ["middle_name", "Medhurst"], ["password", "VgSxH9p1FyOv4LpN"], ["phone", "814-046-7617 x6038"], ["phone_number", "(249) 219-9965 x52054"], ["reference", "ac9999a1-136d-4c1e-bcbf-bc587b5e5828"], ["title", "Eos beatae ipsa a."], ["user_name", "douglass"], ["username", "heriberto"], ["uuid", "2b469cec-dc20-4036-9b1d-8c1b36576a22"], ["created_at", "2020-11-24 07:29:21.937487"], ["updated_at", "2020-11-24 07:29:21.937487"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 513 863 Huong Springs, Keeblerhaven, VT 70742-6860"], ["city", "Marcusfort"], ["country", "Togo"], ["description", "Ipsam vel excepturi. Et illum magni. Et voluptatum minima."], ["email", "karrie_kub@example.com"], ["first_name", "Horace"], ["firstname", "Angelica"], ["last_name", "Gulgowski"], ["lastname", "Altenwerth"], ["lat", "28.365271335879555"], ["latitute", "-54.18098445466827"], ["lng", "-80.83722056268161"], ["locale", "BQ"], ["longitude", "173.85127835556443"], ["middlename", "Keebler"], ["middle_name", "Jenkins"], ["password", "8EkClL07dAeX3"], ["phone", "604.771.8673"], ["phone_number", "(939) 199-9757 x4915"], ["reference", "5483fb1e-aa3f-440c-b729-f486a57dfd63"], ["title", "Odio ut iure."], ["user_name", "janina.johns"], ["username", "lyman"], ["uuid", "859473fa-e881-42c8-9f19-45da75e7e685"], ["created_at", "2020-11-24 07:29:21.959680"], ["updated_at", "2020-11-24 07:29:21.959680"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 414 7985 Nader Oval, Porfiriomouth, NY 68580-4067"], ["city", "New Rodneyport"], ["country", "Finland"], ["description", "Provident magni voluptas. Magni a animi. Provident dolor cupiditate. Reprehenderit sed et. Iure quia fuga."], ["email", "asha@example.name"], ["first_name", "George"], ["firstname", "Diego"], ["last_name", "Kessler"], ["lastname", "Volkman"], ["lat", "-74.22602590366763"], ["latitute", "23.52147922269181"], ["lng", "-44.776207664050645"], ["locale", "CY"], ["longitude", "-21.506313709031446"], ["middlename", "Pagac"], ["middle_name", "Wunsch"], ["password", "KpFtUtGsD43tAxAa"], ["phone", "1-613-164-1112 x52807"], ["phone_number", "(546) 179-2625 x9548"], ["reference", "a107d0bd-2ddd-4d61-8dd5-16f00b5934f9"], ["title", "Qui saepe placeat quia perspiciatis."], ["user_name", "kum_will"], ["username", "ria"], ["uuid", "e8c85f62-a8e7-4d82-830d-4bf95d156bd3"], ["created_at", "2020-11-24 07:29:21.981615"], ["updated_at", "2020-11-24 07:29:21.981615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "6813 Jerry Curve, South Kendall, MO 78789-9528"], ["city", "Porfiriofurt"], ["country", "Dominican Republic"], ["description", "Molestiae pariatur nulla. Fugit aliquid soluta."], ["email", "renato_krajcik@example.info"], ["first_name", "Jarred"], ["firstname", "Issac"], ["last_name", "Von"], ["lastname", "Yost"], ["lat", "7.6030384804284665"], ["latitute", "28.67373704317167"], ["lng", "-99.6269249031557"], ["locale", "SK"], ["longitude", "-23.125796532595388"], ["middlename", "Bailey"], ["middle_name", "Conroy"], ["password", "BbQfLs4500X096gW"], ["phone", "960.045.0071 x62296"], ["phone_number", "(971) 343-7740"], ["reference", "2b0e1310-1dd1-4073-b8ef-2d47d3c6d32f"], ["title", "Aut illum quidem."], ["user_name", "carey_denesik"], ["username", "louie"], ["uuid", "cb8eeddf-b38c-4605-b4f4-09d3be5c15f6"], ["created_at", "2020-11-24 07:29:22.003221"], ["updated_at", "2020-11-24 07:29:22.003221"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 664 938 Legros Forks, Hodkiewiczfort, TN 80054"], ["city", "Port Thustad"], ["country", "Central African Republic"], ["description", "Odit vitae neque. Nihil sit rerum. Quidem perferendis quos."], ["email", "travis@example.net"], ["first_name", "Garfield"], ["firstname", "Lane"], ["last_name", "Greenfelder"], ["lastname", "Medhurst"], ["lat", "-74.2720205098715"], ["latitute", "-8.348961955164398"], ["lng", "-36.73540735001035"], ["locale", "FO"], ["longitude", "-138.7663249112802"], ["middlename", "Ziemann"], ["middle_name", "Howell"], ["password", "YaE6cUi3"], ["phone", "(159) 423-6773 x6615"], ["phone_number", "(433) 521-4728 x067"], ["reference", "13415bf2-c5b5-4c2c-ac21-abce71c8cb3e"], ["title", "Eos libero occaecati dolor."], ["user_name", "rivka.smitham"], ["username", "beulah"], ["uuid", "b54f423b-62bb-4ae0-b264-440fa406eb06"], ["created_at", "2020-11-24 07:29:22.031457"], ["updated_at", "2020-11-24 07:29:22.031457"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "102 Hang Well, Cindichester, NE 18060"], ["city", "Hollisview"], ["country", "Jersey"], ["description", "Non ab quis. Dicta est rem. Eum corrupti odit. Mollitia non sed."], ["email", "gabriel.brakus@example.io"], ["first_name", "Gerry"], ["firstname", "Michell"], ["last_name", "Abbott"], ["lastname", "Rath"], ["lat", "79.6504059386398"], ["latitute", "-72.8107863156592"], ["lng", "47.07237774664816"], ["locale", "BO"], ["longitude", "177.0401184177599"], ["middlename", "Franecki"], ["middle_name", "Torphy"], ["password", "H7rFlLv5VdI"], ["phone", "998.317.2041 x373"], ["phone_number", "279-698-6690 x03742"], ["reference", "2a0d9c4c-d648-411c-804a-b6f55c5b4f33"], ["title", "Explicabo incidunt tempora est vitae."], ["user_name", "hector"], ["username", "glendora.rice"], ["uuid", "7b1ef530-8150-4f4b-b11a-833729f04c49"], ["created_at", "2020-11-24 07:29:22.053741"], ["updated_at", "2020-11-24 07:29:22.053741"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 509 94018 Beer Field, South Alonsobury, MA 28531"], ["city", "Johnstonville"], ["country", "Andorra"], ["description", "Iste architecto deserunt. Suscipit ab rerum."], ["email", "mirtha@example.co"], ["first_name", "Jewel"], ["firstname", "Dorethea"], ["last_name", "Gleichner"], ["lastname", "Prohaska"], ["lat", "-77.95943667521622"], ["latitute", "27.92746101173978"], ["lng", "78.99298173398284"], ["locale", "SE"], ["longitude", "161.61368859843253"], ["middlename", "Mayer"], ["middle_name", "Hagenes"], ["password", "4DgPsAaPuVtZt"], ["phone", "(117) 452-4706 x373"], ["phone_number", "1-234-095-5797 x864"], ["reference", "effc38c9-0c24-4d98-93f0-746e4ae6e007"], ["title", "Dolore accusantium at quisquam quia."], ["user_name", "charles_jast"], ["username", "dulcie.hickle"], ["uuid", "e3aef111-c767-4b75-9911-b7cd16466136"], ["created_at", "2020-11-24 07:29:22.075301"], ["updated_at", "2020-11-24 07:29:22.075301"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1903 Nikia Brook, Padbergport, NJ 75145"], ["city", "Leahaven"], ["country", "Tokelau"], ["description", "Possimus et exercitationem. Sit voluptas cumque."], ["email", "lawerence.kerluke@example.com"], ["first_name", "Rusty"], ["firstname", "Alfonzo"], ["last_name", "King"], ["lastname", "Ziemann"], ["lat", "81.00658464284336"], ["latitute", "-4.191034640053047"], ["lng", "-100.4815986273166"], ["locale", "AE"], ["longitude", "70.18381896948941"], ["middlename", "Pfannerstill"], ["middle_name", "Bode"], ["password", "N8dYj3Xt3S79"], ["phone", "1-289-748-1286 x203"], ["phone_number", "339.583.3450 x0979"], ["reference", "ece1e5c7-9987-47b4-a1d4-e7d8470a5970"], ["title", "Eos labore unde natus est."], ["user_name", "junior.oreilly"], ["username", "callie"], ["uuid", "128d50e5-3b79-4b80-bb0f-0b6cf3b1ab91"], ["created_at", "2020-11-24 07:29:22.097147"], ["updated_at", "2020-11-24 07:29:22.097147"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 07:29:22.099213"], ["updated_at", "2020-11-24 07:29:22.099213"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 07:29:22.100471"], ["updated_at", "2020-11-24 07:29:22.100471"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 07:29:22.101719"], ["updated_at", "2020-11-24 07:29:22.101719"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 07:29:22.103080"], ["updated_at", "2020-11-24 07:29:22.103080"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 07:29:22.104304"], ["updated_at", "2020-11-24 07:29:22.104304"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 07:29:22.105493"], ["updated_at", "2020-11-24 07:29:22.105493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 07:29:22.106885"], ["updated_at", "2020-11-24 07:29:22.106885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 07:29:22.108135"], ["updated_at", "2020-11-24 07:29:22.108135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:22.131452"], ["updated_at", "2020-11-24 07:29:22.131452"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:22.132332"], ["updated_at", "2020-11-24 07:29:22.132332"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:22.133049"], ["updated_at", "2020-11-24 07:29:22.133049"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:22.133742"], ["updated_at", "2020-11-24 07:29:22.133742"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:22.134423"], ["updated_at", "2020-11-24 07:29:22.134423"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:22.135115"], ["updated_at", "2020-11-24 07:29:22.135115"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:22.135803"], ["updated_at", "2020-11-24 07:29:22.135803"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:22.136487"], ["updated_at", "2020-11-24 07:29:22.136487"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:29:22.137223"], ["updated_at", "2020-11-24 07:29:22.137223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:29:22.137956"], ["updated_at", "2020-11-24 07:29:22.137956"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:29:22.138650"], ["updated_at", "2020-11-24 07:29:22.138650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:29:22.139326"], ["updated_at", "2020-11-24 07:29:22.139326"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:29:22.140059"], ["updated_at", "2020-11-24 07:29:22.140059"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:29:22.140764"], ["updated_at", "2020-11-24 07:29:22.140764"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:29:22.141434"], ["updated_at", "2020-11-24 07:29:22.141434"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:29:22.142111"], ["updated_at", "2020-11-24 07:29:22.142111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 5.64522209871987], ["string", "Omnis quia suscipit libero ut."], ["date", "2020-10-27"], ["time", "2000-01-01 13:26:52.663846"], ["datetime", "2020-12-15 12:41:04.764732"], ["created_at", "2020-11-24 07:29:22.169023"], ["updated_at", "2020-11-24 07:29:22.169023"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 21], ["decimal", 21.955723521164], ["string", "Porro asperiores molestiae accusantium."], ["date", "2020-10-18"], ["time", "2000-01-01 02:56:44.792257"], ["datetime", "2020-11-20 10:22:28.225390"], ["created_at", "2020-11-24 07:29:22.172143"], ["updated_at", "2020-11-24 07:29:22.172143"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 3.41854778465707], ["string", "Est atque maxime qui."], ["date", "2020-12-07"], ["time", "2000-01-01 12:24:49.520372"], ["datetime", "2020-12-26 09:12:05.845412"], ["created_at", "2020-11-24 07:29:22.175098"], ["updated_at", "2020-11-24 07:29:22.175098"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 23.6101270642418], ["string", "Qui fugit aperiam."], ["date", "2020-12-24"], ["time", "2000-01-01 19:11:01.853360"], ["datetime", "2020-11-26 07:02:54.086887"], ["created_at", "2020-11-24 07:29:22.180640"], ["updated_at", "2020-11-24 07:29:22.180640"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 14.3772513951168], ["string", "Rem sunt deleniti et."], ["date", "2021-01-01"], ["time", "2000-01-01 15:08:24.974008"], ["datetime", "2020-10-30 02:35:57.991868"], ["created_at", "2020-11-24 07:29:22.183391"], ["updated_at", "2020-11-24 07:29:22.183391"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 1.35173783569305], ["string", "Non quam velit."], ["date", "2020-11-29"], ["time", "2000-01-01 21:06:11.070928"], ["datetime", "2020-11-22 04:11:09.140462"], ["created_at", "2020-11-24 07:29:22.186075"], ["updated_at", "2020-11-24 07:29:22.186075"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:22.188994"], ["updated_at", "2020-11-24 07:29:22.188994"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 6.37390295789147], ["string", "Sunt delectus quia magnam perferendis culpa."], ["date", "2020-11-16"], ["time", "2000-01-01 02:57:29.734327"], ["datetime", "2020-11-21 19:41:47.746832"], ["created_at", "2020-11-24 07:29:22.218535"], ["updated_at", "2020-11-24 07:29:22.218535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 26], ["decimal", 3.22675865280549], ["string", "Aut harum qui ut."], ["date", "2020-12-19"], ["time", "2000-01-01 13:47:48.589208"], ["datetime", "2020-11-11 02:42:12.294198"], ["created_at", "2020-11-24 07:29:22.221809"], ["updated_at", "2020-11-24 07:29:22.221809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 3.37455344465463], ["string", "Repellendus iste et vel voluptas iure."], ["date", "2020-10-22"], ["time", "2000-01-01 02:39:07.849865"], ["datetime", "2020-12-04 02:26:37.790565"], ["created_at", "2020-11-24 07:29:22.224933"], ["updated_at", "2020-11-24 07:29:22.224933"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 16.1242034756715], ["string", "Delectus magnam quo."], ["date", "2020-12-04"], ["time", "2000-01-01 07:10:38.099295"], ["datetime", "2020-12-04 21:26:27.447694"], ["created_at", "2020-11-24 07:29:22.228629"], ["updated_at", "2020-11-24 07:29:22.228629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 9.74547394050533], ["string", "Ea sint ducimus."], ["date", "2020-12-22"], ["time", "2000-01-01 23:18:33.006504"], ["datetime", "2020-11-18 00:16:34.477740"], ["created_at", "2020-11-24 07:29:22.232032"], ["updated_at", "2020-11-24 07:29:22.232032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 18.8451878547808], ["string", "Porro sunt maiores dolor alias."], ["date", "2020-11-30"], ["time", "2000-01-01 15:46:44.458218"], ["datetime", "2020-11-09 10:50:08.601003"], ["created_at", "2020-11-24 07:29:22.234728"], ["updated_at", "2020-11-24 07:29:22.234728"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 6.37739008542684], ["string", "Sit ut iste aut similique."], ["date", "2020-12-06"], ["time", "2000-01-01 17:43:08.121554"], ["datetime", "2020-10-21 10:51:22.604628"], ["created_at", "2020-11-24 07:29:22.237592"], ["updated_at", "2020-11-24 07:29:22.237592"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 29], ["decimal", 33.3975334225564], ["string", "Necessitatibus architecto optio labore."], ["date", "2020-11-11"], ["time", "2000-01-01 15:27:48.834860"], ["datetime", "2020-11-29 02:19:36.956890"], ["created_at", "2020-11-24 07:29:22.240653"], ["updated_at", "2020-11-24 07:29:22.240653"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1030], ["decimal", 8.57940519044346], ["string", "Molestiae molestias dicta."], ["created_at", "2020-11-24 07:29:22.243196"], ["updated_at", "2020-11-24 07:29:22.243196"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 22.9173603337355], ["string", "Debitis velit voluptatum."], ["created_at", "2020-11-24 07:29:22.245346"], ["updated_at", "2020-11-24 07:29:22.245346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 31.8852574049364], ["string", "Consectetur non adipisci qui exercitationem."], ["created_at", "2020-11-24 07:29:22.247448"], ["updated_at", "2020-11-24 07:29:22.247448"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 16.9158213960944], ["string", "Et rerum eveniet."], ["created_at", "2020-11-24 07:29:22.249453"], ["updated_at", "2020-11-24 07:29:22.249453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 21.437637700376], ["string", "Modi vel natus."], ["created_at", "2020-11-24 07:29:22.251487"], ["updated_at", "2020-11-24 07:29:22.251487"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 10.298068170185], ["string", "Quas cum et minus at sit."], ["created_at", "2020-11-24 07:29:22.253661"], ["updated_at", "2020-11-24 07:29:22.253661"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 9.39237811978871], ["string", "Nulla aliquam laudantium nobis quod nam."], ["created_at", "2020-11-24 07:29:22.255718"], ["updated_at", "2020-11-24 07:29:22.255718"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 28.419619599175], ["string", "Vel dolores eum facere."], ["created_at", "2020-11-24 07:29:22.257697"], ["updated_at", "2020-11-24 07:29:22.257697"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 07:29:22.259284"], ["updated_at", "2020-11-24 07:29:22.259284"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 07:29:22.260616"], ["updated_at", "2020-11-24 07:29:22.260616"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 07:29:22.261935"], ["updated_at", "2020-11-24 07:29:22.261935"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 07:29:22.263232"], ["updated_at", "2020-11-24 07:29:22.263232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 07:29:22.264456"], ["updated_at", "2020-11-24 07:29:22.264456"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 07:29:22.265668"], ["updated_at", "2020-11-24 07:29:22.265668"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 07:29:22.266831"], ["updated_at", "2020-11-24 07:29:22.266831"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 07:29:22.267968"], ["updated_at", "2020-11-24 07:29:22.267968"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 1], ["created_at", "2020-11-24 07:29:22.269701"], ["updated_at", "2020-11-24 07:29:22.269701"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-24 07:29:22.271367"], ["updated_at", "2020-11-24 07:29:22.271367"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-24 07:29:22.273008"], ["updated_at", "2020-11-24 07:29:22.273008"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 1], ["created_at", "2020-11-24 07:29:22.274557"], ["updated_at", "2020-11-24 07:29:22.274557"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-24 07:29:22.276097"], ["updated_at", "2020-11-24 07:29:22.276097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 6], ["created_at", "2020-11-24 07:29:22.277620"], ["updated_at", "2020-11-24 07:29:22.277620"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 3], ["created_at", "2020-11-24 07:29:22.279187"], ["updated_at", "2020-11-24 07:29:22.279187"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 2], ["created_at", "2020-11-24 07:29:22.280739"], ["updated_at", "2020-11-24 07:29:22.280739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 07:29:22.281996"], ["updated_at", "2020-11-24 07:29:22.281996"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 07:29:22.283214"], ["updated_at", "2020-11-24 07:29:22.283214"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 07:29:22.284349"], ["updated_at", "2020-11-24 07:29:22.284349"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 07:29:22.285651"], ["updated_at", "2020-11-24 07:29:22.285651"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 07:29:22.287074"], ["updated_at", "2020-11-24 07:29:22.287074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 07:29:22.288334"], ["updated_at", "2020-11-24 07:29:22.288334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 07:29:22.289527"], ["updated_at", "2020-11-24 07:29:22.289527"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 07:29:22.290676"], ["updated_at", "2020-11-24 07:29:22.290676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:22.291402"], ["updated_at", "2020-11-24 07:29:22.291402"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:22.292094"], ["updated_at", "2020-11-24 07:29:22.292094"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:22.292753"], ["updated_at", "2020-11-24 07:29:22.292753"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:22.293392"], ["updated_at", "2020-11-24 07:29:22.293392"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:22.294058"], ["updated_at", "2020-11-24 07:29:22.294058"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:22.294715"], ["updated_at", "2020-11-24 07:29:22.294715"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:22.295369"], ["updated_at", "2020-11-24 07:29:22.295369"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:22.296033"], ["updated_at", "2020-11-24 07:29:22.296033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:22.297337"], ["updated_at", "2020-11-24 07:29:22.297337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:22.298535"], ["updated_at", "2020-11-24 07:29:22.298535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:22.299673"], ["updated_at", "2020-11-24 07:29:22.299673"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:22.300818"], ["updated_at", "2020-11-24 07:29:22.300818"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:22.301930"], ["updated_at", "2020-11-24 07:29:22.301930"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:22.303033"], ["updated_at", "2020-11-24 07:29:22.303033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:22.304149"], ["updated_at", "2020-11-24 07:29:22.304149"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:22.305267"], ["updated_at", "2020-11-24 07:29:22.305267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "5648 Cremin Keys, New Robbiburgh, SC 03284-6445"], ["city", "North Belkis"], ["country", "Kuwait"], ["description", "Eius nihil labore. Blanditiis et et. Repellendus sit porro. Aut quaerat porro."], ["email", "mickey@example.co"], ["first_name", "Odelia"], ["firstname", "Ettie"], ["last_name", "Rau"], ["lastname", "Brekke"], ["lat", "-57.54715290144513"], ["latitute", "-59.55903930601993"], ["lng", "4.59220659715308"], ["locale", "GP"], ["longitude", "-16.71448147241705"], ["middlename", "Bartoletti"], ["middle_name", "Fahey"], ["password", "LzB2pZjB"], ["phone", "(359) 056-3828"], ["phone_number", "(208) 110-1383 x86751"], ["reference", "5db7f475-9045-4d95-ad37-0aae8d8ff534"], ["title", "Quos numquam expedita."], ["user_name", "donnie"], ["username", "lovie_nitzsche"], ["uuid", "3be2ceed-e3d6-4fd7-ad03-fb2fb036a4e7"], ["created_at", "2020-11-24 07:29:22.335606"], ["updated_at", "2020-11-24 07:29:22.335606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "14447 Simonis Inlet, East Hattieshire, CA 91106-3810"], ["city", "Carmonborough"], ["country", "Western Sahara"], ["description", "Consequatur numquam iusto. Quia nobis nulla. Ad voluptatem cupiditate. Quis ratione optio. Veritatis in excepturi."], ["email", "ciera_kris@example.name"], ["first_name", "Mila"], ["firstname", "Roderick"], ["last_name", "Ebert"], ["lastname", "Lind"], ["lat", "-22.612666294083496"], ["latitute", "-67.48328945733658"], ["lng", "151.10251574069792"], ["locale", "EC"], ["longitude", "-66.05679666492053"], ["middlename", "McDermott"], ["middle_name", "Rau"], ["password", "0Gz0GsCl3Lx"], ["phone", "423.733.8827 x72286"], ["phone_number", "945.453.9726 x51434"], ["reference", "2794e5d8-929f-4ec5-9634-b2d16601c6e6"], ["title", "Qui nesciunt voluptatem odit nulla vel."], ["user_name", "elva"], ["username", "john_nitzsche"], ["uuid", "af7f2c2a-4659-4aa2-94e3-7f9be39b51c0"], ["created_at", "2020-11-24 07:29:22.357940"], ["updated_at", "2020-11-24 07:29:22.357940"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 254 7039 Moen Pine, New Kendall, OK 95097-8729"], ["city", "Dottieberg"], ["country", "Mauritius"], ["description", "Adipisci doloribus ducimus. Qui sed quo. Quas ut distinctio."], ["email", "willow@example.biz"], ["first_name", "Vannesa"], ["firstname", "Raymundo"], ["last_name", "Baumbach"], ["lastname", "Frami"], ["lat", "80.40683153695286"], ["latitute", "-16.66388049381773"], ["lng", "125.73191282754703"], ["locale", "BT"], ["longitude", "55.16719115304602"], ["middlename", "Price"], ["middle_name", "Pagac"], ["password", "5Km1Eh87IsEo"], ["phone", "719.859.7946"], ["phone_number", "(782) 839-4052 x59087"], ["reference", "f4c3f746-0e8a-455e-8e2e-0cd8e49f6bea"], ["title", "In facilis quo."], ["user_name", "heriberto_ritchie"], ["username", "hollis"], ["uuid", "234cfe67-5dae-467a-8ac9-00b05bdba170"], ["created_at", "2020-11-24 07:29:22.380105"], ["updated_at", "2020-11-24 07:29:22.380105"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 941 829 Laurence Ports, Lockmanport, DE 20769-9957"], ["city", "New Robbie"], ["country", "Somalia"], ["description", "Id recusandae voluptas. Architecto itaque placeat. Ut tempore aut. Maxime velit porro."], ["email", "marvin@example.name"], ["first_name", "Weston"], ["firstname", "Manuel"], ["last_name", "Berge"], ["lastname", "Huels"], ["lat", "30.447631241418918"], ["latitute", "33.241202152955395"], ["lng", "47.04436772062479"], ["locale", "LR"], ["longitude", "-35.88218547573288"], ["middlename", "King"], ["middle_name", "Murazik"], ["password", "BpZv54D0yJxDl"], ["phone", "1-556-556-3874 x5296"], ["phone_number", "775.334.0823 x0020"], ["reference", "4e953e33-d0c2-4fa5-9c9e-0bbbe3733ca6"], ["title", "Et explicabo aut qui distinctio ea."], ["user_name", "abram_harber"], ["username", "tonie"], ["uuid", "44ba6738-03ac-435f-b372-d27e51176e24"], ["created_at", "2020-11-24 07:29:22.401883"], ["updated_at", "2020-11-24 07:29:22.401883"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 785 94029 Kuhlman Mountains, New Rudolfport, SD 20084-8915"], ["city", "Jeaniceton"], ["country", "Netherlands Antilles"], ["description", "Quis voluptate aut. Sequi omnis rerum. Sed ut non. Recusandae aliquid et. Illum maxime adipisci."], ["email", "nathanael_armstrong@example.io"], ["first_name", "Herbert"], ["firstname", "Emerald"], ["last_name", "Pollich"], ["lastname", "Bednar"], ["lat", "19.095155879904638"], ["latitute", "40.90536586441971"], ["lng", "-93.64948598202423"], ["locale", "MD"], ["longitude", "56.94544564816661"], ["middlename", "Wisozk"], ["middle_name", "Lakin"], ["password", "Wc4UxTa3TqBfQ0t"], ["phone", "428.962.5939 x14125"], ["phone_number", "426.500.4954 x48698"], ["reference", "d6df75d8-b4e1-47e6-b132-1466fbd71825"], ["title", "Suscipit esse laborum inventore excepturi."], ["user_name", "mohammad.krajcik"], ["username", "dino"], ["uuid", "15f098fa-b4ab-4ead-b8d8-957338462485"], ["created_at", "2020-11-24 07:29:22.430333"], ["updated_at", "2020-11-24 07:29:22.430333"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 215 517 Howell Mill, New Kirbyville, ID 41315-5324"], ["city", "Latoshaton"], ["country", "Holy See (Vatican City State)"], ["description", "Ea laborum repellat. Commodi temporibus et. Ut doloribus qui. Qui distinctio molestias."], ["email", "damion_fahey@example.co"], ["first_name", "Jacqui"], ["firstname", "Harley"], ["last_name", "West"], ["lastname", "Rippin"], ["lat", "87.4576478381008"], ["latitute", "8.49189162196069"], ["lng", "43.58504118286464"], ["locale", "MW"], ["longitude", "-71.82612419930581"], ["middlename", "Johns"], ["middle_name", "Gleichner"], ["password", "5CwK8kDi"], ["phone", "(456) 046-9635"], ["phone_number", "(702) 256-5618 x24106"], ["reference", "1020ddc5-b2db-4483-9078-ad1f730e7716"], ["title", "Vitae quasi quia dolor beatae."], ["user_name", "chet_considine"], ["username", "rickie_kuhn"], ["uuid", "e65c6b71-3a69-4a5f-a67a-4c770245b17e"], ["created_at", "2020-11-24 07:29:22.452388"], ["updated_at", "2020-11-24 07:29:22.452388"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 715 6645 Gusikowski Summit, West Sylvester, SD 74150"], ["city", "East Rosario"], ["country", "Iran"], ["description", "Blanditiis molestiae voluptatibus. Modi et dolor."], ["email", "hal.ruecker@example.co"], ["first_name", "Omer"], ["firstname", "Berneice"], ["last_name", "Bogan"], ["lastname", "Lemke"], ["lat", "5.511354653419303"], ["latitute", "5.993603526045732"], ["lng", "-64.71337902017633"], ["locale", "KI"], ["longitude", "-92.65426188269713"], ["middlename", "Prosacco"], ["middle_name", "Kunze"], ["password", "Wd9P4bNpTv4"], ["phone", "790.328.0208"], ["phone_number", "325-841-5179 x701"], ["reference", "71919edb-2c30-4846-99d9-8114deed5250"], ["title", "Doloremque voluptatum magni ad rerum."], ["user_name", "ada"], ["username", "wm.pacocha"], ["uuid", "420c6e69-8d5d-4751-93a2-50ea15ad6c72"], ["created_at", "2020-11-24 07:29:22.473918"], ["updated_at", "2020-11-24 07:29:22.473918"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 380 9641 Jesenia Port, Grimesstad, VA 15083-5639"], ["city", "Gottliebmouth"], ["country", "Estonia"], ["description", "Et ratione rem. Doloribus nesciunt iusto."], ["email", "amos@example.net"], ["first_name", "Steven"], ["firstname", "Faustino"], ["last_name", "Ratke"], ["lastname", "Hilll"], ["lat", "27.172192321090705"], ["latitute", "7.095029367750811"], ["lng", "-176.40122000861456"], ["locale", "MV"], ["longitude", "-133.11951217880787"], ["middlename", "Bauch"], ["middle_name", "Toy"], ["password", "NcYhL6gJs87Q"], ["phone", "(529) 207-9459"], ["phone_number", "955.495.1065 x81457"], ["reference", "915d72c6-9c64-4f06-b58e-1a5ad87d670e"], ["title", "Consequatur vel quia ducimus."], ["user_name", "colin"], ["username", "jamar.davis"], ["uuid", "cb49084b-488a-4c1b-bed7-0b3a423f73b0"], ["created_at", "2020-11-24 07:29:22.495316"], ["updated_at", "2020-11-24 07:29:22.495316"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 07:29:22.497308"], ["updated_at", "2020-11-24 07:29:22.497308"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 07:29:22.498561"], ["updated_at", "2020-11-24 07:29:22.498561"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 07:29:22.499703"], ["updated_at", "2020-11-24 07:29:22.499703"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 07:29:22.500869"], ["updated_at", "2020-11-24 07:29:22.500869"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 07:29:22.502012"], ["updated_at", "2020-11-24 07:29:22.502012"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 07:29:22.503121"], ["updated_at", "2020-11-24 07:29:22.503121"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 07:29:22.504233"], ["updated_at", "2020-11-24 07:29:22.504233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 07:29:22.510742"], ["updated_at", "2020-11-24 07:29:22.510742"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:22.528178"], ["updated_at", "2020-11-24 07:29:22.528178"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:22.528998"], ["updated_at", "2020-11-24 07:29:22.528998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:22.529643"], ["updated_at", "2020-11-24 07:29:22.529643"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:22.530274"], ["updated_at", "2020-11-24 07:29:22.530274"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:22.530895"], ["updated_at", "2020-11-24 07:29:22.530895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:22.531555"], ["updated_at", "2020-11-24 07:29:22.531555"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:22.532225"], ["updated_at", "2020-11-24 07:29:22.532225"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 07:29:22.532879"], ["updated_at", "2020-11-24 07:29:22.532879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:29:22.533580"], ["updated_at", "2020-11-24 07:29:22.533580"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:29:22.534285"], ["updated_at", "2020-11-24 07:29:22.534285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:29:22.534960"], ["updated_at", "2020-11-24 07:29:22.534960"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:29:22.535640"], ["updated_at", "2020-11-24 07:29:22.535640"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:29:22.536319"], ["updated_at", "2020-11-24 07:29:22.536319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:29:22.536979"], ["updated_at", "2020-11-24 07:29:22.536979"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:29:22.537711"], ["updated_at", "2020-11-24 07:29:22.537711"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 07:29:22.538362"], ["updated_at", "2020-11-24 07:29:22.538362"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.1ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.4ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.7ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.5ms) DELETE FROM "kilos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.9ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (2.1ms) DELETE FROM "deltas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.5ms) DELETE FROM "hotels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.5ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (36.5ms) DELETE FROM "alfas";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (2.1ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.5ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.8ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.8ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.9ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.5ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.8ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.6ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.8ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.9ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (2.0ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.8ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.7ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (36.5ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.7ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.8ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.6ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.9ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.4ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (2.0ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.8ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.5ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (37.1ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (2.0ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.9ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.9ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.5ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (2.8ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.5ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (14.2ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.9ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.6ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (2.0ms) DELETE FROM "kilos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.9ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.9ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.5ms) DELETE FROM "alfas";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.9ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (2.0ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.6ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.4ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.6ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.9ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.5ms) SELECT sqlite_version(*)  (0.0ms) SELECT sqlite_version(*)  (0.0ms) SELECT sqlite_version(*)  (0.1ms) DROP TABLE IF EXISTS "alfas"  (2.4ms) CREATE TABLE "alfas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean" boolean, "integer" integer, "decimal" decimal, "string" varchar, "date" date, "time" time, "datetime" datetime, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "bravos"  (1.9ms) CREATE TABLE "bravos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean" boolean DEFAULT 0 NOT NULL, "integer" integer NOT NULL, "decimal" decimal NOT NULL, "string" varchar NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "charlies"  (1.5ms) CREATE TABLE "charlies" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.6ms) CREATE INDEX "index_charlies_on_alfa_id" ON "charlies" ("alfa_id")  (0.1ms) DROP TABLE IF EXISTS "deltas"  (1.5ms) CREATE TABLE "deltas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.7ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (2.3ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.1ms) DROP TABLE IF EXISTS "echos"  (1.9ms) CREATE TABLE "echos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "echoable_type" varchar, "echoable_id" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.6ms) CREATE INDEX "index_echos_on_echoable_type_and_echoable_id" ON "echos" ("echoable_type", "echoable_id")  (0.1ms) DROP TABLE IF EXISTS "foxtrots"  (1.6ms) CREATE TABLE "foxtrots" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "hotels"  (1.5ms) CREATE TABLE "hotels" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer)  (1.6ms) CREATE INDEX "index_hotels_on_india_id" ON "hotels" ("india_id")  (0.1ms) DROP TABLE IF EXISTS "indias"  (1.6ms) CREATE TABLE "indias" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.6ms) CREATE INDEX "index_indias_on_hotel_id" ON "indias" ("hotel_id")  (0.1ms) DROP TABLE IF EXISTS "julietts"  (1.6ms) CREATE TABLE "julietts" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "alfa_id" integer NOT NULL, "string" varchar, "integer" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.5ms) CREATE INDEX "index_julietts_on_alfa_id" ON "julietts" ("alfa_id")  (0.1ms) DROP TABLE IF EXISTS "kilos"  (1.6ms) CREATE TABLE "kilos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "encrypted_password" varchar, "reset_password_token" varchar, "reset_password_sent_at" varchar, "remember_created_at" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.0ms) DROP TABLE IF EXISTS "limas"  (1.6ms) CREATE TABLE "limas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "address" varchar, "city" varchar, "country" varchar, "description" varchar, "email" varchar, "first_name" varchar, "firstname" varchar, "last_name" varchar, "lastname" varchar, "lat" varchar, "latitute" varchar, "lng" varchar, "locale" varchar, "longitude" varchar, "middlename" varchar, "middle_name" varchar, "password" varchar, "phone" varchar, "phone_number" varchar, "reference" varchar, "title" varchar, "user_name" varchar, "username" varchar, "uuid" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "acharlies" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_acharlies_on_alfa_id" ON "acharlies" ("alfa_id")  (0.0ms) INSERT INTO "acharlies" ("id","alfa_id","created_at","updated_at") SELECT "id","alfa_id","created_at","updated_at" FROM "charlies"  (0.1ms) DROP TABLE "charlies"  (0.1ms) CREATE TABLE "charlies" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_c22432acee" FOREIGN KEY ("alfa_id") REFERENCES "alfas" ("id") )  (0.1ms) CREATE INDEX "index_charlies_on_alfa_id" ON "charlies" ("alfa_id")  (0.0ms) INSERT INTO "charlies" ("id","alfa_id","created_at","updated_at") SELECT "id","alfa_id","created_at","updated_at" FROM "acharlies"  (0.1ms) DROP TABLE "acharlies"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.5ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "adeltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_adeltas_on_zed_id" ON "adeltas" ("zed_id")  (0.1ms) CREATE INDEX "tindex_adeltas_on_bravo_id" ON "adeltas" ("bravo_id")  (0.0ms) INSERT INTO "adeltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "deltas"  (0.1ms) DROP TABLE "deltas"  (0.1ms) CREATE TABLE "deltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_aa131d729d" FOREIGN KEY ("bravo_id") REFERENCES "bravos" ("id") )  (0.1ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (0.1ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.0ms) INSERT INTO "deltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "adeltas"  (0.1ms) DROP TABLE "adeltas"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.2ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "adeltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_adeltas_on_zed_id" ON "adeltas" ("zed_id")  (0.1ms) CREATE INDEX "tindex_adeltas_on_bravo_id" ON "adeltas" ("bravo_id")  (0.1ms) INSERT INTO "adeltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "deltas"  (0.2ms) DROP TABLE "deltas"  (0.1ms) CREATE TABLE "deltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_aa131d729d" FOREIGN KEY ("bravo_id") REFERENCES "bravos" ("id") , CONSTRAINT "fk_rails_afc1a9c87d" FOREIGN KEY ("zed_id") REFERENCES "charlies" ("id") )  (0.1ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (0.1ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.1ms) INSERT INTO "deltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "adeltas"  (1.0ms) DROP TABLE "adeltas"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.6ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "ahotels" ("id" integer NOT NULL PRIMARY KEY, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer DEFAULT NULL)  (0.1ms) CREATE INDEX "tindex_ahotels_on_india_id" ON "ahotels" ("india_id")  (0.1ms) INSERT INTO "ahotels" ("id","created_at","updated_at","india_id") SELECT "id","created_at","updated_at","india_id" FROM "hotels"  (0.2ms) DROP TABLE "hotels"  (0.1ms) CREATE TABLE "hotels" ("id" integer NOT NULL PRIMARY KEY, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer DEFAULT NULL, CONSTRAINT "fk_rails_2d98147578" FOREIGN KEY ("india_id") REFERENCES "indias" ("id") )  (0.1ms) CREATE INDEX "index_hotels_on_india_id" ON "hotels" ("india_id")  (0.1ms) INSERT INTO "hotels" ("id","created_at","updated_at","india_id") SELECT "id","created_at","updated_at","india_id" FROM "ahotels"  (0.1ms) DROP TABLE "ahotels"  (0.8ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "aindias" ("id" integer NOT NULL PRIMARY KEY, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_aindias_on_hotel_id" ON "aindias" ("hotel_id")  (0.1ms) INSERT INTO "aindias" ("id","hotel_id","created_at","updated_at") SELECT "id","hotel_id","created_at","updated_at" FROM "indias"  (0.2ms) DROP TABLE "indias"  (0.2ms) CREATE TABLE "indias" ("id" integer NOT NULL PRIMARY KEY, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_304a9d92d0" FOREIGN KEY ("hotel_id") REFERENCES "hotels" ("id") )  (0.2ms) CREATE INDEX "index_indias_on_hotel_id" ON "indias" ("hotel_id")  (0.1ms) INSERT INTO "indias" ("id","hotel_id","created_at","updated_at") SELECT "id","hotel_id","created_at","updated_at" FROM "aindias"  (1.0ms) DROP TABLE "aindias"  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.4ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "ajulietts" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "string" varchar DEFAULT NULL, "integer" integer DEFAULT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_ajulietts_on_alfa_id" ON "ajulietts" ("alfa_id")  (0.1ms) INSERT INTO "ajulietts" ("id","alfa_id","string","integer","created_at","updated_at") SELECT "id","alfa_id","string","integer","created_at","updated_at" FROM "julietts"  (0.1ms) DROP TABLE "julietts"  (0.1ms) CREATE TABLE "julietts" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "string" varchar DEFAULT NULL, "integer" integer DEFAULT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_996fd14f94" FOREIGN KEY ("alfa_id") REFERENCES "alfas" ("id") )  (0.1ms) CREATE INDEX "index_julietts_on_alfa_id" ON "julietts" ("alfa_id")  (0.1ms) INSERT INTO "julietts" ("id","alfa_id","string","integer","created_at","updated_at") SELECT "id","alfa_id","string","integer","created_at","updated_at" FROM "ajulietts"  (0.1ms) DROP TABLE "ajulietts"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.4ms) commit transaction  (2.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.5ms) INSERT INTO "schema_migrations" (version) VALUES (20200923100338)  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES (20200923100317), (20200923100328), (20200923100329), (20200923100330), (20200923100331), (20200923100332), (20200923100334), (20200923100335), (20200923100336), (20200923100337);   (1.9ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2020-11-24 10:25:09.702983"], ["updated_at", "2020-11-24 10:25:09.702983"]]  (1.5ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "schema_sha1"], ["LIMIT", 1]]  (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.8ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "schema_sha1"], ["value", "20ad0a21aac0185645ff86ad01e29438de5ecfe2"], ["created_at", "2020-11-24 10:25:09.708984"], ["updated_at", "2020-11-24 10:25:09.708984"]]  (1.3ms) commit transaction  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.4ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:25:11.135932"], ["updated_at", "2020-11-24 10:25:11.135932"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.2ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.9ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.6ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 560 5718 Quigley Ford, East Benedict, SD 24162-6069"], ["city", "Juliannemouth"], ["country", "Burundi"], ["description", "Eius quia corrupti. Sequi reiciendis eveniet. Blanditiis pariatur non."], ["email", "carmine.ebert@example.io"], ["first_name", "Violet"], ["firstname", "Chara"], ["last_name", "Klein"], ["lastname", "Quigley"], ["lat", "83.88808913055439"], ["latitute", "72.55461135413256"], ["lng", "8.8123229293127"], ["locale", "MZ"], ["longitude", "12.69431348811716"], ["middlename", "Wolff"], ["middle_name", "Predovic"], ["password", "PgR8q3S97cFy6Qq"], ["phone", "1-249-842-9994"], ["phone_number", "1-506-459-5981 x95275"], ["reference", "27cee416-6f4d-4a4d-9db3-4e83482cd6e9"], ["title", "Adipisci tempore magni."], ["user_name", "saundra"], ["username", "charolette_kovacek"], ["uuid", "c0c2c041-da52-41cc-8c72-2fdfd31c465d"], ["created_at", "2020-11-24 10:36:52.565713"], ["updated_at", "2020-11-24 10:36:52.565713"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 560 72892 Smitham Square, Rigobertoburgh, SC 57877-9661"], ["city", "New Marlonview"], ["country", "Guinea-Bissau"], ["description", "Et sit similique. Ab assumenda dolor. Voluptatem sapiente laboriosam. Repudiandae dolores nemo."], ["email", "king@example.org"], ["first_name", "Joeann"], ["firstname", "Dustin"], ["last_name", "Hilll"], ["lastname", "Cassin"], ["lat", "-11.532638355780847"], ["latitute", "-10.493866197142054"], ["lng", "88.07233084582157"], ["locale", "BW"], ["longitude", "143.45380467493402"], ["middlename", "Huels"], ["middle_name", "Abbott"], ["password", "T0lSqQmSlT26"], ["phone", "443.276.1146"], ["phone_number", "(189) 954-9735 x564"], ["reference", "9637e837-62d7-47f5-aa57-f4dfe6791c88"], ["title", "Minima sed deleniti excepturi rerum illum."], ["user_name", "loyd.kuhlman"], ["username", "alec"], ["uuid", "0c3d6c13-03bb-45f9-8104-2d129791d4a6"], ["created_at", "2020-11-24 10:36:52.587413"], ["updated_at", "2020-11-24 10:36:52.587413"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 649 112 Weissnat Path, Beattyfurt, TX 48520-0009"], ["city", "Ardenborough"], ["country", "Solomon Islands"], ["description", "At commodi repellendus. Adipisci ut ut."], ["email", "stacy@example.com"], ["first_name", "Dara"], ["firstname", "Arletha"], ["last_name", "Nolan"], ["lastname", "Toy"], ["lat", "-62.72003706501326"], ["latitute", "8.052664866096436"], ["lng", "71.91925847227668"], ["locale", "CF"], ["longitude", "-44.649288143142"], ["middlename", "Bashirian"], ["middle_name", "Romaguera"], ["password", "R8gRcTbOzEg0SoSj"], ["phone", "468-458-7641 x781"], ["phone_number", "1-912-301-4648 x2387"], ["reference", "645c0f4f-6f7e-4bdd-ae15-bb693d020ef6"], ["title", "Assumenda dolores est vero voluptatibus."], ["user_name", "jo"], ["username", "florine_purdy"], ["uuid", "4197bfa0-9193-4b92-83d9-9e5e389664d1"], ["created_at", "2020-11-24 10:36:52.608720"], ["updated_at", "2020-11-24 10:36:52.608720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 882 1344 Leonora Isle, Dachland, NV 88788-0048"], ["city", "South Yadirashire"], ["country", "Eritrea"], ["description", "Aperiam quo sit. Quisquam ut est. Exercitationem quo reprehenderit."], ["email", "ken.heaney@example.org"], ["first_name", "Modesto"], ["firstname", "Toby"], ["last_name", "Kozey"], ["lastname", "Hansen"], ["lat", "42.437120211471864"], ["latitute", "-53.99472382923788"], ["lng", "-104.36020242336227"], ["locale", "MV"], ["longitude", "37.8443353604427"], ["middlename", "Doyle"], ["middle_name", "Braun"], ["password", "RsQjEk3P9nWc69E"], ["phone", "156-076-5658"], ["phone_number", "1-470-970-1315 x724"], ["reference", "c97f0aaf-9154-40cc-9090-7c8284e968d7"], ["title", "Omnis occaecati qui aut veritatis voluptas."], ["user_name", "asa_altenwerth"], ["username", "emmanuel"], ["uuid", "af060432-56a2-433e-bf48-84c4fcba0f40"], ["created_at", "2020-11-24 10:36:52.638436"], ["updated_at", "2020-11-24 10:36:52.638436"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 296 62008 Christiane Rapids, Port Samanthachester, MA 66204"], ["city", "Stoltenbergstad"], ["country", "Virgin Islands, British"], ["description", "Corporis ratione et. Non nesciunt natus. Libero ipsum sunt. Qui est quia."], ["email", "jonathan_hoppe@example.info"], ["first_name", "Donnie"], ["firstname", "Fernando"], ["last_name", "Rath"], ["lastname", "Bergnaum"], ["lat", "-30.2374760418642"], ["latitute", "-0.5351371849018847"], ["lng", "-97.24230479187322"], ["locale", "ET"], ["longitude", "-173.45807670207236"], ["middlename", "Spinka"], ["middle_name", "Wolff"], ["password", "Wh2KfWoZjW"], ["phone", "803.487.3528 x113"], ["phone_number", "1-746-670-0802 x71739"], ["reference", "2bee8561-cbe5-4678-b95a-96a5b1bfb622"], ["title", "Iure ut cupiditate."], ["user_name", "denita"], ["username", "nadene"], ["uuid", "3fd72860-3b08-4fc4-b440-f5f58dc25964"], ["created_at", "2020-11-24 10:36:52.660504"], ["updated_at", "2020-11-24 10:36:52.660504"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "296 Bauch Land, Aaronfort, MD 74829-9133"], ["city", "Katheleenport"], ["country", "Azerbaijan"], ["description", "Quia unde voluptatem. Delectus voluptatibus eum. Molestiae mollitia odio."], ["email", "ike@example.info"], ["first_name", "Stacie"], ["firstname", "Florentino"], ["last_name", "Ruecker"], ["lastname", "Homenick"], ["lat", "-15.492566846964635"], ["latitute", "52.43594302626701"], ["lng", "27.452044601027666"], ["locale", "LR"], ["longitude", "76.0310577273961"], ["middlename", "Brown"], ["middle_name", "Kutch"], ["password", "H5gPg6GaB0e"], ["phone", "1-797-771-2023 x33211"], ["phone_number", "940-908-9752 x74502"], ["reference", "c5f807b5-7ae9-4c4d-b1df-01de9d0e81da"], ["title", "Quam repudiandae enim veritatis."], ["user_name", "judith_kreiger"], ["username", "dominick.hessel"], ["uuid", "e68d2364-1c3e-41bc-a485-17c59b625677"], ["created_at", "2020-11-24 10:36:52.681934"], ["updated_at", "2020-11-24 10:36:52.681934"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "144 Lind Square, Lake Kamalamouth, KY 63132-6268"], ["city", "Gordonberg"], ["country", "Falkland Islands (Malvinas)"], ["description", "Qui suscipit aut. Perspiciatis iure est. Quis vel voluptas. Sequi ut consequatur. Est blanditiis id."], ["email", "seth@example.name"], ["first_name", "Brenton"], ["firstname", "Vennie"], ["last_name", "Spinka"], ["lastname", "Parisian"], ["lat", "-65.03554857830545"], ["latitute", "74.92863151580596"], ["lng", "174.59883702502697"], ["locale", "GB"], ["longitude", "23.050069072192684"], ["middlename", "Daniel"], ["middle_name", "Schowalter"], ["password", "V94oVxJu"], ["phone", "(951) 396-8642 x5853"], ["phone_number", "561-942-0185 x018"], ["reference", "5d77154d-aa1e-4026-aeff-724afc218487"], ["title", "Enim officia ipsum."], ["user_name", "christoper"], ["username", "suzanna.hamill"], ["uuid", "083aa12a-3324-48d5-9ad7-255d85a3588d"], ["created_at", "2020-11-24 10:36:52.703704"], ["updated_at", "2020-11-24 10:36:52.703704"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 862 67761 Sook Tunnel, Lake Linwoodport, DE 66595-0170"], ["city", "Dwanafurt"], ["country", "Saint Barthelemy"], ["description", "Reprehenderit aut totam. Non eligendi cupiditate. Itaque cumque ipsam."], ["email", "laurena@example.co"], ["first_name", "Elroy"], ["firstname", "Jake"], ["last_name", "Fahey"], ["lastname", "Kohler"], ["lat", "-15.963111390510335"], ["latitute", "69.50928349293298"], ["lng", "-24.530397209398046"], ["locale", "BL"], ["longitude", "130.36906992215347"], ["middlename", "Nolan"], ["middle_name", "Cremin"], ["password", "PuM1aZ9y8P4i"], ["phone", "714.405.2331 x20797"], ["phone_number", "1-320-578-0186 x221"], ["reference", "300602c7-2734-465b-8416-b8b1c7fc480c"], ["title", "Incidunt iusto officiis ducimus dolore inventore."], ["user_name", "regenia"], ["username", "dann"], ["uuid", "9614f1a1-c660-4535-80a8-2bc13da05a55"], ["created_at", "2020-11-24 10:36:52.731431"], ["updated_at", "2020-11-24 10:36:52.731431"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 548 65423 Hoppe Valleys, Faustinoburgh, MI 66119-5974"], ["city", "South Adelina"], ["country", "Saint Helena"], ["description", "Explicabo quidem saepe. Rerum dolores in. Qui ut aut. Et rerum temporibus. Ullam et quia."], ["email", "tawna@example.net"], ["first_name", "Jame"], ["firstname", "Temika"], ["last_name", "Kulas"], ["lastname", "Thompson"], ["lat", "-8.44592545100943"], ["latitute", "-47.176771025239724"], ["lng", "154.77887092511116"], ["locale", "SD"], ["longitude", "85.7545725466183"], ["middlename", "Ryan"], ["middle_name", "Runolfsdottir"], ["password", "L2qYgCoAaDcY0"], ["phone", "(621) 232-0234 x41251"], ["phone_number", "647.569.6519 x91455"], ["reference", "67f09ed3-4832-4090-afc0-f577dea0b369"], ["title", "Est eaque et omnis minima."], ["user_name", "lauralee.casper"], ["username", "ilda.hand"], ["uuid", "67abd003-f530-4b37-96a1-08650b45feb6"], ["created_at", "2020-11-24 10:36:52.753577"], ["updated_at", "2020-11-24 10:36:52.753577"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 255 24675 Adelia Forges, Port Josephstad, OR 83352"], ["city", "Clairport"], ["country", "Bangladesh"], ["description", "Voluptate fugiat exercitationem. Nostrum nulla natus. Qui aut et."], ["email", "roberto.rohan@example.com"], ["first_name", "Jarod"], ["firstname", "Jospeh"], ["last_name", "Reynolds"], ["lastname", "Powlowski"], ["lat", "-22.392031649165546"], ["latitute", "-71.98102168278737"], ["lng", "124.01788381319147"], ["locale", "NU"], ["longitude", "-84.3384578950169"], ["middlename", "Auer"], ["middle_name", "Hessel"], ["password", "I8bVzOi90N"], ["phone", "(728) 983-8423"], ["phone_number", "(246) 150-8942 x25624"], ["reference", "3fce03bd-1074-4afa-ab10-55aa06336f11"], ["title", "In explicabo est."], ["user_name", "janette"], ["username", "cleta_cole"], ["uuid", "24616997-b559-4550-94e4-b19df09b000e"], ["created_at", "2020-11-24 10:36:52.775278"], ["updated_at", "2020-11-24 10:36:52.775278"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 9.58110764833892], ["string", "Enim quo reprehenderit quidem."], ["date", "2020-11-23"], ["time", "2000-01-01 07:57:34.450884"], ["datetime", "2020-12-25 01:47:32.215668"], ["created_at", "2020-11-24 10:36:52.800748"], ["updated_at", "2020-11-24 10:36:52.800748"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1022], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 3.97530666811357], ["string", "Necessitatibus cum dolore pariatur ut."], ["created_at", "2020-11-24 10:36:52.808946"], ["updated_at", "2020-11-24 10:36:52.808946"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 10:36:52.816804"], ["updated_at", "2020-11-24 10:36:52.816804"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 10:36:52.823250"], ["updated_at", "2020-11-24 10:36:52.823250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 10:36:52.828565"], ["updated_at", "2020-11-24 10:36:52.828565"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:52.834074"], ["updated_at", "2020-11-24 10:36:52.834074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:52.838769"], ["updated_at", "2020-11-24 10:36:52.838769"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "86428 Darryl Pike, Schillerland, AK 50993-1699"], ["city", "New Thurmanhaven"], ["country", "Palestinian Territory"], ["description", "Rem nostrum eius. Sunt sit incidunt. Qui saepe vel. Velit earum sunt. Et nisi reprehenderit."], ["email", "xavier.toy@example.info"], ["first_name", "Alton"], ["firstname", "Jordan"], ["last_name", "Marquardt"], ["lastname", "Wehner"], ["lat", "-23.625361092626193"], ["latitute", "58.55296885823839"], ["lng", "-63.83275004166556"], ["locale", "KP"], ["longitude", "67.37546999080314"], ["middlename", "Marquardt"], ["middle_name", "Schuster"], ["password", "Bv9YdWe9"], ["phone", "1-503-416-7453"], ["phone_number", "(530) 296-4479 x3267"], ["reference", "fb9be7e4-0f2c-473e-a292-306bc49f3217"], ["title", "Sit aperiam quam."], ["user_name", "stephen.welch"], ["username", "karlyn.dubuque"], ["uuid", "d73e2d0b-e91d-4503-9329-f567a0996c98"], ["created_at", "2020-11-24 10:36:52.873386"], ["updated_at", "2020-11-24 10:36:52.873386"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 10:36:52.878402"], ["updated_at", "2020-11-24 10:36:52.878402"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:52.887991"], ["updated_at", "2020-11-24 10:36:52.887991"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:36:52.890966"], ["updated_at", "2020-11-24 10:36:52.890966"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.1ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 31], ["decimal", 21.292863416276], ["string", "Voluptas et doloremque."], ["date", "2020-11-01"], ["time", "2000-01-01 09:52:24.224848"], ["datetime", "2020-12-17 19:40:18.620297"], ["created_at", "2020-11-24 10:36:52.901280"], ["updated_at", "2020-11-24 10:36:52.901280"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 13.6970828749784], ["string", "Incidunt numquam ratione harum."], ["date", "2020-10-22"], ["time", "2000-01-01 17:50:13.272299"], ["datetime", "2020-12-14 08:57:07.080135"], ["created_at", "2020-11-24 10:36:52.905443"], ["updated_at", "2020-11-24 10:36:52.905443"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 2.11340300461459], ["string", "Rerum tempora illum doloribus modi aliquam."], ["date", "2020-11-01"], ["time", "2000-01-01 15:54:44.266889"], ["datetime", "2020-12-08 16:33:16.226908"], ["created_at", "2020-11-24 10:36:52.908810"], ["updated_at", "2020-11-24 10:36:52.908810"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 6.18204949143307], ["string", "At voluptatem esse ab dolorem impedit."], ["date", "2020-11-22"], ["time", "2000-01-01 07:05:21.324130"], ["datetime", "2020-12-01 04:14:46.631025"], ["created_at", "2020-11-24 10:36:52.911772"], ["updated_at", "2020-11-24 10:36:52.911772"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 8.03486876391551], ["string", "Optio quasi ducimus vel sed amet."], ["date", "2020-11-21"], ["time", "2000-01-01 16:16:28.870655"], ["datetime", "2020-12-14 13:51:01.837202"], ["created_at", "2020-11-24 10:36:52.914307"], ["updated_at", "2020-11-24 10:36:52.914307"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 16.9572611724643], ["string", "Esse sit et dicta quidem."], ["date", "2020-11-02"], ["time", "2000-01-01 12:21:06.001874"], ["datetime", "2020-11-09 17:11:10.990104"], ["created_at", "2020-11-24 10:36:52.916849"], ["updated_at", "2020-11-24 10:36:52.916849"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 13.9261166297626], ["string", "Dolor deleniti adipisci quidem."], ["date", "2020-10-16"], ["time", "2000-01-01 15:15:33.633158"], ["datetime", "2020-11-06 23:03:27.926319"], ["created_at", "2020-11-24 10:36:52.919689"], ["updated_at", "2020-11-24 10:36:52.919689"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 12.1281021257031], ["string", "Autem maxime alias est aut."], ["date", "2020-11-09"], ["time", "2000-01-01 09:44:24.178906"], ["datetime", "2020-12-16 01:13:38.753438"], ["created_at", "2020-11-24 10:36:52.923047"], ["updated_at", "2020-11-24 10:36:52.923047"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1017], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 0.284163851752483], ["string", "Aut est est."], ["created_at", "2020-11-24 10:36:52.926227"], ["updated_at", "2020-11-24 10:36:52.926227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1002], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 22.7122264287319], ["string", "Fugit qui error."], ["created_at", "2020-11-24 10:36:52.928756"], ["updated_at", "2020-11-24 10:36:52.928756"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1017], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1001], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 2.06406653734812], ["string", "Commodi eum autem tenetur."], ["created_at", "2020-11-24 10:36:52.933704"], ["updated_at", "2020-11-24 10:36:52.933704"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1008], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 9.73049969484044], ["string", "Doloremque quis itaque occaecati."], ["created_at", "2020-11-24 10:36:52.936318"], ["updated_at", "2020-11-24 10:36:52.936318"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1009], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 8.52955224012761], ["string", "Modi qui temporibus adipisci vel."], ["created_at", "2020-11-24 10:36:52.938787"], ["updated_at", "2020-11-24 10:36:52.938787"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1016], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 8.78852058650448], ["string", "Eius consequatur maiores."], ["created_at", "2020-11-24 10:36:52.941163"], ["updated_at", "2020-11-24 10:36:52.941163"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1011], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 30.0713634368695], ["string", "Aliquid consequatur alias voluptatibus laborum."], ["created_at", "2020-11-24 10:36:52.943425"], ["updated_at", "2020-11-24 10:36:52.943425"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 10:36:52.944745"], ["updated_at", "2020-11-24 10:36:52.944745"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 10:36:52.945976"], ["updated_at", "2020-11-24 10:36:52.945976"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 10:36:52.947135"], ["updated_at", "2020-11-24 10:36:52.947135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 10:36:52.948260"], ["updated_at", "2020-11-24 10:36:52.948260"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 10:36:52.949358"], ["updated_at", "2020-11-24 10:36:52.949358"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 10:36:52.950437"], ["updated_at", "2020-11-24 10:36:52.950437"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 10:36:52.951498"], ["updated_at", "2020-11-24 10:36:52.951498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 10:36:52.952598"], ["updated_at", "2020-11-24 10:36:52.952598"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-24 10:36:52.954135"], ["updated_at", "2020-11-24 10:36:52.954135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 1], ["created_at", "2020-11-24 10:36:52.955662"], ["updated_at", "2020-11-24 10:36:52.955662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-24 10:36:52.957205"], ["updated_at", "2020-11-24 10:36:52.957205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 6], ["created_at", "2020-11-24 10:36:52.958717"], ["updated_at", "2020-11-24 10:36:52.958717"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 6], ["created_at", "2020-11-24 10:36:52.960200"], ["updated_at", "2020-11-24 10:36:52.960200"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 7], ["created_at", "2020-11-24 10:36:52.961677"], ["updated_at", "2020-11-24 10:36:52.961677"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-24 10:36:52.963173"], ["updated_at", "2020-11-24 10:36:52.963173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 6], ["created_at", "2020-11-24 10:36:52.964647"], ["updated_at", "2020-11-24 10:36:52.964647"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 10:36:52.965853"], ["updated_at", "2020-11-24 10:36:52.965853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 10:36:52.967022"], ["updated_at", "2020-11-24 10:36:52.967022"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 10:36:52.968144"], ["updated_at", "2020-11-24 10:36:52.968144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 10:36:52.969238"], ["updated_at", "2020-11-24 10:36:52.969238"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 10:36:52.970352"], ["updated_at", "2020-11-24 10:36:52.970352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 10:36:52.971453"], ["updated_at", "2020-11-24 10:36:52.971453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 10:36:52.972591"], ["updated_at", "2020-11-24 10:36:52.972591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 10:36:52.973699"], ["updated_at", "2020-11-24 10:36:52.973699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:52.974388"], ["updated_at", "2020-11-24 10:36:52.974388"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:52.975023"], ["updated_at", "2020-11-24 10:36:52.975023"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:52.975626"], ["updated_at", "2020-11-24 10:36:52.975626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:52.976237"], ["updated_at", "2020-11-24 10:36:52.976237"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:52.976843"], ["updated_at", "2020-11-24 10:36:52.976843"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:52.977447"], ["updated_at", "2020-11-24 10:36:52.977447"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:52.978051"], ["updated_at", "2020-11-24 10:36:52.978051"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:52.978655"], ["updated_at", "2020-11-24 10:36:52.978655"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:52.979869"], ["updated_at", "2020-11-24 10:36:52.979869"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:52.980990"], ["updated_at", "2020-11-24 10:36:52.980990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:52.982063"], ["updated_at", "2020-11-24 10:36:52.982063"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:52.983125"], ["updated_at", "2020-11-24 10:36:52.983125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:52.984181"], ["updated_at", "2020-11-24 10:36:52.984181"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:52.985268"], ["updated_at", "2020-11-24 10:36:52.985268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:52.986328"], ["updated_at", "2020-11-24 10:36:52.986328"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:52.987382"], ["updated_at", "2020-11-24 10:36:52.987382"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 950 72138 Aufderhar Greens, Batzborough, GA 01523-1030"], ["city", "South Blossomborough"], ["country", "Central African Republic"], ["description", "Eaque soluta ipsam. Impedit nihil alias. Perspiciatis rerum ab. Rerum voluptatem minus. Vitae quia accusantium."], ["email", "benedict_swift@example.co"], ["first_name", "Shayne"], ["firstname", "Granville"], ["last_name", "Pfeffer"], ["lastname", "Batz"], ["lat", "11.835066346683107"], ["latitute", "25.682046963086904"], ["lng", "139.55969237697838"], ["locale", "PK"], ["longitude", "166.109992696306"], ["middlename", "Marvin"], ["middle_name", "Trantow"], ["password", "PwIlD5kH6i97"], ["phone", "697.764.6568 x200"], ["phone_number", "1-223-135-1855"], ["reference", "9732cb63-484b-44ff-afba-bd03dabaf8ed"], ["title", "Omnis enim dignissimos est in qui."], ["user_name", "lisabeth"], ["username", "jaleesa_rutherford"], ["uuid", "1f08972a-7623-42e4-9f67-37d441165155"], ["created_at", "2020-11-24 10:36:53.018478"], ["updated_at", "2020-11-24 10:36:53.018478"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "49237 Schroeder Forges, Bookerside, KS 27282"], ["city", "East Marcelenehaven"], ["country", "Tanzania"], ["description", "Aspernatur minus voluptate. Vero est magni."], ["email", "merideth.bashirian@example.co"], ["first_name", "Clair"], ["firstname", "Abbie"], ["last_name", "Runolfsdottir"], ["lastname", "Moen"], ["lat", "-63.13309542724178"], ["latitute", "-55.45438979200905"], ["lng", "80.3402167070173"], ["locale", "SA"], ["longitude", "176.9146309183787"], ["middlename", "Macejkovic"], ["middle_name", "Streich"], ["password", "T4nO9oMbI"], ["phone", "426-397-4211"], ["phone_number", "(234) 596-0727 x1104"], ["reference", "e7d6a567-ab3a-4134-99e0-d25703349f99"], ["title", "Voluptatem veniam iusto aut officia."], ["user_name", "bruna"], ["username", "hilda_mante"], ["uuid", "603f87ea-0e79-4bd2-aa94-ebc49f05e6f9"], ["created_at", "2020-11-24 10:36:53.041455"], ["updated_at", "2020-11-24 10:36:53.041455"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2217 Veum Freeway, New Christopher, SD 33225"], ["city", "Hauckmouth"], ["country", "Cuba"], ["description", "Id ut expedita. Aut mollitia officiis. Rerum at quia."], ["email", "jeffrey@example.com"], ["first_name", "Isabella"], ["firstname", "Stuart"], ["last_name", "Simonis"], ["lastname", "Daniel"], ["lat", "59.826741610620786"], ["latitute", "51.12951993530777"], ["lng", "13.128433356939752"], ["locale", "BV"], ["longitude", "56.327402085506236"], ["middlename", "Quigley"], ["middle_name", "Pfannerstill"], ["password", "YnIbXm5FyHf9Kj"], ["phone", "(647) 884-9703"], ["phone_number", "(799) 752-3437"], ["reference", "30e5abf1-1ad7-41bd-aa54-9153c32794ec"], ["title", "Amet et necessitatibus nulla cumque ut."], ["user_name", "kristopher"], ["username", "tawanna_heathcote"], ["uuid", "50dd87e8-6275-4da5-9e5d-dedb6bb6a2c8"], ["created_at", "2020-11-24 10:36:53.062836"], ["updated_at", "2020-11-24 10:36:53.062836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 208 15050 Schmidt Radial, Kristaton, VA 97603"], ["city", "Isabellaberg"], ["country", "Cayman Islands"], ["description", "Consequatur earum aut. Et dolores ipsa."], ["email", "kathaleen.carter@example.co"], ["first_name", "Walker"], ["firstname", "Rodger"], ["last_name", "Murray"], ["lastname", "Wyman"], ["lat", "-84.14838267165437"], ["latitute", "-74.92168428253181"], ["lng", "-10.424696704872872"], ["locale", "BF"], ["longitude", "34.150853696074904"], ["middlename", "Willms"], ["middle_name", "Wintheiser"], ["password", "J823zSnXgS"], ["phone", "550-210-0804 x4411"], ["phone_number", "(386) 774-2544 x000"], ["reference", "60694a72-2bc9-4193-8e3b-9bc893d9956b"], ["title", "Qui inventore harum."], ["user_name", "phung"], ["username", "ivette_koelpin"], ["uuid", "d4d0f7c1-f98a-4fe2-9691-1f9a36f28c18"], ["created_at", "2020-11-24 10:36:53.085229"], ["updated_at", "2020-11-24 10:36:53.085229"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 835 3762 Ivonne Crossing, Roobhaven, NJ 55848"], ["city", "Sylvesterborough"], ["country", "Turks and Caicos Islands"], ["description", "Similique omnis at. Architecto quas sit."], ["email", "lenard.pfannerstill@example.info"], ["first_name", "Susan"], ["firstname", "Edyth"], ["last_name", "Reichert"], ["lastname", "Dibbert"], ["lat", "-31.374641006289252"], ["latitute", "-25.25893472074557"], ["lng", "57.1033436145801"], ["locale", "ZM"], ["longitude", "-72.62831717842431"], ["middlename", "Cruickshank"], ["middle_name", "Dickens"], ["password", "K1dZlZaA79qQpNc"], ["phone", "163-124-1515 x9244"], ["phone_number", "(680) 034-0583 x1813"], ["reference", "2fc273fd-0f03-4e00-a820-134c08553d6f"], ["title", "Labore qui vero impedit dolore."], ["user_name", "ronald.bartoletti"], ["username", "delores"], ["uuid", "65c2f143-d686-4d7b-a9fe-a4eb8fed939d"], ["created_at", "2020-11-24 10:36:53.114853"], ["updated_at", "2020-11-24 10:36:53.114853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 909 523 Loren Terrace, Spencerfort, MD 28801-2191"], ["city", "Neilport"], ["country", "Guam"], ["description", "Voluptates et error. Eveniet ut aspernatur. Ea autem et. Ut doloribus voluptate. Cumque autem itaque."], ["email", "ashley@example.net"], ["first_name", "Gerardo"], ["firstname", "Lupe"], ["last_name", "Blick"], ["lastname", "Armstrong"], ["lat", "89.70171647809462"], ["latitute", "-52.242473042920295"], ["lng", "-81.44335045908541"], ["locale", "MP"], ["longitude", "173.01914969651136"], ["middlename", "Muller"], ["middle_name", "Weber"], ["password", "Vs4JxVlQiYg2V"], ["phone", "(343) 883-7609 x2705"], ["phone_number", "214.584.0918"], ["reference", "e0f3230e-1016-4b36-8cf7-ce190a56c13b"], ["title", "Eveniet veritatis voluptatibus ea."], ["user_name", "zachary_feest"], ["username", "adelaide.schmidt"], ["uuid", "f66f1e6d-bdcb-46ed-8ddd-3b9957fad416"], ["created_at", "2020-11-24 10:36:53.137096"], ["updated_at", "2020-11-24 10:36:53.137096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 780 948 Willms Divide, Davisville, HI 34508"], ["city", "Port Aja"], ["country", "Kuwait"], ["description", "Quia ipsam voluptatem. Quaerat sequi omnis. Ab recusandae et. Et non nam."], ["email", "marshall@example.biz"], ["first_name", "Mauricio"], ["firstname", "Devon"], ["last_name", "Schinner"], ["lastname", "Kunde"], ["lat", "-28.588533716715915"], ["latitute", "56.24023711811262"], ["lng", "166.83683184992452"], ["locale", "PS"], ["longitude", "3.800229284572879"], ["middlename", "Hansen"], ["middle_name", "Doyle"], ["password", "SsStVaLs7"], ["phone", "1-973-538-2705 x4314"], ["phone_number", "164.348.8566 x6747"], ["reference", "72f3d318-38bb-491d-9a7f-b0bb002bcaad"], ["title", "Numquam aspernatur incidunt."], ["user_name", "cory_luettgen"], ["username", "dale"], ["uuid", "1af2ba55-92f8-41e1-b9e3-d793c040497f"], ["created_at", "2020-11-24 10:36:53.158525"], ["updated_at", "2020-11-24 10:36:53.158525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "946 Fadel Mills, Torphyfurt, HI 73581-9992"], ["city", "McDermottburgh"], ["country", "Saudi Arabia"], ["description", "Tempora error exercitationem. Tempora quaerat odio. Commodi in blanditiis. Omnis praesentium qui. Molestiae ab vel."], ["email", "roland@example.io"], ["first_name", "Ed"], ["firstname", "Gail"], ["last_name", "Russel"], ["lastname", "O'Keefe"], ["lat", "30.804794552486683"], ["latitute", "-40.79334759279372"], ["lng", "17.52620355241939"], ["locale", "CV"], ["longitude", "59.99253103466776"], ["middlename", "Kessler"], ["middle_name", "Schuster"], ["password", "K7lHjNo24Za"], ["phone", "685.402.3610 x59086"], ["phone_number", "1-847-090-3077 x5644"], ["reference", "ee0b37e3-8fbb-4932-8d73-a6e8a52bbf5e"], ["title", "Natus perferendis atque."], ["user_name", "fred"], ["username", "antony_ullrich"], ["uuid", "1c427d8c-68d7-452e-a20d-3a4369d4df2c"], ["created_at", "2020-11-24 10:36:53.179858"], ["updated_at", "2020-11-24 10:36:53.179858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 10:36:53.181775"], ["updated_at", "2020-11-24 10:36:53.181775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 10:36:53.182918"], ["updated_at", "2020-11-24 10:36:53.182918"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 10:36:53.183986"], ["updated_at", "2020-11-24 10:36:53.183986"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 10:36:53.185093"], ["updated_at", "2020-11-24 10:36:53.185093"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 10:36:53.186169"], ["updated_at", "2020-11-24 10:36:53.186169"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 10:36:53.187242"], ["updated_at", "2020-11-24 10:36:53.187242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 10:36:53.188345"], ["updated_at", "2020-11-24 10:36:53.188345"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 10:36:53.189432"], ["updated_at", "2020-11-24 10:36:53.189432"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:53.212923"], ["updated_at", "2020-11-24 10:36:53.212923"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:53.213776"], ["updated_at", "2020-11-24 10:36:53.213776"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:53.214502"], ["updated_at", "2020-11-24 10:36:53.214502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:53.215193"], ["updated_at", "2020-11-24 10:36:53.215193"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:53.215882"], ["updated_at", "2020-11-24 10:36:53.215882"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:53.216569"], ["updated_at", "2020-11-24 10:36:53.216569"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:53.217227"], ["updated_at", "2020-11-24 10:36:53.217227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:53.217911"], ["updated_at", "2020-11-24 10:36:53.217911"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:36:53.218628"], ["updated_at", "2020-11-24 10:36:53.218628"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:36:53.219367"], ["updated_at", "2020-11-24 10:36:53.219367"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:36:53.220059"], ["updated_at", "2020-11-24 10:36:53.220059"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:36:53.220747"], ["updated_at", "2020-11-24 10:36:53.220747"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:36:53.221428"], ["updated_at", "2020-11-24 10:36:53.221428"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:36:53.222074"], ["updated_at", "2020-11-24 10:36:53.222074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:36:53.222734"], ["updated_at", "2020-11-24 10:36:53.222734"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:36:53.223382"], ["updated_at", "2020-11-24 10:36:53.223382"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 18.6520821782586], ["string", "Dolorem et fuga."], ["date", "2020-12-19"], ["time", "2000-01-01 13:38:45.224188"], ["datetime", "2020-11-18 22:18:22.946810"], ["created_at", "2020-11-24 10:36:53.258196"], ["updated_at", "2020-11-24 10:36:53.258196"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 9.45277688609979], ["string", "Reiciendis veritatis in est."], ["date", "2020-12-16"], ["time", "2000-01-01 20:20:54.277730"], ["datetime", "2020-12-28 10:05:42.295296"], ["created_at", "2020-11-24 10:36:53.261678"], ["updated_at", "2020-11-24 10:36:53.261678"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 5.83256445358747], ["string", "Aut magni suscipit perferendis accusantium dicta."], ["date", "2020-12-09"], ["time", "2000-01-01 13:32:13.987178"], ["datetime", "2020-12-24 12:48:15.735795"], ["created_at", "2020-11-24 10:36:53.264446"], ["updated_at", "2020-11-24 10:36:53.264446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 0.0757528263581174], ["string", "Quibusdam aliquid expedita possimus."], ["date", "2020-12-05"], ["time", "2000-01-01 06:22:48.875312"], ["datetime", "2020-11-03 00:54:39.068788"], ["created_at", "2020-11-24 10:36:53.268565"], ["updated_at", "2020-11-24 10:36:53.268565"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 3.87796473253328], ["string", "Autem non odit dolorem in."], ["date", "2020-12-14"], ["time", "2000-01-01 04:29:47.171851"], ["datetime", "2020-12-28 10:38:06.682327"], ["created_at", "2020-11-24 10:36:53.271496"], ["updated_at", "2020-11-24 10:36:53.271496"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 16.4729791139642], ["string", "Cum at soluta doloribus excepturi."], ["date", "2020-11-01"], ["time", "2000-01-01 21:00:29.278543"], ["datetime", "2021-01-04 23:06:24.513214"], ["created_at", "2020-11-24 10:36:53.275223"], ["updated_at", "2020-11-24 10:36:53.275223"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:53.278356"], ["updated_at", "2020-11-24 10:36:53.278356"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 14.7612511852717], ["string", "Architecto sed officiis aut iste."], ["date", "2020-11-02"], ["time", "2000-01-01 15:54:21.553774"], ["datetime", "2020-11-26 12:15:36.086472"], ["created_at", "2020-11-24 10:36:53.307616"], ["updated_at", "2020-11-24 10:36:53.307616"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 19.6495899854979], ["string", "Ut nihil vel beatae."], ["date", "2020-10-27"], ["time", "2000-01-01 14:43:55.725926"], ["datetime", "2020-11-06 10:36:26.546236"], ["created_at", "2020-11-24 10:36:53.311783"], ["updated_at", "2020-11-24 10:36:53.311783"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 13.5001443989804], ["string", "Est sed amet."], ["date", "2021-01-03"], ["time", "2000-01-01 09:44:38.771749"], ["datetime", "2021-01-05 09:04:28.351639"], ["created_at", "2020-11-24 10:36:53.315062"], ["updated_at", "2020-11-24 10:36:53.315062"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 25.9889104959636], ["string", "Omnis eos iste est."], ["date", "2020-11-29"], ["time", "2000-01-01 16:43:24.820911"], ["datetime", "2020-12-03 06:08:34.090569"], ["created_at", "2020-11-24 10:36:53.317698"], ["updated_at", "2020-11-24 10:36:53.317698"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 3.0504285124508], ["string", "Ex error quidem enim doloribus."], ["date", "2020-12-23"], ["time", "2000-01-01 16:53:33.818528"], ["datetime", "2020-10-26 15:02:09.575927"], ["created_at", "2020-11-24 10:36:53.321899"], ["updated_at", "2020-11-24 10:36:53.321899"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 1.34182245151991], ["string", "Atque sed inventore quasi non."], ["date", "2020-11-16"], ["time", "2000-01-01 07:35:13.819518"], ["datetime", "2020-12-02 12:10:37.403001"], ["created_at", "2020-11-24 10:36:53.326722"], ["updated_at", "2020-11-24 10:36:53.326722"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 16.1291728954209], ["string", "Vel ut tempora porro dolor hic."], ["date", "2020-12-01"], ["time", "2000-01-01 14:30:07.433498"], ["datetime", "2020-11-07 13:09:59.547691"], ["created_at", "2020-11-24 10:36:53.330572"], ["updated_at", "2020-11-24 10:36:53.330572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 18], ["decimal", 8.50347225721322], ["string", "Vel corporis iure autem."], ["date", "2020-10-18"], ["time", "2000-01-01 17:08:40.175040"], ["datetime", "2020-11-10 15:04:27.508547"], ["created_at", "2020-11-24 10:36:53.333414"], ["updated_at", "2020-11-24 10:36:53.333414"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1001], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 3.00466069818216], ["string", "Inventore non voluptas expedita voluptatem."], ["created_at", "2020-11-24 10:36:53.336404"], ["updated_at", "2020-11-24 10:36:53.336404"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1022], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1022], ["decimal", 23.8408257034782], ["string", "Eius nostrum modi omnis ut alias."], ["created_at", "2020-11-24 10:36:53.338955"], ["updated_at", "2020-11-24 10:36:53.338955"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1015], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 9.43325550069001], ["string", "Vitae adipisci iste accusamus dolore."], ["created_at", "2020-11-24 10:36:53.341776"], ["updated_at", "2020-11-24 10:36:53.341776"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1002], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 10.0762969401597], ["string", "Sed molestiae omnis optio adipisci qui."], ["created_at", "2020-11-24 10:36:53.344269"], ["updated_at", "2020-11-24 10:36:53.344269"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1006], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 3.08938401807301], ["string", "Perferendis dolore officia dolores et veniam."], ["created_at", "2020-11-24 10:36:53.346640"], ["updated_at", "2020-11-24 10:36:53.346640"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1004], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 10.1483917335717], ["string", "Est assumenda nihil."], ["created_at", "2020-11-24 10:36:53.348970"], ["updated_at", "2020-11-24 10:36:53.348970"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1002], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1041], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1041], ["decimal", 18.2564842757345], ["string", "Velit laborum dolor explicabo dignissimos voluptas."], ["created_at", "2020-11-24 10:36:53.353860"], ["updated_at", "2020-11-24 10:36:53.353860"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 10:36:53.355389"], ["updated_at", "2020-11-24 10:36:53.355389"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 10:36:53.356774"], ["updated_at", "2020-11-24 10:36:53.356774"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 10:36:53.358010"], ["updated_at", "2020-11-24 10:36:53.358010"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 10:36:53.359196"], ["updated_at", "2020-11-24 10:36:53.359196"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 10:36:53.360381"], ["updated_at", "2020-11-24 10:36:53.360381"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 10:36:53.361483"], ["updated_at", "2020-11-24 10:36:53.361483"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 10:36:53.362549"], ["updated_at", "2020-11-24 10:36:53.362549"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 10:36:53.363597"], ["updated_at", "2020-11-24 10:36:53.363597"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-24 10:36:53.365246"], ["updated_at", "2020-11-24 10:36:53.365246"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 6], ["created_at", "2020-11-24 10:36:53.366885"], ["updated_at", "2020-11-24 10:36:53.366885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-24 10:36:53.368490"], ["updated_at", "2020-11-24 10:36:53.368490"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-24 10:36:53.370066"], ["updated_at", "2020-11-24 10:36:53.370066"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 7], ["created_at", "2020-11-24 10:36:53.371637"], ["updated_at", "2020-11-24 10:36:53.371637"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-24 10:36:53.373220"], ["updated_at", "2020-11-24 10:36:53.373220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 8], ["created_at", "2020-11-24 10:36:53.374826"], ["updated_at", "2020-11-24 10:36:53.374826"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 1], ["created_at", "2020-11-24 10:36:53.376412"], ["updated_at", "2020-11-24 10:36:53.376412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 10:36:53.377692"], ["updated_at", "2020-11-24 10:36:53.377692"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 10:36:53.378918"], ["updated_at", "2020-11-24 10:36:53.378918"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 10:36:53.380137"], ["updated_at", "2020-11-24 10:36:53.380137"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 10:36:53.381316"], ["updated_at", "2020-11-24 10:36:53.381316"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 10:36:53.382467"], ["updated_at", "2020-11-24 10:36:53.382467"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 10:36:53.383605"], ["updated_at", "2020-11-24 10:36:53.383605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 10:36:53.384772"], ["updated_at", "2020-11-24 10:36:53.384772"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 10:36:53.385902"], ["updated_at", "2020-11-24 10:36:53.385902"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:53.386619"], ["updated_at", "2020-11-24 10:36:53.386619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:53.387278"], ["updated_at", "2020-11-24 10:36:53.387278"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:53.387922"], ["updated_at", "2020-11-24 10:36:53.387922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:53.388555"], ["updated_at", "2020-11-24 10:36:53.388555"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:53.389178"], ["updated_at", "2020-11-24 10:36:53.389178"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:53.389798"], ["updated_at", "2020-11-24 10:36:53.389798"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:53.390419"], ["updated_at", "2020-11-24 10:36:53.390419"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:53.391041"], ["updated_at", "2020-11-24 10:36:53.391041"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:53.392324"], ["updated_at", "2020-11-24 10:36:53.392324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:53.393489"], ["updated_at", "2020-11-24 10:36:53.393489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:53.402792"], ["updated_at", "2020-11-24 10:36:53.402792"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:53.404383"], ["updated_at", "2020-11-24 10:36:53.404383"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:53.405745"], ["updated_at", "2020-11-24 10:36:53.405745"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:53.407090"], ["updated_at", "2020-11-24 10:36:53.407090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:53.408432"], ["updated_at", "2020-11-24 10:36:53.408432"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:53.409758"], ["updated_at", "2020-11-24 10:36:53.409758"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3487 Barrows Isle, West Pearlie, CA 21895"], ["city", "Luellaton"], ["country", "Dominica"], ["description", "Ipsa minima eos. Consequuntur quam aut. Quo cumque nam. Suscipit omnis ullam. Distinctio tenetur labore."], ["email", "krystina@example.org"], ["first_name", "Jamie"], ["firstname", "Jeff"], ["last_name", "Vandervort"], ["lastname", "Lang"], ["lat", "19.846165486223427"], ["latitute", "8.659025520673353"], ["lng", "132.53390242767023"], ["locale", "TT"], ["longitude", "132.4651509455121"], ["middlename", "Goyette"], ["middle_name", "Bayer"], ["password", "VgL6pD7i8ZzUc5"], ["phone", "133-822-8472"], ["phone_number", "1-772-991-1195 x18024"], ["reference", "72a0facc-97f7-418a-9fe4-f4e8a1a73df0"], ["title", "Ut tempora autem."], ["user_name", "eldridge.lakin"], ["username", "gracie"], ["uuid", "711733f3-ca4a-4c4d-b828-2d0ddd60e592"], ["created_at", "2020-11-24 10:36:53.432675"], ["updated_at", "2020-11-24 10:36:53.432675"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "73431 Huels Burgs, Port Maryjo, MA 14260-8430"], ["city", "North Ladymouth"], ["country", "Anguilla"], ["description", "Corporis necessitatibus voluptates. Et iste aut. Iusto repellat sequi. Ea repudiandae illum."], ["email", "una@example.net"], ["first_name", "Agripina"], ["firstname", "Starr"], ["last_name", "Buckridge"], ["lastname", "Smitham"], ["lat", "71.55368755423467"], ["latitute", "-26.150282078283922"], ["lng", "-129.0859638777369"], ["locale", "TT"], ["longitude", "-175.5130049013269"], ["middlename", "Dach"], ["middle_name", "Bednar"], ["password", "Ow2AnCnN9rLzB1k"], ["phone", "1-216-003-5883"], ["phone_number", "1-952-585-3281 x465"], ["reference", "394df469-c845-4b68-b2f6-0a413d2c2f47"], ["title", "Quibusdam magnam fuga aliquam assumenda soluta."], ["user_name", "coy"], ["username", "faustino.tromp"], ["uuid", "10724783-0323-4556-8b3a-7471567cbf23"], ["created_at", "2020-11-24 10:36:53.454461"], ["updated_at", "2020-11-24 10:36:53.454461"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1989 Block Keys, New Raeleneland, FL 78948"], ["city", "South Emanuelton"], ["country", "Congo"], ["description", "Consequatur corporis natus. Consequuntur occaecati ullam."], ["email", "rocco@example.co"], ["first_name", "Sharika"], ["firstname", "Will"], ["last_name", "Kilback"], ["lastname", "Sipes"], ["lat", "59.90637458683739"], ["latitute", "79.07231547644764"], ["lng", "114.17293782232088"], ["locale", "VA"], ["longitude", "-110.4937708096207"], ["middlename", "Wisoky"], ["middle_name", "Russel"], ["password", "JyP3pVkL"], ["phone", "(494) 330-9662 x190"], ["phone_number", "1-681-459-5142 x950"], ["reference", "a7344645-507f-47f3-a775-d3e6002d52f6"], ["title", "Adipisci nihil dolores."], ["user_name", "joseph_ledner"], ["username", "hilario_conroy"], ["uuid", "bcb063a4-414e-4d2f-9cf2-31debd72f31d"], ["created_at", "2020-11-24 10:36:53.475764"], ["updated_at", "2020-11-24 10:36:53.475764"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4904 Schimmel Locks, Kuhicton, MI 37163-7128"], ["city", "South Fernandotown"], ["country", "Egypt"], ["description", "Autem provident ipsum. Temporibus dicta consequuntur. Fuga minus labore. Quo voluptas ut."], ["email", "marcelino@example.io"], ["first_name", "Garret"], ["firstname", "Bethany"], ["last_name", "McClure"], ["lastname", "Ferry"], ["lat", "-30.829459266535572"], ["latitute", "-42.15881136241552"], ["lng", "59.22976936746292"], ["locale", "UY"], ["longitude", "-13.798371127301465"], ["middlename", "Stracke"], ["middle_name", "Kuhlman"], ["password", "HyLo88P54jCiGd"], ["phone", "371-595-3200 x90298"], ["phone_number", "517-943-2686 x77180"], ["reference", "27bd95dc-3f78-4300-b198-ca1a4fd264ed"], ["title", "Quis vel voluptas eos."], ["user_name", "anna.romaguera"], ["username", "hilda"], ["uuid", "c094ffd3-b102-4086-a4e1-81a29ff9a969"], ["created_at", "2020-11-24 10:36:53.503358"], ["updated_at", "2020-11-24 10:36:53.503358"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 634 85544 Kihn Centers, Port Jed, VA 61355-8194"], ["city", "Orenberg"], ["country", "British Indian Ocean Territory (Chagos Archipelago)"], ["description", "Repellat eveniet pariatur. Sit odio repellat. Quam nostrum esse. Dignissimos nulla quia. Alias quam corrupti."], ["email", "elke_mayer@example.co"], ["first_name", "Chester"], ["firstname", "Beverlee"], ["last_name", "Crona"], ["lastname", "Conroy"], ["lat", "-84.75916951491594"], ["latitute", "70.55394629411308"], ["lng", "39.2717834373729"], ["locale", "TZ"], ["longitude", "143.0899790609463"], ["middlename", "Feil"], ["middle_name", "Leffler"], ["password", "ReP4yBiB8d0940P"], ["phone", "1-982-492-6022"], ["phone_number", "494-255-2171"], ["reference", "d7ae736d-4937-4b66-be99-ba3a29aa7ca5"], ["title", "Accusamus molestiae occaecati quisquam."], ["user_name", "jade"], ["username", "gretta"], ["uuid", "91a438a0-c048-4b70-8c83-dd873c627099"], ["created_at", "2020-11-24 10:36:53.526093"], ["updated_at", "2020-11-24 10:36:53.526093"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "315 Zboncak Plaza, New Isaacport, WY 48634-7352"], ["city", "Tyronmouth"], ["country", "Venezuela"], ["description", "Nobis aut ut. Vel porro sed. Nisi dolor soluta. Sint fugiat velit. Officia eius aut."], ["email", "lavelle@example.net"], ["first_name", "Jackelyn"], ["firstname", "Tijuana"], ["last_name", "Beer"], ["lastname", "McLaughlin"], ["lat", "79.67610980091592"], ["latitute", "-61.628021849700986"], ["lng", "115.59564991688046"], ["locale", "FO"], ["longitude", "-154.11269408287407"], ["middlename", "Bosco"], ["middle_name", "Hickle"], ["password", "VmDaYsOp5"], ["phone", "537.932.8860 x275"], ["phone_number", "389.751.9079 x3177"], ["reference", "94ab992e-6ae3-4121-97b7-d8c959d416e2"], ["title", "Sed laborum neque."], ["user_name", "daniel_wehner"], ["username", "hipolito.king"], ["uuid", "d21492fe-8a81-4d34-9e26-a2fe3e4d7d26"], ["created_at", "2020-11-24 10:36:53.547899"], ["updated_at", "2020-11-24 10:36:53.547899"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "79384 Grady Avenue, Port Jorgefurt, NE 97443-9897"], ["city", "New Janey"], ["country", "Zambia"], ["description", "Animi provident magnam. Voluptas neque velit. Vel illum omnis."], ["email", "luigi_sanford@example.biz"], ["first_name", "Russel"], ["firstname", "Angel"], ["last_name", "Pollich"], ["lastname", "Hammes"], ["lat", "-50.89157316471228"], ["latitute", "-26.91439928103611"], ["lng", "77.52395558627734"], ["locale", "AX"], ["longitude", "-99.54657779318404"], ["middlename", "Berge"], ["middle_name", "Schimmel"], ["password", "Mo4F23h6"], ["phone", "849-132-7085"], ["phone_number", "(577) 267-5060 x40665"], ["reference", "c354c198-8d79-4687-a236-70a3f1e42108"], ["title", "Quia omnis esse."], ["user_name", "carrol.halvorson"], ["username", "cary.pacocha"], ["uuid", "e1e08c78-10af-4875-a838-b018f45f2128"], ["created_at", "2020-11-24 10:36:53.569399"], ["updated_at", "2020-11-24 10:36:53.569399"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 371 12680 Della Crescent, East Cleopatra, PA 42219-7991"], ["city", "O'Reillymouth"], ["country", "Czech Republic"], ["description", "Quasi vitae ipsum. Magni ab cum."], ["email", "gerald@example.biz"], ["first_name", "Miquel"], ["firstname", "Cristobal"], ["last_name", "Koss"], ["lastname", "Powlowski"], ["lat", "39.35709721250993"], ["latitute", "57.8881900502391"], ["lng", "23.700383316005258"], ["locale", "FJ"], ["longitude", "-20.89741076668622"], ["middlename", "Macejkovic"], ["middle_name", "Gleason"], ["password", "OcRgJoOm2I7"], ["phone", "1-615-149-1768 x072"], ["phone_number", "494.032.6864 x72755"], ["reference", "e6d40494-79f9-4815-84c0-6c39d3bf1bcc"], ["title", "Enim corrupti et maxime."], ["user_name", "sulema_reinger"], ["username", "shayla.corwin"], ["uuid", "86fe88ca-bc89-4163-92bb-00a44f979b47"], ["created_at", "2020-11-24 10:36:53.596944"], ["updated_at", "2020-11-24 10:36:53.596944"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 10:36:53.598911"], ["updated_at", "2020-11-24 10:36:53.598911"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 10:36:53.600132"], ["updated_at", "2020-11-24 10:36:53.600132"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 10:36:53.601276"], ["updated_at", "2020-11-24 10:36:53.601276"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 10:36:53.602666"], ["updated_at", "2020-11-24 10:36:53.602666"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 10:36:53.603818"], ["updated_at", "2020-11-24 10:36:53.603818"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 10:36:53.604919"], ["updated_at", "2020-11-24 10:36:53.604919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 10:36:53.605996"], ["updated_at", "2020-11-24 10:36:53.605996"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 10:36:53.607061"], ["updated_at", "2020-11-24 10:36:53.607061"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:53.623790"], ["updated_at", "2020-11-24 10:36:53.623790"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:53.624700"], ["updated_at", "2020-11-24 10:36:53.624700"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:53.625332"], ["updated_at", "2020-11-24 10:36:53.625332"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:53.625925"], ["updated_at", "2020-11-24 10:36:53.625925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:53.626523"], ["updated_at", "2020-11-24 10:36:53.626523"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:53.627134"], ["updated_at", "2020-11-24 10:36:53.627134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:53.627730"], ["updated_at", "2020-11-24 10:36:53.627730"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:36:53.628354"], ["updated_at", "2020-11-24 10:36:53.628354"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:36:53.629154"], ["updated_at", "2020-11-24 10:36:53.629154"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:36:53.630508"], ["updated_at", "2020-11-24 10:36:53.630508"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:36:53.631919"], ["updated_at", "2020-11-24 10:36:53.631919"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:36:53.633266"], ["updated_at", "2020-11-24 10:36:53.633266"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:36:53.634643"], ["updated_at", "2020-11-24 10:36:53.634643"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:36:53.636032"], ["updated_at", "2020-11-24 10:36:53.636032"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:36:53.637446"], ["updated_at", "2020-11-24 10:36:53.637446"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:36:53.638863"], ["updated_at", "2020-11-24 10:36:53.638863"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (3.3ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.8ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 506 347 Cuc Lane, South Eusebiaton, TX 34602"], ["city", "Gulgowskiport"], ["country", "Estonia"], ["description", "Iste quasi dicta. Quis provident aperiam."], ["email", "mariel_boehm@example.io"], ["first_name", "Ludivina"], ["firstname", "Heath"], ["last_name", "Osinski"], ["lastname", "Kling"], ["lat", "-43.55789751834091"], ["latitute", "-17.65615513362809"], ["lng", "-131.30504077517963"], ["locale", "TG"], ["longitude", "-46.00449132302097"], ["middlename", "Thompson"], ["middle_name", "Schowalter"], ["password", "4MlL23yDx9R4pI1y"], ["phone", "(778) 199-1578 x0175"], ["phone_number", "(603) 480-2085"], ["reference", "e0fc5196-777f-40df-8181-069879afe951"], ["title", "Error omnis minus."], ["user_name", "trinidad"], ["username", "tilda_mann"], ["uuid", "a7114a62-0999-492b-903b-82f41231b8c9"], ["created_at", "2020-11-24 10:37:22.218895"], ["updated_at", "2020-11-24 10:37:22.218895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 458 977 Keisha Greens, West Rosario, IL 10305"], ["city", "Baileystad"], ["country", "Jordan"], ["description", "Vero consequuntur nemo. Vero ex a. Quis neque esse. Sed at amet. Iusto laudantium nostrum."], ["email", "quintin@example.name"], ["first_name", "Johnetta"], ["firstname", "Susanne"], ["last_name", "Luettgen"], ["lastname", "Stoltenberg"], ["lat", "-87.13090068725202"], ["latitute", "-3.70180423516031"], ["lng", "-118.24927679038962"], ["locale", "MN"], ["longitude", "-120.23352651394026"], ["middlename", "Heathcote"], ["middle_name", "Morissette"], ["password", "D5rB2v6PrMmDj"], ["phone", "1-696-456-9210 x45548"], ["phone_number", "778-517-1361 x93718"], ["reference", "b1964565-cf57-41b2-b1dc-6d0bfb48a3c9"], ["title", "Ad sed minus nulla totam quia."], ["user_name", "caron"], ["username", "stevie_hettinger"], ["uuid", "a99dab87-8fe1-4049-aad7-0226588c2974"], ["created_at", "2020-11-24 10:37:22.240981"], ["updated_at", "2020-11-24 10:37:22.240981"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 390 35524 Jesus Causeway, South Darabury, PA 93466"], ["city", "Lemkeshire"], ["country", "China"], ["description", "Perspiciatis temporibus labore. Doloribus rerum et. Natus voluptates consequatur."], ["email", "bradley@example.org"], ["first_name", "Martina"], ["firstname", "Kasey"], ["last_name", "Krajcik"], ["lastname", "Collins"], ["lat", "34.13165332405893"], ["latitute", "58.88876611212723"], ["lng", "-15.97890856021607"], ["locale", "BO"], ["longitude", "41.21909713181293"], ["middlename", "Streich"], ["middle_name", "Price"], ["password", "WcW8dCfIn4"], ["phone", "258-017-4313 x58341"], ["phone_number", "(301) 171-0732 x4268"], ["reference", "7907a43e-f637-47a1-a36e-36b6b9a88061"], ["title", "Pariatur facere eveniet qui ut nemo."], ["user_name", "brendan"], ["username", "cary"], ["uuid", "2ffcc404-509d-4e2b-99a7-14ee9c745400"], ["created_at", "2020-11-24 10:37:22.262516"], ["updated_at", "2020-11-24 10:37:22.262516"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 336 567 Rempel Canyon, Elzaberg, MA 29491"], ["city", "East Thora"], ["country", "Martinique"], ["description", "Quas illum voluptas. Sit vero vel. Et aut perspiciatis. Tenetur id aut."], ["email", "pat@example.info"], ["first_name", "Gayle"], ["firstname", "Fairy"], ["last_name", "Abshire"], ["lastname", "Adams"], ["lat", "-76.35669875537506"], ["latitute", "70.15021520797617"], ["lng", "-96.52060353916191"], ["locale", "BN"], ["longitude", "12.468420028615867"], ["middlename", "Bechtelar"], ["middle_name", "Ziemann"], ["password", "SvNwRyUfQ"], ["phone", "(953) 334-9640 x8891"], ["phone_number", "(464) 556-2219"], ["reference", "a0391cab-cddb-4871-bfef-9bcee89ece18"], ["title", "Cum aut aut rerum."], ["user_name", "virgilio_nader"], ["username", "keli"], ["uuid", "eb646f22-31ef-4097-b9bf-9dd292b22d0f"], ["created_at", "2020-11-24 10:37:22.292636"], ["updated_at", "2020-11-24 10:37:22.292636"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 103 7301 Schultz Center, Boscoshire, WV 96645-4472"], ["city", "Antoinehaven"], ["country", "Panama"], ["description", "Aliquid sapiente ipsum. Ex assumenda ut. Porro rerum non."], ["email", "dannette@example.name"], ["first_name", "Josiah"], ["firstname", "Luis"], ["last_name", "Wolf"], ["lastname", "Schoen"], ["lat", "-38.22744085961015"], ["latitute", "39.32181253840136"], ["lng", "-147.3798863885936"], ["locale", "VC"], ["longitude", "135.67594313829943"], ["middlename", "Olson"], ["middle_name", "Mayer"], ["password", "DeV9zTrJ"], ["phone", "1-899-705-3060 x972"], ["phone_number", "1-670-979-1259 x130"], ["reference", "b8914341-7434-4c7b-aed5-c1e711cf7bf5"], ["title", "Delectus sit sapiente voluptate quibusdam repellendus."], ["user_name", "julene"], ["username", "isaura"], ["uuid", "fa63806b-8ad4-4880-9d2e-2a6677acaac3"], ["created_at", "2020-11-24 10:37:22.314797"], ["updated_at", "2020-11-24 10:37:22.314797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 189 63478 Mills Mews, Evelynnfort, NM 95067"], ["city", "Keishahaven"], ["country", "Saint Martin"], ["description", "Tenetur esse ex. Fuga incidunt architecto."], ["email", "nolan@example.com"], ["first_name", "Peter"], ["firstname", "Tad"], ["last_name", "Rogahn"], ["lastname", "Schoen"], ["lat", "62.867028153864396"], ["latitute", "-87.65055330405241"], ["lng", "-5.230228433737267"], ["locale", "NA"], ["longitude", "91.18476334785402"], ["middlename", "Douglas"], ["middle_name", "Vandervort"], ["password", "TwUzLuFdI9w"], ["phone", "218.258.2129 x477"], ["phone_number", "544-463-7804"], ["reference", "3227391a-2252-4be7-b623-840fc96b9260"], ["title", "Eum laboriosam est."], ["user_name", "lesha"], ["username", "gwendolyn"], ["uuid", "df1e697e-de32-4c68-ada3-e0baf5d38f79"], ["created_at", "2020-11-24 10:37:22.336561"], ["updated_at", "2020-11-24 10:37:22.336561"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "24796 Upton Roads, Cormierhaven, CA 83024-8214"], ["city", "Schinnermouth"], ["country", "Peru"], ["description", "Voluptatibus maxime est. Labore vel velit. Exercitationem animi deleniti. Iusto fuga reiciendis. Praesentium quibusdam consequuntur."], ["email", "joline_larson@example.com"], ["first_name", "Cole"], ["firstname", "Bradford"], ["last_name", "Weber"], ["lastname", "Kirlin"], ["lat", "0.24692623527792534"], ["latitute", "35.924612662237095"], ["lng", "-170.7235323803492"], ["locale", "WS"], ["longitude", "-71.03172793751781"], ["middlename", "Ferry"], ["middle_name", "Torp"], ["password", "5Qz5J0v6"], ["phone", "913.488.4695 x3848"], ["phone_number", "475-633-5769 x8031"], ["reference", "e2d7c03b-5be0-4a09-8bc6-c3200e70f59a"], ["title", "Assumenda dolor impedit sed et quo."], ["user_name", "hector_prosacco"], ["username", "allen_keebler"], ["uuid", "512591c4-e023-4a22-83db-88cdeefd7855"], ["created_at", "2020-11-24 10:37:22.358317"], ["updated_at", "2020-11-24 10:37:22.358317"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 994 741 Glenn Light, Jeffereymouth, HI 57868-8305"], ["city", "Lake Rodolfomouth"], ["country", "Portugal"], ["description", "Enim ratione aut. Ratione tempora modi. Officiis tempora praesentium. Et aut nisi."], ["email", "rigoberto@example.biz"], ["first_name", "Daniel"], ["firstname", "Charley"], ["last_name", "Marvin"], ["lastname", "Conroy"], ["lat", "67.63036028553981"], ["latitute", "61.45510321304968"], ["lng", "-135.33899732938187"], ["locale", "AU"], ["longitude", "17.401770206691907"], ["middlename", "Hirthe"], ["middle_name", "Carter"], ["password", "UgNuQ255g"], ["phone", "(192) 519-3504 x6732"], ["phone_number", "797-599-1304 x7604"], ["reference", "e4e18a55-cd8e-43e0-b505-7dcf120f1890"], ["title", "Reprehenderit quia tempora quod."], ["user_name", "kennith_block"], ["username", "mona"], ["uuid", "22deedbc-38c6-41ef-996a-a8916a57dc9f"], ["created_at", "2020-11-24 10:37:22.386217"], ["updated_at", "2020-11-24 10:37:22.386217"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 407 6944 Napoleon Locks, Lake Kent, AL 52042-8371"], ["city", "Ahmadberg"], ["country", "British Indian Ocean Territory (Chagos Archipelago)"], ["description", "Aspernatur id et. Tempora laboriosam optio. Dolorem dolorem molestiae. Minima natus molestiae."], ["email", "roseanne_towne@example.org"], ["first_name", "Virgil"], ["firstname", "Patience"], ["last_name", "Swift"], ["lastname", "Bednar"], ["lat", "76.65654075266119"], ["latitute", "-39.28057321855416"], ["lng", "-27.481480538647105"], ["locale", "TC"], ["longitude", "119.09440828248535"], ["middlename", "Predovic"], ["middle_name", "Ebert"], ["password", "WoKoF87aGjHgMfRv"], ["phone", "(559) 735-5267 x3682"], ["phone_number", "817-663-5486 x80844"], ["reference", "7c3c94dc-5f03-46ea-8c72-00184a5877b2"], ["title", "Et dolores quasi officiis minus."], ["user_name", "marcos"], ["username", "dalia"], ["uuid", "6066cfcb-7590-48c2-9b17-52d28d2922b0"], ["created_at", "2020-11-24 10:37:22.408711"], ["updated_at", "2020-11-24 10:37:22.408711"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "54489 Tyree Forest, Susyburgh, AL 06191"], ["city", "Keeblershire"], ["country", "Lithuania"], ["description", "Ducimus amet consequatur. Est velit et. Quas nam fugiat. Impedit quis enim. Aliquam earum id."], ["email", "isabell.rau@example.biz"], ["first_name", "Marge"], ["firstname", "Royal"], ["last_name", "Ortiz"], ["lastname", "Kertzmann"], ["lat", "-75.23772163044663"], ["latitute", "-60.28005163117468"], ["lng", "28.438862727312454"], ["locale", "ID"], ["longitude", "-139.85636264067992"], ["middlename", "Medhurst"], ["middle_name", "Quitzon"], ["password", "XzGp7ZfItG44p"], ["phone", "913.490.6391 x86579"], ["phone_number", "(539) 090-2699 x00931"], ["reference", "369a6e97-631d-4a2b-b897-440587f1005f"], ["title", "Aliquid id voluptate quas."], ["user_name", "grady.fadel"], ["username", "simon_grady"], ["uuid", "ad07afa0-2783-4c40-8d7c-25c1bc83a613"], ["created_at", "2020-11-24 10:37:22.430710"], ["updated_at", "2020-11-24 10:37:22.430710"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 18], ["decimal", 23.6811342201505], ["string", "Id tempora aperiam culpa."], ["date", "2020-11-09"], ["time", "2000-01-01 02:31:10.057084"], ["datetime", "2020-12-21 01:43:32.341875"], ["created_at", "2020-11-24 10:37:22.456785"], ["updated_at", "2020-11-24 10:37:22.456785"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1028], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1028], ["decimal", 0.554109933241828], ["string", "Incidunt nihil cumque."], ["created_at", "2020-11-24 10:37:22.465607"], ["updated_at", "2020-11-24 10:37:22.465607"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 10:37:22.472311"], ["updated_at", "2020-11-24 10:37:22.472311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 10:37:22.478166"], ["updated_at", "2020-11-24 10:37:22.478166"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 10:37:22.483117"], ["updated_at", "2020-11-24 10:37:22.483117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:22.488779"], ["updated_at", "2020-11-24 10:37:22.488779"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:22.493442"], ["updated_at", "2020-11-24 10:37:22.493442"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 708 108 Erdman Summit, Port Vitoland, MA 80362"], ["city", "Arnulfoberg"], ["country", "France"], ["description", "Modi tenetur quo. Porro odit est. Eum sunt nostrum."], ["email", "ouida@example.com"], ["first_name", "Kip"], ["firstname", "Teodoro"], ["last_name", "Smith"], ["lastname", "Satterfield"], ["lat", "6.384205397785053"], ["latitute", "46.49654664290341"], ["lng", "-163.72762899377224"], ["locale", "PG"], ["longitude", "-4.309576778019476"], ["middlename", "Kihn"], ["middle_name", "Kiehn"], ["password", "Jw3QdKuFaLx5B"], ["phone", "1-473-926-5684 x02761"], ["phone_number", "110.856.7114 x169"], ["reference", "7fc27e64-ef63-428d-af7a-48452e1b785d"], ["title", "Praesentium placeat et pariatur eos."], ["user_name", "darron"], ["username", "maida.rohan"], ["uuid", "6b139977-45bb-4095-9de6-62f389c2f192"], ["created_at", "2020-11-24 10:37:22.528446"], ["updated_at", "2020-11-24 10:37:22.528446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 10:37:22.533632"], ["updated_at", "2020-11-24 10:37:22.533632"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:22.543596"], ["updated_at", "2020-11-24 10:37:22.543596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:22.546638"], ["updated_at", "2020-11-24 10:37:22.546638"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 4.75261099007147], ["string", "Aut voluptatem laborum."], ["date", "2020-12-12"], ["time", "2000-01-01 15:14:18.092950"], ["datetime", "2020-11-07 15:24:52.808909"], ["created_at", "2020-11-24 10:37:22.555034"], ["updated_at", "2020-11-24 10:37:22.555034"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 11.9870267150723], ["string", "A officia aperiam quia culpa."], ["date", "2020-11-15"], ["time", "2000-01-01 13:07:08.014834"], ["datetime", "2021-01-01 16:41:56.873868"], ["created_at", "2020-11-24 10:37:22.558686"], ["updated_at", "2020-11-24 10:37:22.558686"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 24], ["decimal", 7.4134197187741], ["string", "Vel voluptatem qui odio repudiandae ad."], ["date", "2020-12-05"], ["time", "2000-01-01 19:00:33.011701"], ["datetime", "2020-10-27 00:36:09.310671"], ["created_at", "2020-11-24 10:37:22.562026"], ["updated_at", "2020-11-24 10:37:22.562026"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 3.81837244521809], ["string", "Aut quasi est beatae."], ["date", "2021-01-02"], ["time", "2000-01-01 07:21:46.331038"], ["datetime", "2021-01-01 18:39:07.216418"], ["created_at", "2020-11-24 10:37:22.565185"], ["updated_at", "2020-11-24 10:37:22.565185"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 5.5582702723027], ["string", "Dignissimos numquam velit."], ["date", "2020-10-13"], ["time", "2000-01-01 06:58:57.455479"], ["datetime", "2021-01-02 01:46:16.369997"], ["created_at", "2020-11-24 10:37:22.567830"], ["updated_at", "2020-11-24 10:37:22.567830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 30], ["decimal", 8.10654330533835], ["string", "Qui et eaque omnis qui."], ["date", "2020-12-28"], ["time", "2000-01-01 21:31:33.788296"], ["datetime", "2020-10-28 03:10:06.598268"], ["created_at", "2020-11-24 10:37:22.570802"], ["updated_at", "2020-11-24 10:37:22.570802"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 16.5575173264166], ["string", "Perspiciatis alias reprehenderit id porro."], ["date", "2021-01-05"], ["time", "2000-01-01 02:23:33.348897"], ["datetime", "2020-12-15 06:21:28.000746"], ["created_at", "2020-11-24 10:37:22.573331"], ["updated_at", "2020-11-24 10:37:22.573331"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 0.71577779292305], ["string", "Quia dolore dicta repudiandae ut."], ["date", "2020-10-13"], ["time", "2000-01-01 06:51:51.230235"], ["datetime", "2020-11-26 14:38:31.699679"], ["created_at", "2020-11-24 10:37:22.575806"], ["updated_at", "2020-11-24 10:37:22.575806"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1026], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1026], ["decimal", 5.34525451649345], ["string", "Nulla quia quo magnam."], ["created_at", "2020-11-24 10:37:22.578758"], ["updated_at", "2020-11-24 10:37:22.578758"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1002], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 27.3246574630195], ["string", "Aliquid occaecati voluptatem."], ["created_at", "2020-11-24 10:37:22.581717"], ["updated_at", "2020-11-24 10:37:22.581717"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1022], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 2.99836667510291], ["string", "Omnis deserunt corrupti dolores."], ["created_at", "2020-11-24 10:37:22.584336"], ["updated_at", "2020-11-24 10:37:22.584336"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1002], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1003], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 15.7043455376937], ["string", "Et a odio maxime est nam."], ["created_at", "2020-11-24 10:37:22.589360"], ["updated_at", "2020-11-24 10:37:22.589360"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1021], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1021], ["decimal", 5.94150296409398], ["string", "Eligendi quia consequuntur."], ["created_at", "2020-11-24 10:37:22.591748"], ["updated_at", "2020-11-24 10:37:22.591748"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1003], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1026], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 10:37:22.597646"], ["updated_at", "2020-11-24 10:37:22.597646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 10:37:22.598972"], ["updated_at", "2020-11-24 10:37:22.598972"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 10:37:22.600164"], ["updated_at", "2020-11-24 10:37:22.600164"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 10:37:22.601585"], ["updated_at", "2020-11-24 10:37:22.601585"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 10:37:22.602954"], ["updated_at", "2020-11-24 10:37:22.602954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 10:37:22.604087"], ["updated_at", "2020-11-24 10:37:22.604087"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 10:37:22.605198"], ["updated_at", "2020-11-24 10:37:22.605198"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 10:37:22.606303"], ["updated_at", "2020-11-24 10:37:22.606303"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 10:37:22.607914"], ["updated_at", "2020-11-24 10:37:22.607914"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 7], ["created_at", "2020-11-24 10:37:22.609526"], ["updated_at", "2020-11-24 10:37:22.609526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 8], ["created_at", "2020-11-24 10:37:22.611072"], ["updated_at", "2020-11-24 10:37:22.611072"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-24 10:37:22.612647"], ["updated_at", "2020-11-24 10:37:22.612647"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-24 10:37:22.614226"], ["updated_at", "2020-11-24 10:37:22.614226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-24 10:37:22.615771"], ["updated_at", "2020-11-24 10:37:22.615771"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 3], ["created_at", "2020-11-24 10:37:22.617360"], ["updated_at", "2020-11-24 10:37:22.617360"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-24 10:37:22.618957"], ["updated_at", "2020-11-24 10:37:22.618957"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 10:37:22.620191"], ["updated_at", "2020-11-24 10:37:22.620191"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 10:37:22.621417"], ["updated_at", "2020-11-24 10:37:22.621417"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 10:37:22.622631"], ["updated_at", "2020-11-24 10:37:22.622631"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 10:37:22.623800"], ["updated_at", "2020-11-24 10:37:22.623800"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 10:37:22.624974"], ["updated_at", "2020-11-24 10:37:22.624974"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 10:37:22.626117"], ["updated_at", "2020-11-24 10:37:22.626117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 10:37:22.627293"], ["updated_at", "2020-11-24 10:37:22.627293"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 10:37:22.628476"], ["updated_at", "2020-11-24 10:37:22.628476"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:22.629211"], ["updated_at", "2020-11-24 10:37:22.629211"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:22.629883"], ["updated_at", "2020-11-24 10:37:22.629883"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:22.630537"], ["updated_at", "2020-11-24 10:37:22.630537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:22.631170"], ["updated_at", "2020-11-24 10:37:22.631170"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:22.631792"], ["updated_at", "2020-11-24 10:37:22.631792"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:22.632444"], ["updated_at", "2020-11-24 10:37:22.632444"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:22.633075"], ["updated_at", "2020-11-24 10:37:22.633075"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:22.633709"], ["updated_at", "2020-11-24 10:37:22.633709"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:22.634996"], ["updated_at", "2020-11-24 10:37:22.634996"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:22.636216"], ["updated_at", "2020-11-24 10:37:22.636216"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:22.637378"], ["updated_at", "2020-11-24 10:37:22.637378"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:22.638541"], ["updated_at", "2020-11-24 10:37:22.638541"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:22.639693"], ["updated_at", "2020-11-24 10:37:22.639693"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:22.640852"], ["updated_at", "2020-11-24 10:37:22.640852"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:22.642004"], ["updated_at", "2020-11-24 10:37:22.642004"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:22.643153"], ["updated_at", "2020-11-24 10:37:22.643153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "76009 Candra Summit, Odessatown, SD 11248-9249"], ["city", "Cathieton"], ["country", "Kenya"], ["description", "Ipsa dolores quia. Expedita quasi nostrum. Deleniti dolorem rerum. Est hic voluptatibus. Ea enim fuga."], ["email", "guy@example.org"], ["first_name", "Wm"], ["firstname", "Winfred"], ["last_name", "Bailey"], ["lastname", "Brekke"], ["lat", "81.54115900818908"], ["latitute", "-67.64043842472444"], ["lng", "31.493504196283595"], ["locale", "BQ"], ["longitude", "-164.92103413036907"], ["middlename", "Walsh"], ["middle_name", "Carroll"], ["password", "BmZzYpX17"], ["phone", "823.865.2226"], ["phone_number", "(594) 921-0131 x0133"], ["reference", "d85d78ce-88f0-4352-963c-3abd1ecfcbde"], ["title", "Tempore officiis corrupti et blanditiis dolor."], ["user_name", "kenneth"], ["username", "jonah_lindgren"], ["uuid", "853b192a-6f8e-485b-b958-b15274286b76"], ["created_at", "2020-11-24 10:37:22.673759"], ["updated_at", "2020-11-24 10:37:22.673759"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 169 9440 Bogan Court, Freddieberg, UT 86159"], ["city", "Lake Carltonview"], ["country", "Wallis and Futuna"], ["description", "Maiores officiis deleniti. Culpa et ex."], ["email", "hai@example.biz"], ["first_name", "Stewart"], ["firstname", "Elvis"], ["last_name", "Abshire"], ["lastname", "Deckow"], ["lat", "38.86783545514916"], ["latitute", "-40.60611413506403"], ["lng", "-98.08519643897334"], ["locale", "DE"], ["longitude", "157.23359244412273"], ["middlename", "Wisoky"], ["middle_name", "Kris"], ["password", "ZpM1p8I0sKa"], ["phone", "266-130-5775 x9563"], ["phone_number", "(457) 590-2957 x716"], ["reference", "31f8a3b3-9f3b-473e-9977-81f8a59dbb60"], ["title", "Quia ipsam autem impedit est."], ["user_name", "isidro"], ["username", "flavia.connelly"], ["uuid", "ab3f5d8a-5560-438c-828b-33e4af6a0e4f"], ["created_at", "2020-11-24 10:37:22.695964"], ["updated_at", "2020-11-24 10:37:22.695964"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7671 Rice Avenue, Waelchihaven, DE 13132-9130"], ["city", "Clementhaven"], ["country", "Bolivia"], ["description", "Nobis maxime distinctio. Voluptates in reprehenderit. Aut est molestiae. Aut quisquam quas. Omnis minus quisquam."], ["email", "errol@example.net"], ["first_name", "Coletta"], ["firstname", "Aliza"], ["last_name", "Quitzon"], ["lastname", "Gislason"], ["lat", "-63.52411015424048"], ["latitute", "16.868143277188494"], ["lng", "-141.19160388400402"], ["locale", "CF"], ["longitude", "178.21541078930187"], ["middlename", "Senger"], ["middle_name", "Waelchi"], ["password", "NzO2oLi6U"], ["phone", "960.201.4320 x465"], ["phone_number", "860.749.0029 x674"], ["reference", "18e8a236-e3ca-4cb8-b71a-e6dd0fb89b47"], ["title", "Neque sed alias inventore exercitationem in."], ["user_name", "johnny"], ["username", "dollie.stehr"], ["uuid", "54639361-1e28-4089-9bbc-9c2b6c43cba3"], ["created_at", "2020-11-24 10:37:22.717877"], ["updated_at", "2020-11-24 10:37:22.717877"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4081 Kuhic Hills, Sharamouth, TX 63293"], ["city", "East Marqueritefort"], ["country", "Mayotte"], ["description", "Ut consectetur vel. Rerum in ex."], ["email", "joshua.boyle@example.net"], ["first_name", "Jeffie"], ["firstname", "Johnette"], ["last_name", "Borer"], ["lastname", "Bernhard"], ["lat", "63.14492981490852"], ["latitute", "-36.47013810361212"], ["lng", "-19.95573513056945"], ["locale", "GF"], ["longitude", "-140.0395831505358"], ["middlename", "Williamson"], ["middle_name", "Moore"], ["password", "Ua5NiWjWnBuMv"], ["phone", "640-834-5083 x68242"], ["phone_number", "820.320.9763 x224"], ["reference", "b7ef8719-9569-4726-b94f-e3e3f6e1d166"], ["title", "Exercitationem qui est fugiat."], ["user_name", "caryl.pouros"], ["username", "lon"], ["uuid", "1cb325fb-a05d-439a-bd40-46dce90ab4d9"], ["created_at", "2020-11-24 10:37:22.739520"], ["updated_at", "2020-11-24 10:37:22.739520"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 105 52905 Jess Fort, Ondrickaport, NC 87686-7224"], ["city", "West Wesley"], ["country", "Namibia"], ["description", "Voluptate animi itaque. Voluptatem itaque voluptatem. Officiis eos vero. Facere explicabo recusandae."], ["email", "rolf@example.co"], ["first_name", "Donald"], ["firstname", "Isaiah"], ["last_name", "Orn"], ["lastname", "Bartell"], ["lat", "26.46171550916813"], ["latitute", "-55.52682663507816"], ["lng", "60.459036926220705"], ["locale", "EG"], ["longitude", "-32.908328403098636"], ["middlename", "Lubowitz"], ["middle_name", "Zemlak"], ["password", "1ZwXv56OfBqPmX"], ["phone", "1-677-489-2713"], ["phone_number", "(805) 008-3924"], ["reference", "927b37dc-1438-4047-95b3-6903226cfe26"], ["title", "Ipsam minima temporibus nisi velit."], ["user_name", "dorsey_koch"], ["username", "marni.morissette"], ["uuid", "9b9bb395-07e1-43e1-876b-c0062108b317"], ["created_at", "2020-11-24 10:37:22.768991"], ["updated_at", "2020-11-24 10:37:22.768991"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 732 5325 Karyn Street, Dickinsonport, LA 03805"], ["city", "North Arianeport"], ["country", "Cote d'Ivoire"], ["description", "Nemo nulla et. Est sed quidem. Sed ipsam perferendis."], ["email", "lurline_adams@example.biz"], ["first_name", "Randy"], ["firstname", "Stefan"], ["last_name", "Boehm"], ["lastname", "Lynch"], ["lat", "1.3339720341495962"], ["latitute", "85.64754548574484"], ["lng", "170.8184510337892"], ["locale", "PL"], ["longitude", "-147.53491486206838"], ["middlename", "Braun"], ["middle_name", "Volkman"], ["password", "S2gSl0P5eVn"], ["phone", "(564) 912-3775 x87757"], ["phone_number", "749.590.9856"], ["reference", "9721a49e-c746-41df-a312-0c75ebc02275"], ["title", "Sit mollitia cupiditate in."], ["user_name", "clifton_ratke"], ["username", "prince_harber"], ["uuid", "45854f86-d354-46b8-bf01-7b6671b50e15"], ["created_at", "2020-11-24 10:37:22.791217"], ["updated_at", "2020-11-24 10:37:22.791217"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "583 Marla Coves, Sanjuanaburgh, TN 96070"], ["city", "Lake Mamiechester"], ["country", "Denmark"], ["description", "Consectetur optio soluta. Sequi voluptas esse."], ["email", "genoveva@example.name"], ["first_name", "Clarissa"], ["firstname", "Willy"], ["last_name", "Wolff"], ["lastname", "Haley"], ["lat", "-70.27323780840585"], ["latitute", "-8.793511005809393"], ["lng", "-79.96718916036815"], ["locale", "LI"], ["longitude", "79.04816178550237"], ["middlename", "Haag"], ["middle_name", "Nolan"], ["password", "YsWaHfYbRlF5"], ["phone", "1-341-793-3547 x914"], ["phone_number", "933-645-4704"], ["reference", "94a0a08a-4e52-4a1a-bfd8-8e4cca951b41"], ["title", "Error excepturi eligendi quibusdam totam."], ["user_name", "neida"], ["username", "chantell"], ["uuid", "87a1d338-6db6-4e06-96d0-04ee76742d33"], ["created_at", "2020-11-24 10:37:22.812977"], ["updated_at", "2020-11-24 10:37:22.812977"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "915 Hilton Mission, Masontown, NH 85545"], ["city", "Hesselhaven"], ["country", "Cambodia"], ["description", "Doloribus asperiores sit. Quasi at et. Et quam eum. Dolores corrupti quia. Sint qui ea."], ["email", "mitchel.corkery@example.com"], ["first_name", "Alethea"], ["firstname", "Cristina"], ["last_name", "Bogisich"], ["lastname", "VonRueden"], ["lat", "29.68477135865035"], ["latitute", "-78.71214665610931"], ["lng", "154.39866205972578"], ["locale", "SV"], ["longitude", "19.54744008342655"], ["middlename", "Crist"], ["middle_name", "Stracke"], ["password", "Ov7SlJp3IgWiMhA"], ["phone", "182-075-9781"], ["phone_number", "811.524.5102 x688"], ["reference", "77e0d5a9-8f18-41c4-b8cb-1b3875605b27"], ["title", "Quis libero et."], ["user_name", "brandon.franecki"], ["username", "aleida_price"], ["uuid", "d56e43ac-0539-4062-98f1-b762eeef11ff"], ["created_at", "2020-11-24 10:37:22.834994"], ["updated_at", "2020-11-24 10:37:22.834994"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 10:37:22.837045"], ["updated_at", "2020-11-24 10:37:22.837045"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 10:37:22.838283"], ["updated_at", "2020-11-24 10:37:22.838283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 10:37:22.839434"], ["updated_at", "2020-11-24 10:37:22.839434"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 10:37:22.840562"], ["updated_at", "2020-11-24 10:37:22.840562"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 10:37:22.841664"], ["updated_at", "2020-11-24 10:37:22.841664"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 10:37:22.842763"], ["updated_at", "2020-11-24 10:37:22.842763"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 10:37:22.843868"], ["updated_at", "2020-11-24 10:37:22.843868"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 10:37:22.845014"], ["updated_at", "2020-11-24 10:37:22.845014"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:22.868646"], ["updated_at", "2020-11-24 10:37:22.868646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:22.869526"], ["updated_at", "2020-11-24 10:37:22.869526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:22.870249"], ["updated_at", "2020-11-24 10:37:22.870249"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:22.870961"], ["updated_at", "2020-11-24 10:37:22.870961"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:22.871656"], ["updated_at", "2020-11-24 10:37:22.871656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:22.872335"], ["updated_at", "2020-11-24 10:37:22.872335"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:22.873032"], ["updated_at", "2020-11-24 10:37:22.873032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:22.873677"], ["updated_at", "2020-11-24 10:37:22.873677"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:22.874371"], ["updated_at", "2020-11-24 10:37:22.874371"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:22.875060"], ["updated_at", "2020-11-24 10:37:22.875060"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:22.875721"], ["updated_at", "2020-11-24 10:37:22.875721"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:22.876403"], ["updated_at", "2020-11-24 10:37:22.876403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:22.877055"], ["updated_at", "2020-11-24 10:37:22.877055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:22.877703"], ["updated_at", "2020-11-24 10:37:22.877703"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:22.878372"], ["updated_at", "2020-11-24 10:37:22.878372"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:22.879028"], ["updated_at", "2020-11-24 10:37:22.879028"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 6.5248665242044], ["string", "Quis ducimus magnam repellat."], ["date", "2020-11-15"], ["time", "2000-01-01 09:21:44.223461"], ["datetime", "2020-12-23 19:57:08.424562"], ["created_at", "2020-11-24 10:37:22.915515"], ["updated_at", "2020-11-24 10:37:22.915515"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 29], ["decimal", 3.15560981293303], ["string", "Maxime blanditiis sunt in aliquid."], ["date", "2021-01-04"], ["time", "2000-01-01 15:06:50.079498"], ["datetime", "2020-12-24 17:05:36.930159"], ["created_at", "2020-11-24 10:37:22.918423"], ["updated_at", "2020-11-24 10:37:22.918423"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 18], ["decimal", 0.967399003983115], ["string", "Molestiae maiores et ut laudantium praesentium."], ["date", "2020-12-30"], ["time", "2000-01-01 06:53:22.438217"], ["datetime", "2020-11-15 17:59:54.640325"], ["created_at", "2020-11-24 10:37:22.921340"], ["updated_at", "2020-11-24 10:37:22.921340"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 2.82800371679178], ["string", "Labore unde accusamus sequi optio."], ["date", "2020-10-19"], ["time", "2000-01-01 17:47:59.308550"], ["datetime", "2020-10-17 17:17:25.457432"], ["created_at", "2020-11-24 10:37:22.926881"], ["updated_at", "2020-11-24 10:37:22.926881"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 2.61994682468509], ["string", "Quod enim similique aliquid."], ["date", "2020-12-17"], ["time", "2000-01-01 01:14:14.158781"], ["datetime", "2020-12-16 10:26:55.765300"], ["created_at", "2020-11-24 10:37:22.930518"], ["updated_at", "2020-11-24 10:37:22.930518"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 26], ["decimal", 4.46435124353128], ["string", "Autem nisi ipsam architecto dolorum."], ["date", "2020-12-28"], ["time", "2000-01-01 12:36:25.144523"], ["datetime", "2020-10-17 20:43:09.367743"], ["created_at", "2020-11-24 10:37:22.933700"], ["updated_at", "2020-11-24 10:37:22.933700"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:22.937256"], ["updated_at", "2020-11-24 10:37:22.937256"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 16.0730278588835], ["string", "Itaque esse qui nobis at."], ["date", "2020-11-27"], ["time", "2000-01-01 02:49:24.204594"], ["datetime", "2020-12-11 08:12:52.230525"], ["created_at", "2020-11-24 10:37:22.968501"], ["updated_at", "2020-11-24 10:37:22.968501"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 23.055465042848], ["string", "Dignissimos et enim sit fuga."], ["date", "2021-01-05"], ["time", "2000-01-01 01:51:06.950591"], ["datetime", "2020-12-07 15:26:53.513814"], ["created_at", "2020-11-24 10:37:22.971642"], ["updated_at", "2020-11-24 10:37:22.971642"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 22], ["decimal", 3.0879827840451], ["string", "Soluta ducimus ut et laudantium minima."], ["date", "2020-10-26"], ["time", "2000-01-01 23:08:13.299167"], ["datetime", "2020-10-27 19:17:26.923133"], ["created_at", "2020-11-24 10:37:22.975401"], ["updated_at", "2020-11-24 10:37:22.975401"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 6.4675818498118], ["string", "Nihil quis omnis iusto."], ["date", "2020-12-11"], ["time", "2000-01-01 20:01:04.048284"], ["datetime", "2020-10-18 12:28:34.405804"], ["created_at", "2020-11-24 10:37:22.978565"], ["updated_at", "2020-11-24 10:37:22.978565"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 28], ["decimal", 16.566120139389], ["string", "Iste aliquam dolorem est facere quia."], ["date", "2020-11-21"], ["time", "2000-01-01 23:29:07.941395"], ["datetime", "2020-11-29 14:45:17.056201"], ["created_at", "2020-11-24 10:37:22.981609"], ["updated_at", "2020-11-24 10:37:22.981609"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 4.70658946417895], ["string", "Quisquam et consequatur."], ["date", "2020-11-17"], ["time", "2000-01-01 12:47:22.443377"], ["datetime", "2021-01-02 14:55:51.890719"], ["created_at", "2020-11-24 10:37:22.984262"], ["updated_at", "2020-11-24 10:37:22.984262"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 34.7650075612215], ["string", "Quia quis quam aut."], ["date", "2020-11-19"], ["time", "2000-01-01 22:25:35.881431"], ["datetime", "2020-10-30 11:06:34.990078"], ["created_at", "2020-11-24 10:37:22.986841"], ["updated_at", "2020-11-24 10:37:22.986841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 11.659842380532], ["string", "Dolores aliquid deserunt aliquam nihil."], ["date", "2020-11-05"], ["time", "2000-01-01 04:16:01.392797"], ["datetime", "2020-11-06 13:13:35.276003"], ["created_at", "2020-11-24 10:37:22.989359"], ["updated_at", "2020-11-24 10:37:22.989359"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1001], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 3.31003462161424], ["string", "Ipsa a ad."], ["created_at", "2020-11-24 10:37:22.992307"], ["updated_at", "2020-11-24 10:37:22.992307"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1023], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 12.8543435485386], ["string", "Qui eligendi mollitia itaque dolor temporibus."], ["created_at", "2020-11-24 10:37:22.994815"], ["updated_at", "2020-11-24 10:37:22.994815"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1003], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 13.3344415122672], ["string", "Dolores beatae dolor ab."], ["created_at", "2020-11-24 10:37:22.997331"], ["updated_at", "2020-11-24 10:37:22.997331"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1007], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 1.26610113278452], ["string", "Aut nisi dolorum aut impedit a."], ["created_at", "2020-11-24 10:37:22.999669"], ["updated_at", "2020-11-24 10:37:22.999669"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1026], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1026], ["decimal", 18.2875568996439], ["string", "Qui fugiat libero."], ["created_at", "2020-11-24 10:37:23.002315"], ["updated_at", "2020-11-24 10:37:23.002315"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1011], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 2.82511922041047], ["string", "Voluptas et ad."], ["created_at", "2020-11-24 10:37:23.004960"], ["updated_at", "2020-11-24 10:37:23.004960"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1028], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1028], ["decimal", 21.3462567662049], ["string", "Perferendis ducimus vel."], ["created_at", "2020-11-24 10:37:23.007242"], ["updated_at", "2020-11-24 10:37:23.007242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."integer" = ? LIMIT ? [["integer", 1007], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 10:37:23.010848"], ["updated_at", "2020-11-24 10:37:23.010848"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 10:37:23.012056"], ["updated_at", "2020-11-24 10:37:23.012056"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 10:37:23.013233"], ["updated_at", "2020-11-24 10:37:23.013233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 10:37:23.014377"], ["updated_at", "2020-11-24 10:37:23.014377"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 10:37:23.015517"], ["updated_at", "2020-11-24 10:37:23.015517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 10:37:23.016646"], ["updated_at", "2020-11-24 10:37:23.016646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 10:37:23.017795"], ["updated_at", "2020-11-24 10:37:23.017795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 10:37:23.018941"], ["updated_at", "2020-11-24 10:37:23.018941"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-24 10:37:23.020570"], ["updated_at", "2020-11-24 10:37:23.020570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 5], ["created_at", "2020-11-24 10:37:23.022241"], ["updated_at", "2020-11-24 10:37:23.022241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 7], ["created_at", "2020-11-24 10:37:23.023865"], ["updated_at", "2020-11-24 10:37:23.023865"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-24 10:37:23.025459"], ["updated_at", "2020-11-24 10:37:23.025459"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 8], ["created_at", "2020-11-24 10:37:23.027043"], ["updated_at", "2020-11-24 10:37:23.027043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 3], ["created_at", "2020-11-24 10:37:23.028652"], ["updated_at", "2020-11-24 10:37:23.028652"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-24 10:37:23.030234"], ["updated_at", "2020-11-24 10:37:23.030234"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-24 10:37:23.031809"], ["updated_at", "2020-11-24 10:37:23.031809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 10:37:23.033053"], ["updated_at", "2020-11-24 10:37:23.033053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 10:37:23.034272"], ["updated_at", "2020-11-24 10:37:23.034272"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 10:37:23.035494"], ["updated_at", "2020-11-24 10:37:23.035494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 10:37:23.036670"], ["updated_at", "2020-11-24 10:37:23.036670"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 10:37:23.037819"], ["updated_at", "2020-11-24 10:37:23.037819"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 10:37:23.038997"], ["updated_at", "2020-11-24 10:37:23.038997"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 10:37:23.040172"], ["updated_at", "2020-11-24 10:37:23.040172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 10:37:23.041364"], ["updated_at", "2020-11-24 10:37:23.041364"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:23.042114"], ["updated_at", "2020-11-24 10:37:23.042114"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:23.042804"], ["updated_at", "2020-11-24 10:37:23.042804"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:23.043451"], ["updated_at", "2020-11-24 10:37:23.043451"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:23.044087"], ["updated_at", "2020-11-24 10:37:23.044087"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:23.044720"], ["updated_at", "2020-11-24 10:37:23.044720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:23.045351"], ["updated_at", "2020-11-24 10:37:23.045351"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:23.045979"], ["updated_at", "2020-11-24 10:37:23.045979"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:23.046608"], ["updated_at", "2020-11-24 10:37:23.046608"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:23.054876"], ["updated_at", "2020-11-24 10:37:23.054876"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:23.056263"], ["updated_at", "2020-11-24 10:37:23.056263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:23.057564"], ["updated_at", "2020-11-24 10:37:23.057564"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:23.058830"], ["updated_at", "2020-11-24 10:37:23.058830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:23.060190"], ["updated_at", "2020-11-24 10:37:23.060190"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:23.061458"], ["updated_at", "2020-11-24 10:37:23.061458"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:23.062697"], ["updated_at", "2020-11-24 10:37:23.062697"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:23.063881"], ["updated_at", "2020-11-24 10:37:23.063881"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 687 90689 Leonard Crest, Port Herbmouth, MN 80098"], ["city", "Lake Darinfurt"], ["country", "Cocos (Keeling) Islands"], ["description", "Quasi consequatur molestias. Similique in veritatis. Et laboriosam quis."], ["email", "wilfredo@example.com"], ["first_name", "Claretta"], ["firstname", "Rolf"], ["last_name", "Lehner"], ["lastname", "Wilkinson"], ["lat", "23.191753983008482"], ["latitute", "-23.543368729736287"], ["lng", "-147.7055975829758"], ["locale", "MW"], ["longitude", "-156.71969146841408"], ["middlename", "Pollich"], ["middle_name", "Jenkins"], ["password", "5DwHd670XaM0dZtG"], ["phone", "539.447.3835"], ["phone_number", "176.194.2570 x466"], ["reference", "5aaf2dc5-80bb-47f7-b634-5b8ac28295e2"], ["title", "Nemo qui sapiente quia fuga ut."], ["user_name", "paul"], ["username", "milton_witting"], ["uuid", "b87f2b2f-772c-47ed-8622-2a2d68e03230"], ["created_at", "2020-11-24 10:37:23.088326"], ["updated_at", "2020-11-24 10:37:23.088326"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "35221 Napoleon Way, South Collin, CT 46440"], ["city", "Kiehnfurt"], ["country", "Tunisia"], ["description", "Provident illo odio. Itaque magni est. Distinctio ipsa vero. Ad aut quis. Nam fuga dolores."], ["email", "mila@example.com"], ["first_name", "Ashlie"], ["firstname", "Fidel"], ["last_name", "Kemmer"], ["lastname", "Schroeder"], ["lat", "-33.47165395379904"], ["latitute", "59.078242626130816"], ["lng", "164.9877313691785"], ["locale", "PR"], ["longitude", "150.06005537250417"], ["middlename", "Wisoky"], ["middle_name", "Grant"], ["password", "J86a0Aq0RhO1uH"], ["phone", "820-992-7380 x12253"], ["phone_number", "904.741.8719 x804"], ["reference", "1780442a-4162-4f55-ab0f-dd17dd15f8b5"], ["title", "Vitae facere quod."], ["user_name", "christian"], ["username", "ava"], ["uuid", "22e79382-96bc-46a3-916a-415845b1f6ea"], ["created_at", "2020-11-24 10:37:23.110464"], ["updated_at", "2020-11-24 10:37:23.110464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "95579 Astrid Lake, Indiaville, MN 85912"], ["city", "McCulloughview"], ["country", "Sierra Leone"], ["description", "Provident laboriosam adipisci. Blanditiis nisi magnam. Et est assumenda."], ["email", "talia@example.co"], ["first_name", "Cristina"], ["firstname", "Ira"], ["last_name", "Conroy"], ["lastname", "West"], ["lat", "-15.735418025164307"], ["latitute", "69.46032716961318"], ["lng", "166.82691939634793"], ["locale", "GM"], ["longitude", "95.41270341349195"], ["middlename", "Walter"], ["middle_name", "Feest"], ["password", "Do2JjIdSkOr2"], ["phone", "1-688-090-1707 x790"], ["phone_number", "338-386-7396 x779"], ["reference", "cd375818-7642-4643-b7a4-7b759bccde8c"], ["title", "Alias fugiat eum maxime optio delectus."], ["user_name", "celesta"], ["username", "mckinley"], ["uuid", "6a79d0bf-d4ad-4c5c-bf09-a1990e3c18d1"], ["created_at", "2020-11-24 10:37:23.132209"], ["updated_at", "2020-11-24 10:37:23.132209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 849 91153 Cole Cove, Evelynport, MT 85650-8598"], ["city", "East Nam"], ["country", "Vanuatu"], ["description", "Voluptas possimus autem. Qui distinctio mollitia. Eum quia modi. Qui consequuntur dignissimos."], ["email", "palma_larkin@example.biz"], ["first_name", "Fabiola"], ["firstname", "Maya"], ["last_name", "Lockman"], ["lastname", "Klocko"], ["lat", "37.122332419106314"], ["latitute", "24.736327875617874"], ["lng", "-137.1806849030333"], ["locale", "PA"], ["longitude", "100.59754625497771"], ["middlename", "Legros"], ["middle_name", "Gleason"], ["password", "JoYoBg5KqAd5T"], ["phone", "599.111.6979 x2599"], ["phone_number", "(620) 553-0146"], ["reference", "d11722a2-35f3-46b2-9891-3c7d4f0b30ac"], ["title", "Odit ut sint incidunt architecto voluptates."], ["user_name", "hugo_gutmann"], ["username", "toney"], ["uuid", "4e377c52-1c34-43f6-bbef-ca215b7915a9"], ["created_at", "2020-11-24 10:37:23.160288"], ["updated_at", "2020-11-24 10:37:23.160288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 423 716 Sheryl Terrace, South Sarina, AR 39949"], ["city", "New Marisol"], ["country", "Marshall Islands"], ["description", "Sint repellat nulla. Aut odit voluptas."], ["email", "dessie_larkin@example.biz"], ["first_name", "Jacquelyne"], ["firstname", "Olympia"], ["last_name", "Shanahan"], ["lastname", "Quigley"], ["lat", "-34.10842667749358"], ["latitute", "-30.532191314353163"], ["lng", "60.21891104210766"], ["locale", "ZM"], ["longitude", "-72.5846393856338"], ["middlename", "Paucek"], ["middle_name", "Jerde"], ["password", "EbSaQ8hMzUg4FpKf"], ["phone", "1-204-964-2907"], ["phone_number", "(230) 146-0122 x46588"], ["reference", "35e0cb4b-0466-450c-bf96-a2e67373f8f5"], ["title", "Eveniet enim esse id labore accusantium."], ["user_name", "leif.miller"], ["username", "rodolfo_swift"], ["uuid", "55c37fec-8290-4ab2-a3fc-f801c5bfbfc0"], ["created_at", "2020-11-24 10:37:23.182507"], ["updated_at", "2020-11-24 10:37:23.182507"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 669 2590 Walsh Ford, Lake Rogelio, DE 36664-3372"], ["city", "Hickleborough"], ["country", "Argentina"], ["description", "Non excepturi qui. Ut quis sunt. Voluptatem nihil quia."], ["email", "franklin@example.net"], ["first_name", "Kimberli"], ["firstname", "Jasmin"], ["last_name", "Macejkovic"], ["lastname", "Kunde"], ["lat", "84.19812952057754"], ["latitute", "-15.667708689120047"], ["lng", "-170.7500198719126"], ["locale", "GH"], ["longitude", "100.85372314855795"], ["middlename", "Nitzsche"], ["middle_name", "Altenwerth"], ["password", "2CkFq1OzSj7964"], ["phone", "1-628-494-6012"], ["phone_number", "1-819-177-3999"], ["reference", "b57835b2-0c3a-4c91-9f05-17f40025415f"], ["title", "Ullam laborum odio."], ["user_name", "minh"], ["username", "marty_mills"], ["uuid", "c53bb45d-b933-4079-a102-22bb561756c9"], ["created_at", "2020-11-24 10:37:23.204192"], ["updated_at", "2020-11-24 10:37:23.204192"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3076 Shirleen Shores, North Isiahburgh, CT 60402"], ["city", "Augustineton"], ["country", "New Zealand"], ["description", "Quibusdam tempora velit. Suscipit aliquam sint. Totam rerum aliquam. Labore odio voluptas."], ["email", "lory.altenwerth@example.org"], ["first_name", "Shandra"], ["firstname", "Halina"], ["last_name", "Hessel"], ["lastname", "Gulgowski"], ["lat", "-50.263519925779654"], ["latitute", "52.51496223475658"], ["lng", "-33.021590171191804"], ["locale", "TZ"], ["longitude", "-24.825871550122145"], ["middlename", "Kohler"], ["middle_name", "Wolff"], ["password", "YtVwCm1LaHqR5g"], ["phone", "266-475-3915"], ["phone_number", "797.500.7620 x517"], ["reference", "1eb8dd9c-e5bc-4d0d-bdc8-49b96c4725a8"], ["title", "Temporibus assumenda cumque consequatur reiciendis."], ["user_name", "sachiko_swaniawski"], ["username", "signe.franecki"], ["uuid", "6d291bd3-f6c9-47d7-8163-37d0150854aa"], ["created_at", "2020-11-24 10:37:23.226153"], ["updated_at", "2020-11-24 10:37:23.226153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 932 945 Hattie Port, Jonnaville, AR 69423-1929"], ["city", "South Tanner"], ["country", "Saint Barthelemy"], ["description", "Sunt commodi quae. Voluptate aut quis."], ["email", "concha@example.net"], ["first_name", "Jeffie"], ["firstname", "Bradly"], ["last_name", "Beier"], ["lastname", "Morissette"], ["lat", "85.01045856899864"], ["latitute", "-80.21617716463741"], ["lng", "100.77810781156813"], ["locale", "BY"], ["longitude", "-28.4084875555682"], ["middlename", "Frami"], ["middle_name", "Ebert"], ["password", "Z8y3GvHkVbAo"], ["phone", "344.555.6293"], ["phone_number", "1-781-678-1786 x982"], ["reference", "5059b595-d9be-4b19-becd-6705a682e06e"], ["title", "Est ea doloribus."], ["user_name", "dominick"], ["username", "ben"], ["uuid", "344a1c07-f0d3-4e60-ac0a-b5c4a6bcc5ac"], ["created_at", "2020-11-24 10:37:23.253968"], ["updated_at", "2020-11-24 10:37:23.253968"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 10:37:23.255915"], ["updated_at", "2020-11-24 10:37:23.255915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 10:37:23.257165"], ["updated_at", "2020-11-24 10:37:23.257165"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 10:37:23.258290"], ["updated_at", "2020-11-24 10:37:23.258290"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 10:37:23.259421"], ["updated_at", "2020-11-24 10:37:23.259421"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 10:37:23.260587"], ["updated_at", "2020-11-24 10:37:23.260587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 10:37:23.261746"], ["updated_at", "2020-11-24 10:37:23.261746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 10:37:23.262887"], ["updated_at", "2020-11-24 10:37:23.262887"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 10:37:23.264037"], ["updated_at", "2020-11-24 10:37:23.264037"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:23.280598"], ["updated_at", "2020-11-24 10:37:23.280598"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:23.281452"], ["updated_at", "2020-11-24 10:37:23.281452"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:23.282105"], ["updated_at", "2020-11-24 10:37:23.282105"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:23.282744"], ["updated_at", "2020-11-24 10:37:23.282744"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:23.283377"], ["updated_at", "2020-11-24 10:37:23.283377"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:23.284022"], ["updated_at", "2020-11-24 10:37:23.284022"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:23.284652"], ["updated_at", "2020-11-24 10:37:23.284652"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:23.285284"], ["updated_at", "2020-11-24 10:37:23.285284"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:23.286028"], ["updated_at", "2020-11-24 10:37:23.286028"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:23.286725"], ["updated_at", "2020-11-24 10:37:23.286725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:23.287357"], ["updated_at", "2020-11-24 10:37:23.287357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:23.287984"], ["updated_at", "2020-11-24 10:37:23.287984"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:23.288624"], ["updated_at", "2020-11-24 10:37:23.288624"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:23.289245"], ["updated_at", "2020-11-24 10:37:23.289245"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:23.289866"], ["updated_at", "2020-11-24 10:37:23.289866"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:23.290488"], ["updated_at", "2020-11-24 10:37:23.290488"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (3.1ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.6ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 959 1680 Demetrius Fields, Haleyport, MO 70917-4693"], ["city", "Amparoburgh"], ["country", "Mali"], ["description", "Pariatur vel vero. Qui dicta unde. Sint id aut. Est facilis dolorum."], ["email", "zita@example.co"], ["first_name", "Nyla"], ["firstname", "Argelia"], ["last_name", "Rowe"], ["lastname", "Konopelski"], ["lat", "64.52478329622889"], ["latitute", "81.45916138625137"], ["lng", "-36.07100711200451"], ["locale", "FR"], ["longitude", "-63.844670496572775"], ["middlename", "Dickens"], ["middle_name", "Abernathy"], ["password", "ZrNjF76qU"], ["phone", "(637) 762-2497 x2686"], ["phone_number", "265.966.6894 x45323"], ["reference", "9c48045d-cd9b-473b-8f9f-e4bbbb67677f"], ["title", "Illo aut quia dignissimos."], ["user_name", "kenton_shanahan"], ["username", "justine.nolan"], ["uuid", "949f9fbf-0fa5-4bf3-b1f0-51926ee3ddd3"], ["created_at", "2020-11-24 10:37:47.782925"], ["updated_at", "2020-11-24 10:37:47.782925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "341 Melida Fork, South Armanda, RI 37131"], ["city", "New Werner"], ["country", "Qatar"], ["description", "Ipsa delectus et. Ad ex voluptas."], ["email", "don@example.net"], ["first_name", "Melania"], ["firstname", "Laurene"], ["last_name", "Koelpin"], ["lastname", "Larkin"], ["lat", "0.3345720289606646"], ["latitute", "-27.733660213255774"], ["lng", "-125.54041579647179"], ["locale", "GA"], ["longitude", "54.804693990527"], ["middlename", "Weimann"], ["middle_name", "Wolf"], ["password", "S3lCjIeSc52FdVaX"], ["phone", "(766) 600-9828"], ["phone_number", "616-212-3787 x4961"], ["reference", "fc05250b-2229-4cc3-bbc5-59e602cb5678"], ["title", "Omnis dolores veniam repellendus et est."], ["user_name", "altagracia"], ["username", "carson.brekke"], ["uuid", "78a1d991-cf99-4637-9227-d01ac75c6b96"], ["created_at", "2020-11-24 10:37:47.804957"], ["updated_at", "2020-11-24 10:37:47.804957"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 740 10215 Alva Plaza, Lake Stephanie, ND 91059"], ["city", "D'Amoreside"], ["country", "Burkina Faso"], ["description", "Eveniet sunt consectetur. Illo voluptas excepturi. Deleniti alias quia."], ["email", "latoyia_dickinson@example.org"], ["first_name", "Ty"], ["firstname", "Irma"], ["last_name", "Schroeder"], ["lastname", "Swift"], ["lat", "27.787723766533887"], ["latitute", "-80.48822634454154"], ["lng", "83.27637906195747"], ["locale", "AU"], ["longitude", "-177.2297252819584"], ["middlename", "Gutmann"], ["middle_name", "Hills"], ["password", "SoZjJ4eGuZ"], ["phone", "524-735-9539"], ["phone_number", "983.060.7769 x04203"], ["reference", "2f6b3168-0423-4ba7-823b-386d488c8b05"], ["title", "Sunt a expedita eaque."], ["user_name", "milan"], ["username", "melani_pouros"], ["uuid", "2ec72682-de82-4b6e-b086-d779ba1eeb29"], ["created_at", "2020-11-24 10:37:47.826690"], ["updated_at", "2020-11-24 10:37:47.826690"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 507 270 Rutherford Walk, Dickifort, NE 37346-3630"], ["city", "Haroldview"], ["country", "Iraq"], ["description", "Sapiente dolorem et. Id veritatis illum. Consectetur quo delectus. Quia dolorum sit. Et voluptatum veritatis."], ["email", "dino_oberbrunner@example.co"], ["first_name", "Pearlie"], ["firstname", "Jennefer"], ["last_name", "Paucek"], ["lastname", "Wintheiser"], ["lat", "61.52031200087862"], ["latitute", "66.06407466010248"], ["lng", "-5.591737058765091"], ["locale", "ID"], ["longitude", "-10.432535476656454"], ["middlename", "Weber"], ["middle_name", "Christiansen"], ["password", "M9w3AmLmH"], ["phone", "383-257-1836 x471"], ["phone_number", "1-715-356-1625 x675"], ["reference", "354e6201-2fd5-44da-b55a-134a186ef105"], ["title", "Rem illum consectetur doloribus eos dolores."], ["user_name", "corrin.hartmann"], ["username", "britteny"], ["uuid", "f2dcac01-df06-48ba-b683-c264ef87f780"], ["created_at", "2020-11-24 10:37:47.848477"], ["updated_at", "2020-11-24 10:37:47.848477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 773 419 Numbers Bypass, South Wilfred, AR 87492-9028"], ["city", "Bettyfurt"], ["country", "Trinidad and Tobago"], ["description", "Recusandae eveniet porro. Dolores eligendi dolor."], ["email", "shanda@example.biz"], ["first_name", "Kandis"], ["firstname", "Ossie"], ["last_name", "Hane"], ["lastname", "Torp"], ["lat", "78.47507332991475"], ["latitute", "30.264943141917144"], ["lng", "-134.31536396655272"], ["locale", "TV"], ["longitude", "-141.39030426807238"], ["middlename", "Wintheiser"], ["middle_name", "Runolfsdottir"], ["password", "DrNmMvF3dRfG"], ["phone", "754-853-2524 x32101"], ["phone_number", "(618) 500-4274 x9369"], ["reference", "fedb3324-11d8-4ea5-8ba8-734109fc6c28"], ["title", "Libero ab expedita laudantium occaecati."], ["user_name", "lloyd"], ["username", "corey"], ["uuid", "5cd5e6fe-2092-475d-a30d-bd4cd89be8af"], ["created_at", "2020-11-24 10:37:47.870126"], ["updated_at", "2020-11-24 10:37:47.870126"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8436 Schneider Shoals, New Dorthey, IN 51519-9577"], ["city", "Codymouth"], ["country", "Dominica"], ["description", "Rerum sequi ducimus. Occaecati quae expedita. Recusandae esse nesciunt. Tempora molestias quidem."], ["email", "robt@example.org"], ["first_name", "Pete"], ["firstname", "Regena"], ["last_name", "Bayer"], ["lastname", "Cronin"], ["lat", "86.47073979208278"], ["latitute", "-63.80384611276196"], ["lng", "15.986493048827413"], ["locale", "ML"], ["longitude", "-159.55502002481305"], ["middlename", "Koepp"], ["middle_name", "Ondricka"], ["password", "XhQ1uU4rL2"], ["phone", "221-656-5794 x1043"], ["phone_number", "(282) 954-7316"], ["reference", "dfb72ff4-ff98-490c-bc3d-f89ed9cc5102"], ["title", "Sapiente officiis omnis quia voluptatem placeat."], ["user_name", "fe.gutkowski"], ["username", "zaida_quitzon"], ["uuid", "4337a877-1f1b-442f-a012-3e06a8c99d8b"], ["created_at", "2020-11-24 10:37:47.900669"], ["updated_at", "2020-11-24 10:37:47.900669"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 103 1468 Skiles Junctions, Hipolitoborough, KS 32861-1164"], ["city", "Port Homerport"], ["country", "Reunion"], ["description", "Culpa velit autem. Accusantium asperiores ut. Sunt ut quasi. Autem delectus error. Qui corporis rem."], ["email", "kaitlin@example.co"], ["first_name", "Cliff"], ["firstname", "Laila"], ["last_name", "Boyle"], ["lastname", "Johns"], ["lat", "33.423082120860485"], ["latitute", "19.340254739211403"], ["lng", "-32.572663765036765"], ["locale", "SB"], ["longitude", "57.03327304870089"], ["middlename", "Gerlach"], ["middle_name", "Reilly"], ["password", "EjLtFi23FhUy"], ["phone", "1-862-107-2199 x9490"], ["phone_number", "657.028.7122 x32359"], ["reference", "735a8484-1232-4a1c-bf99-6efd0753415b"], ["title", "Laudantium quo illum aliquam cum ut."], ["user_name", "taina.sipes"], ["username", "whitney_wilkinson"], ["uuid", "026d1d20-2cc6-48b1-bff9-69f42b4e4b5a"], ["created_at", "2020-11-24 10:37:47.923101"], ["updated_at", "2020-11-24 10:37:47.923101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 926 9121 Barton Valleys, Fernandaton, PA 67517"], ["city", "New Rickie"], ["country", "Micronesia"], ["description", "Id commodi aperiam. Possimus perspiciatis aut. Quidem nisi deserunt."], ["email", "socorro@example.co"], ["first_name", "Karleen"], ["firstname", "Julio"], ["last_name", "Strosin"], ["lastname", "Wisozk"], ["lat", "-4.82870940850259"], ["latitute", "-34.35341030294347"], ["lng", "-68.95976947876247"], ["locale", "IR"], ["longitude", "47.61729173362443"], ["middlename", "Tremblay"], ["middle_name", "Lueilwitz"], ["password", "ZgP3a5Qj"], ["phone", "(920) 865-3348 x92018"], ["phone_number", "1-180-821-4986 x07645"], ["reference", "c00c7c0c-3d5c-46a8-b68d-10a11bd32afa"], ["title", "Rem et ea sit."], ["user_name", "milan"], ["username", "carlos_grimes"], ["uuid", "85475a53-6ec8-4e49-b5e1-9116f580faa8"], ["created_at", "2020-11-24 10:37:47.945337"], ["updated_at", "2020-11-24 10:37:47.945337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3604 Morissette Locks, Daretown, OR 03828"], ["city", "Osinskiland"], ["country", "Norfolk Island"], ["description", "Cupiditate minima sequi. Cupiditate et pariatur. Dolorem eveniet inventore."], ["email", "ahmed.kessler@example.org"], ["first_name", "Edith"], ["firstname", "Claude"], ["last_name", "Schimmel"], ["lastname", "Kunde"], ["lat", "17.312820524042337"], ["latitute", "80.22040330877209"], ["lng", "122.95195278817829"], ["locale", "PN"], ["longitude", "-9.336612533106972"], ["middlename", "Dooley"], ["middle_name", "Corkery"], ["password", "UwNrIsClCmV"], ["phone", "956.417.4370"], ["phone_number", "1-700-822-0640 x3336"], ["reference", "7b30ada3-5327-4d58-839b-6506db8b488a"], ["title", "Ipsum exercitationem error dolor mollitia maxime."], ["user_name", "gwen"], ["username", "keneth"], ["uuid", "713ac649-03ea-43e7-a886-805b02dd2c29"], ["created_at", "2020-11-24 10:37:47.966793"], ["updated_at", "2020-11-24 10:37:47.966793"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 903 54333 Teresa Knoll, North Stevie, AL 59122-0384"], ["city", "North Jonna"], ["country", "Zambia"], ["description", "Tempore et natus. Tenetur nesciunt beatae. Dolor nemo voluptatem. Voluptates ut quis."], ["email", "davis@example.com"], ["first_name", "Barney"], ["firstname", "Tanisha"], ["last_name", "Schowalter"], ["lastname", "Schmeler"], ["lat", "-63.53057406510566"], ["latitute", "-9.39207506080011"], ["lng", "95.56359681162132"], ["locale", "ZM"], ["longitude", "-154.13217749878064"], ["middlename", "Mitchell"], ["middle_name", "Welch"], ["password", "AiDmGo1253Of5Se"], ["phone", "1-124-135-4242 x8196"], ["phone_number", "612.438.9811 x28652"], ["reference", "213fa17a-28dd-4d92-b47b-fb187807e75e"], ["title", "Enim aliquid necessitatibus."], ["user_name", "pam.lang"], ["username", "zack_kulas"], ["uuid", "cc8c7ff0-1b24-4c4a-ade2-141328c2b0b2"], ["created_at", "2020-11-24 10:37:47.988637"], ["updated_at", "2020-11-24 10:37:47.988637"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 31], ["decimal", 11.796896084377], ["string", "Est accusantium quo assumenda blanditiis dicta."], ["date", "2020-12-10"], ["time", "2000-01-01 18:13:41.515541"], ["datetime", "2020-12-28 19:49:14.477837"], ["created_at", "2020-11-24 10:37:48.014635"], ["updated_at", "2020-11-24 10:37:48.014635"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 12.7318094536313], ["string", "Velit dolor officiis quis cumque."], ["created_at", "2020-11-24 10:37:48.021740"], ["updated_at", "2020-11-24 10:37:48.021740"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 10:37:48.038448"], ["updated_at", "2020-11-24 10:37:48.038448"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 10:37:48.045214"], ["updated_at", "2020-11-24 10:37:48.045214"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 10:37:48.051378"], ["updated_at", "2020-11-24 10:37:48.051378"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.058217"], ["updated_at", "2020-11-24 10:37:48.058217"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.063579"], ["updated_at", "2020-11-24 10:37:48.063579"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 876 9979 Britta Drive, Colbystad, NC 14351-2114"], ["city", "South Fransiscahaven"], ["country", "Austria"], ["description", "Culpa dolore dolorem. Quos et deleniti."], ["email", "tamra@example.biz"], ["first_name", "Hipolito"], ["firstname", "Lanny"], ["last_name", "Auer"], ["lastname", "Kessler"], ["lat", "-52.75547057495101"], ["latitute", "-77.21818285550653"], ["lng", "166.9627233608486"], ["locale", "TW"], ["longitude", "-16.136951155646244"], ["middlename", "Russel"], ["middle_name", "Dickens"], ["password", "7K695tPfFg86"], ["phone", "(872) 272-0350"], ["phone_number", "486.313.6130"], ["reference", "c6c2786f-8100-47ba-ad96-43432a1431bd"], ["title", "Debitis alias qui."], ["user_name", "melody.mosciski"], ["username", "jonathon"], ["uuid", "5202ee1c-bbb8-477b-adea-73810fbba479"], ["created_at", "2020-11-24 10:37:48.086617"], ["updated_at", "2020-11-24 10:37:48.086617"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 10:37:48.091144"], ["updated_at", "2020-11-24 10:37:48.091144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.100453"], ["updated_at", "2020-11-24 10:37:48.100453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:48.103579"], ["updated_at", "2020-11-24 10:37:48.103579"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 12.6669308520721], ["string", "Aut quos numquam."], ["date", "2020-11-03"], ["time", "2000-01-01 12:32:19.457581"], ["datetime", "2020-12-28 05:22:52.883168"], ["created_at", "2020-11-24 10:37:48.110667"], ["updated_at", "2020-11-24 10:37:48.110667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 2.30841346263387], ["string", "Enim fugiat praesentium provident et."], ["date", "2020-11-11"], ["time", "2000-01-01 04:11:05.033010"], ["datetime", "2020-11-03 08:53:37.313597"], ["created_at", "2020-11-24 10:37:48.113111"], ["updated_at", "2020-11-24 10:37:48.113111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 13.8925373336586], ["string", "Eligendi nulla laudantium ab."], ["date", "2020-12-18"], ["time", "2000-01-01 06:17:23.642691"], ["datetime", "2020-10-16 11:17:42.186662"], ["created_at", "2020-11-24 10:37:48.115290"], ["updated_at", "2020-11-24 10:37:48.115290"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 25], ["decimal", 11.303596885767], ["string", "Natus praesentium et."], ["date", "2020-10-16"], ["time", "2000-01-01 14:34:30.850260"], ["datetime", "2020-11-28 18:15:49.728249"], ["created_at", "2020-11-24 10:37:48.117695"], ["updated_at", "2020-11-24 10:37:48.117695"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 4.25940549380988], ["string", "Et blanditiis voluptatem minus."], ["date", "2020-11-24"], ["time", "2000-01-01 02:03:10.257708"], ["datetime", "2020-12-08 17:27:51.388331"], ["created_at", "2020-11-24 10:37:48.120408"], ["updated_at", "2020-11-24 10:37:48.120408"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 6.48074769830463], ["string", "Iusto sit voluptatibus ad magni."], ["date", "2020-11-03"], ["time", "2000-01-01 05:50:31.167308"], ["datetime", "2020-11-26 08:39:59.537121"], ["created_at", "2020-11-24 10:37:48.124342"], ["updated_at", "2020-11-24 10:37:48.124342"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 5.668235533707], ["string", "Est voluptas molestiae quibusdam."], ["date", "2020-12-22"], ["time", "2000-01-01 05:35:41.927122"], ["datetime", "2020-10-20 07:46:29.501575"], ["created_at", "2020-11-24 10:37:48.127218"], ["updated_at", "2020-11-24 10:37:48.127218"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 2.68613333241834], ["string", "Molestiae illum commodi laborum."], ["date", "2020-10-21"], ["time", "2000-01-01 02:08:51.900230"], ["datetime", "2020-10-23 22:00:19.576165"], ["created_at", "2020-11-24 10:37:48.129795"], ["updated_at", "2020-11-24 10:37:48.129795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 0.632417001029682], ["string", "Ut quis tempora."], ["created_at", "2020-11-24 10:37:48.132071"], ["updated_at", "2020-11-24 10:37:48.132071"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1032], ["decimal", 0.876485325427031], ["string", "Deserunt numquam enim iure."], ["created_at", "2020-11-24 10:37:48.134114"], ["updated_at", "2020-11-24 10:37:48.134114"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 9.38568343493211], ["string", "Eos accusamus et modi ratione."], ["created_at", "2020-11-24 10:37:48.136065"], ["updated_at", "2020-11-24 10:37:48.136065"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 3.61482789507889], ["string", "Et qui ducimus ut."], ["created_at", "2020-11-24 10:37:48.137909"], ["updated_at", "2020-11-24 10:37:48.137909"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 0.0536465658618451], ["string", "Accusamus veniam enim sequi tempore."], ["created_at", "2020-11-24 10:37:48.139780"], ["updated_at", "2020-11-24 10:37:48.139780"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 16.0817533010785], ["string", "Sunt enim aspernatur maiores veniam non."], ["created_at", "2020-11-24 10:37:48.141522"], ["updated_at", "2020-11-24 10:37:48.141522"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 0.919280340581651], ["string", "Quis est sit ipsam nisi aliquam."], ["created_at", "2020-11-24 10:37:48.143223"], ["updated_at", "2020-11-24 10:37:48.143223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 18.9849426940958], ["string", "Ut et dolores."], ["created_at", "2020-11-24 10:37:48.144967"], ["updated_at", "2020-11-24 10:37:48.144967"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 10:37:48.146351"], ["updated_at", "2020-11-24 10:37:48.146351"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 10:37:48.147567"], ["updated_at", "2020-11-24 10:37:48.147567"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 10:37:48.148798"], ["updated_at", "2020-11-24 10:37:48.148798"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 10:37:48.150041"], ["updated_at", "2020-11-24 10:37:48.150041"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 10:37:48.151198"], ["updated_at", "2020-11-24 10:37:48.151198"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 10:37:48.152366"], ["updated_at", "2020-11-24 10:37:48.152366"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 10:37:48.153497"], ["updated_at", "2020-11-24 10:37:48.153497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 10:37:48.154604"], ["updated_at", "2020-11-24 10:37:48.154604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 7], ["created_at", "2020-11-24 10:37:48.156211"], ["updated_at", "2020-11-24 10:37:48.156211"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-24 10:37:48.157844"], ["updated_at", "2020-11-24 10:37:48.157844"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-24 10:37:48.159394"], ["updated_at", "2020-11-24 10:37:48.159394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 2], ["created_at", "2020-11-24 10:37:48.160935"], ["updated_at", "2020-11-24 10:37:48.160935"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 8], ["created_at", "2020-11-24 10:37:48.162486"], ["updated_at", "2020-11-24 10:37:48.162486"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-24 10:37:48.163994"], ["updated_at", "2020-11-24 10:37:48.163994"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 8], ["created_at", "2020-11-24 10:37:48.165547"], ["updated_at", "2020-11-24 10:37:48.165547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-24 10:37:48.167110"], ["updated_at", "2020-11-24 10:37:48.167110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 10:37:48.168926"], ["updated_at", "2020-11-24 10:37:48.168926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 10:37:48.170566"], ["updated_at", "2020-11-24 10:37:48.170566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 10:37:48.171801"], ["updated_at", "2020-11-24 10:37:48.171801"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 10:37:48.172986"], ["updated_at", "2020-11-24 10:37:48.172986"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 10:37:48.174142"], ["updated_at", "2020-11-24 10:37:48.174142"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 10:37:48.175317"], ["updated_at", "2020-11-24 10:37:48.175317"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 10:37:48.176496"], ["updated_at", "2020-11-24 10:37:48.176496"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 10:37:48.177699"], ["updated_at", "2020-11-24 10:37:48.177699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.178459"], ["updated_at", "2020-11-24 10:37:48.178459"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.179203"], ["updated_at", "2020-11-24 10:37:48.179203"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.179871"], ["updated_at", "2020-11-24 10:37:48.179871"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.180535"], ["updated_at", "2020-11-24 10:37:48.180535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.181179"], ["updated_at", "2020-11-24 10:37:48.181179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.181827"], ["updated_at", "2020-11-24 10:37:48.181827"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.182474"], ["updated_at", "2020-11-24 10:37:48.182474"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.183128"], ["updated_at", "2020-11-24 10:37:48.183128"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.184439"], ["updated_at", "2020-11-24 10:37:48.184439"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.185632"], ["updated_at", "2020-11-24 10:37:48.185632"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.186739"], ["updated_at", "2020-11-24 10:37:48.186739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.187837"], ["updated_at", "2020-11-24 10:37:48.187837"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.188969"], ["updated_at", "2020-11-24 10:37:48.188969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.190077"], ["updated_at", "2020-11-24 10:37:48.190077"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.191182"], ["updated_at", "2020-11-24 10:37:48.191182"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.192285"], ["updated_at", "2020-11-24 10:37:48.192285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "610 VonRueden Points, South Taylormouth, AZ 75926"], ["city", "Abernathyfort"], ["country", "Niger"], ["description", "Necessitatibus minima dolore. Corporis molestiae veniam."], ["email", "taina@example.biz"], ["first_name", "Ozell"], ["firstname", "Elbert"], ["last_name", "Champlin"], ["lastname", "McDermott"], ["lat", "-22.84052307638602"], ["latitute", "8.645955811538315"], ["lng", "48.288656949312156"], ["locale", "BG"], ["longitude", "-45.00043253143386"], ["middlename", "Becker"], ["middle_name", "Smitham"], ["password", "125QiQtGlNvQ7z"], ["phone", "336.008.4870"], ["phone_number", "(792) 747-7298 x4631"], ["reference", "8b4d10a1-1d99-4daf-938f-f83b2a92b12b"], ["title", "Quis sed quas."], ["user_name", "brad_schaefer"], ["username", "quinton"], ["uuid", "33620e93-e60c-4775-b9bc-7fd03d2e2a68"], ["created_at", "2020-11-24 10:37:48.213978"], ["updated_at", "2020-11-24 10:37:48.213978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "5461 Kiehn Terrace, East Danielfort, OH 98703-8382"], ["city", "Bernhardstad"], ["country", "San Marino"], ["description", "Rerum quas itaque. Est excepturi explicabo. Aliquid earum saepe."], ["email", "nanette@example.name"], ["first_name", "Jestine"], ["firstname", "Art"], ["last_name", "Veum"], ["lastname", "Shanahan"], ["lat", "-59.26846095579898"], ["latitute", "-22.62960302143155"], ["lng", "-165.32136784482677"], ["locale", "CA"], ["longitude", "-163.04974111077624"], ["middlename", "Sauer"], ["middle_name", "Lakin"], ["password", "QhGc7AcRjW84g4"], ["phone", "(862) 529-8350 x205"], ["phone_number", "1-402-458-8854 x192"], ["reference", "12f76112-05e6-41fd-ac37-d903f4ca3318"], ["title", "Possimus aut omnis."], ["user_name", "ernestine"], ["username", "fermin_torp"], ["uuid", "44fc4d95-6b01-4109-8f49-0ee839750ed4"], ["created_at", "2020-11-24 10:37:48.246959"], ["updated_at", "2020-11-24 10:37:48.246959"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 581 9299 Winona Manor, Reichertchester, MD 86213"], ["city", "Lenview"], ["country", "Australia"], ["description", "Est vel sint. Pariatur repellat minus."], ["email", "haywood.ebert@example.com"], ["first_name", "Denver"], ["firstname", "Lakeisha"], ["last_name", "Braun"], ["lastname", "Johnston"], ["lat", "48.24517776778325"], ["latitute", "58.89306251072128"], ["lng", "19.408868012748968"], ["locale", "TK"], ["longitude", "-75.35373271678542"], ["middlename", "Ortiz"], ["middle_name", "Rath"], ["password", "BmN7wI8aG57e4U"], ["phone", "1-109-446-7574"], ["phone_number", "(182) 615-0837 x812"], ["reference", "35abc162-8cba-470f-86e0-53d5e1f3ab23"], ["title", "Consequatur laborum fuga."], ["user_name", "alejandro.bins"], ["username", "nakia.walker"], ["uuid", "26978560-56d1-4d89-92e9-a9be06d7f0ad"], ["created_at", "2020-11-24 10:37:48.270132"], ["updated_at", "2020-11-24 10:37:48.270132"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2205 Hodkiewicz Forge, East Bertiefurt, ME 86259"], ["city", "Jacquilineport"], ["country", "Montenegro"], ["description", "Qui in nesciunt. Suscipit corporis sunt. Placeat dolorem quia."], ["email", "elfriede@example.org"], ["first_name", "Shellie"], ["firstname", "Kristopher"], ["last_name", "Kozey"], ["lastname", "Cummerata"], ["lat", "-25.279061686874385"], ["latitute", "0.5399802047216014"], ["lng", "22.508122632275104"], ["locale", "AL"], ["longitude", "149.12073980798243"], ["middlename", "Haag"], ["middle_name", "Ward"], ["password", "Mj8Sy5K8mRgR"], ["phone", "(228) 328-7760 x49260"], ["phone_number", "143-019-2742"], ["reference", "21769804-d56d-44a4-af41-7bd4c1547a25"], ["title", "Delectus a ab aut perferendis laborum."], ["user_name", "santo"], ["username", "john"], ["uuid", "1a519178-7616-4614-8996-5c9d3d217a36"], ["created_at", "2020-11-24 10:37:48.292035"], ["updated_at", "2020-11-24 10:37:48.292035"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "498 Cheryll Crossroad, North Alita, KY 65874"], ["city", "South Teodorobury"], ["country", "Puerto Rico"], ["description", "Ea omnis odit. Quia hic mollitia. Enim consectetur est."], ["email", "kurt_schaden@example.co"], ["first_name", "Winford"], ["firstname", "Felicia"], ["last_name", "Kerluke"], ["lastname", "Walker"], ["lat", "56.364115786918774"], ["latitute", "-67.42252236315512"], ["lng", "-160.1251084862227"], ["locale", "PW"], ["longitude", "-114.95598750996622"], ["middlename", "Osinski"], ["middle_name", "Pouros"], ["password", "BuNhNzYf"], ["phone", "188.285.0612 x70775"], ["phone_number", "572.407.3920 x77532"], ["reference", "82186d11-8d10-4cda-ba9b-254cfa700590"], ["title", "Voluptates nesciunt optio excepturi assumenda ratione."], ["user_name", "sheldon"], ["username", "lakia.berge"], ["uuid", "24436a50-8e05-4094-8a54-a6d27aac113f"], ["created_at", "2020-11-24 10:37:48.314120"], ["updated_at", "2020-11-24 10:37:48.314120"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 330 6181 Bartell Orchard, Port Corneliusport, NJ 55698-9486"], ["city", "Hartmannview"], ["country", "Lesotho"], ["description", "Perspiciatis ut eos. Deleniti ut voluptatem."], ["email", "zoraida@example.co"], ["first_name", "Kimberely"], ["firstname", "Claude"], ["last_name", "Russel"], ["lastname", "Bauch"], ["lat", "-52.53345005119588"], ["latitute", "-32.113761934409574"], ["lng", "-45.03481280315779"], ["locale", "MM"], ["longitude", "129.3830543006784"], ["middlename", "Kuhic"], ["middle_name", "Wehner"], ["password", "RcB1pGvXoD"], ["phone", "278.882.0631"], ["phone_number", "(166) 032-0329 x48513"], ["reference", "d0c9d758-a4ae-4271-8d32-6877461a3169"], ["title", "Quo ut earum velit recusandae praesentium."], ["user_name", "keiko.flatley"], ["username", "hillary"], ["uuid", "3f43c3de-588c-4ab5-a19b-ac59e63f21ff"], ["created_at", "2020-11-24 10:37:48.335877"], ["updated_at", "2020-11-24 10:37:48.335877"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "84864 Allyson Dale, Kuhnport, HI 40563-7967"], ["city", "New Claude"], ["country", "Oman"], ["description", "Dignissimos id voluptatem. Ut perferendis aperiam."], ["email", "terrance.hermann@example.net"], ["first_name", "Pamella"], ["firstname", "Paul"], ["last_name", "Doyle"], ["lastname", "Stiedemann"], ["lat", "-65.77270348274494"], ["latitute", "-42.39826589108415"], ["lng", "-35.5717256386414"], ["locale", "AW"], ["longitude", "74.88635654661618"], ["middlename", "Luettgen"], ["middle_name", "Klein"], ["password", "AlOhHj7Se1PvQ0"], ["phone", "788-143-6283 x5733"], ["phone_number", "1-719-759-2875"], ["reference", "d5ee0d6f-4510-4266-b392-86b9ad474707"], ["title", "Quibusdam nemo voluptate."], ["user_name", "tana_ernser"], ["username", "winston"], ["uuid", "1b767da9-03d5-4dea-b7b8-3c24ccaef93e"], ["created_at", "2020-11-24 10:37:48.357480"], ["updated_at", "2020-11-24 10:37:48.357480"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 504 57862 Modesto Canyon, New Lindachester, HI 63459"], ["city", "South Tierraberg"], ["country", "Uzbekistan"], ["description", "Perspiciatis aperiam ut. Labore cum odit. Recusandae rerum voluptas. Quae placeat et."], ["email", "kelly@example.info"], ["first_name", "Denise"], ["firstname", "Rosalee"], ["last_name", "Cummerata"], ["lastname", "Ondricka"], ["lat", "-45.744868667078826"], ["latitute", "7.734623175233125"], ["lng", "-22.321159809146423"], ["locale", "BS"], ["longitude", "-97.87207289769037"], ["middlename", "Tremblay"], ["middle_name", "Keeling"], ["password", "F7mCjR1t7TcYp"], ["phone", "1-200-574-6413"], ["phone_number", "1-476-419-3778 x055"], ["reference", "35ed0c31-70dc-4db9-910f-cab03dba6c74"], ["title", "Repellendus autem enim eum temporibus ab."], ["user_name", "jolyn_barton"], ["username", "moshe.stehr"], ["uuid", "dc4539b4-e3db-42a4-a08e-697821d1df72"], ["created_at", "2020-11-24 10:37:48.387619"], ["updated_at", "2020-11-24 10:37:48.387619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 10:37:48.389677"], ["updated_at", "2020-11-24 10:37:48.389677"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 10:37:48.390889"], ["updated_at", "2020-11-24 10:37:48.390889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 10:37:48.392052"], ["updated_at", "2020-11-24 10:37:48.392052"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 10:37:48.393189"], ["updated_at", "2020-11-24 10:37:48.393189"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 10:37:48.394304"], ["updated_at", "2020-11-24 10:37:48.394304"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 10:37:48.395410"], ["updated_at", "2020-11-24 10:37:48.395410"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 10:37:48.396522"], ["updated_at", "2020-11-24 10:37:48.396522"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 10:37:48.397618"], ["updated_at", "2020-11-24 10:37:48.397618"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.414729"], ["updated_at", "2020-11-24 10:37:48.414729"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.415569"], ["updated_at", "2020-11-24 10:37:48.415569"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.416281"], ["updated_at", "2020-11-24 10:37:48.416281"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.416915"], ["updated_at", "2020-11-24 10:37:48.416915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.417511"], ["updated_at", "2020-11-24 10:37:48.417511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.418129"], ["updated_at", "2020-11-24 10:37:48.418129"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.418720"], ["updated_at", "2020-11-24 10:37:48.418720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.419311"], ["updated_at", "2020-11-24 10:37:48.419311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:48.419950"], ["updated_at", "2020-11-24 10:37:48.419950"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:48.420611"], ["updated_at", "2020-11-24 10:37:48.420611"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:48.421231"], ["updated_at", "2020-11-24 10:37:48.421231"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:48.421843"], ["updated_at", "2020-11-24 10:37:48.421843"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:48.422455"], ["updated_at", "2020-11-24 10:37:48.422455"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:48.423074"], ["updated_at", "2020-11-24 10:37:48.423074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:48.423697"], ["updated_at", "2020-11-24 10:37:48.423697"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:48.424326"], ["updated_at", "2020-11-24 10:37:48.424326"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 0.506780747697027], ["string", "Facilis et est aliquam saepe."], ["date", "2020-10-30"], ["time", "2000-01-01 16:02:52.650697"], ["datetime", "2020-11-20 23:35:35.974815"], ["created_at", "2020-11-24 10:37:48.453257"], ["updated_at", "2020-11-24 10:37:48.453257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 20.6061937654602], ["string", "Beatae fuga nihil ut consequatur."], ["date", "2020-12-28"], ["time", "2000-01-01 22:10:56.440131"], ["datetime", "2020-12-22 01:08:59.583682"], ["created_at", "2020-11-24 10:37:48.456660"], ["updated_at", "2020-11-24 10:37:48.456660"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 5.10601921275126], ["string", "Sed ut qui quia nemo."], ["date", "2020-11-14"], ["time", "2000-01-01 23:58:15.910098"], ["datetime", "2020-12-07 03:45:28.578305"], ["created_at", "2020-11-24 10:37:48.459959"], ["updated_at", "2020-11-24 10:37:48.459959"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 10.9360753384066], ["string", "Id laborum sed."], ["date", "2020-10-21"], ["time", "2000-01-01 19:04:21.967632"], ["datetime", "2020-11-25 06:54:46.786423"], ["created_at", "2020-11-24 10:37:48.464334"], ["updated_at", "2020-11-24 10:37:48.464334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 25], ["decimal", 5.9106850783195], ["string", "Qui saepe molestiae culpa molestias."], ["date", "2020-10-16"], ["time", "2000-01-01 15:07:28.840726"], ["datetime", "2020-10-23 18:21:55.218405"], ["created_at", "2020-11-24 10:37:48.467222"], ["updated_at", "2020-11-24 10:37:48.467222"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 41.7685363288468], ["string", "Fugiat velit asperiores eos placeat debitis."], ["date", "2020-12-27"], ["time", "2000-01-01 04:11:56.357701"], ["datetime", "2020-12-08 10:17:26.853932"], ["created_at", "2020-11-24 10:37:48.470320"], ["updated_at", "2020-11-24 10:37:48.470320"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.473836"], ["updated_at", "2020-11-24 10:37:48.473836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 2.55247354409497], ["string", "Expedita aspernatur beatae ipsum dolor rerum."], ["date", "2020-10-16"], ["time", "2000-01-01 23:00:42.467912"], ["datetime", "2020-12-27 23:19:52.841322"], ["created_at", "2020-11-24 10:37:48.510173"], ["updated_at", "2020-11-24 10:37:48.510173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 4.80686461557931], ["string", "Molestiae error aut."], ["date", "2020-11-03"], ["time", "2000-01-01 11:10:56.098483"], ["datetime", "2020-11-01 00:31:37.477936"], ["created_at", "2020-11-24 10:37:48.513547"], ["updated_at", "2020-11-24 10:37:48.513547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 1.94101862550248], ["string", "Sed sit et adipisci."], ["date", "2020-12-18"], ["time", "2000-01-01 12:33:24.798024"], ["datetime", "2020-11-04 19:09:44.991345"], ["created_at", "2020-11-24 10:37:48.516814"], ["updated_at", "2020-11-24 10:37:48.516814"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 7.3691469863481], ["string", "Illum ex sed."], ["date", "2020-11-13"], ["time", "2000-01-01 17:16:00.953558"], ["datetime", "2020-12-09 00:23:59.854228"], ["created_at", "2020-11-24 10:37:48.520291"], ["updated_at", "2020-11-24 10:37:48.520291"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 12.619446606298], ["string", "A vero consectetur."], ["date", "2020-12-14"], ["time", "2000-01-01 18:20:50.328342"], ["datetime", "2020-10-17 01:07:45.578166"], ["created_at", "2020-11-24 10:37:48.524069"], ["updated_at", "2020-11-24 10:37:48.524069"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 24.9626963338566], ["string", "Voluptas porro repellat."], ["date", "2020-10-19"], ["time", "2000-01-01 21:11:44.332198"], ["datetime", "2020-11-26 05:44:18.663623"], ["created_at", "2020-11-24 10:37:48.527965"], ["updated_at", "2020-11-24 10:37:48.527965"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 13.1129880687746], ["string", "Tempora doloribus vel repellendus voluptatem dolorum."], ["date", "2020-10-19"], ["time", "2000-01-01 06:01:24.365028"], ["datetime", "2020-11-03 13:33:43.064675"], ["created_at", "2020-11-24 10:37:48.531120"], ["updated_at", "2020-11-24 10:37:48.531120"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 5.61282967857101], ["string", "Ut et ut rem et laborum."], ["date", "2020-11-30"], ["time", "2000-01-01 18:28:13.939746"], ["datetime", "2020-12-01 17:06:46.643624"], ["created_at", "2020-11-24 10:37:48.534465"], ["updated_at", "2020-11-24 10:37:48.534465"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 16.9857026100483], ["string", "Aut quos maiores et."], ["created_at", "2020-11-24 10:37:48.537482"], ["updated_at", "2020-11-24 10:37:48.537482"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 0.634481082598569], ["string", "Debitis veniam ut quo."], ["created_at", "2020-11-24 10:37:48.540092"], ["updated_at", "2020-11-24 10:37:48.540092"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 17.0794458445267], ["string", "Neque laudantium quis facilis et."], ["created_at", "2020-11-24 10:37:48.542533"], ["updated_at", "2020-11-24 10:37:48.542533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 1.84585551501772], ["string", "Non neque quaerat esse aliquid."], ["created_at", "2020-11-24 10:37:48.544784"], ["updated_at", "2020-11-24 10:37:48.544784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 2.23343374380111], ["string", "Quisquam inventore ut."], ["created_at", "2020-11-24 10:37:48.547034"], ["updated_at", "2020-11-24 10:37:48.547034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 3.41726770245578], ["string", "Consectetur quasi recusandae nihil."], ["created_at", "2020-11-24 10:37:48.549301"], ["updated_at", "2020-11-24 10:37:48.549301"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 4.76256628676149], ["string", "Deleniti quia ullam tempora."], ["created_at", "2020-11-24 10:37:48.551945"], ["updated_at", "2020-11-24 10:37:48.551945"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 0.888910907915244], ["string", "Quia voluptatem placeat."], ["created_at", "2020-11-24 10:37:48.554337"], ["updated_at", "2020-11-24 10:37:48.554337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 10:37:48.556094"], ["updated_at", "2020-11-24 10:37:48.556094"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 10:37:48.557581"], ["updated_at", "2020-11-24 10:37:48.557581"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 10:37:48.558993"], ["updated_at", "2020-11-24 10:37:48.558993"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 10:37:48.560340"], ["updated_at", "2020-11-24 10:37:48.560340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 10:37:48.561689"], ["updated_at", "2020-11-24 10:37:48.561689"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 10:37:48.563081"], ["updated_at", "2020-11-24 10:37:48.563081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 10:37:48.564470"], ["updated_at", "2020-11-24 10:37:48.564470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 10:37:48.565834"], ["updated_at", "2020-11-24 10:37:48.565834"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 7], ["created_at", "2020-11-24 10:37:48.568047"], ["updated_at", "2020-11-24 10:37:48.568047"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 10:37:48.569910"], ["updated_at", "2020-11-24 10:37:48.569910"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-24 10:37:48.571710"], ["updated_at", "2020-11-24 10:37:48.571710"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 7], ["created_at", "2020-11-24 10:37:48.573513"], ["updated_at", "2020-11-24 10:37:48.573513"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-24 10:37:48.575252"], ["updated_at", "2020-11-24 10:37:48.575252"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-24 10:37:48.577121"], ["updated_at", "2020-11-24 10:37:48.577121"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 3], ["created_at", "2020-11-24 10:37:48.578953"], ["updated_at", "2020-11-24 10:37:48.578953"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-24 10:37:48.580696"], ["updated_at", "2020-11-24 10:37:48.580696"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 10:37:48.582073"], ["updated_at", "2020-11-24 10:37:48.582073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 10:37:48.583625"], ["updated_at", "2020-11-24 10:37:48.583625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 10:37:48.585094"], ["updated_at", "2020-11-24 10:37:48.585094"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 10:37:48.586410"], ["updated_at", "2020-11-24 10:37:48.586410"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 10:37:48.587689"], ["updated_at", "2020-11-24 10:37:48.587689"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 10:37:48.589036"], ["updated_at", "2020-11-24 10:37:48.589036"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 10:37:48.590374"], ["updated_at", "2020-11-24 10:37:48.590374"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 10:37:48.591688"], ["updated_at", "2020-11-24 10:37:48.591688"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.592564"], ["updated_at", "2020-11-24 10:37:48.592564"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.593288"], ["updated_at", "2020-11-24 10:37:48.593288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.593994"], ["updated_at", "2020-11-24 10:37:48.593994"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.594676"], ["updated_at", "2020-11-24 10:37:48.594676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.595329"], ["updated_at", "2020-11-24 10:37:48.595329"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.595997"], ["updated_at", "2020-11-24 10:37:48.595997"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.596658"], ["updated_at", "2020-11-24 10:37:48.596658"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.597263"], ["updated_at", "2020-11-24 10:37:48.597263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.598644"], ["updated_at", "2020-11-24 10:37:48.598644"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.600540"], ["updated_at", "2020-11-24 10:37:48.600540"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.602079"], ["updated_at", "2020-11-24 10:37:48.602079"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.603298"], ["updated_at", "2020-11-24 10:37:48.603298"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.604517"], ["updated_at", "2020-11-24 10:37:48.604517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.605676"], ["updated_at", "2020-11-24 10:37:48.605676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.606907"], ["updated_at", "2020-11-24 10:37:48.606907"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.608132"], ["updated_at", "2020-11-24 10:37:48.608132"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 882 395 Norris Glen, Malcomtown, CO 88601"], ["city", "Johnstonbury"], ["country", "Mexico"], ["description", "Perspiciatis sed est. Temporibus tenetur id. Reiciendis ratione debitis."], ["email", "jerrod.shields@example.info"], ["first_name", "Joya"], ["firstname", "James"], ["last_name", "Predovic"], ["lastname", "Rolfson"], ["lat", "-33.928099561555825"], ["latitute", "-27.05746179181383"], ["lng", "-19.084030586561198"], ["locale", "VC"], ["longitude", "94.59715725559926"], ["middlename", "Moore"], ["middle_name", "Hammes"], ["password", "JoFaF0vC7xYiXcC"], ["phone", "995-600-0378 x24528"], ["phone_number", "(604) 924-4831 x1350"], ["reference", "c9fa51bb-bbea-4a04-bf2a-79a4833b6704"], ["title", "Unde asperiores quia."], ["user_name", "lauren"], ["username", "kasha.kuhn"], ["uuid", "0f7be08b-df17-4bae-8ef7-c2a272c0d5b5"], ["created_at", "2020-11-24 10:37:48.643852"], ["updated_at", "2020-11-24 10:37:48.643852"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 901 3299 Goldner Glen, Lake Shelliefort, AZ 45509-0184"], ["city", "West Shane"], ["country", "Cayman Islands"], ["description", "Ipsum nemo voluptas. Itaque id sint."], ["email", "shane.kshlerin@example.io"], ["first_name", "Darren"], ["firstname", "Raymundo"], ["last_name", "Sauer"], ["lastname", "Hoppe"], ["lat", "-57.282409422056645"], ["latitute", "31.29040927216579"], ["lng", "-130.63470530287515"], ["locale", "LU"], ["longitude", "-35.4558951412732"], ["middlename", "Nader"], ["middle_name", "Daugherty"], ["password", "40RsUbEbSr5G"], ["phone", "224.482.4855 x83538"], ["phone_number", "1-900-309-9781 x771"], ["reference", "fe25e2db-8a37-4e8e-a5f1-40304ad1b802"], ["title", "Quia eum perferendis."], ["user_name", "wally_rempel"], ["username", "jamie.hegmann"], ["uuid", "3cedb8f3-16e6-468f-8724-9078358952a8"], ["created_at", "2020-11-24 10:37:48.678885"], ["updated_at", "2020-11-24 10:37:48.678885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9551 Miquel Roads, East Felipatown, MI 87948"], ["city", "West Frank"], ["country", "Belgium"], ["description", "Corporis sit in. Esse laudantium quibusdam. Quia id ducimus."], ["email", "eldora_osinski@example.name"], ["first_name", "Esperanza"], ["firstname", "Jacquelyn"], ["last_name", "Crist"], ["lastname", "Volkman"], ["lat", "69.93773966695107"], ["latitute", "87.59430543284327"], ["lng", "83.9757236170613"], ["locale", "TH"], ["longitude", "39.483115355152535"], ["middlename", "Schaden"], ["middle_name", "Collier"], ["password", "Zu8M1dFiJa0"], ["phone", "789.686.3522 x5499"], ["phone_number", "(320) 684-3285 x153"], ["reference", "dfd10a52-9e94-47db-8d67-0fea487ea760"], ["title", "Praesentium non qui fuga ratione aut."], ["user_name", "porter.satterfield"], ["username", "jonnie"], ["uuid", "a25053d9-956d-4e4d-8d0a-70184df6628e"], ["created_at", "2020-11-24 10:37:48.706470"], ["updated_at", "2020-11-24 10:37:48.706470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "430 Davis Divide, New Ezra, MN 22626-7852"], ["city", "New Latoyiabury"], ["country", "Svalbard & Jan Mayen Islands"], ["description", "Magnam nemo optio. Harum incidunt aut. Ea iusto nihil. Non voluptatem non."], ["email", "jenifer@example.co"], ["first_name", "Nickolas"], ["firstname", "Sebastian"], ["last_name", "Mann"], ["lastname", "Denesik"], ["lat", "-59.1258476361224"], ["latitute", "9.109545779872661"], ["lng", "-174.04888492033027"], ["locale", "HT"], ["longitude", "-63.44788089749338"], ["middlename", "Lehner"], ["middle_name", "Bernhard"], ["password", "PhIw78CiXd"], ["phone", "333.596.2258 x0963"], ["phone_number", "1-805-041-6092 x2880"], ["reference", "cf312609-6fc7-49a6-8f5e-df0c742bc51a"], ["title", "Hic ut est ducimus eveniet."], ["user_name", "amiee"], ["username", "son_larkin"], ["uuid", "1262f344-af49-4ee6-8fd6-f6fd41ce54d5"], ["created_at", "2020-11-24 10:37:48.729773"], ["updated_at", "2020-11-24 10:37:48.729773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7743 Matt Meadow, North Theodoreland, MD 64317-5661"], ["city", "Edraville"], ["country", "Nauru"], ["description", "Est consequatur maiores. Minus aut voluptas. Animi quo harum. Nihil nesciunt qui. Aut voluptatibus dolores."], ["email", "glenn_pfeffer@example.net"], ["first_name", "Audrie"], ["firstname", "Rolland"], ["last_name", "Bartell"], ["lastname", "Beatty"], ["lat", "58.11114128104967"], ["latitute", "-37.61712519291215"], ["lng", "157.2414319511152"], ["locale", "PR"], ["longitude", "-175.83184702177965"], ["middlename", "Christiansen"], ["middle_name", "Fisher"], ["password", "T8hJmQiK3eN1aUo"], ["phone", "717-166-2343 x4351"], ["phone_number", "1-834-971-0991 x7281"], ["reference", "31cb054f-8040-43fa-bc1b-3c69c828f7fc"], ["title", "Hic corporis est laboriosam."], ["user_name", "herman_stamm"], ["username", "williams_zulauf"], ["uuid", "e72f17b5-0e1e-4f69-8ac0-6cb85e94a35b"], ["created_at", "2020-11-24 10:37:48.752304"], ["updated_at", "2020-11-24 10:37:48.752304"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 641 88902 Upton Forge, East Diannaborough, IA 35962-2691"], ["city", "Donnellyport"], ["country", "Singapore"], ["description", "Laboriosam aut qui. Quia et rerum. Sint voluptatem deserunt. Dolores fugiat quia."], ["email", "israel@example.name"], ["first_name", "Joseph"], ["firstname", "Tracy"], ["last_name", "Treutel"], ["lastname", "Grady"], ["lat", "-26.43066002972602"], ["latitute", "-42.65835175165405"], ["lng", "176.35059822660338"], ["locale", "RO"], ["longitude", "72.46289087427513"], ["middlename", "Torp"], ["middle_name", "Gulgowski"], ["password", "XrGz10U9eUy"], ["phone", "(230) 117-4344 x448"], ["phone_number", "807-323-4399 x913"], ["reference", "6ebf847e-9e0a-4f2f-adfc-c644c12a5ba3"], ["title", "Et porro sed."], ["user_name", "miquel"], ["username", "cleo.jacobson"], ["uuid", "fbeee3c4-646e-437a-adda-58cc0b4b44c6"], ["created_at", "2020-11-24 10:37:48.774664"], ["updated_at", "2020-11-24 10:37:48.774664"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 512 2246 Otis Burg, Lake Leisha, AR 01307-7310"], ["city", "New Bobhaven"], ["country", "Bhutan"], ["description", "Ducimus ea accusantium. Quidem tempore est."], ["email", "ivette@example.biz"], ["first_name", "Shelby"], ["firstname", "Jannette"], ["last_name", "Daugherty"], ["lastname", "Reichel"], ["lat", "28.732111860577803"], ["latitute", "42.66740406713427"], ["lng", "102.13195703179053"], ["locale", "LK"], ["longitude", "136.6139418634512"], ["middlename", "Schmitt"], ["middle_name", "Steuber"], ["password", "ChDgF3lIkXkHb7"], ["phone", "(257) 272-4335 x175"], ["phone_number", "1-982-077-7533 x06582"], ["reference", "7865880c-8331-4a99-945d-2edffdd7c6ef"], ["title", "Quidem aut ut."], ["user_name", "catherine_hettinger"], ["username", "tamala_parker"], ["uuid", "1c4b5822-ab87-49e4-a092-dc30f0219b7a"], ["created_at", "2020-11-24 10:37:48.808525"], ["updated_at", "2020-11-24 10:37:48.808525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 450 66542 Ilene Mountain, Floydtown, AR 52780-0139"], ["city", "West Maria"], ["country", "Venezuela"], ["description", "Rerum eum qui. Et est fugit. Voluptas eius in."], ["email", "altha@example.net"], ["first_name", "Salley"], ["firstname", "Alex"], ["last_name", "Hickle"], ["lastname", "Koch"], ["lat", "0.27812921978357963"], ["latitute", "-40.63835739575055"], ["lng", "-178.017019775674"], ["locale", "MD"], ["longitude", "37.23640653650165"], ["middlename", "Barrows"], ["middle_name", "Lueilwitz"], ["password", "DyAxKu3DvGeU0wQi"], ["phone", "1-415-558-6830 x47989"], ["phone_number", "146-024-0917 x28075"], ["reference", "b0a45d02-6d7f-4dd6-9b24-4c8f34c75c8a"], ["title", "Aut et qui nulla veniam vel."], ["user_name", "emilia"], ["username", "phyllis"], ["uuid", "9d0c81e8-692d-4414-adbf-7b8f4d5bd937"], ["created_at", "2020-11-24 10:37:48.833002"], ["updated_at", "2020-11-24 10:37:48.833002"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 10:37:48.835223"], ["updated_at", "2020-11-24 10:37:48.835223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 10:37:48.836686"], ["updated_at", "2020-11-24 10:37:48.836686"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 10:37:48.838274"], ["updated_at", "2020-11-24 10:37:48.838274"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 10:37:48.839787"], ["updated_at", "2020-11-24 10:37:48.839787"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 10:37:48.841128"], ["updated_at", "2020-11-24 10:37:48.841128"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 10:37:48.842357"], ["updated_at", "2020-11-24 10:37:48.842357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 10:37:48.843531"], ["updated_at", "2020-11-24 10:37:48.843531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 10:37:48.844685"], ["updated_at", "2020-11-24 10:37:48.844685"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.862178"], ["updated_at", "2020-11-24 10:37:48.862178"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.862940"], ["updated_at", "2020-11-24 10:37:48.862940"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.863607"], ["updated_at", "2020-11-24 10:37:48.863607"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.864266"], ["updated_at", "2020-11-24 10:37:48.864266"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.864884"], ["updated_at", "2020-11-24 10:37:48.864884"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.865531"], ["updated_at", "2020-11-24 10:37:48.865531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.866220"], ["updated_at", "2020-11-24 10:37:48.866220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:37:48.866916"], ["updated_at", "2020-11-24 10:37:48.866916"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:48.867917"], ["updated_at", "2020-11-24 10:37:48.867917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:48.868865"], ["updated_at", "2020-11-24 10:37:48.868865"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:48.869620"], ["updated_at", "2020-11-24 10:37:48.869620"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:48.870407"], ["updated_at", "2020-11-24 10:37:48.870407"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:48.871152"], ["updated_at", "2020-11-24 10:37:48.871152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:48.871862"], ["updated_at", "2020-11-24 10:37:48.871862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:48.872592"], ["updated_at", "2020-11-24 10:37:48.872592"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:37:48.873266"], ["updated_at", "2020-11-24 10:37:48.873266"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.0ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.9ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.9ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.7ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.8ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 519 6373 Howe Lakes, Claribelbury, WI 68156-9763"], ["city", "East Shalandaborough"], ["country", "Moldova"], ["description", "Blanditiis fugit adipisci. Laborum alias quis. Qui ipsum fuga. Cumque incidunt eligendi."], ["email", "domitila@example.info"], ["first_name", "Scot"], ["firstname", "Suk"], ["last_name", "Collins"], ["lastname", "Parisian"], ["lat", "-27.980436330342705"], ["latitute", "54.247189571321"], ["lng", "-104.8607001061016"], ["locale", "BZ"], ["longitude", "-31.228468872962765"], ["middlename", "Heaney"], ["middle_name", "Kutch"], ["password", "VhGjKg3Rd"], ["phone", "837.834.4679 x81076"], ["phone_number", "545-278-4503"], ["reference", "a0df473d-7035-4ce9-b978-950f9fe094a3"], ["title", "Et accusantium omnis molestiae ea."], ["user_name", "earlene"], ["username", "senaida"], ["uuid", "3874b57c-c31b-4674-8c22-ff394c021c42"], ["created_at", "2020-11-24 10:38:43.782425"], ["updated_at", "2020-11-24 10:38:43.782425"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 889 4738 Margarito Station, Stromanhaven, ND 19368-0320"], ["city", "Port Jeromybury"], ["country", "Jamaica"], ["description", "Laborum in qui. Et eum sapiente. Adipisci cupiditate ut. Mollitia ducimus aut."], ["email", "tashina@example.biz"], ["first_name", "Dimple"], ["firstname", "Alphonse"], ["last_name", "Cremin"], ["lastname", "Hyatt"], ["lat", "-39.26836086222282"], ["latitute", "20.450120964883666"], ["lng", "82.99337549627859"], ["locale", "TH"], ["longitude", "-69.46957382148236"], ["middlename", "Prosacco"], ["middle_name", "Larkin"], ["password", "Di0GqO67r1D"], ["phone", "978.690.7774 x551"], ["phone_number", "(395) 416-5988"], ["reference", "1b41db5a-08c5-465c-bd5c-9b56bcc96ce1"], ["title", "Incidunt fugiat qui eum hic sint."], ["user_name", "donovan_hayes"], ["username", "jan_cartwright"], ["uuid", "faf29f46-e2ec-4209-bc78-3aa440ba0a7f"], ["created_at", "2020-11-24 10:38:43.804404"], ["updated_at", "2020-11-24 10:38:43.804404"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 904 9527 Stamm Villages, East Rick, NE 24192-6022"], ["city", "Jeffryburgh"], ["country", "Christmas Island"], ["description", "Est accusantium a. Asperiores ea voluptatibus. Veniam sed et. Consequatur commodi rerum. Id non cupiditate."], ["email", "darrick@example.biz"], ["first_name", "Chauncey"], ["firstname", "Glynda"], ["last_name", "Herman"], ["lastname", "Ferry"], ["lat", "-13.648936319194164"], ["latitute", "47.05125235478988"], ["lng", "89.15364092805538"], ["locale", "NC"], ["longitude", "6.167923439596905"], ["middlename", "Sawayn"], ["middle_name", "Gottlieb"], ["password", "XbLcD3nFe4"], ["phone", "1-536-156-4643 x0080"], ["phone_number", "(467) 834-6477 x6925"], ["reference", "b2a581c7-7972-40ad-849d-103ab3038dec"], ["title", "Et earum corporis molestiae cumque."], ["user_name", "kassie.parisian"], ["username", "gwen_wilkinson"], ["uuid", "1dc0528c-9d2e-4c91-8074-2b7940308cdf"], ["created_at", "2020-11-24 10:38:43.826094"], ["updated_at", "2020-11-24 10:38:43.826094"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8852 Omer Ridge, West Delphia, AK 54567"], ["city", "Lake Hilaryberg"], ["country", "Kenya"], ["description", "Est dolorem explicabo. Placeat accusantium qui. Quisquam velit aut."], ["email", "linwood@example.com"], ["first_name", "Raul"], ["firstname", "Sima"], ["last_name", "Runte"], ["lastname", "Lang"], ["lat", "66.53722102939119"], ["latitute", "19.682477778678148"], ["lng", "-21.232414701979593"], ["locale", "BS"], ["longitude", "136.53531279741185"], ["middlename", "Dach"], ["middle_name", "Blick"], ["password", "Q16xLxCyKg220Ji"], ["phone", "1-503-726-9635 x7783"], ["phone_number", "998-559-5897"], ["reference", "d08fdfea-b3bf-486e-bf71-37f66b73cab0"], ["title", "Saepe sed est expedita quidem."], ["user_name", "kati.ohara"], ["username", "neva"], ["uuid", "9a08b2c5-8977-47c2-b603-5d3831a1a963"], ["created_at", "2020-11-24 10:38:43.856481"], ["updated_at", "2020-11-24 10:38:43.856481"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 961 2758 Treutel Street, Sanfordborough, OH 53201"], ["city", "Jenkinsside"], ["country", "Nauru"], ["description", "Accusantium consequatur quos. Nam iusto et."], ["email", "farrah.crooks@example.org"], ["first_name", "Lanell"], ["firstname", "Carmen"], ["last_name", "Lang"], ["lastname", "Hirthe"], ["lat", "34.12442151366224"], ["latitute", "70.09029814837868"], ["lng", "-142.82648221318465"], ["locale", "IS"], ["longitude", "-78.63096516850369"], ["middlename", "Gutkowski"], ["middle_name", "Hills"], ["password", "GsOtIf3EqM"], ["phone", "(366) 448-0008 x872"], ["phone_number", "328-392-2544 x99063"], ["reference", "f69a8216-653e-4fb8-9f05-d937a00a3917"], ["title", "Sed repellat aperiam."], ["user_name", "corazon_armstrong"], ["username", "karissa"], ["uuid", "075ea74e-100c-4a0d-a933-65686ec5baf1"], ["created_at", "2020-11-24 10:38:43.878300"], ["updated_at", "2020-11-24 10:38:43.878300"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "666 Christiane Well, North Haside, NV 34926"], ["city", "Lake Linwoodstad"], ["country", "Switzerland"], ["description", "Voluptas cupiditate aliquid. Ut facilis at. Perferendis rerum vero."], ["email", "kathaleen@example.io"], ["first_name", "Fausto"], ["firstname", "Mark"], ["last_name", "Thiel"], ["lastname", "Yundt"], ["lat", "-39.955206011333594"], ["latitute", "37.17039081712694"], ["lng", "63.73541158211361"], ["locale", "SN"], ["longitude", "-163.559135239527"], ["middlename", "Hills"], ["middle_name", "Pacocha"], ["password", "Yn5Cn5FsX3zH3"], ["phone", "126.510.0078"], ["phone_number", "(527) 211-8342"], ["reference", "835e2724-3614-4e1b-b449-4b1cfa282661"], ["title", "Sint deserunt error officia vitae."], ["user_name", "denver"], ["username", "hertha"], ["uuid", "d338e101-282f-4193-81d0-de02c08727a5"], ["created_at", "2020-11-24 10:38:43.900298"], ["updated_at", "2020-11-24 10:38:43.900298"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 659 67060 Marcella Plains, Kelvinberg, HI 88918-8809"], ["city", "Tannerfurt"], ["country", "Japan"], ["description", "Consectetur autem consequatur. Optio omnis assumenda. Error mollitia ut. Nesciunt recusandae voluptatem. Aut nam dolor."], ["email", "alphonso@example.org"], ["first_name", "Evon"], ["firstname", "Janyce"], ["last_name", "Hagenes"], ["lastname", "Kerluke"], ["lat", "-4.6042930333487675"], ["latitute", "-13.874028813300853"], ["lng", "-45.92513368469142"], ["locale", "PW"], ["longitude", "113.61642446198692"], ["middlename", "Jaskolski"], ["middle_name", "Nolan"], ["password", "KqDvS1g3L0z5"], ["phone", "963-671-8970"], ["phone_number", "233.126.5307"], ["reference", "f9c56c45-aeea-44ce-ac94-9a61bfd58143"], ["title", "Tempore fuga amet."], ["user_name", "cinthia"], ["username", "thurman.zboncak"], ["uuid", "afb67743-e006-4114-a5d9-a728ae9d1d4c"], ["created_at", "2020-11-24 10:38:43.922521"], ["updated_at", "2020-11-24 10:38:43.922521"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 409 25974 Graig Crossing, Port Lowell, LA 06227"], ["city", "South Ashtonborough"], ["country", "Jamaica"], ["description", "A provident atque. Maiores minima eaque."], ["email", "margareta@example.name"], ["first_name", "Britney"], ["firstname", "Leland"], ["last_name", "Hickle"], ["lastname", "Towne"], ["lat", "-79.25960859863103"], ["latitute", "-41.642392977975426"], ["lng", "67.45198035870641"], ["locale", "SY"], ["longitude", "35.9794216932419"], ["middlename", "Considine"], ["middle_name", "Borer"], ["password", "Bv4Zm6J91lTwIyI6"], ["phone", "462.151.9019"], ["phone_number", "1-424-506-1419 x1912"], ["reference", "740a7122-4fca-4f16-a57c-ce92041f071b"], ["title", "Quas aut quia aliquid."], ["user_name", "joleen_heidenreich"], ["username", "warren"], ["uuid", "6f30a69e-65a1-435f-95f8-9433476157ee"], ["created_at", "2020-11-24 10:38:43.951191"], ["updated_at", "2020-11-24 10:38:43.951191"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 264 599 Annalee Flats, Mitchellhaven, NY 96205"], ["city", "New Geri"], ["country", "Austria"], ["description", "Quo magni officia. Nemo deleniti culpa. Et doloremque accusamus. Qui incidunt nemo."], ["email", "katina_oconnell@example.io"], ["first_name", "Devin"], ["firstname", "Newton"], ["last_name", "Morar"], ["lastname", "Jast"], ["lat", "87.3769898612444"], ["latitute", "33.141516188193336"], ["lng", "85.02571816565938"], ["locale", "HU"], ["longitude", "66.43539337218189"], ["middlename", "Towne"], ["middle_name", "Wyman"], ["password", "FySnLvJp0XmHm4"], ["phone", "749.341.4316 x58301"], ["phone_number", "134-768-8627 x4269"], ["reference", "9626d638-b286-428e-bfa2-0967361aec78"], ["title", "Nulla eveniet reiciendis in."], ["user_name", "margarete.zulauf"], ["username", "mitchell_wolff"], ["uuid", "9984d114-f918-4f3f-96b3-ca1351bcabab"], ["created_at", "2020-11-24 10:38:43.973520"], ["updated_at", "2020-11-24 10:38:43.973520"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "76389 Laquita Course, West Richardstad, LA 47367"], ["city", "Nolanmouth"], ["country", "South Africa"], ["description", "Omnis iure vitae. Magni modi eos. Aperiam culpa a. Ducimus sed nulla. Sequi facilis perferendis."], ["email", "harvey@example.name"], ["first_name", "Adan"], ["firstname", "Natashia"], ["last_name", "Williamson"], ["lastname", "O'Reilly"], ["lat", "0.07944828396972525"], ["latitute", "18.010261323161984"], ["lng", "149.12460595615272"], ["locale", "ME"], ["longitude", "114.45436653213812"], ["middlename", "Anderson"], ["middle_name", "Sanford"], ["password", "Rx4R944iA8"], ["phone", "1-129-951-6598"], ["phone_number", "193-334-7730 x989"], ["reference", "aab3b96b-0ea9-4fb0-aaa1-77fed22ce00c"], ["title", "Asperiores voluptas nemo qui iste harum."], ["user_name", "walter"], ["username", "ozie"], ["uuid", "265cf8ed-024e-48d6-a7c7-1e8dd5e6ac00"], ["created_at", "2020-11-24 10:38:43.995399"], ["updated_at", "2020-11-24 10:38:43.995399"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 10.0867137416218], ["string", "Sed rem ex tempore necessitatibus."], ["date", "2020-11-22"], ["time", "2000-01-01 15:54:08.570498"], ["datetime", "2020-10-18 00:57:07.644409"], ["created_at", "2020-11-24 10:38:44.022400"], ["updated_at", "2020-11-24 10:38:44.022400"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 12.8698192072126], ["string", "Quo consectetur velit."], ["created_at", "2020-11-24 10:38:44.029443"], ["updated_at", "2020-11-24 10:38:44.029443"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 10:38:44.037145"], ["updated_at", "2020-11-24 10:38:44.037145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 10:38:44.044123"], ["updated_at", "2020-11-24 10:38:44.044123"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 10:38:44.049722"], ["updated_at", "2020-11-24 10:38:44.049722"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.064802"], ["updated_at", "2020-11-24 10:38:44.064802"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.070875"], ["updated_at", "2020-11-24 10:38:44.070875"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 757 7722 Harris Motorway, Lednerfort, NC 78501"], ["city", "Kellyland"], ["country", "Northern Mariana Islands"], ["description", "Enim explicabo est. Sit omnis laboriosam."], ["email", "lucie@example.net"], ["first_name", "Sherwood"], ["firstname", "Isidra"], ["last_name", "Kulas"], ["lastname", "Cole"], ["lat", "-12.876058320958109"], ["latitute", "87.89578280622649"], ["lng", "115.03775043643532"], ["locale", "KI"], ["longitude", "16.20372370009656"], ["middlename", "Hauck"], ["middle_name", "Metz"], ["password", "50LkAvChGlO7w"], ["phone", "(450) 381-2623"], ["phone_number", "1-577-126-9579 x356"], ["reference", "7ddd21f4-9b2d-446f-8caf-63e48a5d916d"], ["title", "Quae ea amet commodi iusto quod."], ["user_name", "maple"], ["username", "tayna_dickinson"], ["uuid", "a831f2f5-1b90-4323-8d3c-4729c78b81e3"], ["created_at", "2020-11-24 10:38:44.095809"], ["updated_at", "2020-11-24 10:38:44.095809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 10:38:44.100828"], ["updated_at", "2020-11-24 10:38:44.100828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.110386"], ["updated_at", "2020-11-24 10:38:44.110386"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:38:44.113327"], ["updated_at", "2020-11-24 10:38:44.113327"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 25], ["decimal", 13.6006893749028], ["string", "Aut pariatur enim facere."], ["date", "2020-11-14"], ["time", "2000-01-01 10:53:15.748666"], ["datetime", "2020-11-22 21:38:52.549881"], ["created_at", "2020-11-24 10:38:44.121509"], ["updated_at", "2020-11-24 10:38:44.121509"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 0.126695870044484], ["string", "Ipsa est omnis."], ["date", "2020-12-18"], ["time", "2000-01-01 04:24:56.891552"], ["datetime", "2020-12-25 04:50:44.076879"], ["created_at", "2020-11-24 10:38:44.125297"], ["updated_at", "2020-11-24 10:38:44.125297"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 0.793642594792169], ["string", "Qui earum sed et commodi suscipit."], ["date", "2020-10-29"], ["time", "2000-01-01 03:22:51.684373"], ["datetime", "2020-12-07 17:49:41.605172"], ["created_at", "2020-11-24 10:38:44.127960"], ["updated_at", "2020-11-24 10:38:44.127960"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 31.7236861522432], ["string", "Fugit velit nobis maxime."], ["date", "2020-12-29"], ["time", "2000-01-01 15:42:52.876303"], ["datetime", "2020-11-29 18:54:54.925201"], ["created_at", "2020-11-24 10:38:44.130510"], ["updated_at", "2020-11-24 10:38:44.130510"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 29], ["decimal", 1.73860035681984], ["string", "Asperiores non praesentium labore qui."], ["date", "2020-11-05"], ["time", "2000-01-01 19:26:30.089791"], ["datetime", "2021-01-03 13:45:37.801057"], ["created_at", "2020-11-24 10:38:44.133246"], ["updated_at", "2020-11-24 10:38:44.133246"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 3.65714668768657], ["string", "Ab aut facilis quia vitae."], ["date", "2020-12-17"], ["time", "2000-01-01 01:48:51.964301"], ["datetime", "2020-11-28 18:16:24.791655"], ["created_at", "2020-11-24 10:38:44.136861"], ["updated_at", "2020-11-24 10:38:44.136861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 19.6508917828145], ["string", "Eaque culpa quaerat quibusdam odio sit."], ["date", "2020-10-16"], ["time", "2000-01-01 23:08:42.484047"], ["datetime", "2020-12-02 20:37:38.609776"], ["created_at", "2020-11-24 10:38:44.139975"], ["updated_at", "2020-11-24 10:38:44.139975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 28.0446033105441], ["string", "Reprehenderit aut autem hic consequatur."], ["date", "2020-12-24"], ["time", "2000-01-01 14:03:57.376861"], ["datetime", "2020-12-05 07:36:49.460868"], ["created_at", "2020-11-24 10:38:44.142720"], ["updated_at", "2020-11-24 10:38:44.142720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 36.5183553864267], ["string", "Blanditiis non ratione et id."], ["created_at", "2020-11-24 10:38:44.145090"], ["updated_at", "2020-11-24 10:38:44.145090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 7.77108526832184], ["string", "Est quam quaerat est non modi."], ["created_at", "2020-11-24 10:38:44.147211"], ["updated_at", "2020-11-24 10:38:44.147211"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1042], ["decimal", 16.4530746829068], ["string", "Voluptatem debitis voluptas qui quaerat."], ["created_at", "2020-11-24 10:38:44.149539"], ["updated_at", "2020-11-24 10:38:44.149539"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 13.3664548115077], ["string", "Quasi ut unde fugiat facilis dolorem."], ["created_at", "2020-11-24 10:38:44.151673"], ["updated_at", "2020-11-24 10:38:44.151673"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 0.987857048613805], ["string", "Voluptatem animi aut quod."], ["created_at", "2020-11-24 10:38:44.153994"], ["updated_at", "2020-11-24 10:38:44.153994"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 5.67352396419518], ["string", "Distinctio alias corrupti eos aperiam culpa."], ["created_at", "2020-11-24 10:38:44.156093"], ["updated_at", "2020-11-24 10:38:44.156093"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 15.4204307832838], ["string", "Beatae velit harum."], ["created_at", "2020-11-24 10:38:44.158102"], ["updated_at", "2020-11-24 10:38:44.158102"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1025], ["decimal", 12.4088897916536], ["string", "Maiores ut suscipit."], ["created_at", "2020-11-24 10:38:44.160066"], ["updated_at", "2020-11-24 10:38:44.160066"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 10:38:44.161565"], ["updated_at", "2020-11-24 10:38:44.161565"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 10:38:44.162891"], ["updated_at", "2020-11-24 10:38:44.162891"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 10:38:44.164162"], ["updated_at", "2020-11-24 10:38:44.164162"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 10:38:44.165468"], ["updated_at", "2020-11-24 10:38:44.165468"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 10:38:44.166646"], ["updated_at", "2020-11-24 10:38:44.166646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 10:38:44.167813"], ["updated_at", "2020-11-24 10:38:44.167813"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 10:38:44.168999"], ["updated_at", "2020-11-24 10:38:44.168999"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 10:38:44.170156"], ["updated_at", "2020-11-24 10:38:44.170156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 8], ["created_at", "2020-11-24 10:38:44.171785"], ["updated_at", "2020-11-24 10:38:44.171785"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 3], ["created_at", "2020-11-24 10:38:44.173437"], ["updated_at", "2020-11-24 10:38:44.173437"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 3], ["created_at", "2020-11-24 10:38:44.175004"], ["updated_at", "2020-11-24 10:38:44.175004"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 8], ["created_at", "2020-11-24 10:38:44.176578"], ["updated_at", "2020-11-24 10:38:44.176578"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 8], ["created_at", "2020-11-24 10:38:44.178111"], ["updated_at", "2020-11-24 10:38:44.178111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-24 10:38:44.179656"], ["updated_at", "2020-11-24 10:38:44.179656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 8], ["created_at", "2020-11-24 10:38:44.181233"], ["updated_at", "2020-11-24 10:38:44.181233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 5], ["created_at", "2020-11-24 10:38:44.182781"], ["updated_at", "2020-11-24 10:38:44.182781"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 10:38:44.184065"], ["updated_at", "2020-11-24 10:38:44.184065"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 10:38:44.185314"], ["updated_at", "2020-11-24 10:38:44.185314"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 10:38:44.186483"], ["updated_at", "2020-11-24 10:38:44.186483"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 10:38:44.187620"], ["updated_at", "2020-11-24 10:38:44.187620"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 10:38:44.188755"], ["updated_at", "2020-11-24 10:38:44.188755"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 10:38:44.189932"], ["updated_at", "2020-11-24 10:38:44.189932"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 10:38:44.191111"], ["updated_at", "2020-11-24 10:38:44.191111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 10:38:44.192300"], ["updated_at", "2020-11-24 10:38:44.192300"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.193033"], ["updated_at", "2020-11-24 10:38:44.193033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.193722"], ["updated_at", "2020-11-24 10:38:44.193722"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.194376"], ["updated_at", "2020-11-24 10:38:44.194376"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.195007"], ["updated_at", "2020-11-24 10:38:44.195007"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.195646"], ["updated_at", "2020-11-24 10:38:44.195646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.196295"], ["updated_at", "2020-11-24 10:38:44.196295"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.196943"], ["updated_at", "2020-11-24 10:38:44.196943"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.197643"], ["updated_at", "2020-11-24 10:38:44.197643"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.199038"], ["updated_at", "2020-11-24 10:38:44.199038"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.200244"], ["updated_at", "2020-11-24 10:38:44.200244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.201372"], ["updated_at", "2020-11-24 10:38:44.201372"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.202490"], ["updated_at", "2020-11-24 10:38:44.202490"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.203890"], ["updated_at", "2020-11-24 10:38:44.203890"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.205221"], ["updated_at", "2020-11-24 10:38:44.205221"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.206520"], ["updated_at", "2020-11-24 10:38:44.206520"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.207804"], ["updated_at", "2020-11-24 10:38:44.207804"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "97194 Ellsworth Pine, Tyronhaven, AR 98435-8659"], ["city", "West Lovettaview"], ["country", "Reunion"], ["description", "Quos deserunt similique. Voluptas officia et. Omnis enim tempora. Quae qui deserunt. Maiores ipsam sed."], ["email", "tyrone_fisher@example.org"], ["first_name", "Migdalia"], ["firstname", "Mellisa"], ["last_name", "Larson"], ["lastname", "Boehm"], ["lat", "-20.358490290363363"], ["latitute", "10.298282496259802"], ["lng", "-143.9570380278043"], ["locale", "GW"], ["longitude", "95.34010970032574"], ["middlename", "Barton"], ["middle_name", "Breitenberg"], ["password", "ReJ6pO7vMrIqZc6"], ["phone", "433-649-6376 x003"], ["phone_number", "1-220-684-6175 x919"], ["reference", "86d1c0e6-caca-427a-a41b-6af0768bdeef"], ["title", "Aliquam fuga voluptate."], ["user_name", "wade"], ["username", "ellen.bashirian"], ["uuid", "998f10b2-341a-45ab-adcc-e788e9a0754f"], ["created_at", "2020-11-24 10:38:44.240201"], ["updated_at", "2020-11-24 10:38:44.240201"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 510 149 Crooks Ville, Littelfort, KS 37773-9814"], ["city", "West Johnniechester"], ["country", "Swaziland"], ["description", "Ut commodi ex. Praesentium excepturi temporibus."], ["email", "alphonso@example.biz"], ["first_name", "Marjory"], ["firstname", "Chase"], ["last_name", "Nienow"], ["lastname", "Corwin"], ["lat", "-81.37010916913908"], ["latitute", "62.23674781439232"], ["lng", "-54.080923811804226"], ["locale", "LI"], ["longitude", "136.9518852184155"], ["middlename", "Romaguera"], ["middle_name", "Wiegand"], ["password", "EoQ1fA8d8"], ["phone", "445.392.1504 x6287"], ["phone_number", "1-179-681-5896 x154"], ["reference", "cfc183f1-3a8f-49a8-8a0a-88696b84a842"], ["title", "Aut cum et voluptatem expedita voluptas."], ["user_name", "mckinley_simonis"], ["username", "elton_hessel"], ["uuid", "c5d5ffa8-2b41-4ca1-9c91-90b105ad40a4"], ["created_at", "2020-11-24 10:38:44.262596"], ["updated_at", "2020-11-24 10:38:44.262596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "402 Kassulke Garden, New Mariano, DE 34737-7160"], ["city", "Manteberg"], ["country", "Uganda"], ["description", "Harum odio vitae. Quis rerum error. Incidunt dolores reprehenderit."], ["email", "matthew@example.biz"], ["first_name", "Todd"], ["firstname", "Giovanna"], ["last_name", "Rempel"], ["lastname", "Rohan"], ["lat", "-56.22941707854076"], ["latitute", "-84.9008214447807"], ["lng", "89.23818333614616"], ["locale", "IM"], ["longitude", "78.42635134370857"], ["middlename", "Dibbert"], ["middle_name", "Hammes"], ["password", "6V73e5HfM"], ["phone", "425.393.7399"], ["phone_number", "433-538-9558 x378"], ["reference", "de9525cf-ad5a-4821-8f5a-e6c4bdcf5256"], ["title", "Sed nostrum incidunt rem reiciendis dolorum."], ["user_name", "shelli.mohr"], ["username", "malka"], ["uuid", "4d9653c3-6a60-45bc-a471-b5e6bee4e820"], ["created_at", "2020-11-24 10:38:44.284568"], ["updated_at", "2020-11-24 10:38:44.284568"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4931 Deckow Cape, Ellihaven, UT 95570-4092"], ["city", "East Gregory"], ["country", "Jamaica"], ["description", "Et autem dolores. Sed quis vitae. Vel et eos. Totam ducimus sunt."], ["email", "rolando.reilly@example.org"], ["first_name", "Buck"], ["firstname", "Maurice"], ["last_name", "Kunze"], ["lastname", "Swaniawski"], ["lat", "31.883032376280397"], ["latitute", "36.14702118591627"], ["lng", "59.08475372356256"], ["locale", "CD"], ["longitude", "40.23136437537849"], ["middlename", "Abernathy"], ["middle_name", "Frami"], ["password", "V2aV06iG9qN"], ["phone", "681-675-2005"], ["phone_number", "1-408-675-8071 x923"], ["reference", "47a2cb28-e76e-49d2-8fea-8eeb57f7201c"], ["title", "Rerum nemo aut mollitia nulla."], ["user_name", "bryon.runte"], ["username", "janie.runolfsdottir"], ["uuid", "84e8dbf8-e9da-46e4-a261-78d172e358fb"], ["created_at", "2020-11-24 10:38:44.306678"], ["updated_at", "2020-11-24 10:38:44.306678"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1293 Connie Bridge, Lake Erik, VA 34259-0094"], ["city", "Aubreystad"], ["country", "Greece"], ["description", "Magnam voluptatem et. Et eveniet at. Minima fugit repellendus. Et nisi non. Quae deserunt hic."], ["email", "providencia.steuber@example.net"], ["first_name", "Miguel"], ["firstname", "Otis"], ["last_name", "Weimann"], ["lastname", "VonRueden"], ["lat", "-84.47438755215279"], ["latitute", "-74.47562672261351"], ["lng", "96.43277269806248"], ["locale", "LV"], ["longitude", "101.89416325579163"], ["middlename", "Beahan"], ["middle_name", "Hammes"], ["password", "I1iSiKrM8r"], ["phone", "478-268-3858 x8216"], ["phone_number", "572.434.4202 x040"], ["reference", "6ecf3649-8456-489d-b747-b61a8c93f933"], ["title", "Illo cumque voluptatem laudantium dolores dolorum."], ["user_name", "john"], ["username", "elke.kulas"], ["uuid", "c5ad7971-f9de-49a9-8979-8a3d65242677"], ["created_at", "2020-11-24 10:38:44.336751"], ["updated_at", "2020-11-24 10:38:44.336751"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9126 Wilderman Drives, Arielland, WV 54628"], ["city", "Port Myrtle"], ["country", "British Indian Ocean Territory (Chagos Archipelago)"], ["description", "Eius ipsa voluptate. Vel voluptatem sit. Aut ut ipsum."], ["email", "addie@example.biz"], ["first_name", "Hans"], ["firstname", "Hugo"], ["last_name", "Cole"], ["lastname", "Reinger"], ["lat", "-41.575871271573114"], ["latitute", "80.57805814531878"], ["lng", "6.243907057265147"], ["locale", "ZA"], ["longitude", "94.727483710542"], ["middlename", "Bechtelar"], ["middle_name", "Runolfsson"], ["password", "OtKdAjPvMqCc"], ["phone", "713-545-9265"], ["phone_number", "(545) 336-0111"], ["reference", "60fdb8ea-cb3a-41b7-9ac1-b37cca7a9d38"], ["title", "Doloribus voluptatem corporis ipsam."], ["user_name", "jaime.white"], ["username", "aide"], ["uuid", "ad35a6bf-f1b7-4f59-a40f-0a14f1ee374d"], ["created_at", "2020-11-24 10:38:44.358951"], ["updated_at", "2020-11-24 10:38:44.358951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 487 56565 Koch Junction, Verniceport, NC 74907"], ["city", "Lake Ellis"], ["country", "Saint Lucia"], ["description", "Aut ex et. Accusamus voluptatem aut. Iste esse voluptatem. Occaecati iste in. Nihil veniam eaque."], ["email", "theo_kohler@example.biz"], ["first_name", "Tamera"], ["firstname", "Fletcher"], ["last_name", "Kiehn"], ["lastname", "Sporer"], ["lat", "76.38161625343972"], ["latitute", "28.2538134797596"], ["lng", "173.94511055336812"], ["locale", "TJ"], ["longitude", "-43.745021740062754"], ["middlename", "Strosin"], ["middle_name", "Rosenbaum"], ["password", "YbHeEgUc4"], ["phone", "382.118.8406 x47284"], ["phone_number", "546.367.4569 x1644"], ["reference", "9cd8dc2b-4b50-4e56-b74a-41159a93ce9b"], ["title", "Est aut dolor."], ["user_name", "leigh"], ["username", "alverta.hilll"], ["uuid", "d424f459-16ae-421f-8a65-ecca1e707a35"], ["created_at", "2020-11-24 10:38:44.381107"], ["updated_at", "2020-11-24 10:38:44.381107"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 201 5539 Bailey Glens, Stacyview, NE 76508"], ["city", "Bartonberg"], ["country", "Libyan Arab Jamahiriya"], ["description", "Asperiores numquam molestiae. Et sequi inventore."], ["email", "jon@example.co"], ["first_name", "Claudine"], ["firstname", "Mallie"], ["last_name", "Cruickshank"], ["lastname", "Kessler"], ["lat", "-58.67173276126522"], ["latitute", "-71.10569182933709"], ["lng", "91.14028688331092"], ["locale", "AD"], ["longitude", "-116.80148618860946"], ["middlename", "Dickens"], ["middle_name", "Vandervort"], ["password", "N4cAoS19"], ["phone", "171-518-5431 x37169"], ["phone_number", "(543) 306-3288 x07405"], ["reference", "e65df62d-fa9b-4670-b963-3cd7387e5b76"], ["title", "A qui sunt."], ["user_name", "virgil_tillman"], ["username", "genny"], ["uuid", "0a96cc0d-2ee1-4875-b6db-802adb983d94"], ["created_at", "2020-11-24 10:38:44.402690"], ["updated_at", "2020-11-24 10:38:44.402690"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 10:38:44.404678"], ["updated_at", "2020-11-24 10:38:44.404678"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 10:38:44.405843"], ["updated_at", "2020-11-24 10:38:44.405843"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 10:38:44.406924"], ["updated_at", "2020-11-24 10:38:44.406924"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 10:38:44.407996"], ["updated_at", "2020-11-24 10:38:44.407996"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 10:38:44.409105"], ["updated_at", "2020-11-24 10:38:44.409105"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 10:38:44.410238"], ["updated_at", "2020-11-24 10:38:44.410238"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 10:38:44.411653"], ["updated_at", "2020-11-24 10:38:44.411653"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 10:38:44.412907"], ["updated_at", "2020-11-24 10:38:44.412907"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.437444"], ["updated_at", "2020-11-24 10:38:44.437444"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.438332"], ["updated_at", "2020-11-24 10:38:44.438332"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.439064"], ["updated_at", "2020-11-24 10:38:44.439064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.439779"], ["updated_at", "2020-11-24 10:38:44.439779"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.440489"], ["updated_at", "2020-11-24 10:38:44.440489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.441153"], ["updated_at", "2020-11-24 10:38:44.441153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.441809"], ["updated_at", "2020-11-24 10:38:44.441809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.442467"], ["updated_at", "2020-11-24 10:38:44.442467"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:38:44.443176"], ["updated_at", "2020-11-24 10:38:44.443176"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:38:44.443885"], ["updated_at", "2020-11-24 10:38:44.443885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:38:44.444581"], ["updated_at", "2020-11-24 10:38:44.444581"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:38:44.445264"], ["updated_at", "2020-11-24 10:38:44.445264"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:38:44.445931"], ["updated_at", "2020-11-24 10:38:44.445931"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:38:44.446630"], ["updated_at", "2020-11-24 10:38:44.446630"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:38:44.447345"], ["updated_at", "2020-11-24 10:38:44.447345"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:38:44.448060"], ["updated_at", "2020-11-24 10:38:44.448060"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 32], ["decimal", 7.12590849681486], ["string", "Et sed praesentium autem."], ["date", "2020-12-20"], ["time", "2000-01-01 21:50:13.207964"], ["datetime", "2020-12-28 13:05:57.050101"], ["created_at", "2020-11-24 10:38:44.473998"], ["updated_at", "2020-11-24 10:38:44.473998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 7.99904576669463], ["string", "Ducimus hic et non fugiat."], ["date", "2020-12-14"], ["time", "2000-01-01 08:56:26.718824"], ["datetime", "2020-10-25 03:48:02.084130"], ["created_at", "2020-11-24 10:38:44.476993"], ["updated_at", "2020-11-24 10:38:44.476993"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 5.59211618394328], ["string", "Dolor non exercitationem sunt esse dolores."], ["date", "2020-11-04"], ["time", "2000-01-01 10:22:28.891122"], ["datetime", "2020-11-19 09:39:49.964350"], ["created_at", "2020-11-24 10:38:44.479449"], ["updated_at", "2020-11-24 10:38:44.479449"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 22.2956102957842], ["string", "Consequatur commodi porro omnis."], ["date", "2020-11-06"], ["time", "2000-01-01 05:46:26.940787"], ["datetime", "2020-11-27 06:40:15.150828"], ["created_at", "2020-11-24 10:38:44.483456"], ["updated_at", "2020-11-24 10:38:44.483456"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 16.4230485286309], ["string", "Odio quis quia tenetur eaque."], ["date", "2020-12-12"], ["time", "2000-01-01 00:10:14.420272"], ["datetime", "2020-10-26 01:36:25.773664"], ["created_at", "2020-11-24 10:38:44.487068"], ["updated_at", "2020-11-24 10:38:44.487068"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 4.59354287549575], ["string", "Voluptates quia aut neque occaecati."], ["date", "2020-12-19"], ["time", "2000-01-01 23:56:44.396992"], ["datetime", "2021-01-01 17:31:05.569546"], ["created_at", "2020-11-24 10:38:44.490645"], ["updated_at", "2020-11-24 10:38:44.490645"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.493375"], ["updated_at", "2020-11-24 10:38:44.493375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 7.79534875088365], ["string", "Ut tempora voluptate aut."], ["date", "2020-11-22"], ["time", "2000-01-01 06:19:05.796646"], ["datetime", "2020-11-22 16:59:25.018625"], ["created_at", "2020-11-24 10:38:44.521373"], ["updated_at", "2020-11-24 10:38:44.521373"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 0.944865051371118], ["string", "Adipisci blanditiis non voluptatem ex."], ["date", "2020-11-24"], ["time", "2000-01-01 10:52:31.074647"], ["datetime", "2020-11-15 11:17:55.244390"], ["created_at", "2020-11-24 10:38:44.525064"], ["updated_at", "2020-11-24 10:38:44.525064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 17.6361063556405], ["string", "Et et sed."], ["date", "2020-11-02"], ["time", "2000-01-01 21:44:37.030459"], ["datetime", "2020-10-15 11:34:38.996035"], ["created_at", "2020-11-24 10:38:44.527723"], ["updated_at", "2020-11-24 10:38:44.527723"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 6.62713360821467], ["string", "Possimus sed at velit."], ["date", "2020-12-22"], ["time", "2000-01-01 12:15:45.876212"], ["datetime", "2020-10-27 12:27:17.948886"], ["created_at", "2020-11-24 10:38:44.530212"], ["updated_at", "2020-11-24 10:38:44.530212"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 31], ["decimal", 2.31304471185621], ["string", "Commodi id nesciunt."], ["date", "2020-11-26"], ["time", "2000-01-01 13:16:35.413224"], ["datetime", "2020-12-21 14:54:44.771772"], ["created_at", "2020-11-24 10:38:44.533134"], ["updated_at", "2020-11-24 10:38:44.533134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 1.33702149964268], ["string", "Corporis repellendus error aspernatur est fuga."], ["date", "2020-12-03"], ["time", "2000-01-01 07:40:11.917713"], ["datetime", "2020-12-19 06:58:25.990591"], ["created_at", "2020-11-24 10:38:44.536420"], ["updated_at", "2020-11-24 10:38:44.536420"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 10.6133081220163], ["string", "Autem et facilis."], ["date", "2021-01-04"], ["time", "2000-01-01 11:59:43.393409"], ["datetime", "2020-11-01 07:07:33.524962"], ["created_at", "2020-11-24 10:38:44.540586"], ["updated_at", "2020-11-24 10:38:44.540586"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 1.28965321907921], ["string", "Autem et iste."], ["date", "2020-10-26"], ["time", "2000-01-01 00:02:16.529345"], ["datetime", "2020-10-20 12:06:05.024042"], ["created_at", "2020-11-24 10:38:44.543575"], ["updated_at", "2020-11-24 10:38:44.543575"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 9.08069267824682], ["string", "Optio numquam in officia."], ["created_at", "2020-11-24 10:38:44.546042"], ["updated_at", "2020-11-24 10:38:44.546042"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 4.08670678941929], ["string", "Aut asperiores earum sit quia corporis."], ["created_at", "2020-11-24 10:38:44.548348"], ["updated_at", "2020-11-24 10:38:44.548348"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 15.9862075136836], ["string", "Qui at iusto nesciunt."], ["created_at", "2020-11-24 10:38:44.550773"], ["updated_at", "2020-11-24 10:38:44.550773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 13.739699827728], ["string", "Tempore et velit delectus et."], ["created_at", "2020-11-24 10:38:44.553135"], ["updated_at", "2020-11-24 10:38:44.553135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 2.86482072488969], ["string", "Sit omnis temporibus."], ["created_at", "2020-11-24 10:38:44.555376"], ["updated_at", "2020-11-24 10:38:44.555376"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 0.376678210647349], ["string", "Qui voluptatem ea atque nemo."], ["created_at", "2020-11-24 10:38:44.557446"], ["updated_at", "2020-11-24 10:38:44.557446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 0.615943827934314], ["string", "Aut aspernatur id sed sit."], ["created_at", "2020-11-24 10:38:44.559463"], ["updated_at", "2020-11-24 10:38:44.559463"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 12.4995149355741], ["string", "Culpa praesentium reprehenderit et dolores."], ["created_at", "2020-11-24 10:38:44.561437"], ["updated_at", "2020-11-24 10:38:44.561437"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 10:38:44.563001"], ["updated_at", "2020-11-24 10:38:44.563001"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 10:38:44.564481"], ["updated_at", "2020-11-24 10:38:44.564481"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 10:38:44.565813"], ["updated_at", "2020-11-24 10:38:44.565813"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 10:38:44.567071"], ["updated_at", "2020-11-24 10:38:44.567071"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 10:38:44.568327"], ["updated_at", "2020-11-24 10:38:44.568327"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 10:38:44.569560"], ["updated_at", "2020-11-24 10:38:44.569560"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 10:38:44.570780"], ["updated_at", "2020-11-24 10:38:44.570780"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 10:38:44.571971"], ["updated_at", "2020-11-24 10:38:44.571971"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 6], ["created_at", "2020-11-24 10:38:44.573656"], ["updated_at", "2020-11-24 10:38:44.573656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-24 10:38:44.575287"], ["updated_at", "2020-11-24 10:38:44.575287"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 8], ["created_at", "2020-11-24 10:38:44.576838"], ["updated_at", "2020-11-24 10:38:44.576838"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-24 10:38:44.578379"], ["updated_at", "2020-11-24 10:38:44.578379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 5], ["created_at", "2020-11-24 10:38:44.579938"], ["updated_at", "2020-11-24 10:38:44.579938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 7], ["created_at", "2020-11-24 10:38:44.581566"], ["updated_at", "2020-11-24 10:38:44.581566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 7], ["created_at", "2020-11-24 10:38:44.583130"], ["updated_at", "2020-11-24 10:38:44.583130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 7], ["created_at", "2020-11-24 10:38:44.584691"], ["updated_at", "2020-11-24 10:38:44.584691"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 10:38:44.585907"], ["updated_at", "2020-11-24 10:38:44.585907"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 10:38:44.587122"], ["updated_at", "2020-11-24 10:38:44.587122"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 10:38:44.588298"], ["updated_at", "2020-11-24 10:38:44.588298"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 10:38:44.589450"], ["updated_at", "2020-11-24 10:38:44.589450"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 10:38:44.590615"], ["updated_at", "2020-11-24 10:38:44.590615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 10:38:44.591768"], ["updated_at", "2020-11-24 10:38:44.591768"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 10:38:44.592951"], ["updated_at", "2020-11-24 10:38:44.592951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 10:38:44.594091"], ["updated_at", "2020-11-24 10:38:44.594091"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.594828"], ["updated_at", "2020-11-24 10:38:44.594828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.595508"], ["updated_at", "2020-11-24 10:38:44.595508"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.596164"], ["updated_at", "2020-11-24 10:38:44.596164"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.596802"], ["updated_at", "2020-11-24 10:38:44.596802"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.597505"], ["updated_at", "2020-11-24 10:38:44.597505"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.598297"], ["updated_at", "2020-11-24 10:38:44.598297"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.598941"], ["updated_at", "2020-11-24 10:38:44.598941"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.599551"], ["updated_at", "2020-11-24 10:38:44.599551"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.600858"], ["updated_at", "2020-11-24 10:38:44.600858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.602000"], ["updated_at", "2020-11-24 10:38:44.602000"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.603075"], ["updated_at", "2020-11-24 10:38:44.603075"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.611831"], ["updated_at", "2020-11-24 10:38:44.611831"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.613249"], ["updated_at", "2020-11-24 10:38:44.613249"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.614656"], ["updated_at", "2020-11-24 10:38:44.614656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.615990"], ["updated_at", "2020-11-24 10:38:44.615990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.617327"], ["updated_at", "2020-11-24 10:38:44.617327"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "17477 Bernhard Centers, Elliotttown, PA 37396-6077"], ["city", "New Eusebiostad"], ["country", "Guam"], ["description", "Corporis quia modi. Eum velit consequatur. Sint excepturi qui."], ["email", "suzy@example.net"], ["first_name", "Eliseo"], ["firstname", "Ora"], ["last_name", "Gleichner"], ["lastname", "Hessel"], ["lat", "56.97508113717137"], ["latitute", "-79.14853117309065"], ["lng", "-40.55146516118569"], ["locale", "IR"], ["longitude", "-61.52309415942415"], ["middlename", "Wiegand"], ["middle_name", "Denesik"], ["password", "HhWgEs9HvM"], ["phone", "(556) 339-1179 x005"], ["phone_number", "(296) 808-9342 x3599"], ["reference", "7ae3893a-66e3-45c7-8eff-211b4c71582f"], ["title", "Non ab blanditiis."], ["user_name", "love_mcglynn"], ["username", "gussie.hudson"], ["uuid", "1de5de29-627c-44f0-8b7f-f0d21cee1f78"], ["created_at", "2020-11-24 10:38:44.640556"], ["updated_at", "2020-11-24 10:38:44.640556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 948 12875 Khalilah Shores, East Curtfort, IN 34261-9732"], ["city", "Garnetton"], ["country", "Switzerland"], ["description", "Praesentium temporibus dolores. Similique placeat voluptatem. Modi consectetur sit. Voluptatem repellat harum. Omnis distinctio quisquam."], ["email", "julieann_schimmel@example.io"], ["first_name", "Essie"], ["firstname", "Truman"], ["last_name", "Turcotte"], ["lastname", "Kreiger"], ["lat", "-37.621398383345074"], ["latitute", "-44.468501098488375"], ["lng", "28.42143725690306"], ["locale", "PM"], ["longitude", "58.826186196633444"], ["middlename", "Jerde"], ["middle_name", "Jakubowski"], ["password", "BwXiWmW4sZy"], ["phone", "944.392.8726 x81623"], ["phone_number", "(641) 373-3991"], ["reference", "678e362f-fbb1-49b1-8737-2a6b6a2137d6"], ["title", "Ut tempora eum dolor expedita."], ["user_name", "kareem_effertz"], ["username", "marcellus.lowe"], ["uuid", "140b1601-584c-4cc9-af9d-1cad2769afba"], ["created_at", "2020-11-24 10:38:44.662867"], ["updated_at", "2020-11-24 10:38:44.662867"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "6850 Oberbrunner Way, Abbottton, VA 93619"], ["city", "Port Sharieside"], ["country", "Croatia"], ["description", "Assumenda dolores molestiae. Repellat nostrum necessitatibus. Porro hic eos."], ["email", "micheline_rosenbaum@example.com"], ["first_name", "Darrel"], ["firstname", "Clarence"], ["last_name", "Weber"], ["lastname", "Botsford"], ["lat", "-54.32346313933758"], ["latitute", "2.677825941111493"], ["lng", "94.99029109895275"], ["locale", "MP"], ["longitude", "125.08683656944305"], ["middlename", "Reynolds"], ["middle_name", "Flatley"], ["password", "ScV15tWo8WnB"], ["phone", "882-907-0211 x88307"], ["phone_number", "545-970-1183"], ["reference", "ffaebec1-79e0-416f-80d8-b62c29f15ba4"], ["title", "Culpa laborum aut ut."], ["user_name", "reed"], ["username", "phillip"], ["uuid", "9e3784b0-e1ff-4bf2-980d-bcbaf08919ba"], ["created_at", "2020-11-24 10:38:44.684641"], ["updated_at", "2020-11-24 10:38:44.684641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 918 381 Kami Curve, South Demetrius, RI 64029"], ["city", "Jesusport"], ["country", "Liberia"], ["description", "Asperiores officia aut. Veniam dolores dolor. Fugit quia alias."], ["email", "regenia@example.biz"], ["first_name", "Adan"], ["firstname", "Boyce"], ["last_name", "Reichert"], ["lastname", "Little"], ["lat", "84.26296720292504"], ["latitute", "53.22209934828737"], ["lng", "-179.2904839318042"], ["locale", "VU"], ["longitude", "55.09995273694125"], ["middlename", "Runolfsdottir"], ["middle_name", "Schowalter"], ["password", "GuTf9KsMtJ4u601G"], ["phone", "299-316-3736 x24257"], ["phone_number", "1-235-677-8379 x3596"], ["reference", "ffd81954-1118-46ca-912a-5cf56f45d72c"], ["title", "Id ut voluptates non sint."], ["user_name", "nelson_reichel"], ["username", "else.jones"], ["uuid", "d7218d19-a4b9-4f2c-889f-7b0e7feacc09"], ["created_at", "2020-11-24 10:38:44.712467"], ["updated_at", "2020-11-24 10:38:44.712467"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4992 Olson Summit, Port Jonathanfort, IL 24664-4320"], ["city", "Raleighbury"], ["country", "Australia"], ["description", "Consectetur laborum exercitationem. Iure asperiores et."], ["email", "reid_ledner@example.com"], ["first_name", "Alvin"], ["firstname", "Carletta"], ["last_name", "Grimes"], ["lastname", "Jacobson"], ["lat", "-44.39943501214229"], ["latitute", "67.07841337240896"], ["lng", "-101.38062259944262"], ["locale", "HR"], ["longitude", "73.06997832524692"], ["middlename", "Purdy"], ["middle_name", "Gerhold"], ["password", "BmQuXgP5g0"], ["phone", "200.006.8472 x69100"], ["phone_number", "619.871.3192 x494"], ["reference", "be7bfb79-bd94-4b7c-be42-9c5dce14b581"], ["title", "Rem dolor ratione."], ["user_name", "forrest.mclaughlin"], ["username", "verlie_hessel"], ["uuid", "b1a7f4cc-21e5-4894-8f20-831be311b93d"], ["created_at", "2020-11-24 10:38:44.734878"], ["updated_at", "2020-11-24 10:38:44.734878"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 190 8679 Jonas Parkways, Botsfordton, PA 62297-9937"], ["city", "Port Titus"], ["country", "Mali"], ["description", "Voluptate repellendus magnam. Tempore accusamus error. Sunt tenetur ipsam."], ["email", "vertie@example.org"], ["first_name", "Shaun"], ["firstname", "Sydney"], ["last_name", "Durgan"], ["lastname", "Quitzon"], ["lat", "-46.77168315319491"], ["latitute", "-84.38781779841804"], ["lng", "22.389062897926607"], ["locale", "JP"], ["longitude", "108.57947118396578"], ["middlename", "Halvorson"], ["middle_name", "Baumbach"], ["password", "11Ey6AdN4gHw48"], ["phone", "505.436.6176 x612"], ["phone_number", "(691) 814-6953 x01658"], ["reference", "dba4e809-ae7a-4c77-b8e2-a50bb372eb16"], ["title", "Pariatur doloribus dolores est molestiae."], ["user_name", "verlene"], ["username", "dannie.kunde"], ["uuid", "7e1464bf-04e3-4a6a-9578-f5c9c328bb52"], ["created_at", "2020-11-24 10:38:44.756763"], ["updated_at", "2020-11-24 10:38:44.756763"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9130 Dorian Rapids, Aufderharland, NM 60000"], ["city", "Wolffchester"], ["country", "Palau"], ["description", "Reiciendis ipsam animi. Accusamus dolores unde."], ["email", "cornelius@example.co"], ["first_name", "Mitchel"], ["firstname", "Frankie"], ["last_name", "Schmeler"], ["lastname", "Kreiger"], ["lat", "-33.21624457743396"], ["latitute", "34.271551316621654"], ["lng", "137.94946921771879"], ["locale", "ZA"], ["longitude", "-73.75908717318943"], ["middlename", "Gulgowski"], ["middle_name", "Quitzon"], ["password", "Jt1X31uDz97D"], ["phone", "289-627-8020"], ["phone_number", "526.303.9078 x024"], ["reference", "2722f0a5-cdd6-46dc-a1e8-e98abf19dfc7"], ["title", "Aut neque temporibus."], ["user_name", "lizzie_oconnell"], ["username", "arden.gibson"], ["uuid", "09955830-444a-4a8e-93e2-c4629d5f6baa"], ["created_at", "2020-11-24 10:38:44.778355"], ["updated_at", "2020-11-24 10:38:44.778355"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "904 Nolan Creek, Gradyville, WA 46130-7292"], ["city", "North Hortense"], ["country", "Northern Mariana Islands"], ["description", "Sapiente eos et. Deleniti animi fugit. Est dolor minus."], ["email", "darnell@example.info"], ["first_name", "Arturo"], ["firstname", "Torie"], ["last_name", "Nikolaus"], ["lastname", "Spinka"], ["lat", "30.78783837294978"], ["latitute", "76.417732794921"], ["lng", "-8.542379197605243"], ["locale", "TN"], ["longitude", "21.10343644352747"], ["middlename", "Bruen"], ["middle_name", "Corkery"], ["password", "S4eKx0Jl9"], ["phone", "659.678.5121"], ["phone_number", "834.422.7514"], ["reference", "9903c9b9-fc1e-4fd4-8c7a-812fee86a913"], ["title", "Quia facilis exercitationem iste est possimus."], ["user_name", "alexis"], ["username", "xavier.kohler"], ["uuid", "99b5b32d-b03a-4051-b1cb-abd242907563"], ["created_at", "2020-11-24 10:38:44.806233"], ["updated_at", "2020-11-24 10:38:44.806233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 10:38:44.808195"], ["updated_at", "2020-11-24 10:38:44.808195"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 10:38:44.809450"], ["updated_at", "2020-11-24 10:38:44.809450"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 10:38:44.810612"], ["updated_at", "2020-11-24 10:38:44.810612"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 10:38:44.811769"], ["updated_at", "2020-11-24 10:38:44.811769"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 10:38:44.812935"], ["updated_at", "2020-11-24 10:38:44.812935"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 10:38:44.814119"], ["updated_at", "2020-11-24 10:38:44.814119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 10:38:44.815346"], ["updated_at", "2020-11-24 10:38:44.815346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 10:38:44.816554"], ["updated_at", "2020-11-24 10:38:44.816554"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.833121"], ["updated_at", "2020-11-24 10:38:44.833121"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.833958"], ["updated_at", "2020-11-24 10:38:44.833958"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.834632"], ["updated_at", "2020-11-24 10:38:44.834632"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.835304"], ["updated_at", "2020-11-24 10:38:44.835304"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.835957"], ["updated_at", "2020-11-24 10:38:44.835957"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.836628"], ["updated_at", "2020-11-24 10:38:44.836628"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.837281"], ["updated_at", "2020-11-24 10:38:44.837281"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:38:44.837934"], ["updated_at", "2020-11-24 10:38:44.837934"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:38:44.838636"], ["updated_at", "2020-11-24 10:38:44.838636"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:38:44.839340"], ["updated_at", "2020-11-24 10:38:44.839340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:38:44.840007"], ["updated_at", "2020-11-24 10:38:44.840007"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:38:44.840712"], ["updated_at", "2020-11-24 10:38:44.840712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:38:44.841385"], ["updated_at", "2020-11-24 10:38:44.841385"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:38:44.842054"], ["updated_at", "2020-11-24 10:38:44.842054"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:38:44.842720"], ["updated_at", "2020-11-24 10:38:44.842720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:38:44.843389"], ["updated_at", "2020-11-24 10:38:44.843389"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.0ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (3.5ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.9ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 329 414 Turner Fall, Lake Eleonoreland, WA 70465-9766"], ["city", "North Darylfort"], ["country", "Tokelau"], ["description", "Ab voluptas possimus. Tempore est ea. Et animi non. Dicta veritatis excepturi. Aut et nobis."], ["email", "lyndon_hammes@example.com"], ["first_name", "Hee"], ["firstname", "Palma"], ["last_name", "Kreiger"], ["lastname", "Renner"], ["lat", "89.72149908265149"], ["latitute", "-3.7237472575309454"], ["lng", "-20.629244939689016"], ["locale", "LA"], ["longitude", "-131.2843841873518"], ["middlename", "Langworth"], ["middle_name", "Stroman"], ["password", "QnEhFnRrFc"], ["phone", "700.100.9760 x81337"], ["phone_number", "669.295.6192 x96148"], ["reference", "35335738-1dd0-4ef4-b016-5964abf67995"], ["title", "Provident et a asperiores quia enim."], ["user_name", "danilo"], ["username", "minta"], ["uuid", "7da5069c-81dc-4add-ac07-f1d40d42bcc5"], ["created_at", "2020-11-24 10:43:45.261623"], ["updated_at", "2020-11-24 10:43:45.261623"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "436 O'Reilly Plaza, Port Elden, CA 61656-4037"], ["city", "Muoiton"], ["country", "Palestinian Territory"], ["description", "Repellat eos ab. Et dolorem magni. Quod voluptatem amet."], ["email", "rich_lindgren@example.info"], ["first_name", "Essie"], ["firstname", "Delila"], ["last_name", "Russel"], ["lastname", "Carroll"], ["lat", "-52.64889735718414"], ["latitute", "87.26515768982557"], ["lng", "87.66893527385957"], ["locale", "FM"], ["longitude", "-124.84480061306665"], ["middlename", "Hane"], ["middle_name", "Ebert"], ["password", "Ru4MkBkF3aZo0Qn"], ["phone", "233.244.9270"], ["phone_number", "573-368-8177"], ["reference", "3d03f718-67a0-4953-96a9-ad541ae4dc94"], ["title", "Commodi illum ullam."], ["user_name", "lawrence"], ["username", "jayson.anderson"], ["uuid", "18cb02ba-6e3b-4767-b15a-98553ccd819c"], ["created_at", "2020-11-24 10:43:45.283995"], ["updated_at", "2020-11-24 10:43:45.283995"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 436 279 Rempel Plaza, Carleybury, ME 10814"], ["city", "New Rosemaryshire"], ["country", "Kenya"], ["description", "Illum porro dignissimos. Corrupti voluptatem deleniti. Deserunt quas ut. Iusto ipsum aspernatur."], ["email", "berna@example.co"], ["first_name", "Ryan"], ["firstname", "Tamica"], ["last_name", "Hermiston"], ["lastname", "Jaskolski"], ["lat", "-64.60538074272267"], ["latitute", "56.681075894290075"], ["lng", "-163.5594033974375"], ["locale", "TH"], ["longitude", "141.98451058810394"], ["middlename", "Batz"], ["middle_name", "Skiles"], ["password", "YhBhVmE4"], ["phone", "290-900-4328 x85396"], ["phone_number", "(997) 012-2491 x2100"], ["reference", "166e0401-0c18-4eda-ba6d-4024f1f4fcbd"], ["title", "Dolores impedit sit et ipsum."], ["user_name", "cesar.reynolds"], ["username", "teresa"], ["uuid", "ee947a0a-3d92-4521-97ae-b51523147873"], ["created_at", "2020-11-24 10:43:45.305510"], ["updated_at", "2020-11-24 10:43:45.305510"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 818 137 Gregorio Junction, Sengermouth, CA 43365"], ["city", "South Tiffiny"], ["country", "United States Minor Outlying Islands"], ["description", "Laboriosam maiores autem. Ut corrupti et. Quisquam aperiam dolore. Dolores iusto dolores. Est quibusdam nihil."], ["email", "nathaniel@example.org"], ["first_name", "Jung"], ["firstname", "Horace"], ["last_name", "Sawayn"], ["lastname", "Feeney"], ["lat", "-13.038273896967667"], ["latitute", "46.97191216551718"], ["lng", "-149.39162827457324"], ["locale", "KZ"], ["longitude", "-130.7607642992191"], ["middlename", "Hayes"], ["middle_name", "Morissette"], ["password", "P1lPvRvMs1"], ["phone", "859.332.6149 x71307"], ["phone_number", "560.876.5083 x9238"], ["reference", "b45af9fe-3250-4c88-bd6d-0f0298eb4457"], ["title", "Voluptatum nam soluta vel."], ["user_name", "tricia"], ["username", "carlota"], ["uuid", "e3642b69-17fc-4fbf-9b56-94fd4edab6ef"], ["created_at", "2020-11-24 10:43:45.327130"], ["updated_at", "2020-11-24 10:43:45.327130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 638 241 Moore Knolls, New Wyattland, NE 60797"], ["city", "Lake Ollie"], ["country", "Cambodia"], ["description", "Corporis alias qui. Iure esse natus."], ["email", "roger_lesch@example.org"], ["first_name", "Renita"], ["firstname", "Brinda"], ["last_name", "Wintheiser"], ["lastname", "Hayes"], ["lat", "73.13342268234717"], ["latitute", "27.06131928562381"], ["lng", "-138.86319246616932"], ["locale", "RO"], ["longitude", "-84.6112443937103"], ["middlename", "Walsh"], ["middle_name", "Okuneva"], ["password", "PrSq78XpR9"], ["phone", "1-894-320-3821 x07722"], ["phone_number", "230.950.9956 x6665"], ["reference", "03665397-d02c-4a10-b2b0-873131694e6f"], ["title", "Aut in totam."], ["user_name", "karlene_blanda"], ["username", "hermine.hoeger"], ["uuid", "66017f3d-cd0d-45ad-9a45-5362fec2bc08"], ["created_at", "2020-11-24 10:43:45.348452"], ["updated_at", "2020-11-24 10:43:45.348452"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 872 2893 Blick Ferry, North Merrie, KS 44313"], ["city", "Takishabury"], ["country", "Suriname"], ["description", "Et libero quod. Dignissimos voluptate magni. Et laudantium ratione."], ["email", "love.orn@example.name"], ["first_name", "Hank"], ["firstname", "Shane"], ["last_name", "Abernathy"], ["lastname", "Dickens"], ["lat", "55.056298253952406"], ["latitute", "51.90708480581441"], ["lng", "-108.79487907739421"], ["locale", "KZ"], ["longitude", "-78.1304913155475"], ["middlename", "Kunze"], ["middle_name", "Fritsch"], ["password", "TrIv6Yy9IjKmPu"], ["phone", "1-579-333-4114"], ["phone_number", "(646) 730-0253"], ["reference", "3fcc0285-e318-4f17-928b-6b9c0c8a73d0"], ["title", "Dolor aspernatur eos cumque."], ["user_name", "maria"], ["username", "don_mckenzie"], ["uuid", "31de3765-0264-479c-b403-a26f7d5a885c"], ["created_at", "2020-11-24 10:43:45.369685"], ["updated_at", "2020-11-24 10:43:45.369685"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "795 Kris Extension, Port Doreenview, OK 41126-2330"], ["city", "Lakinton"], ["country", "Singapore"], ["description", "Earum nesciunt dolor. Recusandae eos soluta."], ["email", "carl@example.com"], ["first_name", "Janise"], ["firstname", "Adena"], ["last_name", "Koch"], ["lastname", "Jaskolski"], ["lat", "55.964641702262156"], ["latitute", "46.91130503326477"], ["lng", "130.2266988051444"], ["locale", "GP"], ["longitude", "-159.25772761788775"], ["middlename", "Keeling"], ["middle_name", "Pfeffer"], ["password", "8PhA53v4Mf"], ["phone", "607-666-6571"], ["phone_number", "1-815-584-5135 x518"], ["reference", "61fb318f-3ba2-45c3-92cd-2899cd76cf24"], ["title", "Ut expedita dicta."], ["user_name", "isidro"], ["username", "aldo_reilly"], ["uuid", "e6adc57c-a989-48f7-b915-cd20afbf04d1"], ["created_at", "2020-11-24 10:43:45.397641"], ["updated_at", "2020-11-24 10:43:45.397641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 770 3824 Hodkiewicz Gateway, Lake Connie, SC 84053-3059"], ["city", "North Floyd"], ["country", "Hungary"], ["description", "Facere modi inventore. Iure ut sed. Illum doloremque sapiente."], ["email", "jim@example.io"], ["first_name", "Kymberly"], ["firstname", "Anibal"], ["last_name", "Hudson"], ["lastname", "Huel"], ["lat", "-83.91273231711318"], ["latitute", "73.02946297875249"], ["lng", "-149.946879904663"], ["locale", "PW"], ["longitude", "-61.63634935077279"], ["middlename", "Harvey"], ["middle_name", "Boyle"], ["password", "Hj3GoPi44"], ["phone", "372-450-8208"], ["phone_number", "283.245.8739 x751"], ["reference", "60acd0c5-b419-4a99-85ea-112ea95858aa"], ["title", "Sint aut veniam iste."], ["user_name", "chana.wilkinson"], ["username", "leroy_torphy"], ["uuid", "b7b08750-5914-4864-b8d9-4e4851c3c9e2"], ["created_at", "2020-11-24 10:43:45.419622"], ["updated_at", "2020-11-24 10:43:45.419622"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 175 70520 Simon Pine, Goyettebury, SC 37840-5477"], ["city", "New Jamaal"], ["country", "Mexico"], ["description", "Laborum fugit culpa. Maxime porro praesentium. Reprehenderit ullam molestiae."], ["email", "jack_dach@example.info"], ["first_name", "Lillian"], ["firstname", "Yetta"], ["last_name", "Lueilwitz"], ["lastname", "Hane"], ["lat", "28.549834085679848"], ["latitute", "-77.03234120472885"], ["lng", "-87.8369060812916"], ["locale", "SC"], ["longitude", "-1.9646757648821165"], ["middlename", "Treutel"], ["middle_name", "Ratke"], ["password", "ErUkOsZ4hWkC7oF"], ["phone", "217.678.7544 x261"], ["phone_number", "1-827-520-4228"], ["reference", "d98d9935-4c81-4d06-ba8a-d48003c80ec7"], ["title", "Ut eveniet a autem repudiandae est."], ["user_name", "nelson"], ["username", "dino"], ["uuid", "d6f3ebac-c3e9-4fe0-b975-612e92dcc3ff"], ["created_at", "2020-11-24 10:43:45.440933"], ["updated_at", "2020-11-24 10:43:45.440933"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 703 251 Kenneth Isle, Quintinmouth, OR 11742-7808"], ["city", "Lake Larissa"], ["country", "Gambia"], ["description", "Possimus minus sed. Minima et accusantium. Mollitia ea sed."], ["email", "jamal.fahey@example.name"], ["first_name", "Leesa"], ["firstname", "Stevie"], ["last_name", "Collins"], ["lastname", "Bahringer"], ["lat", "23.58615751900382"], ["latitute", "-68.77273983504253"], ["lng", "-25.200417044683462"], ["locale", "CO"], ["longitude", "-123.83439151986468"], ["middlename", "Herman"], ["middle_name", "Lakin"], ["password", "2GcUj6C0u"], ["phone", "(558) 082-3270"], ["phone_number", "750.830.4250 x409"], ["reference", "68dc27fb-8e61-4dbe-92af-814ebac40239"], ["title", "Harum placeat consequatur dolorem odio."], ["user_name", "dorian_auer"], ["username", "guadalupe.heller"], ["uuid", "fa916112-636b-43a9-8163-2ebd387c17d7"], ["created_at", "2020-11-24 10:43:45.462262"], ["updated_at", "2020-11-24 10:43:45.462262"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 22.4640572917565], ["string", "Et explicabo ducimus eum est facilis."], ["date", "2020-12-03"], ["time", "2000-01-01 15:48:28.861264"], ["datetime", "2020-11-21 07:22:46.028683"], ["created_at", "2020-11-24 10:43:45.481629"], ["updated_at", "2020-11-24 10:43:45.481629"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1034], ["decimal", 1.63179846459486], ["string", "Iusto sed asperiores voluptatem rem amet."], ["created_at", "2020-11-24 10:43:45.491684"], ["updated_at", "2020-11-24 10:43:45.491684"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.3ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 10:43:45.511110"], ["updated_at", "2020-11-24 10:43:45.511110"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 10:43:45.521727"], ["updated_at", "2020-11-24 10:43:45.521727"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 10:43:45.528669"], ["updated_at", "2020-11-24 10:43:45.528669"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:45.535369"], ["updated_at", "2020-11-24 10:43:45.535369"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:45.540281"], ["updated_at", "2020-11-24 10:43:45.540281"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "722 Stamm Springs, Evalynview, OK 55915-4050"], ["city", "Padbergland"], ["country", "United States of America"], ["description", "Eos quos qui. Est expedita ut. Odit velit voluptatem. Quia unde et. Eos ut soluta."], ["email", "brian@example.io"], ["first_name", "Omer"], ["firstname", "Dominique"], ["last_name", "Bins"], ["lastname", "Breitenberg"], ["lat", "-35.03798757525215"], ["latitute", "36.04278785332909"], ["lng", "-102.53332423738823"], ["locale", "CR"], ["longitude", "130.37744608294577"], ["middlename", "Towne"], ["middle_name", "Botsford"], ["password", "RsFwHwVoI2"], ["phone", "(592) 748-5722 x690"], ["phone_number", "1-382-260-7682 x815"], ["reference", "5442f989-31e3-4acf-8b1e-7fe4525b3205"], ["title", "Nisi modi perspiciatis vero occaecati quia."], ["user_name", "luther.predovic"], ["username", "denese.kling"], ["uuid", "16909e37-eeaf-434c-842d-7a25b4626436"], ["created_at", "2020-11-24 10:43:45.561495"], ["updated_at", "2020-11-24 10:43:45.561495"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 10:43:45.565797"], ["updated_at", "2020-11-24 10:43:45.565797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:45.585621"], ["updated_at", "2020-11-24 10:43:45.585621"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:43:45.589143"], ["updated_at", "2020-11-24 10:43:45.589143"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.1ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 15.5669442434353], ["string", "Cupiditate id et."], ["date", "2020-11-16"], ["time", "2000-01-01 11:21:25.268886"], ["datetime", "2020-10-18 06:29:40.841207"], ["created_at", "2020-11-24 10:43:45.600730"], ["updated_at", "2020-11-24 10:43:45.600730"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 14.286572815022], ["string", "Repellat tempora dignissimos."], ["date", "2020-10-22"], ["time", "2000-01-01 05:39:18.953390"], ["datetime", "2020-10-24 08:32:23.164934"], ["created_at", "2020-11-24 10:43:45.604329"], ["updated_at", "2020-11-24 10:43:45.604329"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 24], ["decimal", 13.7028625970371], ["string", "Ducimus aliquam quis."], ["date", "2020-11-11"], ["time", "2000-01-01 14:35:37.894447"], ["datetime", "2020-12-30 23:54:09.840760"], ["created_at", "2020-11-24 10:43:45.607417"], ["updated_at", "2020-11-24 10:43:45.607417"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 2.13177688636299], ["string", "Repellat atque autem laborum repudiandae est."], ["date", "2020-10-22"], ["time", "2000-01-01 22:43:01.822763"], ["datetime", "2020-10-19 02:34:43.065091"], ["created_at", "2020-11-24 10:43:45.610987"], ["updated_at", "2020-11-24 10:43:45.610987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 3.73129246217619], ["string", "Ut perspiciatis vel id possimus harum."], ["date", "2020-11-26"], ["time", "2000-01-01 19:13:24.937650"], ["datetime", "2020-11-02 06:47:58.794793"], ["created_at", "2020-11-24 10:43:45.614086"], ["updated_at", "2020-11-24 10:43:45.614086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 8.83235675853725], ["string", "Iusto enim tenetur nihil."], ["date", "2020-12-14"], ["time", "2000-01-01 10:27:40.200596"], ["datetime", "2020-12-05 05:56:30.999588"], ["created_at", "2020-11-24 10:43:45.616851"], ["updated_at", "2020-11-24 10:43:45.616851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 0.519918460064574], ["string", "Natus quia recusandae odit."], ["date", "2020-10-20"], ["time", "2000-01-01 10:41:24.040860"], ["datetime", "2020-11-12 19:33:57.810464"], ["created_at", "2020-11-24 10:43:45.619771"], ["updated_at", "2020-11-24 10:43:45.619771"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 7.32187237633324], ["string", "Incidunt molestiae pariatur doloremque molestias."], ["date", "2020-10-30"], ["time", "2000-01-01 09:28:16.952001"], ["datetime", "2020-12-22 21:21:52.977424"], ["created_at", "2020-11-24 10:43:45.622520"], ["updated_at", "2020-11-24 10:43:45.622520"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 3.05665499056032], ["string", "Impedit excepturi voluptatum."], ["created_at", "2020-11-24 10:43:45.624932"], ["updated_at", "2020-11-24 10:43:45.624932"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 1.38512970110503], ["string", "Dolorum tempora aut."], ["created_at", "2020-11-24 10:43:45.627090"], ["updated_at", "2020-11-24 10:43:45.627090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 16.1077039879268], ["string", "Corporis laudantium et eius."], ["created_at", "2020-11-24 10:43:45.629307"], ["updated_at", "2020-11-24 10:43:45.629307"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 6.05764035845801], ["string", "Perferendis corporis voluptatum iste."], ["created_at", "2020-11-24 10:43:45.631355"], ["updated_at", "2020-11-24 10:43:45.631355"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 12.4744641594788], ["string", "Ut velit et velit quisquam nihil."], ["created_at", "2020-11-24 10:43:45.633372"], ["updated_at", "2020-11-24 10:43:45.633372"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 2.55763038515668], ["string", "Consequatur eos sed qui laborum."], ["created_at", "2020-11-24 10:43:45.635343"], ["updated_at", "2020-11-24 10:43:45.635343"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1025], ["decimal", 12.3403098727468], ["string", "Quis ratione deleniti et sit veritatis."], ["created_at", "2020-11-24 10:43:45.637408"], ["updated_at", "2020-11-24 10:43:45.637408"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 13.8685135148396], ["string", "Ut atque est pariatur porro ipsam."], ["created_at", "2020-11-24 10:43:45.639346"], ["updated_at", "2020-11-24 10:43:45.639346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 10:43:45.640888"], ["updated_at", "2020-11-24 10:43:45.640888"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 10:43:45.642230"], ["updated_at", "2020-11-24 10:43:45.642230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 10:43:45.643512"], ["updated_at", "2020-11-24 10:43:45.643512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 10:43:45.644736"], ["updated_at", "2020-11-24 10:43:45.644736"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 10:43:45.645969"], ["updated_at", "2020-11-24 10:43:45.645969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 10:43:45.647156"], ["updated_at", "2020-11-24 10:43:45.647156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 10:43:45.648344"], ["updated_at", "2020-11-24 10:43:45.648344"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 10:43:45.649523"], ["updated_at", "2020-11-24 10:43:45.649523"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-24 10:43:45.651238"], ["updated_at", "2020-11-24 10:43:45.651238"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 8], ["created_at", "2020-11-24 10:43:45.652965"], ["updated_at", "2020-11-24 10:43:45.652965"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-24 10:43:45.654696"], ["updated_at", "2020-11-24 10:43:45.654696"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-24 10:43:45.656278"], ["updated_at", "2020-11-24 10:43:45.656278"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-24 10:43:45.657825"], ["updated_at", "2020-11-24 10:43:45.657825"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-24 10:43:45.659377"], ["updated_at", "2020-11-24 10:43:45.659377"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 3], ["created_at", "2020-11-24 10:43:45.660912"], ["updated_at", "2020-11-24 10:43:45.660912"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 5], ["created_at", "2020-11-24 10:43:45.662442"], ["updated_at", "2020-11-24 10:43:45.662442"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 10:43:45.663658"], ["updated_at", "2020-11-24 10:43:45.663658"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 10:43:45.664909"], ["updated_at", "2020-11-24 10:43:45.664909"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 10:43:45.666070"], ["updated_at", "2020-11-24 10:43:45.666070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 10:43:45.667263"], ["updated_at", "2020-11-24 10:43:45.667263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 10:43:45.668463"], ["updated_at", "2020-11-24 10:43:45.668463"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 10:43:45.669645"], ["updated_at", "2020-11-24 10:43:45.669645"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 10:43:45.670846"], ["updated_at", "2020-11-24 10:43:45.670846"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 10:43:45.672029"], ["updated_at", "2020-11-24 10:43:45.672029"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:45.672776"], ["updated_at", "2020-11-24 10:43:45.672776"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:45.673462"], ["updated_at", "2020-11-24 10:43:45.673462"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:45.674102"], ["updated_at", "2020-11-24 10:43:45.674102"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:45.674738"], ["updated_at", "2020-11-24 10:43:45.674738"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:45.675366"], ["updated_at", "2020-11-24 10:43:45.675366"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:45.675995"], ["updated_at", "2020-11-24 10:43:45.675995"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:45.676643"], ["updated_at", "2020-11-24 10:43:45.676643"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:45.677276"], ["updated_at", "2020-11-24 10:43:45.677276"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:45.678540"], ["updated_at", "2020-11-24 10:43:45.678540"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:45.679729"], ["updated_at", "2020-11-24 10:43:45.679729"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:45.680882"], ["updated_at", "2020-11-24 10:43:45.680882"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:45.682040"], ["updated_at", "2020-11-24 10:43:45.682040"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:45.683209"], ["updated_at", "2020-11-24 10:43:45.683209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:45.684382"], ["updated_at", "2020-11-24 10:43:45.684382"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:45.685558"], ["updated_at", "2020-11-24 10:43:45.685558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:45.686749"], ["updated_at", "2020-11-24 10:43:45.686749"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 758 8985 Parker Park, Johnstonburgh, LA 71543"], ["city", "Margaritoside"], ["country", "Egypt"], ["description", "Aut et ut. Excepturi labore fugiat. Harum labore quibusdam. Consectetur harum aut."], ["email", "monserrate@example.name"], ["first_name", "Thomasina"], ["firstname", "Ivory"], ["last_name", "Osinski"], ["lastname", "Howe"], ["lat", "-81.58706902820653"], ["latitute", "16.180797003789152"], ["lng", "-72.98139027994262"], ["locale", "PY"], ["longitude", "-161.2005269264823"], ["middlename", "Veum"], ["middle_name", "Mitchell"], ["password", "UzAiJmZ3eI"], ["phone", "(156) 114-9089 x51719"], ["phone_number", "769.523.1910 x29509"], ["reference", "77f63faa-6d99-430d-a83c-b5caa24d458c"], ["title", "Earum et aut."], ["user_name", "jarrod"], ["username", "nadia.gerhold"], ["uuid", "a170ba97-d7ea-4c04-8405-dd70111f42fd"], ["created_at", "2020-11-24 10:43:45.707819"], ["updated_at", "2020-11-24 10:43:45.707819"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "80461 Cormier Fork, Hermannstad, MT 21179"], ["city", "Nienowstad"], ["country", "Vietnam"], ["description", "Saepe quia et. Possimus excepturi expedita. Voluptatem ducimus eum. Aliquid a ex."], ["email", "shin.marquardt@example.io"], ["first_name", "Jamison"], ["firstname", "Mitchel"], ["last_name", "Paucek"], ["lastname", "Carter"], ["lat", "70.72178460753005"], ["latitute", "39.44743006173209"], ["lng", "134.24197738081136"], ["locale", "FI"], ["longitude", "-60.40769160652883"], ["middlename", "Wolf"], ["middle_name", "Volkman"], ["password", "DqXiLkZdNlT"], ["phone", "1-320-030-8393 x77097"], ["phone_number", "915.936.0468 x0381"], ["reference", "13083b34-2111-4631-abdb-a43c300d8118"], ["title", "Aperiam ex odio magnam."], ["user_name", "veronika_kling"], ["username", "annalee"], ["uuid", "960506dc-5169-4eeb-bd26-6e5e74a694ed"], ["created_at", "2020-11-24 10:43:45.729062"], ["updated_at", "2020-11-24 10:43:45.729062"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "68424 Linwood Roads, Whitneyland, CT 70765"], ["city", "Nobleborough"], ["country", "Slovenia"], ["description", "Reiciendis non cum. Sunt omnis architecto."], ["email", "richelle@example.co"], ["first_name", "Donnie"], ["firstname", "Meredith"], ["last_name", "Labadie"], ["lastname", "Lowe"], ["lat", "-47.008354526957916"], ["latitute", "87.3207027847497"], ["lng", "109.32213074777519"], ["locale", "CR"], ["longitude", "107.61243243956665"], ["middlename", "Kemmer"], ["middle_name", "Heidenreich"], ["password", "0Wb6F9sLj2J"], ["phone", "448.292.0004 x3426"], ["phone_number", "723.910.1610 x35250"], ["reference", "f06d99b3-559c-4e44-87f2-0eb0550121a8"], ["title", "Cumque perferendis voluptatem."], ["user_name", "gene.mertz"], ["username", "belinda"], ["uuid", "28adf4a3-370f-453a-ad23-5bd879b300d9"], ["created_at", "2020-11-24 10:43:45.750340"], ["updated_at", "2020-11-24 10:43:45.750340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 595 4617 O'Reilly Springs, Breanafurt, NV 91444"], ["city", "Hackettside"], ["country", "Saudi Arabia"], ["description", "Voluptas repellendus occaecati. Voluptatem a et. Repudiandae voluptas hic. Aut qui nam. Ea nostrum tempore."], ["email", "chet_reinger@example.biz"], ["first_name", "Zulma"], ["firstname", "Trudy"], ["last_name", "Stracke"], ["lastname", "Senger"], ["lat", "45.90779611481571"], ["latitute", "16.093480026959313"], ["lng", "-130.659045048922"], ["locale", "SA"], ["longitude", "123.41025734696336"], ["middlename", "Nitzsche"], ["middle_name", "Hansen"], ["password", "Zm2IgBtGuGs6K3"], ["phone", "391.466.0615 x16071"], ["phone_number", "909-225-3242 x0224"], ["reference", "458a497e-a353-49e3-8cce-84ea05b3383c"], ["title", "Ea deserunt ea consequatur dignissimos natus."], ["user_name", "miquel"], ["username", "lang"], ["uuid", "7854dd01-f8e1-4bcf-bc2a-049a4c76f2aa"], ["created_at", "2020-11-24 10:43:45.780757"], ["updated_at", "2020-11-24 10:43:45.780757"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 244 4375 Monet Harbor, Schmidtside, MA 83623-0488"], ["city", "New Cliffport"], ["country", "Turkey"], ["description", "Eius unde dignissimos. Hic natus sit. Corrupti accusantium ut. Et asperiores vel. Esse sit quod."], ["email", "rob_roberts@example.io"], ["first_name", "Antony"], ["firstname", "Kassie"], ["last_name", "Walker"], ["lastname", "Hayes"], ["lat", "24.943479041452477"], ["latitute", "-56.81501729439534"], ["lng", "-40.219654702473804"], ["locale", "VG"], ["longitude", "-84.82141853861765"], ["middlename", "Koepp"], ["middle_name", "McDermott"], ["password", "XeJ1nArP0pF"], ["phone", "(679) 537-0094 x389"], ["phone_number", "(325) 634-3067 x768"], ["reference", "9c13605b-ba22-4149-9992-6c112b143df4"], ["title", "Quis vel sit quo veritatis non."], ["user_name", "landon_strosin"], ["username", "lorenzo.zemlak"], ["uuid", "755bf0bb-fe0f-449c-9460-5474874c7910"], ["created_at", "2020-11-24 10:43:45.803542"], ["updated_at", "2020-11-24 10:43:45.803542"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "52283 Archie Course, Port Vinaside, RI 95839"], ["city", "Hilllbury"], ["country", "United Kingdom"], ["description", "Qui eligendi in. Et ipsa magnam. Vel voluptate deleniti. Nobis facere ut. Nam inventore et."], ["email", "usha_champlin@example.org"], ["first_name", "Winnifred"], ["firstname", "Maxima"], ["last_name", "Hermiston"], ["lastname", "Dibbert"], ["lat", "81.8687150797875"], ["latitute", "-81.45302056718376"], ["lng", "108.4584167748053"], ["locale", "NR"], ["longitude", "-58.073716205678394"], ["middlename", "Stamm"], ["middle_name", "Veum"], ["password", "Jy8SkH59i"], ["phone", "853-411-2566 x24730"], ["phone_number", "1-565-066-0372 x007"], ["reference", "25e40a74-f490-43fd-afca-c28367b82c31"], ["title", "Aut et natus."], ["user_name", "sheree.reichel"], ["username", "adrienne.anderson"], ["uuid", "26cf7047-732b-435d-a894-c21d73324055"], ["created_at", "2020-11-24 10:43:45.825308"], ["updated_at", "2020-11-24 10:43:45.825308"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "992 Cary Mall, Theodoreton, AK 92073-6955"], ["city", "East Elmo"], ["country", "Mozambique"], ["description", "Temporibus consequatur et. Laborum omnis est. Necessitatibus iusto mollitia."], ["email", "lajuana@example.com"], ["first_name", "Reginia"], ["firstname", "Jacquelyn"], ["last_name", "Hettinger"], ["lastname", "Champlin"], ["lat", "31.21131413908931"], ["latitute", "-83.80568851305779"], ["lng", "38.53443317979236"], ["locale", "AE"], ["longitude", "168.17294861564528"], ["middlename", "Schowalter"], ["middle_name", "Gibson"], ["password", "4GoB1uC5mZ9qG"], ["phone", "631.961.3861 x3025"], ["phone_number", "253-270-1801 x14733"], ["reference", "9099bf3d-e24d-4a8c-bf01-c7882dd21472"], ["title", "Incidunt asperiores fuga ut."], ["user_name", "silva.upton"], ["username", "fidela"], ["uuid", "76850059-6d2a-411c-bb25-b930ea98b588"], ["created_at", "2020-11-24 10:43:45.846812"], ["updated_at", "2020-11-24 10:43:45.846812"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "498 Daniel Corner, East Branthaven, AK 24137-1103"], ["city", "Taishaville"], ["country", "Morocco"], ["description", "Velit blanditiis earum. Cum enim et. Corrupti provident magni. Consequuntur rerum dolorem. Adipisci vitae nesciunt."], ["email", "kristin.mcdermott@example.name"], ["first_name", "Lonnie"], ["firstname", "Rosaria"], ["last_name", "Kris"], ["lastname", "Pollich"], ["lat", "88.17070441297167"], ["latitute", "-39.26524783556079"], ["lng", "41.97104437525496"], ["locale", "CH"], ["longitude", "-169.33362119232783"], ["middlename", "Considine"], ["middle_name", "Casper"], ["password", "B7c4LnPdDoX"], ["phone", "842.080.0411"], ["phone_number", "(650) 145-0878 x9261"], ["reference", "7f946aa5-20ea-4bbc-838c-2f54e3dc5b30"], ["title", "Blanditiis quo et neque."], ["user_name", "roland_stroman"], ["username", "anette"], ["uuid", "2508aed3-6ac8-4b8c-b44d-6ef9d5756caa"], ["created_at", "2020-11-24 10:43:45.868537"], ["updated_at", "2020-11-24 10:43:45.868537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 10:43:45.870548"], ["updated_at", "2020-11-24 10:43:45.870548"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 10:43:45.871778"], ["updated_at", "2020-11-24 10:43:45.871778"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 10:43:45.872926"], ["updated_at", "2020-11-24 10:43:45.872926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 10:43:45.874069"], ["updated_at", "2020-11-24 10:43:45.874069"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 10:43:45.875207"], ["updated_at", "2020-11-24 10:43:45.875207"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 10:43:45.876361"], ["updated_at", "2020-11-24 10:43:45.876361"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 10:43:45.877491"], ["updated_at", "2020-11-24 10:43:45.877491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 10:43:45.878620"], ["updated_at", "2020-11-24 10:43:45.878620"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:45.894455"], ["updated_at", "2020-11-24 10:43:45.894455"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:45.895243"], ["updated_at", "2020-11-24 10:43:45.895243"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:45.895893"], ["updated_at", "2020-11-24 10:43:45.895893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:45.896525"], ["updated_at", "2020-11-24 10:43:45.896525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:45.897136"], ["updated_at", "2020-11-24 10:43:45.897136"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:45.897751"], ["updated_at", "2020-11-24 10:43:45.897751"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:45.898375"], ["updated_at", "2020-11-24 10:43:45.898375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:45.898991"], ["updated_at", "2020-11-24 10:43:45.898991"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:43:45.899643"], ["updated_at", "2020-11-24 10:43:45.899643"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:43:45.900326"], ["updated_at", "2020-11-24 10:43:45.900326"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:43:45.900957"], ["updated_at", "2020-11-24 10:43:45.900957"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:43:45.901596"], ["updated_at", "2020-11-24 10:43:45.901596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:43:45.902234"], ["updated_at", "2020-11-24 10:43:45.902234"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:43:45.902866"], ["updated_at", "2020-11-24 10:43:45.902866"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:43:45.903498"], ["updated_at", "2020-11-24 10:43:45.903498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:43:45.904144"], ["updated_at", "2020-11-24 10:43:45.904144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 4.82232737173105], ["string", "Magnam pariatur beatae."], ["date", "2021-01-03"], ["time", "2000-01-01 12:16:55.167759"], ["datetime", "2020-10-27 12:43:11.992961"], ["created_at", "2020-11-24 10:43:45.946558"], ["updated_at", "2020-11-24 10:43:45.946558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 23.401872529358], ["string", "Sed harum animi assumenda repudiandae tenetur."], ["date", "2020-11-24"], ["time", "2000-01-01 04:18:12.512573"], ["datetime", "2020-11-12 18:33:29.877803"], ["created_at", "2020-11-24 10:43:45.949726"], ["updated_at", "2020-11-24 10:43:45.949726"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 5.48908156015676], ["string", "Modi voluptatem id."], ["date", "2020-12-16"], ["time", "2000-01-01 22:14:41.248168"], ["datetime", "2020-12-14 17:47:13.803280"], ["created_at", "2020-11-24 10:43:45.952859"], ["updated_at", "2020-11-24 10:43:45.952859"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 8.95860595703642], ["string", "Rem praesentium unde quidem dolor."], ["date", "2020-11-12"], ["time", "2000-01-01 15:59:22.303831"], ["datetime", "2020-12-17 23:07:02.142059"], ["created_at", "2020-11-24 10:43:45.957299"], ["updated_at", "2020-11-24 10:43:45.957299"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 10.6570294800716], ["string", "Accusantium qui ab et velit odio."], ["date", "2020-12-17"], ["time", "2000-01-01 18:46:00.436874"], ["datetime", "2020-11-04 04:52:18.907739"], ["created_at", "2020-11-24 10:43:45.960472"], ["updated_at", "2020-11-24 10:43:45.960472"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 11.7865054666344], ["string", "Et nam eius."], ["date", "2020-12-22"], ["time", "2000-01-01 00:12:32.528977"], ["datetime", "2020-11-27 22:06:39.929513"], ["created_at", "2020-11-24 10:43:45.964038"], ["updated_at", "2020-11-24 10:43:45.964038"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:45.967685"], ["updated_at", "2020-11-24 10:43:45.967685"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 17.8022173828613], ["string", "Veniam est ut."], ["date", "2021-01-01"], ["time", "2000-01-01 23:48:59.341878"], ["datetime", "2020-12-17 15:38:50.078428"], ["created_at", "2020-11-24 10:43:46.002992"], ["updated_at", "2020-11-24 10:43:46.002992"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 4.80148379832029], ["string", "Dicta cum sunt ut."], ["date", "2020-10-13"], ["time", "2000-01-01 07:55:27.056061"], ["datetime", "2020-12-11 05:28:59.417811"], ["created_at", "2020-11-24 10:43:46.006345"], ["updated_at", "2020-11-24 10:43:46.006345"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 0.151083494037071], ["string", "Totam fugit quasi porro rerum omnis."], ["date", "2020-12-10"], ["time", "2000-01-01 13:06:11.238126"], ["datetime", "2020-11-13 00:53:04.857481"], ["created_at", "2020-11-24 10:43:46.010262"], ["updated_at", "2020-11-24 10:43:46.010262"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 1.08624634525907], ["string", "Magni nihil officia ut."], ["date", "2020-12-15"], ["time", "2000-01-01 00:16:51.720094"], ["datetime", "2020-12-11 00:31:22.280979"], ["created_at", "2020-11-24 10:43:46.013567"], ["updated_at", "2020-11-24 10:43:46.013567"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 18.5683760432393], ["string", "Aliquam quisquam laudantium officiis atque perspiciatis."], ["date", "2021-01-02"], ["time", "2000-01-01 06:54:47.381252"], ["datetime", "2020-10-21 10:45:39.080756"], ["created_at", "2020-11-24 10:43:46.016620"], ["updated_at", "2020-11-24 10:43:46.016620"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 10.3400671629927], ["string", "Doloribus tempora sequi officiis."], ["date", "2020-11-23"], ["time", "2000-01-01 08:43:02.097009"], ["datetime", "2020-10-19 11:40:21.233754"], ["created_at", "2020-11-24 10:43:46.019528"], ["updated_at", "2020-11-24 10:43:46.019528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 27], ["decimal", 18.3686425753595], ["string", "Sed inventore exercitationem ipsa."], ["date", "2020-12-10"], ["time", "2000-01-01 15:09:50.305847"], ["datetime", "2020-12-06 13:06:38.241910"], ["created_at", "2020-11-24 10:43:46.022142"], ["updated_at", "2020-11-24 10:43:46.022142"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 10.8122800322637], ["string", "Ducimus laudantium sint ratione."], ["date", "2020-11-22"], ["time", "2000-01-01 18:04:55.508264"], ["datetime", "2020-11-11 08:52:43.296795"], ["created_at", "2020-11-24 10:43:46.024590"], ["updated_at", "2020-11-24 10:43:46.024590"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 4.64151735474404], ["string", "Consequatur eligendi unde maxime enim."], ["created_at", "2020-11-24 10:43:46.026850"], ["updated_at", "2020-11-24 10:43:46.026850"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1029], ["decimal", 7.57919269173435], ["string", "Rem fugiat eaque ut excepturi."], ["created_at", "2020-11-24 10:43:46.028933"], ["updated_at", "2020-11-24 10:43:46.028933"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 3.36509815519062], ["string", "Eos quam quis voluptatem et placeat."], ["created_at", "2020-11-24 10:43:46.031102"], ["updated_at", "2020-11-24 10:43:46.031102"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1035], ["decimal", 27.6429361180518], ["string", "Hic sit dolores."], ["created_at", "2020-11-24 10:43:46.033132"], ["updated_at", "2020-11-24 10:43:46.033132"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 11.3109954955522], ["string", "Quia voluptatum soluta consectetur sint non."], ["created_at", "2020-11-24 10:43:46.035080"], ["updated_at", "2020-11-24 10:43:46.035080"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 8.27243154472608], ["string", "Natus sequi et."], ["created_at", "2020-11-24 10:43:46.037066"], ["updated_at", "2020-11-24 10:43:46.037066"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 31.9365619899731], ["string", "Qui reprehenderit officia praesentium vitae."], ["created_at", "2020-11-24 10:43:46.038943"], ["updated_at", "2020-11-24 10:43:46.038943"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 1.39367711071801], ["string", "Quaerat nobis et fugit."], ["created_at", "2020-11-24 10:43:46.040770"], ["updated_at", "2020-11-24 10:43:46.040770"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 10:43:46.042171"], ["updated_at", "2020-11-24 10:43:46.042171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 10:43:46.043365"], ["updated_at", "2020-11-24 10:43:46.043365"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 10:43:46.044490"], ["updated_at", "2020-11-24 10:43:46.044490"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 10:43:46.045569"], ["updated_at", "2020-11-24 10:43:46.045569"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 10:43:46.046651"], ["updated_at", "2020-11-24 10:43:46.046651"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 10:43:46.047729"], ["updated_at", "2020-11-24 10:43:46.047729"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 10:43:46.048832"], ["updated_at", "2020-11-24 10:43:46.048832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 10:43:46.049904"], ["updated_at", "2020-11-24 10:43:46.049904"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-24 10:43:46.051476"], ["updated_at", "2020-11-24 10:43:46.051476"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-24 10:43:46.052988"], ["updated_at", "2020-11-24 10:43:46.052988"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-24 10:43:46.054497"], ["updated_at", "2020-11-24 10:43:46.054497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-24 10:43:46.055996"], ["updated_at", "2020-11-24 10:43:46.055996"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-24 10:43:46.057492"], ["updated_at", "2020-11-24 10:43:46.057492"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-24 10:43:46.058963"], ["updated_at", "2020-11-24 10:43:46.058963"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 10:43:46.060435"], ["updated_at", "2020-11-24 10:43:46.060435"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 4], ["created_at", "2020-11-24 10:43:46.061915"], ["updated_at", "2020-11-24 10:43:46.061915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 10:43:46.063115"], ["updated_at", "2020-11-24 10:43:46.063115"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 10:43:46.064254"], ["updated_at", "2020-11-24 10:43:46.064254"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 10:43:46.065367"], ["updated_at", "2020-11-24 10:43:46.065367"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 10:43:46.066463"], ["updated_at", "2020-11-24 10:43:46.066463"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 10:43:46.067552"], ["updated_at", "2020-11-24 10:43:46.067552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 10:43:46.068668"], ["updated_at", "2020-11-24 10:43:46.068668"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 10:43:46.069754"], ["updated_at", "2020-11-24 10:43:46.069754"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 10:43:46.070861"], ["updated_at", "2020-11-24 10:43:46.070861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:46.071558"], ["updated_at", "2020-11-24 10:43:46.071558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:46.072207"], ["updated_at", "2020-11-24 10:43:46.072207"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:46.072817"], ["updated_at", "2020-11-24 10:43:46.072817"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:46.073421"], ["updated_at", "2020-11-24 10:43:46.073421"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:46.074024"], ["updated_at", "2020-11-24 10:43:46.074024"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:46.074627"], ["updated_at", "2020-11-24 10:43:46.074627"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:46.075236"], ["updated_at", "2020-11-24 10:43:46.075236"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:46.075843"], ["updated_at", "2020-11-24 10:43:46.075843"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:46.077075"], ["updated_at", "2020-11-24 10:43:46.077075"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:46.078195"], ["updated_at", "2020-11-24 10:43:46.078195"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:46.079269"], ["updated_at", "2020-11-24 10:43:46.079269"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:46.080343"], ["updated_at", "2020-11-24 10:43:46.080343"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:46.081415"], ["updated_at", "2020-11-24 10:43:46.081415"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:46.082490"], ["updated_at", "2020-11-24 10:43:46.082490"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:46.083559"], ["updated_at", "2020-11-24 10:43:46.083559"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:46.084637"], ["updated_at", "2020-11-24 10:43:46.084637"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 556 64960 Franecki Lodge, Millsmouth, AR 81275"], ["city", "Ethylstad"], ["country", "Guam"], ["description", "Aperiam voluptatem possimus. Officiis delectus recusandae. Consequuntur rerum tenetur. Quia occaecati architecto."], ["email", "bella@example.name"], ["first_name", "Glenda"], ["firstname", "Oren"], ["last_name", "Becker"], ["lastname", "Powlowski"], ["lat", "-45.95157263248898"], ["latitute", "58.573773529752"], ["lng", "157.2778332457072"], ["locale", "AZ"], ["longitude", "-35.017750291256675"], ["middlename", "Schmeler"], ["middle_name", "Hartmann"], ["password", "GlPoIfZv2DxX"], ["phone", "159-400-6050 x0466"], ["phone_number", "853.806.1063"], ["reference", "92f75b47-fbfc-45b5-81b4-edc77b322f83"], ["title", "Perspiciatis quia dolorum sunt similique."], ["user_name", "bernardo"], ["username", "antione"], ["uuid", "e7bf00a8-95eb-4ac8-89d0-621e5dabf089"], ["created_at", "2020-11-24 10:43:46.105666"], ["updated_at", "2020-11-24 10:43:46.105666"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 297 838 Senger Glen, Deanstad, ME 65136-0917"], ["city", "Rosalindview"], ["country", "Kenya"], ["description", "Explicabo sapiente esse. Totam nobis tempore."], ["email", "elvie@example.name"], ["first_name", "Franchesca"], ["firstname", "Rodrigo"], ["last_name", "Barrows"], ["lastname", "Walsh"], ["lat", "25.41477071625954"], ["latitute", "10.507720668944785"], ["lng", "4.4491791655370605"], ["locale", "IN"], ["longitude", "61.565032594459694"], ["middlename", "Hodkiewicz"], ["middle_name", "Fisher"], ["password", "31Pa8BbD"], ["phone", "594.561.3733"], ["phone_number", "442-829-1448 x4486"], ["reference", "cbd9c805-dfd8-4d82-bdd4-0c0ef61be13a"], ["title", "Deleniti sed perspiciatis aut."], ["user_name", "troy.erdman"], ["username", "eloy"], ["uuid", "98fbe5d2-e122-4fdb-a61b-2926d3fedb0a"], ["created_at", "2020-11-24 10:43:46.126974"], ["updated_at", "2020-11-24 10:43:46.126974"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 991 8510 Anthony Ville, South Maritahaven, OR 89890"], ["city", "New Jefferson"], ["country", "Austria"], ["description", "Adipisci nemo nihil. Nihil sunt deleniti. Voluptatem quo explicabo. Quasi aperiam enim. Dignissimos maxime non."], ["email", "pam.boyer@example.info"], ["first_name", "Merlin"], ["firstname", "Gilberto"], ["last_name", "Volkman"], ["lastname", "Stehr"], ["lat", "34.8944314043853"], ["latitute", "57.43617396689547"], ["lng", "82.71242623933654"], ["locale", "NL"], ["longitude", "178.16364267893948"], ["middlename", "Torphy"], ["middle_name", "Windler"], ["password", "P1dBkQvLwD9"], ["phone", "802-670-5896 x38044"], ["phone_number", "389.986.9119 x579"], ["reference", "963f02ff-24e1-472f-8f4d-ce1a74a019fc"], ["title", "Ratione rem perspiciatis."], ["user_name", "alvina_glover"], ["username", "gregoria.yundt"], ["uuid", "5b17a333-02ac-4570-aa50-c5627e1b082e"], ["created_at", "2020-11-24 10:43:46.157201"], ["updated_at", "2020-11-24 10:43:46.157201"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 853 527 Zachariah Plaza, Lake Hueyton, WI 76617"], ["city", "Abbottchester"], ["country", "Belgium"], ["description", "Laboriosam cum qui. Est tempore neque. Voluptate aut molestias. Suscipit inventore praesentium. Unde hic voluptatibus."], ["email", "hubert_streich@example.org"], ["first_name", "Dong"], ["firstname", "Maia"], ["last_name", "Schimmel"], ["lastname", "Beier"], ["lat", "-15.76607702744009"], ["latitute", "34.75799394433086"], ["lng", "111.92147714166254"], ["locale", "AF"], ["longitude", "-28.101692180596046"], ["middlename", "Predovic"], ["middle_name", "Toy"], ["password", "Wq95KzKoRaInFw5"], ["phone", "1-643-369-2444 x57318"], ["phone_number", "(921) 777-0088"], ["reference", "d1c80e3b-e06b-43ac-b4ae-3c3fa1e8b0e1"], ["title", "Velit rerum blanditiis voluptatem."], ["user_name", "ebonie"], ["username", "danny"], ["uuid", "aa478ff1-7e05-40e5-9c9f-d9daaa6b7a76"], ["created_at", "2020-11-24 10:43:46.180069"], ["updated_at", "2020-11-24 10:43:46.180069"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "194 Johnson Run, West Zita, VA 79225"], ["city", "East Wanetaland"], ["country", "Kuwait"], ["description", "Amet est ab. Quos nulla doloribus. Velit labore odit. Molestiae maxime voluptatem. Non vel odio."], ["email", "bao_reynolds@example.net"], ["first_name", "Clair"], ["firstname", "Ocie"], ["last_name", "Streich"], ["lastname", "Cummings"], ["lat", "14.347827394064183"], ["latitute", "-85.58087415029213"], ["lng", "19.94562591991709"], ["locale", "LV"], ["longitude", "-121.05912685867261"], ["middlename", "Armstrong"], ["middle_name", "Grant"], ["password", "KmIyExWd5Gx4U"], ["phone", "1-134-933-1772 x02699"], ["phone_number", "(971) 187-6961"], ["reference", "60ccfa22-4c03-417f-bb69-60282a37e855"], ["title", "Eligendi sunt incidunt velit quos."], ["user_name", "hassan"], ["username", "carroll"], ["uuid", "658970a5-1675-4ad3-bcc0-dba7d1bd924b"], ["created_at", "2020-11-24 10:43:46.201788"], ["updated_at", "2020-11-24 10:43:46.201788"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 298 61217 Tromp Island, Muellerfort, WY 43672-6546"], ["city", "Kutchbury"], ["country", "American Samoa"], ["description", "Cum autem eum. Harum delectus et. Maiores sit sed. Et aut officia."], ["email", "lorie_schoen@example.io"], ["first_name", "Curtis"], ["firstname", "Brady"], ["last_name", "Bernhard"], ["lastname", "Crist"], ["lat", "-87.32644554476597"], ["latitute", "-5.63848728207374"], ["lng", "-55.62636364706604"], ["locale", "GR"], ["longitude", "23.508311973284094"], ["middlename", "Konopelski"], ["middle_name", "Champlin"], ["password", "5Vx6ViXkNpEwX5"], ["phone", "721-675-0308"], ["phone_number", "(242) 122-3382"], ["reference", "6ee3dc42-3b94-47ad-bd85-1c6e7b4ad814"], ["title", "Laborum iure quasi minima."], ["user_name", "thalia.cole"], ["username", "elene.cremin"], ["uuid", "e8c599c9-2dcc-43f9-a677-410dcbba5660"], ["created_at", "2020-11-24 10:43:46.223112"], ["updated_at", "2020-11-24 10:43:46.223112"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 400 148 Johnson Landing, New Earlchester, LA 95915-9812"], ["city", "Sarahchester"], ["country", "Taiwan"], ["description", "Ipsam sit illo. Sit tempore eum. Cupiditate incidunt similique. Tempora voluptas expedita."], ["email", "dottie_kautzer@example.org"], ["first_name", "Leonila"], ["firstname", "Newton"], ["last_name", "Jakubowski"], ["lastname", "Stiedemann"], ["lat", "-34.69966148866247"], ["latitute", "-66.38325582657467"], ["lng", "-45.27026916290785"], ["locale", "EE"], ["longitude", "-120.56325390005357"], ["middlename", "Weber"], ["middle_name", "Bernhard"], ["password", "2YaPoZxTb5KeX"], ["phone", "(289) 280-4951 x293"], ["phone_number", "1-937-808-6737"], ["reference", "dfebf846-7cc5-475a-ab9b-04f2744a030e"], ["title", "Blanditiis quos aliquid numquam et."], ["user_name", "doug_shields"], ["username", "luvenia.reinger"], ["uuid", "ed1fb5fd-ab61-4053-9e4c-1f88595b8496"], ["created_at", "2020-11-24 10:43:46.244874"], ["updated_at", "2020-11-24 10:43:46.244874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 735 861 Zemlak Streets, McLaughlinton, IN 76045-7072"], ["city", "Darronton"], ["country", "Ethiopia"], ["description", "Minima nobis officia. Error ab rerum."], ["email", "jesse@example.co"], ["first_name", "Cheryle"], ["firstname", "Hermine"], ["last_name", "Abernathy"], ["lastname", "Lind"], ["lat", "-28.11097873925592"], ["latitute", "75.51455566405107"], ["lng", "-121.98812589714072"], ["locale", "LB"], ["longitude", "-137.43517241013322"], ["middlename", "Donnelly"], ["middle_name", "Schuppe"], ["password", "0764VvZ2nNcU92tJ"], ["phone", "1-960-002-3976"], ["phone_number", "1-318-660-4576 x02270"], ["reference", "5a8f4ff0-d917-4348-8b10-69fcf95f2a99"], ["title", "Molestias sunt nostrum dolor eaque veniam."], ["user_name", "man.corwin"], ["username", "perla"], ["uuid", "4e4a32fa-1509-46fe-8744-6484466282d9"], ["created_at", "2020-11-24 10:43:46.266442"], ["updated_at", "2020-11-24 10:43:46.266442"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 10:43:46.268398"], ["updated_at", "2020-11-24 10:43:46.268398"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 10:43:46.269582"], ["updated_at", "2020-11-24 10:43:46.269582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 10:43:46.270646"], ["updated_at", "2020-11-24 10:43:46.270646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 10:43:46.271702"], ["updated_at", "2020-11-24 10:43:46.271702"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 10:43:46.272766"], ["updated_at", "2020-11-24 10:43:46.272766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 10:43:46.273836"], ["updated_at", "2020-11-24 10:43:46.273836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 10:43:46.274889"], ["updated_at", "2020-11-24 10:43:46.274889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 10:43:46.275940"], ["updated_at", "2020-11-24 10:43:46.275940"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:46.299073"], ["updated_at", "2020-11-24 10:43:46.299073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:46.299886"], ["updated_at", "2020-11-24 10:43:46.299886"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:46.300559"], ["updated_at", "2020-11-24 10:43:46.300559"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:46.301193"], ["updated_at", "2020-11-24 10:43:46.301193"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:46.301817"], ["updated_at", "2020-11-24 10:43:46.301817"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:46.302452"], ["updated_at", "2020-11-24 10:43:46.302452"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:46.303095"], ["updated_at", "2020-11-24 10:43:46.303095"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:43:46.303727"], ["updated_at", "2020-11-24 10:43:46.303727"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:43:46.304406"], ["updated_at", "2020-11-24 10:43:46.304406"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:43:46.305246"], ["updated_at", "2020-11-24 10:43:46.305246"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:43:46.306539"], ["updated_at", "2020-11-24 10:43:46.306539"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:43:46.308094"], ["updated_at", "2020-11-24 10:43:46.308094"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:43:46.309341"], ["updated_at", "2020-11-24 10:43:46.309341"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:43:46.310366"], ["updated_at", "2020-11-24 10:43:46.310366"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:43:46.311270"], ["updated_at", "2020-11-24 10:43:46.311270"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:43:46.312361"], ["updated_at", "2020-11-24 10:43:46.312361"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.1ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (3.3ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.8ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 281 969 Nubia Turnpike, East Suzy, MD 90165"], ["city", "Alexstad"], ["country", "Comoros"], ["description", "Deleniti a consequatur. Facere exercitationem rem. Necessitatibus beatae nobis. Asperiores eligendi quo."], ["email", "jewell.johns@example.biz"], ["first_name", "Stacy"], ["firstname", "Mose"], ["last_name", "Boehm"], ["lastname", "Aufderhar"], ["lat", "32.37852831601336"], ["latitute", "-60.3563039736912"], ["lng", "38.964110808380866"], ["locale", "SY"], ["longitude", "-117.02103013778807"], ["middlename", "Kuvalis"], ["middle_name", "West"], ["password", "I8rJ66gX4iOkO0c0"], ["phone", "1-523-521-8114"], ["phone_number", "476-721-4327"], ["reference", "2fc2f67d-b6f7-4533-9e28-aa1904eaad35"], ["title", "Deleniti blanditiis incidunt pariatur ut corrupti."], ["user_name", "julie"], ["username", "stanton"], ["uuid", "3c21fb60-0abd-4024-b1cb-14ff1b5bd457"], ["created_at", "2020-11-24 10:44:17.914000"], ["updated_at", "2020-11-24 10:44:17.914000"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "98366 Jayson Causeway, Josephmouth, MO 23080"], ["city", "Marceloland"], ["country", "Falkland Islands (Malvinas)"], ["description", "Et corrupti omnis. Dolore consequatur consequatur. Vel eum sapiente."], ["email", "imogene_hammes@example.co"], ["first_name", "Etsuko"], ["firstname", "Hugo"], ["last_name", "Bartell"], ["lastname", "Schmitt"], ["lat", "65.41249444211223"], ["latitute", "-80.50108273008738"], ["lng", "101.81470826160711"], ["locale", "DO"], ["longitude", "-70.5503164424032"], ["middlename", "Erdman"], ["middle_name", "Hamill"], ["password", "QuOg1XuB"], ["phone", "714.852.9915 x9249"], ["phone_number", "549.054.1917"], ["reference", "cf1d6831-c994-41c3-b93b-65473fc991dd"], ["title", "Qui illo hic non."], ["user_name", "albert"], ["username", "bobbie"], ["uuid", "7c764a82-b7a7-4de3-aa1f-2f4ee6eb510c"], ["created_at", "2020-11-24 10:44:17.936362"], ["updated_at", "2020-11-24 10:44:17.936362"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 301 34761 Harber Mount, Port Rosaliafort, MD 39991"], ["city", "New Eldontown"], ["country", "Kiribati"], ["description", "Eos corrupti atque. Aut perspiciatis et. Illo numquam quibusdam. Dolores explicabo et."], ["email", "ruthie@example.name"], ["first_name", "Janelle"], ["firstname", "Madlyn"], ["last_name", "Fadel"], ["lastname", "Beier"], ["lat", "-83.392661695288"], ["latitute", "89.91926841475009"], ["lng", "50.83924113574841"], ["locale", "MU"], ["longitude", "-56.73789095023058"], ["middlename", "Sawayn"], ["middle_name", "Considine"], ["password", "ShVy5DxTyJ"], ["phone", "576-755-7832 x83702"], ["phone_number", "607-617-3954 x3724"], ["reference", "4b21a954-4e58-45a4-9831-2fc0ca69c4e7"], ["title", "Harum non quo."], ["user_name", "dexter_gottlieb"], ["username", "illa.dietrich"], ["uuid", "8ec432dd-5214-4559-a7f4-f63961c8cd66"], ["created_at", "2020-11-24 10:44:17.958347"], ["updated_at", "2020-11-24 10:44:17.958347"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "51117 Bea Oval, Tomistad, VT 70677"], ["city", "South Marco"], ["country", "United States Minor Outlying Islands"], ["description", "Aut rerum neque. Id ab omnis."], ["email", "reginald@example.biz"], ["first_name", "Elliot"], ["firstname", "Erick"], ["last_name", "Kozey"], ["lastname", "Roberts"], ["lat", "34.91567742271138"], ["latitute", "61.39232543826236"], ["lng", "-62.54870510540472"], ["locale", "CN"], ["longitude", "12.073252528545538"], ["middlename", "Goyette"], ["middle_name", "Abernathy"], ["password", "O6t862R1"], ["phone", "465.014.6983 x43880"], ["phone_number", "796-389-1021 x238"], ["reference", "9d545edc-d7ff-44b1-82ae-8427a25b2326"], ["title", "Aut et molestiae et iusto."], ["user_name", "noelle"], ["username", "nestor_dickens"], ["uuid", "9fb6f2c3-1074-4c32-a120-1f42cd7dda8e"], ["created_at", "2020-11-24 10:44:17.989404"], ["updated_at", "2020-11-24 10:44:17.989404"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 261 70713 Ziemann Parkway, New Renaldo, WV 89299-2672"], ["city", "Port Wesleyland"], ["country", "Panama"], ["description", "Sed ut suscipit. Et quia ullam. Modi eveniet omnis."], ["email", "winston_kuvalis@example.com"], ["first_name", "Christiane"], ["firstname", "Daisy"], ["last_name", "Green"], ["lastname", "Hintz"], ["lat", "-53.35691682653288"], ["latitute", "60.22461552190401"], ["lng", "134.23583870788832"], ["locale", "KZ"], ["longitude", "121.7414670703568"], ["middlename", "Ratke"], ["middle_name", "Gerlach"], ["password", "Mu313G7dBzO5tGw1"], ["phone", "1-805-812-3153 x198"], ["phone_number", "1-382-866-6529 x69125"], ["reference", "7b433bf9-b14d-42bd-a591-e0094ff55c84"], ["title", "Totam architecto ex."], ["user_name", "clarinda_legros"], ["username", "fredrick"], ["uuid", "2474fec9-a079-4f18-88dc-df241b76d622"], ["created_at", "2020-11-24 10:44:18.015833"], ["updated_at", "2020-11-24 10:44:18.015833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "81330 Renner Manor, Edwardtown, WY 70127"], ["city", "Ferryview"], ["country", "United Arab Emirates"], ["description", "Id mollitia vel. Illum quam itaque. Rerum unde officiis. Sit libero veritatis."], ["email", "vita@example.name"], ["first_name", "Angelika"], ["firstname", "Kirk"], ["last_name", "Marvin"], ["lastname", "Dooley"], ["lat", "-43.82342500474202"], ["latitute", "-75.60504725688958"], ["lng", "-43.79084802759513"], ["locale", "BW"], ["longitude", "-55.86774812816667"], ["middlename", "Von"], ["middle_name", "McLaughlin"], ["password", "58WsIpB5n"], ["phone", "1-917-179-9941 x77358"], ["phone_number", "766.612.1085 x0584"], ["reference", "0a8489eb-4729-4b94-a878-bcf2c0c7ab0d"], ["title", "Velit dolores eos tenetur aut."], ["user_name", "russell"], ["username", "lamar.koelpin"], ["uuid", "81277fe1-78fb-4708-8b4a-22738e194736"], ["created_at", "2020-11-24 10:44:18.042773"], ["updated_at", "2020-11-24 10:44:18.042773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 735 21790 Gibson River, Ollieport, CO 55131-7795"], ["city", "Bartellview"], ["country", "United States Minor Outlying Islands"], ["description", "Quam similique deleniti. Atque nulla cum."], ["email", "chelsea_kling@example.biz"], ["first_name", "Ira"], ["firstname", "Neva"], ["last_name", "Morar"], ["lastname", "Carter"], ["lat", "-23.37659729617451"], ["latitute", "74.15079714206641"], ["lng", "160.3436062249619"], ["locale", "EG"], ["longitude", "148.30942529598735"], ["middlename", "Hansen"], ["middle_name", "Gorczany"], ["password", "ZsFuFbFwW50dJ"], ["phone", "(350) 541-4509 x263"], ["phone_number", "192-294-4318 x4061"], ["reference", "e6766cc2-7e2e-42e8-890f-313f77f802e8"], ["title", "Voluptatem nostrum et temporibus nisi."], ["user_name", "maryam.raynor"], ["username", "dave"], ["uuid", "f223474a-f744-4d2b-b8be-221664f2f710"], ["created_at", "2020-11-24 10:44:18.068918"], ["updated_at", "2020-11-24 10:44:18.068918"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 505 17747 Reynolds Courts, Janenebury, WI 88316-7933"], ["city", "Lebsackfurt"], ["country", "Gabon"], ["description", "Tenetur et autem. Quisquam iure aliquid. Expedita laboriosam qui."], ["email", "sanford_gerlach@example.info"], ["first_name", "Maxwell"], ["firstname", "Elnora"], ["last_name", "Rau"], ["lastname", "Williamson"], ["lat", "15.149365448856017"], ["latitute", "9.370908161694345"], ["lng", "0.549467966637252"], ["locale", "HM"], ["longitude", "-129.50360895693595"], ["middlename", "Kreiger"], ["middle_name", "Doyle"], ["password", "HoOtKnTzMoCmH"], ["phone", "892-355-5823 x822"], ["phone_number", "1-915-541-4594 x061"], ["reference", "3f53a9d6-0339-41e1-9c1d-2401d646aa5a"], ["title", "Eligendi qui quia."], ["user_name", "antonio"], ["username", "ryan"], ["uuid", "74378cbe-4d53-4d68-8164-0e28fab24aa6"], ["created_at", "2020-11-24 10:44:18.102784"], ["updated_at", "2020-11-24 10:44:18.102784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "765 Schultz Tunnel, Rochelltown, IA 80717-6706"], ["city", "North Hueland"], ["country", "Singapore"], ["description", "Id deserunt sint. Debitis suscipit dolorem. Praesentium optio aut."], ["email", "julius@example.org"], ["first_name", "Ronny"], ["firstname", "Lesa"], ["last_name", "Ernser"], ["lastname", "Maggio"], ["lat", "-53.376517343344844"], ["latitute", "6.582203681145728"], ["lng", "92.80302917393846"], ["locale", "NR"], ["longitude", "-30.84570539524941"], ["middlename", "White"], ["middle_name", "Rolfson"], ["password", "F38kCl0Q1gBy"], ["phone", "(646) 457-0940 x1526"], ["phone_number", "1-245-391-5132"], ["reference", "7a3c6bc1-03ac-4932-a4bb-e12f6c240330"], ["title", "Cumque impedit quis."], ["user_name", "perla.lakin"], ["username", "monet_kulas"], ["uuid", "62c39742-ff08-420e-a3bb-23558970dee6"], ["created_at", "2020-11-24 10:44:18.130322"], ["updated_at", "2020-11-24 10:44:18.130322"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 301 20502 Hagenes Camp, Raufurt, PA 05395-1636"], ["city", "North Santo"], ["country", "Morocco"], ["description", "Rerum non rerum. Numquam odio possimus."], ["email", "warner@example.net"], ["first_name", "Carmelo"], ["firstname", "Trena"], ["last_name", "Windler"], ["lastname", "Baumbach"], ["lat", "-80.86485033767134"], ["latitute", "21.07425994045225"], ["lng", "-24.26655718780836"], ["locale", "EG"], ["longitude", "107.89959398503623"], ["middlename", "Schmeler"], ["middle_name", "Powlowski"], ["password", "9PgE3uRvR"], ["phone", "544-540-2926 x909"], ["phone_number", "459.236.6177"], ["reference", "11d34a56-3265-407f-864a-433175a16cba"], ["title", "Doloribus sed inventore qui."], ["user_name", "ethelene.gerlach"], ["username", "warren"], ["uuid", "0ad641ab-3c9c-4381-8ef2-18392d9905c0"], ["created_at", "2020-11-24 10:44:18.156984"], ["updated_at", "2020-11-24 10:44:18.156984"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 5.16761744624194], ["string", "Reiciendis impedit quia similique."], ["date", "2020-10-22"], ["time", "2000-01-01 14:15:42.612330"], ["datetime", "2020-11-27 06:51:07.130518"], ["created_at", "2020-11-24 10:44:18.175402"], ["updated_at", "2020-11-24 10:44:18.175402"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1026], ["decimal", 14.0264917459892], ["string", "Placeat occaecati aut culpa illo."], ["created_at", "2020-11-24 10:44:18.183783"], ["updated_at", "2020-11-24 10:44:18.183783"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.2ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 10:44:18.195142"], ["updated_at", "2020-11-24 10:44:18.195142"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 10:44:18.202676"], ["updated_at", "2020-11-24 10:44:18.202676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 10:44:18.209120"], ["updated_at", "2020-11-24 10:44:18.209120"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.215918"], ["updated_at", "2020-11-24 10:44:18.215918"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.222310"], ["updated_at", "2020-11-24 10:44:18.222310"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "472 Kory View, Kenview, OR 35484-7605"], ["city", "North Gustavo"], ["country", "Slovenia"], ["description", "Eos temporibus dolorum. Odit unde aliquid."], ["email", "jo@example.co"], ["first_name", "Marylou"], ["firstname", "Mitch"], ["last_name", "Schultz"], ["lastname", "Walter"], ["lat", "81.63835031304703"], ["latitute", "54.17026437954303"], ["lng", "-143.67418970923723"], ["locale", "MO"], ["longitude", "102.73067550206417"], ["middlename", "Welch"], ["middle_name", "Heathcote"], ["password", "YiK1uWwZtLj2E"], ["phone", "(114) 063-8898 x78830"], ["phone_number", "1-452-148-8965 x8312"], ["reference", "614e1c86-cd02-4000-a5d2-32aafac317f7"], ["title", "In iste quia aut."], ["user_name", "freddie.armstrong"], ["username", "gerry"], ["uuid", "563d954e-04e8-4021-aeef-274d8893d0a7"], ["created_at", "2020-11-24 10:44:18.259013"], ["updated_at", "2020-11-24 10:44:18.259013"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 10:44:18.264586"], ["updated_at", "2020-11-24 10:44:18.264586"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.276246"], ["updated_at", "2020-11-24 10:44:18.276246"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:18.279811"], ["updated_at", "2020-11-24 10:44:18.279811"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.1ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 27], ["decimal", 1.86109043189107], ["string", "Temporibus doloremque magnam quia incidunt."], ["date", "2020-10-31"], ["time", "2000-01-01 17:27:01.774172"], ["datetime", "2020-10-22 15:50:55.516243"], ["created_at", "2020-11-24 10:44:18.289730"], ["updated_at", "2020-11-24 10:44:18.289730"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 9.65338374354181], ["string", "Odio quasi omnis assumenda."], ["date", "2020-12-24"], ["time", "2000-01-01 20:11:26.182288"], ["datetime", "2020-11-04 10:30:53.784108"], ["created_at", "2020-11-24 10:44:18.293919"], ["updated_at", "2020-11-24 10:44:18.293919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 24], ["decimal", 0.340793653911307], ["string", "Porro nihil autem ea consequatur."], ["date", "2020-11-04"], ["time", "2000-01-01 13:15:58.483296"], ["datetime", "2020-11-24 16:04:53.255535"], ["created_at", "2020-11-24 10:44:18.297027"], ["updated_at", "2020-11-24 10:44:18.297027"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 9.18695332325607], ["string", "Nostrum ut quia illo."], ["date", "2020-10-31"], ["time", "2000-01-01 08:35:09.900791"], ["datetime", "2020-11-12 13:20:50.813954"], ["created_at", "2020-11-24 10:44:18.299934"], ["updated_at", "2020-11-24 10:44:18.299934"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 4.13006766867902], ["string", "Debitis tempore reiciendis sint magni cumque."], ["date", "2020-12-04"], ["time", "2000-01-01 04:29:41.553265"], ["datetime", "2020-11-12 18:00:36.830159"], ["created_at", "2020-11-24 10:44:18.303534"], ["updated_at", "2020-11-24 10:44:18.303534"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 0.176583396420835], ["string", "Occaecati consequatur maxime sequi iste est."], ["date", "2020-12-06"], ["time", "2000-01-01 12:25:46.951638"], ["datetime", "2020-10-29 02:31:57.057926"], ["created_at", "2020-11-24 10:44:18.307856"], ["updated_at", "2020-11-24 10:44:18.307856"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 0.598643802619305], ["string", "Voluptatem nihil cum."], ["date", "2020-12-28"], ["time", "2000-01-01 08:09:51.452174"], ["datetime", "2020-12-28 19:11:38.457762"], ["created_at", "2020-11-24 10:44:18.311622"], ["updated_at", "2020-11-24 10:44:18.311622"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 36], ["decimal", 0.694628994377732], ["string", "Fugit ut omnis sunt."], ["date", "2020-10-23"], ["time", "2000-01-01 16:32:53.276859"], ["datetime", "2020-12-01 09:54:46.670871"], ["created_at", "2020-11-24 10:44:18.315352"], ["updated_at", "2020-11-24 10:44:18.315352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 5.64353412588889], ["string", "Corporis sed totam aliquid perspiciatis."], ["created_at", "2020-11-24 10:44:18.318371"], ["updated_at", "2020-11-24 10:44:18.318371"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 4.23719974508997], ["string", "Nisi pariatur aut molestias temporibus similique."], ["created_at", "2020-11-24 10:44:18.320973"], ["updated_at", "2020-11-24 10:44:18.320973"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 12.4454624923463], ["string", "At ipsum repellendus."], ["created_at", "2020-11-24 10:44:18.323737"], ["updated_at", "2020-11-24 10:44:18.323737"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 9.47079484196704], ["string", "Accusamus aut tenetur iusto et nesciunt."], ["created_at", "2020-11-24 10:44:18.326330"], ["updated_at", "2020-11-24 10:44:18.326330"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 3.94917679438587], ["string", "Illum nulla harum."], ["created_at", "2020-11-24 10:44:18.328822"], ["updated_at", "2020-11-24 10:44:18.328822"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1025], ["decimal", 3.85967232214141], ["string", "Dolores culpa iusto qui architecto modi."], ["created_at", "2020-11-24 10:44:18.331322"], ["updated_at", "2020-11-24 10:44:18.331322"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 6.55014569128932], ["string", "Quia ab modi."], ["created_at", "2020-11-24 10:44:18.333808"], ["updated_at", "2020-11-24 10:44:18.333808"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1021], ["decimal", 6.58414080697461], ["string", "Quasi veritatis impedit dicta commodi velit."], ["created_at", "2020-11-24 10:44:18.336313"], ["updated_at", "2020-11-24 10:44:18.336313"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 10:44:18.338184"], ["updated_at", "2020-11-24 10:44:18.338184"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 10:44:18.339847"], ["updated_at", "2020-11-24 10:44:18.339847"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 10:44:18.341518"], ["updated_at", "2020-11-24 10:44:18.341518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 10:44:18.343116"], ["updated_at", "2020-11-24 10:44:18.343116"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 10:44:18.344704"], ["updated_at", "2020-11-24 10:44:18.344704"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 10:44:18.346161"], ["updated_at", "2020-11-24 10:44:18.346161"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 10:44:18.347605"], ["updated_at", "2020-11-24 10:44:18.347605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 10:44:18.349050"], ["updated_at", "2020-11-24 10:44:18.349050"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 2], ["created_at", "2020-11-24 10:44:18.351226"], ["updated_at", "2020-11-24 10:44:18.351226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 6], ["created_at", "2020-11-24 10:44:18.353259"], ["updated_at", "2020-11-24 10:44:18.353259"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 2], ["created_at", "2020-11-24 10:44:18.355158"], ["updated_at", "2020-11-24 10:44:18.355158"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-24 10:44:18.357074"], ["updated_at", "2020-11-24 10:44:18.357074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 5], ["created_at", "2020-11-24 10:44:18.359016"], ["updated_at", "2020-11-24 10:44:18.359016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-24 10:44:18.360921"], ["updated_at", "2020-11-24 10:44:18.360921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 6], ["created_at", "2020-11-24 10:44:18.362800"], ["updated_at", "2020-11-24 10:44:18.362800"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 8], ["created_at", "2020-11-24 10:44:18.364821"], ["updated_at", "2020-11-24 10:44:18.364821"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 10:44:18.366551"], ["updated_at", "2020-11-24 10:44:18.366551"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 10:44:18.368140"], ["updated_at", "2020-11-24 10:44:18.368140"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 10:44:18.369623"], ["updated_at", "2020-11-24 10:44:18.369623"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 10:44:18.371172"], ["updated_at", "2020-11-24 10:44:18.371172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 10:44:18.372808"], ["updated_at", "2020-11-24 10:44:18.372808"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 10:44:18.374453"], ["updated_at", "2020-11-24 10:44:18.374453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 10:44:18.376157"], ["updated_at", "2020-11-24 10:44:18.376157"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 10:44:18.377941"], ["updated_at", "2020-11-24 10:44:18.377941"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.379202"], ["updated_at", "2020-11-24 10:44:18.379202"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.380427"], ["updated_at", "2020-11-24 10:44:18.380427"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.381746"], ["updated_at", "2020-11-24 10:44:18.381746"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.382836"], ["updated_at", "2020-11-24 10:44:18.382836"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.383922"], ["updated_at", "2020-11-24 10:44:18.383922"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.385054"], ["updated_at", "2020-11-24 10:44:18.385054"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.386242"], ["updated_at", "2020-11-24 10:44:18.386242"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.387415"], ["updated_at", "2020-11-24 10:44:18.387415"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.389622"], ["updated_at", "2020-11-24 10:44:18.389622"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.391964"], ["updated_at", "2020-11-24 10:44:18.391964"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.393851"], ["updated_at", "2020-11-24 10:44:18.393851"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.395718"], ["updated_at", "2020-11-24 10:44:18.395718"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.397449"], ["updated_at", "2020-11-24 10:44:18.397449"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.399199"], ["updated_at", "2020-11-24 10:44:18.399199"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.401073"], ["updated_at", "2020-11-24 10:44:18.401073"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.402917"], ["updated_at", "2020-11-24 10:44:18.402917"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 296 7847 Millard Run, Harberport, KY 83389"], ["city", "Lake Gerry"], ["country", "Barbados"], ["description", "Et cupiditate dicta. Ullam a voluptatum. Rerum veniam et. Suscipit aut officia."], ["email", "jessie@example.net"], ["first_name", "Ewa"], ["firstname", "Eugenio"], ["last_name", "Farrell"], ["lastname", "MacGyver"], ["lat", "38.21690931794771"], ["latitute", "-74.74674990905055"], ["lng", "89.9122135367104"], ["locale", "CA"], ["longitude", "-159.83560847031933"], ["middlename", "Howell"], ["middle_name", "Rogahn"], ["password", "PsLtGsF5zA4o09Cb"], ["phone", "789.806.0151 x7583"], ["phone_number", "1-328-932-0710 x2146"], ["reference", "4dbe283a-9fcc-4625-9469-5ee2dfd34830"], ["title", "Dolore sint et."], ["user_name", "brock"], ["username", "deedee_lehner"], ["uuid", "a0d74414-5825-4444-b3a5-b2aef9f72407"], ["created_at", "2020-11-24 10:44:18.429916"], ["updated_at", "2020-11-24 10:44:18.429916"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 334 947 Mirtha Hollow, West Coleman, HI 89232"], ["city", "Batzside"], ["country", "Saudi Arabia"], ["description", "Nam distinctio architecto. Qui libero rerum."], ["email", "ignacio_damore@example.com"], ["first_name", "Stephen"], ["firstname", "Clark"], ["last_name", "Bartell"], ["lastname", "Batz"], ["lat", "79.17924125438978"], ["latitute", "57.189730638095256"], ["lng", "-173.68959349447408"], ["locale", "GU"], ["longitude", "136.0528328984479"], ["middlename", "Jones"], ["middle_name", "Fadel"], ["password", "NeM1uI54u"], ["phone", "1-351-068-8695 x57814"], ["phone_number", "550.126.2130 x9929"], ["reference", "577f4426-b615-4108-8771-9cd9efc9cf77"], ["title", "Magnam rerum dicta adipisci."], ["user_name", "doreatha.casper"], ["username", "camille_ohara"], ["uuid", "69760b51-cd03-49e4-9ea3-802251f7ace7"], ["created_at", "2020-11-24 10:44:18.468215"], ["updated_at", "2020-11-24 10:44:18.468215"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2265 Elvina Route, Port Alvertaton, CO 02921"], ["city", "New Jonahmouth"], ["country", "Hong Kong"], ["description", "Et quia magnam. Et voluptatem itaque. Et fugit cumque. Consequatur autem sunt. Sunt iure placeat."], ["email", "brice_pfeffer@example.io"], ["first_name", "Dolores"], ["firstname", "Reginia"], ["last_name", "Ullrich"], ["lastname", "Deckow"], ["lat", "-35.94489052958004"], ["latitute", "10.529406704321659"], ["lng", "-95.9803172775442"], ["locale", "GD"], ["longitude", "-123.97245687132875"], ["middlename", "Feest"], ["middle_name", "Hodkiewicz"], ["password", "C9aCgTrDkEeB6"], ["phone", "(255) 580-1931 x8956"], ["phone_number", "(621) 478-4752"], ["reference", "c77348b0-2de1-4a02-911f-fd15439b90cf"], ["title", "Qui voluptates quo non."], ["user_name", "levi"], ["username", "jeffry"], ["uuid", "25d6c806-84df-48e0-b71a-389f5f3379c1"], ["created_at", "2020-11-24 10:44:18.494551"], ["updated_at", "2020-11-24 10:44:18.494551"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 400 9266 Bobby Port, East Tierramouth, AL 62812-7012"], ["city", "Turcottemouth"], ["country", "Paraguay"], ["description", "Qui occaecati soluta. Dolore porro sapiente. Cum et quisquam. Ducimus suscipit numquam."], ["email", "theressa_borer@example.co"], ["first_name", "Billie"], ["firstname", "Patrick"], ["last_name", "Botsford"], ["lastname", "Marvin"], ["lat", "-15.921254054271188"], ["latitute", "-36.91502423500036"], ["lng", "-83.27536198014093"], ["locale", "CK"], ["longitude", "119.80136906172959"], ["middlename", "Waters"], ["middle_name", "Senger"], ["password", "ZkEs8PjCzPw"], ["phone", "(709) 876-6392"], ["phone_number", "(731) 582-7229"], ["reference", "c42d9f33-c96e-4288-a24b-04e8289962a1"], ["title", "Magnam nostrum architecto neque qui."], ["user_name", "anabel"], ["username", "bryan.murphy"], ["uuid", "9235afc2-c3f2-49b2-914e-bfa640eceff6"], ["created_at", "2020-11-24 10:44:18.521222"], ["updated_at", "2020-11-24 10:44:18.521222"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Lima Create (0.5ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 883 3789 Fausto Shore, New Reedshire, NV 02756-6405"], ["city", "New Estelafort"], ["country", "Solomon Islands"], ["description", "Qui est doloremque. Quasi nihil a. Sit enim autem. Tempore quia dolorem."], ["email", "candyce@example.io"], ["first_name", "Shayla"], ["firstname", "Thurman"], ["last_name", "Pagac"], ["lastname", "Reilly"], ["lat", "-68.53042872949608"], ["latitute", "48.67010770416033"], ["lng", "144.44734747591832"], ["locale", "LB"], ["longitude", "162.96307066735142"], ["middlename", "Bartoletti"], ["middle_name", "Sawayn"], ["password", "46VnIkUxZz"], ["phone", "582.546.4451 x9093"], ["phone_number", "1-697-122-6139 x498"], ["reference", "09f29504-2069-4703-b037-e46379b893e3"], ["title", "Consectetur quisquam sed eum."], ["user_name", "thersa"], ["username", "gisela"], ["uuid", "e790e016-b370-4dcc-8adc-b66678da07af"], ["created_at", "2020-11-24 10:44:18.577645"], ["updated_at", "2020-11-24 10:44:18.577645"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 140 49668 Ebert Key, Lake Gilberte, AR 94439-9830"], ["city", "New Risaborough"], ["country", "Trinidad and Tobago"], ["description", "Quia optio necessitatibus. Voluptatem quasi ratione."], ["email", "burma@example.io"], ["first_name", "Cletus"], ["firstname", "Denna"], ["last_name", "Predovic"], ["lastname", "Hahn"], ["lat", "-64.57339964831101"], ["latitute", "-40.32187019511345"], ["lng", "166.70497557908664"], ["locale", "PW"], ["longitude", "-175.43437160214287"], ["middlename", "D'Amore"], ["middle_name", "Thiel"], ["password", "GcPsRk16Sz4Wj3Ds"], ["phone", "(469) 728-1568 x5910"], ["phone_number", "1-310-326-2526 x82709"], ["reference", "b40f3076-85d5-4202-980f-bc5bb4a20dad"], ["title", "Odio provident possimus enim ipsam similique."], ["user_name", "bethany.mayer"], ["username", "amee"], ["uuid", "1c3797e4-6be4-45d6-b869-4fcad035bf5d"], ["created_at", "2020-11-24 10:44:18.634338"], ["updated_at", "2020-11-24 10:44:18.634338"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "349 Tracey Falls, Keishaland, ND 96364-5173"], ["city", "Abernathystad"], ["country", "Svalbard & Jan Mayen Islands"], ["description", "Qui mollitia aut. Ut quia velit."], ["email", "darell@example.net"], ["first_name", "Gwen"], ["firstname", "Willia"], ["last_name", "Moen"], ["lastname", "Lueilwitz"], ["lat", "-2.909388611786497"], ["latitute", "61.48239245660852"], ["lng", "159.56864414980907"], ["locale", "NU"], ["longitude", "-58.261273208397455"], ["middlename", "Schoen"], ["middle_name", "Stanton"], ["password", "B3wPuPaA90c7S5k0"], ["phone", "1-551-063-4444 x0277"], ["phone_number", "(353) 048-9851 x223"], ["reference", "a9d899d1-3084-44bc-9269-047880dfe53a"], ["title", "Amet laborum at quo beatae est."], ["user_name", "kristeen_daugherty"], ["username", "enda_skiles"], ["uuid", "c17ff2b1-250f-4e45-b312-3d728bfb046c"], ["created_at", "2020-11-24 10:44:18.667215"], ["updated_at", "2020-11-24 10:44:18.667215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "87633 Shanahan Turnpike, Ferrybury, NJ 00323-7266"], ["city", "North Elia"], ["country", "Haiti"], ["description", "Et labore itaque. Iusto suscipit aut. Molestiae eum natus. Odit consequatur magnam."], ["email", "rob@example.io"], ["first_name", "Virgilio"], ["firstname", "Teri"], ["last_name", "Pfeffer"], ["lastname", "Skiles"], ["lat", "-28.151880089405147"], ["latitute", "89.3491361645853"], ["lng", "93.01294607588716"], ["locale", "BF"], ["longitude", "-4.554858465757178"], ["middlename", "Stracke"], ["middle_name", "Emard"], ["password", "RtHvJ6lF1qCtXl"], ["phone", "439-642-9374 x7772"], ["phone_number", "1-379-887-3983"], ["reference", "cc3ef540-9a16-475a-90e1-637b03897b5a"], ["title", "Suscipit incidunt maxime vel."], ["user_name", "austin.lebsack"], ["username", "major"], ["uuid", "dcae1174-484d-41e2-99fb-82dcd884f71b"], ["created_at", "2020-11-24 10:44:18.702744"], ["updated_at", "2020-11-24 10:44:18.702744"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 10:44:18.705065"], ["updated_at", "2020-11-24 10:44:18.705065"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 10:44:18.706590"], ["updated_at", "2020-11-24 10:44:18.706590"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 10:44:18.707987"], ["updated_at", "2020-11-24 10:44:18.707987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 10:44:18.709377"], ["updated_at", "2020-11-24 10:44:18.709377"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 10:44:18.711687"], ["updated_at", "2020-11-24 10:44:18.711687"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 10:44:18.713363"], ["updated_at", "2020-11-24 10:44:18.713363"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 10:44:18.715279"], ["updated_at", "2020-11-24 10:44:18.715279"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 10:44:18.716914"], ["updated_at", "2020-11-24 10:44:18.716914"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.741740"], ["updated_at", "2020-11-24 10:44:18.741740"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.742893"], ["updated_at", "2020-11-24 10:44:18.742893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.743750"], ["updated_at", "2020-11-24 10:44:18.743750"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.744602"], ["updated_at", "2020-11-24 10:44:18.744602"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.745793"], ["updated_at", "2020-11-24 10:44:18.745793"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.746847"], ["updated_at", "2020-11-24 10:44:18.746847"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.747676"], ["updated_at", "2020-11-24 10:44:18.747676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.748487"], ["updated_at", "2020-11-24 10:44:18.748487"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:18.749325"], ["updated_at", "2020-11-24 10:44:18.749325"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:18.750162"], ["updated_at", "2020-11-24 10:44:18.750162"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:18.750984"], ["updated_at", "2020-11-24 10:44:18.750984"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:18.751834"], ["updated_at", "2020-11-24 10:44:18.751834"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:18.752676"], ["updated_at", "2020-11-24 10:44:18.752676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:18.753484"], ["updated_at", "2020-11-24 10:44:18.753484"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:18.754295"], ["updated_at", "2020-11-24 10:44:18.754295"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:18.755175"], ["updated_at", "2020-11-24 10:44:18.755175"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 0.968379779661274], ["string", "Facilis ex non."], ["date", "2020-10-18"], ["time", "2000-01-01 04:43:10.246682"], ["datetime", "2020-10-28 16:05:11.962138"], ["created_at", "2020-11-24 10:44:18.801166"], ["updated_at", "2020-11-24 10:44:18.801166"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 7.61346981275776], ["string", "Praesentium et voluptatibus nobis sed."], ["date", "2020-11-23"], ["time", "2000-01-01 14:29:31.253143"], ["datetime", "2020-12-16 23:46:59.474549"], ["created_at", "2020-11-24 10:44:18.804694"], ["updated_at", "2020-11-24 10:44:18.804694"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 25], ["decimal", 0.129542316862375], ["string", "Quaerat sint ut."], ["date", "2020-10-25"], ["time", "2000-01-01 09:59:41.617016"], ["datetime", "2020-10-21 20:28:50.824461"], ["created_at", "2020-11-24 10:44:18.809916"], ["updated_at", "2020-11-24 10:44:18.809916"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 8.56767759649983], ["string", "Non eum ut reiciendis ullam."], ["date", "2020-10-14"], ["time", "2000-01-01 05:43:51.068392"], ["datetime", "2020-11-09 17:47:21.715809"], ["created_at", "2020-11-24 10:44:18.814878"], ["updated_at", "2020-11-24 10:44:18.814878"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 5.58507201190093], ["string", "Ut unde earum hic doloribus dolorem."], ["date", "2020-11-02"], ["time", "2000-01-01 03:08:26.322690"], ["datetime", "2020-12-14 21:34:28.803046"], ["created_at", "2020-11-24 10:44:18.818232"], ["updated_at", "2020-11-24 10:44:18.818232"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 5.51829177831591], ["string", "Labore provident quaerat fugiat voluptas numquam."], ["date", "2020-11-01"], ["time", "2000-01-01 12:25:13.207119"], ["datetime", "2020-10-30 21:32:23.612723"], ["created_at", "2020-11-24 10:44:18.823833"], ["updated_at", "2020-11-24 10:44:18.823833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.827369"], ["updated_at", "2020-11-24 10:44:18.827369"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 11.9252477822119], ["string", "Ipsum vel reiciendis necessitatibus voluptatem."], ["date", "2020-12-22"], ["time", "2000-01-01 03:41:53.276193"], ["datetime", "2020-10-22 08:11:23.594238"], ["created_at", "2020-11-24 10:44:18.856076"], ["updated_at", "2020-11-24 10:44:18.856076"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 7.59713653686789], ["string", "Aperiam exercitationem repudiandae ut earum et."], ["date", "2020-12-23"], ["time", "2000-01-01 08:30:42.198142"], ["datetime", "2020-11-26 19:27:57.274886"], ["created_at", "2020-11-24 10:44:18.860337"], ["updated_at", "2020-11-24 10:44:18.860337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 21.4321016219438], ["string", "Minima quam quis."], ["date", "2020-12-06"], ["time", "2000-01-01 02:16:06.320934"], ["datetime", "2020-11-30 13:49:29.421019"], ["created_at", "2020-11-24 10:44:18.863329"], ["updated_at", "2020-11-24 10:44:18.863329"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 6.81897686160531], ["string", "Eligendi perferendis consectetur ut ex."], ["date", "2020-12-27"], ["time", "2000-01-01 10:30:16.210492"], ["datetime", "2020-12-26 16:34:33.303334"], ["created_at", "2020-11-24 10:44:18.866018"], ["updated_at", "2020-11-24 10:44:18.866018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 0.739784580095139], ["string", "Totam distinctio laborum repudiandae necessitatibus."], ["date", "2020-10-13"], ["time", "2000-01-01 09:43:11.224054"], ["datetime", "2021-01-03 17:10:35.616553"], ["created_at", "2020-11-24 10:44:18.868891"], ["updated_at", "2020-11-24 10:44:18.868891"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 22.2531446597284], ["string", "Ut veniam aspernatur suscipit dolor."], ["date", "2020-10-24"], ["time", "2000-01-01 11:57:58.989043"], ["datetime", "2020-12-01 12:41:29.342919"], ["created_at", "2020-11-24 10:44:18.871949"], ["updated_at", "2020-11-24 10:44:18.871949"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 29.549364125], ["string", "Voluptatem aut totam."], ["date", "2020-11-13"], ["time", "2000-01-01 01:00:07.595820"], ["datetime", "2020-12-14 08:24:25.138506"], ["created_at", "2020-11-24 10:44:18.875754"], ["updated_at", "2020-11-24 10:44:18.875754"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 16.2880360010111], ["string", "Aut alias at."], ["date", "2020-12-27"], ["time", "2000-01-01 04:53:02.493074"], ["datetime", "2021-01-02 21:09:36.064150"], ["created_at", "2020-11-24 10:44:18.878800"], ["updated_at", "2020-11-24 10:44:18.878800"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 12.5128820293375], ["string", "Blanditiis natus ut autem."], ["created_at", "2020-11-24 10:44:18.881214"], ["updated_at", "2020-11-24 10:44:18.881214"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 10.2449294390363], ["string", "Aut rerum sapiente quia qui ipsa."], ["created_at", "2020-11-24 10:44:18.883365"], ["updated_at", "2020-11-24 10:44:18.883365"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 1.08831363369496], ["string", "Temporibus esse quidem animi."], ["created_at", "2020-11-24 10:44:18.885800"], ["updated_at", "2020-11-24 10:44:18.885800"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 21.6765596873936], ["string", "Et provident et enim eum ut."], ["created_at", "2020-11-24 10:44:18.887903"], ["updated_at", "2020-11-24 10:44:18.887903"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 3.30452668988514], ["string", "Repudiandae corporis et."], ["created_at", "2020-11-24 10:44:18.889934"], ["updated_at", "2020-11-24 10:44:18.889934"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1024], ["decimal", -0.499018178232681], ["string", "Ex porro sint ullam officiis mollitia."], ["created_at", "2020-11-24 10:44:18.891880"], ["updated_at", "2020-11-24 10:44:18.891880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 7.4797009064835], ["string", "Occaecati ut temporibus."], ["created_at", "2020-11-24 10:44:18.893839"], ["updated_at", "2020-11-24 10:44:18.893839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1032], ["decimal", 2.32199335842781], ["string", "Accusamus quia sint nihil quis."], ["created_at", "2020-11-24 10:44:18.895837"], ["updated_at", "2020-11-24 10:44:18.895837"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 10:44:18.897320"], ["updated_at", "2020-11-24 10:44:18.897320"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 10:44:18.898630"], ["updated_at", "2020-11-24 10:44:18.898630"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 10:44:18.899862"], ["updated_at", "2020-11-24 10:44:18.899862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 10:44:18.901291"], ["updated_at", "2020-11-24 10:44:18.901291"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 10:44:18.902585"], ["updated_at", "2020-11-24 10:44:18.902585"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 10:44:18.903818"], ["updated_at", "2020-11-24 10:44:18.903818"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 10:44:18.905009"], ["updated_at", "2020-11-24 10:44:18.905009"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 10:44:18.906193"], ["updated_at", "2020-11-24 10:44:18.906193"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-24 10:44:18.907928"], ["updated_at", "2020-11-24 10:44:18.907928"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-24 10:44:18.909834"], ["updated_at", "2020-11-24 10:44:18.909834"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-24 10:44:18.911581"], ["updated_at", "2020-11-24 10:44:18.911581"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-24 10:44:18.913182"], ["updated_at", "2020-11-24 10:44:18.913182"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 1], ["created_at", "2020-11-24 10:44:18.914750"], ["updated_at", "2020-11-24 10:44:18.914750"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-24 10:44:18.916244"], ["updated_at", "2020-11-24 10:44:18.916244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 8], ["created_at", "2020-11-24 10:44:18.917842"], ["updated_at", "2020-11-24 10:44:18.917842"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-24 10:44:18.919394"], ["updated_at", "2020-11-24 10:44:18.919394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 10:44:18.920583"], ["updated_at", "2020-11-24 10:44:18.920583"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 10:44:18.921730"], ["updated_at", "2020-11-24 10:44:18.921730"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 10:44:18.922818"], ["updated_at", "2020-11-24 10:44:18.922818"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 10:44:18.923913"], ["updated_at", "2020-11-24 10:44:18.923913"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 10:44:18.925007"], ["updated_at", "2020-11-24 10:44:18.925007"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 10:44:18.926074"], ["updated_at", "2020-11-24 10:44:18.926074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 10:44:18.927157"], ["updated_at", "2020-11-24 10:44:18.927157"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 10:44:18.928271"], ["updated_at", "2020-11-24 10:44:18.928271"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.928966"], ["updated_at", "2020-11-24 10:44:18.928966"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.929601"], ["updated_at", "2020-11-24 10:44:18.929601"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.930204"], ["updated_at", "2020-11-24 10:44:18.930204"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.930806"], ["updated_at", "2020-11-24 10:44:18.930806"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.931409"], ["updated_at", "2020-11-24 10:44:18.931409"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.932034"], ["updated_at", "2020-11-24 10:44:18.932034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.932651"], ["updated_at", "2020-11-24 10:44:18.932651"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.933257"], ["updated_at", "2020-11-24 10:44:18.933257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.934663"], ["updated_at", "2020-11-24 10:44:18.934663"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.935813"], ["updated_at", "2020-11-24 10:44:18.935813"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.936889"], ["updated_at", "2020-11-24 10:44:18.936889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.937942"], ["updated_at", "2020-11-24 10:44:18.937942"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.938991"], ["updated_at", "2020-11-24 10:44:18.938991"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.940061"], ["updated_at", "2020-11-24 10:44:18.940061"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.941119"], ["updated_at", "2020-11-24 10:44:18.941119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:18.942169"], ["updated_at", "2020-11-24 10:44:18.942169"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 835 577 Kovacek Streets, East Lucius, MA 29565-9326"], ["city", "West Melba"], ["country", "Senegal"], ["description", "Quos non aut. Officia non a. Veritatis error nam."], ["email", "elna@example.net"], ["first_name", "Nathalie"], ["firstname", "Jessie"], ["last_name", "Grady"], ["lastname", "Boyer"], ["lat", "2.050056862443938"], ["latitute", "82.2020543352526"], ["lng", "41.687531367525025"], ["locale", "PM"], ["longitude", "24.603864812963025"], ["middlename", "Schroeder"], ["middle_name", "Simonis"], ["password", "E0yFrAyX00cYg0"], ["phone", "(823) 223-3868 x245"], ["phone_number", "1-776-620-9922 x760"], ["reference", "7e2b2e84-5149-4bf1-a05c-b7e863dfeadd"], ["title", "Laudantium laboriosam molestias quibusdam sint."], ["user_name", "shanta.schimmel"], ["username", "antonio"], ["uuid", "ebe40826-48d3-410e-8f95-f74f2a8a3aa5"], ["created_at", "2020-11-24 10:44:18.972447"], ["updated_at", "2020-11-24 10:44:18.972447"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "76792 Jimmy Brooks, Shanelleshire, MI 33034"], ["city", "West Jeanport"], ["country", "Venezuela"], ["description", "Enim non eligendi. Et soluta aliquid."], ["email", "kam.champlin@example.org"], ["first_name", "Lucille"], ["firstname", "Milton"], ["last_name", "Huels"], ["lastname", "Metz"], ["lat", "77.24564948053563"], ["latitute", "40.410639860829036"], ["lng", "-171.70199048618767"], ["locale", "NL"], ["longitude", "-48.08600447159634"], ["middlename", "Goldner"], ["middle_name", "Ebert"], ["password", "5UxUq4YhB"], ["phone", "(915) 486-8171 x8406"], ["phone_number", "840-013-1629 x98330"], ["reference", "b255e679-e880-4607-972c-05a78b17dfce"], ["title", "Debitis doloribus sed sunt."], ["user_name", "deadra"], ["username", "norman"], ["uuid", "e647175b-92ef-4d6d-991e-1cb50b496713"], ["created_at", "2020-11-24 10:44:18.998825"], ["updated_at", "2020-11-24 10:44:18.998825"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 356 4556 Welch Harbor, Lake Debbrahaven, CT 56780-3908"], ["city", "East Darrel"], ["country", "Norfolk Island"], ["description", "Nihil odit magnam. Et sed aut."], ["email", "brenton@example.io"], ["first_name", "Charley"], ["firstname", "Brandon"], ["last_name", "Koss"], ["lastname", "McGlynn"], ["lat", "-78.43993697987185"], ["latitute", "-24.85246293758945"], ["lng", "-137.08698500761562"], ["locale", "CF"], ["longitude", "118.20121137461604"], ["middlename", "Muller"], ["middle_name", "Haag"], ["password", "Qf5Gs47FuO"], ["phone", "918.974.3454 x1043"], ["phone_number", "1-206-794-9124 x226"], ["reference", "d20d6c39-948a-4f9a-90fa-cb335b7fc210"], ["title", "Dolor voluptatem sit amet."], ["user_name", "gerardo_gerlach"], ["username", "damien_miller"], ["uuid", "0cc29eb5-b676-4663-b824-8b4f3584097d"], ["created_at", "2020-11-24 10:44:19.026877"], ["updated_at", "2020-11-24 10:44:19.026877"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 546 3760 Drew Spring, Twannahaven, OR 35290"], ["city", "Jeanland"], ["country", "Malta"], ["description", "Hic ut aperiam. Et nihil vitae. Numquam enim tempora."], ["email", "maple@example.org"], ["first_name", "Candace"], ["firstname", "Candance"], ["last_name", "Murray"], ["lastname", "Ankunding"], ["lat", "-66.12022639342953"], ["latitute", "77.67843472291935"], ["lng", "-162.64712202903186"], ["locale", "BO"], ["longitude", "-149.2303620589255"], ["middlename", "Watsica"], ["middle_name", "Bergstrom"], ["password", "Co77Ir885"], ["phone", "(543) 596-4539"], ["phone_number", "737.375.7061 x057"], ["reference", "a490aacb-0b55-4679-a2bb-9709279a4bb3"], ["title", "Harum quaerat pariatur eum."], ["user_name", "lael_reilly"], ["username", "calvin"], ["uuid", "41a6d3cb-0f27-4756-886d-192cb2c29786"], ["created_at", "2020-11-24 10:44:19.051776"], ["updated_at", "2020-11-24 10:44:19.051776"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "816 Randal Spurs, Tremblayside, FL 92073"], ["city", "West Fredrick"], ["country", "Martinique"], ["description", "Deleniti sed modi. Similique qui eveniet. Fuga itaque saepe. Optio quas ipsa. Sequi praesentium occaecati."], ["email", "anika@example.co"], ["first_name", "Alex"], ["firstname", "Emanuel"], ["last_name", "Harber"], ["lastname", "Beier"], ["lat", "31.54009824227451"], ["latitute", "-13.47515275792722"], ["lng", "-152.7902273779341"], ["locale", "GM"], ["longitude", "16.370688525334145"], ["middlename", "Ullrich"], ["middle_name", "Konopelski"], ["password", "E86kKdGxLgDlUnUz"], ["phone", "1-373-794-2506"], ["phone_number", "749-452-1386 x994"], ["reference", "e6493820-daef-4a9e-b6ae-0c3c06644342"], ["title", "Est rerum non."], ["user_name", "boris"], ["username", "guadalupe"], ["uuid", "236de6fe-8fea-45cd-98cb-8003964ad02b"], ["created_at", "2020-11-24 10:44:19.087903"], ["updated_at", "2020-11-24 10:44:19.087903"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 913 630 Yanira Drive, West Tatianachester, DE 89483"], ["city", "Bernardomouth"], ["country", "Djibouti"], ["description", "Facilis repellendus ipsum. Illo dolor vero. Distinctio ipsam aut. Enim et rerum. Laborum quae cupiditate."], ["email", "rueben@example.io"], ["first_name", "Odette"], ["firstname", "Rolland"], ["last_name", "Kuhn"], ["lastname", "Halvorson"], ["lat", "-25.940893280100298"], ["latitute", "32.04765571854496"], ["lng", "150.81602593208038"], ["locale", "TM"], ["longitude", "108.23512591653736"], ["middlename", "Lynch"], ["middle_name", "Glover"], ["password", "3VuQpKnY"], ["phone", "(451) 659-8632"], ["phone_number", "(277) 091-0059 x0576"], ["reference", "efacd1ea-f3bd-4bf6-a01d-fce255656351"], ["title", "Eligendi quibusdam architecto."], ["user_name", "kerry_hermiston"], ["username", "karine"], ["uuid", "10b74702-d00a-4aff-9738-2f5294e7183a"], ["created_at", "2020-11-24 10:44:19.117345"], ["updated_at", "2020-11-24 10:44:19.117345"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 568 464 Manuela Estates, Lednertown, NE 77548"], ["city", "Greenfelderport"], ["country", "Guernsey"], ["description", "Pariatur qui enim. Nulla illum laborum. Rem voluptas natus. Sint et quae."], ["email", "milly@example.org"], ["first_name", "Jeremiah"], ["firstname", "Daine"], ["last_name", "Feeney"], ["lastname", "Stokes"], ["lat", "84.9697208395159"], ["latitute", "-17.148036686027623"], ["lng", "46.584953217740775"], ["locale", "NP"], ["longitude", "-134.0195042345946"], ["middlename", "Marks"], ["middle_name", "Erdman"], ["password", "Sn7TmR8zXlDl73J"], ["phone", "1-513-575-0617 x724"], ["phone_number", "1-434-411-8152 x25832"], ["reference", "3efabc39-b554-4d9b-8679-a7d7ff9d5824"], ["title", "Dicta placeat architecto eos."], ["user_name", "georgiann_ziemann"], ["username", "layla_goyette"], ["uuid", "b993b6d8-a4e4-43ac-af11-bf496c2671d2"], ["created_at", "2020-11-24 10:44:19.145080"], ["updated_at", "2020-11-24 10:44:19.145080"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 153 9155 Wisoky Garden, Hoegershire, OR 97696-3610"], ["city", "North Terry"], ["country", "Jersey"], ["description", "Aut sunt amet. Officiis sequi similique. Ducimus vero nesciunt. Ut aut reiciendis."], ["email", "merry@example.co"], ["first_name", "Henrietta"], ["firstname", "Terrence"], ["last_name", "Wintheiser"], ["lastname", "Johnson"], ["lat", "76.82570773102373"], ["latitute", "-8.266337954851764"], ["lng", "-42.04412949731014"], ["locale", "GG"], ["longitude", "46.1147609389227"], ["middlename", "Leffler"], ["middle_name", "Langosh"], ["password", "GhUkPtGbIyQ"], ["phone", "(175) 291-5336"], ["phone_number", "913-957-1756"], ["reference", "fcb9d92c-4606-4373-bf53-6cdc67ac7b51"], ["title", "Voluptatem qui ab ut."], ["user_name", "jeffrey.lubowitz"], ["username", "cathy_yundt"], ["uuid", "c89e7737-a916-4717-acca-5d4ede11939e"], ["created_at", "2020-11-24 10:44:19.170578"], ["updated_at", "2020-11-24 10:44:19.170578"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 10:44:19.172851"], ["updated_at", "2020-11-24 10:44:19.172851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 10:44:19.174465"], ["updated_at", "2020-11-24 10:44:19.174465"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 10:44:19.175941"], ["updated_at", "2020-11-24 10:44:19.175941"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 10:44:19.177438"], ["updated_at", "2020-11-24 10:44:19.177438"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 10:44:19.178986"], ["updated_at", "2020-11-24 10:44:19.178986"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 10:44:19.180610"], ["updated_at", "2020-11-24 10:44:19.180610"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 10:44:19.182310"], ["updated_at", "2020-11-24 10:44:19.182310"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 10:44:19.184522"], ["updated_at", "2020-11-24 10:44:19.184522"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:19.217030"], ["updated_at", "2020-11-24 10:44:19.217030"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:19.218498"], ["updated_at", "2020-11-24 10:44:19.218498"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:19.219661"], ["updated_at", "2020-11-24 10:44:19.219661"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:19.220758"], ["updated_at", "2020-11-24 10:44:19.220758"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:19.221855"], ["updated_at", "2020-11-24 10:44:19.221855"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:19.222979"], ["updated_at", "2020-11-24 10:44:19.222979"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:19.224037"], ["updated_at", "2020-11-24 10:44:19.224037"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:19.224883"], ["updated_at", "2020-11-24 10:44:19.224883"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:19.225847"], ["updated_at", "2020-11-24 10:44:19.225847"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:19.226799"], ["updated_at", "2020-11-24 10:44:19.226799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:19.227717"], ["updated_at", "2020-11-24 10:44:19.227717"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:19.228567"], ["updated_at", "2020-11-24 10:44:19.228567"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:19.229389"], ["updated_at", "2020-11-24 10:44:19.229389"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:19.230197"], ["updated_at", "2020-11-24 10:44:19.230197"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:19.231025"], ["updated_at", "2020-11-24 10:44:19.231025"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:19.231873"], ["updated_at", "2020-11-24 10:44:19.231873"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.1ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (3.2ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (10.6ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.2ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 800 38717 Ike Lodge, Pamilamouth, WI 08105-8217"], ["city", "South Elinor"], ["country", "Northern Mariana Islands"], ["description", "Et aspernatur officia. Commodi cum qui. Est vero necessitatibus. Laboriosam aliquid qui."], ["email", "wei_collins@example.org"], ["first_name", "Lawanda"], ["firstname", "Jona"], ["last_name", "Rippin"], ["lastname", "Jakubowski"], ["lat", "59.765716244136826"], ["latitute", "-23.355781704282407"], ["lng", "22.127062504302017"], ["locale", "RU"], ["longitude", "-173.94542331272547"], ["middlename", "Dooley"], ["middle_name", "Kuhic"], ["password", "IyA3sYkJfFu5WfF1"], ["phone", "(537) 838-1173 x203"], ["phone_number", "(558) 796-0298 x048"], ["reference", "a59d3e96-4e85-450e-8ca8-346330490d08"], ["title", "Ea ipsum dolore in corporis repellendus."], ["user_name", "delpha"], ["username", "jonah_schoen"], ["uuid", "4ed3b760-3277-46fb-b34c-24de06622fbc"], ["created_at", "2020-11-24 10:44:37.484185"], ["updated_at", "2020-11-24 10:44:37.484185"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "797 Justina Springs, Lake Lou, WA 15337-6255"], ["city", "Lake Gus"], ["country", "Belarus"], ["description", "Sit voluptates consectetur. Totam voluptas sequi. Rerum dolore et. Animi qui in."], ["email", "ira.stamm@example.biz"], ["first_name", "Ramiro"], ["firstname", "Billy"], ["last_name", "Stracke"], ["lastname", "Kiehn"], ["lat", "67.50946553103802"], ["latitute", "51.673496866961415"], ["lng", "154.78393361339056"], ["locale", "NE"], ["longitude", "105.1843230198516"], ["middlename", "Kuhlman"], ["middle_name", "Runte"], ["password", "1WzR1mY2gHb"], ["phone", "619-996-0403"], ["phone_number", "1-539-621-7764 x0404"], ["reference", "3086e9ff-b358-4762-bb53-65aa4164fb13"], ["title", "Debitis veritatis laborum facere."], ["user_name", "junior"], ["username", "tanner_veum"], ["uuid", "d232742a-3313-4350-8481-27e3a176c297"], ["created_at", "2020-11-24 10:44:37.506020"], ["updated_at", "2020-11-24 10:44:37.506020"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 864 44396 Hayes Oval, McLaughlinport, ND 02922-7140"], ["city", "Elinaport"], ["country", "Tunisia"], ["description", "Et doloribus nisi. Quas eos quo. In omnis et. Accusantium explicabo nemo."], ["email", "harry_ledner@example.net"], ["first_name", "Arielle"], ["firstname", "Mohamed"], ["last_name", "Green"], ["lastname", "Bahringer"], ["lat", "-76.20890600496008"], ["latitute", "-87.54811902488483"], ["lng", "-115.44872235824012"], ["locale", "BE"], ["longitude", "47.888196964523985"], ["middlename", "Haley"], ["middle_name", "Daugherty"], ["password", "FrAgUyBzVc9LhZd"], ["phone", "1-824-601-9483 x0003"], ["phone_number", "1-985-216-2065 x77560"], ["reference", "9e97575a-c6c0-48ae-90a7-6cd615b2a2ea"], ["title", "Eaque enim minima fuga."], ["user_name", "malcom"], ["username", "buddy.pagac"], ["uuid", "cf5c7010-fa04-4d63-8105-2114cc6e5d76"], ["created_at", "2020-11-24 10:44:37.527347"], ["updated_at", "2020-11-24 10:44:37.527347"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 719 86303 Petrina Fords, South Randolphport, SD 20169-3123"], ["city", "Lake Debbymouth"], ["country", "Guatemala"], ["description", "Doloribus est ab. Cupiditate magnam non. Ut nihil ipsum. In qui tempore. Et voluptates sit."], ["email", "desire@example.com"], ["first_name", "Milton"], ["firstname", "Normand"], ["last_name", "Ortiz"], ["lastname", "Heathcote"], ["lat", "58.288934035169746"], ["latitute", "-68.01729779057263"], ["lng", "-139.5273983245238"], ["locale", "SN"], ["longitude", "-50.77909463760568"], ["middlename", "Sanford"], ["middle_name", "Johnston"], ["password", "UsJy7H2j"], ["phone", "487-071-6463 x38695"], ["phone_number", "399.592.7831 x19406"], ["reference", "9d8a6d21-3899-4096-91ca-f57ca31b5e2a"], ["title", "Doloribus voluptatem repudiandae reiciendis consequatur et."], ["user_name", "theresa"], ["username", "fred"], ["uuid", "792192d2-3f3d-4c0c-b697-4ca8e09cba97"], ["created_at", "2020-11-24 10:44:37.556924"], ["updated_at", "2020-11-24 10:44:37.556924"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "5811 Dannie Rue, Mosheville, CT 69585"], ["city", "Port Zachery"], ["country", "Lesotho"], ["description", "Minima rerum cupiditate. Aut quia neque. Quisquam quia dolore. Odio sint animi."], ["email", "octavia@example.name"], ["first_name", "Genna"], ["firstname", "Brady"], ["last_name", "Mueller"], ["lastname", "Sipes"], ["lat", "62.612701145346165"], ["latitute", "27.85135277681401"], ["lng", "76.52982660017932"], ["locale", "PH"], ["longitude", "-24.29313391322779"], ["middlename", "Wilderman"], ["middle_name", "Boyer"], ["password", "8LxKdD5qDh"], ["phone", "1-195-677-3844"], ["phone_number", "786-168-5689 x75516"], ["reference", "cea1723c-4a34-49d3-8ea9-b798bf411b6e"], ["title", "Maiores laudantium porro."], ["user_name", "chas_farrell"], ["username", "sonny"], ["uuid", "dc28d516-18b8-492a-bdb7-6cb52cdf1ef9"], ["created_at", "2020-11-24 10:44:37.579161"], ["updated_at", "2020-11-24 10:44:37.579161"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 317 37891 Aufderhar Causeway, North Erik, MO 19581"], ["city", "South Arturomouth"], ["country", "China"], ["description", "Provident quia autem. Assumenda excepturi et. Veritatis distinctio est. Dolor dignissimos consequatur."], ["email", "demetrius_ratke@example.co"], ["first_name", "Aubrey"], ["firstname", "Luetta"], ["last_name", "Abshire"], ["lastname", "Schulist"], ["lat", "15.841436592334361"], ["latitute", "-1.6698758157494922"], ["lng", "179.3146466342705"], ["locale", "SA"], ["longitude", "100.02515605698278"], ["middlename", "Bartell"], ["middle_name", "Connelly"], ["password", "2QwT6hHf0Cd"], ["phone", "600-511-1052"], ["phone_number", "443.762.3703 x74933"], ["reference", "6b49864d-5a72-47c8-865a-d19ec24a88e9"], ["title", "Optio facere aspernatur."], ["user_name", "jordan.hammes"], ["username", "verda.borer"], ["uuid", "4ae233a2-2d3e-4f2e-9dfa-3b4a092631c8"], ["created_at", "2020-11-24 10:44:37.601087"], ["updated_at", "2020-11-24 10:44:37.601087"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 599 604 Tommy Cape, Yangbury, WY 25490"], ["city", "South Shane"], ["country", "Mongolia"], ["description", "Animi consequuntur ut. Perferendis nobis quis."], ["email", "horace.oconner@example.info"], ["first_name", "Arthur"], ["firstname", "Saran"], ["last_name", "Hamill"], ["lastname", "Tillman"], ["lat", "-70.20362377595899"], ["latitute", "47.55134367944794"], ["lng", "0.021709596262297737"], ["locale", "AF"], ["longitude", "166.16360382256306"], ["middlename", "Graham"], ["middle_name", "Morissette"], ["password", "6HoShGlRa9A"], ["phone", "1-193-529-2929 x040"], ["phone_number", "1-444-303-2467"], ["reference", "990ebc4f-a8a8-4f74-9986-1437f48be6e4"], ["title", "Id recusandae corporis consectetur expedita ut."], ["user_name", "mildred.kemmer"], ["username", "lannie"], ["uuid", "667814f8-f950-4154-a2f8-d9b26ba44ca1"], ["created_at", "2020-11-24 10:44:37.622527"], ["updated_at", "2020-11-24 10:44:37.622527"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 148 9239 Johnny Ford, South Efrenburgh, SC 66534"], ["city", "West Nathanial"], ["country", "Rwanda"], ["description", "Excepturi ipsum ratione. Pariatur qui voluptatibus. Dolore fuga sunt."], ["email", "jonelle_von@example.biz"], ["first_name", "Oswaldo"], ["firstname", "Chance"], ["last_name", "Powlowski"], ["lastname", "Steuber"], ["lat", "10.337392052569982"], ["latitute", "-42.391991750831515"], ["lng", "161.03149966419915"], ["locale", "PR"], ["longitude", "26.934186448821407"], ["middlename", "Nolan"], ["middle_name", "Schoen"], ["password", "OlOiZmIqK"], ["phone", "1-906-424-5116 x5213"], ["phone_number", "200.313.9255 x254"], ["reference", "6032354a-5c9a-4640-8b10-17c6fe44e803"], ["title", "Suscipit sint dolore consequatur dicta iusto."], ["user_name", "petra_hammes"], ["username", "miyoko.littel"], ["uuid", "879d6dae-c3f0-4b49-b3de-19620fac73a7"], ["created_at", "2020-11-24 10:44:37.650149"], ["updated_at", "2020-11-24 10:44:37.650149"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 804 545 Kub Plaza, North Latriciabury, SC 19653"], ["city", "South Shaquanafort"], ["country", "Cape Verde"], ["description", "Saepe nihil dolor. Esse eius sunt. Ratione sint ut. Exercitationem blanditiis delectus. Sed ea est."], ["email", "eleonora@example.net"], ["first_name", "Lyndsay"], ["firstname", "Clement"], ["last_name", "Bednar"], ["lastname", "Heidenreich"], ["lat", "-17.335585252250155"], ["latitute", "-48.875470913509574"], ["lng", "26.391674673103495"], ["locale", "KW"], ["longitude", "70.34214777249906"], ["middlename", "Goyette"], ["middle_name", "Schaden"], ["password", "WrTvTeOf24RzIzGx"], ["phone", "1-776-897-8735"], ["phone_number", "828.174.5096"], ["reference", "e98adb4a-7b9c-4a4c-97ba-11416427eab3"], ["title", "Nobis neque at voluptatem eligendi consectetur."], ["user_name", "sung.okuneva"], ["username", "doug"], ["uuid", "869f357b-ad67-466f-9657-d5cfb5729ca8"], ["created_at", "2020-11-24 10:44:37.672273"], ["updated_at", "2020-11-24 10:44:37.672273"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 179 182 Langworth Walk, Lake Tyroneberg, WA 94428-3507"], ["city", "O'Harahaven"], ["country", "Guam"], ["description", "Consequatur aliquid rerum. Et expedita dolorem. Vitae neque tempora. Assumenda culpa ut. Culpa voluptas at."], ["email", "major@example.com"], ["first_name", "Donald"], ["firstname", "Rhett"], ["last_name", "Casper"], ["lastname", "Moen"], ["lat", "-57.03091918199773"], ["latitute", "-32.59821432403007"], ["lng", "57.16075178359938"], ["locale", "NL"], ["longitude", "51.25781493556906"], ["middlename", "Roob"], ["middle_name", "Ziemann"], ["password", "UhNqK98vKa3Q859"], ["phone", "758.285.3939"], ["phone_number", "(274) 574-7498 x599"], ["reference", "eb8183b8-364f-4ff3-ad9e-04ce6fb5f390"], ["title", "Vitae non consequuntur vero dicta cum."], ["user_name", "willette.stiedemann"], ["username", "kyoko"], ["uuid", "5e48e300-e0cb-4ddd-9d57-d57a8d6ed0c2"], ["created_at", "2020-11-24 10:44:37.693919"], ["updated_at", "2020-11-24 10:44:37.693919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 22], ["decimal", 25.1292992131936], ["string", "Et libero minima."], ["date", "2020-11-15"], ["time", "2000-01-01 12:29:45.510858"], ["datetime", "2020-12-16 03:15:04.618602"], ["created_at", "2020-11-24 10:44:37.719150"], ["updated_at", "2020-11-24 10:44:37.719150"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 28.0913298501422], ["string", "Asperiores fugit a."], ["created_at", "2020-11-24 10:44:37.727125"], ["updated_at", "2020-11-24 10:44:37.727125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 10:44:37.733640"], ["updated_at", "2020-11-24 10:44:37.733640"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 10:44:37.739277"], ["updated_at", "2020-11-24 10:44:37.739277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 10:44:37.743970"], ["updated_at", "2020-11-24 10:44:37.743970"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:37.749487"], ["updated_at", "2020-11-24 10:44:37.749487"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:37.763286"], ["updated_at", "2020-11-24 10:44:37.763286"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "36095 Benton Dam, North Noah, OK 43809-0688"], ["city", "Gradyville"], ["country", "Congo"], ["description", "Asperiores corrupti repellendus. Qui ab ratione. Eum saepe vero. Eligendi dolorem doloribus. Nisi impedit quo."], ["email", "asha@example.info"], ["first_name", "Dell"], ["firstname", "Sunshine"], ["last_name", "Hagenes"], ["lastname", "Miller"], ["lat", "52.87336333606103"], ["latitute", "-24.489980664092357"], ["lng", "-115.95802281533042"], ["locale", "VC"], ["longitude", "17.18304532648665"], ["middlename", "Dickinson"], ["middle_name", "Kuhn"], ["password", "ArH0kVvPjK73o"], ["phone", "146-202-9593 x83099"], ["phone_number", "283-717-7646 x1673"], ["reference", "3caca047-5959-4785-a09f-fc5fcca19b4e"], ["title", "Suscipit quod aut voluptatum aliquam."], ["user_name", "fatimah"], ["username", "walton_ernser"], ["uuid", "a0654898-1fda-4b38-b3a2-640461d7ac6e"], ["created_at", "2020-11-24 10:44:37.788852"], ["updated_at", "2020-11-24 10:44:37.788852"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 10:44:37.793696"], ["updated_at", "2020-11-24 10:44:37.793696"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:37.803146"], ["updated_at", "2020-11-24 10:44:37.803146"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:37.806166"], ["updated_at", "2020-11-24 10:44:37.806166"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 25], ["decimal", 12.3342459144498], ["string", "Adipisci quas incidunt minus."], ["date", "2020-12-25"], ["time", "2000-01-01 02:23:35.641354"], ["datetime", "2020-12-10 15:55:52.350051"], ["created_at", "2020-11-24 10:44:37.814611"], ["updated_at", "2020-11-24 10:44:37.814611"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 17.3066225233629], ["string", "Alias tenetur minima vel molestias."], ["date", "2020-11-16"], ["time", "2000-01-01 00:34:07.833308"], ["datetime", "2020-12-24 03:27:09.927994"], ["created_at", "2020-11-24 10:44:37.819220"], ["updated_at", "2020-11-24 10:44:37.819220"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 18.5593548859643], ["string", "Ipsum pariatur tempora alias."], ["date", "2020-11-15"], ["time", "2000-01-01 12:01:44.916147"], ["datetime", "2020-10-18 08:22:11.433320"], ["created_at", "2020-11-24 10:44:37.823756"], ["updated_at", "2020-11-24 10:44:37.823756"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 24], ["decimal", 5.6213823292845], ["string", "Labore corrupti voluptatem excepturi eligendi exercitationem."], ["date", "2020-12-21"], ["time", "2000-01-01 14:01:11.578421"], ["datetime", "2020-10-25 13:36:59.778990"], ["created_at", "2020-11-24 10:44:37.827217"], ["updated_at", "2020-11-24 10:44:37.827217"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 18.3663981881298], ["string", "Occaecati deleniti nam quis."], ["date", "2020-12-25"], ["time", "2000-01-01 19:07:19.651120"], ["datetime", "2020-11-22 15:35:22.699724"], ["created_at", "2020-11-24 10:44:37.829982"], ["updated_at", "2020-11-24 10:44:37.829982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 0.246916012238602], ["string", "Optio nisi dolorem provident beatae alias."], ["date", "2020-12-24"], ["time", "2000-01-01 12:40:05.452095"], ["datetime", "2020-12-23 03:55:02.818444"], ["created_at", "2020-11-24 10:44:37.832517"], ["updated_at", "2020-11-24 10:44:37.832517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 24.1847752442841], ["string", "Animi architecto amet modi aut."], ["date", "2020-11-02"], ["time", "2000-01-01 06:37:07.965626"], ["datetime", "2020-10-31 17:05:13.735011"], ["created_at", "2020-11-24 10:44:37.835366"], ["updated_at", "2020-11-24 10:44:37.835366"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 20.6825603423989], ["string", "Exercitationem corporis aspernatur aliquam ut consectetur."], ["date", "2020-11-01"], ["time", "2000-01-01 15:59:54.116322"], ["datetime", "2020-11-29 21:43:26.369420"], ["created_at", "2020-11-24 10:44:37.837847"], ["updated_at", "2020-11-24 10:44:37.837847"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 31.2524745895695], ["string", "Esse nemo velit sed."], ["created_at", "2020-11-24 10:44:37.840107"], ["updated_at", "2020-11-24 10:44:37.840107"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 14.5603436253322], ["string", "Quos nesciunt sed eum."], ["created_at", "2020-11-24 10:44:37.842261"], ["updated_at", "2020-11-24 10:44:37.842261"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 7.73986388002969], ["string", "Unde in laboriosam."], ["created_at", "2020-11-24 10:44:37.844423"], ["updated_at", "2020-11-24 10:44:37.844423"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 6.30820326601031], ["string", "Voluptas rerum tempore in."], ["created_at", "2020-11-24 10:44:37.846428"], ["updated_at", "2020-11-24 10:44:37.846428"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 23.0551242562755], ["string", "Rerum ut eos consequatur laudantium."], ["created_at", "2020-11-24 10:44:37.848312"], ["updated_at", "2020-11-24 10:44:37.848312"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 14.8338790375066], ["string", "Earum modi vel expedita numquam."], ["created_at", "2020-11-24 10:44:37.850145"], ["updated_at", "2020-11-24 10:44:37.850145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 2.29822614132823], ["string", "Recusandae reprehenderit accusamus voluptates."], ["created_at", "2020-11-24 10:44:37.852073"], ["updated_at", "2020-11-24 10:44:37.852073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 6.50627612504366], ["string", "Optio distinctio voluptates eligendi sapiente."], ["created_at", "2020-11-24 10:44:37.853915"], ["updated_at", "2020-11-24 10:44:37.853915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 10:44:37.855266"], ["updated_at", "2020-11-24 10:44:37.855266"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 10:44:37.856434"], ["updated_at", "2020-11-24 10:44:37.856434"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 10:44:37.857537"], ["updated_at", "2020-11-24 10:44:37.857537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 10:44:37.858603"], ["updated_at", "2020-11-24 10:44:37.858603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 10:44:37.859657"], ["updated_at", "2020-11-24 10:44:37.859657"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 10:44:37.860729"], ["updated_at", "2020-11-24 10:44:37.860729"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 10:44:37.861795"], ["updated_at", "2020-11-24 10:44:37.861795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 10:44:37.862861"], ["updated_at", "2020-11-24 10:44:37.862861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-24 10:44:37.864407"], ["updated_at", "2020-11-24 10:44:37.864407"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 3], ["created_at", "2020-11-24 10:44:37.865921"], ["updated_at", "2020-11-24 10:44:37.865921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-24 10:44:37.867383"], ["updated_at", "2020-11-24 10:44:37.867383"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-24 10:44:37.868855"], ["updated_at", "2020-11-24 10:44:37.868855"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 6], ["created_at", "2020-11-24 10:44:37.870327"], ["updated_at", "2020-11-24 10:44:37.870327"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 7], ["created_at", "2020-11-24 10:44:37.871795"], ["updated_at", "2020-11-24 10:44:37.871795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-24 10:44:37.873267"], ["updated_at", "2020-11-24 10:44:37.873267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-24 10:44:37.874733"], ["updated_at", "2020-11-24 10:44:37.874733"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 10:44:37.875900"], ["updated_at", "2020-11-24 10:44:37.875900"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 10:44:37.877079"], ["updated_at", "2020-11-24 10:44:37.877079"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 10:44:37.878180"], ["updated_at", "2020-11-24 10:44:37.878180"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 10:44:37.879305"], ["updated_at", "2020-11-24 10:44:37.879305"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 10:44:37.880395"], ["updated_at", "2020-11-24 10:44:37.880395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 10:44:37.881475"], ["updated_at", "2020-11-24 10:44:37.881475"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 10:44:37.882585"], ["updated_at", "2020-11-24 10:44:37.882585"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 10:44:37.883682"], ["updated_at", "2020-11-24 10:44:37.883682"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:37.884391"], ["updated_at", "2020-11-24 10:44:37.884391"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:37.885027"], ["updated_at", "2020-11-24 10:44:37.885027"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:37.885626"], ["updated_at", "2020-11-24 10:44:37.885626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:37.886224"], ["updated_at", "2020-11-24 10:44:37.886224"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:37.886822"], ["updated_at", "2020-11-24 10:44:37.886822"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:37.887431"], ["updated_at", "2020-11-24 10:44:37.887431"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:37.888042"], ["updated_at", "2020-11-24 10:44:37.888042"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:37.888644"], ["updated_at", "2020-11-24 10:44:37.888644"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:37.889866"], ["updated_at", "2020-11-24 10:44:37.889866"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:37.890971"], ["updated_at", "2020-11-24 10:44:37.890971"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:37.892052"], ["updated_at", "2020-11-24 10:44:37.892052"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:37.893130"], ["updated_at", "2020-11-24 10:44:37.893130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:37.894184"], ["updated_at", "2020-11-24 10:44:37.894184"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:37.895235"], ["updated_at", "2020-11-24 10:44:37.895235"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:37.896287"], ["updated_at", "2020-11-24 10:44:37.896287"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:37.897347"], ["updated_at", "2020-11-24 10:44:37.897347"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 286 235 Kilback Well, South Tobyborough, VA 16917"], ["city", "New Dudley"], ["country", "Guadeloupe"], ["description", "Quo temporibus unde. Illo qui sit. Esse enim laborum. Iusto vel dolor. Facere est atque."], ["email", "buena@example.io"], ["first_name", "Kevin"], ["firstname", "Irving"], ["last_name", "Shanahan"], ["lastname", "Baumbach"], ["lat", "78.32340961976004"], ["latitute", "-85.65037786152237"], ["lng", "-175.447971797102"], ["locale", "MD"], ["longitude", "-60.94299972298316"], ["middlename", "Mitchell"], ["middle_name", "Brown"], ["password", "3FnUwLmGxSx2I"], ["phone", "559.592.8787 x5714"], ["phone_number", "286.527.1572 x45098"], ["reference", "0c745754-6008-4d51-a246-4e9a2cdb115c"], ["title", "Eum sit eos."], ["user_name", "cecile.balistreri"], ["username", "yuri"], ["uuid", "b1999433-02a5-4ebf-8121-5cec51702896"], ["created_at", "2020-11-24 10:44:37.927903"], ["updated_at", "2020-11-24 10:44:37.927903"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "95782 Ahmad Drive, Lake Quintinshire, AR 29111-1046"], ["city", "East Carol"], ["country", "Bhutan"], ["description", "Ipsa illo repellendus. Est numquam iste. Qui et nostrum. Nihil et exercitationem."], ["email", "chi.nienow@example.io"], ["first_name", "Trinidad"], ["firstname", "Karly"], ["last_name", "Spinka"], ["lastname", "Moore"], ["lat", "32.82586101540984"], ["latitute", "79.93345058143876"], ["lng", "-49.2415418017203"], ["locale", "SA"], ["longitude", "25.8973829198398"], ["middlename", "Bogisich"], ["middle_name", "Wyman"], ["password", "9RaZiTwPoS"], ["phone", "698.265.7013 x2580"], ["phone_number", "1-429-961-4939 x19357"], ["reference", "66377a6a-ecf4-4ea6-820d-1ee524e56d4e"], ["title", "Voluptate saepe reiciendis."], ["user_name", "bernard_roob"], ["username", "marquitta"], ["uuid", "a61ebd31-ee6d-46bc-9026-afabc83f6f46"], ["created_at", "2020-11-24 10:44:37.950063"], ["updated_at", "2020-11-24 10:44:37.950063"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 373 97525 Cora Squares, Jackfort, AK 59861"], ["city", "Blockchester"], ["country", "El Salvador"], ["description", "Repudiandae ex tempore. Autem aut sunt. Et fugiat distinctio. Dolor consequatur quod."], ["email", "vaughn@example.com"], ["first_name", "Hannah"], ["firstname", "Ricky"], ["last_name", "Schroeder"], ["lastname", "Prosacco"], ["lat", "-11.048829625906933"], ["latitute", "-1.3937649035673019"], ["lng", "166.31063978553118"], ["locale", "SH"], ["longitude", "153.8633821338052"], ["middlename", "West"], ["middle_name", "Rogahn"], ["password", "733LfQpB34"], ["phone", "871.527.3202"], ["phone_number", "579.929.4752"], ["reference", "4d5e339e-e3d8-4aea-b647-9b560c9e1a29"], ["title", "Corrupti recusandae veritatis."], ["user_name", "assunta_okon"], ["username", "son"], ["uuid", "d8c13d19-e36f-4d6e-ae47-54f999202ea2"], ["created_at", "2020-11-24 10:44:37.971653"], ["updated_at", "2020-11-24 10:44:37.971653"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "13853 Gerhold Brook, Steuberstad, ME 71589-7946"], ["city", "Lake Jonathanview"], ["country", "Gibraltar"], ["description", "Molestias totam sed. Explicabo veniam velit. Repellat sunt error. Sunt consequatur deserunt."], ["email", "melvin.little@example.net"], ["first_name", "Mel"], ["firstname", "Easter"], ["last_name", "Homenick"], ["lastname", "Kautzer"], ["lat", "43.09871197852084"], ["latitute", "-18.534572186787187"], ["lng", "139.50734136361586"], ["locale", "MT"], ["longitude", "-23.871263582543406"], ["middlename", "Schoen"], ["middle_name", "Kling"], ["password", "FfInAxTrMwMu5"], ["phone", "1-424-647-8060 x10167"], ["phone_number", "925.574.8743 x8690"], ["reference", "d4f3af5c-2915-4f6f-9394-c1dc734392cc"], ["title", "Autem corporis sed laboriosam qui fugit."], ["user_name", "jaime.schowalter"], ["username", "marin.gottlieb"], ["uuid", "56148d9a-fcc7-473f-b855-8aa1ca9ffc37"], ["created_at", "2020-11-24 10:44:37.992971"], ["updated_at", "2020-11-24 10:44:37.992971"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "91632 Otto Ridge, New Mahalia, OH 56756-2499"], ["city", "Lake Kylee"], ["country", "Equatorial Guinea"], ["description", "Deserunt dolor eum. Sequi molestiae facilis. Occaecati ipsam voluptate. Atque enim optio."], ["email", "devorah_cremin@example.name"], ["first_name", "Shanell"], ["firstname", "Carrol"], ["last_name", "Ortiz"], ["lastname", "Gislason"], ["lat", "-72.37251043262052"], ["latitute", "18.42392767602371"], ["lng", "76.31775843627463"], ["locale", "CR"], ["longitude", "125.4743052476361"], ["middlename", "Davis"], ["middle_name", "Kautzer"], ["password", "1Yg8FbDr43IyVeJc"], ["phone", "988-874-5007 x89945"], ["phone_number", "817-840-4147"], ["reference", "e668bd66-420d-475d-9cea-9b46419bb917"], ["title", "Ut rerum culpa."], ["user_name", "fredric"], ["username", "mina"], ["uuid", "dcf7a025-2ce3-4709-811c-7676f2d62009"], ["created_at", "2020-11-24 10:44:38.021194"], ["updated_at", "2020-11-24 10:44:38.021194"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "70866 Kelly Prairie, Port Kandaceborough, MS 17025"], ["city", "Kshlerinview"], ["country", "Nepal"], ["description", "Quia esse odio. Necessitatibus eveniet quas. In ut consequuntur."], ["email", "tony_reynolds@example.info"], ["first_name", "Terrell"], ["firstname", "Jacob"], ["last_name", "Wehner"], ["lastname", "Kris"], ["lat", "-26.0778067798186"], ["latitute", "-72.40891972094109"], ["lng", "96.14677761855143"], ["locale", "GB"], ["longitude", "-66.24516539489939"], ["middlename", "Bartoletti"], ["middle_name", "Cummerata"], ["password", "MmLdMoIjQe"], ["phone", "1-577-987-9268"], ["phone_number", "1-487-602-7995 x861"], ["reference", "f99d2e57-2b3a-48cf-80b2-6b8599b9153b"], ["title", "Et eos consequatur."], ["user_name", "antonio"], ["username", "brian"], ["uuid", "91123a26-e1b1-464a-97cd-1fe5323edd66"], ["created_at", "2020-11-24 10:44:38.043108"], ["updated_at", "2020-11-24 10:44:38.043108"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 650 43857 Raymond Extension, Cliffordshire, VA 15844"], ["city", "East Deidre"], ["country", "Bahrain"], ["description", "Commodi a et. Possimus dolores atque. Minus vero non. Ex voluptatem rem."], ["email", "thanh.mills@example.com"], ["first_name", "Veronique"], ["firstname", "Wilford"], ["last_name", "Turcotte"], ["lastname", "McDermott"], ["lat", "-67.78779480135444"], ["latitute", "-85.70835313452372"], ["lng", "-122.78737832748475"], ["locale", "CG"], ["longitude", "-83.83372092609355"], ["middlename", "Jerde"], ["middle_name", "Senger"], ["password", "IgLbKmMaL3d59Jc"], ["phone", "1-162-058-3378"], ["phone_number", "100-461-9131 x173"], ["reference", "f2b36b48-0e59-4cc1-8652-0a89347b80f1"], ["title", "Deserunt aut possimus."], ["user_name", "levi"], ["username", "allegra_dubuque"], ["uuid", "d417f3cf-0f0d-4f64-a578-537d4075e953"], ["created_at", "2020-11-24 10:44:38.064743"], ["updated_at", "2020-11-24 10:44:38.064743"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8536 Rogahn Lodge, New Lynettehaven, GA 40893-8614"], ["city", "Lake Newtonland"], ["country", "Oman"], ["description", "Consequuntur cumque est. Velit veniam illo. Omnis sint et. Nobis eum quia."], ["email", "estrella@example.com"], ["first_name", "Vickie"], ["firstname", "Carlene"], ["last_name", "Hahn"], ["lastname", "Pouros"], ["lat", "23.963294100221944"], ["latitute", "58.459062039505"], ["lng", "153.65185780458756"], ["locale", "BV"], ["longitude", "-161.57408429832543"], ["middlename", "Maggio"], ["middle_name", "Walker"], ["password", "K7vCjM6yOfK2hImT"], ["phone", "525.504.2550 x967"], ["phone_number", "746-383-9243"], ["reference", "8dd96db5-9dc6-492d-ba89-4f76120c0601"], ["title", "Laboriosam deserunt explicabo maxime enim."], ["user_name", "lloyd_marvin"], ["username", "andre"], ["uuid", "68523145-3a60-4a96-b29b-f25e90e8458e"], ["created_at", "2020-11-24 10:44:38.086176"], ["updated_at", "2020-11-24 10:44:38.086176"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 10:44:38.088108"], ["updated_at", "2020-11-24 10:44:38.088108"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 10:44:38.089253"], ["updated_at", "2020-11-24 10:44:38.089253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 10:44:38.090316"], ["updated_at", "2020-11-24 10:44:38.090316"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 10:44:38.091383"], ["updated_at", "2020-11-24 10:44:38.091383"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 10:44:38.092462"], ["updated_at", "2020-11-24 10:44:38.092462"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 10:44:38.093518"], ["updated_at", "2020-11-24 10:44:38.093518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 10:44:38.094568"], ["updated_at", "2020-11-24 10:44:38.094568"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 10:44:38.095613"], ["updated_at", "2020-11-24 10:44:38.095613"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:38.118467"], ["updated_at", "2020-11-24 10:44:38.118467"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:38.119260"], ["updated_at", "2020-11-24 10:44:38.119260"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:38.119877"], ["updated_at", "2020-11-24 10:44:38.119877"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:38.120496"], ["updated_at", "2020-11-24 10:44:38.120496"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:38.121097"], ["updated_at", "2020-11-24 10:44:38.121097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:38.121697"], ["updated_at", "2020-11-24 10:44:38.121697"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:38.122302"], ["updated_at", "2020-11-24 10:44:38.122302"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:38.122902"], ["updated_at", "2020-11-24 10:44:38.122902"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:38.123547"], ["updated_at", "2020-11-24 10:44:38.123547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:38.124199"], ["updated_at", "2020-11-24 10:44:38.124199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:38.124823"], ["updated_at", "2020-11-24 10:44:38.124823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:38.125449"], ["updated_at", "2020-11-24 10:44:38.125449"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:38.126074"], ["updated_at", "2020-11-24 10:44:38.126074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:38.126696"], ["updated_at", "2020-11-24 10:44:38.126696"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:38.127326"], ["updated_at", "2020-11-24 10:44:38.127326"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:38.127950"], ["updated_at", "2020-11-24 10:44:38.127950"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 23.8100674782633], ["string", "Qui cupiditate tempore animi."], ["date", "2020-12-09"], ["time", "2000-01-01 02:33:57.370802"], ["datetime", "2020-11-26 23:11:08.725807"], ["created_at", "2020-11-24 10:44:38.161022"], ["updated_at", "2020-11-24 10:44:38.161022"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 23], ["decimal", 0.14605331502428], ["string", "Ut corporis aliquam rerum."], ["date", "2020-11-25"], ["time", "2000-01-01 14:07:37.635648"], ["datetime", "2020-10-29 07:56:41.937496"], ["created_at", "2020-11-24 10:44:38.163877"], ["updated_at", "2020-11-24 10:44:38.163877"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 4.57606276361], ["string", "Aut voluptatem qui voluptas similique."], ["date", "2020-10-29"], ["time", "2000-01-01 04:41:49.302435"], ["datetime", "2020-11-27 03:04:15.909521"], ["created_at", "2020-11-24 10:44:38.166812"], ["updated_at", "2020-11-24 10:44:38.166812"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 1.45534764910386], ["string", "Architecto necessitatibus ratione adipisci."], ["date", "2020-10-27"], ["time", "2000-01-01 16:28:08.416239"], ["datetime", "2020-11-17 18:22:26.122132"], ["created_at", "2020-11-24 10:44:38.173698"], ["updated_at", "2020-11-24 10:44:38.173698"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 7.28626974363581], ["string", "Libero est et."], ["date", "2020-11-19"], ["time", "2000-01-01 14:02:26.570719"], ["datetime", "2020-11-17 06:41:20.335952"], ["created_at", "2020-11-24 10:44:38.177519"], ["updated_at", "2020-11-24 10:44:38.177519"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 0.0546593161669373], ["string", "Voluptatem est illo porro et qui."], ["date", "2020-10-26"], ["time", "2000-01-01 15:56:17.699921"], ["datetime", "2020-11-16 18:35:55.142007"], ["created_at", "2020-11-24 10:44:38.180296"], ["updated_at", "2020-11-24 10:44:38.180296"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:38.183131"], ["updated_at", "2020-11-24 10:44:38.183131"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 4.70632384613548], ["string", "Odit tempora corrupti voluptatum."], ["date", "2020-11-14"], ["time", "2000-01-01 09:59:58.886631"], ["datetime", "2020-12-15 07:59:29.672048"], ["created_at", "2020-11-24 10:44:38.213691"], ["updated_at", "2020-11-24 10:44:38.213691"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 0.594299366019696], ["string", "Rerum nam in cumque."], ["date", "2020-11-10"], ["time", "2000-01-01 16:55:58.067272"], ["datetime", "2020-11-06 06:49:34.436809"], ["created_at", "2020-11-24 10:44:38.216722"], ["updated_at", "2020-11-24 10:44:38.216722"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 27], ["decimal", 29.0772844098669], ["string", "Nemo cum nostrum."], ["date", "2020-11-13"], ["time", "2000-01-01 18:39:14.728176"], ["datetime", "2020-12-24 21:03:03.423205"], ["created_at", "2020-11-24 10:44:38.219914"], ["updated_at", "2020-11-24 10:44:38.219914"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 24.8618591548907], ["string", "Voluptates voluptatem odio."], ["date", "2020-12-06"], ["time", "2000-01-01 08:48:31.993875"], ["datetime", "2020-10-18 02:05:17.804819"], ["created_at", "2020-11-24 10:44:38.223206"], ["updated_at", "2020-11-24 10:44:38.223206"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 24], ["decimal", 1.15989463754238], ["string", "Impedit est ut ducimus vel saepe."], ["date", "2020-11-23"], ["time", "2000-01-01 09:05:02.621390"], ["datetime", "2020-12-20 09:32:31.660309"], ["created_at", "2020-11-24 10:44:38.226553"], ["updated_at", "2020-11-24 10:44:38.226553"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 24.4806508420208], ["string", "Voluptas magnam deserunt consequatur repudiandae laudantium."], ["date", "2020-10-17"], ["time", "2000-01-01 00:39:59.205761"], ["datetime", "2020-12-14 15:23:24.437542"], ["created_at", "2020-11-24 10:44:38.229206"], ["updated_at", "2020-11-24 10:44:38.229206"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 5.62601680445035], ["string", "Fugiat deserunt tempore."], ["date", "2020-11-21"], ["time", "2000-01-01 19:31:03.365553"], ["datetime", "2020-12-21 00:02:38.092748"], ["created_at", "2020-11-24 10:44:38.231800"], ["updated_at", "2020-11-24 10:44:38.231800"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 15.2568326422205], ["string", "Aperiam repellat aut."], ["date", "2020-10-18"], ["time", "2000-01-01 05:32:46.883634"], ["datetime", "2020-11-05 04:40:33.973043"], ["created_at", "2020-11-24 10:44:38.234901"], ["updated_at", "2020-11-24 10:44:38.234901"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 12.2190845509164], ["string", "Ex earum eum molestias sint quos."], ["created_at", "2020-11-24 10:44:38.237626"], ["updated_at", "2020-11-24 10:44:38.237626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 23.1495365882335], ["string", "Vel dolorem aliquam et voluptate laborum."], ["created_at", "2020-11-24 10:44:38.239799"], ["updated_at", "2020-11-24 10:44:38.239799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 28.4831678082131], ["string", "Quidem optio mollitia quis occaecati voluptatem."], ["created_at", "2020-11-24 10:44:38.241893"], ["updated_at", "2020-11-24 10:44:38.241893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["decimal", 1.82856727788124], ["string", "Autem sit deleniti."], ["created_at", "2020-11-24 10:44:38.243836"], ["updated_at", "2020-11-24 10:44:38.243836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 4.40522838658824], ["string", "Rerum dolorum aliquid."], ["created_at", "2020-11-24 10:44:38.245830"], ["updated_at", "2020-11-24 10:44:38.245830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1033], ["decimal", 1.96749744773891], ["string", "Illo qui rerum deserunt ratione."], ["created_at", "2020-11-24 10:44:38.247810"], ["updated_at", "2020-11-24 10:44:38.247810"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 1.12785856575183], ["string", "Qui fuga omnis molestiae."], ["created_at", "2020-11-24 10:44:38.250033"], ["updated_at", "2020-11-24 10:44:38.250033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 11.2087963564223], ["string", "Reiciendis iste rerum sint."], ["created_at", "2020-11-24 10:44:38.252351"], ["updated_at", "2020-11-24 10:44:38.252351"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 10:44:38.253899"], ["updated_at", "2020-11-24 10:44:38.253899"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 10:44:38.255253"], ["updated_at", "2020-11-24 10:44:38.255253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 10:44:38.256563"], ["updated_at", "2020-11-24 10:44:38.256563"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 10:44:38.257818"], ["updated_at", "2020-11-24 10:44:38.257818"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 10:44:38.259016"], ["updated_at", "2020-11-24 10:44:38.259016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 10:44:38.260206"], ["updated_at", "2020-11-24 10:44:38.260206"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 10:44:38.261370"], ["updated_at", "2020-11-24 10:44:38.261370"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 10:44:38.262526"], ["updated_at", "2020-11-24 10:44:38.262526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 7], ["created_at", "2020-11-24 10:44:38.264228"], ["updated_at", "2020-11-24 10:44:38.264228"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 5], ["created_at", "2020-11-24 10:44:38.266241"], ["updated_at", "2020-11-24 10:44:38.266241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 7], ["created_at", "2020-11-24 10:44:38.267802"], ["updated_at", "2020-11-24 10:44:38.267802"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-24 10:44:38.269287"], ["updated_at", "2020-11-24 10:44:38.269287"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 5], ["created_at", "2020-11-24 10:44:38.270740"], ["updated_at", "2020-11-24 10:44:38.270740"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 6], ["created_at", "2020-11-24 10:44:38.272197"], ["updated_at", "2020-11-24 10:44:38.272197"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-24 10:44:38.273651"], ["updated_at", "2020-11-24 10:44:38.273651"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-24 10:44:38.275100"], ["updated_at", "2020-11-24 10:44:38.275100"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 10:44:38.276319"], ["updated_at", "2020-11-24 10:44:38.276319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 10:44:38.277482"], ["updated_at", "2020-11-24 10:44:38.277482"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 10:44:38.278621"], ["updated_at", "2020-11-24 10:44:38.278621"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 10:44:38.279718"], ["updated_at", "2020-11-24 10:44:38.279718"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 10:44:38.280809"], ["updated_at", "2020-11-24 10:44:38.280809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 10:44:38.281881"], ["updated_at", "2020-11-24 10:44:38.281881"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 10:44:38.282961"], ["updated_at", "2020-11-24 10:44:38.282961"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 10:44:38.284034"], ["updated_at", "2020-11-24 10:44:38.284034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:38.284746"], ["updated_at", "2020-11-24 10:44:38.284746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:38.285385"], ["updated_at", "2020-11-24 10:44:38.285385"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:38.285994"], ["updated_at", "2020-11-24 10:44:38.285994"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:38.286596"], ["updated_at", "2020-11-24 10:44:38.286596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:38.287194"], ["updated_at", "2020-11-24 10:44:38.287194"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:38.287797"], ["updated_at", "2020-11-24 10:44:38.287797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:38.288414"], ["updated_at", "2020-11-24 10:44:38.288414"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:38.289028"], ["updated_at", "2020-11-24 10:44:38.289028"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:38.290301"], ["updated_at", "2020-11-24 10:44:38.290301"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:38.291427"], ["updated_at", "2020-11-24 10:44:38.291427"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:38.292539"], ["updated_at", "2020-11-24 10:44:38.292539"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:38.293601"], ["updated_at", "2020-11-24 10:44:38.293601"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:38.294650"], ["updated_at", "2020-11-24 10:44:38.294650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:38.295718"], ["updated_at", "2020-11-24 10:44:38.295718"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:38.296801"], ["updated_at", "2020-11-24 10:44:38.296801"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:38.297865"], ["updated_at", "2020-11-24 10:44:38.297865"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 154 782 Edward Mountains, Croninshire, SC 31679-9461"], ["city", "Sawaynfurt"], ["country", "South Georgia and the South Sandwich Islands"], ["description", "Ut quia quo. Veritatis error reiciendis. Dolor inventore ut. Ut qui culpa."], ["email", "markita@example.name"], ["first_name", "Rachel"], ["firstname", "Guillermo"], ["last_name", "Runte"], ["lastname", "O'Kon"], ["lat", "-35.0459115939947"], ["latitute", "89.66487382983127"], ["lng", "-111.74034068873895"], ["locale", "BA"], ["longitude", "136.17276902367473"], ["middlename", "Jenkins"], ["middle_name", "Koss"], ["password", "V0yVd68V3s"], ["phone", "(171) 366-3008 x592"], ["phone_number", "596-160-9786 x47486"], ["reference", "206160bc-a8ef-4ac5-808a-180fb8e6f6da"], ["title", "Tempora corporis rerum optio quaerat magni."], ["user_name", "francina.beer"], ["username", "harry"], ["uuid", "96aa00e5-ba24-4e53-b691-4906c0c4997f"], ["created_at", "2020-11-24 10:44:38.328760"], ["updated_at", "2020-11-24 10:44:38.328760"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9436 Marian Fall, Abelshire, NJ 83613"], ["city", "West Albertamouth"], ["country", "Egypt"], ["description", "Qui perferendis molestiae. Facilis qui modi. Sit omnis voluptas."], ["email", "curt.wunsch@example.co"], ["first_name", "Raul"], ["firstname", "Reinaldo"], ["last_name", "Marks"], ["lastname", "Hahn"], ["lat", "33.01744548023825"], ["latitute", "-83.96424508642556"], ["lng", "-164.09507901291366"], ["locale", "KM"], ["longitude", "-165.30731968170053"], ["middlename", "Kozey"], ["middle_name", "O'Reilly"], ["password", "KmYkVuR36"], ["phone", "1-753-215-2784 x225"], ["phone_number", "1-378-610-6747"], ["reference", "86bc0131-1bb8-4dfb-8c55-f1eb6305015b"], ["title", "Qui eaque dignissimos voluptas."], ["user_name", "anderson"], ["username", "griselda.osinski"], ["uuid", "978fdedb-ebc3-4c11-9e03-dc429a9192dd"], ["created_at", "2020-11-24 10:44:38.350582"], ["updated_at", "2020-11-24 10:44:38.350582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 100 23887 Kilback Coves, Bernierton, CT 76382-4172"], ["city", "Uptonmouth"], ["country", "Belarus"], ["description", "Pariatur suscipit consequatur. Debitis in et. Tempore eos eum. Accusamus sed necessitatibus. Aliquam iusto adipisci."], ["email", "barbie_goldner@example.biz"], ["first_name", "Santana"], ["firstname", "Lawana"], ["last_name", "Batz"], ["lastname", "Rempel"], ["lat", "-6.923760216426402"], ["latitute", "-21.971193983883907"], ["lng", "98.28869667113435"], ["locale", "GH"], ["longitude", "15.441808057044625"], ["middlename", "Stracke"], ["middle_name", "Steuber"], ["password", "F8cRnAyM0nZ9fR"], ["phone", "(180) 853-0583 x151"], ["phone_number", "(728) 893-7352"], ["reference", "74854873-f074-4b64-a39f-5c33d76ae605"], ["title", "In laboriosam numquam possimus."], ["user_name", "yung"], ["username", "marion.konopelski"], ["uuid", "4eca029f-fbd6-406f-ae32-daa6cd979d1d"], ["created_at", "2020-11-24 10:44:38.372091"], ["updated_at", "2020-11-24 10:44:38.372091"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 874 155 Parisian Avenue, Herbertview, RI 25412"], ["city", "Asaview"], ["country", "Fiji"], ["description", "Velit possimus veritatis. Quis libero sint. Omnis aliquam cupiditate. Autem nihil quae. Aut nihil tempore."], ["email", "julian@example.com"], ["first_name", "Orville"], ["firstname", "Adan"], ["last_name", "Dickinson"], ["lastname", "Wyman"], ["lat", "-71.67837014697564"], ["latitute", "60.51100356877458"], ["lng", "11.1422005021617"], ["locale", "IN"], ["longitude", "66.47998141493821"], ["middlename", "Spinka"], ["middle_name", "Smitham"], ["password", "Oe3ThB5gWi15T75"], ["phone", "532.261.8276 x628"], ["phone_number", "1-217-470-0224 x5503"], ["reference", "5e3a1886-6440-4cff-b68b-ecacb74a02d1"], ["title", "Quae amet enim inventore totam dolore."], ["user_name", "shayla_sipes"], ["username", "mariela"], ["uuid", "33ace83d-f4d7-4aa8-bd41-2d0aaadd5c41"], ["created_at", "2020-11-24 10:44:38.399354"], ["updated_at", "2020-11-24 10:44:38.399354"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 119 608 Zane Lodge, South Tamisha, ND 29514"], ["city", "Rhetttown"], ["country", "Israel"], ["description", "Ipsam consequatur repudiandae. Nulla aut eveniet. Omnis animi quidem."], ["email", "brook@example.com"], ["first_name", "Rodney"], ["firstname", "Marianela"], ["last_name", "Kunze"], ["lastname", "Reynolds"], ["lat", "66.32043965211867"], ["latitute", "-76.66556768320737"], ["lng", "-70.67302185607615"], ["locale", "VU"], ["longitude", "146.84950055815602"], ["middlename", "Fisher"], ["middle_name", "Olson"], ["password", "Bs3X35nUeA0iGm7Z"], ["phone", "816-455-7482 x9024"], ["phone_number", "1-564-752-3628 x813"], ["reference", "b4518107-5a64-4bfc-93e1-776441bdc6f4"], ["title", "Quia aliquid dicta."], ["user_name", "marty_olson"], ["username", "reid_will"], ["uuid", "cb82a41f-8387-40bc-b104-6dc8cc126dae"], ["created_at", "2020-11-24 10:44:38.421887"], ["updated_at", "2020-11-24 10:44:38.421887"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 922 574 Armstrong Trafficway, Elialand, IN 91782-5567"], ["city", "Lake Rod"], ["country", "Iceland"], ["description", "Sit nam corrupti. Unde ipsa ut. Voluptatem labore corporis."], ["email", "vern@example.info"], ["first_name", "Mose"], ["firstname", "Taylor"], ["last_name", "Murray"], ["lastname", "Hudson"], ["lat", "26.582367550412187"], ["latitute", "-11.256151743294723"], ["lng", "114.79615557673532"], ["locale", "GE"], ["longitude", "-75.30570417901491"], ["middlename", "Lowe"], ["middle_name", "Champlin"], ["password", "ZrWrFgQgMqZzZqNt"], ["phone", "(829) 810-6108"], ["phone_number", "1-790-231-2617"], ["reference", "94c8e4f1-305a-46b9-abe2-cf68fcfa1e50"], ["title", "Laboriosam vel tenetur."], ["user_name", "jolene"], ["username", "krystyna_wolf"], ["uuid", "700daac2-a678-41a6-8bc1-a65e1ad701aa"], ["created_at", "2020-11-24 10:44:38.443572"], ["updated_at", "2020-11-24 10:44:38.443572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "13517 Fausto Gateway, Dooleyview, IL 36243-7754"], ["city", "Franeckiview"], ["country", "Swaziland"], ["description", "Enim quia explicabo. Perspiciatis vel nesciunt. Pariatur commodi est. Eveniet at fuga."], ["email", "christian_jones@example.info"], ["first_name", "Jordon"], ["firstname", "Carey"], ["last_name", "Altenwerth"], ["lastname", "Turner"], ["lat", "-68.84892987789279"], ["latitute", "20.978262140511333"], ["lng", "-143.2132769141835"], ["locale", "DO"], ["longitude", "-91.83643887422367"], ["middlename", "Friesen"], ["middle_name", "Goyette"], ["password", "5F53jEc8BzD"], ["phone", "557.101.1909 x46449"], ["phone_number", "814.879.5296"], ["reference", "18a6ac2e-0a63-4d86-80e0-6909ceac37dc"], ["title", "Minima et quasi."], ["user_name", "babette.dach"], ["username", "tawna.murphy"], ["uuid", "b67071f7-0e78-48fe-86f6-f37d6738c740"], ["created_at", "2020-11-24 10:44:38.465380"], ["updated_at", "2020-11-24 10:44:38.465380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7285 Schaden Mill, Crooksport, MI 43691"], ["city", "Koeppview"], ["country", "Benin"], ["description", "Reprehenderit quidem dolores. Accusantium illo ipsam."], ["email", "tommy@example.org"], ["first_name", "Franklin"], ["firstname", "Ward"], ["last_name", "DuBuque"], ["lastname", "Anderson"], ["lat", "39.34421543308085"], ["latitute", "67.97269975614103"], ["lng", "165.9220967180242"], ["locale", "BY"], ["longitude", "55.57144777135554"], ["middlename", "Reynolds"], ["middle_name", "Turner"], ["password", "7Q54xYd0AhN"], ["phone", "1-782-411-0322 x593"], ["phone_number", "1-169-612-6688 x26050"], ["reference", "f47841cc-1619-40ed-b1c5-1dd16d82fa89"], ["title", "Quos ullam placeat magni eos."], ["user_name", "owen_rosenbaum"], ["username", "erlinda.swift"], ["uuid", "65833138-8a1a-4fc5-9988-7a945f9c93ca"], ["created_at", "2020-11-24 10:44:38.492969"], ["updated_at", "2020-11-24 10:44:38.492969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 10:44:38.494938"], ["updated_at", "2020-11-24 10:44:38.494938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 10:44:38.496195"], ["updated_at", "2020-11-24 10:44:38.496195"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 10:44:38.497393"], ["updated_at", "2020-11-24 10:44:38.497393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 10:44:38.498564"], ["updated_at", "2020-11-24 10:44:38.498564"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 10:44:38.499859"], ["updated_at", "2020-11-24 10:44:38.499859"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 10:44:38.501158"], ["updated_at", "2020-11-24 10:44:38.501158"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 10:44:38.502322"], ["updated_at", "2020-11-24 10:44:38.502322"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 10:44:38.503395"], ["updated_at", "2020-11-24 10:44:38.503395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:38.520511"], ["updated_at", "2020-11-24 10:44:38.520511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:38.521386"], ["updated_at", "2020-11-24 10:44:38.521386"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:38.522025"], ["updated_at", "2020-11-24 10:44:38.522025"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:38.522631"], ["updated_at", "2020-11-24 10:44:38.522631"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:38.523230"], ["updated_at", "2020-11-24 10:44:38.523230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:38.523832"], ["updated_at", "2020-11-24 10:44:38.523832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:38.524443"], ["updated_at", "2020-11-24 10:44:38.524443"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 10:44:38.525051"], ["updated_at", "2020-11-24 10:44:38.525051"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:38.525705"], ["updated_at", "2020-11-24 10:44:38.525705"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:38.526355"], ["updated_at", "2020-11-24 10:44:38.526355"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:38.526982"], ["updated_at", "2020-11-24 10:44:38.526982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:38.527604"], ["updated_at", "2020-11-24 10:44:38.527604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:38.528248"], ["updated_at", "2020-11-24 10:44:38.528248"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:38.528877"], ["updated_at", "2020-11-24 10:44:38.528877"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:38.529521"], ["updated_at", "2020-11-24 10:44:38.529521"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 10:44:38.530138"], ["updated_at", "2020-11-24 10:44:38.530138"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.0ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.3ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.6ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:29.725219"], ["updated_at", "2020-11-24 11:21:29.725219"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:29.746056"], ["updated_at", "2020-11-24 11:21:29.746056"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:29.766727"], ["updated_at", "2020-11-24 11:21:29.766727"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:29.787830"], ["updated_at", "2020-11-24 11:21:29.787830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:29.820259"], ["updated_at", "2020-11-24 11:21:29.820259"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:29.842522"], ["updated_at", "2020-11-24 11:21:29.842522"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:29.863030"], ["updated_at", "2020-11-24 11:21:29.863030"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:29.882924"], ["updated_at", "2020-11-24 11:21:29.882924"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:29.909101"], ["updated_at", "2020-11-24 11:21:29.909101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:29.931257"], ["updated_at", "2020-11-24 11:21:29.931257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.1ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "string", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 0], ["string", "Nihil voluptatem ipsum pariatur ut."], ["time", "2000-01-01 06:36:32.892732"], ["datetime", "2020-12-31 20:48:10.026607"], ["created_at", "2020-11-24 11:21:29.952739"], ["updated_at", "2020-11-24 11:21:29.952739"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 11:21:29.970906"], ["updated_at", "2020-11-24 11:21:29.970906"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 11:21:29.984438"], ["updated_at", "2020-11-24 11:21:29.984438"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:29.991684"], ["updated_at", "2020-11-24 11:21:29.991684"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:29.997734"], ["updated_at", "2020-11-24 11:21:29.997734"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.019714"], ["updated_at", "2020-11-24 11:21:30.019714"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 11:21:30.024286"], ["updated_at", "2020-11-24 11:21:30.024286"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.034785"], ["updated_at", "2020-11-24 11:21:30.034785"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:30.038211"], ["updated_at", "2020-11-24 11:21:30.038211"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "string", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["string", "Necessitatibus enim autem eveniet odit magnam."], ["time", "2000-01-01 17:56:55.688431"], ["datetime", "2020-11-09 18:51:03.854474"], ["created_at", "2020-11-24 11:21:30.045009"], ["updated_at", "2020-11-24 11:21:30.045009"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "string", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 0], ["string", "Autem eveniet voluptatum placeat ea et."], ["time", "2000-01-01 05:14:52.162811"], ["datetime", "2020-11-13 19:57:05.846613"], ["created_at", "2020-11-24 11:21:30.049083"], ["updated_at", "2020-11-24 11:21:30.049083"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "string", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["string", "Quaerat quas et sed et iste."], ["time", "2000-01-01 14:44:23.683143"], ["datetime", "2021-01-01 11:33:29.000855"], ["created_at", "2020-11-24 11:21:30.053096"], ["updated_at", "2020-11-24 11:21:30.053096"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "string", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["string", "Magni omnis inventore."], ["time", "2000-01-01 00:01:00.387599"], ["datetime", "2020-11-07 12:20:02.306982"], ["created_at", "2020-11-24 11:21:30.056923"], ["updated_at", "2020-11-24 11:21:30.056923"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "string", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 0], ["string", "Qui dolores rerum architecto quia."], ["time", "2000-01-01 15:29:58.696730"], ["datetime", "2020-12-18 05:42:43.241210"], ["created_at", "2020-11-24 11:21:30.073725"], ["updated_at", "2020-11-24 11:21:30.073725"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "string", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["string", "Enim illum nulla sunt voluptas dignissimos."], ["time", "2000-01-01 07:53:02.048324"], ["datetime", "2020-12-29 13:14:43.628238"], ["created_at", "2020-11-24 11:21:30.077143"], ["updated_at", "2020-11-24 11:21:30.077143"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "string", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["string", "Ratione consequuntur cupiditate eum."], ["time", "2000-01-01 19:36:30.326821"], ["datetime", "2020-12-19 23:50:17.643248"], ["created_at", "2020-11-24 11:21:30.080625"], ["updated_at", "2020-11-24 11:21:30.080625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "string", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["string", "Saepe asperiores rerum molestias."], ["time", "2000-01-01 00:32:51.880125"], ["datetime", "2020-10-17 13:42:32.156187"], ["created_at", "2020-11-24 11:21:30.083889"], ["updated_at", "2020-11-24 11:21:30.083889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 11:21:30.103276"], ["updated_at", "2020-11-24 11:21:30.103276"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 11:21:30.104920"], ["updated_at", "2020-11-24 11:21:30.104920"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 11:21:30.106536"], ["updated_at", "2020-11-24 11:21:30.106536"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 11:21:30.108025"], ["updated_at", "2020-11-24 11:21:30.108025"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 11:21:30.109398"], ["updated_at", "2020-11-24 11:21:30.109398"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 11:21:30.110731"], ["updated_at", "2020-11-24 11:21:30.110731"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 11:21:30.112164"], ["updated_at", "2020-11-24 11:21:30.112164"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 11:21:30.113583"], ["updated_at", "2020-11-24 11:21:30.113583"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 11:21:30.128014"], ["updated_at", "2020-11-24 11:21:30.128014"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 11:21:30.129515"], ["updated_at", "2020-11-24 11:21:30.129515"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 11:21:30.130786"], ["updated_at", "2020-11-24 11:21:30.130786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 11:21:30.131941"], ["updated_at", "2020-11-24 11:21:30.131941"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 11:21:30.133096"], ["updated_at", "2020-11-24 11:21:30.133096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 11:21:30.134209"], ["updated_at", "2020-11-24 11:21:30.134209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 11:21:30.135313"], ["updated_at", "2020-11-24 11:21:30.135313"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 11:21:30.136463"], ["updated_at", "2020-11-24 11:21:30.136463"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.137176"], ["updated_at", "2020-11-24 11:21:30.137176"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.137836"], ["updated_at", "2020-11-24 11:21:30.137836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.138456"], ["updated_at", "2020-11-24 11:21:30.138456"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.139081"], ["updated_at", "2020-11-24 11:21:30.139081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.139701"], ["updated_at", "2020-11-24 11:21:30.139701"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.140340"], ["updated_at", "2020-11-24 11:21:30.140340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.140961"], ["updated_at", "2020-11-24 11:21:30.140961"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.141585"], ["updated_at", "2020-11-24 11:21:30.141585"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.142864"], ["updated_at", "2020-11-24 11:21:30.142864"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.144049"], ["updated_at", "2020-11-24 11:21:30.144049"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.145170"], ["updated_at", "2020-11-24 11:21:30.145170"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.146293"], ["updated_at", "2020-11-24 11:21:30.146293"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.147390"], ["updated_at", "2020-11-24 11:21:30.147390"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.148474"], ["updated_at", "2020-11-24 11:21:30.148474"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.149549"], ["updated_at", "2020-11-24 11:21:30.149549"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.150619"], ["updated_at", "2020-11-24 11:21:30.150619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.170417"], ["updated_at", "2020-11-24 11:21:30.170417"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.190529"], ["updated_at", "2020-11-24 11:21:30.190529"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.220248"], ["updated_at", "2020-11-24 11:21:30.220248"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.242623"], ["updated_at", "2020-11-24 11:21:30.242623"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.262912"], ["updated_at", "2020-11-24 11:21:30.262912"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.283023"], ["updated_at", "2020-11-24 11:21:30.283023"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.302997"], ["updated_at", "2020-11-24 11:21:30.302997"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.334640"], ["updated_at", "2020-11-24 11:21:30.334640"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 11:21:30.336550"], ["updated_at", "2020-11-24 11:21:30.336550"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 11:21:30.337921"], ["updated_at", "2020-11-24 11:21:30.337921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 11:21:30.339184"], ["updated_at", "2020-11-24 11:21:30.339184"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 11:21:30.340460"], ["updated_at", "2020-11-24 11:21:30.340460"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 11:21:30.341700"], ["updated_at", "2020-11-24 11:21:30.341700"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 11:21:30.342933"], ["updated_at", "2020-11-24 11:21:30.342933"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 11:21:30.344184"], ["updated_at", "2020-11-24 11:21:30.344184"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 11:21:30.345491"], ["updated_at", "2020-11-24 11:21:30.345491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.362544"], ["updated_at", "2020-11-24 11:21:30.362544"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.363415"], ["updated_at", "2020-11-24 11:21:30.363415"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.364083"], ["updated_at", "2020-11-24 11:21:30.364083"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.364688"], ["updated_at", "2020-11-24 11:21:30.364688"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.365283"], ["updated_at", "2020-11-24 11:21:30.365283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.365903"], ["updated_at", "2020-11-24 11:21:30.365903"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.366500"], ["updated_at", "2020-11-24 11:21:30.366500"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.367102"], ["updated_at", "2020-11-24 11:21:30.367102"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:30.367754"], ["updated_at", "2020-11-24 11:21:30.367754"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:30.368418"], ["updated_at", "2020-11-24 11:21:30.368418"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:30.369043"], ["updated_at", "2020-11-24 11:21:30.369043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:30.369670"], ["updated_at", "2020-11-24 11:21:30.369670"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:30.370291"], ["updated_at", "2020-11-24 11:21:30.370291"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:30.370908"], ["updated_at", "2020-11-24 11:21:30.370908"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:30.371520"], ["updated_at", "2020-11-24 11:21:30.371520"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:30.372154"], ["updated_at", "2020-11-24 11:21:30.372154"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "string", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 0], ["string", "Impedit esse doloremque."], ["time", "2000-01-01 12:31:36.560032"], ["datetime", "2020-12-11 12:48:55.898431"], ["created_at", "2020-11-24 11:21:30.400310"], ["updated_at", "2020-11-24 11:21:30.400310"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "string", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["string", "Ut quo error."], ["time", "2000-01-01 11:15:48.177653"], ["datetime", "2020-11-18 10:00:42.548610"], ["created_at", "2020-11-24 11:21:30.404559"], ["updated_at", "2020-11-24 11:21:30.404559"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "string", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["string", "Dolorum vel laborum."], ["time", "2000-01-01 00:47:20.630065"], ["datetime", "2020-12-09 18:08:29.881702"], ["created_at", "2020-11-24 11:21:30.407855"], ["updated_at", "2020-11-24 11:21:30.407855"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "string", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["string", "Voluptatem ex necessitatibus maxime cum."], ["time", "2000-01-01 06:54:56.252720"], ["datetime", "2021-01-04 04:27:15.777615"], ["created_at", "2020-11-24 11:21:30.413470"], ["updated_at", "2020-11-24 11:21:30.413470"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "string", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 0], ["string", "Dolor quasi amet hic ipsum."], ["time", "2000-01-01 07:54:30.932702"], ["datetime", "2021-01-01 03:23:57.751030"], ["created_at", "2020-11-24 11:21:30.417669"], ["updated_at", "2020-11-24 11:21:30.417669"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "string", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["string", "Vitae ut ullam sit voluptates."], ["time", "2000-01-01 17:48:00.737829"], ["datetime", "2020-12-22 15:58:37.069030"], ["created_at", "2020-11-24 11:21:30.421307"], ["updated_at", "2020-11-24 11:21:30.421307"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.424823"], ["updated_at", "2020-11-24 11:21:30.424823"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "string", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 0], ["string", "Eaque est adipisci."], ["time", "2000-01-01 14:55:13.853664"], ["datetime", "2020-12-17 19:53:43.000351"], ["created_at", "2020-11-24 11:21:30.455881"], ["updated_at", "2020-11-24 11:21:30.455881"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "string", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["string", "Doloremque totam suscipit officia."], ["time", "2000-01-01 10:23:38.547750"], ["datetime", "2020-11-25 15:07:19.205125"], ["created_at", "2020-11-24 11:21:30.459469"], ["updated_at", "2020-11-24 11:21:30.459469"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "string", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 0], ["string", "Inventore quae sit sint consequatur."], ["time", "2000-01-01 06:15:14.078927"], ["datetime", "2020-12-12 06:11:40.170083"], ["created_at", "2020-11-24 11:21:30.463188"], ["updated_at", "2020-11-24 11:21:30.463188"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "string", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 0], ["string", "Qui ut accusantium voluptatem ut."], ["time", "2000-01-01 19:46:10.842720"], ["datetime", "2020-12-22 05:19:10.947846"], ["created_at", "2020-11-24 11:21:30.466758"], ["updated_at", "2020-11-24 11:21:30.466758"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "string", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["string", "Vitae voluptatum pariatur."], ["time", "2000-01-01 07:46:41.719008"], ["datetime", "2020-10-25 10:28:37.953050"], ["created_at", "2020-11-24 11:21:30.470435"], ["updated_at", "2020-11-24 11:21:30.470435"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "string", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["string", "Dolor et quibusdam."], ["time", "2000-01-01 14:55:14.174268"], ["datetime", "2020-11-30 23:55:15.096710"], ["created_at", "2020-11-24 11:21:30.473910"], ["updated_at", "2020-11-24 11:21:30.473910"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "string", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 0], ["string", "Quo eaque reiciendis."], ["time", "2000-01-01 06:21:47.588837"], ["datetime", "2020-11-17 21:26:26.004703"], ["created_at", "2020-11-24 11:21:30.477337"], ["updated_at", "2020-11-24 11:21:30.477337"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "string", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 0], ["string", "Voluptatum voluptatibus et incidunt."], ["time", "2000-01-01 19:38:01.595644"], ["datetime", "2020-12-17 09:20:36.525329"], ["created_at", "2020-11-24 11:21:30.480907"], ["updated_at", "2020-11-24 11:21:30.480907"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 11:21:30.524057"], ["updated_at", "2020-11-24 11:21:30.524057"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 11:21:30.526127"], ["updated_at", "2020-11-24 11:21:30.526127"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 11:21:30.528001"], ["updated_at", "2020-11-24 11:21:30.528001"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 11:21:30.529960"], ["updated_at", "2020-11-24 11:21:30.529960"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 11:21:30.531815"], ["updated_at", "2020-11-24 11:21:30.531815"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 11:21:30.533595"], ["updated_at", "2020-11-24 11:21:30.533595"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 11:21:30.535334"], ["updated_at", "2020-11-24 11:21:30.535334"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 11:21:30.537101"], ["updated_at", "2020-11-24 11:21:30.537101"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 11:21:30.554832"], ["updated_at", "2020-11-24 11:21:30.554832"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 11:21:30.556605"], ["updated_at", "2020-11-24 11:21:30.556605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 11:21:30.558208"], ["updated_at", "2020-11-24 11:21:30.558208"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 11:21:30.559721"], ["updated_at", "2020-11-24 11:21:30.559721"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 11:21:30.561278"], ["updated_at", "2020-11-24 11:21:30.561278"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 11:21:30.562965"], ["updated_at", "2020-11-24 11:21:30.562965"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 11:21:30.564597"], ["updated_at", "2020-11-24 11:21:30.564597"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 11:21:30.566144"], ["updated_at", "2020-11-24 11:21:30.566144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.567085"], ["updated_at", "2020-11-24 11:21:30.567085"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.567998"], ["updated_at", "2020-11-24 11:21:30.567998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.568972"], ["updated_at", "2020-11-24 11:21:30.568972"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.569851"], ["updated_at", "2020-11-24 11:21:30.569851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.570727"], ["updated_at", "2020-11-24 11:21:30.570727"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.571590"], ["updated_at", "2020-11-24 11:21:30.571590"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.572476"], ["updated_at", "2020-11-24 11:21:30.572476"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.573357"], ["updated_at", "2020-11-24 11:21:30.573357"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.575030"], ["updated_at", "2020-11-24 11:21:30.575030"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.576655"], ["updated_at", "2020-11-24 11:21:30.576655"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.578171"], ["updated_at", "2020-11-24 11:21:30.578171"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.579805"], ["updated_at", "2020-11-24 11:21:30.579805"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.581392"], ["updated_at", "2020-11-24 11:21:30.581392"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.582889"], ["updated_at", "2020-11-24 11:21:30.582889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.584382"], ["updated_at", "2020-11-24 11:21:30.584382"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.585920"], ["updated_at", "2020-11-24 11:21:30.585920"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.606152"], ["updated_at", "2020-11-24 11:21:30.606152"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.626624"], ["updated_at", "2020-11-24 11:21:30.626624"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.654574"], ["updated_at", "2020-11-24 11:21:30.654574"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.677605"], ["updated_at", "2020-11-24 11:21:30.677605"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.698457"], ["updated_at", "2020-11-24 11:21:30.698457"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.718834"], ["updated_at", "2020-11-24 11:21:30.718834"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.739275"], ["updated_at", "2020-11-24 11:21:30.739275"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.769957"], ["updated_at", "2020-11-24 11:21:30.769957"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 11:21:30.772230"], ["updated_at", "2020-11-24 11:21:30.772230"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 11:21:30.774167"], ["updated_at", "2020-11-24 11:21:30.774167"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 11:21:30.775894"], ["updated_at", "2020-11-24 11:21:30.775894"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 11:21:30.777650"], ["updated_at", "2020-11-24 11:21:30.777650"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 11:21:30.779754"], ["updated_at", "2020-11-24 11:21:30.779754"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 11:21:30.781660"], ["updated_at", "2020-11-24 11:21:30.781660"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 11:21:30.783384"], ["updated_at", "2020-11-24 11:21:30.783384"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 11:21:30.785177"], ["updated_at", "2020-11-24 11:21:30.785177"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.806389"], ["updated_at", "2020-11-24 11:21:30.806389"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.807326"], ["updated_at", "2020-11-24 11:21:30.807326"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.808081"], ["updated_at", "2020-11-24 11:21:30.808081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.808775"], ["updated_at", "2020-11-24 11:21:30.808775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.809520"], ["updated_at", "2020-11-24 11:21:30.809520"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.810267"], ["updated_at", "2020-11-24 11:21:30.810267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.811033"], ["updated_at", "2020-11-24 11:21:30.811033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:30.812074"], ["updated_at", "2020-11-24 11:21:30.812074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:30.813078"], ["updated_at", "2020-11-24 11:21:30.813078"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:30.813947"], ["updated_at", "2020-11-24 11:21:30.813947"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:30.814711"], ["updated_at", "2020-11-24 11:21:30.814711"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:30.815468"], ["updated_at", "2020-11-24 11:21:30.815468"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:30.816235"], ["updated_at", "2020-11-24 11:21:30.816235"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:30.816983"], ["updated_at", "2020-11-24 11:21:30.816983"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:30.817770"], ["updated_at", "2020-11-24 11:21:30.817770"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:30.818535"], ["updated_at", "2020-11-24 11:21:30.818535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.9ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 173 632 Corkery Coves, Lake John, KS 88786-4179"], ["city", "Howellberg"], ["country", "Senegal"], ["description", "Aspernatur impedit laudantium. Et porro earum."], ["email", "amy@example.com"], ["first_name", "Johnette"], ["firstname", "Vito"], ["last_name", "Dickens"], ["lastname", "Mohr"], ["lat", "-38.44005270989418"], ["latitute", "23.731468011384436"], ["lng", "136.18525786419082"], ["locale", "LI"], ["longitude", "-177.6826693468699"], ["middlename", "Crist"], ["middle_name", "Cummerata"], ["password", "01Wr7YwSoBoB"], ["phone", "899.418.5671 x6321"], ["phone_number", "473-321-1945 x891"], ["reference", "5897d5da-a256-4b0f-8ebc-6e65c39d12bf"], ["title", "Debitis laborum iusto nulla et dicta."], ["user_name", "son"], ["username", "leanna"], ["uuid", "065873c4-4eaa-417c-bd49-285a6700fdb8"], ["created_at", "2020-11-24 11:21:45.815592"], ["updated_at", "2020-11-24 11:21:45.815592"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 886 83245 Michal Brooks, South Magdalenville, WI 01364"], ["city", "South Tyeshabury"], ["country", "Antarctica (the territory South of 60 deg S)"], ["description", "Et voluptatem saepe. Aut non magni. Dolor adipisci temporibus. Est aut iure."], ["email", "rolf.rice@example.org"], ["first_name", "Deena"], ["firstname", "Dexter"], ["last_name", "Beahan"], ["lastname", "Bartoletti"], ["lat", "-45.909448112880305"], ["latitute", "65.97175338442852"], ["lng", "80.85047738239388"], ["locale", "SB"], ["longitude", "58.77360891099724"], ["middlename", "Kihn"], ["middle_name", "O'Kon"], ["password", "3PoRb5Ml7Mm"], ["phone", "906-286-3716"], ["phone_number", "1-950-465-3489 x368"], ["reference", "d9dd8677-86df-48d6-84ee-2ff68aabb25c"], ["title", "Praesentium in illo ducimus omnis."], ["user_name", "lavada_heaney"], ["username", "jeremy.moore"], ["uuid", "85ef9f6b-0dc5-44a8-83b2-ffaec9f48d99"], ["created_at", "2020-11-24 11:21:45.837921"], ["updated_at", "2020-11-24 11:21:45.837921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "80844 Kermit Stream, East Youlanda, OH 89004"], ["city", "East Ivorymouth"], ["country", "Austria"], ["description", "Ab iste omnis. In soluta provident."], ["email", "ardelle_towne@example.io"], ["first_name", "Elin"], ["firstname", "Joanie"], ["last_name", "Ledner"], ["lastname", "Hoeger"], ["lat", "74.86386496626338"], ["latitute", "-82.76011922916011"], ["lng", "-12.988559014556529"], ["locale", "NR"], ["longitude", "-59.37496074275279"], ["middlename", "Hagenes"], ["middle_name", "Barton"], ["password", "KwJ7j32EdB"], ["phone", "838-098-4793 x78233"], ["phone_number", "762-364-7949 x552"], ["reference", "7a78d3f5-2210-4548-ac25-d849698fde55"], ["title", "Sed quaerat placeat laboriosam et."], ["user_name", "leigh_mohr"], ["username", "denis"], ["uuid", "c8830665-47a6-4e39-99ae-31805f4c5501"], ["created_at", "2020-11-24 11:21:45.859585"], ["updated_at", "2020-11-24 11:21:45.859585"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2761 Swift Glens, South Laurenaborough, SD 54248"], ["city", "South Frederica"], ["country", "South Georgia and the South Sandwich Islands"], ["description", "Quia consequuntur quia. Enim unde recusandae. Fuga magni provident. Tempora porro accusantium. Qui nihil labore."], ["email", "mickey@example.biz"], ["first_name", "Malcolm"], ["firstname", "Weldon"], ["last_name", "Beier"], ["lastname", "Medhurst"], ["lat", "36.106356104188706"], ["latitute", "24.002120784529225"], ["lng", "-169.88849002694656"], ["locale", "DK"], ["longitude", "166.17068680013932"], ["middlename", "Marks"], ["middle_name", "Gerhold"], ["password", "BmOqYhA0e"], ["phone", "1-704-424-1885 x119"], ["phone_number", "(698) 586-9456"], ["reference", "2ec8e245-0fab-4d66-9b15-82fd6aacd346"], ["title", "Deleniti quidem ratione."], ["user_name", "beulah_luettgen"], ["username", "zachary"], ["uuid", "d0542d1a-cf69-438b-a9cc-94f0d3dd1ba2"], ["created_at", "2020-11-24 11:21:45.890552"], ["updated_at", "2020-11-24 11:21:45.890552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 327 8493 Andrew Prairie, New Rileyhaven, KY 16411-2636"], ["city", "McLaughlinstad"], ["country", "Djibouti"], ["description", "Tenetur omnis voluptatem. Voluptates assumenda quos. Quos perspiciatis et. Tempora veritatis ut. Et dolor praesentium."], ["email", "sharron.wintheiser@example.net"], ["first_name", "Nga"], ["firstname", "Jame"], ["last_name", "Hirthe"], ["lastname", "Walker"], ["lat", "-21.830814731689102"], ["latitute", "73.51424056639206"], ["lng", "-73.84706774786669"], ["locale", "RW"], ["longitude", "70.9537897317089"], ["middlename", "Jakubowski"], ["middle_name", "Stamm"], ["password", "9YaP8oIuCzI4"], ["phone", "958-489-6846 x646"], ["phone_number", "615-153-3808 x29832"], ["reference", "bf3b82f4-adc9-4ab6-8eb9-3fff4261277b"], ["title", "Mollitia doloribus incidunt ratione id aut."], ["user_name", "florencio"], ["username", "lupe"], ["uuid", "247f04dd-e1e1-4101-9bc5-cd820fdbb564"], ["created_at", "2020-11-24 11:21:45.914609"], ["updated_at", "2020-11-24 11:21:45.914609"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "602 Goodwin Branch, Goyetteland, WA 53539"], ["city", "Johnniemouth"], ["country", "Ghana"], ["description", "Laborum dolorem deserunt. Consequatur quia error. Deserunt dolores totam."], ["email", "lawanda_bednar@example.info"], ["first_name", "Carolyn"], ["firstname", "Solomon"], ["last_name", "Pacocha"], ["lastname", "Ledner"], ["lat", "72.28913603027905"], ["latitute", "-50.68948669349151"], ["lng", "62.6071262581562"], ["locale", "ID"], ["longitude", "-10.084400848387787"], ["middlename", "Barrows"], ["middle_name", "Lakin"], ["password", "Q0xSvYrIoK"], ["phone", "1-955-494-3449"], ["phone_number", "909.570.2185 x800"], ["reference", "bdd0d80c-bd49-4bd0-a4b2-a0476457c478"], ["title", "Accusantium aut et quaerat."], ["user_name", "andrea"], ["username", "consuela"], ["uuid", "6e4f0b75-605f-496c-970b-e61f247d9c43"], ["created_at", "2020-11-24 11:21:45.936469"], ["updated_at", "2020-11-24 11:21:45.936469"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "53718 Fahey Junctions, South Loyd, KY 67414"], ["city", "Mikaelahaven"], ["country", "Virgin Islands, U.S."], ["description", "Facilis quibusdam sed. Nihil qui ut."], ["email", "manual@example.org"], ["first_name", "Lorraine"], ["firstname", "Merry"], ["last_name", "Walter"], ["lastname", "Kris"], ["lat", "22.436709837313188"], ["latitute", "81.34077732316189"], ["lng", "135.42623812092978"], ["locale", "AL"], ["longitude", "-115.25743047942946"], ["middlename", "Ruecker"], ["middle_name", "Fay"], ["password", "1G28wNoJl7F4"], ["phone", "101-108-3537 x050"], ["phone_number", "282.102.5555 x051"], ["reference", "7cef691d-8d3e-4dc9-9fd5-aadd7f7984ca"], ["title", "Aspernatur ex veritatis et."], ["user_name", "kieth_parisian"], ["username", "stefany"], ["uuid", "bdc3f329-dfab-4520-9445-f8fc2aee2fca"], ["created_at", "2020-11-24 11:21:45.958091"], ["updated_at", "2020-11-24 11:21:45.958091"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "102 Pura Flat, East Ira, TX 30005-8849"], ["city", "Rodolfofort"], ["country", "Belize"], ["description", "Unde corrupti sunt. Quia vero suscipit. Fugiat repudiandae ut. Autem magnam dolorum. Aperiam officiis quia."], ["email", "giuseppe_lakin@example.info"], ["first_name", "Sheba"], ["firstname", "Erick"], ["last_name", "Towne"], ["lastname", "Runolfsdottir"], ["lat", "-22.66642991169583"], ["latitute", "-30.75595493755953"], ["lng", "118.99003136841128"], ["locale", "BD"], ["longitude", "-145.7203681469188"], ["middlename", "Roob"], ["middle_name", "Walker"], ["password", "24Ra0ZaClW0pYf64"], ["phone", "(258) 129-7179"], ["phone_number", "(515) 012-9548"], ["reference", "594fd51f-32ee-4e21-89ce-75ba4fd64c4c"], ["title", "Ut non cumque."], ["user_name", "tilda_little"], ["username", "ferne"], ["uuid", "edb80320-e12b-4986-a8d1-ee19e85df959"], ["created_at", "2020-11-24 11:21:45.987412"], ["updated_at", "2020-11-24 11:21:45.987412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "132 Hershel Falls, West Annetta, GA 83763-3531"], ["city", "Altenwerthchester"], ["country", "Guadeloupe"], ["description", "Esse ut numquam. Et ut exercitationem. Occaecati deleniti saepe. Qui quo accusamus."], ["email", "toney@example.net"], ["first_name", "Ruben"], ["firstname", "Karey"], ["last_name", "Huels"], ["lastname", "Sawayn"], ["lat", "50.15128556744773"], ["latitute", "26.147174929517803"], ["lng", "66.61764513967103"], ["locale", "MG"], ["longitude", "-2.1694232132756497"], ["middlename", "Wuckert"], ["middle_name", "Hartmann"], ["password", "9DqAfRvJ"], ["phone", "988-206-9156 x10989"], ["phone_number", "158.146.8310 x5195"], ["reference", "3277f5b4-c6ce-4bd3-90aa-0ceebc95db52"], ["title", "Unde voluptas dignissimos sed."], ["user_name", "perry_batz"], ["username", "tammara_simonis"], ["uuid", "e1976e43-36e6-4f19-aaec-bd4f4d7e6695"], ["created_at", "2020-11-24 11:21:46.011209"], ["updated_at", "2020-11-24 11:21:46.011209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 746 2375 Sana Landing, East Catrina, HI 43436-0368"], ["city", "West Evelynnshire"], ["country", "Gibraltar"], ["description", "Fugiat aut rem. Ut beatae iste."], ["email", "bruce@example.biz"], ["first_name", "Daniella"], ["firstname", "Sherly"], ["last_name", "Stiedemann"], ["lastname", "Lebsack"], ["lat", "-5.355404346059544"], ["latitute", "-49.68878666853225"], ["lng", "-82.53365626707641"], ["locale", "ER"], ["longitude", "10.824843568866498"], ["middlename", "Leuschke"], ["middle_name", "Schmidt"], ["password", "Ii7WyWtYuS"], ["phone", "715-272-4507 x300"], ["phone_number", "(489) 678-0459"], ["reference", "6d669343-49fe-4524-be71-7ed6ef48588c"], ["title", "Asperiores et maiores in necessitatibus cupiditate."], ["user_name", "numbers"], ["username", "will.tremblay"], ["uuid", "91e56701-2da8-4b3e-a70b-4d1e006d7f86"], ["created_at", "2020-11-24 11:21:46.033195"], ["updated_at", "2020-11-24 11:21:46.033195"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 5.94638642455987], ["string", "Illo impedit occaecati possimus molestiae."], ["date", "2020-10-16"], ["time", "2000-01-01 20:16:39.693092"], ["datetime", "2020-12-27 21:13:33.080856"], ["created_at", "2020-11-24 11:21:46.060525"], ["updated_at", "2020-11-24 11:21:46.060525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 12.6627793011569], ["string", "Commodi et blanditiis accusantium incidunt qui."], ["created_at", "2020-11-24 11:21:46.069178"], ["updated_at", "2020-11-24 11:21:46.069178"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 11:21:46.076544"], ["updated_at", "2020-11-24 11:21:46.076544"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 11:21:46.083320"], ["updated_at", "2020-11-24 11:21:46.083320"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 11:21:46.088763"], ["updated_at", "2020-11-24 11:21:46.088763"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.094985"], ["updated_at", "2020-11-24 11:21:46.094985"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.100457"], ["updated_at", "2020-11-24 11:21:46.100457"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 964 4564 Yundt Throughway, Ileenton, GA 59619"], ["city", "Konopelskiberg"], ["country", "Latvia"], ["description", "Harum dicta mollitia. Non odit est."], ["email", "georgiana_ratke@example.info"], ["first_name", "Toby"], ["firstname", "Jaime"], ["last_name", "Collier"], ["lastname", "Pfannerstill"], ["lat", "23.813880666073416"], ["latitute", "43.303114368390226"], ["lng", "-120.43735108947689"], ["locale", "AO"], ["longitude", "134.4556368211646"], ["middlename", "Greenfelder"], ["middle_name", "Schinner"], ["password", "D2xTqX7k8Na"], ["phone", "1-231-387-6293 x316"], ["phone_number", "871-854-5815"], ["reference", "48768ff5-6f26-40ad-b84b-cf4f2318da78"], ["title", "Nisi dolor molestiae adipisci."], ["user_name", "roosevelt"], ["username", "bettie"], ["uuid", "fe6b65c6-dbff-4e74-8be6-8addad30a977"], ["created_at", "2020-11-24 11:21:46.134425"], ["updated_at", "2020-11-24 11:21:46.134425"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 11:21:46.139618"], ["updated_at", "2020-11-24 11:21:46.139618"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.150066"], ["updated_at", "2020-11-24 11:21:46.150066"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:46.153215"], ["updated_at", "2020-11-24 11:21:46.153215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 20.6226342686582], ["string", "Modi neque sint ea consequuntur."], ["date", "2020-11-25"], ["time", "2000-01-01 21:11:16.458839"], ["datetime", "2020-11-16 09:29:21.050207"], ["created_at", "2020-11-24 11:21:46.161882"], ["updated_at", "2020-11-24 11:21:46.161882"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 1.01073621236031], ["string", "Eveniet quasi autem velit."], ["date", "2020-12-28"], ["time", "2000-01-01 07:52:35.930337"], ["datetime", "2020-11-24 19:49:42.445606"], ["created_at", "2020-11-24 11:21:46.165385"], ["updated_at", "2020-11-24 11:21:46.165385"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 29], ["decimal", 0.400740030348169], ["string", "Culpa non delectus est."], ["date", "2020-11-19"], ["time", "2000-01-01 01:22:11.522586"], ["datetime", "2020-12-24 06:02:11.626030"], ["created_at", "2020-11-24 11:21:46.168184"], ["updated_at", "2020-11-24 11:21:46.168184"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 0.94326426338207], ["string", "Culpa voluptatibus saepe porro aspernatur."], ["date", "2020-10-17"], ["time", "2000-01-01 08:12:40.638576"], ["datetime", "2020-12-23 05:15:47.806416"], ["created_at", "2020-11-24 11:21:46.170702"], ["updated_at", "2020-11-24 11:21:46.170702"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 14.7107645246076], ["string", "Quia repellendus culpa soluta."], ["date", "2020-11-11"], ["time", "2000-01-01 03:49:56.180028"], ["datetime", "2020-12-11 20:46:03.071622"], ["created_at", "2020-11-24 11:21:46.173161"], ["updated_at", "2020-11-24 11:21:46.173161"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 1.26816266215767], ["string", "Esse qui distinctio dicta."], ["date", "2021-01-04"], ["time", "2000-01-01 05:54:46.400539"], ["datetime", "2020-12-17 02:41:24.721929"], ["created_at", "2020-11-24 11:21:46.175561"], ["updated_at", "2020-11-24 11:21:46.175561"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 28], ["decimal", 18.9086534938063], ["string", "Blanditiis nihil maiores qui."], ["date", "2020-11-10"], ["time", "2000-01-01 20:29:29.359262"], ["datetime", "2020-11-13 20:57:58.124066"], ["created_at", "2020-11-24 11:21:46.179011"], ["updated_at", "2020-11-24 11:21:46.179011"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 3.63202803134937], ["string", "Quo dolor quidem consequatur velit."], ["date", "2020-10-20"], ["time", "2000-01-01 05:45:52.767806"], ["datetime", "2020-12-04 05:15:18.787393"], ["created_at", "2020-11-24 11:21:46.183649"], ["updated_at", "2020-11-24 11:21:46.183649"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 30.5962469664208], ["string", "Est quo quia hic id."], ["created_at", "2020-11-24 11:21:46.187246"], ["updated_at", "2020-11-24 11:21:46.187246"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 1.34761022996799], ["string", "Aliquam quae neque deleniti earum commodi."], ["created_at", "2020-11-24 11:21:46.189988"], ["updated_at", "2020-11-24 11:21:46.189988"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 14.2677575583054], ["string", "Perferendis facilis saepe commodi vitae."], ["created_at", "2020-11-24 11:21:46.192228"], ["updated_at", "2020-11-24 11:21:46.192228"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 5.12056277999912], ["string", "Quisquam nulla ipsum rerum voluptatibus."], ["created_at", "2020-11-24 11:21:46.194279"], ["updated_at", "2020-11-24 11:21:46.194279"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1034], ["decimal", 22.833070146572], ["string", "Quia veritatis odit ut."], ["created_at", "2020-11-24 11:21:46.196812"], ["updated_at", "2020-11-24 11:21:46.196812"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 18.3963496748365], ["string", "Quia non aut placeat animi."], ["created_at", "2020-11-24 11:21:46.199071"], ["updated_at", "2020-11-24 11:21:46.199071"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 0.31395831059668], ["string", "Assumenda ipsa nobis et ratione."], ["created_at", "2020-11-24 11:21:46.201141"], ["updated_at", "2020-11-24 11:21:46.201141"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 3.99542265438846], ["string", "Incidunt dolorem fugit."], ["created_at", "2020-11-24 11:21:46.203139"], ["updated_at", "2020-11-24 11:21:46.203139"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 11:21:46.204693"], ["updated_at", "2020-11-24 11:21:46.204693"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 11:21:46.206073"], ["updated_at", "2020-11-24 11:21:46.206073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 11:21:46.207428"], ["updated_at", "2020-11-24 11:21:46.207428"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 11:21:46.208753"], ["updated_at", "2020-11-24 11:21:46.208753"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 11:21:46.210040"], ["updated_at", "2020-11-24 11:21:46.210040"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 11:21:46.211459"], ["updated_at", "2020-11-24 11:21:46.211459"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 11:21:46.213025"], ["updated_at", "2020-11-24 11:21:46.213025"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 11:21:46.214323"], ["updated_at", "2020-11-24 11:21:46.214323"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 8], ["created_at", "2020-11-24 11:21:46.216051"], ["updated_at", "2020-11-24 11:21:46.216051"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-24 11:21:46.217731"], ["updated_at", "2020-11-24 11:21:46.217731"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 8], ["created_at", "2020-11-24 11:21:46.219414"], ["updated_at", "2020-11-24 11:21:46.219414"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 1], ["created_at", "2020-11-24 11:21:46.221017"], ["updated_at", "2020-11-24 11:21:46.221017"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 4], ["created_at", "2020-11-24 11:21:46.222562"], ["updated_at", "2020-11-24 11:21:46.222562"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-24 11:21:46.224221"], ["updated_at", "2020-11-24 11:21:46.224221"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 8], ["created_at", "2020-11-24 11:21:46.225862"], ["updated_at", "2020-11-24 11:21:46.225862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 6], ["created_at", "2020-11-24 11:21:46.227677"], ["updated_at", "2020-11-24 11:21:46.227677"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 11:21:46.229635"], ["updated_at", "2020-11-24 11:21:46.229635"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 11:21:46.231239"], ["updated_at", "2020-11-24 11:21:46.231239"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 11:21:46.232703"], ["updated_at", "2020-11-24 11:21:46.232703"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 11:21:46.234142"], ["updated_at", "2020-11-24 11:21:46.234142"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 11:21:46.235541"], ["updated_at", "2020-11-24 11:21:46.235541"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 11:21:46.236905"], ["updated_at", "2020-11-24 11:21:46.236905"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 11:21:46.238222"], ["updated_at", "2020-11-24 11:21:46.238222"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 11:21:46.239463"], ["updated_at", "2020-11-24 11:21:46.239463"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.240286"], ["updated_at", "2020-11-24 11:21:46.240286"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.240995"], ["updated_at", "2020-11-24 11:21:46.240995"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.241664"], ["updated_at", "2020-11-24 11:21:46.241664"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.242331"], ["updated_at", "2020-11-24 11:21:46.242331"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.242995"], ["updated_at", "2020-11-24 11:21:46.242995"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.243626"], ["updated_at", "2020-11-24 11:21:46.243626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.244448"], ["updated_at", "2020-11-24 11:21:46.244448"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.245371"], ["updated_at", "2020-11-24 11:21:46.245371"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.246912"], ["updated_at", "2020-11-24 11:21:46.246912"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.248230"], ["updated_at", "2020-11-24 11:21:46.248230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.249532"], ["updated_at", "2020-11-24 11:21:46.249532"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.250867"], ["updated_at", "2020-11-24 11:21:46.250867"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.252185"], ["updated_at", "2020-11-24 11:21:46.252185"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.253468"], ["updated_at", "2020-11-24 11:21:46.253468"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.254654"], ["updated_at", "2020-11-24 11:21:46.254654"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.255855"], ["updated_at", "2020-11-24 11:21:46.255855"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 198 61024 Grady Heights, New Nishashire, AZ 09499-3112"], ["city", "East Nigelton"], ["country", "Dominican Republic"], ["description", "Voluptatem eveniet voluptates. Enim cumque sunt. Odio esse illum. Et aliquid repellat. Explicabo quo reprehenderit."], ["email", "simon@example.co"], ["first_name", "Al"], ["firstname", "Bethany"], ["last_name", "Weissnat"], ["lastname", "Ondricka"], ["lat", "84.1584271976171"], ["latitute", "-64.71331798586627"], ["lng", "57.042393007596445"], ["locale", "MV"], ["longitude", "-119.5752935815853"], ["middlename", "Kirlin"], ["middle_name", "Ryan"], ["password", "U9dKnRaO0kW"], ["phone", "443.265.4427 x1787"], ["phone_number", "1-865-281-7116 x4367"], ["reference", "d4d399fa-0eea-4a29-b294-287e5d0aedf0"], ["title", "Deserunt itaque ut."], ["user_name", "monique"], ["username", "otto_parisian"], ["uuid", "43eb496a-5452-4c26-87a1-c11b2b75f1fa"], ["created_at", "2020-11-24 11:21:46.287788"], ["updated_at", "2020-11-24 11:21:46.287788"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "135 Donovan Heights, Judsonmouth, AK 61074"], ["city", "Lake Vertieberg"], ["country", "Bahamas"], ["description", "Dolore ipsum voluptatem. Dolorum incidunt et. Molestiae nostrum dicta. Ipsa autem ut. Ipsa earum reprehenderit."], ["email", "loyd.hilll@example.net"], ["first_name", "Donya"], ["firstname", "Rosaria"], ["last_name", "Kutch"], ["lastname", "Marquardt"], ["lat", "26.487065428260195"], ["latitute", "2.0986348578171174"], ["lng", "136.9957386186892"], ["locale", "GD"], ["longitude", "-113.73864998916281"], ["middlename", "Parisian"], ["middle_name", "Grady"], ["password", "FaUqFyX3e"], ["phone", "1-918-791-9624"], ["phone_number", "(809) 644-0028 x150"], ["reference", "180ad418-80c4-4bf0-acdc-aacd8db872d3"], ["title", "Beatae quasi rerum."], ["user_name", "donnell.murazik"], ["username", "ivey"], ["uuid", "2351dd24-3e79-4ded-9f2a-05ad87768ff1"], ["created_at", "2020-11-24 11:21:46.315728"], ["updated_at", "2020-11-24 11:21:46.315728"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 513 6381 Donnelly Wall, Caseymouth, MD 19842-4524"], ["city", "Lake Lasandraville"], ["country", "Venezuela"], ["description", "Assumenda voluptas ipsa. Architecto corporis nobis."], ["email", "jc.goodwin@example.com"], ["first_name", "Isabelle"], ["firstname", "Ronald"], ["last_name", "Stokes"], ["lastname", "Herman"], ["lat", "49.100295769565605"], ["latitute", "-54.42029637366833"], ["lng", "26.990310643896123"], ["locale", "FM"], ["longitude", "37.75678182937929"], ["middlename", "Brekke"], ["middle_name", "Cronin"], ["password", "5XlUk817VfVtBd4Y"], ["phone", "352.055.9912 x48959"], ["phone_number", "156-017-5454 x8162"], ["reference", "e27d6fa6-a7b1-4b8b-b1e4-6bc5e3929d19"], ["title", "Autem sapiente aut vero mollitia."], ["user_name", "elroy.hodkiewicz"], ["username", "robena"], ["uuid", "60077d59-b294-4f43-8df4-6c6dfd3c5f4c"], ["created_at", "2020-11-24 11:21:46.342592"], ["updated_at", "2020-11-24 11:21:46.342592"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 595 71888 Twila Turnpike, Port Carlee, HI 19142-0387"], ["city", "Jarredburgh"], ["country", "Niue"], ["description", "Veniam eius reprehenderit. Eos vero dicta. Laboriosam quibusdam praesentium. Asperiores commodi odio. Quasi laudantium recusandae."], ["email", "stanley@example.name"], ["first_name", "Brian"], ["firstname", "Malia"], ["last_name", "Schiller"], ["lastname", "Terry"], ["lat", "-63.352901067024234"], ["latitute", "-26.95904196139439"], ["lng", "-174.75720050551462"], ["locale", "RE"], ["longitude", "-69.93894828515478"], ["middlename", "Koss"], ["middle_name", "Boyer"], ["password", "YyK7rN1sJfE8"], ["phone", "676-565-0372 x2965"], ["phone_number", "327.524.5698 x559"], ["reference", "ebd9bfdc-60d0-4678-9937-cfa484e895b5"], ["title", "Voluptatem doloribus dignissimos maiores quia."], ["user_name", "domonique"], ["username", "bessie_lubowitz"], ["uuid", "075f0b26-68a5-4d1d-99cc-0382622bca60"], ["created_at", "2020-11-24 11:21:46.368506"], ["updated_at", "2020-11-24 11:21:46.368506"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "214 Mayert Courts, Homerhaven, WY 85716"], ["city", "Armidabury"], ["country", "French Polynesia"], ["description", "Voluptatem corporis ullam. Dolores ea iusto. Aut reiciendis omnis."], ["email", "scotty@example.name"], ["first_name", "Patience"], ["firstname", "Laurence"], ["last_name", "Hessel"], ["lastname", "Barrows"], ["lat", "31.409198106745123"], ["latitute", "31.56021928649274"], ["lng", "-111.1958311105952"], ["locale", "SR"], ["longitude", "5.63110304298533"], ["middlename", "DuBuque"], ["middle_name", "Reilly"], ["password", "S6hOt9Tb2"], ["phone", "748.046.5688"], ["phone_number", "1-656-091-1193 x724"], ["reference", "26b97d21-3b06-427c-85cd-857219bd1597"], ["title", "Tempora fuga reiciendis ab ducimus."], ["user_name", "oswaldo"], ["username", "brittani.collier"], ["uuid", "ad389674-8b31-475d-9ac4-d7ef992a7816"], ["created_at", "2020-11-24 11:21:46.401129"], ["updated_at", "2020-11-24 11:21:46.401129"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7380 Toy Estates, South Geraldo, ME 50685-3148"], ["city", "Edwardfort"], ["country", "Faroe Islands"], ["description", "Accusantium aut voluptatem. Quia aliquid iusto. Nihil fugiat hic."], ["email", "eduardo_anderson@example.org"], ["first_name", "Elmo"], ["firstname", "Connie"], ["last_name", "Mohr"], ["lastname", "Baumbach"], ["lat", "42.87621454843696"], ["latitute", "43.41164665423199"], ["lng", "135.1461339071546"], ["locale", "TN"], ["longitude", "-98.23783599353648"], ["middlename", "Reichert"], ["middle_name", "Connelly"], ["password", "5BdXoMmR"], ["phone", "708-300-0965 x1104"], ["phone_number", "979-909-4861 x1694"], ["reference", "89115f6a-c1c0-4165-b398-52f3f9ea3499"], ["title", "Blanditiis ea reprehenderit."], ["user_name", "dennis.osinski"], ["username", "izola.blick"], ["uuid", "7985f8e0-bb5a-4971-a1ee-bad8aaab5694"], ["created_at", "2020-11-24 11:21:46.427701"], ["updated_at", "2020-11-24 11:21:46.427701"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 960 18393 Trantow Light, Manteshire, IN 24381"], ["city", "Asastad"], ["country", "Guernsey"], ["description", "Delectus cupiditate enim. Tempora perferendis est. Quis omnis eveniet. Officiis laboriosam quo."], ["email", "joe@example.co"], ["first_name", "Mitchell"], ["firstname", "Fredrick"], ["last_name", "Leffler"], ["lastname", "Purdy"], ["lat", "-83.39385153195617"], ["latitute", "89.16456833212638"], ["lng", "30.42074905076646"], ["locale", "PN"], ["longitude", "85.03987107023175"], ["middlename", "Prohaska"], ["middle_name", "Casper"], ["password", "T3zAjKaD"], ["phone", "(210) 984-1046 x7613"], ["phone_number", "(815) 775-6508 x931"], ["reference", "d49f54d9-f1e0-40b9-b899-7a73097c2a80"], ["title", "Nulla facilis placeat vel eos iure."], ["user_name", "maxwell_kris"], ["username", "tawanna_gulgowski"], ["uuid", "b6acf706-25a5-403a-86ba-5902e2bb4837"], ["created_at", "2020-11-24 11:21:46.452584"], ["updated_at", "2020-11-24 11:21:46.452584"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9346 Connelly Divide, East Martine, NE 96513-7781"], ["city", "Ouidahaven"], ["country", "Greenland"], ["description", "Voluptatem dolorem amet. Iusto facilis consequatur. Nam est aut. Nemo reprehenderit consequatur. Dolorem veritatis numquam."], ["email", "terrance.murphy@example.io"], ["first_name", "Lucas"], ["firstname", "Cara"], ["last_name", "Hodkiewicz"], ["lastname", "Wiegand"], ["lat", "64.8715552821042"], ["latitute", "-71.53020290524194"], ["lng", "-8.127559711140407"], ["locale", "MM"], ["longitude", "52.51396450450332"], ["middlename", "Durgan"], ["middle_name", "Christiansen"], ["password", "JfWhGk6GhU59q"], ["phone", "1-986-790-8498 x333"], ["phone_number", "(640) 246-9299"], ["reference", "2539b72d-3f6a-4705-ae47-0bd231f2feda"], ["title", "Iusto saepe nihil odio."], ["user_name", "taina"], ["username", "demarcus_bashirian"], ["uuid", "bb445022-3845-4e44-8aa8-47dca7ec1c59"], ["created_at", "2020-11-24 11:21:46.475268"], ["updated_at", "2020-11-24 11:21:46.475268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 11:21:46.477562"], ["updated_at", "2020-11-24 11:21:46.477562"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 11:21:46.479539"], ["updated_at", "2020-11-24 11:21:46.479539"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 11:21:46.481125"], ["updated_at", "2020-11-24 11:21:46.481125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 11:21:46.482292"], ["updated_at", "2020-11-24 11:21:46.482292"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 11:21:46.483399"], ["updated_at", "2020-11-24 11:21:46.483399"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 11:21:46.484519"], ["updated_at", "2020-11-24 11:21:46.484519"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 11:21:46.485615"], ["updated_at", "2020-11-24 11:21:46.485615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 11:21:46.486718"], ["updated_at", "2020-11-24 11:21:46.486718"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.503998"], ["updated_at", "2020-11-24 11:21:46.503998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.504838"], ["updated_at", "2020-11-24 11:21:46.504838"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.505502"], ["updated_at", "2020-11-24 11:21:46.505502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.512922"], ["updated_at", "2020-11-24 11:21:46.512922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.513794"], ["updated_at", "2020-11-24 11:21:46.513794"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.515261"], ["updated_at", "2020-11-24 11:21:46.515261"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.516034"], ["updated_at", "2020-11-24 11:21:46.516034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.516764"], ["updated_at", "2020-11-24 11:21:46.516764"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:46.517547"], ["updated_at", "2020-11-24 11:21:46.517547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:46.518308"], ["updated_at", "2020-11-24 11:21:46.518308"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:46.519031"], ["updated_at", "2020-11-24 11:21:46.519031"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:46.519754"], ["updated_at", "2020-11-24 11:21:46.519754"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:46.520491"], ["updated_at", "2020-11-24 11:21:46.520491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:46.521213"], ["updated_at", "2020-11-24 11:21:46.521213"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:46.521934"], ["updated_at", "2020-11-24 11:21:46.521934"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:46.522655"], ["updated_at", "2020-11-24 11:21:46.522655"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 3.27136560361495], ["string", "Vel sed dolores facilis rerum aut."], ["date", "2020-10-24"], ["time", "2000-01-01 22:28:01.413005"], ["datetime", "2020-11-23 22:13:46.234313"], ["created_at", "2020-11-24 11:21:46.554226"], ["updated_at", "2020-11-24 11:21:46.554226"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 1.06494061194665], ["string", "Placeat dolorem ad."], ["date", "2020-10-28"], ["time", "2000-01-01 01:47:49.585411"], ["datetime", "2020-12-07 18:07:45.501824"], ["created_at", "2020-11-24 11:21:46.557490"], ["updated_at", "2020-11-24 11:21:46.557490"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 7.82451231595513], ["string", "Voluptate laborum placeat."], ["date", "2020-10-15"], ["time", "2000-01-01 07:34:57.668454"], ["datetime", "2020-11-10 14:40:56.963207"], ["created_at", "2020-11-24 11:21:46.560321"], ["updated_at", "2020-11-24 11:21:46.560321"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 9.80172111690806], ["string", "Dolores fuga aut dolorem."], ["date", "2020-10-30"], ["time", "2000-01-01 10:36:12.755013"], ["datetime", "2020-11-22 06:07:25.311185"], ["created_at", "2020-11-24 11:21:46.565655"], ["updated_at", "2020-11-24 11:21:46.565655"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 13.2071793047635], ["string", "Placeat est voluptatibus."], ["date", "2020-10-24"], ["time", "2000-01-01 02:01:47.499264"], ["datetime", "2020-10-25 12:32:50.959618"], ["created_at", "2020-11-24 11:21:46.569684"], ["updated_at", "2020-11-24 11:21:46.569684"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 4.91661336843496], ["string", "Ab aut sed est repellendus."], ["date", "2021-01-02"], ["time", "2000-01-01 17:00:51.492837"], ["datetime", "2020-11-24 02:12:46.678455"], ["created_at", "2020-11-24 11:21:46.573072"], ["updated_at", "2020-11-24 11:21:46.573072"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.575868"], ["updated_at", "2020-11-24 11:21:46.575868"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 0.201479243738757], ["string", "Itaque dolores ea et enim."], ["date", "2020-12-05"], ["time", "2000-01-01 01:16:08.994502"], ["datetime", "2020-10-31 02:27:47.941092"], ["created_at", "2020-11-24 11:21:46.609743"], ["updated_at", "2020-11-24 11:21:46.609743"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 4.19598229309617], ["string", "Reiciendis consequatur et."], ["date", "2020-12-27"], ["time", "2000-01-01 07:26:25.593470"], ["datetime", "2020-11-25 21:52:24.682202"], ["created_at", "2020-11-24 11:21:46.614711"], ["updated_at", "2020-11-24 11:21:46.614711"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 24.642881082111], ["string", "Voluptates et reiciendis quia quasi."], ["date", "2020-10-30"], ["time", "2000-01-01 08:56:26.514574"], ["datetime", "2020-12-28 03:34:58.075159"], ["created_at", "2020-11-24 11:21:46.619543"], ["updated_at", "2020-11-24 11:21:46.619543"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 27], ["decimal", 5.83440607861255], ["string", "Ut ut totam aut quam."], ["date", "2020-12-22"], ["time", "2000-01-01 01:01:39.197310"], ["datetime", "2020-12-27 01:40:49.373355"], ["created_at", "2020-11-24 11:21:46.623766"], ["updated_at", "2020-11-24 11:21:46.623766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 30], ["decimal", 21.1387204056545], ["string", "Temporibus culpa autem."], ["date", "2020-12-15"], ["time", "2000-01-01 05:08:23.566855"], ["datetime", "2020-12-10 06:57:44.581096"], ["created_at", "2020-11-24 11:21:46.626959"], ["updated_at", "2020-11-24 11:21:46.626959"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 5.41507258711567], ["string", "Quos sed sit ipsa."], ["date", "2020-10-28"], ["time", "2000-01-01 10:12:45.725817"], ["datetime", "2020-10-24 17:14:38.039393"], ["created_at", "2020-11-24 11:21:46.630721"], ["updated_at", "2020-11-24 11:21:46.630721"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 0.141988020515435], ["string", "Sed blanditiis aliquid suscipit."], ["date", "2020-10-21"], ["time", "2000-01-01 08:09:30.237998"], ["datetime", "2020-11-02 17:57:03.975471"], ["created_at", "2020-11-24 11:21:46.633779"], ["updated_at", "2020-11-24 11:21:46.633779"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 8.55842545252414], ["string", "Veniam at quo dolore sit exercitationem."], ["date", "2020-11-26"], ["time", "2000-01-01 01:14:08.843845"], ["datetime", "2020-10-29 13:01:48.395287"], ["created_at", "2020-11-24 11:21:46.636474"], ["updated_at", "2020-11-24 11:21:46.636474"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 35.8439946676305], ["string", "Voluptas voluptatum odit."], ["created_at", "2020-11-24 11:21:46.638886"], ["updated_at", "2020-11-24 11:21:46.638886"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1024], ["decimal", 2.46733528492057], ["string", "Excepturi quia rerum cumque qui."], ["created_at", "2020-11-24 11:21:46.641022"], ["updated_at", "2020-11-24 11:21:46.641022"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 0.0621342620387828], ["string", "Quisquam laborum nam dolorem dolorum."], ["created_at", "2020-11-24 11:21:46.643281"], ["updated_at", "2020-11-24 11:21:46.643281"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 0.550456899379068], ["string", "Sint eos reprehenderit quos occaecati culpa."], ["created_at", "2020-11-24 11:21:46.646380"], ["updated_at", "2020-11-24 11:21:46.646380"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 1.95197590784972], ["string", "Nam earum quo est rerum possimus."], ["created_at", "2020-11-24 11:21:46.649716"], ["updated_at", "2020-11-24 11:21:46.649716"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 6.11172705134081], ["string", "Sint modi dolorem non pariatur aut."], ["created_at", "2020-11-24 11:21:46.652393"], ["updated_at", "2020-11-24 11:21:46.652393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 1.7974094353682], ["string", "Adipisci et ut aliquam est numquam."], ["created_at", "2020-11-24 11:21:46.655159"], ["updated_at", "2020-11-24 11:21:46.655159"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 9.38060073054776], ["string", "Quo id aut."], ["created_at", "2020-11-24 11:21:46.657974"], ["updated_at", "2020-11-24 11:21:46.657974"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 11:21:46.660085"], ["updated_at", "2020-11-24 11:21:46.660085"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 11:21:46.662927"], ["updated_at", "2020-11-24 11:21:46.662927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 11:21:46.664638"], ["updated_at", "2020-11-24 11:21:46.664638"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 11:21:46.666791"], ["updated_at", "2020-11-24 11:21:46.666791"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 11:21:46.668470"], ["updated_at", "2020-11-24 11:21:46.668470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 11:21:46.669845"], ["updated_at", "2020-11-24 11:21:46.669845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 11:21:46.671124"], ["updated_at", "2020-11-24 11:21:46.671124"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 11:21:46.672401"], ["updated_at", "2020-11-24 11:21:46.672401"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 5], ["created_at", "2020-11-24 11:21:46.674150"], ["updated_at", "2020-11-24 11:21:46.674150"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 8], ["created_at", "2020-11-24 11:21:46.676019"], ["updated_at", "2020-11-24 11:21:46.676019"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-24 11:21:46.678163"], ["updated_at", "2020-11-24 11:21:46.678163"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-24 11:21:46.681144"], ["updated_at", "2020-11-24 11:21:46.681144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 7], ["created_at", "2020-11-24 11:21:46.683071"], ["updated_at", "2020-11-24 11:21:46.683071"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 11:21:46.684830"], ["updated_at", "2020-11-24 11:21:46.684830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-24 11:21:46.686643"], ["updated_at", "2020-11-24 11:21:46.686643"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 6], ["created_at", "2020-11-24 11:21:46.688434"], ["updated_at", "2020-11-24 11:21:46.688434"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 11:21:46.689801"], ["updated_at", "2020-11-24 11:21:46.689801"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 11:21:46.691091"], ["updated_at", "2020-11-24 11:21:46.691091"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 11:21:46.692603"], ["updated_at", "2020-11-24 11:21:46.692603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 11:21:46.693921"], ["updated_at", "2020-11-24 11:21:46.693921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 11:21:46.695997"], ["updated_at", "2020-11-24 11:21:46.695997"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 11:21:46.697777"], ["updated_at", "2020-11-24 11:21:46.697777"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 11:21:46.699297"], ["updated_at", "2020-11-24 11:21:46.699297"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 11:21:46.700713"], ["updated_at", "2020-11-24 11:21:46.700713"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.701600"], ["updated_at", "2020-11-24 11:21:46.701600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.702377"], ["updated_at", "2020-11-24 11:21:46.702377"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.703104"], ["updated_at", "2020-11-24 11:21:46.703104"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.703816"], ["updated_at", "2020-11-24 11:21:46.703816"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.704546"], ["updated_at", "2020-11-24 11:21:46.704546"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.705249"], ["updated_at", "2020-11-24 11:21:46.705249"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.705916"], ["updated_at", "2020-11-24 11:21:46.705916"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.706598"], ["updated_at", "2020-11-24 11:21:46.706598"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.707977"], ["updated_at", "2020-11-24 11:21:46.707977"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.709244"], ["updated_at", "2020-11-24 11:21:46.709244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.710598"], ["updated_at", "2020-11-24 11:21:46.710598"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.712873"], ["updated_at", "2020-11-24 11:21:46.712873"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.714485"], ["updated_at", "2020-11-24 11:21:46.714485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.715826"], ["updated_at", "2020-11-24 11:21:46.715826"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.717139"], ["updated_at", "2020-11-24 11:21:46.717139"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.718403"], ["updated_at", "2020-11-24 11:21:46.718403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 799 372 Carroll Brooks, West Tawana, MO 23102-3418"], ["city", "West Catina"], ["country", "Namibia"], ["description", "Occaecati maiores minus. Temporibus qui qui. Quibusdam dolor nobis. Assumenda autem est. Architecto consequatur rerum."], ["email", "juliette@example.org"], ["first_name", "Jewell"], ["firstname", "Cassondra"], ["last_name", "Hessel"], ["lastname", "Toy"], ["lat", "81.49613453294586"], ["latitute", "-46.58354498821881"], ["lng", "33.54518554115589"], ["locale", "MU"], ["longitude", "167.74210134881343"], ["middlename", "Will"], ["middle_name", "Buckridge"], ["password", "Z5zCzIvPhW150yY"], ["phone", "(421) 741-6432 x7350"], ["phone_number", "1-245-519-3938 x191"], ["reference", "d8ecf63d-bb80-4aa1-88ee-9890d067618e"], ["title", "Molestiae est ad iure aspernatur."], ["user_name", "tanya_kozey"], ["username", "dann_sanford"], ["uuid", "2f6cef41-1cb0-436e-b598-ed58c37c9d91"], ["created_at", "2020-11-24 11:21:46.753907"], ["updated_at", "2020-11-24 11:21:46.753907"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 236 3957 Pacocha Walks, Lynwoodborough, PA 53831"], ["city", "Peterbury"], ["country", "Sierra Leone"], ["description", "Rerum rerum harum. Aut blanditiis sit."], ["email", "bruna@example.co"], ["first_name", "Tessie"], ["firstname", "Mirian"], ["last_name", "Heaney"], ["lastname", "Simonis"], ["lat", "32.05915937251932"], ["latitute", "-34.51871737943741"], ["lng", "172.15857139464066"], ["locale", "SX"], ["longitude", "-102.97083286968115"], ["middlename", "Friesen"], ["middle_name", "Gottlieb"], ["password", "ZvS1cIfRn"], ["phone", "422.074.1959 x428"], ["phone_number", "883-765-4406"], ["reference", "cfd20a63-75da-473d-ae1a-50cb93a61b99"], ["title", "Est qui et."], ["user_name", "janay"], ["username", "jerri.volkman"], ["uuid", "5e5c5159-462c-44aa-89ed-13c64edaa273"], ["created_at", "2020-11-24 11:21:46.780246"], ["updated_at", "2020-11-24 11:21:46.780246"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 298 3618 McClure Fields, Huelsshire, SD 97419-4734"], ["city", "Wehnerburgh"], ["country", "Guernsey"], ["description", "Aliquam delectus qui. Officia blanditiis consequatur. Molestiae necessitatibus velit."], ["email", "major@example.io"], ["first_name", "Billy"], ["firstname", "Mitzi"], ["last_name", "Pfeffer"], ["lastname", "Wisozk"], ["lat", "36.94779784079212"], ["latitute", "79.05870423840062"], ["lng", "1.0407117363164957"], ["locale", "ZM"], ["longitude", "39.35205958626173"], ["middlename", "Langworth"], ["middle_name", "Shanahan"], ["password", "BfVw4Wn5VwIbB"], ["phone", "204-115-3146 x572"], ["phone_number", "1-348-486-6520 x0266"], ["reference", "0ac14d93-3fa2-4c6c-8da8-239751e8dd04"], ["title", "Optio deleniti voluptas ipsam repudiandae."], ["user_name", "grisel"], ["username", "lelah"], ["uuid", "167f717b-8eb3-4036-a8f7-0fff6cadf372"], ["created_at", "2020-11-24 11:21:46.803747"], ["updated_at", "2020-11-24 11:21:46.803747"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 136 12188 Doretta Alley, Robtmouth, MT 69214-9422"], ["city", "Louraburgh"], ["country", "Kuwait"], ["description", "Dolorum quae inventore. Eveniet dicta at. Autem ea quisquam. Magni et ex."], ["email", "archie.pagac@example.co"], ["first_name", "Efren"], ["firstname", "Quinn"], ["last_name", "Wisozk"], ["lastname", "Bradtke"], ["lat", "-35.99428562502676"], ["latitute", "89.91811407352813"], ["lng", "79.39163608053212"], ["locale", "PY"], ["longitude", "-58.72046735747291"], ["middlename", "Lubowitz"], ["middle_name", "Leuschke"], ["password", "NaEg54Mr73R8aIe6"], ["phone", "176-134-8320 x19102"], ["phone_number", "(827) 239-2705 x17721"], ["reference", "67ff09b6-3294-4282-a154-fcbebd96013f"], ["title", "Ut facilis harum."], ["user_name", "quinn"], ["username", "hollis_hilll"], ["uuid", "dceee617-16dd-4ab8-8874-8f80cd4a8ef1"], ["created_at", "2020-11-24 11:21:46.826415"], ["updated_at", "2020-11-24 11:21:46.826415"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "112 Carol Orchard, Waelchiland, OH 26601-7173"], ["city", "Reichelmouth"], ["country", "Cameroon"], ["description", "Accusamus saepe error. Tempora sed sint. Omnis quibusdam sint."], ["email", "brunilda@example.co"], ["first_name", "Chia"], ["firstname", "Bradley"], ["last_name", "Christiansen"], ["lastname", "Jast"], ["lat", "-40.55345618297352"], ["latitute", "-7.830522412695217"], ["lng", "5.230774521908927"], ["locale", "PM"], ["longitude", "178.61416156044197"], ["middlename", "Collins"], ["middle_name", "Dach"], ["password", "UwQoEzL677fCdWaE"], ["phone", "865.818.4787"], ["phone_number", "(770) 563-9447 x838"], ["reference", "6df646ae-dba3-47cf-92f3-6ab98aeff8c2"], ["title", "Et exercitationem tenetur non voluptatum recusandae."], ["user_name", "britt"], ["username", "rufina.casper"], ["uuid", "00e02ee7-9c71-4915-9b1b-f36bfdb5f1d4"], ["created_at", "2020-11-24 11:21:46.858153"], ["updated_at", "2020-11-24 11:21:46.858153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 219 7752 Stephen Parkway, Mariannastad, NH 50055-0516"], ["city", "North Darnell"], ["country", "Suriname"], ["description", "Velit officiis est. Nemo laborum quia."], ["email", "granville_wiegand@example.biz"], ["first_name", "Marchelle"], ["firstname", "Joey"], ["last_name", "Pouros"], ["lastname", "Lakin"], ["lat", "-87.09228580017276"], ["latitute", "-63.35337442530464"], ["lng", "133.65344320581022"], ["locale", "GE"], ["longitude", "93.9561805505453"], ["middlename", "Orn"], ["middle_name", "Dicki"], ["password", "AwEnSnWuEsN"], ["phone", "829.652.6832 x302"], ["phone_number", "663.603.0730 x9046"], ["reference", "3872720d-af79-4fd0-8913-fff0aa47d20b"], ["title", "Dolorem quas magni maiores asperiores eligendi."], ["user_name", "rufus"], ["username", "lyman"], ["uuid", "e142b6d6-6bf9-454e-8ada-13f86c8bf2f2"], ["created_at", "2020-11-24 11:21:46.884865"], ["updated_at", "2020-11-24 11:21:46.884865"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "544 Carroll Greens, McDermottland, SC 34338"], ["city", "Lake Jeanelleland"], ["country", "Sao Tome and Principe"], ["description", "Quod dolore nostrum. Id omnis debitis. Aut qui repellat. Unde architecto voluptas."], ["email", "lynwood.goldner@example.info"], ["first_name", "Brenton"], ["firstname", "Hayden"], ["last_name", "Bernier"], ["lastname", "McLaughlin"], ["lat", "-35.52336565922309"], ["latitute", "68.48527032962397"], ["lng", "-31.943411049013605"], ["locale", "KN"], ["longitude", "1.956149445931345"], ["middlename", "Glover"], ["middle_name", "Johnston"], ["password", "2WvJ0g49XrN0hGbO"], ["phone", "(904) 263-0061 x928"], ["phone_number", "131.543.6066 x9519"], ["reference", "066d510f-b64f-4f00-bb57-058e32dbd5b2"], ["title", "Similique sed libero velit quisquam repudiandae."], ["user_name", "melaine"], ["username", "hilario_franecki"], ["uuid", "fef86772-2890-4599-b960-1fb6c399de9f"], ["created_at", "2020-11-24 11:21:46.907819"], ["updated_at", "2020-11-24 11:21:46.907819"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 107 8551 Zieme Villages, South Carrol, ID 40024-9431"], ["city", "Marquisland"], ["country", "Sao Tome and Principe"], ["description", "Rerum tempora aut. Reiciendis non sed. Veniam doloribus iste."], ["email", "sal@example.net"], ["first_name", "Jed"], ["firstname", "Jesse"], ["last_name", "Jacobs"], ["lastname", "Schmeler"], ["lat", "88.79482010486012"], ["latitute", "-37.57926462930691"], ["lng", "-107.27871504029093"], ["locale", "SX"], ["longitude", "-8.517845795775344"], ["middlename", "Emard"], ["middle_name", "Beer"], ["password", "E19lEjPo"], ["phone", "(607) 050-5722 x306"], ["phone_number", "(305) 568-2730 x6328"], ["reference", "3b2bcb0c-cabc-471c-8f8a-c2cef26622af"], ["title", "Culpa possimus aliquid in."], ["user_name", "deedra.runolfsson"], ["username", "dayna"], ["uuid", "2b51c406-8996-42db-976c-da6550654de8"], ["created_at", "2020-11-24 11:21:46.931571"], ["updated_at", "2020-11-24 11:21:46.931571"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 11:21:46.933594"], ["updated_at", "2020-11-24 11:21:46.933594"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 11:21:46.934851"], ["updated_at", "2020-11-24 11:21:46.934851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 11:21:46.935997"], ["updated_at", "2020-11-24 11:21:46.935997"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 11:21:46.937156"], ["updated_at", "2020-11-24 11:21:46.937156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 11:21:46.938266"], ["updated_at", "2020-11-24 11:21:46.938266"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 11:21:46.939380"], ["updated_at", "2020-11-24 11:21:46.939380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 11:21:46.940491"], ["updated_at", "2020-11-24 11:21:46.940491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 11:21:46.941609"], ["updated_at", "2020-11-24 11:21:46.941609"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.970458"], ["updated_at", "2020-11-24 11:21:46.970458"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.971374"], ["updated_at", "2020-11-24 11:21:46.971374"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.972144"], ["updated_at", "2020-11-24 11:21:46.972144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.972892"], ["updated_at", "2020-11-24 11:21:46.972892"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.973653"], ["updated_at", "2020-11-24 11:21:46.973653"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.974409"], ["updated_at", "2020-11-24 11:21:46.974409"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.975167"], ["updated_at", "2020-11-24 11:21:46.975167"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:21:46.975890"], ["updated_at", "2020-11-24 11:21:46.975890"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:46.976729"], ["updated_at", "2020-11-24 11:21:46.976729"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:46.977777"], ["updated_at", "2020-11-24 11:21:46.977777"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:46.979363"], ["updated_at", "2020-11-24 11:21:46.979363"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:46.980484"], ["updated_at", "2020-11-24 11:21:46.980484"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:46.981608"], ["updated_at", "2020-11-24 11:21:46.981608"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:46.982490"], ["updated_at", "2020-11-24 11:21:46.982490"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:46.983661"], ["updated_at", "2020-11-24 11:21:46.983661"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:21:46.984923"], ["updated_at", "2020-11-24 11:21:46.984923"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.1ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.2ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.9ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.6ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "311 Hauck Lakes, North Mickimouth, FL 66519-9758"], ["city", "Janmouth"], ["country", "Republic of Korea"], ["description", "Aliquam sunt vero. Qui hic dolore."], ["email", "shaniqua_schaefer@example.biz"], ["first_name", "Tiffani"], ["firstname", "Majorie"], ["last_name", "Hirthe"], ["lastname", "Ziemann"], ["lat", "-13.098270635153725"], ["latitute", "-46.3209426900898"], ["lng", "29.73427400504096"], ["locale", "CZ"], ["longitude", "-78.3692104905236"], ["middlename", "Schowalter"], ["middle_name", "Jaskolski"], ["password", "7Pf1TiVh"], ["phone", "612-923-9268 x75800"], ["phone_number", "251.150.3513 x40677"], ["reference", "cb87f2ef-c65d-40e9-b727-efaabc2ef62d"], ["title", "Pariatur voluptate ut voluptas eos quod."], ["user_name", "qiana"], ["username", "eugene"], ["uuid", "326ededf-c4f0-4f6a-a035-8b1d2ee81c3a"], ["created_at", "2020-11-24 11:25:04.702668"], ["updated_at", "2020-11-24 11:25:04.702668"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 384 2742 Dietrich Fords, Lake Mila, AZ 50595-7144"], ["city", "Danview"], ["country", "Argentina"], ["description", "Laborum ducimus non. Assumenda quis at."], ["email", "babara.oconnell@example.io"], ["first_name", "Trinidad"], ["firstname", "Wilfred"], ["last_name", "Wilkinson"], ["lastname", "Ferry"], ["lat", "41.38550328814"], ["latitute", "14.56891559664588"], ["lng", "166.97478970999254"], ["locale", "MC"], ["longitude", "-87.29828219782307"], ["middlename", "Cartwright"], ["middle_name", "Balistreri"], ["password", "3Y1uFaI73h65K9b"], ["phone", "1-875-222-1069"], ["phone_number", "144-251-8938"], ["reference", "7794cc8a-1e0e-4ccb-a4d0-639496af8424"], ["title", "Eos inventore nihil cumque."], ["user_name", "oretha"], ["username", "mahalia"], ["uuid", "8906da96-6564-487e-a9c1-48f9f7d4e818"], ["created_at", "2020-11-24 11:25:04.739104"], ["updated_at", "2020-11-24 11:25:04.739104"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "65201 Lang Summit, New Royal, NE 26033"], ["city", "Boehmfurt"], ["country", "Libyan Arab Jamahiriya"], ["description", "Ipsum voluptatem nobis. Nostrum nihil non."], ["email", "bud@example.org"], ["first_name", "Chang"], ["firstname", "Sherrie"], ["last_name", "Hilpert"], ["lastname", "Ferry"], ["lat", "-85.66942306849596"], ["latitute", "-55.675807501209405"], ["lng", "51.85871861616769"], ["locale", "SB"], ["longitude", "-60.376492198621676"], ["middlename", "Barrows"], ["middle_name", "McLaughlin"], ["password", "U48sM9oBhAkR"], ["phone", "1-581-834-9227 x98157"], ["phone_number", "859-385-2532"], ["reference", "e53f5d42-86d3-4b4c-9017-7b8e11705686"], ["title", "Numquam repudiandae dignissimos molestiae omnis."], ["user_name", "dave.williamson"], ["username", "debbie"], ["uuid", "6c35c5ce-9ac8-418d-9c88-fe9b38cee1a5"], ["created_at", "2020-11-24 11:25:04.765264"], ["updated_at", "2020-11-24 11:25:04.765264"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "6602 Fritsch Gateway, Bartellfort, PA 11495-3481"], ["city", "East Holliemouth"], ["country", "Croatia"], ["description", "Iste animi voluptas. Error aut dolores. Corrupti perspiciatis corporis."], ["email", "connie@example.org"], ["first_name", "Shila"], ["firstname", "Del"], ["last_name", "Block"], ["lastname", "Rath"], ["lat", "76.52832148531803"], ["latitute", "63.1796845165824"], ["lng", "-79.98866538243715"], ["locale", "CW"], ["longitude", "67.64911057753162"], ["middlename", "Hammes"], ["middle_name", "Hackett"], ["password", "D3gT0fXrM"], ["phone", "482-320-4376"], ["phone_number", "(603) 378-4044 x76960"], ["reference", "cfa0cdb5-9c92-48aa-bac8-ae475ba59aa8"], ["title", "Aut voluptates quos nihil quod aut."], ["user_name", "ethelyn"], ["username", "faustina_schultz"], ["uuid", "0843824f-aa6e-4c9b-afb1-cb8bd025fbdf"], ["created_at", "2020-11-24 11:25:04.787493"], ["updated_at", "2020-11-24 11:25:04.787493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 256 9801 Eboni Mission, Kihnfort, NE 05487"], ["city", "Lake Ozzie"], ["country", "Lao People's Democratic Republic"], ["description", "Exercitationem asperiores dolorem. Provident illo enim. Laboriosam incidunt qui."], ["email", "jesse@example.io"], ["first_name", "Olene"], ["firstname", "Charlena"], ["last_name", "Hirthe"], ["lastname", "Okuneva"], ["lat", "-20.03499211322591"], ["latitute", "-35.556715410531595"], ["lng", "42.78234629090508"], ["locale", "VA"], ["longitude", "-53.98086639490434"], ["middlename", "Kiehn"], ["middle_name", "Johns"], ["password", "M4iXzQoYhWwNdC"], ["phone", "113-001-9819"], ["phone_number", "(616) 583-2598 x55578"], ["reference", "464dde68-4c49-4dfd-834d-cdb3365ba485"], ["title", "Rem excepturi temporibus et."], ["user_name", "clarita"], ["username", "minnie"], ["uuid", "3ea9b68b-17c9-4b55-937a-08602555de8c"], ["created_at", "2020-11-24 11:25:04.809557"], ["updated_at", "2020-11-24 11:25:04.809557"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "621 Kit Route, Carolinland, GA 94755"], ["city", "Bergemouth"], ["country", "Mali"], ["description", "Et molestias corrupti. Eos ut molestiae."], ["email", "cherrie@example.name"], ["first_name", "Quinton"], ["firstname", "Rocco"], ["last_name", "Brakus"], ["lastname", "Paucek"], ["lat", "20.696915576987877"], ["latitute", "79.94897414060841"], ["lng", "-174.0207230854189"], ["locale", "BB"], ["longitude", "78.41769402568724"], ["middlename", "Grady"], ["middle_name", "Ward"], ["password", "HrOpJrAj"], ["phone", "947.313.4729"], ["phone_number", "1-116-230-6634 x953"], ["reference", "d8ccb282-f88d-4118-bd4a-324d985eac0f"], ["title", "Ut laudantium et."], ["user_name", "nadia_smitham"], ["username", "adan"], ["uuid", "808361e1-d2fa-4de1-bc9e-9829d3e9e023"], ["created_at", "2020-11-24 11:25:04.831549"], ["updated_at", "2020-11-24 11:25:04.831549"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 708 3483 Emard Ford, Jameshaven, NH 28019-9040"], ["city", "Hackettport"], ["country", "Macao"], ["description", "Illo delectus eius. Consequatur veritatis ut. Deserunt qui id. Quo quibusdam quo."], ["email", "florencio_willms@example.co"], ["first_name", "Freddy"], ["firstname", "Bettye"], ["last_name", "O'Conner"], ["lastname", "Ullrich"], ["lat", "-54.32597073910924"], ["latitute", "45.362616883265815"], ["lng", "-173.44501864943177"], ["locale", "GY"], ["longitude", "-94.59434628012902"], ["middlename", "Spinka"], ["middle_name", "Hintz"], ["password", "Lp8NmUjPaEpMn"], ["phone", "(865) 623-4531 x762"], ["phone_number", "1-509-367-6693 x04386"], ["reference", "a3bdcfe7-d9a1-4f1f-821b-111336c67db1"], ["title", "Corporis nobis et quae eos."], ["user_name", "anglea"], ["username", "emelina"], ["uuid", "23e41a7e-fb10-411e-9a16-9af7007957d1"], ["created_at", "2020-11-24 11:25:04.853575"], ["updated_at", "2020-11-24 11:25:04.853575"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "596 Delilah Wells, Lake Kyung, TN 26117-6275"], ["city", "West Jerold"], ["country", "Mayotte"], ["description", "Illum voluptas dolorem. Dolores assumenda in. Sed quidem vel. Magnam et et."], ["email", "stacey@example.io"], ["first_name", "Lan"], ["firstname", "Ardis"], ["last_name", "Bradtke"], ["lastname", "Legros"], ["lat", "83.56133708581851"], ["latitute", "21.64024185587391"], ["lng", "-43.44812680336051"], ["locale", "BB"], ["longitude", "113.39021139106018"], ["middlename", "Lebsack"], ["middle_name", "Auer"], ["password", "17GdWdAeHnIqFe"], ["phone", "1-378-947-5104 x9623"], ["phone_number", "(178) 575-7409"], ["reference", "572f4eaf-36ef-45c9-8a4c-ce617ec40e19"], ["title", "Ipsum est harum."], ["user_name", "curt.haley"], ["username", "chara.mohr"], ["uuid", "0cce6587-6cd9-4c0d-8226-fecc5b148348"], ["created_at", "2020-11-24 11:25:04.875650"], ["updated_at", "2020-11-24 11:25:04.875650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 146 24455 Rogelio Greens, Hamillport, AZ 26906"], ["city", "South Doreen"], ["country", "Paraguay"], ["description", "Nobis unde quo. Itaque doloremque soluta. Quis sint voluptatem. Et dicta eveniet."], ["email", "marcos@example.name"], ["first_name", "Rosette"], ["firstname", "Nannette"], ["last_name", "Kassulke"], ["lastname", "Fay"], ["lat", "-17.793690706632944"], ["latitute", "17.025331985774415"], ["lng", "43.87186225127019"], ["locale", "BH"], ["longitude", "-121.60619139492908"], ["middlename", "Crona"], ["middle_name", "Hoeger"], ["password", "BbDhQqJd"], ["phone", "1-146-862-0365"], ["phone_number", "1-997-023-6107 x2204"], ["reference", "c188edb3-380c-42c3-9a23-6b1ed0d39486"], ["title", "Ab accusantium doloribus amet laudantium."], ["user_name", "chance"], ["username", "octavio.johns"], ["uuid", "15ef2aea-002a-45ac-b544-b331e2d40e21"], ["created_at", "2020-11-24 11:25:04.906171"], ["updated_at", "2020-11-24 11:25:04.906171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 406 56247 Hane Centers, Lake Denny, MA 69583-7356"], ["city", "Eleneshire"], ["country", "Bahamas"], ["description", "Sit quia aperiam. Laborum accusamus eos. Iusto ut ut."], ["email", "lilia_zulauf@example.net"], ["first_name", "Courtney"], ["firstname", "Donnie"], ["last_name", "Gusikowski"], ["lastname", "Fay"], ["lat", "17.161777693116846"], ["latitute", "67.18821323661115"], ["lng", "-121.95115663506743"], ["locale", "BT"], ["longitude", "92.70182422175844"], ["middlename", "Marquardt"], ["middle_name", "Collier"], ["password", "4F1zWhLjKdLh"], ["phone", "(878) 969-0155 x4003"], ["phone_number", "166-314-0684"], ["reference", "2d6d4880-acac-4bf1-8793-db266902a3d4"], ["title", "Omnis quasi ut officia."], ["user_name", "maurice_kohler"], ["username", "joey.gusikowski"], ["uuid", "705bd406-d83c-47e7-a68c-2b4595f61b5f"], ["created_at", "2020-11-24 11:25:04.930055"], ["updated_at", "2020-11-24 11:25:04.930055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.4ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 21], ["decimal", 3.20661256910492], ["string", "Omnis vero qui debitis corporis."], ["date", "2020-12-07"], ["time", "2000-01-01 17:37:39.696389"], ["datetime", "2020-12-15 05:06:37.864804"], ["created_at", "2020-11-24 11:25:04.957968"], ["updated_at", "2020-11-24 11:25:04.957968"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 24.3789546700972], ["string", "Cumque ut nesciunt dolores veniam."], ["created_at", "2020-11-24 11:25:04.967265"], ["updated_at", "2020-11-24 11:25:04.967265"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 11:25:04.975031"], ["updated_at", "2020-11-24 11:25:04.975031"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 11:25:04.981412"], ["updated_at", "2020-11-24 11:25:04.981412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 11:25:04.987068"], ["updated_at", "2020-11-24 11:25:04.987068"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:04.993294"], ["updated_at", "2020-11-24 11:25:04.993294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:04.998176"], ["updated_at", "2020-11-24 11:25:04.998176"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 589 7514 Rickie Terrace, Margarettaside, MS 34748"], ["city", "Lake Cliffport"], ["country", "New Zealand"], ["description", "Velit corrupti assumenda. Sunt ipsam reprehenderit. Quasi dicta ducimus."], ["email", "mathilda@example.net"], ["first_name", "Aida"], ["firstname", "Arlette"], ["last_name", "Waelchi"], ["lastname", "Dare"], ["lat", "-6.052046303555571"], ["latitute", "75.43849978204287"], ["lng", "-125.02225691781967"], ["locale", "UG"], ["longitude", "81.61364678168457"], ["middlename", "Mills"], ["middle_name", "Greenfelder"], ["password", "QuFa3AsG2cK0nZ"], ["phone", "(714) 640-3189 x4820"], ["phone_number", "680.267.3815 x8277"], ["reference", "9f4698b5-61cf-4c9b-9a8c-e436dbe846d7"], ["title", "Rem natus et totam porro sunt."], ["user_name", "corinna"], ["username", "holli"], ["uuid", "fdf40e37-863f-4564-983e-0fb2cea5b862"], ["created_at", "2020-11-24 11:25:05.020340"], ["updated_at", "2020-11-24 11:25:05.020340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 11:25:05.024840"], ["updated_at", "2020-11-24 11:25:05.024840"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.033933"], ["updated_at", "2020-11-24 11:25:05.033933"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:25:05.036906"], ["updated_at", "2020-11-24 11:25:05.036906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 6.30961680008962], ["string", "In fuga incidunt explicabo."], ["date", "2020-12-21"], ["time", "2000-01-01 14:49:46.090784"], ["datetime", "2020-10-23 13:59:47.036599"], ["created_at", "2020-11-24 11:25:05.045125"], ["updated_at", "2020-11-24 11:25:05.045125"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 1.32477927151863], ["string", "Cupiditate dolore dolores."], ["date", "2021-01-01"], ["time", "2000-01-01 10:29:06.570006"], ["datetime", "2020-12-23 06:54:59.239222"], ["created_at", "2020-11-24 11:25:05.049646"], ["updated_at", "2020-11-24 11:25:05.049646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 2.80795048562799], ["string", "Quia excepturi sit aut labore."], ["date", "2020-11-13"], ["time", "2000-01-01 03:27:39.084455"], ["datetime", "2020-12-24 07:03:16.005977"], ["created_at", "2020-11-24 11:25:05.052566"], ["updated_at", "2020-11-24 11:25:05.052566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 3.78497528600625], ["string", "Nisi consequuntur sed et culpa dolore."], ["date", "2021-01-01"], ["time", "2000-01-01 01:11:00.085872"], ["datetime", "2020-11-01 22:40:14.082732"], ["created_at", "2020-11-24 11:25:05.055485"], ["updated_at", "2020-11-24 11:25:05.055485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 0.404285494859832], ["string", "Voluptatem sunt vero ut deserunt."], ["date", "2020-10-17"], ["time", "2000-01-01 12:35:55.530954"], ["datetime", "2020-10-25 04:39:43.397202"], ["created_at", "2020-11-24 11:25:05.059062"], ["updated_at", "2020-11-24 11:25:05.059062"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 25], ["decimal", 1.48396619342902], ["string", "Sunt odit magni."], ["date", "2020-11-10"], ["time", "2000-01-01 22:08:58.709710"], ["datetime", "2020-12-12 01:44:42.992614"], ["created_at", "2020-11-24 11:25:05.062444"], ["updated_at", "2020-11-24 11:25:05.062444"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 1.56358388810144], ["string", "Sunt animi in cupiditate."], ["date", "2021-01-05"], ["time", "2000-01-01 05:19:27.934674"], ["datetime", "2020-11-25 05:25:48.837786"], ["created_at", "2020-11-24 11:25:05.065421"], ["updated_at", "2020-11-24 11:25:05.065421"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 12.8283129920484], ["string", "Aut quo possimus et."], ["date", "2020-11-14"], ["time", "2000-01-01 06:17:35.113857"], ["datetime", "2020-10-14 10:58:20.882524"], ["created_at", "2020-11-24 11:25:05.067976"], ["updated_at", "2020-11-24 11:25:05.067976"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 22.368020212413], ["string", "Deserunt mollitia ea."], ["created_at", "2020-11-24 11:25:05.070629"], ["updated_at", "2020-11-24 11:25:05.070629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 21.0949642719476], ["string", "Non ut eum laborum et."], ["created_at", "2020-11-24 11:25:05.073043"], ["updated_at", "2020-11-24 11:25:05.073043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 0.278651227193485], ["string", "Ea suscipit rerum esse."], ["created_at", "2020-11-24 11:25:05.075340"], ["updated_at", "2020-11-24 11:25:05.075340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 2.51756182559283], ["string", "Magni iusto modi distinctio."], ["created_at", "2020-11-24 11:25:05.077437"], ["updated_at", "2020-11-24 11:25:05.077437"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 14.0416083000719], ["string", "Accusantium consectetur officiis earum et quia."], ["created_at", "2020-11-24 11:25:05.079441"], ["updated_at", "2020-11-24 11:25:05.079441"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 34.6983526230722], ["string", "Voluptatem iure at et expedita neque."], ["created_at", "2020-11-24 11:25:05.081395"], ["updated_at", "2020-11-24 11:25:05.081395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 2.59009189675712], ["string", "Recusandae eum neque."], ["created_at", "2020-11-24 11:25:05.083375"], ["updated_at", "2020-11-24 11:25:05.083375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 0.189700209971116], ["string", "Veritatis porro suscipit explicabo."], ["created_at", "2020-11-24 11:25:05.085346"], ["updated_at", "2020-11-24 11:25:05.085346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 11:25:05.087022"], ["updated_at", "2020-11-24 11:25:05.087022"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 11:25:05.088375"], ["updated_at", "2020-11-24 11:25:05.088375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 11:25:05.089586"], ["updated_at", "2020-11-24 11:25:05.089586"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 11:25:05.090734"], ["updated_at", "2020-11-24 11:25:05.090734"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 11:25:05.091871"], ["updated_at", "2020-11-24 11:25:05.091871"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 11:25:05.092982"], ["updated_at", "2020-11-24 11:25:05.092982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 11:25:05.094041"], ["updated_at", "2020-11-24 11:25:05.094041"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 11:25:05.095083"], ["updated_at", "2020-11-24 11:25:05.095083"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-24 11:25:05.096637"], ["updated_at", "2020-11-24 11:25:05.096637"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 6], ["created_at", "2020-11-24 11:25:05.098124"], ["updated_at", "2020-11-24 11:25:05.098124"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-24 11:25:05.099597"], ["updated_at", "2020-11-24 11:25:05.099597"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 6], ["created_at", "2020-11-24 11:25:05.101080"], ["updated_at", "2020-11-24 11:25:05.101080"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-24 11:25:05.102528"], ["updated_at", "2020-11-24 11:25:05.102528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 8], ["created_at", "2020-11-24 11:25:05.104328"], ["updated_at", "2020-11-24 11:25:05.104328"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-24 11:25:05.105916"], ["updated_at", "2020-11-24 11:25:05.105916"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 3], ["created_at", "2020-11-24 11:25:05.107382"], ["updated_at", "2020-11-24 11:25:05.107382"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 11:25:05.108559"], ["updated_at", "2020-11-24 11:25:05.108559"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 11:25:05.109711"], ["updated_at", "2020-11-24 11:25:05.109711"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 11:25:05.110814"], ["updated_at", "2020-11-24 11:25:05.110814"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 11:25:05.111882"], ["updated_at", "2020-11-24 11:25:05.111882"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 11:25:05.112956"], ["updated_at", "2020-11-24 11:25:05.112956"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 11:25:05.114018"], ["updated_at", "2020-11-24 11:25:05.114018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 11:25:05.115171"], ["updated_at", "2020-11-24 11:25:05.115171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 11:25:05.116267"], ["updated_at", "2020-11-24 11:25:05.116267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.116954"], ["updated_at", "2020-11-24 11:25:05.116954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.117580"], ["updated_at", "2020-11-24 11:25:05.117580"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.118177"], ["updated_at", "2020-11-24 11:25:05.118177"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.118774"], ["updated_at", "2020-11-24 11:25:05.118774"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.119366"], ["updated_at", "2020-11-24 11:25:05.119366"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.120043"], ["updated_at", "2020-11-24 11:25:05.120043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.120839"], ["updated_at", "2020-11-24 11:25:05.120839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.121520"], ["updated_at", "2020-11-24 11:25:05.121520"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.122833"], ["updated_at", "2020-11-24 11:25:05.122833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.124064"], ["updated_at", "2020-11-24 11:25:05.124064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.125326"], ["updated_at", "2020-11-24 11:25:05.125326"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.126482"], ["updated_at", "2020-11-24 11:25:05.126482"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.127577"], ["updated_at", "2020-11-24 11:25:05.127577"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.128630"], ["updated_at", "2020-11-24 11:25:05.128630"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.129790"], ["updated_at", "2020-11-24 11:25:05.129790"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.130864"], ["updated_at", "2020-11-24 11:25:05.130864"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 566 71654 Schaefer Extensions, New Maris, AZ 93492-3960"], ["city", "Almetaborough"], ["country", "Sudan"], ["description", "Eius quia repellat. Commodi dolor ex. Sit doloremque iste. Modi fugit vero. Qui esse commodi."], ["email", "cesar@example.name"], ["first_name", "Romaine"], ["firstname", "Clotilde"], ["last_name", "Sawayn"], ["lastname", "Schmeler"], ["lat", "-37.6943566826595"], ["latitute", "30.03055110049263"], ["lng", "131.11018335743717"], ["locale", "GL"], ["longitude", "56.13523795496906"], ["middlename", "Nader"], ["middle_name", "Fadel"], ["password", "FrAgCkWlS"], ["phone", "1-353-309-2820 x965"], ["phone_number", "693-150-6742 x785"], ["reference", "d22a3a94-a843-4ec9-81b8-641e44dad4ff"], ["title", "Explicabo est error adipisci tempore ut."], ["user_name", "deirdre_huel"], ["username", "jeromy"], ["uuid", "44c4a398-d8bd-440e-a733-c90a9123f985"], ["created_at", "2020-11-24 11:25:05.166919"], ["updated_at", "2020-11-24 11:25:05.166919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 632 5613 Dale Shoal, Darenside, CO 70900"], ["city", "West Brucefort"], ["country", "Samoa"], ["description", "Eius officia id. Est blanditiis quidem. Consequatur nostrum adipisci. Consequatur et soluta."], ["email", "alan@example.co"], ["first_name", "Sidney"], ["firstname", "Alaine"], ["last_name", "Nader"], ["lastname", "Kirlin"], ["lat", "-26.564810579673228"], ["latitute", "-27.708676733383534"], ["lng", "87.86794057092573"], ["locale", "BS"], ["longitude", "-94.9136200712556"], ["middlename", "Kuphal"], ["middle_name", "Effertz"], ["password", "HkEj8DuUnJn32MlM"], ["phone", "(183) 164-2036"], ["phone_number", "(705) 749-8812"], ["reference", "c8a091a3-0b45-40c5-8a55-deeb621cd014"], ["title", "Harum repudiandae voluptatem quo sunt."], ["user_name", "christian"], ["username", "bebe"], ["uuid", "b7dfac8e-580e-4986-8c50-d3011b3388a4"], ["created_at", "2020-11-24 11:25:05.192387"], ["updated_at", "2020-11-24 11:25:05.192387"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9484 Hae Turnpike, New Torieland, VT 92023"], ["city", "Garlandshire"], ["country", "Pitcairn Islands"], ["description", "Tempora consequatur natus. Cumque voluptatem voluptatem. Dolorem voluptates molestiae."], ["email", "tomas.buckridge@example.co"], ["first_name", "Marie"], ["firstname", "Elwanda"], ["last_name", "Balistreri"], ["lastname", "Effertz"], ["lat", "-80.77810757259313"], ["latitute", "10.24999783437326"], ["lng", "-104.69028221489101"], ["locale", "BE"], ["longitude", "-109.94436892508963"], ["middlename", "Harris"], ["middle_name", "Rowe"], ["password", "Bt03HsTfIjUlOl"], ["phone", "941-814-9561"], ["phone_number", "(520) 884-0367"], ["reference", "95040e2b-34de-4602-b7c1-b7889ba7416f"], ["title", "Tempore dicta architecto."], ["user_name", "carlos_bins"], ["username", "stasia_howell"], ["uuid", "36daa488-5450-4372-b764-681d3da00c32"], ["created_at", "2020-11-24 11:25:05.215288"], ["updated_at", "2020-11-24 11:25:05.215288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 248 3443 Elmo Center, Felixstad, HI 01894"], ["city", "Harrisonview"], ["country", "Anguilla"], ["description", "Voluptatem quis et. Nihil molestiae ut. Rerum inventore distinctio."], ["email", "natividad@example.co"], ["first_name", "Randal"], ["firstname", "Nenita"], ["last_name", "Hyatt"], ["lastname", "Quitzon"], ["lat", "43.3840540760616"], ["latitute", "55.92455538502111"], ["lng", "153.96754983824127"], ["locale", "KE"], ["longitude", "119.1641152728551"], ["middlename", "Goldner"], ["middle_name", "Abshire"], ["password", "EnSbPv4A2hC28"], ["phone", "599-628-5825"], ["phone_number", "285.185.8525 x88555"], ["reference", "e7b79929-749a-4de2-b843-1248bde41c05"], ["title", "Aut laboriosam fugiat nobis qui."], ["user_name", "beau"], ["username", "garth_stiedemann"], ["uuid", "a6ca1012-7dac-4719-8388-b317ad5ebcb1"], ["created_at", "2020-11-24 11:25:05.237826"], ["updated_at", "2020-11-24 11:25:05.237826"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 751 2529 McLaughlin Mall, Ressieport, TX 56513"], ["city", "Nealburgh"], ["country", "Hong Kong"], ["description", "Quod quis sed. Voluptas sed numquam."], ["email", "eusebio.klein@example.biz"], ["first_name", "Forest"], ["firstname", "Bud"], ["last_name", "Bartoletti"], ["lastname", "Will"], ["lat", "45.225201226081566"], ["latitute", "86.90957590764452"], ["lng", "159.9458920229756"], ["locale", "CW"], ["longitude", "168.59449201138125"], ["middlename", "Heathcote"], ["middle_name", "Okuneva"], ["password", "TvWdDlJdDx6"], ["phone", "583-890-7276 x0406"], ["phone_number", "1-785-899-2983 x3644"], ["reference", "e5f6156f-2dcc-43b0-95c1-833dcf77d92c"], ["title", "Ad temporibus sit ut sit."], ["user_name", "kieth.beer"], ["username", "osvaldo"], ["uuid", "e9326d9d-ab56-481d-9d0b-e3a1734c8bf3"], ["created_at", "2020-11-24 11:25:05.259886"], ["updated_at", "2020-11-24 11:25:05.259886"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 447 259 Beatty Trace, Bergstromland, RI 26660"], ["city", "South Rochell"], ["country", "Pitcairn Islands"], ["description", "Veritatis omnis reiciendis. Itaque ab rerum. Ex aut aut."], ["email", "josue.boehm@example.name"], ["first_name", "Stefan"], ["firstname", "Robby"], ["last_name", "Wisozk"], ["lastname", "Olson"], ["lat", "-77.72098908479504"], ["latitute", "-69.96441252532168"], ["lng", "-94.65555393210131"], ["locale", "RE"], ["longitude", "-135.34205744802946"], ["middlename", "Lakin"], ["middle_name", "Simonis"], ["password", "UcG7v6AkF"], ["phone", "981.754.3856 x0574"], ["phone_number", "1-757-740-0703 x312"], ["reference", "df140d54-a307-4d69-baaa-7a6e73025a24"], ["title", "Qui mollitia quisquam omnis."], ["user_name", "noelle"], ["username", "judi_kerluke"], ["uuid", "df0bee4f-aaf3-47a2-8569-a57411d8da65"], ["created_at", "2020-11-24 11:25:05.281809"], ["updated_at", "2020-11-24 11:25:05.281809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 449 64873 Janette Station, Wiegandside, IN 75191-2150"], ["city", "East Lisbeth"], ["country", "Marshall Islands"], ["description", "Dolore est quisquam. Quisquam consequatur fuga. Laudantium debitis nulla."], ["email", "eliana@example.org"], ["first_name", "Janiece"], ["firstname", "Tisa"], ["last_name", "Jacobs"], ["lastname", "Rodriguez"], ["lat", "-15.66159875843303"], ["latitute", "1.9759595090994964"], ["lng", "-53.69388482698868"], ["locale", "EE"], ["longitude", "128.11667028526432"], ["middlename", "Herzog"], ["middle_name", "Vandervort"], ["password", "4PeMkMbBeG"], ["phone", "1-365-979-3713"], ["phone_number", "259.733.6626"], ["reference", "ed277b52-0664-4820-aa45-4b73441801ba"], ["title", "Velit ut quia quaerat unde."], ["user_name", "stasia_west"], ["username", "ramiro_smith"], ["uuid", "0c248355-cc36-4027-82f7-464c978dc656"], ["created_at", "2020-11-24 11:25:05.303775"], ["updated_at", "2020-11-24 11:25:05.303775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "80483 Sawayn Harbors, Lashundashire, OR 16957"], ["city", "Hellerchester"], ["country", "Chad"], ["description", "Sunt aliquid itaque. Autem sed veniam. Quae vero dolore. Ea mollitia dolor. Illo cumque dolorum."], ["email", "rayna_grady@example.info"], ["first_name", "Scotty"], ["firstname", "Osvaldo"], ["last_name", "Dooley"], ["lastname", "Price"], ["lat", "52.69006193962494"], ["latitute", "59.950428223332466"], ["lng", "11.275877810492432"], ["locale", "HM"], ["longitude", "44.179225918202604"], ["middlename", "Rempel"], ["middle_name", "Towne"], ["password", "RgJ5lQiTt4Q"], ["phone", "972.553.6515 x35067"], ["phone_number", "920-498-3869"], ["reference", "c2da334f-2b40-40ef-af73-61686755cef9"], ["title", "Minus maxime tempora."], ["user_name", "michelina_jast"], ["username", "gwyn"], ["uuid", "860a1bb7-7330-40de-91b3-62e6567cc7a2"], ["created_at", "2020-11-24 11:25:05.337579"], ["updated_at", "2020-11-24 11:25:05.337579"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 11:25:05.339717"], ["updated_at", "2020-11-24 11:25:05.339717"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 11:25:05.341053"], ["updated_at", "2020-11-24 11:25:05.341053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 11:25:05.342268"], ["updated_at", "2020-11-24 11:25:05.342268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 11:25:05.343469"], ["updated_at", "2020-11-24 11:25:05.343469"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 11:25:05.344682"], ["updated_at", "2020-11-24 11:25:05.344682"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 11:25:05.345869"], ["updated_at", "2020-11-24 11:25:05.345869"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 11:25:05.347006"], ["updated_at", "2020-11-24 11:25:05.347006"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 11:25:05.348119"], ["updated_at", "2020-11-24 11:25:05.348119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.365116"], ["updated_at", "2020-11-24 11:25:05.365116"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.365900"], ["updated_at", "2020-11-24 11:25:05.365900"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.366516"], ["updated_at", "2020-11-24 11:25:05.366516"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.367122"], ["updated_at", "2020-11-24 11:25:05.367122"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.367721"], ["updated_at", "2020-11-24 11:25:05.367721"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.368335"], ["updated_at", "2020-11-24 11:25:05.368335"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.368931"], ["updated_at", "2020-11-24 11:25:05.368931"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.369578"], ["updated_at", "2020-11-24 11:25:05.369578"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:25:05.370455"], ["updated_at", "2020-11-24 11:25:05.370455"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:25:05.371170"], ["updated_at", "2020-11-24 11:25:05.371170"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:25:05.371784"], ["updated_at", "2020-11-24 11:25:05.371784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:25:05.372413"], ["updated_at", "2020-11-24 11:25:05.372413"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:25:05.373020"], ["updated_at", "2020-11-24 11:25:05.373020"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:25:05.373625"], ["updated_at", "2020-11-24 11:25:05.373625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:25:05.374228"], ["updated_at", "2020-11-24 11:25:05.374228"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:25:05.374836"], ["updated_at", "2020-11-24 11:25:05.374836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 25.5065824426039], ["string", "Voluptas impedit voluptatem doloribus magni illo."], ["date", "2020-10-16"], ["time", "2000-01-01 09:35:06.074250"], ["datetime", "2020-12-16 17:51:46.738293"], ["created_at", "2020-11-24 11:25:05.405585"], ["updated_at", "2020-11-24 11:25:05.405585"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 4.60913339019692], ["string", "Officiis est ut et provident vero."], ["date", "2020-11-09"], ["time", "2000-01-01 18:18:15.551433"], ["datetime", "2020-11-22 13:46:37.942798"], ["created_at", "2020-11-24 11:25:05.409043"], ["updated_at", "2020-11-24 11:25:05.409043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 7.42588363757], ["string", "Dolor nemo qui est consectetur quia."], ["date", "2020-10-13"], ["time", "2000-01-01 19:31:45.185724"], ["datetime", "2020-11-18 06:07:59.819952"], ["created_at", "2020-11-24 11:25:05.412485"], ["updated_at", "2020-11-24 11:25:05.412485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 4.43115918835444], ["string", "Rerum recusandae optio et error."], ["date", "2020-11-05"], ["time", "2000-01-01 17:26:48.703394"], ["datetime", "2020-11-27 02:41:53.074271"], ["created_at", "2020-11-24 11:25:05.417294"], ["updated_at", "2020-11-24 11:25:05.417294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 0.222389327375927], ["string", "Mollitia labore in quasi excepturi."], ["date", "2020-10-24"], ["time", "2000-01-01 18:08:52.066494"], ["datetime", "2020-12-06 07:47:34.525149"], ["created_at", "2020-11-24 11:25:05.421050"], ["updated_at", "2020-11-24 11:25:05.421050"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 21.8294826084985], ["string", "Animi quae nobis excepturi."], ["date", "2020-12-31"], ["time", "2000-01-01 22:27:21.518715"], ["datetime", "2020-12-15 06:15:50.994032"], ["created_at", "2020-11-24 11:25:05.425692"], ["updated_at", "2020-11-24 11:25:05.425692"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.429622"], ["updated_at", "2020-11-24 11:25:05.429622"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 3.45877001336994], ["string", "Minus officia animi voluptate."], ["date", "2020-11-17"], ["time", "2000-01-01 18:01:59.016192"], ["datetime", "2020-12-20 10:13:47.574852"], ["created_at", "2020-11-24 11:25:05.462761"], ["updated_at", "2020-11-24 11:25:05.462761"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 6.9283132382271], ["string", "Officia illo officiis qui."], ["date", "2020-12-04"], ["time", "2000-01-01 22:19:47.805837"], ["datetime", "2020-12-04 01:13:34.684821"], ["created_at", "2020-11-24 11:25:05.466097"], ["updated_at", "2020-11-24 11:25:05.466097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 22.4494267520541], ["string", "Et aperiam quos maxime laudantium expedita."], ["date", "2020-12-28"], ["time", "2000-01-01 23:18:54.645741"], ["datetime", "2020-11-20 04:47:25.650305"], ["created_at", "2020-11-24 11:25:05.468774"], ["updated_at", "2020-11-24 11:25:05.468774"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 2.55294066230737], ["string", "Voluptates aut minima fugit aspernatur repellendus."], ["date", "2020-11-24"], ["time", "2000-01-01 03:54:20.350093"], ["datetime", "2020-12-07 17:06:33.607379"], ["created_at", "2020-11-24 11:25:05.471855"], ["updated_at", "2020-11-24 11:25:05.471855"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 4.65815538942934], ["string", "Est omnis expedita voluptatem quaerat sed."], ["date", "2020-12-03"], ["time", "2000-01-01 15:06:46.593744"], ["datetime", "2020-11-20 22:57:14.998252"], ["created_at", "2020-11-24 11:25:05.474936"], ["updated_at", "2020-11-24 11:25:05.474936"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 22.0448046494429], ["string", "Id nostrum expedita est."], ["date", "2020-11-18"], ["time", "2000-01-01 23:35:29.282365"], ["datetime", "2020-12-05 19:43:06.186966"], ["created_at", "2020-11-24 11:25:05.478944"], ["updated_at", "2020-11-24 11:25:05.478944"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 14.210868310585], ["string", "Iusto tempore optio rerum consectetur."], ["date", "2020-12-11"], ["time", "2000-01-01 00:09:50.291123"], ["datetime", "2021-01-04 09:51:45.900004"], ["created_at", "2020-11-24 11:25:05.482138"], ["updated_at", "2020-11-24 11:25:05.482138"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 2.29182189494794], ["string", "Tenetur distinctio aut."], ["date", "2020-10-29"], ["time", "2000-01-01 20:56:37.297591"], ["datetime", "2020-11-28 11:13:22.627369"], ["created_at", "2020-11-24 11:25:05.484920"], ["updated_at", "2020-11-24 11:25:05.484920"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 16.2369527355391], ["string", "Exercitationem aut sunt quia."], ["created_at", "2020-11-24 11:25:05.487441"], ["updated_at", "2020-11-24 11:25:05.487441"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 4.29930607750416], ["string", "Alias voluptas adipisci nobis earum esse."], ["created_at", "2020-11-24 11:25:05.489651"], ["updated_at", "2020-11-24 11:25:05.489651"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 3.24517213329542], ["string", "Voluptas mollitia nihil."], ["created_at", "2020-11-24 11:25:05.491894"], ["updated_at", "2020-11-24 11:25:05.491894"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1029], ["decimal", 6.37729651960277], ["string", "Recusandae explicabo cumque."], ["created_at", "2020-11-24 11:25:05.494025"], ["updated_at", "2020-11-24 11:25:05.494025"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 1.50718560426816], ["string", "Aut facilis quos."], ["created_at", "2020-11-24 11:25:05.496047"], ["updated_at", "2020-11-24 11:25:05.496047"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 10.2809976690951], ["string", "Voluptatem fugit sequi ea."], ["created_at", "2020-11-24 11:25:05.498071"], ["updated_at", "2020-11-24 11:25:05.498071"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1020], ["decimal", 36.4600581423186], ["string", "Sunt maiores necessitatibus."], ["created_at", "2020-11-24 11:25:05.500034"], ["updated_at", "2020-11-24 11:25:05.500034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1026], ["decimal", 29.7445748287138], ["string", "Itaque quis tempore officia fugit."], ["created_at", "2020-11-24 11:25:05.501981"], ["updated_at", "2020-11-24 11:25:05.501981"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 11:25:05.503882"], ["updated_at", "2020-11-24 11:25:05.503882"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 11:25:05.505306"], ["updated_at", "2020-11-24 11:25:05.505306"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 11:25:05.506536"], ["updated_at", "2020-11-24 11:25:05.506536"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 11:25:05.507721"], ["updated_at", "2020-11-24 11:25:05.507721"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 11:25:05.508895"], ["updated_at", "2020-11-24 11:25:05.508895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 11:25:05.510056"], ["updated_at", "2020-11-24 11:25:05.510056"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 11:25:05.511189"], ["updated_at", "2020-11-24 11:25:05.511189"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 11:25:05.512332"], ["updated_at", "2020-11-24 11:25:05.512332"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 1], ["created_at", "2020-11-24 11:25:05.513942"], ["updated_at", "2020-11-24 11:25:05.513942"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-24 11:25:05.515447"], ["updated_at", "2020-11-24 11:25:05.515447"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 6], ["created_at", "2020-11-24 11:25:05.516933"], ["updated_at", "2020-11-24 11:25:05.516933"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-24 11:25:05.518415"], ["updated_at", "2020-11-24 11:25:05.518415"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 4], ["created_at", "2020-11-24 11:25:05.520112"], ["updated_at", "2020-11-24 11:25:05.520112"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-24 11:25:05.521799"], ["updated_at", "2020-11-24 11:25:05.521799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-24 11:25:05.523296"], ["updated_at", "2020-11-24 11:25:05.523296"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-24 11:25:05.524778"], ["updated_at", "2020-11-24 11:25:05.524778"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 11:25:05.525971"], ["updated_at", "2020-11-24 11:25:05.525971"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 11:25:05.527112"], ["updated_at", "2020-11-24 11:25:05.527112"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 11:25:05.528223"], ["updated_at", "2020-11-24 11:25:05.528223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 11:25:05.529321"], ["updated_at", "2020-11-24 11:25:05.529321"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 11:25:05.530430"], ["updated_at", "2020-11-24 11:25:05.530430"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 11:25:05.531505"], ["updated_at", "2020-11-24 11:25:05.531505"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 11:25:05.532607"], ["updated_at", "2020-11-24 11:25:05.532607"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 11:25:05.533707"], ["updated_at", "2020-11-24 11:25:05.533707"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.534397"], ["updated_at", "2020-11-24 11:25:05.534397"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.535030"], ["updated_at", "2020-11-24 11:25:05.535030"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.535651"], ["updated_at", "2020-11-24 11:25:05.535651"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.536257"], ["updated_at", "2020-11-24 11:25:05.536257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.536996"], ["updated_at", "2020-11-24 11:25:05.536996"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.537796"], ["updated_at", "2020-11-24 11:25:05.537796"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.538467"], ["updated_at", "2020-11-24 11:25:05.538467"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.539099"], ["updated_at", "2020-11-24 11:25:05.539099"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.540444"], ["updated_at", "2020-11-24 11:25:05.540444"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.541620"], ["updated_at", "2020-11-24 11:25:05.541620"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.542737"], ["updated_at", "2020-11-24 11:25:05.542737"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.543861"], ["updated_at", "2020-11-24 11:25:05.543861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.545000"], ["updated_at", "2020-11-24 11:25:05.545000"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.546120"], ["updated_at", "2020-11-24 11:25:05.546120"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.547243"], ["updated_at", "2020-11-24 11:25:05.547243"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.548373"], ["updated_at", "2020-11-24 11:25:05.548373"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 493 3780 Nienow Mission, Mikaburgh, VA 54996-0208"], ["city", "New Kurt"], ["country", "Oman"], ["description", "Quis laborum natus. Quaerat natus rerum. Occaecati est eligendi."], ["email", "luana_kuhn@example.com"], ["first_name", "Frank"], ["firstname", "Marcellus"], ["last_name", "Champlin"], ["lastname", "Beier"], ["lat", "-28.697336820605415"], ["latitute", "-34.617725533344746"], ["lng", "-156.68500903059004"], ["locale", "MR"], ["longitude", "140.1206222457044"], ["middlename", "Zieme"], ["middle_name", "Grant"], ["password", "2BgH5oUo9J"], ["phone", "1-738-231-0774 x90826"], ["phone_number", "(565) 886-7926 x695"], ["reference", "b4851c35-405c-49fd-869a-ff5e86bb007f"], ["title", "Et et sequi iste."], ["user_name", "anneliese_stokes"], ["username", "justin_will"], ["uuid", "e45c333d-a15b-4338-b2df-ddeb4ef25ea0"], ["created_at", "2020-11-24 11:25:05.570201"], ["updated_at", "2020-11-24 11:25:05.570201"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 324 6415 Lashawna Ranch, New Jewellhaven, NH 07984"], ["city", "Valeriburgh"], ["country", "Niger"], ["description", "Est non sed. Enim consectetur delectus. Impedit in et."], ["email", "emilio@example.co"], ["first_name", "Taryn"], ["firstname", "Emile"], ["last_name", "Towne"], ["lastname", "Bernier"], ["lat", "83.08658087517003"], ["latitute", "-63.426307010673874"], ["lng", "-62.441145122428665"], ["locale", "CZ"], ["longitude", "-137.7954493172466"], ["middlename", "Welch"], ["middle_name", "Witting"], ["password", "4O9fOzVbKi"], ["phone", "136-467-4611"], ["phone_number", "1-860-025-6436 x0858"], ["reference", "27936ffc-1e55-4094-8d6e-34e420c923da"], ["title", "Soluta nemo eum in."], ["user_name", "mirian_dach"], ["username", "jason"], ["uuid", "29f05f9d-65fb-4ee0-8f0e-e696eae7c2a1"], ["created_at", "2020-11-24 11:25:05.603127"], ["updated_at", "2020-11-24 11:25:05.603127"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "39432 Providencia Ways, New Isidra, RI 09801"], ["city", "Gloverland"], ["country", "Japan"], ["description", "Tempore eveniet soluta. Et tempora quia."], ["email", "shawn@example.biz"], ["first_name", "Perry"], ["firstname", "Monserrate"], ["last_name", "Grimes"], ["lastname", "Keeling"], ["lat", "-1.2801144135843998"], ["latitute", "-53.89986070450418"], ["lng", "58.34946825788086"], ["locale", "PK"], ["longitude", "-23.66335143570234"], ["middlename", "Mante"], ["middle_name", "Runte"], ["password", "My683OlA824i9"], ["phone", "(518) 628-9656 x36526"], ["phone_number", "1-155-359-4401 x2170"], ["reference", "cf6ac753-e938-4c73-ac50-b9ffda1d033a"], ["title", "Aut qui totam est."], ["user_name", "tiera"], ["username", "aaron"], ["uuid", "a8bdf589-d4e7-480d-872e-177800ce3c49"], ["created_at", "2020-11-24 11:25:05.629086"], ["updated_at", "2020-11-24 11:25:05.629086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8696 Robel Drives, Dennyview, NY 92746-6559"], ["city", "Adamston"], ["country", "Gibraltar"], ["description", "Veritatis non iste. Distinctio ut veniam. Vero vitae iusto."], ["email", "ezra@example.org"], ["first_name", "Verla"], ["firstname", "Marty"], ["last_name", "Cole"], ["lastname", "Quitzon"], ["lat", "52.02812326144402"], ["latitute", "-42.23918518957863"], ["lng", "112.98305808977284"], ["locale", "CX"], ["longitude", "-1.2262283076523772"], ["middlename", "Nitzsche"], ["middle_name", "Braun"], ["password", "1Y5bQaWo8"], ["phone", "620-611-8858 x037"], ["phone_number", "(191) 498-9275 x89326"], ["reference", "af03f61f-6c40-4322-a503-55f39f1531f7"], ["title", "Doloremque nemo qui asperiores voluptate aliquid."], ["user_name", "simon"], ["username", "elfreda"], ["uuid", "2547ea1f-d51e-4851-a9dc-d3d89351ca6e"], ["created_at", "2020-11-24 11:25:05.651635"], ["updated_at", "2020-11-24 11:25:05.651635"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 369 6707 Santo Centers, North Delorashire, LA 27145-4899"], ["city", "East Leo"], ["country", "Madagascar"], ["description", "Quae rerum sed. Eum beatae vel. Facilis dolor deserunt. A corrupti vero."], ["email", "eusebio_hermiston@example.co"], ["first_name", "Patrick"], ["firstname", "Sergio"], ["last_name", "Rowe"], ["lastname", "Kub"], ["lat", "-35.696236187464386"], ["latitute", "-36.62531368829117"], ["lng", "138.61290698894334"], ["locale", "SH"], ["longitude", "34.2725763447726"], ["middlename", "Kerluke"], ["middle_name", "Jacobson"], ["password", "TjBjG0j3J2a"], ["phone", "1-613-534-2636 x3815"], ["phone_number", "654.024.7078 x302"], ["reference", "65b94548-1f94-453a-a050-23eaf8bdacc9"], ["title", "Iste sunt in quisquam."], ["user_name", "dane"], ["username", "betsey"], ["uuid", "c1522848-7467-4cbc-b885-6ccbd0f76b4d"], ["created_at", "2020-11-24 11:25:05.674498"], ["updated_at", "2020-11-24 11:25:05.674498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "69800 Emilio Hills, Vincemouth, PA 55338"], ["city", "West Anton"], ["country", "Burkina Faso"], ["description", "Dicta est voluptates. Non saepe voluptatum. Aspernatur minus cumque. Voluptate maxime ducimus. In at iure."], ["email", "kayleen.denesik@example.com"], ["first_name", "Melania"], ["firstname", "Salvatore"], ["last_name", "Romaguera"], ["lastname", "Schneider"], ["lat", "-73.12844012252428"], ["latitute", "-42.94805414639151"], ["lng", "-30.917748603003304"], ["locale", "PR"], ["longitude", "-19.975868907313867"], ["middlename", "Maggio"], ["middle_name", "Lockman"], ["password", "1DsN2v7U0f4"], ["phone", "(356) 448-9394 x89616"], ["phone_number", "(533) 384-0445 x4817"], ["reference", "127ce7ce-9ba0-4b96-a6b1-9c91d85880aa"], ["title", "Non sapiente nobis."], ["user_name", "jina_rowe"], ["username", "rodney.howell"], ["uuid", "6db3289f-3684-4cd8-80ed-b55f7b8e3a28"], ["created_at", "2020-11-24 11:25:05.696952"], ["updated_at", "2020-11-24 11:25:05.696952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 891 2427 Murphy Run, Douglasberg, NM 79791-9318"], ["city", "Robertmouth"], ["country", "Kyrgyz Republic"], ["description", "Id totam voluptates. Error eius assumenda. Ut labore in. Ex exercitationem minus. Tenetur sed assumenda."], ["email", "ted_lubowitz@example.name"], ["first_name", "Andreas"], ["firstname", "Roosevelt"], ["last_name", "Russel"], ["lastname", "Morar"], ["lat", "-36.47499688600928"], ["latitute", "26.831816942444874"], ["lng", "109.89477868520419"], ["locale", "ZW"], ["longitude", "-158.7888131419673"], ["middlename", "Bahringer"], ["middle_name", "Lang"], ["password", "DlS9163rI"], ["phone", "(926) 534-3001 x0084"], ["phone_number", "897-592-9798"], ["reference", "bb24956f-8189-4be5-a4af-0366d801576d"], ["title", "Iste eum ratione accusamus."], ["user_name", "noriko_schaefer"], ["username", "olen"], ["uuid", "ce0303bd-e485-4d9f-8374-fd0d5a2292f2"], ["created_at", "2020-11-24 11:25:05.719691"], ["updated_at", "2020-11-24 11:25:05.719691"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 471 34445 Aline Walks, Sporershire, AL 54636"], ["city", "Lefflerside"], ["country", "Malaysia"], ["description", "Architecto voluptas quis. Sunt architecto voluptatem. Odio itaque sit. Aliquam dolor et."], ["email", "jake_pfeffer@example.info"], ["first_name", "Tianna"], ["firstname", "Jesica"], ["last_name", "Keebler"], ["lastname", "Walker"], ["lat", "-6.883248661392443"], ["latitute", "-80.49721099316366"], ["lng", "19.766515663124864"], ["locale", "LT"], ["longitude", "-26.769429972414656"], ["middlename", "Borer"], ["middle_name", "Weissnat"], ["password", "ZbCh7Yb04Pw"], ["phone", "120-799-1222 x40742"], ["phone_number", "1-309-141-2505 x55626"], ["reference", "22a82d4e-faf6-47b6-a6e1-b139a6d77cfb"], ["title", "At odio consequatur facilis et dignissimos."], ["user_name", "chong_monahan"], ["username", "claude"], ["uuid", "4d97a108-a809-47e4-8b42-8b8a4341058f"], ["created_at", "2020-11-24 11:25:05.744023"], ["updated_at", "2020-11-24 11:25:05.744023"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 11:25:05.746405"], ["updated_at", "2020-11-24 11:25:05.746405"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 11:25:05.747872"], ["updated_at", "2020-11-24 11:25:05.747872"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 11:25:05.749088"], ["updated_at", "2020-11-24 11:25:05.749088"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 11:25:05.750235"], ["updated_at", "2020-11-24 11:25:05.750235"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 11:25:05.751372"], ["updated_at", "2020-11-24 11:25:05.751372"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 11:25:05.752556"], ["updated_at", "2020-11-24 11:25:05.752556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 11:25:05.754629"], ["updated_at", "2020-11-24 11:25:05.754629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 11:25:05.756191"], ["updated_at", "2020-11-24 11:25:05.756191"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.775845"], ["updated_at", "2020-11-24 11:25:05.775845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.785994"], ["updated_at", "2020-11-24 11:25:05.785994"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.788080"], ["updated_at", "2020-11-24 11:25:05.788080"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.789114"], ["updated_at", "2020-11-24 11:25:05.789114"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.790211"], ["updated_at", "2020-11-24 11:25:05.790211"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.791424"], ["updated_at", "2020-11-24 11:25:05.791424"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.792666"], ["updated_at", "2020-11-24 11:25:05.792666"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 11:25:05.793735"], ["updated_at", "2020-11-24 11:25:05.793735"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:25:05.794671"], ["updated_at", "2020-11-24 11:25:05.794671"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:25:05.795823"], ["updated_at", "2020-11-24 11:25:05.795823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:25:05.797088"], ["updated_at", "2020-11-24 11:25:05.797088"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:25:05.798060"], ["updated_at", "2020-11-24 11:25:05.798060"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:25:05.798921"], ["updated_at", "2020-11-24 11:25:05.798921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:25:05.799772"], ["updated_at", "2020-11-24 11:25:05.799772"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:25:05.800630"], ["updated_at", "2020-11-24 11:25:05.800630"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 11:25:05.801533"], ["updated_at", "2020-11-24 11:25:05.801533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.1ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.6ms) SELECT sqlite_version(*)  (0.0ms) SELECT sqlite_version(*)  (0.0ms) SELECT sqlite_version(*)  (0.1ms) DROP TABLE IF EXISTS "alfas"  (13.0ms) CREATE TABLE "alfas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean" boolean, "integer" integer, "decimal" decimal, "string" varchar, "date" date, "time" time, "datetime" datetime, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.3ms) DROP TABLE IF EXISTS "bravos"  (3.1ms) CREATE TABLE "bravos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean" boolean DEFAULT 0 NOT NULL, "integer" integer NOT NULL, "decimal" decimal NOT NULL, "string" varchar NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.2ms) DROP TABLE IF EXISTS "charlies"  (2.4ms) CREATE TABLE "charlies" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (2.3ms) CREATE INDEX "index_charlies_on_alfa_id" ON "charlies" ("alfa_id")  (0.2ms) DROP TABLE IF EXISTS "deltas"  (2.4ms) CREATE TABLE "deltas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (2.3ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (2.7ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.2ms) DROP TABLE IF EXISTS "echos"  (2.5ms) CREATE TABLE "echos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "echoable_type" varchar, "echoable_id" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (2.2ms) CREATE INDEX "index_echos_on_echoable_type_and_echoable_id" ON "echos" ("echoable_type", "echoable_id")  (0.1ms) DROP TABLE IF EXISTS "foxtrots"  (2.1ms) CREATE TABLE "foxtrots" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "hotels"  (2.0ms) CREATE TABLE "hotels" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer)  (2.0ms) CREATE INDEX "index_hotels_on_india_id" ON "hotels" ("india_id")  (0.1ms) DROP TABLE IF EXISTS "indias"  (1.9ms) CREATE TABLE "indias" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.8ms) CREATE INDEX "index_indias_on_hotel_id" ON "indias" ("hotel_id")  (0.1ms) DROP TABLE IF EXISTS "julietts"  (1.9ms) CREATE TABLE "julietts" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "alfa_id" integer NOT NULL, "string" varchar, "integer" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.8ms) CREATE INDEX "index_julietts_on_alfa_id" ON "julietts" ("alfa_id")  (0.1ms) DROP TABLE IF EXISTS "kilos"  (2.3ms) CREATE TABLE "kilos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "encrypted_password" varchar, "reset_password_token" varchar, "reset_password_sent_at" varchar, "remember_created_at" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "limas"  (1.7ms) CREATE TABLE "limas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "address" varchar, "city" varchar, "country" varchar, "description" varchar, "email" varchar, "first_name" varchar, "firstname" varchar, "last_name" varchar, "lastname" varchar, "lat" varchar, "latitute" varchar, "lng" varchar, "locale" varchar, "longitude" varchar, "middlename" varchar, "middle_name" varchar, "password" varchar, "phone" varchar, "phone_number" varchar, "reference" varchar, "title" varchar, "user_name" varchar, "username" varchar, "uuid" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.0ms) begin transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "acharlies" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_acharlies_on_alfa_id" ON "acharlies" ("alfa_id")  (0.1ms) INSERT INTO "acharlies" ("id","alfa_id","created_at","updated_at") SELECT "id","alfa_id","created_at","updated_at" FROM "charlies"  (0.1ms) DROP TABLE "charlies"  (0.1ms) CREATE TABLE "charlies" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_c22432acee" FOREIGN KEY ("alfa_id") REFERENCES "alfas" ("id") )  (0.1ms) CREATE INDEX "index_charlies_on_alfa_id" ON "charlies" ("alfa_id")  (0.0ms) INSERT INTO "charlies" ("id","alfa_id","created_at","updated_at") SELECT "id","alfa_id","created_at","updated_at" FROM "acharlies"  (0.1ms) DROP TABLE "acharlies"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.6ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "adeltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_adeltas_on_zed_id" ON "adeltas" ("zed_id")  (0.1ms) CREATE INDEX "tindex_adeltas_on_bravo_id" ON "adeltas" ("bravo_id")  (0.0ms) INSERT INTO "adeltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "deltas"  (0.1ms) DROP TABLE "deltas"  (0.1ms) CREATE TABLE "deltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_aa131d729d" FOREIGN KEY ("bravo_id") REFERENCES "bravos" ("id") )  (0.1ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (0.1ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.0ms) INSERT INTO "deltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "adeltas"  (0.1ms) DROP TABLE "adeltas"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "adeltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.7ms) CREATE INDEX "tindex_adeltas_on_zed_id" ON "adeltas" ("zed_id")  (0.1ms) CREATE INDEX "tindex_adeltas_on_bravo_id" ON "adeltas" ("bravo_id")  (0.0ms) INSERT INTO "adeltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "deltas"  (0.1ms) DROP TABLE "deltas"  (0.1ms) CREATE TABLE "deltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_aa131d729d" FOREIGN KEY ("bravo_id") REFERENCES "bravos" ("id") , CONSTRAINT "fk_rails_afc1a9c87d" FOREIGN KEY ("zed_id") REFERENCES "charlies" ("id") )  (0.1ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (0.7ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.0ms) INSERT INTO "deltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "adeltas"  (0.1ms) DROP TABLE "adeltas"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.6ms) commit transaction  (0.0ms) begin transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "ahotels" ("id" integer NOT NULL PRIMARY KEY, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer DEFAULT NULL)  (0.1ms) CREATE INDEX "tindex_ahotels_on_india_id" ON "ahotels" ("india_id")  (0.1ms) INSERT INTO "ahotels" ("id","created_at","updated_at","india_id") SELECT "id","created_at","updated_at","india_id" FROM "hotels"  (0.1ms) DROP TABLE "hotels"  (0.1ms) CREATE TABLE "hotels" ("id" integer NOT NULL PRIMARY KEY, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer DEFAULT NULL, CONSTRAINT "fk_rails_2d98147578" FOREIGN KEY ("india_id") REFERENCES "indias" ("id") )  (0.1ms) CREATE INDEX "index_hotels_on_india_id" ON "hotels" ("india_id")  (0.0ms) INSERT INTO "hotels" ("id","created_at","updated_at","india_id") SELECT "id","created_at","updated_at","india_id" FROM "ahotels"  (0.1ms) DROP TABLE "ahotels"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "aindias" ("id" integer NOT NULL PRIMARY KEY, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_aindias_on_hotel_id" ON "aindias" ("hotel_id")  (0.0ms) INSERT INTO "aindias" ("id","hotel_id","created_at","updated_at") SELECT "id","hotel_id","created_at","updated_at" FROM "indias"  (0.1ms) DROP TABLE "indias"  (0.1ms) CREATE TABLE "indias" ("id" integer NOT NULL PRIMARY KEY, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_304a9d92d0" FOREIGN KEY ("hotel_id") REFERENCES "hotels" ("id") )  (0.1ms) CREATE INDEX "index_indias_on_hotel_id" ON "indias" ("hotel_id")  (0.0ms) INSERT INTO "indias" ("id","hotel_id","created_at","updated_at") SELECT "id","hotel_id","created_at","updated_at" FROM "aindias"  (0.1ms) DROP TABLE "aindias"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (0.0ms) begin transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "ajulietts" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "string" varchar DEFAULT NULL, "integer" integer DEFAULT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_ajulietts_on_alfa_id" ON "ajulietts" ("alfa_id")  (0.0ms) INSERT INTO "ajulietts" ("id","alfa_id","string","integer","created_at","updated_at") SELECT "id","alfa_id","string","integer","created_at","updated_at" FROM "julietts"  (0.1ms) DROP TABLE "julietts"  (0.1ms) CREATE TABLE "julietts" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "string" varchar DEFAULT NULL, "integer" integer DEFAULT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_996fd14f94" FOREIGN KEY ("alfa_id") REFERENCES "alfas" ("id") )  (0.1ms) CREATE INDEX "index_julietts_on_alfa_id" ON "julietts" ("alfa_id")  (0.1ms) INSERT INTO "julietts" ("id","alfa_id","string","integer","created_at","updated_at") SELECT "id","alfa_id","string","integer","created_at","updated_at" FROM "ajulietts"  (0.1ms) DROP TABLE "ajulietts"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES (20200923100338)  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES (20200923100317), (20200923100328), (20200923100329), (20200923100330), (20200923100331), (20200923100332), (20200923100334), (20200923100335), (20200923100336), (20200923100337);   (1.7ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) ActiveRecord::InternalMetadata Load (0.7ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2020-11-24 13:42:46.723142"], ["updated_at", "2020-11-24 13:42:46.723142"]]  (1.3ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "schema_sha1"], ["LIMIT", 1]]  (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.6ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "schema_sha1"], ["value", "20ad0a21aac0185645ff86ad01e29438de5ecfe2"], ["created_at", "2020-11-24 13:42:46.728123"], ["updated_at", "2020-11-24 13:42:46.728123"]]  (1.3ms) commit transaction  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (2.0ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.9ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.5ms) DELETE FROM "hotels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.5ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (13.3ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.9ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.9ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (2.0ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.9ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.9ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.4ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.3ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (2.1ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.7ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.8ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.9ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (1.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.5ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.6ms) DELETE FROM "deltas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.7ms) DELETE FROM "hotels";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (2.0ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.7ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.8ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (2.1ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.8ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.5ms) SELECT sqlite_version(*)  (0.0ms) SELECT sqlite_version(*)  (0.0ms) SELECT sqlite_version(*)  (0.0ms) DROP TABLE IF EXISTS "alfas"  (12.3ms) CREATE TABLE "alfas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean" boolean, "integer" integer, "decimal" decimal, "string" varchar, "date" date, "time" time, "datetime" datetime, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "bravos"  (1.7ms) CREATE TABLE "bravos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean" boolean DEFAULT 0 NOT NULL, "integer" integer NOT NULL, "decimal" decimal NOT NULL, "string" varchar NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.0ms) DROP TABLE IF EXISTS "charlies"  (1.6ms) CREATE TABLE "charlies" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.6ms) CREATE INDEX "index_charlies_on_alfa_id" ON "charlies" ("alfa_id")  (0.1ms) DROP TABLE IF EXISTS "deltas"  (1.7ms) CREATE TABLE "deltas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (2.1ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (1.8ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.1ms) DROP TABLE IF EXISTS "echos"  (1.8ms) CREATE TABLE "echos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "echoable_type" varchar, "echoable_id" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.7ms) CREATE INDEX "index_echos_on_echoable_type_and_echoable_id" ON "echos" ("echoable_type", "echoable_id")  (0.0ms) DROP TABLE IF EXISTS "foxtrots"  (1.6ms) CREATE TABLE "foxtrots" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.0ms) DROP TABLE IF EXISTS "hotels"  (1.8ms) CREATE TABLE "hotels" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer)  (1.6ms) CREATE INDEX "index_hotels_on_india_id" ON "hotels" ("india_id")  (0.1ms) DROP TABLE IF EXISTS "indias"  (1.6ms) CREATE TABLE "indias" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.7ms) CREATE INDEX "index_indias_on_hotel_id" ON "indias" ("hotel_id")  (0.0ms) DROP TABLE IF EXISTS "julietts"  (1.6ms) CREATE TABLE "julietts" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "alfa_id" integer NOT NULL, "string" varchar, "integer" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.7ms) CREATE INDEX "index_julietts_on_alfa_id" ON "julietts" ("alfa_id")  (0.1ms) DROP TABLE IF EXISTS "kilos"  (1.7ms) CREATE TABLE "kilos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "encrypted_password" varchar, "reset_password_token" varchar, "reset_password_sent_at" varchar, "remember_created_at" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "limas"  (1.7ms) CREATE TABLE "limas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "address" varchar, "city" varchar, "country" varchar, "description" varchar, "email" varchar, "first_name" varchar, "firstname" varchar, "last_name" varchar, "lastname" varchar, "lat" varchar, "latitute" varchar, "lng" varchar, "locale" varchar, "longitude" varchar, "middlename" varchar, "middle_name" varchar, "password" varchar, "phone" varchar, "phone_number" varchar, "reference" varchar, "title" varchar, "user_name" varchar, "username" varchar, "uuid" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "acharlies" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_acharlies_on_alfa_id" ON "acharlies" ("alfa_id")  (0.0ms) INSERT INTO "acharlies" ("id","alfa_id","created_at","updated_at") SELECT "id","alfa_id","created_at","updated_at" FROM "charlies"  (0.1ms) DROP TABLE "charlies"  (0.1ms) CREATE TABLE "charlies" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_c22432acee" FOREIGN KEY ("alfa_id") REFERENCES "alfas" ("id") )  (0.1ms) CREATE INDEX "index_charlies_on_alfa_id" ON "charlies" ("alfa_id")  (0.0ms) INSERT INTO "charlies" ("id","alfa_id","created_at","updated_at") SELECT "id","alfa_id","created_at","updated_at" FROM "acharlies"  (0.1ms) DROP TABLE "acharlies"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.5ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "adeltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_adeltas_on_zed_id" ON "adeltas" ("zed_id")  (0.1ms) CREATE INDEX "tindex_adeltas_on_bravo_id" ON "adeltas" ("bravo_id")  (0.0ms) INSERT INTO "adeltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "deltas"  (0.1ms) DROP TABLE "deltas"  (0.1ms) CREATE TABLE "deltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_aa131d729d" FOREIGN KEY ("bravo_id") REFERENCES "bravos" ("id") )  (0.1ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (0.1ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.0ms) INSERT INTO "deltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "adeltas"  (0.1ms) DROP TABLE "adeltas"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.2ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "adeltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_adeltas_on_zed_id" ON "adeltas" ("zed_id")  (0.1ms) CREATE INDEX "tindex_adeltas_on_bravo_id" ON "adeltas" ("bravo_id")  (0.0ms) INSERT INTO "adeltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "deltas"  (0.1ms) DROP TABLE "deltas"  (0.1ms) CREATE TABLE "deltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_aa131d729d" FOREIGN KEY ("bravo_id") REFERENCES "bravos" ("id") , CONSTRAINT "fk_rails_afc1a9c87d" FOREIGN KEY ("zed_id") REFERENCES "charlies" ("id") )  (0.1ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (0.1ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.1ms) INSERT INTO "deltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "adeltas"  (0.1ms) DROP TABLE "adeltas"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.5ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.7ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "ahotels" ("id" integer NOT NULL PRIMARY KEY, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer DEFAULT NULL)  (0.1ms) CREATE INDEX "tindex_ahotels_on_india_id" ON "ahotels" ("india_id")  (0.1ms) INSERT INTO "ahotels" ("id","created_at","updated_at","india_id") SELECT "id","created_at","updated_at","india_id" FROM "hotels"  (0.1ms) DROP TABLE "hotels"  (0.1ms) CREATE TABLE "hotels" ("id" integer NOT NULL PRIMARY KEY, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer DEFAULT NULL, CONSTRAINT "fk_rails_2d98147578" FOREIGN KEY ("india_id") REFERENCES "indias" ("id") )  (0.1ms) CREATE INDEX "index_hotels_on_india_id" ON "hotels" ("india_id")  (0.0ms) INSERT INTO "hotels" ("id","created_at","updated_at","india_id") SELECT "id","created_at","updated_at","india_id" FROM "ahotels"  (0.1ms) DROP TABLE "ahotels"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "aindias" ("id" integer NOT NULL PRIMARY KEY, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_aindias_on_hotel_id" ON "aindias" ("hotel_id")  (0.0ms) INSERT INTO "aindias" ("id","hotel_id","created_at","updated_at") SELECT "id","hotel_id","created_at","updated_at" FROM "indias"  (0.1ms) DROP TABLE "indias"  (0.1ms) CREATE TABLE "indias" ("id" integer NOT NULL PRIMARY KEY, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_304a9d92d0" FOREIGN KEY ("hotel_id") REFERENCES "hotels" ("id") )  (0.1ms) CREATE INDEX "index_indias_on_hotel_id" ON "indias" ("hotel_id")  (0.0ms) INSERT INTO "indias" ("id","hotel_id","created_at","updated_at") SELECT "id","hotel_id","created_at","updated_at" FROM "aindias"  (0.1ms) DROP TABLE "aindias"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.4ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "ajulietts" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "string" varchar DEFAULT NULL, "integer" integer DEFAULT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_ajulietts_on_alfa_id" ON "ajulietts" ("alfa_id")  (0.0ms) INSERT INTO "ajulietts" ("id","alfa_id","string","integer","created_at","updated_at") SELECT "id","alfa_id","string","integer","created_at","updated_at" FROM "julietts"  (0.1ms) DROP TABLE "julietts"  (0.1ms) CREATE TABLE "julietts" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "string" varchar DEFAULT NULL, "integer" integer DEFAULT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_996fd14f94" FOREIGN KEY ("alfa_id") REFERENCES "alfas" ("id") )  (0.1ms) CREATE INDEX "index_julietts_on_alfa_id" ON "julietts" ("alfa_id")  (0.0ms) INSERT INTO "julietts" ("id","alfa_id","string","integer","created_at","updated_at") SELECT "id","alfa_id","string","integer","created_at","updated_at" FROM "ajulietts"  (0.1ms) DROP TABLE "ajulietts"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.2ms) commit transaction  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.8ms) INSERT INTO "schema_migrations" (version) VALUES (20200923100338)  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES (20200923100317), (20200923100328), (20200923100329), (20200923100330), (20200923100331), (20200923100332), (20200923100334), (20200923100335), (20200923100336), (20200923100337);   (2.8ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2020-11-24 13:52:46.913029"], ["updated_at", "2020-11-24 13:52:46.913029"]]  (1.2ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ActiveRecord::InternalMetadata Load (0.0ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "schema_sha1"], ["LIMIT", 1]]  (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "schema_sha1"], ["value", "20ad0a21aac0185645ff86ad01e29438de5ecfe2"], ["created_at", "2020-11-24 13:52:46.916307"], ["updated_at", "2020-11-24 13:52:46.916307"]]  (1.2ms) commit transaction  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.8ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.8ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 788 70845 Greenholt Stravenue, South Newton, NV 08320-8223"], ["city", "Towneland"], ["country", "Bahamas"], ["description", "Magni corrupti omnis. Cumque sint quia. Quis corporis est."], ["email", "tina.witting@example.info"], ["first_name", "Shawnta"], ["firstname", "Rickie"], ["last_name", "Dibbert"], ["lastname", "Aufderhar"], ["lat", "-83.64812446578188"], ["latitute", "13.801228278155577"], ["lng", "98.77446294881167"], ["locale", "BY"], ["longitude", "18.849912371162134"], ["middlename", "Ernser"], ["middle_name", "Price"], ["password", "XkHmYp82UjKnDq"], ["phone", "1-179-931-7420 x450"], ["phone_number", "428.789.6507"], ["reference", "8676c9da-8bfb-4afa-9fa4-ba07d65e8fc2"], ["title", "Ut et sunt occaecati eligendi."], ["user_name", "fawn"], ["username", "terrance_weissnat"], ["uuid", "6bb9915b-978a-48e9-ac5b-6a1844d445d5"], ["created_at", "2020-11-24 13:52:48.084854"], ["updated_at", "2020-11-24 13:52:48.084854"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 595 554 Hodkiewicz Row, Melodeeside, MO 80638-2165"], ["city", "Port Stacy"], ["country", "Armenia"], ["description", "Nulla laboriosam accusantium. Quidem est velit."], ["email", "chassidy_armstrong@example.org"], ["first_name", "Reatha"], ["firstname", "Emerald"], ["last_name", "Corkery"], ["lastname", "Sporer"], ["lat", "75.8280925786438"], ["latitute", "-32.1439846891517"], ["lng", "116.12459049910302"], ["locale", "BY"], ["longitude", "-151.12110975514088"], ["middlename", "Strosin"], ["middle_name", "Schroeder"], ["password", "BvGrGyMhE34h"], ["phone", "509.654.7626 x0270"], ["phone_number", "(727) 027-5305"], ["reference", "c6136bec-e4af-445c-8749-ced425b8c17e"], ["title", "Omnis nam voluptates deleniti qui officiis."], ["user_name", "cherlyn_koss"], ["username", "alejandro"], ["uuid", "d5e94ef0-abd1-4221-966e-4eaca09d0656"], ["created_at", "2020-11-24 13:52:48.106956"], ["updated_at", "2020-11-24 13:52:48.106956"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "96828 Ferdinand Light, Port Josephview, AR 34682"], ["city", "South Gretchenton"], ["country", "Pitcairn Islands"], ["description", "Inventore quos tempora. Mollitia porro veniam."], ["email", "logan@example.net"], ["first_name", "Felipa"], ["firstname", "Shellie"], ["last_name", "Williamson"], ["lastname", "Cruickshank"], ["lat", "65.42338199934463"], ["latitute", "79.56829409468762"], ["lng", "-4.67935396900134"], ["locale", "MA"], ["longitude", "140.99772394698147"], ["middlename", "Pfeffer"], ["middle_name", "Hermiston"], ["password", "Rg4B3yNkZhOrWvQ"], ["phone", "1-754-283-4660 x8043"], ["phone_number", "(369) 209-1002 x440"], ["reference", "427abbd8-9667-4421-8b69-7581f0c124bd"], ["title", "Minima eum eligendi et rem."], ["user_name", "minh_pollich"], ["username", "guy"], ["uuid", "065eb437-1997-44dc-8481-976196935e7f"], ["created_at", "2020-11-24 13:52:48.128615"], ["updated_at", "2020-11-24 13:52:48.128615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "267 Hsiu Via, East Alyshafort, CO 55413"], ["city", "North Arlen"], ["country", "Czech Republic"], ["description", "Perspiciatis aut voluptas. Velit mollitia deleniti. Consequuntur tenetur itaque. Qui omnis et."], ["email", "pa@example.net"], ["first_name", "Rodney"], ["firstname", "Blake"], ["last_name", "Murazik"], ["lastname", "Wolff"], ["lat", "30.1230147570228"], ["latitute", "39.3048133583969"], ["lng", "103.32175944667654"], ["locale", "CV"], ["longitude", "-10.704844189478393"], ["middlename", "McClure"], ["middle_name", "Hamill"], ["password", "56Pl8QeMp"], ["phone", "316.085.8388"], ["phone_number", "828.054.3868 x94771"], ["reference", "e4481ea8-673a-43b8-b647-31d4e1f71bf4"], ["title", "Molestiae omnis id sint."], ["user_name", "mollie"], ["username", "francisca.reynolds"], ["uuid", "44266a93-5ce4-4ade-95eb-d75890b25a76"], ["created_at", "2020-11-24 13:52:48.158815"], ["updated_at", "2020-11-24 13:52:48.158815"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "977 Schneider Ridges, Skyeville, KY 46245"], ["city", "Port Vikki"], ["country", "Senegal"], ["description", "Eveniet corrupti eius. Quas exercitationem harum. Magni in aut. Quaerat velit harum."], ["email", "janis@example.org"], ["first_name", "Kayla"], ["firstname", "Heath"], ["last_name", "Schneider"], ["lastname", "Swaniawski"], ["lat", "-64.37565004632992"], ["latitute", "27.65406029835276"], ["lng", "123.04256627609215"], ["locale", "OM"], ["longitude", "88.80342855007353"], ["middlename", "Heidenreich"], ["middle_name", "Huel"], ["password", "3JoD8mVjCcZ8aP"], ["phone", "(685) 248-7614 x160"], ["phone_number", "827-546-7857 x61938"], ["reference", "dbcb5661-dfa0-4bec-8544-ed5f7946a4c7"], ["title", "Cumque natus sit eius ut error."], ["user_name", "taryn"], ["username", "rosalinda.labadie"], ["uuid", "f5ed6aa1-6c78-441e-8f4d-65c3b7a773b5"], ["created_at", "2020-11-24 13:52:48.182218"], ["updated_at", "2020-11-24 13:52:48.182218"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 815 9063 MacGyver Fort, New Kenneth, HI 70064-4506"], ["city", "South Billy"], ["country", "Sudan"], ["description", "Est nihil consequatur. Nulla iste rerum. Reiciendis officia in. Corrupti quia cupiditate. Totam in consectetur."], ["email", "sheridan.price@example.biz"], ["first_name", "Ike"], ["firstname", "Malcolm"], ["last_name", "Bergnaum"], ["lastname", "Yost"], ["lat", "-59.42554111397618"], ["latitute", "-83.80508231257483"], ["lng", "57.32862921783098"], ["locale", "AG"], ["longitude", "-151.6095931106554"], ["middlename", "Cummerata"], ["middle_name", "Marvin"], ["password", "XwFwZrV9rIlD"], ["phone", "1-677-338-3656 x95590"], ["phone_number", "1-328-415-6521 x67906"], ["reference", "0842802e-2776-485b-9fdb-6a5b08609c1f"], ["title", "Dolore porro exercitationem quia cum."], ["user_name", "kelley.treutel"], ["username", "jay.gleichner"], ["uuid", "24efb0a6-18eb-485d-b24d-75ef958c5b8b"], ["created_at", "2020-11-24 13:52:48.205229"], ["updated_at", "2020-11-24 13:52:48.205229"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 726 8746 Trent Stream, Homenickmouth, NV 72810"], ["city", "Hegmannborough"], ["country", "Rwanda"], ["description", "Sequi ipsam repellat. Dolorum modi et. Occaecati non a. In dolorem dolorum. Fugiat sapiente vel."], ["email", "barry.schneider@example.name"], ["first_name", "Edwin"], ["firstname", "Elly"], ["last_name", "Maggio"], ["lastname", "Ankunding"], ["lat", "-17.698100864470206"], ["latitute", "-49.25681396498106"], ["lng", "-113.94250240525905"], ["locale", "GG"], ["longitude", "98.5886090113649"], ["middlename", "Connelly"], ["middle_name", "Schultz"], ["password", "HhOdMr8Nq5524EtE"], ["phone", "872.039.7780"], ["phone_number", "205.211.7825 x7880"], ["reference", "eea3dfd2-5722-4a25-aaa0-477982a71ec8"], ["title", "Dolore nobis eaque perferendis quo."], ["user_name", "elisa.roberts"], ["username", "lory.brakus"], ["uuid", "cb7d031f-1ae8-4844-97bc-151d90a4f682"], ["created_at", "2020-11-24 13:52:48.227340"], ["updated_at", "2020-11-24 13:52:48.227340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 767 81825 Neil Lights, Lake Rudolf, MN 72632-3999"], ["city", "Port Lavonia"], ["country", "Latvia"], ["description", "Et laboriosam illum. Sunt quis voluptates. Optio amet rerum. Tempora eligendi ullam. Illo blanditiis similique."], ["email", "otto_lebsack@example.org"], ["first_name", "Clair"], ["firstname", "Taryn"], ["last_name", "Langworth"], ["lastname", "Wyman"], ["lat", "33.23422603182624"], ["latitute", "-41.726319723267935"], ["lng", "24.868984125296492"], ["locale", "VG"], ["longitude", "143.843977628046"], ["middlename", "Spencer"], ["middle_name", "Hudson"], ["password", "Rw1AaEgUfH4v"], ["phone", "501-884-4445 x40867"], ["phone_number", "401.194.1246"], ["reference", "5cfd73c8-c7f3-47ce-967d-90c8e5f992ef"], ["title", "Modi assumenda soluta dolorum dignissimos ut."], ["user_name", "ching.lesch"], ["username", "loren"], ["uuid", "68e9e812-010f-47fe-b720-1fa3916601cf"], ["created_at", "2020-11-24 13:52:48.255493"], ["updated_at", "2020-11-24 13:52:48.255493"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.3ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "95928 Emile Circles, Rileymouth, CT 27511"], ["city", "Reynoldsfort"], ["country", "Mauritania"], ["description", "Aliquam numquam deleniti. Neque aspernatur quod."], ["email", "armida@example.io"], ["first_name", "Mercedez"], ["firstname", "Gail"], ["last_name", "Green"], ["lastname", "Bashirian"], ["lat", "-70.286899776707"], ["latitute", "16.737101904995058"], ["lng", "-108.25538009590436"], ["locale", "NA"], ["longitude", "-177.02748580683314"], ["middlename", "Hahn"], ["middle_name", "McDermott"], ["password", "ZqLyJxGmAsGh"], ["phone", "(790) 006-2922 x60848"], ["phone_number", "960.479.3405"], ["reference", "95d89375-7c09-4a58-a4ca-28c428f1b8e4"], ["title", "Officia accusantium ipsam."], ["user_name", "shaunta"], ["username", "eric"], ["uuid", "34e264af-6a46-4372-add5-5316ffcceec5"], ["created_at", "2020-11-24 13:52:48.277921"], ["updated_at", "2020-11-24 13:52:48.277921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 686 15564 Buford Track, Port Shila, AL 63618"], ["city", "West Dian"], ["country", "Sweden"], ["description", "Laudantium assumenda voluptatem. Dolor dolorem nam. Sed iusto aut."], ["email", "isiah_lueilwitz@example.name"], ["first_name", "Rebeca"], ["firstname", "Jackie"], ["last_name", "Williamson"], ["lastname", "Dach"], ["lat", "28.299440439701897"], ["latitute", "-4.453116070931856"], ["lng", "-84.94122916257147"], ["locale", "PA"], ["longitude", "117.83377423654531"], ["middlename", "Lubowitz"], ["middle_name", "Rempel"], ["password", "AiUmZpYgK0m3ZaJu"], ["phone", "1-981-184-7612"], ["phone_number", "231.567.6081"], ["reference", "b81cea8a-52ef-4f9a-92d3-685e74ecf116"], ["title", "Aliquid dolorum voluptatem sapiente voluptatum voluptatibus."], ["user_name", "alvaro_hand"], ["username", "bob.hartmann"], ["uuid", "7f149208-4bb3-46fb-9d42-9d86b75e1e7d"], ["created_at", "2020-11-24 13:52:48.300089"], ["updated_at", "2020-11-24 13:52:48.300089"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 5.07561765397155], ["string", "Ut velit sed repellat non nesciunt."], ["date", "2020-12-02"], ["time", "2000-01-01 20:42:30.817610"], ["datetime", "2020-12-17 18:36:22.007492"], ["created_at", "2020-11-24 13:52:48.329171"], ["updated_at", "2020-11-24 13:52:48.329171"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 18.3851457856389], ["string", "Repellat et quis et optio."], ["date", "2020-12-23"], ["time", "2000-01-01 10:31:06.811028"], ["datetime", "2020-11-12 08:31:22.935084"], ["created_at", "2020-11-24 13:52:48.342509"], ["updated_at", "2020-11-24 13:52:48.342509"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 13.5161770874168], ["string", "Culpa sunt aperiam est."], ["date", "2020-11-15"], ["time", "2000-01-01 11:46:07.691546"], ["datetime", "2020-11-30 09:46:50.095831"], ["created_at", "2020-11-24 13:52:48.345910"], ["updated_at", "2020-11-24 13:52:48.345910"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 0.863848043317285], ["string", "Voluptas quis inventore."], ["date", "2020-10-13"], ["time", "2000-01-01 16:56:40.892900"], ["datetime", "2020-10-19 13:18:13.074609"], ["created_at", "2020-11-24 13:52:48.348775"], ["updated_at", "2020-11-24 13:52:48.348775"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 5.43259361228635], ["string", "Ea tempore magnam libero modi."], ["date", "2020-12-28"], ["time", "2000-01-01 20:13:23.695022"], ["datetime", "2020-12-01 16:04:46.450072"], ["created_at", "2020-11-24 13:52:48.351988"], ["updated_at", "2020-11-24 13:52:48.351988"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 3.29032577024029], ["string", "Totam officiis quia cumque."], ["date", "2020-10-22"], ["time", "2000-01-01 13:46:20.795202"], ["datetime", "2020-11-21 02:21:12.590361"], ["created_at", "2020-11-24 13:52:48.355141"], ["updated_at", "2020-11-24 13:52:48.355141"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 1.64589395235441], ["string", "Qui eius a."], ["date", "2020-11-21"], ["time", "2000-01-01 07:05:20.308615"], ["datetime", "2020-11-17 01:29:05.108048"], ["created_at", "2020-11-24 13:52:48.358024"], ["updated_at", "2020-11-24 13:52:48.358024"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 11.0830984669193], ["string", "Nulla suscipit nobis sit explicabo sunt."], ["date", "2020-12-08"], ["time", "2000-01-01 19:59:08.362822"], ["datetime", "2020-11-20 20:11:26.267769"], ["created_at", "2020-11-24 13:52:48.361472"], ["updated_at", "2020-11-24 13:52:48.361472"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 33.6310817531425], ["string", "Aut iure est."], ["date", "2020-10-21"], ["time", "2000-01-01 10:03:04.922824"], ["datetime", "2020-12-18 08:27:34.891584"], ["created_at", "2020-11-24 13:52:48.364575"], ["updated_at", "2020-11-24 13:52:48.364575"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 8.79519033317926], ["string", "Voluptatem occaecati ea eos est."], ["date", "2020-12-05"], ["time", "2000-01-01 03:17:36.102625"], ["datetime", "2020-11-28 17:55:17.474173"], ["created_at", "2020-11-24 13:52:48.410411"], ["updated_at", "2020-11-24 13:52:48.410411"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 25.7552840637481], ["string", "Et ut recusandae nihil corporis."], ["date", "2020-12-24"], ["time", "2000-01-01 19:05:41.989541"], ["datetime", "2020-12-05 06:18:10.840497"], ["created_at", "2020-11-24 13:52:48.414637"], ["updated_at", "2020-11-24 13:52:48.414637"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 5.43737053323766], ["string", "Nesciunt placeat et aspernatur eos et."], ["date", "2020-11-09"], ["time", "2000-01-01 14:11:19.921270"], ["datetime", "2020-12-01 01:50:09.987799"], ["created_at", "2020-11-24 13:52:48.417891"], ["updated_at", "2020-11-24 13:52:48.417891"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 2.78575755921325], ["string", "Nemo nisi deleniti."], ["date", "2020-11-28"], ["time", "2000-01-01 13:24:21.454987"], ["datetime", "2020-12-25 15:51:30.505811"], ["created_at", "2020-11-24 13:52:48.423118"], ["updated_at", "2020-11-24 13:52:48.423118"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 0.96539419792696], ["string", "Dignissimos ratione optio consequatur aut numquam."], ["date", "2020-12-06"], ["time", "2000-01-01 06:25:59.474395"], ["datetime", "2020-11-11 01:49:31.132460"], ["created_at", "2020-11-24 13:52:48.427203"], ["updated_at", "2020-11-24 13:52:48.427203"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 4.9409628404948], ["string", "Illum eaque odio."], ["date", "2020-12-03"], ["time", "2000-01-01 12:54:22.087038"], ["datetime", "2020-12-13 09:48:53.112863"], ["created_at", "2020-11-24 13:52:48.430326"], ["updated_at", "2020-11-24 13:52:48.430326"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 13:52:48.433264"], ["updated_at", "2020-11-24 13:52:48.433264"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 0.348296324774129], ["string", "Dolores debitis corporis nihil."], ["date", "2020-10-31"], ["time", "2000-01-01 13:35:46.581809"], ["datetime", "2020-10-31 02:16:02.747805"], ["created_at", "2020-11-24 13:52:48.473327"], ["updated_at", "2020-11-24 13:52:48.473327"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 28.8612202462787], ["string", "Expedita libero sint magnam."], ["date", "2020-11-24"], ["time", "2000-01-01 11:08:35.276395"], ["datetime", "2020-12-12 12:13:52.074423"], ["created_at", "2020-11-24 13:52:48.477227"], ["updated_at", "2020-11-24 13:52:48.477227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 4.93621767628437], ["string", "Atque beatae quam deleniti culpa voluptatem."], ["date", "2020-12-01"], ["time", "2000-01-01 18:50:01.883923"], ["datetime", "2020-11-23 20:56:44.936177"], ["created_at", "2020-11-24 13:52:48.480194"], ["updated_at", "2020-11-24 13:52:48.480194"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 33], ["decimal", 2.49215951030596], ["string", "Voluptas totam expedita enim mollitia id."], ["date", "2020-10-23"], ["time", "2000-01-01 17:21:38.297194"], ["datetime", "2020-12-18 20:31:28.681748"], ["created_at", "2020-11-24 13:52:48.483033"], ["updated_at", "2020-11-24 13:52:48.483033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 22], ["decimal", 1.50885110573689], ["string", "Libero dignissimos minima ut facere."], ["date", "2020-10-13"], ["time", "2000-01-01 02:39:34.880409"], ["datetime", "2020-12-15 06:08:16.707793"], ["created_at", "2020-11-24 13:52:48.486293"], ["updated_at", "2020-11-24 13:52:48.486293"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 26], ["decimal", 0.962643613645812], ["string", "Rerum voluptatem sed."], ["date", "2020-12-29"], ["time", "2000-01-01 10:54:29.087751"], ["datetime", "2020-11-16 18:56:45.152431"], ["created_at", "2020-11-24 13:52:48.489478"], ["updated_at", "2020-11-24 13:52:48.489478"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 12.7380980488748], ["string", "Ut est beatae aliquam est iste."], ["date", "2020-11-21"], ["time", "2000-01-01 08:07:56.457921"], ["datetime", "2020-11-16 14:40:05.502556"], ["created_at", "2020-11-24 13:52:48.492536"], ["updated_at", "2020-11-24 13:52:48.492536"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 22.5112188070468], ["string", "Id veritatis dolorum qui est."], ["date", "2020-11-20"], ["time", "2000-01-01 22:18:25.742583"], ["datetime", "2020-12-23 12:00:20.879050"], ["created_at", "2020-11-24 13:52:48.495927"], ["updated_at", "2020-11-24 13:52:48.495927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.5ms) SELECT sqlite_version(*)  (0.0ms) SELECT sqlite_version(*)  (0.0ms) SELECT sqlite_version(*)  (0.0ms) DROP TABLE IF EXISTS "alfas"  (2.5ms) CREATE TABLE "alfas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean" boolean, "integer" integer, "decimal" decimal, "string" varchar, "date" date, "time" time, "datetime" datetime, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "bravos"  (1.8ms) CREATE TABLE "bravos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean" boolean DEFAULT 0 NOT NULL, "integer" integer NOT NULL, "decimal" decimal NOT NULL, "string" varchar NOT NULL, "unique" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.0ms) DROP TABLE IF EXISTS "charlies"  (1.6ms) CREATE TABLE "charlies" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.6ms) CREATE INDEX "index_charlies_on_alfa_id" ON "charlies" ("alfa_id")  (0.0ms) DROP TABLE IF EXISTS "deltas"  (1.7ms) CREATE TABLE "deltas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.8ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (1.8ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.1ms) DROP TABLE IF EXISTS "echos"  (2.5ms) CREATE TABLE "echos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "echoable_type" varchar, "echoable_id" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.6ms) CREATE INDEX "index_echos_on_echoable_type_and_echoable_id" ON "echos" ("echoable_type", "echoable_id")  (0.0ms) DROP TABLE IF EXISTS "foxtrots"  (1.7ms) CREATE TABLE "foxtrots" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "hotels"  (1.6ms) CREATE TABLE "hotels" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer)  (1.5ms) CREATE INDEX "index_hotels_on_india_id" ON "hotels" ("india_id")  (0.1ms) DROP TABLE IF EXISTS "indias"  (1.7ms) CREATE TABLE "indias" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.5ms) CREATE INDEX "index_indias_on_hotel_id" ON "indias" ("hotel_id")  (0.0ms) DROP TABLE IF EXISTS "julietts"  (2.2ms) CREATE TABLE "julietts" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "alfa_id" integer NOT NULL, "string" varchar, "integer" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.5ms) CREATE INDEX "index_julietts_on_alfa_id" ON "julietts" ("alfa_id")  (0.0ms) DROP TABLE IF EXISTS "kilos"  (1.7ms) CREATE TABLE "kilos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "encrypted_password" varchar, "reset_password_token" varchar, "reset_password_sent_at" varchar, "remember_created_at" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "limas"  (1.6ms) CREATE TABLE "limas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "address" varchar, "city" varchar, "country" varchar, "description" varchar, "email" varchar, "first_name" varchar, "firstname" varchar, "last_name" varchar, "lastname" varchar, "lat" varchar, "latitute" varchar, "lng" varchar, "locale" varchar, "longitude" varchar, "middlename" varchar, "middle_name" varchar, "password" varchar, "phone" varchar, "phone_number" varchar, "reference" varchar, "title" varchar, "user_name" varchar, "username" varchar, "uuid" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "acharlies" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_acharlies_on_alfa_id" ON "acharlies" ("alfa_id")  (0.0ms) INSERT INTO "acharlies" ("id","alfa_id","created_at","updated_at") SELECT "id","alfa_id","created_at","updated_at" FROM "charlies"  (0.1ms) DROP TABLE "charlies"  (0.1ms) CREATE TABLE "charlies" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_c22432acee" FOREIGN KEY ("alfa_id") REFERENCES "alfas" ("id") )  (0.1ms) CREATE INDEX "index_charlies_on_alfa_id" ON "charlies" ("alfa_id")  (0.0ms) INSERT INTO "charlies" ("id","alfa_id","created_at","updated_at") SELECT "id","alfa_id","created_at","updated_at" FROM "acharlies"  (0.1ms) DROP TABLE "acharlies"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.6ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "adeltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_adeltas_on_zed_id" ON "adeltas" ("zed_id")  (0.1ms) CREATE INDEX "tindex_adeltas_on_bravo_id" ON "adeltas" ("bravo_id")  (0.0ms) INSERT INTO "adeltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "deltas"  (0.1ms) DROP TABLE "deltas"  (0.1ms) CREATE TABLE "deltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_aa131d729d" FOREIGN KEY ("bravo_id") REFERENCES "bravos" ("id") )  (0.1ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (0.1ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.0ms) INSERT INTO "deltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "adeltas"  (0.1ms) DROP TABLE "adeltas"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.6ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "adeltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_adeltas_on_zed_id" ON "adeltas" ("zed_id")  (0.1ms) CREATE INDEX "tindex_adeltas_on_bravo_id" ON "adeltas" ("bravo_id")  (0.0ms) INSERT INTO "adeltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "deltas"  (0.1ms) DROP TABLE "deltas"  (0.1ms) CREATE TABLE "deltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_aa131d729d" FOREIGN KEY ("bravo_id") REFERENCES "bravos" ("id") , CONSTRAINT "fk_rails_afc1a9c87d" FOREIGN KEY ("zed_id") REFERENCES "charlies" ("id") )  (0.1ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (0.1ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.0ms) INSERT INTO "deltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "adeltas"  (0.1ms) DROP TABLE "adeltas"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.2ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "ahotels" ("id" integer NOT NULL PRIMARY KEY, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer DEFAULT NULL)  (0.1ms) CREATE INDEX "tindex_ahotels_on_india_id" ON "ahotels" ("india_id")  (0.0ms) INSERT INTO "ahotels" ("id","created_at","updated_at","india_id") SELECT "id","created_at","updated_at","india_id" FROM "hotels"  (0.1ms) DROP TABLE "hotels"  (0.1ms) CREATE TABLE "hotels" ("id" integer NOT NULL PRIMARY KEY, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer DEFAULT NULL, CONSTRAINT "fk_rails_2d98147578" FOREIGN KEY ("india_id") REFERENCES "indias" ("id") )  (0.1ms) CREATE INDEX "index_hotels_on_india_id" ON "hotels" ("india_id")  (0.0ms) INSERT INTO "hotels" ("id","created_at","updated_at","india_id") SELECT "id","created_at","updated_at","india_id" FROM "ahotels"  (0.1ms) DROP TABLE "ahotels"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.2ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "aindias" ("id" integer NOT NULL PRIMARY KEY, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_aindias_on_hotel_id" ON "aindias" ("hotel_id")  (0.0ms) INSERT INTO "aindias" ("id","hotel_id","created_at","updated_at") SELECT "id","hotel_id","created_at","updated_at" FROM "indias"  (0.1ms) DROP TABLE "indias"  (0.1ms) CREATE TABLE "indias" ("id" integer NOT NULL PRIMARY KEY, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_304a9d92d0" FOREIGN KEY ("hotel_id") REFERENCES "hotels" ("id") )  (0.1ms) CREATE INDEX "index_indias_on_hotel_id" ON "indias" ("hotel_id")  (0.0ms) INSERT INTO "indias" ("id","hotel_id","created_at","updated_at") SELECT "id","hotel_id","created_at","updated_at" FROM "aindias"  (0.1ms) DROP TABLE "aindias"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.4ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.7ms) CREATE TEMPORARY TABLE "ajulietts" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "string" varchar DEFAULT NULL, "integer" integer DEFAULT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_ajulietts_on_alfa_id" ON "ajulietts" ("alfa_id")  (0.0ms) INSERT INTO "ajulietts" ("id","alfa_id","string","integer","created_at","updated_at") SELECT "id","alfa_id","string","integer","created_at","updated_at" FROM "julietts"  (0.1ms) DROP TABLE "julietts"  (0.1ms) CREATE TABLE "julietts" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "string" varchar DEFAULT NULL, "integer" integer DEFAULT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_996fd14f94" FOREIGN KEY ("alfa_id") REFERENCES "alfas" ("id") )  (0.1ms) CREATE INDEX "index_julietts_on_alfa_id" ON "julietts" ("alfa_id")  (0.0ms) INSERT INTO "julietts" ("id","alfa_id","string","integer","created_at","updated_at") SELECT "id","alfa_id","string","integer","created_at","updated_at" FROM "ajulietts"  (0.1ms) DROP TABLE "ajulietts"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES (20200923100338)  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES (20200923100317), (20200923100328), (20200923100329), (20200923100330), (20200923100331), (20200923100332), (20200923100334), (20200923100335), (20200923100336), (20200923100337);   (1.7ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2020-11-24 13:53:26.689233"], ["updated_at", "2020-11-24 13:53:26.689233"]]  (1.3ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ActiveRecord::InternalMetadata Load (0.0ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "schema_sha1"], ["LIMIT", 1]]  (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "schema_sha1"], ["value", "78673b049abd866bc878dc22de4de7cd00ce0a48"], ["created_at", "2020-11-24 13:53:26.693727"], ["updated_at", "2020-11-24 13:53:26.693727"]]  (1.2ms) commit transaction  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.6ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.9ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (2.0ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.8ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7764 Schimmel Cove, Mayerfurt, NC 19839"], ["city", "Albertobury"], ["country", "Ghana"], ["description", "Excepturi ex doloribus. Quae voluptas in. Quidem aut accusamus. Est cupiditate dolorem."], ["email", "sommer@example.io"], ["first_name", "Alexis"], ["firstname", "Graciela"], ["last_name", "Ziemann"], ["lastname", "Dibbert"], ["lat", "64.23140243558771"], ["latitute", "-14.958411504848243"], ["lng", "19.60733729851671"], ["locale", "LA"], ["longitude", "-0.6651563200361466"], ["middlename", "Howe"], ["middle_name", "Zulauf"], ["password", "W70dFaNeU6nM"], ["phone", "213-733-3998 x705"], ["phone_number", "882-420-1962 x5689"], ["reference", "8e5fa440-0e31-47fa-9da9-79fbd802d4e3"], ["title", "Perferendis veniam maiores."], ["user_name", "phyliss"], ["username", "brendan"], ["uuid", "4709fa0b-64b3-4d71-bcac-cc509bcb2d34"], ["created_at", "2020-11-24 13:53:27.916230"], ["updated_at", "2020-11-24 13:53:27.916230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "97405 Bogan Plain, Kubtown, VA 09772"], ["city", "Gleasonview"], ["country", "Vanuatu"], ["description", "Beatae aut dolores. Illo qui aut."], ["email", "alvin.purdy@example.info"], ["first_name", "Douglass"], ["firstname", "Hal"], ["last_name", "Schmeler"], ["lastname", "Bruen"], ["lat", "49.16547880192715"], ["latitute", "-30.049670392332303"], ["lng", "78.1971680680698"], ["locale", "TK"], ["longitude", "-102.9629952516018"], ["middlename", "Bruen"], ["middle_name", "Roob"], ["password", "LcN33q4WlF"], ["phone", "(885) 688-6197 x98901"], ["phone_number", "1-728-970-5868"], ["reference", "236f41f2-63f8-41b4-be1d-93e0e8ea0139"], ["title", "Laudantium ut est laborum quam."], ["user_name", "roxana.stiedemann"], ["username", "marshall_quitzon"], ["uuid", "25765d85-4c58-457b-8a5f-d02f3dbbdc4c"], ["created_at", "2020-11-24 13:53:27.937704"], ["updated_at", "2020-11-24 13:53:27.937704"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "73247 Nicholas Inlet, Port Rodney, AZ 18392"], ["city", "North Verdie"], ["country", "Bahrain"], ["description", "Aut reprehenderit commodi. Aspernatur quia quas. Rerum iusto possimus."], ["email", "clayton@example.biz"], ["first_name", "Hassie"], ["firstname", "Adam"], ["last_name", "Hegmann"], ["lastname", "Hagenes"], ["lat", "-61.112672119063845"], ["latitute", "57.64801926129951"], ["lng", "159.77322047377152"], ["locale", "DM"], ["longitude", "-28.690705771942703"], ["middlename", "Williamson"], ["middle_name", "Tillman"], ["password", "SaOnC0sDgBuN"], ["phone", "889.478.0302"], ["phone_number", "293.282.4835 x412"], ["reference", "0f2270ed-8794-4b86-bb63-3f06cac224be"], ["title", "Ex saepe eos."], ["user_name", "chad.kozey"], ["username", "adrian_abbott"], ["uuid", "0b297bb7-08bb-475a-a5c4-e91f38222b36"], ["created_at", "2020-11-24 13:53:27.959291"], ["updated_at", "2020-11-24 13:53:27.959291"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7559 Lavern Walks, East Donetta, MO 26618-3448"], ["city", "East Eliasport"], ["country", "Cyprus"], ["description", "Qui voluptatem quia. Non voluptate nesciunt. Est modi dolorum."], ["email", "eddy_graham@example.biz"], ["first_name", "Kyung"], ["firstname", "Agustina"], ["last_name", "Torp"], ["lastname", "Rempel"], ["lat", "-2.8061251588964637"], ["latitute", "25.765175658103786"], ["lng", "-102.87967686542171"], ["locale", "CO"], ["longitude", "131.6241064069631"], ["middlename", "Marvin"], ["middle_name", "Kshlerin"], ["password", "ZmWa3OtHdS19dQw"], ["phone", "222.388.9605 x3752"], ["phone_number", "929-511-8440 x667"], ["reference", "54a6cd66-ce45-4e09-9b81-b160c7811c4f"], ["title", "Inventore distinctio maiores."], ["user_name", "ramona.paucek"], ["username", "antonio"], ["uuid", "c743a6de-aa2d-4602-83ca-9634691081bf"], ["created_at", "2020-11-24 13:53:27.980883"], ["updated_at", "2020-11-24 13:53:27.980883"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 557 625 Cortney Lodge, Schultzchester, MT 10820"], ["city", "Port Ferdinandland"], ["country", "Peru"], ["description", "Vel et delectus. Rem repudiandae qui."], ["email", "sharron_leannon@example.org"], ["first_name", "Valeri"], ["firstname", "Blanca"], ["last_name", "Mills"], ["lastname", "Dicki"], ["lat", "-31.207745971748736"], ["latitute", "11.322659773424789"], ["lng", "-51.37289452467104"], ["locale", "CM"], ["longitude", "-151.66560085782672"], ["middlename", "Hermiston"], ["middle_name", "Conroy"], ["password", "Yy2X1bNdRg03Fc"], ["phone", "152-457-3907 x4733"], ["phone_number", "(952) 692-4719"], ["reference", "655b2619-a4b6-429b-9c0e-8b935e1392ae"], ["title", "Sit explicabo recusandae."], ["user_name", "joey_upton"], ["username", "bruce_corkery"], ["uuid", "7bb78fd7-4f29-469c-ace7-4360241dc94b"], ["created_at", "2020-11-24 13:53:28.002512"], ["updated_at", "2020-11-24 13:53:28.002512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 574 516 Kshlerin Lock, Edwinaton, NJ 32070"], ["city", "East Jarretttown"], ["country", "Indonesia"], ["description", "Possimus sed repudiandae. Cum ut ut. Impedit quidem rerum. Provident nobis amet."], ["email", "theo_nitzsche@example.info"], ["first_name", "Elizbeth"], ["firstname", "Jermaine"], ["last_name", "Zulauf"], ["lastname", "Shanahan"], ["lat", "33.1670604091197"], ["latitute", "63.76108511834974"], ["lng", "163.07988059646067"], ["locale", "GI"], ["longitude", "-145.63115775514294"], ["middlename", "Watsica"], ["middle_name", "Lueilwitz"], ["password", "XcRqRgGgNk05PfJ"], ["phone", "1-935-338-2332 x6472"], ["phone_number", "629.466.2106 x301"], ["reference", "666ae269-fc01-4038-a40a-7d9a89a1eece"], ["title", "Consequuntur nulla sunt commodi et."], ["user_name", "ozzie"], ["username", "bernard"], ["uuid", "a88ff404-c704-4996-ab1c-b01abc25dab3"], ["created_at", "2020-11-24 13:53:28.034089"], ["updated_at", "2020-11-24 13:53:28.034089"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3525 Pura Estate, Bechtelarland, AL 99706"], ["city", "Loreview"], ["country", "Puerto Rico"], ["description", "Non et dolorum. Odit recusandae magnam. Voluptatem culpa non. Est praesentium labore."], ["email", "cole_rice@example.org"], ["first_name", "Winfred"], ["firstname", "Letisha"], ["last_name", "Huel"], ["lastname", "Considine"], ["lat", "34.167383198667736"], ["latitute", "74.3853071399503"], ["lng", "179.7441830548441"], ["locale", "GN"], ["longitude", "-153.06088422030905"], ["middlename", "Koch"], ["middle_name", "Heller"], ["password", "VjHj58Fh1C2u"], ["phone", "769-136-7232"], ["phone_number", "1-578-383-1845"], ["reference", "370a6f4d-c3a9-4e09-a94f-e6de51e32f73"], ["title", "Nesciunt asperiores alias omnis voluptas."], ["user_name", "denis"], ["username", "ronni.armstrong"], ["uuid", "531d81bc-7518-4988-bd58-666d35a4332e"], ["created_at", "2020-11-24 13:53:28.056340"], ["updated_at", "2020-11-24 13:53:28.056340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 526 2753 Stuart Roads, Schinnerview, OK 13777"], ["city", "New Charolette"], ["country", "Anguilla"], ["description", "Nesciunt cum beatae. Suscipit nam voluptate."], ["email", "stefan@example.co"], ["first_name", "Candie"], ["firstname", "Len"], ["last_name", "Murphy"], ["lastname", "Gulgowski"], ["lat", "29.65308235818833"], ["latitute", "-47.95407591804142"], ["lng", "-2.2120919166630983"], ["locale", "GS"], ["longitude", "-108.47206494891896"], ["middlename", "Witting"], ["middle_name", "Morissette"], ["password", "LuVsV3o2W5"], ["phone", "509.349.0605 x65152"], ["phone_number", "116.138.8013 x951"], ["reference", "7cb4d0e1-9b13-49de-97be-4a97181d888b"], ["title", "Ratione incidunt exercitationem debitis sed quidem."], ["user_name", "clement.hoeger"], ["username", "josiah"], ["uuid", "80fa978f-cbf1-45ef-9f54-a8350f996750"], ["created_at", "2020-11-24 13:53:28.078039"], ["updated_at", "2020-11-24 13:53:28.078039"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "44824 Jaunita Islands, Watersfort, MN 76503"], ["city", "Dannafort"], ["country", "French Guiana"], ["description", "Aut sapiente et. Nam aspernatur aut. Eveniet sapiente ratione."], ["email", "bobbye_morar@example.com"], ["first_name", "Eloy"], ["firstname", "Alaine"], ["last_name", "Pollich"], ["lastname", "Muller"], ["lat", "-74.50239280910861"], ["latitute", "-89.23708117256551"], ["lng", "107.905576098501"], ["locale", "FO"], ["longitude", "-41.61199210968164"], ["middlename", "Harris"], ["middle_name", "Kutch"], ["password", "SmU0n1SpAsKrS4y"], ["phone", "(508) 212-7203 x90025"], ["phone_number", "(407) 894-8898 x933"], ["reference", "183d8c09-230e-4876-a1b4-29a8507aefdd"], ["title", "Minima sint est architecto iste voluptas."], ["user_name", "chelsea.hauck"], ["username", "apryl_huels"], ["uuid", "8ab4e0d3-332c-4e3b-b205-44b62eef5dd0"], ["created_at", "2020-11-24 13:53:28.099683"], ["updated_at", "2020-11-24 13:53:28.099683"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "906 Richard Square, East Deanne, NY 78839-2409"], ["city", "East Keenan"], ["country", "Somalia"], ["description", "Aperiam placeat consectetur. Reprehenderit et in. Dolor rerum inventore. Ut molestias vel. Sint non officiis."], ["email", "linnie@example.net"], ["first_name", "Lan"], ["firstname", "Emilie"], ["last_name", "Heathcote"], ["lastname", "Boyer"], ["lat", "35.84561246106466"], ["latitute", "36.91851361223492"], ["lng", "50.921381821771035"], ["locale", "NU"], ["longitude", "-134.87502681046686"], ["middlename", "Stiedemann"], ["middle_name", "Raynor"], ["password", "OaDiDeDjOsGsA"], ["phone", "928.149.0975 x243"], ["phone_number", "1-120-414-6032 x1871"], ["reference", "2ca86b62-c078-4325-b1f8-9e2506d8ce0d"], ["title", "Autem soluta ex vel."], ["user_name", "shaneka"], ["username", "tammie.carter"], ["uuid", "d6272287-32e9-4dc7-8cd3-c1d99aed26fc"], ["created_at", "2020-11-24 13:53:28.121484"], ["updated_at", "2020-11-24 13:53:28.121484"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 13.9984191247834], ["string", "Voluptas libero repellendus et laborum."], ["date", "2020-12-19"], ["time", "2000-01-01 08:38:33.911926"], ["datetime", "2020-11-29 07:00:00.249793"], ["created_at", "2020-11-24 13:53:28.147412"], ["updated_at", "2020-11-24 13:53:28.147412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 6.66389564159489], ["string", "Deserunt facere consequatur vel fugit magnam."], ["unique", 2], ["created_at", "2020-11-24 13:53:28.157850"], ["updated_at", "2020-11-24 13:53:28.157850"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 13:53:28.165166"], ["updated_at", "2020-11-24 13:53:28.165166"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 13:53:28.171403"], ["updated_at", "2020-11-24 13:53:28.171403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 13:53:28.186997"], ["updated_at", "2020-11-24 13:53:28.186997"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 13:53:28.194162"], ["updated_at", "2020-11-24 13:53:28.194162"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 13:53:28.199824"], ["updated_at", "2020-11-24 13:53:28.199824"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 950 72359 Denesik Shoals, Lake Mohammad, IN 50341"], ["city", "West Pasquale"], ["country", "Tanzania"], ["description", "Et est iure. Nihil iste ab. Autem id et. Consequuntur et rem."], ["email", "joel_tremblay@example.info"], ["first_name", "Palmer"], ["firstname", "Lashanda"], ["last_name", "Hyatt"], ["lastname", "Skiles"], ["lat", "-28.522727290721292"], ["latitute", "-40.070635601733"], ["lng", "-5.1599189488683805"], ["locale", "DK"], ["longitude", "-110.18088198266521"], ["middlename", "Goldner"], ["middle_name", "Stiedemann"], ["password", "N1sMnIeN965wT"], ["phone", "(923) 111-9302 x3001"], ["phone_number", "1-994-532-0326 x814"], ["reference", "6ecc9a01-6fe8-46e2-9586-6625161d9ef5"], ["title", "Fuga nihil aliquid."], ["user_name", "esmeralda_cremin"], ["username", "natisha_daniel"], ["uuid", "29854c65-e21a-474a-9f36-1e25cd7a6eb9"], ["created_at", "2020-11-24 13:53:28.223941"], ["updated_at", "2020-11-24 13:53:28.223941"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 13:53:28.228583"], ["updated_at", "2020-11-24 13:53:28.228583"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 13:53:28.237921"], ["updated_at", "2020-11-24 13:53:28.237921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 13:53:28.240920"], ["updated_at", "2020-11-24 13:53:28.240920"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 0.450299789343466], ["string", "Perspiciatis corrupti dignissimos totam esse."], ["date", "2020-11-10"], ["time", "2000-01-01 04:52:23.944574"], ["datetime", "2020-11-05 11:45:09.206684"], ["created_at", "2020-11-24 13:53:28.249087"], ["updated_at", "2020-11-24 13:53:28.249087"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 4.23042963932252], ["string", "Dicta consequatur veritatis quasi assumenda error."], ["date", "2021-01-02"], ["time", "2000-01-01 19:18:20.570473"], ["datetime", "2020-10-24 13:31:18.422591"], ["created_at", "2020-11-24 13:53:28.253250"], ["updated_at", "2020-11-24 13:53:28.253250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 16.2236832974742], ["string", "Autem iste praesentium assumenda dolorum sit."], ["date", "2020-10-20"], ["time", "2000-01-01 16:34:40.800401"], ["datetime", "2020-10-20 01:35:12.380633"], ["created_at", "2020-11-24 13:53:28.256566"], ["updated_at", "2020-11-24 13:53:28.256566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 0.575667092344947], ["string", "Laudantium quia neque voluptatem cupiditate."], ["date", "2020-10-15"], ["time", "2000-01-01 06:01:21.368194"], ["datetime", "2021-01-02 08:57:34.109160"], ["created_at", "2020-11-24 13:53:28.259335"], ["updated_at", "2020-11-24 13:53:28.259335"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 23.4267706304253], ["string", "Voluptas autem amet sed veritatis."], ["date", "2020-12-19"], ["time", "2000-01-01 11:52:13.970729"], ["datetime", "2020-12-18 03:28:22.408825"], ["created_at", "2020-11-24 13:53:28.261810"], ["updated_at", "2020-11-24 13:53:28.261810"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 9.46023488796763], ["string", "Velit deleniti blanditiis et cumque non."], ["date", "2020-10-29"], ["time", "2000-01-01 04:56:52.279158"], ["datetime", "2020-11-21 15:20:02.473497"], ["created_at", "2020-11-24 13:53:28.264737"], ["updated_at", "2020-11-24 13:53:28.264737"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 33], ["decimal", 30.126146413483], ["string", "Vel hic rem quo."], ["date", "2020-11-08"], ["time", "2000-01-01 10:55:51.265287"], ["datetime", "2020-11-02 15:55:46.203189"], ["created_at", "2020-11-24 13:53:28.267715"], ["updated_at", "2020-11-24 13:53:28.267715"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 8.50241060631265], ["string", "Inventore enim libero non atque."], ["date", "2020-11-10"], ["time", "2000-01-01 20:24:02.344341"], ["datetime", "2020-12-07 02:25:32.539535"], ["created_at", "2020-11-24 13:53:28.270892"], ["updated_at", "2020-11-24 13:53:28.270892"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 4.22233761474327], ["string", "Sit neque laboriosam ut."], ["unique", 1], ["created_at", "2020-11-24 13:53:28.275188"], ["updated_at", "2020-11-24 13:53:28.275188"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 2.26453281931038], ["string", "Enim quo error ipsam."], ["unique", 3], ["created_at", "2020-11-24 13:53:28.278109"], ["updated_at", "2020-11-24 13:53:28.278109"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.5ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 0.546037045621142], ["string", "In eos odit doloremque esse eveniet."], ["date", "2020-12-04"], ["time", "2000-01-01 18:08:46.584522"], ["datetime", "2020-10-14 04:41:57.828744"], ["created_at", "2020-11-24 13:53:28.353883"], ["updated_at", "2020-11-24 13:53:28.353883"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 0.742487516472775], ["string", "Dicta quis mollitia eveniet deleniti sit."], ["date", "2020-11-07"], ["time", "2000-01-01 10:31:05.019020"], ["datetime", "2020-10-14 10:15:10.431073"], ["created_at", "2020-11-24 13:53:28.358811"], ["updated_at", "2020-11-24 13:53:28.358811"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 18], ["decimal", 13.910310437149], ["string", "Fugiat sit molestiae accusantium."], ["date", "2020-11-06"], ["time", "2000-01-01 11:39:26.039385"], ["datetime", "2020-12-12 23:21:44.953034"], ["created_at", "2020-11-24 13:53:28.362342"], ["updated_at", "2020-11-24 13:53:28.362342"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 4.75760099972244], ["string", "Repellat quod soluta."], ["date", "2020-11-11"], ["time", "2000-01-01 11:40:06.221013"], ["datetime", "2020-11-26 06:42:27.373792"], ["created_at", "2020-11-24 13:53:28.369692"], ["updated_at", "2020-11-24 13:53:28.369692"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 9.45600458199249], ["string", "Voluptas magni debitis nihil nihil."], ["date", "2020-12-19"], ["time", "2000-01-01 23:04:40.329831"], ["datetime", "2020-10-21 14:09:24.378070"], ["created_at", "2020-11-24 13:53:28.375056"], ["updated_at", "2020-11-24 13:53:28.375056"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 32], ["decimal", 0.237256048268388], ["string", "Iusto eos eligendi sequi fugiat assumenda."], ["date", "2020-12-03"], ["time", "2000-01-01 21:43:01.597877"], ["datetime", "2020-12-07 07:18:12.109453"], ["created_at", "2020-11-24 13:53:28.378954"], ["updated_at", "2020-11-24 13:53:28.378954"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 13:53:28.382387"], ["updated_at", "2020-11-24 13:53:28.382387"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 22], ["decimal", 5.07435283734651], ["string", "Est cum atque numquam et."], ["date", "2020-11-23"], ["time", "2000-01-01 18:59:36.835085"], ["datetime", "2020-11-02 12:29:59.968916"], ["created_at", "2020-11-24 13:53:28.431133"], ["updated_at", "2020-11-24 13:53:28.431133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 28.702278524883], ["string", "Quaerat voluptas perspiciatis ratione."], ["date", "2020-11-10"], ["time", "2000-01-01 14:45:18.418049"], ["datetime", "2020-12-14 16:12:00.705014"], ["created_at", "2020-11-24 13:53:28.434940"], ["updated_at", "2020-11-24 13:53:28.434940"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 0.297194861681605], ["string", "Consequatur nam enim minima facere."], ["date", "2020-11-29"], ["time", "2000-01-01 16:36:51.920275"], ["datetime", "2020-12-08 07:51:41.101865"], ["created_at", "2020-11-24 13:53:28.439218"], ["updated_at", "2020-11-24 13:53:28.439218"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 3.30754285804672], ["string", "Exercitationem mollitia sit repellendus ipsum sed."], ["date", "2021-01-05"], ["time", "2000-01-01 16:47:32.464280"], ["datetime", "2020-11-05 05:35:27.708430"], ["created_at", "2020-11-24 13:53:28.456684"], ["updated_at", "2020-11-24 13:53:28.456684"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 1.41536217671886], ["string", "Voluptatem enim et."], ["date", "2020-12-06"], ["time", "2000-01-01 20:37:12.235090"], ["datetime", "2020-12-28 17:48:14.899675"], ["created_at", "2020-11-24 13:53:28.460392"], ["updated_at", "2020-11-24 13:53:28.460392"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 8.68772989392226], ["string", "Quia quas ex inventore iste natus."], ["date", "2020-10-23"], ["time", "2000-01-01 02:53:49.381974"], ["datetime", "2020-11-17 23:27:06.887388"], ["created_at", "2020-11-24 13:53:28.463745"], ["updated_at", "2020-11-24 13:53:28.463745"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 12.6749800404632], ["string", "Omnis nam ad quae."], ["date", "2020-10-14"], ["time", "2000-01-01 05:15:21.065711"], ["datetime", "2020-11-02 11:32:32.830571"], ["created_at", "2020-11-24 13:53:28.467101"], ["updated_at", "2020-11-24 13:53:28.467101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 7.65977432475302], ["string", "Iusto et sint inventore nihil."], ["date", "2020-11-12"], ["time", "2000-01-01 20:32:15.127302"], ["datetime", "2020-12-11 11:13:00.748639"], ["created_at", "2020-11-24 13:53:28.470533"], ["updated_at", "2020-11-24 13:53:28.470533"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (13.2ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (13.0ms) DELETE FROM "alfas";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.0ms) DELETE FROM "bravos";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'bravos';  (2.5ms) DELETE FROM "echos";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'echos';  (2.6ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.6ms) DELETE FROM "kilos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (2.0ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.9ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 0.228020784885458], ["string", "Nulla et vel eligendi."], ["unique", 3], ["created_at", "2020-11-24 13:57:41.173962"], ["updated_at", "2020-11-24 13:57:41.173962"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 7.0183737468103], ["string", "Omnis dignissimos voluptatem."], ["unique", 1], ["created_at", "2020-11-24 13:57:41.176578"], ["updated_at", "2020-11-24 13:57:41.176578"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1031], ["decimal", 8.56818375502216], ["string", "Nisi hic esse doloremque est."], ["unique", 2], ["created_at", "2020-11-24 13:57:41.178718"], ["updated_at", "2020-11-24 13:57:41.178718"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 4.41554685248678], ["string", "Sed illo consequatur eaque dolor rerum."], ["unique", 4], ["created_at", "2020-11-24 13:57:41.180809"], ["updated_at", "2020-11-24 13:57:41.180809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (11.9ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.0ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.8ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.8ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.6ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 12.3976139621705], ["string", "Quisquam sit qui aperiam sequi."], ["unique", 4], ["created_at", "2020-11-24 13:58:28.158070"], ["updated_at", "2020-11-24 13:58:28.158070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1021], ["decimal", 3.75682287810303], ["string", "Praesentium quidem quo hic."], ["unique", 2], ["created_at", "2020-11-24 13:58:28.160817"], ["updated_at", "2020-11-24 13:58:28.160817"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 11.3095792589108], ["string", "Impedit praesentium vel."], ["unique", 1], ["created_at", "2020-11-24 13:58:28.163375"], ["updated_at", "2020-11-24 13:58:28.163375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 3.64787267371682], ["string", "Repellat nesciunt molestiae."], ["unique", 3], ["created_at", "2020-11-24 13:58:28.165826"], ["updated_at", "2020-11-24 13:58:28.165826"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.8ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.9ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (2.0ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.8ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (2.1ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (2.0ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (2.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1027], ["decimal", 28.594114772017], ["string", "Et impedit sed labore et id."], ["unique", 3], ["created_at", "2020-11-24 14:00:13.689486"], ["updated_at", "2020-11-24 14:00:13.689486"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 5.15808747594799], ["string", "Perferendis ea quia amet illo."], ["unique", 1], ["created_at", "2020-11-24 14:00:13.692174"], ["updated_at", "2020-11-24 14:00:13.692174"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1022], ["decimal", 3.60645594765902], ["string", "Rerum numquam quia."], ["unique", 4], ["created_at", "2020-11-24 14:00:13.694573"], ["updated_at", "2020-11-24 14:00:13.694573"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 0.232751177078976], ["string", "Quasi dolorem dolores impedit."], ["unique", 2], ["created_at", "2020-11-24 14:00:13.696897"], ["updated_at", "2020-11-24 14:00:13.696897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (1.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.7ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.6ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (2.4ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (2.1ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.5ms) DELETE FROM "kilos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (2.5ms) DELETE FROM "limas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (2.0ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.5ms) DELETE FROM "deltas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.7ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 5.64843350977836], ["string", "Eos excepturi velit."], ["unique", 2], ["created_at", "2020-11-24 14:00:35.565912"], ["updated_at", "2020-11-24 14:00:35.565912"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 1.74400647311325], ["string", "Aut magnam mollitia quia est."], ["unique", 4], ["created_at", "2020-11-24 14:00:35.568736"], ["updated_at", "2020-11-24 14:00:35.568736"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1027], ["decimal", 11.4841056816247], ["string", "Iure eligendi eius velit laboriosam."], ["unique", 1], ["created_at", "2020-11-24 14:00:35.571082"], ["updated_at", "2020-11-24 14:00:35.571082"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 26.2473591066688], ["string", "Quos nihil ullam non."], ["unique", 3], ["created_at", "2020-11-24 14:00:35.573313"], ["updated_at", "2020-11-24 14:00:35.573313"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (1.3ms) SELECT sqlite_version(*)  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (12.4ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.4ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.5ms) DELETE FROM "deltas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.6ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 14.3012613233502], ["string", "Et est et."], ["unique", 2], ["created_at", "2020-11-24 14:00:56.542923"], ["updated_at", "2020-11-24 14:00:56.542923"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 23.2097455760698], ["string", "Aspernatur dolorem et dolorem nemo."], ["unique", 4], ["created_at", "2020-11-24 14:00:56.545555"], ["updated_at", "2020-11-24 14:00:56.545555"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1036], ["decimal", 0.724682667171712], ["string", "Ut dolores alias dicta nihil corporis."], ["unique", 3], ["created_at", "2020-11-24 14:00:56.547690"], ["updated_at", "2020-11-24 14:00:56.547690"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 35.8610852675188], ["string", "Quia quaerat consequatur omnis culpa."], ["unique", 1], ["created_at", "2020-11-24 14:00:56.549872"], ["updated_at", "2020-11-24 14:00:56.549872"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.0ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.9ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.7ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (2.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 11.95622766272], ["string", "Eos a explicabo adipisci qui."], ["unique", 1], ["created_at", "2020-11-24 14:04:37.646205"], ["updated_at", "2020-11-24 14:04:37.646205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 0.670761628456946], ["string", "Excepturi placeat tenetur velit."], ["unique", 3], ["created_at", "2020-11-24 14:04:37.649101"], ["updated_at", "2020-11-24 14:04:37.649101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 15.0671873315936], ["string", "Sed est voluptatem qui sit iusto."], ["unique", 2], ["created_at", "2020-11-24 14:04:37.651363"], ["updated_at", "2020-11-24 14:04:37.651363"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 17.8378748859346], ["string", "Voluptas culpa ad."], ["unique", 4], ["created_at", "2020-11-24 14:04:37.653907"], ["updated_at", "2020-11-24 14:04:37.653907"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (38.3ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.6ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.5ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.8ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.7ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 6.40887318016855], ["string", "Illo dolorum ratione."], ["unique", 2], ["created_at", "2020-11-24 14:04:49.016528"], ["updated_at", "2020-11-24 14:04:49.016528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 1.8817626620168], ["string", "Ut voluptates blanditiis ut est."], ["unique", 1], ["created_at", "2020-11-24 14:04:49.019208"], ["updated_at", "2020-11-24 14:04:49.019208"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 1.50156176044974], ["string", "Numquam tempore necessitatibus."], ["unique", 4], ["created_at", "2020-11-24 14:04:49.021379"], ["updated_at", "2020-11-24 14:04:49.021379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1022], ["decimal", -0.168298975229767], ["string", "Quas nesciunt autem dolorum vero."], ["unique", 3], ["created_at", "2020-11-24 14:04:49.023518"], ["updated_at", "2020-11-24 14:04:49.023518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8743 Jenkins Loaf, South Melitaborough, WY 87285-9279"], ["city", "Wernerland"], ["country", "Singapore"], ["description", "Accusantium voluptate sunt. Labore consequatur omnis."], ["email", "chang.von@example.biz"], ["first_name", "Minh"], ["firstname", "Alida"], ["last_name", "Jaskolski"], ["lastname", "Little"], ["lat", "-24.99960850120023"], ["latitute", "-39.361133486850065"], ["lng", "118.94066098812323"], ["locale", "IO"], ["longitude", "57.441649372261026"], ["middlename", "Hilpert"], ["middle_name", "Trantow"], ["password", "B1oNhYy1CyXl"], ["phone", "(525) 427-7997"], ["phone_number", "1-870-126-2032 x77427"], ["reference", "2b947992-d5c6-4822-b7a8-9513496d67f2"], ["title", "Est excepturi voluptatem veritatis."], ["user_name", "franklyn.toy"], ["username", "elisa"], ["uuid", "5065c8c0-e706-4de4-9c19-d02d8e88ae1b"], ["created_at", "2020-11-24 14:04:49.175540"], ["updated_at", "2020-11-24 14:04:49.175540"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "743 Mason Drive, Mooreberg, KS 74128-0809"], ["city", "East Lon"], ["country", "Egypt"], ["description", "Qui quis voluptates. Aliquam consequuntur tempore. Est nihil labore. Porro rerum expedita."], ["email", "rina@example.com"], ["first_name", "Asley"], ["firstname", "Warren"], ["last_name", "Rippin"], ["lastname", "Wisozk"], ["lat", "-30.322887980127675"], ["latitute", "-3.2245663865721212"], ["lng", "-162.53766342456294"], ["locale", "GB"], ["longitude", "44.75737836290284"], ["middlename", "O'Connell"], ["middle_name", "Bashirian"], ["password", "PrMxUt2JdQkUl"], ["phone", "1-962-219-7012"], ["phone_number", "837-976-5906"], ["reference", "eaf89e6e-e55a-4c3f-8040-242ee8384df7"], ["title", "Id non eius rerum aspernatur reprehenderit."], ["user_name", "pura.waters"], ["username", "curtis"], ["uuid", "c2e990c6-8134-46a5-9c01-119e012762c8"], ["created_at", "2020-11-24 14:04:49.197979"], ["updated_at", "2020-11-24 14:04:49.197979"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 918 6476 Carlton Views, Rubinland, WA 58067"], ["city", "Lake Willieburgh"], ["country", "Trinidad and Tobago"], ["description", "Et similique reprehenderit. Vel ipsam quisquam. Perspiciatis qui expedita. Porro repudiandae enim. Esse delectus nostrum."], ["email", "palmer.bechtelar@example.com"], ["first_name", "Davida"], ["firstname", "Cherrie"], ["last_name", "Leannon"], ["lastname", "Hirthe"], ["lat", "19.510600779709733"], ["latitute", "-78.42300739865446"], ["lng", "39.3773781767803"], ["locale", "IR"], ["longitude", "-127.64193143667183"], ["middlename", "Marvin"], ["middle_name", "Wehner"], ["password", "ZzBdApD5c"], ["phone", "1-163-984-2384 x399"], ["phone_number", "1-108-056-7450 x97198"], ["reference", "5390db65-5b7d-4645-a1a1-7d28a299f24e"], ["title", "Fuga dolorum officiis tempora veritatis et."], ["user_name", "hai.bailey"], ["username", "leslie"], ["uuid", "6461c26e-5196-44f5-99a0-b23ea371f52a"], ["created_at", "2020-11-24 14:04:49.219640"], ["updated_at", "2020-11-24 14:04:49.219640"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 532 88302 Karyl Mountain, Sandymouth, MS 29371-1434"], ["city", "Blytheland"], ["country", "Switzerland"], ["description", "Aut rem necessitatibus. Vero labore dolorem."], ["email", "joseph_fay@example.io"], ["first_name", "Denisha"], ["firstname", "Warner"], ["last_name", "Maggio"], ["lastname", "Denesik"], ["lat", "18.858476564395588"], ["latitute", "-83.59410967615295"], ["lng", "137.97622905576458"], ["locale", "TN"], ["longitude", "126.8616004955079"], ["middlename", "Gusikowski"], ["middle_name", "MacGyver"], ["password", "GbJo2UyBjP"], ["phone", "1-376-598-2961 x430"], ["phone_number", "809.287.4109 x838"], ["reference", "ce7032f8-56a4-4667-8fd6-7bd2c7731619"], ["title", "Possimus natus similique voluptatibus nam eos."], ["user_name", "julissa"], ["username", "corey_donnelly"], ["uuid", "34207b6b-a104-49dc-b2d8-64728c18444c"], ["created_at", "2020-11-24 14:04:49.240929"], ["updated_at", "2020-11-24 14:04:49.240929"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "798 Lesley Villages, Charlottemouth, NV 70490-4073"], ["city", "Rennerstad"], ["country", "Ghana"], ["description", "Est id distinctio. Voluptatem sapiente consequuntur. Fugiat magnam est."], ["email", "valentin.schneider@example.name"], ["first_name", "Maren"], ["firstname", "Terrence"], ["last_name", "Crist"], ["lastname", "West"], ["lat", "-72.78786855319723"], ["latitute", "25.983292761198683"], ["lng", "-156.5488015447787"], ["locale", "TK"], ["longitude", "36.71493132716307"], ["middlename", "Pfannerstill"], ["middle_name", "Hansen"], ["password", "PkQhXaIb52P"], ["phone", "1-321-940-0282 x24780"], ["phone_number", "(348) 645-4140"], ["reference", "e4788fa3-8703-4b0d-8eff-fa413c99f3da"], ["title", "Sed error provident quae non."], ["user_name", "buster_senger"], ["username", "bebe"], ["uuid", "87b633bd-4f35-4ecd-bf74-f129416b9a56"], ["created_at", "2020-11-24 14:04:49.263309"], ["updated_at", "2020-11-24 14:04:49.263309"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 484 964 Dibbert Extension, Lake Earlie, SD 21831"], ["city", "Cassinfurt"], ["country", "Congo"], ["description", "Dolores repellendus mollitia. Sequi repudiandae assumenda. Sed eligendi beatae. Voluptatem blanditiis id."], ["email", "percy.bode@example.io"], ["first_name", "Monty"], ["firstname", "Jessenia"], ["last_name", "Brekke"], ["lastname", "Macejkovic"], ["lat", "-56.455917092921226"], ["latitute", "-76.92691341625768"], ["lng", "33.79272316376006"], ["locale", "LV"], ["longitude", "-84.36208605303877"], ["middlename", "Carroll"], ["middle_name", "Bergstrom"], ["password", "9RzIiA1j8HgI"], ["phone", "658-479-5828 x45008"], ["phone_number", "869.223.3299 x896"], ["reference", "ad0e010b-1c39-4d06-bedf-85097b942ea1"], ["title", "Error vitae dolorem quod nihil porro."], ["user_name", "eve_boyle"], ["username", "mammie_waters"], ["uuid", "7d3f61dd-3663-4517-b1c0-cbbd2f9d5818"], ["created_at", "2020-11-24 14:04:49.296598"], ["updated_at", "2020-11-24 14:04:49.296598"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 216 640 Marin Fields, Walkerview, NH 18310"], ["city", "Port Maisha"], ["country", "Costa Rica"], ["description", "Fuga ipsa vel. Est saepe molestiae. Dolores sed sint. In velit laboriosam."], ["email", "audra@example.co"], ["first_name", "Barbie"], ["firstname", "Marc"], ["last_name", "Sawayn"], ["lastname", "Lynch"], ["lat", "-24.010198585756143"], ["latitute", "-3.9725539919544133"], ["lng", "-130.67662882980855"], ["locale", "NR"], ["longitude", "146.82311320332764"], ["middlename", "Swaniawski"], ["middle_name", "Jast"], ["password", "Pq4Wo3BhH"], ["phone", "(958) 604-9977 x777"], ["phone_number", "198.519.8169 x2059"], ["reference", "2de5be61-409d-4f37-96f8-e35c7e299e12"], ["title", "Dolores et sint impedit esse doloribus."], ["user_name", "cortney"], ["username", "danilo.harris"], ["uuid", "42d7016f-d4d8-42e4-8cf0-fc119c38da7b"], ["created_at", "2020-11-24 14:04:49.320673"], ["updated_at", "2020-11-24 14:04:49.320673"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "46064 Ena Ports, Port Lorenzofort, IL 84774-3735"], ["city", "Dickimouth"], ["country", "Barbados"], ["description", "Ut harum et. Et quia minus."], ["email", "mohammed@example.net"], ["first_name", "Dannie"], ["firstname", "Tyisha"], ["last_name", "Kautzer"], ["lastname", "Crist"], ["lat", "45.08579714897081"], ["latitute", "-51.753068883069986"], ["lng", "144.86849923748525"], ["locale", "AS"], ["longitude", "91.03345570077437"], ["middlename", "Wolf"], ["middle_name", "Fritsch"], ["password", "QzXaF6hFv"], ["phone", "736-537-0365 x1976"], ["phone_number", "589.208.6630"], ["reference", "66d2a314-c9d4-4976-84ee-f8b7984f0d94"], ["title", "Odio voluptas necessitatibus ut."], ["user_name", "madlyn"], ["username", "jefferey"], ["uuid", "389c32cd-a6e5-4070-85c1-327b18223462"], ["created_at", "2020-11-24 14:04:49.342305"], ["updated_at", "2020-11-24 14:04:49.342305"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 379 907 Jacobs Gardens, South Jessika, WI 10669"], ["city", "Jeraldberg"], ["country", "Saudi Arabia"], ["description", "Totam quaerat rerum. Culpa delectus illo. Ducimus reiciendis qui. Adipisci facere delectus."], ["email", "rick_gusikowski@example.info"], ["first_name", "Gil"], ["firstname", "Jc"], ["last_name", "Parker"], ["lastname", "MacGyver"], ["lat", "-1.6668002246516807"], ["latitute", "63.7512166331754"], ["lng", "108.16168985894745"], ["locale", "IR"], ["longitude", "-112.60161945444644"], ["middlename", "Miller"], ["middle_name", "Beier"], ["password", "P5zLtMkOvTfUu3Xr"], ["phone", "(453) 058-2179 x600"], ["phone_number", "416.450.9318"], ["reference", "e271532a-846e-45d6-bfa1-53e80d11b87c"], ["title", "Harum reprehenderit et nesciunt."], ["user_name", "cherrie"], ["username", "maria"], ["uuid", "36fbe4e3-e28d-4c71-97b0-c9cbec34b499"], ["created_at", "2020-11-24 14:04:49.364160"], ["updated_at", "2020-11-24 14:04:49.364160"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "716 Ricarda Harbors, Muellerside, AZ 90247"], ["city", "Phyllismouth"], ["country", "Comoros"], ["description", "Pariatur veritatis qui. Aliquam aperiam rem. Id in dolorem. Repudiandae enim quae."], ["email", "agatha@example.net"], ["first_name", "Elwood"], ["firstname", "Mario"], ["last_name", "Tillman"], ["lastname", "Miller"], ["lat", "-11.615276365184258"], ["latitute", "35.38304776670256"], ["lng", "15.233187012978703"], ["locale", "ST"], ["longitude", "94.0406869617774"], ["middlename", "Gorczany"], ["middle_name", "Gibson"], ["password", "M9yXkSkMyKsNi"], ["phone", "(300) 941-6695 x950"], ["phone_number", "(695) 860-3882 x17016"], ["reference", "bc75a674-b3aa-4d5e-9eaa-2b26e407aca8"], ["title", "Optio cupiditate aut rerum voluptas."], ["user_name", "marvin"], ["username", "pierre"], ["uuid", "bf678c61-c220-46c5-9b6a-7052db4392b5"], ["created_at", "2020-11-24 14:04:49.386629"], ["updated_at", "2020-11-24 14:04:49.386629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 13.9562884609258], ["string", "Magnam omnis eos."], ["date", "2020-10-19"], ["time", "2000-01-01 23:54:13.628242"], ["datetime", "2021-01-01 16:12:33.789798"], ["created_at", "2020-11-24 14:04:49.411673"], ["updated_at", "2020-11-24 14:04:49.411673"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:04:49.457506"], ["updated_at", "2020-11-24 14:04:49.457506"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 14:04:49.467747"], ["updated_at", "2020-11-24 14:04:49.467747"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:49.483607"], ["updated_at", "2020-11-24 14:04:49.483607"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:49.489374"], ["updated_at", "2020-11-24 14:04:49.489374"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 926 223 Hauck Manors, Starkborough, NY 15525-3267"], ["city", "North Penneyburgh"], ["country", "Belgium"], ["description", "Qui labore sed. Nulla rerum ullam. Incidunt qui quis. Nam cum est. Aperiam eius expedita."], ["email", "audrey.schowalter@example.com"], ["first_name", "Jonah"], ["firstname", "Olin"], ["last_name", "Kulas"], ["lastname", "Rosenbaum"], ["lat", "42.687961974366374"], ["latitute", "71.98216103613612"], ["lng", "49.86295101174099"], ["locale", "BE"], ["longitude", "-144.89847252302621"], ["middlename", "Treutel"], ["middle_name", "Smith"], ["password", "X30z0WlStJ6dM6cD"], ["phone", "513.795.8473 x9721"], ["phone_number", "1-547-566-0034 x15768"], ["reference", "dd8ca6f5-1598-43c3-b7ea-35ffdb883956"], ["title", "Facere in ut incidunt ratione nostrum."], ["user_name", "danita"], ["username", "dalton"], ["uuid", "c910c358-5ae9-4214-8a84-32f196d224bc"], ["created_at", "2020-11-24 14:04:49.513938"], ["updated_at", "2020-11-24 14:04:49.513938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:04:49.518476"], ["updated_at", "2020-11-24 14:04:49.518476"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:49.527635"], ["updated_at", "2020-11-24 14:04:49.527635"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:04:49.530459"], ["updated_at", "2020-11-24 14:04:49.530459"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 25.2921784292945], ["string", "Atque voluptates minima quisquam voluptatem expedita."], ["date", "2020-11-03"], ["time", "2000-01-01 23:40:49.764657"], ["datetime", "2020-12-11 10:22:16.935166"], ["created_at", "2020-11-24 14:04:49.543605"], ["updated_at", "2020-11-24 14:04:49.543605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 6.70563047990708], ["string", "Qui alias ea nihil."], ["date", "2020-12-11"], ["time", "2000-01-01 22:56:57.070879"], ["datetime", "2020-10-29 19:36:12.120821"], ["created_at", "2020-11-24 14:04:49.547107"], ["updated_at", "2020-11-24 14:04:49.547107"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 0.591534422623551], ["string", "Dignissimos maxime dolorem amet velit."], ["date", "2020-11-04"], ["time", "2000-01-01 16:55:34.990965"], ["datetime", "2020-12-12 08:31:17.225147"], ["created_at", "2020-11-24 14:04:49.550397"], ["updated_at", "2020-11-24 14:04:49.550397"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 10.9481474031888], ["string", "Fugit illum id ut aut consectetur."], ["date", "2020-12-31"], ["time", "2000-01-01 15:54:39.662924"], ["datetime", "2020-12-23 13:40:10.452370"], ["created_at", "2020-11-24 14:04:49.553131"], ["updated_at", "2020-11-24 14:04:49.553131"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 12.2183229990386], ["string", "Rerum quis in sint quae."], ["date", "2020-12-02"], ["time", "2000-01-01 02:20:00.226390"], ["datetime", "2020-10-26 12:02:10.776800"], ["created_at", "2020-11-24 14:04:49.556069"], ["updated_at", "2020-11-24 14:04:49.556069"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 19.4653749929598], ["string", "Aut ratione sit explicabo adipisci iste."], ["date", "2020-11-09"], ["time", "2000-01-01 06:07:38.221457"], ["datetime", "2020-10-26 00:34:23.974283"], ["created_at", "2020-11-24 14:04:49.558565"], ["updated_at", "2020-11-24 14:04:49.558565"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 3.44646315214245], ["string", "Sed et et quas."], ["date", "2020-12-05"], ["time", "2000-01-01 00:25:20.583342"], ["datetime", "2020-12-01 20:04:56.578614"], ["created_at", "2020-11-24 14:04:49.561473"], ["updated_at", "2020-11-24 14:04:49.561473"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 1.90501382370136], ["string", "Labore distinctio quod aliquid."], ["date", "2020-11-11"], ["time", "2000-01-01 03:18:45.114797"], ["datetime", "2020-10-19 07:20:59.151712"], ["created_at", "2020-11-24 14:04:49.564111"], ["updated_at", "2020-11-24 14:04:49.564111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:04:49.881428"], ["updated_at", "2020-11-24 14:04:49.881428"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:04:49.882901"], ["updated_at", "2020-11-24 14:04:49.882901"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:04:49.884300"], ["updated_at", "2020-11-24 14:04:49.884300"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:04:49.886056"], ["updated_at", "2020-11-24 14:04:49.886056"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:04:49.887362"], ["updated_at", "2020-11-24 14:04:49.887362"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:04:49.888478"], ["updated_at", "2020-11-24 14:04:49.888478"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:04:49.889580"], ["updated_at", "2020-11-24 14:04:49.889580"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:04:49.890677"], ["updated_at", "2020-11-24 14:04:49.890677"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 14:04:49.903719"], ["updated_at", "2020-11-24 14:04:49.903719"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 14:04:49.905121"], ["updated_at", "2020-11-24 14:04:49.905121"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 14:04:49.906571"], ["updated_at", "2020-11-24 14:04:49.906571"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 14:04:49.907934"], ["updated_at", "2020-11-24 14:04:49.907934"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 14:04:49.909672"], ["updated_at", "2020-11-24 14:04:49.909672"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 14:04:49.911234"], ["updated_at", "2020-11-24 14:04:49.911234"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 14:04:49.912696"], ["updated_at", "2020-11-24 14:04:49.912696"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 14:04:49.914108"], ["updated_at", "2020-11-24 14:04:49.914108"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:49.914929"], ["updated_at", "2020-11-24 14:04:49.914929"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:49.915669"], ["updated_at", "2020-11-24 14:04:49.915669"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:49.916381"], ["updated_at", "2020-11-24 14:04:49.916381"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:49.917054"], ["updated_at", "2020-11-24 14:04:49.917054"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:49.917721"], ["updated_at", "2020-11-24 14:04:49.917721"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:49.918389"], ["updated_at", "2020-11-24 14:04:49.918389"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:49.919060"], ["updated_at", "2020-11-24 14:04:49.919060"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.5ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:49.926130"], ["updated_at", "2020-11-24 14:04:49.926130"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:49.928152"], ["updated_at", "2020-11-24 14:04:49.928152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:49.929547"], ["updated_at", "2020-11-24 14:04:49.929547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:49.930890"], ["updated_at", "2020-11-24 14:04:49.930890"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:49.932225"], ["updated_at", "2020-11-24 14:04:49.932225"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:49.933545"], ["updated_at", "2020-11-24 14:04:49.933545"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:49.934845"], ["updated_at", "2020-11-24 14:04:49.934845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:49.936115"], ["updated_at", "2020-11-24 14:04:49.936115"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:49.937377"], ["updated_at", "2020-11-24 14:04:49.937377"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 669 997 Edward Divide, Larsonville, ND 92720-4456"], ["city", "Carterchester"], ["country", "United Arab Emirates"], ["description", "Omnis quo quia. Eum omnis laudantium."], ["email", "faustina.fahey@example.com"], ["first_name", "Hunter"], ["firstname", "Abigail"], ["last_name", "Schamberger"], ["lastname", "Leannon"], ["lat", "62.696930603381986"], ["latitute", "43.968389201365284"], ["lng", "158.14410709656704"], ["locale", "KW"], ["longitude", "-178.0698528282483"], ["middlename", "Green"], ["middle_name", "Torp"], ["password", "EfC6rOmC"], ["phone", "481-075-4131 x728"], ["phone_number", "141.271.9764 x46946"], ["reference", "3dabd508-7f35-48ee-b103-7b01f9b0e8fb"], ["title", "Tempora et quia et vitae."], ["user_name", "xochitl.casper"], ["username", "nathan_kozey"], ["uuid", "e3a334d4-21ac-49c0-897a-a1f0e759c127"], ["created_at", "2020-11-24 14:04:49.960087"], ["updated_at", "2020-11-24 14:04:49.960087"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "218 Hershel Field, Toyville, MD 24939-8640"], ["city", "Edenside"], ["country", "United Kingdom"], ["description", "Ut eligendi debitis. Autem earum consequatur. Quidem hic voluptatem."], ["email", "arnold_fay@example.info"], ["first_name", "Refugio"], ["firstname", "Aleshia"], ["last_name", "Kuvalis"], ["lastname", "Yost"], ["lat", "74.7040110060014"], ["latitute", "-44.13231167003902"], ["lng", "-21.56226486962663"], ["locale", "AR"], ["longitude", "136.70188881318296"], ["middlename", "Lubowitz"], ["middle_name", "Yost"], ["password", "O7aYtF930"], ["phone", "652.861.5560 x6427"], ["phone_number", "1-642-852-3418 x080"], ["reference", "83e241d0-7b7f-4a23-8a39-7c6379088311"], ["title", "Explicabo ducimus et eos autem."], ["user_name", "shira.cremin"], ["username", "georgia"], ["uuid", "b0a7d228-efa5-4673-bf26-ac4a1a14058b"], ["created_at", "2020-11-24 14:04:49.981925"], ["updated_at", "2020-11-24 14:04:49.981925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "75293 Rudolf Junction, New Brooksmouth, RI 57445-6546"], ["city", "Lake Susanamouth"], ["country", "British Indian Ocean Territory (Chagos Archipelago)"], ["description", "Esse quod et. Laudantium sed eum. Illum amet vitae."], ["email", "reagan@example.org"], ["first_name", "Tomasa"], ["firstname", "Carmel"], ["last_name", "Lang"], ["lastname", "Considine"], ["lat", "28.892060822545574"], ["latitute", "-62.11780058898855"], ["lng", "127.32377088488306"], ["locale", "GS"], ["longitude", "-135.2204520738546"], ["middlename", "Kulas"], ["middle_name", "Emard"], ["password", "KzPfA0cDmL"], ["phone", "123.110.6330 x5095"], ["phone_number", "524.387.6525 x033"], ["reference", "38f4cdb2-7160-43cf-b117-a66a00ac9d0d"], ["title", "Sint nisi nihil."], ["user_name", "alica"], ["username", "wilton_heaney"], ["uuid", "eb1cfb95-3237-4684-9c69-33f2de549454"], ["created_at", "2020-11-24 14:04:50.004304"], ["updated_at", "2020-11-24 14:04:50.004304"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8124 Klein Locks, Ayanatown, MO 71975-0570"], ["city", "Larkintown"], ["country", "Mongolia"], ["description", "Eveniet non voluptas. Velit doloremque laboriosam. Id vel fugit. Similique saepe omnis. Quo voluptatem ut."], ["email", "macie@example.io"], ["first_name", "Debi"], ["firstname", "Mose"], ["last_name", "Schmitt"], ["lastname", "Kiehn"], ["lat", "-20.658685451491024"], ["latitute", "50.43663245999886"], ["lng", "-136.4792510341262"], ["locale", "ER"], ["longitude", "159.9379218363756"], ["middlename", "Daniel"], ["middle_name", "Kreiger"], ["password", "VxA7sGuCr24SsP4"], ["phone", "166-892-3059 x6540"], ["phone_number", "1-440-839-0770 x70316"], ["reference", "df451f4b-aa87-4b48-873e-c2c74877e321"], ["title", "Sunt rerum eaque dolor asperiores fuga."], ["user_name", "farah.white"], ["username", "scott"], ["uuid", "5733fb2e-41dd-40be-a281-3082c2b303f9"], ["created_at", "2020-11-24 14:04:50.025802"], ["updated_at", "2020-11-24 14:04:50.025802"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 622 15142 McLaughlin Canyon, Pfannerstillhaven, DE 72112-8741"], ["city", "West Valorie"], ["country", "Egypt"], ["description", "Consequatur sit aut. Cumque quibusdam dolores."], ["email", "valentine@example.co"], ["first_name", "Dania"], ["firstname", "Latoyia"], ["last_name", "McClure"], ["lastname", "Gusikowski"], ["lat", "-29.176828592792013"], ["latitute", "68.80128441114715"], ["lng", "153.3608471178547"], ["locale", "MT"], ["longitude", "-55.51833693273727"], ["middlename", "Cronin"], ["middle_name", "Becker"], ["password", "32V3dWkIwJiSkZ6"], ["phone", "902.012.2308 x08240"], ["phone_number", "160-402-6718 x3346"], ["reference", "2c9ac39a-57a3-49d9-9421-f92ff54efe2b"], ["title", "Autem qui repellat similique."], ["user_name", "serina"], ["username", "lucina.pollich"], ["uuid", "1234c11d-8e30-4eab-bdae-7f4b80c9a84f"], ["created_at", "2020-11-24 14:04:50.046958"], ["updated_at", "2020-11-24 14:04:50.046958"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 772 82760 Jacquie Highway, Franklinhaven, AL 91658"], ["city", "Nevilleton"], ["country", "Saint Pierre and Miquelon"], ["description", "Ab id earum. Blanditiis distinctio iste."], ["email", "carter@example.net"], ["first_name", "Gwen"], ["firstname", "Terrilyn"], ["last_name", "Feeney"], ["lastname", "Hyatt"], ["lat", "-14.71807479709787"], ["latitute", "-61.97883382174996"], ["lng", "-76.46022889061636"], ["locale", "WS"], ["longitude", "-65.28517700986181"], ["middlename", "Dach"], ["middle_name", "Weissnat"], ["password", "MtEfWfX2t"], ["phone", "(939) 806-8726"], ["phone_number", "(454) 443-7478 x4592"], ["reference", "d2e809dc-c87c-4c5f-8b5b-16e3966fbf1b"], ["title", "Alias itaque omnis voluptatum similique."], ["user_name", "kirsten"], ["username", "bertie"], ["uuid", "02fec65e-71f4-4a15-a202-f22c70cc4d95"], ["created_at", "2020-11-24 14:04:50.068256"], ["updated_at", "2020-11-24 14:04:50.068256"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 663 833 Keri Isle, North Lesley, ID 65908-0887"], ["city", "South Ellis"], ["country", "Eritrea"], ["description", "Sit qui et. Eligendi ipsam eos. Est architecto qui. Laboriosam eveniet qui."], ["email", "thuy_wisozk@example.name"], ["first_name", "Elroy"], ["firstname", "Shalanda"], ["last_name", "Sporer"], ["lastname", "Block"], ["lat", "-8.998286714909554"], ["latitute", "10.074858176156653"], ["lng", "92.08428827953861"], ["locale", "GS"], ["longitude", "-30.7327247915629"], ["middlename", "Kessler"], ["middle_name", "Langosh"], ["password", "Ko5TfWbSwY"], ["phone", "420.096.8478 x88016"], ["phone_number", "(686) 479-7260 x9365"], ["reference", "2d699951-7bac-40ed-8d7a-d496387c6c7e"], ["title", "Nostrum facere eos enim."], ["user_name", "cherly.kris"], ["username", "darlena.strosin"], ["uuid", "72a5bc0f-c4c2-49dd-a8e9-15c640afc04d"], ["created_at", "2020-11-24 14:04:50.099620"], ["updated_at", "2020-11-24 14:04:50.099620"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 551 37081 Garrett Lane, Cronatown, VT 58876"], ["city", "South Rosalbaside"], ["country", "Albania"], ["description", "Dolorem et ducimus. Sit ut enim."], ["email", "allen@example.com"], ["first_name", "Kendall"], ["firstname", "Jeremiah"], ["last_name", "Schaefer"], ["lastname", "Will"], ["lat", "-9.549775798594752"], ["latitute", "-24.76349826836227"], ["lng", "-167.92177182774532"], ["locale", "LT"], ["longitude", "-149.3506991419659"], ["middlename", "Cronin"], ["middle_name", "Leuschke"], ["password", "Y6o5Cm39RaKcFo"], ["phone", "775-093-5955"], ["phone_number", "954.569.2374 x939"], ["reference", "2b6ce6eb-0e23-491e-ab60-48ec62c39143"], ["title", "Atque adipisci iste quasi temporibus."], ["user_name", "jeannine"], ["username", "trevor"], ["uuid", "28d768b1-6d40-4e62-ab1d-267ff266aabd"], ["created_at", "2020-11-24 14:04:50.121849"], ["updated_at", "2020-11-24 14:04:50.121849"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:04:50.123866"], ["updated_at", "2020-11-24 14:04:50.123866"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:04:50.125089"], ["updated_at", "2020-11-24 14:04:50.125089"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:04:50.126205"], ["updated_at", "2020-11-24 14:04:50.126205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:04:50.127285"], ["updated_at", "2020-11-24 14:04:50.127285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:04:50.128381"], ["updated_at", "2020-11-24 14:04:50.128381"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:04:50.129466"], ["updated_at", "2020-11-24 14:04:50.129466"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:04:50.130559"], ["updated_at", "2020-11-24 14:04:50.130559"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:04:50.131648"], ["updated_at", "2020-11-24 14:04:50.131648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:50.147425"], ["updated_at", "2020-11-24 14:04:50.147425"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:50.148214"], ["updated_at", "2020-11-24 14:04:50.148214"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:50.148876"], ["updated_at", "2020-11-24 14:04:50.148876"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:50.149500"], ["updated_at", "2020-11-24 14:04:50.149500"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:50.150110"], ["updated_at", "2020-11-24 14:04:50.150110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:50.150715"], ["updated_at", "2020-11-24 14:04:50.150715"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:50.151330"], ["updated_at", "2020-11-24 14:04:50.151330"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:50.151943"], ["updated_at", "2020-11-24 14:04:50.151943"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:04:50.152615"], ["updated_at", "2020-11-24 14:04:50.152615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:04:50.153282"], ["updated_at", "2020-11-24 14:04:50.153282"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:04:50.153915"], ["updated_at", "2020-11-24 14:04:50.153915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:04:50.154554"], ["updated_at", "2020-11-24 14:04:50.154554"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:04:50.155226"], ["updated_at", "2020-11-24 14:04:50.155226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:04:50.155881"], ["updated_at", "2020-11-24 14:04:50.155881"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:04:50.156527"], ["updated_at", "2020-11-24 14:04:50.156527"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:04:50.157209"], ["updated_at", "2020-11-24 14:04:50.157209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 31], ["decimal", 14.4190131140104], ["string", "Hic cum et et aperiam."], ["date", "2020-11-12"], ["time", "2000-01-01 23:05:27.199962"], ["datetime", "2020-11-27 14:49:52.477486"], ["created_at", "2020-11-24 14:04:50.186983"], ["updated_at", "2020-11-24 14:04:50.186983"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 30], ["decimal", 1.48029637841566], ["string", "Sequi culpa tempore nam."], ["date", "2020-12-11"], ["time", "2000-01-01 03:43:29.968531"], ["datetime", "2020-12-31 05:21:12.346103"], ["created_at", "2020-11-24 14:04:50.190698"], ["updated_at", "2020-11-24 14:04:50.190698"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 33.0329314536443], ["string", "Molestias quam non dicta necessitatibus eveniet."], ["date", "2020-10-31"], ["time", "2000-01-01 21:50:03.026093"], ["datetime", "2020-12-22 11:46:01.887451"], ["created_at", "2020-11-24 14:04:50.194229"], ["updated_at", "2020-11-24 14:04:50.194229"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 2.05221217449246], ["string", "Explicabo est delectus rerum illum."], ["date", "2020-11-07"], ["time", "2000-01-01 03:16:18.832022"], ["datetime", "2020-12-08 21:53:05.609206"], ["created_at", "2020-11-24 14:04:50.198960"], ["updated_at", "2020-11-24 14:04:50.198960"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 19.8027140075233], ["string", "Voluptates omnis aut aut est."], ["date", "2020-10-13"], ["time", "2000-01-01 04:20:58.764063"], ["datetime", "2020-12-06 08:25:24.812841"], ["created_at", "2020-11-24 14:04:50.201637"], ["updated_at", "2020-11-24 14:04:50.201637"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 3.24105920957586], ["string", "Expedita optio sit omnis reiciendis explicabo."], ["date", "2020-10-20"], ["time", "2000-01-01 15:43:51.767247"], ["datetime", "2020-11-29 03:59:14.028093"], ["created_at", "2020-11-24 14:04:50.204262"], ["updated_at", "2020-11-24 14:04:50.204262"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:50.206997"], ["updated_at", "2020-11-24 14:04:50.206997"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 2.72346686102548], ["string", "Debitis accusantium veniam est nihil."], ["date", "2020-11-09"], ["time", "2000-01-01 01:37:47.003854"], ["datetime", "2020-11-08 23:22:04.493431"], ["created_at", "2020-11-24 14:04:50.239747"], ["updated_at", "2020-11-24 14:04:50.239747"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 27.5323642466063], ["string", "Eligendi numquam qui consequatur voluptate."], ["date", "2020-10-23"], ["time", "2000-01-01 16:15:22.224121"], ["datetime", "2020-12-23 22:30:30.662890"], ["created_at", "2020-11-24 14:04:50.244146"], ["updated_at", "2020-11-24 14:04:50.244146"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 9.18908006387037], ["string", "Voluptatum dolorum quis."], ["date", "2021-01-04"], ["time", "2000-01-01 14:35:16.522305"], ["datetime", "2020-11-14 10:08:26.905316"], ["created_at", "2020-11-24 14:04:50.247623"], ["updated_at", "2020-11-24 14:04:50.247623"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 3.02282624962916], ["string", "Fugiat facere cupiditate."], ["date", "2020-11-07"], ["time", "2000-01-01 04:01:36.696357"], ["datetime", "2020-11-05 21:50:24.756016"], ["created_at", "2020-11-24 14:04:50.250596"], ["updated_at", "2020-11-24 14:04:50.250596"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 28.252226963349], ["string", "Consequatur rerum consequatur ea."], ["date", "2020-10-18"], ["time", "2000-01-01 00:38:28.898178"], ["datetime", "2020-12-22 06:05:57.624339"], ["created_at", "2020-11-24 14:04:50.253436"], ["updated_at", "2020-11-24 14:04:50.253436"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 7.5660910211851], ["string", "Omnis iste consequatur eligendi."], ["date", "2020-10-20"], ["time", "2000-01-01 00:56:02.913009"], ["datetime", "2021-01-04 06:03:35.198038"], ["created_at", "2020-11-24 14:04:50.256453"], ["updated_at", "2020-11-24 14:04:50.256453"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 11.245800020569], ["string", "Non mollitia suscipit."], ["date", "2020-12-13"], ["time", "2000-01-01 18:39:13.448227"], ["datetime", "2020-10-17 18:53:08.637406"], ["created_at", "2020-11-24 14:04:50.260474"], ["updated_at", "2020-11-24 14:04:50.260474"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 0.928936186066924], ["string", "Ullam excepturi illum."], ["date", "2020-12-01"], ["time", "2000-01-01 23:47:53.751412"], ["datetime", "2020-11-17 07:47:55.066702"], ["created_at", "2020-11-24 14:04:50.264278"], ["updated_at", "2020-11-24 14:04:50.264278"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:04:50.582662"], ["updated_at", "2020-11-24 14:04:50.582662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:04:50.583925"], ["updated_at", "2020-11-24 14:04:50.583925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:04:50.585115"], ["updated_at", "2020-11-24 14:04:50.585115"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:04:50.586257"], ["updated_at", "2020-11-24 14:04:50.586257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:04:50.587353"], ["updated_at", "2020-11-24 14:04:50.587353"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:04:50.588436"], ["updated_at", "2020-11-24 14:04:50.588436"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:04:50.589524"], ["updated_at", "2020-11-24 14:04:50.589524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:04:50.590598"], ["updated_at", "2020-11-24 14:04:50.590598"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 14:04:50.604706"], ["updated_at", "2020-11-24 14:04:50.604706"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 14:04:50.605959"], ["updated_at", "2020-11-24 14:04:50.605959"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 14:04:50.607095"], ["updated_at", "2020-11-24 14:04:50.607095"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 14:04:50.608185"], ["updated_at", "2020-11-24 14:04:50.608185"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 14:04:50.609334"], ["updated_at", "2020-11-24 14:04:50.609334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 14:04:50.610464"], ["updated_at", "2020-11-24 14:04:50.610464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 14:04:50.611537"], ["updated_at", "2020-11-24 14:04:50.611537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 14:04:50.612623"], ["updated_at", "2020-11-24 14:04:50.612623"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:50.613317"], ["updated_at", "2020-11-24 14:04:50.613317"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:50.613969"], ["updated_at", "2020-11-24 14:04:50.613969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:50.614618"], ["updated_at", "2020-11-24 14:04:50.614618"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:50.615251"], ["updated_at", "2020-11-24 14:04:50.615251"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:50.615864"], ["updated_at", "2020-11-24 14:04:50.615864"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:50.616502"], ["updated_at", "2020-11-24 14:04:50.616502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:50.617103"], ["updated_at", "2020-11-24 14:04:50.617103"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:50.617704"], ["updated_at", "2020-11-24 14:04:50.617704"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:50.618983"], ["updated_at", "2020-11-24 14:04:50.618983"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:50.620459"], ["updated_at", "2020-11-24 14:04:50.620459"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:50.621799"], ["updated_at", "2020-11-24 14:04:50.621799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:50.622919"], ["updated_at", "2020-11-24 14:04:50.622919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:50.623969"], ["updated_at", "2020-11-24 14:04:50.623969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:50.625075"], ["updated_at", "2020-11-24 14:04:50.625075"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:50.626211"], ["updated_at", "2020-11-24 14:04:50.626211"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:50.627293"], ["updated_at", "2020-11-24 14:04:50.627293"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 346 9795 Loraine Squares, Port Jannet, LA 72447"], ["city", "Donnellychester"], ["country", "Slovenia"], ["description", "Et eum illum. Atque iure et. Officia commodi qui. Omnis temporibus vitae. Nemo eaque sed."], ["email", "wilford.schiller@example.biz"], ["first_name", "Petra"], ["firstname", "Loyce"], ["last_name", "Keebler"], ["lastname", "Murray"], ["lat", "86.69358296500278"], ["latitute", "67.58110634370104"], ["lng", "-54.1600370633186"], ["locale", "KY"], ["longitude", "145.75260023265702"], ["middlename", "Weber"], ["middle_name", "Kling"], ["password", "QzBtXpKcVdCqZnV"], ["phone", "(234) 407-5713 x8056"], ["phone_number", "1-367-901-7065 x77877"], ["reference", "f4c7ce5c-8305-43b3-ac77-50f039f84480"], ["title", "Quo officiis doloribus."], ["user_name", "ivan.heaney"], ["username", "neil.kovacek"], ["uuid", "dcb1e9c6-507a-41b6-a756-3e641ebf7494"], ["created_at", "2020-11-24 14:04:50.648692"], ["updated_at", "2020-11-24 14:04:50.648692"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 227 396 Franecki Camp, Selmaburgh, OR 30623"], ["city", "Lonniefurt"], ["country", "Chad"], ["description", "Quidem tempore quia. Ut autem dicta."], ["email", "mari@example.io"], ["first_name", "Denny"], ["firstname", "Novella"], ["last_name", "Ullrich"], ["lastname", "Simonis"], ["lat", "-11.128750428661235"], ["latitute", "-0.8086895218053485"], ["lng", "92.60423844992738"], ["locale", "SH"], ["longitude", "149.72941513651926"], ["middlename", "O'Hara"], ["middle_name", "Lockman"], ["password", "AdIlKqOtOwXsRs"], ["phone", "1-322-416-2160"], ["phone_number", "1-298-184-4627"], ["reference", "3b66f2a7-b3f5-4319-8adf-8de983ac76e0"], ["title", "Et ut error aliquam aut."], ["user_name", "cruz.jast"], ["username", "julius_feest"], ["uuid", "6b0a2d2c-736d-4ab0-bff8-28398f4e0e1f"], ["created_at", "2020-11-24 14:04:50.670250"], ["updated_at", "2020-11-24 14:04:50.670250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 507 12146 Okuneva Ways, Predovichaven, NJ 64759"], ["city", "Koreyland"], ["country", "Mauritania"], ["description", "Sit inventore consequatur. Aspernatur adipisci veniam. Assumenda sed provident. Neque laboriosam quia."], ["email", "cyril.little@example.co"], ["first_name", "Dorthea"], ["firstname", "Celeste"], ["last_name", "Smitham"], ["lastname", "Tromp"], ["lat", "0.1829200162995761"], ["latitute", "-51.19599737613042"], ["lng", "-123.4705014201068"], ["locale", "LK"], ["longitude", "57.83699988477886"], ["middlename", "Bartoletti"], ["middle_name", "Swift"], ["password", "Qe6LyV3t6WySmJy"], ["phone", "1-598-781-3461 x10830"], ["phone_number", "584.901.1396 x3485"], ["reference", "3d1f66ee-ce84-4aee-81db-fc2d238f9334"], ["title", "Omnis veritatis facilis ut consequatur."], ["user_name", "earle"], ["username", "taren_reinger"], ["uuid", "7506e1af-6a17-4563-99c3-f26922a8e715"], ["created_at", "2020-11-24 14:04:50.691927"], ["updated_at", "2020-11-24 14:04:50.691927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "391 Koss Circle, South Salside, OR 96381-7653"], ["city", "Jackieville"], ["country", "Uruguay"], ["description", "Voluptates architecto repellendus. Et corporis libero."], ["email", "ginny_mueller@example.name"], ["first_name", "Bernardo"], ["firstname", "Pam"], ["last_name", "Kerluke"], ["lastname", "Schroeder"], ["lat", "12.811567456327808"], ["latitute", "-12.377661477086676"], ["lng", "-145.8117063180787"], ["locale", "LU"], ["longitude", "43.139518703598185"], ["middlename", "Conn"], ["middle_name", "Rodriguez"], ["password", "PyE2r6In94V"], ["phone", "297-497-7867 x63946"], ["phone_number", "157.396.5565"], ["reference", "89967570-02c5-4054-a217-feb26e99a28b"], ["title", "Quibusdam beatae et molestias."], ["user_name", "renate"], ["username", "roosevelt.hoppe"], ["uuid", "17752433-5775-4e01-836f-b7477b631b5a"], ["created_at", "2020-11-24 14:04:50.714496"], ["updated_at", "2020-11-24 14:04:50.714496"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 637 79195 Lawrence Key, Nienowfort, OK 85730"], ["city", "Hackettland"], ["country", "Lesotho"], ["description", "Odit soluta ullam. Omnis nam aut. Qui architecto fugiat."], ["email", "moises.nitzsche@example.name"], ["first_name", "Gigi"], ["firstname", "Elizabet"], ["last_name", "Hoppe"], ["lastname", "Kulas"], ["lat", "88.31459571449685"], ["latitute", "-62.95758996367385"], ["lng", "16.33884081235678"], ["locale", "HM"], ["longitude", "-107.06263736821938"], ["middlename", "Zulauf"], ["middle_name", "Prosacco"], ["password", "L7vDeE8zQ5"], ["phone", "1-121-463-9401 x99776"], ["phone_number", "368-251-8481 x9424"], ["reference", "44aa33fb-10b9-4c48-bfc5-ce3fd3453fc5"], ["title", "Omnis dolores rerum."], ["user_name", "elsa"], ["username", "cedrick"], ["uuid", "4934bb6d-a2d0-4f38-9db2-775f1bf53dda"], ["created_at", "2020-11-24 14:04:50.747596"], ["updated_at", "2020-11-24 14:04:50.747596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 931 4802 Royal Ville, Renatoview, UT 45484"], ["city", "Eunberg"], ["country", "Thailand"], ["description", "Ex possimus dolores. Et laboriosam voluptates."], ["email", "chery@example.name"], ["first_name", "Ronny"], ["firstname", "Eula"], ["last_name", "Dibbert"], ["lastname", "Schultz"], ["lat", "78.94895082833168"], ["latitute", "20.63914454935366"], ["lng", "-61.63538087149817"], ["locale", "CV"], ["longitude", "-10.066522505894994"], ["middlename", "Raynor"], ["middle_name", "Smitham"], ["password", "CwFrZlYjHqDz"], ["phone", "1-355-408-7776 x111"], ["phone_number", "1-606-934-5399 x51274"], ["reference", "e569021e-47fb-4464-b3b4-bafb102a385e"], ["title", "Rerum tempore enim itaque qui eaque."], ["user_name", "bradley.fadel"], ["username", "troy"], ["uuid", "f7d01b5e-b716-4c3d-b311-73928d8e68b2"], ["created_at", "2020-11-24 14:04:50.769814"], ["updated_at", "2020-11-24 14:04:50.769814"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 106 399 Koss Mills, North Meda, MN 08299-5734"], ["city", "Bernieburgh"], ["country", "Panama"], ["description", "Sit id eaque. Corrupti ratione eligendi. Tempora autem maxime. Vero mollitia consequuntur."], ["email", "sanda_robel@example.name"], ["first_name", "John"], ["firstname", "Cornelius"], ["last_name", "Orn"], ["lastname", "Veum"], ["lat", "-14.75167106736997"], ["latitute", "-65.73794065275615"], ["lng", "9.054363095034205"], ["locale", "PS"], ["longitude", "-50.39869661177295"], ["middlename", "Bernier"], ["middle_name", "Hilpert"], ["password", "KjIdUsStXj9QfB"], ["phone", "(676) 355-3219 x9422"], ["phone_number", "167-007-3547"], ["reference", "2d6a6749-6358-41db-ad0e-687594f1e61f"], ["title", "Soluta autem neque doloribus."], ["user_name", "angelo"], ["username", "alec"], ["uuid", "f5c37529-5b1f-4914-b1cd-cddf2442f747"], ["created_at", "2020-11-24 14:04:50.791678"], ["updated_at", "2020-11-24 14:04:50.791678"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "106 Zemlak Ferry, Jakeport, GA 89647-4216"], ["city", "Starkmouth"], ["country", "Togo"], ["description", "Aut occaecati cum. Eius minus qui."], ["email", "tanna@example.name"], ["first_name", "Morris"], ["firstname", "Macie"], ["last_name", "Hodkiewicz"], ["lastname", "Nolan"], ["lat", "53.954756765464026"], ["latitute", "-43.347299124668375"], ["lng", "-55.431711791457246"], ["locale", "LR"], ["longitude", "-173.31980878383507"], ["middlename", "Hackett"], ["middle_name", "Prosacco"], ["password", "JmPiWx8TzZ42"], ["phone", "(962) 661-1873 x5865"], ["phone_number", "(108) 754-4817 x4387"], ["reference", "2856af68-3c56-47f3-a651-b79be630e52c"], ["title", "Ut ipsum eligendi."], ["user_name", "versie.skiles"], ["username", "gail.friesen"], ["uuid", "324b0988-48e4-441e-84fd-991386a783d4"], ["created_at", "2020-11-24 14:04:50.813588"], ["updated_at", "2020-11-24 14:04:50.813588"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:04:50.815514"], ["updated_at", "2020-11-24 14:04:50.815514"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:04:50.816672"], ["updated_at", "2020-11-24 14:04:50.816672"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:04:50.817750"], ["updated_at", "2020-11-24 14:04:50.817750"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:04:50.818798"], ["updated_at", "2020-11-24 14:04:50.818798"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:04:50.819854"], ["updated_at", "2020-11-24 14:04:50.819854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:04:50.820915"], ["updated_at", "2020-11-24 14:04:50.820915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:04:50.821954"], ["updated_at", "2020-11-24 14:04:50.821954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:04:50.822990"], ["updated_at", "2020-11-24 14:04:50.822990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:50.838376"], ["updated_at", "2020-11-24 14:04:50.838376"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:50.839269"], ["updated_at", "2020-11-24 14:04:50.839269"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:50.840091"], ["updated_at", "2020-11-24 14:04:50.840091"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:50.840875"], ["updated_at", "2020-11-24 14:04:50.840875"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:50.841613"], ["updated_at", "2020-11-24 14:04:50.841613"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:50.842349"], ["updated_at", "2020-11-24 14:04:50.842349"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:50.843021"], ["updated_at", "2020-11-24 14:04:50.843021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:04:50.843638"], ["updated_at", "2020-11-24 14:04:50.843638"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:04:50.844277"], ["updated_at", "2020-11-24 14:04:50.844277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:04:50.844909"], ["updated_at", "2020-11-24 14:04:50.844909"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:04:50.845512"], ["updated_at", "2020-11-24 14:04:50.845512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:04:50.846116"], ["updated_at", "2020-11-24 14:04:50.846116"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:04:50.846713"], ["updated_at", "2020-11-24 14:04:50.846713"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:04:50.847311"], ["updated_at", "2020-11-24 14:04:50.847311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:04:50.847909"], ["updated_at", "2020-11-24 14:04:50.847909"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:04:50.848519"], ["updated_at", "2020-11-24 14:04:50.848519"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["decimal", 14.5279058521402], ["string", "Animi doloremque quam delectus enim mollitia."], ["unique", 8], ["created_at", "2020-11-24 14:06:36.512636"], ["updated_at", "2020-11-24 14:06:36.512636"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 22.6430721703077], ["string", "Facere consequatur sapiente aut reiciendis."], ["unique", 4], ["created_at", "2020-11-24 14:06:36.515275"], ["updated_at", "2020-11-24 14:06:36.515275"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 11.7296360892865], ["string", "Porro modi eum."], ["unique", 6], ["created_at", "2020-11-24 14:06:36.517468"], ["updated_at", "2020-11-24 14:06:36.517468"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 5.16613510106507], ["string", "Occaecati ut non quia."], ["unique", 10], ["created_at", "2020-11-24 14:06:36.519573"], ["updated_at", "2020-11-24 14:06:36.519573"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 0.566564484342397], ["string", "Voluptas est dolor aut officiis."], ["unique", 1], ["created_at", "2020-11-24 14:06:36.521676"], ["updated_at", "2020-11-24 14:06:36.521676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 9.92835793097092], ["string", "Aut itaque voluptate ut."], ["unique", 3], ["created_at", "2020-11-24 14:06:36.523741"], ["updated_at", "2020-11-24 14:06:36.523741"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 1.98326744468463], ["string", "Quia architecto veritatis aut iusto temporibus."], ["unique", 7], ["created_at", "2020-11-24 14:06:36.525814"], ["updated_at", "2020-11-24 14:06:36.525814"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 28.5941502916459], ["string", "Nemo modi aut."], ["unique", 9], ["created_at", "2020-11-24 14:06:36.527860"], ["updated_at", "2020-11-24 14:06:36.527860"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1029], ["decimal", 2.6255498389724], ["string", "Quia totam non."], ["unique", 5], ["created_at", "2020-11-24 14:06:36.529989"], ["updated_at", "2020-11-24 14:06:36.529989"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 0.172345519504263], ["string", "Et nulla veniam a."], ["unique", 2], ["created_at", "2020-11-24 14:06:36.532254"], ["updated_at", "2020-11-24 14:06:36.532254"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.9ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.6ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (2.0ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.9ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 8.60982671835512], ["string", "Ipsam omnis et architecto sunt voluptatem."], ["unique", 2], ["created_at", "2020-11-24 14:07:04.699365"], ["updated_at", "2020-11-24 14:07:04.699365"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 7.92008650072295], ["string", "Eos et magni aut saepe."], ["unique", 7], ["created_at", "2020-11-24 14:07:04.702086"], ["updated_at", "2020-11-24 14:07:04.702086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 22.0216969460071], ["string", "Cumque voluptate dolor earum ullam."], ["unique", 1], ["created_at", "2020-11-24 14:07:04.704241"], ["updated_at", "2020-11-24 14:07:04.704241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 12.3298300380106], ["string", "Qui hic nesciunt."], ["unique", 6], ["created_at", "2020-11-24 14:07:04.706318"], ["updated_at", "2020-11-24 14:07:04.706318"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 13.1706046690704], ["string", "Nam aut ea."], ["unique", 3], ["created_at", "2020-11-24 14:07:04.708419"], ["updated_at", "2020-11-24 14:07:04.708419"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 0.054133024050209], ["string", "Officia fuga sed."], ["unique", 10], ["created_at", "2020-11-24 14:07:04.710527"], ["updated_at", "2020-11-24 14:07:04.710527"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 10.9720470697429], ["string", "Quidem voluptas dolore repudiandae."], ["unique", 4], ["created_at", "2020-11-24 14:07:04.712680"], ["updated_at", "2020-11-24 14:07:04.712680"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1039], ["decimal", 24.0509631853826], ["string", "Fuga neque quod non."], ["unique", 8], ["created_at", "2020-11-24 14:07:04.714836"], ["updated_at", "2020-11-24 14:07:04.714836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 9], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 1.98610581054385], ["string", "Quasi vitae aut id quod."], ["unique", 9], ["created_at", "2020-11-24 14:07:04.716975"], ["updated_at", "2020-11-24 14:07:04.716975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 8.08502774610708], ["string", "Sed nihil ratione id non in."], ["unique", 5], ["created_at", "2020-11-24 14:07:04.719199"], ["updated_at", "2020-11-24 14:07:04.719199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (1.0ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (36.2ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (2.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (2.0ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.5ms) DELETE FROM "hotels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.6ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 9.7179312504307], ["string", "Nostrum possimus illo accusamus."], ["unique", 6], ["created_at", "2020-11-24 14:07:12.141773"], ["updated_at", "2020-11-24 14:07:12.141773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 2.59151247361164], ["string", "Inventore et molestiae aut repellat ut."], ["unique", 9], ["created_at", "2020-11-24 14:07:12.144544"], ["updated_at", "2020-11-24 14:07:12.144544"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1037], ["decimal", 7.36793362305016], ["string", "Temporibus dignissimos qui natus corrupti."], ["unique", 8], ["created_at", "2020-11-24 14:07:12.146841"], ["updated_at", "2020-11-24 14:07:12.146841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 2.00430764995402], ["string", "Eos laborum omnis officia."], ["unique", 4], ["created_at", "2020-11-24 14:07:12.149136"], ["updated_at", "2020-11-24 14:07:12.149136"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 3.16283061778246], ["string", "Modi et odit sed."], ["unique", 1], ["created_at", "2020-11-24 14:07:12.151388"], ["updated_at", "2020-11-24 14:07:12.151388"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 21.3201422868003], ["string", "Quas corporis qui aut."], ["unique", 10], ["created_at", "2020-11-24 14:07:12.153748"], ["updated_at", "2020-11-24 14:07:12.153748"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 2.20073038098862], ["string", "Necessitatibus et doloremque."], ["unique", 5], ["created_at", "2020-11-24 14:07:12.155986"], ["updated_at", "2020-11-24 14:07:12.155986"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 4.67872990421074], ["string", "Voluptatem ab nisi."], ["unique", 7], ["created_at", "2020-11-24 14:07:12.158205"], ["updated_at", "2020-11-24 14:07:12.158205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 18.1024358286763], ["string", "Iusto nihil nobis nemo molestiae."], ["unique", 3], ["created_at", "2020-11-24 14:07:12.160423"], ["updated_at", "2020-11-24 14:07:12.160423"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 29.4317851285999], ["string", "Nihil sed omnis consectetur."], ["unique", 2], ["created_at", "2020-11-24 14:07:12.162802"], ["updated_at", "2020-11-24 14:07:12.162802"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 655 8476 Dane Ranch, South Herbmouth, MI 46852-4347"], ["city", "New Colettebury"], ["country", "Central African Republic"], ["description", "Consectetur vitae non. Exercitationem nobis vero. Consequatur commodi aut."], ["email", "vertie@example.net"], ["first_name", "Noreen"], ["firstname", "Zulema"], ["last_name", "Schaefer"], ["lastname", "Deckow"], ["lat", "43.958474006773656"], ["latitute", "8.612250945005343"], ["lng", "50.846688061022775"], ["locale", "IN"], ["longitude", "-109.04047106959149"], ["middlename", "Kassulke"], ["middle_name", "Gerhold"], ["password", "KnLrVuGjZj5Dd1"], ["phone", "1-577-807-8689 x436"], ["phone_number", "1-617-540-5558 x388"], ["reference", "4577c8d2-74f2-490a-b050-836a8c7e33b9"], ["title", "Quia ea incidunt vel vitae quia."], ["user_name", "gabriele"], ["username", "genaro.reinger"], ["uuid", "6a3999dc-bb49-4fa8-a5db-7431e0e80fe1"], ["created_at", "2020-11-24 14:07:12.643170"], ["updated_at", "2020-11-24 14:07:12.643170"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 985 400 Janelle Port, New Faith, VT 65447-1627"], ["city", "Lake Lakisha"], ["country", "Nicaragua"], ["description", "Aut ipsa in. Consectetur dolore nemo. Omnis sed commodi. Voluptas vitae occaecati. Ullam quae a."], ["email", "willy_spencer@example.io"], ["first_name", "Katharine"], ["firstname", "Shonta"], ["last_name", "Altenwerth"], ["lastname", "Turcotte"], ["lat", "-4.2263763414981526"], ["latitute", "-77.57888478067011"], ["lng", "-47.96042297654785"], ["locale", "SO"], ["longitude", "-20.968950716258718"], ["middlename", "Zulauf"], ["middle_name", "Donnelly"], ["password", "QyXtTy9G66b"], ["phone", "774-842-8693 x841"], ["phone_number", "400-063-3737"], ["reference", "248a8a46-6053-4871-84d6-57275c407b24"], ["title", "Cumque aperiam aut et."], ["user_name", "laurinda.purdy"], ["username", "anastasia.mitchell"], ["uuid", "7e4971a7-fd04-4dc3-bbff-2bf7ba81fc13"], ["created_at", "2020-11-24 14:07:12.666836"], ["updated_at", "2020-11-24 14:07:12.666836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 355 935 Koelpin Villages, New Antonio, NJ 60528"], ["city", "Schroederberg"], ["country", "Costa Rica"], ["description", "Quasi praesentium vitae. Fugit eos iusto. Et nobis deserunt. Dolorem dolores eius. Dicta sit aliquid."], ["email", "phebe_greenholt@example.net"], ["first_name", "Celena"], ["firstname", "Madison"], ["last_name", "Stamm"], ["lastname", "Olson"], ["lat", "-21.568179761613607"], ["latitute", "-46.93034854130055"], ["lng", "-126.38097697892964"], ["locale", "MX"], ["longitude", "63.82605194434427"], ["middlename", "Hilll"], ["middle_name", "MacGyver"], ["password", "KzTg3VsGl"], ["phone", "177.522.6423 x436"], ["phone_number", "1-940-442-1333 x6095"], ["reference", "ed9161f8-54be-4580-a638-2416d5646180"], ["title", "Vero quae at."], ["user_name", "margarito"], ["username", "gus_runolfsdottir"], ["uuid", "c9b08268-e4aa-484e-832f-45287b307e4f"], ["created_at", "2020-11-24 14:07:12.688869"], ["updated_at", "2020-11-24 14:07:12.688869"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 712 8017 Lindsay Courts, Shantayville, VA 68588"], ["city", "Port Logan"], ["country", "Chad"], ["description", "Dolore odit numquam. Ipsa voluptatem dolores. Dolor dignissimos quis."], ["email", "barbera@example.net"], ["first_name", "Berenice"], ["firstname", "Lorrie"], ["last_name", "Jerde"], ["lastname", "Mann"], ["lat", "9.254815617323146"], ["latitute", "-19.39075000926495"], ["lng", "-65.69925138850161"], ["locale", "TW"], ["longitude", "102.0077255711937"], ["middlename", "Zulauf"], ["middle_name", "Kertzmann"], ["password", "BlK1jNd6"], ["phone", "(250) 074-7551"], ["phone_number", "1-909-159-0145 x463"], ["reference", "cc3bbe2c-3b81-41de-8e82-8e076d7ec90a"], ["title", "In voluptatem aut dolorem ducimus."], ["user_name", "mohamed"], ["username", "lourie_shields"], ["uuid", "5328c516-fa26-4b92-8a69-b0d8aa081d12"], ["created_at", "2020-11-24 14:07:12.710690"], ["updated_at", "2020-11-24 14:07:12.710690"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "602 Jaskolski Gateway, Mosciskimouth, WA 83418"], ["city", "West Johnstad"], ["country", "Vietnam"], ["description", "Molestiae veritatis odit. Odio hic quisquam. Voluptas quaerat sit. Voluptas incidunt fuga."], ["email", "jackie@example.co"], ["first_name", "Arthur"], ["firstname", "Leo"], ["last_name", "Haag"], ["lastname", "Mills"], ["lat", "-56.99420948680083"], ["latitute", "-77.4486107217138"], ["lng", "89.31194281771502"], ["locale", "DE"], ["longitude", "-5.531015098971466"], ["middlename", "Homenick"], ["middle_name", "Hansen"], ["password", "HtQvCpVeW2rT2pA"], ["phone", "(105) 842-9268 x084"], ["phone_number", "834-387-3622 x608"], ["reference", "1c548689-91e2-4afd-8988-217d6397c37e"], ["title", "Provident sint animi."], ["user_name", "guadalupe_sanford"], ["username", "demetrice_greenfelder"], ["uuid", "3257ecd7-c645-4851-a902-c6188c861f62"], ["created_at", "2020-11-24 14:07:12.732899"], ["updated_at", "2020-11-24 14:07:12.732899"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 320 612 Ina Roads, West Faustinoport, HI 02449-4593"], ["city", "Danielshire"], ["country", "Tokelau"], ["description", "Fugit facilis et. Rerum est dolor. Non sed quaerat."], ["email", "cyndi_mayer@example.org"], ["first_name", "Lizzie"], ["firstname", "Desirae"], ["last_name", "Metz"], ["lastname", "Langosh"], ["lat", "24.746167362566396"], ["latitute", "-19.510717243596787"], ["lng", "174.93348377868546"], ["locale", "IT"], ["longitude", "175.3399833515415"], ["middlename", "Parker"], ["middle_name", "Parisian"], ["password", "AxBrZa0WyJmRv0"], ["phone", "1-637-443-4241 x7424"], ["phone_number", "855.396.4965 x5943"], ["reference", "98157953-6380-402b-8a0f-6d22069e6483"], ["title", "Quisquam ea qui et saepe."], ["user_name", "micaela_tillman"], ["username", "sherron.watsica"], ["uuid", "400cf211-8f87-4fa4-b055-c19c637bf2f1"], ["created_at", "2020-11-24 14:07:12.767401"], ["updated_at", "2020-11-24 14:07:12.767401"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 390 1049 Darius Viaduct, Quintinborough, OH 70559-5631"], ["city", "West Sheldon"], ["country", "Saint Martin"], ["description", "Omnis rerum mollitia. Laudantium laborum beatae. Ratione autem eum."], ["email", "minda.towne@example.biz"], ["first_name", "Wilhemina"], ["firstname", "Errol"], ["last_name", "Wisoky"], ["lastname", "Dicki"], ["lat", "-15.13377640407353"], ["latitute", "-69.09885569192292"], ["lng", "88.49760171589344"], ["locale", "IN"], ["longitude", "-79.43218724734322"], ["middlename", "Corwin"], ["middle_name", "Wisoky"], ["password", "KnPc4FrSzL0kScA"], ["phone", "(246) 368-9495 x5527"], ["phone_number", "253-141-7784"], ["reference", "1264c6fb-9a49-45f9-a1a9-08bb84849258"], ["title", "Ratione libero doloremque excepturi quos."], ["user_name", "erasmo.conroy"], ["username", "guy"], ["uuid", "6e5a4eb6-7776-4e61-882c-5eb9e6959f23"], ["created_at", "2020-11-24 14:07:12.793432"], ["updated_at", "2020-11-24 14:07:12.793432"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "717 Vance Ports, East Marcos, NE 31074-3079"], ["city", "Volkmanfurt"], ["country", "Canada"], ["description", "Et aut laudantium. Officiis modi eius. Numquam enim nulla."], ["email", "clayton_skiles@example.info"], ["first_name", "Juan"], ["firstname", "Teodoro"], ["last_name", "Rau"], ["lastname", "Koelpin"], ["lat", "-46.826936989059476"], ["latitute", "26.419765020697668"], ["lng", "-128.68611454119014"], ["locale", "RU"], ["longitude", "-103.56335561659658"], ["middlename", "Lind"], ["middle_name", "Cormier"], ["password", "1PzWoE4u"], ["phone", "(911) 614-7701 x85238"], ["phone_number", "(929) 954-5658 x3404"], ["reference", "8928305e-4ab2-4c18-8a0c-f2ccb5e38711"], ["title", "Id modi a saepe."], ["user_name", "emilio.schumm"], ["username", "harland"], ["uuid", "ef4749c7-17dc-4cc4-8c57-981929b754b0"], ["created_at", "2020-11-24 14:07:12.817544"], ["updated_at", "2020-11-24 14:07:12.817544"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 816 39955 Burl Green, East Burton, NV 71086"], ["city", "North Sophie"], ["country", "Kiribati"], ["description", "Suscipit sapiente qui. Dolorem suscipit corrupti. Repellendus est eligendi. Veniam nesciunt dolorum."], ["email", "harold@example.net"], ["first_name", "Angel"], ["firstname", "Tambra"], ["last_name", "Braun"], ["lastname", "Rau"], ["lat", "-2.9648554961462708"], ["latitute", "-43.92862284369405"], ["lng", "-3.2417797364402645"], ["locale", "UZ"], ["longitude", "-107.21149676906781"], ["middlename", "Jerde"], ["middle_name", "Spinka"], ["password", "M42e4QcI24x5Io"], ["phone", "1-849-049-1928 x7077"], ["phone_number", "(100) 969-7966 x1969"], ["reference", "1604da98-8cd4-40b1-a78d-e21082c3e1b6"], ["title", "Vel fugiat tempora."], ["user_name", "mario"], ["username", "tona"], ["uuid", "5c1fab0c-6d44-4a60-bd79-d6a4fb65b204"], ["created_at", "2020-11-24 14:07:12.840273"], ["updated_at", "2020-11-24 14:07:12.840273"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "174 Pfannerstill Tunnel, Port Cherri, VA 49459-5402"], ["city", "Kristown"], ["country", "Gibraltar"], ["description", "Quibusdam non illum. Alias facere error. Maiores eos vel. Non maiores omnis."], ["email", "numbers.murphy@example.io"], ["first_name", "Dacia"], ["firstname", "Jennifer"], ["last_name", "McDermott"], ["lastname", "Glover"], ["lat", "23.401093862278543"], ["latitute", "42.59879853420068"], ["lng", "23.361062987332588"], ["locale", "SO"], ["longitude", "26.98387055745883"], ["middlename", "Prosacco"], ["middle_name", "Kulas"], ["password", "RwOjIc57QfO"], ["phone", "517-205-1423 x62654"], ["phone_number", "(122) 832-9706 x80215"], ["reference", "ee243aa0-d5fd-4fb2-800d-5fc5fdc483e7"], ["title", "Et in alias."], ["user_name", "angelita_lynch"], ["username", "sung"], ["uuid", "5bb764a1-4044-44c6-b717-b352253359aa"], ["created_at", "2020-11-24 14:07:12.862287"], ["updated_at", "2020-11-24 14:07:12.862287"]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 4.8678993316282], ["string", "Aperiam occaecati iusto aut."], ["date", "2020-12-07"], ["time", "2000-01-01 19:39:20.075483"], ["datetime", "2021-01-03 03:34:38.245963"], ["created_at", "2020-11-24 14:07:12.889491"], ["updated_at", "2020-11-24 14:07:12.889491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:07:12.948051"], ["updated_at", "2020-11-24 14:07:12.948051"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 14:07:12.960351"], ["updated_at", "2020-11-24 14:07:12.960351"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:12.966991"], ["updated_at", "2020-11-24 14:07:12.966991"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:12.972343"], ["updated_at", "2020-11-24 14:07:12.972343"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "40259 Colby Locks, Lake Donfort, CA 57440-3392"], ["city", "South Clarence"], ["country", "Qatar"], ["description", "Sed molestias incidunt. Et laboriosam magni."], ["email", "miranda.bailey@example.net"], ["first_name", "Harry"], ["firstname", "Shirley"], ["last_name", "Kunze"], ["lastname", "Runolfsson"], ["lat", "63.09147533203995"], ["latitute", "-6.013648540192349"], ["lng", "-134.36409114427244"], ["locale", "MS"], ["longitude", "-113.04933846089111"], ["middlename", "Schmidt"], ["middle_name", "Block"], ["password", "VtS6iZi8IbS7w7A"], ["phone", "1-130-603-5281 x785"], ["phone_number", "870-465-9846 x95616"], ["reference", "86c9813b-1664-4af9-9cb7-24f506dc5ac2"], ["title", "Maxime at dolorem."], ["user_name", "jarvis"], ["username", "patrick.altenwerth"], ["uuid", "6ccd7878-3a42-4920-816a-a91b3eff0afb"], ["created_at", "2020-11-24 14:07:12.994603"], ["updated_at", "2020-11-24 14:07:12.994603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:07:12.999454"], ["updated_at", "2020-11-24 14:07:12.999454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:13.008744"], ["updated_at", "2020-11-24 14:07:13.008744"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:13.011656"], ["updated_at", "2020-11-24 14:07:13.011656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 1.59375885787965], ["string", "Commodi modi consequatur velit qui."], ["date", "2020-12-04"], ["time", "2000-01-01 20:12:48.452505"], ["datetime", "2020-11-27 00:46:35.027748"], ["created_at", "2020-11-24 14:07:13.022454"], ["updated_at", "2020-11-24 14:07:13.022454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 4.29157562081842], ["string", "Aut quia dolores nemo sed."], ["date", "2020-10-19"], ["time", "2000-01-01 03:52:45.250924"], ["datetime", "2020-12-18 06:07:12.326683"], ["created_at", "2020-11-24 14:07:13.024962"], ["updated_at", "2020-11-24 14:07:13.024962"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 4.0685381229605], ["string", "Quos sapiente nesciunt illum."], ["date", "2020-11-26"], ["time", "2000-01-01 20:50:13.994465"], ["datetime", "2020-11-13 03:18:58.153532"], ["created_at", "2020-11-24 14:07:13.027117"], ["updated_at", "2020-11-24 14:07:13.027117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 34.6284571444157], ["string", "Repellat eaque asperiores tempore placeat."], ["date", "2020-10-20"], ["time", "2000-01-01 04:29:31.693587"], ["datetime", "2020-12-06 16:41:33.137644"], ["created_at", "2020-11-24 14:07:13.029506"], ["updated_at", "2020-11-24 14:07:13.029506"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 2.73007977097367], ["string", "Dolor commodi fugit."], ["date", "2021-01-03"], ["time", "2000-01-01 17:51:50.298032"], ["datetime", "2020-12-23 05:11:16.180868"], ["created_at", "2020-11-24 14:07:13.032169"], ["updated_at", "2020-11-24 14:07:13.032169"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 4.29636512004446], ["string", "Nihil voluptas et pariatur."], ["date", "2020-12-03"], ["time", "2000-01-01 23:37:45.207146"], ["datetime", "2020-12-25 21:57:05.432971"], ["created_at", "2020-11-24 14:07:13.035030"], ["updated_at", "2020-11-24 14:07:13.035030"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 15.9839151117583], ["string", "Soluta inventore sit error corporis."], ["date", "2021-01-03"], ["time", "2000-01-01 21:49:46.755752"], ["datetime", "2020-11-12 18:57:35.380187"], ["created_at", "2020-11-24 14:07:13.039060"], ["updated_at", "2020-11-24 14:07:13.039060"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 1.3654149632479], ["string", "Aut quidem libero est quis."], ["date", "2020-11-25"], ["time", "2000-01-01 01:26:48.358034"], ["datetime", "2020-11-02 23:19:21.106843"], ["created_at", "2020-11-24 14:07:13.041977"], ["updated_at", "2020-11-24 14:07:13.041977"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:07:13.362622"], ["updated_at", "2020-11-24 14:07:13.362622"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:07:13.364479"], ["updated_at", "2020-11-24 14:07:13.364479"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:07:13.366116"], ["updated_at", "2020-11-24 14:07:13.366116"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:07:13.367599"], ["updated_at", "2020-11-24 14:07:13.367599"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:07:13.369101"], ["updated_at", "2020-11-24 14:07:13.369101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:07:13.370670"], ["updated_at", "2020-11-24 14:07:13.370670"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:07:13.372191"], ["updated_at", "2020-11-24 14:07:13.372191"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:07:13.373688"], ["updated_at", "2020-11-24 14:07:13.373688"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 14:07:13.389935"], ["updated_at", "2020-11-24 14:07:13.389935"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 14:07:13.391824"], ["updated_at", "2020-11-24 14:07:13.391824"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 14:07:13.393458"], ["updated_at", "2020-11-24 14:07:13.393458"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 14:07:13.394982"], ["updated_at", "2020-11-24 14:07:13.394982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 14:07:13.396550"], ["updated_at", "2020-11-24 14:07:13.396550"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 14:07:13.398238"], ["updated_at", "2020-11-24 14:07:13.398238"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 14:07:13.399813"], ["updated_at", "2020-11-24 14:07:13.399813"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 14:07:13.401379"], ["updated_at", "2020-11-24 14:07:13.401379"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:13.402333"], ["updated_at", "2020-11-24 14:07:13.402333"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:13.403228"], ["updated_at", "2020-11-24 14:07:13.403228"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:13.404220"], ["updated_at", "2020-11-24 14:07:13.404220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:13.405096"], ["updated_at", "2020-11-24 14:07:13.405096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:13.405961"], ["updated_at", "2020-11-24 14:07:13.405961"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:13.406830"], ["updated_at", "2020-11-24 14:07:13.406830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:13.407715"], ["updated_at", "2020-11-24 14:07:13.407715"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:13.408583"], ["updated_at", "2020-11-24 14:07:13.408583"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:13.410277"], ["updated_at", "2020-11-24 14:07:13.410277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:13.411909"], ["updated_at", "2020-11-24 14:07:13.411909"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:13.413486"], ["updated_at", "2020-11-24 14:07:13.413486"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:13.414987"], ["updated_at", "2020-11-24 14:07:13.414987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:13.416495"], ["updated_at", "2020-11-24 14:07:13.416495"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:13.418026"], ["updated_at", "2020-11-24 14:07:13.418026"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:13.419536"], ["updated_at", "2020-11-24 14:07:13.419536"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:13.421097"], ["updated_at", "2020-11-24 14:07:13.421097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "23370 Jarrett Via, Lake Faustino, UT 10405"], ["city", "Bednarville"], ["country", "Sweden"], ["description", "Minima quo distinctio. Est magnam dolorem. Atque voluptates laudantium."], ["email", "denice_douglas@example.biz"], ["first_name", "Demetrius"], ["firstname", "Yvette"], ["last_name", "Jaskolski"], ["lastname", "Beier"], ["lat", "56.20314056056583"], ["latitute", "10.589134608842073"], ["lng", "170.32500300995184"], ["locale", "LT"], ["longitude", "10.545461885544682"], ["middlename", "Pollich"], ["middle_name", "Johnson"], ["password", "FfKf09LbW3y8B"], ["phone", "1-631-928-6625"], ["phone_number", "1-546-063-0561 x2546"], ["reference", "11f3a437-a82c-4533-b8cd-bb35410a879d"], ["title", "Placeat asperiores et velit."], ["user_name", "antione"], ["username", "daniel"], ["uuid", "c455c707-8729-4590-bd5e-84bef184819a"], ["created_at", "2020-11-24 14:07:13.442840"], ["updated_at", "2020-11-24 14:07:13.442840"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 627 29027 D'Amore Haven, Lake Bernardo, AZ 44129"], ["city", "Veramouth"], ["country", "Virgin Islands, U.S."], ["description", "Doloremque eveniet ut. Eos deserunt maxime. Ratione quod et. Totam saepe magni."], ["email", "lue@example.com"], ["first_name", "Su"], ["firstname", "Agatha"], ["last_name", "Flatley"], ["lastname", "Hodkiewicz"], ["lat", "39.88379928639617"], ["latitute", "7.093421157982917"], ["lng", "138.62772085043827"], ["locale", "TR"], ["longitude", "-65.91805673292374"], ["middlename", "Jenkins"], ["middle_name", "Hickle"], ["password", "NhX9vQmApG7f"], ["phone", "(976) 487-2453 x448"], ["phone_number", "443-370-5535 x32111"], ["reference", "a45214be-5a8b-4a11-9032-e5c0ed047c82"], ["title", "Error tempora aspernatur et facilis eos."], ["user_name", "carie"], ["username", "an"], ["uuid", "f917a51d-3c69-4620-a184-dc273387c3f7"], ["created_at", "2020-11-24 14:07:13.464948"], ["updated_at", "2020-11-24 14:07:13.464948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "42888 Lemuel Centers, Port Kevin, AR 50860-0285"], ["city", "East Hyunburgh"], ["country", "Haiti"], ["description", "Blanditiis quia quis. Rem ut praesentium. Eveniet maxime vero. Ut labore accusamus. Rerum est alias."], ["email", "wes@example.com"], ["first_name", "Rodrigo"], ["firstname", "Jay"], ["last_name", "Murray"], ["lastname", "Towne"], ["lat", "86.28286814694647"], ["latitute", "-8.44254798272739"], ["lng", "3.493071575483441"], ["locale", "BV"], ["longitude", "154.64444091363941"], ["middlename", "Ullrich"], ["middle_name", "Gorczany"], ["password", "PxKrNdIlW3iT0i6"], ["phone", "(791) 662-6938 x151"], ["phone_number", "967-888-3036 x92076"], ["reference", "8e9286a8-3b45-47c5-af5d-73b9bd0ed8fd"], ["title", "Voluptatum id molestias quibusdam earum ut."], ["user_name", "carmelina"], ["username", "david.hoeger"], ["uuid", "f22fee1f-114c-4156-b7fa-368f0c01a997"], ["created_at", "2020-11-24 14:07:13.494126"], ["updated_at", "2020-11-24 14:07:13.494126"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 878 24329 Green Burg, Schneiderbury, VT 91054"], ["city", "New Oletafurt"], ["country", "Cameroon"], ["description", "Dolore nobis tempore. Odio exercitationem praesentium. Unde quia eveniet. Rerum et est. Aut recusandae harum."], ["email", "constance@example.name"], ["first_name", "Martin"], ["firstname", "Jacinto"], ["last_name", "Nienow"], ["lastname", "Lebsack"], ["lat", "19.226456449969632"], ["latitute", "42.01262207220313"], ["lng", "-109.48875066247295"], ["locale", "JM"], ["longitude", "-95.60760370423333"], ["middlename", "Wolf"], ["middle_name", "Strosin"], ["password", "083IvEpDcF5k"], ["phone", "1-634-971-8315 x96560"], ["phone_number", "449.171.4173 x9725"], ["reference", "d83314be-0f6e-4ccb-9428-a93391ff18d0"], ["title", "Eius architecto et qui."], ["user_name", "karl.boehm"], ["username", "elmo.hettinger"], ["uuid", "78cf36e2-bb9f-4fed-9fb4-22daca9b391d"], ["created_at", "2020-11-24 14:07:13.519952"], ["updated_at", "2020-11-24 14:07:13.519952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7444 Durgan Cliffs, East Charmainville, TN 59640"], ["city", "Port Pasquale"], ["country", "Madagascar"], ["description", "Excepturi et non. Ducimus reiciendis tempore."], ["email", "paulette@example.org"], ["first_name", "Antonia"], ["firstname", "Mario"], ["last_name", "Thompson"], ["lastname", "Stamm"], ["lat", "-12.87268076288322"], ["latitute", "-54.180306079196676"], ["lng", "63.6216128310964"], ["locale", "BI"], ["longitude", "115.44054907831412"], ["middlename", "Parisian"], ["middle_name", "Koch"], ["password", "QeDmTpGsZ3"], ["phone", "809.438.7084"], ["phone_number", "(958) 511-5972 x8426"], ["reference", "cfc02eaf-54b9-49fe-90fc-fe5d55354f86"], ["title", "Iste dolorem suscipit."], ["user_name", "derrick.quitzon"], ["username", "lucille_bednar"], ["uuid", "19bb6b75-f249-42e8-abd1-b191b97a73fd"], ["created_at", "2020-11-24 14:07:13.541859"], ["updated_at", "2020-11-24 14:07:13.541859"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "133 Lueilwitz Landing, Medhursttown, IL 52302"], ["city", "Botsfordfort"], ["country", "Serbia"], ["description", "Optio culpa modi. Consequatur ea laudantium. Fugiat ut vero."], ["email", "nicol.weimann@example.org"], ["first_name", "Francisco"], ["firstname", "Cathryn"], ["last_name", "Champlin"], ["lastname", "McGlynn"], ["lat", "49.403126128002356"], ["latitute", "-56.62479260289521"], ["lng", "60.40211465903988"], ["locale", "TH"], ["longitude", "147.00512664258542"], ["middlename", "Block"], ["middle_name", "Prohaska"], ["password", "ItTwL0vDlQmF5"], ["phone", "205-077-0876 x937"], ["phone_number", "445.993.8886 x71565"], ["reference", "5f5ad02b-8852-4c35-9bf4-c54ef183861b"], ["title", "Nesciunt est rerum autem quos."], ["user_name", "ashely"], ["username", "leota"], ["uuid", "7e4b4532-2662-46f2-b9d6-87e865295611"], ["created_at", "2020-11-24 14:07:13.564197"], ["updated_at", "2020-11-24 14:07:13.564197"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "351 Larraine Islands, Alysiaberg, WI 14606-9140"], ["city", "North Pete"], ["country", "Djibouti"], ["description", "Nesciunt vel dolorem. Voluptate quo rem. Velit magni perspiciatis."], ["email", "stevie@example.info"], ["first_name", "Tomas"], ["firstname", "Ned"], ["last_name", "Casper"], ["lastname", "Reichert"], ["lat", "12.832320794818003"], ["latitute", "27.5013882784952"], ["lng", "-172.1254064590312"], ["locale", "AS"], ["longitude", "114.81583683091009"], ["middlename", "Howe"], ["middle_name", "Jast"], ["password", "OaC26cRi17CuH2"], ["phone", "1-114-377-9895"], ["phone_number", "(735) 655-9267 x494"], ["reference", "65d4f240-3abb-4e65-882e-b28eebbd4139"], ["title", "Illo qui et et non."], ["user_name", "hilario.hagenes"], ["username", "elvina"], ["uuid", "21ce7d04-1d18-47b6-a20a-100c9c68d255"], ["created_at", "2020-11-24 14:07:13.587573"], ["updated_at", "2020-11-24 14:07:13.587573"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 904 171 Fidel Rest, Uptonport, DE 77685-7069"], ["city", "Joanbury"], ["country", "Guinea"], ["description", "Minus rerum omnis. Laboriosam excepturi et."], ["email", "janyce_mccullough@example.name"], ["first_name", "Isaac"], ["firstname", "Gayle"], ["last_name", "Goldner"], ["lastname", "Wisozk"], ["lat", "-45.77128758715041"], ["latitute", "-44.96304540829652"], ["lng", "62.61770710938936"], ["locale", "FO"], ["longitude", "-131.1035142699385"], ["middlename", "Botsford"], ["middle_name", "Mueller"], ["password", "VhVh7T45kJe"], ["phone", "861.902.4749 x848"], ["phone_number", "1-904-045-7506"], ["reference", "aff2d8e3-2a12-49d6-ae25-7aebf9357a81"], ["title", "Rerum qui voluptate enim perspiciatis eaque."], ["user_name", "nina_robel"], ["username", "echo"], ["uuid", "ba05955d-c10b-427b-aaac-0f9ca39066fd"], ["created_at", "2020-11-24 14:07:13.609171"], ["updated_at", "2020-11-24 14:07:13.609171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:07:13.611208"], ["updated_at", "2020-11-24 14:07:13.611208"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:07:13.612516"], ["updated_at", "2020-11-24 14:07:13.612516"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:07:13.613856"], ["updated_at", "2020-11-24 14:07:13.613856"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:07:13.615327"], ["updated_at", "2020-11-24 14:07:13.615327"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:07:13.616697"], ["updated_at", "2020-11-24 14:07:13.616697"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:07:13.617917"], ["updated_at", "2020-11-24 14:07:13.617917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:07:13.619101"], ["updated_at", "2020-11-24 14:07:13.619101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:07:13.620268"], ["updated_at", "2020-11-24 14:07:13.620268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:13.641570"], ["updated_at", "2020-11-24 14:07:13.641570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:13.642569"], ["updated_at", "2020-11-24 14:07:13.642569"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:13.643402"], ["updated_at", "2020-11-24 14:07:13.643402"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:13.644203"], ["updated_at", "2020-11-24 14:07:13.644203"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:13.645050"], ["updated_at", "2020-11-24 14:07:13.645050"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:13.645959"], ["updated_at", "2020-11-24 14:07:13.645959"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:13.647205"], ["updated_at", "2020-11-24 14:07:13.647205"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:13.648502"], ["updated_at", "2020-11-24 14:07:13.648502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:13.649487"], ["updated_at", "2020-11-24 14:07:13.649487"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:13.650359"], ["updated_at", "2020-11-24 14:07:13.650359"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:13.651159"], ["updated_at", "2020-11-24 14:07:13.651159"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:13.651935"], ["updated_at", "2020-11-24 14:07:13.651935"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:13.652699"], ["updated_at", "2020-11-24 14:07:13.652699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:13.661597"], ["updated_at", "2020-11-24 14:07:13.661597"]]  (0.5ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:13.663439"], ["updated_at", "2020-11-24 14:07:13.663439"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:13.665106"], ["updated_at", "2020-11-24 14:07:13.665106"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 6.58104982528153], ["string", "Est aliquid doloribus saepe."], ["date", "2020-12-28"], ["time", "2000-01-01 02:29:28.429694"], ["datetime", "2020-11-04 13:10:51.155352"], ["created_at", "2020-11-24 14:07:13.706890"], ["updated_at", "2020-11-24 14:07:13.706890"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 9.88600447922667], ["string", "Aliquam cumque quod reprehenderit nihil."], ["date", "2020-11-10"], ["time", "2000-01-01 22:03:43.003955"], ["datetime", "2020-12-02 21:19:44.478403"], ["created_at", "2020-11-24 14:07:13.711499"], ["updated_at", "2020-11-24 14:07:13.711499"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 23], ["decimal", -0.069731916082961], ["string", "Doloribus non molestiae."], ["date", "2020-11-19"], ["time", "2000-01-01 09:20:19.735205"], ["datetime", "2020-10-16 13:51:55.037478"], ["created_at", "2020-11-24 14:07:13.715454"], ["updated_at", "2020-11-24 14:07:13.715454"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 3.42003119623667], ["string", "Qui libero perspiciatis ratione voluptatum dolorem."], ["date", "2021-01-05"], ["time", "2000-01-01 19:07:39.339363"], ["datetime", "2020-12-26 06:00:11.808421"], ["created_at", "2020-11-24 14:07:13.720805"], ["updated_at", "2020-11-24 14:07:13.720805"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 24], ["decimal", 15.3520579600381], ["string", "Eos deserunt quibusdam quam iure."], ["date", "2020-11-06"], ["time", "2000-01-01 18:37:54.331435"], ["datetime", "2020-11-02 19:33:14.536901"], ["created_at", "2020-11-24 14:07:13.725595"], ["updated_at", "2020-11-24 14:07:13.725595"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 21.1015212778811], ["string", "Adipisci recusandae sint esse magnam."], ["date", "2020-12-08"], ["time", "2000-01-01 12:46:02.840497"], ["datetime", "2020-10-19 21:57:09.244381"], ["created_at", "2020-11-24 14:07:13.729571"], ["updated_at", "2020-11-24 14:07:13.729571"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:13.732761"], ["updated_at", "2020-11-24 14:07:13.732761"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 22], ["decimal", 1.36283390287134], ["string", "Sunt expedita et aut."], ["date", "2020-11-20"], ["time", "2000-01-01 05:14:52.635343"], ["datetime", "2020-12-29 11:05:49.427745"], ["created_at", "2020-11-24 14:07:13.766098"], ["updated_at", "2020-11-24 14:07:13.766098"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 6.22111052135389], ["string", "Quibusdam qui odio."], ["date", "2020-12-18"], ["time", "2000-01-01 20:31:44.023712"], ["datetime", "2020-11-26 09:28:51.359808"], ["created_at", "2020-11-24 14:07:13.769474"], ["updated_at", "2020-11-24 14:07:13.769474"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 30.3191586936815], ["string", "Repudiandae pariatur sunt."], ["date", "2020-11-09"], ["time", "2000-01-01 18:46:04.634285"], ["datetime", "2021-01-03 14:37:03.415805"], ["created_at", "2020-11-24 14:07:13.773424"], ["updated_at", "2020-11-24 14:07:13.773424"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 26], ["decimal", 5.80645820650157], ["string", "Doloribus voluptatem adipisci qui."], ["date", "2020-12-29"], ["time", "2000-01-01 00:07:36.150959"], ["datetime", "2020-11-09 08:37:06.976653"], ["created_at", "2020-11-24 14:07:13.777563"], ["updated_at", "2020-11-24 14:07:13.777563"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 5.24617835713393], ["string", "Illum sed voluptatem ratione deleniti."], ["date", "2020-11-13"], ["time", "2000-01-01 02:51:58.207544"], ["datetime", "2020-12-19 08:31:35.490913"], ["created_at", "2020-11-24 14:07:13.781044"], ["updated_at", "2020-11-24 14:07:13.781044"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 27], ["decimal", 13.0393892386093], ["string", "Nemo aut aut."], ["date", "2020-10-19"], ["time", "2000-01-01 19:55:50.787332"], ["datetime", "2020-10-30 10:58:39.792694"], ["created_at", "2020-11-24 14:07:13.784201"], ["updated_at", "2020-11-24 14:07:13.784201"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 26.8084915007297], ["string", "Cupiditate sunt voluptas."], ["date", "2020-12-08"], ["time", "2000-01-01 14:16:13.320850"], ["datetime", "2020-11-07 01:17:04.284222"], ["created_at", "2020-11-24 14:07:13.788000"], ["updated_at", "2020-11-24 14:07:13.788000"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 24], ["decimal", 2.93301331219577], ["string", "Similique quo adipisci libero unde ex."], ["date", "2020-12-04"], ["time", "2000-01-01 09:02:14.096579"], ["datetime", "2020-11-12 05:55:30.923361"], ["created_at", "2020-11-24 14:07:13.792134"], ["updated_at", "2020-11-24 14:07:13.792134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:07:14.112863"], ["updated_at", "2020-11-24 14:07:14.112863"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:07:14.114431"], ["updated_at", "2020-11-24 14:07:14.114431"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:07:14.115956"], ["updated_at", "2020-11-24 14:07:14.115956"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:07:14.117178"], ["updated_at", "2020-11-24 14:07:14.117178"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:07:14.118391"], ["updated_at", "2020-11-24 14:07:14.118391"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:07:14.119578"], ["updated_at", "2020-11-24 14:07:14.119578"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:07:14.120757"], ["updated_at", "2020-11-24 14:07:14.120757"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:07:14.121914"], ["updated_at", "2020-11-24 14:07:14.121914"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 14:07:14.136222"], ["updated_at", "2020-11-24 14:07:14.136222"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 14:07:14.137606"], ["updated_at", "2020-11-24 14:07:14.137606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 14:07:14.138838"], ["updated_at", "2020-11-24 14:07:14.138838"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 14:07:14.140181"], ["updated_at", "2020-11-24 14:07:14.140181"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 14:07:14.141645"], ["updated_at", "2020-11-24 14:07:14.141645"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 14:07:14.142951"], ["updated_at", "2020-11-24 14:07:14.142951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 14:07:14.144228"], ["updated_at", "2020-11-24 14:07:14.144228"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 14:07:14.145586"], ["updated_at", "2020-11-24 14:07:14.145586"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:14.146377"], ["updated_at", "2020-11-24 14:07:14.146377"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:14.147112"], ["updated_at", "2020-11-24 14:07:14.147112"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:14.147970"], ["updated_at", "2020-11-24 14:07:14.147970"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:14.148775"], ["updated_at", "2020-11-24 14:07:14.148775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:14.149519"], ["updated_at", "2020-11-24 14:07:14.149519"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:14.150187"], ["updated_at", "2020-11-24 14:07:14.150187"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:14.150977"], ["updated_at", "2020-11-24 14:07:14.150977"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:14.151728"], ["updated_at", "2020-11-24 14:07:14.151728"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:14.153082"], ["updated_at", "2020-11-24 14:07:14.153082"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:14.154345"], ["updated_at", "2020-11-24 14:07:14.154345"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:14.155483"], ["updated_at", "2020-11-24 14:07:14.155483"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:14.156673"], ["updated_at", "2020-11-24 14:07:14.156673"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:14.157857"], ["updated_at", "2020-11-24 14:07:14.157857"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:14.158990"], ["updated_at", "2020-11-24 14:07:14.158990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:14.160128"], ["updated_at", "2020-11-24 14:07:14.160128"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:14.161374"], ["updated_at", "2020-11-24 14:07:14.161374"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 922 77518 Aufderhar Prairie, North Noahview, LA 30888-3429"], ["city", "Alisatown"], ["country", "Saudi Arabia"], ["description", "Et iste eum. Rerum illo excepturi. Sit ducimus nihil. Dolorem et provident. Alias dolor ea."], ["email", "divina_oberbrunner@example.name"], ["first_name", "Johnny"], ["firstname", "Carl"], ["last_name", "Beer"], ["lastname", "Gislason"], ["lat", "-77.366399340221"], ["latitute", "-8.420284241449039"], ["lng", "-26.56876458009083"], ["locale", "GB"], ["longitude", "-86.81719106763484"], ["middlename", "Stoltenberg"], ["middle_name", "Mueller"], ["password", "QbRmKpC7c1Mx0Jv"], ["phone", "486.822.7412 x157"], ["phone_number", "(477) 758-2904 x61724"], ["reference", "b0cf64e7-1600-4ba0-86a8-a80f51418a71"], ["title", "Ut earum aut sed fugiat minus."], ["user_name", "deandre.wilderman"], ["username", "dalia"], ["uuid", "c770be9c-dbef-418c-8800-bd635ed4d9b9"], ["created_at", "2020-11-24 14:07:14.183288"], ["updated_at", "2020-11-24 14:07:14.183288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "47883 Cortney Springs, South Randalhaven, MS 35459"], ["city", "East Penniton"], ["country", "Venezuela"], ["description", "Et et velit. Accusamus aperiam illum."], ["email", "michaele_streich@example.org"], ["first_name", "Lottie"], ["firstname", "Jacquelyn"], ["last_name", "Price"], ["lastname", "Luettgen"], ["lat", "-10.487481628865481"], ["latitute", "19.386611903319775"], ["lng", "-163.9464529364174"], ["locale", "PR"], ["longitude", "84.27877694031258"], ["middlename", "Langosh"], ["middle_name", "Lind"], ["password", "OrY3wUvPt0P4e5I"], ["phone", "134-954-5461 x99577"], ["phone_number", "557-257-0298"], ["reference", "4cb98358-9711-4890-a994-8f9efa793e31"], ["title", "Quaerat corrupti quia atque aut molestias."], ["user_name", "pat_kunze"], ["username", "vito"], ["uuid", "66524be4-f24f-4364-a309-a135d621e471"], ["created_at", "2020-11-24 14:07:14.205593"], ["updated_at", "2020-11-24 14:07:14.205593"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 770 9739 Prosacco Underpass, West Juliohaven, NM 81015"], ["city", "Gabrielstad"], ["country", "Senegal"], ["description", "Ipsa ab et. Autem voluptas perspiciatis. Qui laudantium facilis."], ["email", "alanna_swaniawski@example.net"], ["first_name", "Larraine"], ["firstname", "Neil"], ["last_name", "Graham"], ["lastname", "Stanton"], ["lat", "-46.766955503548985"], ["latitute", "-54.050188913057674"], ["lng", "-20.92631007267113"], ["locale", "TR"], ["longitude", "-124.47008075589957"], ["middlename", "Rice"], ["middle_name", "Balistreri"], ["password", "G6b22Ci2"], ["phone", "590.260.2267 x145"], ["phone_number", "1-439-657-2928 x2091"], ["reference", "5fcbce69-fc7f-463a-a1b5-45eaf8885fd4"], ["title", "Rerum sed possimus voluptatum."], ["user_name", "winter"], ["username", "jannet"], ["uuid", "a408b8e4-611d-40bd-ace0-e27276586eff"], ["created_at", "2020-11-24 14:07:14.228067"], ["updated_at", "2020-11-24 14:07:14.228067"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "627 Douglas Points, South Lawrence, KY 72355"], ["city", "Port Cortney"], ["country", "Benin"], ["description", "Accusantium eveniet non. Distinctio nihil assumenda."], ["email", "jacques@example.io"], ["first_name", "Antoine"], ["firstname", "Thao"], ["last_name", "Batz"], ["lastname", "Will"], ["lat", "76.30336678170724"], ["latitute", "-9.810594272156777"], ["lng", "-74.82870948300423"], ["locale", "AR"], ["longitude", "-170.9546048400925"], ["middlename", "Daugherty"], ["middle_name", "Larkin"], ["password", "Nc6HcFpGy"], ["phone", "609.958.3985 x873"], ["phone_number", "(622) 323-5618 x276"], ["reference", "981d4113-a9a4-403e-9f88-5b819dbbf8cf"], ["title", "Est veniam veritatis reiciendis enim quis."], ["user_name", "willard_altenwerth"], ["username", "jeremy_gottlieb"], ["uuid", "462a75f0-4887-4f67-81af-23470d7a9125"], ["created_at", "2020-11-24 14:07:14.258793"], ["updated_at", "2020-11-24 14:07:14.258793"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "118 Balistreri Lakes, Eugeniochester, MO 16588-1298"], ["city", "Port Macland"], ["country", "Guatemala"], ["description", "Placeat eum autem. Adipisci libero soluta. Et impedit possimus. Ut eos eius."], ["email", "virgilio_bechtelar@example.net"], ["first_name", "Eddy"], ["firstname", "Fermin"], ["last_name", "Stamm"], ["lastname", "Miller"], ["lat", "10.624587908589561"], ["latitute", "87.50022710993963"], ["lng", "14.718196183044114"], ["locale", "YT"], ["longitude", "157.0770275322867"], ["middlename", "Shields"], ["middle_name", "Schamberger"], ["password", "0AkVmSzH"], ["phone", "1-627-499-6561 x18992"], ["phone_number", "1-188-817-7751"], ["reference", "fc9961b4-6285-4b5b-bc85-606db68f17fc"], ["title", "Dolorem et eaque enim."], ["user_name", "elvira_lueilwitz"], ["username", "maryjane"], ["uuid", "cffcc009-0e9b-4ca0-a3fe-f4f729fd1526"], ["created_at", "2020-11-24 14:07:14.285193"], ["updated_at", "2020-11-24 14:07:14.285193"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 343 9574 Mauricio Cape, East Maurine, AZ 32150-2856"], ["city", "New Fosterton"], ["country", "Belize"], ["description", "Aut est consequatur. Eum est qui. Et nihil qui. Et harum illum. Vel atque ratione."], ["email", "otto.bahringer@example.co"], ["first_name", "Vonda"], ["firstname", "Cher"], ["last_name", "Kirlin"], ["lastname", "Gleichner"], ["lat", "11.573423248871421"], ["latitute", "-23.336216269595567"], ["lng", "-57.835577486372316"], ["locale", "ID"], ["longitude", "28.974676688002802"], ["middlename", "Bayer"], ["middle_name", "Gottlieb"], ["password", "MgHr3UaF3w"], ["phone", "956.720.9501 x02803"], ["phone_number", "635.736.8934 x0836"], ["reference", "9012edf4-65de-463a-a9fa-dd6cf8f20663"], ["title", "Deleniti facere non autem."], ["user_name", "rocio_wehner"], ["username", "frank_rohan"], ["uuid", "104cb852-bfcb-433a-a2b0-451bca96f04f"], ["created_at", "2020-11-24 14:07:14.307839"], ["updated_at", "2020-11-24 14:07:14.307839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 406 14590 Doretha Radial, Lake Kenethberg, ND 60784"], ["city", "New Dylanview"], ["country", "Netherlands Antilles"], ["description", "Dolores nam in. Aut autem dolores."], ["email", "thomas@example.co"], ["first_name", "Jeremy"], ["firstname", "Herbert"], ["last_name", "Olson"], ["lastname", "Nitzsche"], ["lat", "85.1741037398044"], ["latitute", "-52.44992254434807"], ["lng", "-70.37112753358524"], ["locale", "BL"], ["longitude", "-10.364834680914129"], ["middlename", "Runte"], ["middle_name", "Lebsack"], ["password", "A0fGt4EuC"], ["phone", "(688) 815-2311 x8339"], ["phone_number", "1-501-499-5219 x0508"], ["reference", "884804e5-0804-423a-b26f-d37b92bdc17f"], ["title", "Natus laborum temporibus."], ["user_name", "rosalie_padberg"], ["username", "michelina.oberbrunner"], ["uuid", "ca18ddc1-0a38-490f-b482-b5fcd226b44d"], ["created_at", "2020-11-24 14:07:14.330200"], ["updated_at", "2020-11-24 14:07:14.330200"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "46755 Bernardo Rest, Lake Michel, VA 80916-0321"], ["city", "Bayerville"], ["country", "Reunion"], ["description", "Provident aut assumenda. Vitae magni libero. Maiores sint velit. Aut et modi."], ["email", "antwan_turner@example.name"], ["first_name", "Carmelia"], ["firstname", "Sebrina"], ["last_name", "Barrows"], ["lastname", "Collier"], ["lat", "-21.32397722919869"], ["latitute", "-88.64810602928722"], ["lng", "148.77154219888013"], ["locale", "VG"], ["longitude", "161.20837764951403"], ["middlename", "Haag"], ["middle_name", "Runolfsson"], ["password", "ZhStSfIxR"], ["phone", "1-338-962-0734 x8626"], ["phone_number", "1-891-734-7290 x18199"], ["reference", "5b69ea69-4d63-4906-a3ec-def66c0815d6"], ["title", "Beatae iste velit necessitatibus."], ["user_name", "lara_koss"], ["username", "helen"], ["uuid", "43cc70cc-0f78-4cfd-bc89-7cc53c4ae850"], ["created_at", "2020-11-24 14:07:14.352387"], ["updated_at", "2020-11-24 14:07:14.352387"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:07:14.354375"], ["updated_at", "2020-11-24 14:07:14.354375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:07:14.355586"], ["updated_at", "2020-11-24 14:07:14.355586"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:07:14.356702"], ["updated_at", "2020-11-24 14:07:14.356702"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:07:14.357817"], ["updated_at", "2020-11-24 14:07:14.357817"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:07:14.358945"], ["updated_at", "2020-11-24 14:07:14.358945"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:07:14.360097"], ["updated_at", "2020-11-24 14:07:14.360097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:07:14.361252"], ["updated_at", "2020-11-24 14:07:14.361252"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:07:14.362475"], ["updated_at", "2020-11-24 14:07:14.362475"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:14.379387"], ["updated_at", "2020-11-24 14:07:14.379387"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:14.380358"], ["updated_at", "2020-11-24 14:07:14.380358"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:14.381222"], ["updated_at", "2020-11-24 14:07:14.381222"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:14.381947"], ["updated_at", "2020-11-24 14:07:14.381947"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:14.382578"], ["updated_at", "2020-11-24 14:07:14.382578"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:14.383204"], ["updated_at", "2020-11-24 14:07:14.383204"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:14.383816"], ["updated_at", "2020-11-24 14:07:14.383816"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:14.384446"], ["updated_at", "2020-11-24 14:07:14.384446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:14.385117"], ["updated_at", "2020-11-24 14:07:14.385117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:14.385789"], ["updated_at", "2020-11-24 14:07:14.385789"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:14.386449"], ["updated_at", "2020-11-24 14:07:14.386449"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:14.387075"], ["updated_at", "2020-11-24 14:07:14.387075"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:14.387695"], ["updated_at", "2020-11-24 14:07:14.387695"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:14.388327"], ["updated_at", "2020-11-24 14:07:14.388327"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:14.388938"], ["updated_at", "2020-11-24 14:07:14.388938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:14.389551"], ["updated_at", "2020-11-24 14:07:14.389551"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.6ms) SELECT sqlite_version(*)  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT sqlite_version(*)  (0.1ms) DROP TABLE IF EXISTS "alfas"  (11.9ms) CREATE TABLE "alfas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean" boolean, "integer" integer, "decimal" decimal, "string" varchar, "date" date, "time" time, "datetime" datetime, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.2ms) DROP TABLE IF EXISTS "bravos"  (2.2ms) CREATE TABLE "bravos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean" boolean DEFAULT 0 NOT NULL, "integer" integer NOT NULL, "decimal" decimal NOT NULL, "string" varchar NOT NULL, "unique" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "charlies"  (2.1ms) CREATE TABLE "charlies" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (2.5ms) CREATE INDEX "index_charlies_on_alfa_id" ON "charlies" ("alfa_id")  (0.1ms) DROP TABLE IF EXISTS "deltas"  (1.8ms) CREATE TABLE "deltas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (2.1ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (2.6ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.1ms) DROP TABLE IF EXISTS "echos"  (2.1ms) CREATE TABLE "echos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "echoable_type" varchar, "echoable_id" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.8ms) CREATE INDEX "index_echos_on_echoable_type_and_echoable_id" ON "echos" ("echoable_type", "echoable_id")  (0.1ms) DROP TABLE IF EXISTS "foxtrots"  (1.8ms) CREATE TABLE "foxtrots" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "hotels"  (1.8ms) CREATE TABLE "hotels" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer)  (1.7ms) CREATE INDEX "index_hotels_on_india_id" ON "hotels" ("india_id")  (0.1ms) DROP TABLE IF EXISTS "indias"  (1.7ms) CREATE TABLE "indias" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.6ms) CREATE INDEX "index_indias_on_hotel_id" ON "indias" ("hotel_id")  (0.1ms) DROP TABLE IF EXISTS "julietts"  (1.7ms) CREATE TABLE "julietts" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "alfa_id" integer NOT NULL, "string" varchar, "integer" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.7ms) CREATE INDEX "index_julietts_on_alfa_id" ON "julietts" ("alfa_id")  (0.1ms) DROP TABLE IF EXISTS "kilos"  (1.7ms) CREATE TABLE "kilos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "encrypted_password" varchar, "reset_password_token" varchar, "reset_password_sent_at" varchar, "remember_created_at" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "limas"  (1.6ms) CREATE TABLE "limas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "address" varchar, "city" varchar, "country" varchar, "description" varchar, "email" varchar, "first_name" varchar, "firstname" varchar, "last_name" varchar, "lastname" varchar, "lat" varchar, "latitute" varchar, "lng" varchar, "locale" varchar, "longitude" varchar, "middlename" varchar, "middle_name" varchar, "password" varchar, "phone" varchar, "phone_number" varchar, "reference" varchar, "title" varchar, "user_name" varchar, "username" varchar, "uuid" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "acharlies" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_acharlies_on_alfa_id" ON "acharlies" ("alfa_id")  (0.0ms) INSERT INTO "acharlies" ("id","alfa_id","created_at","updated_at") SELECT "id","alfa_id","created_at","updated_at" FROM "charlies"  (0.1ms) DROP TABLE "charlies"  (0.1ms) CREATE TABLE "charlies" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_c22432acee" FOREIGN KEY ("alfa_id") REFERENCES "alfas" ("id") )  (0.1ms) CREATE INDEX "index_charlies_on_alfa_id" ON "charlies" ("alfa_id")  (0.0ms) INSERT INTO "charlies" ("id","alfa_id","created_at","updated_at") SELECT "id","alfa_id","created_at","updated_at" FROM "acharlies"  (0.1ms) DROP TABLE "acharlies"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "adeltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_adeltas_on_zed_id" ON "adeltas" ("zed_id")  (0.1ms) CREATE INDEX "tindex_adeltas_on_bravo_id" ON "adeltas" ("bravo_id")  (0.1ms) INSERT INTO "adeltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "deltas"  (0.2ms) DROP TABLE "deltas"  (0.1ms) CREATE TABLE "deltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_aa131d729d" FOREIGN KEY ("bravo_id") REFERENCES "bravos" ("id") )  (0.1ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (0.1ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.1ms) INSERT INTO "deltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "adeltas"  (0.1ms) DROP TABLE "adeltas"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.6ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.7ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "adeltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_adeltas_on_zed_id" ON "adeltas" ("zed_id")  (0.1ms) CREATE INDEX "tindex_adeltas_on_bravo_id" ON "adeltas" ("bravo_id")  (0.0ms) INSERT INTO "adeltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "deltas"  (0.1ms) DROP TABLE "deltas"  (0.1ms) CREATE TABLE "deltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_aa131d729d" FOREIGN KEY ("bravo_id") REFERENCES "bravos" ("id") , CONSTRAINT "fk_rails_afc1a9c87d" FOREIGN KEY ("zed_id") REFERENCES "charlies" ("id") )  (0.1ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (0.1ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.1ms) INSERT INTO "deltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "adeltas"  (0.1ms) DROP TABLE "adeltas"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "ahotels" ("id" integer NOT NULL PRIMARY KEY, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer DEFAULT NULL)  (0.1ms) CREATE INDEX "tindex_ahotels_on_india_id" ON "ahotels" ("india_id")  (0.0ms) INSERT INTO "ahotels" ("id","created_at","updated_at","india_id") SELECT "id","created_at","updated_at","india_id" FROM "hotels"  (0.2ms) DROP TABLE "hotels"  (0.1ms) CREATE TABLE "hotels" ("id" integer NOT NULL PRIMARY KEY, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer DEFAULT NULL, CONSTRAINT "fk_rails_2d98147578" FOREIGN KEY ("india_id") REFERENCES "indias" ("id") )  (0.1ms) CREATE INDEX "index_hotels_on_india_id" ON "hotels" ("india_id")  (0.1ms) INSERT INTO "hotels" ("id","created_at","updated_at","india_id") SELECT "id","created_at","updated_at","india_id" FROM "ahotels"  (0.1ms) DROP TABLE "ahotels"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "aindias" ("id" integer NOT NULL PRIMARY KEY, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_aindias_on_hotel_id" ON "aindias" ("hotel_id")  (0.0ms) INSERT INTO "aindias" ("id","hotel_id","created_at","updated_at") SELECT "id","hotel_id","created_at","updated_at" FROM "indias"  (0.2ms) DROP TABLE "indias"  (0.1ms) CREATE TABLE "indias" ("id" integer NOT NULL PRIMARY KEY, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_304a9d92d0" FOREIGN KEY ("hotel_id") REFERENCES "hotels" ("id") )  (0.1ms) CREATE INDEX "index_indias_on_hotel_id" ON "indias" ("hotel_id")  (0.1ms) INSERT INTO "indias" ("id","hotel_id","created_at","updated_at") SELECT "id","hotel_id","created_at","updated_at" FROM "aindias"  (0.1ms) DROP TABLE "aindias"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "ajulietts" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "string" varchar DEFAULT NULL, "integer" integer DEFAULT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.8ms) CREATE INDEX "tindex_ajulietts_on_alfa_id" ON "ajulietts" ("alfa_id")  (0.1ms) INSERT INTO "ajulietts" ("id","alfa_id","string","integer","created_at","updated_at") SELECT "id","alfa_id","string","integer","created_at","updated_at" FROM "julietts"  (0.2ms) DROP TABLE "julietts"  (0.1ms) CREATE TABLE "julietts" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "string" varchar DEFAULT NULL, "integer" integer DEFAULT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_996fd14f94" FOREIGN KEY ("alfa_id") REFERENCES "alfas" ("id") )  (0.1ms) CREATE INDEX "index_julietts_on_alfa_id" ON "julietts" ("alfa_id")  (0.1ms) INSERT INTO "julietts" ("id","alfa_id","string","integer","created_at","updated_at") SELECT "id","alfa_id","string","integer","created_at","updated_at" FROM "ajulietts"  (0.1ms) DROP TABLE "ajulietts"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.4ms) commit transaction  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES (20200923100338)  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES (20200923100317), (20200923100328), (20200923100329), (20200923100330), (20200923100331), (20200923100332), (20200923100334), (20200923100335), (20200923100336), (20200923100337);   (1.8ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2020-11-24 14:07:41.685277"], ["updated_at", "2020-11-24 14:07:41.685277"]]  (1.4ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ActiveRecord::InternalMetadata Load (0.0ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "schema_sha1"], ["LIMIT", 1]]  (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "schema_sha1"], ["value", "73cc72f9c410677dc7cc0aed91dfe3971ee98fc5"], ["created_at", "2020-11-24 14:07:41.689359"], ["updated_at", "2020-11-24 14:07:41.689359"]]  (1.4ms) commit transaction  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.7ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.8ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 13.465541011668], ["string", "Est ut non officia incidunt voluptatibus."], ["unique", 3], ["created_at", "2020-11-24 14:07:42.912769"], ["updated_at", "2020-11-24 14:07:42.912769"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 2.34300227006899], ["string", "Sed suscipit alias aut."], ["unique", 2], ["created_at", "2020-11-24 14:07:42.915906"], ["updated_at", "2020-11-24 14:07:42.915906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1030], ["decimal", 8.72431541872471], ["string", "Ipsum nihil molestias."], ["unique", 10], ["created_at", "2020-11-24 14:07:42.918279"], ["updated_at", "2020-11-24 14:07:42.918279"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1026], ["decimal", 16.5830466203128], ["string", "Veniam maiores officia."], ["unique", 8], ["created_at", "2020-11-24 14:07:42.920430"], ["updated_at", "2020-11-24 14:07:42.920430"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 8.32831032340084], ["string", "Harum aspernatur itaque et impedit."], ["unique", 4], ["created_at", "2020-11-24 14:07:42.922540"], ["updated_at", "2020-11-24 14:07:42.922540"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 2.0291503627513], ["string", "Asperiores quo suscipit accusamus pariatur."], ["unique", 7], ["created_at", "2020-11-24 14:07:42.924725"], ["updated_at", "2020-11-24 14:07:42.924725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 0.506501618790134], ["string", "Doloribus voluptates sunt optio aut."], ["unique", 9], ["created_at", "2020-11-24 14:07:42.926989"], ["updated_at", "2020-11-24 14:07:42.926989"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1021], ["decimal", 2.38946594501983], ["string", "Velit accusantium nostrum nobis est omnis."], ["unique", 6], ["created_at", "2020-11-24 14:07:42.929184"], ["updated_at", "2020-11-24 14:07:42.929184"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 3.76736917826222], ["string", "Libero animi qui voluptas dolor occaecati."], ["unique", 1], ["created_at", "2020-11-24 14:07:42.931339"], ["updated_at", "2020-11-24 14:07:42.931339"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 17.0925552600092], ["string", "Sunt nisi qui."], ["unique", 5], ["created_at", "2020-11-24 14:07:42.933589"], ["updated_at", "2020-11-24 14:07:42.933589"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.3ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "5397 Jamaal Gardens, Nickolasview, OH 81283"], ["city", "Robelfurt"], ["country", "Northern Mariana Islands"], ["description", "Nihil et dolor. Et quidem aut. Aut non sit. Aspernatur eos quas."], ["email", "kizzie_wilderman@example.name"], ["first_name", "Li"], ["firstname", "Carman"], ["last_name", "Gusikowski"], ["lastname", "Fisher"], ["lat", "-61.62326550519232"], ["latitute", "-61.78063559617187"], ["lng", "-158.29072338654805"], ["locale", "RW"], ["longitude", "73.17296125346411"], ["middlename", "Hayes"], ["middle_name", "Ortiz"], ["password", "5Ai4ZmRjH0aZnKyF"], ["phone", "800-252-8869 x676"], ["phone_number", "374-418-3701"], ["reference", "c85c3970-884f-4b73-b889-35d18bedb1d8"], ["title", "Quia illo reprehenderit repellendus."], ["user_name", "herschel.kiehn"], ["username", "alvaro.homenick"], ["uuid", "01133e03-1aff-463e-af0c-8706b53e1ac9"], ["created_at", "2020-11-24 14:07:43.389946"], ["updated_at", "2020-11-24 14:07:43.389946"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7699 Dach Islands, North Barneyhaven, VA 04623"], ["city", "West Rolandhaven"], ["country", "Luxembourg"], ["description", "Repellat nam velit. Animi neque dignissimos. Nam non est. Quam consectetur et."], ["email", "moises.abbott@example.io"], ["first_name", "Veta"], ["firstname", "Elba"], ["last_name", "Dickinson"], ["lastname", "Fadel"], ["lat", "-72.71693591637705"], ["latitute", "-53.56777602089983"], ["lng", "-112.85049213130284"], ["locale", "PY"], ["longitude", "94.47867497910352"], ["middlename", "Wolf"], ["middle_name", "Greenfelder"], ["password", "P2aM09jNn4BeDoZ"], ["phone", "1-300-969-2605"], ["phone_number", "(354) 475-2416 x84598"], ["reference", "acdc4ec2-50a3-4a2a-ae12-b338ebe39bc9"], ["title", "Quis sed et rerum ut."], ["user_name", "joy"], ["username", "nathan"], ["uuid", "a39114e8-d4f9-43af-94cc-d683f6e298de"], ["created_at", "2020-11-24 14:07:43.420891"], ["updated_at", "2020-11-24 14:07:43.420891"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "14052 Kunze Track, Harrisshire, CA 50485"], ["city", "South Delenafort"], ["country", "Vanuatu"], ["description", "Explicabo et dolor. Assumenda fugit inventore."], ["email", "allan@example.org"], ["first_name", "Tierra"], ["firstname", "Maggie"], ["last_name", "Muller"], ["lastname", "Schmidt"], ["lat", "-88.23065136255022"], ["latitute", "12.696934047758958"], ["lng", "113.69676853255083"], ["locale", "SO"], ["longitude", "5.842645530822381"], ["middlename", "McLaughlin"], ["middle_name", "Johnston"], ["password", "3Uz586TvBbJ8z9"], ["phone", "(979) 529-5098"], ["phone_number", "1-310-452-8147 x02723"], ["reference", "d98e1390-a6c5-46c5-86af-3cca3174d978"], ["title", "Quas vitae incidunt qui explicabo."], ["user_name", "christeen"], ["username", "chana.feest"], ["uuid", "d2c0001f-2835-43c9-b8bf-a7f364a12470"], ["created_at", "2020-11-24 14:07:43.456814"], ["updated_at", "2020-11-24 14:07:43.456814"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 830 627 Denesik Row, Krajcikmouth, WY 29312"], ["city", "Kymberlyfort"], ["country", "Lesotho"], ["description", "Autem quidem aut. Officia accusamus aspernatur. Eum voluptatem ipsum. Inventore laboriosam corrupti. Et qui quia."], ["email", "romeo@example.biz"], ["first_name", "Raymond"], ["firstname", "Myron"], ["last_name", "Halvorson"], ["lastname", "Williamson"], ["lat", "38.14923108177385"], ["latitute", "6.650740853517647"], ["lng", "28.917161263676803"], ["locale", "AO"], ["longitude", "-90.24705277798888"], ["middlename", "Jerde"], ["middle_name", "Dickinson"], ["password", "QtOdB617vW"], ["phone", "1-199-535-9243"], ["phone_number", "(222) 652-7352 x19305"], ["reference", "db00ed75-25eb-46fb-be3e-dc3f28884b0b"], ["title", "Eaque blanditiis temporibus quo."], ["user_name", "floy"], ["username", "lesley.schamberger"], ["uuid", "ef129fd1-65e7-4821-a2a1-2385eb42fffe"], ["created_at", "2020-11-24 14:07:43.480992"], ["updated_at", "2020-11-24 14:07:43.480992"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "266 Farrell Bypass, Port Patriciaton, OK 83682"], ["city", "Carterview"], ["country", "Greenland"], ["description", "Ut facilis cupiditate. Maxime ut reprehenderit. Voluptas provident omnis. Sed quo et."], ["email", "ching@example.co"], ["first_name", "Dennis"], ["firstname", "Frederic"], ["last_name", "Watsica"], ["lastname", "Krajcik"], ["lat", "-82.55717069696017"], ["latitute", "26.05561625101238"], ["lng", "22.135237938050068"], ["locale", "BO"], ["longitude", "-20.62692467138868"], ["middlename", "Halvorson"], ["middle_name", "Monahan"], ["password", "4R1lJ5oMy419C4m"], ["phone", "(549) 744-6358 x0549"], ["phone_number", "1-805-653-3377 x432"], ["reference", "3eda3ac2-513e-4abc-9e42-b9771ab15126"], ["title", "Aliquam et quo labore."], ["user_name", "armand.friesen"], ["username", "niki_reynolds"], ["uuid", "55a73625-edd6-40c9-b035-e001f2e50e87"], ["created_at", "2020-11-24 14:07:43.502837"], ["updated_at", "2020-11-24 14:07:43.502837"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "99989 Spinka Valleys, South Eltontown, MO 15108-9090"], ["city", "South Shandi"], ["country", "Bouvet Island (Bouvetoya)"], ["description", "Natus architecto aut. Laudantium quam amet."], ["email", "jinny_braun@example.info"], ["first_name", "Edmund"], ["firstname", "Micah"], ["last_name", "Hills"], ["lastname", "Stiedemann"], ["lat", "-11.398515330711234"], ["latitute", "-46.18814955912915"], ["lng", "-136.70888438943345"], ["locale", "FJ"], ["longitude", "-72.78388174995804"], ["middlename", "Champlin"], ["middle_name", "Kozey"], ["password", "AoItA898rHl18Wv"], ["phone", "293-584-7698 x996"], ["phone_number", "647.471.8834 x10904"], ["reference", "4ffb2ea5-0172-4808-8a1e-0054f301ca8a"], ["title", "Nihil ut quisquam culpa eius voluptates."], ["user_name", "louann_turner"], ["username", "eloise_langosh"], ["uuid", "7c8af5e7-e5cf-43b9-847e-97bd3d3cbf0b"], ["created_at", "2020-11-24 14:07:43.524492"], ["updated_at", "2020-11-24 14:07:43.524492"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 391 745 Abraham Forges, Rudyside, HI 06981-7710"], ["city", "West Felipe"], ["country", "Rwanda"], ["description", "Enim necessitatibus enim. Itaque reprehenderit qui. Temporibus quo quis."], ["email", "vanesa@example.co"], ["first_name", "Lowell"], ["firstname", "Warren"], ["last_name", "Buckridge"], ["lastname", "Marquardt"], ["lat", "29.064032467904283"], ["latitute", "-56.07132363595556"], ["lng", "9.744005717208381"], ["locale", "LU"], ["longitude", "124.1387937014972"], ["middlename", "Kessler"], ["middle_name", "Beier"], ["password", "SqJuJ3gSqEtOnMw1"], ["phone", "918-801-5968 x64951"], ["phone_number", "966-349-3538 x425"], ["reference", "29d4c054-17c2-4701-821e-6bae91272ceb"], ["title", "Veniam nostrum necessitatibus."], ["user_name", "leonel_adams"], ["username", "mercy.bauch"], ["uuid", "7aa1b323-62e8-4844-b8c6-c5db3b249b67"], ["created_at", "2020-11-24 14:07:43.546131"], ["updated_at", "2020-11-24 14:07:43.546131"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "991 Cleveland Place, Stephenville, ND 22335-8378"], ["city", "Tomasafurt"], ["country", "Denmark"], ["description", "Dolore odio dolorum. Velit qui at."], ["email", "kayce@example.biz"], ["first_name", "Salvatore"], ["firstname", "Colby"], ["last_name", "Crooks"], ["lastname", "McLaughlin"], ["lat", "23.18871910288415"], ["latitute", "76.26835002804569"], ["lng", "-151.8351404578193"], ["locale", "AW"], ["longitude", "-124.09559213795774"], ["middlename", "Johnson"], ["middle_name", "Rath"], ["password", "Aj83TvFw"], ["phone", "1-140-106-6777 x2113"], ["phone_number", "787.166.5785 x418"], ["reference", "84abd1a1-c6a3-49d1-9a9e-ac6ee64d7e0b"], ["title", "Quia quo corrupti et architecto."], ["user_name", "king.tillman"], ["username", "lyndia.yundt"], ["uuid", "eb1a6876-4cbd-4971-b5f9-b8fe3b220cf7"], ["created_at", "2020-11-24 14:07:43.567443"], ["updated_at", "2020-11-24 14:07:43.567443"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 190 4566 Jast Prairie, Ingridhaven, UT 05318"], ["city", "Sheltonshire"], ["country", "Uganda"], ["description", "In quaerat quisquam. Tempora aut est. Et nostrum non."], ["email", "tiera@example.name"], ["first_name", "Hosea"], ["firstname", "Elmo"], ["last_name", "Nienow"], ["lastname", "Bayer"], ["lat", "7.094828770186723"], ["latitute", "18.000352685371766"], ["lng", "31.237142187484636"], ["locale", "PT"], ["longitude", "-23.844352444419314"], ["middlename", "Fay"], ["middle_name", "Pollich"], ["password", "GeXuM9jBnYc"], ["phone", "1-130-191-0324 x3769"], ["phone_number", "571.318.9290"], ["reference", "f76e6bf6-dfa2-45bf-b404-11ebfb72fdeb"], ["title", "In voluptatem rerum maiores."], ["user_name", "carlos"], ["username", "ross"], ["uuid", "4df09afb-c102-4011-9f6f-68176f957e96"], ["created_at", "2020-11-24 14:07:43.588828"], ["updated_at", "2020-11-24 14:07:43.588828"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "832 Shawn Square, Lake Mosheton, WI 22657"], ["city", "South Dongchester"], ["country", "Mauritania"], ["description", "Adipisci amet molestiae. Ad deleniti amet. Consequatur itaque tempore. Sed accusantium quos. Beatae quia commodi."], ["email", "yajaira.medhurst@example.io"], ["first_name", "Robert"], ["firstname", "Russell"], ["last_name", "Cartwright"], ["lastname", "Wolf"], ["lat", "-7.109647257128131"], ["latitute", "-67.37883074992396"], ["lng", "5.127745881584076"], ["locale", "ML"], ["longitude", "92.15140719678169"], ["middlename", "Kling"], ["middle_name", "Gerlach"], ["password", "LgPjJcX95cTlIr"], ["phone", "322.760.2984 x91846"], ["phone_number", "1-565-902-5997 x253"], ["reference", "8d68e750-0d1f-489d-8943-99ad4d46ab92"], ["title", "Totam nihil quam consectetur qui."], ["user_name", "arlen"], ["username", "francisca.adams"], ["uuid", "bfeadf61-4fc0-4745-80b4-2074c993e26e"], ["created_at", "2020-11-24 14:07:43.621029"], ["updated_at", "2020-11-24 14:07:43.621029"]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 19.9847413032877], ["string", "Dolorem tenetur doloremque eum asperiores."], ["date", "2020-11-02"], ["time", "2000-01-01 00:12:25.514257"], ["datetime", "2020-11-19 17:28:03.746045"], ["created_at", "2020-11-24 14:07:43.651707"], ["updated_at", "2020-11-24 14:07:43.651707"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:07:43.700373"], ["updated_at", "2020-11-24 14:07:43.700373"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 14:07:43.710628"], ["updated_at", "2020-11-24 14:07:43.710628"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:43.716224"], ["updated_at", "2020-11-24 14:07:43.716224"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:43.720828"], ["updated_at", "2020-11-24 14:07:43.720828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 645 803 Ankunding Place, Erdmanfort, ND 18786-6984"], ["city", "Balistreriland"], ["country", "Togo"], ["description", "Et nihil quaerat. Facere aut fuga."], ["email", "dena.schmitt@example.net"], ["first_name", "Carie"], ["firstname", "Sandy"], ["last_name", "Altenwerth"], ["lastname", "Mosciski"], ["lat", "-80.54891357744118"], ["latitute", "25.760906296271543"], ["lng", "-130.52316120549236"], ["locale", "MH"], ["longitude", "-14.059426445730736"], ["middlename", "Douglas"], ["middle_name", "Berge"], ["password", "H8cA5oWg"], ["phone", "976.496.5122 x00847"], ["phone_number", "(670) 842-4043 x26237"], ["reference", "5fbef737-4112-48f4-86a6-c99520609b9e"], ["title", "Laboriosam quae sit vitae quo."], ["user_name", "yoshiko"], ["username", "allen"], ["uuid", "42b89a8f-8700-40d4-a81c-5121794a083d"], ["created_at", "2020-11-24 14:07:43.742048"], ["updated_at", "2020-11-24 14:07:43.742048"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:07:43.746532"], ["updated_at", "2020-11-24 14:07:43.746532"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:43.755659"], ["updated_at", "2020-11-24 14:07:43.755659"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:43.758582"], ["updated_at", "2020-11-24 14:07:43.758582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 18], ["decimal", 16.835420506049], ["string", "Hic aut omnis atque."], ["date", "2020-12-25"], ["time", "2000-01-01 14:42:20.667793"], ["datetime", "2020-11-07 11:51:07.827788"], ["created_at", "2020-11-24 14:07:43.769688"], ["updated_at", "2020-11-24 14:07:43.769688"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 7.45038092418119], ["string", "Nostrum a est asperiores iure."], ["date", "2020-12-28"], ["time", "2000-01-01 07:20:01.679749"], ["datetime", "2020-11-16 21:58:15.053135"], ["created_at", "2020-11-24 14:07:43.772620"], ["updated_at", "2020-11-24 14:07:43.772620"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 5.19525930163197], ["string", "Ut voluptas autem quisquam est consectetur."], ["date", "2020-10-18"], ["time", "2000-01-01 17:16:46.156950"], ["datetime", "2020-12-30 23:59:58.695849"], ["created_at", "2020-11-24 14:07:43.777278"], ["updated_at", "2020-11-24 14:07:43.777278"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 6.55923687120317], ["string", "Recusandae nobis esse."], ["date", "2020-10-24"], ["time", "2000-01-01 05:46:59.358001"], ["datetime", "2020-12-20 20:30:51.153354"], ["created_at", "2020-11-24 14:07:43.780390"], ["updated_at", "2020-11-24 14:07:43.780390"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 19.0452538477228], ["string", "Eveniet magni expedita illo."], ["date", "2020-11-24"], ["time", "2000-01-01 10:55:53.301485"], ["datetime", "2020-11-28 05:10:44.462909"], ["created_at", "2020-11-24 14:07:43.783380"], ["updated_at", "2020-11-24 14:07:43.783380"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 1.68027862225928], ["string", "Vel laborum est."], ["date", "2020-11-23"], ["time", "2000-01-01 19:53:34.420137"], ["datetime", "2020-11-01 16:35:45.862389"], ["created_at", "2020-11-24 14:07:43.786766"], ["updated_at", "2020-11-24 14:07:43.786766"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 13.9756880505653], ["string", "Debitis quia voluptas officiis."], ["date", "2020-11-19"], ["time", "2000-01-01 05:49:53.796138"], ["datetime", "2020-11-27 09:43:30.490240"], ["created_at", "2020-11-24 14:07:43.789979"], ["updated_at", "2020-11-24 14:07:43.789979"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 13.0582712996277], ["string", "Et qui fugit voluptatum eum."], ["date", "2020-11-20"], ["time", "2000-01-01 05:31:37.567691"], ["datetime", "2020-10-23 21:39:20.489690"], ["created_at", "2020-11-24 14:07:43.793227"], ["updated_at", "2020-11-24 14:07:43.793227"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.2ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:07:44.117312"], ["updated_at", "2020-11-24 14:07:44.117312"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:07:44.118560"], ["updated_at", "2020-11-24 14:07:44.118560"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:07:44.119742"], ["updated_at", "2020-11-24 14:07:44.119742"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:07:44.120863"], ["updated_at", "2020-11-24 14:07:44.120863"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:07:44.121949"], ["updated_at", "2020-11-24 14:07:44.121949"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:07:44.123018"], ["updated_at", "2020-11-24 14:07:44.123018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:07:44.124094"], ["updated_at", "2020-11-24 14:07:44.124094"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:07:44.125385"], ["updated_at", "2020-11-24 14:07:44.125385"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 14:07:44.138986"], ["updated_at", "2020-11-24 14:07:44.138986"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 14:07:44.140306"], ["updated_at", "2020-11-24 14:07:44.140306"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 14:07:44.141505"], ["updated_at", "2020-11-24 14:07:44.141505"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 14:07:44.142641"], ["updated_at", "2020-11-24 14:07:44.142641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 14:07:44.143751"], ["updated_at", "2020-11-24 14:07:44.143751"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 14:07:44.144880"], ["updated_at", "2020-11-24 14:07:44.144880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 14:07:44.145996"], ["updated_at", "2020-11-24 14:07:44.145996"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 14:07:44.147177"], ["updated_at", "2020-11-24 14:07:44.147177"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.147902"], ["updated_at", "2020-11-24 14:07:44.147902"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.148587"], ["updated_at", "2020-11-24 14:07:44.148587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.149233"], ["updated_at", "2020-11-24 14:07:44.149233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.149866"], ["updated_at", "2020-11-24 14:07:44.149866"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.150501"], ["updated_at", "2020-11-24 14:07:44.150501"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.151125"], ["updated_at", "2020-11-24 14:07:44.151125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.151757"], ["updated_at", "2020-11-24 14:07:44.151757"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.152395"], ["updated_at", "2020-11-24 14:07:44.152395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.153674"], ["updated_at", "2020-11-24 14:07:44.153674"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.154863"], ["updated_at", "2020-11-24 14:07:44.154863"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.156018"], ["updated_at", "2020-11-24 14:07:44.156018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.157167"], ["updated_at", "2020-11-24 14:07:44.157167"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.158275"], ["updated_at", "2020-11-24 14:07:44.158275"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.159420"], ["updated_at", "2020-11-24 14:07:44.159420"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.160566"], ["updated_at", "2020-11-24 14:07:44.160566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.161701"], ["updated_at", "2020-11-24 14:07:44.161701"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 285 5590 Teddy Common, Patrickport, OR 15187"], ["city", "South Sharri"], ["country", "Kiribati"], ["description", "Ratione laudantium laborum. Tenetur consequatur voluptatem. Aspernatur sint sit. Minus voluptates sint. Omnis magnam libero."], ["email", "katherine_ondricka@example.org"], ["first_name", "Gabrielle"], ["firstname", "Le"], ["last_name", "Schamberger"], ["lastname", "Roob"], ["lat", "-54.27457318404513"], ["latitute", "-21.469152839613386"], ["lng", "-114.9068583717302"], ["locale", "MM"], ["longitude", "-176.37838141026006"], ["middlename", "Beer"], ["middle_name", "Mraz"], ["password", "OtTe1LeBgMm"], ["phone", "521.806.1571"], ["phone_number", "607.154.0810 x71731"], ["reference", "327d707e-e4eb-4a0c-9427-5dd0b6ffdf3d"], ["title", "Veritatis sint quibusdam alias beatae molestiae."], ["user_name", "emil.thompson"], ["username", "wesley_hodkiewicz"], ["uuid", "2a4525cb-b523-4a68-9a8d-ca90b859cca3"], ["created_at", "2020-11-24 14:07:44.183299"], ["updated_at", "2020-11-24 14:07:44.183299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 341 65076 Berge Views, Funkton, MS 27221"], ["city", "Croninmouth"], ["country", "Guyana"], ["description", "Nisi voluptatibus dignissimos. Sequi molestiae fuga. Officiis aspernatur repellendus. Quae delectus error. Ut enim alias."], ["email", "toya@example.io"], ["first_name", "Rolando"], ["firstname", "Bernadette"], ["last_name", "Stoltenberg"], ["lastname", "Maggio"], ["lat", "-73.5908859986624"], ["latitute", "-6.253390955564726"], ["lng", "49.7759533172692"], ["locale", "CK"], ["longitude", "4.68574051320914"], ["middlename", "Moen"], ["middle_name", "Moen"], ["password", "DqVb0JqSc"], ["phone", "(185) 909-6268 x195"], ["phone_number", "266-395-2007"], ["reference", "319d08fe-8e45-4449-89f5-a9035365f7a9"], ["title", "Molestiae numquam assumenda."], ["user_name", "augustus"], ["username", "benedict"], ["uuid", "0c49ae47-6d8a-4510-bc8d-b6c5e3c799ab"], ["created_at", "2020-11-24 14:07:44.205032"], ["updated_at", "2020-11-24 14:07:44.205032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 431 7341 Wintheiser Street, Vandervortbury, IL 99017"], ["city", "Port Erickafort"], ["country", "Myanmar"], ["description", "Voluptatum perspiciatis aut. Et laudantium ut. Consequatur quaerat error. Quos earum assumenda."], ["email", "lucio_murphy@example.biz"], ["first_name", "Ezequiel"], ["firstname", "Art"], ["last_name", "Conroy"], ["lastname", "Raynor"], ["lat", "5.212417057613592"], ["latitute", "41.135850967368526"], ["lng", "74.83455546126922"], ["locale", "PK"], ["longitude", "-139.60864998880737"], ["middlename", "Goldner"], ["middle_name", "Sawayn"], ["password", "Zp6TfNiQ"], ["phone", "200.053.5259 x8732"], ["phone_number", "1-717-617-6658 x841"], ["reference", "2cd6bb57-c688-4c99-89de-7930fe13c074"], ["title", "Id quia quis voluptate."], ["user_name", "song"], ["username", "dion"], ["uuid", "07c7075f-9b46-4d6b-9eed-12aa2d3d9cd3"], ["created_at", "2020-11-24 14:07:44.226607"], ["updated_at", "2020-11-24 14:07:44.226607"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "111 Garth Bridge, West Pamela, UT 12069"], ["city", "Colbyshire"], ["country", "Luxembourg"], ["description", "Quidem accusamus consequatur. Sunt placeat ea. Et possimus dolorum."], ["email", "cristobal@example.info"], ["first_name", "Helene"], ["firstname", "Miguelina"], ["last_name", "Wehner"], ["lastname", "Kshlerin"], ["lat", "-17.81710539612682"], ["latitute", "-51.10859760141792"], ["lng", "119.99563258162533"], ["locale", "ST"], ["longitude", "35.21141283694385"], ["middlename", "Thiel"], ["middle_name", "McGlynn"], ["password", "CfIvVtXv8R9fFz"], ["phone", "(685) 097-9764 x22501"], ["phone_number", "354-539-8244"], ["reference", "439b39fb-973a-42b0-a2f2-327df4bb8dd2"], ["title", "Asperiores enim minima debitis ratione voluptas."], ["user_name", "roman"], ["username", "phuong_schiller"], ["uuid", "7fa4111c-ee70-47df-9c37-e396a44b82ec"], ["created_at", "2020-11-24 14:07:44.257259"], ["updated_at", "2020-11-24 14:07:44.257259"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9445 Baumbach Overpass, Raynorland, LA 19562-5424"], ["city", "Reenaborough"], ["country", "Benin"], ["description", "Ut similique illum. Praesentium tenetur non."], ["email", "travis_reilly@example.org"], ["first_name", "Eugenio"], ["firstname", "Ramiro"], ["last_name", "Mohr"], ["lastname", "Swift"], ["lat", "60.42429010189227"], ["latitute", "48.67103115919468"], ["lng", "-149.47473445375076"], ["locale", "ML"], ["longitude", "-19.96293129177235"], ["middlename", "Prosacco"], ["middle_name", "Ziemann"], ["password", "JfWbVyQv"], ["phone", "1-861-810-0727 x34327"], ["phone_number", "(855) 624-0019 x1874"], ["reference", "5afbaee4-e60f-44cb-9bfd-eea1fb713e02"], ["title", "Sunt exercitationem eos ipsum veritatis non."], ["user_name", "royal"], ["username", "renetta.stark"], ["uuid", "43e3a2f9-81bc-4ac8-a7fe-a6821f8d519f"], ["created_at", "2020-11-24 14:07:44.279545"], ["updated_at", "2020-11-24 14:07:44.279545"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 543 43659 Stroman Mount, Carterton, IL 40933"], ["city", "Elroyview"], ["country", "Heard Island and McDonald Islands"], ["description", "Velit et porro. Incidunt non placeat. Rem ea et. Totam voluptas deleniti. Laboriosam cum iusto."], ["email", "domenic_mcclure@example.info"], ["first_name", "Moon"], ["firstname", "Miquel"], ["last_name", "Stiedemann"], ["lastname", "Robel"], ["lat", "42.632455090803404"], ["latitute", "48.74169920551776"], ["lng", "-20.901877280568982"], ["locale", "NG"], ["longitude", "-130.95612718528267"], ["middlename", "Corkery"], ["middle_name", "Nolan"], ["password", "P6zOrOpAjSlRa8I"], ["phone", "862.076.0543 x830"], ["phone_number", "(953) 229-7451"], ["reference", "39daead5-981a-4437-bc8d-a2b2a761e221"], ["title", "Minima distinctio qui nam enim."], ["user_name", "anjelica"], ["username", "nathaniel_balistreri"], ["uuid", "4aefb111-9c52-48ae-bc5a-6e7358463a0b"], ["created_at", "2020-11-24 14:07:44.301334"], ["updated_at", "2020-11-24 14:07:44.301334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 987 9910 Goodwin Dale, Sulemastad, NM 10838"], ["city", "West Cathryn"], ["country", "Qatar"], ["description", "Recusandae ut ea. Iure fuga quam. Ratione ullam voluptatum. Necessitatibus eaque consequatur."], ["email", "jc@example.io"], ["first_name", "Garret"], ["firstname", "Leandro"], ["last_name", "Breitenberg"], ["lastname", "Johns"], ["lat", "-72.72247596457895"], ["latitute", "-63.957044010490804"], ["lng", "6.631193732889329"], ["locale", "SM"], ["longitude", "-148.23409221853265"], ["middlename", "Smith"], ["middle_name", "Barrows"], ["password", "JuO1mE6iTd"], ["phone", "364.976.4177"], ["phone_number", "1-718-691-9535 x5914"], ["reference", "57554af2-c274-4ac8-9124-eed35408b8e2"], ["title", "Et fuga consectetur sunt."], ["user_name", "thomas"], ["username", "indira.kassulke"], ["uuid", "58dc5f73-56ec-4352-8a3b-f7732586715d"], ["created_at", "2020-11-24 14:07:44.323279"], ["updated_at", "2020-11-24 14:07:44.323279"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "18512 Carroll Mission, Wilkinsonside, OK 99934-4082"], ["city", "Brainberg"], ["country", "Kazakhstan"], ["description", "Labore iusto recusandae. A qui beatae. Quia aut veritatis."], ["email", "nicolette.stiedemann@example.co"], ["first_name", "Patrina"], ["firstname", "Micah"], ["last_name", "Kris"], ["lastname", "Toy"], ["lat", "12.389336542399192"], ["latitute", "76.52186612515987"], ["lng", "-169.65804838661967"], ["locale", "HU"], ["longitude", "172.47287663273858"], ["middlename", "Koepp"], ["middle_name", "Satterfield"], ["password", "Pd6P1c3A"], ["phone", "1-725-852-0733 x0007"], ["phone_number", "137-544-0688"], ["reference", "dcbbd624-48fc-43f6-8063-501f78493b30"], ["title", "Deleniti ad omnis quia."], ["user_name", "sandie.conroy"], ["username", "julius"], ["uuid", "6abf0a80-4e71-4ea0-b8b1-00127650d907"], ["created_at", "2020-11-24 14:07:44.345071"], ["updated_at", "2020-11-24 14:07:44.345071"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:07:44.347108"], ["updated_at", "2020-11-24 14:07:44.347108"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:07:44.348329"], ["updated_at", "2020-11-24 14:07:44.348329"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:07:44.349440"], ["updated_at", "2020-11-24 14:07:44.349440"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:07:44.350545"], ["updated_at", "2020-11-24 14:07:44.350545"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:07:44.351685"], ["updated_at", "2020-11-24 14:07:44.351685"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:07:44.352834"], ["updated_at", "2020-11-24 14:07:44.352834"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:07:44.353958"], ["updated_at", "2020-11-24 14:07:44.353958"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:07:44.355081"], ["updated_at", "2020-11-24 14:07:44.355081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.370855"], ["updated_at", "2020-11-24 14:07:44.370855"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.371649"], ["updated_at", "2020-11-24 14:07:44.371649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.372335"], ["updated_at", "2020-11-24 14:07:44.372335"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.372977"], ["updated_at", "2020-11-24 14:07:44.372977"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.373611"], ["updated_at", "2020-11-24 14:07:44.373611"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.374244"], ["updated_at", "2020-11-24 14:07:44.374244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.374896"], ["updated_at", "2020-11-24 14:07:44.374896"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.375533"], ["updated_at", "2020-11-24 14:07:44.375533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:44.376219"], ["updated_at", "2020-11-24 14:07:44.376219"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:44.376907"], ["updated_at", "2020-11-24 14:07:44.376907"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:44.377549"], ["updated_at", "2020-11-24 14:07:44.377549"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:44.378179"], ["updated_at", "2020-11-24 14:07:44.378179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:44.378833"], ["updated_at", "2020-11-24 14:07:44.378833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:44.379500"], ["updated_at", "2020-11-24 14:07:44.379500"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:44.380247"], ["updated_at", "2020-11-24 14:07:44.380247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:44.381022"], ["updated_at", "2020-11-24 14:07:44.381022"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 34.9656624266388], ["string", "Adipisci molestiae soluta ipsum incidunt voluptas."], ["date", "2020-11-01"], ["time", "2000-01-01 21:42:07.541337"], ["datetime", "2020-10-21 16:00:13.041940"], ["created_at", "2020-11-24 14:07:44.409737"], ["updated_at", "2020-11-24 14:07:44.409737"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", -0.804595416994932], ["string", "Sed nulla illum repellendus officia excepturi."], ["date", "2020-11-13"], ["time", "2000-01-01 19:32:06.703164"], ["datetime", "2020-11-11 12:50:54.248925"], ["created_at", "2020-11-24 14:07:44.412180"], ["updated_at", "2020-11-24 14:07:44.412180"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 14.0735999162399], ["string", "Culpa maiores quisquam repellendus distinctio rerum."], ["date", "2020-11-15"], ["time", "2000-01-01 10:58:28.026446"], ["datetime", "2020-12-13 06:35:15.894156"], ["created_at", "2020-11-24 14:07:44.415352"], ["updated_at", "2020-11-24 14:07:44.415352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 23.9906458844414], ["string", "Eligendi nihil quae provident dolore quo."], ["date", "2020-11-17"], ["time", "2000-01-01 04:45:19.617755"], ["datetime", "2020-10-18 16:39:54.686412"], ["created_at", "2020-11-24 14:07:44.434119"], ["updated_at", "2020-11-24 14:07:44.434119"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 1.95932945978501], ["string", "Optio ut aperiam quia."], ["date", "2020-12-30"], ["time", "2000-01-01 18:45:05.885705"], ["datetime", "2020-12-31 22:11:42.982987"], ["created_at", "2020-11-24 14:07:44.439892"], ["updated_at", "2020-11-24 14:07:44.439892"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 19.4845175890612], ["string", "Rerum nobis ea."], ["date", "2020-12-24"], ["time", "2000-01-01 21:40:40.750901"], ["datetime", "2020-11-11 21:47:15.146003"], ["created_at", "2020-11-24 14:07:44.445171"], ["updated_at", "2020-11-24 14:07:44.445171"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.449881"], ["updated_at", "2020-11-24 14:07:44.449881"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 2.95821912597608], ["string", "Eos perferendis inventore voluptatum qui."], ["date", "2020-11-05"], ["time", "2000-01-01 23:33:18.747228"], ["datetime", "2020-10-27 10:46:42.357181"], ["created_at", "2020-11-24 14:07:44.506346"], ["updated_at", "2020-11-24 14:07:44.506346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 34], ["decimal", 11.3832111350162], ["string", "Exercitationem atque sapiente."], ["date", "2020-11-01"], ["time", "2000-01-01 03:23:57.349124"], ["datetime", "2021-01-04 07:02:58.643223"], ["created_at", "2020-11-24 14:07:44.509840"], ["updated_at", "2020-11-24 14:07:44.509840"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 0.313290181596308], ["string", "Dolorem sint aspernatur."], ["date", "2020-12-05"], ["time", "2000-01-01 07:50:10.408674"], ["datetime", "2020-12-10 09:10:28.628985"], ["created_at", "2020-11-24 14:07:44.513556"], ["updated_at", "2020-11-24 14:07:44.513556"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 0.0750970966296182], ["string", "Enim animi quia."], ["date", "2020-12-17"], ["time", "2000-01-01 00:30:08.003254"], ["datetime", "2020-12-09 05:02:47.073531"], ["created_at", "2020-11-24 14:07:44.518356"], ["updated_at", "2020-11-24 14:07:44.518356"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 23.2159068239417], ["string", "Est quis consequuntur sint accusantium omnis."], ["date", "2020-12-17"], ["time", "2000-01-01 00:41:52.440375"], ["datetime", "2021-01-01 03:33:09.644735"], ["created_at", "2020-11-24 14:07:44.521964"], ["updated_at", "2020-11-24 14:07:44.521964"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 2.10749673167587], ["string", "Molestiae voluptas repudiandae."], ["date", "2020-10-16"], ["time", "2000-01-01 04:06:06.323847"], ["datetime", "2020-12-18 06:22:45.959056"], ["created_at", "2020-11-24 14:07:44.525101"], ["updated_at", "2020-11-24 14:07:44.525101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 16.4700861384898], ["string", "Perspiciatis voluptas ea quam."], ["date", "2020-12-30"], ["time", "2000-01-01 13:41:32.715826"], ["datetime", "2020-10-21 02:57:02.135339"], ["created_at", "2020-11-24 14:07:44.528102"], ["updated_at", "2020-11-24 14:07:44.528102"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 2.00355641082755], ["string", "Eum veritatis autem eos quidem."], ["date", "2020-11-28"], ["time", "2000-01-01 19:09:49.824267"], ["datetime", "2020-12-10 19:21:42.015916"], ["created_at", "2020-11-24 14:07:44.531767"], ["updated_at", "2020-11-24 14:07:44.531767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:07:44.852526"], ["updated_at", "2020-11-24 14:07:44.852526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:07:44.853898"], ["updated_at", "2020-11-24 14:07:44.853898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:07:44.855303"], ["updated_at", "2020-11-24 14:07:44.855303"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:07:44.856550"], ["updated_at", "2020-11-24 14:07:44.856550"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:07:44.857759"], ["updated_at", "2020-11-24 14:07:44.857759"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:07:44.858980"], ["updated_at", "2020-11-24 14:07:44.858980"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:07:44.860185"], ["updated_at", "2020-11-24 14:07:44.860185"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:07:44.861415"], ["updated_at", "2020-11-24 14:07:44.861415"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 14:07:44.875752"], ["updated_at", "2020-11-24 14:07:44.875752"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 14:07:44.877248"], ["updated_at", "2020-11-24 14:07:44.877248"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 14:07:44.878602"], ["updated_at", "2020-11-24 14:07:44.878602"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 14:07:44.880220"], ["updated_at", "2020-11-24 14:07:44.880220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 14:07:44.881536"], ["updated_at", "2020-11-24 14:07:44.881536"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 14:07:44.882796"], ["updated_at", "2020-11-24 14:07:44.882796"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 14:07:44.883976"], ["updated_at", "2020-11-24 14:07:44.883976"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 14:07:44.885230"], ["updated_at", "2020-11-24 14:07:44.885230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.885994"], ["updated_at", "2020-11-24 14:07:44.885994"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.886663"], ["updated_at", "2020-11-24 14:07:44.886663"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.887342"], ["updated_at", "2020-11-24 14:07:44.887342"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.887969"], ["updated_at", "2020-11-24 14:07:44.887969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.888607"], ["updated_at", "2020-11-24 14:07:44.888607"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.889276"], ["updated_at", "2020-11-24 14:07:44.889276"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.889925"], ["updated_at", "2020-11-24 14:07:44.889925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.890616"], ["updated_at", "2020-11-24 14:07:44.890616"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.892043"], ["updated_at", "2020-11-24 14:07:44.892043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.893333"], ["updated_at", "2020-11-24 14:07:44.893333"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.894575"], ["updated_at", "2020-11-24 14:07:44.894575"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.895833"], ["updated_at", "2020-11-24 14:07:44.895833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.897292"], ["updated_at", "2020-11-24 14:07:44.897292"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.898510"], ["updated_at", "2020-11-24 14:07:44.898510"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.899689"], ["updated_at", "2020-11-24 14:07:44.899689"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:44.900938"], ["updated_at", "2020-11-24 14:07:44.900938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "653 Leffler Streets, Langoshborough, NJ 50629-9329"], ["city", "Gleasonchester"], ["country", "Norway"], ["description", "Enim et saepe. Deserunt labore cupiditate. Nobis quia tempore."], ["email", "errol_bradtke@example.info"], ["first_name", "Raymonde"], ["firstname", "Kyle"], ["last_name", "Gutmann"], ["lastname", "Conroy"], ["lat", "-66.19014293558371"], ["latitute", "87.46327414383532"], ["lng", "152.01308773723065"], ["locale", "BQ"], ["longitude", "69.20725203932079"], ["middlename", "Cormier"], ["middle_name", "Jerde"], ["password", "HcT7yY0uS"], ["phone", "198-186-7734 x66355"], ["phone_number", "210-555-2269"], ["reference", "dc4eafbd-e03f-4d60-8d78-b0254cef7b58"], ["title", "Et consequatur numquam deserunt."], ["user_name", "sam"], ["username", "lana"], ["uuid", "adc6fefe-4cc5-4e1e-a66c-b76cdef032c7"], ["created_at", "2020-11-24 14:07:44.930176"], ["updated_at", "2020-11-24 14:07:44.930176"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2782 Joetta Keys, Flatleymouth, AZ 41195-0877"], ["city", "Koeppstad"], ["country", "Armenia"], ["description", "Aperiam eligendi magni. Dolorem laudantium et. Mollitia id quia. Molestiae provident aliquid."], ["email", "sean@example.io"], ["first_name", "Alva"], ["firstname", "Nathanial"], ["last_name", "Feest"], ["lastname", "Smith"], ["lat", "67.05957689987241"], ["latitute", "-54.25201216310275"], ["lng", "88.72979550583801"], ["locale", "VU"], ["longitude", "121.79847526472827"], ["middlename", "Heathcote"], ["middle_name", "Schulist"], ["password", "TdWc4Jr8"], ["phone", "655-795-9862"], ["phone_number", "164-192-1519 x633"], ["reference", "545202b7-d665-4472-8378-9b130353c0bd"], ["title", "Earum molestias asperiores praesentium ut."], ["user_name", "andera"], ["username", "willa"], ["uuid", "f4f6660c-1762-46d4-9a13-86db5005aee5"], ["created_at", "2020-11-24 14:07:44.955606"], ["updated_at", "2020-11-24 14:07:44.955606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "796 Feil Parks, Robelmouth, WI 21102-3671"], ["city", "West Glendaville"], ["country", "Saudi Arabia"], ["description", "Voluptas dolor quos. Consequatur illo quaerat. Fugiat eos sed. Quos dolore consectetur."], ["email", "darnell@example.io"], ["first_name", "Toby"], ["firstname", "Andrea"], ["last_name", "O'Hara"], ["lastname", "Breitenberg"], ["lat", "76.76553801180319"], ["latitute", "8.36913163208176"], ["lng", "-126.39224579743305"], ["locale", "CV"], ["longitude", "15.77000480361761"], ["middlename", "Mayert"], ["middle_name", "Blick"], ["password", "YeAfWw1YiC68w"], ["phone", "464-950-9288 x7113"], ["phone_number", "(909) 457-8821 x199"], ["reference", "18dc422c-313e-47b0-a287-e16e5fa337cf"], ["title", "Ipsum vel sit saepe."], ["user_name", "taylor"], ["username", "tangela_barton"], ["uuid", "0184edef-930c-41e6-9748-84f784a36427"], ["created_at", "2020-11-24 14:07:44.977489"], ["updated_at", "2020-11-24 14:07:44.977489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9748 McKenzie Parkways, Rosinaburgh, AR 22251-5200"], ["city", "Shieldsstad"], ["country", "Bangladesh"], ["description", "Eligendi et quisquam. Id rerum modi. Sit error amet. Suscipit minima ipsa. Autem quibusdam neque."], ["email", "stefan@example.org"], ["first_name", "Lakia"], ["firstname", "Berry"], ["last_name", "Wolff"], ["lastname", "Ratke"], ["lat", "22.902547027477624"], ["latitute", "52.66783873929265"], ["lng", "107.7030281135784"], ["locale", "TW"], ["longitude", "-81.68054420278337"], ["middlename", "Kessler"], ["middle_name", "Keebler"], ["password", "GxNyJpXmRlHm"], ["phone", "(614) 739-2177"], ["phone_number", "(240) 221-9155 x2129"], ["reference", "f073e198-ec11-4d13-b576-903bed4cc67c"], ["title", "Pariatur debitis et."], ["user_name", "william"], ["username", "russel.mueller"], ["uuid", "34ca346d-ccb8-4a38-9852-44d579c88e95"], ["created_at", "2020-11-24 14:07:44.999195"], ["updated_at", "2020-11-24 14:07:44.999195"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 521 72656 Reva Isle, South Lashondaport, SD 93032"], ["city", "Lavonehaven"], ["country", "Namibia"], ["description", "Tempora rem at. Omnis numquam in. Voluptates aut saepe. Ipsum sit suscipit. Quibusdam quidem suscipit."], ["email", "major@example.com"], ["first_name", "Lashell"], ["firstname", "Wenona"], ["last_name", "Kautzer"], ["lastname", "Weber"], ["lat", "-74.58521262972634"], ["latitute", "-10.012138315170418"], ["lng", "-133.14530773992223"], ["locale", "CU"], ["longitude", "-90.5675228571531"], ["middlename", "Huels"], ["middle_name", "Ernser"], ["password", "83RcHrUqGnRj723O"], ["phone", "597.805.2802"], ["phone_number", "758.883.1552"], ["reference", "bf2a34f0-b82a-4e8b-996f-c0b7bdc221b0"], ["title", "Reiciendis asperiores doloremque consequatur."], ["user_name", "dorothea_streich"], ["username", "cody"], ["uuid", "bb88f237-3961-40cf-9634-3d5fa9dd5a8a"], ["created_at", "2020-11-24 14:07:45.021418"], ["updated_at", "2020-11-24 14:07:45.021418"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 211 5324 Garry Parkway, Denesikhaven, ME 56039-5105"], ["city", "Jastmouth"], ["country", "Tonga"], ["description", "Inventore blanditiis aut. Aspernatur id et. Quod mollitia harum. Aspernatur illum saepe."], ["email", "marti.hartmann@example.net"], ["first_name", "Isidra"], ["firstname", "Peter"], ["last_name", "Harris"], ["lastname", "Dickens"], ["lat", "-53.398888412506544"], ["latitute", "-19.22860687224754"], ["lng", "-166.6508875147016"], ["locale", "CK"], ["longitude", "5.127534418517968"], ["middlename", "Witting"], ["middle_name", "MacGyver"], ["password", "HsHaG6wL6vJ"], ["phone", "634.293.2249 x2450"], ["phone_number", "1-215-454-0531 x3629"], ["reference", "5f057eb9-e74b-4e22-a98b-f214e7bb441e"], ["title", "Iste enim voluptas."], ["user_name", "delbert"], ["username", "rocco"], ["uuid", "35bd1834-5452-482c-aa2c-406d9f4cffc2"], ["created_at", "2020-11-24 14:07:45.043615"], ["updated_at", "2020-11-24 14:07:45.043615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "917 Parker Trail, South Cheri, TN 36689"], ["city", "Oswaldoberg"], ["country", "Libyan Arab Jamahiriya"], ["description", "Ullam velit distinctio. Quasi velit possimus. Quos et sapiente. Rem aut quia. Nesciunt quae occaecati."], ["email", "karry_balistreri@example.net"], ["first_name", "Dominque"], ["firstname", "Willetta"], ["last_name", "Becker"], ["lastname", "Ernser"], ["lat", "70.21943867375128"], ["latitute", "52.28771147102472"], ["lng", "112.37679355878066"], ["locale", "SD"], ["longitude", "-2.1192252599848302"], ["middlename", "Reynolds"], ["middle_name", "Hegmann"], ["password", "VgNtYhVjTuH7dZ9"], ["phone", "725.256.0003"], ["phone_number", "514.895.2226"], ["reference", "173d42ac-6758-4a05-8a62-5e33c86d9b9e"], ["title", "Provident nostrum recusandae expedita doloremque."], ["user_name", "julio_schinner"], ["username", "rayford.bradtke"], ["uuid", "3829ad2b-99e3-41f6-aef6-3645b29ed7b4"], ["created_at", "2020-11-24 14:07:45.065544"], ["updated_at", "2020-11-24 14:07:45.065544"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "613 Jerde Island, Smithamland, IN 98157"], ["city", "West Cherrishire"], ["country", "Wallis and Futuna"], ["description", "Deserunt dignissimos quaerat. Libero sed accusantium. Unde nostrum vel. Dolorem esse accusantium."], ["email", "gwyneth_langworth@example.org"], ["first_name", "Tommy"], ["firstname", "Jayna"], ["last_name", "Koch"], ["lastname", "Deckow"], ["lat", "35.55127837027426"], ["latitute", "70.10144494466587"], ["lng", "128.3854662534377"], ["locale", "CC"], ["longitude", "107.21816920810932"], ["middlename", "Morar"], ["middle_name", "Schuppe"], ["password", "GbQt2F4hM0n"], ["phone", "966.411.7572"], ["phone_number", "1-310-513-1736 x502"], ["reference", "483596c3-1cfd-4306-a84b-3fc46b09a8ce"], ["title", "Distinctio eaque eveniet vero quis."], ["user_name", "augustina_crona"], ["username", "herbert.jakubowski"], ["uuid", "db9e64ee-efcd-474c-9bdc-2ec1d0206bc4"], ["created_at", "2020-11-24 14:07:45.096284"], ["updated_at", "2020-11-24 14:07:45.096284"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:07:45.098339"], ["updated_at", "2020-11-24 14:07:45.098339"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:07:45.099552"], ["updated_at", "2020-11-24 14:07:45.099552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:07:45.100709"], ["updated_at", "2020-11-24 14:07:45.100709"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:07:45.101827"], ["updated_at", "2020-11-24 14:07:45.101827"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:07:45.102946"], ["updated_at", "2020-11-24 14:07:45.102946"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:07:45.104078"], ["updated_at", "2020-11-24 14:07:45.104078"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:07:45.105204"], ["updated_at", "2020-11-24 14:07:45.105204"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:07:45.106330"], ["updated_at", "2020-11-24 14:07:45.106330"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:45.122476"], ["updated_at", "2020-11-24 14:07:45.122476"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:45.123283"], ["updated_at", "2020-11-24 14:07:45.123283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:45.123932"], ["updated_at", "2020-11-24 14:07:45.123932"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:45.124566"], ["updated_at", "2020-11-24 14:07:45.124566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:45.125178"], ["updated_at", "2020-11-24 14:07:45.125178"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:45.125791"], ["updated_at", "2020-11-24 14:07:45.125791"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:45.126420"], ["updated_at", "2020-11-24 14:07:45.126420"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:07:45.127038"], ["updated_at", "2020-11-24 14:07:45.127038"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:45.127711"], ["updated_at", "2020-11-24 14:07:45.127711"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:45.128386"], ["updated_at", "2020-11-24 14:07:45.128386"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:45.129033"], ["updated_at", "2020-11-24 14:07:45.129033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:45.129695"], ["updated_at", "2020-11-24 14:07:45.129695"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:45.130357"], ["updated_at", "2020-11-24 14:07:45.130357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:45.131020"], ["updated_at", "2020-11-24 14:07:45.131020"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:45.131679"], ["updated_at", "2020-11-24 14:07:45.131679"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:07:45.132349"], ["updated_at", "2020-11-24 14:07:45.132349"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.8ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.2ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.8ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.8ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 8.20429740822042], ["string", "Reprehenderit suscipit accusamus aut est."], ["unique", 5], ["created_at", "2020-11-24 14:08:43.444314"], ["updated_at", "2020-11-24 14:08:43.444314"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 12.8386549347375], ["string", "Repellendus architecto id."], ["unique", 8], ["created_at", "2020-11-24 14:08:43.446945"], ["updated_at", "2020-11-24 14:08:43.446945"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 20.854988464127], ["string", "Iusto et rerum ex soluta totam."], ["unique", 6], ["created_at", "2020-11-24 14:08:43.449076"], ["updated_at", "2020-11-24 14:08:43.449076"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 4.53772715523679], ["string", "Illum aut ducimus."], ["unique", 1], ["created_at", "2020-11-24 14:08:43.451162"], ["updated_at", "2020-11-24 14:08:43.451162"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 0.0330821261933999], ["string", "Doloremque ullam eos velit odio quia."], ["unique", 3], ["created_at", "2020-11-24 14:08:43.453271"], ["updated_at", "2020-11-24 14:08:43.453271"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1028], ["decimal", 0.987748613310116], ["string", "Vel et voluptatem omnis neque."], ["unique", 10], ["created_at", "2020-11-24 14:08:43.455395"], ["updated_at", "2020-11-24 14:08:43.455395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 0.764780497273754], ["string", "Est blanditiis in cum commodi rem."], ["unique", 7], ["created_at", "2020-11-24 14:08:43.457506"], ["updated_at", "2020-11-24 14:08:43.457506"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 2.39456456729901], ["string", "Temporibus totam cumque earum exercitationem."], ["unique", 9], ["created_at", "2020-11-24 14:08:43.459607"], ["updated_at", "2020-11-24 14:08:43.459607"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 0.16435075324982], ["string", "Fuga non doloribus et voluptate."], ["unique", 2], ["created_at", "2020-11-24 14:08:43.461781"], ["updated_at", "2020-11-24 14:08:43.461781"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1024], ["decimal", 0.140755769488461], ["string", "Vel iste sit."], ["unique", 4], ["created_at", "2020-11-24 14:08:43.463997"], ["updated_at", "2020-11-24 14:08:43.463997"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.5ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.1ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.9ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.5ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.8ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.8ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 6], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 20.1078168562687], ["string", "Voluptas aperiam quam nihil culpa."], ["unique", 6], ["created_at", "2020-11-24 14:09:37.597853"], ["updated_at", "2020-11-24 14:09:37.597853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 10.5225490075033], ["string", "Velit et nihil qui excepturi."], ["unique", 9], ["created_at", "2020-11-24 14:09:37.601061"], ["updated_at", "2020-11-24 14:09:37.601061"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 25.841645146097], ["string", "Unde quod incidunt soluta rerum beatae."], ["unique", 1], ["created_at", "2020-11-24 14:09:37.603315"], ["updated_at", "2020-11-24 14:09:37.603315"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1024], ["decimal", 5.69093485547327], ["string", "In dolor rerum blanditiis."], ["unique", 3], ["created_at", "2020-11-24 14:09:37.605392"], ["updated_at", "2020-11-24 14:09:37.605392"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1022], ["decimal", 3.8157066532795], ["string", "Soluta rerum beatae culpa iste."], ["unique", 4], ["created_at", "2020-11-24 14:09:37.607461"], ["updated_at", "2020-11-24 14:09:37.607461"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 3.47762144714125], ["string", "Laboriosam est quia dolor consequatur."], ["unique", 10], ["created_at", "2020-11-24 14:09:37.609673"], ["updated_at", "2020-11-24 14:09:37.609673"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 14.2492712340653], ["string", "Ut cumque ut modi."], ["unique", 5], ["created_at", "2020-11-24 14:09:37.611821"], ["updated_at", "2020-11-24 14:09:37.611821"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 6.48414913318863], ["string", "Sit consequuntur repudiandae dolore labore."], ["unique", 2], ["created_at", "2020-11-24 14:09:37.613897"], ["updated_at", "2020-11-24 14:09:37.613897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 20.2717940469818], ["string", "Quisquam in eum consequatur et quasi."], ["unique", 8], ["created_at", "2020-11-24 14:09:37.615967"], ["updated_at", "2020-11-24 14:09:37.615967"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 22.906743612716], ["string", "Qui excepturi et consequatur quia."], ["unique", 7], ["created_at", "2020-11-24 14:09:37.618124"], ["updated_at", "2020-11-24 14:09:37.618124"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 0.641810906265724], ["string", "Est minima eos."], ["created_at", "2020-11-24 14:09:37.655375"], ["updated_at", "2020-11-24 14:09:37.655375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1027], ["decimal", 6.69740440890742], ["string", "Sed qui soluta omnis voluptas eveniet."], ["created_at", "2020-11-24 14:09:37.692826"], ["updated_at", "2020-11-24 14:09:37.692826"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 1.64522252280816], ["string", "Ipsum eos ipsa qui autem sapiente."], ["created_at", "2020-11-24 14:09:37.730324"], ["updated_at", "2020-11-24 14:09:37.730324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 7.60039097459449], ["string", "Veniam qui eum qui."], ["created_at", "2020-11-24 14:09:37.776248"], ["updated_at", "2020-11-24 14:09:37.776248"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 12.6098862993433], ["string", "Maxime vel et aliquid."], ["created_at", "2020-11-24 14:09:37.813769"], ["updated_at", "2020-11-24 14:09:37.813769"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 1.96707637516473], ["string", "Omnis sint voluptatem consequatur adipisci."], ["created_at", "2020-11-24 14:09:37.850463"], ["updated_at", "2020-11-24 14:09:37.850463"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 1.73526657807943], ["string", "Eos fugiat est ducimus laudantium."], ["created_at", "2020-11-24 14:09:37.887904"], ["updated_at", "2020-11-24 14:09:37.887904"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 0.131304578729648], ["string", "Recusandae laboriosam amet officia."], ["created_at", "2020-11-24 14:09:37.924958"], ["updated_at", "2020-11-24 14:09:37.924958"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 14.6143802824036], ["string", "Quo quos eos aut et."], ["created_at", "2020-11-24 14:09:37.961815"], ["updated_at", "2020-11-24 14:09:37.961815"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 32.2469536205563], ["string", "Iusto quasi tempore consequatur et quas."], ["created_at", "2020-11-24 14:09:38.003473"], ["updated_at", "2020-11-24 14:09:38.003473"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.8ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.8ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 5.99889661152065], ["string", "Adipisci molestiae ut rerum rerum."], ["unique", 5], ["created_at", "2020-11-24 14:09:46.921579"], ["updated_at", "2020-11-24 14:09:46.921579"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 12.5345129730647], ["string", "Ad minima ipsam pariatur."], ["unique", 7], ["created_at", "2020-11-24 14:09:46.924265"], ["updated_at", "2020-11-24 14:09:46.924265"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 33.8978134891847], ["string", "Soluta quia blanditiis pariatur."], ["unique", 10], ["created_at", "2020-11-24 14:09:46.926456"], ["updated_at", "2020-11-24 14:09:46.926456"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 8.48564386200524], ["string", "Voluptatem deleniti voluptas eos corrupti."], ["unique", 6], ["created_at", "2020-11-24 14:09:46.928612"], ["updated_at", "2020-11-24 14:09:46.928612"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 9.65737763352689], ["string", "Ut nesciunt consequatur aut cumque rerum."], ["unique", 9], ["created_at", "2020-11-24 14:09:46.930747"], ["updated_at", "2020-11-24 14:09:46.930747"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 25.7306208526205], ["string", "Nesciunt assumenda velit."], ["unique", 8], ["created_at", "2020-11-24 14:09:46.932920"], ["updated_at", "2020-11-24 14:09:46.932920"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 0.131723093357815], ["string", "Temporibus ut occaecati libero aut sint."], ["unique", 3], ["created_at", "2020-11-24 14:09:46.935082"], ["updated_at", "2020-11-24 14:09:46.935082"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["decimal", 19.9667753754147], ["string", "Hic commodi quaerat."], ["unique", 4], ["created_at", "2020-11-24 14:09:46.937294"], ["updated_at", "2020-11-24 14:09:46.937294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 18.1640486199119], ["string", "Cum deserunt et dolore quia."], ["unique", 2], ["created_at", "2020-11-24 14:09:46.939485"], ["updated_at", "2020-11-24 14:09:46.939485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 6.88252775245522], ["string", "Repudiandae porro unde quod quisquam voluptates."], ["unique", 1], ["created_at", "2020-11-24 14:09:46.941732"], ["updated_at", "2020-11-24 14:09:46.941732"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1030], ["decimal", 11.3110389466893], ["string", "Aut modi vero."], ["created_at", "2020-11-24 14:09:46.987672"], ["updated_at", "2020-11-24 14:09:46.987672"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 17.9145693053854], ["string", "Error ex architecto qui sed autem."], ["created_at", "2020-11-24 14:09:47.024455"], ["updated_at", "2020-11-24 14:09:47.024455"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 1.35283673848738], ["string", "Quos nemo vero dignissimos qui id."], ["created_at", "2020-11-24 14:09:47.061510"], ["updated_at", "2020-11-24 14:09:47.061510"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", -0.95508374859942], ["string", "Voluptatem omnis illo exercitationem aut sed."], ["created_at", "2020-11-24 14:09:47.099670"], ["updated_at", "2020-11-24 14:09:47.099670"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1025], ["decimal", 2.82922819302526], ["string", "Qui voluptatem quis."], ["created_at", "2020-11-24 14:09:47.140143"], ["updated_at", "2020-11-24 14:09:47.140143"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 21.8262748329402], ["string", "Itaque labore aut dolorem."], ["created_at", "2020-11-24 14:09:47.184274"], ["updated_at", "2020-11-24 14:09:47.184274"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 1.33331184910641], ["string", "Ex doloremque expedita hic."], ["created_at", "2020-11-24 14:09:47.221926"], ["updated_at", "2020-11-24 14:09:47.221926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1021], ["decimal", 37.4069203331893], ["string", "Quibusdam dicta dolor."], ["created_at", "2020-11-24 14:09:47.258976"], ["updated_at", "2020-11-24 14:09:47.258976"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 0.438254527578824], ["string", "Aut sed rerum quo consequatur totam."], ["created_at", "2020-11-24 14:09:47.296414"], ["updated_at", "2020-11-24 14:09:47.296414"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 33.2737153142584], ["string", "Sunt illum sed est velit voluptates."], ["created_at", "2020-11-24 14:09:47.333619"], ["updated_at", "2020-11-24 14:09:47.333619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 358 4952 Isiah Hill, South Rhett, MD 47861-6239"], ["city", "Hipolitoburgh"], ["country", "Zambia"], ["description", "Numquam ab odit. Adipisci ab doloremque. Qui consequatur non. Unde eos quia."], ["email", "amparo@example.co"], ["first_name", "Elliott"], ["firstname", "Pauletta"], ["last_name", "Klocko"], ["lastname", "Macejkovic"], ["lat", "-6.001423055750223"], ["latitute", "-43.311112291024244"], ["lng", "-61.38085127550971"], ["locale", "MZ"], ["longitude", "11.544293602410818"], ["middlename", "Effertz"], ["middle_name", "Hartmann"], ["password", "SvPrE06x5XcYmNeY"], ["phone", "1-298-244-0049"], ["phone_number", "909-494-5504"], ["reference", "f8e0b4d1-3d17-4ec8-85f2-965d36d74823"], ["title", "Tempore est nemo laborum."], ["user_name", "venus"], ["username", "luciana"], ["uuid", "c1f9196f-8eec-4f28-950b-0fb11def598f"], ["created_at", "2020-11-24 14:09:47.422488"], ["updated_at", "2020-11-24 14:09:47.422488"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 371 1809 Terry Island, West Lisandraport, NJ 08438"], ["city", "East Woodrow"], ["country", "Cyprus"], ["description", "Voluptatem autem minus. Officia excepturi quam. Architecto tempore est."], ["email", "jamey@example.info"], ["first_name", "Derick"], ["firstname", "Staci"], ["last_name", "Grady"], ["lastname", "Renner"], ["lat", "32.61152481564501"], ["latitute", "80.2461396988916"], ["lng", "44.4214987433607"], ["locale", "AE"], ["longitude", "-48.77118237279262"], ["middlename", "Mitchell"], ["middle_name", "Lindgren"], ["password", "HmQfS1h3M0f1Hd"], ["phone", "(765) 787-1182"], ["phone_number", "1-826-330-6818 x6083"], ["reference", "f42f5589-cd88-4635-8815-216b43b9b692"], ["title", "Sint laboriosam necessitatibus perspiciatis voluptatem tempora."], ["user_name", "gilberto.renner"], ["username", "franklyn"], ["uuid", "3a9b8e18-23ed-4bdb-aa2b-2bbb3a79867f"], ["created_at", "2020-11-24 14:09:47.446307"], ["updated_at", "2020-11-24 14:09:47.446307"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "54755 Renner Rest, Alysiastad, TN 00878-1120"], ["city", "Leonchester"], ["country", "Vanuatu"], ["description", "Aut reprehenderit ipsum. Consequuntur eos quaerat. Eum tenetur consectetur. Nam perspiciatis sit. Culpa non sequi."], ["email", "abdul_macejkovic@example.info"], ["first_name", "Marlin"], ["firstname", "Hans"], ["last_name", "Wolf"], ["lastname", "Bernier"], ["lat", "63.179859930143465"], ["latitute", "35.29540052980572"], ["lng", "-166.67119566033793"], ["locale", "IR"], ["longitude", "154.5407767785655"], ["middlename", "Gulgowski"], ["middle_name", "Fisher"], ["password", "IpWaP2wCf5QvK"], ["phone", "231-150-8900 x595"], ["phone_number", "893-947-8651 x2946"], ["reference", "7076d5a6-14d6-45a7-8c7f-4708936bb1d5"], ["title", "In et quisquam."], ["user_name", "vesta_batz"], ["username", "luanne.padberg"], ["uuid", "81f8e62d-5f99-4d29-9d4c-677be7bb51a1"], ["created_at", "2020-11-24 14:09:47.468387"], ["updated_at", "2020-11-24 14:09:47.468387"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "438 Hills Lake, West Leesafurt, AL 56741"], ["city", "New Yangtown"], ["country", "Heard Island and McDonald Islands"], ["description", "Necessitatibus corrupti ea. Voluptatem quibusdam eius. Eius facilis placeat. Consectetur error optio. Est quod tempora."], ["email", "halina_leffler@example.co"], ["first_name", "Thanh"], ["firstname", "Xavier"], ["last_name", "Hickle"], ["lastname", "McKenzie"], ["lat", "68.74848275924938"], ["latitute", "31.282458907290064"], ["lng", "-86.5129593150935"], ["locale", "DO"], ["longitude", "-93.42808175755324"], ["middlename", "McLaughlin"], ["middle_name", "Wuckert"], ["password", "EoH158xTbHqMlYt"], ["phone", "1-155-521-3744 x2413"], ["phone_number", "663-699-0107 x5635"], ["reference", "77b7c744-1f90-4dae-8e0e-d96a08fa705f"], ["title", "Perspiciatis libero eius maiores velit."], ["user_name", "tommy.goodwin"], ["username", "emil"], ["uuid", "3fafcb6e-e6c7-405f-a0b3-faa2ef275500"], ["created_at", "2020-11-24 14:09:47.491494"], ["updated_at", "2020-11-24 14:09:47.491494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 345 9289 Daniel Port, Port Perla, CA 22936-7956"], ["city", "Murazikburgh"], ["country", "Bouvet Island (Bouvetoya)"], ["description", "Sed magni maxime. Neque qui ratione. Ea consequuntur ut."], ["email", "joaquin@example.net"], ["first_name", "Alycia"], ["firstname", "Brooks"], ["last_name", "Lueilwitz"], ["lastname", "Abshire"], ["lat", "-56.62910706691278"], ["latitute", "57.038784473386585"], ["lng", "131.69089817341728"], ["locale", "SE"], ["longitude", "-74.03444719280755"], ["middlename", "Langosh"], ["middle_name", "Feil"], ["password", "Wj8MeL50oBrZ"], ["phone", "1-363-565-7678 x05918"], ["phone_number", "(891) 508-4635 x6522"], ["reference", "a59dffdc-47eb-4c69-8db6-fbddc5dfd3f6"], ["title", "Aut sequi illo quia ut ut."], ["user_name", "elwood_swift"], ["username", "jerri"], ["uuid", "55f31101-5b66-42ad-b072-0d2b990e9625"], ["created_at", "2020-11-24 14:09:47.513214"], ["updated_at", "2020-11-24 14:09:47.513214"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 836 834 Botsford Locks, Alexanderberg, SC 92051"], ["city", "Baumbachbury"], ["country", "Iran"], ["description", "Voluptate delectus nemo. Est facere dolores. Et qui veritatis. Sunt temporibus rerum."], ["email", "dena_stamm@example.com"], ["first_name", "Tad"], ["firstname", "Lanny"], ["last_name", "Terry"], ["lastname", "Rutherford"], ["lat", "-17.94233437097047"], ["latitute", "-40.8693480419969"], ["lng", "167.2843938144705"], ["locale", "DK"], ["longitude", "19.810665397300795"], ["middlename", "Fay"], ["middle_name", "Murray"], ["password", "HyBzB6e0"], ["phone", "1-379-656-6256"], ["phone_number", "1-873-007-8124 x201"], ["reference", "e4140340-b9f5-44b1-bfda-bfda66e4ca35"], ["title", "Sint dolorem sunt tempore."], ["user_name", "madelaine"], ["username", "tereasa_romaguera"], ["uuid", "09665af1-f3cf-46d8-814d-5fd73cf988b3"], ["created_at", "2020-11-24 14:09:47.546242"], ["updated_at", "2020-11-24 14:09:47.546242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 976 9238 Trudi Mount, West Tandra, IA 83520-5628"], ["city", "Prestonmouth"], ["country", "Trinidad and Tobago"], ["description", "Fugit consequatur voluptates. Fugiat perspiciatis repudiandae. Tempora aliquid et."], ["email", "lacy_botsford@example.biz"], ["first_name", "Gil"], ["firstname", "Cristie"], ["last_name", "Schuster"], ["lastname", "Kohler"], ["lat", "63.8057809140785"], ["latitute", "-37.35897922999449"], ["lng", "-145.48132446607195"], ["locale", "NA"], ["longitude", "151.13502038270013"], ["middlename", "Wisozk"], ["middle_name", "Schumm"], ["password", "I4yJmLuGyXz"], ["phone", "168.436.3445 x146"], ["phone_number", "750-719-0764"], ["reference", "eadc03b9-dd63-478d-b1aa-c8f13e79781b"], ["title", "Inventore enim est et nisi."], ["user_name", "kaley"], ["username", "elsy"], ["uuid", "5382a9fe-7bbf-4d59-8493-14f48fbe6da7"], ["created_at", "2020-11-24 14:09:47.569649"], ["updated_at", "2020-11-24 14:09:47.569649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1450 Annie Canyon, New Pansyside, MO 36097-2575"], ["city", "Valenehaven"], ["country", "Kazakhstan"], ["description", "Deleniti ratione amet. Quisquam quis hic."], ["email", "marguerita@example.biz"], ["first_name", "Mitch"], ["firstname", "Whitley"], ["last_name", "Luettgen"], ["lastname", "Sauer"], ["lat", "-12.559574561211036"], ["latitute", "45.157410220426414"], ["lng", "-26.372300778518564"], ["locale", "MP"], ["longitude", "165.54247972167485"], ["middlename", "Heidenreich"], ["middle_name", "Runolfsson"], ["password", "N9dVfXwAu7WyAsY"], ["phone", "(347) 274-6527 x52334"], ["phone_number", "628.214.6047 x482"], ["reference", "0dafa896-2b05-42d8-b395-2dbf6b6527bc"], ["title", "Numquam ut quia minima."], ["user_name", "brynn.macejkovic"], ["username", "mel"], ["uuid", "d35a339f-735d-46f9-b65a-a3cdffad22e8"], ["created_at", "2020-11-24 14:09:47.591655"], ["updated_at", "2020-11-24 14:09:47.591655"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 896 7142 Madelaine Cape, Darrenberg, OR 02181"], ["city", "Cummerataside"], ["country", "Eritrea"], ["description", "Cumque voluptatibus ea. Sunt facilis iusto. Qui quisquam voluptates."], ["email", "luciano_simonis@example.name"], ["first_name", "Broderick"], ["firstname", "Sang"], ["last_name", "Roberts"], ["lastname", "Ernser"], ["lat", "-67.49303386535267"], ["latitute", "81.13817750864777"], ["lng", "-111.98892664408798"], ["locale", "CL"], ["longitude", "59.76493488439837"], ["middlename", "Lemke"], ["middle_name", "Swaniawski"], ["password", "Pg7VoL61zLzKbMm7"], ["phone", "874.940.5008 x6788"], ["phone_number", "1-261-748-7793 x57648"], ["reference", "0d2402b4-ae5e-4104-a115-c5fc2066cfe6"], ["title", "Rerum nulla a in veritatis sed."], ["user_name", "sueann.emmerich"], ["username", "trudi_morar"], ["uuid", "cce73cee-a72c-4828-8f1c-eb80f1ca18b8"], ["created_at", "2020-11-24 14:09:47.613579"], ["updated_at", "2020-11-24 14:09:47.613579"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2928 Murray Causeway, Charlieview, UT 07894"], ["city", "North Sunshine"], ["country", "Cote d'Ivoire"], ["description", "Omnis illo voluptas. Beatae voluptas nostrum. Quod porro rem. Voluptatem ad quo."], ["email", "elke_feil@example.io"], ["first_name", "Mora"], ["firstname", "Neville"], ["last_name", "Walker"], ["lastname", "Altenwerth"], ["lat", "6.225066678689501"], ["latitute", "-54.08612750847029"], ["lng", "-151.36735462564891"], ["locale", "PE"], ["longitude", "104.78786548449216"], ["middlename", "Lebsack"], ["middle_name", "Morar"], ["password", "93CeOgQb0EgO"], ["phone", "240.229.5363 x4901"], ["phone_number", "343-752-7297 x9674"], ["reference", "6c49eef2-9fd7-4a1f-b4e2-55568bd7311d"], ["title", "Ratione velit eos dignissimos."], ["user_name", "eldon"], ["username", "jacob"], ["uuid", "402d6e23-45eb-4adc-bc4a-777a9d289b07"], ["created_at", "2020-11-24 14:09:47.635534"], ["updated_at", "2020-11-24 14:09:47.635534"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 8.88484406341592], ["string", "Assumenda facilis iure."], ["date", "2020-11-27"], ["time", "2000-01-01 09:11:07.873633"], ["datetime", "2020-10-30 14:02:20.403036"], ["created_at", "2020-11-24 14:09:47.659703"], ["updated_at", "2020-11-24 14:09:47.659703"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 0.0336992151413961], ["string", "Impedit cupiditate qui odio et dicta."], ["created_at", "2020-11-24 14:09:47.708332"], ["updated_at", "2020-11-24 14:09:47.708332"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:09:47.716573"], ["updated_at", "2020-11-24 14:09:47.716573"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 14:09:47.723429"], ["updated_at", "2020-11-24 14:09:47.723429"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 14:09:47.729732"], ["updated_at", "2020-11-24 14:09:47.729732"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:47.736397"], ["updated_at", "2020-11-24 14:09:47.736397"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:47.741869"], ["updated_at", "2020-11-24 14:09:47.741869"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "75334 Kiehn Square, Lake Alexis, IN 18552-3255"], ["city", "Shantellemouth"], ["country", "Kiribati"], ["description", "Sint nisi sunt. Nemo nostrum voluptas. Sed harum qui."], ["email", "daniela_abbott@example.net"], ["first_name", "Refugio"], ["firstname", "Jon"], ["last_name", "Lakin"], ["lastname", "Kshlerin"], ["lat", "-10.9721534286859"], ["latitute", "72.10749742444702"], ["lng", "-102.01436229310649"], ["locale", "GN"], ["longitude", "-93.66132939463672"], ["middlename", "Fritsch"], ["middle_name", "Hermiston"], ["password", "36FoAm9I1gZ"], ["phone", "445-725-6133"], ["phone_number", "1-437-690-9524 x5717"], ["reference", "bf7f46fb-bc56-4219-8794-319b2cabf26a"], ["title", "Sint quod maxime itaque reiciendis."], ["user_name", "leo_reichert"], ["username", "nickolas"], ["uuid", "ae5094a4-a60e-4c13-ae19-3b386d9a4c5c"], ["created_at", "2020-11-24 14:09:47.764682"], ["updated_at", "2020-11-24 14:09:47.764682"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:09:47.769290"], ["updated_at", "2020-11-24 14:09:47.769290"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:47.778765"], ["updated_at", "2020-11-24 14:09:47.778765"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:09:47.781738"], ["updated_at", "2020-11-24 14:09:47.781738"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 13.9830540378969], ["string", "Ex rerum deserunt quas impedit."], ["date", "2020-12-06"], ["time", "2000-01-01 23:54:39.921438"], ["datetime", "2020-12-18 03:08:04.101669"], ["created_at", "2020-11-24 14:09:47.788999"], ["updated_at", "2020-11-24 14:09:47.788999"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 5.257935129704], ["string", "Sunt quisquam eaque sed voluptas blanditiis."], ["date", "2020-12-06"], ["time", "2000-01-01 04:25:46.104357"], ["datetime", "2021-01-04 13:21:10.394566"], ["created_at", "2020-11-24 14:09:47.791577"], ["updated_at", "2020-11-24 14:09:47.791577"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 24.2522412985584], ["string", "Delectus praesentium et eos animi."], ["date", "2020-11-14"], ["time", "2000-01-01 08:22:54.840374"], ["datetime", "2020-11-29 19:47:38.491012"], ["created_at", "2020-11-24 14:09:47.794155"], ["updated_at", "2020-11-24 14:09:47.794155"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 13.5381269206393], ["string", "Impedit distinctio aspernatur in est corporis."], ["date", "2020-11-16"], ["time", "2000-01-01 16:05:51.891394"], ["datetime", "2020-10-29 17:16:06.254781"], ["created_at", "2020-11-24 14:09:47.797050"], ["updated_at", "2020-11-24 14:09:47.797050"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 13.9397136242447], ["string", "Inventore et ducimus sed."], ["date", "2020-12-15"], ["time", "2000-01-01 21:43:40.271382"], ["datetime", "2020-11-18 17:26:36.748800"], ["created_at", "2020-11-24 14:09:47.800533"], ["updated_at", "2020-11-24 14:09:47.800533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 12.0343007223618], ["string", "Accusamus sunt hic eligendi dolore."], ["date", "2020-11-01"], ["time", "2000-01-01 11:49:54.041693"], ["datetime", "2020-11-21 17:56:18.110496"], ["created_at", "2020-11-24 14:09:47.803498"], ["updated_at", "2020-11-24 14:09:47.803498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 9.75885681790223], ["string", "Dolor quia non occaecati."], ["date", "2020-12-01"], ["time", "2000-01-01 02:50:54.439257"], ["datetime", "2020-10-14 00:20:16.815196"], ["created_at", "2020-11-24 14:09:47.806019"], ["updated_at", "2020-11-24 14:09:47.806019"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 9.54712914546158], ["string", "Nulla commodi voluptas veritatis."], ["date", "2020-10-14"], ["time", "2000-01-01 10:49:18.688119"], ["datetime", "2020-12-04 04:25:26.845093"], ["created_at", "2020-11-24 14:09:47.809021"], ["updated_at", "2020-11-24 14:09:47.809021"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 10.2990558042208], ["string", "Voluptate quis aut delectus."], ["created_at", "2020-11-24 14:09:47.867704"], ["updated_at", "2020-11-24 14:09:47.867704"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1029], ["decimal", 28.243111332708], ["string", "Natus similique fuga earum alias."], ["created_at", "2020-11-24 14:09:47.904897"], ["updated_at", "2020-11-24 14:09:47.904897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 28.8489200049621], ["string", "Error autem fuga illo ipsa."], ["created_at", "2020-11-24 14:09:47.952365"], ["updated_at", "2020-11-24 14:09:47.952365"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 4.65331135159067], ["string", "Enim qui est tempora repudiandae pariatur."], ["created_at", "2020-11-24 14:09:47.989005"], ["updated_at", "2020-11-24 14:09:47.989005"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 29.2215385131769], ["string", "Quis assumenda qui."], ["created_at", "2020-11-24 14:09:48.025184"], ["updated_at", "2020-11-24 14:09:48.025184"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 8.5579432211253], ["string", "Blanditiis reiciendis debitis magni."], ["created_at", "2020-11-24 14:09:48.061615"], ["updated_at", "2020-11-24 14:09:48.061615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 0.960705756921205], ["string", "Laborum autem sed adipisci."], ["created_at", "2020-11-24 14:09:48.103393"], ["updated_at", "2020-11-24 14:09:48.103393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 15.3328939073763], ["string", "Aut magni placeat repellat debitis."], ["created_at", "2020-11-24 14:09:48.140405"], ["updated_at", "2020-11-24 14:09:48.140405"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:09:48.142033"], ["updated_at", "2020-11-24 14:09:48.142033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:09:48.143292"], ["updated_at", "2020-11-24 14:09:48.143292"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:09:48.144482"], ["updated_at", "2020-11-24 14:09:48.144482"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:09:48.145651"], ["updated_at", "2020-11-24 14:09:48.145651"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:09:48.146814"], ["updated_at", "2020-11-24 14:09:48.146814"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:09:48.147978"], ["updated_at", "2020-11-24 14:09:48.147978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:09:48.149156"], ["updated_at", "2020-11-24 14:09:48.149156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:09:48.150312"], ["updated_at", "2020-11-24 14:09:48.150312"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 7], ["created_at", "2020-11-24 14:09:48.151981"], ["updated_at", "2020-11-24 14:09:48.151981"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-24 14:09:48.153635"], ["updated_at", "2020-11-24 14:09:48.153635"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-24 14:09:48.155201"], ["updated_at", "2020-11-24 14:09:48.155201"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-24 14:09:48.156800"], ["updated_at", "2020-11-24 14:09:48.156800"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-24 14:09:48.158402"], ["updated_at", "2020-11-24 14:09:48.158402"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-24 14:09:48.160001"], ["updated_at", "2020-11-24 14:09:48.160001"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 8], ["created_at", "2020-11-24 14:09:48.161625"], ["updated_at", "2020-11-24 14:09:48.161625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 8], ["created_at", "2020-11-24 14:09:48.163236"], ["updated_at", "2020-11-24 14:09:48.163236"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 14:09:48.164493"], ["updated_at", "2020-11-24 14:09:48.164493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 14:09:48.165730"], ["updated_at", "2020-11-24 14:09:48.165730"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 14:09:48.166905"], ["updated_at", "2020-11-24 14:09:48.166905"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 14:09:48.168073"], ["updated_at", "2020-11-24 14:09:48.168073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 14:09:48.169301"], ["updated_at", "2020-11-24 14:09:48.169301"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 14:09:48.170451"], ["updated_at", "2020-11-24 14:09:48.170451"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 14:09:48.171625"], ["updated_at", "2020-11-24 14:09:48.171625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 14:09:48.172819"], ["updated_at", "2020-11-24 14:09:48.172819"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.173570"], ["updated_at", "2020-11-24 14:09:48.173570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.174273"], ["updated_at", "2020-11-24 14:09:48.174273"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.174925"], ["updated_at", "2020-11-24 14:09:48.174925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.175562"], ["updated_at", "2020-11-24 14:09:48.175562"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.176206"], ["updated_at", "2020-11-24 14:09:48.176206"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.176832"], ["updated_at", "2020-11-24 14:09:48.176832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.177451"], ["updated_at", "2020-11-24 14:09:48.177451"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.178065"], ["updated_at", "2020-11-24 14:09:48.178065"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.179314"], ["updated_at", "2020-11-24 14:09:48.179314"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.180486"], ["updated_at", "2020-11-24 14:09:48.180486"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.181655"], ["updated_at", "2020-11-24 14:09:48.181655"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.182817"], ["updated_at", "2020-11-24 14:09:48.182817"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.183969"], ["updated_at", "2020-11-24 14:09:48.183969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.185141"], ["updated_at", "2020-11-24 14:09:48.185141"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.186299"], ["updated_at", "2020-11-24 14:09:48.186299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.187467"], ["updated_at", "2020-11-24 14:09:48.187467"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "317 Kendall Port, Lake Damontown, UT 35743-2800"], ["city", "Russelborough"], ["country", "Norway"], ["description", "Sit fuga nobis. In libero dolore."], ["email", "laurice@example.name"], ["first_name", "Dusti"], ["firstname", "Phillip"], ["last_name", "Predovic"], ["lastname", "Bogisich"], ["lat", "-57.865364470667615"], ["latitute", "20.137009191989932"], ["lng", "-145.12190626484005"], ["locale", "BE"], ["longitude", "112.63555694107168"], ["middlename", "Weber"], ["middle_name", "Stehr"], ["password", "36DeVgJ42"], ["phone", "846-819-0416 x95472"], ["phone_number", "917-419-2007 x79830"], ["reference", "5829b28b-2baa-4ac9-9113-e7ea91b94264"], ["title", "Velit commodi ducimus quo."], ["user_name", "marion.robel"], ["username", "lyndon_towne"], ["uuid", "0a592d20-abf3-4213-993c-7829e4af72e4"], ["created_at", "2020-11-24 14:09:48.208891"], ["updated_at", "2020-11-24 14:09:48.208891"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "273 Bosco Vista, Marksstad, CO 95344"], ["city", "Hicklebury"], ["country", "Micronesia"], ["description", "Rerum at voluptatem. Ipsam provident id. Dolore iusto reiciendis."], ["email", "carson.schmitt@example.biz"], ["first_name", "Scottie"], ["firstname", "Horace"], ["last_name", "Hahn"], ["lastname", "Schmeler"], ["lat", "36.527581878875665"], ["latitute", "60.69608711366041"], ["lng", "-50.56080214832767"], ["locale", "AL"], ["longitude", "-156.49597649538717"], ["middlename", "Quitzon"], ["middle_name", "Leannon"], ["password", "W6uIsAl6"], ["phone", "806-408-5378 x6772"], ["phone_number", "289-653-8406 x99960"], ["reference", "86eaa2b1-ca9d-4218-9cbf-781d7247a442"], ["title", "Cum earum dolore voluptatibus qui."], ["user_name", "perla.turner"], ["username", "lesli_buckridge"], ["uuid", "d511d03f-49e4-4ae8-98e3-45384d7e6d78"], ["created_at", "2020-11-24 14:09:48.231347"], ["updated_at", "2020-11-24 14:09:48.231347"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 195 85891 Burton Mission, Romagueraview, SD 40895"], ["city", "Port Sylvester"], ["country", "United Arab Emirates"], ["description", "Recusandae dolor fugit. Distinctio autem quod."], ["email", "daryl@example.co"], ["first_name", "Blondell"], ["firstname", "Guadalupe"], ["last_name", "Maggio"], ["lastname", "Windler"], ["lat", "-49.199179796104595"], ["latitute", "17.665333888944446"], ["lng", "33.659988911157996"], ["locale", "GA"], ["longitude", "155.48790086003152"], ["middlename", "Kling"], ["middle_name", "Heathcote"], ["password", "FfGxCfSaHr4"], ["phone", "(251) 244-4239 x485"], ["phone_number", "816.929.4731 x41808"], ["reference", "6e3057d1-f821-4358-af93-f539854df0b6"], ["title", "In ex optio architecto delectus."], ["user_name", "kathy"], ["username", "malcolm.williamson"], ["uuid", "8f23ce2c-b768-4e92-af89-bb3e1eae7436"], ["created_at", "2020-11-24 14:09:48.252794"], ["updated_at", "2020-11-24 14:09:48.252794"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "51187 Gislason Roads, Brianneside, WY 61842"], ["city", "West Kristopher"], ["country", "Saudi Arabia"], ["description", "Ipsa ea cupiditate. Culpa esse officiis. Maxime consequuntur earum."], ["email", "simon.skiles@example.io"], ["first_name", "Michel"], ["firstname", "Andreas"], ["last_name", "Thompson"], ["lastname", "Farrell"], ["lat", "-13.965025157913587"], ["latitute", "-13.084082152011916"], ["lng", "34.51352800846823"], ["locale", "SB"], ["longitude", "-32.90950225250603"], ["middlename", "Greenholt"], ["middle_name", "Torphy"], ["password", "83L66pFr9W8f0PwJ"], ["phone", "989-497-7503"], ["phone_number", "794-102-8433 x565"], ["reference", "fa25dc0b-f1b0-4e44-b8e3-25f118e30f0a"], ["title", "Non sunt earum nostrum."], ["user_name", "barton"], ["username", "juan"], ["uuid", "7d828edc-3ebb-4321-adb4-83e4399f4391"], ["created_at", "2020-11-24 14:09:48.284834"], ["updated_at", "2020-11-24 14:09:48.284834"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 155 865 Anjanette Manor, Port Youngchester, WY 09181-9478"], ["city", "South Myronstad"], ["country", "Democratic People's Republic of Korea"], ["description", "Eaque inventore rerum. Rerum omnis ipsum."], ["email", "hoyt@example.io"], ["first_name", "Joe"], ["firstname", "Ambrose"], ["last_name", "Connelly"], ["lastname", "Wolff"], ["lat", "-21.770245031969466"], ["latitute", "31.882764806365884"], ["lng", "-11.045631856559766"], ["locale", "GD"], ["longitude", "-61.408614563637755"], ["middlename", "McCullough"], ["middle_name", "Mayert"], ["password", "ZvOv4XeMrI5pPhX"], ["phone", "(842) 514-2350 x3747"], ["phone_number", "(625) 158-6283"], ["reference", "83860dba-081f-42d6-8918-d5ebd8085b4e"], ["title", "Quidem deserunt reiciendis voluptate adipisci vero."], ["user_name", "laure"], ["username", "johnathon_larson"], ["uuid", "d6754c7d-636d-4e13-99f9-9496ae5064ce"], ["created_at", "2020-11-24 14:09:48.307801"], ["updated_at", "2020-11-24 14:09:48.307801"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "126 Kyla Grove, Lake Danny, MA 96910-1487"], ["city", "Port Dave"], ["country", "Mali"], ["description", "Provident reprehenderit labore. Nam corrupti est. Cum sed nisi. Tempora aliquid eius. Deserunt ipsam cum."], ["email", "sara.wiegand@example.io"], ["first_name", "Trenton"], ["firstname", "Victor"], ["last_name", "Schulist"], ["lastname", "Bechtelar"], ["lat", "-87.26418994808928"], ["latitute", "-1.0131966624720832"], ["lng", "75.29647100004303"], ["locale", "GQ"], ["longitude", "-119.31872480842239"], ["middlename", "Wintheiser"], ["middle_name", "Considine"], ["password", "MzVr7FbGnAx"], ["phone", "(283) 246-7056 x27584"], ["phone_number", "1-693-626-7540 x026"], ["reference", "1dc4ce9d-a6db-478a-8980-680e3861019b"], ["title", "Eveniet repellendus mollitia."], ["user_name", "azucena"], ["username", "georgiann.champlin"], ["uuid", "525221b5-4711-4649-a21c-673ab14c8411"], ["created_at", "2020-11-24 14:09:48.329686"], ["updated_at", "2020-11-24 14:09:48.329686"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 150 1029 Reinger Meadows, Croninfurt, ND 11099"], ["city", "Michealview"], ["country", "Nauru"], ["description", "Labore fuga voluptas. Ex quam vitae. Perspiciatis temporibus ea. Amet impedit aspernatur. Quos quo quas."], ["email", "marcelo@example.info"], ["first_name", "Lonnie"], ["firstname", "Winnifred"], ["last_name", "Champlin"], ["lastname", "Dickinson"], ["lat", "9.851226086617359"], ["latitute", "37.5994606985074"], ["lng", "171.22759652485547"], ["locale", "SE"], ["longitude", "-21.625106975958715"], ["middlename", "Becker"], ["middle_name", "Kovacek"], ["password", "3W2pF73q7XmQi9"], ["phone", "118-730-1845 x95902"], ["phone_number", "792-208-8260 x29308"], ["reference", "a6d7d33c-f2f4-4346-91de-dcb22bc8013e"], ["title", "Qui sequi vel facilis."], ["user_name", "andres"], ["username", "percy"], ["uuid", "886772ff-e1d3-4241-b7d3-a36f1296687a"], ["created_at", "2020-11-24 14:09:48.351369"], ["updated_at", "2020-11-24 14:09:48.351369"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 674 8569 Kennith Greens, East Raymondchester, NY 16911-0435"], ["city", "East Yongport"], ["country", "Denmark"], ["description", "Quis eius consectetur. Dolore rerum et. Natus vel est."], ["email", "tyron@example.net"], ["first_name", "Delmar"], ["firstname", "Sau"], ["last_name", "West"], ["lastname", "Oberbrunner"], ["lat", "43.12520259374338"], ["latitute", "-42.38340277674004"], ["lng", "-135.06675168478773"], ["locale", "SK"], ["longitude", "-98.021551639977"], ["middlename", "Cartwright"], ["middle_name", "Parisian"], ["password", "OuSoHdKf"], ["phone", "556-676-6376 x1254"], ["phone_number", "761-396-1216 x814"], ["reference", "057df280-7d54-4ef5-bf28-26dcc9fa5eb2"], ["title", "Et repudiandae nihil."], ["user_name", "zane"], ["username", "darron_aufderhar"], ["uuid", "e394c52e-3d91-4295-918f-974fe1919982"], ["created_at", "2020-11-24 14:09:48.373077"], ["updated_at", "2020-11-24 14:09:48.373077"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:09:48.375000"], ["updated_at", "2020-11-24 14:09:48.375000"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:09:48.376242"], ["updated_at", "2020-11-24 14:09:48.376242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:09:48.377389"], ["updated_at", "2020-11-24 14:09:48.377389"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:09:48.378515"], ["updated_at", "2020-11-24 14:09:48.378515"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:09:48.379665"], ["updated_at", "2020-11-24 14:09:48.379665"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:09:48.380782"], ["updated_at", "2020-11-24 14:09:48.380782"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:09:48.381855"], ["updated_at", "2020-11-24 14:09:48.381855"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:09:48.382915"], ["updated_at", "2020-11-24 14:09:48.382915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.398595"], ["updated_at", "2020-11-24 14:09:48.398595"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.399386"], ["updated_at", "2020-11-24 14:09:48.399386"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.400074"], ["updated_at", "2020-11-24 14:09:48.400074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.400713"], ["updated_at", "2020-11-24 14:09:48.400713"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.401349"], ["updated_at", "2020-11-24 14:09:48.401349"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.401991"], ["updated_at", "2020-11-24 14:09:48.401991"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.402628"], ["updated_at", "2020-11-24 14:09:48.402628"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.403266"], ["updated_at", "2020-11-24 14:09:48.403266"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:09:48.403951"], ["updated_at", "2020-11-24 14:09:48.403951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:09:48.404650"], ["updated_at", "2020-11-24 14:09:48.404650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:09:48.405313"], ["updated_at", "2020-11-24 14:09:48.405313"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:09:48.405971"], ["updated_at", "2020-11-24 14:09:48.405971"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:09:48.406627"], ["updated_at", "2020-11-24 14:09:48.406627"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:09:48.407283"], ["updated_at", "2020-11-24 14:09:48.407283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:09:48.407937"], ["updated_at", "2020-11-24 14:09:48.407937"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:09:48.408603"], ["updated_at", "2020-11-24 14:09:48.408603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 17.1923383682911], ["string", "Aut ea perferendis officiis qui."], ["date", "2020-10-17"], ["time", "2000-01-01 06:59:24.404176"], ["datetime", "2020-10-23 13:59:58.150614"], ["created_at", "2020-11-24 14:09:48.448551"], ["updated_at", "2020-11-24 14:09:48.448551"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 31], ["decimal", 15.0076113652485], ["string", "Asperiores repellendus fugit consequuntur et."], ["date", "2020-11-12"], ["time", "2000-01-01 22:51:27.269298"], ["datetime", "2020-12-02 23:14:15.465457"], ["created_at", "2020-11-24 14:09:48.453096"], ["updated_at", "2020-11-24 14:09:48.453096"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 18.3408869532337], ["string", "Doloribus perferendis blanditiis velit tenetur architecto."], ["date", "2020-11-09"], ["time", "2000-01-01 14:31:12.669051"], ["datetime", "2020-12-03 19:37:13.602333"], ["created_at", "2020-11-24 14:09:48.456457"], ["updated_at", "2020-11-24 14:09:48.456457"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 18.3624091280424], ["string", "Accusantium laboriosam at."], ["date", "2020-10-24"], ["time", "2000-01-01 23:03:58.544821"], ["datetime", "2020-11-13 11:36:14.515036"], ["created_at", "2020-11-24 14:09:48.461353"], ["updated_at", "2020-11-24 14:09:48.461353"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 18.8402645898445], ["string", "Expedita exercitationem perferendis."], ["date", "2021-01-01"], ["time", "2000-01-01 19:42:12.987494"], ["datetime", "2020-10-27 08:25:43.243238"], ["created_at", "2020-11-24 14:09:48.465140"], ["updated_at", "2020-11-24 14:09:48.465140"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 2.33721134340631], ["string", "Porro quaerat veniam est et."], ["date", "2020-11-19"], ["time", "2000-01-01 01:53:55.864711"], ["datetime", "2020-12-03 08:17:37.559180"], ["created_at", "2020-11-24 14:09:48.469115"], ["updated_at", "2020-11-24 14:09:48.469115"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.472548"], ["updated_at", "2020-11-24 14:09:48.472548"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 21], ["decimal", 14.5656293985252], ["string", "Et est recusandae in."], ["date", "2020-11-12"], ["time", "2000-01-01 16:08:28.770545"], ["datetime", "2020-11-05 21:29:18.030446"], ["created_at", "2020-11-24 14:09:48.504956"], ["updated_at", "2020-11-24 14:09:48.504956"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 2.80149133386527], ["string", "Fuga qui porro adipisci."], ["date", "2020-11-24"], ["time", "2000-01-01 15:06:00.146188"], ["datetime", "2020-12-15 16:45:50.117591"], ["created_at", "2020-11-24 14:09:48.508304"], ["updated_at", "2020-11-24 14:09:48.508304"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 21.4246613266905], ["string", "Autem fugiat ut optio."], ["date", "2020-12-14"], ["time", "2000-01-01 21:20:15.531650"], ["datetime", "2020-11-20 13:36:53.903322"], ["created_at", "2020-11-24 14:09:48.511628"], ["updated_at", "2020-11-24 14:09:48.511628"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 21.5580462376444], ["string", "Aut aperiam molestiae officiis."], ["date", "2020-11-20"], ["time", "2000-01-01 18:42:19.143984"], ["datetime", "2020-12-16 02:14:09.350116"], ["created_at", "2020-11-24 14:09:48.514965"], ["updated_at", "2020-11-24 14:09:48.514965"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 18.6976848556388], ["string", "Sed qui ad quaerat qui rerum."], ["date", "2020-11-20"], ["time", "2000-01-01 15:37:03.196873"], ["datetime", "2020-11-21 00:59:49.340717"], ["created_at", "2020-11-24 14:09:48.519005"], ["updated_at", "2020-11-24 14:09:48.519005"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 10.1972767030844], ["string", "Officiis delectus illum aliquid."], ["date", "2020-10-13"], ["time", "2000-01-01 16:01:48.332113"], ["datetime", "2020-12-12 23:03:59.310281"], ["created_at", "2020-11-24 14:09:48.522365"], ["updated_at", "2020-11-24 14:09:48.522365"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 8.07622428214495], ["string", "Temporibus ipsam qui."], ["date", "2020-12-03"], ["time", "2000-01-01 00:18:51.430443"], ["datetime", "2020-12-14 19:42:00.372104"], ["created_at", "2020-11-24 14:09:48.525350"], ["updated_at", "2020-11-24 14:09:48.525350"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 34], ["decimal", 19.8483113971408], ["string", "Quidem est in consequatur et expedita."], ["date", "2020-10-18"], ["time", "2000-01-01 15:37:04.018140"], ["datetime", "2020-12-07 21:30:17.945786"], ["created_at", "2020-11-24 14:09:48.528448"], ["updated_at", "2020-11-24 14:09:48.528448"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 3.65672001306627], ["string", "Harum sequi ullam et."], ["created_at", "2020-11-24 14:09:48.567619"], ["updated_at", "2020-11-24 14:09:48.567619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 9.87899325216724], ["string", "Dolor omnis reprehenderit."], ["created_at", "2020-11-24 14:09:48.604016"], ["updated_at", "2020-11-24 14:09:48.604016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 0.444105024731502], ["string", "Nulla provident aliquam."], ["created_at", "2020-11-24 14:09:48.640038"], ["updated_at", "2020-11-24 14:09:48.640038"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 10.8247723141301], ["string", "Nostrum aut amet sed quis."], ["created_at", "2020-11-24 14:09:48.683601"], ["updated_at", "2020-11-24 14:09:48.683601"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 11.9823282474294], ["string", "Quia rem ducimus."], ["created_at", "2020-11-24 14:09:48.720828"], ["updated_at", "2020-11-24 14:09:48.720828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 3.14133898604181], ["string", "Laborum natus corporis officia occaecati quis."], ["created_at", "2020-11-24 14:09:48.757023"], ["updated_at", "2020-11-24 14:09:48.757023"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 22.0122911759142], ["string", "Quia maiores commodi ut."], ["created_at", "2020-11-24 14:09:48.793115"], ["updated_at", "2020-11-24 14:09:48.793115"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["decimal", 20.2082426333146], ["string", "Ut maxime soluta aut sed."], ["created_at", "2020-11-24 14:09:48.834034"], ["updated_at", "2020-11-24 14:09:48.834034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:09:48.835725"], ["updated_at", "2020-11-24 14:09:48.835725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:09:48.837022"], ["updated_at", "2020-11-24 14:09:48.837022"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:09:48.838229"], ["updated_at", "2020-11-24 14:09:48.838229"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:09:48.839413"], ["updated_at", "2020-11-24 14:09:48.839413"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:09:48.840591"], ["updated_at", "2020-11-24 14:09:48.840591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:09:48.841762"], ["updated_at", "2020-11-24 14:09:48.841762"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:09:48.842939"], ["updated_at", "2020-11-24 14:09:48.842939"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:09:48.844129"], ["updated_at", "2020-11-24 14:09:48.844129"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-24 14:09:48.845833"], ["updated_at", "2020-11-24 14:09:48.845833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-24 14:09:48.847471"], ["updated_at", "2020-11-24 14:09:48.847471"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-24 14:09:48.849059"], ["updated_at", "2020-11-24 14:09:48.849059"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-24 14:09:48.850609"], ["updated_at", "2020-11-24 14:09:48.850609"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-24 14:09:48.852169"], ["updated_at", "2020-11-24 14:09:48.852169"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 8], ["created_at", "2020-11-24 14:09:48.853746"], ["updated_at", "2020-11-24 14:09:48.853746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-24 14:09:48.855308"], ["updated_at", "2020-11-24 14:09:48.855308"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 2], ["created_at", "2020-11-24 14:09:48.856869"], ["updated_at", "2020-11-24 14:09:48.856869"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 14:09:48.858127"], ["updated_at", "2020-11-24 14:09:48.858127"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 14:09:48.859342"], ["updated_at", "2020-11-24 14:09:48.859342"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 14:09:48.860547"], ["updated_at", "2020-11-24 14:09:48.860547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 14:09:48.861761"], ["updated_at", "2020-11-24 14:09:48.861761"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 14:09:48.862946"], ["updated_at", "2020-11-24 14:09:48.862946"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 14:09:48.864156"], ["updated_at", "2020-11-24 14:09:48.864156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 14:09:48.865371"], ["updated_at", "2020-11-24 14:09:48.865371"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 14:09:48.866545"], ["updated_at", "2020-11-24 14:09:48.866545"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.867295"], ["updated_at", "2020-11-24 14:09:48.867295"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.867986"], ["updated_at", "2020-11-24 14:09:48.867986"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.868632"], ["updated_at", "2020-11-24 14:09:48.868632"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.869274"], ["updated_at", "2020-11-24 14:09:48.869274"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.869907"], ["updated_at", "2020-11-24 14:09:48.869907"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.870544"], ["updated_at", "2020-11-24 14:09:48.870544"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.871173"], ["updated_at", "2020-11-24 14:09:48.871173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.871806"], ["updated_at", "2020-11-24 14:09:48.871806"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.873092"], ["updated_at", "2020-11-24 14:09:48.873092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.874282"], ["updated_at", "2020-11-24 14:09:48.874282"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.875415"], ["updated_at", "2020-11-24 14:09:48.875415"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.876548"], ["updated_at", "2020-11-24 14:09:48.876548"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.877682"], ["updated_at", "2020-11-24 14:09:48.877682"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.878833"], ["updated_at", "2020-11-24 14:09:48.878833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.879926"], ["updated_at", "2020-11-24 14:09:48.879926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:48.881027"], ["updated_at", "2020-11-24 14:09:48.881027"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 982 67353 Efren Land, Derickville, IN 26655"], ["city", "Ellifurt"], ["country", "Spain"], ["description", "Animi aliquam dignissimos. Dignissimos eum et. Illo nulla recusandae. Et voluptatem optio."], ["email", "lino@example.io"], ["first_name", "Kurt"], ["firstname", "Dana"], ["last_name", "Schumm"], ["lastname", "Willms"], ["lat", "12.175634675155877"], ["latitute", "-58.09820100863462"], ["lng", "19.714271990774705"], ["locale", "MQ"], ["longitude", "-19.057514153385142"], ["middlename", "Bartoletti"], ["middle_name", "Powlowski"], ["password", "BjTuZtA2jHpZhQc"], ["phone", "491-399-3275 x855"], ["phone_number", "1-174-838-8682 x02500"], ["reference", "a277bfe7-c73a-4089-8ffe-958dc5f3392e"], ["title", "Dolore laborum tempora in."], ["user_name", "stanley_greenfelder"], ["username", "suzi"], ["uuid", "4da8a82a-3e3c-45b2-826e-5b98ce0587b8"], ["created_at", "2020-11-24 14:09:48.902508"], ["updated_at", "2020-11-24 14:09:48.902508"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 533 49523 Lind Cliff, Greggburgh, MO 33393"], ["city", "North Kattieland"], ["country", "Wallis and Futuna"], ["description", "Quas harum eum. Ex ducimus asperiores. Facere veritatis laborum."], ["email", "ilse@example.com"], ["first_name", "Toi"], ["firstname", "Curtis"], ["last_name", "Botsford"], ["lastname", "Shields"], ["lat", "32.623505346863226"], ["latitute", "-29.25356960644001"], ["lng", "18.834618633635046"], ["locale", "BZ"], ["longitude", "-131.41951546959973"], ["middlename", "Mohr"], ["middle_name", "Ullrich"], ["password", "Vw19NcUhGjFvD"], ["phone", "214-129-4230"], ["phone_number", "(979) 817-2389"], ["reference", "15da92d0-3c81-4349-861b-8db3ac218582"], ["title", "Incidunt ut iste alias sapiente animi."], ["user_name", "peg.mertz"], ["username", "edmond"], ["uuid", "b2128510-19c2-4f47-8f74-e31bbae360e1"], ["created_at", "2020-11-24 14:09:48.924176"], ["updated_at", "2020-11-24 14:09:48.924176"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 389 900 Christin Port, Lawrenceburgh, ND 21774"], ["city", "North Sherell"], ["country", "Norfolk Island"], ["description", "Vitae expedita aut. Et quasi quo. Corporis quaerat ullam. Odio eos consequatur. Eaque dolores deserunt."], ["email", "carole.wiegand@example.co"], ["first_name", "Kim"], ["firstname", "Serina"], ["last_name", "Ritchie"], ["lastname", "Bayer"], ["lat", "-32.15596250014125"], ["latitute", "19.617189619737744"], ["lng", "-50.360742293745574"], ["locale", "KP"], ["longitude", "-3.073784551487364"], ["middlename", "Heidenreich"], ["middle_name", "Murphy"], ["password", "0Ya2CqO6p17Fs5D6"], ["phone", "451.892.3676"], ["phone_number", "(943) 397-5975 x78267"], ["reference", "7f1a447a-dae0-4525-99a9-88011fb23f87"], ["title", "Vitae non reiciendis."], ["user_name", "raye"], ["username", "corene"], ["uuid", "361bc5e8-6fe3-44aa-9002-8c845b191d69"], ["created_at", "2020-11-24 14:09:48.946118"], ["updated_at", "2020-11-24 14:09:48.946118"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 165 533 Bogisich Route, Lake Adella, MN 98848"], ["city", "Port Rufus"], ["country", "Latvia"], ["description", "Incidunt et doloribus. Libero deleniti officiis. Corrupti non itaque."], ["email", "robbi@example.co"], ["first_name", "Ingrid"], ["firstname", "Porfirio"], ["last_name", "Ortiz"], ["lastname", "Rosenbaum"], ["lat", "13.811187976142037"], ["latitute", "-78.68774533223358"], ["lng", "46.48645081639839"], ["locale", "TM"], ["longitude", "130.44724640053226"], ["middlename", "Thiel"], ["middle_name", "Wiza"], ["password", "3MqGxYiDo60"], ["phone", "(551) 633-4425 x3769"], ["phone_number", "260-344-9187 x383"], ["reference", "025e2745-b404-4803-b116-e8cb11eaae95"], ["title", "Porro cupiditate dolor."], ["user_name", "nellie.brekke"], ["username", "corine"], ["uuid", "d18798c7-8b01-4c37-8b17-db68f1501682"], ["created_at", "2020-11-24 14:09:48.967605"], ["updated_at", "2020-11-24 14:09:48.967605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4995 Dylan Fall, South Toshia, DE 62965-5605"], ["city", "North Madalyn"], ["country", "Uzbekistan"], ["description", "Totam sed ducimus. Saepe temporibus earum. Non vero asperiores. Dolor velit sequi. Minus nihil illo."], ["email", "ivy_hettinger@example.info"], ["first_name", "Derrick"], ["firstname", "Doretha"], ["last_name", "Price"], ["lastname", "Schaden"], ["lat", "34.472549235191096"], ["latitute", "-89.73399846594909"], ["lng", "-90.82877510923666"], ["locale", "TL"], ["longitude", "149.25286513058768"], ["middlename", "Bahringer"], ["middle_name", "Gleichner"], ["password", "Ou9UaHiD"], ["phone", "(394) 387-0195 x4303"], ["phone_number", "128-969-2272 x943"], ["reference", "0344258a-e090-4521-963e-9553cee9cbf8"], ["title", "Id ut optio est est."], ["user_name", "basil.watsica"], ["username", "emerson"], ["uuid", "474dff3d-aa06-4405-ba50-c8632480563c"], ["created_at", "2020-11-24 14:09:48.997757"], ["updated_at", "2020-11-24 14:09:48.997757"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 441 4806 Littel Springs, North Carlinemouth, WV 05870"], ["city", "Rosenbaumville"], ["country", "Democratic People's Republic of Korea"], ["description", "In accusamus et. Temporibus nisi voluptate. Laborum ut et. Cumque facere eveniet."], ["email", "edith@example.io"], ["first_name", "Heath"], ["firstname", "Allyson"], ["last_name", "Waelchi"], ["lastname", "West"], ["lat", "-0.05996614416388013"], ["latitute", "-85.99388481531695"], ["lng", "33.31952879357655"], ["locale", "VG"], ["longitude", "-136.5607051254734"], ["middlename", "Ziemann"], ["middle_name", "Greenfelder"], ["password", "IpNkA6vDjBcQ18"], ["phone", "268-381-4950"], ["phone_number", "806-865-4369"], ["reference", "cfd308fb-7b99-4fc3-a2e6-96525c21f0e9"], ["title", "Praesentium quaerat aliquam dolor qui accusantium."], ["user_name", "shannon"], ["username", "easter"], ["uuid", "1aff848c-9909-4525-b242-876000eca729"], ["created_at", "2020-11-24 14:09:49.019747"], ["updated_at", "2020-11-24 14:09:49.019747"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 961 144 Kunde Walk, Anjelicaland, OK 70987-6840"], ["city", "Paucekton"], ["country", "Philippines"], ["description", "Ut facilis repellat. Commodi nemo cupiditate. Nulla quae non. Quis voluptatem ad. Quis non et."], ["email", "rex@example.com"], ["first_name", "Nathaniel"], ["firstname", "Val"], ["last_name", "Kessler"], ["lastname", "Hilll"], ["lat", "-18.553048755629092"], ["latitute", "-71.43801662634782"], ["lng", "48.77227568476266"], ["locale", "AZ"], ["longitude", "-109.45193074827526"], ["middlename", "Yundt"], ["middle_name", "Robel"], ["password", "0MjXkNhKm1M6uWq"], ["phone", "(176) 959-2288 x82342"], ["phone_number", "405-439-6316 x2545"], ["reference", "3bb7715f-bf43-4a50-aa03-b19c0463637a"], ["title", "Sit adipisci quibusdam facere."], ["user_name", "jody.ward"], ["username", "wendie"], ["uuid", "f5a817fc-af5d-4437-8a82-15e5cb1eb66c"], ["created_at", "2020-11-24 14:09:49.041537"], ["updated_at", "2020-11-24 14:09:49.041537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "33460 Gleason Hill, Lake Glenbury, WV 93234-6859"], ["city", "West Bobbyetown"], ["country", "Mali"], ["description", "Rem aliquam qui. Blanditiis ea qui. Voluptates sit et. Sunt cupiditate et. Aut ut iure."], ["email", "terrance@example.net"], ["first_name", "Delcie"], ["firstname", "Sherley"], ["last_name", "Rippin"], ["lastname", "Harvey"], ["lat", "-38.29862367921469"], ["latitute", "-77.82031637035821"], ["lng", "-86.183477842535"], ["locale", "NI"], ["longitude", "-6.7718174476102035"], ["middlename", "Huel"], ["middle_name", "Konopelski"], ["password", "RsXoW7cCqFu"], ["phone", "587-557-0470 x567"], ["phone_number", "(925) 708-0687 x267"], ["reference", "dcb98a70-5afd-46bc-acb2-ea035b66b84f"], ["title", "Qui est sint expedita."], ["user_name", "augustina"], ["username", "sina.medhurst"], ["uuid", "2e84b7e9-ab51-4032-b265-0dbffb52dec4"], ["created_at", "2020-11-24 14:09:49.063153"], ["updated_at", "2020-11-24 14:09:49.063153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:09:49.065074"], ["updated_at", "2020-11-24 14:09:49.065074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:09:49.066325"], ["updated_at", "2020-11-24 14:09:49.066325"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:09:49.067471"], ["updated_at", "2020-11-24 14:09:49.067471"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:09:49.068619"], ["updated_at", "2020-11-24 14:09:49.068619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:09:49.069761"], ["updated_at", "2020-11-24 14:09:49.069761"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:09:49.070865"], ["updated_at", "2020-11-24 14:09:49.070865"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:09:49.071966"], ["updated_at", "2020-11-24 14:09:49.071966"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:09:49.073086"], ["updated_at", "2020-11-24 14:09:49.073086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:49.088830"], ["updated_at", "2020-11-24 14:09:49.088830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:49.089660"], ["updated_at", "2020-11-24 14:09:49.089660"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:49.090317"], ["updated_at", "2020-11-24 14:09:49.090317"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:49.090934"], ["updated_at", "2020-11-24 14:09:49.090934"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:49.091547"], ["updated_at", "2020-11-24 14:09:49.091547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:49.092172"], ["updated_at", "2020-11-24 14:09:49.092172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:49.092780"], ["updated_at", "2020-11-24 14:09:49.092780"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:09:49.093395"], ["updated_at", "2020-11-24 14:09:49.093395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:09:49.094056"], ["updated_at", "2020-11-24 14:09:49.094056"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:09:49.094724"], ["updated_at", "2020-11-24 14:09:49.094724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:09:49.095366"], ["updated_at", "2020-11-24 14:09:49.095366"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:09:49.096024"], ["updated_at", "2020-11-24 14:09:49.096024"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:09:49.096684"], ["updated_at", "2020-11-24 14:09:49.096684"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:09:49.097338"], ["updated_at", "2020-11-24 14:09:49.097338"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:09:49.097992"], ["updated_at", "2020-11-24 14:09:49.097992"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:09:49.098646"], ["updated_at", "2020-11-24 14:09:49.098646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.0ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.5ms) SELECT sqlite_version(*)  (0.0ms) SELECT sqlite_version(*)  (0.0ms) SELECT sqlite_version(*)  (0.1ms) DROP TABLE IF EXISTS "alfas"  (37.4ms) CREATE TABLE "alfas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean" boolean, "integer" integer, "decimal" decimal, "string" varchar, "date" date, "time" time, "datetime" datetime, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "bravos"  (2.2ms) CREATE TABLE "bravos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean" boolean DEFAULT 0 NOT NULL, "integer" integer NOT NULL, "decimal" decimal NOT NULL, "string" varchar NOT NULL, "unique" integer, "one_of_strings" varchar, "one_of_integers" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "charlies"  (1.7ms) CREATE TABLE "charlies" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.9ms) CREATE INDEX "index_charlies_on_alfa_id" ON "charlies" ("alfa_id")  (0.1ms) DROP TABLE IF EXISTS "deltas"  (1.8ms) CREATE TABLE "deltas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.8ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (1.6ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.1ms) DROP TABLE IF EXISTS "echos"  (1.8ms) CREATE TABLE "echos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "echoable_type" varchar, "echoable_id" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.7ms) CREATE INDEX "index_echos_on_echoable_type_and_echoable_id" ON "echos" ("echoable_type", "echoable_id")  (0.1ms) DROP TABLE IF EXISTS "foxtrots"  (1.6ms) CREATE TABLE "foxtrots" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "hotels"  (1.6ms) CREATE TABLE "hotels" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer)  (1.6ms) CREATE INDEX "index_hotels_on_india_id" ON "hotels" ("india_id")  (0.1ms) DROP TABLE IF EXISTS "indias"  (1.6ms) CREATE TABLE "indias" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.6ms) CREATE INDEX "index_indias_on_hotel_id" ON "indias" ("hotel_id")  (0.1ms) DROP TABLE IF EXISTS "julietts"  (2.0ms) CREATE TABLE "julietts" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "alfa_id" integer NOT NULL, "string" varchar, "integer" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.8ms) CREATE INDEX "index_julietts_on_alfa_id" ON "julietts" ("alfa_id")  (0.1ms) DROP TABLE IF EXISTS "kilos"  (1.8ms) CREATE TABLE "kilos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "encrypted_password" varchar, "reset_password_token" varchar, "reset_password_sent_at" varchar, "remember_created_at" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "limas"  (1.8ms) CREATE TABLE "limas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "address" varchar, "city" varchar, "country" varchar, "description" varchar, "email" varchar, "first_name" varchar, "firstname" varchar, "last_name" varchar, "lastname" varchar, "lat" varchar, "latitute" varchar, "lng" varchar, "locale" varchar, "longitude" varchar, "middlename" varchar, "middle_name" varchar, "password" varchar, "phone" varchar, "phone_number" varchar, "reference" varchar, "title" varchar, "user_name" varchar, "username" varchar, "uuid" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "acharlies" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_acharlies_on_alfa_id" ON "acharlies" ("alfa_id")  (0.1ms) INSERT INTO "acharlies" ("id","alfa_id","created_at","updated_at") SELECT "id","alfa_id","created_at","updated_at" FROM "charlies"  (0.1ms) DROP TABLE "charlies"  (0.1ms) CREATE TABLE "charlies" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_c22432acee" FOREIGN KEY ("alfa_id") REFERENCES "alfas" ("id") )  (0.1ms) CREATE INDEX "index_charlies_on_alfa_id" ON "charlies" ("alfa_id")  (0.1ms) INSERT INTO "charlies" ("id","alfa_id","created_at","updated_at") SELECT "id","alfa_id","created_at","updated_at" FROM "acharlies"  (0.1ms) DROP TABLE "acharlies"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "adeltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_adeltas_on_zed_id" ON "adeltas" ("zed_id")  (0.1ms) CREATE INDEX "tindex_adeltas_on_bravo_id" ON "adeltas" ("bravo_id")  (0.1ms) INSERT INTO "adeltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "deltas"  (0.2ms) DROP TABLE "deltas"  (0.1ms) CREATE TABLE "deltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_aa131d729d" FOREIGN KEY ("bravo_id") REFERENCES "bravos" ("id") )  (0.1ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (0.1ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.1ms) INSERT INTO "deltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "adeltas"  (0.1ms) DROP TABLE "adeltas"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.9ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "adeltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_adeltas_on_zed_id" ON "adeltas" ("zed_id")  (0.1ms) CREATE INDEX "tindex_adeltas_on_bravo_id" ON "adeltas" ("bravo_id")  (0.1ms) INSERT INTO "adeltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "deltas"  (0.2ms) DROP TABLE "deltas"  (0.1ms) CREATE TABLE "deltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_aa131d729d" FOREIGN KEY ("bravo_id") REFERENCES "bravos" ("id") , CONSTRAINT "fk_rails_afc1a9c87d" FOREIGN KEY ("zed_id") REFERENCES "charlies" ("id") )  (0.7ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (0.1ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.1ms) INSERT INTO "deltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "adeltas"  (0.1ms) DROP TABLE "adeltas"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (2.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "ahotels" ("id" integer NOT NULL PRIMARY KEY, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer DEFAULT NULL)  (0.1ms) CREATE INDEX "tindex_ahotels_on_india_id" ON "ahotels" ("india_id")  (0.0ms) INSERT INTO "ahotels" ("id","created_at","updated_at","india_id") SELECT "id","created_at","updated_at","india_id" FROM "hotels"  (0.1ms) DROP TABLE "hotels"  (0.1ms) CREATE TABLE "hotels" ("id" integer NOT NULL PRIMARY KEY, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer DEFAULT NULL, CONSTRAINT "fk_rails_2d98147578" FOREIGN KEY ("india_id") REFERENCES "indias" ("id") )  (0.1ms) CREATE INDEX "index_hotels_on_india_id" ON "hotels" ("india_id")  (0.0ms) INSERT INTO "hotels" ("id","created_at","updated_at","india_id") SELECT "id","created_at","updated_at","india_id" FROM "ahotels"  (0.1ms) DROP TABLE "ahotels"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "aindias" ("id" integer NOT NULL PRIMARY KEY, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_aindias_on_hotel_id" ON "aindias" ("hotel_id")  (0.0ms) INSERT INTO "aindias" ("id","hotel_id","created_at","updated_at") SELECT "id","hotel_id","created_at","updated_at" FROM "indias"  (0.1ms) DROP TABLE "indias"  (0.1ms) CREATE TABLE "indias" ("id" integer NOT NULL PRIMARY KEY, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_304a9d92d0" FOREIGN KEY ("hotel_id") REFERENCES "hotels" ("id") )  (0.1ms) CREATE INDEX "index_indias_on_hotel_id" ON "indias" ("hotel_id")  (0.0ms) INSERT INTO "indias" ("id","hotel_id","created_at","updated_at") SELECT "id","hotel_id","created_at","updated_at" FROM "aindias"  (0.1ms) DROP TABLE "aindias"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "ajulietts" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "string" varchar DEFAULT NULL, "integer" integer DEFAULT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_ajulietts_on_alfa_id" ON "ajulietts" ("alfa_id")  (0.0ms) INSERT INTO "ajulietts" ("id","alfa_id","string","integer","created_at","updated_at") SELECT "id","alfa_id","string","integer","created_at","updated_at" FROM "julietts"  (0.1ms) DROP TABLE "julietts"  (0.1ms) CREATE TABLE "julietts" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "string" varchar DEFAULT NULL, "integer" integer DEFAULT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_996fd14f94" FOREIGN KEY ("alfa_id") REFERENCES "alfas" ("id") )  (0.1ms) CREATE INDEX "index_julietts_on_alfa_id" ON "julietts" ("alfa_id")  (0.0ms) INSERT INTO "julietts" ("id","alfa_id","string","integer","created_at","updated_at") SELECT "id","alfa_id","string","integer","created_at","updated_at" FROM "ajulietts"  (0.1ms) DROP TABLE "ajulietts"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES (20200923100338)  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES (20200923100317), (20200923100328), (20200923100329), (20200923100330), (20200923100331), (20200923100332), (20200923100334), (20200923100335), (20200923100336), (20200923100337);   (1.7ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2020-11-24 14:20:27.097570"], ["updated_at", "2020-11-24 14:20:27.097570"]]  (1.3ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ActiveRecord::InternalMetadata Load (0.0ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "schema_sha1"], ["LIMIT", 1]]  (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "schema_sha1"], ["value", "66ef1368c6f976b71aaae6f01ba990668f4a036a"], ["created_at", "2020-11-24 14:20:27.102444"], ["updated_at", "2020-11-24 14:20:27.102444"]]  (2.1ms) commit transaction  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.7ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.8ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.9ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:20:28.362274"], ["updated_at", "2020-11-24 14:20:28.362274"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.3ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (2.0ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (2.0ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.8ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (2.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 322 36368 Gibson Port, Lake Elizabet, SD 70859-5660"], ["city", "West Mattville"], ["country", "Algeria"], ["description", "Aut corporis rerum. Molestiae enim suscipit. Vero accusamus non. Provident dolorem dolor."], ["email", "hilton@example.biz"], ["first_name", "Santo"], ["firstname", "Corrin"], ["last_name", "Berge"], ["lastname", "Dicki"], ["lat", "1.895481776375462"], ["latitute", "0.6503317852195778"], ["lng", "-162.69751795008358"], ["locale", "KH"], ["longitude", "-26.754078059872086"], ["middlename", "Greenfelder"], ["middle_name", "Koss"], ["password", "XzGzRjOgXfE"], ["phone", "(214) 948-2120 x8032"], ["phone_number", "904.587.6198 x45409"], ["reference", "85c3d47d-250e-4a8b-807f-fcd8d41c401d"], ["title", "Vero numquam autem accusantium fuga odio."], ["user_name", "mack"], ["username", "kourtney.grant"], ["uuid", "3ad0a409-8368-4603-9525-7cfe9953c18c"], ["created_at", "2020-11-24 14:21:15.595243"], ["updated_at", "2020-11-24 14:21:15.595243"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "375 Lashaun Courts, Port Van, IL 03834-1448"], ["city", "Greenchester"], ["country", "Qatar"], ["description", "Debitis totam non. Occaecati vitae vel."], ["email", "stephnie@example.name"], ["first_name", "Jarred"], ["firstname", "Merry"], ["last_name", "Huels"], ["lastname", "Murazik"], ["lat", "-57.76100178028309"], ["latitute", "-2.851545120557688"], ["lng", "56.53751507864371"], ["locale", "CK"], ["longitude", "39.47822651378124"], ["middlename", "Goldner"], ["middle_name", "Carroll"], ["password", "NvXwTyTu94UqDhI2"], ["phone", "122-559-7214"], ["phone_number", "(656) 333-0510 x389"], ["reference", "ef76aa6a-c2bd-4adb-9592-54f37dae4089"], ["title", "Cum rerum veritatis."], ["user_name", "vikki"], ["username", "alva.murphy"], ["uuid", "a9e2c475-80ac-4488-a195-0f090be52f0d"], ["created_at", "2020-11-24 14:21:15.631136"], ["updated_at", "2020-11-24 14:21:15.631136"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1970 Erin Stravenue, Lake Rickie, VT 87085"], ["city", "Merissaborough"], ["country", "Spain"], ["description", "Quod numquam labore. Cum pariatur ratione."], ["email", "danille_bergnaum@example.com"], ["first_name", "Amalia"], ["firstname", "Beaulah"], ["last_name", "Walter"], ["lastname", "Kerluke"], ["lat", "-4.299603778559472"], ["latitute", "35.39980563710269"], ["lng", "179.3570035735421"], ["locale", "BH"], ["longitude", "14.543150709667145"], ["middlename", "Wuckert"], ["middle_name", "Klocko"], ["password", "LaHr7Wk6YzDuLw"], ["phone", "586.915.5448 x007"], ["phone_number", "1-619-978-6915 x588"], ["reference", "32b1b17b-8e05-4761-8b75-5c5fdf2b8ae1"], ["title", "Dolores earum pariatur ad."], ["user_name", "mason_emmerich"], ["username", "olen"], ["uuid", "25b49678-3aaf-47f9-a468-62436ee548d8"], ["created_at", "2020-11-24 14:21:15.654054"], ["updated_at", "2020-11-24 14:21:15.654054"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "861 Joeann Summit, Carrollshire, UT 00172"], ["city", "Turnerstad"], ["country", "Benin"], ["description", "Et ducimus sed. Itaque corrupti esse. Impedit ut facilis. Beatae est voluptatem."], ["email", "kacie@example.info"], ["first_name", "Kanesha"], ["firstname", "Ward"], ["last_name", "Rosenbaum"], ["lastname", "Lang"], ["lat", "-44.6761531895701"], ["latitute", "-81.2582429425371"], ["lng", "-109.89030479181915"], ["locale", "MZ"], ["longitude", "-62.50260187297026"], ["middlename", "Daniel"], ["middle_name", "Schneider"], ["password", "NwYuGa0Ts"], ["phone", "731.413.8220 x278"], ["phone_number", "1-404-001-4221 x982"], ["reference", "2830256b-585b-4916-941f-c595400f659a"], ["title", "Culpa explicabo accusantium aut aut."], ["user_name", "obdulia_labadie"], ["username", "bradly.wunsch"], ["uuid", "9762ed99-811d-4224-ae66-12262ca2b6b0"], ["created_at", "2020-11-24 14:21:15.676116"], ["updated_at", "2020-11-24 14:21:15.676116"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "26983 Doyle Knoll, North Harold, VT 95180"], ["city", "West Genefort"], ["country", "Tonga"], ["description", "Culpa consequuntur quia. Quae provident et. Sint temporibus neque. Eos voluptatibus dolorum."], ["email", "regine.tromp@example.org"], ["first_name", "Berry"], ["firstname", "Myong"], ["last_name", "Dooley"], ["lastname", "Towne"], ["lat", "44.588797281614575"], ["latitute", "-59.25836831669588"], ["lng", "68.51207064548765"], ["locale", "BD"], ["longitude", "141.2634724645231"], ["middlename", "Friesen"], ["middle_name", "Von"], ["password", "TfTbYiBgGyV"], ["phone", "1-650-311-1396 x026"], ["phone_number", "706.439.4800 x6689"], ["reference", "8c31578d-4840-4a60-9e4e-0c6718f71a26"], ["title", "Vero porro laboriosam et voluptate."], ["user_name", "shaquana"], ["username", "sharen.hahn"], ["uuid", "d158a551-be83-431e-9434-4cf8939b1b63"], ["created_at", "2020-11-24 14:21:15.697885"], ["updated_at", "2020-11-24 14:21:15.697885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 744 970 Schoen Falls, Bryonshire, KY 94509"], ["city", "Handshire"], ["country", "Czech Republic"], ["description", "Sed ut fugit. Facere quae architecto. Vel id quod."], ["email", "randall_witting@example.co"], ["first_name", "Trista"], ["firstname", "Abram"], ["last_name", "Marquardt"], ["lastname", "Roob"], ["lat", "21.06882923445322"], ["latitute", "47.80549599239012"], ["lng", "170.22799665392182"], ["locale", "MG"], ["longitude", "-142.13149989210743"], ["middlename", "Grady"], ["middle_name", "Kerluke"], ["password", "Ao0H3bUe8WeQsHy"], ["phone", "(699) 420-8454 x570"], ["phone_number", "844-521-4354 x73649"], ["reference", "b01e5f03-a2c5-4fad-b4c8-30a0f2cb588c"], ["title", "Dicta tempora cupiditate saepe voluptates modi."], ["user_name", "sergio"], ["username", "huong"], ["uuid", "56b7fe2f-adf1-4b55-954a-9269e5a83a6a"], ["created_at", "2020-11-24 14:21:15.719375"], ["updated_at", "2020-11-24 14:21:15.719375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "772 Romaguera Ridge, Lake Brittchester, MS 10042"], ["city", "Lednertown"], ["country", "Sri Lanka"], ["description", "Ut cumque sint. Explicabo provident ut. Debitis est quia. Sunt repudiandae at. Dolorum et nulla."], ["email", "bobbie@example.biz"], ["first_name", "Shellie"], ["firstname", "Antoine"], ["last_name", "Bergstrom"], ["lastname", "Schroeder"], ["lat", "-85.50180261917282"], ["latitute", "-66.29778018733678"], ["lng", "114.33332381666514"], ["locale", "CA"], ["longitude", "-78.29437848894628"], ["middlename", "Larson"], ["middle_name", "Koss"], ["password", "8Wk4JpCpJ"], ["phone", "207-625-1169"], ["phone_number", "249-346-9436 x19043"], ["reference", "76f4692b-f5ed-4371-a5be-303a7e69d23f"], ["title", "Est animi error cumque ut."], ["user_name", "olen"], ["username", "rene.ratke"], ["uuid", "e7fbfafc-87f0-452d-ade6-87e8277f32f4"], ["created_at", "2020-11-24 14:21:15.740925"], ["updated_at", "2020-11-24 14:21:15.740925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "47636 Reilly Place, Fadelbury, ID 39412-8520"], ["city", "Normanfurt"], ["country", "Czech Republic"], ["description", "Adipisci debitis odio. Non minima tempore."], ["email", "vera_collins@example.info"], ["first_name", "Nathalie"], ["firstname", "Daria"], ["last_name", "McKenzie"], ["lastname", "Becker"], ["lat", "84.02240876600564"], ["latitute", "31.18986665477523"], ["lng", "-6.055555955316976"], ["locale", "UY"], ["longitude", "-66.74410313547281"], ["middlename", "Schuppe"], ["middle_name", "Rempel"], ["password", "5MuDnXxXpT888zRe"], ["phone", "1-640-819-6584 x15224"], ["phone_number", "(489) 353-5769"], ["reference", "fbeec2e2-c0f1-4deb-b261-329dfdfa7185"], ["title", "Et et non."], ["user_name", "hiroko"], ["username", "kelley"], ["uuid", "2732bc63-cbf3-4c9d-96bb-a99a6b816599"], ["created_at", "2020-11-24 14:21:15.762112"], ["updated_at", "2020-11-24 14:21:15.762112"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "182 Marcel Grove, Thielburgh, WA 29382-5670"], ["city", "North Earleneshire"], ["country", "Thailand"], ["description", "Voluptas sunt est. Voluptate ut provident. Aspernatur doloribus perspiciatis."], ["email", "danette@example.biz"], ["first_name", "Ardelle"], ["firstname", "Ozella"], ["last_name", "Gibson"], ["lastname", "Bruen"], ["lat", "7.733225918900047"], ["latitute", "56.306167812323054"], ["lng", "86.63275652744954"], ["locale", "CX"], ["longitude", "-74.08770915642496"], ["middlename", "Mraz"], ["middle_name", "Graham"], ["password", "PuMuGrGr5A58"], ["phone", "(178) 320-2943"], ["phone_number", "753.816.7247 x26070"], ["reference", "945ab53d-2973-48c8-9002-fddb423951aa"], ["title", "Natus totam voluptates voluptatem."], ["user_name", "holly_friesen"], ["username", "randall_denesik"], ["uuid", "49f68f60-c144-4e3f-9f8e-04341363db24"], ["created_at", "2020-11-24 14:21:15.791868"], ["updated_at", "2020-11-24 14:21:15.791868"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "573 Bernier Burgs, Barrowshaven, LA 80969"], ["city", "West Ivorystad"], ["country", "Liechtenstein"], ["description", "In recusandae et. Consequatur ut sequi. Consequuntur distinctio debitis. Ad amet aut. Dolores perferendis quam."], ["email", "sung_metz@example.org"], ["first_name", "Angelo"], ["firstname", "Maryland"], ["last_name", "Christiansen"], ["lastname", "Gleichner"], ["lat", "-76.8528165001131"], ["latitute", "-24.00141822764681"], ["lng", "-18.11912425966176"], ["locale", "BG"], ["longitude", "92.05514216424052"], ["middlename", "Watsica"], ["middle_name", "Fritsch"], ["password", "20EmGvV3fO8fS21d"], ["phone", "359-191-3449 x86062"], ["phone_number", "1-747-222-3379"], ["reference", "aac97904-bc3c-4394-883a-10ce6e83c20a"], ["title", "Officia sit non."], ["user_name", "otis"], ["username", "gustavo.simonis"], ["uuid", "29b9fc4e-4601-4628-b4e7-2a88dfb1d2f7"], ["created_at", "2020-11-24 14:21:15.814159"], ["updated_at", "2020-11-24 14:21:15.814159"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 1.70547233405517], ["string", "Inventore cumque molestiae quibusdam nesciunt."], ["date", "2020-11-25"], ["time", "2000-01-01 05:36:19.911974"], ["datetime", "2020-11-10 00:07:04.254879"], ["created_at", "2020-11-24 14:21:15.841634"], ["updated_at", "2020-11-24 14:21:15.841634"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:15.849037"], ["updated_at", "2020-11-24 14:21:15.849037"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:15.857676"], ["updated_at", "2020-11-24 14:21:15.857676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 347 36894 Carroll Mews, Lindchester, ME 27513-4518"], ["city", "West Arthurburgh"], ["country", "Vietnam"], ["description", "Perferendis non quidem. Fuga illum eveniet. Et in cumque."], ["email", "anja@example.net"], ["first_name", "Serafina"], ["firstname", "Danyelle"], ["last_name", "Towne"], ["lastname", "Pollich"], ["lat", "-27.22166951729102"], ["latitute", "55.62926552198664"], ["lng", "-176.05851038782328"], ["locale", "AM"], ["longitude", "177.64002680461846"], ["middlename", "Feil"], ["middle_name", "Wisozk"], ["password", "MqJb2E1pIcAtK"], ["phone", "232-658-1735 x01057"], ["phone_number", "662-117-3379 x6659"], ["reference", "6c3c0f9b-19d9-4759-9f35-1003b441b13f"], ["title", "Adipisci illo corporis placeat occaecati."], ["user_name", "todd_hegmann"], ["username", "giuseppe"], ["uuid", "4dbdd0d3-e1d2-42f2-87c7-4ffa31a4fd0a"], ["created_at", "2020-11-24 14:21:15.881676"], ["updated_at", "2020-11-24 14:21:15.881676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:21:15.886388"], ["updated_at", "2020-11-24 14:21:15.886388"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:21:15.890524"], ["updated_at", "2020-11-24 14:21:15.890524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 15.8909255199749], ["string", "Ea id laboriosam praesentium nesciunt."], ["date", "2020-10-19"], ["time", "2000-01-01 13:40:28.786626"], ["datetime", "2020-11-30 22:32:49.561237"], ["created_at", "2020-11-24 14:21:15.896172"], ["updated_at", "2020-11-24 14:21:15.896172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 5.02051853022533], ["string", "Incidunt et amet ea et itaque."], ["date", "2020-11-06"], ["time", "2000-01-01 14:46:07.915732"], ["datetime", "2020-11-20 11:39:01.397615"], ["created_at", "2020-11-24 14:21:15.898651"], ["updated_at", "2020-11-24 14:21:15.898651"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 36.7007388027832], ["string", "Veritatis sed modi est."], ["date", "2020-12-15"], ["time", "2000-01-01 19:12:01.506535"], ["datetime", "2020-11-08 02:26:35.346068"], ["created_at", "2020-11-24 14:21:15.901158"], ["updated_at", "2020-11-24 14:21:15.901158"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 8.12022614525246], ["string", "Et mollitia sed voluptatibus sit veniam."], ["date", "2020-12-04"], ["time", "2000-01-01 16:10:31.012277"], ["datetime", "2020-12-07 18:28:37.799755"], ["created_at", "2020-11-24 14:21:15.904634"], ["updated_at", "2020-11-24 14:21:15.904634"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 3.6265114315614], ["string", "Voluptatem tempora ipsa cum."], ["date", "2020-10-21"], ["time", "2000-01-01 17:58:53.005030"], ["datetime", "2020-11-02 19:43:06.966221"], ["created_at", "2020-11-24 14:21:15.907531"], ["updated_at", "2020-11-24 14:21:15.907531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 36.5358190572198], ["string", "Voluptates sit eum fuga quis a."], ["date", "2020-10-27"], ["time", "2000-01-01 16:07:38.072944"], ["datetime", "2020-11-06 09:10:43.213813"], ["created_at", "2020-11-24 14:21:15.909952"], ["updated_at", "2020-11-24 14:21:15.909952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 5.61080867708749], ["string", "Natus nihil similique ut."], ["date", "2020-10-26"], ["time", "2000-01-01 03:40:10.325742"], ["datetime", "2020-12-27 14:04:35.610949"], ["created_at", "2020-11-24 14:21:15.912328"], ["updated_at", "2020-11-24 14:21:15.912328"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 5.6382045583207], ["string", "Nihil odio incidunt vel."], ["date", "2020-10-19"], ["time", "2000-01-01 05:00:32.971455"], ["datetime", "2020-12-04 01:42:22.600112"], ["created_at", "2020-11-24 14:21:15.914960"], ["updated_at", "2020-11-24 14:21:15.914960"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:15.916003"], ["updated_at", "2020-11-24 14:21:15.916003"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:15.916670"], ["updated_at", "2020-11-24 14:21:15.916670"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:15.917336"], ["updated_at", "2020-11-24 14:21:15.917336"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:15.917936"], ["updated_at", "2020-11-24 14:21:15.917936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:15.918538"], ["updated_at", "2020-11-24 14:21:15.918538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:15.919135"], ["updated_at", "2020-11-24 14:21:15.919135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:15.919727"], ["updated_at", "2020-11-24 14:21:15.919727"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:15.920334"], ["updated_at", "2020-11-24 14:21:15.920334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:15.921580"], ["updated_at", "2020-11-24 14:21:15.921580"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:15.922682"], ["updated_at", "2020-11-24 14:21:15.922682"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:15.923783"], ["updated_at", "2020-11-24 14:21:15.923783"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:15.924947"], ["updated_at", "2020-11-24 14:21:15.924947"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:15.926097"], ["updated_at", "2020-11-24 14:21:15.926097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:15.927172"], ["updated_at", "2020-11-24 14:21:15.927172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:15.928261"], ["updated_at", "2020-11-24 14:21:15.928261"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:15.929321"], ["updated_at", "2020-11-24 14:21:15.929321"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 982 927 Bryan Ridge, Criststad, WA 14375"], ["city", "East Phillipton"], ["country", "Belize"], ["description", "Consequatur et vel. Fugit eos soluta. Maiores est dicta. Nobis voluptate eaque. Dolorem et quidem."], ["email", "glenda@example.org"], ["first_name", "Dorthea"], ["firstname", "Valentine"], ["last_name", "D'Amore"], ["lastname", "Heathcote"], ["lat", "51.935565548307125"], ["latitute", "-45.510879451202925"], ["lng", "111.5789261439092"], ["locale", "LC"], ["longitude", "-7.74100941705305"], ["middlename", "Kreiger"], ["middle_name", "Schroeder"], ["password", "H7aEg2Ha"], ["phone", "1-979-103-4408 x73971"], ["phone_number", "597-863-4331 x76207"], ["reference", "d1055011-77b7-4475-885c-6e7f8f433a46"], ["title", "Et nisi sed rerum ullam."], ["user_name", "lewis"], ["username", "alleen_mann"], ["uuid", "ff98ea4e-1423-4bd0-9796-8757061e1044"], ["created_at", "2020-11-24 14:21:15.950683"], ["updated_at", "2020-11-24 14:21:15.950683"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1599 Rodriguez Manors, Bonitaview, HI 14636-2946"], ["city", "Cassinshire"], ["country", "Angola"], ["description", "Fuga maxime dolores. Aliquid dolor ut."], ["email", "billie.ziemann@example.io"], ["first_name", "Booker"], ["firstname", "Willie"], ["last_name", "Koelpin"], ["lastname", "Olson"], ["lat", "-68.63104166022003"], ["latitute", "-77.56258834555167"], ["lng", "-94.03159614741287"], ["locale", "BS"], ["longitude", "136.45425713043096"], ["middlename", "Ward"], ["middle_name", "Bogan"], ["password", "RkM67vVpZ"], ["phone", "426-910-7065"], ["phone_number", "(293) 025-1946"], ["reference", "efddf365-ecc0-4929-b15a-aaea1697d220"], ["title", "Et quasi qui nulla sed."], ["user_name", "edelmira_gusikowski"], ["username", "lorine.mayer"], ["uuid", "12c5a19e-3419-43b3-a5b5-2af4a0e474e6"], ["created_at", "2020-11-24 14:21:15.982920"], ["updated_at", "2020-11-24 14:21:15.982920"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 522 33624 Jimmy Spur, Judithfurt, OK 03068-3589"], ["city", "Lake Antoineside"], ["country", "Burkina Faso"], ["description", "Adipisci voluptatibus vitae. Qui cumque deserunt."], ["email", "raleigh@example.com"], ["first_name", "Danny"], ["firstname", "Michiko"], ["last_name", "Bayer"], ["lastname", "Davis"], ["lat", "70.91820230123838"], ["latitute", "-7.904712797859418"], ["lng", "154.89598610561075"], ["locale", "ID"], ["longitude", "-74.11270269506281"], ["middlename", "Beahan"], ["middle_name", "Renner"], ["password", "5EtOdYo350Ne9"], ["phone", "1-833-171-8186 x43826"], ["phone_number", "1-701-572-7814"], ["reference", "7c23bf62-3195-42a8-97a9-39a35afe810e"], ["title", "Modi quis expedita ipsum blanditiis."], ["user_name", "rodrigo_wunsch"], ["username", "fredrick"], ["uuid", "87f118d6-a286-4ac9-b238-78acd4e750e9"], ["created_at", "2020-11-24 14:21:16.006429"], ["updated_at", "2020-11-24 14:21:16.006429"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "63887 Buddy Wells, Edgarview, TX 69608-7671"], ["city", "North Michal"], ["country", "Spain"], ["description", "Alias commodi dolore. Soluta omnis omnis. Ipsa hic aut. Delectus enim unde. Aliquam eos quis."], ["email", "martin_wisoky@example.net"], ["first_name", "Refugio"], ["firstname", "Toya"], ["last_name", "Mohr"], ["lastname", "Carter"], ["lat", "30.24078878101092"], ["latitute", "60.429398032905084"], ["lng", "-43.559857242903945"], ["locale", "BE"], ["longitude", "-165.7171518908177"], ["middlename", "Ullrich"], ["middle_name", "Bartell"], ["password", "G1i5KfUmUnD9e0"], ["phone", "(408) 003-7094 x73392"], ["phone_number", "1-892-795-2490 x3089"], ["reference", "5aab5342-6d8f-4e21-8da5-b5fe5dc64efd"], ["title", "Nihil labore aliquam est."], ["user_name", "lorie_anderson"], ["username", "mattie_kshlerin"], ["uuid", "a4086a0e-20f3-4836-b4e6-6082b4310689"], ["created_at", "2020-11-24 14:21:16.028390"], ["updated_at", "2020-11-24 14:21:16.028390"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1985 Schneider Stream, Riceland, SD 92641"], ["city", "North Cletus"], ["country", "Cook Islands"], ["description", "Totam autem et. Aliquam sit eos."], ["email", "kirby.dubuque@example.net"], ["first_name", "Nelly"], ["firstname", "Felix"], ["last_name", "Steuber"], ["lastname", "Streich"], ["lat", "-77.68735965175796"], ["latitute", "66.52762460042388"], ["lng", "157.67444543401723"], ["locale", "SL"], ["longitude", "-121.58242447555998"], ["middlename", "Feest"], ["middle_name", "Mitchell"], ["password", "VaWnScV9vRg7QtM"], ["phone", "(110) 360-9519 x622"], ["phone_number", "1-117-642-7458 x29622"], ["reference", "e7fdecf5-cda2-4659-ba64-84f96565e685"], ["title", "Neque eveniet consectetur et odio soluta."], ["user_name", "adalberto.graham"], ["username", "berna"], ["uuid", "c36f8d01-0e88-47e4-b6ad-2027b555cb8f"], ["created_at", "2020-11-24 14:21:16.049639"], ["updated_at", "2020-11-24 14:21:16.049639"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8745 Maricruz Trail, Port Henry, TN 96721"], ["city", "West Van"], ["country", "Denmark"], ["description", "Corrupti quia saepe. Nulla porro voluptas. Quis enim non. Et mollitia qui."], ["email", "donnie.heaney@example.net"], ["first_name", "Frankie"], ["firstname", "Letitia"], ["last_name", "Abernathy"], ["lastname", "Wintheiser"], ["lat", "-8.57587398040836"], ["latitute", "-24.90154036633548"], ["lng", "-66.10037654601251"], ["locale", "SV"], ["longitude", "45.86207158411381"], ["middlename", "Mitchell"], ["middle_name", "Grady"], ["password", "6Rh0Rl8AvOkP"], ["phone", "(211) 462-1798 x095"], ["phone_number", "(600) 315-1210 x135"], ["reference", "b917a6bb-0f22-48d2-8cd4-508450a0b7a1"], ["title", "Voluptatibus iure quasi est."], ["user_name", "susana"], ["username", "ernesto.jerde"], ["uuid", "7b3b6cab-9e83-4623-ba54-15fb9e5efbff"], ["created_at", "2020-11-24 14:21:16.071626"], ["updated_at", "2020-11-24 14:21:16.071626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "915 Macejkovic Rue, Nanville, GA 10126"], ["city", "Ziemannville"], ["country", "Libyan Arab Jamahiriya"], ["description", "Quaerat ex quibusdam. Alias corrupti saepe. Animi sed et. Tempore voluptatem quae."], ["email", "ardith@example.io"], ["first_name", "Leandro"], ["firstname", "Bradly"], ["last_name", "Cronin"], ["lastname", "Cruickshank"], ["lat", "0.4871361702145123"], ["latitute", "24.75410909218745"], ["lng", "-72.07472738637595"], ["locale", "JO"], ["longitude", "55.229347739416056"], ["middlename", "Fay"], ["middle_name", "Wolff"], ["password", "RxB04iSgWu"], ["phone", "(132) 155-9449 x01278"], ["phone_number", "1-181-709-0249 x2602"], ["reference", "22fb3893-4914-4394-b51a-353bb12970f7"], ["title", "Qui illo error aut excepturi repudiandae."], ["user_name", "christopher"], ["username", "curt"], ["uuid", "0c947943-793e-4893-be4a-b6e67a4586b5"], ["created_at", "2020-11-24 14:21:16.093088"], ["updated_at", "2020-11-24 14:21:16.093088"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 912 31753 Bernhard Mountain, Devoraview, OK 04394"], ["city", "East Hedy"], ["country", "Virgin Islands, British"], ["description", "Delectus numquam ex. Dolor maxime doloribus. Eius molestias qui. Ad vel quia."], ["email", "grace.rath@example.io"], ["first_name", "Myrna"], ["firstname", "Jon"], ["last_name", "Treutel"], ["lastname", "Effertz"], ["lat", "33.355179895797605"], ["latitute", "65.35828303002191"], ["lng", "-166.8272502885099"], ["locale", "BM"], ["longitude", "-91.43734302432756"], ["middlename", "Hegmann"], ["middle_name", "Lynch"], ["password", "Ds20C3z7XjL6o"], ["phone", "1-160-462-2008 x59262"], ["phone_number", "1-487-917-6719 x653"], ["reference", "16c310fe-a5cd-4042-a29b-221a47983dfc"], ["title", "Officia vitae corporis aut aut molestiae."], ["user_name", "tierra.okon"], ["username", "robby_cummings"], ["uuid", "047941fa-1e1a-44b9-a25a-6ba95bf649f9"], ["created_at", "2020-11-24 14:21:16.114590"], ["updated_at", "2020-11-24 14:21:16.114590"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:21:16.116459"], ["updated_at", "2020-11-24 14:21:16.116459"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:21:16.117619"], ["updated_at", "2020-11-24 14:21:16.117619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:21:16.118679"], ["updated_at", "2020-11-24 14:21:16.118679"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:21:16.119721"], ["updated_at", "2020-11-24 14:21:16.119721"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:21:16.120775"], ["updated_at", "2020-11-24 14:21:16.120775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:21:16.121836"], ["updated_at", "2020-11-24 14:21:16.121836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:21:16.122888"], ["updated_at", "2020-11-24 14:21:16.122888"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:21:16.123929"], ["updated_at", "2020-11-24 14:21:16.123929"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:21:16.125086"], ["updated_at", "2020-11-24 14:21:16.125086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:21:16.126203"], ["updated_at", "2020-11-24 14:21:16.126203"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:21:16.127256"], ["updated_at", "2020-11-24 14:21:16.127256"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:21:16.128320"], ["updated_at", "2020-11-24 14:21:16.128320"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:21:16.129381"], ["updated_at", "2020-11-24 14:21:16.129381"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:21:16.130432"], ["updated_at", "2020-11-24 14:21:16.130432"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:21:16.131480"], ["updated_at", "2020-11-24 14:21:16.131480"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:21:16.132539"], ["updated_at", "2020-11-24 14:21:16.132539"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (10.3ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 13.2281681177512], ["string", "Qui iste adipisci est ex fugit."], ["date", "2020-12-31"], ["time", "2000-01-01 22:10:29.926646"], ["datetime", "2020-12-24 16:20:32.876233"], ["created_at", "2020-11-24 14:21:16.175336"], ["updated_at", "2020-11-24 14:21:16.175336"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 1.85160329771763], ["string", "Non id sunt eius."], ["date", "2021-01-01"], ["time", "2000-01-01 00:28:01.873112"], ["datetime", "2020-11-23 05:53:51.047439"], ["created_at", "2020-11-24 14:21:16.178417"], ["updated_at", "2020-11-24 14:21:16.178417"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 23], ["decimal", 21.9272384470488], ["string", "Accusantium similique quos maiores."], ["date", "2020-11-04"], ["time", "2000-01-01 07:21:28.796244"], ["datetime", "2020-12-07 10:18:43.220661"], ["created_at", "2020-11-24 14:21:16.181793"], ["updated_at", "2020-11-24 14:21:16.181793"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 8.26485468457065], ["string", "Quia non aut odio aut."], ["date", "2020-12-22"], ["time", "2000-01-01 07:50:20.742743"], ["datetime", "2020-10-31 06:32:32.920463"], ["created_at", "2020-11-24 14:21:16.187112"], ["updated_at", "2020-11-24 14:21:16.187112"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 5.35691085860753], ["string", "Voluptas adipisci ut."], ["date", "2020-10-24"], ["time", "2000-01-01 03:08:36.398223"], ["datetime", "2020-11-01 06:10:28.630587"], ["created_at", "2020-11-24 14:21:16.190669"], ["updated_at", "2020-11-24 14:21:16.190669"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 16.3937121336517], ["string", "Vel corporis dolorum sit quia."], ["date", "2020-10-19"], ["time", "2000-01-01 07:11:19.784615"], ["datetime", "2020-11-27 07:56:49.562332"], ["created_at", "2020-11-24 14:21:16.193656"], ["updated_at", "2020-11-24 14:21:16.193656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:16.196781"], ["updated_at", "2020-11-24 14:21:16.196781"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 2.66453468510706], ["string", "Aut corrupti eius vel nemo deserunt."], ["date", "2020-10-24"], ["time", "2000-01-01 11:17:09.396354"], ["datetime", "2020-11-30 06:31:54.185876"], ["created_at", "2020-11-24 14:21:16.230863"], ["updated_at", "2020-11-24 14:21:16.230863"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 4.119246123745], ["string", "Accusantium esse veniam."], ["date", "2020-10-30"], ["time", "2000-01-01 05:58:54.900275"], ["datetime", "2020-10-28 00:54:00.619311"], ["created_at", "2020-11-24 14:21:16.234137"], ["updated_at", "2020-11-24 14:21:16.234137"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 22.8553870405826], ["string", "Corporis aut omnis quae nobis esse."], ["date", "2020-12-31"], ["time", "2000-01-01 03:32:21.410199"], ["datetime", "2020-12-03 14:57:12.489393"], ["created_at", "2020-11-24 14:21:16.237618"], ["updated_at", "2020-11-24 14:21:16.237618"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 4.59357624218073], ["string", "Sint illum rerum."], ["date", "2021-01-02"], ["time", "2000-01-01 21:08:22.738416"], ["datetime", "2020-11-06 20:27:11.636616"], ["created_at", "2020-11-24 14:21:16.241174"], ["updated_at", "2020-11-24 14:21:16.241174"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 6.16320452138274], ["string", "Eius voluptate cupiditate amet."], ["date", "2020-11-20"], ["time", "2000-01-01 16:54:44.903523"], ["datetime", "2020-12-18 04:20:38.090658"], ["created_at", "2020-11-24 14:21:16.244050"], ["updated_at", "2020-11-24 14:21:16.244050"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 6.37465074439407], ["string", "Placeat est eum doloremque error rerum."], ["date", "2020-12-03"], ["time", "2000-01-01 16:52:23.072488"], ["datetime", "2020-11-04 10:35:48.973567"], ["created_at", "2020-11-24 14:21:16.247266"], ["updated_at", "2020-11-24 14:21:16.247266"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 4.99833423439104], ["string", "Earum ut rerum consequuntur."], ["date", "2020-12-17"], ["time", "2000-01-01 08:59:46.837043"], ["datetime", "2021-01-02 23:40:22.695784"], ["created_at", "2020-11-24 14:21:16.250066"], ["updated_at", "2020-11-24 14:21:16.250066"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 7.76989986257755], ["string", "Quod est et."], ["date", "2020-12-15"], ["time", "2000-01-01 05:22:42.791475"], ["datetime", "2020-10-30 20:58:42.218953"], ["created_at", "2020-11-24 14:21:16.252591"], ["updated_at", "2020-11-24 14:21:16.252591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:16.253681"], ["updated_at", "2020-11-24 14:21:16.253681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:16.254427"], ["updated_at", "2020-11-24 14:21:16.254427"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:16.255209"], ["updated_at", "2020-11-24 14:21:16.255209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:16.255942"], ["updated_at", "2020-11-24 14:21:16.255942"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:16.256659"], ["updated_at", "2020-11-24 14:21:16.256659"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:16.257357"], ["updated_at", "2020-11-24 14:21:16.257357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:16.258054"], ["updated_at", "2020-11-24 14:21:16.258054"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:16.258809"], ["updated_at", "2020-11-24 14:21:16.258809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:16.260268"], ["updated_at", "2020-11-24 14:21:16.260268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:16.261822"], ["updated_at", "2020-11-24 14:21:16.261822"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:16.263526"], ["updated_at", "2020-11-24 14:21:16.263526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:16.264844"], ["updated_at", "2020-11-24 14:21:16.264844"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:16.266059"], ["updated_at", "2020-11-24 14:21:16.266059"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:16.267256"], ["updated_at", "2020-11-24 14:21:16.267256"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:16.268488"], ["updated_at", "2020-11-24 14:21:16.268488"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:16.270127"], ["updated_at", "2020-11-24 14:21:16.270127"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7995 Stuart Isle, East Brantstad, ID 11489-6006"], ["city", "East Myrnashire"], ["country", "Virgin Islands, U.S."], ["description", "Et aperiam voluptatem. Molestiae soluta excepturi."], ["email", "shelby@example.info"], ["first_name", "Zofia"], ["firstname", "Odelia"], ["last_name", "Cremin"], ["lastname", "Murphy"], ["lat", "-33.67587029341814"], ["latitute", "-14.479705504651065"], ["lng", "102.89373871533707"], ["locale", "KP"], ["longitude", "-56.57340026111149"], ["middlename", "Tremblay"], ["middle_name", "Hills"], ["password", "EgRwYrCeM"], ["phone", "1-282-414-6509 x068"], ["phone_number", "1-641-859-1623 x443"], ["reference", "044225ae-8841-4f91-b5d0-8f2bcc1a35fe"], ["title", "Dicta voluptates officiis sint."], ["user_name", "solomon"], ["username", "dylan"], ["uuid", "19719a00-5329-4238-ae23-99a6e4b1fe1b"], ["created_at", "2020-11-24 14:21:16.292099"], ["updated_at", "2020-11-24 14:21:16.292099"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 819 63439 Logan Lane, North Shantellbury, IN 10591"], ["city", "Catharineborough"], ["country", "Tanzania"], ["description", "Laboriosam molestiae officia. Praesentium enim dolorem."], ["email", "karolyn@example.io"], ["first_name", "Devora"], ["firstname", "Diego"], ["last_name", "Cole"], ["lastname", "Rath"], ["lat", "-29.05863106225207"], ["latitute", "-35.7605593344646"], ["lng", "18.18099123632689"], ["locale", "CU"], ["longitude", "42.55711235462002"], ["middlename", "Boehm"], ["middle_name", "Schiller"], ["password", "LaRq9CvYfDh"], ["phone", "596.329.6667 x652"], ["phone_number", "(806) 743-6513"], ["reference", "7292ff6c-a89b-4e4a-99d2-edcb684dad97"], ["title", "Ea quibusdam ipsum doloribus molestias a."], ["user_name", "kelsey"], ["username", "barbera_koepp"], ["uuid", "2d58a528-781e-43d8-902a-5eff022e3858"], ["created_at", "2020-11-24 14:21:16.313851"], ["updated_at", "2020-11-24 14:21:16.313851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 406 29542 Colene Summit, Macejkovicside, VT 78660-7431"], ["city", "Rubymouth"], ["country", "Bermuda"], ["description", "Fuga sequi sit. Voluptatem deserunt quis."], ["email", "willard@example.info"], ["first_name", "Michel"], ["firstname", "Jerome"], ["last_name", "Schuppe"], ["lastname", "Windler"], ["lat", "-59.93508722187114"], ["latitute", "-85.38007515158324"], ["lng", "57.25869863576537"], ["locale", "ER"], ["longitude", "167.74210651745955"], ["middlename", "Walker"], ["middle_name", "Roob"], ["password", "Et8EePo2R"], ["phone", "(157) 873-3846 x811"], ["phone_number", "(497) 175-4085 x6480"], ["reference", "b6558f87-fc14-4006-8ccf-7e7425738764"], ["title", "Adipisci voluptate omnis et distinctio."], ["user_name", "flavia_swaniawski"], ["username", "hermelinda.frami"], ["uuid", "d66cb54f-46ba-44c0-bdab-4e04efa33809"], ["created_at", "2020-11-24 14:21:16.335065"], ["updated_at", "2020-11-24 14:21:16.335065"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 777 1198 Pam Bypass, Boyerburgh, KS 46799"], ["city", "Tyreefort"], ["country", "Egypt"], ["description", "Et pariatur harum. Est est animi. Est consequatur earum. Aperiam facilis tempore."], ["email", "shantell_gleason@example.net"], ["first_name", "Warren"], ["firstname", "Melodie"], ["last_name", "Rosenbaum"], ["lastname", "Hoeger"], ["lat", "-21.09032853477504"], ["latitute", "-38.72836009758981"], ["lng", "99.24606950357514"], ["locale", "GY"], ["longitude", "-176.10387998656427"], ["middlename", "Rippin"], ["middle_name", "Renner"], ["password", "Rq1EqQ6r5FbXv0S8"], ["phone", "924-207-9989 x01673"], ["phone_number", "1-240-625-6124 x6587"], ["reference", "a9de6344-2344-477e-bbc2-33c796520e35"], ["title", "Architecto quasi aliquid."], ["user_name", "harold"], ["username", "chet_zemlak"], ["uuid", "a6c817e8-1b80-411c-b4de-a7151f1373c0"], ["created_at", "2020-11-24 14:21:16.356452"], ["updated_at", "2020-11-24 14:21:16.356452"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 985 258 Rhett Fork, Langoshborough, HI 24406"], ["city", "Port Kelley"], ["country", "Puerto Rico"], ["description", "Aliquam nam inventore. Necessitatibus quaerat illum. Quia et sint."], ["email", "reyes@example.com"], ["first_name", "Clayton"], ["firstname", "Wilton"], ["last_name", "Runte"], ["lastname", "Crist"], ["lat", "47.40919822359365"], ["latitute", "-20.030427854140285"], ["lng", "55.326535239224455"], ["locale", "CC"], ["longitude", "125.12508072732834"], ["middlename", "Schulist"], ["middle_name", "Kreiger"], ["password", "D7aQ4mHeJnU7h"], ["phone", "1-199-133-2107"], ["phone_number", "300-311-9650 x374"], ["reference", "c919019a-6714-4b4b-8cfb-e65214c6b88e"], ["title", "Ut omnis molestiae."], ["user_name", "cristopher_nienow"], ["username", "andre"], ["uuid", "0fda58b6-e335-426e-9b15-dcb4995a57c8"], ["created_at", "2020-11-24 14:21:16.389720"], ["updated_at", "2020-11-24 14:21:16.389720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "945 Jeff Key, North Wilson, NV 59091"], ["city", "Verdelltown"], ["country", "New Caledonia"], ["description", "Incidunt natus itaque. Quia ea deleniti."], ["email", "rudolf@example.org"], ["first_name", "Brad"], ["firstname", "Howard"], ["last_name", "Durgan"], ["lastname", "Kohler"], ["lat", "82.88110561034654"], ["latitute", "-39.905925427562536"], ["lng", "147.76182396248578"], ["locale", "KZ"], ["longitude", "-170.41039655537458"], ["middlename", "Lesch"], ["middle_name", "Schaefer"], ["password", "0XoP2aA9r"], ["phone", "(706) 038-4835 x197"], ["phone_number", "1-167-068-9510 x3510"], ["reference", "f2149160-b87b-4ef9-a422-c1fb81aa6396"], ["title", "Eaque ratione eos nemo."], ["user_name", "rebbecca"], ["username", "pasquale"], ["uuid", "b057d78f-c690-4d75-9f96-5895bbf70cdb"], ["created_at", "2020-11-24 14:21:16.411732"], ["updated_at", "2020-11-24 14:21:16.411732"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 504 5783 Randell Trafficway, New Lettie, ND 30998"], ["city", "Kubmouth"], ["country", "Niger"], ["description", "Consectetur autem consequuntur. Rem blanditiis autem. Debitis atque velit. Nihil tempore neque. Omnis cum blanditiis."], ["email", "jarrod_morar@example.info"], ["first_name", "Dorsey"], ["firstname", "Antoine"], ["last_name", "Johnson"], ["lastname", "Dach"], ["lat", "-62.57249659456254"], ["latitute", "86.42819255832094"], ["lng", "-105.44067855306149"], ["locale", "LV"], ["longitude", "-70.05593738963682"], ["middlename", "Kemmer"], ["middle_name", "Crist"], ["password", "5HnFhDvFp"], ["phone", "559.320.2110 x906"], ["phone_number", "381.060.4001 x01013"], ["reference", "90463a04-b8c8-485b-a723-b2329009929d"], ["title", "Eius delectus aliquid cum animi voluptatibus."], ["user_name", "sabra_morar"], ["username", "pat.mcclure"], ["uuid", "1b8dedd9-6357-4102-9526-086e60f489ff"], ["created_at", "2020-11-24 14:21:16.433591"], ["updated_at", "2020-11-24 14:21:16.433591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 497 38680 Elenor Parks, Stoltenbergborough, DE 22584"], ["city", "East Tomasborough"], ["country", "Dominican Republic"], ["description", "At expedita impedit. Numquam illo ducimus. Ipsum commodi omnis. Quia necessitatibus molestiae."], ["email", "chris@example.org"], ["first_name", "Nolan"], ["firstname", "Amos"], ["last_name", "Kozey"], ["lastname", "Miller"], ["lat", "-44.22365773406682"], ["latitute", "86.43408796963536"], ["lng", "-103.06442955530386"], ["locale", "BQ"], ["longitude", "-114.44127907695783"], ["middlename", "Kunde"], ["middle_name", "Kuphal"], ["password", "B528yKv2Ee"], ["phone", "492-595-7973 x64239"], ["phone_number", "(836) 001-0659 x563"], ["reference", "76a4efd4-37fb-4ea4-b6fc-1c29b413630c"], ["title", "Aperiam nemo magni eum quia ducimus."], ["user_name", "thomas.schaefer"], ["username", "tim_pfannerstill"], ["uuid", "a41da104-533a-49e3-aca5-90310c2737ab"], ["created_at", "2020-11-24 14:21:16.455233"], ["updated_at", "2020-11-24 14:21:16.455233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:21:16.457155"], ["updated_at", "2020-11-24 14:21:16.457155"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:21:16.458317"], ["updated_at", "2020-11-24 14:21:16.458317"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:21:16.459396"], ["updated_at", "2020-11-24 14:21:16.459396"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:21:16.460468"], ["updated_at", "2020-11-24 14:21:16.460468"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:21:16.461517"], ["updated_at", "2020-11-24 14:21:16.461517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:21:16.462577"], ["updated_at", "2020-11-24 14:21:16.462577"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:21:16.463641"], ["updated_at", "2020-11-24 14:21:16.463641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:21:16.464701"], ["updated_at", "2020-11-24 14:21:16.464701"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:21:16.465854"], ["updated_at", "2020-11-24 14:21:16.465854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:21:16.466952"], ["updated_at", "2020-11-24 14:21:16.466952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:21:16.468032"], ["updated_at", "2020-11-24 14:21:16.468032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:21:16.469096"], ["updated_at", "2020-11-24 14:21:16.469096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:21:16.470398"], ["updated_at", "2020-11-24 14:21:16.470398"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:21:16.471693"], ["updated_at", "2020-11-24 14:21:16.471693"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:21:16.472827"], ["updated_at", "2020-11-24 14:21:16.472827"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:21:16.473892"], ["updated_at", "2020-11-24 14:21:16.473892"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.2ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.9ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.7ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.7ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 2.95479190448437], ["string", "Dolor ipsa debitis exercitationem."], ["unique", 9], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:21:53.538093"], ["updated_at", "2020-11-24 14:21:53.538093"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 0.698483382600542], ["string", "Ut corporis non quia quod ex."], ["unique", 7], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:21:53.540781"], ["updated_at", "2020-11-24 14:21:53.540781"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 4.10723993400603], ["string", "Non dolores et aut tempore est."], ["unique", 2], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:21:53.543010"], ["updated_at", "2020-11-24 14:21:53.543010"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1019], ["decimal", 26.5978055173622], ["string", "Totam cupiditate iste."], ["unique", 8], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:21:53.545195"], ["updated_at", "2020-11-24 14:21:53.545195"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1026], ["decimal", 6.05862208539143], ["string", "Rerum aspernatur amet."], ["unique", 10], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:21:53.547399"], ["updated_at", "2020-11-24 14:21:53.547399"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 17.4741410647286], ["string", "Libero quia quaerat qui ad."], ["unique", 4], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:21:53.549660"], ["updated_at", "2020-11-24 14:21:53.549660"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 9.82943977620553], ["string", "Iusto earum error omnis."], ["unique", 1], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:21:53.551865"], ["updated_at", "2020-11-24 14:21:53.551865"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 9.28190390025428], ["string", "Excepturi quae quidem."], ["unique", 3], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:21:53.554082"], ["updated_at", "2020-11-24 14:21:53.554082"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 27.3681276514294], ["string", "Molestiae qui consequatur adipisci fuga provident."], ["unique", 6], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:21:53.556310"], ["updated_at", "2020-11-24 14:21:53.556310"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 6.94508629998174], ["string", "Quod adipisci blanditiis ratione fugiat et."], ["unique", 5], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:21:53.558582"], ["updated_at", "2020-11-24 14:21:53.558582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 19.240546712217], ["string", "Deleniti sint consequuntur dignissimos."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:21:53.595921"], ["updated_at", "2020-11-24 14:21:53.595921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 22.2129256053808], ["string", "Fugit id vel dolores."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:21:53.642918"], ["updated_at", "2020-11-24 14:21:53.642918"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 6.25482424289289], ["string", "Natus esse debitis voluptatem."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:21:53.680268"], ["updated_at", "2020-11-24 14:21:53.680268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 9.36089112226691], ["string", "Harum quidem reiciendis."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:21:53.717273"], ["updated_at", "2020-11-24 14:21:53.717273"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 6.47014431207649], ["string", "Quisquam sunt ipsum placeat ex."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:21:53.754393"], ["updated_at", "2020-11-24 14:21:53.754393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 4.46299228346931], ["string", "Reprehenderit dolorem et in nam iure."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:21:53.791615"], ["updated_at", "2020-11-24 14:21:53.791615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 0.342245882146186], ["string", "Nihil ut culpa dolore minus maiores."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:21:53.828156"], ["updated_at", "2020-11-24 14:21:53.828156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 0.68318487816245], ["string", "Ut repellendus tempore ut."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:21:53.870472"], ["updated_at", "2020-11-24 14:21:53.870472"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 0.197823960420437], ["string", "Qui nostrum ipsa accusantium voluptates natus."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:21:53.907745"], ["updated_at", "2020-11-24 14:21:53.907745"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 32.7563666751108], ["string", "Quo nulla odio."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:21:53.944619"], ["updated_at", "2020-11-24 14:21:53.944619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "77566 Hickle Cliffs, North Johnetta, VA 74008"], ["city", "New Bonnie"], ["country", "Anguilla"], ["description", "Mollitia tempore aut. Eos atque ut. Minima ipsum fugit. Perspiciatis quibusdam nihil. Esse ipsam nostrum."], ["email", "ray@example.name"], ["first_name", "Eldridge"], ["firstname", "Davis"], ["last_name", "Glover"], ["lastname", "Streich"], ["lat", "-77.77672977574758"], ["latitute", "-85.00139912252345"], ["lng", "109.93303904897914"], ["locale", "MX"], ["longitude", "-70.02358337990977"], ["middlename", "Rohan"], ["middle_name", "Murray"], ["password", "NzKrBt0M0cXi27Tn"], ["phone", "487-804-3058 x83620"], ["phone_number", "(748) 668-4789 x72151"], ["reference", "90adc931-1644-4d12-b3d9-f7ddf2ea987d"], ["title", "Enim blanditiis soluta aspernatur."], ["user_name", "lorina.fritsch"], ["username", "karlene"], ["uuid", "53079cec-f798-4b7c-9fbd-ddf64343059c"], ["created_at", "2020-11-24 14:21:54.004779"], ["updated_at", "2020-11-24 14:21:54.004779"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1983 Rudolph Lock, East Rupertview, VT 43459-6051"], ["city", "Kingshire"], ["country", "Nepal"], ["description", "Delectus et necessitatibus. Magnam repellendus sed. Consequatur temporibus et. A soluta voluptate."], ["email", "gregorio@example.name"], ["first_name", "Bebe"], ["firstname", "Adam"], ["last_name", "Stamm"], ["lastname", "Bogan"], ["lat", "21.535494069698103"], ["latitute", "-70.2781099960117"], ["lng", "10.936383286857392"], ["locale", "CH"], ["longitude", "3.091818724891141"], ["middlename", "Bernhard"], ["middle_name", "Tillman"], ["password", "P8zVx4Uw54I22a8N"], ["phone", "858-563-3182 x8478"], ["phone_number", "(501) 653-6713 x0956"], ["reference", "66c725de-ac35-4bd0-b3a9-db110c060900"], ["title", "Nisi est et sapiente omnis perspiciatis."], ["user_name", "kevin.corwin"], ["username", "ezequiel.hyatt"], ["uuid", "b293c2a8-9ea8-4154-b91e-08bcd2492096"], ["created_at", "2020-11-24 14:21:54.026623"], ["updated_at", "2020-11-24 14:21:54.026623"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3606 Carter Square, New Eric, TN 72191-3021"], ["city", "Terryton"], ["country", "Yemen"], ["description", "Voluptatem nisi rerum. Fugiat dicta ut. Et eum optio."], ["email", "gerry.grady@example.info"], ["first_name", "Cherri"], ["firstname", "Kelley"], ["last_name", "Becker"], ["lastname", "Koepp"], ["lat", "8.96563831406624"], ["latitute", "-59.827012012296706"], ["lng", "124.43667093002199"], ["locale", "CZ"], ["longitude", "57.888834991771716"], ["middlename", "Greenfelder"], ["middle_name", "Pacocha"], ["password", "I95jYhIf"], ["phone", "860.054.7391"], ["phone_number", "834.313.4772 x299"], ["reference", "d254236c-a69f-48ca-af61-2e9b85aa3eb6"], ["title", "Dolor explicabo fugiat esse quam."], ["user_name", "rosendo.wehner"], ["username", "troy"], ["uuid", "9f94c117-f545-4136-b5c7-3c50ef38aab8"], ["created_at", "2020-11-24 14:21:54.056661"], ["updated_at", "2020-11-24 14:21:54.056661"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 659 1713 Effertz Shore, Stephaneberg, LA 88225"], ["city", "West Sebastianmouth"], ["country", "Madagascar"], ["description", "Quo sit dolore. Recusandae beatae temporibus."], ["email", "genaro.schuppe@example.info"], ["first_name", "Ayesha"], ["firstname", "Tamesha"], ["last_name", "Tromp"], ["lastname", "Bergstrom"], ["lat", "37.2635520694772"], ["latitute", "-29.324333165805328"], ["lng", "-5.156210613945177"], ["locale", "GH"], ["longitude", "-112.90424617119736"], ["middlename", "Huels"], ["middle_name", "Greenholt"], ["password", "09V8267g11"], ["phone", "218-927-2004 x96293"], ["phone_number", "365-216-1589"], ["reference", "bbf76467-0829-477a-90b6-ddb2bbef95c7"], ["title", "Sequi eveniet veniam nulla vitae placeat."], ["user_name", "doretha.medhurst"], ["username", "erwin"], ["uuid", "dd5fd5d9-a73b-4220-ad8d-d517219efc75"], ["created_at", "2020-11-24 14:21:54.078523"], ["updated_at", "2020-11-24 14:21:54.078523"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 975 57774 Ondricka Summit, Renaldoport, CT 88200-9564"], ["city", "Dallasside"], ["country", "Reunion"], ["description", "Non rerum mollitia. Ea recusandae nisi. Exercitationem et quibusdam. Aut eos ipsa."], ["email", "modesto@example.name"], ["first_name", "Vance"], ["firstname", "Ericka"], ["last_name", "Price"], ["lastname", "Heidenreich"], ["lat", "71.35942604865153"], ["latitute", "63.286946810447176"], ["lng", "-109.63447660986586"], ["locale", "WF"], ["longitude", "161.01264777310013"], ["middlename", "Keebler"], ["middle_name", "Hoeger"], ["password", "9SiQmOmQaLk"], ["phone", "(266) 102-3510 x331"], ["phone_number", "815.936.7095"], ["reference", "7e25dff3-0d27-4593-9c63-e800e26d034a"], ["title", "Dolores dolores ea mollitia."], ["user_name", "carolynn"], ["username", "emilie"], ["uuid", "6594f571-fe01-4989-be08-ada661b7e3a2"], ["created_at", "2020-11-24 14:21:54.100183"], ["updated_at", "2020-11-24 14:21:54.100183"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "630 Huels Squares, Buckridgeborough, NC 53685"], ["city", "Murphyfort"], ["country", "Bhutan"], ["description", "Eum nam ex. Sed dolor quae. Ullam aspernatur quis. Officiis consequatur aut. Magni et provident."], ["email", "emory_willms@example.info"], ["first_name", "Page"], ["firstname", "Mack"], ["last_name", "Dare"], ["lastname", "Pollich"], ["lat", "-78.42485140690624"], ["latitute", "51.46292404112961"], ["lng", "-69.13267439004326"], ["locale", "LY"], ["longitude", "-178.45962819022213"], ["middlename", "Rath"], ["middle_name", "Bailey"], ["password", "CiBv13TxH9uOnGg6"], ["phone", "972-425-9255 x201"], ["phone_number", "198-195-5984"], ["reference", "61260c7d-6aa9-4b72-8f29-2831061aa164"], ["title", "Harum iste itaque reiciendis."], ["user_name", "nickole.cronin"], ["username", "rosann_purdy"], ["uuid", "68af1ca8-350b-404c-b2b9-dfec371b98b0"], ["created_at", "2020-11-24 14:21:54.121540"], ["updated_at", "2020-11-24 14:21:54.121540"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 475 58409 Ignacio Way, McKenzieshire, PA 80862"], ["city", "South David"], ["country", "Montserrat"], ["description", "Officiis voluptatibus reiciendis. Voluptatem sit pariatur. Id natus molestias. Repellat voluptas vitae."], ["email", "luvenia_kertzmann@example.io"], ["first_name", "Karma"], ["firstname", "Brooke"], ["last_name", "Davis"], ["lastname", "Walter"], ["lat", "-6.328434630404573"], ["latitute", "-19.73352548372351"], ["lng", "-51.185878817940534"], ["locale", "GN"], ["longitude", "-74.38259410008857"], ["middlename", "Goyette"], ["middle_name", "Gleichner"], ["password", "J3k5D1dQ0"], ["phone", "(833) 838-7503"], ["phone_number", "(602) 735-0033"], ["reference", "83939478-c7c7-4464-80e6-87ba504f1432"], ["title", "Excepturi corporis temporibus non non."], ["user_name", "darren"], ["username", "prince"], ["uuid", "6dfc195b-b893-4a18-b1f3-f4dcecd8a320"], ["created_at", "2020-11-24 14:21:54.143031"], ["updated_at", "2020-11-24 14:21:54.143031"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 948 332 Hauck Inlet, Walkerstad, MA 90172"], ["city", "Feiltown"], ["country", "Armenia"], ["description", "Quis est corrupti. Nostrum odit maiores. Ut expedita soluta."], ["email", "claudio_goyette@example.info"], ["first_name", "Brigitte"], ["firstname", "Manual"], ["last_name", "Heidenreich"], ["lastname", "Olson"], ["lat", "41.42257111557154"], ["latitute", "21.980253249325102"], ["lng", "-80.01841958393192"], ["locale", "CD"], ["longitude", "67.87356105670298"], ["middlename", "Trantow"], ["middle_name", "McDermott"], ["password", "82XwS2oN"], ["phone", "(100) 844-8452 x6797"], ["phone_number", "(436) 881-3517 x9458"], ["reference", "219e0a57-a20c-4ee8-8fce-9a46e08a55cc"], ["title", "Fuga consequatur est."], ["user_name", "luke_weber"], ["username", "vickie_ward"], ["uuid", "6a392692-afe6-4ff4-bc96-f8f6b061be1c"], ["created_at", "2020-11-24 14:21:54.164215"], ["updated_at", "2020-11-24 14:21:54.164215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 807 91858 Terry Village, New Keena, OR 33363-6930"], ["city", "Marksside"], ["country", "Maldives"], ["description", "Quisquam sint harum. Optio molestias est."], ["email", "temika_kautzer@example.org"], ["first_name", "Socorro"], ["firstname", "Aurelio"], ["last_name", "Tromp"], ["lastname", "Carroll"], ["lat", "82.56544980370637"], ["latitute", "84.56578635578023"], ["lng", "-94.91071737350707"], ["locale", "CX"], ["longitude", "-74.47320490195577"], ["middlename", "Kirlin"], ["middle_name", "Strosin"], ["password", "2FlAnWzE2b"], ["phone", "(678) 890-2669"], ["phone_number", "1-713-073-1306 x5103"], ["reference", "da6b1dc0-7577-4ba7-907a-b1658761f4ad"], ["title", "Qui aperiam at dolorem."], ["user_name", "beckie.roob"], ["username", "anisa"], ["uuid", "b92ccfc5-259c-46b5-8af7-bd7e03a84646"], ["created_at", "2020-11-24 14:21:54.185439"], ["updated_at", "2020-11-24 14:21:54.185439"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "93327 Spinka Mountains, West Grazyna, OK 20021-9250"], ["city", "Keithview"], ["country", "Comoros"], ["description", "Consequuntur fugit temporibus. Dolorum sunt ratione."], ["email", "martin@example.biz"], ["first_name", "Gaylene"], ["firstname", "Betsey"], ["last_name", "Schinner"], ["lastname", "Konopelski"], ["lat", "-7.886350488366858"], ["latitute", "63.21113147390156"], ["lng", "36.36043582130898"], ["locale", "SD"], ["longitude", "97.8775587311739"], ["middlename", "Hoppe"], ["middle_name", "Kassulke"], ["password", "VmTzSrWiX1mL"], ["phone", "665-972-9681 x6687"], ["phone_number", "209.172.9343 x534"], ["reference", "c305fe65-4c55-427f-85b6-2cb470f07aee"], ["title", "Voluptas assumenda qui illo."], ["user_name", "eduardo"], ["username", "catarina.hodkiewicz"], ["uuid", "68549d7b-80f8-41af-8cd4-a7d38b297f10"], ["created_at", "2020-11-24 14:21:54.214554"], ["updated_at", "2020-11-24 14:21:54.214554"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 0.938557481131271], ["string", "Natus ut beatae et quasi delectus."], ["date", "2020-11-04"], ["time", "2000-01-01 00:51:19.571849"], ["datetime", "2020-11-30 04:07:38.804554"], ["created_at", "2020-11-24 14:21:54.243974"], ["updated_at", "2020-11-24 14:21:54.243974"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:54.254196"], ["updated_at", "2020-11-24 14:21:54.254196"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:54.262012"], ["updated_at", "2020-11-24 14:21:54.262012"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7334 Kassulke Light, McCulloughborough, LA 73488"], ["city", "North Libertymouth"], ["country", "Saint Barthelemy"], ["description", "Illum provident quis. Deleniti adipisci et. Et exercitationem repellat. Mollitia numquam facere. Mollitia ut provident."], ["email", "rickey.stokes@example.org"], ["first_name", "Sammy"], ["firstname", "Quintin"], ["last_name", "Baumbach"], ["lastname", "Krajcik"], ["lat", "-2.8835829351548483"], ["latitute", "75.17289108046043"], ["lng", "-58.408085644639414"], ["locale", "GU"], ["longitude", "31.162359973803063"], ["middlename", "Ernser"], ["middle_name", "Larson"], ["password", "9QbIqCp9Yf14ZvP"], ["phone", "1-686-799-9786"], ["phone_number", "1-737-033-8452 x739"], ["reference", "c537bba4-db71-4882-a7a0-1766a5d3bd0d"], ["title", "Sint suscipit dolorem."], ["user_name", "curtis"], ["username", "drema.altenwerth"], ["uuid", "86962361-dbc8-4217-a27c-0e94f7ebc102"], ["created_at", "2020-11-24 14:21:54.285422"], ["updated_at", "2020-11-24 14:21:54.285422"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:21:54.289996"], ["updated_at", "2020-11-24 14:21:54.289996"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:21:54.294145"], ["updated_at", "2020-11-24 14:21:54.294145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 1.54770139785941], ["string", "Quia aperiam ea nesciunt nihil ut."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:21:54.330847"], ["updated_at", "2020-11-24 14:21:54.330847"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:54.340201"], ["updated_at", "2020-11-24 14:21:54.340201"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:21:54.343041"], ["updated_at", "2020-11-24 14:21:54.343041"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 14:21:54.347693"], ["updated_at", "2020-11-24 14:21:54.347693"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 14:21:54.353031"], ["updated_at", "2020-11-24 14:21:54.353031"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 14], ["decimal", 2.54118925830524], ["string", "Totam et aliquam accusantium numquam."], ["date", "2020-11-28"], ["time", "2000-01-01 02:34:34.136517"], ["datetime", "2020-11-06 13:51:59.087919"], ["created_at", "2020-11-24 14:21:54.360749"], ["updated_at", "2020-11-24 14:21:54.360749"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 9.41475605111974], ["string", "Voluptatum earum iusto voluptates ut."], ["date", "2021-01-03"], ["time", "2000-01-01 17:04:11.263014"], ["datetime", "2020-12-25 05:57:22.128071"], ["created_at", "2020-11-24 14:21:54.364890"], ["updated_at", "2020-11-24 14:21:54.364890"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 0.752955497972364], ["string", "Voluptas molestiae quis totam aspernatur non."], ["date", "2020-10-31"], ["time", "2000-01-01 21:05:43.693137"], ["datetime", "2020-11-12 01:38:29.726282"], ["created_at", "2020-11-24 14:21:54.367942"], ["updated_at", "2020-11-24 14:21:54.367942"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 19.9253495663419], ["string", "Qui maiores doloremque at vitae et."], ["date", "2020-11-26"], ["time", "2000-01-01 22:08:29.075516"], ["datetime", "2020-10-29 10:28:21.136762"], ["created_at", "2020-11-24 14:21:54.371266"], ["updated_at", "2020-11-24 14:21:54.371266"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 18.9726743921365], ["string", "Minus laborum impedit."], ["date", "2020-12-05"], ["time", "2000-01-01 05:12:36.436534"], ["datetime", "2020-11-29 05:43:30.530567"], ["created_at", "2020-11-24 14:21:54.373911"], ["updated_at", "2020-11-24 14:21:54.373911"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 6.93691772055187], ["string", "Et et sed expedita."], ["date", "2020-12-05"], ["time", "2000-01-01 23:38:20.503736"], ["datetime", "2020-10-28 08:28:25.790780"], ["created_at", "2020-11-24 14:21:54.376295"], ["updated_at", "2020-11-24 14:21:54.376295"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 6.66888559763655], ["string", "Ducimus qui rerum fugiat odio aut."], ["date", "2020-11-27"], ["time", "2000-01-01 09:22:40.578216"], ["datetime", "2020-11-12 23:53:57.402866"], ["created_at", "2020-11-24 14:21:54.378858"], ["updated_at", "2020-11-24 14:21:54.378858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 4.50261506671006], ["string", "Corrupti eaque maxime sed nihil id."], ["date", "2020-11-10"], ["time", "2000-01-01 15:18:53.905587"], ["datetime", "2020-11-27 05:35:36.692387"], ["created_at", "2020-11-24 14:21:54.381614"], ["updated_at", "2020-11-24 14:21:54.381614"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:54.382726"], ["updated_at", "2020-11-24 14:21:54.382726"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:54.383677"], ["updated_at", "2020-11-24 14:21:54.383677"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:54.384485"], ["updated_at", "2020-11-24 14:21:54.384485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:54.385130"], ["updated_at", "2020-11-24 14:21:54.385130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:54.385767"], ["updated_at", "2020-11-24 14:21:54.385767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:54.386404"], ["updated_at", "2020-11-24 14:21:54.386404"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:54.387044"], ["updated_at", "2020-11-24 14:21:54.387044"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:54.387669"], ["updated_at", "2020-11-24 14:21:54.387669"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:54.389020"], ["updated_at", "2020-11-24 14:21:54.389020"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:54.390203"], ["updated_at", "2020-11-24 14:21:54.390203"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:54.391303"], ["updated_at", "2020-11-24 14:21:54.391303"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:54.392411"], ["updated_at", "2020-11-24 14:21:54.392411"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:54.393494"], ["updated_at", "2020-11-24 14:21:54.393494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:54.394668"], ["updated_at", "2020-11-24 14:21:54.394668"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:54.395820"], ["updated_at", "2020-11-24 14:21:54.395820"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:54.396995"], ["updated_at", "2020-11-24 14:21:54.396995"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "954 Jon Mill, Vernettaton, WV 20540-2238"], ["city", "North Dale"], ["country", "Cook Islands"], ["description", "Fuga quod delectus. Tenetur voluptates et. Quidem commodi quos. Voluptatem in corrupti. Dolores minus sint."], ["email", "valentina_berge@example.info"], ["first_name", "Nathanial"], ["firstname", "Ellsworth"], ["last_name", "Zemlak"], ["lastname", "Pagac"], ["lat", "14.04274025035214"], ["latitute", "-89.47533926792373"], ["lng", "-111.28971857560724"], ["locale", "TT"], ["longitude", "-109.76477212366942"], ["middlename", "O'Kon"], ["middle_name", "Wilkinson"], ["password", "5YyG2mE5"], ["phone", "(469) 620-9995 x35413"], ["phone_number", "(757) 668-6605 x891"], ["reference", "55c6330c-de93-43b4-8dee-3b9bbe268168"], ["title", "Suscipit repellendus dolorum dolorem."], ["user_name", "nina"], ["username", "marta_jacobson"], ["uuid", "00873a09-4b5d-4bfb-a9d5-ceaf864930c2"], ["created_at", "2020-11-24 14:21:54.428913"], ["updated_at", "2020-11-24 14:21:54.428913"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "97105 Tromp Rapids, Cassyside, HI 76797"], ["city", "East Rufusfort"], ["country", "Pitcairn Islands"], ["description", "Ab velit quia. Et tenetur dolorem. Asperiores possimus modi. Labore blanditiis est. Dolores sint doloribus."], ["email", "micha.king@example.org"], ["first_name", "Emilio"], ["firstname", "Tanesha"], ["last_name", "Volkman"], ["lastname", "Little"], ["lat", "-83.83999910418487"], ["latitute", "-65.86828803757453"], ["lng", "-82.59199883227359"], ["locale", "FM"], ["longitude", "-159.45024986091974"], ["middlename", "Zemlak"], ["middle_name", "Parisian"], ["password", "1Zm61DwJ9l"], ["phone", "1-867-454-8132 x39723"], ["phone_number", "683.300.1478 x259"], ["reference", "ebeec9dd-5ebf-40d5-81db-29c5ea7f937a"], ["title", "Fugiat consequuntur beatae dicta inventore."], ["user_name", "weldon"], ["username", "dorsey_little"], ["uuid", "a3955893-6f66-4027-9a8e-cdb18d14bcdd"], ["created_at", "2020-11-24 14:21:54.454226"], ["updated_at", "2020-11-24 14:21:54.454226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 768 710 Bruno Summit, West Haydenmouth, VA 48064"], ["city", "Port Hermine"], ["country", "Swaziland"], ["description", "Nemo qui labore. Aperiam blanditiis quasi. Sed et corporis. In dolor autem. Eum reprehenderit quas."], ["email", "laurel@example.com"], ["first_name", "Marylou"], ["firstname", "Roland"], ["last_name", "Lubowitz"], ["lastname", "Schulist"], ["lat", "10.929431096262348"], ["latitute", "88.3503868233125"], ["lng", "56.975099535944906"], ["locale", "AI"], ["longitude", "-166.89900788291823"], ["middlename", "Will"], ["middle_name", "Stehr"], ["password", "V1wK3gLy"], ["phone", "868.955.8063"], ["phone_number", "1-761-796-6472 x884"], ["reference", "05de88ad-3915-4872-a392-a8b75ae62852"], ["title", "Quam dolore hic eligendi doloribus."], ["user_name", "madalyn.auer"], ["username", "rolando_braun"], ["uuid", "2ea109cf-fa31-44ff-aad5-c281c21be002"], ["created_at", "2020-11-24 14:21:54.476392"], ["updated_at", "2020-11-24 14:21:54.476392"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 394 42988 Yolonda Trail, Kuhichaven, WI 10826"], ["city", "Connellytown"], ["country", "Uganda"], ["description", "In debitis libero. Quia magnam porro. Aut est reprehenderit. Fugiat officiis quo."], ["email", "reynaldo.padberg@example.org"], ["first_name", "Merissa"], ["firstname", "Jacquelyne"], ["last_name", "Morar"], ["lastname", "Kohler"], ["lat", "-44.82899045025916"], ["latitute", "-22.20855255584796"], ["lng", "-10.989307516521365"], ["locale", "TG"], ["longitude", "-135.85371514175398"], ["middlename", "Schinner"], ["middle_name", "Doyle"], ["password", "ZfAvQb45KnC7d"], ["phone", "1-602-397-7279 x1647"], ["phone_number", "456-727-2899 x87193"], ["reference", "26c9159b-992a-4911-89ed-65730699449d"], ["title", "Et sint expedita ad nihil."], ["user_name", "elbert"], ["username", "bryon_will"], ["uuid", "60498c89-cb7f-41f8-ab07-dbb5f135311d"], ["created_at", "2020-11-24 14:21:54.498195"], ["updated_at", "2020-11-24 14:21:54.498195"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "5354 Lynn Forks, Fadelstad, MS 84636-9619"], ["city", "Lake Evangelina"], ["country", "French Southern Territories"], ["description", "Commodi quod hic. Voluptates distinctio ut. Odit maxime doloribus. Blanditiis sit quos."], ["email", "karina.zulauf@example.name"], ["first_name", "Monroe"], ["firstname", "Jermaine"], ["last_name", "Schaefer"], ["lastname", "Bechtelar"], ["lat", "-76.88583468896378"], ["latitute", "73.8376953129229"], ["lng", "-125.7556601997011"], ["locale", "BA"], ["longitude", "-1.6241094592530771"], ["middlename", "Crooks"], ["middle_name", "Strosin"], ["password", "TnRkDk4GkP0bUw"], ["phone", "1-524-203-2227 x6897"], ["phone_number", "381.505.7910 x5082"], ["reference", "5fd1c6ce-d503-423d-b75d-45293b0d929c"], ["title", "Magnam aliquam consequuntur soluta provident."], ["user_name", "bradley"], ["username", "tracee.mcglynn"], ["uuid", "f9747097-f498-4ca1-ad29-5e5787ceb686"], ["created_at", "2020-11-24 14:21:54.520071"], ["updated_at", "2020-11-24 14:21:54.520071"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 363 369 Elijah Summit, Reynaldatown, AL 80362-0567"], ["city", "Coleside"], ["country", "Uruguay"], ["description", "Maiores provident architecto. Quasi rerum sint. Nostrum maiores ut. Aut et ratione. Necessitatibus voluptas at."], ["email", "sammie.moore@example.org"], ["first_name", "Wava"], ["firstname", "Johnnie"], ["last_name", "Bartell"], ["lastname", "Ullrich"], ["lat", "-19.12217164317815"], ["latitute", "43.6125322423683"], ["lng", "-103.08904592870601"], ["locale", "TZ"], ["longitude", "-137.4408108614878"], ["middlename", "Christiansen"], ["middle_name", "Bashirian"], ["password", "30N8wXx9N"], ["phone", "(802) 677-3646"], ["phone_number", "1-247-896-6688 x164"], ["reference", "1bc2fc33-c612-468c-be83-54c4c7b2364a"], ["title", "Consequatur ut quibusdam."], ["user_name", "emma_mayert"], ["username", "howard.medhurst"], ["uuid", "7dcf2b69-a0d9-42db-b988-72d9164280d6"], ["created_at", "2020-11-24 14:21:54.542023"], ["updated_at", "2020-11-24 14:21:54.542023"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4867 Elbert Lights, South Ernieville, VA 56608-3897"], ["city", "South Dianne"], ["country", "Maldives"], ["description", "Est voluptatum at. Est cupiditate deleniti. Ut doloribus sed."], ["email", "lakita.waelchi@example.io"], ["first_name", "Tonisha"], ["firstname", "Jessica"], ["last_name", "Feeney"], ["lastname", "Medhurst"], ["lat", "-22.14894628110892"], ["latitute", "-29.859086497865277"], ["lng", "-70.77800011774899"], ["locale", "IN"], ["longitude", "49.687052099154926"], ["middlename", "Morar"], ["middle_name", "Mitchell"], ["password", "UdGyLuKaPhVgI"], ["phone", "833.874.2823 x3040"], ["phone_number", "1-257-465-2760 x0288"], ["reference", "da46aca3-8789-460e-88cb-518d1f5c3bf9"], ["title", "Adipisci amet rerum quaerat nam quas."], ["user_name", "dalia"], ["username", "fletcher"], ["uuid", "7eda3c36-9264-4309-9b51-a92b0f4591f0"], ["created_at", "2020-11-24 14:21:54.563703"], ["updated_at", "2020-11-24 14:21:54.563703"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3511 Durgan Falls, South Freemanborough, NH 39835"], ["city", "East Enriqueta"], ["country", "Bosnia and Herzegovina"], ["description", "Aut dolor ipsa. Sunt temporibus laborum."], ["email", "simona_bergnaum@example.com"], ["first_name", "Dwain"], ["firstname", "Tobi"], ["last_name", "Stokes"], ["lastname", "Borer"], ["lat", "65.51488956432462"], ["latitute", "-50.514157995665684"], ["lng", "158.55493827464147"], ["locale", "AW"], ["longitude", "-72.18245753696361"], ["middlename", "Price"], ["middle_name", "Cummings"], ["password", "Ba0QhTqWmE"], ["phone", "(806) 705-1126 x80758"], ["phone_number", "182-903-3969 x7481"], ["reference", "7944aa9a-e200-4019-9e11-effb5cf5527a"], ["title", "Illo officia quis ut repellendus voluptatem."], ["user_name", "lesia"], ["username", "jerrod_gutkowski"], ["uuid", "cffc3499-b6f6-4225-be6e-da4907760d6e"], ["created_at", "2020-11-24 14:21:54.593932"], ["updated_at", "2020-11-24 14:21:54.593932"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:21:54.595896"], ["updated_at", "2020-11-24 14:21:54.595896"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:21:54.597126"], ["updated_at", "2020-11-24 14:21:54.597126"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:21:54.598266"], ["updated_at", "2020-11-24 14:21:54.598266"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:21:54.599394"], ["updated_at", "2020-11-24 14:21:54.599394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:21:54.600528"], ["updated_at", "2020-11-24 14:21:54.600528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:21:54.601653"], ["updated_at", "2020-11-24 14:21:54.601653"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:21:54.602781"], ["updated_at", "2020-11-24 14:21:54.602781"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:21:54.603905"], ["updated_at", "2020-11-24 14:21:54.603905"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:21:54.605130"], ["updated_at", "2020-11-24 14:21:54.605130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:21:54.606346"], ["updated_at", "2020-11-24 14:21:54.606346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:21:54.607497"], ["updated_at", "2020-11-24 14:21:54.607497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:21:54.608663"], ["updated_at", "2020-11-24 14:21:54.608663"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:21:54.609817"], ["updated_at", "2020-11-24 14:21:54.609817"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:21:54.610965"], ["updated_at", "2020-11-24 14:21:54.610965"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:21:54.612120"], ["updated_at", "2020-11-24 14:21:54.612120"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:21:54.613268"], ["updated_at", "2020-11-24 14:21:54.613268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 3.31170642825714], ["string", "Atque nisi officiis ut est."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:21:54.650259"], ["updated_at", "2020-11-24 14:21:54.650259"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 9.4150814942107], ["string", "Reprehenderit nulla unde sunt accusantium cupiditate."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:21:54.686915"], ["updated_at", "2020-11-24 14:21:54.686915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 12.2353211849568], ["string", "Earum et et quis architecto saepe."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:21:54.723617"], ["updated_at", "2020-11-24 14:21:54.723617"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 25.1693495988219], ["string", "Minima autem modi doloremque aut omnis."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:21:54.760334"], ["updated_at", "2020-11-24 14:21:54.760334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 9.68388040669827], ["string", "Pariatur aut eius sed et qui."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:21:54.803339"], ["updated_at", "2020-11-24 14:21:54.803339"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 13.0493328803359], ["string", "Labore qui qui culpa veniam eum."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:21:54.840780"], ["updated_at", "2020-11-24 14:21:54.840780"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 16.4999088909377], ["string", "Voluptas aut iusto nobis."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:21:54.877497"], ["updated_at", "2020-11-24 14:21:54.877497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 11.4990398663354], ["string", "Ducimus voluptas accusantium beatae."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:21:54.914119"], ["updated_at", "2020-11-24 14:21:54.914119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:54.930492"], ["updated_at", "2020-11-24 14:21:54.930492"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:54.931330"], ["updated_at", "2020-11-24 14:21:54.931330"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:54.931972"], ["updated_at", "2020-11-24 14:21:54.931972"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:54.932597"], ["updated_at", "2020-11-24 14:21:54.932597"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:54.933215"], ["updated_at", "2020-11-24 14:21:54.933215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:54.933824"], ["updated_at", "2020-11-24 14:21:54.933824"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:54.934424"], ["updated_at", "2020-11-24 14:21:54.934424"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:54.935048"], ["updated_at", "2020-11-24 14:21:54.935048"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:21:54.935701"], ["updated_at", "2020-11-24 14:21:54.935701"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:21:54.936377"], ["updated_at", "2020-11-24 14:21:54.936377"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:21:54.937029"], ["updated_at", "2020-11-24 14:21:54.937029"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:21:54.937676"], ["updated_at", "2020-11-24 14:21:54.937676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:21:54.938324"], ["updated_at", "2020-11-24 14:21:54.938324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:21:54.938979"], ["updated_at", "2020-11-24 14:21:54.938979"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:21:54.939627"], ["updated_at", "2020-11-24 14:21:54.939627"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:21:54.940285"], ["updated_at", "2020-11-24 14:21:54.940285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 14:21:54.941580"], ["updated_at", "2020-11-24 14:21:54.941580"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 14:21:54.942806"], ["updated_at", "2020-11-24 14:21:54.942806"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 14:21:54.943961"], ["updated_at", "2020-11-24 14:21:54.943961"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 14:21:54.945172"], ["updated_at", "2020-11-24 14:21:54.945172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 14:21:54.946335"], ["updated_at", "2020-11-24 14:21:54.946335"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 14:21:54.947499"], ["updated_at", "2020-11-24 14:21:54.947499"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 14:21:54.948659"], ["updated_at", "2020-11-24 14:21:54.948659"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 14:21:54.949836"], ["updated_at", "2020-11-24 14:21:54.949836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 3], ["created_at", "2020-11-24 14:21:54.951459"], ["updated_at", "2020-11-24 14:21:54.951459"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 1], ["created_at", "2020-11-24 14:21:54.953030"], ["updated_at", "2020-11-24 14:21:54.953030"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-24 14:21:54.954557"], ["updated_at", "2020-11-24 14:21:54.954557"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 2], ["created_at", "2020-11-24 14:21:54.956074"], ["updated_at", "2020-11-24 14:21:54.956074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 6], ["created_at", "2020-11-24 14:21:54.957585"], ["updated_at", "2020-11-24 14:21:54.957585"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-24 14:21:54.959085"], ["updated_at", "2020-11-24 14:21:54.959085"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-24 14:21:54.960609"], ["updated_at", "2020-11-24 14:21:54.960609"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 6], ["created_at", "2020-11-24 14:21:54.962169"], ["updated_at", "2020-11-24 14:21:54.962169"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 20.1997041267001], ["string", "Harum consequatur nostrum."], ["date", "2020-12-13"], ["time", "2000-01-01 11:03:38.617569"], ["datetime", "2020-11-30 19:22:07.069849"], ["created_at", "2020-11-24 14:21:54.990560"], ["updated_at", "2020-11-24 14:21:54.990560"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 29.7121462434321], ["string", "Ipsam facilis libero molestiae."], ["date", "2020-11-22"], ["time", "2000-01-01 21:53:53.373817"], ["datetime", "2020-11-28 13:59:20.745089"], ["created_at", "2020-11-24 14:21:54.993092"], ["updated_at", "2020-11-24 14:21:54.993092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 1.78089970842594], ["string", "Aperiam quidem consequuntur."], ["date", "2020-10-28"], ["time", "2000-01-01 14:27:51.095828"], ["datetime", "2020-10-16 05:42:27.379071"], ["created_at", "2020-11-24 14:21:54.995470"], ["updated_at", "2020-11-24 14:21:54.995470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 2.96096065431216], ["string", "Adipisci qui officia qui labore eius."], ["date", "2020-11-27"], ["time", "2000-01-01 20:23:09.289992"], ["datetime", "2020-11-05 14:26:30.447316"], ["created_at", "2020-11-24 14:21:54.999456"], ["updated_at", "2020-11-24 14:21:54.999456"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 1.89052840286019], ["string", "Laboriosam id aspernatur quis et qui."], ["date", "2020-10-30"], ["time", "2000-01-01 06:45:34.811094"], ["datetime", "2020-12-01 02:53:35.420904"], ["created_at", "2020-11-24 14:21:55.003346"], ["updated_at", "2020-11-24 14:21:55.003346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 27.9193805254828], ["string", "Quia excepturi voluptates id a rerum."], ["date", "2020-10-22"], ["time", "2000-01-01 12:00:01.737924"], ["datetime", "2020-11-14 17:22:58.057743"], ["created_at", "2020-11-24 14:21:55.006632"], ["updated_at", "2020-11-24 14:21:55.006632"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:55.009319"], ["updated_at", "2020-11-24 14:21:55.009319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 10.9215084937149], ["string", "Alias deserunt nam repudiandae."], ["date", "2020-12-13"], ["time", "2000-01-01 01:44:36.825085"], ["datetime", "2020-11-02 12:59:02.950960"], ["created_at", "2020-11-24 14:21:55.049413"], ["updated_at", "2020-11-24 14:21:55.049413"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 23.5627954915794], ["string", "Aliquid minus sed mollitia aperiam."], ["date", "2020-11-12"], ["time", "2000-01-01 04:39:07.464340"], ["datetime", "2020-12-25 23:51:22.978415"], ["created_at", "2020-11-24 14:21:55.054009"], ["updated_at", "2020-11-24 14:21:55.054009"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 18.6984727776266], ["string", "Et consequuntur unde rerum."], ["date", "2020-11-06"], ["time", "2000-01-01 02:44:31.465840"], ["datetime", "2020-12-30 03:07:36.514795"], ["created_at", "2020-11-24 14:21:55.057698"], ["updated_at", "2020-11-24 14:21:55.057698"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 0.0805152682766943], ["string", "Repellendus nihil sunt ut."], ["date", "2020-11-14"], ["time", "2000-01-01 02:13:32.767451"], ["datetime", "2020-12-21 14:19:31.983412"], ["created_at", "2020-11-24 14:21:55.060816"], ["updated_at", "2020-11-24 14:21:55.060816"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 4.08525611193812], ["string", "Sit consequatur ut blanditiis."], ["date", "2020-10-14"], ["time", "2000-01-01 02:28:02.524605"], ["datetime", "2020-12-08 09:42:30.946646"], ["created_at", "2020-11-24 14:21:55.063946"], ["updated_at", "2020-11-24 14:21:55.063946"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 5.10894755593966], ["string", "Tempora saepe voluptas eos animi."], ["date", "2020-11-08"], ["time", "2000-01-01 07:34:38.227494"], ["datetime", "2020-12-07 06:24:57.031641"], ["created_at", "2020-11-24 14:21:55.067571"], ["updated_at", "2020-11-24 14:21:55.067571"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 19], ["decimal", 25.6050267587212], ["string", "Aliquid architecto omnis iste."], ["date", "2020-10-27"], ["time", "2000-01-01 05:26:08.733025"], ["datetime", "2020-12-08 22:13:49.976511"], ["created_at", "2020-11-24 14:21:55.071595"], ["updated_at", "2020-11-24 14:21:55.071595"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 0.273995514766752], ["string", "Commodi autem recusandae."], ["date", "2020-12-12"], ["time", "2000-01-01 21:40:04.829817"], ["datetime", "2020-11-28 12:29:14.286904"], ["created_at", "2020-11-24 14:21:55.075036"], ["updated_at", "2020-11-24 14:21:55.075036"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:55.076523"], ["updated_at", "2020-11-24 14:21:55.076523"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:55.077619"], ["updated_at", "2020-11-24 14:21:55.077619"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:55.078939"], ["updated_at", "2020-11-24 14:21:55.078939"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:55.080041"], ["updated_at", "2020-11-24 14:21:55.080041"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:55.081077"], ["updated_at", "2020-11-24 14:21:55.081077"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:55.082080"], ["updated_at", "2020-11-24 14:21:55.082080"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:55.083208"], ["updated_at", "2020-11-24 14:21:55.083208"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:55.084379"], ["updated_at", "2020-11-24 14:21:55.084379"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:55.086440"], ["updated_at", "2020-11-24 14:21:55.086440"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:55.088295"], ["updated_at", "2020-11-24 14:21:55.088295"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:55.090091"], ["updated_at", "2020-11-24 14:21:55.090091"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:55.091843"], ["updated_at", "2020-11-24 14:21:55.091843"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:55.093685"], ["updated_at", "2020-11-24 14:21:55.093685"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:55.095399"], ["updated_at", "2020-11-24 14:21:55.095399"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:55.097085"], ["updated_at", "2020-11-24 14:21:55.097085"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:55.098724"], ["updated_at", "2020-11-24 14:21:55.098724"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4868 Jacobson Pass, Lueilwitzborough, OR 55031-8070"], ["city", "Leliatown"], ["country", "Ethiopia"], ["description", "Fuga explicabo omnis. Voluptatem ea et. Molestiae esse quia."], ["email", "evelin@example.io"], ["first_name", "Reiko"], ["firstname", "Lavonna"], ["last_name", "Tillman"], ["lastname", "Marvin"], ["lat", "-72.09056904296926"], ["latitute", "45.01992833114875"], ["lng", "-12.578444677904912"], ["locale", "VI"], ["longitude", "-132.78363095793162"], ["middlename", "Kihn"], ["middle_name", "Okuneva"], ["password", "T5vBkBxOpTbTa9A"], ["phone", "569.926.7672 x1758"], ["phone_number", "(732) 310-9974 x6464"], ["reference", "cbd5fcd3-f617-4e57-ba23-54ce2ef5dc88"], ["title", "Velit et similique neque."], ["user_name", "bryon.leuschke"], ["username", "tanya"], ["uuid", "c14f3ff6-5cf3-4362-8096-0864a61dc46a"], ["created_at", "2020-11-24 14:21:55.120783"], ["updated_at", "2020-11-24 14:21:55.120783"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "81382 Fadel View, New Elijahburgh, PA 07707"], ["city", "Wildermanville"], ["country", "Hungary"], ["description", "Et id eius. Consequatur suscipit commodi. Officiis cumque deserunt. Dolores ad et."], ["email", "dewayne@example.io"], ["first_name", "Darrin"], ["firstname", "Lissette"], ["last_name", "Feeney"], ["lastname", "Emmerich"], ["lat", "-10.232645290565287"], ["latitute", "-72.27296090539511"], ["lng", "65.1354102505095"], ["locale", "CX"], ["longitude", "-172.21759418443946"], ["middlename", "Klein"], ["middle_name", "Doyle"], ["password", "0WkC5f4MtZuOa"], ["phone", "(180) 420-3461 x6244"], ["phone_number", "328.700.3175 x2703"], ["reference", "825d2f16-1ff8-4b31-9807-2ce0179bc3a9"], ["title", "Eaque exercitationem quam."], ["user_name", "patrick"], ["username", "teodora.auer"], ["uuid", "1d69b157-dd04-4fee-8dc5-9a22acf3ce1f"], ["created_at", "2020-11-24 14:21:55.142800"], ["updated_at", "2020-11-24 14:21:55.142800"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 776 873 Sol Squares, Fayport, IN 58873-6930"], ["city", "East Emiliobury"], ["country", "Bahrain"], ["description", "Deserunt nesciunt quaerat. Consequatur eos placeat. Non qui maiores. Similique magni corrupti."], ["email", "britni@example.info"], ["first_name", "Necole"], ["firstname", "Nicolas"], ["last_name", "Leuschke"], ["lastname", "Hammes"], ["lat", "17.579831152712927"], ["latitute", "67.57477216991549"], ["lng", "-127.3246531550747"], ["locale", "BA"], ["longitude", "-118.40323455586328"], ["middlename", "Ferry"], ["middle_name", "Marvin"], ["password", "TbYmIlUl42O"], ["phone", "(359) 678-5068 x6712"], ["phone_number", "949-006-4020 x108"], ["reference", "470dc867-06c9-42cf-936f-3d8712726116"], ["title", "Et vel alias voluptas expedita."], ["user_name", "modesto.gleichner"], ["username", "hugh"], ["uuid", "83559a10-b24e-41e6-849f-0b31bc060205"], ["created_at", "2020-11-24 14:21:55.164730"], ["updated_at", "2020-11-24 14:21:55.164730"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9921 Rodolfo Square, Port Loanburgh, KS 36243-8257"], ["city", "North Sherlynfort"], ["country", "Netherlands"], ["description", "Consequatur blanditiis est. Et molestiae vero. Facilis eum voluptatem."], ["email", "margarite_spinka@example.com"], ["first_name", "Juan"], ["firstname", "Gene"], ["last_name", "Orn"], ["lastname", "Miller"], ["lat", "74.19044751441618"], ["latitute", "57.046372160711314"], ["lng", "57.60632954016543"], ["locale", "NC"], ["longitude", "149.2959972173491"], ["middlename", "Witting"], ["middle_name", "Waelchi"], ["password", "1OiVrLdKg2XiJbJ"], ["phone", "(339) 248-3954 x178"], ["phone_number", "(981) 400-7097"], ["reference", "d0d935ac-860c-4cf2-831e-4fe897071297"], ["title", "Expedita recusandae accusamus blanditiis necessitatibus rerum."], ["user_name", "penni.harris"], ["username", "zena.weissnat"], ["uuid", "dd604af4-657c-4490-a48b-881392022463"], ["created_at", "2020-11-24 14:21:55.186511"], ["updated_at", "2020-11-24 14:21:55.186511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 976 141 Swift Mountains, South Le, GA 47532-3703"], ["city", "Pablochester"], ["country", "Martinique"], ["description", "Alias consequuntur minima. Eius natus rerum. Dolor dolore voluptatem."], ["email", "rachael_mante@example.name"], ["first_name", "Pamala"], ["firstname", "Norine"], ["last_name", "Bosco"], ["lastname", "Fritsch"], ["lat", "-17.659008634398063"], ["latitute", "9.740121102807848"], ["lng", "23.204261604062708"], ["locale", "KM"], ["longitude", "136.04214629792511"], ["middlename", "Raynor"], ["middle_name", "Langosh"], ["password", "FmOkD6v31Na"], ["phone", "852.590.5277"], ["phone_number", "301.095.8499"], ["reference", "61b7b4b7-1f1b-4afd-bd65-cc120e7b121c"], ["title", "Provident suscipit esse tenetur."], ["user_name", "gaynell.block"], ["username", "kaye.mosciski"], ["uuid", "c48d5b56-deb5-4c3c-b1fe-c7284eda0ba0"], ["created_at", "2020-11-24 14:21:55.208162"], ["updated_at", "2020-11-24 14:21:55.208162"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "909 Towne Cape, Thurmanburgh, OR 60681-4903"], ["city", "Bergstromburgh"], ["country", "Democratic People's Republic of Korea"], ["description", "Saepe ratione eaque. Corporis minus perferendis. Itaque ipsum ipsa. Sint magni repellat. Dolor beatae consequatur."], ["email", "yvonne@example.biz"], ["first_name", "Bernadette"], ["firstname", "Erasmo"], ["last_name", "Skiles"], ["lastname", "Jast"], ["lat", "-4.250177893365404"], ["latitute", "-56.53565400429243"], ["lng", "-61.993147393173686"], ["locale", "EG"], ["longitude", "173.26820631170472"], ["middlename", "Rice"], ["middle_name", "Harris"], ["password", "EaYuUjF6p4T61"], ["phone", "177-034-2688 x591"], ["phone_number", "(918) 471-9919"], ["reference", "30ce6be6-ff1d-4dc2-84b7-44f1511c80fc"], ["title", "Ducimus aut debitis."], ["user_name", "cyrstal.bahringer"], ["username", "issac_kuhlman"], ["uuid", "24a2cbae-df1c-4c55-8df1-3768a44ffe85"], ["created_at", "2020-11-24 14:21:55.238341"], ["updated_at", "2020-11-24 14:21:55.238341"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "223 Dominick Isle, Torphyland, HI 02683-4729"], ["city", "Errolfurt"], ["country", "El Salvador"], ["description", "Mollitia quod atque. Ducimus deleniti at. Blanditiis amet minus."], ["email", "brittney@example.com"], ["first_name", "Cordelia"], ["firstname", "Harvey"], ["last_name", "Heaney"], ["lastname", "Sporer"], ["lat", "64.99748804089617"], ["latitute", "-36.94867478170109"], ["lng", "55.1181783694189"], ["locale", "CK"], ["longitude", "85.84861030104054"], ["middlename", "Fay"], ["middle_name", "Greenfelder"], ["password", "R78yPeUxXpZp6G"], ["phone", "840-479-8885 x5262"], ["phone_number", "1-542-727-5877"], ["reference", "bfc1f199-4075-4971-9b4e-50e5885559f8"], ["title", "Vero laborum eaque necessitatibus aperiam."], ["user_name", "catarina"], ["username", "doretha.gibson"], ["uuid", "0812239c-fb35-4873-ae37-4add01957e0e"], ["created_at", "2020-11-24 14:21:55.260893"], ["updated_at", "2020-11-24 14:21:55.260893"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "89021 Doyle Gateway, Lake Orvalhaven, FL 51094-2720"], ["city", "Norbertohaven"], ["country", "Afghanistan"], ["description", "Ut quaerat officia. Assumenda aut qui. Quos eligendi vel. Aut voluptatem aut."], ["email", "jonelle_bahringer@example.name"], ["first_name", "Mauro"], ["firstname", "Porfirio"], ["last_name", "Huel"], ["lastname", "Kozey"], ["lat", "49.5933107347397"], ["latitute", "51.30863621921236"], ["lng", "106.30324298500818"], ["locale", "SK"], ["longitude", "53.40095082992832"], ["middlename", "Heathcote"], ["middle_name", "Hagenes"], ["password", "9VoPsR7mQy4"], ["phone", "407.079.8195 x251"], ["phone_number", "167.801.6260 x98843"], ["reference", "07b57558-ce57-41e7-9f71-5fb5d36fcfa7"], ["title", "Repellendus deserunt dolor numquam tempore."], ["user_name", "lee"], ["username", "deann"], ["uuid", "83327c3e-3ce5-4eb2-8887-3cb8a03fc408"], ["created_at", "2020-11-24 14:21:55.283659"], ["updated_at", "2020-11-24 14:21:55.283659"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:21:55.286048"], ["updated_at", "2020-11-24 14:21:55.286048"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:21:55.287605"], ["updated_at", "2020-11-24 14:21:55.287605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:21:55.289139"], ["updated_at", "2020-11-24 14:21:55.289139"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:21:55.290590"], ["updated_at", "2020-11-24 14:21:55.290590"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:21:55.292047"], ["updated_at", "2020-11-24 14:21:55.292047"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:21:55.293491"], ["updated_at", "2020-11-24 14:21:55.293491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:21:55.294931"], ["updated_at", "2020-11-24 14:21:55.294931"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:21:55.296404"], ["updated_at", "2020-11-24 14:21:55.296404"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:21:55.297935"], ["updated_at", "2020-11-24 14:21:55.297935"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:21:55.299495"], ["updated_at", "2020-11-24 14:21:55.299495"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:21:55.300952"], ["updated_at", "2020-11-24 14:21:55.300952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:21:55.302399"], ["updated_at", "2020-11-24 14:21:55.302399"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:21:55.303876"], ["updated_at", "2020-11-24 14:21:55.303876"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:21:55.305350"], ["updated_at", "2020-11-24 14:21:55.305350"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:21:55.306809"], ["updated_at", "2020-11-24 14:21:55.306809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:21:55.308263"], ["updated_at", "2020-11-24 14:21:55.308263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 16.2370066554189], ["string", "Et et eum similique cumque."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:21:55.345138"], ["updated_at", "2020-11-24 14:21:55.345138"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 41.6561779322292], ["string", "Rerum perferendis nihil modi optio."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:21:55.382490"], ["updated_at", "2020-11-24 14:21:55.382490"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 8.72164612415576], ["string", "Velit aut repellendus fugit."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:21:55.426094"], ["updated_at", "2020-11-24 14:21:55.426094"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 1.41361540926247], ["string", "Eos placeat eligendi."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:21:55.463798"], ["updated_at", "2020-11-24 14:21:55.463798"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 11.0365726635309], ["string", "Rerum cumque laborum at et."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:21:55.500528"], ["updated_at", "2020-11-24 14:21:55.500528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 11.8422734000634], ["string", "Voluptates soluta officiis."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:21:55.537299"], ["updated_at", "2020-11-24 14:21:55.537299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 0.945167396869004], ["string", "Quas iusto qui consequuntur."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:21:55.574001"], ["updated_at", "2020-11-24 14:21:55.574001"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 3.03890413392395], ["string", "Molestias beatae et omnis."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:21:55.615918"], ["updated_at", "2020-11-24 14:21:55.615918"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:55.634017"], ["updated_at", "2020-11-24 14:21:55.634017"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:55.635037"], ["updated_at", "2020-11-24 14:21:55.635037"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:55.635934"], ["updated_at", "2020-11-24 14:21:55.635934"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:55.636782"], ["updated_at", "2020-11-24 14:21:55.636782"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:55.637643"], ["updated_at", "2020-11-24 14:21:55.637643"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:55.638591"], ["updated_at", "2020-11-24 14:21:55.638591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:55.639506"], ["updated_at", "2020-11-24 14:21:55.639506"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:21:55.640403"], ["updated_at", "2020-11-24 14:21:55.640403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:21:55.641362"], ["updated_at", "2020-11-24 14:21:55.641362"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:21:55.642358"], ["updated_at", "2020-11-24 14:21:55.642358"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:21:55.643306"], ["updated_at", "2020-11-24 14:21:55.643306"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:21:55.644266"], ["updated_at", "2020-11-24 14:21:55.644266"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:21:55.645165"], ["updated_at", "2020-11-24 14:21:55.645165"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:21:55.646035"], ["updated_at", "2020-11-24 14:21:55.646035"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:21:55.646900"], ["updated_at", "2020-11-24 14:21:55.646900"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:21:55.647750"], ["updated_at", "2020-11-24 14:21:55.647750"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 14:21:55.649420"], ["updated_at", "2020-11-24 14:21:55.649420"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 14:21:55.651087"], ["updated_at", "2020-11-24 14:21:55.651087"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 14:21:55.652649"], ["updated_at", "2020-11-24 14:21:55.652649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 14:21:55.654139"], ["updated_at", "2020-11-24 14:21:55.654139"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 14:21:55.655615"], ["updated_at", "2020-11-24 14:21:55.655615"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 14:21:55.657104"], ["updated_at", "2020-11-24 14:21:55.657104"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 14:21:55.658583"], ["updated_at", "2020-11-24 14:21:55.658583"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 14:21:55.660059"], ["updated_at", "2020-11-24 14:21:55.660059"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 8], ["created_at", "2020-11-24 14:21:55.662201"], ["updated_at", "2020-11-24 14:21:55.662201"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-24 14:21:55.664328"], ["updated_at", "2020-11-24 14:21:55.664328"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 3], ["created_at", "2020-11-24 14:21:55.666344"], ["updated_at", "2020-11-24 14:21:55.666344"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 1], ["created_at", "2020-11-24 14:21:55.668393"], ["updated_at", "2020-11-24 14:21:55.668393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 8], ["created_at", "2020-11-24 14:21:55.670415"], ["updated_at", "2020-11-24 14:21:55.670415"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 8], ["created_at", "2020-11-24 14:21:55.672441"], ["updated_at", "2020-11-24 14:21:55.672441"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 6], ["created_at", "2020-11-24 14:21:55.674439"], ["updated_at", "2020-11-24 14:21:55.674439"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 7], ["created_at", "2020-11-24 14:21:55.676489"], ["updated_at", "2020-11-24 14:21:55.676489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.0ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.5ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.7ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.8ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.8ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.7ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 0.405923961278746], ["string", "Aperiam non iure error."], ["unique", 7], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:24:23.666282"], ["updated_at", "2020-11-24 14:24:23.666282"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 30.6170524181219], ["string", "Delectus aliquam expedita."], ["unique", 5], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:24:23.669288"], ["updated_at", "2020-11-24 14:24:23.669288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 39.507861543068], ["string", "Ut ut beatae doloribus."], ["unique", 3], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:24:23.671681"], ["updated_at", "2020-11-24 14:24:23.671681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 22.7374573596401], ["string", "Qui sit illo est ut eos."], ["unique", 1], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:24:23.674033"], ["updated_at", "2020-11-24 14:24:23.674033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 5.84032647717262], ["string", "Suscipit deserunt eaque totam."], ["unique", 10], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:24:23.676321"], ["updated_at", "2020-11-24 14:24:23.676321"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 4.78278642809493], ["string", "Tempora rerum explicabo velit pariatur nemo."], ["unique", 8], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:24:23.678644"], ["updated_at", "2020-11-24 14:24:23.678644"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1030], ["decimal", 0.559526904212774], ["string", "Et consequatur sequi est iure ex."], ["unique", 2], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:24:23.680957"], ["updated_at", "2020-11-24 14:24:23.680957"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 18.5808312605167], ["string", "Est voluptatum similique."], ["unique", 4], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:24:23.683218"], ["updated_at", "2020-11-24 14:24:23.683218"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1025], ["decimal", 22.7708333130702], ["string", "Ratione voluptate qui quod voluptatibus numquam."], ["unique", 9], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:24:23.685470"], ["updated_at", "2020-11-24 14:24:23.685470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1019], ["decimal", 8.97903113099121], ["string", "Sit sit ad."], ["unique", 6], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:24:23.687832"], ["updated_at", "2020-11-24 14:24:23.687832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 3.0701648558249], ["string", "Blanditiis omnis animi eveniet doloribus atque."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:24:23.727503"], ["updated_at", "2020-11-24 14:24:23.727503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 3.87911597790277], ["string", "Ut enim qui."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:24:23.775690"], ["updated_at", "2020-11-24 14:24:23.775690"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1011], ["decimal", -0.128899664854118], ["string", "Quod aut aperiam amet."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:24:23.812954"], ["updated_at", "2020-11-24 14:24:23.812954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 1.20132894084033], ["string", "Sapiente aut tenetur autem aut."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:24:23.849739"], ["updated_at", "2020-11-24 14:24:23.849739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 4.59409867481463], ["string", "Molestias fuga doloribus quis ut."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:24:23.886377"], ["updated_at", "2020-11-24 14:24:23.886377"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 0.967168859013934], ["string", "Nobis ut eveniet alias eaque incidunt."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:24:23.923608"], ["updated_at", "2020-11-24 14:24:23.923608"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 10.769308155814], ["string", "Quas quia eveniet quis qui."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:24:23.965066"], ["updated_at", "2020-11-24 14:24:23.965066"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1020], ["decimal", 6.19679105966681], ["string", "Accusamus blanditiis sequi assumenda."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:24:24.002606"], ["updated_at", "2020-11-24 14:24:24.002606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 10.0868145953419], ["string", "Molestiae aspernatur sint et."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:24:24.039155"], ["updated_at", "2020-11-24 14:24:24.039155"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 16.0010916336692], ["string", "Ex deleniti sit est."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:24:24.075825"], ["updated_at", "2020-11-24 14:24:24.075825"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 2.99448577134655], ["string", "Quisquam nobis non perferendis."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:24:24.112484"], ["updated_at", "2020-11-24 14:24:24.112484"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 18.2464781755143], ["string", "Numquam alias inventore dolores."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:24:24.149134"], ["updated_at", "2020-11-24 14:24:24.149134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 8.90564166790323], ["string", "Dolorum maiores voluptatibus."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:24:24.190871"], ["updated_at", "2020-11-24 14:24:24.190871"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1042], ["decimal", 3.29636599042531], ["string", "Eum nostrum sint ad."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:24:24.228209"], ["updated_at", "2020-11-24 14:24:24.228209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 33.5346293785159], ["string", "Voluptas ex id."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:24:24.264875"], ["updated_at", "2020-11-24 14:24:24.264875"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 0.415735435009785], ["string", "Eos dolor deleniti harum."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:24:24.301847"], ["updated_at", "2020-11-24 14:24:24.301847"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 3.77061876235293], ["string", "Doloribus cum tempore."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:24:24.338874"], ["updated_at", "2020-11-24 14:24:24.338874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 7.39577531029616], ["string", "Asperiores ex sit ut."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:24:24.380052"], ["updated_at", "2020-11-24 14:24:24.380052"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 6.37991495123367], ["string", "Maxime et aliquid sunt ut."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:24:24.417514"], ["updated_at", "2020-11-24 14:24:24.417514"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 3.15576389243401], ["string", "Voluptatem qui et dolorem ipsam doloribus."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:24:24.454224"], ["updated_at", "2020-11-24 14:24:24.454224"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 251 1642 Bruen Plain, Port Joleen, WA 51432"], ["city", "Gorczanymouth"], ["country", "Sao Tome and Principe"], ["description", "Non tempora possimus. Fugit ipsam impedit."], ["email", "wes.padberg@example.org"], ["first_name", "Melanie"], ["firstname", "Gabriele"], ["last_name", "Marvin"], ["lastname", "Satterfield"], ["lat", "-57.793637268566194"], ["latitute", "84.73708934408597"], ["lng", "70.22631886834444"], ["locale", "MG"], ["longitude", "-140.66137278170237"], ["middlename", "Morar"], ["middle_name", "Shanahan"], ["password", "WyCqIxIbT"], ["phone", "1-518-170-3556 x083"], ["phone_number", "1-948-827-5861 x9438"], ["reference", "fcfa5aba-0ed4-4a9c-a43b-4391b157c007"], ["title", "Quod reprehenderit maiores sunt dolore consequuntur."], ["user_name", "yer.haley"], ["username", "felix.altenwerth"], ["uuid", "d74125f3-bd96-48c9-a0e0-bd190a01ae63"], ["created_at", "2020-11-24 14:24:24.523651"], ["updated_at", "2020-11-24 14:24:24.523651"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9469 Lesch Greens, New Vincenzoberg, WA 40948"], ["city", "Antonyfurt"], ["country", "Philippines"], ["description", "Sit similique voluptatem. Eum eos a."], ["email", "shawnda.bednar@example.biz"], ["first_name", "Kayce"], ["firstname", "Allene"], ["last_name", "Predovic"], ["lastname", "Rolfson"], ["lat", "-21.314629667645534"], ["latitute", "66.64238623169138"], ["lng", "-30.89547667869624"], ["locale", "CR"], ["longitude", "158.22350425780826"], ["middlename", "Bernhard"], ["middle_name", "Ward"], ["password", "ApY9vRcJb"], ["phone", "(941) 391-6497 x193"], ["phone_number", "223.628.5769 x782"], ["reference", "3d4ce7a3-6b8b-4540-9e4a-3b6a9894828d"], ["title", "Libero ad ullam dolorem voluptatem."], ["user_name", "ivelisse"], ["username", "clarita.kautzer"], ["uuid", "344eb15b-3af7-4526-876d-74ab4b920d90"], ["created_at", "2020-11-24 14:24:24.545360"], ["updated_at", "2020-11-24 14:24:24.545360"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8313 Hickle Creek, Stehrmouth, VA 83506"], ["city", "Claudeside"], ["country", "Zambia"], ["description", "Adipisci hic quam. Magni ex ipsa. Dolores consequatur sequi. Id sequi quod."], ["email", "ned@example.net"], ["first_name", "Alfredo"], ["firstname", "Luke"], ["last_name", "Denesik"], ["lastname", "Wunsch"], ["lat", "-62.17625265218191"], ["latitute", "-76.68251912874614"], ["lng", "15.206709129909939"], ["locale", "LU"], ["longitude", "-65.1543195784805"], ["middlename", "Labadie"], ["middle_name", "Jenkins"], ["password", "CmA7y02Vr6VaN0bT"], ["phone", "1-204-773-0696 x8121"], ["phone_number", "1-603-249-3603 x31180"], ["reference", "4d908074-a366-43ec-aae3-75331d1f5630"], ["title", "Consequatur suscipit quasi."], ["user_name", "elroy"], ["username", "shanel"], ["uuid", "f3a11018-8f91-4f43-a46b-8fa6adc9a4b7"], ["created_at", "2020-11-24 14:24:24.566651"], ["updated_at", "2020-11-24 14:24:24.566651"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "657 Upton Rapids, Kerlukefort, MT 74251"], ["city", "Grimesmouth"], ["country", "Bosnia and Herzegovina"], ["description", "Ex rerum consequuntur. Ipsum nam quod."], ["email", "barabara.luettgen@example.co"], ["first_name", "Delbert"], ["firstname", "Royce"], ["last_name", "Leffler"], ["lastname", "Kuvalis"], ["lat", "0.24616232725455234"], ["latitute", "-58.92923980861537"], ["lng", "-143.9440140662716"], ["locale", "TT"], ["longitude", "5.348907142252926"], ["middlename", "Schaefer"], ["middle_name", "Simonis"], ["password", "CvErA6sE8vD"], ["phone", "912.068.0637"], ["phone_number", "129-227-7394 x6178"], ["reference", "5703e680-0b94-459a-9cb0-cdadf9ff4687"], ["title", "Voluptas incidunt consequatur."], ["user_name", "elmer_schimmel"], ["username", "alejandra"], ["uuid", "2403998c-26dd-40f1-8756-6c8e2cfd0094"], ["created_at", "2020-11-24 14:24:24.597206"], ["updated_at", "2020-11-24 14:24:24.597206"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 399 474 Alfredo Crossroad, Karissaburgh, HI 94449"], ["city", "North Merissaville"], ["country", "Nauru"], ["description", "Aut quidem perspiciatis. Doloremque eum facere. Mollitia nihil dolores."], ["email", "leola.corkery@example.name"], ["first_name", "Nathanael"], ["firstname", "Raleigh"], ["last_name", "Mann"], ["lastname", "Douglas"], ["lat", "-33.88779702800843"], ["latitute", "-77.67415104676083"], ["lng", "-63.18148815731365"], ["locale", "CK"], ["longitude", "122.0690146697292"], ["middlename", "Emmerich"], ["middle_name", "Hintz"], ["password", "6PbFaRf2Fb"], ["phone", "1-802-631-1761"], ["phone_number", "137-718-9492"], ["reference", "fe7e106a-dbcf-4b4b-a1ea-ea2b9621f0aa"], ["title", "Ipsam suscipit velit iste dolorem molestiae."], ["user_name", "andre.emard"], ["username", "moshe"], ["uuid", "d1ce50c8-145a-46b4-8025-fefa3a8e8391"], ["created_at", "2020-11-24 14:24:24.619410"], ["updated_at", "2020-11-24 14:24:24.619410"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "959 Shanon Inlet, Port Gavinton, TX 86129-0031"], ["city", "Tremblayside"], ["country", "Cameroon"], ["description", "Et explicabo qui. Assumenda eaque possimus. Ullam occaecati harum."], ["email", "natalia@example.org"], ["first_name", "Lavada"], ["firstname", "Granville"], ["last_name", "Goyette"], ["lastname", "Powlowski"], ["lat", "11.363951442158438"], ["latitute", "-34.200663824171485"], ["lng", "150.99856620723335"], ["locale", "TN"], ["longitude", "-142.47170632353016"], ["middlename", "Denesik"], ["middle_name", "Brekke"], ["password", "9IwLxFeIy"], ["phone", "1-777-775-9097"], ["phone_number", "795-323-7281 x16685"], ["reference", "26119688-0b91-4998-a157-2c3e20a4326d"], ["title", "Modi qui doloribus nesciunt."], ["user_name", "cliff"], ["username", "ernesto.sauer"], ["uuid", "c38e9e00-6943-4b08-9373-ceab11497d50"], ["created_at", "2020-11-24 14:24:24.640883"], ["updated_at", "2020-11-24 14:24:24.640883"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "89600 Christopher Turnpike, West Betseytown, PA 14441-2720"], ["city", "Lindhaven"], ["country", "Mozambique"], ["description", "Minus eos animi. Soluta quibusdam adipisci. Id qui qui."], ["email", "marg_cremin@example.name"], ["first_name", "Jeffery"], ["firstname", "Mathilde"], ["last_name", "Koelpin"], ["lastname", "Halvorson"], ["lat", "37.59918873681231"], ["latitute", "46.68699570355162"], ["lng", "-5.849452479125802"], ["locale", "SO"], ["longitude", "66.06642652001122"], ["middlename", "Gutmann"], ["middle_name", "Hand"], ["password", "WlCcRcKqTkJnA"], ["phone", "(911) 514-1540 x07720"], ["phone_number", "168.399.5996 x3596"], ["reference", "f78f482e-03f9-4935-9361-2bedf80e8bc6"], ["title", "Exercitationem aspernatur unde numquam."], ["user_name", "tamekia_crist"], ["username", "tomas.blick"], ["uuid", "68b8523e-8e8c-4bf8-8c76-5f2067bafadb"], ["created_at", "2020-11-24 14:24:24.662717"], ["updated_at", "2020-11-24 14:24:24.662717"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 437 31273 Lavern Orchard, Robertsfort, PA 93029-1104"], ["city", "Gusikowskiland"], ["country", "Hong Kong"], ["description", "Excepturi qui eum. Incidunt blanditiis dolorem. Officia est doloremque. Quia ut velit."], ["email", "curtis_cormier@example.org"], ["first_name", "Vennie"], ["firstname", "Bert"], ["last_name", "Schamberger"], ["lastname", "Gerhold"], ["lat", "59.89092737063646"], ["latitute", "49.74171753083132"], ["lng", "-113.19962032059999"], ["locale", "MS"], ["longitude", "-48.978427824336705"], ["middlename", "Mante"], ["middle_name", "Schmeler"], ["password", "OrVfL1jG"], ["phone", "1-449-052-8026 x25444"], ["phone_number", "(537) 565-3188 x530"], ["reference", "6f42d8e6-7585-47b7-93bc-68b192b51075"], ["title", "Nihil praesentium est odio."], ["user_name", "cherryl"], ["username", "tisa"], ["uuid", "43557c00-6510-498a-969f-d3ae42e542b8"], ["created_at", "2020-11-24 14:24:24.684217"], ["updated_at", "2020-11-24 14:24:24.684217"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 239 67811 Erna Fort, East Wilfordfort, ND 35091-8486"], ["city", "South Claudetteport"], ["country", "Bahamas"], ["description", "Non dolorem nam. Aliquid quis sed. Laborum provident pariatur. Eveniet dolor vitae."], ["email", "daron_miller@example.co"], ["first_name", "Joaquin"], ["firstname", "Leilani"], ["last_name", "Hyatt"], ["lastname", "Roberts"], ["lat", "9.950835606222938"], ["latitute", "61.65099862181589"], ["lng", "26.177082112708263"], ["locale", "ER"], ["longitude", "-160.11215954719262"], ["middlename", "O'Kon"], ["middle_name", "Skiles"], ["password", "3BxKhEg3QlM80"], ["phone", "(732) 492-8229"], ["phone_number", "354.332.3338 x8202"], ["reference", "45b7d102-0bf9-436e-a513-742ac723f81b"], ["title", "Illo molestias eum molestiae voluptas."], ["user_name", "monserrate.dubuque"], ["username", "chester_osinski"], ["uuid", "7987f4e6-fda9-4a1b-abd1-5064714dde9f"], ["created_at", "2020-11-24 14:24:24.705992"], ["updated_at", "2020-11-24 14:24:24.705992"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 289 175 Roselle Junction, East Aubreychester, VA 54581"], ["city", "Freemanland"], ["country", "Solomon Islands"], ["description", "Laboriosam doloribus debitis. Dolor est nemo. Tempora quisquam impedit."], ["email", "lacy.rice@example.co"], ["first_name", "Fern"], ["firstname", "Salvatore"], ["last_name", "Ritchie"], ["lastname", "Wolf"], ["lat", "-6.93288424165992"], ["latitute", "83.43289270033733"], ["lng", "-72.41842128521584"], ["locale", "BF"], ["longitude", "-100.68934832878358"], ["middlename", "Powlowski"], ["middle_name", "Gerhold"], ["password", "QbIf88YeZ"], ["phone", "225-090-1503 x495"], ["phone_number", "418.325.6501 x7889"], ["reference", "95076ff3-bb23-4255-abea-6ae96889db46"], ["title", "Aut enim aut voluptatem quis quibusdam."], ["user_name", "queenie"], ["username", "curtis"], ["uuid", "5605a29d-a15d-4455-b514-c8008ba891fc"], ["created_at", "2020-11-24 14:24:24.727573"], ["updated_at", "2020-11-24 14:24:24.727573"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 9.36840562983117], ["string", "Doloremque eum ipsam sapiente."], ["date", "2020-11-13"], ["time", "2000-01-01 22:38:46.883723"], ["datetime", "2020-11-05 22:05:01.739652"], ["created_at", "2020-11-24 14:24:24.768543"], ["updated_at", "2020-11-24 14:24:24.768543"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:24.777561"], ["updated_at", "2020-11-24 14:24:24.777561"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:24.786783"], ["updated_at", "2020-11-24 14:24:24.786783"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 439 394 Santana Shoal, Gleasonstad, RI 74886-5918"], ["city", "East Pedrobury"], ["country", "Andorra"], ["description", "Expedita distinctio unde. Et qui nisi. Cum adipisci esse."], ["email", "henrietta@example.io"], ["first_name", "Rikki"], ["firstname", "Dwayne"], ["last_name", "Lubowitz"], ["lastname", "Greenholt"], ["lat", "-80.30370840366132"], ["latitute", "-76.47872287495562"], ["lng", "34.4187337211863"], ["locale", "ER"], ["longitude", "157.83594227659546"], ["middlename", "Boehm"], ["middle_name", "Ondricka"], ["password", "TjNlA1gFg"], ["phone", "(972) 985-6748"], ["phone_number", "266.466.6355 x114"], ["reference", "041b05bf-ae46-4676-9385-b58eaea01d04"], ["title", "Quis enim quam repellat."], ["user_name", "jay_swaniawski"], ["username", "janna"], ["uuid", "4a8d60cf-d2c0-424f-809f-9cc1ec17259b"], ["created_at", "2020-11-24 14:24:24.810333"], ["updated_at", "2020-11-24 14:24:24.810333"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:24:24.815036"], ["updated_at", "2020-11-24 14:24:24.815036"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:24:24.819324"], ["updated_at", "2020-11-24 14:24:24.819324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 5.80828989758601], ["string", "Omnis ea saepe sint qui minima."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:24:24.855954"], ["updated_at", "2020-11-24 14:24:24.855954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:24.865266"], ["updated_at", "2020-11-24 14:24:24.865266"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:24:24.868672"], ["updated_at", "2020-11-24 14:24:24.868672"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 14:24:24.873805"], ["updated_at", "2020-11-24 14:24:24.873805"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 14:24:24.879405"], ["updated_at", "2020-11-24 14:24:24.879405"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.1ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 26.5381843967363], ["string", "Velit eos autem nihil."], ["date", "2020-11-14"], ["time", "2000-01-01 12:39:03.196050"], ["datetime", "2020-12-30 03:35:41.950227"], ["created_at", "2020-11-24 14:24:24.889884"], ["updated_at", "2020-11-24 14:24:24.889884"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 7.58067469532451], ["string", "Dicta deleniti non mollitia quo a."], ["date", "2020-12-20"], ["time", "2000-01-01 10:31:38.108947"], ["datetime", "2020-11-11 15:37:13.101789"], ["created_at", "2020-11-24 14:24:24.893066"], ["updated_at", "2020-11-24 14:24:24.893066"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 18.7827353949007], ["string", "Omnis dicta quia ea eaque."], ["date", "2020-10-30"], ["time", "2000-01-01 23:06:36.085448"], ["datetime", "2020-10-26 22:58:02.891699"], ["created_at", "2020-11-24 14:24:24.895451"], ["updated_at", "2020-11-24 14:24:24.895451"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 1.83372782080911], ["string", "Non consequatur et voluptatem omnis dolores."], ["date", "2020-12-10"], ["time", "2000-01-01 12:29:13.052099"], ["datetime", "2020-12-14 22:14:13.600453"], ["created_at", "2020-11-24 14:24:24.897605"], ["updated_at", "2020-11-24 14:24:24.897605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 25], ["decimal", 1.29423064611165], ["string", "Inventore aut tempore."], ["date", "2020-11-17"], ["time", "2000-01-01 05:32:41.662606"], ["datetime", "2020-12-10 06:36:56.015150"], ["created_at", "2020-11-24 14:24:24.899854"], ["updated_at", "2020-11-24 14:24:24.899854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 6.10411288528246], ["string", "Qui expedita nam a soluta."], ["date", "2020-12-11"], ["time", "2000-01-01 04:39:43.264960"], ["datetime", "2020-11-29 01:37:23.241902"], ["created_at", "2020-11-24 14:24:24.902183"], ["updated_at", "2020-11-24 14:24:24.902183"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 10.1887540968683], ["string", "Nisi necessitatibus consectetur dolorem qui."], ["date", "2020-11-05"], ["time", "2000-01-01 06:34:52.795734"], ["datetime", "2020-12-03 15:32:26.904416"], ["created_at", "2020-11-24 14:24:24.904331"], ["updated_at", "2020-11-24 14:24:24.904331"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 29], ["decimal", 2.12773317357352], ["string", "Quae facilis sed amet aliquam perferendis."], ["date", "2020-10-30"], ["time", "2000-01-01 04:50:05.251558"], ["datetime", "2020-12-23 13:06:38.752107"], ["created_at", "2020-11-24 14:24:24.906477"], ["updated_at", "2020-11-24 14:24:24.906477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:24.907598"], ["updated_at", "2020-11-24 14:24:24.907598"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:24.908391"], ["updated_at", "2020-11-24 14:24:24.908391"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:24.909345"], ["updated_at", "2020-11-24 14:24:24.909345"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:24.910192"], ["updated_at", "2020-11-24 14:24:24.910192"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:24.911566"], ["updated_at", "2020-11-24 14:24:24.911566"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:24.912946"], ["updated_at", "2020-11-24 14:24:24.912946"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:24.914062"], ["updated_at", "2020-11-24 14:24:24.914062"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:24.914789"], ["updated_at", "2020-11-24 14:24:24.914789"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:24.916196"], ["updated_at", "2020-11-24 14:24:24.916196"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:24.917630"], ["updated_at", "2020-11-24 14:24:24.917630"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:24.918885"], ["updated_at", "2020-11-24 14:24:24.918885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:24.920035"], ["updated_at", "2020-11-24 14:24:24.920035"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:24.921146"], ["updated_at", "2020-11-24 14:24:24.921146"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:24.922299"], ["updated_at", "2020-11-24 14:24:24.922299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:24.923397"], ["updated_at", "2020-11-24 14:24:24.923397"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:24.924506"], ["updated_at", "2020-11-24 14:24:24.924506"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 458 74518 Thurman Union, Zulaufmouth, OH 46245"], ["city", "Huelsberg"], ["country", "Paraguay"], ["description", "Dignissimos sed nulla. Veniam in odit."], ["email", "helene_reilly@example.io"], ["first_name", "Johnie"], ["firstname", "Dino"], ["last_name", "Jaskolski"], ["lastname", "Tillman"], ["lat", "-15.243590017178548"], ["latitute", "-34.643744054041576"], ["lng", "-150.59395882375088"], ["locale", "GQ"], ["longitude", "141.8837364831033"], ["middlename", "Hansen"], ["middle_name", "Christiansen"], ["password", "B4oLf6U4z9OkY"], ["phone", "(569) 256-0548"], ["phone_number", "(585) 053-8730 x8006"], ["reference", "6fa0e83c-bcd6-4cc0-8633-5315f92d1e41"], ["title", "Harum magnam vel architecto."], ["user_name", "shonda"], ["username", "joya_gutmann"], ["uuid", "2ba4706d-cf03-4ffc-8f63-8f129b995104"], ["created_at", "2020-11-24 14:24:24.945548"], ["updated_at", "2020-11-24 14:24:24.945548"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9412 Pagac Rapid, East Riley, CT 03248"], ["city", "South Alissaborough"], ["country", "Hungary"], ["description", "Quam consequuntur amet. Accusamus enim harum."], ["email", "leslie@example.com"], ["first_name", "Allen"], ["firstname", "Ethel"], ["last_name", "Quitzon"], ["lastname", "Collier"], ["lat", "14.757179864383758"], ["latitute", "27.69416562877852"], ["lng", "-159.25147900246048"], ["locale", "GT"], ["longitude", "83.97085592961139"], ["middlename", "Bahringer"], ["middle_name", "Murazik"], ["password", "UjCgJxMi9I7uS9s"], ["phone", "308.797.8490 x0661"], ["phone_number", "1-574-315-6669"], ["reference", "8dd0cf1d-e99c-4cd1-8b19-ed0ab8c21876"], ["title", "Porro recusandae blanditiis sed."], ["user_name", "danette_hickle"], ["username", "enoch"], ["uuid", "36f33dc0-23de-43f5-bdfe-d68aca79f56f"], ["created_at", "2020-11-24 14:24:24.976537"], ["updated_at", "2020-11-24 14:24:24.976537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 513 986 Kreiger Bypass, South Morrisland, OH 84334-4855"], ["city", "Wintheisermouth"], ["country", "Jersey"], ["description", "Sit odit est. Quaerat doloribus quo. Esse rem rerum."], ["email", "donovan.dare@example.name"], ["first_name", "Antone"], ["firstname", "Weldon"], ["last_name", "Durgan"], ["lastname", "Bechtelar"], ["lat", "-23.242060897920766"], ["latitute", "-40.37824660765835"], ["lng", "147.1642427734547"], ["locale", "SV"], ["longitude", "54.54001716225855"], ["middlename", "Robel"], ["middle_name", "Oberbrunner"], ["password", "RgPqQbIqWw09"], ["phone", "360-401-9198"], ["phone_number", "1-912-588-4423 x45706"], ["reference", "ffaff879-52a5-418c-b10d-61a06d134f16"], ["title", "Ducimus temporibus et explicabo quidem."], ["user_name", "cordia_corkery"], ["username", "wilton"], ["uuid", "4122954b-ae50-4310-90b2-4a5e1282c647"], ["created_at", "2020-11-24 14:24:25.000686"], ["updated_at", "2020-11-24 14:24:25.000686"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "80101 Daniel Spring, Darcelfurt, SC 87006"], ["city", "Sonview"], ["country", "Cook Islands"], ["description", "Non quia et. Fugiat deserunt repudiandae. Ex suscipit ut. Quia quis aut."], ["email", "wilfredo_thompson@example.co"], ["first_name", "Le"], ["firstname", "Cleotilde"], ["last_name", "Dickens"], ["lastname", "Quigley"], ["lat", "46.247184533378885"], ["latitute", "0.0027447944527665413"], ["lng", "-59.88412842841532"], ["locale", "EC"], ["longitude", "171.10314556575838"], ["middlename", "Ernser"], ["middle_name", "Becker"], ["password", "Lb6IzZbXr"], ["phone", "(228) 008-3782"], ["phone_number", "(920) 077-8213 x1216"], ["reference", "d6e49e9e-dadb-4e89-81a7-a98d7c0703e2"], ["title", "Porro beatae et recusandae."], ["user_name", "brandi_romaguera"], ["username", "ulrike"], ["uuid", "39678930-af08-4c55-ab78-073a2dcb1368"], ["created_at", "2020-11-24 14:24:25.022439"], ["updated_at", "2020-11-24 14:24:25.022439"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "74011 Hand Stream, West Joey, MN 49132-1613"], ["city", "Port Antonymouth"], ["country", "Cocos (Keeling) Islands"], ["description", "Enim aut eveniet. Aut omnis sint."], ["email", "jonna@example.info"], ["first_name", "Debra"], ["firstname", "Lashon"], ["last_name", "Watsica"], ["lastname", "Orn"], ["lat", "-87.61044739618227"], ["latitute", "-57.1980633435739"], ["lng", "-62.19200963428689"], ["locale", "AX"], ["longitude", "122.46572770839606"], ["middlename", "Dietrich"], ["middle_name", "Mosciski"], ["password", "BcI5v1H0h50O95qQ"], ["phone", "326.197.2699 x920"], ["phone_number", "302.495.0681 x69657"], ["reference", "d5462a87-ceb6-4e3b-9b08-4712af7b07ae"], ["title", "Dolor qui laudantium dicta voluptatem."], ["user_name", "johnathon"], ["username", "luana"], ["uuid", "109b27ac-b9e7-4e9c-95e3-015fff2cc332"], ["created_at", "2020-11-24 14:24:25.043895"], ["updated_at", "2020-11-24 14:24:25.043895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "19380 Kemmer Spur, New Davina, OH 80493-9558"], ["city", "Kuhlmanmouth"], ["country", "Sao Tome and Principe"], ["description", "Optio accusantium qui. Iste perspiciatis animi."], ["email", "arden_harvey@example.co"], ["first_name", "Alba"], ["firstname", "Elbert"], ["last_name", "Steuber"], ["lastname", "McGlynn"], ["lat", "43.83304303471931"], ["latitute", "29.9331988045747"], ["lng", "137.49446833829944"], ["locale", "BW"], ["longitude", "-148.7194771764937"], ["middlename", "Fadel"], ["middle_name", "Boehm"], ["password", "XvD57fU7d"], ["phone", "(183) 210-7329 x603"], ["phone_number", "(754) 315-4339 x986"], ["reference", "0571da9d-f247-44d4-8e5a-35a654670968"], ["title", "Eos qui numquam."], ["user_name", "grady"], ["username", "coy"], ["uuid", "96fcd00e-845c-4a7e-9a5a-b3ac1f68afd9"], ["created_at", "2020-11-24 14:24:25.065258"], ["updated_at", "2020-11-24 14:24:25.065258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 274 416 Torp Points, Prohaskashire, NY 63066"], ["city", "East Consuela"], ["country", "Cote d'Ivoire"], ["description", "Recusandae explicabo illo. Qui soluta ea."], ["email", "jules@example.org"], ["first_name", "Gwen"], ["firstname", "Denis"], ["last_name", "Feeney"], ["lastname", "Beier"], ["lat", "43.90176940823355"], ["latitute", "71.00401811551563"], ["lng", "-14.316816755257008"], ["locale", "DM"], ["longitude", "-138.2108592604389"], ["middlename", "Shanahan"], ["middle_name", "Becker"], ["password", "0Cy5NoQgJlQxFvB"], ["phone", "415-459-5434"], ["phone_number", "116.625.5870 x507"], ["reference", "e2b7bf6b-8a42-47d7-a262-89b81133eae8"], ["title", "Necessitatibus sit eligendi."], ["user_name", "edison"], ["username", "leanne"], ["uuid", "a2d114d5-740c-4c37-b217-3f97a05e1d60"], ["created_at", "2020-11-24 14:24:25.086504"], ["updated_at", "2020-11-24 14:24:25.086504"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 132 23171 Bobbie Divide, Lake Calvinville, AL 53570-3710"], ["city", "Jarvisland"], ["country", "Gibraltar"], ["description", "Numquam esse corrupti. Numquam laudantium deleniti. Quos quia vero. Et omnis aliquid."], ["email", "buford@example.info"], ["first_name", "Leola"], ["firstname", "Ronni"], ["last_name", "Lubowitz"], ["lastname", "Lueilwitz"], ["lat", "73.26409763541182"], ["latitute", "71.2455559491259"], ["lng", "-82.98470834807364"], ["locale", "GR"], ["longitude", "39.765239544228876"], ["middlename", "Emmerich"], ["middle_name", "Emard"], ["password", "R15wJ64lO4c6Ni13"], ["phone", "1-959-609-4818 x9935"], ["phone_number", "1-641-588-3604"], ["reference", "3b989075-782a-43a6-a858-0f67e41c1a26"], ["title", "Exercitationem quo molestiae harum."], ["user_name", "blair.ritchie"], ["username", "felton_vonrueden"], ["uuid", "bc95065f-38ca-45ef-a2e5-93ee281d2528"], ["created_at", "2020-11-24 14:24:25.108349"], ["updated_at", "2020-11-24 14:24:25.108349"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:24:25.110308"], ["updated_at", "2020-11-24 14:24:25.110308"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:24:25.111464"], ["updated_at", "2020-11-24 14:24:25.111464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:24:25.112567"], ["updated_at", "2020-11-24 14:24:25.112567"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:24:25.113624"], ["updated_at", "2020-11-24 14:24:25.113624"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:24:25.114677"], ["updated_at", "2020-11-24 14:24:25.114677"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:24:25.115740"], ["updated_at", "2020-11-24 14:24:25.115740"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:24:25.116805"], ["updated_at", "2020-11-24 14:24:25.116805"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:24:25.117854"], ["updated_at", "2020-11-24 14:24:25.117854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:24:25.119002"], ["updated_at", "2020-11-24 14:24:25.119002"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:24:25.120102"], ["updated_at", "2020-11-24 14:24:25.120102"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:24:25.121176"], ["updated_at", "2020-11-24 14:24:25.121176"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:24:25.122295"], ["updated_at", "2020-11-24 14:24:25.122295"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:24:25.123374"], ["updated_at", "2020-11-24 14:24:25.123374"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:24:25.124465"], ["updated_at", "2020-11-24 14:24:25.124465"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:24:25.125566"], ["updated_at", "2020-11-24 14:24:25.125566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:24:25.126639"], ["updated_at", "2020-11-24 14:24:25.126639"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 21.3169140383268], ["string", "Quis totam natus quaerat dolores."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:24:25.171928"], ["updated_at", "2020-11-24 14:24:25.171928"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["decimal", 5.95809194807304], ["string", "Ut rerum et."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:24:25.208701"], ["updated_at", "2020-11-24 14:24:25.208701"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 3.88650142195486], ["string", "Maiores facere consequuntur."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:24:25.245255"], ["updated_at", "2020-11-24 14:24:25.245255"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 0.724606446168532], ["string", "Facere veniam ipsa."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:24:25.281649"], ["updated_at", "2020-11-24 14:24:25.281649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 1.68195265361092], ["string", "Impedit ut non reiciendis amet."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:24:25.318527"], ["updated_at", "2020-11-24 14:24:25.318527"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 31.5487162388005], ["string", "Provident sint quis et cupiditate."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:24:25.360876"], ["updated_at", "2020-11-24 14:24:25.360876"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1025], ["decimal", 9.57909408014002], ["string", "Soluta accusantium et perspiciatis qui excepturi."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:24:25.397882"], ["updated_at", "2020-11-24 14:24:25.397882"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 3.87019528465327], ["string", "Porro exercitationem ipsam voluptas id."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:24:25.434324"], ["updated_at", "2020-11-24 14:24:25.434324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:25.450552"], ["updated_at", "2020-11-24 14:24:25.450552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:25.451386"], ["updated_at", "2020-11-24 14:24:25.451386"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:25.452057"], ["updated_at", "2020-11-24 14:24:25.452057"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:25.452678"], ["updated_at", "2020-11-24 14:24:25.452678"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:25.453298"], ["updated_at", "2020-11-24 14:24:25.453298"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:25.453917"], ["updated_at", "2020-11-24 14:24:25.453917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:25.454535"], ["updated_at", "2020-11-24 14:24:25.454535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:25.455154"], ["updated_at", "2020-11-24 14:24:25.455154"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:24:25.455816"], ["updated_at", "2020-11-24 14:24:25.455816"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:24:25.456480"], ["updated_at", "2020-11-24 14:24:25.456480"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:24:25.457114"], ["updated_at", "2020-11-24 14:24:25.457114"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:24:25.457752"], ["updated_at", "2020-11-24 14:24:25.457752"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:24:25.458386"], ["updated_at", "2020-11-24 14:24:25.458386"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:24:25.459017"], ["updated_at", "2020-11-24 14:24:25.459017"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:24:25.459649"], ["updated_at", "2020-11-24 14:24:25.459649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:24:25.460288"], ["updated_at", "2020-11-24 14:24:25.460288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 14:24:25.461578"], ["updated_at", "2020-11-24 14:24:25.461578"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 14:24:25.462817"], ["updated_at", "2020-11-24 14:24:25.462817"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 14:24:25.463982"], ["updated_at", "2020-11-24 14:24:25.463982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 14:24:25.465112"], ["updated_at", "2020-11-24 14:24:25.465112"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 14:24:25.466261"], ["updated_at", "2020-11-24 14:24:25.466261"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 14:24:25.467410"], ["updated_at", "2020-11-24 14:24:25.467410"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 14:24:25.468709"], ["updated_at", "2020-11-24 14:24:25.468709"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 14:24:25.470099"], ["updated_at", "2020-11-24 14:24:25.470099"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-24 14:24:25.471757"], ["updated_at", "2020-11-24 14:24:25.471757"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-24 14:24:25.473444"], ["updated_at", "2020-11-24 14:24:25.473444"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 3], ["created_at", "2020-11-24 14:24:25.475042"], ["updated_at", "2020-11-24 14:24:25.475042"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 7], ["created_at", "2020-11-24 14:24:25.476629"], ["updated_at", "2020-11-24 14:24:25.476629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 8], ["created_at", "2020-11-24 14:24:25.478200"], ["updated_at", "2020-11-24 14:24:25.478200"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-24 14:24:25.479780"], ["updated_at", "2020-11-24 14:24:25.479780"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 8], ["created_at", "2020-11-24 14:24:25.481357"], ["updated_at", "2020-11-24 14:24:25.481357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 2], ["created_at", "2020-11-24 14:24:25.482925"], ["updated_at", "2020-11-24 14:24:25.482925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 1.6125675965201], ["string", "Pariatur officia est."], ["date", "2020-12-15"], ["time", "2000-01-01 22:43:04.497194"], ["datetime", "2020-11-09 03:30:35.545539"], ["created_at", "2020-11-24 14:24:25.509433"], ["updated_at", "2020-11-24 14:24:25.509433"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 7.83522813683851], ["string", "Omnis ex vero."], ["date", "2020-11-16"], ["time", "2000-01-01 18:15:06.981463"], ["datetime", "2020-11-13 07:17:02.003389"], ["created_at", "2020-11-24 14:24:25.513090"], ["updated_at", "2020-11-24 14:24:25.513090"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 13.1823359198377], ["string", "Voluptatem ducimus unde non soluta."], ["date", "2020-12-07"], ["time", "2000-01-01 05:07:09.806456"], ["datetime", "2021-01-01 10:46:30.255326"], ["created_at", "2020-11-24 14:24:25.517493"], ["updated_at", "2020-11-24 14:24:25.517493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 7.39762995777151], ["string", "Sit dolores qui."], ["date", "2020-12-06"], ["time", "2000-01-01 06:58:17.342132"], ["datetime", "2020-11-24 23:58:31.365681"], ["created_at", "2020-11-24 14:24:25.521593"], ["updated_at", "2020-11-24 14:24:25.521593"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 29], ["decimal", 3.48106098582801], ["string", "Quis delectus dicta nihil."], ["date", "2020-10-25"], ["time", "2000-01-01 19:31:10.125837"], ["datetime", "2020-11-24 20:49:25.399220"], ["created_at", "2020-11-24 14:24:25.524365"], ["updated_at", "2020-11-24 14:24:25.524365"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 1.70989912303606], ["string", "Ratione doloremque in sunt et."], ["date", "2020-12-05"], ["time", "2000-01-01 18:58:38.000184"], ["datetime", "2020-11-13 02:40:29.544563"], ["created_at", "2020-11-24 14:24:25.527136"], ["updated_at", "2020-11-24 14:24:25.527136"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:25.530623"], ["updated_at", "2020-11-24 14:24:25.530623"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 8.33541183258088], ["string", "Fugiat aspernatur deleniti quis."], ["date", "2020-10-26"], ["time", "2000-01-01 02:19:14.575448"], ["datetime", "2020-12-24 03:39:25.001723"], ["created_at", "2020-11-24 14:24:25.559265"], ["updated_at", "2020-11-24 14:24:25.559265"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 13], ["decimal", 1.42069943840774], ["string", "Cupiditate aut maxime tenetur earum."], ["date", "2020-11-10"], ["time", "2000-01-01 16:56:53.184540"], ["datetime", "2020-11-17 14:38:41.699881"], ["created_at", "2020-11-24 14:24:25.564072"], ["updated_at", "2020-11-24 14:24:25.564072"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 0.685177387844509], ["string", "Rerum doloremque facere voluptas dolore fugit."], ["date", "2020-12-29"], ["time", "2000-01-01 02:08:24.985148"], ["datetime", "2020-12-17 09:50:45.757087"], ["created_at", "2020-11-24 14:24:25.567653"], ["updated_at", "2020-11-24 14:24:25.567653"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 11.2415508554683], ["string", "Quod omnis reiciendis voluptatem neque quia."], ["date", "2020-10-21"], ["time", "2000-01-01 23:01:47.794815"], ["datetime", "2020-11-19 02:57:04.955429"], ["created_at", "2020-11-24 14:24:25.570664"], ["updated_at", "2020-11-24 14:24:25.570664"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 32.4874452417976], ["string", "Ipsum beatae et porro aspernatur maiores."], ["date", "2020-12-22"], ["time", "2000-01-01 06:34:32.495630"], ["datetime", "2020-11-18 09:09:20.506021"], ["created_at", "2020-11-24 14:24:25.574279"], ["updated_at", "2020-11-24 14:24:25.574279"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 2], ["decimal", 7.60462723817172], ["string", "Aut in consequatur asperiores dignissimos incidunt."], ["date", "2020-11-17"], ["time", "2000-01-01 16:41:05.772586"], ["datetime", "2020-12-04 01:43:40.891130"], ["created_at", "2020-11-24 14:24:25.578697"], ["updated_at", "2020-11-24 14:24:25.578697"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 10.5384299620065], ["string", "Officiis natus molestias ipsa vero."], ["date", "2020-11-17"], ["time", "2000-01-01 00:10:02.693087"], ["datetime", "2020-12-09 04:54:54.624903"], ["created_at", "2020-11-24 14:24:25.582882"], ["updated_at", "2020-11-24 14:24:25.582882"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 28], ["decimal", 22.3883003616006], ["string", "Laudantium velit sint."], ["date", "2020-12-17"], ["time", "2000-01-01 17:21:52.637236"], ["datetime", "2020-12-12 11:31:07.355700"], ["created_at", "2020-11-24 14:24:25.586141"], ["updated_at", "2020-11-24 14:24:25.586141"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:25.587511"], ["updated_at", "2020-11-24 14:24:25.587511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:25.588333"], ["updated_at", "2020-11-24 14:24:25.588333"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:25.589250"], ["updated_at", "2020-11-24 14:24:25.589250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:25.589987"], ["updated_at", "2020-11-24 14:24:25.589987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:25.590728"], ["updated_at", "2020-11-24 14:24:25.590728"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:25.591458"], ["updated_at", "2020-11-24 14:24:25.591458"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:25.592193"], ["updated_at", "2020-11-24 14:24:25.592193"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:25.592922"], ["updated_at", "2020-11-24 14:24:25.592922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:25.594419"], ["updated_at", "2020-11-24 14:24:25.594419"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:25.595822"], ["updated_at", "2020-11-24 14:24:25.595822"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:25.597162"], ["updated_at", "2020-11-24 14:24:25.597162"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:25.598461"], ["updated_at", "2020-11-24 14:24:25.598461"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:25.599718"], ["updated_at", "2020-11-24 14:24:25.599718"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (8.6ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:25.601016"], ["updated_at", "2020-11-24 14:24:25.601016"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:25.611337"], ["updated_at", "2020-11-24 14:24:25.611337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:25.612905"], ["updated_at", "2020-11-24 14:24:25.612905"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "68762 Erich Run, Lamarmouth, OK 93664"], ["city", "Spencerland"], ["country", "Burundi"], ["description", "Itaque magni quaerat. Minus ut et. Quas laudantium quis. Adipisci atque dignissimos."], ["email", "nyla_reichel@example.net"], ["first_name", "Boyce"], ["firstname", "Scottie"], ["last_name", "Goldner"], ["lastname", "Lind"], ["lat", "25.97185789435244"], ["latitute", "-45.131269755573896"], ["lng", "-137.55359838096706"], ["locale", "RE"], ["longitude", "105.44994647567938"], ["middlename", "Mosciski"], ["middle_name", "Pagac"], ["password", "O9sC6vEe9T5"], ["phone", "(292) 537-2088 x06928"], ["phone_number", "921-025-0765"], ["reference", "7121863e-c5f4-47d9-b02e-caf607764369"], ["title", "Harum sed doloremque quasi."], ["user_name", "adam_bradtke"], ["username", "sydney.huels"], ["uuid", "a90a07dc-5daf-4815-863b-c1f135c15b89"], ["created_at", "2020-11-24 14:24:25.639767"], ["updated_at", "2020-11-24 14:24:25.639767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "23793 Hickle Parks, South Callie, NE 27955"], ["city", "Binsberg"], ["country", "Papua New Guinea"], ["description", "Aut harum sed. Quos doloribus vel. Magni vel cupiditate."], ["email", "joshua_lueilwitz@example.com"], ["first_name", "Marty"], ["firstname", "Xiomara"], ["last_name", "Armstrong"], ["lastname", "Prosacco"], ["lat", "68.85320003679732"], ["latitute", "-73.61550766901581"], ["lng", "137.63052610491002"], ["locale", "GH"], ["longitude", "-59.12305768083115"], ["middlename", "Runolfsson"], ["middle_name", "Keebler"], ["password", "2ZzS1qUvLy4Vl3T"], ["phone", "1-122-697-8888"], ["phone_number", "1-179-677-5372"], ["reference", "8905a73c-38c0-496e-8b2d-357bbb9359eb"], ["title", "Modi autem nulla."], ["user_name", "rina_lakin"], ["username", "donella_lockman"], ["uuid", "fc499cc9-79ad-4bdc-825e-7fc1213402e7"], ["created_at", "2020-11-24 14:24:25.661508"], ["updated_at", "2020-11-24 14:24:25.661508"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 674 240 Abraham Junctions, New Logan, TN 91133-9941"], ["city", "Jeanieport"], ["country", "Lebanon"], ["description", "Quae quisquam provident. Voluptate accusantium assumenda. Laboriosam nobis ad. Porro mollitia amet."], ["email", "brady@example.co"], ["first_name", "Ben"], ["firstname", "Nathanial"], ["last_name", "Lemke"], ["lastname", "Collier"], ["lat", "62.97640025243868"], ["latitute", "50.26770159795376"], ["lng", "-55.62637699561547"], ["locale", "ID"], ["longitude", "14.637826958154676"], ["middlename", "Weber"], ["middle_name", "Becker"], ["password", "3TrYpH919b72J"], ["phone", "432-283-3179"], ["phone_number", "1-244-528-9363 x5910"], ["reference", "a1c7fae0-2fe3-4fc6-a98f-799e79a4503b"], ["title", "Omnis hic veritatis molestiae voluptas eligendi."], ["user_name", "rodrigo_moore"], ["username", "lieselotte"], ["uuid", "212c841d-940e-4e30-94f0-c57282999ef6"], ["created_at", "2020-11-24 14:24:25.683294"], ["updated_at", "2020-11-24 14:24:25.683294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 364 61228 Schmidt Loop, Lake Maren, AL 00218-5542"], ["city", "Benedictbury"], ["country", "Georgia"], ["description", "Dignissimos culpa repellat. Voluptas sequi et. Magnam velit explicabo. Repellat et iste."], ["email", "eloy@example.com"], ["first_name", "Trey"], ["firstname", "Lourdes"], ["last_name", "Leuschke"], ["lastname", "McCullough"], ["lat", "86.83903544984341"], ["latitute", "-77.43427777698477"], ["lng", "-125.36301735476344"], ["locale", "LK"], ["longitude", "108.69484604234378"], ["middlename", "Frami"], ["middle_name", "Boyer"], ["password", "DzYyGa0O"], ["phone", "(281) 743-4682"], ["phone_number", "213-297-6002 x3678"], ["reference", "e6b957ec-5426-452f-b063-64d77f57d893"], ["title", "Labore amet nisi dolorem rerum."], ["user_name", "willard_hilll"], ["username", "jo"], ["uuid", "f82a48aa-4db6-4f5f-8afb-0b96e348d312"], ["created_at", "2020-11-24 14:24:25.704980"], ["updated_at", "2020-11-24 14:24:25.704980"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3681 Jones Loop, Tifanyton, ME 65211"], ["city", "New Shaun"], ["country", "Hungary"], ["description", "Eveniet dolore repellat. Saepe cumque repellat."], ["email", "wilber_quitzon@example.co"], ["first_name", "Lindsay"], ["firstname", "Stephen"], ["last_name", "Dare"], ["lastname", "DuBuque"], ["lat", "3.1062722803656015"], ["latitute", "8.273681302633094"], ["lng", "54.30277201670151"], ["locale", "IT"], ["longitude", "115.05547567272743"], ["middlename", "Wilkinson"], ["middle_name", "Barrows"], ["password", "MqQlBvX46r5W1jB1"], ["phone", "1-946-867-3162 x3799"], ["phone_number", "(476) 062-8919 x777"], ["reference", "968aaa44-fd3c-4f8b-9484-5029b636d120"], ["title", "Iure et ex sed impedit."], ["user_name", "edna.bradtke"], ["username", "boyce"], ["uuid", "82ea03c7-a2a9-44d5-9f8f-f6dc94e07d08"], ["created_at", "2020-11-24 14:24:25.726419"], ["updated_at", "2020-11-24 14:24:25.726419"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "762 Fred Radial, Stoltenberghaven, AZ 32002"], ["city", "North Marya"], ["country", "Algeria"], ["description", "Sit quo repudiandae. Et blanditiis sint. Earum explicabo tempora."], ["email", "lorenzo@example.biz"], ["first_name", "Starr"], ["firstname", "Jan"], ["last_name", "Witting"], ["lastname", "Kulas"], ["lat", "-58.60021308617094"], ["latitute", "-0.09992207644877737"], ["lng", "-59.15375176358218"], ["locale", "AO"], ["longitude", "85.87879225933915"], ["middlename", "Harris"], ["middle_name", "Mante"], ["password", "2HwGaT3z"], ["phone", "(410) 616-3670 x47327"], ["phone_number", "1-470-011-1203 x475"], ["reference", "9ea3b9f4-5422-4baa-82b1-7f6aa8c5645f"], ["title", "Dicta ipsum blanditiis incidunt corporis."], ["user_name", "alexia"], ["username", "willard"], ["uuid", "eddb8228-bd0a-4b22-86a3-e4313b9cbe3e"], ["created_at", "2020-11-24 14:24:25.747923"], ["updated_at", "2020-11-24 14:24:25.747923"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 982 356 Alden Junctions, Leuschkefurt, NV 67253-7126"], ["city", "Lake Casie"], ["country", "Bahrain"], ["description", "Aut sed et. Et non perferendis. Doloremque voluptas et. Tempora sed ea."], ["email", "rich.pfeffer@example.org"], ["first_name", "Kum"], ["firstname", "Kendall"], ["last_name", "Vandervort"], ["lastname", "Monahan"], ["lat", "-29.11186532777006"], ["latitute", "67.30038609096326"], ["lng", "-125.07976977491325"], ["locale", "DE"], ["longitude", "-145.8893818068455"], ["middlename", "Paucek"], ["middle_name", "Koelpin"], ["password", "ZfN4c5GvK"], ["phone", "574-648-1382 x73278"], ["phone_number", "993-853-9145 x64351"], ["reference", "6a0ddb1f-12d8-4722-9942-d0bb4774a56c"], ["title", "Doloribus vel provident minus occaecati."], ["user_name", "rich.medhurst"], ["username", "babette"], ["uuid", "8e87a851-ff18-4e05-be54-963361bacb4a"], ["created_at", "2020-11-24 14:24:25.777511"], ["updated_at", "2020-11-24 14:24:25.777511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 968 3020 Altenwerth Turnpike, Margueriteberg, WA 99314-2604"], ["city", "South Ellenatown"], ["country", "Andorra"], ["description", "Debitis sit voluptas. Aspernatur ipsum accusantium. Autem voluptas delectus. Consequuntur consequatur quia."], ["email", "ligia@example.biz"], ["first_name", "Ellan"], ["firstname", "Carolynn"], ["last_name", "Labadie"], ["lastname", "Torp"], ["lat", "-72.30635913972868"], ["latitute", "1.7938730140857615"], ["lng", "-17.389939320766928"], ["locale", "BJ"], ["longitude", "61.03617591707433"], ["middlename", "Gutmann"], ["middle_name", "Skiles"], ["password", "Sg7RqG3dCzW379n"], ["phone", "(943) 375-9311 x68214"], ["phone_number", "172.067.8828 x0362"], ["reference", "c52913bc-a3a8-47ea-8d00-1f9ea1b7bcf8"], ["title", "Aliquid fuga quia."], ["user_name", "malena"], ["username", "eldridge"], ["uuid", "c8613be6-e08b-4845-9149-206f6f22a70f"], ["created_at", "2020-11-24 14:24:25.800118"], ["updated_at", "2020-11-24 14:24:25.800118"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:24:25.802131"], ["updated_at", "2020-11-24 14:24:25.802131"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:24:25.803378"], ["updated_at", "2020-11-24 14:24:25.803378"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:24:25.804525"], ["updated_at", "2020-11-24 14:24:25.804525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:24:25.805656"], ["updated_at", "2020-11-24 14:24:25.805656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:24:25.806782"], ["updated_at", "2020-11-24 14:24:25.806782"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:24:25.807888"], ["updated_at", "2020-11-24 14:24:25.807888"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:24:25.809000"], ["updated_at", "2020-11-24 14:24:25.809000"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:24:25.810095"], ["updated_at", "2020-11-24 14:24:25.810095"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] [1m (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:24:25.811293"], ["updated_at", "2020-11-24 14:24:25.811293"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:24:25.812501"], ["updated_at", "2020-11-24 14:24:25.812501"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:24:25.813668"], ["updated_at", "2020-11-24 14:24:25.813668"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:24:25.814863"], ["updated_at", "2020-11-24 14:24:25.814863"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:24:25.816045"], ["updated_at", "2020-11-24 14:24:25.816045"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:24:25.817216"], ["updated_at", "2020-11-24 14:24:25.817216"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:24:25.818395"], ["updated_at", "2020-11-24 14:24:25.818395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:24:25.819586"], ["updated_at", "2020-11-24 14:24:25.819586"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 12.3265561677459], ["string", "Animi voluptas iusto excepturi itaque."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:24:25.855995"], ["updated_at", "2020-11-24 14:24:25.855995"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 2.51965192703482], ["string", "Perspiciatis voluptatem quisquam blanditiis."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:24:25.892432"], ["updated_at", "2020-11-24 14:24:25.892432"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 15.8487174987128], ["string", "Perferendis animi beatae."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:24:25.928810"], ["updated_at", "2020-11-24 14:24:25.928810"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 4.98135425704905], ["string", "Similique possimus commodi fugit."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:24:25.971900"], ["updated_at", "2020-11-24 14:24:25.971900"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 15.9898332247081], ["string", "Sed aspernatur voluptas occaecati rerum voluptatem."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:24:26.008940"], ["updated_at", "2020-11-24 14:24:26.008940"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 6.86856204114647], ["string", "Omnis atque doloremque assumenda explicabo repellendus."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:24:26.045405"], ["updated_at", "2020-11-24 14:24:26.045405"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 7.65338822933893], ["string", "Repellat voluptates assumenda laborum."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:24:26.082118"], ["updated_at", "2020-11-24 14:24:26.082118"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 1.57441399336728], ["string", "Ut a distinctio ut voluptas."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:24:26.119052"], ["updated_at", "2020-11-24 14:24:26.119052"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:26.135568"], ["updated_at", "2020-11-24 14:24:26.135568"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:26.136419"], ["updated_at", "2020-11-24 14:24:26.136419"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:26.137079"], ["updated_at", "2020-11-24 14:24:26.137079"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:26.137707"], ["updated_at", "2020-11-24 14:24:26.137707"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:26.138322"], ["updated_at", "2020-11-24 14:24:26.138322"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:26.138936"], ["updated_at", "2020-11-24 14:24:26.138936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:26.139547"], ["updated_at", "2020-11-24 14:24:26.139547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:24:26.140176"], ["updated_at", "2020-11-24 14:24:26.140176"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:24:26.140839"], ["updated_at", "2020-11-24 14:24:26.140839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:24:26.141499"], ["updated_at", "2020-11-24 14:24:26.141499"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:24:26.142130"], ["updated_at", "2020-11-24 14:24:26.142130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:24:26.142768"], ["updated_at", "2020-11-24 14:24:26.142768"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:24:26.143403"], ["updated_at", "2020-11-24 14:24:26.143403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:24:26.144039"], ["updated_at", "2020-11-24 14:24:26.144039"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:24:26.144674"], ["updated_at", "2020-11-24 14:24:26.144674"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:24:26.145308"], ["updated_at", "2020-11-24 14:24:26.145308"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.5ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 14:24:26.151892"], ["updated_at", "2020-11-24 14:24:26.151892"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 14:24:26.153645"], ["updated_at", "2020-11-24 14:24:26.153645"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 14:24:26.155087"], ["updated_at", "2020-11-24 14:24:26.155087"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 14:24:26.156539"], ["updated_at", "2020-11-24 14:24:26.156539"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 14:24:26.158025"], ["updated_at", "2020-11-24 14:24:26.158025"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 14:24:26.159223"], ["updated_at", "2020-11-24 14:24:26.159223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 14:24:26.160413"], ["updated_at", "2020-11-24 14:24:26.160413"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 14:24:26.161591"], ["updated_at", "2020-11-24 14:24:26.161591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-24 14:24:26.163213"], ["updated_at", "2020-11-24 14:24:26.163213"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-24 14:24:26.164955"], ["updated_at", "2020-11-24 14:24:26.164955"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 7], ["created_at", "2020-11-24 14:24:26.166622"], ["updated_at", "2020-11-24 14:24:26.166622"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 5], ["created_at", "2020-11-24 14:24:26.168271"], ["updated_at", "2020-11-24 14:24:26.168271"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-24 14:24:26.169913"], ["updated_at", "2020-11-24 14:24:26.169913"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 7], ["created_at", "2020-11-24 14:24:26.171561"], ["updated_at", "2020-11-24 14:24:26.171561"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-24 14:24:26.173321"], ["updated_at", "2020-11-24 14:24:26.173321"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-24 14:24:26.174917"], ["updated_at", "2020-11-24 14:24:26.174917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.0ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (12.0ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.1ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (2.0ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (2.0ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (2.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.9ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 29.2111220089587], ["string", "Qui et laborum nostrum."], ["unique", 1], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:25:16.042021"], ["updated_at", "2020-11-24 14:25:16.042021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 13.0179994298361], ["string", "Deleniti voluptatem aut molestiae quidem voluptatem."], ["unique", 6], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:25:16.044825"], ["updated_at", "2020-11-24 14:25:16.044825"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 19.6191171663242], ["string", "Enim est eligendi doloremque nam sit."], ["unique", 4], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:25:16.047168"], ["updated_at", "2020-11-24 14:25:16.047168"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 4.25633129848959], ["string", "Nihil magni quis cumque."], ["unique", 7], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:25:16.049430"], ["updated_at", "2020-11-24 14:25:16.049430"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1033], ["decimal", 3.14117602322174], ["string", "Qui dolorum maxime suscipit."], ["unique", 10], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:25:16.051724"], ["updated_at", "2020-11-24 14:25:16.051724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 4.64502507553102], ["string", "Eum autem beatae tenetur."], ["unique", 2], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:25:16.054038"], ["updated_at", "2020-11-24 14:25:16.054038"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 0.553201903723339], ["string", "Voluptas rerum qui velit."], ["unique", 8], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:25:16.056378"], ["updated_at", "2020-11-24 14:25:16.056378"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1016], ["decimal", -0.465032490323325], ["string", "Molestias aut minima et quia voluptas."], ["unique", 9], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:25:16.058672"], ["updated_at", "2020-11-24 14:25:16.058672"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 5], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 18.3538797940862], ["string", "Esse totam qui sit."], ["unique", 5], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:25:16.060929"], ["updated_at", "2020-11-24 14:25:16.060929"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", -0.00374937595283564], ["string", "Illum quo et."], ["unique", 3], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:25:16.063281"], ["updated_at", "2020-11-24 14:25:16.063281"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 8.48478434157234], ["string", "Sunt ut molestias blanditiis dolores."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:25:16.102892"], ["updated_at", "2020-11-24 14:25:16.102892"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 12.4250836266989], ["string", "Id quia delectus quaerat velit."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:25:16.149924"], ["updated_at", "2020-11-24 14:25:16.149924"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 5.11806992910273], ["string", "Omnis quibusdam porro dolor et reiciendis."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:25:16.186722"], ["updated_at", "2020-11-24 14:25:16.186722"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1025], ["decimal", 16.4858595754123], ["string", "Ducimus aut voluptatem est iusto."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:25:16.222619"], ["updated_at", "2020-11-24 14:25:16.222619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 0.570727808359007], ["string", "Ea illo quos eum."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:25:16.258335"], ["updated_at", "2020-11-24 14:25:16.258335"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 7.39723971807224], ["string", "Omnis veritatis nemo sit ratione."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:25:16.294824"], ["updated_at", "2020-11-24 14:25:16.294824"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 15.9721103094633], ["string", "Sint laudantium sunt eaque."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:25:16.335636"], ["updated_at", "2020-11-24 14:25:16.335636"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 1.52070826782522], ["string", "Itaque corporis sed facere fuga."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:25:16.372512"], ["updated_at", "2020-11-24 14:25:16.372512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 0.589747612084697], ["string", "Assumenda dolores repudiandae pariatur illo."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:25:16.408439"], ["updated_at", "2020-11-24 14:25:16.408439"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 1.54153676285412], ["string", "Adipisci fugit debitis dolorem."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:25:16.444614"], ["updated_at", "2020-11-24 14:25:16.444614"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 5.85895730046755], ["string", "Voluptas quia nostrum explicabo suscipit aut."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:25:16.480512"], ["updated_at", "2020-11-24 14:25:16.480512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 5.68900826532996], ["string", "Delectus dolorem cumque accusamus numquam."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:25:16.516437"], ["updated_at", "2020-11-24 14:25:16.516437"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 15.7280917412611], ["string", "Deserunt tenetur optio amet."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:25:16.557411"], ["updated_at", "2020-11-24 14:25:16.557411"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 14.9032468162587], ["string", "Dicta et quaerat voluptates ea blanditiis."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:25:16.594037"], ["updated_at", "2020-11-24 14:25:16.594037"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 0.526303635955419], ["string", "Laborum commodi corporis quo occaecati qui."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:25:16.630143"], ["updated_at", "2020-11-24 14:25:16.630143"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1029], ["decimal", 0.49218603434406], ["string", "Velit magni dolor maxime qui."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:25:16.665880"], ["updated_at", "2020-11-24 14:25:16.665880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1024], ["decimal", 13.1022914271232], ["string", "Esse eius et quia alias sint."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:25:16.701681"], ["updated_at", "2020-11-24 14:25:16.701681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 14.7283224179647], ["string", "Ullam ratione animi."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:25:16.742243"], ["updated_at", "2020-11-24 14:25:16.742243"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 23.6076145848069], ["string", "Et reprehenderit maxime enim sequi."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:25:16.779324"], ["updated_at", "2020-11-24 14:25:16.779324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 6.52143450911481], ["string", "Alias doloribus et."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:25:16.815403"], ["updated_at", "2020-11-24 14:25:16.815403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3939 Hand Common, West Demarcus, AL 09638"], ["city", "Millerport"], ["country", "Northern Mariana Islands"], ["description", "Nobis rerum ipsam. Occaecati saepe necessitatibus. Laboriosam aut quia. Sit dolorem temporibus."], ["email", "kurtis.goyette@example.com"], ["first_name", "Emmitt"], ["firstname", "Richard"], ["last_name", "Corkery"], ["lastname", "Hahn"], ["lat", "-65.90109658153278"], ["latitute", "54.54907237683145"], ["lng", "-65.98509819379433"], ["locale", "BL"], ["longitude", "-124.78624509607347"], ["middlename", "Heathcote"], ["middle_name", "Jakubowski"], ["password", "VaGiMp9ArHoUbK"], ["phone", "825.906.3823"], ["phone_number", "730-915-6006 x86008"], ["reference", "be248114-2d30-434c-994a-7832cd3c726b"], ["title", "Quam expedita voluptas et et."], ["user_name", "patti"], ["username", "courtney"], ["uuid", "a9f513fd-f411-4c80-8fbe-74960c153aca"], ["created_at", "2020-11-24 14:27:09.200197"], ["updated_at", "2020-11-24 14:27:09.200197"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 159 963 Lanette Shoals, Kellyfurt, NJ 72132"], ["city", "Amieetown"], ["country", "Macedonia"], ["description", "Modi quia nulla. Soluta officiis rerum. Quis quia suscipit. Perspiciatis expedita omnis. Doloremque autem cumque."], ["email", "jewell@example.org"], ["first_name", "Joanna"], ["firstname", "Trevor"], ["last_name", "Halvorson"], ["lastname", "Mante"], ["lat", "-30.172843987442718"], ["latitute", "-68.1504548987682"], ["lng", "79.1688851108039"], ["locale", "GB"], ["longitude", "19.92326246887822"], ["middlename", "Stanton"], ["middle_name", "Lind"], ["password", "PpT471kL97"], ["phone", "(347) 346-5173 x3809"], ["phone_number", "849.880.7043"], ["reference", "f24e679e-a480-46df-954d-1c31b56c3c7e"], ["title", "Aut ab sapiente."], ["user_name", "damion_crist"], ["username", "maryann_kuhic"], ["uuid", "7ab8e138-c073-471c-99dc-4172844f40dd"], ["created_at", "2020-11-24 14:27:09.222954"], ["updated_at", "2020-11-24 14:27:09.222954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 893 79544 Sipes Parkway, Dareport, AZ 68500"], ["city", "East Antione"], ["country", "Wallis and Futuna"], ["description", "Commodi et soluta. Dignissimos sit commodi."], ["email", "joel@example.biz"], ["first_name", "Callie"], ["firstname", "Shayne"], ["last_name", "Heller"], ["lastname", "Roob"], ["lat", "-39.45754099528934"], ["latitute", "-61.7946374368642"], ["lng", "-163.6227698475053"], ["locale", "EC"], ["longitude", "72.69919853488474"], ["middlename", "Keeling"], ["middle_name", "Fadel"], ["password", "1RpU5q60VaF"], ["phone", "616.502.6000 x78084"], ["phone_number", "(486) 689-2322 x566"], ["reference", "f2eebc6a-b9d8-4077-879e-61e1e995f965"], ["title", "Consequatur dolorem culpa."], ["user_name", "bobbie"], ["username", "loris.oreilly"], ["uuid", "ac15f383-64c1-45d9-a4ad-36c0e59e3535"], ["created_at", "2020-11-24 14:27:09.257666"], ["updated_at", "2020-11-24 14:27:09.257666"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 765 360 Leo Villages, East Cristopher, TX 57875-9406"], ["city", "Port Regenia"], ["country", "Saint Kitts and Nevis"], ["description", "Qui sint officia. Quo alias similique. Adipisci est tempore. Totam repudiandae esse."], ["email", "moses@example.io"], ["first_name", "Rocio"], ["firstname", "Sara"], ["last_name", "Gusikowski"], ["lastname", "Durgan"], ["lat", "87.99775604316065"], ["latitute", "-53.875250051076954"], ["lng", "169.66446822303232"], ["locale", "KE"], ["longitude", "76.61000054733381"], ["middlename", "Murphy"], ["middle_name", "Wisozk"], ["password", "5W4jQfUp"], ["phone", "1-332-429-6549 x7802"], ["phone_number", "1-484-982-1125 x703"], ["reference", "5f7155d6-b2cf-4f47-8e2a-1502624b7514"], ["title", "Officiis facere deserunt ut ab eos."], ["user_name", "alvin"], ["username", "emery"], ["uuid", "8d5da087-52c7-4619-a31d-e4f0b2f18ec6"], ["created_at", "2020-11-24 14:27:09.282978"], ["updated_at", "2020-11-24 14:27:09.282978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "512 Cornell Canyon, South Donntown, SD 99613-0118"], ["city", "North Hoyt"], ["country", "Solomon Islands"], ["description", "Vero suscipit sint. Aspernatur consequuntur quod. Molestiae expedita unde."], ["email", "pandora@example.biz"], ["first_name", "Kimber"], ["firstname", "Harriett"], ["last_name", "McKenzie"], ["lastname", "Mohr"], ["lat", "42.65928707683531"], ["latitute", "70.19614130420234"], ["lng", "-79.56962727227169"], ["locale", "GU"], ["longitude", "12.322740330475199"], ["middlename", "Williamson"], ["middle_name", "Rath"], ["password", "Ri1U5aGfC7"], ["phone", "(141) 169-0260 x8666"], ["phone_number", "259-441-6501 x5341"], ["reference", "481bcaea-5948-44d9-83f5-33282550491c"], ["title", "Et amet eius necessitatibus."], ["user_name", "melvin"], ["username", "lola"], ["uuid", "685d9bd5-5140-434f-8e2c-a962c832a446"], ["created_at", "2020-11-24 14:27:09.305054"], ["updated_at", "2020-11-24 14:27:09.305054"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "687 Hessel Isle, Port Rayeton, CA 20534-6762"], ["city", "South Raphael"], ["country", "Poland"], ["description", "Molestias sit voluptatem. Cum ab et."], ["email", "dannie@example.info"], ["first_name", "Morgan"], ["firstname", "King"], ["last_name", "Torphy"], ["lastname", "Hane"], ["lat", "-47.0568388003713"], ["latitute", "-74.92243993452374"], ["lng", "144.62889237854444"], ["locale", "TM"], ["longitude", "-134.20074697113986"], ["middlename", "Harber"], ["middle_name", "Barrows"], ["password", "Gg1S4gH8tLjKiD"], ["phone", "273-067-3617 x9514"], ["phone_number", "(731) 777-1843 x231"], ["reference", "ef6611a8-746f-461c-9422-272250c2f01e"], ["title", "Aut est accusamus."], ["user_name", "efren_flatley"], ["username", "valentin"], ["uuid", "f247502e-bfbc-495d-8536-ab9b50397b72"], ["created_at", "2020-11-24 14:27:09.326815"], ["updated_at", "2020-11-24 14:27:09.326815"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "29427 Michel Tunnel, Antionettechester, OK 79348"], ["city", "Port Dorsey"], ["country", "Romania"], ["description", "Est voluptatem occaecati. Occaecati possimus voluptate. Ipsam itaque aliquid. Velit suscipit placeat."], ["email", "jeanne@example.com"], ["first_name", "Roslyn"], ["firstname", "Buford"], ["last_name", "Ondricka"], ["lastname", "Schultz"], ["lat", "-5.430246711946793"], ["latitute", "-47.24682732276996"], ["lng", "-8.284895819953277"], ["locale", "LA"], ["longitude", "-45.458099090780394"], ["middlename", "Fahey"], ["middle_name", "Ernser"], ["password", "OeDtB2sFaAbBqJgE"], ["phone", "662.437.4575 x0642"], ["phone_number", "(770) 845-5902 x627"], ["reference", "1ef9c79d-2808-455d-b8f8-97c761bbc6f8"], ["title", "Impedit officia alias nihil."], ["user_name", "lida_hane"], ["username", "dirk_stamm"], ["uuid", "1f5166c1-516a-4947-bcf7-54df8b980899"], ["created_at", "2020-11-24 14:27:09.348688"], ["updated_at", "2020-11-24 14:27:09.348688"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 686 427 Buckridge Valley, Yaekoberg, CA 86335-7498"], ["city", "New Bernetta"], ["country", "Congo"], ["description", "Velit vitae maxime. Autem minima minus. Provident itaque laboriosam."], ["email", "brinda@example.org"], ["first_name", "Greta"], ["firstname", "Tami"], ["last_name", "Wolff"], ["lastname", "Parisian"], ["lat", "-8.790857540160346"], ["latitute", "13.233536724424681"], ["lng", "-169.01786402462307"], ["locale", "NP"], ["longitude", "174.60690386876126"], ["middlename", "Lesch"], ["middle_name", "Hauck"], ["password", "ToAqFv2VcNnRr3"], ["phone", "938.561.1412 x36646"], ["phone_number", "726.502.1380 x7522"], ["reference", "b9d1df1e-ecdb-45cb-b569-5361548bf20c"], ["title", "Pariatur repellat et sit est."], ["user_name", "kaleigh"], ["username", "cecil"], ["uuid", "9b70dc7d-cc99-4069-93d2-81650fb187d6"], ["created_at", "2020-11-24 14:27:09.370232"], ["updated_at", "2020-11-24 14:27:09.370232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "80090 Ouida Extension, South Jeannetta, OR 55860"], ["city", "South Abraham"], ["country", "Panama"], ["description", "Sint vero eligendi. Eos mollitia omnis."], ["email", "stefan.hammes@example.io"], ["first_name", "Olen"], ["firstname", "Toby"], ["last_name", "Blanda"], ["lastname", "Cartwright"], ["lat", "-87.47860305582059"], ["latitute", "-55.31364206182246"], ["lng", "38.66369882735452"], ["locale", "GY"], ["longitude", "-120.73741383923584"], ["middlename", "Waters"], ["middle_name", "Feil"], ["password", "DpI8wJx37Bs6Tg"], ["phone", "974.365.4131 x005"], ["phone_number", "(314) 771-0531 x4418"], ["reference", "35c82e94-6a4c-4786-8d63-128c6f723e3b"], ["title", "Nisi laudantium perferendis consequatur."], ["user_name", "reginia_spinka"], ["username", "antione"], ["uuid", "aee81568-d007-41d5-a069-1ce0f341fb74"], ["created_at", "2020-11-24 14:27:09.391812"], ["updated_at", "2020-11-24 14:27:09.391812"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9208 Auer Flats, South Jerrold, NM 73116"], ["city", "Parisfurt"], ["country", "Argentina"], ["description", "Exercitationem eaque sunt. Architecto asperiores sed."], ["email", "joesph@example.name"], ["first_name", "Alethia"], ["firstname", "Machelle"], ["last_name", "Lemke"], ["lastname", "Carroll"], ["lat", "52.37768624371793"], ["latitute", "46.89229948728993"], ["lng", "54.54743930326964"], ["locale", "HU"], ["longitude", "-150.7859319707095"], ["middlename", "Larson"], ["middle_name", "Lindgren"], ["password", "GrD3xM2p"], ["phone", "259.905.6820 x2938"], ["phone_number", "1-463-241-5819 x463"], ["reference", "8f5da40a-435d-43e1-9ecb-7898ed0eb1ba"], ["title", "Omnis facere fuga."], ["user_name", "danyel.williamson"], ["username", "kathline"], ["uuid", "13d1f013-82e9-4708-b641-3fc950c0d3b4"], ["created_at", "2020-11-24 14:27:09.421506"], ["updated_at", "2020-11-24 14:27:09.421506"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 13.7559032477706], ["string", "Hic inventore odit."], ["date", "2020-10-22"], ["time", "2000-01-01 16:06:26.029950"], ["datetime", "2020-10-27 02:58:28.239068"], ["created_at", "2020-11-24 14:27:09.448552"], ["updated_at", "2020-11-24 14:27:09.448552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:09.455516"], ["updated_at", "2020-11-24 14:27:09.455516"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:09.464517"], ["updated_at", "2020-11-24 14:27:09.464517"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "82182 Nikolaus Burgs, East Hollisville, FL 56788-9520"], ["city", "Kassulkeville"], ["country", "Jordan"], ["description", "Quia id in. Hic in tenetur."], ["email", "morgan.casper@example.name"], ["first_name", "Valeria"], ["firstname", "Ramona"], ["last_name", "Russel"], ["lastname", "Zemlak"], ["lat", "70.06367830900464"], ["latitute", "-31.500745620891294"], ["lng", "-6.04347504654649"], ["locale", "AW"], ["longitude", "-154.71495955466526"], ["middlename", "Buckridge"], ["middle_name", "Blanda"], ["password", "7YhZsTqPc0VbMbW"], ["phone", "(924) 425-7855"], ["phone_number", "985.504.9689 x140"], ["reference", "0d290840-68e6-4ab6-8789-451f77995093"], ["title", "Vel quia omnis dolore."], ["user_name", "merle"], ["username", "agnes"], ["uuid", "5d77c2da-30f4-4172-a16c-c06930d1d561"], ["created_at", "2020-11-24 14:27:09.487990"], ["updated_at", "2020-11-24 14:27:09.487990"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:27:09.493329"], ["updated_at", "2020-11-24 14:27:09.493329"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:27:09.498089"], ["updated_at", "2020-11-24 14:27:09.498089"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 5.3089328756315], ["string", "Magnam ea impedit."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:27:09.534543"], ["updated_at", "2020-11-24 14:27:09.534543"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:09.544540"], ["updated_at", "2020-11-24 14:27:09.544540"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:09.547928"], ["updated_at", "2020-11-24 14:27:09.547928"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 14:27:09.553460"], ["updated_at", "2020-11-24 14:27:09.553460"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 14:27:09.559546"], ["updated_at", "2020-11-24 14:27:09.559546"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.1ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 18], ["decimal", 16.619709426141], ["string", "Velit dolor esse non sint autem."], ["date", "2021-01-05"], ["time", "2000-01-01 21:38:01.336805"], ["datetime", "2020-12-26 13:10:24.479066"], ["created_at", "2020-11-24 14:27:09.568656"], ["updated_at", "2020-11-24 14:27:09.568656"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 4.18956828961675], ["string", "Ea quidem nesciunt et."], ["date", "2020-12-16"], ["time", "2000-01-01 17:49:13.987723"], ["datetime", "2020-12-17 19:09:54.357726"], ["created_at", "2020-11-24 14:27:09.572530"], ["updated_at", "2020-11-24 14:27:09.572530"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 7.92452823889932], ["string", "Voluptatibus est voluptatem deleniti repellendus."], ["date", "2020-12-29"], ["time", "2000-01-01 16:54:00.587146"], ["datetime", "2020-11-22 22:25:33.984575"], ["created_at", "2020-11-24 14:27:09.575498"], ["updated_at", "2020-11-24 14:27:09.575498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 41], ["decimal", 3.76926568998918], ["string", "Corporis voluptate voluptas laudantium."], ["date", "2020-11-22"], ["time", "2000-01-01 21:42:34.680285"], ["datetime", "2020-10-13 23:13:04.982050"], ["created_at", "2020-11-24 14:27:09.578076"], ["updated_at", "2020-11-24 14:27:09.578076"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 15], ["decimal", 4.00183926503904], ["string", "Voluptatum et nisi quia."], ["date", "2020-11-13"], ["time", "2000-01-01 18:49:16.527658"], ["datetime", "2020-12-16 12:34:58.096208"], ["created_at", "2020-11-24 14:27:09.580809"], ["updated_at", "2020-11-24 14:27:09.580809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 1.14881961722022], ["string", "Exercitationem rem fugit vitae molestias ut."], ["date", "2020-12-21"], ["time", "2000-01-01 18:24:08.494951"], ["datetime", "2020-12-10 01:34:58.116723"], ["created_at", "2020-11-24 14:27:09.583277"], ["updated_at", "2020-11-24 14:27:09.583277"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 30], ["decimal", 4.51928368575936], ["string", "Ut iste accusantium nesciunt."], ["date", "2020-12-22"], ["time", "2000-01-01 07:15:43.332092"], ["datetime", "2020-10-23 23:31:16.793121"], ["created_at", "2020-11-24 14:27:09.586199"], ["updated_at", "2020-11-24 14:27:09.586199"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 23.6736691546469], ["string", "Pariatur dolor et totam."], ["date", "2020-12-22"], ["time", "2000-01-01 19:11:22.193257"], ["datetime", "2020-11-22 11:34:29.429137"], ["created_at", "2020-11-24 14:27:09.590148"], ["updated_at", "2020-11-24 14:27:09.590148"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:09.591824"], ["updated_at", "2020-11-24 14:27:09.591824"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:09.592914"], ["updated_at", "2020-11-24 14:27:09.592914"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:09.594262"], ["updated_at", "2020-11-24 14:27:09.594262"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:09.595375"], ["updated_at", "2020-11-24 14:27:09.595375"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:09.596392"], ["updated_at", "2020-11-24 14:27:09.596392"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:09.597393"], ["updated_at", "2020-11-24 14:27:09.597393"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:09.598391"], ["updated_at", "2020-11-24 14:27:09.598391"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:09.599399"], ["updated_at", "2020-11-24 14:27:09.599399"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:09.601420"], ["updated_at", "2020-11-24 14:27:09.601420"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:09.603274"], ["updated_at", "2020-11-24 14:27:09.603274"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:09.605095"], ["updated_at", "2020-11-24 14:27:09.605095"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:09.606784"], ["updated_at", "2020-11-24 14:27:09.606784"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:09.608428"], ["updated_at", "2020-11-24 14:27:09.608428"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:09.610150"], ["updated_at", "2020-11-24 14:27:09.610150"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:09.611811"], ["updated_at", "2020-11-24 14:27:09.611811"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:09.613423"], ["updated_at", "2020-11-24 14:27:09.613423"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 891 7768 Lorri Squares, Treyport, GA 99434"], ["city", "Hartmannview"], ["country", "Christmas Island"], ["description", "Totam sit occaecati. Corrupti suscipit explicabo."], ["email", "corrinne.senger@example.io"], ["first_name", "Alyssa"], ["firstname", "Donn"], ["last_name", "Friesen"], ["lastname", "Bartell"], ["lat", "51.95559590364084"], ["latitute", "-10.339615661216115"], ["lng", "-151.88693373141038"], ["locale", "LB"], ["longitude", "121.21629914845141"], ["middlename", "Senger"], ["middle_name", "McDermott"], ["password", "QeY9aVyO8"], ["phone", "866-228-9257 x970"], ["phone_number", "1-291-483-2512 x557"], ["reference", "f089188c-3012-4286-a04e-13504b876b24"], ["title", "Vitae debitis ab sit."], ["user_name", "tonya"], ["username", "china.cruickshank"], ["uuid", "b03c8376-395f-4084-9705-a63c3f71dffd"], ["created_at", "2020-11-24 14:27:09.647700"], ["updated_at", "2020-11-24 14:27:09.647700"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 669 6490 Zieme Squares, Johnstonchester, CO 04326"], ["city", "Wintheiserport"], ["country", "Barbados"], ["description", "Aperiam voluptas qui. Aperiam occaecati est. Tempore quibusdam labore. Sed pariatur consequatur."], ["email", "katerine_murray@example.name"], ["first_name", "Ray"], ["firstname", "Deon"], ["last_name", "Bernhard"], ["lastname", "Swift"], ["lat", "-8.664447336174405"], ["latitute", "18.626388662456478"], ["lng", "51.98761687677788"], ["locale", "GY"], ["longitude", "-102.89471696266982"], ["middlename", "Thompson"], ["middle_name", "Anderson"], ["password", "C2dSzAfA5lG1058"], ["phone", "991.703.9520"], ["phone_number", "130-067-7346"], ["reference", "bc743974-dd9c-4e04-a0ac-4fc9c141cb9d"], ["title", "Reprehenderit culpa sint."], ["user_name", "mel"], ["username", "jamison.davis"], ["uuid", "234d7852-70fc-4e7e-a651-4c2da8d6ed15"], ["created_at", "2020-11-24 14:27:09.673759"], ["updated_at", "2020-11-24 14:27:09.673759"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 817 74048 Parker Haven, West Leo, NY 83199"], ["city", "Donnellchester"], ["country", "Niger"], ["description", "Quas distinctio sint. Saepe voluptate qui. Voluptatibus ratione dolorem."], ["email", "sparkle_boyer@example.biz"], ["first_name", "Adolfo"], ["firstname", "Krysten"], ["last_name", "Brakus"], ["lastname", "Hackett"], ["lat", "-55.45903656973837"], ["latitute", "-32.55662687222752"], ["lng", "43.74111864136964"], ["locale", "SO"], ["longitude", "-86.77965940508126"], ["middlename", "Harvey"], ["middle_name", "Satterfield"], ["password", "8UsAuQ3s8"], ["phone", "752-604-5355"], ["phone_number", "1-454-285-0266 x721"], ["reference", "29ba117a-9add-49bf-abfb-201a5fccd4e0"], ["title", "Quae et commodi et a ipsa."], ["user_name", "nisha_abernathy"], ["username", "soo"], ["uuid", "1d2a2cce-7750-4c5c-a0f8-6c3f062b2c50"], ["created_at", "2020-11-24 14:27:09.695776"], ["updated_at", "2020-11-24 14:27:09.695776"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "926 Hilpert Plains, North Bretfurt, ME 58134-6404"], ["city", "Lakiashire"], ["country", "Vanuatu"], ["description", "Et pariatur reiciendis. Consequatur ut sunt. Ipsum consequatur error. Voluptate tenetur itaque. Dolore quod quo."], ["email", "marcus_lowe@example.com"], ["first_name", "Paris"], ["firstname", "Genaro"], ["last_name", "Effertz"], ["lastname", "O'Conner"], ["lat", "-3.470648714646785"], ["latitute", "-57.63944118654214"], ["lng", "-108.9052123155274"], ["locale", "KE"], ["longitude", "21.93218617944501"], ["middlename", "Rice"], ["middle_name", "Goldner"], ["password", "AbAaZdYvKs5"], ["phone", "210-021-8970 x0138"], ["phone_number", "1-958-804-7946 x8160"], ["reference", "ffc2b070-ea14-4d77-a632-599727d00b19"], ["title", "Nihil exercitationem corporis."], ["user_name", "trina"], ["username", "alexander"], ["uuid", "6aeb3fb4-e3dc-4e47-b82e-91bc193779bc"], ["created_at", "2020-11-24 14:27:09.717968"], ["updated_at", "2020-11-24 14:27:09.717968"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 466 543 Leandra Hollow, West Kristen, ND 52377"], ["city", "Greenholtborough"], ["country", "Tanzania"], ["description", "Quaerat voluptatem vero. Est molestiae et. Ut molestias voluptas."], ["email", "keneth@example.net"], ["first_name", "Carlene"], ["firstname", "Mariella"], ["last_name", "Mayert"], ["lastname", "Gusikowski"], ["lat", "41.67393510338724"], ["latitute", "-32.043480603347945"], ["lng", "108.88893542903287"], ["locale", "GF"], ["longitude", "11.914741874975334"], ["middlename", "Kassulke"], ["middle_name", "Cummerata"], ["password", "RjGjXsIk71GnZh8"], ["phone", "(544) 549-8015 x0836"], ["phone_number", "773.064.7397 x4924"], ["reference", "18929d05-cf22-4436-97b9-9cfb514eaf98"], ["title", "Accusantium ut placeat optio beatae."], ["user_name", "kenyatta"], ["username", "twanna_ryan"], ["uuid", "113f5601-7f62-4947-baa1-c696a3331576"], ["created_at", "2020-11-24 14:27:09.739959"], ["updated_at", "2020-11-24 14:27:09.739959"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 649 7768 Abshire Prairie, Lake Caroyln, VT 23981-4861"], ["city", "Omarberg"], ["country", "Denmark"], ["description", "Sed enim reiciendis. Consequatur est aut. Omnis suscipit ea."], ["email", "daysi@example.com"], ["first_name", "Domenic"], ["firstname", "Sommer"], ["last_name", "Gleason"], ["lastname", "Doyle"], ["lat", "-44.10539114786245"], ["latitute", "-66.13843838930694"], ["lng", "42.32093097351674"], ["locale", "NC"], ["longitude", "-76.61722326501848"], ["middlename", "Farrell"], ["middle_name", "Howell"], ["password", "Z08dW0qFzHm3A"], ["phone", "539-368-4980"], ["phone_number", "936.972.9599 x5566"], ["reference", "cc6e3493-a26c-4001-bdc2-0a8ec58d2aac"], ["title", "Voluptatem illum harum qui."], ["user_name", "carlena_vonrueden"], ["username", "sterling"], ["uuid", "08c20e48-288f-479e-94a7-09eaf327679a"], ["created_at", "2020-11-24 14:27:09.761915"], ["updated_at", "2020-11-24 14:27:09.761915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 377 22892 Gleason Meadows, North Lukebury, SD 19154"], ["city", "East Loralee"], ["country", "Holy See (Vatican City State)"], ["description", "Et maiores consequatur. Est sapiente deleniti."], ["email", "kayleen.schuster@example.biz"], ["first_name", "Wilfred"], ["firstname", "Mindy"], ["last_name", "Greenfelder"], ["lastname", "Farrell"], ["lat", "-35.00779086949651"], ["latitute", "57.79946207100883"], ["lng", "35.253201253457405"], ["locale", "SE"], ["longitude", "114.85470014746198"], ["middlename", "Schoen"], ["middle_name", "Corkery"], ["password", "6Q63fW7aVpIy"], ["phone", "121.931.5428"], ["phone_number", "(867) 153-8592 x3814"], ["reference", "6b4a9074-24b9-4c02-87eb-2a3de9e408f7"], ["title", "Ea corporis doloribus."], ["user_name", "susann"], ["username", "emilio_yost"], ["uuid", "bf1a5cc0-0c16-4172-846d-27ffaa9570ee"], ["created_at", "2020-11-24 14:27:09.783766"], ["updated_at", "2020-11-24 14:27:09.783766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "19589 Yost Garden, Hackettview, CT 47743"], ["city", "South Jacalynhaven"], ["country", "Somalia"], ["description", "Rem eveniet et. Error perferendis hic. Ducimus suscipit enim. Odit eaque eos."], ["email", "abdul.dach@example.biz"], ["first_name", "Iva"], ["firstname", "Malvina"], ["last_name", "Bailey"], ["lastname", "Kertzmann"], ["lat", "2.2289548852845513"], ["latitute", "57.07545300825177"], ["lng", "-118.01337059206094"], ["locale", "MR"], ["longitude", "95.90714612912632"], ["middlename", "Cassin"], ["middle_name", "Collier"], ["password", "7ZoWhJyQf5AlSyM"], ["phone", "562.059.5919"], ["phone_number", "1-848-949-0152 x44227"], ["reference", "0f455868-e3b3-496d-ab5f-85a403f58405"], ["title", "Qui officia totam."], ["user_name", "buford_rau"], ["username", "mellissa"], ["uuid", "b13c2108-27ab-4861-a874-a5d709c3e7b9"], ["created_at", "2020-11-24 14:27:09.815798"], ["updated_at", "2020-11-24 14:27:09.815798"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:27:09.818550"], ["updated_at", "2020-11-24 14:27:09.818550"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:27:09.820346"], ["updated_at", "2020-11-24 14:27:09.820346"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:27:09.822107"], ["updated_at", "2020-11-24 14:27:09.822107"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:27:09.823720"], ["updated_at", "2020-11-24 14:27:09.823720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:27:09.825264"], ["updated_at", "2020-11-24 14:27:09.825264"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:27:09.826742"], ["updated_at", "2020-11-24 14:27:09.826742"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:27:09.828206"], ["updated_at", "2020-11-24 14:27:09.828206"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:27:09.829676"], ["updated_at", "2020-11-24 14:27:09.829676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:27:09.831245"], ["updated_at", "2020-11-24 14:27:09.831245"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:27:09.832857"], ["updated_at", "2020-11-24 14:27:09.832857"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:27:09.834430"], ["updated_at", "2020-11-24 14:27:09.834430"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:27:09.835920"], ["updated_at", "2020-11-24 14:27:09.835920"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:27:09.837418"], ["updated_at", "2020-11-24 14:27:09.837418"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:27:09.838902"], ["updated_at", "2020-11-24 14:27:09.838902"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:27:09.840397"], ["updated_at", "2020-11-24 14:27:09.840397"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:27:09.841914"], ["updated_at", "2020-11-24 14:27:09.841914"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 5.24089763137613], ["string", "Reiciendis iusto qui."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:27:09.878303"], ["updated_at", "2020-11-24 14:27:09.878303"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1036], ["decimal", 1.98171966938679], ["string", "Ipsum fuga voluptate minus esse."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:27:09.914745"], ["updated_at", "2020-11-24 14:27:09.914745"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 30.2757603976206], ["string", "Hic fuga optio recusandae ipsum autem."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:27:09.951102"], ["updated_at", "2020-11-24 14:27:09.951102"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 0.902646261280995], ["string", "Similique officiis placeat sunt et omnis."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:27:09.987639"], ["updated_at", "2020-11-24 14:27:09.987639"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 24.5692440824032], ["string", "Officiis ut nostrum eum error ipsa."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:27:10.031145"], ["updated_at", "2020-11-24 14:27:10.031145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 0.927921716971645], ["string", "Ut odio ab voluptas."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:27:10.067844"], ["updated_at", "2020-11-24 14:27:10.067844"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 8.4319004978371], ["string", "Qui quos laboriosam."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:27:10.104291"], ["updated_at", "2020-11-24 14:27:10.104291"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 5.70742941965215], ["string", "Qui sunt maxime similique magni."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:27:10.140527"], ["updated_at", "2020-11-24 14:27:10.140527"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:10.158253"], ["updated_at", "2020-11-24 14:27:10.158253"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:10.159239"], ["updated_at", "2020-11-24 14:27:10.159239"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:10.160265"], ["updated_at", "2020-11-24 14:27:10.160265"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:10.161270"], ["updated_at", "2020-11-24 14:27:10.161270"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:10.162153"], ["updated_at", "2020-11-24 14:27:10.162153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:10.162996"], ["updated_at", "2020-11-24 14:27:10.162996"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:10.163823"], ["updated_at", "2020-11-24 14:27:10.163823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:10.164676"], ["updated_at", "2020-11-24 14:27:10.164676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:10.165584"], ["updated_at", "2020-11-24 14:27:10.165584"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:10.166445"], ["updated_at", "2020-11-24 14:27:10.166445"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:10.167342"], ["updated_at", "2020-11-24 14:27:10.167342"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:10.168200"], ["updated_at", "2020-11-24 14:27:10.168200"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:10.169052"], ["updated_at", "2020-11-24 14:27:10.169052"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:10.169900"], ["updated_at", "2020-11-24 14:27:10.169900"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:10.170746"], ["updated_at", "2020-11-24 14:27:10.170746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:10.171622"], ["updated_at", "2020-11-24 14:27:10.171622"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 14:27:10.173299"], ["updated_at", "2020-11-24 14:27:10.173299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 14:27:10.174992"], ["updated_at", "2020-11-24 14:27:10.174992"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 14:27:10.176594"], ["updated_at", "2020-11-24 14:27:10.176594"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 14:27:10.178079"], ["updated_at", "2020-11-24 14:27:10.178079"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 14:27:10.179567"], ["updated_at", "2020-11-24 14:27:10.179567"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 14:27:10.181058"], ["updated_at", "2020-11-24 14:27:10.181058"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 14:27:10.182544"], ["updated_at", "2020-11-24 14:27:10.182544"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 14:27:10.184082"], ["updated_at", "2020-11-24 14:27:10.184082"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 8], ["created_at", "2020-11-24 14:27:10.186182"], ["updated_at", "2020-11-24 14:27:10.186182"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 3], ["created_at", "2020-11-24 14:27:10.188408"], ["updated_at", "2020-11-24 14:27:10.188408"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 6], ["created_at", "2020-11-24 14:27:10.190433"], ["updated_at", "2020-11-24 14:27:10.190433"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 7], ["created_at", "2020-11-24 14:27:10.192491"], ["updated_at", "2020-11-24 14:27:10.192491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 7], ["created_at", "2020-11-24 14:27:10.194524"], ["updated_at", "2020-11-24 14:27:10.194524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-24 14:27:10.196549"], ["updated_at", "2020-11-24 14:27:10.196549"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-24 14:27:10.198564"], ["updated_at", "2020-11-24 14:27:10.198564"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 8], ["created_at", "2020-11-24 14:27:10.200612"], ["updated_at", "2020-11-24 14:27:10.200612"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 5.91161596165877], ["string", "Non sed nulla."], ["date", "2020-12-31"], ["time", "2000-01-01 23:44:33.564646"], ["datetime", "2020-10-17 18:44:29.220720"], ["created_at", "2020-11-24 14:27:10.234744"], ["updated_at", "2020-11-24 14:27:10.234744"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 13.0671111642312], ["string", "Eveniet perspiciatis aut hic."], ["date", "2020-12-18"], ["time", "2000-01-01 08:20:27.538481"], ["datetime", "2020-12-27 23:24:22.646564"], ["created_at", "2020-11-24 14:27:10.237965"], ["updated_at", "2020-11-24 14:27:10.237965"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 2.52671971861718], ["string", "Nulla atque provident voluptatibus ducimus architecto."], ["date", "2020-10-24"], ["time", "2000-01-01 20:14:06.676030"], ["datetime", "2020-12-20 13:45:04.179759"], ["created_at", "2020-11-24 14:27:10.241836"], ["updated_at", "2020-11-24 14:27:10.241836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 14], ["decimal", 24.5549360026996], ["string", "Placeat facere dolorem."], ["date", "2020-11-30"], ["time", "2000-01-01 00:43:00.727495"], ["datetime", "2020-12-05 09:42:00.435836"], ["created_at", "2020-11-24 14:27:10.246631"], ["updated_at", "2020-11-24 14:27:10.246631"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 28], ["decimal", 13.0823049102429], ["string", "Exercitationem harum quo deserunt."], ["date", "2020-11-15"], ["time", "2000-01-01 11:17:03.530072"], ["datetime", "2020-11-11 06:18:14.704972"], ["created_at", "2020-11-24 14:27:10.249777"], ["updated_at", "2020-11-24 14:27:10.249777"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (1.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 22], ["decimal", 24.1570705373162], ["string", "Incidunt perferendis omnis."], ["date", "2020-12-21"], ["time", "2000-01-01 22:56:49.952246"], ["datetime", "2020-12-12 15:51:15.621028"], ["created_at", "2020-11-24 14:27:10.261980"], ["updated_at", "2020-11-24 14:27:10.261980"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:10.266591"], ["updated_at", "2020-11-24 14:27:10.266591"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 42], ["decimal", 7.82864942240634], ["string", "Impedit atque quasi repellendus facilis."], ["date", "2020-11-18"], ["time", "2000-01-01 16:31:58.387777"], ["datetime", "2020-12-21 17:38:22.690530"], ["created_at", "2020-11-24 14:27:10.302763"], ["updated_at", "2020-11-24 14:27:10.302763"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 39], ["decimal", 0.720385963256173], ["string", "Aperiam eos sed est dolores qui."], ["date", "2020-10-27"], ["time", "2000-01-01 01:15:26.424582"], ["datetime", "2020-12-14 21:14:24.097565"], ["created_at", "2020-11-24 14:27:10.306497"], ["updated_at", "2020-11-24 14:27:10.306497"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 1.20396937414811], ["string", "A quidem aut dolor."], ["date", "2020-11-05"], ["time", "2000-01-01 15:34:35.137537"], ["datetime", "2020-10-25 21:00:38.169628"], ["created_at", "2020-11-24 14:27:10.310448"], ["updated_at", "2020-11-24 14:27:10.310448"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 2.32830723215978], ["string", "Harum ratione dolores inventore id."], ["date", "2020-11-22"], ["time", "2000-01-01 19:01:32.131631"], ["datetime", "2020-10-29 05:39:41.099639"], ["created_at", "2020-11-24 14:27:10.313785"], ["updated_at", "2020-11-24 14:27:10.313785"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", -0.513289938466228], ["string", "Enim officia voluptatibus quibusdam quo autem."], ["date", "2020-12-14"], ["time", "2000-01-01 17:00:04.420183"], ["datetime", "2021-01-02 14:39:23.226561"], ["created_at", "2020-11-24 14:27:10.316777"], ["updated_at", "2020-11-24 14:27:10.316777"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 6.10012645780115], ["string", "Alias autem sequi."], ["date", "2020-12-26"], ["time", "2000-01-01 07:06:33.015785"], ["datetime", "2020-12-24 14:29:07.537409"], ["created_at", "2020-11-24 14:27:10.319833"], ["updated_at", "2020-11-24 14:27:10.319833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 0.766984115750012], ["string", "Esse id ea."], ["date", "2020-10-18"], ["time", "2000-01-01 04:14:45.830333"], ["datetime", "2020-12-21 21:19:54.887473"], ["created_at", "2020-11-24 14:27:10.323514"], ["updated_at", "2020-11-24 14:27:10.323514"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 11.7351653556809], ["string", "Esse et nihil eaque."], ["date", "2020-12-30"], ["time", "2000-01-01 08:21:15.118293"], ["datetime", "2020-12-24 03:11:18.117435"], ["created_at", "2020-11-24 14:27:10.327326"], ["updated_at", "2020-11-24 14:27:10.327326"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:10.328856"], ["updated_at", "2020-11-24 14:27:10.328856"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:10.329795"], ["updated_at", "2020-11-24 14:27:10.329795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:10.330756"], ["updated_at", "2020-11-24 14:27:10.330756"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:10.331566"], ["updated_at", "2020-11-24 14:27:10.331566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:10.332404"], ["updated_at", "2020-11-24 14:27:10.332404"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:10.333195"], ["updated_at", "2020-11-24 14:27:10.333195"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:10.333978"], ["updated_at", "2020-11-24 14:27:10.333978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:10.334757"], ["updated_at", "2020-11-24 14:27:10.334757"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:10.336411"], ["updated_at", "2020-11-24 14:27:10.336411"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:10.337874"], ["updated_at", "2020-11-24 14:27:10.337874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:10.339244"], ["updated_at", "2020-11-24 14:27:10.339244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:10.340652"], ["updated_at", "2020-11-24 14:27:10.340652"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:10.342058"], ["updated_at", "2020-11-24 14:27:10.342058"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:10.343420"], ["updated_at", "2020-11-24 14:27:10.343420"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:10.344794"], ["updated_at", "2020-11-24 14:27:10.344794"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:10.346115"], ["updated_at", "2020-11-24 14:27:10.346115"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3450 Tracy Port, Kemmertown, VT 56410-5806"], ["city", "West Xavier"], ["country", "Slovakia (Slovak Republic)"], ["description", "Omnis voluptatum voluptatem. Sed repudiandae quo. Unde cum sint. Vitae quia fugiat. Vitae commodi eveniet."], ["email", "gala@example.co"], ["first_name", "Gil"], ["firstname", "Echo"], ["last_name", "Marks"], ["lastname", "Dach"], ["lat", "15.804049009919396"], ["latitute", "84.12045947150506"], ["lng", "87.95376049360397"], ["locale", "CG"], ["longitude", "135.2076491115949"], ["middlename", "Grimes"], ["middle_name", "Jaskolski"], ["password", "W6tRg1W00dVb34M"], ["phone", "(873) 758-7509 x4087"], ["phone_number", "629-521-5805 x9856"], ["reference", "7b2f6a02-0d13-448b-a941-14b4ff23a520"], ["title", "Ea quae provident dolore."], ["user_name", "johnathan_vonrueden"], ["username", "amee"], ["uuid", "c2cab15f-d96a-489f-810f-5de9f8725c9b"], ["created_at", "2020-11-24 14:27:10.369418"], ["updated_at", "2020-11-24 14:27:10.369418"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 993 221 Erich Forks, Lebsackfort, KY 10207"], ["city", "Parkerville"], ["country", "French Polynesia"], ["description", "Beatae ipsam tempore. Nulla molestiae excepturi. Quae est voluptatum."], ["email", "thanh_jacobson@example.co"], ["first_name", "Phil"], ["firstname", "Lino"], ["last_name", "Schuster"], ["lastname", "Altenwerth"], ["lat", "-39.13061566343737"], ["latitute", "47.985347535075135"], ["lng", "43.74443057000644"], ["locale", "ET"], ["longitude", "-34.40790342982933"], ["middlename", "Simonis"], ["middle_name", "Nolan"], ["password", "4GnMwOxX0q"], ["phone", "472-068-7313 x442"], ["phone_number", "(305) 835-6403 x29787"], ["reference", "e05aabb6-56ee-423d-890c-68c32d89993c"], ["title", "Reiciendis voluptates est hic voluptas ullam."], ["user_name", "juana_okon"], ["username", "teodoro"], ["uuid", "12adab1a-291f-4486-8971-05a401fa185b"], ["created_at", "2020-11-24 14:27:10.391170"], ["updated_at", "2020-11-24 14:27:10.391170"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "6516 Turcotte Stream, Cynthiatown, WA 43838"], ["city", "Wizaside"], ["country", "Slovenia"], ["description", "Omnis vitae neque. Sed sed qui. Voluptas veritatis est. Excepturi sit voluptatem."], ["email", "kellee@example.co"], ["first_name", "Ngan"], ["firstname", "Micki"], ["last_name", "Nienow"], ["lastname", "Rowe"], ["lat", "1.3175259847158713"], ["latitute", "-55.381692125934286"], ["lng", "28.9201494594478"], ["locale", "GT"], ["longitude", "-102.3061250381725"], ["middlename", "Rutherford"], ["middle_name", "Legros"], ["password", "VmHtPw98P2wXxYu"], ["phone", "(466) 831-8379 x1570"], ["phone_number", "838-731-6122 x140"], ["reference", "4493ce92-8a31-457a-9ebe-cbe33e67ac2e"], ["title", "Et saepe voluptatem aut."], ["user_name", "cameron_cummings"], ["username", "terrance"], ["uuid", "ba0e9928-95b8-4ef1-883e-367fb61c9a77"], ["created_at", "2020-11-24 14:27:10.412679"], ["updated_at", "2020-11-24 14:27:10.412679"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 205 732 Funk Row, West Vivanfurt, NC 58113-5654"], ["city", "West Abram"], ["country", "Tokelau"], ["description", "Et eveniet quia. Reiciendis error et. Quo sit maxime."], ["email", "duncan@example.co"], ["first_name", "Darcel"], ["firstname", "Ezra"], ["last_name", "Gibson"], ["lastname", "Rau"], ["lat", "-49.89871104470685"], ["latitute", "44.54530170926671"], ["lng", "-23.034541526048855"], ["locale", "BI"], ["longitude", "-6.369451311222463"], ["middlename", "DuBuque"], ["middle_name", "Wuckert"], ["password", "MnVdPoR1h1Tf7"], ["phone", "1-688-034-6575 x0168"], ["phone_number", "(540) 998-7801 x44325"], ["reference", "32402317-93da-4cd6-ad78-36f68a6ba9c1"], ["title", "Cumque ut est nostrum maxime."], ["user_name", "cornelius"], ["username", "nathaniel_connelly"], ["uuid", "89d8cc26-494a-48a5-bc96-f91fcc080834"], ["created_at", "2020-11-24 14:27:10.434370"], ["updated_at", "2020-11-24 14:27:10.434370"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "484 Grant River, Walterbury, CO 16980"], ["city", "Dagmarfurt"], ["country", "Chile"], ["description", "Pariatur vitae laudantium. Eius non quae. Quia quidem amet. Ut perferendis et."], ["email", "shawnna@example.biz"], ["first_name", "Inell"], ["firstname", "Marlin"], ["last_name", "Jerde"], ["lastname", "McKenzie"], ["lat", "-79.53910840232582"], ["latitute", "-78.97678893399166"], ["lng", "167.37904241461212"], ["locale", "VN"], ["longitude", "61.77826373728479"], ["middlename", "Spinka"], ["middle_name", "Nienow"], ["password", "J2k4P7s8Hx"], ["phone", "464.778.9224 x0102"], ["phone_number", "116-815-8204 x5971"], ["reference", "471af32d-1e45-4cb2-a751-05903ea79a5c"], ["title", "Voluptatem dolor eligendi."], ["user_name", "earnest_beier"], ["username", "shane.rutherford"], ["uuid", "d8da190d-078d-4424-89d9-8a179e16c445"], ["created_at", "2020-11-24 14:27:10.455967"], ["updated_at", "2020-11-24 14:27:10.455967"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "834 Joshua Drive, East Andreschester, VA 82164-4556"], ["city", "Kevinside"], ["country", "Bouvet Island (Bouvetoya)"], ["description", "Officiis voluptates sint. Placeat quia eligendi."], ["email", "marcus@example.info"], ["first_name", "Cruz"], ["firstname", "Cherryl"], ["last_name", "Funk"], ["lastname", "Prohaska"], ["lat", "87.55102276455787"], ["latitute", "-24.677853046923317"], ["lng", "-74.88582317953967"], ["locale", "SM"], ["longitude", "-16.4343281776639"], ["middlename", "Gorczany"], ["middle_name", "Zieme"], ["password", "NzPgZ0iE"], ["phone", "(290) 129-8927"], ["phone_number", "(851) 280-1731"], ["reference", "08475bfc-f529-4c21-b110-3601f2af7c20"], ["title", "Vitae similique ut dolorum laborum."], ["user_name", "shannan_ullrich"], ["username", "alton"], ["uuid", "6b42680b-c443-4974-8dea-6d904cb90efe"], ["created_at", "2020-11-24 14:27:10.487728"], ["updated_at", "2020-11-24 14:27:10.487728"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 689 3111 Pat View, Jeanberg, DE 52910-5279"], ["city", "Rempelchester"], ["country", "Afghanistan"], ["description", "Saepe id adipisci. Omnis iure neque. Minus sint doloremque. Voluptatibus autem ea."], ["email", "cletus@example.info"], ["first_name", "Epifania"], ["firstname", "Maximo"], ["last_name", "Rutherford"], ["lastname", "Collier"], ["lat", "76.14171375078502"], ["latitute", "86.54220032957727"], ["lng", "-23.011640127041403"], ["locale", "CZ"], ["longitude", "73.70783161173074"], ["middlename", "Schmeler"], ["middle_name", "Lindgren"], ["password", "8V2qFpP34mN8lInC"], ["phone", "1-797-510-8117 x49840"], ["phone_number", "1-330-869-3570 x381"], ["reference", "6367371d-8327-4845-8883-29cda56a4ffe"], ["title", "Quis quia eligendi architecto officiis molestiae."], ["user_name", "lloyd"], ["username", "issac_douglas"], ["uuid", "02846829-1788-4e16-955e-65fa62f428fa"], ["created_at", "2020-11-24 14:27:10.509885"], ["updated_at", "2020-11-24 14:27:10.509885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8113 Kshlerin Court, Ortizfort, CA 07167-3887"], ["city", "New Dainechester"], ["country", "Yemen"], ["description", "Modi quia ducimus. Et voluptatibus magni."], ["email", "tyrone@example.io"], ["first_name", "Ozzie"], ["firstname", "Dominick"], ["last_name", "Lueilwitz"], ["lastname", "Batz"], ["lat", "54.057751820206306"], ["latitute", "-32.508003633103215"], ["lng", "153.3253985504071"], ["locale", "PH"], ["longitude", "163.85849881466447"], ["middlename", "Torphy"], ["middle_name", "Volkman"], ["password", "OxUe4AwNdY1d5"], ["phone", "882-559-9937 x9560"], ["phone_number", "258.142.0140 x326"], ["reference", "b527fdc8-7d73-407f-b36d-78f4865a7793"], ["title", "Veritatis ut accusantium itaque."], ["user_name", "olinda.moen"], ["username", "latrina"], ["uuid", "9e3e72b5-8629-4276-bbd0-11e6cffe9d48"], ["created_at", "2020-11-24 14:27:10.543865"], ["updated_at", "2020-11-24 14:27:10.543865"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:27:10.545876"], ["updated_at", "2020-11-24 14:27:10.545876"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:27:10.547102"], ["updated_at", "2020-11-24 14:27:10.547102"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:27:10.548225"], ["updated_at", "2020-11-24 14:27:10.548225"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:27:10.549340"], ["updated_at", "2020-11-24 14:27:10.549340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:27:10.550466"], ["updated_at", "2020-11-24 14:27:10.550466"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:27:10.551585"], ["updated_at", "2020-11-24 14:27:10.551585"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:27:10.552725"], ["updated_at", "2020-11-24 14:27:10.552725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:27:10.553864"], ["updated_at", "2020-11-24 14:27:10.553864"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:27:10.555075"], ["updated_at", "2020-11-24 14:27:10.555075"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:27:10.556308"], ["updated_at", "2020-11-24 14:27:10.556308"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:27:10.557418"], ["updated_at", "2020-11-24 14:27:10.557418"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:27:10.558535"], ["updated_at", "2020-11-24 14:27:10.558535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:27:10.559664"], ["updated_at", "2020-11-24 14:27:10.559664"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:27:10.560834"], ["updated_at", "2020-11-24 14:27:10.560834"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:27:10.561998"], ["updated_at", "2020-11-24 14:27:10.561998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:27:10.563137"], ["updated_at", "2020-11-24 14:27:10.563137"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 3.87901436667037], ["string", "Quis quia totam animi."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:27:10.599582"], ["updated_at", "2020-11-24 14:27:10.599582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 1.61019931075355], ["string", "Voluptates esse incidunt adipisci dicta est."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:27:10.635934"], ["updated_at", "2020-11-24 14:27:10.635934"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 13.4022886388915], ["string", "Id qui maxime recusandae."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:27:10.679546"], ["updated_at", "2020-11-24 14:27:10.679546"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1022], ["decimal", 0.93292256906276], ["string", "Iure sint fugiat asperiores nostrum ut."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:27:10.716608"], ["updated_at", "2020-11-24 14:27:10.716608"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 0.62964715057885], ["string", "Nostrum non sequi."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:27:10.752991"], ["updated_at", "2020-11-24 14:27:10.752991"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 0.0254490661463567], ["string", "Voluptas qui quis."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:27:10.789512"], ["updated_at", "2020-11-24 14:27:10.789512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 6.45433315726698], ["string", "Aut et voluptas."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:27:10.826225"], ["updated_at", "2020-11-24 14:27:10.826225"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1026], ["decimal", 2.36681158419136], ["string", "Iure ad repellat labore quae sit."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:27:10.867947"], ["updated_at", "2020-11-24 14:27:10.867947"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:10.885199"], ["updated_at", "2020-11-24 14:27:10.885199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:10.886030"], ["updated_at", "2020-11-24 14:27:10.886030"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:10.886689"], ["updated_at", "2020-11-24 14:27:10.886689"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:10.887324"], ["updated_at", "2020-11-24 14:27:10.887324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:10.887956"], ["updated_at", "2020-11-24 14:27:10.887956"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:10.888588"], ["updated_at", "2020-11-24 14:27:10.888588"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:10.889200"], ["updated_at", "2020-11-24 14:27:10.889200"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:10.889823"], ["updated_at", "2020-11-24 14:27:10.889823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:10.890517"], ["updated_at", "2020-11-24 14:27:10.890517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:10.891206"], ["updated_at", "2020-11-24 14:27:10.891206"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:10.891865"], ["updated_at", "2020-11-24 14:27:10.891865"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:10.892537"], ["updated_at", "2020-11-24 14:27:10.892537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:10.893199"], ["updated_at", "2020-11-24 14:27:10.893199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:10.893873"], ["updated_at", "2020-11-24 14:27:10.893873"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:10.894532"], ["updated_at", "2020-11-24 14:27:10.894532"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:10.895190"], ["updated_at", "2020-11-24 14:27:10.895190"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 14:27:10.896505"], ["updated_at", "2020-11-24 14:27:10.896505"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 14:27:10.897783"], ["updated_at", "2020-11-24 14:27:10.897783"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 14:27:10.898915"], ["updated_at", "2020-11-24 14:27:10.898915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 14:27:10.900051"], ["updated_at", "2020-11-24 14:27:10.900051"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 14:27:10.901239"], ["updated_at", "2020-11-24 14:27:10.901239"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 14:27:10.902422"], ["updated_at", "2020-11-24 14:27:10.902422"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 14:27:10.903592"], ["updated_at", "2020-11-24 14:27:10.903592"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 14:27:10.904775"], ["updated_at", "2020-11-24 14:27:10.904775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-24 14:27:10.906402"], ["updated_at", "2020-11-24 14:27:10.906402"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 5], ["created_at", "2020-11-24 14:27:10.908025"], ["updated_at", "2020-11-24 14:27:10.908025"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 8], ["created_at", "2020-11-24 14:27:10.909581"], ["updated_at", "2020-11-24 14:27:10.909581"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 3], ["created_at", "2020-11-24 14:27:10.911134"], ["updated_at", "2020-11-24 14:27:10.911134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 7], ["created_at", "2020-11-24 14:27:10.912707"], ["updated_at", "2020-11-24 14:27:10.912707"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 8], ["created_at", "2020-11-24 14:27:10.914277"], ["updated_at", "2020-11-24 14:27:10.914277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 8], ["created_at", "2020-11-24 14:27:10.915845"], ["updated_at", "2020-11-24 14:27:10.915845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-24 14:27:10.917426"], ["updated_at", "2020-11-24 14:27:10.917426"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.0ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.8ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.5ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 0.895495313189597], ["string", "Molestiae velit autem molestias et minus."], ["unique", 2], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:27:15.157633"], ["updated_at", "2020-11-24 14:27:15.157633"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 26.7274231181816], ["string", "Omnis ipsam vero."], ["unique", 4], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:27:15.161061"], ["updated_at", "2020-11-24 14:27:15.161061"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 1.04953660062631], ["string", "Debitis autem ipsam sunt quis dolores."], ["unique", 8], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:27:15.163797"], ["updated_at", "2020-11-24 14:27:15.163797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["decimal", 2.65369177213117], ["string", "Odio eum reprehenderit molestias."], ["unique", 10], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:27:15.166686"], ["updated_at", "2020-11-24 14:27:15.166686"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 0.755908692420792], ["string", "Eos quam qui nesciunt voluptatum placeat."], ["unique", 5], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:27:15.170603"], ["updated_at", "2020-11-24 14:27:15.170603"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 30.423750680875], ["string", "Totam assumenda debitis ea nostrum."], ["unique", 7], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:27:15.174030"], ["updated_at", "2020-11-24 14:27:15.174030"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 32.7618415948679], ["string", "Exercitationem voluptatem quos rerum sint."], ["unique", 6], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:27:15.177359"], ["updated_at", "2020-11-24 14:27:15.177359"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1038], ["decimal", 9.45563476996355], ["string", "Maxime fugiat aut cum saepe mollitia."], ["unique", 1], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:27:15.180614"], ["updated_at", "2020-11-24 14:27:15.180614"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 8.83800524764021], ["string", "Praesentium veritatis est perspiciatis."], ["unique", 3], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:27:15.183923"], ["updated_at", "2020-11-24 14:27:15.183923"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 1.66520670057194], ["string", "Corporis quia aperiam."], ["unique", 9], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:27:15.187898"], ["updated_at", "2020-11-24 14:27:15.187898"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 0.741990083833687], ["string", "Provident et rerum et nihil."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:27:15.235035"], ["updated_at", "2020-11-24 14:27:15.235035"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 3.45556213924741], ["string", "Praesentium esse cum soluta qui."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:27:15.289828"], ["updated_at", "2020-11-24 14:27:15.289828"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 1.39945771372402], ["string", "Neque incidunt consequatur qui sapiente."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:27:15.331188"], ["updated_at", "2020-11-24 14:27:15.331188"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 14.3272928358485], ["string", "Similique sint doloremque."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:27:15.371510"], ["updated_at", "2020-11-24 14:27:15.371510"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 13.8261903794375], ["string", "Laudantium voluptas asperiores est iste aspernatur."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:27:15.410528"], ["updated_at", "2020-11-24 14:27:15.410528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1031], ["decimal", 26.2887571572988], ["string", "Excepturi ea veniam nam."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:27:15.449435"], ["updated_at", "2020-11-24 14:27:15.449435"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 6.12866871779144], ["string", "Est distinctio voluptas provident."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:27:15.487744"], ["updated_at", "2020-11-24 14:27:15.487744"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 15.3005047716445], ["string", "Voluptatem laudantium dicta quia."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:27:15.530558"], ["updated_at", "2020-11-24 14:27:15.530558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 1.43231959053293], ["string", "Sed debitis iusto ipsam sunt laboriosam."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:27:15.567494"], ["updated_at", "2020-11-24 14:27:15.567494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 0.64094272335514], ["string", "Iste praesentium architecto aperiam."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:27:15.604266"], ["updated_at", "2020-11-24 14:27:15.604266"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 6.43500619505927], ["string", "Earum mollitia molestiae eius quis cum."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:27:15.641321"], ["updated_at", "2020-11-24 14:27:15.641321"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1026], ["decimal", 14.1397077678999], ["string", "Ea in ad."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:27:15.678718"], ["updated_at", "2020-11-24 14:27:15.678718"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 22.7427161658849], ["string", "Minus autem fugiat magni."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:27:15.720636"], ["updated_at", "2020-11-24 14:27:15.720636"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1022], ["decimal", 1.87660114232999], ["string", "Ut labore quis voluptatem ut."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:27:15.758243"], ["updated_at", "2020-11-24 14:27:15.758243"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1038], ["decimal", -0.588602203893583], ["string", "Fuga veritatis nisi distinctio fugiat."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:27:15.795541"], ["updated_at", "2020-11-24 14:27:15.795541"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1038], ["decimal", 19.1637454743346], ["string", "Ipsa velit modi dolor debitis."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:27:15.832658"], ["updated_at", "2020-11-24 14:27:15.832658"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 5.58433552515485], ["string", "Laboriosam odio rerum deleniti illum recusandae."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:27:15.869909"], ["updated_at", "2020-11-24 14:27:15.869909"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 5.57799916522097], ["string", "Rerum maxime dolorum error eos."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:27:15.906735"], ["updated_at", "2020-11-24 14:27:15.906735"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 21.1388477851123], ["string", "Facere possimus et."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:27:15.949189"], ["updated_at", "2020-11-24 14:27:15.949189"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 19.7411946582888], ["string", "Consequatur vel harum rerum beatae."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:27:15.986581"], ["updated_at", "2020-11-24 14:27:15.986581"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 413 151 Kevin Station, East Nathanialview, ND 87825-8283"], ["city", "Greenholtchester"], ["country", "Kenya"], ["description", "Quia est quo. Necessitatibus esse dolore. Sapiente illum aut."], ["email", "ellsworth_orn@example.info"], ["first_name", "Ursula"], ["firstname", "Elden"], ["last_name", "Runte"], ["lastname", "Mante"], ["lat", "88.12998229077078"], ["latitute", "35.292473437080375"], ["lng", "94.90467813480325"], ["locale", "KH"], ["longitude", "163.96594850951857"], ["middlename", "Schmidt"], ["middle_name", "Hamill"], ["password", "ZpZ1q0G8"], ["phone", "147.307.0171 x3113"], ["phone_number", "777.218.4418 x5490"], ["reference", "5b983354-2e28-415b-9efd-1e7de0d4f8dd"], ["title", "Ut exercitationem blanditiis quia labore."], ["user_name", "florencio"], ["username", "deborah.stokes"], ["uuid", "4987ae6a-f367-4fe8-b627-c14c27ac17d8"], ["created_at", "2020-11-24 14:27:16.059219"], ["updated_at", "2020-11-24 14:27:16.059219"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 334 273 Mariano Burgs, Miguelview, ID 72015"], ["city", "West Tomeka"], ["country", "Liberia"], ["description", "Quo nihil quas. Voluptatem ullam sapiente. Et sint ipsum."], ["email", "fausto@example.co"], ["first_name", "Noe"], ["firstname", "Lai"], ["last_name", "Cartwright"], ["lastname", "Corkery"], ["lat", "74.42562326569455"], ["latitute", "11.594936285295304"], ["lng", "68.72417706560557"], ["locale", "SA"], ["longitude", "56.86944124058513"], ["middlename", "Hayes"], ["middle_name", "Lesch"], ["password", "ZkLqLgU1hVqL9nGc"], ["phone", "846.257.1117 x39649"], ["phone_number", "(660) 241-4633"], ["reference", "86a6b17f-a3c9-4c54-beed-41a310ccb03d"], ["title", "Reiciendis incidunt labore et nihil voluptas."], ["user_name", "larry"], ["username", "terrell.macejkovic"], ["uuid", "d0af7366-3d1b-453d-a9e7-3df99f195ff9"], ["created_at", "2020-11-24 14:27:16.080921"], ["updated_at", "2020-11-24 14:27:16.080921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "57053 Margert Isle, Davismouth, WY 68867-4525"], ["city", "New Joseph"], ["country", "Kuwait"], ["description", "Ea voluptatem est. Suscipit totam autem. Non veritatis et. Aliquam sed magnam. Asperiores iure dolor."], ["email", "nora.zulauf@example.co"], ["first_name", "Richard"], ["firstname", "Minh"], ["last_name", "Bergstrom"], ["lastname", "Predovic"], ["lat", "28.96799831755922"], ["latitute", "-66.48608674961301"], ["lng", "96.19946625949723"], ["locale", "GU"], ["longitude", "89.73069404354817"], ["middlename", "Hansen"], ["middle_name", "Reilly"], ["password", "6P3vZcIc3UtSm"], ["phone", "441-429-2431 x101"], ["phone_number", "784.681.7393 x70056"], ["reference", "b1567bec-3367-48aa-a4d3-a92089485ae3"], ["title", "Distinctio quidem culpa quibusdam in."], ["user_name", "garth"], ["username", "alaina.bernier"], ["uuid", "436547b1-3143-40ea-b342-4a702918807b"], ["created_at", "2020-11-24 14:27:16.102493"], ["updated_at", "2020-11-24 14:27:16.102493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 929 6405 Blanche Green, East Adelina, SC 62271-2270"], ["city", "North Refugiomouth"], ["country", "Guinea-Bissau"], ["description", "Officiis iure et. Ex sunt non. Voluptatem omnis aut."], ["email", "manual@example.org"], ["first_name", "Noella"], ["firstname", "Jeramy"], ["last_name", "Grimes"], ["lastname", "Sporer"], ["lat", "49.873315687048404"], ["latitute", "23.91186799160772"], ["lng", "166.10062372432225"], ["locale", "EH"], ["longitude", "-8.555840500756176"], ["middlename", "Dicki"], ["middle_name", "Bergnaum"], ["password", "Nj2Z91mLc1Md"], ["phone", "(929) 243-7967 x46529"], ["phone_number", "(681) 069-4699"], ["reference", "a194e958-b2c3-4925-a302-85f612357e0e"], ["title", "Sequi repellat beatae repudiandae."], ["user_name", "elva"], ["username", "johnie.wuckert"], ["uuid", "15b9c935-e6ae-4fa2-9962-abacd64093f2"], ["created_at", "2020-11-24 14:27:16.134575"], ["updated_at", "2020-11-24 14:27:16.134575"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 896 6481 Quitzon Unions, Ferryfort, OR 30924"], ["city", "Pageshire"], ["country", "Brunei Darussalam"], ["description", "Neque libero consequatur. Velit quia dolor. Vel quibusdam quaerat. Omnis quis aut. At distinctio et."], ["email", "ona_ziemann@example.name"], ["first_name", "Pasquale"], ["firstname", "Trinidad"], ["last_name", "Mante"], ["lastname", "Runte"], ["lat", "-62.84866528858944"], ["latitute", "-2.0904629142654017"], ["lng", "32.70300546628664"], ["locale", "UG"], ["longitude", "-89.67303796660228"], ["middlename", "McKenzie"], ["middle_name", "Rolfson"], ["password", "V53c5P0sT8oUn"], ["phone", "1-150-131-2816 x4505"], ["phone_number", "635.063.9094"], ["reference", "f6f14e9a-a919-469b-98a0-b71f144d8faf"], ["title", "Culpa cum et quia."], ["user_name", "carey"], ["username", "sarina.deckow"], ["uuid", "4f90c793-6e73-43d4-b423-1e20148267a4"], ["created_at", "2020-11-24 14:27:16.156813"], ["updated_at", "2020-11-24 14:27:16.156813"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "76453 Darrick Parks, South Adalbertofurt, WY 77366"], ["city", "Hauckstad"], ["country", "Mali"], ["description", "Non omnis reprehenderit. Officia sit at. Quo cumque eum. Ipsa laudantium fugiat. Laboriosam et cupiditate."], ["email", "ariana@example.name"], ["first_name", "Kayleigh"], ["firstname", "Ramon"], ["last_name", "Orn"], ["lastname", "Hilll"], ["lat", "14.788288043207316"], ["latitute", "-17.079771792032403"], ["lng", "160.02415922095003"], ["locale", "MM"], ["longitude", "-72.09528149276595"], ["middlename", "Flatley"], ["middle_name", "Halvorson"], ["password", "LqGhNj6HyP37c"], ["phone", "261-177-9428 x45173"], ["phone_number", "442.142.7952 x48462"], ["reference", "2890ae89-f24f-42d7-8fae-3fc560d710d7"], ["title", "Velit et quibusdam earum qui porro."], ["user_name", "cristen"], ["username", "lani"], ["uuid", "758e5137-b46d-475e-9979-cb3fef1f0d75"], ["created_at", "2020-11-24 14:27:16.178528"], ["updated_at", "2020-11-24 14:27:16.178528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 859 64680 Greenholt Plaza, South Rudolphville, MO 83001"], ["city", "Port Jeffereymouth"], ["country", "Iceland"], ["description", "Aut laboriosam qui. Iure numquam et. Quis commodi cupiditate."], ["email", "matthew_jerde@example.info"], ["first_name", "Maryann"], ["firstname", "Jasmine"], ["last_name", "Wilkinson"], ["lastname", "Witting"], ["lat", "-89.44433921877965"], ["latitute", "42.8373565402423"], ["lng", "-132.64809703272962"], ["locale", "IN"], ["longitude", "-12.043398936553189"], ["middlename", "Hessel"], ["middle_name", "Collins"], ["password", "X39aZrCcKa"], ["phone", "(501) 811-9793 x979"], ["phone_number", "1-133-268-2312"], ["reference", "2d8db24c-7556-45e1-a7ad-64411fdd139c"], ["title", "Suscipit qui eveniet."], ["user_name", "vaughn.schroeder"], ["username", "hiram"], ["uuid", "bee285dc-a2e8-4db2-8d55-88daa1e28327"], ["created_at", "2020-11-24 14:27:16.200416"], ["updated_at", "2020-11-24 14:27:16.200416"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3755 Wisoky Rapid, Port Delphaport, NM 97306-6594"], ["city", "New Frank"], ["country", "Congo"], ["description", "Pariatur rerum sint. Ipsum quasi est."], ["email", "lupe@example.name"], ["first_name", "Sumiko"], ["firstname", "Lanora"], ["last_name", "Pfannerstill"], ["lastname", "Rolfson"], ["lat", "-41.49547170726227"], ["latitute", "-10.589104407997112"], ["lng", "24.344994243487918"], ["locale", "ER"], ["longitude", "-134.2620281409668"], ["middlename", "Ruecker"], ["middle_name", "Kuphal"], ["password", "YnRpVtIdH1a822J"], ["phone", "1-649-082-4589 x121"], ["phone_number", "1-510-571-7016 x063"], ["reference", "4ea77107-99b4-49f3-8c93-e1bbae77bbad"], ["title", "Repellendus harum iure cum."], ["user_name", "joel"], ["username", "bill_bradtke"], ["uuid", "b16c99b9-4665-4140-9727-a522cae2f86d"], ["created_at", "2020-11-24 14:27:16.221800"], ["updated_at", "2020-11-24 14:27:16.221800"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "755 Ondricka Union, West Ralph, NE 33837"], ["city", "Ullrichton"], ["country", "Cocos (Keeling) Islands"], ["description", "Quas voluptas odit. Quidem ut quo."], ["email", "blaine@example.name"], ["first_name", "Rogelio"], ["firstname", "Saul"], ["last_name", "Toy"], ["lastname", "Kunze"], ["lat", "63.02641773456847"], ["latitute", "-81.61185191395441"], ["lng", "102.68016393934619"], ["locale", "IN"], ["longitude", "105.49249511286143"], ["middlename", "Ledner"], ["middle_name", "Nicolas"], ["password", "UpNw14MjJxE"], ["phone", "(154) 002-8927 x577"], ["phone_number", "1-516-321-1582 x59329"], ["reference", "18bc87d6-426f-4aa2-b031-748582443b99"], ["title", "Aut quo cupiditate modi libero ipsum."], ["user_name", "jean.kunze"], ["username", "ollie"], ["uuid", "a83f5277-38f0-4a52-af6f-8da9eef5acb1"], ["created_at", "2020-11-24 14:27:16.244035"], ["updated_at", "2020-11-24 14:27:16.244035"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1398 Terence Overpass, Pansychester, MS 11704-8159"], ["city", "Zulaufberg"], ["country", "Djibouti"], ["description", "Minus quia ut. Et dolorum aut. Nihil sunt voluptatem."], ["email", "eugene@example.biz"], ["first_name", "Manuela"], ["firstname", "Brittney"], ["last_name", "Ankunding"], ["lastname", "Upton"], ["lat", "64.4753688434995"], ["latitute", "-78.45498037793355"], ["lng", "-38.34064939543748"], ["locale", "BQ"], ["longitude", "163.26561761703385"], ["middlename", "Rowe"], ["middle_name", "Willms"], ["password", "DgMeS9qFf1926Uu"], ["phone", "204.899.5584 x56655"], ["phone_number", "1-749-391-6893"], ["reference", "22b3df93-33b9-4f80-8a4d-352ebdb67da2"], ["title", "Laudantium eos voluptas."], ["user_name", "jean"], ["username", "clinton"], ["uuid", "ac772685-cac5-4807-a872-0b10b9ecebd5"], ["created_at", "2020-11-24 14:27:16.265922"], ["updated_at", "2020-11-24 14:27:16.265922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 16], ["decimal", 30.0495901001652], ["string", "In eos fugiat ullam ea sed."], ["date", "2020-11-25"], ["time", "2000-01-01 04:44:25.252886"], ["datetime", "2020-12-17 11:34:44.926931"], ["created_at", "2020-11-24 14:27:16.307158"], ["updated_at", "2020-11-24 14:27:16.307158"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:16.315159"], ["updated_at", "2020-11-24 14:27:16.315159"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:16.322788"], ["updated_at", "2020-11-24 14:27:16.322788"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 705 11010 Lehner Gardens, Jamesside, AK 29523-8737"], ["city", "Lake Sommertown"], ["country", "Lesotho"], ["description", "Consequatur eligendi esse. Aut voluptatem sit."], ["email", "derick_mccullough@example.name"], ["first_name", "Sylvester"], ["firstname", "Mathew"], ["last_name", "Lindgren"], ["lastname", "Marks"], ["lat", "22.91739488395166"], ["latitute", "-87.68662071323138"], ["lng", "-56.82406162901498"], ["locale", "BL"], ["longitude", "-41.72509177184662"], ["middlename", "Casper"], ["middle_name", "Haley"], ["password", "UbS9oRlWtWmAk"], ["phone", "653.341.5922 x46677"], ["phone_number", "1-449-979-2891 x1842"], ["reference", "faff2421-f152-4821-ab1f-4e40797779b5"], ["title", "Magnam sit enim soluta provident."], ["user_name", "allie"], ["username", "lianne"], ["uuid", "e8f8ba38-42b6-403e-ae29-bd47a491aedb"], ["created_at", "2020-11-24 14:27:16.345464"], ["updated_at", "2020-11-24 14:27:16.345464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:27:16.350002"], ["updated_at", "2020-11-24 14:27:16.350002"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:27:16.354123"], ["updated_at", "2020-11-24 14:27:16.354123"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 0.957009723908845], ["string", "Repudiandae vero impedit necessitatibus ut."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:27:16.391345"], ["updated_at", "2020-11-24 14:27:16.391345"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:16.400884"], ["updated_at", "2020-11-24 14:27:16.400884"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:16.403716"], ["updated_at", "2020-11-24 14:27:16.403716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 14:27:16.408652"], ["updated_at", "2020-11-24 14:27:16.408652"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 14:27:16.413759"], ["updated_at", "2020-11-24 14:27:16.413759"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.1ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 8], ["decimal", 12.0416640686232], ["string", "Culpa aliquid qui quod tenetur et."], ["date", "2020-12-17"], ["time", "2000-01-01 00:20:04.533932"], ["datetime", "2021-01-02 20:19:04.530746"], ["created_at", "2020-11-24 14:27:16.423767"], ["updated_at", "2020-11-24 14:27:16.423767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 21.262892872666], ["string", "Dolor sunt blanditiis consequatur laborum nam."], ["date", "2020-11-22"], ["time", "2000-01-01 09:45:09.583581"], ["datetime", "2020-11-05 23:27:07.702403"], ["created_at", "2020-11-24 14:27:16.427265"], ["updated_at", "2020-11-24 14:27:16.427265"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 22.7058723354457], ["string", "Quia modi temporibus."], ["date", "2020-12-10"], ["time", "2000-01-01 01:40:38.892512"], ["datetime", "2020-10-29 09:19:03.206625"], ["created_at", "2020-11-24 14:27:16.430059"], ["updated_at", "2020-11-24 14:27:16.430059"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 0.513419157899244], ["string", "Tempore beatae facilis cumque sint."], ["date", "2021-01-05"], ["time", "2000-01-01 23:23:47.915950"], ["datetime", "2020-12-23 17:47:58.452155"], ["created_at", "2020-11-24 14:27:16.432923"], ["updated_at", "2020-11-24 14:27:16.432923"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 3.79863361489488], ["string", "Voluptas dolorum nulla deserunt laudantium a."], ["date", "2020-11-10"], ["time", "2000-01-01 22:18:06.588276"], ["datetime", "2021-01-02 00:41:56.400474"], ["created_at", "2020-11-24 14:27:16.436668"], ["updated_at", "2020-11-24 14:27:16.436668"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 19.9332741911484], ["string", "Dolores voluptatem dolore."], ["date", "2020-11-18"], ["time", "2000-01-01 22:13:00.625979"], ["datetime", "2020-10-15 16:58:39.155026"], ["created_at", "2020-11-24 14:27:16.440200"], ["updated_at", "2020-11-24 14:27:16.440200"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 3], ["decimal", 4.65483333891433], ["string", "Itaque in debitis sint dolorum."], ["date", "2021-01-03"], ["time", "2000-01-01 02:09:57.718977"], ["datetime", "2020-12-11 01:53:48.259728"], ["created_at", "2020-11-24 14:27:16.443627"], ["updated_at", "2020-11-24 14:27:16.443627"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 19.5177477082346], ["string", "Ut rerum ullam nesciunt."], ["date", "2020-11-06"], ["time", "2000-01-01 09:58:38.382312"], ["datetime", "2020-11-30 15:00:59.857397"], ["created_at", "2020-11-24 14:27:16.446521"], ["updated_at", "2020-11-24 14:27:16.446521"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:16.447672"], ["updated_at", "2020-11-24 14:27:16.447672"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:16.448531"], ["updated_at", "2020-11-24 14:27:16.448531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:16.449363"], ["updated_at", "2020-11-24 14:27:16.449363"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:16.450065"], ["updated_at", "2020-11-24 14:27:16.450065"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:16.450764"], ["updated_at", "2020-11-24 14:27:16.450764"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:16.451459"], ["updated_at", "2020-11-24 14:27:16.451459"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:16.452168"], ["updated_at", "2020-11-24 14:27:16.452168"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:16.452865"], ["updated_at", "2020-11-24 14:27:16.452865"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:16.454329"], ["updated_at", "2020-11-24 14:27:16.454329"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:16.455719"], ["updated_at", "2020-11-24 14:27:16.455719"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:16.457011"], ["updated_at", "2020-11-24 14:27:16.457011"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:16.458284"], ["updated_at", "2020-11-24 14:27:16.458284"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:16.459458"], ["updated_at", "2020-11-24 14:27:16.459458"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:16.460629"], ["updated_at", "2020-11-24 14:27:16.460629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:16.461745"], ["updated_at", "2020-11-24 14:27:16.461745"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:16.462857"], ["updated_at", "2020-11-24 14:27:16.462857"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 350 73821 Quigley Loop, Sariville, NE 36097-0398"], ["city", "North Mirella"], ["country", "Zambia"], ["description", "Rerum eaque quidem. Voluptatem aspernatur distinctio. Non velit cupiditate."], ["email", "jamie.wisoky@example.com"], ["first_name", "Earlie"], ["firstname", "Ernest"], ["last_name", "Legros"], ["lastname", "Walker"], ["lat", "-0.8943962786607642"], ["latitute", "-67.6326649863571"], ["lng", "104.6148747783717"], ["locale", "MP"], ["longitude", "59.452036597489354"], ["middlename", "Quitzon"], ["middle_name", "Jaskolski"], ["password", "W56rBeOqTeGjX"], ["phone", "1-382-516-9878 x1776"], ["phone_number", "1-353-308-8248 x178"], ["reference", "7c150604-7bb5-4835-b8cc-c3b2321d7360"], ["title", "Ducimus et veniam."], ["user_name", "jami"], ["username", "craig.keebler"], ["uuid", "746cc487-0695-4e94-9f63-e70c1ad44a39"], ["created_at", "2020-11-24 14:27:16.484112"], ["updated_at", "2020-11-24 14:27:16.484112"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 751 116 Weldon Ports, Port Demarcuschester, VT 65768"], ["city", "East Fosterhaven"], ["country", "Australia"], ["description", "Sit minima odio. Alias ducimus enim. Ipsum sed distinctio. Quis est fuga."], ["email", "taisha_stiedemann@example.com"], ["first_name", "Bradley"], ["firstname", "Jeanetta"], ["last_name", "Ritchie"], ["lastname", "Rippin"], ["lat", "-30.234565916567497"], ["latitute", "56.62723946381942"], ["lng", "149.36977808642297"], ["locale", "GF"], ["longitude", "111.21494548521764"], ["middlename", "Turner"], ["middle_name", "Towne"], ["password", "St5GkXrZ2r4Bn6X1"], ["phone", "169-042-7689 x9458"], ["phone_number", "163-214-5617 x801"], ["reference", "b2ecccb2-39ab-4e8b-a3b6-bc5147cd527f"], ["title", "Debitis quidem dolorem qui reprehenderit temporibus."], ["user_name", "arlena_wiza"], ["username", "rafael"], ["uuid", "be2137cd-23df-4456-8f5e-89173836afa6"], ["created_at", "2020-11-24 14:27:16.516996"], ["updated_at", "2020-11-24 14:27:16.516996"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 556 32783 Schumm Crest, Port Winfredstad, NY 35462"], ["city", "Cecilview"], ["country", "Sao Tome and Principe"], ["description", "Aliquid nihil voluptatibus. Quisquam numquam culpa. Molestias vel est. Unde autem ut. Enim sint repudiandae."], ["email", "pasty_kuvalis@example.com"], ["first_name", "Porfirio"], ["firstname", "Federico"], ["last_name", "Von"], ["lastname", "Veum"], ["lat", "-61.27843636465903"], ["latitute", "-32.38207450569844"], ["lng", "-102.89826383142803"], ["locale", "DZ"], ["longitude", "120.29340130497064"], ["middlename", "Stracke"], ["middle_name", "Beahan"], ["password", "MyK6h5Z4w"], ["phone", "534.825.9477"], ["phone_number", "1-652-159-8549 x7333"], ["reference", "2aa050cc-e874-40ce-b560-669500abeec2"], ["title", "Quae ut rem vitae."], ["user_name", "dinah"], ["username", "rodolfo"], ["uuid", "1a11697c-25f0-4642-a2c7-ac7bbc2fa48f"], ["created_at", "2020-11-24 14:27:16.543003"], ["updated_at", "2020-11-24 14:27:16.543003"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 568 14693 Balistreri Meadows, West Ethelyn, RI 82153"], ["city", "South Frankiebury"], ["country", "Guernsey"], ["description", "Doloremque sed quia. Et fuga autem. Praesentium voluptatem voluptate. Velit laboriosam deleniti. Expedita voluptate qui."], ["email", "celeste@example.org"], ["first_name", "Kevin"], ["firstname", "Venessa"], ["last_name", "Osinski"], ["lastname", "Smith"], ["lat", "-57.74621732685088"], ["latitute", "39.69580712550314"], ["lng", "10.91148924872195"], ["locale", "PG"], ["longitude", "112.20061499123119"], ["middlename", "Kshlerin"], ["middle_name", "Murazik"], ["password", "IiD7vQdU"], ["phone", "1-432-215-3689"], ["phone_number", "589.957.3863 x969"], ["reference", "934b86b2-5510-4776-b539-7a3e616daa46"], ["title", "Fugit tempora incidunt et."], ["user_name", "doreen.considine"], ["username", "abbey"], ["uuid", "226bdbef-6dc7-4a83-8243-0bd4ed468674"], ["created_at", "2020-11-24 14:27:16.565365"], ["updated_at", "2020-11-24 14:27:16.565365"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 597 8709 Thompson Grove, Demarcusbury, PA 30237-5092"], ["city", "Zulauftown"], ["country", "Qatar"], ["description", "Ab est sunt. Fuga id et. Voluptatem iusto eaque."], ["email", "laurence@example.org"], ["first_name", "Trinidad"], ["firstname", "Bert"], ["last_name", "Wilkinson"], ["lastname", "Turcotte"], ["lat", "82.60875643272047"], ["latitute", "-73.34848944683014"], ["lng", "-55.84738522401061"], ["locale", "TD"], ["longitude", "-74.60919841971207"], ["middlename", "Wolff"], ["middle_name", "Miller"], ["password", "LqTa4TfMoUkU8o"], ["phone", "1-696-875-0579 x32182"], ["phone_number", "(165) 293-8260 x802"], ["reference", "a6ba91a4-5168-442a-9982-d5f9a7ff8d1c"], ["title", "Facilis dignissimos possimus quia quos enim."], ["user_name", "star"], ["username", "marlin"], ["uuid", "7ed443f3-4513-428f-8d4f-efb54718ae8d"], ["created_at", "2020-11-24 14:27:16.587369"], ["updated_at", "2020-11-24 14:27:16.587369"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 680 2565 Bernier Manor, Johnsfurt, IL 59958-0772"], ["city", "New Todd"], ["country", "Malta"], ["description", "Ex deleniti quae. Odio ab non. Maxime quis quia."], ["email", "kent.abernathy@example.org"], ["first_name", "Ying"], ["firstname", "Norris"], ["last_name", "Mohr"], ["lastname", "Beahan"], ["lat", "-19.076466151877753"], ["latitute", "21.907932628635805"], ["lng", "-177.8276085022983"], ["locale", "AI"], ["longitude", "80.73563082033417"], ["middlename", "McClure"], ["middle_name", "Goyette"], ["password", "9IuDaOo05FjF45nB"], ["phone", "1-665-540-4050 x634"], ["phone_number", "182.854.7408 x94359"], ["reference", "c1fa1b48-6e72-43d3-b156-1707f5ceed55"], ["title", "Praesentium aut quae cumque sunt."], ["user_name", "dustin"], ["username", "valentine"], ["uuid", "8355c481-2299-4507-a3df-a4840a242f31"], ["created_at", "2020-11-24 14:27:16.609457"], ["updated_at", "2020-11-24 14:27:16.609457"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 436 9361 Considine Spring, West Sherilynside, NC 38664"], ["city", "Kundeborough"], ["country", "Tuvalu"], ["description", "Ut ad nulla. Reprehenderit est aliquam. Minima rem inventore. Aut reiciendis qui. Nobis vel fuga."], ["email", "ronnie.vandervort@example.co"], ["first_name", "Gaston"], ["firstname", "Louis"], ["last_name", "Yost"], ["lastname", "Bahringer"], ["lat", "37.59276414358712"], ["latitute", "30.320284415028084"], ["lng", "-170.05229063634957"], ["locale", "RO"], ["longitude", "-103.19638250162185"], ["middlename", "Mosciski"], ["middle_name", "Green"], ["password", "YzKcIpRk70"], ["phone", "(472) 823-3966 x62443"], ["phone_number", "(755) 695-7589 x439"], ["reference", "f828376e-30eb-4b41-a5b9-556822747c5a"], ["title", "Nulla velit id voluptas est qui."], ["user_name", "celine"], ["username", "allison"], ["uuid", "69b73dce-30f2-4284-b39a-353a0afa280b"], ["created_at", "2020-11-24 14:27:16.631295"], ["updated_at", "2020-11-24 14:27:16.631295"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4599 Ted Viaduct, Abernathytown, NV 42749-0953"], ["city", "West Damonport"], ["country", "Iceland"], ["description", "Voluptatem ipsam fugiat. Tenetur perspiciatis aut."], ["email", "genaro.heidenreich@example.biz"], ["first_name", "Everett"], ["firstname", "Elden"], ["last_name", "Prosacco"], ["lastname", "Wintheiser"], ["lat", "35.82554691275874"], ["latitute", "-30.541325436873393"], ["lng", "104.3570872010414"], ["locale", "FR"], ["longitude", "166.16467946454998"], ["middlename", "O'Keefe"], ["middle_name", "Dickens"], ["password", "UcBmGhE2"], ["phone", "789-611-2339 x1657"], ["phone_number", "609.985.7359 x342"], ["reference", "383b438b-cb59-422a-9a1a-e453e67fe14c"], ["title", "Ipsum vel quis ducimus eos dolor."], ["user_name", "willow_schaefer"], ["username", "madeleine"], ["uuid", "96bb8784-3f3d-4e3b-a626-08626db2ea20"], ["created_at", "2020-11-24 14:27:16.653136"], ["updated_at", "2020-11-24 14:27:16.653136"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:27:16.655123"], ["updated_at", "2020-11-24 14:27:16.655123"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:27:16.656339"], ["updated_at", "2020-11-24 14:27:16.656339"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:27:16.657431"], ["updated_at", "2020-11-24 14:27:16.657431"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:27:16.658502"], ["updated_at", "2020-11-24 14:27:16.658502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:27:16.659597"], ["updated_at", "2020-11-24 14:27:16.659597"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:27:16.660678"], ["updated_at", "2020-11-24 14:27:16.660678"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:27:16.661756"], ["updated_at", "2020-11-24 14:27:16.661756"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:27:16.662830"], ["updated_at", "2020-11-24 14:27:16.662830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:27:16.663999"], ["updated_at", "2020-11-24 14:27:16.663999"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:27:16.665145"], ["updated_at", "2020-11-24 14:27:16.665145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:27:16.666268"], ["updated_at", "2020-11-24 14:27:16.666268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:27:16.667360"], ["updated_at", "2020-11-24 14:27:16.667360"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:27:16.668453"], ["updated_at", "2020-11-24 14:27:16.668453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:27:16.669570"], ["updated_at", "2020-11-24 14:27:16.669570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:27:16.670683"], ["updated_at", "2020-11-24 14:27:16.670683"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:27:16.671798"], ["updated_at", "2020-11-24 14:27:16.671798"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 6.56870932511168], ["string", "Minima est in."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:27:16.717772"], ["updated_at", "2020-11-24 14:27:16.717772"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 7.65801256069105], ["string", "Nulla quam qui facilis earum."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:27:16.756155"], ["updated_at", "2020-11-24 14:27:16.756155"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", -0.68229289588444], ["string", "Commodi sit vitae aliquam dolores."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:27:16.793765"], ["updated_at", "2020-11-24 14:27:16.793765"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 13.9276045320563], ["string", "Incidunt non molestiae."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:27:16.830742"], ["updated_at", "2020-11-24 14:27:16.830742"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 10.6515399466614], ["string", "Voluptas omnis odio labore occaecati non."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:27:16.868150"], ["updated_at", "2020-11-24 14:27:16.868150"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 12.8771228518334], ["string", "Voluptatem rerum magni ut sint vel."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:27:16.911467"], ["updated_at", "2020-11-24 14:27:16.911467"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 23.9153673009071], ["string", "Perferendis sunt velit suscipit."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:27:16.948750"], ["updated_at", "2020-11-24 14:27:16.948750"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 14.1260026840996], ["string", "Debitis dicta alias."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:27:16.985596"], ["updated_at", "2020-11-24 14:27:16.985596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:17.002149"], ["updated_at", "2020-11-24 14:27:17.002149"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:17.002958"], ["updated_at", "2020-11-24 14:27:17.002958"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:17.003601"], ["updated_at", "2020-11-24 14:27:17.003601"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:17.004240"], ["updated_at", "2020-11-24 14:27:17.004240"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:17.004854"], ["updated_at", "2020-11-24 14:27:17.004854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:17.005469"], ["updated_at", "2020-11-24 14:27:17.005469"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:17.006076"], ["updated_at", "2020-11-24 14:27:17.006076"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:17.006677"], ["updated_at", "2020-11-24 14:27:17.006677"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:17.007333"], ["updated_at", "2020-11-24 14:27:17.007333"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:17.007990"], ["updated_at", "2020-11-24 14:27:17.007990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:17.008622"], ["updated_at", "2020-11-24 14:27:17.008622"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:17.009252"], ["updated_at", "2020-11-24 14:27:17.009252"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:17.009875"], ["updated_at", "2020-11-24 14:27:17.009875"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:17.010508"], ["updated_at", "2020-11-24 14:27:17.010508"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:17.011135"], ["updated_at", "2020-11-24 14:27:17.011135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:17.011758"], ["updated_at", "2020-11-24 14:27:17.011758"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 14:27:17.013040"], ["updated_at", "2020-11-24 14:27:17.013040"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 14:27:17.014293"], ["updated_at", "2020-11-24 14:27:17.014293"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 14:27:17.015475"], ["updated_at", "2020-11-24 14:27:17.015475"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 14:27:17.016662"], ["updated_at", "2020-11-24 14:27:17.016662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 14:27:17.017848"], ["updated_at", "2020-11-24 14:27:17.017848"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 14:27:17.018997"], ["updated_at", "2020-11-24 14:27:17.018997"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 14:27:17.020180"], ["updated_at", "2020-11-24 14:27:17.020180"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 14:27:17.021350"], ["updated_at", "2020-11-24 14:27:17.021350"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-24 14:27:17.022968"], ["updated_at", "2020-11-24 14:27:17.022968"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 14:27:17.024564"], ["updated_at", "2020-11-24 14:27:17.024564"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-24 14:27:17.026095"], ["updated_at", "2020-11-24 14:27:17.026095"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 3], ["created_at", "2020-11-24 14:27:17.027599"], ["updated_at", "2020-11-24 14:27:17.027599"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 8], ["created_at", "2020-11-24 14:27:17.029110"], ["updated_at", "2020-11-24 14:27:17.029110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 7], ["created_at", "2020-11-24 14:27:17.030648"], ["updated_at", "2020-11-24 14:27:17.030648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 8], ["created_at", "2020-11-24 14:27:17.032190"], ["updated_at", "2020-11-24 14:27:17.032190"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-24 14:27:17.033707"], ["updated_at", "2020-11-24 14:27:17.033707"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 7], ["decimal", 20.2327210231403], ["string", "Aut molestiae magnam non vero rem."], ["date", "2020-11-23"], ["time", "2000-01-01 09:05:08.824313"], ["datetime", "2020-12-03 08:18:16.156472"], ["created_at", "2020-11-24 14:27:17.065745"], ["updated_at", "2020-11-24 14:27:17.065745"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 21], ["decimal", 3.40431566113589], ["string", "Provident ullam unde blanditiis error."], ["date", "2020-10-16"], ["time", "2000-01-01 08:01:41.924042"], ["datetime", "2020-11-17 18:51:36.284764"], ["created_at", "2020-11-24 14:27:17.068650"], ["updated_at", "2020-11-24 14:27:17.068650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 1.76104152105628], ["string", "Optio voluptatum autem perferendis nulla in."], ["date", "2020-12-19"], ["time", "2000-01-01 18:40:26.001651"], ["datetime", "2020-10-21 13:21:58.038709"], ["created_at", "2020-11-24 14:27:17.071602"], ["updated_at", "2020-11-24 14:27:17.071602"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 12.7864408313108], ["string", "Quasi exercitationem vel cum eos."], ["date", "2020-10-13"], ["time", "2000-01-01 15:37:16.498495"], ["datetime", "2020-11-08 23:23:53.539025"], ["created_at", "2020-11-24 14:27:17.076998"], ["updated_at", "2020-11-24 14:27:17.076998"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 4.26521513519175], ["string", "Qui ipsa eveniet minus."], ["date", "2020-12-06"], ["time", "2000-01-01 10:27:51.562033"], ["datetime", "2020-12-12 15:53:40.525918"], ["created_at", "2020-11-24 14:27:17.079884"], ["updated_at", "2020-11-24 14:27:17.079884"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 6.70997083768148], ["string", "Ullam neque quasi veritatis."], ["date", "2020-12-08"], ["time", "2000-01-01 20:20:35.513808"], ["datetime", "2020-11-29 09:14:13.628416"], ["created_at", "2020-11-24 14:27:17.082453"], ["updated_at", "2020-11-24 14:27:17.082453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:17.085111"], ["updated_at", "2020-11-24 14:27:17.085111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 14.7011420828652], ["string", "Autem voluptates aut in est eum."], ["date", "2020-12-27"], ["time", "2000-01-01 04:16:06.132810"], ["datetime", "2020-12-03 01:47:05.894744"], ["created_at", "2020-11-24 14:27:17.113553"], ["updated_at", "2020-11-24 14:27:17.113553"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 11], ["decimal", 1.04540206592879], ["string", "Quos sunt aliquid."], ["date", "2020-12-25"], ["time", "2000-01-01 07:31:38.442390"], ["datetime", "2020-11-23 11:45:53.646351"], ["created_at", "2020-11-24 14:27:17.116375"], ["updated_at", "2020-11-24 14:27:17.116375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 13], ["decimal", 14.5727644045896], ["string", "Ullam voluptas id quia voluptatem."], ["date", "2020-10-18"], ["time", "2000-01-01 22:39:17.802710"], ["datetime", "2020-11-15 00:26:46.720661"], ["created_at", "2020-11-24 14:27:17.119250"], ["updated_at", "2020-11-24 14:27:17.119250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 31], ["decimal", 17.3817506914217], ["string", "Consequatur sed odit officia ut accusamus."], ["date", "2020-10-29"], ["time", "2000-01-01 15:44:41.629384"], ["datetime", "2020-12-15 18:59:10.436926"], ["created_at", "2020-11-24 14:27:17.123101"], ["updated_at", "2020-11-24 14:27:17.123101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 1.67590853723057], ["string", "Laudantium atque qui dolore voluptatem."], ["date", "2020-11-14"], ["time", "2000-01-01 06:56:33.137038"], ["datetime", "2020-12-26 06:58:33.968972"], ["created_at", "2020-11-24 14:27:17.126488"], ["updated_at", "2020-11-24 14:27:17.126488"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 26], ["decimal", 19.8525417793987], ["string", "Cumque omnis dicta quam eius."], ["date", "2020-11-15"], ["time", "2000-01-01 05:14:02.841863"], ["datetime", "2020-12-24 05:09:22.006541"], ["created_at", "2020-11-24 14:27:17.129327"], ["updated_at", "2020-11-24 14:27:17.129327"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 3.04006209416802], ["string", "Earum et a est omnis debitis."], ["date", "2020-10-21"], ["time", "2000-01-01 17:07:21.115926"], ["datetime", "2020-11-14 14:01:23.615073"], ["created_at", "2020-11-24 14:27:17.131850"], ["updated_at", "2020-11-24 14:27:17.131850"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 12], ["decimal", 29.6191501134264], ["string", "Minima consequatur voluptatibus possimus et."], ["date", "2020-11-21"], ["time", "2000-01-01 06:51:40.086205"], ["datetime", "2020-12-05 09:21:08.359287"], ["created_at", "2020-11-24 14:27:17.134376"], ["updated_at", "2020-11-24 14:27:17.134376"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:17.145502"], ["updated_at", "2020-11-24 14:27:17.145502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:17.146472"], ["updated_at", "2020-11-24 14:27:17.146472"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:17.147410"], ["updated_at", "2020-11-24 14:27:17.147410"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:17.148245"], ["updated_at", "2020-11-24 14:27:17.148245"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:17.149128"], ["updated_at", "2020-11-24 14:27:17.149128"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:17.149974"], ["updated_at", "2020-11-24 14:27:17.149974"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:17.150835"], ["updated_at", "2020-11-24 14:27:17.150835"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:17.151695"], ["updated_at", "2020-11-24 14:27:17.151695"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:17.153385"], ["updated_at", "2020-11-24 14:27:17.153385"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:17.154837"], ["updated_at", "2020-11-24 14:27:17.154837"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:17.156264"], ["updated_at", "2020-11-24 14:27:17.156264"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:17.157603"], ["updated_at", "2020-11-24 14:27:17.157603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:17.158927"], ["updated_at", "2020-11-24 14:27:17.158927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:17.160206"], ["updated_at", "2020-11-24 14:27:17.160206"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:17.161503"], ["updated_at", "2020-11-24 14:27:17.161503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:17.162789"], ["updated_at", "2020-11-24 14:27:17.162789"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "194 Rosendo Parks, Alanside, NV 05880-9708"], ["city", "Lake Abel"], ["country", "Christmas Island"], ["description", "Quam non vel. Eaque odit est. Facere sed ab. Nisi maiores aut. Voluptas rerum iure."], ["email", "esta_stamm@example.name"], ["first_name", "Sharolyn"], ["firstname", "Edythe"], ["last_name", "Konopelski"], ["lastname", "Altenwerth"], ["lat", "21.045178401932546"], ["latitute", "-87.52512412805463"], ["lng", "71.22101548837574"], ["locale", "UG"], ["longitude", "174.45830706400994"], ["middlename", "Kiehn"], ["middle_name", "Runolfsdottir"], ["password", "82EuJqEhAxKn38"], ["phone", "(550) 130-0326 x410"], ["phone_number", "815-207-5656 x98390"], ["reference", "3f6dd51c-e75c-491f-b99c-5554e0831e1f"], ["title", "Eveniet incidunt velit amet."], ["user_name", "luella.simonis"], ["username", "jaye.mraz"], ["uuid", "351b41da-28fc-4c54-b191-c6acfc60a5b2"], ["created_at", "2020-11-24 14:27:17.187189"], ["updated_at", "2020-11-24 14:27:17.187189"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 688 869 Senger Mountains, Yundtton, MD 59931"], ["city", "Fisherbury"], ["country", "Niger"], ["description", "Eum molestiae deserunt. Dolor doloribus delectus. Repellat est accusamus. Doloremque aut dolorem. Possimus aut error."], ["email", "tiffanie@example.com"], ["first_name", "Carmine"], ["firstname", "Otha"], ["last_name", "Klocko"], ["lastname", "Corwin"], ["lat", "29.413259956572915"], ["latitute", "-57.90635576552971"], ["lng", "-10.464975624054631"], ["locale", "BZ"], ["longitude", "-122.86544752597592"], ["middlename", "Farrell"], ["middle_name", "Bode"], ["password", "BxMpXrG9aP78aB4"], ["phone", "792.989.4766"], ["phone_number", "1-565-647-5066 x312"], ["reference", "990f7ba2-2f35-4376-bb68-ba2706561ef5"], ["title", "Cum aspernatur maiores soluta."], ["user_name", "darell"], ["username", "connie"], ["uuid", "0769d178-6313-41c1-829a-dc1a526baf17"], ["created_at", "2020-11-24 14:27:17.209182"], ["updated_at", "2020-11-24 14:27:17.209182"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 120 86940 Gaye Trail, Port Nicolas, FL 02748"], ["city", "Halvorsonborough"], ["country", "Democratic People's Republic of Korea"], ["description", "Ducimus excepturi quibusdam. Consequatur quisquam cum."], ["email", "donetta_ebert@example.name"], ["first_name", "Denice"], ["firstname", "Loreta"], ["last_name", "Bechtelar"], ["lastname", "Lockman"], ["lat", "-16.571245262471194"], ["latitute", "20.67838380941548"], ["lng", "63.07838421350414"], ["locale", "TH"], ["longitude", "-49.016827744632735"], ["middlename", "Mitchell"], ["middle_name", "Grady"], ["password", "ZtEiTmHbTy34Z"], ["phone", "(846) 556-9975"], ["phone_number", "443.044.9549 x4614"], ["reference", "26d632c3-ca2a-4d6c-9b91-e062064b2fdd"], ["title", "Ex molestias voluptas eos hic."], ["user_name", "cornelius"], ["username", "judy.gerlach"], ["uuid", "9c031a96-2ba2-48ec-8180-74426f92abf2"], ["created_at", "2020-11-24 14:27:17.230712"], ["updated_at", "2020-11-24 14:27:17.230712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "5819 Robert Place, East Josechester, ME 48683"], ["city", "Nildamouth"], ["country", "Latvia"], ["description", "Quia qui enim. Quae voluptas voluptates."], ["email", "nigel_jakubowski@example.io"], ["first_name", "Oralee"], ["firstname", "Palmer"], ["last_name", "Franecki"], ["lastname", "Jenkins"], ["lat", "-15.382003618192599"], ["latitute", "52.36577949591401"], ["lng", "79.02813172908111"], ["locale", "CR"], ["longitude", "-108.95442471230076"], ["middlename", "Boyle"], ["middle_name", "Boehm"], ["password", "V2qQaAjRbJyP"], ["phone", "(477) 230-0958"], ["phone_number", "(604) 909-1534 x234"], ["reference", "e2b64dff-d348-437a-bf8b-2d60e19b9086"], ["title", "Corporis nesciunt sed."], ["user_name", "terrance"], ["username", "julianne.littel"], ["uuid", "2962809d-bc5b-4bd5-8c62-f6902ae2325f"], ["created_at", "2020-11-24 14:27:17.253292"], ["updated_at", "2020-11-24 14:27:17.253292"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 856 372 Ebert Flat, Hellershire, TN 65141-7027"], ["city", "Ortizstad"], ["country", "Mexico"], ["description", "Facilis quae aut. Necessitatibus cum sunt. Doloremque tenetur velit."], ["email", "carly_lesch@example.com"], ["first_name", "Elfrieda"], ["firstname", "Fallon"], ["last_name", "Bode"], ["lastname", "Moore"], ["lat", "-22.26980326248669"], ["latitute", "81.69775907303782"], ["lng", "43.87974189772899"], ["locale", "SD"], ["longitude", "25.796367107405445"], ["middlename", "Kutch"], ["middle_name", "Bayer"], ["password", "Qo4BhMeZfO"], ["phone", "289.248.4230 x068"], ["phone_number", "(483) 853-1401 x059"], ["reference", "968abaa5-780c-45b6-957c-625760ee58b7"], ["title", "Asperiores assumenda et eligendi perferendis nam."], ["user_name", "ligia"], ["username", "justin_hyatt"], ["uuid", "d55c4e1b-d1df-4465-83a3-d4e00f463c2d"], ["created_at", "2020-11-24 14:27:17.275331"], ["updated_at", "2020-11-24 14:27:17.275331"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "5396 Sadie Island, West Mozellville, MT 24873"], ["city", "North Luisfort"], ["country", "Turkmenistan"], ["description", "Sint eaque consequuntur. Qui asperiores incidunt. Nesciunt sit ad. Quam odit esse. Amet eum rerum."], ["email", "julietta@example.com"], ["first_name", "Jorge"], ["firstname", "Sanford"], ["last_name", "Kreiger"], ["lastname", "Schinner"], ["lat", "-43.310938081465586"], ["latitute", "-63.17581961299531"], ["lng", "59.63660454796326"], ["locale", "SX"], ["longitude", "40.49022842769767"], ["middlename", "Hamill"], ["middle_name", "Cole"], ["password", "Zx8CkGqP501uDpE"], ["phone", "614-879-7191"], ["phone_number", "703.867.9151 x76802"], ["reference", "83fc755e-3c09-451f-9d63-eed41a76eb0a"], ["title", "Temporibus cum doloribus molestiae fuga non."], ["user_name", "setsuko.gerhold"], ["username", "winfred_kshlerin"], ["uuid", "a85920dc-495a-4029-8c80-e1ffffdd4857"], ["created_at", "2020-11-24 14:27:17.297290"], ["updated_at", "2020-11-24 14:27:17.297290"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "451 Harvey Ridge, West Jessi, MA 22500-0502"], ["city", "Port Xeniabury"], ["country", "Swaziland"], ["description", "Eaque distinctio consequatur. Dolorem in sit. Ea rerum eligendi. Autem non dolore. Molestias nihil corrupti."], ["email", "quintin_ruecker@example.name"], ["first_name", "Chong"], ["firstname", "Clifford"], ["last_name", "Fritsch"], ["lastname", "Murphy"], ["lat", "-32.11370634105929"], ["latitute", "-59.72830935735358"], ["lng", "-129.87320530983268"], ["locale", "MX"], ["longitude", "-107.72088995206178"], ["middlename", "Gorczany"], ["middle_name", "Carter"], ["password", "SuTd6IuCxA"], ["phone", "531.324.0681 x8773"], ["phone_number", "449.625.5756 x3935"], ["reference", "7bde7891-5ddb-4593-a87a-58db938b2b77"], ["title", "Omnis in adipisci."], ["user_name", "wilma"], ["username", "aida"], ["uuid", "bbfc1790-06bd-499b-b0c9-d5c2d5669ba1"], ["created_at", "2020-11-24 14:27:17.327833"], ["updated_at", "2020-11-24 14:27:17.327833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 370 15655 Earl Heights, West Judsonbury, TN 51875"], ["city", "South Robfurt"], ["country", "Faroe Islands"], ["description", "Quas quo minus. Recusandae maxime qui. Et odio quisquam. Nihil quisquam minus. Sit doloremque est."], ["email", "bibi_ratke@example.info"], ["first_name", "Carolann"], ["firstname", "Aaron"], ["last_name", "Cruickshank"], ["lastname", "Bode"], ["lat", "25.13852898162817"], ["latitute", "10.456518215913277"], ["lng", "35.36466468721585"], ["locale", "NU"], ["longitude", "-152.13773298565542"], ["middlename", "Lowe"], ["middle_name", "Bruen"], ["password", "33VhV6kH"], ["phone", "1-975-930-5588"], ["phone_number", "437-485-9791 x0772"], ["reference", "e0b78d16-8b71-4a34-beb2-94120dde8ad9"], ["title", "Beatae repudiandae nostrum dignissimos sed."], ["user_name", "vickey_abshire"], ["username", "waldo.ullrich"], ["uuid", "5e8cbc7c-11e7-4737-8c29-211b81b121cc"], ["created_at", "2020-11-24 14:27:17.350246"], ["updated_at", "2020-11-24 14:27:17.350246"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:27:17.352138"], ["updated_at", "2020-11-24 14:27:17.352138"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:27:17.353284"], ["updated_at", "2020-11-24 14:27:17.353284"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:27:17.354355"], ["updated_at", "2020-11-24 14:27:17.354355"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:27:17.355405"], ["updated_at", "2020-11-24 14:27:17.355405"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:27:17.356460"], ["updated_at", "2020-11-24 14:27:17.356460"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:27:17.357515"], ["updated_at", "2020-11-24 14:27:17.357515"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:27:17.358557"], ["updated_at", "2020-11-24 14:27:17.358557"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:27:17.359594"], ["updated_at", "2020-11-24 14:27:17.359594"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:27:17.360749"], ["updated_at", "2020-11-24 14:27:17.360749"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:27:17.361840"], ["updated_at", "2020-11-24 14:27:17.361840"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:27:17.362900"], ["updated_at", "2020-11-24 14:27:17.362900"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:27:17.363971"], ["updated_at", "2020-11-24 14:27:17.363971"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:27:17.365042"], ["updated_at", "2020-11-24 14:27:17.365042"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:27:17.366098"], ["updated_at", "2020-11-24 14:27:17.366098"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:27:17.367148"], ["updated_at", "2020-11-24 14:27:17.367148"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:27:17.368217"], ["updated_at", "2020-11-24 14:27:17.368217"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 7.63598800246981], ["string", "Dolor sapiente blanditiis sunt omnis et."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:27:17.405345"], ["updated_at", "2020-11-24 14:27:17.405345"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 37.9965366406747], ["string", "Omnis voluptas eum."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:27:17.442287"], ["updated_at", "2020-11-24 14:27:17.442287"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["decimal", 1.59875850801863], ["string", "Sint sunt est expedita."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:27:17.479072"], ["updated_at", "2020-11-24 14:27:17.479072"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1034], ["decimal", 14.9325127358362], ["string", "Adipisci perferendis doloremque temporibus."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:27:17.523418"], ["updated_at", "2020-11-24 14:27:17.523418"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 23.2018098949612], ["string", "Fuga voluptatibus doloremque ipsa."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:27:17.560858"], ["updated_at", "2020-11-24 14:27:17.560858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 13.1907531446492], ["string", "Excepturi deleniti sint ipsam illo quos."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:27:17.597678"], ["updated_at", "2020-11-24 14:27:17.597678"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 0.322747753914686], ["string", "Est nam consequatur odit."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:27:17.634699"], ["updated_at", "2020-11-24 14:27:17.634699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 0.78599911091906], ["string", "Ut non vel."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:27:17.671750"], ["updated_at", "2020-11-24 14:27:17.671750"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:17.693396"], ["updated_at", "2020-11-24 14:27:17.693396"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:17.694156"], ["updated_at", "2020-11-24 14:27:17.694156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:17.694766"], ["updated_at", "2020-11-24 14:27:17.694766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:17.695361"], ["updated_at", "2020-11-24 14:27:17.695361"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:17.695960"], ["updated_at", "2020-11-24 14:27:17.695960"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:17.696557"], ["updated_at", "2020-11-24 14:27:17.696557"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:17.697143"], ["updated_at", "2020-11-24 14:27:17.697143"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:27:17.697731"], ["updated_at", "2020-11-24 14:27:17.697731"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:17.698371"], ["updated_at", "2020-11-24 14:27:17.698371"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:17.699023"], ["updated_at", "2020-11-24 14:27:17.699023"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:17.699633"], ["updated_at", "2020-11-24 14:27:17.699633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:17.700248"], ["updated_at", "2020-11-24 14:27:17.700248"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:17.700857"], ["updated_at", "2020-11-24 14:27:17.700857"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:17.701461"], ["updated_at", "2020-11-24 14:27:17.701461"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:17.702095"], ["updated_at", "2020-11-24 14:27:17.702095"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:27:17.702706"], ["updated_at", "2020-11-24 14:27:17.702706"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 14:27:17.703958"], ["updated_at", "2020-11-24 14:27:17.703958"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 14:27:17.705134"], ["updated_at", "2020-11-24 14:27:17.705134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 14:27:17.706253"], ["updated_at", "2020-11-24 14:27:17.706253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 14:27:17.707427"], ["updated_at", "2020-11-24 14:27:17.707427"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 14:27:17.708524"], ["updated_at", "2020-11-24 14:27:17.708524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 14:27:17.709612"], ["updated_at", "2020-11-24 14:27:17.709612"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 14:27:17.710705"], ["updated_at", "2020-11-24 14:27:17.710705"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 14:27:17.711799"], ["updated_at", "2020-11-24 14:27:17.711799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-24 14:27:17.713360"], ["updated_at", "2020-11-24 14:27:17.713360"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 8], ["created_at", "2020-11-24 14:27:17.714879"], ["updated_at", "2020-11-24 14:27:17.714879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 8], ["created_at", "2020-11-24 14:27:17.716367"], ["updated_at", "2020-11-24 14:27:17.716367"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-24 14:27:17.717845"], ["updated_at", "2020-11-24 14:27:17.717845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-24 14:27:17.719327"], ["updated_at", "2020-11-24 14:27:17.719327"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-24 14:27:17.720821"], ["updated_at", "2020-11-24 14:27:17.720821"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 7], ["created_at", "2020-11-24 14:27:17.722306"], ["updated_at", "2020-11-24 14:27:17.722306"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 3], ["created_at", "2020-11-24 14:27:17.723818"], ["updated_at", "2020-11-24 14:27:17.723818"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.0ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.7ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.9ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.9ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 21.0530391337315], ["string", "A eius aperiam eaque molestiae iusto."], ["unique", 2], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:27:42.389405"], ["updated_at", "2020-11-24 14:27:42.389405"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 6.34764888512472], ["string", "Fuga possimus qui ea porro ullam."], ["unique", 7], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:27:42.392111"], ["updated_at", "2020-11-24 14:27:42.392111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 0.960268640031164], ["string", "Cum ab porro velit."], ["unique", 1], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:27:42.394340"], ["updated_at", "2020-11-24 14:27:42.394340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 1.88983858948388], ["string", "Necessitatibus tempora non quibusdam."], ["unique", 8], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:27:42.397011"], ["updated_at", "2020-11-24 14:27:42.397011"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1031], ["decimal", 28.6072129976237], ["string", "Id delectus aut repellat."], ["unique", 3], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:27:42.399219"], ["updated_at", "2020-11-24 14:27:42.399219"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 13.2231057384543], ["string", "Alias velit voluptatem quis."], ["unique", 10], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:27:42.401470"], ["updated_at", "2020-11-24 14:27:42.401470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 14.5622196193717], ["string", "Et iure asperiores sed."], ["unique", 9], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:27:42.403681"], ["updated_at", "2020-11-24 14:27:42.403681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 15.9226082432568], ["string", "Quia consequuntur modi."], ["unique", 6], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:27:42.405912"], ["updated_at", "2020-11-24 14:27:42.405912"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 7.20536327887381], ["string", "Eligendi beatae tenetur."], ["unique", 4], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:27:42.408151"], ["updated_at", "2020-11-24 14:27:42.408151"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 4.04311613032199], ["string", "Aut nobis recusandae quaerat dignissimos."], ["unique", 5], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:27:42.410564"], ["updated_at", "2020-11-24 14:27:42.410564"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 4.79995209305897], ["string", "Rerum sunt voluptatem ut velit."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:27:42.447230"], ["updated_at", "2020-11-24 14:27:42.447230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 30.7777840728121], ["string", "Ad excepturi id sed."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:27:42.484461"], ["updated_at", "2020-11-24 14:27:42.484461"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 8.81129550747737], ["string", "Ea dicta delectus labore soluta deserunt."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:27:42.521528"], ["updated_at", "2020-11-24 14:27:42.521528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 26.230640910849], ["string", "Nobis molestiae et vel."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:27:42.567122"], ["updated_at", "2020-11-24 14:27:42.567122"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1032], ["decimal", 10.914296844174], ["string", "Est expedita itaque dolor."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:27:42.604177"], ["updated_at", "2020-11-24 14:27:42.604177"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1031], ["decimal", 9.98905839486527], ["string", "Quidem perferendis vel ut tempora repellendus."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:27:42.640692"], ["updated_at", "2020-11-24 14:27:42.640692"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 19.954517873173], ["string", "Repellendus quibusdam qui."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:27:42.676991"], ["updated_at", "2020-11-24 14:27:42.676991"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 23.2528085919232], ["string", "Saepe cum deleniti beatae ut et."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:27:42.713294"], ["updated_at", "2020-11-24 14:27:42.713294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 19.9968123572394], ["string", "Eos fugiat odio atque expedita."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:27:42.749949"], ["updated_at", "2020-11-24 14:27:42.749949"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 0.584566777758272], ["string", "Beatae omnis sit placeat est quo."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:27:42.791316"], ["updated_at", "2020-11-24 14:27:42.791316"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (38.0ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.9ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 7.95307313366131], ["string", "Maxime accusamus a dolor."], ["unique", 4], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:28:08.917088"], ["updated_at", "2020-11-24 14:28:08.917088"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 0.306494842855499], ["string", "Ducimus quia consequuntur qui numquam aut."], ["unique", 5], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:28:08.919846"], ["updated_at", "2020-11-24 14:28:08.919846"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 29.7380986004128], ["string", "Aliquid amet sequi eos aliquam porro."], ["unique", 1], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:28:08.922227"], ["updated_at", "2020-11-24 14:28:08.922227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 4.23690455145539], ["string", "Et accusamus animi ad."], ["unique", 8], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:28:08.924455"], ["updated_at", "2020-11-24 14:28:08.924455"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 18.2212344908607], ["string", "Et fugiat dicta velit esse velit."], ["unique", 9], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:28:08.926694"], ["updated_at", "2020-11-24 14:28:08.926694"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1030], ["decimal", 5.76264221102101], ["string", "Veritatis ad dolore aperiam totam voluptatem."], ["unique", 2], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:28:08.928945"], ["updated_at", "2020-11-24 14:28:08.928945"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 0.665188680026453], ["string", "Ut non voluptatibus doloribus qui."], ["unique", 10], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:28:08.931238"], ["updated_at", "2020-11-24 14:28:08.931238"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 0.0906159708089771], ["string", "Ullam omnis voluptatum velit earum et."], ["unique", 7], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:28:08.933488"], ["updated_at", "2020-11-24 14:28:08.933488"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 1.54177245922511], ["string", "Provident et molestiae."], ["unique", 6], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:28:08.935707"], ["updated_at", "2020-11-24 14:28:08.935707"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1025], ["decimal", 0.928695066968235], ["string", "Eveniet perferendis dolores totam possimus rerum."], ["unique", 3], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:28:08.938106"], ["updated_at", "2020-11-24 14:28:08.938106"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 18.81922493401], ["string", "Suscipit est earum voluptas."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:28:08.978062"], ["updated_at", "2020-11-24 14:28:08.978062"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 23.3865056232982], ["string", "Culpa necessitatibus adipisci tempore explicabo."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:28:09.015829"], ["updated_at", "2020-11-24 14:28:09.015829"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 24.9944270367322], ["string", "Quasi sunt in incidunt distinctio."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:28:09.053314"], ["updated_at", "2020-11-24 14:28:09.053314"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 28.2001063144358], ["string", "Ea veniam aliquid maxime neque."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:28:09.100145"], ["updated_at", "2020-11-24 14:28:09.100145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 1.22098316346687], ["string", "Doloremque commodi repellendus voluptatem."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:28:09.137390"], ["updated_at", "2020-11-24 14:28:09.137390"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1021], ["decimal", 17.1425752789844], ["string", "Non nemo qui consequuntur."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:28:09.174010"], ["updated_at", "2020-11-24 14:28:09.174010"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 11.2682185342556], ["string", "Et aut aut officiis."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:28:09.210598"], ["updated_at", "2020-11-24 14:28:09.210598"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 4.96837428695699], ["string", "Nulla dolore non rerum consequatur in."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:28:09.247231"], ["updated_at", "2020-11-24 14:28:09.247231"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 32.2543199492919], ["string", "Tenetur aspernatur dolores alias."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:28:09.285874"], ["updated_at", "2020-11-24 14:28:09.285874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 23.4041994092276], ["string", "Ipsam et corrupti odio voluptatibus."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:28:09.328052"], ["updated_at", "2020-11-24 14:28:09.328052"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 33.8582135859507], ["string", "Id quo autem illo."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:28:09.365291"], ["updated_at", "2020-11-24 14:28:09.365291"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 10.0773349099919], ["string", "Nemo illo quos dolores."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:28:09.401911"], ["updated_at", "2020-11-24 14:28:09.401911"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 15.4939490606624], ["string", "Necessitatibus ut sed quibusdam maxime rerum."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:28:09.438329"], ["updated_at", "2020-11-24 14:28:09.438329"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 25.5910475348614], ["string", "Laudantium eum consectetur repellendus."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:28:09.474909"], ["updated_at", "2020-11-24 14:28:09.474909"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 2.32704376043849], ["string", "Qui quam voluptatem porro consequatur."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:28:09.511264"], ["updated_at", "2020-11-24 14:28:09.511264"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 8.13040252405013], ["string", "Ut qui autem et."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:28:09.552974"], ["updated_at", "2020-11-24 14:28:09.552974"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 1.78522319886399], ["string", "Error animi dolores sunt assumenda totam."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:28:09.590179"], ["updated_at", "2020-11-24 14:28:09.590179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 4.66915678559758], ["string", "Quisquam iste rerum officia nam."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:28:09.626952"], ["updated_at", "2020-11-24 14:28:09.626952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 5.75761363296083], ["string", "Blanditiis molestiae qui."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:28:09.663697"], ["updated_at", "2020-11-24 14:28:09.663697"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 17.2160134934706], ["string", "Voluptatum consequatur facere voluptatem animi."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:28:09.700591"], ["updated_at", "2020-11-24 14:28:09.700591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (37.8ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.2ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.9ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (2.0ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 32.5824210705316], ["string", "Consectetur dicta temporibus sunt ipsa non."], ["unique", 2], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:29:05.552026"], ["updated_at", "2020-11-24 14:29:05.552026"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 25.8217049506461], ["string", "Laborum esse expedita odit."], ["unique", 3], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:29:05.555275"], ["updated_at", "2020-11-24 14:29:05.555275"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 15.0689549367954], ["string", "In expedita quis."], ["unique", 7], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:29:05.557849"], ["updated_at", "2020-11-24 14:29:05.557849"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 0.792494915460355], ["string", "Commodi ut molestiae aut sit."], ["unique", 5], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:29:05.560395"], ["updated_at", "2020-11-24 14:29:05.560395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 4.21476553409152], ["string", "Deserunt doloribus dolores autem tenetur hic."], ["unique", 1], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:29:05.562952"], ["updated_at", "2020-11-24 14:29:05.562952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 5.99095757444503], ["string", "Eaque corrupti exercitationem illum esse reprehenderit."], ["unique", 9], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:29:05.565508"], ["updated_at", "2020-11-24 14:29:05.565508"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 24.3201518951091], ["string", "Qui fuga debitis explicabo."], ["unique", 4], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:29:05.568057"], ["updated_at", "2020-11-24 14:29:05.568057"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1031], ["decimal", 4.93254765037996], ["string", "Et rerum sapiente."], ["unique", 8], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:29:05.570657"], ["updated_at", "2020-11-24 14:29:05.570657"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 19.7814773700925], ["string", "Sint quaerat sit ex."], ["unique", 6], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:29:05.573208"], ["updated_at", "2020-11-24 14:29:05.573208"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 3.59660064814803], ["string", "Fugit et quis rerum voluptatem."], ["unique", 10], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:29:05.575870"], ["updated_at", "2020-11-24 14:29:05.575870"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 28.320721017508], ["string", "Sunt doloribus itaque earum blanditiis incidunt."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:29:29.024750"], ["updated_at", "2020-11-24 14:29:29.024750"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 8.67414906155636], ["string", "Omnis mollitia corporis quidem."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:29:29.064588"], ["updated_at", "2020-11-24 14:29:29.064588"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 0.0551879778128275], ["string", "Consequatur sed molestias est."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:29:29.112080"], ["updated_at", "2020-11-24 14:29:29.112080"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 13.8350565922607], ["string", "Ullam fuga amet nihil id."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:29:29.151425"], ["updated_at", "2020-11-24 14:29:29.151425"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 4.91697215084483], ["string", "Aliquam tenetur ut eligendi."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:29:29.188385"], ["updated_at", "2020-11-24 14:29:29.188385"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 20.5926811918865], ["string", "Qui qui minima illum."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:29:29.225328"], ["updated_at", "2020-11-24 14:29:29.225328"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 31.7317834092414], ["string", "Omnis debitis qui."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:29:29.262374"], ["updated_at", "2020-11-24 14:29:29.262374"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 6.00546250490025], ["string", "Voluptatem dolore est ut qui et."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:29:29.299179"], ["updated_at", "2020-11-24 14:29:29.299179"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 40.8445303450086], ["string", "Et perferendis dolores assumenda doloremque alias."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:29:29.335971"], ["updated_at", "2020-11-24 14:29:29.335971"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 8.34459057591801], ["string", "Reprehenderit itaque quibusdam laudantium."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:29:29.378339"], ["updated_at", "2020-11-24 14:29:29.378339"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1019], ["decimal", 2.14861542733327], ["string", "Aspernatur assumenda sed."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:29:29.415415"], ["updated_at", "2020-11-24 14:29:29.415415"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 9.97057568245174], ["string", "Ducimus sequi dignissimos dolorem tenetur."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:29:29.452223"], ["updated_at", "2020-11-24 14:29:29.452223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 28.6894611703503], ["string", "Consequatur iusto ipsam error consequuntur est."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:29:29.488781"], ["updated_at", "2020-11-24 14:29:29.488781"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 16.8383277858318], ["string", "Dolore omnis alias illum."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:29:29.525465"], ["updated_at", "2020-11-24 14:29:29.525465"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 5.06337117696985], ["string", "Explicabo odio et atque."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:29:29.562114"], ["updated_at", "2020-11-24 14:29:29.562114"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 16.2614900767055], ["string", "Dolorem eligendi harum."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:29:29.604174"], ["updated_at", "2020-11-24 14:29:29.604174"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 0.518084219637244], ["string", "Perferendis quasi sunt et repellendus."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:29:29.641212"], ["updated_at", "2020-11-24 14:29:29.641212"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1019], ["decimal", 0.197862554740594], ["string", "Aut saepe ut voluptates dolorem."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:29:29.677768"], ["updated_at", "2020-11-24 14:29:29.677768"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 9.5262242593673], ["string", "Velit consequuntur sed."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:29:29.714229"], ["updated_at", "2020-11-24 14:29:29.714229"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 7.95100768394245], ["string", "Vitae dolorem enim aut consequuntur consequatur."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:29:29.750965"], ["updated_at", "2020-11-24 14:29:29.750965"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1034], ["decimal", 2.81810691407875], ["string", "Deleniti ipsam deserunt provident."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:29:46.740371"], ["updated_at", "2020-11-24 14:29:46.740371"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 19.6883344057777], ["string", "Et pariatur laudantium."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:29:46.822316"], ["updated_at", "2020-11-24 14:29:46.822316"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 3.27649589133211], ["string", "Eos aut dolorum fugit odio qui."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:29:46.858561"], ["updated_at", "2020-11-24 14:29:46.858561"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1034], ["decimal", 4.84867809767993], ["string", "Earum recusandae expedita dolores dicta."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:29:46.894511"], ["updated_at", "2020-11-24 14:29:46.894511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 31.1293462491334], ["string", "Aliquam dolorum dolor."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:29:46.930593"], ["updated_at", "2020-11-24 14:29:46.930593"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 22.1929034440499], ["string", "Amet voluptatibus explicabo qui voluptate."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:29:46.966881"], ["updated_at", "2020-11-24 14:29:46.966881"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 26.2097043053941], ["string", "Non velit et voluptates delectus."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:29:47.008339"], ["updated_at", "2020-11-24 14:29:47.008339"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1030], ["decimal", 14.7916534163841], ["string", "Deserunt ad eum reprehenderit saepe."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:29:47.044797"], ["updated_at", "2020-11-24 14:29:47.044797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 24.1673339998866], ["string", "Veritatis enim aliquam."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:29:47.080807"], ["updated_at", "2020-11-24 14:29:47.080807"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1031], ["decimal", 37.4412183712407], ["string", "Exercitationem cupiditate dicta soluta."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:29:47.117153"], ["updated_at", "2020-11-24 14:29:47.117153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1031], ["decimal", 25.9532813390149], ["string", "Deserunt minus id harum unde."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:29:47.153344"], ["updated_at", "2020-11-24 14:29:47.153344"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 32.2438192053368], ["string", "Dolor sit accusantium omnis."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:29:47.189773"], ["updated_at", "2020-11-24 14:29:47.189773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 1.29794734300099], ["string", "Accusamus inventore enim optio non."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:29:47.232835"], ["updated_at", "2020-11-24 14:29:47.232835"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 15.2022168206554], ["string", "Nisi deserunt sed sapiente voluptatibus dolores."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:29:47.271179"], ["updated_at", "2020-11-24 14:29:47.271179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 3.00893391736172], ["string", "Tempora nulla qui repudiandae omnis."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:29:47.308376"], ["updated_at", "2020-11-24 14:29:47.308376"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 27.7027752911434], ["string", "Dicta quo nemo."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:29:47.346161"], ["updated_at", "2020-11-24 14:29:47.346161"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 23.5122431186171], ["string", "Adipisci rerum aut placeat ut est."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:29:47.384137"], ["updated_at", "2020-11-24 14:29:47.384137"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 33.2949195550543], ["string", "Nemo aut nisi."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:29:47.422231"], ["updated_at", "2020-11-24 14:29:47.422231"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 19.6682342580034], ["string", "Accusamus et in odit ipsa."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:29:47.465583"], ["updated_at", "2020-11-24 14:29:47.465583"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1029], ["decimal", 2.89744594762465], ["string", "Molestiae aliquid quia laborum perferendis."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:29:47.503054"], ["updated_at", "2020-11-24 14:29:47.503054"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.8ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.8ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.6ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (2.2ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.6ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.5ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.5ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.9ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 10], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 15.2878214633786], ["string", "Aspernatur quo odio dicta aut."], ["unique", 10], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:30:02.763176"], ["updated_at", "2020-11-24 14:30:02.763176"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 10.0385398642225], ["string", "Earum molestiae sunt beatae."], ["unique", 1], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:30:02.765983"], ["updated_at", "2020-11-24 14:30:02.765983"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 10.2584342713949], ["string", "Et et optio aut quasi."], ["unique", 3], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:30:02.768282"], ["updated_at", "2020-11-24 14:30:02.768282"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 1.4812998257931], ["string", "Praesentium ut sed numquam quisquam facere."], ["unique", 6], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:30:02.770521"], ["updated_at", "2020-11-24 14:30:02.770521"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 24.6303603905946], ["string", "Ut laudantium velit."], ["unique", 5], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:30:02.772726"], ["updated_at", "2020-11-24 14:30:02.772726"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 6.58485350861804], ["string", "Aut laboriosam temporibus molestias."], ["unique", 9], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:30:02.774997"], ["updated_at", "2020-11-24 14:30:02.774997"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 16.4462505509624], ["string", "Beatae ipsam error."], ["unique", 2], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:30:02.777213"], ["updated_at", "2020-11-24 14:30:02.777213"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 26.4633913851703], ["string", "Enim incidunt excepturi non."], ["unique", 4], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:30:02.779436"], ["updated_at", "2020-11-24 14:30:02.779436"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 4.71737815249021], ["string", "Sed quas deleniti sit dicta."], ["unique", 8], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:30:02.781669"], ["updated_at", "2020-11-24 14:30:02.781669"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1028], ["decimal", 0.336135373745467], ["string", "Similique reprehenderit modi."], ["unique", 7], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:30:02.784041"], ["updated_at", "2020-11-24 14:30:02.784041"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 0.494018274577518], ["string", "Aut quo illum asperiores placeat."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:30:02.823864"], ["updated_at", "2020-11-24 14:30:02.823864"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 2.05470641895763], ["string", "Praesentium et esse."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:30:02.861344"], ["updated_at", "2020-11-24 14:30:02.861344"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 2.87231309282707], ["string", "Rerum at et reiciendis ipsum."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:30:02.898497"], ["updated_at", "2020-11-24 14:30:02.898497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 18.1906033004643], ["string", "Dignissimos sit necessitatibus."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:30:02.945736"], ["updated_at", "2020-11-24 14:30:02.945736"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 12.9631562564628], ["string", "Eligendi at autem repudiandae consequatur velit."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:30:02.982556"], ["updated_at", "2020-11-24 14:30:02.982556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1024], ["decimal", 1.08966931909403], ["string", "Possimus autem ullam optio ad repudiandae."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:30:03.018895"], ["updated_at", "2020-11-24 14:30:03.018895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 4.64589472558546], ["string", "Sunt libero in sint nobis."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:30:03.054948"], ["updated_at", "2020-11-24 14:30:03.054948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1021], ["decimal", 1.40507430223772], ["string", "Numquam ipsa eveniet."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:30:03.091161"], ["updated_at", "2020-11-24 14:30:03.091161"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 25.8188605232866], ["string", "Minus eos aliquid mollitia eum."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:30:03.127387"], ["updated_at", "2020-11-24 14:30:03.127387"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 3.54650395129016], ["string", "Debitis atque sunt facere."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:30:03.168969"], ["updated_at", "2020-11-24 14:30:03.168969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 9.64869901433174], ["string", "Suscipit aliquam dolore sit."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:30:03.205885"], ["updated_at", "2020-11-24 14:30:03.205885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1033], ["decimal", 0.45626703562171], ["string", "Est quam architecto."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:30:03.242154"], ["updated_at", "2020-11-24 14:30:03.242154"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 0.5216066340135], ["string", "Voluptas in placeat."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:30:03.279024"], ["updated_at", "2020-11-24 14:30:03.279024"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 22.2273410694017], ["string", "Optio enim unde voluptas."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:30:03.315425"], ["updated_at", "2020-11-24 14:30:03.315425"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 0.871530118021224], ["string", "Asperiores pariatur nam iusto et."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:30:03.351691"], ["updated_at", "2020-11-24 14:30:03.351691"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 3.71657497776116], ["string", "Sed debitis in sit saepe consequatur."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:30:03.393245"], ["updated_at", "2020-11-24 14:30:03.393245"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1022], ["decimal", 3.15016656632316], ["string", "Aperiam eos ad totam rerum rem."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:30:03.430212"], ["updated_at", "2020-11-24 14:30:03.430212"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 5.11184326395245], ["string", "Magni et id nesciunt."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:30:03.466614"], ["updated_at", "2020-11-24 14:30:03.466614"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 4.53720173239359], ["string", "Quia sed esse."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:30:03.503000"], ["updated_at", "2020-11-24 14:30:03.503000"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 7.23120265597678], ["string", "Ut nostrum numquam."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:30:03.539396"], ["updated_at", "2020-11-24 14:30:03.539396"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.6ms) SELECT COUNT(*) FROM "bravos"  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.7ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.4ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.6ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.5ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.6ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1028], ["decimal", 4.24597524551842], ["string", "Doloribus aut assumenda."], ["unique", 10], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:30:51.579587"], ["updated_at", "2020-11-24 14:30:51.579587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1025], ["decimal", 3.44667512792622], ["string", "Voluptatum dolores rem dolorem est ut."], ["unique", 3], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:30:51.582367"], ["updated_at", "2020-11-24 14:30:51.582367"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 0.710280705376898], ["string", "Provident sint eaque."], ["unique", 8], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:30:51.584662"], ["updated_at", "2020-11-24 14:30:51.584662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 6.80520450395403], ["string", "Ut veniam quam fuga veritatis non."], ["unique", 5], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:30:51.586932"], ["updated_at", "2020-11-24 14:30:51.586932"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 5.50366572947178], ["string", "Nesciunt quaerat voluptas a ad odio."], ["unique", 6], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:30:51.589208"], ["updated_at", "2020-11-24 14:30:51.589208"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 0.0966121396711908], ["string", "Suscipit perspiciatis aut."], ["unique", 2], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:30:51.591484"], ["updated_at", "2020-11-24 14:30:51.591484"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 4.19152881379812], ["string", "Illo et eligendi quia minima."], ["unique", 9], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:30:51.593888"], ["updated_at", "2020-11-24 14:30:51.593888"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 2.67685168864442], ["string", "Recusandae eaque et tenetur."], ["unique", 1], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:30:51.596234"], ["updated_at", "2020-11-24 14:30:51.596234"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 2.35989617416862], ["string", "Similique velit quas et."], ["unique", 4], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:30:51.598489"], ["updated_at", "2020-11-24 14:30:51.598489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1021], ["decimal", 4.39864296049269], ["string", "Adipisci fuga quis."], ["unique", 7], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:30:51.600846"], ["updated_at", "2020-11-24 14:30:51.600846"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 10.6811240443097], ["string", "Deserunt ea ipsa corporis est dolorum."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:30:51.637736"], ["updated_at", "2020-11-24 14:30:51.637736"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 8.45533753195032], ["string", "Doloribus velit non voluptas repellendus qui."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:30:51.675051"], ["updated_at", "2020-11-24 14:30:51.675051"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 10.0346296675456], ["string", "Enim quod ab reiciendis ut nulla."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:30:51.712304"], ["updated_at", "2020-11-24 14:30:51.712304"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 4.90684418547777], ["string", "Accusamus est quis."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:30:51.759116"], ["updated_at", "2020-11-24 14:30:51.759116"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 12.0463749688591], ["string", "Aspernatur quis hic."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:30:51.796294"], ["updated_at", "2020-11-24 14:30:51.796294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 13.3771516380391], ["string", "Illo ex non distinctio consequatur vitae."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:30:51.832950"], ["updated_at", "2020-11-24 14:30:51.832950"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", -0.145429512182185], ["string", "Repellat saepe quaerat et vitae rerum."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:30:51.869214"], ["updated_at", "2020-11-24 14:30:51.869214"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 0.265998502131001], ["string", "Corporis recusandae nulla."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:30:51.905395"], ["updated_at", "2020-11-24 14:30:51.905395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1021], ["decimal", 19.4889213422635], ["string", "Quia similique beatae non."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:30:51.941741"], ["updated_at", "2020-11-24 14:30:51.941741"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 24.428127839663], ["string", "Fuga voluptatem harum."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:30:51.983378"], ["updated_at", "2020-11-24 14:30:51.983378"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (3.1ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.1ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 11.2858889123115], ["string", "Molestiae ea consequatur."], ["unique", 4], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:31:00.660140"], ["updated_at", "2020-11-24 14:31:00.660140"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1028], ["decimal", 0.662233671591838], ["string", "Id perspiciatis autem qui facere."], ["unique", 2], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:31:00.662865"], ["updated_at", "2020-11-24 14:31:00.662865"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 6.92554690649291], ["string", "Error et dolores iusto consequuntur inventore."], ["unique", 9], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:31:00.665189"], ["updated_at", "2020-11-24 14:31:00.665189"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 20.5262294985193], ["string", "Fuga quia a delectus aut."], ["unique", 7], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:31:00.667556"], ["updated_at", "2020-11-24 14:31:00.667556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["decimal", 26.7798396237988], ["string", "Dolor qui commodi corrupti consequatur ducimus."], ["unique", 6], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:31:00.669790"], ["updated_at", "2020-11-24 14:31:00.669790"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 18.1238648819815], ["string", "Nesciunt ut et rem non."], ["unique", 3], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:31:00.671989"], ["updated_at", "2020-11-24 14:31:00.671989"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 0.323416017824125], ["string", "Ut ipsa neque iure."], ["unique", 5], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:31:00.674188"], ["updated_at", "2020-11-24 14:31:00.674188"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 11.1022518925037], ["string", "Quasi quis perferendis eum ea."], ["unique", 10], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:31:00.676418"], ["updated_at", "2020-11-24 14:31:00.676418"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 15.0133148067822], ["string", "Voluptas cupiditate quia error."], ["unique", 8], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:31:00.678809"], ["updated_at", "2020-11-24 14:31:00.678809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 14.431348688014], ["string", "Et molestiae rerum ipsam."], ["unique", 1], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:31:00.681256"], ["updated_at", "2020-11-24 14:31:00.681256"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 7.40139836628506], ["string", "Laudantium autem ex voluptatem est."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:31:00.720594"], ["updated_at", "2020-11-24 14:31:00.720594"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 12.4362981089592], ["string", "Eligendi omnis temporibus esse rem odit."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:31:00.758005"], ["updated_at", "2020-11-24 14:31:00.758005"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 16.9081728524851], ["string", "Repudiandae eos cupiditate."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:31:00.795342"], ["updated_at", "2020-11-24 14:31:00.795342"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 18.9013600871075], ["string", "Beatae consequuntur voluptatem architecto similique mollitia."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:31:00.842050"], ["updated_at", "2020-11-24 14:31:00.842050"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 4.41699989906195], ["string", "Magni quasi ea quisquam."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:31:00.879267"], ["updated_at", "2020-11-24 14:31:00.879267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 2.0429609404232], ["string", "Accusantium ut aut."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:31:00.915948"], ["updated_at", "2020-11-24 14:31:00.915948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 10.1474050968978], ["string", "Repudiandae odit ut aperiam."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:31:00.952740"], ["updated_at", "2020-11-24 14:31:00.952740"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 6.73873730274578], ["string", "Qui repellat nulla vel sapiente."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:31:00.989527"], ["updated_at", "2020-11-24 14:31:00.989527"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 1.51047088352052], ["string", "Delectus possimus quas quis."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:31:01.026073"], ["updated_at", "2020-11-24 14:31:01.026073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 4.02890065249985], ["string", "Tenetur iusto illum."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:31:01.067897"], ["updated_at", "2020-11-24 14:31:01.067897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 6.03167132053314], ["string", "Quis optio voluptate."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:31:01.104941"], ["updated_at", "2020-11-24 14:31:01.104941"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 2.76499998521027], ["string", "Iusto vero eum ut tempore voluptatem."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:31:01.141533"], ["updated_at", "2020-11-24 14:31:01.141533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 20.1979048050982], ["string", "Repellendus eum rerum ratione."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:31:01.178549"], ["updated_at", "2020-11-24 14:31:01.178549"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1020], ["decimal", 11.685164575767], ["string", "Placeat ut maiores temporibus."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:31:01.214993"], ["updated_at", "2020-11-24 14:31:01.214993"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 0.0321550143718349], ["string", "Suscipit consequatur non autem iusto."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:31:01.251882"], ["updated_at", "2020-11-24 14:31:01.251882"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 19.6198759391353], ["string", "Qui quod quisquam dolorem consequatur."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:31:01.293528"], ["updated_at", "2020-11-24 14:31:01.293528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 25.5965858427847], ["string", "Eaque illum impedit numquam ut."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:31:01.330950"], ["updated_at", "2020-11-24 14:31:01.330950"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 1.87955345658482], ["string", "Est enim voluptas et aut facere."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:31:01.367548"], ["updated_at", "2020-11-24 14:31:01.367548"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 0.340701665396155], ["string", "Doloremque excepturi molestias non repellendus."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:31:01.403817"], ["updated_at", "2020-11-24 14:31:01.403817"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 5.29724609526011], ["string", "Placeat in non ut accusamus rem."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:31:01.440464"], ["updated_at", "2020-11-24 14:31:01.440464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (13.1ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.7ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.8ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.6ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.5ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.5ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 24.8721253395528], ["string", "Dolores velit alias quos atque."], ["unique", 2], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:32:21.044408"], ["updated_at", "2020-11-24 14:32:21.044408"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 1.65272540683857], ["string", "Corporis dolorem est nisi."], ["unique", 10], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:32:21.047558"], ["updated_at", "2020-11-24 14:32:21.047558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 5.22396274361398], ["string", "Aut ut asperiores qui reprehenderit."], ["unique", 5], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:32:21.050117"], ["updated_at", "2020-11-24 14:32:21.050117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 3.90174745100039], ["string", "Molestiae rem ratione ea aut eum."], ["unique", 8], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:32:21.052662"], ["updated_at", "2020-11-24 14:32:21.052662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 3.73827566358314], ["string", "Reiciendis ipsum dolorum sapiente ipsam."], ["unique", 1], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:32:21.055226"], ["updated_at", "2020-11-24 14:32:21.055226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 6.93703297144677], ["string", "Enim ullam et quasi."], ["unique", 7], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:32:21.057870"], ["updated_at", "2020-11-24 14:32:21.057870"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 29.0149179580547], ["string", "Dolore occaecati voluptatem quis et sunt."], ["unique", 3], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:32:21.060425"], ["updated_at", "2020-11-24 14:32:21.060425"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 3.41625600685377], ["string", "Eum quaerat eaque non."], ["unique", 4], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:32:21.062950"], ["updated_at", "2020-11-24 14:32:21.062950"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1026], ["decimal", 13.2176858991705], ["string", "Temporibus et modi nulla quos."], ["unique", 6], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:32:21.065584"], ["updated_at", "2020-11-24 14:32:21.065584"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 4.05705754985376], ["string", "Et voluptatibus omnis voluptas."], ["unique", 9], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:32:21.068261"], ["updated_at", "2020-11-24 14:32:21.068261"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (3.1ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.8ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 9.34573759896511], ["string", "Delectus et repellendus ipsa consequatur eum."], ["unique", 5], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:32:43.634706"], ["updated_at", "2020-11-24 14:32:43.634706"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1029], ["decimal", 15.1074666774477], ["string", "Vitae incidunt porro non."], ["unique", 8], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:32:43.637458"], ["updated_at", "2020-11-24 14:32:43.637458"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 13.2772090678735], ["string", "Qui expedita velit."], ["unique", 10], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:32:43.639745"], ["updated_at", "2020-11-24 14:32:43.639745"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 6.37753982188336], ["string", "Quia tenetur est."], ["unique", 1], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:32:43.641981"], ["updated_at", "2020-11-24 14:32:43.641981"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 2.10665132823302], ["string", "Vitae sunt quia atque sed."], ["unique", 2], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:32:43.644228"], ["updated_at", "2020-11-24 14:32:43.644228"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 7.57515614587043], ["string", "Excepturi sunt quia atque."], ["unique", 9], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:32:43.646515"], ["updated_at", "2020-11-24 14:32:43.646515"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 11.1212228324424], ["string", "Eaque debitis laborum harum est."], ["unique", 4], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:32:43.648749"], ["updated_at", "2020-11-24 14:32:43.648749"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 12.4692778860266], ["string", "Ex eos est molestiae reiciendis."], ["unique", 6], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:32:43.651014"], ["updated_at", "2020-11-24 14:32:43.651014"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 38.7593011531103], ["string", "Perferendis consectetur nostrum ad delectus nihil."], ["unique", 7], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:32:43.653236"], ["updated_at", "2020-11-24 14:32:43.653236"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1025], ["decimal", 0.676100919933784], ["string", "Dicta accusamus officia."], ["unique", 3], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:32:43.655556"], ["updated_at", "2020-11-24 14:32:43.655556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 10.832061700075], ["string", "Consequatur quam praesentium occaecati odit."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:32:43.695268"], ["updated_at", "2020-11-24 14:32:43.695268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 25.2420215557006], ["string", "Sapiente consequatur repellat voluptatem quia."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:32:43.732807"], ["updated_at", "2020-11-24 14:32:43.732807"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 16.1689271144852], ["string", "Impedit dolor voluptatibus repellat."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:32:43.769901"], ["updated_at", "2020-11-24 14:32:43.769901"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 11.6717844504874], ["string", "Ab rem tempora non."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:32:43.816731"], ["updated_at", "2020-11-24 14:32:43.816731"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 21.3152055606664], ["string", "Repudiandae beatae et non."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:32:43.853841"], ["updated_at", "2020-11-24 14:32:43.853841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 0.389221600910123], ["string", "Molestiae nemo eos dolorum."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:32:43.890575"], ["updated_at", "2020-11-24 14:32:43.890575"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 6.00521599697142], ["string", "Labore cum expedita ad nesciunt perferendis."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:32:43.927240"], ["updated_at", "2020-11-24 14:32:43.927240"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 15.1596985779793], ["string", "Architecto dolore impedit."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:32:43.963725"], ["updated_at", "2020-11-24 14:32:43.963725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1029], ["decimal", 3.53517657460566], ["string", "Laudantium nisi eius molestiae dolorem sint."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:32:44.000186"], ["updated_at", "2020-11-24 14:32:44.000186"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 3.06884867883935], ["string", "Necessitatibus et sunt."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:32:44.042180"], ["updated_at", "2020-11-24 14:32:44.042180"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 6.96307708764506], ["string", "Similique rem ad possimus est deleniti."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:32:44.079573"], ["updated_at", "2020-11-24 14:32:44.079573"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 1.46951835547658], ["string", "Ut rerum minima debitis."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:32:44.116385"], ["updated_at", "2020-11-24 14:32:44.116385"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 3.66483227384756], ["string", "Quae nam sed."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:32:44.152904"], ["updated_at", "2020-11-24 14:32:44.152904"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 19.8264784038616], ["string", "Ipsum nesciunt rerum."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:32:44.189414"], ["updated_at", "2020-11-24 14:32:44.189414"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 14.4705805946007], ["string", "Aut necessitatibus deleniti laboriosam officiis."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:32:44.226146"], ["updated_at", "2020-11-24 14:32:44.226146"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 0.914540111801198], ["string", "Corrupti dolor laudantium eius dolores."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:32:44.268375"], ["updated_at", "2020-11-24 14:32:44.268375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 1.72530816307847], ["string", "Tenetur repudiandae est expedita ut illum."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:32:44.306091"], ["updated_at", "2020-11-24 14:32:44.306091"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 9.44501901177544], ["string", "Velit quisquam assumenda sit."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:32:44.342825"], ["updated_at", "2020-11-24 14:32:44.342825"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 4.31283647175744], ["string", "Vero accusamus ut."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:32:44.379461"], ["updated_at", "2020-11-24 14:32:44.379461"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 0.587689301233173], ["string", "Dolorum maxime nemo."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:32:44.416115"], ["updated_at", "2020-11-24 14:32:44.416115"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.4ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.8ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.8ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 29.0557939796621], ["string", "Sint tempora rerum."], ["unique", 10], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:33:31.505122"], ["updated_at", "2020-11-24 14:33:31.505122"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 2.79847226323698], ["string", "Occaecati dolore magnam sapiente."], ["unique", 5], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:33:31.507798"], ["updated_at", "2020-11-24 14:33:31.507798"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 38.6626362607296], ["string", "Laudantium eius ut occaecati."], ["unique", 2], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:33:31.510045"], ["updated_at", "2020-11-24 14:33:31.510045"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 8.89935367186808], ["string", "Inventore pariatur eius molestiae."], ["unique", 7], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:33:31.512291"], ["updated_at", "2020-11-24 14:33:31.512291"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1022], ["decimal", 0.921924626150853], ["string", "Repellendus et delectus illum vel omnis."], ["unique", 8], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:33:31.514506"], ["updated_at", "2020-11-24 14:33:31.514506"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1022], ["decimal", 4.46626272103263], ["string", "Atque consequatur amet."], ["unique", 1], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:33:31.516713"], ["updated_at", "2020-11-24 14:33:31.516713"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 16.000441243693], ["string", "Qui aut iusto excepturi eligendi."], ["unique", 3], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:33:31.518917"], ["updated_at", "2020-11-24 14:33:31.518917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 0.614014970044685], ["string", "Officiis asperiores assumenda eos est."], ["unique", 6], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:33:31.521086"], ["updated_at", "2020-11-24 14:33:31.521086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1024], ["decimal", 15.1206522454209], ["string", "Tempora qui sequi consequatur."], ["unique", 4], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:33:31.523260"], ["updated_at", "2020-11-24 14:33:31.523260"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 1.61445078573521], ["string", "Dolorem doloribus et molestiae aliquam non."], ["unique", 9], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:33:31.525558"], ["updated_at", "2020-11-24 14:33:31.525558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 12.7143869677394], ["string", "Iusto eum rem eum et."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:33:31.565454"], ["updated_at", "2020-11-24 14:33:31.565454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1029], ["decimal", 35.1459334406631], ["string", "Beatae praesentium voluptatem ullam corporis eum."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:33:31.602596"], ["updated_at", "2020-11-24 14:33:31.602596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 29.8870029395908], ["string", "Illum ut consequuntur vel."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:33:31.639740"], ["updated_at", "2020-11-24 14:33:31.639740"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 1.37610514285175], ["string", "Facilis autem sunt assumenda veritatis esse."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:33:31.685241"], ["updated_at", "2020-11-24 14:33:31.685241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 0.31163638874573], ["string", "Consequatur occaecati sunt alias voluptatem."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:33:31.722821"], ["updated_at", "2020-11-24 14:33:31.722821"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 8.09126540127451], ["string", "Debitis dolores et excepturi est impedit."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:33:31.759148"], ["updated_at", "2020-11-24 14:33:31.759148"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1027], ["decimal", 2.54839599508591], ["string", "Similique ab repellendus necessitatibus est."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:33:31.796019"], ["updated_at", "2020-11-24 14:33:31.796019"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 9.7899524797699], ["string", "Atque ea voluptate est."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:33:31.832442"], ["updated_at", "2020-11-24 14:33:31.832442"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 9.36110608436693], ["string", "Cupiditate nam maxime."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:33:31.869031"], ["updated_at", "2020-11-24 14:33:31.869031"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 26.9129909767809], ["string", "Ipsa id maiores quod."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:33:31.910870"], ["updated_at", "2020-11-24 14:33:31.910870"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 27.1799285295973], ["string", "Dolorum odit doloremque error asperiores vitae."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:33:31.947988"], ["updated_at", "2020-11-24 14:33:31.947988"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 0.256075155819972], ["string", "Et deserunt est tempora quam."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:33:31.984959"], ["updated_at", "2020-11-24 14:33:31.984959"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 10.0533242048462], ["string", "Et fugit iure non nihil."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:33:32.022135"], ["updated_at", "2020-11-24 14:33:32.022135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 25.2249054329873], ["string", "Ipsam eum incidunt et delectus eos."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:33:32.059640"], ["updated_at", "2020-11-24 14:33:32.059640"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 7.92272865917515], ["string", "Minus aut suscipit illum."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:33:32.097636"], ["updated_at", "2020-11-24 14:33:32.097636"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 0.78357066125608], ["string", "Officia aut minus."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:33:32.140604"], ["updated_at", "2020-11-24 14:33:32.140604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 10.0872867257661], ["string", "Accusamus ullam id voluptatum."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:33:32.178434"], ["updated_at", "2020-11-24 14:33:32.178434"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 5.56622872871565], ["string", "Mollitia soluta sit cumque rerum error."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:33:32.215209"], ["updated_at", "2020-11-24 14:33:32.215209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 9.46259334408792], ["string", "Vel officiis itaque ut qui."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:33:32.252077"], ["updated_at", "2020-11-24 14:33:32.252077"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 0.840035129956414], ["string", "Quia rem dolores."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:33:32.289159"], ["updated_at", "2020-11-24 14:33:32.289159"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.8ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.5ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 15.4276250578892], ["string", "Labore delectus autem id ut."], ["unique", 4], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:33:42.623947"], ["updated_at", "2020-11-24 14:33:42.623947"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1030], ["decimal", 0.539140658546286], ["string", "Et aliquid nam."], ["unique", 7], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:33:42.626836"], ["updated_at", "2020-11-24 14:33:42.626836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1023], ["decimal", 7.00074953229293], ["string", "Aut dolorem itaque numquam officia officiis."], ["unique", 6], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:33:42.629068"], ["updated_at", "2020-11-24 14:33:42.629068"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 11.9115416891585], ["string", "Qui vel pariatur aliquam itaque vel."], ["unique", 8], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:33:42.631288"], ["updated_at", "2020-11-24 14:33:42.631288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 4.50866240818745], ["string", "Natus amet id nulla."], ["unique", 10], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:33:42.633757"], ["updated_at", "2020-11-24 14:33:42.633757"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 6.29120754867444], ["string", "Laboriosam debitis odit nemo dolorem."], ["unique", 3], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:33:42.636115"], ["updated_at", "2020-11-24 14:33:42.636115"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 12.4012556051594], ["string", "Labore fuga voluptas fugiat."], ["unique", 5], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:33:42.638311"], ["updated_at", "2020-11-24 14:33:42.638311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 8.62126220552642], ["string", "Sed laboriosam dolore harum."], ["unique", 9], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:33:42.640459"], ["updated_at", "2020-11-24 14:33:42.640459"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 9.44434244113036], ["string", "Aspernatur aliquam sed."], ["unique", 1], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:33:42.642602"], ["updated_at", "2020-11-24 14:33:42.642602"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1027], ["decimal", 0.0573242915864236], ["string", "Eveniet dolorem sequi ipsum cumque et."], ["unique", 2], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:33:42.644925"], ["updated_at", "2020-11-24 14:33:42.644925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1025], ["decimal", 3.33998027488229], ["string", "Consequatur incidunt deserunt aut et voluptatem."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:33:42.684353"], ["updated_at", "2020-11-24 14:33:42.684353"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 21.7121384211473], ["string", "Suscipit ut cumque doloremque nihil labore."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:33:42.721629"], ["updated_at", "2020-11-24 14:33:42.721629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 23.6335525762963], ["string", "Est dolorem corporis voluptatem non."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:33:42.758778"], ["updated_at", "2020-11-24 14:33:42.758778"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 12.4523914077469], ["string", "Aut perspiciatis deserunt."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:33:42.805205"], ["updated_at", "2020-11-24 14:33:42.805205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 6.91358035777791], ["string", "Rerum in reprehenderit."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:33:42.842008"], ["updated_at", "2020-11-24 14:33:42.842008"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 8.54773299520851], ["string", "Harum dolor nisi perferendis."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:33:42.878676"], ["updated_at", "2020-11-24 14:33:42.878676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 23.7737651219451], ["string", "Nemo sed ab."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:33:42.915374"], ["updated_at", "2020-11-24 14:33:42.915374"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 10.0517726564558], ["string", "Qui soluta perferendis architecto."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:33:42.952007"], ["updated_at", "2020-11-24 14:33:42.952007"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1034], ["decimal", 0.0813133492265802], ["string", "Temporibus quia officia."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:33:42.988470"], ["updated_at", "2020-11-24 14:33:42.988470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 17.5757328693031], ["string", "Illo qui quibusdam ut provident."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:33:43.030600"], ["updated_at", "2020-11-24 14:33:43.030600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 33.040163030733], ["string", "Aperiam aut eligendi rerum voluptate."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:33:43.067697"], ["updated_at", "2020-11-24 14:33:43.067697"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 12.5830543217106], ["string", "Perferendis eligendi culpa itaque aut."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:33:43.104212"], ["updated_at", "2020-11-24 14:33:43.104212"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 12.955906129866], ["string", "Veniam ducimus aut veritatis eaque molestiae."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:33:43.140662"], ["updated_at", "2020-11-24 14:33:43.140662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 6.92054867402051], ["string", "Numquam tempora ut in."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:33:43.176916"], ["updated_at", "2020-11-24 14:33:43.176916"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1029], ["decimal", 4.97255546662366], ["string", "Enim amet harum asperiores aspernatur in."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:33:43.213016"], ["updated_at", "2020-11-24 14:33:43.213016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 1.13115683645373], ["string", "Molestias sint saepe architecto fuga."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:33:43.254823"], ["updated_at", "2020-11-24 14:33:43.254823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 5.22246804906806], ["string", "Velit voluptatem asperiores minima impedit iusto."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:33:43.292444"], ["updated_at", "2020-11-24 14:33:43.292444"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 26.4586418433699], ["string", "Qui hic aut recusandae."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:33:43.328880"], ["updated_at", "2020-11-24 14:33:43.328880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 10.0290828012347], ["string", "Iste voluptatem enim debitis."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:33:43.365134"], ["updated_at", "2020-11-24 14:33:43.365134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1024], ["decimal", 3.09277791426168], ["string", "Velit eius sed aut."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:33:43.401423"], ["updated_at", "2020-11-24 14:33:43.401423"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (13.4ms) DELETE FROM "alfas";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.1ms) DELETE FROM "bravos";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.9ms) DELETE FROM "echos";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.7ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (2.2ms) DELETE FROM "kilos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.5ms) DELETE FROM "limas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.5ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.5ms) DELETE FROM "deltas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.5ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 6], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 17.4702841619129], ["string", "Omnis occaecati repudiandae perferendis pariatur."], ["unique", 6], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:34:21.977658"], ["updated_at", "2020-11-24 14:34:21.977658"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["decimal", 0.22741431029273], ["string", "In quasi aspernatur."], ["unique", 9], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:34:21.980785"], ["updated_at", "2020-11-24 14:34:21.980785"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 5.8788596674735], ["string", "Magni perferendis minima adipisci sed."], ["unique", 8], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:34:21.983340"], ["updated_at", "2020-11-24 14:34:21.983340"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 10.6058333638093], ["string", "In dignissimos excepturi atque et."], ["unique", 5], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:34:21.985867"], ["updated_at", "2020-11-24 14:34:21.985867"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 9.73327862613908], ["string", "Nam iusto illo accusamus consequatur et."], ["unique", 1], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:34:21.988458"], ["updated_at", "2020-11-24 14:34:21.988458"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 39.3015488767347], ["string", "Ducimus natus provident culpa accusantium ea."], ["unique", 7], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:34:21.990980"], ["updated_at", "2020-11-24 14:34:21.990980"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1027], ["decimal", 7.8323312192761], ["string", "Amet autem quia qui culpa."], ["unique", 10], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:34:21.993483"], ["updated_at", "2020-11-24 14:34:21.993483"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 3.58024491040228], ["string", "Nostrum et quae nam hic."], ["unique", 2], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:34:21.995681"], ["updated_at", "2020-11-24 14:34:21.995681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 20.5826687652243], ["string", "Dolore nemo voluptatibus tempore voluptatem."], ["unique", 4], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:34:21.997851"], ["updated_at", "2020-11-24 14:34:21.997851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 1.90538992175543], ["string", "Illum ut nostrum doloribus veritatis."], ["unique", 3], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:34:22.000218"], ["updated_at", "2020-11-24 14:34:22.000218"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 3.66082708757686], ["string", "Unde mollitia voluptas."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:34:22.039739"], ["updated_at", "2020-11-24 14:34:22.039739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 11.1983121855883], ["string", "Ipsam voluptatum ut excepturi."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:34:22.077248"], ["updated_at", "2020-11-24 14:34:22.077248"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 4.78256649795783], ["string", "Ducimus nobis aut architecto."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:34:22.114769"], ["updated_at", "2020-11-24 14:34:22.114769"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 12.7307995577076], ["string", "Esse optio atque."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:34:22.161824"], ["updated_at", "2020-11-24 14:34:22.161824"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 3.05869932116371], ["string", "Blanditiis voluptates quod officia."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:34:22.199077"], ["updated_at", "2020-11-24 14:34:22.199077"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 25.680926753416], ["string", "Corporis id dolor."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:34:22.235739"], ["updated_at", "2020-11-24 14:34:22.235739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 18.9212418924129], ["string", "Illo nam similique sed voluptatem."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:34:22.272607"], ["updated_at", "2020-11-24 14:34:22.272607"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 11.4320929374051], ["string", "Et aut autem quia facere."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:34:22.309424"], ["updated_at", "2020-11-24 14:34:22.309424"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1021], ["decimal", 18.7176637969109], ["string", "Temporibus ut quia blanditiis possimus magnam."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:34:22.346087"], ["updated_at", "2020-11-24 14:34:22.346087"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 0.177851107432866], ["string", "Earum accusamus qui provident magni maxime."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:34:22.388268"], ["updated_at", "2020-11-24 14:34:22.388268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 10.044934700775], ["string", "Eligendi cupiditate aliquam iusto consectetur."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:34:22.425545"], ["updated_at", "2020-11-24 14:34:22.425545"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 19.8707280184901], ["string", "Excepturi iure qui omnis."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:34:22.462326"], ["updated_at", "2020-11-24 14:34:22.462326"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 8.13057735434544], ["string", "Accusantium qui numquam."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:34:22.498813"], ["updated_at", "2020-11-24 14:34:22.498813"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1024], ["decimal", 38.2093329824254], ["string", "Est perspiciatis distinctio veniam."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:34:22.535637"], ["updated_at", "2020-11-24 14:34:22.535637"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 2.27898653963954], ["string", "Nam aperiam assumenda placeat laborum commodi."], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:34:22.572242"], ["updated_at", "2020-11-24 14:34:22.572242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 10.5928834584778], ["string", "Quidem praesentium veniam et aut."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:34:22.614108"], ["updated_at", "2020-11-24 14:34:22.614108"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1021], ["decimal", 1.17552229703006], ["string", "Voluptatem ab veniam modi voluptates."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:34:22.651807"], ["updated_at", "2020-11-24 14:34:22.651807"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 4.20698564615193], ["string", "Blanditiis voluptatem quas cupiditate odio officiis."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:34:22.688648"], ["updated_at", "2020-11-24 14:34:22.688648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 10.986798235471], ["string", "Ipsum tenetur alias."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:34:22.725288"], ["updated_at", "2020-11-24 14:34:22.725288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 6.16009166197661], ["string", "Quis doloribus eum repellat ut nihil."], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:34:22.768335"], ["updated_at", "2020-11-24 14:34:22.768335"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (36.8ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.9ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.9ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 27.7729282457951], ["string", "Recusandae itaque ab odio."], ["unique", 1], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:35:01.622728"], ["updated_at", "2020-11-24 14:35:01.622728"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1025], ["decimal", 27.9412536486885], ["string", "Laborum qui aut et."], ["unique", 4], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:35:01.625335"], ["updated_at", "2020-11-24 14:35:01.625335"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1028], ["decimal", 0.416601926060313], ["string", "Laborum eveniet sapiente."], ["unique", 2], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:35:01.627282"], ["updated_at", "2020-11-24 14:35:01.627282"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 28.363502707286], ["string", "Nihil quos voluptatem occaecati."], ["unique", 7], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:35:01.629213"], ["updated_at", "2020-11-24 14:35:01.629213"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 2.21565370896713], ["string", "Voluptates eos maxime."], ["unique", 1], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:35:01.631135"], ["updated_at", "2020-11-24 14:35:01.631135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 17.615796943581], ["string", "Non esse itaque."], ["unique", 6], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:35:01.633054"], ["updated_at", "2020-11-24 14:35:01.633054"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 2.95382117593474], ["string", "Neque ut rerum aspernatur quia."], ["unique", 7], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:35:01.634966"], ["updated_at", "2020-11-24 14:35:01.634966"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1029], ["decimal", 12.5839061192895], ["string", "Delectus vel voluptate perspiciatis error."], ["unique", 3], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:35:01.636864"], ["updated_at", "2020-11-24 14:35:01.636864"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 27.0676758557915], ["string", "Consequatur ea ipsum vel qui esse."], ["unique", 3], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:35:01.638736"], ["updated_at", "2020-11-24 14:35:01.638736"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 3.28785243964253], ["string", "Ducimus sit expedita ut."], ["unique", 9], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:35:01.640731"], ["updated_at", "2020-11-24 14:35:01.640731"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 32.8862100955523], ["string", "Asperiores perspiciatis placeat veniam."], ["unique", 4], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:35:01.644651"], ["updated_at", "2020-11-24 14:35:01.644651"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 1.42841617276961], ["string", "Odio id delectus eveniet."], ["unique", 4], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:35:01.647320"], ["updated_at", "2020-11-24 14:35:01.647320"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 6.28302113315099], ["string", "Sint similique ut quo."], ["unique", 7], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:35:01.650248"], ["updated_at", "2020-11-24 14:35:01.650248"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 7.22893082670542], ["string", "Neque dolorem in amet ipsa libero."], ["unique", 3], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:35:01.652731"], ["updated_at", "2020-11-24 14:35:01.652731"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 17.3645484394035], ["string", "Eaque non magni."], ["unique", 6], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:35:01.654932"], ["updated_at", "2020-11-24 14:35:01.654932"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 1.77898898314832], ["string", "Quia rerum in."], ["unique", 6], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:35:01.656898"], ["updated_at", "2020-11-24 14:35:01.656898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 8.02495405274787], ["string", "Eius quis blanditiis accusamus quis."], ["unique", 7], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:35:01.658777"], ["updated_at", "2020-11-24 14:35:01.658777"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1040], ["decimal", 13.7439088819379], ["string", "Aut nemo inventore veritatis."], ["unique", 3], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:35:01.660646"], ["updated_at", "2020-11-24 14:35:01.660646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 20.5174215503532], ["string", "Fugiat qui minima eveniet non ut."], ["unique", 1], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:35:01.662510"], ["updated_at", "2020-11-24 14:35:01.662510"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 1.60128903223824], ["string", "Minima architecto inventore quo."], ["unique", 7], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:35:01.664576"], ["updated_at", "2020-11-24 14:35:01.664576"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 21.6658570565212], ["string", "Sequi ut blanditiis."], ["unique", 1], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:35:01.666583"], ["updated_at", "2020-11-24 14:35:01.666583"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 15.3880725943945], ["string", "Adipisci provident inventore doloribus quia."], ["unique", 7], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:35:01.668575"], ["updated_at", "2020-11-24 14:35:01.668575"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 9.09914350028826], ["string", "Laborum consectetur aut."], ["unique", 8], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:35:01.670563"], ["updated_at", "2020-11-24 14:35:01.670563"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 25.8290698776064], ["string", "Inventore est ex dignissimos et nostrum."], ["unique", 10], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:35:01.672516"], ["updated_at", "2020-11-24 14:35:01.672516"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 7.58497562956166], ["string", "Sed architecto qui."], ["unique", 9], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:35:01.674503"], ["updated_at", "2020-11-24 14:35:01.674503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1008], ["decimal", 1.72018306238744], ["string", "Neque harum totam ad deserunt."], ["unique", 8], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:35:01.676577"], ["updated_at", "2020-11-24 14:35:01.676577"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 29.4530118360899], ["string", "Maiores est quam amet aut et."], ["unique", 4], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:35:01.678550"], ["updated_at", "2020-11-24 14:35:01.678550"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1032], ["decimal", 20.4301677770221], ["string", "Doloribus est nemo adipisci architecto."], ["unique", 10], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:35:01.680539"], ["updated_at", "2020-11-24 14:35:01.680539"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 11.7619593283837], ["string", "Id quasi et."], ["unique", 5], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:35:01.682508"], ["updated_at", "2020-11-24 14:35:01.682508"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 18.7690309976544], ["string", "Aliquam consequatur dolorem saepe quidem."], ["unique", 3], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:35:01.684454"], ["updated_at", "2020-11-24 14:35:01.684454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.9ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 4.94234423418866], ["string", "Maiores quo consequatur."], ["unique", 10], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:35:50.381528"], ["updated_at", "2020-11-24 14:35:50.381528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 17.7903846540066], ["string", "Eveniet iste omnis veniam."], ["unique", 9], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:35:50.384410"], ["updated_at", "2020-11-24 14:35:50.384410"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 14.5614612490697], ["string", "Voluptatem est nostrum eos."], ["unique", 5], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:35:50.386727"], ["updated_at", "2020-11-24 14:35:50.386727"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 6.97239915345451], ["string", "Consequuntur rem voluptas."], ["unique", 3], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:35:50.389000"], ["updated_at", "2020-11-24 14:35:50.389000"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 4.33974436178275], ["string", "Esse vel at est aut."], ["unique", 1], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:35:50.391337"], ["updated_at", "2020-11-24 14:35:50.391337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 17.6065356928947], ["string", "Natus qui tempora."], ["unique", 8], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:35:50.393689"], ["updated_at", "2020-11-24 14:35:50.393689"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 0.920448477905944], ["string", "Pariatur sunt qui fuga occaecati."], ["unique", 6], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:35:50.395978"], ["updated_at", "2020-11-24 14:35:50.395978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 9.40979117961308], ["string", "Sed eveniet expedita aliquam assumenda."], ["unique", 7], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:35:50.398223"], ["updated_at", "2020-11-24 14:35:50.398223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1035], ["decimal", 3.36638426488382], ["string", "Soluta deleniti omnis et est laborum."], ["unique", 4], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:35:50.400613"], ["updated_at", "2020-11-24 14:35:50.400613"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 22.1771001555884], ["string", "Laborum quis labore tempora quisquam."], ["unique", 2], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:35:50.403730"], ["updated_at", "2020-11-24 14:35:50.403730"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 0.298708139880949], ["string", "Iure omnis omnis."], ["unique", 5], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:35:50.410099"], ["updated_at", "2020-11-24 14:35:50.410099"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1019], ["decimal", 29.3292710617321], ["string", "Nihil a omnis."], ["unique", 7], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:35:50.413360"], ["updated_at", "2020-11-24 14:35:50.413360"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 8.68998095228516], ["string", "Error sed eos deleniti eius."], ["unique", 9], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:35:50.416392"], ["updated_at", "2020-11-24 14:35:50.416392"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1030], ["decimal", 23.4948368914736], ["string", "Et dolor non pariatur rerum."], ["unique", 3], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:35:50.418898"], ["updated_at", "2020-11-24 14:35:50.418898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 19.9384042053547], ["string", "Dicta aliquid aut et."], ["unique", 2], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:35:50.421482"], ["updated_at", "2020-11-24 14:35:50.421482"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 1.72092407270416], ["string", "Qui voluptatum aliquam."], ["unique", 1], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:35:50.423945"], ["updated_at", "2020-11-24 14:35:50.423945"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1032], ["decimal", 4.01400840114006], ["string", "Quidem ratione blanditiis mollitia et non."], ["unique", 6], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:35:50.426226"], ["updated_at", "2020-11-24 14:35:50.426226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 12.915751118079], ["string", "Molestiae quae architecto sed accusantium."], ["unique", 8], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:35:50.428505"], ["updated_at", "2020-11-24 14:35:50.428505"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 4.52926975803111], ["string", "Sed ad dolores quis."], ["unique", 10], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:35:50.430795"], ["updated_at", "2020-11-24 14:35:50.430795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 5.64060879836929], ["string", "Eum beatae quia consequatur sed cum."], ["unique", 4], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:35:50.433304"], ["updated_at", "2020-11-24 14:35:50.433304"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1013], ["decimal", 5.40757000458797], ["string", "Rerum consequatur voluptatem."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:35:50.470528"], ["updated_at", "2020-11-24 14:35:50.470528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 21.3023653611078], ["string", "Odit accusantium veritatis quis."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:35:50.508120"], ["updated_at", "2020-11-24 14:35:50.508120"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 9.97845967941472], ["string", "Aut atque ea enim."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:35:50.555614"], ["updated_at", "2020-11-24 14:35:50.555614"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 13.3518013641426], ["string", "Magnam error ut hic repellendus."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:35:50.593798"], ["updated_at", "2020-11-24 14:35:50.593798"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 7.14144035805376], ["string", "Aut hic similique et quis optio."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:35:50.630482"], ["updated_at", "2020-11-24 14:35:50.630482"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 2.80306755549428], ["string", "Nulla nisi reprehenderit rerum accusamus et."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:35:50.667511"], ["updated_at", "2020-11-24 14:35:50.667511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1030], ["decimal", 11.0428539907059], ["string", "Accusamus at ducimus deleniti quod."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:35:50.704482"], ["updated_at", "2020-11-24 14:35:50.704482"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 7.1395364575991], ["string", "Perspiciatis laborum est velit consequatur."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:35:50.741081"], ["updated_at", "2020-11-24 14:35:50.741081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 11.4095595442308], ["string", "Ut vel nisi."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:35:50.777930"], ["updated_at", "2020-11-24 14:35:50.777930"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1019], ["decimal", 2.53783445646833], ["string", "Nisi iste eveniet ut ratione ipsum."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:35:50.820542"], ["updated_at", "2020-11-24 14:35:50.820542"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.0ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.7ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.6ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.5ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 15.2068798003328], ["string", "Ea repellat accusantium molestias."], ["unique", 7], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:36:12.929239"], ["updated_at", "2020-11-24 14:36:12.929239"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 7.24562323985052], ["string", "Qui voluptas tempore."], ["unique", 1], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:36:12.931944"], ["updated_at", "2020-11-24 14:36:12.931944"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1004], ["decimal", 3.60340698573618], ["string", "Doloremque adipisci sed."], ["unique", 4], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:36:12.934247"], ["updated_at", "2020-11-24 14:36:12.934247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1032], ["decimal", 3.56487848271555], ["string", "A rerum dolor fugiat repellendus."], ["unique", 3], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:36:12.936491"], ["updated_at", "2020-11-24 14:36:12.936491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 12.3027208890205], ["string", "Error excepturi esse."], ["unique", 2], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:36:12.938800"], ["updated_at", "2020-11-24 14:36:12.938800"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 25.4610975118355], ["string", "Praesentium provident maxime sed placeat explicabo."], ["unique", 8], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:36:12.941201"], ["updated_at", "2020-11-24 14:36:12.941201"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 5.81139185529503], ["string", "Asperiores accusantium consequatur voluptas fugiat nihil."], ["unique", 6], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:36:12.943510"], ["updated_at", "2020-11-24 14:36:12.943510"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1014], ["decimal", 3.7879754117737], ["string", "Reiciendis rerum eum."], ["unique", 9], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:36:12.945794"], ["updated_at", "2020-11-24 14:36:12.945794"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 7.29150057787144], ["string", "Dicta quod consequatur officia."], ["unique", 5], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:36:12.948021"], ["updated_at", "2020-11-24 14:36:12.948021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 6.48687398076561], ["string", "Ut deleniti aut animi quaerat."], ["unique", 10], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:36:12.950387"], ["updated_at", "2020-11-24 14:36:12.950387"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 4.1559351489259], ["string", "Temporibus consectetur explicabo ipsam in."], ["unique", 3], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:36:12.954853"], ["updated_at", "2020-11-24 14:36:12.954853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 22.3058711852728], ["string", "Voluptatem quis mollitia."], ["unique", 6], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:36:12.957903"], ["updated_at", "2020-11-24 14:36:12.957903"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 1.2197823208354], ["string", "Laborum et voluptate minus sint qui."], ["unique", 7], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:36:12.960862"], ["updated_at", "2020-11-24 14:36:12.960862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 7.28322022280304], ["string", "Ea ut nisi."], ["unique", 10], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:36:12.964775"], ["updated_at", "2020-11-24 14:36:12.964775"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1043], ["decimal", 8.85980429480137], ["string", "Culpa in nihil."], ["unique", 1], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:36:12.967944"], ["updated_at", "2020-11-24 14:36:12.967944"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1036], ["decimal", 6.07407009735298], ["string", "Ad illo et tempora."], ["unique", 4], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:36:12.970392"], ["updated_at", "2020-11-24 14:36:12.970392"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 33.3536647848055], ["string", "Repudiandae omnis officiis."], ["unique", 9], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:36:12.972661"], ["updated_at", "2020-11-24 14:36:12.972661"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1010], ["decimal", 2.59093155910373], ["string", "Blanditiis odio quidem."], ["unique", 8], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:36:12.975067"], ["updated_at", "2020-11-24 14:36:12.975067"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 3.52034072010674], ["string", "Velit modi voluptatem in accusamus officiis."], ["unique", 2], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:36:12.977566"], ["updated_at", "2020-11-24 14:36:12.977566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 17.8774871366915], ["string", "Minus nemo quae itaque."], ["unique", 5], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:36:12.980026"], ["updated_at", "2020-11-24 14:36:12.980026"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 0.195470575747353], ["string", "Sequi magni quam ea enim in."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:36:13.028117"], ["updated_at", "2020-11-24 14:36:13.028117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 12.7169544313433], ["string", "Quibusdam corrupti ut voluptatibus."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:36:13.066665"], ["updated_at", "2020-11-24 14:36:13.066665"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 3.46760069040025], ["string", "Quae repudiandae repellat repellendus."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:36:13.103654"], ["updated_at", "2020-11-24 14:36:13.103654"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 1.25942722041589], ["string", "Nemo cupiditate exercitationem eaque consequatur et."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:36:13.140964"], ["updated_at", "2020-11-24 14:36:13.140964"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 15.7933849712842], ["string", "Voluptatem iste et sit ad dolorem."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:36:13.178283"], ["updated_at", "2020-11-24 14:36:13.178283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 1.37657386989566], ["string", "Minus ea et et."], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:36:13.215590"], ["updated_at", "2020-11-24 14:36:13.215590"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 10.5422088152195], ["string", "In sequi nobis et."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:36:13.257846"], ["updated_at", "2020-11-24 14:36:13.257846"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 0.460778462766049], ["string", "Et vel aliquam ut."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:36:13.295671"], ["updated_at", "2020-11-24 14:36:13.295671"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1009], ["decimal", 11.6298446578226], ["string", "Id aut ut occaecati."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:36:13.332983"], ["updated_at", "2020-11-24 14:36:13.332983"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 2.2836745911447], ["string", "Eius in fugiat velit eum rerum."], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:36:13.369997"], ["updated_at", "2020-11-24 14:36:13.369997"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 594 39773 Johnna Knoll, Josechester, AR 98927-8503"], ["city", "Shanellechester"], ["country", "Costa Rica"], ["description", "Voluptate facere fuga. Fugit nobis ut. Eos voluptas consequuntur. Et officia ut. Dolor dolores doloribus."], ["email", "berry@example.net"], ["first_name", "Janise"], ["firstname", "Jenee"], ["last_name", "Wintheiser"], ["lastname", "Schroeder"], ["lat", "13.460554204065645"], ["latitute", "-56.8802665630307"], ["lng", "9.36303717473183"], ["locale", "MG"], ["longitude", "-101.14369009233062"], ["middlename", "Reinger"], ["middle_name", "Lowe"], ["password", "Ot0El6Va"], ["phone", "1-787-162-0222 x0977"], ["phone_number", "(724) 456-6519 x960"], ["reference", "fdae027c-eaa8-46ab-9c35-6e5013c375f0"], ["title", "Cum accusamus explicabo impedit."], ["user_name", "eilene_green"], ["username", "elmo"], ["uuid", "863a3d0b-1138-42a6-9ee0-e36ae90bf036"], ["created_at", "2020-11-24 14:36:13.435205"], ["updated_at", "2020-11-24 14:36:13.435205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 292 54210 Arlen Tunnel, Kilbackchester, MA 93603"], ["city", "MacGyverfurt"], ["country", "Iraq"], ["description", "Quidem voluptas magnam. Doloribus voluptates autem. Ullam consequatur facere. Accusamus error quae. Vero nihil est."], ["email", "shakita@example.org"], ["first_name", "Johnson"], ["firstname", "Tari"], ["last_name", "Paucek"], ["lastname", "Casper"], ["lat", "-51.63667883486219"], ["latitute", "-78.00154160571896"], ["lng", "131.6524490388449"], ["locale", "MT"], ["longitude", "35.670828312688116"], ["middlename", "Jaskolski"], ["middle_name", "White"], ["password", "28FqX2jPkLe"], ["phone", "(284) 337-0643"], ["phone_number", "1-296-825-4209 x3479"], ["reference", "59f562ba-d5cc-4a06-95e2-811ffa844cb2"], ["title", "Rerum quae laboriosam."], ["user_name", "laverne.keebler"], ["username", "sari"], ["uuid", "127f496b-aeac-4d05-a037-6485874bb0a8"], ["created_at", "2020-11-24 14:36:13.467365"], ["updated_at", "2020-11-24 14:36:13.467365"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 915 1384 Silva Centers, Leuschkehaven, MS 65897-7679"], ["city", "North Frances"], ["country", "Kiribati"], ["description", "At rem adipisci. Laborum illum dignissimos. Et consectetur ab."], ["email", "damien@example.com"], ["first_name", "Jared"], ["firstname", "Stacey"], ["last_name", "Davis"], ["lastname", "Mayert"], ["lat", "-74.15652062305439"], ["latitute", "-52.40460055588167"], ["lng", "-89.06701393865978"], ["locale", "NU"], ["longitude", "103.99883712599956"], ["middlename", "Botsford"], ["middle_name", "Walsh"], ["password", "FcNpPc4BnTdP"], ["phone", "940-376-9745"], ["phone_number", "143.886.6429"], ["reference", "8747887a-6423-4d08-92f7-81a21f36df1e"], ["title", "Rerum qui et."], ["user_name", "manuel"], ["username", "latia.von"], ["uuid", "67d31c6b-ba4f-4266-82bf-1dbd14fd7060"], ["created_at", "2020-11-24 14:36:13.490085"], ["updated_at", "2020-11-24 14:36:13.490085"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 538 28318 Kristofer Route, Lake Fritzshire, NV 43860"], ["city", "Kirktown"], ["country", "Solomon Islands"], ["description", "Enim inventore est. Nostrum sit quis. Qui dolores officiis."], ["email", "darcey_schowalter@example.info"], ["first_name", "Gearldine"], ["firstname", "Carlos"], ["last_name", "Mayer"], ["lastname", "Swift"], ["lat", "17.74078817681493"], ["latitute", "88.16460629065125"], ["lng", "12.840850679639146"], ["locale", "ME"], ["longitude", "-70.09325103578168"], ["middlename", "Gislason"], ["middle_name", "Mertz"], ["password", "So441K5fVrE5m"], ["phone", "1-906-119-7782 x1348"], ["phone_number", "1-889-385-5968 x24276"], ["reference", "774ddb08-0e41-44da-9656-d502010c4b9d"], ["title", "Recusandae eaque accusamus sunt rerum velit."], ["user_name", "brent.ritchie"], ["username", "kazuko.collier"], ["uuid", "1835850f-7fda-4f0f-9d26-f2f68c1c3427"], ["created_at", "2020-11-24 14:36:13.511934"], ["updated_at", "2020-11-24 14:36:13.511934"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "713 Rath Mill, Elaineberg, OH 64498-8387"], ["city", "South Kara"], ["country", "Sierra Leone"], ["description", "Impedit quas sed. Laborum quis praesentium. Provident autem blanditiis. Sit aspernatur expedita."], ["email", "shane@example.com"], ["first_name", "Lanny"], ["firstname", "Berenice"], ["last_name", "Lockman"], ["lastname", "Hagenes"], ["lat", "-44.142409447548005"], ["latitute", "21.90333957912165"], ["lng", "148.0941403775418"], ["locale", "LY"], ["longitude", "-174.93971741435973"], ["middlename", "Yost"], ["middle_name", "Fritsch"], ["password", "P7wJpLwZ8gB7y"], ["phone", "191.370.1735 x4587"], ["phone_number", "788.564.9285 x71994"], ["reference", "06aa3b2d-50ba-4887-b4ec-fb35ab7cf315"], ["title", "Sed non officiis ut maiores."], ["user_name", "josephine"], ["username", "del"], ["uuid", "da9599d5-b7f6-4b1c-9125-b033ef232326"], ["created_at", "2020-11-24 14:36:13.533586"], ["updated_at", "2020-11-24 14:36:13.533586"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 218 29843 Macejkovic Light, North Zola, NE 68477-9502"], ["city", "Danfurt"], ["country", "Bosnia and Herzegovina"], ["description", "Vel magnam ullam. Delectus voluptate quos."], ["email", "sima@example.biz"], ["first_name", "Jude"], ["firstname", "Galen"], ["last_name", "Conroy"], ["lastname", "Doyle"], ["lat", "29.803435251661"], ["latitute", "-69.35263325827836"], ["lng", "-51.66670841912668"], ["locale", "NC"], ["longitude", "145.35116400815946"], ["middlename", "Batz"], ["middle_name", "Kirlin"], ["password", "BkYuKn7XpTjB1"], ["phone", "1-559-128-7210 x9426"], ["phone_number", "(631) 915-2760"], ["reference", "e774285d-5243-43e1-bca4-2fdd9702a50c"], ["title", "Eos iure optio totam."], ["user_name", "yahaira"], ["username", "arianne.runte"], ["uuid", "2020cf24-1a17-47ca-bac3-007c60edabf1"], ["created_at", "2020-11-24 14:36:13.555073"], ["updated_at", "2020-11-24 14:36:13.555073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 204 5871 Erdman Pass, North Johnnieborough, NJ 98083"], ["city", "New Mirandabury"], ["country", "Guinea"], ["description", "Eaque optio soluta. Rerum vel magni. Ex vero quo."], ["email", "edwardo_ortiz@example.info"], ["first_name", "Cruz"], ["firstname", "Ignacio"], ["last_name", "Rath"], ["lastname", "Schulist"], ["lat", "12.743269383998552"], ["latitute", "-26.250216121830775"], ["lng", "-114.34643276960078"], ["locale", "ZA"], ["longitude", "103.01745235200866"], ["middlename", "Treutel"], ["middle_name", "Metz"], ["password", "9VhW3gMeDdXr2U"], ["phone", "(379) 484-5587 x7145"], ["phone_number", "(843) 585-8656"], ["reference", "2386334d-b700-4dea-9568-94160e0364f7"], ["title", "Dignissimos rem maiores voluptas et."], ["user_name", "carin"], ["username", "edwin_dibbert"], ["uuid", "de2a76af-56ff-41de-9c7c-fd103bfebdb1"], ["created_at", "2020-11-24 14:36:13.576606"], ["updated_at", "2020-11-24 14:36:13.576606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2527 Gutmann Gateway, Kundemouth, NE 40004"], ["city", "West Earle"], ["country", "Liberia"], ["description", "Provident aut sed. Nostrum ut quod. Aut iure velit. Qui consectetur ut. Distinctio ipsum iure."], ["email", "michiko@example.org"], ["first_name", "Tena"], ["firstname", "Robbi"], ["last_name", "Rolfson"], ["lastname", "Hartmann"], ["lat", "52.32203527641755"], ["latitute", "7.465584036075285"], ["lng", "153.3809855162001"], ["locale", "MM"], ["longitude", "161.13338051016638"], ["middlename", "Lowe"], ["middle_name", "Graham"], ["password", "BnU6yH4f00"], ["phone", "(326) 494-3166 x73476"], ["phone_number", "(158) 734-8913 x0162"], ["reference", "49d382c7-46c7-4bba-be50-954518b4652a"], ["title", "Consequatur necessitatibus ipsum officiis."], ["user_name", "luis"], ["username", "alvina.huel"], ["uuid", "1cfdea10-1c15-4583-acb7-6788afeb94eb"], ["created_at", "2020-11-24 14:36:13.598109"], ["updated_at", "2020-11-24 14:36:13.598109"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 600 706 Harris Light, Stammhaven, OH 51963"], ["city", "Port Dexter"], ["country", "Qatar"], ["description", "Ullam ut vel. Quisquam eveniet dolores."], ["email", "rex@example.org"], ["first_name", "Chong"], ["firstname", "Jolynn"], ["last_name", "Kerluke"], ["lastname", "Jakubowski"], ["lat", "-28.099334901883132"], ["latitute", "-55.6954963276054"], ["lng", "50.31312304376024"], ["locale", "MQ"], ["longitude", "-44.794492004320574"], ["middlename", "Kris"], ["middle_name", "Kovacek"], ["password", "4W6m3Mt4A8a4Pr5F"], ["phone", "(787) 060-5183 x72683"], ["phone_number", "(509) 737-0697 x6870"], ["reference", "d4fd9516-21de-43e5-a0ca-a8f6e57c7bac"], ["title", "Et veritatis nisi sunt."], ["user_name", "kasandra"], ["username", "ian"], ["uuid", "8d1246db-d37f-4ef1-a843-ba68cd6f4cb7"], ["created_at", "2020-11-24 14:36:13.628135"], ["updated_at", "2020-11-24 14:36:13.628135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 147 307 Yoshie Place, Lake Dale, FL 10062-6229"], ["city", "New Isela"], ["country", "Grenada"], ["description", "Deleniti ut earum. Deserunt unde pariatur."], ["email", "dominga@example.com"], ["first_name", "Doyle"], ["firstname", "Lorna"], ["last_name", "Turcotte"], ["lastname", "Waters"], ["lat", "66.9798587337695"], ["latitute", "50.77886285063798"], ["lng", "-42.319036058274634"], ["locale", "GH"], ["longitude", "173.2851727859383"], ["middlename", "Hauck"], ["middle_name", "Schaefer"], ["password", "V9gC5o5AxR4x"], ["phone", "(908) 462-3342 x6006"], ["phone_number", "134.412.3614"], ["reference", "1af2308b-b6ea-401f-9456-c8bc312cae07"], ["title", "Quaerat maxime omnis."], ["user_name", "madelene.pfannerstill"], ["username", "mason.swift"], ["uuid", "7f77047a-074c-46cd-9134-d509e740895a"], ["created_at", "2020-11-24 14:36:13.650461"], ["updated_at", "2020-11-24 14:36:13.650461"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:13.673368"], ["updated_at", "2020-11-24 14:36:13.673368"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:13.680319"], ["updated_at", "2020-11-24 14:36:13.680319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 162 537 Denesik Lodge, Lake Linsey, HI 69695"], ["city", "West Chung"], ["country", "Heard Island and McDonald Islands"], ["description", "Omnis quas aut. Qui aperiam deleniti. Mollitia explicabo voluptatem. Qui et saepe."], ["email", "felisha.bailey@example.info"], ["first_name", "Enrique"], ["firstname", "Micha"], ["last_name", "Wisoky"], ["lastname", "Reichert"], ["lat", "27.502136242523136"], ["latitute", "13.920357013155382"], ["lng", "-148.68434225099227"], ["locale", "BF"], ["longitude", "167.74233143528005"], ["middlename", "Nader"], ["middle_name", "Purdy"], ["password", "U625iBgV"], ["phone", "884.327.3582 x975"], ["phone_number", "(841) 370-9911 x358"], ["reference", "1b4e7161-abe4-424e-a376-2fd602af8d5b"], ["title", "Distinctio labore dolore rerum."], ["user_name", "dewey_lueilwitz"], ["username", "anna_hodkiewicz"], ["uuid", "09861c07-088d-44d1-9e46-481c30ce876c"], ["created_at", "2020-11-24 14:36:13.705217"], ["updated_at", "2020-11-24 14:36:13.705217"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 7.66672230645328], ["string", "Asperiores et mollitia est vel architecto."], ["date", "2020-11-01"], ["time", "2000-01-01 19:51:07.658249"], ["datetime", "2020-12-30 08:17:50.295695"], ["created_at", "2020-11-24 14:36:13.713811"], ["updated_at", "2020-11-24 14:36:13.713811"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:36:13.718083"], ["updated_at", "2020-11-24 14:36:13.718083"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:36:13.722386"], ["updated_at", "2020-11-24 14:36:13.722386"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 21.7764239558958], ["string", "Voluptate quia et aliquid ut."], ["unique", 6], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:36:13.725139"], ["updated_at", "2020-11-24 14:36:13.725139"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:13.734407"], ["updated_at", "2020-11-24 14:36:13.734407"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:36:13.737353"], ["updated_at", "2020-11-24 14:36:13.737353"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 14:36:13.742235"], ["updated_at", "2020-11-24 14:36:13.742235"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 14:36:13.747922"], ["updated_at", "2020-11-24 14:36:13.747922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:13.754005"], ["updated_at", "2020-11-24 14:36:13.754005"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:13.754940"], ["updated_at", "2020-11-24 14:36:13.754940"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:13.755585"], ["updated_at", "2020-11-24 14:36:13.755585"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.0ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:13.756314"], ["updated_at", "2020-11-24 14:36:13.756314"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:13.756956"], ["updated_at", "2020-11-24 14:36:13.756956"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:13.757608"], ["updated_at", "2020-11-24 14:36:13.757608"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:13.758248"], ["updated_at", "2020-11-24 14:36:13.758248"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:13.758890"], ["updated_at", "2020-11-24 14:36:13.758890"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:13.760292"], ["updated_at", "2020-11-24 14:36:13.760292"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:13.761688"], ["updated_at", "2020-11-24 14:36:13.761688"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:13.763136"], ["updated_at", "2020-11-24 14:36:13.763136"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:13.764494"], ["updated_at", "2020-11-24 14:36:13.764494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:13.765940"], ["updated_at", "2020-11-24 14:36:13.765940"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:13.767203"], ["updated_at", "2020-11-24 14:36:13.767203"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:13.768543"], ["updated_at", "2020-11-24 14:36:13.768543"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:13.769956"], ["updated_at", "2020-11-24 14:36:13.769956"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "421 Maritza Villages, West Octaviaville, ID 97160-1347"], ["city", "Port Mariomouth"], ["country", "Afghanistan"], ["description", "Consequatur recusandae cum. Ex nihil dolores. Cum quia totam. Dolor quo temporibus. Rerum quidem voluptas."], ["email", "james@example.org"], ["first_name", "Delisa"], ["firstname", "Carmen"], ["last_name", "Bashirian"], ["lastname", "Keeling"], ["lat", "-43.5915229421384"], ["latitute", "-54.480807872124075"], ["lng", "-92.27010916639904"], ["locale", "NO"], ["longitude", "-158.18807550520197"], ["middlename", "Dietrich"], ["middle_name", "Erdman"], ["password", "SnTiDsW3"], ["phone", "410-460-5815"], ["phone_number", "132-730-1699 x110"], ["reference", "64f1f403-798b-4417-b835-8baefac67381"], ["title", "Facere dolores ut sint velit sint."], ["user_name", "lance"], ["username", "bret"], ["uuid", "52326eed-b14d-45a4-8e06-e74af897ad31"], ["created_at", "2020-11-24 14:36:13.805217"], ["updated_at", "2020-11-24 14:36:13.805217"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "45594 Keesha Port, Swifthaven, LA 54696-4714"], ["city", "Mckinleyland"], ["country", "Azerbaijan"], ["description", "Voluptas ipsa voluptate. Veritatis voluptatem error. Itaque placeat velit. Vitae nihil illum. Qui modi sapiente."], ["email", "elliot_yost@example.net"], ["first_name", "Eusebio"], ["firstname", "Candida"], ["last_name", "Watsica"], ["lastname", "Von"], ["lat", "59.16888704384937"], ["latitute", "-57.72367428715277"], ["lng", "51.471024305399965"], ["locale", "GN"], ["longitude", "75.46255074516245"], ["middlename", "Ziemann"], ["middle_name", "Jerde"], ["password", "S4cRfFvR3xN9"], ["phone", "625-117-6571 x264"], ["phone_number", "426.401.1653 x01121"], ["reference", "65cdf8e7-884d-4287-8dd0-ee5a2b7b9114"], ["title", "Dolor necessitatibus et."], ["user_name", "ervin_olson"], ["username", "isaias_lind"], ["uuid", "db85ec34-49aa-4779-86ef-6c1e372561e3"], ["created_at", "2020-11-24 14:36:13.855446"], ["updated_at", "2020-11-24 14:36:13.855446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "292 Adams Island, New Akikoborough, NY 13549-3521"], ["city", "North Duaneburgh"], ["country", "Antigua and Barbuda"], ["description", "Eaque sit consectetur. Quidem voluptas soluta. Occaecati sit eligendi. Consectetur quae doloribus. Voluptatem atque delectus."], ["email", "jules_ratke@example.info"], ["first_name", "Celsa"], ["firstname", "Elmo"], ["last_name", "Boyer"], ["lastname", "McDermott"], ["lat", "68.51338313394243"], ["latitute", "33.62693659039432"], ["lng", "-145.43797377710325"], ["locale", "JM"], ["longitude", "-106.90467810630106"], ["middlename", "Armstrong"], ["middle_name", "Hansen"], ["password", "TnSe7IcKhV"], ["phone", "(580) 610-6639 x3732"], ["phone_number", "333-522-5163 x1614"], ["reference", "11ebc2ef-4c0c-4f56-9d0e-1b04287efbd2"], ["title", "Blanditiis sed delectus sit."], ["user_name", "calvin"], ["username", "daisy"], ["uuid", "ab623a80-7231-40ee-800f-84ee844da11b"], ["created_at", "2020-11-24 14:36:13.882433"], ["updated_at", "2020-11-24 14:36:13.882433"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "616 Sauer Hill, Birgitville, SC 49087"], ["city", "South Clifford"], ["country", "Cayman Islands"], ["description", "Nemo dolorem sunt. Ea debitis ut. Tempora natus fugit. Est quis illo. Ipsa quo eos."], ["email", "floria.sanford@example.io"], ["first_name", "Luke"], ["firstname", "Hunter"], ["last_name", "Leffler"], ["lastname", "Blanda"], ["lat", "46.54833502393089"], ["latitute", "60.685485457970685"], ["lng", "-20.142319667874744"], ["locale", "HT"], ["longitude", "117.40371002219109"], ["middlename", "Zboncak"], ["middle_name", "West"], ["password", "OcFi5QxZcSe5PfJ"], ["phone", "1-751-839-4705 x926"], ["phone_number", "227-135-5009 x41485"], ["reference", "71784127-f419-40a3-944d-84bf3e321e88"], ["title", "Harum amet minus eum."], ["user_name", "augustus"], ["username", "lazaro"], ["uuid", "b49474c7-309d-4c02-a4af-1b439023f21e"], ["created_at", "2020-11-24 14:36:13.904727"], ["updated_at", "2020-11-24 14:36:13.904727"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 655 738 Huels Mission, Rippinport, SD 78716-6625"], ["city", "Lake Ottoville"], ["country", "Mayotte"], ["description", "Consequatur ea minima. Labore tempora et. Quae laudantium provident."], ["email", "dierdre.koch@example.net"], ["first_name", "Val"], ["firstname", "Frank"], ["last_name", "Denesik"], ["lastname", "Conroy"], ["lat", "-42.968794944226765"], ["latitute", "30.542153618803624"], ["lng", "118.64778472180228"], ["locale", "AD"], ["longitude", "-157.2690464929629"], ["middlename", "Kautzer"], ["middle_name", "Anderson"], ["password", "ShBfB9gJeRo"], ["phone", "1-605-595-7093 x97019"], ["phone_number", "455-489-9030"], ["reference", "6b8c9dec-8b91-4a76-945a-804900b4a2f2"], ["title", "Sunt cumque ut."], ["user_name", "galina_emmerich"], ["username", "christiane"], ["uuid", "e7ab46ac-c204-4804-81b4-eedb815df5c3"], ["created_at", "2020-11-24 14:36:13.926574"], ["updated_at", "2020-11-24 14:36:13.926574"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 934 468 Dach Drive, Johniefurt, LA 72914"], ["city", "South Micheline"], ["country", "Costa Rica"], ["description", "Consequatur repellendus commodi. Minima aut inventore. Sed enim molestias. Qui sunt explicabo."], ["email", "courtney@example.info"], ["first_name", "Matthew"], ["firstname", "Blair"], ["last_name", "Weber"], ["lastname", "Torphy"], ["lat", "60.44651521402179"], ["latitute", "53.9469635040964"], ["lng", "-86.50795318204511"], ["locale", "BJ"], ["longitude", "43.74885197458519"], ["middlename", "Champlin"], ["middle_name", "Konopelski"], ["password", "1Bt8OsQa0Tu9Hb7"], ["phone", "1-999-850-3870 x34722"], ["phone_number", "1-620-962-0857 x38341"], ["reference", "a04a1e86-31a8-436b-832c-df1b79584cf6"], ["title", "Et sunt consectetur."], ["user_name", "asley_oberbrunner"], ["username", "renita.schaefer"], ["uuid", "67931d41-b561-4bb1-b399-905b70018d37"], ["created_at", "2020-11-24 14:36:13.948427"], ["updated_at", "2020-11-24 14:36:13.948427"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 477 960 Deckow Flats, Gradyton, ID 22501"], ["city", "North Terica"], ["country", "Vanuatu"], ["description", "Dolorem quo voluptatem. Voluptatibus aliquid optio. Voluptatem ea sunt. Sint perspiciatis est."], ["email", "teddy.mayer@example.net"], ["first_name", "Adolph"], ["firstname", "Maxwell"], ["last_name", "Mraz"], ["lastname", "Mohr"], ["lat", "60.28964474367129"], ["latitute", "-6.7474791748119"], ["lng", "44.675778100068044"], ["locale", "TD"], ["longitude", "-2.1391302440414677"], ["middlename", "Kulas"], ["middle_name", "Veum"], ["password", "CgTnFdHz"], ["phone", "(752) 225-8984 x6594"], ["phone_number", "391-188-5037"], ["reference", "b7b477f4-e0ff-4226-82fc-edae1c955a93"], ["title", "Enim repudiandae quis itaque."], ["user_name", "edison_schneider"], ["username", "maxie.kulas"], ["uuid", "6d170a37-be86-42d0-8e18-342cab0fb326"], ["created_at", "2020-11-24 14:36:13.969996"], ["updated_at", "2020-11-24 14:36:13.969996"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "65904 Billi Crescent, Bayerbury, KY 97200"], ["city", "East Eveline"], ["country", "Ukraine"], ["description", "Eius voluptatem atque. Nam dolorum amet. Quibusdam asperiores ad."], ["email", "russel_wunsch@example.org"], ["first_name", "Kenton"], ["firstname", "Tonisha"], ["last_name", "Sporer"], ["lastname", "Murray"], ["lat", "-9.908378439613585"], ["latitute", "-42.51267375483291"], ["lng", "6.377103270102481"], ["locale", "TC"], ["longitude", "130.00049929353622"], ["middlename", "Kshlerin"], ["middle_name", "Brakus"], ["password", "MsC4j7Br9"], ["phone", "(260) 275-3752"], ["phone_number", "1-620-653-1451 x7507"], ["reference", "8d589cb5-cde9-4c34-b2f6-c94fd75969bf"], ["title", "Quae nobis beatae dolorum."], ["user_name", "ralph"], ["username", "omar"], ["uuid", "64b8717c-dc38-45a3-a400-a5a2565e6294"], ["created_at", "2020-11-24 14:36:13.991631"], ["updated_at", "2020-11-24 14:36:13.991631"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 33], ["decimal", 0.177816117788582], ["string", "Quo nam atque hic esse."], ["date", "2020-11-18"], ["time", "2000-01-01 16:23:02.373204"], ["datetime", "2020-11-16 15:15:13.199705"], ["created_at", "2020-11-24 14:36:13.994365"], ["updated_at", "2020-11-24 14:36:13.994365"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 18.0014573047332], ["string", "Vel ea illum earum facilis."], ["date", "2020-10-28"], ["time", "2000-01-01 08:52:22.104541"], ["datetime", "2021-01-05 14:14:08.261335"], ["created_at", "2020-11-24 14:36:13.996671"], ["updated_at", "2020-11-24 14:36:13.996671"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 10.4760096311908], ["string", "Magnam omnis aliquam nulla."], ["date", "2020-10-25"], ["time", "2000-01-01 02:35:32.004179"], ["datetime", "2020-12-21 07:36:01.163930"], ["created_at", "2020-11-24 14:36:13.998838"], ["updated_at", "2020-11-24 14:36:13.998838"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 6.57008986801659], ["string", "Vitae exercitationem et accusamus omnis."], ["date", "2020-11-12"], ["time", "2000-01-01 06:02:10.549340"], ["datetime", "2020-12-07 20:48:15.495154"], ["created_at", "2020-11-24 14:36:14.000990"], ["updated_at", "2020-11-24 14:36:14.000990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 17], ["decimal", 6.2478768857458], ["string", "Qui porro quod voluptatum ut quam."], ["date", "2020-11-07"], ["time", "2000-01-01 02:47:36.248759"], ["datetime", "2020-12-07 15:31:01.390591"], ["created_at", "2020-11-24 14:36:14.003129"], ["updated_at", "2020-11-24 14:36:14.003129"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 4.79741101621724], ["string", "Omnis dolores corporis ipsum eius."], ["date", "2020-12-19"], ["time", "2000-01-01 15:12:48.033160"], ["datetime", "2020-12-09 03:27:51.485793"], ["created_at", "2020-11-24 14:36:14.005282"], ["updated_at", "2020-11-24 14:36:14.005282"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 0.884962277694562], ["string", "Unde explicabo quisquam laboriosam et ut."], ["date", "2020-12-10"], ["time", "2000-01-01 22:42:31.503177"], ["datetime", "2020-12-27 09:38:08.113100"], ["created_at", "2020-11-24 14:36:14.007526"], ["updated_at", "2020-11-24 14:36:14.007526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 16], ["decimal", 3.4817685281924], ["string", "Consequatur est aut architecto dignissimos."], ["date", "2020-10-29"], ["time", "2000-01-01 00:42:30.202605"], ["datetime", "2020-11-22 02:54:28.866464"], ["created_at", "2020-11-24 14:36:14.009721"], ["updated_at", "2020-11-24 14:36:14.009721"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:36:14.011254"], ["updated_at", "2020-11-24 14:36:14.011254"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:36:14.012413"], ["updated_at", "2020-11-24 14:36:14.012413"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:36:14.013497"], ["updated_at", "2020-11-24 14:36:14.013497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:36:14.014557"], ["updated_at", "2020-11-24 14:36:14.014557"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:36:14.015605"], ["updated_at", "2020-11-24 14:36:14.015605"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:36:14.025511"], ["updated_at", "2020-11-24 14:36:14.025511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:36:14.026823"], ["updated_at", "2020-11-24 14:36:14.026823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:36:14.028077"], ["updated_at", "2020-11-24 14:36:14.028077"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:36:14.029444"], ["updated_at", "2020-11-24 14:36:14.029444"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:36:14.030862"], ["updated_at", "2020-11-24 14:36:14.030862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:36:14.032135"], ["updated_at", "2020-11-24 14:36:14.032135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:36:14.033383"], ["updated_at", "2020-11-24 14:36:14.033383"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:36:14.034612"], ["updated_at", "2020-11-24 14:36:14.034612"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:36:14.035857"], ["updated_at", "2020-11-24 14:36:14.035857"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:36:14.037097"], ["updated_at", "2020-11-24 14:36:14.037097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:36:14.038297"], ["updated_at", "2020-11-24 14:36:14.038297"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 25.4642825713912], ["string", "Iusto ipsam et minima."], ["unique", 7], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:36:14.041022"], ["updated_at", "2020-11-24 14:36:14.041022"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 26.885327932044], ["string", "Ut asperiores consequuntur dolore reiciendis maiores."], ["unique", 10], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:36:14.043646"], ["updated_at", "2020-11-24 14:36:14.043646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 6.7127569197309], ["string", "Enim culpa sit dolorem neque."], ["unique", 1], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:36:14.046096"], ["updated_at", "2020-11-24 14:36:14.046096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 0.334838070650794], ["string", "Expedita qui eum."], ["unique", 8], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:36:14.048523"], ["updated_at", "2020-11-24 14:36:14.048523"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 4.78531305484236], ["string", "Alias omnis rerum velit quibusdam dolorem."], ["unique", 9], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:36:14.050773"], ["updated_at", "2020-11-24 14:36:14.050773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 1.20300547426406], ["string", "Sed est qui."], ["unique", 5], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:36:14.053060"], ["updated_at", "2020-11-24 14:36:14.053060"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1036], ["decimal", 10.0705858060511], ["string", "Non sit ex."], ["unique", 3], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:36:14.055351"], ["updated_at", "2020-11-24 14:36:14.055351"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 2.3875173930656], ["string", "Odit atque quia."], ["unique", 4], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:36:14.057809"], ["updated_at", "2020-11-24 14:36:14.057809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:14.074231"], ["updated_at", "2020-11-24 14:36:14.074231"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:14.075085"], ["updated_at", "2020-11-24 14:36:14.075085"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:14.075726"], ["updated_at", "2020-11-24 14:36:14.075726"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:14.076368"], ["updated_at", "2020-11-24 14:36:14.076368"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:14.076999"], ["updated_at", "2020-11-24 14:36:14.076999"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:14.077617"], ["updated_at", "2020-11-24 14:36:14.077617"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:14.078242"], ["updated_at", "2020-11-24 14:36:14.078242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:14.078858"], ["updated_at", "2020-11-24 14:36:14.078858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:36:14.079515"], ["updated_at", "2020-11-24 14:36:14.079515"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:36:14.080197"], ["updated_at", "2020-11-24 14:36:14.080197"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:36:14.080838"], ["updated_at", "2020-11-24 14:36:14.080838"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:36:14.081476"], ["updated_at", "2020-11-24 14:36:14.081476"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:36:14.082113"], ["updated_at", "2020-11-24 14:36:14.082113"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:36:14.082747"], ["updated_at", "2020-11-24 14:36:14.082747"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:36:14.083389"], ["updated_at", "2020-11-24 14:36:14.083389"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:36:14.084039"], ["updated_at", "2020-11-24 14:36:14.084039"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 14:36:14.085307"], ["updated_at", "2020-11-24 14:36:14.085307"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 14:36:14.086599"], ["updated_at", "2020-11-24 14:36:14.086599"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 14:36:14.087784"], ["updated_at", "2020-11-24 14:36:14.087784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 14:36:14.089021"], ["updated_at", "2020-11-24 14:36:14.089021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 14:36:14.090237"], ["updated_at", "2020-11-24 14:36:14.090237"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 14:36:14.091371"], ["updated_at", "2020-11-24 14:36:14.091371"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 14:36:14.092496"], ["updated_at", "2020-11-24 14:36:14.092496"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 14:36:14.093635"], ["updated_at", "2020-11-24 14:36:14.093635"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-24 14:36:14.095188"], ["updated_at", "2020-11-24 14:36:14.095188"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-24 14:36:14.096739"], ["updated_at", "2020-11-24 14:36:14.096739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-24 14:36:14.098249"], ["updated_at", "2020-11-24 14:36:14.098249"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-24 14:36:14.099735"], ["updated_at", "2020-11-24 14:36:14.099735"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 8], ["created_at", "2020-11-24 14:36:14.101223"], ["updated_at", "2020-11-24 14:36:14.101223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-24 14:36:14.102699"], ["updated_at", "2020-11-24 14:36:14.102699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 7], ["created_at", "2020-11-24 14:36:14.104195"], ["updated_at", "2020-11-24 14:36:14.104195"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-24 14:36:14.105689"], ["updated_at", "2020-11-24 14:36:14.105689"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 24], ["decimal", 5.50727217936564], ["string", "Quia odit hic accusantium nam et."], ["date", "2020-11-20"], ["time", "2000-01-01 01:21:12.664345"], ["datetime", "2020-10-27 00:41:48.158972"], ["created_at", "2020-11-24 14:36:14.134443"], ["updated_at", "2020-11-24 14:36:14.134443"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 38], ["decimal", 6.43467860218503], ["string", "Atque impedit explicabo assumenda iste."], ["date", "2021-01-02"], ["time", "2000-01-01 00:04:04.553569"], ["datetime", "2020-12-18 14:33:25.856954"], ["created_at", "2020-11-24 14:36:14.137308"], ["updated_at", "2020-11-24 14:36:14.137308"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 25], ["decimal", 1.52239441529441], ["string", "Voluptatem quibusdam unde."], ["date", "2020-12-04"], ["time", "2000-01-01 16:35:13.066380"], ["datetime", "2021-01-01 23:32:06.370290"], ["created_at", "2020-11-24 14:36:14.140190"], ["updated_at", "2020-11-24 14:36:14.140190"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 23], ["decimal", 9.75062131483556], ["string", "Cum blanditiis perspiciatis."], ["date", "2020-10-15"], ["time", "2000-01-01 21:04:20.648447"], ["datetime", "2020-12-28 16:42:06.350346"], ["created_at", "2020-11-24 14:36:14.145759"], ["updated_at", "2020-11-24 14:36:14.145759"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 10], ["decimal", 2.45569549420274], ["string", "Harum voluptatem nesciunt ut."], ["date", "2020-10-24"], ["time", "2000-01-01 11:00:33.090251"], ["datetime", "2020-11-08 21:26:47.190473"], ["created_at", "2020-11-24 14:36:14.149528"], ["updated_at", "2020-11-24 14:36:14.149528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 12.7616795816844], ["string", "Harum reiciendis molestiae et dolorem quam."], ["date", "2020-10-25"], ["time", "2000-01-01 18:10:29.188425"], ["datetime", "2020-12-16 21:27:29.509122"], ["created_at", "2020-11-24 14:36:14.153203"], ["updated_at", "2020-11-24 14:36:14.153203"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:14.157103"], ["updated_at", "2020-11-24 14:36:14.157103"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:14.188301"], ["updated_at", "2020-11-24 14:36:14.188301"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:14.189827"], ["updated_at", "2020-11-24 14:36:14.189827"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:14.190901"], ["updated_at", "2020-11-24 14:36:14.190901"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:14.191673"], ["updated_at", "2020-11-24 14:36:14.191673"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:14.192436"], ["updated_at", "2020-11-24 14:36:14.192436"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:14.193173"], ["updated_at", "2020-11-24 14:36:14.193173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:14.193950"], ["updated_at", "2020-11-24 14:36:14.193950"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:14.195209"], ["updated_at", "2020-11-24 14:36:14.195209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:14.197319"], ["updated_at", "2020-11-24 14:36:14.197319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:14.199003"], ["updated_at", "2020-11-24 14:36:14.199003"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:14.200637"], ["updated_at", "2020-11-24 14:36:14.200637"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:14.202119"], ["updated_at", "2020-11-24 14:36:14.202119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:14.203584"], ["updated_at", "2020-11-24 14:36:14.203584"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:14.205472"], ["updated_at", "2020-11-24 14:36:14.205472"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:14.207495"], ["updated_at", "2020-11-24 14:36:14.207495"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:14.209019"], ["updated_at", "2020-11-24 14:36:14.209019"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 821 8018 Coreen Hills, Stantonview, GA 20197"], ["city", "Stehrfort"], ["country", "Austria"], ["description", "Omnis ipsa aspernatur. Nihil enim quis. Placeat optio tempora. Id voluptas nam. Eos non deleniti."], ["email", "adan.mosciski@example.io"], ["first_name", "Demetrius"], ["firstname", "Stepanie"], ["last_name", "Bartell"], ["lastname", "Witting"], ["lat", "82.49181676003312"], ["latitute", "60.27697383322908"], ["lng", "89.44443689735755"], ["locale", "AS"], ["longitude", "-29.884257542847536"], ["middlename", "Pouros"], ["middle_name", "Moen"], ["password", "7Qh5HcDtR0b"], ["phone", "544-258-5403 x377"], ["phone_number", "709-643-1490 x9286"], ["reference", "6cdfd577-a0d0-4c8f-ae1b-c1ad9f928f7e"], ["title", "Nisi et veniam sed."], ["user_name", "steven"], ["username", "deirdre"], ["uuid", "edef00da-fd07-4534-b766-0ed8397b8b07"], ["created_at", "2020-11-24 14:36:14.235256"], ["updated_at", "2020-11-24 14:36:14.235256"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 136 12839 Daniel Inlet, New Marcus, RI 65816"], ["city", "Sharabury"], ["country", "Anguilla"], ["description", "Aut perspiciatis optio. Ut nisi molestias. Laboriosam error rerum. Enim voluptatum expedita. Debitis excepturi unde."], ["email", "eartha.marquardt@example.com"], ["first_name", "Kelsi"], ["firstname", "Cory"], ["last_name", "Littel"], ["lastname", "O'Connell"], ["lat", "-3.0918629214740037"], ["latitute", "-82.69542429948916"], ["lng", "-7.382185932513977"], ["locale", "ET"], ["longitude", "106.87307538500659"], ["middlename", "Lynch"], ["middle_name", "Spencer"], ["password", "299ZuI90"], ["phone", "1-153-667-4725 x0358"], ["phone_number", "1-840-202-2116 x19951"], ["reference", "61a17858-f116-44f2-9ff6-5ffa1a237a55"], ["title", "Et nostrum incidunt."], ["user_name", "donte"], ["username", "boyce"], ["uuid", "e12804ee-3a41-472c-bddf-e907566a4393"], ["created_at", "2020-11-24 14:36:14.257289"], ["updated_at", "2020-11-24 14:36:14.257289"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "727 Hodkiewicz Dam, North Reginaview, NJ 14185"], ["city", "East Yaelborough"], ["country", "Mayotte"], ["description", "Quam voluptas voluptas. Modi tempore cupiditate. Omnis mollitia repellendus."], ["email", "treva_dickens@example.org"], ["first_name", "Charlette"], ["firstname", "Bruno"], ["last_name", "Maggio"], ["lastname", "Gottlieb"], ["lat", "-66.8311026645115"], ["latitute", "-12.140480031824609"], ["lng", "122.5216659278729"], ["locale", "GY"], ["longitude", "-179.30862239535935"], ["middlename", "Nolan"], ["middle_name", "Jacobson"], ["password", "NhEzVgW120"], ["phone", "(288) 331-0391 x76319"], ["phone_number", "638-937-4418 x97673"], ["reference", "cc11595e-363d-4129-b95f-21bbe40d3100"], ["title", "Veritatis non quia."], ["user_name", "vertie.koch"], ["username", "marty"], ["uuid", "e3e97e9e-8eed-49b9-ab5e-c0d636ea2c11"], ["created_at", "2020-11-24 14:36:14.279064"], ["updated_at", "2020-11-24 14:36:14.279064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 935 25514 Michell Point, South Patrice, MN 75386"], ["city", "Stiedemannton"], ["country", "Nicaragua"], ["description", "Praesentium iusto animi. Ad aut non. Hic est maiores. Perferendis optio eos."], ["email", "randell.skiles@example.biz"], ["first_name", "Carlyn"], ["firstname", "Temple"], ["last_name", "Ryan"], ["lastname", "Cruickshank"], ["lat", "-53.323035904129895"], ["latitute", "26.204660012223002"], ["lng", "47.68919432168494"], ["locale", "VU"], ["longitude", "-147.7718248857663"], ["middlename", "Grimes"], ["middle_name", "Schmitt"], ["password", "KjRuRaKk8F1"], ["phone", "196.748.4797 x8713"], ["phone_number", "926.585.2502 x2898"], ["reference", "fd7108b2-8138-4496-a652-978763e857f2"], ["title", "Alias neque qui."], ["user_name", "bari.bayer"], ["username", "tereasa.cole"], ["uuid", "87c4b675-949f-4346-a879-149bd11da95d"], ["created_at", "2020-11-24 14:36:14.316325"], ["updated_at", "2020-11-24 14:36:14.316325"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 180 931 Hodkiewicz Roads, West Audra, GA 21557-1627"], ["city", "South Virgil"], ["country", "Panama"], ["description", "Repellat sunt eaque. Recusandae tempora totam. Qui illo laborum. Ut voluptatum qui. Dolores similique consequatur."], ["email", "markita@example.io"], ["first_name", "Demetrius"], ["firstname", "Hassie"], ["last_name", "Shields"], ["lastname", "Halvorson"], ["lat", "36.163314400032974"], ["latitute", "-60.303957999751916"], ["lng", "-146.24151925596334"], ["locale", "NA"], ["longitude", "-57.826892777693985"], ["middlename", "Ruecker"], ["middle_name", "Lynch"], ["password", "J5lFi0J5uLsU591v"], ["phone", "431-978-5741 x34555"], ["phone_number", "242.500.7788 x2454"], ["reference", "1492ddf4-555e-427f-9c4b-54a646755adf"], ["title", "Necessitatibus voluptas laudantium."], ["user_name", "jerome_mckenzie"], ["username", "devin"], ["uuid", "9c5d60c0-32b5-4d13-a0be-854ad11a2518"], ["created_at", "2020-11-24 14:36:14.338935"], ["updated_at", "2020-11-24 14:36:14.338935"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 745 35856 Codi Station, Cristopherhaven, SC 27009"], ["city", "Kihnville"], ["country", "Colombia"], ["description", "Iure eligendi fuga. Et non saepe. Error quam illum."], ["email", "jacquelynn_marks@example.name"], ["first_name", "Dena"], ["firstname", "Regina"], ["last_name", "Schamberger"], ["lastname", "Bashirian"], ["lat", "74.14255427948777"], ["latitute", "-59.31902181188744"], ["lng", "84.33555684716453"], ["locale", "YT"], ["longitude", "62.78210971864428"], ["middlename", "O'Kon"], ["middle_name", "Greenholt"], ["password", "9IgLzLiFkMoKfP"], ["phone", "(364) 962-3335 x4535"], ["phone_number", "1-842-458-2381 x0240"], ["reference", "09af5d5a-028d-43c7-a43c-581dafb55cbd"], ["title", "Magnam nihil ipsam."], ["user_name", "margit"], ["username", "nenita_mccullough"], ["uuid", "9386bcb8-cc91-446c-806a-9ae63fa13a8e"], ["created_at", "2020-11-24 14:36:14.360592"], ["updated_at", "2020-11-24 14:36:14.360592"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "588 Larson Ridges, East Donaldville, UT 08406"], ["city", "Port Nenita"], ["country", "Romania"], ["description", "Dolorem aliquam unde. Tenetur quidem eligendi. Veniam velit libero. Minima eos id."], ["email", "anette@example.io"], ["first_name", "Shasta"], ["firstname", "Trevor"], ["last_name", "Bahringer"], ["lastname", "Kuhlman"], ["lat", "-44.92989376645398"], ["latitute", "56.06575793722473"], ["lng", "-176.00606700136342"], ["locale", "PA"], ["longitude", "63.375454233856686"], ["middlename", "D'Amore"], ["middle_name", "Ryan"], ["password", "3WmXnEyTwW2y3"], ["phone", "946-966-0156 x38017"], ["phone_number", "579-373-0433 x84541"], ["reference", "e183d93d-c5d9-4133-b816-7251e15847c4"], ["title", "Voluptas id non."], ["user_name", "art.reichert"], ["username", "rolf"], ["uuid", "d9845c25-8e4e-4eec-a23f-fb40dfc631bc"], ["created_at", "2020-11-24 14:36:14.382300"], ["updated_at", "2020-11-24 14:36:14.382300"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 964 104 Walter Cliff, East Sheryllstad, VT 53983"], ["city", "West Roy"], ["country", "Eritrea"], ["description", "Maxime perferendis eum. Saepe laborum unde. Dolorem molestiae vitae."], ["email", "marna@example.net"], ["first_name", "Adalberto"], ["firstname", "Richie"], ["last_name", "Schmitt"], ["lastname", "Nader"], ["lat", "-41.11228676127527"], ["latitute", "-17.131766354996444"], ["lng", "46.522757284154494"], ["locale", "PE"], ["longitude", "-112.41271445590579"], ["middlename", "Raynor"], ["middle_name", "Morar"], ["password", "OfUzTcBaH"], ["phone", "195.846.2511 x92642"], ["phone_number", "905-687-6395 x4012"], ["reference", "977b2860-cf2c-4532-babf-789974daac97"], ["title", "Natus hic tempore labore aut commodi."], ["user_name", "maud.gislason"], ["username", "belinda.price"], ["uuid", "76e33caa-165f-4097-a940-bdc909adc3aa"], ["created_at", "2020-11-24 14:36:14.403955"], ["updated_at", "2020-11-24 14:36:14.403955"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 8.74170639058554], ["string", "Suscipit sunt non est."], ["date", "2020-11-03"], ["time", "2000-01-01 20:18:10.716013"], ["datetime", "2020-12-23 15:34:14.635747"], ["created_at", "2020-11-24 14:36:14.406666"], ["updated_at", "2020-11-24 14:36:14.406666"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 23], ["decimal", 23.6105039394916], ["string", "Quae porro enim dolore odio in."], ["date", "2020-12-29"], ["time", "2000-01-01 15:26:48.756967"], ["datetime", "2020-12-27 00:00:11.034532"], ["created_at", "2020-11-24 14:36:14.409133"], ["updated_at", "2020-11-24 14:36:14.409133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 20], ["decimal", 19.7330731234413], ["string", "Et ut alias est quibusdam sed."], ["date", "2020-11-12"], ["time", "2000-01-01 02:27:19.197468"], ["datetime", "2020-10-14 00:30:44.275070"], ["created_at", "2020-11-24 14:36:14.411360"], ["updated_at", "2020-11-24 14:36:14.411360"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 39], ["decimal", 23.317356463316], ["string", "Nihil mollitia ratione."], ["date", "2020-11-01"], ["time", "2000-01-01 08:01:49.253394"], ["datetime", "2020-10-19 22:44:29.244807"], ["created_at", "2020-11-24 14:36:14.413582"], ["updated_at", "2020-11-24 14:36:14.413582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 19.2580737704581], ["string", "Voluptatem quasi quia tenetur quia deleniti."], ["date", "2020-10-22"], ["time", "2000-01-01 07:20:00.759496"], ["datetime", "2020-11-05 21:44:45.722740"], ["created_at", "2020-11-24 14:36:14.415756"], ["updated_at", "2020-11-24 14:36:14.415756"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 7], ["decimal", 1.92653086369084], ["string", "Quia at omnis."], ["date", "2020-12-05"], ["time", "2000-01-01 02:30:27.035727"], ["datetime", "2020-12-03 15:12:17.762352"], ["created_at", "2020-11-24 14:36:14.417922"], ["updated_at", "2020-11-24 14:36:14.417922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 27.9199780861851], ["string", "Nihil veniam officiis."], ["date", "2020-12-05"], ["time", "2000-01-01 14:46:27.257782"], ["datetime", "2020-11-17 01:32:56.442618"], ["created_at", "2020-11-24 14:36:14.420083"], ["updated_at", "2020-11-24 14:36:14.420083"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 4.55056625310699], ["string", "Deleniti laboriosam omnis ratione voluptas numquam."], ["date", "2020-11-06"], ["time", "2000-01-01 14:32:31.660305"], ["datetime", "2020-12-19 06:00:06.362869"], ["created_at", "2020-11-24 14:36:14.422266"], ["updated_at", "2020-11-24 14:36:14.422266"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:36:14.423966"], ["updated_at", "2020-11-24 14:36:14.423966"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:36:14.425241"], ["updated_at", "2020-11-24 14:36:14.425241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:36:14.426403"], ["updated_at", "2020-11-24 14:36:14.426403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:36:14.427554"], ["updated_at", "2020-11-24 14:36:14.427554"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:36:14.428706"], ["updated_at", "2020-11-24 14:36:14.428706"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:36:14.429841"], ["updated_at", "2020-11-24 14:36:14.429841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:36:14.430984"], ["updated_at", "2020-11-24 14:36:14.430984"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:36:14.432105"], ["updated_at", "2020-11-24 14:36:14.432105"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:36:14.433322"], ["updated_at", "2020-11-24 14:36:14.433322"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:36:14.434497"], ["updated_at", "2020-11-24 14:36:14.434497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:36:14.435609"], ["updated_at", "2020-11-24 14:36:14.435609"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:36:14.436723"], ["updated_at", "2020-11-24 14:36:14.436723"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:36:14.437834"], ["updated_at", "2020-11-24 14:36:14.437834"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:36:14.438942"], ["updated_at", "2020-11-24 14:36:14.438942"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:36:14.440119"], ["updated_at", "2020-11-24 14:36:14.440119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:36:14.441312"], ["updated_at", "2020-11-24 14:36:14.441312"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 15.6650723774598], ["string", "Reiciendis et quaerat."], ["unique", 4], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:36:14.443790"], ["updated_at", "2020-11-24 14:36:14.443790"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1016], ["decimal", 18.2930406338632], ["string", "Est numquam inventore aut."], ["unique", 5], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:36:14.446121"], ["updated_at", "2020-11-24 14:36:14.446121"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 6.15220703137995], ["string", "Dolor vel vitae distinctio."], ["unique", 7], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:36:14.448393"], ["updated_at", "2020-11-24 14:36:14.448393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 0.15634806782448], ["string", "Hic provident iusto sequi."], ["unique", 1], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:36:14.450678"], ["updated_at", "2020-11-24 14:36:14.450678"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 0.64221800513626], ["string", "Libero voluptatem laudantium."], ["unique", 10], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:36:14.453009"], ["updated_at", "2020-11-24 14:36:14.453009"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 11.0376901280289], ["string", "Temporibus eveniet assumenda."], ["unique", 8], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:36:14.455310"], ["updated_at", "2020-11-24 14:36:14.455310"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1022], ["decimal", 1.65502451190187], ["string", "Voluptas delectus ut."], ["unique", 6], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:36:14.457682"], ["updated_at", "2020-11-24 14:36:14.457682"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 29.0306019712717], ["string", "Sit tempora qui aut possimus."], ["unique", 9], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:36:14.460010"], ["updated_at", "2020-11-24 14:36:14.460010"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:14.487195"], ["updated_at", "2020-11-24 14:36:14.487195"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:14.488159"], ["updated_at", "2020-11-24 14:36:14.488159"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:14.488887"], ["updated_at", "2020-11-24 14:36:14.488887"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:14.489626"], ["updated_at", "2020-11-24 14:36:14.489626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:14.490340"], ["updated_at", "2020-11-24 14:36:14.490340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:14.491039"], ["updated_at", "2020-11-24 14:36:14.491039"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:14.491725"], ["updated_at", "2020-11-24 14:36:14.491725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:14.492434"], ["updated_at", "2020-11-24 14:36:14.492434"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:36:14.493174"], ["updated_at", "2020-11-24 14:36:14.493174"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:36:14.493901"], ["updated_at", "2020-11-24 14:36:14.493901"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:36:14.494566"], ["updated_at", "2020-11-24 14:36:14.494566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:36:14.495247"], ["updated_at", "2020-11-24 14:36:14.495247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:36:14.495908"], ["updated_at", "2020-11-24 14:36:14.495908"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:36:14.496572"], ["updated_at", "2020-11-24 14:36:14.496572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:36:14.497226"], ["updated_at", "2020-11-24 14:36:14.497226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:36:14.497879"], ["updated_at", "2020-11-24 14:36:14.497879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 14:36:14.499184"], ["updated_at", "2020-11-24 14:36:14.499184"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 14:36:14.500451"], ["updated_at", "2020-11-24 14:36:14.500451"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 14:36:14.501685"], ["updated_at", "2020-11-24 14:36:14.501685"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 14:36:14.502877"], ["updated_at", "2020-11-24 14:36:14.502877"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 14:36:14.504143"], ["updated_at", "2020-11-24 14:36:14.504143"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 14:36:14.505384"], ["updated_at", "2020-11-24 14:36:14.505384"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 14:36:14.506671"], ["updated_at", "2020-11-24 14:36:14.506671"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 14:36:14.507940"], ["updated_at", "2020-11-24 14:36:14.507940"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 1], ["created_at", "2020-11-24 14:36:14.509674"], ["updated_at", "2020-11-24 14:36:14.509674"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-24 14:36:14.511329"], ["updated_at", "2020-11-24 14:36:14.511329"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 7], ["created_at", "2020-11-24 14:36:14.512945"], ["updated_at", "2020-11-24 14:36:14.512945"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-24 14:36:14.514557"], ["updated_at", "2020-11-24 14:36:14.514557"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 8], ["created_at", "2020-11-24 14:36:14.516171"], ["updated_at", "2020-11-24 14:36:14.516171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-24 14:36:14.517783"], ["updated_at", "2020-11-24 14:36:14.517783"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-24 14:36:14.519346"], ["updated_at", "2020-11-24 14:36:14.519346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 5], ["created_at", "2020-11-24 14:36:14.521014"], ["updated_at", "2020-11-24 14:36:14.521014"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.0ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.3ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.6ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.8ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.5ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.8ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1003], ["decimal", 8.04472113294898], ["string", "Quo eos dicta aliquam."], ["unique", 1], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:36:59.235619"], ["updated_at", "2020-11-24 14:36:59.235619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1023], ["decimal", 3.11310499808275], ["string", "Aut magnam eos."], ["unique", 5], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:36:59.238462"], ["updated_at", "2020-11-24 14:36:59.238462"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1005], ["decimal", 0.366571699146319], ["string", "Quam suscipit sunt."], ["unique", 6], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:36:59.240900"], ["updated_at", "2020-11-24 14:36:59.240900"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 1.68379708863935], ["string", "Omnis tempora inventore omnis."], ["unique", 10], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:36:59.243152"], ["updated_at", "2020-11-24 14:36:59.243152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 14.2234894760701], ["string", "Odio cumque magnam rerum necessitatibus adipisci."], ["unique", 3], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:36:59.245416"], ["updated_at", "2020-11-24 14:36:59.245416"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1012], ["decimal", 4.37212827794116], ["string", "Consectetur ad iusto sint natus."], ["unique", 8], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:36:59.247713"], ["updated_at", "2020-11-24 14:36:59.247713"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1017], ["decimal", 14.0215702193254], ["string", "Et quia repudiandae nisi molestiae."], ["unique", 2], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:36:59.250032"], ["updated_at", "2020-11-24 14:36:59.250032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 1.61251240196632], ["string", "Esse dolores quasi."], ["unique", 4], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:36:59.252351"], ["updated_at", "2020-11-24 14:36:59.252351"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 9], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1014], ["decimal", 9.46347072997728], ["string", "Eveniet sit blanditiis et quam consequatur."], ["unique", 9], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:36:59.254651"], ["updated_at", "2020-11-24 14:36:59.254651"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 6.74054088700672], ["string", "Eum maiores atque veniam ratione rerum."], ["unique", 7], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:36:59.257220"], ["updated_at", "2020-11-24 14:36:59.257220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 14.5930434357623], ["string", "Ut labore aspernatur nobis aut dolorem."], ["unique", 6], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:36:59.262028"], ["updated_at", "2020-11-24 14:36:59.262028"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1012], ["decimal", 0.741545765591812], ["string", "Nisi omnis aspernatur sunt."], ["unique", 1], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:36:59.265245"], ["updated_at", "2020-11-24 14:36:59.265245"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 2.33986931280043], ["string", "Sed quis ipsam."], ["unique", 2], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:36:59.267985"], ["updated_at", "2020-11-24 14:36:59.267985"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1009], ["decimal", 13.0582654362518], ["string", "Ea omnis similique quia."], ["unique", 9], ["one_of_strings", "bar"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:36:59.271311"], ["updated_at", "2020-11-24 14:36:59.271311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1006], ["decimal", 2.82591566263229], ["string", "Alias dolorem quia."], ["unique", 10], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:36:59.274725"], ["updated_at", "2020-11-24 14:36:59.274725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1017], ["decimal", 31.9864871223793], ["string", "Dignissimos numquam eum eius amet."], ["unique", 4], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:36:59.277664"], ["updated_at", "2020-11-24 14:36:59.277664"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1010], ["decimal", 0.850950830486556], ["string", "Impedit a tempora."], ["unique", 5], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:36:59.280444"], ["updated_at", "2020-11-24 14:36:59.280444"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1003], ["decimal", 2.81563007563096], ["string", "Omnis enim itaque."], ["unique", 7], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:36:59.283110"], ["updated_at", "2020-11-24 14:36:59.283110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1034], ["decimal", 4.70277921242804], ["string", "Aliquam inventore dolor."], ["unique", 3], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:36:59.285691"], ["updated_at", "2020-11-24 14:36:59.285691"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 2.99604061202096], ["string", "Voluptatem consequatur vitae."], ["unique", 8], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:36:59.288571"], ["updated_at", "2020-11-24 14:36:59.288571"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 6.23485815159048], ["string", "Soluta dignissimos et."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:36:59.338485"], ["updated_at", "2020-11-24 14:36:59.338485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1002], ["decimal", 28.2396328127251], ["string", "Harum hic dolore ratione consectetur."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:36:59.375954"], ["updated_at", "2020-11-24 14:36:59.375954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1015], ["decimal", 1.15778894288192], ["string", "Ab nisi qui odit."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:36:59.412980"], ["updated_at", "2020-11-24 14:36:59.412980"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1002], ["decimal", 9.71275175699738], ["string", "Pariatur qui et dicta."], ["one_of_strings", "zed"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:36:59.449786"], ["updated_at", "2020-11-24 14:36:59.449786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1020], ["decimal", 28.7098364825802], ["string", "Repudiandae asperiores molestias."], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:36:59.486479"], ["updated_at", "2020-11-24 14:36:59.486479"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1015], ["decimal", 12.6806568998142], ["string", "Voluptas ullam ratione officia saepe."], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:36:59.528335"], ["updated_at", "2020-11-24 14:36:59.528335"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1005], ["decimal", 10.4465675024148], ["string", "Quasi nobis dolores fugit quis."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:36:59.565582"], ["updated_at", "2020-11-24 14:36:59.565582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1006], ["decimal", 5.03728255502831], ["string", "Inventore consequatur neque beatae aspernatur nihil."], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:36:59.602523"], ["updated_at", "2020-11-24 14:36:59.602523"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1007], ["decimal", 15.7286701150507], ["string", "Provident dolores unde explicabo sunt."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:36:59.639391"], ["updated_at", "2020-11-24 14:36:59.639391"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["integer", 1032], ["decimal", 25.2124880846287], ["string", "Aspernatur inventore pariatur ut."], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:36:59.676139"], ["updated_at", "2020-11-24 14:36:59.676139"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "208 Russell Overpass, Kovacekborough, WV 34473"], ["city", "Bahringerview"], ["country", "Libyan Arab Jamahiriya"], ["description", "Nemo ut dignissimos. Facilis odit dolorem."], ["email", "minh.schinner@example.net"], ["first_name", "Kelly"], ["firstname", "Darren"], ["last_name", "Wolf"], ["lastname", "Kovacek"], ["lat", "85.0127357582794"], ["latitute", "-76.50113792417677"], ["lng", "-177.68951056112442"], ["locale", "ET"], ["longitude", "-18.046627615695883"], ["middlename", "Swift"], ["middle_name", "Schaden"], ["password", "NvUkT1p99Aj4Zg5Q"], ["phone", "767.317.7354 x85844"], ["phone_number", "538.382.4875 x73556"], ["reference", "85b4ad78-b8ff-4586-84af-faf66ffcb62e"], ["title", "Libero autem officiis voluptate."], ["user_name", "ahmad"], ["username", "deanne.leffler"], ["uuid", "4dfd4399-e957-4f8e-9907-63480f3731c4"], ["created_at", "2020-11-24 14:36:59.750535"], ["updated_at", "2020-11-24 14:36:59.750535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7128 Nickole Hills, North Kevinside, LA 33010-7566"], ["city", "South Carmeliaborough"], ["country", "Guadeloupe"], ["description", "Impedit dolor nulla. Labore nisi voluptates."], ["email", "kennith@example.org"], ["first_name", "Belia"], ["firstname", "Leigha"], ["last_name", "Lueilwitz"], ["lastname", "Towne"], ["lat", "-20.427610098866992"], ["latitute", "49.875838103440714"], ["lng", "-39.773894960198646"], ["locale", "NI"], ["longitude", "25.00036816863613"], ["middlename", "Flatley"], ["middle_name", "West"], ["password", "M9cOgK4cDkFuN8"], ["phone", "1-875-099-9202 x96212"], ["phone_number", "1-189-400-1422 x53099"], ["reference", "7debcd20-4e9b-4afb-9ad4-f00fee369028"], ["title", "Est maiores perspiciatis et eum."], ["user_name", "macie.nitzsche"], ["username", "thanh"], ["uuid", "533f782f-456c-4b00-a956-85183352f611"], ["created_at", "2020-11-24 14:36:59.774480"], ["updated_at", "2020-11-24 14:36:59.774480"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 598 383 Botsford Wells, North Karon, MS 49184"], ["city", "South Aurora"], ["country", "Mayotte"], ["description", "Similique dolorem sed. Pariatur consequatur porro. Eius vitae beatae. Voluptatem dolorem ullam. Rerum consequatur temporibus."], ["email", "krissy.davis@example.biz"], ["first_name", "Tu"], ["firstname", "Breanna"], ["last_name", "Sauer"], ["lastname", "Cartwright"], ["lat", "21.27311030391479"], ["latitute", "67.09303153312544"], ["lng", "127.83136657334899"], ["locale", "BN"], ["longitude", "-125.00688414193802"], ["middlename", "Hoppe"], ["middle_name", "Pacocha"], ["password", "1GjDjA9s2NoOxFj"], ["phone", "859.403.5473 x36960"], ["phone_number", "(367) 497-4353 x45341"], ["reference", "dda80c69-6408-416e-a2d7-4ae307e8c9b4"], ["title", "Et quaerat accusantium qui."], ["user_name", "oren"], ["username", "herb.greenfelder"], ["uuid", "6290c613-e54a-43e2-b6f0-14812d9b9c79"], ["created_at", "2020-11-24 14:36:59.796367"], ["updated_at", "2020-11-24 14:36:59.796367"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "30747 Enoch Place, New Fredton, CT 00099"], ["city", "West Ellis"], ["country", "Zimbabwe"], ["description", "Est ipsum sed. Sunt perferendis praesentium."], ["email", "lynelle@example.co"], ["first_name", "Brigid"], ["firstname", "Tyler"], ["last_name", "Kutch"], ["lastname", "Leffler"], ["lat", "-24.177763009539802"], ["latitute", "6.142721478365615"], ["lng", "8.678155993234185"], ["locale", "SC"], ["longitude", "-83.18976691031288"], ["middlename", "Rodriguez"], ["middle_name", "Zulauf"], ["password", "QwUnIqLiAlWg9Gf"], ["phone", "(306) 902-0526"], ["phone_number", "1-287-641-1768 x444"], ["reference", "5b04940c-0cbd-4f44-8142-71f17e000c1f"], ["title", "Laborum neque labore."], ["user_name", "delores.schamberger"], ["username", "doretta.goyette"], ["uuid", "05202b1d-6ef7-4834-a424-beeb24c0981c"], ["created_at", "2020-11-24 14:36:59.817919"], ["updated_at", "2020-11-24 14:36:59.817919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "82668 Dare Ports, New Timfurt, NC 59172"], ["city", "East Lukehaven"], ["country", "El Salvador"], ["description", "Reprehenderit consequatur perspiciatis. Provident nam sunt."], ["email", "arnoldo.haag@example.org"], ["first_name", "Ramiro"], ["firstname", "Kanesha"], ["last_name", "Glover"], ["lastname", "Purdy"], ["lat", "11.878250148968121"], ["latitute", "7.947505584180959"], ["lng", "78.98182289592233"], ["locale", "CX"], ["longitude", "-55.97776784886402"], ["middlename", "Smitham"], ["middle_name", "Mohr"], ["password", "7AoO95tIy"], ["phone", "222-609-3763 x3387"], ["phone_number", "429.180.3342 x775"], ["reference", "b9900017-afad-45ba-8e11-1545e25203ca"], ["title", "Dolorem alias est."], ["user_name", "shonta"], ["username", "ahmad.grimes"], ["uuid", "9d2441e5-4d43-4b42-8885-d30d0fac74f4"], ["created_at", "2020-11-24 14:36:59.839386"], ["updated_at", "2020-11-24 14:36:59.839386"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4637 Austin Fort, Skilesborough, VT 24585"], ["city", "South Denicefurt"], ["country", "China"], ["description", "Quam laboriosam adipisci. Repudiandae at quae. Est dicta omnis. Optio ut cumque."], ["email", "darrel@example.com"], ["first_name", "Yuko"], ["firstname", "Willie"], ["last_name", "Fadel"], ["lastname", "Douglas"], ["lat", "-14.135284447877282"], ["latitute", "38.24708943714799"], ["lng", "135.97566522738816"], ["locale", "KG"], ["longitude", "-156.44030246929557"], ["middlename", "Lockman"], ["middle_name", "Cole"], ["password", "BoAvAiReEo64J2"], ["phone", "1-343-951-2184 x8714"], ["phone_number", "857-979-6312"], ["reference", "c88025aa-33cc-464b-b30e-97e1b1454f6f"], ["title", "Facere eum quia quae."], ["user_name", "irvin.hilpert"], ["username", "renaldo"], ["uuid", "6a2b8215-fd2d-4181-b07d-0858a39344ec"], ["created_at", "2020-11-24 14:36:59.860882"], ["updated_at", "2020-11-24 14:36:59.860882"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "106 Greta Knolls, Zboncakstad, MD 97403-8699"], ["city", "East Roman"], ["country", "Montenegro"], ["description", "Quae facere temporibus. Enim aut in. Ut minima aut. Vel quidem ipsa. Enim doloremque officia."], ["email", "sidney.keeling@example.org"], ["first_name", "Raleigh"], ["firstname", "Johnathan"], ["last_name", "Friesen"], ["lastname", "Beatty"], ["lat", "23.838962854096607"], ["latitute", "21.643171251464906"], ["lng", "159.85059196558785"], ["locale", "GF"], ["longitude", "-127.54745896483287"], ["middlename", "Langosh"], ["middle_name", "Carter"], ["password", "DsUeZ2eKzE6o"], ["phone", "1-966-424-5509 x559"], ["phone_number", "(282) 068-3633 x230"], ["reference", "f5cae253-eca1-47f1-a41d-2b4bb2e02335"], ["title", "Reprehenderit quae nemo."], ["user_name", "genoveva_lakin"], ["username", "tova"], ["uuid", "18bb75b9-2397-49da-9af9-c0864f9d4798"], ["created_at", "2020-11-24 14:36:59.889996"], ["updated_at", "2020-11-24 14:36:59.889996"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "829 Charlesetta Fields, Fideliaburgh, DE 26713"], ["city", "Schroederfurt"], ["country", "Chile"], ["description", "Blanditiis et commodi. Illum ut a. Enim repudiandae voluptatem."], ["email", "brooks_torp@example.name"], ["first_name", "Noriko"], ["firstname", "Foster"], ["last_name", "Trantow"], ["lastname", "Bahringer"], ["lat", "79.60694044868484"], ["latitute", "-26.568188373939975"], ["lng", "-32.749431487411385"], ["locale", "GY"], ["longitude", "-1.2641521957827422"], ["middlename", "Swift"], ["middle_name", "Tremblay"], ["password", "6HwKqF01g"], ["phone", "716.821.3634 x9734"], ["phone_number", "224-134-4820 x2422"], ["reference", "92cc539e-f002-4cb5-b2aa-c4889bbe95c0"], ["title", "Excepturi non unde."], ["user_name", "guillermo"], ["username", "janae.mertz"], ["uuid", "d5c1481e-7e1f-4fe7-8ba0-945e9558cd5f"], ["created_at", "2020-11-24 14:36:59.912164"], ["updated_at", "2020-11-24 14:36:59.912164"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 197 2171 Don Street, East Michelview, NJ 40262-2190"], ["city", "New Inezstad"], ["country", "Saint Vincent and the Grenadines"], ["description", "Similique est ut. Et qui est. Quis quisquam nesciunt. Dignissimos non eligendi."], ["email", "johnette_moore@example.com"], ["first_name", "Matilda"], ["firstname", "Will"], ["last_name", "Waters"], ["lastname", "Ferry"], ["lat", "-77.46854735469644"], ["latitute", "14.901747040888893"], ["lng", "46.391878781220925"], ["locale", "PK"], ["longitude", "-102.0009727995135"], ["middlename", "Daniel"], ["middle_name", "Lebsack"], ["password", "IqXdCdUk9Sa4C"], ["phone", "(927) 477-2709 x45851"], ["phone_number", "722.197.4975"], ["reference", "e4d59f58-b855-49ad-909f-9ec7e30fe6cf"], ["title", "Sit soluta rerum perferendis sunt illo."], ["user_name", "taina"], ["username", "gladys"], ["uuid", "e86347d2-915b-4c6a-b548-d08e9ecf7051"], ["created_at", "2020-11-24 14:36:59.934111"], ["updated_at", "2020-11-24 14:36:59.934111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "757 O'Conner Prairie, Jordonstad, OR 24623-5412"], ["city", "Anibalside"], ["country", "Georgia"], ["description", "Consequatur officiis expedita. Quae quos iste. Quia qui velit. Laboriosam et rerum."], ["email", "odell@example.co"], ["first_name", "Laverne"], ["firstname", "Takako"], ["last_name", "Lind"], ["lastname", "Hane"], ["lat", "22.650892805912378"], ["latitute", "-32.6617351830761"], ["lng", "140.49472510433554"], ["locale", "TR"], ["longitude", "-18.561710497295024"], ["middlename", "Gulgowski"], ["middle_name", "Gusikowski"], ["password", "3V1yLdIdIwZ"], ["phone", "1-375-023-8417 x50414"], ["phone_number", "(285) 280-4015"], ["reference", "f4df616a-b384-48ab-82a6-6854e5f91e34"], ["title", "Ut eos voluptatem."], ["user_name", "allie.kuhic"], ["username", "nathaniel"], ["uuid", "fc63be5f-b073-406c-b8e2-a16258f62ebb"], ["created_at", "2020-11-24 14:36:59.955707"], ["updated_at", "2020-11-24 14:36:59.955707"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:59.978418"], ["updated_at", "2020-11-24 14:36:59.978418"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:36:59.987090"], ["updated_at", "2020-11-24 14:36:59.987090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4031 Rice Ramp, Victoriafurt, GA 25165-4193"], ["city", "South Quinton"], ["country", "Brunei Darussalam"], ["description", "Incidunt dignissimos accusantium. Voluptates sed omnis."], ["email", "jerold_pfeffer@example.io"], ["first_name", "Ramiro"], ["firstname", "Angelo"], ["last_name", "Moore"], ["lastname", "Quigley"], ["lat", "60.95932037307952"], ["latitute", "-45.6678117878199"], ["lng", "-106.21754037424009"], ["locale", "BZ"], ["longitude", "-159.63251094003522"], ["middlename", "Beahan"], ["middle_name", "Maggio"], ["password", "3LkUz1TxOsD5xEz"], ["phone", "1-686-068-8085 x74506"], ["phone_number", "888-979-2458 x701"], ["reference", "f59d39f1-2ee0-4bb2-adc4-ab123ad4f2a6"], ["title", "Iure qui excepturi consequuntur aliquid."], ["user_name", "aubrey_koepp"], ["username", "classie"], ["uuid", "8853e796-03c9-4bf9-8e15-c7ef473603f5"], ["created_at", "2020-11-24 14:37:00.009948"], ["updated_at", "2020-11-24 14:37:00.009948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 0.897194224380152], ["string", "Eum repellat ipsam saepe."], ["date", "2020-12-10"], ["time", "2000-01-01 23:33:36.218517"], ["datetime", "2020-12-22 13:49:17.865161"], ["created_at", "2020-11-24 14:37:00.019054"], ["updated_at", "2020-11-24 14:37:00.019054"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:37:00.023617"], ["updated_at", "2020-11-24 14:37:00.023617"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:37:00.027940"], ["updated_at", "2020-11-24 14:37:00.027940"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1028], ["decimal", 13.6795864401378], ["string", "Beatae laudantium voluptatem sit quos."], ["unique", 8], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:37:00.030591"], ["updated_at", "2020-11-24 14:37:00.030591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.040349"], ["updated_at", "2020-11-24 14:37:00.040349"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:37:00.043473"], ["updated_at", "2020-11-24 14:37:00.043473"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 14:37:00.048595"], ["updated_at", "2020-11-24 14:37:00.048595"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 14:37:00.054603"], ["updated_at", "2020-11-24 14:37:00.054603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.061013"], ["updated_at", "2020-11-24 14:37:00.061013"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.062009"], ["updated_at", "2020-11-24 14:37:00.062009"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.062858"], ["updated_at", "2020-11-24 14:37:00.062858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.063755"], ["updated_at", "2020-11-24 14:37:00.063755"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.064516"], ["updated_at", "2020-11-24 14:37:00.064516"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.065397"], ["updated_at", "2020-11-24 14:37:00.065397"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.066490"], ["updated_at", "2020-11-24 14:37:00.066490"]]  (10.8ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.078429"], ["updated_at", "2020-11-24 14:37:00.078429"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.080745"], ["updated_at", "2020-11-24 14:37:00.080745"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.5ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.082743"], ["updated_at", "2020-11-24 14:37:00.082743"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.085762"], ["updated_at", "2020-11-24 14:37:00.085762"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.088043"], ["updated_at", "2020-11-24 14:37:00.088043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.089653"], ["updated_at", "2020-11-24 14:37:00.089653"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.091127"], ["updated_at", "2020-11-24 14:37:00.091127"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.092802"], ["updated_at", "2020-11-24 14:37:00.092802"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.094307"], ["updated_at", "2020-11-24 14:37:00.094307"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 143 105 Crona Landing, East Consuelo, VA 61541"], ["city", "New Tommyechester"], ["country", "Antigua and Barbuda"], ["description", "Tempore et voluptas. Natus quo possimus. Voluptate est modi. Distinctio cum rerum."], ["email", "patti@example.net"], ["first_name", "Ervin"], ["firstname", "Isaias"], ["last_name", "Kassulke"], ["lastname", "Schuppe"], ["lat", "86.09723358856996"], ["latitute", "-88.51106956501015"], ["lng", "147.41907845958968"], ["locale", "ST"], ["longitude", "-19.33540593220485"], ["middlename", "Feeney"], ["middle_name", "Rosenbaum"], ["password", "LoRjQvWk0MlXeO"], ["phone", "910-044-7493 x432"], ["phone_number", "(490) 165-3317 x42372"], ["reference", "31d32c27-fb07-4a4f-aedf-0e0544586e04"], ["title", "At qui dolor nam."], ["user_name", "greg.ullrich"], ["username", "ken.hills"], ["uuid", "3eb7f0a7-57ed-4498-b976-e33faed0b6e3"], ["created_at", "2020-11-24 14:37:00.121033"], ["updated_at", "2020-11-24 14:37:00.121033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7810 Eddie Station, Jaymouth, ID 61369-6003"], ["city", "Hanaburgh"], ["country", "Bosnia and Herzegovina"], ["description", "Sapiente iste dolorem. Quidem voluptas voluptatem."], ["email", "stevie@example.name"], ["first_name", "Emanuel"], ["firstname", "Reyes"], ["last_name", "Kub"], ["lastname", "Schmitt"], ["lat", "75.8323849169652"], ["latitute", "5.840363100010094"], ["lng", "59.79480160043627"], ["locale", "RS"], ["longitude", "-56.95643867490391"], ["middlename", "Reichert"], ["middle_name", "Legros"], ["password", "OiOjE24bC7zKwYh8"], ["phone", "657-097-5027 x5286"], ["phone_number", "267-709-5760"], ["reference", "f71379f5-acb7-4fcd-9f15-565104ee55ab"], ["title", "Sed tenetur praesentium."], ["user_name", "ossie.kling"], ["username", "brice"], ["uuid", "e8193767-883e-476f-9ffc-16e6dd095204"], ["created_at", "2020-11-24 14:37:00.144229"], ["updated_at", "2020-11-24 14:37:00.144229"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "30613 Effertz Lights, West Jimburgh, MI 07655-4536"], ["city", "Chanellborough"], ["country", "Swaziland"], ["description", "Consequatur cum eum. Enim consequatur id. Numquam reiciendis quos."], ["email", "florentino@example.net"], ["first_name", "Leah"], ["firstname", "Leota"], ["last_name", "Brekke"], ["lastname", "Green"], ["lat", "-84.57074651343055"], ["latitute", "-16.139998706196437"], ["lng", "148.33898250303963"], ["locale", "AL"], ["longitude", "-4.953205826295232"], ["middlename", "Hodkiewicz"], ["middle_name", "Hermann"], ["password", "PaObI2t1O9d"], ["phone", "309-225-5867 x570"], ["phone_number", "515.075.0601 x4779"], ["reference", "6c199dbb-65ed-45d9-8795-4031c1989270"], ["title", "Ad autem quidem iste est vero."], ["user_name", "ron"], ["username", "adelle.gorczany"], ["uuid", "243209b1-6516-471c-8ae8-e44719cf263d"], ["created_at", "2020-11-24 14:37:00.165914"], ["updated_at", "2020-11-24 14:37:00.165914"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "952 Grimes Roads, West Denny, NC 23519-8224"], ["city", "Lake Danika"], ["country", "Virgin Islands, British"], ["description", "Perferendis ut temporibus. Doloribus ad nam."], ["email", "nicky@example.co"], ["first_name", "Dante"], ["firstname", "Miquel"], ["last_name", "Botsford"], ["lastname", "Glover"], ["lat", "32.79630733541188"], ["latitute", "36.892593847554494"], ["lng", "-161.94572638335066"], ["locale", "MU"], ["longitude", "-96.39755915258038"], ["middlename", "Mueller"], ["middle_name", "Kuhn"], ["password", "3PnVnIlL0q"], ["phone", "(635) 566-2792 x9582"], ["phone_number", "1-887-567-9548 x555"], ["reference", "fbd9d7bf-cc99-4816-9d22-d809545a5574"], ["title", "Rerum dolorem exercitationem."], ["user_name", "jeannie"], ["username", "shon.cormier"], ["uuid", "a06ed785-67a3-4d3c-9069-342310063a98"], ["created_at", "2020-11-24 14:37:00.187503"], ["updated_at", "2020-11-24 14:37:00.187503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7200 Sanford Knoll, West Moisesmouth, NM 79211-5088"], ["city", "Lake Donniemouth"], ["country", "Kazakhstan"], ["description", "Enim et rem. Magnam aut sit. Aut harum laudantium. Maxime reprehenderit quo. Quia qui rerum."], ["email", "bart@example.org"], ["first_name", "Brigitte"], ["firstname", "Nicola"], ["last_name", "Schaden"], ["lastname", "Oberbrunner"], ["lat", "-79.01821718792192"], ["latitute", "25.47767897964087"], ["lng", "50.92959168332226"], ["locale", "WS"], ["longitude", "-150.27500601479449"], ["middlename", "Prosacco"], ["middle_name", "Jacobs"], ["password", "PrRjNn0RiCwM"], ["phone", "1-333-549-2688 x78434"], ["phone_number", "846-041-0076"], ["reference", "5b0b7bfd-9d35-4d05-8e1e-93965aea9b2b"], ["title", "Maiores beatae ut."], ["user_name", "dwight"], ["username", "bradly_waters"], ["uuid", "443a1729-8a4d-4e14-b2ba-556732d326fc"], ["created_at", "2020-11-24 14:37:00.209294"], ["updated_at", "2020-11-24 14:37:00.209294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "32405 Ezra Square, West Nelsonland, CO 37941"], ["city", "East Alexmouth"], ["country", "New Caledonia"], ["description", "Odio et voluptas. Architecto in nesciunt. Quos voluptatibus possimus. Tempore labore beatae. Voluptatem praesentium sapiente."], ["email", "bernardo@example.name"], ["first_name", "Roberto"], ["firstname", "Garland"], ["last_name", "Conroy"], ["lastname", "Orn"], ["lat", "-37.36014714675439"], ["latitute", "-43.932398081536434"], ["lng", "138.89780757967804"], ["locale", "CA"], ["longitude", "157.19429105486796"], ["middlename", "Heller"], ["middle_name", "Lowe"], ["password", "VlE8jF5rOy0U9sX"], ["phone", "1-620-365-7772"], ["phone_number", "1-447-267-3865 x83029"], ["reference", "b73c85cc-a67c-4391-8902-a31ae8875eff"], ["title", "Amet provident velit vitae dolores accusantium."], ["user_name", "harriett"], ["username", "ralph_gerlach"], ["uuid", "2ab59ada-b3e5-4c76-b89e-19f324eef443"], ["created_at", "2020-11-24 14:37:00.231174"], ["updated_at", "2020-11-24 14:37:00.231174"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "36719 Rempel Walk, Port Joesphstad, WY 38902"], ["city", "Reyland"], ["country", "Malaysia"], ["description", "Id tempore cumque. Et facere eius. Laborum non adipisci."], ["email", "martin.kulas@example.co"], ["first_name", "Fransisca"], ["firstname", "Timothy"], ["last_name", "Mann"], ["lastname", "Kutch"], ["lat", "44.67801148261995"], ["latitute", "52.96499494794517"], ["lng", "-57.44889017163689"], ["locale", "CG"], ["longitude", "-20.11608221696585"], ["middlename", "Jenkins"], ["middle_name", "Dickinson"], ["password", "C7sVyAzIbAvPw"], ["phone", "839.868.8411 x378"], ["phone_number", "1-173-222-9715"], ["reference", "a409ea51-80d1-4618-b125-4cf1e3dd4c62"], ["title", "Fugit nulla voluptate at eum."], ["user_name", "laurence"], ["username", "johnathan"], ["uuid", "2a89bfef-c025-433d-935c-9af75f0ee502"], ["created_at", "2020-11-24 14:37:00.263344"], ["updated_at", "2020-11-24 14:37:00.263344"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 567 903 McGlynn Locks, West Robby, FL 95019"], ["city", "North Vondaburgh"], ["country", "Angola"], ["description", "Et porro ut. Dolores ut molestiae. Est dolorem officia."], ["email", "jamison_turner@example.com"], ["first_name", "Katelynn"], ["firstname", "Joanna"], ["last_name", "Kirlin"], ["lastname", "Hansen"], ["lat", "9.672942056039787"], ["latitute", "-2.498394226005658"], ["lng", "40.61614962634397"], ["locale", "LC"], ["longitude", "-47.116928488839534"], ["middlename", "Mitchell"], ["middle_name", "Stokes"], ["password", "Sl8QvBwXaR8t8"], ["phone", "(643) 274-5028 x273"], ["phone_number", "439.388.4577 x868"], ["reference", "b1cd8d44-1091-42df-b5e7-bd5ae84a3a57"], ["title", "Quos animi quaerat."], ["user_name", "earleen.abbott"], ["username", "ty.parisian"], ["uuid", "8e009609-1f63-462c-ad9b-519510919dd9"], ["created_at", "2020-11-24 14:37:00.285568"], ["updated_at", "2020-11-24 14:37:00.285568"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 4], ["decimal", 19.9408873677218], ["string", "Qui recusandae iste quia."], ["date", "2020-10-23"], ["time", "2000-01-01 10:37:20.752605"], ["datetime", "2020-11-14 22:08:02.311182"], ["created_at", "2020-11-24 14:37:00.288329"], ["updated_at", "2020-11-24 14:37:00.288329"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 0.697184101434297], ["string", "Qui harum fugit nulla libero quis."], ["date", "2020-10-22"], ["time", "2000-01-01 19:32:56.146855"], ["datetime", "2020-11-21 18:26:46.503542"], ["created_at", "2020-11-24 14:37:00.290741"], ["updated_at", "2020-11-24 14:37:00.290741"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 2.5279274229504], ["string", "Eum doloribus ut."], ["date", "2020-11-07"], ["time", "2000-01-01 07:44:44.908436"], ["datetime", "2020-12-18 16:39:27.707147"], ["created_at", "2020-11-24 14:37:00.292948"], ["updated_at", "2020-11-24 14:37:00.292948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 4.55210406025214], ["string", "Nobis fugit et possimus labore."], ["date", "2020-12-28"], ["time", "2000-01-01 07:55:22.034408"], ["datetime", "2020-12-18 06:11:53.045293"], ["created_at", "2020-11-24 14:37:00.295097"], ["updated_at", "2020-11-24 14:37:00.295097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 10.8741202683758], ["string", "Tempora voluptatem soluta."], ["date", "2020-10-30"], ["time", "2000-01-01 14:27:08.870985"], ["datetime", "2020-10-31 08:21:11.169496"], ["created_at", "2020-11-24 14:37:00.297254"], ["updated_at", "2020-11-24 14:37:00.297254"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 12.1202194740581], ["string", "Nihil odio iusto."], ["date", "2020-12-04"], ["time", "2000-01-01 13:15:49.673323"], ["datetime", "2020-11-13 02:39:05.246340"], ["created_at", "2020-11-24 14:37:00.299396"], ["updated_at", "2020-11-24 14:37:00.299396"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 14.475287544952], ["string", "Distinctio eos voluptatem quia."], ["date", "2020-12-22"], ["time", "2000-01-01 03:14:02.587966"], ["datetime", "2020-12-01 17:19:50.522571"], ["created_at", "2020-11-24 14:37:00.301551"], ["updated_at", "2020-11-24 14:37:00.301551"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 24], ["decimal", 18.5756390900323], ["string", "Maiores a soluta fugit eligendi."], ["date", "2020-11-12"], ["time", "2000-01-01 10:30:29.938056"], ["datetime", "2020-12-11 20:03:21.490545"], ["created_at", "2020-11-24 14:37:00.303709"], ["updated_at", "2020-11-24 14:37:00.303709"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:37:00.305371"], ["updated_at", "2020-11-24 14:37:00.305371"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:37:00.306562"], ["updated_at", "2020-11-24 14:37:00.306562"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:37:00.307647"], ["updated_at", "2020-11-24 14:37:00.307647"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:37:00.308736"], ["updated_at", "2020-11-24 14:37:00.308736"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:37:00.309806"], ["updated_at", "2020-11-24 14:37:00.309806"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:37:00.310881"], ["updated_at", "2020-11-24 14:37:00.310881"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:37:00.311950"], ["updated_at", "2020-11-24 14:37:00.311950"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:37:00.313033"], ["updated_at", "2020-11-24 14:37:00.313033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:37:00.314194"], ["updated_at", "2020-11-24 14:37:00.314194"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:37:00.315307"], ["updated_at", "2020-11-24 14:37:00.315307"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:37:00.316396"], ["updated_at", "2020-11-24 14:37:00.316396"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:37:00.317482"], ["updated_at", "2020-11-24 14:37:00.317482"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:37:00.318565"], ["updated_at", "2020-11-24 14:37:00.318565"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:37:00.319647"], ["updated_at", "2020-11-24 14:37:00.319647"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:37:00.320746"], ["updated_at", "2020-11-24 14:37:00.320746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:37:00.321883"], ["updated_at", "2020-11-24 14:37:00.321883"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1011], ["decimal", 19.1160345226374], ["string", "Sunt porro ea tempore aut quaerat."], ["unique", 2], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:37:00.324373"], ["updated_at", "2020-11-24 14:37:00.324373"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 0.520109037121549], ["string", "Architecto quo enim."], ["unique", 5], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:37:00.326790"], ["updated_at", "2020-11-24 14:37:00.326790"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 6.40483282725124], ["string", "In doloribus laudantium aut."], ["unique", 8], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:37:00.329123"], ["updated_at", "2020-11-24 14:37:00.329123"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1011], ["decimal", 21.9561917794212], ["string", "Eius et ut."], ["unique", 4], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:37:00.331438"], ["updated_at", "2020-11-24 14:37:00.331438"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 5.0367282814227], ["string", "Est delectus nisi iure."], ["unique", 10], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:37:00.333736"], ["updated_at", "2020-11-24 14:37:00.333736"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1001], ["decimal", 0.620155284211483], ["string", "Et totam quas."], ["unique", 9], ["one_of_strings", "bar"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:37:00.335967"], ["updated_at", "2020-11-24 14:37:00.335967"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 12.3040937663881], ["string", "Quibusdam sunt eligendi nihil esse."], ["unique", 3], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:37:00.338268"], ["updated_at", "2020-11-24 14:37:00.338268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1018], ["decimal", 0.443574999841072], ["string", "Ut inventore est."], ["unique", 1], ["one_of_strings", "foo"], ["one_of_integers", 30], ["created_at", "2020-11-24 14:37:00.340571"], ["updated_at", "2020-11-24 14:37:00.340571"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.356426"], ["updated_at", "2020-11-24 14:37:00.356426"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.357214"], ["updated_at", "2020-11-24 14:37:00.357214"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.357844"], ["updated_at", "2020-11-24 14:37:00.357844"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.358460"], ["updated_at", "2020-11-24 14:37:00.358460"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.359067"], ["updated_at", "2020-11-24 14:37:00.359067"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.359667"], ["updated_at", "2020-11-24 14:37:00.359667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.360272"], ["updated_at", "2020-11-24 14:37:00.360272"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.360870"], ["updated_at", "2020-11-24 14:37:00.360870"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:37:00.361524"], ["updated_at", "2020-11-24 14:37:00.361524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:37:00.362173"], ["updated_at", "2020-11-24 14:37:00.362173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:37:00.362795"], ["updated_at", "2020-11-24 14:37:00.362795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:37:00.363418"], ["updated_at", "2020-11-24 14:37:00.363418"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:37:00.364047"], ["updated_at", "2020-11-24 14:37:00.364047"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:37:00.364674"], ["updated_at", "2020-11-24 14:37:00.364674"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:37:00.365300"], ["updated_at", "2020-11-24 14:37:00.365300"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:37:00.365914"], ["updated_at", "2020-11-24 14:37:00.365914"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 14:37:00.367143"], ["updated_at", "2020-11-24 14:37:00.367143"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 14:37:00.368342"], ["updated_at", "2020-11-24 14:37:00.368342"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 14:37:00.369494"], ["updated_at", "2020-11-24 14:37:00.369494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 14:37:00.370634"], ["updated_at", "2020-11-24 14:37:00.370634"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 14:37:00.371799"], ["updated_at", "2020-11-24 14:37:00.371799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 14:37:00.373000"], ["updated_at", "2020-11-24 14:37:00.373000"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 14:37:00.374121"], ["updated_at", "2020-11-24 14:37:00.374121"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 14:37:00.375249"], ["updated_at", "2020-11-24 14:37:00.375249"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-24 14:37:00.376822"], ["updated_at", "2020-11-24 14:37:00.376822"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 8], ["created_at", "2020-11-24 14:37:00.378336"], ["updated_at", "2020-11-24 14:37:00.378336"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-24 14:37:00.379827"], ["updated_at", "2020-11-24 14:37:00.379827"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-24 14:37:00.381332"], ["updated_at", "2020-11-24 14:37:00.381332"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 2], ["created_at", "2020-11-24 14:37:00.382806"], ["updated_at", "2020-11-24 14:37:00.382806"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 3], ["created_at", "2020-11-24 14:37:00.384493"], ["updated_at", "2020-11-24 14:37:00.384493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-24 14:37:00.385998"], ["updated_at", "2020-11-24 14:37:00.385998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 8], ["created_at", "2020-11-24 14:37:00.387510"], ["updated_at", "2020-11-24 14:37:00.387510"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 19], ["decimal", 1.96683408580377], ["string", "Beatae perferendis minima nobis."], ["date", "2020-11-02"], ["time", "2000-01-01 16:36:23.021854"], ["datetime", "2020-10-19 00:18:28.247861"], ["created_at", "2020-11-24 14:37:00.415590"], ["updated_at", "2020-11-24 14:37:00.415590"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 31], ["decimal", 29.4121278232732], ["string", "Dolor quod porro."], ["date", "2020-10-22"], ["time", "2000-01-01 01:58:56.544840"], ["datetime", "2020-10-30 21:14:44.152822"], ["created_at", "2020-11-24 14:37:00.419350"], ["updated_at", "2020-11-24 14:37:00.419350"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 9], ["decimal", 3.148052988122], ["string", "Possimus sunt voluptatem est."], ["date", "2020-11-04"], ["time", "2000-01-01 04:05:09.970641"], ["datetime", "2020-11-01 11:54:18.393022"], ["created_at", "2020-11-24 14:37:00.422038"], ["updated_at", "2020-11-24 14:37:00.422038"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 0.155990117021981], ["string", "Omnis facere ratione."], ["date", "2020-12-11"], ["time", "2000-01-01 08:18:46.846526"], ["datetime", "2020-10-20 22:26:15.932852"], ["created_at", "2020-11-24 14:37:00.426731"], ["updated_at", "2020-11-24 14:37:00.426731"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 23.4110695450085], ["string", "Autem sint excepturi."], ["date", "2020-11-13"], ["time", "2000-01-01 20:32:30.215142"], ["datetime", "2020-12-29 22:26:47.806504"], ["created_at", "2020-11-24 14:37:00.430086"], ["updated_at", "2020-11-24 14:37:00.430086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 12], ["decimal", 1.6566229651142], ["string", "Voluptas reprehenderit occaecati odit laborum."], ["date", "2020-11-13"], ["time", "2000-01-01 18:23:19.904811"], ["datetime", "2020-10-25 08:58:30.852507"], ["created_at", "2020-11-24 14:37:00.433093"], ["updated_at", "2020-11-24 14:37:00.433093"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.436727"], ["updated_at", "2020-11-24 14:37:00.436727"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.466917"], ["updated_at", "2020-11-24 14:37:00.466917"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.468464"], ["updated_at", "2020-11-24 14:37:00.468464"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.469758"], ["updated_at", "2020-11-24 14:37:00.469758"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.471114"], ["updated_at", "2020-11-24 14:37:00.471114"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.472311"], ["updated_at", "2020-11-24 14:37:00.472311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.473167"], ["updated_at", "2020-11-24 14:37:00.473167"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.473934"], ["updated_at", "2020-11-24 14:37:00.473934"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.474691"], ["updated_at", "2020-11-24 14:37:00.474691"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.477209"], ["updated_at", "2020-11-24 14:37:00.477209"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.479756"], ["updated_at", "2020-11-24 14:37:00.479756"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.482139"], ["updated_at", "2020-11-24 14:37:00.482139"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.484399"], ["updated_at", "2020-11-24 14:37:00.484399"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.486674"], ["updated_at", "2020-11-24 14:37:00.486674"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.489064"], ["updated_at", "2020-11-24 14:37:00.489064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.490588"], ["updated_at", "2020-11-24 14:37:00.490588"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.492015"], ["updated_at", "2020-11-24 14:37:00.492015"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "88316 Feil Tunnel, New Leopoldo, DE 89479"], ["city", "Melanimouth"], ["country", "Cambodia"], ["description", "Modi iure dolor. Sint dolor non. Est iste sed. Aut esse corrupti. Omnis dolorum id."], ["email", "giovanna_grimes@example.com"], ["first_name", "Genie"], ["firstname", "Leonardo"], ["last_name", "Schulist"], ["lastname", "Harber"], ["lat", "12.978843644318374"], ["latitute", "-46.65123006496766"], ["lng", "-130.22384237646315"], ["locale", "TO"], ["longitude", "-41.941034085422615"], ["middlename", "Schuppe"], ["middle_name", "Hilpert"], ["password", "Kz68HjXz4W2f78Sr"], ["phone", "1-220-364-6954"], ["phone_number", "(104) 924-0549 x8372"], ["reference", "5122faa9-3a76-4f78-a33d-7f82de6dd827"], ["title", "Qui et aut beatae libero."], ["user_name", "melodee.krajcik"], ["username", "blair_okuneva"], ["uuid", "2dafa3c9-762a-4cf8-b250-2c207d4584ca"], ["created_at", "2020-11-24 14:37:00.532604"], ["updated_at", "2020-11-24 14:37:00.532604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "984 Magali Mill, Franciscoville, IN 54502-7585"], ["city", "New Jeremiahview"], ["country", "Oman"], ["description", "Reprehenderit nesciunt deleniti. Et repudiandae optio."], ["email", "fernando@example.name"], ["first_name", "Milo"], ["firstname", "Jarvis"], ["last_name", "Hane"], ["lastname", "Schneider"], ["lat", "35.56275747786218"], ["latitute", "86.31490155660919"], ["lng", "36.670663780878726"], ["locale", "RU"], ["longitude", "84.45080684760927"], ["middlename", "Bogisich"], ["middle_name", "Wiza"], ["password", "NwEqV1nB"], ["phone", "675-842-1617 x561"], ["phone_number", "458.609.0614 x48948"], ["reference", "45f9697d-ca6b-4347-9cc0-1d7de77f3a70"], ["title", "Aut hic vel reiciendis cupiditate."], ["user_name", "randell_lynch"], ["username", "kermit.hermann"], ["uuid", "2ad060c1-39ab-4f4a-a012-02b4cb6571dd"], ["created_at", "2020-11-24 14:37:00.560016"], ["updated_at", "2020-11-24 14:37:00.560016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 692 812 Bryon Forest, West Nicolettefort, IN 21257"], ["city", "Robelshire"], ["country", "American Samoa"], ["description", "Voluptatum incidunt atque. Mollitia molestiae rem. Laudantium omnis voluptatem."], ["email", "racquel.ryan@example.info"], ["first_name", "Katina"], ["firstname", "Harland"], ["last_name", "Olson"], ["lastname", "Kris"], ["lat", "13.002809937337744"], ["latitute", "-75.5689947756569"], ["lng", "88.62592562899283"], ["locale", "NZ"], ["longitude", "-42.447806751554594"], ["middlename", "McDermott"], ["middle_name", "Friesen"], ["password", "1Eo8I4uDgNnCq1Kt"], ["phone", "(501) 235-1514 x6915"], ["phone_number", "(851) 363-6064 x297"], ["reference", "8f51295a-310a-4c0d-879f-6cb58d43382d"], ["title", "Aut unde aut vel."], ["user_name", "raquel.pollich"], ["username", "ramon.bayer"], ["uuid", "aea12cde-90b1-4d47-a337-4a1c7ae515aa"], ["created_at", "2020-11-24 14:37:00.581755"], ["updated_at", "2020-11-24 14:37:00.581755"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 613 910 Ahmad Cliff, D'Amoremouth, IA 34926"], ["city", "Lake Gilside"], ["country", "Eritrea"], ["description", "Nihil dolorum debitis. Numquam ipsum quidem. Fuga in consequatur. Suscipit sint totam. Totam ea dolores."], ["email", "rueben@example.info"], ["first_name", "Mark"], ["firstname", "Zachery"], ["last_name", "Block"], ["lastname", "Kulas"], ["lat", "9.3918468444908"], ["latitute", "53.676333213647666"], ["lng", "-101.09253089747124"], ["locale", "BO"], ["longitude", "80.04255318564168"], ["middlename", "Huels"], ["middle_name", "Purdy"], ["password", "G0f1EaZ63u5BtB9"], ["phone", "(437) 075-5946 x01370"], ["phone_number", "154-106-8048 x68127"], ["reference", "731b2897-797b-4603-a236-526455372b36"], ["title", "In cumque magni asperiores qui."], ["user_name", "emmett"], ["username", "lorie.bins"], ["uuid", "8742074a-279b-42a6-a72b-c48b34fe8b38"], ["created_at", "2020-11-24 14:37:00.604551"], ["updated_at", "2020-11-24 14:37:00.604551"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 746 763 Kub Flat, Faheyshire, MA 57785"], ["city", "Luettgenport"], ["country", "Tajikistan"], ["description", "Aspernatur corrupti dolor. Laudantium temporibus quas."], ["email", "alfreda.kris@example.com"], ["first_name", "Mike"], ["firstname", "Cyrus"], ["last_name", "Mueller"], ["lastname", "Schmeler"], ["lat", "66.90419103873901"], ["latitute", "22.041845504517525"], ["lng", "-105.35259317028054"], ["locale", "TV"], ["longitude", "-51.460304299664614"], ["middlename", "Jenkins"], ["middle_name", "Ebert"], ["password", "1H2kQ4uEiJ4"], ["phone", "643-245-5350"], ["phone_number", "736.251.9147 x7576"], ["reference", "3e5a20aa-f3ac-4dc7-a7a1-1f8f09456f6e"], ["title", "Nihil illum rem et autem."], ["user_name", "deandrea_schoen"], ["username", "paris.lockman"], ["uuid", "54d6b2b1-50bc-4f84-9182-7ebb9f104b67"], ["created_at", "2020-11-24 14:37:00.626044"], ["updated_at", "2020-11-24 14:37:00.626044"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7105 Rosario Club, South Stephanburgh, KS 53574"], ["city", "Lake Shaefurt"], ["country", "Reunion"], ["description", "Mollitia ducimus hic. Qui enim sed. Veniam voluptatum esse. Quam qui ab. Necessitatibus ex perferendis."], ["email", "denny@example.net"], ["first_name", "Gwyneth"], ["firstname", "Melissa"], ["last_name", "Stark"], ["lastname", "Brakus"], ["lat", "82.65381887695642"], ["latitute", "-69.38488242713997"], ["lng", "17.935194323500355"], ["locale", "RS"], ["longitude", "15.68964817294443"], ["middlename", "McDermott"], ["middle_name", "Mills"], ["password", "VpTcC0kFg4Be3Z6"], ["phone", "(528) 887-4154 x5400"], ["phone_number", "934-466-4503 x255"], ["reference", "744aac05-1f0c-4f72-b6e7-b8bf00aa4f4e"], ["title", "Laudantium dolores debitis et omnis id."], ["user_name", "joshua.cartwright"], ["username", "rocco"], ["uuid", "547557b2-1d69-4d9f-8c4c-0be22c88bc15"], ["created_at", "2020-11-24 14:37:00.647937"], ["updated_at", "2020-11-24 14:37:00.647937"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "350 Kris Center, Pourosbury, NC 38719"], ["city", "Littelside"], ["country", "Guam"], ["description", "Modi voluptate id. Iusto nulla vel. Repudiandae autem est. Et eum quo. Aut qui est."], ["email", "tawanda@example.biz"], ["first_name", "Tuan"], ["firstname", "Carl"], ["last_name", "Nolan"], ["lastname", "Gusikowski"], ["lat", "50.45754695706958"], ["latitute", "63.21276518265478"], ["lng", "-151.44899976332056"], ["locale", "AD"], ["longitude", "-159.3043190294352"], ["middlename", "Zboncak"], ["middle_name", "Watsica"], ["password", "Y0iSa9L2h2En4"], ["phone", "(691) 110-9095"], ["phone_number", "903.973.0924 x693"], ["reference", "325bb8d0-3030-445b-9057-9bfaa8e1671c"], ["title", "Magnam quibusdam delectus aut repellat."], ["user_name", "geraldo.schaden"], ["username", "fernando.yundt"], ["uuid", "fb345112-1fcc-47ca-9bb6-476a89cffb3d"], ["created_at", "2020-11-24 14:37:00.678330"], ["updated_at", "2020-11-24 14:37:00.678330"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 165 92115 Brooks Center, VonRuedenburgh, KS 86746-8861"], ["city", "New Nathanielville"], ["country", "Uzbekistan"], ["description", "Iure rem voluptas. Sunt commodi vel. Quo est aliquam. Mollitia placeat sint."], ["email", "pete.cassin@example.biz"], ["first_name", "Yen"], ["firstname", "Stevie"], ["last_name", "Goodwin"], ["lastname", "Olson"], ["lat", "-64.01837026714415"], ["latitute", "-32.55519727757658"], ["lng", "156.85073742195738"], ["locale", "CH"], ["longitude", "20.435182853276984"], ["middlename", "Haley"], ["middle_name", "Mante"], ["password", "Mv1DiBeJvElWf"], ["phone", "1-871-872-4543 x8710"], ["phone_number", "834-713-5339 x395"], ["reference", "2b44a6b5-d06d-4184-9d0b-4f19c160aef4"], ["title", "Voluptatem vel ex."], ["user_name", "clair"], ["username", "kristin_bernhard"], ["uuid", "76a56c8f-f91c-4c09-b53f-65f881aac5ca"], ["created_at", "2020-11-24 14:37:00.700840"], ["updated_at", "2020-11-24 14:37:00.700840"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 10], ["decimal", 28.7885542095013], ["string", "Totam hic illum ipsa provident."], ["date", "2020-10-13"], ["time", "2000-01-01 08:27:02.010077"], ["datetime", "2020-10-18 20:42:26.469745"], ["created_at", "2020-11-24 14:37:00.703612"], ["updated_at", "2020-11-24 14:37:00.703612"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1], ["decimal", 2.89940977350973], ["string", "Dolores rerum aspernatur ut."], ["date", "2020-11-10"], ["time", "2000-01-01 23:45:18.620159"], ["datetime", "2020-11-22 20:21:03.534988"], ["created_at", "2020-11-24 14:37:00.706212"], ["updated_at", "2020-11-24 14:37:00.706212"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 27.8220207875429], ["string", "Iste cumque eligendi et."], ["date", "2020-10-24"], ["time", "2000-01-01 23:57:38.183806"], ["datetime", "2020-12-07 21:46:50.268821"], ["created_at", "2020-11-24 14:37:00.708445"], ["updated_at", "2020-11-24 14:37:00.708445"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 20], ["decimal", 26.2060017050726], ["string", "Et commodi et."], ["date", "2020-10-31"], ["time", "2000-01-01 10:58:41.728860"], ["datetime", "2020-10-24 12:17:57.559593"], ["created_at", "2020-11-24 14:37:00.710584"], ["updated_at", "2020-11-24 14:37:00.710584"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 8], ["decimal", 10.4908743735388], ["string", "Minus voluptatem recusandae ut velit."], ["date", "2020-12-22"], ["time", "2000-01-01 01:21:46.271483"], ["datetime", "2021-01-01 18:06:50.256289"], ["created_at", "2020-11-24 14:37:00.712733"], ["updated_at", "2020-11-24 14:37:00.712733"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 17], ["decimal", 25.8438806238602], ["string", "In vitae eos recusandae ullam."], ["date", "2020-10-16"], ["time", "2000-01-01 01:55:45.014940"], ["datetime", "2020-10-28 16:10:07.817467"], ["created_at", "2020-11-24 14:37:00.714921"], ["updated_at", "2020-11-24 14:37:00.714921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 5], ["decimal", 1.560074159584], ["string", "Est aut nisi qui."], ["date", "2020-10-21"], ["time", "2000-01-01 00:14:22.172745"], ["datetime", "2020-12-23 20:55:44.696520"], ["created_at", "2020-11-24 14:37:00.717097"], ["updated_at", "2020-11-24 14:37:00.717097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 0], ["decimal", 6.2794061944443], ["string", "Et harum ipsam qui voluptas totam."], ["date", "2020-11-27"], ["time", "2000-01-01 01:17:07.646683"], ["datetime", "2020-12-06 09:41:10.264646"], ["created_at", "2020-11-24 14:37:00.719276"], ["updated_at", "2020-11-24 14:37:00.719276"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:37:00.720976"], ["updated_at", "2020-11-24 14:37:00.720976"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:37:00.722289"], ["updated_at", "2020-11-24 14:37:00.722289"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:37:00.723414"], ["updated_at", "2020-11-24 14:37:00.723414"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:37:00.724551"], ["updated_at", "2020-11-24 14:37:00.724551"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:37:00.725669"], ["updated_at", "2020-11-24 14:37:00.725669"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:37:00.726775"], ["updated_at", "2020-11-24 14:37:00.726775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:37:00.727893"], ["updated_at", "2020-11-24 14:37:00.727893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:37:00.729047"], ["updated_at", "2020-11-24 14:37:00.729047"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:37:00.730288"], ["updated_at", "2020-11-24 14:37:00.730288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:37:00.731474"], ["updated_at", "2020-11-24 14:37:00.731474"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:37:00.732659"], ["updated_at", "2020-11-24 14:37:00.732659"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:37:00.733777"], ["updated_at", "2020-11-24 14:37:00.733777"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:37:00.734888"], ["updated_at", "2020-11-24 14:37:00.734888"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:37:00.735993"], ["updated_at", "2020-11-24 14:37:00.735993"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:37:00.737132"], ["updated_at", "2020-11-24 14:37:00.737132"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:37:00.738303"], ["updated_at", "2020-11-24 14:37:00.738303"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1001], ["decimal", 6.80923397166579], ["string", "Ipsa rerum eos fuga soluta et."], ["unique", 8], ["one_of_strings", "zed"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:37:00.740878"], ["updated_at", "2020-11-24 14:37:00.740878"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 3.72415123029933], ["string", "Provident consequatur numquam."], ["unique", 1], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:37:00.743274"], ["updated_at", "2020-11-24 14:37:00.743274"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1018], ["decimal", 7.81338359378383], ["string", "Cumque nihil est."], ["unique", 9], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:37:00.745534"], ["updated_at", "2020-11-24 14:37:00.745534"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1008], ["decimal", 2.66377525574257], ["string", "Deleniti cupiditate laborum et."], ["unique", 10], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:37:00.747747"], ["updated_at", "2020-11-24 14:37:00.747747"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1007], ["decimal", 10.1440370338911], ["string", "Ratione commodi perspiciatis numquam quidem."], ["unique", 4], ["one_of_strings", "foo"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:37:00.750026"], ["updated_at", "2020-11-24 14:37:00.750026"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1016], ["decimal", 7.97802125815554], ["string", "Dignissimos ipsum blanditiis quasi."], ["unique", 7], ["one_of_strings", "bar"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:37:00.752258"], ["updated_at", "2020-11-24 14:37:00.752258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("boolean", "integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 1004], ["decimal", 20.0986227021179], ["string", "Ipsa veniam voluptatum nobis voluptatem quos."], ["unique", 6], ["one_of_strings", "foo"], ["one_of_integers", 45], ["created_at", "2020-11-24 14:37:00.754552"], ["updated_at", "2020-11-24 14:37:00.754552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."unique" = ? LIMIT ? [["unique", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("integer", "decimal", "string", "unique", "one_of_strings", "one_of_integers", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["integer", 1013], ["decimal", 6.83028690314601], ["string", "Fugiat voluptatum sapiente sed voluptatem."], ["unique", 2], ["one_of_strings", "zed"], ["one_of_integers", 15], ["created_at", "2020-11-24 14:37:00.756958"], ["updated_at", "2020-11-24 14:37:00.756958"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.773902"], ["updated_at", "2020-11-24 14:37:00.773902"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.774756"], ["updated_at", "2020-11-24 14:37:00.774756"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.775454"], ["updated_at", "2020-11-24 14:37:00.775454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.776101"], ["updated_at", "2020-11-24 14:37:00.776101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.776734"], ["updated_at", "2020-11-24 14:37:00.776734"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.777359"], ["updated_at", "2020-11-24 14:37:00.777359"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.777980"], ["updated_at", "2020-11-24 14:37:00.777980"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:37:00.778603"], ["updated_at", "2020-11-24 14:37:00.778603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:37:00.779272"], ["updated_at", "2020-11-24 14:37:00.779272"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:37:00.779945"], ["updated_at", "2020-11-24 14:37:00.779945"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:37:00.780601"], ["updated_at", "2020-11-24 14:37:00.780601"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:37:00.781243"], ["updated_at", "2020-11-24 14:37:00.781243"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:37:00.781877"], ["updated_at", "2020-11-24 14:37:00.781877"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:37:00.782522"], ["updated_at", "2020-11-24 14:37:00.782522"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:37:00.783173"], ["updated_at", "2020-11-24 14:37:00.783173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:37:00.783813"], ["updated_at", "2020-11-24 14:37:00.783813"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 14:37:00.785100"], ["updated_at", "2020-11-24 14:37:00.785100"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 14:37:00.786330"], ["updated_at", "2020-11-24 14:37:00.786330"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 14:37:00.787475"], ["updated_at", "2020-11-24 14:37:00.787475"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 14:37:00.788685"], ["updated_at", "2020-11-24 14:37:00.788685"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 14:37:00.789911"], ["updated_at", "2020-11-24 14:37:00.789911"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 14:37:00.791090"], ["updated_at", "2020-11-24 14:37:00.791090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 14:37:00.792305"], ["updated_at", "2020-11-24 14:37:00.792305"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 14:37:00.793511"], ["updated_at", "2020-11-24 14:37:00.793511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-24 14:37:00.795202"], ["updated_at", "2020-11-24 14:37:00.795202"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 7], ["created_at", "2020-11-24 14:37:00.796838"], ["updated_at", "2020-11-24 14:37:00.796838"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 8], ["created_at", "2020-11-24 14:37:00.798390"], ["updated_at", "2020-11-24 14:37:00.798390"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 5], ["created_at", "2020-11-24 14:37:00.799932"], ["updated_at", "2020-11-24 14:37:00.799932"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 3], ["created_at", "2020-11-24 14:37:00.801479"], ["updated_at", "2020-11-24 14:37:00.801479"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 6], ["created_at", "2020-11-24 14:37:00.803008"], ["updated_at", "2020-11-24 14:37:00.803008"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-24 14:37:00.804596"], ["updated_at", "2020-11-24 14:37:00.804596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-24 14:37:00.806200"], ["updated_at", "2020-11-24 14:37:00.806200"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.0ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (12.6ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.0ms) DELETE FROM "bravos";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.8ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'echos';  (2.6ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.6ms) DELETE FROM "kilos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.6ms) DELETE FROM "limas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (2.0ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.5ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "792 Mohr Wall, Gorczanymouth, AL 08034-4187"], ["city", "Lednerfort"], ["country", "Congo"], ["description", "Nemo vel ab. Nulla labore est. Voluptate distinctio earum. Qui ex doloremque. Similique totam mollitia."], ["email", "kristyn.deckow@example.info"], ["first_name", "Prince"], ["firstname", "Charlyn"], ["last_name", "Auer"], ["lastname", "Gutkowski"], ["lat", "-55.2376614116382"], ["latitute", "-87.84633372915405"], ["lng", "29.92106014947629"], ["locale", "DO"], ["longitude", "-17.86412044812377"], ["middlename", "McCullough"], ["middle_name", "Moen"], ["password", "J1qPpIy3Le9"], ["phone", "716.639.4766 x508"], ["phone_number", "1-825-389-9949 x43819"], ["reference", "77e9cfd5-66db-40a4-892e-e4bdc58db654"], ["title", "Veniam recusandae ullam quia consequatur."], ["user_name", "lanell"], ["username", "mohammed"], ["uuid", "d37bd23c-cd3f-444c-9fbe-172d40929a3f"], ["created_at", "2020-11-24 14:49:30.147352"], ["updated_at", "2020-11-24 14:49:30.147352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "59458 Erin Village, South Gwenda, NJ 08557-0042"], ["city", "Brainborough"], ["country", "Antigua and Barbuda"], ["description", "Soluta modi non. Suscipit cupiditate non. Vel consequatur sunt. Sunt ipsum autem. Perferendis totam velit."], ["email", "manual.franecki@example.co"], ["first_name", "Mikel"], ["firstname", "Tracey"], ["last_name", "Hane"], ["lastname", "Purdy"], ["lat", "-42.14119427247258"], ["latitute", "26.340995208192638"], ["lng", "57.669378077954434"], ["locale", "LI"], ["longitude", "83.17244706393433"], ["middlename", "Robel"], ["middle_name", "Crooks"], ["password", "J9k8FcVgD3bMw0Va"], ["phone", "496-314-8536 x495"], ["phone_number", "273-140-9730 x795"], ["reference", "cdab462f-7dc1-49e9-981e-db6e8f5f4be0"], ["title", "Enim odio occaecati porro quam et."], ["user_name", "maranda.vandervort"], ["username", "rosina_dooley"], ["uuid", "a4678247-9003-4430-8382-8122939c312a"], ["created_at", "2020-11-24 14:49:30.184963"], ["updated_at", "2020-11-24 14:49:30.184963"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 806 4278 Darci Ranch, Lake Alejandroborough, NJ 47386-1622"], ["city", "Lake Laneshire"], ["country", "Falkland Islands (Malvinas)"], ["description", "Et eos voluptatum. Et a accusantium. Eveniet veniam cupiditate. Animi enim quaerat."], ["email", "shila_kunde@example.co"], ["first_name", "Gregorio"], ["firstname", "Junior"], ["last_name", "Gutkowski"], ["lastname", "Pollich"], ["lat", "-29.860020809159828"], ["latitute", "-16.475324020620405"], ["lng", "-29.00634421741674"], ["locale", "GI"], ["longitude", "-161.82185044507142"], ["middlename", "Skiles"], ["middle_name", "Schulist"], ["password", "U2uI5hRl"], ["phone", "641.821.4148 x55133"], ["phone_number", "1-972-329-0230 x9647"], ["reference", "b1dfb6f7-5737-4d03-be93-e04bb48e8b13"], ["title", "Sequi et aut."], ["user_name", "quentin.wisoky"], ["username", "sharyl_kling"], ["uuid", "837063bb-0049-4711-892f-4caa4b1764e5"], ["created_at", "2020-11-24 14:49:30.208997"], ["updated_at", "2020-11-24 14:49:30.208997"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 716 23529 Renner Drives, West Joesphside, IA 68888"], ["city", "Weldonberg"], ["country", "Virgin Islands, British"], ["description", "Molestiae fugiat autem. Atque natus et. Quia reiciendis earum. Voluptate corporis reiciendis."], ["email", "travis_pfeffer@example.net"], ["first_name", "Ines"], ["firstname", "Marchelle"], ["last_name", "Hane"], ["lastname", "Sporer"], ["lat", "-19.345718715835517"], ["latitute", "35.66293755053525"], ["lng", "78.9388376933228"], ["locale", "GP"], ["longitude", "130.1793614437409"], ["middlename", "Morar"], ["middle_name", "Lindgren"], ["password", "L3mUe0EkTwBz"], ["phone", "1-786-544-0102 x18337"], ["phone_number", "435.996.2458 x86340"], ["reference", "bc953e0a-a5bc-4cf8-86f6-1ffa522df8d6"], ["title", "Assumenda sed veritatis sapiente."], ["user_name", "nickolas"], ["username", "chante"], ["uuid", "c5a18266-f33e-4b3b-a8da-05413df5e13b"], ["created_at", "2020-11-24 14:49:30.231642"], ["updated_at", "2020-11-24 14:49:30.231642"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 407 252 Harris Expressway, Lake Myron, GA 76070-0725"], ["city", "Muellerton"], ["country", "Colombia"], ["description", "Eos adipisci mollitia. Qui explicabo itaque. Fugit sed eius. Quod sit qui. Voluptatem ut asperiores."], ["email", "marybeth_cummerata@example.co"], ["first_name", "Felton"], ["firstname", "Bennett"], ["last_name", "Vandervort"], ["lastname", "Conroy"], ["lat", "-84.4660117320985"], ["latitute", "24.607567947978495"], ["lng", "-2.2500244909109597"], ["locale", "AD"], ["longitude", "-173.28647666835585"], ["middlename", "Wolf"], ["middle_name", "Kling"], ["password", "CgSr5ArG7oKn0I0g"], ["phone", "1-393-166-7915 x91489"], ["phone_number", "1-292-450-4699 x442"], ["reference", "a5662932-5392-4133-9d01-6ef2366d9ced"], ["title", "Et minus temporibus voluptatem quam."], ["user_name", "christal"], ["username", "vernon"], ["uuid", "a5bfd059-5825-4062-b6e8-a7b28e519663"], ["created_at", "2020-11-24 14:49:30.253907"], ["updated_at", "2020-11-24 14:49:30.253907"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1347 Colton Trace, Lavernview, AZ 93965"], ["city", "North Rudolph"], ["country", "Ukraine"], ["description", "Ipsa quidem cupiditate. Est occaecati ullam."], ["email", "celena_dickinson@example.name"], ["first_name", "Shay"], ["firstname", "Ira"], ["last_name", "Boyle"], ["lastname", "Luettgen"], ["lat", "-46.793324966243034"], ["latitute", "45.660634060998916"], ["lng", "118.49882015169453"], ["locale", "SM"], ["longitude", "-45.14618150010497"], ["middlename", "Deckow"], ["middle_name", "Hodkiewicz"], ["password", "XtWhVuS8q"], ["phone", "896-024-2900 x1375"], ["phone_number", "588.574.4526 x4388"], ["reference", "affe2eea-d240-4ace-a4f5-6caee83e8a5d"], ["title", "Quas eius aspernatur explicabo repudiandae."], ["user_name", "alonso.turcotte"], ["username", "jonathon.abbott"], ["uuid", "1bfbe724-fe49-4ee8-8028-5e592c2bfc3b"], ["created_at", "2020-11-24 14:49:30.277094"], ["updated_at", "2020-11-24 14:49:30.277094"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "5841 Parisian Ferry, East Garnettstad, GA 83646-1522"], ["city", "Gearldineburgh"], ["country", "Niue"], ["description", "Quia reiciendis assumenda. Aut quasi in. Sed velit repellendus. Deleniti voluptatum ab."], ["email", "eric_bogan@example.com"], ["first_name", "Dominga"], ["firstname", "Roman"], ["last_name", "Hauck"], ["lastname", "Runolfsson"], ["lat", "0.788456689931536"], ["latitute", "-67.25714568368848"], ["lng", "157.98046317959285"], ["locale", "NR"], ["longitude", "107.63663369342646"], ["middlename", "Hettinger"], ["middle_name", "Medhurst"], ["password", "HvWi4NiS"], ["phone", "1-558-323-5162 x0694"], ["phone_number", "167.646.0056 x12243"], ["reference", "4fa84ffa-d456-4bc3-be92-0cb642940b34"], ["title", "Porro tempore eius."], ["user_name", "bronwyn"], ["username", "berry"], ["uuid", "b808a252-f3a6-4d2f-8c2c-2bc580737a44"], ["created_at", "2020-11-24 14:49:30.299480"], ["updated_at", "2020-11-24 14:49:30.299480"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 832 9714 Evelyn Loaf, South Hyeland, OH 92746"], ["city", "North Kirby"], ["country", "Estonia"], ["description", "Ipsum in autem. Facere consequuntur quaerat. Quae laboriosam voluptates."], ["email", "anita.mante@example.biz"], ["first_name", "Colby"], ["firstname", "Lean"], ["last_name", "Grady"], ["lastname", "Mitchell"], ["lat", "-84.81692983318602"], ["latitute", "31.522801572397327"], ["lng", "74.66457851649213"], ["locale", "PR"], ["longitude", "-105.7394056421561"], ["middlename", "Ruecker"], ["middle_name", "Hackett"], ["password", "22Uv7S4fVoU"], ["phone", "245-273-1947 x615"], ["phone_number", "(829) 069-7988 x338"], ["reference", "2291c0f4-0b76-4d25-92de-0954e49fae22"], ["title", "Voluptas magnam ad."], ["user_name", "terina"], ["username", "elwood_wehner"], ["uuid", "6a1a13f9-c1d1-4183-82cf-8e9647a8e3fe"], ["created_at", "2020-11-24 14:49:30.321503"], ["updated_at", "2020-11-24 14:49:30.321503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "680 Columbus Forges, New Kizzyburgh, NJ 31444"], ["city", "Lake Phil"], ["country", "Liechtenstein"], ["description", "Corrupti minus ipsum. Non velit qui. Est dolorum id. Fugiat est molestiae."], ["email", "kenny@example.name"], ["first_name", "Setsuko"], ["firstname", "Serina"], ["last_name", "Nolan"], ["lastname", "Moore"], ["lat", "36.994376020784316"], ["latitute", "-8.610994366118959"], ["lng", "-51.761097712917376"], ["locale", "CY"], ["longitude", "105.2775452288281"], ["middlename", "Lang"], ["middle_name", "Adams"], ["password", "1T5o9N94f"], ["phone", "1-688-337-9516 x8219"], ["phone_number", "(678) 963-3736"], ["reference", "8891592f-bfc5-4576-80f3-8437d42da8da"], ["title", "Atque vitae quisquam dolores sit."], ["user_name", "joaquin.grimes"], ["username", "jack"], ["uuid", "b171d974-bf40-45d6-a878-aecb6d47d01f"], ["created_at", "2020-11-24 14:49:30.355653"], ["updated_at", "2020-11-24 14:49:30.355653"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 684 566 Odell Neck, Parkermouth, WI 24566"], ["city", "Laverneton"], ["country", "Liechtenstein"], ["description", "Earum eum distinctio. Incidunt sit vel."], ["email", "moses.johnston@example.net"], ["first_name", "Corey"], ["firstname", "Laurinda"], ["last_name", "Reichel"], ["lastname", "Marvin"], ["lat", "64.91036668952776"], ["latitute", "65.01967067645873"], ["lng", "61.04784500198491"], ["locale", "BI"], ["longitude", "-76.99276182525232"], ["middlename", "Padberg"], ["middle_name", "Nolan"], ["password", "BzNcW7hRpFrI4"], ["phone", "1-644-679-1873 x4929"], ["phone_number", "1-468-442-6057 x987"], ["reference", "02965f9b-ec40-41be-be14-7999cab134ea"], ["title", "Eveniet fuga modi."], ["user_name", "camila.ferry"], ["username", "myesha"], ["uuid", "93faf719-f8a3-4aaa-8e63-ebcda1ab61fd"], ["created_at", "2020-11-24 14:49:30.379759"], ["updated_at", "2020-11-24 14:49:30.379759"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.405706"], ["updated_at", "2020-11-24 14:49:30.405706"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.417087"], ["updated_at", "2020-11-24 14:49:30.417087"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 753 72787 Tyrell Rapids, Lake Amada, CT 50993-4676"], ["city", "Ngaberg"], ["country", "Turks and Caicos Islands"], ["description", "Id earum accusamus. Harum quibusdam magnam. Nostrum est quae. Amet itaque autem."], ["email", "kellee@example.name"], ["first_name", "Jayme"], ["firstname", "Rufus"], ["last_name", "King"], ["lastname", "Klocko"], ["lat", "-8.691377930305407"], ["latitute", "-49.34587043088521"], ["lng", "32.69782219452273"], ["locale", "MX"], ["longitude", "-105.52135088985426"], ["middlename", "Barton"], ["middle_name", "Johns"], ["password", "OkCrZsN1"], ["phone", "(918) 233-8213 x6284"], ["phone_number", "613.961.9264"], ["reference", "803f8bc3-3bfa-4a9e-8f89-23caf5b3209a"], ["title", "Omnis tenetur harum."], ["user_name", "abram"], ["username", "thad_russel"], ["uuid", "d4aa42f9-786d-4d0d-bd61-7b213076e6d6"], ["created_at", "2020-11-24 14:49:30.445266"], ["updated_at", "2020-11-24 14:49:30.445266"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 25], ["decimal", 0.906830018949668], ["string", "Hic itaque ratione."], ["date", "2020-12-12"], ["time", "2000-01-01 22:25:29.327064"], ["datetime", "2020-11-29 18:13:01.434990"], ["created_at", "2020-11-24 14:49:30.454283"], ["updated_at", "2020-11-24 14:49:30.454283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:49:30.458979"], ["updated_at", "2020-11-24 14:49:30.458979"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:49:30.463789"], ["updated_at", "2020-11-24 14:49:30.463789"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.469702"], ["updated_at", "2020-11-24 14:49:30.469702"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.470576"], ["updated_at", "2020-11-24 14:49:30.470576"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.471235"], ["updated_at", "2020-11-24 14:49:30.471235"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.471867"], ["updated_at", "2020-11-24 14:49:30.471867"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.472506"], ["updated_at", "2020-11-24 14:49:30.472506"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.473131"], ["updated_at", "2020-11-24 14:49:30.473131"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.473816"], ["updated_at", "2020-11-24 14:49:30.473816"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.474459"], ["updated_at", "2020-11-24 14:49:30.474459"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.475873"], ["updated_at", "2020-11-24 14:49:30.475873"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.477104"], ["updated_at", "2020-11-24 14:49:30.477104"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.478743"], ["updated_at", "2020-11-24 14:49:30.478743"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.480828"], ["updated_at", "2020-11-24 14:49:30.480828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.482556"], ["updated_at", "2020-11-24 14:49:30.482556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.484300"], ["updated_at", "2020-11-24 14:49:30.484300"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.486201"], ["updated_at", "2020-11-24 14:49:30.486201"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.488154"], ["updated_at", "2020-11-24 14:49:30.488154"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 183 7152 Marla Meadows, Harveyville, AZ 06319-8067"], ["city", "Lake Trentonton"], ["country", "Saint Kitts and Nevis"], ["description", "Expedita asperiores excepturi. Consequuntur qui dolore."], ["email", "bryan@example.biz"], ["first_name", "Janise"], ["firstname", "Lynne"], ["last_name", "D'Amore"], ["lastname", "Zboncak"], ["lat", "-60.24211328926654"], ["latitute", "80.32438897855863"], ["lng", "158.47939762197893"], ["locale", "LV"], ["longitude", "-5.940738917526744"], ["middlename", "Koss"], ["middle_name", "Terry"], ["password", "BfWwB23v466"], ["phone", "540.590.6126 x485"], ["phone_number", "(161) 682-6218"], ["reference", "3c0f8b27-e5a5-4ec5-bc85-b3ae69d6a9be"], ["title", "Et nemo vero."], ["user_name", "robbie"], ["username", "mohammad.upton"], ["uuid", "4792c2d0-e32b-418a-8345-fe52562bf985"], ["created_at", "2020-11-24 14:49:30.512800"], ["updated_at", "2020-11-24 14:49:30.512800"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "159 Rodriguez Lakes, North Napoleon, TN 29153-4195"], ["city", "Reingerland"], ["country", "Turks and Caicos Islands"], ["description", "Rerum aliquid incidunt. Impedit maxime vitae. Et aut nisi."], ["email", "tyree_hahn@example.net"], ["first_name", "Nathan"], ["firstname", "Jack"], ["last_name", "Beahan"], ["lastname", "Dietrich"], ["lat", "-83.69816248490173"], ["latitute", "15.86960371032957"], ["lng", "70.80495824483899"], ["locale", "CW"], ["longitude", "-96.55635680690705"], ["middlename", "Christiansen"], ["middle_name", "Ondricka"], ["password", "UuQbQjQeEpTnUqY0"], ["phone", "584.362.3983"], ["phone_number", "318.761.9767 x24964"], ["reference", "9969d1aa-38d6-4d7f-8f80-19c041ce0a99"], ["title", "Iste optio autem consequuntur qui accusamus."], ["user_name", "rudy.gibson"], ["username", "julius_zboncak"], ["uuid", "642ec2c1-9736-4c4b-9bbc-f6f13608fe11"], ["created_at", "2020-11-24 14:49:30.534562"], ["updated_at", "2020-11-24 14:49:30.534562"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 774 170 Kreiger Locks, North Pamulastad, KY 03714-5032"], ["city", "North Gregberg"], ["country", "France"], ["description", "Molestiae et dolores. Et cum aliquid. Inventore ipsam illo. Molestias vel expedita."], ["email", "jerrie_gerlach@example.io"], ["first_name", "Hazel"], ["firstname", "Rema"], ["last_name", "Mertz"], ["lastname", "Turcotte"], ["lat", "-63.196529951242866"], ["latitute", "-55.25985881266135"], ["lng", "-160.67146608077297"], ["locale", "PE"], ["longitude", "163.19787231941712"], ["middlename", "Kuhn"], ["middle_name", "McLaughlin"], ["password", "4OhQeThOzNp"], ["phone", "(251) 069-6896 x257"], ["phone_number", "136-346-4587 x1826"], ["reference", "c9db7bf7-d900-43c2-8447-d46197887319"], ["title", "Voluptatem totam id accusamus."], ["user_name", "kiersten_mclaughlin"], ["username", "linn_dickinson"], ["uuid", "b83e9a36-dba6-4547-a8ba-fae9ee73506d"], ["created_at", "2020-11-24 14:49:30.571698"], ["updated_at", "2020-11-24 14:49:30.571698"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 625 92350 Gleason Causeway, North Newtonborough, UT 74889-4838"], ["city", "Dorseybury"], ["country", "Papua New Guinea"], ["description", "Ea quidem consequatur. Sed quaerat doloribus. Explicabo pariatur consectetur. Debitis adipisci optio."], ["email", "gerardo.wisoky@example.biz"], ["first_name", "Darell"], ["firstname", "Raye"], ["last_name", "Renner"], ["lastname", "Fisher"], ["lat", "-74.42096476782602"], ["latitute", "61.530006189142654"], ["lng", "141.31749667271072"], ["locale", "CL"], ["longitude", "-177.5392797365649"], ["middlename", "Smitham"], ["middle_name", "Schaefer"], ["password", "J57qN9bD7d"], ["phone", "948-030-3882"], ["phone_number", "(777) 955-0311"], ["reference", "6c276909-6fa7-44ff-baf9-1d5aa6edb838"], ["title", "Totam animi perferendis et."], ["user_name", "otis_smitham"], ["username", "lucilla"], ["uuid", "9d6680be-93db-47d7-be1d-3fbcfc765ba4"], ["created_at", "2020-11-24 14:49:30.595886"], ["updated_at", "2020-11-24 14:49:30.595886"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "979 Beer Forges, Port Libradaberg, NC 87071-9367"], ["city", "Breitenberghaven"], ["country", "Afghanistan"], ["description", "Sint minus ducimus. Ex voluptates quia."], ["email", "kendrick@example.com"], ["first_name", "Mable"], ["firstname", "Rosamaria"], ["last_name", "D'Amore"], ["lastname", "Jast"], ["lat", "-33.05007273609202"], ["latitute", "5.024218093310665"], ["lng", "-31.340326382371074"], ["locale", "BO"], ["longitude", "-103.88965329452498"], ["middlename", "Cassin"], ["middle_name", "Mills"], ["password", "D3cYtT8v2Hb"], ["phone", "1-839-249-9099 x18909"], ["phone_number", "444-372-2713 x704"], ["reference", "e49e42dd-149a-42b8-8d07-14b7fcdf746b"], ["title", "Sunt ut tempore doloremque natus."], ["user_name", "ben_fadel"], ["username", "sadye.schneider"], ["uuid", "65db508f-96b1-4122-b0b8-8ad6353813b3"], ["created_at", "2020-11-24 14:49:30.617812"], ["updated_at", "2020-11-24 14:49:30.617812"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "33526 Martin Ways, East Krystin, PA 49769-3233"], ["city", "Hermannfurt"], ["country", "Panama"], ["description", "Voluptas adipisci consequuntur. Atque totam sint. Ratione dolore doloremque. Deleniti ut rerum. Excepturi asperiores culpa."], ["email", "rosa@example.net"], ["first_name", "Joey"], ["firstname", "Blanca"], ["last_name", "Mraz"], ["lastname", "Ullrich"], ["lat", "31.516363704552774"], ["latitute", "42.90973549690631"], ["lng", "-66.61229958089591"], ["locale", "TO"], ["longitude", "-31.79902507734758"], ["middlename", "Turcotte"], ["middle_name", "Strosin"], ["password", "JiImShOmH6"], ["phone", "1-459-563-4840 x1168"], ["phone_number", "202-046-2362"], ["reference", "fa415965-8f01-4370-8933-778fc9644d01"], ["title", "Quasi et numquam quia."], ["user_name", "anya.homenick"], ["username", "porter"], ["uuid", "32148f26-b70b-47f6-b572-5ac56c8711cd"], ["created_at", "2020-11-24 14:49:30.640306"], ["updated_at", "2020-11-24 14:49:30.640306"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 181 87571 Schumm Green, East Matthewside, OR 97719"], ["city", "Lake Brett"], ["country", "Norway"], ["description", "Eum voluptate odit. Impedit et quia. Hic reprehenderit sit. Quibusdam debitis cumque. Soluta est est."], ["email", "kristal_spinka@example.io"], ["first_name", "Peter"], ["firstname", "Ola"], ["last_name", "Dare"], ["lastname", "Maggio"], ["lat", "-26.771626522684137"], ["latitute", "24.236441196122342"], ["lng", "37.15995049313142"], ["locale", "MO"], ["longitude", "-107.5245578716863"], ["middlename", "Nicolas"], ["middle_name", "Hane"], ["password", "5DgAoY4zO0dJ7lZ4"], ["phone", "411.552.7253 x8181"], ["phone_number", "662-715-1133 x650"], ["reference", "77c011da-4ff1-49a1-bdc5-96e1729317ac"], ["title", "Ut explicabo earum."], ["user_name", "kay_lang"], ["username", "mckinley.wolf"], ["uuid", "084c6cbf-2a4e-4603-9ebc-a5fa9fe433ed"], ["created_at", "2020-11-24 14:49:30.662473"], ["updated_at", "2020-11-24 14:49:30.662473"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 547 8849 Annika Prairie, Abshirefurt, ME 67882-6820"], ["city", "Hayesmouth"], ["country", "Cote d'Ivoire"], ["description", "Quam officia illum. Id ab ut. Aliquam voluptate est. Sint sed voluptas. Rerum maiores dolores."], ["email", "susan.kreiger@example.io"], ["first_name", "Elroy"], ["firstname", "Mora"], ["last_name", "Beier"], ["lastname", "Heller"], ["lat", "-18.25237955607288"], ["latitute", "75.12097590597509"], ["lng", "160.27934348527054"], ["locale", "SB"], ["longitude", "89.92026673006382"], ["middlename", "Davis"], ["middle_name", "Ratke"], ["password", "UsUrUz7WcNc"], ["phone", "922.269.4047 x295"], ["phone_number", "162-955-7639 x63105"], ["reference", "a2936279-c67e-4f6a-a0eb-cdcf58a3deaa"], ["title", "Iusto quia quis quia qui nostrum."], ["user_name", "hunter.shanahan"], ["username", "darcey_mueller"], ["uuid", "60aaa7fc-3091-4481-bd27-8e5c25b62245"], ["created_at", "2020-11-24 14:49:30.684726"], ["updated_at", "2020-11-24 14:49:30.684726"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 6.5002533518618], ["string", "Quisquam nostrum quia consectetur iure."], ["date", "2021-01-01"], ["time", "2000-01-01 21:12:49.873325"], ["datetime", "2020-10-29 02:44:32.092965"], ["created_at", "2020-11-24 14:49:30.687645"], ["updated_at", "2020-11-24 14:49:30.687645"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 2.0881439607935], ["string", "Et corporis explicabo qui assumenda accusantium."], ["date", "2020-10-20"], ["time", "2000-01-01 12:53:14.417519"], ["datetime", "2020-11-21 13:23:38.165475"], ["created_at", "2020-11-24 14:49:30.690142"], ["updated_at", "2020-11-24 14:49:30.690142"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 5], ["decimal", 1.85858459914899], ["string", "Quidem voluptatem suscipit quae optio."], ["date", "2020-12-02"], ["time", "2000-01-01 04:51:19.245727"], ["datetime", "2021-01-03 08:15:20.239005"], ["created_at", "2020-11-24 14:49:30.692454"], ["updated_at", "2020-11-24 14:49:30.692454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 36], ["decimal", 6.63426560151754], ["string", "Ut quae blanditiis magni et necessitatibus."], ["date", "2020-11-21"], ["time", "2000-01-01 10:03:49.263052"], ["datetime", "2020-12-19 19:47:27.122120"], ["created_at", "2020-11-24 14:49:30.695059"], ["updated_at", "2020-11-24 14:49:30.695059"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 33.3597456296021], ["string", "Labore optio molestias."], ["date", "2020-11-20"], ["time", "2000-01-01 02:39:25.411022"], ["datetime", "2020-11-09 20:58:33.514927"], ["created_at", "2020-11-24 14:49:30.698280"], ["updated_at", "2020-11-24 14:49:30.698280"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 26], ["decimal", 3.97351101752012], ["string", "Autem id consectetur."], ["date", "2020-12-30"], ["time", "2000-01-01 13:58:35.961148"], ["datetime", "2020-12-24 17:00:06.996860"], ["created_at", "2020-11-24 14:49:30.700975"], ["updated_at", "2020-11-24 14:49:30.700975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 25], ["decimal", 2.74232358864481], ["string", "Dolorum quidem tempora corrupti."], ["date", "2020-12-31"], ["time", "2000-01-01 13:29:18.358244"], ["datetime", "2020-11-06 23:02:30.857493"], ["created_at", "2020-11-24 14:49:30.703363"], ["updated_at", "2020-11-24 14:49:30.703363"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 6], ["decimal", 2.67794870268759], ["string", "Sunt ea iste accusantium neque esse."], ["date", "2020-10-17"], ["time", "2000-01-01 02:03:49.108439"], ["datetime", "2020-12-13 18:10:15.102542"], ["created_at", "2020-11-24 14:49:30.705770"], ["updated_at", "2020-11-24 14:49:30.705770"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:49:30.707488"], ["updated_at", "2020-11-24 14:49:30.707488"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:49:30.708817"], ["updated_at", "2020-11-24 14:49:30.708817"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:49:30.710071"], ["updated_at", "2020-11-24 14:49:30.710071"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:49:30.711508"], ["updated_at", "2020-11-24 14:49:30.711508"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:49:30.713655"], ["updated_at", "2020-11-24 14:49:30.713655"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:49:30.715470"], ["updated_at", "2020-11-24 14:49:30.715470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:49:30.717308"], ["updated_at", "2020-11-24 14:49:30.717308"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:49:30.719094"], ["updated_at", "2020-11-24 14:49:30.719094"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:49:30.721010"], ["updated_at", "2020-11-24 14:49:30.721010"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:49:30.722798"], ["updated_at", "2020-11-24 14:49:30.722798"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:49:30.724502"], ["updated_at", "2020-11-24 14:49:30.724502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:49:30.726321"], ["updated_at", "2020-11-24 14:49:30.726321"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:49:30.739044"], ["updated_at", "2020-11-24 14:49:30.739044"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:49:30.740841"], ["updated_at", "2020-11-24 14:49:30.740841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:49:30.742613"], ["updated_at", "2020-11-24 14:49:30.742613"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:49:30.744484"], ["updated_at", "2020-11-24 14:49:30.744484"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 0.279513391745207], ["string", "Rem et voluptatem."], ["date", "2020-11-30"], ["time", "2000-01-01 12:49:52.566335"], ["datetime", "2021-01-04 16:32:25.941278"], ["created_at", "2020-11-24 14:49:30.796421"], ["updated_at", "2020-11-24 14:49:30.796421"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 11], ["decimal", 23.2096866992492], ["string", "Fugit natus non voluptate magni."], ["date", "2020-10-19"], ["time", "2000-01-01 13:34:18.788963"], ["datetime", "2020-12-08 06:07:08.200495"], ["created_at", "2020-11-24 14:49:30.800326"], ["updated_at", "2020-11-24 14:49:30.800326"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 15], ["decimal", 18.5792572665584], ["string", "Omnis tempora enim quisquam eaque."], ["date", "2020-12-20"], ["time", "2000-01-01 14:09:57.289748"], ["datetime", "2020-12-16 01:27:56.194943"], ["created_at", "2020-11-24 14:49:30.804081"], ["updated_at", "2020-11-24 14:49:30.804081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 5.96259812927326], ["string", "Est harum dolor accusamus."], ["date", "2020-11-21"], ["time", "2000-01-01 22:15:35.547515"], ["datetime", "2020-11-06 16:50:29.696525"], ["created_at", "2020-11-24 14:49:30.809837"], ["updated_at", "2020-11-24 14:49:30.809837"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 9], ["decimal", 33.5558790178041], ["string", "Quos vero aspernatur blanditiis ut fuga."], ["date", "2020-11-23"], ["time", "2000-01-01 04:10:25.357103"], ["datetime", "2020-12-11 13:59:37.579212"], ["created_at", "2020-11-24 14:49:30.814015"], ["updated_at", "2020-11-24 14:49:30.814015"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 15.4381435621288], ["string", "Placeat sit praesentium voluptatum officia."], ["date", "2020-12-19"], ["time", "2000-01-01 11:22:13.936914"], ["datetime", "2020-12-28 16:35:50.280128"], ["created_at", "2020-11-24 14:49:30.817972"], ["updated_at", "2020-11-24 14:49:30.817972"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.821793"], ["updated_at", "2020-11-24 14:49:30.821793"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.3ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.873713"], ["updated_at", "2020-11-24 14:49:30.873713"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.875769"], ["updated_at", "2020-11-24 14:49:30.875769"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.877318"], ["updated_at", "2020-11-24 14:49:30.877318"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.878687"], ["updated_at", "2020-11-24 14:49:30.878687"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.880695"], ["updated_at", "2020-11-24 14:49:30.880695"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.882334"], ["updated_at", "2020-11-24 14:49:30.882334"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.883954"], ["updated_at", "2020-11-24 14:49:30.883954"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.885406"], ["updated_at", "2020-11-24 14:49:30.885406"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.887968"], ["updated_at", "2020-11-24 14:49:30.887968"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.3ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.891030"], ["updated_at", "2020-11-24 14:49:30.891030"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.893932"], ["updated_at", "2020-11-24 14:49:30.893932"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.897059"], ["updated_at", "2020-11-24 14:49:30.897059"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.900074"], ["updated_at", "2020-11-24 14:49:30.900074"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.902340"], ["updated_at", "2020-11-24 14:49:30.902340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.904240"], ["updated_at", "2020-11-24 14:49:30.904240"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:30.906005"], ["updated_at", "2020-11-24 14:49:30.906005"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 532 35406 Sang Pine, Port Norberto, MO 51562"], ["city", "Lake Aniballand"], ["country", "Antarctica (the territory South of 60 deg S)"], ["description", "Numquam natus qui. Exercitationem illum ullam."], ["email", "tiffani@example.io"], ["first_name", "Niki"], ["firstname", "Jody"], ["last_name", "Windler"], ["lastname", "Crona"], ["lat", "61.76262806696789"], ["latitute", "43.18114569807767"], ["lng", "31.486327428953615"], ["locale", "SE"], ["longitude", "23.313322160061603"], ["middlename", "Jones"], ["middle_name", "Kshlerin"], ["password", "Oc1U7z5OoVo9O"], ["phone", "518-436-7001 x69804"], ["phone_number", "(880) 464-8560 x7297"], ["reference", "e0251a60-0aea-4d20-a86c-e29d44e472c7"], ["title", "Illo tempora ad doloremque omnis qui."], ["user_name", "adrian"], ["username", "andrea_shanahan"], ["uuid", "f9850200-dc82-452c-ac22-fdc50f7e4c0c"], ["created_at", "2020-11-24 14:49:30.936087"], ["updated_at", "2020-11-24 14:49:30.936087"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 670 1810 Dach Square, South Lane, NE 68288"], ["city", "Lake Madelene"], ["country", "Tokelau"], ["description", "Aliquid expedita odio. Quasi animi ducimus. Ut ut quo."], ["email", "daniel@example.com"], ["first_name", "Dewayne"], ["firstname", "Deneen"], ["last_name", "Nolan"], ["lastname", "Crooks"], ["lat", "-30.077730963510497"], ["latitute", "-61.42536903319729"], ["lng", "4.278652880647684"], ["locale", "PA"], ["longitude", "-89.60032872596567"], ["middlename", "Nicolas"], ["middle_name", "Jacobi"], ["password", "IeLs1QgRnRs6Xq"], ["phone", "956.295.8598"], ["phone_number", "1-753-453-0334 x858"], ["reference", "69af3e49-0cb6-4af3-b74c-582d33183353"], ["title", "Quo nemo et et nihil delectus."], ["user_name", "isreal"], ["username", "glenn.hilpert"], ["uuid", "fcf137e6-df57-41d4-81f4-a66eca067b4b"], ["created_at", "2020-11-24 14:49:30.970400"], ["updated_at", "2020-11-24 14:49:30.970400"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "81294 Keith Street, North Curtiston, UT 88231-9371"], ["city", "Lynchside"], ["country", "Saint Lucia"], ["description", "Itaque officiis voluptatem. Quae quia ut. Odit vel quibusdam. Eaque fugiat vitae."], ["email", "landon@example.io"], ["first_name", "Mariano"], ["firstname", "Ambrose"], ["last_name", "Cremin"], ["lastname", "Bahringer"], ["lat", "40.01132301686329"], ["latitute", "70.67672948563089"], ["lng", "8.324349683038946"], ["locale", "UZ"], ["longitude", "103.81425382636695"], ["middlename", "Sporer"], ["middle_name", "Marquardt"], ["password", "FtB8mXuMyXn0"], ["phone", "221-811-6741"], ["phone_number", "625-661-1180 x177"], ["reference", "2f98926d-bddd-4d82-b8fc-6697d537440f"], ["title", "Quis laudantium totam ut."], ["user_name", "maryrose.mcglynn"], ["username", "josephine_paucek"], ["uuid", "10761007-5291-4535-aeaf-bea02e4a6eba"], ["created_at", "2020-11-24 14:49:30.992284"], ["updated_at", "2020-11-24 14:49:30.992284"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3567 Strosin Tunnel, North Dannettechester, VA 58166"], ["city", "South Emerson"], ["country", "Venezuela"], ["description", "Et et quas. Ducimus omnis sunt. Impedit accusantium amet. Animi dolores iusto. Est quo nemo."], ["email", "bobby@example.io"], ["first_name", "Charles"], ["firstname", "Ethan"], ["last_name", "Abbott"], ["lastname", "Sipes"], ["lat", "-40.085316056438955"], ["latitute", "-49.71609583833975"], ["lng", "-10.731115489659715"], ["locale", "BE"], ["longitude", "-9.249672527213562"], ["middlename", "Bailey"], ["middle_name", "Haag"], ["password", "Yd3SfJcGx203W1kF"], ["phone", "(255) 499-4425 x39825"], ["phone_number", "(563) 368-7187 x303"], ["reference", "95684434-1da7-4005-9182-95f324969c74"], ["title", "Ipsum fugit tenetur fuga optio."], ["user_name", "kent.jakubowski"], ["username", "rodger.schmitt"], ["uuid", "744c31e3-69f2-4f01-8db5-cd5d09a38c41"], ["created_at", "2020-11-24 14:49:31.014877"], ["updated_at", "2020-11-24 14:49:31.014877"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7262 Marinda Throughway, Johnsland, KY 50924"], ["city", "Hamillville"], ["country", "Congo"], ["description", "Ducimus autem enim. Et sunt aliquid."], ["email", "cristin.gorczany@example.name"], ["first_name", "Martin"], ["firstname", "Benny"], ["last_name", "Doyle"], ["lastname", "Feest"], ["lat", "83.1908654629272"], ["latitute", "78.46027227307357"], ["lng", "176.84315812540513"], ["locale", "EC"], ["longitude", "-70.96893570295258"], ["middlename", "Kiehn"], ["middle_name", "Casper"], ["password", "EvL43bO6fY"], ["phone", "387.977.9318 x40564"], ["phone_number", "872-129-4382 x49321"], ["reference", "ca34a4ed-278f-485f-bea3-c34ada681d02"], ["title", "Omnis iusto esse."], ["user_name", "lou"], ["username", "alton_ernser"], ["uuid", "422bea97-b749-45c3-b2ff-4fb6e75ee6e1"], ["created_at", "2020-11-24 14:49:31.051198"], ["updated_at", "2020-11-24 14:49:31.051198"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 722 40534 Gale Light, East Delcieton, NV 02702-6999"], ["city", "West Sanfordborough"], ["country", "Ethiopia"], ["description", "Et sit similique. Facilis magni soluta."], ["email", "susan.terry@example.name"], ["first_name", "Elise"], ["firstname", "Cecile"], ["last_name", "Powlowski"], ["lastname", "Shields"], ["lat", "45.25284698244192"], ["latitute", "-79.3990308219876"], ["lng", "-77.7663007232776"], ["locale", "ME"], ["longitude", "-89.2879762115657"], ["middlename", "Orn"], ["middle_name", "Wintheiser"], ["password", "NtY23nOqQkWc"], ["phone", "(708) 310-9296 x363"], ["phone_number", "1-759-088-9778 x744"], ["reference", "a5496c87-7ed0-4a91-9f13-bb69744bc499"], ["title", "Aut veritatis sit qui."], ["user_name", "emmie"], ["username", "branden_cronin"], ["uuid", "9e264b08-1102-4b45-bfd9-e6e9d36a02b3"], ["created_at", "2020-11-24 14:49:31.076780"], ["updated_at", "2020-11-24 14:49:31.076780"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "41978 Jewel Island, New Carolburgh, WV 58989-9596"], ["city", "Sipesview"], ["country", "Luxembourg"], ["description", "Occaecati debitis at. Labore esse enim. Eos adipisci ipsa. Quis quia aliquam. Libero culpa a."], ["email", "austin@example.biz"], ["first_name", "Pamila"], ["firstname", "Magda"], ["last_name", "Stamm"], ["lastname", "Dare"], ["lat", "-17.57086721471424"], ["latitute", "14.354578716917004"], ["lng", "23.16682169880204"], ["locale", "ID"], ["longitude", "172.58331040180212"], ["middlename", "Hartmann"], ["middle_name", "Beier"], ["password", "LiHu4WbNx7Nj"], ["phone", "611-378-2899 x45565"], ["phone_number", "(803) 914-1109 x027"], ["reference", "7170d3e0-82ec-4f9d-90bc-16f6cfe38a1f"], ["title", "Et aperiam totam ad."], ["user_name", "brooks"], ["username", "jesse.hermiston"], ["uuid", "4354b6e7-5212-4d71-99b0-5ee53e573555"], ["created_at", "2020-11-24 14:49:31.100401"], ["updated_at", "2020-11-24 14:49:31.100401"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 282 7513 Ashlie Junction, Schummland, CO 73117"], ["city", "Wardshire"], ["country", "Macao"], ["description", "Error debitis labore. Accusamus eius sequi."], ["email", "kimberley.glover@example.io"], ["first_name", "Sunday"], ["firstname", "Jacinto"], ["last_name", "Graham"], ["lastname", "Crooks"], ["lat", "77.44605638896454"], ["latitute", "-22.85294519931604"], ["lng", "-25.50688406158872"], ["locale", "MQ"], ["longitude", "-77.84089369546703"], ["middlename", "Lesch"], ["middle_name", "Ankunding"], ["password", "SpZs9Wq9YfB0mZm2"], ["phone", "(814) 923-4696 x38399"], ["phone_number", "1-185-342-9543 x64545"], ["reference", "6497b0fe-8c52-428f-a7d1-1b7a3f8aecde"], ["title", "Ut magnam ea voluptates odit illo."], ["user_name", "donette.labadie"], ["username", "britteny_koss"], ["uuid", "6ff693b5-248f-4f02-8646-e5065ebe0ff7"], ["created_at", "2020-11-24 14:49:31.122872"], ["updated_at", "2020-11-24 14:49:31.122872"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 3], ["decimal", 12.8905406673537], ["string", "Molestiae nam distinctio repellendus quia sunt."], ["date", "2020-12-19"], ["time", "2000-01-01 05:36:02.244068"], ["datetime", "2020-12-07 23:07:23.547188"], ["created_at", "2020-11-24 14:49:31.125847"], ["updated_at", "2020-11-24 14:49:31.125847"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 0], ["integer", 1], ["decimal", 6.32640311514631], ["string", "Commodi minima eos eos."], ["date", "2020-12-24"], ["time", "2000-01-01 09:16:51.294361"], ["datetime", "2020-11-23 15:00:24.400773"], ["created_at", "2020-11-24 14:49:31.128594"], ["updated_at", "2020-11-24 14:49:31.128594"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 21], ["decimal", 21.655874818068], ["string", "Voluptatem voluptate doloribus sint id et."], ["date", "2020-11-05"], ["time", "2000-01-01 10:36:05.860186"], ["datetime", "2020-12-08 14:42:03.371343"], ["created_at", "2020-11-24 14:49:31.131252"], ["updated_at", "2020-11-24 14:49:31.131252"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 6.45744494557218], ["string", "Corrupti nulla distinctio ad asperiores."], ["date", "2021-01-03"], ["time", "2000-01-01 14:21:08.451729"], ["datetime", "2020-12-11 22:59:43.834321"], ["created_at", "2020-11-24 14:49:31.133512"], ["updated_at", "2020-11-24 14:49:31.133512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 2], ["decimal", 13.639439778964], ["string", "Tenetur non dolore hic est."], ["date", "2021-01-01"], ["time", "2000-01-01 16:06:28.021122"], ["datetime", "2020-11-20 12:11:50.640186"], ["created_at", "2020-11-24 14:49:31.135887"], ["updated_at", "2020-11-24 14:49:31.135887"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 0], ["decimal", 4.71467462793598], ["string", "Quis modi asperiores quae incidunt perspiciatis."], ["date", "2020-10-20"], ["time", "2000-01-01 03:12:44.174166"], ["datetime", "2020-11-23 07:59:25.984671"], ["created_at", "2020-11-24 14:49:31.138188"], ["updated_at", "2020-11-24 14:49:31.138188"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 6], ["decimal", 8.61476268504906], ["string", "Rerum nemo nobis eius nostrum ea."], ["date", "2020-11-28"], ["time", "2000-01-01 12:55:00.079689"], ["datetime", "2020-12-17 11:25:33.198102"], ["created_at", "2020-11-24 14:49:31.140457"], ["updated_at", "2020-11-24 14:49:31.140457"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("boolean", "integer", "decimal", "string", "date", "time", "datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["boolean", 1], ["integer", 4], ["decimal", 0.127517674643723], ["string", "Non est asperiores eligendi labore."], ["date", "2021-01-01"], ["time", "2000-01-01 21:28:32.028613"], ["datetime", "2020-11-27 21:44:31.296792"], ["created_at", "2020-11-24 14:49:31.142614"], ["updated_at", "2020-11-24 14:49:31.142614"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:49:31.144313"], ["updated_at", "2020-11-24 14:49:31.144313"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:49:31.145657"], ["updated_at", "2020-11-24 14:49:31.145657"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:49:31.147191"], ["updated_at", "2020-11-24 14:49:31.147191"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:49:31.148506"], ["updated_at", "2020-11-24 14:49:31.148506"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:49:31.149630"], ["updated_at", "2020-11-24 14:49:31.149630"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:49:31.150799"], ["updated_at", "2020-11-24 14:49:31.150799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:49:31.151904"], ["updated_at", "2020-11-24 14:49:31.151904"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:49:31.152993"], ["updated_at", "2020-11-24 14:49:31.152993"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:49:31.154161"], ["updated_at", "2020-11-24 14:49:31.154161"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:49:31.155263"], ["updated_at", "2020-11-24 14:49:31.155263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:49:31.156470"], ["updated_at", "2020-11-24 14:49:31.156470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:49:31.157608"], ["updated_at", "2020-11-24 14:49:31.157608"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:49:31.158704"], ["updated_at", "2020-11-24 14:49:31.158704"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:49:31.159791"], ["updated_at", "2020-11-24 14:49:31.159791"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:49:31.160985"], ["updated_at", "2020-11-24 14:49:31.160985"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:49:31.162151"], ["updated_at", "2020-11-24 14:49:31.162151"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.5ms) SELECT sqlite_version(*)  (0.0ms) SELECT sqlite_version(*)  (0.0ms) SELECT sqlite_version(*)  (0.1ms) DROP TABLE IF EXISTS "alfas"  (38.2ms) CREATE TABLE "alfas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "a_boolean" boolean, "an_integer" integer, "a_decimal" decimal, "a_string" varchar, "a_date" date, "a_time" time, "a_datetime" datetime, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.2ms) DROP TABLE IF EXISTS "bravos"  (3.3ms) CREATE TABLE "bravos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "a_boolean" boolean DEFAULT 0 NOT NULL, "an_integer" integer NOT NULL, "a_decimal" decimal NOT NULL, "a_string" varchar NOT NULL, "a_unique_value" integer, "a_string_from_options" varchar, "a_integer_from_options" integer, "an_absent_value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.2ms) DROP TABLE IF EXISTS "charlies"  (3.1ms) CREATE TABLE "charlies" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (2.9ms) CREATE INDEX "index_charlies_on_alfa_id" ON "charlies" ("alfa_id")  (0.2ms) DROP TABLE IF EXISTS "deltas"  (3.2ms) CREATE TABLE "deltas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (3.2ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (2.6ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.2ms) DROP TABLE IF EXISTS "echos"  (2.3ms) CREATE TABLE "echos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "echoable_type" varchar, "echoable_id" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (2.4ms) CREATE INDEX "index_echos_on_echoable_type_and_echoable_id" ON "echos" ("echoable_type", "echoable_id")  (0.2ms) DROP TABLE IF EXISTS "foxtrots"  (2.4ms) CREATE TABLE "foxtrots" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "hotels"  (2.2ms) CREATE TABLE "hotels" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer)  (2.8ms) CREATE INDEX "index_hotels_on_india_id" ON "hotels" ("india_id")  (0.1ms) DROP TABLE IF EXISTS "indias"  (2.1ms) CREATE TABLE "indias" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (2.1ms) CREATE INDEX "index_indias_on_hotel_id" ON "indias" ("hotel_id")  (0.1ms) DROP TABLE IF EXISTS "julietts"  (1.8ms) CREATE TABLE "julietts" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "alfa_id" integer NOT NULL, "a_string" varchar, "an_integer" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.5ms) CREATE INDEX "index_julietts_on_alfa_id" ON "julietts" ("alfa_id")  (0.1ms) DROP TABLE IF EXISTS "kilos"  (1.6ms) CREATE TABLE "kilos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "encrypted_password" varchar, "reset_password_token" varchar, "reset_password_sent_at" varchar, "remember_created_at" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "limas"  (1.6ms) CREATE TABLE "limas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "address" varchar, "city" varchar, "country" varchar, "description" varchar, "email" varchar, "first_name" varchar, "firstname" varchar, "last_name" varchar, "lastname" varchar, "lat" varchar, "latitute" varchar, "lng" varchar, "locale" varchar, "longitude" varchar, "middlename" varchar, "middle_name" varchar, "password" varchar, "phone" varchar, "phone_number" varchar, "reference" varchar, "title" varchar, "user_name" varchar, "username" varchar, "uuid" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "acharlies" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_acharlies_on_alfa_id" ON "acharlies" ("alfa_id")  (0.0ms) INSERT INTO "acharlies" ("id","alfa_id","created_at","updated_at") SELECT "id","alfa_id","created_at","updated_at" FROM "charlies"  (0.1ms) DROP TABLE "charlies"  (0.1ms) CREATE TABLE "charlies" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_c22432acee" FOREIGN KEY ("alfa_id") REFERENCES "alfas" ("id") )  (0.1ms) CREATE INDEX "index_charlies_on_alfa_id" ON "charlies" ("alfa_id")  (0.0ms) INSERT INTO "charlies" ("id","alfa_id","created_at","updated_at") SELECT "id","alfa_id","created_at","updated_at" FROM "acharlies"  (0.1ms) DROP TABLE "acharlies"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "adeltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_adeltas_on_zed_id" ON "adeltas" ("zed_id")  (0.1ms) CREATE INDEX "tindex_adeltas_on_bravo_id" ON "adeltas" ("bravo_id")  (0.0ms) INSERT INTO "adeltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "deltas"  (0.1ms) DROP TABLE "deltas"  (0.1ms) CREATE TABLE "deltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_aa131d729d" FOREIGN KEY ("bravo_id") REFERENCES "bravos" ("id") )  (0.1ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (0.1ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.0ms) INSERT INTO "deltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "adeltas"  (0.1ms) DROP TABLE "adeltas"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "adeltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_adeltas_on_zed_id" ON "adeltas" ("zed_id")  (0.1ms) CREATE INDEX "tindex_adeltas_on_bravo_id" ON "adeltas" ("bravo_id")  (0.0ms) INSERT INTO "adeltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "deltas"  (0.1ms) DROP TABLE "deltas"  (0.1ms) CREATE TABLE "deltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_aa131d729d" FOREIGN KEY ("bravo_id") REFERENCES "bravos" ("id") , CONSTRAINT "fk_rails_afc1a9c87d" FOREIGN KEY ("zed_id") REFERENCES "charlies" ("id") )  (0.1ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (0.1ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.1ms) INSERT INTO "deltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "adeltas"  (0.1ms) DROP TABLE "adeltas"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.5ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "ahotels" ("id" integer NOT NULL PRIMARY KEY, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer DEFAULT NULL)  (0.1ms) CREATE INDEX "tindex_ahotels_on_india_id" ON "ahotels" ("india_id")  (0.0ms) INSERT INTO "ahotels" ("id","created_at","updated_at","india_id") SELECT "id","created_at","updated_at","india_id" FROM "hotels"  (0.1ms) DROP TABLE "hotels"  (0.1ms) CREATE TABLE "hotels" ("id" integer NOT NULL PRIMARY KEY, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer DEFAULT NULL, CONSTRAINT "fk_rails_2d98147578" FOREIGN KEY ("india_id") REFERENCES "indias" ("id") )  (0.1ms) CREATE INDEX "index_hotels_on_india_id" ON "hotels" ("india_id")  (0.0ms) INSERT INTO "hotels" ("id","created_at","updated_at","india_id") SELECT "id","created_at","updated_at","india_id" FROM "ahotels"  (0.1ms) DROP TABLE "ahotels"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.4ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "aindias" ("id" integer NOT NULL PRIMARY KEY, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_aindias_on_hotel_id" ON "aindias" ("hotel_id")  (0.0ms) INSERT INTO "aindias" ("id","hotel_id","created_at","updated_at") SELECT "id","hotel_id","created_at","updated_at" FROM "indias"  (0.1ms) DROP TABLE "indias"  (0.1ms) CREATE TABLE "indias" ("id" integer NOT NULL PRIMARY KEY, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_304a9d92d0" FOREIGN KEY ("hotel_id") REFERENCES "hotels" ("id") )  (0.1ms) CREATE INDEX "index_indias_on_hotel_id" ON "indias" ("hotel_id")  (0.0ms) INSERT INTO "indias" ("id","hotel_id","created_at","updated_at") SELECT "id","hotel_id","created_at","updated_at" FROM "aindias"  (0.1ms) DROP TABLE "aindias"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "ajulietts" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "a_string" varchar DEFAULT NULL, "an_integer" integer DEFAULT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_ajulietts_on_alfa_id" ON "ajulietts" ("alfa_id")  (0.0ms) INSERT INTO "ajulietts" ("id","alfa_id","a_string","an_integer","created_at","updated_at") SELECT "id","alfa_id","a_string","an_integer","created_at","updated_at" FROM "julietts"  (0.1ms) DROP TABLE "julietts"  (0.1ms) CREATE TABLE "julietts" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "a_string" varchar DEFAULT NULL, "an_integer" integer DEFAULT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_996fd14f94" FOREIGN KEY ("alfa_id") REFERENCES "alfas" ("id") )  (0.1ms) CREATE INDEX "index_julietts_on_alfa_id" ON "julietts" ("alfa_id")  (0.0ms) INSERT INTO "julietts" ("id","alfa_id","a_string","an_integer","created_at","updated_at") SELECT "id","alfa_id","a_string","an_integer","created_at","updated_at" FROM "ajulietts"  (0.1ms) DROP TABLE "ajulietts"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.8ms) INSERT INTO "schema_migrations" (version) VALUES (20200923100338)  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES (20200923100317), (20200923100328), (20200923100329), (20200923100330), (20200923100331), (20200923100332), (20200923100334), (20200923100335), (20200923100336), (20200923100337);   (1.8ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2020-11-24 14:49:58.281947"], ["updated_at", "2020-11-24 14:49:58.281947"]]  (1.3ms) commit transaction ActiveRecord::InternalMetadata Load (0.0ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ActiveRecord::InternalMetadata Load (0.0ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "schema_sha1"], ["LIMIT", 1]]  (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "schema_sha1"], ["value", "2a1d08d7bc8d0f9703d8807bd0504edbaba2d7d7"], ["created_at", "2020-11-24 14:49:58.286680"], ["updated_at", "2020-11-24 14:49:58.286680"]]  (2.1ms) commit transaction  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 323 73188 Jacqulyn Squares, Hilpertview, CA 40835-1864"], ["city", "New Ettie"], ["country", "Jamaica"], ["description", "Iste illo eius. Ullam qui possimus. Aperiam quidem dolorum. Quas rerum voluptas."], ["email", "allan@example.org"], ["first_name", "Felipe"], ["firstname", "Harry"], ["last_name", "Osinski"], ["lastname", "VonRueden"], ["lat", "44.88113878453919"], ["latitute", "-53.05405225796152"], ["lng", "-28.699407216745527"], ["locale", "BY"], ["longitude", "-4.73142833512415"], ["middlename", "Lang"], ["middle_name", "Leuschke"], ["password", "WoUl5NdLd2S"], ["phone", "(837) 836-7918 x687"], ["phone_number", "1-457-729-2822 x445"], ["reference", "dbf41454-9105-431e-a071-346e963e9948"], ["title", "Voluptatem aperiam doloremque sapiente."], ["user_name", "jerome_gislason"], ["username", "kristan.kunze"], ["uuid", "d0f7991c-7ce6-4c60-94d7-72d7a1916cc0"], ["created_at", "2020-11-24 14:49:59.505929"], ["updated_at", "2020-11-24 14:49:59.505929"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "5362 Roob Hill, Lake Ammie, FL 15610"], ["city", "North Dexter"], ["country", "Japan"], ["description", "Molestiae ut quo. Et consequatur dolores. Molestiae corporis sint."], ["email", "brendan_hahn@example.org"], ["first_name", "Rebekah"], ["firstname", "Wynell"], ["last_name", "Bailey"], ["lastname", "Reichel"], ["lat", "-22.300442574846883"], ["latitute", "-41.14591406605505"], ["lng", "138.43072931001427"], ["locale", "UY"], ["longitude", "-150.29674623916236"], ["middlename", "Lindgren"], ["middle_name", "Armstrong"], ["password", "SqPuT1eGzC4jL3"], ["phone", "279-975-8411 x260"], ["phone_number", "998.373.6123 x382"], ["reference", "a07a437e-41dd-42ee-a22d-bc3b5f0ae4d5"], ["title", "Id explicabo ut vel dolores."], ["user_name", "kelsi"], ["username", "mitchell.price"], ["uuid", "18053c2c-8663-4385-8cd1-f0cde350e001"], ["created_at", "2020-11-24 14:49:59.544566"], ["updated_at", "2020-11-24 14:49:59.544566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "5799 Renner Points, Greenberg, MN 62768"], ["city", "West Jared"], ["country", "Guyana"], ["description", "Animi quia perspiciatis. Consequuntur dolorum doloribus. Itaque ratione id. Qui fugiat consequatur."], ["email", "karina.miller@example.info"], ["first_name", "Vennie"], ["firstname", "Debrah"], ["last_name", "Baumbach"], ["lastname", "Hegmann"], ["lat", "54.807950094381965"], ["latitute", "89.91180936290294"], ["lng", "173.40293332709876"], ["locale", "PF"], ["longitude", "-103.03601324876755"], ["middlename", "Leffler"], ["middle_name", "Schulist"], ["password", "X6631i7UoKpK4d"], ["phone", "928-408-0501 x031"], ["phone_number", "(447) 670-6042"], ["reference", "ad0f9182-fd9e-4f15-95b5-96b4e79800f3"], ["title", "Reiciendis est earum suscipit numquam nostrum."], ["user_name", "jefferey_stanton"], ["username", "donald"], ["uuid", "2f6576a1-41b7-4530-bce1-e295ab5be15b"], ["created_at", "2020-11-24 14:49:59.568471"], ["updated_at", "2020-11-24 14:49:59.568471"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "589 Howard Shore, Lake Sydneytown, HI 91691-9685"], ["city", "South Marcela"], ["country", "French Southern Territories"], ["description", "Sequi earum officiis. Fugiat aut sit."], ["email", "celestina_kuhn@example.name"], ["first_name", "Johnny"], ["firstname", "Dillon"], ["last_name", "Hermann"], ["lastname", "Collier"], ["lat", "31.519927448215384"], ["latitute", "41.40635046259345"], ["lng", "-147.9761352651588"], ["locale", "LV"], ["longitude", "116.22750734015187"], ["middlename", "Quitzon"], ["middle_name", "Leffler"], ["password", "LoPiUeGi5I4sL91a"], ["phone", "168-982-0926"], ["phone_number", "843.754.1234 x0961"], ["reference", "092b494d-6b06-4ca6-a971-9ca5af9313db"], ["title", "Quia enim delectus."], ["user_name", "katelyn_hilpert"], ["username", "melda"], ["uuid", "3e577344-d447-4fb2-9282-75473ad55822"], ["created_at", "2020-11-24 14:49:59.590531"], ["updated_at", "2020-11-24 14:49:59.590531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 892 6119 Hermann Forges, Bookerfort, NE 52905"], ["city", "South Derrick"], ["country", "Andorra"], ["description", "Unde et libero. Dolorum consequatur voluptatem."], ["email", "jayson.toy@example.co"], ["first_name", "Nan"], ["firstname", "Fredericka"], ["last_name", "Bogisich"], ["lastname", "Ankunding"], ["lat", "-81.03396606835116"], ["latitute", "-37.2991058799447"], ["lng", "65.20485703386802"], ["locale", "CL"], ["longitude", "-27.26947031604442"], ["middlename", "Greenholt"], ["middle_name", "Reynolds"], ["password", "QmNsQrIiD6iNh"], ["phone", "457-673-1046 x166"], ["phone_number", "734-955-1678 x0262"], ["reference", "c1585ff5-d7f6-4a3a-a4c2-eb4d4eff164b"], ["title", "Iste recusandae est aut."], ["user_name", "jacklyn"], ["username", "russell.stoltenberg"], ["uuid", "582cce2d-b565-4d6a-b771-4e18a4b8ff06"], ["created_at", "2020-11-24 14:49:59.612691"], ["updated_at", "2020-11-24 14:49:59.612691"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 544 939 Francina Square, Bryonport, WA 15240-0256"], ["city", "Lynettestad"], ["country", "Andorra"], ["description", "Doloremque omnis numquam. Repellat molestiae aut. Dolores sit cupiditate."], ["email", "elvis.klein@example.org"], ["first_name", "Shanon"], ["firstname", "Logan"], ["last_name", "McDermott"], ["lastname", "Grimes"], ["lat", "23.769811429761702"], ["latitute", "27.259843333577933"], ["lng", "148.67310465676644"], ["locale", "BL"], ["longitude", "-124.97058053811806"], ["middlename", "Smith"], ["middle_name", "Collier"], ["password", "63P4nRlLgBe"], ["phone", "1-453-445-2498 x6256"], ["phone_number", "378.704.5618 x418"], ["reference", "b878af6a-2a59-4a67-931e-b6284460ecc1"], ["title", "Quia eos occaecati non odit."], ["user_name", "leif.bailey"], ["username", "patrick"], ["uuid", "ee776ae6-7e0d-4f54-bddb-04889877d0a4"], ["created_at", "2020-11-24 14:49:59.635629"], ["updated_at", "2020-11-24 14:49:59.635629"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9705 Oliver Extensions, West Latina, SD 90205-3086"], ["city", "Lake Rubin"], ["country", "Iraq"], ["description", "Consequatur provident eius. Voluptate qui esse. Delectus deserunt eum."], ["email", "jarvis@example.com"], ["first_name", "Sook"], ["firstname", "Marvin"], ["last_name", "Schmeler"], ["lastname", "Armstrong"], ["lat", "53.23529714770305"], ["latitute", "-21.105803691782043"], ["lng", "136.0871347332486"], ["locale", "RW"], ["longitude", "159.88064631200984"], ["middlename", "Little"], ["middle_name", "Ortiz"], ["password", "EaMmBpJcM"], ["phone", "871-953-6937 x41859"], ["phone_number", "1-582-650-9400"], ["reference", "3b6bedd2-def9-4f26-9564-fd5c9046457b"], ["title", "Et aut cum."], ["user_name", "annalee"], ["username", "jayna"], ["uuid", "6ee8f169-7816-4354-8b82-0754a9d8c6ac"], ["created_at", "2020-11-24 14:49:59.664232"], ["updated_at", "2020-11-24 14:49:59.664232"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "508 Murray Mews, West Royalbury, UT 02150-8792"], ["city", "West Robby"], ["country", "Belarus"], ["description", "Id rerum cum. Et distinctio totam. Tempore reprehenderit doloremque. Architecto quae voluptas."], ["email", "dino_heathcote@example.com"], ["first_name", "Rufus"], ["firstname", "Brett"], ["last_name", "Schiller"], ["lastname", "Turner"], ["lat", "-65.33363905614902"], ["latitute", "45.44799657391482"], ["lng", "-62.17351428449331"], ["locale", "NP"], ["longitude", "-27.61645798683577"], ["middlename", "Renner"], ["middle_name", "Barrows"], ["password", "YmZ0y6LzP4zZw"], ["phone", "1-246-964-3642 x726"], ["phone_number", "(590) 534-0520"], ["reference", "87cc4d79-3c1d-4dc6-8997-0eb204301138"], ["title", "Placeat corrupti aut quo recusandae."], ["user_name", "louie_kuhn"], ["username", "ethan"], ["uuid", "f49cac63-2e39-4e73-ae1c-e4c9eff48561"], ["created_at", "2020-11-24 14:49:59.692507"], ["updated_at", "2020-11-24 14:49:59.692507"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.3ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2185 Isidro Freeway, North Quincy, UT 15355"], ["city", "Kiethside"], ["country", "Algeria"], ["description", "Ab accusantium quos. Ab consequuntur similique. Voluptas ullam et. Recusandae aliquid non."], ["email", "zena_hane@example.co"], ["first_name", "Zachary"], ["firstname", "Kasie"], ["last_name", "Stokes"], ["lastname", "Pfeffer"], ["lat", "-74.68833447675414"], ["latitute", "33.373054721218026"], ["lng", "97.65731958904217"], ["locale", "SR"], ["longitude", "22.592182380985832"], ["middlename", "Marvin"], ["middle_name", "Purdy"], ["password", "0V4ySeTdWaVcYpG"], ["phone", "584-813-1260 x03170"], ["phone_number", "861.427.6749 x69956"], ["reference", "316f58f9-d260-47c9-a16f-11ed43454ab8"], ["title", "Quo labore laudantium est."], ["user_name", "yee.mitchell"], ["username", "taylor"], ["uuid", "85050a66-893f-4526-8c17-0aab539004e5"], ["created_at", "2020-11-24 14:49:59.728677"], ["updated_at", "2020-11-24 14:49:59.728677"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 825 83670 Oberbrunner Route, Port Markshire, UT 73270"], ["city", "East Shiela"], ["country", "Northern Mariana Islands"], ["description", "Eos distinctio laudantium. Quo autem eos. Et pariatur quisquam. Autem esse occaecati. Architecto aut fugiat."], ["email", "hollie_murazik@example.biz"], ["first_name", "Sheilah"], ["firstname", "Caleb"], ["last_name", "Pouros"], ["lastname", "Kris"], ["lat", "-89.37091508459717"], ["latitute", "-10.288777246056966"], ["lng", "-11.198422210651387"], ["locale", "CC"], ["longitude", "-47.106060756877696"], ["middlename", "Beer"], ["middle_name", "Cummerata"], ["password", "WyPwVhWk"], ["phone", "1-959-639-1737"], ["phone_number", "(471) 845-7968 x767"], ["reference", "1b7f369e-4898-4c6b-b1f5-0ab603087804"], ["title", "Saepe fugit id molestiae ut consequatur."], ["user_name", "robby_rolfson"], ["username", "landon_rosenbaum"], ["uuid", "b1977c79-1d31-4a0b-802c-7b24825c8a9f"], ["created_at", "2020-11-24 14:49:59.751629"], ["updated_at", "2020-11-24 14:49:59.751629"]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:59.777053"], ["updated_at", "2020-11-24 14:49:59.777053"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:59.785508"], ["updated_at", "2020-11-24 14:49:59.785508"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "646 Wehner Shoal, New Rex, HI 29719"], ["city", "New Lane"], ["country", "Qatar"], ["description", "Eligendi laudantium quos. Eaque dolor est. Deserunt deleniti omnis. Animi et voluptates."], ["email", "brett@example.co"], ["first_name", "Lindy"], ["firstname", "Magdalene"], ["last_name", "Huel"], ["lastname", "Olson"], ["lat", "-36.825575000634146"], ["latitute", "72.02604977999485"], ["lng", "56.05837723191064"], ["locale", "FO"], ["longitude", "35.733355238739875"], ["middlename", "Glover"], ["middle_name", "Jacobs"], ["password", "MiUn988B3"], ["phone", "464.497.7947 x04010"], ["phone_number", "745-003-4160"], ["reference", "61d1425f-3c9a-49ae-a81c-e4f9afecedc3"], ["title", "Dolor ad in alias ipsum."], ["user_name", "chelsea.cremin"], ["username", "gabriel_batz"], ["uuid", "f2d804ca-04b1-4b67-bfc7-d9899f26e97a"], ["created_at", "2020-11-24 14:49:59.809560"], ["updated_at", "2020-11-24 14:49:59.809560"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 3], ["a_decimal", 0.922167261572119], ["a_string", "Provident eius sit."], ["a_date", "2020-12-24"], ["a_time", "2000-01-01 11:38:55.302261"], ["a_datetime", "2020-10-27 23:30:05.950467"], ["created_at", "2020-11-24 14:49:59.818879"], ["updated_at", "2020-11-24 14:49:59.818879"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:49:59.823843"], ["updated_at", "2020-11-24 14:49:59.823843"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:49:59.828599"], ["updated_at", "2020-11-24 14:49:59.828599"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:59.835644"], ["updated_at", "2020-11-24 14:49:59.835644"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:59.836876"], ["updated_at", "2020-11-24 14:49:59.836876"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:59.837934"], ["updated_at", "2020-11-24 14:49:59.837934"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:59.838902"], ["updated_at", "2020-11-24 14:49:59.838902"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:59.839839"], ["updated_at", "2020-11-24 14:49:59.839839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:59.840873"], ["updated_at", "2020-11-24 14:49:59.840873"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:59.842394"], ["updated_at", "2020-11-24 14:49:59.842394"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:59.843668"], ["updated_at", "2020-11-24 14:49:59.843668"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:59.845596"], ["updated_at", "2020-11-24 14:49:59.845596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:59.847207"], ["updated_at", "2020-11-24 14:49:59.847207"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:59.848836"], ["updated_at", "2020-11-24 14:49:59.848836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:59.850311"], ["updated_at", "2020-11-24 14:49:59.850311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:59.851955"], ["updated_at", "2020-11-24 14:49:59.851955"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:59.853521"], ["updated_at", "2020-11-24 14:49:59.853521"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:59.855026"], ["updated_at", "2020-11-24 14:49:59.855026"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:49:59.856547"], ["updated_at", "2020-11-24 14:49:59.856547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "642 Pauletta Shore, Geraldofurt, NC 31480-5762"], ["city", "West Robby"], ["country", "Faroe Islands"], ["description", "Similique labore quibusdam. Rerum fuga nostrum. Aut doloribus nihil. Magni ut inventore."], ["email", "toshiko@example.biz"], ["first_name", "Jonathon"], ["firstname", "Edda"], ["last_name", "Simonis"], ["lastname", "Pouros"], ["lat", "-74.23387283962376"], ["latitute", "79.36767429612541"], ["lng", "-100.18201059459264"], ["locale", "FR"], ["longitude", "-160.64856140904746"], ["middlename", "Kshlerin"], ["middle_name", "Daugherty"], ["password", "Hi62CzDu0V"], ["phone", "1-779-515-7485 x02831"], ["phone_number", "395.004.6250 x342"], ["reference", "749e7409-469f-4db7-9aa0-275b1e236a0b"], ["title", "Similique reprehenderit cum alias sunt voluptas."], ["user_name", "karisa"], ["username", "damon_frami"], ["uuid", "7fd023bf-f23b-494f-9986-ecb9db3fca46"], ["created_at", "2020-11-24 14:49:59.878142"], ["updated_at", "2020-11-24 14:49:59.878142"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "364 Farrell Dam, South Lesterchester, ME 86642"], ["city", "West Sonton"], ["country", "Vanuatu"], ["description", "Voluptate dignissimos alias. Molestiae culpa et. Tenetur aliquid dignissimos."], ["email", "teena.krajcik@example.co"], ["first_name", "Dalton"], ["firstname", "Bea"], ["last_name", "Senger"], ["lastname", "Dooley"], ["lat", "-31.767533604413735"], ["latitute", "-79.9963603680162"], ["lng", "-22.892524340491207"], ["locale", "EH"], ["longitude", "21.791048059414067"], ["middlename", "Heathcote"], ["middle_name", "Sporer"], ["password", "PwQaYmD5"], ["phone", "528-938-3142 x11358"], ["phone_number", "(782) 996-1046"], ["reference", "bf52074d-f34b-4a93-82cd-ccc4c6093d1d"], ["title", "Odio ut qui est."], ["user_name", "darron"], ["username", "nenita_schuppe"], ["uuid", "d3c7a6dc-507d-416a-a88c-7d88315c7f5d"], ["created_at", "2020-11-24 14:49:59.909828"], ["updated_at", "2020-11-24 14:49:59.909828"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "79590 Branda Turnpike, New Errol, LA 22783"], ["city", "Stokesborough"], ["country", "Nigeria"], ["description", "Modi corrupti dolorum. Sit quo nisi. Iure est voluptate."], ["email", "theodore_johns@example.com"], ["first_name", "Jamee"], ["firstname", "Gilbert"], ["last_name", "Nikolaus"], ["lastname", "Kihn"], ["lat", "-31.466155930893166"], ["latitute", "82.24407744633783"], ["lng", "84.25028320952146"], ["locale", "HM"], ["longitude", "72.81788987972513"], ["middlename", "Watsica"], ["middle_name", "Goyette"], ["password", "3Y31a8Og"], ["phone", "867.576.1272 x64000"], ["phone_number", "326-558-9885"], ["reference", "deac20e2-6b1b-464f-875d-4abf13f5470f"], ["title", "Voluptas adipisci ipsa."], ["user_name", "phillip_beier"], ["username", "georgianna_gulgowski"], ["uuid", "96edb16d-004c-4254-a6d8-d588d791730a"], ["created_at", "2020-11-24 14:49:59.934827"], ["updated_at", "2020-11-24 14:49:59.934827"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "235 Ruthanne Flats, New Peterfurt, MA 06817"], ["city", "West Hankchester"], ["country", "Sierra Leone"], ["description", "Voluptatem reprehenderit culpa. Qui accusamus cupiditate. Eligendi sed explicabo. Nisi nam dolore. Neque blanditiis ab."], ["email", "kelsie.mcdermott@example.biz"], ["first_name", "Genie"], ["firstname", "Neomi"], ["last_name", "Hills"], ["lastname", "Blick"], ["lat", "-38.22379563218682"], ["latitute", "88.3173565235588"], ["lng", "-40.76296853263668"], ["locale", "RU"], ["longitude", "9.877555629252527"], ["middlename", "Zieme"], ["middle_name", "Kutch"], ["password", "F8cHjV06o"], ["phone", "431-045-2315"], ["phone_number", "353.825.6462 x5364"], ["reference", "f6ed9020-feea-4887-ab35-88814f00edc0"], ["title", "Perspiciatis quis tenetur ad architecto ut."], ["user_name", "troy.oreilly"], ["username", "lavenia"], ["uuid", "bbf55a2c-1fca-4b56-9c7b-34aeeeab9c76"], ["created_at", "2020-11-24 14:49:59.957869"], ["updated_at", "2020-11-24 14:49:59.957869"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 968 249 Elbert Lodge, North Richton, NH 93739"], ["city", "South Willburgh"], ["country", "Solomon Islands"], ["description", "Ut earum enim. Aut voluptatem voluptatem. Deleniti et molestiae. Velit omnis omnis."], ["email", "filiberto@example.info"], ["first_name", "Diego"], ["firstname", "Isaias"], ["last_name", "Weissnat"], ["lastname", "Ruecker"], ["lat", "-87.75236772603986"], ["latitute", "-79.09530817671991"], ["lng", "-71.49664536471138"], ["locale", "JE"], ["longitude", "-31.14127960275985"], ["middlename", "Bartoletti"], ["middle_name", "Cormier"], ["password", "QsRxDw2J14c"], ["phone", "912-453-4475 x711"], ["phone_number", "1-837-756-2241 x578"], ["reference", "fea29e96-55be-43cf-a9cb-6699ff7e7d25"], ["title", "Eos tenetur nihil aut dignissimos."], ["user_name", "granville"], ["username", "salvatore"], ["uuid", "0234f0a5-6834-4c6d-bbc7-fba264a1aa7d"], ["created_at", "2020-11-24 14:49:59.980087"], ["updated_at", "2020-11-24 14:49:59.980087"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4698 Ian Lodge, Ernserville, NJ 16203-9048"], ["city", "West Bobby"], ["country", "Mayotte"], ["description", "Dolor et minus. Id illo voluptatem. Incidunt magni ducimus. Soluta provident non."], ["email", "mary.mann@example.io"], ["first_name", "Warren"], ["firstname", "Roseanne"], ["last_name", "Tromp"], ["lastname", "Sauer"], ["lat", "-71.82624181492918"], ["latitute", "-15.626570282617877"], ["lng", "95.52887548821235"], ["locale", "SZ"], ["longitude", "-12.205704051233255"], ["middlename", "Cummerata"], ["middle_name", "Mraz"], ["password", "KrNtMgCgXdA6"], ["phone", "864-758-0308 x6913"], ["phone_number", "628.698.5432 x5685"], ["reference", "4a90304a-3647-4bd4-867f-38487e8962bc"], ["title", "Sed deleniti consequatur dolores quisquam."], ["user_name", "peg"], ["username", "johnetta"], ["uuid", "ff96e162-b1e1-4c70-8fff-539671acd2e6"], ["created_at", "2020-11-24 14:50:00.002210"], ["updated_at", "2020-11-24 14:50:00.002210"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "83369 Hauck Street, North Divina, NM 83054-6960"], ["city", "North Francisca"], ["country", "Finland"], ["description", "Illo molestias earum. Beatae aut commodi. Aperiam facilis ab. Ratione molestias natus. Voluptatem quidem voluptates."], ["email", "chi@example.io"], ["first_name", "Lucius"], ["firstname", "Delila"], ["last_name", "Hintz"], ["lastname", "Heathcote"], ["lat", "69.24203508545409"], ["latitute", "-77.60914765502191"], ["lng", "30.47372913911488"], ["locale", "PL"], ["longitude", "83.51115430365564"], ["middlename", "Jacobi"], ["middle_name", "Hammes"], ["password", "TnPuOyVdFx1E3vOi"], ["phone", "299-367-5519 x86938"], ["phone_number", "830-424-2553"], ["reference", "cd18ae68-5547-400d-a461-62b1f25e3330"], ["title", "Non perspiciatis natus."], ["user_name", "joesph_bins"], ["username", "theresa_rolfson"], ["uuid", "990a6e5a-5f9f-4d5f-b326-c4a3c4d85e49"], ["created_at", "2020-11-24 14:50:00.024168"], ["updated_at", "2020-11-24 14:50:00.024168"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9031 Reichel Throughway, Dachmouth, OR 03240"], ["city", "West Augustine"], ["country", "Gambia"], ["description", "A veritatis assumenda. Veniam error amet. Nam fugit et. Et saepe aliquam. Eum numquam deleniti."], ["email", "sal.davis@example.io"], ["first_name", "Virgil"], ["firstname", "Shae"], ["last_name", "Jast"], ["lastname", "Zieme"], ["lat", "-14.634001410261874"], ["latitute", "-68.26645621191552"], ["lng", "-84.22825621452579"], ["locale", "CG"], ["longitude", "71.09390550248992"], ["middlename", "Hermann"], ["middle_name", "Bogisich"], ["password", "ZjBlQiHzO"], ["phone", "(237) 755-7475 x098"], ["phone_number", "982.672.8469 x141"], ["reference", "7c28eff3-00d7-46ba-822c-45548f76a2c0"], ["title", "Odit itaque dolor assumenda sint."], ["user_name", "joesph.wintheiser"], ["username", "evangelina"], ["uuid", "f04c5645-f16e-417e-bd2e-8a911ee82c08"], ["created_at", "2020-11-24 14:50:00.045895"], ["updated_at", "2020-11-24 14:50:00.045895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 9], ["a_decimal", 10.5559609760372], ["a_string", "Nesciunt iure veritatis ea."], ["a_date", "2020-12-27"], ["a_time", "2000-01-01 17:41:56.458345"], ["a_datetime", "2020-11-10 11:15:48.231280"], ["created_at", "2020-11-24 14:50:00.048527"], ["updated_at", "2020-11-24 14:50:00.048527"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 4], ["a_decimal", 17.4493326971213], ["a_string", "Voluptatem corrupti culpa et."], ["a_date", "2020-12-27"], ["a_time", "2000-01-01 22:44:02.641142"], ["a_datetime", "2020-11-25 14:15:47.395189"], ["created_at", "2020-11-24 14:50:00.050766"], ["updated_at", "2020-11-24 14:50:00.050766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 3], ["a_decimal", 10.749213755353], ["a_string", "Et labore eos vero."], ["a_date", "2020-12-08"], ["a_time", "2000-01-01 10:39:07.608669"], ["a_datetime", "2020-12-08 22:00:28.102004"], ["created_at", "2020-11-24 14:50:00.052897"], ["updated_at", "2020-11-24 14:50:00.052897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 0], ["a_decimal", 3.50217303652202], ["a_string", "Vel dolorem sunt voluptate."], ["a_date", "2020-12-08"], ["a_time", "2000-01-01 06:04:13.561844"], ["a_datetime", "2020-12-03 13:59:00.521896"], ["created_at", "2020-11-24 14:50:00.055005"], ["updated_at", "2020-11-24 14:50:00.055005"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 25], ["a_decimal", 32.9414403777248], ["a_string", "Et minus et."], ["a_date", "2020-12-07"], ["a_time", "2000-01-01 19:24:20.844634"], ["a_datetime", "2020-12-05 17:48:10.255180"], ["created_at", "2020-11-24 14:50:00.057117"], ["updated_at", "2020-11-24 14:50:00.057117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 23], ["a_decimal", 0.684641434597632], ["a_string", "Et numquam quo non tempora."], ["a_date", "2020-10-15"], ["a_time", "2000-01-01 03:07:06.735625"], ["a_datetime", "2020-11-03 04:52:13.080503"], ["created_at", "2020-11-24 14:50:00.059288"], ["updated_at", "2020-11-24 14:50:00.059288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 31], ["a_decimal", 6.16133405553625], ["a_string", "Ut molestiae labore aperiam nihil."], ["a_date", "2020-12-23"], ["a_time", "2000-01-01 07:09:36.990457"], ["a_datetime", "2020-10-27 12:37:55.600226"], ["created_at", "2020-11-24 14:50:00.061433"], ["updated_at", "2020-11-24 14:50:00.061433"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 10], ["a_decimal", 9.06191877793039], ["a_string", "Earum deleniti voluptates asperiores."], ["a_date", "2020-11-18"], ["a_time", "2000-01-01 11:54:16.049463"], ["a_datetime", "2020-11-18 10:46:29.086308"], ["created_at", "2020-11-24 14:50:00.071712"], ["updated_at", "2020-11-24 14:50:00.071712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:50:00.073566"], ["updated_at", "2020-11-24 14:50:00.073566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:50:00.074877"], ["updated_at", "2020-11-24 14:50:00.074877"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:50:00.076127"], ["updated_at", "2020-11-24 14:50:00.076127"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:50:00.077364"], ["updated_at", "2020-11-24 14:50:00.077364"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:50:00.078613"], ["updated_at", "2020-11-24 14:50:00.078613"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:50:00.079884"], ["updated_at", "2020-11-24 14:50:00.079884"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:50:00.081092"], ["updated_at", "2020-11-24 14:50:00.081092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:50:00.082259"], ["updated_at", "2020-11-24 14:50:00.082259"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:50:00.083546"], ["updated_at", "2020-11-24 14:50:00.083546"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:50:00.084770"], ["updated_at", "2020-11-24 14:50:00.084770"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:50:00.085963"], ["updated_at", "2020-11-24 14:50:00.085963"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:50:00.087099"], ["updated_at", "2020-11-24 14:50:00.087099"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:50:00.088209"], ["updated_at", "2020-11-24 14:50:00.088209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:50:00.089317"], ["updated_at", "2020-11-24 14:50:00.089317"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:50:00.090419"], ["updated_at", "2020-11-24 14:50:00.090419"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:50:00.091508"], ["updated_at", "2020-11-24 14:50:00.091508"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 7], ["a_decimal", 5.782154088449], ["a_string", "Quis deserunt vel at."], ["a_date", "2020-11-03"], ["a_time", "2000-01-01 06:38:29.068442"], ["a_datetime", "2020-11-15 14:55:09.198372"], ["created_at", "2020-11-24 14:50:00.128415"], ["updated_at", "2020-11-24 14:50:00.128415"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 28], ["a_decimal", 7.75250054194472], ["a_string", "Libero reprehenderit omnis facilis quibusdam earum."], ["a_date", "2020-10-29"], ["a_time", "2000-01-01 23:23:45.840006"], ["a_datetime", "2020-12-03 17:12:00.789348"], ["created_at", "2020-11-24 14:50:00.131607"], ["updated_at", "2020-11-24 14:50:00.131607"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 9], ["a_decimal", 2.99037612036796], ["a_string", "Alias atque perspiciatis beatae aut."], ["a_date", "2021-01-02"], ["a_time", "2000-01-01 22:51:21.413106"], ["a_datetime", "2020-10-28 07:54:33.522243"], ["created_at", "2020-11-24 14:50:00.135769"], ["updated_at", "2020-11-24 14:50:00.135769"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 20], ["a_decimal", 0.604156570545889], ["a_string", "Repudiandae rerum voluptatem eos."], ["a_date", "2020-12-22"], ["a_time", "2000-01-01 08:30:47.149304"], ["a_datetime", "2020-12-27 09:12:46.252502"], ["created_at", "2020-11-24 14:50:00.140931"], ["updated_at", "2020-11-24 14:50:00.140931"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 6], ["a_decimal", 16.2548942604095], ["a_string", "Corporis rerum sed optio."], ["a_date", "2020-12-16"], ["a_time", "2000-01-01 16:53:33.182330"], ["a_datetime", "2020-10-18 08:28:47.307208"], ["created_at", "2020-11-24 14:50:00.144070"], ["updated_at", "2020-11-24 14:50:00.144070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1], ["a_decimal", 8.2509504845092], ["a_string", "Sint voluptates nulla et libero doloribus."], ["a_date", "2020-11-09"], ["a_time", "2000-01-01 18:40:26.875968"], ["a_datetime", "2020-11-07 08:03:02.880793"], ["created_at", "2020-11-24 14:50:00.147241"], ["updated_at", "2020-11-24 14:50:00.147241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.4ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:00.150750"], ["updated_at", "2020-11-24 14:50:00.150750"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:00.189966"], ["updated_at", "2020-11-24 14:50:00.189966"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:00.191194"], ["updated_at", "2020-11-24 14:50:00.191194"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:00.192158"], ["updated_at", "2020-11-24 14:50:00.192158"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:00.192977"], ["updated_at", "2020-11-24 14:50:00.192977"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:00.193793"], ["updated_at", "2020-11-24 14:50:00.193793"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:00.194709"], ["updated_at", "2020-11-24 14:50:00.194709"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:00.195649"], ["updated_at", "2020-11-24 14:50:00.195649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:00.196581"], ["updated_at", "2020-11-24 14:50:00.196581"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:00.198358"], ["updated_at", "2020-11-24 14:50:00.198358"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.4ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:00.200594"], ["updated_at", "2020-11-24 14:50:00.200594"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:00.203803"], ["updated_at", "2020-11-24 14:50:00.203803"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:00.206068"], ["updated_at", "2020-11-24 14:50:00.206068"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:00.208025"], ["updated_at", "2020-11-24 14:50:00.208025"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:00.209826"], ["updated_at", "2020-11-24 14:50:00.209826"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:00.211800"], ["updated_at", "2020-11-24 14:50:00.211800"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:00.213913"], ["updated_at", "2020-11-24 14:50:00.213913"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "50725 Nestor Light, North Warnerside, MS 94054"], ["city", "New Bronwyntown"], ["country", "Togo"], ["description", "Necessitatibus laudantium consequuntur. Dolorem quas aut. Quia quo a. Qui repudiandae libero. Inventore laboriosam adipisci."], ["email", "emanuel.ebert@example.name"], ["first_name", "Norberto"], ["firstname", "Justin"], ["last_name", "Jakubowski"], ["lastname", "Schaefer"], ["lat", "-10.238423908027883"], ["latitute", "61.19985092280342"], ["lng", "-70.79214860195053"], ["locale", "AX"], ["longitude", "-91.6419285255319"], ["middlename", "Daugherty"], ["middle_name", "Vandervort"], ["password", "8DdX5oUsXrQ1"], ["phone", "711.511.8594"], ["phone_number", "(633) 223-1561 x82664"], ["reference", "8dd82290-3c91-4814-8dd6-ad647fb4d23a"], ["title", "Aliquid pariatur autem accusantium."], ["user_name", "blake"], ["username", "carolin"], ["uuid", "10b1c3dd-0e72-401f-abbd-98699aeda65e"], ["created_at", "2020-11-24 14:50:00.241810"], ["updated_at", "2020-11-24 14:50:00.241810"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "80092 Schmeler Rapids, Lake Aaronton, NJ 23952-0617"], ["city", "Carterside"], ["country", "United Kingdom"], ["description", "Enim alias repellat. Quo quos in. Ducimus repudiandae voluptatibus. Voluptatem hic ab. Ad et ab."], ["email", "myong@example.co"], ["first_name", "Kandra"], ["firstname", "Wonda"], ["last_name", "Prosacco"], ["lastname", "Gislason"], ["lat", "-87.11778472641423"], ["latitute", "43.06895647481309"], ["lng", "-158.39264636862578"], ["locale", "RW"], ["longitude", "175.2925468007561"], ["middlename", "Bernier"], ["middle_name", "Davis"], ["password", "XvQuQlD0"], ["phone", "(157) 571-2580 x00746"], ["phone_number", "883-153-9087 x513"], ["reference", "19241568-44a5-41a2-aaaf-a0565f9cf12e"], ["title", "Qui sapiente maxime qui corporis excepturi."], ["user_name", "hayden_crist"], ["username", "marine_schaden"], ["uuid", "d66d0a7e-931e-4215-b165-bb1f3f4e6611"], ["created_at", "2020-11-24 14:50:00.267067"], ["updated_at", "2020-11-24 14:50:00.267067"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "901 Oretha Wells, New Daysi, HI 78183"], ["city", "Bradlyfort"], ["country", "Afghanistan"], ["description", "Vitae voluptas est. Eum voluptatem tempora. Sit qui ut. Recusandae enim itaque. Repudiandae quibusdam cupiditate."], ["email", "shirleen_hoppe@example.io"], ["first_name", "Nelson"], ["firstname", "Rita"], ["last_name", "Sipes"], ["lastname", "Roberts"], ["lat", "-0.9008075745728092"], ["latitute", "-29.125489999430386"], ["lng", "168.10413421871834"], ["locale", "TR"], ["longitude", "101.89119625801902"], ["middlename", "Mayert"], ["middle_name", "Cummerata"], ["password", "7B9dSySbH0oEuW"], ["phone", "340-970-6964 x7694"], ["phone_number", "328.443.4567"], ["reference", "997f69f6-4aa9-4365-b30f-b862b183d5c3"], ["title", "Nulla expedita amet accusamus omnis."], ["user_name", "jaunita"], ["username", "quincy_cartwright"], ["uuid", "2b696745-3b27-4b30-bae3-c01ad0660a7c"], ["created_at", "2020-11-24 14:50:00.288985"], ["updated_at", "2020-11-24 14:50:00.288985"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "15440 Caitlin Unions, Earnestton, IN 33156-3129"], ["city", "Gladysville"], ["country", "Turkmenistan"], ["description", "Soluta eaque laboriosam. Eos reiciendis ea. Fuga doloribus corrupti. Quia omnis quas. Perferendis et ipsam."], ["email", "delpha_wilkinson@example.org"], ["first_name", "Marvin"], ["firstname", "Shenna"], ["last_name", "Collins"], ["lastname", "Russel"], ["lat", "8.480766071129864"], ["latitute", "19.202515639681636"], ["lng", "-174.15945492024002"], ["locale", "AL"], ["longitude", "-160.5797779159123"], ["middlename", "O'Hara"], ["middle_name", "Schoen"], ["password", "0Q9iBjZxJrH1r6U"], ["phone", "721-349-6293 x530"], ["phone_number", "790-540-4214"], ["reference", "968225c8-2dfc-4ecc-b287-502187a0be4a"], ["title", "Consectetur ut deleniti."], ["user_name", "lawerence_huels"], ["username", "melonie_beier"], ["uuid", "c2ab7fde-5ad8-45af-a373-176e54ed2e15"], ["created_at", "2020-11-24 14:50:00.310943"], ["updated_at", "2020-11-24 14:50:00.310943"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7094 Lehner Forges, Denesikborough, FL 72467-8387"], ["city", "McDermottshire"], ["country", "Uzbekistan"], ["description", "Dolor adipisci harum. Sequi consequuntur repudiandae."], ["email", "wynell@example.biz"], ["first_name", "Joana"], ["firstname", "Samira"], ["last_name", "Hermiston"], ["lastname", "Cartwright"], ["lat", "-2.461390349144523"], ["latitute", "-18.5261070133774"], ["lng", "-44.165113022374555"], ["locale", "IL"], ["longitude", "153.21359373913572"], ["middlename", "Walker"], ["middle_name", "Ryan"], ["password", "Fr87N2g51Ts6CyV7"], ["phone", "277.480.1951 x13344"], ["phone_number", "(344) 891-4900 x03752"], ["reference", "f956d9d7-9313-43ed-81bd-55ee59c1d0e0"], ["title", "Et repudiandae molestiae."], ["user_name", "norman"], ["username", "donn.okuneva"], ["uuid", "a7c919da-75a4-490d-aa2c-75a49686cb7e"], ["created_at", "2020-11-24 14:50:00.350816"], ["updated_at", "2020-11-24 14:50:00.350816"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 915 5348 Purdy Light, East Sanford, MN 79568-4128"], ["city", "Despinabury"], ["country", "Canada"], ["description", "At quod optio. Quae harum architecto. Quis pariatur dolor. Laborum nesciunt fugiat."], ["email", "nestor.weimann@example.org"], ["first_name", "Dusty"], ["firstname", "Toni"], ["last_name", "Medhurst"], ["lastname", "Reichel"], ["lat", "-24.550692435113362"], ["latitute", "-23.82664552278264"], ["lng", "-67.27341032577415"], ["locale", "BJ"], ["longitude", "-78.26132192393655"], ["middlename", "Parker"], ["middle_name", "Howe"], ["password", "Cx0Hn8ByH"], ["phone", "1-341-150-1210 x266"], ["phone_number", "436-723-7263 x17039"], ["reference", "550e2547-b578-4af4-b2a8-8fb0373008a5"], ["title", "Dolorem ea qui explicabo."], ["user_name", "chad_towne"], ["username", "carey.sporer"], ["uuid", "7938a91d-d83c-4797-9faa-70470c7a4e66"], ["created_at", "2020-11-24 14:50:00.374061"], ["updated_at", "2020-11-24 14:50:00.374061"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 394 42397 D'Amore Grove, Lake Milford, MD 90551-5128"], ["city", "New Babaraberg"], ["country", "Greece"], ["description", "Quia doloremque ipsam. Voluptas cum id. Quo voluptas vitae. Est iste ea. Nulla molestiae ut."], ["email", "tobias@example.io"], ["first_name", "Brent"], ["firstname", "Oren"], ["last_name", "Torp"], ["lastname", "Wiza"], ["lat", "-56.602644162823154"], ["latitute", "59.14321070290262"], ["lng", "17.714208431046927"], ["locale", "TG"], ["longitude", "-146.08090933232316"], ["middlename", "Murphy"], ["middle_name", "Spencer"], ["password", "G5k76VfW"], ["phone", "653.358.9255"], ["phone_number", "(949) 567-0799 x101"], ["reference", "9a515409-6cd4-4126-a191-2ea3bf681d55"], ["title", "Impedit ut dolore ut optio."], ["user_name", "elias"], ["username", "emmett.bergstrom"], ["uuid", "0f8d4030-2ffb-47d3-a7f6-9398c4a814c6"], ["created_at", "2020-11-24 14:50:00.396144"], ["updated_at", "2020-11-24 14:50:00.396144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "25854 Cyndi Trace, Port Corey, GA 30462-3015"], ["city", "New Mathewmouth"], ["country", "Grenada"], ["description", "Culpa tenetur debitis. Explicabo tempora eius. Fugiat ipsum vel. Reiciendis odit hic. Labore corporis fugit."], ["email", "natalya_kuhic@example.org"], ["first_name", "Jim"], ["firstname", "Eli"], ["last_name", "Durgan"], ["lastname", "Bradtke"], ["lat", "72.73789136906964"], ["latitute", "-11.856480238973802"], ["lng", "36.89636748271002"], ["locale", "NU"], ["longitude", "-144.38394351386495"], ["middlename", "Braun"], ["middle_name", "Rohan"], ["password", "JwKw5HePqIoW9y"], ["phone", "1-224-647-6325 x447"], ["phone_number", "1-753-836-0437"], ["reference", "25e1852e-3ef4-4e14-88e2-404340615024"], ["title", "Perspiciatis et nostrum delectus hic amet."], ["user_name", "silva_douglas"], ["username", "molly.beatty"], ["uuid", "ec8d43ae-bae8-4c4f-b2de-82c0fc485ce5"], ["created_at", "2020-11-24 14:50:00.418180"], ["updated_at", "2020-11-24 14:50:00.418180"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 18], ["a_decimal", 4.79501790477545], ["a_string", "Est aperiam ad laborum labore qui."], ["a_date", "2020-12-13"], ["a_time", "2000-01-01 15:22:55.456681"], ["a_datetime", "2020-12-22 09:35:42.608684"], ["created_at", "2020-11-24 14:50:00.420877"], ["updated_at", "2020-11-24 14:50:00.420877"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 0], ["a_decimal", 26.8996016899044], ["a_string", "Commodi numquam in sit ipsa et."], ["a_date", "2020-11-15"], ["a_time", "2000-01-01 17:49:38.853037"], ["a_datetime", "2020-10-21 20:37:43.217030"], ["created_at", "2020-11-24 14:50:00.423151"], ["updated_at", "2020-11-24 14:50:00.423151"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 23], ["a_decimal", 7.21964203577586], ["a_string", "Aut velit blanditiis qui."], ["a_date", "2021-01-04"], ["a_time", "2000-01-01 06:38:03.875803"], ["a_datetime", "2020-11-19 10:05:39.419283"], ["created_at", "2020-11-24 14:50:00.425302"], ["updated_at", "2020-11-24 14:50:00.425302"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 4], ["a_decimal", 8.44243474088977], ["a_string", "Esse autem rerum et accusamus."], ["a_date", "2020-12-17"], ["a_time", "2000-01-01 07:32:30.833701"], ["a_datetime", "2020-12-25 04:28:11.668807"], ["created_at", "2020-11-24 14:50:00.427481"], ["updated_at", "2020-11-24 14:50:00.427481"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1], ["a_decimal", 27.0528318571579], ["a_string", "Laborum quia nostrum."], ["a_date", "2020-10-15"], ["a_time", "2000-01-01 10:07:09.346911"], ["a_datetime", "2020-11-27 16:14:44.240838"], ["created_at", "2020-11-24 14:50:00.429663"], ["updated_at", "2020-11-24 14:50:00.429663"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 12], ["a_decimal", 5.4093694917635], ["a_string", "Accusamus quidem fuga aut amet."], ["a_date", "2020-12-12"], ["a_time", "2000-01-01 20:27:02.359791"], ["a_datetime", "2020-10-30 02:40:37.825805"], ["created_at", "2020-11-24 14:50:00.431841"], ["updated_at", "2020-11-24 14:50:00.431841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 17], ["a_decimal", 4.73947617184283], ["a_string", "Impedit dolor qui rerum reprehenderit."], ["a_date", "2020-12-23"], ["a_time", "2000-01-01 01:39:04.866519"], ["a_datetime", "2020-12-10 12:34:48.428397"], ["created_at", "2020-11-24 14:50:00.433993"], ["updated_at", "2020-11-24 14:50:00.433993"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 14], ["a_decimal", 0.111231540958656], ["a_string", "Consequuntur qui magni voluptatem aliquid dolorum."], ["a_date", "2020-12-10"], ["a_time", "2000-01-01 18:06:18.738163"], ["a_datetime", "2020-10-20 03:44:36.832194"], ["created_at", "2020-11-24 14:50:00.436175"], ["updated_at", "2020-11-24 14:50:00.436175"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:50:00.437754"], ["updated_at", "2020-11-24 14:50:00.437754"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:50:00.438888"], ["updated_at", "2020-11-24 14:50:00.438888"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:50:00.439966"], ["updated_at", "2020-11-24 14:50:00.439966"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:50:00.441047"], ["updated_at", "2020-11-24 14:50:00.441047"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:50:00.442127"], ["updated_at", "2020-11-24 14:50:00.442127"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:50:00.443202"], ["updated_at", "2020-11-24 14:50:00.443202"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:50:00.444282"], ["updated_at", "2020-11-24 14:50:00.444282"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:50:00.445343"], ["updated_at", "2020-11-24 14:50:00.445343"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:50:00.446505"], ["updated_at", "2020-11-24 14:50:00.446505"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:50:00.447628"], ["updated_at", "2020-11-24 14:50:00.447628"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:50:00.448727"], ["updated_at", "2020-11-24 14:50:00.448727"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:50:00.449805"], ["updated_at", "2020-11-24 14:50:00.449805"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:50:00.450876"], ["updated_at", "2020-11-24 14:50:00.450876"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:50:00.451939"], ["updated_at", "2020-11-24 14:50:00.451939"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:50:00.453011"], ["updated_at", "2020-11-24 14:50:00.453011"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:50:00.454082"], ["updated_at", "2020-11-24 14:50:00.454082"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.5ms) SELECT sqlite_version(*)  (0.0ms) SELECT sqlite_version(*)  (0.0ms) SELECT sqlite_version(*)  (0.0ms) DROP TABLE IF EXISTS "alfas"  (12.6ms) CREATE TABLE "alfas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "a_boolean" boolean, "an_integer" integer, "a_decimal" decimal, "a_string" varchar, "a_date" date, "a_time" time, "a_datetime" datetime, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "bravos"  (2.6ms) CREATE TABLE "bravos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "a_boolean" boolean DEFAULT 0 NOT NULL, "an_integer" integer NOT NULL, "a_decimal" decimal NOT NULL, "a_string" varchar NOT NULL, "a_unique_value" integer, "a_string_from_options" varchar, "an_integer_from_options" integer, "an_absent_value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "charlies"  (2.5ms) CREATE TABLE "charlies" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.9ms) CREATE INDEX "index_charlies_on_alfa_id" ON "charlies" ("alfa_id")  (0.1ms) DROP TABLE IF EXISTS "deltas"  (1.9ms) CREATE TABLE "deltas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.6ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (2.1ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.0ms) DROP TABLE IF EXISTS "echos"  (1.7ms) CREATE TABLE "echos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "echoable_type" varchar, "echoable_id" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.7ms) CREATE INDEX "index_echos_on_echoable_type_and_echoable_id" ON "echos" ("echoable_type", "echoable_id")  (0.0ms) DROP TABLE IF EXISTS "foxtrots"  (1.7ms) CREATE TABLE "foxtrots" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.0ms) DROP TABLE IF EXISTS "hotels"  (1.7ms) CREATE TABLE "hotels" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer)  (1.6ms) CREATE INDEX "index_hotels_on_india_id" ON "hotels" ("india_id")  (0.0ms) DROP TABLE IF EXISTS "indias"  (1.7ms) CREATE TABLE "indias" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.6ms) CREATE INDEX "index_indias_on_hotel_id" ON "indias" ("hotel_id")  (0.0ms) DROP TABLE IF EXISTS "julietts"  (1.6ms) CREATE TABLE "julietts" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "alfa_id" integer NOT NULL, "a_string" varchar, "an_integer" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.6ms) CREATE INDEX "index_julietts_on_alfa_id" ON "julietts" ("alfa_id")  (0.0ms) DROP TABLE IF EXISTS "kilos"  (1.7ms) CREATE TABLE "kilos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "encrypted_password" varchar, "reset_password_token" varchar, "reset_password_sent_at" varchar, "remember_created_at" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.0ms) DROP TABLE IF EXISTS "limas"  (1.6ms) CREATE TABLE "limas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "address" varchar, "city" varchar, "country" varchar, "description" varchar, "email" varchar, "first_name" varchar, "firstname" varchar, "last_name" varchar, "lastname" varchar, "lat" varchar, "latitute" varchar, "lng" varchar, "locale" varchar, "longitude" varchar, "middlename" varchar, "middle_name" varchar, "password" varchar, "phone" varchar, "phone_number" varchar, "reference" varchar, "title" varchar, "user_name" varchar, "username" varchar, "uuid" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "acharlies" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_acharlies_on_alfa_id" ON "acharlies" ("alfa_id")  (0.0ms) INSERT INTO "acharlies" ("id","alfa_id","created_at","updated_at") SELECT "id","alfa_id","created_at","updated_at" FROM "charlies"  (0.1ms) DROP TABLE "charlies"  (0.1ms) CREATE TABLE "charlies" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_c22432acee" FOREIGN KEY ("alfa_id") REFERENCES "alfas" ("id") )  (0.1ms) CREATE INDEX "index_charlies_on_alfa_id" ON "charlies" ("alfa_id")  (0.0ms) INSERT INTO "charlies" ("id","alfa_id","created_at","updated_at") SELECT "id","alfa_id","created_at","updated_at" FROM "acharlies"  (0.1ms) DROP TABLE "acharlies"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.6ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "adeltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_adeltas_on_zed_id" ON "adeltas" ("zed_id")  (0.1ms) CREATE INDEX "tindex_adeltas_on_bravo_id" ON "adeltas" ("bravo_id")  (0.0ms) INSERT INTO "adeltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "deltas"  (0.1ms) DROP TABLE "deltas"  (0.1ms) CREATE TABLE "deltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_aa131d729d" FOREIGN KEY ("bravo_id") REFERENCES "bravos" ("id") )  (0.1ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (0.1ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.0ms) INSERT INTO "deltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "adeltas"  (0.1ms) DROP TABLE "adeltas"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.2ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "adeltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_adeltas_on_zed_id" ON "adeltas" ("zed_id")  (0.1ms) CREATE INDEX "tindex_adeltas_on_bravo_id" ON "adeltas" ("bravo_id")  (0.0ms) INSERT INTO "adeltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "deltas"  (0.1ms) DROP TABLE "deltas"  (0.1ms) CREATE TABLE "deltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_aa131d729d" FOREIGN KEY ("bravo_id") REFERENCES "bravos" ("id") , CONSTRAINT "fk_rails_afc1a9c87d" FOREIGN KEY ("zed_id") REFERENCES "charlies" ("id") )  (0.1ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (0.1ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.0ms) INSERT INTO "deltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "adeltas"  (0.1ms) DROP TABLE "adeltas"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.7ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "ahotels" ("id" integer NOT NULL PRIMARY KEY, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer DEFAULT NULL)  (0.1ms) CREATE INDEX "tindex_ahotels_on_india_id" ON "ahotels" ("india_id")  (0.0ms) INSERT INTO "ahotels" ("id","created_at","updated_at","india_id") SELECT "id","created_at","updated_at","india_id" FROM "hotels"  (0.1ms) DROP TABLE "hotels"  (0.1ms) CREATE TABLE "hotels" ("id" integer NOT NULL PRIMARY KEY, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer DEFAULT NULL, CONSTRAINT "fk_rails_2d98147578" FOREIGN KEY ("india_id") REFERENCES "indias" ("id") )  (0.1ms) CREATE INDEX "index_hotels_on_india_id" ON "hotels" ("india_id")  (0.0ms) INSERT INTO "hotels" ("id","created_at","updated_at","india_id") SELECT "id","created_at","updated_at","india_id" FROM "ahotels"  (0.1ms) DROP TABLE "ahotels"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.9ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "aindias" ("id" integer NOT NULL PRIMARY KEY, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_aindias_on_hotel_id" ON "aindias" ("hotel_id")  (0.0ms) INSERT INTO "aindias" ("id","hotel_id","created_at","updated_at") SELECT "id","hotel_id","created_at","updated_at" FROM "indias"  (0.1ms) DROP TABLE "indias"  (0.1ms) CREATE TABLE "indias" ("id" integer NOT NULL PRIMARY KEY, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_304a9d92d0" FOREIGN KEY ("hotel_id") REFERENCES "hotels" ("id") )  (0.1ms) CREATE INDEX "index_indias_on_hotel_id" ON "indias" ("hotel_id")  (0.0ms) INSERT INTO "indias" ("id","hotel_id","created_at","updated_at") SELECT "id","hotel_id","created_at","updated_at" FROM "aindias"  (0.1ms) DROP TABLE "aindias"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "ajulietts" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "a_string" varchar DEFAULT NULL, "an_integer" integer DEFAULT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_ajulietts_on_alfa_id" ON "ajulietts" ("alfa_id")  (0.0ms) INSERT INTO "ajulietts" ("id","alfa_id","a_string","an_integer","created_at","updated_at") SELECT "id","alfa_id","a_string","an_integer","created_at","updated_at" FROM "julietts"  (0.1ms) DROP TABLE "julietts"  (0.1ms) CREATE TABLE "julietts" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "a_string" varchar DEFAULT NULL, "an_integer" integer DEFAULT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_996fd14f94" FOREIGN KEY ("alfa_id") REFERENCES "alfas" ("id") )  (0.1ms) CREATE INDEX "index_julietts_on_alfa_id" ON "julietts" ("alfa_id")  (0.0ms) INSERT INTO "julietts" ("id","alfa_id","a_string","an_integer","created_at","updated_at") SELECT "id","alfa_id","a_string","an_integer","created_at","updated_at" FROM "ajulietts"  (0.1ms) DROP TABLE "ajulietts"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.2ms) commit transaction  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (1.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES (20200923100338)  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES (20200923100317), (20200923100328), (20200923100329), (20200923100330), (20200923100331), (20200923100332), (20200923100334), (20200923100335), (20200923100336), (20200923100337);   (1.7ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2020-11-24 14:50:19.214468"], ["updated_at", "2020-11-24 14:50:19.214468"]]  (1.9ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "schema_sha1"], ["LIMIT", 1]]  (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "schema_sha1"], ["value", "3fe9bd95b7eb791ca92ed77e3276742cdb25fa57"], ["created_at", "2020-11-24 14:50:19.220266"], ["updated_at", "2020-11-24 14:50:19.220266"]]  (1.3ms) commit transaction  (0.1ms) SELECT sqlite_version(*)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.4ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.2ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.8ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.8ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (8.8ms) DELETE FROM sqlite_sequence where name = 'indias';  (2.8ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "6155 Elly Fork, South Kieraborough, GA 23080"], ["city", "Fisherland"], ["country", "Italy"], ["description", "Assumenda rerum qui. Minima iure et. Facilis in ex."], ["email", "elisha.tillman@example.info"], ["first_name", "Sharmaine"], ["firstname", "Yu"], ["last_name", "Lakin"], ["lastname", "Mante"], ["lat", "-41.44366071312979"], ["latitute", "16.492080762725863"], ["lng", "151.38779824571156"], ["locale", "NO"], ["longitude", "106.07101508734354"], ["middlename", "Kuvalis"], ["middle_name", "Kerluke"], ["password", "WpRdZ1876k"], ["phone", "716.382.6523 x2763"], ["phone_number", "(909) 272-2923 x1257"], ["reference", "61415bf2-58f0-4fa3-8a8b-f59cda0addab"], ["title", "Hic ipsa quas pariatur."], ["user_name", "walker"], ["username", "jake"], ["uuid", "9e0e9e51-4861-423f-8fc8-4a0d31f8afc9"], ["created_at", "2020-11-24 14:50:20.917904"], ["updated_at", "2020-11-24 14:50:20.917904"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "474 Sana Stravenue, New Kraig, NY 35757"], ["city", "Hilllbury"], ["country", "Somalia"], ["description", "Aliquam tempora suscipit. Voluptatem officiis ipsum."], ["email", "kortney@example.biz"], ["first_name", "Krysten"], ["firstname", "Adrianne"], ["last_name", "Herzog"], ["lastname", "Gutkowski"], ["lat", "-84.45809203553641"], ["latitute", "24.779219674618872"], ["lng", "-23.18124431918926"], ["locale", "SJ"], ["longitude", "-29.934183268162656"], ["middlename", "Lemke"], ["middle_name", "Koepp"], ["password", "DfImR5uEtQq2B"], ["phone", "631.544.6111 x3567"], ["phone_number", "599-595-3976 x9703"], ["reference", "f8567076-7f5a-4299-8ef1-333968c278de"], ["title", "Velit exercitationem sit autem quam."], ["user_name", "reynaldo.hauck"], ["username", "glinda.hoeger"], ["uuid", "2ce094cc-9988-413b-9421-bcd7881591aa"], ["created_at", "2020-11-24 14:50:20.940091"], ["updated_at", "2020-11-24 14:50:20.940091"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7084 Bernardo Loaf, Teressahaven, VT 58044"], ["city", "Lake Bennett"], ["country", "Saint Vincent and the Grenadines"], ["description", "Commodi unde omnis. Et eius consequatur."], ["email", "alonso.little@example.name"], ["first_name", "Mary"], ["firstname", "Meaghan"], ["last_name", "Hagenes"], ["lastname", "Runte"], ["lat", "-29.96295455357876"], ["latitute", "12.249068460046146"], ["lng", "10.855508909132055"], ["locale", "TR"], ["longitude", "-96.29124639705617"], ["middlename", "Boyer"], ["middle_name", "Hudson"], ["password", "SxRwNf1O7tNgX141"], ["phone", "(380) 711-3664 x99474"], ["phone_number", "(660) 634-9857 x5758"], ["reference", "169c7791-c9ac-409c-84f1-b1c8c5539b11"], ["title", "Quidem soluta harum architecto."], ["user_name", "clyde_schultz"], ["username", "rickie_gislason"], ["uuid", "b2948fed-5369-4802-bd74-c9731f2f76ad"], ["created_at", "2020-11-24 14:50:20.961703"], ["updated_at", "2020-11-24 14:50:20.961703"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2469 Gleichner Meadow, New Willieshire, OK 06242-8441"], ["city", "South Minervaside"], ["country", "Iran"], ["description", "Ut hic asperiores. Explicabo molestias labore."], ["email", "demetrius_barton@example.co"], ["first_name", "Dona"], ["firstname", "Boyd"], ["last_name", "Hayes"], ["lastname", "West"], ["lat", "63.36971073663818"], ["latitute", "35.177722514569055"], ["lng", "30.9113377684518"], ["locale", "LR"], ["longitude", "148.67081258644203"], ["middlename", "Fisher"], ["middle_name", "Collier"], ["password", "Vh40Mi713PvM127"], ["phone", "313-573-7471 x25985"], ["phone_number", "624.782.4867"], ["reference", "0e98c9d3-d565-4f2a-85e1-32e97d400972"], ["title", "Vel qui debitis sed veritatis."], ["user_name", "alden"], ["username", "candis"], ["uuid", "716b2600-6740-49b1-8c66-7c9f98a0f322"], ["created_at", "2020-11-24 14:50:20.983302"], ["updated_at", "2020-11-24 14:50:20.983302"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 591 47379 Leuschke Parkway, Harberfort, NY 68744"], ["city", "Port Chrissy"], ["country", "Virgin Islands, U.S."], ["description", "Ad ipsam ut. Iure aut rerum. Et omnis nesciunt."], ["email", "zofia@example.biz"], ["first_name", "Adriana"], ["firstname", "Darius"], ["last_name", "Yundt"], ["lastname", "Kub"], ["lat", "24.7702712355983"], ["latitute", "21.244522244220477"], ["lng", "87.215516904239"], ["locale", "BR"], ["longitude", "-51.61261900729545"], ["middlename", "DuBuque"], ["middle_name", "Ledner"], ["password", "7QjNe8AvK9uNyFo"], ["phone", "518.620.3174 x607"], ["phone_number", "364.415.1416 x14971"], ["reference", "fa8d2a8a-d888-4fea-8d30-a3d440f91c68"], ["title", "Saepe rem eius."], ["user_name", "charley"], ["username", "donetta"], ["uuid", "1401eb74-4f42-4a55-aecf-cdd91d7f3c19"], ["created_at", "2020-11-24 14:50:21.004919"], ["updated_at", "2020-11-24 14:50:21.004919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 489 2120 Earlean Shoal, North Antwan, HI 08817"], ["city", "Lake Giuseppinamouth"], ["country", "Morocco"], ["description", "Temporibus voluptas consequatur. Nisi non animi. Et voluptatem ipsa. Itaque iste assumenda."], ["email", "gabriela.schuppe@example.biz"], ["first_name", "Gino"], ["firstname", "Brendon"], ["last_name", "Stoltenberg"], ["lastname", "Willms"], ["lat", "-27.42682265849544"], ["latitute", "54.19879005972564"], ["lng", "167.71001429664688"], ["locale", "RE"], ["longitude", "55.59211073699595"], ["middlename", "Gusikowski"], ["middle_name", "Ritchie"], ["password", "GzHpPuShLr8Dp"], ["phone", "149.256.6561 x21351"], ["phone_number", "1-657-946-2722 x451"], ["reference", "59850aae-edd1-4e42-bb11-a5f9cdc275ec"], ["title", "Eligendi dolor adipisci ipsa esse."], ["user_name", "suzette"], ["username", "trey_jones"], ["uuid", "2f8ca31e-1674-4fb9-9971-a4aa5743a424"], ["created_at", "2020-11-24 14:50:21.026730"], ["updated_at", "2020-11-24 14:50:21.026730"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 619 95310 Conception Park, Reichelside, IL 50737"], ["city", "Stephaniberg"], ["country", "Aruba"], ["description", "Dolore praesentium iure. Dolorem impedit quis. Et in quam."], ["email", "bradley@example.biz"], ["first_name", "Leilani"], ["firstname", "Shenita"], ["last_name", "Gutkowski"], ["lastname", "Moen"], ["lat", "-0.8215347647514051"], ["latitute", "-71.71276152981073"], ["lng", "131.48074379324578"], ["locale", "UZ"], ["longitude", "-16.7405371956049"], ["middlename", "Bednar"], ["middle_name", "Hane"], ["password", "KeKmPmJf9FvI2"], ["phone", "(650) 133-7215 x36171"], ["phone_number", "(860) 404-7334 x14985"], ["reference", "ad2f958a-eb87-4c90-bf56-c44610037376"], ["title", "Ipsam est in laborum."], ["user_name", "terri_bode"], ["username", "bernardo"], ["uuid", "f0450ff3-9e74-4723-b762-689d9d5ac7ef"], ["created_at", "2020-11-24 14:50:21.057441"], ["updated_at", "2020-11-24 14:50:21.057441"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "167 Dee Hollow, North Ismaelfort, WV 33899-2095"], ["city", "West Lyndon"], ["country", "Maldives"], ["description", "Voluptate atque nesciunt. Accusamus consequatur ea."], ["email", "dallas@example.net"], ["first_name", "Nickolas"], ["firstname", "Nicholle"], ["last_name", "Mueller"], ["lastname", "Collier"], ["lat", "38.05492421407885"], ["latitute", "-49.538022657618775"], ["lng", "-109.52046262834394"], ["locale", "BT"], ["longitude", "21.74938548963152"], ["middlename", "Raynor"], ["middle_name", "Schumm"], ["password", "LmAqAuKpNp"], ["phone", "(871) 077-7192"], ["phone_number", "833.483.8706 x805"], ["reference", "635900f9-46e1-40b5-8b9c-3f555ddb6cc7"], ["title", "Quam tenetur mollitia porro vero."], ["user_name", "lonny_gutkowski"], ["username", "lucille"], ["uuid", "f5aabe93-1493-48f4-a916-2ed90714f767"], ["created_at", "2020-11-24 14:50:21.079830"], ["updated_at", "2020-11-24 14:50:21.079830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "91688 Cristopher Squares, Lake Columbusmouth, HI 37464-3031"], ["city", "East Rebekahberg"], ["country", "Saint Pierre and Miquelon"], ["description", "Minima vitae dicta. Harum ratione aut. In officia doloremque."], ["email", "agnus_ziemann@example.biz"], ["first_name", "Lashawnda"], ["firstname", "Venessa"], ["last_name", "Gerlach"], ["lastname", "Wolf"], ["lat", "-21.533301850625378"], ["latitute", "-19.603424925496796"], ["lng", "78.37166725991466"], ["locale", "PF"], ["longitude", "-105.20010545573656"], ["middlename", "Gutkowski"], ["middle_name", "Effertz"], ["password", "6XeRtB8l84W"], ["phone", "1-560-268-4070 x047"], ["phone_number", "(580) 279-6373 x03129"], ["reference", "ec46a0f9-94c1-49d7-ae56-72e7af336303"], ["title", "Autem nulla omnis."], ["user_name", "shonna"], ["username", "joycelyn"], ["uuid", "dddf2c26-b623-4b95-b61b-ee87f98f7057"], ["created_at", "2020-11-24 14:50:21.101854"], ["updated_at", "2020-11-24 14:50:21.101854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 532 425 Hipolito Well, Ryanton, MS 19667"], ["city", "Sauerborough"], ["country", "Georgia"], ["description", "Soluta enim deleniti. Rerum sunt eligendi. Fuga ut laudantium."], ["email", "otelia.pouros@example.net"], ["first_name", "Erasmo"], ["firstname", "Portia"], ["last_name", "Beer"], ["lastname", "Daniel"], ["lat", "56.08118825498377"], ["latitute", "-71.40087802491466"], ["lng", "110.9722156511304"], ["locale", "AS"], ["longitude", "-97.8482663321017"], ["middlename", "White"], ["middle_name", "Kuvalis"], ["password", "Si7GaGjDpH7dXo"], ["phone", "(864) 489-4435 x6012"], ["phone_number", "1-107-986-5999"], ["reference", "4003b084-6fea-4367-ae82-13d65a3aba29"], ["title", "Fugiat accusamus quia quaerat."], ["user_name", "arthur"], ["username", "ismael"], ["uuid", "00280a74-08e2-4667-9dd2-5ceff9ebee52"], ["created_at", "2020-11-24 14:50:21.123429"], ["updated_at", "2020-11-24 14:50:21.123429"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.147556"], ["updated_at", "2020-11-24 14:50:21.147556"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.157436"], ["updated_at", "2020-11-24 14:50:21.157436"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 105 301 Evelynn Freeway, Port Keith, PA 55748"], ["city", "Lake Reathamouth"], ["country", "Solomon Islands"], ["description", "Molestiae qui ad. Error nobis voluptatibus."], ["email", "dave_nienow@example.net"], ["first_name", "Mitchell"], ["firstname", "Claretha"], ["last_name", "Tromp"], ["lastname", "Harber"], ["lat", "-19.468633019385777"], ["latitute", "73.93640121260489"], ["lng", "25.874945943620304"], ["locale", "MM"], ["longitude", "-97.25573878941965"], ["middlename", "Rohan"], ["middle_name", "Tremblay"], ["password", "LrS7kVyO7wCrM"], ["phone", "446.979.9055 x57241"], ["phone_number", "692.863.1980 x7738"], ["reference", "0a153ae0-d959-46a5-bda5-5450a0547b99"], ["title", "Rerum id maiores sint."], ["user_name", "darius"], ["username", "ike_ondricka"], ["uuid", "277d651e-20bf-432f-a39f-ce638382ba06"], ["created_at", "2020-11-24 14:50:21.180701"], ["updated_at", "2020-11-24 14:50:21.180701"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 0], ["a_decimal", 7.71624433361123], ["a_string", "Id adipisci error."], ["a_date", "2020-10-15"], ["a_time", "2000-01-01 21:48:37.182954"], ["a_datetime", "2020-12-08 05:46:01.178789"], ["created_at", "2020-11-24 14:50:21.189714"], ["updated_at", "2020-11-24 14:50:21.189714"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:50:21.194496"], ["updated_at", "2020-11-24 14:50:21.194496"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:50:21.199162"], ["updated_at", "2020-11-24 14:50:21.199162"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.212424"], ["updated_at", "2020-11-24 14:50:21.212424"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:50:21.215744"], ["updated_at", "2020-11-24 14:50:21.215744"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 14:50:21.221313"], ["updated_at", "2020-11-24 14:50:21.221313"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.250292"], ["updated_at", "2020-11-24 14:50:21.250292"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.251764"], ["updated_at", "2020-11-24 14:50:21.251764"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.253137"], ["updated_at", "2020-11-24 14:50:21.253137"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.254295"], ["updated_at", "2020-11-24 14:50:21.254295"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.255454"], ["updated_at", "2020-11-24 14:50:21.255454"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.257058"], ["updated_at", "2020-11-24 14:50:21.257058"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.258725"], ["updated_at", "2020-11-24 14:50:21.258725"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.260116"], ["updated_at", "2020-11-24 14:50:21.260116"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.262830"], ["updated_at", "2020-11-24 14:50:21.262830"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.265577"], ["updated_at", "2020-11-24 14:50:21.265577"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.267699"], ["updated_at", "2020-11-24 14:50:21.267699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.269930"], ["updated_at", "2020-11-24 14:50:21.269930"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.272058"], ["updated_at", "2020-11-24 14:50:21.272058"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.273932"], ["updated_at", "2020-11-24 14:50:21.273932"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.275736"], ["updated_at", "2020-11-24 14:50:21.275736"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.277334"], ["updated_at", "2020-11-24 14:50:21.277334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1874 Landon Parks, Antioneport, WV 77431"], ["city", "Deloiseton"], ["country", "Malawi"], ["description", "Ratione odio nobis. Quia suscipit dolorum."], ["email", "bernice@example.biz"], ["first_name", "Howard"], ["firstname", "Gail"], ["last_name", "Upton"], ["lastname", "Conn"], ["lat", "-74.0186559786504"], ["latitute", "34.29476025410028"], ["lng", "-150.469126667335"], ["locale", "HK"], ["longitude", "121.9907818665975"], ["middlename", "Bernhard"], ["middle_name", "Lebsack"], ["password", "7Gq2JxKnA7i5P8cC"], ["phone", "(488) 981-4322 x3912"], ["phone_number", "451.760.2056 x9047"], ["reference", "fefb9d3f-dd38-4afd-b72c-1a769625fe92"], ["title", "Commodi exercitationem facere ut aut."], ["user_name", "thuy.marks"], ["username", "twanna_hilll"], ["uuid", "320dec92-09df-452e-baec-59573df6db2e"], ["created_at", "2020-11-24 14:50:21.301777"], ["updated_at", "2020-11-24 14:50:21.301777"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 561 201 Shawanna River, Josechester, ME 11657-9854"], ["city", "Lake Greggport"], ["country", "Seychelles"], ["description", "Veniam occaecati necessitatibus. Fugiat quia atque. Nostrum sit possimus."], ["email", "tarsha@example.biz"], ["first_name", "Fidel"], ["firstname", "Kelley"], ["last_name", "Hammes"], ["lastname", "Schultz"], ["lat", "65.14567824357837"], ["latitute", "8.619767688579003"], ["lng", "-111.72873476820178"], ["locale", "SE"], ["longitude", "-173.90086303245317"], ["middlename", "Murazik"], ["middle_name", "Kutch"], ["password", "9XmCd4FnZpVpPs"], ["phone", "239.722.2847 x882"], ["phone_number", "1-729-375-6702"], ["reference", "d17cfc6f-79cc-41a1-9265-142832795641"], ["title", "Illum provident id."], ["user_name", "arlena"], ["username", "buck_littel"], ["uuid", "39f1213c-2c53-470e-91ba-d4e98ae82bb4"], ["created_at", "2020-11-24 14:50:21.323782"], ["updated_at", "2020-11-24 14:50:21.323782"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "5484 Ignacio Isle, Lindberg, VT 23722-1181"], ["city", "East Virgilio"], ["country", "Saint Barthelemy"], ["description", "Ab officiis aperiam. Sapiente occaecati consectetur."], ["email", "juan@example.biz"], ["first_name", "Raymon"], ["firstname", "Darin"], ["last_name", "Herman"], ["lastname", "Zulauf"], ["lat", "-80.96779983902175"], ["latitute", "-58.981953951756196"], ["lng", "-116.47699491457243"], ["locale", "MW"], ["longitude", "-70.12547222430095"], ["middlename", "Bartoletti"], ["middle_name", "Kautzer"], ["password", "LwE95fLbCr"], ["phone", "698.360.0057 x4895"], ["phone_number", "1-859-554-5345 x5074"], ["reference", "f8919609-542a-4995-98f4-8fa8fc91bcb5"], ["title", "Dolorem iusto et."], ["user_name", "edwin.ledner"], ["username", "arlen"], ["uuid", "61db119b-fd5d-4693-8322-b3c167dc6ae3"], ["created_at", "2020-11-24 14:50:21.345183"], ["updated_at", "2020-11-24 14:50:21.345183"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 199 8777 Salley Ridges, Machelleburgh, WY 89553-8844"], ["city", "Triciaburgh"], ["country", "Portugal"], ["description", "Odit itaque aut. Ut aut quia. Minus corrupti esse."], ["email", "iluminada@example.biz"], ["first_name", "Adria"], ["firstname", "Jerrell"], ["last_name", "Johnston"], ["lastname", "Kihn"], ["lat", "-68.2283232152457"], ["latitute", "-3.6069976558374037"], ["lng", "-33.60125665341877"], ["locale", "ET"], ["longitude", "-177.18605262648663"], ["middlename", "Pollich"], ["middle_name", "Robel"], ["password", "WzN0tXgOw8"], ["phone", "894-955-0911 x63653"], ["phone_number", "(821) 249-8642 x65849"], ["reference", "f261ca5e-cd0a-4d58-8190-03c76b4be2cb"], ["title", "Tempore nihil officia corporis quasi ex."], ["user_name", "allen.willms"], ["username", "loida"], ["uuid", "d3cc9d32-f85b-442d-acd8-3ab7fc919ee3"], ["created_at", "2020-11-24 14:50:21.366879"], ["updated_at", "2020-11-24 14:50:21.366879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 833 3892 Bernhard Glens, New Nedaton, ME 13148-2946"], ["city", "Valentineview"], ["country", "Belarus"], ["description", "Ea tempora voluptates. Beatae nostrum fugiat. Et itaque facilis. Dolor vel excepturi."], ["email", "mayme@example.info"], ["first_name", "Jerry"], ["firstname", "Rupert"], ["last_name", "Roberts"], ["lastname", "Larkin"], ["lat", "55.364595081292606"], ["latitute", "88.37952392458172"], ["lng", "-152.94408448386764"], ["locale", "SJ"], ["longitude", "-61.136808535146386"], ["middlename", "Greenholt"], ["middle_name", "Kiehn"], ["password", "GzWaMxSsUp0BzSdG"], ["phone", "(561) 219-4446"], ["phone_number", "625.893.7954 x405"], ["reference", "791fc7e8-6591-4174-ba9f-60aee2add138"], ["title", "Aut inventore necessitatibus."], ["user_name", "noble"], ["username", "porsche_huels"], ["uuid", "df71f5a2-16e1-42b5-ade5-557206a5d18e"], ["created_at", "2020-11-24 14:50:21.388573"], ["updated_at", "2020-11-24 14:50:21.388573"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "6816 McKenzie Port, Laureltown, NV 02814"], ["city", "North Sebastianbury"], ["country", "Turkey"], ["description", "Inventore tempora rerum. Voluptatem quis dolores. Ut et et. Tempora est quia."], ["email", "emmanuel_cummerata@example.net"], ["first_name", "Newton"], ["firstname", "Vennie"], ["last_name", "Weimann"], ["lastname", "Hansen"], ["lat", "-51.00373559044931"], ["latitute", "-72.75966654310697"], ["lng", "62.33322829122332"], ["locale", "FO"], ["longitude", "42.29933518199809"], ["middlename", "Sauer"], ["middle_name", "Denesik"], ["password", "DhWeOd6C23u"], ["phone", "(450) 809-2129 x3109"], ["phone_number", "1-162-543-3393 x2588"], ["reference", "e5a0ca8b-e135-4723-868a-f87b039ea1e9"], ["title", "Quia deserunt modi et et nostrum."], ["user_name", "erich.jakubowski"], ["username", "marcelle"], ["uuid", "defb3ca8-39ba-4d16-bf1a-4221d47997ff"], ["created_at", "2020-11-24 14:50:21.410151"], ["updated_at", "2020-11-24 14:50:21.410151"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 607 739 Ali Fall, Lake Cory, OH 68068"], ["city", "South Jen"], ["country", "Madagascar"], ["description", "Libero optio saepe. Ea voluptas omnis. Laudantium harum suscipit. Assumenda et ut. Temporibus omnis qui."], ["email", "jeanine@example.org"], ["first_name", "Soraya"], ["firstname", "Vannesa"], ["last_name", "Hintz"], ["lastname", "Davis"], ["lat", "71.86093906353699"], ["latitute", "-58.59679521928372"], ["lng", "112.33908052891638"], ["locale", "RO"], ["longitude", "-165.7082382806603"], ["middlename", "Jacobs"], ["middle_name", "Schimmel"], ["password", "WnW6hGiW9e6"], ["phone", "1-260-106-4390 x2111"], ["phone_number", "564-365-8641 x387"], ["reference", "e220466d-fc56-45e5-8654-6868cbb803f0"], ["title", "Ut sint qui eum."], ["user_name", "kieth_skiles"], ["username", "leonardo"], ["uuid", "dfb460ab-910f-44d3-a79e-c061a3559af8"], ["created_at", "2020-11-24 14:50:21.443231"], ["updated_at", "2020-11-24 14:50:21.443231"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "125 Steffanie Square, Lake Roberto, NV 94843-8893"], ["city", "Port Terencefort"], ["country", "Angola"], ["description", "Adipisci incidunt consectetur. Voluptates consectetur blanditiis."], ["email", "bunny@example.com"], ["first_name", "Bernard"], ["firstname", "Lawrence"], ["last_name", "Howell"], ["lastname", "Boyer"], ["lat", "-53.446857613196094"], ["latitute", "-24.938255870503255"], ["lng", "118.81816802192367"], ["locale", "GP"], ["longitude", "72.24575783512276"], ["middlename", "Tremblay"], ["middle_name", "Zieme"], ["password", "EeLcVgO9"], ["phone", "875.487.5139 x16428"], ["phone_number", "485-348-6648 x111"], ["reference", "db9ba845-65bb-48fd-9adf-085c63bcb104"], ["title", "Rerum temporibus eum exercitationem."], ["user_name", "meggan"], ["username", "lucius_osinski"], ["uuid", "c57d8afb-19c7-43ce-b764-95ada8e9c5ed"], ["created_at", "2020-11-24 14:50:21.465206"], ["updated_at", "2020-11-24 14:50:21.465206"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 10], ["a_decimal", 5.17296368383398], ["a_string", "Dolorum sunt ipsa tenetur."], ["a_date", "2020-11-12"], ["a_time", "2000-01-01 23:59:52.773346"], ["a_datetime", "2020-12-25 17:25:51.886779"], ["created_at", "2020-11-24 14:50:21.467900"], ["updated_at", "2020-11-24 14:50:21.467900"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 1], ["a_decimal", 1.11236939910721], ["a_string", "Sit aut numquam repudiandae magni."], ["a_date", "2020-11-18"], ["a_time", "2000-01-01 11:21:48.607475"], ["a_datetime", "2020-11-19 21:09:07.765037"], ["created_at", "2020-11-24 14:50:21.470265"], ["updated_at", "2020-11-24 14:50:21.470265"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 8], ["a_decimal", 3.27654857038509], ["a_string", "Nemo esse unde."], ["a_date", "2020-11-04"], ["a_time", "2000-01-01 00:33:37.986177"], ["a_datetime", "2020-12-06 07:09:31.379957"], ["created_at", "2020-11-24 14:50:21.472495"], ["updated_at", "2020-11-24 14:50:21.472495"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 29], ["a_decimal", 2.33020045343919], ["a_string", "Possimus velit delectus repellendus omnis."], ["a_date", "2020-11-12"], ["a_time", "2000-01-01 07:48:28.304232"], ["a_datetime", "2020-12-14 19:04:22.112846"], ["created_at", "2020-11-24 14:50:21.474661"], ["updated_at", "2020-11-24 14:50:21.474661"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 14], ["a_decimal", 2.11408577837005], ["a_string", "Amet et deleniti."], ["a_date", "2021-01-05"], ["a_time", "2000-01-01 16:41:31.860857"], ["a_datetime", "2020-12-20 07:43:18.849452"], ["created_at", "2020-11-24 14:50:21.476810"], ["updated_at", "2020-11-24 14:50:21.476810"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 4], ["a_decimal", 6.8801996818784], ["a_string", "Minus assumenda culpa."], ["a_date", "2020-12-06"], ["a_time", "2000-01-01 07:44:46.388591"], ["a_datetime", "2020-12-11 12:36:54.333395"], ["created_at", "2020-11-24 14:50:21.478945"], ["updated_at", "2020-11-24 14:50:21.478945"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 0], ["a_decimal", 0.84043102130051], ["a_string", "Dolore aut veritatis earum qui et."], ["a_date", "2020-10-24"], ["a_time", "2000-01-01 11:26:31.458443"], ["a_datetime", "2020-12-27 02:59:40.813984"], ["created_at", "2020-11-24 14:50:21.481084"], ["updated_at", "2020-11-24 14:50:21.481084"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 16], ["a_decimal", 2.70279990826159], ["a_string", "Molestias perferendis ea aliquid eaque."], ["a_date", "2020-10-25"], ["a_time", "2000-01-01 18:46:31.181065"], ["a_datetime", "2020-12-26 13:35:57.465161"], ["created_at", "2020-11-24 14:50:21.483228"], ["updated_at", "2020-11-24 14:50:21.483228"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:50:21.484791"], ["updated_at", "2020-11-24 14:50:21.484791"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:50:21.485970"], ["updated_at", "2020-11-24 14:50:21.485970"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:50:21.487062"], ["updated_at", "2020-11-24 14:50:21.487062"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:50:21.488172"], ["updated_at", "2020-11-24 14:50:21.488172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:50:21.489269"], ["updated_at", "2020-11-24 14:50:21.489269"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:50:21.490353"], ["updated_at", "2020-11-24 14:50:21.490353"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:50:21.491437"], ["updated_at", "2020-11-24 14:50:21.491437"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:50:21.492524"], ["updated_at", "2020-11-24 14:50:21.492524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:50:21.493700"], ["updated_at", "2020-11-24 14:50:21.493700"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:50:21.494844"], ["updated_at", "2020-11-24 14:50:21.494844"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:50:21.495936"], ["updated_at", "2020-11-24 14:50:21.495936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:50:21.497037"], ["updated_at", "2020-11-24 14:50:21.497037"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:50:21.498122"], ["updated_at", "2020-11-24 14:50:21.498122"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:50:21.499227"], ["updated_at", "2020-11-24 14:50:21.499227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:50:21.500341"], ["updated_at", "2020-11-24 14:50:21.500341"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:50:21.501432"], ["updated_at", "2020-11-24 14:50:21.501432"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.542858"], ["updated_at", "2020-11-24 14:50:21.542858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.543669"], ["updated_at", "2020-11-24 14:50:21.543669"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.544341"], ["updated_at", "2020-11-24 14:50:21.544341"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.544975"], ["updated_at", "2020-11-24 14:50:21.544975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.545598"], ["updated_at", "2020-11-24 14:50:21.545598"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.546224"], ["updated_at", "2020-11-24 14:50:21.546224"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.546848"], ["updated_at", "2020-11-24 14:50:21.546848"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.547480"], ["updated_at", "2020-11-24 14:50:21.547480"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:50:21.548166"], ["updated_at", "2020-11-24 14:50:21.548166"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:50:21.548848"], ["updated_at", "2020-11-24 14:50:21.548848"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:50:21.549500"], ["updated_at", "2020-11-24 14:50:21.549500"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:50:21.550149"], ["updated_at", "2020-11-24 14:50:21.550149"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:50:21.550798"], ["updated_at", "2020-11-24 14:50:21.550798"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:50:21.551454"], ["updated_at", "2020-11-24 14:50:21.551454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:50:21.552113"], ["updated_at", "2020-11-24 14:50:21.552113"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:50:21.552755"], ["updated_at", "2020-11-24 14:50:21.552755"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 14:50:21.554040"], ["updated_at", "2020-11-24 14:50:21.554040"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 14:50:21.555247"], ["updated_at", "2020-11-24 14:50:21.555247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 14:50:21.556426"], ["updated_at", "2020-11-24 14:50:21.556426"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 14:50:21.557565"], ["updated_at", "2020-11-24 14:50:21.557565"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 14:50:21.558710"], ["updated_at", "2020-11-24 14:50:21.558710"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 14:50:21.559845"], ["updated_at", "2020-11-24 14:50:21.559845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 14:50:21.560967"], ["updated_at", "2020-11-24 14:50:21.560967"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 14:50:21.562085"], ["updated_at", "2020-11-24 14:50:21.562085"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 9], ["a_decimal", 21.3865725760808], ["a_string", "Omnis aspernatur beatae corporis enim."], ["a_date", "2020-10-18"], ["a_time", "2000-01-01 10:23:39.957626"], ["a_datetime", "2020-12-16 02:31:10.237527"], ["created_at", "2020-11-24 14:50:21.602839"], ["updated_at", "2020-11-24 14:50:21.602839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 2], ["a_decimal", 0.143010193807184], ["a_string", "Voluptatibus asperiores et commodi."], ["a_date", "2020-12-04"], ["a_time", "2000-01-01 09:27:32.133688"], ["a_datetime", "2020-10-14 01:50:41.975257"], ["created_at", "2020-11-24 14:50:21.605557"], ["updated_at", "2020-11-24 14:50:21.605557"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 21], ["a_decimal", 23.5541005403174], ["a_string", "Laboriosam ut iste atque deserunt earum."], ["a_date", "2020-12-18"], ["a_time", "2000-01-01 23:32:57.521796"], ["a_datetime", "2020-12-23 10:39:47.556000"], ["created_at", "2020-11-24 14:50:21.607985"], ["updated_at", "2020-11-24 14:50:21.607985"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 1], ["a_decimal", 19.7200272373189], ["a_string", "Non consequatur iusto atque minus quasi."], ["a_date", "2020-12-04"], ["a_time", "2000-01-01 06:40:11.864136"], ["a_datetime", "2020-12-28 17:58:23.725666"], ["created_at", "2020-11-24 14:50:21.612385"], ["updated_at", "2020-11-24 14:50:21.612385"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 0], ["a_decimal", 15.0855140225374], ["a_string", "Aspernatur natus culpa."], ["a_date", "2020-11-24"], ["a_time", "2000-01-01 09:49:18.554129"], ["a_datetime", "2020-11-03 08:46:00.011442"], ["created_at", "2020-11-24 14:50:21.615397"], ["updated_at", "2020-11-24 14:50:21.615397"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 29], ["a_decimal", 1.46507450237362], ["a_string", "Fuga et occaecati rerum laborum."], ["a_date", "2020-11-04"], ["a_time", "2000-01-01 22:22:08.224210"], ["a_datetime", "2020-10-26 14:46:27.816460"], ["created_at", "2020-11-24 14:50:21.619016"], ["updated_at", "2020-11-24 14:50:21.619016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.621981"], ["updated_at", "2020-11-24 14:50:21.621981"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.648936"], ["updated_at", "2020-11-24 14:50:21.648936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.650092"], ["updated_at", "2020-11-24 14:50:21.650092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.651009"], ["updated_at", "2020-11-24 14:50:21.651009"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.652494"], ["updated_at", "2020-11-24 14:50:21.652494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.653554"], ["updated_at", "2020-11-24 14:50:21.653554"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.654475"], ["updated_at", "2020-11-24 14:50:21.654475"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.655403"], ["updated_at", "2020-11-24 14:50:21.655403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.656190"], ["updated_at", "2020-11-24 14:50:21.656190"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.657790"], ["updated_at", "2020-11-24 14:50:21.657790"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.7ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.659209"], ["updated_at", "2020-11-24 14:50:21.659209"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.674427"], ["updated_at", "2020-11-24 14:50:21.674427"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.676099"], ["updated_at", "2020-11-24 14:50:21.676099"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.677946"], ["updated_at", "2020-11-24 14:50:21.677946"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.679678"], ["updated_at", "2020-11-24 14:50:21.679678"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.681285"], ["updated_at", "2020-11-24 14:50:21.681285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.682795"], ["updated_at", "2020-11-24 14:50:21.682795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "6727 Doyle Cliff, Vitastad, MN 17310"], ["city", "Port Efrainland"], ["country", "Taiwan"], ["description", "Ullam neque voluptatibus. Quam ea iure."], ["email", "tristan.price@example.io"], ["first_name", "Paulene"], ["firstname", "Rayna"], ["last_name", "Wolf"], ["lastname", "Spinka"], ["lat", "-81.30436316976424"], ["latitute", "-53.066666449132484"], ["lng", "-152.8104923943776"], ["locale", "LR"], ["longitude", "-133.7209704418054"], ["middlename", "Weissnat"], ["middle_name", "Leannon"], ["password", "Mw4Gm3IuQq"], ["phone", "(469) 837-9098 x3252"], ["phone_number", "(338) 628-6574 x92691"], ["reference", "86c34d17-a87c-4f82-9df2-b276acd90970"], ["title", "Sint cupiditate velit tempore."], ["user_name", "lazaro"], ["username", "matthew_kemmer"], ["uuid", "4e549e68-94c7-4958-832a-2e1dcd7250a1"], ["created_at", "2020-11-24 14:50:21.708976"], ["updated_at", "2020-11-24 14:50:21.708976"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "87600 Haag Glens, Kaseyborough, FL 32015"], ["city", "North Wonda"], ["country", "Cape Verde"], ["description", "Voluptas et excepturi. Delectus debitis dolorem. Laudantium aut molestias."], ["email", "raphael.swift@example.name"], ["first_name", "Darryl"], ["firstname", "Lowell"], ["last_name", "Wuckert"], ["lastname", "Wiza"], ["lat", "-19.41893970225479"], ["latitute", "8.05420168288228"], ["lng", "-14.801652580666257"], ["locale", "NR"], ["longitude", "69.92276013841266"], ["middlename", "Rodriguez"], ["middle_name", "Bradtke"], ["password", "La1RtFp3Fy4"], ["phone", "1-639-581-6156 x34094"], ["phone_number", "1-464-173-1836 x21995"], ["reference", "ea1385dc-5041-402b-97fa-eda028169815"], ["title", "Blanditiis excepturi et saepe deserunt."], ["user_name", "isidra.legros"], ["username", "randy"], ["uuid", "07b5f979-7058-4f71-8e7f-ffab742c1d9b"], ["created_at", "2020-11-24 14:50:21.731876"], ["updated_at", "2020-11-24 14:50:21.731876"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 964 380 Brakus Vista, North Trulatown, WA 94964"], ["city", "Abbeytown"], ["country", "Myanmar"], ["description", "Amet iste sed. Quidem placeat voluptatum."], ["email", "cruz_hoppe@example.io"], ["first_name", "Eugenio"], ["firstname", "Malik"], ["last_name", "Parker"], ["lastname", "Rogahn"], ["lat", "-21.414255233989422"], ["latitute", "76.93463374088887"], ["lng", "-20.93783641986289"], ["locale", "JP"], ["longitude", "-150.57341653029823"], ["middlename", "Towne"], ["middle_name", "Cummings"], ["password", "YfZ6lQtKnCxOzZ"], ["phone", "1-854-774-0835 x2065"], ["phone_number", "567.648.1099 x1748"], ["reference", "02b8a7ce-21c9-44f9-a8ce-a02cd159761a"], ["title", "Et velit et quia sunt."], ["user_name", "glynis"], ["username", "chester_klein"], ["uuid", "4563f4d2-2947-459c-a851-a003b5e99873"], ["created_at", "2020-11-24 14:50:21.753954"], ["updated_at", "2020-11-24 14:50:21.753954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 429 3006 Pat Views, North Tom, ND 15110-8343"], ["city", "Fadeltown"], ["country", "Burundi"], ["description", "Perferendis iure accusantium. Dolor odio aut."], ["email", "rene@example.name"], ["first_name", "Chantay"], ["firstname", "Twana"], ["last_name", "Casper"], ["lastname", "Ankunding"], ["lat", "74.77256760499031"], ["latitute", "-25.11666491861625"], ["lng", "-27.47362638427714"], ["locale", "QA"], ["longitude", "-83.60252833423709"], ["middlename", "Dooley"], ["middle_name", "Miller"], ["password", "Cd6ZwM1nU1bVn6"], ["phone", "527.859.9976 x04609"], ["phone_number", "656.403.8160 x2639"], ["reference", "3c3b4f71-2987-4d7b-8672-83ccecce8a0f"], ["title", "Vero voluptas omnis dolores."], ["user_name", "hank"], ["username", "shirl"], ["uuid", "8b4baf87-2ac0-4ec6-87d1-c1b81df2a18f"], ["created_at", "2020-11-24 14:50:21.775747"], ["updated_at", "2020-11-24 14:50:21.775747"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "977 Ignacio Burgs, South Sondraberg, ID 38587"], ["city", "Heaneystad"], ["country", "Hungary"], ["description", "Non sunt sed. Iusto sunt reprehenderit. Id inventore harum."], ["email", "harlan@example.io"], ["first_name", "Cornell"], ["firstname", "Ozella"], ["last_name", "Murazik"], ["lastname", "Ondricka"], ["lat", "18.488491100308636"], ["latitute", "-39.71090173757227"], ["lng", "174.60800656712684"], ["locale", "MT"], ["longitude", "34.596326092634484"], ["middlename", "Heaney"], ["middle_name", "Hilpert"], ["password", "Ck8Uv0EzI"], ["phone", "1-573-806-7953"], ["phone_number", "792.619.7707"], ["reference", "c0a01b2a-a7bf-425b-978f-374aa80d94d9"], ["title", "Aperiam rem aliquid tempore et officiis."], ["user_name", "carmelo_gibson"], ["username", "arline_gottlieb"], ["uuid", "6d95c92f-ab1c-4a51-aaf2-81e6cf73b1bc"], ["created_at", "2020-11-24 14:50:21.797699"], ["updated_at", "2020-11-24 14:50:21.797699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "510 Larkin Shore, North Erik, MI 62126-9287"], ["city", "South Scot"], ["country", "Tanzania"], ["description", "Sunt vel aut. Doloremque qui non. Accusamus ipsa omnis. Illum aut quis. Enim modi qui."], ["email", "elna@example.org"], ["first_name", "Karie"], ["firstname", "Lita"], ["last_name", "Bartell"], ["lastname", "Barrows"], ["lat", "21.637644467796065"], ["latitute", "39.61659188029597"], ["lng", "27.348744342712138"], ["locale", "AZ"], ["longitude", "38.802864860579746"], ["middlename", "Mante"], ["middle_name", "Mitchell"], ["password", "Q13nSx7GyS01hA"], ["phone", "(147) 608-4983 x221"], ["phone_number", "1-532-694-2236 x554"], ["reference", "c4d65ad5-8fc5-484f-8048-8d40ce75dc3d"], ["title", "Quos qui delectus voluptatem rem dolorum."], ["user_name", "bart"], ["username", "jerrica_heathcote"], ["uuid", "26a7fa42-9c4a-4707-93b2-8bb85aea88c2"], ["created_at", "2020-11-24 14:50:21.819760"], ["updated_at", "2020-11-24 14:50:21.819760"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "6721 Cruickshank Pass, Roweshire, OK 26322-2965"], ["city", "West Vanceview"], ["country", "Austria"], ["description", "Quasi rerum officiis. Reprehenderit neque sit."], ["email", "cecily@example.net"], ["first_name", "Toney"], ["firstname", "Ray"], ["last_name", "Wiza"], ["lastname", "Halvorson"], ["lat", "-48.2792268742034"], ["latitute", "37.71336853810561"], ["lng", "18.79766520546096"], ["locale", "FI"], ["longitude", "-159.73847725317148"], ["middlename", "Lindgren"], ["middle_name", "Altenwerth"], ["password", "BpNt6JuTpUcWqYa"], ["phone", "191-516-5115 x842"], ["phone_number", "(911) 375-9227 x4788"], ["reference", "8876f75a-a88d-4600-9261-66debff089c5"], ["title", "Eum non quae facilis."], ["user_name", "delila_williamson"], ["username", "edmond_satterfield"], ["uuid", "f2b33690-6a16-4a36-9231-f01039ffea32"], ["created_at", "2020-11-24 14:50:21.851288"], ["updated_at", "2020-11-24 14:50:21.851288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9732 Botsford Land, Port Willie, MO 06769-5947"], ["city", "East Liberty"], ["country", "Uganda"], ["description", "Maxime amet dolores. Nesciunt reprehenderit voluptatem."], ["email", "alaine@example.net"], ["first_name", "Edwin"], ["firstname", "Cedric"], ["last_name", "Douglas"], ["lastname", "Cummings"], ["lat", "55.33999439033224"], ["latitute", "80.77260604421033"], ["lng", "14.047552171920131"], ["locale", "MG"], ["longitude", "38.37990541647264"], ["middlename", "Fadel"], ["middle_name", "Senger"], ["password", "FwTtKaDdK49"], ["phone", "1-783-838-9825 x081"], ["phone_number", "(738) 361-6935 x929"], ["reference", "45e241e7-eb93-473d-9980-dbc4cee22145"], ["title", "Corrupti excepturi at aliquid consequatur."], ["user_name", "kristen.kohler"], ["username", "wiley.reichert"], ["uuid", "3fb86163-c584-4725-925f-0111eca2e1e4"], ["created_at", "2020-11-24 14:50:21.873729"], ["updated_at", "2020-11-24 14:50:21.873729"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 1], ["a_decimal", 22.8442567918204], ["a_string", "Rerum in aliquid non molestias dicta."], ["a_date", "2020-12-06"], ["a_time", "2000-01-01 22:43:26.228433"], ["a_datetime", "2021-01-04 08:20:48.256193"], ["created_at", "2020-11-24 14:50:21.876701"], ["updated_at", "2020-11-24 14:50:21.876701"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 2], ["a_decimal", 0.599700346487696], ["a_string", "Voluptas officiis ut tenetur laboriosam."], ["a_date", "2020-12-14"], ["a_time", "2000-01-01 11:48:00.015042"], ["a_datetime", "2020-12-08 01:08:37.779019"], ["created_at", "2020-11-24 14:50:21.879507"], ["updated_at", "2020-11-24 14:50:21.879507"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 3], ["a_decimal", 29.1337219873149], ["a_string", "Dolor earum quod nemo."], ["a_date", "2021-01-03"], ["a_time", "2000-01-01 15:44:28.123268"], ["a_datetime", "2020-12-08 03:33:05.696438"], ["created_at", "2020-11-24 14:50:21.881894"], ["updated_at", "2020-11-24 14:50:21.881894"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 0], ["a_decimal", 0.475075073919492], ["a_string", "Nihil quaerat soluta voluptatibus."], ["a_date", "2020-12-23"], ["a_time", "2000-01-01 16:55:53.047988"], ["a_datetime", "2020-12-25 14:03:36.871447"], ["created_at", "2020-11-24 14:50:21.884211"], ["updated_at", "2020-11-24 14:50:21.884211"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 10], ["a_decimal", 11.2076926410205], ["a_string", "Minima natus voluptatem at."], ["a_date", "2020-12-29"], ["a_time", "2000-01-01 10:54:47.730700"], ["a_datetime", "2020-11-02 00:48:31.574892"], ["created_at", "2020-11-24 14:50:21.886547"], ["updated_at", "2020-11-24 14:50:21.886547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 5], ["a_decimal", 25.8841981004572], ["a_string", "Expedita voluptatibus velit blanditiis eos praesentium."], ["a_date", "2020-12-06"], ["a_time", "2000-01-01 06:44:58.281781"], ["a_datetime", "2020-12-02 02:13:23.757259"], ["created_at", "2020-11-24 14:50:21.888907"], ["updated_at", "2020-11-24 14:50:21.888907"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 2], ["a_decimal", 3.76006519538619], ["a_string", "Autem hic corporis."], ["a_date", "2020-10-13"], ["a_time", "2000-01-01 20:56:03.936207"], ["a_datetime", "2020-11-09 20:18:11.424643"], ["created_at", "2020-11-24 14:50:21.891295"], ["updated_at", "2020-11-24 14:50:21.891295"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 18], ["a_decimal", 19.0190291146924], ["a_string", "Culpa necessitatibus inventore soluta omnis maiores."], ["a_date", "2020-12-09"], ["a_time", "2000-01-01 07:52:31.709286"], ["a_datetime", "2020-10-29 12:42:19.320962"], ["created_at", "2020-11-24 14:50:21.893746"], ["updated_at", "2020-11-24 14:50:21.893746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:50:21.895576"], ["updated_at", "2020-11-24 14:50:21.895576"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:50:21.896972"], ["updated_at", "2020-11-24 14:50:21.896972"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:50:21.898250"], ["updated_at", "2020-11-24 14:50:21.898250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:50:21.899425"], ["updated_at", "2020-11-24 14:50:21.899425"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:50:21.900604"], ["updated_at", "2020-11-24 14:50:21.900604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:50:21.901729"], ["updated_at", "2020-11-24 14:50:21.901729"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:50:21.902916"], ["updated_at", "2020-11-24 14:50:21.902916"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:50:21.904077"], ["updated_at", "2020-11-24 14:50:21.904077"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:50:21.905329"], ["updated_at", "2020-11-24 14:50:21.905329"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:50:21.906495"], ["updated_at", "2020-11-24 14:50:21.906495"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:50:21.907697"], ["updated_at", "2020-11-24 14:50:21.907697"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:50:21.908930"], ["updated_at", "2020-11-24 14:50:21.908930"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:50:21.910175"], ["updated_at", "2020-11-24 14:50:21.910175"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:50:21.911525"], ["updated_at", "2020-11-24 14:50:21.911525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:50:21.912808"], ["updated_at", "2020-11-24 14:50:21.912808"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:50:21.914210"], ["updated_at", "2020-11-24 14:50:21.914210"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.967653"], ["updated_at", "2020-11-24 14:50:21.967653"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.968633"], ["updated_at", "2020-11-24 14:50:21.968633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.969411"], ["updated_at", "2020-11-24 14:50:21.969411"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.970148"], ["updated_at", "2020-11-24 14:50:21.970148"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.970828"], ["updated_at", "2020-11-24 14:50:21.970828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.971511"], ["updated_at", "2020-11-24 14:50:21.971511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.972211"], ["updated_at", "2020-11-24 14:50:21.972211"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:50:21.972906"], ["updated_at", "2020-11-24 14:50:21.972906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:50:21.973720"], ["updated_at", "2020-11-24 14:50:21.973720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:50:21.974495"], ["updated_at", "2020-11-24 14:50:21.974495"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:50:21.975233"], ["updated_at", "2020-11-24 14:50:21.975233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:50:21.975970"], ["updated_at", "2020-11-24 14:50:21.975970"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:50:21.976737"], ["updated_at", "2020-11-24 14:50:21.976737"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:50:21.977519"], ["updated_at", "2020-11-24 14:50:21.977519"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:50:21.978258"], ["updated_at", "2020-11-24 14:50:21.978258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:50:21.978988"], ["updated_at", "2020-11-24 14:50:21.978988"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 14:50:21.980479"], ["updated_at", "2020-11-24 14:50:21.980479"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 14:50:21.981834"], ["updated_at", "2020-11-24 14:50:21.981834"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 14:50:21.983012"], ["updated_at", "2020-11-24 14:50:21.983012"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 14:50:21.984157"], ["updated_at", "2020-11-24 14:50:21.984157"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 14:50:21.985287"], ["updated_at", "2020-11-24 14:50:21.985287"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 14:50:21.986397"], ["updated_at", "2020-11-24 14:50:21.986397"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 14:50:21.987534"], ["updated_at", "2020-11-24 14:50:21.987534"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 14:50:21.988657"], ["updated_at", "2020-11-24 14:50:21.988657"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (13.0ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.8ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.2ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.3ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "477 Nieves Summit, Ronnieland, CO 94695"], ["city", "New Carlo"], ["country", "Bahrain"], ["description", "Et molestiae similique. Sequi non error."], ["email", "randall@example.co"], ["first_name", "Debbie"], ["firstname", "Lashonda"], ["last_name", "Rempel"], ["lastname", "Grimes"], ["lat", "-23.365463639839348"], ["latitute", "57.45139057429833"], ["lng", "173.1113491992038"], ["locale", "PA"], ["longitude", "158.07857146697967"], ["middlename", "Anderson"], ["middle_name", "Rowe"], ["password", "Wm8BcAlI2vKd0"], ["phone", "1-418-225-8860"], ["phone_number", "791-301-1529 x77161"], ["reference", "e764925a-b1cc-45f0-b9d3-e74ea2043b24"], ["title", "Nostrum distinctio omnis."], ["user_name", "roscoe_lemke"], ["username", "ron"], ["uuid", "3d100bc0-5312-4d5e-ba37-c170156028c5"], ["created_at", "2020-11-24 14:51:35.218218"], ["updated_at", "2020-11-24 14:51:35.218218"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "73129 Reynolds Lakes, North Billieview, NM 49143-5480"], ["city", "Germanfurt"], ["country", "Trinidad and Tobago"], ["description", "Cupiditate velit ut. Rerum ipsam dolorem. Est voluptatem reiciendis. Quia ipsam nam."], ["email", "tracie_klein@example.org"], ["first_name", "Darron"], ["firstname", "Deonna"], ["last_name", "Gottlieb"], ["lastname", "Waelchi"], ["lat", "-42.174624179889044"], ["latitute", "-38.233611289780065"], ["lng", "119.56622849424821"], ["locale", "NF"], ["longitude", "-150.93019343644588"], ["middlename", "Reynolds"], ["middle_name", "Stroman"], ["password", "EqZzYvMbOl8EyX"], ["phone", "825-352-1768 x0716"], ["phone_number", "935.066.2566 x02860"], ["reference", "3796c1a9-6f16-4c3f-90f8-7a0d99fb9230"], ["title", "Fugit neque dolores a voluptatem."], ["user_name", "wilhemina"], ["username", "rhea.labadie"], ["uuid", "062db9fa-68bc-473d-826c-24e82ef1ad98"], ["created_at", "2020-11-24 14:51:35.241392"], ["updated_at", "2020-11-24 14:51:35.241392"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 293 663 Will Underpass, Carloside, PA 93959"], ["city", "North Jed"], ["country", "Sudan"], ["description", "Ut sequi dignissimos. Eveniet asperiores aut. Est tenetur non."], ["email", "cristina@example.info"], ["first_name", "Clyde"], ["firstname", "Jc"], ["last_name", "Reilly"], ["lastname", "Reinger"], ["lat", "-16.23092283418076"], ["latitute", "51.76048699721048"], ["lng", "-83.48564246667958"], ["locale", "IL"], ["longitude", "-49.31067432969675"], ["middlename", "Halvorson"], ["middle_name", "Quigley"], ["password", "IzWgRbYpYx5N"], ["phone", "1-798-514-9547 x04061"], ["phone_number", "165.230.5336 x6997"], ["reference", "27d766ae-746f-4941-ab84-ab66a6d5e3de"], ["title", "Et vel ut ut."], ["user_name", "curtis.haag"], ["username", "benita.klocko"], ["uuid", "d497078b-012b-4b9e-882a-a7a0fbe057ab"], ["created_at", "2020-11-24 14:51:35.264346"], ["updated_at", "2020-11-24 14:51:35.264346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "58041 Jamison Village, Torphyside, MT 72859"], ["city", "South Criseldaland"], ["country", "Austria"], ["description", "Eos omnis placeat. Nam non consequatur."], ["email", "carmina@example.info"], ["first_name", "Alvaro"], ["firstname", "Mallory"], ["last_name", "Mills"], ["lastname", "Raynor"], ["lat", "-6.794533824329605"], ["latitute", "55.94948878485215"], ["lng", "51.80373442182116"], ["locale", "PN"], ["longitude", "-80.98256351745741"], ["middlename", "Effertz"], ["middle_name", "Bergnaum"], ["password", "YsU6lQw3"], ["phone", "(251) 176-7848 x99295"], ["phone_number", "1-176-436-4982 x54317"], ["reference", "54597866-18ba-4d6f-87e2-ac2c7998bd69"], ["title", "Repellendus tempora unde sint eum laborum."], ["user_name", "yuri"], ["username", "daron"], ["uuid", "dcbcd0ae-93fa-4499-b512-fe2cff15eb1c"], ["created_at", "2020-11-24 14:51:35.286769"], ["updated_at", "2020-11-24 14:51:35.286769"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 416 38266 Pedro Meadow, West Conrad, HI 69805"], ["city", "South Hoyt"], ["country", "San Marino"], ["description", "Dolor hic perferendis. Expedita vel inventore. Consequuntur sunt eius. Modi possimus dolores. Ut ut veniam."], ["email", "inga.moen@example.co"], ["first_name", "Page"], ["firstname", "Shaunda"], ["last_name", "Grimes"], ["lastname", "Koch"], ["lat", "-41.079321831087555"], ["latitute", "79.09527472181594"], ["lng", "79.23536956197489"], ["locale", "ZA"], ["longitude", "20.892880176669678"], ["middlename", "Lebsack"], ["middle_name", "Littel"], ["password", "BtXkJyTvGjOtWz4P"], ["phone", "1-534-797-9952"], ["phone_number", "(534) 402-3153"], ["reference", "c4e33f27-2098-4cd0-912d-b2e37f4ff484"], ["title", "Ipsum quia quasi praesentium harum accusamus."], ["user_name", "tyra"], ["username", "rubye"], ["uuid", "5d8db885-07cc-46b4-a362-19ad8f1a9db8"], ["created_at", "2020-11-24 14:51:35.309416"], ["updated_at", "2020-11-24 14:51:35.309416"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "459 Elissa Coves, Stevenfurt, WI 81134-5471"], ["city", "New Eleonoraburgh"], ["country", "Anguilla"], ["description", "Quis dicta sunt. Autem harum praesentium. Consequatur qui illum. Neque atque quos."], ["email", "apolonia.mosciski@example.biz"], ["first_name", "Shane"], ["firstname", "Shelli"], ["last_name", "Davis"], ["lastname", "Baumbach"], ["lat", "0.39423189986158036"], ["latitute", "74.8388498952103"], ["lng", "-83.37679230658406"], ["locale", "BY"], ["longitude", "-52.446646491839005"], ["middlename", "Marks"], ["middle_name", "Zulauf"], ["password", "ZsFbCaVh4E"], ["phone", "640.937.3022 x34482"], ["phone_number", "(536) 447-7658 x343"], ["reference", "80d92f74-9de4-4470-aad1-b5dd1c17c17a"], ["title", "Sed quod aliquid dignissimos."], ["user_name", "gayle_botsford"], ["username", "clemente"], ["uuid", "d02c39b4-5ddf-45ba-8695-b3a3350d37b3"], ["created_at", "2020-11-24 14:51:35.331964"], ["updated_at", "2020-11-24 14:51:35.331964"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 384 309 Wunsch Center, New Emogeneburgh, NE 92297-0081"], ["city", "West Darron"], ["country", "Togo"], ["description", "Ratione ut fugiat. Omnis debitis aut. Ut voluptates dolorum. Est aspernatur cupiditate."], ["email", "adalberto@example.co"], ["first_name", "Sabine"], ["firstname", "Johnie"], ["last_name", "Streich"], ["lastname", "Brekke"], ["lat", "13.133753513116588"], ["latitute", "18.416068639802745"], ["lng", "152.12867702442026"], ["locale", "KR"], ["longitude", "131.80012868518645"], ["middlename", "Pagac"], ["middle_name", "Rohan"], ["password", "R2rXo1Dv2P"], ["phone", "591.233.2991 x6098"], ["phone_number", "686-419-5820 x23794"], ["reference", "bf33f226-cf4a-4f78-9311-adc71359ec43"], ["title", "Fugit quisquam ea tempore."], ["user_name", "jettie_nader"], ["username", "reginald.hackett"], ["uuid", "2dbf8de4-58ea-41bb-9a74-70e48148afe0"], ["created_at", "2020-11-24 14:51:35.365339"], ["updated_at", "2020-11-24 14:51:35.365339"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 183 16314 Kunde Mission, North Sheilahhaven, WA 91804-5146"], ["city", "New Yoshieberg"], ["country", "Russian Federation"], ["description", "Quam quo nihil. Nam dolor illo. Exercitationem molestias minus. Enim id quia. Reiciendis et aut."], ["email", "raymond@example.io"], ["first_name", "Alyse"], ["firstname", "Camellia"], ["last_name", "Turcotte"], ["lastname", "Cartwright"], ["lat", "57.255840756386334"], ["latitute", "38.14677493589434"], ["lng", "68.15057175977128"], ["locale", "GT"], ["longitude", "-15.799859746313473"], ["middlename", "Hirthe"], ["middle_name", "Quitzon"], ["password", "Hq686BiWsUy8"], ["phone", "1-401-867-6806"], ["phone_number", "(721) 500-7852"], ["reference", "de7cdc11-f0d7-4c75-a271-c9a439fe97f1"], ["title", "Perspiciatis praesentium molestias corporis accusamus."], ["user_name", "kalyn.kiehn"], ["username", "alysia"], ["uuid", "8ae8c7fe-55dd-438b-a699-d3ba5a7c7ceb"], ["created_at", "2020-11-24 14:51:35.388986"], ["updated_at", "2020-11-24 14:51:35.388986"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.3ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "339 Joe Forest, New Bernardport, WA 71524-6366"], ["city", "Jacobsville"], ["country", "Anguilla"], ["description", "Maiores animi aliquam. Fugiat sit eius. Esse eligendi sit. Incidunt voluptatum et. Ut aliquid quo."], ["email", "theola.prosacco@example.co"], ["first_name", "Rex"], ["firstname", "Alaina"], ["last_name", "Keeling"], ["lastname", "Reynolds"], ["lat", "-17.292875829998238"], ["latitute", "-65.74396629803245"], ["lng", "-53.434192931992115"], ["locale", "JO"], ["longitude", "67.24839603576746"], ["middlename", "Wintheiser"], ["middle_name", "Kris"], ["password", "FnP7mA3x"], ["phone", "368-308-3040"], ["phone_number", "883-195-2076 x8697"], ["reference", "21866320-3427-4f91-aafa-f8f7092c3de7"], ["title", "Ea nam voluptatem praesentium sed voluptas."], ["user_name", "isreal.corwin"], ["username", "carlene.haag"], ["uuid", "672e8b17-d2a7-4395-a2bb-4ac7043a643a"], ["created_at", "2020-11-24 14:51:35.411908"], ["updated_at", "2020-11-24 14:51:35.411908"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2131 Brain Rue, Lockmanton, MS 82977"], ["city", "Donetteview"], ["country", "French Polynesia"], ["description", "Rerum est ut. Dicta modi neque. Beatae qui amet. Qui qui maxime."], ["email", "edelmira@example.co"], ["first_name", "Nu"], ["firstname", "Bennett"], ["last_name", "Langosh"], ["lastname", "Walter"], ["lat", "-87.68977984064666"], ["latitute", "-67.6714911924195"], ["lng", "30.873921654183675"], ["locale", "GI"], ["longitude", "-159.14977740496826"], ["middlename", "Schiller"], ["middle_name", "Zboncak"], ["password", "ZtKw0XmJc8GzGg"], ["phone", "416-102-1043 x096"], ["phone_number", "(733) 317-4762 x9780"], ["reference", "9c641c00-cc15-46f3-8c2b-501b84fb82f9"], ["title", "Provident qui officiis enim."], ["user_name", "suzan"], ["username", "dylan_volkman"], ["uuid", "fc58543b-cb43-43da-811e-1891df0b4b0f"], ["created_at", "2020-11-24 14:51:35.434380"], ["updated_at", "2020-11-24 14:51:35.434380"]]  (0.1ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:35.457645"], ["updated_at", "2020-11-24 14:51:35.457645"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:35.466385"], ["updated_at", "2020-11-24 14:51:35.466385"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "87115 Brekke Ports, Mantestad, KS 85552-6797"], ["city", "Marshallport"], ["country", "Western Sahara"], ["description", "Quisquam et dignissimos. Ea at tempora."], ["email", "scott@example.com"], ["first_name", "Somer"], ["firstname", "Josh"], ["last_name", "Ondricka"], ["lastname", "Skiles"], ["lat", "-59.55153845148456"], ["latitute", "-81.6261312240573"], ["lng", "109.18314373335664"], ["locale", "TM"], ["longitude", "-80.37300797612096"], ["middlename", "Lemke"], ["middle_name", "Spinka"], ["password", "Sv7QaLhSmU6mOl9"], ["phone", "870-234-7707 x252"], ["phone_number", "(262) 087-5448 x567"], ["reference", "9641f376-8cc5-4bf9-849a-6dd9b8269e3f"], ["title", "Voluptates doloremque ducimus aliquam nobis."], ["user_name", "sonya"], ["username", "lakenya.koch"], ["uuid", "39f1a42d-e3ad-47cd-a7a0-154b7dbf36ee"], ["created_at", "2020-11-24 14:51:35.488887"], ["updated_at", "2020-11-24 14:51:35.488887"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 2], ["a_decimal", 1.12495720211592], ["a_string", "Omnis aut eum dolorum similique."], ["a_date", "2020-11-24"], ["a_time", "2000-01-01 09:45:31.716270"], ["a_datetime", "2020-10-19 12:50:40.058604"], ["created_at", "2020-11-24 14:51:35.497721"], ["updated_at", "2020-11-24 14:51:35.497721"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:51:35.502090"], ["updated_at", "2020-11-24 14:51:35.502090"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:51:35.506564"], ["updated_at", "2020-11-24 14:51:35.506564"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:35.519775"], ["updated_at", "2020-11-24 14:51:35.519775"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:51:35.523118"], ["updated_at", "2020-11-24 14:51:35.523118"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 14:51:35.528545"], ["updated_at", "2020-11-24 14:51:35.528545"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.4ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:35.556927"], ["updated_at", "2020-11-24 14:51:35.556927"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:35.558174"], ["updated_at", "2020-11-24 14:51:35.558174"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:35.559205"], ["updated_at", "2020-11-24 14:51:35.559205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:35.560161"], ["updated_at", "2020-11-24 14:51:35.560161"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:35.561057"], ["updated_at", "2020-11-24 14:51:35.561057"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:35.561980"], ["updated_at", "2020-11-24 14:51:35.561980"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:35.562978"], ["updated_at", "2020-11-24 14:51:35.562978"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:35.564572"], ["updated_at", "2020-11-24 14:51:35.564572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:35.566699"], ["updated_at", "2020-11-24 14:51:35.566699"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:35.568596"], ["updated_at", "2020-11-24 14:51:35.568596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:35.570452"], ["updated_at", "2020-11-24 14:51:35.570452"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:35.571986"], ["updated_at", "2020-11-24 14:51:35.571986"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:35.573505"], ["updated_at", "2020-11-24 14:51:35.573505"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:35.575285"], ["updated_at", "2020-11-24 14:51:35.575285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:35.576956"], ["updated_at", "2020-11-24 14:51:35.576956"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:35.578510"], ["updated_at", "2020-11-24 14:51:35.578510"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9788 Darin Knoll, Lake Dalebury, IA 13268"], ["city", "Lake Pariston"], ["country", "Uruguay"], ["description", "Veniam cum commodi. Facere est labore."], ["email", "terry@example.info"], ["first_name", "Robbin"], ["firstname", "Serina"], ["last_name", "Schiller"], ["lastname", "Gerhold"], ["lat", "-19.065428956493548"], ["latitute", "-47.02629231870177"], ["lng", "91.39936538920864"], ["locale", "ZA"], ["longitude", "85.86103947387551"], ["middlename", "Koepp"], ["middle_name", "Dickens"], ["password", "IcUlC1aXoSsA0uU5"], ["phone", "797.093.3011"], ["phone_number", "1-191-272-2159 x467"], ["reference", "1151e2f6-5814-489d-a4e5-cc0dc64f626b"], ["title", "Et et placeat nihil aut vel."], ["user_name", "val.lindgren"], ["username", "toshia_zboncak"], ["uuid", "9c19c51c-82b4-499c-a65c-c3aa8f49221f"], ["created_at", "2020-11-24 14:51:35.605030"], ["updated_at", "2020-11-24 14:51:35.605030"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "111 Brittani Mountain, West Adolph, CT 18910"], ["city", "Breitenbergview"], ["country", "Lao People's Democratic Republic"], ["description", "Aperiam laudantium quisquam. Consequatur voluptas praesentium. Modi quis voluptates. Numquam ex quia. Reprehenderit dolor laborum."], ["email", "douglas.mueller@example.com"], ["first_name", "Preston"], ["firstname", "Karisa"], ["last_name", "Haag"], ["lastname", "Mills"], ["lat", "48.37118411621191"], ["latitute", "-0.5949176599428228"], ["lng", "-148.27003871557298"], ["locale", "SY"], ["longitude", "97.07691086344732"], ["middlename", "Mosciski"], ["middle_name", "Mueller"], ["password", "94Pd9JaSvZ3hKa0F"], ["phone", "115-001-8397"], ["phone_number", "1-102-880-4046"], ["reference", "72256a5c-0c05-4778-9e73-57e05de65cdf"], ["title", "Dolor totam praesentium est cupiditate."], ["user_name", "rosendo.lockman"], ["username", "deidra"], ["uuid", "86c1ed87-7371-48f8-bf76-3e939de2556f"], ["created_at", "2020-11-24 14:51:35.629257"], ["updated_at", "2020-11-24 14:51:35.629257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "65959 Rodriguez Street, South Shawnnamouth, OR 26868"], ["city", "Lake Lemuel"], ["country", "Pitcairn Islands"], ["description", "Voluptatem eos id. Aperiam eligendi eos."], ["email", "rayford@example.net"], ["first_name", "Jayson"], ["firstname", "Oscar"], ["last_name", "Bashirian"], ["lastname", "Swift"], ["lat", "-36.443190148068844"], ["latitute", "-82.86890440892958"], ["lng", "-175.0639226953739"], ["locale", "CD"], ["longitude", "-15.524365513854406"], ["middlename", "Wiegand"], ["middle_name", "Cassin"], ["password", "1XdFiP1uPqT3p"], ["phone", "(658) 086-5734 x32960"], ["phone_number", "1-254-778-2315 x4762"], ["reference", "abf62bfb-c2f4-46e2-9274-3b9aef2a4106"], ["title", "Dolor unde beatae."], ["user_name", "consuelo"], ["username", "rusty.davis"], ["uuid", "6f4de276-e9d1-41b6-af1b-d6b6f249d794"], ["created_at", "2020-11-24 14:51:35.651405"], ["updated_at", "2020-11-24 14:51:35.651405"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 529 7616 Ricardo Isle, Bradtkemouth, OK 73098"], ["city", "Cormierton"], ["country", "Congo"], ["description", "Doloribus sit illo. Voluptas fugit eum."], ["email", "shane_mayer@example.net"], ["first_name", "Sydney"], ["firstname", "Alona"], ["last_name", "Koss"], ["lastname", "Carroll"], ["lat", "-81.91031375824494"], ["latitute", "71.23866979520997"], ["lng", "57.288855887734684"], ["locale", "CL"], ["longitude", "18.523950540899165"], ["middlename", "Ebert"], ["middle_name", "Deckow"], ["password", "OnHxDpXpQ1uWg5D"], ["phone", "1-475-302-0938"], ["phone_number", "1-482-424-1954 x3557"], ["reference", "e34a6bf8-8d7a-42b3-985b-cb1bf59de6d1"], ["title", "Eveniet aut aliquid incidunt quia."], ["user_name", "claud"], ["username", "roy"], ["uuid", "54724a80-4f55-4ccc-b1fd-d61982077ff2"], ["created_at", "2020-11-24 14:51:35.673417"], ["updated_at", "2020-11-24 14:51:35.673417"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "81847 Nicholas Overpass, North Nakia, CA 03805-9167"], ["city", "North Clarettastad"], ["country", "Armenia"], ["description", "Architecto nam unde. Architecto minima eveniet. Tenetur deleniti quas. Facilis quasi tempore. Mollitia quisquam ullam."], ["email", "zoila@example.com"], ["first_name", "Dagny"], ["firstname", "Mike"], ["last_name", "Hamill"], ["lastname", "McDermott"], ["lat", "89.35220829643464"], ["latitute", "-80.36686364482216"], ["lng", "171.83598280778472"], ["locale", "TL"], ["longitude", "-6.06994320153251"], ["middlename", "Cummings"], ["middle_name", "Spencer"], ["password", "S03gLdTcW43525"], ["phone", "(988) 677-9901"], ["phone_number", "356.768.1278 x041"], ["reference", "d09b2a36-9dc4-4895-8adc-33a141fda2e7"], ["title", "Aut modi dolores."], ["user_name", "sharonda_murphy"], ["username", "katherin"], ["uuid", "96a8584e-a234-48d6-b887-e7015d465ac2"], ["created_at", "2020-11-24 14:51:35.695765"], ["updated_at", "2020-11-24 14:51:35.695765"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 340 17223 Glayds Track, Lake Berryville, ME 81024-6096"], ["city", "Alidamouth"], ["country", "Moldova"], ["description", "Aut voluptatem repellat. Et animi sed."], ["email", "roscoe_pouros@example.info"], ["first_name", "Lashandra"], ["firstname", "Adeline"], ["last_name", "Mosciski"], ["lastname", "Christiansen"], ["lat", "-12.568488229568175"], ["latitute", "-59.336397002360684"], ["lng", "-124.55439716896942"], ["locale", "PM"], ["longitude", "-92.47304527576883"], ["middlename", "Reilly"], ["middle_name", "Jaskolski"], ["password", "RiDfNn9JyDrQ3k"], ["phone", "963.151.0151 x390"], ["phone_number", "972.258.6399"], ["reference", "c788175e-9376-44cf-9c49-981aca22a979"], ["title", "Rerum dolor animi."], ["user_name", "lincoln.wilkinson"], ["username", "delora"], ["uuid", "2fb35610-561b-43d6-9165-79310f0c00e4"], ["created_at", "2020-11-24 14:51:35.717907"], ["updated_at", "2020-11-24 14:51:35.717907"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 513 524 Abe Creek, North Lanora, NV 14365"], ["city", "North Brandeeville"], ["country", "United Kingdom"], ["description", "Placeat qui veniam. Consectetur soluta iure. Possimus voluptatum ratione. Ea neque quo. Non voluptatibus voluptatem."], ["email", "jamaal.borer@example.co"], ["first_name", "Delpha"], ["firstname", "Mason"], ["last_name", "Olson"], ["lastname", "Funk"], ["lat", "43.128669813609775"], ["latitute", "-64.68615355041936"], ["lng", "-119.07237713795752"], ["locale", "BI"], ["longitude", "57.80871970419989"], ["middlename", "Pollich"], ["middle_name", "Pfannerstill"], ["password", "56MfGtKbUbOfX"], ["phone", "1-865-962-4737 x580"], ["phone_number", "1-521-128-0764"], ["reference", "573f6b39-c87e-488c-ac4d-5bc0b84d3fa1"], ["title", "Voluptates architecto quibusdam."], ["user_name", "ji_lockman"], ["username", "imogene_langosh"], ["uuid", "9d5a7df8-63b7-4a16-92b1-75cc78170c9c"], ["created_at", "2020-11-24 14:51:35.754724"], ["updated_at", "2020-11-24 14:51:35.754724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 667 582 Hilario Vista, North Dean, GA 86711"], ["city", "West Dantemouth"], ["country", "French Southern Territories"], ["description", "Voluptatum dolores inventore. Et aliquid expedita."], ["email", "arthur@example.biz"], ["first_name", "Avril"], ["firstname", "Brandon"], ["last_name", "Collier"], ["lastname", "Schaden"], ["lat", "-73.26202261150368"], ["latitute", "-0.5781178057833785"], ["lng", "-126.16671206390365"], ["locale", "LR"], ["longitude", "47.98234748375907"], ["middlename", "Schulist"], ["middle_name", "Collier"], ["password", "Fr3M0yDc"], ["phone", "1-873-597-0272 x3170"], ["phone_number", "1-748-358-6875 x192"], ["reference", "7c5024c2-9294-4a21-86e3-b5156562b847"], ["title", "Enim dolores reprehenderit beatae quos aut."], ["user_name", "seth.moen"], ["username", "earl"], ["uuid", "d49b5a9e-1f8b-434c-adcb-0d983193e5b9"], ["created_at", "2020-11-24 14:51:35.779567"], ["updated_at", "2020-11-24 14:51:35.779567"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 15], ["a_decimal", 16.3918117281618], ["a_string", "Dolorem cum id voluptate consequatur."], ["a_date", "2020-12-17"], ["a_time", "2000-01-01 13:27:29.685234"], ["a_datetime", "2021-01-03 12:52:47.807470"], ["created_at", "2020-11-24 14:51:35.782535"], ["updated_at", "2020-11-24 14:51:35.782535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 2], ["a_decimal", 34.377329618072], ["a_string", "Sunt saepe deleniti magni quisquam."], ["a_date", "2020-10-29"], ["a_time", "2000-01-01 07:38:12.451099"], ["a_datetime", "2020-12-13 19:39:44.403866"], ["created_at", "2020-11-24 14:51:35.785048"], ["updated_at", "2020-11-24 14:51:35.785048"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 11], ["a_decimal", 14.2696546205924], ["a_string", "Autem rerum voluptas aut nulla."], ["a_date", "2020-10-13"], ["a_time", "2000-01-01 07:20:21.205404"], ["a_datetime", "2020-12-03 22:52:44.749260"], ["created_at", "2020-11-24 14:51:35.787426"], ["updated_at", "2020-11-24 14:51:35.787426"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 35], ["a_decimal", 26.5130895030429], ["a_string", "Veniam accusamus autem atque id repellat."], ["a_date", "2020-12-23"], ["a_time", "2000-01-01 18:02:40.843100"], ["a_datetime", "2020-11-22 10:28:45.774919"], ["created_at", "2020-11-24 14:51:35.789784"], ["updated_at", "2020-11-24 14:51:35.789784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 8], ["a_decimal", 17.5113938805355], ["a_string", "Dolore sunt cum voluptas ea hic."], ["a_date", "2020-12-16"], ["a_time", "2000-01-01 01:45:01.034620"], ["a_datetime", "2020-11-09 21:32:06.340305"], ["created_at", "2020-11-24 14:51:35.792494"], ["updated_at", "2020-11-24 14:51:35.792494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 0], ["a_decimal", 7.63833010374732], ["a_string", "Excepturi eligendi itaque."], ["a_date", "2020-11-19"], ["a_time", "2000-01-01 20:32:40.058498"], ["a_datetime", "2020-12-19 00:10:30.900136"], ["created_at", "2020-11-24 14:51:35.794954"], ["updated_at", "2020-11-24 14:51:35.794954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 6], ["a_decimal", 6.30543757681918], ["a_string", "Vero dolorum similique vel."], ["a_date", "2020-12-03"], ["a_time", "2000-01-01 08:44:36.941041"], ["a_datetime", "2020-12-30 19:48:24.153522"], ["created_at", "2020-11-24 14:51:35.797317"], ["updated_at", "2020-11-24 14:51:35.797317"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 11], ["a_decimal", 6.42258980386919], ["a_string", "Aut et nihil assumenda."], ["a_date", "2021-01-02"], ["a_time", "2000-01-01 17:30:27.887239"], ["a_datetime", "2020-12-31 21:23:01.048258"], ["created_at", "2020-11-24 14:51:35.799688"], ["updated_at", "2020-11-24 14:51:35.799688"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:51:35.801489"], ["updated_at", "2020-11-24 14:51:35.801489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:51:35.802722"], ["updated_at", "2020-11-24 14:51:35.802722"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:51:35.803956"], ["updated_at", "2020-11-24 14:51:35.803956"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:51:35.805178"], ["updated_at", "2020-11-24 14:51:35.805178"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:51:35.806352"], ["updated_at", "2020-11-24 14:51:35.806352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:51:35.807784"], ["updated_at", "2020-11-24 14:51:35.807784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:51:35.809282"], ["updated_at", "2020-11-24 14:51:35.809282"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:51:35.810499"], ["updated_at", "2020-11-24 14:51:35.810499"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:51:35.811841"], ["updated_at", "2020-11-24 14:51:35.811841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:51:35.813206"], ["updated_at", "2020-11-24 14:51:35.813206"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:51:35.814389"], ["updated_at", "2020-11-24 14:51:35.814389"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:51:35.815619"], ["updated_at", "2020-11-24 14:51:35.815619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:51:35.816802"], ["updated_at", "2020-11-24 14:51:35.816802"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:51:35.818044"], ["updated_at", "2020-11-24 14:51:35.818044"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:51:35.819253"], ["updated_at", "2020-11-24 14:51:35.819253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:51:35.820480"], ["updated_at", "2020-11-24 14:51:35.820480"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:35.868654"], ["updated_at", "2020-11-24 14:51:35.868654"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:35.869503"], ["updated_at", "2020-11-24 14:51:35.869503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:35.870204"], ["updated_at", "2020-11-24 14:51:35.870204"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:35.870823"], ["updated_at", "2020-11-24 14:51:35.870823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:35.871544"], ["updated_at", "2020-11-24 14:51:35.871544"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:35.872185"], ["updated_at", "2020-11-24 14:51:35.872185"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:35.872783"], ["updated_at", "2020-11-24 14:51:35.872783"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:35.873517"], ["updated_at", "2020-11-24 14:51:35.873517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:51:35.874295"], ["updated_at", "2020-11-24 14:51:35.874295"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:51:35.875035"], ["updated_at", "2020-11-24 14:51:35.875035"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:51:35.875725"], ["updated_at", "2020-11-24 14:51:35.875725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:51:35.876370"], ["updated_at", "2020-11-24 14:51:35.876370"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:51:35.877054"], ["updated_at", "2020-11-24 14:51:35.877054"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:51:35.877732"], ["updated_at", "2020-11-24 14:51:35.877732"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:51:35.878359"], ["updated_at", "2020-11-24 14:51:35.878359"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:51:35.879085"], ["updated_at", "2020-11-24 14:51:35.879085"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 14:51:35.880411"], ["updated_at", "2020-11-24 14:51:35.880411"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 14:51:35.881776"], ["updated_at", "2020-11-24 14:51:35.881776"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 14:51:35.883004"], ["updated_at", "2020-11-24 14:51:35.883004"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 14:51:35.884253"], ["updated_at", "2020-11-24 14:51:35.884253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 14:51:35.885550"], ["updated_at", "2020-11-24 14:51:35.885550"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 14:51:35.886811"], ["updated_at", "2020-11-24 14:51:35.886811"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 14:51:35.888042"], ["updated_at", "2020-11-24 14:51:35.888042"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 14:51:35.889220"], ["updated_at", "2020-11-24 14:51:35.889220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 15], ["a_decimal", 1.41697833993569], ["a_string", "Dolor quam voluptatem omnis et quod."], ["a_date", "2020-12-30"], ["a_time", "2000-01-01 13:40:50.926578"], ["a_datetime", "2020-12-31 00:50:12.624666"], ["created_at", "2020-11-24 14:51:35.934216"], ["updated_at", "2020-11-24 14:51:35.934216"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 7], ["a_decimal", 0.781104579493655], ["a_string", "Doloremque est ipsam."], ["a_date", "2020-12-10"], ["a_time", "2000-01-01 06:27:35.011820"], ["a_datetime", "2020-11-29 13:54:25.754979"], ["created_at", "2020-11-24 14:51:35.938084"], ["updated_at", "2020-11-24 14:51:35.938084"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 14], ["a_decimal", 8.99524163832566], ["a_string", "Sint et est facilis."], ["a_date", "2020-12-18"], ["a_time", "2000-01-01 11:34:08.451234"], ["a_datetime", "2020-10-16 19:05:56.023726"], ["created_at", "2020-11-24 14:51:35.941067"], ["updated_at", "2020-11-24 14:51:35.941067"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 12], ["a_decimal", 30.9169384460978], ["a_string", "Et tempora sit consequatur tempore est."], ["a_date", "2020-10-21"], ["a_time", "2000-01-01 17:15:26.883986"], ["a_datetime", "2020-11-02 16:24:08.101789"], ["created_at", "2020-11-24 14:51:35.945713"], ["updated_at", "2020-11-24 14:51:35.945713"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 2], ["a_decimal", 6.78475186729614], ["a_string", "Voluptatem similique perferendis ipsa."], ["a_date", "2020-11-21"], ["a_time", "2000-01-01 01:15:05.166822"], ["a_datetime", "2020-12-01 16:19:24.848715"], ["created_at", "2020-11-24 14:51:35.949831"], ["updated_at", "2020-11-24 14:51:35.949831"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 5], ["a_decimal", 16.1526746188632], ["a_string", "Voluptas vero architecto."], ["a_date", "2020-12-06"], ["a_time", "2000-01-01 17:15:20.577759"], ["a_datetime", "2020-10-26 03:48:24.070448"], ["created_at", "2020-11-24 14:51:35.953145"], ["updated_at", "2020-11-24 14:51:35.953145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:35.956279"], ["updated_at", "2020-11-24 14:51:35.956279"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:36.000875"], ["updated_at", "2020-11-24 14:51:36.000875"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:36.002420"], ["updated_at", "2020-11-24 14:51:36.002420"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:36.003594"], ["updated_at", "2020-11-24 14:51:36.003594"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:36.004654"], ["updated_at", "2020-11-24 14:51:36.004654"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:36.005617"], ["updated_at", "2020-11-24 14:51:36.005617"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:36.006538"], ["updated_at", "2020-11-24 14:51:36.006538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:36.007480"], ["updated_at", "2020-11-24 14:51:36.007480"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:36.008433"], ["updated_at", "2020-11-24 14:51:36.008433"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:36.010370"], ["updated_at", "2020-11-24 14:51:36.010370"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:36.012272"], ["updated_at", "2020-11-24 14:51:36.012272"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:36.014612"], ["updated_at", "2020-11-24 14:51:36.014612"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:36.017275"], ["updated_at", "2020-11-24 14:51:36.017275"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:36.019363"], ["updated_at", "2020-11-24 14:51:36.019363"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:36.021167"], ["updated_at", "2020-11-24 14:51:36.021167"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:36.022801"], ["updated_at", "2020-11-24 14:51:36.022801"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:36.024406"], ["updated_at", "2020-11-24 14:51:36.024406"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "897 O'Hara Cliffs, New Zenobiatown, KY 82701-7037"], ["city", "Charlettebury"], ["country", "American Samoa"], ["description", "Ut numquam delectus. Deserunt quia est. Occaecati officiis saepe. Aliquam nihil alias."], ["email", "florance_murazik@example.org"], ["first_name", "Guadalupe"], ["firstname", "Pamala"], ["last_name", "Bogisich"], ["lastname", "Runte"], ["lat", "36.22555466905855"], ["latitute", "26.475925105528262"], ["lng", "-43.091988727881215"], ["locale", "TR"], ["longitude", "-26.932465334269295"], ["middlename", "Moen"], ["middle_name", "Hirthe"], ["password", "P1bOl8AtAoTr546"], ["phone", "711-740-5461"], ["phone_number", "705.259.8231"], ["reference", "b3247c1b-4551-4d4f-a5c1-cd2ecdb8e1c6"], ["title", "Ut ullam magni magnam et."], ["user_name", "lanny"], ["username", "morton_ryan"], ["uuid", "2fc1ddd2-49b0-40f6-9284-2e9be7a0416b"], ["created_at", "2020-11-24 14:51:36.051296"], ["updated_at", "2020-11-24 14:51:36.051296"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 582 96338 Bradtke Land, Gleichnerstad, CA 96018"], ["city", "Hermanville"], ["country", "Argentina"], ["description", "Quibusdam libero sunt. Ea a officia. Doloremque sapiente neque."], ["email", "darnell@example.info"], ["first_name", "Rodney"], ["firstname", "Jerome"], ["last_name", "Nicolas"], ["lastname", "Effertz"], ["lat", "44.22747002959193"], ["latitute", "87.8039845512414"], ["lng", "-76.99521299628994"], ["locale", "JP"], ["longitude", "-160.6089873948618"], ["middlename", "Sipes"], ["middle_name", "Baumbach"], ["password", "YnVh5Q2r7PiI"], ["phone", "(751) 756-0606 x0559"], ["phone_number", "1-590-845-0851 x713"], ["reference", "22515bab-7a54-4633-9444-f8388277f940"], ["title", "Consequatur sint nesciunt error consequuntur."], ["user_name", "twanna"], ["username", "susie.heathcote"], ["uuid", "2a9e92cb-990d-4c0e-822f-980c0e8ecb46"], ["created_at", "2020-11-24 14:51:36.074054"], ["updated_at", "2020-11-24 14:51:36.074054"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "313 Deon Isle, Feestmouth, VA 83304"], ["city", "Legrosbury"], ["country", "Chile"], ["description", "Aliquam praesentium et. Ab quo aut."], ["email", "ivory_hintz@example.io"], ["first_name", "Norbert"], ["firstname", "Winona"], ["last_name", "Bartell"], ["lastname", "Bode"], ["lat", "-13.12063736548032"], ["latitute", "78.26055775088437"], ["lng", "-18.85981777020416"], ["locale", "GT"], ["longitude", "167.99759276726599"], ["middlename", "Ruecker"], ["middle_name", "Goldner"], ["password", "UbJuYnHx95Qe3"], ["phone", "803-850-3484 x08320"], ["phone_number", "933-107-8529 x314"], ["reference", "9f07065c-8e3b-4dbd-ac4a-fa428f228f75"], ["title", "Consequatur fugiat et rerum laudantium rerum."], ["user_name", "sharilyn_wyman"], ["username", "angelo_rolfson"], ["uuid", "52332c81-6e34-4d0d-bc3f-5273842c07dd"], ["created_at", "2020-11-24 14:51:36.095669"], ["updated_at", "2020-11-24 14:51:36.095669"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "875 Arletta Plaza, New Porfirio, MT 91092-6703"], ["city", "South Jerome"], ["country", "Reunion"], ["description", "Ab odit incidunt. Modi fugit molestias."], ["email", "travis_armstrong@example.net"], ["first_name", "Melanie"], ["firstname", "Jolie"], ["last_name", "Muller"], ["lastname", "Wilkinson"], ["lat", "-47.56418048723335"], ["latitute", "13.29013442344609"], ["lng", "82.5251609517889"], ["locale", "CA"], ["longitude", "124.12156513184561"], ["middlename", "Johnston"], ["middle_name", "Fadel"], ["password", "Q9jC5k2BgG"], ["phone", "901-149-0267 x3749"], ["phone_number", "1-441-026-4329"], ["reference", "45b740d2-8846-4664-a070-da2d4aebc982"], ["title", "Ea ab explicabo qui voluptate."], ["user_name", "sherie"], ["username", "vern"], ["uuid", "cbe0a4ad-ffca-483f-9629-1ca11f46ddd3"], ["created_at", "2020-11-24 14:51:36.117375"], ["updated_at", "2020-11-24 14:51:36.117375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 872 20933 Johnston Gateway, Lake Sukmouth, WI 23555"], ["city", "New Donnyshire"], ["country", "Lao People's Democratic Republic"], ["description", "A voluptas non. Amet reiciendis nisi. Eos rerum sint."], ["email", "carla.ebert@example.io"], ["first_name", "Nicolasa"], ["firstname", "Shandi"], ["last_name", "McDermott"], ["lastname", "Windler"], ["lat", "-0.007697501822562458"], ["latitute", "65.38698321313484"], ["lng", "7.458613358241848"], ["locale", "MX"], ["longitude", "-129.24170431918577"], ["middlename", "Armstrong"], ["middle_name", "Effertz"], ["password", "1JtU6tRcMu92"], ["phone", "1-209-548-2532 x51088"], ["phone_number", "(885) 499-7815 x16882"], ["reference", "b160a39d-31c0-4ed2-a45c-9c9efa22b520"], ["title", "Dolores qui sequi quaerat."], ["user_name", "maud.mertz"], ["username", "von.beatty"], ["uuid", "4c7abbab-6603-4d7f-9a2f-a2612e68864d"], ["created_at", "2020-11-24 14:51:36.139307"], ["updated_at", "2020-11-24 14:51:36.139307"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "336 Barney Trafficway, North Agustinport, TX 15063-1194"], ["city", "Luzbury"], ["country", "United States Minor Outlying Islands"], ["description", "Qui qui corporis. Qui cupiditate consequatur. Hic ad quos. Velit dolor excepturi. Aliquam eum voluptatem."], ["email", "lavette_kutch@example.com"], ["first_name", "Birgit"], ["firstname", "Nina"], ["last_name", "Kunze"], ["lastname", "Graham"], ["lat", "14.75072675414873"], ["latitute", "-9.380917975914727"], ["lng", "73.45267685836711"], ["locale", "BF"], ["longitude", "-108.54363119899901"], ["middlename", "Connelly"], ["middle_name", "Ledner"], ["password", "DhPtNaRfEj87"], ["phone", "280-315-6190"], ["phone_number", "(894) 407-7602 x30106"], ["reference", "24e68a62-3375-4d3e-90f6-26b4ded2073d"], ["title", "Qui at doloremque."], ["user_name", "gerry.kreiger"], ["username", "genoveva.white"], ["uuid", "56053ba1-4e68-49e9-859b-f4b4227c7d37"], ["created_at", "2020-11-24 14:51:36.161536"], ["updated_at", "2020-11-24 14:51:36.161536"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "27448 Greta Freeway, North Michalstad, AR 02374"], ["city", "New Davina"], ["country", "Peru"], ["description", "Quia atque totam. Nesciunt laboriosam aspernatur."], ["email", "hope@example.co"], ["first_name", "Mark"], ["firstname", "Chasidy"], ["last_name", "Lueilwitz"], ["lastname", "Bradtke"], ["lat", "-44.33685168980383"], ["latitute", "-38.39034253287057"], ["lng", "-45.372459468867305"], ["locale", "BV"], ["longitude", "-105.53598086005779"], ["middlename", "Weber"], ["middle_name", "Haag"], ["password", "Fp2A1t8T1jW"], ["phone", "366-214-6354 x209"], ["phone_number", "(950) 851-3761 x3594"], ["reference", "67fcbb0d-f90e-4f16-a3ad-4175b4d0c7e2"], ["title", "Fugiat unde veniam."], ["user_name", "rudolph_schowalter"], ["username", "judson.bernhard"], ["uuid", "f2130042-8b16-49b1-82d9-ad17c52b493c"], ["created_at", "2020-11-24 14:51:36.192720"], ["updated_at", "2020-11-24 14:51:36.192720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3816 McLaughlin Villages, East Keshia, MT 41942-4932"], ["city", "Piedadmouth"], ["country", "Holy See (Vatican City State)"], ["description", "Rem non omnis. Dolorum illum nisi."], ["email", "magen_konopelski@example.biz"], ["first_name", "Charlie"], ["firstname", "Noe"], ["last_name", "Harber"], ["lastname", "Balistreri"], ["lat", "77.49471345408662"], ["latitute", "31.493666635966036"], ["lng", "-25.224715706335502"], ["locale", "BA"], ["longitude", "-122.87658395203371"], ["middlename", "Parisian"], ["middle_name", "Johnston"], ["password", "6TxTg01QdVxR"], ["phone", "189.385.1888 x43925"], ["phone_number", "1-863-777-9062"], ["reference", "b0cf8e1f-420a-4a48-91db-aea5e03c2ddf"], ["title", "Nostrum et itaque voluptatum."], ["user_name", "zachary_leuschke"], ["username", "chante_hoeger"], ["uuid", "d3d55a3f-856a-4b65-a5dd-26f58e3d09f9"], ["created_at", "2020-11-24 14:51:36.214742"], ["updated_at", "2020-11-24 14:51:36.214742"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 11], ["a_decimal", 1.42697574736158], ["a_string", "Sit consequuntur tempore voluptas quod."], ["a_date", "2020-10-15"], ["a_time", "2000-01-01 07:29:59.199587"], ["a_datetime", "2020-12-21 23:30:03.661338"], ["created_at", "2020-11-24 14:51:36.217456"], ["updated_at", "2020-11-24 14:51:36.217456"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 11], ["a_decimal", 3.62396005085809], ["a_string", "Et harum eum."], ["a_date", "2020-11-25"], ["a_time", "2000-01-01 06:15:13.378845"], ["a_datetime", "2020-12-18 15:56:44.609427"], ["created_at", "2020-11-24 14:51:36.219769"], ["updated_at", "2020-11-24 14:51:36.219769"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1], ["a_decimal", 3.33207369892676], ["a_string", "Blanditiis rem numquam magni voluptate sunt."], ["a_date", "2020-11-05"], ["a_time", "2000-01-01 00:49:46.088280"], ["a_datetime", "2020-11-26 17:46:37.056042"], ["created_at", "2020-11-24 14:51:36.222011"], ["updated_at", "2020-11-24 14:51:36.222011"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 0], ["a_decimal", 2.19473416401822], ["a_string", "Laboriosam quidem aut minus."], ["a_date", "2020-12-21"], ["a_time", "2000-01-01 06:20:39.481066"], ["a_datetime", "2021-01-02 19:12:23.201247"], ["created_at", "2020-11-24 14:51:36.224295"], ["updated_at", "2020-11-24 14:51:36.224295"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 12], ["a_decimal", 20.2800218479895], ["a_string", "Qui qui modi voluptatem iste provident."], ["a_date", "2020-11-26"], ["a_time", "2000-01-01 20:15:50.489296"], ["a_datetime", "2020-11-18 17:33:58.261614"], ["created_at", "2020-11-24 14:51:36.226549"], ["updated_at", "2020-11-24 14:51:36.226549"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 9], ["a_decimal", 30.9089997214798], ["a_string", "Aut omnis ex repellendus assumenda aut."], ["a_date", "2020-12-07"], ["a_time", "2000-01-01 04:54:28.605886"], ["a_datetime", "2020-10-18 18:03:25.721578"], ["created_at", "2020-11-24 14:51:36.228764"], ["updated_at", "2020-11-24 14:51:36.228764"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 5], ["a_decimal", 5.14276920794115], ["a_string", "Consequuntur cum omnis facere."], ["a_date", "2020-10-18"], ["a_time", "2000-01-01 11:15:46.117037"], ["a_datetime", "2020-11-13 17:04:09.777688"], ["created_at", "2020-11-24 14:51:36.230954"], ["updated_at", "2020-11-24 14:51:36.230954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 15], ["a_decimal", 8.15779034123722], ["a_string", "Ut molestias sunt aut suscipit."], ["a_date", "2020-12-05"], ["a_time", "2000-01-01 16:35:35.656088"], ["a_datetime", "2020-11-26 09:55:49.533032"], ["created_at", "2020-11-24 14:51:36.233217"], ["updated_at", "2020-11-24 14:51:36.233217"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:51:36.234856"], ["updated_at", "2020-11-24 14:51:36.234856"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:51:36.236075"], ["updated_at", "2020-11-24 14:51:36.236075"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:51:36.237219"], ["updated_at", "2020-11-24 14:51:36.237219"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:51:36.238374"], ["updated_at", "2020-11-24 14:51:36.238374"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:51:36.239503"], ["updated_at", "2020-11-24 14:51:36.239503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:51:36.240631"], ["updated_at", "2020-11-24 14:51:36.240631"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:51:36.241750"], ["updated_at", "2020-11-24 14:51:36.241750"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:51:36.242858"], ["updated_at", "2020-11-24 14:51:36.242858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:51:36.244073"], ["updated_at", "2020-11-24 14:51:36.244073"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:51:36.245259"], ["updated_at", "2020-11-24 14:51:36.245259"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:51:36.246401"], ["updated_at", "2020-11-24 14:51:36.246401"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:51:36.247525"], ["updated_at", "2020-11-24 14:51:36.247525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:51:36.248655"], ["updated_at", "2020-11-24 14:51:36.248655"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:51:36.249771"], ["updated_at", "2020-11-24 14:51:36.249771"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:51:36.250895"], ["updated_at", "2020-11-24 14:51:36.250895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:51:36.252033"], ["updated_at", "2020-11-24 14:51:36.252033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:36.295014"], ["updated_at", "2020-11-24 14:51:36.295014"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:36.295840"], ["updated_at", "2020-11-24 14:51:36.295840"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:36.296533"], ["updated_at", "2020-11-24 14:51:36.296533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:36.297181"], ["updated_at", "2020-11-24 14:51:36.297181"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:36.297823"], ["updated_at", "2020-11-24 14:51:36.297823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:36.298463"], ["updated_at", "2020-11-24 14:51:36.298463"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:36.299102"], ["updated_at", "2020-11-24 14:51:36.299102"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:51:36.299739"], ["updated_at", "2020-11-24 14:51:36.299739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:51:36.300436"], ["updated_at", "2020-11-24 14:51:36.300436"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:51:36.301133"], ["updated_at", "2020-11-24 14:51:36.301133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:51:36.301795"], ["updated_at", "2020-11-24 14:51:36.301795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:51:36.302447"], ["updated_at", "2020-11-24 14:51:36.302447"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:51:36.303126"], ["updated_at", "2020-11-24 14:51:36.303126"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:51:36.303786"], ["updated_at", "2020-11-24 14:51:36.303786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:51:36.304458"], ["updated_at", "2020-11-24 14:51:36.304458"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:51:36.305127"], ["updated_at", "2020-11-24 14:51:36.305127"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 14:51:36.306531"], ["updated_at", "2020-11-24 14:51:36.306531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 14:51:36.307830"], ["updated_at", "2020-11-24 14:51:36.307830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 14:51:36.309003"], ["updated_at", "2020-11-24 14:51:36.309003"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 14:51:36.310180"], ["updated_at", "2020-11-24 14:51:36.310180"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 14:51:36.311323"], ["updated_at", "2020-11-24 14:51:36.311323"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 14:51:36.312504"], ["updated_at", "2020-11-24 14:51:36.312504"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 14:51:36.313652"], ["updated_at", "2020-11-24 14:51:36.313652"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 14:51:36.314775"], ["updated_at", "2020-11-24 14:51:36.314775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (13.1ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.7ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (2.0ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.9ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "44241 In Prairie, Kendallview, NY 93607"], ["city", "East Delsie"], ["country", "New Zealand"], ["description", "Iusto sint aliquam. Nostrum amet beatae. Eos qui non. Quaerat inventore veniam. Rem et dolores."], ["email", "janey.leannon@example.io"], ["first_name", "Yuonne"], ["firstname", "Jules"], ["last_name", "Bednar"], ["lastname", "Nader"], ["lat", "-64.93922432206008"], ["latitute", "89.81351840573734"], ["lng", "-64.52867062048378"], ["locale", "IN"], ["longitude", "-31.139364279415474"], ["middlename", "Hessel"], ["middle_name", "Nader"], ["password", "Iz1RcPrItK0jWcVl"], ["phone", "818.475.9106 x959"], ["phone_number", "(729) 214-5941"], ["reference", "73fbb732-1678-44e3-b113-3403dd460a17"], ["title", "Et ea non temporibus."], ["user_name", "anamaria"], ["username", "leeanna"], ["uuid", "660dde84-6889-43aa-a435-5f788d78c01e"], ["created_at", "2020-11-24 14:52:17.393977"], ["updated_at", "2020-11-24 14:52:17.393977"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 774 6823 Kanesha Place, South Carry, MD 06470"], ["city", "Bednarberg"], ["country", "Tanzania"], ["description", "Enim aut sit. Blanditiis aut cum. Asperiores sed quaerat. Veniam magni quae."], ["email", "kalyn@example.info"], ["first_name", "Alden"], ["firstname", "Nick"], ["last_name", "Sawayn"], ["lastname", "Bernhard"], ["lat", "-34.965063025915114"], ["latitute", "21.212613089969068"], ["lng", "83.02717562774359"], ["locale", "TL"], ["longitude", "-128.96445398719206"], ["middlename", "Gutkowski"], ["middle_name", "Casper"], ["password", "McQqKh0LtHeT5v"], ["phone", "1-955-732-5190 x5332"], ["phone_number", "(227) 184-3571"], ["reference", "f48ea41b-1028-47ea-81a2-2e420753503d"], ["title", "Velit praesentium ipsam."], ["user_name", "eugenie"], ["username", "johanna"], ["uuid", "470b3555-c3f2-45fd-b0a8-f2973c93ba29"], ["created_at", "2020-11-24 14:52:17.417191"], ["updated_at", "2020-11-24 14:52:17.417191"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4910 Rob Lake, East Lucillashire, ID 88231"], ["city", "North Jordanland"], ["country", "Kyrgyz Republic"], ["description", "Voluptatem assumenda veritatis. Maxime qui ipsam. Quae assumenda quo."], ["email", "luciano.howe@example.biz"], ["first_name", "Danika"], ["firstname", "Archie"], ["last_name", "Wiegand"], ["lastname", "Welch"], ["lat", "-51.85611581170428"], ["latitute", "22.02579318173811"], ["lng", "-83.27841052501799"], ["locale", "BV"], ["longitude", "30.3093087951014"], ["middlename", "Cole"], ["middle_name", "Bradtke"], ["password", "A3nRqLdEfCx3F2eT"], ["phone", "1-694-009-6188 x7121"], ["phone_number", "(929) 655-6016"], ["reference", "b94c1c54-90b5-4d58-847b-1df993369853"], ["title", "Reiciendis quia hic qui."], ["user_name", "camille"], ["username", "sandra_braun"], ["uuid", "22a24722-5a1f-4c56-be8e-6fa96db7e6ae"], ["created_at", "2020-11-24 14:52:17.439224"], ["updated_at", "2020-11-24 14:52:17.439224"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "530 Maryland Forks, North Willette, MO 66173"], ["city", "Oswaldoville"], ["country", "Togo"], ["description", "Sunt sint placeat. Et velit omnis. Quis harum sed. Maxime corporis velit. Optio in aut."], ["email", "marquerite@example.biz"], ["first_name", "Geraldine"], ["firstname", "Armanda"], ["last_name", "Corwin"], ["lastname", "Braun"], ["lat", "-18.909165848233926"], ["latitute", "22.83183940953181"], ["lng", "-162.394357033226"], ["locale", "TG"], ["longitude", "-176.43276696472074"], ["middlename", "Nicolas"], ["middle_name", "Harris"], ["password", "LcA29o1YiFpQk50"], ["phone", "1-907-240-3766 x0191"], ["phone_number", "341.664.2726 x04247"], ["reference", "bb60f105-a03d-46ed-ac20-256cfb5aab4e"], ["title", "Qui at quam ducimus reiciendis."], ["user_name", "yun"], ["username", "demetrius"], ["uuid", "b5e123da-1a00-4a7b-9950-de13b6233b85"], ["created_at", "2020-11-24 14:52:17.461136"], ["updated_at", "2020-11-24 14:52:17.461136"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 961 95977 Jacinta Junction, Randeeton, RI 47746-1467"], ["city", "Theoburgh"], ["country", "Andorra"], ["description", "Impedit tenetur voluptatum. Doloribus placeat accusantium. Doloremque et tempore. Autem autem minima. Repellat nesciunt magni."], ["email", "yasmin_berge@example.name"], ["first_name", "Jan"], ["firstname", "Jonas"], ["last_name", "Durgan"], ["lastname", "Little"], ["lat", "-76.80784620048237"], ["latitute", "-72.56023323525868"], ["lng", "11.702722367543942"], ["locale", "GH"], ["longitude", "23.6222709434837"], ["middlename", "Turcotte"], ["middle_name", "Stroman"], ["password", "LvOaMnUk64"], ["phone", "1-591-501-6765 x098"], ["phone_number", "465.619.8582"], ["reference", "7c96cca4-54bf-44b9-a362-b77583511801"], ["title", "Quas eum maiores ut."], ["user_name", "malissa"], ["username", "victor.grady"], ["uuid", "7d718196-adef-4c30-817a-e73192c023fd"], ["created_at", "2020-11-24 14:52:17.483013"], ["updated_at", "2020-11-24 14:52:17.483013"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 881 1537 Laurence Corners, Shilohtown, NJ 47251-1073"], ["city", "Laneton"], ["country", "Benin"], ["description", "Velit in dolorem. Accusamus quasi aperiam. Eaque tempora consectetur. Harum aliquid quae."], ["email", "hillary@example.info"], ["first_name", "Sebastian"], ["firstname", "Sheila"], ["last_name", "Jerde"], ["lastname", "Franecki"], ["lat", "8.829138037038987"], ["latitute", "86.69554759447436"], ["lng", "109.70880604984143"], ["locale", "UY"], ["longitude", "-6.493442620676291"], ["middlename", "Halvorson"], ["middle_name", "Spencer"], ["password", "LsEn1JtZgBa3O"], ["phone", "1-578-451-5650 x431"], ["phone_number", "(948) 272-8795"], ["reference", "d9f039e7-7c4a-451c-a942-67d63ba2a764"], ["title", "Nam autem cupiditate sed."], ["user_name", "lola.fahey"], ["username", "renna"], ["uuid", "13d72e47-0cd2-4cf4-bb82-603235a6c838"], ["created_at", "2020-11-24 14:52:17.504968"], ["updated_at", "2020-11-24 14:52:17.504968"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "328 Ziemann Union, Grimesview, MS 84408-7614"], ["city", "Dooleyberg"], ["country", "Fiji"], ["description", "Aut blanditiis quo. Quos omnis numquam. Ipsam totam maxime. Recusandae tenetur ex. Optio temporibus amet."], ["email", "fletcher_vonrueden@example.com"], ["first_name", "Elvera"], ["firstname", "Wilmer"], ["last_name", "Harris"], ["lastname", "Pollich"], ["lat", "52.39412916413377"], ["latitute", "-76.6845009448189"], ["lng", "-133.66308307516505"], ["locale", "MZ"], ["longitude", "-82.8504322953329"], ["middlename", "Jerde"], ["middle_name", "Hermiston"], ["password", "B9wUcEwE6rU53"], ["phone", "(595) 432-1771 x46206"], ["phone_number", "1-514-694-5808 x2924"], ["reference", "2a9a9813-a60c-4e10-bbb8-6c1cb93d9dc5"], ["title", "Ut vero labore eos optio."], ["user_name", "kasha"], ["username", "edwardo.nikolaus"], ["uuid", "3475783a-dbac-49dd-b0ee-260cc7c0969f"], ["created_at", "2020-11-24 14:52:17.534253"], ["updated_at", "2020-11-24 14:52:17.534253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 227 2050 Devora Trail, Port Julianna, TX 15025-4548"], ["city", "Jerdefort"], ["country", "Central African Republic"], ["description", "Nobis et sequi. Laborum pariatur error. Ad illo unde. Et quis quam."], ["email", "leandro@example.com"], ["first_name", "Brain"], ["firstname", "Lorenzo"], ["last_name", "Beatty"], ["lastname", "Considine"], ["lat", "-53.60528247441436"], ["latitute", "-53.60951594673344"], ["lng", "-140.86774345476405"], ["locale", "CY"], ["longitude", "-139.61841495743636"], ["middlename", "Williamson"], ["middle_name", "Friesen"], ["password", "3EuVrTrIuNkYgL"], ["phone", "1-292-731-1246 x96760"], ["phone_number", "(742) 967-2121"], ["reference", "020c3cf2-55db-40a9-91e8-fc2a16c7fc0e"], ["title", "Cum commodi sit."], ["user_name", "alonzo"], ["username", "merlin"], ["uuid", "d4c24d96-f9ec-4810-8ec2-97c4f55a057f"], ["created_at", "2020-11-24 14:52:17.556952"], ["updated_at", "2020-11-24 14:52:17.556952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "428 Kiera Forge, Odellhaven, MS 92460"], ["city", "New Gastonside"], ["country", "Tunisia"], ["description", "Quia omnis similique. Voluptatum dolorem magni. Ab quia eveniet. Assumenda quam et. Voluptas quia voluptatem."], ["email", "elease@example.com"], ["first_name", "Paige"], ["firstname", "Mitch"], ["last_name", "Dietrich"], ["lastname", "Ledner"], ["lat", "-87.8746958871627"], ["latitute", "-33.01549220154165"], ["lng", "-97.0915849369215"], ["locale", "CH"], ["longitude", "-67.83919071456093"], ["middlename", "Baumbach"], ["middle_name", "Nikolaus"], ["password", "CqSaSdEyJuO8zLf"], ["phone", "(789) 025-2413 x6716"], ["phone_number", "741.884.1855"], ["reference", "f0ba15a2-53bf-40f3-836f-cef8dc2106a3"], ["title", "Nulla est cum adipisci est voluptatem."], ["user_name", "marvin"], ["username", "rey_green"], ["uuid", "f16780c9-6658-4dc3-a17a-7e563f4a9736"], ["created_at", "2020-11-24 14:52:17.579096"], ["updated_at", "2020-11-24 14:52:17.579096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "58841 Avery Streets, Johnnieton, WV 06077-4089"], ["city", "Shavonnetown"], ["country", "Haiti"], ["description", "Officia corporis amet. Vel enim animi. Architecto doloremque sed. Voluptatibus voluptatum voluptatem."], ["email", "sophia_dietrich@example.biz"], ["first_name", "Susie"], ["firstname", "Christian"], ["last_name", "Williamson"], ["lastname", "Grant"], ["lat", "18.704000395790985"], ["latitute", "40.488302932469"], ["lng", "-175.22381313213947"], ["locale", "IO"], ["longitude", "49.34331793691959"], ["middlename", "Christiansen"], ["middle_name", "Berge"], ["password", "3LyOnW2r2E1b9"], ["phone", "397-195-4190 x03748"], ["phone_number", "126.048.0332 x1998"], ["reference", "678362ab-490b-4ff3-ae75-ca291e0cd53c"], ["title", "Quis reprehenderit eum quisquam."], ["user_name", "len"], ["username", "britteny_stracke"], ["uuid", "c5115ef0-9832-45ca-b135-6f566c02059b"], ["created_at", "2020-11-24 14:52:17.600956"], ["updated_at", "2020-11-24 14:52:17.600956"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.1ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:17.628544"], ["updated_at", "2020-11-24 14:52:17.628544"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:17.636069"], ["updated_at", "2020-11-24 14:52:17.636069"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7253 Reginald Tunnel, West Eltonmouth, TX 08664-7066"], ["city", "Port Soofurt"], ["country", "Bulgaria"], ["description", "Dolorem non culpa. Corrupti error nemo. Rem quis voluptatibus. Aut voluptas suscipit."], ["email", "fermin@example.co"], ["first_name", "Lewis"], ["firstname", "Deloras"], ["last_name", "Torphy"], ["lastname", "Koelpin"], ["lat", "-57.813863135558876"], ["latitute", "10.719557946179762"], ["lng", "33.19937141940571"], ["locale", "GP"], ["longitude", "136.63517933650536"], ["middlename", "Walsh"], ["middle_name", "Becker"], ["password", "BnGpUx5R"], ["phone", "(200) 121-6819 x8027"], ["phone_number", "119.271.9868 x091"], ["reference", "ea8ab17e-5e3f-434f-bdf4-09ea4d4acea4"], ["title", "Quibusdam nemo molestias vel."], ["user_name", "philip_schoen"], ["username", "karly_becker"], ["uuid", "30d27baa-eae3-4c42-ac57-6ea411cd239a"], ["created_at", "2020-11-24 14:52:17.659849"], ["updated_at", "2020-11-24 14:52:17.659849"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 6], ["a_decimal", 9.13316924789738], ["a_string", "Vitae odio consectetur illum amet."], ["a_date", "2020-11-16"], ["a_time", "2000-01-01 21:36:41.705539"], ["a_datetime", "2020-12-24 00:54:47.113604"], ["created_at", "2020-11-24 14:52:17.668387"], ["updated_at", "2020-11-24 14:52:17.668387"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:52:17.672878"], ["updated_at", "2020-11-24 14:52:17.672878"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:52:17.677160"], ["updated_at", "2020-11-24 14:52:17.677160"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:17.689731"], ["updated_at", "2020-11-24 14:52:17.689731"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:17.692656"], ["updated_at", "2020-11-24 14:52:17.692656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 14:52:17.697524"], ["updated_at", "2020-11-24 14:52:17.697524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:17.714172"], ["updated_at", "2020-11-24 14:52:17.714172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:17.715216"], ["updated_at", "2020-11-24 14:52:17.715216"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:17.715933"], ["updated_at", "2020-11-24 14:52:17.715933"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:17.716660"], ["updated_at", "2020-11-24 14:52:17.716660"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:17.717388"], ["updated_at", "2020-11-24 14:52:17.717388"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:17.718101"], ["updated_at", "2020-11-24 14:52:17.718101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:17.718818"], ["updated_at", "2020-11-24 14:52:17.718818"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:17.719535"], ["updated_at", "2020-11-24 14:52:17.719535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:17.721061"], ["updated_at", "2020-11-24 14:52:17.721061"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:17.722658"], ["updated_at", "2020-11-24 14:52:17.722658"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:17.724097"], ["updated_at", "2020-11-24 14:52:17.724097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:17.725496"], ["updated_at", "2020-11-24 14:52:17.725496"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:17.726909"], ["updated_at", "2020-11-24 14:52:17.726909"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:17.728404"], ["updated_at", "2020-11-24 14:52:17.728404"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:17.730708"], ["updated_at", "2020-11-24 14:52:17.730708"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:17.732521"], ["updated_at", "2020-11-24 14:52:17.732521"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 938 3397 Erdman Divide, Rodriguezfurt, MD 63429-9202"], ["city", "Moenfort"], ["country", "Holy See (Vatican City State)"], ["description", "Ipsam et dolores. Provident tenetur sed. Error qui deserunt. Atque inventore voluptatum. Nam aliquid error."], ["email", "eilene_kris@example.info"], ["first_name", "Jesse"], ["firstname", "Forest"], ["last_name", "Kerluke"], ["lastname", "Trantow"], ["lat", "-84.61617683401786"], ["latitute", "53.35376821756307"], ["lng", "179.1905064507589"], ["locale", "LC"], ["longitude", "5.4691939257851345"], ["middlename", "Jast"], ["middle_name", "Heidenreich"], ["password", "EdMlDtMa3MdB"], ["phone", "(827) 608-6244 x059"], ["phone_number", "942-062-8371 x87718"], ["reference", "4018938a-c82b-49e9-801a-edc6f565d8f9"], ["title", "Consequuntur earum eius excepturi."], ["user_name", "ed"], ["username", "noel.huel"], ["uuid", "cf4dfc1d-1590-440c-bf43-47ebfc921be5"], ["created_at", "2020-11-24 14:52:17.771378"], ["updated_at", "2020-11-24 14:52:17.771378"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 507 4921 Yundt Haven, Fayfort, NM 74185"], ["city", "Toshikoborough"], ["country", "Eritrea"], ["description", "Consequuntur voluptate est. Velit et laborum. Quibusdam ut qui. Sequi repudiandae pariatur. Qui perferendis molestiae."], ["email", "jean_wolff@example.org"], ["first_name", "Marcel"], ["firstname", "Stephan"], ["last_name", "Schaden"], ["lastname", "Smitham"], ["lat", "6.003616731781008"], ["latitute", "-58.94547766828809"], ["lng", "179.01952881671957"], ["locale", "LK"], ["longitude", "26.281424810369344"], ["middlename", "Pfeffer"], ["middle_name", "Stoltenberg"], ["password", "GxX59wYnNfW2lZnV"], ["phone", "775.877.9276 x8141"], ["phone_number", "1-909-285-9100 x944"], ["reference", "e98ca740-9496-4347-a973-e75256f57c5b"], ["title", "Enim id nesciunt vero."], ["user_name", "jamison"], ["username", "bruno.cremin"], ["uuid", "dc89868e-aedb-4fb5-9010-31a270d44a3e"], ["created_at", "2020-11-24 14:52:17.796097"], ["updated_at", "2020-11-24 14:52:17.796097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 126 84811 Synthia Drives, South Man, NJ 86589"], ["city", "North Darrel"], ["country", "Seychelles"], ["description", "Similique consectetur sint. Dolore molestiae qui. Voluptatem minima adipisci. Saepe hic quasi."], ["email", "angle_towne@example.net"], ["first_name", "Serita"], ["firstname", "Marylin"], ["last_name", "Nienow"], ["lastname", "Schmitt"], ["lat", "68.98147956675055"], ["latitute", "43.297258535562804"], ["lng", "43.656042190948"], ["locale", "US"], ["longitude", "63.0182430204579"], ["middlename", "Torp"], ["middle_name", "Blick"], ["password", "TpMaIeWu3"], ["phone", "(607) 165-9108"], ["phone_number", "501.498.9564"], ["reference", "b230a897-96c8-4375-a058-9fcba26a9318"], ["title", "Sint aut id iste recusandae."], ["user_name", "joaquin_krajcik"], ["username", "jeffry"], ["uuid", "8eb2c791-b1ba-4f0c-adab-df3f6a49a205"], ["created_at", "2020-11-24 14:52:17.818169"], ["updated_at", "2020-11-24 14:52:17.818169"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 104 55823 Wunsch Row, South Gary, CO 36424"], ["city", "Goyetteside"], ["country", "Latvia"], ["description", "Recusandae quidem consequatur. Animi non minus. Non voluptatem et."], ["email", "rocco.reichel@example.biz"], ["first_name", "Joan"], ["firstname", "Jarred"], ["last_name", "Johnston"], ["lastname", "Davis"], ["lat", "34.02034306794698"], ["latitute", "-7.684596517543326"], ["lng", "89.90465144097692"], ["locale", "GU"], ["longitude", "138.98561711677894"], ["middlename", "Kshlerin"], ["middle_name", "Huel"], ["password", "TnHuY7hPdI3"], ["phone", "(415) 457-1011"], ["phone_number", "(777) 667-8963 x842"], ["reference", "4670de18-081c-4f3c-812a-264f38a45f4c"], ["title", "Laudantium incidunt et velit aliquid eum."], ["user_name", "corinne.gerlach"], ["username", "deandre.boehm"], ["uuid", "eb3fb736-2faf-49d1-afb3-961deacb6202"], ["created_at", "2020-11-24 14:52:17.840058"], ["updated_at", "2020-11-24 14:52:17.840058"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 574 467 Emery Wall, West Dennaville, MO 48882"], ["city", "Pfannerstillfurt"], ["country", "Somalia"], ["description", "Nesciunt exercitationem enim. Fugiat alias exercitationem. Illo deserunt reiciendis. Adipisci magnam sint. Fuga vitae qui."], ["email", "tori@example.net"], ["first_name", "Alicia"], ["firstname", "Patrica"], ["last_name", "Cummerata"], ["lastname", "O'Connell"], ["lat", "-79.90165717000176"], ["latitute", "-1.179370055984279"], ["lng", "-88.1869957791671"], ["locale", "AO"], ["longitude", "-23.87899220814856"], ["middlename", "Willms"], ["middle_name", "Hilpert"], ["password", "PoDu0Pl0"], ["phone", "494.919.5781"], ["phone_number", "(627) 050-2567 x445"], ["reference", "1cf329be-2038-45a9-b1ac-80366232fee2"], ["title", "Dolores quia omnis soluta ad."], ["user_name", "carole"], ["username", "forrest"], ["uuid", "4d702a9e-e0f9-4553-987f-2609268fe5a9"], ["created_at", "2020-11-24 14:52:17.861906"], ["updated_at", "2020-11-24 14:52:17.861906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 647 42465 Heaney Neck, Lake Zacharyland, SC 23220"], ["city", "North Terrencefurt"], ["country", "Cameroon"], ["description", "Aut dolor qui. Corporis debitis incidunt. Unde et esse. Cupiditate suscipit veritatis."], ["email", "tyson_vonrueden@example.biz"], ["first_name", "Wilber"], ["firstname", "Kimbra"], ["last_name", "Aufderhar"], ["lastname", "Keebler"], ["lat", "40.919835611954085"], ["latitute", "69.84667953952257"], ["lng", "113.57433181729044"], ["locale", "TW"], ["longitude", "51.402115947398585"], ["middlename", "Reynolds"], ["middle_name", "Harris"], ["password", "O1xLoHdHzPtVgT4"], ["phone", "636.008.8283 x061"], ["phone_number", "979-361-0507"], ["reference", "ff213177-0976-4c2f-bfd2-14549d5cdf04"], ["title", "Et officiis sit excepturi molestiae nisi."], ["user_name", "brittanie"], ["username", "enoch"], ["uuid", "b366051b-6b62-45d9-aa2c-ebd32d0eb902"], ["created_at", "2020-11-24 14:52:17.883603"], ["updated_at", "2020-11-24 14:52:17.883603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "90047 Carroll Shore, Cathernton, MA 21221-8640"], ["city", "North Doreathaside"], ["country", "Dominican Republic"], ["description", "Ut laborum ut. Rerum ab dolorum. Mollitia harum dolores. Vero et velit."], ["email", "gus_von@example.net"], ["first_name", "Annita"], ["firstname", "Guy"], ["last_name", "Carroll"], ["lastname", "Padberg"], ["lat", "-26.780108620640945"], ["latitute", "79.69919889365218"], ["lng", "157.24130636684833"], ["locale", "MA"], ["longitude", "100.0139157483141"], ["middlename", "Pacocha"], ["middle_name", "Torphy"], ["password", "HhYj9MlXs5MlHqO7"], ["phone", "181.891.3082 x38635"], ["phone_number", "461.034.4251 x0533"], ["reference", "be147b00-87f2-4e6c-92cf-1229ce41542c"], ["title", "Delectus officia et eum recusandae animi."], ["user_name", "dot"], ["username", "kory.padberg"], ["uuid", "9839d9d0-844d-4183-872c-2345b810d180"], ["created_at", "2020-11-24 14:52:17.914377"], ["updated_at", "2020-11-24 14:52:17.914377"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 169 52698 Kling Dale, Port Lukehaven, MD 84724-6975"], ["city", "Lake Raymundo"], ["country", "Ethiopia"], ["description", "Aut incidunt tempore. Veniam et consequatur. Qui odit ut. Inventore odio accusantium. Voluptas quia iure."], ["email", "willia_buckridge@example.io"], ["first_name", "Edwin"], ["firstname", "Francesca"], ["last_name", "Hauck"], ["lastname", "Bartoletti"], ["lat", "-75.00887038747614"], ["latitute", "-36.397807755444546"], ["lng", "2.533964525326013"], ["locale", "CC"], ["longitude", "-5.985790918698257"], ["middlename", "Bailey"], ["middle_name", "Kunze"], ["password", "MyNpWzNx37O1hB"], ["phone", "(234) 088-8261 x98562"], ["phone_number", "618.912.8061 x3504"], ["reference", "f6142da0-bbdf-465d-9356-b1ee0592a425"], ["title", "Soluta ut dolore autem ut sunt."], ["user_name", "shirley"], ["username", "delmy_ratke"], ["uuid", "06fcca81-63b9-438b-a5f2-cbc9a79ac688"], ["created_at", "2020-11-24 14:52:17.938933"], ["updated_at", "2020-11-24 14:52:17.938933"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 15], ["a_decimal", 0.386991475496839], ["a_string", "Eaque facilis ut."], ["a_date", "2020-11-19"], ["a_time", "2000-01-01 03:45:40.323324"], ["a_datetime", "2020-11-20 03:49:01.856025"], ["created_at", "2020-11-24 14:52:17.941720"], ["updated_at", "2020-11-24 14:52:17.941720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 10], ["a_decimal", 4.25334133952152], ["a_string", "Quam libero fugit atque voluptatem."], ["a_date", "2021-01-01"], ["a_time", "2000-01-01 22:16:57.048303"], ["a_datetime", "2020-12-19 15:41:44.645076"], ["created_at", "2020-11-24 14:52:17.944107"], ["updated_at", "2020-11-24 14:52:17.944107"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 5], ["a_decimal", 33.6442893984249], ["a_string", "Repellat sint unde qui cum."], ["a_date", "2020-12-18"], ["a_time", "2000-01-01 12:50:56.200071"], ["a_datetime", "2020-11-09 05:53:52.115771"], ["created_at", "2020-11-24 14:52:17.946377"], ["updated_at", "2020-11-24 14:52:17.946377"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 6], ["a_decimal", 0.684358337634441], ["a_string", "Voluptatem quaerat molestiae id."], ["a_date", "2020-12-09"], ["a_time", "2000-01-01 04:52:07.674152"], ["a_datetime", "2020-11-17 04:39:03.447316"], ["created_at", "2020-11-24 14:52:17.948616"], ["updated_at", "2020-11-24 14:52:17.948616"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 0], ["a_decimal", 12.4224010031556], ["a_string", "Eum cum reiciendis et vel quae."], ["a_date", "2020-12-02"], ["a_time", "2000-01-01 05:59:33.728545"], ["a_datetime", "2020-12-15 11:58:03.465038"], ["created_at", "2020-11-24 14:52:17.950840"], ["updated_at", "2020-11-24 14:52:17.950840"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 27], ["a_decimal", 4.11361281531925], ["a_string", "Incidunt eaque eveniet pariatur veniam voluptatem."], ["a_date", "2020-12-30"], ["a_time", "2000-01-01 01:36:24.652888"], ["a_datetime", "2020-12-14 13:35:13.601071"], ["created_at", "2020-11-24 14:52:17.953035"], ["updated_at", "2020-11-24 14:52:17.953035"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 25], ["a_decimal", 16.0142767398965], ["a_string", "Laboriosam ut dignissimos commodi ex."], ["a_date", "2020-10-31"], ["a_time", "2000-01-01 01:23:46.878703"], ["a_datetime", "2020-11-04 17:18:36.653486"], ["created_at", "2020-11-24 14:52:17.955206"], ["updated_at", "2020-11-24 14:52:17.955206"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 4], ["a_decimal", -0.663491116217352], ["a_string", "Tempore non quia."], ["a_date", "2020-11-22"], ["a_time", "2000-01-01 14:02:09.698586"], ["a_datetime", "2020-12-08 06:31:50.810525"], ["created_at", "2020-11-24 14:52:17.957395"], ["updated_at", "2020-11-24 14:52:17.957395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:52:17.959002"], ["updated_at", "2020-11-24 14:52:17.959002"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:52:17.960250"], ["updated_at", "2020-11-24 14:52:17.960250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:52:17.961394"], ["updated_at", "2020-11-24 14:52:17.961394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:52:17.962509"], ["updated_at", "2020-11-24 14:52:17.962509"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:52:17.963616"], ["updated_at", "2020-11-24 14:52:17.963616"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:52:17.964743"], ["updated_at", "2020-11-24 14:52:17.964743"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:52:17.965858"], ["updated_at", "2020-11-24 14:52:17.965858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:52:17.966964"], ["updated_at", "2020-11-24 14:52:17.966964"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:52:17.968176"], ["updated_at", "2020-11-24 14:52:17.968176"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:52:17.969352"], ["updated_at", "2020-11-24 14:52:17.969352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:52:17.970474"], ["updated_at", "2020-11-24 14:52:17.970474"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:52:17.971581"], ["updated_at", "2020-11-24 14:52:17.971581"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:52:17.972705"], ["updated_at", "2020-11-24 14:52:17.972705"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:52:17.973831"], ["updated_at", "2020-11-24 14:52:17.973831"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:52:17.974946"], ["updated_at", "2020-11-24 14:52:17.974946"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:52:17.976071"], ["updated_at", "2020-11-24 14:52:17.976071"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:18.020543"], ["updated_at", "2020-11-24 14:52:18.020543"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:18.021421"], ["updated_at", "2020-11-24 14:52:18.021421"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:18.022131"], ["updated_at", "2020-11-24 14:52:18.022131"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:18.022762"], ["updated_at", "2020-11-24 14:52:18.022762"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:18.023405"], ["updated_at", "2020-11-24 14:52:18.023405"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:18.024059"], ["updated_at", "2020-11-24 14:52:18.024059"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:18.024706"], ["updated_at", "2020-11-24 14:52:18.024706"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:18.025344"], ["updated_at", "2020-11-24 14:52:18.025344"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:18.026034"], ["updated_at", "2020-11-24 14:52:18.026034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:18.026726"], ["updated_at", "2020-11-24 14:52:18.026726"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:18.027391"], ["updated_at", "2020-11-24 14:52:18.027391"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:18.028065"], ["updated_at", "2020-11-24 14:52:18.028065"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:18.028730"], ["updated_at", "2020-11-24 14:52:18.028730"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:18.029389"], ["updated_at", "2020-11-24 14:52:18.029389"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:18.030047"], ["updated_at", "2020-11-24 14:52:18.030047"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:18.030713"], ["updated_at", "2020-11-24 14:52:18.030713"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 14:52:18.032063"], ["updated_at", "2020-11-24 14:52:18.032063"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 14:52:18.033346"], ["updated_at", "2020-11-24 14:52:18.033346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 14:52:18.034533"], ["updated_at", "2020-11-24 14:52:18.034533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 14:52:18.035725"], ["updated_at", "2020-11-24 14:52:18.035725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 14:52:18.036905"], ["updated_at", "2020-11-24 14:52:18.036905"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 14:52:18.038074"], ["updated_at", "2020-11-24 14:52:18.038074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 14:52:18.039274"], ["updated_at", "2020-11-24 14:52:18.039274"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 14:52:18.040520"], ["updated_at", "2020-11-24 14:52:18.040520"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 1], ["a_decimal", 3.69158409647587], ["a_string", "Sequi saepe perferendis aut minus."], ["a_date", "2021-01-04"], ["a_time", "2000-01-01 20:58:14.835328"], ["a_datetime", "2020-10-28 02:17:04.089113"], ["created_at", "2020-11-24 14:52:18.084370"], ["updated_at", "2020-11-24 14:52:18.084370"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 18], ["a_decimal", 23.3103079585984], ["a_string", "Iusto voluptatibus qui."], ["a_date", "2020-12-01"], ["a_time", "2000-01-01 22:14:20.720687"], ["a_datetime", "2020-12-07 04:56:29.128278"], ["created_at", "2020-11-24 14:52:18.087008"], ["updated_at", "2020-11-24 14:52:18.087008"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 0], ["a_decimal", 1.80098149964072], ["a_string", "Eveniet a et."], ["a_date", "2020-12-12"], ["a_time", "2000-01-01 00:20:55.059795"], ["a_datetime", "2020-10-15 11:16:29.939631"], ["created_at", "2020-11-24 14:52:18.089752"], ["updated_at", "2020-11-24 14:52:18.089752"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 4], ["a_decimal", 18.340026910618], ["a_string", "Ut tempora modi eum non."], ["a_date", "2020-11-14"], ["a_time", "2000-01-01 09:34:25.948716"], ["a_datetime", "2020-12-31 18:46:08.239319"], ["created_at", "2020-11-24 14:52:18.094393"], ["updated_at", "2020-11-24 14:52:18.094393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 0], ["a_decimal", 1.23790323799773], ["a_string", "Assumenda quae voluptate molestiae."], ["a_date", "2020-10-24"], ["a_time", "2000-01-01 13:36:33.134189"], ["a_datetime", "2020-10-22 12:52:37.901242"], ["created_at", "2020-11-24 14:52:18.098567"], ["updated_at", "2020-11-24 14:52:18.098567"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 0], ["a_decimal", 13.2885882495606], ["a_string", "Qui sint nihil voluptas."], ["a_date", "2020-11-20"], ["a_time", "2000-01-01 05:13:32.175374"], ["a_datetime", "2020-12-17 00:14:09.800701"], ["created_at", "2020-11-24 14:52:18.101338"], ["updated_at", "2020-11-24 14:52:18.101338"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:18.103807"], ["updated_at", "2020-11-24 14:52:18.103807"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:18.134721"], ["updated_at", "2020-11-24 14:52:18.134721"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:18.136073"], ["updated_at", "2020-11-24 14:52:18.136073"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:18.137208"], ["updated_at", "2020-11-24 14:52:18.137208"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:18.138293"], ["updated_at", "2020-11-24 14:52:18.138293"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:18.139469"], ["updated_at", "2020-11-24 14:52:18.139469"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:18.140522"], ["updated_at", "2020-11-24 14:52:18.140522"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:18.141604"], ["updated_at", "2020-11-24 14:52:18.141604"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:18.142697"], ["updated_at", "2020-11-24 14:52:18.142697"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:18.144927"], ["updated_at", "2020-11-24 14:52:18.144927"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:18.147517"], ["updated_at", "2020-11-24 14:52:18.147517"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:18.149625"], ["updated_at", "2020-11-24 14:52:18.149625"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:18.151427"], ["updated_at", "2020-11-24 14:52:18.151427"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:18.153205"], ["updated_at", "2020-11-24 14:52:18.153205"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:18.155098"], ["updated_at", "2020-11-24 14:52:18.155098"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:18.156812"], ["updated_at", "2020-11-24 14:52:18.156812"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:18.158121"], ["updated_at", "2020-11-24 14:52:18.158121"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "50505 Malik Flats, Kiehnstad, NJ 04735"], ["city", "West Noreenborough"], ["country", "Virgin Islands, British"], ["description", "Culpa et facere. Id porro dolorem."], ["email", "joan@example.co"], ["first_name", "Shayne"], ["firstname", "Jessi"], ["last_name", "Schultz"], ["lastname", "Sauer"], ["lat", "55.20144993960213"], ["latitute", "-5.659563672419523"], ["lng", "60.19951799140574"], ["locale", "CY"], ["longitude", "-23.375433927540513"], ["middlename", "Bartell"], ["middle_name", "Cummings"], ["password", "DmKvBe9H"], ["phone", "1-787-052-4188 x99750"], ["phone_number", "520-040-7156 x60449"], ["reference", "dde32e4c-f704-410f-a5c7-c6c5676b8589"], ["title", "At delectus veritatis."], ["user_name", "lloyd"], ["username", "mckinley.donnelly"], ["uuid", "e8a44dac-658b-4681-a203-6aa213ee7eeb"], ["created_at", "2020-11-24 14:52:18.195132"], ["updated_at", "2020-11-24 14:52:18.195132"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 347 32935 Bins Locks, Marlysfurt, OR 72730-6653"], ["city", "Carrolland"], ["country", "Liberia"], ["description", "Necessitatibus culpa fugit. Voluptas cum deleniti. Nihil optio corrupti. Quo est non. Voluptatum quibusdam eius."], ["email", "deon.pfannerstill@example.info"], ["first_name", "Wanetta"], ["firstname", "Theo"], ["last_name", "Ortiz"], ["lastname", "Schroeder"], ["lat", "78.09825399666036"], ["latitute", "-76.51320987049418"], ["lng", "86.58256190622194"], ["locale", "LA"], ["longitude", "112.96074957345917"], ["middlename", "Prohaska"], ["middle_name", "Marks"], ["password", "HoAqNhN5uOu01P"], ["phone", "119-009-8698"], ["phone_number", "1-699-714-4823 x359"], ["reference", "77002b7c-1762-4685-8185-4a2e2574d13f"], ["title", "Quam sit quas."], ["user_name", "leatha_spinka"], ["username", "shenita_kunde"], ["uuid", "5a11a8dd-80fb-48c8-a548-e9cca5d6c73c"], ["created_at", "2020-11-24 14:52:18.222587"], ["updated_at", "2020-11-24 14:52:18.222587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "5505 Jackie Locks, Lake Rolandofort, WI 45446-6737"], ["city", "Port Aimeemouth"], ["country", "Faroe Islands"], ["description", "Et qui inventore. Eligendi dolores error. Ratione dolores aspernatur. Molestias commodi iure."], ["email", "willy_zboncak@example.name"], ["first_name", "Janna"], ["firstname", "Lindsey"], ["last_name", "Skiles"], ["lastname", "Kautzer"], ["lat", "39.03852544173782"], ["latitute", "-1.9411411770962559"], ["lng", "-109.16489332023407"], ["locale", "SZ"], ["longitude", "147.82524458651363"], ["middlename", "Ondricka"], ["middle_name", "Schultz"], ["password", "R1xZbJzIqQw"], ["phone", "590.921.3773 x23818"], ["phone_number", "172-740-5951"], ["reference", "80445f23-a9a4-40f3-beed-7ef79bf01595"], ["title", "Nam ea omnis deserunt autem perferendis."], ["user_name", "valentin_anderson"], ["username", "creola"], ["uuid", "cfc02aa5-dde2-4ada-81f4-28db114d7ff4"], ["created_at", "2020-11-24 14:52:18.245923"], ["updated_at", "2020-11-24 14:52:18.245923"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 544 69104 Mayert Burg, North Jamee, MD 29202-0740"], ["city", "Feilchester"], ["country", "Peru"], ["description", "Ratione est quas. Qui similique et. Corporis id nulla. Omnis cumque et."], ["email", "reynaldo@example.co"], ["first_name", "Harvey"], ["firstname", "Renea"], ["last_name", "Schuster"], ["lastname", "Block"], ["lat", "62.23690557785309"], ["latitute", "-61.61792850667991"], ["lng", "66.48642156169186"], ["locale", "CF"], ["longitude", "11.62168816522103"], ["middlename", "Kozey"], ["middle_name", "Grant"], ["password", "9AxTcOdDrVx7S"], ["phone", "(738) 135-8030"], ["phone_number", "833.859.6016"], ["reference", "0add4f72-7055-4021-ad13-0dcf75857e68"], ["title", "Sit et tenetur animi et doloribus."], ["user_name", "carmen"], ["username", "jessica_runolfsson"], ["uuid", "e900da33-a7f1-4dd9-b31b-8a7558619443"], ["created_at", "2020-11-24 14:52:18.268548"], ["updated_at", "2020-11-24 14:52:18.268548"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 504 143 Marcos Glen, Port Clintonburgh, KY 28558"], ["city", "Lake Marline"], ["country", "Svalbard & Jan Mayen Islands"], ["description", "Est est consequatur. Hic vero est. Dolorem eveniet rerum. Maiores quia voluptatibus."], ["email", "homer_klocko@example.name"], ["first_name", "Charlesetta"], ["firstname", "Darrin"], ["last_name", "Ritchie"], ["lastname", "Tromp"], ["lat", "42.72779211471911"], ["latitute", "54.48096495732315"], ["lng", "-90.98512586354016"], ["locale", "AR"], ["longitude", "-38.3807297577965"], ["middlename", "Johnson"], ["middle_name", "Ziemann"], ["password", "FhHg6XlV8oV6cToE"], ["phone", "888-218-6450 x356"], ["phone_number", "167.769.1762 x92801"], ["reference", "1ca33ddd-2c29-4d3d-9b68-518b189663d6"], ["title", "Aut id ratione rerum nemo amet."], ["user_name", "edwin"], ["username", "casey_crist"], ["uuid", "386ad65b-0773-4e32-9af1-22b2876b2e61"], ["created_at", "2020-11-24 14:52:18.290685"], ["updated_at", "2020-11-24 14:52:18.290685"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "299 Schulist Viaduct, North Cornell, MT 21084-9514"], ["city", "Boyerhaven"], ["country", "Bahrain"], ["description", "Non doloribus quis. Consequuntur aut quas. Est est et. Quos eius voluptatem."], ["email", "franchesca.mante@example.info"], ["first_name", "Zoraida"], ["firstname", "Tera"], ["last_name", "Cummerata"], ["lastname", "Schowalter"], ["lat", "69.14152971292381"], ["latitute", "-26.351541741058163"], ["lng", "59.05904126366923"], ["locale", "PT"], ["longitude", "32.41570118927385"], ["middlename", "Zemlak"], ["middle_name", "Ratke"], ["password", "K5yYuYkZ1wP0o8E"], ["phone", "200-874-4265 x6836"], ["phone_number", "1-895-875-1154 x4774"], ["reference", "3ecb5a94-5fcd-4a0c-9260-06a5406579bf"], ["title", "Debitis placeat est omnis possimus."], ["user_name", "ludie"], ["username", "philip.oreilly"], ["uuid", "60e70f45-a704-4e58-b3a3-e8265722187c"], ["created_at", "2020-11-24 14:52:18.312407"], ["updated_at", "2020-11-24 14:52:18.312407"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "241 Konopelski Lakes, West Cory, FL 68948-5311"], ["city", "West Franklyn"], ["country", "Brunei Darussalam"], ["description", "Commodi accusantium est. Quas sequi saepe. Quod voluptatem suscipit. Dolores vel quibusdam. Hic neque ut."], ["email", "corie_breitenberg@example.info"], ["first_name", "Efren"], ["firstname", "Blaine"], ["last_name", "Aufderhar"], ["lastname", "Corwin"], ["lat", "85.39586213567307"], ["latitute", "-75.6332788222181"], ["lng", "-166.91501442337113"], ["locale", "VE"], ["longitude", "-36.889146151608344"], ["middlename", "Kunde"], ["middle_name", "Wilkinson"], ["password", "Vd7MjI9fUk2D"], ["phone", "826.739.3786 x98318"], ["phone_number", "(172) 112-7117 x9541"], ["reference", "d75eb27c-01b0-4f8e-98cd-ef984d4ea7a9"], ["title", "Fugiat nobis aut est."], ["user_name", "darwin"], ["username", "jarrett"], ["uuid", "9bb69446-6f6d-4574-aee0-98279ecd7c27"], ["created_at", "2020-11-24 14:52:18.334217"], ["updated_at", "2020-11-24 14:52:18.334217"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 575 451 Louie Station, Hauckshire, IA 74156-2922"], ["city", "Juttahaven"], ["country", "Yemen"], ["description", "Est qui totam. Ut eligendi vel. Nemo quis ad."], ["email", "digna_bednar@example.org"], ["first_name", "Desmond"], ["firstname", "Alonzo"], ["last_name", "Murazik"], ["lastname", "Hand"], ["lat", "30.40390479340101"], ["latitute", "-68.25383857515926"], ["lng", "-41.52434669911628"], ["locale", "ID"], ["longitude", "-83.32751826578433"], ["middlename", "Kertzmann"], ["middle_name", "Willms"], ["password", "T9qPsXrM01"], ["phone", "801-360-2059"], ["phone_number", "(661) 355-6596 x10818"], ["reference", "43e72487-dc6e-44af-b6a7-c4c0af7d55fb"], ["title", "Eveniet vel ex nostrum."], ["user_name", "kenyetta.cruickshank"], ["username", "illa"], ["uuid", "b18e817c-2a24-4ff0-a794-dd41cca2136f"], ["created_at", "2020-11-24 14:52:18.364488"], ["updated_at", "2020-11-24 14:52:18.364488"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 17], ["a_decimal", 15.4755327793489], ["a_string", "Iste quia omnis molestiae."], ["a_date", "2020-11-08"], ["a_time", "2000-01-01 20:30:55.416476"], ["a_datetime", "2020-10-31 10:37:36.925372"], ["created_at", "2020-11-24 14:52:18.367411"], ["updated_at", "2020-11-24 14:52:18.367411"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 3], ["a_decimal", 5.29815303787323], ["a_string", "Quis ad nobis odit tempora vel."], ["a_date", "2020-11-17"], ["a_time", "2000-01-01 14:54:34.241077"], ["a_datetime", "2020-10-18 00:53:46.364705"], ["created_at", "2020-11-24 14:52:18.369861"], ["updated_at", "2020-11-24 14:52:18.369861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 5], ["a_decimal", 21.605056763348], ["a_string", "Natus saepe minima."], ["a_date", "2020-11-14"], ["a_time", "2000-01-01 15:41:11.036220"], ["a_datetime", "2020-12-02 04:34:23.970708"], ["created_at", "2020-11-24 14:52:18.372220"], ["updated_at", "2020-11-24 14:52:18.372220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 11], ["a_decimal", 10.8789676447334], ["a_string", "Cum ut cumque ipsam."], ["a_date", "2020-12-29"], ["a_time", "2000-01-01 20:11:31.535595"], ["a_datetime", "2020-11-06 20:19:40.856642"], ["created_at", "2020-11-24 14:52:18.374466"], ["updated_at", "2020-11-24 14:52:18.374466"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 7], ["a_decimal", 16.4564671871736], ["a_string", "Qui vero in voluptas consequatur consequatur."], ["a_date", "2020-11-21"], ["a_time", "2000-01-01 11:30:24.759602"], ["a_datetime", "2020-11-08 09:52:32.963546"], ["created_at", "2020-11-24 14:52:18.376721"], ["updated_at", "2020-11-24 14:52:18.376721"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 11], ["a_decimal", 17.7261329483165], ["a_string", "Exercitationem illo nulla vel nobis debitis."], ["a_date", "2020-11-27"], ["a_time", "2000-01-01 08:04:56.992530"], ["a_datetime", "2020-11-02 18:41:36.885287"], ["created_at", "2020-11-24 14:52:18.378915"], ["updated_at", "2020-11-24 14:52:18.378915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 13], ["a_decimal", 0.602560627380115], ["a_string", "Corporis assumenda doloremque."], ["a_date", "2020-10-29"], ["a_time", "2000-01-01 19:17:01.942265"], ["a_datetime", "2020-10-14 00:54:02.470967"], ["created_at", "2020-11-24 14:52:18.381116"], ["updated_at", "2020-11-24 14:52:18.381116"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 6], ["a_decimal", 14.8522073543035], ["a_string", "Atque quidem et dolor."], ["a_date", "2020-11-06"], ["a_time", "2000-01-01 20:49:09.328353"], ["a_datetime", "2021-01-02 21:09:14.997305"], ["created_at", "2020-11-24 14:52:18.383316"], ["updated_at", "2020-11-24 14:52:18.383316"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:52:18.384929"], ["updated_at", "2020-11-24 14:52:18.384929"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:52:18.386148"], ["updated_at", "2020-11-24 14:52:18.386148"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:52:18.387302"], ["updated_at", "2020-11-24 14:52:18.387302"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:52:18.388479"], ["updated_at", "2020-11-24 14:52:18.388479"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:52:18.389629"], ["updated_at", "2020-11-24 14:52:18.389629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:52:18.390778"], ["updated_at", "2020-11-24 14:52:18.390778"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:52:18.391912"], ["updated_at", "2020-11-24 14:52:18.391912"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:52:18.393033"], ["updated_at", "2020-11-24 14:52:18.393033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:52:18.394249"], ["updated_at", "2020-11-24 14:52:18.394249"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:52:18.395413"], ["updated_at", "2020-11-24 14:52:18.395413"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:52:18.396575"], ["updated_at", "2020-11-24 14:52:18.396575"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:52:18.397696"], ["updated_at", "2020-11-24 14:52:18.397696"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:52:18.398804"], ["updated_at", "2020-11-24 14:52:18.398804"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:52:18.399909"], ["updated_at", "2020-11-24 14:52:18.399909"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:52:18.401029"], ["updated_at", "2020-11-24 14:52:18.401029"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:52:18.402133"], ["updated_at", "2020-11-24 14:52:18.402133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:18.443871"], ["updated_at", "2020-11-24 14:52:18.443871"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:18.444712"], ["updated_at", "2020-11-24 14:52:18.444712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:18.445356"], ["updated_at", "2020-11-24 14:52:18.445356"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:18.445972"], ["updated_at", "2020-11-24 14:52:18.445972"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:18.446586"], ["updated_at", "2020-11-24 14:52:18.446586"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:18.447207"], ["updated_at", "2020-11-24 14:52:18.447207"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:18.447825"], ["updated_at", "2020-11-24 14:52:18.447825"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:18.448444"], ["updated_at", "2020-11-24 14:52:18.448444"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:18.449129"], ["updated_at", "2020-11-24 14:52:18.449129"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:18.449797"], ["updated_at", "2020-11-24 14:52:18.449797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:18.450440"], ["updated_at", "2020-11-24 14:52:18.450440"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:18.451085"], ["updated_at", "2020-11-24 14:52:18.451085"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:18.451716"], ["updated_at", "2020-11-24 14:52:18.451716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:18.452368"], ["updated_at", "2020-11-24 14:52:18.452368"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:18.453015"], ["updated_at", "2020-11-24 14:52:18.453015"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:18.453651"], ["updated_at", "2020-11-24 14:52:18.453651"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 14:52:18.454963"], ["updated_at", "2020-11-24 14:52:18.454963"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 14:52:18.456223"], ["updated_at", "2020-11-24 14:52:18.456223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 14:52:18.457441"], ["updated_at", "2020-11-24 14:52:18.457441"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 14:52:18.458632"], ["updated_at", "2020-11-24 14:52:18.458632"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 14:52:18.459795"], ["updated_at", "2020-11-24 14:52:18.459795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 14:52:18.460982"], ["updated_at", "2020-11-24 14:52:18.460982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 14:52:18.462149"], ["updated_at", "2020-11-24 14:52:18.462149"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 14:52:18.463335"], ["updated_at", "2020-11-24 14:52:18.463335"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.5ms) SELECT sqlite_version(*)  (0.0ms) SELECT sqlite_version(*)  (0.0ms) SELECT sqlite_version(*)  (0.0ms) DROP TABLE IF EXISTS "alfas"  (38.7ms) CREATE TABLE "alfas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "a_boolean" boolean, "an_integer" integer, "a_decimal" decimal, "a_string" varchar, "a_date" date, "a_time" time, "a_datetime" datetime, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.2ms) DROP TABLE IF EXISTS "bravos"  (3.3ms) CREATE TABLE "bravos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "a_boolean" boolean DEFAULT 0 NOT NULL, "an_integer" integer NOT NULL, "a_decimal" decimal NOT NULL, "a_string" varchar NOT NULL, "a_unique_value" integer, "a_string_from_options" varchar, "an_integer_from_options" integer, "an_absent_value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.2ms) DROP TABLE IF EXISTS "charlies"  (2.9ms) CREATE TABLE "charlies" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.9ms) CREATE INDEX "index_charlies_on_alfa_id" ON "charlies" ("alfa_id")  (0.1ms) DROP TABLE IF EXISTS "deltas"  (1.7ms) CREATE TABLE "deltas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.7ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (1.8ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.1ms) DROP TABLE IF EXISTS "echos"  (2.7ms) CREATE TABLE "echos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "echoable_type" varchar, "echoable_id" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.7ms) CREATE INDEX "index_echos_on_echoable_type_and_echoable_id" ON "echos" ("echoable_type", "echoable_id")  (0.1ms) DROP TABLE IF EXISTS "foxtrots"  (1.6ms) CREATE TABLE "foxtrots" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "hotels"  (1.6ms) CREATE TABLE "hotels" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer)  (7.9ms) CREATE INDEX "index_hotels_on_india_id" ON "hotels" ("india_id")  (0.2ms) DROP TABLE IF EXISTS "indias"  (2.6ms) CREATE TABLE "indias" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (2.7ms) CREATE INDEX "index_indias_on_hotel_id" ON "indias" ("hotel_id")  (0.2ms) DROP TABLE IF EXISTS "julietts"  (2.5ms) CREATE TABLE "julietts" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "alfa_id" integer NOT NULL, "a_string" varchar, "an_integer" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (3.0ms) CREATE INDEX "index_julietts_on_alfa_id" ON "julietts" ("alfa_id")  (0.2ms) DROP TABLE IF EXISTS "kilos"  (2.5ms) CREATE TABLE "kilos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "encrypted_password" varchar, "reset_password_token" varchar, "reset_password_sent_at" varchar, "remember_created_at" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.2ms) DROP TABLE IF EXISTS "limas"  (2.4ms) CREATE TABLE "limas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "address" varchar, "city" varchar, "country" varchar, "description" varchar, "email" varchar, "first_name" varchar, "firstname" varchar, "last_name" varchar, "lastname" varchar, "lat" varchar, "latitute" varchar, "lng" varchar, "locale" varchar, "longitude" varchar, "middlename" varchar, "middle_name" varchar, "password" varchar, "phone" varchar, "phone_number" varchar, "reference" varchar, "title" varchar, "user_name" varchar, "username" varchar, "uuid" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) begin transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (0.2ms) CREATE TEMPORARY TABLE "acharlies" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.2ms) CREATE INDEX "tindex_acharlies_on_alfa_id" ON "acharlies" ("alfa_id")  (0.1ms) INSERT INTO "acharlies" ("id","alfa_id","created_at","updated_at") SELECT "id","alfa_id","created_at","updated_at" FROM "charlies"  (0.2ms) DROP TABLE "charlies"  (0.2ms) CREATE TABLE "charlies" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_c22432acee" FOREIGN KEY ("alfa_id") REFERENCES "alfas" ("id") )  (0.1ms) CREATE INDEX "index_charlies_on_alfa_id" ON "charlies" ("alfa_id")  (0.1ms) INSERT INTO "charlies" ("id","alfa_id","created_at","updated_at") SELECT "id","alfa_id","created_at","updated_at" FROM "acharlies"  (0.1ms) DROP TABLE "acharlies"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (2.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "adeltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_adeltas_on_zed_id" ON "adeltas" ("zed_id")  (0.1ms) CREATE INDEX "tindex_adeltas_on_bravo_id" ON "adeltas" ("bravo_id")  (0.1ms) INSERT INTO "adeltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "deltas"  (0.2ms) DROP TABLE "deltas"  (0.2ms) CREATE TABLE "deltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_aa131d729d" FOREIGN KEY ("bravo_id") REFERENCES "bravos" ("id") )  (0.1ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (0.1ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.1ms) INSERT INTO "deltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "adeltas"  (0.1ms) DROP TABLE "adeltas"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.4ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "adeltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_adeltas_on_zed_id" ON "adeltas" ("zed_id")  (0.1ms) CREATE INDEX "tindex_adeltas_on_bravo_id" ON "adeltas" ("bravo_id")  (0.0ms) INSERT INTO "adeltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "deltas"  (0.1ms) DROP TABLE "deltas"  (0.1ms) CREATE TABLE "deltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_aa131d729d" FOREIGN KEY ("bravo_id") REFERENCES "bravos" ("id") , CONSTRAINT "fk_rails_afc1a9c87d" FOREIGN KEY ("zed_id") REFERENCES "charlies" ("id") )  (0.1ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (0.1ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.1ms) INSERT INTO "deltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "adeltas"  (0.1ms) DROP TABLE "adeltas"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "ahotels" ("id" integer NOT NULL PRIMARY KEY, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer DEFAULT NULL)  (0.1ms) CREATE INDEX "tindex_ahotels_on_india_id" ON "ahotels" ("india_id")  (0.0ms) INSERT INTO "ahotels" ("id","created_at","updated_at","india_id") SELECT "id","created_at","updated_at","india_id" FROM "hotels"  (0.1ms) DROP TABLE "hotels"  (0.1ms) CREATE TABLE "hotels" ("id" integer NOT NULL PRIMARY KEY, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer DEFAULT NULL, CONSTRAINT "fk_rails_2d98147578" FOREIGN KEY ("india_id") REFERENCES "indias" ("id") )  (0.1ms) CREATE INDEX "index_hotels_on_india_id" ON "hotels" ("india_id")  (0.0ms) INSERT INTO "hotels" ("id","created_at","updated_at","india_id") SELECT "id","created_at","updated_at","india_id" FROM "ahotels"  (0.1ms) DROP TABLE "ahotels"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.2ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "aindias" ("id" integer NOT NULL PRIMARY KEY, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_aindias_on_hotel_id" ON "aindias" ("hotel_id")  (0.0ms) INSERT INTO "aindias" ("id","hotel_id","created_at","updated_at") SELECT "id","hotel_id","created_at","updated_at" FROM "indias"  (0.1ms) DROP TABLE "indias"  (0.1ms) CREATE TABLE "indias" ("id" integer NOT NULL PRIMARY KEY, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_304a9d92d0" FOREIGN KEY ("hotel_id") REFERENCES "hotels" ("id") )  (0.1ms) CREATE INDEX "index_indias_on_hotel_id" ON "indias" ("hotel_id")  (0.0ms) INSERT INTO "indias" ("id","hotel_id","created_at","updated_at") SELECT "id","hotel_id","created_at","updated_at" FROM "aindias"  (0.1ms) DROP TABLE "aindias"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.5ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "ajulietts" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "a_string" varchar DEFAULT NULL, "an_integer" integer DEFAULT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_ajulietts_on_alfa_id" ON "ajulietts" ("alfa_id")  (0.0ms) INSERT INTO "ajulietts" ("id","alfa_id","a_string","an_integer","created_at","updated_at") SELECT "id","alfa_id","a_string","an_integer","created_at","updated_at" FROM "julietts"  (0.1ms) DROP TABLE "julietts"  (0.1ms) CREATE TABLE "julietts" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "a_string" varchar DEFAULT NULL, "an_integer" integer DEFAULT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_996fd14f94" FOREIGN KEY ("alfa_id") REFERENCES "alfas" ("id") )  (0.1ms) CREATE INDEX "index_julietts_on_alfa_id" ON "julietts" ("alfa_id")  (0.0ms) INSERT INTO "julietts" ("id","alfa_id","a_string","an_integer","created_at","updated_at") SELECT "id","alfa_id","a_string","an_integer","created_at","updated_at" FROM "ajulietts"  (0.1ms) DROP TABLE "ajulietts"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES (20200923100338)  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES (20200923100317), (20200923100328), (20200923100329), (20200923100330), (20200923100331), (20200923100332), (20200923100334), (20200923100335), (20200923100336), (20200923100337);   (1.7ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2020-11-24 14:52:56.649382"], ["updated_at", "2020-11-24 14:52:56.649382"]]  (1.3ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ActiveRecord::InternalMetadata Load (0.0ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "schema_sha1"], ["LIMIT", 1]]  (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "schema_sha1"], ["value", "3fe9bd95b7eb791ca92ed77e3276742cdb25fa57"], ["created_at", "2020-11-24 14:52:56.654227"], ["updated_at", "2020-11-24 14:52:56.654227"]]  (1.8ms) commit transaction  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (2.0ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.7ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 713 270 Teddy Isle, New Gilberto, DE 03017-6107"], ["city", "Teddyview"], ["country", "Guatemala"], ["description", "Assumenda molestias cumque. Voluptatibus animi voluptatem. Hic officia nemo. Eum vitae doloremque."], ["email", "ross.funk@example.biz"], ["first_name", "Sydney"], ["firstname", "Caroyln"], ["last_name", "Ullrich"], ["lastname", "Bogisich"], ["lat", "-78.05823155301594"], ["latitute", "-44.98338841185639"], ["lng", "41.503275501111204"], ["locale", "TN"], ["longitude", "104.85486126758354"], ["middlename", "Muller"], ["middle_name", "Johns"], ["password", "Yl5SdEeGcCgK"], ["phone", "(563) 036-7971 x0731"], ["phone_number", "1-242-120-7607 x027"], ["reference", "e4a062b6-7fac-4013-86d2-2a51c9f650de"], ["title", "Distinctio ipsum repellat eius quisquam beatae."], ["user_name", "tyree"], ["username", "amee"], ["uuid", "c9cbad54-6157-47b3-88c5-85193c549f69"], ["created_at", "2020-11-24 14:52:58.325087"], ["updated_at", "2020-11-24 14:52:58.325087"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "13638 Emile Hills, Goodwinside, DE 65026"], ["city", "New Carmelina"], ["country", "Tunisia"], ["description", "Neque saepe numquam. Adipisci sed esse."], ["email", "jesus@example.net"], ["first_name", "Kelvin"], ["firstname", "Rosendo"], ["last_name", "Beer"], ["lastname", "Predovic"], ["lat", "32.86626502075576"], ["latitute", "78.0007934628326"], ["lng", "-13.570900711904358"], ["locale", "AS"], ["longitude", "153.84693694665538"], ["middlename", "Stiedemann"], ["middle_name", "Murray"], ["password", "LnKhReZfJc53"], ["phone", "691.795.6356 x24708"], ["phone_number", "662.439.7717 x016"], ["reference", "6e391c96-4e1d-4127-933b-2abc65d1514e"], ["title", "Quia quae autem."], ["user_name", "douglass.mills"], ["username", "shoshana"], ["uuid", "51943b42-d90b-4d8a-93df-d0fefcbd1042"], ["created_at", "2020-11-24 14:52:58.347181"], ["updated_at", "2020-11-24 14:52:58.347181"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 781 3604 Champlin Rest, Trentmouth, ND 90545-6981"], ["city", "New Elizabeth"], ["country", "Nepal"], ["description", "Suscipit perferendis voluptatem. Beatae numquam et. Repellendus assumenda soluta."], ["email", "inell@example.info"], ["first_name", "Natosha"], ["firstname", "Tracy"], ["last_name", "Walker"], ["lastname", "Jacobi"], ["lat", "-11.604053107253549"], ["latitute", "-25.125535810631234"], ["lng", "44.19695946198948"], ["locale", "CO"], ["longitude", "71.85262230874923"], ["middlename", "Hermann"], ["middle_name", "DuBuque"], ["password", "AnE7yBlG"], ["phone", "917.943.4490"], ["phone_number", "1-904-653-5222"], ["reference", "0d4794ca-c0ce-4657-86d1-877f94e2db9a"], ["title", "Libero quasi deserunt dolor consequuntur."], ["user_name", "theo_stehr"], ["username", "ryan"], ["uuid", "d8b09af5-a285-4d88-ae57-142750277527"], ["created_at", "2020-11-24 14:52:58.368957"], ["updated_at", "2020-11-24 14:52:58.368957"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "94302 Leif Extensions, North Erin, KS 83704"], ["city", "Emardfurt"], ["country", "Latvia"], ["description", "Consequatur consequatur nemo. Velit occaecati earum. Omnis ut nihil."], ["email", "kim.mills@example.name"], ["first_name", "Shawn"], ["firstname", "Pearly"], ["last_name", "Keeling"], ["lastname", "Boyer"], ["lat", "-67.66811504541488"], ["latitute", "21.39033800942319"], ["lng", "3.356540588841625"], ["locale", "AS"], ["longitude", "-149.41753595725083"], ["middlename", "Von"], ["middle_name", "Jaskolski"], ["password", "0JwIjMiVyZh"], ["phone", "731-807-0659 x30704"], ["phone_number", "(883) 725-9066 x11478"], ["reference", "7ae01866-8187-4ea1-996d-a6abc51bc912"], ["title", "In laudantium voluptates nemo."], ["user_name", "elliot"], ["username", "trudy"], ["uuid", "fbb9757e-7ae9-4db1-8520-3d870b5419b1"], ["created_at", "2020-11-24 14:52:58.390774"], ["updated_at", "2020-11-24 14:52:58.390774"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "326 Roman Course, North Jani, MD 93208"], ["city", "South Deane"], ["country", "Cote d'Ivoire"], ["description", "Iusto voluptates error. Unde est et. Sit est et. Sed adipisci consequatur. Et accusantium doloribus."], ["email", "livia@example.net"], ["first_name", "Emanuel"], ["firstname", "Christiana"], ["last_name", "Lynch"], ["lastname", "Bednar"], ["lat", "-61.9522537601185"], ["latitute", "62.732903942484654"], ["lng", "-174.99225392325667"], ["locale", "NA"], ["longitude", "177.0496991980201"], ["middlename", "Hermiston"], ["middle_name", "Walsh"], ["password", "17ClFz7Im"], ["phone", "1-646-244-7655"], ["phone_number", "1-153-772-7824 x67351"], ["reference", "6ea7f956-82c8-4971-9ed9-ec09f84f8680"], ["title", "In quia voluptatem rerum ut."], ["user_name", "rosia.kuphal"], ["username", "deanne"], ["uuid", "3b09da2a-2c53-431c-bacf-4969760c4ed6"], ["created_at", "2020-11-24 14:52:58.412547"], ["updated_at", "2020-11-24 14:52:58.412547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 556 54366 Lowell Vista, North Bradley, NM 43242-0100"], ["city", "Hoppehaven"], ["country", "Montenegro"], ["description", "Sed autem est. Aliquid et quisquam."], ["email", "bart@example.biz"], ["first_name", "Samual"], ["firstname", "Leida"], ["last_name", "Mosciski"], ["lastname", "Stiedemann"], ["lat", "51.441364555566366"], ["latitute", "0.6621365911561128"], ["lng", "-120.7908383524817"], ["locale", "SX"], ["longitude", "-97.49545166712625"], ["middlename", "Kutch"], ["middle_name", "Ritchie"], ["password", "I5lGo3P4mD4"], ["phone", "(169) 525-9296"], ["phone_number", "300.253.6025 x9501"], ["reference", "e67886c4-8312-4c16-aa76-eb59d6c39fcf"], ["title", "Odio ipsum doloremque veniam a in."], ["user_name", "agueda_mcclure"], ["username", "carmen"], ["uuid", "96282fcd-10c2-45a6-86d9-5e22ea1f6d33"], ["created_at", "2020-11-24 14:52:58.433934"], ["updated_at", "2020-11-24 14:52:58.433934"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 337 374 Hodkiewicz View, Rustymouth, KS 04473-1144"], ["city", "South Dionborough"], ["country", "Antigua and Barbuda"], ["description", "Nobis est asperiores. Rerum veritatis ullam."], ["email", "lon@example.org"], ["first_name", "Tawna"], ["firstname", "Otto"], ["last_name", "Adams"], ["lastname", "Mosciski"], ["lat", "-61.7731938254806"], ["latitute", "-39.805773646121544"], ["lng", "55.6220915309205"], ["locale", "BW"], ["longitude", "126.23534051146606"], ["middlename", "Fahey"], ["middle_name", "Graham"], ["password", "GnNxB6lV90iC"], ["phone", "(659) 545-4403"], ["phone_number", "100.659.9485"], ["reference", "8892e2cc-e476-44f6-a222-565db2e3ee9e"], ["title", "Aut alias ut doloribus hic quam."], ["user_name", "terence"], ["username", "kattie.johnston"], ["uuid", "8d141cc2-4994-46c3-9101-87cb18d804ab"], ["created_at", "2020-11-24 14:52:58.464077"], ["updated_at", "2020-11-24 14:52:58.464077"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "51400 Maricruz Circle, North Dwayne, AR 19813-3477"], ["city", "West Signeburgh"], ["country", "Sweden"], ["description", "Nam deserunt illum. Aperiam beatae voluptatem. Numquam delectus dolores. Nihil mollitia aut."], ["email", "myra.lebsack@example.com"], ["first_name", "Franklin"], ["firstname", "Margy"], ["last_name", "Graham"], ["lastname", "Gutkowski"], ["lat", "-6.04941616490683"], ["latitute", "-69.05150108199837"], ["lng", "108.67460172023465"], ["locale", "AO"], ["longitude", "65.66999477934309"], ["middlename", "Hickle"], ["middle_name", "Fahey"], ["password", "ChQe5C4d7O1wS"], ["phone", "346.293.2310 x719"], ["phone_number", "1-683-790-1324"], ["reference", "9e4677d9-3507-49a5-890b-03644717e45c"], ["title", "Adipisci repellendus rerum illo dolor."], ["user_name", "lloyd.maggio"], ["username", "hyman.crist"], ["uuid", "3818d496-3a45-445c-b752-c9841288f8e2"], ["created_at", "2020-11-24 14:52:58.486501"], ["updated_at", "2020-11-24 14:52:58.486501"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 771 304 Lanita Parks, Kelvinberg, WA 77080-5662"], ["city", "Kingborough"], ["country", "Georgia"], ["description", "Autem nulla in. Et alias similique."], ["email", "garret@example.name"], ["first_name", "Aron"], ["firstname", "Abel"], ["last_name", "Hansen"], ["lastname", "Bayer"], ["lat", "-72.2482704130172"], ["latitute", "-28.72308551486897"], ["lng", "-162.37170332931632"], ["locale", "IE"], ["longitude", "-85.13593325860857"], ["middlename", "Dietrich"], ["middle_name", "Rolfson"], ["password", "2TjI8eToD"], ["phone", "1-799-025-3781 x945"], ["phone_number", "180-138-9265 x55857"], ["reference", "b4756f15-f631-45b5-89d6-08e336b51ae7"], ["title", "Ab blanditiis sit ut amet."], ["user_name", "ozzie_balistreri"], ["username", "francisca.gutmann"], ["uuid", "7ff62751-2d25-48f1-a6d2-625d999a2a1d"], ["created_at", "2020-11-24 14:52:58.508238"], ["updated_at", "2020-11-24 14:52:58.508238"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 721 56570 Berge Ford, West Garrett, NV 35195-2541"], ["city", "South Voncile"], ["country", "Cuba"], ["description", "Fuga qui ea. Id tempora vitae."], ["email", "aleisha.macgyver@example.co"], ["first_name", "Lewis"], ["firstname", "Lloyd"], ["last_name", "Brown"], ["lastname", "Nader"], ["lat", "-10.691481439847138"], ["latitute", "-85.6902259645286"], ["lng", "-13.391577184899802"], ["locale", "TF"], ["longitude", "97.88224153371681"], ["middlename", "Volkman"], ["middle_name", "Kunde"], ["password", "OeBwDjCcUq3"], ["phone", "863.736.8332 x803"], ["phone_number", "1-147-811-5661 x92877"], ["reference", "5d087eb9-ebc9-4e1a-8b95-f1ccdc0f5e93"], ["title", "Facere esse vel corrupti quo ea."], ["user_name", "miesha"], ["username", "len"], ["uuid", "fe89efb5-91e3-4d00-9792-0cb61aa7d7f2"], ["created_at", "2020-11-24 14:52:58.529713"], ["updated_at", "2020-11-24 14:52:58.529713"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:58.553226"], ["updated_at", "2020-11-24 14:52:58.553226"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:58.561749"], ["updated_at", "2020-11-24 14:52:58.561749"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 599 6761 Kristle Trafficway, West Sandieland, DE 38718-3384"], ["city", "East Tommy"], ["country", "Saint Kitts and Nevis"], ["description", "Accusamus nulla natus. Sit quae dolor. Autem ab suscipit. Vel eum libero."], ["email", "mable.pfeffer@example.info"], ["first_name", "Graham"], ["firstname", "Nelida"], ["last_name", "Schaden"], ["lastname", "Ondricka"], ["lat", "64.92955876936776"], ["latitute", "-2.975818583729307"], ["lng", "3.951144261231832"], ["locale", "GW"], ["longitude", "72.13215953437131"], ["middlename", "O'Keefe"], ["middle_name", "Nicolas"], ["password", "E38pNvYn2UeP"], ["phone", "906-057-4044 x350"], ["phone_number", "1-693-334-7927 x1822"], ["reference", "295f22ee-4cbe-4f4a-9d12-d73757643ef9"], ["title", "Veritatis asperiores animi."], ["user_name", "columbus"], ["username", "milda.champlin"], ["uuid", "9abe81ca-708f-4af5-a65d-180e6eb96bc5"], ["created_at", "2020-11-24 14:52:58.584492"], ["updated_at", "2020-11-24 14:52:58.584492"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 21], ["a_decimal", 25.9041442993722], ["a_string", "Pariatur sit iste doloribus."], ["a_date", "2020-12-29"], ["a_time", "2000-01-01 12:02:10.537065"], ["a_datetime", "2020-12-13 02:36:26.041804"], ["created_at", "2020-11-24 14:52:58.593548"], ["updated_at", "2020-11-24 14:52:58.593548"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:52:58.598495"], ["updated_at", "2020-11-24 14:52:58.598495"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:52:58.603230"], ["updated_at", "2020-11-24 14:52:58.603230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:58.616592"], ["updated_at", "2020-11-24 14:52:58.616592"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:58.619955"], ["updated_at", "2020-11-24 14:52:58.619955"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 14:52:58.625205"], ["updated_at", "2020-11-24 14:52:58.625205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:58.654291"], ["updated_at", "2020-11-24 14:52:58.654291"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:58.655718"], ["updated_at", "2020-11-24 14:52:58.655718"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:58.657090"], ["updated_at", "2020-11-24 14:52:58.657090"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:58.658209"], ["updated_at", "2020-11-24 14:52:58.658209"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:58.659407"], ["updated_at", "2020-11-24 14:52:58.659407"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:58.660906"], ["updated_at", "2020-11-24 14:52:58.660906"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:58.662213"], ["updated_at", "2020-11-24 14:52:58.662213"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:58.663510"], ["updated_at", "2020-11-24 14:52:58.663510"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:58.665563"], ["updated_at", "2020-11-24 14:52:58.665563"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:58.667524"], ["updated_at", "2020-11-24 14:52:58.667524"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:58.669394"], ["updated_at", "2020-11-24 14:52:58.669394"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:58.671188"], ["updated_at", "2020-11-24 14:52:58.671188"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:58.672960"], ["updated_at", "2020-11-24 14:52:58.672960"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:58.674604"], ["updated_at", "2020-11-24 14:52:58.674604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:58.676293"], ["updated_at", "2020-11-24 14:52:58.676293"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:58.677637"], ["updated_at", "2020-11-24 14:52:58.677637"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 969 11913 Monahan Knoll, Lake Lizette, VA 27823"], ["city", "Wilkinsonside"], ["country", "Madagascar"], ["description", "Asperiores recusandae quasi. Repudiandae et id."], ["email", "lizzette@example.info"], ["first_name", "Jesus"], ["firstname", "Velda"], ["last_name", "Ratke"], ["lastname", "Fadel"], ["lat", "40.926225601123264"], ["latitute", "14.547416182150698"], ["lng", "140.7615772397839"], ["locale", "LT"], ["longitude", "-153.75904626702118"], ["middlename", "Veum"], ["middle_name", "Dibbert"], ["password", "V8lNsKgTl18WjH"], ["phone", "640.993.2889 x14703"], ["phone_number", "1-722-422-2631 x63213"], ["reference", "5400cdf1-709f-4ac6-a210-cfbbef08821d"], ["title", "Pariatur unde quia id aut."], ["user_name", "tim"], ["username", "jon_mraz"], ["uuid", "2002ce2b-eee3-4518-ae98-d6e09bdb69d6"], ["created_at", "2020-11-24 14:52:58.700123"], ["updated_at", "2020-11-24 14:52:58.700123"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 332 862 Dian Passage, Eldridgeview, UT 80569"], ["city", "Matthewmouth"], ["country", "Iran"], ["description", "Sint officiis totam. Sunt in quidem. Et sunt voluptate."], ["email", "tyler@example.co"], ["first_name", "Chanell"], ["firstname", "Jeremiah"], ["last_name", "Tremblay"], ["lastname", "Bailey"], ["lat", "-10.080770380799748"], ["latitute", "-1.9532919449342359"], ["lng", "25.08771220679415"], ["locale", "AI"], ["longitude", "93.62702975319894"], ["middlename", "Goldner"], ["middle_name", "Bechtelar"], ["password", "QrT6wPd2K540"], ["phone", "314-879-9204"], ["phone_number", "482.320.4437 x33525"], ["reference", "5a5d5299-91d7-40b7-97c0-50cdc81d61fa"], ["title", "Ut nostrum neque quae consequatur nisi."], ["user_name", "burma"], ["username", "melda"], ["uuid", "99a7d5e4-e301-4de4-a3bf-59895a2b3ab5"], ["created_at", "2020-11-24 14:52:58.722062"], ["updated_at", "2020-11-24 14:52:58.722062"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "476 Elba Burgs, Champlinchester, ME 39590-6102"], ["city", "Vitashire"], ["country", "Grenada"], ["description", "Voluptatem non autem. Consequatur dicta blanditiis."], ["email", "aja@example.co"], ["first_name", "Franklyn"], ["firstname", "Tatum"], ["last_name", "Fahey"], ["lastname", "Hartmann"], ["lat", "35.701088212143446"], ["latitute", "-87.67793263421703"], ["lng", "-167.0970109407232"], ["locale", "FI"], ["longitude", "102.56683599442806"], ["middlename", "Hirthe"], ["middle_name", "Russel"], ["password", "AwNzQyZk1"], ["phone", "(402) 559-0327 x7786"], ["phone_number", "228.158.2567 x022"], ["reference", "956ff2e8-465f-4198-8c45-67ca5aea3920"], ["title", "Vitae voluptas minus eaque pariatur."], ["user_name", "sherman_emard"], ["username", "nathaniel_swaniawski"], ["uuid", "9d420ccd-06aa-4a2d-a37f-6895f1a51251"], ["created_at", "2020-11-24 14:52:58.743583"], ["updated_at", "2020-11-24 14:52:58.743583"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 421 446 Rippin Island, Gayleshire, SD 85190"], ["city", "Lake Nilsa"], ["country", "Finland"], ["description", "Non expedita voluptatem. A omnis officiis. Animi magnam inventore. Tenetur deserunt quas. Eius ratione velit."], ["email", "max_bartoletti@example.net"], ["first_name", "Dierdre"], ["firstname", "Chester"], ["last_name", "Macejkovic"], ["lastname", "Dibbert"], ["lat", "-58.101967690791135"], ["latitute", "-55.59540740999678"], ["lng", "-80.77904506095562"], ["locale", "CG"], ["longitude", "-75.67522845716883"], ["middlename", "Murphy"], ["middle_name", "Zboncak"], ["password", "M3jZeIlPwM04s"], ["phone", "685-569-2955"], ["phone_number", "971-327-3114"], ["reference", "841efeca-4066-495a-ae26-95f117277f37"], ["title", "Et quisquam molestiae blanditiis aspernatur."], ["user_name", "graham_lemke"], ["username", "toccara"], ["uuid", "0a19dc73-9d9c-45e2-b399-160985c49152"], ["created_at", "2020-11-24 14:52:58.765226"], ["updated_at", "2020-11-24 14:52:58.765226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "6293 Roberts Ford, Lennyshire, SC 66319"], ["city", "Andersonfort"], ["country", "Martinique"], ["description", "Nostrum consectetur sed. Nesciunt culpa quasi. Odio ducimus omnis. Aut aspernatur autem."], ["email", "grant@example.co"], ["first_name", "Rolf"], ["firstname", "Vincenza"], ["last_name", "Williamson"], ["lastname", "Langworth"], ["lat", "-41.00507590573137"], ["latitute", "-68.48350905803912"], ["lng", "8.735554082875979"], ["locale", "DZ"], ["longitude", "-1.8859854981309354"], ["middlename", "Schuster"], ["middle_name", "Hartmann"], ["password", "8Zz7Zo3TyRxA8k"], ["phone", "1-564-682-2626"], ["phone_number", "961-175-1049 x64306"], ["reference", "803e1743-47e0-4128-83e8-01f2e904f629"], ["title", "Error expedita iure et."], ["user_name", "conception"], ["username", "paulita_rowe"], ["uuid", "cd940423-8e9e-4e08-ba48-3a8638b54bf8"], ["created_at", "2020-11-24 14:52:58.786640"], ["updated_at", "2020-11-24 14:52:58.786640"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 810 957 Labadie Well, East Odell, MA 57835-5588"], ["city", "Nathanchester"], ["country", "Chad"], ["description", "Quasi dolores id. Sit vel officia."], ["email", "mariela@example.com"], ["first_name", "Lili"], ["firstname", "Sammie"], ["last_name", "Becker"], ["lastname", "Johnston"], ["lat", "-82.21906161231611"], ["latitute", "-50.54564941724078"], ["lng", "11.777550310492472"], ["locale", "BZ"], ["longitude", "74.19122827197444"], ["middlename", "Gulgowski"], ["middle_name", "Donnelly"], ["password", "Xv7FwS4lL990"], ["phone", "(885) 315-1229 x332"], ["phone_number", "(606) 032-7932 x23314"], ["reference", "09676e9d-12da-4b31-af63-ed350350d815"], ["title", "Ab quas enim placeat."], ["user_name", "elroy"], ["username", "frances_fritsch"], ["uuid", "c07264fc-4dcc-43af-882b-bc8cdbd00692"], ["created_at", "2020-11-24 14:52:58.808028"], ["updated_at", "2020-11-24 14:52:58.808028"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "22199 Albertina Locks, Jeramyview, WV 43116"], ["city", "Lednerfurt"], ["country", "Uruguay"], ["description", "Eum dolorum sequi. Amet autem esse. Impedit sint sit. Aperiam sint necessitatibus. Sunt nam odit."], ["email", "buena_fisher@example.name"], ["first_name", "Mandi"], ["firstname", "Mason"], ["last_name", "Smitham"], ["lastname", "Weimann"], ["lat", "86.03068191657115"], ["latitute", "-2.3061676247928915"], ["lng", "-159.7714711153004"], ["locale", "EC"], ["longitude", "170.39311939598105"], ["middlename", "Hessel"], ["middle_name", "Windler"], ["password", "W1lZeC4sCt0Ni"], ["phone", "(451) 679-8421 x441"], ["phone_number", "585-806-6474"], ["reference", "6a6820d5-7d8d-4fe6-b013-e1dd6066734a"], ["title", "Rem tenetur est totam voluptas ut."], ["user_name", "ray_fritsch"], ["username", "hiedi"], ["uuid", "e519aff5-0ba4-4935-b18b-2904230cc57f"], ["created_at", "2020-11-24 14:52:58.840225"], ["updated_at", "2020-11-24 14:52:58.840225"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 575 7113 Schumm Inlet, West Francisco, OH 33146"], ["city", "Steviehaven"], ["country", "Bahrain"], ["description", "Quod doloremque perferendis. Et dolore veritatis. Sunt voluptatibus esse. Molestiae enim quasi. Nihil ipsam ea."], ["email", "patricia@example.biz"], ["first_name", "Pablo"], ["firstname", "Elinor"], ["last_name", "Nader"], ["lastname", "Mosciski"], ["lat", "-55.80761297672321"], ["latitute", "8.47464402261923"], ["lng", "-111.90880196687327"], ["locale", "KR"], ["longitude", "157.12046089600767"], ["middlename", "Purdy"], ["middle_name", "Hagenes"], ["password", "EeJqUfJcMsJj"], ["phone", "1-391-338-5354 x7721"], ["phone_number", "(247) 086-1757 x1699"], ["reference", "c649ee40-a112-426a-b388-2eff4c31bad1"], ["title", "Praesentium officia porro nam quaerat molestiae."], ["user_name", "isreal"], ["username", "nickolas"], ["uuid", "f86f785b-c84d-42ef-99c5-ad1f09e47d2f"], ["created_at", "2020-11-24 14:52:58.862253"], ["updated_at", "2020-11-24 14:52:58.862253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 5], ["a_decimal", 1.38081682635302], ["a_string", "Rerum id ratione labore."], ["a_date", "2020-12-02"], ["a_time", "2000-01-01 13:08:07.107457"], ["a_datetime", "2020-11-12 04:18:57.811659"], ["created_at", "2020-11-24 14:52:58.864956"], ["updated_at", "2020-11-24 14:52:58.864956"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 4], ["a_decimal", 6.17145548105459], ["a_string", "Corrupti aliquid modi eum et."], ["a_date", "2021-01-01"], ["a_time", "2000-01-01 16:48:26.209729"], ["a_datetime", "2020-11-03 14:04:27.072242"], ["created_at", "2020-11-24 14:52:58.867251"], ["updated_at", "2020-11-24 14:52:58.867251"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 12], ["a_decimal", 23.6008482514781], ["a_string", "Consequatur quaerat eum nihil est placeat."], ["a_date", "2020-10-31"], ["a_time", "2000-01-01 00:09:42.915934"], ["a_datetime", "2020-12-12 03:08:01.628771"], ["created_at", "2020-11-24 14:52:58.869427"], ["updated_at", "2020-11-24 14:52:58.869427"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 0], ["a_decimal", 1.82481426676931], ["a_string", "Quisquam est dolorum odio porro."], ["a_date", "2020-10-22"], ["a_time", "2000-01-01 17:45:51.861509"], ["a_datetime", "2020-12-03 18:39:29.872513"], ["created_at", "2020-11-24 14:52:58.871612"], ["updated_at", "2020-11-24 14:52:58.871612"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 18], ["a_decimal", 0.149719965918377], ["a_string", "Et nihil nesciunt voluptatem eos."], ["a_date", "2020-11-15"], ["a_time", "2000-01-01 15:54:41.323103"], ["a_datetime", "2020-12-12 01:10:53.799594"], ["created_at", "2020-11-24 14:52:58.873772"], ["updated_at", "2020-11-24 14:52:58.873772"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 22], ["a_decimal", 4.60828975636601], ["a_string", "Ipsum saepe ex quaerat."], ["a_date", "2020-10-31"], ["a_time", "2000-01-01 16:50:39.892273"], ["a_datetime", "2020-11-09 16:16:31.578451"], ["created_at", "2020-11-24 14:52:58.875908"], ["updated_at", "2020-11-24 14:52:58.875908"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 12], ["a_decimal", 7.12609713675598], ["a_string", "Similique laborum ratione."], ["a_date", "2020-11-14"], ["a_time", "2000-01-01 19:55:02.700995"], ["a_datetime", "2020-10-15 18:27:12.325631"], ["created_at", "2020-11-24 14:52:58.878057"], ["updated_at", "2020-11-24 14:52:58.878057"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 5], ["a_decimal", 1.48232179283508], ["a_string", "Officia adipisci quis ratione."], ["a_date", "2020-12-20"], ["a_time", "2000-01-01 04:30:06.287130"], ["a_datetime", "2020-12-10 01:07:03.356096"], ["created_at", "2020-11-24 14:52:58.880218"], ["updated_at", "2020-11-24 14:52:58.880218"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:52:58.881781"], ["updated_at", "2020-11-24 14:52:58.881781"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:52:58.882971"], ["updated_at", "2020-11-24 14:52:58.882971"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:52:58.884084"], ["updated_at", "2020-11-24 14:52:58.884084"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:52:58.885201"], ["updated_at", "2020-11-24 14:52:58.885201"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:52:58.886294"], ["updated_at", "2020-11-24 14:52:58.886294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:52:58.887390"], ["updated_at", "2020-11-24 14:52:58.887390"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:52:58.888486"], ["updated_at", "2020-11-24 14:52:58.888486"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:52:58.889569"], ["updated_at", "2020-11-24 14:52:58.889569"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:52:58.890755"], ["updated_at", "2020-11-24 14:52:58.890755"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:52:58.891931"], ["updated_at", "2020-11-24 14:52:58.891931"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:52:58.893093"], ["updated_at", "2020-11-24 14:52:58.893093"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:52:58.894243"], ["updated_at", "2020-11-24 14:52:58.894243"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:52:58.895384"], ["updated_at", "2020-11-24 14:52:58.895384"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:52:58.896537"], ["updated_at", "2020-11-24 14:52:58.896537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:52:58.897684"], ["updated_at", "2020-11-24 14:52:58.897684"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:52:58.898818"], ["updated_at", "2020-11-24 14:52:58.898818"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:58.941509"], ["updated_at", "2020-11-24 14:52:58.941509"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:58.942277"], ["updated_at", "2020-11-24 14:52:58.942277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:58.942884"], ["updated_at", "2020-11-24 14:52:58.942884"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:58.943471"], ["updated_at", "2020-11-24 14:52:58.943471"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:58.944066"], ["updated_at", "2020-11-24 14:52:58.944066"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:58.944655"], ["updated_at", "2020-11-24 14:52:58.944655"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:58.945236"], ["updated_at", "2020-11-24 14:52:58.945236"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:58.945822"], ["updated_at", "2020-11-24 14:52:58.945822"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:58.946454"], ["updated_at", "2020-11-24 14:52:58.946454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:58.947088"], ["updated_at", "2020-11-24 14:52:58.947088"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:58.947745"], ["updated_at", "2020-11-24 14:52:58.947745"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:58.948384"], ["updated_at", "2020-11-24 14:52:58.948384"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:58.949025"], ["updated_at", "2020-11-24 14:52:58.949025"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:58.949634"], ["updated_at", "2020-11-24 14:52:58.949634"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:58.950247"], ["updated_at", "2020-11-24 14:52:58.950247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:58.950855"], ["updated_at", "2020-11-24 14:52:58.950855"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 14:52:58.952111"], ["updated_at", "2020-11-24 14:52:58.952111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 14:52:58.953442"], ["updated_at", "2020-11-24 14:52:58.953442"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 14:52:58.954863"], ["updated_at", "2020-11-24 14:52:58.954863"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 14:52:58.956034"], ["updated_at", "2020-11-24 14:52:58.956034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 14:52:58.957127"], ["updated_at", "2020-11-24 14:52:58.957127"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 14:52:58.958331"], ["updated_at", "2020-11-24 14:52:58.958331"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 14:52:58.959460"], ["updated_at", "2020-11-24 14:52:58.959460"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 14:52:58.960550"], ["updated_at", "2020-11-24 14:52:58.960550"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 4], ["a_decimal", 15.8539877461325], ["a_string", "Non ex debitis harum."], ["a_date", "2020-11-08"], ["a_time", "2000-01-01 11:08:17.267519"], ["a_datetime", "2020-10-13 20:07:28.200660"], ["created_at", "2020-11-24 14:52:59.002264"], ["updated_at", "2020-11-24 14:52:59.002264"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 24], ["a_decimal", 1.64562566487393], ["a_string", "Illo commodi explicabo sint omnis praesentium."], ["a_date", "2020-11-01"], ["a_time", "2000-01-01 04:23:49.156514"], ["a_datetime", "2020-11-28 12:47:00.748826"], ["created_at", "2020-11-24 14:52:59.005338"], ["updated_at", "2020-11-24 14:52:59.005338"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 24], ["a_decimal", 26.8382119583769], ["a_string", "Autem soluta earum pariatur facilis dolor."], ["a_date", "2020-11-27"], ["a_time", "2000-01-01 01:48:52.859673"], ["a_datetime", "2020-12-05 04:47:24.390860"], ["created_at", "2020-11-24 14:52:59.008518"], ["updated_at", "2020-11-24 14:52:59.008518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 25], ["a_decimal", 4.66639158057213], ["a_string", "Itaque ad illum eligendi."], ["a_date", "2020-11-20"], ["a_time", "2000-01-01 06:45:04.476814"], ["a_datetime", "2020-10-31 12:58:24.874096"], ["created_at", "2020-11-24 14:52:59.014339"], ["updated_at", "2020-11-24 14:52:59.014339"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 1], ["a_decimal", 3.2164501995426], ["a_string", "Corrupti facere debitis ducimus molestiae aliquam."], ["a_date", "2020-11-07"], ["a_time", "2000-01-01 14:36:37.243479"], ["a_datetime", "2020-11-06 04:25:54.359471"], ["created_at", "2020-11-24 14:52:59.017390"], ["updated_at", "2020-11-24 14:52:59.017390"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 1], ["a_decimal", 1.33310684820037], ["a_string", "Alias dignissimos dolor sit in sed."], ["a_date", "2020-10-26"], ["a_time", "2000-01-01 01:48:39.609013"], ["a_datetime", "2020-10-30 14:43:05.418778"], ["created_at", "2020-11-24 14:52:59.020087"], ["updated_at", "2020-11-24 14:52:59.020087"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:59.023015"], ["updated_at", "2020-11-24 14:52:59.023015"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:59.057615"], ["updated_at", "2020-11-24 14:52:59.057615"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:59.059459"], ["updated_at", "2020-11-24 14:52:59.059459"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:59.060691"], ["updated_at", "2020-11-24 14:52:59.060691"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:59.061973"], ["updated_at", "2020-11-24 14:52:59.061973"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (15.0ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:59.063287"], ["updated_at", "2020-11-24 14:52:59.063287"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:59.080046"], ["updated_at", "2020-11-24 14:52:59.080046"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:59.081736"], ["updated_at", "2020-11-24 14:52:59.081736"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:59.082993"], ["updated_at", "2020-11-24 14:52:59.082993"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:59.085531"], ["updated_at", "2020-11-24 14:52:59.085531"]]  (0.7ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:59.088560"], ["updated_at", "2020-11-24 14:52:59.088560"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:59.090856"], ["updated_at", "2020-11-24 14:52:59.090856"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:59.093139"], ["updated_at", "2020-11-24 14:52:59.093139"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:59.095154"], ["updated_at", "2020-11-24 14:52:59.095154"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:59.097183"], ["updated_at", "2020-11-24 14:52:59.097183"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:59.099210"], ["updated_at", "2020-11-24 14:52:59.099210"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:59.101251"], ["updated_at", "2020-11-24 14:52:59.101251"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 247 234 Wilber Ports, West Dexter, MA 75499"], ["city", "O'Haramouth"], ["country", "Taiwan"], ["description", "Maxime minus ipsum. Nesciunt sunt magnam. Voluptatem hic ab."], ["email", "linh.herman@example.biz"], ["first_name", "Pablo"], ["firstname", "Melodi"], ["last_name", "Davis"], ["lastname", "Hand"], ["lat", "-70.4830913463114"], ["latitute", "55.87232215528138"], ["lng", "67.72775064632654"], ["locale", "AX"], ["longitude", "36.89562519018034"], ["middlename", "Huel"], ["middle_name", "Cummerata"], ["password", "So5BlDa3QwKiP7"], ["phone", "437-236-7411 x06603"], ["phone_number", "1-122-351-2144"], ["reference", "fae418f0-102c-4f8a-b05c-a2859d765d3a"], ["title", "Non dolor cum omnis ad labore."], ["user_name", "harris"], ["username", "gayla"], ["uuid", "74056ae1-ecff-4ac4-b1f2-7ded6e94c8c9"], ["created_at", "2020-11-24 14:52:59.128061"], ["updated_at", "2020-11-24 14:52:59.128061"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 905 4701 Fritsch Place, South Scott, VA 21064"], ["city", "Dremafort"], ["country", "Bolivia"], ["description", "Asperiores et in. Sit voluptates nam. Accusamus quia sunt."], ["email", "pasty_jakubowski@example.com"], ["first_name", "Nan"], ["firstname", "Francina"], ["last_name", "Casper"], ["lastname", "Doyle"], ["lat", "75.96483436716281"], ["latitute", "-81.18088381911613"], ["lng", "24.417907541273905"], ["locale", "LY"], ["longitude", "-116.04380554936316"], ["middlename", "Wiza"], ["middle_name", "Hegmann"], ["password", "0ErIqH30h4Op"], ["phone", "763.548.1731 x81146"], ["phone_number", "603.211.5642"], ["reference", "c4ca9216-a8cb-4f35-9421-3becd380f6a8"], ["title", "Autem totam eius aperiam est impedit."], ["user_name", "chuck_ferry"], ["username", "ngoc_balistreri"], ["uuid", "a1670293-5ad2-4c0e-87a0-4e41578ef7ae"], ["created_at", "2020-11-24 14:52:59.150759"], ["updated_at", "2020-11-24 14:52:59.150759"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "462 Denisse Freeway, West Colemanchester, OH 37116"], ["city", "New Linette"], ["country", "Chad"], ["description", "Recusandae eligendi molestiae. Architecto quas vel. Omnis molestiae optio. Sit est consectetur."], ["email", "aundrea@example.biz"], ["first_name", "Neil"], ["firstname", "Gertha"], ["last_name", "Brakus"], ["lastname", "Hermiston"], ["lat", "1.2347580882053677"], ["latitute", "49.65180421842814"], ["lng", "24.447368187998904"], ["locale", "TG"], ["longitude", "-145.4497021626534"], ["middlename", "Weber"], ["middle_name", "Armstrong"], ["password", "PgQyYp5GgEeIb"], ["phone", "1-214-185-8873 x987"], ["phone_number", "(699) 542-9689 x013"], ["reference", "1d58fccd-0cee-443f-bd9f-10980adcbd11"], ["title", "Inventore beatae veritatis odit placeat."], ["user_name", "cristobal"], ["username", "sherri_graham"], ["uuid", "94ab3ed6-6ed2-476b-91c9-b84335f6e0fc"], ["created_at", "2020-11-24 14:52:59.172961"], ["updated_at", "2020-11-24 14:52:59.172961"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 163 70019 Cummerata Harbors, Jerdechester, AL 12533-7469"], ["city", "Keriburgh"], ["country", "Syrian Arab Republic"], ["description", "Numquam aut similique. Ut ipsum dolorem."], ["email", "cassey_wuckert@example.info"], ["first_name", "Marybelle"], ["firstname", "Luke"], ["last_name", "Corkery"], ["lastname", "Hartmann"], ["lat", "77.28788471517666"], ["latitute", "-39.98718265091595"], ["lng", "-58.2538432168751"], ["locale", "PK"], ["longitude", "85.41896381448316"], ["middlename", "Purdy"], ["middle_name", "Dooley"], ["password", "SfXxBaP457iR"], ["phone", "(883) 701-4244 x29411"], ["phone_number", "259.669.8774 x12389"], ["reference", "9b296d11-1f39-42c3-8513-8345e24adcd1"], ["title", "Impedit doloremque labore aut possimus aliquid."], ["user_name", "carmen"], ["username", "reginald"], ["uuid", "0be2fcdd-da47-47f7-bc3d-b30e7a7f6fba"], ["created_at", "2020-11-24 14:52:59.195162"], ["updated_at", "2020-11-24 14:52:59.195162"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "189 Reynolds Freeway, Rubinfort, MD 33987"], ["city", "West Nerissa"], ["country", "Niger"], ["description", "Atque error qui. Dolorem voluptatem eos. Corporis ducimus quo."], ["email", "lawrence.douglas@example.com"], ["first_name", "Oma"], ["firstname", "Lynda"], ["last_name", "Bernhard"], ["lastname", "Witting"], ["lat", "-49.788237790524825"], ["latitute", "88.66389691190463"], ["lng", "-59.2678975976786"], ["locale", "YT"], ["longitude", "-92.68870538357194"], ["middlename", "Cruickshank"], ["middle_name", "Beier"], ["password", "OsZ1hEhHt4VoAz4Z"], ["phone", "402.687.2519 x046"], ["phone_number", "(111) 128-7326 x09178"], ["reference", "914783d8-5c70-4676-85d9-45d287b7aa1c"], ["title", "Asperiores ut facere."], ["user_name", "micaela"], ["username", "claretta.goodwin"], ["uuid", "34833cee-fb26-40a3-8d8b-992b75ca8bdd"], ["created_at", "2020-11-24 14:52:59.221400"], ["updated_at", "2020-11-24 14:52:59.221400"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "451 Torp Springs, Harveychester, IN 37514"], ["city", "West Tifany"], ["country", "Burundi"], ["description", "Similique sed quam. Ipsum id reprehenderit. Quis amet magni. Doloremque autem omnis."], ["email", "annabelle@example.com"], ["first_name", "Jamal"], ["firstname", "Matt"], ["last_name", "Kris"], ["lastname", "Raynor"], ["lat", "-12.543028196800606"], ["latitute", "-42.4092244002882"], ["lng", "-16.636566323844022"], ["locale", "UY"], ["longitude", "157.68706566701604"], ["middlename", "Purdy"], ["middle_name", "Keeling"], ["password", "AcYsR0gNt7Lc"], ["phone", "1-696-089-4866 x969"], ["phone_number", "535-673-9332 x621"], ["reference", "bb1e6632-5ee2-48d4-bd6a-89fa723d2ee7"], ["title", "Dolores est iusto provident."], ["user_name", "madelene.huels"], ["username", "moshe_senger"], ["uuid", "a42f1544-04aa-4337-bb1d-9fa958140b5e"], ["created_at", "2020-11-24 14:52:59.246397"], ["updated_at", "2020-11-24 14:52:59.246397"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 445 90245 Beatty Station, Valliefurt, CA 16843-5954"], ["city", "Vivanmouth"], ["country", "Congo"], ["description", "Reprehenderit dolorum tempora. Ut qui iusto. Soluta modi deleniti. Voluptatem repellat quis. Molestiae blanditiis magni."], ["email", "chance@example.io"], ["first_name", "Amiee"], ["firstname", "Ulysses"], ["last_name", "Lehner"], ["lastname", "Corwin"], ["lat", "-30.847308433443516"], ["latitute", "-88.35057644447868"], ["lng", "16.750861808598387"], ["locale", "CM"], ["longitude", "123.15731100804226"], ["middlename", "Donnelly"], ["middle_name", "Abbott"], ["password", "UrWr69GsZ"], ["phone", "349-114-2104 x53258"], ["phone_number", "(976) 142-4949 x6419"], ["reference", "bfa991ad-81d1-4d60-8db8-8a4a1ffb389b"], ["title", "Quo ratione ut voluptate."], ["user_name", "kristyn_gleason"], ["username", "wendell_reilly"], ["uuid", "b3890805-2ca6-4924-9677-02277dae0f9a"], ["created_at", "2020-11-24 14:52:59.279912"], ["updated_at", "2020-11-24 14:52:59.279912"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 353 437 Wisozk Shores, Lake Harlan, WA 30881"], ["city", "Port Dara"], ["country", "Saint Lucia"], ["description", "Voluptatem assumenda aut. Accusantium autem dolore."], ["email", "arminda_johnson@example.com"], ["first_name", "Freeman"], ["firstname", "Catherine"], ["last_name", "Kunze"], ["lastname", "Cruickshank"], ["lat", "-65.92982956509763"], ["latitute", "-8.932845385270724"], ["lng", "-59.445140329574116"], ["locale", "DE"], ["longitude", "143.67265459662678"], ["middlename", "Mayer"], ["middle_name", "Effertz"], ["password", "GlQ2aVpJe"], ["phone", "1-622-810-4196 x72058"], ["phone_number", "695-280-1486 x314"], ["reference", "5e6448ff-28cd-41db-9aaa-080b2cac74ec"], ["title", "Non dolor enim."], ["user_name", "kam"], ["username", "harriette_watsica"], ["uuid", "e817b115-4382-462c-bdca-e2b4a676a833"], ["created_at", "2020-11-24 14:52:59.302240"], ["updated_at", "2020-11-24 14:52:59.302240"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 16], ["a_decimal", 26.7597904051419], ["a_string", "Sint omnis amet."], ["a_date", "2020-12-18"], ["a_time", "2000-01-01 04:50:40.006039"], ["a_datetime", "2020-11-29 15:32:30.266379"], ["created_at", "2020-11-24 14:52:59.305274"], ["updated_at", "2020-11-24 14:52:59.305274"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 0], ["a_decimal", 9.07570545641934], ["a_string", "Tenetur nam quibusdam repellat ut vero."], ["a_date", "2020-11-04"], ["a_time", "2000-01-01 02:11:06.507542"], ["a_datetime", "2020-12-03 00:00:46.194742"], ["created_at", "2020-11-24 14:52:59.307937"], ["updated_at", "2020-11-24 14:52:59.307937"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 5], ["a_decimal", 15.7987000631043], ["a_string", "Accusantium illo architecto."], ["a_date", "2020-11-10"], ["a_time", "2000-01-01 12:23:56.887354"], ["a_datetime", "2020-11-09 16:14:49.222456"], ["created_at", "2020-11-24 14:52:59.310340"], ["updated_at", "2020-11-24 14:52:59.310340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 13], ["a_decimal", 2.86309156474674], ["a_string", "Qui sed repellendus."], ["a_date", "2020-12-01"], ["a_time", "2000-01-01 02:27:03.684579"], ["a_datetime", "2020-12-22 07:32:42.127929"], ["created_at", "2020-11-24 14:52:59.312713"], ["updated_at", "2020-11-24 14:52:59.312713"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 29], ["a_decimal", 40.2442462451432], ["a_string", "Id corrupti soluta magnam omnis."], ["a_date", "2020-11-07"], ["a_time", "2000-01-01 14:41:31.889399"], ["a_datetime", "2020-11-26 17:10:59.380833"], ["created_at", "2020-11-24 14:52:59.315089"], ["updated_at", "2020-11-24 14:52:59.315089"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 8], ["a_decimal", 1.05914996112003], ["a_string", "Deleniti omnis perferendis distinctio."], ["a_date", "2020-11-15"], ["a_time", "2000-01-01 19:55:36.227011"], ["a_datetime", "2021-01-01 04:51:24.612777"], ["created_at", "2020-11-24 14:52:59.317507"], ["updated_at", "2020-11-24 14:52:59.317507"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 22], ["a_decimal", 3.44385872096552], ["a_string", "Inventore aut rerum modi repudiandae."], ["a_date", "2020-12-21"], ["a_time", "2000-01-01 08:51:23.766105"], ["a_datetime", "2020-12-05 23:40:08.864884"], ["created_at", "2020-11-24 14:52:59.320488"], ["updated_at", "2020-11-24 14:52:59.320488"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 10], ["a_decimal", 34.6768338663323], ["a_string", "Sint natus sed earum perspiciatis ex."], ["a_date", "2021-01-05"], ["a_time", "2000-01-01 07:09:56.859343"], ["a_datetime", "2020-10-30 16:43:37.831453"], ["created_at", "2020-11-24 14:52:59.323203"], ["updated_at", "2020-11-24 14:52:59.323203"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:52:59.325228"], ["updated_at", "2020-11-24 14:52:59.325228"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:52:59.326913"], ["updated_at", "2020-11-24 14:52:59.326913"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:52:59.328521"], ["updated_at", "2020-11-24 14:52:59.328521"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:52:59.330055"], ["updated_at", "2020-11-24 14:52:59.330055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:52:59.331493"], ["updated_at", "2020-11-24 14:52:59.331493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:52:59.332967"], ["updated_at", "2020-11-24 14:52:59.332967"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:52:59.334408"], ["updated_at", "2020-11-24 14:52:59.334408"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:52:59.335839"], ["updated_at", "2020-11-24 14:52:59.335839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:52:59.337391"], ["updated_at", "2020-11-24 14:52:59.337391"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:52:59.338983"], ["updated_at", "2020-11-24 14:52:59.338983"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:52:59.340486"], ["updated_at", "2020-11-24 14:52:59.340486"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:52:59.341960"], ["updated_at", "2020-11-24 14:52:59.341960"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:52:59.343413"], ["updated_at", "2020-11-24 14:52:59.343413"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:52:59.344853"], ["updated_at", "2020-11-24 14:52:59.344853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:52:59.346284"], ["updated_at", "2020-11-24 14:52:59.346284"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:52:59.347750"], ["updated_at", "2020-11-24 14:52:59.347750"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:59.393724"], ["updated_at", "2020-11-24 14:52:59.393724"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:59.394744"], ["updated_at", "2020-11-24 14:52:59.394744"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:59.395610"], ["updated_at", "2020-11-24 14:52:59.395610"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:59.396450"], ["updated_at", "2020-11-24 14:52:59.396450"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:59.397306"], ["updated_at", "2020-11-24 14:52:59.397306"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:59.398180"], ["updated_at", "2020-11-24 14:52:59.398180"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:59.399040"], ["updated_at", "2020-11-24 14:52:59.399040"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:52:59.399843"], ["updated_at", "2020-11-24 14:52:59.399843"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:59.400764"], ["updated_at", "2020-11-24 14:52:59.400764"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:59.401661"], ["updated_at", "2020-11-24 14:52:59.401661"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:59.402534"], ["updated_at", "2020-11-24 14:52:59.402534"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:59.403407"], ["updated_at", "2020-11-24 14:52:59.403407"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:59.404316"], ["updated_at", "2020-11-24 14:52:59.404316"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:59.405211"], ["updated_at", "2020-11-24 14:52:59.405211"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:59.406074"], ["updated_at", "2020-11-24 14:52:59.406074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:52:59.406922"], ["updated_at", "2020-11-24 14:52:59.406922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 14:52:59.408652"], ["updated_at", "2020-11-24 14:52:59.408652"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 14:52:59.410331"], ["updated_at", "2020-11-24 14:52:59.410331"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 14:52:59.411864"], ["updated_at", "2020-11-24 14:52:59.411864"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 14:52:59.413370"], ["updated_at", "2020-11-24 14:52:59.413370"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 14:52:59.414866"], ["updated_at", "2020-11-24 14:52:59.414866"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 14:52:59.416379"], ["updated_at", "2020-11-24 14:52:59.416379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 14:52:59.417960"], ["updated_at", "2020-11-24 14:52:59.417960"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 14:52:59.419469"], ["updated_at", "2020-11-24 14:52:59.419469"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.6ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.6ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.6ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 185 459 Daryl Underpass, Lake Hungmouth, PA 53670"], ["city", "Hermantown"], ["country", "Reunion"], ["description", "Repudiandae cum neque. Quasi autem ad. Similique in id."], ["email", "woodrow_kautzer@example.io"], ["first_name", "Tammera"], ["firstname", "Randal"], ["last_name", "Nader"], ["lastname", "Reichel"], ["lat", "84.33535237947223"], ["latitute", "-54.40083786397569"], ["lng", "-156.62048185664406"], ["locale", "SO"], ["longitude", "144.43143904348113"], ["middlename", "Quitzon"], ["middle_name", "Jast"], ["password", "HyPy5GhA68uEf4Qz"], ["phone", "1-649-508-7454 x06841"], ["phone_number", "1-805-578-2464 x5437"], ["reference", "7e6e7c90-4436-4691-a15e-f8e88f291de0"], ["title", "Nostrum temporibus est voluptates dicta consequuntur."], ["user_name", "lovie.oconnell"], ["username", "elfriede_schumm"], ["uuid", "e446826a-bb81-4039-b5f2-4caf06d234a5"], ["created_at", "2020-11-24 14:53:50.939706"], ["updated_at", "2020-11-24 14:53:50.939706"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2008 Clarice Island, West Laurenceland, IL 49413"], ["city", "Millerchester"], ["country", "Virgin Islands, U.S."], ["description", "Ab debitis neque. Ut voluptatem id."], ["email", "ty_harber@example.info"], ["first_name", "Sabine"], ["firstname", "Sherron"], ["last_name", "O'Conner"], ["lastname", "Hintz"], ["lat", "9.479719860769805"], ["latitute", "9.36660270453315"], ["lng", "-133.31736854894692"], ["locale", "VG"], ["longitude", "9.407096528327799"], ["middlename", "Conn"], ["middle_name", "Lindgren"], ["password", "HiBuUyHmNrA579"], ["phone", "111.086.1051"], ["phone_number", "(199) 930-8630 x543"], ["reference", "045af1be-2a78-44dc-ae3a-46eebfff0d80"], ["title", "Non necessitatibus animi est corporis quo."], ["user_name", "alysa"], ["username", "eugenio.gerhold"], ["uuid", "a763a1f6-da6d-409e-8fb2-61221e2030d9"], ["created_at", "2020-11-24 14:53:50.963066"], ["updated_at", "2020-11-24 14:53:50.963066"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 111 889 Rhoda Walks, New Duaneville, MA 32807"], ["city", "Port Manyville"], ["country", "Congo"], ["description", "Delectus officiis doloribus. Voluptas est voluptatem."], ["email", "tonya@example.co"], ["first_name", "Leta"], ["firstname", "Craig"], ["last_name", "Bahringer"], ["lastname", "Orn"], ["lat", "-87.2987352586615"], ["latitute", "-77.12753025060422"], ["lng", "-9.298108796105282"], ["locale", "PR"], ["longitude", "-134.1885947507887"], ["middlename", "Wehner"], ["middle_name", "Howell"], ["password", "6QqJ5hN58o7"], ["phone", "(855) 589-7723 x808"], ["phone_number", "(283) 191-4544 x130"], ["reference", "81ff8ae4-370e-4e28-95cf-22af885ab0c8"], ["title", "Est id non."], ["user_name", "wayne"], ["username", "dayle_larson"], ["uuid", "97046193-a8c2-4b95-a336-dce0b9c6d0fa"], ["created_at", "2020-11-24 14:53:50.984926"], ["updated_at", "2020-11-24 14:53:50.984926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 712 417 Darryl Forest, West Carlosland, IA 50922-4637"], ["city", "Lake Steve"], ["country", "Germany"], ["description", "Exercitationem commodi in. Accusamus et est. Illo non inventore. Qui facilis possimus."], ["email", "herbert@example.com"], ["first_name", "Alphonso"], ["firstname", "Juli"], ["last_name", "Lemke"], ["lastname", "Cummerata"], ["lat", "17.60422753085973"], ["latitute", "42.5817464330288"], ["lng", "-5.86031619099964"], ["locale", "TC"], ["longitude", "130.77921779781542"], ["middlename", "Miller"], ["middle_name", "Ratke"], ["password", "T7zNaSzVi"], ["phone", "1-751-544-2000 x6547"], ["phone_number", "125.074.2123 x1337"], ["reference", "0a3275b2-3e74-4dde-bfaf-51804140746e"], ["title", "Qui soluta ex culpa omnis."], ["user_name", "perry"], ["username", "tim"], ["uuid", "2dad0ed3-8013-4f02-ada8-0a72424dc5fb"], ["created_at", "2020-11-24 14:53:51.007203"], ["updated_at", "2020-11-24 14:53:51.007203"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "99768 Tremblay Dale, North Micheline, MI 39995-8944"], ["city", "Nolanshire"], ["country", "Jamaica"], ["description", "Qui amet at. Dolorum labore magnam. Nulla in dolores."], ["email", "carly@example.info"], ["first_name", "Leta"], ["firstname", "Forest"], ["last_name", "Prosacco"], ["lastname", "Feest"], ["lat", "-57.786231014389905"], ["latitute", "-85.65433494070022"], ["lng", "-2.0410195230408874"], ["locale", "PM"], ["longitude", "12.65104923705789"], ["middlename", "Rosenbaum"], ["middle_name", "Heidenreich"], ["password", "1PaZcUuCwM73cNo"], ["phone", "(713) 651-5867 x86801"], ["phone_number", "296.759.1164 x0469"], ["reference", "39a9a7ed-8aaa-45fd-a9ae-4b2604042df4"], ["title", "Architecto vel harum dolorem."], ["user_name", "ruben_pouros"], ["username", "landon.schuster"], ["uuid", "4eb73e11-ad4c-453b-b79e-78ace11dd920"], ["created_at", "2020-11-24 14:53:51.028635"], ["updated_at", "2020-11-24 14:53:51.028635"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 335 442 Gusikowski Groves, Yundthaven, OR 34878-3965"], ["city", "Hilpertborough"], ["country", "Montenegro"], ["description", "Optio similique ut. Nisi consequatur architecto. Veritatis architecto beatae. Earum unde et. Aut qui reprehenderit."], ["email", "sammie@example.co"], ["first_name", "Delfina"], ["firstname", "Kristina"], ["last_name", "Roberts"], ["lastname", "Pfannerstill"], ["lat", "-69.40343073602223"], ["latitute", "42.254504336754025"], ["lng", "-123.30258158991282"], ["locale", "TC"], ["longitude", "-117.68888497293858"], ["middlename", "Metz"], ["middle_name", "Ledner"], ["password", "G3kCo08T199hPb"], ["phone", "(869) 556-9598 x664"], ["phone_number", "252.419.7757"], ["reference", "1f41533b-6bec-45c5-8c83-7c58b4fc2fc1"], ["title", "Fugiat laboriosam sint aliquid quisquam vero."], ["user_name", "vivian"], ["username", "shirlene"], ["uuid", "cdb2e2d5-665e-4b92-be20-affd38f4b379"], ["created_at", "2020-11-24 14:53:51.050264"], ["updated_at", "2020-11-24 14:53:51.050264"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "5716 Bogisich Brook, East Shamikafurt, KS 25953"], ["city", "Orenshire"], ["country", "Wallis and Futuna"], ["description", "Numquam debitis ut. Aut inventore quod. Vitae totam soluta. Dolorem dolor voluptate."], ["email", "rupert@example.net"], ["first_name", "Brooks"], ["firstname", "Tanja"], ["last_name", "Blick"], ["lastname", "Jacobi"], ["lat", "-9.704364884610158"], ["latitute", "-58.01810620815011"], ["lng", "-83.08177619976318"], ["locale", "LV"], ["longitude", "177.00804248450447"], ["middlename", "Wolff"], ["middle_name", "Hyatt"], ["password", "GnApZzJbLmC"], ["phone", "1-305-689-8813"], ["phone_number", "1-818-123-0675 x734"], ["reference", "da298891-8531-49c1-a168-80035f071d36"], ["title", "Nostrum iure quia."], ["user_name", "sammie"], ["username", "maryalice"], ["uuid", "aa7c5c6c-4949-40ab-9c92-e50976aeaa86"], ["created_at", "2020-11-24 14:53:51.072039"], ["updated_at", "2020-11-24 14:53:51.072039"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 366 1350 Emilio Place, Lake Samuelstad, TN 61869"], ["city", "Hermanbury"], ["country", "Slovenia"], ["description", "Unde molestias laborum. Ut asperiores qui."], ["email", "janiece_barrows@example.co"], ["first_name", "Kyle"], ["firstname", "Rosario"], ["last_name", "Koss"], ["lastname", "Wisoky"], ["lat", "-56.773322597260055"], ["latitute", "11.601432014741675"], ["lng", "-81.85316334254563"], ["locale", "MT"], ["longitude", "159.21730458094441"], ["middlename", "Wolff"], ["middle_name", "DuBuque"], ["password", "VsSe6KfBgK9b"], ["phone", "183-393-3499"], ["phone_number", "1-407-181-7696 x36256"], ["reference", "23062430-91f6-4a4e-b8d3-404d94b94793"], ["title", "Magni eos sunt sed."], ["user_name", "lexie.runolfsson"], ["username", "mae"], ["uuid", "6126a6c6-25ac-4faa-bc1c-29923cc62a5d"], ["created_at", "2020-11-24 14:53:51.103575"], ["updated_at", "2020-11-24 14:53:51.103575"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 279 673 Monty Shores, Harleyton, VT 76804-7607"], ["city", "Sidneyton"], ["country", "China"], ["description", "Facilis non in. Quaerat cumque et. Sint voluptatibus accusantium. Ut aut expedita."], ["email", "coleman@example.biz"], ["first_name", "Alesha"], ["firstname", "Adalberto"], ["last_name", "Runolfsdottir"], ["lastname", "Goodwin"], ["lat", "77.58897863276212"], ["latitute", "-54.466253419851085"], ["lng", "71.64001092978165"], ["locale", "SR"], ["longitude", "-130.7992076107874"], ["middlename", "Fahey"], ["middle_name", "Morar"], ["password", "H0sXmSdZdFa4My"], ["phone", "215-961-6247 x515"], ["phone_number", "653-408-7198 x28189"], ["reference", "59839642-44fb-49f2-8e84-0cf79c3d7537"], ["title", "Alias perferendis officia reprehenderit est quidem."], ["user_name", "delmer.hane"], ["username", "walter"], ["uuid", "e1a0c1e6-1a96-4571-96d7-6a7ebb54328b"], ["created_at", "2020-11-24 14:53:51.125909"], ["updated_at", "2020-11-24 14:53:51.125909"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8493 Rempel Key, South Adelle, ID 44901-8482"], ["city", "Port Tanisha"], ["country", "British Indian Ocean Territory (Chagos Archipelago)"], ["description", "Ullam ut nobis. Inventore voluptas neque. Et eius voluptatem."], ["email", "kristopher@example.org"], ["first_name", "Winnie"], ["firstname", "Lonnie"], ["last_name", "Daniel"], ["lastname", "Raynor"], ["lat", "43.54099014661196"], ["latitute", "-66.14335917003422"], ["lng", "28.547861681935444"], ["locale", "ML"], ["longitude", "-83.6356778522225"], ["middlename", "Kuvalis"], ["middle_name", "Little"], ["password", "IcCbAzNx2KpC5c1"], ["phone", "(497) 905-8407 x2590"], ["phone_number", "1-912-853-5131 x9469"], ["reference", "a87fccbb-9e3c-4cca-8499-5fa4e34f2cc8"], ["title", "Explicabo dicta neque aliquid soluta delectus."], ["user_name", "josiah_boyer"], ["username", "kimbra.vonrueden"], ["uuid", "171c23ed-44dc-4cdc-98a4-242a588fe872"], ["created_at", "2020-11-24 14:53:51.147667"], ["updated_at", "2020-11-24 14:53:51.147667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.169145"], ["updated_at", "2020-11-24 14:53:51.169145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.177742"], ["updated_at", "2020-11-24 14:53:51.177742"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 243 66859 Garth Point, Lake Camille, CA 19689-8311"], ["city", "Elviaton"], ["country", "Anguilla"], ["description", "Ipsam quia id. Molestiae amet quia. Et eius est."], ["email", "emmanuel@example.co"], ["first_name", "Thi"], ["firstname", "Jerlene"], ["last_name", "Morissette"], ["lastname", "Jenkins"], ["lat", "86.89340488750082"], ["latitute", "72.7135063260219"], ["lng", "65.12334458786117"], ["locale", "BD"], ["longitude", "-106.88870091466623"], ["middlename", "Carter"], ["middle_name", "Jenkins"], ["password", "VtFgPyAoHuF14cY"], ["phone", "1-617-668-3989 x860"], ["phone_number", "(819) 815-0455 x08014"], ["reference", "21fc2242-b812-4a93-8250-2f066d304ebb"], ["title", "Doloremque temporibus in ut molestias."], ["user_name", "karla"], ["username", "verda"], ["uuid", "db7c76f5-5028-47f8-bf34-a51f9f2492ee"], ["created_at", "2020-11-24 14:53:51.200156"], ["updated_at", "2020-11-24 14:53:51.200156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 29], ["a_decimal", 0.0422564946823328], ["a_string", "Esse saepe in delectus."], ["a_date", "2020-11-06"], ["a_time", "2000-01-01 00:36:32.703409"], ["a_datetime", "2021-01-03 00:05:35.185682"], ["created_at", "2020-11-24 14:53:51.209194"], ["updated_at", "2020-11-24 14:53:51.209194"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:53:51.213489"], ["updated_at", "2020-11-24 14:53:51.213489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:53:51.217588"], ["updated_at", "2020-11-24 14:53:51.217588"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.230624"], ["updated_at", "2020-11-24 14:53:51.230624"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:53:51.233510"], ["updated_at", "2020-11-24 14:53:51.233510"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 14:53:51.238854"], ["updated_at", "2020-11-24 14:53:51.238854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.253767"], ["updated_at", "2020-11-24 14:53:51.253767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.254840"], ["updated_at", "2020-11-24 14:53:51.254840"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.255719"], ["updated_at", "2020-11-24 14:53:51.255719"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.256636"], ["updated_at", "2020-11-24 14:53:51.256636"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.257712"], ["updated_at", "2020-11-24 14:53:51.257712"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.259145"], ["updated_at", "2020-11-24 14:53:51.259145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.260183"], ["updated_at", "2020-11-24 14:53:51.260183"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.261130"], ["updated_at", "2020-11-24 14:53:51.261130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.263156"], ["updated_at", "2020-11-24 14:53:51.263156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.264676"], ["updated_at", "2020-11-24 14:53:51.264676"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.265994"], ["updated_at", "2020-11-24 14:53:51.265994"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.267232"], ["updated_at", "2020-11-24 14:53:51.267232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.268541"], ["updated_at", "2020-11-24 14:53:51.268541"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.269879"], ["updated_at", "2020-11-24 14:53:51.269879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.271366"], ["updated_at", "2020-11-24 14:53:51.271366"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.272855"], ["updated_at", "2020-11-24 14:53:51.272855"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 125 4569 Hackett Mount, Bednarchester, OR 80313"], ["city", "Alphonsomouth"], ["country", "Malta"], ["description", "Aut et labore. Vero aliquid qui. Recusandae ut animi. Atque accusantium blanditiis."], ["email", "stanton_okeefe@example.co"], ["first_name", "Chester"], ["firstname", "Leroy"], ["last_name", "Predovic"], ["lastname", "Roberts"], ["lat", "-33.24198383291226"], ["latitute", "11.66219956076479"], ["lng", "-115.50686073593168"], ["locale", "HU"], ["longitude", "158.03855616302894"], ["middlename", "O'Kon"], ["middle_name", "Sipes"], ["password", "Hd4GiJiWtGtSrLlX"], ["phone", "573.040.2154"], ["phone_number", "428-142-5899 x0678"], ["reference", "d686df9b-d947-49ff-acdf-ea77d4756e4c"], ["title", "Sit sit voluptatem aut non qui."], ["user_name", "ramon"], ["username", "dolores.labadie"], ["uuid", "c60bf5bb-868f-4bc6-8b53-a2fc13805c8e"], ["created_at", "2020-11-24 14:53:51.314398"], ["updated_at", "2020-11-24 14:53:51.314398"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "26102 Renata Street, Gibsonfort, VA 58891-6276"], ["city", "South Bernardton"], ["country", "Slovakia (Slovak Republic)"], ["description", "Officia eius quasi. Non nihil qui. Aliquid beatae consequatur."], ["email", "tameika@example.name"], ["first_name", "Queenie"], ["firstname", "Robbie"], ["last_name", "Yost"], ["lastname", "Batz"], ["lat", "24.253861945712472"], ["latitute", "34.48440730839852"], ["lng", "-110.35267408420981"], ["locale", "TJ"], ["longitude", "-171.44235892165386"], ["middlename", "Bednar"], ["middle_name", "Weimann"], ["password", "SyKcNv29QbFkL"], ["phone", "(536) 049-5640 x54957"], ["phone_number", "624.615.0728 x7044"], ["reference", "2bd8250f-8f32-4a07-b98e-4431d19bffe1"], ["title", "Eligendi corporis vel laboriosam."], ["user_name", "vicente"], ["username", "laurice.klocko"], ["uuid", "48c14f62-d200-4e33-bd48-6ce68d5b8689"], ["created_at", "2020-11-24 14:53:51.340342"], ["updated_at", "2020-11-24 14:53:51.340342"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "25734 Nicky Heights, South Rudolf, MT 22722-3838"], ["city", "Lake Kimberly"], ["country", "Cuba"], ["description", "Vel quas voluptatem. Sequi ad aut."], ["email", "randall_pfeffer@example.co"], ["first_name", "Ira"], ["firstname", "Boyce"], ["last_name", "Ortiz"], ["lastname", "Quitzon"], ["lat", "-6.806334925983151"], ["latitute", "11.715091420900961"], ["lng", "98.85974007599606"], ["locale", "NL"], ["longitude", "-105.26773278278763"], ["middlename", "Mayert"], ["middle_name", "Smitham"], ["password", "6XzIm0EkMr5"], ["phone", "1-420-591-9035 x992"], ["phone_number", "(709) 142-5717 x69156"], ["reference", "07cae0d7-af69-4d32-b816-672f2c67c9f4"], ["title", "Culpa rerum nobis."], ["user_name", "wilbur"], ["username", "foster.schaden"], ["uuid", "8a4e59cb-0ad2-45cf-bfc2-7b0b336f6dbc"], ["created_at", "2020-11-24 14:53:51.363132"], ["updated_at", "2020-11-24 14:53:51.363132"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "56659 Jackeline Forest, Ivanland, ND 50503"], ["city", "New Rosariostad"], ["country", "Pitcairn Islands"], ["description", "Illo excepturi accusantium. Excepturi recusandae dolores. Porro ea laudantium. Hic quo veritatis."], ["email", "eddie_macejkovic@example.io"], ["first_name", "Erin"], ["firstname", "Abel"], ["last_name", "Murray"], ["lastname", "Volkman"], ["lat", "-88.66518899661594"], ["latitute", "65.62554628682969"], ["lng", "123.01355186446148"], ["locale", "DJ"], ["longitude", "5.622226218854138"], ["middlename", "Daniel"], ["middle_name", "Schaden"], ["password", "CvEqOqO98uNoF7m"], ["phone", "791-268-6304"], ["phone_number", "(595) 025-0848 x319"], ["reference", "37047acf-f120-46f9-8738-cdb058157fcf"], ["title", "In necessitatibus officia placeat."], ["user_name", "lashonda"], ["username", "cristina"], ["uuid", "cbe68943-8169-4765-bf82-6785596823d4"], ["created_at", "2020-11-24 14:53:51.385590"], ["updated_at", "2020-11-24 14:53:51.385590"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 420 5438 Mae Crossroad, South Gilberte, OR 98557-9901"], ["city", "Ehtelside"], ["country", "Qatar"], ["description", "Delectus cupiditate aut. Et qui aspernatur. Necessitatibus ipsam vero."], ["email", "deshawn@example.info"], ["first_name", "Heath"], ["firstname", "Esmeralda"], ["last_name", "Barton"], ["lastname", "Lynch"], ["lat", "40.13070198757629"], ["latitute", "29.236268060376375"], ["lng", "94.57999326367144"], ["locale", "FR"], ["longitude", "144.24452575992507"], ["middlename", "Grady"], ["middle_name", "Blanda"], ["password", "NaWzOnVoIcUhOjV9"], ["phone", "(621) 584-8883 x397"], ["phone_number", "817-863-6394 x6422"], ["reference", "d258c554-648e-4c3c-908f-2fbe2b8d82e2"], ["title", "Vel ut similique."], ["user_name", "chantal"], ["username", "dexter.boyer"], ["uuid", "25ca7d03-629a-4217-b50d-163e21188d8c"], ["created_at", "2020-11-24 14:53:51.407548"], ["updated_at", "2020-11-24 14:53:51.407548"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "12484 Walter Throughway, Altonville, IL 53552-7613"], ["city", "Chershire"], ["country", "Djibouti"], ["description", "Voluptatem distinctio molestias. Voluptatem voluptatem dolorum."], ["email", "alina@example.net"], ["first_name", "Roma"], ["firstname", "Lauren"], ["last_name", "Anderson"], ["lastname", "Labadie"], ["lat", "-38.192307363102756"], ["latitute", "-73.69870814946646"], ["lng", "33.48608053513814"], ["locale", "NL"], ["longitude", "169.4729459160227"], ["middlename", "Walsh"], ["middle_name", "Pfeffer"], ["password", "NsIh9HwUgN4"], ["phone", "(477) 993-8256 x384"], ["phone_number", "(317) 355-6750 x627"], ["reference", "02561efb-6caf-438d-b15b-8cdc3192a1d4"], ["title", "At repellat sit."], ["user_name", "brunilda_bergstrom"], ["username", "kathy_monahan"], ["uuid", "f117c09a-fac6-4bed-b929-19bfebea6993"], ["created_at", "2020-11-24 14:53:51.429089"], ["updated_at", "2020-11-24 14:53:51.429089"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "56507 Gutkowski Neck, New Fredric, MA 06066-3905"], ["city", "Roobbury"], ["country", "Sao Tome and Principe"], ["description", "Possimus pariatur corrupti. Illo mollitia est. Tempora sapiente qui."], ["email", "kip_nader@example.io"], ["first_name", "Dewayne"], ["firstname", "Dane"], ["last_name", "Williamson"], ["lastname", "Wehner"], ["lat", "87.10003046600013"], ["latitute", "65.3102230126321"], ["lng", "-88.60309167067425"], ["locale", "MW"], ["longitude", "-28.335497867305435"], ["middlename", "Carroll"], ["middle_name", "Gibson"], ["password", "Xn0A1ePvPh"], ["phone", "568.712.4390"], ["phone_number", "1-932-268-7052 x7738"], ["reference", "cc32b9e2-c385-4ad0-8a12-f83364439280"], ["title", "Quis quod explicabo."], ["user_name", "leonardo_bednar"], ["username", "hyman_howell"], ["uuid", "bd0da1c3-2003-41d5-bb45-3fdd3ce0dafa"], ["created_at", "2020-11-24 14:53:51.450802"], ["updated_at", "2020-11-24 14:53:51.450802"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "564 Reilly Keys, Tadfurt, VA 04485-5995"], ["city", "Paton"], ["country", "Dominica"], ["description", "Sequi culpa possimus. Deleniti consequatur nisi. Esse numquam sit. Error quas voluptatibus."], ["email", "edward_altenwerth@example.co"], ["first_name", "Mack"], ["firstname", "Kelly"], ["last_name", "Pouros"], ["lastname", "Crona"], ["lat", "-0.41931694814853415"], ["latitute", "-10.255296803890559"], ["lng", "20.364794848121562"], ["locale", "TG"], ["longitude", "13.108317392625366"], ["middlename", "Shields"], ["middle_name", "Wolf"], ["password", "73Q15mFrMn"], ["phone", "939.266.3094 x25547"], ["phone_number", "366.109.3682"], ["reference", "65ad7ac3-9c5b-433e-b38c-fc16f9286263"], ["title", "Consequatur aut quis aut."], ["user_name", "celina.roberts"], ["username", "bobby_bashirian"], ["uuid", "a45d07e9-1b45-4da3-80b5-c8aa1fafc745"], ["created_at", "2020-11-24 14:53:51.483022"], ["updated_at", "2020-11-24 14:53:51.483022"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 5], ["a_decimal", 14.3405060907109], ["a_string", "Sit eum aperiam mollitia."], ["a_date", "2020-11-02"], ["a_time", "2000-01-01 09:05:48.336836"], ["a_datetime", "2020-12-18 12:26:30.669100"], ["created_at", "2020-11-24 14:53:51.486220"], ["updated_at", "2020-11-24 14:53:51.486220"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 21], ["a_decimal", 5.87507733688104], ["a_string", "Ducimus occaecati omnis."], ["a_date", "2020-12-14"], ["a_time", "2000-01-01 17:40:20.886132"], ["a_datetime", "2020-11-18 11:06:46.955388"], ["created_at", "2020-11-24 14:53:51.488890"], ["updated_at", "2020-11-24 14:53:51.488890"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 14], ["a_decimal", 24.7706146290539], ["a_string", "Illo repellat rerum molestias sed."], ["a_date", "2020-11-02"], ["a_time", "2000-01-01 19:43:27.742901"], ["a_datetime", "2020-10-27 23:38:17.798092"], ["created_at", "2020-11-24 14:53:51.491352"], ["updated_at", "2020-11-24 14:53:51.491352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 19], ["a_decimal", 0.235242570151732], ["a_string", "Veniam sed nostrum odit rerum."], ["a_date", "2020-12-21"], ["a_time", "2000-01-01 14:33:47.911632"], ["a_datetime", "2020-11-12 08:25:24.248043"], ["created_at", "2020-11-24 14:53:51.493784"], ["updated_at", "2020-11-24 14:53:51.493784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 6], ["a_decimal", 0.81509148288171], ["a_string", "Inventore blanditiis hic est asperiores."], ["a_date", "2020-12-10"], ["a_time", "2000-01-01 17:17:44.223175"], ["a_datetime", "2020-10-16 08:46:58.306133"], ["created_at", "2020-11-24 14:53:51.496228"], ["updated_at", "2020-11-24 14:53:51.496228"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 4], ["a_decimal", 0.643392767404172], ["a_string", "Ipsam laudantium modi molestiae minima qui."], ["a_date", "2020-12-07"], ["a_time", "2000-01-01 10:07:27.679978"], ["a_datetime", "2020-12-28 17:03:15.529665"], ["created_at", "2020-11-24 14:53:51.498655"], ["updated_at", "2020-11-24 14:53:51.498655"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 7], ["a_decimal", 18.3464405754653], ["a_string", "Ipsa ad fuga sapiente odit."], ["a_date", "2020-11-08"], ["a_time", "2000-01-01 10:46:03.407910"], ["a_datetime", "2020-12-22 15:06:02.008986"], ["created_at", "2020-11-24 14:53:51.501063"], ["updated_at", "2020-11-24 14:53:51.501063"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 4], ["a_decimal", 1.02683822165188], ["a_string", "Totam aliquam dolorem."], ["a_date", "2020-11-21"], ["a_time", "2000-01-01 05:05:47.266029"], ["a_datetime", "2020-12-26 06:41:20.875751"], ["created_at", "2020-11-24 14:53:51.503443"], ["updated_at", "2020-11-24 14:53:51.503443"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:53:51.505398"], ["updated_at", "2020-11-24 14:53:51.505398"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:53:51.507004"], ["updated_at", "2020-11-24 14:53:51.507004"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:53:51.508638"], ["updated_at", "2020-11-24 14:53:51.508638"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:53:51.510124"], ["updated_at", "2020-11-24 14:53:51.510124"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:53:51.511584"], ["updated_at", "2020-11-24 14:53:51.511584"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:53:51.513052"], ["updated_at", "2020-11-24 14:53:51.513052"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:53:51.514509"], ["updated_at", "2020-11-24 14:53:51.514509"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:53:51.515972"], ["updated_at", "2020-11-24 14:53:51.515972"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:53:51.517562"], ["updated_at", "2020-11-24 14:53:51.517562"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:53:51.519162"], ["updated_at", "2020-11-24 14:53:51.519162"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:53:51.520713"], ["updated_at", "2020-11-24 14:53:51.520713"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:53:51.522186"], ["updated_at", "2020-11-24 14:53:51.522186"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:53:51.523667"], ["updated_at", "2020-11-24 14:53:51.523667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:53:51.524818"], ["updated_at", "2020-11-24 14:53:51.524818"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:53:51.525907"], ["updated_at", "2020-11-24 14:53:51.525907"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:53:51.526982"], ["updated_at", "2020-11-24 14:53:51.526982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.571930"], ["updated_at", "2020-11-24 14:53:51.571930"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.572997"], ["updated_at", "2020-11-24 14:53:51.572997"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.574018"], ["updated_at", "2020-11-24 14:53:51.574018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.574880"], ["updated_at", "2020-11-24 14:53:51.574880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.575733"], ["updated_at", "2020-11-24 14:53:51.575733"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.576619"], ["updated_at", "2020-11-24 14:53:51.576619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.577452"], ["updated_at", "2020-11-24 14:53:51.577452"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.578324"], ["updated_at", "2020-11-24 14:53:51.578324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:53:51.579231"], ["updated_at", "2020-11-24 14:53:51.579231"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:53:51.580131"], ["updated_at", "2020-11-24 14:53:51.580131"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:53:51.580983"], ["updated_at", "2020-11-24 14:53:51.580983"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:53:51.581845"], ["updated_at", "2020-11-24 14:53:51.581845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:53:51.582761"], ["updated_at", "2020-11-24 14:53:51.582761"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:53:51.583623"], ["updated_at", "2020-11-24 14:53:51.583623"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:53:51.584493"], ["updated_at", "2020-11-24 14:53:51.584493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:53:51.585406"], ["updated_at", "2020-11-24 14:53:51.585406"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 14:53:51.587159"], ["updated_at", "2020-11-24 14:53:51.587159"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 14:53:51.588965"], ["updated_at", "2020-11-24 14:53:51.588965"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 14:53:51.590547"], ["updated_at", "2020-11-24 14:53:51.590547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 14:53:51.592152"], ["updated_at", "2020-11-24 14:53:51.592152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 14:53:51.593751"], ["updated_at", "2020-11-24 14:53:51.593751"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 14:53:51.595332"], ["updated_at", "2020-11-24 14:53:51.595332"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 14:53:51.596907"], ["updated_at", "2020-11-24 14:53:51.596907"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 14:53:51.598502"], ["updated_at", "2020-11-24 14:53:51.598502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 19], ["a_decimal", 5.36948319208528], ["a_string", "Quia eius deserunt est."], ["a_date", "2020-11-03"], ["a_time", "2000-01-01 23:50:32.365466"], ["a_datetime", "2020-10-29 08:06:53.856475"], ["created_at", "2020-11-24 14:53:51.643383"], ["updated_at", "2020-11-24 14:53:51.643383"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 0], ["a_decimal", 2.61403359887293], ["a_string", "Velit ipsa nam neque iure."], ["a_date", "2020-12-29"], ["a_time", "2000-01-01 12:48:14.023478"], ["a_datetime", "2020-11-29 14:58:22.850245"], ["created_at", "2020-11-24 14:53:51.646900"], ["updated_at", "2020-11-24 14:53:51.646900"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 3], ["a_decimal", 11.0648434749952], ["a_string", "Aliquam saepe quis facilis."], ["a_date", "2020-11-27"], ["a_time", "2000-01-01 11:40:12.969533"], ["a_datetime", "2020-11-16 07:49:56.125248"], ["created_at", "2020-11-24 14:53:51.649834"], ["updated_at", "2020-11-24 14:53:51.649834"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 0], ["a_decimal", 1.14260526413515], ["a_string", "Praesentium beatae sequi sint."], ["a_date", "2020-11-13"], ["a_time", "2000-01-01 23:25:51.350865"], ["a_datetime", "2020-10-30 04:40:40.794661"], ["created_at", "2020-11-24 14:53:51.654622"], ["updated_at", "2020-11-24 14:53:51.654622"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 2], ["a_decimal", 2.38094786965603], ["a_string", "Sed culpa illo exercitationem."], ["a_date", "2020-11-15"], ["a_time", "2000-01-01 19:50:39.715690"], ["a_datetime", "2020-11-08 08:16:59.396975"], ["created_at", "2020-11-24 14:53:51.658410"], ["updated_at", "2020-11-24 14:53:51.658410"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 28], ["a_decimal", 10.1147432474517], ["a_string", "Ipsa quisquam ipsum."], ["a_date", "2020-12-11"], ["a_time", "2000-01-01 19:01:05.738149"], ["a_datetime", "2020-11-08 15:09:06.840250"], ["created_at", "2020-11-24 14:53:51.662526"], ["updated_at", "2020-11-24 14:53:51.662526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.665642"], ["updated_at", "2020-11-24 14:53:51.665642"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.700723"], ["updated_at", "2020-11-24 14:53:51.700723"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.701994"], ["updated_at", "2020-11-24 14:53:51.701994"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.702975"], ["updated_at", "2020-11-24 14:53:51.702975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.703920"], ["updated_at", "2020-11-24 14:53:51.703920"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.704872"], ["updated_at", "2020-11-24 14:53:51.704872"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.705802"], ["updated_at", "2020-11-24 14:53:51.705802"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.706854"], ["updated_at", "2020-11-24 14:53:51.706854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.708169"], ["updated_at", "2020-11-24 14:53:51.708169"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.710434"], ["updated_at", "2020-11-24 14:53:51.710434"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.713030"], ["updated_at", "2020-11-24 14:53:51.713030"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.715531"], ["updated_at", "2020-11-24 14:53:51.715531"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.717379"], ["updated_at", "2020-11-24 14:53:51.717379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.719360"], ["updated_at", "2020-11-24 14:53:51.719360"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.721245"], ["updated_at", "2020-11-24 14:53:51.721245"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.722854"], ["updated_at", "2020-11-24 14:53:51.722854"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:51.724896"], ["updated_at", "2020-11-24 14:53:51.724896"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 865 63261 Kreiger Shoal, North Morrisport, WI 01317"], ["city", "McCulloughview"], ["country", "Barbados"], ["description", "Velit delectus est. Sit voluptas explicabo. Et ad qui. Sed ratione doloribus."], ["email", "loretta_grimes@example.org"], ["first_name", "Shellie"], ["firstname", "Pablo"], ["last_name", "Block"], ["lastname", "Sporer"], ["lat", "68.53823491682317"], ["latitute", "-57.99657044578721"], ["lng", "103.7559951592853"], ["locale", "CW"], ["longitude", "162.04077762467375"], ["middlename", "Quitzon"], ["middle_name", "Hamill"], ["password", "J8kS9vVgAgV6"], ["phone", "211-159-7478 x885"], ["phone_number", "314.284.1231 x137"], ["reference", "fc448ea6-7d66-42d2-bdb1-5dc39c825446"], ["title", "Eum eius voluptatem ut et est."], ["user_name", "karan"], ["username", "titus_kilback"], ["uuid", "4809db4a-40c2-4fb2-b238-6df41f275971"], ["created_at", "2020-11-24 14:53:51.764930"], ["updated_at", "2020-11-24 14:53:51.764930"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 137 244 Connelly Trail, Kutchville, VT 16856-9147"], ["city", "East Herb"], ["country", "Paraguay"], ["description", "Aut minima rerum. Ad porro et. Soluta voluptates ea."], ["email", "marva@example.info"], ["first_name", "Joannie"], ["firstname", "Lula"], ["last_name", "Kulas"], ["lastname", "Smith"], ["lat", "-4.7655110316234754"], ["latitute", "43.92970513939301"], ["lng", "91.83557019171991"], ["locale", "NF"], ["longitude", "-133.09051685026316"], ["middlename", "Lehner"], ["middle_name", "Treutel"], ["password", "9IgDeNpUiXe2Oe0B"], ["phone", "155.138.0419 x9878"], ["phone_number", "786.021.3484 x6832"], ["reference", "369d87cc-a86b-4576-9402-c2484c405829"], ["title", "Sint alias tempore fugit nihil."], ["user_name", "gene.prosacco"], ["username", "terrence.cummerata"], ["uuid", "a7a78a84-3799-4bb9-874c-f4e4b3d03b53"], ["created_at", "2020-11-24 14:53:51.792398"], ["updated_at", "2020-11-24 14:53:51.792398"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4823 Shanika Dale, Boehmland, GA 02848"], ["city", "New Hildred"], ["country", "Saint Vincent and the Grenadines"], ["description", "Et quibusdam fugiat. Quia laborum et."], ["email", "jude_schimmel@example.com"], ["first_name", "Milford"], ["firstname", "Casey"], ["last_name", "Roberts"], ["lastname", "Barton"], ["lat", "-65.29888017045552"], ["latitute", "-70.96679234435837"], ["lng", "-108.33476270270408"], ["locale", "GM"], ["longitude", "108.58015647481193"], ["middlename", "Osinski"], ["middle_name", "Langosh"], ["password", "RiR77aEr0Zx"], ["phone", "127-794-8264"], ["phone_number", "418-135-0724 x9499"], ["reference", "e040129c-731b-4b0c-b73a-b8a71f4074ca"], ["title", "Voluptas mollitia sed."], ["user_name", "linh_kirlin"], ["username", "belinda"], ["uuid", "a86a177e-2db7-4970-8384-596bc9346c21"], ["created_at", "2020-11-24 14:53:51.815043"], ["updated_at", "2020-11-24 14:53:51.815043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 404 63535 Juan Course, West Renato, NV 56782-8584"], ["city", "Leidaport"], ["country", "Dominica"], ["description", "Ipsum id nihil. Dolore aliquid aut. Expedita repellat voluptates."], ["email", "zoraida@example.co"], ["first_name", "Quincy"], ["firstname", "Brian"], ["last_name", "Mann"], ["lastname", "Parker"], ["lat", "59.39621349074801"], ["latitute", "-15.149976335636495"], ["lng", "154.6640520165377"], ["locale", "SX"], ["longitude", "87.30597275173233"], ["middlename", "Jakubowski"], ["middle_name", "Morissette"], ["password", "81O0xDiAnO2"], ["phone", "1-221-992-2267 x8264"], ["phone_number", "843-294-0194 x9552"], ["reference", "6088b59f-e0fd-43bc-8246-928830a7bcd1"], ["title", "Aut et distinctio ex quod veritatis."], ["user_name", "jacinto"], ["username", "miyoko"], ["uuid", "9ef7715a-1af5-48f1-a225-40296339d194"], ["created_at", "2020-11-24 14:53:51.836736"], ["updated_at", "2020-11-24 14:53:51.836736"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 321 476 Milford Trail, Grimeshaven, VT 23280-9024"], ["city", "Kassulkefurt"], ["country", "Tuvalu"], ["description", "Et ipsum omnis. Aut soluta repellat. Reiciendis dolorem voluptatem."], ["email", "caren.shanahan@example.com"], ["first_name", "Quinton"], ["firstname", "Tommie"], ["last_name", "Stark"], ["lastname", "Kuhlman"], ["lat", "11.257637281572414"], ["latitute", "-72.14708480684297"], ["lng", "-109.13744840746104"], ["locale", "PF"], ["longitude", "-71.16877383316883"], ["middlename", "Frami"], ["middle_name", "Haag"], ["password", "1UoBfJdQaOpHo63"], ["phone", "997-134-6043 x793"], ["phone_number", "813.863.5726 x49794"], ["reference", "95fdd73f-0de0-4c85-b5b6-4ca9a7a4d9f2"], ["title", "Debitis sint praesentium voluptatum explicabo."], ["user_name", "daron.halvorson"], ["username", "earlene.mcdermott"], ["uuid", "e71c4cb7-24ed-4507-9944-ad0c57ab0222"], ["created_at", "2020-11-24 14:53:51.858273"], ["updated_at", "2020-11-24 14:53:51.858273"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 145 5611 Krystin Wells, Kathiberg, MO 55133-2282"], ["city", "Wehnerview"], ["country", "Brunei Darussalam"], ["description", "Quas aperiam aut. Voluptatem velit soluta. Hic non nam. Recusandae ipsam itaque."], ["email", "devon@example.info"], ["first_name", "Merle"], ["firstname", "Jacqulyn"], ["last_name", "Swift"], ["lastname", "Lang"], ["lat", "-62.10486090034765"], ["latitute", "-42.68881361833001"], ["lng", "158.89386910164848"], ["locale", "KI"], ["longitude", "-149.05277476523642"], ["middlename", "Little"], ["middle_name", "Bergstrom"], ["password", "ShNqEpD999wC0gL"], ["phone", "(735) 462-3765 x07651"], ["phone_number", "(390) 431-3301"], ["reference", "9c79b6cf-3025-45c5-83fd-f52d2038e3f6"], ["title", "Eius totam labore."], ["user_name", "dwain"], ["username", "nia.metz"], ["uuid", "665e0f92-c8d2-46d7-978d-dcf4db740b73"], ["created_at", "2020-11-24 14:53:51.879826"], ["updated_at", "2020-11-24 14:53:51.879826"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "636 Elayne Shoal, Darebury, TN 62033-9728"], ["city", "South Annett"], ["country", "Wallis and Futuna"], ["description", "Qui excepturi consequatur. Amet voluptatibus beatae."], ["email", "jeniffer.swift@example.biz"], ["first_name", "Tammie"], ["firstname", "Zonia"], ["last_name", "Hodkiewicz"], ["lastname", "Lindgren"], ["lat", "25.70023239089457"], ["latitute", "-42.761093835893256"], ["lng", "-165.5364126311008"], ["locale", "PH"], ["longitude", "-162.50718708175526"], ["middlename", "Barrows"], ["middle_name", "Herman"], ["password", "39Au0SlLtQtEc"], ["phone", "879.470.9752 x285"], ["phone_number", "1-173-686-8934 x8483"], ["reference", "851d4a03-d639-4565-960d-b87406acbee6"], ["title", "Qui cumque ab eum voluptatem repellendus."], ["user_name", "maryjane_farrell"], ["username", "carline_bins"], ["uuid", "a5aaa9f3-b40f-4e34-8266-568f61943a86"], ["created_at", "2020-11-24 14:53:51.901226"], ["updated_at", "2020-11-24 14:53:51.901226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 478 3075 Lowell Knoll, Leannonborough, NM 61076-4622"], ["city", "Ghislaineton"], ["country", "Nauru"], ["description", "Aut beatae eos. Dicta repellat animi. Debitis incidunt atque. Sed soluta sunt."], ["email", "federico_streich@example.com"], ["first_name", "Jolene"], ["firstname", "Jackson"], ["last_name", "Goyette"], ["lastname", "Towne"], ["lat", "14.94296510699479"], ["latitute", "-24.844824139482284"], ["lng", "116.62642014986454"], ["locale", "YT"], ["longitude", "-118.85735524357659"], ["middlename", "Klein"], ["middle_name", "Jenkins"], ["password", "AiBzRbEw85Z9xG"], ["phone", "(598) 604-9725 x8900"], ["phone_number", "(572) 912-6114 x94452"], ["reference", "c5261efd-832f-4bac-891e-775ef1f333dd"], ["title", "Officia occaecati omnis tenetur quaerat."], ["user_name", "carolin"], ["username", "desiree"], ["uuid", "9557a083-36a6-4528-925d-61a490ba8935"], ["created_at", "2020-11-24 14:53:51.932683"], ["updated_at", "2020-11-24 14:53:51.932683"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 22], ["a_decimal", 4.67538974285926], ["a_string", "Eveniet et minus quam."], ["a_date", "2020-11-08"], ["a_time", "2000-01-01 02:19:55.946662"], ["a_datetime", "2020-11-25 06:43:42.944422"], ["created_at", "2020-11-24 14:53:51.935516"], ["updated_at", "2020-11-24 14:53:51.935516"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 36], ["a_decimal", 21.4648567918851], ["a_string", "Doloribus at alias nemo quidem."], ["a_date", "2020-11-11"], ["a_time", "2000-01-01 23:52:25.515182"], ["a_datetime", "2020-10-20 23:13:22.358479"], ["created_at", "2020-11-24 14:53:51.937959"], ["updated_at", "2020-11-24 14:53:51.937959"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 27], ["a_decimal", 18.0956164436826], ["a_string", "Delectus esse facilis ut autem veritatis."], ["a_date", "2020-11-10"], ["a_time", "2000-01-01 20:46:06.602594"], ["a_datetime", "2020-11-08 01:24:33.107735"], ["created_at", "2020-11-24 14:53:51.940250"], ["updated_at", "2020-11-24 14:53:51.940250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 15], ["a_decimal", 5.32831417380083], ["a_string", "Laudantium eligendi fugiat ut omnis."], ["a_date", "2020-10-22"], ["a_time", "2000-01-01 03:33:28.152737"], ["a_datetime", "2020-11-22 15:52:20.886724"], ["created_at", "2020-11-24 14:53:51.942543"], ["updated_at", "2020-11-24 14:53:51.942543"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 0], ["a_decimal", 7.3373624163411], ["a_string", "Error consectetur qui."], ["a_date", "2020-10-17"], ["a_time", "2000-01-01 13:13:01.642649"], ["a_datetime", "2020-11-28 01:07:28.634041"], ["created_at", "2020-11-24 14:53:51.944749"], ["updated_at", "2020-11-24 14:53:51.944749"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 31], ["a_decimal", 29.6868154806807], ["a_string", "Id magnam consequatur."], ["a_date", "2020-11-16"], ["a_time", "2000-01-01 04:17:45.410997"], ["a_datetime", "2020-10-25 10:16:00.710147"], ["created_at", "2020-11-24 14:53:51.946945"], ["updated_at", "2020-11-24 14:53:51.946945"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 5], ["a_decimal", 26.4368238186778], ["a_string", "Fuga nihil tempora vitae."], ["a_date", "2020-12-16"], ["a_time", "2000-01-01 20:28:43.018842"], ["a_datetime", "2020-11-30 19:27:02.039303"], ["created_at", "2020-11-24 14:53:51.949110"], ["updated_at", "2020-11-24 14:53:51.949110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 30], ["a_decimal", 3.05288841127816], ["a_string", "Explicabo mollitia veritatis libero."], ["a_date", "2020-10-22"], ["a_time", "2000-01-01 01:56:53.718814"], ["a_datetime", "2020-12-19 02:02:47.719022"], ["created_at", "2020-11-24 14:53:51.951278"], ["updated_at", "2020-11-24 14:53:51.951278"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:53:51.952896"], ["updated_at", "2020-11-24 14:53:51.952896"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:53:51.954131"], ["updated_at", "2020-11-24 14:53:51.954131"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:53:51.955289"], ["updated_at", "2020-11-24 14:53:51.955289"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:53:51.956425"], ["updated_at", "2020-11-24 14:53:51.956425"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:53:51.957554"], ["updated_at", "2020-11-24 14:53:51.957554"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:53:51.958686"], ["updated_at", "2020-11-24 14:53:51.958686"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:53:51.959818"], ["updated_at", "2020-11-24 14:53:51.959818"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:53:51.960974"], ["updated_at", "2020-11-24 14:53:51.960974"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:53:51.962211"], ["updated_at", "2020-11-24 14:53:51.962211"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:53:51.963395"], ["updated_at", "2020-11-24 14:53:51.963395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:53:51.964550"], ["updated_at", "2020-11-24 14:53:51.964550"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:53:51.965707"], ["updated_at", "2020-11-24 14:53:51.965707"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:53:51.966852"], ["updated_at", "2020-11-24 14:53:51.966852"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:53:51.967991"], ["updated_at", "2020-11-24 14:53:51.967991"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:53:51.969167"], ["updated_at", "2020-11-24 14:53:51.969167"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:53:51.970277"], ["updated_at", "2020-11-24 14:53:51.970277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:52.011257"], ["updated_at", "2020-11-24 14:53:52.011257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:52.012065"], ["updated_at", "2020-11-24 14:53:52.012065"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:52.012754"], ["updated_at", "2020-11-24 14:53:52.012754"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:52.013385"], ["updated_at", "2020-11-24 14:53:52.013385"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:52.014014"], ["updated_at", "2020-11-24 14:53:52.014014"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:52.014645"], ["updated_at", "2020-11-24 14:53:52.014645"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:52.015275"], ["updated_at", "2020-11-24 14:53:52.015275"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:53:52.015907"], ["updated_at", "2020-11-24 14:53:52.015907"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:53:52.016602"], ["updated_at", "2020-11-24 14:53:52.016602"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:53:52.017290"], ["updated_at", "2020-11-24 14:53:52.017290"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:53:52.017944"], ["updated_at", "2020-11-24 14:53:52.017944"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:53:52.018598"], ["updated_at", "2020-11-24 14:53:52.018598"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:53:52.019245"], ["updated_at", "2020-11-24 14:53:52.019245"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:53:52.019897"], ["updated_at", "2020-11-24 14:53:52.019897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:53:52.020562"], ["updated_at", "2020-11-24 14:53:52.020562"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:53:52.021211"], ["updated_at", "2020-11-24 14:53:52.021211"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 14:53:52.022514"], ["updated_at", "2020-11-24 14:53:52.022514"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 14:53:52.023757"], ["updated_at", "2020-11-24 14:53:52.023757"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 14:53:52.024934"], ["updated_at", "2020-11-24 14:53:52.024934"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 14:53:52.026084"], ["updated_at", "2020-11-24 14:53:52.026084"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 14:53:52.027218"], ["updated_at", "2020-11-24 14:53:52.027218"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 14:53:52.028395"], ["updated_at", "2020-11-24 14:53:52.028395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 14:53:52.029568"], ["updated_at", "2020-11-24 14:53:52.029568"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 14:53:52.030743"], ["updated_at", "2020-11-24 14:53:52.030743"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.2ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.0ms) DELETE FROM "bravos";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.9ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.9ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 455 59439 Charisse Haven, North Numbers, NJ 92437-6544"], ["city", "South Edward"], ["country", "Anguilla"], ["description", "Aut quaerat deserunt. Dolor consectetur impedit. Debitis rerum quasi."], ["email", "jan_considine@example.info"], ["first_name", "Larraine"], ["firstname", "Hershel"], ["last_name", "Hermiston"], ["lastname", "Pollich"], ["lat", "-80.24789437582595"], ["latitute", "-88.34802536756216"], ["lng", "176.49438975044853"], ["locale", "MZ"], ["longitude", "-12.01489850449937"], ["middlename", "Borer"], ["middle_name", "Kunde"], ["password", "NaJb90TkJc1"], ["phone", "(870) 053-4391 x0748"], ["phone_number", "(881) 641-6845"], ["reference", "933e8cc8-5976-4991-a015-dc02a0476c28"], ["title", "Commodi sit pariatur recusandae velit."], ["user_name", "roy"], ["username", "stanton.crona"], ["uuid", "d6c8cd97-6cbf-4541-bc77-e106c5c43624"], ["created_at", "2020-11-24 14:54:07.044362"], ["updated_at", "2020-11-24 14:54:07.044362"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 352 953 Felipa Harbor, Lake Samuelchester, GA 27621"], ["city", "Port Lamont"], ["country", "Marshall Islands"], ["description", "Quae velit quisquam. Illum ratione architecto. Pariatur qui dolorem."], ["email", "talitha@example.org"], ["first_name", "Jean"], ["firstname", "Wan"], ["last_name", "Herzog"], ["lastname", "Kihn"], ["lat", "-81.27790320957875"], ["latitute", "-64.96246775613409"], ["lng", "92.08072649761618"], ["locale", "GB"], ["longitude", "-158.3674066728502"], ["middlename", "Bruen"], ["middle_name", "Smitham"], ["password", "CbCaSyVnGtSfGl"], ["phone", "815-240-8551 x257"], ["phone_number", "692-001-7256"], ["reference", "151fc11a-7552-414a-83f1-21df7b9c6fc5"], ["title", "Perspiciatis atque iure nobis provident."], ["user_name", "alyse"], ["username", "randal"], ["uuid", "05f4b425-2df0-4cdb-a723-47af9a77a0a9"], ["created_at", "2020-11-24 14:54:07.066966"], ["updated_at", "2020-11-24 14:54:07.066966"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 128 1734 Hermiston Cliffs, Stacyfurt, RI 92682-1395"], ["city", "Heathcoteside"], ["country", "Iraq"], ["description", "Magnam tempora aspernatur. Nisi ut aut. Laborum deleniti et. Odio ut cupiditate. Officia autem eos."], ["email", "karl_lang@example.name"], ["first_name", "Damion"], ["firstname", "Terrence"], ["last_name", "Berge"], ["lastname", "Stokes"], ["lat", "12.568066415701395"], ["latitute", "14.611209858863518"], ["lng", "33.726123313213094"], ["locale", "SC"], ["longitude", "-146.62486185658778"], ["middlename", "Schmitt"], ["middle_name", "Collier"], ["password", "FaO6x8GuWwJx7"], ["phone", "(614) 506-6487 x0743"], ["phone_number", "1-281-355-8888 x629"], ["reference", "3bb01b50-d06f-4f6c-ab41-6ee39ed8d62e"], ["title", "Saepe enim officia architecto iure."], ["user_name", "kendrick"], ["username", "keneth"], ["uuid", "686a7078-5c44-47ea-97a4-93567a64f0ec"], ["created_at", "2020-11-24 14:54:07.088632"], ["updated_at", "2020-11-24 14:54:07.088632"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 134 50981 Feeney Station, North Margaretastad, NM 27868-9825"], ["city", "Edwinside"], ["country", "Estonia"], ["description", "Est ut est. Pariatur unde vero."], ["email", "shawna@example.com"], ["first_name", "Maryam"], ["firstname", "Christopher"], ["last_name", "Ziemann"], ["lastname", "Beer"], ["lat", "-83.23533056532649"], ["latitute", "77.34177413395005"], ["lng", "-96.09205063500609"], ["locale", "AO"], ["longitude", "102.84522244450494"], ["middlename", "Abernathy"], ["middle_name", "Mohr"], ["password", "XpGpAbE91n"], ["phone", "1-635-148-6708 x6591"], ["phone_number", "(374) 293-1427 x47816"], ["reference", "f734e42e-befb-4352-9dae-45a1996eeaf9"], ["title", "Quisquam veritatis in unde commodi."], ["user_name", "freeman"], ["username", "cindie_franecki"], ["uuid", "9e1c3e78-260c-4578-97d6-7b773fd413a4"], ["created_at", "2020-11-24 14:54:07.110013"], ["updated_at", "2020-11-24 14:54:07.110013"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 305 67684 Von Plaza, Sylviamouth, TN 57606-0590"], ["city", "Whitemouth"], ["country", "United Kingdom"], ["description", "Soluta at debitis. Expedita provident soluta. Optio molestias doloribus. Dolorem pariatur ut."], ["email", "manual@example.info"], ["first_name", "Chance"], ["firstname", "Rupert"], ["last_name", "Harris"], ["lastname", "Fay"], ["lat", "27.218642726603434"], ["latitute", "-49.40918734471153"], ["lng", "-37.216716522713796"], ["locale", "BQ"], ["longitude", "-39.5406691623254"], ["middlename", "McGlynn"], ["middle_name", "Larson"], ["password", "VqQs0JqV0tUnE"], ["phone", "(302) 537-9711 x663"], ["phone_number", "904-983-3289 x25096"], ["reference", "3e29d833-94c0-4b1a-8faf-2fa59b580e26"], ["title", "Reprehenderit praesentium doloribus velit occaecati quis."], ["user_name", "michael"], ["username", "craig"], ["uuid", "8d8d15dc-a7df-4ed2-9828-2f844794dc86"], ["created_at", "2020-11-24 14:54:07.131393"], ["updated_at", "2020-11-24 14:54:07.131393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7063 Lanny Viaduct, New Rubenmouth, DE 16487"], ["city", "South Philipburgh"], ["country", "Antarctica (the territory South of 60 deg S)"], ["description", "Quas molestias est. Tempore accusantium nemo."], ["email", "weldon_bechtelar@example.net"], ["first_name", "Jimmy"], ["firstname", "Harold"], ["last_name", "Johnston"], ["lastname", "Schinner"], ["lat", "4.169478313641861"], ["latitute", "50.03848562380989"], ["lng", "-8.438150888863845"], ["locale", "ML"], ["longitude", "-61.51723609580252"], ["middlename", "Marks"], ["middle_name", "O'Connell"], ["password", "E6iX6z4HyYyBgXz2"], ["phone", "1-357-953-4807 x641"], ["phone_number", "(748) 600-8424 x637"], ["reference", "caca5c6a-1a54-43c3-ac38-11f1b6b8051a"], ["title", "Eaque voluptas sit."], ["user_name", "edmund.ohara"], ["username", "cheree.jast"], ["uuid", "e3095c02-d748-4876-b242-5d6caaabd84e"], ["created_at", "2020-11-24 14:54:07.152747"], ["updated_at", "2020-11-24 14:54:07.152747"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.5ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "25369 Maggie Mount, Everettshire, VA 96481-4493"], ["city", "East Roberto"], ["country", "Rwanda"], ["description", "Corporis omnis corrupti. Et ab porro. Ea alias ut. Autem sequi minima. Itaque voluptatem libero."], ["email", "perry.stark@example.org"], ["first_name", "Tod"], ["firstname", "Eldridge"], ["last_name", "Harber"], ["lastname", "Abbott"], ["lat", "65.94382646500114"], ["latitute", "17.31867739343693"], ["lng", "-70.93479978315841"], ["locale", "BV"], ["longitude", "19.982538497897536"], ["middlename", "DuBuque"], ["middle_name", "Larkin"], ["password", "3YdEt8IqX"], ["phone", "(170) 350-6322"], ["phone_number", "867.056.5223 x96415"], ["reference", "38adc567-1b66-44bd-9425-bea31607e065"], ["title", "Voluptatem asperiores in."], ["user_name", "pamelia"], ["username", "sung.oreilly"], ["uuid", "1f8a13e4-3b61-4c0f-b12f-cac525dd9e33"], ["created_at", "2020-11-24 14:54:07.181562"], ["updated_at", "2020-11-24 14:54:07.181562"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "74289 Marcos Hollow, Ernestinaburgh, NM 46392"], ["city", "Murphyport"], ["country", "Canada"], ["description", "Voluptatibus in adipisci. Voluptatem eum enim. Cumque non dolore."], ["email", "elenora@example.com"], ["first_name", "Laureen"], ["firstname", "Ellsworth"], ["last_name", "Bernier"], ["lastname", "Keeling"], ["lat", "-88.96874993767308"], ["latitute", "-71.0302612986761"], ["lng", "17.457841800900894"], ["locale", "JO"], ["longitude", "-69.80449132687549"], ["middlename", "Jacobson"], ["middle_name", "Herman"], ["password", "U5jZuFmIkMh"], ["phone", "427.278.4400 x98829"], ["phone_number", "529.178.7559 x84266"], ["reference", "93e27095-e2d4-4908-90e1-e99e68ac8080"], ["title", "Pariatur enim perferendis."], ["user_name", "naoma_daniel"], ["username", "patrica_reichel"], ["uuid", "fb38d2d7-7492-4c98-82ca-140595b6ffef"], ["created_at", "2020-11-24 14:54:07.204364"], ["updated_at", "2020-11-24 14:54:07.204364"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "99657 Noe Lights, Gottliebburgh, IN 65153"], ["city", "West Porsha"], ["country", "Saint Barthelemy"], ["description", "Et ipsam distinctio. Sit necessitatibus eveniet. Architecto sed doloribus. Magni facilis sint."], ["email", "denise_jast@example.info"], ["first_name", "Coy"], ["firstname", "Eddie"], ["last_name", "Paucek"], ["lastname", "Hoeger"], ["lat", "83.69765279791625"], ["latitute", "22.004705488855777"], ["lng", "146.17687343384995"], ["locale", "VN"], ["longitude", "-179.13456894607242"], ["middlename", "Anderson"], ["middle_name", "Bogan"], ["password", "Of1L61eTs"], ["phone", "(875) 989-1691 x719"], ["phone_number", "214.345.8296 x4325"], ["reference", "1249fe81-57eb-4f28-ab4e-45fa6c32f397"], ["title", "Iure ipsa eligendi itaque praesentium provident."], ["user_name", "eula"], ["username", "joy"], ["uuid", "6690d6ee-c6ba-45ac-aa9b-1fe50a71a84f"], ["created_at", "2020-11-24 14:54:07.226253"], ["updated_at", "2020-11-24 14:54:07.226253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 103 91961 Lashunda Fall, Port Mikelview, NC 91981"], ["city", "Kuhicbury"], ["country", "Saint Pierre and Miquelon"], ["description", "Ea ducimus dicta. Sunt animi pariatur. Eaque aliquam voluptatem. Ea consequatur consequatur."], ["email", "darius@example.info"], ["first_name", "Jarrett"], ["firstname", "Imelda"], ["last_name", "Johnston"], ["lastname", "Miller"], ["lat", "-12.135782324603667"], ["latitute", "20.118492566347072"], ["lng", "134.45789004003115"], ["locale", "PS"], ["longitude", "69.00794446275725"], ["middlename", "Hackett"], ["middle_name", "Metz"], ["password", "J0hT9m0Li9Gt753V"], ["phone", "1-354-940-8090 x074"], ["phone_number", "271-807-8597 x996"], ["reference", "8acdd335-1669-40af-bb31-3c1ac83684c2"], ["title", "Et et eos."], ["user_name", "roscoe"], ["username", "krystle_klein"], ["uuid", "2f8d73c0-0d00-491e-a377-fb854c6bce3c"], ["created_at", "2020-11-24 14:54:07.248235"], ["updated_at", "2020-11-24 14:54:07.248235"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.270267"], ["updated_at", "2020-11-24 14:54:07.270267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.278922"], ["updated_at", "2020-11-24 14:54:07.278922"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3251 Kling Place, New Gertha, AL 76017-0296"], ["city", "Richardton"], ["country", "Mexico"], ["description", "Voluptas ratione necessitatibus. Officia libero rerum."], ["email", "isiah_lakin@example.net"], ["first_name", "Peg"], ["firstname", "Lucinda"], ["last_name", "Hessel"], ["lastname", "Abernathy"], ["lat", "88.37599096360611"], ["latitute", "33.9208564378318"], ["lng", "87.62081484668806"], ["locale", "CW"], ["longitude", "105.95042177141107"], ["middlename", "Durgan"], ["middle_name", "Gorczany"], ["password", "VuZlEpUkFrIa3Q"], ["phone", "1-361-859-5200"], ["phone_number", "1-367-263-0141 x31789"], ["reference", "49d10e4f-99f5-4a62-aefa-2561233e3337"], ["title", "Veritatis ea ut sed voluptates quam."], ["user_name", "woodrow"], ["username", "elden_blanda"], ["uuid", "b371c2cc-2ce0-43e0-b67f-2a516a56c782"], ["created_at", "2020-11-24 14:54:07.302088"], ["updated_at", "2020-11-24 14:54:07.302088"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 7], ["a_decimal", 5.25727160451977], ["a_string", "Quos molestiae culpa necessitatibus voluptas possimus."], ["a_date", "2020-11-24"], ["a_time", "2000-01-01 16:06:44.248629"], ["a_datetime", "2020-10-14 20:47:55.007031"], ["created_at", "2020-11-24 14:54:07.311000"], ["updated_at", "2020-11-24 14:54:07.311000"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:54:07.315590"], ["updated_at", "2020-11-24 14:54:07.315590"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:54:07.320127"], ["updated_at", "2020-11-24 14:54:07.320127"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.333196"], ["updated_at", "2020-11-24 14:54:07.333196"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:54:07.336326"], ["updated_at", "2020-11-24 14:54:07.336326"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 14:54:07.341863"], ["updated_at", "2020-11-24 14:54:07.341863"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.358661"], ["updated_at", "2020-11-24 14:54:07.358661"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.360122"], ["updated_at", "2020-11-24 14:54:07.360122"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.361105"], ["updated_at", "2020-11-24 14:54:07.361105"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.361944"], ["updated_at", "2020-11-24 14:54:07.361944"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.362780"], ["updated_at", "2020-11-24 14:54:07.362780"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.363586"], ["updated_at", "2020-11-24 14:54:07.363586"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.364402"], ["updated_at", "2020-11-24 14:54:07.364402"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.365219"], ["updated_at", "2020-11-24 14:54:07.365219"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.366854"], ["updated_at", "2020-11-24 14:54:07.366854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.368662"], ["updated_at", "2020-11-24 14:54:07.368662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.370559"], ["updated_at", "2020-11-24 14:54:07.370559"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.372355"], ["updated_at", "2020-11-24 14:54:07.372355"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.374533"], ["updated_at", "2020-11-24 14:54:07.374533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.377035"], ["updated_at", "2020-11-24 14:54:07.377035"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.379081"], ["updated_at", "2020-11-24 14:54:07.379081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.380639"], ["updated_at", "2020-11-24 14:54:07.380639"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "6037 Jannette Route, Adalbertoburgh, KS 60569-8196"], ["city", "New Percy"], ["country", "Belgium"], ["description", "Cumque cupiditate iure. Sed veritatis earum. Quidem accusamus nihil. Modi cumque neque."], ["email", "ilene.kohler@example.biz"], ["first_name", "Johanne"], ["firstname", "Nestor"], ["last_name", "Keeling"], ["lastname", "Hyatt"], ["lat", "-43.511347539637086"], ["latitute", "54.31945297206403"], ["lng", "-116.54379319964687"], ["locale", "CG"], ["longitude", "148.43198846927328"], ["middlename", "West"], ["middle_name", "Bayer"], ["password", "BmKaMcWw8Q"], ["phone", "845.709.0817 x5413"], ["phone_number", "536-188-9519 x8086"], ["reference", "1bc3d203-14f8-445a-a29d-01104251ee06"], ["title", "Ut sed libero asperiores atque aliquam."], ["user_name", "josefine"], ["username", "lea.schaden"], ["uuid", "e2941fb0-2b77-4927-98bd-7099e54df167"], ["created_at", "2020-11-24 14:54:07.422200"], ["updated_at", "2020-11-24 14:54:07.422200"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "958 Spinka Turnpike, Port Angleaborough, MT 87189"], ["city", "Lake Naida"], ["country", "Ukraine"], ["description", "Ut aut omnis. Dolorem sed magnam. Culpa error voluptatem."], ["email", "megan@example.name"], ["first_name", "Dan"], ["firstname", "Afton"], ["last_name", "Volkman"], ["lastname", "Kreiger"], ["lat", "-6.406151354618913"], ["latitute", "36.366624927737945"], ["lng", "126.03924793329645"], ["locale", "GD"], ["longitude", "-46.900656978664216"], ["middlename", "Aufderhar"], ["middle_name", "Beier"], ["password", "CqJwU2bL7mFnSaCx"], ["phone", "541.370.9146 x424"], ["phone_number", "1-968-477-9332 x06279"], ["reference", "96118bfb-7fdb-412c-a28c-0667bbb3d994"], ["title", "Qui nesciunt maiores."], ["user_name", "rolanda.koelpin"], ["username", "tamera"], ["uuid", "8305a27d-850c-4242-9916-569a344c8e89"], ["created_at", "2020-11-24 14:54:07.448312"], ["updated_at", "2020-11-24 14:54:07.448312"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "688 Neida Islands, Goodwinview, MN 60945"], ["city", "West Marlanabury"], ["country", "United States of America"], ["description", "Et a dolores. Tempora dolor est. Rerum vero enim. Et voluptas velit. Cumque voluptate eos."], ["email", "tod@example.co"], ["first_name", "Steven"], ["firstname", "Alverta"], ["last_name", "Homenick"], ["lastname", "Hyatt"], ["lat", "49.448305410244245"], ["latitute", "15.049810296868827"], ["lng", "113.83512700318266"], ["locale", "TV"], ["longitude", "-100.96284619803647"], ["middlename", "Abernathy"], ["middle_name", "Rempel"], ["password", "BgKc8JdNwN6f"], ["phone", "1-501-322-1192 x0538"], ["phone_number", "1-697-724-3909 x882"], ["reference", "2e5db7dd-3b81-448c-a709-093ba4e9fc8f"], ["title", "Ex eligendi dolores et nisi."], ["user_name", "yvonne_simonis"], ["username", "julianna"], ["uuid", "3428189c-fec6-45c4-a28e-da58eb55f811"], ["created_at", "2020-11-24 14:54:07.470576"], ["updated_at", "2020-11-24 14:54:07.470576"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "350 Wolf Streets, Port Darceytown, NV 27984-1380"], ["city", "West Alfredomouth"], ["country", "Kyrgyz Republic"], ["description", "Voluptatum cupiditate rerum. Consectetur minus fugit. Illo consequatur consequuntur. Veritatis accusantium molestiae."], ["email", "matt.mcdermott@example.com"], ["first_name", "Tasia"], ["firstname", "Kyung"], ["last_name", "Jones"], ["lastname", "Nicolas"], ["lat", "72.10198977622659"], ["latitute", "55.533723382527484"], ["lng", "-174.19626495020324"], ["locale", "LB"], ["longitude", "103.62748131679524"], ["middlename", "Pagac"], ["middle_name", "Anderson"], ["password", "NkZiVk91"], ["phone", "(468) 903-4297 x4498"], ["phone_number", "1-326-105-6341 x368"], ["reference", "c6bbc746-6ba7-4cbc-a7e3-8c31420bb4d4"], ["title", "Error ducimus dolor optio explicabo."], ["user_name", "louis.zboncak"], ["username", "corliss.morissette"], ["uuid", "97829ef9-ac8c-46c2-914f-df203d2de8d5"], ["created_at", "2020-11-24 14:54:07.493149"], ["updated_at", "2020-11-24 14:54:07.493149"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "97194 Adams Views, Paucekmouth, RI 92717-2706"], ["city", "Amaliaborough"], ["country", "Malawi"], ["description", "Dolorum est fuga. Corporis dolorum ex. Hic doloribus sit. Alias sed nulla."], ["email", "serina.bogisich@example.io"], ["first_name", "Kristeen"], ["firstname", "Bari"], ["last_name", "Gislason"], ["lastname", "Gutkowski"], ["lat", "-29.691379201324047"], ["latitute", "14.79732675548658"], ["lng", "89.22155199782804"], ["locale", "VU"], ["longitude", "11.520580418316428"], ["middlename", "Windler"], ["middle_name", "Kuhic"], ["password", "L5uQ4bKxBk9O"], ["phone", "(506) 587-6805 x4967"], ["phone_number", "544-712-8802 x6501"], ["reference", "64a50b97-b9e3-405d-9037-c13d1fad7c81"], ["title", "Non eligendi quia cupiditate."], ["user_name", "alden.cummings"], ["username", "shay"], ["uuid", "581bc2a4-3ef1-4be3-8bea-95c96b076347"], ["created_at", "2020-11-24 14:54:07.515032"], ["updated_at", "2020-11-24 14:54:07.515032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 971 50387 Orlando Roads, Stehrside, OR 62429-3954"], ["city", "Port Sherlystad"], ["country", "Sierra Leone"], ["description", "Labore deleniti incidunt. Nihil sed quis."], ["email", "mark_powlowski@example.co"], ["first_name", "Maya"], ["firstname", "Al"], ["last_name", "Macejkovic"], ["lastname", "Muller"], ["lat", "82.8332789986978"], ["latitute", "-67.4300002954865"], ["lng", "-124.47885338083957"], ["locale", "BW"], ["longitude", "-164.03444207759432"], ["middlename", "Adams"], ["middle_name", "Macejkovic"], ["password", "YmW6uDlFyU"], ["phone", "596.035.2303 x582"], ["phone_number", "280-890-6773 x13065"], ["reference", "596d3b31-2515-48ff-9996-cdde3b11ad4e"], ["title", "Facilis odit in veritatis qui recusandae."], ["user_name", "cindie_goodwin"], ["username", "lisabeth"], ["uuid", "6207a243-f0f4-43e2-91bb-98b622233f20"], ["created_at", "2020-11-24 14:54:07.536645"], ["updated_at", "2020-11-24 14:54:07.536645"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 437 8468 Renaldo Cliff, Richardbury, CO 83790-0281"], ["city", "New Caleb"], ["country", "Saint Martin"], ["description", "Mollitia aspernatur explicabo. Maiores rerum quia. Iste vitae in."], ["email", "waltraud_lubowitz@example.com"], ["first_name", "Irvin"], ["firstname", "Arcelia"], ["last_name", "Simonis"], ["lastname", "Treutel"], ["lat", "82.27477683912537"], ["latitute", "67.70681558370407"], ["lng", "1.4171356750958068"], ["locale", "AS"], ["longitude", "-6.190314864150906"], ["middlename", "Bayer"], ["middle_name", "Krajcik"], ["password", "Mt94KmIg5I1eRzZy"], ["phone", "(293) 785-3035 x165"], ["phone_number", "761.740.8033 x483"], ["reference", "ec8634fe-3597-4bae-947f-2ea29103cd5d"], ["title", "Facere error qui eum provident dolorum."], ["user_name", "angeles.ankunding"], ["username", "pura"], ["uuid", "0ff08323-3b00-42ad-9c29-a6228410c155"], ["created_at", "2020-11-24 14:54:07.558816"], ["updated_at", "2020-11-24 14:54:07.558816"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 935 49677 Gregg Light, Weberside, MS 66664-3271"], ["city", "New Jayhaven"], ["country", "Luxembourg"], ["description", "Consequuntur et nisi. Eius dignissimos odio. Nihil praesentium dolorem."], ["email", "nigel.gottlieb@example.net"], ["first_name", "Benito"], ["firstname", "Sammy"], ["last_name", "Deckow"], ["lastname", "Hackett"], ["lat", "-44.97773206277317"], ["latitute", "-87.9307575965635"], ["lng", "-159.4659932572538"], ["locale", "GG"], ["longitude", "79.58919880193957"], ["middlename", "Towne"], ["middle_name", "Stehr"], ["password", "ZpGlEzSsPjL2e3"], ["phone", "425.071.3532"], ["phone_number", "1-425-197-3698 x75964"], ["reference", "0ebbb15e-0622-419e-b229-79a0ec8de8a0"], ["title", "Qui nesciunt architecto reprehenderit."], ["user_name", "boyd"], ["username", "shu_renner"], ["uuid", "e89b85bc-90c2-49c6-9a04-c6ecb1a02d73"], ["created_at", "2020-11-24 14:54:07.592956"], ["updated_at", "2020-11-24 14:54:07.592956"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 7], ["a_decimal", 16.9093477516652], ["a_string", "Aliquid autem quo voluptates."], ["a_date", "2020-11-13"], ["a_time", "2000-01-01 00:14:51.976663"], ["a_datetime", "2020-12-03 05:23:19.435805"], ["created_at", "2020-11-24 14:54:07.595847"], ["updated_at", "2020-11-24 14:54:07.595847"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 4], ["a_decimal", 1.86700255593232], ["a_string", "Saepe quasi est quis quis."], ["a_date", "2020-11-22"], ["a_time", "2000-01-01 20:50:50.587634"], ["a_datetime", "2020-12-21 01:28:30.636053"], ["created_at", "2020-11-24 14:54:07.598451"], ["updated_at", "2020-11-24 14:54:07.598451"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 2], ["a_decimal", 6.21888927086949], ["a_string", "Dolores mollitia sed earum ut ab."], ["a_date", "2021-01-01"], ["a_time", "2000-01-01 08:01:19.150622"], ["a_datetime", "2020-10-18 20:36:41.979828"], ["created_at", "2020-11-24 14:54:07.600960"], ["updated_at", "2020-11-24 14:54:07.600960"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 9], ["a_decimal", -0.957317197033809], ["a_string", "Enim quia et similique rerum."], ["a_date", "2020-11-20"], ["a_time", "2000-01-01 12:55:04.714489"], ["a_datetime", "2020-11-30 17:38:47.456608"], ["created_at", "2020-11-24 14:54:07.603571"], ["updated_at", "2020-11-24 14:54:07.603571"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 10], ["a_decimal", 17.5712101671261], ["a_string", "Provident ducimus sunt aliquid animi cum."], ["a_date", "2020-11-29"], ["a_time", "2000-01-01 00:46:55.635247"], ["a_datetime", "2020-11-09 05:23:49.715734"], ["created_at", "2020-11-24 14:54:07.606196"], ["updated_at", "2020-11-24 14:54:07.606196"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 7], ["a_decimal", 0.36048970711441], ["a_string", "Soluta excepturi voluptates."], ["a_date", "2020-11-24"], ["a_time", "2000-01-01 06:18:39.269868"], ["a_datetime", "2020-12-19 10:32:33.016449"], ["created_at", "2020-11-24 14:54:07.608896"], ["updated_at", "2020-11-24 14:54:07.608896"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 0], ["a_decimal", 0.140758444458636], ["a_string", "Ut est modi ut."], ["a_date", "2020-11-05"], ["a_time", "2000-01-01 07:44:34.310690"], ["a_datetime", "2020-11-01 19:02:22.321073"], ["created_at", "2020-11-24 14:54:07.611576"], ["updated_at", "2020-11-24 14:54:07.611576"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 13], ["a_decimal", 3.41192012085441], ["a_string", "Iure adipisci ratione ut odio."], ["a_date", "2020-12-15"], ["a_time", "2000-01-01 01:39:12.870833"], ["a_datetime", "2021-01-01 13:57:08.038326"], ["created_at", "2020-11-24 14:54:07.614053"], ["updated_at", "2020-11-24 14:54:07.614053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:54:07.615809"], ["updated_at", "2020-11-24 14:54:07.615809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:54:07.617081"], ["updated_at", "2020-11-24 14:54:07.617081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:54:07.618507"], ["updated_at", "2020-11-24 14:54:07.618507"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:54:07.619977"], ["updated_at", "2020-11-24 14:54:07.619977"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:54:07.621257"], ["updated_at", "2020-11-24 14:54:07.621257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:54:07.622451"], ["updated_at", "2020-11-24 14:54:07.622451"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:54:07.623654"], ["updated_at", "2020-11-24 14:54:07.623654"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:54:07.624865"], ["updated_at", "2020-11-24 14:54:07.624865"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:54:07.626128"], ["updated_at", "2020-11-24 14:54:07.626128"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:54:07.627314"], ["updated_at", "2020-11-24 14:54:07.627314"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:54:07.628496"], ["updated_at", "2020-11-24 14:54:07.628496"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:54:07.629703"], ["updated_at", "2020-11-24 14:54:07.629703"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:54:07.630856"], ["updated_at", "2020-11-24 14:54:07.630856"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:54:07.631948"], ["updated_at", "2020-11-24 14:54:07.631948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:54:07.633032"], ["updated_at", "2020-11-24 14:54:07.633032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:54:07.634118"], ["updated_at", "2020-11-24 14:54:07.634118"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.676450"], ["updated_at", "2020-11-24 14:54:07.676450"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.677277"], ["updated_at", "2020-11-24 14:54:07.677277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.677974"], ["updated_at", "2020-11-24 14:54:07.677974"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.678620"], ["updated_at", "2020-11-24 14:54:07.678620"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.679283"], ["updated_at", "2020-11-24 14:54:07.679283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.679923"], ["updated_at", "2020-11-24 14:54:07.679923"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.680580"], ["updated_at", "2020-11-24 14:54:07.680580"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.681226"], ["updated_at", "2020-11-24 14:54:07.681226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:54:07.681909"], ["updated_at", "2020-11-24 14:54:07.681909"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:54:07.682591"], ["updated_at", "2020-11-24 14:54:07.682591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:54:07.683254"], ["updated_at", "2020-11-24 14:54:07.683254"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:54:07.683916"], ["updated_at", "2020-11-24 14:54:07.683916"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:54:07.684591"], ["updated_at", "2020-11-24 14:54:07.684591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:54:07.685252"], ["updated_at", "2020-11-24 14:54:07.685252"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:54:07.685895"], ["updated_at", "2020-11-24 14:54:07.685895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:54:07.686572"], ["updated_at", "2020-11-24 14:54:07.686572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 14:54:07.687899"], ["updated_at", "2020-11-24 14:54:07.687899"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 14:54:07.689162"], ["updated_at", "2020-11-24 14:54:07.689162"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 14:54:07.690298"], ["updated_at", "2020-11-24 14:54:07.690298"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 14:54:07.691458"], ["updated_at", "2020-11-24 14:54:07.691458"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 14:54:07.692614"], ["updated_at", "2020-11-24 14:54:07.692614"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 14:54:07.693777"], ["updated_at", "2020-11-24 14:54:07.693777"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 14:54:07.694926"], ["updated_at", "2020-11-24 14:54:07.694926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 14:54:07.696067"], ["updated_at", "2020-11-24 14:54:07.696067"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 6], ["a_decimal", 5.49845297080595], ["a_string", "Repellat velit nesciunt quis dolorem reiciendis."], ["a_date", "2020-11-02"], ["a_time", "2000-01-01 10:40:18.666860"], ["a_datetime", "2020-12-26 04:40:17.228759"], ["created_at", "2020-11-24 14:54:07.735152"], ["updated_at", "2020-11-24 14:54:07.735152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 22], ["a_decimal", 0.378987348231944], ["a_string", "Veniam voluptates ipsa aut aut assumenda."], ["a_date", "2020-11-14"], ["a_time", "2000-01-01 16:35:51.964960"], ["a_datetime", "2020-12-29 00:08:37.240996"], ["created_at", "2020-11-24 14:54:07.738078"], ["updated_at", "2020-11-24 14:54:07.738078"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 27], ["a_decimal", 10.1837852471791], ["a_string", "Veritatis unde rerum quae ut voluptatem."], ["a_date", "2020-11-08"], ["a_time", "2000-01-01 16:43:32.406613"], ["a_datetime", "2020-10-15 08:54:02.310932"], ["created_at", "2020-11-24 14:54:07.741627"], ["updated_at", "2020-11-24 14:54:07.741627"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 5], ["a_decimal", 10.5568799278826], ["a_string", "Sit aut amet alias aliquid quia."], ["a_date", "2020-10-25"], ["a_time", "2000-01-01 22:20:48.392757"], ["a_datetime", "2020-11-13 12:11:26.517214"], ["created_at", "2020-11-24 14:54:07.746429"], ["updated_at", "2020-11-24 14:54:07.746429"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 5], ["a_decimal", 7.07085133132236], ["a_string", "Ut autem eum quia rem."], ["a_date", "2020-11-24"], ["a_time", "2000-01-01 09:52:53.725340"], ["a_datetime", "2020-11-19 17:26:29.332760"], ["created_at", "2020-11-24 14:54:07.749198"], ["updated_at", "2020-11-24 14:54:07.749198"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 30], ["a_decimal", 4.52576805676941], ["a_string", "Ab repudiandae aspernatur quo accusantium autem."], ["a_date", "2020-12-23"], ["a_time", "2000-01-01 08:06:17.513889"], ["a_datetime", "2020-11-02 07:19:06.092141"], ["created_at", "2020-11-24 14:54:07.751936"], ["updated_at", "2020-11-24 14:54:07.751936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.754822"], ["updated_at", "2020-11-24 14:54:07.754822"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.783337"], ["updated_at", "2020-11-24 14:54:07.783337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.784496"], ["updated_at", "2020-11-24 14:54:07.784496"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.785474"], ["updated_at", "2020-11-24 14:54:07.785474"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.786308"], ["updated_at", "2020-11-24 14:54:07.786308"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.787141"], ["updated_at", "2020-11-24 14:54:07.787141"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.787907"], ["updated_at", "2020-11-24 14:54:07.787907"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.788715"], ["updated_at", "2020-11-24 14:54:07.788715"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.789538"], ["updated_at", "2020-11-24 14:54:07.789538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.791626"], ["updated_at", "2020-11-24 14:54:07.791626"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.794166"], ["updated_at", "2020-11-24 14:54:07.794166"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.795826"], ["updated_at", "2020-11-24 14:54:07.795826"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.797161"], ["updated_at", "2020-11-24 14:54:07.797161"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.798460"], ["updated_at", "2020-11-24 14:54:07.798460"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.799722"], ["updated_at", "2020-11-24 14:54:07.799722"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.801085"], ["updated_at", "2020-11-24 14:54:07.801085"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:07.802577"], ["updated_at", "2020-11-24 14:54:07.802577"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 894 284 Simonne Streets, Kshlerinbury, ID 54238-6554"], ["city", "East Milanbury"], ["country", "Indonesia"], ["description", "Dolorum eius deserunt. Minus beatae soluta. Qui tempora enim."], ["email", "cornell@example.co"], ["first_name", "Barrett"], ["firstname", "Minh"], ["last_name", "Kautzer"], ["lastname", "Jenkins"], ["lat", "-88.5276443367249"], ["latitute", "12.851561370917693"], ["lng", "91.66464628771541"], ["locale", "GU"], ["longitude", "156.20355569113622"], ["middlename", "Hessel"], ["middle_name", "Weber"], ["password", "RtC2eRe6AlRqU"], ["phone", "646-072-6670 x65027"], ["phone_number", "1-886-740-1230 x954"], ["reference", "d9a56fcf-913f-420e-b003-cfa5a6f899f7"], ["title", "Consequatur quos officiis."], ["user_name", "gordon.bashirian"], ["username", "angelina"], ["uuid", "d051db7d-c012-4c68-803f-368a51769e3d"], ["created_at", "2020-11-24 14:54:07.838079"], ["updated_at", "2020-11-24 14:54:07.838079"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "64813 Tyrone Shore, New Cara, KS 33011-0657"], ["city", "Aldenberg"], ["country", "Central African Republic"], ["description", "Perspiciatis doloribus enim. Quibusdam mollitia est. Et ea enim."], ["email", "maryalice_hackett@example.io"], ["first_name", "Valeria"], ["firstname", "Wilfred"], ["last_name", "Stracke"], ["lastname", "Paucek"], ["lat", "2.9162639084131285"], ["latitute", "83.12965722996546"], ["lng", "-63.183180475277226"], ["locale", "SD"], ["longitude", "119.80862459403147"], ["middlename", "Blick"], ["middle_name", "Gulgowski"], ["password", "ZnPt9AjY2z430D"], ["phone", "167.302.0227 x2529"], ["phone_number", "(488) 419-1278 x267"], ["reference", "0fd77964-9744-4e77-aa5b-1ac97677889a"], ["title", "Quia quia nisi."], ["user_name", "yasmine_heathcote"], ["username", "casey_gusikowski"], ["uuid", "5e0fc200-7aea-4b38-b5ba-4a17fa85ee66"], ["created_at", "2020-11-24 14:54:07.864214"], ["updated_at", "2020-11-24 14:54:07.864214"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4622 Polly Mount, North Khalilahport, OH 90482-7332"], ["city", "Bennettport"], ["country", "Bermuda"], ["description", "Rerum error enim. Est vel et. Consectetur beatae doloremque."], ["email", "rashad.murray@example.org"], ["first_name", "Lynsey"], ["firstname", "Keesha"], ["last_name", "Schuppe"], ["lastname", "McKenzie"], ["lat", "-37.552470258866194"], ["latitute", "7.0494680984943585"], ["lng", "-105.2292130825465"], ["locale", "BQ"], ["longitude", "82.78291114608305"], ["middlename", "Legros"], ["middle_name", "Schoen"], ["password", "HaUeHaRt7Zc"], ["phone", "(978) 324-2997 x7975"], ["phone_number", "994-936-0246"], ["reference", "811c6f5e-e18b-4a3d-bb18-28406065d3fa"], ["title", "Voluptates hic deleniti."], ["user_name", "raelene"], ["username", "cecil"], ["uuid", "42784618-c4fa-459d-b248-603f719d58e8"], ["created_at", "2020-11-24 14:54:07.886062"], ["updated_at", "2020-11-24 14:54:07.886062"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 476 303 Kshlerin Dam, Lebsackshire, IL 80720-6462"], ["city", "Mariofurt"], ["country", "Bulgaria"], ["description", "Et deleniti quam. Assumenda reprehenderit odio."], ["email", "delana@example.info"], ["first_name", "Deandre"], ["firstname", "Maisha"], ["last_name", "Oberbrunner"], ["lastname", "Ankunding"], ["lat", "27.40120517968947"], ["latitute", "70.3579339975484"], ["lng", "-151.81172777996346"], ["locale", "MO"], ["longitude", "-154.19268565596502"], ["middlename", "Ritchie"], ["middle_name", "Hudson"], ["password", "Fh0X8mExO5263v"], ["phone", "143-070-5996"], ["phone_number", "1-104-505-1907"], ["reference", "63b86061-0449-4054-97dd-5b9fd8af8a5b"], ["title", "Et inventore possimus doloremque."], ["user_name", "scot"], ["username", "allena"], ["uuid", "6bdd911a-bdc1-42e9-8e70-4ca8f985e8e7"], ["created_at", "2020-11-24 14:54:07.907915"], ["updated_at", "2020-11-24 14:54:07.907915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 200 2047 Quitzon Union, Lonitown, KS 37830-7271"], ["city", "Shawanashire"], ["country", "Armenia"], ["description", "Reprehenderit rerum laboriosam. Magnam pariatur eveniet. Modi harum natus. Autem et amet. Aut consectetur earum."], ["email", "shanell@example.io"], ["first_name", "Ruben"], ["firstname", "Gale"], ["last_name", "Hamill"], ["lastname", "O'Connell"], ["lat", "-74.31194942283676"], ["latitute", "53.90400185455945"], ["lng", "-77.36992209712308"], ["locale", "AS"], ["longitude", "-135.46764380888843"], ["middlename", "Quigley"], ["middle_name", "Beier"], ["password", "A9jCy0CjU73hBw"], ["phone", "543.970.4828 x01208"], ["phone_number", "(256) 982-0049 x55931"], ["reference", "1ad57071-c697-4c5e-a330-fa94f184fd43"], ["title", "Nesciunt perferendis ut eveniet natus sed."], ["user_name", "lorilee.lang"], ["username", "francene"], ["uuid", "4d95474d-b656-4133-ac9a-5c03ed5edec5"], ["created_at", "2020-11-24 14:54:07.930482"], ["updated_at", "2020-11-24 14:54:07.930482"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "932 Kling Lights, Manntown, DE 69051-2763"], ["city", "East Wilfred"], ["country", "Pakistan"], ["description", "Exercitationem non minus. Nam maxime quo. Ullam omnis exercitationem. Dolores quidem est. Omnis laborum laudantium."], ["email", "miguel@example.io"], ["first_name", "Jetta"], ["firstname", "Rodger"], ["last_name", "Schmitt"], ["lastname", "Lubowitz"], ["lat", "-11.705279304039081"], ["latitute", "28.13560910651597"], ["lng", "-54.73360822090177"], ["locale", "AD"], ["longitude", "132.01916081887367"], ["middlename", "Goodwin"], ["middle_name", "Blick"], ["password", "443JaNgEjF"], ["phone", "(171) 484-1505 x654"], ["phone_number", "1-946-597-3443"], ["reference", "e8d7ec24-0a72-4391-82ab-93b26bab671c"], ["title", "Facilis tenetur praesentium."], ["user_name", "leland"], ["username", "devon"], ["uuid", "48c8e0f9-a642-4050-b31d-2e7699cf392d"], ["created_at", "2020-11-24 14:54:07.953104"], ["updated_at", "2020-11-24 14:54:07.953104"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "84468 Bradly Park, East Reynaldo, MN 11019-1380"], ["city", "West Lisabeth"], ["country", "Argentina"], ["description", "Id velit harum. Est debitis et. Et impedit est. Atque sint sit."], ["email", "salvatore_lynch@example.co"], ["first_name", "Nancee"], ["firstname", "Zack"], ["last_name", "Stanton"], ["lastname", "Wunsch"], ["lat", "-39.23567314613562"], ["latitute", "39.89699512119731"], ["lng", "86.71595525433781"], ["locale", "BQ"], ["longitude", "-25.780150238007337"], ["middlename", "Pagac"], ["middle_name", "Ryan"], ["password", "TtLwHbNoE0"], ["phone", "304.562.6376"], ["phone_number", "(825) 435-7089 x0180"], ["reference", "05a72603-a58d-468c-a746-e51d0b270a65"], ["title", "Voluptatem quia odit incidunt ut."], ["user_name", "dierdre"], ["username", "linnea"], ["uuid", "9ce65ac6-6809-4ea3-a35d-49004106eabb"], ["created_at", "2020-11-24 14:54:07.975499"], ["updated_at", "2020-11-24 14:54:07.975499"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "85389 Blanda Passage, Oberbrunnerhaven, RI 85464"], ["city", "Port Sharenstad"], ["country", "French Polynesia"], ["description", "Consectetur magni corporis. Officiis corrupti iste."], ["email", "danny.auer@example.info"], ["first_name", "Helene"], ["firstname", "Louis"], ["last_name", "Ritchie"], ["lastname", "Sawayn"], ["lat", "76.35259459064017"], ["latitute", "1.3954921617448264"], ["lng", "-23.132412854935097"], ["locale", "BJ"], ["longitude", "-119.9184191450575"], ["middlename", "Frami"], ["middle_name", "Gerhold"], ["password", "4J0kDeUnX"], ["phone", "807-616-7115 x270"], ["phone_number", "1-830-768-9499"], ["reference", "b8f69ae3-3ec1-4f8d-895e-972619a2b1a7"], ["title", "Voluptatibus neque repudiandae est enim velit."], ["user_name", "elvera_zboncak"], ["username", "cecelia"], ["uuid", "556d1221-5f08-4434-acb9-e6ddd5fffb63"], ["created_at", "2020-11-24 14:54:08.005896"], ["updated_at", "2020-11-24 14:54:08.005896"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 17], ["a_decimal", 1.02025010232545], ["a_string", "Est dignissimos ut quia enim."], ["a_date", "2020-11-07"], ["a_time", "2000-01-01 00:33:18.194873"], ["a_datetime", "2020-11-21 22:17:59.185268"], ["created_at", "2020-11-24 14:54:08.008675"], ["updated_at", "2020-11-24 14:54:08.008675"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 19], ["a_decimal", 9.58702162468555], ["a_string", "Voluptas non autem qui voluptatem."], ["a_date", "2020-12-23"], ["a_time", "2000-01-01 12:27:29.682342"], ["a_datetime", "2020-10-23 13:38:55.310628"], ["created_at", "2020-11-24 14:54:08.011142"], ["updated_at", "2020-11-24 14:54:08.011142"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1], ["a_decimal", 24.6183356276956], ["a_string", "Rerum qui est sed."], ["a_date", "2020-12-31"], ["a_time", "2000-01-01 02:54:24.369697"], ["a_datetime", "2020-11-27 17:41:53.972061"], ["created_at", "2020-11-24 14:54:08.013556"], ["updated_at", "2020-11-24 14:54:08.013556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 5], ["a_decimal", 5.25567529520189], ["a_string", "Alias rem voluptatem."], ["a_date", "2020-11-04"], ["a_time", "2000-01-01 16:26:05.841237"], ["a_datetime", "2020-10-18 04:14:01.296482"], ["created_at", "2020-11-24 14:54:08.015977"], ["updated_at", "2020-11-24 14:54:08.015977"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 11], ["a_decimal", 9.29694510659487], ["a_string", "Doloribus deserunt suscipit."], ["a_date", "2020-10-24"], ["a_time", "2000-01-01 21:46:03.579838"], ["a_datetime", "2020-11-01 00:05:13.544450"], ["created_at", "2020-11-24 14:54:08.018578"], ["updated_at", "2020-11-24 14:54:08.018578"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 3], ["a_decimal", 0.784382020428348], ["a_string", "Qui consectetur at."], ["a_date", "2020-11-25"], ["a_time", "2000-01-01 15:22:04.283026"], ["a_datetime", "2020-11-15 00:33:00.396748"], ["created_at", "2020-11-24 14:54:08.021114"], ["updated_at", "2020-11-24 14:54:08.021114"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 6], ["a_decimal", 5.63863837077133], ["a_string", "Delectus facere nihil voluptatem iste sequi."], ["a_date", "2020-11-30"], ["a_time", "2000-01-01 19:37:49.448102"], ["a_datetime", "2020-11-22 07:02:07.324513"], ["created_at", "2020-11-24 14:54:08.023519"], ["updated_at", "2020-11-24 14:54:08.023519"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 7], ["a_decimal", 9.03653669312657], ["a_string", "Ea corrupti incidunt."], ["a_date", "2020-12-24"], ["a_time", "2000-01-01 13:05:44.357213"], ["a_datetime", "2020-12-13 21:05:10.873183"], ["created_at", "2020-11-24 14:54:08.025889"], ["updated_at", "2020-11-24 14:54:08.025889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:54:08.027562"], ["updated_at", "2020-11-24 14:54:08.027562"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:54:08.028839"], ["updated_at", "2020-11-24 14:54:08.028839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:54:08.030051"], ["updated_at", "2020-11-24 14:54:08.030051"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:54:08.031247"], ["updated_at", "2020-11-24 14:54:08.031247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:54:08.032491"], ["updated_at", "2020-11-24 14:54:08.032491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:54:08.033728"], ["updated_at", "2020-11-24 14:54:08.033728"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:54:08.035118"], ["updated_at", "2020-11-24 14:54:08.035118"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:54:08.036359"], ["updated_at", "2020-11-24 14:54:08.036359"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:54:08.037704"], ["updated_at", "2020-11-24 14:54:08.037704"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:54:08.038936"], ["updated_at", "2020-11-24 14:54:08.038936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:54:08.040131"], ["updated_at", "2020-11-24 14:54:08.040131"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:54:08.041312"], ["updated_at", "2020-11-24 14:54:08.041312"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:54:08.042532"], ["updated_at", "2020-11-24 14:54:08.042532"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:54:08.043712"], ["updated_at", "2020-11-24 14:54:08.043712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:54:08.044947"], ["updated_at", "2020-11-24 14:54:08.044947"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:54:08.046139"], ["updated_at", "2020-11-24 14:54:08.046139"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:08.091583"], ["updated_at", "2020-11-24 14:54:08.091583"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:08.092381"], ["updated_at", "2020-11-24 14:54:08.092381"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:08.093087"], ["updated_at", "2020-11-24 14:54:08.093087"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:08.093722"], ["updated_at", "2020-11-24 14:54:08.093722"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:08.094316"], ["updated_at", "2020-11-24 14:54:08.094316"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:08.094914"], ["updated_at", "2020-11-24 14:54:08.094914"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:08.095548"], ["updated_at", "2020-11-24 14:54:08.095548"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:54:08.096184"], ["updated_at", "2020-11-24 14:54:08.096184"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:54:08.096844"], ["updated_at", "2020-11-24 14:54:08.096844"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:54:08.097494"], ["updated_at", "2020-11-24 14:54:08.097494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:54:08.098121"], ["updated_at", "2020-11-24 14:54:08.098121"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:54:08.098787"], ["updated_at", "2020-11-24 14:54:08.098787"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:54:08.099450"], ["updated_at", "2020-11-24 14:54:08.099450"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:54:08.100107"], ["updated_at", "2020-11-24 14:54:08.100107"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:54:08.100752"], ["updated_at", "2020-11-24 14:54:08.100752"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:54:08.101409"], ["updated_at", "2020-11-24 14:54:08.101409"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 14:54:08.102644"], ["updated_at", "2020-11-24 14:54:08.102644"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 14:54:08.103786"], ["updated_at", "2020-11-24 14:54:08.103786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 14:54:08.104984"], ["updated_at", "2020-11-24 14:54:08.104984"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 14:54:08.106181"], ["updated_at", "2020-11-24 14:54:08.106181"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 14:54:08.107290"], ["updated_at", "2020-11-24 14:54:08.107290"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 14:54:08.108424"], ["updated_at", "2020-11-24 14:54:08.108424"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 14:54:08.109564"], ["updated_at", "2020-11-24 14:54:08.109564"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 14:54:08.110708"], ["updated_at", "2020-11-24 14:54:08.110708"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.9ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.7ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4622 Keeling Views, Maximostad, NV 76412-2005"], ["city", "Reillymouth"], ["country", "Israel"], ["description", "Placeat sed excepturi. Adipisci dolor aut. Pariatur atque dolores. Assumenda nulla corrupti."], ["email", "alysia@example.name"], ["first_name", "Dimple"], ["firstname", "Shaun"], ["last_name", "Brekke"], ["lastname", "Klein"], ["lat", "25.772048629496"], ["latitute", "-83.7028534006118"], ["lng", "-76.65893974847464"], ["locale", "BQ"], ["longitude", "7.172589995469252"], ["middlename", "Monahan"], ["middle_name", "Rath"], ["password", "32S5qCjQ"], ["phone", "968-450-9185 x0581"], ["phone_number", "(702) 310-2706 x54712"], ["reference", "f2c20363-c620-4024-a5ac-ffb25729594f"], ["title", "Corrupti magni ut similique."], ["user_name", "jarrett"], ["username", "jason.kub"], ["uuid", "5691d36a-6b1b-441c-b6d0-0acc19ac4cb0"], ["created_at", "2020-11-24 14:55:32.554878"], ["updated_at", "2020-11-24 14:55:32.554878"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "50636 Emory Stravenue, Boganfurt, OK 43002"], ["city", "Lake Antony"], ["country", "British Indian Ocean Territory (Chagos Archipelago)"], ["description", "Dolores iste velit. Architecto totam temporibus."], ["email", "jamika.hickle@example.info"], ["first_name", "Eric"], ["firstname", "Ambrose"], ["last_name", "Rowe"], ["lastname", "Satterfield"], ["lat", "8.022970980133891"], ["latitute", "-20.143456083496815"], ["lng", "-31.952425183262477"], ["locale", "KH"], ["longitude", "153.95975631425057"], ["middlename", "Hoeger"], ["middle_name", "Becker"], ["password", "MbK4hXlJoAg"], ["phone", "129.649.6554 x73064"], ["phone_number", "520-272-1950 x618"], ["reference", "6b5173a6-f48a-43d6-97a7-5f324b74d65b"], ["title", "Et totam tenetur dicta tempora modi."], ["user_name", "frederic.yundt"], ["username", "queen_bogisich"], ["uuid", "8102db4c-b0cb-4d04-b69a-f024d79f395a"], ["created_at", "2020-11-24 14:55:32.577071"], ["updated_at", "2020-11-24 14:55:32.577071"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 645 82683 Schumm Parks, Grahammouth, DE 24629"], ["city", "Reyesburgh"], ["country", "Burundi"], ["description", "Ipsam recusandae nobis. Atque quis optio. Illum voluptas cupiditate."], ["email", "mildred@example.net"], ["first_name", "Randall"], ["firstname", "Dusty"], ["last_name", "Hansen"], ["lastname", "Hudson"], ["lat", "77.66499949390177"], ["latitute", "27.70162881672681"], ["lng", "-11.909754926357039"], ["locale", "BV"], ["longitude", "27.143781942493206"], ["middlename", "Leuschke"], ["middle_name", "Dach"], ["password", "Yx2UfBjZvPc1H0b"], ["phone", "811-035-5676 x39676"], ["phone_number", "775.784.9374"], ["reference", "c1c7ab23-cd59-4e5b-829f-b2c5c9577ddf"], ["title", "Ratione aspernatur officia sit pariatur qui."], ["user_name", "francesco.schinner"], ["username", "adella_ferry"], ["uuid", "91d2d2ec-b89c-462e-829e-b3a7aef1c5b5"], ["created_at", "2020-11-24 14:55:32.598861"], ["updated_at", "2020-11-24 14:55:32.598861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 992 3948 Hickle Lodge, Port Jae, KY 33426-9972"], ["city", "Handborough"], ["country", "Eritrea"], ["description", "Illo voluptatum quo. Dolor eaque fugiat."], ["email", "lyman_vonrueden@example.name"], ["first_name", "Brain"], ["firstname", "Walter"], ["last_name", "Gibson"], ["lastname", "Oberbrunner"], ["lat", "8.71896102919682"], ["latitute", "59.677913210724256"], ["lng", "-49.35156417661668"], ["locale", "ET"], ["longitude", "-54.37163522191035"], ["middlename", "Hintz"], ["middle_name", "Zboncak"], ["password", "MgZwT7qKn3V"], ["phone", "220-620-6080 x775"], ["phone_number", "(569) 776-3894 x9696"], ["reference", "dff3bae7-ff39-49f6-89a0-b4d4c5722585"], ["title", "Veritatis aspernatur accusantium minima incidunt corporis."], ["user_name", "david.mueller"], ["username", "dwight_bartoletti"], ["uuid", "719c5b7e-86d4-4e61-af9b-955a339f98d9"], ["created_at", "2020-11-24 14:55:32.620517"], ["updated_at", "2020-11-24 14:55:32.620517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 305 598 Sandy Islands, Alvashire, IA 71617-7830"], ["city", "North Elroychester"], ["country", "Ukraine"], ["description", "Et dolorum id. Tempore voluptatem ad. Quae fuga omnis. Asperiores officia quasi. Quos tempore maiores."], ["email", "alva_farrell@example.net"], ["first_name", "Benny"], ["firstname", "Seth"], ["last_name", "Farrell"], ["lastname", "Bahringer"], ["lat", "32.13999410038387"], ["latitute", "89.19653545094545"], ["lng", "137.27145238673387"], ["locale", "SX"], ["longitude", "46.292183337637994"], ["middlename", "Reinger"], ["middle_name", "Willms"], ["password", "WkQkPnOiCa"], ["phone", "519.578.6655 x74388"], ["phone_number", "193.557.0914 x26482"], ["reference", "14c62326-6785-4f79-b446-82b8b9adbfeb"], ["title", "Voluptate qui laudantium voluptatem voluptatem nostrum."], ["user_name", "lenore"], ["username", "timothy"], ["uuid", "525453e0-3b9b-471d-82fb-1e1152d78a9c"], ["created_at", "2020-11-24 14:55:32.642553"], ["updated_at", "2020-11-24 14:55:32.642553"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "69967 Terrance Shore, Terryville, MD 96770"], ["city", "North Darryl"], ["country", "Croatia"], ["description", "Et quia quis. Laboriosam numquam quaerat. Consequuntur quae rem."], ["email", "mohammed_klocko@example.info"], ["first_name", "Hermelinda"], ["firstname", "Felix"], ["last_name", "Wisozk"], ["lastname", "McCullough"], ["lat", "-1.0691797751136392"], ["latitute", "33.19707684643819"], ["lng", "-155.17811294074764"], ["locale", "MO"], ["longitude", "-67.8416048360187"], ["middlename", "Kuhic"], ["middle_name", "Dare"], ["password", "SfJvDzX48aK1xE0"], ["phone", "1-539-808-8442 x07890"], ["phone_number", "629-417-0147"], ["reference", "aa52d6ea-fe83-4ad2-b321-f3866b5736c6"], ["title", "Accusamus optio voluptatem corrupti veritatis."], ["user_name", "eliseo"], ["username", "dylan.auer"], ["uuid", "abceab81-37bc-40fc-becb-3426d7f61160"], ["created_at", "2020-11-24 14:55:32.664218"], ["updated_at", "2020-11-24 14:55:32.664218"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 129 902 Mosciski Wells, South Landon, SD 45158-6385"], ["city", "West Elizabet"], ["country", "Israel"], ["description", "Velit sed adipisci. Quibusdam rerum libero. Sed debitis delectus. Minima in maiores. Non dolor reprehenderit."], ["email", "melita_dickens@example.org"], ["first_name", "Marica"], ["firstname", "Jeremy"], ["last_name", "Cormier"], ["lastname", "Witting"], ["lat", "-71.3907010272786"], ["latitute", "8.085981065017691"], ["lng", "157.91172952908227"], ["locale", "SL"], ["longitude", "157.9590347923516"], ["middlename", "Hoeger"], ["middle_name", "Torp"], ["password", "Sv6UwBtCuRdAeG"], ["phone", "243.335.4520 x3297"], ["phone_number", "203-429-0239 x54296"], ["reference", "4b7baf61-00f8-424f-b1f3-507994cb3de7"], ["title", "Quae expedita eum molestiae."], ["user_name", "rosa"], ["username", "melvin"], ["uuid", "2ccbf39b-8604-4597-9ece-d406e28d3af8"], ["created_at", "2020-11-24 14:55:32.694675"], ["updated_at", "2020-11-24 14:55:32.694675"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "73751 Wisoky Junction, Kirlinborough, FL 86323-7405"], ["city", "Lake Pameliamouth"], ["country", "Austria"], ["description", "Vel ut quidem. Corrupti eos quia. Voluptatem omnis consequuntur. Aut aspernatur voluptas."], ["email", "adrian@example.io"], ["first_name", "Aurelia"], ["firstname", "Glen"], ["last_name", "Shields"], ["lastname", "Grimes"], ["lat", "-22.1238609223753"], ["latitute", "-8.713785498770633"], ["lng", "-124.06463158243685"], ["locale", "AG"], ["longitude", "-57.56394474590404"], ["middlename", "Nitzsche"], ["middle_name", "Mitchell"], ["password", "Q5iWxRgM20jW8pI"], ["phone", "(740) 608-4385 x42854"], ["phone_number", "399-685-2725"], ["reference", "2239579c-982b-4715-9cc5-a4882c2b0cd1"], ["title", "Explicabo inventore consequatur et."], ["user_name", "adrian"], ["username", "tessa.rowe"], ["uuid", "636d8764-6c6d-4119-a837-c63b0cbe225c"], ["created_at", "2020-11-24 14:55:32.717056"], ["updated_at", "2020-11-24 14:55:32.717056"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 187 34374 Vincenzo Cliffs, Donniefurt, DE 66034"], ["city", "New Archie"], ["country", "Bahamas"], ["description", "Tempora ut non. Dolore fuga placeat. Voluptatem quaerat maiores. Ut quibusdam ea. Aut sit natus."], ["email", "ardelle.mraz@example.name"], ["first_name", "Chung"], ["firstname", "Foster"], ["last_name", "Dach"], ["lastname", "Rempel"], ["lat", "46.93208399787838"], ["latitute", "-13.522472339961539"], ["lng", "177.63250630218317"], ["locale", "JP"], ["longitude", "-99.08411312656723"], ["middlename", "Haley"], ["middle_name", "Auer"], ["password", "J754w9KwK0u"], ["phone", "(824) 418-9644 x1851"], ["phone_number", "950-849-4012 x95731"], ["reference", "e29ee561-fc70-49c1-8d83-ffa26649f9ee"], ["title", "Esse est sunt accusantium."], ["user_name", "corey"], ["username", "dinah.mayert"], ["uuid", "2dbbf55e-a6ec-46ec-a4a5-0265f5a4903c"], ["created_at", "2020-11-24 14:55:32.739226"], ["updated_at", "2020-11-24 14:55:32.739226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4378 Gusikowski Trail, South Lorinemouth, CO 41061-5347"], ["city", "New Tiera"], ["country", "Ecuador"], ["description", "Ullam eos et. Aut qui ut. Quidem consequatur et. Numquam at recusandae. Sequi sunt voluptas."], ["email", "david_corwin@example.net"], ["first_name", "Giuseppe"], ["firstname", "Lon"], ["last_name", "Rogahn"], ["lastname", "Leannon"], ["lat", "-32.036103432789375"], ["latitute", "-30.828700025177547"], ["lng", "-151.60115154087902"], ["locale", "TR"], ["longitude", "-157.72029791879612"], ["middlename", "Baumbach"], ["middle_name", "McDermott"], ["password", "DhH758bLtYsA"], ["phone", "1-415-838-1659 x225"], ["phone_number", "592.413.4692 x102"], ["reference", "f8da5a6f-ca40-46b4-8860-2610d7185bcc"], ["title", "Tenetur facilis aut."], ["user_name", "chanell"], ["username", "buck.lehner"], ["uuid", "f8524bdb-58cf-4c1c-8216-6eed237d39c1"], ["created_at", "2020-11-24 14:55:32.761158"], ["updated_at", "2020-11-24 14:55:32.761158"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:32.783916"], ["updated_at", "2020-11-24 14:55:32.783916"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:32.792392"], ["updated_at", "2020-11-24 14:55:32.792392"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9665 Lesli Estates, Lake Dayleside, KS 27475"], ["city", "New Julieannmouth"], ["country", "Pakistan"], ["description", "Quisquam facere qui. Natus neque id. Amet necessitatibus qui. Quod aperiam molestiae. Asperiores quaerat aut."], ["email", "luvenia@example.biz"], ["first_name", "Roman"], ["firstname", "Ronnie"], ["last_name", "Turcotte"], ["lastname", "Buckridge"], ["lat", "-25.15670847071806"], ["latitute", "-6.974951684210595"], ["lng", "161.79524426897495"], ["locale", "LV"], ["longitude", "-147.09809539531116"], ["middlename", "Bosco"], ["middle_name", "Jacobi"], ["password", "WvJmG7qSr"], ["phone", "416.409.0491 x851"], ["phone_number", "627-788-6424 x169"], ["reference", "8cbc68c4-cc78-4fd3-b562-473a061020e8"], ["title", "Dolores incidunt molestiae."], ["user_name", "bradford_klocko"], ["username", "cole_graham"], ["uuid", "9f333f4b-c26c-4071-9187-9dd9d4012ca7"], ["created_at", "2020-11-24 14:55:32.815036"], ["updated_at", "2020-11-24 14:55:32.815036"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 2], ["a_decimal", 9.81426883030163], ["a_string", "Qui est aliquam dignissimos non."], ["a_date", "2020-10-14"], ["a_time", "2000-01-01 20:04:27.422738"], ["a_datetime", "2021-01-01 02:50:01.865695"], ["created_at", "2020-11-24 14:55:32.823732"], ["updated_at", "2020-11-24 14:55:32.823732"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:55:32.828187"], ["updated_at", "2020-11-24 14:55:32.828187"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:55:32.832460"], ["updated_at", "2020-11-24 14:55:32.832460"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:32.845144"], ["updated_at", "2020-11-24 14:55:32.845144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:55:32.848189"], ["updated_at", "2020-11-24 14:55:32.848189"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 14:55:32.853371"], ["updated_at", "2020-11-24 14:55:32.853371"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.2ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:32.882070"], ["updated_at", "2020-11-24 14:55:32.882070"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:32.883343"], ["updated_at", "2020-11-24 14:55:32.883343"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:32.884307"], ["updated_at", "2020-11-24 14:55:32.884307"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:32.885236"], ["updated_at", "2020-11-24 14:55:32.885236"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:32.886144"], ["updated_at", "2020-11-24 14:55:32.886144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:32.887049"], ["updated_at", "2020-11-24 14:55:32.887049"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:32.888185"], ["updated_at", "2020-11-24 14:55:32.888185"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:32.889500"], ["updated_at", "2020-11-24 14:55:32.889500"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:32.891820"], ["updated_at", "2020-11-24 14:55:32.891820"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:32.893479"], ["updated_at", "2020-11-24 14:55:32.893479"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:32.894974"], ["updated_at", "2020-11-24 14:55:32.894974"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:32.896389"], ["updated_at", "2020-11-24 14:55:32.896389"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:32.897792"], ["updated_at", "2020-11-24 14:55:32.897792"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:32.899104"], ["updated_at", "2020-11-24 14:55:32.899104"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:32.900747"], ["updated_at", "2020-11-24 14:55:32.900747"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:32.902556"], ["updated_at", "2020-11-24 14:55:32.902556"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 553 58345 Balistreri Parkway, New Sharronmouth, ID 30095"], ["city", "New Hans"], ["country", "Cambodia"], ["description", "Cum vero architecto. Sed velit deleniti. Impedit sit consequatur."], ["email", "irma@example.biz"], ["first_name", "Dana"], ["firstname", "Miguel"], ["last_name", "Beier"], ["lastname", "D'Amore"], ["lat", "-20.51006915641227"], ["latitute", "-49.061892330376374"], ["lng", "-84.84440314419825"], ["locale", "JM"], ["longitude", "-118.05837183110147"], ["middlename", "Kunze"], ["middle_name", "Lakin"], ["password", "C7fKo1KjRz4Uh6"], ["phone", "253.836.7190"], ["phone_number", "898.523.1788 x0298"], ["reference", "1e707135-1504-47a8-b730-c7178d6bcac8"], ["title", "Eum tempore laboriosam et mollitia."], ["user_name", "delbert.ruecker"], ["username", "theola"], ["uuid", "955cb6a8-dd3e-4431-b1a3-76a4327ddf93"], ["created_at", "2020-11-24 14:55:32.927726"], ["updated_at", "2020-11-24 14:55:32.927726"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 926 732 Effertz Dale, Port Chrisfort, CT 38510-9929"], ["city", "North Luana"], ["country", "South Africa"], ["description", "Aut unde atque. Hic molestiae eos."], ["email", "rusty.weissnat@example.info"], ["first_name", "Shawnna"], ["firstname", "Shawana"], ["last_name", "Feest"], ["lastname", "Kozey"], ["lat", "2.932979167718912"], ["latitute", "59.53786640907876"], ["lng", "-144.11902387800313"], ["locale", "PG"], ["longitude", "141.18305778071317"], ["middlename", "Nolan"], ["middle_name", "Rodriguez"], ["password", "3JhPnHtYo"], ["phone", "297-742-1713 x2517"], ["phone_number", "655.334.1536"], ["reference", "207d38f8-46e2-45f0-9b90-0602b91efca6"], ["title", "Quam unde aut totam blanditiis quia."], ["user_name", "ed_gleichner"], ["username", "laverna"], ["uuid", "7bb41e22-d4f7-43b4-82a8-aa3bbb467894"], ["created_at", "2020-11-24 14:55:32.950157"], ["updated_at", "2020-11-24 14:55:32.950157"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "158 Joselyn Bridge, West Joye, MN 61647-4291"], ["city", "Medhurstmouth"], ["country", "Mozambique"], ["description", "Impedit ut quia. Et autem ab. Et cum sit. Ut iure quaerat."], ["email", "juliann_haag@example.info"], ["first_name", "Guy"], ["firstname", "Stepanie"], ["last_name", "Bartell"], ["lastname", "Oberbrunner"], ["lat", "-41.68453474344331"], ["latitute", "-77.98641276752906"], ["lng", "-77.46333048330632"], ["locale", "JO"], ["longitude", "118.72407749075916"], ["middlename", "Collins"], ["middle_name", "Watsica"], ["password", "BaUe0VgY3cIkRdM"], ["phone", "1-536-200-7302 x6958"], ["phone_number", "161.635.1190 x3880"], ["reference", "ce628a85-51c6-4e39-817a-be50e8f90a1c"], ["title", "Voluptas iste ea sed et minus."], ["user_name", "liberty.west"], ["username", "al_keeling"], ["uuid", "eb5e1dd5-ccfc-4ca5-b608-575693378664"], ["created_at", "2020-11-24 14:55:32.972238"], ["updated_at", "2020-11-24 14:55:32.972238"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8477 Wehner Rest, Dooleyshire, UT 36963"], ["city", "Lake Ingafort"], ["country", "Bahrain"], ["description", "Sed et laudantium. Atque sequi nobis."], ["email", "zachary.runolfsdottir@example.name"], ["first_name", "Iliana"], ["firstname", "Cynthia"], ["last_name", "Johnson"], ["lastname", "Labadie"], ["lat", "-37.15730226164205"], ["latitute", "52.7231209461236"], ["lng", "134.01095608425794"], ["locale", "GW"], ["longitude", "99.94393716333423"], ["middlename", "Mueller"], ["middle_name", "O'Conner"], ["password", "KgVa8HbXb3"], ["phone", "1-251-395-1092 x18171"], ["phone_number", "(994) 392-7401 x28991"], ["reference", "1c714c9c-9fcf-4331-90fb-fdb48863a6d8"], ["title", "Aperiam delectus neque."], ["user_name", "cecelia"], ["username", "edgardo.quitzon"], ["uuid", "1cc547be-b11d-45e9-b00b-915505228778"], ["created_at", "2020-11-24 14:55:32.994036"], ["updated_at", "2020-11-24 14:55:32.994036"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "48817 Bartell Plaza, Port Corinna, IN 80735"], ["city", "East Blancachester"], ["country", "Iraq"], ["description", "Quia asperiores eligendi. Harum corporis in."], ["email", "augustine_wintheiser@example.org"], ["first_name", "Brandee"], ["firstname", "Theola"], ["last_name", "Witting"], ["lastname", "Muller"], ["lat", "-40.26855467494507"], ["latitute", "-86.56920184710401"], ["lng", "165.68863052612568"], ["locale", "BZ"], ["longitude", "-150.4154626832381"], ["middlename", "Bradtke"], ["middle_name", "Marks"], ["password", "PtYfPkL4"], ["phone", "1-903-383-0551 x7542"], ["phone_number", "368.817.7812"], ["reference", "d1d381bb-236c-41c4-bd1e-78b1770af103"], ["title", "Tempora rem reprehenderit ut placeat dolores."], ["user_name", "delmer"], ["username", "lucio_stark"], ["uuid", "c51f830e-8a8e-40f1-b171-0ecf346704cb"], ["created_at", "2020-11-24 14:55:33.015889"], ["updated_at", "2020-11-24 14:55:33.015889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 862 75376 Feil Dam, Stoltenbergland, TN 57089"], ["city", "Bellahaven"], ["country", "Ghana"], ["description", "Ipsum corrupti quia. Voluptatem at nemo. Qui voluptatem et. Sint dolor eaque. Tempora repellat qui."], ["email", "felicidad@example.biz"], ["first_name", "Freida"], ["firstname", "Saran"], ["last_name", "Hirthe"], ["lastname", "Predovic"], ["lat", "-42.17020977775605"], ["latitute", "53.120858216819556"], ["lng", "-43.167953259997404"], ["locale", "GD"], ["longitude", "59.880544020353454"], ["middlename", "Thompson"], ["middle_name", "Purdy"], ["password", "Wq4YvGsB"], ["phone", "(577) 749-7691"], ["phone_number", "1-921-926-4484 x508"], ["reference", "04132757-e9f0-45c7-a1d0-3b1929c05403"], ["title", "Et occaecati voluptatem quo enim unde."], ["user_name", "kenny"], ["username", "kristopher"], ["uuid", "2fb5f372-8bf1-4fbb-9be7-1eb7d67ffd5e"], ["created_at", "2020-11-24 14:55:33.038166"], ["updated_at", "2020-11-24 14:55:33.038166"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3107 Lakin Spurs, Weberside, WA 13886-2902"], ["city", "North Romanshire"], ["country", "Bermuda"], ["description", "Vitae soluta laboriosam. Et facere placeat. Voluptas nemo est. Dignissimos officiis et."], ["email", "myrtie_cruickshank@example.org"], ["first_name", "Ed"], ["firstname", "Jacques"], ["last_name", "Schulist"], ["lastname", "Goodwin"], ["lat", "-26.019678591526386"], ["latitute", "81.95136579395154"], ["lng", "-113.687120131352"], ["locale", "BR"], ["longitude", "64.7561033894242"], ["middlename", "Mosciski"], ["middle_name", "Nienow"], ["password", "1VfZqGwQ5gPt4U"], ["phone", "921-543-0254 x33095"], ["phone_number", "(326) 313-4847"], ["reference", "3fe90146-d323-4f17-be75-5416e8d46df7"], ["title", "Perferendis error modi."], ["user_name", "cathey_heathcote"], ["username", "teisha"], ["uuid", "ae716e8c-4c3a-4c1b-bf49-d9abe8c5509a"], ["created_at", "2020-11-24 14:55:33.071352"], ["updated_at", "2020-11-24 14:55:33.071352"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 763 5769 Nigel Squares, Faestad, NV 21090"], ["city", "South Milfordhaven"], ["country", "Central African Republic"], ["description", "Eos illo ullam. Pariatur nemo perspiciatis."], ["email", "mindy@example.org"], ["first_name", "Keith"], ["firstname", "Lynna"], ["last_name", "Bergstrom"], ["lastname", "Smith"], ["lat", "-4.152542150162631"], ["latitute", "-28.346929230858187"], ["lng", "92.27517997625517"], ["locale", "MT"], ["longitude", "-158.93974433352182"], ["middlename", "Hintz"], ["middle_name", "Towne"], ["password", "PhXuCv6NsA4lXvMj"], ["phone", "1-264-991-3690 x114"], ["phone_number", "679-864-7276 x749"], ["reference", "85242caf-15cf-46de-805a-d5e331f205c2"], ["title", "Exercitationem delectus laboriosam doloremque qui."], ["user_name", "alexis.weimann"], ["username", "walter"], ["uuid", "37953c61-8ab1-4720-afa4-808ddd7fa9c6"], ["created_at", "2020-11-24 14:55:33.093859"], ["updated_at", "2020-11-24 14:55:33.093859"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 1], ["a_decimal", 6.58570644741398], ["a_string", "Sed vel ullam possimus."], ["a_date", "2020-11-09"], ["a_time", "2000-01-01 18:42:55.197336"], ["a_datetime", "2020-11-26 14:50:21.824349"], ["created_at", "2020-11-24 14:55:33.096970"], ["updated_at", "2020-11-24 14:55:33.096970"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 10], ["a_decimal", 5.84771363811572], ["a_string", "Aut quo optio excepturi aut."], ["a_date", "2020-11-18"], ["a_time", "2000-01-01 05:44:24.096793"], ["a_datetime", "2020-12-15 23:32:43.507003"], ["created_at", "2020-11-24 14:55:33.099712"], ["updated_at", "2020-11-24 14:55:33.099712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 14], ["a_decimal", 12.4444773109073], ["a_string", "Aut expedita eligendi dolore non."], ["a_date", "2020-11-16"], ["a_time", "2000-01-01 17:46:03.120606"], ["a_datetime", "2020-10-25 11:30:06.466659"], ["created_at", "2020-11-24 14:55:33.102174"], ["updated_at", "2020-11-24 14:55:33.102174"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 5], ["a_decimal", 25.6593502952951], ["a_string", "Vero sit et quo."], ["a_date", "2020-10-15"], ["a_time", "2000-01-01 22:14:39.698537"], ["a_datetime", "2020-12-26 16:34:24.980019"], ["created_at", "2020-11-24 14:55:33.104581"], ["updated_at", "2020-11-24 14:55:33.104581"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 30], ["a_decimal", 34.6323179414163], ["a_string", "Quo rerum asperiores quia officiis maxime."], ["a_date", "2020-10-28"], ["a_time", "2000-01-01 05:03:23.071314"], ["a_datetime", "2020-10-30 14:01:04.338148"], ["created_at", "2020-11-24 14:55:33.106985"], ["updated_at", "2020-11-24 14:55:33.106985"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 3], ["a_decimal", 25.9679132874913], ["a_string", "Facilis odit quos laboriosam."], ["a_date", "2020-12-19"], ["a_time", "2000-01-01 08:57:45.176519"], ["a_datetime", "2020-11-30 07:02:25.804227"], ["created_at", "2020-11-24 14:55:33.109403"], ["updated_at", "2020-11-24 14:55:33.109403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 2], ["a_decimal", 9.66107366148153], ["a_string", "Adipisci sed aut."], ["a_date", "2020-11-05"], ["a_time", "2000-01-01 14:37:34.329194"], ["a_datetime", "2020-10-31 00:40:55.084068"], ["created_at", "2020-11-24 14:55:33.111810"], ["updated_at", "2020-11-24 14:55:33.111810"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 9], ["a_decimal", 30.4106313061103], ["a_string", "Labore qui soluta ducimus ut numquam."], ["a_date", "2020-11-05"], ["a_time", "2000-01-01 04:14:13.666088"], ["a_datetime", "2020-12-14 09:24:01.572511"], ["created_at", "2020-11-24 14:55:33.114199"], ["updated_at", "2020-11-24 14:55:33.114199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:55:33.116125"], ["updated_at", "2020-11-24 14:55:33.116125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:55:33.117790"], ["updated_at", "2020-11-24 14:55:33.117790"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:55:33.119343"], ["updated_at", "2020-11-24 14:55:33.119343"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:55:33.120822"], ["updated_at", "2020-11-24 14:55:33.120822"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:55:33.122291"], ["updated_at", "2020-11-24 14:55:33.122291"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:55:33.123746"], ["updated_at", "2020-11-24 14:55:33.123746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:55:33.125235"], ["updated_at", "2020-11-24 14:55:33.125235"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:55:33.126711"], ["updated_at", "2020-11-24 14:55:33.126711"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:55:33.128270"], ["updated_at", "2020-11-24 14:55:33.128270"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:55:33.129880"], ["updated_at", "2020-11-24 14:55:33.129880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:55:33.131427"], ["updated_at", "2020-11-24 14:55:33.131427"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:55:33.132910"], ["updated_at", "2020-11-24 14:55:33.132910"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:55:33.134416"], ["updated_at", "2020-11-24 14:55:33.134416"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:55:33.135891"], ["updated_at", "2020-11-24 14:55:33.135891"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:55:33.137374"], ["updated_at", "2020-11-24 14:55:33.137374"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:55:33.138839"], ["updated_at", "2020-11-24 14:55:33.138839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:33.183535"], ["updated_at", "2020-11-24 14:55:33.183535"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:33.184545"], ["updated_at", "2020-11-24 14:55:33.184545"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:33.185507"], ["updated_at", "2020-11-24 14:55:33.185507"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:33.186374"], ["updated_at", "2020-11-24 14:55:33.186374"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:33.187215"], ["updated_at", "2020-11-24 14:55:33.187215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:33.188061"], ["updated_at", "2020-11-24 14:55:33.188061"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:33.188905"], ["updated_at", "2020-11-24 14:55:33.188905"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:33.189739"], ["updated_at", "2020-11-24 14:55:33.189739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:55:33.190652"], ["updated_at", "2020-11-24 14:55:33.190652"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:55:33.191505"], ["updated_at", "2020-11-24 14:55:33.191505"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:55:33.192370"], ["updated_at", "2020-11-24 14:55:33.192370"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:55:33.193227"], ["updated_at", "2020-11-24 14:55:33.193227"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:55:33.194098"], ["updated_at", "2020-11-24 14:55:33.194098"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:55:33.194995"], ["updated_at", "2020-11-24 14:55:33.194995"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:55:33.195836"], ["updated_at", "2020-11-24 14:55:33.195836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:55:33.196701"], ["updated_at", "2020-11-24 14:55:33.196701"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 14:55:33.198341"], ["updated_at", "2020-11-24 14:55:33.198341"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 14:55:33.200036"], ["updated_at", "2020-11-24 14:55:33.200036"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 14:55:33.201636"], ["updated_at", "2020-11-24 14:55:33.201636"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 14:55:33.203126"], ["updated_at", "2020-11-24 14:55:33.203126"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 14:55:33.204646"], ["updated_at", "2020-11-24 14:55:33.204646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 14:55:33.206156"], ["updated_at", "2020-11-24 14:55:33.206156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 14:55:33.207662"], ["updated_at", "2020-11-24 14:55:33.207662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 14:55:33.209206"], ["updated_at", "2020-11-24 14:55:33.209206"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 21], ["a_decimal", 9.98647254146883], ["a_string", "Harum et sint."], ["a_date", "2020-12-23"], ["a_time", "2000-01-01 00:37:38.210346"], ["a_datetime", "2020-11-08 09:03:22.618261"], ["created_at", "2020-11-24 14:55:33.255757"], ["updated_at", "2020-11-24 14:55:33.255757"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 14], ["a_decimal", 0.596181635250664], ["a_string", "Qui quia commodi optio."], ["a_date", "2020-11-30"], ["a_time", "2000-01-01 16:43:59.715862"], ["a_datetime", "2020-11-19 03:46:15.710487"], ["created_at", "2020-11-24 14:55:33.259355"], ["updated_at", "2020-11-24 14:55:33.259355"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 5], ["a_decimal", 3.29041262934192], ["a_string", "In ut earum."], ["a_date", "2020-12-18"], ["a_time", "2000-01-01 07:40:29.735181"], ["a_datetime", "2020-11-14 15:00:55.322116"], ["created_at", "2020-11-24 14:55:33.262702"], ["updated_at", "2020-11-24 14:55:33.262702"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 12], ["a_decimal", -0.662188503155689], ["a_string", "Similique aut eum."], ["a_date", "2020-12-20"], ["a_time", "2000-01-01 09:37:34.401804"], ["a_datetime", "2020-12-17 17:01:25.829210"], ["created_at", "2020-11-24 14:55:33.267497"], ["updated_at", "2020-11-24 14:55:33.267497"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 30], ["a_decimal", 0.688794888125495], ["a_string", "Ut molestiae aut cumque suscipit."], ["a_date", "2020-12-17"], ["a_time", "2000-01-01 01:02:16.066320"], ["a_datetime", "2021-01-03 04:01:41.115410"], ["created_at", "2020-11-24 14:55:33.271337"], ["updated_at", "2020-11-24 14:55:33.271337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 11], ["a_decimal", 3.91776241752986], ["a_string", "Aliquid ducimus officia."], ["a_date", "2021-01-03"], ["a_time", "2000-01-01 11:14:48.778381"], ["a_datetime", "2021-01-03 13:07:44.625370"], ["created_at", "2020-11-24 14:55:33.274600"], ["updated_at", "2020-11-24 14:55:33.274600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:33.277560"], ["updated_at", "2020-11-24 14:55:33.277560"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:33.305078"], ["updated_at", "2020-11-24 14:55:33.305078"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (11.6ms) SAVEPOINT active_record_2 Kilo Create (0.7ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:33.306422"], ["updated_at", "2020-11-24 14:55:33.306422"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:33.319989"], ["updated_at", "2020-11-24 14:55:33.319989"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:33.321385"], ["updated_at", "2020-11-24 14:55:33.321385"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:33.322952"], ["updated_at", "2020-11-24 14:55:33.322952"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:33.324173"], ["updated_at", "2020-11-24 14:55:33.324173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:33.325283"], ["updated_at", "2020-11-24 14:55:33.325283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:33.326332"], ["updated_at", "2020-11-24 14:55:33.326332"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:33.328225"], ["updated_at", "2020-11-24 14:55:33.328225"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:33.329946"], ["updated_at", "2020-11-24 14:55:33.329946"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:33.331710"], ["updated_at", "2020-11-24 14:55:33.331710"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:33.333319"], ["updated_at", "2020-11-24 14:55:33.333319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:33.334792"], ["updated_at", "2020-11-24 14:55:33.334792"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:33.336254"], ["updated_at", "2020-11-24 14:55:33.336254"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:33.337716"], ["updated_at", "2020-11-24 14:55:33.337716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:33.339183"], ["updated_at", "2020-11-24 14:55:33.339183"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 217 45830 Jasper Radial, Gregton, NH 84154-6386"], ["city", "South Mozellefurt"], ["country", "Finland"], ["description", "Consequuntur doloribus sed. Neque sint voluptates. Neque id eos. Et voluptatem atque. Iusto beatae eos."], ["email", "perry_connelly@example.org"], ["first_name", "Jan"], ["firstname", "Erwin"], ["last_name", "Corkery"], ["lastname", "Haley"], ["lat", "42.52851972678974"], ["latitute", "67.65625992546379"], ["lng", "-42.9948309297678"], ["locale", "CO"], ["longitude", "179.64851414798807"], ["middlename", "Jones"], ["middle_name", "McLaughlin"], ["password", "89Av6EtPsRbRd"], ["phone", "945.750.3741"], ["phone_number", "703.100.7079 x6137"], ["reference", "ec226e1b-8b97-453c-add5-cd82fdb27cfb"], ["title", "Cumque quos aut."], ["user_name", "alejandro_yundt"], ["username", "alia.abshire"], ["uuid", "daa7471c-319f-4665-9349-1df591289c28"], ["created_at", "2020-11-24 14:55:33.364597"], ["updated_at", "2020-11-24 14:55:33.364597"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "690 Gibson Tunnel, Hodkiewiczmouth, NE 23794"], ["city", "Lake Rhondaport"], ["country", "Nicaragua"], ["description", "Iure totam aut. Iusto vel reiciendis. At earum labore. Totam nobis repellendus. Quis eius unde."], ["email", "giuseppina_goyette@example.name"], ["first_name", "Juliette"], ["firstname", "Aurore"], ["last_name", "Beer"], ["lastname", "O'Conner"], ["lat", "52.95092131333061"], ["latitute", "-50.02802131994459"], ["lng", "17.30638724926615"], ["locale", "JE"], ["longitude", "100.71206060196425"], ["middlename", "Ankunding"], ["middle_name", "Daniel"], ["password", "SoWsTaEn9S6wS0"], ["phone", "1-860-895-7990 x3926"], ["phone_number", "(132) 012-8955 x003"], ["reference", "000a0af0-9bf2-4022-889a-b128654f480d"], ["title", "Quos earum ipsum nam."], ["user_name", "jayson"], ["username", "deandre"], ["uuid", "4ac23a97-6100-445f-8910-4f656fe4c0af"], ["created_at", "2020-11-24 14:55:33.386635"], ["updated_at", "2020-11-24 14:55:33.386635"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3605 Balistreri Crest, Coleport, NV 85462-0071"], ["city", "South Jerrellside"], ["country", "Vanuatu"], ["description", "Molestiae id aut. Nemo autem consectetur. Ullam dolor et."], ["email", "corrie@example.info"], ["first_name", "Tristan"], ["firstname", "Ouida"], ["last_name", "Renner"], ["lastname", "Schmidt"], ["lat", "-11.497656778358063"], ["latitute", "84.21893773486812"], ["lng", "169.96274846400593"], ["locale", "NG"], ["longitude", "-97.80457196993082"], ["middlename", "Zulauf"], ["middle_name", "Feil"], ["password", "0UqPaK01j5Gu"], ["phone", "640.401.7146 x22907"], ["phone_number", "(584) 176-7551 x1182"], ["reference", "a304c2ed-3611-42b3-adc6-2918f9121946"], ["title", "Natus id soluta."], ["user_name", "emil.herzog"], ["username", "bo"], ["uuid", "9858c3da-7079-497f-a06a-6927b96c515a"], ["created_at", "2020-11-24 14:55:33.408693"], ["updated_at", "2020-11-24 14:55:33.408693"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 464 435 Andreas Drive, Windlerbury, MS 62765"], ["city", "West Adolfo"], ["country", "Marshall Islands"], ["description", "Et ut qui. Mollitia voluptatem eum. Illo modi vitae. Autem nemo quas. Quas sequi sunt."], ["email", "garland@example.org"], ["first_name", "Amado"], ["firstname", "Kary"], ["last_name", "Breitenberg"], ["lastname", "Schoen"], ["lat", "-39.80913793910364"], ["latitute", "56.825918644737186"], ["lng", "-39.10904873156409"], ["locale", "DM"], ["longitude", "105.06462441670789"], ["middlename", "Hudson"], ["middle_name", "Boehm"], ["password", "KzSrSxMn8"], ["phone", "366.831.0658 x34110"], ["phone_number", "1-616-824-9882 x5944"], ["reference", "82ead519-d902-4103-9fb1-90a74b1f14f6"], ["title", "Sit neque quas id aspernatur praesentium."], ["user_name", "pearlie"], ["username", "naida"], ["uuid", "6ee5e85c-a5d9-4c03-92bc-5b616303b5f3"], ["created_at", "2020-11-24 14:55:33.430941"], ["updated_at", "2020-11-24 14:55:33.430941"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "66322 Wyman Shore, North Nestor, MO 30392-7455"], ["city", "New Latoya"], ["country", "Cook Islands"], ["description", "Sunt optio molestiae. Fugiat illo blanditiis."], ["email", "suzi@example.name"], ["first_name", "Yuk"], ["firstname", "Kathe"], ["last_name", "Ward"], ["lastname", "Jacobi"], ["lat", "33.21401147395977"], ["latitute", "10.102920189160017"], ["lng", "-142.39542023388626"], ["locale", "GW"], ["longitude", "164.54669618321782"], ["middlename", "Bechtelar"], ["middle_name", "Hilll"], ["password", "Rz4UdFoIe98OdK"], ["phone", "970-954-7027 x192"], ["phone_number", "289.812.0299"], ["reference", "2468f460-3a21-49b7-827d-0526c9e8d364"], ["title", "Sit voluptas saepe dicta."], ["user_name", "marcus.greenfelder"], ["username", "jody"], ["uuid", "d17217b4-f760-48d5-8b32-18c2a4bd5cbe"], ["created_at", "2020-11-24 14:55:33.453001"], ["updated_at", "2020-11-24 14:55:33.453001"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8088 Kuphal Prairie, Analisaberg, KS 46396"], ["city", "Vandervortberg"], ["country", "Australia"], ["description", "Non sequi distinctio. Quis aut cum. Sint quaerat nam."], ["email", "sammy_beahan@example.net"], ["first_name", "Yolanda"], ["firstname", "Johna"], ["last_name", "Lockman"], ["lastname", "Larkin"], ["lat", "-82.50881637456342"], ["latitute", "-72.87009972676165"], ["lng", "-86.2515852321905"], ["locale", "SH"], ["longitude", "108.98663409676652"], ["middlename", "Adams"], ["middle_name", "Schumm"], ["password", "PjEz9TsFuZn44I"], ["phone", "1-476-322-9059"], ["phone_number", "(989) 274-3187 x48000"], ["reference", "54f461ed-2b54-4793-acb3-9145f029e398"], ["title", "Ex fugit recusandae omnis est laboriosam."], ["user_name", "dedra"], ["username", "thu_lemke"], ["uuid", "d7222295-1524-4374-bdef-c1a21d6b2d28"], ["created_at", "2020-11-24 14:55:33.475428"], ["updated_at", "2020-11-24 14:55:33.475428"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "657 Charles Rapid, Monahanfort, PA 57650-7827"], ["city", "West Serafina"], ["country", "Andorra"], ["description", "Facilis ad autem. Esse quia assumenda."], ["email", "brook_ritchie@example.net"], ["first_name", "Daryl"], ["firstname", "Fonda"], ["last_name", "Daniel"], ["lastname", "Homenick"], ["lat", "74.66812352838821"], ["latitute", "17.601950089437068"], ["lng", "-55.31006119128308"], ["locale", "TF"], ["longitude", "-137.71632845766794"], ["middlename", "Braun"], ["middle_name", "Hyatt"], ["password", "EoAh9UeK"], ["phone", "(975) 468-4139"], ["phone_number", "469-509-1295 x4359"], ["reference", "098b9620-58f6-47ae-bd41-7b327a186aab"], ["title", "Nisi ad inventore commodi."], ["user_name", "ryann"], ["username", "sharee"], ["uuid", "ef1d05c1-87cc-4815-97d2-a7b96cafef95"], ["created_at", "2020-11-24 14:55:33.508046"], ["updated_at", "2020-11-24 14:55:33.508046"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "61660 Devin Shoals, Hudsonbury, AL 82317-9185"], ["city", "Thurmanfurt"], ["country", "Swaziland"], ["description", "Laboriosam dolor ea. Doloribus perspiciatis quae. Non mollitia fuga. Totam vel ratione. Neque asperiores explicabo."], ["email", "illa.keeling@example.org"], ["first_name", "Milford"], ["firstname", "Rhett"], ["last_name", "Boehm"], ["lastname", "Emard"], ["lat", "-41.84460044500385"], ["latitute", "34.920350296819805"], ["lng", "35.49280766494718"], ["locale", "NF"], ["longitude", "168.6718809472116"], ["middlename", "O'Conner"], ["middle_name", "O'Conner"], ["password", "Xz894V4xK591u"], ["phone", "694-346-6476"], ["phone_number", "(567) 107-0718 x42713"], ["reference", "314363f2-8874-4aee-8e74-5584c0199ded"], ["title", "Facere et accusamus porro sunt."], ["user_name", "keven_little"], ["username", "marcelino"], ["uuid", "f1d6ce67-4b7f-4028-9707-c885723a6e23"], ["created_at", "2020-11-24 14:55:33.530938"], ["updated_at", "2020-11-24 14:55:33.530938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 16], ["a_decimal", 2.79485668030784], ["a_string", "Quo sint dicta saepe hic."], ["a_date", "2020-12-29"], ["a_time", "2000-01-01 17:05:30.639361"], ["a_datetime", "2021-01-02 07:44:32.836730"], ["created_at", "2020-11-24 14:55:33.533937"], ["updated_at", "2020-11-24 14:55:33.533937"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 28], ["a_decimal", 1.83960380733286], ["a_string", "Asperiores occaecati exercitationem blanditiis alias."], ["a_date", "2020-10-17"], ["a_time", "2000-01-01 08:40:57.443264"], ["a_datetime", "2020-10-31 03:14:57.946373"], ["created_at", "2020-11-24 14:55:33.536506"], ["updated_at", "2020-11-24 14:55:33.536506"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 4], ["a_decimal", 26.5791673704812], ["a_string", "Ipsa et iure at."], ["a_date", "2020-11-20"], ["a_time", "2000-01-01 23:44:17.232488"], ["a_datetime", "2020-11-01 01:58:03.970373"], ["created_at", "2020-11-24 14:55:33.538925"], ["updated_at", "2020-11-24 14:55:33.538925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 1], ["a_decimal", 11.9821204355219], ["a_string", "Qui iure quas odio."], ["a_date", "2020-11-24"], ["a_time", "2000-01-01 09:38:57.173913"], ["a_datetime", "2021-01-02 07:35:45.431510"], ["created_at", "2020-11-24 14:55:33.541246"], ["updated_at", "2020-11-24 14:55:33.541246"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 25], ["a_decimal", 4.59225776377099], ["a_string", "Nulla aperiam ipsam voluptatibus doloribus est."], ["a_date", "2020-11-13"], ["a_time", "2000-01-01 19:48:06.989118"], ["a_datetime", "2020-11-16 04:43:29.686960"], ["created_at", "2020-11-24 14:55:33.543604"], ["updated_at", "2020-11-24 14:55:33.543604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 12], ["a_decimal", 3.45898503554018], ["a_string", "Iste omnis enim modi sapiente labore."], ["a_date", "2020-10-31"], ["a_time", "2000-01-01 18:05:53.809350"], ["a_datetime", "2020-12-14 21:07:43.047746"], ["created_at", "2020-11-24 14:55:33.545880"], ["updated_at", "2020-11-24 14:55:33.545880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 38], ["a_decimal", 6.52205469819668], ["a_string", "Velit aut reiciendis."], ["a_date", "2020-11-06"], ["a_time", "2000-01-01 10:51:51.268768"], ["a_datetime", "2020-10-26 23:53:10.401223"], ["created_at", "2020-11-24 14:55:33.548340"], ["updated_at", "2020-11-24 14:55:33.548340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 10], ["a_decimal", 8.58772762505508], ["a_string", "Veritatis quam porro praesentium suscipit."], ["a_date", "2020-11-10"], ["a_time", "2000-01-01 13:52:16.163411"], ["a_datetime", "2020-11-17 16:19:31.958094"], ["created_at", "2020-11-24 14:55:33.550859"], ["updated_at", "2020-11-24 14:55:33.550859"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:55:33.552591"], ["updated_at", "2020-11-24 14:55:33.552591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:55:33.553833"], ["updated_at", "2020-11-24 14:55:33.553833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:55:33.555028"], ["updated_at", "2020-11-24 14:55:33.555028"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:55:33.556220"], ["updated_at", "2020-11-24 14:55:33.556220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:55:33.557343"], ["updated_at", "2020-11-24 14:55:33.557343"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:55:33.558444"], ["updated_at", "2020-11-24 14:55:33.558444"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:55:33.559571"], ["updated_at", "2020-11-24 14:55:33.559571"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:55:33.560723"], ["updated_at", "2020-11-24 14:55:33.560723"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:55:33.561978"], ["updated_at", "2020-11-24 14:55:33.561978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:55:33.563264"], ["updated_at", "2020-11-24 14:55:33.563264"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:55:33.564583"], ["updated_at", "2020-11-24 14:55:33.564583"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:55:33.565913"], ["updated_at", "2020-11-24 14:55:33.565913"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:55:33.567086"], ["updated_at", "2020-11-24 14:55:33.567086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:55:33.568263"], ["updated_at", "2020-11-24 14:55:33.568263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:55:33.569437"], ["updated_at", "2020-11-24 14:55:33.569437"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 14:55:33.570589"], ["updated_at", "2020-11-24 14:55:33.570589"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:33.614443"], ["updated_at", "2020-11-24 14:55:33.614443"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:33.615400"], ["updated_at", "2020-11-24 14:55:33.615400"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:33.616077"], ["updated_at", "2020-11-24 14:55:33.616077"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:33.616712"], ["updated_at", "2020-11-24 14:55:33.616712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:33.617333"], ["updated_at", "2020-11-24 14:55:33.617333"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:33.617952"], ["updated_at", "2020-11-24 14:55:33.617952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:33.618597"], ["updated_at", "2020-11-24 14:55:33.618597"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:55:33.619241"], ["updated_at", "2020-11-24 14:55:33.619241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:55:33.619925"], ["updated_at", "2020-11-24 14:55:33.619925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:55:33.620621"], ["updated_at", "2020-11-24 14:55:33.620621"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:55:33.621256"], ["updated_at", "2020-11-24 14:55:33.621256"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:55:33.621928"], ["updated_at", "2020-11-24 14:55:33.621928"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:55:33.622601"], ["updated_at", "2020-11-24 14:55:33.622601"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:55:33.623244"], ["updated_at", "2020-11-24 14:55:33.623244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:55:33.623882"], ["updated_at", "2020-11-24 14:55:33.623882"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:55:33.624538"], ["updated_at", "2020-11-24 14:55:33.624538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 14:55:33.625840"], ["updated_at", "2020-11-24 14:55:33.625840"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 14:55:33.627050"], ["updated_at", "2020-11-24 14:55:33.627050"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 14:55:33.628245"], ["updated_at", "2020-11-24 14:55:33.628245"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 14:55:33.629395"], ["updated_at", "2020-11-24 14:55:33.629395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 14:55:33.630531"], ["updated_at", "2020-11-24 14:55:33.630531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 14:55:33.631869"], ["updated_at", "2020-11-24 14:55:33.631869"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 14:55:33.633205"], ["updated_at", "2020-11-24 14:55:33.633205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 14:55:33.634423"], ["updated_at", "2020-11-24 14:55:33.634423"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.8ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.2ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (8.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.9ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1014], ["a_decimal", 2.5927143793324], ["a_string", "Dolorem ut quibusdam."], ["a_unique_value", 10], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:58:34.578774"], ["updated_at", "2020-11-24 14:58:34.578774"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 14.4637919132985], ["a_string", "Fugiat officia natus nihil autem."], ["a_unique_value", 3], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:58:34.582667"], ["updated_at", "2020-11-24 14:58:34.582667"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1034], ["a_decimal", 10.6379253447737], ["a_string", "Aliquam quia sunt consequatur animi."], ["a_unique_value", 4], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:58:34.585745"], ["updated_at", "2020-11-24 14:58:34.585745"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 21.5075935432697], ["a_string", "Quas libero sequi quidem odit vel."], ["a_unique_value", 6], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:58:34.588832"], ["updated_at", "2020-11-24 14:58:34.588832"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1016], ["a_decimal", 3.55765646959586], ["a_string", "Voluptas ad quam."], ["a_unique_value", 5], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 14:58:34.591767"], ["updated_at", "2020-11-24 14:58:34.591767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 0.174846106535387], ["a_string", "Assumenda doloribus ab."], ["a_unique_value", 9], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:58:34.594812"], ["updated_at", "2020-11-24 14:58:34.594812"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 2.48085021221996], ["a_string", "Alias aut fugiat velit nobis voluptas."], ["a_unique_value", 7], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:58:34.597973"], ["updated_at", "2020-11-24 14:58:34.597973"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1009], ["a_decimal", 0.146179973973374], ["a_string", "Dolore enim odit et."], ["a_unique_value", 8], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 14:58:34.601395"], ["updated_at", "2020-11-24 14:58:34.601395"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1023], ["a_decimal", 6.62356857667886], ["a_string", "Quia voluptate dolorem animi."], ["a_unique_value", 2], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:58:34.604711"], ["updated_at", "2020-11-24 14:58:34.604711"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 33.6891887367213], ["a_string", "Voluptatem distinctio eveniet maiores ad amet."], ["a_unique_value", 1], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:58:34.608412"], ["updated_at", "2020-11-24 14:58:34.608412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1030], ["a_decimal", 9.86575775171885], ["a_string", "Dolores incidunt numquam dignissimos et."], ["a_unique_value", 4], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 14:58:34.614201"], ["updated_at", "2020-11-24 14:58:34.614201"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1018], ["a_decimal", 16.6076900982817], ["a_string", "Repellat enim nihil."], ["a_unique_value", 8], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 14:58:34.617686"], ["updated_at", "2020-11-24 14:58:34.617686"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1013], ["a_decimal", 0.768424195417434], ["a_string", "Voluptatibus sit repellat illo saepe eum."], ["a_unique_value", 2], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:58:34.620986"], ["updated_at", "2020-11-24 14:58:34.620986"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1004], ["a_decimal", 16.5005543646029], ["a_string", "Fuga voluptas optio vel voluptatibus."], ["a_unique_value", 10], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:58:34.623881"], ["updated_at", "2020-11-24 14:58:34.623881"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1011], ["a_decimal", 0.300015536714708], ["a_string", "Quisquam totam eos."], ["a_unique_value", 3], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 14:58:34.626619"], ["updated_at", "2020-11-24 14:58:34.626619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1022], ["a_decimal", 15.1123475641093], ["a_string", "Dolores sunt tenetur harum earum."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 14:58:34.629475"], ["updated_at", "2020-11-24 14:58:34.629475"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1038], ["a_decimal", 3.30068601169888], ["a_string", "Repellendus enim consequatur nihil."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 14:58:34.632367"], ["updated_at", "2020-11-24 14:58:34.632367"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1017], ["a_decimal", 1.55476684669016], ["a_string", "Omnis esse quas molestias sit dolorem."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:58:34.635123"], ["updated_at", "2020-11-24 14:58:34.635123"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1012], ["a_decimal", 5.92564537428081], ["a_string", "Totam repudiandae qui occaecati sapiente nostrum."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 14:58:34.637695"], ["updated_at", "2020-11-24 14:58:34.637695"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1006], ["a_decimal", 0.992178950408234], ["a_string", "Qui vel est."], ["a_unique_value", 9], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:58:34.640467"], ["updated_at", "2020-11-24 14:58:34.640467"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1004], ["a_decimal", 7.18060798123582], ["a_string", "Error quia laboriosam."], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 14:58:34.688784"], ["updated_at", "2020-11-24 14:58:34.688784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1016], ["a_decimal", 2.24107604983122], ["a_string", "Culpa doloremque occaecati."], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:58:34.727586"], ["updated_at", "2020-11-24 14:58:34.727586"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1011], ["a_decimal", 13.7192608348827], ["a_string", "Nemo ipsum voluptatem consectetur."], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 14:58:34.764582"], ["updated_at", "2020-11-24 14:58:34.764582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["an_integer", 1012], ["a_decimal", 5.37256817368308], ["a_string", "Dolorum et nesciunt voluptatibus aut."], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:58:34.801134"], ["updated_at", "2020-11-24 14:58:34.801134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1024], ["a_decimal", 9.32497156160045], ["a_string", "Cupiditate nam voluptatum tenetur mollitia."], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 14:58:34.837588"], ["updated_at", "2020-11-24 14:58:34.837588"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 14.5792911813035], ["a_string", "Voluptatem nesciunt est ut velit sed."], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:58:34.874254"], ["updated_at", "2020-11-24 14:58:34.874254"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["an_integer", 1026], ["a_decimal", 8.82489585648037], ["a_string", "Sint praesentium veniam inventore."], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 14:58:34.916468"], ["updated_at", "2020-11-24 14:58:34.916468"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1005], ["a_decimal", 11.6146607332976], ["a_string", "Omnis enim molestias nostrum labore quae."], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:58:34.953528"], ["updated_at", "2020-11-24 14:58:34.953528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 0.730457677516068], ["a_string", "Officiis iste odio recusandae consectetur."], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:58:34.990000"], ["updated_at", "2020-11-24 14:58:34.990000"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["an_integer", 1003], ["a_decimal", 13.6236151725936], ["a_string", "Minima velit dolorem."], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:58:35.026690"], ["updated_at", "2020-11-24 14:58:35.026690"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 501 569 Schmidt Bypass, New Elijahfort, OR 22458-2399"], ["city", "Meghanberg"], ["country", "Netherlands Antilles"], ["description", "Architecto magnam velit. Iste facere veniam. Ullam libero ut."], ["email", "terese@example.biz"], ["first_name", "Graig"], ["firstname", "Paulette"], ["last_name", "Little"], ["lastname", "Leuschke"], ["lat", "4.476120036750331"], ["latitute", "50.52538174874459"], ["lng", "172.95273335837055"], ["locale", "RO"], ["longitude", "47.62615259705794"], ["middlename", "Legros"], ["middle_name", "Douglas"], ["password", "WvEf5BwDvS4"], ["phone", "486.040.8838 x42192"], ["phone_number", "659.806.3662 x8791"], ["reference", "c0df57ef-8232-4835-a05e-0d7e089983c7"], ["title", "Et ipsum vitae atque eos."], ["user_name", "alfonso.lueilwitz"], ["username", "kathi"], ["uuid", "003b50f1-75cf-4568-a16c-1284aee3e773"], ["created_at", "2020-11-24 14:58:35.089305"], ["updated_at", "2020-11-24 14:58:35.089305"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "63536 Friesen Ports, Spencerborough, MO 45124"], ["city", "Lake Oren"], ["country", "Malaysia"], ["description", "Voluptates molestiae est. Qui magni nemo. Recusandae dolore tempora."], ["email", "fiona_mann@example.biz"], ["first_name", "Marcel"], ["firstname", "Shad"], ["last_name", "Spencer"], ["lastname", "Schamberger"], ["lat", "-79.561306116106"], ["latitute", "67.58838090169655"], ["lng", "37.54730131634432"], ["locale", "IN"], ["longitude", "-62.23130387803735"], ["middlename", "Wiegand"], ["middle_name", "Ledner"], ["password", "Fg2HtPjLh8U"], ["phone", "1-945-458-4509 x215"], ["phone_number", "1-800-997-6987 x97888"], ["reference", "414db677-29d1-446f-93db-8434344ea0dc"], ["title", "Voluptatem aut ut nostrum commodi nulla."], ["user_name", "tynisha"], ["username", "mitchell"], ["uuid", "bc19fb10-ce62-4110-a13b-dcbda71d94a7"], ["created_at", "2020-11-24 14:58:35.121355"], ["updated_at", "2020-11-24 14:58:35.121355"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "407 Wilbur Park, Arnoldoshire, MS 97912-0572"], ["city", "Trudieshire"], ["country", "Namibia"], ["description", "Ut atque quidem. Sed eveniet ut. Mollitia deserunt cupiditate."], ["email", "louise_spencer@example.info"], ["first_name", "Evelia"], ["firstname", "Suzi"], ["last_name", "Brekke"], ["lastname", "Kunze"], ["lat", "72.20705869158994"], ["latitute", "86.85668135474293"], ["lng", "-56.53393231678139"], ["locale", "VU"], ["longitude", "-16.50867042511061"], ["middlename", "Bradtke"], ["middle_name", "Vandervort"], ["password", "DcOb7SrMz1Tm"], ["phone", "1-279-809-9700"], ["phone_number", "387-295-3171"], ["reference", "b3cb873f-6397-4f77-841f-bcee384b1501"], ["title", "Ea quidem voluptatem voluptate."], ["user_name", "yasmin_feeney"], ["username", "dwayne.kihn"], ["uuid", "ecb2d5b4-1061-47bc-9e05-62ce59dbf13e"], ["created_at", "2020-11-24 14:58:35.144179"], ["updated_at", "2020-11-24 14:58:35.144179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "403 Reinger Oval, West Kip, IL 64904-5519"], ["city", "North Laurence"], ["country", "Latvia"], ["description", "Est dolore porro. Quia non quas. Et itaque deleniti. Et ad praesentium. Voluptatem quisquam iure."], ["email", "antione.welch@example.org"], ["first_name", "Clemente"], ["firstname", "Adolph"], ["last_name", "Waelchi"], ["lastname", "Harvey"], ["lat", "-28.847148648660657"], ["latitute", "73.9432308030681"], ["lng", "30.837691790413345"], ["locale", "CK"], ["longitude", "-132.46860720673502"], ["middlename", "Dibbert"], ["middle_name", "Schamberger"], ["password", "K0zZx9K6fH"], ["phone", "789-005-5483 x83640"], ["phone_number", "(581) 287-4136 x6822"], ["reference", "9670bac7-1318-481c-8b9b-a34eafc09cc9"], ["title", "Dolor dolore enim omnis."], ["user_name", "hipolito_boyle"], ["username", "erik"], ["uuid", "d3e4ce27-5132-44a1-91c2-0736a6769af1"], ["created_at", "2020-11-24 14:58:35.166111"], ["updated_at", "2020-11-24 14:58:35.166111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 852 564 Murphy Mill, Port Moses, MO 78990-2383"], ["city", "North Paulineberg"], ["country", "Israel"], ["description", "Qui repellat voluptatem. Ratione deserunt nulla. Cum quia et."], ["email", "bernard@example.biz"], ["first_name", "Burt"], ["firstname", "Douglas"], ["last_name", "Pfannerstill"], ["lastname", "Ruecker"], ["lat", "-70.38382162404699"], ["latitute", "-38.30844167961035"], ["lng", "-24.87035337078558"], ["locale", "PY"], ["longitude", "41.01355088848186"], ["middlename", "Cormier"], ["middle_name", "Larson"], ["password", "1LyCuAxXgNr66Ux"], ["phone", "1-480-877-3706"], ["phone_number", "(284) 722-7763 x244"], ["reference", "ecb9086f-0f8d-40a7-896e-80d4a9001c09"], ["title", "Nobis iure accusamus sequi beatae."], ["user_name", "nancy"], ["username", "vida_carroll"], ["uuid", "c2c92e64-6747-429a-95c4-3b52a91046d5"], ["created_at", "2020-11-24 14:58:35.187841"], ["updated_at", "2020-11-24 14:58:35.187841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "614 Powlowski Parkways, South Clement, OH 60531"], ["city", "Bergemouth"], ["country", "Saint Pierre and Miquelon"], ["description", "Voluptatem porro maxime. Eius quibusdam dignissimos."], ["email", "donnie@example.org"], ["first_name", "Thi"], ["firstname", "Antony"], ["last_name", "Hirthe"], ["lastname", "Dickinson"], ["lat", "-55.9584795155107"], ["latitute", "-32.271893193021924"], ["lng", "-166.58865682999766"], ["locale", "NF"], ["longitude", "109.49473105691624"], ["middlename", "Fadel"], ["middle_name", "Orn"], ["password", "8WvOcB7kYsY"], ["phone", "167.724.7173 x6139"], ["phone_number", "(103) 084-1499 x0436"], ["reference", "3f5ce58e-f207-4084-9f6b-bdf94e1da3a4"], ["title", "Tempore totam rerum molestiae."], ["user_name", "darcy_greenfelder"], ["username", "laurence_rippin"], ["uuid", "d3a6cb6b-ff64-4afd-9b97-af2b10864c45"], ["created_at", "2020-11-24 14:58:35.209347"], ["updated_at", "2020-11-24 14:58:35.209347"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "80963 Robel Brook, Wizastad, AZ 32602-0391"], ["city", "New Darenville"], ["country", "Malawi"], ["description", "Suscipit minima ducimus. Et velit temporibus. Saepe libero ut. Vitae dolores dolores. Nisi aut enim."], ["email", "earlean_casper@example.io"], ["first_name", "Caren"], ["firstname", "Librada"], ["last_name", "Zboncak"], ["lastname", "Mertz"], ["lat", "-59.01068944769131"], ["latitute", "87.47280090801826"], ["lng", "-160.18416526534452"], ["locale", "LU"], ["longitude", "13.91317376140492"], ["middlename", "Miller"], ["middle_name", "Beahan"], ["password", "De1K2tBfBhR3"], ["phone", "1-751-535-8251 x9859"], ["phone_number", "1-777-581-2875 x55550"], ["reference", "6e41ef41-180d-4854-bee8-cf372a52955f"], ["title", "Aut repellat omnis."], ["user_name", "kazuko"], ["username", "melva"], ["uuid", "7d3de37b-7e30-4d02-9c27-1441c254d85d"], ["created_at", "2020-11-24 14:58:35.231067"], ["updated_at", "2020-11-24 14:58:35.231067"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "665 Sharen Locks, New Xuan, MO 69952"], ["city", "Connellyport"], ["country", "Italy"], ["description", "Quis ut explicabo. Vitae explicabo consequuntur. Eum numquam et."], ["email", "madaline@example.com"], ["first_name", "Lamont"], ["firstname", "Lynwood"], ["last_name", "Hane"], ["lastname", "Reilly"], ["lat", "-33.728011730169214"], ["latitute", "12.37216262293191"], ["lng", "-87.89310657487455"], ["locale", "ZW"], ["longitude", "-176.87387051687267"], ["middlename", "Schmitt"], ["middle_name", "Nikolaus"], ["password", "1DxR0oZtYySrEu"], ["phone", "758-389-4358 x6004"], ["phone_number", "905-560-5535 x623"], ["reference", "ee0e3082-6865-4f98-afb8-3bf922010da1"], ["title", "Non sapiente maiores magnam."], ["user_name", "raguel_brown"], ["username", "cassidy"], ["uuid", "8ec3a644-6fd6-498d-b6e7-46539ac6de3a"], ["created_at", "2020-11-24 14:58:35.252809"], ["updated_at", "2020-11-24 14:58:35.252809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "394 Prohaska Underpass, Emmanuelshire, WY 41036"], ["city", "Bernierchester"], ["country", "Monaco"], ["description", "Qui est ut. Vel maxime harum."], ["email", "yoshiko@example.net"], ["first_name", "Darryl"], ["firstname", "Zackary"], ["last_name", "Connelly"], ["lastname", "Sauer"], ["lat", "-26.834747304991666"], ["latitute", "-63.45705919364438"], ["lng", "159.61636001869056"], ["locale", "UZ"], ["longitude", "-48.55016988685986"], ["middlename", "Mohr"], ["middle_name", "Hilpert"], ["password", "JqX2fSnP"], ["phone", "1-987-050-0046 x1241"], ["phone_number", "504-851-5934 x9836"], ["reference", "05dde071-b649-44f8-9d8a-8b8d99bd3fe7"], ["title", "Nemo sed commodi et facere officiis."], ["user_name", "allison_ruecker"], ["username", "tamiko"], ["uuid", "f789a2ed-10d0-4574-9375-7f909cbe5b48"], ["created_at", "2020-11-24 14:58:35.283647"], ["updated_at", "2020-11-24 14:58:35.283647"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 233 327 Emmerich Drives, West Quincy, AR 29876-1844"], ["city", "Lindmouth"], ["country", "Guadeloupe"], ["description", "Cupiditate illo asperiores. Et earum est. Impedit placeat inventore. In adipisci ea."], ["email", "usha_rippin@example.biz"], ["first_name", "Christopher"], ["firstname", "Evelynn"], ["last_name", "Mertz"], ["lastname", "Carter"], ["lat", "34.23782169390705"], ["latitute", "-89.16318091006723"], ["lng", "163.72005978921885"], ["locale", "LA"], ["longitude", "-156.95912641547733"], ["middlename", "Deckow"], ["middle_name", "Mann"], ["password", "Lk6U8dWdTjW36g67"], ["phone", "622-063-4278 x78176"], ["phone_number", "469-917-1540 x3711"], ["reference", "38b27993-d160-4703-8391-d3c32477d738"], ["title", "Vitae incidunt itaque quia est."], ["user_name", "ferdinand_zieme"], ["username", "kirstie"], ["uuid", "560bfd3f-fd01-4a1d-9336-cde1da9e29f8"], ["created_at", "2020-11-24 14:58:35.306067"], ["updated_at", "2020-11-24 14:58:35.306067"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.331025"], ["updated_at", "2020-11-24 14:58:35.331025"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.339476"], ["updated_at", "2020-11-24 14:58:35.339476"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 106 84015 Howe Valley, New Marquis, WY 61350"], ["city", "Haydenside"], ["country", "United Arab Emirates"], ["description", "Cum explicabo veritatis. Omnis fuga voluptatem. Quas dolor exercitationem."], ["email", "michael@example.com"], ["first_name", "Adelia"], ["firstname", "Julieta"], ["last_name", "Mann"], ["lastname", "O'Keefe"], ["lat", "-87.04685839511728"], ["latitute", "3.2935236059681188"], ["lng", "19.912642941807718"], ["locale", "TZ"], ["longitude", "138.75704946222965"], ["middlename", "Rau"], ["middle_name", "Von"], ["password", "91AxBqIf95"], ["phone", "(881) 093-4273 x1520"], ["phone_number", "479-085-9207"], ["reference", "74e95ebd-214c-430d-9831-854781cd2e4e"], ["title", "Tempore ea molestiae sed mollitia."], ["user_name", "jerald"], ["username", "loreta"], ["uuid", "9e046e3e-f2fe-4d0d-bd3f-891d5888f55e"], ["created_at", "2020-11-24 14:58:35.364834"], ["updated_at", "2020-11-24 14:58:35.364834"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 15], ["a_decimal", 16.3087447078288], ["a_string", "Molestiae qui possimus vitae omnis nobis."], ["a_date", "2020-10-14"], ["a_time", "2000-01-01 20:17:16.230941"], ["a_datetime", "2020-10-15 11:02:08.405408"], ["created_at", "2020-11-24 14:58:35.373984"], ["updated_at", "2020-11-24 14:58:35.373984"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:58:35.378907"], ["updated_at", "2020-11-24 14:58:35.378907"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:58:35.383820"], ["updated_at", "2020-11-24 14:58:35.383820"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1035], ["a_decimal", 17.9366690636235], ["a_string", "Itaque modi excepturi est consequatur laudantium."], ["a_unique_value", 1], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:58:35.387120"], ["updated_at", "2020-11-24 14:58:35.387120"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.397689"], ["updated_at", "2020-11-24 14:58:35.397689"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:58:35.401396"], ["updated_at", "2020-11-24 14:58:35.401396"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 14:58:35.406760"], ["updated_at", "2020-11-24 14:58:35.406760"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 14:58:35.413278"], ["updated_at", "2020-11-24 14:58:35.413278"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.420687"], ["updated_at", "2020-11-24 14:58:35.420687"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.421878"], ["updated_at", "2020-11-24 14:58:35.421878"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.422851"], ["updated_at", "2020-11-24 14:58:35.422851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.423814"], ["updated_at", "2020-11-24 14:58:35.423814"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.424767"], ["updated_at", "2020-11-24 14:58:35.424767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.425667"], ["updated_at", "2020-11-24 14:58:35.425667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.426645"], ["updated_at", "2020-11-24 14:58:35.426645"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.427641"], ["updated_at", "2020-11-24 14:58:35.427641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.429916"], ["updated_at", "2020-11-24 14:58:35.429916"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.432151"], ["updated_at", "2020-11-24 14:58:35.432151"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.433908"], ["updated_at", "2020-11-24 14:58:35.433908"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.435235"], ["updated_at", "2020-11-24 14:58:35.435235"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.436452"], ["updated_at", "2020-11-24 14:58:35.436452"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.437655"], ["updated_at", "2020-11-24 14:58:35.437655"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.438842"], ["updated_at", "2020-11-24 14:58:35.438842"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.440052"], ["updated_at", "2020-11-24 14:58:35.440052"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "19780 Benny Point, Kovacekstad, MT 64053"], ["city", "East Dominiquechester"], ["country", "Saudi Arabia"], ["description", "In doloremque consequatur. Numquam ut sint."], ["email", "michel@example.io"], ["first_name", "Hugo"], ["firstname", "Nannette"], ["last_name", "Rowe"], ["lastname", "Jenkins"], ["lat", "-34.20824439938309"], ["latitute", "-23.208284277397325"], ["lng", "-30.0806643704328"], ["locale", "BR"], ["longitude", "-117.297027006299"], ["middlename", "Ziemann"], ["middle_name", "Waters"], ["password", "GkNmYwWeJ"], ["phone", "827.539.3904"], ["phone_number", "(457) 009-2245 x79677"], ["reference", "10514d70-6c7b-4782-930f-ccc24afc9b95"], ["title", "Pariatur sapiente dolorem neque est aut."], ["user_name", "lynwood"], ["username", "apryl"], ["uuid", "d483a445-b425-48c0-8f9f-a23fae265df1"], ["created_at", "2020-11-24 14:58:35.461760"], ["updated_at", "2020-11-24 14:58:35.461760"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 865 78339 Kristopher Manors, Schroederburgh, WV 57083"], ["city", "Maynardfurt"], ["country", "Saint Martin"], ["description", "Consequatur qui rem. Molestiae delectus aspernatur."], ["email", "reed.hand@example.co"], ["first_name", "Tyra"], ["firstname", "Dean"], ["last_name", "MacGyver"], ["lastname", "Mayer"], ["lat", "-43.940015789943764"], ["latitute", "33.05841659890373"], ["lng", "-127.89506346925583"], ["locale", "EG"], ["longitude", "-96.2989918799201"], ["middlename", "Lesch"], ["middle_name", "Dietrich"], ["password", "Kr09KdIo10Bf"], ["phone", "857-286-3768 x06293"], ["phone_number", "1-235-020-2154 x837"], ["reference", "f19abe87-f0d1-4f6f-af07-2b4fce283da7"], ["title", "Ipsa sit eos ab."], ["user_name", "marcus.jenkins"], ["username", "yael"], ["uuid", "dd7a759e-c053-4b49-9c95-9df939f20afd"], ["created_at", "2020-11-24 14:58:35.495181"], ["updated_at", "2020-11-24 14:58:35.495181"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "747 Diego Throughway, New Sharitaland, ID 33942-6154"], ["city", "Zemlakfort"], ["country", "Portugal"], ["description", "Velit hic porro. Similique voluptatum quia. Nihil ut inventore."], ["email", "cornell@example.com"], ["first_name", "Tyler"], ["firstname", "Maida"], ["last_name", "Bednar"], ["lastname", "Ward"], ["lat", "-69.7298490360727"], ["latitute", "-74.07054138197768"], ["lng", "-83.31919352589834"], ["locale", "AR"], ["longitude", "177.6293249227192"], ["middlename", "O'Kon"], ["middle_name", "Bruen"], ["password", "NmZd7Uh69I10"], ["phone", "813-711-9009 x58032"], ["phone_number", "1-425-630-1370 x126"], ["reference", "35ff9f54-2a17-4b3e-aae7-779cac29c6c7"], ["title", "Labore perspiciatis accusamus officia est consequuntur."], ["user_name", "deane_jakubowski"], ["username", "branden"], ["uuid", "973ed329-2896-47c8-ba79-8319a78d70f1"], ["created_at", "2020-11-24 14:58:35.519329"], ["updated_at", "2020-11-24 14:58:35.519329"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 764 348 Parisian Forks, Mauricefort, NM 39766"], ["city", "Marvinshire"], ["country", "Brazil"], ["description", "Nam occaecati nulla. Ut sapiente quia. Aut non quae. Error similique eaque."], ["email", "jose_schoen@example.com"], ["first_name", "Johnnie"], ["firstname", "Lida"], ["last_name", "Powlowski"], ["lastname", "Ryan"], ["lat", "-22.413359628511316"], ["latitute", "-19.94090693506368"], ["lng", "-74.08346437612272"], ["locale", "MZ"], ["longitude", "146.08502410117217"], ["middlename", "Konopelski"], ["middle_name", "Jones"], ["password", "6Y4wZ7aXt"], ["phone", "(371) 116-3824 x3404"], ["phone_number", "468-597-1641 x0084"], ["reference", "117797a5-7ff3-4a52-810c-12bba3a86721"], ["title", "Tenetur rerum non."], ["user_name", "arlie_tromp"], ["username", "hannelore.osinski"], ["uuid", "27a7c9e4-d8b2-48fa-a61f-7a5717bb3ea6"], ["created_at", "2020-11-24 14:58:35.541055"], ["updated_at", "2020-11-24 14:58:35.541055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 315 41672 Cleveland Turnpike, North Clayton, NJ 29174"], ["city", "Lake Devin"], ["country", "Argentina"], ["description", "Magni odio porro. Dolore iure maiores. Fuga pariatur voluptas. Quia asperiores dolorem."], ["email", "darren_tremblay@example.co"], ["first_name", "Gaylene"], ["firstname", "Lashonda"], ["last_name", "Nader"], ["lastname", "Waters"], ["lat", "30.211283740069533"], ["latitute", "-19.993869424645325"], ["lng", "-164.26653971944282"], ["locale", "GA"], ["longitude", "52.148929621524275"], ["middlename", "Sawayn"], ["middle_name", "Klocko"], ["password", "XiIgBdAu6QwSdQ9"], ["phone", "280-191-5513 x032"], ["phone_number", "(791) 892-8097 x63117"], ["reference", "0c514f26-b9ae-4cfb-bca2-8adab1a25cb4"], ["title", "Dicta ut qui non qui atque."], ["user_name", "domenic.collins"], ["username", "johnathan"], ["uuid", "2855e08c-f4a3-45e5-8c40-ff532599eaee"], ["created_at", "2020-11-24 14:58:35.562864"], ["updated_at", "2020-11-24 14:58:35.562864"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 399 413 Chung Radial, Farrellville, WI 32171"], ["city", "Careyview"], ["country", "Timor-Leste"], ["description", "At illum consequatur. Facere aut quis. Modi dolores aut. Quo eos labore. Similique recusandae ut."], ["email", "harlan@example.biz"], ["first_name", "Cherly"], ["firstname", "Lou"], ["last_name", "Zulauf"], ["lastname", "Graham"], ["lat", "-16.674136572468157"], ["latitute", "-88.0482975892981"], ["lng", "-37.6046316414716"], ["locale", "RS"], ["longitude", "-71.46091591636264"], ["middlename", "Moore"], ["middle_name", "Bartoletti"], ["password", "DlPy8OxWs"], ["phone", "710-558-5767 x573"], ["phone_number", "230.381.4192 x0801"], ["reference", "29d796c0-97a4-4996-ab1e-7ab95db985cf"], ["title", "Consequuntur aut officia."], ["user_name", "angeline.price"], ["username", "rikki.cummings"], ["uuid", "c76cf32c-27c5-4552-a200-b19cb6ceea03"], ["created_at", "2020-11-24 14:58:35.584625"], ["updated_at", "2020-11-24 14:58:35.584625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "1660 Jenkins Land, South Mohammadport, CT 44197-1772"], ["city", "Annmariefurt"], ["country", "Belarus"], ["description", "Excepturi assumenda molestiae. Laudantium vel voluptatum. Mollitia dolor libero. Quam maiores et."], ["email", "sabra_cronin@example.net"], ["first_name", "Cary"], ["firstname", "Pedro"], ["last_name", "Runolfsson"], ["lastname", "Blick"], ["lat", "-81.6263433980921"], ["latitute", "72.56438956466789"], ["lng", "92.98676977796981"], ["locale", "HU"], ["longitude", "23.757440671613608"], ["middlename", "Wilkinson"], ["middle_name", "Kemmer"], ["password", "OmAsMwPxF42gY8uC"], ["phone", "1-909-165-2028"], ["phone_number", "(398) 513-6474 x70581"], ["reference", "57c6e27b-cd30-4b84-9aba-ad011e3ba30c"], ["title", "Nihil omnis et vel praesentium dolorem."], ["user_name", "carroll"], ["username", "delores"], ["uuid", "8925b728-d3b2-403e-a0a4-2ba0c0db8b1f"], ["created_at", "2020-11-24 14:58:35.606220"], ["updated_at", "2020-11-24 14:58:35.606220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 907 7908 Kessler Neck, Champlinside, NC 56876"], ["city", "West Billie"], ["country", "Holy See (Vatican City State)"], ["description", "Sed facere eligendi. Est officiis optio. Inventore nostrum hic. Qui hic unde. Saepe voluptatem eligendi."], ["email", "mitchel@example.net"], ["first_name", "Brynn"], ["firstname", "Whitney"], ["last_name", "Schultz"], ["lastname", "Douglas"], ["lat", "27.865891517855374"], ["latitute", "-11.475806997576655"], ["lng", "118.60168756917216"], ["locale", "US"], ["longitude", "45.29313463557102"], ["middlename", "Hoeger"], ["middle_name", "Jerde"], ["password", "UePbCkZmB4eU1n"], ["phone", "690-065-2974"], ["phone_number", "1-921-159-2087 x06062"], ["reference", "0459ead7-8fc8-453c-a8ff-2a9eb9cbadb0"], ["title", "Sit iste laudantium totam maiores."], ["user_name", "felix.connelly"], ["username", "rebecka"], ["uuid", "a0d26946-a089-4744-8a43-264bd08b07b8"], ["created_at", "2020-11-24 14:58:35.627778"], ["updated_at", "2020-11-24 14:58:35.627778"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1], ["a_decimal", 0.435814288753482], ["a_string", "Totam rerum maxime dolorem."], ["a_date", "2020-10-28"], ["a_time", "2000-01-01 13:43:30.994015"], ["a_datetime", "2020-11-20 15:59:43.417302"], ["created_at", "2020-11-24 14:58:35.630505"], ["updated_at", "2020-11-24 14:58:35.630505"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 7], ["a_decimal", 0.78921101282603], ["a_string", "Quam sit dolorem ea saepe et."], ["a_date", "2021-01-05"], ["a_time", "2000-01-01 23:46:44.035121"], ["a_datetime", "2020-10-16 23:19:06.641851"], ["created_at", "2020-11-24 14:58:35.632785"], ["updated_at", "2020-11-24 14:58:35.632785"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 27], ["a_decimal", 13.4334414300163], ["a_string", "Veritatis hic dolores."], ["a_date", "2020-12-12"], ["a_time", "2000-01-01 11:40:56.738288"], ["a_datetime", "2020-11-17 05:00:48.584064"], ["created_at", "2020-11-24 14:58:35.634950"], ["updated_at", "2020-11-24 14:58:35.634950"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 7], ["a_decimal", 2.37336658247559], ["a_string", "Nam quis debitis."], ["a_date", "2020-11-24"], ["a_time", "2000-01-01 12:41:10.643643"], ["a_datetime", "2021-01-05 07:59:17.294274"], ["created_at", "2020-11-24 14:58:35.637094"], ["updated_at", "2020-11-24 14:58:35.637094"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 6], ["a_decimal", 34.7567688875713], ["a_string", "Autem velit odio mollitia id iure."], ["a_date", "2020-11-22"], ["a_time", "2000-01-01 11:33:58.673054"], ["a_datetime", "2020-12-04 11:08:16.973657"], ["created_at", "2020-11-24 14:58:35.639243"], ["updated_at", "2020-11-24 14:58:35.639243"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 23], ["a_decimal", 0.540208719016452], ["a_string", "Aut odio qui libero non sint."], ["a_date", "2020-11-23"], ["a_time", "2000-01-01 23:35:41.384267"], ["a_datetime", "2020-12-08 11:05:18.283514"], ["created_at", "2020-11-24 14:58:35.641414"], ["updated_at", "2020-11-24 14:58:35.641414"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 3], ["a_decimal", 0.915870358165139], ["a_string", "Doloremque culpa velit unde animi recusandae."], ["a_date", "2020-10-19"], ["a_time", "2000-01-01 15:46:51.203553"], ["a_datetime", "2020-10-30 15:04:47.076872"], ["created_at", "2020-11-24 14:58:35.652032"], ["updated_at", "2020-11-24 14:58:35.652032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 31], ["a_decimal", 23.3986308809871], ["a_string", "Voluptas ab labore."], ["a_date", "2020-10-16"], ["a_time", "2000-01-01 03:53:40.582120"], ["a_datetime", "2020-10-20 18:34:32.411261"], ["created_at", "2020-11-24 14:58:35.654770"], ["updated_at", "2020-11-24 14:58:35.654770"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:58:35.656556"], ["updated_at", "2020-11-24 14:58:35.656556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:58:35.657903"], ["updated_at", "2020-11-24 14:58:35.657903"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:58:35.659218"], ["updated_at", "2020-11-24 14:58:35.659218"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:58:35.660573"], ["updated_at", "2020-11-24 14:58:35.660573"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:58:35.661878"], ["updated_at", "2020-11-24 14:58:35.661878"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:58:35.663205"], ["updated_at", "2020-11-24 14:58:35.663205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:58:35.664489"], ["updated_at", "2020-11-24 14:58:35.664489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:58:35.665724"], ["updated_at", "2020-11-24 14:58:35.665724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:58:35.667048"], ["updated_at", "2020-11-24 14:58:35.667048"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:58:35.668323"], ["updated_at", "2020-11-24 14:58:35.668323"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:58:35.669449"], ["updated_at", "2020-11-24 14:58:35.669449"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:58:35.670570"], ["updated_at", "2020-11-24 14:58:35.670570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:58:35.671685"], ["updated_at", "2020-11-24 14:58:35.671685"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:58:35.672815"], ["updated_at", "2020-11-24 14:58:35.672815"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:58:35.673959"], ["updated_at", "2020-11-24 14:58:35.673959"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:58:35.675080"], ["updated_at", "2020-11-24 14:58:35.675080"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1014], ["a_decimal", 0.334630709197418], ["a_string", "Quia dolorem vel."], ["a_unique_value", 1], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:58:35.677650"], ["updated_at", "2020-11-24 14:58:35.677650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1020], ["a_decimal", 3.01746579177646], ["a_string", "Voluptates numquam adipisci ipsam."], ["a_unique_value", 8], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 14:58:35.680242"], ["updated_at", "2020-11-24 14:58:35.680242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 1.79114545952697], ["a_string", "In quis quos et expedita."], ["a_unique_value", 3], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 14:58:35.682728"], ["updated_at", "2020-11-24 14:58:35.682728"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1020], ["a_decimal", 9.5302450697303], ["a_string", "Deserunt rerum at debitis impedit qui."], ["a_unique_value", 2], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:58:35.685093"], ["updated_at", "2020-11-24 14:58:35.685093"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1004], ["a_decimal", -0.90807127929128], ["a_string", "Ut placeat ut et."], ["a_unique_value", 4], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 14:58:35.687459"], ["updated_at", "2020-11-24 14:58:35.687459"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1005], ["a_decimal", 3.43589083956583], ["a_string", "Tenetur eos in."], ["a_unique_value", 10], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:58:35.689891"], ["updated_at", "2020-11-24 14:58:35.689891"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1010], ["a_decimal", 13.5143775217699], ["a_string", "Officia quasi id."], ["a_unique_value", 5], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 14:58:35.692247"], ["updated_at", "2020-11-24 14:58:35.692247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 0.830978857720723], ["a_string", "Odit vero est."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 14:58:35.694567"], ["updated_at", "2020-11-24 14:58:35.694567"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.710607"], ["updated_at", "2020-11-24 14:58:35.710607"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.711393"], ["updated_at", "2020-11-24 14:58:35.711393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.712047"], ["updated_at", "2020-11-24 14:58:35.712047"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.712662"], ["updated_at", "2020-11-24 14:58:35.712662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.713283"], ["updated_at", "2020-11-24 14:58:35.713283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.713897"], ["updated_at", "2020-11-24 14:58:35.713897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.714512"], ["updated_at", "2020-11-24 14:58:35.714512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.715122"], ["updated_at", "2020-11-24 14:58:35.715122"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:58:35.715777"], ["updated_at", "2020-11-24 14:58:35.715777"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:58:35.716443"], ["updated_at", "2020-11-24 14:58:35.716443"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:58:35.717069"], ["updated_at", "2020-11-24 14:58:35.717069"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:58:35.717715"], ["updated_at", "2020-11-24 14:58:35.717715"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:58:35.718342"], ["updated_at", "2020-11-24 14:58:35.718342"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:58:35.718969"], ["updated_at", "2020-11-24 14:58:35.718969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:58:35.719622"], ["updated_at", "2020-11-24 14:58:35.719622"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:58:35.720283"], ["updated_at", "2020-11-24 14:58:35.720283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 14:58:35.721552"], ["updated_at", "2020-11-24 14:58:35.721552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 14:58:35.722831"], ["updated_at", "2020-11-24 14:58:35.722831"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 14:58:35.723979"], ["updated_at", "2020-11-24 14:58:35.723979"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 14:58:35.725127"], ["updated_at", "2020-11-24 14:58:35.725127"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 14:58:35.726282"], ["updated_at", "2020-11-24 14:58:35.726282"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 14:58:35.727400"], ["updated_at", "2020-11-24 14:58:35.727400"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 14:58:35.728567"], ["updated_at", "2020-11-24 14:58:35.728567"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 14:58:35.729728"], ["updated_at", "2020-11-24 14:58:35.729728"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 5], ["created_at", "2020-11-24 14:58:35.731328"], ["updated_at", "2020-11-24 14:58:35.731328"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 7], ["created_at", "2020-11-24 14:58:35.732998"], ["updated_at", "2020-11-24 14:58:35.732998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 7], ["created_at", "2020-11-24 14:58:35.734716"], ["updated_at", "2020-11-24 14:58:35.734716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 4], ["created_at", "2020-11-24 14:58:35.736288"], ["updated_at", "2020-11-24 14:58:35.736288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-24 14:58:35.737820"], ["updated_at", "2020-11-24 14:58:35.737820"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 6], ["created_at", "2020-11-24 14:58:35.739334"], ["updated_at", "2020-11-24 14:58:35.739334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-24 14:58:35.740872"], ["updated_at", "2020-11-24 14:58:35.740872"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-24 14:58:35.742405"], ["updated_at", "2020-11-24 14:58:35.742405"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1], ["a_decimal", 3.91648790515388], ["a_string", "Sunt necessitatibus et nihil nam."], ["a_date", "2020-12-07"], ["a_time", "2000-01-01 23:27:18.172719"], ["a_datetime", "2020-10-17 00:57:34.424672"], ["created_at", "2020-11-24 14:58:35.772466"], ["updated_at", "2020-11-24 14:58:35.772466"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 3], ["a_decimal", 5.46661755897601], ["a_string", "Dolores est cumque ipsam velit."], ["a_date", "2020-10-31"], ["a_time", "2000-01-01 08:18:35.747640"], ["a_datetime", "2021-01-03 11:22:32.600827"], ["created_at", "2020-11-24 14:58:35.775346"], ["updated_at", "2020-11-24 14:58:35.775346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 3], ["a_decimal", 3.54775939534603], ["a_string", "Alias modi quaerat aut omnis eum."], ["a_date", "2020-11-30"], ["a_time", "2000-01-01 02:56:00.498458"], ["a_datetime", "2020-12-19 13:29:02.728867"], ["created_at", "2020-11-24 14:58:35.778328"], ["updated_at", "2020-11-24 14:58:35.778328"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 37], ["a_decimal", 7.27385828615982], ["a_string", "Beatae aut velit."], ["a_date", "2020-11-27"], ["a_time", "2000-01-01 12:42:47.243697"], ["a_datetime", "2020-10-21 00:02:58.095081"], ["created_at", "2020-11-24 14:58:35.783977"], ["updated_at", "2020-11-24 14:58:35.783977"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 2], ["a_decimal", 3.9693868534539], ["a_string", "Sit cumque illo et."], ["a_date", "2020-12-14"], ["a_time", "2000-01-01 13:55:40.357319"], ["a_datetime", "2020-11-13 03:05:55.374896"], ["created_at", "2020-11-24 14:58:35.787093"], ["updated_at", "2020-11-24 14:58:35.787093"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 2], ["a_decimal", 23.8455184814327], ["a_string", "Quibusdam unde velit quasi deleniti."], ["a_date", "2020-10-30"], ["a_time", "2000-01-01 01:52:19.749227"], ["a_datetime", "2020-11-30 12:57:48.423217"], ["created_at", "2020-11-24 14:58:35.789707"], ["updated_at", "2020-11-24 14:58:35.789707"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.792339"], ["updated_at", "2020-11-24 14:58:35.792339"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.820245"], ["updated_at", "2020-11-24 14:58:35.820245"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.821311"], ["updated_at", "2020-11-24 14:58:35.821311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.822123"], ["updated_at", "2020-11-24 14:58:35.822123"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.822893"], ["updated_at", "2020-11-24 14:58:35.822893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.823681"], ["updated_at", "2020-11-24 14:58:35.823681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.824490"], ["updated_at", "2020-11-24 14:58:35.824490"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.825268"], ["updated_at", "2020-11-24 14:58:35.825268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.826042"], ["updated_at", "2020-11-24 14:58:35.826042"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.827823"], ["updated_at", "2020-11-24 14:58:35.827823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.829914"], ["updated_at", "2020-11-24 14:58:35.829914"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.831859"], ["updated_at", "2020-11-24 14:58:35.831859"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.834096"], ["updated_at", "2020-11-24 14:58:35.834096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.835921"], ["updated_at", "2020-11-24 14:58:35.835921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.837395"], ["updated_at", "2020-11-24 14:58:35.837395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.838761"], ["updated_at", "2020-11-24 14:58:35.838761"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:35.840140"], ["updated_at", "2020-11-24 14:58:35.840140"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "894 Coleen Falls, Lake Kenachester, TX 18689"], ["city", "Hoppefort"], ["country", "Australia"], ["description", "Eos aut nihil. Est aspernatur quis. Ad veritatis tenetur. Quisquam maiores aut. Et sed et."], ["email", "fidel_mckenzie@example.com"], ["first_name", "Latrina"], ["firstname", "Omar"], ["last_name", "Monahan"], ["lastname", "Ferry"], ["lat", "57.07867326050945"], ["latitute", "62.32101652185284"], ["lng", "-146.7219958536449"], ["locale", "JO"], ["longitude", "72.4101524018644"], ["middlename", "Bashirian"], ["middle_name", "Powlowski"], ["password", "V9xKg2NgV"], ["phone", "(727) 006-8157 x80193"], ["phone_number", "990-238-5003"], ["reference", "248e1dc6-4391-4b7f-a9f2-afbe7516dced"], ["title", "Eum architecto et in."], ["user_name", "julieta_crist"], ["username", "dwight_huel"], ["uuid", "46344b25-cd5d-4804-9510-1d2af3bfe463"], ["created_at", "2020-11-24 14:58:35.863216"], ["updated_at", "2020-11-24 14:58:35.863216"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 747 993 Bartoletti Dale, New Silvia, CT 22242-0462"], ["city", "Earleneton"], ["country", "French Polynesia"], ["description", "Libero minima sed. Facilis cumque blanditiis. Dolorem distinctio accusantium. Ipsam quae necessitatibus."], ["email", "jarred_renner@example.io"], ["first_name", "Palma"], ["firstname", "Caprice"], ["last_name", "Mosciski"], ["lastname", "Wintheiser"], ["lat", "28.07478267614586"], ["latitute", "64.45306491372995"], ["lng", "113.19846898261426"], ["locale", "EC"], ["longitude", "83.32367560585647"], ["middlename", "Corwin"], ["middle_name", "Hansen"], ["password", "NcO9y9OrQaHe"], ["phone", "294-236-6196"], ["phone_number", "847-449-7508 x10648"], ["reference", "4246a148-992f-4a8b-addd-5b54fd765593"], ["title", "Amet repudiandae molestiae."], ["user_name", "blake"], ["username", "tracy"], ["uuid", "a1b828c6-44d3-42b5-8841-bdb57a629c63"], ["created_at", "2020-11-24 14:58:35.884774"], ["updated_at", "2020-11-24 14:58:35.884774"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 564 4641 Michale Summit, North Genaro, AR 30504-4177"], ["city", "South Eldontown"], ["country", "Democratic People's Republic of Korea"], ["description", "Eum voluptatem itaque. Ut corrupti ut. Dolore iusto molestiae. Rerum laborum voluptas."], ["email", "alvin@example.biz"], ["first_name", "Dawne"], ["firstname", "Cameron"], ["last_name", "O'Kon"], ["lastname", "Green"], ["lat", "85.5625951820389"], ["latitute", "-71.50391023349324"], ["lng", "-60.871817495765214"], ["locale", "KH"], ["longitude", "-158.571213104253"], ["middlename", "Kessler"], ["middle_name", "Hodkiewicz"], ["password", "O4mE5sOi4EzYqA8q"], ["phone", "750.243.7091 x93771"], ["phone_number", "804.707.1302 x62534"], ["reference", "ccf01fb8-e1b3-408e-9c3c-3b77107f22df"], ["title", "Ullam voluptatem itaque."], ["user_name", "ramonita"], ["username", "clarence"], ["uuid", "7273a4b2-e396-4c47-a2c8-1446ac647be7"], ["created_at", "2020-11-24 14:58:35.918444"], ["updated_at", "2020-11-24 14:58:35.918444"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 661 480 Frances Shoals, North Minnafurt, WA 16003-4727"], ["city", "Hodkiewiczfurt"], ["country", "Congo"], ["description", "Est voluptatem et. Ratione vero id. Libero voluptas nihil. Et quasi iusto. Consequatur mollitia praesentium."], ["email", "myung_gerhold@example.org"], ["first_name", "Jaunita"], ["firstname", "Amina"], ["last_name", "Gibson"], ["lastname", "Adams"], ["lat", "-48.16432321188126"], ["latitute", "80.28092996099988"], ["lng", "-79.34312598776263"], ["locale", "RS"], ["longitude", "-122.56614329029995"], ["middlename", "Krajcik"], ["middle_name", "Deckow"], ["password", "2O3g9XdE0"], ["phone", "994-238-8407 x02306"], ["phone_number", "840-262-7247"], ["reference", "1e054dc5-5bdd-4976-ba12-3cc82acf3ce0"], ["title", "Rem sint sequi consequatur."], ["user_name", "johnsie_mclaughlin"], ["username", "rolf"], ["uuid", "94f7bbd5-8525-41ec-9884-bb79f86fec8b"], ["created_at", "2020-11-24 14:58:35.941938"], ["updated_at", "2020-11-24 14:58:35.941938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 476 3438 Windler Shoals, New Geneshire, AL 63709"], ["city", "Schmidtchester"], ["country", "Democratic People's Republic of Korea"], ["description", "Voluptatem aspernatur esse. Qui ut et. Alias et est. Odit blanditiis perferendis. Voluptatem non qui."], ["email", "jenae@example.info"], ["first_name", "Leo"], ["firstname", "Tanya"], ["last_name", "Ritchie"], ["lastname", "Stroman"], ["lat", "-57.74649083641756"], ["latitute", "13.273877328619676"], ["lng", "140.4861034672486"], ["locale", "AG"], ["longitude", "-172.0706026143344"], ["middlename", "Mills"], ["middle_name", "Mills"], ["password", "RyM375cH6rMo"], ["phone", "1-124-985-2725 x838"], ["phone_number", "1-652-574-9615"], ["reference", "2a8453f4-4b23-4b9f-a171-d176bd97edf6"], ["title", "Animi porro nam ut quo."], ["user_name", "kyung"], ["username", "myles"], ["uuid", "e625bd5d-7d76-4bba-aa11-ebf1c418e540"], ["created_at", "2020-11-24 14:58:35.963584"], ["updated_at", "2020-11-24 14:58:35.963584"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "26992 Koch Camp, Lake Justinberg, AR 51197-8916"], ["city", "Elainafort"], ["country", "Tokelau"], ["description", "Sint eos sint. Aut doloribus animi."], ["email", "jack.reichert@example.co"], ["first_name", "Jorge"], ["firstname", "Kimberli"], ["last_name", "Dickinson"], ["lastname", "Roob"], ["lat", "12.139984000218192"], ["latitute", "-41.374437684778805"], ["lng", "125.21052411907834"], ["locale", "HN"], ["longitude", "107.07330966349252"], ["middlename", "Gleichner"], ["middle_name", "Price"], ["password", "BlPpMpP1xA5"], ["phone", "160.396.9314 x329"], ["phone_number", "832.422.7788 x59257"], ["reference", "5e84efcd-dd02-4140-9ad8-79d0c107ad9c"], ["title", "Aperiam recusandae animi."], ["user_name", "aide_lueilwitz"], ["username", "enedina"], ["uuid", "791925b3-c207-41bb-b185-806967e06e60"], ["created_at", "2020-11-24 14:58:35.984968"], ["updated_at", "2020-11-24 14:58:35.984968"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2795 Liberty Inlet, Cristberg, IL 53264-2664"], ["city", "New Augusta"], ["country", "Syrian Arab Republic"], ["description", "Commodi velit nihil. Quidem minus quas. Porro doloremque dolorum. Quibusdam aperiam blanditiis. Praesentium sint aut."], ["email", "cleveland@example.com"], ["first_name", "Garnett"], ["firstname", "Alexis"], ["last_name", "Gleichner"], ["lastname", "Bednar"], ["lat", "-38.022307379972546"], ["latitute", "-59.80191231627405"], ["lng", "145.53306820267454"], ["locale", "GD"], ["longitude", "135.45042309786584"], ["middlename", "Armstrong"], ["middle_name", "Lang"], ["password", "E1qMtCqIdM"], ["phone", "194.872.7900 x37267"], ["phone_number", "351.393.0653"], ["reference", "3ccf4324-c246-4911-83ec-83d88491dc63"], ["title", "Dolor itaque placeat nobis corporis."], ["user_name", "kasie"], ["username", "shanda"], ["uuid", "3ebe6517-e214-4c19-abb3-f75c59a367f6"], ["created_at", "2020-11-24 14:58:36.006570"], ["updated_at", "2020-11-24 14:58:36.006570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "683 Ruecker Center, East Jeremiah, NC 64158-0115"], ["city", "Wolffberg"], ["country", "India"], ["description", "Architecto nesciunt perspiciatis. Aut quis aliquam. Eos quia non. Non quo quaerat. Consequatur commodi quia."], ["email", "sherwood@example.biz"], ["first_name", "Tom"], ["firstname", "Florinda"], ["last_name", "Carroll"], ["lastname", "Rath"], ["lat", "-60.26629314879489"], ["latitute", "-41.308352520858016"], ["lng", "-37.93779146178403"], ["locale", "WS"], ["longitude", "18.47979993148124"], ["middlename", "Walker"], ["middle_name", "Renner"], ["password", "VbDsO7tKzS5"], ["phone", "771-649-4316 x739"], ["phone_number", "238.991.9626 x94115"], ["reference", "f8c6260d-4a52-4cde-85a4-c64114504d47"], ["title", "Aliquid quo maiores esse."], ["user_name", "jacques.wiza"], ["username", "viva.schulist"], ["uuid", "a41e20c6-db27-43b7-bad3-1a3f486bf9c5"], ["created_at", "2020-11-24 14:58:36.028281"], ["updated_at", "2020-11-24 14:58:36.028281"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 7], ["a_decimal", 15.3426333902947], ["a_string", "Facere officiis est."], ["a_date", "2020-12-10"], ["a_time", "2000-01-01 14:55:06.218699"], ["a_datetime", "2020-11-22 15:43:21.661601"], ["created_at", "2020-11-24 14:58:36.030984"], ["updated_at", "2020-11-24 14:58:36.030984"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 36], ["a_decimal", 7.73091781987742], ["a_string", "Et architecto necessitatibus totam quidem."], ["a_date", "2020-12-12"], ["a_time", "2000-01-01 09:46:32.484287"], ["a_datetime", "2020-12-20 16:59:15.918318"], ["created_at", "2020-11-24 14:58:36.033255"], ["updated_at", "2020-11-24 14:58:36.033255"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 5], ["a_decimal", 5.27232336915855], ["a_string", "Dolores nesciunt illo quae saepe."], ["a_date", "2020-12-31"], ["a_time", "2000-01-01 06:17:47.547998"], ["a_datetime", "2021-01-02 08:30:13.544894"], ["created_at", "2020-11-24 14:58:36.035519"], ["updated_at", "2020-11-24 14:58:36.035519"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 17], ["a_decimal", 32.6419071535518], ["a_string", "Vel deserunt sit nobis."], ["a_date", "2020-11-05"], ["a_time", "2000-01-01 19:43:31.514148"], ["a_datetime", "2020-10-14 22:56:51.827472"], ["created_at", "2020-11-24 14:58:36.037803"], ["updated_at", "2020-11-24 14:58:36.037803"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 3], ["a_decimal", 16.9404034684219], ["a_string", "Consequuntur earum omnis eum rem aliquam."], ["a_date", "2020-12-08"], ["a_time", "2000-01-01 11:50:57.765188"], ["a_datetime", "2020-10-16 09:43:48.583203"], ["created_at", "2020-11-24 14:58:36.040027"], ["updated_at", "2020-11-24 14:58:36.040027"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 0], ["a_decimal", 23.1101462813605], ["a_string", "Ipsa aut soluta commodi aliquam est."], ["a_date", "2020-11-17"], ["a_time", "2000-01-01 08:22:52.324838"], ["a_datetime", "2020-12-05 02:33:24.381762"], ["created_at", "2020-11-24 14:58:36.042465"], ["updated_at", "2020-11-24 14:58:36.042465"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 3], ["a_decimal", 11.1575141048656], ["a_string", "Animi a qui nemo repellendus consequatur."], ["a_date", "2020-12-20"], ["a_time", "2000-01-01 20:42:22.553380"], ["a_datetime", "2020-11-16 08:22:50.399367"], ["created_at", "2020-11-24 14:58:36.044706"], ["updated_at", "2020-11-24 14:58:36.044706"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 7], ["a_decimal", 2.64042702476442], ["a_string", "Minus voluptatem qui molestias mollitia."], ["a_date", "2020-11-11"], ["a_time", "2000-01-01 06:26:34.724555"], ["a_datetime", "2020-10-25 20:45:46.588020"], ["created_at", "2020-11-24 14:58:36.046858"], ["updated_at", "2020-11-24 14:58:36.046858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:58:36.048446"], ["updated_at", "2020-11-24 14:58:36.048446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:58:36.049658"], ["updated_at", "2020-11-24 14:58:36.049658"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:58:36.050774"], ["updated_at", "2020-11-24 14:58:36.050774"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 14:58:36.051854"], ["updated_at", "2020-11-24 14:58:36.051854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:58:36.052942"], ["updated_at", "2020-11-24 14:58:36.052942"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:58:36.054010"], ["updated_at", "2020-11-24 14:58:36.054010"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:58:36.055119"], ["updated_at", "2020-11-24 14:58:36.055119"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:58:36.056366"], ["updated_at", "2020-11-24 14:58:36.056366"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:58:36.057764"], ["updated_at", "2020-11-24 14:58:36.057764"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:58:36.059050"], ["updated_at", "2020-11-24 14:58:36.059050"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:58:36.060161"], ["updated_at", "2020-11-24 14:58:36.060161"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:58:36.061253"], ["updated_at", "2020-11-24 14:58:36.061253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:58:36.062340"], ["updated_at", "2020-11-24 14:58:36.062340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:58:36.063417"], ["updated_at", "2020-11-24 14:58:36.063417"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:58:36.064518"], ["updated_at", "2020-11-24 14:58:36.064518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:58:36.065594"], ["updated_at", "2020-11-24 14:58:36.065594"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1020], ["a_decimal", 0.912262232413083], ["a_string", "Provident dolores blanditiis vero et dolor."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 14:58:36.068088"], ["updated_at", "2020-11-24 14:58:36.068088"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1012], ["a_decimal", 29.8982999409394], ["a_string", "Omnis voluptates et eum officia."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:58:36.070463"], ["updated_at", "2020-11-24 14:58:36.070463"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1004], ["a_decimal", 19.9873181813841], ["a_string", "Fugit consequatur rerum enim repudiandae atque."], ["a_unique_value", 9], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:58:36.072744"], ["updated_at", "2020-11-24 14:58:36.072744"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1017], ["a_decimal", -0.0326117102277886], ["a_string", "Voluptatem nostrum deserunt neque ut est."], ["a_unique_value", 4], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:58:36.083493"], ["updated_at", "2020-11-24 14:58:36.083493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 0.0849825660059502], ["a_string", "Laborum est fuga omnis."], ["a_unique_value", 7], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:58:36.086389"], ["updated_at", "2020-11-24 14:58:36.086389"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1013], ["a_decimal", 11.6128094929858], ["a_string", "Est veniam beatae."], ["a_unique_value", 1], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:58:36.089149"], ["updated_at", "2020-11-24 14:58:36.089149"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1011], ["a_decimal", 14.0690618358505], ["a_string", "Eaque molestiae perspiciatis magni nostrum."], ["a_unique_value", 3], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:58:36.091980"], ["updated_at", "2020-11-24 14:58:36.091980"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1006], ["a_decimal", 16.8836372204886], ["a_string", "Voluptatum est velit illum."], ["a_unique_value", 8], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:58:36.094762"], ["updated_at", "2020-11-24 14:58:36.094762"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:36.112101"], ["updated_at", "2020-11-24 14:58:36.112101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:36.112954"], ["updated_at", "2020-11-24 14:58:36.112954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:36.113616"], ["updated_at", "2020-11-24 14:58:36.113616"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:36.114270"], ["updated_at", "2020-11-24 14:58:36.114270"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:36.114949"], ["updated_at", "2020-11-24 14:58:36.114949"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:36.115601"], ["updated_at", "2020-11-24 14:58:36.115601"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:36.116252"], ["updated_at", "2020-11-24 14:58:36.116252"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:58:36.116892"], ["updated_at", "2020-11-24 14:58:36.116892"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:58:36.117573"], ["updated_at", "2020-11-24 14:58:36.117573"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:58:36.118237"], ["updated_at", "2020-11-24 14:58:36.118237"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:58:36.118873"], ["updated_at", "2020-11-24 14:58:36.118873"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:58:36.119505"], ["updated_at", "2020-11-24 14:58:36.119505"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:58:36.120144"], ["updated_at", "2020-11-24 14:58:36.120144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:58:36.120782"], ["updated_at", "2020-11-24 14:58:36.120782"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:58:36.121423"], ["updated_at", "2020-11-24 14:58:36.121423"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:58:36.122060"], ["updated_at", "2020-11-24 14:58:36.122060"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 14:58:36.123332"], ["updated_at", "2020-11-24 14:58:36.123332"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 14:58:36.124606"], ["updated_at", "2020-11-24 14:58:36.124606"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 14:58:36.125754"], ["updated_at", "2020-11-24 14:58:36.125754"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 14:58:36.126905"], ["updated_at", "2020-11-24 14:58:36.126905"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 14:58:36.128033"], ["updated_at", "2020-11-24 14:58:36.128033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 14:58:36.129180"], ["updated_at", "2020-11-24 14:58:36.129180"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 14:58:36.130304"], ["updated_at", "2020-11-24 14:58:36.130304"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 14:58:36.131423"], ["updated_at", "2020-11-24 14:58:36.131423"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 5], ["created_at", "2020-11-24 14:58:36.133045"], ["updated_at", "2020-11-24 14:58:36.133045"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-24 14:58:36.134667"], ["updated_at", "2020-11-24 14:58:36.134667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-24 14:58:36.136268"], ["updated_at", "2020-11-24 14:58:36.136268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 6], ["created_at", "2020-11-24 14:58:36.137859"], ["updated_at", "2020-11-24 14:58:36.137859"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 5], ["created_at", "2020-11-24 14:58:36.139436"], ["updated_at", "2020-11-24 14:58:36.139436"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-24 14:58:36.141027"], ["updated_at", "2020-11-24 14:58:36.141027"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-24 14:58:36.142586"], ["updated_at", "2020-11-24 14:58:36.142586"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-24 14:58:36.144152"], ["updated_at", "2020-11-24 14:58:36.144152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.0ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.1ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.8ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.6ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1015], ["a_decimal", 11.6541928372884], ["a_string", "Et magni ex sit."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:59:19.047996"], ["updated_at", "2020-11-24 14:59:19.047996"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1010], ["a_decimal", 5.69198568773557], ["a_string", "Voluptatum consectetur non adipisci sed occaecati."], ["a_unique_value", 9], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:59:19.050867"], ["updated_at", "2020-11-24 14:59:19.050867"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1012], ["a_decimal", 0.879394566496786], ["a_string", "Omnis est dolorum."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 14:59:19.053277"], ["updated_at", "2020-11-24 14:59:19.053277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1024], ["a_decimal", 0.247947424103932], ["a_string", "Pariatur vel culpa deleniti adipisci."], ["a_unique_value", 3], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 14:59:19.055616"], ["updated_at", "2020-11-24 14:59:19.055616"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1005], ["a_decimal", 37.7680316018992], ["a_string", "Blanditiis et id cupiditate possimus necessitatibus."], ["a_unique_value", 4], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:59:19.057944"], ["updated_at", "2020-11-24 14:59:19.057944"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1004], ["a_decimal", 14.1722620201033], ["a_string", "Enim laudantium recusandae."], ["a_unique_value", 10], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:59:19.060268"], ["updated_at", "2020-11-24 14:59:19.060268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1025], ["a_decimal", 7.41640228800792], ["a_string", "Quidem praesentium suscipit rem cupiditate dicta."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:59:19.062581"], ["updated_at", "2020-11-24 14:59:19.062581"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1027], ["a_decimal", 7.45486176264345], ["a_string", "Occaecati quidem delectus."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:59:19.064957"], ["updated_at", "2020-11-24 14:59:19.064957"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1030], ["a_decimal", 5.55265504894798], ["a_string", "Nisi sint quas vel voluptate ut."], ["a_unique_value", 8], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:59:19.067305"], ["updated_at", "2020-11-24 14:59:19.067305"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1011], ["a_decimal", 9.64011289817162], ["a_string", "Sed laborum veniam consequatur."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:59:19.069733"], ["updated_at", "2020-11-24 14:59:19.069733"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1006], ["a_decimal", 25.6833891508517], ["a_string", "Distinctio omnis ut ullam est."], ["a_unique_value", 4], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:59:19.074237"], ["updated_at", "2020-11-24 14:59:19.074237"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1013], ["a_decimal", 10.9162715514154], ["a_string", "Blanditiis quia impedit."], ["a_unique_value", 5], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:59:19.077371"], ["updated_at", "2020-11-24 14:59:19.077371"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.2ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1021], ["a_decimal", 2.45659385121258], ["a_string", "Ut eum earum."], ["a_unique_value", 3], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:59:19.080830"], ["updated_at", "2020-11-24 14:59:19.080830"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1003], ["a_decimal", 6.81873479993312], ["a_string", "Saepe a aliquam."], ["a_unique_value", 9], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 14:59:19.084404"], ["updated_at", "2020-11-24 14:59:19.084404"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1010], ["a_decimal", 2.7813345387295], ["a_string", "Sit omnis eaque."], ["a_unique_value", 10], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:59:19.087298"], ["updated_at", "2020-11-24 14:59:19.087298"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1005], ["a_decimal", 22.1373288903103], ["a_string", "Dolorum reprehenderit consequatur."], ["a_unique_value", 6], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:59:19.090058"], ["updated_at", "2020-11-24 14:59:19.090058"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1015], ["a_decimal", 35.8768931427263], ["a_string", "Ut quasi et."], ["a_unique_value", 1], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:59:19.092718"], ["updated_at", "2020-11-24 14:59:19.092718"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1010], ["a_decimal", 0.714091136553421], ["a_string", "Voluptatem distinctio earum facere impedit dolor."], ["a_unique_value", 2], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:59:19.095423"], ["updated_at", "2020-11-24 14:59:19.095423"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1004], ["a_decimal", 9.48808517617265], ["a_string", "Odit placeat sint."], ["a_unique_value", 7], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:59:19.098299"], ["updated_at", "2020-11-24 14:59:19.098299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1023], ["a_decimal", 6.90540940625348], ["a_string", "Et eos exercitationem."], ["a_unique_value", 8], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:59:19.101385"], ["updated_at", "2020-11-24 14:59:19.101385"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1017], ["a_decimal", 24.3678986089288], ["a_string", "Expedita dolore temporibus dolorem."], ["a_unique_value", 7], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:59:19.106306"], ["updated_at", "2020-11-24 14:59:19.106306"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1017], ["a_decimal", 2.41758521360546], ["a_string", "Rem et numquam."], ["a_unique_value", 3], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:59:19.109883"], ["updated_at", "2020-11-24 14:59:19.109883"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.2ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1013], ["a_decimal", 4.78049919373136], ["a_string", "Odit et velit earum aut."], ["a_unique_value", 1], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 14:59:19.113805"], ["updated_at", "2020-11-24 14:59:19.113805"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1012], ["a_decimal", 6.72055969966523], ["a_string", "Aut ut deserunt ea et."], ["a_unique_value", 10], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:59:19.117420"], ["updated_at", "2020-11-24 14:59:19.117420"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 5.23629080472487], ["a_string", "Eius est libero tenetur necessitatibus quos."], ["a_unique_value", 4], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:59:19.120718"], ["updated_at", "2020-11-24 14:59:19.120718"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 5.33281009984304], ["a_string", "Omnis deserunt adipisci."], ["a_unique_value", 5], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:59:19.123789"], ["updated_at", "2020-11-24 14:59:19.123789"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1005], ["a_decimal", 29.215721766942], ["a_string", "Eveniet hic voluptatem."], ["a_unique_value", 6], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:59:19.126762"], ["updated_at", "2020-11-24 14:59:19.126762"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1004], ["a_decimal", 3.27017264589466], ["a_string", "Aliquam inventore odit rerum."], ["a_unique_value", 2], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 14:59:19.129805"], ["updated_at", "2020-11-24 14:59:19.129805"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1006], ["a_decimal", 16.8160866570659], ["a_string", "Qui quisquam aut nulla voluptatem necessitatibus."], ["a_unique_value", 9], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:59:19.132634"], ["updated_at", "2020-11-24 14:59:19.132634"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 13.2403804278817], ["a_string", "Molestiae consequatur voluptatum consequatur illum et."], ["a_unique_value", 8], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:59:19.135450"], ["updated_at", "2020-11-24 14:59:19.135450"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1013], ["a_decimal", 12.7081083750265], ["a_string", "Reprehenderit deleniti optio maiores iste facere."], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:59:19.185889"], ["updated_at", "2020-11-24 14:59:19.185889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["an_integer", 1032], ["a_decimal", 8.47552569869043], ["a_string", "Ducimus voluptates dolorum."], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:59:19.222753"], ["updated_at", "2020-11-24 14:59:19.222753"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["an_integer", 1004], ["a_decimal", 15.9163427040644], ["a_string", "Quis placeat eos voluptas omnis."], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:59:19.259517"], ["updated_at", "2020-11-24 14:59:19.259517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["an_integer", 1021], ["a_decimal", 4.86886818660888], ["a_string", "Ut dignissimos id."], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 14:59:19.296789"], ["updated_at", "2020-11-24 14:59:19.296789"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 30.7780771453306], ["a_string", "Sint dolorem harum."], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:59:19.333550"], ["updated_at", "2020-11-24 14:59:19.333550"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1011], ["a_decimal", 25.2982044370113], ["a_string", "Sunt et ea."], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:59:19.375272"], ["updated_at", "2020-11-24 14:59:19.375272"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 0.140950147339644], ["a_string", "Beatae quo sunt ab."], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:59:19.412504"], ["updated_at", "2020-11-24 14:59:19.412504"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 6.03188471792555], ["a_string", "Rerum illum neque corporis."], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 14:59:19.449305"], ["updated_at", "2020-11-24 14:59:19.449305"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1016], ["a_decimal", 5.11782191804426], ["a_string", "Tenetur aut nisi."], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 14:59:19.486164"], ["updated_at", "2020-11-24 14:59:19.486164"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["an_integer", 1003], ["a_decimal", 22.1745111975639], ["a_string", "Aliquid laboriosam ad."], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:59:19.522617"], ["updated_at", "2020-11-24 14:59:19.522617"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.3ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 484 21797 Dickinson Cliff, Predovicborough, IN 46161-4165"], ["city", "Chanelhaven"], ["country", "Cambodia"], ["description", "Omnis non quasi. Atque maxime aspernatur. Deserunt qui sint."], ["email", "marti@example.info"], ["first_name", "Carlton"], ["firstname", "Damion"], ["last_name", "Daniel"], ["lastname", "Friesen"], ["lat", "17.042835465055717"], ["latitute", "-43.45888514722261"], ["lng", "-28.828822585227016"], ["locale", "GG"], ["longitude", "-80.40049699788455"], ["middlename", "Weissnat"], ["middle_name", "O'Reilly"], ["password", "ZrFaIbKmR"], ["phone", "(701) 023-7243"], ["phone_number", "112.006.5840"], ["reference", "9becbb0c-baec-40db-bc12-91b8e1a5bc9a"], ["title", "Voluptatem illo tenetur."], ["user_name", "bo.bartell"], ["username", "martine.adams"], ["uuid", "30888b94-7d62-49aa-83d4-320785de15e2"], ["created_at", "2020-11-24 14:59:19.597303"], ["updated_at", "2020-11-24 14:59:19.597303"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "82625 Stroman Passage, Danellehaven, IA 37681"], ["city", "Marvinmouth"], ["country", "Niger"], ["description", "Dolor quis at. Eligendi vitae velit."], ["email", "carlita.smitham@example.info"], ["first_name", "Casie"], ["firstname", "Portia"], ["last_name", "Haag"], ["lastname", "Dickens"], ["lat", "-19.466232531885993"], ["latitute", "51.4181873395157"], ["lng", "27.72496235234985"], ["locale", "KZ"], ["longitude", "-103.90083801150617"], ["middlename", "Lemke"], ["middle_name", "Lesch"], ["password", "ElHe1TiBa8WrY"], ["phone", "1-222-653-9352 x82547"], ["phone_number", "1-374-207-9553"], ["reference", "ef330931-fbb7-4303-a75e-9673b093c76a"], ["title", "Sit porro officiis minima placeat."], ["user_name", "janette.hudson"], ["username", "reyes"], ["uuid", "fa20cc23-f13c-4408-af96-23f4cfbffe98"], ["created_at", "2020-11-24 14:59:19.622149"], ["updated_at", "2020-11-24 14:59:19.622149"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 240 2225 Roscoe Island, Hangmouth, CO 65939"], ["city", "Port Divinaview"], ["country", "Jersey"], ["description", "Quibusdam velit vero. Rerum et ea. Doloremque sed qui."], ["email", "darby.volkman@example.net"], ["first_name", "Jacques"], ["firstname", "Tonisha"], ["last_name", "Gusikowski"], ["lastname", "Goyette"], ["lat", "-24.270352439088"], ["latitute", "-78.23506287340996"], ["lng", "-7.802557742817754"], ["locale", "AX"], ["longitude", "137.02234927325702"], ["middlename", "Rath"], ["middle_name", "Baumbach"], ["password", "1TfOqQ9vFm3Iu"], ["phone", "1-716-735-9585 x791"], ["phone_number", "1-172-155-0624"], ["reference", "ca5d3eb4-168c-4db7-95cf-5d3b216e8956"], ["title", "Possimus dolore quam dolorum sed ipsam."], ["user_name", "rosalyn"], ["username", "ramona"], ["uuid", "2d8554a9-5b41-4e2c-9b36-6f376352b323"], ["created_at", "2020-11-24 14:59:19.644247"], ["updated_at", "2020-11-24 14:59:19.644247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 117 177 Eugenio Vista, North Michelhaven, MD 87011"], ["city", "Koeppchester"], ["country", "Uruguay"], ["description", "Totam minima eaque. Qui provident in."], ["email", "hiram_reichel@example.info"], ["first_name", "Bobbye"], ["firstname", "Dong"], ["last_name", "Reichert"], ["lastname", "Herzog"], ["lat", "-3.011470110024632"], ["latitute", "-46.88930265874383"], ["lng", "68.16716774849144"], ["locale", "CD"], ["longitude", "13.5486934691275"], ["middlename", "Feest"], ["middle_name", "Johnston"], ["password", "NaZh0GdQmI"], ["phone", "835.064.0065 x396"], ["phone_number", "502.959.7108 x4558"], ["reference", "c926a792-dc2f-4f50-a388-292af130f6ed"], ["title", "Enim dolorum eos delectus."], ["user_name", "bryant.sporer"], ["username", "shemeka"], ["uuid", "37afed7d-6534-4f6b-b5be-6d8faaf07851"], ["created_at", "2020-11-24 14:59:19.666200"], ["updated_at", "2020-11-24 14:59:19.666200"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "5843 Harris Brooks, North Faustofurt, NM 95167"], ["city", "Lake Britt"], ["country", "Slovakia (Slovak Republic)"], ["description", "Ut sapiente voluptatem. Dolores enim quis."], ["email", "elmo.fadel@example.biz"], ["first_name", "Sean"], ["firstname", "Quentin"], ["last_name", "Bahringer"], ["lastname", "Feil"], ["lat", "-89.7516124553346"], ["latitute", "-39.01848223688882"], ["lng", "124.05441839072552"], ["locale", "BM"], ["longitude", "6.0640879605196005"], ["middlename", "Hackett"], ["middle_name", "Raynor"], ["password", "5Z9d77Ck"], ["phone", "(106) 902-0410 x071"], ["phone_number", "(263) 855-9452 x520"], ["reference", "78d03192-4a58-4d59-b2de-9c05eb023cf3"], ["title", "Aut et quis voluptas deserunt."], ["user_name", "mei.stracke"], ["username", "audra"], ["uuid", "06066e35-3b7e-4381-a20a-b7afb4690d7f"], ["created_at", "2020-11-24 14:59:19.687961"], ["updated_at", "2020-11-24 14:59:19.687961"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7240 Armstrong Greens, New Edmundo, NJ 84395"], ["city", "West Stefania"], ["country", "United Arab Emirates"], ["description", "Necessitatibus earum sit. Tempore molestiae placeat."], ["email", "tracy@example.io"], ["first_name", "Julieta"], ["firstname", "Renata"], ["last_name", "Murphy"], ["lastname", "Bernier"], ["lat", "57.39136518679575"], ["latitute", "-37.643746194526834"], ["lng", "-13.810274059224753"], ["locale", "GW"], ["longitude", "23.84077507671344"], ["middlename", "Fahey"], ["middle_name", "Bechtelar"], ["password", "PwOlBhGp9SnQn1G"], ["phone", "(788) 045-1403 x6802"], ["phone_number", "584-133-4988"], ["reference", "a7a07467-40bb-4da4-bf98-77e2d443868b"], ["title", "Dicta numquam aperiam odio."], ["user_name", "stevie"], ["username", "verdie_walsh"], ["uuid", "7da0e147-b099-42ad-b54f-e81275c9eb11"], ["created_at", "2020-11-24 14:59:19.709526"], ["updated_at", "2020-11-24 14:59:19.709526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "699 Leopoldo Crossing, South Avery, NJ 97520-6068"], ["city", "West Porfirioshire"], ["country", "Bahrain"], ["description", "Nobis dolorum error. Rerum qui ipsum. Vel natus enim."], ["email", "tess_lemke@example.info"], ["first_name", "Latisha"], ["firstname", "Man"], ["last_name", "Jacobs"], ["lastname", "Ondricka"], ["lat", "23.013975345583347"], ["latitute", "-41.89214286744212"], ["lng", "-138.05499049084443"], ["locale", "WF"], ["longitude", "73.864723314891"], ["middlename", "McCullough"], ["middle_name", "Kunze"], ["password", "GwQ7w92Gn0LaC0bF"], ["phone", "1-595-800-2541 x469"], ["phone_number", "945.391.4780 x624"], ["reference", "11a62c3f-73b5-4c2c-be03-2160a81d87b0"], ["title", "Perspiciatis dignissimos minima repellendus."], ["user_name", "alonso"], ["username", "herbert"], ["uuid", "a07e70e6-4a36-473f-b509-583130aaa6c9"], ["created_at", "2020-11-24 14:59:19.731389"], ["updated_at", "2020-11-24 14:59:19.731389"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 161 287 Turner Dale, New Lavonnamouth, AZ 74334-0748"], ["city", "North Charletteside"], ["country", "Guadeloupe"], ["description", "Est consectetur dicta. Debitis facilis odit."], ["email", "alexandra@example.com"], ["first_name", "Georgine"], ["firstname", "Ida"], ["last_name", "Hermann"], ["lastname", "Lind"], ["lat", "32.012553039545"], ["latitute", "30.30524029132353"], ["lng", "122.9762829393677"], ["locale", "GQ"], ["longitude", "-162.50864584557294"], ["middlename", "Schmitt"], ["middle_name", "Gislason"], ["password", "MrWaZqWbDtPtNmK"], ["phone", "771-205-4698 x05068"], ["phone_number", "(785) 383-9600 x9752"], ["reference", "927dbc0f-ebd5-40ff-b12c-a9b2bcfc8e6e"], ["title", "Pariatur quas eos id odio."], ["user_name", "jackie_mosciski"], ["username", "clinton"], ["uuid", "2f5b748e-59bc-44f0-bed5-eb1786193050"], ["created_at", "2020-11-24 14:59:19.761121"], ["updated_at", "2020-11-24 14:59:19.761121"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.3ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 586 9034 Osinski Courts, Jacobsonmouth, MI 62889-1258"], ["city", "North Delcie"], ["country", "Guinea"], ["description", "Id est aperiam. Et omnis quia. Quasi quia nostrum."], ["email", "waneta.beahan@example.info"], ["first_name", "Agnes"], ["firstname", "Richard"], ["last_name", "Turner"], ["lastname", "Corwin"], ["lat", "-32.44269492281528"], ["latitute", "51.373285536263325"], ["lng", "14.543462564439693"], ["locale", "TR"], ["longitude", "-8.944647808115405"], ["middlename", "Barrows"], ["middle_name", "Kris"], ["password", "F9p47Wg5CmDjTpZt"], ["phone", "783-378-3396 x06459"], ["phone_number", "485.033.5849 x9247"], ["reference", "a5a7e8b5-b16d-4202-ab7d-dbb73ce670e7"], ["title", "Sapiente nulla magnam vero quo."], ["user_name", "kenda_von"], ["username", "damien"], ["uuid", "ce30db3b-5582-4124-8e4b-43fce564de3a"], ["created_at", "2020-11-24 14:59:19.783739"], ["updated_at", "2020-11-24 14:59:19.783739"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 759 7968 Jacob Hollow, New Ginnystad, WA 23744"], ["city", "Lake Karrie"], ["country", "Somalia"], ["description", "Aperiam et omnis. Qui a aspernatur. Rerum quisquam alias."], ["email", "vince.schuster@example.biz"], ["first_name", "Wilson"], ["firstname", "Armanda"], ["last_name", "Larson"], ["lastname", "Shields"], ["lat", "50.938382482763416"], ["latitute", "16.773722912650598"], ["lng", "-19.830655445115923"], ["locale", "FM"], ["longitude", "-159.06725708268738"], ["middlename", "Cartwright"], ["middle_name", "Krajcik"], ["password", "WbJuQh10Rv"], ["phone", "707-641-8263 x0299"], ["phone_number", "(545) 912-8607 x93378"], ["reference", "b2f45fc4-0b4c-4448-b6c4-416443d3bc71"], ["title", "Et asperiores atque."], ["user_name", "preston"], ["username", "winfred"], ["uuid", "cd6cf341-54b8-4e76-ba2b-13e13612a82f"], ["created_at", "2020-11-24 14:59:19.806133"], ["updated_at", "2020-11-24 14:59:19.806133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:19.829489"], ["updated_at", "2020-11-24 14:59:19.829489"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:19.837342"], ["updated_at", "2020-11-24 14:59:19.837342"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "11863 Allen Plaza, Port Tashaland, AZ 55829"], ["city", "West Shizue"], ["country", "Vietnam"], ["description", "Tenetur consequuntur amet. Expedita nostrum possimus."], ["email", "gail.cormier@example.co"], ["first_name", "Sean"], ["firstname", "Kenton"], ["last_name", "Streich"], ["lastname", "Kuhn"], ["lat", "35.57851270017977"], ["latitute", "-74.93900484102551"], ["lng", "-171.19501944149158"], ["locale", "SA"], ["longitude", "-1.0876013030990066"], ["middlename", "Reichel"], ["middle_name", "Blanda"], ["password", "S7g5UnTlFxJ0bTxV"], ["phone", "1-469-135-0880 x102"], ["phone_number", "(746) 081-3774 x1509"], ["reference", "190d68dd-469d-42c5-a0c1-54a09defbc55"], ["title", "Voluptatibus temporibus asperiores expedita cum aut."], ["user_name", "alexander"], ["username", "sang"], ["uuid", "53b44d42-a41d-4aa3-a287-a5626eb2e45d"], ["created_at", "2020-11-24 14:59:19.861543"], ["updated_at", "2020-11-24 14:59:19.861543"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 6], ["a_decimal", 3.00455081530689], ["a_string", "Nihil sint fugit."], ["a_date", "2020-12-10"], ["a_time", "2000-01-01 11:42:35.779027"], ["a_datetime", "2020-11-05 15:47:12.421776"], ["created_at", "2020-11-24 14:59:19.870791"], ["updated_at", "2020-11-24 14:59:19.870791"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:59:19.875701"], ["updated_at", "2020-11-24 14:59:19.875701"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:59:19.880431"], ["updated_at", "2020-11-24 14:59:19.880431"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1018], ["a_decimal", 9.82684063369245], ["a_string", "Illum porro in qui ut."], ["a_unique_value", 6], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:59:19.883699"], ["updated_at", "2020-11-24 14:59:19.883699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:19.893793"], ["updated_at", "2020-11-24 14:59:19.893793"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:59:19.897100"], ["updated_at", "2020-11-24 14:59:19.897100"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 14:59:19.902258"], ["updated_at", "2020-11-24 14:59:19.902258"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 14:59:19.908599"], ["updated_at", "2020-11-24 14:59:19.908599"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.1ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:19.916678"], ["updated_at", "2020-11-24 14:59:19.916678"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:19.918386"], ["updated_at", "2020-11-24 14:59:19.918386"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:19.919398"], ["updated_at", "2020-11-24 14:59:19.919398"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:19.920283"], ["updated_at", "2020-11-24 14:59:19.920283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:19.920937"], ["updated_at", "2020-11-24 14:59:19.920937"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:19.921541"], ["updated_at", "2020-11-24 14:59:19.921541"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:19.922175"], ["updated_at", "2020-11-24 14:59:19.922175"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:19.922825"], ["updated_at", "2020-11-24 14:59:19.922825"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:19.924312"], ["updated_at", "2020-11-24 14:59:19.924312"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:19.925882"], ["updated_at", "2020-11-24 14:59:19.925882"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:19.928287"], ["updated_at", "2020-11-24 14:59:19.928287"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:19.930326"], ["updated_at", "2020-11-24 14:59:19.930326"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:19.932001"], ["updated_at", "2020-11-24 14:59:19.932001"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:19.933254"], ["updated_at", "2020-11-24 14:59:19.933254"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:19.934503"], ["updated_at", "2020-11-24 14:59:19.934503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:19.935717"], ["updated_at", "2020-11-24 14:59:19.935717"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "116 Considine River, New Vivianafort, MO 49961"], ["city", "Larsonchester"], ["country", "Australia"], ["description", "Blanditiis aut et. Explicabo consequatur sunt. Dolores non inventore. Veniam quas perferendis. Vitae dolore nostrum."], ["email", "jesus@example.org"], ["first_name", "Raelene"], ["firstname", "Ligia"], ["last_name", "Hermiston"], ["lastname", "Quitzon"], ["lat", "-16.800078666413228"], ["latitute", "-37.04014506043981"], ["lng", "-85.60605278353525"], ["locale", "ES"], ["longitude", "6.806105011161264"], ["middlename", "Koepp"], ["middle_name", "Goodwin"], ["password", "MbQiXlYwOdZwPt77"], ["phone", "591.301.4978"], ["phone_number", "490.199.3917 x492"], ["reference", "da1ebc2e-ebf7-47c2-969c-394259c2f05b"], ["title", "Consectetur omnis recusandae aut non."], ["user_name", "bobbie_beatty"], ["username", "louann"], ["uuid", "7c5fd3c0-bd65-4520-aac6-a59d936001d7"], ["created_at", "2020-11-24 14:59:19.958894"], ["updated_at", "2020-11-24 14:59:19.958894"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 481 7948 Windler Passage, Wittingbury, AZ 22651"], ["city", "North Fredrickport"], ["country", "Sri Lanka"], ["description", "Qui facilis omnis. Nesciunt voluptates tenetur."], ["email", "cletus@example.biz"], ["first_name", "Dusty"], ["firstname", "Glennis"], ["last_name", "Schuster"], ["lastname", "Gutmann"], ["lat", "42.67826032235351"], ["latitute", "47.67409462811557"], ["lng", "28.991855587292605"], ["locale", "RW"], ["longitude", "51.68393078123722"], ["middlename", "Carter"], ["middle_name", "Raynor"], ["password", "XlFeLsF8uEg"], ["phone", "(581) 332-5270"], ["phone_number", "1-768-061-0800 x717"], ["reference", "19b47ef2-e067-41af-aa5d-aa7b0dba273c"], ["title", "Praesentium quo quasi."], ["user_name", "elvin"], ["username", "jordan_cronin"], ["uuid", "4e25f9d7-e089-4c1a-ac35-51ee464c1992"], ["created_at", "2020-11-24 14:59:19.996307"], ["updated_at", "2020-11-24 14:59:19.996307"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7001 Lueilwitz Cliff, Schulisthaven, SD 85404-4724"], ["city", "Lonnaton"], ["country", "Christmas Island"], ["description", "Debitis saepe aut. Et alias itaque."], ["email", "temika_emmerich@example.com"], ["first_name", "Lionel"], ["firstname", "Johnnie"], ["last_name", "Jaskolski"], ["lastname", "Olson"], ["lat", "-21.223124768451456"], ["latitute", "-58.31161087755595"], ["lng", "-26.44385439940703"], ["locale", "PR"], ["longitude", "-81.66756483149415"], ["middlename", "Nikolaus"], ["middle_name", "Brekke"], ["password", "Fx68BwV25pXw"], ["phone", "(201) 788-1505 x54347"], ["phone_number", "1-277-476-0892"], ["reference", "e8957b31-b261-4c5e-88f6-0146907b65a7"], ["title", "Accusamus exercitationem aliquid nobis vitae."], ["user_name", "roscoe_pacocha"], ["username", "gene.smitham"], ["uuid", "f1efb6f9-86f0-402e-97f4-45b421a4988b"], ["created_at", "2020-11-24 14:59:20.018108"], ["updated_at", "2020-11-24 14:59:20.018108"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "44143 Sharron Springs, West Larry, IL 19521"], ["city", "Lake Mozellatown"], ["country", "Macedonia"], ["description", "Libero ex in. Consequatur rerum quia. Sequi adipisci modi. Numquam voluptatem quod. Nulla temporibus est."], ["email", "fatimah.wehner@example.co"], ["first_name", "Clair"], ["firstname", "Mollie"], ["last_name", "Moen"], ["lastname", "Mueller"], ["lat", "-64.62947244156946"], ["latitute", "2.314812381873736"], ["lng", "60.56227060173913"], ["locale", "PF"], ["longitude", "21.532544418533178"], ["middlename", "Feil"], ["middle_name", "Schroeder"], ["password", "B10xYeOfU340qY32"], ["phone", "1-927-067-7495 x207"], ["phone_number", "776.543.9713 x1812"], ["reference", "5275bb88-2789-453d-8d95-e581206654ba"], ["title", "Nihil sed nesciunt minus."], ["user_name", "kam"], ["username", "pamala"], ["uuid", "39ef251a-9bb6-453b-aba4-0355664b39ff"], ["created_at", "2020-11-24 14:59:20.040080"], ["updated_at", "2020-11-24 14:59:20.040080"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 438 240 Chi Isle, Nestormouth, CA 17340"], ["city", "East Weldon"], ["country", "Kuwait"], ["description", "Odio facere quas. Quibusdam ipsa qui."], ["email", "stacey.homenick@example.info"], ["first_name", "Sylvester"], ["firstname", "Stan"], ["last_name", "Hackett"], ["lastname", "Hauck"], ["lat", "47.42956013402903"], ["latitute", "-26.36249123008617"], ["lng", "31.451656512336342"], ["locale", "HU"], ["longitude", "-52.25431656899906"], ["middlename", "Considine"], ["middle_name", "Satterfield"], ["password", "4CsY3dZyZzK245z"], ["phone", "(612) 924-5680 x15541"], ["phone_number", "365-800-0764 x208"], ["reference", "f33c65b1-cf21-465b-88a6-3dec3568c649"], ["title", "Qui nam est."], ["user_name", "major"], ["username", "gemma"], ["uuid", "894eb7c6-f261-4b4f-9cc5-60ae96127fa5"], ["created_at", "2020-11-24 14:59:20.061943"], ["updated_at", "2020-11-24 14:59:20.061943"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "44150 Quitzon Circles, Walshland, GA 19910-6423"], ["city", "Blandamouth"], ["country", "Saint Helena"], ["description", "Aliquid qui at. Dolor enim vitae."], ["email", "diedra@example.co"], ["first_name", "Marx"], ["firstname", "My"], ["last_name", "Lehner"], ["lastname", "Kirlin"], ["lat", "-42.91170335728898"], ["latitute", "62.352177072108134"], ["lng", "-177.36006727194203"], ["locale", "CO"], ["longitude", "113.91854685324972"], ["middlename", "Bogisich"], ["middle_name", "Raynor"], ["password", "K9hUfSxPmXa708T"], ["phone", "1-879-674-6986"], ["phone_number", "760-611-6382 x91402"], ["reference", "a486d3c7-01df-4a50-a66d-ba95bfda6c4e"], ["title", "Totam ipsa corporis id."], ["user_name", "lonnie"], ["username", "shelly"], ["uuid", "7f39532a-eb41-47f0-a940-66fdf95ab1e7"], ["created_at", "2020-11-24 14:59:20.083273"], ["updated_at", "2020-11-24 14:59:20.083273"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "175 Purdy Mission, New Percyside, AL 70316"], ["city", "East Lashandra"], ["country", "Kiribati"], ["description", "Fugit non voluptatibus. Nemo est et. Est voluptatum in. Rerum necessitatibus quam. Voluptates nam quaerat."], ["email", "jeanie_kohler@example.co"], ["first_name", "Detra"], ["firstname", "Spring"], ["last_name", "Walter"], ["lastname", "Kuhic"], ["lat", "-89.80126478193571"], ["latitute", "-88.80394281481114"], ["lng", "14.634413804573313"], ["locale", "QA"], ["longitude", "36.12495262316514"], ["middlename", "Rohan"], ["middle_name", "Crona"], ["password", "0JrY6fM86b4H69"], ["phone", "500.653.3456 x09438"], ["phone_number", "701.166.8899"], ["reference", "55909387-b0e5-4ba4-8c22-1ed13aeb40a2"], ["title", "Rerum saepe amet nihil."], ["user_name", "krishna"], ["username", "tory"], ["uuid", "be5b34ee-3c6b-443f-a5ff-51ac451bcc19"], ["created_at", "2020-11-24 14:59:20.105068"], ["updated_at", "2020-11-24 14:59:20.105068"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "93127 Erich Court, Johnnieland, SC 98993"], ["city", "Andersonmouth"], ["country", "Australia"], ["description", "Rerum mollitia hic. Qui illo repellat."], ["email", "rodrigo_hessel@example.info"], ["first_name", "Donella"], ["firstname", "Cary"], ["last_name", "King"], ["lastname", "Goldner"], ["lat", "65.87632370418876"], ["latitute", "-41.45141762247983"], ["lng", "100.82492840919389"], ["locale", "PM"], ["longitude", "-54.43253244008474"], ["middlename", "Raynor"], ["middle_name", "Wolf"], ["password", "EtLv33Ye7J5cW"], ["phone", "1-369-653-0875"], ["phone_number", "760.441.7104 x706"], ["reference", "c618a909-70a3-492c-8cfd-61a641d98ce5"], ["title", "Ipsam quo praesentium et quod itaque."], ["user_name", "ryann.shields"], ["username", "gino"], ["uuid", "0c546163-f925-4942-b306-0f6adacde6a0"], ["created_at", "2020-11-24 14:59:20.135369"], ["updated_at", "2020-11-24 14:59:20.135369"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 11], ["a_decimal", 11.5024675817248], ["a_string", "Illo et voluptatem distinctio omnis."], ["a_date", "2020-10-24"], ["a_time", "2000-01-01 07:29:20.441335"], ["a_datetime", "2020-11-26 13:23:48.679292"], ["created_at", "2020-11-24 14:59:20.138473"], ["updated_at", "2020-11-24 14:59:20.138473"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 2], ["a_decimal", 21.0041167754738], ["a_string", "Doloremque vitae tempore sit."], ["a_date", "2020-10-28"], ["a_time", "2000-01-01 04:06:21.310341"], ["a_datetime", "2020-10-28 03:25:24.758848"], ["created_at", "2020-11-24 14:59:20.141144"], ["updated_at", "2020-11-24 14:59:20.141144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 18], ["a_decimal", 4.43527646519715], ["a_string", "Non magni illo sed similique."], ["a_date", "2020-11-06"], ["a_time", "2000-01-01 17:38:26.404389"], ["a_datetime", "2020-12-25 06:07:50.436692"], ["created_at", "2020-11-24 14:59:20.143622"], ["updated_at", "2020-11-24 14:59:20.143622"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 6], ["a_decimal", 14.0093481407115], ["a_string", "A illo et."], ["a_date", "2020-11-12"], ["a_time", "2000-01-01 08:08:56.466155"], ["a_datetime", "2020-10-29 21:29:00.985987"], ["created_at", "2020-11-24 14:59:20.146013"], ["updated_at", "2020-11-24 14:59:20.146013"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 20], ["a_decimal", 3.10336763670999], ["a_string", "Quo voluptatum voluptatibus."], ["a_date", "2020-11-18"], ["a_time", "2000-01-01 00:13:10.153839"], ["a_datetime", "2020-10-31 13:07:57.715528"], ["created_at", "2020-11-24 14:59:20.148349"], ["updated_at", "2020-11-24 14:59:20.148349"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 14], ["a_decimal", -0.550625592616917], ["a_string", "Perferendis aliquid eaque quia."], ["a_date", "2020-10-29"], ["a_time", "2000-01-01 09:27:00.488583"], ["a_datetime", "2020-11-22 23:15:25.984548"], ["created_at", "2020-11-24 14:59:20.150541"], ["updated_at", "2020-11-24 14:59:20.150541"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 4], ["a_decimal", 16.9128159671345], ["a_string", "Quisquam voluptates omnis."], ["a_date", "2020-11-24"], ["a_time", "2000-01-01 15:32:48.261748"], ["a_datetime", "2020-12-20 19:51:54.737222"], ["created_at", "2020-11-24 14:59:20.152810"], ["updated_at", "2020-11-24 14:59:20.152810"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 4], ["a_decimal", 13.4847595737676], ["a_string", "Voluptatem et hic sapiente fuga accusamus."], ["a_date", "2020-12-15"], ["a_time", "2000-01-01 18:21:14.517000"], ["a_datetime", "2020-12-28 20:29:40.955707"], ["created_at", "2020-11-24 14:59:20.155116"], ["updated_at", "2020-11-24 14:59:20.155116"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:59:20.156733"], ["updated_at", "2020-11-24 14:59:20.156733"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:59:20.157906"], ["updated_at", "2020-11-24 14:59:20.157906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:59:20.159030"], ["updated_at", "2020-11-24 14:59:20.159030"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:59:20.160208"], ["updated_at", "2020-11-24 14:59:20.160208"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:59:20.161341"], ["updated_at", "2020-11-24 14:59:20.161341"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:59:20.162465"], ["updated_at", "2020-11-24 14:59:20.162465"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 14:59:20.163572"], ["updated_at", "2020-11-24 14:59:20.163572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:59:20.164692"], ["updated_at", "2020-11-24 14:59:20.164692"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:59:20.165891"], ["updated_at", "2020-11-24 14:59:20.165891"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:59:20.167018"], ["updated_at", "2020-11-24 14:59:20.167018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 14:59:20.168132"], ["updated_at", "2020-11-24 14:59:20.168132"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:59:20.169245"], ["updated_at", "2020-11-24 14:59:20.169245"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:59:20.170344"], ["updated_at", "2020-11-24 14:59:20.170344"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:59:20.171441"], ["updated_at", "2020-11-24 14:59:20.171441"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:59:20.172547"], ["updated_at", "2020-11-24 14:59:20.172547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:59:20.173644"], ["updated_at", "2020-11-24 14:59:20.173644"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1007], ["a_decimal", 17.7117272386], ["a_string", "Qui assumenda harum."], ["a_unique_value", 9], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:59:20.176180"], ["updated_at", "2020-11-24 14:59:20.176180"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1006], ["a_decimal", 2.14824701743923], ["a_string", "Et ullam nisi voluptatum."], ["a_unique_value", 4], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:59:20.178590"], ["updated_at", "2020-11-24 14:59:20.178590"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 24.7663712143207], ["a_string", "Est et placeat non quo."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:59:20.180926"], ["updated_at", "2020-11-24 14:59:20.180926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1007], ["a_decimal", 21.3241153030622], ["a_string", "Eligendi aut et."], ["a_unique_value", 6], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 14:59:20.183211"], ["updated_at", "2020-11-24 14:59:20.183211"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 11.3580110109671], ["a_string", "Quis delectus eum et atque non."], ["a_unique_value", 1], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:59:20.185481"], ["updated_at", "2020-11-24 14:59:20.185481"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1009], ["a_decimal", 10.4969862755891], ["a_string", "Doloribus inventore facere quis aut."], ["a_unique_value", 7], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:59:20.187887"], ["updated_at", "2020-11-24 14:59:20.187887"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1015], ["a_decimal", 16.626156549723], ["a_string", "Qui fugiat ratione eaque aliquam ea."], ["a_unique_value", 5], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:59:20.190294"], ["updated_at", "2020-11-24 14:59:20.190294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 1.12413636275745], ["a_string", "Facere qui tempora."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 14:59:20.192595"], ["updated_at", "2020-11-24 14:59:20.192595"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:20.208469"], ["updated_at", "2020-11-24 14:59:20.208469"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:20.209259"], ["updated_at", "2020-11-24 14:59:20.209259"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:20.209888"], ["updated_at", "2020-11-24 14:59:20.209888"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:20.210494"], ["updated_at", "2020-11-24 14:59:20.210494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:20.211104"], ["updated_at", "2020-11-24 14:59:20.211104"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:20.211699"], ["updated_at", "2020-11-24 14:59:20.211699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:20.212306"], ["updated_at", "2020-11-24 14:59:20.212306"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:20.212907"], ["updated_at", "2020-11-24 14:59:20.212907"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:59:20.213551"], ["updated_at", "2020-11-24 14:59:20.213551"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:59:20.214201"], ["updated_at", "2020-11-24 14:59:20.214201"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:59:20.214823"], ["updated_at", "2020-11-24 14:59:20.214823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:59:20.215445"], ["updated_at", "2020-11-24 14:59:20.215445"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:59:20.216077"], ["updated_at", "2020-11-24 14:59:20.216077"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:59:20.216700"], ["updated_at", "2020-11-24 14:59:20.216700"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:59:20.217320"], ["updated_at", "2020-11-24 14:59:20.217320"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:59:20.217953"], ["updated_at", "2020-11-24 14:59:20.217953"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 14:59:20.219180"], ["updated_at", "2020-11-24 14:59:20.219180"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 14:59:20.220415"], ["updated_at", "2020-11-24 14:59:20.220415"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 14:59:20.221559"], ["updated_at", "2020-11-24 14:59:20.221559"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 14:59:20.222706"], ["updated_at", "2020-11-24 14:59:20.222706"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 14:59:20.223817"], ["updated_at", "2020-11-24 14:59:20.223817"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 14:59:20.224946"], ["updated_at", "2020-11-24 14:59:20.224946"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 14:59:20.226084"], ["updated_at", "2020-11-24 14:59:20.226084"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 14:59:20.227232"], ["updated_at", "2020-11-24 14:59:20.227232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 7], ["created_at", "2020-11-24 14:59:20.228843"], ["updated_at", "2020-11-24 14:59:20.228843"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 1], ["created_at", "2020-11-24 14:59:20.230405"], ["updated_at", "2020-11-24 14:59:20.230405"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-24 14:59:20.231930"], ["updated_at", "2020-11-24 14:59:20.231930"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 8], ["created_at", "2020-11-24 14:59:20.233464"], ["updated_at", "2020-11-24 14:59:20.233464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-24 14:59:20.234978"], ["updated_at", "2020-11-24 14:59:20.234978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-24 14:59:20.236478"], ["updated_at", "2020-11-24 14:59:20.236478"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 7], ["created_at", "2020-11-24 14:59:20.237959"], ["updated_at", "2020-11-24 14:59:20.237959"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 6], ["created_at", "2020-11-24 14:59:20.239458"], ["updated_at", "2020-11-24 14:59:20.239458"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 7], ["a_decimal", 12.6112655864119], ["a_string", "Reiciendis suscipit libero consequatur."], ["a_date", "2020-10-15"], ["a_time", "2000-01-01 19:42:00.557701"], ["a_datetime", "2020-12-15 02:57:45.062141"], ["created_at", "2020-11-24 14:59:20.269336"], ["updated_at", "2020-11-24 14:59:20.269336"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 27], ["a_decimal", 9.92751596399225], ["a_string", "Nemo est nulla et expedita vitae."], ["a_date", "2021-01-04"], ["a_time", "2000-01-01 18:12:14.029349"], ["a_datetime", "2020-12-21 20:53:26.142032"], ["created_at", "2020-11-24 14:59:20.272129"], ["updated_at", "2020-11-24 14:59:20.272129"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 11], ["a_decimal", 4.80396770543398], ["a_string", "Minima fugiat et illum aut perferendis."], ["a_date", "2020-11-03"], ["a_time", "2000-01-01 07:24:30.033363"], ["a_datetime", "2020-11-07 12:35:01.970925"], ["created_at", "2020-11-24 14:59:20.274926"], ["updated_at", "2020-11-24 14:59:20.274926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 13], ["a_decimal", 16.2280734163304], ["a_string", "Molestiae consequatur sequi et."], ["a_date", "2020-11-25"], ["a_time", "2000-01-01 23:08:49.413361"], ["a_datetime", "2020-11-06 02:15:04.379404"], ["created_at", "2020-11-24 14:59:20.280660"], ["updated_at", "2020-11-24 14:59:20.280660"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 4], ["a_decimal", 20.7458714200752], ["a_string", "Aut quas facilis minus omnis."], ["a_date", "2020-10-15"], ["a_time", "2000-01-01 02:41:18.570823"], ["a_datetime", "2020-10-25 21:39:05.880545"], ["created_at", "2020-11-24 14:59:20.283907"], ["updated_at", "2020-11-24 14:59:20.283907"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 20], ["a_decimal", 1.39499304696546], ["a_string", "Similique est consequatur."], ["a_date", "2020-11-10"], ["a_time", "2000-01-01 00:21:58.706572"], ["a_datetime", "2020-11-18 15:37:09.883066"], ["created_at", "2020-11-24 14:59:20.286524"], ["updated_at", "2020-11-24 14:59:20.286524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:20.289045"], ["updated_at", "2020-11-24 14:59:20.289045"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:20.317412"], ["updated_at", "2020-11-24 14:59:20.317412"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:20.318490"], ["updated_at", "2020-11-24 14:59:20.318490"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:20.319299"], ["updated_at", "2020-11-24 14:59:20.319299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:20.320064"], ["updated_at", "2020-11-24 14:59:20.320064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:20.320852"], ["updated_at", "2020-11-24 14:59:20.320852"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:20.321642"], ["updated_at", "2020-11-24 14:59:20.321642"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:20.322445"], ["updated_at", "2020-11-24 14:59:20.322445"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:20.323237"], ["updated_at", "2020-11-24 14:59:20.323237"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:20.324921"], ["updated_at", "2020-11-24 14:59:20.324921"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:20.326605"], ["updated_at", "2020-11-24 14:59:20.326605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:20.329050"], ["updated_at", "2020-11-24 14:59:20.329050"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:20.331609"], ["updated_at", "2020-11-24 14:59:20.331609"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:20.333257"], ["updated_at", "2020-11-24 14:59:20.333257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:20.334642"], ["updated_at", "2020-11-24 14:59:20.334642"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:20.336065"], ["updated_at", "2020-11-24 14:59:20.336065"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:20.337459"], ["updated_at", "2020-11-24 14:59:20.337459"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "734 Lauren Expressway, South Arlinda, NE 61307-3241"], ["city", "Janyceview"], ["country", "Guinea"], ["description", "Magni quis tenetur. Repudiandae culpa molestias. Non aut quis."], ["email", "elmo@example.io"], ["first_name", "Tracy"], ["firstname", "Sunshine"], ["last_name", "Bogan"], ["lastname", "Kihn"], ["lat", "-41.312190882581284"], ["latitute", "35.097572397876604"], ["lng", "4.333071797154588"], ["locale", "MM"], ["longitude", "-34.05543957648098"], ["middlename", "Ankunding"], ["middle_name", "Schmitt"], ["password", "LuPp9D9o5"], ["phone", "1-833-125-7911"], ["phone_number", "1-235-609-0114 x53419"], ["reference", "8b4d9d3d-69be-49ed-9993-1a482c8c8040"], ["title", "Non labore aut libero expedita."], ["user_name", "solomon"], ["username", "lael"], ["uuid", "4b8e7ecf-7b9c-4d4d-8dad-419ff0954c44"], ["created_at", "2020-11-24 14:59:20.361348"], ["updated_at", "2020-11-24 14:59:20.361348"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "6895 Hubert Mews, West Pingfort, CT 73346"], ["city", "Margaritoborough"], ["country", "Wallis and Futuna"], ["description", "Quo quam consectetur. Molestias tempora fugiat. Optio dolore id. Qui hic qui. Dolor consequatur omnis."], ["email", "hilario.mueller@example.co"], ["first_name", "Patricia"], ["firstname", "Darryl"], ["last_name", "Johnston"], ["lastname", "Schoen"], ["lat", "-72.95702461497083"], ["latitute", "-77.44737565389818"], ["lng", "108.76868060029324"], ["locale", "UZ"], ["longitude", "-148.52466546766476"], ["middlename", "Brown"], ["middle_name", "MacGyver"], ["password", "VeKdVmEyJ"], ["phone", "897-142-7219"], ["phone_number", "346-403-4481 x27783"], ["reference", "907e6937-abfa-4084-8475-7dcc44a62c57"], ["title", "Aut modi autem fugit eligendi fuga."], ["user_name", "wendi_cronin"], ["username", "karen_tremblay"], ["uuid", "eaaaef2b-ad33-4d96-9de8-5e1c9586ad6d"], ["created_at", "2020-11-24 14:59:20.384078"], ["updated_at", "2020-11-24 14:59:20.384078"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "535 Schamberger Views, Wintheiserburgh, OK 69987"], ["city", "South Therese"], ["country", "Iraq"], ["description", "Perferendis repellat impedit. Mollitia nobis accusantium. Aut nihil est. Cumque repellat reprehenderit."], ["email", "pattie_altenwerth@example.net"], ["first_name", "Livia"], ["firstname", "Dane"], ["last_name", "Runolfsdottir"], ["lastname", "Jacobs"], ["lat", "61.7048206091813"], ["latitute", "45.32168439751106"], ["lng", "144.8635184855214"], ["locale", "SX"], ["longitude", "44.58415239903067"], ["middlename", "Brekke"], ["middle_name", "Pollich"], ["password", "F6zQrXmFpNmBwFy"], ["phone", "801-213-4901"], ["phone_number", "390.643.9096 x501"], ["reference", "a7c76c5b-cd1c-48c3-a04e-4b24ba97c7c4"], ["title", "Quasi omnis amet id quis."], ["user_name", "morgan_ohara"], ["username", "sara_grant"], ["uuid", "73238092-1e38-4090-a279-24116326ff74"], ["created_at", "2020-11-24 14:59:20.421538"], ["updated_at", "2020-11-24 14:59:20.421538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7404 Houston Corners, Sungmouth, KS 53316-4194"], ["city", "Tobychester"], ["country", "Cayman Islands"], ["description", "Id sapiente quisquam. Asperiores voluptas amet. Sed quia quibusdam. Quia in reiciendis."], ["email", "porfirio@example.co"], ["first_name", "Ashly"], ["firstname", "Hae"], ["last_name", "Tromp"], ["lastname", "Bogan"], ["lat", "35.28891945888901"], ["latitute", "-64.28719591778044"], ["lng", "-176.89848244290093"], ["locale", "GT"], ["longitude", "120.26175130850191"], ["middlename", "Murphy"], ["middle_name", "Klocko"], ["password", "QyX4lPwIn"], ["phone", "(134) 200-4283 x169"], ["phone_number", "(588) 054-5709"], ["reference", "d3075d03-29ae-43ea-a158-b818abe5b91d"], ["title", "Aut nihil in cum."], ["user_name", "wilfred_rutherford"], ["username", "owen"], ["uuid", "c3df5ce5-d2dc-49e6-9f58-b9b955305d03"], ["created_at", "2020-11-24 14:59:20.444310"], ["updated_at", "2020-11-24 14:59:20.444310"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "78019 Cormier Divide, Abernathyton, WA 37845"], ["city", "Carterbury"], ["country", "Dominica"], ["description", "Aut possimus eos. Doloremque illum aut. Sequi id dolor."], ["email", "michell_berge@example.com"], ["first_name", "Hung"], ["firstname", "Beau"], ["last_name", "Wintheiser"], ["lastname", "Quigley"], ["lat", "-11.213748800809014"], ["latitute", "32.019543617057266"], ["lng", "-30.384560179683604"], ["locale", "BA"], ["longitude", "85.9327154930902"], ["middlename", "Romaguera"], ["middle_name", "Rodriguez"], ["password", "W8wAcPqHjOkU"], ["phone", "535.381.2546"], ["phone_number", "107.163.2892 x960"], ["reference", "28a2bf67-1f79-4ad0-bb61-cd80d5101c9c"], ["title", "Non perspiciatis esse."], ["user_name", "eugene"], ["username", "soila.pfeffer"], ["uuid", "e42b3787-6e0c-406a-afd0-852b2f7d8e8a"], ["created_at", "2020-11-24 14:59:20.465791"], ["updated_at", "2020-11-24 14:59:20.465791"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "37579 Mariana Village, North Lilyview, ID 81411-9521"], ["city", "West Leon"], ["country", "Serbia"], ["description", "Fugit voluptas exercitationem. Excepturi culpa a. Provident aut repudiandae."], ["email", "evan_willms@example.org"], ["first_name", "Lajuana"], ["firstname", "Maye"], ["last_name", "Harvey"], ["lastname", "Haag"], ["lat", "-68.61213774674891"], ["latitute", "-2.8302866554836186"], ["lng", "12.639132688984233"], ["locale", "EE"], ["longitude", "-62.90686033288513"], ["middlename", "Ebert"], ["middle_name", "Kirlin"], ["password", "W6v4J4gI8088qOrM"], ["phone", "963.794.6914"], ["phone_number", "707.487.5225 x37271"], ["reference", "a8f77c00-882d-4eed-a78e-9be84287029b"], ["title", "Nulla optio qui ullam nesciunt laborum."], ["user_name", "hosea"], ["username", "barrett"], ["uuid", "d83a7b1e-9c99-4126-a1fb-31385d733edf"], ["created_at", "2020-11-24 14:59:20.487763"], ["updated_at", "2020-11-24 14:59:20.487763"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 548 9095 Dach Hills, Kosston, OH 74142"], ["city", "Bartchester"], ["country", "Costa Rica"], ["description", "Eius inventore sed. Nostrum autem sit. Saepe et veritatis. Consequatur assumenda voluptas."], ["email", "ema_littel@example.biz"], ["first_name", "Amira"], ["firstname", "Candis"], ["last_name", "Rohan"], ["lastname", "Conroy"], ["lat", "-81.37542310613422"], ["latitute", "-9.720334915583948"], ["lng", "-9.408262885471544"], ["locale", "DZ"], ["longitude", "-136.95097966314177"], ["middlename", "Stroman"], ["middle_name", "Dickinson"], ["password", "PmHfNgZpN"], ["phone", "409-021-3137"], ["phone_number", "778.901.9406 x755"], ["reference", "2202f256-29a8-4a54-a752-6053dd92e94f"], ["title", "Quae qui iure id ullam quos."], ["user_name", "noe_okeefe"], ["username", "carmela"], ["uuid", "89b6ea2a-317d-418a-bffa-7723ea3dc97a"], ["created_at", "2020-11-24 14:59:20.509395"], ["updated_at", "2020-11-24 14:59:20.509395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "38048 Boyd Passage, West Kimiko, NH 40143"], ["city", "Collierborough"], ["country", "Guinea"], ["description", "Porro iure magnam. Amet molestias sit. Ducimus error sint. Reiciendis aut tempore."], ["email", "kevin.bayer@example.io"], ["first_name", "Diego"], ["firstname", "Laurence"], ["last_name", "Rodriguez"], ["lastname", "West"], ["lat", "2.6378654239893393"], ["latitute", "-67.01837832024705"], ["lng", "23.816299646423033"], ["locale", "BO"], ["longitude", "23.59773049552686"], ["middlename", "Lueilwitz"], ["middle_name", "Reichel"], ["password", "WhIdQg36BvQ"], ["phone", "1-689-752-5323"], ["phone_number", "(168) 790-9704"], ["reference", "8603250a-af1d-4aa2-8db9-ff51ea05078a"], ["title", "Voluptate odio quaerat quo aliquid ipsa."], ["user_name", "freeman_jast"], ["username", "kayleigh"], ["uuid", "7078ab0f-2856-4fc0-a65f-40846803eff2"], ["created_at", "2020-11-24 14:59:20.531187"], ["updated_at", "2020-11-24 14:59:20.531187"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 1], ["a_decimal", 4.64991688036765], ["a_string", "Impedit quae consectetur voluptatem odit."], ["a_date", "2020-10-25"], ["a_time", "2000-01-01 01:29:10.260211"], ["a_datetime", "2020-11-12 06:42:16.108386"], ["created_at", "2020-11-24 14:59:20.533936"], ["updated_at", "2020-11-24 14:59:20.533936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 14], ["a_decimal", 5.72754265354686], ["a_string", "Rem nihil eveniet enim dolorem omnis."], ["a_date", "2020-12-12"], ["a_time", "2000-01-01 18:12:19.419694"], ["a_datetime", "2020-11-20 14:01:31.279963"], ["created_at", "2020-11-24 14:59:20.536360"], ["updated_at", "2020-11-24 14:59:20.536360"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 0], ["a_decimal", 12.2092162046861], ["a_string", "Consectetur earum aut."], ["a_date", "2020-10-26"], ["a_time", "2000-01-01 23:44:28.844160"], ["a_datetime", "2020-12-27 07:39:12.438276"], ["created_at", "2020-11-24 14:59:20.538597"], ["updated_at", "2020-11-24 14:59:20.538597"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 26], ["a_decimal", 0.752796505634443], ["a_string", "Reiciendis nostrum est dolorem voluptatem ipsum."], ["a_date", "2020-12-29"], ["a_time", "2000-01-01 18:00:43.217718"], ["a_datetime", "2020-10-18 07:52:23.007203"], ["created_at", "2020-11-24 14:59:20.540799"], ["updated_at", "2020-11-24 14:59:20.540799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 19], ["a_decimal", 2.73726344817094], ["a_string", "Ratione quia quos dolorem commodi."], ["a_date", "2020-11-09"], ["a_time", "2000-01-01 22:33:04.256908"], ["a_datetime", "2020-12-09 14:05:24.843293"], ["created_at", "2020-11-24 14:59:20.542971"], ["updated_at", "2020-11-24 14:59:20.542971"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 7], ["a_decimal", 7.50936686423549], ["a_string", "Officia rerum officiis et."], ["a_date", "2020-12-14"], ["a_time", "2000-01-01 13:56:15.663878"], ["a_datetime", "2021-01-01 14:44:55.821315"], ["created_at", "2020-11-24 14:59:20.545162"], ["updated_at", "2020-11-24 14:59:20.545162"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 12], ["a_decimal", 3.34691306014516], ["a_string", "Debitis enim odio officia."], ["a_date", "2020-10-30"], ["a_time", "2000-01-01 14:49:01.851227"], ["a_datetime", "2020-10-17 14:13:28.492044"], ["created_at", "2020-11-24 14:59:20.547366"], ["updated_at", "2020-11-24 14:59:20.547366"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 2], ["a_decimal", 4.74687675382731], ["a_string", "Quia voluptatem quia sunt."], ["a_date", "2020-10-30"], ["a_time", "2000-01-01 14:32:20.946192"], ["a_datetime", "2021-01-02 20:07:42.834633"], ["created_at", "2020-11-24 14:59:20.549558"], ["updated_at", "2020-11-24 14:59:20.549558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:59:20.551164"], ["updated_at", "2020-11-24 14:59:20.551164"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 14:59:20.552403"], ["updated_at", "2020-11-24 14:59:20.552403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 14:59:20.561898"], ["updated_at", "2020-11-24 14:59:20.561898"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 14:59:20.563233"], ["updated_at", "2020-11-24 14:59:20.563233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 14:59:20.564574"], ["updated_at", "2020-11-24 14:59:20.564574"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:59:20.565897"], ["updated_at", "2020-11-24 14:59:20.565897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 14:59:20.567200"], ["updated_at", "2020-11-24 14:59:20.567200"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 14:59:20.568492"], ["updated_at", "2020-11-24 14:59:20.568492"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:59:20.569894"], ["updated_at", "2020-11-24 14:59:20.569894"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 14:59:20.571240"], ["updated_at", "2020-11-24 14:59:20.571240"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:59:20.572514"], ["updated_at", "2020-11-24 14:59:20.572514"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 14:59:20.573721"], ["updated_at", "2020-11-24 14:59:20.573721"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 14:59:20.574905"], ["updated_at", "2020-11-24 14:59:20.574905"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 14:59:20.576108"], ["updated_at", "2020-11-24 14:59:20.576108"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 14:59:20.577306"], ["updated_at", "2020-11-24 14:59:20.577306"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 14:59:20.578494"], ["updated_at", "2020-11-24 14:59:20.578494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 14.8527273017334], ["a_string", "Deleniti consequatur officiis vel."], ["a_unique_value", 8], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 14:59:20.581172"], ["updated_at", "2020-11-24 14:59:20.581172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1017], ["a_decimal", 9.10232554890542], ["a_string", "Debitis nesciunt non voluptas commodi beatae."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:59:20.583596"], ["updated_at", "2020-11-24 14:59:20.583596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 2.41119990945087], ["a_string", "Consectetur perferendis dicta qui."], ["a_unique_value", 4], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 14:59:20.585981"], ["updated_at", "2020-11-24 14:59:20.585981"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1005], ["a_decimal", 3.16492540018021], ["a_string", "Aut labore non et."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 14:59:20.588314"], ["updated_at", "2020-11-24 14:59:20.588314"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1011], ["a_decimal", 14.5046125511586], ["a_string", "Sit aut officia dolores sit."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 14:59:20.590611"], ["updated_at", "2020-11-24 14:59:20.590611"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1025], ["a_decimal", 12.437249495807], ["a_string", "Sit ipsa culpa fuga."], ["a_unique_value", 7], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 14:59:20.592990"], ["updated_at", "2020-11-24 14:59:20.592990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1006], ["a_decimal", 0.103809560679343], ["a_string", "Adipisci sunt et ea enim."], ["a_unique_value", 10], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 14:59:20.595724"], ["updated_at", "2020-11-24 14:59:20.595724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1010], ["a_decimal", -0.374126881329619], ["a_string", "Enim mollitia culpa non ut facere."], ["a_unique_value", 5], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 14:59:20.598167"], ["updated_at", "2020-11-24 14:59:20.598167"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:20.614690"], ["updated_at", "2020-11-24 14:59:20.614690"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:20.615492"], ["updated_at", "2020-11-24 14:59:20.615492"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:20.616181"], ["updated_at", "2020-11-24 14:59:20.616181"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:20.616834"], ["updated_at", "2020-11-24 14:59:20.616834"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:20.617492"], ["updated_at", "2020-11-24 14:59:20.617492"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:20.618145"], ["updated_at", "2020-11-24 14:59:20.618145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:20.618795"], ["updated_at", "2020-11-24 14:59:20.618795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 14:59:20.619442"], ["updated_at", "2020-11-24 14:59:20.619442"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:59:20.620150"], ["updated_at", "2020-11-24 14:59:20.620150"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:59:20.620860"], ["updated_at", "2020-11-24 14:59:20.620860"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:59:20.621491"], ["updated_at", "2020-11-24 14:59:20.621491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:59:20.622112"], ["updated_at", "2020-11-24 14:59:20.622112"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:59:20.622732"], ["updated_at", "2020-11-24 14:59:20.622732"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:59:20.623350"], ["updated_at", "2020-11-24 14:59:20.623350"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:59:20.623970"], ["updated_at", "2020-11-24 14:59:20.623970"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 14:59:20.624600"], ["updated_at", "2020-11-24 14:59:20.624600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 14:59:20.625885"], ["updated_at", "2020-11-24 14:59:20.625885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 14:59:20.627053"], ["updated_at", "2020-11-24 14:59:20.627053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 14:59:20.628222"], ["updated_at", "2020-11-24 14:59:20.628222"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 14:59:20.629334"], ["updated_at", "2020-11-24 14:59:20.629334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 14:59:20.630453"], ["updated_at", "2020-11-24 14:59:20.630453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 14:59:20.631553"], ["updated_at", "2020-11-24 14:59:20.631553"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 14:59:20.632663"], ["updated_at", "2020-11-24 14:59:20.632663"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 14:59:20.633765"], ["updated_at", "2020-11-24 14:59:20.633765"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 6], ["created_at", "2020-11-24 14:59:20.635380"], ["updated_at", "2020-11-24 14:59:20.635380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-24 14:59:20.636969"], ["updated_at", "2020-11-24 14:59:20.636969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-24 14:59:20.638475"], ["updated_at", "2020-11-24 14:59:20.638475"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-24 14:59:20.639971"], ["updated_at", "2020-11-24 14:59:20.639971"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 6], ["created_at", "2020-11-24 14:59:20.641487"], ["updated_at", "2020-11-24 14:59:20.641487"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-24 14:59:20.642984"], ["updated_at", "2020-11-24 14:59:20.642984"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 6], ["created_at", "2020-11-24 14:59:20.644479"], ["updated_at", "2020-11-24 14:59:20.644479"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 3], ["created_at", "2020-11-24 14:59:20.645976"], ["updated_at", "2020-11-24 14:59:20.645976"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.0ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.8ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.5ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.8ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.5ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.9ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.5ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 754 2928 Boyce Trafficway, Mckinleymouth, ND 46945"], ["city", "Sanfordchester"], ["country", "United Kingdom"], ["description", "Sed ut culpa. Quam sed aliquid. Minima dolore cupiditate. Necessitatibus incidunt deserunt."], ["email", "mitchel.conroy@example.co"], ["first_name", "Rodrick"], ["firstname", "Emmett"], ["last_name", "Bode"], ["lastname", "Hackett"], ["lat", "42.57462452786419"], ["latitute", "-40.184376761958696"], ["lng", "-91.45004725111508"], ["locale", "JP"], ["longitude", "-13.366800238253177"], ["middlename", "Dickinson"], ["middle_name", "Kautzer"], ["password", "CkF7yOgNa9T9h"], ["phone", "850.801.0017 x24942"], ["phone_number", "1-305-347-8140"], ["reference", "70f50b6e-4882-46db-b26b-f463145a4998"], ["title", "Neque omnis labore."], ["user_name", "edna"], ["username", "russell_konopelski"], ["uuid", "3b3767d0-b5d6-4879-b7a8-ba063766c2f3"], ["created_at", "2020-11-24 15:38:49.645377"], ["updated_at", "2020-11-24 15:38:49.645377"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 255 116 Edwin Radial, Augustineberg, NJ 34090-2140"], ["city", "New Demarcus"], ["country", "South Africa"], ["description", "Sequi neque tempore. Qui unde neque."], ["email", "trey.streich@example.biz"], ["first_name", "Brynn"], ["firstname", "Elmer"], ["last_name", "Hodkiewicz"], ["lastname", "Bode"], ["lat", "-75.53360250805764"], ["latitute", "-35.28478588069859"], ["lng", "145.8868203624458"], ["locale", "VC"], ["longitude", "116.59568815247911"], ["middlename", "Harvey"], ["middle_name", "Lubowitz"], ["password", "7FrJp9Wi7BpTe"], ["phone", "771.224.7138"], ["phone_number", "1-764-487-5088"], ["reference", "85bb257d-b08a-448d-93fa-e4a0bcd71c32"], ["title", "Et similique quo non qui."], ["user_name", "shon_cormier"], ["username", "rickey"], ["uuid", "fbc92e14-0d13-472c-b6eb-92905be1df2c"], ["created_at", "2020-11-24 15:38:49.666868"], ["updated_at", "2020-11-24 15:38:49.666868"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3237 Regina Dam, Sunghaven, TX 28991-0008"], ["city", "Port Alberto"], ["country", "Niger"], ["description", "Iste aut molestias. Sunt expedita soluta."], ["email", "steven_schamberger@example.name"], ["first_name", "Joshua"], ["firstname", "Glynda"], ["last_name", "Mohr"], ["lastname", "Gerlach"], ["lat", "6.804754966510814"], ["latitute", "-36.19446901777394"], ["lng", "-59.21563761574413"], ["locale", "TO"], ["longitude", "-159.10967213442387"], ["middlename", "Sipes"], ["middle_name", "Hyatt"], ["password", "Xk6L3pR2qGcHeKe"], ["phone", "643.242.2439 x6799"], ["phone_number", "1-414-609-7847 x636"], ["reference", "1598b81d-7356-4702-9340-ec5efa0b562c"], ["title", "Qui autem vel natus."], ["user_name", "gabriella"], ["username", "jalisa_oconnell"], ["uuid", "33929813-bfe9-42b3-b892-0b89bff23631"], ["created_at", "2020-11-24 15:38:49.696551"], ["updated_at", "2020-11-24 15:38:49.696551"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 792 38613 Bode Stream, Stefaniborough, WV 22335"], ["city", "Bobbieport"], ["country", "Jersey"], ["description", "Cumque minima odio. Minus nihil alias."], ["email", "christiana@example.net"], ["first_name", "Joshua"], ["firstname", "Miguel"], ["last_name", "Lind"], ["lastname", "Nicolas"], ["lat", "-84.26592365356579"], ["latitute", "-53.46650597516663"], ["lng", "6.504691500744855"], ["locale", "AX"], ["longitude", "28.401475784304296"], ["middlename", "Bashirian"], ["middle_name", "Simonis"], ["password", "DmDhNkU5eS"], ["phone", "819.772.5902 x87713"], ["phone_number", "(977) 591-0733 x8908"], ["reference", "4c7e50f4-49cc-4590-a3c1-a6e5d40309cf"], ["title", "Iste facere harum deleniti itaque ut."], ["user_name", "jean.nitzsche"], ["username", "olin.schuster"], ["uuid", "2eb28b97-bdba-4ec4-b2d0-ae7fa001cf17"], ["created_at", "2020-11-24 15:38:49.718753"], ["updated_at", "2020-11-24 15:38:49.718753"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "463 Dickens Knolls, Mayerside, AL 63871-6177"], ["city", "Russelside"], ["country", "American Samoa"], ["description", "Magnam voluptate nisi. Harum labore nemo. Iusto accusantium et. Quia quae ipsam."], ["email", "vasiliki@example.net"], ["first_name", "Miranda"], ["firstname", "Teena"], ["last_name", "Gibson"], ["lastname", "Keebler"], ["lat", "-59.36961709989504"], ["latitute", "61.77871136107234"], ["lng", "-173.55679096940491"], ["locale", "HK"], ["longitude", "35.25504466463289"], ["middlename", "Wisoky"], ["middle_name", "Waters"], ["password", "8Ra9WiCbGf"], ["phone", "157-646-8537 x47349"], ["phone_number", "976.342.5747"], ["reference", "edf34dd5-c4ee-4d2c-84cc-30cd935bce30"], ["title", "Molestiae assumenda voluptatem est quia."], ["user_name", "wanda"], ["username", "jon"], ["uuid", "7d24087b-0a81-4531-bb79-3aacdee6ea26"], ["created_at", "2020-11-24 15:38:49.739861"], ["updated_at", "2020-11-24 15:38:49.739861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "769 Daugherty Park, South Ceceliaview, NV 98168-2137"], ["city", "New Aubreyton"], ["country", "United States Minor Outlying Islands"], ["description", "Ab porro sit. Quae aut nihil. Aut quos non. Non neque in. Ad esse porro."], ["email", "abram.gutkowski@example.info"], ["first_name", "Sterling"], ["firstname", "Shirlene"], ["last_name", "Cummerata"], ["lastname", "Kuphal"], ["lat", "-64.77829340275011"], ["latitute", "77.86670464357857"], ["lng", "-175.53301005444087"], ["locale", "BV"], ["longitude", "-29.979354034405105"], ["middlename", "Rolfson"], ["middle_name", "Hayes"], ["password", "JmLnDpT1yZcRf7"], ["phone", "498.994.8520 x365"], ["phone_number", "(271) 158-6248 x402"], ["reference", "cede30ad-6ded-4e0b-8842-ed7b5a42b153"], ["title", "In ratione porro."], ["user_name", "hien_glover"], ["username", "leonila.moen"], ["uuid", "fdffb00d-1dea-4645-90b8-a5dd536ce99f"], ["created_at", "2020-11-24 15:38:49.761569"], ["updated_at", "2020-11-24 15:38:49.761569"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 217 569 Koepp Lane, Skilesborough, NC 03617"], ["city", "Westonmouth"], ["country", "Bermuda"], ["description", "Libero accusantium facere. Commodi laboriosam eius. Earum aliquam blanditiis. Ipsum sunt odio."], ["email", "shelby@example.com"], ["first_name", "Sonny"], ["firstname", "China"], ["last_name", "Miller"], ["lastname", "Corwin"], ["lat", "-15.650676817955969"], ["latitute", "58.737933825359676"], ["lng", "-144.87881146260295"], ["locale", "BS"], ["longitude", "17.891213473744898"], ["middlename", "Aufderhar"], ["middle_name", "Cassin"], ["password", "BtVl2K10nUyEgEc2"], ["phone", "(296) 452-3515"], ["phone_number", "793-739-9119 x83072"], ["reference", "e28dc1c6-bdb9-41c7-b2e9-b369498b89e8"], ["title", "Asperiores officia est eveniet quaerat sunt."], ["user_name", "ambrose_barrows"], ["username", "anibal"], ["uuid", "c7ae33bb-2e47-4208-9043-35f8e4bb1a40"], ["created_at", "2020-11-24 15:38:49.785753"], ["updated_at", "2020-11-24 15:38:49.785753"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 650 543 Stacey Turnpike, West Caridadmouth, MN 83905"], ["city", "Lake Antonebury"], ["country", "Tokelau"], ["description", "Et doloribus eos. Autem veniam qui. Earum incidunt distinctio. Molestiae assumenda ratione."], ["email", "adolph@example.net"], ["first_name", "Austin"], ["firstname", "Cletus"], ["last_name", "Maggio"], ["lastname", "Armstrong"], ["lat", "15.796871263701249"], ["latitute", "-83.92161733338372"], ["lng", "-167.28191136866897"], ["locale", "BE"], ["longitude", "-162.91779828975257"], ["middlename", "Haley"], ["middle_name", "Wolf"], ["password", "4SwIxZx1"], ["phone", "(574) 209-4372 x686"], ["phone_number", "550.279.8879 x594"], ["reference", "9c1ebfd4-f8d9-4c5a-8cc2-4118a5c558e5"], ["title", "Quo neque possimus atque ut repellendus."], ["user_name", "deonna"], ["username", "brett_bayer"], ["uuid", "2fafa105-07d0-45cd-963f-4501c54e32e1"], ["created_at", "2020-11-24 15:38:49.816709"], ["updated_at", "2020-11-24 15:38:49.816709"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 456 95454 Kristen Mills, Collinston, CO 45274"], ["city", "Port Danuta"], ["country", "Saint Lucia"], ["description", "Veniam sunt qui. Libero minus provident. Qui incidunt ipsa. Eum dolor reiciendis. Vel officiis suscipit."], ["email", "rona_damore@example.name"], ["first_name", "Elwanda"], ["firstname", "Lucila"], ["last_name", "Williamson"], ["lastname", "Hauck"], ["lat", "-63.02837447299787"], ["latitute", "-40.863900933800196"], ["lng", "155.0180654716812"], ["locale", "DM"], ["longitude", "-78.9769365363681"], ["middlename", "Kautzer"], ["middle_name", "Blanda"], ["password", "PyL2aZfZhVuDm"], ["phone", "448-302-9037 x5248"], ["phone_number", "(140) 799-6846"], ["reference", "3ba2a491-ce5b-47b8-bb59-e6c0bc3bcdc2"], ["title", "Cum quasi sed excepturi officiis."], ["user_name", "benton.murphy"], ["username", "han"], ["uuid", "e6086451-ba15-44a8-a685-93891ba83e59"], ["created_at", "2020-11-24 15:38:49.839032"], ["updated_at", "2020-11-24 15:38:49.839032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "782 Landon Wall, East Fredricka, MT 48418-1787"], ["city", "Watersbury"], ["country", "Switzerland"], ["description", "Nostrum sed porro. Nihil at incidunt. Ullam sequi animi."], ["email", "yong.olson@example.net"], ["first_name", "Teena"], ["firstname", "Karlene"], ["last_name", "Torp"], ["lastname", "Kunze"], ["lat", "-88.00391891603928"], ["latitute", "-47.56458227194617"], ["lng", "-24.084163921989045"], ["locale", "SE"], ["longitude", "-157.72731959861093"], ["middlename", "O'Keefe"], ["middle_name", "Miller"], ["password", "M6rGgTaAj"], ["phone", "(775) 338-3480"], ["phone_number", "1-607-238-8834 x13456"], ["reference", "9b31edfb-e6ba-41fe-a6ff-9825168494ec"], ["title", "Perferendis suscipit et doloribus alias et."], ["user_name", "ana_lakin"], ["username", "christopher.metz"], ["uuid", "d239915d-522a-4e10-b441-8b3bc04996bb"], ["created_at", "2020-11-24 15:38:49.860470"], ["updated_at", "2020-11-24 15:38:49.860470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (37.0ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.7ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.6ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.8ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (37.1ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.0ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.9ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (2.0ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.9ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.5ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.5ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.9ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.9ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (37.2ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.9ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1031], ["a_decimal", 4.73621353513637], ["a_string", "Animi sit blanditiis."], ["a_unique_value", 4], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 15:41:26.260337"], ["updated_at", "2020-11-24 15:41:26.260337"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1014], ["a_decimal", 35.2289755568286], ["a_string", "Corrupti occaecati repudiandae."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 15:41:26.264302"], ["updated_at", "2020-11-24 15:41:26.264302"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1004], ["a_decimal", 1.70504655370042], ["a_string", "Quos ea earum."], ["a_unique_value", 8], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 15:41:26.267747"], ["updated_at", "2020-11-24 15:41:26.267747"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1031], ["a_decimal", 20.2450403897025], ["a_string", "Quidem rerum dolorem corporis."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 15:41:26.270603"], ["updated_at", "2020-11-24 15:41:26.270603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1016], ["a_decimal", 1.73953777421397], ["a_string", "Praesentium soluta repellendus mollitia reiciendis et."], ["a_unique_value", 9], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 15:41:26.273225"], ["updated_at", "2020-11-24 15:41:26.273225"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1006], ["a_decimal", 20.7502420142596], ["a_string", "Ut nemo delectus incidunt minus sunt."], ["a_unique_value", 1], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 15:41:26.275605"], ["updated_at", "2020-11-24 15:41:26.275605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1005], ["a_decimal", 22.9307346781679], ["a_string", "Architecto vitae voluptatem dolorem."], ["a_unique_value", 7], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 15:41:26.277984"], ["updated_at", "2020-11-24 15:41:26.277984"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 6.57758023603865], ["a_string", "Et et consequuntur iure non."], ["a_unique_value", 10], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 15:41:26.280365"], ["updated_at", "2020-11-24 15:41:26.280365"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 9.69512230056121], ["a_string", "Molestias quia sint dicta."], ["a_unique_value", 6], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 15:41:26.282712"], ["updated_at", "2020-11-24 15:41:26.282712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1012], ["a_decimal", 2.38169545820725], ["a_string", "Voluptatum perferendis accusantium possimus asperiores sed."], ["a_unique_value", 5], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 15:41:26.285194"], ["updated_at", "2020-11-24 15:41:26.285194"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1011], ["a_decimal", 14.283712596672], ["a_string", "Neque vero voluptatem ut."], ["a_unique_value", 4], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 15:41:26.289796"], ["updated_at", "2020-11-24 15:41:26.289796"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1006], ["a_decimal", 19.862953560152], ["a_string", "Rerum molestiae id ducimus nihil."], ["a_unique_value", 7], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 15:41:26.292966"], ["updated_at", "2020-11-24 15:41:26.292966"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 9.32113614126471], ["a_string", "Natus ex autem."], ["a_unique_value", 9], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 15:41:26.296228"], ["updated_at", "2020-11-24 15:41:26.296228"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 1.83529773646643], ["a_string", "Exercitationem omnis et voluptatem voluptatem perspiciatis."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 15:41:26.299014"], ["updated_at", "2020-11-24 15:41:26.299014"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1004], ["a_decimal", 6.54385864740099], ["a_string", "Sit ea eveniet hic quis."], ["a_unique_value", 8], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 15:41:26.301392"], ["updated_at", "2020-11-24 15:41:26.301392"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1017], ["a_decimal", 14.422827825542], ["a_string", "Delectus a optio."], ["a_unique_value", 10], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 15:41:26.303733"], ["updated_at", "2020-11-24 15:41:26.303733"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1007], ["a_decimal", 5.0255941872745], ["a_string", "Labore quos libero quo accusamus quisquam."], ["a_unique_value", 6], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 15:41:26.306241"], ["updated_at", "2020-11-24 15:41:26.306241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1005], ["a_decimal", 26.4958573114832], ["a_string", "Ut enim voluptatibus."], ["a_unique_value", 5], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 15:41:26.308630"], ["updated_at", "2020-11-24 15:41:26.308630"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1014], ["a_decimal", 0.925930790377973], ["a_string", "Numquam itaque distinctio."], ["a_unique_value", 1], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 15:41:26.310940"], ["updated_at", "2020-11-24 15:41:26.310940"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1004], ["a_decimal", 13.7215134249683], ["a_string", "Rem recusandae ea eos sit quo."], ["a_unique_value", 2], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 15:41:26.313620"], ["updated_at", "2020-11-24 15:41:26.313620"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1011], ["a_decimal", 27.5182482016406], ["a_string", "Quaerat ipsam impedit aliquid amet."], ["a_unique_value", 6], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 15:41:26.317768"], ["updated_at", "2020-11-24 15:41:26.317768"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1017], ["a_decimal", 3.30466492384877], ["a_string", "Fuga nemo id."], ["a_unique_value", 10], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 15:41:26.321126"], ["updated_at", "2020-11-24 15:41:26.321126"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1022], ["a_decimal", 9.96490191918793], ["a_string", "Ipsa totam laborum eos tenetur porro."], ["a_unique_value", 3], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 15:41:26.325128"], ["updated_at", "2020-11-24 15:41:26.325128"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1005], ["a_decimal", 2.07816464341551], ["a_string", "Repudiandae id beatae quam."], ["a_unique_value", 1], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 15:41:26.328336"], ["updated_at", "2020-11-24 15:41:26.328336"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1004], ["a_decimal", 8.11710949886341], ["a_string", "Quisquam adipisci illo consequatur."], ["a_unique_value", 9], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 15:41:26.331082"], ["updated_at", "2020-11-24 15:41:26.331082"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 9.68799256918879], ["a_string", "Dolores placeat minima."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 15:41:26.333781"], ["updated_at", "2020-11-24 15:41:26.333781"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1008], ["a_decimal", 16.2243623335502], ["a_string", "A est fugiat sit."], ["a_unique_value", 8], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 15:41:26.336427"], ["updated_at", "2020-11-24 15:41:26.336427"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1011], ["a_decimal", 0.223111888147748], ["a_string", "Quasi doloremque rerum qui omnis."], ["a_unique_value", 4], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 15:41:26.339180"], ["updated_at", "2020-11-24 15:41:26.339180"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1003], ["a_decimal", 11.3922319806731], ["a_string", "Explicabo in repudiandae autem."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 15:41:26.341880"], ["updated_at", "2020-11-24 15:41:26.341880"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1012], ["a_decimal", 0.502075517381069], ["a_string", "Non quo aut."], ["a_unique_value", 7], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 15:41:26.344590"], ["updated_at", "2020-11-24 15:41:26.344590"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["an_integer", 1016], ["a_decimal", 33.2691249655168], ["a_string", "Quia dolor est iure voluptate."], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 15:41:26.393132"], ["updated_at", "2020-11-24 15:41:26.393132"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1003], ["a_decimal", 37.9577778243382], ["a_string", "Sint dignissimos et rerum modi occaecati."], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 15:41:26.430522"], ["updated_at", "2020-11-24 15:41:26.430522"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1022], ["a_decimal", 4.9187457327683], ["a_string", "Dolorem delectus in aut."], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 15:41:26.466952"], ["updated_at", "2020-11-24 15:41:26.466952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["an_integer", 1020], ["a_decimal", 2.36406348554916], ["a_string", "Quia vel consequuntur et."], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 15:41:26.503274"], ["updated_at", "2020-11-24 15:41:26.503274"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1007], ["a_decimal", 29.2841891973165], ["a_string", "Ut impedit consequatur illum."], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 15:41:26.539690"], ["updated_at", "2020-11-24 15:41:26.539690"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1029], ["a_decimal", 1.99794629556061], ["a_string", "Ex est in voluptas sunt."], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 15:41:26.580822"], ["updated_at", "2020-11-24 15:41:26.580822"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1010], ["a_decimal", 24.5815709741925], ["a_string", "Nobis qui fugiat ipsum ab minima."], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 15:41:26.618368"], ["updated_at", "2020-11-24 15:41:26.618368"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1011], ["a_decimal", 33.2075914428139], ["a_string", "Fugit ipsam similique velit quidem ratione."], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 15:41:26.654769"], ["updated_at", "2020-11-24 15:41:26.654769"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 1.01972826989893], ["a_string", "Aut quia ad est praesentium dignissimos."], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 15:41:26.691056"], ["updated_at", "2020-11-24 15:41:26.691056"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1015], ["a_decimal", 7.10212202531693], ["a_string", "Ex unde amet ipsam sint."], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 15:41:26.727575"], ["updated_at", "2020-11-24 15:41:26.727575"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 311 4146 Lance Motorway, East Ezequiel, PA 32500"], ["city", "New Vanessa"], ["country", "Montserrat"], ["description", "Sapiente eligendi sit. Corporis commodi maiores. Rem autem eos. Ea molestiae assumenda."], ["email", "edgardo_fisher@example.biz"], ["first_name", "Stephany"], ["firstname", "Lenny"], ["last_name", "Lemke"], ["lastname", "Renner"], ["lat", "41.86917748458282"], ["latitute", "85.07927855790777"], ["lng", "-33.188329089056566"], ["locale", "NU"], ["longitude", "72.73634834601845"], ["middlename", "Crooks"], ["middle_name", "Littel"], ["password", "XhQg3NwSzRnV"], ["phone", "1-595-380-3828 x1983"], ["phone_number", "988-921-4743 x019"], ["reference", "cf9c944b-fdca-4d59-91df-317a57e16838"], ["title", "Exercitationem ut et nulla."], ["user_name", "hiram_harris"], ["username", "tanner"], ["uuid", "ce1aaadb-8784-4c7d-aa6f-1abf8fe3ab4b"], ["created_at", "2020-11-24 15:41:26.794390"], ["updated_at", "2020-11-24 15:41:26.794390"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "65842 Ebert Way, Port Fredric, MT 20844"], ["city", "Wmberg"], ["country", "Bouvet Island (Bouvetoya)"], ["description", "Ut illum ut. Temporibus quaerat nam. Ipsum delectus aliquid. Illum quidem ullam. Suscipit recusandae ratione."], ["email", "kenny_connelly@example.info"], ["first_name", "Donte"], ["firstname", "Louella"], ["last_name", "Turner"], ["lastname", "Hoppe"], ["lat", "4.550901624107041"], ["latitute", "-32.925148677776384"], ["lng", "46.50868885193927"], ["locale", "BZ"], ["longitude", "-73.12033901449264"], ["middlename", "Borer"], ["middle_name", "Hickle"], ["password", "9Mj32CaGgRcWl"], ["phone", "1-791-027-7788 x878"], ["phone_number", "163-515-9950 x964"], ["reference", "045a2787-ff9c-4dd1-aebe-00f18149b7d2"], ["title", "Porro perferendis magni distinctio quis explicabo."], ["user_name", "deedra_kilback"], ["username", "heriberto_cormier"], ["uuid", "a4bd771b-a263-4c88-8137-fa2f0d3bbee1"], ["created_at", "2020-11-24 15:41:26.819016"], ["updated_at", "2020-11-24 15:41:26.819016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2067 Claud Meadow, West Particia, ME 35556-0335"], ["city", "West Thimouth"], ["country", "Bangladesh"], ["description", "Labore officiis doloribus. Tempora excepturi qui. Saepe facilis nemo."], ["email", "francesco_mante@example.name"], ["first_name", "Gregg"], ["firstname", "Derrick"], ["last_name", "Osinski"], ["lastname", "Labadie"], ["lat", "4.872967371347528"], ["latitute", "-54.33084975592246"], ["lng", "-83.81183058294688"], ["locale", "SM"], ["longitude", "176.51257935369017"], ["middlename", "DuBuque"], ["middle_name", "D'Amore"], ["password", "12Cq3BqKrF4m"], ["phone", "823.199.2637 x18087"], ["phone_number", "(113) 319-3137 x397"], ["reference", "b547134a-e2de-4fc5-b7e8-f22f762f8bc2"], ["title", "Molestiae est quia quas."], ["user_name", "clarita"], ["username", "celestina"], ["uuid", "2c73c284-da13-4aab-9b42-a9023ebe8876"], ["created_at", "2020-11-24 15:41:26.841186"], ["updated_at", "2020-11-24 15:41:26.841186"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 577 90382 Winnifred Wells, Lake Neal, NH 03852-2104"], ["city", "South Kelly"], ["country", "Kazakhstan"], ["description", "Quasi nesciunt quidem. Ea quae ut."], ["email", "keith.cummings@example.info"], ["first_name", "Jay"], ["firstname", "Toby"], ["last_name", "Gutkowski"], ["lastname", "Swaniawski"], ["lat", "54.103281752624184"], ["latitute", "88.71495897048717"], ["lng", "-31.694420998205572"], ["locale", "AM"], ["longitude", "109.08276890003862"], ["middlename", "Prosacco"], ["middle_name", "Hagenes"], ["password", "YlH9bD18"], ["phone", "163.390.2184 x247"], ["phone_number", "776-159-8694 x41000"], ["reference", "cc7a6254-72b5-417a-8352-6872073e062e"], ["title", "Sint est qui maxime sint adipisci."], ["user_name", "reuben.von"], ["username", "emmanuel_bogan"], ["uuid", "3c15bd37-34ec-47fa-96c8-3ca4b5c1eb7d"], ["created_at", "2020-11-24 15:41:26.863049"], ["updated_at", "2020-11-24 15:41:26.863049"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 384 21972 Tran Underpass, Lockmanfurt, NM 05478"], ["city", "East Chiberg"], ["country", "Lithuania"], ["description", "Hic accusantium ut. Aliquid voluptatum laudantium."], ["email", "juli_koepp@example.name"], ["first_name", "Loyd"], ["firstname", "Floyd"], ["last_name", "Kub"], ["lastname", "Gorczany"], ["lat", "30.16784439444004"], ["latitute", "42.21163022937537"], ["lng", "-70.23123485418664"], ["locale", "TR"], ["longitude", "59.60191133796849"], ["middlename", "Hermann"], ["middle_name", "Satterfield"], ["password", "QxNqA0tYlQpHeO0v"], ["phone", "(946) 649-2651"], ["phone_number", "1-272-328-1505 x586"], ["reference", "fa7516ac-060d-45a4-aeee-5142ce29981a"], ["title", "Non molestiae sit mollitia voluptatum et."], ["user_name", "tegan"], ["username", "yanira.blick"], ["uuid", "d511ea86-44db-494a-8eb3-132f7bc222cd"], ["created_at", "2020-11-24 15:41:26.884778"], ["updated_at", "2020-11-24 15:41:26.884778"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4856 Graham Branch, Mooreville, AZ 75652"], ["city", "East Fallonburgh"], ["country", "Germany"], ["description", "Ab quo sint. Iure incidunt excepturi. Quod neque repudiandae. Dolorem nulla rerum. Aperiam perferendis labore."], ["email", "selina_lowe@example.info"], ["first_name", "Carlo"], ["firstname", "Santos"], ["last_name", "Rowe"], ["lastname", "Veum"], ["lat", "72.4609114202944"], ["latitute", "14.780843430630227"], ["lng", "149.96925953059804"], ["locale", "FI"], ["longitude", "-98.37569360100977"], ["middlename", "Volkman"], ["middle_name", "Terry"], ["password", "KiS93wCu"], ["phone", "1-508-206-5401"], ["phone_number", "184.199.5616 x95293"], ["reference", "9ac371f4-3b13-42ec-bbd8-249a01d392dd"], ["title", "Unde ut exercitationem aliquam et quia."], ["user_name", "flossie_schaden"], ["username", "natisha.reilly"], ["uuid", "d4476894-93f0-42b6-a576-78ad29db3bb9"], ["created_at", "2020-11-24 15:41:26.906550"], ["updated_at", "2020-11-24 15:41:26.906550"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "56392 Koch Mountain, Evanfort, ND 00753"], ["city", "Peterton"], ["country", "British Indian Ocean Territory (Chagos Archipelago)"], ["description", "Exercitationem omnis sunt. Aut nam aut. Voluptas quo repellat. Voluptas praesentium laborum."], ["email", "nila_weissnat@example.com"], ["first_name", "Levi"], ["firstname", "Elton"], ["last_name", "Volkman"], ["lastname", "Pacocha"], ["lat", "-71.41772706181524"], ["latitute", "12.98294808954087"], ["lng", "22.607887706445723"], ["locale", "SV"], ["longitude", "75.07834968441713"], ["middlename", "Schuppe"], ["middle_name", "Jaskolski"], ["password", "Er996Hg0LgV"], ["phone", "(306) 838-6907"], ["phone_number", "1-991-121-3083 x0210"], ["reference", "d41055f5-7512-4826-997f-4098444eb0e9"], ["title", "Ipsum ut repudiandae reiciendis."], ["user_name", "billie_pfeffer"], ["username", "elias_gislason"], ["uuid", "56cf207f-69da-44b8-82fe-a0a07c5cdb98"], ["created_at", "2020-11-24 15:41:26.928200"], ["updated_at", "2020-11-24 15:41:26.928200"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "32632 Ardis Islands, Gislasonshire, MT 97173-9354"], ["city", "Brekkefort"], ["country", "Armenia"], ["description", "Pariatur sed quaerat. Possimus rerum itaque. Ut nulla mollitia. Odit dolores culpa. Ullam aspernatur fugiat."], ["email", "magdalene.mayert@example.name"], ["first_name", "Francina"], ["firstname", "Oralia"], ["last_name", "Renner"], ["lastname", "Kub"], ["lat", "14.29831540101091"], ["latitute", "84.08389318618481"], ["lng", "66.15728545312294"], ["locale", "IL"], ["longitude", "-22.079722013549514"], ["middlename", "Cruickshank"], ["middle_name", "Abshire"], ["password", "K8yMq26Un"], ["phone", "1-423-980-1556"], ["phone_number", "131-888-9452 x7478"], ["reference", "72f3ef55-3ea1-4817-ac2c-de32733e9ff4"], ["title", "Aut sint voluptatibus enim autem."], ["user_name", "allie.kris"], ["username", "neil"], ["uuid", "62424fb7-bddc-4d20-a330-97a7d8d6c2ff"], ["created_at", "2020-11-24 15:41:26.957751"], ["updated_at", "2020-11-24 15:41:26.957751"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 235 11246 Delma Ports, Augustushaven, FL 85583-3281"], ["city", "East Tashina"], ["country", "Poland"], ["description", "Ut et ratione. Consectetur illo et."], ["email", "burl.konopelski@example.io"], ["first_name", "Dylan"], ["firstname", "Classie"], ["last_name", "Hegmann"], ["lastname", "Krajcik"], ["lat", "-64.15842255550585"], ["latitute", "-12.519210457494765"], ["lng", "-65.95115205861198"], ["locale", "LV"], ["longitude", "169.5306087908266"], ["middlename", "Lind"], ["middle_name", "Bayer"], ["password", "2RkN7hVwE2gR"], ["phone", "284-597-7833 x8382"], ["phone_number", "1-165-458-6329 x97392"], ["reference", "99da71cb-7536-4658-9424-da332f994be7"], ["title", "Est debitis velit necessitatibus."], ["user_name", "tory"], ["username", "sebastian.stoltenberg"], ["uuid", "35bc97ed-33a8-42f9-bb0a-2bf99e8eb733"], ["created_at", "2020-11-24 15:41:26.980257"], ["updated_at", "2020-11-24 15:41:26.980257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 126 44629 Barrows Rapid, North Faviola, ND 40503-6629"], ["city", "Port Edythemouth"], ["country", "Montserrat"], ["description", "Accusantium dolorem sint. Et hic tempore. Repellendus et ut. Et eius sequi. Voluptatem exercitationem qui."], ["email", "kaitlyn@example.biz"], ["first_name", "Mac"], ["firstname", "Muoi"], ["last_name", "Runte"], ["lastname", "Herzog"], ["lat", "-16.278476754273285"], ["latitute", "-38.62742251950512"], ["lng", "-56.202879972677124"], ["locale", "PN"], ["longitude", "83.9080356599178"], ["middlename", "Kreiger"], ["middle_name", "Jerde"], ["password", "Te8IsIcWtDc19N0"], ["phone", "891-173-2677 x272"], ["phone_number", "1-973-772-4391 x9988"], ["reference", "089900f2-c1a9-4ee9-b7a6-0fdd3431fe64"], ["title", "Dolorum suscipit fugit magnam at."], ["user_name", "kandy_schultz"], ["username", "wilhemina.haley"], ["uuid", "e3635752-8bcd-47cb-b18a-16488a414eed"], ["created_at", "2020-11-24 15:41:27.002468"], ["updated_at", "2020-11-24 15:41:27.002468"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.025936"], ["updated_at", "2020-11-24 15:41:27.025936"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.035579"], ["updated_at", "2020-11-24 15:41:27.035579"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4208 Theodora Cliffs, West Jonstad, WV 98319"], ["city", "North Michale"], ["country", "Gambia"], ["description", "Minus veniam vel. Dolor sunt est."], ["email", "annika@example.com"], ["first_name", "Royce"], ["firstname", "Lester"], ["last_name", "Muller"], ["lastname", "Zieme"], ["lat", "80.71290974687852"], ["latitute", "-63.1459566026294"], ["lng", "160.48656464467376"], ["locale", "CG"], ["longitude", "-117.48077504120674"], ["middlename", "Littel"], ["middle_name", "Murray"], ["password", "FjSj3B4ePuLt5Nr"], ["phone", "(582) 329-8778 x37238"], ["phone_number", "(225) 956-1023 x87690"], ["reference", "8764ef45-4f3a-462d-b965-f051f098a808"], ["title", "Assumenda fuga culpa."], ["user_name", "verona.gerlach"], ["username", "lovetta"], ["uuid", "6a7401a6-74d4-41b3-821a-394370980abd"], ["created_at", "2020-11-24 15:41:27.061230"], ["updated_at", "2020-11-24 15:41:27.061230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 7], ["a_decimal", 22.7135658394664], ["a_string", "Voluptas et tempore."], ["a_date", "2020-12-29"], ["a_time", "2000-01-01 07:37:48.352702"], ["a_datetime", "2020-11-23 16:04:45.380065"], ["created_at", "2020-11-24 15:41:27.069927"], ["updated_at", "2020-11-24 15:41:27.069927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 15:41:27.074267"], ["updated_at", "2020-11-24 15:41:27.074267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 15:41:27.078410"], ["updated_at", "2020-11-24 15:41:27.078410"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1012], ["a_decimal", 6.65492216526802], ["a_string", "Et qui quas facere et tempore."], ["a_unique_value", 2], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 15:41:27.081021"], ["updated_at", "2020-11-24 15:41:27.081021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.090456"], ["updated_at", "2020-11-24 15:41:27.090456"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:41:27.093392"], ["updated_at", "2020-11-24 15:41:27.093392"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 15:41:27.098541"], ["updated_at", "2020-11-24 15:41:27.098541"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 15:41:27.104048"], ["updated_at", "2020-11-24 15:41:27.104048"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.110387"], ["updated_at", "2020-11-24 15:41:27.110387"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.111442"], ["updated_at", "2020-11-24 15:41:27.111442"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.113120"], ["updated_at", "2020-11-24 15:41:27.113120"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.114349"], ["updated_at", "2020-11-24 15:41:27.114349"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.115454"], ["updated_at", "2020-11-24 15:41:27.115454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.116563"], ["updated_at", "2020-11-24 15:41:27.116563"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.117502"], ["updated_at", "2020-11-24 15:41:27.117502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.118405"], ["updated_at", "2020-11-24 15:41:27.118405"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.120047"], ["updated_at", "2020-11-24 15:41:27.120047"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.121602"], ["updated_at", "2020-11-24 15:41:27.121602"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.123244"], ["updated_at", "2020-11-24 15:41:27.123244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.124762"], ["updated_at", "2020-11-24 15:41:27.124762"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.126871"], ["updated_at", "2020-11-24 15:41:27.126871"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.129201"], ["updated_at", "2020-11-24 15:41:27.129201"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.130904"], ["updated_at", "2020-11-24 15:41:27.130904"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.132269"], ["updated_at", "2020-11-24 15:41:27.132269"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7215 Tromp Canyon, West Despinachester, CT 92591-8657"], ["city", "North Mickey"], ["country", "Jordan"], ["description", "Quam et sint. Dolorem sed at. Enim tenetur magnam. Voluptatum explicabo aliquam."], ["email", "shelia@example.org"], ["first_name", "Guadalupe"], ["firstname", "David"], ["last_name", "Legros"], ["lastname", "Walker"], ["lat", "-75.57799935897289"], ["latitute", "44.97914511103036"], ["lng", "-33.20497959022225"], ["locale", "SJ"], ["longitude", "-46.598740114811164"], ["middlename", "Berge"], ["middle_name", "Tillman"], ["password", "FwZbCaJvX6t"], ["phone", "(671) 406-8711"], ["phone_number", "(138) 762-8774"], ["reference", "6b5a9e50-f4eb-44bb-b5ff-4b9a40b7d9d4"], ["title", "Fugit vero quia laboriosam."], ["user_name", "rosalie"], ["username", "tyron.langosh"], ["uuid", "85cb2b5d-a7b3-42da-ac46-062ac6b3f653"], ["created_at", "2020-11-24 15:41:27.155772"], ["updated_at", "2020-11-24 15:41:27.155772"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 159 2271 Padberg Underpass, Bartonton, VA 11707-7874"], ["city", "Nienowbury"], ["country", "Holy See (Vatican City State)"], ["description", "Odit laudantium cumque. Quasi at qui."], ["email", "ivory.lemke@example.net"], ["first_name", "Marisha"], ["firstname", "Minh"], ["last_name", "Roob"], ["lastname", "Bradtke"], ["lat", "33.73087868189437"], ["latitute", "54.66242955098812"], ["lng", "-163.677395685007"], ["locale", "TV"], ["longitude", "103.43793596835661"], ["middlename", "Connelly"], ["middle_name", "Jacobs"], ["password", "ElEnJnWh"], ["phone", "(451) 588-0502"], ["phone_number", "621.441.4010 x827"], ["reference", "092bdb41-7663-4654-8489-33a014a04e91"], ["title", "Deserunt repudiandae tempora."], ["user_name", "carlota"], ["username", "quinn"], ["uuid", "9ef0e4ec-00e0-46ce-80b4-941001a8575d"], ["created_at", "2020-11-24 15:41:27.191625"], ["updated_at", "2020-11-24 15:41:27.191625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 660 92800 Stokes Cape, South Marlanaburgh, AK 05675-4567"], ["city", "Kenethborough"], ["country", "Moldova"], ["description", "Consequuntur explicabo et. Omnis eum non. Et illum debitis. Quo consequatur est."], ["email", "felton@example.com"], ["first_name", "Myriam"], ["firstname", "Vashti"], ["last_name", "Lesch"], ["lastname", "Auer"], ["lat", "-66.05835542961918"], ["latitute", "-8.089145351049325"], ["lng", "-115.91303698444752"], ["locale", "DJ"], ["longitude", "86.21173445752208"], ["middlename", "Hodkiewicz"], ["middle_name", "Kris"], ["password", "RaSk4V412yG2lA"], ["phone", "1-190-531-6863"], ["phone_number", "1-173-512-3265 x573"], ["reference", "926bb1f1-9564-4d4a-892e-d46c9ad5f433"], ["title", "Ducimus distinctio impedit."], ["user_name", "william_oberbrunner"], ["username", "gaynell"], ["uuid", "62d1aef7-55d4-4947-87be-7c4e1fe50727"], ["created_at", "2020-11-24 15:41:27.214769"], ["updated_at", "2020-11-24 15:41:27.214769"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "771 Erwin Isle, Lonamouth, GA 57509"], ["city", "South Andyshire"], ["country", "Comoros"], ["description", "Ab voluptatum fuga. Illum minima aspernatur. Explicabo in porro. Eligendi cum consequatur."], ["email", "anabel@example.info"], ["first_name", "Lionel"], ["firstname", "Roy"], ["last_name", "Kerluke"], ["lastname", "McClure"], ["lat", "-36.93365140094427"], ["latitute", "11.969873087552173"], ["lng", "55.019925322068985"], ["locale", "BW"], ["longitude", "-7.507183056383724"], ["middlename", "Considine"], ["middle_name", "Dach"], ["password", "AmStYqRi10"], ["phone", "(932) 707-1167"], ["phone_number", "757-870-3508 x617"], ["reference", "e370639a-0cbf-496e-8aab-e200b58c47d3"], ["title", "Minus provident itaque quos distinctio."], ["user_name", "lance"], ["username", "jackelyn"], ["uuid", "9143f21f-afbd-4f8c-9a54-121c6318e38b"], ["created_at", "2020-11-24 15:41:27.236844"], ["updated_at", "2020-11-24 15:41:27.236844"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 627 2312 Murray Meadows, Connburgh, MD 76957-6851"], ["city", "North Augustineburgh"], ["country", "Tajikistan"], ["description", "Voluptatem placeat autem. Doloremque et consequatur."], ["email", "calvin@example.info"], ["first_name", "Ronald"], ["firstname", "Trisha"], ["last_name", "Botsford"], ["lastname", "Dibbert"], ["lat", "-76.3346133152177"], ["latitute", "-40.87415165921475"], ["lng", "-171.24926509421567"], ["locale", "EG"], ["longitude", "131.56492966048853"], ["middlename", "Quitzon"], ["middle_name", "Hackett"], ["password", "V9qRtL6aBhXx"], ["phone", "621-516-4689"], ["phone_number", "1-266-158-1200 x905"], ["reference", "039ec236-f581-4f91-9b80-2a946695dd24"], ["title", "Rem et aliquid voluptate voluptatibus dolorum."], ["user_name", "winston_wisozk"], ["username", "elmo"], ["uuid", "dd27c233-3197-48fd-b714-f76d39adc531"], ["created_at", "2020-11-24 15:41:27.258544"], ["updated_at", "2020-11-24 15:41:27.258544"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "963 Bogan Harbors, Thomasburgh, MS 00590"], ["city", "West Demetria"], ["country", "France"], ["description", "Facere libero in. Vitae veniam ut. Voluptatum eveniet ipsam."], ["email", "rogelio.erdman@example.com"], ["first_name", "Garth"], ["firstname", "Derick"], ["last_name", "Waelchi"], ["lastname", "Hauck"], ["lat", "81.99307544087875"], ["latitute", "-85.19975351268191"], ["lng", "145.91989401176698"], ["locale", "RU"], ["longitude", "69.84234912973912"], ["middlename", "Welch"], ["middle_name", "McKenzie"], ["password", "RmFe1WsB8qOlPl2"], ["phone", "1-848-234-9639 x436"], ["phone_number", "250.686.7569 x3248"], ["reference", "329b42b5-f68f-44b0-b682-f197dbc27570"], ["title", "Blanditiis voluptatem et repudiandae."], ["user_name", "ngan_dubuque"], ["username", "charlena"], ["uuid", "bdd0e1c8-bd74-4707-ba25-d1088313c956"], ["created_at", "2020-11-24 15:41:27.282370"], ["updated_at", "2020-11-24 15:41:27.282370"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "8530 Greenholt Dale, Nadachester, AR 22237-7998"], ["city", "Cherfurt"], ["country", "Togo"], ["description", "Rerum recusandae non. Ut expedita laudantium. Possimus ut accusantium. Enim porro reprehenderit. Provident optio voluptas."], ["email", "melanie.kling@example.com"], ["first_name", "Lilian"], ["firstname", "Rory"], ["last_name", "Terry"], ["lastname", "Sanford"], ["lat", "-88.42126855461376"], ["latitute", "-78.63091821549102"], ["lng", "-6.3958127046472555"], ["locale", "DZ"], ["longitude", "-168.5253302803284"], ["middlename", "Wehner"], ["middle_name", "McGlynn"], ["password", "Ra3LmQl0IiR"], ["phone", "1-411-696-3844 x12507"], ["phone_number", "(153) 747-0298 x240"], ["reference", "05f898b1-eca4-4ed2-974c-e079f5e425ab"], ["title", "Accusamus a at est occaecati perferendis."], ["user_name", "kip"], ["username", "georgene"], ["uuid", "0eb8be5d-c2a0-48f7-bfe9-e9ccf2d4477e"], ["created_at", "2020-11-24 15:41:27.304421"], ["updated_at", "2020-11-24 15:41:27.304421"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 884 73901 Rempel Shores, West Marylandtown, KY 45622"], ["city", "Bayerview"], ["country", "Palestinian Territory"], ["description", "Earum tenetur ut. Hic tempore neque. Rem molestias autem. Quam corrupti sint."], ["email", "usha_graham@example.org"], ["first_name", "Jacinto"], ["firstname", "Alethea"], ["last_name", "Stamm"], ["lastname", "Ryan"], ["lat", "-48.275890555116284"], ["latitute", "45.08728957571938"], ["lng", "179.2569834580172"], ["locale", "YT"], ["longitude", "-76.5103647727765"], ["middlename", "Steuber"], ["middle_name", "Brekke"], ["password", "OiWtF6a92Y4bKo9R"], ["phone", "1-354-469-8848"], ["phone_number", "1-757-653-2874 x514"], ["reference", "237bf21c-8864-4c7b-9c70-24197ce739ba"], ["title", "Fugiat aut autem."], ["user_name", "verdie"], ["username", "benita"], ["uuid", "bd5a90b1-989d-4fec-8dbc-07e75e50a600"], ["created_at", "2020-11-24 15:41:27.326540"], ["updated_at", "2020-11-24 15:41:27.326540"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 4], ["a_decimal", 14.0398929402899], ["a_string", "Eos eum et in quaerat consequatur."], ["a_date", "2020-12-28"], ["a_time", "2000-01-01 17:56:10.141908"], ["a_datetime", "2021-01-01 12:48:11.063281"], ["created_at", "2020-11-24 15:41:27.329293"], ["updated_at", "2020-11-24 15:41:27.329293"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 4], ["a_decimal", 5.34922573451555], ["a_string", "Iure voluptas nihil qui neque enim."], ["a_date", "2020-12-14"], ["a_time", "2000-01-01 06:06:26.809938"], ["a_datetime", "2020-10-16 10:40:03.154050"], ["created_at", "2020-11-24 15:41:27.340357"], ["updated_at", "2020-11-24 15:41:27.340357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1], ["a_decimal", 0.0478938305656781], ["a_string", "A voluptatem cumque fuga."], ["a_date", "2020-10-21"], ["a_time", "2000-01-01 14:25:44.962252"], ["a_datetime", "2020-11-24 00:00:54.822991"], ["created_at", "2020-11-24 15:41:27.343074"], ["updated_at", "2020-11-24 15:41:27.343074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 14], ["a_decimal", 9.62643735773329], ["a_string", "Inventore id qui."], ["a_date", "2020-12-16"], ["a_time", "2000-01-01 14:22:12.888434"], ["a_datetime", "2020-11-19 20:06:10.242057"], ["created_at", "2020-11-24 15:41:27.345654"], ["updated_at", "2020-11-24 15:41:27.345654"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 23], ["a_decimal", 31.1201115583454], ["a_string", "Natus et doloribus ut ea."], ["a_date", "2020-11-13"], ["a_time", "2000-01-01 10:57:00.819120"], ["a_datetime", "2021-01-03 09:03:29.483363"], ["created_at", "2020-11-24 15:41:27.348228"], ["updated_at", "2020-11-24 15:41:27.348228"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 3], ["a_decimal", 3.73500850651227], ["a_string", "Excepturi dolorem incidunt qui animi."], ["a_date", "2021-01-01"], ["a_time", "2000-01-01 16:29:28.029360"], ["a_datetime", "2020-12-20 01:20:48.633021"], ["created_at", "2020-11-24 15:41:27.350767"], ["updated_at", "2020-11-24 15:41:27.350767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 8], ["a_decimal", 0.189467123304214], ["a_string", "Qui magni corporis."], ["a_date", "2020-11-07"], ["a_time", "2000-01-01 03:32:17.565290"], ["a_datetime", "2020-10-17 06:21:50.762235"], ["created_at", "2020-11-24 15:41:27.353234"], ["updated_at", "2020-11-24 15:41:27.353234"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 6], ["a_decimal", 9.70760808658346], ["a_string", "Veritatis dolorem consectetur excepturi veniam ea."], ["a_date", "2020-10-17"], ["a_time", "2000-01-01 20:17:58.397846"], ["a_datetime", "2020-10-26 17:22:33.097085"], ["created_at", "2020-11-24 15:41:27.355669"], ["updated_at", "2020-11-24 15:41:27.355669"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 15:41:27.357390"], ["updated_at", "2020-11-24 15:41:27.357390"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 15:41:27.358655"], ["updated_at", "2020-11-24 15:41:27.358655"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 15:41:27.359820"], ["updated_at", "2020-11-24 15:41:27.359820"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 15:41:27.360981"], ["updated_at", "2020-11-24 15:41:27.360981"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 15:41:27.362139"], ["updated_at", "2020-11-24 15:41:27.362139"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 15:41:27.363291"], ["updated_at", "2020-11-24 15:41:27.363291"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 15:41:27.364450"], ["updated_at", "2020-11-24 15:41:27.364450"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 15:41:27.365583"], ["updated_at", "2020-11-24 15:41:27.365583"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 15:41:27.366804"], ["updated_at", "2020-11-24 15:41:27.366804"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 15:41:27.367996"], ["updated_at", "2020-11-24 15:41:27.367996"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 15:41:27.369181"], ["updated_at", "2020-11-24 15:41:27.369181"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 15:41:27.370353"], ["updated_at", "2020-11-24 15:41:27.370353"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 15:41:27.371546"], ["updated_at", "2020-11-24 15:41:27.371546"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 15:41:27.372724"], ["updated_at", "2020-11-24 15:41:27.372724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 15:41:27.373884"], ["updated_at", "2020-11-24 15:41:27.373884"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 15:41:27.375030"], ["updated_at", "2020-11-24 15:41:27.375030"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1036], ["a_decimal", 11.0720997609622], ["a_string", "Consequatur dolore ipsam iste."], ["a_unique_value", 9], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 15:41:27.377623"], ["updated_at", "2020-11-24 15:41:27.377623"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 11.1468962262228], ["a_string", "Neque corporis enim illo eum quia."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 15:41:27.380071"], ["updated_at", "2020-11-24 15:41:27.380071"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1003], ["a_decimal", 22.4625600919559], ["a_string", "Repudiandae doloribus et reiciendis ut."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 15:41:27.382406"], ["updated_at", "2020-11-24 15:41:27.382406"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1030], ["a_decimal", 23.8454911397816], ["a_string", "Ut ratione nam rerum officia."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 15:41:27.384743"], ["updated_at", "2020-11-24 15:41:27.384743"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1027], ["a_decimal", 19.7835271977619], ["a_string", "Voluptas aperiam in provident vel."], ["a_unique_value", 7], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["created_at", "2020-11-24 15:41:27.387076"], ["updated_at", "2020-11-24 15:41:27.387076"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1012], ["a_decimal", 3.38130369184926], ["a_string", "Laudantium sint nobis blanditiis iste."], ["a_unique_value", 10], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 15:41:27.389430"], ["updated_at", "2020-11-24 15:41:27.389430"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 0.887115529355566], ["a_string", "Quibusdam rem aut similique."], ["a_unique_value", 8], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 15:41:27.391793"], ["updated_at", "2020-11-24 15:41:27.391793"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 14.7867492771629], ["a_string", "Eos accusantium vitae porro et ea."], ["a_unique_value", 4], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 15:41:27.394148"], ["updated_at", "2020-11-24 15:41:27.394148"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.410258"], ["updated_at", "2020-11-24 15:41:27.410258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.411057"], ["updated_at", "2020-11-24 15:41:27.411057"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.411696"], ["updated_at", "2020-11-24 15:41:27.411696"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.412336"], ["updated_at", "2020-11-24 15:41:27.412336"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.412953"], ["updated_at", "2020-11-24 15:41:27.412953"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.413573"], ["updated_at", "2020-11-24 15:41:27.413573"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.414185"], ["updated_at", "2020-11-24 15:41:27.414185"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.414797"], ["updated_at", "2020-11-24 15:41:27.414797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:41:27.415460"], ["updated_at", "2020-11-24 15:41:27.415460"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:41:27.416129"], ["updated_at", "2020-11-24 15:41:27.416129"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:41:27.416761"], ["updated_at", "2020-11-24 15:41:27.416761"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:41:27.417390"], ["updated_at", "2020-11-24 15:41:27.417390"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:41:27.418024"], ["updated_at", "2020-11-24 15:41:27.418024"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:41:27.418656"], ["updated_at", "2020-11-24 15:41:27.418656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:41:27.419294"], ["updated_at", "2020-11-24 15:41:27.419294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:41:27.419928"], ["updated_at", "2020-11-24 15:41:27.419928"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 15:41:27.421232"], ["updated_at", "2020-11-24 15:41:27.421232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 15:41:27.422498"], ["updated_at", "2020-11-24 15:41:27.422498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 15:41:27.423653"], ["updated_at", "2020-11-24 15:41:27.423653"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 15:41:27.424813"], ["updated_at", "2020-11-24 15:41:27.424813"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 15:41:27.425938"], ["updated_at", "2020-11-24 15:41:27.425938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 15:41:27.427095"], ["updated_at", "2020-11-24 15:41:27.427095"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 15:41:27.428215"], ["updated_at", "2020-11-24 15:41:27.428215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 15:41:27.429334"], ["updated_at", "2020-11-24 15:41:27.429334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 8], ["created_at", "2020-11-24 15:41:27.430920"], ["updated_at", "2020-11-24 15:41:27.430920"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-24 15:41:27.432505"], ["updated_at", "2020-11-24 15:41:27.432505"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 6], ["created_at", "2020-11-24 15:41:27.434043"], ["updated_at", "2020-11-24 15:41:27.434043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 8], ["created_at", "2020-11-24 15:41:27.435565"], ["updated_at", "2020-11-24 15:41:27.435565"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 3], ["created_at", "2020-11-24 15:41:27.437103"], ["updated_at", "2020-11-24 15:41:27.437103"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 2], ["created_at", "2020-11-24 15:41:27.438640"], ["updated_at", "2020-11-24 15:41:27.438640"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-24 15:41:27.440160"], ["updated_at", "2020-11-24 15:41:27.440160"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 7], ["created_at", "2020-11-24 15:41:27.441641"], ["updated_at", "2020-11-24 15:41:27.441641"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 2], ["a_decimal", 9.46690336309699], ["a_string", "Tempore aut quam aut hic maxime."], ["a_date", "2020-11-25"], ["a_time", "2000-01-01 01:22:04.815791"], ["a_datetime", "2020-10-21 11:01:17.322798"], ["created_at", "2020-11-24 15:41:27.471739"], ["updated_at", "2020-11-24 15:41:27.471739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 2], ["a_decimal", 1.71962074569685], ["a_string", "Aspernatur blanditiis a eos."], ["a_date", "2020-10-29"], ["a_time", "2000-01-01 17:54:54.137971"], ["a_datetime", "2020-11-10 20:18:16.605152"], ["created_at", "2020-11-24 15:41:27.475020"], ["updated_at", "2020-11-24 15:41:27.475020"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 8], ["a_decimal", 12.5823924824037], ["a_string", "Ad magnam harum sit atque sapiente."], ["a_date", "2020-11-18"], ["a_time", "2000-01-01 20:50:22.276787"], ["a_datetime", "2020-11-20 09:06:23.730249"], ["created_at", "2020-11-24 15:41:27.478762"], ["updated_at", "2020-11-24 15:41:27.478762"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 10], ["a_decimal", 17.3486472209053], ["a_string", "Cupiditate aut ullam et."], ["a_date", "2021-01-04"], ["a_time", "2000-01-01 19:02:07.410993"], ["a_datetime", "2020-11-10 15:08:38.444689"], ["created_at", "2020-11-24 15:41:27.483649"], ["updated_at", "2020-11-24 15:41:27.483649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 3], ["a_decimal", 14.9204448767943], ["a_string", "Dolores dolore odio."], ["a_date", "2020-11-19"], ["a_time", "2000-01-01 11:34:44.270538"], ["a_datetime", "2020-11-30 18:01:24.314857"], ["created_at", "2020-11-24 15:41:27.486407"], ["updated_at", "2020-11-24 15:41:27.486407"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 1], ["a_decimal", 0.0266983458132812], ["a_string", "Autem soluta occaecati."], ["a_date", "2020-12-20"], ["a_time", "2000-01-01 06:14:20.406840"], ["a_datetime", "2020-10-19 07:57:26.949265"], ["created_at", "2020-11-24 15:41:27.489070"], ["updated_at", "2020-11-24 15:41:27.489070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.492147"], ["updated_at", "2020-11-24 15:41:27.492147"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.519829"], ["updated_at", "2020-11-24 15:41:27.519829"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.520935"], ["updated_at", "2020-11-24 15:41:27.520935"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.521724"], ["updated_at", "2020-11-24 15:41:27.521724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.522493"], ["updated_at", "2020-11-24 15:41:27.522493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.523279"], ["updated_at", "2020-11-24 15:41:27.523279"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.524132"], ["updated_at", "2020-11-24 15:41:27.524132"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.525004"], ["updated_at", "2020-11-24 15:41:27.525004"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.526025"], ["updated_at", "2020-11-24 15:41:27.526025"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.528375"], ["updated_at", "2020-11-24 15:41:27.528375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.530300"], ["updated_at", "2020-11-24 15:41:27.530300"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.532176"], ["updated_at", "2020-11-24 15:41:27.532176"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.533500"], ["updated_at", "2020-11-24 15:41:27.533500"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.534768"], ["updated_at", "2020-11-24 15:41:27.534768"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.536035"], ["updated_at", "2020-11-24 15:41:27.536035"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.537389"], ["updated_at", "2020-11-24 15:41:27.537389"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.538660"], ["updated_at", "2020-11-24 15:41:27.538660"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "81655 Sharleen Tunnel, Rolfshire, CO 76668-1315"], ["city", "Dooleybury"], ["country", "Guam"], ["description", "Adipisci quam molestiae. Minima est consequuntur. Reprehenderit sunt consequatur."], ["email", "anissa@example.org"], ["first_name", "Fonda"], ["firstname", "Katrice"], ["last_name", "Stiedemann"], ["lastname", "Luettgen"], ["lat", "-85.54188434745421"], ["latitute", "74.72547900991358"], ["lng", "-74.6179348110219"], ["locale", "AW"], ["longitude", "0.8513769267282214"], ["middlename", "Friesen"], ["middle_name", "Heidenreich"], ["password", "FkMp0Jt3E6bC"], ["phone", "357-461-1559"], ["phone_number", "(638) 037-4392 x03538"], ["reference", "540727d1-aff1-4dbc-b5c3-cff6ff83dda7"], ["title", "Perspiciatis animi vel sequi sunt."], ["user_name", "gilberto"], ["username", "michale_mills"], ["uuid", "cce00d5c-186f-467a-8f88-790727ff555c"], ["created_at", "2020-11-24 15:41:27.561617"], ["updated_at", "2020-11-24 15:41:27.561617"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "640 Price Rue, Port Laynetown, RI 01010-0962"], ["city", "Mohrfort"], ["country", "Cocos (Keeling) Islands"], ["description", "Quidem cum autem. Amet neque temporibus. Iusto praesentium eligendi. Reprehenderit alias ut. Iure corrupti occaecati."], ["email", "errol@example.net"], ["first_name", "Jewel"], ["firstname", "Ismael"], ["last_name", "Powlowski"], ["lastname", "Douglas"], ["lat", "55.72793425063304"], ["latitute", "47.99005987404391"], ["lng", "26.981002403456245"], ["locale", "NF"], ["longitude", "179.2478389536446"], ["middlename", "Bashirian"], ["middle_name", "Feest"], ["password", "MwIoAvCkZu72"], ["phone", "1-597-642-1183 x24268"], ["phone_number", "1-241-056-3122 x20444"], ["reference", "f23fb50a-5bba-4627-900e-04fc8a7d5654"], ["title", "Nesciunt maiores maxime autem."], ["user_name", "connie.thiel"], ["username", "erwin"], ["uuid", "0c70c628-1bc5-49ef-9adb-9a030776b8a9"], ["created_at", "2020-11-24 15:41:27.583489"], ["updated_at", "2020-11-24 15:41:27.583489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "80671 Wolf Stravenue, Fermintown, UT 65157-5970"], ["city", "Augustinebury"], ["country", "Australia"], ["description", "Voluptatem id explicabo. Quidem sit officia. Minima repellendus illo. Nulla in quam. Dolor nesciunt omnis."], ["email", "luisa_gulgowski@example.com"], ["first_name", "Ronny"], ["firstname", "Winston"], ["last_name", "Torphy"], ["lastname", "Hettinger"], ["lat", "11.638181580873976"], ["latitute", "71.49934566139206"], ["lng", "136.41523575295219"], ["locale", "IT"], ["longitude", "142.30559928904813"], ["middlename", "Spinka"], ["middle_name", "Hodkiewicz"], ["password", "AgCdHkUhDmJgBr"], ["phone", "1-893-845-3293 x6659"], ["phone_number", "(744) 694-8845"], ["reference", "f8506a01-65ce-4598-8c98-0d1d880daa59"], ["title", "Facere ad repellat deleniti consectetur illum."], ["user_name", "aurore.keebler"], ["username", "elvis_nolan"], ["uuid", "7a01a2c5-ce9d-469d-a56c-3278ba38b1cc"], ["created_at", "2020-11-24 15:41:27.618414"], ["updated_at", "2020-11-24 15:41:27.618414"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "473 Romeo Lodge, North Eleonoreborough, ME 32230-8216"], ["city", "East Thomashaven"], ["country", "Kuwait"], ["description", "Illum maxime minima. Molestiae corporis fugiat. Sed rerum quia."], ["email", "candelaria_strosin@example.io"], ["first_name", "Sheena"], ["firstname", "Kristi"], ["last_name", "Conroy"], ["lastname", "Heller"], ["lat", "67.31781995588676"], ["latitute", "2.950211261550038"], ["lng", "-75.6525165139642"], ["locale", "DM"], ["longitude", "175.2911009032523"], ["middlename", "McGlynn"], ["middle_name", "Heller"], ["password", "ZhYjUjCn"], ["phone", "901.374.9995"], ["phone_number", "1-932-843-6740 x24988"], ["reference", "f477dadb-e1ed-4c91-9644-cf6f5514869f"], ["title", "Dolor omnis dolores."], ["user_name", "jeremiah"], ["username", "daniella_mayert"], ["uuid", "80dad216-fee0-4c1b-acd0-e04f473234c9"], ["created_at", "2020-11-24 15:41:27.641493"], ["updated_at", "2020-11-24 15:41:27.641493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 594 20706 Walker Harbors, West Daron, FL 74738-8542"], ["city", "Earlieborough"], ["country", "Portugal"], ["description", "Reiciendis dolor maiores. Non aut qui."], ["email", "lauryn@example.io"], ["first_name", "Georgetta"], ["firstname", "Shondra"], ["last_name", "Hansen"], ["lastname", "Carter"], ["lat", "14.39028573278334"], ["latitute", "56.08990739571598"], ["lng", "113.89392899228488"], ["locale", "ML"], ["longitude", "138.9501923099877"], ["middlename", "Cole"], ["middle_name", "Streich"], ["password", "1GiVu1Uz07XlC"], ["phone", "(460) 214-2936 x7066"], ["phone_number", "826.004.0164 x80661"], ["reference", "3846ccfe-d385-4852-9c6d-33fd3143d0d0"], ["title", "Quasi sint accusantium sit."], ["user_name", "shaina"], ["username", "tom"], ["uuid", "a75111c1-b3c3-44ab-aa29-e380f8979d12"], ["created_at", "2020-11-24 15:41:27.663184"], ["updated_at", "2020-11-24 15:41:27.663184"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "528 Michal Unions, Emoryview, MS 63757-0223"], ["city", "New Ethan"], ["country", "Marshall Islands"], ["description", "Necessitatibus quis sint. Reprehenderit totam beatae. Atque est non."], ["email", "zina_koss@example.com"], ["first_name", "Theressa"], ["firstname", "Cicely"], ["last_name", "Bauch"], ["lastname", "Sauer"], ["lat", "76.53614515275265"], ["latitute", "18.659346751611167"], ["lng", "111.29297848011083"], ["locale", "EE"], ["longitude", "107.58990186907852"], ["middlename", "Cole"], ["middle_name", "Roob"], ["password", "HkEwL5hG"], ["phone", "997.090.4414 x7060"], ["phone_number", "454-313-2500 x24628"], ["reference", "fdf85640-ebcc-4d35-aa7a-52de7c7ddbc1"], ["title", "At aperiam numquam qui architecto."], ["user_name", "caron_hettinger"], ["username", "britteny.mohr"], ["uuid", "c1af756a-8c55-4697-acaf-b16ffefce16f"], ["created_at", "2020-11-24 15:41:27.684927"], ["updated_at", "2020-11-24 15:41:27.684927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "55366 Wiza Spur, Zulaufchester, AR 04390-9933"], ["city", "McKenziechester"], ["country", "Sierra Leone"], ["description", "Minus delectus itaque. Qui repellat animi. Natus quis omnis."], ["email", "wilfredo@example.com"], ["first_name", "Reggie"], ["firstname", "Juliana"], ["last_name", "Moore"], ["lastname", "Spinka"], ["lat", "33.650490783057876"], ["latitute", "-31.79068798095136"], ["lng", "102.77707625605365"], ["locale", "LC"], ["longitude", "125.09097917019898"], ["middlename", "Boyer"], ["middle_name", "Ledner"], ["password", "G7eN4hPeI3qH50v"], ["phone", "667-906-3609 x31662"], ["phone_number", "(390) 477-1212 x956"], ["reference", "3259639a-2a4b-483d-86f3-df4f052d7e74"], ["title", "Et error quas."], ["user_name", "haydee.nolan"], ["username", "keven_hickle"], ["uuid", "3b22afa0-e52f-4ed8-9525-851032713543"], ["created_at", "2020-11-24 15:41:27.706403"], ["updated_at", "2020-11-24 15:41:27.706403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "92166 Ritchie Keys, North Judishire, WY 21419-8303"], ["city", "East Zelma"], ["country", "Papua New Guinea"], ["description", "Id reprehenderit modi. Sunt voluptatem quibusdam. Perferendis omnis aut. Deleniti eius sint."], ["email", "guadalupe_hamill@example.com"], ["first_name", "Margit"], ["firstname", "Anastasia"], ["last_name", "Feil"], ["lastname", "Dickinson"], ["lat", "25.780848722934337"], ["latitute", "33.53694751773686"], ["lng", "114.67221955143873"], ["locale", "KW"], ["longitude", "64.31900866976585"], ["middlename", "Lesch"], ["middle_name", "Dare"], ["password", "6QaL0jFe7T7h"], ["phone", "1-882-345-1246 x304"], ["phone_number", "1-267-442-0052 x779"], ["reference", "21bea0b0-52a9-4dfa-9f24-555830fc66fb"], ["title", "Qui tenetur non laudantium accusamus."], ["user_name", "shara_breitenberg"], ["username", "denny"], ["uuid", "b952d6bf-4cb1-44da-9672-a462953b35fc"], ["created_at", "2020-11-24 15:41:27.728375"], ["updated_at", "2020-11-24 15:41:27.728375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 34], ["a_decimal", 20.4909984908571], ["a_string", "Quod praesentium necessitatibus veniam delectus cupiditate."], ["a_date", "2020-10-20"], ["a_time", "2000-01-01 13:59:47.990143"], ["a_datetime", "2020-11-06 02:18:45.646579"], ["created_at", "2020-11-24 15:41:27.730973"], ["updated_at", "2020-11-24 15:41:27.730973"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 0], ["a_decimal", 26.7865393524406], ["a_string", "Aliquam animi assumenda et in adipisci."], ["a_date", "2020-10-25"], ["a_time", "2000-01-01 16:01:48.435625"], ["a_datetime", "2020-11-03 19:36:11.695516"], ["created_at", "2020-11-24 15:41:27.733213"], ["updated_at", "2020-11-24 15:41:27.733213"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 3], ["a_decimal", 15.440839967038], ["a_string", "Quibusdam voluptate perferendis quae."], ["a_date", "2020-12-21"], ["a_time", "2000-01-01 08:59:57.900299"], ["a_datetime", "2020-12-09 13:54:23.696920"], ["created_at", "2020-11-24 15:41:27.735363"], ["updated_at", "2020-11-24 15:41:27.735363"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 13], ["a_decimal", 11.1195973110971], ["a_string", "Consequuntur reprehenderit libero velit voluptatem eius."], ["a_date", "2020-10-14"], ["a_time", "2000-01-01 05:41:41.609506"], ["a_datetime", "2020-10-29 13:49:41.448783"], ["created_at", "2020-11-24 15:41:27.737525"], ["updated_at", "2020-11-24 15:41:27.737525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 14], ["a_decimal", 7.92477210193617], ["a_string", "Iure fugit odio tempore est soluta."], ["a_date", "2020-11-02"], ["a_time", "2000-01-01 13:09:41.316546"], ["a_datetime", "2020-12-08 01:49:17.022532"], ["created_at", "2020-11-24 15:41:27.739644"], ["updated_at", "2020-11-24 15:41:27.739644"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 18], ["a_decimal", 6.72999558709954], ["a_string", "Dolorum cumque et dolor voluptates ipsum."], ["a_date", "2020-11-13"], ["a_time", "2000-01-01 03:20:02.435907"], ["a_datetime", "2020-12-19 15:19:38.392606"], ["created_at", "2020-11-24 15:41:27.741760"], ["updated_at", "2020-11-24 15:41:27.741760"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 8], ["a_decimal", 0.113775802652283], ["a_string", "Nulla magnam et est atque quisquam."], ["a_date", "2020-12-16"], ["a_time", "2000-01-01 02:31:03.728934"], ["a_datetime", "2020-10-31 03:42:44.656364"], ["created_at", "2020-11-24 15:41:27.743867"], ["updated_at", "2020-11-24 15:41:27.743867"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 14], ["a_decimal", 2.95097513751191], ["a_string", "Eos eum consequatur."], ["a_date", "2020-10-22"], ["a_time", "2000-01-01 21:19:19.292480"], ["a_datetime", "2020-11-23 13:19:34.011814"], ["created_at", "2020-11-24 15:41:27.746012"], ["updated_at", "2020-11-24 15:41:27.746012"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 15:41:27.747536"], ["updated_at", "2020-11-24 15:41:27.747536"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 15:41:27.748660"], ["updated_at", "2020-11-24 15:41:27.748660"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 15:41:27.749735"], ["updated_at", "2020-11-24 15:41:27.749735"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 15:41:27.750785"], ["updated_at", "2020-11-24 15:41:27.750785"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 15:41:27.751821"], ["updated_at", "2020-11-24 15:41:27.751821"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 15:41:27.752887"], ["updated_at", "2020-11-24 15:41:27.752887"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 15:41:27.753937"], ["updated_at", "2020-11-24 15:41:27.753937"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 15:41:27.754981"], ["updated_at", "2020-11-24 15:41:27.754981"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 15:41:27.756132"], ["updated_at", "2020-11-24 15:41:27.756132"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 15:41:27.757230"], ["updated_at", "2020-11-24 15:41:27.757230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 15:41:27.758288"], ["updated_at", "2020-11-24 15:41:27.758288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 15:41:27.759334"], ["updated_at", "2020-11-24 15:41:27.759334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 15:41:27.760392"], ["updated_at", "2020-11-24 15:41:27.760392"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 15:41:27.761443"], ["updated_at", "2020-11-24 15:41:27.761443"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 15:41:27.762499"], ["updated_at", "2020-11-24 15:41:27.762499"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 15:41:27.763541"], ["updated_at", "2020-11-24 15:41:27.763541"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1018], ["a_decimal", 0.704968642117583], ["a_string", "Ex sit magnam eaque ipsum veniam."], ["a_unique_value", 8], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 15:41:27.774385"], ["updated_at", "2020-11-24 15:41:27.774385"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1005], ["a_decimal", 14.2188758126805], ["a_string", "Est voluptas excepturi iusto dolor."], ["a_unique_value", 10], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 15:41:27.777180"], ["updated_at", "2020-11-24 15:41:27.777180"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 1.51201899806908], ["a_string", "Et quia magnam facere qui."], ["a_unique_value", 9], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 15:41:27.779790"], ["updated_at", "2020-11-24 15:41:27.779790"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1018], ["a_decimal", 18.2110159693706], ["a_string", "Iste sunt consequatur beatae."], ["a_unique_value", 1], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 15:41:27.782351"], ["updated_at", "2020-11-24 15:41:27.782351"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1017], ["a_decimal", 3.23642154730329], ["a_string", "Molestias error voluptas ut esse."], ["a_unique_value", 6], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 15:41:27.784882"], ["updated_at", "2020-11-24 15:41:27.784882"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1013], ["a_decimal", 0.47429480904453], ["a_string", "Ut eos quia."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 15:41:27.787310"], ["updated_at", "2020-11-24 15:41:27.787310"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1023], ["a_decimal", 0.823142567450224], ["a_string", "Molestias beatae dolore."], ["a_unique_value", 5], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["created_at", "2020-11-24 15:41:27.789654"], ["updated_at", "2020-11-24 15:41:27.789654"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1035], ["a_decimal", 1.43577154260807], ["a_string", "Rerum doloremque voluptatem esse et nostrum."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["created_at", "2020-11-24 15:41:27.792126"], ["updated_at", "2020-11-24 15:41:27.792126"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.808709"], ["updated_at", "2020-11-24 15:41:27.808709"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.809532"], ["updated_at", "2020-11-24 15:41:27.809532"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.810182"], ["updated_at", "2020-11-24 15:41:27.810182"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.810807"], ["updated_at", "2020-11-24 15:41:27.810807"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.811423"], ["updated_at", "2020-11-24 15:41:27.811423"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.812055"], ["updated_at", "2020-11-24 15:41:27.812055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.812705"], ["updated_at", "2020-11-24 15:41:27.812705"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:27.813348"], ["updated_at", "2020-11-24 15:41:27.813348"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:41:27.814036"], ["updated_at", "2020-11-24 15:41:27.814036"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:41:27.814723"], ["updated_at", "2020-11-24 15:41:27.814723"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:41:27.815380"], ["updated_at", "2020-11-24 15:41:27.815380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:41:27.816066"], ["updated_at", "2020-11-24 15:41:27.816066"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:41:27.816728"], ["updated_at", "2020-11-24 15:41:27.816728"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:41:27.817393"], ["updated_at", "2020-11-24 15:41:27.817393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:41:27.818030"], ["updated_at", "2020-11-24 15:41:27.818030"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:41:27.818677"], ["updated_at", "2020-11-24 15:41:27.818677"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 15:41:27.819939"], ["updated_at", "2020-11-24 15:41:27.819939"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 15:41:27.821184"], ["updated_at", "2020-11-24 15:41:27.821184"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 15:41:27.822324"], ["updated_at", "2020-11-24 15:41:27.822324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 15:41:27.823535"], ["updated_at", "2020-11-24 15:41:27.823535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 15:41:27.824702"], ["updated_at", "2020-11-24 15:41:27.824702"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 15:41:27.825849"], ["updated_at", "2020-11-24 15:41:27.825849"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 15:41:27.827033"], ["updated_at", "2020-11-24 15:41:27.827033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 15:41:27.828220"], ["updated_at", "2020-11-24 15:41:27.828220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 3], ["created_at", "2020-11-24 15:41:27.829868"], ["updated_at", "2020-11-24 15:41:27.829868"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-24 15:41:27.831477"], ["updated_at", "2020-11-24 15:41:27.831477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 8], ["created_at", "2020-11-24 15:41:27.833030"], ["updated_at", "2020-11-24 15:41:27.833030"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-24 15:41:27.834553"], ["updated_at", "2020-11-24 15:41:27.834553"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 15:41:27.836077"], ["updated_at", "2020-11-24 15:41:27.836077"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 6], ["created_at", "2020-11-24 15:41:27.837602"], ["updated_at", "2020-11-24 15:41:27.837602"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 7], ["created_at", "2020-11-24 15:41:27.839133"], ["updated_at", "2020-11-24 15:41:27.839133"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 8], ["created_at", "2020-11-24 15:41:27.840668"], ["updated_at", "2020-11-24 15:41:27.840668"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.0ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.5ms) DELETE FROM "foxtrots";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.5ms) DELETE FROM "kilos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.5ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 837 866 Bins Forge, Augustaton, MI 91034-1139"], ["city", "West Porschemouth"], ["country", "Liechtenstein"], ["description", "Aperiam explicabo libero. Aut expedita officia. Nemo laborum sint. Dolore error commodi."], ["email", "divina.krajcik@example.biz"], ["first_name", "Doug"], ["firstname", "Mauro"], ["last_name", "Rolfson"], ["lastname", "Wintheiser"], ["lat", "-9.574214718760203"], ["latitute", "5.921498599480557"], ["lng", "-123.94674947865335"], ["locale", "CK"], ["longitude", "64.88822580531621"], ["middlename", "Wiza"], ["middle_name", "Yost"], ["password", "J9zWqVnIs"], ["phone", "1-327-194-6522"], ["phone_number", "933.376.8150"], ["reference", "80099580-634c-48ec-833e-b87c260e7c71"], ["title", "Perspiciatis aut quisquam ut."], ["user_name", "kyle"], ["username", "lee.barrows"], ["uuid", "52b22112-ed1e-4c25-a2e7-24556b484f86"], ["created_at", "2020-11-24 15:41:51.724612"], ["updated_at", "2020-11-24 15:41:51.724612"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "23314 Edwin Trace, New Tiffani, ND 84251"], ["city", "New Silasberg"], ["country", "Belize"], ["description", "Debitis at sed. Explicabo et sit. Ipsum rem aliquid. Veritatis sunt praesentium."], ["email", "kandice_predovic@example.biz"], ["first_name", "Donte"], ["firstname", "Josue"], ["last_name", "Bahringer"], ["lastname", "Towne"], ["lat", "7.13765548205491"], ["latitute", "-48.016015888214255"], ["lng", "62.692836348444416"], ["locale", "MK"], ["longitude", "110.0575717224736"], ["middlename", "Hauck"], ["middle_name", "Simonis"], ["password", "RqZk50Uz93R"], ["phone", "(104) 222-6943 x77607"], ["phone_number", "(224) 242-5348 x08607"], ["reference", "690b8c83-9f81-4607-b8ff-13d18e451493"], ["title", "Ut dolor dolor."], ["user_name", "eric"], ["username", "enedina_keeling"], ["uuid", "fe83a230-1732-4c4b-8d42-dfa46065c705"], ["created_at", "2020-11-24 15:41:51.763662"], ["updated_at", "2020-11-24 15:41:51.763662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 129 1692 Clifford Loop, East Ines, AK 33392"], ["city", "Monahantown"], ["country", "French Polynesia"], ["description", "Tenetur amet nam. Eius veritatis rerum. Pariatur quia dolor."], ["email", "samual_boyer@example.name"], ["first_name", "Everette"], ["firstname", "Nathanial"], ["last_name", "Ziemann"], ["lastname", "Roberts"], ["lat", "75.58515433285942"], ["latitute", "-66.85111712234064"], ["lng", "140.8793319699427"], ["locale", "ME"], ["longitude", "-68.19613365488297"], ["middlename", "Zboncak"], ["middle_name", "Volkman"], ["password", "JmGkNvPa4Sk"], ["phone", "565.472.7157 x794"], ["phone_number", "(330) 704-7593"], ["reference", "21620dde-0865-4e4c-852a-e05e9417b3b4"], ["title", "Consequatur iusto sequi neque."], ["user_name", "young"], ["username", "felipe_hessel"], ["uuid", "a2c627e9-581d-4f30-8040-db05b800e23f"], ["created_at", "2020-11-24 15:41:51.786913"], ["updated_at", "2020-11-24 15:41:51.786913"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "52877 Schmidt Flats, Ericstad, WI 30700-3813"], ["city", "South Cecille"], ["country", "Martinique"], ["description", "Suscipit corrupti fugiat. Labore ut culpa. Distinctio dolorum molestias."], ["email", "chase.runolfsdottir@example.org"], ["first_name", "Fermin"], ["firstname", "Kamala"], ["last_name", "Konopelski"], ["lastname", "Gorczany"], ["lat", "63.7113734494838"], ["latitute", "46.325892328798204"], ["lng", "2.359196269275259"], ["locale", "SK"], ["longitude", "-167.68074769660404"], ["middlename", "Hammes"], ["middle_name", "Smith"], ["password", "D0pElU7t4OqM8yY"], ["phone", "662.527.0569 x5266"], ["phone_number", "(314) 905-6360 x68816"], ["reference", "c54cdeb2-55a3-4875-9dcc-eb454c9c1782"], ["title", "Rerum facilis hic nulla sint."], ["user_name", "leigha"], ["username", "dee"], ["uuid", "0c979ccc-f901-4ca0-a981-6457274d27ca"], ["created_at", "2020-11-24 15:41:51.808948"], ["updated_at", "2020-11-24 15:41:51.808948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "964 Melvina Passage, Altenwerthberg, MS 30146"], ["city", "Teenaside"], ["country", "Georgia"], ["description", "Laudantium ut facilis. Nemo enim velit."], ["email", "rosia.okuneva@example.biz"], ["first_name", "Herb"], ["firstname", "Farah"], ["last_name", "Nader"], ["lastname", "Howe"], ["lat", "60.50628275028129"], ["latitute", "-89.96435567004907"], ["lng", "-79.9117681805947"], ["locale", "MS"], ["longitude", "-157.9145759554032"], ["middlename", "Ondricka"], ["middle_name", "Bode"], ["password", "PfJyL4iAzTr4Px2R"], ["phone", "937.587.4078 x134"], ["phone_number", "516-046-7215 x27852"], ["reference", "199a5266-30fd-4f18-a799-4a760ce1c3dd"], ["title", "Quos ut quo voluptatem."], ["user_name", "henry_corwin"], ["username", "napoleon_dietrich"], ["uuid", "65393617-6e97-44c5-9c02-f83e5402c0a6"], ["created_at", "2020-11-24 15:41:51.830793"], ["updated_at", "2020-11-24 15:41:51.830793"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 703 55385 Brady Pass, Toddborough, VT 72722"], ["city", "Schowalterchester"], ["country", "Mongolia"], ["description", "Laudantium error sit. Enim atque doloremque. Aut maxime porro."], ["email", "lavonna@example.co"], ["first_name", "Penelope"], ["firstname", "Stevie"], ["last_name", "Leannon"], ["lastname", "Tillman"], ["lat", "23.263174863516568"], ["latitute", "-42.80206835223444"], ["lng", "-156.57841466600973"], ["locale", "MM"], ["longitude", "-92.44258998194711"], ["middlename", "Douglas"], ["middle_name", "Mills"], ["password", "66JrV8p0Bk"], ["phone", "942.199.7874 x8481"], ["phone_number", "550.957.6232 x49051"], ["reference", "5bb0b087-ad25-4cb6-8d9b-95a795b848a6"], ["title", "Voluptatum animi quia rerum."], ["user_name", "fausto"], ["username", "pam"], ["uuid", "093ee133-b732-4c33-8ffe-979026623dfc"], ["created_at", "2020-11-24 15:41:51.852680"], ["updated_at", "2020-11-24 15:41:51.852680"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 311 5965 Haag Keys, West Isaiah, NY 90076-9341"], ["city", "Jeremiahton"], ["country", "Ecuador"], ["description", "Ea suscipit officiis. Cum accusamus quos. Culpa illum cumque. Dicta qui veritatis."], ["email", "phyllis@example.info"], ["first_name", "Winfred"], ["firstname", "Tonita"], ["last_name", "Reilly"], ["lastname", "Volkman"], ["lat", "-30.795387877226624"], ["latitute", "33.759239421429356"], ["lng", "-112.7856162504902"], ["locale", "GI"], ["longitude", "-174.79199314195415"], ["middlename", "Nolan"], ["middle_name", "Hartmann"], ["password", "NzTcGhCjN3dV"], ["phone", "897.184.2403 x689"], ["phone_number", "1-441-220-5936 x9575"], ["reference", "d78c6ed5-847f-4542-bcbd-95b5ff760e4c"], ["title", "Cumque sit qui fuga est."], ["user_name", "davina"], ["username", "eartha"], ["uuid", "a9440c61-c1b0-4226-b6f0-8b25b01b12d8"], ["created_at", "2020-11-24 15:41:51.874671"], ["updated_at", "2020-11-24 15:41:51.874671"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4950 Ronald Manors, South Bibiland, LA 07376-0511"], ["city", "North Fredric"], ["country", "Saint Martin"], ["description", "Beatae facilis quis. Et ratione sunt. Quia omnis sint. Quam quia aut. Esse dolorem quo."], ["email", "long@example.org"], ["first_name", "Vivien"], ["firstname", "Jeremiah"], ["last_name", "Bergnaum"], ["lastname", "Bernier"], ["lat", "89.40062605260482"], ["latitute", "13.676502653656428"], ["lng", "7.966620942478386"], ["locale", "QA"], ["longitude", "146.30854618886974"], ["middlename", "Johns"], ["middle_name", "Trantow"], ["password", "SlK1jNoF"], ["phone", "(100) 787-4087 x6081"], ["phone_number", "(132) 276-1592 x872"], ["reference", "b7fc5ba8-8c86-42de-a073-0764c811a5bf"], ["title", "Ut et itaque."], ["user_name", "vanesa"], ["username", "verona_tromp"], ["uuid", "a59a5414-fc86-4902-8110-71a26134231e"], ["created_at", "2020-11-24 15:41:51.906640"], ["updated_at", "2020-11-24 15:41:51.906640"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 700 27668 Jacobi Valley, Gibsonbury, NE 45656-2324"], ["city", "West Leonardland"], ["country", "Bouvet Island (Bouvetoya)"], ["description", "Labore cupiditate quis. Quia laborum harum. Eius vitae est. Quis perspiciatis quidem. Laudantium reprehenderit consequuntur."], ["email", "jaime@example.com"], ["first_name", "Yuk"], ["firstname", "Vanessa"], ["last_name", "Gibson"], ["lastname", "Shanahan"], ["lat", "18.25309444180533"], ["latitute", "86.1559826679892"], ["lng", "20.643331042426325"], ["locale", "NO"], ["longitude", "-141.63559292163723"], ["middlename", "Kertzmann"], ["middle_name", "Reynolds"], ["password", "ZrF21wS1nXlN31"], ["phone", "(648) 360-4746"], ["phone_number", "408.079.2812 x410"], ["reference", "7a0c1531-30d8-4d35-a4a4-3a135afff979"], ["title", "Ea corrupti aspernatur illo."], ["user_name", "mikel"], ["username", "tiana.dietrich"], ["uuid", "18c457a6-f27d-46f5-b672-5ca9dd6494f5"], ["created_at", "2020-11-24 15:41:51.932875"], ["updated_at", "2020-11-24 15:41:51.932875"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3850 Coleman Plaza, Boscoburgh, NE 05752-3689"], ["city", "Abrahamberg"], ["country", "Sierra Leone"], ["description", "Ipsam dolor ex. Aut voluptatem et. Perspiciatis eaque optio. Ut aliquid hic. Est unde incidunt."], ["email", "truman@example.co"], ["first_name", "Mozell"], ["firstname", "Napoleon"], ["last_name", "Harvey"], ["lastname", "Reinger"], ["lat", "61.77801392977764"], ["latitute", "-78.40947433082152"], ["lng", "146.734034143278"], ["locale", "HR"], ["longitude", "89.22482147709178"], ["middlename", "Turcotte"], ["middle_name", "Green"], ["password", "7VjRwCrSdJiZ6u"], ["phone", "535.490.2814 x3482"], ["phone_number", "(598) 461-9311 x5157"], ["reference", "3a8720f5-97a4-4b0f-b259-7b36f37f98c7"], ["title", "Nemo necessitatibus molestiae assumenda officiis."], ["user_name", "eddie"], ["username", "alfonso.hackett"], ["uuid", "6231d601-f96e-423d-8591-00c00f6825b4"], ["created_at", "2020-11-24 15:41:51.956001"], ["updated_at", "2020-11-24 15:41:51.956001"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:51.979887"], ["updated_at", "2020-11-24 15:41:51.979887"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:51.986761"], ["updated_at", "2020-11-24 15:41:51.986761"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9095 Lind Streets, Marlonside, TN 76290-3437"], ["city", "Gibsonmouth"], ["country", "New Caledonia"], ["description", "Delectus praesentium alias. Enim vel et. Perferendis quaerat aspernatur. Impedit atque voluptatem. Quia voluptas molestias."], ["email", "shannon@example.io"], ["first_name", "Jeromy"], ["firstname", "Wally"], ["last_name", "Huel"], ["lastname", "Langosh"], ["lat", "3.073192813841885"], ["latitute", "-62.5462610053914"], ["lng", "-98.63277449834537"], ["locale", "KZ"], ["longitude", "-92.83129347006013"], ["middlename", "Gutmann"], ["middle_name", "Friesen"], ["password", "KeZuRq1PyU3w9DkY"], ["phone", "381.710.7008 x4617"], ["phone_number", "577.888.5990 x209"], ["reference", "7b6570e4-e2eb-4a73-98e6-fd6d8c383878"], ["title", "Rerum voluptatem deserunt et aut quo."], ["user_name", "teddy_erdman"], ["username", "santos"], ["uuid", "1fdffab0-1228-4c2c-a7d5-4da1f4fd92e5"], ["created_at", "2020-11-24 15:41:52.010924"], ["updated_at", "2020-11-24 15:41:52.010924"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 6], ["a_decimal", 8.43694559868183], ["a_string", "Omnis fugit quidem a aut."], ["a_date", "2020-11-01"], ["a_time", "2000-01-01 04:49:29.999913"], ["a_datetime", "2020-12-17 09:52:27.913915"], ["created_at", "2020-11-24 15:41:52.019682"], ["updated_at", "2020-11-24 15:41:52.019682"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 15:41:52.024144"], ["updated_at", "2020-11-24 15:41:52.024144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 15:41:52.028242"], ["updated_at", "2020-11-24 15:41:52.028242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:52.033547"], ["updated_at", "2020-11-24 15:41:52.033547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:52.034453"], ["updated_at", "2020-11-24 15:41:52.034453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:52.035109"], ["updated_at", "2020-11-24 15:41:52.035109"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:52.035724"], ["updated_at", "2020-11-24 15:41:52.035724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:52.036577"], ["updated_at", "2020-11-24 15:41:52.036577"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:52.037580"], ["updated_at", "2020-11-24 15:41:52.037580"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:52.038504"], ["updated_at", "2020-11-24 15:41:52.038504"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:52.039449"], ["updated_at", "2020-11-24 15:41:52.039449"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:52.041527"], ["updated_at", "2020-11-24 15:41:52.041527"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:52.043517"], ["updated_at", "2020-11-24 15:41:52.043517"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:52.045947"], ["updated_at", "2020-11-24 15:41:52.045947"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:52.047922"], ["updated_at", "2020-11-24 15:41:52.047922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:52.049358"], ["updated_at", "2020-11-24 15:41:52.049358"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:52.050601"], ["updated_at", "2020-11-24 15:41:52.050601"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:52.051881"], ["updated_at", "2020-11-24 15:41:52.051881"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:52.053187"], ["updated_at", "2020-11-24 15:41:52.053187"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 699 503 Charmaine Dale, Turnerton, WY 12524"], ["city", "Elianachester"], ["country", "El Salvador"], ["description", "Quo reiciendis quas. Voluptas ut exercitationem."], ["email", "major_jacobi@example.org"], ["first_name", "Long"], ["firstname", "Ezra"], ["last_name", "Volkman"], ["lastname", "Rolfson"], ["lat", "-36.10711180708494"], ["latitute", "-76.79564807404488"], ["lng", "-96.61819427930955"], ["locale", "AQ"], ["longitude", "-59.691313087361195"], ["middlename", "Wintheiser"], ["middle_name", "Monahan"], ["password", "UeFdJ2f3E9e"], ["phone", "1-206-164-8908"], ["phone_number", "1-322-103-8965 x39661"], ["reference", "d96b812e-8032-47a2-95c1-9114a92c25d3"], ["title", "Sit sed ut error in impedit."], ["user_name", "grisel_kohler"], ["username", "stefania.skiles"], ["uuid", "a5877cd0-b703-418d-a862-bdec1673f9a4"], ["created_at", "2020-11-24 15:41:52.074675"], ["updated_at", "2020-11-24 15:41:52.074675"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "352 Heller Circles, South Ashley, WI 25437-3983"], ["city", "Toyton"], ["country", "Andorra"], ["description", "Omnis et et. Deleniti quaerat voluptate. At alias iste."], ["email", "harlan_lindgren@example.biz"], ["first_name", "Shaun"], ["firstname", "Antony"], ["last_name", "Metz"], ["lastname", "Turner"], ["lat", "42.31276317798881"], ["latitute", "-56.85467536821975"], ["lng", "-111.83977298855311"], ["locale", "AQ"], ["longitude", "-91.30611907293647"], ["middlename", "Metz"], ["middle_name", "Dooley"], ["password", "TwM4b1RhF2u3ChR"], ["phone", "727-730-5053 x041"], ["phone_number", "770-345-2315 x70726"], ["reference", "79166a5a-dcbd-42c0-91b5-bf737e379d46"], ["title", "Debitis rerum esse quo consequatur."], ["user_name", "madalyn.turcotte"], ["username", "roselle"], ["uuid", "22e77848-f8db-43c7-bd27-998c4c7110f0"], ["created_at", "2020-11-24 15:41:52.107664"], ["updated_at", "2020-11-24 15:41:52.107664"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 732 593 Colton Ways, Nolanhaven, MN 21066"], ["city", "Dickinsonshire"], ["country", "Kuwait"], ["description", "Et expedita et. Ea qui et."], ["email", "lannie_sanford@example.com"], ["first_name", "Kira"], ["firstname", "Janae"], ["last_name", "Denesik"], ["lastname", "Marvin"], ["lat", "-88.52027572015406"], ["latitute", "-69.27508259671025"], ["lng", "92.82719306911497"], ["locale", "GS"], ["longitude", "34.34868534373999"], ["middlename", "Jacobson"], ["middle_name", "Effertz"], ["password", "RoQ0pX3v"], ["phone", "154-719-1391"], ["phone_number", "633-757-3078 x51821"], ["reference", "bf5f927a-f138-420a-ac7e-c5c22da26663"], ["title", "Ea iure velit voluptates voluptatem porro."], ["user_name", "laverne_veum"], ["username", "fredda_dickens"], ["uuid", "9d5ab837-5bf3-46e0-8825-ac4b8cac9737"], ["created_at", "2020-11-24 15:41:52.132879"], ["updated_at", "2020-11-24 15:41:52.132879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 403 57957 Kaci Cape, East Summer, ND 79850"], ["city", "Carrollbury"], ["country", "Belize"], ["description", "Qui non ullam. Saepe cum quo."], ["email", "sheena.stracke@example.info"], ["first_name", "Salina"], ["firstname", "Mervin"], ["last_name", "Leuschke"], ["lastname", "Wolff"], ["lat", "-44.484653917190855"], ["latitute", "-75.42259184493378"], ["lng", "149.1238917680605"], ["locale", "IS"], ["longitude", "58.292901460363794"], ["middlename", "Zulauf"], ["middle_name", "Murphy"], ["password", "WxDmBcPh"], ["phone", "1-665-547-0091"], ["phone_number", "(983) 217-1310 x537"], ["reference", "a4f72ae2-5bee-455f-aac7-64aa289dc22d"], ["title", "Eaque exercitationem nulla consectetur iure."], ["user_name", "wendell.altenwerth"], ["username", "rosalinda_kuvalis"], ["uuid", "a853ce6c-2be4-4201-9ebc-a46d76626041"], ["created_at", "2020-11-24 15:41:52.154925"], ["updated_at", "2020-11-24 15:41:52.154925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 540 9237 Fritsch Islands, Kelvinhaven, FL 43201"], ["city", "Port Callie"], ["country", "Spain"], ["description", "Explicabo minus veritatis. Tempora voluptate magni. Excepturi in est. Qui aut fuga."], ["email", "bruno@example.info"], ["first_name", "Kym"], ["firstname", "Lindsey"], ["last_name", "Stehr"], ["lastname", "O'Connell"], ["lat", "-86.8745874290082"], ["latitute", "-62.18170702444198"], ["lng", "-25.94830190035313"], ["locale", "DE"], ["longitude", "155.74714190192424"], ["middlename", "Romaguera"], ["middle_name", "Boyle"], ["password", "TtLxV0bGpKpX"], ["phone", "(456) 473-6074 x79055"], ["phone_number", "(773) 450-2280 x3757"], ["reference", "21acc3e7-c60f-4382-833e-90a0469e4367"], ["title", "Veritatis non aliquid explicabo eveniet rem."], ["user_name", "lorenza"], ["username", "gertrude.kassulke"], ["uuid", "3adfd0d6-c6df-4fcb-b911-7f90ec87447a"], ["created_at", "2020-11-24 15:41:52.176903"], ["updated_at", "2020-11-24 15:41:52.176903"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "486 Abram Highway, West Karolyn, MI 72312-0411"], ["city", "Gloverfort"], ["country", "Saint Helena"], ["description", "Totam ex qui. Consectetur odio ex."], ["email", "andreas@example.io"], ["first_name", "Afton"], ["firstname", "Gene"], ["last_name", "Schuster"], ["lastname", "Wolff"], ["lat", "46.95494456530716"], ["latitute", "11.730864460532061"], ["lng", "17.506641235938332"], ["locale", "TR"], ["longitude", "161.35548282696635"], ["middlename", "Lockman"], ["middle_name", "Ratke"], ["password", "V87jA1k0Md9"], ["phone", "1-438-843-1167"], ["phone_number", "(911) 126-1951 x82903"], ["reference", "57342d79-2ff6-4e77-b4be-e96d0bf7c426"], ["title", "Autem neque quis fugiat magnam."], ["user_name", "erwin_hyatt"], ["username", "nohemi"], ["uuid", "efc6bd81-ef51-4e77-bfc5-302f8a46838b"], ["created_at", "2020-11-24 15:41:52.198643"], ["updated_at", "2020-11-24 15:41:52.198643"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "91554 McGlynn Brooks, East Ellachester, OR 60169"], ["city", "Cummingsborough"], ["country", "Malawi"], ["description", "Labore vitae quaerat. Sed voluptas quasi."], ["email", "broderick_will@example.io"], ["first_name", "Clarence"], ["firstname", "Juli"], ["last_name", "Halvorson"], ["lastname", "Rice"], ["lat", "70.26208364770372"], ["latitute", "-84.52096074781761"], ["lng", "-90.45681066788258"], ["locale", "BL"], ["longitude", "-96.95984258511783"], ["middlename", "Dietrich"], ["middle_name", "Runolfsdottir"], ["password", "0LzEhAgT"], ["phone", "1-330-839-3558 x362"], ["phone_number", "1-645-239-3695 x5423"], ["reference", "1d4a3b70-9208-458f-9575-3993ce41056c"], ["title", "Delectus sequi quisquam unde quia."], ["user_name", "darcy_hamill"], ["username", "tanika.parisian"], ["uuid", "fd3d7546-65ce-403e-a3c0-b789fe622fa5"], ["created_at", "2020-11-24 15:41:52.220264"], ["updated_at", "2020-11-24 15:41:52.220264"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 974 342 Delbert Mills, Cassinborough, MI 32222-7180"], ["city", "Lake Sharilynshire"], ["country", "French Guiana"], ["description", "Cupiditate quia consequatur. Hic veniam eius. Dolorem et qui."], ["email", "chong@example.name"], ["first_name", "Ted"], ["firstname", "Josephine"], ["last_name", "Boyer"], ["lastname", "Price"], ["lat", "-42.65994431934901"], ["latitute", "-47.21558309943904"], ["lng", "-64.60178968085339"], ["locale", "WF"], ["longitude", "36.192341246192086"], ["middlename", "Wehner"], ["middle_name", "Crona"], ["password", "Q4cXo0B1"], ["phone", "522.685.2573 x11071"], ["phone_number", "1-958-355-2777"], ["reference", "4e807cf1-73f6-4d31-b2a4-666187936810"], ["title", "Eaque unde non necessitatibus qui dolorem."], ["user_name", "marya"], ["username", "brunilda"], ["uuid", "28ffce6a-1810-4096-8220-2b0fb41b1944"], ["created_at", "2020-11-24 15:41:52.242006"], ["updated_at", "2020-11-24 15:41:52.242006"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 31], ["a_decimal", 5.55275313016806], ["a_string", "Quia dolor mollitia provident voluptatum."], ["a_date", "2021-01-04"], ["a_time", "2000-01-01 04:55:12.194848"], ["a_datetime", "2021-01-04 12:22:31.458523"], ["created_at", "2020-11-24 15:41:52.244707"], ["updated_at", "2020-11-24 15:41:52.244707"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 31], ["a_decimal", 4.06689575012863], ["a_string", "Velit soluta neque eum."], ["a_date", "2020-11-26"], ["a_time", "2000-01-01 06:27:00.399312"], ["a_datetime", "2020-10-16 04:48:43.882857"], ["created_at", "2020-11-24 15:41:52.246973"], ["updated_at", "2020-11-24 15:41:52.246973"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 7], ["a_decimal", 6.32947007095561], ["a_string", "Culpa itaque maxime natus debitis."], ["a_date", "2020-12-16"], ["a_time", "2000-01-01 01:49:53.199958"], ["a_datetime", "2020-10-26 03:00:16.413123"], ["created_at", "2020-11-24 15:41:52.249146"], ["updated_at", "2020-11-24 15:41:52.249146"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 15], ["a_decimal", 12.5565067413442], ["a_string", "Odit dolor eveniet ut eligendi."], ["a_date", "2020-11-02"], ["a_time", "2000-01-01 13:32:54.121169"], ["a_datetime", "2020-10-21 16:35:23.357034"], ["created_at", "2020-11-24 15:41:52.251277"], ["updated_at", "2020-11-24 15:41:52.251277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 0], ["a_decimal", 36.0071417025192], ["a_string", "Iure quia ut mollitia."], ["a_date", "2020-11-11"], ["a_time", "2000-01-01 04:18:16.258198"], ["a_datetime", "2020-11-15 23:09:42.674223"], ["created_at", "2020-11-24 15:41:52.253504"], ["updated_at", "2020-11-24 15:41:52.253504"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 3], ["a_decimal", 1.83392795300963], ["a_string", "Deleniti id expedita."], ["a_date", "2020-11-10"], ["a_time", "2000-01-01 00:32:29.776110"], ["a_datetime", "2020-12-04 18:08:41.762699"], ["created_at", "2020-11-24 15:41:52.264501"], ["updated_at", "2020-11-24 15:41:52.264501"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 7], ["a_decimal", 1.00568149348016], ["a_string", "Ducimus fugiat aspernatur magni nesciunt."], ["a_date", "2020-11-12"], ["a_time", "2000-01-01 08:04:26.313784"], ["a_datetime", "2020-12-22 12:05:01.592174"], ["created_at", "2020-11-24 15:41:52.267795"], ["updated_at", "2020-11-24 15:41:52.267795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 8], ["a_decimal", 8.86011963053488], ["a_string", "Magni veniam qui nulla qui."], ["a_date", "2020-12-02"], ["a_time", "2000-01-01 12:00:25.590101"], ["a_datetime", "2020-10-31 02:25:30.373279"], ["created_at", "2020-11-24 15:41:52.270648"], ["updated_at", "2020-11-24 15:41:52.270648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 15:41:52.272650"], ["updated_at", "2020-11-24 15:41:52.272650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 15:41:52.274105"], ["updated_at", "2020-11-24 15:41:52.274105"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 15:41:52.275473"], ["updated_at", "2020-11-24 15:41:52.275473"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 15:41:52.276870"], ["updated_at", "2020-11-24 15:41:52.276870"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 15:41:52.278177"], ["updated_at", "2020-11-24 15:41:52.278177"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 15:41:52.279494"], ["updated_at", "2020-11-24 15:41:52.279494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 15:41:52.280798"], ["updated_at", "2020-11-24 15:41:52.280798"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 15:41:52.282055"], ["updated_at", "2020-11-24 15:41:52.282055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 15:41:52.283424"], ["updated_at", "2020-11-24 15:41:52.283424"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 15:41:52.284728"], ["updated_at", "2020-11-24 15:41:52.284728"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 15:41:52.286024"], ["updated_at", "2020-11-24 15:41:52.286024"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 15:41:52.287346"], ["updated_at", "2020-11-24 15:41:52.287346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 15:41:52.288730"], ["updated_at", "2020-11-24 15:41:52.288730"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 15:41:52.290030"], ["updated_at", "2020-11-24 15:41:52.290030"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 15:41:52.291298"], ["updated_at", "2020-11-24 15:41:52.291298"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 15:41:52.292516"], ["updated_at", "2020-11-24 15:41:52.292516"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 4], ["a_decimal", 3.56543403754813], ["a_string", "Soluta similique veniam voluptatem."], ["a_date", "2020-11-01"], ["a_time", "2000-01-01 13:06:12.994715"], ["a_datetime", "2020-10-21 15:02:00.041817"], ["created_at", "2020-11-24 15:41:52.325071"], ["updated_at", "2020-11-24 15:41:52.325071"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 2], ["a_decimal", 0.971735915575046], ["a_string", "Id et et magni qui amet."], ["a_date", "2020-11-05"], ["a_time", "2000-01-01 14:33:26.602745"], ["a_datetime", "2020-10-23 01:25:00.482398"], ["created_at", "2020-11-24 15:41:52.329067"], ["updated_at", "2020-11-24 15:41:52.329067"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 11], ["a_decimal", 0.133711038204396], ["a_string", "Vitae magni et perspiciatis error."], ["a_date", "2020-12-20"], ["a_time", "2000-01-01 15:39:23.477306"], ["a_datetime", "2020-10-13 20:26:47.323288"], ["created_at", "2020-11-24 15:41:52.332096"], ["updated_at", "2020-11-24 15:41:52.332096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 17], ["a_decimal", 15.7475997069532], ["a_string", "Culpa quod fugit iure dolorum ea."], ["a_date", "2020-11-09"], ["a_time", "2000-01-01 23:40:26.769892"], ["a_datetime", "2020-11-17 11:11:22.929797"], ["created_at", "2020-11-24 15:41:52.336478"], ["updated_at", "2020-11-24 15:41:52.336478"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 1], ["a_decimal", 2.82512615822447], ["a_string", "Libero odit optio aut."], ["a_date", "2020-11-09"], ["a_time", "2000-01-01 23:11:39.941344"], ["a_datetime", "2020-12-11 15:30:50.403865"], ["created_at", "2020-11-24 15:41:52.339644"], ["updated_at", "2020-11-24 15:41:52.339644"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 4], ["a_decimal", 14.4999187171042], ["a_string", "Quis expedita sed soluta amet."], ["a_date", "2020-11-14"], ["a_time", "2000-01-01 01:05:01.171476"], ["a_datetime", "2020-10-22 16:31:11.430587"], ["created_at", "2020-11-24 15:41:52.342624"], ["updated_at", "2020-11-24 15:41:52.342624"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:52.346206"], ["updated_at", "2020-11-24 15:41:52.346206"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:52.383152"], ["updated_at", "2020-11-24 15:41:52.383152"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:52.384489"], ["updated_at", "2020-11-24 15:41:52.384489"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:52.385629"], ["updated_at", "2020-11-24 15:41:52.385629"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:52.386682"], ["updated_at", "2020-11-24 15:41:52.386682"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:52.387746"], ["updated_at", "2020-11-24 15:41:52.387746"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:52.388846"], ["updated_at", "2020-11-24 15:41:52.388846"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:52.389954"], ["updated_at", "2020-11-24 15:41:52.389954"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:52.391043"], ["updated_at", "2020-11-24 15:41:52.391043"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:52.393591"], ["updated_at", "2020-11-24 15:41:52.393591"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:52.396037"], ["updated_at", "2020-11-24 15:41:52.396037"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:52.398055"], ["updated_at", "2020-11-24 15:41:52.398055"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:52.399836"], ["updated_at", "2020-11-24 15:41:52.399836"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:52.401624"], ["updated_at", "2020-11-24 15:41:52.401624"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:52.403404"], ["updated_at", "2020-11-24 15:41:52.403404"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:52.405263"], ["updated_at", "2020-11-24 15:41:52.405263"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:41:52.407000"], ["updated_at", "2020-11-24 15:41:52.407000"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "272 Gregoria Shore, Watsicabury, NH 05872"], ["city", "East Armand"], ["country", "Cayman Islands"], ["description", "Ullam quae magnam. Voluptates rem quisquam. Cum libero velit."], ["email", "debbra@example.biz"], ["first_name", "Nick"], ["firstname", "Ahmed"], ["last_name", "Kohler"], ["lastname", "Abshire"], ["lat", "74.14833406004686"], ["latitute", "-24.341879746919545"], ["lng", "-10.419466940089194"], ["locale", "AI"], ["longitude", "42.81138709415853"], ["middlename", "Mills"], ["middle_name", "Rogahn"], ["password", "GgUkWjBwB07rD3b"], ["phone", "(547) 585-0835 x1501"], ["phone_number", "182.964.5490"], ["reference", "c931a65e-920a-47cb-84e9-1989b3780e5b"], ["title", "Ipsa impedit praesentium."], ["user_name", "alejandra.adams"], ["username", "romeo"], ["uuid", "ec6a2c60-9001-4bfd-8d84-286bbcc577bd"], ["created_at", "2020-11-24 15:41:52.429706"], ["updated_at", "2020-11-24 15:41:52.429706"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "6696 Erwin Avenue, Corymouth, ND 25629"], ["city", "Lindgrenfort"], ["country", "Botswana"], ["description", "Aut assumenda beatae. Unde ex modi."], ["email", "jestine.gutmann@example.io"], ["first_name", "Mohamed"], ["firstname", "Isaiah"], ["last_name", "Bruen"], ["lastname", "Hintz"], ["lat", "-54.92438945950397"], ["latitute", "-30.784188219357652"], ["lng", "127.2197816670041"], ["locale", "KR"], ["longitude", "-63.218839615823185"], ["middlename", "Zulauf"], ["middle_name", "Lebsack"], ["password", "FxXjUlPj8Vm00P2"], ["phone", "367-527-0154"], ["phone_number", "(488) 406-5302"], ["reference", "aacd59e5-66de-4dc4-b8a3-a5d693a613e0"], ["title", "Sunt omnis esse."], ["user_name", "carlotta"], ["username", "tonda_nienow"], ["uuid", "dedce701-23db-4225-a3bb-fa39ff8aac06"], ["created_at", "2020-11-24 15:41:52.451686"], ["updated_at", "2020-11-24 15:41:52.451686"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 442 876 Legros Mews, Vickiland, MA 89018"], ["city", "North Robynchester"], ["country", "Belgium"], ["description", "Quis eaque vel. Veniam totam numquam. Libero vero asperiores. Praesentium ipsam culpa."], ["email", "leandro@example.name"], ["first_name", "Sean"], ["firstname", "Arletha"], ["last_name", "Russel"], ["lastname", "Doyle"], ["lat", "50.663103532844076"], ["latitute", "64.08860598936201"], ["lng", "78.46688968958233"], ["locale", "UY"], ["longitude", "-4.263993788860432"], ["middlename", "Hegmann"], ["middle_name", "Stroman"], ["password", "Cj5TvEbTaZ"], ["phone", "685.380.9714 x764"], ["phone_number", "1-269-260-8608 x8111"], ["reference", "0ad14a7c-a869-4124-a955-7b4ebb0f7b57"], ["title", "Quia in labore."], ["user_name", "gertie_cruickshank"], ["username", "avis_welch"], ["uuid", "2e54b983-74f5-4e2d-a85b-1183c7128efe"], ["created_at", "2020-11-24 15:41:52.473732"], ["updated_at", "2020-11-24 15:41:52.473732"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "71045 Swift Parkways, South Manieberg, NC 28357-9364"], ["city", "West Emilemouth"], ["country", "Mexico"], ["description", "Itaque ut rerum. Tempora sit illum. Ea earum odio. Consequatur voluptates optio."], ["email", "ismael@example.info"], ["first_name", "Shanita"], ["firstname", "Joanne"], ["last_name", "Mertz"], ["lastname", "Flatley"], ["lat", "17.994391648386852"], ["latitute", "-17.179021253667003"], ["lng", "-64.59534796535169"], ["locale", "SE"], ["longitude", "-33.26839414365227"], ["middlename", "Crona"], ["middle_name", "Russel"], ["password", "NhViS9nZdImAf"], ["phone", "(750) 324-9508 x370"], ["phone_number", "405.237.5318 x08166"], ["reference", "61b7b889-880a-47a2-9b49-b01863b63b41"], ["title", "Doloribus explicabo qui iusto qui."], ["user_name", "erich"], ["username", "shirley_hahn"], ["uuid", "6d8f630e-f36c-400f-ac2e-82f88588f212"], ["created_at", "2020-11-24 15:41:52.495777"], ["updated_at", "2020-11-24 15:41:52.495777"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 444 57659 Shayne Highway, Zemlaktown, VT 52969-7323"], ["city", "New Allenchester"], ["country", "United Arab Emirates"], ["description", "Quod accusantium in. Porro modi sunt. Laborum unde aliquam. Quia inventore nihil."], ["email", "nell@example.info"], ["first_name", "Benedict"], ["firstname", "Catalina"], ["last_name", "Ferry"], ["lastname", "Graham"], ["lat", "-22.788832053622954"], ["latitute", "25.882162525441984"], ["lng", "-56.27951690460955"], ["locale", "DK"], ["longitude", "-109.51305782419197"], ["middlename", "Keebler"], ["middle_name", "Predovic"], ["password", "0BxXh0Kf"], ["phone", "(798) 046-2471 x6707"], ["phone_number", "512.473.5146 x7760"], ["reference", "c37ef10e-8e39-4334-b864-71a9748cac54"], ["title", "Aut sunt repudiandae."], ["user_name", "latosha_okuneva"], ["username", "sheri"], ["uuid", "45d4b7f8-b833-4892-aefe-d27f99d370fa"], ["created_at", "2020-11-24 15:41:52.533246"], ["updated_at", "2020-11-24 15:41:52.533246"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 378 931 Schimmel Well, Port Tylertown, MS 53300-8032"], ["city", "Monahanfort"], ["country", "Guadeloupe"], ["description", "Cum animi quasi. Labore distinctio fugiat."], ["email", "alonso@example.info"], ["first_name", "Cristobal"], ["firstname", "Bok"], ["last_name", "Bogisich"], ["lastname", "Baumbach"], ["lat", "0.06891694284247762"], ["latitute", "-53.0997492987329"], ["lng", "-150.7080925703208"], ["locale", "SS"], ["longitude", "142.8148899809645"], ["middlename", "Murazik"], ["middle_name", "Daniel"], ["password", "LsIrXrXeP1fVnR"], ["phone", "747-786-3791 x250"], ["phone_number", "1-731-544-2930 x73745"], ["reference", "7bede278-ed22-49b7-9409-b10565a2584b"], ["title", "Placeat sint magnam."], ["user_name", "shavonne_hahn"], ["username", "cortez.willms"], ["uuid", "3f32cd41-3a5a-48fb-8687-f34a0e768969"], ["created_at", "2020-11-24 15:41:52.557261"], ["updated_at", "2020-11-24 15:41:52.557261"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "105 Dennis Tunnel, Stantonberg, WI 69571"], ["city", "West Asa"], ["country", "Iceland"], ["description", "Occaecati officiis deleniti. Quam ut beatae. In consequatur tempore."], ["email", "aline_bauch@example.biz"], ["first_name", "Perry"], ["firstname", "Ferdinand"], ["last_name", "Mayert"], ["lastname", "Block"], ["lat", "-61.11863659081938"], ["latitute", "-11.011269490438082"], ["lng", "-49.41659538208222"], ["locale", "PK"], ["longitude", "-86.0119961908772"], ["middlename", "Yost"], ["middle_name", "Schulist"], ["password", "Nc6UtL1sOx3BsX"], ["phone", "(149) 245-0001 x433"], ["phone_number", "1-421-774-7848 x25564"], ["reference", "6b0fa134-64fb-448c-8f22-81d1a577d158"], ["title", "Recusandae eaque quis voluptates."], ["user_name", "lance"], ["username", "johnny"], ["uuid", "9496d787-e13b-40e9-b994-c24293d5c33f"], ["created_at", "2020-11-24 15:41:52.579524"], ["updated_at", "2020-11-24 15:41:52.579524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 755 500 Raynor Shore, Hahnbury, ND 13482"], ["city", "Mosesberg"], ["country", "Anguilla"], ["description", "Et vel hic. Pariatur optio provident. Libero aliquam nesciunt. Non et dolorem."], ["email", "rodrigo@example.co"], ["first_name", "Raymond"], ["firstname", "Emil"], ["last_name", "Conroy"], ["lastname", "Yundt"], ["lat", "2.0153201128888725"], ["latitute", "-75.0398979954094"], ["lng", "163.19338651872465"], ["locale", "QA"], ["longitude", "-117.18898666060483"], ["middlename", "Thiel"], ["middle_name", "Cole"], ["password", "29ZyAoGu9MwVeQoV"], ["phone", "1-729-757-5762 x92175"], ["phone_number", "1-547-235-9484 x5137"], ["reference", "4b63cd24-fe2b-48c7-bcc0-5ec1daba2d25"], ["title", "At officiis sit reprehenderit quia voluptatem."], ["user_name", "shena_dare"], ["username", "marlin.turner"], ["uuid", "1f91c210-02a0-4105-9c8c-15b0a9f56e45"], ["created_at", "2020-11-24 15:41:52.601657"], ["updated_at", "2020-11-24 15:41:52.601657"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 7], ["a_decimal", 23.7236665166993], ["a_string", "Inventore est sit."], ["a_date", "2020-12-12"], ["a_time", "2000-01-01 03:54:52.847824"], ["a_datetime", "2020-11-26 18:40:33.866682"], ["created_at", "2020-11-24 15:41:52.604721"], ["updated_at", "2020-11-24 15:41:52.604721"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 11], ["a_decimal", 4.77235751701105], ["a_string", "Illum ut nemo rerum atque optio."], ["a_date", "2020-11-27"], ["a_time", "2000-01-01 15:45:23.557430"], ["a_datetime", "2020-10-31 03:18:18.541456"], ["created_at", "2020-11-24 15:41:52.607434"], ["updated_at", "2020-11-24 15:41:52.607434"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 4], ["a_decimal", 18.6596097711029], ["a_string", "Et est quas dolorem."], ["a_date", "2020-12-12"], ["a_time", "2000-01-01 20:09:42.914458"], ["a_datetime", "2020-11-04 03:33:12.721900"], ["created_at", "2020-11-24 15:41:52.609849"], ["updated_at", "2020-11-24 15:41:52.609849"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 4], ["a_decimal", 7.0877011977476], ["a_string", "Non molestiae ab."], ["a_date", "2020-12-03"], ["a_time", "2000-01-01 13:57:49.604168"], ["a_datetime", "2020-11-09 20:46:19.668837"], ["created_at", "2020-11-24 15:41:52.612233"], ["updated_at", "2020-11-24 15:41:52.612233"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 25], ["a_decimal", 0.494782481627755], ["a_string", "Et optio iusto."], ["a_date", "2020-12-18"], ["a_time", "2000-01-01 22:50:46.532916"], ["a_datetime", "2020-11-24 01:43:45.039582"], ["created_at", "2020-11-24 15:41:52.614620"], ["updated_at", "2020-11-24 15:41:52.614620"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 28], ["a_decimal", 11.4358382734442], ["a_string", "Voluptatem earum veritatis vero consectetur."], ["a_date", "2020-12-14"], ["a_time", "2000-01-01 14:35:44.180995"], ["a_datetime", "2020-12-10 17:57:51.158254"], ["created_at", "2020-11-24 15:41:52.616991"], ["updated_at", "2020-11-24 15:41:52.616991"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 3], ["a_decimal", 9.28733671729447], ["a_string", "Hic molestias nam dicta autem quia."], ["a_date", "2020-10-23"], ["a_time", "2000-01-01 07:00:37.854127"], ["a_datetime", "2020-11-19 08:54:08.373622"], ["created_at", "2020-11-24 15:41:52.619373"], ["updated_at", "2020-11-24 15:41:52.619373"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 35], ["a_decimal", 24.2094795099323], ["a_string", "Exercitationem ut commodi."], ["a_date", "2020-11-18"], ["a_time", "2000-01-01 02:13:24.224624"], ["a_datetime", "2020-12-01 09:37:55.319732"], ["created_at", "2020-11-24 15:41:52.621978"], ["updated_at", "2020-11-24 15:41:52.621978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 15:41:52.623949"], ["updated_at", "2020-11-24 15:41:52.623949"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 15:41:52.625550"], ["updated_at", "2020-11-24 15:41:52.625550"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 15:41:52.627062"], ["updated_at", "2020-11-24 15:41:52.627062"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 15:41:52.628520"], ["updated_at", "2020-11-24 15:41:52.628520"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 15:41:52.629966"], ["updated_at", "2020-11-24 15:41:52.629966"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 15:41:52.631442"], ["updated_at", "2020-11-24 15:41:52.631442"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 15:41:52.632894"], ["updated_at", "2020-11-24 15:41:52.632894"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 15:41:52.634332"], ["updated_at", "2020-11-24 15:41:52.634332"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 15:41:52.635866"], ["updated_at", "2020-11-24 15:41:52.635866"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 15:41:52.637507"], ["updated_at", "2020-11-24 15:41:52.637507"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 15:41:52.639008"], ["updated_at", "2020-11-24 15:41:52.639008"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 15:41:52.640523"], ["updated_at", "2020-11-24 15:41:52.640523"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 15:41:52.641990"], ["updated_at", "2020-11-24 15:41:52.641990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 15:41:52.643449"], ["updated_at", "2020-11-24 15:41:52.643449"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 15:41:52.644919"], ["updated_at", "2020-11-24 15:41:52.644919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 15:41:52.646386"], ["updated_at", "2020-11-24 15:41:52.646386"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]]  (0.0ms) ROLLBACK TO SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.5ms) SELECT sqlite_version(*)  (0.0ms) SELECT sqlite_version(*)  (0.0ms) SELECT sqlite_version(*)  (0.1ms) DROP TABLE IF EXISTS "alfas"  (11.8ms) CREATE TABLE "alfas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "a_boolean" boolean, "an_integer" integer, "a_decimal" decimal, "a_string" varchar, "a_date" date, "a_time" time, "a_datetime" datetime, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "bravos"  (1.8ms) CREATE TABLE "bravos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "a_boolean" boolean DEFAULT 0 NOT NULL, "an_integer" integer NOT NULL, "a_decimal" decimal NOT NULL, "a_string" varchar NOT NULL, "a_unique_value" integer, "a_string_from_options" varchar, "an_integer_from_options" integer, "an_absent_value" varchar, "a_regex" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "charlies"  (1.6ms) CREATE TABLE "charlies" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.7ms) CREATE INDEX "index_charlies_on_alfa_id" ON "charlies" ("alfa_id")  (0.1ms) DROP TABLE IF EXISTS "deltas"  (1.7ms) CREATE TABLE "deltas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.7ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (2.0ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.1ms) DROP TABLE IF EXISTS "echos"  (2.3ms) CREATE TABLE "echos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "echoable_type" varchar, "echoable_id" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.7ms) CREATE INDEX "index_echos_on_echoable_type_and_echoable_id" ON "echos" ("echoable_type", "echoable_id")  (0.1ms) DROP TABLE IF EXISTS "foxtrots"  (1.7ms) CREATE TABLE "foxtrots" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.0ms) DROP TABLE IF EXISTS "hotels"  (1.6ms) CREATE TABLE "hotels" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer)  (2.2ms) CREATE INDEX "index_hotels_on_india_id" ON "hotels" ("india_id")  (0.1ms) DROP TABLE IF EXISTS "indias"  (1.6ms) CREATE TABLE "indias" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (2.1ms) CREATE INDEX "index_indias_on_hotel_id" ON "indias" ("hotel_id")  (0.1ms) DROP TABLE IF EXISTS "julietts"  (1.6ms) CREATE TABLE "julietts" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "alfa_id" integer NOT NULL, "a_string" varchar, "an_integer" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.6ms) CREATE INDEX "index_julietts_on_alfa_id" ON "julietts" ("alfa_id")  (0.1ms) DROP TABLE IF EXISTS "kilos"  (1.5ms) CREATE TABLE "kilos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "encrypted_password" varchar, "reset_password_token" varchar, "reset_password_sent_at" varchar, "remember_created_at" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "limas"  (1.9ms) CREATE TABLE "limas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "address" varchar, "city" varchar, "country" varchar, "description" varchar, "email" varchar, "first_name" varchar, "firstname" varchar, "last_name" varchar, "lastname" varchar, "lat" varchar, "latitute" varchar, "lng" varchar, "locale" varchar, "longitude" varchar, "middlename" varchar, "middle_name" varchar, "password" varchar, "phone" varchar, "phone_number" varchar, "reference" varchar, "title" varchar, "user_name" varchar, "username" varchar, "uuid" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "acharlies" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_acharlies_on_alfa_id" ON "acharlies" ("alfa_id")  (0.0ms) INSERT INTO "acharlies" ("id","alfa_id","created_at","updated_at") SELECT "id","alfa_id","created_at","updated_at" FROM "charlies"  (0.1ms) DROP TABLE "charlies"  (0.1ms) CREATE TABLE "charlies" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_c22432acee" FOREIGN KEY ("alfa_id") REFERENCES "alfas" ("id") )  (0.1ms) CREATE INDEX "index_charlies_on_alfa_id" ON "charlies" ("alfa_id")  (0.0ms) INSERT INTO "charlies" ("id","alfa_id","created_at","updated_at") SELECT "id","alfa_id","created_at","updated_at" FROM "acharlies"  (0.1ms) DROP TABLE "acharlies"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.2ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "adeltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_adeltas_on_zed_id" ON "adeltas" ("zed_id")  (0.1ms) CREATE INDEX "tindex_adeltas_on_bravo_id" ON "adeltas" ("bravo_id")  (0.0ms) INSERT INTO "adeltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "deltas"  (0.1ms) DROP TABLE "deltas"  (0.1ms) CREATE TABLE "deltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_aa131d729d" FOREIGN KEY ("bravo_id") REFERENCES "bravos" ("id") )  (0.1ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (0.1ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.0ms) INSERT INTO "deltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "adeltas"  (0.1ms) DROP TABLE "adeltas"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "adeltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_adeltas_on_zed_id" ON "adeltas" ("zed_id")  (0.1ms) CREATE INDEX "tindex_adeltas_on_bravo_id" ON "adeltas" ("bravo_id")  (0.0ms) INSERT INTO "adeltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "deltas"  (0.1ms) DROP TABLE "deltas"  (0.1ms) CREATE TABLE "deltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_aa131d729d" FOREIGN KEY ("bravo_id") REFERENCES "bravos" ("id") , CONSTRAINT "fk_rails_afc1a9c87d" FOREIGN KEY ("zed_id") REFERENCES "charlies" ("id") )  (0.1ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (0.1ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.1ms) INSERT INTO "deltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "adeltas"  (0.1ms) DROP TABLE "adeltas"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "ahotels" ("id" integer NOT NULL PRIMARY KEY, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer DEFAULT NULL)  (0.1ms) CREATE INDEX "tindex_ahotels_on_india_id" ON "ahotels" ("india_id")  (0.0ms) INSERT INTO "ahotels" ("id","created_at","updated_at","india_id") SELECT "id","created_at","updated_at","india_id" FROM "hotels"  (0.1ms) DROP TABLE "hotels"  (0.6ms) CREATE TABLE "hotels" ("id" integer NOT NULL PRIMARY KEY, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer DEFAULT NULL, CONSTRAINT "fk_rails_2d98147578" FOREIGN KEY ("india_id") REFERENCES "indias" ("id") )  (0.1ms) CREATE INDEX "index_hotels_on_india_id" ON "hotels" ("india_id")  (0.0ms) INSERT INTO "hotels" ("id","created_at","updated_at","india_id") SELECT "id","created_at","updated_at","india_id" FROM "ahotels"  (0.1ms) DROP TABLE "ahotels"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "aindias" ("id" integer NOT NULL PRIMARY KEY, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_aindias_on_hotel_id" ON "aindias" ("hotel_id")  (0.0ms) INSERT INTO "aindias" ("id","hotel_id","created_at","updated_at") SELECT "id","hotel_id","created_at","updated_at" FROM "indias"  (0.1ms) DROP TABLE "indias"  (0.6ms) CREATE TABLE "indias" ("id" integer NOT NULL PRIMARY KEY, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_304a9d92d0" FOREIGN KEY ("hotel_id") REFERENCES "hotels" ("id") )  (0.1ms) CREATE INDEX "index_indias_on_hotel_id" ON "indias" ("hotel_id")  (0.1ms) INSERT INTO "indias" ("id","hotel_id","created_at","updated_at") SELECT "id","hotel_id","created_at","updated_at" FROM "aindias"  (0.1ms) DROP TABLE "aindias"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "ajulietts" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "a_string" varchar DEFAULT NULL, "an_integer" integer DEFAULT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_ajulietts_on_alfa_id" ON "ajulietts" ("alfa_id")  (0.1ms) INSERT INTO "ajulietts" ("id","alfa_id","a_string","an_integer","created_at","updated_at") SELECT "id","alfa_id","a_string","an_integer","created_at","updated_at" FROM "julietts"  (0.2ms) DROP TABLE "julietts"  (0.5ms) CREATE TABLE "julietts" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "a_string" varchar DEFAULT NULL, "an_integer" integer DEFAULT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_996fd14f94" FOREIGN KEY ("alfa_id") REFERENCES "alfas" ("id") )  (0.6ms) CREATE INDEX "index_julietts_on_alfa_id" ON "julietts" ("alfa_id")  (0.0ms) INSERT INTO "julietts" ("id","alfa_id","a_string","an_integer","created_at","updated_at") SELECT "id","alfa_id","a_string","an_integer","created_at","updated_at" FROM "ajulietts"  (0.1ms) DROP TABLE "ajulietts"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES (20200923100338)  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES (20200923100317), (20200923100328), (20200923100329), (20200923100330), (20200923100331), (20200923100332), (20200923100334), (20200923100335), (20200923100336), (20200923100337);   (1.8ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2020-11-24 15:42:10.736699"], ["updated_at", "2020-11-24 15:42:10.736699"]]  (1.3ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ActiveRecord::InternalMetadata Load (0.0ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "schema_sha1"], ["LIMIT", 1]]  (0.8ms) begin transaction ActiveRecord::InternalMetadata Create (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "schema_sha1"], ["value", "e6605aac3b3a1a0dc61a594f8809c115827e32dc"], ["created_at", "2020-11-24 15:42:10.741642"], ["updated_at", "2020-11-24 15:42:10.741642"]]  (1.3ms) commit transaction  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.1ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.9ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 31.7392971998604], ["a_string", "Error officia suscipit enim."], ["a_unique_value", 7], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "b"], ["created_at", "2020-11-24 15:42:11.936652"], ["updated_at", "2020-11-24 15:42:11.936652"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1007], ["a_decimal", -0.20266413534849], ["a_string", "Deleniti est quo repellat similique voluptate."], ["a_unique_value", 2], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "v"], ["created_at", "2020-11-24 15:42:11.940777"], ["updated_at", "2020-11-24 15:42:11.940777"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1021], ["a_decimal", 23.8223395882243], ["a_string", "Incidunt deserunt repudiandae velit nihil aut."], ["a_unique_value", 1], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "LYx"], ["created_at", "2020-11-24 15:42:11.944263"], ["updated_at", "2020-11-24 15:42:11.944263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1003], ["a_decimal", 6.66170077477167], ["a_string", "Occaecati hic autem."], ["a_unique_value", 9], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "O"], ["created_at", "2020-11-24 15:42:11.947604"], ["updated_at", "2020-11-24 15:42:11.947604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1010], ["a_decimal", 0.806478323960804], ["a_string", "Natus aut blanditiis quae eos."], ["a_unique_value", 5], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "UT"], ["created_at", "2020-11-24 15:42:11.951051"], ["updated_at", "2020-11-24 15:42:11.951051"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1018], ["a_decimal", 1.69451463587465], ["a_string", "Dolor alias eum omnis dolores."], ["a_unique_value", 8], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "u"], ["created_at", "2020-11-24 15:42:11.954736"], ["updated_at", "2020-11-24 15:42:11.954736"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1005], ["a_decimal", 1.12524498081178], ["a_string", "Eos consectetur voluptatum voluptatem delectus dignissimos."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "s"], ["created_at", "2020-11-24 15:42:11.958262"], ["updated_at", "2020-11-24 15:42:11.958262"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 10.7673365178791], ["a_string", "Dolorem assumenda possimus veritatis officia et."], ["a_unique_value", 6], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "W"], ["created_at", "2020-11-24 15:42:11.961611"], ["updated_at", "2020-11-24 15:42:11.961611"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1021], ["a_decimal", 12.8798969664421], ["a_string", "Inventore placeat expedita eius velit consequuntur."], ["a_unique_value", 4], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "ef"], ["created_at", "2020-11-24 15:42:11.965038"], ["updated_at", "2020-11-24 15:42:11.965038"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 2.1570467036533], ["a_string", "A necessitatibus ducimus."], ["a_unique_value", 10], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "V"], ["created_at", "2020-11-24 15:42:11.968502"], ["updated_at", "2020-11-24 15:42:11.968502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1034], ["a_decimal", 7.74043979894823], ["a_string", "Modi quas dolorem assumenda."], ["a_unique_value", 2], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "iZ"], ["created_at", "2020-11-24 15:42:11.974591"], ["updated_at", "2020-11-24 15:42:11.974591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1012], ["a_decimal", 10.8891455550352], ["a_string", "Officiis qui labore."], ["a_unique_value", 8], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "YkQ"], ["created_at", "2020-11-24 15:42:11.979501"], ["updated_at", "2020-11-24 15:42:11.979501"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1017], ["a_decimal", 5.50647603942524], ["a_string", "Qui rem fugit voluptates itaque."], ["a_unique_value", 10], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "E"], ["created_at", "2020-11-24 15:42:11.984192"], ["updated_at", "2020-11-24 15:42:11.984192"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1033], ["a_decimal", 9.51467395403662], ["a_string", "Facilis reiciendis iure vel."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "n"], ["created_at", "2020-11-24 15:42:11.988386"], ["updated_at", "2020-11-24 15:42:11.988386"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 2.06739369217015], ["a_string", "Aspernatur sit sequi."], ["a_unique_value", 4], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "I"], ["created_at", "2020-11-24 15:42:11.992450"], ["updated_at", "2020-11-24 15:42:11.992450"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1014], ["a_decimal", 1.54934806788014], ["a_string", "Maiores aut molestias eum nesciunt illo."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "kd"], ["created_at", "2020-11-24 15:42:11.996760"], ["updated_at", "2020-11-24 15:42:11.996760"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1021], ["a_decimal", 15.0683590359793], ["a_string", "Ut quis ut aut aperiam."], ["a_unique_value", 9], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "L"], ["created_at", "2020-11-24 15:42:12.000587"], ["updated_at", "2020-11-24 15:42:12.000587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 6.28941452321874], ["a_string", "Nihil labore ipsa est sit esse."], ["a_unique_value", 1], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "xVT"], ["created_at", "2020-11-24 15:42:12.005052"], ["updated_at", "2020-11-24 15:42:12.005052"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1003], ["a_decimal", 26.875811661432], ["a_string", "Possimus commodi dolorem omnis natus."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "t"], ["created_at", "2020-11-24 15:42:12.021537"], ["updated_at", "2020-11-24 15:42:12.021537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1030], ["a_decimal", 7.33767006474], ["a_string", "Tenetur sint explicabo quaerat."], ["a_unique_value", 6], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "Nwn"], ["created_at", "2020-11-24 15:42:12.026376"], ["updated_at", "2020-11-24 15:42:12.026376"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1024], ["a_decimal", 8.62683200973699], ["a_string", "Quo quia reprehenderit."], ["a_unique_value", 10], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "qt"], ["created_at", "2020-11-24 15:42:12.032852"], ["updated_at", "2020-11-24 15:42:12.032852"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1025], ["a_decimal", 2.46041739265796], ["a_string", "Et totam est."], ["a_unique_value", 6], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "REC"], ["created_at", "2020-11-24 15:42:12.038744"], ["updated_at", "2020-11-24 15:42:12.038744"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 1.81069585530252], ["a_string", "Velit ut nesciunt modi maxime."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "qsH"], ["created_at", "2020-11-24 15:42:12.044402"], ["updated_at", "2020-11-24 15:42:12.044402"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1010], ["a_decimal", 18.932528728967], ["a_string", "Tempore quisquam nemo aut qui et."], ["a_unique_value", 7], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "Tf"], ["created_at", "2020-11-24 15:42:12.049179"], ["updated_at", "2020-11-24 15:42:12.049179"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 11.9738546654183], ["a_string", "Molestias libero rerum non."], ["a_unique_value", 8], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "sV"], ["created_at", "2020-11-24 15:42:12.054347"], ["updated_at", "2020-11-24 15:42:12.054347"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1010], ["a_decimal", 17.0513816674111], ["a_string", "Et aliquid et voluptas hic dolores."], ["a_unique_value", 3], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "gmZ"], ["created_at", "2020-11-24 15:42:12.059176"], ["updated_at", "2020-11-24 15:42:12.059176"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 2.8478587748574], ["a_string", "Dolores placeat ut omnis cum nemo."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "I"], ["created_at", "2020-11-24 15:42:12.063528"], ["updated_at", "2020-11-24 15:42:12.063528"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1018], ["a_decimal", 3.21831196390744], ["a_string", "Accusantium natus quo."], ["a_unique_value", 2], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "mg"], ["created_at", "2020-11-24 15:42:12.067864"], ["updated_at", "2020-11-24 15:42:12.067864"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1033], ["a_decimal", 0.93126751890712], ["a_string", "Est voluptatibus quisquam nihil explicabo."], ["a_unique_value", 9], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "qC"], ["created_at", "2020-11-24 15:42:12.072621"], ["updated_at", "2020-11-24 15:42:12.072621"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1027], ["a_decimal", 1.93286675814167], ["a_string", "Beatae ipsa velit eveniet quia unde."], ["a_unique_value", 4], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "UF"], ["created_at", "2020-11-24 15:42:12.076846"], ["updated_at", "2020-11-24 15:42:12.076846"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1018], ["a_decimal", 17.9402701738168], ["a_string", "Minus at est."], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "oBJ"], ["created_at", "2020-11-24 15:42:12.115787"], ["updated_at", "2020-11-24 15:42:12.115787"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 0.0184050636130839], ["a_string", "Repellendus mollitia doloremque."], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "l"], ["created_at", "2020-11-24 15:42:12.153830"], ["updated_at", "2020-11-24 15:42:12.153830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1012], ["a_decimal", 11.3987157835366], ["a_string", "Adipisci voluptas eveniet."], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "wKC"], ["created_at", "2020-11-24 15:42:12.192095"], ["updated_at", "2020-11-24 15:42:12.192095"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 11.636333611589], ["a_string", "Enim modi praesentium et adipisci."], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "vtX"], ["created_at", "2020-11-24 15:42:12.237253"], ["updated_at", "2020-11-24 15:42:12.237253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1031], ["a_decimal", 8.74627450375098], ["a_string", "Ipsam occaecati ipsum debitis quam aperiam."], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "cKn"], ["created_at", "2020-11-24 15:42:12.277826"], ["updated_at", "2020-11-24 15:42:12.277826"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1006], ["a_decimal", 13.164763827582], ["a_string", "Distinctio et rerum est."], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "kLJ"], ["created_at", "2020-11-24 15:42:12.316278"], ["updated_at", "2020-11-24 15:42:12.316278"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1011], ["a_decimal", 19.7715050280674], ["a_string", "Quas modi eaque quis libero."], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "Jo"], ["created_at", "2020-11-24 15:42:12.354444"], ["updated_at", "2020-11-24 15:42:12.354444"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1020], ["a_decimal", 22.929835986357], ["a_string", "Perferendis sequi non id."], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "OLZ"], ["created_at", "2020-11-24 15:42:12.392551"], ["updated_at", "2020-11-24 15:42:12.392551"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1003], ["a_decimal", 7.95411519483998], ["a_string", "Voluptatibus enim vel nisi unde eum."], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "XT"], ["created_at", "2020-11-24 15:42:12.435969"], ["updated_at", "2020-11-24 15:42:12.435969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1007], ["a_decimal", 6.0523893924921], ["a_string", "Consequatur delectus dolorem ea sunt vero."], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "R"], ["created_at", "2020-11-24 15:42:12.474938"], ["updated_at", "2020-11-24 15:42:12.474938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 542 173 Domenic Spring, Gislasontown, AL 39365"], ["city", "Port Kelley"], ["country", "Lebanon"], ["description", "Ut officia eos. Quas ratione dolorum. Voluptatem sunt ipsum. Unde ipsum sit."], ["email", "mallory@example.com"], ["first_name", "Sabrina"], ["firstname", "Anisa"], ["last_name", "Jakubowski"], ["lastname", "Hammes"], ["lat", "24.17978604591515"], ["latitute", "54.50525148391105"], ["lng", "-76.0803054673386"], ["locale", "MF"], ["longitude", "-131.40081515520956"], ["middlename", "Waelchi"], ["middle_name", "Hermann"], ["password", "Ag9J4dOiBs2"], ["phone", "(314) 715-7415"], ["phone_number", "1-419-966-2059 x10377"], ["reference", "74d874f8-73fc-41a4-9261-f3eacaad8f59"], ["title", "Cupiditate ipsa corporis eligendi error nostrum."], ["user_name", "gwyneth"], ["username", "pauline"], ["uuid", "4cafb435-02c5-4264-9c15-385b49665c14"], ["created_at", "2020-11-24 15:42:12.540815"], ["updated_at", "2020-11-24 15:42:12.540815"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 483 205 Maritza Flats, Port Rachel, IN 46425"], ["city", "North Doloris"], ["country", "Libyan Arab Jamahiriya"], ["description", "Hic labore totam. Sunt vero consequuntur."], ["email", "terica_davis@example.org"], ["first_name", "Viva"], ["firstname", "Eleonore"], ["last_name", "Fadel"], ["lastname", "Koepp"], ["lat", "2.8505644050239027"], ["latitute", "-83.0556047325988"], ["lng", "-167.72288054810102"], ["locale", "GM"], ["longitude", "-111.20713348047795"], ["middlename", "Larkin"], ["middle_name", "Schmidt"], ["password", "OvR7a7Jw2"], ["phone", "(268) 221-5270 x47616"], ["phone_number", "1-583-531-7031 x94720"], ["reference", "a73f1a6d-0f6e-4c64-a26f-e9c339dbe11c"], ["title", "Vel aut exercitationem explicabo."], ["user_name", "carrol"], ["username", "kirk_mccullough"], ["uuid", "3f4ad3f1-3933-486e-8478-43334212141e"], ["created_at", "2020-11-24 15:42:12.562987"], ["updated_at", "2020-11-24 15:42:12.562987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 777 312 Donnelly Place, Ezequielside, MA 83740"], ["city", "Collinston"], ["country", "Bouvet Island (Bouvetoya)"], ["description", "Nisi molestiae voluptas. Et quidem eligendi. Similique hic doloremque."], ["email", "randy@example.net"], ["first_name", "Ariel"], ["firstname", "Devora"], ["last_name", "Yundt"], ["lastname", "Bergnaum"], ["lat", "49.39008581734058"], ["latitute", "-80.85310018310996"], ["lng", "92.7365672156642"], ["locale", "NG"], ["longitude", "141.4877145731357"], ["middlename", "Gibson"], ["middle_name", "Dickens"], ["password", "Ox58XpFaKg"], ["phone", "(621) 702-4982 x4462"], ["phone_number", "(659) 629-9366 x72435"], ["reference", "4c278b13-dc83-4f4f-af69-26c59c8e3371"], ["title", "Provident non quia unde eius nulla."], ["user_name", "johnnie.streich"], ["username", "clay.schuppe"], ["uuid", "79320650-fb9d-4fe6-8944-a9c7b545d05b"], ["created_at", "2020-11-24 15:42:12.584977"], ["updated_at", "2020-11-24 15:42:12.584977"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "13089 Sang Hill, Port Bryonhaven, VT 17591"], ["city", "Dickfurt"], ["country", "United States Minor Outlying Islands"], ["description", "Beatae deleniti temporibus. Sapiente minus ullam. Sunt aliquam eum. Et reiciendis est."], ["email", "sol.bahringer@example.name"], ["first_name", "Solomon"], ["firstname", "Roxanna"], ["last_name", "Schaden"], ["lastname", "Olson"], ["lat", "-17.33516982258334"], ["latitute", "-81.14430090991546"], ["lng", "179.7794820467608"], ["locale", "BD"], ["longitude", "149.24400201063094"], ["middlename", "Bednar"], ["middle_name", "Williamson"], ["password", "VtGnKvAyBmKgXvU"], ["phone", "779.470.6451"], ["phone_number", "607.666.9047"], ["reference", "02eda6cf-14ec-4dc7-b071-a2de3fda6565"], ["title", "Placeat sint quis perferendis."], ["user_name", "leanora"], ["username", "chun_schoen"], ["uuid", "0ceda361-09d0-4de7-928c-d607beb58410"], ["created_at", "2020-11-24 15:42:12.607443"], ["updated_at", "2020-11-24 15:42:12.607443"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 731 7369 Jonathan Fields, New Edgarborough, OH 44395"], ["city", "West Nelda"], ["country", "Togo"], ["description", "Qui velit velit. Dicta molestiae earum. Ratione ipsam quisquam."], ["email", "lynn@example.net"], ["first_name", "Alix"], ["firstname", "Chad"], ["last_name", "Koelpin"], ["lastname", "Reichert"], ["lat", "83.40360418853663"], ["latitute", "-79.74416169223736"], ["lng", "-109.54271677045864"], ["locale", "CI"], ["longitude", "-136.2624704854207"], ["middlename", "Reinger"], ["middle_name", "Lehner"], ["password", "UpGtGjJd3F"], ["phone", "1-838-498-9675"], ["phone_number", "499.528.2814 x51189"], ["reference", "3766d1a0-771f-4aa8-8f00-fd10431e2247"], ["title", "Rerum sed omnis enim excepturi."], ["user_name", "shannan.halvorson"], ["username", "amalia"], ["uuid", "76ef9f8c-e5f7-4eb6-84dd-6e69210f6818"], ["created_at", "2020-11-24 15:42:12.639940"], ["updated_at", "2020-11-24 15:42:12.639940"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9226 Whitney Turnpike, Rossburgh, AZ 46613"], ["city", "Jimmyport"], ["country", "Macao"], ["description", "Enim incidunt assumenda. Debitis recusandae accusamus."], ["email", "margarita_zboncak@example.name"], ["first_name", "Waneta"], ["firstname", "Latoya"], ["last_name", "Wilderman"], ["lastname", "Ward"], ["lat", "-47.355722970580466"], ["latitute", "7.326610024339928"], ["lng", "2.835699564167072"], ["locale", "JM"], ["longitude", "28.346723544357587"], ["middlename", "Homenick"], ["middle_name", "King"], ["password", "FcJwLaWl"], ["phone", "(330) 121-3264"], ["phone_number", "(450) 508-1433 x000"], ["reference", "245a8d74-6fa3-4681-8f85-99408d8fb456"], ["title", "Quis ut temporibus sit iusto dolorem."], ["user_name", "lasonya_runte"], ["username", "ramon.casper"], ["uuid", "69c1760a-d935-4a9d-a6af-a9a8976d73e4"], ["created_at", "2020-11-24 15:42:12.663003"], ["updated_at", "2020-11-24 15:42:12.663003"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 205 4257 Weissnat Overpass, Fredtown, CA 70025-2672"], ["city", "South Boview"], ["country", "Qatar"], ["description", "Et aliquam harum. Exercitationem velit doloremque. Vel tempore omnis."], ["email", "buford@example.net"], ["first_name", "Augustus"], ["firstname", "Lizbeth"], ["last_name", "Bashirian"], ["lastname", "Dibbert"], ["lat", "-69.22092259121189"], ["latitute", "57.98264775490145"], ["lng", "71.6479727571359"], ["locale", "CH"], ["longitude", "-151.6286493212729"], ["middlename", "Bogan"], ["middle_name", "Kihn"], ["password", "U1zPc35W0k8ViH"], ["phone", "426.332.4203 x554"], ["phone_number", "373.218.3443 x4913"], ["reference", "de010510-03c3-4c0d-b75f-8d85106fb499"], ["title", "Eligendi sint quasi autem."], ["user_name", "denis"], ["username", "pam.rau"], ["uuid", "12cb932b-fb2a-46e7-a950-650e2d6a0fbc"], ["created_at", "2020-11-24 15:42:12.685713"], ["updated_at", "2020-11-24 15:42:12.685713"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "881 Una Dale, South Johnathonhaven, VA 70044-9241"], ["city", "North Ethyl"], ["country", "Senegal"], ["description", "Esse beatae inventore. Blanditiis omnis eum. Consequuntur dolores repudiandae. Consequatur et quam."], ["email", "bernard_hansen@example.net"], ["first_name", "Eugene"], ["firstname", "Rayford"], ["last_name", "Greenholt"], ["lastname", "Feest"], ["lat", "37.31255443033113"], ["latitute", "-54.38570293066345"], ["lng", "12.809041329547796"], ["locale", "RW"], ["longitude", "-32.42721641343533"], ["middlename", "Friesen"], ["middle_name", "Wyman"], ["password", "Oh28RpMx"], ["phone", "(306) 408-5882 x30851"], ["phone_number", "811.207.5404 x2939"], ["reference", "bde989c4-96cc-412e-b1ad-dce3b42f6bac"], ["title", "Beatae molestias optio."], ["user_name", "etta"], ["username", "nickolas_mitchell"], ["uuid", "35eeb8c9-b907-47ef-8bc4-2404ab9b9b71"], ["created_at", "2020-11-24 15:42:12.708752"], ["updated_at", "2020-11-24 15:42:12.708752"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "997 Tillman Knolls, Port Leesahaven, NC 92124"], ["city", "East Linobury"], ["country", "Bermuda"], ["description", "Aliquam et enim. Est sit iure. Perferendis eos magni. Quos et est. In sit iste."], ["email", "hubert.stamm@example.biz"], ["first_name", "Troy"], ["firstname", "Neida"], ["last_name", "Grimes"], ["lastname", "Robel"], ["lat", "22.09747220861327"], ["latitute", "-88.94457017356336"], ["lng", "-54.9669965420796"], ["locale", "BM"], ["longitude", "0.3754866995673183"], ["middlename", "Bogan"], ["middle_name", "Ruecker"], ["password", "Hg91TgCw"], ["phone", "(829) 026-6210 x4922"], ["phone_number", "983-582-7399 x17558"], ["reference", "efee10c2-4486-4cf8-b07d-9c6335abf9fb"], ["title", "Consequuntur velit similique."], ["user_name", "elva.johns"], ["username", "alfredo.oberbrunner"], ["uuid", "8e8ae9c5-7419-4167-aae3-9c6e9e558b55"], ["created_at", "2020-11-24 15:42:12.730735"], ["updated_at", "2020-11-24 15:42:12.730735"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 584 8069 Rowe Creek, Hermanmouth, NV 14022"], ["city", "Geraldoside"], ["country", "Pakistan"], ["description", "Odio magnam quia. Veritatis odio facere. Iusto cumque praesentium."], ["email", "donnie@example.co"], ["first_name", "Clifton"], ["firstname", "Cathey"], ["last_name", "Breitenberg"], ["lastname", "Wilkinson"], ["lat", "-34.26430985517555"], ["latitute", "4.2711935312016465"], ["lng", "-17.19052235239792"], ["locale", "BT"], ["longitude", "18.475815263267776"], ["middlename", "Kulas"], ["middle_name", "Trantow"], ["password", "MeO1dXlSgT"], ["phone", "(395) 202-6940"], ["phone_number", "(872) 080-3074"], ["reference", "856c46ab-f639-4654-803e-ef64613c2ecc"], ["title", "Laboriosam reiciendis a quaerat."], ["user_name", "santo_hermiston"], ["username", "rachel.carter"], ["uuid", "911d78ca-34a1-4128-b963-d96edc479bec"], ["created_at", "2020-11-24 15:42:12.752697"], ["updated_at", "2020-11-24 15:42:12.752697"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:12.776939"], ["updated_at", "2020-11-24 15:42:12.776939"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:12.785456"], ["updated_at", "2020-11-24 15:42:12.785456"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 858 3119 Karren Parkway, East Milobury, NJ 67672"], ["city", "Maggiostad"], ["country", "Uzbekistan"], ["description", "Ut quaerat modi. Non voluptatibus odio. Est iure doloremque. Eveniet fugiat quisquam. Earum fuga soluta."], ["email", "efrain.graham@example.co"], ["first_name", "Marilou"], ["firstname", "Kasey"], ["last_name", "Block"], ["lastname", "Spinka"], ["lat", "-81.01315709725719"], ["latitute", "-49.71118642051056"], ["lng", "-132.02909395491992"], ["locale", "SD"], ["longitude", "56.42075935414093"], ["middlename", "Gibson"], ["middle_name", "Olson"], ["password", "DsJdU0xPiFxMjX7"], ["phone", "1-501-297-8782 x676"], ["phone_number", "530.286.5075 x000"], ["reference", "ee8dd510-4d3c-4602-b55f-2f1bd14d4902"], ["title", "Enim quaerat deserunt est repudiandae."], ["user_name", "nickolas"], ["username", "marc"], ["uuid", "5a7a49bf-48ce-4c72-be29-a1068247ccc8"], ["created_at", "2020-11-24 15:42:12.825239"], ["updated_at", "2020-11-24 15:42:12.825239"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 3], ["a_decimal", 22.4043799475374], ["a_string", "Tenetur non earum magni ea."], ["a_date", "2020-11-24"], ["a_time", "2000-01-01 07:43:11.095223"], ["a_datetime", "2020-12-20 18:02:09.629161"], ["created_at", "2020-11-24 15:42:12.835704"], ["updated_at", "2020-11-24 15:42:12.835704"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 15:42:12.840951"], ["updated_at", "2020-11-24 15:42:12.840951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 15:42:12.845764"], ["updated_at", "2020-11-24 15:42:12.845764"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1004], ["a_decimal", 22.5384930351994], ["a_string", "Expedita earum alias assumenda voluptas."], ["a_unique_value", 3], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "tfQ"], ["created_at", "2020-11-24 15:42:12.850057"], ["updated_at", "2020-11-24 15:42:12.850057"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:12.860358"], ["updated_at", "2020-11-24 15:42:12.860358"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:12.863526"], ["updated_at", "2020-11-24 15:42:12.863526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 15:42:12.868508"], ["updated_at", "2020-11-24 15:42:12.868508"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 15:42:12.874413"], ["updated_at", "2020-11-24 15:42:12.874413"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:12.880772"], ["updated_at", "2020-11-24 15:42:12.880772"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:12.881866"], ["updated_at", "2020-11-24 15:42:12.881866"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:12.883409"], ["updated_at", "2020-11-24 15:42:12.883409"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:12.884514"], ["updated_at", "2020-11-24 15:42:12.884514"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:12.885472"], ["updated_at", "2020-11-24 15:42:12.885472"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:12.886369"], ["updated_at", "2020-11-24 15:42:12.886369"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:12.887164"], ["updated_at", "2020-11-24 15:42:12.887164"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:12.887981"], ["updated_at", "2020-11-24 15:42:12.887981"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:12.889627"], ["updated_at", "2020-11-24 15:42:12.889627"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:12.891773"], ["updated_at", "2020-11-24 15:42:12.891773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:12.894611"], ["updated_at", "2020-11-24 15:42:12.894611"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:12.896262"], ["updated_at", "2020-11-24 15:42:12.896262"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:12.897634"], ["updated_at", "2020-11-24 15:42:12.897634"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:12.898978"], ["updated_at", "2020-11-24 15:42:12.898978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:12.900402"], ["updated_at", "2020-11-24 15:42:12.900402"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:12.901809"], ["updated_at", "2020-11-24 15:42:12.901809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "47708 Dibbert Mall, Collierhaven, MN 76159-8200"], ["city", "Gaylechester"], ["country", "Bahrain"], ["description", "At minima possimus. Ut autem doloribus. Veniam ea dicta. Omnis accusantium eius."], ["email", "howard.robel@example.co"], ["first_name", "Janeth"], ["firstname", "Valentine"], ["last_name", "Hermiston"], ["lastname", "Dickens"], ["lat", "-56.91545848680614"], ["latitute", "77.84191621392651"], ["lng", "-41.686068673855004"], ["locale", "BA"], ["longitude", "109.612796624206"], ["middlename", "Walker"], ["middle_name", "Welch"], ["password", "QrHkEgJnXuK6uR5"], ["phone", "(973) 094-8481"], ["phone_number", "(894) 895-6383 x0100"], ["reference", "8465dba8-427f-427e-8d7b-5b6628bd9d28"], ["title", "Maxime harum quia et ut quia."], ["user_name", "alethea.boyer"], ["username", "sherie.bernhard"], ["uuid", "ef383dcd-75ca-4023-8daa-e7d709f74064"], ["created_at", "2020-11-24 15:42:12.925340"], ["updated_at", "2020-11-24 15:42:12.925340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 558 9877 Odilia Place, New Jacobburgh, UT 10033-0876"], ["city", "South Donnland"], ["country", "Romania"], ["description", "Natus quis amet. Et aspernatur quasi. Ipsam dolorem est. Et voluptatem nihil. Sit quidem suscipit."], ["email", "dorie@example.co"], ["first_name", "Fatima"], ["firstname", "Dena"], ["last_name", "Bogan"], ["lastname", "Torp"], ["lat", "-59.66857639852712"], ["latitute", "52.05085213079715"], ["lng", "125.45903906088517"], ["locale", "SX"], ["longitude", "-84.73985731633547"], ["middlename", "Leuschke"], ["middle_name", "Marks"], ["password", "PvXo36Uz2GvAm8"], ["phone", "433.118.6983 x7981"], ["phone_number", "658.912.3249 x6090"], ["reference", "c6ab375b-2614-4c52-a5d6-d8c225ba8967"], ["title", "Quas voluptatem recusandae est cumque pariatur."], ["user_name", "thaddeus.white"], ["username", "mack.leffler"], ["uuid", "c0e90dbc-dc07-435e-b452-884ad80f3362"], ["created_at", "2020-11-24 15:42:12.947382"], ["updated_at", "2020-11-24 15:42:12.947382"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 198 35902 Bins Meadows, Springmouth, AL 08480-9615"], ["city", "Jerdeburgh"], ["country", "Andorra"], ["description", "Cupiditate rem iusto. Qui ipsa consequatur. Perferendis sint et."], ["email", "freddie@example.org"], ["first_name", "Roman"], ["firstname", "Laverne"], ["last_name", "Beer"], ["lastname", "Kris"], ["lat", "7.806188866945504"], ["latitute", "24.581823855211496"], ["lng", "-157.3763431279828"], ["locale", "BQ"], ["longitude", "-85.09647972223307"], ["middlename", "Homenick"], ["middle_name", "Franecki"], ["password", "Kw0CyOiFzHe7B"], ["phone", "1-555-485-9414 x1717"], ["phone_number", "177.445.2123"], ["reference", "7d81fdd7-0e85-4f73-8318-a86e8ec26729"], ["title", "Aut eius nobis cupiditate."], ["user_name", "alonzo.botsford"], ["username", "tosha_jaskolski"], ["uuid", "ba031923-6061-4135-a861-bded43a01a79"], ["created_at", "2020-11-24 15:42:12.969488"], ["updated_at", "2020-11-24 15:42:12.969488"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 434 36533 Charlie Alley, Nitzschemouth, CA 27173"], ["city", "Port Lester"], ["country", "Armenia"], ["description", "Odit sequi repellat. Qui necessitatibus suscipit."], ["email", "rocky_stokes@example.com"], ["first_name", "Connie"], ["firstname", "Eleanor"], ["last_name", "Haag"], ["lastname", "Kuhn"], ["lat", "-75.415301018331"], ["latitute", "-41.705127375487535"], ["lng", "167.23388561182753"], ["locale", "AM"], ["longitude", "-52.385851210790946"], ["middlename", "Ward"], ["middle_name", "Zemlak"], ["password", "UwXtQt8H40iMcXeF"], ["phone", "1-637-985-0211 x5484"], ["phone_number", "554.618.7519 x4989"], ["reference", "c1d7ed7f-8f6b-440e-a90a-778a9a053e15"], ["title", "Non est sint maxime quis."], ["user_name", "alvaro"], ["username", "annamaria"], ["uuid", "24f713d7-342c-4e81-b623-2a0913d389e8"], ["created_at", "2020-11-24 15:42:12.991328"], ["updated_at", "2020-11-24 15:42:12.991328"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "60840 Zboncak Roads, Lake Shawn, DE 27271"], ["city", "East Ladyview"], ["country", "Moldova"], ["description", "Dolores sit ab. Quisquam ut eos. Eum molestiae impedit. Eius nihil tempora. Culpa velit quia."], ["email", "donnie@example.info"], ["first_name", "Roland"], ["firstname", "Hae"], ["last_name", "Douglas"], ["lastname", "Hettinger"], ["lat", "-44.682932314105514"], ["latitute", "64.87667518641078"], ["lng", "-159.95129813656567"], ["locale", "IL"], ["longitude", "-67.2857265913051"], ["middlename", "Strosin"], ["middle_name", "Okuneva"], ["password", "Z4nM187eSuItKu"], ["phone", "1-704-905-5286"], ["phone_number", "1-685-669-6047 x1542"], ["reference", "fb7de7ee-2b73-43c6-87c0-fd9e6053e4b2"], ["title", "Atque dignissimos autem officiis illum."], ["user_name", "isidro.bogan"], ["username", "markus"], ["uuid", "a86a94f2-ad2c-4545-8fcd-275944a92cbd"], ["created_at", "2020-11-24 15:42:13.028403"], ["updated_at", "2020-11-24 15:42:13.028403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 217 1158 Faustino Glen, Larrychester, ME 17236-1981"], ["city", "Port Thersa"], ["country", "Saint Lucia"], ["description", "Eveniet hic quisquam. Ea ut repudiandae. Id alias quidem. Iusto quia facilis."], ["email", "marchelle@example.io"], ["first_name", "Maya"], ["firstname", "Zoraida"], ["last_name", "Funk"], ["lastname", "Wiegand"], ["lat", "62.98501375960265"], ["latitute", "-54.623707842449186"], ["lng", "5.740011337380736"], ["locale", "UG"], ["longitude", "166.1562127333591"], ["middlename", "Konopelski"], ["middle_name", "Anderson"], ["password", "JcJdT8jDg91Q295"], ["phone", "464-403-0522 x4939"], ["phone_number", "335.328.2758 x28644"], ["reference", "68542b36-1fd5-4339-adae-cf5a04212253"], ["title", "Reprehenderit laboriosam impedit itaque."], ["user_name", "amee"], ["username", "corine"], ["uuid", "c83f0296-3d57-4edb-b410-1388bc27f20d"], ["created_at", "2020-11-24 15:42:13.051243"], ["updated_at", "2020-11-24 15:42:13.051243"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 346 40125 Kihn Terrace, Braunville, NH 45605-6005"], ["city", "Stammport"], ["country", "Serbia"], ["description", "Atque mollitia earum. Sunt eaque voluptatum. Perferendis sint velit. Eos dolores ut."], ["email", "heath@example.co"], ["first_name", "Santiago"], ["firstname", "Dorsey"], ["last_name", "Brakus"], ["lastname", "White"], ["lat", "-14.598421695819852"], ["latitute", "-53.2140638834632"], ["lng", "155.1824387617773"], ["locale", "GI"], ["longitude", "-97.90221838882259"], ["middlename", "Pacocha"], ["middle_name", "Rath"], ["password", "PjGh1RqYqL51nQ9d"], ["phone", "(304) 506-6193 x14987"], ["phone_number", "(834) 661-1908 x40821"], ["reference", "e5c2555d-f2d0-48e7-bcac-438002652136"], ["title", "Qui quia eum est."], ["user_name", "daren_pollich"], ["username", "mitchell"], ["uuid", "93e1127c-1127-4333-a105-5d2521311acb"], ["created_at", "2020-11-24 15:42:13.073664"], ["updated_at", "2020-11-24 15:42:13.073664"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "258 Wiegand Greens, Calvinstad, TX 34781-8548"], ["city", "West Auguststad"], ["country", "Slovenia"], ["description", "Rerum et accusamus. Nam corrupti quis."], ["email", "harold.okuneva@example.net"], ["first_name", "Wendell"], ["firstname", "Julieann"], ["last_name", "Johnson"], ["lastname", "Dach"], ["lat", "32.65578407807125"], ["latitute", "-41.17423658839455"], ["lng", "54.70593227731362"], ["locale", "NF"], ["longitude", "57.75875865025316"], ["middlename", "Pagac"], ["middle_name", "Klein"], ["password", "6Vx3XrI2"], ["phone", "676.225.9086 x038"], ["phone_number", "731.758.4666 x161"], ["reference", "939db259-d1b0-4a10-8656-1fa3b2702b97"], ["title", "Laboriosam autem distinctio ipsam iure consequatur."], ["user_name", "lucius_gibson"], ["username", "claudio_huels"], ["uuid", "942646b4-a77e-4761-ac2c-1e928b2649c1"], ["created_at", "2020-11-24 15:42:13.095498"], ["updated_at", "2020-11-24 15:42:13.095498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 36], ["a_decimal", 14.0201041544744], ["a_string", "Fuga officiis dolorum."], ["a_date", "2020-12-22"], ["a_time", "2000-01-01 04:43:43.219468"], ["a_datetime", "2020-10-21 05:09:21.949585"], ["created_at", "2020-11-24 15:42:13.098264"], ["updated_at", "2020-11-24 15:42:13.098264"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 0], ["a_decimal", 5.18114463823044], ["a_string", "Velit ex harum animi quidem suscipit."], ["a_date", "2020-10-20"], ["a_time", "2000-01-01 19:45:54.377192"], ["a_datetime", "2020-12-03 10:35:33.101168"], ["created_at", "2020-11-24 15:42:13.100567"], ["updated_at", "2020-11-24 15:42:13.100567"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 2], ["a_decimal", 15.3794768161079], ["a_string", "Inventore animi dolor laudantium."], ["a_date", "2020-12-02"], ["a_time", "2000-01-01 23:24:37.660119"], ["a_datetime", "2020-10-16 15:56:23.402514"], ["created_at", "2020-11-24 15:42:13.103102"], ["updated_at", "2020-11-24 15:42:13.103102"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 17], ["a_decimal", 5.85449464249338], ["a_string", "Molestiae aut rerum alias molestiae reprehenderit."], ["a_date", "2021-01-03"], ["a_time", "2000-01-01 19:01:52.272934"], ["a_datetime", "2020-11-11 15:24:50.420502"], ["created_at", "2020-11-24 15:42:13.105811"], ["updated_at", "2020-11-24 15:42:13.105811"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 4], ["a_decimal", 0.0156795960918797], ["a_string", "Optio et esse eum."], ["a_date", "2020-10-31"], ["a_time", "2000-01-01 09:12:57.649987"], ["a_datetime", "2020-12-05 07:42:52.494421"], ["created_at", "2020-11-24 15:42:13.108046"], ["updated_at", "2020-11-24 15:42:13.108046"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 24], ["a_decimal", 1.19923506845642], ["a_string", "Autem dicta consectetur facere ut sunt."], ["a_date", "2020-11-15"], ["a_time", "2000-01-01 06:21:37.007326"], ["a_datetime", "2020-10-27 09:21:39.300843"], ["created_at", "2020-11-24 15:42:13.110225"], ["updated_at", "2020-11-24 15:42:13.110225"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 28], ["a_decimal", 5.00105289891613], ["a_string", "Libero reprehenderit sunt."], ["a_date", "2020-10-20"], ["a_time", "2000-01-01 13:59:12.420855"], ["a_datetime", "2020-10-18 15:12:51.598766"], ["created_at", "2020-11-24 15:42:13.112385"], ["updated_at", "2020-11-24 15:42:13.112385"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 13], ["a_decimal", 18.6498001740764], ["a_string", "Aut ducimus ipsam et."], ["a_date", "2020-11-14"], ["a_time", "2000-01-01 16:11:24.488782"], ["a_datetime", "2020-12-31 00:57:01.826321"], ["created_at", "2020-11-24 15:42:13.114565"], ["updated_at", "2020-11-24 15:42:13.114565"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 15:42:13.116164"], ["updated_at", "2020-11-24 15:42:13.116164"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 15:42:13.117361"], ["updated_at", "2020-11-24 15:42:13.117361"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 15:42:13.118479"], ["updated_at", "2020-11-24 15:42:13.118479"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 15:42:13.119667"], ["updated_at", "2020-11-24 15:42:13.119667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 15:42:13.121316"], ["updated_at", "2020-11-24 15:42:13.121316"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 15:42:13.122567"], ["updated_at", "2020-11-24 15:42:13.122567"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 15:42:13.123729"], ["updated_at", "2020-11-24 15:42:13.123729"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 15:42:13.124827"], ["updated_at", "2020-11-24 15:42:13.124827"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 15:42:13.125976"], ["updated_at", "2020-11-24 15:42:13.125976"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 15:42:13.127072"], ["updated_at", "2020-11-24 15:42:13.127072"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 15:42:13.128227"], ["updated_at", "2020-11-24 15:42:13.128227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 15:42:13.129310"], ["updated_at", "2020-11-24 15:42:13.129310"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 15:42:13.130360"], ["updated_at", "2020-11-24 15:42:13.130360"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 15:42:13.131407"], ["updated_at", "2020-11-24 15:42:13.131407"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 15:42:13.132481"], ["updated_at", "2020-11-24 15:42:13.132481"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 15:42:13.133574"], ["updated_at", "2020-11-24 15:42:13.133574"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1004], ["a_decimal", 33.3809899415617], ["a_string", "Qui nihil sint nesciunt."], ["a_unique_value", 5], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "EC"], ["created_at", "2020-11-24 15:42:13.137557"], ["updated_at", "2020-11-24 15:42:13.137557"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 5.23591075955585], ["a_string", "Rerum facilis vel quis."], ["a_unique_value", 10], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "We"], ["created_at", "2020-11-24 15:42:13.141112"], ["updated_at", "2020-11-24 15:42:13.141112"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1012], ["a_decimal", 16.3526854283085], ["a_string", "Ea ut quia eum."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "QBl"], ["created_at", "2020-11-24 15:42:13.144463"], ["updated_at", "2020-11-24 15:42:13.144463"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1019], ["a_decimal", 19.2583316659493], ["a_string", "Assumenda aut rerum."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "w"], ["created_at", "2020-11-24 15:42:13.147823"], ["updated_at", "2020-11-24 15:42:13.147823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1029], ["a_decimal", 24.1963481586117], ["a_string", "Et neque deleniti."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "yi"], ["created_at", "2020-11-24 15:42:13.151285"], ["updated_at", "2020-11-24 15:42:13.151285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 6.32355488308209], ["a_string", "Quia in aliquid officiis."], ["a_unique_value", 1], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "Jvy"], ["created_at", "2020-11-24 15:42:13.155230"], ["updated_at", "2020-11-24 15:42:13.155230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1009], ["a_decimal", 0.000649219660126543], ["a_string", "Ratione laborum totam mollitia nesciunt."], ["a_unique_value", 8], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "n"], ["created_at", "2020-11-24 15:42:13.158638"], ["updated_at", "2020-11-24 15:42:13.158638"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1004], ["a_decimal", 9.62126925731997], ["a_string", "Accusamus vitae sint distinctio."], ["a_unique_value", 9], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "c"], ["created_at", "2020-11-24 15:42:13.161924"], ["updated_at", "2020-11-24 15:42:13.161924"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:13.178270"], ["updated_at", "2020-11-24 15:42:13.178270"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:13.188175"], ["updated_at", "2020-11-24 15:42:13.188175"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:13.189189"], ["updated_at", "2020-11-24 15:42:13.189189"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:13.189987"], ["updated_at", "2020-11-24 15:42:13.189987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:13.190771"], ["updated_at", "2020-11-24 15:42:13.190771"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:13.191564"], ["updated_at", "2020-11-24 15:42:13.191564"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:13.192572"], ["updated_at", "2020-11-24 15:42:13.192572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:13.193782"], ["updated_at", "2020-11-24 15:42:13.193782"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:13.195014"], ["updated_at", "2020-11-24 15:42:13.195014"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:13.195903"], ["updated_at", "2020-11-24 15:42:13.195903"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:13.196752"], ["updated_at", "2020-11-24 15:42:13.196752"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:13.197570"], ["updated_at", "2020-11-24 15:42:13.197570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:13.198371"], ["updated_at", "2020-11-24 15:42:13.198371"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:13.199185"], ["updated_at", "2020-11-24 15:42:13.199185"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:13.200079"], ["updated_at", "2020-11-24 15:42:13.200079"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:13.200954"], ["updated_at", "2020-11-24 15:42:13.200954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 15:42:13.202928"], ["updated_at", "2020-11-24 15:42:13.202928"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 15:42:13.205168"], ["updated_at", "2020-11-24 15:42:13.205168"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 15:42:13.206965"], ["updated_at", "2020-11-24 15:42:13.206965"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 15:42:13.208783"], ["updated_at", "2020-11-24 15:42:13.208783"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 15:42:13.210591"], ["updated_at", "2020-11-24 15:42:13.210591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 15:42:13.212363"], ["updated_at", "2020-11-24 15:42:13.212363"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 15:42:13.214060"], ["updated_at", "2020-11-24 15:42:13.214060"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 15:42:13.215896"], ["updated_at", "2020-11-24 15:42:13.215896"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 8], ["created_at", "2020-11-24 15:42:13.218325"], ["updated_at", "2020-11-24 15:42:13.218325"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-24 15:42:13.221353"], ["updated_at", "2020-11-24 15:42:13.221353"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 7], ["created_at", "2020-11-24 15:42:13.223822"], ["updated_at", "2020-11-24 15:42:13.223822"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-24 15:42:13.226326"], ["updated_at", "2020-11-24 15:42:13.226326"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-24 15:42:13.228751"], ["updated_at", "2020-11-24 15:42:13.228751"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-24 15:42:13.231409"], ["updated_at", "2020-11-24 15:42:13.231409"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 5], ["created_at", "2020-11-24 15:42:13.233859"], ["updated_at", "2020-11-24 15:42:13.233859"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-24 15:42:13.236789"], ["updated_at", "2020-11-24 15:42:13.236789"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 3], ["a_decimal", 2.30771439101229], ["a_string", "Quisquam debitis eos."], ["a_date", "2020-12-05"], ["a_time", "2000-01-01 23:33:02.958818"], ["a_datetime", "2020-12-27 19:49:36.421260"], ["created_at", "2020-11-24 15:42:13.273556"], ["updated_at", "2020-11-24 15:42:13.273556"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 12], ["a_decimal", 32.1512571308721], ["a_string", "Repellat impedit dolor illum."], ["a_date", "2020-11-25"], ["a_time", "2000-01-01 07:32:47.880061"], ["a_datetime", "2020-12-13 07:08:08.342086"], ["created_at", "2020-11-24 15:42:13.278019"], ["updated_at", "2020-11-24 15:42:13.278019"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 31], ["a_decimal", 4.15712436433831], ["a_string", "Sunt quae id."], ["a_date", "2020-12-11"], ["a_time", "2000-01-01 08:02:35.396964"], ["a_datetime", "2020-10-19 04:29:27.588476"], ["created_at", "2020-11-24 15:42:13.281704"], ["updated_at", "2020-11-24 15:42:13.281704"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 2], ["a_decimal", 0.158117565321136], ["a_string", "Et porro mollitia sunt."], ["a_date", "2020-10-19"], ["a_time", "2000-01-01 09:27:53.162722"], ["a_datetime", "2020-11-03 22:03:29.995494"], ["created_at", "2020-11-24 15:42:13.287264"], ["updated_at", "2020-11-24 15:42:13.287264"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 12], ["a_decimal", 13.9946979827574], ["a_string", "Excepturi numquam quos dolorum perferendis dicta."], ["a_date", "2020-10-29"], ["a_time", "2000-01-01 11:47:15.209162"], ["a_datetime", "2021-01-03 19:44:40.493817"], ["created_at", "2020-11-24 15:42:13.290935"], ["updated_at", "2020-11-24 15:42:13.290935"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 13], ["a_decimal", 2.36486247403351], ["a_string", "Vero aliquid autem dolor."], ["a_date", "2020-11-22"], ["a_time", "2000-01-01 12:57:36.637284"], ["a_datetime", "2020-10-22 05:12:37.065603"], ["created_at", "2020-11-24 15:42:13.295401"], ["updated_at", "2020-11-24 15:42:13.295401"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:13.298975"], ["updated_at", "2020-11-24 15:42:13.298975"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:13.341514"], ["updated_at", "2020-11-24 15:42:13.341514"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:13.343180"], ["updated_at", "2020-11-24 15:42:13.343180"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:13.345049"], ["updated_at", "2020-11-24 15:42:13.345049"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:13.346636"], ["updated_at", "2020-11-24 15:42:13.346636"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:13.347997"], ["updated_at", "2020-11-24 15:42:13.347997"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:13.349347"], ["updated_at", "2020-11-24 15:42:13.349347"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:13.350620"], ["updated_at", "2020-11-24 15:42:13.350620"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:13.351875"], ["updated_at", "2020-11-24 15:42:13.351875"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:13.354434"], ["updated_at", "2020-11-24 15:42:13.354434"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:13.357041"], ["updated_at", "2020-11-24 15:42:13.357041"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:13.359835"], ["updated_at", "2020-11-24 15:42:13.359835"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:13.362765"], ["updated_at", "2020-11-24 15:42:13.362765"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:13.364897"], ["updated_at", "2020-11-24 15:42:13.364897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:13.366568"], ["updated_at", "2020-11-24 15:42:13.366568"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:13.368198"], ["updated_at", "2020-11-24 15:42:13.368198"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:13.370352"], ["updated_at", "2020-11-24 15:42:13.370352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 341 170 Fay Keys, Jaimetown, TX 30565"], ["city", "Nestorborough"], ["country", "Fiji"], ["description", "Quibusdam et omnis. Velit vitae et."], ["email", "mikel.wehner@example.co"], ["first_name", "Roosevelt"], ["firstname", "Williemae"], ["last_name", "Bosco"], ["lastname", "Schowalter"], ["lat", "43.42778916796016"], ["latitute", "-37.345210148136665"], ["lng", "61.67600320452459"], ["locale", "PF"], ["longitude", "-101.10572812496757"], ["middlename", "Quigley"], ["middle_name", "Bartoletti"], ["password", "JzEuRkT22"], ["phone", "1-782-468-4965 x279"], ["phone_number", "665-037-7939 x485"], ["reference", "4ec7448b-22a8-4217-9bbd-09fb867d0ae9"], ["title", "Eligendi hic ea occaecati aliquid excepturi."], ["user_name", "darren.sauer"], ["username", "logan"], ["uuid", "ba0b61fc-6cea-43a8-9e4b-019f8f3b57fc"], ["created_at", "2020-11-24 15:42:13.397554"], ["updated_at", "2020-11-24 15:42:13.397554"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 861 6841 Pouros Gardens, Sipesville, DE 62099"], ["city", "Oswaldofort"], ["country", "Greenland"], ["description", "Dolor exercitationem doloremque. Est quia laudantium. Rerum adipisci aut."], ["email", "gennie_ullrich@example.io"], ["first_name", "Tawanda"], ["firstname", "Zachery"], ["last_name", "Corwin"], ["lastname", "Rodriguez"], ["lat", "-51.85416091758562"], ["latitute", "50.003115827370266"], ["lng", "97.46577118998061"], ["locale", "BR"], ["longitude", "102.57130438739387"], ["middlename", "D'Amore"], ["middle_name", "Beier"], ["password", "W16cNsZpIg1PjK"], ["phone", "(431) 033-6400 x281"], ["phone_number", "467.554.7575 x0259"], ["reference", "3410873c-e3fb-4511-9cb1-bd39a0f829d0"], ["title", "Quia asperiores velit at."], ["user_name", "errol.barton"], ["username", "marcel"], ["uuid", "02780c3b-43cb-4966-ad39-0690ed54ce12"], ["created_at", "2020-11-24 15:42:13.421791"], ["updated_at", "2020-11-24 15:42:13.421791"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7187 Mills River, Bernierland, SD 06154-8220"], ["city", "Marvashire"], ["country", "Guadeloupe"], ["description", "Ut est alias. Consequuntur quia et."], ["email", "nolan@example.net"], ["first_name", "Maricela"], ["firstname", "Hai"], ["last_name", "Wilkinson"], ["lastname", "Adams"], ["lat", "31.42261468450478"], ["latitute", "-21.495824098980933"], ["lng", "-117.5088737547027"], ["locale", "MV"], ["longitude", "-95.3833260341029"], ["middlename", "Tremblay"], ["middle_name", "Toy"], ["password", "5UhAhQ0177p"], ["phone", "213.913.7681"], ["phone_number", "385.158.2951 x20016"], ["reference", "e2d84042-f7e0-429d-a2d1-52989e88b164"], ["title", "Eligendi non omnis est."], ["user_name", "oren_purdy"], ["username", "rolando"], ["uuid", "5f04a641-6ce6-4d41-86d8-739ef670c936"], ["created_at", "2020-11-24 15:42:13.443566"], ["updated_at", "2020-11-24 15:42:13.443566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "774 Beer Drive, Sonyahaven, AR 45898-5780"], ["city", "Port Changview"], ["country", "Ethiopia"], ["description", "Quis qui quia. Molestias numquam ipsum. Ipsam qui ab. Repudiandae qui perspiciatis. Voluptatem iusto provident."], ["email", "cornelius@example.name"], ["first_name", "Nakisha"], ["firstname", "Usha"], ["last_name", "Lind"], ["lastname", "O'Reilly"], ["lat", "42.2092818087296"], ["latitute", "-82.6171713071653"], ["lng", "154.71126191424287"], ["locale", "GI"], ["longitude", "95.12820037049619"], ["middlename", "Schuster"], ["middle_name", "Toy"], ["password", "RzVsZpF7nC"], ["phone", "(733) 191-8619"], ["phone_number", "1-306-789-1295 x22100"], ["reference", "9ea0b651-ece1-48b3-9dbd-483f82c22e1d"], ["title", "Et rerum nihil."], ["user_name", "vito.hoppe"], ["username", "sheridan"], ["uuid", "c242eb07-60ef-410e-abc4-691287452dea"], ["created_at", "2020-11-24 15:42:13.477717"], ["updated_at", "2020-11-24 15:42:13.477717"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 963 4519 Feest Place, Weissnatborough, AL 11517-7326"], ["city", "Port Caroylnfurt"], ["country", "Seychelles"], ["description", "Esse totam odit. Repellat placeat non. Vel debitis repudiandae."], ["email", "lahoma@example.info"], ["first_name", "Mohammad"], ["firstname", "Anderson"], ["last_name", "Lueilwitz"], ["lastname", "Lesch"], ["lat", "59.40922051067494"], ["latitute", "49.98797095566246"], ["lng", "-152.991231400185"], ["locale", "CZ"], ["longitude", "-1.2773109816867816"], ["middlename", "Blick"], ["middle_name", "Beier"], ["password", "5A3l9RvPsBe"], ["phone", "1-782-575-7190 x9255"], ["phone_number", "1-728-307-3345 x58000"], ["reference", "1dc2762d-19b1-48dc-821d-266cac89f289"], ["title", "Ipsa nisi dolore consequatur quos facere."], ["user_name", "ricky"], ["username", "jc"], ["uuid", "19cc698d-8f21-4f66-9ab8-e5d0cd5d5a85"], ["created_at", "2020-11-24 15:42:13.503484"], ["updated_at", "2020-11-24 15:42:13.503484"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 162 24384 Tyrell Orchard, East Katharina, IN 91047"], ["city", "South Millardshire"], ["country", "Poland"], ["description", "Sit quaerat libero. Consequuntur rerum tempora. Et qui ex."], ["email", "keenan@example.org"], ["first_name", "Irish"], ["firstname", "Quentin"], ["last_name", "Hayes"], ["lastname", "Cruickshank"], ["lat", "-18.975354951751186"], ["latitute", "70.11333069076701"], ["lng", "-160.38336351793401"], ["locale", "TD"], ["longitude", "150.19795184774767"], ["middlename", "Wiza"], ["middle_name", "Bogan"], ["password", "WqFcKvJiW"], ["phone", "(462) 635-8154"], ["phone_number", "433.480.8157 x196"], ["reference", "d9eb87d0-aa2c-4c2b-9542-d00318ac0ba3"], ["title", "Rerum odit voluptatem dolorem."], ["user_name", "evelin"], ["username", "loris"], ["uuid", "f5688728-92dd-4e9d-8c5f-5d485df62b28"], ["created_at", "2020-11-24 15:42:13.528557"], ["updated_at", "2020-11-24 15:42:13.528557"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 619 4644 Beier Gardens, New Lloyd, NV 49356-9005"], ["city", "West Enola"], ["country", "Guernsey"], ["description", "Consequuntur qui laboriosam. Omnis nihil et."], ["email", "eileen@example.co"], ["first_name", "Garnett"], ["firstname", "Riley"], ["last_name", "Gerlach"], ["lastname", "Erdman"], ["lat", "-72.2759302215072"], ["latitute", "39.58560587973321"], ["lng", "52.854608560664445"], ["locale", "GU"], ["longitude", "136.93915496733064"], ["middlename", "Kshlerin"], ["middle_name", "Bauch"], ["password", "DqEpIhQa"], ["phone", "(616) 280-3653 x99717"], ["phone_number", "1-247-686-1992 x7304"], ["reference", "15849c4d-dcb5-4933-a3af-4e6aabba33df"], ["title", "Quia aliquam nesciunt est aut."], ["user_name", "alvina_sipes"], ["username", "ileana"], ["uuid", "6372c125-fa17-423a-b036-4b2740d1953d"], ["created_at", "2020-11-24 15:42:13.551095"], ["updated_at", "2020-11-24 15:42:13.551095"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "37546 Rath Glen, Lake Hiediview, WI 28159-9970"], ["city", "Lefflerbury"], ["country", "Saint Martin"], ["description", "Animi aspernatur neque. Quia ex iure. Modi consequatur est."], ["email", "odilia.marquardt@example.info"], ["first_name", "Bryon"], ["firstname", "Scarlett"], ["last_name", "Graham"], ["lastname", "Cruickshank"], ["lat", "-36.21342055357034"], ["latitute", "61.75660322276866"], ["lng", "-179.31122034333382"], ["locale", "RW"], ["longitude", "8.226198294495106"], ["middlename", "Spinka"], ["middle_name", "Schuppe"], ["password", "R8lB9mUj8Ke"], ["phone", "1-420-525-4452 x047"], ["phone_number", "355.150.5120 x4947"], ["reference", "1c02346f-130c-4448-a0bf-ad2fcd0ac460"], ["title", "Dolorem ab in ut voluptatem."], ["user_name", "milton"], ["username", "giovanni_pfeffer"], ["uuid", "8608d309-1dd2-4552-b42e-1d9ad5085044"], ["created_at", "2020-11-24 15:42:13.573650"], ["updated_at", "2020-11-24 15:42:13.573650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 0], ["a_decimal", 15.3820184735167], ["a_string", "Minima officiis cum fugit excepturi."], ["a_date", "2020-12-01"], ["a_time", "2000-01-01 11:09:27.137346"], ["a_datetime", "2020-12-24 11:04:18.771779"], ["created_at", "2020-11-24 15:42:13.576364"], ["updated_at", "2020-11-24 15:42:13.576364"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 5], ["a_decimal", 9.51763159374198], ["a_string", "Dignissimos architecto non quam."], ["a_date", "2020-10-15"], ["a_time", "2000-01-01 20:54:34.440322"], ["a_datetime", "2020-11-03 07:23:17.270117"], ["created_at", "2020-11-24 15:42:13.578619"], ["updated_at", "2020-11-24 15:42:13.578619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 8], ["a_decimal", 1.65967599757467], ["a_string", "Totam molestiae sint."], ["a_date", "2020-10-24"], ["a_time", "2000-01-01 04:33:34.117048"], ["a_datetime", "2020-10-19 20:45:59.244979"], ["created_at", "2020-11-24 15:42:13.580767"], ["updated_at", "2020-11-24 15:42:13.580767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 2], ["a_decimal", 0.361789933494303], ["a_string", "Ullam non qui."], ["a_date", "2020-11-22"], ["a_time", "2000-01-01 10:18:13.492901"], ["a_datetime", "2020-10-17 14:37:01.861224"], ["created_at", "2020-11-24 15:42:13.582902"], ["updated_at", "2020-11-24 15:42:13.582902"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 17], ["a_decimal", 3.2592388439732], ["a_string", "Similique numquam sunt quia sed."], ["a_date", "2020-11-23"], ["a_time", "2000-01-01 14:13:32.500581"], ["a_datetime", "2020-12-16 06:36:44.713769"], ["created_at", "2020-11-24 15:42:13.585049"], ["updated_at", "2020-11-24 15:42:13.585049"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 32], ["a_decimal", 1.22293027387129], ["a_string", "Nulla quia aut."], ["a_date", "2020-11-10"], ["a_time", "2000-01-01 19:45:31.263080"], ["a_datetime", "2020-11-18 23:03:19.506336"], ["created_at", "2020-11-24 15:42:13.587312"], ["updated_at", "2020-11-24 15:42:13.587312"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 12], ["a_decimal", -0.260095788473027], ["a_string", "Non velit facilis ut hic."], ["a_date", "2020-11-13"], ["a_time", "2000-01-01 09:58:25.848961"], ["a_datetime", "2020-12-11 13:39:21.382649"], ["created_at", "2020-11-24 15:42:13.589504"], ["updated_at", "2020-11-24 15:42:13.589504"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 16], ["a_decimal", 26.383569816546], ["a_string", "Vel ullam voluptatem."], ["a_date", "2021-01-03"], ["a_time", "2000-01-01 06:49:40.035130"], ["a_datetime", "2020-11-05 15:56:22.656151"], ["created_at", "2020-11-24 15:42:13.591648"], ["updated_at", "2020-11-24 15:42:13.591648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 15:42:13.593171"], ["updated_at", "2020-11-24 15:42:13.593171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 15:42:13.594301"], ["updated_at", "2020-11-24 15:42:13.594301"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 15:42:13.595363"], ["updated_at", "2020-11-24 15:42:13.595363"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 15:42:13.596486"], ["updated_at", "2020-11-24 15:42:13.596486"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 15:42:13.597570"], ["updated_at", "2020-11-24 15:42:13.597570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 15:42:13.598626"], ["updated_at", "2020-11-24 15:42:13.598626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 15:42:13.599677"], ["updated_at", "2020-11-24 15:42:13.599677"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 15:42:13.600738"], ["updated_at", "2020-11-24 15:42:13.600738"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 15:42:13.601937"], ["updated_at", "2020-11-24 15:42:13.601937"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 15:42:13.603318"], ["updated_at", "2020-11-24 15:42:13.603318"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 15:42:13.605147"], ["updated_at", "2020-11-24 15:42:13.605147"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 15:42:13.606312"], ["updated_at", "2020-11-24 15:42:13.606312"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 15:42:13.607377"], ["updated_at", "2020-11-24 15:42:13.607377"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 15:42:13.608446"], ["updated_at", "2020-11-24 15:42:13.608446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 15:42:13.609494"], ["updated_at", "2020-11-24 15:42:13.609494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 15:42:13.610577"], ["updated_at", "2020-11-24 15:42:13.610577"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1004], ["a_decimal", 6.40403076263392], ["a_string", "A doloribus aut perspiciatis."], ["a_unique_value", 8], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "m"], ["created_at", "2020-11-24 15:42:13.613952"], ["updated_at", "2020-11-24 15:42:13.613952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1003], ["a_decimal", 10.2267981354805], ["a_string", "Beatae ab quibusdam nihil repellendus consequatur."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "y"], ["created_at", "2020-11-24 15:42:13.617254"], ["updated_at", "2020-11-24 15:42:13.617254"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 2.30610964876705], ["a_string", "Dolor velit voluptatem laudantium dolorem."], ["a_unique_value", 9], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "IEZ"], ["created_at", "2020-11-24 15:42:13.621012"], ["updated_at", "2020-11-24 15:42:13.621012"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1013], ["a_decimal", 6.11746046352181], ["a_string", "Maxime quo veniam laborum ut sed."], ["a_unique_value", 4], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "pi"], ["created_at", "2020-11-24 15:42:13.624633"], ["updated_at", "2020-11-24 15:42:13.624633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1021], ["a_decimal", 23.0761304318139], ["a_string", "Possimus sint voluptatem amet voluptate."], ["a_unique_value", 7], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "dCK"], ["created_at", "2020-11-24 15:42:13.628050"], ["updated_at", "2020-11-24 15:42:13.628050"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1005], ["a_decimal", 3.99251147983306], ["a_string", "Fugit perferendis doloribus."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "JUh"], ["created_at", "2020-11-24 15:42:13.631568"], ["updated_at", "2020-11-24 15:42:13.631568"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1010], ["a_decimal", 0.419889697382475], ["a_string", "Quibusdam laboriosam iste ipsam dolor."], ["a_unique_value", 10], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "PXW"], ["created_at", "2020-11-24 15:42:13.635031"], ["updated_at", "2020-11-24 15:42:13.635031"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1011], ["a_decimal", 28.7073564342692], ["a_string", "Aut quis inventore rem."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "dK"], ["created_at", "2020-11-24 15:42:13.638713"], ["updated_at", "2020-11-24 15:42:13.638713"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:13.666715"], ["updated_at", "2020-11-24 15:42:13.666715"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:13.667593"], ["updated_at", "2020-11-24 15:42:13.667593"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:13.668315"], ["updated_at", "2020-11-24 15:42:13.668315"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:13.669006"], ["updated_at", "2020-11-24 15:42:13.669006"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:13.669755"], ["updated_at", "2020-11-24 15:42:13.669755"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:13.670663"], ["updated_at", "2020-11-24 15:42:13.670663"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:13.671395"], ["updated_at", "2020-11-24 15:42:13.671395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:13.672099"], ["updated_at", "2020-11-24 15:42:13.672099"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:13.672817"], ["updated_at", "2020-11-24 15:42:13.672817"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:13.673531"], ["updated_at", "2020-11-24 15:42:13.673531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:13.674214"], ["updated_at", "2020-11-24 15:42:13.674214"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:13.674889"], ["updated_at", "2020-11-24 15:42:13.674889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:13.675581"], ["updated_at", "2020-11-24 15:42:13.675581"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:13.676250"], ["updated_at", "2020-11-24 15:42:13.676250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:13.676915"], ["updated_at", "2020-11-24 15:42:13.676915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:13.677557"], ["updated_at", "2020-11-24 15:42:13.677557"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 15:42:13.678872"], ["updated_at", "2020-11-24 15:42:13.678872"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 15:42:13.680084"], ["updated_at", "2020-11-24 15:42:13.680084"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 15:42:13.681285"], ["updated_at", "2020-11-24 15:42:13.681285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 15:42:13.682700"], ["updated_at", "2020-11-24 15:42:13.682700"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 15:42:13.683903"], ["updated_at", "2020-11-24 15:42:13.683903"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 15:42:13.685054"], ["updated_at", "2020-11-24 15:42:13.685054"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 15:42:13.686250"], ["updated_at", "2020-11-24 15:42:13.686250"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 15:42:13.687370"], ["updated_at", "2020-11-24 15:42:13.687370"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-24 15:42:13.688954"], ["updated_at", "2020-11-24 15:42:13.688954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 4], ["created_at", "2020-11-24 15:42:13.690479"], ["updated_at", "2020-11-24 15:42:13.690479"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 6], ["created_at", "2020-11-24 15:42:13.691971"], ["updated_at", "2020-11-24 15:42:13.691971"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-24 15:42:13.693525"], ["updated_at", "2020-11-24 15:42:13.693525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-24 15:42:13.695035"], ["updated_at", "2020-11-24 15:42:13.695035"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 8], ["created_at", "2020-11-24 15:42:13.696523"], ["updated_at", "2020-11-24 15:42:13.696523"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 6], ["created_at", "2020-11-24 15:42:13.698013"], ["updated_at", "2020-11-24 15:42:13.698013"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 8], ["created_at", "2020-11-24 15:42:13.699491"], ["updated_at", "2020-11-24 15:42:13.699491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.0ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.3ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.9ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.9ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1010], ["a_decimal", 4.25941779233197], ["a_string", "Et dolorem dicta hic rerum."], ["a_unique_value", 6], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "c"], ["created_at", "2020-11-24 15:42:31.635980"], ["updated_at", "2020-11-24 15:42:31.635980"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1019], ["a_decimal", 10.024785457798], ["a_string", "Qui repellendus animi incidunt."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "X"], ["created_at", "2020-11-24 15:42:31.640245"], ["updated_at", "2020-11-24 15:42:31.640245"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1003], ["a_decimal", 21.2594170115211], ["a_string", "Facilis ipsam aut qui inventore explicabo."], ["a_unique_value", 10], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "crC"], ["created_at", "2020-11-24 15:42:31.652598"], ["updated_at", "2020-11-24 15:42:31.652598"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1021], ["a_decimal", 2.15092865137047], ["a_string", "Modi voluptas assumenda perspiciatis."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "AP"], ["created_at", "2020-11-24 15:42:31.657350"], ["updated_at", "2020-11-24 15:42:31.657350"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 20.2431812298891], ["a_string", "Optio est nobis a labore commodi."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "AEF"], ["created_at", "2020-11-24 15:42:31.661770"], ["updated_at", "2020-11-24 15:42:31.661770"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1025], ["a_decimal", 10.3124940536928], ["a_string", "Ullam aut voluptates est."], ["a_unique_value", 4], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "J"], ["created_at", "2020-11-24 15:42:31.666059"], ["updated_at", "2020-11-24 15:42:31.666059"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1007], ["a_decimal", 2.62088126970411], ["a_string", "Dolore in id ullam cumque tempora."], ["a_unique_value", 8], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "po"], ["created_at", "2020-11-24 15:42:31.670555"], ["updated_at", "2020-11-24 15:42:31.670555"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1007], ["a_decimal", 5.66621187841427], ["a_string", "Repellendus error et non fugit."], ["a_unique_value", 3], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "V"], ["created_at", "2020-11-24 15:42:31.675021"], ["updated_at", "2020-11-24 15:42:31.675021"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1009], ["a_decimal", 6.82497705751176], ["a_string", "Ut iure accusamus."], ["a_unique_value", 7], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "wX"], ["created_at", "2020-11-24 15:42:31.679247"], ["updated_at", "2020-11-24 15:42:31.679247"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1013], ["a_decimal", 7.39645611445606], ["a_string", "Sed est ex eius nobis sapiente."], ["a_unique_value", 9], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "Ee"], ["created_at", "2020-11-24 15:42:31.683525"], ["updated_at", "2020-11-24 15:42:31.683525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1007], ["a_decimal", 21.4783306660612], ["a_string", "Qui in inventore esse eum omnis."], ["a_unique_value", 8], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "lKW"], ["created_at", "2020-11-24 15:42:31.690373"], ["updated_at", "2020-11-24 15:42:31.690373"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1012], ["a_decimal", 1.47197809074576], ["a_string", "At repellendus reiciendis temporibus."], ["a_unique_value", 10], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "ZRC"], ["created_at", "2020-11-24 15:42:31.696095"], ["updated_at", "2020-11-24 15:42:31.696095"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1009], ["a_decimal", 8.76969487198497], ["a_string", "Rem odit magnam inventore."], ["a_unique_value", 4], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "zTx"], ["created_at", "2020-11-24 15:42:31.700541"], ["updated_at", "2020-11-24 15:42:31.700541"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1029], ["a_decimal", 11.3264634015476], ["a_string", "Laudantium voluptatem perferendis excepturi dolores."], ["a_unique_value", 7], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "ifZ"], ["created_at", "2020-11-24 15:42:31.705612"], ["updated_at", "2020-11-24 15:42:31.705612"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1003], ["a_decimal", 8.11784485831662], ["a_string", "Recusandae sint consequuntur totam."], ["a_unique_value", 2], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "rs"], ["created_at", "2020-11-24 15:42:31.709956"], ["updated_at", "2020-11-24 15:42:31.709956"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1023], ["a_decimal", 8.2223094805181], ["a_string", "Aut ut dolor amet magnam."], ["a_unique_value", 3], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "R"], ["created_at", "2020-11-24 15:42:31.714034"], ["updated_at", "2020-11-24 15:42:31.714034"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 14.7577820141827], ["a_string", "Cumque tenetur quia nesciunt."], ["a_unique_value", 9], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "r"], ["created_at", "2020-11-24 15:42:31.718163"], ["updated_at", "2020-11-24 15:42:31.718163"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1038], ["a_decimal", 17.6818259807265], ["a_string", "Rem nam quis quam."], ["a_unique_value", 5], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "oz"], ["created_at", "2020-11-24 15:42:31.722669"], ["updated_at", "2020-11-24 15:42:31.722669"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1039], ["a_decimal", 38.5243863126355], ["a_string", "Dolor sed quia ullam quaerat voluptatem."], ["a_unique_value", 1], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "NI"], ["created_at", "2020-11-24 15:42:31.726801"], ["updated_at", "2020-11-24 15:42:31.726801"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1012], ["a_decimal", 3.02274670584582], ["a_string", "Sit occaecati non suscipit saepe consectetur."], ["a_unique_value", 6], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "JS"], ["created_at", "2020-11-24 15:42:31.730865"], ["updated_at", "2020-11-24 15:42:31.730865"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1031], ["a_decimal", 15.6825653665021], ["a_string", "Quam rerum quo."], ["a_unique_value", 5], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "GP"], ["created_at", "2020-11-24 15:42:31.737053"], ["updated_at", "2020-11-24 15:42:31.737053"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1015], ["a_decimal", 29.436274369754], ["a_string", "Optio eos sunt facere voluptatum est."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "C"], ["created_at", "2020-11-24 15:42:31.742658"], ["updated_at", "2020-11-24 15:42:31.742658"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1003], ["a_decimal", 7.45444222075714], ["a_string", "Doloremque et exercitationem."], ["a_unique_value", 3], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "cJ"], ["created_at", "2020-11-24 15:42:31.747191"], ["updated_at", "2020-11-24 15:42:31.747191"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 1.04337162381574], ["a_string", "Doloribus necessitatibus omnis."], ["a_unique_value", 4], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "Si"], ["created_at", "2020-11-24 15:42:31.751351"], ["updated_at", "2020-11-24 15:42:31.751351"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1004], ["a_decimal", 9.47746294520238], ["a_string", "Expedita harum nisi."], ["a_unique_value", 7], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "lNG"], ["created_at", "2020-11-24 15:42:31.755979"], ["updated_at", "2020-11-24 15:42:31.755979"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1004], ["a_decimal", 14.4574303631376], ["a_string", "Est aut mollitia id."], ["a_unique_value", 9], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "MjL"], ["created_at", "2020-11-24 15:42:31.760193"], ["updated_at", "2020-11-24 15:42:31.760193"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1014], ["a_decimal", 8.00719202454394], ["a_string", "Nobis et id totam non."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "C"], ["created_at", "2020-11-24 15:42:31.764321"], ["updated_at", "2020-11-24 15:42:31.764321"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1003], ["a_decimal", 0.194849411031744], ["a_string", "Possimus reprehenderit maiores."], ["a_unique_value", 8], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "A"], ["created_at", "2020-11-24 15:42:31.768665"], ["updated_at", "2020-11-24 15:42:31.768665"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 20.7910628693567], ["a_string", "Corporis et est aspernatur beatae consequatur."], ["a_unique_value", 10], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "A"], ["created_at", "2020-11-24 15:42:31.773033"], ["updated_at", "2020-11-24 15:42:31.773033"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1037], ["a_decimal", 7.86310021942076], ["a_string", "Qui tenetur sint."], ["a_unique_value", 1], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "yp"], ["created_at", "2020-11-24 15:42:31.777107"], ["updated_at", "2020-11-24 15:42:31.777107"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1006], ["a_decimal", 8.33096412489717], ["a_string", "Molestiae est quasi."], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "Bv"], ["created_at", "2020-11-24 15:42:31.823964"], ["updated_at", "2020-11-24 15:42:31.823964"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1007], ["a_decimal", 1.77093128139949], ["a_string", "Odit nobis nesciunt."], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "lX"], ["created_at", "2020-11-24 15:42:31.863676"], ["updated_at", "2020-11-24 15:42:31.863676"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1007], ["a_decimal", 0.662357701951658], ["a_string", "Laboriosam sunt praesentium ex a."], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "u"], ["created_at", "2020-11-24 15:42:31.902783"], ["updated_at", "2020-11-24 15:42:31.902783"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1008], ["a_decimal", 0.0798047529044659], ["a_string", "Molestiae culpa eum suscipit."], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "zd"], ["created_at", "2020-11-24 15:42:31.945999"], ["updated_at", "2020-11-24 15:42:31.945999"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1018], ["a_decimal", 13.5494344069514], ["a_string", "Non ut quia."], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "uue"], ["created_at", "2020-11-24 15:42:31.985280"], ["updated_at", "2020-11-24 15:42:31.985280"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1007], ["a_decimal", 22.3757065207682], ["a_string", "Omnis est dicta dolorem modi animi."], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "kj"], ["created_at", "2020-11-24 15:42:32.024079"], ["updated_at", "2020-11-24 15:42:32.024079"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1005], ["a_decimal", 1.26027433312663], ["a_string", "Nulla et voluptatem."], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "DM"], ["created_at", "2020-11-24 15:42:32.066061"], ["updated_at", "2020-11-24 15:42:32.066061"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1003], ["a_decimal", 0.195705144633664], ["a_string", "Delectus quam consectetur velit."], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "L"], ["created_at", "2020-11-24 15:42:32.104656"], ["updated_at", "2020-11-24 15:42:32.104656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1004], ["a_decimal", 5.53263173714834], ["a_string", "Tenetur nostrum voluptates ex."], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "zQ"], ["created_at", "2020-11-24 15:42:32.143093"], ["updated_at", "2020-11-24 15:42:32.143093"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1004], ["a_decimal", 36.4411995102212], ["a_string", "Amet soluta ut nihil."], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "gej"], ["created_at", "2020-11-24 15:42:32.185640"], ["updated_at", "2020-11-24 15:42:32.185640"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "247 Laurence Fields, New Eunice, MO 12413-4121"], ["city", "Danniefort"], ["country", "Tanzania"], ["description", "Possimus non eum. Quasi tempora dolor. Rerum neque reprehenderit."], ["email", "terrence@example.info"], ["first_name", "Adelle"], ["firstname", "Jarrod"], ["last_name", "Huel"], ["lastname", "Krajcik"], ["lat", "1.4619123017772608"], ["latitute", "25.817050570946904"], ["lng", "-79.26147750560173"], ["locale", "IT"], ["longitude", "166.13432892463044"], ["middlename", "Welch"], ["middle_name", "Corwin"], ["password", "BiGzAzYgQfUsVc"], ["phone", "(524) 255-7735 x104"], ["phone_number", "(955) 745-1862 x047"], ["reference", "91aa9d3b-4778-441d-b154-4ec9f03543ff"], ["title", "Est delectus ut."], ["user_name", "alpha"], ["username", "kasey"], ["uuid", "8359f1b1-6d3d-49f9-869f-6eefa5ffaf96"], ["created_at", "2020-11-24 15:42:32.253765"], ["updated_at", "2020-11-24 15:42:32.253765"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 197 7991 Mohammad Loop, McDermottview, MN 56834-1688"], ["city", "South Minhport"], ["country", "Northern Mariana Islands"], ["description", "Sit culpa dolorem. Maxime sit deserunt. Et iusto enim."], ["email", "stephenie.erdman@example.com"], ["first_name", "Ignacia"], ["firstname", "Domenic"], ["last_name", "Wolf"], ["lastname", "Kassulke"], ["lat", "70.13142645653355"], ["latitute", "87.62904529521319"], ["lng", "28.73169636463976"], ["locale", "WF"], ["longitude", "-100.12451716892163"], ["middlename", "King"], ["middle_name", "Nikolaus"], ["password", "KuKkNpF3r8J"], ["phone", "(106) 952-3918"], ["phone_number", "358-129-7540 x528"], ["reference", "02b59006-7289-43b1-99f9-a41fef25c041"], ["title", "Alias rerum rem."], ["user_name", "abel"], ["username", "rory.parker"], ["uuid", "00cdd040-6132-4943-9f5c-8f6cb13a6bc3"], ["created_at", "2020-11-24 15:42:32.277010"], ["updated_at", "2020-11-24 15:42:32.277010"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 938 2235 Funk Key, Wisozkton, MA 87658"], ["city", "Lake Rina"], ["country", "Falkland Islands (Malvinas)"], ["description", "Delectus ipsum necessitatibus. Quas atque doloremque. Et vitae reiciendis. Nesciunt quia accusamus. Incidunt id dolorum."], ["email", "olimpia@example.com"], ["first_name", "Kasey"], ["firstname", "Brendon"], ["last_name", "Kunze"], ["lastname", "Champlin"], ["lat", "52.42209293464501"], ["latitute", "12.734831833307723"], ["lng", "-87.67222521153047"], ["locale", "PG"], ["longitude", "-21.671396487027693"], ["middlename", "O'Kon"], ["middle_name", "Ritchie"], ["password", "F8nEmWgL"], ["phone", "955.379.1283"], ["phone_number", "1-106-739-4602"], ["reference", "5e7857ae-8902-4d93-8e54-a3c97129aec9"], ["title", "Odio quisquam repellat eos aliquam suscipit."], ["user_name", "ty.block"], ["username", "andrew.oconnell"], ["uuid", "269d375c-bc59-4828-a14c-47daf5b52cf4"], ["created_at", "2020-11-24 15:42:32.299267"], ["updated_at", "2020-11-24 15:42:32.299267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "5204 Luciana Key, Jacobston, ID 81040-6060"], ["city", "Port Nickytown"], ["country", "Wallis and Futuna"], ["description", "Voluptas ipsum beatae. Et repellendus quod. Inventore et provident. Perspiciatis cum mollitia. Facilis incidunt tenetur."], ["email", "jung_koss@example.org"], ["first_name", "Agustin"], ["firstname", "Rolf"], ["last_name", "Rosenbaum"], ["lastname", "Feil"], ["lat", "89.63161064000519"], ["latitute", "-3.572060328946634"], ["lng", "-157.81754627126188"], ["locale", "LB"], ["longitude", "-90.04927018449622"], ["middlename", "Upton"], ["middle_name", "Nolan"], ["password", "R34vDjQdWqOxEf"], ["phone", "(344) 050-6679 x8854"], ["phone_number", "1-210-020-2031"], ["reference", "32041a23-b6df-4159-9e95-74de9b64f1b4"], ["title", "Dolor cumque repellendus."], ["user_name", "troy.hickle"], ["username", "bernard.witting"], ["uuid", "d530a946-c7bb-4ce7-9fdf-eb7a8ee05408"], ["created_at", "2020-11-24 15:42:32.335679"], ["updated_at", "2020-11-24 15:42:32.335679"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "74870 Zemlak Passage, South Garth, DE 63562-1414"], ["city", "Raynorhaven"], ["country", "Central African Republic"], ["description", "Qui repellat saepe. Rerum quia aliquam. Velit dolore et."], ["email", "connie_becker@example.co"], ["first_name", "Britt"], ["firstname", "Edmund"], ["last_name", "Harvey"], ["lastname", "Mertz"], ["lat", "56.71588031440493"], ["latitute", "-18.280933290115925"], ["lng", "129.25703995236438"], ["locale", "MA"], ["longitude", "66.70063298296904"], ["middlename", "Willms"], ["middle_name", "Franecki"], ["password", "9VoSlFk0XqV8pD"], ["phone", "(298) 333-7565 x18354"], ["phone_number", "1-604-840-7081"], ["reference", "8f7ff31f-e610-40e2-bc61-5d192052c626"], ["title", "Quibusdam veritatis vero laboriosam."], ["user_name", "arnetta"], ["username", "florentina_bartoletti"], ["uuid", "776485b6-7627-4331-aa70-313f52fbde20"], ["created_at", "2020-11-24 15:42:32.359413"], ["updated_at", "2020-11-24 15:42:32.359413"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "441 Champlin Island, West Connie, MS 87617"], ["city", "Bentonland"], ["country", "Netherlands"], ["description", "Voluptatem molestiae et. Ut expedita beatae. Repellendus reiciendis enim. Officiis dolore minus."], ["email", "lucius@example.info"], ["first_name", "Lonnie"], ["firstname", "Kimberlie"], ["last_name", "Miller"], ["lastname", "Goyette"], ["lat", "35.46089164000253"], ["latitute", "31.615874846128207"], ["lng", "-53.60944560172193"], ["locale", "BH"], ["longitude", "-81.60142478099695"], ["middlename", "Smitham"], ["middle_name", "Williamson"], ["password", "StYsNt7O8b0VrH0m"], ["phone", "1-108-971-1262 x02908"], ["phone_number", "525.529.3300 x95024"], ["reference", "f9e9d63e-a08f-4293-9e42-fc462bcc9a78"], ["title", "Incidunt qui est iure."], ["user_name", "roselia.hilpert"], ["username", "karrie.kutch"], ["uuid", "8aaf3d0c-717a-4b1a-8e6c-abb42fefb8ca"], ["created_at", "2020-11-24 15:42:32.381556"], ["updated_at", "2020-11-24 15:42:32.381556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 228 3386 Emilie Vista, West Margaritoton, NV 89525-6982"], ["city", "South Laurynton"], ["country", "Hong Kong"], ["description", "Occaecati quae omnis. Rerum hic nisi. Ullam aliquid amet. Rerum aliquam voluptates."], ["email", "mariko.dietrich@example.co"], ["first_name", "Kia"], ["firstname", "Ludie"], ["last_name", "Lehner"], ["lastname", "Christiansen"], ["lat", "-64.43311194411157"], ["latitute", "-6.8224008921891794"], ["lng", "111.43244022750531"], ["locale", "MM"], ["longitude", "-45.40489539839356"], ["middlename", "Walsh"], ["middle_name", "Kohler"], ["password", "K07lT1oE6"], ["phone", "(881) 234-9749"], ["phone_number", "(108) 230-1314 x0571"], ["reference", "51e11b6c-f6f2-40cb-8854-3fa25fc9f0b0"], ["title", "Harum eos provident qui nam."], ["user_name", "refugio.watsica"], ["username", "jed"], ["uuid", "bc32a534-e331-4ada-a15f-f897a0252b29"], ["created_at", "2020-11-24 15:42:32.404569"], ["updated_at", "2020-11-24 15:42:32.404569"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9590 Mante Village, New Nidiaberg, WI 65577"], ["city", "Lake Coleman"], ["country", "Burkina Faso"], ["description", "Commodi quos repellendus. Qui vitae numquam. Ex fuga ut. Nobis animi quia."], ["email", "inocencia.hartmann@example.biz"], ["first_name", "Shirley"], ["firstname", "Hassie"], ["last_name", "Kuphal"], ["lastname", "Bogan"], ["lat", "-50.141546448085926"], ["latitute", "21.406079654197384"], ["lng", "75.51413742429469"], ["locale", "SL"], ["longitude", "-169.9344780098127"], ["middlename", "Prosacco"], ["middle_name", "Zieme"], ["password", "TgSoRrW9a"], ["phone", "116.525.2924 x7241"], ["phone_number", "327-337-5383 x049"], ["reference", "8973c534-7bd2-4b9a-a36d-1d5b39308b9e"], ["title", "Labore non dolorem reiciendis vero sint."], ["user_name", "curtis_lynch"], ["username", "taneka"], ["uuid", "d7759bb3-9f40-4280-975c-6953cc2ed67e"], ["created_at", "2020-11-24 15:42:32.435625"], ["updated_at", "2020-11-24 15:42:32.435625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7058 Brian Pines, North Margheritaville, OR 70924"], ["city", "North Scot"], ["country", "Norway"], ["description", "Beatae laboriosam quae. Enim voluptas alias. Libero in atque. Commodi et velit."], ["email", "adan@example.com"], ["first_name", "Cedrick"], ["firstname", "Modesto"], ["last_name", "Lebsack"], ["lastname", "Moen"], ["lat", "36.19375416835527"], ["latitute", "34.29246250208223"], ["lng", "87.16498436877288"], ["locale", "MW"], ["longitude", "117.3651510387366"], ["middlename", "Goyette"], ["middle_name", "Rowe"], ["password", "AdCb61LdSjIv6Bu"], ["phone", "(514) 688-2997 x27322"], ["phone_number", "683-962-7466 x090"], ["reference", "1a17e0b4-476d-4aa2-8fae-663305e30142"], ["title", "Tempore facilis qui possimus et."], ["user_name", "abraham"], ["username", "anastasia"], ["uuid", "4b47aeab-1ac0-43eb-bce4-566407f63b08"], ["created_at", "2020-11-24 15:42:32.459163"], ["updated_at", "2020-11-24 15:42:32.459163"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 548 51412 Nettie Islands, South Jaysonhaven, TN 30455-8720"], ["city", "Garthfurt"], ["country", "Luxembourg"], ["description", "Nam repudiandae soluta. Ex quibusdam voluptas. Est maxime maiores."], ["email", "carl_mraz@example.co"], ["first_name", "Frances"], ["firstname", "Buford"], ["last_name", "Morissette"], ["lastname", "Stanton"], ["lat", "-14.44997125918809"], ["latitute", "70.66123542727843"], ["lng", "-140.4196865510059"], ["locale", "CK"], ["longitude", "-128.47272990691187"], ["middlename", "Schaden"], ["middle_name", "Kozey"], ["password", "NuH3wB3hApZsI1"], ["phone", "1-140-846-3168 x87372"], ["phone_number", "1-415-193-8560 x41720"], ["reference", "273e5fc7-072e-4669-804f-c361eba61c0f"], ["title", "Autem at est."], ["user_name", "vernon.cruickshank"], ["username", "marcel.miller"], ["uuid", "c410ab53-f966-4ca1-9c3e-8ff649276773"], ["created_at", "2020-11-24 15:42:32.481358"], ["updated_at", "2020-11-24 15:42:32.481358"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:32.502798"], ["updated_at", "2020-11-24 15:42:32.502798"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.2ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:32.511524"], ["updated_at", "2020-11-24 15:42:32.511524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "30929 Stacy Motorway, West Noel, KY 07563"], ["city", "North Pingberg"], ["country", "Comoros"], ["description", "Fugiat eos ea. Quisquam impedit vel."], ["email", "vernon_ullrich@example.io"], ["first_name", "Howard"], ["firstname", "Mignon"], ["last_name", "Gusikowski"], ["lastname", "Kreiger"], ["lat", "21.602131604097366"], ["latitute", "-52.24095739124027"], ["lng", "-102.67228541903496"], ["locale", "EC"], ["longitude", "-121.72136191390183"], ["middlename", "Nicolas"], ["middle_name", "Kshlerin"], ["password", "2F9t7TcWa"], ["phone", "350.282.7569 x2300"], ["phone_number", "1-840-416-4496 x8049"], ["reference", "c377d060-ed0a-46d9-9dfa-fef151a4ce59"], ["title", "Ipsum omnis eum velit consequatur accusantium."], ["user_name", "santiago"], ["username", "micah_gutmann"], ["uuid", "3d9071c2-0a62-43f0-818a-8543fcad56e2"], ["created_at", "2020-11-24 15:42:32.546530"], ["updated_at", "2020-11-24 15:42:32.546530"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 2], ["a_decimal", 0.330638059763879], ["a_string", "Sunt fuga aperiam."], ["a_date", "2020-11-09"], ["a_time", "2000-01-01 05:16:50.889846"], ["a_datetime", "2020-12-13 12:46:37.301365"], ["created_at", "2020-11-24 15:42:32.557561"], ["updated_at", "2020-11-24 15:42:32.557561"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 15:42:32.562749"], ["updated_at", "2020-11-24 15:42:32.562749"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 15:42:32.567644"], ["updated_at", "2020-11-24 15:42:32.567644"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1027], ["a_decimal", 5.11612647260218], ["a_string", "Esse voluptate quos libero sit quia."], ["a_unique_value", 1], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "Vmf"], ["created_at", "2020-11-24 15:42:32.572616"], ["updated_at", "2020-11-24 15:42:32.572616"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:32.583321"], ["updated_at", "2020-11-24 15:42:32.583321"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:32.587657"], ["updated_at", "2020-11-24 15:42:32.587657"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 15:42:32.593268"], ["updated_at", "2020-11-24 15:42:32.593268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 15:42:32.599343"], ["updated_at", "2020-11-24 15:42:32.599343"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "limas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:32.606854"], ["updated_at", "2020-11-24 15:42:32.606854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:32.607791"], ["updated_at", "2020-11-24 15:42:32.607791"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:32.608503"], ["updated_at", "2020-11-24 15:42:32.608503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:32.609172"], ["updated_at", "2020-11-24 15:42:32.609172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:32.609836"], ["updated_at", "2020-11-24 15:42:32.609836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:32.610511"], ["updated_at", "2020-11-24 15:42:32.610511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:32.611182"], ["updated_at", "2020-11-24 15:42:32.611182"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:32.611844"], ["updated_at", "2020-11-24 15:42:32.611844"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:32.613259"], ["updated_at", "2020-11-24 15:42:32.613259"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:32.614534"], ["updated_at", "2020-11-24 15:42:32.614534"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:32.615853"], ["updated_at", "2020-11-24 15:42:32.615853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:32.617077"], ["updated_at", "2020-11-24 15:42:32.617077"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:32.618392"], ["updated_at", "2020-11-24 15:42:32.618392"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:32.620334"], ["updated_at", "2020-11-24 15:42:32.620334"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:32.621803"], ["updated_at", "2020-11-24 15:42:32.621803"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:32.623195"], ["updated_at", "2020-11-24 15:42:32.623195"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "3009 Prohaska Vista, West Sandystad, KS 99579"], ["city", "North Miguelinaberg"], ["country", "Bulgaria"], ["description", "Rerum aspernatur iusto. Recusandae ut natus. Hic quod tenetur. Dolor explicabo quasi."], ["email", "karol@example.info"], ["first_name", "Todd"], ["firstname", "Corie"], ["last_name", "Nitzsche"], ["lastname", "Gutmann"], ["lat", "11.49376161073613"], ["latitute", "-10.135033245178477"], ["lng", "-87.55792677403203"], ["locale", "DZ"], ["longitude", "-151.1005414017415"], ["middlename", "Smitham"], ["middle_name", "Wilderman"], ["password", "2P861pU8n3Z4o7"], ["phone", "992-432-8123 x52703"], ["phone_number", "751-620-4507"], ["reference", "9a9786cf-f894-400b-8674-60769d9981c4"], ["title", "Quia voluptatem quos."], ["user_name", "elbert"], ["username", "evelia"], ["uuid", "75771247-f70c-40b0-8a92-c000677b62a9"], ["created_at", "2020-11-24 15:42:32.648206"], ["updated_at", "2020-11-24 15:42:32.648206"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "4937 MacGyver Streets, Nitzschefurt, OK 06697-7396"], ["city", "West Al"], ["country", "Uzbekistan"], ["description", "Veritatis sit et. Sed dignissimos voluptatem. Occaecati vero voluptas. Quasi id est."], ["email", "malinda_crist@example.io"], ["first_name", "Francisco"], ["firstname", "Gayla"], ["last_name", "Deckow"], ["lastname", "Reichert"], ["lat", "53.60228232034049"], ["latitute", "-41.16498764055799"], ["lng", "-154.54306261800699"], ["locale", "NI"], ["longitude", "169.95736897937144"], ["middlename", "Blick"], ["middle_name", "Dickinson"], ["password", "Z5yO9bTfWiIiB5w"], ["phone", "547.631.2765 x8588"], ["phone_number", "1-702-960-0008 x013"], ["reference", "f5d4fd81-4e67-4294-b12d-f63a6e264d5b"], ["title", "Sequi architecto fugit itaque illo exercitationem."], ["user_name", "cuc"], ["username", "elicia.hirthe"], ["uuid", "89ec2984-54b4-4a82-b51a-a8c1c7d6d237"], ["created_at", "2020-11-24 15:42:32.680739"], ["updated_at", "2020-11-24 15:42:32.680739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "6569 Mayer Pike, South Jeffreystad, NM 72915-6876"], ["city", "North Mark"], ["country", "Cote d'Ivoire"], ["description", "Tempore at quia. Et sit hic. Ex voluptatibus vel."], ["email", "nathanial@example.name"], ["first_name", "Keith"], ["firstname", "Andria"], ["last_name", "Doyle"], ["lastname", "Hessel"], ["lat", "-37.021660361815016"], ["latitute", "-39.22894795858007"], ["lng", "21.337890062340875"], ["locale", "CW"], ["longitude", "38.62184400600523"], ["middlename", "Reilly"], ["middle_name", "Littel"], ["password", "S9jLyZl64Tm8"], ["phone", "(270) 350-4794 x56365"], ["phone_number", "(367) 021-8184 x470"], ["reference", "fc79d714-401b-4fc6-a9dd-43dae7199f97"], ["title", "Facere odit omnis aut."], ["user_name", "derrick"], ["username", "cyrus_jenkins"], ["uuid", "ac9c9c32-536a-4d02-a8dd-0bd30de922fd"], ["created_at", "2020-11-24 15:42:32.705646"], ["updated_at", "2020-11-24 15:42:32.705646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 894 9015 Josephina Manors, East Dusty, KS 28425"], ["city", "Nitzschefurt"], ["country", "Jersey"], ["description", "Eos molestiae deleniti. Accusantium fugit inventore. Enim quam est."], ["email", "chau@example.org"], ["first_name", "Kym"], ["firstname", "Riley"], ["last_name", "Jacobs"], ["lastname", "Will"], ["lat", "-80.49314938685579"], ["latitute", "-31.500044164720492"], ["lng", "53.97954310920923"], ["locale", "NI"], ["longitude", "-75.30930158587395"], ["middlename", "Lubowitz"], ["middle_name", "Orn"], ["password", "OjG3kLcG0v2Uf5Qq"], ["phone", "(802) 598-4352 x176"], ["phone_number", "190-846-1506 x8745"], ["reference", "ac6aca62-5acb-44a5-995a-7eaf6ae675b5"], ["title", "Voluptas quis temporibus quod."], ["user_name", "kim"], ["username", "hiroko"], ["uuid", "4a1556df-ffd4-462a-a539-87559bc80f3d"], ["created_at", "2020-11-24 15:42:32.727577"], ["updated_at", "2020-11-24 15:42:32.727577"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "73821 Deloras Plain, Wunschberg, SC 94813-8613"], ["city", "West Lelahhaven"], ["country", "Martinique"], ["description", "Quia sapiente error. Mollitia officiis dicta. Quas blanditiis facilis. Fuga et occaecati. Sapiente autem voluptas."], ["email", "angelique@example.com"], ["first_name", "Rob"], ["firstname", "Tobias"], ["last_name", "Prosacco"], ["lastname", "Balistreri"], ["lat", "-2.2541221955701474"], ["latitute", "18.945697362190984"], ["lng", "-65.17127035965652"], ["locale", "HM"], ["longitude", "-97.24177787963066"], ["middlename", "Daniel"], ["middle_name", "Tremblay"], ["password", "ElLuHeZwH89z"], ["phone", "1-510-554-0604"], ["phone_number", "583.542.9346 x99525"], ["reference", "87e7eefe-44ed-45ac-ae5a-eeab1faab7ef"], ["title", "Qui perferendis laborum dolores."], ["user_name", "bud"], ["username", "kaci"], ["uuid", "2db16bb8-f041-4319-ada8-2c43b41bf264"], ["created_at", "2020-11-24 15:42:32.749556"], ["updated_at", "2020-11-24 15:42:32.749556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "575 Leannon Crossroad, West Lymanborough, IN 22166"], ["city", "Lake Vicki"], ["country", "Andorra"], ["description", "Est minus ea. Quod accusamus quibusdam. Quas tenetur et."], ["email", "pierre@example.io"], ["first_name", "Young"], ["firstname", "Desmond"], ["last_name", "Hickle"], ["lastname", "Cole"], ["lat", "56.21815519540115"], ["latitute", "-65.8012125922047"], ["lng", "127.8709552054134"], ["locale", "UM"], ["longitude", "66.42455365745758"], ["middlename", "Stoltenberg"], ["middle_name", "Hartmann"], ["password", "JdYe9LgI3p"], ["phone", "960-111-9042"], ["phone_number", "(786) 078-4911 x4847"], ["reference", "e8690df8-73f3-4d85-ac1f-f75f5ceb91aa"], ["title", "Neque ut eos."], ["user_name", "windy.dietrich"], ["username", "sherley_beier"], ["uuid", "afe36749-45e2-4029-9058-6ce6be823b37"], ["created_at", "2020-11-24 15:42:32.780393"], ["updated_at", "2020-11-24 15:42:32.780393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "771 Dorotha Park, Bradtkeshire, MA 51757-6514"], ["city", "Gloriafort"], ["country", "Vanuatu"], ["description", "Vero et dolores. Et cumque nobis. Et vel ut. Dolore ut libero."], ["email", "alex@example.net"], ["first_name", "Mohammed"], ["firstname", "Magaret"], ["last_name", "Hirthe"], ["lastname", "Bednar"], ["lat", "-19.880604370231126"], ["latitute", "68.65064906195593"], ["lng", "-179.5754434534947"], ["locale", "KE"], ["longitude", "-66.95214587859473"], ["middlename", "Nikolaus"], ["middle_name", "Medhurst"], ["password", "LsKpNeP465d0I5"], ["phone", "865-566-7730"], ["phone_number", "(860) 787-6328 x070"], ["reference", "fcb1b0fd-695f-4e1c-ba93-878310a36f3c"], ["title", "Et vitae maxime voluptatem consectetur consequatur."], ["user_name", "jason"], ["username", "edison_howe"], ["uuid", "3ce3b977-727f-4541-9eb1-4bc4ae1a5ac2"], ["created_at", "2020-11-24 15:42:32.803682"], ["updated_at", "2020-11-24 15:42:32.803682"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 400 3295 Schultz Tunnel, Kaylenemouth, SC 95908"], ["city", "East Edelmirafort"], ["country", "Lithuania"], ["description", "Quis culpa quidem. Similique voluptatem ut. Dolores fugiat sapiente. Tempora vel omnis. Eos quis quasi."], ["email", "maryam@example.info"], ["first_name", "Octavia"], ["firstname", "Alease"], ["last_name", "Yost"], ["lastname", "Macejkovic"], ["lat", "88.91997932219266"], ["latitute", "-53.16717518411588"], ["lng", "-165.03499955869881"], ["locale", "EE"], ["longitude", "-12.463153060427175"], ["middlename", "Lind"], ["middle_name", "Herman"], ["password", "N440rDzDg40W31cU"], ["phone", "494.078.2485 x3380"], ["phone_number", "362.887.2966 x29944"], ["reference", "0b013a3e-23b7-4888-83e0-da43a1c7d6c3"], ["title", "Non illo non sint similique sunt."], ["user_name", "voncile"], ["username", "gregoria"], ["uuid", "ec553b61-7572-4833-b8dc-421db01fc22f"], ["created_at", "2020-11-24 15:42:32.825780"], ["updated_at", "2020-11-24 15:42:32.825780"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 14], ["a_decimal", 0.574726313158536], ["a_string", "Et sint deserunt vel."], ["a_date", "2020-11-01"], ["a_time", "2000-01-01 17:22:21.852271"], ["a_datetime", "2020-11-27 02:13:11.539164"], ["created_at", "2020-11-24 15:42:32.828549"], ["updated_at", "2020-11-24 15:42:32.828549"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 6], ["a_decimal", 0.88021804667472], ["a_string", "Quisquam id molestias dolorem consequuntur."], ["a_date", "2020-11-22"], ["a_time", "2000-01-01 17:13:42.616839"], ["a_datetime", "2020-11-01 09:43:41.933215"], ["created_at", "2020-11-24 15:42:32.830868"], ["updated_at", "2020-11-24 15:42:32.830868"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 6], ["a_decimal", 3.69773924855335], ["a_string", "Voluptas qui ut dolor."], ["a_date", "2020-12-14"], ["a_time", "2000-01-01 14:03:42.591165"], ["a_datetime", "2020-12-10 00:41:54.143375"], ["created_at", "2020-11-24 15:42:32.833095"], ["updated_at", "2020-11-24 15:42:32.833095"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 0], ["a_decimal", 13.1544207027908], ["a_string", "Et repudiandae perferendis."], ["a_date", "2020-12-05"], ["a_time", "2000-01-01 04:05:45.334686"], ["a_datetime", "2020-12-24 19:27:09.040099"], ["created_at", "2020-11-24 15:42:32.835629"], ["updated_at", "2020-11-24 15:42:32.835629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 10], ["a_decimal", 27.1244951906405], ["a_string", "Aut repellendus nihil dolores quas est."], ["a_date", "2020-10-20"], ["a_time", "2000-01-01 02:05:57.848053"], ["a_datetime", "2021-01-04 01:17:00.999550"], ["created_at", "2020-11-24 15:42:32.838060"], ["updated_at", "2020-11-24 15:42:32.838060"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 7], ["a_decimal", 0.000477829690663789], ["a_string", "Nihil quos aut."], ["a_date", "2020-11-01"], ["a_time", "2000-01-01 11:47:40.080302"], ["a_datetime", "2020-12-05 04:30:34.058402"], ["created_at", "2020-11-24 15:42:32.840271"], ["updated_at", "2020-11-24 15:42:32.840271"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 4], ["a_decimal", 10.0016958844675], ["a_string", "Excepturi pariatur ipsum."], ["a_date", "2020-11-21"], ["a_time", "2000-01-01 05:28:40.550848"], ["a_datetime", "2021-01-01 14:09:43.605957"], ["created_at", "2020-11-24 15:42:32.842435"], ["updated_at", "2020-11-24 15:42:32.842435"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 0], ["a_decimal", 4.63407245585949], ["a_string", "Omnis voluptates inventore officia provident ea."], ["a_date", "2020-11-17"], ["a_time", "2000-01-01 10:05:29.295354"], ["a_datetime", "2020-12-24 01:32:12.529150"], ["created_at", "2020-11-24 15:42:32.844586"], ["updated_at", "2020-11-24 15:42:32.844586"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 15:42:32.846152"], ["updated_at", "2020-11-24 15:42:32.846152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 15:42:32.847340"], ["updated_at", "2020-11-24 15:42:32.847340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 15:42:32.848513"], ["updated_at", "2020-11-24 15:42:32.848513"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 15:42:32.849632"], ["updated_at", "2020-11-24 15:42:32.849632"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 15:42:32.850732"], ["updated_at", "2020-11-24 15:42:32.850732"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 15:42:32.851888"], ["updated_at", "2020-11-24 15:42:32.851888"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 15:42:32.853155"], ["updated_at", "2020-11-24 15:42:32.853155"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 15:42:32.854268"], ["updated_at", "2020-11-24 15:42:32.854268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 15:42:32.855444"], ["updated_at", "2020-11-24 15:42:32.855444"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 15:42:32.856627"], ["updated_at", "2020-11-24 15:42:32.856627"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 15:42:32.857858"], ["updated_at", "2020-11-24 15:42:32.857858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 15:42:32.859001"], ["updated_at", "2020-11-24 15:42:32.859001"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 15:42:32.860142"], ["updated_at", "2020-11-24 15:42:32.860142"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 15:42:32.861286"], ["updated_at", "2020-11-24 15:42:32.861286"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 15:42:32.862480"], ["updated_at", "2020-11-24 15:42:32.862480"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 15:42:32.863660"], ["updated_at", "2020-11-24 15:42:32.863660"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1008], ["a_decimal", 33.3983306707894], ["a_string", "Nisi non a quam."], ["a_unique_value", 4], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "ylr"], ["created_at", "2020-11-24 15:42:32.867324"], ["updated_at", "2020-11-24 15:42:32.867324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.5ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1024], ["a_decimal", -0.0643631051941459], ["a_string", "Delectus sit officia magni tenetur aliquid."], ["a_unique_value", 7], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "o"], ["created_at", "2020-11-24 15:42:32.878141"], ["updated_at", "2020-11-24 15:42:32.878141"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1004], ["a_decimal", 29.474689628519], ["a_string", "Omnis ad et."], ["a_unique_value", 8], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "WT"], ["created_at", "2020-11-24 15:42:32.882553"], ["updated_at", "2020-11-24 15:42:32.882553"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1015], ["a_decimal", 24.7994527697215], ["a_string", "Cumque in a cupiditate reprehenderit."], ["a_unique_value", 2], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "G"], ["created_at", "2020-11-24 15:42:32.886846"], ["updated_at", "2020-11-24 15:42:32.886846"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1021], ["a_decimal", 5.03224934958975], ["a_string", "Et nihil veniam."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "w"], ["created_at", "2020-11-24 15:42:32.891084"], ["updated_at", "2020-11-24 15:42:32.891084"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 3.98591234539791], ["a_string", "Nihil voluptas dolorem et voluptatibus."], ["a_unique_value", 5], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "Ldl"], ["created_at", "2020-11-24 15:42:32.895273"], ["updated_at", "2020-11-24 15:42:32.895273"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 5.29604176396028], ["a_string", "Rerum et repellendus laborum et et."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "cx"], ["created_at", "2020-11-24 15:42:32.899221"], ["updated_at", "2020-11-24 15:42:32.899221"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 17.9795267105305], ["a_string", "Atque cum exercitationem dolores ut."], ["a_unique_value", 10], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "MLK"], ["created_at", "2020-11-24 15:42:32.903621"], ["updated_at", "2020-11-24 15:42:32.903621"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:32.924038"], ["updated_at", "2020-11-24 15:42:32.924038"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:32.924911"], ["updated_at", "2020-11-24 15:42:32.924911"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:32.925653"], ["updated_at", "2020-11-24 15:42:32.925653"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:32.926354"], ["updated_at", "2020-11-24 15:42:32.926354"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:32.927065"], ["updated_at", "2020-11-24 15:42:32.927065"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:32.927760"], ["updated_at", "2020-11-24 15:42:32.927760"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:32.928467"], ["updated_at", "2020-11-24 15:42:32.928467"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:32.929165"], ["updated_at", "2020-11-24 15:42:32.929165"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:32.929948"], ["updated_at", "2020-11-24 15:42:32.929948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:32.930693"], ["updated_at", "2020-11-24 15:42:32.930693"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:32.931403"], ["updated_at", "2020-11-24 15:42:32.931403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:32.932101"], ["updated_at", "2020-11-24 15:42:32.932101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:32.932806"], ["updated_at", "2020-11-24 15:42:32.932806"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:32.933479"], ["updated_at", "2020-11-24 15:42:32.933479"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:32.934170"], ["updated_at", "2020-11-24 15:42:32.934170"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:32.934828"], ["updated_at", "2020-11-24 15:42:32.934828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 15:42:32.936261"], ["updated_at", "2020-11-24 15:42:32.936261"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 15:42:32.937602"], ["updated_at", "2020-11-24 15:42:32.937602"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 15:42:32.938711"], ["updated_at", "2020-11-24 15:42:32.938711"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 15:42:32.939846"], ["updated_at", "2020-11-24 15:42:32.939846"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 15:42:32.940966"], ["updated_at", "2020-11-24 15:42:32.940966"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 15:42:32.942116"], ["updated_at", "2020-11-24 15:42:32.942116"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 15:42:32.943217"], ["updated_at", "2020-11-24 15:42:32.943217"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 15:42:32.944317"], ["updated_at", "2020-11-24 15:42:32.944317"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 6], ["created_at", "2020-11-24 15:42:32.945869"], ["updated_at", "2020-11-24 15:42:32.945869"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 1], ["created_at", "2020-11-24 15:42:32.947478"], ["updated_at", "2020-11-24 15:42:32.947478"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 8], ["created_at", "2020-11-24 15:42:32.949044"], ["updated_at", "2020-11-24 15:42:32.949044"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 7], ["created_at", "2020-11-24 15:42:32.950577"], ["updated_at", "2020-11-24 15:42:32.950577"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-24 15:42:32.952284"], ["updated_at", "2020-11-24 15:42:32.952284"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 8], ["created_at", "2020-11-24 15:42:32.953942"], ["updated_at", "2020-11-24 15:42:32.953942"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-24 15:42:32.955429"], ["updated_at", "2020-11-24 15:42:32.955429"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 7], ["created_at", "2020-11-24 15:42:32.956922"], ["updated_at", "2020-11-24 15:42:32.956922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 11], ["a_decimal", 14.8982428295228], ["a_string", "Et possimus qui aliquam."], ["a_date", "2020-10-13"], ["a_time", "2000-01-01 02:30:09.865630"], ["a_datetime", "2020-10-28 19:21:09.167878"], ["created_at", "2020-11-24 15:42:32.989314"], ["updated_at", "2020-11-24 15:42:32.989314"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 15], ["a_decimal", 26.0922729718756], ["a_string", "Asperiores provident temporibus."], ["a_date", "2020-11-30"], ["a_time", "2000-01-01 17:15:29.060723"], ["a_datetime", "2020-12-05 10:52:07.854047"], ["created_at", "2020-11-24 15:42:32.992914"], ["updated_at", "2020-11-24 15:42:32.992914"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 3], ["a_decimal", 22.6155477668482], ["a_string", "Delectus ipsum placeat."], ["a_date", "2020-12-31"], ["a_time", "2000-01-01 01:01:12.352631"], ["a_datetime", "2020-12-29 02:12:08.120758"], ["created_at", "2020-11-24 15:42:32.996747"], ["updated_at", "2020-11-24 15:42:32.996747"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 16], ["a_decimal", 23.9541967484424], ["a_string", "Vitae voluptates ratione praesentium."], ["a_date", "2020-11-15"], ["a_time", "2000-01-01 09:38:15.999175"], ["a_datetime", "2020-12-24 13:58:49.945469"], ["created_at", "2020-11-24 15:42:33.001422"], ["updated_at", "2020-11-24 15:42:33.001422"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 12], ["a_decimal", 4.6065031929951], ["a_string", "Ab mollitia eveniet."], ["a_date", "2020-12-14"], ["a_time", "2000-01-01 22:37:59.040020"], ["a_datetime", "2020-11-07 04:36:20.529002"], ["created_at", "2020-11-24 15:42:33.005630"], ["updated_at", "2020-11-24 15:42:33.005630"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 16], ["a_decimal", 8.74509142376154], ["a_string", "Sunt aliquam omnis sed."], ["a_date", "2020-12-23"], ["a_time", "2000-01-01 14:59:59.398999"], ["a_datetime", "2020-12-13 15:04:29.803627"], ["created_at", "2020-11-24 15:42:33.009039"], ["updated_at", "2020-11-24 15:42:33.009039"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:33.013134"], ["updated_at", "2020-11-24 15:42:33.013134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:33.042736"], ["updated_at", "2020-11-24 15:42:33.042736"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:33.044459"], ["updated_at", "2020-11-24 15:42:33.044459"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:33.045887"], ["updated_at", "2020-11-24 15:42:33.045887"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:33.047016"], ["updated_at", "2020-11-24 15:42:33.047016"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:33.048109"], ["updated_at", "2020-11-24 15:42:33.048109"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:33.049191"], ["updated_at", "2020-11-24 15:42:33.049191"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:33.050253"], ["updated_at", "2020-11-24 15:42:33.050253"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:33.051304"], ["updated_at", "2020-11-24 15:42:33.051304"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:33.053687"], ["updated_at", "2020-11-24 15:42:33.053687"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:33.055892"], ["updated_at", "2020-11-24 15:42:33.055892"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:33.058152"], ["updated_at", "2020-11-24 15:42:33.058152"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:33.060646"], ["updated_at", "2020-11-24 15:42:33.060646"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:33.062890"], ["updated_at", "2020-11-24 15:42:33.062890"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:33.064834"], ["updated_at", "2020-11-24 15:42:33.064834"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:33.066687"], ["updated_at", "2020-11-24 15:42:33.066687"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:33.068544"], ["updated_at", "2020-11-24 15:42:33.068544"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "946 Stephen Flat, Kuvalisland, OH 12087-2355"], ["city", "West Riley"], ["country", "Antarctica (the territory South of 60 deg S)"], ["description", "Nisi accusantium animi. Distinctio repudiandae fugit. Et reprehenderit nemo."], ["email", "alfred_farrell@example.org"], ["first_name", "Aisha"], ["firstname", "Peter"], ["last_name", "Miller"], ["lastname", "Luettgen"], ["lat", "-24.303638834588085"], ["latitute", "-52.397136624821115"], ["lng", "126.98575558199326"], ["locale", "BT"], ["longitude", "-124.50393169285472"], ["middlename", "Lowe"], ["middle_name", "Hackett"], ["password", "0NgHdKmI5kA729jU"], ["phone", "1-641-068-0746 x683"], ["phone_number", "(778) 377-9413 x881"], ["reference", "536560d0-e834-496c-bf79-5255e7897214"], ["title", "Similique provident quod enim."], ["user_name", "yajaira"], ["username", "oscar"], ["uuid", "dcbedf39-34ad-4dc9-8f8f-8f1671cbf580"], ["created_at", "2020-11-24 15:42:33.106649"], ["updated_at", "2020-11-24 15:42:33.106649"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "55942 Runolfsson Parkways, Moiraport, KY 24468-0019"], ["city", "New Brandee"], ["country", "Nauru"], ["description", "Autem quos praesentium. Consectetur ea nemo."], ["email", "leland_emard@example.name"], ["first_name", "Quincy"], ["firstname", "Ben"], ["last_name", "Greenholt"], ["lastname", "Ortiz"], ["lat", "73.05583286741003"], ["latitute", "-69.04444804288858"], ["lng", "-90.99439377748669"], ["locale", "AW"], ["longitude", "147.15632618442515"], ["middlename", "MacGyver"], ["middle_name", "Bauch"], ["password", "AoQyLu8BhBvK31l"], ["phone", "(747) 889-6095"], ["phone_number", "743-483-8972 x88732"], ["reference", "9f88c027-5341-4c0f-91c2-f1053de3ab77"], ["title", "Sunt et veniam voluptas."], ["user_name", "corey_trantow"], ["username", "luis_nicolas"], ["uuid", "6ca108de-106f-4c58-aaec-d1f3d1dceb36"], ["created_at", "2020-11-24 15:42:33.131912"], ["updated_at", "2020-11-24 15:42:33.131912"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "83758 Marlon Villages, Lake Klarastad, SC 01826-8913"], ["city", "Millsland"], ["country", "Bosnia and Herzegovina"], ["description", "Qui illum sapiente. Eius veritatis nesciunt. Expedita blanditiis impedit. Voluptatem voluptas sunt."], ["email", "gavin_green@example.name"], ["first_name", "Carli"], ["firstname", "Takako"], ["last_name", "Bahringer"], ["lastname", "Rodriguez"], ["lat", "23.8704808243736"], ["latitute", "62.13832157336577"], ["lng", "46.362246682115824"], ["locale", "GB"], ["longitude", "-150.72720412075094"], ["middlename", "Kozey"], ["middle_name", "Schoen"], ["password", "Ii8V0v40Ht1Vg"], ["phone", "1-277-872-7356 x280"], ["phone_number", "904-806-9366 x8690"], ["reference", "2bb0a495-fcd8-4ec7-8f16-757071c8157f"], ["title", "Quaerat officia ut est."], ["user_name", "wendie_ullrich"], ["username", "pamula"], ["uuid", "3d5b2184-1d30-4aa1-a071-deaee8ae2e5e"], ["created_at", "2020-11-24 15:42:33.154218"], ["updated_at", "2020-11-24 15:42:33.154218"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "804 Elwanda Drive, West Dylan, IA 01399-0320"], ["city", "Denesikmouth"], ["country", "Tajikistan"], ["description", "Perferendis nostrum quo. Qui consequuntur distinctio. Sit architecto odio."], ["email", "darin.goyette@example.org"], ["first_name", "Jospeh"], ["firstname", "Suzie"], ["last_name", "Leannon"], ["lastname", "Jaskolski"], ["lat", "-68.49095042449147"], ["latitute", "-84.89140942060209"], ["lng", "-66.98882493854587"], ["locale", "MZ"], ["longitude", "121.2861965158911"], ["middlename", "Pfannerstill"], ["middle_name", "Graham"], ["password", "XwN7tB3g86"], ["phone", "1-365-693-9378 x131"], ["phone_number", "931.324.2966 x1967"], ["reference", "5c480dd7-a753-4171-84e0-f96efd131791"], ["title", "Autem minima facere beatae id atque."], ["user_name", "julissa.hauck"], ["username", "shizue"], ["uuid", "b753b78a-95f4-4066-97f7-03968e26c841"], ["created_at", "2020-11-24 15:42:33.183796"], ["updated_at", "2020-11-24 15:42:33.183796"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 413 9909 Weimann Dale, West Fumiko, SD 73303-1872"], ["city", "Port Chet"], ["country", "Mongolia"], ["description", "Enim quam corporis. Velit voluptatem eveniet. Ad a minima. Voluptatibus sed explicabo. Fugit qui non."], ["email", "mauro@example.net"], ["first_name", "Sharilyn"], ["firstname", "Joetta"], ["last_name", "Fadel"], ["lastname", "Steuber"], ["lat", "-84.58666716278024"], ["latitute", "-50.164698506042804"], ["lng", "127.69109963673668"], ["locale", "HT"], ["longitude", "-120.07717113099122"], ["middlename", "Shanahan"], ["middle_name", "Collier"], ["password", "QuBmX5xAfUqWuE"], ["phone", "(342) 503-2035"], ["phone_number", "(308) 255-4480 x34717"], ["reference", "1cf88286-f3bb-4fac-a679-8d96fdd22996"], ["title", "Dolore recusandae ea expedita harum in."], ["user_name", "ralph.dicki"], ["username", "augustine.leuschke"], ["uuid", "e2a173a3-aee2-4823-840d-fc7f83555415"], ["created_at", "2020-11-24 15:42:33.208868"], ["updated_at", "2020-11-24 15:42:33.208868"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 819 590 Burton Village, Port Ona, SD 73209-8512"], ["city", "West Clevelandmouth"], ["country", "Honduras"], ["description", "Eos cupiditate odit. Inventore sequi alias. Labore molestiae officiis. Exercitationem unde itaque."], ["email", "isaiah@example.org"], ["first_name", "Adolph"], ["firstname", "Magda"], ["last_name", "Kling"], ["lastname", "Yundt"], ["lat", "39.37036994246239"], ["latitute", "-52.414169942493146"], ["lng", "154.89947150138448"], ["locale", "PS"], ["longitude", "-123.33637138728577"], ["middlename", "Robel"], ["middle_name", "Funk"], ["password", "KrZoC92g1G3"], ["phone", "230.024.1076 x902"], ["phone_number", "1-920-467-3235 x3953"], ["reference", "7d0193fb-fc8b-4e36-9734-5285f8fc87b0"], ["title", "Doloribus nam nihil accusamus dolor libero."], ["user_name", "evette.herzog"], ["username", "kimberlee_rutherford"], ["uuid", "304eca5f-eb02-4818-9667-f1f39618d931"], ["created_at", "2020-11-24 15:42:33.231267"], ["updated_at", "2020-11-24 15:42:33.231267"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 883 58212 Iraida Walk, North Carleenmouth, MD 50322"], ["city", "Kentside"], ["country", "Equatorial Guinea"], ["description", "Quod neque exercitationem. Ut et quasi."], ["email", "tonda@example.info"], ["first_name", "Eliz"], ["firstname", "Cheyenne"], ["last_name", "Cruickshank"], ["lastname", "Jaskolski"], ["lat", "6.1669189382743355"], ["latitute", "31.447776877025817"], ["lng", "119.65489449637823"], ["locale", "SZ"], ["longitude", "-53.95725236709498"], ["middlename", "Goldner"], ["middle_name", "Kuhic"], ["password", "K6tLlVqN33g0"], ["phone", "946-337-0434 x232"], ["phone_number", "708.116.9465"], ["reference", "7bb28905-8375-45e2-9ce1-e226b594f6d5"], ["title", "Ut esse non veniam est sit."], ["user_name", "laurice"], ["username", "joi"], ["uuid", "16c3e039-fbfe-43ce-909d-73fc9d628168"], ["created_at", "2020-11-24 15:42:33.253574"], ["updated_at", "2020-11-24 15:42:33.253574"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "510 Hegmann Flat, Port Angila, MT 64017"], ["city", "Nannieview"], ["country", "Egypt"], ["description", "In dolor quidem. Qui ut laborum."], ["email", "bari@example.org"], ["first_name", "Russ"], ["firstname", "Yi"], ["last_name", "Lueilwitz"], ["lastname", "Roob"], ["lat", "49.524598063053816"], ["latitute", "51.08194238236118"], ["lng", "51.500370494962254"], ["locale", "TK"], ["longitude", "30.82984655929235"], ["middlename", "Bogan"], ["middle_name", "Wisoky"], ["password", "Tq3VdKs9Qu8"], ["phone", "1-247-397-0439 x16794"], ["phone_number", "(595) 851-6604 x25350"], ["reference", "45419473-8524-415c-8ffa-e36ff5b2ba74"], ["title", "Voluptates assumenda quos in sit cupiditate."], ["user_name", "odessa"], ["username", "claribel.huel"], ["uuid", "924f1944-ef92-4079-8d83-5882de722101"], ["created_at", "2020-11-24 15:42:33.284729"], ["updated_at", "2020-11-24 15:42:33.284729"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 5], ["a_decimal", 14.8183936440005], ["a_string", "Porro a consequatur sint eos."], ["a_date", "2020-11-05"], ["a_time", "2000-01-01 22:55:35.051048"], ["a_datetime", "2020-12-16 21:17:44.436622"], ["created_at", "2020-11-24 15:42:33.288135"], ["updated_at", "2020-11-24 15:42:33.288135"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 4], ["a_decimal", 4.76610831767259], ["a_string", "Hic dolorem veritatis repudiandae."], ["a_date", "2020-12-09"], ["a_time", "2000-01-01 06:08:27.911006"], ["a_datetime", "2020-12-21 17:40:49.673978"], ["created_at", "2020-11-24 15:42:33.291144"], ["updated_at", "2020-11-24 15:42:33.291144"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 1], ["a_decimal", 29.3134041897974], ["a_string", "Doloremque sed ipsam explicabo."], ["a_date", "2020-11-26"], ["a_time", "2000-01-01 10:48:43.076728"], ["a_datetime", "2020-12-23 14:44:59.166620"], ["created_at", "2020-11-24 15:42:33.293854"], ["updated_at", "2020-11-24 15:42:33.293854"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 14], ["a_decimal", 5.52806606764762], ["a_string", "Veritatis necessitatibus architecto numquam repellendus."], ["a_date", "2020-11-30"], ["a_time", "2000-01-01 10:44:35.410434"], ["a_datetime", "2020-10-28 23:21:31.488148"], ["created_at", "2020-11-24 15:42:33.296397"], ["updated_at", "2020-11-24 15:42:33.296397"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 5], ["a_decimal", 17.2175651771051], ["a_string", "Et ad sed exercitationem."], ["a_date", "2020-12-20"], ["a_time", "2000-01-01 05:48:24.651302"], ["a_datetime", "2020-11-24 21:52:49.094280"], ["created_at", "2020-11-24 15:42:33.298956"], ["updated_at", "2020-11-24 15:42:33.298956"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 1], ["a_decimal", 32.9473731202747], ["a_string", "Earum quaerat ea id sunt."], ["a_date", "2020-12-04"], ["a_time", "2000-01-01 17:53:36.882213"], ["a_datetime", "2020-11-15 01:48:39.652802"], ["created_at", "2020-11-24 15:42:33.301538"], ["updated_at", "2020-11-24 15:42:33.301538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 14], ["a_decimal", 4.60132629796066], ["a_string", "Magni quas sequi in."], ["a_date", "2020-11-20"], ["a_time", "2000-01-01 05:37:47.611032"], ["a_datetime", "2020-11-03 13:36:48.789031"], ["created_at", "2020-11-24 15:42:33.304562"], ["updated_at", "2020-11-24 15:42:33.304562"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 37], ["a_decimal", 0.979126334144246], ["a_string", "Quis ipsum cum."], ["a_date", "2020-10-17"], ["a_time", "2000-01-01 03:13:26.774466"], ["a_datetime", "2020-12-21 04:30:07.385278"], ["created_at", "2020-11-24 15:42:33.307381"], ["updated_at", "2020-11-24 15:42:33.307381"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 15:42:33.309512"], ["updated_at", "2020-11-24 15:42:33.309512"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 15:42:33.311233"], ["updated_at", "2020-11-24 15:42:33.311233"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 15:42:33.312842"], ["updated_at", "2020-11-24 15:42:33.312842"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 15:42:33.314372"], ["updated_at", "2020-11-24 15:42:33.314372"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 15:42:33.315889"], ["updated_at", "2020-11-24 15:42:33.315889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 15:42:33.317375"], ["updated_at", "2020-11-24 15:42:33.317375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 15:42:33.318853"], ["updated_at", "2020-11-24 15:42:33.318853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 15:42:33.320460"], ["updated_at", "2020-11-24 15:42:33.320460"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 15:42:33.322055"], ["updated_at", "2020-11-24 15:42:33.322055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 15:42:33.323627"], ["updated_at", "2020-11-24 15:42:33.323627"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 15:42:33.325146"], ["updated_at", "2020-11-24 15:42:33.325146"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 15:42:33.326614"], ["updated_at", "2020-11-24 15:42:33.326614"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 15:42:33.328091"], ["updated_at", "2020-11-24 15:42:33.328091"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 15:42:33.329560"], ["updated_at", "2020-11-24 15:42:33.329560"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 15:42:33.331027"], ["updated_at", "2020-11-24 15:42:33.331027"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 15:42:33.332504"], ["updated_at", "2020-11-24 15:42:33.332504"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1036], ["a_decimal", 14.8365716546356], ["a_string", "Quibusdam dolores et."], ["a_unique_value", 10], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "djR"], ["created_at", "2020-11-24 15:42:33.336655"], ["updated_at", "2020-11-24 15:42:33.336655"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1005], ["a_decimal", 8.90698004753848], ["a_string", "Aspernatur sit omnis."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "xYK"], ["created_at", "2020-11-24 15:42:33.340806"], ["updated_at", "2020-11-24 15:42:33.340806"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1012], ["a_decimal", 8.06103231637688], ["a_string", "Velit nostrum dicta asperiores."], ["a_unique_value", 4], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "zB"], ["created_at", "2020-11-24 15:42:33.344488"], ["updated_at", "2020-11-24 15:42:33.344488"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1006], ["a_decimal", 8.43490429424017], ["a_string", "Cumque aut adipisci ipsa fuga laboriosam."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "FpA"], ["created_at", "2020-11-24 15:42:33.348196"], ["updated_at", "2020-11-24 15:42:33.348196"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 9.7054233308596], ["a_string", "Rerum neque sunt."], ["a_unique_value", 9], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "aaX"], ["created_at", "2020-11-24 15:42:33.351999"], ["updated_at", "2020-11-24 15:42:33.351999"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 14.9409572588096], ["a_string", "Illo excepturi molestiae."], ["a_unique_value", 6], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "Egf"], ["created_at", "2020-11-24 15:42:33.355979"], ["updated_at", "2020-11-24 15:42:33.355979"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1011], ["a_decimal", 1.20576008491689], ["a_string", "Tempora voluptatum vero nostrum iste perspiciatis."], ["a_unique_value", 8], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "B"], ["created_at", "2020-11-24 15:42:33.359673"], ["updated_at", "2020-11-24 15:42:33.359673"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1006], ["a_decimal", 1.05503344729096], ["a_string", "Consequatur reiciendis quae."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "r"], ["created_at", "2020-11-24 15:42:33.363254"], ["updated_at", "2020-11-24 15:42:33.363254"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:33.380092"], ["updated_at", "2020-11-24 15:42:33.380092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:33.380876"], ["updated_at", "2020-11-24 15:42:33.380876"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:33.381473"], ["updated_at", "2020-11-24 15:42:33.381473"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:33.382065"], ["updated_at", "2020-11-24 15:42:33.382065"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:33.382665"], ["updated_at", "2020-11-24 15:42:33.382665"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:33.383256"], ["updated_at", "2020-11-24 15:42:33.383256"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:33.383841"], ["updated_at", "2020-11-24 15:42:33.383841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 15:42:33.384443"], ["updated_at", "2020-11-24 15:42:33.384443"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:33.385091"], ["updated_at", "2020-11-24 15:42:33.385091"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:33.385734"], ["updated_at", "2020-11-24 15:42:33.385734"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:33.386343"], ["updated_at", "2020-11-24 15:42:33.386343"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:33.386952"], ["updated_at", "2020-11-24 15:42:33.386952"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:33.387556"], ["updated_at", "2020-11-24 15:42:33.387556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:33.388167"], ["updated_at", "2020-11-24 15:42:33.388167"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:33.388774"], ["updated_at", "2020-11-24 15:42:33.388774"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 15:42:33.389379"], ["updated_at", "2020-11-24 15:42:33.389379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 15:42:33.390598"], ["updated_at", "2020-11-24 15:42:33.390598"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 15:42:33.391755"], ["updated_at", "2020-11-24 15:42:33.391755"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 15:42:33.392894"], ["updated_at", "2020-11-24 15:42:33.392894"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 15:42:33.393977"], ["updated_at", "2020-11-24 15:42:33.393977"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 15:42:33.395084"], ["updated_at", "2020-11-24 15:42:33.395084"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 15:42:33.396180"], ["updated_at", "2020-11-24 15:42:33.396180"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 15:42:33.397288"], ["updated_at", "2020-11-24 15:42:33.397288"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 15:42:33.406200"], ["updated_at", "2020-11-24 15:42:33.406200"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 3], ["created_at", "2020-11-24 15:42:33.408189"], ["updated_at", "2020-11-24 15:42:33.408189"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 6], ["created_at", "2020-11-24 15:42:33.410031"], ["updated_at", "2020-11-24 15:42:33.410031"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 7], ["created_at", "2020-11-24 15:42:33.411795"], ["updated_at", "2020-11-24 15:42:33.411795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 2], ["created_at", "2020-11-24 15:42:33.413535"], ["updated_at", "2020-11-24 15:42:33.413535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 7], ["created_at", "2020-11-24 15:42:33.415301"], ["updated_at", "2020-11-24 15:42:33.415301"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 1], ["created_at", "2020-11-24 15:42:33.417100"], ["updated_at", "2020-11-24 15:42:33.417100"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 6], ["created_at", "2020-11-24 15:42:33.418830"], ["updated_at", "2020-11-24 15:42:33.418830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 6], ["created_at", "2020-11-24 15:42:33.420729"], ["updated_at", "2020-11-24 15:42:33.420729"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.1ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 7.396302035457], ["a_string", "Provident itaque ut deleniti aut a."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "bN3mhiGRES@gmail.com"], ["created_at", "2020-11-24 15:45:23.464680"], ["updated_at", "2020-11-24 15:45:23.464680"]]  (36.2ms) commit transaction  (0.1ms) begin transaction Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 20.7140902741561], ["a_string", "Neque voluptatem aut laboriosam velit."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "FDplChDN3r@hotmail.com"], ["created_at", "2020-11-24 15:45:23.507359"], ["updated_at", "2020-11-24 15:45:23.507359"]]  (1.4ms) commit transaction  (0.1ms) begin transaction Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1012], ["a_decimal", 5.29618638729549], ["a_string", "Ducimus omnis vero nulla et."], ["a_unique_value", 2], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "Usbk52nC5J@hotmail.com"], ["created_at", "2020-11-24 15:45:23.515768"], ["updated_at", "2020-11-24 15:45:23.515768"]]  (1.3ms) commit transaction  (0.1ms) begin transaction Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 31.3376867319074], ["a_string", "Iure maxime aliquam."], ["a_unique_value", 3], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "i6IEiVNqfZ@gmail.com"], ["created_at", "2020-11-24 15:45:23.523898"], ["updated_at", "2020-11-24 15:45:23.523898"]]  (1.4ms) commit transaction  (0.1ms) begin transaction Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1033], ["a_decimal", 2.64516896945261], ["a_string", "Eius fuga est in aperiam."], ["a_unique_value", 1], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "gfIGfEj1DE@gmail.com"], ["created_at", "2020-11-24 15:45:23.532151"], ["updated_at", "2020-11-24 15:45:23.532151"]]  (1.3ms) commit transaction  (0.1ms) begin transaction Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1043], ["a_decimal", 1.69183101674325], ["a_string", "Veniam a suscipit doloremque."], ["a_unique_value", 9], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "Z8zQqTkzYt@gmail.com"], ["created_at", "2020-11-24 15:45:23.541263"], ["updated_at", "2020-11-24 15:45:23.541263"]]  (1.3ms) commit transaction  (0.0ms) begin transaction Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 8.1757263480424], ["a_string", "Esse voluptatum molestias incidunt soluta numquam."], ["a_unique_value", 10], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "3U55fWmzV3@hotmail.com"], ["created_at", "2020-11-24 15:45:23.548440"], ["updated_at", "2020-11-24 15:45:23.548440"]]  (1.3ms) commit transaction  (0.0ms) begin transaction Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 7.01677877005277], ["a_string", "Voluptatibus corrupti et."], ["a_unique_value", 8], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "fHJECZLKGD@hotmail.com"], ["created_at", "2020-11-24 15:45:23.555235"], ["updated_at", "2020-11-24 15:45:23.555235"]]  (1.8ms) commit transaction  (0.0ms) begin transaction Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1035], ["a_decimal", 13.9440741419117], ["a_string", "A dignissimos voluptatem."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "TY4x4xIjM_@gmail.com"], ["created_at", "2020-11-24 15:45:23.562336"], ["updated_at", "2020-11-24 15:45:23.562336"]]  (1.4ms) commit transaction  (0.0ms) begin transaction Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1016], ["a_decimal", 1.34777525018603], ["a_string", "Corrupti accusantium distinctio et."], ["a_unique_value", 4], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "d6NF4i09Pr@hotmail.com"], ["created_at", "2020-11-24 15:45:23.568889"], ["updated_at", "2020-11-24 15:45:23.568889"]]  (1.6ms) commit transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.0ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.6ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.9ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.9ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (2.0ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 36.9901988657053], ["a_string", "Vel alias sapiente impedit rerum nemo."], ["a_unique_value", 6], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "iZI_vEHBQD@gmail.com"], ["created_at", "2020-11-24 15:45:45.455795"], ["updated_at", "2020-11-24 15:45:45.455795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1019], ["a_decimal", 5.24345717969202], ["a_string", "Voluptas asperiores et suscipit nam animi."], ["a_unique_value", 4], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "iF1m2tGiBR@gmail.com"], ["created_at", "2020-11-24 15:45:45.460525"], ["updated_at", "2020-11-24 15:45:45.460525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1025], ["a_decimal", 7.07367272228843], ["a_string", "Ducimus minima sunt quo velit."], ["a_unique_value", 10], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "ACIvqOB0rP@gmail.com"], ["created_at", "2020-11-24 15:45:45.465052"], ["updated_at", "2020-11-24 15:45:45.465052"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1012], ["a_decimal", 1.7963799492383], ["a_string", "Temporibus delectus minus et."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "VBYLQjGgIt@gmail.com"], ["created_at", "2020-11-24 15:45:45.469174"], ["updated_at", "2020-11-24 15:45:45.469174"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 4.9945802618298], ["a_string", "Commodi possimus ut."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "TR5IJcFbMM@hotmail.com"], ["created_at", "2020-11-24 15:45:45.473172"], ["updated_at", "2020-11-24 15:45:45.473172"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1011], ["a_decimal", 33.1065955058648], ["a_string", "Iusto velit a."], ["a_unique_value", 8], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "qzw43x3m6B@hotmail.com"], ["created_at", "2020-11-24 15:45:45.477619"], ["updated_at", "2020-11-24 15:45:45.477619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1007], ["a_decimal", 5.93891697816785], ["a_string", "Possimus odit non qui ut reiciendis."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "98hpPsJdhA@gmail.com"], ["created_at", "2020-11-24 15:45:45.482217"], ["updated_at", "2020-11-24 15:45:45.482217"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1018], ["a_decimal", 25.3301245392609], ["a_string", "Amet aspernatur nobis ut optio."], ["a_unique_value", 3], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "8qQdaxxLfC@gmail.com"], ["created_at", "2020-11-24 15:45:45.486436"], ["updated_at", "2020-11-24 15:45:45.486436"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1005], ["a_decimal", 6.74746577834902], ["a_string", "Voluptatem libero mollitia laboriosam repellat."], ["a_unique_value", 5], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "UgAG_fRFGM@hotmail.com"], ["created_at", "2020-11-24 15:45:45.490612"], ["updated_at", "2020-11-24 15:45:45.490612"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 1.00498177216892], ["a_string", "Laborum nemo nostrum at quibusdam."], ["a_unique_value", 9], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "SvinPuX_lo@gmail.com"], ["created_at", "2020-11-24 15:45:45.495444"], ["updated_at", "2020-11-24 15:45:45.495444"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 395 166 Cartwright Brook, Osinskichester, NJ 11681"], ["city", "Tainaport"], ["country", "Colombia"], ["description", "Hic minima sunt. Quis quaerat saepe. Quibusdam ex non."], ["email", "shanae_rath@example.com"], ["first_name", "Reggie"], ["firstname", "Roscoe"], ["last_name", "Mraz"], ["lastname", "Cummerata"], ["lat", "-35.619251650120795"], ["latitute", "29.688439451447366"], ["lng", "-149.15673188195842"], ["locale", "SK"], ["longitude", "103.2718138476477"], ["middlename", "O'Connell"], ["middle_name", "Heidenreich"], ["password", "LaQp7HbV"], ["phone", "810.936.2798 x75557"], ["phone_number", "1-877-293-7281"], ["reference", "1e97de42-db45-4906-b7c1-adee28e65a2d"], ["title", "Qui incidunt fugiat quia facilis."], ["user_name", "verdell"], ["username", "anneliese"], ["uuid", "3f864ab4-7382-4524-9cc3-e4a80cfb771d"], ["created_at", "2020-11-24 15:45:45.540009"], ["updated_at", "2020-11-24 15:45:45.540009"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 884 13654 Murphy Hill, Grimesside, NJ 10239-9932"], ["city", "East Fidelfort"], ["country", "Venezuela"], ["description", "Est voluptas excepturi. Voluptas ut quasi."], ["email", "solomon@example.io"], ["first_name", "Austin"], ["firstname", "Sheena"], ["last_name", "DuBuque"], ["lastname", "Johns"], ["lat", "79.18548480854147"], ["latitute", "-24.36704184325808"], ["lng", "-79.43770594155484"], ["locale", "CG"], ["longitude", "-179.27431512606145"], ["middlename", "Kuhn"], ["middle_name", "Larkin"], ["password", "R6a4Pv7G9g3"], ["phone", "(181) 518-4871 x41603"], ["phone_number", "857.002.9752"], ["reference", "1bf70b4d-c88a-42d3-b299-525ef8644bca"], ["title", "Animi omnis illo ea labore."], ["user_name", "branden_kerluke"], ["username", "fransisca"], ["uuid", "562525f3-5680-4f99-9887-a782774610c4"], ["created_at", "2020-11-24 15:45:45.562543"], ["updated_at", "2020-11-24 15:45:45.562543"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 504 459 Rasheeda Green, Hirthehaven, DE 03096-0013"], ["city", "Albertinashire"], ["country", "Georgia"], ["description", "Fugiat ut dolor. Tempore laborum consequatur. Recusandae vero et."], ["email", "terrence@example.co"], ["first_name", "Scottie"], ["firstname", "Danielle"], ["last_name", "Stokes"], ["lastname", "Larkin"], ["lat", "-0.6422831718672626"], ["latitute", "-26.700041627937097"], ["lng", "89.90440925430016"], ["locale", "NL"], ["longitude", "-24.551645271252397"], ["middlename", "Wunsch"], ["middle_name", "Lockman"], ["password", "RkOd1U2n"], ["phone", "665.840.5739 x9821"], ["phone_number", "1-689-218-5288 x4912"], ["reference", "f7b97e4f-2df7-482f-9e2b-9d5aea70b0ef"], ["title", "Alias quas vero numquam."], ["user_name", "leonie"], ["username", "autumn"], ["uuid", "ca5c2857-e7a5-4ff3-b3c0-f8046a5f72de"], ["created_at", "2020-11-24 15:45:45.601264"], ["updated_at", "2020-11-24 15:45:45.601264"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 959 9026 Phillip Plaza, South Bernie, WV 13309-3555"], ["city", "Parkerchester"], ["country", "Hong Kong"], ["description", "Consequuntur iste sit. Neque ut architecto. Qui expedita quidem. Harum atque asperiores."], ["email", "kasi@example.co"], ["first_name", "Linwood"], ["firstname", "Lloyd"], ["last_name", "Armstrong"], ["lastname", "Satterfield"], ["lat", "-15.033694570146395"], ["latitute", "-55.597390755599776"], ["lng", "-144.20215101580308"], ["locale", "BI"], ["longitude", "89.30216314885126"], ["middlename", "Reynolds"], ["middle_name", "Anderson"], ["password", "UxBtFt29ToVyY"], ["phone", "(103) 896-8240 x37528"], ["phone_number", "1-521-865-0757 x20691"], ["reference", "c7bba5a1-2f38-4249-9aa3-cffc20cdb92a"], ["title", "Quia velit vitae qui."], ["user_name", "naida"], ["username", "lowell_mcclure"], ["uuid", "2fbab803-da78-48cb-b45e-e7a3437753b2"], ["created_at", "2020-11-24 15:45:45.625368"], ["updated_at", "2020-11-24 15:45:45.625368"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "900 Hintz Squares, Bartbury, HI 12734"], ["city", "Littelland"], ["country", "Trinidad and Tobago"], ["description", "Quia dolor dolore. Aut sequi cum. Cumque voluptatem corporis."], ["email", "gordon.feil@example.org"], ["first_name", "Sadie"], ["firstname", "Kasie"], ["last_name", "Stehr"], ["lastname", "Leannon"], ["lat", "42.73291606790241"], ["latitute", "82.94766996321059"], ["lng", "32.13560086938486"], ["locale", "LU"], ["longitude", "-129.63028431380684"], ["middlename", "Torphy"], ["middle_name", "O'Kon"], ["password", "MhMdFkMqA6b"], ["phone", "327-597-9683 x4548"], ["phone_number", "803.788.9900 x990"], ["reference", "7a5d042e-c9df-4460-9879-0893b491b504"], ["title", "Quasi rem qui nisi est."], ["user_name", "lieselotte"], ["username", "colette"], ["uuid", "27dd0ac7-6fb2-451c-80bb-af558f0ad911"], ["created_at", "2020-11-24 15:45:45.647244"], ["updated_at", "2020-11-24 15:45:45.647244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 409 18598 Flatley Inlet, North Naidatown, ND 34392"], ["city", "South Krisville"], ["country", "Canada"], ["description", "Explicabo dolor velit. Et molestias temporibus."], ["email", "shamika@example.co"], ["first_name", "Gigi"], ["firstname", "Armand"], ["last_name", "Deckow"], ["lastname", "Bahringer"], ["lat", "22.040290155976024"], ["latitute", "54.33762652910778"], ["lng", "153.03225576106655"], ["locale", "TJ"], ["longitude", "138.55471219949783"], ["middlename", "Gusikowski"], ["middle_name", "Bradtke"], ["password", "VmYeSo2Vd2ZdM"], ["phone", "(420) 657-6218"], ["phone_number", "990-021-4016"], ["reference", "322339b1-f74a-4bf0-be9c-63dd4d018ed6"], ["title", "Reiciendis illo dolores qui qui."], ["user_name", "shella"], ["username", "fannie"], ["uuid", "5348420a-ea87-4f46-ba6b-333d5c05acbb"], ["created_at", "2020-11-24 15:45:45.669130"], ["updated_at", "2020-11-24 15:45:45.669130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "9697 Wilmer Radial, West Deshawnbury, ND 24184"], ["city", "South Alysefort"], ["country", "Comoros"], ["description", "Natus et autem. Et architecto aut."], ["email", "abel@example.name"], ["first_name", "Blair"], ["firstname", "Teri"], ["last_name", "Bailey"], ["lastname", "Hilll"], ["lat", "25.700164822503652"], ["latitute", "-16.55538371660515"], ["lng", "-145.77130718029048"], ["locale", "KW"], ["longitude", "-133.8451742646942"], ["middlename", "Hoeger"], ["middle_name", "Schuster"], ["password", "FjBwT0z6"], ["phone", "1-502-665-4711 x54260"], ["phone_number", "1-632-945-7795 x964"], ["reference", "e2d716d3-85b5-4e9f-9aac-112cd339af23"], ["title", "Ut atque molestiae porro."], ["user_name", "gretta"], ["username", "hsiu.aufderhar"], ["uuid", "ec2bdfe5-a7ed-4c86-9da1-c7e6524dbd41"], ["created_at", "2020-11-24 15:45:45.691114"], ["updated_at", "2020-11-24 15:45:45.691114"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 672 39763 Hirthe Plains, East Lue, NJ 95850"], ["city", "Labadiechester"], ["country", "Ecuador"], ["description", "Esse omnis amet. Officiis eligendi sapiente. Omnis dicta dolorum."], ["email", "jordon@example.io"], ["first_name", "Buford"], ["firstname", "Ashanti"], ["last_name", "Crooks"], ["lastname", "Jenkins"], ["lat", "59.049689777385964"], ["latitute", "-81.45148361579544"], ["lng", "-18.43362808661462"], ["locale", "BG"], ["longitude", "-139.24589172374363"], ["middlename", "Schoen"], ["middle_name", "Bednar"], ["password", "CmJeE6oWaR"], ["phone", "490-912-1161 x171"], ["phone_number", "(444) 409-4989 x1206"], ["reference", "969e443c-b0d9-4324-9843-e6cc81148398"], ["title", "Distinctio nobis quia occaecati molestiae."], ["user_name", "gerardo"], ["username", "sau.morissette"], ["uuid", "b4f3c817-1eeb-4ae9-acd9-6cb55ab22a3d"], ["created_at", "2020-11-24 15:45:45.713116"], ["updated_at", "2020-11-24 15:45:45.713116"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "25094 Hegmann Roads, Mikelstad, VA 74977"], ["city", "Oneidafurt"], ["country", "Ghana"], ["description", "Aut quod ut. Facere aut adipisci."], ["email", "francesco@example.co"], ["first_name", "Nobuko"], ["firstname", "Odell"], ["last_name", "Gibson"], ["lastname", "Lesch"], ["lat", "35.94472001994707"], ["latitute", "89.26276889732722"], ["lng", "-66.83776273739441"], ["locale", "SS"], ["longitude", "170.59548727147154"], ["middlename", "Bayer"], ["middle_name", "Goldner"], ["password", "91Bp6OlDjA8"], ["phone", "664.983.6902"], ["phone_number", "1-143-808-8718"], ["reference", "28babb45-40bb-4e78-83d8-9ef024803996"], ["title", "Est expedita magni."], ["user_name", "sherita.marquardt"], ["username", "ivory.schinner"], ["uuid", "21e349da-1417-4999-9c7d-b32d0ab20afc"], ["created_at", "2020-11-24 15:45:45.734911"], ["updated_at", "2020-11-24 15:45:45.734911"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 991 11373 D'Amore Cliff, Abshiremouth, MO 40974"], ["city", "Lennyberg"], ["country", "Indonesia"], ["description", "Mollitia molestiae reiciendis. Ipsa nobis temporibus. Quo omnis rerum. Architecto possimus quis."], ["email", "kellye@example.name"], ["first_name", "Colin"], ["firstname", "Emmitt"], ["last_name", "Senger"], ["lastname", "Braun"], ["lat", "34.09179086140102"], ["latitute", "-77.68826988670139"], ["lng", "41.952184215725765"], ["locale", "FR"], ["longitude", "85.34212104059799"], ["middlename", "Zemlak"], ["middle_name", "Gottlieb"], ["password", "J3yQbF3f6"], ["phone", "724-265-2232 x61375"], ["phone_number", "(819) 358-0707 x972"], ["reference", "c9b1b090-302c-4cbe-837a-c09927d531c8"], ["title", "Provident harum aut et."], ["user_name", "marlin"], ["username", "carmine.green"], ["uuid", "e071506d-7d09-43d5-bf6e-661545fc636b"], ["created_at", "2020-11-24 15:45:45.756665"], ["updated_at", "2020-11-24 15:45:45.756665"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.2ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.7ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 448 94997 Delmer Course, North Sadyefurt, IN 11794"], ["city", "South Tory"], ["country", "Cameroon"], ["description", "Iste eveniet aspernatur. Quos nihil aperiam. Sint eius aspernatur. Eligendi at voluptatum. Autem sed est."], ["email", "telma_gutkowski@example.org"], ["first_name", "Roselle"], ["firstname", "Noe"], ["last_name", "Larkin"], ["lastname", "Kiehn"], ["lat", "60.26339735149199"], ["latitute", "-54.9532167518799"], ["lng", "113.87264991432824"], ["locale", "PT"], ["longitude", "179.06412448900215"], ["middlename", "Dickinson"], ["middle_name", "Welch"], ["password", "2KfR9rB8k0XrBd"], ["phone", "1-523-657-7197"], ["phone_number", "(746) 055-2566 x795"], ["reference", "3c5e487b-44b9-4fcf-9986-9aa3f08aa469"], ["title", "Tenetur reprehenderit quasi voluptas ea eveniet."], ["user_name", "kraig"], ["username", "denis_konopelski"], ["uuid", "8bf34317-3316-4fe1-979a-015326a2df3b"], ["created_at", "2020-11-24 15:48:05.176529"], ["updated_at", "2020-11-24 15:48:05.176529"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 733 2843 Sherwood Row, North Micheleberg, UT 26846"], ["city", "Champlinmouth"], ["country", "South Africa"], ["description", "Iure deleniti maxime. Voluptatum enim libero."], ["email", "antonette@example.name"], ["first_name", "Sophie"], ["firstname", "Misty"], ["last_name", "Hauck"], ["lastname", "Cummings"], ["lat", "-10.754518500060016"], ["latitute", "-33.60029901436678"], ["lng", "-60.941805031473166"], ["locale", "TK"], ["longitude", "64.29948488809234"], ["middlename", "Lueilwitz"], ["middle_name", "Spinka"], ["password", "IlVwUwVi15FtX"], ["phone", "1-807-475-0059"], ["phone_number", "969.583.7175"], ["reference", "efb71de7-2579-496c-a60e-e4c62858a9b9"], ["title", "Sit sequi similique fugiat officia."], ["user_name", "theodore_schultz"], ["username", "david"], ["uuid", "36196741-94d5-43d8-8db2-57bf82acd9c7"], ["created_at", "2020-11-24 15:48:05.199649"], ["updated_at", "2020-11-24 15:48:05.199649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 914 494 Dalila Hills, Gabrielville, OH 50516"], ["city", "Leandramouth"], ["country", "Sweden"], ["description", "Beatae eos doloribus. A ab minima. Hic cupiditate suscipit."], ["email", "sharell@example.com"], ["first_name", "Tora"], ["firstname", "Stephen"], ["last_name", "Crona"], ["lastname", "Bode"], ["lat", "-67.7453936462215"], ["latitute", "80.2224994039679"], ["lng", "119.56542472121964"], ["locale", "CD"], ["longitude", "-16.058525444088076"], ["middlename", "Reichert"], ["middle_name", "Harvey"], ["password", "XrBkDzEpCk9"], ["phone", "(993) 339-1512 x562"], ["phone_number", "(902) 269-5542 x6767"], ["reference", "f7942e9e-57f0-4e1b-b086-4a36b9c191a4"], ["title", "Qui voluptatum rem a."], ["user_name", "lester"], ["username", "dustin"], ["uuid", "1b52e3ac-8469-4b04-b861-46f392a2b742"], ["created_at", "2020-11-24 15:48:05.222279"], ["updated_at", "2020-11-24 15:48:05.222279"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "2536 Hamill Fork, West Emma, IL 24893-3173"], ["city", "North Cletus"], ["country", "Kiribati"], ["description", "Ratione eum in. Reprehenderit voluptas nihil. Excepturi quae sapiente. Laboriosam provident cumque."], ["email", "karri@example.io"], ["first_name", "Clemente"], ["firstname", "Zella"], ["last_name", "Fritsch"], ["lastname", "Wunsch"], ["lat", "-24.040305643883983"], ["latitute", "38.72578111416456"], ["lng", "-163.62162320556837"], ["locale", "TD"], ["longitude", "-39.73341511126284"], ["middlename", "Turner"], ["middle_name", "Christiansen"], ["password", "TkOw59CcJpK"], ["phone", "786-758-0917 x14670"], ["phone_number", "(577) 954-9265 x1283"], ["reference", "3e715bf7-f47c-43ab-9372-9215dbed173d"], ["title", "Rerum voluptatem vitae ut cumque."], ["user_name", "doretta"], ["username", "lamonica_hartmann"], ["uuid", "a97bb592-58f7-4ff5-a96f-20a2ef1dceb9"], ["created_at", "2020-11-24 15:48:05.245097"], ["updated_at", "2020-11-24 15:48:05.245097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 231 6411 Shirleen Knoll, Schusterburgh, FL 36122"], ["city", "New Geraldo"], ["country", "Georgia"], ["description", "Natus eligendi et. Animi repellendus qui."], ["email", "teisha.schiller@example.com"], ["first_name", "Dennis"], ["firstname", "Kori"], ["last_name", "Wisozk"], ["lastname", "Lubowitz"], ["lat", "-69.96930469789544"], ["latitute", "-40.99577097742496"], ["lng", "-69.19353539218673"], ["locale", "CD"], ["longitude", "99.94827420471938"], ["middlename", "Kautzer"], ["middle_name", "Bernier"], ["password", "OnB7gHc3Mm1QwAvN"], ["phone", "563-841-2460 x0519"], ["phone_number", "989.773.2915 x83353"], ["reference", "9e8fbc17-85e0-4765-b8f8-0bc3b06cdbbe"], ["title", "Qui a perferendis sed."], ["user_name", "raleigh"], ["username", "jonah.adams"], ["uuid", "fa97ed39-f729-4184-bf33-03a7d0831519"], ["created_at", "2020-11-24 15:48:05.281944"], ["updated_at", "2020-11-24 15:48:05.281944"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 828 2434 Tanner Mission, Bashirianmouth, VT 06861"], ["city", "Rolftown"], ["country", "Nigeria"], ["description", "Ut asperiores voluptatem. Molestias sed sint. Laudantium numquam id."], ["email", "dalton.hirthe@example.org"], ["first_name", "Christian"], ["firstname", "Elliot"], ["last_name", "Cassin"], ["lastname", "Lockman"], ["lat", "51.30286316809966"], ["latitute", "85.6462579249202"], ["lng", "62.63783266054108"], ["locale", "SH"], ["longitude", "-140.00081995601087"], ["middlename", "Parker"], ["middle_name", "Batz"], ["password", "745CdK8oIf"], ["phone", "(663) 385-8717 x85570"], ["phone_number", "1-500-263-3159 x40880"], ["reference", "8637641b-791b-4081-818a-bcb93fe4ec3e"], ["title", "Ipsum nobis sunt dolore quia."], ["user_name", "lynna"], ["username", "marni"], ["uuid", "ce1a7f8a-246d-4527-9082-3f86d7fd1160"], ["created_at", "2020-11-24 15:48:05.306325"], ["updated_at", "2020-11-24 15:48:05.306325"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 717 566 Sherry Circles, Connellystad, WI 63157"], ["city", "Cherylstad"], ["country", "Belarus"], ["description", "Non natus officia. Eum nulla numquam."], ["email", "augustus.block@example.info"], ["first_name", "Noble"], ["firstname", "Stuart"], ["last_name", "Cormier"], ["lastname", "Bradtke"], ["lat", "-74.69767985932882"], ["latitute", "38.510460659189334"], ["lng", "130.55982846899713"], ["locale", "NP"], ["longitude", "-144.79572323003416"], ["middlename", "Stracke"], ["middle_name", "Wolf"], ["password", "RcL4nVv24ErSrY"], ["phone", "580.508.1331 x906"], ["phone_number", "(706) 912-0603 x122"], ["reference", "c2592e19-c2b3-42cf-92e9-24da95c97116"], ["title", "Nesciunt et suscipit dolores ad."], ["user_name", "becky"], ["username", "kenton"], ["uuid", "c933e0e9-e33f-41a2-94e9-e0c493834d48"], ["created_at", "2020-11-24 15:48:05.328533"], ["updated_at", "2020-11-24 15:48:05.328533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "40939 Johnie Field, New Josephport, ID 64231-3533"], ["city", "West Nicky"], ["country", "Moldova"], ["description", "Impedit voluptatem ducimus. Nesciunt laborum et. Sit eius in. Alias assumenda laborum. Quia optio cum."], ["email", "frances.hintz@example.com"], ["first_name", "Kristofer"], ["firstname", "Nathanial"], ["last_name", "Collins"], ["lastname", "Kilback"], ["lat", "36.59635766147228"], ["latitute", "-8.861717747721173"], ["lng", "-148.68798685360332"], ["locale", "KZ"], ["longitude", "-133.95001791221918"], ["middlename", "Schinner"], ["middle_name", "Lockman"], ["password", "0M93c2Eu5L"], ["phone", "1-529-896-6238 x0655"], ["phone_number", "(939) 923-8210 x7212"], ["reference", "29e4e4e5-a4eb-4923-b6c6-5fbb661aaa93"], ["title", "Rerum temporibus voluptate."], ["user_name", "dee.goyette"], ["username", "keenan"], ["uuid", "9d9b88c7-9e1f-4df0-a643-46aebadc28cc"], ["created_at", "2020-11-24 15:48:05.351161"], ["updated_at", "2020-11-24 15:48:05.351161"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "585 Davis Brooks, Lucinaport, KS 56310"], ["city", "East Jimmyhaven"], ["country", "Gabon"], ["description", "Voluptatem excepturi ab. Odio ut quo. Id totam distinctio. Nobis dolores laborum. Aut atque dolores."], ["email", "tyree.waters@example.co"], ["first_name", "Jordan"], ["firstname", "Rosaura"], ["last_name", "Harber"], ["lastname", "Connelly"], ["lat", "11.192349682481236"], ["latitute", "77.22426025888541"], ["lng", "7.624299612677731"], ["locale", "AG"], ["longitude", "25.626788712217802"], ["middlename", "Daniel"], ["middle_name", "Dach"], ["password", "7TpU3nNe8Sc"], ["phone", "533.696.9811"], ["phone_number", "(319) 910-8544 x971"], ["reference", "cc964e79-dc0c-4159-94d6-cd4a7903ea9f"], ["title", "Tenetur error quia tempore et maxime."], ["user_name", "anjanette_cormier"], ["username", "shawn.von"], ["uuid", "8c92721c-9c02-46b2-9337-aa36ec52cd18"], ["created_at", "2020-11-24 15:48:05.373651"], ["updated_at", "2020-11-24 15:48:05.373651"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 945 616 Robert Place, West Merrie, ME 89502-5294"], ["city", "North Adelia"], ["country", "Cyprus"], ["description", "Dolores sit recusandae. Ea qui eligendi. Reprehenderit earum tempora. Vel perferendis quod."], ["email", "rex_schulist@example.info"], ["first_name", "Maricela"], ["firstname", "Kristin"], ["last_name", "Witting"], ["lastname", "Hamill"], ["lat", "24.08141848353509"], ["latitute", "59.14698321641674"], ["lng", "-164.61538766930602"], ["locale", "MW"], ["longitude", "-62.0820183883295"], ["middlename", "Fadel"], ["middle_name", "Hermann"], ["password", "AgD5s53MoK7xXbS8"], ["phone", "(849) 022-5039 x051"], ["phone_number", "885-849-1030 x67397"], ["reference", "b4ec0da3-ad99-4db9-a4f0-a242ec9591bb"], ["title", "Voluptas ea harum autem esse."], ["user_name", "modesto_runolfsdottir"], ["username", "so.grady"], ["uuid", "ff29c4de-57e7-47e3-bca0-d2987a9f4551"], ["created_at", "2020-11-24 15:48:05.396245"], ["updated_at", "2020-11-24 15:48:05.396245"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.9ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.6ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (2.0ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "758 Pouros Springs, Port Shirafort, CA 20447-2869"], ["city", "North Rickie"], ["country", "Malawi"], ["description", "Quis eum autem. Qui quis dolores."], ["email", "buddy.howell@example.io"], ["first_name", "Armando"], ["firstname", "Barrett"], ["last_name", "Parisian"], ["lastname", "Kunze"], ["lat", "-77.25120344650594"], ["latitute", "-66.57986967449534"], ["lng", "168.69303063505174"], ["locale", "PM"], ["longitude", "-116.33917842390034"], ["middlename", "Morissette"], ["middle_name", "Crona"], ["password", "AeZxN2aV"], ["phone", "631-936-7770 x080"], ["phone_number", "889.769.3908 x1491"], ["reference", "c905395f-ef07-4d9d-b9e8-9da2e31493c3"], ["title", "Porro totam ut laborum earum."], ["user_name", "kathaleen"], ["username", "gene"], ["uuid", "1c68605c-a9a2-4d8c-8a39-0852cab3bef2"], ["created_at", "2020-11-24 15:48:29.115580"], ["updated_at", "2020-11-24 15:48:29.115580"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "7613 Gussie Light, North Karinaborough, AZ 46335"], ["city", "South Karylfort"], ["country", "Italy"], ["description", "Quo qui et. Quo molestiae hic. Aliquid qui ipsam."], ["email", "stefani@example.name"], ["first_name", "Casie"], ["firstname", "Steven"], ["last_name", "Sipes"], ["lastname", "Leannon"], ["lat", "-0.6442178753869712"], ["latitute", "-56.17151593037934"], ["lng", "-101.54728135280692"], ["locale", "LS"], ["longitude", "-110.89115563160729"], ["middlename", "Schamberger"], ["middle_name", "Maggio"], ["password", "HeW71qAxCuS6"], ["phone", "807-511-4410"], ["phone_number", "509-214-3317 x17241"], ["reference", "9a988f5c-fc93-4f3f-902d-bd7327c8d964"], ["title", "Quas vel molestias natus."], ["user_name", "benedict.miller"], ["username", "beau"], ["uuid", "c3228440-98b7-4a6f-baa4-7630e281539f"], ["created_at", "2020-11-24 15:48:29.138171"], ["updated_at", "2020-11-24 15:48:29.138171"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "271 Mickey Course, Pfefferbury, NH 05827"], ["city", "New Cristinville"], ["country", "Moldova"], ["description", "Odit omnis non. Voluptate totam quibusdam. Excepturi harum quia."], ["email", "taylor@example.com"], ["first_name", "Benny"], ["firstname", "Shani"], ["last_name", "Homenick"], ["lastname", "Schiller"], ["lat", "-4.928592441263561"], ["latitute", "-77.73425765809992"], ["lng", "60.313219180110906"], ["locale", "RU"], ["longitude", "-19.257393151840688"], ["middlename", "Mohr"], ["middle_name", "Padberg"], ["password", "PgAp0F6x"], ["phone", "663.848.5523"], ["phone_number", "(103) 607-7144 x21845"], ["reference", "a409005a-1e9b-4c61-8819-eeb3f3ac7c1f"], ["title", "Omnis veritatis placeat."], ["user_name", "oliver.jakubowski"], ["username", "samuel"], ["uuid", "1856fc7a-a197-4b06-9124-c52e7652262c"], ["created_at", "2020-11-24 15:48:29.160251"], ["updated_at", "2020-11-24 15:48:29.160251"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 119 491 Reilly Manor, Collinsberg, NM 56110"], ["city", "Ollieville"], ["country", "Iran"], ["description", "Dolore beatae molestiae. Placeat hic nihil."], ["email", "latasha@example.co"], ["first_name", "Idalia"], ["firstname", "Elliott"], ["last_name", "Orn"], ["lastname", "Brown"], ["lat", "-78.27352766886939"], ["latitute", "-49.76343365696191"], ["lng", "-78.7303158314515"], ["locale", "WF"], ["longitude", "-88.6064058442828"], ["middlename", "Bahringer"], ["middle_name", "Leffler"], ["password", "BiNtRt2S"], ["phone", "1-726-319-8998 x72264"], ["phone_number", "(673) 622-5052 x2038"], ["reference", "295842f9-77b0-4d14-a826-cd9feb336130"], ["title", "Molestias enim qui ea hic pariatur."], ["user_name", "chet"], ["username", "deon"], ["uuid", "ae27e429-8b4c-4c26-94b9-9420f4d0d2e7"], ["created_at", "2020-11-24 15:48:29.182007"], ["updated_at", "2020-11-24 15:48:29.182007"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 513 2664 Hintz Station, Krystinafurt, GA 61115"], ["city", "Lake Maxima"], ["country", "Brazil"], ["description", "Vel laudantium ut. Et doloremque earum."], ["email", "tommy.fay@example.co"], ["first_name", "Chris"], ["firstname", "Gonzalo"], ["last_name", "Wisoky"], ["lastname", "Nikolaus"], ["lat", "79.81943303686782"], ["latitute", "35.087992843537094"], ["lng", "-4.384636316158264"], ["locale", "BR"], ["longitude", "-19.13313940799418"], ["middlename", "Emard"], ["middle_name", "Fritsch"], ["password", "6WlYbJkYjSyXx"], ["phone", "956-481-9041"], ["phone_number", "251-062-3149 x945"], ["reference", "e378c733-d3f6-4ba4-a8a0-1c362d8b5e53"], ["title", "Ipsam cum est eum ullam rerum."], ["user_name", "jamar_morar"], ["username", "hershel.schultz"], ["uuid", "db94ef61-901c-45a6-a214-4c81defa1995"], ["created_at", "2020-11-24 15:48:29.217056"], ["updated_at", "2020-11-24 15:48:29.217056"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 850 5573 Alex Pike, Donnettaburgh, TX 95007"], ["city", "Port Carola"], ["country", "Gabon"], ["description", "Sint tempora deleniti. Molestias eos autem."], ["email", "elvis@example.co"], ["first_name", "Ted"], ["firstname", "Regena"], ["last_name", "O'Kon"], ["lastname", "Runte"], ["lat", "-62.17752942257813"], ["latitute", "85.21246042286194"], ["lng", "18.09258593618634"], ["locale", "TG"], ["longitude", "-168.50762156354375"], ["middlename", "Gislason"], ["middle_name", "Zboncak"], ["password", "6GbZlUd6KpAm"], ["phone", "536-346-6234 x8195"], ["phone_number", "(784) 487-2791 x861"], ["reference", "5fe1bbef-4dd2-4a11-a752-84a59371be23"], ["title", "Optio voluptatem a corporis mollitia sunt."], ["user_name", "hipolito_borer"], ["username", "neida.conroy"], ["uuid", "e69a6687-a37b-46a6-bd36-a54d9aa74044"], ["created_at", "2020-11-24 15:48:29.241651"], ["updated_at", "2020-11-24 15:48:29.241651"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "5867 Sylvester Rue, Mazieborough, HI 14839"], ["city", "West Denitabury"], ["country", "Russian Federation"], ["description", "Blanditiis consequatur enim. Vel aspernatur odit. Iusto quasi quia."], ["email", "sachiko@example.net"], ["first_name", "Dong"], ["firstname", "Travis"], ["last_name", "Corkery"], ["lastname", "Gottlieb"], ["lat", "86.14609069731648"], ["latitute", "-77.84499828070662"], ["lng", "-156.0494253986925"], ["locale", "SJ"], ["longitude", "-23.18534547309426"], ["middlename", "Crist"], ["middle_name", "Bartoletti"], ["password", "UlVr7IdTx"], ["phone", "(665) 179-4491 x748"], ["phone_number", "(872) 336-9612 x903"], ["reference", "ecd34c47-e530-4ed6-98e6-dd943c9f4454"], ["title", "Nihil modi maxime veritatis doloremque."], ["user_name", "sam"], ["username", "kenny"], ["uuid", "bae8afba-9290-49a8-a07f-c9aefdfda811"], ["created_at", "2020-11-24 15:48:29.263814"], ["updated_at", "2020-11-24 15:48:29.263814"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "17468 O'Connell Crossing, Kourtneyborough, WI 47081"], ["city", "Port Foster"], ["country", "Singapore"], ["description", "Voluptatum eos in. Autem commodi ipsam. Ut saepe nobis. Impedit eligendi voluptatibus."], ["email", "amado@example.biz"], ["first_name", "Horace"], ["firstname", "Ariane"], ["last_name", "Bednar"], ["lastname", "Wolff"], ["lat", "57.229246021160606"], ["latitute", "-18.56161393008759"], ["lng", "98.09443849622926"], ["locale", "PE"], ["longitude", "12.099550319466232"], ["middlename", "Turcotte"], ["middle_name", "Little"], ["password", "GuEyIgGw7B"], ["phone", "(535) 368-4484 x296"], ["phone_number", "671-030-1691"], ["reference", "c3592c9a-9d1d-494d-9e3b-9f012af49c4d"], ["title", "Et sit voluptatem ut omnis."], ["user_name", "erick_cormier"], ["username", "irina"], ["uuid", "e834ed0f-7627-45c0-8e9a-5d3544d3411b"], ["created_at", "2020-11-24 15:48:29.285734"], ["updated_at", "2020-11-24 15:48:29.285734"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.2ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Suite 621 35639 Matthew Grove, Port Ada, IA 50588"], ["city", "Lake Felipeport"], ["country", "Lebanon"], ["description", "Vero repellat modi. Voluptatem alias perspiciatis."], ["email", "chu_schmeler@example.net"], ["first_name", "Tod"], ["firstname", "Terry"], ["last_name", "Langosh"], ["lastname", "Powlowski"], ["lat", "-73.03627650898233"], ["latitute", "36.80193472362269"], ["lng", "-157.90742723399853"], ["locale", "SA"], ["longitude", "171.47987534633933"], ["middlename", "Schoen"], ["middle_name", "Green"], ["password", "Kf6W7mX9"], ["phone", "780.280.8499 x29235"], ["phone_number", "1-957-861-7193"], ["reference", "92194406-711a-4aed-b29f-bdaba6678e14"], ["title", "Architecto enim sequi consequatur."], ["user_name", "laura_goodwin"], ["username", "lowell_macgyver"], ["uuid", "858441e2-c9b6-476b-b6c0-ae785710050c"], ["created_at", "2020-11-24 15:48:29.307594"], ["updated_at", "2020-11-24 15:48:29.307594"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Lima Create (0.1ms) INSERT INTO "limas" ("address", "city", "country", "description", "email", "first_name", "firstname", "last_name", "lastname", "lat", "latitute", "lng", "locale", "longitude", "middlename", "middle_name", "password", "phone", "phone_number", "reference", "title", "user_name", "username", "uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address", "Apt. 390 3585 Lavina Plains, Gerholdmouth, ME 22014"], ["city", "Coryside"], ["country", "New Zealand"], ["description", "Illo quia incidunt. Commodi consequuntur recusandae. Recusandae ducimus dignissimos."], ["email", "hubert@example.com"], ["first_name", "Wilford"], ["firstname", "Sandy"], ["last_name", "Bins"], ["lastname", "Kuvalis"], ["lat", "-59.19642640475058"], ["latitute", "1.3421487348343533"], ["lng", "101.73454257691628"], ["locale", "TK"], ["longitude", "99.35859595368674"], ["middlename", "Beahan"], ["middle_name", "Jaskolski"], ["password", "CwHqUe2WxF2aJ6w"], ["phone", "290.721.3897 x7196"], ["phone_number", "307-426-6083 x82362"], ["reference", "e8c5fe66-8468-4c2e-9f23-0d5398450125"], ["title", "Fuga qui nihil."], ["user_name", "verona.bergnaum"], ["username", "annabel"], ["uuid", "71116f55-3956-4499-9508-dfdea8c8649d"], ["created_at", "2020-11-24 15:48:29.329560"], ["updated_at", "2020-11-24 15:48:29.329560"]]  (0.0ms) RELEASE SAVEPOINT active_record_2 Lima Load (0.2ms) SELECT "limas".* FROM "limas" ORDER BY "limas"."id" ASC LIMIT ? [["LIMIT", 1000]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.8ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.5ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.7ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.5ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (37.7ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.1ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.9ms) DELETE FROM "julietts";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (2.4ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.8ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.5ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (36.9ms) DELETE FROM "alfas";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.3ms) DELETE FROM "bravos";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'bravos';  (2.8ms) DELETE FROM "echos";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'echos';  (2.3ms) DELETE FROM "foxtrots";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (2.7ms) DELETE FROM "kilos";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'kilos';  (2.5ms) DELETE FROM "limas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'limas';  (2.7ms) DELETE FROM "charlies";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'charlies';  (2.1ms) DELETE FROM "deltas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'deltas';  (2.0ms) DELETE FROM "hotels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'hotels';  (3.1ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.6ms) DELETE FROM "julietts";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (7.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.7ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (11.8ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.6ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.8ms) DELETE FROM "echos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.9ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.5ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.0ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.1ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.8ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (2.0ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.9ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.9ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.0ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.8ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.0ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.8ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.6ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.7ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (2.1ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.6ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.8ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.7ms) DELETE FROM "alfas";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'alfas';  (3.3ms) DELETE FROM "bravos";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'bravos';  (2.7ms) DELETE FROM "echos";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'echos';  (2.0ms) DELETE FROM "foxtrots";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (2.8ms) DELETE FROM "kilos";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'kilos';  (2.7ms) DELETE FROM "limas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'limas';  (2.1ms) DELETE FROM "charlies";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'charlies';  (3.1ms) DELETE FROM "deltas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'deltas';  (2.6ms) DELETE FROM "hotels";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'hotels';  (2.7ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.6ms) DELETE FROM "julietts";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (3.0ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.5ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.9ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.8ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "limas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'limas';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.9ms) SELECT sqlite_version(*)  (0.5ms) SELECT sqlite_version(*)  (0.0ms) SELECT sqlite_version(*)  (0.0ms) SELECT sqlite_version(*)  (0.1ms) DROP TABLE IF EXISTS "alfas"  (13.4ms) CREATE TABLE "alfas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "a_boolean" boolean, "an_integer" integer, "a_decimal" decimal, "a_string" varchar, "a_date" date, "a_time" time, "a_datetime" datetime, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.4ms) DROP TABLE IF EXISTS "bravos"  (3.4ms) CREATE TABLE "bravos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "a_boolean" boolean DEFAULT 0 NOT NULL, "an_integer" integer NOT NULL, "a_decimal" decimal NOT NULL, "a_string" varchar NOT NULL, "a_unique_value" integer, "a_string_from_options" varchar, "an_integer_from_options" integer, "an_absent_value" varchar, "a_regex" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.2ms) DROP TABLE IF EXISTS "charlies"  (2.2ms) CREATE TABLE "charlies" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (2.0ms) CREATE INDEX "index_charlies_on_alfa_id" ON "charlies" ("alfa_id")  (0.1ms) DROP TABLE IF EXISTS "deltas"  (2.0ms) CREATE TABLE "deltas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.9ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (2.2ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.1ms) DROP TABLE IF EXISTS "echos"  (2.1ms) CREATE TABLE "echos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "echoable_type" varchar, "echoable_id" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.8ms) CREATE INDEX "index_echos_on_echoable_type_and_echoable_id" ON "echos" ("echoable_type", "echoable_id")  (0.1ms) DROP TABLE IF EXISTS "foxtrots"  (1.9ms) CREATE TABLE "foxtrots" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) DROP TABLE IF EXISTS "hotels"  (2.4ms) CREATE TABLE "hotels" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer)  (1.8ms) CREATE INDEX "index_hotels_on_india_id" ON "hotels" ("india_id")  (0.1ms) DROP TABLE IF EXISTS "indias"  (2.0ms) CREATE TABLE "indias" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.9ms) CREATE INDEX "index_indias_on_hotel_id" ON "indias" ("hotel_id")  (0.1ms) DROP TABLE IF EXISTS "julietts"  (1.9ms) CREATE TABLE "julietts" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "alfa_id" integer NOT NULL, "a_string" varchar, "an_integer" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (1.9ms) CREATE INDEX "index_julietts_on_alfa_id" ON "julietts" ("alfa_id")  (0.1ms) DROP TABLE IF EXISTS "kilos"  (1.8ms) CREATE TABLE "kilos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "encrypted_password" varchar, "reset_password_token" varchar, "reset_password_sent_at" varchar, "remember_created_at" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.0ms) begin transaction  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "acharlies" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_acharlies_on_alfa_id" ON "acharlies" ("alfa_id")  (0.1ms) INSERT INTO "acharlies" ("id","alfa_id","created_at","updated_at") SELECT "id","alfa_id","created_at","updated_at" FROM "charlies"  (0.2ms) DROP TABLE "charlies"  (0.1ms) CREATE TABLE "charlies" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_c22432acee" FOREIGN KEY ("alfa_id") REFERENCES "alfas" ("id") )  (0.1ms) CREATE INDEX "index_charlies_on_alfa_id" ON "charlies" ("alfa_id")  (0.1ms) INSERT INTO "charlies" ("id","alfa_id","created_at","updated_at") SELECT "id","alfa_id","created_at","updated_at" FROM "acharlies"  (0.1ms) DROP TABLE "acharlies"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.4ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "adeltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_adeltas_on_zed_id" ON "adeltas" ("zed_id")  (0.1ms) CREATE INDEX "tindex_adeltas_on_bravo_id" ON "adeltas" ("bravo_id")  (0.1ms) INSERT INTO "adeltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "deltas"  (0.2ms) DROP TABLE "deltas"  (0.1ms) CREATE TABLE "deltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_aa131d729d" FOREIGN KEY ("bravo_id") REFERENCES "bravos" ("id") )  (0.1ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (0.1ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.1ms) INSERT INTO "deltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "adeltas"  (0.1ms) DROP TABLE "adeltas"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.5ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "adeltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_adeltas_on_zed_id" ON "adeltas" ("zed_id")  (0.1ms) CREATE INDEX "tindex_adeltas_on_bravo_id" ON "adeltas" ("bravo_id")  (0.1ms) INSERT INTO "adeltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "deltas"  (0.2ms) DROP TABLE "deltas"  (0.1ms) CREATE TABLE "deltas" ("id" integer NOT NULL PRIMARY KEY, "bravo_id" integer NOT NULL, "zed_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_aa131d729d" FOREIGN KEY ("bravo_id") REFERENCES "bravos" ("id") , CONSTRAINT "fk_rails_afc1a9c87d" FOREIGN KEY ("zed_id") REFERENCES "charlies" ("id") )  (0.1ms) CREATE INDEX "index_deltas_on_bravo_id" ON "deltas" ("bravo_id")  (0.1ms) CREATE INDEX "index_deltas_on_zed_id" ON "deltas" ("zed_id")  (0.1ms) INSERT INTO "deltas" ("id","bravo_id","zed_id","created_at","updated_at") SELECT "id","bravo_id","zed_id","created_at","updated_at" FROM "adeltas"  (0.1ms) DROP TABLE "adeltas"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "ahotels" ("id" integer NOT NULL PRIMARY KEY, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer DEFAULT NULL)  (0.1ms) CREATE INDEX "tindex_ahotels_on_india_id" ON "ahotels" ("india_id")  (0.0ms) INSERT INTO "ahotels" ("id","created_at","updated_at","india_id") SELECT "id","created_at","updated_at","india_id" FROM "hotels"  (0.2ms) DROP TABLE "hotels"  (0.1ms) CREATE TABLE "hotels" ("id" integer NOT NULL PRIMARY KEY, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, "india_id" integer DEFAULT NULL, CONSTRAINT "fk_rails_2d98147578" FOREIGN KEY ("india_id") REFERENCES "indias" ("id") )  (0.1ms) CREATE INDEX "index_hotels_on_india_id" ON "hotels" ("india_id")  (0.1ms) INSERT INTO "hotels" ("id","created_at","updated_at","india_id") SELECT "id","created_at","updated_at","india_id" FROM "ahotels"  (0.1ms) DROP TABLE "ahotels"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "aindias" ("id" integer NOT NULL PRIMARY KEY, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.1ms) CREATE INDEX "tindex_aindias_on_hotel_id" ON "aindias" ("hotel_id")  (0.1ms) INSERT INTO "aindias" ("id","hotel_id","created_at","updated_at") SELECT "id","hotel_id","created_at","updated_at" FROM "indias"  (0.2ms) DROP TABLE "indias"  (0.1ms) CREATE TABLE "indias" ("id" integer NOT NULL PRIMARY KEY, "hotel_id" integer NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_304a9d92d0" FOREIGN KEY ("hotel_id") REFERENCES "hotels" ("id") )  (0.1ms) CREATE INDEX "index_indias_on_hotel_id" ON "indias" ("hotel_id")  (0.1ms) INSERT INTO "indias" ("id","hotel_id","created_at","updated_at") SELECT "id","hotel_id","created_at","updated_at" FROM "aindias"  (0.1ms) DROP TABLE "aindias"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.4ms) commit transaction  (0.0ms) begin transaction  (0.0ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (0.1ms) CREATE TEMPORARY TABLE "ajulietts" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "a_string" varchar DEFAULT NULL, "an_integer" integer DEFAULT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)  (0.9ms) CREATE INDEX "tindex_ajulietts_on_alfa_id" ON "ajulietts" ("alfa_id")  (0.1ms) INSERT INTO "ajulietts" ("id","alfa_id","a_string","an_integer","created_at","updated_at") SELECT "id","alfa_id","a_string","an_integer","created_at","updated_at" FROM "julietts"  (0.2ms) DROP TABLE "julietts"  (0.1ms) CREATE TABLE "julietts" ("id" integer NOT NULL PRIMARY KEY, "alfa_id" integer NOT NULL, "a_string" varchar DEFAULT NULL, "an_integer" integer DEFAULT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL, CONSTRAINT "fk_rails_996fd14f94" FOREIGN KEY ("alfa_id") REFERENCES "alfas" ("id") )  (0.1ms) CREATE INDEX "index_julietts_on_alfa_id" ON "julietts" ("alfa_id")  (0.1ms) INSERT INTO "julietts" ("id","alfa_id","a_string","an_integer","created_at","updated_at") SELECT "id","alfa_id","a_string","an_integer","created_at","updated_at" FROM "ajulietts"  (0.1ms) DROP TABLE "ajulietts"  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (1.3ms) commit transaction  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES (20200923100337)  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES (20200923100317), (20200923100328), (20200923100329), (20200923100330), (20200923100331), (20200923100332), (20200923100334), (20200923100335), (20200923100336);   (1.8ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2020-11-24 16:00:33.352825"], ["updated_at", "2020-11-24 16:00:33.352825"]]  (1.3ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "schema_sha1"], ["LIMIT", 1]]  (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "schema_sha1"], ["value", "8da89cf4033f562695944832d9ed75fccfe8ddec"], ["created_at", "2020-11-24 16:00:33.356564"], ["updated_at", "2020-11-24 16:00:33.356564"]]  (1.4ms) commit transaction  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.5ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.4ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (2.1ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.1ms) PRAGMA defer_foreign_keys = 0  (0.1ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1013], ["a_decimal", 22.6884381365908], ["a_string", "In veniam amet qui sequi."], ["a_unique_value", 6], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "RJcYVooGML@gmail.com"], ["created_at", "2020-11-24 16:00:34.745206"], ["updated_at", "2020-11-24 16:00:34.745206"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1008], ["a_decimal", 10.1400124199524], ["a_string", "Aut voluptatem rerum."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "DtjqEn_7Vh@gmail.com"], ["created_at", "2020-11-24 16:00:34.760047"], ["updated_at", "2020-11-24 16:00:34.760047"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1027], ["a_decimal", 12.6609832242604], ["a_string", "Ipsam repellendus sunt."], ["a_unique_value", 4], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "Wy_oArC0_j@gmail.com"], ["created_at", "2020-11-24 16:00:34.767155"], ["updated_at", "2020-11-24 16:00:34.767155"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 21.8992927954637], ["a_string", "Sed commodi possimus et."], ["a_unique_value", 2], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "ZJQaowvtYW@hotmail.com"], ["created_at", "2020-11-24 16:00:34.773286"], ["updated_at", "2020-11-24 16:00:34.773286"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1006], ["a_decimal", 13.4665335510835], ["a_string", "Praesentium non quisquam."], ["a_unique_value", 5], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "4Pjl1galfP@hotmail.com"], ["created_at", "2020-11-24 16:00:34.779433"], ["updated_at", "2020-11-24 16:00:34.779433"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1004], ["a_decimal", 11.3430047950342], ["a_string", "Commodi reprehenderit doloribus."], ["a_unique_value", 9], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "_vwpkPfn3Q@hotmail.com"], ["created_at", "2020-11-24 16:00:34.785733"], ["updated_at", "2020-11-24 16:00:34.785733"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1003], ["a_decimal", 11.9203124593613], ["a_string", "Ad deserunt molestiae odio omnis in."], ["a_unique_value", 7], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "936oVKVU3S@hotmail.com"], ["created_at", "2020-11-24 16:00:34.791602"], ["updated_at", "2020-11-24 16:00:34.791602"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1026], ["a_decimal", 0.877898228378388], ["a_string", "Magnam unde fugiat."], ["a_unique_value", 8], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "bPqQMS3Cpv@gmail.com"], ["created_at", "2020-11-24 16:00:34.798222"], ["updated_at", "2020-11-24 16:00:34.798222"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1007], ["a_decimal", 21.3036062758302], ["a_string", "Esse nesciunt cumque dolor et."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "c9i1QkwfSb@hotmail.com"], ["created_at", "2020-11-24 16:00:34.804803"], ["updated_at", "2020-11-24 16:00:34.804803"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1008], ["a_decimal", 14.874451046592], ["a_string", "Et totam facilis dolores."], ["a_unique_value", 10], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "OOeMthApLE@gmail.com"], ["created_at", "2020-11-24 16:00:34.811096"], ["updated_at", "2020-11-24 16:00:34.811096"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.2ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1003], ["a_decimal", 27.122362290994], ["a_string", "In incidunt consequuntur ea magnam."], ["a_unique_value", 8], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "ScNwIHYPnM@hotmail.com"], ["created_at", "2020-11-24 16:00:34.821385"], ["updated_at", "2020-11-24 16:00:34.821385"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1032], ["a_decimal", 0.336733281924733], ["a_string", "Consectetur eum et vitae et."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "DiOeod9xgE@hotmail.com"], ["created_at", "2020-11-24 16:00:34.828719"], ["updated_at", "2020-11-24 16:00:34.828719"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1017], ["a_decimal", 16.9920340444583], ["a_string", "Libero sed facilis non eligendi."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "UrNWre9k7Y@hotmail.com"], ["created_at", "2020-11-24 16:00:34.835761"], ["updated_at", "2020-11-24 16:00:34.835761"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1012], ["a_decimal", 0.498101059376502], ["a_string", "Voluptatem perspiciatis odit ut exercitationem."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "oU9CYjFzKj@gmail.com"], ["created_at", "2020-11-24 16:00:34.841679"], ["updated_at", "2020-11-24 16:00:34.841679"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1008], ["a_decimal", 22.4264879605896], ["a_string", "Nisi delectus dolores necessitatibus."], ["a_unique_value", 7], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "u8CZGW0eSK@hotmail.com"], ["created_at", "2020-11-24 16:00:34.848500"], ["updated_at", "2020-11-24 16:00:34.848500"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1019], ["a_decimal", 6.20662521858195], ["a_string", "Sunt non aperiam cumque maxime repellat."], ["a_unique_value", 3], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "tMg7GL0OXL@hotmail.com"], ["created_at", "2020-11-24 16:00:34.854413"], ["updated_at", "2020-11-24 16:00:34.854413"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1032], ["a_decimal", 12.6006995398185], ["a_string", "Quam fugiat sunt."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "SBeUEriftr@gmail.com"], ["created_at", "2020-11-24 16:00:34.860197"], ["updated_at", "2020-11-24 16:00:34.860197"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1003], ["a_decimal", 6.70579061668736], ["a_string", "Consequatur debitis repellendus."], ["a_unique_value", 9], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "pGlK8BO9sO@gmail.com"], ["created_at", "2020-11-24 16:00:34.866071"], ["updated_at", "2020-11-24 16:00:34.866071"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1031], ["a_decimal", 9.25317950627053], ["a_string", "Ut cum minima dignissimos ea vel."], ["a_unique_value", 4], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "BTf6GKJyYg@hotmail.com"], ["created_at", "2020-11-24 16:00:34.871358"], ["updated_at", "2020-11-24 16:00:34.871358"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1024], ["a_decimal", 3.38891335279047], ["a_string", "Unde quo officiis nam suscipit et."], ["a_unique_value", 10], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "wIf6cVGF6H@hotmail.com"], ["created_at", "2020-11-24 16:00:34.877100"], ["updated_at", "2020-11-24 16:00:34.877100"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.3ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1003], ["a_decimal", 10.7180522159292], ["a_string", "Nobis beatae architecto facere occaecati laudantium."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "QZWwlGkSWV@hotmail.com"], ["created_at", "2020-11-24 16:00:34.885292"], ["updated_at", "2020-11-24 16:00:34.885292"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1028], ["a_decimal", 6.28559740843878], ["a_string", "Animi quisquam inventore suscipit."], ["a_unique_value", 2], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "oZxTu8RnW2@hotmail.com"], ["created_at", "2020-11-24 16:00:34.892013"], ["updated_at", "2020-11-24 16:00:34.892013"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1004], ["a_decimal", 8.76806872109703], ["a_string", "Quia ipsum officiis cupiditate qui quod."], ["a_unique_value", 7], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "rkzP0tW7bC@hotmail.com"], ["created_at", "2020-11-24 16:00:34.907504"], ["updated_at", "2020-11-24 16:00:34.907504"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1023], ["a_decimal", 5.02979064085863], ["a_string", "Cupiditate nam tempora est."], ["a_unique_value", 1], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "KgvE8D5fyy@gmail.com"], ["created_at", "2020-11-24 16:00:34.914098"], ["updated_at", "2020-11-24 16:00:34.914098"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1012], ["a_decimal", 14.5732882054276], ["a_string", "Doloribus natus quasi itaque tenetur."], ["a_unique_value", 8], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "nqzP5qyk_8@gmail.com"], ["created_at", "2020-11-24 16:00:34.920693"], ["updated_at", "2020-11-24 16:00:34.920693"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1019], ["a_decimal", 10.3462557627897], ["a_string", "Minima odio qui omnis magnam."], ["a_unique_value", 9], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "AdtSeyTFSq@gmail.com"], ["created_at", "2020-11-24 16:00:34.926681"], ["updated_at", "2020-11-24 16:00:34.926681"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1036], ["a_decimal", 19.0776321838364], ["a_string", "Blanditiis nesciunt praesentium delectus ad."], ["a_unique_value", 4], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "h88ue8zhz9@hotmail.com"], ["created_at", "2020-11-24 16:00:34.933947"], ["updated_at", "2020-11-24 16:00:34.933947"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1005], ["a_decimal", 15.1515662481595], ["a_string", "Exercitationem rem beatae dignissimos nihil."], ["a_unique_value", 10], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "idln5anXLg@gmail.com"], ["created_at", "2020-11-24 16:00:34.940096"], ["updated_at", "2020-11-24 16:00:34.940096"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 0.0403042275494283], ["a_string", "Et omnis deserunt pariatur repudiandae."], ["a_unique_value", 3], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "6HCv0GTc8Q@gmail.com"], ["created_at", "2020-11-24 16:00:34.946471"], ["updated_at", "2020-11-24 16:00:34.946471"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1010], ["a_decimal", 6.27153065494405], ["a_string", "Eum aut nihil illo ut."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "uwYq7Cblv8@hotmail.com"], ["created_at", "2020-11-24 16:00:34.953035"], ["updated_at", "2020-11-24 16:00:34.953035"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1009], ["a_decimal", 2.44985754768551], ["a_string", "Aut non consequatur necessitatibus quae."], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "qx1vUE4FwH@gmail.com"], ["created_at", "2020-11-24 16:00:34.998440"], ["updated_at", "2020-11-24 16:00:34.998440"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 1.09481870986202], ["a_string", "Porro iure est excepturi nobis quo."], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "K2YYPeHPMC@hotmail.com"], ["created_at", "2020-11-24 16:00:35.044836"], ["updated_at", "2020-11-24 16:00:35.044836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1016], ["a_decimal", 30.5374934929963], ["a_string", "In et suscipit nostrum id."], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "Mj94cFOJrD@gmail.com"], ["created_at", "2020-11-24 16:00:35.085425"], ["updated_at", "2020-11-24 16:00:35.085425"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 1.3173314437966], ["a_string", "Sapiente praesentium recusandae est."], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "B57Q8jBnG1@hotmail.com"], ["created_at", "2020-11-24 16:00:35.125982"], ["updated_at", "2020-11-24 16:00:35.125982"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1004], ["a_decimal", 10.8337706716555], ["a_string", "Et consequatur debitis rem non."], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "iyRaXI5mHw@hotmail.com"], ["created_at", "2020-11-24 16:00:35.173454"], ["updated_at", "2020-11-24 16:00:35.173454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1017], ["a_decimal", 22.3477082084806], ["a_string", "Ea est accusantium ut et suscipit."], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "h0bLhl7moC@hotmail.com"], ["created_at", "2020-11-24 16:00:35.218892"], ["updated_at", "2020-11-24 16:00:35.218892"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1005], ["a_decimal", 2.6324559649807], ["a_string", "Et quas ullam."], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "Y1IrYkjb5T@gmail.com"], ["created_at", "2020-11-24 16:00:35.260415"], ["updated_at", "2020-11-24 16:00:35.260415"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1014], ["a_decimal", 13.8183193805387], ["a_string", "Unde similique sit."], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "V36088tonZ@gmail.com"], ["created_at", "2020-11-24 16:00:35.313229"], ["updated_at", "2020-11-24 16:00:35.313229"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1014], ["a_decimal", 10.8081631126613], ["a_string", "Dolores molestiae fuga provident libero."], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "HoAQ3k6vkr@gmail.com"], ["created_at", "2020-11-24 16:00:35.355827"], ["updated_at", "2020-11-24 16:00:35.355827"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1016], ["a_decimal", 3.53866506185049], ["a_string", "Nobis ut aspernatur quod itaque."], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "T4_7qU3y9K@gmail.com"], ["created_at", "2020-11-24 16:00:35.396700"], ["updated_at", "2020-11-24 16:00:35.396700"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.458308"], ["updated_at", "2020-11-24 16:00:35.458308"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.469239"], ["updated_at", "2020-11-24 16:00:35.469239"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 13], ["a_decimal", 34.82921824173], ["a_string", "Rerum distinctio laborum enim repudiandae."], ["a_date", "2020-10-31"], ["a_time", "2000-01-01 17:21:05.574883"], ["a_datetime", "2020-10-29 05:17:35.104630"], ["created_at", "2020-11-24 16:00:35.487439"], ["updated_at", "2020-11-24 16:00:35.487439"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:00:35.496241"], ["updated_at", "2020-11-24 16:00:35.496241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:00:35.502250"], ["updated_at", "2020-11-24 16:00:35.502250"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1003], ["a_decimal", 9.73096608890015], ["a_string", "Necessitatibus numquam consequatur id quam."], ["a_unique_value", 10], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "uuveH4P1i0@hotmail.com"], ["created_at", "2020-11-24 16:00:35.507876"], ["updated_at", "2020-11-24 16:00:35.507876"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.520722"], ["updated_at", "2020-11-24 16:00:35.520722"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:00:35.524369"], ["updated_at", "2020-11-24 16:00:35.524369"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 16:00:35.531282"], ["updated_at", "2020-11-24 16:00:35.531282"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 16:00:35.538128"], ["updated_at", "2020-11-24 16:00:35.538128"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "kilos"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.547811"], ["updated_at", "2020-11-24 16:00:35.547811"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.549881"], ["updated_at", "2020-11-24 16:00:35.549881"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.551698"], ["updated_at", "2020-11-24 16:00:35.551698"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.553010"], ["updated_at", "2020-11-24 16:00:35.553010"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.554292"], ["updated_at", "2020-11-24 16:00:35.554292"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.555453"], ["updated_at", "2020-11-24 16:00:35.555453"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.556534"], ["updated_at", "2020-11-24 16:00:35.556534"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.557571"], ["updated_at", "2020-11-24 16:00:35.557571"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.559927"], ["updated_at", "2020-11-24 16:00:35.559927"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.562575"], ["updated_at", "2020-11-24 16:00:35.562575"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.565177"], ["updated_at", "2020-11-24 16:00:35.565177"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.567904"], ["updated_at", "2020-11-24 16:00:35.567904"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.570357"], ["updated_at", "2020-11-24 16:00:35.570357"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.572383"], ["updated_at", "2020-11-24 16:00:35.572383"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.574320"], ["updated_at", "2020-11-24 16:00:35.574320"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.576422"], ["updated_at", "2020-11-24 16:00:35.576422"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 1], ["a_decimal", 2.14383212426885], ["a_string", "Voluptatem autem blanditiis."], ["a_date", "2020-12-24"], ["a_time", "2000-01-01 17:58:12.023114"], ["a_datetime", "2020-11-28 17:09:09.266223"], ["created_at", "2020-11-24 16:00:35.579774"], ["updated_at", "2020-11-24 16:00:35.579774"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 17], ["a_decimal", 24.7002871181026], ["a_string", "Sunt et quis neque corrupti."], ["a_date", "2020-10-15"], ["a_time", "2000-01-01 01:26:28.534543"], ["a_datetime", "2020-12-23 11:43:51.448985"], ["created_at", "2020-11-24 16:00:35.583590"], ["updated_at", "2020-11-24 16:00:35.583590"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1], ["a_decimal", 0.581022798023236], ["a_string", "Quidem recusandae cum voluptate quo."], ["a_date", "2020-11-27"], ["a_time", "2000-01-01 21:49:23.328396"], ["a_datetime", "2020-11-16 18:55:44.530951"], ["created_at", "2020-11-24 16:00:35.586766"], ["updated_at", "2020-11-24 16:00:35.586766"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 0], ["a_decimal", -0.793851325711641], ["a_string", "Pariatur in magni qui ex nihil."], ["a_date", "2020-10-16"], ["a_time", "2000-01-01 07:26:17.378570"], ["a_datetime", "2020-12-19 00:00:06.000414"], ["created_at", "2020-11-24 16:00:35.589703"], ["updated_at", "2020-11-24 16:00:35.589703"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 20], ["a_decimal", 5.5766222231577], ["a_string", "Occaecati rerum debitis quas nihil."], ["a_date", "2020-12-07"], ["a_time", "2000-01-01 17:09:39.030159"], ["a_datetime", "2021-01-04 04:51:13.876872"], ["created_at", "2020-11-24 16:00:35.592773"], ["updated_at", "2020-11-24 16:00:35.592773"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 3], ["a_decimal", 25.5670891416444], ["a_string", "Est nihil suscipit."], ["a_date", "2020-11-02"], ["a_time", "2000-01-01 05:49:39.053946"], ["a_datetime", "2020-11-19 01:08:05.137797"], ["created_at", "2020-11-24 16:00:35.596114"], ["updated_at", "2020-11-24 16:00:35.596114"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 3], ["a_decimal", 16.750667601487], ["a_string", "Consequuntur laboriosam id."], ["a_date", "2020-11-14"], ["a_time", "2000-01-01 19:49:09.514319"], ["a_datetime", "2020-12-06 12:53:33.685401"], ["created_at", "2020-11-24 16:00:35.599122"], ["updated_at", "2020-11-24 16:00:35.599122"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 0], ["a_decimal", -0.709649091301374], ["a_string", "Nihil aut sunt."], ["a_date", "2020-12-20"], ["a_time", "2000-01-01 20:28:43.070547"], ["a_datetime", "2020-12-03 06:26:59.071195"], ["created_at", "2020-11-24 16:00:35.602158"], ["updated_at", "2020-11-24 16:00:35.602158"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:00:35.604453"], ["updated_at", "2020-11-24 16:00:35.604453"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 16:00:35.606344"], ["updated_at", "2020-11-24 16:00:35.606344"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 16:00:35.608238"], ["updated_at", "2020-11-24 16:00:35.608238"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 16:00:35.610038"], ["updated_at", "2020-11-24 16:00:35.610038"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 16:00:35.611769"], ["updated_at", "2020-11-24 16:00:35.611769"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 16:00:35.613469"], ["updated_at", "2020-11-24 16:00:35.613469"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 16:00:35.615139"], ["updated_at", "2020-11-24 16:00:35.615139"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 16:00:35.616816"], ["updated_at", "2020-11-24 16:00:35.616816"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 16:00:35.618663"], ["updated_at", "2020-11-24 16:00:35.618663"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 16:00:35.620495"], ["updated_at", "2020-11-24 16:00:35.620495"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 16:00:35.622112"], ["updated_at", "2020-11-24 16:00:35.622112"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 16:00:35.623654"], ["updated_at", "2020-11-24 16:00:35.623654"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:00:35.625178"], ["updated_at", "2020-11-24 16:00:35.625178"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 16:00:35.626758"], ["updated_at", "2020-11-24 16:00:35.626758"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 16:00:35.628308"], ["updated_at", "2020-11-24 16:00:35.628308"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 16:00:35.629806"], ["updated_at", "2020-11-24 16:00:35.629806"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1018], ["a_decimal", 10.7484229909849], ["a_string", "Ut aut nostrum alias sint ullam."], ["a_unique_value", 5], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "DyV9glVGDh@gmail.com"], ["created_at", "2020-11-24 16:00:35.634328"], ["updated_at", "2020-11-24 16:00:35.634328"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1021], ["a_decimal", 7.1038845069416], ["a_string", "Est pariatur velit in nihil dolorem."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "uP2jzOyvcu@hotmail.com"], ["created_at", "2020-11-24 16:00:35.638811"], ["updated_at", "2020-11-24 16:00:35.638811"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1019], ["a_decimal", 1.42172069707872], ["a_string", "Quos necessitatibus quia quae impedit."], ["a_unique_value", 1], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "7hwpIsK_84@gmail.com"], ["created_at", "2020-11-24 16:00:35.643266"], ["updated_at", "2020-11-24 16:00:35.643266"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 4.28473337947748], ["a_string", "Omnis voluptas omnis."], ["a_unique_value", 10], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "oh5K5OzMzB@hotmail.com"], ["created_at", "2020-11-24 16:00:35.647968"], ["updated_at", "2020-11-24 16:00:35.647968"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1010], ["a_decimal", 21.0665184454917], ["a_string", "Non quae tenetur quas enim et."], ["a_unique_value", 2], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "Pb28ots0bl@gmail.com"], ["created_at", "2020-11-24 16:00:35.652515"], ["updated_at", "2020-11-24 16:00:35.652515"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (1.4ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1003], ["a_decimal", 9.74514889619465], ["a_string", "Rem incidunt et omnis quod non."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "9PChENJMte@gmail.com"], ["created_at", "2020-11-24 16:00:35.666588"], ["updated_at", "2020-11-24 16:00:35.666588"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1005], ["a_decimal", 17.238654827647], ["a_string", "Itaque quo repellendus."], ["a_unique_value", 6], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "yECZf0K9uV@gmail.com"], ["created_at", "2020-11-24 16:00:35.672482"], ["updated_at", "2020-11-24 16:00:35.672482"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1011], ["a_decimal", 4.28105604471321], ["a_string", "Facere repudiandae quae mollitia."], ["a_unique_value", 9], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "uh7_sPe5Ud@gmail.com"], ["created_at", "2020-11-24 16:00:35.678108"], ["updated_at", "2020-11-24 16:00:35.678108"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.698809"], ["updated_at", "2020-11-24 16:00:35.698809"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.699904"], ["updated_at", "2020-11-24 16:00:35.699904"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.700979"], ["updated_at", "2020-11-24 16:00:35.700979"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.701955"], ["updated_at", "2020-11-24 16:00:35.701955"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.702844"], ["updated_at", "2020-11-24 16:00:35.702844"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.703713"], ["updated_at", "2020-11-24 16:00:35.703713"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.704567"], ["updated_at", "2020-11-24 16:00:35.704567"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.705422"], ["updated_at", "2020-11-24 16:00:35.705422"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:00:35.706335"], ["updated_at", "2020-11-24 16:00:35.706335"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:00:35.707220"], ["updated_at", "2020-11-24 16:00:35.707220"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:00:35.708118"], ["updated_at", "2020-11-24 16:00:35.708118"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:00:35.708993"], ["updated_at", "2020-11-24 16:00:35.708993"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:00:35.709857"], ["updated_at", "2020-11-24 16:00:35.709857"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:00:35.710735"], ["updated_at", "2020-11-24 16:00:35.710735"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:00:35.711595"], ["updated_at", "2020-11-24 16:00:35.711595"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:00:35.712462"], ["updated_at", "2020-11-24 16:00:35.712462"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 16:00:35.714092"], ["updated_at", "2020-11-24 16:00:35.714092"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 16:00:35.715828"], ["updated_at", "2020-11-24 16:00:35.715828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 16:00:35.717452"], ["updated_at", "2020-11-24 16:00:35.717452"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 16:00:35.718970"], ["updated_at", "2020-11-24 16:00:35.718970"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 16:00:35.720490"], ["updated_at", "2020-11-24 16:00:35.720490"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 16:00:35.722011"], ["updated_at", "2020-11-24 16:00:35.722011"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 16:00:35.723528"], ["updated_at", "2020-11-24 16:00:35.723528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 16:00:35.725086"], ["updated_at", "2020-11-24 16:00:35.725086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-24 16:00:35.727251"], ["updated_at", "2020-11-24 16:00:35.727251"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 8], ["created_at", "2020-11-24 16:00:35.729031"], ["updated_at", "2020-11-24 16:00:35.729031"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 8], ["created_at", "2020-11-24 16:00:35.730546"], ["updated_at", "2020-11-24 16:00:35.730546"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 3], ["created_at", "2020-11-24 16:00:35.732062"], ["updated_at", "2020-11-24 16:00:35.732062"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 7], ["created_at", "2020-11-24 16:00:35.733589"], ["updated_at", "2020-11-24 16:00:35.733589"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 3], ["created_at", "2020-11-24 16:00:35.735268"], ["updated_at", "2020-11-24 16:00:35.735268"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 8], ["created_at", "2020-11-24 16:00:35.736773"], ["updated_at", "2020-11-24 16:00:35.736773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-24 16:00:35.738263"], ["updated_at", "2020-11-24 16:00:35.738263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 1], ["a_decimal", 17.0091426505623], ["a_string", "Molestiae non aut facere error."], ["a_date", "2020-11-30"], ["a_time", "2000-01-01 23:08:37.736960"], ["a_datetime", "2020-12-24 07:00:43.898704"], ["created_at", "2020-11-24 16:00:35.766655"], ["updated_at", "2020-11-24 16:00:35.766655"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 13], ["a_decimal", 31.1361822369166], ["a_string", "In ipsam molestiae corporis officiis suscipit."], ["a_date", "2020-10-27"], ["a_time", "2000-01-01 08:54:56.450164"], ["a_datetime", "2020-12-27 16:21:08.223010"], ["created_at", "2020-11-24 16:00:35.769574"], ["updated_at", "2020-11-24 16:00:35.769574"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 24], ["a_decimal", 8.97364310532101], ["a_string", "Eligendi iure in."], ["a_date", "2021-01-01"], ["a_time", "2000-01-01 00:29:13.751262"], ["a_datetime", "2020-12-29 16:09:44.338316"], ["created_at", "2020-11-24 16:00:35.772259"], ["updated_at", "2020-11-24 16:00:35.772259"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 0], ["a_decimal", 11.6545652933938], ["a_string", "Voluptas quis error repudiandae."], ["a_date", "2020-10-27"], ["a_time", "2000-01-01 03:35:08.100285"], ["a_datetime", "2020-11-28 05:56:39.383455"], ["created_at", "2020-11-24 16:00:35.776297"], ["updated_at", "2020-11-24 16:00:35.776297"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 11], ["a_decimal", 17.7552746077932], ["a_string", "Iusto non optio cumque pariatur."], ["a_date", "2020-10-21"], ["a_time", "2000-01-01 15:33:54.044433"], ["a_datetime", "2020-12-06 07:59:17.641835"], ["created_at", "2020-11-24 16:00:35.779247"], ["updated_at", "2020-11-24 16:00:35.779247"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 3], ["a_decimal", 2.19724672906009], ["a_string", "Assumenda qui odit qui quia."], ["a_date", "2020-12-27"], ["a_time", "2000-01-01 11:30:50.359651"], ["a_datetime", "2020-11-22 03:30:23.890223"], ["created_at", "2020-11-24 16:00:35.782720"], ["updated_at", "2020-11-24 16:00:35.782720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.785911"], ["updated_at", "2020-11-24 16:00:35.785911"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.810903"], ["updated_at", "2020-11-24 16:00:35.810903"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.811965"], ["updated_at", "2020-11-24 16:00:35.811965"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.812831"], ["updated_at", "2020-11-24 16:00:35.812831"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.813684"], ["updated_at", "2020-11-24 16:00:35.813684"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.814873"], ["updated_at", "2020-11-24 16:00:35.814873"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.816299"], ["updated_at", "2020-11-24 16:00:35.816299"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.818075"], ["updated_at", "2020-11-24 16:00:35.818075"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.819057"], ["updated_at", "2020-11-24 16:00:35.819057"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.820648"], ["updated_at", "2020-11-24 16:00:35.820648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.822054"], ["updated_at", "2020-11-24 16:00:35.822054"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.823474"], ["updated_at", "2020-11-24 16:00:35.823474"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.824827"], ["updated_at", "2020-11-24 16:00:35.824827"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.826227"], ["updated_at", "2020-11-24 16:00:35.826227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.827802"], ["updated_at", "2020-11-24 16:00:35.827802"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.829366"], ["updated_at", "2020-11-24 16:00:35.829366"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.831084"], ["updated_at", "2020-11-24 16:00:35.831084"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 2], ["a_decimal", 6.67085764018011], ["a_string", "Dolor ipsa qui sunt."], ["a_date", "2020-11-03"], ["a_time", "2000-01-01 08:51:44.102906"], ["a_datetime", "2020-11-09 02:43:17.922848"], ["created_at", "2020-11-24 16:00:35.834471"], ["updated_at", "2020-11-24 16:00:35.834471"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 21], ["a_decimal", 2.57889547311309], ["a_string", "Voluptas quia esse animi molestiae."], ["a_date", "2020-11-20"], ["a_time", "2000-01-01 00:38:50.829128"], ["a_datetime", "2020-12-18 16:26:44.593474"], ["created_at", "2020-11-24 16:00:35.837538"], ["updated_at", "2020-11-24 16:00:35.837538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 13], ["a_decimal", 29.2063345578312], ["a_string", "Reiciendis fugit expedita voluptas nobis odit."], ["a_date", "2020-12-03"], ["a_time", "2000-01-01 11:44:52.499274"], ["a_datetime", "2021-01-03 09:40:59.264120"], ["created_at", "2020-11-24 16:00:35.840149"], ["updated_at", "2020-11-24 16:00:35.840149"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 10], ["a_decimal", 0.183416355149319], ["a_string", "Est quas necessitatibus nihil officiis molestias."], ["a_date", "2020-11-24"], ["a_time", "2000-01-01 12:19:43.230760"], ["a_datetime", "2020-11-11 17:39:23.181293"], ["created_at", "2020-11-24 16:00:35.842717"], ["updated_at", "2020-11-24 16:00:35.842717"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 3], ["a_decimal", 17.7026809479637], ["a_string", "Culpa aut cupiditate ducimus."], ["a_date", "2020-10-29"], ["a_time", "2000-01-01 18:30:52.329625"], ["a_datetime", "2020-10-19 14:39:20.651887"], ["created_at", "2020-11-24 16:00:35.845292"], ["updated_at", "2020-11-24 16:00:35.845292"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (1.3ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 7], ["a_decimal", 1.80909732124545], ["a_string", "Quod asperiores et doloremque."], ["a_date", "2020-11-27"], ["a_time", "2000-01-01 04:50:27.520083"], ["a_datetime", "2020-10-22 20:19:59.754681"], ["created_at", "2020-11-24 16:00:35.847912"], ["updated_at", "2020-11-24 16:00:35.847912"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 11], ["a_decimal", 26.1733610535328], ["a_string", "Eos neque fuga ipsa iste."], ["a_date", "2020-10-20"], ["a_time", "2000-01-01 12:00:57.907851"], ["a_datetime", "2020-12-17 07:53:39.406847"], ["created_at", "2020-11-24 16:00:35.861949"], ["updated_at", "2020-11-24 16:00:35.861949"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 8], ["a_decimal", 3.71851741601427], ["a_string", "Et voluptatibus perspiciatis est occaecati."], ["a_date", "2020-12-15"], ["a_time", "2000-01-01 19:19:09.881436"], ["a_datetime", "2020-11-21 13:13:45.968786"], ["created_at", "2020-11-24 16:00:35.865143"], ["updated_at", "2020-11-24 16:00:35.865143"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 16:00:35.867273"], ["updated_at", "2020-11-24 16:00:35.867273"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 16:00:35.868897"], ["updated_at", "2020-11-24 16:00:35.868897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 16:00:35.870409"], ["updated_at", "2020-11-24 16:00:35.870409"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 16:00:35.871860"], ["updated_at", "2020-11-24 16:00:35.871860"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:00:35.873364"], ["updated_at", "2020-11-24 16:00:35.873364"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 16:00:35.874796"], ["updated_at", "2020-11-24 16:00:35.874796"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 16:00:35.876225"], ["updated_at", "2020-11-24 16:00:35.876225"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 16:00:35.877656"], ["updated_at", "2020-11-24 16:00:35.877656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 16:00:35.879176"], ["updated_at", "2020-11-24 16:00:35.879176"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 16:00:35.880628"], ["updated_at", "2020-11-24 16:00:35.880628"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:00:35.881999"], ["updated_at", "2020-11-24 16:00:35.881999"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 16:00:35.883359"], ["updated_at", "2020-11-24 16:00:35.883359"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 16:00:35.884733"], ["updated_at", "2020-11-24 16:00:35.884733"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 16:00:35.886062"], ["updated_at", "2020-11-24 16:00:35.886062"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 16:00:35.887401"], ["updated_at", "2020-11-24 16:00:35.887401"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 16:00:35.888701"], ["updated_at", "2020-11-24 16:00:35.888701"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1007], ["a_decimal", 0.719112804359178], ["a_string", "Sunt animi ea."], ["a_unique_value", 7], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "xaNeVaokSD@hotmail.com"], ["created_at", "2020-11-24 16:00:35.893547"], ["updated_at", "2020-11-24 16:00:35.893547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1009], ["a_decimal", 3.5486333245972], ["a_string", "Beatae officiis quo."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "cOYM0mAwsl@hotmail.com"], ["created_at", "2020-11-24 16:00:35.898302"], ["updated_at", "2020-11-24 16:00:35.898302"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1013], ["a_decimal", -0.0413466798539922], ["a_string", "Aut tenetur maxime."], ["a_unique_value", 8], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "Rth_QSlXCw@gmail.com"], ["created_at", "2020-11-24 16:00:35.902859"], ["updated_at", "2020-11-24 16:00:35.902859"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1025], ["a_decimal", 28.7376094106742], ["a_string", "In id nihil rerum expedita."], ["a_unique_value", 10], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "oorQXZmZ7v@hotmail.com"], ["created_at", "2020-11-24 16:00:35.909022"], ["updated_at", "2020-11-24 16:00:35.909022"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 29.6445503335905], ["a_string", "Corporis ea vel."], ["a_unique_value", 4], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "Y9fBfRe20Z@hotmail.com"], ["created_at", "2020-11-24 16:00:35.914649"], ["updated_at", "2020-11-24 16:00:35.914649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1007], ["a_decimal", 26.4517992398142], ["a_string", "Non quia porro."], ["a_unique_value", 9], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "FSJeAw86GF@gmail.com"], ["created_at", "2020-11-24 16:00:35.919954"], ["updated_at", "2020-11-24 16:00:35.919954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1005], ["a_decimal", 1.02618059983699], ["a_string", "Aut dolore aut odio excepturi molestiae."], ["a_unique_value", 5], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "Cmj_RYu4U1@hotmail.com"], ["created_at", "2020-11-24 16:00:35.924677"], ["updated_at", "2020-11-24 16:00:35.924677"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1003], ["a_decimal", 13.8521004516191], ["a_string", "Corporis aliquid in velit sit."], ["a_unique_value", 2], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "0g9BE_oSFr@gmail.com"], ["created_at", "2020-11-24 16:00:35.929391"], ["updated_at", "2020-11-24 16:00:35.929391"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.947005"], ["updated_at", "2020-11-24 16:00:35.947005"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.947814"], ["updated_at", "2020-11-24 16:00:35.947814"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.948481"], ["updated_at", "2020-11-24 16:00:35.948481"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.949080"], ["updated_at", "2020-11-24 16:00:35.949080"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.949685"], ["updated_at", "2020-11-24 16:00:35.949685"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.950280"], ["updated_at", "2020-11-24 16:00:35.950280"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.950872"], ["updated_at", "2020-11-24 16:00:35.950872"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:00:35.951478"], ["updated_at", "2020-11-24 16:00:35.951478"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:00:35.952145"], ["updated_at", "2020-11-24 16:00:35.952145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:00:35.952797"], ["updated_at", "2020-11-24 16:00:35.952797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:00:35.953437"], ["updated_at", "2020-11-24 16:00:35.953437"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:00:35.954062"], ["updated_at", "2020-11-24 16:00:35.954062"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:00:35.954682"], ["updated_at", "2020-11-24 16:00:35.954682"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:00:35.955305"], ["updated_at", "2020-11-24 16:00:35.955305"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:00:35.955928"], ["updated_at", "2020-11-24 16:00:35.955928"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:00:35.956552"], ["updated_at", "2020-11-24 16:00:35.956552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 16:00:35.957786"], ["updated_at", "2020-11-24 16:00:35.957786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 16:00:35.959050"], ["updated_at", "2020-11-24 16:00:35.959050"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 16:00:35.960181"], ["updated_at", "2020-11-24 16:00:35.960181"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 16:00:35.961323"], ["updated_at", "2020-11-24 16:00:35.961323"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 16:00:35.962416"], ["updated_at", "2020-11-24 16:00:35.962416"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 16:00:35.963514"], ["updated_at", "2020-11-24 16:00:35.963514"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 16:00:35.964616"], ["updated_at", "2020-11-24 16:00:35.964616"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 16:00:35.965732"], ["updated_at", "2020-11-24 16:00:35.965732"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-24 16:00:35.967301"], ["updated_at", "2020-11-24 16:00:35.967301"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-24 16:00:35.968841"], ["updated_at", "2020-11-24 16:00:35.968841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-24 16:00:35.970335"], ["updated_at", "2020-11-24 16:00:35.970335"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-24 16:00:35.971817"], ["updated_at", "2020-11-24 16:00:35.971817"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-24 16:00:35.973325"], ["updated_at", "2020-11-24 16:00:35.973325"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 8], ["created_at", "2020-11-24 16:00:35.974809"], ["updated_at", "2020-11-24 16:00:35.974809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 7], ["created_at", "2020-11-24 16:00:35.976295"], ["updated_at", "2020-11-24 16:00:35.976295"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 7], ["created_at", "2020-11-24 16:00:35.977779"], ["updated_at", "2020-11-24 16:00:35.977779"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.0ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.2ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.9ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.9ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1025], ["a_decimal", 7.82334266500606], ["a_string", "Minus reprehenderit placeat rem."], ["a_unique_value", 2], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "viLvW0zM61@gmail.com"], ["created_at", "2020-11-24 16:01:03.285447"], ["updated_at", "2020-11-24 16:01:03.285447"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1029], ["a_decimal", 4.48203835730317], ["a_string", "Explicabo hic voluptates quia."], ["a_unique_value", 8], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "qmyuOK3seS@hotmail.com"], ["created_at", "2020-11-24 16:01:03.289957"], ["updated_at", "2020-11-24 16:01:03.289957"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1019], ["a_decimal", 3.23144755321059], ["a_string", "Asperiores accusantium est eos ipsam quia."], ["a_unique_value", 9], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "Bl8Xi4dnhM@gmail.com"], ["created_at", "2020-11-24 16:01:03.294076"], ["updated_at", "2020-11-24 16:01:03.294076"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 19.3893632137452], ["a_string", "Reprehenderit atque aspernatur vel exercitationem ut."], ["a_unique_value", 6], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "Ixs_75_NkF@gmail.com"], ["created_at", "2020-11-24 16:01:03.298125"], ["updated_at", "2020-11-24 16:01:03.298125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1017], ["a_decimal", 5.40859016440073], ["a_string", "Quia nemo enim natus voluptatem dicta."], ["a_unique_value", 4], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "14cXqT5qXW@gmail.com"], ["created_at", "2020-11-24 16:01:03.302181"], ["updated_at", "2020-11-24 16:01:03.302181"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1006], ["a_decimal", 10.6554866434532], ["a_string", "Ea quod reiciendis illum sit eos."], ["a_unique_value", 5], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "WN8iGv4q6j@gmail.com"], ["created_at", "2020-11-24 16:01:03.306297"], ["updated_at", "2020-11-24 16:01:03.306297"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1012], ["a_decimal", 3.52231103676276], ["a_string", "Pariatur ipsa et nihil quia eaque."], ["a_unique_value", 1], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "j8cF6C4yl5@hotmail.com"], ["created_at", "2020-11-24 16:01:03.311027"], ["updated_at", "2020-11-24 16:01:03.311027"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1030], ["a_decimal", 0.789227492035005], ["a_string", "Est maxime qui occaecati."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "oRYzl7y_85@gmail.com"], ["created_at", "2020-11-24 16:01:03.316308"], ["updated_at", "2020-11-24 16:01:03.316308"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1009], ["a_decimal", 5.34588042173459], ["a_string", "Iste et facilis reiciendis."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "j9PIUJPVTj@hotmail.com"], ["created_at", "2020-11-24 16:01:03.320493"], ["updated_at", "2020-11-24 16:01:03.320493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1004], ["a_decimal", 19.2083975307579], ["a_string", "Corrupti occaecati incidunt."], ["a_unique_value", 10], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "hR1ZoQn36H@gmail.com"], ["created_at", "2020-11-24 16:01:03.324982"], ["updated_at", "2020-11-24 16:01:03.324982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1025], ["a_decimal", 1.15293152604587], ["a_string", "Quasi laboriosam qui deleniti."], ["a_unique_value", 9], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "KIfJhD_pEK@hotmail.com"], ["created_at", "2020-11-24 16:01:03.345448"], ["updated_at", "2020-11-24 16:01:03.345448"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 9.42624438872025], ["a_string", "Qui eligendi sed."], ["a_unique_value", 10], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "SX_fqwDw_K@gmail.com"], ["created_at", "2020-11-24 16:01:03.350821"], ["updated_at", "2020-11-24 16:01:03.350821"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 1.20655244808675], ["a_string", "Quae fuga sunt molestiae incidunt non."], ["a_unique_value", 4], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "0Ultc_t6TV@hotmail.com"], ["created_at", "2020-11-24 16:01:03.355841"], ["updated_at", "2020-11-24 16:01:03.355841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1012], ["a_decimal", 21.3128056548834], ["a_string", "Velit adipisci voluptatem eum minima recusandae."], ["a_unique_value", 5], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "HLLOsIPCdp@hotmail.com"], ["created_at", "2020-11-24 16:01:03.360729"], ["updated_at", "2020-11-24 16:01:03.360729"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1004], ["a_decimal", 2.49046261886725], ["a_string", "Voluptates provident adipisci dolor."], ["a_unique_value", 1], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "HhCPtcspT7@gmail.com"], ["created_at", "2020-11-24 16:01:03.365545"], ["updated_at", "2020-11-24 16:01:03.365545"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1011], ["a_decimal", 4.16908221895929], ["a_string", "Quam et harum."], ["a_unique_value", 8], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "31MTrzTV15@gmail.com"], ["created_at", "2020-11-24 16:01:03.370387"], ["updated_at", "2020-11-24 16:01:03.370387"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 7.78260127580628], ["a_string", "Est labore consequatur enim et voluptatem."], ["a_unique_value", 2], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "YqkQXeBT_x@hotmail.com"], ["created_at", "2020-11-24 16:01:03.375000"], ["updated_at", "2020-11-24 16:01:03.375000"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 9.69383217192652], ["a_string", "Officia ex ut minus laudantium qui."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "Dl_KpdAUQ5@hotmail.com"], ["created_at", "2020-11-24 16:01:03.379445"], ["updated_at", "2020-11-24 16:01:03.379445"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1005], ["a_decimal", 9.95540737310753], ["a_string", "Ullam dolores quod similique adipisci sed."], ["a_unique_value", 3], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "_Q7kEtVRQu@hotmail.com"], ["created_at", "2020-11-24 16:01:03.383535"], ["updated_at", "2020-11-24 16:01:03.383535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1022], ["a_decimal", 2.15715981856282], ["a_string", "Esse corporis dolores."], ["a_unique_value", 7], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "HfYRethgbh@gmail.com"], ["created_at", "2020-11-24 16:01:03.387643"], ["updated_at", "2020-11-24 16:01:03.387643"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1023], ["a_decimal", 1.07254593888059], ["a_string", "Exercitationem vel est sunt dignissimos eius."], ["a_unique_value", 4], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "yv1bo1Ek2K@gmail.com"], ["created_at", "2020-11-24 16:01:03.395898"], ["updated_at", "2020-11-24 16:01:03.395898"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1020], ["a_decimal", 11.3753770319303], ["a_string", "Accusamus dolorum quia."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "n7E_fepIJ5@gmail.com"], ["created_at", "2020-11-24 16:01:03.401688"], ["updated_at", "2020-11-24 16:01:03.401688"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1025], ["a_decimal", 0.743508945985175], ["a_string", "Unde incidunt quia voluptas atque quasi."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "dpTelGca1r@gmail.com"], ["created_at", "2020-11-24 16:01:03.406448"], ["updated_at", "2020-11-24 16:01:03.406448"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1010], ["a_decimal", 8.91383911971471], ["a_string", "Placeat rem ipsa est explicabo."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "9POx_qJ4Q9@hotmail.com"], ["created_at", "2020-11-24 16:01:03.411256"], ["updated_at", "2020-11-24 16:01:03.411256"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1028], ["a_decimal", 26.297989112774], ["a_string", "Odio qui et quia."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "JTqztIjc9U@hotmail.com"], ["created_at", "2020-11-24 16:01:03.415505"], ["updated_at", "2020-11-24 16:01:03.415505"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 20.3686701209818], ["a_string", "Delectus ratione est nihil."], ["a_unique_value", 10], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "554Ki821vV@gmail.com"], ["created_at", "2020-11-24 16:01:03.419626"], ["updated_at", "2020-11-24 16:01:03.419626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1015], ["a_decimal", 5.68197784612388], ["a_string", "Omnis rerum iste dignissimos corporis corrupti."], ["a_unique_value", 8], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "Mg1Dbn9CaF@hotmail.com"], ["created_at", "2020-11-24 16:01:03.423861"], ["updated_at", "2020-11-24 16:01:03.423861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1009], ["a_decimal", 5.11626966487899], ["a_string", "Cum esse voluptatem."], ["a_unique_value", 6], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "1izH1YWqTO@hotmail.com"], ["created_at", "2020-11-24 16:01:03.428061"], ["updated_at", "2020-11-24 16:01:03.428061"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1031], ["a_decimal", 0.985641027066026], ["a_string", "Dolorem amet perspiciatis."], ["a_unique_value", 9], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "lMyqXoViR2@hotmail.com"], ["created_at", "2020-11-24 16:01:03.432120"], ["updated_at", "2020-11-24 16:01:03.432120"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 31.4468657349119], ["a_string", "Et omnis nostrum."], ["a_unique_value", 1], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "_qjhsWXHjv@gmail.com"], ["created_at", "2020-11-24 16:01:03.436251"], ["updated_at", "2020-11-24 16:01:03.436251"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1016], ["a_decimal", 16.5428228740138], ["a_string", "Ut eveniet voluptas aut qui."], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "1VGaEubyV_@hotmail.com"], ["created_at", "2020-11-24 16:01:03.475311"], ["updated_at", "2020-11-24 16:01:03.475311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.3ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1005], ["a_decimal", 23.9907415847326], ["a_string", "Minima vel consequatur dolores vero."], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "AiLVav8Nab@gmail.com"], ["created_at", "2020-11-24 16:01:03.521602"], ["updated_at", "2020-11-24 16:01:03.521602"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1011], ["a_decimal", -0.61045946537364], ["a_string", "Sint aut suscipit sit iusto doloremque."], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "NEHAsc6IDZ@hotmail.com"], ["created_at", "2020-11-24 16:01:03.562069"], ["updated_at", "2020-11-24 16:01:03.562069"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 0.781431552502465], ["a_string", "Dolores eligendi quos qui."], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "mwcGl0TUwe@gmail.com"], ["created_at", "2020-11-24 16:01:03.600733"], ["updated_at", "2020-11-24 16:01:03.600733"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1008], ["a_decimal", 14.7486776160531], ["a_string", "Et sequi itaque nisi."], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "QA8FQB1A8Z@hotmail.com"], ["created_at", "2020-11-24 16:01:03.639873"], ["updated_at", "2020-11-24 16:01:03.639873"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1004], ["a_decimal", 14.0359577889077], ["a_string", "Occaecati quis ullam sed."], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "_GJwgexIKl@gmail.com"], ["created_at", "2020-11-24 16:01:03.678239"], ["updated_at", "2020-11-24 16:01:03.678239"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1028], ["a_decimal", 13.1046820266453], ["a_string", "Quis assumenda quasi quod magni."], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "B9OfRUlQbt@hotmail.com"], ["created_at", "2020-11-24 16:01:03.722909"], ["updated_at", "2020-11-24 16:01:03.722909"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 4.04303753499538], ["a_string", "Voluptate aliquam ex ipsam ducimus eius."], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "V7s43Ip7X_@hotmail.com"], ["created_at", "2020-11-24 16:01:03.761997"], ["updated_at", "2020-11-24 16:01:03.761997"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1005], ["a_decimal", 4.49011289191459], ["a_string", "Corporis totam nihil vel voluptas."], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "RJy1Wwed8I@hotmail.com"], ["created_at", "2020-11-24 16:01:03.801085"], ["updated_at", "2020-11-24 16:01:03.801085"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1004], ["a_decimal", 5.27218505679454], ["a_string", "Architecto repellat magnam."], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "1BjWXctjGy@gmail.com"], ["created_at", "2020-11-24 16:01:03.840083"], ["updated_at", "2020-11-24 16:01:03.840083"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:03.882128"], ["updated_at", "2020-11-24 16:01:03.882128"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:03.890186"], ["updated_at", "2020-11-24 16:01:03.890186"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 22], ["a_decimal", 14.8435088414665], ["a_string", "Veniam quo odio in dolores."], ["a_date", "2020-11-25"], ["a_time", "2000-01-01 23:36:27.551176"], ["a_datetime", "2020-11-03 09:23:37.837484"], ["created_at", "2020-11-24 16:01:03.900612"], ["updated_at", "2020-11-24 16:01:03.900612"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:01:03.905975"], ["updated_at", "2020-11-24 16:01:03.905975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:01:03.911032"], ["updated_at", "2020-11-24 16:01:03.911032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1005], ["a_decimal", 1.8333817487828], ["a_string", "Eius et corrupti odio."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "jsYTXwWSSJ@hotmail.com"], ["created_at", "2020-11-24 16:01:03.925797"], ["updated_at", "2020-11-24 16:01:03.925797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:03.938305"], ["updated_at", "2020-11-24 16:01:03.938305"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:01:03.942069"], ["updated_at", "2020-11-24 16:01:03.942069"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 16:01:03.948067"], ["updated_at", "2020-11-24 16:01:03.948067"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 16:01:03.954833"], ["updated_at", "2020-11-24 16:01:03.954833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:03.961574"], ["updated_at", "2020-11-24 16:01:03.961574"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:03.962560"], ["updated_at", "2020-11-24 16:01:03.962560"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:03.963282"], ["updated_at", "2020-11-24 16:01:03.963282"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:03.963975"], ["updated_at", "2020-11-24 16:01:03.963975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:03.964681"], ["updated_at", "2020-11-24 16:01:03.964681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:03.965356"], ["updated_at", "2020-11-24 16:01:03.965356"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:03.966022"], ["updated_at", "2020-11-24 16:01:03.966022"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:03.966688"], ["updated_at", "2020-11-24 16:01:03.966688"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:03.968153"], ["updated_at", "2020-11-24 16:01:03.968153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:03.969354"], ["updated_at", "2020-11-24 16:01:03.969354"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:03.970572"], ["updated_at", "2020-11-24 16:01:03.970572"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:03.971666"], ["updated_at", "2020-11-24 16:01:03.971666"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:03.972767"], ["updated_at", "2020-11-24 16:01:03.972767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:03.974183"], ["updated_at", "2020-11-24 16:01:03.974183"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:03.975898"], ["updated_at", "2020-11-24 16:01:03.975898"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:03.977852"], ["updated_at", "2020-11-24 16:01:03.977852"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 14], ["a_decimal", 25.7337916351758], ["a_string", "Veniam magni tempora doloremque."], ["a_date", "2020-12-12"], ["a_time", "2000-01-01 09:15:41.844122"], ["a_datetime", "2021-01-01 02:51:46.551940"], ["created_at", "2020-11-24 16:01:03.981574"], ["updated_at", "2020-11-24 16:01:03.981574"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 1], ["a_decimal", 19.9395285306498], ["a_string", "Id distinctio earum."], ["a_date", "2020-11-23"], ["a_time", "2000-01-01 06:24:14.452963"], ["a_datetime", "2020-12-11 09:38:08.990233"], ["created_at", "2020-11-24 16:01:03.984673"], ["updated_at", "2020-11-24 16:01:03.984673"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 4], ["a_decimal", 20.4594234121755], ["a_string", "Reprehenderit aliquam dolorem sapiente dolores."], ["a_date", "2020-12-29"], ["a_time", "2000-01-01 03:15:24.606421"], ["a_datetime", "2020-11-08 15:39:32.489794"], ["created_at", "2020-11-24 16:01:03.987273"], ["updated_at", "2020-11-24 16:01:03.987273"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 13], ["a_decimal", 36.5981953599], ["a_string", "At voluptas natus."], ["a_date", "2020-11-17"], ["a_time", "2000-01-01 05:39:48.301780"], ["a_datetime", "2020-12-04 01:14:10.681481"], ["created_at", "2020-11-24 16:01:03.990034"], ["updated_at", "2020-11-24 16:01:03.990034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 14], ["a_decimal", 1.95725120454728], ["a_string", "Ex modi dolorem ratione."], ["a_date", "2021-01-05"], ["a_time", "2000-01-01 07:19:51.511359"], ["a_datetime", "2020-11-10 11:37:39.129655"], ["created_at", "2020-11-24 16:01:03.992706"], ["updated_at", "2020-11-24 16:01:03.992706"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 23], ["a_decimal", 24.2580398124212], ["a_string", "Nobis suscipit molestiae ipsa."], ["a_date", "2020-12-09"], ["a_time", "2000-01-01 11:23:27.057529"], ["a_datetime", "2020-12-13 03:48:07.252920"], ["created_at", "2020-11-24 16:01:03.995129"], ["updated_at", "2020-11-24 16:01:03.995129"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 24], ["a_decimal", 8.02453462312315], ["a_string", "Beatae similique totam placeat fugit eos."], ["a_date", "2020-11-12"], ["a_time", "2000-01-01 19:55:14.657740"], ["a_datetime", "2020-11-17 16:26:13.387462"], ["created_at", "2020-11-24 16:01:03.997411"], ["updated_at", "2020-11-24 16:01:03.997411"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 9], ["a_decimal", 28.6932216079427], ["a_string", "Vitae fugiat sapiente."], ["a_date", "2021-01-02"], ["a_time", "2000-01-01 04:58:54.589930"], ["a_datetime", "2020-10-25 04:48:29.338931"], ["created_at", "2020-11-24 16:01:03.999652"], ["updated_at", "2020-11-24 16:01:03.999652"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 16:01:04.001338"], ["updated_at", "2020-11-24 16:01:04.001338"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 16:01:04.002587"], ["updated_at", "2020-11-24 16:01:04.002587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 16:01:04.003748"], ["updated_at", "2020-11-24 16:01:04.003748"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 16:01:04.004896"], ["updated_at", "2020-11-24 16:01:04.004896"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 16:01:04.006023"], ["updated_at", "2020-11-24 16:01:04.006023"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 16:01:04.007189"], ["updated_at", "2020-11-24 16:01:04.007189"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 16:01:04.008385"], ["updated_at", "2020-11-24 16:01:04.008385"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 16:01:04.009528"], ["updated_at", "2020-11-24 16:01:04.009528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 16:01:04.010789"], ["updated_at", "2020-11-24 16:01:04.010789"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 16:01:04.011997"], ["updated_at", "2020-11-24 16:01:04.011997"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 16:01:04.013168"], ["updated_at", "2020-11-24 16:01:04.013168"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:01:04.014340"], ["updated_at", "2020-11-24 16:01:04.014340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 16:01:04.015487"], ["updated_at", "2020-11-24 16:01:04.015487"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 16:01:04.016646"], ["updated_at", "2020-11-24 16:01:04.016646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 16:01:04.017803"], ["updated_at", "2020-11-24 16:01:04.017803"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:01:04.018944"], ["updated_at", "2020-11-24 16:01:04.018944"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1014], ["a_decimal", 22.0003039141464], ["a_string", "Et totam eos ratione et iusto."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "4m00qDNW4E@gmail.com"], ["created_at", "2020-11-24 16:01:04.023579"], ["updated_at", "2020-11-24 16:01:04.023579"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1014], ["a_decimal", 3.9285739208665], ["a_string", "Qui qui aut."], ["a_unique_value", 9], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "g8EnGx6BiU@gmail.com"], ["created_at", "2020-11-24 16:01:04.027862"], ["updated_at", "2020-11-24 16:01:04.027862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1008], ["a_decimal", 2.44847614903046], ["a_string", "Culpa et corrupti."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "mKW_rAHuCS@hotmail.com"], ["created_at", "2020-11-24 16:01:04.031960"], ["updated_at", "2020-11-24 16:01:04.031960"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1007], ["a_decimal", 0.458062608738746], ["a_string", "Nihil nihil earum."], ["a_unique_value", 4], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "y_OPJHqS8j@hotmail.com"], ["created_at", "2020-11-24 16:01:04.035893"], ["updated_at", "2020-11-24 16:01:04.035893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1010], ["a_decimal", 15.7221426253122], ["a_string", "Rerum explicabo odit."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "Pd_9PqBHJK@gmail.com"], ["created_at", "2020-11-24 16:01:04.039865"], ["updated_at", "2020-11-24 16:01:04.039865"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1006], ["a_decimal", 0.89743021893256], ["a_string", "Nesciunt similique ipsam et tenetur quia."], ["a_unique_value", 10], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "hLNnhWzgD7@gmail.com"], ["created_at", "2020-11-24 16:01:04.043785"], ["updated_at", "2020-11-24 16:01:04.043785"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 24.6889709319759], ["a_string", "Molestias voluptatem ullam provident et optio."], ["a_unique_value", 2], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "WVkYNnkJel@hotmail.com"], ["created_at", "2020-11-24 16:01:04.047681"], ["updated_at", "2020-11-24 16:01:04.047681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1014], ["a_decimal", 0.288134003806675], ["a_string", "Doloremque qui et distinctio et vero."], ["a_unique_value", 6], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "Gp51aXbImD@gmail.com"], ["created_at", "2020-11-24 16:01:04.051623"], ["updated_at", "2020-11-24 16:01:04.051623"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:04.068047"], ["updated_at", "2020-11-24 16:01:04.068047"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:04.068853"], ["updated_at", "2020-11-24 16:01:04.068853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:04.069487"], ["updated_at", "2020-11-24 16:01:04.069487"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:04.070099"], ["updated_at", "2020-11-24 16:01:04.070099"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:04.070716"], ["updated_at", "2020-11-24 16:01:04.070716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:04.071326"], ["updated_at", "2020-11-24 16:01:04.071326"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:04.071926"], ["updated_at", "2020-11-24 16:01:04.071926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:04.072547"], ["updated_at", "2020-11-24 16:01:04.072547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:01:04.073202"], ["updated_at", "2020-11-24 16:01:04.073202"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:01:04.073860"], ["updated_at", "2020-11-24 16:01:04.073860"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:01:04.074494"], ["updated_at", "2020-11-24 16:01:04.074494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:01:04.075125"], ["updated_at", "2020-11-24 16:01:04.075125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:01:04.075749"], ["updated_at", "2020-11-24 16:01:04.075749"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:01:04.076399"], ["updated_at", "2020-11-24 16:01:04.076399"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:01:04.077037"], ["updated_at", "2020-11-24 16:01:04.077037"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:01:04.077668"], ["updated_at", "2020-11-24 16:01:04.077668"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 16:01:04.078927"], ["updated_at", "2020-11-24 16:01:04.078927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 16:01:04.080191"], ["updated_at", "2020-11-24 16:01:04.080191"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 16:01:04.081343"], ["updated_at", "2020-11-24 16:01:04.081343"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 16:01:04.082479"], ["updated_at", "2020-11-24 16:01:04.082479"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 16:01:04.083625"], ["updated_at", "2020-11-24 16:01:04.083625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 16:01:04.084775"], ["updated_at", "2020-11-24 16:01:04.084775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 16:01:04.085908"], ["updated_at", "2020-11-24 16:01:04.085908"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 16:01:04.087035"], ["updated_at", "2020-11-24 16:01:04.087035"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 4], ["created_at", "2020-11-24 16:01:04.088660"], ["updated_at", "2020-11-24 16:01:04.088660"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-24 16:01:04.090279"], ["updated_at", "2020-11-24 16:01:04.090279"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 8], ["created_at", "2020-11-24 16:01:04.091875"], ["updated_at", "2020-11-24 16:01:04.091875"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 5], ["created_at", "2020-11-24 16:01:04.093439"], ["updated_at", "2020-11-24 16:01:04.093439"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 8], ["created_at", "2020-11-24 16:01:04.095005"], ["updated_at", "2020-11-24 16:01:04.095005"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 1], ["created_at", "2020-11-24 16:01:04.096592"], ["updated_at", "2020-11-24 16:01:04.096592"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 6], ["created_at", "2020-11-24 16:01:04.098212"], ["updated_at", "2020-11-24 16:01:04.098212"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 3], ["created_at", "2020-11-24 16:01:04.099782"], ["updated_at", "2020-11-24 16:01:04.099782"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 28], ["a_decimal", 28.4158521008469], ["a_string", "Odit fugit id."], ["a_date", "2020-12-10"], ["a_time", "2000-01-01 07:02:21.934307"], ["a_datetime", "2020-12-13 07:51:30.590845"], ["created_at", "2020-11-24 16:01:04.131619"], ["updated_at", "2020-11-24 16:01:04.131619"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 5], ["a_decimal", 7.95102222414568], ["a_string", "Molestiae qui dolorem officiis sed totam."], ["a_date", "2020-12-17"], ["a_time", "2000-01-01 13:01:15.240068"], ["a_datetime", "2020-12-14 21:37:59.529105"], ["created_at", "2020-11-24 16:01:04.134625"], ["updated_at", "2020-11-24 16:01:04.134625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 7], ["a_decimal", 29.5440204270401], ["a_string", "Minima atque corrupti."], ["a_date", "2020-10-25"], ["a_time", "2000-01-01 16:15:21.023063"], ["a_datetime", "2020-11-15 17:34:18.582469"], ["created_at", "2020-11-24 16:01:04.137126"], ["updated_at", "2020-11-24 16:01:04.137126"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 18], ["a_decimal", 13.8527349843913], ["a_string", "Eum voluptatem maiores expedita accusantium."], ["a_date", "2020-10-21"], ["a_time", "2000-01-01 18:05:13.177756"], ["a_datetime", "2020-10-14 14:46:27.498113"], ["created_at", "2020-11-24 16:01:04.141324"], ["updated_at", "2020-11-24 16:01:04.141324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 0], ["a_decimal", 34.7651560812862], ["a_string", "Occaecati eaque necessitatibus sunt."], ["a_date", "2020-12-13"], ["a_time", "2000-01-01 21:58:47.888964"], ["a_datetime", "2020-11-11 02:33:11.119042"], ["created_at", "2020-11-24 16:01:04.144304"], ["updated_at", "2020-11-24 16:01:04.144304"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 6], ["a_decimal", 12.1360558204753], ["a_string", "Similique dolores rerum amet suscipit."], ["a_date", "2020-11-27"], ["a_time", "2000-01-01 20:26:06.916464"], ["a_datetime", "2020-10-19 19:25:02.403572"], ["created_at", "2020-11-24 16:01:04.147957"], ["updated_at", "2020-11-24 16:01:04.147957"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:04.150969"], ["updated_at", "2020-11-24 16:01:04.150969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:04.179070"], ["updated_at", "2020-11-24 16:01:04.179070"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:04.180566"], ["updated_at", "2020-11-24 16:01:04.180566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Kilo Create (0.2ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:04.181881"], ["updated_at", "2020-11-24 16:01:04.181881"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:04.183420"], ["updated_at", "2020-11-24 16:01:04.183420"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:04.184431"], ["updated_at", "2020-11-24 16:01:04.184431"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:04.185405"], ["updated_at", "2020-11-24 16:01:04.185405"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:04.186193"], ["updated_at", "2020-11-24 16:01:04.186193"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Kilo Create (0.1ms) INSERT INTO "kilos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:04.186928"], ["updated_at", "2020-11-24 16:01:04.186928"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:04.188506"], ["updated_at", "2020-11-24 16:01:04.188506"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:04.190152"], ["updated_at", "2020-11-24 16:01:04.190152"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:04.192314"], ["updated_at", "2020-11-24 16:01:04.192314"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:04.194404"], ["updated_at", "2020-11-24 16:01:04.194404"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:04.196495"], ["updated_at", "2020-11-24 16:01:04.196495"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:04.198761"], ["updated_at", "2020-11-24 16:01:04.198761"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:04.212854"], ["updated_at", "2020-11-24 16:01:04.212854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:04.214454"], ["updated_at", "2020-11-24 16:01:04.214454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 30], ["a_decimal", 25.7488675537422], ["a_string", "Est consequatur velit minus eaque sed."], ["a_date", "2021-01-04"], ["a_time", "2000-01-01 04:39:35.490241"], ["a_datetime", "2020-12-20 09:28:23.150767"], ["created_at", "2020-11-24 16:01:04.218841"], ["updated_at", "2020-11-24 16:01:04.218841"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 15], ["a_decimal", 24.7195029175274], ["a_string", "Provident mollitia temporibus."], ["a_date", "2020-10-14"], ["a_time", "2000-01-01 13:45:08.061547"], ["a_datetime", "2021-01-04 20:57:08.237585"], ["created_at", "2020-11-24 16:01:04.222000"], ["updated_at", "2020-11-24 16:01:04.222000"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 9], ["a_decimal", 28.4401460523814], ["a_string", "Quis doloribus repellendus ratione dolor id."], ["a_date", "2020-10-14"], ["a_time", "2000-01-01 14:33:16.589303"], ["a_datetime", "2020-10-26 16:35:34.203579"], ["created_at", "2020-11-24 16:01:04.224993"], ["updated_at", "2020-11-24 16:01:04.224993"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 16], ["a_decimal", 3.68215375539391], ["a_string", "Saepe magnam officiis libero voluptates eos."], ["a_date", "2020-12-30"], ["a_time", "2000-01-01 06:52:18.112741"], ["a_datetime", "2020-11-12 02:03:32.357226"], ["created_at", "2020-11-24 16:01:04.227773"], ["updated_at", "2020-11-24 16:01:04.227773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 10], ["a_decimal", 6.11338156267557], ["a_string", "Quae voluptatem aut ea."], ["a_date", "2020-12-02"], ["a_time", "2000-01-01 13:44:53.953201"], ["a_datetime", "2020-12-27 02:28:44.339955"], ["created_at", "2020-11-24 16:01:04.230468"], ["updated_at", "2020-11-24 16:01:04.230468"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 2], ["a_decimal", 0.665169523286681], ["a_string", "Aperiam et laudantium ut qui."], ["a_date", "2020-12-30"], ["a_time", "2000-01-01 00:23:02.164148"], ["a_datetime", "2020-11-03 23:09:18.355559"], ["created_at", "2020-11-24 16:01:04.233142"], ["updated_at", "2020-11-24 16:01:04.233142"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 9], ["a_decimal", 6.7430838216419], ["a_string", "Voluptatem nesciunt nam."], ["a_date", "2020-10-15"], ["a_time", "2000-01-01 03:40:20.527525"], ["a_datetime", "2020-10-27 19:39:15.289099"], ["created_at", "2020-11-24 16:01:04.235773"], ["updated_at", "2020-11-24 16:01:04.235773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 33], ["a_decimal", 31.2943213716346], ["a_string", "Necessitatibus quas similique."], ["a_date", "2020-11-19"], ["a_time", "2000-01-01 21:14:14.531634"], ["a_datetime", "2020-12-23 18:45:05.813829"], ["created_at", "2020-11-24 16:01:04.238377"], ["updated_at", "2020-11-24 16:01:04.238377"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 16:01:04.240243"], ["updated_at", "2020-11-24 16:01:04.240243"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 16:01:04.241626"], ["updated_at", "2020-11-24 16:01:04.241626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 16:01:04.242902"], ["updated_at", "2020-11-24 16:01:04.242902"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 16:01:04.244173"], ["updated_at", "2020-11-24 16:01:04.244173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 16:01:04.245408"], ["updated_at", "2020-11-24 16:01:04.245408"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 16:01:04.246649"], ["updated_at", "2020-11-24 16:01:04.246649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 16:01:04.247845"], ["updated_at", "2020-11-24 16:01:04.247845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 16:01:04.249093"], ["updated_at", "2020-11-24 16:01:04.249093"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 16:01:04.250450"], ["updated_at", "2020-11-24 16:01:04.250450"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 16:01:04.251696"], ["updated_at", "2020-11-24 16:01:04.251696"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 16:01:04.252869"], ["updated_at", "2020-11-24 16:01:04.252869"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 16:01:04.254021"], ["updated_at", "2020-11-24 16:01:04.254021"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 16:01:04.255113"], ["updated_at", "2020-11-24 16:01:04.255113"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:01:04.256213"], ["updated_at", "2020-11-24 16:01:04.256213"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 16:01:04.257315"], ["updated_at", "2020-11-24 16:01:04.257315"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 16:01:04.258401"], ["updated_at", "2020-11-24 16:01:04.258401"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1021], ["a_decimal", 20.5758062908431], ["a_string", "Voluptas voluptatum quia."], ["a_unique_value", 8], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "VmJjectzkh@hotmail.com"], ["created_at", "2020-11-24 16:01:04.263070"], ["updated_at", "2020-11-24 16:01:04.263070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1020], ["a_decimal", 5.38315953775682], ["a_string", "Ea fugiat aut."], ["a_unique_value", 10], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "4zdKsZBGjU@gmail.com"], ["created_at", "2020-11-24 16:01:04.267628"], ["updated_at", "2020-11-24 16:01:04.267628"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1006], ["a_decimal", 3.32426306640951], ["a_string", "Quo aliquam sit possimus."], ["a_unique_value", 9], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "H2M2fCZSf3@gmail.com"], ["created_at", "2020-11-24 16:01:04.271797"], ["updated_at", "2020-11-24 16:01:04.271797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1010], ["a_decimal", 2.99429562394081], ["a_string", "Ut est iure."], ["a_unique_value", 4], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "TwYsAMLg2b@gmail.com"], ["created_at", "2020-11-24 16:01:04.275820"], ["updated_at", "2020-11-24 16:01:04.275820"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1012], ["a_decimal", 33.6459308938385], ["a_string", "Rerum quia et voluptates quod quaerat."], ["a_unique_value", 1], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "M8y11HTuwO@gmail.com"], ["created_at", "2020-11-24 16:01:04.279841"], ["updated_at", "2020-11-24 16:01:04.279841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1009], ["a_decimal", 6.97386027194049], ["a_string", "Officia cupiditate porro fuga sunt."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "YUoxp0jstB@hotmail.com"], ["created_at", "2020-11-24 16:01:04.283858"], ["updated_at", "2020-11-24 16:01:04.283858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1008], ["a_decimal", 3.91820622975024], ["a_string", "Delectus rerum commodi harum."], ["a_unique_value", 2], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "ZnzWOvfUar@gmail.com"], ["created_at", "2020-11-24 16:01:04.288196"], ["updated_at", "2020-11-24 16:01:04.288196"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1008], ["a_decimal", 3.04367368757439], ["a_string", "Repellendus quidem harum quas."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "h8ifcNzzm9@gmail.com"], ["created_at", "2020-11-24 16:01:04.292462"], ["updated_at", "2020-11-24 16:01:04.292462"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:04.308478"], ["updated_at", "2020-11-24 16:01:04.308478"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:04.309260"], ["updated_at", "2020-11-24 16:01:04.309260"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:04.309879"], ["updated_at", "2020-11-24 16:01:04.309879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:04.310472"], ["updated_at", "2020-11-24 16:01:04.310472"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:04.311062"], ["updated_at", "2020-11-24 16:01:04.311062"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:04.311646"], ["updated_at", "2020-11-24 16:01:04.311646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:04.312237"], ["updated_at", "2020-11-24 16:01:04.312237"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:01:04.312827"], ["updated_at", "2020-11-24 16:01:04.312827"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:01:04.313464"], ["updated_at", "2020-11-24 16:01:04.313464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:01:04.314100"], ["updated_at", "2020-11-24 16:01:04.314100"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:01:04.314708"], ["updated_at", "2020-11-24 16:01:04.314708"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:01:04.315320"], ["updated_at", "2020-11-24 16:01:04.315320"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:01:04.315927"], ["updated_at", "2020-11-24 16:01:04.315927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:01:04.316545"], ["updated_at", "2020-11-24 16:01:04.316545"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:01:04.317152"], ["updated_at", "2020-11-24 16:01:04.317152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:01:04.317761"], ["updated_at", "2020-11-24 16:01:04.317761"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 16:01:04.318978"], ["updated_at", "2020-11-24 16:01:04.318978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 16:01:04.320193"], ["updated_at", "2020-11-24 16:01:04.320193"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 16:01:04.321310"], ["updated_at", "2020-11-24 16:01:04.321310"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 16:01:04.322399"], ["updated_at", "2020-11-24 16:01:04.322399"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 16:01:04.323489"], ["updated_at", "2020-11-24 16:01:04.323489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 16:01:04.324766"], ["updated_at", "2020-11-24 16:01:04.324766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 16:01:04.325919"], ["updated_at", "2020-11-24 16:01:04.325919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 16:01:04.327066"], ["updated_at", "2020-11-24 16:01:04.327066"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 7], ["created_at", "2020-11-24 16:01:04.328664"], ["updated_at", "2020-11-24 16:01:04.328664"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 6], ["created_at", "2020-11-24 16:01:04.330183"], ["updated_at", "2020-11-24 16:01:04.330183"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-24 16:01:04.331654"], ["updated_at", "2020-11-24 16:01:04.331654"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 6], ["created_at", "2020-11-24 16:01:04.333125"], ["updated_at", "2020-11-24 16:01:04.333125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 6], ["created_at", "2020-11-24 16:01:04.334616"], ["updated_at", "2020-11-24 16:01:04.334616"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 1], ["created_at", "2020-11-24 16:01:04.336088"], ["updated_at", "2020-11-24 16:01:04.336088"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-24 16:01:04.337553"], ["updated_at", "2020-11-24 16:01:04.337553"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 3], ["created_at", "2020-11-24 16:01:04.339020"], ["updated_at", "2020-11-24 16:01:04.339020"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "kilos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.0ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (3.1ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.0ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.9ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1007], ["a_decimal", 3.80613339215503], ["a_string", "Excepturi eum dolores doloremque."], ["a_unique_value", 3], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "sUAAvZm71d@gmail.com"], ["created_at", "2020-11-24 16:02:48.488630"], ["updated_at", "2020-11-24 16:02:48.488630"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1007], ["a_decimal", 1.21474834225004], ["a_string", "Voluptatem distinctio harum nesciunt."], ["a_unique_value", 10], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "uRZCVti5qd@hotmail.com"], ["created_at", "2020-11-24 16:02:48.493044"], ["updated_at", "2020-11-24 16:02:48.493044"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1007], ["a_decimal", 22.5079800087105], ["a_string", "Dolorem animi sunt fuga."], ["a_unique_value", 5], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "a_u1B7K8L8@gmail.com"], ["created_at", "2020-11-24 16:02:48.505335"], ["updated_at", "2020-11-24 16:02:48.505335"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1006], ["a_decimal", 2.19880388092358], ["a_string", "Ullam voluptatibus molestiae autem exercitationem."], ["a_unique_value", 7], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "ePOQ0lTP5o@gmail.com"], ["created_at", "2020-11-24 16:02:48.509989"], ["updated_at", "2020-11-24 16:02:48.509989"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1007], ["a_decimal", 10.8813744283652], ["a_string", "Quis numquam voluptas error perspiciatis."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "TV_To8CAVS@hotmail.com"], ["created_at", "2020-11-24 16:02:48.514575"], ["updated_at", "2020-11-24 16:02:48.514575"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1007], ["a_decimal", 2.76921972780308], ["a_string", "Velit fuga temporibus quae."], ["a_unique_value", 4], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "BAq_Ef3eWo@hotmail.com"], ["created_at", "2020-11-24 16:02:48.518948"], ["updated_at", "2020-11-24 16:02:48.518948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1003], ["a_decimal", 0.268274878139867], ["a_string", "Earum quia rem."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "Wp6JoUaUm_@hotmail.com"], ["created_at", "2020-11-24 16:02:48.523124"], ["updated_at", "2020-11-24 16:02:48.523124"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1013], ["a_decimal", 0.872933661801294], ["a_string", "Nesciunt et suscipit rerum eum."], ["a_unique_value", 8], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "FKoHIOzfxg@gmail.com"], ["created_at", "2020-11-24 16:02:48.527350"], ["updated_at", "2020-11-24 16:02:48.527350"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1004], ["a_decimal", 6.23486118564294], ["a_string", "Maxime consequatur est vero praesentium temporibus."], ["a_unique_value", 2], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "SjVt0sz9Sq@hotmail.com"], ["created_at", "2020-11-24 16:02:48.531583"], ["updated_at", "2020-11-24 16:02:48.531583"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1003], ["a_decimal", 0.552375402775968], ["a_string", "Voluptas officiis eveniet placeat est quisquam."], ["a_unique_value", 9], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "BofJcad3ZA@gmail.com"], ["created_at", "2020-11-24 16:02:48.535746"], ["updated_at", "2020-11-24 16:02:48.535746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1005], ["a_decimal", 24.8775311174804], ["a_string", "Odit eius possimus quisquam blanditiis."], ["a_unique_value", 6], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "dpfSBvdTWi@hotmail.com"], ["created_at", "2020-11-24 16:02:48.542245"], ["updated_at", "2020-11-24 16:02:48.542245"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1004], ["a_decimal", 2.83224306870015], ["a_string", "Aut ad deserunt."], ["a_unique_value", 8], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "Ier5gT0cuY@gmail.com"], ["created_at", "2020-11-24 16:02:48.548092"], ["updated_at", "2020-11-24 16:02:48.548092"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1006], ["a_decimal", 21.1031965791315], ["a_string", "Esse nobis sed eum illo."], ["a_unique_value", 4], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "1pWDLE0yCL@gmail.com"], ["created_at", "2020-11-24 16:02:48.553248"], ["updated_at", "2020-11-24 16:02:48.553248"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 15.6552834599041], ["a_string", "Recusandae reiciendis dolores minima."], ["a_unique_value", 3], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "p3kefy7x0K@hotmail.com"], ["created_at", "2020-11-24 16:02:48.558353"], ["updated_at", "2020-11-24 16:02:48.558353"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 4.93005209267382], ["a_string", "Dolorem debitis voluptatem et."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "IoCgSCYjHP@hotmail.com"], ["created_at", "2020-11-24 16:02:48.562856"], ["updated_at", "2020-11-24 16:02:48.562856"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1004], ["a_decimal", 12.2047000672636], ["a_string", "Voluptatem neque voluptatem consequuntur."], ["a_unique_value", 10], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "JvL23Xgjla@gmail.com"], ["created_at", "2020-11-24 16:02:48.567116"], ["updated_at", "2020-11-24 16:02:48.567116"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 16.0935256673304], ["a_string", "Corporis quia nihil laborum odit."], ["a_unique_value", 9], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "x555gWshE_@gmail.com"], ["created_at", "2020-11-24 16:02:48.571265"], ["updated_at", "2020-11-24 16:02:48.571265"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1010], ["a_decimal", 10.7482777190506], ["a_string", "Maiores ea accusantium vitae."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "BkrsNtXj6O@gmail.com"], ["created_at", "2020-11-24 16:02:48.575388"], ["updated_at", "2020-11-24 16:02:48.575388"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1025], ["a_decimal", 7.25527668446888], ["a_string", "Dolorem consequuntur ipsa quam sit."], ["a_unique_value", 7], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "yWO7T_kwl5@gmail.com"], ["created_at", "2020-11-24 16:02:48.579464"], ["updated_at", "2020-11-24 16:02:48.579464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1014], ["a_decimal", 22.7375728183094], ["a_string", "Vel et totam accusamus non."], ["a_unique_value", 5], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "yPWp3BYEnK@gmail.com"], ["created_at", "2020-11-24 16:02:48.583556"], ["updated_at", "2020-11-24 16:02:48.583556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1004], ["a_decimal", 22.3686044218047], ["a_string", "Quo qui ipsa optio et."], ["a_unique_value", 2], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "41Rif4QOW2@hotmail.com"], ["created_at", "2020-11-24 16:02:48.589584"], ["updated_at", "2020-11-24 16:02:48.589584"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1004], ["a_decimal", 0.491300623109703], ["a_string", "Et voluptas excepturi."], ["a_unique_value", 7], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "_ULW6sqE7s@hotmail.com"], ["created_at", "2020-11-24 16:02:48.595409"], ["updated_at", "2020-11-24 16:02:48.595409"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 2.04875462488182], ["a_string", "Nostrum porro sunt et accusamus doloribus."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "xcH1PXP710@gmail.com"], ["created_at", "2020-11-24 16:02:48.601260"], ["updated_at", "2020-11-24 16:02:48.601260"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1010], ["a_decimal", 0.837798023431899], ["a_string", "Et magnam occaecati voluptas omnis."], ["a_unique_value", 8], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "1AzNZqnM3f@gmail.com"], ["created_at", "2020-11-24 16:02:48.606332"], ["updated_at", "2020-11-24 16:02:48.606332"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1010], ["a_decimal", 28.3573650143729], ["a_string", "Magni ab accusamus."], ["a_unique_value", 6], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "QBCNN7tCgd@hotmail.com"], ["created_at", "2020-11-24 16:02:48.619330"], ["updated_at", "2020-11-24 16:02:48.619330"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 11.4501194678515], ["a_string", "Quam asperiores consequatur est eum."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "2PI75CPK7X@hotmail.com"], ["created_at", "2020-11-24 16:02:48.624524"], ["updated_at", "2020-11-24 16:02:48.624524"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 21.9457668797057], ["a_string", "Odio recusandae nostrum."], ["a_unique_value", 4], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "qRd_aevWQR@gmail.com"], ["created_at", "2020-11-24 16:02:48.629571"], ["updated_at", "2020-11-24 16:02:48.629571"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 9.4506552683341], ["a_string", "Omnis asperiores rerum ad placeat."], ["a_unique_value", 9], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "lqNXN03pIU@hotmail.com"], ["created_at", "2020-11-24 16:02:48.634345"], ["updated_at", "2020-11-24 16:02:48.634345"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1019], ["a_decimal", 27.4096753799112], ["a_string", "Ad quod fuga rerum."], ["a_unique_value", 1], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "I1SWjGEdLo@hotmail.com"], ["created_at", "2020-11-24 16:02:48.639081"], ["updated_at", "2020-11-24 16:02:48.639081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 6.66714268957452], ["a_string", "Sint illo a excepturi necessitatibus."], ["a_unique_value", 10], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "kGj83WqAHy@gmail.com"], ["created_at", "2020-11-24 16:02:48.643843"], ["updated_at", "2020-11-24 16:02:48.643843"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1022], ["a_decimal", 9.40589857349688], ["a_string", "Sint et minima ea ut."], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "HfOy79wIz9@gmail.com"], ["created_at", "2020-11-24 16:02:48.683439"], ["updated_at", "2020-11-24 16:02:48.683439"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1041], ["a_decimal", 26.6815583779275], ["a_string", "Iure earum unde."], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "xtH6jorGwI@hotmail.com"], ["created_at", "2020-11-24 16:02:48.721865"], ["updated_at", "2020-11-24 16:02:48.721865"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1003], ["a_decimal", 12.4558164238606], ["a_string", "Necessitatibus natus veritatis."], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "xkVw9Z7ciu@hotmail.com"], ["created_at", "2020-11-24 16:02:48.766754"], ["updated_at", "2020-11-24 16:02:48.766754"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1022], ["a_decimal", 13.0207195306229], ["a_string", "Maxime nihil cupiditate quasi."], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "vL0wpiYfRC@hotmail.com"], ["created_at", "2020-11-24 16:02:48.805243"], ["updated_at", "2020-11-24 16:02:48.805243"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1022], ["a_decimal", 3.58020292507416], ["a_string", "Non earum ad sed eveniet eligendi."], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "mqBQwpAWiL@hotmail.com"], ["created_at", "2020-11-24 16:02:48.843653"], ["updated_at", "2020-11-24 16:02:48.843653"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1014], ["a_decimal", 0.288227430743878], ["a_string", "Ea reprehenderit unde ut neque fuga."], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "owEIPECGos@gmail.com"], ["created_at", "2020-11-24 16:02:48.887227"], ["updated_at", "2020-11-24 16:02:48.887227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1018], ["a_decimal", 24.6207185356333], ["a_string", "Libero delectus accusantium illum dolores dignissimos."], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "2J2bpdV20s@hotmail.com"], ["created_at", "2020-11-24 16:02:48.926244"], ["updated_at", "2020-11-24 16:02:48.926244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1038], ["a_decimal", 3.83292248403717], ["a_string", "Omnis soluta et et voluptates asperiores."], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "jJ3YOpFXOF@hotmail.com"], ["created_at", "2020-11-24 16:02:48.964775"], ["updated_at", "2020-11-24 16:02:48.964775"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1008], ["a_decimal", 4.69699968006852], ["a_string", "Omnis consequuntur ducimus qui dolorem eius."], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "P0jkmjicAZ@hotmail.com"], ["created_at", "2020-11-24 16:02:49.008602"], ["updated_at", "2020-11-24 16:02:49.008602"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1013], ["a_decimal", 0.235332214242326], ["a_string", "Sed nulla et repellat."], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "D4DYEV0DCG@hotmail.com"], ["created_at", "2020-11-24 16:02:49.047205"], ["updated_at", "2020-11-24 16:02:49.047205"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.092763"], ["updated_at", "2020-11-24 16:02:49.092763"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 3], ["a_decimal", 10.597511896358], ["a_string", "Cumque consequatur voluptas."], ["a_date", "2020-12-18"], ["a_time", "2000-01-01 10:01:19.426081"], ["a_datetime", "2020-10-26 12:36:04.805927"], ["created_at", "2020-11-24 16:02:49.102567"], ["updated_at", "2020-11-24 16:02:49.102567"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:02:49.108053"], ["updated_at", "2020-11-24 16:02:49.108053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:02:49.112670"], ["updated_at", "2020-11-24 16:02:49.112670"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1019], ["a_decimal", 8.477751608794], ["a_string", "Temporibus qui ullam et error."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "ErAoMZTxwu@hotmail.com"], ["created_at", "2020-11-24 16:02:49.117434"], ["updated_at", "2020-11-24 16:02:49.117434"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.136624"], ["updated_at", "2020-11-24 16:02:49.136624"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:02:49.140365"], ["updated_at", "2020-11-24 16:02:49.140365"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 16:02:49.146557"], ["updated_at", "2020-11-24 16:02:49.146557"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 16:02:49.153148"], ["updated_at", "2020-11-24 16:02:49.153148"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_2 Hotel Create (0.3ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.160966"], ["updated_at", "2020-11-24 16:02:49.160966"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.163810"], ["updated_at", "2020-11-24 16:02:49.163810"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.165814"], ["updated_at", "2020-11-24 16:02:49.165814"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.167143"], ["updated_at", "2020-11-24 16:02:49.167143"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.168462"], ["updated_at", "2020-11-24 16:02:49.168462"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.170036"], ["updated_at", "2020-11-24 16:02:49.170036"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.171464"], ["updated_at", "2020-11-24 16:02:49.171464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.173033"], ["updated_at", "2020-11-24 16:02:49.173033"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 3], ["a_decimal", 4.87131094524812], ["a_string", "Aspernatur voluptas modi aliquam sunt iure."], ["a_date", "2020-10-18"], ["a_time", "2000-01-01 18:46:22.498191"], ["a_datetime", "2020-10-21 14:04:42.173083"], ["created_at", "2020-11-24 16:02:49.176401"], ["updated_at", "2020-11-24 16:02:49.176401"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1], ["a_decimal", 2.96363894260603], ["a_string", "Optio et voluptatibus repellat nesciunt."], ["a_date", "2020-11-03"], ["a_time", "2000-01-01 21:13:03.334300"], ["a_datetime", "2020-12-15 20:57:11.098943"], ["created_at", "2020-11-24 16:02:49.179930"], ["updated_at", "2020-11-24 16:02:49.179930"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 0], ["a_decimal", 30.8649590440398], ["a_string", "Ex sed est velit explicabo at."], ["a_date", "2020-12-09"], ["a_time", "2000-01-01 23:51:22.706292"], ["a_datetime", "2020-12-26 04:14:28.630802"], ["created_at", "2020-11-24 16:02:49.182738"], ["updated_at", "2020-11-24 16:02:49.182738"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 17], ["a_decimal", 11.2324333014059], ["a_string", "Illo praesentium voluptatem aliquid animi incidunt."], ["a_date", "2020-10-22"], ["a_time", "2000-01-01 18:44:53.156647"], ["a_datetime", "2020-12-28 22:36:32.507904"], ["created_at", "2020-11-24 16:02:49.185420"], ["updated_at", "2020-11-24 16:02:49.185420"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 7], ["a_decimal", 0.860750462222194], ["a_string", "Sit sit quis."], ["a_date", "2021-01-01"], ["a_time", "2000-01-01 06:37:53.563825"], ["a_datetime", "2020-12-07 10:34:51.841077"], ["created_at", "2020-11-24 16:02:49.188386"], ["updated_at", "2020-11-24 16:02:49.188386"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 15], ["a_decimal", 10.6100624310708], ["a_string", "Enim explicabo rerum numquam rerum."], ["a_date", "2020-12-16"], ["a_time", "2000-01-01 03:37:57.268548"], ["a_datetime", "2020-12-12 01:49:21.540525"], ["created_at", "2020-11-24 16:02:49.191071"], ["updated_at", "2020-11-24 16:02:49.191071"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 2], ["a_decimal", 2.15410328820911], ["a_string", "Veniam non et qui."], ["a_date", "2020-12-11"], ["a_time", "2000-01-01 21:49:42.196655"], ["a_datetime", "2020-10-23 00:43:07.062922"], ["created_at", "2020-11-24 16:02:49.193627"], ["updated_at", "2020-11-24 16:02:49.193627"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 26], ["a_decimal", 4.73249572580523], ["a_string", "Sed dolores enim."], ["a_date", "2020-12-04"], ["a_time", "2000-01-01 16:01:18.982033"], ["a_datetime", "2020-12-29 12:31:44.641063"], ["created_at", "2020-11-24 16:02:49.196095"], ["updated_at", "2020-11-24 16:02:49.196095"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 16:02:49.197863"], ["updated_at", "2020-11-24 16:02:49.197863"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 16:02:49.199198"], ["updated_at", "2020-11-24 16:02:49.199198"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 16:02:49.200456"], ["updated_at", "2020-11-24 16:02:49.200456"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 16:02:49.201660"], ["updated_at", "2020-11-24 16:02:49.201660"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 16:02:49.202915"], ["updated_at", "2020-11-24 16:02:49.202915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 16:02:49.204103"], ["updated_at", "2020-11-24 16:02:49.204103"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 16:02:49.205242"], ["updated_at", "2020-11-24 16:02:49.205242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 16:02:49.206372"], ["updated_at", "2020-11-24 16:02:49.206372"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 16:02:49.207592"], ["updated_at", "2020-11-24 16:02:49.207592"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:02:49.208717"], ["updated_at", "2020-11-24 16:02:49.208717"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 16:02:49.209795"], ["updated_at", "2020-11-24 16:02:49.209795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 16:02:49.210863"], ["updated_at", "2020-11-24 16:02:49.210863"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:02:49.211940"], ["updated_at", "2020-11-24 16:02:49.211940"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:02:49.213040"], ["updated_at", "2020-11-24 16:02:49.213040"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 16:02:49.214118"], ["updated_at", "2020-11-24 16:02:49.214118"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 16:02:49.215185"], ["updated_at", "2020-11-24 16:02:49.215185"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1018], ["a_decimal", 2.54698211838856], ["a_string", "Ea quidem nesciunt."], ["a_unique_value", 9], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "84vgtjN91V@hotmail.com"], ["created_at", "2020-11-24 16:02:49.219425"], ["updated_at", "2020-11-24 16:02:49.219425"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1007], ["a_decimal", 16.1995324957006], ["a_string", "Nulla voluptas est."], ["a_unique_value", 4], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "oDndWXI12H@gmail.com"], ["created_at", "2020-11-24 16:02:49.223595"], ["updated_at", "2020-11-24 16:02:49.223595"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 6.36378925428175], ["a_string", "Quam harum quae non."], ["a_unique_value", 7], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "EnCovvfISX@gmail.com"], ["created_at", "2020-11-24 16:02:49.227593"], ["updated_at", "2020-11-24 16:02:49.227593"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 0.210424922403944], ["a_string", "Modi adipisci incidunt placeat ducimus."], ["a_unique_value", 5], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "Fbnz1bqI7s@gmail.com"], ["created_at", "2020-11-24 16:02:49.231545"], ["updated_at", "2020-11-24 16:02:49.231545"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1008], ["a_decimal", 2.86353154881885], ["a_string", "Illo quo quos ut beatae enim."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "uMZZVkhoZ4@hotmail.com"], ["created_at", "2020-11-24 16:02:49.235482"], ["updated_at", "2020-11-24 16:02:49.235482"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 6.19809774242316], ["a_string", "In ea voluptatem facilis."], ["a_unique_value", 8], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "vmNEFuWzjq@gmail.com"], ["created_at", "2020-11-24 16:02:49.239439"], ["updated_at", "2020-11-24 16:02:49.239439"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1031], ["a_decimal", 0.263200426618611], ["a_string", "Quasi sed aperiam tempore dolores."], ["a_unique_value", 10], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "Y_zircmCp8@gmail.com"], ["created_at", "2020-11-24 16:02:49.243348"], ["updated_at", "2020-11-24 16:02:49.243348"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1016], ["a_decimal", 0.20660293603102], ["a_string", "Qui totam odio quia."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "vpqXyM1F0u@gmail.com"], ["created_at", "2020-11-24 16:02:49.247238"], ["updated_at", "2020-11-24 16:02:49.247238"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.263539"], ["updated_at", "2020-11-24 16:02:49.263539"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.264491"], ["updated_at", "2020-11-24 16:02:49.264491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.265186"], ["updated_at", "2020-11-24 16:02:49.265186"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.265784"], ["updated_at", "2020-11-24 16:02:49.265784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.266373"], ["updated_at", "2020-11-24 16:02:49.266373"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.266983"], ["updated_at", "2020-11-24 16:02:49.266983"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.267567"], ["updated_at", "2020-11-24 16:02:49.267567"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.268165"], ["updated_at", "2020-11-24 16:02:49.268165"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:02:49.268799"], ["updated_at", "2020-11-24 16:02:49.268799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:02:49.269461"], ["updated_at", "2020-11-24 16:02:49.269461"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:02:49.270102"], ["updated_at", "2020-11-24 16:02:49.270102"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:02:49.270736"], ["updated_at", "2020-11-24 16:02:49.270736"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:02:49.271365"], ["updated_at", "2020-11-24 16:02:49.271365"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:02:49.272017"], ["updated_at", "2020-11-24 16:02:49.272017"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:02:49.272658"], ["updated_at", "2020-11-24 16:02:49.272658"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:02:49.273293"], ["updated_at", "2020-11-24 16:02:49.273293"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 16:02:49.274558"], ["updated_at", "2020-11-24 16:02:49.274558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 16:02:49.275838"], ["updated_at", "2020-11-24 16:02:49.275838"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 16:02:49.276982"], ["updated_at", "2020-11-24 16:02:49.276982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 16:02:49.278103"], ["updated_at", "2020-11-24 16:02:49.278103"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 16:02:49.279265"], ["updated_at", "2020-11-24 16:02:49.279265"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 16:02:49.280422"], ["updated_at", "2020-11-24 16:02:49.280422"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.9ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 16:02:49.289351"], ["updated_at", "2020-11-24 16:02:49.289351"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 16:02:49.291831"], ["updated_at", "2020-11-24 16:02:49.291831"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 16:02:49.293890"], ["updated_at", "2020-11-24 16:02:49.293890"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 1], ["created_at", "2020-11-24 16:02:49.295788"], ["updated_at", "2020-11-24 16:02:49.295788"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 6], ["created_at", "2020-11-24 16:02:49.297623"], ["updated_at", "2020-11-24 16:02:49.297623"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 7], ["created_at", "2020-11-24 16:02:49.299429"], ["updated_at", "2020-11-24 16:02:49.299429"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-24 16:02:49.301241"], ["updated_at", "2020-11-24 16:02:49.301241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-24 16:02:49.303085"], ["updated_at", "2020-11-24 16:02:49.303085"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-24 16:02:49.304889"], ["updated_at", "2020-11-24 16:02:49.304889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 6], ["created_at", "2020-11-24 16:02:49.306650"], ["updated_at", "2020-11-24 16:02:49.306650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 27], ["a_decimal", 4.00796100825123], ["a_string", "Sit quidem aspernatur."], ["a_date", "2020-11-02"], ["a_time", "2000-01-01 14:35:43.553973"], ["a_datetime", "2020-12-12 21:07:44.299972"], ["created_at", "2020-11-24 16:02:49.341336"], ["updated_at", "2020-11-24 16:02:49.341336"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 10], ["a_decimal", 8.62660486295704], ["a_string", "Pariatur repudiandae quia."], ["a_date", "2020-12-22"], ["a_time", "2000-01-01 02:20:54.511401"], ["a_datetime", "2020-11-18 21:42:53.470277"], ["created_at", "2020-11-24 16:02:49.345725"], ["updated_at", "2020-11-24 16:02:49.345725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 26], ["a_decimal", 25.4163623105515], ["a_string", "Ipsum aspernatur ratione laboriosam dignissimos numquam."], ["a_date", "2021-01-02"], ["a_time", "2000-01-01 14:40:37.786351"], ["a_datetime", "2020-12-14 17:09:24.238122"], ["created_at", "2020-11-24 16:02:49.348709"], ["updated_at", "2020-11-24 16:02:49.348709"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 27], ["a_decimal", 9.06964353203634], ["a_string", "Nihil repellat aut magnam quia nihil."], ["a_date", "2020-12-01"], ["a_time", "2000-01-01 05:23:56.465548"], ["a_datetime", "2020-11-04 09:57:09.729019"], ["created_at", "2020-11-24 16:02:49.353237"], ["updated_at", "2020-11-24 16:02:49.353237"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 18], ["a_decimal", 6.49135714715157], ["a_string", "Ipsam quidem explicabo perferendis et sed."], ["a_date", "2020-11-13"], ["a_time", "2000-01-01 03:29:29.651816"], ["a_datetime", "2020-10-24 13:59:00.363751"], ["created_at", "2020-11-24 16:02:49.356453"], ["updated_at", "2020-11-24 16:02:49.356453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 4], ["a_decimal", 28.8848166107443], ["a_string", "Temporibus ut aspernatur."], ["a_date", "2020-12-13"], ["a_time", "2000-01-01 22:35:06.273884"], ["a_datetime", "2020-12-19 16:08:11.603191"], ["created_at", "2020-11-24 16:02:49.359755"], ["updated_at", "2020-11-24 16:02:49.359755"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.363103"], ["updated_at", "2020-11-24 16:02:49.363103"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.392351"], ["updated_at", "2020-11-24 16:02:49.392351"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.395087"], ["updated_at", "2020-11-24 16:02:49.395087"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.397096"], ["updated_at", "2020-11-24 16:02:49.397096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.398659"], ["updated_at", "2020-11-24 16:02:49.398659"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.399958"], ["updated_at", "2020-11-24 16:02:49.399958"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.401245"], ["updated_at", "2020-11-24 16:02:49.401245"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.402736"], ["updated_at", "2020-11-24 16:02:49.402736"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.404987"], ["updated_at", "2020-11-24 16:02:49.404987"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 22], ["a_decimal", 6.72117803168435], ["a_string", "Illo praesentium illum rerum sunt."], ["a_date", "2020-11-21"], ["a_time", "2000-01-01 15:14:06.948133"], ["a_datetime", "2020-12-12 13:38:49.491870"], ["created_at", "2020-11-24 16:02:49.409069"], ["updated_at", "2020-11-24 16:02:49.409069"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 10], ["a_decimal", 9.06567412693275], ["a_string", "Et ullam quo unde delectus voluptate."], ["a_date", "2020-11-14"], ["a_time", "2000-01-01 13:30:54.486899"], ["a_datetime", "2020-11-05 10:15:43.717236"], ["created_at", "2020-11-24 16:02:49.413420"], ["updated_at", "2020-11-24 16:02:49.413420"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 5], ["a_decimal", 0.951105663549625], ["a_string", "Ut molestias quaerat pariatur accusamus voluptatem."], ["a_date", "2020-12-20"], ["a_time", "2000-01-01 04:09:06.689505"], ["a_datetime", "2020-11-01 02:49:57.752376"], ["created_at", "2020-11-24 16:02:49.416534"], ["updated_at", "2020-11-24 16:02:49.416534"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 4], ["a_decimal", 5.68508634120053], ["a_string", "At dolor fuga."], ["a_date", "2020-12-01"], ["a_time", "2000-01-01 12:23:22.128926"], ["a_datetime", "2020-12-15 23:56:59.154323"], ["created_at", "2020-11-24 16:02:49.419334"], ["updated_at", "2020-11-24 16:02:49.419334"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 0], ["a_decimal", 9.60491562212887], ["a_string", "Eius et voluptatem porro."], ["a_date", "2020-10-17"], ["a_time", "2000-01-01 15:27:24.898802"], ["a_datetime", "2020-11-17 21:10:37.333376"], ["created_at", "2020-11-24 16:02:49.422272"], ["updated_at", "2020-11-24 16:02:49.422272"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 0], ["a_decimal", 11.0097086904446], ["a_string", "Possimus enim vel omnis."], ["a_date", "2020-11-18"], ["a_time", "2000-01-01 15:03:07.348631"], ["a_datetime", "2020-12-31 00:32:14.607075"], ["created_at", "2020-11-24 16:02:49.424830"], ["updated_at", "2020-11-24 16:02:49.424830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 8], ["a_decimal", 2.48565972810767], ["a_string", "Accusantium provident vero quisquam suscipit."], ["a_date", "2020-12-27"], ["a_time", "2000-01-01 11:31:58.807468"], ["a_datetime", "2020-11-12 12:17:55.724889"], ["created_at", "2020-11-24 16:02:49.427325"], ["updated_at", "2020-11-24 16:02:49.427325"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1], ["a_decimal", 12.8686844158486], ["a_string", "Laborum necessitatibus culpa."], ["a_date", "2020-11-14"], ["a_time", "2000-01-01 10:23:07.679305"], ["a_datetime", "2020-12-16 17:39:14.720595"], ["created_at", "2020-11-24 16:02:49.429862"], ["updated_at", "2020-11-24 16:02:49.429862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 16:02:49.431704"], ["updated_at", "2020-11-24 16:02:49.431704"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 16:02:49.433043"], ["updated_at", "2020-11-24 16:02:49.433043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 16:02:49.434258"], ["updated_at", "2020-11-24 16:02:49.434258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 16:02:49.435454"], ["updated_at", "2020-11-24 16:02:49.435454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 16:02:49.436677"], ["updated_at", "2020-11-24 16:02:49.436677"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 16:02:49.437871"], ["updated_at", "2020-11-24 16:02:49.437871"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 16:02:49.439064"], ["updated_at", "2020-11-24 16:02:49.439064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:02:49.440263"], ["updated_at", "2020-11-24 16:02:49.440263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 16:02:49.441555"], ["updated_at", "2020-11-24 16:02:49.441555"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 16:02:49.442716"], ["updated_at", "2020-11-24 16:02:49.442716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 16:02:49.443809"], ["updated_at", "2020-11-24 16:02:49.443809"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 16:02:49.444909"], ["updated_at", "2020-11-24 16:02:49.444909"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:02:49.446012"], ["updated_at", "2020-11-24 16:02:49.446012"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 16:02:49.447101"], ["updated_at", "2020-11-24 16:02:49.447101"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 16:02:49.448177"], ["updated_at", "2020-11-24 16:02:49.448177"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 16:02:49.449240"], ["updated_at", "2020-11-24 16:02:49.449240"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 9.19314508070601], ["a_string", "In ab eos eligendi."], ["a_unique_value", 1], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "SJvedEEJqX@hotmail.com"], ["created_at", "2020-11-24 16:02:49.453523"], ["updated_at", "2020-11-24 16:02:49.453523"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", -0.623829427549029], ["a_string", "Incidunt nam a quae aut dolorem."], ["a_unique_value", 6], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "kk7J8tdhBg@hotmail.com"], ["created_at", "2020-11-24 16:02:49.457709"], ["updated_at", "2020-11-24 16:02:49.457709"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1033], ["a_decimal", 3.16952478795955], ["a_string", "Dolor quos aut ut porro."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "wMI6XHcGDs@gmail.com"], ["created_at", "2020-11-24 16:02:49.461730"], ["updated_at", "2020-11-24 16:02:49.461730"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1016], ["a_decimal", 14.5775553048708], ["a_string", "Vitae ad perferendis ducimus amet."], ["a_unique_value", 9], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "RqVPAVSmEl@gmail.com"], ["created_at", "2020-11-24 16:02:49.465656"], ["updated_at", "2020-11-24 16:02:49.465656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 2.37752308833258], ["a_string", "Consequatur dolor quis sint."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "YgFsMIY7Wf@hotmail.com"], ["created_at", "2020-11-24 16:02:49.469520"], ["updated_at", "2020-11-24 16:02:49.469520"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (1.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1027], ["a_decimal", 15.5151668732569], ["a_string", "Quisquam voluptatem quaerat."], ["a_unique_value", 8], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "HXTRaS2Eg7@gmail.com"], ["created_at", "2020-11-24 16:02:49.482482"], ["updated_at", "2020-11-24 16:02:49.482482"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1021], ["a_decimal", 1.78528961166263], ["a_string", "Dolorem rerum sint mollitia."], ["a_unique_value", 4], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "75kPBC49H3@gmail.com"], ["created_at", "2020-11-24 16:02:49.487751"], ["updated_at", "2020-11-24 16:02:49.487751"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1006], ["a_decimal", 4.31079883895137], ["a_string", "Cupiditate nihil a dolor."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "OscR77_EtA@gmail.com"], ["created_at", "2020-11-24 16:02:49.492624"], ["updated_at", "2020-11-24 16:02:49.492624"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.510795"], ["updated_at", "2020-11-24 16:02:49.510795"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.511591"], ["updated_at", "2020-11-24 16:02:49.511591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.512241"], ["updated_at", "2020-11-24 16:02:49.512241"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.512860"], ["updated_at", "2020-11-24 16:02:49.512860"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.513471"], ["updated_at", "2020-11-24 16:02:49.513471"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.514081"], ["updated_at", "2020-11-24 16:02:49.514081"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.514699"], ["updated_at", "2020-11-24 16:02:49.514699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:02:49.515308"], ["updated_at", "2020-11-24 16:02:49.515308"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:02:49.515958"], ["updated_at", "2020-11-24 16:02:49.515958"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:02:49.516618"], ["updated_at", "2020-11-24 16:02:49.516618"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:02:49.517243"], ["updated_at", "2020-11-24 16:02:49.517243"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:02:49.517866"], ["updated_at", "2020-11-24 16:02:49.517866"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:02:49.518489"], ["updated_at", "2020-11-24 16:02:49.518489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:02:49.519112"], ["updated_at", "2020-11-24 16:02:49.519112"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:02:49.519735"], ["updated_at", "2020-11-24 16:02:49.519735"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:02:49.520370"], ["updated_at", "2020-11-24 16:02:49.520370"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 16:02:49.521691"], ["updated_at", "2020-11-24 16:02:49.521691"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 16:02:49.523424"], ["updated_at", "2020-11-24 16:02:49.523424"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 16:02:49.524651"], ["updated_at", "2020-11-24 16:02:49.524651"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 16:02:49.525762"], ["updated_at", "2020-11-24 16:02:49.525762"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 16:02:49.526869"], ["updated_at", "2020-11-24 16:02:49.526869"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 16:02:49.528039"], ["updated_at", "2020-11-24 16:02:49.528039"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 16:02:49.529179"], ["updated_at", "2020-11-24 16:02:49.529179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 16:02:49.530293"], ["updated_at", "2020-11-24 16:02:49.530293"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 5], ["created_at", "2020-11-24 16:02:49.531869"], ["updated_at", "2020-11-24 16:02:49.531869"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 5], ["created_at", "2020-11-24 16:02:49.533406"], ["updated_at", "2020-11-24 16:02:49.533406"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 5], ["created_at", "2020-11-24 16:02:49.534902"], ["updated_at", "2020-11-24 16:02:49.534902"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 3], ["created_at", "2020-11-24 16:02:49.536420"], ["updated_at", "2020-11-24 16:02:49.536420"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 6], ["created_at", "2020-11-24 16:02:49.537939"], ["updated_at", "2020-11-24 16:02:49.537939"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 7], ["created_at", "2020-11-24 16:02:49.539419"], ["updated_at", "2020-11-24 16:02:49.539419"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 6], ["created_at", "2020-11-24 16:02:49.540910"], ["updated_at", "2020-11-24 16:02:49.540910"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 8], ["created_at", "2020-11-24 16:02:49.542409"], ["updated_at", "2020-11-24 16:02:49.542409"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.0ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.4ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.4ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.4ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1027], ["a_decimal", 1.60421076066687], ["a_string", "Occaecati ea sit impedit sit."], ["a_unique_value", 7], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "kpsqdTwIf1@hotmail.com"], ["created_at", "2020-11-24 16:09:33.209365"], ["updated_at", "2020-11-24 16:09:33.209365"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1026], ["a_decimal", 10.790983429194], ["a_string", "Magni quo aut laboriosam."], ["a_unique_value", 10], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "8JwDUFpSL9@hotmail.com"], ["created_at", "2020-11-24 16:09:33.213913"], ["updated_at", "2020-11-24 16:09:33.213913"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 3.63156538497407], ["a_string", "Eligendi voluptatem eius nulla fuga praesentium."], ["a_unique_value", 5], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "5pP7lqDEeX@hotmail.com"], ["created_at", "2020-11-24 16:09:33.218095"], ["updated_at", "2020-11-24 16:09:33.218095"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1008], ["a_decimal", 6.48562889554154], ["a_string", "Blanditiis sed consequatur."], ["a_unique_value", 9], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "FHt21K2fWE@hotmail.com"], ["created_at", "2020-11-24 16:09:33.222209"], ["updated_at", "2020-11-24 16:09:33.222209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 0.707351308661905], ["a_string", "Harum fugit suscipit."], ["a_unique_value", 3], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "PWvM2rsNg0@gmail.com"], ["created_at", "2020-11-24 16:09:33.226269"], ["updated_at", "2020-11-24 16:09:33.226269"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1019], ["a_decimal", 9.21740825792035], ["a_string", "Et deleniti fugit rerum."], ["a_unique_value", 2], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "DRSlGsy22H@gmail.com"], ["created_at", "2020-11-24 16:09:33.230367"], ["updated_at", "2020-11-24 16:09:33.230367"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1003], ["a_decimal", 16.9237150756109], ["a_string", "Et voluptates nihil adipisci quos."], ["a_unique_value", 8], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "UQAOcVlSUc@hotmail.com"], ["created_at", "2020-11-24 16:09:33.234376"], ["updated_at", "2020-11-24 16:09:33.234376"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1003], ["a_decimal", 11.3379526241786], ["a_string", "Error perspiciatis ea harum."], ["a_unique_value", 4], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "JLQOtyCqHi@gmail.com"], ["created_at", "2020-11-24 16:09:33.238435"], ["updated_at", "2020-11-24 16:09:33.238435"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1028], ["a_decimal", 8.04596854034215], ["a_string", "Voluptatibus necessitatibus accusantium et."], ["a_unique_value", 1], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "oWgikO865y@hotmail.com"], ["created_at", "2020-11-24 16:09:33.242535"], ["updated_at", "2020-11-24 16:09:33.242535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1008], ["a_decimal", 10.9944367582797], ["a_string", "Illo porro voluptatem."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "ZRZtAavrrw@hotmail.com"], ["created_at", "2020-11-24 16:09:33.246864"], ["updated_at", "2020-11-24 16:09:33.246864"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 10.6184818524845], ["a_string", "Nihil accusamus et et."], ["a_unique_value", 10], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "gdwgOjacl6@gmail.com"], ["created_at", "2020-11-24 16:09:33.266330"], ["updated_at", "2020-11-24 16:09:33.266330"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1017], ["a_decimal", 2.31519913726857], ["a_string", "Suscipit numquam voluptas magni."], ["a_unique_value", 4], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "h3jVjyyd9c@hotmail.com"], ["created_at", "2020-11-24 16:09:33.272121"], ["updated_at", "2020-11-24 16:09:33.272121"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1006], ["a_decimal", 15.0310202896548], ["a_string", "Amet nobis impedit recusandae excepturi."], ["a_unique_value", 2], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "5UBOd0xVX0@gmail.com"], ["created_at", "2020-11-24 16:09:33.277060"], ["updated_at", "2020-11-24 16:09:33.277060"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 28.2534734380087], ["a_string", "Aut nobis autem."], ["a_unique_value", 7], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "3BXrvZmlYg@gmail.com"], ["created_at", "2020-11-24 16:09:33.282064"], ["updated_at", "2020-11-24 16:09:33.282064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1008], ["a_decimal", 1.83432950768161], ["a_string", "Facere nemo quibusdam voluptatem."], ["a_unique_value", 5], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "VW3Cm3w2rv@hotmail.com"], ["created_at", "2020-11-24 16:09:33.286917"], ["updated_at", "2020-11-24 16:09:33.286917"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1007], ["a_decimal", 11.2558920312874], ["a_string", "Ut ipsam voluptatem aut laudantium iusto."], ["a_unique_value", 3], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "4zDOPSthZx@hotmail.com"], ["created_at", "2020-11-24 16:09:33.291937"], ["updated_at", "2020-11-24 16:09:33.291937"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1009], ["a_decimal", 5.82974410027962], ["a_string", "Rerum dolor qui."], ["a_unique_value", 9], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "XYNuu05sfe@gmail.com"], ["created_at", "2020-11-24 16:09:33.296563"], ["updated_at", "2020-11-24 16:09:33.296563"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 0.529011526311699], ["a_string", "Qui sed voluptas facilis quia similique."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "iuRR7Je5hn@hotmail.com"], ["created_at", "2020-11-24 16:09:33.301152"], ["updated_at", "2020-11-24 16:09:33.301152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1003], ["a_decimal", 7.33309214318766], ["a_string", "Et deserunt velit recusandae esse."], ["a_unique_value", 6], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "WuNPkgDYIz@hotmail.com"], ["created_at", "2020-11-24 16:09:33.305353"], ["updated_at", "2020-11-24 16:09:33.305353"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1019], ["a_decimal", 5.84326239768142], ["a_string", "Quod sed qui."], ["a_unique_value", 8], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "hKpbvaiCS8@gmail.com"], ["created_at", "2020-11-24 16:09:33.309560"], ["updated_at", "2020-11-24 16:09:33.309560"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1018], ["a_decimal", 1.37046299254236], ["a_string", "Eos tempora autem illum molestiae pariatur."], ["a_unique_value", 8], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "xFe_1AwhuU@hotmail.com"], ["created_at", "2020-11-24 16:09:33.315501"], ["updated_at", "2020-11-24 16:09:33.315501"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1031], ["a_decimal", 4.48446965978281], ["a_string", "Quaerat molestiae blanditiis delectus eveniet."], ["a_unique_value", 10], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "3q96Y8l7Qp@hotmail.com"], ["created_at", "2020-11-24 16:09:33.321399"], ["updated_at", "2020-11-24 16:09:33.321399"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 5.75755789093135], ["a_string", "Id ducimus ad eos quia."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "FnAe_qRCSx@hotmail.com"], ["created_at", "2020-11-24 16:09:33.326498"], ["updated_at", "2020-11-24 16:09:33.326498"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1012], ["a_decimal", 0.677659717922914], ["a_string", "Accusantium exercitationem maiores facilis molestiae."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "C7KutZaP7Z@hotmail.com"], ["created_at", "2020-11-24 16:09:33.331011"], ["updated_at", "2020-11-24 16:09:33.331011"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1011], ["a_decimal", 2.51018586441563], ["a_string", "Eos dolores voluptate sunt nam."], ["a_unique_value", 1], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "AUfGi_e70L@hotmail.com"], ["created_at", "2020-11-24 16:09:33.335996"], ["updated_at", "2020-11-24 16:09:33.335996"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1026], ["a_decimal", 12.4014015356253], ["a_string", "Soluta qui voluptatibus reprehenderit ea assumenda."], ["a_unique_value", 4], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "t8mWqMmSml@hotmail.com"], ["created_at", "2020-11-24 16:09:33.340844"], ["updated_at", "2020-11-24 16:09:33.340844"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1032], ["a_decimal", 0.358174536030631], ["a_string", "Est quasi natus."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "A0igr1T4KZ@hotmail.com"], ["created_at", "2020-11-24 16:09:33.345670"], ["updated_at", "2020-11-24 16:09:33.345670"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1017], ["a_decimal", 19.7626185078626], ["a_string", "Voluptatibus incidunt ea quae molestiae molestias."], ["a_unique_value", 9], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "4815EC_CH1@gmail.com"], ["created_at", "2020-11-24 16:09:33.350600"], ["updated_at", "2020-11-24 16:09:33.350600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1021], ["a_decimal", 2.09701097266879], ["a_string", "Dolores sequi laboriosam eos nemo."], ["a_unique_value", 5], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "XH0foVGTAJ@hotmail.com"], ["created_at", "2020-11-24 16:09:33.355591"], ["updated_at", "2020-11-24 16:09:33.355591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1007], ["a_decimal", 19.0127951055123], ["a_string", "Qui rerum non molestias sit."], ["a_unique_value", 2], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "93X0MKblC9@hotmail.com"], ["created_at", "2020-11-24 16:09:33.360371"], ["updated_at", "2020-11-24 16:09:33.360371"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 7.56944351273439], ["a_string", "Placeat corrupti ea porro."], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "chMS9Q2Onp@hotmail.com"], ["created_at", "2020-11-24 16:09:33.399500"], ["updated_at", "2020-11-24 16:09:33.399500"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1029], ["a_decimal", 10.3767658962261], ["a_string", "Nesciunt atque cumque."], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "995faIuS4Q@gmail.com"], ["created_at", "2020-11-24 16:09:33.438099"], ["updated_at", "2020-11-24 16:09:33.438099"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1007], ["a_decimal", 1.79430687574143], ["a_string", "Earum eum consequatur."], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "8qM6VlNPnC@gmail.com"], ["created_at", "2020-11-24 16:09:33.486495"], ["updated_at", "2020-11-24 16:09:33.486495"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1004], ["a_decimal", 18.6253569596675], ["a_string", "Aut ut eligendi dolore assumenda."], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "wBvIXIPT07@gmail.com"], ["created_at", "2020-11-24 16:09:33.525358"], ["updated_at", "2020-11-24 16:09:33.525358"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1008], ["a_decimal", 3.26667949419898], ["a_string", "Earum fugit excepturi eveniet aut."], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "f6cfhZcAls@gmail.com"], ["created_at", "2020-11-24 16:09:33.564247"], ["updated_at", "2020-11-24 16:09:33.564247"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1010], ["a_decimal", 10.7711289226254], ["a_string", "Autem mollitia aut hic quia."], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "708qlzqHWd@gmail.com"], ["created_at", "2020-11-24 16:09:33.602528"], ["updated_at", "2020-11-24 16:09:33.602528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1007], ["a_decimal", 27.501268392042], ["a_string", "Quo asperiores rerum consequatur."], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "N_Gg04v1zE@gmail.com"], ["created_at", "2020-11-24 16:09:33.647317"], ["updated_at", "2020-11-24 16:09:33.647317"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1011], ["a_decimal", 4.11763286192591], ["a_string", "Omnis error cumque."], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "QgPnP3v94E@hotmail.com"], ["created_at", "2020-11-24 16:09:33.686368"], ["updated_at", "2020-11-24 16:09:33.686368"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1004], ["a_decimal", 4.40785559963337], ["a_string", "Laborum amet veniam dolorum dolor."], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "x5Hd9MVcfM@gmail.com"], ["created_at", "2020-11-24 16:09:33.725149"], ["updated_at", "2020-11-24 16:09:33.725149"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1006], ["a_decimal", 6.59446377353267], ["a_string", "Rerum occaecati necessitatibus."], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "lBvo2hyL9s@hotmail.com"], ["created_at", "2020-11-24 16:09:33.763919"], ["updated_at", "2020-11-24 16:09:33.763919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.3ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:33.811863"], ["updated_at", "2020-11-24 16:09:33.811863"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 7], ["a_decimal", 2.27381639947767], ["a_string", "Sit molestiae ex dicta dolorem."], ["a_date", "2020-12-05"], ["a_time", "2000-01-01 05:57:11.983587"], ["a_datetime", "2021-01-03 07:58:47.253619"], ["created_at", "2020-11-24 16:09:33.822940"], ["updated_at", "2020-11-24 16:09:33.822940"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:09:33.827845"], ["updated_at", "2020-11-24 16:09:33.827845"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:09:33.832622"], ["updated_at", "2020-11-24 16:09:33.832622"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1003], ["a_decimal", 34.3962014575402], ["a_string", "Occaecati voluptatibus eligendi consequatur reprehenderit."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "eBU5CRCjUV@gmail.com"], ["created_at", "2020-11-24 16:09:33.837737"], ["updated_at", "2020-11-24 16:09:33.837737"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:33.847909"], ["updated_at", "2020-11-24 16:09:33.847909"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:33.861662"], ["updated_at", "2020-11-24 16:09:33.861662"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 16:09:33.868458"], ["updated_at", "2020-11-24 16:09:33.868458"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 16:09:33.876074"], ["updated_at", "2020-11-24 16:09:33.876074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:33.883907"], ["updated_at", "2020-11-24 16:09:33.883907"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:33.885497"], ["updated_at", "2020-11-24 16:09:33.885497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:33.887218"], ["updated_at", "2020-11-24 16:09:33.887218"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:33.889307"], ["updated_at", "2020-11-24 16:09:33.889307"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:33.891491"], ["updated_at", "2020-11-24 16:09:33.891491"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:33.893684"], ["updated_at", "2020-11-24 16:09:33.893684"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:33.896194"], ["updated_at", "2020-11-24 16:09:33.896194"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:33.898098"], ["updated_at", "2020-11-24 16:09:33.898098"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 0], ["a_decimal", 9.12829995459874], ["a_string", "Et cumque et."], ["a_date", "2020-11-11"], ["a_time", "2000-01-01 00:14:01.666926"], ["a_datetime", "2020-12-28 07:37:28.660876"], ["created_at", "2020-11-24 16:09:33.900977"], ["updated_at", "2020-11-24 16:09:33.900977"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 12], ["a_decimal", 2.15912322386998], ["a_string", "A voluptas sit porro pariatur neque."], ["a_date", "2020-12-12"], ["a_time", "2000-01-01 07:40:58.249995"], ["a_datetime", "2020-12-24 15:15:49.982676"], ["created_at", "2020-11-24 16:09:33.903940"], ["updated_at", "2020-11-24 16:09:33.903940"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 13], ["a_decimal", 5.2172143334806], ["a_string", "Nobis perspiciatis et ducimus voluptatem."], ["a_date", "2020-12-09"], ["a_time", "2000-01-01 06:26:35.177731"], ["a_datetime", "2020-11-15 21:58:33.935687"], ["created_at", "2020-11-24 16:09:33.906893"], ["updated_at", "2020-11-24 16:09:33.906893"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 7], ["a_decimal", 3.96933145376128], ["a_string", "Est aliquam beatae aut quidem."], ["a_date", "2020-11-10"], ["a_time", "2000-01-01 13:22:15.749279"], ["a_datetime", "2020-11-05 14:24:07.912143"], ["created_at", "2020-11-24 16:09:33.909547"], ["updated_at", "2020-11-24 16:09:33.909547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 8], ["a_decimal", 0.190832029422863], ["a_string", "Tempore velit voluptatem consectetur."], ["a_date", "2020-11-16"], ["a_time", "2000-01-01 14:21:01.706527"], ["a_datetime", "2020-11-18 02:42:54.769402"], ["created_at", "2020-11-24 16:09:33.912117"], ["updated_at", "2020-11-24 16:09:33.912117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 18], ["a_decimal", 14.6026014605234], ["a_string", "Consectetur earum placeat et quia."], ["a_date", "2020-11-25"], ["a_time", "2000-01-01 16:44:35.374143"], ["a_datetime", "2020-12-30 15:04:52.918599"], ["created_at", "2020-11-24 16:09:33.914834"], ["updated_at", "2020-11-24 16:09:33.914834"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 4], ["a_decimal", 24.4728803647627], ["a_string", "Eveniet ut delectus ullam inventore."], ["a_date", "2020-12-04"], ["a_time", "2000-01-01 02:55:37.952262"], ["a_datetime", "2020-11-07 09:29:42.997877"], ["created_at", "2020-11-24 16:09:33.917659"], ["updated_at", "2020-11-24 16:09:33.917659"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 0], ["a_decimal", 5.06015853756255], ["a_string", "Omnis ipsam quae."], ["a_date", "2020-10-16"], ["a_time", "2000-01-01 01:43:37.065143"], ["a_datetime", "2020-11-16 20:36:34.340132"], ["created_at", "2020-11-24 16:09:33.920727"], ["updated_at", "2020-11-24 16:09:33.920727"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 16:09:33.922645"], ["updated_at", "2020-11-24 16:09:33.922645"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 16:09:33.923987"], ["updated_at", "2020-11-24 16:09:33.923987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 16:09:33.925296"], ["updated_at", "2020-11-24 16:09:33.925296"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 16:09:33.926533"], ["updated_at", "2020-11-24 16:09:33.926533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 16:09:33.927771"], ["updated_at", "2020-11-24 16:09:33.927771"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 16:09:33.929008"], ["updated_at", "2020-11-24 16:09:33.929008"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 16:09:33.930264"], ["updated_at", "2020-11-24 16:09:33.930264"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 16:09:33.931492"], ["updated_at", "2020-11-24 16:09:33.931492"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 16:09:33.932813"], ["updated_at", "2020-11-24 16:09:33.932813"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 16:09:33.934372"], ["updated_at", "2020-11-24 16:09:33.934372"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 16:09:33.935715"], ["updated_at", "2020-11-24 16:09:33.935715"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 16:09:33.937086"], ["updated_at", "2020-11-24 16:09:33.937086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:09:33.938493"], ["updated_at", "2020-11-24 16:09:33.938493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 16:09:33.939693"], ["updated_at", "2020-11-24 16:09:33.939693"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 16:09:33.940886"], ["updated_at", "2020-11-24 16:09:33.940886"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 16:09:33.942082"], ["updated_at", "2020-11-24 16:09:33.942082"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1020], ["a_decimal", 6.77504094559715], ["a_string", "Ex adipisci ipsam officiis nulla."], ["a_unique_value", 1], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "dd3kRYW86y@hotmail.com"], ["created_at", "2020-11-24 16:09:33.946470"], ["updated_at", "2020-11-24 16:09:33.946470"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1035], ["a_decimal", 4.46015699629817], ["a_string", "Soluta saepe perferendis minus."], ["a_unique_value", 4], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "EHTF7RhQOS@hotmail.com"], ["created_at", "2020-11-24 16:09:33.950916"], ["updated_at", "2020-11-24 16:09:33.950916"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1022], ["a_decimal", 20.2943004219729], ["a_string", "Officia atque voluptatem."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "gwc6ladgjC@gmail.com"], ["created_at", "2020-11-24 16:09:33.955648"], ["updated_at", "2020-11-24 16:09:33.955648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1005], ["a_decimal", 28.1403538858409], ["a_string", "Et in rerum quo."], ["a_unique_value", 9], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "5qMInUKom7@gmail.com"], ["created_at", "2020-11-24 16:09:33.960190"], ["updated_at", "2020-11-24 16:09:33.960190"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1025], ["a_decimal", 5.95161161484473], ["a_string", "Aut alias voluptas corrupti."], ["a_unique_value", 7], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "lASu4yR6Ml@hotmail.com"], ["created_at", "2020-11-24 16:09:33.964240"], ["updated_at", "2020-11-24 16:09:33.964240"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1012], ["a_decimal", 7.99760564934148], ["a_string", "Ab delectus ex quis reiciendis."], ["a_unique_value", 10], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "GOG4gflpNc@gmail.com"], ["created_at", "2020-11-24 16:09:33.968399"], ["updated_at", "2020-11-24 16:09:33.968399"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1010], ["a_decimal", 1.63544704921678], ["a_string", "Rem sit saepe aut."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "_qyhFvlobM@gmail.com"], ["created_at", "2020-11-24 16:09:33.972797"], ["updated_at", "2020-11-24 16:09:33.972797"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1006], ["a_decimal", 6.62439114491861], ["a_string", "Maiores nostrum iure dolor qui."], ["a_unique_value", 5], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "88WXJHlEfw@hotmail.com"], ["created_at", "2020-11-24 16:09:33.976933"], ["updated_at", "2020-11-24 16:09:33.976933"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:33.994752"], ["updated_at", "2020-11-24 16:09:33.994752"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:33.995628"], ["updated_at", "2020-11-24 16:09:33.995628"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:33.996309"], ["updated_at", "2020-11-24 16:09:33.996309"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:33.996926"], ["updated_at", "2020-11-24 16:09:33.996926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:33.997543"], ["updated_at", "2020-11-24 16:09:33.997543"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:33.998136"], ["updated_at", "2020-11-24 16:09:33.998136"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:33.998862"], ["updated_at", "2020-11-24 16:09:33.998862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:33.999674"], ["updated_at", "2020-11-24 16:09:33.999674"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:34.000354"], ["updated_at", "2020-11-24 16:09:34.000354"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:34.001002"], ["updated_at", "2020-11-24 16:09:34.001002"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:34.001614"], ["updated_at", "2020-11-24 16:09:34.001614"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:34.002228"], ["updated_at", "2020-11-24 16:09:34.002228"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:34.002850"], ["updated_at", "2020-11-24 16:09:34.002850"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:34.003571"], ["updated_at", "2020-11-24 16:09:34.003571"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:34.004257"], ["updated_at", "2020-11-24 16:09:34.004257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:34.004882"], ["updated_at", "2020-11-24 16:09:34.004882"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 16:09:34.006197"], ["updated_at", "2020-11-24 16:09:34.006197"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 16:09:34.007384"], ["updated_at", "2020-11-24 16:09:34.007384"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 16:09:34.008550"], ["updated_at", "2020-11-24 16:09:34.008550"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 16:09:34.009640"], ["updated_at", "2020-11-24 16:09:34.009640"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 16:09:34.010768"], ["updated_at", "2020-11-24 16:09:34.010768"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 16:09:34.011836"], ["updated_at", "2020-11-24 16:09:34.011836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 16:09:34.013042"], ["updated_at", "2020-11-24 16:09:34.013042"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 16:09:34.014180"], ["updated_at", "2020-11-24 16:09:34.014180"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 7], ["created_at", "2020-11-24 16:09:34.015991"], ["updated_at", "2020-11-24 16:09:34.015991"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 5], ["created_at", "2020-11-24 16:09:34.017684"], ["updated_at", "2020-11-24 16:09:34.017684"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-24 16:09:34.019173"], ["updated_at", "2020-11-24 16:09:34.019173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-24 16:09:34.020891"], ["updated_at", "2020-11-24 16:09:34.020891"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-24 16:09:34.022491"], ["updated_at", "2020-11-24 16:09:34.022491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 16:09:34.023953"], ["updated_at", "2020-11-24 16:09:34.023953"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 8], ["created_at", "2020-11-24 16:09:34.025420"], ["updated_at", "2020-11-24 16:09:34.025420"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 4], ["created_at", "2020-11-24 16:09:34.026899"], ["updated_at", "2020-11-24 16:09:34.026899"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 9], ["a_decimal", 13.8433512130198], ["a_string", "Blanditiis voluptates reprehenderit ipsa eligendi."], ["a_date", "2020-11-10"], ["a_time", "2000-01-01 07:09:33.470151"], ["a_datetime", "2020-10-25 09:41:05.473639"], ["created_at", "2020-11-24 16:09:34.053506"], ["updated_at", "2020-11-24 16:09:34.053506"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 19], ["a_decimal", 10.8943358411602], ["a_string", "Sapiente occaecati expedita soluta."], ["a_date", "2020-11-18"], ["a_time", "2000-01-01 04:17:29.421759"], ["a_datetime", "2020-12-07 13:37:03.140491"], ["created_at", "2020-11-24 16:09:34.056469"], ["updated_at", "2020-11-24 16:09:34.056469"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 7], ["a_decimal", 20.7945693657703], ["a_string", "Sint aliquid illum id beatae."], ["a_date", "2021-01-05"], ["a_time", "2000-01-01 11:47:44.690717"], ["a_datetime", "2020-12-15 10:19:40.143042"], ["created_at", "2020-11-24 16:09:34.059576"], ["updated_at", "2020-11-24 16:09:34.059576"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 9], ["a_decimal", 5.27550843209551], ["a_string", "Sed sed nam."], ["a_date", "2020-12-09"], ["a_time", "2000-01-01 03:27:33.620183"], ["a_datetime", "2020-10-30 15:12:40.259807"], ["created_at", "2020-11-24 16:09:34.065018"], ["updated_at", "2020-11-24 16:09:34.065018"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 2], ["a_decimal", 22.6312295284105], ["a_string", "Corporis consequuntur officia quia."], ["a_date", "2020-10-18"], ["a_time", "2000-01-01 00:23:12.824976"], ["a_datetime", "2020-10-25 18:06:09.286704"], ["created_at", "2020-11-24 16:09:34.068130"], ["updated_at", "2020-11-24 16:09:34.068130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 4], ["a_decimal", -0.330762534901981], ["a_string", "Et sit excepturi."], ["a_date", "2020-10-25"], ["a_time", "2000-01-01 01:47:33.219243"], ["a_datetime", "2020-10-21 07:17:45.877847"], ["created_at", "2020-11-24 16:09:34.070897"], ["updated_at", "2020-11-24 16:09:34.070897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:34.073719"], ["updated_at", "2020-11-24 16:09:34.073719"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:34.103464"], ["updated_at", "2020-11-24 16:09:34.103464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:34.105206"], ["updated_at", "2020-11-24 16:09:34.105206"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:34.106864"], ["updated_at", "2020-11-24 16:09:34.106864"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:34.108476"], ["updated_at", "2020-11-24 16:09:34.108476"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:34.110705"], ["updated_at", "2020-11-24 16:09:34.110705"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:34.112822"], ["updated_at", "2020-11-24 16:09:34.112822"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:34.114587"], ["updated_at", "2020-11-24 16:09:34.114587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:34.116167"], ["updated_at", "2020-11-24 16:09:34.116167"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 0], ["a_decimal", 10.1753581672841], ["a_string", "Excepturi ea officia neque nihil aperiam."], ["a_date", "2020-12-30"], ["a_time", "2000-01-01 04:47:32.616284"], ["a_datetime", "2020-11-28 06:52:00.891706"], ["created_at", "2020-11-24 16:09:34.118866"], ["updated_at", "2020-11-24 16:09:34.118866"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 11], ["a_decimal", 34.1784718451855], ["a_string", "Iure et ut impedit."], ["a_date", "2020-10-28"], ["a_time", "2000-01-01 17:16:10.050287"], ["a_datetime", "2020-12-09 10:12:58.824263"], ["created_at", "2020-11-24 16:09:34.121837"], ["updated_at", "2020-11-24 16:09:34.121837"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 3], ["a_decimal", 9.91230419437579], ["a_string", "Animi exercitationem neque tempore magnam."], ["a_date", "2020-12-20"], ["a_time", "2000-01-01 21:02:51.603560"], ["a_datetime", "2020-11-04 01:10:58.872653"], ["created_at", "2020-11-24 16:09:34.124918"], ["updated_at", "2020-11-24 16:09:34.124918"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 0], ["a_decimal", 22.9459131516633], ["a_string", "Error et labore est quibusdam."], ["a_date", "2020-11-04"], ["a_time", "2000-01-01 09:36:22.329062"], ["a_datetime", "2020-11-27 20:49:02.916344"], ["created_at", "2020-11-24 16:09:34.127649"], ["updated_at", "2020-11-24 16:09:34.127649"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 14], ["a_decimal", 0.717748777203593], ["a_string", "Aut alias ab consequatur mollitia."], ["a_date", "2020-11-28"], ["a_time", "2000-01-01 08:26:38.652974"], ["a_datetime", "2020-11-02 09:08:47.070476"], ["created_at", "2020-11-24 16:09:34.130256"], ["updated_at", "2020-11-24 16:09:34.130256"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 7], ["a_decimal", 14.6954598313797], ["a_string", "Consequatur ipsum qui."], ["a_date", "2020-10-13"], ["a_time", "2000-01-01 07:44:31.768432"], ["a_datetime", "2020-12-22 16:56:26.852439"], ["created_at", "2020-11-24 16:09:34.132895"], ["updated_at", "2020-11-24 16:09:34.132895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 5], ["a_decimal", 1.66726995625678], ["a_string", "Amet quasi magni."], ["a_date", "2020-12-04"], ["a_time", "2000-01-01 12:16:06.352592"], ["a_datetime", "2020-10-24 03:48:48.965027"], ["created_at", "2020-11-24 16:09:34.135763"], ["updated_at", "2020-11-24 16:09:34.135763"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (1.4ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 29], ["a_decimal", 36.3882970326573], ["a_string", "Ad quia pariatur."], ["a_date", "2020-11-01"], ["a_time", "2000-01-01 12:04:43.402903"], ["a_datetime", "2020-11-27 11:37:10.335762"], ["created_at", "2020-11-24 16:09:34.138631"], ["updated_at", "2020-11-24 16:09:34.138631"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 16:09:34.153595"], ["updated_at", "2020-11-24 16:09:34.153595"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:09:34.155528"], ["updated_at", "2020-11-24 16:09:34.155528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 16:09:34.157386"], ["updated_at", "2020-11-24 16:09:34.157386"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 16:09:34.158927"], ["updated_at", "2020-11-24 16:09:34.158927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 16:09:34.160438"], ["updated_at", "2020-11-24 16:09:34.160438"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 16:09:34.161890"], ["updated_at", "2020-11-24 16:09:34.161890"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 16:09:34.163354"], ["updated_at", "2020-11-24 16:09:34.163354"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 16:09:34.164904"], ["updated_at", "2020-11-24 16:09:34.164904"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:09:34.166518"], ["updated_at", "2020-11-24 16:09:34.166518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:09:34.168202"], ["updated_at", "2020-11-24 16:09:34.168202"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 16:09:34.169678"], ["updated_at", "2020-11-24 16:09:34.169678"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 16:09:34.171123"], ["updated_at", "2020-11-24 16:09:34.171123"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 16:09:34.172533"], ["updated_at", "2020-11-24 16:09:34.172533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 16:09:34.173934"], ["updated_at", "2020-11-24 16:09:34.173934"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 16:09:34.175299"], ["updated_at", "2020-11-24 16:09:34.175299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 16:09:34.176669"], ["updated_at", "2020-11-24 16:09:34.176669"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1025], ["a_decimal", 3.88636220326675], ["a_string", "Magnam amet tenetur."], ["a_unique_value", 9], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "RTrNYfHMOE@hotmail.com"], ["created_at", "2020-11-24 16:09:34.181819"], ["updated_at", "2020-11-24 16:09:34.181819"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1026], ["a_decimal", 23.9981892478915], ["a_string", "Id quis sed accusamus placeat dolor."], ["a_unique_value", 2], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "OCSSM_KNwX@hotmail.com"], ["created_at", "2020-11-24 16:09:34.186810"], ["updated_at", "2020-11-24 16:09:34.186810"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1017], ["a_decimal", 19.8733968342637], ["a_string", "Voluptatem magnam dolorem ducimus hic at."], ["a_unique_value", 3], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "8c4FP0keyB@hotmail.com"], ["created_at", "2020-11-24 16:09:34.191781"], ["updated_at", "2020-11-24 16:09:34.191781"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1023], ["a_decimal", 12.0093111154481], ["a_string", "Architecto perferendis eaque qui rerum."], ["a_unique_value", 4], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "9XNUvrlxZC@hotmail.com"], ["created_at", "2020-11-24 16:09:34.196589"], ["updated_at", "2020-11-24 16:09:34.196589"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 10.9843085881438], ["a_string", "Recusandae ut nostrum aperiam minus id."], ["a_unique_value", 6], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "126TW7xwBs@gmail.com"], ["created_at", "2020-11-24 16:09:34.201271"], ["updated_at", "2020-11-24 16:09:34.201271"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 26.8237501788803], ["a_string", "Voluptatem id ut reiciendis repellendus deleniti."], ["a_unique_value", 8], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "e_PwKX5Xjt@hotmail.com"], ["created_at", "2020-11-24 16:09:34.206193"], ["updated_at", "2020-11-24 16:09:34.206193"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1003], ["a_decimal", 21.5978721087112], ["a_string", "Ea fuga rerum."], ["a_unique_value", 1], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "EQbp0t3OnM@gmail.com"], ["created_at", "2020-11-24 16:09:34.210860"], ["updated_at", "2020-11-24 16:09:34.210860"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1018], ["a_decimal", 36.5093969754011], ["a_string", "Corporis facere tenetur et omnis."], ["a_unique_value", 10], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "3MXBjmoSJy@hotmail.com"], ["created_at", "2020-11-24 16:09:34.215361"], ["updated_at", "2020-11-24 16:09:34.215361"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:34.231523"], ["updated_at", "2020-11-24 16:09:34.231523"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:34.232330"], ["updated_at", "2020-11-24 16:09:34.232330"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:34.232991"], ["updated_at", "2020-11-24 16:09:34.232991"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:34.233631"], ["updated_at", "2020-11-24 16:09:34.233631"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:34.234259"], ["updated_at", "2020-11-24 16:09:34.234259"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:34.234895"], ["updated_at", "2020-11-24 16:09:34.234895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:34.235526"], ["updated_at", "2020-11-24 16:09:34.235526"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:34.236158"], ["updated_at", "2020-11-24 16:09:34.236158"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:34.236855"], ["updated_at", "2020-11-24 16:09:34.236855"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:34.237539"], ["updated_at", "2020-11-24 16:09:34.237539"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:34.238202"], ["updated_at", "2020-11-24 16:09:34.238202"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:34.238857"], ["updated_at", "2020-11-24 16:09:34.238857"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:34.239511"], ["updated_at", "2020-11-24 16:09:34.239511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:34.240177"], ["updated_at", "2020-11-24 16:09:34.240177"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:34.240833"], ["updated_at", "2020-11-24 16:09:34.240833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:34.241491"], ["updated_at", "2020-11-24 16:09:34.241491"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 16:09:34.242807"], ["updated_at", "2020-11-24 16:09:34.242807"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 16:09:34.244032"], ["updated_at", "2020-11-24 16:09:34.244032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 16:09:34.245264"], ["updated_at", "2020-11-24 16:09:34.245264"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 16:09:34.246462"], ["updated_at", "2020-11-24 16:09:34.246462"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 16:09:34.247616"], ["updated_at", "2020-11-24 16:09:34.247616"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 16:09:34.248755"], ["updated_at", "2020-11-24 16:09:34.248755"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 16:09:34.249878"], ["updated_at", "2020-11-24 16:09:34.249878"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 16:09:34.251024"], ["updated_at", "2020-11-24 16:09:34.251024"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 6], ["created_at", "2020-11-24 16:09:34.252632"], ["updated_at", "2020-11-24 16:09:34.252632"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-24 16:09:34.254207"], ["updated_at", "2020-11-24 16:09:34.254207"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-24 16:09:34.255725"], ["updated_at", "2020-11-24 16:09:34.255725"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 6], ["created_at", "2020-11-24 16:09:34.257277"], ["updated_at", "2020-11-24 16:09:34.257277"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-24 16:09:34.258796"], ["updated_at", "2020-11-24 16:09:34.258796"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 1], ["created_at", "2020-11-24 16:09:34.260311"], ["updated_at", "2020-11-24 16:09:34.260311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 4], ["created_at", "2020-11-24 16:09:34.262099"], ["updated_at", "2020-11-24 16:09:34.262099"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-24 16:09:34.264173"], ["updated_at", "2020-11-24 16:09:34.264173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.0ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.3ms) DELETE FROM "alfas";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'alfas';  (2.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.8ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.8ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.2ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1005], ["a_decimal", 21.7073109002117], ["a_string", "Soluta enim deleniti iusto."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "YIFhh2t4w7@gmail.com"], ["created_at", "2020-11-24 16:09:42.616964"], ["updated_at", "2020-11-24 16:09:42.616964"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1008], ["a_decimal", 0.305273599071178], ["a_string", "Sunt quidem nihil non consequatur iste."], ["a_unique_value", 4], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "fbqzlbmQbG@hotmail.com"], ["created_at", "2020-11-24 16:09:42.621836"], ["updated_at", "2020-11-24 16:09:42.621836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 0.891842719371693], ["a_string", "Dolorum nulla quod consequatur dolore et."], ["a_unique_value", 2], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "vQn1Xu_kDH@hotmail.com"], ["created_at", "2020-11-24 16:09:42.634712"], ["updated_at", "2020-11-24 16:09:42.634712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1011], ["a_decimal", 1.57998824071774], ["a_string", "Tempore cupiditate deserunt at incidunt tempora."], ["a_unique_value", 8], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "0R6zkxiDKE@hotmail.com"], ["created_at", "2020-11-24 16:09:42.640010"], ["updated_at", "2020-11-24 16:09:42.640010"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1016], ["a_decimal", 3.24474586484887], ["a_string", "Vitae laudantium id."], ["a_unique_value", 10], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "mGFc7EZSvi@gmail.com"], ["created_at", "2020-11-24 16:09:42.645198"], ["updated_at", "2020-11-24 16:09:42.645198"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 25.1634190093347], ["a_string", "Magnam libero provident."], ["a_unique_value", 5], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "n2hsWqLXTT@hotmail.com"], ["created_at", "2020-11-24 16:09:42.650008"], ["updated_at", "2020-11-24 16:09:42.650008"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1036], ["a_decimal", 3.84583674240696], ["a_string", "Ut ut distinctio omnis illo et."], ["a_unique_value", 7], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "sWYEgHTk_G@hotmail.com"], ["created_at", "2020-11-24 16:09:42.655026"], ["updated_at", "2020-11-24 16:09:42.655026"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1005], ["a_decimal", 2.28885381512568], ["a_string", "Voluptatem odit optio nobis quod."], ["a_unique_value", 9], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "tH0USWOLKo@hotmail.com"], ["created_at", "2020-11-24 16:09:42.660023"], ["updated_at", "2020-11-24 16:09:42.660023"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1003], ["a_decimal", 31.6566063486005], ["a_string", "Minus libero nisi suscipit."], ["a_unique_value", 1], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "EBzmGeXfyg@gmail.com"], ["created_at", "2020-11-24 16:09:42.664858"], ["updated_at", "2020-11-24 16:09:42.664858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1006], ["a_decimal", 36.8438925663542], ["a_string", "Amet laudantium molestiae."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "o9bBIp7Bsa@hotmail.com"], ["created_at", "2020-11-24 16:09:42.669926"], ["updated_at", "2020-11-24 16:09:42.669926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1012], ["a_decimal", 22.3498817113224], ["a_string", "Eius commodi rem."], ["a_unique_value", 2], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "Cu2wm5QR7n@hotmail.com"], ["created_at", "2020-11-24 16:09:42.676969"], ["updated_at", "2020-11-24 16:09:42.676969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1009], ["a_decimal", 13.4967100270989], ["a_string", "Molestiae facilis cumque dolor."], ["a_unique_value", 9], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "uI0gHwMLct@hotmail.com"], ["created_at", "2020-11-24 16:09:42.682872"], ["updated_at", "2020-11-24 16:09:42.682872"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1012], ["a_decimal", 18.9404319343708], ["a_string", "Ducimus assumenda et labore sunt provident."], ["a_unique_value", 5], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "X82cX7oeak@gmail.com"], ["created_at", "2020-11-24 16:09:42.688556"], ["updated_at", "2020-11-24 16:09:42.688556"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 7.84071663294168], ["a_string", "Quo consectetur id similique iste temporibus."], ["a_unique_value", 4], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "aodASG2QXi@gmail.com"], ["created_at", "2020-11-24 16:09:42.695304"], ["updated_at", "2020-11-24 16:09:42.695304"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1004], ["a_decimal", 14.236167873622], ["a_string", "Quidem cupiditate recusandae."], ["a_unique_value", 7], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "Emdjr6XlVU@hotmail.com"], ["created_at", "2020-11-24 16:09:42.701409"], ["updated_at", "2020-11-24 16:09:42.701409"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1010], ["a_decimal", 0.593473436096776], ["a_string", "In consequuntur neque iste."], ["a_unique_value", 6], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "3IB9tXgd4t@gmail.com"], ["created_at", "2020-11-24 16:09:42.707597"], ["updated_at", "2020-11-24 16:09:42.707597"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 8.30104462438064], ["a_string", "Eligendi dolor alias."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "xQPKhDJ6ul@hotmail.com"], ["created_at", "2020-11-24 16:09:42.713570"], ["updated_at", "2020-11-24 16:09:42.713570"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1008], ["a_decimal", 0.136129792062785], ["a_string", "Voluptatem occaecati numquam necessitatibus."], ["a_unique_value", 8], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "o7ym8Fivx3@gmail.com"], ["created_at", "2020-11-24 16:09:42.719754"], ["updated_at", "2020-11-24 16:09:42.719754"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 9.46349713269629], ["a_string", "Dolor voluptas labore."], ["a_unique_value", 10], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "hK6FkZELUG@hotmail.com"], ["created_at", "2020-11-24 16:09:42.726339"], ["updated_at", "2020-11-24 16:09:42.726339"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1005], ["a_decimal", 0.0206915213079351], ["a_string", "Nesciunt debitis ut aut neque sit."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "xoZbz3OvqG@hotmail.com"], ["created_at", "2020-11-24 16:09:42.735342"], ["updated_at", "2020-11-24 16:09:42.735342"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1007], ["a_decimal", 11.1234268012857], ["a_string", "Iste voluptatem repellendus numquam fugiat quia."], ["a_unique_value", 1], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "i997kFczZk@gmail.com"], ["created_at", "2020-11-24 16:09:42.744380"], ["updated_at", "2020-11-24 16:09:42.744380"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1028], ["a_decimal", 2.20133147495176], ["a_string", "Et laudantium voluptatum sapiente."], ["a_unique_value", 6], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "q06gJJLDJi@hotmail.com"], ["created_at", "2020-11-24 16:09:42.750774"], ["updated_at", "2020-11-24 16:09:42.750774"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1023], ["a_decimal", 3.02347931817727], ["a_string", "Eligendi et porro eaque aut debitis."], ["a_unique_value", 9], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "TWp2All5C2@gmail.com"], ["created_at", "2020-11-24 16:09:42.756636"], ["updated_at", "2020-11-24 16:09:42.756636"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1016], ["a_decimal", 4.10721040097306], ["a_string", "Laborum quia esse non provident hic."], ["a_unique_value", 7], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "2GK62HFWuD@gmail.com"], ["created_at", "2020-11-24 16:09:42.763464"], ["updated_at", "2020-11-24 16:09:42.763464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1029], ["a_decimal", 20.478886053152], ["a_string", "Aut velit veniam."], ["a_unique_value", 2], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "DwLEHyvLVX@hotmail.com"], ["created_at", "2020-11-24 16:09:42.779037"], ["updated_at", "2020-11-24 16:09:42.779037"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 6.30953494020334], ["a_string", "Ut et iste tenetur qui aut."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "mUGoVsjyZN@gmail.com"], ["created_at", "2020-11-24 16:09:42.785130"], ["updated_at", "2020-11-24 16:09:42.785130"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1025], ["a_decimal", 1.08960356652508], ["a_string", "Aut omnis vitae."], ["a_unique_value", 4], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "TdNIXJgrgk@hotmail.com"], ["created_at", "2020-11-24 16:09:42.791263"], ["updated_at", "2020-11-24 16:09:42.791263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1010], ["a_decimal", 18.7665688421409], ["a_string", "Quisquam blanditiis rerum consectetur harum fuga."], ["a_unique_value", 10], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "gV0iuEHbZY@hotmail.com"], ["created_at", "2020-11-24 16:09:42.796661"], ["updated_at", "2020-11-24 16:09:42.796661"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1033], ["a_decimal", 1.16798157110156], ["a_string", "Illum ut provident incidunt corporis placeat."], ["a_unique_value", 8], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "IWf4yHMk66@hotmail.com"], ["created_at", "2020-11-24 16:09:42.802278"], ["updated_at", "2020-11-24 16:09:42.802278"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1006], ["a_decimal", 1.32268540078245], ["a_string", "Facilis dolore aut et quia eos."], ["a_unique_value", 3], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "xTz32IFbXN@gmail.com"], ["created_at", "2020-11-24 16:09:42.807998"], ["updated_at", "2020-11-24 16:09:42.807998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1017], ["a_decimal", 14.3109712575778], ["a_string", "Similique neque corrupti."], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "BOcsG5LM89@gmail.com"], ["created_at", "2020-11-24 16:09:42.849192"], ["updated_at", "2020-11-24 16:09:42.849192"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1006], ["a_decimal", 10.2214140906028], ["a_string", "Reiciendis voluptate aliquam."], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "CKvwmA27Wt@gmail.com"], ["created_at", "2020-11-24 16:09:42.888029"], ["updated_at", "2020-11-24 16:09:42.888029"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1003], ["a_decimal", 10.6531974123226], ["a_string", "Dignissimos incidunt voluptas iusto eum."], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "Hrb9_zwWek@hotmail.com"], ["created_at", "2020-11-24 16:09:42.932973"], ["updated_at", "2020-11-24 16:09:42.932973"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 11.3218089297805], ["a_string", "Voluptatibus explicabo qui consequatur fugit vero."], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "ddFx3KtCV4@gmail.com"], ["created_at", "2020-11-24 16:09:42.971860"], ["updated_at", "2020-11-24 16:09:42.971860"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1010], ["a_decimal", 2.35316655520827], ["a_string", "Nemo deserunt ea ut asperiores et."], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "pO5S7uRqNH@hotmail.com"], ["created_at", "2020-11-24 16:09:43.010548"], ["updated_at", "2020-11-24 16:09:43.010548"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1015], ["a_decimal", 6.73460031000305], ["a_string", "Distinctio placeat similique facere."], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "X8lRAQtkNN@gmail.com"], ["created_at", "2020-11-24 16:09:43.054289"], ["updated_at", "2020-11-24 16:09:43.054289"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1008], ["a_decimal", 12.3581298729407], ["a_string", "Temporibus recusandae provident ut enim."], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "i2fgr3isT_@hotmail.com"], ["created_at", "2020-11-24 16:09:43.092591"], ["updated_at", "2020-11-24 16:09:43.092591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 30.7012449257531], ["a_string", "Ducimus occaecati dolores."], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "WoCnLkr6ST@gmail.com"], ["created_at", "2020-11-24 16:09:43.130875"], ["updated_at", "2020-11-24 16:09:43.130875"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1013], ["a_decimal", 11.2871278487938], ["a_string", "Quibusdam occaecati cupiditate atque."], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "4rGGoDak1R@hotmail.com"], ["created_at", "2020-11-24 16:09:43.174047"], ["updated_at", "2020-11-24 16:09:43.174047"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1013], ["a_decimal", 36.2790339801679], ["a_string", "Voluptate ullam harum deleniti."], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "vTbX3Xv5HX@hotmail.com"], ["created_at", "2020-11-24 16:09:43.212701"], ["updated_at", "2020-11-24 16:09:43.212701"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.255840"], ["updated_at", "2020-11-24 16:09:43.255840"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 27], ["a_decimal", 9.31081692705691], ["a_string", "Quam sed earum quia."], ["a_date", "2020-10-18"], ["a_time", "2000-01-01 09:44:17.548265"], ["a_datetime", "2020-12-09 16:41:15.410963"], ["created_at", "2020-11-24 16:09:43.267340"], ["updated_at", "2020-11-24 16:09:43.267340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:09:43.273080"], ["updated_at", "2020-11-24 16:09:43.273080"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:09:43.278227"], ["updated_at", "2020-11-24 16:09:43.278227"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1015], ["a_decimal", 0.466119331446664], ["a_string", "Maiores corrupti asperiores."], ["a_unique_value", 1], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "5qNfjHTVB3@gmail.com"], ["created_at", "2020-11-24 16:09:43.283289"], ["updated_at", "2020-11-24 16:09:43.283289"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.304327"], ["updated_at", "2020-11-24 16:09:43.304327"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:43.308951"], ["updated_at", "2020-11-24 16:09:43.308951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 16:09:43.315972"], ["updated_at", "2020-11-24 16:09:43.315972"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 16:09:43.322897"], ["updated_at", "2020-11-24 16:09:43.322897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.330336"], ["updated_at", "2020-11-24 16:09:43.330336"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.331889"], ["updated_at", "2020-11-24 16:09:43.331889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.333763"], ["updated_at", "2020-11-24 16:09:43.333763"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.335982"], ["updated_at", "2020-11-24 16:09:43.335982"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.338149"], ["updated_at", "2020-11-24 16:09:43.338149"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.340237"], ["updated_at", "2020-11-24 16:09:43.340237"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.342329"], ["updated_at", "2020-11-24 16:09:43.342329"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.344442"], ["updated_at", "2020-11-24 16:09:43.344442"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 11], ["a_decimal", 3.77185149784178], ["a_string", "Hic et deleniti enim expedita."], ["a_date", "2020-12-11"], ["a_time", "2000-01-01 14:02:34.759736"], ["a_datetime", "2020-11-27 01:03:08.873090"], ["created_at", "2020-11-24 16:09:43.347513"], ["updated_at", "2020-11-24 16:09:43.347513"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 38], ["a_decimal", 2.00498270323714], ["a_string", "Dignissimos quidem fuga reiciendis et consequatur."], ["a_date", "2020-12-17"], ["a_time", "2000-01-01 15:29:33.200430"], ["a_datetime", "2020-11-25 11:41:47.439129"], ["created_at", "2020-11-24 16:09:43.352172"], ["updated_at", "2020-11-24 16:09:43.352172"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 8], ["a_decimal", 0.231299589244188], ["a_string", "Dolores explicabo voluptas."], ["a_date", "2020-12-10"], ["a_time", "2000-01-01 14:22:37.707644"], ["a_datetime", "2020-12-06 15:06:02.194277"], ["created_at", "2020-11-24 16:09:43.356482"], ["updated_at", "2020-11-24 16:09:43.356482"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 2], ["a_decimal", 17.5385619872313], ["a_string", "Magnam sit nesciunt."], ["a_date", "2020-10-22"], ["a_time", "2000-01-01 12:04:58.267977"], ["a_datetime", "2020-10-28 08:27:41.804607"], ["created_at", "2020-11-24 16:09:43.359804"], ["updated_at", "2020-11-24 16:09:43.359804"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 4], ["a_decimal", 36.0740910328849], ["a_string", "Omnis totam et."], ["a_date", "2020-10-17"], ["a_time", "2000-01-01 19:16:33.033282"], ["a_datetime", "2020-12-01 19:20:29.793961"], ["created_at", "2020-11-24 16:09:43.363316"], ["updated_at", "2020-11-24 16:09:43.363316"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 20], ["a_decimal", 1.83237214115473], ["a_string", "Quod nihil consequatur repellendus."], ["a_date", "2020-11-04"], ["a_time", "2000-01-01 12:39:23.982870"], ["a_datetime", "2020-11-23 07:52:11.715672"], ["created_at", "2020-11-24 16:09:43.368022"], ["updated_at", "2020-11-24 16:09:43.368022"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 41], ["a_decimal", 10.5086006512893], ["a_string", "Explicabo et ratione amet ut magni."], ["a_date", "2021-01-01"], ["a_time", "2000-01-01 01:24:49.879259"], ["a_datetime", "2020-10-28 01:42:20.762322"], ["created_at", "2020-11-24 16:09:43.372340"], ["updated_at", "2020-11-24 16:09:43.372340"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 0], ["a_decimal", 4.97776428555937], ["a_string", "Omnis in est cupiditate enim ex."], ["a_date", "2020-10-17"], ["a_time", "2000-01-01 11:33:41.624308"], ["a_datetime", "2020-12-20 02:11:20.386513"], ["created_at", "2020-11-24 16:09:43.376969"], ["updated_at", "2020-11-24 16:09:43.376969"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 16:09:43.379891"], ["updated_at", "2020-11-24 16:09:43.379891"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 16:09:43.382732"], ["updated_at", "2020-11-24 16:09:43.382732"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 16:09:43.384887"], ["updated_at", "2020-11-24 16:09:43.384887"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 16:09:43.386939"], ["updated_at", "2020-11-24 16:09:43.386939"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 16:09:43.389152"], ["updated_at", "2020-11-24 16:09:43.389152"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 16:09:43.391773"], ["updated_at", "2020-11-24 16:09:43.391773"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 16:09:43.394094"], ["updated_at", "2020-11-24 16:09:43.394094"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 16:09:43.396067"], ["updated_at", "2020-11-24 16:09:43.396067"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 16:09:43.398492"], ["updated_at", "2020-11-24 16:09:43.398492"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 16:09:43.400817"], ["updated_at", "2020-11-24 16:09:43.400817"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 16:09:43.402807"], ["updated_at", "2020-11-24 16:09:43.402807"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:09:43.405010"], ["updated_at", "2020-11-24 16:09:43.405010"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 16:09:43.407114"], ["updated_at", "2020-11-24 16:09:43.407114"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 16:09:43.409701"], ["updated_at", "2020-11-24 16:09:43.409701"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:09:43.412124"], ["updated_at", "2020-11-24 16:09:43.412124"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 16:09:43.414464"], ["updated_at", "2020-11-24 16:09:43.414464"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1016], ["a_decimal", 16.160129542563], ["a_string", "Debitis rem at rerum."], ["a_unique_value", 7], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "48y76cwyuz@hotmail.com"], ["created_at", "2020-11-24 16:09:43.420357"], ["updated_at", "2020-11-24 16:09:43.420357"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1017], ["a_decimal", 1.7100801430278], ["a_string", "Eligendi rerum cum illum."], ["a_unique_value", 2], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "qeu8maz2jA@hotmail.com"], ["created_at", "2020-11-24 16:09:43.426816"], ["updated_at", "2020-11-24 16:09:43.426816"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 4.5514306265739], ["a_string", "Sit maxime ut quisquam."], ["a_unique_value", 8], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "DvHGVa1Lm_@gmail.com"], ["created_at", "2020-11-24 16:09:43.432626"], ["updated_at", "2020-11-24 16:09:43.432626"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1004], ["a_decimal", 0.781511305502988], ["a_string", "Dolorem eligendi iste magni reprehenderit."], ["a_unique_value", 1], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "4dCcCr7gH6@hotmail.com"], ["created_at", "2020-11-24 16:09:43.438581"], ["updated_at", "2020-11-24 16:09:43.438581"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1007], ["a_decimal", 6.3748366774846], ["a_string", "Quod officiis maxime pariatur dolor quidem."], ["a_unique_value", 4], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "mzse15ILi9@gmail.com"], ["created_at", "2020-11-24 16:09:43.444835"], ["updated_at", "2020-11-24 16:09:43.444835"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1003], ["a_decimal", 5.65909042897374], ["a_string", "Inventore ea dolor explicabo."], ["a_unique_value", 3], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "EaJWXr5tOM@hotmail.com"], ["created_at", "2020-11-24 16:09:43.450768"], ["updated_at", "2020-11-24 16:09:43.450768"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1021], ["a_decimal", 0.863058344764793], ["a_string", "Beatae neque sit."], ["a_unique_value", 9], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "ZdHPvia0__@hotmail.com"], ["created_at", "2020-11-24 16:09:43.456698"], ["updated_at", "2020-11-24 16:09:43.456698"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1010], ["a_decimal", 28.5564892874637], ["a_string", "Dolorem ea voluptas et culpa sequi."], ["a_unique_value", 6], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "gOxJuVbddc@gmail.com"], ["created_at", "2020-11-24 16:09:43.462756"], ["updated_at", "2020-11-24 16:09:43.462756"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.485728"], ["updated_at", "2020-11-24 16:09:43.485728"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.486791"], ["updated_at", "2020-11-24 16:09:43.486791"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.487610"], ["updated_at", "2020-11-24 16:09:43.487610"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.488364"], ["updated_at", "2020-11-24 16:09:43.488364"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.489121"], ["updated_at", "2020-11-24 16:09:43.489121"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.490600"], ["updated_at", "2020-11-24 16:09:43.490600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.491650"], ["updated_at", "2020-11-24 16:09:43.491650"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.492775"], ["updated_at", "2020-11-24 16:09:43.492775"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:43.493739"], ["updated_at", "2020-11-24 16:09:43.493739"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:43.494563"], ["updated_at", "2020-11-24 16:09:43.494563"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:43.495319"], ["updated_at", "2020-11-24 16:09:43.495319"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:43.496179"], ["updated_at", "2020-11-24 16:09:43.496179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:43.497165"], ["updated_at", "2020-11-24 16:09:43.497165"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:43.498044"], ["updated_at", "2020-11-24 16:09:43.498044"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:43.498800"], ["updated_at", "2020-11-24 16:09:43.498800"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:43.499633"], ["updated_at", "2020-11-24 16:09:43.499633"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 16:09:43.501259"], ["updated_at", "2020-11-24 16:09:43.501259"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 16:09:43.502865"], ["updated_at", "2020-11-24 16:09:43.502865"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (1.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 16:09:43.504588"], ["updated_at", "2020-11-24 16:09:43.504588"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 16:09:43.518012"], ["updated_at", "2020-11-24 16:09:43.518012"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 16:09:43.519906"], ["updated_at", "2020-11-24 16:09:43.519906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 16:09:43.522033"], ["updated_at", "2020-11-24 16:09:43.522033"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 16:09:43.524832"], ["updated_at", "2020-11-24 16:09:43.524832"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 16:09:43.527232"], ["updated_at", "2020-11-24 16:09:43.527232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 6], ["created_at", "2020-11-24 16:09:43.529840"], ["updated_at", "2020-11-24 16:09:43.529840"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 7], ["created_at", "2020-11-24 16:09:43.532597"], ["updated_at", "2020-11-24 16:09:43.532597"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 7], ["created_at", "2020-11-24 16:09:43.535015"], ["updated_at", "2020-11-24 16:09:43.535015"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 16:09:43.537505"], ["updated_at", "2020-11-24 16:09:43.537505"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 2], ["created_at", "2020-11-24 16:09:43.540900"], ["updated_at", "2020-11-24 16:09:43.540900"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 7], ["created_at", "2020-11-24 16:09:43.543838"], ["updated_at", "2020-11-24 16:09:43.543838"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 4], ["created_at", "2020-11-24 16:09:43.546254"], ["updated_at", "2020-11-24 16:09:43.546254"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-24 16:09:43.548905"], ["updated_at", "2020-11-24 16:09:43.548905"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 5], ["a_decimal", 30.9873658711283], ["a_string", "Eaque ut minima officiis nesciunt."], ["a_date", "2020-12-15"], ["a_time", "2000-01-01 03:44:48.201109"], ["a_datetime", "2020-10-23 06:56:17.138803"], ["created_at", "2020-11-24 16:09:43.587124"], ["updated_at", "2020-11-24 16:09:43.587124"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 3], ["a_decimal", 0.257053381019004], ["a_string", "Veritatis exercitationem maiores consectetur quidem."], ["a_date", "2020-12-27"], ["a_time", "2000-01-01 01:19:50.261541"], ["a_datetime", "2020-11-08 13:49:23.999645"], ["created_at", "2020-11-24 16:09:43.590691"], ["updated_at", "2020-11-24 16:09:43.590691"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 3], ["a_decimal", 38.9802477242982], ["a_string", "Ipsa omnis dolore quibusdam."], ["a_date", "2020-11-27"], ["a_time", "2000-01-01 13:25:07.038589"], ["a_datetime", "2021-01-02 05:10:19.489738"], ["created_at", "2020-11-24 16:09:43.594145"], ["updated_at", "2020-11-24 16:09:43.594145"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 21], ["a_decimal", 15.1998492577139], ["a_string", "Doloribus reiciendis qui sunt fugiat est."], ["a_date", "2020-11-19"], ["a_time", "2000-01-01 16:43:04.158405"], ["a_datetime", "2020-10-24 22:57:21.765986"], ["created_at", "2020-11-24 16:09:43.600745"], ["updated_at", "2020-11-24 16:09:43.600745"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 1], ["a_decimal", 8.8714265500821], ["a_string", "Sed occaecati ut non quis sed."], ["a_date", "2020-12-20"], ["a_time", "2000-01-01 13:29:55.625534"], ["a_datetime", "2020-11-25 10:13:29.096953"], ["created_at", "2020-11-24 16:09:43.604322"], ["updated_at", "2020-11-24 16:09:43.604322"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 24], ["a_decimal", 0.922929933001789], ["a_string", "Voluptatem qui placeat."], ["a_date", "2020-11-01"], ["a_time", "2000-01-01 04:55:36.045911"], ["a_datetime", "2020-10-31 07:21:21.006985"], ["created_at", "2020-11-24 16:09:43.607668"], ["updated_at", "2020-11-24 16:09:43.607668"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.611003"], ["updated_at", "2020-11-24 16:09:43.611003"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.651035"], ["updated_at", "2020-11-24 16:09:43.651035"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.652966"], ["updated_at", "2020-11-24 16:09:43.652966"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.655243"], ["updated_at", "2020-11-24 16:09:43.655243"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.657414"], ["updated_at", "2020-11-24 16:09:43.657414"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.659713"], ["updated_at", "2020-11-24 16:09:43.659713"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.661917"], ["updated_at", "2020-11-24 16:09:43.661917"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.664469"], ["updated_at", "2020-11-24 16:09:43.664469"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.666477"], ["updated_at", "2020-11-24 16:09:43.666477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 3], ["a_decimal", 24.2946917037977], ["a_string", "Quisquam impedit quis nam."], ["a_date", "2020-10-18"], ["a_time", "2000-01-01 20:56:20.965017"], ["a_datetime", "2020-10-23 18:13:59.865902"], ["created_at", "2020-11-24 16:09:43.669679"], ["updated_at", "2020-11-24 16:09:43.669679"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 1], ["a_decimal", 20.2152367173741], ["a_string", "Aut cum quaerat aut corrupti."], ["a_date", "2020-11-01"], ["a_time", "2000-01-01 20:16:04.695122"], ["a_datetime", "2020-10-18 21:31:10.460604"], ["created_at", "2020-11-24 16:09:43.674488"], ["updated_at", "2020-11-24 16:09:43.674488"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 2], ["a_decimal", 12.719318864982], ["a_string", "Aliquam sint sed dolore aperiam alias."], ["a_date", "2020-11-15"], ["a_time", "2000-01-01 19:00:34.510812"], ["a_datetime", "2020-10-24 02:23:18.808290"], ["created_at", "2020-11-24 16:09:43.678003"], ["updated_at", "2020-11-24 16:09:43.678003"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 10], ["a_decimal", 2.80335180797913], ["a_string", "Harum fuga eum quis."], ["a_date", "2020-11-22"], ["a_time", "2000-01-01 16:57:03.410367"], ["a_datetime", "2020-10-30 15:13:05.434765"], ["created_at", "2020-11-24 16:09:43.681530"], ["updated_at", "2020-11-24 16:09:43.681530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 24], ["a_decimal", 12.3470752980976], ["a_string", "Velit sint omnis."], ["a_date", "2020-12-10"], ["a_time", "2000-01-01 06:56:12.969933"], ["a_datetime", "2021-01-01 11:15:32.590930"], ["created_at", "2020-11-24 16:09:43.684552"], ["updated_at", "2020-11-24 16:09:43.684552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 6], ["a_decimal", 0.639906787124816], ["a_string", "Modi praesentium repellendus magni."], ["a_date", "2020-11-18"], ["a_time", "2000-01-01 02:57:23.158744"], ["a_datetime", "2020-11-23 16:00:35.300183"], ["created_at", "2020-11-24 16:09:43.688231"], ["updated_at", "2020-11-24 16:09:43.688231"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 11], ["a_decimal", 3.57766318003213], ["a_string", "Qui amet dolore commodi maxime mollitia."], ["a_date", "2020-12-18"], ["a_time", "2000-01-01 22:27:11.256017"], ["a_datetime", "2020-11-27 03:11:41.374458"], ["created_at", "2020-11-24 16:09:43.692403"], ["updated_at", "2020-11-24 16:09:43.692403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 4], ["a_decimal", 18.0094848379433], ["a_string", "Architecto eveniet voluptatum."], ["a_date", "2020-11-29"], ["a_time", "2000-01-01 02:15:25.022266"], ["a_datetime", "2020-10-29 22:36:21.840932"], ["created_at", "2020-11-24 16:09:43.695489"], ["updated_at", "2020-11-24 16:09:43.695489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 16:09:43.697677"], ["updated_at", "2020-11-24 16:09:43.697677"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 16:09:43.699169"], ["updated_at", "2020-11-24 16:09:43.699169"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 16:09:43.700521"], ["updated_at", "2020-11-24 16:09:43.700521"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 16:09:43.701820"], ["updated_at", "2020-11-24 16:09:43.701820"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 16:09:43.703437"], ["updated_at", "2020-11-24 16:09:43.703437"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 16:09:43.705496"], ["updated_at", "2020-11-24 16:09:43.705496"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 16:09:43.707834"], ["updated_at", "2020-11-24 16:09:43.707834"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:09:43.709757"], ["updated_at", "2020-11-24 16:09:43.709757"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:09:43.711380"], ["updated_at", "2020-11-24 16:09:43.711380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 16:09:43.712885"], ["updated_at", "2020-11-24 16:09:43.712885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 16:09:43.714521"], ["updated_at", "2020-11-24 16:09:43.714521"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:09:43.715978"], ["updated_at", "2020-11-24 16:09:43.715978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 16:09:43.717393"], ["updated_at", "2020-11-24 16:09:43.717393"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 16:09:43.718755"], ["updated_at", "2020-11-24 16:09:43.718755"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 16:09:43.720555"], ["updated_at", "2020-11-24 16:09:43.720555"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 16:09:43.722686"], ["updated_at", "2020-11-24 16:09:43.722686"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1026], ["a_decimal", 2.82229065239122], ["a_string", "Dicta praesentium pariatur officiis."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "_gln5F18AG@gmail.com"], ["created_at", "2020-11-24 16:09:43.728849"], ["updated_at", "2020-11-24 16:09:43.728849"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1010], ["a_decimal", 1.73098171684435], ["a_string", "Cumque et deserunt sunt."], ["a_unique_value", 4], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "RsnMnsC0md@gmail.com"], ["created_at", "2020-11-24 16:09:43.734070"], ["updated_at", "2020-11-24 16:09:43.734070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1019], ["a_decimal", 0.578072114505733], ["a_string", "Explicabo aspernatur provident libero velit tenetur."], ["a_unique_value", 8], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "9NQF6oVobT@gmail.com"], ["created_at", "2020-11-24 16:09:43.741131"], ["updated_at", "2020-11-24 16:09:43.741131"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1003], ["a_decimal", 6.95866451930257], ["a_string", "Sunt consequuntur ratione explicabo ipsum."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "BAo8ExdEyx@gmail.com"], ["created_at", "2020-11-24 16:09:43.746542"], ["updated_at", "2020-11-24 16:09:43.746542"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1005], ["a_decimal", 37.4916104220016], ["a_string", "Commodi sit autem quia fugiat omnis."], ["a_unique_value", 9], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "FBVTaXFWDO@gmail.com"], ["created_at", "2020-11-24 16:09:43.763953"], ["updated_at", "2020-11-24 16:09:43.763953"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1010], ["a_decimal", 3.20704847319533], ["a_string", "Sed vitae sunt sint laudantium."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "0a5yohcUaP@hotmail.com"], ["created_at", "2020-11-24 16:09:43.770077"], ["updated_at", "2020-11-24 16:09:43.770077"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 36.3736333193446], ["a_string", "Dolore voluptates rem provident esse."], ["a_unique_value", 10], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "J6NmgW0KHx@hotmail.com"], ["created_at", "2020-11-24 16:09:43.777093"], ["updated_at", "2020-11-24 16:09:43.777093"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1020], ["a_decimal", 9.62158609472126], ["a_string", "Voluptate ratione qui debitis maxime."], ["a_unique_value", 1], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "XV7ObSw25K@hotmail.com"], ["created_at", "2020-11-24 16:09:43.783135"], ["updated_at", "2020-11-24 16:09:43.783135"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.808957"], ["updated_at", "2020-11-24 16:09:43.808957"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.810123"], ["updated_at", "2020-11-24 16:09:43.810123"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.810987"], ["updated_at", "2020-11-24 16:09:43.810987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.811869"], ["updated_at", "2020-11-24 16:09:43.811869"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.812753"], ["updated_at", "2020-11-24 16:09:43.812753"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.813767"], ["updated_at", "2020-11-24 16:09:43.813767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.814623"], ["updated_at", "2020-11-24 16:09:43.814623"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:43.815471"], ["updated_at", "2020-11-24 16:09:43.815471"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:43.816349"], ["updated_at", "2020-11-24 16:09:43.816349"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:43.817209"], ["updated_at", "2020-11-24 16:09:43.817209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:43.818034"], ["updated_at", "2020-11-24 16:09:43.818034"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:43.818853"], ["updated_at", "2020-11-24 16:09:43.818853"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:43.819761"], ["updated_at", "2020-11-24 16:09:43.819761"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:43.820675"], ["updated_at", "2020-11-24 16:09:43.820675"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:43.821585"], ["updated_at", "2020-11-24 16:09:43.821585"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:43.823149"], ["updated_at", "2020-11-24 16:09:43.823149"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 16:09:43.825063"], ["updated_at", "2020-11-24 16:09:43.825063"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 16:09:43.826720"], ["updated_at", "2020-11-24 16:09:43.826720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 16:09:43.828104"], ["updated_at", "2020-11-24 16:09:43.828104"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 16:09:43.829495"], ["updated_at", "2020-11-24 16:09:43.829495"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 16:09:43.831137"], ["updated_at", "2020-11-24 16:09:43.831137"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 16:09:43.832529"], ["updated_at", "2020-11-24 16:09:43.832529"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 16:09:43.833847"], ["updated_at", "2020-11-24 16:09:43.833847"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 16:09:43.835148"], ["updated_at", "2020-11-24 16:09:43.835148"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-24 16:09:43.837104"], ["updated_at", "2020-11-24 16:09:43.837104"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-24 16:09:43.839956"], ["updated_at", "2020-11-24 16:09:43.839956"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 8], ["created_at", "2020-11-24 16:09:43.842471"], ["updated_at", "2020-11-24 16:09:43.842471"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 6], ["created_at", "2020-11-24 16:09:43.844413"], ["updated_at", "2020-11-24 16:09:43.844413"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-24 16:09:43.846605"], ["updated_at", "2020-11-24 16:09:43.846605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 6], ["created_at", "2020-11-24 16:09:43.848724"], ["updated_at", "2020-11-24 16:09:43.848724"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 7], ["created_at", "2020-11-24 16:09:43.850543"], ["updated_at", "2020-11-24 16:09:43.850543"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-24 16:09:43.852288"], ["updated_at", "2020-11-24 16:09:43.852288"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.1ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.9ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.6ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.9ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.5ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.8ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.5ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.9ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1005], ["a_decimal", 15.6986948191186], ["a_string", "A consequatur non at dicta."], ["a_unique_value", 8], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "D1neBYSP5W@hotmail.com"], ["created_at", "2020-11-24 16:09:49.877871"], ["updated_at", "2020-11-24 16:09:49.877871"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1007], ["a_decimal", 19.0714218552964], ["a_string", "Asperiores hic perferendis modi eum."], ["a_unique_value", 4], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "D2l7GsbBQ3@gmail.com"], ["created_at", "2020-11-24 16:09:49.890918"], ["updated_at", "2020-11-24 16:09:49.890918"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1015], ["a_decimal", 1.89239790878548], ["a_string", "Accusantium et et."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "2DG8fGgvoT@hotmail.com"], ["created_at", "2020-11-24 16:09:49.895891"], ["updated_at", "2020-11-24 16:09:49.895891"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1008], ["a_decimal", 14.1835917343797], ["a_string", "Iste et sunt deserunt sint."], ["a_unique_value", 10], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "bDfFeddXrO@hotmail.com"], ["created_at", "2020-11-24 16:09:49.900539"], ["updated_at", "2020-11-24 16:09:49.900539"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1024], ["a_decimal", 22.5351586748475], ["a_string", "Velit hic vel eos et et."], ["a_unique_value", 5], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "bOn9aRIwQo@gmail.com"], ["created_at", "2020-11-24 16:09:49.905489"], ["updated_at", "2020-11-24 16:09:49.905489"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1009], ["a_decimal", 0.27418368054525], ["a_string", "Porro id maxime."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "A5G1eHCcYr@hotmail.com"], ["created_at", "2020-11-24 16:09:49.910060"], ["updated_at", "2020-11-24 16:09:49.910060"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1008], ["a_decimal", 5.39133489622203], ["a_string", "Cum nesciunt et quidem quod."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "lpgceAI4mG@hotmail.com"], ["created_at", "2020-11-24 16:09:49.914609"], ["updated_at", "2020-11-24 16:09:49.914609"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1014], ["a_decimal", 8.37094529458506], ["a_string", "Eos dolor maiores nulla harum est."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "tIxEZwIu06@hotmail.com"], ["created_at", "2020-11-24 16:09:49.919111"], ["updated_at", "2020-11-24 16:09:49.919111"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 0.480360026654392], ["a_string", "Mollitia voluptatibus aut numquam nulla."], ["a_unique_value", 9], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "qws2FRuNMM@gmail.com"], ["created_at", "2020-11-24 16:09:49.923377"], ["updated_at", "2020-11-24 16:09:49.923377"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 4.66551085700119], ["a_string", "Et ipsam aperiam enim."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "u8sCJrlnM2@hotmail.com"], ["created_at", "2020-11-24 16:09:49.927538"], ["updated_at", "2020-11-24 16:09:49.927538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 9.67895369208594], ["a_string", "Hic consequuntur aut in ut."], ["a_unique_value", 3], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "l_Vys_Jad7@hotmail.com"], ["created_at", "2020-11-24 16:09:49.934093"], ["updated_at", "2020-11-24 16:09:49.934093"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1003], ["a_decimal", 5.51575790762557], ["a_string", "Non inventore cum molestiae nostrum rerum."], ["a_unique_value", 9], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "0ApPzCngUo@hotmail.com"], ["created_at", "2020-11-24 16:09:49.940064"], ["updated_at", "2020-11-24 16:09:49.940064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1015], ["a_decimal", 4.66451549041315], ["a_string", "Necessitatibus ea minus et."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "xoKMUcIpfU@hotmail.com"], ["created_at", "2020-11-24 16:09:49.944811"], ["updated_at", "2020-11-24 16:09:49.944811"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1005], ["a_decimal", 26.0010060263633], ["a_string", "Autem quasi et."], ["a_unique_value", 8], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "0jJFoFKE_2@hotmail.com"], ["created_at", "2020-11-24 16:09:49.949322"], ["updated_at", "2020-11-24 16:09:49.949322"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1003], ["a_decimal", 4.25201548642977], ["a_string", "Perferendis et molestiae dicta debitis beatae."], ["a_unique_value", 2], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "jUxxlABn8f@hotmail.com"], ["created_at", "2020-11-24 16:09:49.953731"], ["updated_at", "2020-11-24 16:09:49.953731"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1009], ["a_decimal", 19.1564396927467], ["a_string", "Beatae est ut consectetur dolores."], ["a_unique_value", 7], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "0W4qvB2aKd@gmail.com"], ["created_at", "2020-11-24 16:09:49.957817"], ["updated_at", "2020-11-24 16:09:49.957817"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1004], ["a_decimal", 31.1641650904233], ["a_string", "Aut veniam saepe qui doloremque qui."], ["a_unique_value", 5], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "MdS8hi0sOY@gmail.com"], ["created_at", "2020-11-24 16:09:49.961761"], ["updated_at", "2020-11-24 16:09:49.961761"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1025], ["a_decimal", 21.6291868664258], ["a_string", "Officia reprehenderit non."], ["a_unique_value", 4], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "yILLsZQCr_@gmail.com"], ["created_at", "2020-11-24 16:09:49.965760"], ["updated_at", "2020-11-24 16:09:49.965760"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1011], ["a_decimal", 3.78774101502953], ["a_string", "Et id sequi qui dolor."], ["a_unique_value", 10], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "LWltgvrotr@gmail.com"], ["created_at", "2020-11-24 16:09:49.969750"], ["updated_at", "2020-11-24 16:09:49.969750"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1006], ["a_decimal", 3.94315579322054], ["a_string", "Nihil ut at nulla est qui."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "MTi1_qRiil@hotmail.com"], ["created_at", "2020-11-24 16:09:49.973830"], ["updated_at", "2020-11-24 16:09:49.973830"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 3.41162308864583], ["a_string", "Odio repellendus adipisci autem accusamus tempore."], ["a_unique_value", 1], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "EwiYxp6MP2@hotmail.com"], ["created_at", "2020-11-24 16:09:49.979430"], ["updated_at", "2020-11-24 16:09:49.979430"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1010], ["a_decimal", 1.69842767369771], ["a_string", "Suscipit eum maiores aut."], ["a_unique_value", 4], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "XSHNTBTD1G@hotmail.com"], ["created_at", "2020-11-24 16:09:49.983661"], ["updated_at", "2020-11-24 16:09:49.983661"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1023], ["a_decimal", 19.7752106311026], ["a_string", "Eos saepe neque ex nisi sequi."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "yrNHFS701K@hotmail.com"], ["created_at", "2020-11-24 16:09:49.987989"], ["updated_at", "2020-11-24 16:09:49.987989"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1011], ["a_decimal", 6.8741251061576], ["a_string", "Sequi et est illum rerum aut."], ["a_unique_value", 8], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "QWzUEwvrAc@hotmail.com"], ["created_at", "2020-11-24 16:09:50.001607"], ["updated_at", "2020-11-24 16:09:50.001607"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1008], ["a_decimal", 2.13144160366976], ["a_string", "Debitis nostrum perferendis unde est autem."], ["a_unique_value", 7], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "xdOXSgYdiB@gmail.com"], ["created_at", "2020-11-24 16:09:50.006889"], ["updated_at", "2020-11-24 16:09:50.006889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 4.82954371783517], ["a_string", "Et minus nobis sapiente autem."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "gDU3ET391g@gmail.com"], ["created_at", "2020-11-24 16:09:50.012056"], ["updated_at", "2020-11-24 16:09:50.012056"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1028], ["a_decimal", 3.37286642910979], ["a_string", "Non voluptatem ad velit animi."], ["a_unique_value", 10], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "9pn9f9BDW3@gmail.com"], ["created_at", "2020-11-24 16:09:50.017705"], ["updated_at", "2020-11-24 16:09:50.017705"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1004], ["a_decimal", 2.53452999416916], ["a_string", "Beatae eligendi occaecati velit aut voluptas."], ["a_unique_value", 9], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "9SrmWvHjBd@hotmail.com"], ["created_at", "2020-11-24 16:09:50.023189"], ["updated_at", "2020-11-24 16:09:50.023189"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 16.5867888437695], ["a_string", "Quaerat dolore quae vitae corporis impedit."], ["a_unique_value", 3], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "C23clyGEe8@hotmail.com"], ["created_at", "2020-11-24 16:09:50.028602"], ["updated_at", "2020-11-24 16:09:50.028602"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1013], ["a_decimal", 7.95483806680634], ["a_string", "Placeat facilis voluptas qui et."], ["a_unique_value", 6], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "uU57EgwX5p@gmail.com"], ["created_at", "2020-11-24 16:09:50.034475"], ["updated_at", "2020-11-24 16:09:50.034475"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1011], ["a_decimal", 7.99351866749851], ["a_string", "Et et error."], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "H6U_PS6aMo@hotmail.com"], ["created_at", "2020-11-24 16:09:50.078272"], ["updated_at", "2020-11-24 16:09:50.078272"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1003], ["a_decimal", 24.5531824187071], ["a_string", "Atque ad asperiores."], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "Trugd9iRD3@hotmail.com"], ["created_at", "2020-11-24 16:09:50.121429"], ["updated_at", "2020-11-24 16:09:50.121429"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1006], ["a_decimal", 25.4528540451918], ["a_string", "Et eveniet necessitatibus numquam."], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "eRYV4Dst5b@gmail.com"], ["created_at", "2020-11-24 16:09:50.169696"], ["updated_at", "2020-11-24 16:09:50.169696"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1008], ["a_decimal", 3.85464005774772], ["a_string", "Ut odio fuga."], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "zXE2cn38FN@hotmail.com"], ["created_at", "2020-11-24 16:09:50.210507"], ["updated_at", "2020-11-24 16:09:50.210507"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1004], ["a_decimal", 15.9380073126468], ["a_string", "Omnis et tempore quia."], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "_6gayYUpTg@hotmail.com"], ["created_at", "2020-11-24 16:09:50.250576"], ["updated_at", "2020-11-24 16:09:50.250576"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 1.58731334110169], ["a_string", "Architecto et culpa nostrum officia."], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "BCZ16zZL0Y@gmail.com"], ["created_at", "2020-11-24 16:09:50.297710"], ["updated_at", "2020-11-24 16:09:50.297710"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 18.2873525285322], ["a_string", "Ut eum id occaecati quae sequi."], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "9Z88iCQdoz@hotmail.com"], ["created_at", "2020-11-24 16:09:50.337273"], ["updated_at", "2020-11-24 16:09:50.337273"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1018], ["a_decimal", 0.31264206092224], ["a_string", "Aperiam assumenda quo."], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "rrKC9UNVAT@gmail.com"], ["created_at", "2020-11-24 16:09:50.376751"], ["updated_at", "2020-11-24 16:09:50.376751"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1005], ["a_decimal", 29.0020783129384], ["a_string", "Enim quae ut."], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "oWaAZbWaUB@gmail.com"], ["created_at", "2020-11-24 16:09:50.421927"], ["updated_at", "2020-11-24 16:09:50.421927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1011], ["a_decimal", 2.88792606988906], ["a_string", "Et omnis aut et."], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "R8vKxk8Lxl@gmail.com"], ["created_at", "2020-11-24 16:09:50.461760"], ["updated_at", "2020-11-24 16:09:50.461760"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:50.512196"], ["updated_at", "2020-11-24 16:09:50.512196"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 6], ["a_decimal", 7.70504175320329], ["a_string", "Nobis reprehenderit quia nemo voluptatem eos."], ["a_date", "2020-11-13"], ["a_time", "2000-01-01 03:05:21.977509"], ["a_datetime", "2020-12-18 01:34:26.914539"], ["created_at", "2020-11-24 16:09:50.524012"], ["updated_at", "2020-11-24 16:09:50.524012"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:09:50.531241"], ["updated_at", "2020-11-24 16:09:50.531241"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:09:50.544552"], ["updated_at", "2020-11-24 16:09:50.544552"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1016], ["a_decimal", 0.375698775294827], ["a_string", "Ut dolores voluptate autem."], ["a_unique_value", 8], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "ml4yg38Weu@hotmail.com"], ["created_at", "2020-11-24 16:09:50.552646"], ["updated_at", "2020-11-24 16:09:50.552646"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:50.566423"], ["updated_at", "2020-11-24 16:09:50.566423"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:50.570730"], ["updated_at", "2020-11-24 16:09:50.570730"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 16:09:50.577467"], ["updated_at", "2020-11-24 16:09:50.577467"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 16:09:50.584640"], ["updated_at", "2020-11-24 16:09:50.584640"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.3ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:50.592929"], ["updated_at", "2020-11-24 16:09:50.592929"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:50.595600"], ["updated_at", "2020-11-24 16:09:50.595600"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:50.597660"], ["updated_at", "2020-11-24 16:09:50.597660"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:50.599131"], ["updated_at", "2020-11-24 16:09:50.599131"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:50.600545"], ["updated_at", "2020-11-24 16:09:50.600545"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:50.601954"], ["updated_at", "2020-11-24 16:09:50.601954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:50.603603"], ["updated_at", "2020-11-24 16:09:50.603603"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:50.605707"], ["updated_at", "2020-11-24 16:09:50.605707"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 4], ["a_decimal", 1.35587479294081], ["a_string", "Molestias velit ipsa."], ["a_date", "2020-12-10"], ["a_time", "2000-01-01 18:16:51.608971"], ["a_datetime", "2020-12-13 15:43:57.798163"], ["created_at", "2020-11-24 16:09:50.608835"], ["updated_at", "2020-11-24 16:09:50.608835"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 4], ["a_decimal", 1.1551534890648], ["a_string", "Mollitia aut eveniet enim ut."], ["a_date", "2020-12-06"], ["a_time", "2000-01-01 20:54:54.124307"], ["a_datetime", "2021-01-05 07:38:07.718121"], ["created_at", "2020-11-24 16:09:50.612658"], ["updated_at", "2020-11-24 16:09:50.612658"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 0], ["a_decimal", 2.09492027496005], ["a_string", "Omnis suscipit nihil dolores recusandae."], ["a_date", "2020-11-28"], ["a_time", "2000-01-01 02:04:30.887368"], ["a_datetime", "2020-10-21 10:37:43.421620"], ["created_at", "2020-11-24 16:09:50.615842"], ["updated_at", "2020-11-24 16:09:50.615842"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 17], ["a_decimal", 2.72562472127896], ["a_string", "Distinctio qui nulla explicabo deserunt in."], ["a_date", "2020-12-09"], ["a_time", "2000-01-01 01:53:24.129484"], ["a_datetime", "2020-12-16 08:39:00.403435"], ["created_at", "2020-11-24 16:09:50.618633"], ["updated_at", "2020-11-24 16:09:50.618633"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 16], ["a_decimal", 14.5689165720534], ["a_string", "Non aut quo numquam magni."], ["a_date", "2020-10-22"], ["a_time", "2000-01-01 03:44:48.318174"], ["a_datetime", "2020-10-29 00:17:43.550020"], ["created_at", "2020-11-24 16:09:50.621691"], ["updated_at", "2020-11-24 16:09:50.621691"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 4], ["a_decimal", 26.8362556595153], ["a_string", "Alias omnis at id."], ["a_date", "2020-11-21"], ["a_time", "2000-01-01 06:23:54.377940"], ["a_datetime", "2020-11-25 05:01:44.774496"], ["created_at", "2020-11-24 16:09:50.624851"], ["updated_at", "2020-11-24 16:09:50.624851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 10], ["a_decimal", 9.07208234994789], ["a_string", "Architecto et tempore occaecati sequi temporibus."], ["a_date", "2020-12-15"], ["a_time", "2000-01-01 11:10:36.605949"], ["a_datetime", "2020-11-10 20:30:44.584938"], ["created_at", "2020-11-24 16:09:50.627643"], ["updated_at", "2020-11-24 16:09:50.627643"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 26], ["a_decimal", 3.66736135532182], ["a_string", "Aut aut facilis dolorem velit."], ["a_date", "2020-12-11"], ["a_time", "2000-01-01 23:26:21.223788"], ["a_datetime", "2020-12-20 01:40:40.484363"], ["created_at", "2020-11-24 16:09:50.630472"], ["updated_at", "2020-11-24 16:09:50.630472"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 16:09:50.632352"], ["updated_at", "2020-11-24 16:09:50.632352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:09:50.633781"], ["updated_at", "2020-11-24 16:09:50.633781"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:09:50.635108"], ["updated_at", "2020-11-24 16:09:50.635108"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 16:09:50.636477"], ["updated_at", "2020-11-24 16:09:50.636477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:09:50.637886"], ["updated_at", "2020-11-24 16:09:50.637886"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:09:50.639448"], ["updated_at", "2020-11-24 16:09:50.639448"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 16:09:50.640879"], ["updated_at", "2020-11-24 16:09:50.640879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 16:09:50.642153"], ["updated_at", "2020-11-24 16:09:50.642153"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 16:09:50.643501"], ["updated_at", "2020-11-24 16:09:50.643501"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 16:09:50.644924"], ["updated_at", "2020-11-24 16:09:50.644924"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 16:09:50.646223"], ["updated_at", "2020-11-24 16:09:50.646223"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 16:09:50.647482"], ["updated_at", "2020-11-24 16:09:50.647482"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:09:50.648753"], ["updated_at", "2020-11-24 16:09:50.648753"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 16:09:50.649966"], ["updated_at", "2020-11-24 16:09:50.649966"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 16:09:50.651178"], ["updated_at", "2020-11-24 16:09:50.651178"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 16:09:50.652407"], ["updated_at", "2020-11-24 16:09:50.652407"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1008], ["a_decimal", 3.10162000073887], ["a_string", "Voluptatum delectus quia."], ["a_unique_value", 5], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "XfejmZ1BdF@hotmail.com"], ["created_at", "2020-11-24 16:09:50.657274"], ["updated_at", "2020-11-24 16:09:50.657274"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1017], ["a_decimal", 2.95136553086693], ["a_string", "Cumque qui sunt rerum necessitatibus."], ["a_unique_value", 9], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "guiFEbqCFc@gmail.com"], ["created_at", "2020-11-24 16:09:50.662066"], ["updated_at", "2020-11-24 16:09:50.662066"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1033], ["a_decimal", 3.95611337743584], ["a_string", "Velit ea omnis qui at sed."], ["a_unique_value", 3], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "28zocNmtJc@gmail.com"], ["created_at", "2020-11-24 16:09:50.666612"], ["updated_at", "2020-11-24 16:09:50.666612"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 11.7812995500291], ["a_string", "In aliquid quia necessitatibus officiis aperiam."], ["a_unique_value", 1], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "qlaHn4iuRO@gmail.com"], ["created_at", "2020-11-24 16:09:50.671441"], ["updated_at", "2020-11-24 16:09:50.671441"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1005], ["a_decimal", 5.69715940026218], ["a_string", "Aut velit corporis quas consequatur beatae."], ["a_unique_value", 7], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "nC4UYKQh07@gmail.com"], ["created_at", "2020-11-24 16:09:50.677018"], ["updated_at", "2020-11-24 16:09:50.677018"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1036], ["a_decimal", 8.03037765362895], ["a_string", "Porro quia delectus."], ["a_unique_value", 10], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "RCMHot8J0F@hotmail.com"], ["created_at", "2020-11-24 16:09:50.681853"], ["updated_at", "2020-11-24 16:09:50.681853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 1.7252125593784], ["a_string", "Corrupti eos totam laboriosam nesciunt."], ["a_unique_value", 2], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "16egglQeHA@hotmail.com"], ["created_at", "2020-11-24 16:09:50.686304"], ["updated_at", "2020-11-24 16:09:50.686304"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1005], ["a_decimal", 6.19833037727283], ["a_string", "Pariatur suscipit dolorem consequatur."], ["a_unique_value", 8], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "RPIxNFizTb@hotmail.com"], ["created_at", "2020-11-24 16:09:50.690903"], ["updated_at", "2020-11-24 16:09:50.690903"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:50.717593"], ["updated_at", "2020-11-24 16:09:50.717593"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:50.718658"], ["updated_at", "2020-11-24 16:09:50.718658"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:50.719542"], ["updated_at", "2020-11-24 16:09:50.719542"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:50.720352"], ["updated_at", "2020-11-24 16:09:50.720352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:50.721158"], ["updated_at", "2020-11-24 16:09:50.721158"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:50.721943"], ["updated_at", "2020-11-24 16:09:50.721943"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:50.722712"], ["updated_at", "2020-11-24 16:09:50.722712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:50.723475"], ["updated_at", "2020-11-24 16:09:50.723475"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:50.724309"], ["updated_at", "2020-11-24 16:09:50.724309"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:50.725135"], ["updated_at", "2020-11-24 16:09:50.725135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:50.725932"], ["updated_at", "2020-11-24 16:09:50.725932"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:50.726708"], ["updated_at", "2020-11-24 16:09:50.726708"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:50.727469"], ["updated_at", "2020-11-24 16:09:50.727469"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:50.728261"], ["updated_at", "2020-11-24 16:09:50.728261"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:50.729093"], ["updated_at", "2020-11-24 16:09:50.729093"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:50.729868"], ["updated_at", "2020-11-24 16:09:50.729868"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 16:09:50.731368"], ["updated_at", "2020-11-24 16:09:50.731368"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 16:09:50.732793"], ["updated_at", "2020-11-24 16:09:50.732793"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 16:09:50.734175"], ["updated_at", "2020-11-24 16:09:50.734175"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 16:09:50.735590"], ["updated_at", "2020-11-24 16:09:50.735590"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 16:09:50.736962"], ["updated_at", "2020-11-24 16:09:50.736962"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 16:09:50.738637"], ["updated_at", "2020-11-24 16:09:50.738637"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 16:09:50.740556"], ["updated_at", "2020-11-24 16:09:50.740556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 16:09:50.742215"], ["updated_at", "2020-11-24 16:09:50.742215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 8], ["created_at", "2020-11-24 16:09:50.744342"], ["updated_at", "2020-11-24 16:09:50.744342"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-24 16:09:50.746216"], ["updated_at", "2020-11-24 16:09:50.746216"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 1], ["created_at", "2020-11-24 16:09:50.747991"], ["updated_at", "2020-11-24 16:09:50.747991"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 8], ["created_at", "2020-11-24 16:09:50.749753"], ["updated_at", "2020-11-24 16:09:50.749753"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-24 16:09:50.751500"], ["updated_at", "2020-11-24 16:09:50.751500"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-24 16:09:50.753294"], ["updated_at", "2020-11-24 16:09:50.753294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 3], ["created_at", "2020-11-24 16:09:50.755477"], ["updated_at", "2020-11-24 16:09:50.755477"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-24 16:09:50.757763"], ["updated_at", "2020-11-24 16:09:50.757763"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 0], ["a_decimal", 0.190404955614549], ["a_string", "Quo eligendi necessitatibus."], ["a_date", "2020-12-29"], ["a_time", "2000-01-01 01:54:09.255075"], ["a_datetime", "2020-12-20 01:44:57.512212"], ["created_at", "2020-11-24 16:09:50.801584"], ["updated_at", "2020-11-24 16:09:50.801584"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 4], ["a_decimal", 10.2476424931417], ["a_string", "Architecto officia atque dolorem saepe."], ["a_date", "2020-11-26"], ["a_time", "2000-01-01 04:41:50.750674"], ["a_datetime", "2020-12-31 15:33:29.742096"], ["created_at", "2020-11-24 16:09:50.806097"], ["updated_at", "2020-11-24 16:09:50.806097"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 8], ["a_decimal", 28.0956166606268], ["a_string", "Consequatur enim aut rerum et."], ["a_date", "2020-12-17"], ["a_time", "2000-01-01 09:48:50.227532"], ["a_datetime", "2020-10-31 11:46:52.523500"], ["created_at", "2020-11-24 16:09:50.810267"], ["updated_at", "2020-11-24 16:09:50.810267"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 10], ["a_decimal", 8.830536307871], ["a_string", "Temporibus sed iste est."], ["a_date", "2020-11-24"], ["a_time", "2000-01-01 16:53:47.523748"], ["a_datetime", "2020-12-29 01:03:19.656183"], ["created_at", "2020-11-24 16:09:50.818724"], ["updated_at", "2020-11-24 16:09:50.818724"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 9], ["a_decimal", 15.6826736902629], ["a_string", "Atque magnam et non qui quia."], ["a_date", "2020-11-15"], ["a_time", "2000-01-01 13:57:40.783193"], ["a_datetime", "2020-11-01 23:15:13.840834"], ["created_at", "2020-11-24 16:09:50.822957"], ["updated_at", "2020-11-24 16:09:50.822957"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 17], ["a_decimal", 12.6577863262222], ["a_string", "Nihil beatae repudiandae ratione."], ["a_date", "2020-12-07"], ["a_time", "2000-01-01 07:36:49.488789"], ["a_datetime", "2020-11-30 21:45:25.327497"], ["created_at", "2020-11-24 16:09:50.827266"], ["updated_at", "2020-11-24 16:09:50.827266"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:50.832927"], ["updated_at", "2020-11-24 16:09:50.832927"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.2ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.2ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:50.876015"], ["updated_at", "2020-11-24 16:09:50.876015"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:50.878378"], ["updated_at", "2020-11-24 16:09:50.878378"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:50.880605"], ["updated_at", "2020-11-24 16:09:50.880605"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:50.883216"], ["updated_at", "2020-11-24 16:09:50.883216"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:50.885648"], ["updated_at", "2020-11-24 16:09:50.885648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:50.888107"], ["updated_at", "2020-11-24 16:09:50.888107"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:50.890827"], ["updated_at", "2020-11-24 16:09:50.890827"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:50.893652"], ["updated_at", "2020-11-24 16:09:50.893652"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 21], ["a_decimal", 31.0369264479041], ["a_string", "Impedit modi doloremque aperiam ratione."], ["a_date", "2020-11-24"], ["a_time", "2000-01-01 19:17:39.338413"], ["a_datetime", "2020-11-13 01:14:59.259839"], ["created_at", "2020-11-24 16:09:50.897937"], ["updated_at", "2020-11-24 16:09:50.897937"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 12], ["a_decimal", 30.0468657771499], ["a_string", "Et exercitationem eum quas rerum."], ["a_date", "2020-11-14"], ["a_time", "2000-01-01 09:00:02.737427"], ["a_datetime", "2020-11-20 15:50:04.279836"], ["created_at", "2020-11-24 16:09:50.902380"], ["updated_at", "2020-11-24 16:09:50.902380"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 5], ["a_decimal", 12.7586310621444], ["a_string", "Quod ab architecto."], ["a_date", "2020-12-22"], ["a_time", "2000-01-01 05:40:17.396332"], ["a_datetime", "2020-12-03 23:59:36.829567"], ["created_at", "2020-11-24 16:09:50.906495"], ["updated_at", "2020-11-24 16:09:50.906495"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 10], ["a_decimal", 3.21292940579286], ["a_string", "Sapiente ut et recusandae iusto aut."], ["a_date", "2020-10-25"], ["a_time", "2000-01-01 08:56:21.377853"], ["a_datetime", "2020-12-19 11:20:46.358916"], ["created_at", "2020-11-24 16:09:50.910394"], ["updated_at", "2020-11-24 16:09:50.910394"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 3], ["a_decimal", 1.37160098860625], ["a_string", "Alias sed odit est rerum iure."], ["a_date", "2020-11-03"], ["a_time", "2000-01-01 18:42:59.810313"], ["a_datetime", "2020-12-15 07:41:41.746562"], ["created_at", "2020-11-24 16:09:50.914051"], ["updated_at", "2020-11-24 16:09:50.914051"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 10], ["a_decimal", 8.27154814529521], ["a_string", "Est laboriosam soluta minus."], ["a_date", "2020-12-08"], ["a_time", "2000-01-01 12:35:58.102773"], ["a_datetime", "2020-11-07 06:27:28.944933"], ["created_at", "2020-11-24 16:09:50.917765"], ["updated_at", "2020-11-24 16:09:50.917765"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 9], ["a_decimal", 0.802905815187196], ["a_string", "Et hic eaque."], ["a_date", "2020-12-30"], ["a_time", "2000-01-01 13:27:44.633969"], ["a_datetime", "2020-11-24 21:39:40.867534"], ["created_at", "2020-11-24 16:09:50.921505"], ["updated_at", "2020-11-24 16:09:50.921505"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 7], ["a_decimal", 3.4292652135892], ["a_string", "Eos quos ab quod."], ["a_date", "2020-12-12"], ["a_time", "2000-01-01 02:21:27.895003"], ["a_datetime", "2021-01-01 07:58:39.997867"], ["created_at", "2020-11-24 16:09:50.925076"], ["updated_at", "2020-11-24 16:09:50.925076"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 16:09:50.927769"], ["updated_at", "2020-11-24 16:09:50.927769"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:09:50.930011"], ["updated_at", "2020-11-24 16:09:50.930011"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 16:09:50.932046"], ["updated_at", "2020-11-24 16:09:50.932046"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:09:50.934065"], ["updated_at", "2020-11-24 16:09:50.934065"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 16:09:50.936149"], ["updated_at", "2020-11-24 16:09:50.936149"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 16:09:50.938234"], ["updated_at", "2020-11-24 16:09:50.938234"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 16:09:50.940280"], ["updated_at", "2020-11-24 16:09:50.940280"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 16:09:50.942390"], ["updated_at", "2020-11-24 16:09:50.942390"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 16:09:50.944523"], ["updated_at", "2020-11-24 16:09:50.944523"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 16:09:50.946690"], ["updated_at", "2020-11-24 16:09:50.946690"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 16:09:50.948740"], ["updated_at", "2020-11-24 16:09:50.948740"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 16:09:50.950746"], ["updated_at", "2020-11-24 16:09:50.950746"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 16:09:50.952775"], ["updated_at", "2020-11-24 16:09:50.952775"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 16:09:50.954830"], ["updated_at", "2020-11-24 16:09:50.954830"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:09:50.956843"], ["updated_at", "2020-11-24 16:09:50.956843"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 16:09:50.958857"], ["updated_at", "2020-11-24 16:09:50.958857"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1006], ["a_decimal", 19.9029759168307], ["a_string", "Autem libero id."], ["a_unique_value", 10], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "GAvfUdc0bD@hotmail.com"], ["created_at", "2020-11-24 16:09:50.964604"], ["updated_at", "2020-11-24 16:09:50.964604"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1038], ["a_decimal", 1.53257364068743], ["a_string", "Velit blanditiis laborum autem quis."], ["a_unique_value", 1], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "5xM31sF8LU@hotmail.com"], ["created_at", "2020-11-24 16:09:50.970357"], ["updated_at", "2020-11-24 16:09:50.970357"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1017], ["a_decimal", 17.5566915128618], ["a_string", "Perspiciatis ab voluptatem."], ["a_unique_value", 4], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "AGPoPjZEvv@hotmail.com"], ["created_at", "2020-11-24 16:09:50.975773"], ["updated_at", "2020-11-24 16:09:50.975773"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.9ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1006], ["a_decimal", 11.1250387413776], ["a_string", "Facere quisquam cumque eum et."], ["a_unique_value", 8], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "YzubsZ1RSn@hotmail.com"], ["created_at", "2020-11-24 16:09:50.992292"], ["updated_at", "2020-11-24 16:09:50.992292"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1034], ["a_decimal", 19.8502103664306], ["a_string", "Est quam repudiandae voluptate."], ["a_unique_value", 2], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "EpLl2aaFTT@hotmail.com"], ["created_at", "2020-11-24 16:09:50.998546"], ["updated_at", "2020-11-24 16:09:50.998546"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1013], ["a_decimal", 6.89988692757333], ["a_string", "Deleniti soluta sequi."], ["a_unique_value", 3], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "IzS9n7mjtF@hotmail.com"], ["created_at", "2020-11-24 16:09:51.004748"], ["updated_at", "2020-11-24 16:09:51.004748"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1003], ["a_decimal", 1.05890408679109], ["a_string", "Quis sequi explicabo rerum."], ["a_unique_value", 9], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "PWmKZ8MpvE@gmail.com"], ["created_at", "2020-11-24 16:09:51.010778"], ["updated_at", "2020-11-24 16:09:51.010778"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1020], ["a_decimal", 5.95040966012562], ["a_string", "Voluptas voluptatibus dolor harum inventore et."], ["a_unique_value", 6], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "iRQIibgaO5@gmail.com"], ["created_at", "2020-11-24 16:09:51.016788"], ["updated_at", "2020-11-24 16:09:51.016788"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:51.040605"], ["updated_at", "2020-11-24 16:09:51.040605"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:51.042007"], ["updated_at", "2020-11-24 16:09:51.042007"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:51.043396"], ["updated_at", "2020-11-24 16:09:51.043396"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:51.044554"], ["updated_at", "2020-11-24 16:09:51.044554"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:51.045791"], ["updated_at", "2020-11-24 16:09:51.045791"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:51.046885"], ["updated_at", "2020-11-24 16:09:51.046885"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:51.047967"], ["updated_at", "2020-11-24 16:09:51.047967"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:09:51.049066"], ["updated_at", "2020-11-24 16:09:51.049066"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:51.050241"], ["updated_at", "2020-11-24 16:09:51.050241"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:51.051447"], ["updated_at", "2020-11-24 16:09:51.051447"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:51.052642"], ["updated_at", "2020-11-24 16:09:51.052642"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:51.053852"], ["updated_at", "2020-11-24 16:09:51.053852"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:51.055043"], ["updated_at", "2020-11-24 16:09:51.055043"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:51.056257"], ["updated_at", "2020-11-24 16:09:51.056257"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:51.057499"], ["updated_at", "2020-11-24 16:09:51.057499"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:09:51.058691"], ["updated_at", "2020-11-24 16:09:51.058691"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 16:09:51.060748"], ["updated_at", "2020-11-24 16:09:51.060748"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 16:09:51.063091"], ["updated_at", "2020-11-24 16:09:51.063091"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 16:09:51.065613"], ["updated_at", "2020-11-24 16:09:51.065613"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 16:09:51.067720"], ["updated_at", "2020-11-24 16:09:51.067720"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 16:09:51.069911"], ["updated_at", "2020-11-24 16:09:51.069911"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 16:09:51.072094"], ["updated_at", "2020-11-24 16:09:51.072094"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 16:09:51.074186"], ["updated_at", "2020-11-24 16:09:51.074186"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 16:09:51.076311"], ["updated_at", "2020-11-24 16:09:51.076311"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-24 16:09:51.079171"], ["updated_at", "2020-11-24 16:09:51.079171"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 7], ["created_at", "2020-11-24 16:09:51.082180"], ["updated_at", "2020-11-24 16:09:51.082180"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 5], ["created_at", "2020-11-24 16:09:51.084812"], ["updated_at", "2020-11-24 16:09:51.084812"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-24 16:09:51.087373"], ["updated_at", "2020-11-24 16:09:51.087373"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 7], ["created_at", "2020-11-24 16:09:51.090023"], ["updated_at", "2020-11-24 16:09:51.090023"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 6], ["created_at", "2020-11-24 16:09:51.092734"], ["updated_at", "2020-11-24 16:09:51.092734"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 7], ["created_at", "2020-11-24 16:09:51.095457"], ["updated_at", "2020-11-24 16:09:51.095457"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 2], ["created_at", "2020-11-24 16:09:51.098151"], ["updated_at", "2020-11-24 16:09:51.098151"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.1ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.7ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (10.3ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.4ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.4ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1006], ["a_decimal", 8.35739702530893], ["a_string", "Dolorum et voluptatem voluptatibus molestiae."], ["a_unique_value", 3], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "_ZtQJo7JzX@gmail.com"], ["created_at", "2020-11-24 16:11:24.432590"], ["updated_at", "2020-11-24 16:11:24.432590"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1024], ["a_decimal", 11.4084249020385], ["a_string", "Ab aliquam quos adipisci."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "VVkq1Jy2OI@gmail.com"], ["created_at", "2020-11-24 16:11:24.437394"], ["updated_at", "2020-11-24 16:11:24.437394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1036], ["a_decimal", 8.03760006076311], ["a_string", "Magnam in eveniet qui."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "5bZt72y7zN@hotmail.com"], ["created_at", "2020-11-24 16:11:24.441625"], ["updated_at", "2020-11-24 16:11:24.441625"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 22.1570120750993], ["a_string", "Cum aut eligendi dolore laudantium."], ["a_unique_value", 4], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "z1b5MjRq01@hotmail.com"], ["created_at", "2020-11-24 16:11:24.445895"], ["updated_at", "2020-11-24 16:11:24.445895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1018], ["a_decimal", 9.84341913575261], ["a_string", "Quis non ea eum libero."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "Llz8MTk0oc@gmail.com"], ["created_at", "2020-11-24 16:11:24.450176"], ["updated_at", "2020-11-24 16:11:24.450176"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 5.52064872390358], ["a_string", "Quos qui eum."], ["a_unique_value", 9], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "orhFHzaBQh@hotmail.com"], ["created_at", "2020-11-24 16:11:24.454403"], ["updated_at", "2020-11-24 16:11:24.454403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1005], ["a_decimal", 0.649329445285405], ["a_string", "Laudantium porro sit ea."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "Ou6habBrE_@hotmail.com"], ["created_at", "2020-11-24 16:11:24.458597"], ["updated_at", "2020-11-24 16:11:24.458597"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1007], ["a_decimal", 0.539508275050859], ["a_string", "Laboriosam illo blanditiis aut nisi."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "vRkxOlfeVv@gmail.com"], ["created_at", "2020-11-24 16:11:24.462877"], ["updated_at", "2020-11-24 16:11:24.462877"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1015], ["a_decimal", 0.350078518877784], ["a_string", "Eum asperiores vel."], ["a_unique_value", 10], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "3Q9rU4vwk7@hotmail.com"], ["created_at", "2020-11-24 16:11:24.467220"], ["updated_at", "2020-11-24 16:11:24.467220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1026], ["a_decimal", 2.53531378456792], ["a_string", "Iste eius quos eaque ipsum."], ["a_unique_value", 8], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "vcVRLLq_bp@hotmail.com"], ["created_at", "2020-11-24 16:11:24.471627"], ["updated_at", "2020-11-24 16:11:24.471627"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1018], ["a_decimal", 6.13301844432216], ["a_string", "Voluptatem omnis dolorem rem."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "VC8wFLbybh@hotmail.com"], ["created_at", "2020-11-24 16:11:24.490127"], ["updated_at", "2020-11-24 16:11:24.490127"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 28.9383091495724], ["a_string", "Et est accusamus vitae veniam eum."], ["a_unique_value", 9], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "joyjUkzXu_@hotmail.com"], ["created_at", "2020-11-24 16:11:24.496280"], ["updated_at", "2020-11-24 16:11:24.496280"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1028], ["a_decimal", 4.84267670263838], ["a_string", "Consequuntur doloremque vel debitis consequatur."], ["a_unique_value", 2], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "xKJPGsWoGe@hotmail.com"], ["created_at", "2020-11-24 16:11:24.501998"], ["updated_at", "2020-11-24 16:11:24.501998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1006], ["a_decimal", 20.5727536697851], ["a_string", "Distinctio nostrum itaque."], ["a_unique_value", 7], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "Vdg1cWsg_i@gmail.com"], ["created_at", "2020-11-24 16:11:24.506975"], ["updated_at", "2020-11-24 16:11:24.506975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1010], ["a_decimal", 25.3683281431773], ["a_string", "Nesciunt et consequatur quia."], ["a_unique_value", 4], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "AjcGruiQrr@gmail.com"], ["created_at", "2020-11-24 16:11:24.511690"], ["updated_at", "2020-11-24 16:11:24.511690"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1005], ["a_decimal", 0.0103836385714248], ["a_string", "Quas recusandae eum et perspiciatis est."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "fne0YU7WMi@hotmail.com"], ["created_at", "2020-11-24 16:11:24.516939"], ["updated_at", "2020-11-24 16:11:24.516939"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1004], ["a_decimal", 5.04876987911274], ["a_string", "Error sunt similique quaerat quisquam."], ["a_unique_value", 5], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "cUJOQLDz1C@hotmail.com"], ["created_at", "2020-11-24 16:11:24.521780"], ["updated_at", "2020-11-24 16:11:24.521780"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1005], ["a_decimal", 0.983934512368858], ["a_string", "Minus qui maiores alias qui animi."], ["a_unique_value", 1], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "j3qfxGPDXE@gmail.com"], ["created_at", "2020-11-24 16:11:24.526380"], ["updated_at", "2020-11-24 16:11:24.526380"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1005], ["a_decimal", 10.6459944369239], ["a_string", "Voluptatibus quo quis quia mollitia accusamus."], ["a_unique_value", 8], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "vk_xvlm8uk@hotmail.com"], ["created_at", "2020-11-24 16:11:24.530784"], ["updated_at", "2020-11-24 16:11:24.530784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1006], ["a_decimal", 2.13038423386337], ["a_string", "Autem repellendus nam tempore totam qui."], ["a_unique_value", 10], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "1xx1wIEdQn@gmail.com"], ["created_at", "2020-11-24 16:11:24.535355"], ["updated_at", "2020-11-24 16:11:24.535355"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1021], ["a_decimal", 2.51021252102612], ["a_string", "Nemo delectus et."], ["a_unique_value", 4], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "6kC_tHxzaG@hotmail.com"], ["created_at", "2020-11-24 16:11:24.541958"], ["updated_at", "2020-11-24 16:11:24.541958"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1024], ["a_decimal", 3.78528710822805], ["a_string", "In aut et voluptatum enim veritatis."], ["a_unique_value", 7], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "CCpo3LH2jt@gmail.com"], ["created_at", "2020-11-24 16:11:24.547799"], ["updated_at", "2020-11-24 16:11:24.547799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1006], ["a_decimal", 3.96118219579117], ["a_string", "Tempora dignissimos qui vitae porro similique."], ["a_unique_value", 3], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "ytp_FapmQp@hotmail.com"], ["created_at", "2020-11-24 16:11:24.553591"], ["updated_at", "2020-11-24 16:11:24.553591"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1003], ["a_decimal", 5.94899402348377], ["a_string", "Voluptas quis quia accusantium."], ["a_unique_value", 8], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "BSTDsZTV4Z@gmail.com"], ["created_at", "2020-11-24 16:11:24.558426"], ["updated_at", "2020-11-24 16:11:24.558426"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1034], ["a_decimal", 27.4361169085262], ["a_string", "Laboriosam et architecto."], ["a_unique_value", 2], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "7bKG31Rj9b@gmail.com"], ["created_at", "2020-11-24 16:11:24.563110"], ["updated_at", "2020-11-24 16:11:24.563110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 4.12265062508414], ["a_string", "Tempora et qui voluptas."], ["a_unique_value", 9], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "WoaQ3nPKos@gmail.com"], ["created_at", "2020-11-24 16:11:24.568040"], ["updated_at", "2020-11-24 16:11:24.568040"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1031], ["a_decimal", 1.84187795453828], ["a_string", "Debitis pariatur laborum."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "yviE9iiaKB@hotmail.com"], ["created_at", "2020-11-24 16:11:24.572743"], ["updated_at", "2020-11-24 16:11:24.572743"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1016], ["a_decimal", 14.5652546602535], ["a_string", "Natus sed et dolorum aliquam necessitatibus."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "9QwoCD3nas@gmail.com"], ["created_at", "2020-11-24 16:11:24.577151"], ["updated_at", "2020-11-24 16:11:24.577151"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1009], ["a_decimal", 19.6959858609568], ["a_string", "Placeat nobis rerum quos."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "u1nbPTxWRo@hotmail.com"], ["created_at", "2020-11-24 16:11:24.581431"], ["updated_at", "2020-11-24 16:11:24.581431"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1016], ["a_decimal", 0.279092586849623], ["a_string", "Est commodi sapiente totam quaerat."], ["a_unique_value", 10], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "MBl5PQa93z@hotmail.com"], ["created_at", "2020-11-24 16:11:24.585870"], ["updated_at", "2020-11-24 16:11:24.585870"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1023], ["a_decimal", 10.3565792524423], ["a_string", "Maxime aspernatur aperiam repudiandae in saepe."], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "vQXSzApSvo@hotmail.com"], ["created_at", "2020-11-24 16:11:24.623756"], ["updated_at", "2020-11-24 16:11:24.623756"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1013], ["a_decimal", 9.62646680530326], ["a_string", "Necessitatibus tempore mollitia quae voluptatum."], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "ktVRD2QV2r@gmail.com"], ["created_at", "2020-11-24 16:11:24.661750"], ["updated_at", "2020-11-24 16:11:24.661750"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 2.01838332708779], ["a_string", "Id ipsum commodi harum."], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "G2kePvkHLD@hotmail.com"], ["created_at", "2020-11-24 16:11:24.708582"], ["updated_at", "2020-11-24 16:11:24.708582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1020], ["a_decimal", 4.23016975407569], ["a_string", "Odio sit distinctio sed ut."], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "MJS3sWoOhq@hotmail.com"], ["created_at", "2020-11-24 16:11:24.746757"], ["updated_at", "2020-11-24 16:11:24.746757"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 8.20480175290392], ["a_string", "Et quia enim sunt non."], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "fW7qGTJBD5@gmail.com"], ["created_at", "2020-11-24 16:11:24.784849"], ["updated_at", "2020-11-24 16:11:24.784849"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 2.69405990532192], ["a_string", "Natus repellat id."], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "7UBtevfO2G@gmail.com"], ["created_at", "2020-11-24 16:11:24.822771"], ["updated_at", "2020-11-24 16:11:24.822771"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1005], ["a_decimal", 12.8135913594212], ["a_string", "Enim sit quae velit maiores blanditiis."], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "kwVMWy4GgW@hotmail.com"], ["created_at", "2020-11-24 16:11:24.866362"], ["updated_at", "2020-11-24 16:11:24.866362"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1007], ["a_decimal", 10.3739399055228], ["a_string", "Qui aut impedit minima."], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "gNMEbrbbcY@gmail.com"], ["created_at", "2020-11-24 16:11:24.904663"], ["updated_at", "2020-11-24 16:11:24.904663"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1022], ["a_decimal", 10.2078379455537], ["a_string", "Aliquam odit et molestias magni."], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "9pL5FHrwMD@hotmail.com"], ["created_at", "2020-11-24 16:11:24.943001"], ["updated_at", "2020-11-24 16:11:24.943001"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1003], ["a_decimal", 41.7622577459782], ["a_string", "Reiciendis enim soluta enim sint et."], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "TvZUdNYFtb@gmail.com"], ["created_at", "2020-11-24 16:11:24.981435"], ["updated_at", "2020-11-24 16:11:24.981435"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.030142"], ["updated_at", "2020-11-24 16:11:25.030142"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 5], ["a_decimal", 19.3072536436545], ["a_string", "Ullam maiores unde."], ["a_date", "2020-12-06"], ["a_time", "2000-01-01 04:32:36.970648"], ["a_datetime", "2020-11-26 13:26:16.536087"], ["created_at", "2020-11-24 16:11:25.041916"], ["updated_at", "2020-11-24 16:11:25.041916"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:11:25.048273"], ["updated_at", "2020-11-24 16:11:25.048273"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:11:25.054193"], ["updated_at", "2020-11-24 16:11:25.054193"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 0.427543716651965], ["a_string", "Dolores molestias aut commodi dolorum."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "ippJ_cR2JK@gmail.com"], ["created_at", "2020-11-24 16:11:25.060026"], ["updated_at", "2020-11-24 16:11:25.060026"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.071953"], ["updated_at", "2020-11-24 16:11:25.071953"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:11:25.075895"], ["updated_at", "2020-11-24 16:11:25.075895"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 16:11:25.093091"], ["updated_at", "2020-11-24 16:11:25.093091"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 16:11:25.101660"], ["updated_at", "2020-11-24 16:11:25.101660"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.111242"], ["updated_at", "2020-11-24 16:11:25.111242"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.113600"], ["updated_at", "2020-11-24 16:11:25.113600"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.115479"], ["updated_at", "2020-11-24 16:11:25.115479"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.117593"], ["updated_at", "2020-11-24 16:11:25.117593"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.119663"], ["updated_at", "2020-11-24 16:11:25.119663"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.122128"], ["updated_at", "2020-11-24 16:11:25.122128"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.124549"], ["updated_at", "2020-11-24 16:11:25.124549"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.126310"], ["updated_at", "2020-11-24 16:11:25.126310"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1], ["a_decimal", 6.79411324094081], ["a_string", "Sit fugiat illum tempore qui fuga."], ["a_date", "2020-12-12"], ["a_time", "2000-01-01 03:25:20.242644"], ["a_datetime", "2020-11-19 10:08:49.461168"], ["created_at", "2020-11-24 16:11:25.129067"], ["updated_at", "2020-11-24 16:11:25.129067"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 11], ["a_decimal", 7.4826588522903], ["a_string", "Beatae voluptates explicabo ratione a."], ["a_date", "2020-12-09"], ["a_time", "2000-01-01 17:49:42.889625"], ["a_datetime", "2020-11-07 11:34:53.961040"], ["created_at", "2020-11-24 16:11:25.132400"], ["updated_at", "2020-11-24 16:11:25.132400"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 34], ["a_decimal", 21.5325567791196], ["a_string", "Ut dicta atque aut qui accusamus."], ["a_date", "2020-11-08"], ["a_time", "2000-01-01 20:26:05.485051"], ["a_datetime", "2020-10-24 19:50:48.035725"], ["created_at", "2020-11-24 16:11:25.135617"], ["updated_at", "2020-11-24 16:11:25.135617"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 20], ["a_decimal", 1.86784521000188], ["a_string", "Ut laborum mollitia excepturi."], ["a_date", "2020-11-11"], ["a_time", "2000-01-01 12:49:18.816465"], ["a_datetime", "2020-11-14 14:39:50.579563"], ["created_at", "2020-11-24 16:11:25.138471"], ["updated_at", "2020-11-24 16:11:25.138471"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 3], ["a_decimal", 9.17815689230024], ["a_string", "Omnis atque rem."], ["a_date", "2020-10-27"], ["a_time", "2000-01-01 04:19:25.752216"], ["a_datetime", "2020-12-22 03:41:40.765110"], ["created_at", "2020-11-24 16:11:25.141331"], ["updated_at", "2020-11-24 16:11:25.141331"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 22], ["a_decimal", 5.72430810231797], ["a_string", "Soluta quas perferendis alias non."], ["a_date", "2020-11-26"], ["a_time", "2000-01-01 09:37:16.835219"], ["a_datetime", "2021-01-02 20:44:13.968319"], ["created_at", "2020-11-24 16:11:25.144196"], ["updated_at", "2020-11-24 16:11:25.144196"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 7], ["a_decimal", 25.3311624504642], ["a_string", "Repellendus magni similique voluptatem sit."], ["a_date", "2020-12-07"], ["a_time", "2000-01-01 20:24:03.819543"], ["a_datetime", "2020-12-12 00:47:28.652360"], ["created_at", "2020-11-24 16:11:25.146986"], ["updated_at", "2020-11-24 16:11:25.146986"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 7], ["a_decimal", 0.0823351541707723], ["a_string", "Consequuntur non blanditiis enim et odit."], ["a_date", "2020-11-29"], ["a_time", "2000-01-01 23:11:22.278033"], ["a_datetime", "2020-10-21 11:51:54.695758"], ["created_at", "2020-11-24 16:11:25.150010"], ["updated_at", "2020-11-24 16:11:25.150010"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 16:11:25.152180"], ["updated_at", "2020-11-24 16:11:25.152180"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 16:11:25.153682"], ["updated_at", "2020-11-24 16:11:25.153682"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 16:11:25.155071"], ["updated_at", "2020-11-24 16:11:25.155071"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 16:11:25.156429"], ["updated_at", "2020-11-24 16:11:25.156429"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 16:11:25.157782"], ["updated_at", "2020-11-24 16:11:25.157782"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 16:11:25.159050"], ["updated_at", "2020-11-24 16:11:25.159050"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 16:11:25.160300"], ["updated_at", "2020-11-24 16:11:25.160300"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 16:11:25.161601"], ["updated_at", "2020-11-24 16:11:25.161601"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 16:11:25.162962"], ["updated_at", "2020-11-24 16:11:25.162962"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 16:11:25.164297"], ["updated_at", "2020-11-24 16:11:25.164297"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 16:11:25.165621"], ["updated_at", "2020-11-24 16:11:25.165621"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 16:11:25.167256"], ["updated_at", "2020-11-24 16:11:25.167256"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 16:11:25.168732"], ["updated_at", "2020-11-24 16:11:25.168732"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 16:11:25.170031"], ["updated_at", "2020-11-24 16:11:25.170031"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 16:11:25.171296"], ["updated_at", "2020-11-24 16:11:25.171296"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 16:11:25.172537"], ["updated_at", "2020-11-24 16:11:25.172537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1018], ["a_decimal", 14.0853301789048], ["a_string", "Velit veritatis vel corrupti fugiat et."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "c6A9mhDv6Y@hotmail.com"], ["created_at", "2020-11-24 16:11:25.177379"], ["updated_at", "2020-11-24 16:11:25.177379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1013], ["a_decimal", 14.1471158072765], ["a_string", "Corrupti assumenda veniam."], ["a_unique_value", 7], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "V75aAxunHA@hotmail.com"], ["created_at", "2020-11-24 16:11:25.181927"], ["updated_at", "2020-11-24 16:11:25.181927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1013], ["a_decimal", 2.7096950465558], ["a_string", "Aut quas qui aut perspiciatis porro."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "4wZLc5h8gH@hotmail.com"], ["created_at", "2020-11-24 16:11:25.186885"], ["updated_at", "2020-11-24 16:11:25.186885"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 7.59782802448554], ["a_string", "Minus error inventore."], ["a_unique_value", 10], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "Z92qVGOHx8@hotmail.com"], ["created_at", "2020-11-24 16:11:25.191623"], ["updated_at", "2020-11-24 16:11:25.191623"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 0.930424022436374], ["a_string", "Consequatur deserunt hic sint."], ["a_unique_value", 5], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "GgpwjnaaAT@gmail.com"], ["created_at", "2020-11-24 16:11:25.196011"], ["updated_at", "2020-11-24 16:11:25.196011"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1007], ["a_decimal", 18.9659045439878], ["a_string", "Est accusamus ut dolor neque voluptatem."], ["a_unique_value", 9], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "ItDsHAuNIG@gmail.com"], ["created_at", "2020-11-24 16:11:25.200356"], ["updated_at", "2020-11-24 16:11:25.200356"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1003], ["a_decimal", 0.082035450210578], ["a_string", "Voluptatem deleniti consectetur."], ["a_unique_value", 8], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "dIyN4Z3xhL@hotmail.com"], ["created_at", "2020-11-24 16:11:25.204848"], ["updated_at", "2020-11-24 16:11:25.204848"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 5.04351239713496], ["a_string", "Tempore corporis reiciendis et."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "IRVswaDkMS@hotmail.com"], ["created_at", "2020-11-24 16:11:25.209162"], ["updated_at", "2020-11-24 16:11:25.209162"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.226372"], ["updated_at", "2020-11-24 16:11:25.226372"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.227144"], ["updated_at", "2020-11-24 16:11:25.227144"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.227839"], ["updated_at", "2020-11-24 16:11:25.227839"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.228482"], ["updated_at", "2020-11-24 16:11:25.228482"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.229094"], ["updated_at", "2020-11-24 16:11:25.229094"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.229746"], ["updated_at", "2020-11-24 16:11:25.229746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.230403"], ["updated_at", "2020-11-24 16:11:25.230403"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.231030"], ["updated_at", "2020-11-24 16:11:25.231030"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:11:25.231703"], ["updated_at", "2020-11-24 16:11:25.231703"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:11:25.232493"], ["updated_at", "2020-11-24 16:11:25.232493"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:11:25.233188"], ["updated_at", "2020-11-24 16:11:25.233188"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:11:25.233808"], ["updated_at", "2020-11-24 16:11:25.233808"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:11:25.234472"], ["updated_at", "2020-11-24 16:11:25.234472"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:11:25.235110"], ["updated_at", "2020-11-24 16:11:25.235110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:11:25.235726"], ["updated_at", "2020-11-24 16:11:25.235726"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:11:25.236383"], ["updated_at", "2020-11-24 16:11:25.236383"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 16:11:25.237660"], ["updated_at", "2020-11-24 16:11:25.237660"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 16:11:25.238827"], ["updated_at", "2020-11-24 16:11:25.238827"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 16:11:25.240019"], ["updated_at", "2020-11-24 16:11:25.240019"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 16:11:25.241135"], ["updated_at", "2020-11-24 16:11:25.241135"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 16:11:25.242242"], ["updated_at", "2020-11-24 16:11:25.242242"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 16:11:25.243485"], ["updated_at", "2020-11-24 16:11:25.243485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 16:11:25.244695"], ["updated_at", "2020-11-24 16:11:25.244695"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 16:11:25.245850"], ["updated_at", "2020-11-24 16:11:25.245850"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 6], ["created_at", "2020-11-24 16:11:25.247512"], ["updated_at", "2020-11-24 16:11:25.247512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 2], ["created_at", "2020-11-24 16:11:25.249654"], ["updated_at", "2020-11-24 16:11:25.249654"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-24 16:11:25.252124"], ["updated_at", "2020-11-24 16:11:25.252124"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-24 16:11:25.254466"], ["updated_at", "2020-11-24 16:11:25.254466"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 7], ["created_at", "2020-11-24 16:11:25.256294"], ["updated_at", "2020-11-24 16:11:25.256294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 7], ["created_at", "2020-11-24 16:11:25.258351"], ["updated_at", "2020-11-24 16:11:25.258351"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 6], ["created_at", "2020-11-24 16:11:25.260263"], ["updated_at", "2020-11-24 16:11:25.260263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 1], ["created_at", "2020-11-24 16:11:25.263097"], ["updated_at", "2020-11-24 16:11:25.263097"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 6], ["a_decimal", 23.6131508893404], ["a_string", "Sed ea autem."], ["a_date", "2020-11-01"], ["a_time", "2000-01-01 10:00:35.984661"], ["a_datetime", "2020-11-19 03:39:03.629195"], ["created_at", "2020-11-24 16:11:25.302881"], ["updated_at", "2020-11-24 16:11:25.302881"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 22], ["a_decimal", 0.0901730364087846], ["a_string", "Qui perferendis excepturi neque."], ["a_date", "2021-01-04"], ["a_time", "2000-01-01 02:13:45.898320"], ["a_datetime", "2020-10-21 19:17:48.584415"], ["created_at", "2020-11-24 16:11:25.307578"], ["updated_at", "2020-11-24 16:11:25.307578"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 24], ["a_decimal", 41.3773114673972], ["a_string", "Enim non voluptatibus."], ["a_date", "2020-12-11"], ["a_time", "2000-01-01 19:21:18.035942"], ["a_datetime", "2020-12-17 03:40:17.078147"], ["created_at", "2020-11-24 16:11:25.311276"], ["updated_at", "2020-11-24 16:11:25.311276"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 20], ["a_decimal", 22.0789747218301], ["a_string", "Voluptas quo esse."], ["a_date", "2020-11-12"], ["a_time", "2000-01-01 05:17:35.626586"], ["a_datetime", "2020-11-18 08:58:19.683741"], ["created_at", "2020-11-24 16:11:25.316900"], ["updated_at", "2020-11-24 16:11:25.316900"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 10], ["a_decimal", 10.0323831233416], ["a_string", "Animi blanditiis consequatur aut natus vel."], ["a_date", "2021-01-02"], ["a_time", "2000-01-01 06:32:37.105867"], ["a_datetime", "2020-11-04 17:19:26.618205"], ["created_at", "2020-11-24 16:11:25.320621"], ["updated_at", "2020-11-24 16:11:25.320621"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 9], ["a_decimal", 33.5835571398643], ["a_string", "Nulla rerum quam quidem officia aliquam."], ["a_date", "2020-11-07"], ["a_time", "2000-01-01 06:56:17.925776"], ["a_datetime", "2020-11-11 23:14:43.267350"], ["created_at", "2020-11-24 16:11:25.324581"], ["updated_at", "2020-11-24 16:11:25.324581"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.328224"], ["updated_at", "2020-11-24 16:11:25.328224"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.363005"], ["updated_at", "2020-11-24 16:11:25.363005"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.365163"], ["updated_at", "2020-11-24 16:11:25.365163"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.366879"], ["updated_at", "2020-11-24 16:11:25.366879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.368466"], ["updated_at", "2020-11-24 16:11:25.368466"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.370208"], ["updated_at", "2020-11-24 16:11:25.370208"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.371926"], ["updated_at", "2020-11-24 16:11:25.371926"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.374174"], ["updated_at", "2020-11-24 16:11:25.374174"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.376455"], ["updated_at", "2020-11-24 16:11:25.376455"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 0], ["a_decimal", 10.3031120880694], ["a_string", "Dolorum minima eum impedit quia beatae."], ["a_date", "2020-11-01"], ["a_time", "2000-01-01 19:14:00.027572"], ["a_datetime", "2020-11-30 20:00:53.642744"], ["created_at", "2020-11-24 16:11:25.379375"], ["updated_at", "2020-11-24 16:11:25.379375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 11], ["a_decimal", 7.65150961175071], ["a_string", "Eius ut porro."], ["a_date", "2020-11-09"], ["a_time", "2000-01-01 18:39:29.022059"], ["a_datetime", "2020-11-14 10:28:48.599625"], ["created_at", "2020-11-24 16:11:25.382923"], ["updated_at", "2020-11-24 16:11:25.382923"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 11], ["a_decimal", 39.9046205102491], ["a_string", "Sunt animi ipsam."], ["a_date", "2020-10-24"], ["a_time", "2000-01-01 07:18:59.092410"], ["a_datetime", "2020-12-29 16:31:59.530685"], ["created_at", "2020-11-24 16:11:25.386104"], ["updated_at", "2020-11-24 16:11:25.386104"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 16], ["a_decimal", 30.3088208140826], ["a_string", "Reprehenderit esse odit vitae."], ["a_date", "2020-12-23"], ["a_time", "2000-01-01 11:10:23.020449"], ["a_datetime", "2020-11-25 05:48:36.149977"], ["created_at", "2020-11-24 16:11:25.388930"], ["updated_at", "2020-11-24 16:11:25.388930"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 0], ["a_decimal", 18.0784744865474], ["a_string", "Quo nemo sunt quia facere."], ["a_date", "2020-10-31"], ["a_time", "2000-01-01 14:48:44.594594"], ["a_datetime", "2020-11-27 09:10:14.840383"], ["created_at", "2020-11-24 16:11:25.391736"], ["updated_at", "2020-11-24 16:11:25.391736"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 26], ["a_decimal", 2.85040082419276], ["a_string", "Suscipit illo rerum qui."], ["a_date", "2020-10-20"], ["a_time", "2000-01-01 10:44:43.883349"], ["a_datetime", "2020-11-22 04:20:52.917688"], ["created_at", "2020-11-24 16:11:25.394595"], ["updated_at", "2020-11-24 16:11:25.394595"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 5], ["a_decimal", 3.96001230432916], ["a_string", "Placeat rerum quo est quos autem."], ["a_date", "2020-12-13"], ["a_time", "2000-01-01 10:28:44.160214"], ["a_datetime", "2020-12-18 16:40:08.617102"], ["created_at", "2020-11-24 16:11:25.397219"], ["updated_at", "2020-11-24 16:11:25.397219"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 17], ["a_decimal", 18.723290069747], ["a_string", "Non non qui qui."], ["a_date", "2020-11-29"], ["a_time", "2000-01-01 13:34:06.251784"], ["a_datetime", "2020-12-19 01:11:58.183456"], ["created_at", "2020-11-24 16:11:25.399989"], ["updated_at", "2020-11-24 16:11:25.399989"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 16:11:25.402024"], ["updated_at", "2020-11-24 16:11:25.402024"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 16:11:25.403390"], ["updated_at", "2020-11-24 16:11:25.403390"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 16:11:25.404697"], ["updated_at", "2020-11-24 16:11:25.404697"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 16:11:25.406004"], ["updated_at", "2020-11-24 16:11:25.406004"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 16:11:25.407244"], ["updated_at", "2020-11-24 16:11:25.407244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 16:11:25.408472"], ["updated_at", "2020-11-24 16:11:25.408472"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 16:11:25.409684"], ["updated_at", "2020-11-24 16:11:25.409684"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 16:11:25.423750"], ["updated_at", "2020-11-24 16:11:25.423750"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 16:11:25.425695"], ["updated_at", "2020-11-24 16:11:25.425695"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 16:11:25.427449"], ["updated_at", "2020-11-24 16:11:25.427449"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:11:25.428988"], ["updated_at", "2020-11-24 16:11:25.428988"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:11:25.430486"], ["updated_at", "2020-11-24 16:11:25.430486"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 16:11:25.431937"], ["updated_at", "2020-11-24 16:11:25.431937"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 16:11:25.433451"], ["updated_at", "2020-11-24 16:11:25.433451"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 16:11:25.434949"], ["updated_at", "2020-11-24 16:11:25.434949"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 16:11:25.436418"], ["updated_at", "2020-11-24 16:11:25.436418"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1011], ["a_decimal", 19.6512263415668], ["a_string", "Soluta et sunt."], ["a_unique_value", 5], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "gLNv6m9XsA@gmail.com"], ["created_at", "2020-11-24 16:11:25.441784"], ["updated_at", "2020-11-24 16:11:25.441784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 22.5266407303107], ["a_string", "Sapiente cumque magnam et."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "3sRPRfV3rm@hotmail.com"], ["created_at", "2020-11-24 16:11:25.446691"], ["updated_at", "2020-11-24 16:11:25.446691"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1018], ["a_decimal", 12.8878039607146], ["a_string", "Alias animi et natus facilis et."], ["a_unique_value", 4], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "gk69sXwy2y@hotmail.com"], ["created_at", "2020-11-24 16:11:25.451545"], ["updated_at", "2020-11-24 16:11:25.451545"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 13.2997541880371], ["a_string", "Error reiciendis nihil est magni iusto."], ["a_unique_value", 8], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "7M7hiA_Bjo@hotmail.com"], ["created_at", "2020-11-24 16:11:25.456260"], ["updated_at", "2020-11-24 16:11:25.456260"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1025], ["a_decimal", 17.0861836987586], ["a_string", "Voluptas ullam autem ducimus quisquam."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "CNjPJyaRZu@hotmail.com"], ["created_at", "2020-11-24 16:11:25.460874"], ["updated_at", "2020-11-24 16:11:25.460874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1005], ["a_decimal", 6.58049838074196], ["a_string", "Error aperiam eaque."], ["a_unique_value", 9], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "SdcGGxYnLH@gmail.com"], ["created_at", "2020-11-24 16:11:25.465432"], ["updated_at", "2020-11-24 16:11:25.465432"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1017], ["a_decimal", 9.07871550322512], ["a_string", "Et enim aliquid ad cum rerum."], ["a_unique_value", 2], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "9U7iP6gcdz@hotmail.com"], ["created_at", "2020-11-24 16:11:25.469528"], ["updated_at", "2020-11-24 16:11:25.469528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 1.82515292803894], ["a_string", "Omnis est et est odio deleniti."], ["a_unique_value", 3], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "wkhJDfOc8z@hotmail.com"], ["created_at", "2020-11-24 16:11:25.473496"], ["updated_at", "2020-11-24 16:11:25.473496"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.489513"], ["updated_at", "2020-11-24 16:11:25.489513"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.490340"], ["updated_at", "2020-11-24 16:11:25.490340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.490975"], ["updated_at", "2020-11-24 16:11:25.490975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.491585"], ["updated_at", "2020-11-24 16:11:25.491585"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.492220"], ["updated_at", "2020-11-24 16:11:25.492220"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.492829"], ["updated_at", "2020-11-24 16:11:25.492829"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.493444"], ["updated_at", "2020-11-24 16:11:25.493444"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:11:25.494055"], ["updated_at", "2020-11-24 16:11:25.494055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:11:25.494713"], ["updated_at", "2020-11-24 16:11:25.494713"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:11:25.495383"], ["updated_at", "2020-11-24 16:11:25.495383"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:11:25.496042"], ["updated_at", "2020-11-24 16:11:25.496042"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:11:25.496722"], ["updated_at", "2020-11-24 16:11:25.496722"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:11:25.497378"], ["updated_at", "2020-11-24 16:11:25.497378"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:11:25.498036"], ["updated_at", "2020-11-24 16:11:25.498036"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:11:25.498692"], ["updated_at", "2020-11-24 16:11:25.498692"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:11:25.499345"], ["updated_at", "2020-11-24 16:11:25.499345"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 16:11:25.500666"], ["updated_at", "2020-11-24 16:11:25.500666"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 16:11:25.501937"], ["updated_at", "2020-11-24 16:11:25.501937"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 16:11:25.503099"], ["updated_at", "2020-11-24 16:11:25.503099"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 16:11:25.504297"], ["updated_at", "2020-11-24 16:11:25.504297"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 16:11:25.505497"], ["updated_at", "2020-11-24 16:11:25.505497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 16:11:25.506659"], ["updated_at", "2020-11-24 16:11:25.506659"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 16:11:25.507837"], ["updated_at", "2020-11-24 16:11:25.507837"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 16:11:25.508993"], ["updated_at", "2020-11-24 16:11:25.508993"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 6], ["created_at", "2020-11-24 16:11:25.510631"], ["updated_at", "2020-11-24 16:11:25.510631"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-24 16:11:25.512257"], ["updated_at", "2020-11-24 16:11:25.512257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 1], ["created_at", "2020-11-24 16:11:25.513779"], ["updated_at", "2020-11-24 16:11:25.513779"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 2], ["created_at", "2020-11-24 16:11:25.515292"], ["updated_at", "2020-11-24 16:11:25.515292"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-24 16:11:25.516816"], ["updated_at", "2020-11-24 16:11:25.516816"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-24 16:11:25.518345"], ["updated_at", "2020-11-24 16:11:25.518345"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 2], ["created_at", "2020-11-24 16:11:25.519860"], ["updated_at", "2020-11-24 16:11:25.519860"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 8], ["created_at", "2020-11-24 16:11:25.521374"], ["updated_at", "2020-11-24 16:11:25.521374"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.0ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.1ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.1ms) PRAGMA foreign_keys = OFF  (1.8ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.6ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.4ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.4ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.9ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.4ms) DELETE FROM "indias";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.5ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1029], ["a_decimal", 9.79957390862364], ["a_string", "Deleniti cumque nihil."], ["a_unique_value", 1], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "e5KikhCMdR@gmail.com"], ["created_at", "2020-11-24 16:29:40.401295"], ["updated_at", "2020-11-24 16:29:40.401295"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1029], ["a_decimal", 8.28950471992126], ["a_string", "Voluptatem quisquam autem."], ["a_unique_value", 7], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "Ku2cJAMlii@gmail.com"], ["created_at", "2020-11-24 16:29:40.407061"], ["updated_at", "2020-11-24 16:29:40.407061"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1013], ["a_decimal", 0.541015729529461], ["a_string", "Nemo tenetur veniam delectus dolorem."], ["a_unique_value", 3], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "66M2nIiWO5@gmail.com"], ["created_at", "2020-11-24 16:29:40.412127"], ["updated_at", "2020-11-24 16:29:40.412127"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1004], ["a_decimal", 7.13218385244565], ["a_string", "Maiores aut aut et."], ["a_unique_value", 4], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "YEU0ezl7vW@gmail.com"], ["created_at", "2020-11-24 16:29:40.417767"], ["updated_at", "2020-11-24 16:29:40.417767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1012], ["a_decimal", 21.7664580182054], ["a_string", "Recusandae ea est et consequatur in."], ["a_unique_value", 6], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "YKtvkvk6ue@gmail.com"], ["created_at", "2020-11-24 16:29:40.423635"], ["updated_at", "2020-11-24 16:29:40.423635"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1004], ["a_decimal", 18.3233700052999], ["a_string", "Odio doloribus quasi magnam commodi vitae."], ["a_unique_value", 2], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "lHIfY3JJ14@hotmail.com"], ["created_at", "2020-11-24 16:29:40.429321"], ["updated_at", "2020-11-24 16:29:40.429321"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1009], ["a_decimal", 1.17201615618309], ["a_string", "Autem consequatur natus dolorum."], ["a_unique_value", 10], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "EPFfqxG6cl@gmail.com"], ["created_at", "2020-11-24 16:29:40.434313"], ["updated_at", "2020-11-24 16:29:40.434313"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1014], ["a_decimal", 18.2518189398154], ["a_string", "Assumenda ut saepe."], ["a_unique_value", 9], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "GH1HMTG6zb@gmail.com"], ["created_at", "2020-11-24 16:29:40.439680"], ["updated_at", "2020-11-24 16:29:40.439680"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1021], ["a_decimal", 4.9220286610957], ["a_string", "Odio rerum voluptatem laboriosam non aliquam."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "nUDcJByyQw@hotmail.com"], ["created_at", "2020-11-24 16:29:40.445439"], ["updated_at", "2020-11-24 16:29:40.445439"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1009], ["a_decimal", 3.24959133372786], ["a_string", "Molestiae est quia."], ["a_unique_value", 8], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "cfFlMxAzC_@hotmail.com"], ["created_at", "2020-11-24 16:29:40.450916"], ["updated_at", "2020-11-24 16:29:40.450916"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1028], ["a_decimal", 27.5742780727231], ["a_string", "Sint itaque dignissimos."], ["a_unique_value", 8], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "kOX0cbzQEb@gmail.com"], ["created_at", "2020-11-24 16:29:40.459152"], ["updated_at", "2020-11-24 16:29:40.459152"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1008], ["a_decimal", 0.586484690552038], ["a_string", "Quo voluptate accusantium itaque perspiciatis sed."], ["a_unique_value", 3], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "iW38dHKDr1@hotmail.com"], ["created_at", "2020-11-24 16:29:40.465960"], ["updated_at", "2020-11-24 16:29:40.465960"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 4.67597125215145], ["a_string", "Vel consequatur eaque."], ["a_unique_value", 5], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "cJ2OoZLJj2@gmail.com"], ["created_at", "2020-11-24 16:29:40.472701"], ["updated_at", "2020-11-24 16:29:40.472701"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1018], ["a_decimal", 17.7869135695809], ["a_string", "Voluptatem ipsa iste sint provident amet."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "TsxOdOwmO6@hotmail.com"], ["created_at", "2020-11-24 16:29:40.478703"], ["updated_at", "2020-11-24 16:29:40.478703"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1014], ["a_decimal", 5.89097710519644], ["a_string", "Id quos quasi et."], ["a_unique_value", 10], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "m67EkhUTip@hotmail.com"], ["created_at", "2020-11-24 16:29:40.484594"], ["updated_at", "2020-11-24 16:29:40.484594"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1020], ["a_decimal", 18.6946369753964], ["a_string", "Qui et earum quaerat."], ["a_unique_value", 9], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "u1L7e8NqAo@gmail.com"], ["created_at", "2020-11-24 16:29:40.490141"], ["updated_at", "2020-11-24 16:29:40.490141"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1017], ["a_decimal", 4.9527415957058], ["a_string", "Laborum aspernatur repellendus sapiente neque expedita."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "ohsniqBcpi@gmail.com"], ["created_at", "2020-11-24 16:29:40.496219"], ["updated_at", "2020-11-24 16:29:40.496219"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 29.0822562576267], ["a_string", "Omnis sint rem sapiente qui voluptate."], ["a_unique_value", 1], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "X3U9xRRrh3@gmail.com"], ["created_at", "2020-11-24 16:29:40.501955"], ["updated_at", "2020-11-24 16:29:40.501955"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1013], ["a_decimal", 9.41439218200599], ["a_string", "Numquam eius quo id sed laudantium."], ["a_unique_value", 2], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "DaMwYRohvS@gmail.com"], ["created_at", "2020-11-24 16:29:40.507486"], ["updated_at", "2020-11-24 16:29:40.507486"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 39.3259315661865], ["a_string", "Similique qui accusantium."], ["a_unique_value", 4], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "mdKUaE7MRM@gmail.com"], ["created_at", "2020-11-24 16:29:40.513720"], ["updated_at", "2020-11-24 16:29:40.513720"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 16.0328022907431], ["a_string", "Neque unde voluptatum."], ["a_unique_value", 5], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "xQSuZdvCAt@hotmail.com"], ["created_at", "2020-11-24 16:29:40.521926"], ["updated_at", "2020-11-24 16:29:40.521926"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1012], ["a_decimal", 10.3053430113894], ["a_string", "Labore qui ut."], ["a_unique_value", 9], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "Bm_lJonjx7@hotmail.com"], ["created_at", "2020-11-24 16:29:40.528033"], ["updated_at", "2020-11-24 16:29:40.528033"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 13.0528100231204], ["a_string", "Voluptas aut provident numquam voluptatem."], ["a_unique_value", 1], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "2Wiq_zvHnj@hotmail.com"], ["created_at", "2020-11-24 16:29:40.535406"], ["updated_at", "2020-11-24 16:29:40.535406"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1021], ["a_decimal", 8.62416102975442], ["a_string", "Quis qui et animi."], ["a_unique_value", 4], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "hsAcSAiRcU@gmail.com"], ["created_at", "2020-11-24 16:29:40.541473"], ["updated_at", "2020-11-24 16:29:40.541473"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1034], ["a_decimal", 16.7127009017264], ["a_string", "Sed ipsam non."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "PzRVlfrdEo@gmail.com"], ["created_at", "2020-11-24 16:29:40.547133"], ["updated_at", "2020-11-24 16:29:40.547133"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 40.932776183766], ["a_string", "Amet nesciunt voluptates et ipsum."], ["a_unique_value", 8], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "td3SaoxkL2@hotmail.com"], ["created_at", "2020-11-24 16:29:40.552663"], ["updated_at", "2020-11-24 16:29:40.552663"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1015], ["a_decimal", 0.446754200922381], ["a_string", "Ullam esse perspiciatis molestias molestiae."], ["a_unique_value", 10], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "2oWbmgsGdB@gmail.com"], ["created_at", "2020-11-24 16:29:40.558313"], ["updated_at", "2020-11-24 16:29:40.558313"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1005], ["a_decimal", 5.27970399791006], ["a_string", "Necessitatibus fugiat dicta."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "9NcX7HcIr3@hotmail.com"], ["created_at", "2020-11-24 16:29:40.563740"], ["updated_at", "2020-11-24 16:29:40.563740"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 9.01526097844186], ["a_string", "Dolor accusantium ullam."], ["a_unique_value", 2], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "wBlnHI6YAD@gmail.com"], ["created_at", "2020-11-24 16:29:40.569238"], ["updated_at", "2020-11-24 16:29:40.569238"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1010], ["a_decimal", 3.59782883200811], ["a_string", "Fuga sit ipsam aut qui."], ["a_unique_value", 6], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "7ScEk98mYz@hotmail.com"], ["created_at", "2020-11-24 16:29:40.574754"], ["updated_at", "2020-11-24 16:29:40.574754"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1017], ["a_decimal", 2.3207623198124], ["a_string", "Autem quos harum et."], ["a_unique_value", 4], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "vvi9k1ypJ2@hotmail.com"], ["created_at", "2020-11-24 16:29:40.581803"], ["updated_at", "2020-11-24 16:29:40.581803"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1005], ["a_decimal", 0.968158200663258], ["a_string", "Repudiandae suscipit illo."], ["a_unique_value", 10], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "Xn2qROgllg@hotmail.com"], ["created_at", "2020-11-24 16:29:40.587916"], ["updated_at", "2020-11-24 16:29:40.587916"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1007], ["a_decimal", 31.9811676398338], ["a_string", "Aliquid accusamus ut."], ["a_unique_value", 9], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "zBrIkjbjS9@gmail.com"], ["created_at", "2020-11-24 16:29:40.593850"], ["updated_at", "2020-11-24 16:29:40.593850"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1006], ["a_decimal", 5.61468686586409], ["a_string", "Officia corrupti at et hic deserunt."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "xyQpqLRtQ2@gmail.com"], ["created_at", "2020-11-24 16:29:40.600819"], ["updated_at", "2020-11-24 16:29:40.600819"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1008], ["a_decimal", 26.8619718711758], ["a_string", "Omnis qui eos suscipit illo."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "xjmmxM6Ixt@gmail.com"], ["created_at", "2020-11-24 16:29:40.606409"], ["updated_at", "2020-11-24 16:29:40.606409"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1016], ["a_decimal", 17.0017100503502], ["a_string", "Magni enim voluptatibus."], ["a_unique_value", 1], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "0NscQW3O6L@gmail.com"], ["created_at", "2020-11-24 16:29:40.611796"], ["updated_at", "2020-11-24 16:29:40.611796"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1003], ["a_decimal", 21.1468736573419], ["a_string", "Ea quia illo omnis."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "pPHbcLVvmQ@gmail.com"], ["created_at", "2020-11-24 16:29:40.616946"], ["updated_at", "2020-11-24 16:29:40.616946"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1004], ["a_decimal", 37.5511494983311], ["a_string", "Amet magni reprehenderit doloremque exercitationem."], ["a_unique_value", 2], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "SrA66xIk8E@hotmail.com"], ["created_at", "2020-11-24 16:29:40.622257"], ["updated_at", "2020-11-24 16:29:40.622257"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1008], ["a_decimal", 22.0212945735826], ["a_string", "Non dolor beatae animi dicta."], ["a_unique_value", 8], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "PH82MvttLA@hotmail.com"], ["created_at", "2020-11-24 16:29:40.627533"], ["updated_at", "2020-11-24 16:29:40.627533"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 15.7757287593248], ["a_string", "Nesciunt omnis fugit esse."], ["a_unique_value", 3], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "M6iXdyJzkj@hotmail.com"], ["created_at", "2020-11-24 16:29:40.632777"], ["updated_at", "2020-11-24 16:29:40.632777"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 4.09506093295006], ["a_string", "Architecto aliquam autem veritatis consequatur."], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "vGjcUg_iKG@hotmail.com"], ["created_at", "2020-11-24 16:29:40.677340"], ["updated_at", "2020-11-24 16:29:40.677340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1031], ["a_decimal", 0.551542852155944], ["a_string", "Ut aut dicta ad."], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "7Fwrmz71dm@hotmail.com"], ["created_at", "2020-11-24 16:29:40.734187"], ["updated_at", "2020-11-24 16:29:40.734187"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1012], ["a_decimal", 9.95237272640699], ["a_string", "Neque quasi ut architecto sint id."], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "ZgXHtAcyjB@hotmail.com"], ["created_at", "2020-11-24 16:29:40.775554"], ["updated_at", "2020-11-24 16:29:40.775554"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1016], ["a_decimal", 26.6647612386366], ["a_string", "Alias natus temporibus qui provident."], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "XbkwE1nVAx@hotmail.com"], ["created_at", "2020-11-24 16:29:40.838058"], ["updated_at", "2020-11-24 16:29:40.838058"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1028], ["a_decimal", 26.0111358642967], ["a_string", "Nobis praesentium iste voluptas ab."], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "Yvl4JjKdOV@hotmail.com"], ["created_at", "2020-11-24 16:29:40.925698"], ["updated_at", "2020-11-24 16:29:40.925698"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1009], ["a_decimal", 11.7208202923476], ["a_string", "Labore in voluptate sit qui."], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "EQiiI0xbbO@gmail.com"], ["created_at", "2020-11-24 16:29:40.972604"], ["updated_at", "2020-11-24 16:29:40.972604"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1010], ["a_decimal", 14.426688116158], ["a_string", "Consequatur praesentium qui omnis fugit impedit."], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "rYOl4MCriN@gmail.com"], ["created_at", "2020-11-24 16:29:41.030305"], ["updated_at", "2020-11-24 16:29:41.030305"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1006], ["a_decimal", 17.4263654469115], ["a_string", "Accusamus iure pariatur officiis."], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "NBM0oV8vWC@hotmail.com"], ["created_at", "2020-11-24 16:29:41.077111"], ["updated_at", "2020-11-24 16:29:41.077111"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1003], ["a_decimal", 16.1397804013118], ["a_string", "Sequi et aspernatur dolorem."], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "iOs8NRvRD7@gmail.com"], ["created_at", "2020-11-24 16:29:41.138664"], ["updated_at", "2020-11-24 16:29:41.138664"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 5.79571399779657], ["a_string", "Nemo qui et ea eius dolorem."], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "6RxuB4mNkK@hotmail.com"], ["created_at", "2020-11-24 16:29:41.186656"], ["updated_at", "2020-11-24 16:29:41.186656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.242465"], ["updated_at", "2020-11-24 16:29:41.242465"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 5], ["a_decimal", 9.62178278316831], ["a_string", "Eum neque nesciunt."], ["a_date", "2020-10-26"], ["a_time", "2000-01-01 15:59:34.110693"], ["a_datetime", "2020-12-21 12:35:15.880843"], ["created_at", "2020-11-24 16:29:41.255085"], ["updated_at", "2020-11-24 16:29:41.255085"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:29:41.261430"], ["updated_at", "2020-11-24 16:29:41.261430"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:29:41.267986"], ["updated_at", "2020-11-24 16:29:41.267986"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1008], ["a_decimal", 28.6184583588407], ["a_string", "Asperiores earum consequatur adipisci."], ["a_unique_value", 5], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "U9Fr59siqi@hotmail.com"], ["created_at", "2020-11-24 16:29:41.274130"], ["updated_at", "2020-11-24 16:29:41.274130"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.286133"], ["updated_at", "2020-11-24 16:29:41.286133"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:29:41.290130"], ["updated_at", "2020-11-24 16:29:41.290130"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 16:29:41.296883"], ["updated_at", "2020-11-24 16:29:41.296883"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 16:29:41.303922"], ["updated_at", "2020-11-24 16:29:41.303922"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.314100"], ["updated_at", "2020-11-24 16:29:41.314100"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.316201"], ["updated_at", "2020-11-24 16:29:41.316201"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.317656"], ["updated_at", "2020-11-24 16:29:41.317656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.318969"], ["updated_at", "2020-11-24 16:29:41.318969"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.320217"], ["updated_at", "2020-11-24 16:29:41.320217"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.321471"], ["updated_at", "2020-11-24 16:29:41.321471"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.322905"], ["updated_at", "2020-11-24 16:29:41.322905"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.324630"], ["updated_at", "2020-11-24 16:29:41.324630"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 4], ["a_decimal", 8.02203167267944], ["a_string", "Consequatur praesentium adipisci odit."], ["a_date", "2020-12-21"], ["a_time", "2000-01-01 12:42:33.586651"], ["a_datetime", "2020-11-29 14:34:14.165841"], ["created_at", "2020-11-24 16:29:41.327444"], ["updated_at", "2020-11-24 16:29:41.327444"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 13], ["a_decimal", 0.33266158079824], ["a_string", "Quos sunt sed similique."], ["a_date", "2020-12-01"], ["a_time", "2000-01-01 03:22:00.885942"], ["a_datetime", "2020-10-17 17:25:43.792604"], ["created_at", "2020-11-24 16:29:41.331565"], ["updated_at", "2020-11-24 16:29:41.331565"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 4], ["a_decimal", 3.42175624526614], ["a_string", "Vel dolores natus et ut."], ["a_date", "2020-11-10"], ["a_time", "2000-01-01 11:29:16.171326"], ["a_datetime", "2020-12-12 19:11:32.812162"], ["created_at", "2020-11-24 16:29:41.334628"], ["updated_at", "2020-11-24 16:29:41.334628"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 0], ["a_decimal", 5.76924522346642], ["a_string", "Doloribus et eos consectetur."], ["a_date", "2021-01-03"], ["a_time", "2000-01-01 14:39:28.446237"], ["a_datetime", "2020-11-02 10:55:24.961264"], ["created_at", "2020-11-24 16:29:41.337272"], ["updated_at", "2020-11-24 16:29:41.337272"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1], ["a_decimal", 17.8880140773473], ["a_string", "Quam sit dolorum eligendi dolorem magni."], ["a_date", "2020-11-07"], ["a_time", "2000-01-01 19:35:16.493367"], ["a_datetime", "2020-12-23 17:42:31.901348"], ["created_at", "2020-11-24 16:29:41.340051"], ["updated_at", "2020-11-24 16:29:41.340051"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 3], ["a_decimal", 2.8388300115721], ["a_string", "Quod consequatur et officia."], ["a_date", "2020-10-21"], ["a_time", "2000-01-01 22:19:07.954048"], ["a_datetime", "2020-12-16 02:45:29.523323"], ["created_at", "2020-11-24 16:29:41.342720"], ["updated_at", "2020-11-24 16:29:41.342720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 22], ["a_decimal", 5.03828465978661], ["a_string", "Sit illo quo vel quis."], ["a_date", "2020-12-23"], ["a_time", "2000-01-01 22:01:24.364562"], ["a_datetime", "2020-11-19 04:46:29.306437"], ["created_at", "2020-11-24 16:29:41.345300"], ["updated_at", "2020-11-24 16:29:41.345300"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 3], ["a_decimal", 2.10840347935899], ["a_string", "Et culpa deleniti."], ["a_date", "2020-10-26"], ["a_time", "2000-01-01 19:58:46.714256"], ["a_datetime", "2020-11-19 17:22:14.238847"], ["created_at", "2020-11-24 16:29:41.347894"], ["updated_at", "2020-11-24 16:29:41.347894"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 16:29:41.349861"], ["updated_at", "2020-11-24 16:29:41.349861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 16:29:41.351321"], ["updated_at", "2020-11-24 16:29:41.351321"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 16:29:41.352823"], ["updated_at", "2020-11-24 16:29:41.352823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 16:29:41.354156"], ["updated_at", "2020-11-24 16:29:41.354156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 16:29:41.355420"], ["updated_at", "2020-11-24 16:29:41.355420"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 16:29:41.356661"], ["updated_at", "2020-11-24 16:29:41.356661"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 16:29:41.357857"], ["updated_at", "2020-11-24 16:29:41.357857"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 16:29:41.359074"], ["updated_at", "2020-11-24 16:29:41.359074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 16:29:41.360401"], ["updated_at", "2020-11-24 16:29:41.360401"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 16:29:41.361639"], ["updated_at", "2020-11-24 16:29:41.361639"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 16:29:41.362828"], ["updated_at", "2020-11-24 16:29:41.362828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 16:29:41.363985"], ["updated_at", "2020-11-24 16:29:41.363985"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 16:29:41.365121"], ["updated_at", "2020-11-24 16:29:41.365121"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 16:29:41.366251"], ["updated_at", "2020-11-24 16:29:41.366251"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 16:29:41.367363"], ["updated_at", "2020-11-24 16:29:41.367363"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 16:29:41.368446"], ["updated_at", "2020-11-24 16:29:41.368446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1003], ["a_decimal", -0.636638861556388], ["a_string", "Velit et molestias non sit corporis."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "YOh9xmozsL@hotmail.com"], ["created_at", "2020-11-24 16:29:41.372906"], ["updated_at", "2020-11-24 16:29:41.372906"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1005], ["a_decimal", 22.6987616255858], ["a_string", "Vitae vel nesciunt ducimus a."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "Q8SOjbSuQI@hotmail.com"], ["created_at", "2020-11-24 16:29:41.377604"], ["updated_at", "2020-11-24 16:29:41.377604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1034], ["a_decimal", 10.2747885962716], ["a_string", "Alias suscipit sit aut dicta."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "fw3Dr9knWR@hotmail.com"], ["created_at", "2020-11-24 16:29:41.382022"], ["updated_at", "2020-11-24 16:29:41.382022"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1014], ["a_decimal", 23.2196634531501], ["a_string", "Ut fugiat ut."], ["a_unique_value", 8], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "fWY9IkZAYi@gmail.com"], ["created_at", "2020-11-24 16:29:41.386309"], ["updated_at", "2020-11-24 16:29:41.386309"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1018], ["a_decimal", 6.05006508174419], ["a_string", "Sapiente unde aut."], ["a_unique_value", 10], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "sWWLJV9y8A@gmail.com"], ["created_at", "2020-11-24 16:29:41.390886"], ["updated_at", "2020-11-24 16:29:41.390886"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 18.21945496533], ["a_string", "Hic tempora excepturi."], ["a_unique_value", 2], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "Ub2o10KzJF@gmail.com"], ["created_at", "2020-11-24 16:29:41.395485"], ["updated_at", "2020-11-24 16:29:41.395485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1027], ["a_decimal", 0.0209339158065992], ["a_string", "Odio sit quia impedit ab dicta."], ["a_unique_value", 5], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "YKspNQ_QJw@gmail.com"], ["created_at", "2020-11-24 16:29:41.400113"], ["updated_at", "2020-11-24 16:29:41.400113"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1020], ["a_decimal", 30.5326840951579], ["a_string", "Maiores deleniti tempore consequatur rem iste."], ["a_unique_value", 3], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "Aue5w0B_sg@hotmail.com"], ["created_at", "2020-11-24 16:29:41.404721"], ["updated_at", "2020-11-24 16:29:41.404721"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.422706"], ["updated_at", "2020-11-24 16:29:41.422706"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.423566"], ["updated_at", "2020-11-24 16:29:41.423566"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.424235"], ["updated_at", "2020-11-24 16:29:41.424235"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.424836"], ["updated_at", "2020-11-24 16:29:41.424836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.425448"], ["updated_at", "2020-11-24 16:29:41.425448"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.426072"], ["updated_at", "2020-11-24 16:29:41.426072"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.426694"], ["updated_at", "2020-11-24 16:29:41.426694"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.427311"], ["updated_at", "2020-11-24 16:29:41.427311"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:29:41.427970"], ["updated_at", "2020-11-24 16:29:41.427970"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:29:41.428681"], ["updated_at", "2020-11-24 16:29:41.428681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:29:41.429352"], ["updated_at", "2020-11-24 16:29:41.429352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:29:41.430064"], ["updated_at", "2020-11-24 16:29:41.430064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:29:41.430799"], ["updated_at", "2020-11-24 16:29:41.430799"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:29:41.431506"], ["updated_at", "2020-11-24 16:29:41.431506"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:29:41.432232"], ["updated_at", "2020-11-24 16:29:41.432232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:29:41.432929"], ["updated_at", "2020-11-24 16:29:41.432929"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 16:29:41.434253"], ["updated_at", "2020-11-24 16:29:41.434253"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 16:29:41.435529"], ["updated_at", "2020-11-24 16:29:41.435529"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 16:29:41.436713"], ["updated_at", "2020-11-24 16:29:41.436713"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 16:29:41.437823"], ["updated_at", "2020-11-24 16:29:41.437823"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 16:29:41.439010"], ["updated_at", "2020-11-24 16:29:41.439010"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 16:29:41.440396"], ["updated_at", "2020-11-24 16:29:41.440396"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 16:29:41.441558"], ["updated_at", "2020-11-24 16:29:41.441558"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 16:29:41.442698"], ["updated_at", "2020-11-24 16:29:41.442698"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 7], ["created_at", "2020-11-24 16:29:41.444306"], ["updated_at", "2020-11-24 16:29:41.444306"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-24 16:29:41.445874"], ["updated_at", "2020-11-24 16:29:41.445874"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-24 16:29:41.447528"], ["updated_at", "2020-11-24 16:29:41.447528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 7], ["created_at", "2020-11-24 16:29:41.449107"], ["updated_at", "2020-11-24 16:29:41.449107"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 3], ["created_at", "2020-11-24 16:29:41.450612"], ["updated_at", "2020-11-24 16:29:41.450612"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-24 16:29:41.452191"], ["updated_at", "2020-11-24 16:29:41.452191"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 5], ["created_at", "2020-11-24 16:29:41.453861"], ["updated_at", "2020-11-24 16:29:41.453861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-24 16:29:41.455405"], ["updated_at", "2020-11-24 16:29:41.455405"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 28], ["a_decimal", 9.4394632321366], ["a_string", "Deleniti praesentium quasi."], ["a_date", "2020-10-31"], ["a_time", "2000-01-01 04:41:25.780132"], ["a_datetime", "2020-11-26 01:31:01.855629"], ["created_at", "2020-11-24 16:29:41.489333"], ["updated_at", "2020-11-24 16:29:41.489333"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 2], ["a_decimal", 6.32687000838941], ["a_string", "Unde non quos laborum voluptas est."], ["a_date", "2020-12-05"], ["a_time", "2000-01-01 11:31:22.596199"], ["a_datetime", "2020-11-09 09:58:33.359252"], ["created_at", "2020-11-24 16:29:41.493345"], ["updated_at", "2020-11-24 16:29:41.493345"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 8], ["a_decimal", 1.92123517043057], ["a_string", "Et ut expedita similique maxime."], ["a_date", "2020-12-25"], ["a_time", "2000-01-01 22:20:34.970586"], ["a_datetime", "2020-11-01 05:52:29.475919"], ["created_at", "2020-11-24 16:29:41.497452"], ["updated_at", "2020-11-24 16:29:41.497452"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 14], ["a_decimal", 6.24584219962317], ["a_string", "Ut ut commodi enim debitis ullam."], ["a_date", "2020-10-20"], ["a_time", "2000-01-01 01:52:39.598617"], ["a_datetime", "2020-11-11 04:54:08.229758"], ["created_at", "2020-11-24 16:29:41.502967"], ["updated_at", "2020-11-24 16:29:41.502967"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 15], ["a_decimal", 16.6515335847265], ["a_string", "Iusto cum quaerat molestiae rerum."], ["a_date", "2020-10-29"], ["a_time", "2000-01-01 12:05:28.590235"], ["a_datetime", "2020-12-21 08:49:51.334211"], ["created_at", "2020-11-24 16:29:41.506693"], ["updated_at", "2020-11-24 16:29:41.506693"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 26], ["a_decimal", 6.84174642429433], ["a_string", "Dolorum quos quia cupiditate."], ["a_date", "2020-12-28"], ["a_time", "2000-01-01 20:34:05.043912"], ["a_datetime", "2020-12-15 00:39:32.254470"], ["created_at", "2020-11-24 16:29:41.510156"], ["updated_at", "2020-11-24 16:29:41.510156"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.515485"], ["updated_at", "2020-11-24 16:29:41.515485"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.562419"], ["updated_at", "2020-11-24 16:29:41.562419"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.565434"], ["updated_at", "2020-11-24 16:29:41.565434"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.568725"], ["updated_at", "2020-11-24 16:29:41.568725"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.571452"], ["updated_at", "2020-11-24 16:29:41.571452"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.574646"], ["updated_at", "2020-11-24 16:29:41.574646"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.577733"], ["updated_at", "2020-11-24 16:29:41.577733"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.580809"], ["updated_at", "2020-11-24 16:29:41.580809"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.583809"], ["updated_at", "2020-11-24 16:29:41.583809"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 7], ["a_decimal", 7.6532962568245], ["a_string", "Odio quasi alias."], ["a_date", "2020-12-09"], ["a_time", "2000-01-01 12:53:07.008100"], ["a_datetime", "2020-10-22 19:36:44.953123"], ["created_at", "2020-11-24 16:29:41.588197"], ["updated_at", "2020-11-24 16:29:41.588197"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 26], ["a_decimal", 13.9916991136607], ["a_string", "Laudantium vel quia expedita est."], ["a_date", "2020-12-04"], ["a_time", "2000-01-01 00:52:05.027208"], ["a_datetime", "2020-10-23 22:20:50.315799"], ["created_at", "2020-11-24 16:29:41.592820"], ["updated_at", "2020-11-24 16:29:41.592820"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 8], ["a_decimal", 13.9143532794029], ["a_string", "Consequatur sed tempore."], ["a_date", "2020-11-10"], ["a_time", "2000-01-01 06:08:21.386539"], ["a_datetime", "2020-12-04 17:12:59.508234"], ["created_at", "2020-11-24 16:29:41.596688"], ["updated_at", "2020-11-24 16:29:41.596688"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 0], ["a_decimal", 9.06116170527888], ["a_string", "Libero illum delectus."], ["a_date", "2020-11-24"], ["a_time", "2000-01-01 14:53:15.478422"], ["a_datetime", "2020-11-30 14:19:45.636339"], ["created_at", "2020-11-24 16:29:41.600290"], ["updated_at", "2020-11-24 16:29:41.600290"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 4], ["a_decimal", 3.35973587731619], ["a_string", "Sapiente nostrum quam nihil cupiditate."], ["a_date", "2020-11-18"], ["a_time", "2000-01-01 07:43:16.104083"], ["a_datetime", "2020-11-04 06:48:16.547176"], ["created_at", "2020-11-24 16:29:41.603410"], ["updated_at", "2020-11-24 16:29:41.603410"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 18], ["a_decimal", 14.9354084976272], ["a_string", "Ex magni dolorem."], ["a_date", "2020-11-20"], ["a_time", "2000-01-01 15:07:41.862200"], ["a_datetime", "2021-01-04 22:54:10.485739"], ["created_at", "2020-11-24 16:29:41.606710"], ["updated_at", "2020-11-24 16:29:41.606710"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 14], ["a_decimal", 6.07904907487597], ["a_string", "Aut nisi vitae aut consequatur."], ["a_date", "2020-10-16"], ["a_time", "2000-01-01 03:31:17.722141"], ["a_datetime", "2020-12-18 09:06:34.678684"], ["created_at", "2020-11-24 16:29:41.610843"], ["updated_at", "2020-11-24 16:29:41.610843"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 24], ["a_decimal", 23.864238753411], ["a_string", "Recusandae sunt rerum nihil ea adipisci."], ["a_date", "2020-12-27"], ["a_time", "2000-01-01 18:52:52.509797"], ["a_datetime", "2020-12-21 00:48:44.851764"], ["created_at", "2020-11-24 16:29:41.615028"], ["updated_at", "2020-11-24 16:29:41.615028"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 16:29:41.617989"], ["updated_at", "2020-11-24 16:29:41.617989"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:29:41.620198"], ["updated_at", "2020-11-24 16:29:41.620198"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 16:29:41.621746"], ["updated_at", "2020-11-24 16:29:41.621746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 16:29:41.623531"], ["updated_at", "2020-11-24 16:29:41.623531"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:29:41.625539"], ["updated_at", "2020-11-24 16:29:41.625539"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 16:29:41.627475"], ["updated_at", "2020-11-24 16:29:41.627475"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 16:29:41.629368"], ["updated_at", "2020-11-24 16:29:41.629368"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 16:29:41.631470"], ["updated_at", "2020-11-24 16:29:41.631470"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 16:29:41.633571"], ["updated_at", "2020-11-24 16:29:41.633571"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 16:29:41.635569"], ["updated_at", "2020-11-24 16:29:41.635569"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:29:41.637389"], ["updated_at", "2020-11-24 16:29:41.637389"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 16:29:41.639224"], ["updated_at", "2020-11-24 16:29:41.639224"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 16:29:41.641244"], ["updated_at", "2020-11-24 16:29:41.641244"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 16:29:41.661446"], ["updated_at", "2020-11-24 16:29:41.661446"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 16:29:41.664075"], ["updated_at", "2020-11-24 16:29:41.664075"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 16:29:41.666624"], ["updated_at", "2020-11-24 16:29:41.666624"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1011], ["a_decimal", 33.6443560006807], ["a_string", "Quibusdam voluptate eaque voluptates."], ["a_unique_value", 8], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "CzpzlQPj2E@gmail.com"], ["created_at", "2020-11-24 16:29:41.673920"], ["updated_at", "2020-11-24 16:29:41.673920"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1012], ["a_decimal", 7.70663934010536], ["a_string", "Repellendus in beatae quis quia adipisci."], ["a_unique_value", 9], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "I6XvDLxk1H@hotmail.com"], ["created_at", "2020-11-24 16:29:41.680667"], ["updated_at", "2020-11-24 16:29:41.680667"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1017], ["a_decimal", -0.0848212464511678], ["a_string", "Tenetur deleniti voluptates."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "QGa2L8vYmx@hotmail.com"], ["created_at", "2020-11-24 16:29:41.686826"], ["updated_at", "2020-11-24 16:29:41.686826"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1007], ["a_decimal", 31.088597830806], ["a_string", "Ullam neque autem quibusdam expedita autem."], ["a_unique_value", 10], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "yRVf4QJLQL@hotmail.com"], ["created_at", "2020-11-24 16:29:41.693286"], ["updated_at", "2020-11-24 16:29:41.693286"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 14.9174863931169], ["a_string", "Molestiae repudiandae hic."], ["a_unique_value", 1], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "zW8t3xsP0C@gmail.com"], ["created_at", "2020-11-24 16:29:41.699414"], ["updated_at", "2020-11-24 16:29:41.699414"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 5.66062742235171], ["a_string", "A dignissimos error molestias quibusdam excepturi."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "7BBmACtBT0@gmail.com"], ["created_at", "2020-11-24 16:29:41.705254"], ["updated_at", "2020-11-24 16:29:41.705254"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1028], ["a_decimal", 23.8938579479503], ["a_string", "Ut quia et ut mollitia labore."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "_IZQQFgESY@gmail.com"], ["created_at", "2020-11-24 16:29:41.711116"], ["updated_at", "2020-11-24 16:29:41.711116"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1010], ["a_decimal", 14.2230740230178], ["a_string", "Non numquam non qui provident."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "fgzbrlqjlk@hotmail.com"], ["created_at", "2020-11-24 16:29:41.716806"], ["updated_at", "2020-11-24 16:29:41.716806"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.739398"], ["updated_at", "2020-11-24 16:29:41.739398"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.740754"], ["updated_at", "2020-11-24 16:29:41.740754"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.741868"], ["updated_at", "2020-11-24 16:29:41.741868"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.742873"], ["updated_at", "2020-11-24 16:29:41.742873"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.743879"], ["updated_at", "2020-11-24 16:29:41.743879"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.744886"], ["updated_at", "2020-11-24 16:29:41.744886"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.745927"], ["updated_at", "2020-11-24 16:29:41.745927"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:29:41.746968"], ["updated_at", "2020-11-24 16:29:41.746968"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:29:41.748055"], ["updated_at", "2020-11-24 16:29:41.748055"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:29:41.749091"], ["updated_at", "2020-11-24 16:29:41.749091"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:29:41.750087"], ["updated_at", "2020-11-24 16:29:41.750087"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:29:41.751078"], ["updated_at", "2020-11-24 16:29:41.751078"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:29:41.752088"], ["updated_at", "2020-11-24 16:29:41.752088"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:29:41.753079"], ["updated_at", "2020-11-24 16:29:41.753079"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:29:41.754042"], ["updated_at", "2020-11-24 16:29:41.754042"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:29:41.755001"], ["updated_at", "2020-11-24 16:29:41.755001"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 16:29:41.756976"], ["updated_at", "2020-11-24 16:29:41.756976"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 16:29:41.759221"], ["updated_at", "2020-11-24 16:29:41.759221"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 16:29:41.761149"], ["updated_at", "2020-11-24 16:29:41.761149"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 16:29:41.762978"], ["updated_at", "2020-11-24 16:29:41.762978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 16:29:41.764797"], ["updated_at", "2020-11-24 16:29:41.764797"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 16:29:41.766487"], ["updated_at", "2020-11-24 16:29:41.766487"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 16:29:41.768320"], ["updated_at", "2020-11-24 16:29:41.768320"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 16:29:41.770102"], ["updated_at", "2020-11-24 16:29:41.770102"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 7], ["created_at", "2020-11-24 16:29:41.772626"], ["updated_at", "2020-11-24 16:29:41.772626"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 6], ["created_at", "2020-11-24 16:29:41.775514"], ["updated_at", "2020-11-24 16:29:41.775514"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 6], ["created_at", "2020-11-24 16:29:41.777961"], ["updated_at", "2020-11-24 16:29:41.777961"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-24 16:29:41.780384"], ["updated_at", "2020-11-24 16:29:41.780384"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 2], ["created_at", "2020-11-24 16:29:41.782315"], ["updated_at", "2020-11-24 16:29:41.782315"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 6], ["created_at", "2020-11-24 16:29:41.784012"], ["updated_at", "2020-11-24 16:29:41.784012"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-24 16:29:41.786098"], ["updated_at", "2020-11-24 16:29:41.786098"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 7], ["created_at", "2020-11-24 16:29:41.787836"], ["updated_at", "2020-11-24 16:29:41.787836"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.1ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.1ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (11.6ms) DELETE FROM "alfas";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.6ms) DELETE FROM "bravos";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.5ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.3ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.2ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 2.31556796928168], ["a_string", "Aliquam dolor asperiores est explicabo dolorum."], ["a_unique_value", 3], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "AzNzqqM9qq@gmail.com"], ["created_at", "2020-11-24 16:31:08.690582"], ["updated_at", "2020-11-24 16:31:08.690582"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1021], ["a_decimal", 14.2438520123094], ["a_string", "Perspiciatis qui consequatur."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "MaEkijvN5J@hotmail.com"], ["created_at", "2020-11-24 16:31:08.695691"], ["updated_at", "2020-11-24 16:31:08.695691"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1004], ["a_decimal", 18.8701151880815], ["a_string", "Iusto sint at eligendi blanditiis."], ["a_unique_value", 5], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "raCs9cQmVN@gmail.com"], ["created_at", "2020-11-24 16:31:08.713109"], ["updated_at", "2020-11-24 16:31:08.713109"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1018], ["a_decimal", 10.6984505638217], ["a_string", "Fugiat eligendi vel nam."], ["a_unique_value", 7], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "CLywcB_uSJ@hotmail.com"], ["created_at", "2020-11-24 16:31:08.719000"], ["updated_at", "2020-11-24 16:31:08.719000"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1010], ["a_decimal", 25.1111161906176], ["a_string", "Aut quam inventore."], ["a_unique_value", 4], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "txSDnv4mYB@gmail.com"], ["created_at", "2020-11-24 16:31:08.727184"], ["updated_at", "2020-11-24 16:31:08.727184"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1003], ["a_decimal", 0.180452786840393], ["a_string", "Rerum et alias."], ["a_unique_value", 9], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "MrKj5Ulzvj@gmail.com"], ["created_at", "2020-11-24 16:31:08.733243"], ["updated_at", "2020-11-24 16:31:08.733243"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 5.80810754740016], ["a_string", "Inventore sint ipsam ipsa sed."], ["a_unique_value", 8], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "ZSTgcbtUra@hotmail.com"], ["created_at", "2020-11-24 16:31:08.739607"], ["updated_at", "2020-11-24 16:31:08.739607"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1024], ["a_decimal", 10.8635253740284], ["a_string", "Amet molestias quibusdam facere."], ["a_unique_value", 10], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "Qm5Baffxp0@gmail.com"], ["created_at", "2020-11-24 16:31:08.746558"], ["updated_at", "2020-11-24 16:31:08.746558"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 5.78939994011564], ["a_string", "Quidem quo sapiente inventore."], ["a_unique_value", 2], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "PiiTVoWLwy@hotmail.com"], ["created_at", "2020-11-24 16:31:08.753039"], ["updated_at", "2020-11-24 16:31:08.753039"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1015], ["a_decimal", 6.5793773512166], ["a_string", "Dignissimos id rerum id dolorem."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "QrRsf1vnHS@gmail.com"], ["created_at", "2020-11-24 16:31:08.759853"], ["updated_at", "2020-11-24 16:31:08.759853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.3ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1011], ["a_decimal", 1.77080495130197], ["a_string", "Quia consequatur rerum dolor architecto."], ["a_unique_value", 7], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "wkNkCUlylr@hotmail.com"], ["created_at", "2020-11-24 16:31:08.767686"], ["updated_at", "2020-11-24 16:31:08.767686"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1003], ["a_decimal", 11.3928105663706], ["a_string", "Enim libero doloremque doloribus."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "ISh7dC0MA1@hotmail.com"], ["created_at", "2020-11-24 16:31:08.781868"], ["updated_at", "2020-11-24 16:31:08.781868"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.9ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1027], ["a_decimal", 39.1873662744663], ["a_string", "Nostrum aut incidunt qui."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "jSkuRQq_s7@hotmail.com"], ["created_at", "2020-11-24 16:31:08.800205"], ["updated_at", "2020-11-24 16:31:08.800205"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1004], ["a_decimal", -0.836415609291845], ["a_string", "Dicta corporis excepturi porro."], ["a_unique_value", 8], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "jp2pZpAEFr@hotmail.com"], ["created_at", "2020-11-24 16:31:08.815955"], ["updated_at", "2020-11-24 16:31:08.815955"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1006], ["a_decimal", 5.30226651441023], ["a_string", "In dolorum veritatis ipsam."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "R8bOqX2ts8@gmail.com"], ["created_at", "2020-11-24 16:31:08.832352"], ["updated_at", "2020-11-24 16:31:08.832352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1021], ["a_decimal", 28.3805554302091], ["a_string", "Cupiditate debitis unde delectus maxime."], ["a_unique_value", 9], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "ZUPF0BSoBH@hotmail.com"], ["created_at", "2020-11-24 16:31:08.845910"], ["updated_at", "2020-11-24 16:31:08.845910"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1003], ["a_decimal", 8.65972318565993], ["a_string", "Doloremque explicabo amet ab qui."], ["a_unique_value", 10], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "sdnXLyfHqN@gmail.com"], ["created_at", "2020-11-24 16:31:08.854439"], ["updated_at", "2020-11-24 16:31:08.854439"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1041], ["a_decimal", 15.064805911763], ["a_string", "Ut quia non minus rerum."], ["a_unique_value", 6], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "dZutwcIET4@gmail.com"], ["created_at", "2020-11-24 16:31:08.862876"], ["updated_at", "2020-11-24 16:31:08.862876"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1007], ["a_decimal", 8.2076683788595], ["a_string", "Praesentium culpa voluptatibus."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "sbUTvp4NSI@hotmail.com"], ["created_at", "2020-11-24 16:31:08.869922"], ["updated_at", "2020-11-24 16:31:08.869922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1013], ["a_decimal", 21.9563741257692], ["a_string", "Consequatur mollitia asperiores nihil."], ["a_unique_value", 4], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "i6bgY588__@gmail.com"], ["created_at", "2020-11-24 16:31:08.879968"], ["updated_at", "2020-11-24 16:31:08.879968"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.3ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1005], ["a_decimal", 19.5714937929353], ["a_string", "Veritatis eos dolores."], ["a_unique_value", 6], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "1LdhHGiBeQ@hotmail.com"], ["created_at", "2020-11-24 16:31:08.917004"], ["updated_at", "2020-11-24 16:31:08.917004"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1003], ["a_decimal", 6.93091096310469], ["a_string", "Error rerum officia est praesentium."], ["a_unique_value", 9], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "DteZFCMkDK@hotmail.com"], ["created_at", "2020-11-24 16:31:08.923546"], ["updated_at", "2020-11-24 16:31:08.923546"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1020], ["a_decimal", 5.39909096948013], ["a_string", "Nulla provident expedita ut est."], ["a_unique_value", 8], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "eV3m2FJHLv@gmail.com"], ["created_at", "2020-11-24 16:31:08.929681"], ["updated_at", "2020-11-24 16:31:08.929681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1016], ["a_decimal", 2.96457788887036], ["a_string", "Rem odit aliquid."], ["a_unique_value", 2], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "ZYOswA3YbJ@hotmail.com"], ["created_at", "2020-11-24 16:31:08.935247"], ["updated_at", "2020-11-24 16:31:08.935247"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1005], ["a_decimal", 29.3536135581411], ["a_string", "Rerum iusto sed necessitatibus tenetur qui."], ["a_unique_value", 7], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "T0fPzh9d9l@hotmail.com"], ["created_at", "2020-11-24 16:31:08.941626"], ["updated_at", "2020-11-24 16:31:08.941626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1004], ["a_decimal", 7.13231583619784], ["a_string", "Fuga impedit fugit."], ["a_unique_value", 4], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "myCGLf7QdB@hotmail.com"], ["created_at", "2020-11-24 16:31:08.947006"], ["updated_at", "2020-11-24 16:31:08.947006"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1012], ["a_decimal", 18.4569242918225], ["a_string", "Voluptatem quia qui deserunt et voluptatibus."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "Oh4mIBe6aT@hotmail.com"], ["created_at", "2020-11-24 16:31:08.952121"], ["updated_at", "2020-11-24 16:31:08.952121"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1004], ["a_decimal", 13.8202581521428], ["a_string", "Non est fugit."], ["a_unique_value", 1], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "dSwTO6nGnn@hotmail.com"], ["created_at", "2020-11-24 16:31:08.957210"], ["updated_at", "2020-11-24 16:31:08.957210"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1018], ["a_decimal", 18.4896679479564], ["a_string", "At laboriosam et voluptatibus repellendus aspernatur."], ["a_unique_value", 10], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "WTXayhRJP1@gmail.com"], ["created_at", "2020-11-24 16:31:08.962084"], ["updated_at", "2020-11-24 16:31:08.962084"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1006], ["a_decimal", 0.507875366659169], ["a_string", "Accusamus eius eum."], ["a_unique_value", 5], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "8Eiz49EYf9@gmail.com"], ["created_at", "2020-11-24 16:31:08.966991"], ["updated_at", "2020-11-24 16:31:08.966991"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1009], ["a_decimal", 3.9792758165984], ["a_string", "Ab sunt minus in."], ["a_unique_value", 4], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "AbQCSuS0da@hotmail.com"], ["created_at", "2020-11-24 16:31:08.973644"], ["updated_at", "2020-11-24 16:31:08.973644"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1013], ["a_decimal", 2.85094454599357], ["a_string", "Sapiente culpa rerum."], ["a_unique_value", 1], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "PQFTcBTeBE@hotmail.com"], ["created_at", "2020-11-24 16:31:08.978972"], ["updated_at", "2020-11-24 16:31:08.978972"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 5.65479121111842], ["a_string", "Saepe corporis veritatis."], ["a_unique_value", 10], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "iwmLWMROvB@gmail.com"], ["created_at", "2020-11-24 16:31:08.983648"], ["updated_at", "2020-11-24 16:31:08.983648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1020], ["a_decimal", 1.17045146042166], ["a_string", "Molestiae consectetur quia."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "1sYrvFhxus@hotmail.com"], ["created_at", "2020-11-24 16:31:08.988597"], ["updated_at", "2020-11-24 16:31:08.988597"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1005], ["a_decimal", 4.65504752193417], ["a_string", "Quae qui et exercitationem."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "c5YhpbtiOR@gmail.com"], ["created_at", "2020-11-24 16:31:08.994136"], ["updated_at", "2020-11-24 16:31:08.994136"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1009], ["a_decimal", 7.8435659906133], ["a_string", "Iusto dolorem sit."], ["a_unique_value", 6], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "BRl4LcbSkh@gmail.com"], ["created_at", "2020-11-24 16:31:09.000632"], ["updated_at", "2020-11-24 16:31:09.000632"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1018], ["a_decimal", 0.402870779640316], ["a_string", "Rerum sapiente tempora ut perferendis."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "qlLBpPxBDn@hotmail.com"], ["created_at", "2020-11-24 16:31:09.006559"], ["updated_at", "2020-11-24 16:31:09.006559"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 4.9365816283028], ["a_string", "Libero unde quis aut eos."], ["a_unique_value", 8], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "5JKV3TAJTB@hotmail.com"], ["created_at", "2020-11-24 16:31:09.013025"], ["updated_at", "2020-11-24 16:31:09.013025"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1006], ["a_decimal", 11.7103107060151], ["a_string", "Aliquam error perferendis."], ["a_unique_value", 9], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "Ohcl09xkNg@hotmail.com"], ["created_at", "2020-11-24 16:31:09.018414"], ["updated_at", "2020-11-24 16:31:09.018414"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 1.37961980583172], ["a_string", "Quis quis ullam sed."], ["a_unique_value", 5], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "td_v4FIIpr@gmail.com"], ["created_at", "2020-11-24 16:31:09.023828"], ["updated_at", "2020-11-24 16:31:09.023828"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1009], ["a_decimal", 10.7802514902503], ["a_string", "Error voluptas voluptas."], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "ytrpruWu8Q@gmail.com"], ["created_at", "2020-11-24 16:31:09.075395"], ["updated_at", "2020-11-24 16:31:09.075395"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1033], ["a_decimal", 8.12078475985461], ["a_string", "Sed aliquid tempore nobis omnis et."], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "CffhpLdoSJ@hotmail.com"], ["created_at", "2020-11-24 16:31:09.127782"], ["updated_at", "2020-11-24 16:31:09.127782"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1007], ["a_decimal", 3.00004888314401], ["a_string", "Quaerat eos deserunt et."], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "YBShrY_zjn@hotmail.com"], ["created_at", "2020-11-24 16:31:09.168784"], ["updated_at", "2020-11-24 16:31:09.168784"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1009], ["a_decimal", 5.61996631139725], ["a_string", "Maxime repellat voluptates sunt unde eum."], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "Dv6CheLQun@hotmail.com"], ["created_at", "2020-11-24 16:31:09.211064"], ["updated_at", "2020-11-24 16:31:09.211064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1006], ["a_decimal", 19.72400491331], ["a_string", "Libero placeat inventore quam."], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "rTdVKe1MN0@hotmail.com"], ["created_at", "2020-11-24 16:31:09.267349"], ["updated_at", "2020-11-24 16:31:09.267349"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1015], ["a_decimal", 1.51031928388557], ["a_string", "Asperiores veniam vel."], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "ChKdA7wGWD@hotmail.com"], ["created_at", "2020-11-24 16:31:09.311607"], ["updated_at", "2020-11-24 16:31:09.311607"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1022], ["a_decimal", 1.17855568323641], ["a_string", "Debitis voluptas dolorem."], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "izvrIWqKNZ@gmail.com"], ["created_at", "2020-11-24 16:31:09.358382"], ["updated_at", "2020-11-24 16:31:09.358382"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 9.92396900307704], ["a_string", "Sint sequi odit aut veritatis neque."], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "0djJfq2M1q@hotmail.com"], ["created_at", "2020-11-24 16:31:09.400460"], ["updated_at", "2020-11-24 16:31:09.400460"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1011], ["a_decimal", 7.27154891758233], ["a_string", "Rem ut nobis fuga facere dignissimos."], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "V0nMr1937R@gmail.com"], ["created_at", "2020-11-24 16:31:09.447100"], ["updated_at", "2020-11-24 16:31:09.447100"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1015], ["a_decimal", 1.73516818051758], ["a_string", "Recusandae eius aspernatur quis consequatur."], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "Jwd7DUu9VA@hotmail.com"], ["created_at", "2020-11-24 16:31:09.491510"], ["updated_at", "2020-11-24 16:31:09.491510"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:09.550910"], ["updated_at", "2020-11-24 16:31:09.550910"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 14], ["a_decimal", 17.6593743236293], ["a_string", "Recusandae voluptatibus assumenda et rerum."], ["a_date", "2020-12-09"], ["a_time", "2000-01-01 22:02:09.783954"], ["a_datetime", "2020-10-25 01:09:45.813000"], ["created_at", "2020-11-24 16:31:09.563619"], ["updated_at", "2020-11-24 16:31:09.563619"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:31:09.570608"], ["updated_at", "2020-11-24 16:31:09.570608"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:31:09.577149"], ["updated_at", "2020-11-24 16:31:09.577149"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 3.11704901312401], ["a_string", "Itaque sit tempore."], ["a_unique_value", 6], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "XawMCA9UeC@hotmail.com"], ["created_at", "2020-11-24 16:31:09.583195"], ["updated_at", "2020-11-24 16:31:09.583195"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.2ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:09.611320"], ["updated_at", "2020-11-24 16:31:09.611320"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SAVEPOINT active_record_2 Golf Create (0.2ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:31:09.617156"], ["updated_at", "2020-11-24 16:31:09.617156"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.2ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 16:31:09.629065"], ["updated_at", "2020-11-24 16:31:09.629065"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.2ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.2ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.2ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 16:31:09.642187"], ["updated_at", "2020-11-24 16:31:09.642187"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:09.654753"], ["updated_at", "2020-11-24 16:31:09.654753"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:09.657645"], ["updated_at", "2020-11-24 16:31:09.657645"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:09.660338"], ["updated_at", "2020-11-24 16:31:09.660338"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:09.663096"], ["updated_at", "2020-11-24 16:31:09.663096"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:09.665625"], ["updated_at", "2020-11-24 16:31:09.665625"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:09.668424"], ["updated_at", "2020-11-24 16:31:09.668424"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:09.670999"], ["updated_at", "2020-11-24 16:31:09.670999"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:09.673256"], ["updated_at", "2020-11-24 16:31:09.673256"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 26], ["a_decimal", 10.2603418619375], ["a_string", "Necessitatibus dicta mollitia quos tempore."], ["a_date", "2020-11-15"], ["a_time", "2000-01-01 13:19:01.703667"], ["a_datetime", "2020-10-30 12:31:46.551547"], ["created_at", "2020-11-24 16:31:09.677795"], ["updated_at", "2020-11-24 16:31:09.677795"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 9], ["a_decimal", 6.35017001199868], ["a_string", "Ut voluptatibus quo et optio esse."], ["a_date", "2020-10-31"], ["a_time", "2000-01-01 07:56:47.442168"], ["a_datetime", "2020-12-10 06:16:13.738803"], ["created_at", "2020-11-24 16:31:09.683344"], ["updated_at", "2020-11-24 16:31:09.683344"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 0], ["a_decimal", 5.84908543534943], ["a_string", "Totam nihil amet voluptatum."], ["a_date", "2020-12-20"], ["a_time", "2000-01-01 16:13:21.308260"], ["a_datetime", "2020-12-01 10:12:05.382177"], ["created_at", "2020-11-24 16:31:09.689573"], ["updated_at", "2020-11-24 16:31:09.689573"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 2], ["a_decimal", 7.36457380252749], ["a_string", "Odio minima cumque."], ["a_date", "2020-10-31"], ["a_time", "2000-01-01 18:35:29.450845"], ["a_datetime", "2020-10-29 12:23:14.360604"], ["created_at", "2020-11-24 16:31:09.695026"], ["updated_at", "2020-11-24 16:31:09.695026"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 20], ["a_decimal", 19.4327729191003], ["a_string", "Ut perspiciatis consequuntur sit omnis soluta."], ["a_date", "2021-01-01"], ["a_time", "2000-01-01 15:01:52.399560"], ["a_datetime", "2020-10-29 10:25:38.593024"], ["created_at", "2020-11-24 16:31:09.700089"], ["updated_at", "2020-11-24 16:31:09.700089"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 2], ["a_decimal", 4.66519438679358], ["a_string", "Id inventore et et ab."], ["a_date", "2021-01-02"], ["a_time", "2000-01-01 05:41:00.163965"], ["a_datetime", "2020-11-15 16:34:00.439290"], ["created_at", "2020-11-24 16:31:09.703910"], ["updated_at", "2020-11-24 16:31:09.703910"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1], ["a_decimal", 2.43788733042293], ["a_string", "Labore dolore aperiam sit natus."], ["a_date", "2020-12-01"], ["a_time", "2000-01-01 23:03:55.170476"], ["a_datetime", "2020-11-06 08:54:54.306084"], ["created_at", "2020-11-24 16:31:09.707504"], ["updated_at", "2020-11-24 16:31:09.707504"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 2], ["a_decimal", 19.9580160704593], ["a_string", "Eveniet ipsum et facilis."], ["a_date", "2020-12-01"], ["a_time", "2000-01-01 09:21:28.496961"], ["a_datetime", "2020-12-21 19:45:17.903211"], ["created_at", "2020-11-24 16:31:09.713562"], ["updated_at", "2020-11-24 16:31:09.713562"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 16:31:09.717046"], ["updated_at", "2020-11-24 16:31:09.717046"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 16:31:09.720038"], ["updated_at", "2020-11-24 16:31:09.720038"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:31:09.722556"], ["updated_at", "2020-11-24 16:31:09.722556"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 16:31:09.725411"], ["updated_at", "2020-11-24 16:31:09.725411"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 16:31:09.728356"], ["updated_at", "2020-11-24 16:31:09.728356"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 16:31:09.731216"], ["updated_at", "2020-11-24 16:31:09.731216"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.2ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 16:31:09.734140"], ["updated_at", "2020-11-24 16:31:09.734140"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 16:31:09.737160"], ["updated_at", "2020-11-24 16:31:09.737160"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 16:31:09.739922"], ["updated_at", "2020-11-24 16:31:09.739922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 16:31:09.742041"], ["updated_at", "2020-11-24 16:31:09.742041"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 16:31:09.743848"], ["updated_at", "2020-11-24 16:31:09.743848"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 16:31:09.745755"], ["updated_at", "2020-11-24 16:31:09.745755"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 16:31:09.747879"], ["updated_at", "2020-11-24 16:31:09.747879"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.2ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 16:31:09.750246"], ["updated_at", "2020-11-24 16:31:09.750246"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 16:31:09.753567"], ["updated_at", "2020-11-24 16:31:09.753567"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.2ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:31:09.755940"], ["updated_at", "2020-11-24 16:31:09.755940"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1016], ["a_decimal", 3.70512018320907], ["a_string", "Dolores et omnis aspernatur autem quia."], ["a_unique_value", 7], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "NkfFvGZR5S@hotmail.com"], ["created_at", "2020-11-24 16:31:09.763623"], ["updated_at", "2020-11-24 16:31:09.763623"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1024], ["a_decimal", 4.61626386054407], ["a_string", "Vel cumque vel qui."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "fVh1D7x1AW@hotmail.com"], ["created_at", "2020-11-24 16:31:09.771854"], ["updated_at", "2020-11-24 16:31:09.771854"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1021], ["a_decimal", 4.2335187336969], ["a_string", "Dolorum error odio tempora eius et."], ["a_unique_value", 8], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "SwmVILF7W4@hotmail.com"], ["created_at", "2020-11-24 16:31:09.779554"], ["updated_at", "2020-11-24 16:31:09.779554"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1005], ["a_decimal", 4.11850298626279], ["a_string", "Dolores aut qui."], ["a_unique_value", 6], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "EXQHbgMXol@gmail.com"], ["created_at", "2020-11-24 16:31:09.787306"], ["updated_at", "2020-11-24 16:31:09.787306"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 7.41346546833667], ["a_string", "Autem consequatur quae rem ex voluptatem."], ["a_unique_value", 4], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "6JOuGAz9be@hotmail.com"], ["created_at", "2020-11-24 16:31:09.794435"], ["updated_at", "2020-11-24 16:31:09.794435"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1030], ["a_decimal", 2.47011369678324], ["a_string", "Non possimus consequatur provident dolorem."], ["a_unique_value", 5], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "JaiWU2Ui4z@hotmail.com"], ["created_at", "2020-11-24 16:31:09.801806"], ["updated_at", "2020-11-24 16:31:09.801806"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 4.41266293871397], ["a_string", "Quia est temporibus tenetur porro ipsa."], ["a_unique_value", 10], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "FsfTmzlt1F@hotmail.com"], ["created_at", "2020-11-24 16:31:09.809692"], ["updated_at", "2020-11-24 16:31:09.809692"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1006], ["a_decimal", 38.9444503302716], ["a_string", "Dolor qui voluptatem."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "QKE3Bf8JSB@hotmail.com"], ["created_at", "2020-11-24 16:31:09.820937"], ["updated_at", "2020-11-24 16:31:09.820937"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:09.849767"], ["updated_at", "2020-11-24 16:31:09.849767"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:09.850962"], ["updated_at", "2020-11-24 16:31:09.850962"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:09.851960"], ["updated_at", "2020-11-24 16:31:09.851960"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:09.852796"], ["updated_at", "2020-11-24 16:31:09.852796"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:09.853575"], ["updated_at", "2020-11-24 16:31:09.853575"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:09.854333"], ["updated_at", "2020-11-24 16:31:09.854333"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:09.855076"], ["updated_at", "2020-11-24 16:31:09.855076"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:09.855816"], ["updated_at", "2020-11-24 16:31:09.855816"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:31:09.856642"], ["updated_at", "2020-11-24 16:31:09.856642"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:31:09.857464"], ["updated_at", "2020-11-24 16:31:09.857464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:31:09.858229"], ["updated_at", "2020-11-24 16:31:09.858229"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:31:09.858970"], ["updated_at", "2020-11-24 16:31:09.858970"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:31:09.859712"], ["updated_at", "2020-11-24 16:31:09.859712"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:31:09.860446"], ["updated_at", "2020-11-24 16:31:09.860446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:31:09.861175"], ["updated_at", "2020-11-24 16:31:09.861175"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:31:09.861892"], ["updated_at", "2020-11-24 16:31:09.861892"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 16:31:09.863374"], ["updated_at", "2020-11-24 16:31:09.863374"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 16:31:09.864771"], ["updated_at", "2020-11-24 16:31:09.864771"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 16:31:09.866346"], ["updated_at", "2020-11-24 16:31:09.866346"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 16:31:09.867921"], ["updated_at", "2020-11-24 16:31:09.867921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 16:31:09.869497"], ["updated_at", "2020-11-24 16:31:09.869497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 16:31:09.870821"], ["updated_at", "2020-11-24 16:31:09.870821"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 16:31:09.872178"], ["updated_at", "2020-11-24 16:31:09.872178"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 16:31:09.873531"], ["updated_at", "2020-11-24 16:31:09.873531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 4], ["created_at", "2020-11-24 16:31:09.875358"], ["updated_at", "2020-11-24 16:31:09.875358"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 5], ["created_at", "2020-11-24 16:31:09.877216"], ["updated_at", "2020-11-24 16:31:09.877216"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 3], ["created_at", "2020-11-24 16:31:09.879043"], ["updated_at", "2020-11-24 16:31:09.879043"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 5], ["created_at", "2020-11-24 16:31:09.880891"], ["updated_at", "2020-11-24 16:31:09.880891"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 1], ["created_at", "2020-11-24 16:31:09.882751"], ["updated_at", "2020-11-24 16:31:09.882751"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 7], ["created_at", "2020-11-24 16:31:09.884824"], ["updated_at", "2020-11-24 16:31:09.884824"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 7], ["created_at", "2020-11-24 16:31:09.886728"], ["updated_at", "2020-11-24 16:31:09.886728"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 6], ["created_at", "2020-11-24 16:31:09.888443"], ["updated_at", "2020-11-24 16:31:09.888443"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 14], ["a_decimal", 1.87599588526333], ["a_string", "Magni eveniet asperiores eaque qui."], ["a_date", "2020-12-28"], ["a_time", "2000-01-01 04:38:51.074511"], ["a_datetime", "2020-12-22 23:45:13.280524"], ["created_at", "2020-11-24 16:31:09.916336"], ["updated_at", "2020-11-24 16:31:09.916336"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 3], ["a_decimal", 0.642628466827529], ["a_string", "Non minus delectus ab."], ["a_date", "2020-12-04"], ["a_time", "2000-01-01 06:52:13.930022"], ["a_datetime", "2020-11-29 00:16:13.837196"], ["created_at", "2020-11-24 16:31:09.920061"], ["updated_at", "2020-11-24 16:31:09.920061"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 20], ["a_decimal", 0.730399433726271], ["a_string", "Culpa nulla reprehenderit sit suscipit totam."], ["a_date", "2020-11-04"], ["a_time", "2000-01-01 02:26:49.348407"], ["a_datetime", "2020-11-11 16:11:32.373489"], ["created_at", "2020-11-24 16:31:09.923060"], ["updated_at", "2020-11-24 16:31:09.923060"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 0], ["a_decimal", 0.0255575580986332], ["a_string", "Sunt amet qui repellat omnis."], ["a_date", "2020-12-08"], ["a_time", "2000-01-01 12:03:31.926187"], ["a_datetime", "2020-11-18 20:29:41.415706"], ["created_at", "2020-11-24 16:31:09.928784"], ["updated_at", "2020-11-24 16:31:09.928784"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 41], ["a_decimal", 21.8733738242788], ["a_string", "Iusto ducimus eos."], ["a_date", "2020-10-26"], ["a_time", "2000-01-01 23:55:10.238739"], ["a_datetime", "2020-11-24 11:20:54.040663"], ["created_at", "2020-11-24 16:31:09.932870"], ["updated_at", "2020-11-24 16:31:09.932870"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 10], ["a_decimal", 15.8464137578492], ["a_string", "Adipisci quis aut ut occaecati cumque."], ["a_date", "2020-10-24"], ["a_time", "2000-01-01 11:41:22.180396"], ["a_datetime", "2020-12-24 07:37:24.908007"], ["created_at", "2020-11-24 16:31:09.936392"], ["updated_at", "2020-11-24 16:31:09.936392"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:09.939460"], ["updated_at", "2020-11-24 16:31:09.939460"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:09.973667"], ["updated_at", "2020-11-24 16:31:09.973667"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:09.975315"], ["updated_at", "2020-11-24 16:31:09.975315"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:09.976847"], ["updated_at", "2020-11-24 16:31:09.976847"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:09.978916"], ["updated_at", "2020-11-24 16:31:09.978916"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:09.981282"], ["updated_at", "2020-11-24 16:31:09.981282"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:09.983326"], ["updated_at", "2020-11-24 16:31:09.983326"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:09.985687"], ["updated_at", "2020-11-24 16:31:09.985687"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:09.988182"], ["updated_at", "2020-11-24 16:31:09.988182"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 7], ["a_decimal", 3.01245101177457], ["a_string", "Et commodi consequatur voluptatem omnis laudantium."], ["a_date", "2020-10-29"], ["a_time", "2000-01-01 16:50:23.419620"], ["a_datetime", "2020-10-21 16:12:45.124640"], ["created_at", "2020-11-24 16:31:09.992674"], ["updated_at", "2020-11-24 16:31:09.992674"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 25], ["a_decimal", 17.5455703684859], ["a_string", "Blanditiis esse provident est."], ["a_date", "2020-12-19"], ["a_time", "2000-01-01 12:35:18.860186"], ["a_datetime", "2020-12-08 15:17:20.279562"], ["created_at", "2020-11-24 16:31:09.997160"], ["updated_at", "2020-11-24 16:31:09.997160"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 3], ["a_decimal", 1.12705320531552], ["a_string", "Sit est dolores tempore sed."], ["a_date", "2020-11-06"], ["a_time", "2000-01-01 16:33:21.524890"], ["a_datetime", "2020-11-07 20:31:19.681188"], ["created_at", "2020-11-24 16:31:10.000910"], ["updated_at", "2020-11-24 16:31:10.000910"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 2], ["a_decimal", 19.8388482250839], ["a_string", "Odit provident deserunt aut iusto doloremque."], ["a_date", "2020-12-21"], ["a_time", "2000-01-01 23:35:37.789782"], ["a_datetime", "2020-10-25 19:51:41.404556"], ["created_at", "2020-11-24 16:31:10.004066"], ["updated_at", "2020-11-24 16:31:10.004066"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 21], ["a_decimal", 1.31394615542611], ["a_string", "Ipsa iure consequatur ea temporibus voluptas."], ["a_date", "2020-12-03"], ["a_time", "2000-01-01 13:45:49.853909"], ["a_datetime", "2020-12-21 19:09:41.293881"], ["created_at", "2020-11-24 16:31:10.006889"], ["updated_at", "2020-11-24 16:31:10.006889"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 0], ["a_decimal", 0.0558444929942722], ["a_string", "Officiis itaque consectetur facilis laboriosam tempora."], ["a_date", "2020-12-29"], ["a_time", "2000-01-01 20:19:22.144663"], ["a_datetime", "2020-12-05 08:22:25.908947"], ["created_at", "2020-11-24 16:31:10.009634"], ["updated_at", "2020-11-24 16:31:10.009634"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 7], ["a_decimal", 1.54190148816775], ["a_string", "Amet ab consequatur accusantium nemo illo."], ["a_date", "2020-10-13"], ["a_time", "2000-01-01 08:14:31.794724"], ["a_datetime", "2021-01-03 03:57:20.153269"], ["created_at", "2020-11-24 16:31:10.012537"], ["updated_at", "2020-11-24 16:31:10.012537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 6], ["a_decimal", 3.68181901833606], ["a_string", "Maiores enim voluptas rerum."], ["a_date", "2020-12-05"], ["a_time", "2000-01-01 08:50:30.064333"], ["a_datetime", "2020-11-23 04:23:15.296943"], ["created_at", "2020-11-24 16:31:10.015291"], ["updated_at", "2020-11-24 16:31:10.015291"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 16:31:10.017401"], ["updated_at", "2020-11-24 16:31:10.017401"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 16:31:10.019452"], ["updated_at", "2020-11-24 16:31:10.019452"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 16:31:10.020943"], ["updated_at", "2020-11-24 16:31:10.020943"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 16:31:10.022212"], ["updated_at", "2020-11-24 16:31:10.022212"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 16:31:10.023424"], ["updated_at", "2020-11-24 16:31:10.023424"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:31:10.024693"], ["updated_at", "2020-11-24 16:31:10.024693"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 16:31:10.025913"], ["updated_at", "2020-11-24 16:31:10.025913"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 16:31:10.027115"], ["updated_at", "2020-11-24 16:31:10.027115"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 16:31:10.028583"], ["updated_at", "2020-11-24 16:31:10.028583"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 16:31:10.030076"], ["updated_at", "2020-11-24 16:31:10.030076"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 16:31:10.031328"], ["updated_at", "2020-11-24 16:31:10.031328"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:31:10.032604"], ["updated_at", "2020-11-24 16:31:10.032604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 16:31:10.034238"], ["updated_at", "2020-11-24 16:31:10.034238"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 16:31:10.035924"], ["updated_at", "2020-11-24 16:31:10.035924"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 16:31:10.037193"], ["updated_at", "2020-11-24 16:31:10.037193"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 16:31:10.038370"], ["updated_at", "2020-11-24 16:31:10.038370"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1029], ["a_decimal", 11.0873632804524], ["a_string", "Sint accusantium sapiente commodi."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "g2tG0D5bk6@hotmail.com"], ["created_at", "2020-11-24 16:31:10.042879"], ["updated_at", "2020-11-24 16:31:10.042879"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1004], ["a_decimal", 0.684141522141382], ["a_string", "Qui dolorem aperiam a eligendi."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "i4d8z7ce49@gmail.com"], ["created_at", "2020-11-24 16:31:10.047258"], ["updated_at", "2020-11-24 16:31:10.047258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1026], ["a_decimal", 8.79149855212234], ["a_string", "Omnis aut modi rerum nemo nisi."], ["a_unique_value", 10], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "WikMx6OqOq@gmail.com"], ["created_at", "2020-11-24 16:31:10.052570"], ["updated_at", "2020-11-24 16:31:10.052570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1018], ["a_decimal", 16.6203943794517], ["a_string", "Sapiente totam voluptate maiores voluptas."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "3kDxTF3Tih@hotmail.com"], ["created_at", "2020-11-24 16:31:10.057188"], ["updated_at", "2020-11-24 16:31:10.057188"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1012], ["a_decimal", 0.960479159411082], ["a_string", "Est assumenda delectus iste doloremque sit."], ["a_unique_value", 3], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "Na3oYEHgL0@gmail.com"], ["created_at", "2020-11-24 16:31:10.061908"], ["updated_at", "2020-11-24 16:31:10.061908"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1025], ["a_decimal", 7.5244499621599], ["a_string", "Eaque dignissimos id nulla voluptatem quidem."], ["a_unique_value", 7], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "zuoNjyDQAz@gmail.com"], ["created_at", "2020-11-24 16:31:10.066873"], ["updated_at", "2020-11-24 16:31:10.066873"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 10.196612266069], ["a_string", "Nisi dolores sapiente qui voluptatibus."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "g37WyTBCcu@gmail.com"], ["created_at", "2020-11-24 16:31:10.071756"], ["updated_at", "2020-11-24 16:31:10.071756"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1021], ["a_decimal", 0.103468838162204], ["a_string", "Voluptas quos ipsam molestias soluta ad."], ["a_unique_value", 9], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "jWYOEplKZF@hotmail.com"], ["created_at", "2020-11-24 16:31:10.076265"], ["updated_at", "2020-11-24 16:31:10.076265"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:10.094297"], ["updated_at", "2020-11-24 16:31:10.094297"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:10.095134"], ["updated_at", "2020-11-24 16:31:10.095134"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:10.095812"], ["updated_at", "2020-11-24 16:31:10.095812"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:10.096459"], ["updated_at", "2020-11-24 16:31:10.096459"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:10.097089"], ["updated_at", "2020-11-24 16:31:10.097089"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:10.097716"], ["updated_at", "2020-11-24 16:31:10.097716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:10.098332"], ["updated_at", "2020-11-24 16:31:10.098332"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:31:10.098976"], ["updated_at", "2020-11-24 16:31:10.098976"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:31:10.099718"], ["updated_at", "2020-11-24 16:31:10.099718"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:31:10.100535"], ["updated_at", "2020-11-24 16:31:10.100535"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:31:10.101383"], ["updated_at", "2020-11-24 16:31:10.101383"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:31:10.102252"], ["updated_at", "2020-11-24 16:31:10.102252"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:31:10.102999"], ["updated_at", "2020-11-24 16:31:10.102999"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:31:10.103713"], ["updated_at", "2020-11-24 16:31:10.103713"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:31:10.104375"], ["updated_at", "2020-11-24 16:31:10.104375"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:31:10.105049"], ["updated_at", "2020-11-24 16:31:10.105049"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 16:31:10.106335"], ["updated_at", "2020-11-24 16:31:10.106335"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 16:31:10.107629"], ["updated_at", "2020-11-24 16:31:10.107629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 16:31:10.108883"], ["updated_at", "2020-11-24 16:31:10.108883"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 16:31:10.110069"], ["updated_at", "2020-11-24 16:31:10.110069"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 16:31:10.111275"], ["updated_at", "2020-11-24 16:31:10.111275"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 16:31:10.112494"], ["updated_at", "2020-11-24 16:31:10.112494"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 16:31:10.113821"], ["updated_at", "2020-11-24 16:31:10.113821"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 16:31:10.115059"], ["updated_at", "2020-11-24 16:31:10.115059"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 8], ["created_at", "2020-11-24 16:31:10.116954"], ["updated_at", "2020-11-24 16:31:10.116954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 3], ["created_at", "2020-11-24 16:31:10.119293"], ["updated_at", "2020-11-24 16:31:10.119293"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 4], ["created_at", "2020-11-24 16:31:10.121070"], ["updated_at", "2020-11-24 16:31:10.121070"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 7], ["created_at", "2020-11-24 16:31:10.122899"], ["updated_at", "2020-11-24 16:31:10.122899"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 7], ["created_at", "2020-11-24 16:31:10.124575"], ["updated_at", "2020-11-24 16:31:10.124575"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 5], ["created_at", "2020-11-24 16:31:10.126423"], ["updated_at", "2020-11-24 16:31:10.126423"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-24 16:31:10.128259"], ["updated_at", "2020-11-24 16:31:10.128259"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-24 16:31:10.130456"], ["updated_at", "2020-11-24 16:31:10.130456"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.1ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (1.7ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.9ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.3ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.4ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1017], ["a_decimal", 0.32087655143121], ["a_string", "Rem alias dolor quia dolorem."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "Jcq_OzLpa2@gmail.com"], ["created_at", "2020-11-24 16:32:33.041715"], ["updated_at", "2020-11-24 16:32:33.041715"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1023], ["a_decimal", 16.0283635015918], ["a_string", "Voluptatum neque quam aut rem quis."], ["a_unique_value", 1], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "v50vLOyps8@gmail.com"], ["created_at", "2020-11-24 16:32:33.046256"], ["updated_at", "2020-11-24 16:32:33.046256"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1010], ["a_decimal", 24.4203001944468], ["a_string", "Voluptas quis et voluptatibus aspernatur."], ["a_unique_value", 6], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "QfqR4uKsXu@hotmail.com"], ["created_at", "2020-11-24 16:32:33.050323"], ["updated_at", "2020-11-24 16:32:33.050323"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 29.0413840714583], ["a_string", "Iure ut cum et dolorum harum."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "GfIirJTydU@gmail.com"], ["created_at", "2020-11-24 16:32:33.054283"], ["updated_at", "2020-11-24 16:32:33.054283"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1022], ["a_decimal", 4.55789995114899], ["a_string", "Aperiam dolore eaque rerum corrupti."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "y5VF7L1E_n@hotmail.com"], ["created_at", "2020-11-24 16:32:33.058194"], ["updated_at", "2020-11-24 16:32:33.058194"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1006], ["a_decimal", 12.7236310749633], ["a_string", "Quisquam atque distinctio deserunt voluptatem."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "Vus7Q9fqZU@gmail.com"], ["created_at", "2020-11-24 16:32:33.062269"], ["updated_at", "2020-11-24 16:32:33.062269"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1008], ["a_decimal", 7.85916993068691], ["a_string", "Voluptates aut sed pariatur quaerat qui."], ["a_unique_value", 10], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "fYpuaBCjWQ@hotmail.com"], ["created_at", "2020-11-24 16:32:33.066240"], ["updated_at", "2020-11-24 16:32:33.066240"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1003], ["a_decimal", 2.0422538764408], ["a_string", "Nemo similique consectetur eos nisi nam."], ["a_unique_value", 9], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "Bg0Mj3Krwi@hotmail.com"], ["created_at", "2020-11-24 16:32:33.070215"], ["updated_at", "2020-11-24 16:32:33.070215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1007], ["a_decimal", 0.40472165282506], ["a_string", "Sapiente pariatur quod."], ["a_unique_value", 8], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "12DhlWn5X5@hotmail.com"], ["created_at", "2020-11-24 16:32:33.074218"], ["updated_at", "2020-11-24 16:32:33.074218"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1019], ["a_decimal", 8.8047193426836], ["a_string", "Iste excepturi voluptas dolores ullam eaque."], ["a_unique_value", 4], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "CcMKTNPuLC@hotmail.com"], ["created_at", "2020-11-24 16:32:33.078285"], ["updated_at", "2020-11-24 16:32:33.078285"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1005], ["a_decimal", 14.9354912149868], ["a_string", "Dignissimos sit ea velit."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "LazxB2W4Jl@hotmail.com"], ["created_at", "2020-11-24 16:32:33.084709"], ["updated_at", "2020-11-24 16:32:33.084709"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1010], ["a_decimal", 4.50854283448069], ["a_string", "Quos saepe ab."], ["a_unique_value", 7], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "vd7Y8BIALi@hotmail.com"], ["created_at", "2020-11-24 16:32:33.090384"], ["updated_at", "2020-11-24 16:32:33.090384"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 10.1471730159712], ["a_string", "Qui quidem magnam temporibus occaecati quis."], ["a_unique_value", 4], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "b_4luTCVGP@hotmail.com"], ["created_at", "2020-11-24 16:32:33.094938"], ["updated_at", "2020-11-24 16:32:33.094938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 8.49989193621227], ["a_string", "Ullam rerum eum facere laudantium."], ["a_unique_value", 8], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "IhBvI9XaaC@hotmail.com"], ["created_at", "2020-11-24 16:32:33.099827"], ["updated_at", "2020-11-24 16:32:33.099827"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1003], ["a_decimal", 26.0870164360488], ["a_string", "Ab quibusdam placeat explicabo sunt assumenda."], ["a_unique_value", 5], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "TjBECnKiM1@hotmail.com"], ["created_at", "2020-11-24 16:32:33.104147"], ["updated_at", "2020-11-24 16:32:33.104147"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1006], ["a_decimal", 8.13782697971076], ["a_string", "Laboriosam necessitatibus voluptate molestiae id earum."], ["a_unique_value", 10], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "J8SP1TMqL_@hotmail.com"], ["created_at", "2020-11-24 16:32:33.108225"], ["updated_at", "2020-11-24 16:32:33.108225"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 0.106861764980828], ["a_string", "Et modi cum reprehenderit consequuntur excepturi."], ["a_unique_value", 9], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "0DFvdscGtq@hotmail.com"], ["created_at", "2020-11-24 16:32:33.112324"], ["updated_at", "2020-11-24 16:32:33.112324"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1020], ["a_decimal", 5.57565639632647], ["a_string", "Accusamus rerum sapiente iste cum voluptas."], ["a_unique_value", 2], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "HnR_zslayc@hotmail.com"], ["created_at", "2020-11-24 16:32:33.116509"], ["updated_at", "2020-11-24 16:32:33.116509"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1005], ["a_decimal", 3.76678928389584], ["a_string", "Aut tempore ab."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "aAUUY8nCOO@hotmail.com"], ["created_at", "2020-11-24 16:32:33.120681"], ["updated_at", "2020-11-24 16:32:33.120681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1003], ["a_decimal", 0.713370161952977], ["a_string", "Ut sint sit."], ["a_unique_value", 3], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "6mJGe0m_RS@hotmail.com"], ["created_at", "2020-11-24 16:32:33.124838"], ["updated_at", "2020-11-24 16:32:33.124838"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1010], ["a_decimal", 27.2938062678194], ["a_string", "Cupiditate eius porro molestias voluptatibus aliquam."], ["a_unique_value", 7], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "Eaz1FClLuM@hotmail.com"], ["created_at", "2020-11-24 16:32:33.130540"], ["updated_at", "2020-11-24 16:32:33.130540"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1010], ["a_decimal", 25.9629045085583], ["a_string", "Et enim dicta alias sint."], ["a_unique_value", 9], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "uSrOdP9w8Z@hotmail.com"], ["created_at", "2020-11-24 16:32:33.135424"], ["updated_at", "2020-11-24 16:32:33.135424"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 4.84715341654907], ["a_string", "Et iste incidunt."], ["a_unique_value", 8], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "5cXcrvdxxs@hotmail.com"], ["created_at", "2020-11-24 16:32:33.140555"], ["updated_at", "2020-11-24 16:32:33.140555"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1014], ["a_decimal", 4.34197333813917], ["a_string", "Aut excepturi vel quasi earum voluptatum."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "Y3TYJkGkT3@gmail.com"], ["created_at", "2020-11-24 16:32:33.144692"], ["updated_at", "2020-11-24 16:32:33.144692"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1026], ["a_decimal", 0.854431100879972], ["a_string", "Labore enim enim temporibus dolorem quibusdam."], ["a_unique_value", 6], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "ve5nqHAO6h@gmail.com"], ["created_at", "2020-11-24 16:32:33.148987"], ["updated_at", "2020-11-24 16:32:33.148987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1010], ["a_decimal", 2.83270052188925], ["a_string", "Eligendi beatae voluptas et nulla ut."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "NvlXnf_4Yn@gmail.com"], ["created_at", "2020-11-24 16:32:33.153293"], ["updated_at", "2020-11-24 16:32:33.153293"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1016], ["a_decimal", 2.9229752332127], ["a_string", "Dicta eum a dolores id."], ["a_unique_value", 10], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "ud8SKCGtzw@gmail.com"], ["created_at", "2020-11-24 16:32:33.157457"], ["updated_at", "2020-11-24 16:32:33.157457"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1005], ["a_decimal", 1.68981452715435], ["a_string", "Autem placeat unde."], ["a_unique_value", 4], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "ifC4hbcaUU@gmail.com"], ["created_at", "2020-11-24 16:32:33.161560"], ["updated_at", "2020-11-24 16:32:33.161560"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1022], ["a_decimal", 1.0764557261692], ["a_string", "Tempora et non."], ["a_unique_value", 1], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "pno0XynDqO@gmail.com"], ["created_at", "2020-11-24 16:32:33.165655"], ["updated_at", "2020-11-24 16:32:33.165655"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1014], ["a_decimal", 3.08567490437254], ["a_string", "Eligendi omnis ut."], ["a_unique_value", 3], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "BCrm1WICvR@gmail.com"], ["created_at", "2020-11-24 16:32:33.169951"], ["updated_at", "2020-11-24 16:32:33.169951"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1005], ["a_decimal", 22.4449268677469], ["a_string", "Voluptas sit perspiciatis quia in."], ["a_unique_value", 1], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "gqO59_W8Uf@hotmail.com"], ["created_at", "2020-11-24 16:32:33.175689"], ["updated_at", "2020-11-24 16:32:33.175689"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1017], ["a_decimal", 8.17464553825321], ["a_string", "Quas adipisci neque voluptatem autem."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "ZfoCKLfXOR@gmail.com"], ["created_at", "2020-11-24 16:32:33.180157"], ["updated_at", "2020-11-24 16:32:33.180157"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1004], ["a_decimal", 4.03606884468918], ["a_string", "In sit eligendi."], ["a_unique_value", 4], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "3vf_v5ye_c@hotmail.com"], ["created_at", "2020-11-24 16:32:33.184798"], ["updated_at", "2020-11-24 16:32:33.184798"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1003], ["a_decimal", 1.62523512118288], ["a_string", "Nihil nobis voluptas suscipit in sit."], ["a_unique_value", 3], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "hmQR3cJPQY@gmail.com"], ["created_at", "2020-11-24 16:32:33.189833"], ["updated_at", "2020-11-24 16:32:33.189833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1023], ["a_decimal", 10.6832036234392], ["a_string", "Delectus doloremque dolores et."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "9m5iRkYfXm@hotmail.com"], ["created_at", "2020-11-24 16:32:33.194138"], ["updated_at", "2020-11-24 16:32:33.194138"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1022], ["a_decimal", 12.3651108591768], ["a_string", "Dolor sit dignissimos doloremque."], ["a_unique_value", 9], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "c3fxf0bPRA@gmail.com"], ["created_at", "2020-11-24 16:32:33.198352"], ["updated_at", "2020-11-24 16:32:33.198352"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1014], ["a_decimal", 3.0864786356044], ["a_string", "Qui fugit repellendus consequuntur."], ["a_unique_value", 10], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "0Anr8y82YM@gmail.com"], ["created_at", "2020-11-24 16:32:33.203041"], ["updated_at", "2020-11-24 16:32:33.203041"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 2.71188689117841], ["a_string", "Aut ullam qui."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "ZF4aviglFS@hotmail.com"], ["created_at", "2020-11-24 16:32:33.221578"], ["updated_at", "2020-11-24 16:32:33.221578"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1013], ["a_decimal", 17.8211086781719], ["a_string", "Ab fugit illum vero eveniet enim."], ["a_unique_value", 6], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "DpcgjAzIDZ@hotmail.com"], ["created_at", "2020-11-24 16:32:33.227156"], ["updated_at", "2020-11-24 16:32:33.227156"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1021], ["a_decimal", 0.938737984235523], ["a_string", "Est qui enim error."], ["a_unique_value", 8], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "y1zb26cR2E@hotmail.com"], ["created_at", "2020-11-24 16:32:33.232438"], ["updated_at", "2020-11-24 16:32:33.232438"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1010], ["a_decimal", 18.2843429661887], ["a_string", "Voluptate aut ut laudantium similique laborum."], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "LoKpJ94NMB@hotmail.com"], ["created_at", "2020-11-24 16:32:33.274567"], ["updated_at", "2020-11-24 16:32:33.274567"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1005], ["a_decimal", 14.5268559784393], ["a_string", "Quam minus minima nam iusto autem."], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "TMSxSfPQi1@hotmail.com"], ["created_at", "2020-11-24 16:32:33.313930"], ["updated_at", "2020-11-24 16:32:33.313930"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1006], ["a_decimal", 23.6685806501935], ["a_string", "Nesciunt ab iusto aut."], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "MfzATNRCHd@hotmail.com"], ["created_at", "2020-11-24 16:32:33.352663"], ["updated_at", "2020-11-24 16:32:33.352663"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1021], ["a_decimal", 10.9783139165038], ["a_string", "In enim consequatur et et."], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "k8YbeqV32q@hotmail.com"], ["created_at", "2020-11-24 16:32:33.391549"], ["updated_at", "2020-11-24 16:32:33.391549"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1021], ["a_decimal", 11.8810073550997], ["a_string", "Autem iusto quos saepe eius deserunt."], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "wp_Y_htWJ_@hotmail.com"], ["created_at", "2020-11-24 16:32:33.430782"], ["updated_at", "2020-11-24 16:32:33.430782"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1020], ["a_decimal", 28.6488169695854], ["a_string", "Et est assumenda autem labore."], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "IP_hJrdrQa@gmail.com"], ["created_at", "2020-11-24 16:32:33.469525"], ["updated_at", "2020-11-24 16:32:33.469525"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1003], ["a_decimal", 17.5461202866847], ["a_string", "Dolore et reprehenderit rem."], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "ayf0N6B55R@gmail.com"], ["created_at", "2020-11-24 16:32:33.517313"], ["updated_at", "2020-11-24 16:32:33.517313"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1004], ["a_decimal", 19.0711674762015], ["a_string", "Consequatur quo aut."], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "x5ZCLDU_3t@hotmail.com"], ["created_at", "2020-11-24 16:32:33.556561"], ["updated_at", "2020-11-24 16:32:33.556561"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1010], ["a_decimal", 2.82495320956237], ["a_string", "Quo soluta doloribus asperiores."], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "QON2g9LWqe@hotmail.com"], ["created_at", "2020-11-24 16:32:33.595450"], ["updated_at", "2020-11-24 16:32:33.595450"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1009], ["a_decimal", 27.7431223856696], ["a_string", "Id delectus saepe."], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "sE1GHVHZAI@hotmail.com"], ["created_at", "2020-11-24 16:32:33.634490"], ["updated_at", "2020-11-24 16:32:33.634490"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:33.676772"], ["updated_at", "2020-11-24 16:32:33.676772"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 3], ["a_decimal", 5.84323224394627], ["a_string", "Aut explicabo dolores voluptas."], ["a_date", "2020-11-22"], ["a_time", "2000-01-01 16:39:14.149855"], ["a_datetime", "2020-12-10 17:08:55.497861"], ["created_at", "2020-11-24 16:32:33.686446"], ["updated_at", "2020-11-24 16:32:33.686446"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:32:33.693201"], ["updated_at", "2020-11-24 16:32:33.693201"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:32:33.698245"], ["updated_at", "2020-11-24 16:32:33.698245"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1008], ["a_decimal", 10.5430182013062], ["a_string", "Pariatur incidunt omnis."], ["a_unique_value", 1], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "2u_Bh_uQKs@gmail.com"], ["created_at", "2020-11-24 16:32:33.703414"], ["updated_at", "2020-11-24 16:32:33.703414"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:33.714528"], ["updated_at", "2020-11-24 16:32:33.714528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:32:33.717791"], ["updated_at", "2020-11-24 16:32:33.717791"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 16:32:33.722935"], ["updated_at", "2020-11-24 16:32:33.722935"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 16:32:33.728195"], ["updated_at", "2020-11-24 16:32:33.728195"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.0ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:33.734765"], ["updated_at", "2020-11-24 16:32:33.734765"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:33.736510"], ["updated_at", "2020-11-24 16:32:33.736510"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:33.738872"], ["updated_at", "2020-11-24 16:32:33.738872"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:33.740748"], ["updated_at", "2020-11-24 16:32:33.740748"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:33.742301"], ["updated_at", "2020-11-24 16:32:33.742301"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:33.743537"], ["updated_at", "2020-11-24 16:32:33.743537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:33.744768"], ["updated_at", "2020-11-24 16:32:33.744768"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:33.745964"], ["updated_at", "2020-11-24 16:32:33.745964"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 30], ["a_decimal", 19.8917964046583], ["a_string", "Repellendus et ad asperiores est temporibus."], ["a_date", "2020-10-22"], ["a_time", "2000-01-01 10:14:50.418801"], ["a_datetime", "2020-12-24 11:32:30.081566"], ["created_at", "2020-11-24 16:32:33.748323"], ["updated_at", "2020-11-24 16:32:33.748323"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 14], ["a_decimal", 3.13259429458893], ["a_string", "Molestiae veritatis exercitationem aperiam sit."], ["a_date", "2020-12-27"], ["a_time", "2000-01-01 22:58:13.357217"], ["a_datetime", "2020-10-23 06:25:30.455617"], ["created_at", "2020-11-24 16:32:33.751089"], ["updated_at", "2020-11-24 16:32:33.751089"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 3], ["a_decimal", 0.744028668062809], ["a_string", "Soluta aut accusantium."], ["a_date", "2020-12-10"], ["a_time", "2000-01-01 06:28:35.728957"], ["a_datetime", "2020-12-01 22:00:23.053860"], ["created_at", "2020-11-24 16:32:33.754562"], ["updated_at", "2020-11-24 16:32:33.754562"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 25], ["a_decimal", 13.6249704530364], ["a_string", "Fugit ut iste earum qui blanditiis."], ["a_date", "2020-11-10"], ["a_time", "2000-01-01 15:27:39.618780"], ["a_datetime", "2020-11-04 12:54:54.779613"], ["created_at", "2020-11-24 16:32:33.758397"], ["updated_at", "2020-11-24 16:32:33.758397"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 13], ["a_decimal", 10.7416683474879], ["a_string", "Magnam omnis natus qui."], ["a_date", "2020-11-22"], ["a_time", "2000-01-01 03:37:34.007770"], ["a_datetime", "2020-12-19 01:57:52.949266"], ["created_at", "2020-11-24 16:32:33.761196"], ["updated_at", "2020-11-24 16:32:33.761196"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 30], ["a_decimal", 0.925328092555091], ["a_string", "Sed alias vero magni quidem."], ["a_date", "2020-11-14"], ["a_time", "2000-01-01 23:10:40.905977"], ["a_datetime", "2020-11-03 19:37:15.654807"], ["created_at", "2020-11-24 16:32:33.763686"], ["updated_at", "2020-11-24 16:32:33.763686"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 0], ["a_decimal", 14.3598659214508], ["a_string", "Sequi illum explicabo vitae omnis."], ["a_date", "2020-11-13"], ["a_time", "2000-01-01 01:42:15.033758"], ["a_datetime", "2020-11-04 06:28:33.223988"], ["created_at", "2020-11-24 16:32:33.766110"], ["updated_at", "2020-11-24 16:32:33.766110"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 25], ["a_decimal", 18.289504562786], ["a_string", "Quae placeat tenetur veritatis et."], ["a_date", "2020-10-23"], ["a_time", "2000-01-01 10:04:08.058146"], ["a_datetime", "2020-11-29 06:16:58.065478"], ["created_at", "2020-11-24 16:32:33.768589"], ["updated_at", "2020-11-24 16:32:33.768589"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 16:32:33.770386"], ["updated_at", "2020-11-24 16:32:33.770386"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 16:32:33.771702"], ["updated_at", "2020-11-24 16:32:33.771702"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 16:32:33.772939"], ["updated_at", "2020-11-24 16:32:33.772939"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 16:32:33.774127"], ["updated_at", "2020-11-24 16:32:33.774127"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:32:33.775252"], ["updated_at", "2020-11-24 16:32:33.775252"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 16:32:33.776363"], ["updated_at", "2020-11-24 16:32:33.776363"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 16:32:33.777446"], ["updated_at", "2020-11-24 16:32:33.777446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 16:32:33.778530"], ["updated_at", "2020-11-24 16:32:33.778530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 16:32:33.779718"], ["updated_at", "2020-11-24 16:32:33.779718"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 16:32:33.780881"], ["updated_at", "2020-11-24 16:32:33.780881"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 16:32:33.782045"], ["updated_at", "2020-11-24 16:32:33.782045"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 16:32:33.783161"], ["updated_at", "2020-11-24 16:32:33.783161"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 16:32:33.784274"], ["updated_at", "2020-11-24 16:32:33.784274"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 16:32:33.785364"], ["updated_at", "2020-11-24 16:32:33.785364"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 16:32:33.786473"], ["updated_at", "2020-11-24 16:32:33.786473"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 16:32:33.787564"], ["updated_at", "2020-11-24 16:32:33.787564"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1037], ["a_decimal", 2.05927606660208], ["a_string", "Reiciendis voluptas enim perferendis."], ["a_unique_value", 6], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "4lSHsXJDrY@gmail.com"], ["created_at", "2020-11-24 16:32:33.791748"], ["updated_at", "2020-11-24 16:32:33.791748"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (2.4ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1004], ["a_decimal", 23.6466408131081], ["a_string", "Quos quo ad."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "MLUKt3aM4K@hotmail.com"], ["created_at", "2020-11-24 16:32:33.806972"], ["updated_at", "2020-11-24 16:32:33.806972"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1031], ["a_decimal", 30.2265177138236], ["a_string", "Animi quia nobis quia sed debitis."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "q_KyZwS8X_@gmail.com"], ["created_at", "2020-11-24 16:32:33.815370"], ["updated_at", "2020-11-24 16:32:33.815370"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1007], ["a_decimal", 38.3358000368188], ["a_string", "Maiores dolor veritatis eos necessitatibus."], ["a_unique_value", 1], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "5GzhaV_HRu@hotmail.com"], ["created_at", "2020-11-24 16:32:33.820803"], ["updated_at", "2020-11-24 16:32:33.820803"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1014], ["a_decimal", 0.972762710985474], ["a_string", "Et mollitia facere dolor fuga."], ["a_unique_value", 3], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "xSDKKsXEES@gmail.com"], ["created_at", "2020-11-24 16:32:33.826112"], ["updated_at", "2020-11-24 16:32:33.826112"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1024], ["a_decimal", 5.77941800627404], ["a_string", "Voluptatum dicta et aut."], ["a_unique_value", 4], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "O_pNbHXHMy@hotmail.com"], ["created_at", "2020-11-24 16:32:33.831258"], ["updated_at", "2020-11-24 16:32:33.831258"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1007], ["a_decimal", 3.67203156023979], ["a_string", "Similique omnis sed."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "QmAIYFM2Pw@gmail.com"], ["created_at", "2020-11-24 16:32:33.836281"], ["updated_at", "2020-11-24 16:32:33.836281"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1006], ["a_decimal", 7.2785468622708], ["a_string", "Quidem debitis nobis autem officiis."], ["a_unique_value", 10], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "IuQS6HHrmu@hotmail.com"], ["created_at", "2020-11-24 16:32:33.841165"], ["updated_at", "2020-11-24 16:32:33.841165"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:33.858806"], ["updated_at", "2020-11-24 16:32:33.858806"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:33.859596"], ["updated_at", "2020-11-24 16:32:33.859596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:33.860279"], ["updated_at", "2020-11-24 16:32:33.860279"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:33.860924"], ["updated_at", "2020-11-24 16:32:33.860924"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:33.861563"], ["updated_at", "2020-11-24 16:32:33.861563"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:33.862198"], ["updated_at", "2020-11-24 16:32:33.862198"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:33.862841"], ["updated_at", "2020-11-24 16:32:33.862841"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:33.863476"], ["updated_at", "2020-11-24 16:32:33.863476"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:32:33.864161"], ["updated_at", "2020-11-24 16:32:33.864161"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:32:33.864853"], ["updated_at", "2020-11-24 16:32:33.864853"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:32:33.865511"], ["updated_at", "2020-11-24 16:32:33.865511"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:32:33.866164"], ["updated_at", "2020-11-24 16:32:33.866164"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:32:33.866827"], ["updated_at", "2020-11-24 16:32:33.866827"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:32:33.867476"], ["updated_at", "2020-11-24 16:32:33.867476"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:32:33.868163"], ["updated_at", "2020-11-24 16:32:33.868163"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:32:33.868822"], ["updated_at", "2020-11-24 16:32:33.868822"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 16:32:33.870109"], ["updated_at", "2020-11-24 16:32:33.870109"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 16:32:33.871321"], ["updated_at", "2020-11-24 16:32:33.871321"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 16:32:33.872507"], ["updated_at", "2020-11-24 16:32:33.872507"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 8], ["created_at", "2020-11-24 16:32:33.873666"], ["updated_at", "2020-11-24 16:32:33.873666"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 16:32:33.874825"], ["updated_at", "2020-11-24 16:32:33.874825"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 16:32:33.875980"], ["updated_at", "2020-11-24 16:32:33.875980"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 16:32:33.877139"], ["updated_at", "2020-11-24 16:32:33.877139"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 16:32:33.878302"], ["updated_at", "2020-11-24 16:32:33.878302"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 7], ["created_at", "2020-11-24 16:32:33.879922"], ["updated_at", "2020-11-24 16:32:33.879922"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-24 16:32:33.881503"], ["updated_at", "2020-11-24 16:32:33.881503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 1], ["created_at", "2020-11-24 16:32:33.883012"], ["updated_at", "2020-11-24 16:32:33.883012"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 6], ["created_at", "2020-11-24 16:32:33.884530"], ["updated_at", "2020-11-24 16:32:33.884530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 6], ["created_at", "2020-11-24 16:32:33.886039"], ["updated_at", "2020-11-24 16:32:33.886039"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 5], ["created_at", "2020-11-24 16:32:33.887547"], ["updated_at", "2020-11-24 16:32:33.887547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-24 16:32:33.889071"], ["updated_at", "2020-11-24 16:32:33.889071"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-24 16:32:33.890576"], ["updated_at", "2020-11-24 16:32:33.890576"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 20], ["a_decimal", 0.22651666201022], ["a_string", "Quia non voluptatum ratione."], ["a_date", "2020-12-05"], ["a_time", "2000-01-01 00:29:56.690602"], ["a_datetime", "2020-11-17 06:38:33.969857"], ["created_at", "2020-11-24 16:32:33.923192"], ["updated_at", "2020-11-24 16:32:33.923192"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 0], ["a_decimal", 2.11904053762724], ["a_string", "Id nemo nisi facere necessitatibus et."], ["a_date", "2020-12-20"], ["a_time", "2000-01-01 10:50:50.257026"], ["a_datetime", "2020-11-14 14:30:18.909367"], ["created_at", "2020-11-24 16:32:33.926295"], ["updated_at", "2020-11-24 16:32:33.926295"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 1], ["a_decimal", 6.18213090260128], ["a_string", "Corporis dolore blanditiis et optio."], ["a_date", "2020-12-01"], ["a_time", "2000-01-01 20:36:21.691731"], ["a_datetime", "2020-12-05 18:30:50.387048"], ["created_at", "2020-11-24 16:32:33.928990"], ["updated_at", "2020-11-24 16:32:33.928990"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:33.931515"], ["updated_at", "2020-11-24 16:32:33.931515"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:33.960656"], ["updated_at", "2020-11-24 16:32:33.960656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:33.962230"], ["updated_at", "2020-11-24 16:32:33.962230"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:33.963530"], ["updated_at", "2020-11-24 16:32:33.963530"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:33.964858"], ["updated_at", "2020-11-24 16:32:33.964858"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:33.966194"], ["updated_at", "2020-11-24 16:32:33.966194"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:33.967603"], ["updated_at", "2020-11-24 16:32:33.967603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:33.969069"], ["updated_at", "2020-11-24 16:32:33.969069"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:33.970685"], ["updated_at", "2020-11-24 16:32:33.970685"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 27], ["a_decimal", 13.0419962480021], ["a_string", "Quis consectetur quam quo maxime."], ["a_date", "2020-10-31"], ["a_time", "2000-01-01 08:26:56.763778"], ["a_datetime", "2020-12-27 22:16:19.819138"], ["created_at", "2020-11-24 16:32:33.974179"], ["updated_at", "2020-11-24 16:32:33.974179"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 14], ["a_decimal", 11.8435300677714], ["a_string", "Veritatis non sequi dicta commodi."], ["a_date", "2020-10-19"], ["a_time", "2000-01-01 13:21:25.652431"], ["a_datetime", "2020-12-05 03:04:40.791408"], ["created_at", "2020-11-24 16:32:33.977294"], ["updated_at", "2020-11-24 16:32:33.977294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 8], ["a_decimal", 1.98602518338249], ["a_string", "Ut rerum qui nihil."], ["a_date", "2020-10-14"], ["a_time", "2000-01-01 05:37:29.991271"], ["a_datetime", "2020-11-20 06:28:28.253052"], ["created_at", "2020-11-24 16:32:33.980064"], ["updated_at", "2020-11-24 16:32:33.980064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 4], ["a_decimal", 2.77848676031983], ["a_string", "Eveniet possimus quos aspernatur."], ["a_date", "2020-11-13"], ["a_time", "2000-01-01 15:53:23.439539"], ["a_datetime", "2020-11-17 21:12:26.311521"], ["created_at", "2020-11-24 16:32:33.982604"], ["updated_at", "2020-11-24 16:32:33.982604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 7], ["a_decimal", 3.0330616278589], ["a_string", "Cum sit voluptate eum minus."], ["a_date", "2020-12-27"], ["a_time", "2000-01-01 20:01:58.433727"], ["a_datetime", "2020-12-11 02:33:40.717484"], ["created_at", "2020-11-24 16:32:33.985115"], ["updated_at", "2020-11-24 16:32:33.985115"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 9], ["a_decimal", 1.03718804913941], ["a_string", "Rerum vitae et animi minus et."], ["a_date", "2020-11-07"], ["a_time", "2000-01-01 13:00:19.715728"], ["a_datetime", "2020-12-31 04:33:21.422404"], ["created_at", "2020-11-24 16:32:33.987643"], ["updated_at", "2020-11-24 16:32:33.987643"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 15], ["a_decimal", 1.80490761496797], ["a_string", "Doloremque accusamus sequi inventore perferendis illo."], ["a_date", "2020-10-20"], ["a_time", "2000-01-01 23:34:46.009431"], ["a_datetime", "2020-11-25 14:55:44.607701"], ["created_at", "2020-11-24 16:32:33.990068"], ["updated_at", "2020-11-24 16:32:33.990068"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 13], ["a_decimal", 12.4955163496662], ["a_string", "Quaerat quas voluptatem eligendi."], ["a_date", "2020-12-02"], ["a_time", "2000-01-01 08:32:05.878629"], ["a_datetime", "2020-11-15 01:13:26.592800"], ["created_at", "2020-11-24 16:32:33.992464"], ["updated_at", "2020-11-24 16:32:33.992464"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 16:32:33.994332"], ["updated_at", "2020-11-24 16:32:33.994332"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 16:32:33.995681"], ["updated_at", "2020-11-24 16:32:33.995681"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 16:32:33.996892"], ["updated_at", "2020-11-24 16:32:33.996892"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 16:32:33.998117"], ["updated_at", "2020-11-24 16:32:33.998117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 16:32:33.999290"], ["updated_at", "2020-11-24 16:32:33.999290"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 16:32:34.000425"], ["updated_at", "2020-11-24 16:32:34.000425"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:32:34.001547"], ["updated_at", "2020-11-24 16:32:34.001547"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:32:34.002656"], ["updated_at", "2020-11-24 16:32:34.002656"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 16:32:34.003862"], ["updated_at", "2020-11-24 16:32:34.003862"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:32:34.004967"], ["updated_at", "2020-11-24 16:32:34.004967"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 16:32:34.006102"], ["updated_at", "2020-11-24 16:32:34.006102"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 16:32:34.007736"], ["updated_at", "2020-11-24 16:32:34.007736"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 16:32:34.008957"], ["updated_at", "2020-11-24 16:32:34.008957"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 16:32:34.010053"], ["updated_at", "2020-11-24 16:32:34.010053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 16:32:34.011105"], ["updated_at", "2020-11-24 16:32:34.011105"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 16:32:34.012164"], ["updated_at", "2020-11-24 16:32:34.012164"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1022], ["a_decimal", 8.69851395618408], ["a_string", "Nobis nisi perspiciatis harum vero qui."], ["a_unique_value", 6], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "A66VIguChn@hotmail.com"], ["created_at", "2020-11-24 16:32:34.016385"], ["updated_at", "2020-11-24 16:32:34.016385"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1004], ["a_decimal", 25.5809702650751], ["a_string", "At est incidunt qui."], ["a_unique_value", 10], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "aDQ6E3g71h@hotmail.com"], ["created_at", "2020-11-24 16:32:34.020397"], ["updated_at", "2020-11-24 16:32:34.020397"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1003], ["a_decimal", 4.73727350181535], ["a_string", "Non magni quae quas."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "GNTuMD822x@gmail.com"], ["created_at", "2020-11-24 16:32:34.024323"], ["updated_at", "2020-11-24 16:32:34.024323"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1016], ["a_decimal", 0.79415532254883], ["a_string", "Quaerat atque similique voluptatem."], ["a_unique_value", 8], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "gCAAGQohEd@hotmail.com"], ["created_at", "2020-11-24 16:32:34.028236"], ["updated_at", "2020-11-24 16:32:34.028236"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 16.2836780847712], ["a_string", "Aut est sequi qui ut."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "vdmMmZvZnV@hotmail.com"], ["created_at", "2020-11-24 16:32:34.032198"], ["updated_at", "2020-11-24 16:32:34.032198"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1017], ["a_decimal", 23.8196123324828], ["a_string", "Aspernatur dignissimos et voluptas natus."], ["a_unique_value", 1], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "qwaezRGam4@hotmail.com"], ["created_at", "2020-11-24 16:32:34.036061"], ["updated_at", "2020-11-24 16:32:34.036061"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1013], ["a_decimal", 0.393589553132156], ["a_string", "Enim qui quisquam qui quasi."], ["a_unique_value", 9], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "offAfIChrW@gmail.com"], ["created_at", "2020-11-24 16:32:34.039913"], ["updated_at", "2020-11-24 16:32:34.039913"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1011], ["a_decimal", 2.16724381298898], ["a_string", "Quae reprehenderit et totam excepturi fugiat."], ["a_unique_value", 2], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "h_oBshm4v3@gmail.com"], ["created_at", "2020-11-24 16:32:34.043760"], ["updated_at", "2020-11-24 16:32:34.043760"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:34.059244"], ["updated_at", "2020-11-24 16:32:34.059244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:34.059994"], ["updated_at", "2020-11-24 16:32:34.059994"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:34.060603"], ["updated_at", "2020-11-24 16:32:34.060603"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:34.061196"], ["updated_at", "2020-11-24 16:32:34.061196"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:34.061789"], ["updated_at", "2020-11-24 16:32:34.061789"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:34.062379"], ["updated_at", "2020-11-24 16:32:34.062379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:34.062972"], ["updated_at", "2020-11-24 16:32:34.062972"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:32:34.063556"], ["updated_at", "2020-11-24 16:32:34.063556"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:32:34.064198"], ["updated_at", "2020-11-24 16:32:34.064198"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:32:34.064833"], ["updated_at", "2020-11-24 16:32:34.064833"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:32:34.065442"], ["updated_at", "2020-11-24 16:32:34.065442"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:32:34.066053"], ["updated_at", "2020-11-24 16:32:34.066053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:32:34.066663"], ["updated_at", "2020-11-24 16:32:34.066663"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:32:34.067263"], ["updated_at", "2020-11-24 16:32:34.067263"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:32:34.067875"], ["updated_at", "2020-11-24 16:32:34.067875"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:32:34.068499"], ["updated_at", "2020-11-24 16:32:34.068499"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 16:32:34.069699"], ["updated_at", "2020-11-24 16:32:34.069699"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 16:32:34.070829"], ["updated_at", "2020-11-24 16:32:34.070829"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 16:32:34.071948"], ["updated_at", "2020-11-24 16:32:34.071948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 16:32:34.073023"], ["updated_at", "2020-11-24 16:32:34.073023"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 16:32:34.074122"], ["updated_at", "2020-11-24 16:32:34.074122"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 4], ["created_at", "2020-11-24 16:32:34.075214"], ["updated_at", "2020-11-24 16:32:34.075214"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 16:32:34.076305"], ["updated_at", "2020-11-24 16:32:34.076305"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 16:32:34.077409"], ["updated_at", "2020-11-24 16:32:34.077409"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 6], ["created_at", "2020-11-24 16:32:34.078937"], ["updated_at", "2020-11-24 16:32:34.078937"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 7], ["created_at", "2020-11-24 16:32:34.080445"], ["updated_at", "2020-11-24 16:32:34.080445"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 7], ["created_at", "2020-11-24 16:32:34.081911"], ["updated_at", "2020-11-24 16:32:34.081911"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 6], ["created_at", "2020-11-24 16:32:34.083371"], ["updated_at", "2020-11-24 16:32:34.083371"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 7], ["created_at", "2020-11-24 16:32:34.084831"], ["updated_at", "2020-11-24 16:32:34.084831"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 1], ["created_at", "2020-11-24 16:32:34.086286"], ["updated_at", "2020-11-24 16:32:34.086286"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 1], ["created_at", "2020-11-24 16:32:34.087737"], ["updated_at", "2020-11-24 16:32:34.087737"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 2], ["created_at", "2020-11-24 16:32:34.089199"], ["updated_at", "2020-11-24 16:32:34.089199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.0ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.1ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (2.8ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.3ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.3ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.3ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.7ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.2ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.2ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.5ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 3.54118887814128], ["a_string", "Est ea quae."], ["a_unique_value", 4], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "Xa2efgpC0u@hotmail.com"], ["created_at", "2020-11-24 16:33:09.775416"], ["updated_at", "2020-11-24 16:33:09.775416"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1008], ["a_decimal", 12.988378713722], ["a_string", "Voluptates aliquam maxime atque."], ["a_unique_value", 9], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "MtAG2eZNCk@hotmail.com"], ["created_at", "2020-11-24 16:33:09.780199"], ["updated_at", "2020-11-24 16:33:09.780199"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 9.53051209168331], ["a_string", "Eius dolorem nisi qui esse facilis."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "FmJKl_700x@hotmail.com"], ["created_at", "2020-11-24 16:33:09.784696"], ["updated_at", "2020-11-24 16:33:09.784696"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 4.15471252714863], ["a_string", "Pariatur tenetur fuga cupiditate qui cumque."], ["a_unique_value", 5], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "EiqrsSczeE@hotmail.com"], ["created_at", "2020-11-24 16:33:09.788915"], ["updated_at", "2020-11-24 16:33:09.788915"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1013], ["a_decimal", 1.48243740231783], ["a_string", "Placeat officiis provident eveniet non."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "b1OyAlVe61@hotmail.com"], ["created_at", "2020-11-24 16:33:09.793402"], ["updated_at", "2020-11-24 16:33:09.793402"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1018], ["a_decimal", 19.5261346619524], ["a_string", "Odio sunt ut saepe autem."], ["a_unique_value", 1], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "kqKq0ujoV4@gmail.com"], ["created_at", "2020-11-24 16:33:09.798537"], ["updated_at", "2020-11-24 16:33:09.798537"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1014], ["a_decimal", 16.3651232615351], ["a_string", "Ut natus dicta recusandae itaque."], ["a_unique_value", 10], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "sKDYUFDoGa@gmail.com"], ["created_at", "2020-11-24 16:33:09.802804"], ["updated_at", "2020-11-24 16:33:09.802804"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1022], ["a_decimal", 15.0463752066772], ["a_string", "Et officiis eaque."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "MHJ_7bRs9q@hotmail.com"], ["created_at", "2020-11-24 16:33:09.807015"], ["updated_at", "2020-11-24 16:33:09.807015"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1005], ["a_decimal", 0.712128200918384], ["a_string", "Et ut est earum."], ["a_unique_value", 8], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "dIEtUlUFgy@gmail.com"], ["created_at", "2020-11-24 16:33:09.811309"], ["updated_at", "2020-11-24 16:33:09.811309"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1019], ["a_decimal", 21.5116057269969], ["a_string", "Asperiores tempore inventore."], ["a_unique_value", 2], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "3O6B8MXSdR@hotmail.com"], ["created_at", "2020-11-24 16:33:09.815920"], ["updated_at", "2020-11-24 16:33:09.815920"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1004], ["a_decimal", 6.35157318914759], ["a_string", "Quisquam asperiores aut."], ["a_unique_value", 4], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "HzgsDQLumc@hotmail.com"], ["created_at", "2020-11-24 16:33:09.822304"], ["updated_at", "2020-11-24 16:33:09.822304"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1004], ["a_decimal", 25.7991811171548], ["a_string", "Possimus hic et."], ["a_unique_value", 6], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "oai7TWDaBl@gmail.com"], ["created_at", "2020-11-24 16:33:09.826902"], ["updated_at", "2020-11-24 16:33:09.826902"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 30.019888013944], ["a_string", "Quo qui odit porro eos."], ["a_unique_value", 9], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "lYZY5xhdqb@gmail.com"], ["created_at", "2020-11-24 16:33:09.831772"], ["updated_at", "2020-11-24 16:33:09.831772"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 19.8316738413453], ["a_string", "Voluptatem facilis sit nihil."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "BTpHrf8TpO@hotmail.com"], ["created_at", "2020-11-24 16:33:09.837502"], ["updated_at", "2020-11-24 16:33:09.837502"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1016], ["a_decimal", 18.0753591959211], ["a_string", "Molestiae neque necessitatibus deserunt at voluptatibus."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "ObUHgTRdVe@gmail.com"], ["created_at", "2020-11-24 16:33:09.842538"], ["updated_at", "2020-11-24 16:33:09.842538"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1014], ["a_decimal", 14.3672626561491], ["a_string", "Minus nulla deleniti."], ["a_unique_value", 5], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "eHizJdnAMZ@hotmail.com"], ["created_at", "2020-11-24 16:33:09.847757"], ["updated_at", "2020-11-24 16:33:09.847757"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1008], ["a_decimal", 10.7328853091674], ["a_string", "Doloremque et odit explicabo sed."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "QlMfzBDcp7@hotmail.com"], ["created_at", "2020-11-24 16:33:09.852693"], ["updated_at", "2020-11-24 16:33:09.852693"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1006], ["a_decimal", 1.84307973968173], ["a_string", "Repellat error quia culpa."], ["a_unique_value", 10], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "MMxRo1Xl6J@hotmail.com"], ["created_at", "2020-11-24 16:33:09.857457"], ["updated_at", "2020-11-24 16:33:09.857457"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1017], ["a_decimal", 2.36152758556629], ["a_string", "Eos tempore cumque iure."], ["a_unique_value", 2], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "g8p01xiiWy@hotmail.com"], ["created_at", "2020-11-24 16:33:09.862121"], ["updated_at", "2020-11-24 16:33:09.862121"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1013], ["a_decimal", 1.27200363153485], ["a_string", "Perferendis nemo similique."], ["a_unique_value", 8], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "CGFzfWyq2b@gmail.com"], ["created_at", "2020-11-24 16:33:09.866989"], ["updated_at", "2020-11-24 16:33:09.866989"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1019], ["a_decimal", 5.47948677732281], ["a_string", "Quas aspernatur commodi magnam."], ["a_unique_value", 8], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "qY3WAAJGHO@hotmail.com"], ["created_at", "2020-11-24 16:33:09.873025"], ["updated_at", "2020-11-24 16:33:09.873025"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1008], ["a_decimal", 1.43792097259748], ["a_string", "Autem doloremque delectus aut itaque."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "vcOxLKK8Q9@hotmail.com"], ["created_at", "2020-11-24 16:33:09.877620"], ["updated_at", "2020-11-24 16:33:09.877620"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1004], ["a_decimal", 2.32793076163782], ["a_string", "Accusamus a consequuntur."], ["a_unique_value", 5], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "3u_VRK5ywY@gmail.com"], ["created_at", "2020-11-24 16:33:09.882567"], ["updated_at", "2020-11-24 16:33:09.882567"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1023], ["a_decimal", 5.46004358058367], ["a_string", "Consequatur consequatur quae voluptates iure."], ["a_unique_value", 2], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "uVG2Lb5WLP@gmail.com"], ["created_at", "2020-11-24 16:33:09.887849"], ["updated_at", "2020-11-24 16:33:09.887849"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1022], ["a_decimal", 3.32178450725282], ["a_string", "Quia non vel distinctio."], ["a_unique_value", 3], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "f8rqs3kaSM@hotmail.com"], ["created_at", "2020-11-24 16:33:09.892707"], ["updated_at", "2020-11-24 16:33:09.892707"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1019], ["a_decimal", 16.2422177347568], ["a_string", "Totam aut fuga et."], ["a_unique_value", 10], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "lJy0irML2c@hotmail.com"], ["created_at", "2020-11-24 16:33:09.898291"], ["updated_at", "2020-11-24 16:33:09.898291"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 12.9639883121841], ["a_string", "A quisquam sit."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "uoVZCrNwx2@gmail.com"], ["created_at", "2020-11-24 16:33:09.902998"], ["updated_at", "2020-11-24 16:33:09.902998"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1003], ["a_decimal", 22.8425090637974], ["a_string", "Soluta tempore rerum."], ["a_unique_value", 9], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "jVntkrUNpI@hotmail.com"], ["created_at", "2020-11-24 16:33:09.907474"], ["updated_at", "2020-11-24 16:33:09.907474"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1023], ["a_decimal", 8.13084877558451], ["a_string", "Accusantium aliquam quae."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "gc3h6o3kfv@hotmail.com"], ["created_at", "2020-11-24 16:33:09.911856"], ["updated_at", "2020-11-24 16:33:09.911856"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 24.64674150407], ["a_string", "Aliquam sit atque voluptas ut."], ["a_unique_value", 4], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "pBUXoawpdP@hotmail.com"], ["created_at", "2020-11-24 16:33:09.916474"], ["updated_at", "2020-11-24 16:33:09.916474"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1040], ["a_decimal", 0.444271398522273], ["a_string", "Corporis libero et inventore."], ["a_unique_value", 3], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "Mm_LyZeKik@hotmail.com"], ["created_at", "2020-11-24 16:33:09.923079"], ["updated_at", "2020-11-24 16:33:09.923079"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1015], ["a_decimal", 3.18532827900185], ["a_string", "Harum non reprehenderit autem cupiditate."], ["a_unique_value", 6], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "eu8vq35GUv@hotmail.com"], ["created_at", "2020-11-24 16:33:09.929117"], ["updated_at", "2020-11-24 16:33:09.929117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1024], ["a_decimal", 11.015057677734], ["a_string", "Quo qui repellendus blanditiis necessitatibus enim."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "14gJVfqLxU@hotmail.com"], ["created_at", "2020-11-24 16:33:09.934053"], ["updated_at", "2020-11-24 16:33:09.934053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1022], ["a_decimal", 15.0322383873402], ["a_string", "Ad aliquid et."], ["a_unique_value", 9], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "iU5sfIthq7@hotmail.com"], ["created_at", "2020-11-24 16:33:09.938898"], ["updated_at", "2020-11-24 16:33:09.938898"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 1.16193827570409], ["a_string", "Recusandae laboriosam minima."], ["a_unique_value", 4], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "CU8pn9acN8@gmail.com"], ["created_at", "2020-11-24 16:33:09.943723"], ["updated_at", "2020-11-24 16:33:09.943723"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1012], ["a_decimal", 3.56867377329282], ["a_string", "Et iste omnis consequuntur nostrum eum."], ["a_unique_value", 8], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "Bsi1iav2Bj@hotmail.com"], ["created_at", "2020-11-24 16:33:09.948304"], ["updated_at", "2020-11-24 16:33:09.948304"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1025], ["a_decimal", 28.5696900707651], ["a_string", "Et praesentium perspiciatis nesciunt enim consequatur."], ["a_unique_value", 7], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "je02_VyW5_@hotmail.com"], ["created_at", "2020-11-24 16:33:09.952895"], ["updated_at", "2020-11-24 16:33:09.952895"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1006], ["a_decimal", 16.0033625006304], ["a_string", "Optio et fugit voluptatem."], ["a_unique_value", 5], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "6C18nsVJgF@hotmail.com"], ["created_at", "2020-11-24 16:33:09.972063"], ["updated_at", "2020-11-24 16:33:09.972063"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1010], ["a_decimal", 36.924767951692], ["a_string", "Excepturi assumenda quos unde."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "sAgzM21Gau@gmail.com"], ["created_at", "2020-11-24 16:33:09.977451"], ["updated_at", "2020-11-24 16:33:09.977451"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1015], ["a_decimal", 1.41653721246444], ["a_string", "Alias nisi earum."], ["a_unique_value", 10], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "rfzLdXf_Rk@hotmail.com"], ["created_at", "2020-11-24 16:33:09.982927"], ["updated_at", "2020-11-24 16:33:09.982927"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1017], ["a_decimal", 9.18816591804817], ["a_string", "Quia sint aliquid aut."], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "ifCiN4eLd0@gmail.com"], ["created_at", "2020-11-24 16:33:10.026102"], ["updated_at", "2020-11-24 16:33:10.026102"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1004], ["a_decimal", 19.1993330141963], ["a_string", "Voluptas minus et."], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "ezoNv9eJ9X@hotmail.com"], ["created_at", "2020-11-24 16:33:10.064838"], ["updated_at", "2020-11-24 16:33:10.064838"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1008], ["a_decimal", 2.91077222952327], ["a_string", "Qui eos iure officia."], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "3NR_6VhHbk@hotmail.com"], ["created_at", "2020-11-24 16:33:10.103854"], ["updated_at", "2020-11-24 16:33:10.103854"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1003], ["a_decimal", 0.448376796980615], ["a_string", "Esse ad impedit omnis culpa voluptas."], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "yeGckM7lLq@hotmail.com"], ["created_at", "2020-11-24 16:33:10.142260"], ["updated_at", "2020-11-24 16:33:10.142260"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1003], ["a_decimal", 4.93968659938322], ["a_string", "Et commodi pariatur."], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "PFf0BmrBbE@hotmail.com"], ["created_at", "2020-11-24 16:33:10.180723"], ["updated_at", "2020-11-24 16:33:10.180723"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 24.1057938924102], ["a_string", "Ea at possimus."], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "8KeFJM2vcF@hotmail.com"], ["created_at", "2020-11-24 16:33:10.223086"], ["updated_at", "2020-11-24 16:33:10.223086"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1010], ["a_decimal", 9.96110079357609], ["a_string", "Sit rerum fuga cupiditate quas labore."], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "zhq6i7qkAe@hotmail.com"], ["created_at", "2020-11-24 16:33:10.280365"], ["updated_at", "2020-11-24 16:33:10.280365"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1011], ["a_decimal", 5.307340994009], ["a_string", "Earum quasi reiciendis."], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "Q2cRiqqSjh@gmail.com"], ["created_at", "2020-11-24 16:33:10.323209"], ["updated_at", "2020-11-24 16:33:10.323209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1010], ["a_decimal", 24.4291728515582], ["a_string", "Aliquid et et maiores ut atque."], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "RK_iS1f_mj@gmail.com"], ["created_at", "2020-11-24 16:33:10.363454"], ["updated_at", "2020-11-24 16:33:10.363454"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1017], ["a_decimal", 12.2841712423001], ["a_string", "Nesciunt facere tenetur ut aut."], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "Tys5MR9F8I@hotmail.com"], ["created_at", "2020-11-24 16:33:10.408629"], ["updated_at", "2020-11-24 16:33:10.408629"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.467931"], ["updated_at", "2020-11-24 16:33:10.467931"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 5], ["a_decimal", 14.9114860384243], ["a_string", "Tenetur eligendi autem et nemo."], ["a_date", "2021-01-02"], ["a_time", "2000-01-01 18:19:57.158820"], ["a_datetime", "2020-12-31 23:18:35.042845"], ["created_at", "2020-11-24 16:33:10.480289"], ["updated_at", "2020-11-24 16:33:10.480289"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:33:10.485575"], ["updated_at", "2020-11-24 16:33:10.485575"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:33:10.490707"], ["updated_at", "2020-11-24 16:33:10.490707"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1005], ["a_decimal", 21.9852661352143], ["a_string", "Et quia rerum."], ["a_unique_value", 10], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "8uti8QV3tZ@gmail.com"], ["created_at", "2020-11-24 16:33:10.495663"], ["updated_at", "2020-11-24 16:33:10.495663"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.506640"], ["updated_at", "2020-11-24 16:33:10.506640"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:33:10.509966"], ["updated_at", "2020-11-24 16:33:10.509966"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 16:33:10.515672"], ["updated_at", "2020-11-24 16:33:10.515672"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 16:33:10.521992"], ["updated_at", "2020-11-24 16:33:10.521992"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.1ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.3ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.532902"], ["updated_at", "2020-11-24 16:33:10.532902"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.536437"], ["updated_at", "2020-11-24 16:33:10.536437"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.538975"], ["updated_at", "2020-11-24 16:33:10.538975"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.541161"], ["updated_at", "2020-11-24 16:33:10.541161"]]  (0.2ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.544429"], ["updated_at", "2020-11-24 16:33:10.544429"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.546625"], ["updated_at", "2020-11-24 16:33:10.546625"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.549093"], ["updated_at", "2020-11-24 16:33:10.549093"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.550655"], ["updated_at", "2020-11-24 16:33:10.550655"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 5], ["a_decimal", 2.71331275727435], ["a_string", "Nihil magni sit ab iusto."], ["a_date", "2020-10-24"], ["a_time", "2000-01-01 15:40:09.943770"], ["a_datetime", "2020-12-08 10:14:33.684729"], ["created_at", "2020-11-24 16:33:10.553356"], ["updated_at", "2020-11-24 16:33:10.553356"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 9], ["a_decimal", 1.87252195761441], ["a_string", "Et et non."], ["a_date", "2020-12-06"], ["a_time", "2000-01-01 04:59:53.403750"], ["a_datetime", "2020-12-06 02:08:57.068614"], ["created_at", "2020-11-24 16:33:10.556595"], ["updated_at", "2020-11-24 16:33:10.556595"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 3], ["a_decimal", 0.451977933269348], ["a_string", "Laborum a architecto soluta ut saepe."], ["a_date", "2020-11-14"], ["a_time", "2000-01-01 13:52:02.778983"], ["a_datetime", "2020-12-24 01:17:22.930063"], ["created_at", "2020-11-24 16:33:10.560320"], ["updated_at", "2020-11-24 16:33:10.560320"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 6], ["a_decimal", 6.85642384597776], ["a_string", "Quos architecto a."], ["a_date", "2020-10-17"], ["a_time", "2000-01-01 15:51:40.899241"], ["a_datetime", "2020-12-25 12:26:38.504353"], ["created_at", "2020-11-24 16:33:10.563638"], ["updated_at", "2020-11-24 16:33:10.563638"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 16], ["a_decimal", 3.67819935230372], ["a_string", "Est voluptas ipsam rem et."], ["a_date", "2020-10-14"], ["a_time", "2000-01-01 13:47:35.536300"], ["a_datetime", "2020-12-25 09:13:48.403990"], ["created_at", "2020-11-24 16:33:10.566788"], ["updated_at", "2020-11-24 16:33:10.566788"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 5], ["a_decimal", 12.1879314973166], ["a_string", "Odio ipsa sint."], ["a_date", "2020-12-20"], ["a_time", "2000-01-01 01:49:43.122528"], ["a_datetime", "2020-11-06 01:43:25.050932"], ["created_at", "2020-11-24 16:33:10.569772"], ["updated_at", "2020-11-24 16:33:10.569772"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 9], ["a_decimal", 0.966525182271148], ["a_string", "Est occaecati sed."], ["a_date", "2020-11-03"], ["a_time", "2000-01-01 19:38:11.189803"], ["a_datetime", "2020-11-25 22:48:29.287772"], ["created_at", "2020-11-24 16:33:10.572670"], ["updated_at", "2020-11-24 16:33:10.572670"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 7], ["a_decimal", 3.31066083896512], ["a_string", "Quia ratione ea voluptatem autem molestias."], ["a_date", "2020-10-14"], ["a_time", "2000-01-01 21:42:35.181813"], ["a_datetime", "2020-12-31 00:31:37.762284"], ["created_at", "2020-11-24 16:33:10.576001"], ["updated_at", "2020-11-24 16:33:10.576001"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 16:33:10.578152"], ["updated_at", "2020-11-24 16:33:10.578152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 16:33:10.579835"], ["updated_at", "2020-11-24 16:33:10.579835"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 16:33:10.581503"], ["updated_at", "2020-11-24 16:33:10.581503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:33:10.582867"], ["updated_at", "2020-11-24 16:33:10.582867"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 16:33:10.584208"], ["updated_at", "2020-11-24 16:33:10.584208"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 16:33:10.585552"], ["updated_at", "2020-11-24 16:33:10.585552"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 16:33:10.586925"], ["updated_at", "2020-11-24 16:33:10.586925"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 16:33:10.588503"], ["updated_at", "2020-11-24 16:33:10.588503"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 16:33:10.590003"], ["updated_at", "2020-11-24 16:33:10.590003"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 16:33:10.591304"], ["updated_at", "2020-11-24 16:33:10.591304"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 16:33:10.592571"], ["updated_at", "2020-11-24 16:33:10.592571"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 16:33:10.593878"], ["updated_at", "2020-11-24 16:33:10.593878"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 16:33:10.595149"], ["updated_at", "2020-11-24 16:33:10.595149"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:33:10.596630"], ["updated_at", "2020-11-24 16:33:10.596630"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:33:10.598197"], ["updated_at", "2020-11-24 16:33:10.598197"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 16:33:10.599721"], ["updated_at", "2020-11-24 16:33:10.599721"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1004], ["a_decimal", 2.74398120596749], ["a_string", "Repudiandae quia odit harum."], ["a_unique_value", 9], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "rSDBuTB43d@hotmail.com"], ["created_at", "2020-11-24 16:33:10.618367"], ["updated_at", "2020-11-24 16:33:10.618367"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1019], ["a_decimal", 19.0636704189065], ["a_string", "Voluptatem facere quod."], ["a_unique_value", 5], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "YhOFKqlvY0@hotmail.com"], ["created_at", "2020-11-24 16:33:10.623975"], ["updated_at", "2020-11-24 16:33:10.623975"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1007], ["a_decimal", 6.63259473270994], ["a_string", "Vitae sunt architecto repudiandae."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "M8Boli0SKQ@hotmail.com"], ["created_at", "2020-11-24 16:33:10.629232"], ["updated_at", "2020-11-24 16:33:10.629232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1011], ["a_decimal", 4.77669942217271], ["a_string", "Ab voluptatem adipisci repudiandae."], ["a_unique_value", 3], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "CVjQju2Yba@gmail.com"], ["created_at", "2020-11-24 16:33:10.634147"], ["updated_at", "2020-11-24 16:33:10.634147"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1005], ["a_decimal", 8.62765525852308], ["a_string", "Mollitia fuga voluptatem."], ["a_unique_value", 7], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "Bh_oNc6o8Z@gmail.com"], ["created_at", "2020-11-24 16:33:10.639427"], ["updated_at", "2020-11-24 16:33:10.639427"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1007], ["a_decimal", 0.609251590181384], ["a_string", "Expedita est autem."], ["a_unique_value", 10], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "2SvOk_fR6A@hotmail.com"], ["created_at", "2020-11-24 16:33:10.644343"], ["updated_at", "2020-11-24 16:33:10.644343"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1014], ["a_decimal", 3.26821585045472], ["a_string", "Incidunt corporis veniam quam culpa nihil."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "SAIOK6wUMj@gmail.com"], ["created_at", "2020-11-24 16:33:10.648780"], ["updated_at", "2020-11-24 16:33:10.648780"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1010], ["a_decimal", 23.1598062239327], ["a_string", "Voluptatem sequi aut et consequatur."], ["a_unique_value", 4], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "R2wwjEHElL@gmail.com"], ["created_at", "2020-11-24 16:33:10.653103"], ["updated_at", "2020-11-24 16:33:10.653103"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.671605"], ["updated_at", "2020-11-24 16:33:10.671605"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.672420"], ["updated_at", "2020-11-24 16:33:10.672420"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.673096"], ["updated_at", "2020-11-24 16:33:10.673096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.673724"], ["updated_at", "2020-11-24 16:33:10.673724"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.674340"], ["updated_at", "2020-11-24 16:33:10.674340"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.674953"], ["updated_at", "2020-11-24 16:33:10.674953"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.675608"], ["updated_at", "2020-11-24 16:33:10.675608"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.676261"], ["updated_at", "2020-11-24 16:33:10.676261"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:33:10.676955"], ["updated_at", "2020-11-24 16:33:10.676955"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:33:10.677648"], ["updated_at", "2020-11-24 16:33:10.677648"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:33:10.678315"], ["updated_at", "2020-11-24 16:33:10.678315"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:33:10.678983"], ["updated_at", "2020-11-24 16:33:10.678983"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:33:10.679646"], ["updated_at", "2020-11-24 16:33:10.679646"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:33:10.680321"], ["updated_at", "2020-11-24 16:33:10.680321"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:33:10.680992"], ["updated_at", "2020-11-24 16:33:10.680992"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:33:10.681655"], ["updated_at", "2020-11-24 16:33:10.681655"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 3], ["created_at", "2020-11-24 16:33:10.682960"], ["updated_at", "2020-11-24 16:33:10.682960"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 16:33:10.684203"], ["updated_at", "2020-11-24 16:33:10.684203"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 16:33:10.685389"], ["updated_at", "2020-11-24 16:33:10.685389"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 16:33:10.686541"], ["updated_at", "2020-11-24 16:33:10.686541"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 2], ["created_at", "2020-11-24 16:33:10.687692"], ["updated_at", "2020-11-24 16:33:10.687692"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 6], ["created_at", "2020-11-24 16:33:10.688874"], ["updated_at", "2020-11-24 16:33:10.688874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 16:33:10.690012"], ["updated_at", "2020-11-24 16:33:10.690012"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 7], ["created_at", "2020-11-24 16:33:10.691145"], ["updated_at", "2020-11-24 16:33:10.691145"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 6], ["created_at", "2020-11-24 16:33:10.692762"], ["updated_at", "2020-11-24 16:33:10.692762"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-24 16:33:10.694404"], ["updated_at", "2020-11-24 16:33:10.694404"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 3], ["created_at", "2020-11-24 16:33:10.695954"], ["updated_at", "2020-11-24 16:33:10.695954"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 1], ["created_at", "2020-11-24 16:33:10.697499"], ["updated_at", "2020-11-24 16:33:10.697499"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 3], ["created_at", "2020-11-24 16:33:10.699042"], ["updated_at", "2020-11-24 16:33:10.699042"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 6], ["created_at", "2020-11-24 16:33:10.700597"], ["updated_at", "2020-11-24 16:33:10.700597"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 2], ["created_at", "2020-11-24 16:33:10.702125"], ["updated_at", "2020-11-24 16:33:10.702125"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 8], ["created_at", "2020-11-24 16:33:10.703726"], ["updated_at", "2020-11-24 16:33:10.703726"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 0], ["a_decimal", 4.7070870122533], ["a_string", "A ea deserunt quis."], ["a_date", "2020-11-14"], ["a_time", "2000-01-01 00:43:46.251859"], ["a_datetime", "2020-12-19 21:51:51.531331"], ["created_at", "2020-11-24 16:33:10.738457"], ["updated_at", "2020-11-24 16:33:10.738457"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 14], ["a_decimal", 10.3164906197946], ["a_string", "Voluptatibus iste esse odio."], ["a_date", "2020-12-14"], ["a_time", "2000-01-01 15:21:50.875117"], ["a_datetime", "2020-12-07 20:03:59.957235"], ["created_at", "2020-11-24 16:33:10.741531"], ["updated_at", "2020-11-24 16:33:10.741531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 34], ["a_decimal", 16.8499209329271], ["a_string", "Ad autem cupiditate et odit."], ["a_date", "2020-11-23"], ["a_time", "2000-01-01 19:04:07.330074"], ["a_datetime", "2021-01-02 05:07:13.691606"], ["created_at", "2020-11-24 16:33:10.744416"], ["updated_at", "2020-11-24 16:33:10.744416"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 4], ["a_decimal", 2.90876529440225], ["a_string", "Et illum neque sunt tempora."], ["a_date", "2020-10-14"], ["a_time", "2000-01-01 17:04:30.080552"], ["a_datetime", "2020-12-24 12:16:40.719108"], ["created_at", "2020-11-24 16:33:10.749341"], ["updated_at", "2020-11-24 16:33:10.749341"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 11], ["a_decimal", 23.9859562236114], ["a_string", "Eveniet qui nihil cum non."], ["a_date", "2020-11-11"], ["a_time", "2000-01-01 12:23:33.625246"], ["a_datetime", "2020-12-30 19:42:11.772267"], ["created_at", "2020-11-24 16:33:10.752545"], ["updated_at", "2020-11-24 16:33:10.752545"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 8], ["a_decimal", 5.05755560300256], ["a_string", "Aut id iure corrupti aspernatur qui."], ["a_date", "2020-11-05"], ["a_time", "2000-01-01 05:08:52.037385"], ["a_datetime", "2020-10-21 06:01:42.342536"], ["created_at", "2020-11-24 16:33:10.756273"], ["updated_at", "2020-11-24 16:33:10.756273"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.758866"], ["updated_at", "2020-11-24 16:33:10.758866"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.791777"], ["updated_at", "2020-11-24 16:33:10.791777"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.793655"], ["updated_at", "2020-11-24 16:33:10.793655"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.795104"], ["updated_at", "2020-11-24 16:33:10.795104"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.796469"], ["updated_at", "2020-11-24 16:33:10.796469"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.798152"], ["updated_at", "2020-11-24 16:33:10.798152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.799518"], ["updated_at", "2020-11-24 16:33:10.799518"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.800798"], ["updated_at", "2020-11-24 16:33:10.800798"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.802040"], ["updated_at", "2020-11-24 16:33:10.802040"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 18], ["a_decimal", 18.4842361853592], ["a_string", "Fugit vero quisquam aliquam cumque."], ["a_date", "2020-11-19"], ["a_time", "2000-01-01 10:50:09.830300"], ["a_datetime", "2020-12-24 11:25:47.057974"], ["created_at", "2020-11-24 16:33:10.804402"], ["updated_at", "2020-11-24 16:33:10.804402"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 17], ["a_decimal", 31.6511121192958], ["a_string", "A saepe quidem perspiciatis eligendi."], ["a_date", "2020-10-31"], ["a_time", "2000-01-01 11:15:46.242986"], ["a_datetime", "2020-12-31 19:04:21.664171"], ["created_at", "2020-11-24 16:33:10.807825"], ["updated_at", "2020-11-24 16:33:10.807825"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1], ["a_decimal", 3.0528169869143], ["a_string", "Rerum dolor veritatis aspernatur ducimus cupiditate."], ["a_date", "2020-12-19"], ["a_time", "2000-01-01 01:37:10.006747"], ["a_datetime", "2020-11-02 06:04:20.120475"], ["created_at", "2020-11-24 16:33:10.810874"], ["updated_at", "2020-11-24 16:33:10.810874"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 18], ["a_decimal", 29.6039894901156], ["a_string", "Vel tenetur itaque eaque."], ["a_date", "2020-12-09"], ["a_time", "2000-01-01 07:14:19.501692"], ["a_datetime", "2020-12-22 06:42:41.981423"], ["created_at", "2020-11-24 16:33:10.814046"], ["updated_at", "2020-11-24 16:33:10.814046"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 2], ["a_decimal", 0.0069846076251866], ["a_string", "Dolor repellendus illo."], ["a_date", "2020-11-08"], ["a_time", "2000-01-01 06:24:56.967944"], ["a_datetime", "2020-11-24 01:07:31.915329"], ["created_at", "2020-11-24 16:33:10.818343"], ["updated_at", "2020-11-24 16:33:10.818343"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 29], ["a_decimal", 36.3647733486859], ["a_string", "Delectus quia aspernatur eum."], ["a_date", "2020-12-13"], ["a_time", "2000-01-01 10:46:09.942369"], ["a_datetime", "2020-11-23 19:40:23.979370"], ["created_at", "2020-11-24 16:33:10.823053"], ["updated_at", "2020-11-24 16:33:10.823053"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1], ["a_decimal", 2.53101330570044], ["a_string", "Et voluptas non quis."], ["a_date", "2020-11-14"], ["a_time", "2000-01-01 12:09:06.899046"], ["a_datetime", "2020-12-03 18:32:19.898721"], ["created_at", "2020-11-24 16:33:10.826275"], ["updated_at", "2020-11-24 16:33:10.826275"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 9], ["a_decimal", 0.327301450012303], ["a_string", "Rerum repellendus doloribus officiis."], ["a_date", "2020-10-18"], ["a_time", "2000-01-01 18:23:46.019760"], ["a_datetime", "2020-12-18 04:47:12.138463"], ["created_at", "2020-11-24 16:33:10.829232"], ["updated_at", "2020-11-24 16:33:10.829232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 16:33:10.831036"], ["updated_at", "2020-11-24 16:33:10.831036"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 16:33:10.832388"], ["updated_at", "2020-11-24 16:33:10.832388"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 16:33:10.833631"], ["updated_at", "2020-11-24 16:33:10.833631"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 16:33:10.834856"], ["updated_at", "2020-11-24 16:33:10.834856"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 16:33:10.836083"], ["updated_at", "2020-11-24 16:33:10.836083"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 2], ["created_at", "2020-11-24 16:33:10.837273"], ["updated_at", "2020-11-24 16:33:10.837273"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 16:33:10.838597"], ["updated_at", "2020-11-24 16:33:10.838597"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 16:33:10.839851"], ["updated_at", "2020-11-24 16:33:10.839851"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 16:33:10.841157"], ["updated_at", "2020-11-24 16:33:10.841157"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 16:33:10.842385"], ["updated_at", "2020-11-24 16:33:10.842385"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 16:33:10.843570"], ["updated_at", "2020-11-24 16:33:10.843570"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 16:33:10.844766"], ["updated_at", "2020-11-24 16:33:10.844766"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 2], ["created_at", "2020-11-24 16:33:10.845909"], ["updated_at", "2020-11-24 16:33:10.845909"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 16:33:10.847044"], ["updated_at", "2020-11-24 16:33:10.847044"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 16:33:10.848129"], ["updated_at", "2020-11-24 16:33:10.848129"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 16:33:10.849203"], ["updated_at", "2020-11-24 16:33:10.849203"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1014], ["a_decimal", 4.35504318496253], ["a_string", "Et adipisci maiores consequatur omnis."], ["a_unique_value", 10], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "P6IlLlRT_j@hotmail.com"], ["created_at", "2020-11-24 16:33:10.853376"], ["updated_at", "2020-11-24 16:33:10.853376"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1020], ["a_decimal", 2.93463489785159], ["a_string", "Aut et quas sapiente praesentium autem."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "vEUwg5XUT8@gmail.com"], ["created_at", "2020-11-24 16:33:10.857360"], ["updated_at", "2020-11-24 16:33:10.857360"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 0.671779236163003], ["a_string", "Non iste explicabo eius eos."], ["a_unique_value", 7], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "uhgQ3C2gY6@hotmail.com"], ["created_at", "2020-11-24 16:33:10.861261"], ["updated_at", "2020-11-24 16:33:10.861261"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1004], ["a_decimal", 12.4394613340353], ["a_string", "Similique culpa ea et."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "z2JxmiYgWW@gmail.com"], ["created_at", "2020-11-24 16:33:10.865180"], ["updated_at", "2020-11-24 16:33:10.865180"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1024], ["a_decimal", 23.4275527242627], ["a_string", "Ut id excepturi illum iusto natus."], ["a_unique_value", 1], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "VrbDNdNmkw@gmail.com"], ["created_at", "2020-11-24 16:33:10.869122"], ["updated_at", "2020-11-24 16:33:10.869122"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1006], ["a_decimal", 20.0510542698598], ["a_string", "Dolorem nesciunt libero praesentium."], ["a_unique_value", 9], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "ru1dNGcIvy@hotmail.com"], ["created_at", "2020-11-24 16:33:10.873069"], ["updated_at", "2020-11-24 16:33:10.873069"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1009], ["a_decimal", 5.762435344393], ["a_string", "Sed reprehenderit expedita."], ["a_unique_value", 8], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "sBj_Bwt36M@gmail.com"], ["created_at", "2020-11-24 16:33:10.876945"], ["updated_at", "2020-11-24 16:33:10.876945"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1005], ["a_decimal", 11.1463437178295], ["a_string", "Architecto in quae dolor quas."], ["a_unique_value", 6], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "4uLtrrnAMk@gmail.com"], ["created_at", "2020-11-24 16:33:10.880933"], ["updated_at", "2020-11-24 16:33:10.880933"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.896598"], ["updated_at", "2020-11-24 16:33:10.896598"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.897353"], ["updated_at", "2020-11-24 16:33:10.897353"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.897971"], ["updated_at", "2020-11-24 16:33:10.897971"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.898564"], ["updated_at", "2020-11-24 16:33:10.898564"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.899152"], ["updated_at", "2020-11-24 16:33:10.899152"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.899745"], ["updated_at", "2020-11-24 16:33:10.899745"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.900348"], ["updated_at", "2020-11-24 16:33:10.900348"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:33:10.900936"], ["updated_at", "2020-11-24 16:33:10.900936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:33:10.901579"], ["updated_at", "2020-11-24 16:33:10.901579"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:33:10.902226"], ["updated_at", "2020-11-24 16:33:10.902226"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:33:10.902849"], ["updated_at", "2020-11-24 16:33:10.902849"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:33:10.903472"], ["updated_at", "2020-11-24 16:33:10.903472"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:33:10.904096"], ["updated_at", "2020-11-24 16:33:10.904096"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:33:10.904710"], ["updated_at", "2020-11-24 16:33:10.904710"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:33:10.905332"], ["updated_at", "2020-11-24 16:33:10.905332"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:33:10.905948"], ["updated_at", "2020-11-24 16:33:10.905948"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 16:33:10.907593"], ["updated_at", "2020-11-24 16:33:10.907593"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 16:33:10.909203"], ["updated_at", "2020-11-24 16:33:10.909203"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 16:33:10.910447"], ["updated_at", "2020-11-24 16:33:10.910447"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 7], ["created_at", "2020-11-24 16:33:10.911562"], ["updated_at", "2020-11-24 16:33:10.911562"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 16:33:10.912700"], ["updated_at", "2020-11-24 16:33:10.912700"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 16:33:10.913786"], ["updated_at", "2020-11-24 16:33:10.913786"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 16:33:10.914881"], ["updated_at", "2020-11-24 16:33:10.914881"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 16:33:10.915978"], ["updated_at", "2020-11-24 16:33:10.915978"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 7], ["zed_id", 3], ["created_at", "2020-11-24 16:33:10.917548"], ["updated_at", "2020-11-24 16:33:10.917548"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 7], ["created_at", "2020-11-24 16:33:10.919064"], ["updated_at", "2020-11-24 16:33:10.919064"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 5], ["created_at", "2020-11-24 16:33:10.920571"], ["updated_at", "2020-11-24 16:33:10.920571"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 5], ["created_at", "2020-11-24 16:33:10.922117"], ["updated_at", "2020-11-24 16:33:10.922117"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 6], ["created_at", "2020-11-24 16:33:10.923593"], ["updated_at", "2020-11-24 16:33:10.923593"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 8], ["created_at", "2020-11-24 16:33:10.925121"], ["updated_at", "2020-11-24 16:33:10.925121"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 8], ["created_at", "2020-11-24 16:33:10.926596"], ["updated_at", "2020-11-24 16:33:10.926596"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 7], ["created_at", "2020-11-24 16:33:10.928088"], ["updated_at", "2020-11-24 16:33:10.928088"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.1ms) SELECT COUNT(*) FROM "indias"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.1ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.6ms) SELECT sqlite_version(*)  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "schema_sha1"]]  (0.0ms) SELECT sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) PRAGMA foreign_keys  (0.0ms) PRAGMA defer_foreign_keys  (0.0ms) PRAGMA defer_foreign_keys = ON  (0.0ms) PRAGMA foreign_keys = OFF  (12.7ms) DELETE FROM "alfas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'alfas';  (1.5ms) DELETE FROM "bravos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'bravos';  (1.9ms) DELETE FROM "echos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'echos';  (1.2ms) DELETE FROM "foxtrots";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'foxtrots';  (1.2ms) DELETE FROM "kilos";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'kilos';  (1.2ms) DELETE FROM "charlies";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'charlies';  (1.3ms) DELETE FROM "deltas";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'deltas';  (1.3ms) DELETE FROM "hotels";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'hotels';  (1.3ms) DELETE FROM "indias";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'indias';  (1.3ms) DELETE FROM "julietts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'julietts';  (0.0ms) PRAGMA defer_foreign_keys = 0  (0.0ms) PRAGMA foreign_keys = 1  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 1.67566447372107], ["a_string", "Enim similique saepe eligendi vel."], ["a_unique_value", 3], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "2J39f7pss8@hotmail.com"], ["created_at", "2020-11-24 16:34:14.534158"], ["updated_at", "2020-11-24 16:34:14.534158"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1010], ["a_decimal", 12.7774416738286], ["a_string", "Assumenda voluptatem sit consectetur."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "TaeHo4ZowX@gmail.com"], ["created_at", "2020-11-24 16:34:14.538669"], ["updated_at", "2020-11-24 16:34:14.538669"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1041], ["a_decimal", 1.20062231513088], ["a_string", "Atque corrupti id explicabo ut optio."], ["a_unique_value", 2], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "mahApFPDCY@gmail.com"], ["created_at", "2020-11-24 16:34:14.542782"], ["updated_at", "2020-11-24 16:34:14.542782"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1006], ["a_decimal", 1.54989797003503], ["a_string", "Quibusdam aut perspiciatis neque architecto laudantium."], ["a_unique_value", 6], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "hcKyYCCooS@gmail.com"], ["created_at", "2020-11-24 16:34:14.546746"], ["updated_at", "2020-11-24 16:34:14.546746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1030], ["a_decimal", 8.89115948746496], ["a_string", "Tempora expedita sit aperiam dolore magnam."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "fnD3YD7wUQ@gmail.com"], ["created_at", "2020-11-24 16:34:14.550710"], ["updated_at", "2020-11-24 16:34:14.550710"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1003], ["a_decimal", 13.937905729569], ["a_string", "Aut sed dolorem."], ["a_unique_value", 4], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "htzv4VzlYg@gmail.com"], ["created_at", "2020-11-24 16:34:14.554679"], ["updated_at", "2020-11-24 16:34:14.554679"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1004], ["a_decimal", 23.4112002189477], ["a_string", "Eaque magnam accusamus."], ["a_unique_value", 8], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "th1hOWKxx_@gmail.com"], ["created_at", "2020-11-24 16:34:14.558602"], ["updated_at", "2020-11-24 16:34:14.558602"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1018], ["a_decimal", 9.9839315465982], ["a_string", "Sit tempore reprehenderit dolorum aut."], ["a_unique_value", 9], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "AziADgXhbV@hotmail.com"], ["created_at", "2020-11-24 16:34:14.562523"], ["updated_at", "2020-11-24 16:34:14.562523"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1019], ["a_decimal", 30.6930899201676], ["a_string", "Sequi reiciendis doloremque est quia."], ["a_unique_value", 10], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "09Hh8iD3A8@gmail.com"], ["created_at", "2020-11-24 16:34:14.566453"], ["updated_at", "2020-11-24 16:34:14.566453"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 25.2611284356004], ["a_string", "Ut et odit non ut rerum."], ["a_unique_value", 1], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "riThjzSXu6@hotmail.com"], ["created_at", "2020-11-24 16:34:14.570499"], ["updated_at", "2020-11-24 16:34:14.570499"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1023], ["a_decimal", 3.37557563929267], ["a_string", "Quas veritatis fugit enim rem velit."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "0BX_5qWUvb@hotmail.com"], ["created_at", "2020-11-24 16:34:14.576871"], ["updated_at", "2020-11-24 16:34:14.576871"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1003], ["a_decimal", 1.53314640946637], ["a_string", "Magni maiores aut rerum earum delectus."], ["a_unique_value", 4], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "WIF75uGoGU@gmail.com"], ["created_at", "2020-11-24 16:34:14.582691"], ["updated_at", "2020-11-24 16:34:14.582691"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1022], ["a_decimal", 13.1399163902294], ["a_string", "Dolor animi rerum sunt."], ["a_unique_value", 9], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "lyCyUftgsY@hotmail.com"], ["created_at", "2020-11-24 16:34:14.587542"], ["updated_at", "2020-11-24 16:34:14.587542"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 13.7084060140869], ["a_string", "Nihil tempore id maxime non."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "tkQrMPDdoI@hotmail.com"], ["created_at", "2020-11-24 16:34:14.591979"], ["updated_at", "2020-11-24 16:34:14.591979"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1003], ["a_decimal", 1.22969013537642], ["a_string", "Sit non numquam perferendis dolores."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "ngZEUvwpSx@hotmail.com"], ["created_at", "2020-11-24 16:34:14.596037"], ["updated_at", "2020-11-24 16:34:14.596037"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1017], ["a_decimal", 29.3640645063324], ["a_string", "Aliquam quia ipsum ut illum."], ["a_unique_value", 2], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "Yo_DxhdFkN@gmail.com"], ["created_at", "2020-11-24 16:34:14.600076"], ["updated_at", "2020-11-24 16:34:14.600076"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1005], ["a_decimal", 6.54956713382427], ["a_string", "Sed ut inventore culpa ducimus."], ["a_unique_value", 8], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "CWeFkGa_i4@hotmail.com"], ["created_at", "2020-11-24 16:34:14.604209"], ["updated_at", "2020-11-24 16:34:14.604209"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1006], ["a_decimal", 15.86828541318], ["a_string", "Et et itaque."], ["a_unique_value", 6], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "ue8q69NmFe@gmail.com"], ["created_at", "2020-11-24 16:34:14.608316"], ["updated_at", "2020-11-24 16:34:14.608316"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1017], ["a_decimal", 21.2227433255544], ["a_string", "Maxime sint dicta."], ["a_unique_value", 10], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "AnPjnDijfs@hotmail.com"], ["created_at", "2020-11-24 16:34:14.612658"], ["updated_at", "2020-11-24 16:34:14.612658"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1015], ["a_decimal", 8.83907835660623], ["a_string", "Quos sed et mollitia aut aut."], ["a_unique_value", 5], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "NqImbsDPEY@hotmail.com"], ["created_at", "2020-11-24 16:34:14.616917"], ["updated_at", "2020-11-24 16:34:14.616917"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1021], ["a_decimal", 7.20682512419762], ["a_string", "Rerum rerum voluptas eos et ut."], ["a_unique_value", 8], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "MoEvhbhD42@hotmail.com"], ["created_at", "2020-11-24 16:34:14.622481"], ["updated_at", "2020-11-24 16:34:14.622481"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1012], ["a_decimal", 3.50552719831694], ["a_string", "Consequatur odio cumque deserunt quam."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "Q9BZzGjVnL@hotmail.com"], ["created_at", "2020-11-24 16:34:14.626921"], ["updated_at", "2020-11-24 16:34:14.626921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1022], ["a_decimal", 36.1448695070087], ["a_string", "Dolores minus fuga molestiae numquam."], ["a_unique_value", 4], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "PCy967KHPr@hotmail.com"], ["created_at", "2020-11-24 16:34:14.632074"], ["updated_at", "2020-11-24 16:34:14.632074"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1010], ["a_decimal", 5.01523126188564], ["a_string", "Qui tempora pariatur."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "1xUJYxvEI4@hotmail.com"], ["created_at", "2020-11-24 16:34:14.638439"], ["updated_at", "2020-11-24 16:34:14.638439"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1009], ["a_decimal", 11.5685727492368], ["a_string", "Eaque incidunt qui fuga."], ["a_unique_value", 9], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "Rhe3SffpVQ@gmail.com"], ["created_at", "2020-11-24 16:34:14.643244"], ["updated_at", "2020-11-24 16:34:14.643244"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1021], ["a_decimal", 19.0026524657271], ["a_string", "Est non aut."], ["a_unique_value", 10], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "u9pF0J6TXF@gmail.com"], ["created_at", "2020-11-24 16:34:14.647559"], ["updated_at", "2020-11-24 16:34:14.647559"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1028], ["a_decimal", 1.91067695396828], ["a_string", "A eos necessitatibus laboriosam nihil molestias."], ["a_unique_value", 1], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "FQOT_c2Kz3@hotmail.com"], ["created_at", "2020-11-24 16:34:14.651734"], ["updated_at", "2020-11-24 16:34:14.651734"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 5.94856798471101], ["a_string", "Sunt at velit."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "9a49q1rcb7@hotmail.com"], ["created_at", "2020-11-24 16:34:14.655867"], ["updated_at", "2020-11-24 16:34:14.655867"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.0ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1010], ["a_decimal", -0.851413046619101], ["a_string", "Amet voluptatem laudantium."], ["a_unique_value", 2], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "32qP98ETid@hotmail.com"], ["created_at", "2020-11-24 16:34:14.659968"], ["updated_at", "2020-11-24 16:34:14.659968"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1023], ["a_decimal", 1.50814569775179], ["a_string", "Rerum iure mollitia dolore in."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "HsFzepFElQ@hotmail.com"], ["created_at", "2020-11-24 16:34:14.664310"], ["updated_at", "2020-11-24 16:34:14.664310"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 1.43800543443626], ["a_string", "Dolor ipsum eius temporibus soluta."], ["a_unique_value", 1], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "YGvZRGWos0@hotmail.com"], ["created_at", "2020-11-24 16:34:14.670060"], ["updated_at", "2020-11-24 16:34:14.670060"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1006], ["a_decimal", 0.959709832190111], ["a_string", "Dolore aut exercitationem nulla et."], ["a_unique_value", 4], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "WSHmOGupxQ@gmail.com"], ["created_at", "2020-11-24 16:34:14.674339"], ["updated_at", "2020-11-24 16:34:14.674339"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1024], ["a_decimal", 0.445995954457505], ["a_string", "Minima nostrum est."], ["a_unique_value", 3], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "iUIuUKarI_@gmail.com"], ["created_at", "2020-11-24 16:34:14.678528"], ["updated_at", "2020-11-24 16:34:14.678528"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1004], ["a_decimal", 28.5338436057273], ["a_string", "Ipsum earum optio porro est."], ["a_unique_value", 8], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "mh2q_vXkJH@gmail.com"], ["created_at", "2020-11-24 16:34:14.683608"], ["updated_at", "2020-11-24 16:34:14.683608"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1009], ["a_decimal", 8.81303126149807], ["a_string", "Quam et harum."], ["a_unique_value", 7], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "5N40_XcIG8@hotmail.com"], ["created_at", "2020-11-24 16:34:14.689466"], ["updated_at", "2020-11-24 16:34:14.689466"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1005], ["a_decimal", 1.1745020236917], ["a_string", "Quia et vero veniam."], ["a_unique_value", 2], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "7Qzl8xjgFn@hotmail.com"], ["created_at", "2020-11-24 16:34:14.709510"], ["updated_at", "2020-11-24 16:34:14.709510"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1024], ["a_decimal", 11.564991296972], ["a_string", "Aut magni unde eum et."], ["a_unique_value", 10], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "8bStDpuLLN@gmail.com"], ["created_at", "2020-11-24 16:34:14.715146"], ["updated_at", "2020-11-24 16:34:14.715146"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 4.8615043336139], ["a_string", "Animi et exercitationem vel."], ["a_unique_value", 5], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "XYRYxf0Em_@gmail.com"], ["created_at", "2020-11-24 16:34:14.720341"], ["updated_at", "2020-11-24 16:34:14.720341"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.2ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1029], ["a_decimal", 1.72176415087119], ["a_string", "Iure fuga eum ullam est qui."], ["a_unique_value", 6], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "EFcqCuCl3h@gmail.com"], ["created_at", "2020-11-24 16:34:14.725394"], ["updated_at", "2020-11-24 16:34:14.725394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1003], ["a_decimal", 21.2008771919728], ["a_string", "Omnis ut porro pariatur qui impedit."], ["a_unique_value", 9], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "UNXXe1sIoQ@hotmail.com"], ["created_at", "2020-11-24 16:34:14.730440"], ["updated_at", "2020-11-24 16:34:14.730440"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1018], ["a_decimal", 8.54235598661941], ["a_string", "A quo officia."], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "ec93EPQtir@hotmail.com"], ["created_at", "2020-11-24 16:34:14.769726"], ["updated_at", "2020-11-24 16:34:14.769726"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1010], ["a_decimal", 10.1215362562571], ["a_string", "Consequatur perspiciatis voluptatem."], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "p3StqoJgJm@gmail.com"], ["created_at", "2020-11-24 16:34:14.807584"], ["updated_at", "2020-11-24 16:34:14.807584"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1002], ["a_decimal", 0.0548333463719792], ["a_string", "Sed voluptas deleniti eius aut dolore."], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "_F4PTSXvWt@gmail.com"], ["created_at", "2020-11-24 16:34:14.845499"], ["updated_at", "2020-11-24 16:34:14.845499"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1031], ["a_decimal", 7.93430248522603], ["a_string", "Provident ex ut."], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "gxpy70Reeb@hotmail.com"], ["created_at", "2020-11-24 16:34:14.883395"], ["updated_at", "2020-11-24 16:34:14.883395"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1018], ["a_decimal", 21.2387758789221], ["a_string", "Incidunt voluptas distinctio vitae."], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "1RX31Llq7t@gmail.com"], ["created_at", "2020-11-24 16:34:14.921281"], ["updated_at", "2020-11-24 16:34:14.921281"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1011], ["a_decimal", 0.78624976692444], ["a_string", "Eos temporibus quisquam officiis magni nihil."], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "mX2XM2Yzhw@hotmail.com"], ["created_at", "2020-11-24 16:34:14.959543"], ["updated_at", "2020-11-24 16:34:14.959543"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1003], ["a_decimal", 7.51145125255543], ["a_string", "Magnam voluptates tempore deserunt magni."], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "q5ovKO58YW@hotmail.com"], ["created_at", "2020-11-24 16:34:15.006692"], ["updated_at", "2020-11-24 16:34:15.006692"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1002], ["a_decimal", 9.96573177850175], ["a_string", "Nobis consequuntur qui eaque cum."], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "1s3JYIpOUP@gmail.com"], ["created_at", "2020-11-24 16:34:15.045370"], ["updated_at", "2020-11-24 16:34:15.045370"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1009], ["a_decimal", 6.87086366784874], ["a_string", "Tenetur earum sed ullam magni."], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "1QucdccvOn@gmail.com"], ["created_at", "2020-11-24 16:34:15.083624"], ["updated_at", "2020-11-24 16:34:15.083624"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1025], ["a_decimal", 14.9000561022713], ["a_string", "Natus omnis et harum sed at."], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "5s8HuqvpJP@gmail.com"], ["created_at", "2020-11-24 16:34:15.121790"], ["updated_at", "2020-11-24 16:34:15.121790"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.167112"], ["updated_at", "2020-11-24 16:34:15.167112"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 8], ["a_decimal", 2.12862655790603], ["a_string", "Mollitia voluptates sint."], ["a_date", "2020-12-28"], ["a_time", "2000-01-01 01:20:15.947793"], ["a_datetime", "2020-11-02 21:54:10.442104"], ["created_at", "2020-11-24 16:34:15.176252"], ["updated_at", "2020-11-24 16:34:15.176252"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:34:15.183192"], ["updated_at", "2020-11-24 16:34:15.183192"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:34:15.189389"], ["updated_at", "2020-11-24 16:34:15.189389"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1003], ["a_decimal", 15.4134555786246], ["a_string", "Ea sed beatae fugit sit."], ["a_unique_value", 9], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "VOIaMF9nv0@gmail.com"], ["created_at", "2020-11-24 16:34:15.194373"], ["updated_at", "2020-11-24 16:34:15.194373"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.204232"], ["updated_at", "2020-11-24 16:34:15.204232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:34:15.207104"], ["updated_at", "2020-11-24 16:34:15.207104"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 16:34:15.213165"], ["updated_at", "2020-11-24 16:34:15.213165"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 1], ["created_at", "2020-11-24 16:34:15.218536"], ["updated_at", "2020-11-24 16:34:15.218536"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.0ms) SELECT COUNT(*) FROM "bravos"  (0.0ms) SELECT COUNT(*) FROM "charlies"  (0.0ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.0ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.224861"], ["updated_at", "2020-11-24 16:34:15.224861"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.226249"], ["updated_at", "2020-11-24 16:34:15.226249"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.227623"], ["updated_at", "2020-11-24 16:34:15.227623"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.229337"], ["updated_at", "2020-11-24 16:34:15.229337"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.231208"], ["updated_at", "2020-11-24 16:34:15.231208"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.233235"], ["updated_at", "2020-11-24 16:34:15.233235"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.235512"], ["updated_at", "2020-11-24 16:34:15.235512"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.237307"], ["updated_at", "2020-11-24 16:34:15.237307"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 18], ["a_decimal", 29.2058899811533], ["a_string", "Incidunt sapiente autem repellat unde."], ["a_date", "2020-12-15"], ["a_time", "2000-01-01 14:14:00.603156"], ["a_datetime", "2020-12-16 18:54:53.565956"], ["created_at", "2020-11-24 16:34:15.239909"], ["updated_at", "2020-11-24 16:34:15.239909"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 30], ["a_decimal", 2.48929438785379], ["a_string", "Perspiciatis amet est et."], ["a_date", "2020-10-22"], ["a_time", "2000-01-01 13:23:20.813324"], ["a_datetime", "2020-12-14 17:16:53.223491"], ["created_at", "2020-11-24 16:34:15.242607"], ["updated_at", "2020-11-24 16:34:15.242607"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1], ["a_decimal", 2.05592558492213], ["a_string", "Velit ut qui vero dignissimos ipsum."], ["a_date", "2020-12-30"], ["a_time", "2000-01-01 12:14:50.687044"], ["a_datetime", "2020-12-03 22:57:15.773424"], ["created_at", "2020-11-24 16:34:15.245082"], ["updated_at", "2020-11-24 16:34:15.245082"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 19], ["a_decimal", 17.9882033510963], ["a_string", "Nam corporis maiores rerum."], ["a_date", "2020-11-04"], ["a_time", "2000-01-01 10:16:11.693838"], ["a_datetime", "2020-12-23 06:50:27.659794"], ["created_at", "2020-11-24 16:34:15.247411"], ["updated_at", "2020-11-24 16:34:15.247411"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 2], ["a_decimal", 23.5839158563387], ["a_string", "Sed eaque impedit ad quis."], ["a_date", "2021-01-01"], ["a_time", "2000-01-01 03:40:02.268168"], ["a_datetime", "2020-11-19 05:31:52.572331"], ["created_at", "2020-11-24 16:34:15.249729"], ["updated_at", "2020-11-24 16:34:15.249729"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 7], ["a_decimal", 3.26053374845381], ["a_string", "Aut dignissimos qui voluptas."], ["a_date", "2020-12-28"], ["a_time", "2000-01-01 11:12:23.141633"], ["a_datetime", "2020-12-20 21:56:31.281323"], ["created_at", "2020-11-24 16:34:15.251939"], ["updated_at", "2020-11-24 16:34:15.251939"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 31], ["a_decimal", 2.32538276173864], ["a_string", "Nisi earum blanditiis atque a illum."], ["a_date", "2020-10-29"], ["a_time", "2000-01-01 12:02:07.210921"], ["a_datetime", "2020-10-30 11:42:23.593033"], ["created_at", "2020-11-24 16:34:15.254163"], ["updated_at", "2020-11-24 16:34:15.254163"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 23], ["a_decimal", 11.3753706737071], ["a_string", "Doloribus modi debitis."], ["a_date", "2020-10-17"], ["a_time", "2000-01-01 14:26:48.550765"], ["a_datetime", "2020-10-19 06:51:04.989726"], ["created_at", "2020-11-24 16:34:15.256337"], ["updated_at", "2020-11-24 16:34:15.256337"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 16:34:15.257923"], ["updated_at", "2020-11-24 16:34:15.257923"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 16:34:15.259147"], ["updated_at", "2020-11-24 16:34:15.259147"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:34:15.260299"], ["updated_at", "2020-11-24 16:34:15.260299"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 16:34:15.261597"], ["updated_at", "2020-11-24 16:34:15.261597"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 16:34:15.263137"], ["updated_at", "2020-11-24 16:34:15.263137"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:34:15.264553"], ["updated_at", "2020-11-24 16:34:15.264553"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 3], ["created_at", "2020-11-24 16:34:15.265791"], ["updated_at", "2020-11-24 16:34:15.265791"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 1], ["created_at", "2020-11-24 16:34:15.266878"], ["updated_at", "2020-11-24 16:34:15.266878"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 16:34:15.268063"], ["updated_at", "2020-11-24 16:34:15.268063"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:34:15.269173"], ["updated_at", "2020-11-24 16:34:15.269173"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 16:34:15.270239"], ["updated_at", "2020-11-24 16:34:15.270239"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 16:34:15.271294"], ["updated_at", "2020-11-24 16:34:15.271294"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 3], ["created_at", "2020-11-24 16:34:15.272377"], ["updated_at", "2020-11-24 16:34:15.272377"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 16:34:15.273446"], ["updated_at", "2020-11-24 16:34:15.273446"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 4], ["created_at", "2020-11-24 16:34:15.274517"], ["updated_at", "2020-11-24 16:34:15.274517"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 1], ["created_at", "2020-11-24 16:34:15.275585"], ["updated_at", "2020-11-24 16:34:15.275585"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 9], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1005], ["a_decimal", 2.00612068398616], ["a_string", "Beatae qui laboriosam eligendi."], ["a_unique_value", 9], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "DYNI3BrPhi@hotmail.com"], ["created_at", "2020-11-24 16:34:15.279768"], ["updated_at", "2020-11-24 16:34:15.279768"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1014], ["a_decimal", 6.26112823007517], ["a_string", "Cupiditate non tenetur iste culpa nemo."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "ZB9bJ7MF_G@hotmail.com"], ["created_at", "2020-11-24 16:34:15.297919"], ["updated_at", "2020-11-24 16:34:15.297919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1007], ["a_decimal", 30.126383751894], ["a_string", "Sint sunt enim."], ["a_unique_value", 4], ["a_string_from_options", "foo"], ["an_integer_from_options", 15], ["a_regex", "Rkya824jYP@hotmail.com"], ["created_at", "2020-11-24 16:34:15.303074"], ["updated_at", "2020-11-24 16:34:15.303074"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1001], ["a_decimal", 11.931923057171], ["a_string", "Dolores expedita iusto."], ["a_unique_value", 10], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "ThgvE9z7vD@hotmail.com"], ["created_at", "2020-11-24 16:34:15.307966"], ["updated_at", "2020-11-24 16:34:15.307966"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1027], ["a_decimal", 26.0742444460093], ["a_string", "Corporis quaerat nam aut excepturi commodi."], ["a_unique_value", 3], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "qFij3q6IRV@hotmail.com"], ["created_at", "2020-11-24 16:34:15.312790"], ["updated_at", "2020-11-24 16:34:15.312790"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 6], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1004], ["a_decimal", 11.0687481904777], ["a_string", "Ea velit voluptatem."], ["a_unique_value", 6], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "0781PJgbUV@hotmail.com"], ["created_at", "2020-11-24 16:34:15.317549"], ["updated_at", "2020-11-24 16:34:15.317549"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1006], ["a_decimal", 9.44397362373633], ["a_string", "Ducimus voluptatum eligendi."], ["a_unique_value", 8], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "g3pgeBMlPJ@hotmail.com"], ["created_at", "2020-11-24 16:34:15.322312"], ["updated_at", "2020-11-24 16:34:15.322312"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1013], ["a_decimal", 9.12708263575483], ["a_string", "Et voluptatum doloremque."], ["a_unique_value", 7], ["a_string_from_options", "bar"], ["an_integer_from_options", 30], ["a_regex", "EsK0iSbgUA@gmail.com"], ["created_at", "2020-11-24 16:34:15.326891"], ["updated_at", "2020-11-24 16:34:15.326891"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.343720"], ["updated_at", "2020-11-24 16:34:15.343720"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.344497"], ["updated_at", "2020-11-24 16:34:15.344497"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.345113"], ["updated_at", "2020-11-24 16:34:15.345113"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.345716"], ["updated_at", "2020-11-24 16:34:15.345716"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.346308"], ["updated_at", "2020-11-24 16:34:15.346308"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.346897"], ["updated_at", "2020-11-24 16:34:15.346897"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.347485"], ["updated_at", "2020-11-24 16:34:15.347485"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.348082"], ["updated_at", "2020-11-24 16:34:15.348082"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:34:15.348728"], ["updated_at", "2020-11-24 16:34:15.348728"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:34:15.349374"], ["updated_at", "2020-11-24 16:34:15.349374"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:34:15.349987"], ["updated_at", "2020-11-24 16:34:15.349987"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:34:15.350604"], ["updated_at", "2020-11-24 16:34:15.350604"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:34:15.351215"], ["updated_at", "2020-11-24 16:34:15.351215"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:34:15.351825"], ["updated_at", "2020-11-24 16:34:15.351825"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:34:15.352442"], ["updated_at", "2020-11-24 16:34:15.352442"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:34:15.353055"], ["updated_at", "2020-11-24 16:34:15.353055"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 1], ["created_at", "2020-11-24 16:34:15.354245"], ["updated_at", "2020-11-24 16:34:15.354245"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 16:34:15.355414"], ["updated_at", "2020-11-24 16:34:15.355414"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 16:34:15.356549"], ["updated_at", "2020-11-24 16:34:15.356549"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 16:34:15.357644"], ["updated_at", "2020-11-24 16:34:15.357644"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 2], ["created_at", "2020-11-24 16:34:15.358718"], ["updated_at", "2020-11-24 16:34:15.358718"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 5], ["created_at", "2020-11-24 16:34:15.359829"], ["updated_at", "2020-11-24 16:34:15.359829"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 16:34:15.360940"], ["updated_at", "2020-11-24 16:34:15.360940"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 16:34:15.362032"], ["updated_at", "2020-11-24 16:34:15.362032"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 4], ["created_at", "2020-11-24 16:34:15.363568"], ["updated_at", "2020-11-24 16:34:15.363568"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-24 16:34:15.365069"], ["updated_at", "2020-11-24 16:34:15.365069"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 6], ["zed_id", 4], ["created_at", "2020-11-24 16:34:15.366531"], ["updated_at", "2020-11-24 16:34:15.366531"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 4], ["created_at", "2020-11-24 16:34:15.368016"], ["updated_at", "2020-11-24 16:34:15.368016"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 8], ["created_at", "2020-11-24 16:34:15.369481"], ["updated_at", "2020-11-24 16:34:15.369481"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-24 16:34:15.370935"], ["updated_at", "2020-11-24 16:34:15.370935"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 7], ["created_at", "2020-11-24 16:34:15.372397"], ["updated_at", "2020-11-24 16:34:15.372397"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 5], ["created_at", "2020-11-24 16:34:15.373919"], ["updated_at", "2020-11-24 16:34:15.373919"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 0], ["a_decimal", 5.15106091127082], ["a_string", "Explicabo nemo omnis."], ["a_date", "2020-11-26"], ["a_time", "2000-01-01 10:09:46.438776"], ["a_datetime", "2020-12-12 00:34:13.874879"], ["created_at", "2020-11-24 16:34:15.404066"], ["updated_at", "2020-11-24 16:34:15.404066"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1], ["a_decimal", 19.613677338943], ["a_string", "Voluptatum dicta veniam est maxime."], ["a_date", "2020-11-08"], ["a_time", "2000-01-01 20:05:54.251253"], ["a_datetime", "2020-11-21 10:39:03.197547"], ["created_at", "2020-11-24 16:34:15.406980"], ["updated_at", "2020-11-24 16:34:15.406980"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1], ["a_decimal", 8.6486252388434], ["a_string", "Odit cum quae."], ["a_date", "2020-12-15"], ["a_time", "2000-01-01 03:45:32.561725"], ["a_datetime", "2020-10-19 22:25:24.207203"], ["created_at", "2020-11-24 16:34:15.409473"], ["updated_at", "2020-11-24 16:34:15.409473"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 9], ["a_decimal", 30.0575019920793], ["a_string", "Veritatis laborum explicabo suscipit molestias."], ["a_date", "2020-11-02"], ["a_time", "2000-01-01 08:57:29.085600"], ["a_datetime", "2020-12-12 07:54:33.396057"], ["created_at", "2020-11-24 16:34:15.415257"], ["updated_at", "2020-11-24 16:34:15.415257"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 13], ["a_decimal", 2.46766792684571], ["a_string", "Sed non consequatur sed."], ["a_date", "2020-11-11"], ["a_time", "2000-01-01 00:49:30.332101"], ["a_datetime", "2020-11-11 19:26:24.603306"], ["created_at", "2020-11-24 16:34:15.419815"], ["updated_at", "2020-11-24 16:34:15.419815"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 29], ["a_decimal", 15.7401199058072], ["a_string", "Aut fugit recusandae non facere quisquam."], ["a_date", "2020-12-17"], ["a_time", "2000-01-01 10:08:39.020164"], ["a_datetime", "2020-11-16 00:27:07.850895"], ["created_at", "2020-11-24 16:34:15.423159"], ["updated_at", "2020-11-24 16:34:15.423159"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.425918"], ["updated_at", "2020-11-24 16:34:15.425918"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.2ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.461817"], ["updated_at", "2020-11-24 16:34:15.461817"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.464081"], ["updated_at", "2020-11-24 16:34:15.464081"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.466047"], ["updated_at", "2020-11-24 16:34:15.466047"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.1ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.468461"], ["updated_at", "2020-11-24 16:34:15.468461"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.470677"], ["updated_at", "2020-11-24 16:34:15.470677"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.472675"], ["updated_at", "2020-11-24 16:34:15.472675"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.474514"], ["updated_at", "2020-11-24 16:34:15.474514"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "indias"."id" FROM "indias" India Load (0.0ms) SELECT "indias".* FROM "indias" WHERE "indias"."id" IS NULL LIMIT ? [["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Hotel Create (0.1ms) INSERT INTO "hotels" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.476216"], ["updated_at", "2020-11-24 16:34:15.476216"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 7], ["a_decimal", 22.2511425660498], ["a_string", "Quas placeat deserunt voluptatibus eum voluptatum."], ["a_date", "2020-10-16"], ["a_time", "2000-01-01 06:34:33.273328"], ["a_datetime", "2020-12-31 07:34:39.136577"], ["created_at", "2020-11-24 16:34:15.478899"], ["updated_at", "2020-11-24 16:34:15.478899"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.3ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 3], ["a_decimal", 2.53340565109232], ["a_string", "Aut eos perferendis corrupti et omnis."], ["a_date", "2020-11-16"], ["a_time", "2000-01-01 20:40:39.654765"], ["a_datetime", "2020-11-24 03:30:53.124563"], ["created_at", "2020-11-24 16:34:15.482349"], ["updated_at", "2020-11-24 16:34:15.482349"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SAVEPOINT active_record_2 Alfa Create (0.2ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 0], ["a_decimal", 0.0664616975281921], ["a_string", "Eveniet quo sint non."], ["a_date", "2020-11-30"], ["a_time", "2000-01-01 15:18:47.226086"], ["a_datetime", "2020-11-08 15:35:11.937502"], ["created_at", "2020-11-24 16:34:15.486248"], ["updated_at", "2020-11-24 16:34:15.486248"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 0], ["a_decimal", 0.822979639067702], ["a_string", "Qui nihil alias ea ipsam vero."], ["a_date", "2020-11-16"], ["a_time", "2000-01-01 21:33:13.797664"], ["a_datetime", "2020-11-16 08:00:31.009905"], ["created_at", "2020-11-24 16:34:15.489620"], ["updated_at", "2020-11-24 16:34:15.489620"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 19], ["a_decimal", 17.2492421667821], ["a_string", "Exercitationem eligendi facere harum cum officiis."], ["a_date", "2020-11-11"], ["a_time", "2000-01-01 11:49:55.442542"], ["a_datetime", "2020-12-27 12:34:25.753419"], ["created_at", "2020-11-24 16:34:15.492619"], ["updated_at", "2020-11-24 16:34:15.492619"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 0], ["an_integer", 0], ["a_decimal", 19.2138752499779], ["a_string", "Velit perspiciatis architecto mollitia ex debitis."], ["a_date", "2020-12-08"], ["a_time", "2000-01-01 20:47:11.245547"], ["a_datetime", "2020-12-11 02:13:57.939040"], ["created_at", "2020-11-24 16:34:15.495407"], ["updated_at", "2020-11-24 16:34:15.495407"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 14], ["a_decimal", 0.753621169014246], ["a_string", "In iusto omnis odit dolore veniam."], ["a_date", "2020-11-21"], ["a_time", "2000-01-01 11:58:48.552693"], ["a_datetime", "2020-12-31 10:50:42.219512"], ["created_at", "2020-11-24 16:34:15.498220"], ["updated_at", "2020-11-24 16:34:15.498220"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Alfa Create (0.1ms) INSERT INTO "alfas" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_date", "a_time", "a_datetime", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 10], ["a_decimal", 15.5548403086519], ["a_string", "Temporibus quae eveniet."], ["a_date", "2020-11-16"], ["a_time", "2000-01-01 15:08:18.849583"], ["a_datetime", "2020-12-23 06:47:08.086629"], ["created_at", "2020-11-24 16:34:15.500959"], ["updated_at", "2020-11-24 16:34:15.500959"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 6], ["created_at", "2020-11-24 16:34:15.503181"], ["updated_at", "2020-11-24 16:34:15.503181"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 16:34:15.504960"], ["updated_at", "2020-11-24 16:34:15.504960"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 8], ["created_at", "2020-11-24 16:34:15.506631"], ["updated_at", "2020-11-24 16:34:15.506631"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 16:34:15.508213"], ["updated_at", "2020-11-24 16:34:15.508213"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 7], ["created_at", "2020-11-24 16:34:15.509773"], ["updated_at", "2020-11-24 16:34:15.509773"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 16:34:15.511249"], ["updated_at", "2020-11-24 16:34:15.511249"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.1ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 4], ["created_at", "2020-11-24 16:34:15.512804"], ["updated_at", "2020-11-24 16:34:15.512804"]]  (0.1ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "hotels"."id" FROM "hotels" Hotel Load (0.0ms) SELECT "hotels".* FROM "hotels" WHERE "hotels"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 India Create (0.1ms) INSERT INTO "indias" ("hotel_id", "created_at", "updated_at") VALUES (?, ?, ?) [["hotel_id", 5], ["created_at", "2020-11-24 16:34:15.514357"], ["updated_at", "2020-11-24 16:34:15.514357"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 5], ["created_at", "2020-11-24 16:34:15.515944"], ["updated_at", "2020-11-24 16:34:15.515944"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 16:34:15.517534"], ["updated_at", "2020-11-24 16:34:15.517534"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 16:34:15.519037"], ["updated_at", "2020-11-24 16:34:15.519037"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 16:34:15.520515"], ["updated_at", "2020-11-24 16:34:15.520515"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 8], ["created_at", "2020-11-24 16:34:15.521982"], ["updated_at", "2020-11-24 16:34:15.521982"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 16:34:15.523441"], ["updated_at", "2020-11-24 16:34:15.523441"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 6], ["created_at", "2020-11-24 16:34:15.524924"], ["updated_at", "2020-11-24 16:34:15.524924"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Charlie Create (0.1ms) INSERT INTO "charlies" ("alfa_id", "created_at", "updated_at") VALUES (?, ?, ?) [["alfa_id", 7], ["created_at", "2020-11-24 16:34:15.526394"], ["updated_at", "2020-11-24 16:34:15.526394"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 5], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1015], ["a_decimal", 18.8114762844264], ["a_string", "Aspernatur quas aut pariatur dolore dolorem."], ["a_unique_value", 5], ["a_string_from_options", "zed"], ["an_integer_from_options", 45], ["a_regex", "tw0xGc_jhy@hotmail.com"], ["created_at", "2020-11-24 16:34:15.530921"], ["updated_at", "2020-11-24 16:34:15.530921"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 8], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1003], ["a_decimal", 12.4788945653337], ["a_string", "Et est tempore ipsum dolore corporis."], ["a_unique_value", 8], ["a_string_from_options", "zed"], ["an_integer_from_options", 30], ["a_regex", "Hf8CeMinNy@hotmail.com"], ["created_at", "2020-11-24 16:34:15.535521"], ["updated_at", "2020-11-24 16:34:15.535521"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 7], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1010], ["a_decimal", 2.70710565141007], ["a_string", "Consequatur quae voluptas aliquid quo modi."], ["a_unique_value", 7], ["a_string_from_options", "foo"], ["an_integer_from_options", 30], ["a_regex", "BU95LrbRGV@gmail.com"], ["created_at", "2020-11-24 16:34:15.539749"], ["updated_at", "2020-11-24 16:34:15.539749"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 2], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1007], ["a_decimal", 12.4698575307859], ["a_string", "Rerum minus repudiandae molestiae."], ["a_unique_value", 2], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "RkU5peeN73@hotmail.com"], ["created_at", "2020-11-24 16:34:15.544052"], ["updated_at", "2020-11-24 16:34:15.544052"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 10], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1024], ["a_decimal", 28.05830168121], ["a_string", "Officia ea voluptatem sunt occaecati molestias."], ["a_unique_value", 10], ["a_string_from_options", "foo"], ["an_integer_from_options", 45], ["a_regex", "Acx3rgaCE5@hotmail.com"], ["created_at", "2020-11-24 16:34:15.548232"], ["updated_at", "2020-11-24 16:34:15.548232"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 1], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1009], ["a_decimal", 8.92629342090508], ["a_string", "Sapiente exercitationem distinctio."], ["a_unique_value", 1], ["a_string_from_options", "zed"], ["an_integer_from_options", 15], ["a_regex", "xHNlcbV4tc@gmail.com"], ["created_at", "2020-11-24 16:34:15.552410"], ["updated_at", "2020-11-24 16:34:15.552410"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 3], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("a_boolean", "an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a_boolean", 1], ["an_integer", 1001], ["a_decimal", 2.87861803586088], ["a_string", "Et vitae in velit."], ["a_unique_value", 3], ["a_string_from_options", "bar"], ["an_integer_from_options", 15], ["a_regex", "KNmBz8eL1S@hotmail.com"], ["created_at", "2020-11-24 16:34:15.556594"], ["updated_at", "2020-11-24 16:34:15.556594"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Bravo Exists? (0.1ms) SELECT 1 AS one FROM "bravos" WHERE "bravos"."a_unique_value" = ? LIMIT ? [["a_unique_value", 4], ["LIMIT", 1]] Bravo Create (0.1ms) INSERT INTO "bravos" ("an_integer", "a_decimal", "a_string", "a_unique_value", "a_string_from_options", "an_integer_from_options", "a_regex", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["an_integer", 1022], ["a_decimal", 15.6833807571758], ["a_string", "Consequatur non ab."], ["a_unique_value", 4], ["a_string_from_options", "bar"], ["an_integer_from_options", 45], ["a_regex", "9gB0DliYgC@gmail.com"], ["created_at", "2020-11-24 16:34:15.560796"], ["updated_at", "2020-11-24 16:34:15.560796"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.578196"], ["updated_at", "2020-11-24 16:34:15.578196"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.579188"], ["updated_at", "2020-11-24 16:34:15.579188"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.580079"], ["updated_at", "2020-11-24 16:34:15.580079"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.580947"], ["updated_at", "2020-11-24 16:34:15.580947"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.581790"], ["updated_at", "2020-11-24 16:34:15.581790"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.582626"], ["updated_at", "2020-11-24 16:34:15.582626"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.583461"], ["updated_at", "2020-11-24 16:34:15.583461"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Foxtrot Create (0.1ms) INSERT INTO "foxtrots" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-11-24 16:34:15.584293"], ["updated_at", "2020-11-24 16:34:15.584293"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:34:15.585185"], ["updated_at", "2020-11-24 16:34:15.585185"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:34:15.586040"], ["updated_at", "2020-11-24 16:34:15.586040"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:34:15.586881"], ["updated_at", "2020-11-24 16:34:15.586881"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:34:15.587727"], ["updated_at", "2020-11-24 16:34:15.587727"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:34:15.588587"], ["updated_at", "2020-11-24 16:34:15.588587"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:34:15.589427"], ["updated_at", "2020-11-24 16:34:15.589427"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:34:15.590323"], ["updated_at", "2020-11-24 16:34:15.590323"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SAVEPOINT active_record_2 Golf Create (0.1ms) INSERT INTO "foxtrots" ("type", "created_at", "updated_at") VALUES (?, ?, ?) [["type", "Golf"], ["created_at", "2020-11-24 16:34:15.591168"], ["updated_at", "2020-11-24 16:34:15.591168"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 16:34:15.592746"], ["updated_at", "2020-11-24 16:34:15.592746"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 1], ["created_at", "2020-11-24 16:34:15.594379"], ["updated_at", "2020-11-24 16:34:15.594379"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 16:34:15.595936"], ["updated_at", "2020-11-24 16:34:15.595936"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.0ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 3], ["created_at", "2020-11-24 16:34:15.597583"], ["updated_at", "2020-11-24 16:34:15.597583"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 4], ["created_at", "2020-11-24 16:34:15.599151"], ["updated_at", "2020-11-24 16:34:15.599151"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 5], ["created_at", "2020-11-24 16:34:15.600665"], ["updated_at", "2020-11-24 16:34:15.600665"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.1ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Charlie"], ["echoable_id", 8], ["created_at", "2020-11-24 16:34:15.602137"], ["updated_at", "2020-11-24 16:34:15.602137"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "alfas"."id" FROM "alfas" Alfa Load (0.1ms) SELECT "alfas".* FROM "alfas" WHERE "alfas"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Echo Create (0.1ms) INSERT INTO "echos" ("echoable_type", "echoable_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["echoable_type", "Alfa"], ["echoable_id", 6], ["created_at", "2020-11-24 16:34:15.603642"], ["updated_at", "2020-11-24 16:34:15.603642"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 4], ["zed_id", 4], ["created_at", "2020-11-24 16:34:15.605718"], ["updated_at", "2020-11-24 16:34:15.605718"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.1ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 5], ["zed_id", 6], ["created_at", "2020-11-24 16:34:15.607826"], ["updated_at", "2020-11-24 16:34:15.607826"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.1ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 3], ["zed_id", 4], ["created_at", "2020-11-24 16:34:15.609890"], ["updated_at", "2020-11-24 16:34:15.609890"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 1], ["zed_id", 5], ["created_at", "2020-11-24 16:34:15.611938"], ["updated_at", "2020-11-24 16:34:15.611938"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.1ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 8], ["created_at", "2020-11-24 16:34:15.613968"], ["updated_at", "2020-11-24 16:34:15.613968"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 4], ["created_at", "2020-11-24 16:34:15.615971"], ["updated_at", "2020-11-24 16:34:15.615971"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 8], ["zed_id", 5], ["created_at", "2020-11-24 16:34:15.618008"], ["updated_at", "2020-11-24 16:34:15.618008"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT "bravos"."id" FROM "bravos" Bravo Load (0.0ms) SELECT "bravos".* FROM "bravos" WHERE "bravos"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]]  (0.0ms) SELECT "charlies"."id" FROM "charlies" Charlie Load (0.0ms) SELECT "charlies".* FROM "charlies" WHERE "charlies"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_2 Delta Create (0.1ms) INSERT INTO "deltas" ("bravo_id", "zed_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["bravo_id", 2], ["zed_id", 6], ["created_at", "2020-11-24 16:34:15.620019"], ["updated_at", "2020-11-24 16:34:15.620019"]]  (0.0ms) RELEASE SAVEPOINT active_record_2  (0.0ms) SELECT COUNT(*) FROM "alfas"  (0.1ms) SELECT COUNT(*) FROM "bravos"  (0.1ms) SELECT COUNT(*) FROM "charlies"  (0.1ms) SELECT COUNT(*) FROM "deltas"  (0.0ms) SELECT COUNT(*) FROM "echos"  (0.1ms) SELECT COUNT(*) FROM "foxtrots" WHERE "foxtrots"."type" = ? [["type", "Golf"]]  (0.1ms) SELECT COUNT(*) FROM "hotels"  (0.0ms) SELECT COUNT(*) FROM "indias"  (0.0ms) SELECT COUNT(*) FROM "foxtrots" Juliett Exists? (0.1ms) SELECT 1 AS one FROM "julietts" LIMIT ? [["LIMIT", 1]]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction